@font-face {
  font-family: jostDefault;
  src: url(Jost-Regular.ttf);
}
body, html {
  margin: 0;
  padding: 0;
  width: 100%;
  overflow-x: hidden;
  font-family: jostDefault !important;
}

a {
  text-decoration: none;
}

#menu a{
    font-size: 18px;
    font-weight: 500;
    margin: 0 8px;
    color: var(--white);
}

#imageRightCol .CommitteeContainer {
  background-color: var(--darkBlue);
  border:3px dotted gold;
}


.whiteColor {color:#fff !important;}

.dark-color {
    color: var(--darkBlue) !important;
}

.bg-darkk {
    background-color: var(--darkBlue) !important;
    color: var(--white) !important;
}

.bg-semiLight {
    background-color: var(--semiLightBlue);
    color: var(--white);
}

.bg-semiLight {
    background-image: linear-gradient(to right, var(--thOrangeGold), var(--thLightOrange));
    color: var(--black);
}

.bg-semiLightt {
  background-color: var(--orange);
  color: var(--white);
}

.bg-lightt {
    background-color: var(--lightBlue);
    color: var(--darkGrey);
}

.hLabel {
    margin: 4px 0;
    padding: 12px;
}

#committee .iTop {
  background-color: #b0defd !important;
  border: 4px solid gold;
  background:linear-gradient(0deg, rgb(248, 150, 37) 35%, rgba(255,153,138,1) 100%);
  border-radius: 20px;
}

.iTop {
    padding: 40px 0px;
    box-shadow: 0px 0px 3px grey;
    margin: 20px auto;
}

.iTop .text strong {
    display: block;
    clear: both;
    width: 100%;
}
.iTop .text span {
    font-style: italic;
    color: darkred;
}
.profilePic img {
    height: 120px;
    width: 120px;
    border-radius: 50%;
    margin: 0 auto;
  }

  .committeeFaculty {
    background-image: url(images/bgCommittee.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }

  #committee {
    padding: 12px;
  }

  #contactForm .form-group {
    padding:15px;
  }

  #contactForm .form-group textarea, #contactForm .form-group input {
    padding: 14px;
    background-color: #0589d5;
    border-radius: 20px;
    color:#f2e4a4;
  }

  footer {
    background-color: lightskyblue;
    background: linear-gradient(90deg, rgba(166,211,248,1) 0%, rgba(211,164,246,1) 70%);
  }

  .contactButton {
    padding: 12px 40px;
    margin: 0 auto;
  }

  .imageContent img {
    vertical-align: middle !important;
    margin-top: 10%;
  }

  #contactForm .form-group textarea {
    height: 160px;
  }

  #address {
    background-image: url(images/mapAddress.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: 280px;
  }

  .visitors .social img {
    height: 40px;
    width: 40px;
    box-shadow: 2px 3px lightgray;
    border-radius: 100%;
  }

  .bannerSlider .banner {
    height: 80vh;
    background-size: cover;
    background-repeat: no-repeat;
  }

  @font-face {
    font-family: 'logoFont';
    src: url('Mandala Bold.otf') format('truetype');
  }

  .logoFont {
    font-family: "logoFont";
  }

  #highlights .bg-semiLight{
    cursor: pointer;
    transition: all 2s;
  }

  #highlights .bg-semiLight:hover{
    background-image: linear-gradient(to right, var(--thDarkOrange), var(--thOrangeGold));
    color: var(--white);
    transition: all 1s ease-in;
    -moz-transition: all 1s ease-in; /* Firefox 4 */
    -webkit-transition: all 1s ease-in; /* Safari and Chrome */
    -o-transition: all 1s ease-in; /* Opera */
    -ms-transition: all 1s ease-in; /* Explorer 10 */
}

#highlights a {
  text-decoration: none;
  color: #000;
}

#welcomeMessage p {
  text-align: justify !important;
  margin-right: 15px;
}

#aboutConference {
  background-color: lightskyblue;
  background: linear-gradient(0deg, rgba(229,219,79,1) 0%, rgba(211,249,167,1) 35%, rgba(255,153,138,1) 100%);
}

.surgeries table td {
  background-color: lightcyan;
}

