@import url("https://fonts.googleapis.com/css2?family=Corinthia:wght@400;700&family=Inter:wght@100;200;300;400;500;600;700&family=Poppins: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");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,600;0,700;0,800;1,300&display=swap");
:root {
  --font-size-h1: 35px;
  --cursive-font: "Corinthia", cursive;
  --body-font: "Inter", sans-serif;
  --heading-font: "Poppins", sans-serif;
  --para-font: "Open Sans", sans-serif;
  --font-size-h2: 24px;
  --font-size-h3: 20px;
}

body {
  margin: 0;
  font-family: var(--heading-font);
  box-sizing: border-box;
  padding: 0;
}
.fgh {
    width: 17px;
}
a {
  text-decoration: none;
}

h1 {
  font-size: var(--font-size-h1);
  padding: 0;
  margin: 0;
  font-family: var(--heading-font);
  font-weight: 600;
}

p {
  font-size: 16px;
  margin: 0;
  padding: 0;
  font-family: var(--para-font);
  line-height: 25px;
}

h2 {
  font-size: var(--font-size-h2);
  margin: 0;
  padding: 0;
  letter-spacing: 0.5px;
  font-family: var(--heading-font);
  font-weight: 500;
}

h3 {
  font-size: var(--font-size-h3);
  margin: 0;
  padding: 0;
  letter-spacing: 0.5px;
  font-family: var(--heading-font);
  font-weight: 500;
}

span {
  font-family: var(--para-font);
}

/*.container {*/
/*  width: 100%;*/
/*  max-width: 1300px;*/
/*  margin: 0 auto;*/
/*}*/

.nav-logo img {
    width: 200px;
    background-position: center;
    margin: 0;
    padding-top: 2px;
    height: auto;
    vertical-align: middle;
    /*filter: drop-shadow(0px 1px 6px white);*/
    padding: 6px;
    transition: all .3s;
}

.left-love{
    position:sticky;
    top:3rem;
}

.topnav-head .topnav-head-text {
  display: flex;
  gap: 5px;
  color: #fff;
  align-items: center;
  width: 30%;
}
.topnav-head .topnav-head-text h3 {
  margin: 0;
  font-weight: normal;
  margin-left: auto;
}

#navbar-1 {
  box-shadow: 0px 6px 7px 0px rgba(0, 0, 0, 0.1019607843);
  background-color: #fff;
}
#navbar-1 .navbar-item {
  padding: 4px 0;
}
#navbar-1 .navbar-item .navbar-down {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#navbar-1 .navbar-item .navbar-down .nav-right ul {
  display: flex;
  gap: 30px;
  margin: 0;
  padding: 0;
  align-items: center;
}
#navbar-1 .navbar-item .navbar-down .nav-right ul li {
  list-style: none;
}
#navbar-1 .navbar-item .navbar-down .nav-right ul li a {
  text-decoration: none;
  font-size: 18px;
  letter-spacing: 1px;
  color: #ffffff;
  font-family: var(--para-font);
  font-weight: 500;
}
.bot a{
  color:#000000 !important;
}
.dropdown button{
  color: #fff !important;
}

.nn {
  position: fixed;
  width: 100%;
  z-index: 999999;
  transition: all 0.3s ease;
}

.spc {
  height: 20px;
  display: none;
}

.dropdown-content12 {
  display: block !important;
}

.dropdown {
  float: left;
  /* overflow: hidden; */
  transition: all 0.3s ease;
}
.dropdown:hover .dropdown-content {
  display: block;
}
.dropdown:hover .dropdown-content2 {
  display: block;
}
.dropdown:hover .dropdown-content3 {
  display: block;
}
.dropdown:hover img {
  transform: rotateX(180deg);
}

.dropdown .dropbtn {
  font-size: 18px;
  border: none;
  background-color: inherit;
  margin: 0;
  cursor: pointer;
  padding: 20px 0;
  font-family: var(--para-font);
  font-weight: 500;
}
.dropdown .dropbtn a {
  text-decoration: none;
  color: #000000;
}

.dropdown img {
  height: 15px;
  transition: all 0.3s;
}

.dropbtn {
  color: black !important;
  transition: all 0.3s !important;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #fff;
  box-shadow: 0px 20px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 2;
  margin-left: -2px;
  transition: all 0.9s;
  padding-top: 10px;
  width:200px;
}

.dropdown-content li {
  margin-top: 0;
  padding: 15px 30px;
  background: #fff;
}

.bot::before {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  width: 0;
  left: 0;
  top: 0;
  background: #1d2b50;
  transition: all 0.3s ease-in-out;
}
.bot a {
  position: relative;
  text-decoration: none;
  font-size: 16px !important;
  letter-spacing: 1px;
  overflow: hidden;
  color: #fff;
  transition: all 0.3s ease;
}
.bot a:hover .bot::before {
  width: 100%;
}
.bot a:hover span {
  color: #f5280b;
}
.bot a span {
  z-index: 2;
  position: relative;
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: normal;
}

.dropdown-content123 {
  display: block !important;
}

.dropdown-content2 {
  display: none;
  position: absolute;
  background-color: #fff;
  box-shadow: 0px 20px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 2;
  margin-left: -2px;
  transition: all 0.9s;
  padding-top: 10px;
}
.dropdown-content2 li {
  margin-top: 0;
  padding: 15px 30px;
  background: #fff;
}

.dropdown-content3 {
  display: none;
  position: absolute;
  background-color: #fff;
  box-shadow: 0px 20px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 2;
  margin-left: -2px;
  transition: all 0.9s;
  padding-top: 10px;
  width: 233px;
}

.dropdown-content1234 {
  display: block !important;
}

.dropdown-content3 li {
  margin-top: 0;
  padding: 15px 30px;
  background: #fff;
}

.nav-items ul li a.actv {
  color: #ff7531 !important;
}

/*.toggle {*/
/*  position: relative;*/
/*  width: 42px;*/
/*  height: 22px;*/
/*  background: #fff;*/
/*  border-radius: 10px;*/
/*  display: flex;*/
/*  justify-content: center;*/
/*  align-items: center;*/
/*  cursor: pointer;*/
/*  overflow: hidden;*/
/*  display: none;*/
/*  top: 0px;*/
/*  right: 1rem;*/
/*  padding-top: 25px;*/
/*  padding-left: 13px;*/
/*  z-index: 9;*/
/*}*/
.toggle img{
    width: 40px;
}
.toggle span:nth-child(2) {
  transform: translateY(9px);
  width: 35px;
  left: 12px;
  height: 3px !important;
}

.toggle span:nth-child(1) {
  transform: translateY(-10px);
  width: 35px;
  left: 12px;
  height: 3px !important;
}

.toggle span {
  position: absolute;
  width: 35px;
  height: 3px;
  background: #329552;
  border-radius: 10px;
  transition: 0.5s;
}

.visible {
  position: absolute;
  background-color: #ddffe7;
  width: 35%;
  right: 0%;
  height: 100vh;
  padding-top: 10px;
  z-index: 0;
  display: grid;
  transition: all 0.15s;
  -webkit-animation: mymove 2s;
  animation: mymove 2s;
  z-index: 2;
  position: fixed;
  color: #fff;
  margin-top: 18px;
}

@-webkit-keyframes mymove {
  0% {
    left: -20rem;
  }
  100% {
    left: 0rem;
  }
  0% {
    left: -20rem;
  }
}

@keyframes mymove {
  0% {
    left: -20rem;
  }
  100% {
    left: 0rem;
  }
  0% {
    left: -20rem;
  }
}
.toggle.active span:nth-child(2) {
  width: 40px;
  transform: translateY(0) rotate(315deg);
  transition-delay: 0.25s;
}

.toggle.active span:nth-child(3) {
  transform: translateX(60px);
}

.toggle.active span:nth-child(1) {
  width: 40px;
  transform: translatey(0) rotate(220deg);
  transition-delay: 0.125s;
}

.nav-top-log {
  display: none;
}

#marquee_wrapper {
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  position: relative;
  padding-top: 20px;
  padding-bottom: 5px;
}

.marquee_content {
  transform: translateX(100%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
}
.marquee_content a {
  text-decoration: none;
  margin-left: 100px;
  color: rgb(255, 255, 255);
  letter-spacing: 1px;
  font-size: 15px;
}

#navbar {
  background-color: #f5f5f5;
}
#navbar .topnav {
  padding: 0px 0;
}
#navbar .topnav .top-nav-inner {
  display: flex;
  justify-content: space-between;
  color: #fff;
  align-items: center;
}
#navbar .topnav .top-nav-inner .top-nav-left .top-nav-left-inner {
  display: flex;
  gap: 20px;
}
#navbar .topnav .top-nav-inner .top-nav-left .top-nav-left-inner p {
  color: #000000;
}
#navbar .topnav .top-nav-inner .top-nav-left .top-nav-left-inner p:nth-child(1) {
  padding-right: 20px;
}
#navbar .topnav .top-nav-inner .top-nav-left .top-nav-left-inner p span {
  margin-right: 5px;
}
#navbar .topnav .top-nav-inner .top-nav-right .top-nav-right-inner {
  display: flex;
  background-color: #f5f5f5;
  align-items: center;
}
#navbar .topnav .top-nav-inner .top-nav-right .top-nav-right-inner span {
  font-size: 17px;
  letter-spacing: 1px;
}
#navbar .topnav .top-nav-inner .top-nav-right .top-nav-right-inner .f {
  color: rgb(0, 0, 0);
  border-right: 1px solid #b5b5b5;
  padding: 8px 15px;
}
#navbar .topnav .top-nav-inner .top-nav-right .top-nav-right-inner .t {
  color: rgb(0, 0, 0);
  padding: 8px 15px;
}
#navbar .topnav .top-nav-inner .top-nav-right .top-nav-right-inner .in {
  color: white;
  padding: 10px 25px;
  background-color: #329552;
}
#navbar .topnav .top-nav-inner .top-nav-right .top-nav-right-inner .ln {
  color: cornflowerblue;
}

.cott {
  display: none;
}

.dss {
  display: none;
}

/*.new-class {*/
/*  margin-top: -46px;*/
/*  transition: all 0.5s;*/
/*  width: 100%;*/
/*  background-color: #fff;*/
/*  box-shadow: 0 -5px 30px rgba(78, 82, 99, 0.3);*/
/*}*/

