.blink {
  animation: blink 1000ms linear infinite forwards;
}

@keyframes blink {
  0% {
    background: #0026ff;
  }

  50% {
    background: #1a7dff;
  }

  100% {
    background: #0026ff;
  }
}

.left {
  float: left;
}

.right {
  float: right;
}

.wrapper {
  width: 1200px;
  margin: auto;
}

.pad-30 {
  padding-bottom: 30px;
}

.padd-30 {
  padding: 30px;
}

.heading {
  /*background: #e1f4f1;*/
  background: #e2eaff;
  padding: 20px 0;
  overflow: hidden;
}

.heading h2 {
  font-size: 30px;
  line-height: 42px;
  color: #24968b;
  text-align: center;
}

.path-link {
  margin: 0 0;
  text-align: center;
}

.path-link li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px 0 0;
  font-size: 12px;
  color: #20988c;
}

.path-link li a {
  color: #000000;
}

.inner-page {
  padding: 40px 0;
  overflow: hidden;
}

.inner-left {
  float: left;
  width: 70%;
  background: #fff;
  margin: 30px 2px 0;
  box-shadow: 0px 0px 2px 0px #ced3ef;
  border-radius: 20px;
}

.inner-right {
  float: right;
  width: 25%;
  margin: 30px 15px 0;
  min-height: 200px;
  background: #e0e0e0;
}

.padd-40 {
  padding: 40px;
  overflow: hidden;
}

/*About*/

.about {
  /* width: 90%; */
  margin: auto;
  line-height: 28px;
  background: #fff;
}

.about_left {
  width: 30%;
  display: table-cell;
  vertical-align: top;
}

.about_left img {
  width: 100%;
  text-align: center;
}

.about_right {
  width: 65%;
  display: table-cell;
  vertical-align: middle;
  padding: 50px;
}

.about_bottom {
  background: #f5f5f5;
  overflow: hidden;
  padding: 30px;
  margin: 10px auto;
}

.about_bottom h3 {
  font-size: 23px;
  font-weight: 400;
  margin-bottom: 20px;
}

.about_bottom ul li {
  background: url(../images/list_icon.png) no-repeat top left;
  padding-left: 35px;
  list-style: none;
  margin-bottom: 10px;
  line-height: 25px;
}

.inner-pagebg h3 {
  color: #24968b;
}

.inner-pagebg {
  width: 94%;
  margin: 50px auto;
}

.pop-images img {
  width: 100%;
}

.pop-images {
  width: 76%;
  margin: auto;
  background-color: #eaeaea;
  color: #000;
}

.pop-images p {
  padding: 24px;
  line-height: 25px;
  font-weight: bold;
}

.pop-images p a {
  color: #2196f3;
}

.inner-pagebg ul {
  margin: 7px auto;
}

/*About*/

/************office***********/

.office-bearers {
  width: 90%;
  margin: 0 auto;
  padding: 20px;
  text-align: center;
}

.external_right a {
  color: #2196f3;
  margin: 10px 0 10px;
  display: inline-block;
  font-size: 14px;
}

.office-bearers h2 {
  color: #6266c4;
  padding: 0 0 6px 0;
}

.office-bearers img {
  width: 70%;
}

.external_right span {
  display: inline-block;
  background: #ececec;
  padding: 3px 20px;
  border-radius: 30px;
  margin: 10px 0 20px;
  font-size: 12px;
  font-weight: 700;
}

.external_right h5 {
  font-size: 12px;
  font-weight: 500;
}

.office-person {
  display: inline-block;
  padding: 40px 5px 40px 5px;
  background-color: #ffff;
  margin: 10px 16px 33px 10px;
  width: 24%;
  box-shadow: 0 0 9px 1px #d3d3d363;
  text-align: center;
  border-radius: 3px;
}

/*.office-name a{background:url(../images/email-img.png) no-repeat;padding-left:20px;color: #black;}*/

.zonal {
  margin: 0 auto;
  padding: 70px;
}

.zonal-r {
  width: 100px;
}

.zonal-d {
  padding: 8px 40px 8px 40px;
  text-align: left;
  font-size: 17px;
  vertical-align: middle;
}

.zonal-h {
  text-align: left;
}

.zonal-d a {
  color: #000;
}

.innerheading2 h2 {
  font-size: 25px;
}

.zonal-h {
  background-color: #60519f;
  padding: 10px 0px 10px 37px;
  color: #fff;
  font-size: 20px;
}

.odd {
  background-color: #ebe8b5cc;
}

.even {
  background-color: #e8e8e8;
}

.innerheading2 h2 {
  font-size: 25px;
  padding: 20px 0px 20px 0px;
  text-align: center;
  color: #6266c4;
  background: #eaeaea;
  width: 100%;
  margin: 0 auto;
}

.zonal td,
.zonal th {
  border: 1px solid #dadada;
}

.zonal-main {
  margin: 0px 0px 40px 0px;
}

/*********000**********/

.zonal {
  border-collapse: collapse;
  width: 100%;
}

/*********************/

.comm-direction {
  border-top: 2px solid #efedfd;
  position: relative;
  margin: 40px 0 50px;
}

.direction-bg {
  position: absolute;
  width: 100%;
  left: 0;
  top: -25px;
  text-align: center;
}

.direction-bg h3 {
  display: inline-block;
  background: #ec8007;
  border-radius: 30px;
  padding: 10px 30px;
  color: #ffffff;
  line-height: 26px;
  font-size: 20px;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.25);
  margin-top: 0;
}