.instruction li {
  display: inline-block;
  padding: 12px;
  margin: 7px;
  border-radius: 25px;
  box-shadow: 0px 0px 3px grey;
  background-color: #2C74B3;
  color:#fff;
}

.surgeries tr th {
  background-color: #3498db;
  color: #f2e4a4;
}
#aboutConference p {
  text-align: justify;
}

#committeeContent #member .member{
  border: 2px #015874;
    border-style: groove double solid dashed;
    padding: 20px;
    text-align: center;
    border-radius: 0px 15px 0px 20px;
    box-shadow: 6px 8px 0px rgb(27, 125, 245);
    margin-top:15px;
  }

  .sessions li {
    list-style-type: none;
  }

  .sessions li::before {
    content: "\27A2";
    color:rgb(2, 57, 123);
    font-size: 20px;
  }

#quickLinkMain .bg-lightt{
  transition: transform 2.7s ease-in-out;
}

#quickLinkMain .bg-lightt:hover{
  background-color: var(--lightOrange);
}

#quickLinkMain img{
  transition: transform .7s ease-in-out;
}
#quickLinkMain img:hover {
  transform: rotate(360deg);
}

#logo_text {
  margin-top: 1%;
}

#confSecritariat {
  color: var(--darkBlue);
  /*font-weight: bold;*/
}

.btnSignupBottom {
  margin-left: -8px;
  font-size: 20px;
  font-weight: bold;
  padding: 6px;
  border: none;
  box-shadow: none;
  background-color: var(--darkBlue);
}

.ac_content .row {
  margin-bottom: 20px;
  border-bottom: 2px dashed darkred;
  padding-bottom: 12px;
}

.ac_content .row .col-md-7
{
  background-color: #fff;
  font-size: 18px;
}
  /* animations */

  /* bounce/titter */
  .animated { 
    -webkit-animation-duration: 5s;
    animation-duration: 5s; 
    -webkit-animation-fill-mode: both; 
    animation-fill-mode: both; 
 }
 
 @-webkit-keyframes bounce { 
    0%, 20%, 50%, 80%, 100% {-webkit-transform: translateY(0);} 
    40% {-webkit-transform: translateY(-60px);} 
    60% {-webkit-transform: translateY(-30px);} 
 } 
 
 @keyframes bounce { 
    0%, 20%, 50%, 80%, 100% {transform: translateY(0);} 
    40% {transform: translateY(-30px);} 
    60% {transform: translateY(-15px);} 
 }
 
 .bounce { 
    -webkit-animation-name: bounce; 
    animation-name: bounce; 
 }


 /* rotate in */
 .rotate-in-down-left {
    animation-duration: 4s;
    animation: rotate-in-down-left 3.5s ease;
  }
  @keyframes rotate-in-down-left {
    0% {
      transform-origin: left bottom;
      transform: rotate(-90deg);
      opacity: 0;
    }
    100% {
      transform-origin: left bottom;
      transform: rotate(0);
      opacity: 1;
    }
  }

  /* wave text */
  /*.waveTextAnimated {
    margin-top: 0.2em;
}*/