.about {
  position: fixed;
  z-index: 10;
  bottom: 30px;
  left: 20px;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  transition: all 0.2s ease;
}
.about .bg_links {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 100%;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  position: absolute;
}
.about .logo {
  width: 40px;
  height: 40px;
  z-index: 9;
  background-image: url(https://rafaelalucas91.github.io/assets/codepen/logo_white.svg);
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: 10px 7px;
  opacity: 0.9;
  transition: all 1s 0.2s ease;
  bottom: 0;
  left: 0;
}
.about .logo i {
  color: #329552;
}
.about .social {
  opacity: 0;
  left: 0;
  bottom: 0;
}
.about .social .icon {
  width: 100%;
  height: 100%;
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  display: flex;
  transition: all 0.2s ease, background-color 0.4s ease;
  opacity: 0;
  border-radius: 100%;
}
.about .social.portfolio {
  transition: all 0.8s ease;
}
.about .social.portfolio .icon {
  background-image: url(https://rafaelalucas91.github.io/assets/codepen/link.svg);
}
.about .social.portfolio span {
  color: blue;
}
.about .social.dribbble {
  transition: all 0.3s ease;
}
.about .social.dribbble .icon {
  background-image: url(https://rafaelalucas91.github.io/assets/codepen/dribbble.svg);
}
.about .social.dribbble span {
  color: red;
}
.about .social.linkedin {
  transition: all 0.8s ease;
}
.about .social.linkedin .icon {
  background-image: url(https://rafaelalucas91.github.io/assets/codepen/linkedin.svg);
}
.about .social.linkedin span {
  color: rgb(0, 182, 172);
}
.about:hover {
  width: 105px;
  height: 105px;
  transition: all 0.6s cubic-bezier(0.64, 0.01, 0.07, 1.65);
}
.about:hover .logo {
  opacity: 1;
  transition: all 0.6s ease;
}
.about:hover .social {
  opacity: 1;
}
.about:hover .social .icon {
  opacity: 0.9;
}
.about:hover .social:hover {
  background-size: 28px;
}
.about:hover .social:hover .icon {
  background-size: 65%;
  opacity: 1;
}
.about:hover .social.portfolio {
  left: 0;
  bottom: calc(100% - 40px);
  transition: all 0.3s 0s cubic-bezier(0.64, 0.01, 0.07, 1.65);
}
.about:hover .social.portfolio .icon:hover {
  background-color: #698fb7;
}
.about:hover .social.dribbble {
  bottom: 45%;
  left: 45%;
  transition: all 0.3s 0.15s cubic-bezier(0.64, 0.01, 0.07, 1.65);
}
.about:hover .social.dribbble .icon:hover {
  background-color: #ea4c89;
}
.about:hover .social.linkedin {
  bottom: 0;
  left: calc(100% - 40px);
  transition: all 0.3s 0.25s cubic-bezier(0.64, 0.01, 0.07, 1.65);
}
.about:hover .social.linkedin .icon:hover {
  background-color: #0077b5;
}

/* swiper */
.swiper-container {
  padding: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  overflow: hidden;
  height: calc( 100vh - 55px );
}

.swiper-item {
    width: 80%;
    height: 100%;
    background-size: cover;
    background-position: top;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    position: absolute;
    background-repeat: no-repeat;
    left: 0;
}

.swiper-slide .number {
  width: auto;
  height: auto;
  position: absolute;
  right: 10px;
  bottom: -40px;
  font-size: 120px;
  -webkit-text-stroke: 1px white;
  color: transparent;
  font-weight: 600;
  opacity: 0.3;
}

@media screen and (max-width: 512px) {
  .swiper-slide .number {
    display: none;
  }
  .swiper-item {
    width: 90%;
  }
}
.swiper-item:after {
  content: "";
  background-color: black;
  position: absolute;
  width: 100%;
  height: inherit;
  bottom: 0;
  z-index: 1;
  opacity: 0.1;
}

.swiper-item:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 30%;
  top: 0;
  z-index: 1;
  opacity: 0.2;
}

/* swiper arrows */
.swiper-arrows {
  width: 200px;
  height: 80px;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 8%;
  right: 20%;
  z-index: 1;
}

@media screen and (max-width: 512px) {
  .swiper-arrows {
    right: 10%;
  }
}
/* .swiper-button-prev,
.swiper-button-next {
  width: 80px;
  height: 80px;
  background-image: none;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  bottom: 0;
  margin: 0;
  transition: all 0.3s ease;
  display: none;
} */

.swiper-button-prev {
  right: 80px;
  left: auto;
  background-color: #53fc38;
}

.swiper-button-next {
  right: 0px;
  background-color: #53fc38;
}

/* .swiper-button-prev span,
.swiper-button-next span {
  width: 10px;
  height: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  position: absolute;
  border: solid 2px #ffffff;
  border-left: 0;
  border-bottom: 0;
  transition: all 0.1s ease;
}

.swiper-button-prev span {
  transform: rotate(-135deg);
  left: 49%;
} */

/* .swiper-button-next span {
  transform: rotate(45deg);
  right: 49%;
}

.swiper-button-prev:hover span,
.swiper-button-next:hover span {
  width: 5px;
  height: 5px;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  width: 0px;
  height: inherit;
  content: "";
  position: absolute;
  background-color: #04892b;
  transition: all 0.4s ease-in-out;
  z-index: -1;
  opacity: 0.8;
} */

/* .swiper-button-prev:after {
  right: 0;
}

.swiper-button-next:after {
  left: 0;
}

.swiper-button-prev:hover:after,
.swiper-button-next:hover:after {
  width: inherit;
} */

/* .swiper-button-disabled {
  opacity: 1 !important;
}

.swiper-button-disabled.swiper-button-prev span,
.swiper-button-disabled.swiper-button-next span {
  opacity: 0.2;
} */

/* swiper arrows mobile */
@media screen and (max-width: 512px) {
  .swiper-button-prev,
.swiper-button-next {
    width: 60px;
    height: 60px;
    bottom: 0;
  }
  .swiper-arrows {
    height: 60px;
  }
  .swiper-button-prev {
    right: 60px;
  }
  .swiper-button-prev span {
    left: 45%;
  }
  .swiper-button-next span {
    right: 45%;
  }
}
/* swiper pagination */
.swiper-pagination {
  height: 3px;
  display: flex;
  height: 2%;
  width: 200px !important;
  top: 85%;
  position: absolute;
  gap: 10px;
  z-index: 2;
  left: 45% !important;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 10px 0px;
}

.swiper-pagination-bullet {
  background-color: #fff;
  opacity: 1;
  transition: all 0.3s ease-in-out;
  width: 30px;
  height: 3px;
  border-radius: 0px;
}

.swiper-pagination-bullet:hover {
  width: 50px;
}

.swiper-pagination-bullet-active,
.swiper-pagination-bullet-active:hover {
  width: 60px;
  transition: all 0.3s ease-in-out;
  left: 0;
  background-color: #53fc38;
  opacity: 1;
}

/* swiper pagination mobile */
@media screen and (max-width: 512px) {
  .swiper-pagination {
    right: calc(10% - 60px);
  }
  .swiper-pagination-bullet,
.swiper-pagination-bullet:hover {
    width: 15px;
  }
  .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 8px 0px;
  }
  .swiper-pagination-bullet-active,
.swiper-pagination-bullet-active:hover {
    width: 25px;
  }
}
/* text content */
.slide-text {
  text-align: left;
  color: white;
  opacity: 1;
  z-index: 2;
  width: 50%;
  max-width: 400px;
  padding: 30px;
  position: absolute;
  right: 0%;
  top: 55%;
}

.slide-text.playText {
  -webkit-animation: transitionText 2s ease;
          animation: transitionText 2s ease;
}

@-webkit-keyframes transitionText {
  0% {
    right: -100%;
  }
  100% {
    right: 5%;
  }
}

@keyframes transitionText {
  0% {
    right: -100%;
  }
  100% {
    right: 5%;
  }
}
.slide-text h1 {
  font-size: 25px;
  letter-spacing: 0.03em;
  margin: 0;
  padding: 0;
  font-weight: 400;
}

.slide-text p {
  margin: 10px 0 0 0;
  font-size: 16px;
  font-weight: 200;
}

/* text content mobile */
@media screen and (max-width: 512px) {
  .slide-text {
    width: 60%;
  }
  .slide-text h1 {
    font-size: 15px;
    letter-spacing: 0.02em;
  }
  .slide-text p {
    font-size: 14px;
  }
}
/* button */
.slide-text .btn {
  background-color: transparent;
  font-size: 14px;
  letter-spacing: 2px;
  color: white;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  margin-top: 20px;
  border: 0;
  padding: 0 15px;
  left: 0;
}
.slide-text .btn a {
  text-decoration: none;
  color: #fff;
  transition: all 0.3s ease;
}
.slide-text .btn a:hover {
  color: rgb(255, 255, 255);
}

.slide-text .btn:before {
  content: "";
  background-color: white;
  width: 2px;
  height: 20px;
  position: absolute;
  z-index: 2;
  left: -1px;
  top: -1px;
  border-radius: inherit;
  transition: all 0.3s ease-in-out;
}

.slide-text .btn:after {
  content: "";
  width: 0px;
  height: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  position: absolute;
  border: solid 2px transparent;
  border-left: 0;
  border-bottom: 0;
  transform: rotate(45deg);
  top: 3px;
  left: -10px;
  transition: all 0.3s ease-in-out;
}

.slide-text .btn:hover::before {
  left: 11px;
  transform: rotate(90deg);
}

.slide-text .btn:hover::after {
  border: solid 2px white;
  border-left: 0;
  border-bottom: 0;
  left: 10px;
  width: 10px;
  height: 10px;
  opacity: 1;
}

.slide-text .btn:hover {
  padding-left: 35px;
}

button:focus {
  outline: 0;
}

.llg {
  position: relative;
}
.llg::after {
  position: absolute;
  display: block;
  content: " ";
  top: 25%;
  background-image: url(../image/logo-light2.png);
  background-position: center;
  width: 170px;
  height: 150px;
  background-repeat: no-repeat;
  right: 70px;
  background-size: contain;
  opacity: 0.6;
}

.index-2 {
  padding: 15px 0 10px;
  background: #f5280b;
}

#index-3 {
  margin: 50px 0 60px;
}
#index-3 .index-3 .index-3-inner .index-3-text {
  text-align: center;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
#index-3 .index-3 .index-3-inner .index-3-text h1 {
  margin-bottom: 20px;
  letter-spacing: 1px;
}
#index-3 .index-3 .index-3-inner .index-3-text h1 span {
  color: #339552;
}
#index-3 .index-3 .index-3-inner .index-3-text p {
  line-height: 24px;
  letter-spacing: 0.5px;
}
#index-3 .index-3 .index-3-inner .index-3-btom {
  display: inline-flex;
  align-items: center;
  text-align: center;
  gap: 30px;
  margin-top: 30px;
}
#index-3 .index-3 .index-3-inner .index-3-btom .know {
  padding: 13px 55px;
  border: 1px solid #e9fff0;
  border-radius: 30px;
  background: #e9fff0;
  transition: all 0.5s ease;
}
#index-3 .index-3 .index-3-inner .index-3-btom .know a {
  color: #000;
  letter-spacing: 1px;
}
#index-3 .index-3 .index-3-inner .index-3-btom .know:hover {
  background-color: #fff;
  border: 1px solid #329552;
}
#index-3 .index-3 .index-3-inner .index-3-btom .know:hover a {
  color: #329552;
}
#index-3 .index-3 .index-3-inner .index-3-btom .corp-vdio {
  padding: 10px 10px;
  background: #ffffff;
  border-radius: 30px;
  border: 1px solid #9761e5;
  transition: all 0.5s ease;
  padding-right: 30px;
}
#index-3 .index-3 .index-3-inner .index-3-btom .corp-vdio a {
  align-items: center;
  display: flex;
  gap: 5px;
}
#index-3 .index-3 .index-3-inner .index-3-btom .corp-vdio a img {
  height: 30px;
}
#index-3 .index-3 .index-3-inner .index-3-btom .corp-vdio a span {
  color: rgb(0, 0, 0);
}
#index-3 .index-3 .index-3-inner .index-3-btom .corp-vdio:hover {
  background-color: #fff;
}
#index-3 .index-3 .index-3-inner .index-3-btom .corp-vdio:hover span {
  color: #6800ff;
}

#index-4 {
  margin-bottom: 70px;
  margin-top: 0px;
}
#index-4 .index-4 {
  padding-top: 30px;
}
#index-4 .index-4 .index-4-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 27px;
}
#index-4 .index-4 .index-4-inner .inner-index-4 {
  display: flex;
  gap: 35px;
  width: 28.8%;
  padding: 25px 20px;
  background-color: rgb(233, 255, 240);
  transition: all 0.5s ease;
  align-items: center;
  border-radius: 10px;
}
#index-4 .index-4 .index-4-inner .inner-index-4:hover {
  box-shadow: 0px 0px 10px rgba(138, 138, 138, 0.1215686275);
  background-color: rgb(255, 255, 255);
}
#index-4 .index-4 .index-4-inner .inner-index-4 .ind-4-img {
  height: 80px;
}
#index-4 .index-4 .index-4-inner .inner-index-4 .ind-4-img img {
  height: 100%;
}
#index-4 .index-4 .index-4-inner .inner-index-4 .ind-4-txt {
  position: relative;
}
#index-4 .index-4 .index-4-inner .inner-index-4 .ind-4-txt p {
  line-height: 24px;
  letter-spacing: 0.5px;
  margin-top: 8px;
}
#index-4 .index-4 .index-4-inner .inner-index-4 .ind-4-txt::before {
  position: absolute;
  content: " ";
  display: block;
  height: 95%;
  width: 1px;
  background-color: rgba(211, 211, 211, 0.8);
  left: -21px;
  top: 4px;
}

.padd {
  padding-top: 65px !important;
}

.swiper1 {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

#index-5 .index-5 {
  background: linear-gradient(180deg, #e9fff0 57%, #fff 0);
  padding: 4rem 2rem 3rem;
  border-radius: 20px 20px 0 0;
  position: relative;
}
#index-5 .index-5 .index-5-btn {
  text-align: center;
  margin-top: 35px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
#index-5 .index-5 .index-5-btn a {
  padding: 9px 24px;
  background: #fefffe;
  color: #339554;
  border: 1px solid #05a85e;
  transition: all 0.3s ease;
  border-radius: 20px;
}
#index-5 .index-5 .index-5-btn:hover a {
  background-color: #05a85e;
  color: #f8fffa;
}
#index-5 .index-5 .index-5-txt {
  text-align: center;
  margin-bottom: 40px;
}
#index-5 .index-5 .index-5-txt h1 span {
  color: #319665;
}
#index-5 .index-5 .index-5-txt p {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
}
#index-5 .index-5 .index-5-inner .swiper-pagination-bullet {
  background-color: rgb(50, 149, 82);
}
#index-5 .index-5 .index-5-inner .swiper-pagination-bullet-active,
#index-5 .index-5 .index-5-inner .swiper-pagination-bullet-active:hover {
  background-color: #53fc38;
}
#index-5 .index-5 .index-5-inner .swiper-slider-inner {
box-shadow: 4px 5px 10px -4px rgb(0 0 0 / 17%);
    margin: 12px 10px;
    border-radius: 10px;
    overflow: hidden;
}
#index-5 .index-5 .index-5-inner .swiper-slider-inner .swiper-slider-inner-top {
  padding: 0 0 0px;
  background: linear-gradient(180.07deg, #339650 0.06%, #2196f3 342.17%);
  border-radius: 0 0 10px 10px;
  box-shadow: 0px 4px 13px rgb(0 0 0 / 14%);
  position: relative;
  z-index: 0;
  height: 240px;
}
#index-5 .index-5 .index-5-inner .swiper-slider-inner .swiper-slider-inner-top img {
  width: 100%;
  vertical-align: middle;
  height: 100%;
}
#index-5 .index-5 .index-5-inner .swiper-slider-inner .swiper-slider-inner-top::after {
  position: absolute;
  display: block;
  content: " ";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: none;
  background-repeat: no-repeat;
  z-index: 0;
  background-size: cover;
}
#index-5 .index-5 .index-5-inner .swiper-slider-inner .swiper-slider-inner-top .swiper-slider-inner-top-img {
  background: #edfff3;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 10px;
  margin-bottom: 20px;
}
#index-5 .index-5 .index-5-inner .swiper-slider-inner .swiper-slider-inner-top .swiper-slider-inner-top-img img {
  width: 100px;
  height: 90px;
}
#index-5 .index-5 .index-5-inner .swiper-slider-inner .swiper-slider-inner-top .swiper-slider-inner-top-txt {
  color: #fff;
  position: absolute;
  top: 35%;
  width: 90%;
  left: 8%;
  z-index: 1;
}
#index-5 .index-5 .index-5-inner .swiper-slider-inner .swiper-slider-inner-top .swiper-slider-inner-top-txt h2 {
  margin-bottom: 10px;
}
#index-5 .index-5 .index-5-inner .swiper-slider-inner .swiper-slider-inner-bottmo {
  padding: 20px 20px 20px;
  background: #fff;
}
#index-5 .index-5 .index-5-inner .swiper-slider-inner .swiper-slider-inner-bottmo h3{
    width: 90%;
}
#index-5 .index-5 .index-5-inner .swiper-slider-inner .swiper-slider-inner-bottmo p {
  letter-spacing: 0.5px;
  line-height: 25px;
  margin-top: 10px;
}
#index-5 .index-5 .index-5-inner .swiper-slider-inner .swiper-slider-inner-bottmo p i {
  padding-right: 5px;
}
#index-5 .index-5 .index-5-inner .swiper-slider-inner .swiper-slider-inner-bottmo .col-tmt p i {
  padding-right: 10px;
}
#index-5 .index-5 .index-5-inner .swiper-slider-inner .swiper-slider-inner-bottmo .col-tml {
  display: flex;
  gap: 10px;
}
#index-5 .index-5 .index-5-inner .swiper-slider-inner .swiper-slider-inner-bottmo .col-tml p:nth-child(3) {
  color: red;
  text-decoration: line-through;
  font-size: 14px;
}
#index-5 .index-5 .index-5-inner .swiper-slider-inner .swiper-slider-inner-bottmo .col-tml p:nth-child(3) i {
  padding-right: 5px;
}
#index-5 .index-5 .index-5-inner .swiper-slider-inner .swiper-slider-inner-bottmo .btn {
  margin-top: 25px;
  margin-bottom: 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
#index-5 .index-5 .index-5-inner .swiper-slider-inner .swiper-slider-inner-bottmo .btn a {
  padding: 8px 26px;
  border: 1px solid;
  border-radius: 20px;
  letter-spacing: 1.5px;
  background-color: #ffffff;
  color: #329554;
  transition: all 0.5s ease;
}
#index-5 .index-5 .index-5-inner .swiper-slider-inner .swiper-slider-inner-bottmo .btn:hover a {
  border: 1px solid #329552;
  color: #fff;
  background-color: #339552;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  text-align: center;
}