.external_faculty ul li.ex_faculty {
  display: inline-block;
  /*padding: 20px 20px 30px;*/
  padding: 10px;
  overflow: hidden;
  width: 25%;
  margin: 0 1% 1%;
  vertical-align: top;
  border-radius: 5px;
  position: relative;
  box-shadow: inset 0px 5px 8px 3px rgba(0, 0, 0, 0.1);
}

.external_faculty {
  margin: 0px auto;
  text-align: center;
}

.external_faculty.cols2 ul {
  display: inline-block;
  width: 45%;
  vertical-align: top;
  margin: auto;
}

.external_faculty.cols2 ul li.ex_faculty {
  width: auto;
  display: block;
  margin: 0 10px 20px;
}

.external_faculty.cols2 .external_right ul {
  width: auto;
  display: block;
  padding: 10px 20px 0;
}

.external_right ul li {
  margin: 0 0;
  padding: 8px;
  font-size: 16px;
  line-height: 22px;
  border-bottom: 1px dashed #e6e6e6;
}

.external {
  padding: 10px 15px;
  cursor: default;
  text-align: center;
  margin: auto;
  border-radius: 8px;
  position: relative;
  transition: 0.3s;
  box-shadow: 0 0px 3px 1px rgba(0, 0, 0, 0.18);
  background: #fff;
  line-height: 18px;
}

.external:hover {
  box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.2);
}

.external_faculty ul li {
  background: #ffffff;
}

.external_faculty ul li:nth-child(1n)::before {
  background: rgba(97, 83, 160, 0.3);
}

.external_faculty ul li:nth-child(2n)::before {
  background: rgba(255, 148, 0, 0.21);
}

.external_faculty ul li::before {
  content: "";
  position: absolute;
  top: -10px;
  right: -28%;
  width: 220px;
  height: 220px;
  border-radius: 100px;
  z-index: 0;
}

.external_faculty i.arrow {
  opacity: 0.3;
  border-style: solid;
  border-width: 3px;
  display: inline-block;
  padding: 3px;
  position: absolute;
  border-radius: 0px;
  border-color: rgb(63, 176, 136) rgb(63, 176, 136) rgb(0, 0, 0) rgb(0, 0, 0);
  transform: rotate(45deg);
}

i.arrow.left {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  left: 10px;
  top: 10px;
}

.arrow.right {
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  top: 315px;
  right: 10px;
}

.external_faculty.bmembers i.arrow.right {
  bottom: 10px;
  top: auto;
}

.external_faculty.cols2 .arrow.left,
.external_faculty.cols2 .arrow.left {
  top: auto;
  bottom: 10px;
}

.scommittee ul li::before {
  display: none;
}

.external_left img {
  width: 50%;
  border-radius: 3px;
}

.external_right img {
  width: 75%;
  margin: 10px 0 0;
  border-radius: 5px;
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.25);
}

.lcommittee .external_right img {
  margin-top: 25px;
}

.external_faculty .external_right h3 {
  color: #000;
  font-size: 14px;
  padding: 20px 0 20px;
  margin: 0;
  border-radius: 3px;
}

.external_faculty .external_right h3 span {
  font-size: 12px;
  display: block;
  margin: 5px 0 0;
  font-weight: normal;
  color: #333333;
}

.external_right p {
  margin: 5px 0;
  font-size: 13px;
  line-height: 18px;
}

.external_right h4 {
  font-size: 17px;
  margin: 20px 0 15px;
  color: #3b3c3c;
  line-height: 21px;
  font-weight: 700;
  font-family: "Quattrocento Sans", sans-serif;
}

/*Constitutions*/

.constitution {
  margin: 50px auto;
  text-align: center;
}

.constitution ul li {
  display: inline-block;
  width: 29%;
  overflow: hidden;
  margin: 15px;
  background: #ebebeb;
  padding: 15px 0;
  vertical-align: top;
}

.constitution p {
  font-size: 22px;
  color: #fff;
  background: #2eb2a7;
  padding: 10px 0;
  margin-bottom: 8px;
  margin: 10px auto;
}

.constitution a {
  display: block;
  padding: 5px 0;
  color: #000;
  font-size: 18px;
  font-weight: 700;
  margin-top: 8px;
  transition: 1s;
}

.constitution a:hover {
  color: #2eb2a7;
}

.constitution ul li img {
  overflow: hidden;
  width: 20%;
}

/*Constitutions*/

/*State Representative*/

.state_rep table {
  border-collapse: collapse;
  width: 100%;
}

.state_rep table tr td {
  border: 1px solid #cfcfe6;
  padding: 10px;
}

.state_rep table tr:nth-child(odd) {
  background: #e8e8e8;
}

.state_rep tr.headingbg:nth-child(odd) {
  background: #273272;
  color: #ffffff;
  padding: 10px;
}

.state_rep ul {
  margin-left: 20px;
}

.state_rep {
  margin-bottom: 50px;
}

.onetable {
  width: 100%;
  cellpadding: 0;
  cellspacing: 0;
  border: 1;
}

/*State Representative*/

/*============================minutes======================*/

.minutes-page9 {
  background: rgba(251, 251, 255, 0.91);
  overflow: hidden;
}

.minutes-page9 h4 {
  font-size: 20px;
  text-align: center;
  padding: 15px;
  line-height: 33px;
  background: #6152a0;
  color: #fff;
  font-weight: 500;
}

.minutes-heading p {
  text-align: center;
  font-size: 18px;
  line-height: 33px;
  font-weight: 600;
}

.list-txt ul li {
  font-size: 14px;
  line-height: 24px;
  padding: 5px;
}

