/*

TemplateMo 575 Leadership Event

https://templatemo.com/tm-575-leadership-event

*/
/*

--white-color:                  #ffffff;
  --primary-color:                #ffba21;
  --secondary-color:              #ffd302;
  --section-bg-color:             #f0f8ff;
  --dark-color:                   #000000;
  --navbar-bg-color:              #0047ab;
  --p-color:                      #717275;
  --highlight-icon-color:         #ff0100;
  --scrollbarBG:                  #f3f3f3;
  --thumbBG:                      #ffd900;
  --light-blue:                   #1597d5;
  --light-grey:                   #f0efef;
  --primary-color2:               #00cec9;
  --bg-color:                     #dfe6e9;
  --text-color:                   white;*/


/*---------------------------------------
  CUSTOM PROPERTIES ( VARIABLES )             
-----------------------------------------*/
:root {
  --white-color:                  #ffffff;
  --primary-color:                #53817A;
  --secondary-color:              #53817A;
  --section-bg-color:             #f0f8ff;
  --dark-color:                   #1b2649;
  --p-color:                      #202538;
  --p-color-w:                    #fff;
  --scrollbarBG:                  #f3f3f3;
  --thumbBG:                      #ffd900;
  --light-blue:                   #1597d5;
  --light-grey:                   #f0efef;
  --primary-color2:               #00cec9;
  --bg-color:                     #DAE4DB;
  --text-color:                   white;
  --text-black:                   #111;


  --body-font-family:             'Montserrat', sans-serif;
  --header-font-family:           'Montserrat', sans-serif;

  --h1-font-size:                 62px;
  --h2-font-size:                 48px;
  --h3-font-size:                 36px;
  --h4-font-size:                 32px;
  --h5-font-size:                 20px;
  --h6-font-size:                 22px;
  --p-font-size:                  16px;
  --menu-font-size:               16px;
  --copyright-text-font-size:     16px;

  --font-weight-normal:           400;
  --font-weight-medium:           500;
  --font-weight-bold:             700;
}

body {
    top: 0;
    left: 0;
    margin: 0;  padding:0;
    background: var(--white-color);
    font-family: var(--body-font-family); 
    overflow-x: hidden;
    color: #e0e4cc;
    overflow-x: hidden;
   }
 
/*---------------------------------------
  TYPOGRAPHY               
-----------------------------------------*/
.bg-green{
    background-color: var(--primary-color) !important;
}
.bg-blue{
   background-color:#1b2649 !important; 
}
.color-red{
   color:#9f0c08; 
}
h2,
h3,
h4,
h5,
h6 {
  color: var(--text-black);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--header-font-family);
  font-weight: var(--font-weight-bold);
  /*letter-spacing: -1px;*/
}

h1 {
  font-size: var(--h1-font-size);
  letter-spacing: -2px;
  text-transform: uppercase;
}

h2 {
  font-size: var(--h2-font-size);
  letter-spacing: -2px;
  color:var(--dark-color);
}
.logo-item img {
    width: 100% !important;
    height: 100% !important;
    padding-bottom: 0;
}
h3 {
  font-size: var(--h3-font-size);
}
.schedule.speakers-sec {
    background-image: none;
    border-bottom: 1px solid #00000047;
}
h6.speakers-title + p {
    font-style: italic;
    font-weight: 600;
    text-transform: capitalize;
}
h4 {
  font-size: var(--h4-font-size);
}

h5 {
  font-size: var(--h5-font-size);
  line-height: normal;
}
.hero.inner-hero {
    background-position: center;
}
.hero.inner-hero h2 {
    color: #fff;
    position: relative;
    z-index: 1;
}
h6 {
  font-size: var(--h6-font-size);
}

p {
  color: var(--dark-color);
  font-size: var(--p-font-size);
  font-weight: var(--font-weight-normal);
}

ul li {
  color: var(--p-color);
  font-size: var(--p-font-size);
  font-weight: var(--font-weight-normal);
  list-style: none;
}

a, 
button {
  touch-action: manipulation;
  transition: all 0.3s;
}

a {
  color: var(--p-color);
  text-decoration: none;
}
p{
    color:var(--text-black);
}

a:hover {
  color: var(--primary-color);
}

::selection {
  background: #cdcdcd;
  color: #1b2649;
}

::-moz-selection {
  background: #cdcdcd;
  color: #1b2649;
}

.section-padding {
  padding-top: 120px;
  padding-bottom: 120px;
}

.custom-border-radius {
  border-radius: 20px;
}

b,
strong {
  font-weight: var(--font-weight-bold);
}
.schedule.chiefguest {
    background-color: #1b2649;
    background-image: none;
}
.schedule.chiefguest h2.mb-4 {
    color: #fff;
}
.schedule.chiefguest p{
    color: #fff;
}
.small-title {
  text-transform: uppercase;
}

.avatar-image {
  border: 2px solid var(--white-color);
  border-radius: 100px;
  width: 50px;
  height: 50px;
  object-fit: cover;
}
.color-w{
  color:#fff !important;  
}
.green-bg{
  background-color:var(--primary-color) !important;
}
.avatar-image-left {
  position: relative;
  left: -10px;
}

.avatar-image-left + .avatar-image-left {
  left: -20px;
}

.avatar-image-left + .avatar-image-left + .avatar-image-left {
  left: -30px;
}

.avatar-image-left + .avatar-image-left + .avatar-image-left + .avatar-image-left {
  left: -40px;
}

.avatar-info {
  display: inline-block;
  vertical-align: top;
}

p, div, span {
  text-align: justify;
  text-justify: inter-word;
}

img {
  width: 100%;
 height: auto;
  
}

/*---------------------------------------
  CUSTOM ICON               
-----------------------------------------*/
.custom-icon {
  display: inline-block;
  height: 45px;
  width: 45px;
  line-height: 45px;
  border: 2px solid var(--white-color);
  text-align: center;
  border-radius: 50%;
  font-size: 20px;
  position: relative;
}

.custom-icon::before,
.custom-icon::after {
  box-sizing: inherit;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 50%;
}

.custom-icon::before {
  border: 2px solid transparent;
}

.custom-icon::after {
  border: 0 solid transparent;
}

.custom-icon:hover {
  border-color: transparent;
}

.custom-icon:hover::before {
  border-top-color: var(--primary-color);
  border-right-color: var(--primary-color);
  border-bottom-color: var(--primary-color);
  transition: border-top-color .15s linear,border-right-color .15s linear .1s,border-bottom-color .15s linear .2s;
}

.custom-icon:hover::after {
  border-top: 2px solid var(--primary-color);
  border-left-width: 2px;
  border-right-width: 2px;
  transform: rotate(270deg);
  transition: transform .4s linear 0s,border-left-width 0s linear .35s;
}




/*---------------------------------------
  burger menu         
-----------------------------------------*/

*, *:before, *:after 
{ box-sizing: border-box; }

/*html { font-size: 18px; }*/