.swiper-pagination1 {
  margin-top: 30px;
}

#index-6 {
  margin-bottom: 60px;
  background: #ddffe7;
  padding: 30px 0 60px;
}
#index-6 .index-6 .index-6-text {
  padding: 20px 0 45px;
  text-align: center;
}
#index-6 .index-6 .index-6-text h1 span {
  color: #319665;
}
#index-6 .index-6 .index-6-text P {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
}
#index-6 .index-6 .index-6-inner {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
#index-6 .index-6 .index-6-inner .inner-index-6 {
  width: 22.2%;
  padding: 5px 5px 10px;
  box-shadow: 4px 4px 10px 0px rgba(122, 122, 122, 0.4);
  background-color: #fff;
  border-radius: 10px;
}
#index-6 .index-6 .index-6-inner .inner-index-6 .inner-index-6-top {
  text-align: center;
  padding: 12px 42px 20px;
  background: #effdf3;
  border-radius: 10px;
}
#index-6 .index-6 .index-6-inner .inner-index-6 .inner-index-6-top img {
  width: 80px;
  border: 3px solid #32964f;
  padding: 20px;
  border-radius: 50%;
  -webkit-animation: border-transform-default 10s linear infinite alternate forwards;
          animation: border-transform-default 10s linear infinite alternate forwards;
}
#index-6 .index-6 .index-6-inner .inner-index-6 .inner-index-6-top p {
  font-size: 17px;
  font-weight: 600;
}
#index-6 .index-6 .index-6-inner .inner-index-6 .inner-index-6-bottom {
  padding: 20px 15px 10px;
}
@-webkit-keyframes border-transform-default {
  0%, 100% {
    border-radius: 65% 86% 80% 69%/59% 55% 95% 89%;
  }
  14% {
    border-radius: 40% 60% 54% 46%/49% 60% 40% 51%;
  }
  28% {
    border-radius: 54% 46% 38% 62%/49% 70% 30% 51%;
  }
  42% {
    border-radius: 61% 39% 55% 45%/61% 38% 62% 39%;
  }
  56% {
    border-radius: 61% 39% 67% 33%/70% 50% 50% 30%;
  }
  70% {
    border-radius: 50% 50% 34% 66%/56% 68% 32% 44%;
  }
  84% {
    border-radius: 46% 54% 50% 50%/35% 61% 39% 65%;
  }
}
@keyframes border-transform-default {
  0%, 100% {
    border-radius: 65% 86% 80% 69%/59% 55% 95% 89%;
  }
  14% {
    border-radius: 40% 60% 54% 46%/49% 60% 40% 51%;
  }
  28% {
    border-radius: 54% 46% 38% 62%/49% 70% 30% 51%;
  }
  42% {
    border-radius: 61% 39% 55% 45%/61% 38% 62% 39%;
  }
  56% {
    border-radius: 61% 39% 67% 33%/70% 50% 50% 30%;
  }
  70% {
    border-radius: 50% 50% 34% 66%/56% 68% 32% 44%;
  }
  84% {
    border-radius: 46% 54% 50% 50%/35% 61% 39% 65%;
  }
}
#index-7 {
  margin-bottom: 50px;
}
#index-7 .index-7 .index-7-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: space-between;
}
#index-7 .index-7 .index-7-inner .index-7-left {
  width: 60%;
}
#index-7 .index-7 .index-7-inner .index-7-left h3 {
  margin-bottom: 15px;
}
#index-7 .index-7 .index-7-inner .index-7-left h3 span {
  color: #319665;
}
#index-7 .index-7 .index-7-inner .index-7-left p {
  line-height: 30px;
  letter-spacing: 0.5px;
}
#index-7 .index-7 .index-7-inner .index-7-right {
  width: 36%;
}
#index-7 .index-7 .index-7-inner .index-7-right .index-7-right-video {
  height: 350px;
  border-radius: 20px;
  box-shadow: 6px 6px 12px 0px rgba(0, 0, 0, 0.431372549);
}
#index-7 .index-7 .index-7-inner .index-7-right .index-7-right-video iframe {
  border-radius: 20px;
}

#index-8 .index-8 .index-8-txt {
  text-align: center;
  padding: 30px 0;
}
#index-8 .index-8 .index-8-txt span {
  color: #319665;
}
#index-8 .index-8 .index-8-txt p {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
}
#index-8 .index-8 .index-8-inner {
  padding: 0 30px;
}
#index-8 .index-8 .index-8-inner .swiper-pagination-bullet {
  background-color: rgb(50, 149, 82);
}
#index-8 .index-8 .index-8-inner .swiper-pagination-bullet-active,
#index-8 .index-8 .index-8-inner .swiper-pagination-bullet-active:hover {
  background-color: #53fc38;
}
#index-8 .index-8 .index-8-inner .index-8-slider {
  box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.08);
  padding: 0px 0px 0;
  margin: 15px;
  transition: all 0.3s ease;
}
#index-8 .index-8 .index-8-inner .index-8-slider .index-8-slider-inner {
  overflow: hidden;
  transition: all 0.5s ease;
}
#index-8 .index-8 .index-8-inner .index-8-slider .index-8-slider-inner .index-8-top {
  position: relative;
  background: #fff;
  transition: all 0.5s ease;
  overflow: hidden;
}
#index-8 .index-8 .index-8-inner .index-8-slider .index-8-slider-inner .index-8-top img {
  width: 100%;
  height: 250px;
  transition: all 0.5s ease;
}
#index-8 .index-8 .index-8-inner .index-8-slider .index-8-slider-inner .index-8-top .red {
  position: absolute;
  bottom: -1px;
  right: 0;
  top: unset;
  right: 13px;
  padding-left: 30px !important;
  padding-right: 20px !important;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  text-align: center;
  background: #fff;
  border-radius: 20px 0 0 0 !important;
  transform: skew(-33deg) !important;
  border-radius: 0.7125rem 0 0 0 !important;
  vertical-align: middle;
  padding: 10px 0;
}
#index-8 .index-8 .index-8-inner .index-8-slider .index-8-slider-inner .index-8-top .red a span {
  transform: skew(33deg) !important;
  display: block;
  color: #329552;
}
#index-8 .index-8 .index-8-inner .index-8-slider .index-8-slider-inner .index-8-top .red::after {
  content: "";
  width: 30px;
  height: 45px;
  position: absolute;
  right: -13.4px;
  background: #fff;
  top: 0;
  z-index: -1;
  transform: skew(33deg);
}
#index-8 .index-8 .index-8-inner .index-8-slider .index-8-slider-inner .index-8-bottom {
  padding: 25px 20px 40px;
  background: #fff;
  position: relative;
  z-index: 0;
}
#index-8 .index-8 .index-8-inner .index-8-slider .index-8-slider-inner .index-8-bottom .dt {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
  color: #329552;
}
#index-8 .index-8 .index-8-inner .index-8-slider .index-8-slider-inner .index-8-bottom p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-wrap: break-word;
}
#index-8 .index-8 .index-8-inner .index-8-slider .index-8-slider-inner .index-8-bottom h3 {
  padding-bottom: 10px;
}
#index-8 .index-8 .index-8-inner .index-8-slider .index-8-slider-inner .index-8-bottom::before {
  position: absolute;
  content: " ";
  display: block;
  background-image: url(../image/tree.png);
  height: 200px;
  width: 200px;
  bottom: -25px;
  right: -76px;
  z-index: -1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  opacity: 0.5;
  display: none;
}
#index-8 .index-8 .index-8-inner .index-8-slider .index-8-slider-inner:hover .index-8-top img {
  transform: rotate3d(1, 1, 1, 8deg) scale(1.2);
}
#index-8 .index-8 .index-8-inner .index-8-slider:hover {
  box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.368627451);
}

.swiper-pagination2 {
  margin-top: 30px;
}

/*#footer {*/
/*  margin-top: 70px;*/
/*  background: #ddffe7;*/
/*}*/
#footer {
    margin-top: 70px;
    background: #1e1e1e;
    z-index: 1;
    clip-path: ellipse(150% 80% at 50% 80%);
    position: relative;
    /* clip-path: ellipse(150% 80% at 45% 80%); */
    /* border-radius: 100% 0 0; */
}
/*#footer::after{*/
/*    position:absolute;*/
/*    content:"";*/
/*    background-image: url(../image/ftbgcopy.png);*/
/*    background-size: contain;*/
/*    top: 0;*/
/*    right: 0;*/
/*    z-index: -2;*/
/*    height: 100%;*/
/*    width: 100%;*/
/*    opacity:0.1;*/
/*}*/
/*#footer::before {*/
/*    position: absolute;*/
/*    content: "";*/
/*    background-image: url(../image/ftbg.png);*/
/*    background-size: cover;*/
/*    background-position: top;*/
/*    top: 0;*/
/*    right: 0;*/
/*    z-index: -1;*/
/*    height: 100%;*/
/*    width: 100%;*/
/*}*/

#footer .footer {
  padding: 50px 5px;
}
#footer .footer .footer-inner {
  display: flex;
  flex-wrap: wrap;
  /*justify-content: space-around;*/
  gap: 0px;
}
#footer .footer .footer-inner h2 {
color: #fff;
    /* border-bottom: 2px solid; */
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 10px;
}
/*#footer .footer .footer-inner .footer-left {*/
/*  width: 20%;*/
/*}*/
#footer .footer .footer-inner .footer-left .footer-li img {
  width: 70%;
}
#footer .footer .footer-inner .footer-left .footer-social {
  font-size: 30px;
  display: flex;
  gap: 20px;
  margin-top: 30px;
}
#footer .footer .footer-inner .footer-left .footer-social .f a {
  color: blue;
}
#footer .footer .footer-inner .footer-left .footer-social .t a {
  color: #03A9F4;
}
#footer .footer .footer-inner .footer-left .footer-social .ln a {
  color: #0A66C2;
}
#footer .footer .footer-inner .footer-left .footer-social .ins a {
  color: red;
}
#footer .footer .footer-inner .footer-left .footer-social .you a {
  color: #de1237;
}
/*#footer .footer .footer-middle {*/
/*  width: 33%;*/
/*}*/
#footer .footer .footer-middle .footer-mi {
  display: flex;
  line-height: 35px;
  justify-content: space-between;
}
#footer .footer .footer-middle .footer-mi ul {
  list-style: none;
  padding: 0;
}
#footer .footer .footer-middle .footer-mi ul li a {
  color: #fff;
  font-weight: 400;
}
/*#footer .footer .footer-right {*/
/*  width: 32%;*/
/*}*/
#footer .footer .footer-right .footer-ri {
  color: #000000;
}
#footer .footer .footer-right .footer-ri span {
  color: #ffd6ba;
  font-weight: 600;
}
#footer .footer .footer-right .footer-ri .eml {
  display: flex;
  gap: 10px;
  margin-top:5px;
}
#footer .footer .footer-right .footer-ri .con {
  display: flex;
  gap: 10px;
  margin-top:5px;
}
#footer .footer .footer-right .footer-ri .mob {
  display: flex;
  gap: 10px;
}
.loc p,.eml p,.con p{
    color:#fff;
}
#footer .footer .footer-right .footer-ri .loc {
  gap: 10px;
  margin-top: 10px;
}

#copy-right {
  background: #000000;
}
#copy-right .copy-right {
  text-align: center;
  padding: 15px 0;
  color: #3ca130;
}
#copy-right .copy-right p a {
  color: #f18635;
}

.contact-left {
  width: 35%;
  position: relative;
}
.contact-left .con {
  padding: 40px 30px 45px;
  background: #329451;
  color: #fff;
  border-radius: 10px;
}
.contact-left .con .contact-left-text h2 {
  margin-bottom: 10px;
}
.contact-left .con .contact-left-inner .form-row-1 {
  line-height: 20px;
}
.contact-left .con .contact-left-inner .form-row-1 .form-group-1 {
  width: 100%;
  margin-bottom: 10px;
}
.contact-left .con .contact-left-inner .form-row-1 .form-group-1 label {
  color: rgb(255, 255, 255);    
  letter-spacing: 1px;
  font-size: 16px;
  font-weight: 500;
  font-family: sans-serif;
}
.contact-left .con .contact-left-inner .form-row-1 .form-group-1 label span{
    color: red;
}
.contact-left .con .contact-left-inner .form-row-1 .form-group-1 .form-control-1 {
  align-content: normal;
  outline: none;
  padding: 12px 0;
  width: 100%;
  padding-left: 12px;
  border-radius: 0;
  transition: all 0.2s ease;
  margin-top: 5px;
  background: none;
  font-size: 15px;
  background-color: #fff;
  color: #000000;
  border: none;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.36);
  width: -webkit-fill-available;
}
.contact-left .con .contact-left-inner .bton {
  font-weight: 400;
  padding: 10px 0;
  text-align: center;
  border: 1px solid #f58532;
  background: #f58532;
  color: #ffffff;
  font-size: 18px;
  letter-spacing: 1px;
  transition: all 0.3s ease;
}
.contact-left .con .contact-left-inner .bton:hover {
  border: 1px solid #04892b;
  color: #04892b;
  background-color: #fff;
}
.contact-left:before {
  position: absolute;
  display: block;
  content: " ";
  height: 121px;
  width: 80px;
  right: -43px;
  top: 30px;
  background-image: url(../image/dot.png);
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}
.contact-left:after {
  position: absolute;
  display: block;
  content: " ";
  height: 121px;
  width: 80px;
  left: -43px;
  bottom: 40px;
  background-image: url(../image/dot.png);
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}

#contact {
  margin-bottom: 30px;
  overflow: hidden;
}
#contact .contact .contact-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
}
#contact .contact .contact-inner .contact-right {
  width: 61%;
}
#contact .contact .contact-inner .contact-right .contact-right-text {
  margin-bottom: 20px;
}
#contact .contact .contact-inner .contact-right .contact-right-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
#contact .contact .contact-inner .contact-right .contact-right-inner .co-ri-in-le {
  display: flex;
  gap: 20px;
  align-items: center;
  border: 1px solid #d2ffe0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 25px 12px;
  background: #d2ffe0;
  box-shadow: 0px 0px 11px 0px #d1fedf;
  width: 46%;
  height: 150px;
}
#contact .contact .contact-inner .contact-right .contact-right-inner .co-ri-in-le .co-ri-fa {
  padding: 15px 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid #329552;
  background: #329552;
  color: #fff;
  border-radius: 5px;
}
#contact .contact .contact-inner .contact-right .contact-right-inner .co-ri-in-le .co-ri-tx p {
  word-break: break-word;
  font-size: 15px;
}