.section h2 {
  font-size: 20px;
  padding: 10px;
  background: #ea8312;
  margin: 20px;
  color: #ffffff;
  text-align: center;
}

.section {
  box-shadow: inset 1px 1px 47px 1px #e7e8e8;
  padding: 20px;
  text-align: center;
  list-style-type: none;
  margin-bottom: 20px;
}

.section ul li {
  border: 1px solid #d8d8d8;
  display: inline-block;
  text-align: center;
  padding: 22px;
  vertical-align: top;
  margin: 10px;
  font-size: 16px;
  list-style-type: none;
  border-radius: 6px;
  width: 40%;
}

.section ul li p {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}

.section ul li p span {
  display: block;
  font-size: 14px;
  font-weight: 500;
}

.meeting-text ul li {
  margin-bottom: 15px;
  line-height: 30px;
  /*font-size: 15px;*/
}

.pad-top-20 {
  padding-top: 20px;
}

.back-bg {
  background: #f5f5f5;
  overflow: hidden;
  padding: 20px 10px;
  border-bottom: 2px solid #d8d8d8;
}

.meeting-text h3 {
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: normal;
}

.mar-top-20 {
  margin-top: 20px;
}

.list-txt ul li.sec-list {
  border: 1px solid;
}

.future_list ul li {
  text-align: left;
  padding: 10px;
  background: #ffffff;
  margin-bottom: 0;
  border-bottom: 2px solid #d8d8d8;
  display: block;
}

.future_list li.web_link {
  border: none;
  background: none;
  padding: 5px 0;
}

.future_list {
  width: 27%;
  display: inline-block;
  margin: 20px;
  vertical-align: top;
  text-align: left;
  /* border: 1px solid #5752a6; */
  background: #eeeeee;
  padding: 10px;
}

span.future_date {
  background: #dedede;
  font-size: 20px;
  color: #61509c;
  padding: 16px 10px;
  width: 40px;
  display: block;
  text-align: center;
  font-weight: bold;
  display: inline-block;
}

.future_date1 {
  font-size: 23px;
  margin-left: 5px;
  color: #6152a0;
}

.web_link a {
  background: #35b2a6;
  display: inline-block;
  color: #fff;
  padding: 2px 10px;
  font-size: 12px;
  margin-top: 3px;
  float: right;
  /*margin-right: 11px;*/
}

.web_link a:hover {
  background: #61509d;
}

.innerheading {
  background-color: #ffd886;
  margin: 0px;
  box-shadow: 0 7px 65px -4px #6266c485;
}

.innerheading h2 {
  line-height: 35px;
  padding: 22px;
}

.innerheading h2 {
  font-size: 30px;
  padding: 30px 0px;
  text-align: center;
  color: #6266c4;
}

.minutes li {
  width: 27%;
  background-color: #fff;
  box-shadow: 0px 0px 4px 1px #e8e8e8;
  display: inline-block;
  margin: 10px 15px;
  vertical-align: top;
  text-align: center;
  border-radius: 8px;
  font-size: 18px;
  padding: 20px;
}

.minutes li p {
  font-weight: bold;
  font-size: 15px;
  line-height: 1.7;
}

.minutes li p span {
  display: block;
  font-weight: normal;
  font-size: 14px;
}

.section4 {
  text-align: justify;
  box-shadow: inset 1px 1px 47px 1px #e7e8e8;
  margin: 0 auto 15px auto;
  padding: 10px;
  border-left: 2px solid #d8d8d8;
}

.section4 .heading1 h2 {
  background: #ffd886;
  color: #60509e;
  line-height: 28px;
  font-size: 19px;
  padding: 4px 12px;
  margin-bottom: 10px;
}

.section-head h2 {
  color: #ffd886;
  background: #60509e;
  line-height: 28px;
  font-size: 20px;
  padding: 10px;
  margin-bottom: 10px;
}

.section4 h2 {
  line-height: 28px;
  padding: 10px;
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: 500;
}

.section4 p {
  line-height: 20px;
  margin-bottom: 10px;
}

.section4 ul {
  margin-top: 10px;
}

.section4 ul li {
  /* background: url(../images/list_icon.png) no-repeat top left; */
  list-style: square outside;
  margin-bottom: 10px;
  line-height: 25px;
  margin-left: 35px;
  /*font-size: 15px;*/
}

.minutes h2 {
  font-size: 20px;
  padding: 10px;
  background: #ea8312;
  margin: 20px;
  color: #ffffff;
  text-align: center;
}

.minutes {
  box-shadow: inset 1px 1px 47px 1px #e7e8e8;
  padding: 20px;
  text-align: center;
  list-style-type: none;
  margin-bottom: 20px;
}

.btm h3 {
  margin-bottom: 10px;
}

.sub-item {
  padding: 5px 10px 1em;
}

.sub-item h3 {
  font-size: 20px;
  font-weight: normal;
  margin-bottom: 5px;
}

.teachers ul li {
  list-style: square outside !important;
  margin-left: 2em;
}

/*======================minutes ============================*/

/*minutes*/

/*contact*/

.contact {
  margin: auto;
  text-align: center;
  padding: 0 0 20px 0;
}

.contact a {
  color: #000;
}

.contact a:hover {
  color: #8dc942;
}

.addr p {
  display: inline-block;
  width: 60%;
  margin: 10px;
  padding: 10px;
  min-height: 97px;
  vertical-align: top;
}

.contactleft {
  display: inline-block;
  width: 22%;
  margin: 10px 28px 10px;
  padding: 15px;
  box-shadow: 0px 0px 4px 3px #e6e6e6;
  vertical-align: top;
  background: #fff;
}