/*
label .menu {
  position: absolute;
  right: -100px;
  top: -100px;
  z-index: 100;
  width: 200px;
  height: 200px;
  background: #FFF;
  border-radius: 50% 50% 50% 50%;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  box-shadow: 0 0 0 0 #FFF, 0 0 0 0 #FFF;
  cursor: pointer;
}

label .hamburger {
  position: absolute;
  top: 135px;
  left: 50px;
  width: 30px;
  height: 2px;
  background: var(--navbar-bg-color);
  display: block;
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}

label .hamburger:after, label .hamburger:before {
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background: var(--navbar-bg-color);
}

label .hamburger:before { top: -10px; }

label .hamburger:after { bottom: -10px; }

label input { display: none; }

label input:checked + .menu {
  box-shadow: 0 0 0 100vw #FFF, 0 0 0 100vh #FFF;
  border-radius: 0;
  
}

label input:checked + .menu .hamburger {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  
}

label input:checked + .menu .hamburger:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  bottom: 0;
  
}

label input:checked + .menu .hamburger:before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  top: 0;
  
}

label input:checked + .menu + ul { opacity: 0.5; }

label ul {
  z-index: 200;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: .25s 0s ease-in-out;
  transition: .25s 0s ease-in-out;
  text-decoration: none;
}

label li {
  text-decoration: none;font-size: xx-large;
  color: var(--navbar-bg-color);
}

label a {
  margin-bottom: 1em;
  display: block;
  color: #f38630;
  text-decoration: none;
  
}

*/
/*
h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 80%;
  text-align: center;
}
*/
.hero_h6 {
/*font-weight: 400;*/
font-size: 18px;
line-height: 25px;
/* identical to box height */
text-align: center;
color: #FFFFFF;
}


/*---------------------------------------
  CUSTOM BUTTON               
-----------------------------------------*/


.custom-btn,
.navbar-expand-lg .navbar-nav .nav-link.custom-btn,
.navbar-nav .nav-link.custom-btn {
  background: var(--navbar-bg-color);
  border-radius: 100px;
  color: var(--white-color);
  font-size: var(--copyright-text-font-size);
  font-weight: var(--font-weight-bold);
  padding: 10px 20px;
}

.navbar-expand-lg .navbar-nav .nav-link.custom-btn,
.navbar-nav .nav-link.custom-btn {
  background: var(--secondary-color);
}

.navbar-expand-lg .navbar-nav .nav-link.custom-btn,
.navbar-nav .nav-link.custom-btn {
  margin-left: 20px;
}

.custom-border-btn {
  background: transparent;
  border: 2px solid var(--primary-color);
  color: var(--primary-color);
}

.custom-btn:hover,
.navbar-expand-lg .navbar-nav .nav-link.custom-btn:hover,
.navbar-nav .nav-link.custom-btn:hover {
  background: var(--primary-color);
  box-shadow: 0 1rem 3rem rgba(0,0,0,.175);
  color: var(--white-color);
}


/*---------------------------------------
  NAVIGATION              
-----------------------------------------*/

.sticky-wrapper {
  background: var(--navbar-bg-color);
}

.navbar {
  background: var(--navbar-bg-color);
  z-index: 9;
  right: 0;
  left: 0;
  transition: all 0.3s;
  /*padding-top: 15px;
  padding-bottom: 15px;*/
}

.navbar-brand {
  font-size: 20px;
  line-height: 1.2rem;
  font-weight: var(--font-weight-bold);
  color: var(--primary-color);
  text-transform: uppercase;
}

.brand-logo {
  font-size: 38px;
  }

.brand-text a {
  display: inline-block;
  vertical-align: top;
  color: var(--white-color);
}
.brand-text a:hover{  
  color: var(--primary-color);
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 20px;
  padding-left: 20px;
}

.navbar-nav .nav-link {
  color: var(--white-color);
  font-size: var(--menu-font-size);
  font-weight: var(--font-weight-medium);
  /*padding-top: 15px;
  padding-bottom: 15px;*/
  text-align: center;
}

.navbar-nav .nav-link.active, 
.navbar-nav .nav-link:hover {
  color: var(--primary-color);
}

.navbar-toggler {
  border: 0;
  padding: 0;
  cursor: pointer;
  margin: 0;
  width: 30px;
  height: 35px;
  outline: none;
}

