@charset "utf-8";
/* CSS Document */
* {
  outline: none;
  margin: 0px;
  padding: 0px;
  border: none;
  text-decoration: none;
  box-sizing: border-box;
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  font-family: "Inter Tight";
}
body {
  text-decoration: none;
  font-size: 16px;
}
html {
  scroll-behavior: smooth;
}
.smooth-scroll-wrapper {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  will-change: transform;
  height: auto;
  background-color: #fff;
}

a {
  text-decoration: none;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}
.sexy-menu.detached .header-contact {
  display: none;
}
@font-face {
  font-family: "Bebas Neue";
  src: url("../fonts/BebasNeue-Regular.eot");
  src: url("../fonts/BebasNeue-Regular.eot?#iefix") format("embedded-opentype"),
    url("../fonts/BebasNeue-Regular.woff2") format("woff2"),
    url("../fonts/BebasNeue-Regular.woff") format("woff"),
    url("../fonts/BebasNeue-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-Medium.eot');
    src: url('../fonts/Gilroy-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gilroy-Medium.woff2') format('woff2'),
        url('../fonts/Gilroy-Medium.woff') format('woff'),
        url('../fonts/Gilroy-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-Bold.eot');
    src: url('../fonts/Gilroy-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gilroy-Bold.woff2') format('woff2'),
        url('../fonts/Gilroy-Bold.woff') format('woff'),
        url('../fonts/Gilroy-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
  font-family: "Inter Tight";
  src: url("../fonts/InterTight-Regular.eot");
  src: url("../fonts/InterTight-Regular.eot?#iefix") format("embedded-opentype"),
    url("../fonts/InterTight-Regular.woff") format("woff"),
    url("../fonts/InterTight-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter Tight";
  src: url("../fonts/InterTight-Medium.eot");
  src: url("../fonts/InterTight-Medium.eot?#iefix") format("embedded-opentype"),
    url("../fonts/InterTight-Medium.woff") format("woff"),
    url("../fonts/InterTight-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter Tight";
  src: url("../fonts/InterTight-Light.eot");
  src: url("../fonts/InterTight-Light.eot?#iefix") format("embedded-opentype"),
    url("../fonts/InterTight-Light.woff") format("woff"),
    url("../fonts/InterTight-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

body.home .nav-menu > li a.home,
body.about-head .nav-menu > li a.about-head,
body.service-head .nav-menu > li a.service-head,
body.project-head .nav-menu > li a.project-head,
body.contacts-head .nav-menu > li a.contacts-head,
body.customer-head .nav-menu > li a.customer-head,
body.design-head .nav-menu > li a.design-head {
  /*text-shadow: 2px 2px 10px #0f1e49;
	transition: all 0.5s ease-in-out;
	animation: flicker 0.5s ease-in-out infinite alternate;*/

  background: linear-gradient(to right, #6854e0 10%, #fdfdfd 50%, #fff 60%);
  background-size: auto auto;
  background-clip: border-box;
  background-size: 200% auto;
  color: #fff;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: textclip 1.5s linear infinite;
  /*display: inline-block;*/
}
@keyframes textclip {
  to {
    background-position: 200% center;
  }
}

p {
  font-family: "Inter Tight";
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  font-size: 1em;
  line-height: 1.7;
  color: #333;
}


.grecaptcha-badge {
  display: none !important;
}
.navbar {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  color: black;
  background-color: transparent;
  transition: 0.3s;
  z-index: 99;
}

.top-wraper {
  width: 100%;
  height: auto;
  z-index: 9;
  background: linear-gradient(to bottom right, #f8f8f8, #f1f1f1);
  padding: 22px 22px;
  padding-bottom: 0px;
}
.top-header{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
}
.top-head-left{
  width: auto;
  height: auto;
}
.top-head-left img{ display: block;}
.clb-pf-item {
  display: block !important;
}
.head-middle{
  width: auto;
  height: auto;
  padding: 0px 2%;
}
.head-middle-inside{
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 1em 0em;
}
.head-logo{
  width: 100%;
  height: auto; text-align: center;
  margin-bottom: 1em;
}
.header-annual{
  width: 100%;
  height: auto;
  text-align: center;
  color: #3d274f;
  font-size: 2.625em;
  line-height: 1.2;
  font-family: 'Gilroy';
   font-weight: bold;
    font-style: normal;
    font-display: swap;
}
.header-date{
  width: 100%;
  height: auto;
  text-align: center;
  color: #3d274f;
  font-size: 2.25em;
  line-height: 1.2;
  font-family: 'Gilroy';
   font-weight: bold;
    font-style: normal;
    font-display: swap;
}
.header-date span{
  color: #6854e0;
  font-size:1em;
  line-height: 1.2;
  font-family: 'Gilroy';
   font-weight: bold;
    font-style: normal;
    font-display: swap;
    display: block;
}
.header-pathology{
  width: auto;
  height: auto;
  border-radius: 10px;
  background-color:#f2f2f2;
  padding: 10px 22px;
 
}
.header-pathology-name{
  
  line-height: 50px;
  font-size: 2.2em;
  
  color:#BC0170;
  font-weight: bold;
  font-style: normal;
  font-display: swap;
  font-family: 'Gilroy';
  text-align: center;
  line-height: 1.2;
}

.banner-quick-wrap{
	width:14%;
	height: auto;
	position: absolute;
	margin: auto;
	left:2%;
	top:0;
	bottom:0;
	z-index:9999;
	float:left;
	display:flex;
	align-items:center;
}
.banner-quick{
	width:100%;
	margin-bottom:10px;
	height: auto;
  border-radius: 20px;
  border:5px solid #fff;
  overflow: hidden;
}
.nav-menu > li:nth-last-child(1) a {
  padding-right: 0px;
}
.sexy-menu.detached .booknow a:hover {
  background: #fff;
  color: #526954;
}

@media screen and (max-width: 700px) {
  .popup {
    width: 70%;
  }
}

.clear {
  clear: both;
}
audio,
::selection {
  background: #0f1e49;
  color: #fff;
}
textarea.calback-box2::-webkit-input-placeholder {
  color: #666 !important;
  font-size: 14px !important;
  opacity: 1 !important;
  font-family: "Poppins", sans-serif;
}
textarea.calback-box2::-moz-placeholder {
  color: #666 !important;
  font-size: 14px !important;
  opacity: 1 !important;
  font-family: "Poppins", sans-serif;
}
textarea.calback-box2:-ms-input-placeholder {
  color: #666 !important;
  font-size: 14px !important;
  opacity: 1 !important;
  font-family: "Poppins", sans-serif;
}
textarea.calback-box2:-moz-placeholder {
  color: #666 !important;
  font-size: 14px !important;
  opacity: 1 !important;
  font-family: "Poppins", sans-serif;
}
input.contact-enquiry-box::-webkit-input-placeholder {
  color: #666 !important;
  font-size: 14px !important;
  opacity: 1 !important;
  font-family: "Poppins", sans-serif;
}
input.contact-enquiry-box::-moz-placeholder {
  color: #666 !important;
  font-size: 14px !important;
  opacity: 1 !important;
  font-family: "Poppins", sans-serif;
}
input.contact-enquiry-box:-ms-input-placeholder {
  color: #666 !important;
  font-size: 14px !important;
  opacity: 1 !important;
  font-family: "Poppins", sans-serif;
}
input.contact-enquiry-box:-moz-placeholder {
  color: #666 !important;
  font-size: 14px !important;
  opacity: 1 !important;
  font-family: "Poppins", sans-serif;
}
/*.nav-menu>li>a,.hvr-wobble-vertical,.footer-quicklinks ul li a,
.custom-slider .holder-wide main .slide article a{
      pointer-events: none
}*/
.img-full {
  width: 100%;
  height: auto;
  display: block !important;
}
.img-responsive {
  max-width: 100%;
  height: auto;
  display: block;
}
.container {
  width: 100%;
  padding-left: 10%;
  padding-right: 10%;
}
.top-container {
  width: 100%;
  padding-left: 3.5%;
  padding-right: 3.5%;
}

.logo img {
  height: 90px;
  padding: 0.25em 0em;
}

.menu-container {
  width: auto;
  height: auto;
  float: left;
  padding-top: 2px;
}

.desk-view {
  display: block;
}
.mob-view {
  display: none;
}
.hide-menu {
  display: none !important;
}

/********************************** E ABOUT ********************************************/
.inner-banner {
  width: 100%;
  height: auto;
  position: relative;
}


.footer-wraper {
  width: 100%;
  height: auto;
  position: relative;
  background-color: #fff;
  padding-top: 50px;
}

.footer-bottom {
  width: 100%;
  height: auto;
  border-top: 1px solid #dbd4bb;
}

.copyright {
  width: auto;
  height: auto;
  text-align: left;
  font-size: 1em;
  color: #62625f;
  line-height: 58px;
  font-family: "Inter Tight";
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  font-size: 1em;
  float: left;
}
.copyright span {
  font-size: 1em;
  color: #62625f;
  line-height: 58px;
  font-family: "Inter Tight";
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.designed {
  width: auto;
  height: 58px;
  float: right;
  display: flex;
  align-items: center;
}

.designed p {
  width: auto;
  height: auto;
  font-size: 1em;
  color: #62625f;
  font-family: inherit;
  font-size: 1em;
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
.designed p a {
  text-decoration: none;
  color: #62625f;
  font-family: inherit;
  font-size: 1em;
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
.designed p a:hover {
  text-decoration: none;
  color: #111;
  font-family: inherit;
  font-size: 1em;
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

.footer-top {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 40px;
}
.footer-top-container {
  width: auto;
  height: auto;
  float: left;
  position: relative;
}
.footer-top-container-icon {
  width: auto;
  height: auto;
  float: left;
  margin-right: 0.5em;
  color: #36836e;
  font-size: 1.5em;
}
.footer-top-container-content {
  width: auto;
  height: auto;
  float: left;
}
.footer-top-container-content p {
  font-family: inherit;
  font-size: 1em;
  color: #62625f;
  font-weight: normal;
  line-height: 1.7;
}
.footer-contact {
  width: 100%;
  height: auto;
}
.footer-top-container-icon {
  width: auto;
  height: auto;
  float: left;
  margin-right: 0.5em;
  color: #be2054;
  font-size: 1.5em;
}
.footer-top-container-content {
  width: auto;
  height: auto;
  float: left;
}
.footer-outer {
  width: 100%;
  height: auto;
}

.footer-for {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
.footer-for:nth-child(2) {
  border-top: 1px solid #dbd4bb;
  padding-top: 40px;
  margin-top: 1em;
}
.footer-for-title {
  width: auto;
  height: auto;
  font-family: inherit;
  font-size: 1em;
  text-transform: uppercase;
  color: #1f1964;
  font-weight: 300;
  white-space: nowrap;
  padding-right: 2%;
}
.footer-for ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.sep-social {
  width: 1px;
  height: 32px;
  background-color: #ccc;
}
.footer-for ul li {
  font-family: inherit;
  font-size: 1em;
  color: #62625f;
  font-weight: normal;
  line-height: 1.7;
  margin: 0px 2%;
}
.footer-for ul li a {
  font-family: inherit;
  font-size: 1em;
  color: #62625f;
  font-weight: normal;
  line-height: 1.7;
}

.footer-middle-content-title {
  width: 100%;
  height: auto;
  text-align: left;
  font-family: inherit;
  font-size: 1em;
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  text-transform: uppercase;
  color: #ac9339;
  line-height: 2;
  margin-bottom: 0.5em;
  white-space: nowrap;
}
.footer-top-container ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  float: left;
  width: 50%;
}
.footer-top-container ul li {
  font-family: inherit;
  font-size: 1em;
  line-height: 1.7;
  margin-right: 5em;
}
.footer-top-container ul li a {
  font-family: inherit;
  font-size: 1em;
  color: #62625f;
  -webkit-transition: padding 0.2s;
  -moz-transition: padding 0.2s;
  -o-transition: padding 0.2s;
  transition: padding 0.2s;
  font-weight: normal;
  white-space: nowrap;
}
.footer-social-links ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  width: 100%;
}
.footer-social-links ul li {
  float: left;
  width: auto;
  margin-right: 1em;
}
.footer-social-links ul li:nth-last-child(1) {
  margin-right: 0%;
}
.footer-social-links ul li a {
  color: #be2054;
  font-size: 1.25em;
  display: flex;
  justify-content: center;
  align-items: center;
}

.banner-wraper {
  padding: 0px 22px;
  position: relative;

}
.banner-pic {
  border-radius: 20px;
  overflow: hidden;
}
.register {
  background-color: #4d57a6;
  color: #fff;
  border-radius: 30px;
  padding: 5px 22px !important ;
  height: auto !important;
}
.nav-menu {
  display: flex;
  align-items: center !important;
}

.banner {
  width: 100%;
  height: calc(100vh - 100px);
  position: relative;
}
.carousel{ border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; overflow: hidden;}
.banner-caption {
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: flex;
 align-items: flex-end;
  justify-content: flex-end;
  padding-bottom: 50px;
  padding-right: 50px;
}
.banner-caption-outer {
  /*display: flex;
  align-items: flex-end;*/
  font-size: 0.8em;
}
.banner-caption-outer .banner-caption-for:nth-child(3) { font-size: 1.5em;}
.banner-caption-outer  .banner-caption-icon {margin: 10px 0px;}
.inner-caption{ padding-top: 90px;}
.scientific-for .faculty-name{ text-align:left}
.banner-caption-for {
  width: auto;
  height: auto;
}
.banner-caption-for:nth-child(2) {
  margin: 10px 0px;
}
.banner-common-title {
  width: auto;
  height: auto;
  text-align:left;
 font-family: 'Gilroy';
  font-weight: bold;
    font-style: normal;
    font-display: swap;
  font-size: 2.625em;
  line-height: 1;
  color:#fff;
}

.banner-common-title sup {
 font-family: 'Gilroy';
  font-weight: bold;
    font-style: normal;
    font-display: swap;
  font-size: 1em;
  line-height: 1;
  color:#fff;
}
.banner-common-title span {
  font-family: 'Gilroy';
  font-weight: bold;
    font-style: normal;
    font-display: swap;
  font-size: 1em;
  line-height: 1;
  color:#fff;
}
.banner-caption-for:nth-child(3) .banner-common-title {
  text-align:left;
  font-size: 1.875em;
}
.banner-caption-icon {
  width: 100%;
  height: auto;
  text-align: center;
  margin: 25px 0px;
}
.banner-sub-title {
  width: auto;
  height: auto;
  text-align:left;
  font-family: 'Gilroy';
  font-weight: 500;
    font-style: normal;
    font-display: swap;
  font-size: 2em;
  line-height: 1;
  background: linear-gradient(to right, #b5bad9, #d8dcff);
  -webkit-background-clip: text; /* for Chrome, Safari */
  -webkit-text-fill-color: transparent; /* for Chrome, Safari */
  background-clip: text; /* standard */
  color: transparent; /* fallback */
  line-height: 1.3;
}
.banner-main-title {
  width: auto;
  height: auto;
  text-align: center;
  font-family: "Bebas Neue";
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  font-size: 9.313em;
  line-height: 1;
  text-transform: uppercase;
  color: transparent; /* fallback */
  -webkit-text-stroke: 2px #2f385e;
  line-height: 0.7;
}
.welcome-wraper {
  width: 100%;
  height: auto;
  position: relative;
  padding-top: 5.5rem;
  padding-bottom: 8.1rem;
}
.welcome-pic {
  width: 51%;
  height: auto;
  float: left;
  border-radius: 20px;
  overflow: hidden;
}
.welcome-wraper .container {
  display: flex;
  align-items: center;
}
.welcome-content {
  width: 49%;
  height: auto;
  float: left;
  padding-left: 5%;
}
.welcome-content-title {
  color: #6854e0; /* fallback */
  font-size: 1.4em;
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  line-height: 1.2;
  font-family: 'Gilroy';
}
.welcome-content p {
  margin-top: 0.15em;
}
.welcome-content p span{color:#BC0170;  font-size: 1.3em;  font-weight: 500;
  font-style: normal;
  font-display: swap; display: block; font-weight: 500;
  font-style: normal;
  font-display: swap;
  line-height: 1.2;
  font-family: 'Gilroy'; margin-top: 0.5em;}
.sientific-wrap {
  width: 100%;
  height: auto;
}
.scientific-title {
  width: 100%;
  height: auto;
  text-align: center;
  background: linear-gradient(to right, #2a3654, #6854e0);
  -webkit-background-clip: text; /* for Chrome, Safari */
  -webkit-text-fill-color: transparent; /* for Chrome, Safari */
  background-clip: text; /* standard */
  color: transparent; /* fallback */
  font-size: 2.25em;
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  line-height: 1.2;
  font-family: 'Gilroy';
}
.scientific-container {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: stretch;
  padding: 35px 35px;
  border-radius: 20px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  margin-top: 1em;
  align-items: center;
}
.scientific-day1 {
  width: 63%;
  height: auto;
  /*border: 1px solid #ccc;
  background: url(../images/day1-bg.jpg) no-repeat;
  background-size: 100% 100%;*/
  padding: 0px !important;
}
.scientific-day2 {
  width: 32%;
  height: auto;
  border: 1px solid #ccc;
  background: url(../images/day2-bg.jpg) no-repeat;
  background-size: 100% 100%;
}

.scientific-day {
  padding: 100px 75px;
  border-radius: 20px;
  padding-bottom: 55px;
  position: relative;
}
.scientific-day1 .scientific-day { padding: 0px;}
/*.scientific-day3 {
  width: 21%;
  height: auto;
  border: 1px solid #ccc;
  background: url(../images/day3-bg.jpg) no-repeat;
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  justify-content: center;
   padding: 100px 0px;
}*/
.scientific-day ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
.scientific-day ul li {
  font-size: 1em;
  font-family: inherit;
  color: #121212;
  line-height: 1.7;
  padding-left: 30px;
  margin-bottom: 25px;
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  width: 100%;
  float: left;
  background: url(../images/programme-listing.png) no-repeat left 10px;
  position: relative;
}
.scientific-day ul li a{ color:#bc0170}
.scientific-day ul li:nth-last-child(1) {
  margin-bottom: 0px;
}
.scientific-day ul li span {
  display: block;
  background-color: #e9e8f9;
  padding: 5px 10px;
  border-radius: 10px;
  color: #333;
  font-size: inherit;
  font-size: 1em;
  margin-top: 10px;
  float: left;
}
.programme-content {
  width: 100%;
  height: auto;
}
.programme-learn {
  width: 100%;
  height: auto;
  text-align: center;
  font-family: inherit;
  font-size: 1em;
  color: #333;
}
.programme-title {
  background: linear-gradient(to right, #2a3654, #6854e0);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  font-size: 2em;
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  line-height: 1.2;
  font-family: 'Gilroy';
  text-align: center;
  margin-top: 2px;
}
.programme-arrow {
  width: 100%;
  height: auto;
  text-align: center;
  margin-top: 0.5em;
}

/* CSS */
.icon-cta {
  width: 70px;
  height: 70px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  /* optional: make it accessible-focusable if used as button */
  outline: none;
  margin: 0.5em auto;
}
.icon-cta:focus {
  box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.15);
  border-radius: 6px;
}

/* dotted circular ring */
.dot-ring {
  position: absolute;
  inset: 0; /* fills the 40x40 container */
  border-radius: 50%;
  border: 1px dashed #685ac8; /* dotted ring appearance */
  box-sizing: border-box;
  display: block;
  /* rotate the dotted ring slowly */
  animation: ring-rotate 3s linear infinite;
}

/* arrow styling and animation */
.arrow {
  width: 14px; /* arrow size */
  height: 14px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%); /* center */
  color: #222; /* currentColor used inside SVG path */
  /* arrow slide/pulse */
  animation: arrow-slide 1.2s ease-in-out infinite;
  will-change: transform, opacity;
}

/* Keyframes */
@keyframes ring-rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

/* arrow slides a little to the right then returns; fades slightly for motion */
@keyframes arrow-slide {
  0% {
    transform: translate(-50%, -50%) translateX(0);
    opacity: 1;
  }
  40% {
    transform: translate(-50%, -50%) translateX(3px);
    opacity: 0.95;
  }
  70% {
    transform: translate(-50%, -50%) translateX(1.5px);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) translateX(0);
    opacity: 1;
  }
}
.day-for {
  width: auto;
  height: auto;
  position: absolute;
  left: 15px;
  top: 15px;
  background-color: #fff;
  border-radius: 10px;
  border: 1px solid #ccc;
  font-size: 1.25em;
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  font-family: 'Gilroy';
  padding: 10px 25px;
  z-index: 2;
}
.scientific-day ul li:nth-child(1)::before {
  content: "";
  position: absolute;
  left: 2px;
  top: -15px;
  transform: translateY(-50%);
  height: 50px;
  width: 1px;
  border-right: 1px dashed #6854e0;
}
.listing-round {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #fff;
  border: 1px dashed #6854e0;
  position: absolute;
  left: 63px;
  top: 43px;
  z-index: 1;
}

.day-view {
  width: auto;
  height: auto;
  position: absolute;
  right: 15px;
  bottom: 15px;
  background-color: #edebf9;
  border-radius: 10px;
  font-size: 1em;
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  font-family: inherit;
  padding: 10px 25px;
  z-index: 2;
  color: #333;
}
.clearfix::after {
  content: "";
  display: table;
  clear: both;
}
.faculty-wrap {
  width: 100%;
  height: auto;
  padding-top: 6rem;
  position: relative;
}
.faculty-container {
  width: 100%;
  height: auto;
  padding: 1em 6%;
  padding-bottom: 0px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: stretch;
}
.faculty-for {
  width: 22.5%;
  height: auto;
}
.faculty-pic {
  width: 100%;
  border-radius: 20px;
  border-top-left-radius: 0px;
  overflow: hidden;
}
.faculty-name {
  background: linear-gradient(to right, #2a3654, #6854e0);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  font-size: 1.125em;
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  font-family: 'Gilroy';
  text-align: center;
  width: 100%;
  margin: 0.5em 0em;
}
.faculty-button {
  width: 100%;
  height: auto;
  text-align: center;
  display: flex;
  justify-content: center;
}
.inter-national {
  width: auto;
  height: auto;
  background-color: #edebf9;
  border-radius: 10px;
  font-size: 1em;
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  font-family: inherit;
  padding: 5px 15px;
  z-index: 2;
  color: #333;
}
.scientific-for-last .inter-national i {
  font-size: 0.7em;
  font-style: italic;
  line-height: 1.4;
  margin-top: 0.25em;
  float: left;
}
.national {
  background-color: #f9e9e9;
}

.faculty-bottom {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: stretch;
  background-color: #52479b;
  margin: 1em;
  border-radius: 20px;
  padding: 0px 2em;
}
.faculty-bottom:nth-child(2) {background-color: #b4164a;}
.faclty-for {
  width: auto;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.faclty-for-title {
  font-size: 2em;
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  font-family: 'Gilroy';
  text-align: center;
  color: #fff;
  margin-right: 0.5em;
}
.dot-ring-faculty {
  border: 1px dashed #fff;
}
.registration-wrap {
  width: 100%;
  height: auto;
  padding-top: 48px;
  padding-bottom: 55px;
  background: url(../images/registration-bg.jpg) no-repeat;
  background-size: 100% 100%;
}
.reg-title {
  font-size: 1.5em;
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  font-family: 'Gilroy';
  text-align: center;
  color: #fff;
}
.reg-button {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  margin: 0.5em 0em;
}
.reg-button-for {
  width: auto;
  height: auto;
  background-color: #fff;
  border-radius: 25px;
  font-size: 1.125em;
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  font-family: 'Gilroy';
  padding: 10px 30px;
  z-index: 2;
  color: #b4164a;
}

.organising-bottom {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: stretch;
  margin-top: 1.5em;
  background-color: #fff;
  box-shadow: 0 -4px 6px rgba(0, 0, 0, 0.1);
}
.faclty-for {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.organising-for-title {
  font-size: 2.25em;
  
  color: transparent;
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  line-height: 1.2;
  font-family: 'Gilroy';
  margin-right: 0.5em;
}
.icon-cta-organising {
  width: 40px;
  height: 40px;
}
.organising-wraper {
  width: 100%;
  height: auto;
  padding-top: 5.75rem;
  padding-bottom: 2rem;
}

.organising-container {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: stretch;
  margin-top: 5rem;
}
.organising {
  width: 49.3%;
  height: auto;
  position: relative;
  border: 1px dashed #6854e0;
  border-radius: 20px;
  background: url(../images/patron-bg.png) no-repeat;
  background-size: 100% 100%;
}
.organising:nth-child(2) {
  border: 1px dashed #d74848;
  background: url(../images/chairperson-bg.png) no-repeat;
  background-size: 100% 100%;
}
.organising-content {
  width: 36.6%;
  height: 100%;
  float: right;
  display: flex;
  align-items: center;
}
.organising-pics {
  width: 63.4%;
  height: auto;
  position: relative;
  float: left;
  text-align: center;
  margin-top: -4em;
  display: flex;
  justify-content: center;
  z-index: 1;
}
.organising-pics img {
  display: block;
}
.organising-main {
  width: 100%;
  height: auto;
  text-align: left;
  padding: 15px 15px;
  background-color: #edebf9;
  border-radius: 20px;
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
}
.organising-main-title {
  font-size: 2em;
  background: linear-gradient(to right, #2a3654, #6854e0);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  line-height: 1.2;
  font-family: 'Gilroy';
}
.organising:nth-child(2) .organising-main-title {
  font-size: 1.5em;
  background: linear-gradient(to right, #752637, #b85093);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
.organising:nth-child(2) .organising-main {
  background-color: #f9e9e9;
}
.organising-name {
  font-size: 1.125em;
  background: linear-gradient(to right, #2a3654, #6854e0);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  line-height: 1.2;
  font-family: 'Gilroy';
  margin: 1em 0em;
}
.organising:nth-child(2) .organising-name {
  background: linear-gradient(to right, #752637, #b85093);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.organising-designation {
  font-size: 1em;
  font-family: inherit;
  color: #333;
  font-family: inherit;
  padding: 5px 12px 5px 85px;
  background-color: #edebf9;
  border-radius: 20px;
  float: left;
  margin-left: -85px;
}
.organising:nth-child(2) .organising-designation {
  background-color: #f9e9e9;
}
.faculty-leftbg {
  width: auto;
  height: auto;
  position: absolute;
  left: 0;
  top: 5em;
}
.faculty-rightbg {
  width: auto;
  height: auto;
  position: absolute;
  right: 0;
  top: 5em;
}
.welcome-leftbg {
  width: auto;
  height: auto;
  position: absolute;
  left: 0;
  top: 5em;
}
.welcome-rightbg {
  width: auto;
  height: auto;
  position: absolute;
  right: 0;
  bottom: 2em;
}
.specialised-title {
  width: 100%;
  height: auto;
  text-align: left;
  color: #fff;
  font-size: 2.25em;
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  line-height: 1.2;
  font-family: 'Gilroy';
  margin-bottom: 0.5em;
}

.about-pic-outer {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: stretch;
}
.about-left-pic {
  width: 55.75%;
  height: auto;
  border-radius: 20px;
  overflow: hidden;
}
.about-right-pic {
  width: 42%;
  height: auto;
}
.about-right-inside {
  width: 100%;
  height: auto;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 1.2em;
}
.about-right-inside:nth-child(2) {
  margin-bottom: 0px;
}

/********************************* About*********************************************/
.bottom-caption {
  width: auto;
  height: auto;
  position: absolute;
  left: 0;
  bottom: 15px;
}
.bottom-caption .banner-common-title {
  font-size: 1em;
  white-space: nowrap;
}
.bottom-caption .banner-sub-title {
  font-size: 1em;
  white-space: nowrap;
}
.bottom-caption .banner-sub-title:nth-child(2) {
  font-size: 2.5em;
  line-height: 0.9;
}
.banner-sub-title-inner {
  width: auto;
  height: auto;
  text-align: center;
  font-family: "Bebas Neue";
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  font-size: 3.75em;
  line-height: 1;
  text-transform: uppercase;
  background: linear-gradient(to right, #2a3654, #6854e0);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  line-height: 1.3;
}
/********************************* Faculty*********************************************/
.faculty-main {
  margin: 32px 55px;
}
.container-faculty {
  justify-content: center;
}
.faculty-main .inter-national {
  padding: 18px 42px;
}

/********************************* Faculty*********************************************/
.day-title {
  width: 100%;
  height: auto;
  text-align: center;
  border-radius: 20px;
  background-color: #4d57a6;
  line-height: 55px;
  color: #fff;
  font-size: 1.55em;
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  font-family: 'Gilroy';
  margin-top: 1.5em;
}
.programme-main {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: stretch;
}
.scientific-for {
  width: 25%;
  height: auto;
  padding: 40px 40px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.scientific-for:nth-child(4n + 4) {
  border-right: 0px;
}
.scientific-for:nth-last-child(1) {
  /*border-bottom: 0px;*/
  border-left: 1px solid #ccc;
}
.scientific-for .inter-national {
  float: left;
  margin-top: 0.5em;
}
.scientific-for .inter-national i{ font-size:0.7em; font-style: italic; line-height:1.4; margin-top:0.25em; float:left}

.programme-main-bottom {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: stretch;
  padding: 40px 0px;
}
.scientific-for-last {
  width: 25%;
  height: auto;
  border-right: 1px solid #ca3c75;
  text-align: center; 
  padding: 40px 40px;
  border-bottom: 1px solid #ca3c75;
}
.scientific-for-last:nth-child(4n+4) {
  border-right: 0px;
}
.scientific-for-last:nth-last-child(1) {
  border-right: 0px;
}
.scientific-for-last .faculty-button {
  margin-top: 0.5em;
}
.for-multi {
  padding: 35px 55px;
  text-align: center;
}

/********************************* Committee*********************************************/
.committee-for {
  justify-content: center;
  padding-top: 0px;
}
.committee-container {
  margin-bottom: 4.15rem;
}
.committee-for .faculty-for {
  margin: 1em 25px;
  width: 30%;
}
.committee-for .inter-national {
  padding: 18px 5px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0.5em;
}
.committee-for .inter-national .title-co {
  background: linear-gradient(to right, #2a3654, #6854e0);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  font-size: 1.5em;
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  font-family: 'Gilroy';
}
.committee-for p {
  text-align: center;
}
.committe-pic {
  width: 100%;
  height: auto;
  border: 1px dashed #6854e0;
  padding-top: 40px;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
.committe-pic-img {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
}
.committe-pic-img img {
  object-fit: cover;
  height: 340px;
}
.committe-pic-bg {
  width: auto;
  height: auto;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
}
.members .committe-pic-img img {
  object-fit: cover;
  height: 260px;
}
.members {
  margin: 1em 0em;
}
.organising-bottom-main {
  width: 100%;
  height: auto;
  padding: 5rem 0px;
  display: flex;
  align-items: center;
}
.organising-bottom-left {
  width:55%;
  height: auto;
  float: left;
  border-radius: 20px;
  overflow: hidden;
}
.organising-bottom-right {
  width:45%;
  height: auto;
  float: left;
  padding-left: 5%;
  display: flex;
  justify-content: space-between;
}
.organising-bottom-right-for {
  width: 32%;
  height: auto;
  float: left;
}
.organising-bottom-right-pic {
  width: 100%;
  height: auto;
  border-radius: 20px;
  background-color: #ebebeb;
  overflow: hidden;
}
.organising-bottom-title {
  background: linear-gradient(to right, #2a3654, #6854e0);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  font-size: 2.625em;
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  line-height: 1.2;
  font-family: 'Gilroy';
}

.organising-bottom-name {
  background: linear-gradient(to right, #2a3654, #6854e0);
  background-clip: border-box;
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  font-size: 1.125em;
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  font-family: 'Gilroy';
  text-align: left;
  width: 100%;
  margin: 0.5em 0em;
}

/********************************* Contact*********************************************/

.contact-container {
  width: 100%;
  height: auto;
  padding: 0px 9%;
}
.contact-location {
  width: 35%;
  height: auto;
  float: left;
}
.location-for {
  width: 100%;
  height: auto;
  padding: 35px 45px;
  border-radius: 20px;
  border: 1px dashed #6854e0;
  margin-bottom: 35px;
}
.location-for:nth-last-child(1) {
  margin-bottom: 0px;
}
.contact-address {
  width: 65%;
  height: auto;
  float: left;
  padding-left: 5%;
}
.contact-title {
  background: linear-gradient(to right, #2a3654, #6854e0);
  background-clip: border-box;
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  font-size: 2.25em;
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  font-family: 'Gilroy';
  text-align: left;
  width: 100%;
  margin: 0.5em 0em;
  margin-top: 0;
}
.contact-address .enquiry-form-outer .user-box input {
  border: none;
  background: #f1f1f9;
  line-height: 50px;
  border-radius: 10px;
}
.contact-address .scheme-des textarea {
  border: none;
  background: #f1f1f9;
  height: 155px;
  border-radius: 10px;
}
.contact-submit-button {
  line-height: 60px;
  padding: 0px 45px;
  border-radius: 10px;
  background: #5e50c0;
  cursor: pointer;
  color: #fff;
  font-family: inherit;
  text-transform: uppercase;
  font-size: 1em;
}
.location-map {
  width: 100%;
  height: auto;
  margin-top: 8rem;
  background-color: #5e50c0;
  padding: 25px 0px;
  text-align: center;
}
.location-map a {
  font-family: inherit;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.125em;
  border-bottom: 1px solid #fff;
}

.register-container {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: stretch;
}
.reg-table {
  width: 100%;
  height: auto;
}
.register-point-outer {
  width: 37%;
  height: auto;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1); /* shadow on all sides */
  border-radius: 8px;
  display: flex;
  align-items: center;
  padding: 0px 55px;
}
.register-point-outer ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

.register-point-outer ul li {
  font-size: 1em;
  font-family: inherit;
  color: #121212;
  line-height: 1.7;
  padding-left: 30px;
  margin-bottom: 10px;
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  width: 100%;
  float: left;
  background: url(../images/programme-listing.png) no-repeat left 9px;
  position: relative;
}
.table-container {
  overflow-x: auto;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

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

.table-container thead {
  background: #e0e0ee;
}

.table-container thead th {
  padding: 40px 14px;
  text-align: center;
  color: #333;
  font-family: inherit;
  font-size: 1em;
  border-right: 1px solid #bcbcd7;
}
.table-container thead th:last-child {
  border-right: 0px;
}

.table-container tbody td {
  padding: 14px;
  text-align: center;
  border: 1px solid #bcbcd7;
  color: #333;
}

.table-container tbody tr {
  background: #f5f6fb;
}

.table-container tbody td:first-child {
  text-align: left;
  font-size: 1em;
  font-family: inherit;
  border-left: 0px;
}
.table-container tbody td:last-child {
  border-right: 0px;
}
.table-container tbody tr:last-child td {
  border-bottom: 0px;
}

/* Rounded corners */
.table-container thead th:first-child {
  border-top-left-radius: 12px;
}
.table-container thead th:last-child {
  border-top-right-radius: 12px;
}
.table-container tbody tr:last-child td:first-child {
  border-bottom-left-radius: 12px;
}
.table-container tbody tr:last-child td:last-child {
  border-bottom-right-radius: 12px;
}

/* Responsive on small screens */

.payment-details-wrap {
  width: 100%;
  height: auto;
  padding: 5.5rem 14%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: stretch;
}
.bank-dtl {
  width: 53.5%;
  height: auto;
  padding-right: 5%;
}
.qr-code{
  width: 46.5%;
  height: auto;
  background: #5e50c0;
  padding: 35px 0px;
  border-radius: 20px;
}
.qr-title{
  width: 100%;
  height: auto;
  text-align: center;
  font-size: 1.75em;
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  font-family: 'Gilroy';
  color: #fff;
}
.qr-scanner{
  width: 100%;
  height: auto;
  text-align: center;
  padding: 0.5em 0em;
}


.bank-title {
  width: 100%;
  height: auto;
  text-align:left;
  background: linear-gradient(to right, #2a3654, #6854e0);
    background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  font-size: 2.25em;
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  line-height: 1.2;
  font-family: 'Gilroy';
  margin-bottom: 0.75em;
}

.bank-details {
      border-collapse: collapse;
      width: 100%;
      max-width: 500px;
    }
    .bank-details td {
      padding: 6px 10px;
      vertical-align: top;
      font-size: 1em;
    }
    .bank-details td:nth-child(1) {
      font-size: 1em;
      font-family: inherit;
      padding-left: 0px;
    }
    .bank-details td:nth-child(2) {
      width: 10px;   /* Colon column */
      text-align: center;
    }
    .bank-details td:nth-child(3) {
      width: auto;   /* Value column */
    }
    .onlyname .committe-pic{ padding-top: 20px; padding-bottom: 20px;}
    .onlyname .committe-pic-bg img{ opacity: 0.4;}
    .bredcum-wrap{
      width: 100%;
      height: auto;
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 1em 0em;
    }
    .bred-home {
  width: auto;
  height: auto;
  float: left;
  font-family: inherit;
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  font-size: 1em;
  color: #333;
  line-height: 30px;
}
.bred-home a {
  width: auto;
  height: auto;
  float: left;
  font-family: inherit;
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  font-size: 1em;
  color: #333;
  line-height: 30px;
}
.bred-home a:hover {
  width: auto;
  height: auto;
  float: left;
  font-family: inherit;
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  font-size: 1em;
  color: #000;
  line-height: 30px;
}
.bred-arrow {
  width: auto;
  height: auto;
  float: left;
  font-size: 0.85em;
  color: #ccc;
  line-height: 30px;
  padding-left: 8px;
  padding-right: 8px;
}
.bred-next {
  width: auto;
  height: auto;
  float: left;
  font-family: inherit;
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  font-size: 1em;
  color: #333;
  line-height: 30px;
}
.faculty-home{
  width: 49%;
  height: auto;
  margin-bottom: 1em;
}
.poster-details {
    border-radius: 20px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  padding: 75px 75px;
  margin-top:1.5em;
}
.poster-details ul li:nth-child(1)::before {
  height: 0px;
  width: 0px;
  border-right: 0px dashed #6854e0;
}
.scientific-day ol{ margin: 1em 0em;}
.scientific-day ol li{ background: none; padding-left: 5px; margin-left:10px ; }



.blink-banner {
  display: inline-block;
  padding: 10px 20px;
  border-radius: 10px;
  color: #3d274f;
  font-size: 1.5em;
  font-weight: bold;
  font-style: normal;
  font-display: swap;
  font-family: 'Gilroy';
animation: bgblink 0.1s infinite alternate;
  z-index: 999;
  text-transform: uppercase;
}

/* blinking background animation */
@keyframes bgblink {
  0% {
    background-color: #BDD940;
  }
  100% {
    background-color: #FFE03a;
  }
}

/* highlight date */
.blink-banner strong {
  color: #fb7422;
  
   font-weight: bold;
  font-style: normal;
  font-display: swap;
  font-family: 'Gilroy';
}

/*.blink-banner-home{
    position: absolute;
    right:22px;
    top:0px;
}*/







@media (min-width: 1023px) and (max-width: 1279px) {
  body {
    font-size: 12px !important;
  }

  .container {
    width: 100%;
    padding-left: 3%;
    padding-right: 3%;
  }
   .faclty-for{ max-width: 33%;}
    .top-wraper{ font-size:0.85em}
}
@media (min-width: 1280px) and (max-width: 1359px) {
  body {
    font-size: 13px !important;
  }
  .container {
    width: 100%;
    padding-left: 4%;
    padding-right: 4%;
  }
   .faclty-for{ max-width: 33%;}
    .top-wraper{ font-size:0.85em}
}
@media (min-width: 1360px) and (max-width: 1399px) {
  body {
    font-size: 14px !important;
  }
  .container {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }
   .faclty-for{ max-width: 33%;}
    .top-wraper{ font-size:0.9em}
}
@media (min-width: 1400px) and (max-width: 1441px) {
  body {
    font-size: 14px !important;
  }
  .container {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }
  .faclty-for{ max-width: 33%;}
  .top-wraper{ font-size:0.9em}
}
@media (min-width: 1441px) and (max-width: 1599px) {
  body {
    font-size: 14px !important;
  }
  .nav-menu > li > a {
    padding: 20px 14px !important;
  }
  .container {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }
}

@media (min-width: 1600px) and (max-width: 1680px) {
  body {
    font-size: 15px !important;
  }
  .work-landscape {
    padding: 20px 15px;
  }
}



html {
  scroll-behavior: smooth;
}
.smooth-scroll-wrapper {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  will-change: transform;
  height: auto;
  background-color: #fff;
}

a {
  text-decoration: none;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

/*popup*/

#popUp {
  position: fixed;
  width: 400px;
  height: auto;
  background: linear-gradient(90deg, #4d57a6, #4d57a6);
  bottom: 8%;
  margin-left: 0;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  z-index: 9999;
  padding: 2% 2% 2%;
  right: 0;
  opacity: 0;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

#popUp .close {
  position: absolute;
  top: -40px;
  opacity: 1;
  left: -4%;
  color: #666;
  font-family: inherit;
  font-weight: normal;
  font-size: 1.5em;
  cursor: pointer;
  background-color: #f7f7f7;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
a.button {
  margin: 0 auto;
  text-align: center;
  right: 0;
  left: 0;
  position: absolute;
  width: 120px;
  font-size: 15px;
  color: #fff;
  border-bottom: 2px solid #18729f;
  background: #1c8dc4;
  border-radius: 4px;
  padding: 8px 0;
}
#plus {
  position: fixed;
  color: #fff;
  bottom: 56%;
  font-size: 1em;
  margin-right: -425px;
  -webkit-transition: all 1.25s ease;
  -moz-transition: all 1.25s ease;
  -o-transition: all 1.25s ease;
  transition: all 1.25s ease;
  cursor: pointer;
  text-align: left;
  letter-spacing: 1px;
  z-index: 999;
  width: 100%;
  right: 0;
}
.side-btn {
  position: absolute;
  color: #fff;
  font-family: inherit;
  font-weight: normal;
  font-size: 1em;
  line-height: 27px;
  display: inline-block;
  padding: 6px 25px;
  letter-spacing: 1px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  transform: rotate(90deg);
  transition: all 1.25s ease;
  right: -55px;
  border-radius: 20px;
  background: linear-gradient(90deg, #4d57a6, #4d57a6);
}
#plus::after {
  display: block;
  display: relative;
}
.mob-txt {
  display: block;
  text-transform: capitalize;
  font-style: normal;
  font-family: inherit;
  font-weight: 500;
}

.side-form .form-group {
  margin-bottom: 12px;
}

.side-form input[type="text"],
.side-form textarea {
  background: #fff;
  color: #3f3f3f;
  width: 100%;
  padding: 15px 20px;
}

.side-form-title {
  font-size: 1.333em;
  color: #fff;
  text-transform: uppercase;
  line-height: 30px;
  font-family: inherit;
  letter-spacing: 1px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 20px;
}

/**/

/**/

/**/

/**/
.form-group {
  margin-bottom: 18px;
}

.enq-container {
  position: relative;
  padding: 60px 0;
  margin-top: -250px;
  z-index: 9;
}

.en-head2 {
  color: #fff;
  font-weight: normal;
  font-family: inherit;
  font-size: 2.29em;
  line-height: 42px;
}
.enq-txt {
  margin-bottom: 30px;
}

/*
*/

/**/


.whats-app {
  position: fixed;
  bottom: 40vh;
  right: 0;
  background: #4d57a6;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  font-size: 2em;
  color: #fff;
  padding: 0.05em 0.25em;
}
.whats-app i {
  color: #fff;
}

/************************************************** START LOCATION **************************************************/

/************************************************** START CONTACT **************************************************/
.bottom-wrap {
  width: 100%;
  height: auto;
  padding-top: 120px;
}
.location {
  width: 49%;
  height: auto;
  float: left;
  position: relative;
}


/* make the embedded map appear gray */




.enquiry-form-outer {
  width: 100%;
  height: auto;
  float: right;
  position: relative;
  z-index: 2;
  padding-top: 30px;
}

.enquiry-form-outer .user-box {
  position: relative;
  margin-right: 2%;
  width: 49%;
  float: left;
  margin-bottom: 15px;
}
.enquiry-form-outer .user-box:nth-child(2n + 2) {
  margin-right: 0%;
}

.enquiry-form-outer .user-box input {
  width: 100%;
  padding: 0px 1em;
  font-size: 1em;
  color: #333;
  border: none;
  border: 1px solid #d1d1d1;
  outline: none;
  background: #f6f6f6;
  border-radius: 15px;
  line-height: 45px;
}
.enquiry-form-outer .user-box input:focus ~ label,
.enquiry-form-outer .user-box input:valid ~ label {
  top: -7px;
  left: 0px;
  color: #666;
  font-size: 10px;
  background-color: #f6f6f6;
  padding: 0px 10px;
  line-height: 20px;
  border-radius: 15px;
  bottom: inherit;
}

.enquiry-form-outer .user-box label {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0px 1em;
  font-size: 16px;
  color: #333;
  pointer-events: none;
  transition: 0.5s;
  bottom: 0;
  line-height: 45px;
  background-color: transparent;
}

.full-field {
  width: 100% !important;
  margin-right: 0% !important;
}

textarea:focus ~ .floating-label,
textarea:not(:placeholder-shown) ~ .floating-label,
input:not(:focus):valid ~ .floating-label {
  top: -7px;
  left: 0px;
  color: #666;
  font-size: 10px;
  background-color: #f6f6f6;
  padding: 0px 10px;
  line-height: 20px;
  border-radius: 15px;
  bottom: inherit;
}

.scheme-des textarea {
  width: 100%;
  height: 125px;
  resize: none;
  padding: 10px 20px 0 20px;
  font-size: 1em;
  color: #333;
  font-family: inherit;
  font-weight: normal;
  border-radius: 15px;
  border: 1px solid #d1d1d1;
  background-color: #f6f6f6;
}

.floating-label {
  position: absolute;
  pointer-events: none;
  left: 20px;
  top: 10px;
  transition: 0.2s ease all;
  color: #999999;
  font-size: 1em;
}

/* active state */
.floating-input:focus ~ .bar:before,
.floating-input:focus ~ .bar:after,
.floating-select:focus ~ .bar:before,
.floating-select:focus ~ .bar:after {
  width: 50%;
}

/* highlighter */
.highlight {
  position: absolute;
  height: 50%;
  width: 100%;
  top: 15%;
  left: 0;
  pointer-events: none;
  opacity: 0.5;
}
.submit-button {
  line-height: 40px;
  padding: 0px 25px;
  border-radius: 15px;
  background: linear-gradient(90deg, #fff, #fff);
  cursor: pointer;
  color: #4d57a6;
  font-family: inherit;
  text-transform: uppercase;
  font-size: 1em;
}

/* Wobble Horizontal */
@-webkit-keyframes hvr-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }
  33.3% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes hvr-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }
  33.3% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.hvr-wobble-horizontal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.hvr-wobble-horizontal:hover,
.hvr-wobble-horizontal:focus,
.hvr-wobble-horizontal:active {
  -webkit-animation-name: hvr-wobble-horizontal;
  animation-name: hvr-wobble-horizontal;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}


@media (max-width: 992px) {
    .blink-banner-home{ position:inherit; margin:1em auto; right:inherit}
    .blink-banner{ font-size:1.35em; padding: 10px 15px; text-align: center; }
  .nav-toggle,
  .navigation-hidden .nav-header {
    display: block !important;
  }

  #quick_view_bottom {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    height: auto;
    background-color: #fff;
  }
  .hide-menu {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    z-index: 99999;
    padding: 15px 20px;
    display: block !important;
  }
  .sexy-menu.detached {
    opacity: 1 !important;
  }
  .hide-menu a {
    width: 20%;
    line-height: 1;
    font-size: 1.35em;
    float: left;
    display: flex;
    justify-content: center;
  }
  .hide-menu img {
    display: block;
    justify-content: center;
    margin: 0 auto;
  }

  .nav-toggle {
    display: flex !important;
    align-items: center;
    width: 25px;
    height: 20px;
    /*border-top: 3px solid #000;
  border-bottom: 3px solid #000;*/
    text-align: center;
    justify-content: center;
    position: inherit !important;
    top: auto !important;
  }
  .nav-toggle {
    top: auto !important;
    bottom: auto !important;
  }
  .nav-toggle:before {
    position: absolute;
    content: "";
    width: 40px;
    border-bottom: 3px solid #000;
    right: 0;
    display: none;
  }
  .nav-toggle:after {
    content: "";
    width: 33px;
    border-bottom: 3px solid #000;
    position: absolute;
    top: -2px;
    right: 0;
    display: none;
  }

  .nav-toggle {
    margin-top: 3px !important;
  }
  
  .logo {
    width: 100% !important;
    position: inherit !important;
    display: flex !important;
    justify-content: center;
    height: auto !important;
  }
  .nav-brand img {
    width: 130px;
    margin-top: 1em !important;
  }
  .nav-header {
    width: 100%;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    display: flex !important;
    justify-content: center;
  }
  .sexy-menu.detached .nav-brand img {
    margin-top: 0px !important;
    width: 100px;
  }
  .bottom-menu {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex !important;
    justify-content: center;
    align-items: center;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    color: #666;
    font-size: 1.5em;
  }

  .nav-menu > li > a {
    font-size: 1em !important;
  }

  .desk-view {
    display: none;
  }
   .mob-view {
    display: block;
  }
  .sexy-menu {
    padding-top: 0px !important;
  }
  .navigation {
    display: inherit !important;
  }

  .sexy-menu.detached .nav-brand img {
    margin-bottom: 0px !important;
  }

 
  

.banner-caption-outer{ display: block; font-size: 0.7em; padding-top: 5em;}
.banner-caption-for:nth-child(2){ font-size: 0.8em;}
.banner-caption-icon{ display: none;}
.banner-common-title{ text-align: center; font-size: 2em;}
.banner-sub-title{ font-size:1.75em;}
.banner-caption-for:nth-child(3) .banner-common-title{ font-size: 1.25em;}
.banner-caption-for:nth-child(3) .banner-common-title{ text-align: center;}

  .footer-for:nth-child(2){ display: none;}
  .footer-top-container{ display: none;}
  .footer-top-container:last-child{ display: block;}

  .welcome-wraper .container{ display: block;}
  .welcome-pic{ display: none;}
  .welcome-content{ width: 100%; padding-left: 0px; }

  .scientific-day1{ width: 100%; }
  .scientific-day2{ width: 100%; margin: 1em 0em;}
  .scientific-day3{ width: 100%;}
  .faculty-container{ display: block;}
  .welcome-leftbg, .welcome-rightbg{ display: none;}
  .welcome-wraper{ padding-top: 2rem; padding-bottom: 2rem;}
  .scientific-container{padding: 15px 15px;}
  .listing-round{ display: none;}
  .scientific-day{padding: 100px 15px;}
  .organising-container{ margin-top: 1em;}
  .registration-wrap{ padding: 20px 0px;}
  .faclty-for-title{ font-size: 1em;}
  .welcome-content p span br{ display: none;}
  .welcome-content-title br{ display: none;}
  .faculty-wrap{ padding-top: 2rem;}
  /*.faclty-for{ width: 100%; display: none;}*/
   .faclty-for:nth-child(2){ display: flex; padding: 1em;}
  .footer-wraper{ padding-bottom: 80px; padding-top: 20px;}
  .footer-top{ margin-bottom: 20px;}
  .footer-for{ justify-content: center;}
  .nav-menu{ display: block;}
  .logo img{ height: 65px;}
  .nav-menu > li > a{ color: #fff !important;}
  .register{ padding: 0px ; background: transparent;}
  .bottom-caption{ display: none;}
  .faculty-leftbg{ display: none;}
  .faculty-rightbg{ display: none;}
  .organising-bottom-main{ display: block;}
  .organising-bottom-left{ width: 100%;}
  .organising-bottom-right{ width: 100%; height: auto; padding-left: 0px; margin-top: 1em;}
  .organising-bottom-title{ font-size: 2em; text-align: center;}
  .organising-bottom-name{ text-align: center;}
  .organising-bottom-right-for p{ text-align: center;}
  .contact-location{ width: 100%; float: none;}
  .contact-address{ width: 100%; float: none; padding-left: 0px; padding-top: 2em;}
  .location-for{ padding:25px 15px ;}
  .register-container{ display: block;}
  .reg-table{ width: 100%;}
  .register-point-outer{ width: 100%; padding: 0px 25px; margin-top: 1em;}
  .payment-details-wrap{ display: block; padding: 2rem 1%;}
  .bank-title{ font-size: 2em;}
  .qr-code{ width: 100%;}
  .banner-sub-title-inner{ font-size: 2.5em; padding-top: 3em;}

   .side-btn {
  align-items: center;
  justify-content: center;
  border-radius: 0px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  font-size: 1.5em;
  color: #fff;
    position: fixed;
    bottom: 29vh;
    right: 0px;
   background:linear-gradient(to right, #2a3654, #6854e0);
    color: #fffcff;
    transform: unset;
    padding: 0.05em 0.25em;
    width: auto !important;
    line-height: 40px;
    width: 40px !important;
    text-align: center;
  }
  #popUp {
    width: 350px;
  }
  .side-form{ padding: 1em 0px;}
  .bank-details{ max-width: inherit;}
  .bank-dtl{ width: 100%; padding-right: 0%; margin-bottom: 2em;}

   .table-container table {
    font-size: 14px;
  }
    .table-container thead {
    display: none;
  }
  .table-container tr {
    display: block;
    width: 100%;
  }
   .table-container td {
    display: block;
    width: 100%;
  }


  .table-container tr {
    margin-bottom: 15px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  }
  .table-container td {
    text-align: right;
    padding: 10px;
    position: relative;
  }
  .table-container td::before {
    content: attr(data-label);
    position: absolute;
    left: 15px;
    color: #555;
    text-align: left;
  }
  .banner-caption-for:nth-child(2) {
  margin: 3em 30px;
}
.icon-cta{ width: 45px ;
height: 45px;}

.faculty-home{ width: 100%;}
.faculty-home > .faculty-container > .faculty-home{ width: 49%;}

.faculty-home > .faculty-container{ display: flex; padding: 0px 3%;}
  .top-head-left{ display: none;}
  .top-header{ font-size: 0.7em;}
  .scientific-title{ font-size: 2em;}
  .head-logo img{ max-width: 98%;}
  .banner-caption{ display: none;}
  .banner-quick-wrap{ position: inherit; width: 100%; left:inherit}
 .banner-quick-wrap div {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: stretch;
}
.smooth-scroll-wrapper {
  position: relative; /* or just remove this line */
  width: 100%;
  left: auto;
  top: auto;
  will-change: auto; /* not needed anymore */
  height: auto;
  background-color: #fff;
  transform: none !important;
}
.banner-quick-wrap{ z-index: 0;}
.for-multi {
  padding: 35px 5px;
  text-align: center;
}
.contact-container {
  width: 100%;
  height: auto;
  padding: 0px 3%;
}
.banner-wraper {
  padding: 0px 5px;
  position: relative;
}
  
}

@media (max-width: 400px) {
  body {
    font-size: 14px !important;
  }
  .container {
    width: 100%;
    padding-left: 3%;
    padding-right: 3%;
  }

  .navbar {
    position: inherit;
  }
  .logo-container {
    width: 40%;
    margin-top: 10px;
  }

  .menu-container {
    width: 100%;
  }
  .nav {
    width: 100% !important;
  }
  .nav a {
    color: rgba(255, 255, 255, 0.7) !important;
    line-heigt: 40px !important;
  }
  .nav a:hover {
    border-bottom: 1px solid rgba(255, 255, 255) !important;
  }



  .organising-container{ display: block;}
  .faculty-for{ width: 100%; margin-bottom: 2em;}
  .copyright span{ display: none;}
  .organising{ width: 100%; margin-bottom: 2em;}
  .organising-pics{ margin: 0px; width: 100%; padding: 1em 0em;}
  .organising-content{ width: 100%;}
  .organising-main, .organising-name{ text-align: center;}
  .organising-designation{ margin-left: 0px; float: none; text-align: center;  padding: 5px 0px 5px 0px;}
  .organising-pics img{ width: 100%;}
  .organising-for-title{ font-size: 1.15em;}
  .scientific-for {width: 100%;height: auto;padding: 40px 10px; border-right: 0px solid #ccc;}
  .scientific-for .faculty-name{ text-align:center}
  .scientific-for:nth-last-child(1){ border-left:0px}
  .scientific-for .inter-national{ float:none; text-align:center}
  .scientific-for:nth-child(2n+2){ border-right: 0px;}
  .scientific-for:nth-last-child(-n+4) { border-bottom: 1px solid #ccc;}
  .scientific-for:nth-last-child(-n+2) {  border-bottom: 0px;}
  .faculty-main{ margin:0em 0px; margin-bottom: 2em;}
  .scientific-for p{ text-align:center}
  .scientific-for .inter-national i{ float:none}

  .scientific-for-last{ width: 100%; border-right: 0px; border-bottom: 1px solid #ca3c75; padding-bottom: 1em ; margin-bottom: 1em; }
  .committee-for .faculty-for{ width: 100%; margin: 0em 0px; margin-bottom: 2em;}
  .organising-bottom-right{ display: block;}
  .organising-bottom-right-for{ width: 100%; margin-bottom: 2em;}
  .banner-quick{ width: 48%;}
    .faculty-home > .faculty-container > .faculty-home {
    width: 100%;
  }
  .enquiry-form-outer .user-box{ width: 100%; margin-right: 0px;}
  
  .blink-banner {font-size: 1.2em;    padding: 10px 5px  }
  
  
}
@media (min-width: 401px) and (max-width: 460px) {
  body {
    font-size: 15px !important;
  }
  .container {
    width: 100%;
    padding-left: 3%;
    padding-right: 3%;
  }

  .navbar {
    position: inherit;
  }
  .logo-container {
    width: 40%;
    margin-top: 10px;
  }

  .menu-container {
    width: 100%;
  }
  .nav {
    width: 100% !important;
  }
  .nav a {
    color: rgba(255, 255, 255, 0.7) !important;
    line-heigt: 40px !important;
  }
  .nav a:hover {
    border-bottom: 1px solid rgba(255, 255, 255) !important;
  }

 .organising-container{ display: block;}
  .faculty-for{ width: 100%; margin-bottom: 2em;}
  .copyright span{ display: none;}
  .organising{ width: 100%; margin-bottom: 2em;}
  .organising-pics{ margin: 0px; width: 100%; padding: 1em 0em;}
  .organising-content{ width: 100%;}
  .organising-main, .organising-name{ text-align: center;}
  .organising-designation{ margin-left: 0px; float: none; text-align: center; padding: 5px 0px 5px 0px; }
  .organising-pics img{ width: 100%;}
  .organising-for-title{ font-size: 1.25em;}
  .scientific-for {width: 100%;height: auto;padding: 40px 10px; border-right: 0px solid #ccc;}
  .scientific-for:nth-child(2n+2){ border-right: 0px;}
  .scientific-for:nth-last-child(-n+4) { border-bottom: 1px solid #ccc;}
  .scientific-for:nth-last-child(-n+2) {  border-bottom: 0px;}
  .faculty-main{ margin:0em 0px; margin-bottom: 2em;}

  .scientific-for-last{ width: 100%; border-right: 0px; border-bottom: 1px solid #ca3c75; padding-bottom: 1em ; margin-bottom: 1em; }
  .committee-for .faculty-for{ width: 100%; margin: 0em 0px; margin-bottom: 2em;}
  .organising-bottom-right{ display: block;}
  .organising-bottom-right-for{ width: 100%; margin-bottom: 2em;}
  .banner-quick{ width: 48%;}
    .faculty-home > .faculty-container > .faculty-home {
    width: 100%;
  }
  .enquiry-form-outer .user-box{ width: 100%; margin-right: 0px;}
  
  
  .scientific-for .faculty-name{ text-align:center}
  .scientific-for p{text-align:center}
  .scientific-for .inter-national{ float:none}
  .scientific-for .inter-national{ text-align:center}
  .scientific-for .inter-national i{ float:none}
  .scientific-for:nth-last-child(1){ border-left:0px}
  .blink-banner {font-size: 1.25em; padding: 10px 5px  }
}

@media (min-width: 461px) and (max-width: 580px) {
  body {
    font-size: 15px !important;
  }
  .container {
    width: 100%;
    padding-left: 3%;
    padding-right: 3%;
  }

  .navbar {
    position: inherit;
  }
  .logo-container {
    width: 40%;
    margin-top: 10px;
  }

  .menu-container {
    width: 100%;
  }
  .nav {
    width: 100% !important;
  }
  .nav a {
    color: rgba(255, 255, 255, 0.7) !important;
    line-heigt: 40px !important;
  }
  .nav a:hover {
    border-bottom: 1px solid rgba(255, 255, 255) !important;
  }
     .organising-container{ display: block;}
  .faculty-for{ width: 100%; margin-bottom: 2em;}
  .copyright span{ display: none;}
  .organising{ width: 100%; margin-bottom: 2em;}
  .organising-pics{ margin: 0px; width: 100%; padding: 1em 0em;}
  .organising-content{ width: 100%;}
  .organising-main, .organising-name{ text-align: center;}
  .organising-designation{ margin-left: 0px; float: none; text-align: center; padding: 5px 0px 5px 0px; }
  .organising-pics img{ width: 100%;}
  .organising-for-title{ font-size: 1.25em;}
  .scientific-for {width: 100%;height: auto;padding: 40px 10px; border-right:0px}
  .scientific-for:nth-child(2n+2){ border-right: 0px;}
  .scientific-for:nth-last-child(-n+4) { border-bottom: 1px solid #ccc;}
  .scientific-for:nth-last-child(-n+2) {  border-bottom: 0px;}
  .faculty-main{ margin:0em 0px; margin-bottom: 2em;}
  .members-wrap{ display: flex;}
  .members{ width: 49%;}

  .scientific-for-last{ width: 100%; border-right: 0px; border-bottom: 1px solid #ca3c75; padding-bottom: 1em ; margin-bottom: 1em; }
  .committee-for .faculty-for{ width: 100%; margin: 0em 0px; margin-bottom: 2em;}
  .banner-quick{ width: 48%;}
  
    .scientific-for .faculty-name{ text-align:center}
  .scientific-for p{text-align:center}
  .scientific-for .inter-national{ float:none}
  .scientific-for .inter-national{ text-align:center}
  .scientific-for .inter-national i{ float:none}
  .scientific-for:nth-last-child(1){ border-left:0px}
}
@media (min-width: 561px) and (max-width: 680px) {
  body {
    font-size: 15px !important;
  }
  .container {
    width: 100%;
    padding-left: 3%;
    padding-right: 3%;
  }

  .navbar {
    position: inherit;
  }
  .logo-container {
    width: 40%;
    margin-top: 10px;
  }

  .menu-container {
    width: 100%;
  }
  .nav {
    width: 100% !important;
  }
  .nav a {
    color: rgba(255, 255, 255, 0.7) !important;
    line-heigt: 40px !important;
  }
  .nav a:hover {
    border-bottom: 1px solid rgba(255, 255, 255) !important;
  }

       .organising-container{ display: block;}
  .faculty-for{ width: 49%; margin-bottom: 2em;}
  .copyright span{ display: none;}
 .organising{ width: 100%; margin-bottom: 2em;}
  .organising-pics{ margin: 0px; width: 100%; padding: 1em 0em;}
  .organising-content{ width: 100%;}
  .organising-main, .organising-name{ text-align: center;}
  .organising-designation{ margin-left: 0px; float: none; text-align: center; padding: 5px 0px 5px 0px; }
  .organising-pics img{ width: 100%;}
  .organising-for-title{ font-size: 1.25em;}
  .scientific-for {width: 50%;height: auto;padding: 40px 10px;}
  .scientific-for:nth-child(2n+2){ border-right: 0px;}
  .scientific-for:nth-last-child(-n+4) { border-bottom: 1px solid #ccc;}
  .scientific-for:nth-last-child(-n+2) {  border-bottom: 0px;}
  .faculty-main{ margin:0em 0px; margin-bottom: 2em;}
  .members-wrap{ display: flex;}
  .members{ width: 49%;}
  .faculty-container{ display: flex;}
  .container-faculty{ justify-content: space-between;}

  .scientific-for-last{ width: 100%; border-right: 0px; border-bottom: 1px solid #ca3c75; padding-bottom: 1em ; margin-bottom: 1em; }
  .committee-for .faculty-for{ width: 49%; margin: 0em 0px; margin-bottom: 2em;}
  .committee-for{ justify-content: space-between;}
  .committe-pic-img img{ height: 250px;}
  .banner-quick{ width: 48%;}
}

@media (min-width: 681px) and (max-width: 768px) {
  body {
    font-size: 15px !important;
  }
  .container {
    width: 100%;
    padding-left: 3%;
    padding-right: 3%;
  }

  .navbar {
    position: inherit;
  }
  .logo-container {
    width: 40%;
    margin-top: 10px;
  }

  .menu-container {
    width: 100%;
  }
  .nav {
    width: 100% !important;
  }
  .nav a {
    color: rgba(255, 255, 255, 0.7) !important;
    line-heigt: 40px !important;
  }
  .nav a:hover {
    border-bottom: 1px solid rgba(255, 255, 255) !important;
  }
      .organising-container{ display: block;}
  .faculty-for{ width: 49%; margin-bottom: 2em;}
  .copyright span{ display: none;}
 .organising{ width: 100%; margin-bottom: 2em;}
  .organising-pics{ margin: 0px; width: 100%; padding: 1em 0em;}
  .organising-content{ width: 100%;}
  .organising-main, .organising-name{ text-align: center;}
  .organising-designation{ margin-left: 0px; float: none; text-align: center; padding: 5px 0px 5px 0px; }
  .organising-pics img{ width: 100%;}
  .organising-for-title{ font-size: 1.25em;}
  .scientific-for {width: 50%;height: auto;padding: 40px 10px;}
  .scientific-for:nth-child(2n+2){ border-right: 0px;}
  .scientific-for:nth-last-child(-n+4) { border-bottom: 1px solid #ccc;}
  .scientific-for:nth-last-child(-n+2) {  border-bottom: 0px;}
  .faculty-main{ margin:0em 0px; margin-bottom: 2em;}
  .members-wrap{ display: flex;}
  .members{ width: 33%;}
  .faculty-container{ display: flex;}
  .container-faculty{ justify-content: space-between;}

  .scientific-for-last{ width: 100%; border-right: 0px; border-bottom: 1px solid #ca3c75; padding-bottom: 1em ; margin-bottom: 1em; }
  .committee-for .faculty-for{ width: 49%; margin: 0em 0px; margin-bottom: 2em;}
  .committee-for{ justify-content: space-between;}
  .committe-pic-img img{ height: 250px;}
  .banner-quick{ width: 48%;}
}
@media (min-width: 769px) and (max-width: 992px) {
  .top-container {
    width: 100%;
    padding-left: 2%;
    padding-right: 2%;
  }
  .container {
    width: 100%;
    padding-left: 3%;
    padding-right: 3%;
  }
  .nav-menu > li {
    font-size: 9px !important;
  }
  .nav-menu > li a {
    padding: 35px 9px !important;
  }
  .nav-menu > li:nth-child(5) a img {
    top: -3em !important;
    width: 85px;
  }
   .organising-container{ display: block;}
  .faculty-for{ width: 49%; margin-bottom: 2em;}
  .copyright span{ display: none;}
  .organising{ width: 100%; margin-bottom: 2em;}
  .organising-pics{ margin: 0px;}
  .organising-pics img{ width: 100%;}
  .organising-for-title{ font-size: 1.25em;}
  .scientific-for {width: 50%;height: auto;padding: 40px 10px;}
  .scientific-for:nth-child(2n+2){ border-right: 0px;}
  .scientific-for:nth-last-child(-n+4) { border-bottom: 1px solid #ccc;}
  .scientific-for:nth-last-child(-n+2) {  border-bottom: 0px;}
  .faculty-main{ margin:0em 0px; margin-bottom: 2em;}
  .members-wrap{ display: flex;}
  .members{ width: 33%;}
  .faculty-container{ display: flex;}
  .container-faculty{ justify-content: space-between;}

  .scientific-for-last{ width: 100%; border-right: 0px; border-bottom: 1px solid #ca3c75; padding-bottom: 1em ; margin-bottom: 1em; }
  .committee-for .faculty-for{ width: 49%; margin: 0em 0px; margin-bottom: 2em;}
  .committee-for{ justify-content: space-between;}
  .committe-pic-img img{ height: 250px;}
}