.contact h3 {
  padding: 20px 0 10px 0;
  font-size: 24px;
}

.contact_bottom {
  background: #f1f1f1;
  padding: 0 0 20px 0;
}

/*contact*/

/*press_release*/

.press_release_section {
  margin: auto;
}

.press_release {
  display: inline-block;
  /* padding: 10px; */
  vertical-align: top;
  text-align: left;
  margin: 10px 10px 10px 0;
}

.press_release a:hover {
  background: #ec8007;
  color: #000;
}

.press_release a {
  background: #38b3a6;
  display: inline-block;
  color: white;
}

.press_release h3 {
  background: url(../images/press.png) no-repeat 1% 5px;
  margin-top: 0;
  padding: 20px 30px 20px 4em;
  color: #ffffff;
}

/*press_release*/

/*.conclave-form-link*/

.conclave-form-link {
  text-align: center;
  margin: 1em auto 0;
  width: 500px;
}

.conclave-form-link a {
  display: block;
  padding: 1.5rem 1rem;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  margin: 0 0 1rem;
  border-radius: 0.255rem;
  transition: 0.3s all background 0.5s ease;
}

.conclave-form-link1 a {
  display: block;
  padding: 0.5rem;
  color: #fff;
  font-size: 19px;
  font-weight: bold;
  margin: 0 0 1rem;
  width: 50%;
  border-radius: 0.255rem;
  transition: 0.3s all background 0.5s ease;
  text-align: left;
}

.conclave-form-link1 a:nth-child(1) {
  background: #e91e63;
  background: var(--grad-red);
}

.conclave-form-link1 a:nth-child(2) {
  background: #4caf50;
  background: var(--grad-green);
}

.conclave-form-link1 a:nth-child(3) {
  background: #2196f3;
  background: var(--grad-blue);
}

.conclave-form-link1 a:nth-child(4) {
  background: #ff5722;
  background: var(--grad-orange);
}

.conclave-form-link1 a:nth-child(5) {
  background: #673ab7;
  background: var(--grad-purple);
}

.conclave-form-link1 a:hover {
  background: var(--grad-dark);
}

/*.conclave-form-link*/

/*********membership***********/

.membership_form {
  max-width: 600px;
  width: 95%;
  margin: 1em auto;
  box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
  border-radius: 20px;
  overflow: hidden;
  padding: 2em;
}

.membership_form h2 {
  border-bottom: 1px solid #ededed;
  margin: 0 0 30px;
  padding: 0 0 20px;
  color: #61509e;
}

.membership_form ul li {
  display: block;
  margin: 0 0 1.5em;
  text-align: left;
}

.list-group {
  margin: 1em 0 0;
  background: #f5f5f5;
  padding: 0;
  border: 1px solid #dedede;
  border-radius: 8px;
  display: none;
}

.form-group {
  padding: 20px 20px;
  display: none;
  border-top: 1px solid #dedede;
}

.form-group.form-box-1 {
  border: none;
}

.form-group span {
  font-size: 16px;
  font-weight: bold;
  color: #f00;
  margin: 0 0 1em;
}

.form-group input {
  margin: 0 0 0.8em;
}

.membership_form ul li:last-child {
  border: none;
}

.membership_form ul li label {
  display: block;
  font-size: 16px;
  margin: 0 0 5px;
}

.membership_form ul li span {
  margin-right: 15px;
}

.red {
  color: #f00;
}