#page-head {
  background-image: url(../image/page-head.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 60px;
  position: relative;
  z-index: 0;
  padding: 10px 0;
  height: 400px;
}
#page-head .page-head {
  position: absolute;
  top: 72%;
  z-index: 1;
  color: #fff;
}
#page-head .page-head .page-hed-bottom a {
  color: #fff;
}
#page-head::before {
  position: absolute;
  display: block;
  content: " ";
  background: linear-gradient(180deg, rgb(0 0 0 / 54%) 50%, rgb(51 150 82 / 59%) 100%);
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}

.img-gallery {
  background-image: url(../image/img-gally.jpg) !important;
}

#img-gal .img-gal .img-gal-inner {
  /*display: flex;*/
  /*flex-wrap: wrap;*/
  /*justify-content: flex-start;*/
  /*gap: 30px;*/
}
#img-gal .img-gal .img-gal-inner .img-gal-cont {
  width: 100%;
  margin-bottom: 0;
  height:100%;
  padding: 20px;
  border: 1px dashed #339452;
  text-align: center;
  background: #ddffe7;
  transition: all 0.3s ease;
}
#img-gal .img-gal .img-gal-inner .img-gal-cont:hover {
  background: #329552;
}
#img-gal .img-gal .img-gal-inner .img-gal-cont:hover .img-gal-txt h3 {
  color: #fff;
}
#img-gal .img-gal .img-gal-inner .img-gal-cont:hover .count {
  background: #329552;
  color: #fff !important;
}
#img-gal .img-gal .img-gal-inner .img-gal-cont .img-gal-top {
  height: 275px;
  position: relative;
}
#img-gal .img-gal .img-gal-inner .img-gal-cont .img-gal-top  img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  vertical-align: middle;
}
#img-gal .img-gal .img-gal-inner .img-gal-cont .img-gal-top .count {
  position: absolute;
  bottom: 0px;
  right: 0px;
  color: #ffffff;
  padding: 10px;
  background: linear-gradient(91deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
  transition: all 0.3s ease;
}
#img-gal .img-gal .img-gal-inner .img-gal-cont .img-gal-top .youtub-lg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#img-gal .img-gal .img-gal-inner .img-gal-cont .img-gal-top .youtub-lg img {
  width: 60px;
}
#img-gal .img-gal .img-gal-inner .img-gal-txt h3 {
  margin-top: 10px;
  transition: all 0.3s ease;
  color:#000000;
}

#photo-gallery .photo-gallery .photo-gallery-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: flex-start;
}
#photo-gallery .photo-gallery .photo-gallery-inner .photo-inner {
  width: 31.5%;
  height: 275px;
}
#photo-gallery .photo-gallery .photo-gallery-inner .photo-inner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}

.video-gallery {
  background-image: url(../image/video-gal.jpg) !important;
}

#video-sec .video-sec .video-sec-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: flex-start;
}
#video-sec .video-sec .video-sec-inner .video-inner {
  height: 233px;
  width: 31.5%;
}
#video-sec .video-sec .video-sec-inner .video-inner iframe {
  width: 100%;
  height: 100%;
}

#details .details {
  width: 100%;
}
#details .details .details-inner img {
  width: 50%;
}
#details .details .details-txt {
  border-left: 3px solid #319552;
  padding-left: 15px;
  margin-top: 20px;
}
#details .details .details-txt h3 {
  margin-bottom: 5px;
  color: #329551;
}
#details .details .details-txt h3 span {
  padding-right: 10px;
}

.nzev {
  display: flex;
  flex-wrap: wrap;
}

.nzev-inner {
  width: 30.9%;
}

.trning-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.trning {
  width: 30%;
}

.trng {
  background: #fff !important;
  padding: 0 !important;
}

.abt-here {
  text-align: left !important;
  width: 55% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.abt-here-right {
  width: 40%;
}
.abt-here-right .abt-here-rig-inn img {
  width: 100%;
  vertical-align: middle;
}

.abt-here-top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#mis-vis {
  background: linear-gradient(45deg, #067129, #003b20);
}
#mis-vis .mis-vis {
  padding: 50px 0;
}
#mis-vis .mis-vis .mis-vis-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-around;
}
#mis-vis .mis-vis .mis-vis-inner .mis-inner {
  width: 30%;
}
#mis-vis .mis-vis .mis-vis-inner .mis-inner .mis-inner-img {
  z-index: -1;
}
#mis-vis .mis-vis .mis-vis-inner .mis-inner .mis-inner-img img {
  width: 100%;
  height: 295px;
}
#mis-vis .mis-vis .mis-vis-inner .mis-inner .mis-inner-txt {
  margin-top: 67px;
  color: #fff;
}
#mis-vis .mis-vis .mis-vis-inner .mis-vis-middle {
  width: 30%;
  margin-right: auto;
  margin-left: auto;
}
#mis-vis .mis-vis .mis-vis-inner .mis-vis-middle img {
  width: 350px;
  height: 250px;
  padding: 0 20px;
}
#mis-vis .mis-vis .mis-vis-inner .vis-inner {
  width: 30%;
}
#mis-vis .mis-vis .mis-vis-inner .vis-inner .vis-inner-img img {
  width: 100%;
  height: 295px;
}
#mis-vis .mis-vis .mis-vis-inner .vis-inner .vis-inner-txt {
  margin-top: 67px;
  color: #fff;
}
#management .management {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
}
#management .management .manag-inner {
  width: 30%;
  position: relative;
  box-shadow: 8px 6px 10px 0px rgba(0, 0, 0, 0.2588235294);
}
#management .management .manag-inner .manag-top{
    height:265px;
}
#management .management .manag-inner .manag-top img {
  width: 100%;
  height:100%;
}
#management .management .manag-inner .manag-bottom {
  position: absolute;
  top: 50%;
  left: 0%;
  background: #fff;
  padding: 10px 30px;
}
#management .management .manag-inner .manag-bottom p {
  color: #05a85e;
}
#management .management .manag-inner .manag-bot {
  padding: 30px 20px;
  background: #fff;
}
#management .management .manag-inner .manag-bot p {
  padding-bottom: 10px;
}
#management .management .manag-inner .manag-bot a {
  color: #000000;
  transition: all 0.3s ease;
}
#management .management .manag-inner .manag-bot a:hover {
  color: #05a85e;
}

#career .career .career-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: space-around;
}
#career .career .career-inner .career-top-inner {
  width: 80%;
  padding: 25px 30px;
  background: #e3fff3;
  box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.1803921569);
}
#career .career .career-inner .career-top-inner .career-top h2 {
  border-bottom: 1px solid #afa4a4;
  padding-bottom: 7px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 10px;
}
#career .career .career-inner .career-top-inner .career-top span {
  color: #05a85e;
}
#career .career .career-inner .career-top-inner .career-top p {
  padding-top: 10px;
}
#career .career .career-inner .career-top-inner .caree-bot {
  margin-top: 30px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
#career .career .career-inner .career-top-inner .caree-bot a {
  border: 1px solid;
  padding: 7px 20px;
  color: #329552;
  background: #fff;
  border-radius: 20px;
  transition: all 0.3s ease;
}
#career .career .career-inner .career-top-inner .caree-bot a:hover {
  background-color: #04892b;
  color: #fff;
}

#placement .placement .placement-iner {
  display: flex;
  flex-wrap: wrap;
  gap: 42px;
}
#placement .placement .placement-iner .inner-placement {
  width: 100%;
  padding: 0;
  border: 1px solid #f58533;
  position: relative;
  height:100%;
}
#placement .placement .placement-iner .inner-placement .placement-img {
    text-align: center;
    padding: 0px 0;
}
#placement .placement .placement-iner .inner-placement .placement-img img {
  width: 100%;
  box-shadow: 0px 0px 7px 0px rgba(78, 78, 78, 0.3411764706);
  vertical-align: middle;
  height: 100%;
}
#placement .placement .placement-iner .inner-placement .placement-txt h3 {
    margin: 18px 0 3px;
    text-align: center;
}
#placement .placement .placement-iner .inner-placement .placement-txt h3 span {
  color: #04892b;
  font-weight: 600;
}
#placement .placement .placement-iner .inner-placement .placement-txt p span {
  color: #04892b;
  font-weight: 500;
}
#placement .placement .placement-iner .inner-placement .placement-txt{
    padding-bottom: 70px;
    text-align:center;
}
#placement .placement .placement-iner .inner-placement .placement-txt .btom {
    margin-top: 10px;
    text-align: center;
    position: absolute;
    bottom: 10px;
    left: 50%;
    height: 50px;
    transform: translateX(-50%);
}
#placement .placement .placement-iner .inner-placement .placement-txt .btom a img {
    width: 80%;
    height: 100%;
    object-fit: contain;
}
/*#placement .placement .placement-iner .inner-placement::before {*/
/*  position: absolute;*/
/*  display: block;*/
/*  content: " ";*/
/*  height: 91%;*/
/*  width: 10px;*/
/*  left: -11px;*/
/*  bottom: -1px;*/
/*  background: linear-gradient(179deg, rgba(50, 149, 82, 0) 0%, rgb(51, 150, 82) 100%);*/
/*}*/
/*#placement .placement .placement-iner .inner-placement::after {*/
/*  position: absolute;*/
/*  display: block;*/
/*  content: " ";*/
/*  height: 10px;*/
/*  width: 91%;*/
/*  left: -11px;*/
/*  bottom: -11px;*/
/*  background: linear-gradient(268deg, rgba(44, 120, 68, 0) 0%, rgb(51, 150, 82) 100%);*/
/*}*/

#admission {
  position: fixed;
  inset: 0;
  z-index: 99999999;
  background: rgba(0, 0, 0, 0.91);
  width: 100%;
  height: 100%;
}
#admission .admission {
  max-width: 500px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
#admission .admission .admission-inner {
  flex-wrap: wrap;
  background: #fff;
  padding: 0px 0px 60px;
  justify-content: center;
  gap: 10px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.32);
}
#admission .admission .admission-inner .adms-txt {
  text-align: center;
  padding: 30px 0;
  background: #329552;
  color: #fff;
}
#admission .admission .admission-inner .admission-left {
  width: 32%;
  margin-top: 60px;
  display: none;
}
#admission .admission .admission-inner .admission-left img {
  width: 90%;
}
#admission .admission .admission-inner .admission-middle {
  display: none;
}
#admission .admission .admission-inner .admission-middle span {
  height: 400px;
  display: block;
  width: 1px;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.2);
  left: 32%;
}
#admission .admission .admission-inner .admission-right {
  width: 100%;
}
#admission .admission .admission-inner .admission-right .adm-row {
  flex-wrap: wrap;
  gap: 18px;
}
#admission .admission .admission-inner .admission-right .adm-row .adm-group {
  width: 100%;
  margin-bottom: 15px;
}
#admission .admission .admission-inner .admission-right .adm-row .adm-group label {
  display: block;
  padding-bottom: 6px;
  font-weight: normal;
}
#admission .admission .admission-inner .admission-right .adm-row .adm-group label span {
  color: red;
}
#admission .admission .admission-inner .admission-right .adm-row .adm-group .adm-control {
  width: 100%;
  padding: 15px 10px;
  background-color: #fcfdff;
  color: #060606;
  border-radius: 0px;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid rgba(0, 0, 0, 0.1215686275);
  max-width: -webkit-fill-available;
  width: -moz-available;
  height:40px;
}
#admission .admission .cross {
  height: 50px;
  width: 50px;
  position: absolute;
  top: 0;
  right: 0px;
  background: #329552;
  border: none;
  box-shadow: 0px 0px 9px 1px rgba(0, 0, 0, 0.3882352941);
  cursor: pointer;
}
#admission .admission .cross span {
  height: 2px;
  width: 25px;
  background-color: rgb(255, 255, 255);
  position: absolute;
  top: 28px;
  left: 12px;
  transition: all 0.3s ease;
  transform: rotateZ(135deg);
}
#admission .admission .cross span:nth-child(2) {
  top: 28px;
  left: 12px;
  transform: rotateZ(225deg);
}
#admission .admission .cross:hover span {
  transform: rotateZ(316deg) !important;
}
#admission .admission .cross:hover span:nth-child(2) {
  transform: rotateZ(43deg) !important;
}
#admission .admission .bton {
  margin-top: 35px;
}
#admission .admission .bton a {
  border: 1px solid;
  padding: 9px 20px;
  letter-spacing: 1px;
  transition: all 0.3s ease;
  color: #fff;
  background-color: #329552;
}
#admission .admission .bton a:hover {
  background: white;
  color: #329552;
  border: 1px solid #329552;
}

.ads {
  padding: 30px 20px 0;
}

#course {
  padding: 70px 0 50px;
  background: #fafafa;
}
#course .course .course-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: space-around;
}
#course .course .course-inner .course-left {
  width: 60%;
}
#course .course .course-inner .course-left .course-left-inner .course-left-one .course-left-one-txt {
  margin-bottom: 20px;
}
#course .course .course-inner .course-left .course-left-inner .course-left-one .course-left-one-img img {
  width: 100%;
  border-radius: 10px;
}
#course .course .course-inner .course-right {
  width: 29%;
}
#course .course .course-inner .course-right .course-right-inner .course-right-one {
  position: relative;
}
#course .course .course-inner .course-right .course-right-inner .course-right-one .course-right-one-top {
  text-align: center;
  top: -54px;
  position: absolute;
  left: 5%;
  border-radius: 10px;
  width: 90%;
  right: 5%;
}
#course .course .course-inner .course-right .course-right-inner .course-right-one .course-right-one-top iframe {
  border-radius: 10px;
  width: 100%;
  box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.2588235294);
}
#course .course .course-inner .course-right .course-right-inner .course-right-one .course-right-one-bot {
  padding: 110px 30px 30px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.26);
  margin-top: 55px;
  border-radius: 10px;
  background: #fff;
}
#course .course .course-inner .course-right .course-right-inner .course-right-one .course-right-one-bot .c-r-o-b-inner {
  border-bottom: 1px solid rgba(48, 150, 78, 0.3294117647);
  padding-bottom: 10px;
  margin-bottom: 10px;
}
#course .course .course-inner .course-right .course-right-inner .course-right-one .course-right-one-bot .c-r-o-b-inner p{
    font-size:14px;
}
#course .course .course-inner .course-right .course-right-inner .course-right-one .course-right-one-bot .c-r-o-b-inner p i {
  color: #31944f;
  padding-right: 5px;
}
#course .course .course-inner .course-right .course-right-inner .course-right-one .course-right-one-bot .cor-bot {
  margin-top: 30px;
  text-align: center;
  padding: 10px 0;
  background-color: #319552;
  color: #fff;
  border: 1px solid #319552;
  transition: all 0.5s ease;
}
#course .course .course-inner .course-right .course-right-inner .course-right-one .course-right-one-bot .cor-bot:hover {
  background-color: #fff;
  color: #319552;
  border: 1px solid #319552;
}