.navbar-toggler:focus {
  outline: none;
  box-shadow: none;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
  background: transparent;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before,
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
  transition: top 300ms 50ms ease, -webkit-transform 300ms 350ms ease;
  transition: top 300ms 50ms ease, transform 300ms 350ms ease;
  transition: top 300ms 50ms ease, transform 300ms 350ms ease, -webkit-transform 300ms 350ms ease;
  top: 0;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
  transform: rotate(45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
  transform: rotate(-45deg);
}

.navbar-toggler .navbar-toggler-icon {
  background: var(--white-color);
  transition: background 10ms 300ms ease;
  display: block;
  width: 30px;
  height: 2px;
  position: relative;
}

.navbar-toggler .navbar-toggler-icon:before,
.navbar-toggler .navbar-toggler-icon:after {
  transition: top 300ms 350ms ease, -webkit-transform 300ms 50ms ease;
  transition: top 300ms 350ms ease, transform 300ms 50ms ease;
  transition: top 300ms 350ms ease, transform 300ms 50ms ease, -webkit-transform 300ms 50ms ease;
  position: absolute;
  right: 0;
  left: 0;
  background: var(--white-color);
  width: 30px;
  height: 2px;
  content: '';
}

.navbar-toggler .navbar-toggler-icon::before {
  top: -8px;
}

.navbar-toggler .navbar-toggler-icon::after {
  top: 8px;
}


/*---------------------------------------
  HIGHLIGHT              
-----------------------------------------*/
.highlight {
 /* background: var(--secondary-color);*/ 
 padding-bottom: 16px; 
  }

  .highlightSVG {
    display: block;
    background-image: url(../images/Background.svg);  
    position: relative;
    background-repeat: no-repeat;
   }

.highlight-title1 {
  color: var(--navbar-bg-color);
  font-size: var(--h2-font-size);
  position: relative;
  transition: transform 2s;
  margin-top: 50px;
  padding: 20px;
  text-align-last: center;
  }

.highlight-p1 {
  color: var(--navbar-bg-color);
  font-size:var(--font-weight-bold);
  position: relative;
  transition: transform 2s;
  padding: 20px;
}
.highlight-title1 span {
  color: var(--navbar-bg-color);
  font-size: var(--p-font-size); 
  text-align: right;
  font-style: oblique;
}

.highlight-thumb {
  position: relative;
  overflow: hidden;
  margin-top: 24px;
  margin-bottom: 24px;
}

.highlight-thumb::after {
  content: "";
  background: rgba(0, 0, 0, 0.45);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.highlight-thumb:hover .highlight-title {
  opacity: 0;
  visibility: hidden;
}

.highlight-thumb:hover .highlight-icon {
  opacity: 1;
  visibility: visible;
}

.highlight-thumb:hover .highlight-image {
  transform: scale(1.2);
}

.highlight-info {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.highlight-image {
  display: block;
  width: 100%;
  transition: transform 2s;
}

.highlight-title {
  color: var(--white-color);
  transition: opacity 1s;
  margin-bottom: 0;
}

.highlight-icon {
  color: var(--highlight-icon-color);
  font-size: var(--h1-font-size);
  opacity: 0;
  transition: transform 1s;
  visibility: hidden;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.highlight-icon:hover {
  color: var(--white-color);
}


/*---------------------------------------
  HERO              
-----------------------------------------*/
.hero {
  position: relative;
  left: 0;
  width: 100%;
  height: calc(100vh - 100px);
  background-image: url(../images/CampusPictures/hero-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -100;
  background-position: bottom;
  /* padding-bottom: 30px;

  height: calc(90vh - 84px);*/
}

.hero::after {
  content: "";
  background: linear-gradient(-112.1deg, rgb(32, 38, 57, .25) 11.4%, rgb(63, 76, 119, .25) 70.2%);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin-bottom: -5px;
}

.hero-text {
  position: absolute;
  width: 401px;
  height:auto;
  left: 0px;
  top: 131px;  
  background: rgba(16, 33, 44, 0.77);
  border-radius: 4px;
  z-index: 9;
  text-align: center;
  float: left;

/*

  position: absolute;
  z-index: 9;
  background: #33454F;
  top: 20%;
  left: 0%;
  text-align: center;*/

  }

.arrow-icon {
  position: absolute;
  text-align: center;
  /*align-items: center;*/
  top: 80%;
  right: 0;
}

.ribbon {
  position: absolute;
  z-index: 3;
  text-align: center; 
  width: 100%;
  height: auto;
  /* max-height: 50px;
transform: translate(-50%, -50%);*/
 background: #33454F;

  
}
.ribbon p {
  color:var(--secondary-color);
  text-align: center;
  padding: 5px;
  margin: 0  15% 0 15%;
  color: var(--white-color);
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-style: italic;
}

.top-right{
  position: absolute;
  z-index: 3;
  top: 15%;
  right: 10%; 
  text-align: right; 
  width:auto;
  height: auto;
  
}

.bottom-right{
  position: absolute;
  z-index: 3;
 /* background-color: var(--dark-color);*/
  top: 80%;
  left: 65%;
  transform: translate(-50%, -50%);
  text-align: right; 
  width: 50%;    
}

.bottom-right span{
  color: var(--white-color);
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-style: italic;
  font-size: x-large;
  text-align: right;
  }

.iiyrsSVG {
  display: block;      
  background-image: url(../images/11yrs.svg); 
  width: 100%;
  height: 100%;
  position: relative;
  background-repeat: no-repeat;      
}

.video-wrap {
  z-index: -100;
}

.custom-video {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.date-text,
.location-text, .register { 
 /*  font-weight: 400; */
  font-size: 24px;
  line-height: 25px;
  
  border: 1px solid var(--white-color);
  color: var(--white-color);
  display: inline-block;
  padding: 10px 20px;
  width: 300px;
  /*font-size: 2em;*/
  text-align: center;
}
.register {
  background-color: #FCC5B0;
}

.location-text:hover, .register:hover {
  background-color: var(--primary-color);
}



.location-text::after, .register::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background: var(--primary-color);
  /*width: 5px;
  height: 100%;
  transition: all 1s;
*/
}

.date-text {
  border-right: 0;
}
/*
.register {
    background-color: var(--primary-color);
  }
*/
.logo-left{
  display: block;
  float: left;
  width: 50%;
  padding: 10px;
  border-right: 1px solid rgb(255, 255, 255);
}
  
.logo-text-right {
  display: block;
  position: relative;
  padding: 10px;
  
}
.hr_new {
  display: block;
  border-top: 1px solid rgb(255, 255, 255);
  width: 90%;
  margin: auto;
}
  
.card-body {
/*font-weight: 400;*/
font-size: 18px;
line-height: 25px;
color: #1E1E1E;

}
.abt-col {
    background-color: var(--dark-color);
    text-align: center;
    padding: 40px;
    border-radius: 10px;
    height: 100%;
}
.about-banner .col-md-6 + .col-md-6 .abt-col{
    background-color: var(--secondary-color);
}
/*---------------------------------------
  About bg              
-----------------------------------------*/
.about-banner {
  width: 100%;
  height: auto;
  padding:30px; 
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  max-width:820px;
  margin:auto;
    
 }
.about-icon i{
    color:#fff;
}

 .about-icon {
  margin: 0;
  padding: 0;
  color: rgb(255, 255, 255);
  position: relative;
  clear: left;
  margin-right: 17px;
}
.content-about h5 {
    margin-bottom: 0px;
}
.about-icon li {
  list-style: none;
  display: inline-block;
  vertical-align: top;
}

.about-icon-link {
  font-size: var(--h1-font-size);
  width: 50px;
  height: 50px;
  line-height: 50px;
}

.content-about {
  text-align: left;
  clear: right;
 
}

 .icon {
  font-size: 40px;
  color: orange;
  float: left;
  position: relative;
  top: 10px;
}


.contact-icon {
  margin: 0;
  padding: 0;
  color: #53817a;
  float: left;
  position: relative;
  vertical-align: middle;
  top: 10px;
  
}

.contact-icon li {
  list-style: none;
  display: inline-block;
  vertical-align: middle;
  
}

.content-contact {
  margin-left: 40px;
  text-align: left;
 
}

/*---------------------------------------
  SPEAKERS              
-----------------------------------------*/
.speakers { 
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;  
  padding:80px 0px;
  }

.speakers-thumb {
  position: relative;
  background-size: contain;
  background-repeat:no-repeat;  
  transition: all 1s;
}

.speakers-thumb-small {
  margin-top: 2px;
}

.speakers-thumb:hover .speakers-info::before {
  background: var(--primary-color);
  width: 100%;
  padding: 15px;
}

/*.speakers-thumb:hover .speakers-title,*/
/*.speakers-thumb:hover .speakers-text {*/
/*  color: var(--white-color);*/
/*}*/

.speakers-info {
  position: relative;
  
}
.speakers-thumb .speaker-img {
    width: 255px;
    height: 255px;
    position: relative;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    overflow: hidden;
    margin: auto auto 20px;
}
.speakers-thumb:hover .speaker-img img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
        transition: all .5s;
}
.sticky{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 98;
}
.btn-close {
    right: 13px;
    font-weight: 500;
    position: absolute;
}
.iimt-nav {
    background-color: #fff;
}

.speakers-thumb .speaker-img:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(59, 29, 130, 0.5);
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    opacity: 0;
    z-index: 1;
    -webkit-border-radius: 50%;
    -webkit-transition: all 0.4s ease;
}
.speakers-thumb:hover .speaker-img:before {
    opacity: 1;
}
.speakers-info p.speakers-text {
    margin-bottom: 0;
}
/*.speakers-info::before {*/
/*  content: "";*/
/*  position: absolute;*/
/*  top: 0;*/
/*  left: 0;*/
/*  bottom: 0;*/
/*  background: var(--primary-color);*/
/*  width: 5px;*/
/*  height: 100%;*/
/*  transition: all 1s;*/
/*}*/

.speakers-image {
  width: 100%;
  border-radius: 50%;
}

.speakers-image2 {
  width: 100%;
  height: auto;
  object-fit: cover;
  padding: 25px;
  border-radius: 50%;
}

.speakers-text-info {
  margin-bottom:20px;
}
.schedule {
    padding: 80px 0px;
    background-image: url(../images/moderators-bg.png);
}

.speakers-title,
.speakers-text {
  position: relative;
  text-align: left;
}
.speakers-title {
  font-size: 18px;
  text-align: center;
}
.speakers-thumb:hover .speakers-title{
    color:var(--primary-color);;
}
.speakers-text {
  font-size: 12px;
  text-transform: uppercase;
  text-align: center;
}

.speakers-featured-text {
  background: var(--secondary-color);
  border-radius: 4px;
  color: var(--white-color);
  position: absolute;
  top: 0;
  right: 0;
  font-size: 12px;
  text-transform: uppercase;
  margin: 10px;
  padding: 4px 12px;
}

.speakers-thumb .social-icon {
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 15px;
}

.speakers-thumb .social-icon {
  opacity: 0;
  transition: opacity all 1s;
}

.speakers-thumb:hover .social-icon {
  opacity: 1;
  transition-delay: 1s;
}
.sponsor {
  width: 100%;
  height: auto;
  min-height: 350px;
  padding: 80px 0px;
  }

.sponsor-image {
  /*max-width: 130px;
  margin: 20px auto;
  height: auto;
  align-items: center;*/
  width:100px;
height:100px;
object-fit: cover;
float:left;
margin:4px;

/* Giving the sponsor div a relative positioning: */
position:relative;
cursor:pointer;
display: flex;
justify-content: center;
align-items: center;

}


.speakers-card {
  height: 200px;
  overflow: auto;
  scrollbar-color: var(--thumbBG) var(--scrollbarBG);
}
.speakers-card::-webkit-scrollbar {
  width: 10px;
}
.speakers-card::-webkit-scrollbar-track {
  background: var(--scrollbarBG);
}

.speakers-card::-webkit-scrollbar-thumb {
  background-color: var(--thumbBG) ;
  border-radius: 6px;
  border: 3px solid var(--scrollbarBG);
}

.speakers-schedule {
  width: 100%;
  background-color: var(--secondary-color);
  color:  var(--text-color);
  padding:8px;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  border-radius: 5px;
}
.speakers-schedule a{
  color:  var(--text-color);
}
.speakers-schedule:hover {  
  background-color: var(--primary-color);
  
}

.speakers-schedule a:hover {  
   color: var(--white-color);
}


.timeline {
  position: relative;
  padding: 2.25em 3em;
  border-left: 4px solid var(--dark-color);
  border-top: none;
}

.speakers-col-height{
  height: auto;
 
}


.event p:first-of-type {
  /*font-weight: 700;*/
  color: var(--p-color);
}

.event p {
    font-size: 16px;
    line-height: 29px;
    font-weight: 700;

}
.event h6 {
  background-color: var(--secondary-color);
  color: var(--p-color-w);
  padding: 10px;
  width: 100%;
  height: auto;
  text-align: center;
  font-weight: 500;
    font-size: 20px;
}
.about-banner p {
    margin-bottom: 0px;
    text-transform: uppercase;
}
.event .event-speaker {
  font-style: italic;
  text-align: right;
}

.timeline .event {
  border-bottom: 1px dashed rgba(89, 89, 89, 0.14);
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
  position: relative;
}

.timeline .event:last-of-type {
  padding-bottom: 0;
  margin-bottom: 0;
  border: none;
}

.timeline .event:after {
  position: absolute;
  display: block;
}

.timeline .event:after {
  box-shadow: 0 0 0 8px var(--dark-color);
  left: -60.85px;
  background: var(--secondary-color);
  border-radius: 50%;
  height: 20px;
  width: 20px;
  content: "";
  top: 5px;
}

/* ==========================================================================
   13.faq
   ========================================================================== */
   
   .faq,
   .sub-form { background: #F7F7F7; }
   
   .cd-faq-group.selected { display: block; }
   
   .cd-faq-group > li {
     background: #ffffff;
     margin-bottom: 0.75em;
     box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
     transition: box-shadow 0.2s;
   }
   
   .cd-faq-group > li:hover { box-shadow: 0 1px 10px rgba(144, 145, 145, 0.3); }
   
   .cd-faq-trigger {
     position: relative;
     width: 100%;
     display: block;
     font-size: 19px;
     padding: 0.5em;
   }
   
   .cd-faq-trigger::before,
   .cd-faq-trigger::after {
     content: '';
     position: absolute;
     right: 14px;
     top: 50%;
     height: 2px;
     width: 13px;
     background: var(--dark-color);
     -webkit-backface-visibility: hidden;
     backface-visibility: hidden;
     transition-property: -webkit-transform;
     transition-property: transform;
     transition-duration: 0.2s;
   }
   
   .cd-faq-trigger::before {
     content: '';
     -webkit-transform: rotate(45deg);
     -ms-transform: rotate(45deg);
     transform: rotate(45deg);
     right: 22px;
   }
   
   .cd-faq-trigger::after {
     content: '';
     -webkit-transform: rotate(-45deg);
     -ms-transform: rotate(-45deg);
     transform: rotate(-45deg);
   }
   
   .content-visible .cd-faq-trigger::before {
     content: '';
     -webkit-transform: rotate(-45deg);
     -ms-transform: rotate(-45deg);
     transform: rotate(-45deg);
   }
   
   .content-visible .cd-faq-trigger::after {
     content: '';
     -webkit-transform: rotate(45deg);
     -ms-transform: rotate(45deg);
     transform: rotate(45deg);
   }
   
   .cd-faq-content {
     display: none;
     padding: 0 1.5em 1.5em;
   }





/*---------------------------------------
  SCHEDULE              
-----------------------------------------*/
.nav-tabs {
    border-bottom: 0;
}

.nav-tabs .nav-link,
.nav-tabs .nav-link span {
  display: block;
  text-align: left;
}

.nav-tabs .nav-link span {
  display: block;
}

.nav-tabs .nav-link small {
  display: block;
  font-size: 18px;
  font-weight: normal;
  color: var(--p-color);
}

.nav-tabs .nav-link {
  background: var(--white-color);
  border-radius: 0;
  border: 0;
  border-left: 3px solid var(--section-bg-color);
  padding: 20px 30px;
  transition: all 0.3s;
  width: 100%;
}

.nav-tabs .nav-link:first-child {
  border-left-color: transparent;
}

.nav-tabs .nav-item.show .nav-link, 
.nav-tabs .nav-link.active,
.nav-tabs .nav-link:focus, 
.nav-tabs .nav-link:hover {
  border-left-color: var(--primary-color);
  box-shadow: 0 1rem 3rem rgba(0,0,0,.175);
}

.nav-tabs .nav-link.active h3,
.nav-tabs .nav-link:focus h3, 
.nav-tabs .nav-link:hover h3 {
  color: var(--primary-color);
}

.schedule-image {
  border-radius: 20px;
}


/*---------------------------------------
  CALL TO ACTION              
-----------------------------------------*/
.call-to-action {
  background-image: url('../images/CampusPictures/GS_bg.jpg');
  background-repeat: no-repeat;
  background-position: top;
  background-size:contain;
  position: relative;
  min-height: 800px;
}

.call-to-action::after {
  content: "";
  /*background: rgba(0, 0, 0, 0.45);*/
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.call-to-action .row {
  position: relative;
  z-index: 2;
}

.call-to-action .custom-btn {
  background: var(--white-color);
  color: var(--dark-color);
}

.call-to-action .custom-btn:hover {
  background: var(--primary-color);
  color: var(--white-color);
}


/*---------------------------------------
  PRICING              
-----------------------------------------*/
.pricing-thumb {
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}

.pricing-title-wrap,
.pricing-body {
  padding: 40px;
}

.pricing-title-wrap {
  background: var(--navbar-bg-color);
  padding: 20px 40px;
}

.pricing-title {
  color: var(--white-color);
}

.pricing-thumb2 {
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}

.pricing-title-wrap2,
.pricing-body2 {
  padding: 10px;
  border-right: #c9d0e6 solid 1px;
}
.content-contact b {
    font-weight: 600;
}
.pricing-body2 {
  height:152px;
  background-color: var(--white-color);
}
.pricing-body3 {
  border-right: none;
  padding: 10px;    
  height: 240px;
  background-color: var(--white-color);

}

.pricing-title-wrap3 {
  border-right: var(--primary-color) solid 2px;
  padding: 10px;   
 
}

.pricing-body2 p {
  color: #000;
  font-variant: var(--font-weight-bold);
  font-size: var(--p-font-size);
}
.pricing-title-wrap2 {
 /* background: var(--primary-color);*/
  padding: 5px;
}

.pricing-title2 {
  color: black;
  font-family:var(--dark-color);
  font-weight: bold;
     margin-left: 20px;
    margin-bottom: 10px !important;
}


/*---------------------------------------
  REGISTRATION               
-----------------------------------------*/

.registration {
 background: url(../images/CampusPictures/registrationBG.jpg); 
 width: 100%;
 background-size:cover;
 /* background-repeat: no-repeat;

 object-fit: cover;*/

}


.registration-thumb {
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}

.registration-info-title,
.registration-info-body {
  padding: 10px;
  color: var(--white-color) ;
}

.registration-info-title {
  /*background: var(--navbar-bg-color);*/
  padding: 20px 10px;
}




/*---------------------------------------
  VENUE               
-----------------------------------------*/
.venue {
  
    width: 100%;
    height: auto;
    min-height: 350px;
    margin-top: -30px;
    padding-bottom: 80px; 

  /*  width: 100%;
  height: auto;
  min-height: 500px;
  margin-top: -30px;
  padding-top: 100px;*/
  }
  .venue li {
    list-style: none;
    display: inline-block;
    vertical-align: top;

  }
 .venueimg {
  width: 100px;
  height: 100px;
  object-fit: fill;
 }
.venue-text-right{
  text-align: right;
}
.venue-thumb {
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}

.venue-info-title,
.venue-info-body {
  padding: 40px;
}
.speakers.event {
    background: #53817a url(../images/Itinerary.jpg);
    background-size: cover;
    background-blend-mode: screen;
}
.venue-info-title {
  background: var(--navbar-bg-color);
  padding: 20px 40px;
}

.google-map {
  border-radius: 20px;
}


/*---------------------------------------
  CONTACT              
-----------------------------------------*/



.contact,  .about, .schedule, .gallery {
  background-color: var(--white-color);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  color: var(--dark-color);
  position: relative;
  /*margin-top: -80px;
  height: 120vh;*/
 }

 .about{
  background-color: #f9fafc;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;  
  width: 100%;
  height: auto;
  padding: 80px 0px; 
}
.hero-inner-text img {
    max-width:350px;
}
.venue {
    background-color: #f9fafc;
}
a.btn-commn {
    background-color: #fff;
    color: var(--dark-color);
    padding: 8px 20px;
    margin: 0;
    border-radius: 5px;
    font-weight:500;
    font-size: 16px;
    height: 51px;
    display: inline-flex;
    align-items: center;
}
p.name {
    font-size: 22px;
    color: var(--dark-color);
}
a.btn-commn:hover{
    background-color: #53817A;
    color: #fff;
}
.chif-img {
    width: 255px;
    height: 255px;
    position: relative;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    overflow: hidden;
    margin: auto auto 20px;
}
.chif-img img {
    object-fit: cover;
    margin-top: -5px;
}
a.btn-commn i{
    color: var(--dark-color);
    font-size: 20px;
}
a.btn-commn:hover i{
    color: #fff;
    font-size: 20px;
}


 .about p {
 /* font-weight: 400; */
  font-size: var(--p-font-size);
  line-height: 22px;
  text-align: justify;
  color: #000000;
 }

.contact-form {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}

.contact-form h2 {
  background: var(--navbar-bg-color);
  color: var(--white-color);
  padding: 30px 50px;
}

.contact-form .row {
  padding: 50px;
}

.arrow-icon {
  background: var(--section-bg-color);
  border-radius: 100px;
  color: var(--dark-color);
  font-size: var(--h5-font-size);
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  display: inline-block;
  margin: auto;
}

.arrow-icon:hover {
  background: var(--primary-color);
  color: var(--white-color);
}


/*---------------------------------------
  CUSTOM FORM               
-----------------------------------------*/
.custom-form .form-control {
  background: var(--section-bg-color);
  border: 0;
  margin-bottom: 24px;
  padding-top: 13px;
  padding-bottom: 13px;
}

.custom-form button[type="submit"] {
  background: var(--primary-color);
  border-radius: 100px;
  color: var(--white-color);
  font-weight: var(--font-weight-bold);
  transition: all 0.3s;
  margin-bottom: 0;
}

.custom-form button[type="submit"]:hover,
.custom-form button[type="submit"]:focus {
  background: var(--navbar-bg-color);
}


/*---------------------------------------
  SITE FOOTER              
-----------------------------------------*/
.site-footer {
  padding-top: 100px;
  padding-bottom: 100px;
  width: 100%;
  background-image: url(../images/CampusPictures/amphi.png);
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}
.partner-img li {
    border: 1px solid #00000026;
    width: 18.5%;
    margin: .6%;
    text-align: center;
    padding: 15px;
    box-shadow: 0px 0px 10px rgba(0,0,0,.1);
    background-color: #fff;
}
.partner-img img {
    max-width: 100%;
    width: initial;
}
.site-footer .navbar-brand {
  color: var(--white-color);
}

.site-footer .social-icon-link {
  font-size: var(--h6-font-size);
  width: 50px;
  height: 50px;
  line-height: 50px;
}

.site-footer .copyright-text {
  font-size: var(--copyright-text-font-size);
  color: var(--white-color);
}
.copyright-text a:hover{
  color: var(--dark-color);
}

.footer-menu {
  margin: 0;
  padding: 0;
  color: var(--white-color);
}

.footer-menu-item {
  list-style: none;
  display: list-item;
  color: var(--white-color);
}

.footer-menu-link {
  font-size: var(--copyright-text-font-size);
  display: list-item;
  vertical-align: top;
  margin-right: 20px;
  color: var(--white-color);
}


/*---------------------------------------
  SOCIAL ICON               
-----------------------------------------*/
.social-icon {
  margin: 0;
  padding: 0;
}

.social-icon li {
  list-style: none;
  display: inline-block;
  vertical-align: top;
}

.social-icon-link {
  background: var(--white-color);
  border-radius: 100px;
  font-size: var(--p-font-size);
  color: var(--dark-color);
  display: inline-block;
  vertical-align: top;
  margin: 2px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}

.social-icon-link:hover {
  background: var(--primary-color);
  color: var(--white-color);
}


/*---------------------------------------
  RESPONSIVE STYLES               
-----------------------------------------*/
@media screen and (max-width: 1500px) {
   .speakers-text-info {
    padding: 50px;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 48px;
  }

  h2 {
    font-size: 36px;
  }

  h3 {
    font-size: 32px;
  }

  h4 {
    font-size: 28px;
  }

  h5 {
    font-size: 20px;
  }

  h6 {
    font-size: 18px;
  }

  .section-padding,
  .site-footer {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .custom-btn {
    font-size: var(--copyright-text-font-size);
    padding: 8px 16px;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding-left: 0;
  }

  .navbar-nav .nav-link {
   /* padding-top: 10px;
    padding-bottom: 10px;*/
  }

  /*.hero {*/
  /*  height: calc(75vh - 78.39px);*/
  /*}*/

  .nav-tabs .nav-link {
    width: 50%;
  }

  .copyright-text-wrap {
    margin-top: 20px;
  }  


  .bottom-right{    
    top: 80%;
    left:50%;
    transform: translate(-50%, -50%);
    text-align: right; 
    width: 70%;  
  }
  
  .about-banner {
    background-color: var(--dark-color);
    background-image: none;
    background-image: url(../images/CampusPictures/aboutBG2.jpg);
    background-size: cover;
    width: 100%;   
    height: auto;
    padding-bottom: 20px;  
         
   }

   .speakers-image {
    width: 100%;
    padding: 5x;
    border-radius: 50%;
  }

}

@media screen and (max-width: 480px) {
  h1 {
    font-size: 38px;
  }

  h2 {
    font-size: 32px;
  }

  h3 {
    font-size: 28px;
  }

  h4 {
    font-size: 24px;
  }

  h5 {
    font-size: 20px;
  }
  h6 {
    font-size: 16px;
  }
  p {
   
    font-size: 14px;
    
  }

  .navbar-brand {
    font-size: 16px;
  }

  .custom-btn {
    font-size: 13px;
    padding: 6px 12px;
  }

  .nav-tabs .nav-link {
    margin-right: 0;
    margin-left: 0;
    padding: 15px;
  }
/*
  .hero-text {
    width: 100%;
  }*/

  .ribbon p {
    font-size: 12px;
  }


  .hero-text {
    position: absolute;
    width: 100%;
    height: 440px;
    left: 0px;
    top: 150px;  
    background: rgba(16, 33, 44, 0.77);
    border-radius: 4px;
    z-index: 9;
    text-align: center;
    float: left;
  
  /*
  
    position: absolute;
    z-index: 9;
    background: #33454F;
    top: 20%;
    left: 0%;
    text-align: center;*/
  
    }

    .bottom-right{    
      top: 80%;
      left:50%;
      transform: translate(-50%, -50%);
      text-align: right; 
      width: 70%;  
    }
  

  .site-footer .social-icon-link {
    width: 35px;
    height: 35px;
    line-height: 35px;
  }

  .footer-menu-link {
    margin-left: 10px;
    margin-right: 10px;
  }

  .footer-menu,
  .copyright-text-wrap {
    justify-content: center;
  }

  .about-banner {
    background-color: var(--dark-color);
    background-image: none;
    background-image: url(../images/CampusPictures/aboutBG2.jpg);
    background-size: cover;
    width: 100%;   
    height: auto;
    padding-bottom: 20px;
           
   }

   .top-right{
    position: absolute;
    z-index: 3;
    top: 11%;
    left: 75%;
    transform: translate(-50%, -50%);
    text-align: right; 
    width:auto;
    height: auto;
    
  }
  /*
   .modalDiv {
      position: absolute;
      float: left;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);      
  }
*/
  .hero {
    background-image: url(../images/CampusPictures/Cover_Image2.jpg);
    background-color: var(--dark-color);
   
  }

  .speakers-image {
    width: 100%;
    padding: 40px;
    border-radius: 50%;
  }
  .speakers-image2 {
    width: 100%;
    height: auto;
    object-fit: cover;
    padding: 20px;
    border-radius: 50%;
  }

  .section-bg h6 {
    height: 30px;
    font-size: 14px;
   }
  .section-bg p {
    height: 40px;
    font-size:smaller;
   }
}

.container2 {
  cursor: pointer;
  border: #ffffff solid 2px;
  border-radius: 0px;
  position: relative;
  padding: 5px 10px;
  color: var(--white-color);
  height: auto;
  min-height: 80px;
  text-align:center;
  vertical-align: middle;
  margin: 10px;
  
}

.container2::after{
  content: '';
  color: var(--white-color);
  background: var(--secondary-color);
  border-radius: 0px;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  clip-path: circle(0% at 0% 0%);
  transition: all .3s ease-in;
}

.content2 {
  position: relative;
  columns: var(--dark-color);
  z-index: 1;
  transition: all .3s ease-in;
  color: var(--white-color);
  margin: auto;
}
.content2 span { 
  font-size: var(--p-font-size);
  color: var(--white-color);
  text-align: center;
 margin-top: 20px;
  display: flex;
  justify-content: center; /* align horizontal */
  align-items: center; /* align vertical */
  }

.content2 a a:hover {
  color: #ffffff;
}

.container2:hover::after{
  clip-path: circle(100%);
}

.container2:hover .content2{
  color: var(--white-color);
}

.menuItem a {
    display: block;
    margin: 0.4rem 0.6rem;
    padding-left: 10px;
    font-size: 1.1rem;
    color: #000;
    text-decoration: none;
    font-weight:600;
}
.rej-btn a {
    background-color: var(--dark-color);
    color: #fff;
    padding: 8px 20px;
    margin: 0;
    margin-left: 51px;
    border-radius: 5px;
    font-weight: 600;
    font-size: 18px;
}
.rej-btn a:hover{
    background-color: #53817A;
    color:#fff !important;
}
.menuItem a:hover{
    color: #53817A;
}
.menuItem:hover {
  color: var(--primary-color);
}

.hamburger {

  position: fixed;
  width: 38px;
  height: 38px;
  left:0;
  top: 0;
  background: #33454F;
 /* border-radius: 4px;*/
  padding: 0.6rem;
  z-index: 100;
  padding: 4px;  
  color: white;
  font-family: var(--body-font-family);  
}
  
.closeIcon {
  display: none;
}

.menu {
  position: fixed;
  transform: translateY(-100%);
  transition: transform 0.2s;
  top: 0px;
  left: 0px;
  width: 12em;
  top: 0;
  right: 0;
  z-index: 99;
  background: #33454F;
  color: white;
  list-style: none;
 
}

.showMenu {
  transform: translateY(0);
  }


section.sec {
  padding: 50px 0px;
  position: relative;
}
.bg-gradient {
  background: linear-gradient(225.35deg,#246694 0,#062338 100%);
}
.sm-title {
}
.title, .title h3 {
  font-size: 22px;
  color: #2b4d7a;
  font-weight: 700;
  line-height: 1.2em;
}
.sm-title h3 {
  margin-bottom: 20px;
}
.title, .title h3 {
  font-size: 22px;
  color: #2b4d7a;
  font-weight: 700;
  line-height: 1.2em;
}
.owl-nav .owl-prev, .owl-nav .owl-next {
  top: 40%;
  position: absolute;
  border-radius: 40px !important;
  color: #ffffff;
  width: 40px;
  height: 40px;
  text-align: center;
}
.owl-nav .owl-prev {
  left: -5%;
}
.owl-nav .owl-next {
  right: -5%;
}
#staff .owl-nav .owl-prev i, .owl-nav .owl-next i {
  color: #fff;
  font-size: 20px;
  position: relative;
  left: 0px;
}
.box-b {
  background-color: #f5f6fa;
  padding: 15px;
  transition: .2s all ease-in-out;
  border-radius: 4px;
  cursor: pointer;
  border-bottom: solid 2px #2699cf;
  height: auto;
  position: relative;
  box-shadow: 0 5px 10px #9c9c9c;
}
.box-b .box-img {
  margin-bottom: 15px;
}
.staff .box-img img {
  height: 145px;
  width: 145px;
  margin: auto;
  border-radius: 90px;
}
.box-b h3 {
  text-align: center;
  margin-bottom: 5px;
  font-size: 22px;
  color: #000000;
}
.box-b p {
  line-height: 1.4;
  font-size: 18px;
  color: #343a40;
  text-align: center;
  margin-bottom: 0px;
}

.modal {
  display: none;
  position: fixed;
  z-index: 100;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color:  rgb(51, 69, 79);
  background-color:  rgb(51, 69, 79,0.8); 
    

  /*background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.4);*/
}
.modal-body {
  max-height: calc(80vh - 143px);
  overflow-y: auto; }

.modalDiv {
  position: absolute;   
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);    
}


.modalContent {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid  rgb(51, 69, 79);
  border-radius: 10px;
  width: 100%;
  box-shadow: 0 1rem 3rem rgba(255, 255, 255, 0.175);
 /* max-width: 450px;*/
}

.modalClose {
  color: (--primary-color);
  float: right;
  font-size: 28px;
  font-weight: bold;padding: 10px;
}
.modal-title {
  color: var(--primary-color);
  padding-bottom: 10px;
  border-bottom: rgb(51, 69, 79) solid 1px;
}

.modalClose:hover,
.modalClose:focus {
  color: var(--primary-color);
  text-decoration: none;
  cursor: pointer;
}

.modalOpenBtn {
   background-color: transparent;
    border: none;
    width: 100%;
    padding: 7px 0;
    display: flex;
    justify-content: start;
    text-align: left;
    color: #53817A;
    margin-bottom: 0 !IMPORTANT;
    font-weight: 500;
    font-size: 16px;
    border-bottom: 1px solid #efefef;
}
.modalOpenBtn span {
    color: #000;
    margin-right: 10px;
    font-weight: 700;
}
.modalOpenBtn:hover {
  color: var(--primary-color);  
}



/* Slick Slider */

.slick-prev, .slick-next {
  position: absolute;
  top: 35%;
  font-size: 3.8rem;
}

.slick-prev {
  left: 0;
  z-index: 9999;
}

.slick-next {
  right: 0;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
      touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.slide {
    transition: filter .4s;
    margin: 0px 40px;
}

.fas {
   color: var(--dark-color);
   font-size: var(--h1-font-size);  
  }
  
.section {
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 5%;
  align-items: center;

  
}
.imgfit {
  position: relative;
  width: 100%;
  height: 80px;
  object-fit: contain;
  align-content: center;
  margin-bottom: 0px;
  padding-bottom: 10px;
}

.section-bg {
  width: 100%;
  height: auto;
  padding-bottom: 20px;
  background-image: url(../images/CampusPictures/aboutBG.jpg);
  background-size: cover;
  
  
}
.small-text {
  font-size: smaller ;  
}
.section-bg h6, .section-bg p {
  min-height: 80px;
 }
.section-bg h6 {
  font-size:18px;
 }
 .orange-title{
     color: #B38C7D;
 }
 
 /*Gallery*/
 .photoGallery .item img {
    width: 100%;
    height: 147px;
    object-fit: cover;
    object-position: center;
}
.hero.inner-hero {
    height: auto;
    padding: 80px 0px;
}
 .photoGallery .item {
    position: relative;
    box-shadow: 1px 2px 10px;
    text-align: center;
}
.photoGallery .item img{
    width: 100%;
}
.demo-gallery-poster, .viewAllItem .demo-gallery-poster {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,.5);
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    transform: scale(0);
    transition: all .5s;
}
.demo-gallery-poster a {
        color: #fff;
    margin: 5px;
    font-size: 20px;
    display: flex;
    height: 100%;
    width: 100%;
    align-items: center;
    justify-content: center;
}
.photoGallery .item:hover .demo-gallery-poster {
    transform: scale(1);
}
 /*Gallery*/
 
 /*Home new css*/
 .iimt-nav a img {
    max-width: 250px;
}
.hero-inner-text {
    z-index: 100;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.3);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.hero-inner-text h3{
    text-align: center;
    font-size: 5.5rem;
    text-transform: uppercase;
    font-weight: 800;
}
.hero-inner-text h6{
    text-align: center;
    font-size:36px;
}
.about h2 img {
    max-width:300px;
    margin-left: 13px;
}
.logo-item {
    background-color: #fff;
    box-shadow: 0px 0px 10px rgba(0,0,0,.1);
    padding: 20px;
    border-radius: 5px;
    margin-top: 18px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.customer-logo h5 {
    color: #000;
    font-weight: 700;
}
.col-lg-2.thin.bgred {
    background-color: #53817A;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    color: #fff;
}
.modal-backdrop {
    z-index: 99;
}
.accordion-button:focus {
    box-shadow: none;
}
.accordion-header {
    margin-bottom: 0;
    background-color: #1b2649;
    position:relative;
}
.topic-view {
    position: absolute;
    top: 16px;
    right: 63px;
    width: auto !important;
    z-index:100;
}
.topic-view i.fas.fa-eye {
    color: #fff;
    font-size: 22px;
}
.accordion-header button{
    background-color: #1b2649;
}
.accordion-button:not(.collapsed) {
    color: #fff;
    background-color: #1b2649;
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.125);
    font-weight: 600;
}
.accordion-header button {
    background-color: #1b2649;
    color: #fff;
    font-weight: 600;
}
.accordion-button:after {
    content: "\f067";
    background-image:none;
    font-family: "Font Awesome 5 Free";
}
.accordion-button:not(.collapsed):after {
    content: "\f068";
    background-image:none;
}
.accordion-body tr td{
    border:0;
    height:41px;
    font-size:16px;
    font-weight:500;
    text-align: left;
}
.accordion-header button{
    padding-left:0;
    font-size:18px;
}
.valed::after {
    display:none !important;
}

@media(max-width:991px) {
    .hero {
    height: auto;
    }

    #navbar-classic > .container-fluid > ul > li {
        margin-right: 10px;
    }
   

    .bx-controls-direction{
        display: none;
    }
    
    #nav-icon1 {
		width: 35px;
		height: 28px;
		position: relative;
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		    transform: rotate(0);
		-webkit-transition: .5s ease-in-out;
		-o-transition: .5s ease-in-out;
		transition: .5s ease-in-out;
        cursor: pointer;
        margin: 0px 0 auto;
        z-index:100;
       
	}
	#nav-icon1 span {
		display: block;
		position: absolute;
		height: 2px;
        width: 26px;
		background: #0349b3;
		border-radius: 9px;
		opacity: 1;
		left: 0;
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		    transform: rotate(0);
		-webkit-transition: .25s ease-in-out;
		-o-transition: .25s ease-in-out;
		transition: .25s ease-in-out;
		margin-top:10px;
	}
	#nav-icon1 span:nth-child(1) {
		top: 0
	}
	#nav-icon1 span:nth-child(2) {
		top: 8px
	}
	#nav-icon1 span:nth-child(3) {
		top: 16px
	}
	#nav-icon1.open span:nth-child(1) {
		top: 12px;
		-webkit-transform: rotate(135deg);
		-ms-transform: rotate(135deg);
		    transform: rotate(135deg);
		background: #e2a70d
	}
	#nav-icon1.open span:nth-child(2) {
		opacity: 0;
		left: -60px;
		background: #e2a70d
	}
	#nav-icon1.open span:nth-child(3) {
		top: 12px;
		-webkit-transform: rotate(-135deg);
		-ms-transform: rotate(-135deg);
		    transform: rotate(-135deg);
		background: #e2a70d
    }


    #navbar-classic  {
        padding-left: 0;
        position: fixed;
        background: #fff;
        width: 100%;
        height: 100%;
        top: 0;
        z-index: 10;
        max-width: 270px;
        right: -100%;
        padding: 20px;
        -webkit-box-shadow: 0 0 4px 0 #d8d8d8;
                box-shadow: 0 0 4px 0 #d8d8d8;
        overflow: auto;
        -webkit-transition: .3s ease;
        -o-transition: .3s ease;
        transition: .3s ease;
    }
    #navbar-classic.active {
        right: 0;
    }
    #navbar-classic > .container-fluid > ul > li > a{
        color: #000;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 10px 0;
    }
     #navbar-classic > .container-fluid > ul > li{
        margin-left: 0;
        border-bottom: 1px solid #eee;
    }
     #navbar-classic > .container-fluid > ul > li.drop-dwn > a:after {
        margin-left: 0;
        background-position: bottom;
    }
    #navbar-classic ul ul {
        position: static;
        background:#29398d;
        display: none;
        padding: 0; 
        visibility: visible;
        padding-left: 10px;
        opacity: 1;
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
    .marketLogo{
        display: none;
    }
    #nav-icon1{
        display: block;
    }
    #navbar-classic ul {
    display: block;
    padding-left: 0;
   }
    #navbar-classic .container-fluid{
        padding: 0;
    }

    #navbar-classic .child-menu:after {    
        position: absolute;
        right: 0;
        top: 10px;
    }

    #navbar-classic > .container-fluid >  ul {
        display: block;
    }
    #navbar-classic ul ul li a{
        color: #fff;
    }
    #navbar-classic ul ul{
        border: 0;
    }
    #navbar-classic .sub-child-menu:after{
        transform: none;
        top: 11px;
        color: #fff;
        pointer-events: none;
    }
    #navbar-classic .child-menu:after{
        pointer-events: none;
    }

    #navbar-classic .sub-child-menu:hover:after{
        color: #000 ;
    }

    .inFocus .item{
        background-color: #fff;
        display: flex;
        padding: 20px;
        align-items: center;
        color: #fff;
        position: relative;
        flex: 1;
        min-width: 250px;
    }
}
@media(max-width:1100px){
   .hero {
    height:auto;
}
}
@media (min-width: 768px) and (max-width: 1199px){
   .menuItem a {
    margin: 0.5rem 0.2rem;
} 
}
@media(max-width:767px){
.site-footer .copyright-text {
  text-align: left;
}
.hero-inner-text img {
    max-width: 197PX;
    margin-bottom: 0 !important;
    margin-top: 13px;
}
.pricing-title-wrap2, .pricing-body2 {
    padding: 10px;
    border-right: 0;
}
.abt-col {
    padding: 10px;
}
.speakers-text-info {
    padding: 13px;
}
.timeline .event:after {
    left: -59.85px;
}
.event h6 {
    font-size: 17px;
}
.event p {
    font-size: 13px;
}
.modalOpenBtn {
    font-size: 14px;
}
.partner-img li {
    border: 1px solid #00000026;
    width: 31.5%;
}
.timeline {
    margin-left: 16px;
}
.about-icon i {
    color: #fff;
    font-size: 30px;
}
.abt-col br{
    display:none;
}
.menuItem a {
    margin: 0.8rem 0.6rem;
    padding-left: 10px;
    border-bottom: 1px solid #efefef;
    padding-bottom: 0.8rem;
}
   .hero {
    height:auto;
}

.iimt-nav a img {
    max-width: 141px;
}
.hero-inner-text h3 {
    text-align: center;
    font-size: 2rem;
    text-transform: uppercase;
}
.hero-inner-text h6 {
    text-align: center;
    font-size: 18px;
}
.menuItem a {
    font-size: 1.1rem;
    margin-left: 0;
    margin-right: 0;
}
}
.speakers .card-header {
    background-color: var(--dark-color);
    color: #fff;
}
 /*Home new css*/
 