input[type="text"],
input[type="number"],
input[type="password"],
textarea,
select {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

input[type="submit"] {
  padding: 10px 30px;
  background: #4caf50;
  color: #fff;
  font-size: 16px;
  border: none;
  display: inline-block;
  border-radius: 30px;
  cursor: pointer;
  box-sizing: border-box;
}

.innerpages {
  width: 100%;
  margin: 00px auto;
}

.bank-details {
  text-align: left;
  padding: 2em 2em;
  background: #f5f5f5;
}

.bank-details h3 {
  margin: 0 0 1em;
}

.bank-details table {
  border: 1px solid #cecece;
  padding: 5px 15px;
  background: #ffff;
  margin: 0 0 1em;
}

.bank-details td {
  padding: 10px 0;
}

.bank-details p {
  margin: 0 0 1em;
}

.download-bg {
  text-align: center;
  margin: auto auto 20px;
  width: 50%;
}

.download-bg ul li {
  padding: 10px;
  box-shadow: -3px 1px 4px 0px #bfbebe;
  background: #e88212;
  border-radius: 5px;
}

.download-bg ul li:hover {
  background: #24968b;
}

.download-bg ul li a {
  display: block;
  color: #fff;
  font-size: 18px;
}

.download-bg ul li img {
  margin-right: 15px;
  vertical-align: middle;
}

/*************members*************/

/*************Member Institutions*************/

.member-institutions-section {
  background: #eceaea;
  width: 85%;
  margin: auto;
  text-align: left;
  padding: 15px;
}

.member-list {
  background: #f7f5f5;
  border-bottom: 1px solid #9a9393;
  margin-bottom: 1em;
}

.member-list h2 {
  font-size: 23px;
  color: #fff;
  margin-left: 40px;
}

.member-heading {
  position: relative;
  background: #40b2a3;
  padding: 20px;
}

.member-heading span {
  position: absolute;
  font-size: 25px;
  left: 20px;
  color: #fff;
  font-weight: bold;
}

.member-heading h3 {
  position: absolute;
  right: 20px;
  top: 18px;
  color: #fff;
  font-size: 16px;
}

.member-list p {
  font-size: 16px;
  margin-top: 5px;
}

.conducted-bg {
  background: #fff;
  padding: 10px;
}

.conducted-bg h4 {
  color: #60509c;
}

.conducted-bg p {
  margin-top: 10px;
}

.contact-member {
  padding-left: 10px;
}

p.contact_add {
  margin-top: 10px;
}

.gallery_main_section {
  width: 60%;
  margin: auto;
}

.awards-heading {
  text-align: center;
  font-size: 23px;
  line-height: 31px;
}

.gallery-section {
  text-align: center;
  box-shadow: 0px 2px 4px 1px #efefef;
  /* padding: 25px 0 0; */
  background: #fff;
}

.award-textimg img {
  width: 98%;
}

.award-textimg h4,
.award-textimg1 h4 {
  font-size: 20px;
  margin-bottom: 10px;
  color: #ffffff;
  font-weight: normal;
  background: #62bfb2;
  padding: 10px;
  line-height: 28px;
}

.award-textimg1 {
  text-align: center;
  margin-bottom: 50px;
}

.award-textimg1 ul li {
  display: inline-block;
  width: 30%;
  margin: 0 1% 1% 1%;
  vertical-align: top;
}

.award-textimg1 ul li h5 {
  line-height: 20px;
  background: #f5f5f5;
  padding: 2px;
  font-weight: 400;
}

.award-textimg1 ul li img {
  width: 100%;
}

/*.award-textimg img { width: 60%; padding: 15px 0 25px; }*/

.award-list {
  /* margin: 1em 0 0;*/
  padding: 20px 10px;
  background: #f5f5f5;
  text-align: left;
}

.award-list h4 {
  font-size: 20px;
  color: #61509c;
}

.award-list ul li {
  font-size: 14px;
  line-height: 21px;
  margin: 0px 0 5px 20px;
  list-style: square;
  text-align: left;
}

.award-textimg p {
  padding: 10px;
  font-size: 14px;
  background: #fbf2f2;
}

.climate-list ul li {
  width: 45%;
  display: inline-block;
  padding: 10px;
  vertical-align: top;
}

.climate-list ul li img {
  width: 100%;
}

.discussion ul li {
  list-style: decimal;
  margin-left: 20px;
  line-height: 25px;
  padding-bottom: 20px;
}

.discussion ul li ul {
  margin-top: 20px;
}

.discussion ul li ul li {
  list-style: lower-alpha;
  margin-left: 25px;
  line-height: 25px;
  padding-bottom: 25px;
}

/*********************/

.comm-direction {
  border-top: 2px solid #efedfd;
  position: relative;
  margin: 40px 0 50px;
}

.direction-bg {
  position: absolute;
  width: 100%;
  left: 0;
  top: -25px;
  text-align: center;
}

.direction-bg h3 {
  display: inline-block;
  background: #ec8007;
  border-radius: 30px;
  padding: 10px 30px;
  color: #ffffff;
  line-height: 26px;
  font-size: 20px;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.25);
  margin-top: 0;
}

.external_faculty ul li.ex_faculty {
  display: inline-block;
  /*padding: 20px 20px 30px;*/
  padding: 10px;
  overflow: hidden;
  width: 25%;
  margin: 0 1% 1%;
  vertical-align: top;
  border-radius: 5px;
  position: relative;
  box-shadow: inset 0px 5px 8px 3px rgba(0, 0, 0, 0.1);
}

.external_faculty ul li.ex_faculty-inner {
  display: inline-block;
  padding: 10px;
  overflow: hidden;
  width: 15%;
  margin: 0 1% 3%;
  vertical-align: top;
  border-radius: 5px;
  position: relative;
  box-shadow: inset 0px 5px 8px 3px rgba(0, 0, 0, 0.1);
  min-height: 235px;
}

.external_faculty {
  margin: 0px auto;
  text-align: center;
}

.external_faculty.cols2 ul {
  display: inline-block;
  width: 45%;
  vertical-align: top;
  margin: auto;
}

.external_faculty.cols2 ul li.ex_faculty {
  width: auto;
  display: block;
  margin: 0 10px 20px;
}

.external_faculty.cols2 .external_right ul {
  width: auto;
  display: block;
  padding: 10px 20px 0;
}

.external_right ul li {
  margin: 0 0;
  padding: 8px;
  font-size: 16px;
  line-height: 22px;
  border-bottom: 1px dashed #e6e6e6;
}

.external {
  padding: 10px 15px;
  cursor: default;
  text-align: center;
  margin: auto;
  border-radius: 8px;
  position: relative;
  transition: 0.3s;
  box-shadow: 0 0px 3px 1px rgba(0, 0, 0, 0.18);
  background: #fff;
  line-height: 18px;
}

.external:hover {
  box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.2);
}

.external_faculty ul li {
  background: #ffffff;
}

.external_faculty ul li:nth-child(1n)::before {
  background: rgba(97, 83, 160, 0.3);
}

.external_faculty ul li:nth-child(2n)::before {
  background: rgba(255, 148, 0, 0.21);
}

.external_faculty ul li::before {
  content: "";
  position: absolute;
  top: -10px;
  right: -28%;
  width: 220px;
  height: 220px;
  border-radius: 100px;
  z-index: 0;
}

.external_faculty i.arrow {
  opacity: 0.3;
  border-style: solid;
  border-width: 3px;
  display: inline-block;
  padding: 3px;
  position: absolute;
  border-radius: 0px;
  border-color: rgb(63, 176, 136) rgb(63, 176, 136) rgb(0, 0, 0) rgb(0, 0, 0);
  transform: rotate(45deg);
}