.cors {
  margin-bottom: 0 !important;
}

ul.tabs {
  margin: 0;
  padding: 0;
  list-style: none;
  height: 54px;
  width: 100%;
  margin-bottom: 0;
  background: #fafafa;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

ul.tabs li {
  float: left;
  margin: 0;
  cursor: pointer;
  padding: 10px 20px;
  height: 33px;
  line-height: 33px;
  background-color: #db7100;
  color: #fff;
  overflow: hidden;
  position: relative;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}

ul.tabs li:hover {
  background-color: #02a95c;
  color: #000;
}

ul.tabs li.active {
    background-color: #ffbc75;
    color: #333;
    border-bottom: 1px solid #fff;
    display: block;
    border-top: 1px solid #ffbc75;
    border-left: 1px solid #ffffff;
    border-right: 1px solid #ffbc75;
    border-bottom: 1px solid #ffbc75;
}

.tab_content {
  padding: 40px 30px 40px;
  display: none;
  background: #fff;
  box-shadow: 0px 6px 7px 0px rgba(0, 0, 0, 0.231372549);
}
.tab_content p{
    padding:5px;
}

.tab_drawer_heading {
  display: none;
}

#course2 {
  background: #fafafa;
  padding-bottom: 0px;
}
#course2 .course2 .course2-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: space-around;
}
#course2 .course2 .course2-inner .course2-left {
  width: 60%;
}
#course2 .course2 .course2-inner .course2-right {
  width: 29%;
}
#course2 .course2 .course2-inner .course2-right .course2-right-inner .c2-ri-field .ce-ri-img {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background: #329552;
  position: relative;
  z-index: 0;
  height: 200px;
}
#course2 .course2 .course2-inner .course2-right .course2-right-inner .c2-ri-field .ce-ri-img .swiper-slide {
  justify-content: center !important;
  gap: 0;
  display: block !important;
}
#course2 .course2 .course2-inner .course2-right .course2-right-inner .c2-ri-field .ce-ri-img iframe {
  height: 190px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  vertical-align: middle;
}
#course2 .course2 .course2-inner .course2-right .course2-right-inner .c2-ri-field .c2-ri-txt {
  color: #fff;
  padding: 0px 15px 20px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background: #329552;
}
.swiper-pagination4 .swiper-pagination-bullet {
  width: 10px;
}
.swiper-pagination4 .swiper-pagination-bullet-active,
.swiper-pagination4 .swiper-pagination-bullet-active:hover {
  width: 20px !important;
  transition: all 0.3s ease-in-out;
  left: 0;
  background-color: #53fc38;
  opacity: 1;
}

#course3 {
  background: #fafafa;
    margin-top: 30px;
}
#course3 .course3 .course3-inner {

}
#course3 .course3 .course3-inner .course3-left {
  width: 100%;
}
#course3 .course3 .course3-inner .course3-left .co3-le-inn .co3-le-top {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  display: flex;
  justify-content: space-around;
  color: #fff;
  align-items: center;
  padding: 30px 15px;
  text-align: center;
  background-image: linear-gradient(to right, #00c740, #00c34b, #00be54, #04ba5c, #11b563, #12b463, #12b262, #13b162, #09b35a, #02b552, #00b648, #02b83d);
}
#course3 .course3 .course3-inner .course3-left .co3-le-inn .co3-le-top h2 i {
  position: relative;
  top: -18px;
  color: #ffffff;
}
#course3 .course3 .course3-inner .course3-left .co3-le-inn .co3-le-top h2 span {
  position: relative;
  top: 18px;
  color: #ffffff;
}
#course3 .course3 .course3-inner .course3-left .co3-le-inn .co3-le-top .co3-le-tt {
  display: flex;
  gap: 30px;
}
#course3 .course3 .course3-inner .course3-left .co3-le-inn .co3-le-top .co3-le-tt .co3-inn-top i {
  font-size: 50px;
}
#course3 .course3 .course3-inner .course3-left .co3-le-inn .co3-le-top .co3-le-tt .co3-inn-bot h4 {
  margin: 0;
}
#course3 .course3 .course3-inner .course3-left .co3-le-inn .co3-le-top .co3-le-tb .co3-le-tb-inn {
  margin-bottom: 6px;
}
#course3 .course3 .course3-inner .course3-left .co3-le-inn .co3-le-top .co3-le-tb .co3-le-tb-inn p i {
  padding-right: 10px;
}
#course3 .course3 .course3-inner .course3-left .co3-le-inn .co3-le-bot {
  background: #e3ffec;
}
#course3 .course3 .course3-inner .course3-left .co3-le-inn .co3-le-bot .co3-le-bot-lef {
  display: flex;
  padding: 40px;
  gap: 20px;
  flex-wrap: wrap;
}
#course3 .course3 .course3-inner .course3-left .co3-le-inn .co3-le-bot .co3-le-bot-lef ul {
  margin: 0;
  list-style: none;
  padding: 0;
  width: 48%;
}
#course3 .course3 .course3-inner .course3-left .co3-le-inn .co3-le-bot .co3-le-bot-lef ul li {
  font-size: 16px;
  padding-bottom: 15px;
}
#course3 .course3 .course3-inner .course3-left .co3-le-inn .co3-le-bot .co3-le-bot-lef ul li i {
  color: #ee8534;
  font-size: 16px;
  padding-right: 5px;
}
#course3 .course3 .course3-inner .course3-left .co3-le-inn .co3-le-bot .co3-le-bot-lef ul .cal {
  background: #ee8534;
  padding: 18px 40px;
  color: #fff;
  border-radius: 10px;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  transition: all 0.3s ease;
}
#course3 .course3 .course3-inner .course3-left .co3-le-inn .co3-le-bot .co3-le-bot-lef ul .cal a {
  font-size: 18px;
  color: #fff;
}
#course3 .course3 .course3-inner .course3-left .co3-le-inn .co3-le-bot .co3-le-bot-lef ul .cal:hover {
  background-color: #00b648;
}
#course3 .course3 .course3-inner .course3-left .co3-le-inn .co3-le-bot .co3-le-bot-lef ul .cal:hover a {
  color: #ffffff;
}
#course3 .course3 .course3-inner .course3-right {
  width: 26%;
}

.swiper-button-prev4,
.swiper-button-next4 {
  display: block;
}

.swiper-arrow {
  display: inline-flex;
}
.swiper-arrow .swiper-button-next4 {
  position: absolute;
  top: 40%;
  z-index: 1;
  padding: 5px;
  background: #ffffff;
  color: #000;
  cursor: pointer;
  right: 0px;
}
.swiper-arrow .swiper-button-prev4 {
  position: absolute;
  left: 0px;
  top: 40%;
  z-index: 1;
  padding: 5px;
  color: #000;
  background: #ffffff;
  cursor: pointer;
}

#admission2 {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.91);
  width: 100%;
  height: 100%;
}
#admission2 .admission2 {
  max-width: 700px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  background: white;
}
#admission2 .admission2 .admission2-txt {
  color: #fff;
  text-align: center;
  padding: 15px;
  background: #329552;
}
#admission2 .admission2 .admission2-inner {
  flex-wrap: wrap;
  background: #fff;
  padding: 40px;
  justify-content: center;
  gap: 10px;
}
#admission2 .admission2 .admission2-inner .adm-form .adm-row {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
#admission2 .admission2 .admission2-inner .adm-form .adm-row .adm-group {
  width: 48%;
  margin-bottom: 0;
}
#admission2 .admission2 .admission2-inner .adm-form .adm-row .adm-group label {
  display: block;
  padding-bottom: 6px;
  font-weight: normal;
}
#admission2 .admission2 .admission2-inner .adm-form .adm-row .adm-group label span {
  color: red;
}
#admission2 .admission2 .admission2-inner .adm-form .adm-row .adm-group .adm-control {
  width: 100%;
  padding: 13px 10px;
  background-color: #fcfdff;
  color: #060606;
  border-radius: 0px;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid rgba(0, 0, 0, 0.1215686275);
  max-width: -webkit-fill-available;
  width: -moz-available;
}
#admission2 .admission2 .admission2-inner .adm-form .bton {
  margin-top: 35px;
}
#admission2 .admission2 .admission2-inner .adm-form .bton a {
  border: 1px solid;
  padding: 9px 20px;
  letter-spacing: 1px;
  transition: all 0.3s ease;
  color: #fff;
  background-color: #329552;
}
#admission2 .admission2 .admission2-inner .adm-form .bton a:hover {
  background: white;
  color: #329552;
  border: 1px solid #329552;
}
#admission2 .admission2 .cos {
  height: 50px;
  width: 50px;
  position: absolute;
  top: 0;
  right: 0px;
  background: #329552;
  border: none;
  box-shadow: 0px 0px 9px 1px rgba(0, 0, 0, 0.39);
  cursor: pointer;
}
#admission2 .admission2 .cos .cos-inner span {
  height: 2px;
  width: 25px;
  background-color: rgb(255, 255, 255);
  position: absolute;
  top: 28px;
  left: 12px;
  transition: all 0.3s ease;
  transform: rotateZ(135deg);
}
#admission2 .admission2 .cos .cos-inner span:nth-child(2) {
  top: 28px;
  left: 12px;
  transform: rotateZ(225deg);
}
#admission2 .admission2 .cos:hover span {
  transform: rotateZ(316deg) !important;
}
#admission2 .admission2 .cos:hover span:nth-child(2) {
  transform: rotateZ(43deg) !important;
}

.full-length {
  width: 100% !important;
}

#success-pop {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.66);
  display: none;
  z-index: 10000000000000000;
  transition: all 1s;
}
#success-pop .inner-success {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 20px 20px 30px;
  background: #fff;
}
#success-pop .inner-success .su-i {
  text-align: center;
}
#success-pop .inner-success .su-i img {
  width: 220px;
}
#success-pop .inner-success .su-bt {
  text-align: center;
}
#success-pop .inner-success .su-bt p {
  width: 278px;
  font-size: 15px;
  letter-spacing: 0.2px;
  margin-bottom: 2rem;
}
#success-pop .inner-success .su-bt {
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: auto;
  margin-left: auto;
}
#success-pop .inner-success .su-bt a {
  color: white;
  letter-spacing: 0.55px;
  font-size: 17px;
  padding: 8px 22px;
  background-color: green;
}

.inner-success23 {
  background-color: white;
  padding: 0rem 1rem 2rem 1rem;
}
.hid{
  display: none;
}
.hidd{
  color: #000000;
}

#manag-dtls {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.91);
  width: 100%;
  height: 100%;
}
#manag-dtls .manag-dtls {
  max-width: 60%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  background: white;
}
#manag-dtls .manag-dtls .manag-dtls-inner {
  padding: 40px;
}
#manag-dtls .manag-dtls .manag-dtls-inner .manag-dtls-top {
  height: 100px;
  width: 100px;
}
#manag-dtls .manag-dtls .manag-dtls-inner .manag-dtls-top img {
  width: 100%;
}
#manag-dtls .manag-dtls .manag-dtls-inner .manag-dtls-bottom {
  margin-top: 25px;
}
#manag-dtls .manag-dtls .manag-dtls-inner .manag-dtls-bottom h3 {
  color: #329552;
}
#manag-dtls .manag-dtls .manag-dtls-inner .manag-dtls-bottom h4 {
  margin: 0;
  padding-bottom: 10px;
  color: #329552;
  font-weight: 300;
}
#manag-dtls .manag-dtls .man-bot {
  height: 50px;
  width: 50px;
  position: absolute;
  top: 0;
  right: 0px;
  background: #ffffff;
  border: none;
  cursor: pointer;
}
#manag-dtls .manag-dtls .man-bot span {
  height: 2px;
  width: 25px;
  background-color: #329552;
  position: absolute;
  top: 28px;
  left: 12px;
  transition: all 0.3s ease;
  transform: rotateZ(135deg);
}
#manag-dtls .manag-dtls .man-bot span:nth-child(2) {
  top: 28px;
  left: 12px;
  transform: rotateZ(225deg);
}



#manag-dtls2 {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.91);
  width: 100%;
  height: 100%;
}
#manag-dtls2 .manag-dtls2 {
  max-width: 60%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  background: white;
}
#manag-dtls2 .manag-dtls2 .manag-dtls2-inner {
  padding: 40px;
}
#manag-dtls2 .manag-dtls2 .manag-dtls2-inner .manag-dtls2-top {
  height: 100px;
  width: 100px;
}
#manag-dtls2 .manag-dtls2 .manag-dtls2-inner .manag-dtls2-top img {
  width: 100%;
}
#manag-dtls2 .manag-dtls2 .manag-dtls2-inner .manag-dtls2-bottom {
  margin-top: 25px;
}
#manag-dtls2 .manag-dtls2 .manag-dtls2-inner .manag-dtls2-bottom h3 {
  color: #329552;
}
#manag-dtls2 .manag-dtls2 .manag-dtls2-inner .manag-dtls2-bottom h4 {
  margin: 0;
  padding-bottom: 10px;
  color: #329552;
  font-weight: 300;
}
#manag-dtls2 .manag-dtls2 .man-bot2 {
  height: 50px;
  width: 50px;
  position: absolute;
  top: 0;
  right: 0px;
  background: #ffffff;
  border: none;
  cursor: pointer;
}
#manag-dtls2 .manag-dtls2 .man-bot2 span {
  height: 2px;
  width: 25px;
  background-color: #329552;
  position: absolute;
  top: 28px;
  left: 12px;
  transition: all 0.3s ease;
  transform: rotateZ(135deg);
}
#manag-dtls2 .manag-dtls2 .man-bot2 span:nth-child(2) {
  top: 28px;
  left: 12px;
  transform: rotateZ(225deg);
}


#meta {
  margin-top: 40px;
}
#meta .meta .meta-inner {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}
#meta .meta .meta-inner .meta-left {
  width: 55%;
}
#meta .meta .meta-inner .meta-left .meta-left-inner .met-inn-inn {
  margin-top: 20px;
}
#meta .meta .meta-inner .meta-left .meta-left-inner .met-inn-inn h3 {
  margin: 0;
}
#meta .meta .meta-inner .meta-right {
  width: 40%;
}
#meta .meta .meta-inner .meta-right .meta-right-inner img {
  width: 100%;
}