.waveTextAnimated span {
    display: inline-block;
    -webkit-animation: wave-text 2.5s ease-in-out infinite;
            animation: wave-text 2.5s ease-in-out infinite;
  }
  .waveTextAnimated span:nth-of-type(1) {
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
  }
  .waveTextAnimated span:nth-of-type(2) {
    -webkit-animation-delay: 0.12s;
            animation-delay: 0.12s;
  }
  .waveTextAnimated span:nth-of-type(3) {
    -webkit-animation-delay: 0.25s;
            animation-delay: 0.25s;
  }
  .waveTextAnimated span:nth-of-type(4) {
    -webkit-animation-delay: 0.3s;
            animation-delay: 0.3s;
  }
  .waveTextAnimated span:nth-of-type(5) {
    -webkit-animation-delay: 0.45s;
            animation-delay: 0.45s;
  }

  .waveTextAnimated span:nth-of-type(6) {
    -webkit-animation-delay: 0.5s;
            animation-delay: 0.5s;
  }

  .waveTextAnimated span:nth-of-type(7) {
    -webkit-animation-delay: 0.6s;
            animation-delay: 0.6s;
  }

  .waveTextAnimated span:nth-of-type(7) {
    -webkit-animation-delay: 0.05s;
            animation-delay: 0.05s;
  }

  .waveTextAnimated span:nth-of-type(8) {
    -webkit-animation-delay: 0.15s;
            animation-delay: 0.15s;
  }

  .waveTextAnimated span:nth-of-type(9) {
    -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s;
  }

  .waveTextAnimated span:nth-of-type(10) {
    -webkit-animation-delay: 0.3s;
            animation-delay: 0.3s;
  }
  @-webkit-keyframes wave-text {
    0% {
      transform: translateY(0em);
    }
    60% {
      transform: translateY(-0.3em);
    }
    100% {
      transform: translateY(0em);
    }
  }
   
  @keyframes wave-text {
    00% {
      transform: translateY(0em);
    }
    60% {
      transform: translateY(-0.3em);
    }
    100% {
      transform: translateY(0em);
    }
  }

  /* box wave */

  .boxwave{
    position: relative;
    top: 0;
    width: 100%;
    height: 100%;
    background: #2C74B3;
    border-radius: 50%;
    box-shadow: inset 0 0 50px 0 rgba(0, 0, 0, 0.5);
  }
  .boxwave:before,
  .boxwave:after{
    content:'';
    position: absolute;
    top: 0;
    left: 50%;
    width: 200%;
    height: 200%;
    background: black;
    transform: translate(-50%, -75%);
  }
  .boxwave:before{
    border-radius: 45%;
    background: rgba(255, 255, 255, 1);
    /*animation: animate 5s linear infinite;*/
  }
  .boxwave:after{
    border-radius: 40%;
    background: rgba(255, 255, 255, 0.5);
    /*animation: animate 10s linear infinite;*/
  }

  .boxwave:hover {
    transform: translate(-50%, -75%) rotate(0deg);
  }
  
  @keyframes animate{
    0%{
      transform: translate(-50%, -75%) rotate(0deg);
    }
    100%{
      transform: translate(-50%, -75%) rotate(360deg);
    }
  }
  
  /* phone Ring */
  
  .Phone {
    position: relative;
    display: inline-block;
    margin: 8;
    width: 0.7em;
    height: 0.7em;
    font-size: 34px;
    background-color: var(--darkBlue);
    border-radius: 0.5em;
    box-shadow:
      0 0 0 0em rgba(#3498db, 0),
      0em 0.05em 0.1em rgba(#000000, 0.2);
    transform: translate3d(0, 0, 0) scale(1);
    vertical-align: middle;
    padding: 0px;
  }
  
  .Phone::before,
  .Phone::after {
    position: absolute;
    content: "";
  }
  
  .Phone::before {
    top: 0;
    left: 0;
    width: 0.7em;
    height: 0.7em;
    background-color: rgba(#fff, 0.1);
    border-radius: 100%;
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(0);
  }
  
  .Phone::after {
    top: 0.2em;
    left: 0.2em;
    width: 0.3em;
    height: 0.3em;
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCI+PHBhdGggZD0iTTYuNiAxMC44YzEuNCAyLjggMy44IDUuMSA2LjYgNi42bDIuMi0yLjJjLjMtLjMuNy0uNCAxLS4yIDEuMS40IDIuMy42IDMuNi42LjUgMCAxIC40IDEgMVYyMGMwIC41LS41IDEtMSAxLTkuNCAwLTE3LTcuNi0xNy0xNyAwLS42LjQtMSAxLTFoMy41Yy41IDAgMSAuNCAxIDEgMCAxLjIuMiAyLjUuNiAzLjYuMS40IDAgLjctLjIgMWwtMi4zIDIuMnoiIGZpbGw9IiNmZmZmZmYiLz48L3N2Zz4=);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    transform: translate3d(0, 0, 0);
  }
  
  .Phone.is-animating {
    animation: phone-outer 3000ms infinite;
    
    &::before {
      animation: phone-inner 3000ms infinite;
    }
    
    &::after {
      animation: phone-icon 3000ms infinite;
    }
  }
  
  @keyframes phone-outer {
    0% {
      transform: translate3d(0, 0, 0) scale(1);
      box-shadow:
        0 0 0 0em rgba(#3498db, 0),
        0em 0.05em 0.1em rgba(#000000, 0.2);
    }
    33.3333% {
      transform: translate3d(0, 0, 0) scale(1.1);
      box-shadow:
        0 0 0 0em rgba(#3498db, 0.1),
        0em 0.05em 0.1em rgba(#000000, 0.5);
    }
    66.6666% {
      transform: translate3d(0, 0, 0) scale(1);
      box-shadow:
        0 0 0 0.5em rgba(#3498db, 0),
        0em 0.05em 0.1em rgba(#000000, 0.2);
    }
    100% {
      transform: translate3d(0, 0, 0) scale(1);
      box-shadow:
        0 0 0 0em rgba(#3498db, 0),
        0em 0.05em 0.1em rgba(#000000, 0.2);
    }
  }
  
  @keyframes phone-inner {
    0% {
      opacity: 1;
      transform: translate3d(0, 0, 0) scale(0);
    }
    33.3333% {
      opacity: 1;
      transform: translate3d(0, 0, 0) scale(0.9);
    }
    66.6666% {
      opacity: 0;
      transform: translate3d(0, 0, 0) scale(0);
    }
    100% {
      opacity: 0;
      transform: translate3d(0, 0, 0) scale(0);
    }
  }
  
  @keyframes phone-icon {
    0% { transform: translate3d(0em, 0, 0); }
    2% { transform: translate3d(0.01em, 0, 0); }
    4% { transform: translate3d(-0.01em, 0, 0); }
    6% { transform: translate3d(0.01em, 0, 0); }
    8% { transform: translate3d(-0.01em, 0, 0); }
    10% { transform: translate3d(0.01em, 0, 0); }
    12% { transform: translate3d(-0.01em, 0, 0); }
    14% { transform: translate3d(0.01em, 0, 0); }
    16% { transform: translate3d(-0.01em, 0, 0); }
    18% { transform: translate3d(0.01em, 0, 0); }
    20% { transform: translate3d(-0.01em, 0, 0); }
    22% { transform: translate3d(0.01em, 0, 0); }
    24% { transform: translate3d(-0.01em, 0, 0); }
    26% { transform: translate3d(0.01em, 0, 0); }
    28% { transform: translate3d(-0.01em, 0, 0); }
    30% { transform: translate3d(0.01em, 0, 0); }
    32% { transform: translate3d(-0.01em, 0, 0); }
    34% { transform: translate3d(0.01em, 0, 0); }
    36% { transform: translate3d(-0.01em, 0, 0); }
    38% { transform: translate3d(0.01em, 0, 0); }
    40% { transform: translate3d(-0.01em, 0, 0); }
    42% { transform: translate3d(0.01em, 0, 0); }
    44% { transform: translate3d(-0.01em, 0, 0); }
    46% { transform: translate3d(0em, 0, 0); }
  }


  /* envelope open animation */

  .wrapper {
    height: 40px;
    width: 60px;
    background-color: #3760C9;
    position: relative;
    display: flex;
    justify-content: center;
    z-index: 0;
  }
  
  .lid {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    border-right: 15px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid transparent;
    transform-origin: top;
    transition: transform 0.25s linear;
  }
  
  /* Lid when closed */
  .lid.one {
    border-top: 10px solid #658ced;
    transform: rotateX(0deg);
    z-index: 3;
    transition-delay: 0.75s;
  }
  
  /* Lid when opened */
  .lid.two {
    border-top: 10px solid #3760C9;
    transform: rotateX(90deg);
    z-index: 1;
    transition-delay: 0.5s;
  }
  
  .envelope {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    border-top: 10px solid transparent;
    border-right: 15px solid #C4DFF0;
    border-bottom: 10px solid #C4DFF0;
    border-left: 15px solid #a4d4f2;
    z-index: 3;
  }
  
  .letter {
    position: absolute;
    top: 0;
    width: 80%;
    height: 80%;
    background-color: white;
    border-radius: 5px;
    z-index: 2;
    transition: 0.5s;
  }
  
  .letter p {
    text-align: center;
    font-size: 30px;
    margin-top: 30px;
    color: #3B4049;
  }
  
  .wrapper:hover .lid.one {
      transform: rotateX(90deg);
      transition-delay: 0s;
  }
  
  .wrapper:hover .lid.two {
      transform: rotateX(180deg);
      transition-delay: 0.25s;
  }
  
  .wrapper:hover .letter {
    transform: translateY(-50px);
    transition-delay: 0.5s;
  }


  /* earth rotation */
  #earthRotate {
    /* height:30px;
     width:30px;*/
     background: url(https://web.archive.org/web/20150807125159if_/http://www.noirextreme.com/digital/Earth-Color4096.jpg);
     border-radius: 50%;
     /*box-shadow: inset 8px 36px 80px 36px rgb(0, 0, 0), inset -6px 0 12px 4px rgba(255, 255, 255, 0.3);*/
     animation-name: earthRotate;
     animation-duration: 12s;
     animation-iteration-count: infinite;
     animation-timing-function: linear;
     -webkit-animation-name: earthRotate;
        -webkit-animation-duration: 12s;
        -webkit-animation-iteration-count: infinite;
        -webkit-animation-timing-function: linear;
   }

  @keyframes earthRotate {
    from {
      background-position: 0px 0px;
    }
    to {
      background-position: 610px 0px;
    }
  }
  @-webkit-keyframes earthRotate {
    from {
      background-position: 0px 0px;
    }
    to {
      background-position: 610px 0px;
    }
  }

  /* animations */

:root {
    --darkBlue:#0f3661 !important;
    --semiLightBlue:#6999ad;
    --lightBlue:#bfd2d4;
    --orange:#ea7c47;
    --lightOrange:#fbe4b4;
    --white:#fff;
    --black:#000;
    --darkGrey:#666666;

    --thOrange:#fd8b51;
	--thLightOrange:#f8cf86;
	--thDarkOrange:#eb5219;
	--thOrangeGold:#ffb300;
}

.bold {
    font-weight: bold;
}

.italic {
    font-style: italic;
}

.vspace {
    width: 100%;
    padding-top: 10px;
}

.vspace_1 {
    width: 100%;
    padding-top: 20px;
}

.vspace_2 {
    width: 100%;
    padding-top: 35px;
}

.shadow_white {
    box-shadow: 0px 0px 6px #fff;
    }

.text_shadow_white {
text-shadow: 0px 0px 8px #fff;
}

.bg-white-transparent {
    background-color: rgba(255, 255, 255, 0.5);
}

.margin_0 {
    margin:0px auto
}

.padding_10 {
padding: 10px;
}

.width_auto {
    width: auto !important;
}

.margin_top_20 {
    margin-top: 20px;
}

/* AOICON2026 - 03-12-2024 */
.iconSize {
  height: 40px !important;
  width: 40px !important;
  display: inline-block;
  vertical-align: middle;
}

.alignRight{text-align: right !important;}

.font1 {
  font-size: 14px;
}

.font2 {
  font-size: 19px;
}

.font3 {font-size: 24px !important;}

.heading1 {font-size: 22px !important;}

.heading2 {font-size: 28px !important;}

.heading3 {font-size: 34px !important;}

.heading4 {font-size: 40px !important;}

.heading5 {font-size: 48px !important;}
.heading6 {font-size: 60px !important;}
.heading7 {font-size: 70px !important;}
.heading8 {font-size: 84px !important;}

.colorDarkBlue {color: var(--darkBlue);}

.date_contact, .date_contact a {
  color:var(--darkBlue) !important;
  text-decoration: none;
  font-weight: 500;
}

#logoTop .bannerlogo {
  width: 100%;
}

.shadowAround {
  box-shadow: 0px 0px 30px grey;
}

#image .image img {
  width: 100%;
}

.quickLinksFooter a {
  display:block;
  color: #fff;
  text-decoration: none;
  font-size: 24px;
}

.socialFooter .fa {
  padding: 18px;
}
/*
@media only screen and (max-width: 600px) {
  .bannerlogo {
    width: 300px !important;
    margin: auto !important;
  }

  .heading7, .heading3, .heading4 {
    font-size: 28px !important;
  }

  .container-fluid.p-5 {
    padding: 0rem !important;
  }

  #welMsgBg {
    padding: 0px !important;
  }

  #welcomeMessage .image img, .aboutConference .image img {
    width: 98% !important;
    height: auto !important;
  }


.textContent {
  margin-top: 15px !important;
  text-align: justify !important;
}
  .timerMain .row .col-md-3 {
    margin-bottom: 20px !important;
  }


  h1.colorDarkBlue {
    margin-top: 30px !important;
  }
}*/