i.arrow.left {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  left: 10px;
  top: 10px;
}

.arrow.right {
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  top: 315px;
  right: 10px;
}

.external_faculty.bmembers i.arrow.right {
  bottom: 10px;
  top: auto;
}

.external_faculty.cols2 .arrow.left,
.external_faculty.cols2 .arrow.left {
  top: auto;
  bottom: 10px;
}

.scommittee ul li::before {
  display: none;
}

.external_left img {
  width: 50%;
  border-radius: 3px;
}

.external_right img {
  width: 75%;
  margin: 10px 0 0;
  border-radius: 5px;
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.25);
}

.lcommittee .external_right img {
  margin-top: 25px;
}

.external_faculty .external_right h3 {
  color: #000;
  font-size: 14px;
  padding: 20px 0 20px;
  margin: 0;
  border-radius: 3px;
}

.external_faculty .external_right h3 span {
  font-size: 12px;
  display: block;
  margin: 5px 0 0;
  font-weight: normal;
  color: #333333;
}

.external_right p {
  margin: 5px 0;
  font-size: 13px;
  line-height: 18px;
}

.external_right h4 {
  font-size: 17px;
  margin: 20px 0 15px;
  color: #3b3c3c;
  line-height: 21px;
  font-weight: 700;
  font-family: "Quattrocento Sans", sans-serif;
}

/*********************/

/*health-checkup-section*/

.master-healthbg {
  width: auto;
  margin: auto;
}

.health-checkup-section .panel {
  margin: 0;
}

.health-checkup-section {
  margin: 20px 0;
  box-shadow: 0px 0px 2px 1px #cfdce6;
  padding: 0;
  border-radius: 8px;
  overflow: hidden;
}

.health-checkup-section img {
  width: 100%;
}

.health-checkup-section h2 {
  font-size: 28px;
  margin: 0;
  color: #8dc942;
  cursor: pointer;
  padding: 20px 20px 20px;
  transition: 0.5s cubic-bezier(0.42, 0, 0, 0.99);
}

.health-checkup-section h3 {
  font-size: 22px;
  margin: 0 0 20px;
  color: #313131;
  letter-spacing: 1px;
}

.health-checkup-section .panel li {
  list-style: none;
  margin: 0 2em 1em 0;
  display: inline-block;
  vertical-align: top;
}

.health-checkup-section li span {
  display: block;
  color: #696969;
  font-size: 14px;
  font-weight: bold;
}

.health-checkup-section li p {
  vertical-align: top;
  font-size: 18px;
}

.health-checkup-section li img {
  width: 16px;
  vertical-align: top;
  margin: 0 10px 0 0;
  display: inline-block;
}

.health-checkup-section .pad-40 {
  padding: 20px 40px 20px;
}

.health-checkup-section .break {
  border-bottom: 1px solid #eaeff3;
}

.defaultshow {
  max-height: max-content;
}

.panel {
  max-height: 0;
  transition: max-height 0.2s ease-out;
}

.health-checkup-section .active {
  background: #8dc942;
  color: #fff;
}

.accordion:after {
  content: url(../images/add.png);
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
  transition: 0.3s ease-in;
}

.accordion.active:after {
  content: url(../images/minus.png);
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
  transition: 0.3s ease-in;
}

/*health-checkup-section*/

.faqitem {
  margin-bottom: 5px;
}

.faqitem .acchead {
  padding: 0;
  background: #f1f1f1;
  color: #333;
  cursor: pointer;
  position: relative;
  padding: 10px 0;
}

.faqitem .acchead h4 {
  margin: 0;
  display: table-cell;
  padding: 0;
  vertical-align: middle;
  font-weight: 500;
  font-size: 22px;
  line-height: 33px;
}

.faqitem .acchead h5 {
  position: absolute;
  right: 0;
}

.faqitem .acchead .minus {
  display: none;
}

.faqitem.jquery-accordion-active .minus {
  display: block;
}

.faqitem.jquery-accordion-active .plus {
  display: none;
}

.faqitem .content {
  padding: 15px;
  display: none;
  font-size: 15px;
  border-top: 1px solid #cccbcb;
  line-height: 24px;
}

.sign {
  width: 23px;
  display: table-cell;
  text-align: center;
  font-size: 33px;
  padding: 0 10px;
  vertical-align: middle;
}

.faqitem .acchead h5 {
  position: absolute;
  right: 40px;
  top: 18%;
  background: #656464;
  color: #fff;
  padding: 7px 13px;
  border-radius: 14px;
}

/*********Videos*************/

.youtube-videos {
  text-align: center;
}

.youtube-videos li {
  display: inline-block;
  width: 45%;
  box-sizing: border-box;
  margin: 0 1em 1em;
}

.webinar-video {
  text-align: center;
}

.webinar-video li {
  float: left;
  vertical-align: top;
  width: 50%;
  margin: 0 0 1em;
  padding: 1em;
  overflow: hidden;
  box-sizing: border-box;
}

.webinar-video h3 {
  font-size: 18px;
  font-family: "Quattrocento Sans", sans-serif;
  background: #e2e2e2;
  color: #171717;
  padding: 10px;
  line-height: 28px;
}

/*********Videos*************/

.info-top h1 {
  font-size: 30px;
  color: #24968b;
  margin-bottom: 15px;
}

.info-top h3 {
  font-size: 22px;
  margin-bottom: 25px;
}