#meta2 {
  overflow: hidden;
  margin-top: 40px;
}
#meta2 .meta2 .meta2-inner {
  display: flex;
  flex-wrap: wrap;
}
#meta2 .meta2 .meta2-inner .inner-meta2 {
  width: 33.33%;
  color: #fff;
  text-align: center;
  position: relative;
}
#meta2 .meta2 .meta2-inner .inner-meta2 .meta2-top {
  height: 345px;
}
#meta2 .meta2 .meta2-inner .inner-meta2 .meta2-top img {
  width: 100%;
  vertical-align: middle;
  height: 100%;
}
#meta2 .meta2 .meta2-inner .inner-meta2 .meta2-bot {
  padding: 60px 30px 30px;
}
#meta2 .meta2 .meta2-inner .inner-meta2 .mete-txt {
  position: absolute;
  bottom: -12px;
  left: 30px;
  opacity: 0.3;
}
#meta2 .meta2 .meta2-inner .inner-meta2 .mete-txt h1 {
  font-size: 45px;
}

#prote {
  margin-top: 40px;
}
#prote .prote .prote-inner .prote-top {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
#prote .prote .prote-inner .prote-top .prote-top-left {
  width: 55%;
}
#prote .prote .prote-inner .prote-top .prote-top-right {
  width: 40%;
}
#prote .prote .prote-inner .prote-top .prote-top-right img {
  width: 100%;
}
#prote .prote .prote-inner .prote-top .prote-top-right li {
  list-style: square;
  margin-bottom:5px;
  font-size:15px;
}
#prote .prote .prote-inner .prote-top .prote-top-right h3 {
  margin-top: 10px;
}
#prote .prote .prote-inner .prote-top .prote-top-right li {
  list-style: square;
  margin-bottom: 5px;
}
#prote .prote .prote-inner .prote-top .prote-top-left p {
  margin-bottom: 7px;
}
#prote .prote .prote-inner .prote-top .prote-top-left p {
  margin-bottom: 7px;
}
#meta .meta .meta-inner .meta-left .meta-left-inner .met-inn-inn li {
      list-style: square;
        margin-bottom: 5px;
        font-size:15px;
}
.non{

    color: #000000 !important;
    font-weight: 700 !important;
}
.loading-overlay{width:100%;height:100%;background:rgba(0,0,0,.5);position:fixed;z-index:9999;inset: 0;display:none; }
.loading-overlay img{width:100px; }
.overlay-content{top:50%;left:50%;transform:translate(-50%,-50%);position: absolute;}
.noCourseFound{margin-left: 250px;}
/* For Pagination Links by Malustech */
.pagination {
    font-family: Verdana, sans-serif;
    padding: 20px;
    margin: 7px;
    display: flex;
    align-items: center;
    gap: 1rem;
}
.pagination a {
	margin: 2px;
	padding: 0.3em 0.64em 0.43em 0.64em;
	background-color: #329552;
	text-decoration: none;
	color: #fff;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    -webkit-border-radius: .125rem;
    border-radius: .125rem;
}
.pagination a:hover, .pagination a:active {
	padding: 0.3em 0.64em 0.43em 0.64em;
	margin: 2px;
	background-color: #de1818;
	color: #fff;
}

.gennomic {
  width: 100% !important;
}

.gennomic-inner {
  gap: 40px;
  display: flex;
}

.gennomic-tab {
  display: grid !important;
  width: initial !important;
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
  overflow: hidden;
  height: auto !important;
  width: 100% !important;
}

.sec-genomic {
  margin-top: 60px;
  background: none !important;
}

.genomic-content h2 {
  color: #00b648;
}
.genomic-content p span {
  color: orangered;
  padding-right: 7px;
}

.genomic-tab-container {
  width: 70%;
  padding: 40px 20px;
  box-shadow: 0px 6px 7px 0px rgba(0, 0, 0, 0.23);
}

.genomic-content {
  width: 100%;
}

.research-tab {
  height: 160px !important;
}

.res-txt h4 {
  margin: 0 0 10px;
  color: orangered;
  font-weight: 500;
}

.gog {
  width: 25%;
}

.gennomic-inner {
  width: 100%;
}

.genomic-content {
  width: 100%;
  padding: 0;
  box-shadow: none;
}

ul.gennomic-tab li {
  float: left;
  margin: 0;
  cursor: pointer;
  padding: 10px 20px;
  height: 100%;
  line-height: 33px;
  background-color: #329552;
  color: #fff;
  overflow: inherit;
  position: relative;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}

#pcr .pcr .pcr-inner {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}
#pcr .pcr .pcr-inner .pcr-left {
  width: 60%;
}
#pcr .pcr .pcr-inner .pcr-right {
  width: 37%;
}
#pcr .pcr .pcr-inner .pcr-right .pcr-right-inner img {
  width: 100%;
}

#pcr2 .pcr2 .pcr2-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
}
#pcr2 .pcr2 .pcr2-inner .pcr2-left {
  width: 0%;
  position: relative;
  height: 266px;
  display: none;
}
#pcr2 .pcr2 .pcr2-inner .pcr2-left .pcr2-left-top img {
  width: 100%;
}
#pcr2 .pcr2 .pcr2-inner .pcr2-left .pcr2-left-bot {
  bottom: -30px;
  position: absolute;
  height: 200px;
  width: 178px;
  border-radius: 10px;
  right: -30px;
}
#pcr2 .pcr2 .pcr2-inner .pcr2-left .pcr2-left-bot img {
  width: 100%;
  border-radius: 10px;
  height: 100%;
}
#pcr2 .pcr2 .pcr2-inner .pcr2-right {
  width: 100%;
}
#pcr2 .pcr2 .pcr2-inner .pcr2-right .pcr2-txt h4 {
  margin: 0;
  padding: 15px 0;
  color: #329454;
}
#pcr2 .pcr2 .pcr2-inner .pcr2-right .pcr2-right-inner {
  justify-content: space-between;
  display: flex;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1411764706);
  align-items: center;
  padding: 20px;
}
#pcr2 .pcr2 .pcr2-inner .pcr2-right .pcr2-right-inner p {
  font-weight: 600;
}
#pcr2 .pcr2 .pcr2-inner .pcr2-right .pcr2-right-inner .pcr2-rig-inn {
  width: 60%;
}
#pcr2 .pcr2 .pcr2-inner .pcr2-right .pcr2-right-inner .pcr2-rig-inn p {
  font-weight: normal;
}
.abt-hdt{
  background-image: url(../image/abthdt.jpg) !important;
}
.managmnt{
    background-image: url(../image/managmnt.jpg) !important;
}
.placmnt{
  background-image: url(../image/placmnt.jpg) !important;
}
.traningg{
  background-image: url(../image/trning.jpg) !important;
}
.carr{
  background-image: url(../image/carr.jpg) !important;
}
.rech{
  background-image: url(../image/rech.jpg) !important;
}
.nwseven{
  background-image: url(../image/nwseven.jpg) !important;
}

/*# sourceMappingURL=style.css.map */


/* new index start---------------------------------- */
.w-100{width:100%!important}
.w-auto{width:auto!important}
.h-100{height: 100vh !important;}
.vdo video{
  object-fit: cover;
}
.vdo{
  position: relative;
}
/*.vdo::after {*/
/*    position: absolute;*/
/*    content: "";*/
/*    background-color: #31945233;*/
/*    background-size: cover;*/
/*    height: 100%;*/
/*    width: 100%;*/
/*    top: 0;*/
/*    left: 0;*/
/*}*/
.vdo::after {
    position: absolute;
    content: "";
    /* background-color: #31945233; */
    background-size: cover;
    height: 99%;
    width: 100%;
    top: 0;
    left: 0;
    /* background: linear-gradient(45deg, #3194524a, #e1884670); */
    background-color: #00000075;
}


.ggfe img{
  width: 36px;
}
.mous {
    position: absolute;
    top: 86%;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    z-index: 9;
}
.ggfe {
    height: 37px;
}
.ggfe img{
    position:relative;
    animation: animate 1s infinite;
}
@keyframes animate{
  0%{
    margin-top: -5%;
  }
  50%{
   margin-top: 0%;
  }
  100%{
   margin-top: -5%;
  }
}
.mous h6 {
    margin: 6px 0 0 0;
    color: #fff;
    letter-spacing: 4.55px;
    font-size: 14px;
    font-weight: 300;
}
.banner-dt {
    top: 57%;
    position: absolute;
    z-index: 99999;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 85%;
}
.banner-dt h1 {
    font-size: 35px;
    /* width: 100%; */
    color: #fff;
    font-weight: 600;
    letter-spacing: 3px;
    text-align: left;
    margin-top: 10px;
}
.left-banner-text p {
    font-size: 15px;
    letter-spacing: 0.55px;
    color: #fff;
    font-weight: 300;
    margin-top: 20px;
}

.left-banner-text span{
  font-size: 16px;
  letter-spacing: 0.55px;
  color:#fff;
  margin-bottom: 1rem;
}
/* .col-lg-6{
  width: 50%;
} */

.left-abtt h1 {
    margin-bottom: 1rem;
    font-size: 41px;
}
.left-abtt p{
  letter-spacing: 0.55px;
  color: #000;
  line-height: 28px;
}
.left-abtt p {
    letter-spacing: 0.55px;
    color: #000;
    line-height: 28px;
    font-size: 16px;
}
.abt {
    background-image: url(../image/about-sec-bg.jpg);
    background-size: cover;
    background-position: bottom;
    padding: 10rem 0;
    /* clip-path: polygon(50% 0%, 100% 0, 100% 71%, 75% 100%, 75% 100%, 0 89%, 0 0); */
    /* box-shadow: black 2px 28px 25px -5px; */
    /* filter: drop-shadow(2px 4px 6px black); */
}
.btn{
  text-align: right;
}
.flx {
    display: flex;
    width: 100%;
    align-items: center;
    gap: 7px;
}
.btn-x a{
  padding: 8px 22px;
  border: 1px solid green;
  color: green;
  transition:all .3s;
  position: relative;
  z-index:1;
}
.btn-x a::after {
    position: absolute;
    content: "";
    background-color: green;
    border: 1px solid green;
    background-size: contain;
    left: 0;
    top: 0;
    height: 100%;
    width: 0%;
    transition: all .3s;
    z-index: -1;
    opacity: 0;
}
.btn-x a:hover::after{
  width: 100%;
  opacity: 1;
}
.btn-x a:hover{
  color: #fff !important;
}
.btn-x {
    width: 38%;
}
.btn-x1 img {
    width: 25px;
}
.wq{
  margin-top: 3rem;
}
.btn-x1 a{
  color: #000;
  display: flex;
  align-items: center;
  gap: 5px;
}
/* .col-lg-3{
  width: 25%;
} */
.prd-lst-img img{
  width: 80px;
}
.prd-lst-img {
    position: relative;
    text-align: center;
}
.prd-lst-img::after {
    position: absolute;
    content: "";
    border: 5px solid #3295541f;
    background-size: contain;
    height: 150px;
    width: 150px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
}
.ffe{
    text-align: center;
    margin-top: 6rem;
}
.ffe h2{
    text-transform: uppercase;
    font-size: 21px;
    letter-spacing: 0.55px;
    color: #329554;
}
.ffe p{
    font-size: 14px;
    letter-spacing: 0.55px;
    color: #000;
}
/* .col-lg-4{
  width: 33.33%;
  padding: 0 20px;
} */
.products {
    padding: 10rem 0 5rem;
}


.int-dt{
  position: relative;
}
.swiper-slider-inner-bottmo {
    position: absolute;
    bottom: -117px;
    left: 50%;
    width: 77%;
    /* height: 66%; */
    transform: translateX(-50%);
    padding: 15px;
    /* background: linear-gradient(360deg, #000000, #329452); */
    /* border-radius: 0 0 30px 30px; */
    background-color: #329552;
}
.swiper-slider-inner-bottmo h3 {
    font-size: 21px;
    font-weight: 300;
    color: #fff;
    letter-spacing: 1.55px;
    line-height: 32px;
}