.info-top h4 {
  font-size: 20px;
  margin-bottom: 5px;
}

.info-top {
  text-align: center;
  width: 80%;
  margin: auto;
}

.message-secion {
  background: #f5f5f5;
  padding: 20px;
  width: 70%;
  margin: auto;
}

.ms-left {
  display: inline-block;
  width: 35%;
  vertical-align: middle;
}

.ms-left img {
  width: 80%;
  float: right;
}

.ms-right {
  display: inline-block;
  width: 50%;
  vertical-align: middle;
  text-align: left;
  margin-left: 20px;
}

.ms-right h3 {
  margin-bottom: 10px;
}

.ms-right h5 {
  font-size: 22px;
  margin-bottom: 15px;
  color: #e78314;
}

.link-section {
  margin: 50px auto;
}

.link-section ul li {
  display: inline-block;
}

.link-section li a {
  display: block;
  padding: 15px 30px;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  margin: 0 0 10px;
}

.link-section li:nth-child(1) a {
  background-color: #ff5722;
}

.link-section li:nth-child(2) a {
  background-color: #2196f3;
}

.link-section li:nth-child(3) a {
  background-color: #673ab7;
}

.link-section li a:hover {
  background: #24968b;
  transition: 0.5s;
}

.button {
  margin-top: 34px;
}

.button a {
  background: #ffcc00;
  padding: 10px 20px;
  color: #333333;
  margin-top: 25px;
  font-weight: bold;
}

.registration_details table {
  width: 80%;
  margin: auto;
}

.registration_details .headingbg {
  background: #e78314;
  color: #ffffff;
}

.registration_details th {
  text-align: left;
  padding: 10px 10px;
  font-size: 16px;
  border-collapse: collapse;
  border: 1px solid #ffffff;
}

.registration_details tr.oddbg {
  background: #f1f1f1;
}

.registration_details td {
  text-align: left;
  padding: 10px;
  border-collapse: collapse;
  border: 1px solid #ffffff;
}

.renewal-certificates_section {
  margin: auto;
}

.renewal-certificates {
  display: inline-block;
  /* padding: 10px; */
  vertical-align: top;
  text-align: left;
  margin: 10px 10px 10px 0;
  width: 30%;
}

.renewal-certificates a {
  background: #38b3a6;
  display: inline-block;
  color: white;
}

.renewal-certificates h3 {
  background: url(../images/press.png) no-repeat 1% 5px;
  margin-top: 0;
  padding: 20px 30px 20px 4em;
  color: #ffffff;
}

.activitie-table tr td a img {
  vertical-align: text-bottom;
  margin-right: 4px;
  filter: invert(100%);
  -webkit-filter: invert(100%);
}

.activitie-table tr td a {
  display: inline-block;
  padding: 5px;
  background-color: #20988c;
  color: #ffffff;
}

.activitie-table tr td a:hover {
  background-color: #e78314;
}

.activitie-table {
  border-collapse: collapse;
  width: 80%;
  margin: auto;
}

.activitie-table tr th {
  text-align: start;
  font-size: 18px;
  background-color: #20988c;
  color: #ffffff;
}

.activitie-table,
.activitie-table tr th,
.activitie-table tr td {
  border: 1px solid #e2dede;
}

.activitie-table tr td,
.activitie-table tr th {
  padding: 10px 20px;
}

.institution-membership-content {
  display: flex;
  align-items: stretch;
}

.institution-membership-content a {
  padding: 15px 17px;
  background-color: #20988c;
  color: #ffffff;
  text-align: center;
}

.institution-membership-content a:hover {
  background-color: #e78314;
}

.institution-membership-content a:hover div {
  background-color: #ffffff;
  border: 1px solid #000000;
}

.institution-membership-content a:hover div img {
  filter: unset;
  -webkit-filter: unset;
}

.institution-membership-content a p span {
  color: #fcff58;
  font-weight: 700;
  font-size: 19px;
}

.institution-membership-content a p {
  font-size: 18px;
  margin-top: 10px;
}

.institution-membership-content a div {
  padding: 15px;
  background-color: #e78314;
  display: inline-block;
  border-radius: 40px;
  border: 1px solid;
  transition: 1s ease-out;
  -webkit-transition: 1s ease-out;
  -moz-transition: 1s ease-out;
  -ms-transition: 1s ease-out;
  -o-transition: 1s ease-out;
}

.institution-membership-content a img {
  filter: invert(100%);
  -webkit-filter: invert(100%);
  width: 40px;
}

.ms-3 {
  margin-left: 20px;
}

.membership_form .gst-pay {
  margin: 1em 0 0;
}

.membership_form .gst-pay li {
  padding: 5px;
  margin: 0 0 0 40px;
  border: none;
  list-style: square;
  display: list-item;
  color: #000;
}

.membership-form ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.membership-form li {
  width: 45%;
  text-align: center;
  padding: 1em;
  position: relative;
}

.membership-form li a {
  display: block;
  font-size: 28px;
  line-height: 32px;
  padding: 2em 20px;
  color: #ffffff;
  border-radius: 18px;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 20px 30px -12px;
  transition: ease 0.3s;
}

.membership-form li:nth-child(1) a {
  background: #ff9800;
}

.membership-form li:nth-child(2) a {
  background: #40b3a4;
}

.membership-form li:nth-child(1) a:hover {
  color: #ff9800;
  background: #ffffff;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
}

.membership-form li:nth-child(2) a:hover {
  color: #40b3a4;
  background: #ffffff;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
}