.col-tmt p {
    font-size: 14px;
    letter-spacing: 1.55px;
    color: #ffffff;
    font-weight: 500;
    font-style: italic;
    font-weight: 700;
}
.btn a{
    font-size: 16px;
    letter-spacing: 0.55px;
    color: #fe5d02;
}
.Internship {
    padding: 3rem 0 12rem;
    /* background-color: #e8ecf7; */
    background: linear-gradient(180deg, #e8ecf7 65%, transparent 0);
}
.swiper-slider-inner-bottmo{
  overflow: hidden;
}
.swiper-slider-inner-bottmo::after {
    position: absolute;
    content: "";
    background-color: #14141408;
    height: 114px;
    width: 114px;
    border-radius: 50%;
    top: -2rem;
    right: -2rem;
    border-radius: 50%;
    opacity: 1;
}

.col-tmt{
  width: fit-content;
  position: relative;
}

.col-tmt::after {
    position: absolute;
    content: "";
    background-color: #fff;
    background-size: 1px;
    height: 1px;
    width: 30%;
    top: 56%;
    right: -56px;
    z-index: 9;
}
.index-5-txt{
  width: 70%;
}
.wwq {
    margin-bottom: 2rem;
}






.trn{
  display: flex;
  width: 100%;
}
/* .left-trn,.right-trn,.mhk{
  width: 50%;
} */
.left-trn img{
  width: 100%;
}
.right-trn{
  display: flex;

}
.rgt-sub-trn1 img {
    width: 100px;
    margin-bottom: 15px;
}
.rgt-sub-trn1{
  text-align: center;
}
.rgt-dt h1{
  font-size: 23px;
  letter-spacing: 0.55px;
  margin-bottom: 10px;
  color: #fff;
}

.rgt-dt p {
    color: #fff;
    font-size: 15px;
}
.mhk{
  position: relative;
  background-color: #e9e9e9;
}
.mhk1 {
    background-color: #80329538;
}

.rgt-sub-trn{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 95%;
}
.left-trn img{
  height: 100%;
}
.mhk3{
  background-color: #f16c5152;
}
.mhk4 {
    background-color: #df99264d;
}
/* new index end---------------------------------- */


/* navbar start------------------------------------ */
.nav-bb {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9;
    transition: all .3s;
    z-index: 99999999999999999;
    padding: 0;
}
.nav-bb-new{
  background-color: #fff !important;
}
.inner-nav-bb {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.nav-logo {
    /*position: absolute;*/
    /*left: 3%;*/
    /*top: 0;*/
    transition: all .3s;
    background-color: #fff;
}
.nav-logo-new img{
    width:133px;
}
.nav-logo-img{
  width:225px;
}
/* navbar end------------------------------------ */
.wwq h1 {
    margin-bottom: 1rem;
    font-size: 74px;
}
.wwq h1 span{
      background: none;
    color: transparent !important;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #2e954c;
    -webkit-text-fill-color: unset;
}
.vdoxx {
    height: 81vh;
    background-image: url(../image/vd.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
    background-position: bottom;
}

.inner-vdo h2 {
    color: #fff;
    font-size: 29px;
    letter-spacing: 0.55px;
    line-height: 46px;
    font-weight: 500;
}
.ll{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 90%;
  margin: auto;
}
.pl {
    position: relative;
    height: 90px;
    width: 90px;
    background-color: #ffffff70;
    border-radius: 50%;
    margin: auto;
    border: 1px solid #fff;
    animation: animatex 1s infinite;
}
@keyframes animatex{
  0%{
    background-color: #ffffff70;
  }
  50%{
    background-color: #fff;
  }
  100%{
    background-color: #ffffff70;
  }
}
.pl img {
    width: 34px;
    position: absolute;
    top: 52%;
    left: 54%;
    transform: translate(-50%, -50%);
}

.wwq .row .col-lg-3:nth-child(1){
      background-color: #67d1e4;
}
.wwq .row .col-lg-3:nth-child(2){
      background-color: #41c5dd;
}
.wwq .row .col-lg-3:nth-child(3){
      background-color: #41afdd;
}
.wwq .row .col-lg-3:nth-child(4){
      background-color: #319bde;
}


.mhk111 {
    background-image: url(https://d2jx2rerrg6sh3.cloudfront.net/images/Article_Images/ImageForArticle_22064_16436342404173431.jpg);
}
.mhk222{
  background-image: url(https://www.mccmdclinic.org/wp-content/uploads/2020/01/Microscope.jpg);
}
.mhk333{
  background-image: url(https://img.freepik.com/free-photo/experiment-biotechnology-with-chemistry-science_23-2150365003.jpg?size=626&ext=jpg&ga=GA1.1.1395880969.1709683200&semt=sph);
}
.mhk444{
  background-image: url(https://ndy.com/wp-content/uploads/2022/10/iStock-909908830-scaled.jpg);
}
.mhj {
    padding: 3rem 10px;
    height: 100%;
    background-size: cover;
    position: relative;
    z-index: 1;
}
.mhj::after {
    position: absolute;
    content: "";
    background-color: #000000b3;
    background-size: contain;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}



.newsandeventsImg22 {
    height: 245px !important;
    overflow: hidden;
}
.newsandeventsImg img {
    transition: all .3s;
    transform: scale(1.1);
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.newsandeventText .heading h4 {
    font-size: 20px;
    word-wrap: break-word;
    line-height: 33px;
    color: #000;
    font-weight: 400 !important;
}
.newsandeventText .w-25 {
    transition: var(--trans-slow);
    opacity: 0;
}
.newsandeventsWrapper:hover h4{
  text-decoration: underline;
}
.newsandeventsWrapper:hover img{
  display: block;
}
.cfv img{
  display: none;
  margin-left: auto;
}








/* footer */
footer {
    padding: 4rem 0 3rem;
    position: relative;
    background-color: #000;
}
footer .footerLinks li {
    margin-bottom: 25px;
}
footer .footerLinks li a {
    --font-h6: 20px;
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    font-size: var(--font-h6);
    transition: all .2s ease;;
    font-weight: 300;
    color: #fff;
}


.Internship,.ffrs{
    position:relative;
}
.Internship::after {
    position: absolute;
    content: "";
    background-image: url(../image/pharma-template-dot-bg.svg);
    background-size: contain;
    height: 150px;
    width: 150px;
    top: 6px;
    right: 6px;
    z-index: 9;
    opacity: 1;
}
.ffrs::after {
    position: absolute;
    content: "";
    background-image: url(../image/pharma-template-dot-bg.svg);
    background-size: contain;
    height: 221px;
    width: 221px;
    top: 6px;
    right: -46px;
    z-index: -1;
    opacity: 0.5;
}

.bgf-clr {
    height: 100%;
    background-color: green;
    border-radius: 0 0 500px 0;
    width: 100%;
}
.tr-dtx {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 77%;
}
.tr-dtx p{
    font-size:16px;
    letter-spacing:0.55px;
    line-height:26px;
}
.btn1 a{
    color:#000;
}
.gf-hd h1{
    font-size:47px;
    letter-spacing:0.55px;
    color:27px;
}
.gf-hd h1 span{
    color:#329552;
}


/*new index ---------------------*/

.ab-para p {
    text-align: justify;
    font-size: 16px;
    letter-spacing: 0.55px;
    color: #000;
    font-weight: 300;
    margin-bottom: 10px;
    line-height: 27px;
}
.ab-hd h1{
    font-weight: 400;
    font-size: 34px;
    letter-spacing: 0.55px;
}
.ab-hd h1 span,.cour-hd h1 span{
    background: -webkit-linear-gradient(#329552, #ff5e00);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight:500;
}


.left-love{
    padding:3rem;
}
.list-lv p{
    font-size:16px;
    letter-spacing:0.55px;
    margin-top:1rem;
    color:#fff;
}
.list-lv{
    text-align:center;
    cursor:pointer;
}
.ls-lv-img img{
    width:70px;
    transition:all .3s;
}
.list-lv:hover img{
    transform:scale(1.08);
}
.list-lv{
    padding:1.5rem;
}
.left-love .row .col-lg-6:nth-child(1){
    border-right:1px solid #ffffff42 !important;
}
.left-love .row .col-lg-6:nth-child(3){
    border-right:1px solid #ffffff42;
    border-top:1px solid #ffffff42;
}
.left-love .row .col-lg-6:nth-child(4){
    border-top:1px solid #ffffff42;
}


.right-love{
    background-color:#fff;
    height:96%;
    padding:2rem;
}
.why-love{
    position:relative;
    /*background-color:#329552;*/
}
.why-love::after {
    position: absolute;
    content: "";
    background-color: #329552;
    background-size: contain;
    height: 100%;
    width: 95%;
    top: 0;
    right: 0;
    z-index: -1;
}

.heading-text h1{
    font-size:27px;
    letter-spacing:0.55px;
    font-weight:400;
    margin-bottom:12px;
}
.heading-text{
    margin-bottom:1rem;
}

.heading-text ul li{
    font-size:15px;
    letter-spacing:0.55px;
    font-weight:400;
    color:#000;
    margin-bottom:10px;
}
.heading-text ul{
        padding-left: 22px;
}
.ul-list-cou ul li{
    list-style-type:none;
    display:flex;
    align-items:center;
    gap:10px;
    margin-bottom:7px;
}
.ul-list-cou ul li img{
    width:16px;
}
.ul-list-cou ul{
    padding-left:0;
}
.ul-list-cou ul li p{
    font-size: 15px;
    letter-spacing: 0.55px;
}
.cou-sub-hd h1 {
    font-size: 20px;
    line-height: 27px;
    padding: 10px 0;
}

.cou-list {
    box-shadow: black 0px 0px 9px -5px;
    border-radius: 10px;
    height:100%;
}
.cou-img img{
    border-radius: 10px 10px 0 0;
    height: 100%;
}
.btx1{
    display:flex;
    align-items:center;
}
.btx a{
    font-size:14px;
    padding:9px 22px;
    border:1px solid #0000004f;
    color:#000;
    border-radius:7px;
    width:100%;
    display:flex;
    justify-content: center;
    transition:all .3s;
}
.btx a:hover{
    border:1px solid #d27d23;
    background-color:#d27d23;
    color:#fff;
}
.btx1 a:hover .greeen-wp{
    display:block;
}
.btx1 a:hover .white-wp{
    display:none;
}
.btx1 a {
    font-size: 14px;
    padding: 9px 22px;
    border: 1px solid #fff;
    color: #fff;
    border-radius: 7px;
    background-color: #d27d23;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    transition:all .3s;
}
.btx1 a:hover{
    border:1px solid #d27d23;
    color:#389857;
    background-color:transparent;
}
.btx1 a img{
        width: 17px;
}
.w-48{
    width:48%;
}
.cour-hd h1 {
    font-weight: 400;
    font-size: 34px;
    letter-spacing: 0.55px;
    margin-bottom: 4px;
}
.cour-hd p{
    font-size:16px;
    letter-spacing:0.55px;
}

.dropdown:hover .dropdown-content3 {
    display: block !important;
}


.list-imag-banner p {
    font-size: 14px;
    letter-spacing: 0.55px;
    color: #fff;
    line-height: 22px;
}

.pla {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.pla img{
  width: 50px;
  opacity:0.5;
  transition:all .3s;
}
.right-banner-video:hover .pla img{
    opacity:1;
}
.right-banner-video img{
  border-radius: 15px;
}

.nav-bb-new{
  background-color: #000 !important;
}

.left-test-hd h1{
    font-size: 34px;
    letter-spacing: 0.55px;
    color: #000;
    font-weight: 400;
}
.left-test-hd h1 span{
  
  font-size: 34px;
  letter-spacing: 0.55px;
  color: green;
}
.left-test-hd svg {
    position: absolute;
    height: 30px;
    width: 30px;
    top: -32%;
    left: 0;
}
/* .left-test-hd::after{
  position: absolute;
  content: "";
  background-image: url(../image/quote.png);
  background-size: contain;
  background-repeat: no-repeat;
  height: 30px;
  width: 30px;
  top: -10%;
  left: 0;
  z-index: 9;
} */
.testimonial {
    padding: 5rem 0 4rem;
}
.left-test-hd p {
    font-size: 17px;
    letter-spacing: 0.55px;
    color: #000000;
    margin-top: 1rem;
}

.test-content p {
    font-size: 20px;
    letter-spacing: 0.55px;
    color: #000;
    line-height: 27px;
    font-weight: 400;
    margin-bottom: 1rem;
}


.testbanner {
  width: 100%;
  height: 100%;
}

.testbanner .swiper-slide {
  text-align: left;
  font-size: 18px;
  background: #ffffff00 !important;
  display: flex;
  justify-content: center;
  align-items: center;
}

.testbanner .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.test-nm-img img{
  height: 60px !important;
  width: 60px !important;
  border-radius: 50%;
}

.img-tx h4{
  font-size: 22px;
  letter-spacing: 0.55px;
  margin-bottom: 0;
  color: #000;
}

.img-tx span{
  font-size: 14px;
  letter-spacing: 0.55px;
  color: #000;

}

.testbanner .swiper-button-next, .testbanner .swiper-button-prev {
    position: absolute;
    top: 69%;
    width: 40px;
    height: 40px;
    margin-top: calc(0px -(var(--swiper-navigation-size) / 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
    border: 2px solid #000;
    background-color: transparent;
    border-radius: 50%;
}
.testbanner .swiper-button-next:after,.testbanner .swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial;
    line-height: 1;
    color: #000000;
    font-size: 16px;
}
.right-tes-sl {
    padding: 5rem 2rem;
    border-radius: 10px;
    background-color: #3295521c;
}

.hhg  p{
      font-size: 18px;
    letter-spacing: 0.55px;
    color: #329552;
    font-weight: 600;
}

.tab-l a {
    display: flex;
    align-items: center;
    gap: 10px;
    color: green;
    font-size: 16px;
    letter-spacing: 0.55px;
    padding: 2rem 2rem;
    background-color: #fff;
    margin-bottom: 10px;
    border-radius: 7px 0 0 7px;
    box-shadow: black 0px 0px 9px -5px;
}
.tab-l a img{
  width: 37px;
}
.ser { 
    padding: 0rem 0;
}

.tab-l .active{
  position: relative;
}
.tab-l .active::after{
  position: absolute;
  content: "";
  background-color: green;
  background-size: contain;
  height: 100%;
  width: 5px;
  top: 0;
  left: 0;
  z-index: 99999;
  border-radius: 7px 0 0 7px;
}

.tab-content {
    background-color: #fff;
    padding: 2.9rem;
    height: 100%;
    box-shadow: #00000028 1px 0px 10px -3px;
}
.tab_contents {
    padding: 40px 30px 40px;
    display: none;
    background: #fff;
    box-shadow: 0px 6px 7px 0px rgba(0, 0, 0, 0.231372549);
}
.tab_contents p {
    padding: 5px;
}
.tab .nav{
  display: initial !important;
}

.left-ser-dt h1{
  font-size: 27px;
    letter-spacing: 0.55px;
    font-weight: 500;
    margin-bottom: 1rem;
}

.left-ser-dt ul li{
    list-style-type: none;
    display: flex;
    gap: 7px;
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 28px;
}
.left-ser-dt ul{
  padding-left: 0;
}
.left-ser-dt ul li img{
  height: 15px;
  width: 15px;
  margin-top: 5px;
  font-size: 15px;
  letter-spacing: 0.55px;
  color: #000;
  font-weight: 300;
}
.tab-content {
    background-color: #fff;
    padding: 2.9rem;
    height: 100%;
}





.Vid21 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
      width: 50px;
}

.Vi{
  position: relative;
}
.Vi img {
    width: 100%;
    border-radius: 10px 10px 0 0;
}
.data{
  text-align: center;
}









.footer_social li {
  width: 40px;
  height: 40px;
  margin-top: 5px;
  background-color: #ffffff;
  border-radius: 4px;
  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;
}

.content_gap{
  background-color: grey;
  z-index: 0;
    color: #ffffff;
    padding: 8rem 0 1rem;
    clip-path: ellipse(150% 80% at 50% 80%);
}
.footer_center .slide_menuInnerUl {
  margin-bottom: 0;
  border-bottom: unset;
}
.list-unstyled li a{
  padding-left: 0;
  list-style: none;
  text-decoration: none;
  color: #fff;
}
.footer_quote {
  display: flex;
  /* -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; */
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #202020;
}
.Polo a{
  text-decoration: none;
    color: #fff;
}
.hr {
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background-color: rgb(255, 255, 255);
  margin: 11px -11px 
}
.footer_logo img{
  width: 200px;
}
.dfgtr {
    padding-bottom: 1rem;
    background-color: #3295521c;
    border-radius: 10px;
}
.dat p{
    font-size:16px;
    color:green;
    margin-bottom:7px;
}
.vdo-ttxtt p{
    font-size:18px;
    letter-spacing:0.55px;
    color:#fff;
    transition:all .3s;
}
.vdo-ttxtt p:hover{
     letter-spacing:1px;
     color:#ff7531;
}

.vd-pop {
    background-color: #00000099;
    height: 100vh;
    width: 100%;
    z-index: 999999;
    backdrop-filter: blur(5px);
}
.inner-vdo {
    width: 50%;
    height: 63%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.clx{
    cursor:pointer;
    top:1.5rem;
    right:1.5rem;
}
.clx img {
    width: 30px;
}
.greeen-wp{
    display:none;
}
.dat p{
    display:flex;
    align-items:center;
    gap:5px
    
}
.dat p img{
    width:15px;
}
.tab-l a {
    display: flex;
    align-items: center;
    gap: 10px;
    color: green;
    font-size: 20px;
    letter-spacing: 0.55px;
    padding: 2rem 2rem;
    background-color: #fff;
    margin-bottom: 22px;
    border-radius: 7px 0 0 7px;
    box-shadow: #00000052 0px 0px 9px -5px !important;
}
.left-test-hd h1 span{
    background: -webkit-linear-gradient(#329552, #ff5e00);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
/*.testbanner .swiper-button-next{*/
/*        right: 15%;*/
/*}*/
.testbanner .swiper-button-prev {
    right: 7%;
}
.btx22 a {
    font-size: 16px;
    padding: 9px 22px;
    border-radius: 7px;
    transition: all .3s;
    color: #fff;
    border: 1px solid #d27d23;
    background-color: #d27d23;
}
.btx22 a:hover {
    background-color: transparent;
    border: 1px solid #0000004f;
    color: #000;
}
.data h5{
    font-size:20px;
    color:#000;
}
.data p{
    font-size:20px;
    color:#000;
}
.Vid21 img{
    opacity:0.5;
    transition:all .3s;
}
.dfgtr:hover img{
    opacity:1;
}
.list-imag-banner img{
    width: 144px;
    filter: drop-shadow(2px 4px 2px black);
}



.ttl-hd h5 {
    width: fit-content;
    padding: 8px 22px;
    background-color: #3da032;
    color: #fff;
    font-size: 16px;
    letter-spacing: 0.55px;
    font-weight: 300;
}
.ttl-hd{
    width: fit-content;
    position:relative;
}

.ttl-hd::after {
    position: absolute;
    content: "";
    background-color: #3da0323b;
    height: 1px;
    width: 100%;
    background-size: contain;
    top: 50%;
    left: 100%;
    z-index: 9;
}

.ttl-hd-mn h1 {
    font-size: 22px;
    letter-spacing: 0.55px;
    color: #000;
    font-weight: 400;
    line-height: 36px;
}
.lky img{
    width:20px;
}
.lky{
    margin-bottom:0.5rem;
}
.lky p {
    font-size: 15px;
    letter-spacing: 0.55px;
    color: #000;
}
.appl a{
    padding:10px 22px;
    /*background-color:#2582a1;*/
    border:1px solid #2582a1;
    color:#2582a1;
    font-size:16px;
    letter-spacing:0.55px;
}
.viw-d a{
    color:#000;
    font-size:16px;
}
.car-list {
    box-shadow: black 0px 0px 14px -8px;
    padding: 2rem 2rem;
    border-radius: 4px;
    height: 100%;
}
.watc img{
    width: 17px;
}
.watc p{
    letter-spacing: 0.55px;
    font-size: 15px;
}

.enr-bt a {
    text-decoration: none;
    color: #fff;
    letter-spacing: 0.55px;
    padding: 9px 22px;
    background-color: #329552;
    border-radius: 5px;
}
.train-lst span {
    font-size: 19px;
    letter-spacing: 0.55px;
    color: #a3a3a3;
    margin-bottom: 0.5rem;
}
.train-lst h1 {
    font-size: 30px;
    letter-spacing: 0.55px;
    color: #000;
    line-height: 41px;
}
.paragr {
    font-size: 16px;
    letter-spacing: 0.55px;
    color: #000;
    font-weight: 300;
    line-height: 27px;
}
.gre img{
        width: 21px;
}
.griz{
    padding:1rem 0;
    background-color:#db7100;
}
.gre  p{
    font-size:16px;
    letter-spacing:0.55px;
}
.griz-list h4{
    font-size: 28px;
    letter-spacing: 0.55px;
}

.griz-list {
    position: relative;
    padding: 3rem 1rem;
}
.griz-list::after {
    position: absolute;
    content: "";
    background-color: #ffffff3b;
    background-size: contain;
    height: 100%;
    width: 1px;
    top: 0;
    right: 0;
}
.inner-griz .row .col-lg-3:nth-child(4) .griz-list::after{
    background-color:transparent;
}

.kjl li {
    height: 100% !important;
}

.cer-hd h1{
    font-size: 30px;
    letter-spacing: 0.55px;
    color: #000;
}
.cer-hd p{
    font-size:16px;
    letter-spacing:0.55px;
    color:#000;
    line-height:26px;
    font-weight:300;
}
.cer {
    background-image:url(../images/bjg.png);
}

.cer{
    padding:4rem 0;
}
.nav-items-new ul li a{
    color:#000 !important;
}
.nav-bb-new {
    background-color: #fff !important;
    box-shadow: black 0px 5px 25px -5px;
    box-shadow: black 0px -2px 25px -14px !important;
}
.nav-items-new ul .dropdown button {
    color:#000 !important;
}
#img-gal .img-gal .img-gal-inner .img-gal-cont1:hover {
    background: #ddffe7;
}
#img-gal .img-gal .img-gal-inner .img-gal-cont:hover .count {
    background: linear-gradient(91deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%) !imprtant;
    background-color:transparent;
    color: #fff !important;
}
#img-gal .img-gal .img-gal-inner .img-gal-cont1:hover .img-gal-txt h3 {
    color: #000;
}
#img-gal .img-gal .img-gal-inner .img-gal-cont:hover .count1 {
  background: #329552 !important;
  color: #fff !important;
}
.youtub-lg{
    opacity:0.5;
}

#img-gal .img-gal .img-gal-inner .img-gal-cont1:hover .youtub-lg{
   opacity:1;
}

.left-tms,.tms-img{
    height:100%;
}
.tms-img img {
    height: 331px;
    width: 331px !important;
    border-radius: 50%;
    /* margin: 0rem; */
    padding: 2rem;
    object-fit: cover;
    object-position: top;
}



.ov-imgs {
    bottom: -10%;
    right: -10%;
}

.ov-imgs img {
    height: 200px !important;
    width: 200px;
    object-fit: cover;
    border: 11px solid #ffffff;
    border-radius: 50%;
}
.righ-dt {
    writing-mode: vertical-lr;
}
.right-no h1 {
    font-size: 68px;
    color: #d90101;
    margin-bottom: 0;
}
.righ-dt p {
    font-size: 17px;
    font-weight: 400;
    font-family: sans-serif;
}
.play{
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
}
.play img {
    width: 100%;
    height: fit-content !important;
    border: none;
}

.ab-im img{
    object-fit:cover;
}
.df,.ab-im,.ab-im img{
    height:100%;
}
.img-gal-inner .row .col-lg-4{
    padding-top:0 !important;
}


/* ------------------------------------------ admission page start ----------------------------------- */
.left-enq-frm {
    padding: 60px 40px;
}
.left-enq-frm {
    background-image: url(../images/download.png);
}
.form-txtt {
    margin-bottom: 2rem;
}
.form-txtt img {
    width: 30px;
    height: 30px;
}
.form-txtt h4 {
    color: #fff;
    font-family: var(--regular-font);
    font-weight: 300;
    font-size: 18px !important;
    line-height: 25px;
}
.app-right-form1 {
    padding: 30px 20px;
}
.hdrx {
    border-bottom: 1px dashed #5f2b31;
    display: inline-block;
    padding-bottom: 5px;
    margin-bottom: 24px;
}
.form-group {
    padding-left: 0;
}
.form-group label {
    font-size: 15px;
    margin-bottom: 5px;
}
.form-group input, .form-group select {
    border-radius: 0;
    height: 40px;
}
.form-group input, .form-group select {
    font-size: 14px;
}
#addmission_enq_form{
}
.inner_addmission_enq_form {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80% !important;
    box-shadow: black 0px 0px 8px -6px;
}
.left-enq-frm{
    position: relative;
    z-index: 1;
}
.left-enq-frm::after {
    position: absolute;
    content: "";
    background-color: #d27d232b;
    background-size: contain;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    /* backdrop-filter: blur(0px); */
}
.clse {
    top: 4rem;
    right: 6rem;
    cursor: pointer;
}
.clse img {
    width: 30px;
}
.new-hd img{
    width: 40px;
}
.new-hd h1{
    font-size: 28px;
    letter-spacing: 0.55px;
    color: #000;
}
/* ------------------------------------------ admission page end ----------------------------------- */

.bar{
    height:2px;
    width:40px;
    background-color:#fff;
    margin-bottom:7px;
    transition:all .3s;
}
.active .bar:nth-child(1){
    transform: rotate(45deg) translateX(7px);
}
.active .bar:nth-child(2){
   display:none;
}
.active .bar:nth-child(3){
    transform: rotate(-45deg) translateX(7px);
}
.new-bar{
    background-color:#000;
}

#mob_err{
  display: none;
}
#email_err{
  display: none;
}
#moberr{
  display: none;
}
#emailerr{
  display: none;
}
#mobile_err{
  display: none;
}
#eml_err{
  display: none;
}
.testbanner2 .swiper-button-next:after,.testbanner2 .swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial;
    line-height: 1;
    font-size: 22px;
    color: #fff;
}
.w-85{
        width: 85%;
}
.testbanner2 .swiper-button-prev {
    right: 100%;
    left: 0;
    background-color: #db7100;
}
.testbanner2 .swiper-button-next {
    background-color: #db7100;
}