.mtop {
  position: absolute;
  top: 3px;
  color: #000000;
  width: 200px;
  background: #e2eaff;
  border-radius: 18px;
  padding: 5px 0;
  left: 31%;
}

.mbtm {
  position: absolute;
  bottom: 3px;
  color: #000000;
  width: 200px;
  background: #e2eaff;
  border-radius: 18px;
  padding: 5px 0;
  left: 31%;
}

.mbtm {
  position: absolute;
  bottom: 3px;
  color: #000000;
  width: 100px;
  background: #e2eaff;
  border-radius: 18px;
  padding: 0px 0;
  left: 40%;
  font-size: 17px;
  font-weight: bold;
}

.membership-form li:nth-child(1) a:hover .mtop,
.membership-form li:nth-child(1) a:hover .mbtm {
  background: #ff9800;
  color: #ffffff;
}

.membership-form li:nth-child(2) a:hover .mtop,
.membership-form li:nth-child(2) a:hover .mbtm {
  background: #40b3a4;
  color: #ffffff;
}

.membership-form li a h3 {
  font-family: "Quattrocento Sans", sans-serif;
  color: #ffffff;
  font-size: 18px;
  line-height: 23px;
  margin-top: 7px;
  font-weight: normal;
  border-top: 1px solid rgb(0 0 0 / 21%);
  padding-top: 10px;
}

.membership-form li a h2 {
  font-family: "Quattrocento Sans", sans-serif;
  color: #ffffff;
  font-size: 28px;
  line-height: 30px;
  font-weight: normal;
}

.membership-form li:nth-child(1) a:hover h3,
.membership-form li:nth-child(1) a:hover h2,
.membership-form li:nth-child(2) a:hover h3,
.membership-form li:nth-child(2) a:hover h2 {
  color: #000000;
}

.info {
  background: #24962d;
  text-align: center;
  padding: 10px 0;
  font-size: 17px;
  color: #ffffff;
  width: 51%;
  margin: auto;
}

label.inlinelabel span {
  display: inline-block;
  color: #0026ff;
  font-size: 12px;
  font-weight: bold;
  margin: 0;
}

.membership_form ul li.cols_1 {
  width: auto;
  margin: 0 20px 10px;
  display: block;
  border: 1px solid #dcdcdc;
  padding: 15px;
  border-radius: 3px;
}

input[type="radio"] {
  width: 20px;
  height: 20px;
  margin: 0 5px 0 0;
  cursor: pointer;
  vertical-align: middle;
  box-sizing: border-box;
}

input[type="radio"] {
  width: 20px;
  height: 20px;
  margin: 0 5px 0 0;
  cursor: pointer;
  vertical-align: middle;
  box-sizing: border-box;
}

input[type="date"] {
  width: 100%;
  margin: 0;
  font-size: 16px;
  color: #000;
  padding: 10px;
  border: 1px solid #c3c3c3;
  outline: none;
  transition: 0.3s;
  box-sizing: border-box;
}

.info1 {
  display: block;
  font-size: 16px;
  line-height: 24px;
  margin: 0 0 20px;
  color: #3c3c3c;
  font-family: "Quattrocento Sans", sans-serif;
  font-weight: normal;
}

.payment-page {
  max-width: 600px;
  width: 95%;
  margin: 3em auto;
  box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
  border-radius: 20px;
  overflow: hidden;
  padding: 3em;
  text-align: center;
}

.pay-info {
  margin: 2em 0 0;
  color: #505050;
  border-top: 1px solid #f1f1f1;
  padding: 1em 1em 0;
}

.login-features {
  background-color: #f5f2ff;
  padding: 1em 1.5em;
  margin: 0 0 1.5em;
  border-radius: 12px;
  border: 1px solid #d9cdff;
  color: #62519e;
}

.login-features li {
  text-align: left;
  margin: 0 0 0 10px;
  padding: 5px 0;
}

.login-info {
  margin: 0 0 1em;
  color: #ed8d22;
}

.login-info a {
  background: #ec8006;
  display: inline-block;
  padding: 2px 8px;
  color: #fff;
  border-radius: 3px;
}

/*video-home*/

.d-flex {
  display: flex;
  flex-wrap: wrap;
}

.login-menu {
  position: sticky;
  width: 100%;
  top: 123px;
  left: 0;
  background: #40b3a4;
  background: -webkit-linear-gradient(to right, #ec8006 0%, #40b3a4 100%);
  background: -moz-linear-gradient(to right, #ec8006 0%, #40b3a4 100%);
  background: linear-gradient(to right, #ec8006 0%, #40b3a4 100%);
  /* box-shadow: 0px 2px 18px -12px rgb(32 24 153); */
  z-index: 111;
  padding: 1em 0;
  color: #fff;
}

.login-menu .d-flex {
  justify-content: space-between;
}

.login-menu a {
  color: #fff;
}

.video-home ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.video-home li {
  /* height: 203px; */
  padding: 1em;
  margin: 0 1em 2em;
  border-radius: 1em;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px,
    rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
  max-width: 420px;
  width: 95%;
}

.video-home li iframe {
  border-radius: 12px;
  width: 100%;
  height: 210px;
  margin: 0 0 0.8em;
}

.video-home li p {
  color: #878787;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}

.conclave-msg {
  padding: 2rem 1rem;
  text-align: center;
}

.text-success {
  color: #24962d !important;
}

.text-danger {
  color: #f00 !important;
}

/* GALLERY */
.photo-row ul {
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  grid-auto-rows: 200px;
  grid-auto-flow: dense;
  grid-gap: 20px;
  list-style: none;
}

.photo-row ul img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 25%;
}