.footer-social{
    font-size: 30px;
    display: flex;
    gap: 13px;
    margin-top: 5px;
}
.f a{
    color: blue;
}
.t a{
    color: #03A9F4;
}
.ln a{
    color: #0077b5;
}
.ins a{
    color: #c435a7;
}
.you a{
    color: #de1237;
}
.service-li-img img {
    height: 260px;
    object-fit: cover;
    border-radius: 17px;
}

.ser-list-dt p {
    font-size: 16px;
    letter-spacing: 0.55px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 25px;
    color: #777;
}
.view-bottom a{
    text-decoration:none;
    color:green;
    letter-spacing:0.55px;
    font-size:15px;
}
.view-bottom a img{
    width:17px;
}

/*.ser-img-ttl{*/
/*    position:relative;*/
/*}*/
/*.ser-img-ttl::after{*/
/*    position:absolute;*/
/*    content:"";*/
/*    background-color:#000;*/
/*    background-size:contain;*/
/*    height:1px;*/
/*    width:20%;*/
/*    bottom:-30px;*/
/*    left:0;*/
/*}*/





.clickfor-popup a:before {
    content: '';
    background: linear-gradient(45deg, #ff0000, #ff7300, #fffb00, #48ff00, #00ffd5, #002bff, #7a00ff, #ff00c8, #ff0000);
    position: absolute;
    top: -2px;
    left:-2px;
    background-size: 400%;
    z-index: -1;
    filter: blur(5px);
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    animation: glowing 20s linear infinite;
    /*opacity: 0;*/
    transition: opacity .3s ease-in-out;
    border-radius: 10px;
}

.clickfor-popup a:active {
    color: #000
}

.clickfor-popup a:active:after {
    background: transparent;
}
.clickfor-popup a:after {
    z-index: -1;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #111;
    left: 0;
    top: 0;
    border-radius: 10px;
}

@keyframes glowing {
    0% { background-position: 0 0; }
    50% { background-position: 400% 0; }
    100% { background-position: 0 0; }
}
.clickfor-popup a {
    border-radius: 10px;
    position: relative;
    font-size: 20px;
    padding: 8px 22px;
    /* border: 1px solid #ffffff; */
    color: #000;
    background-color: #ffffff;
    /* background: linear-gradient(45deg, #fff, #329451); */
    transition: all .3s;
    /* background: -webkit-linear-gradient(225deg, rgb(0 87 28), rgb(63 163 95), rgb(0 87 28)) 0% 0% / 300% 300%; */
    background-size: 200% auto;
    -webkit-animation: gradient_move 3s ease infinite;
    animation: gradient_move 3s ease infinite;
}
@-webkit-keyframes gradient_move {
  0%{background-position: 0% 92%}
  50%{background-position: 100% 9%}
  100%{background-position: 0% 92%}
}

@keyframes gradient_move {
  0%{background-position: 0% 92%}
  50%{background-position: 100% 9%}
  100%{background-position: 0% 92%}
}
/*.clickfor-popup a:hover{*/
/*    background: -webkit-linear-gradient(225deg,  rgb(63 163 95), rgb(0 87 28)) 0% 0% / 300% 300%,rgb(0 87 28); */
/*    color: #fff;*/
    /*background-color: #0000;*/
/*}*/
.clickfor-popup{
    margin-top:2rem;
    position:relative;
}
/*.clickfor-popup img {*/
/*    width: 55px;*/
/*    top: -110%;*/
/*    right: -11%;*/
/*    transform: rotate(343deg);*/
/*}*/

/*.clickfor-popup::after {*/
/*    position: absolute;*/
/*    content: "";*/
/*    background-color: #fff;*/
/*    background-size: contain;*/
/*    height: 7px;*/
/*    width: 7px;*/
/*    border-radius: 50%;*/
/*    top: -25%;*/
/*    right: 1%;*/
/*    z-index: 9;*/
/*    transition:all .3s;*/
/*}*/
.clickfor-popup:hover::after{
    background-color:#329451 !important;
}

.dddd {
    top: 75%;
    left: -5%;
    /*width: 41%;*/
    transition: all .3s;
}
/*.ne-li:hover .dddd{*/
/*    top:22%;*/
/*}*/
.dddd p {
    background-color: #f9a955;
    font-weight: 700;
    letter-spacing: 0.55px;
    clip-path: polygon(0% 0%, 100% 0, 91% 50%, 100% 100%, 0% 100%);
    color: #fff;
    font-weight: 700;
    letter-spacing: 0.55px;
    padding: 10px 30px 10px 10px;
}

.dddd::after {
    position: absolute;
    content: "";
    background: linear-gradient(225deg, #f1c597 50%, transparent 0);
    background-size: contain;
    height: 20px;
    width: 20px;
    bottom: -20px;
    left: 0;
}


.view-mo{
    padding:10px;
    
}
.view-mo {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #000;
}
.ne-li{
        box-shadow: black 0px 0px 14px -10px;
}
.view-mo img{
    transition:all .3s;
}
.ne-li:hover .view-mo img{
    transform: rotate(45deg);
}