/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  color: #fff;
}

a {
  color: #fff;
  text-decoration: none;
}

a:hover {
  color: #fff;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {}

.content-image {
  width: 80%;
  margin: 0 auto;
}

.content-heading h3 {
  font-size: 28px;
  font-weight: 600;
  color: #E6B023;
  text-transform: capitalize;
  margin-bottom: 10px;
}

.content-info p {
  font-size: 20px;
  color: #000;
  margin-bottom: 40px;
}

.content-button .getstarted:hover,
.center-button .getstarted:hover{
  background: #C7971A;
  padding: 8px 25px;
  border-radius: 50px;
  font-size: 15px;
  font-weight: 600;
  color: #ffffff;
  white-space: nowrap;
  transition: 0.3s;
}

div#loom-companion-mv3 section {
    padding: 0;
}

/*--------------------------------------------------------------
# video Pop
--------------------------------------------------------------*/

video,iframe {
  width: 100%;
}

iframe {
  height: 700px;
}



section#video-pop {
  background-color: #fff;
  padding: 170px 20px;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow-y: scroll;
}

div#video-container {
  position: relative;
}

section#video-pop::-webkit-scrollbar {
  width: 0px;
}

#custom-controls {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  padding: 10px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  opacity: 0;
  transition: 0.2s ease-in-out;
}

#custom-controls:hover {
  background: #0000001f;
  opacity: 1;
}

#custom-controls button,
#custom-controls input[type="range"] {
  margin: 0 5px;
}

button#play-pause img {
  width: 40px;
}

button#play-pause {
  background: transparent;
  border: none;
  height: 100%;
  opacity: 0;
  transition: 0.2s ease-in-out;
}

button#play-pause:hover {
  opacity: 1;
}

/* close Button */

.close-button {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 4%;
  cursor: pointer;
}

.close-button img {
  width: 100%;
}

@media (max-width:767px) {
  .close-button {
    width: 40px;
  }
}

/*--------------------------------------------------------------
# Button
--------------------------------------------------------------*/

.getstarted,
.getstarted:focus {
  background: #E6B023;
  padding: 8px 25px;
  border-radius: 50px;
  font-size: 15px;
  font-weight: 600;
  color: #ffffff;
  white-space: nowrap;
  transition: 0.3s;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #373737;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #926f17;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Disable AOS delay on mobile
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  z-index: 997;
  transition: all 0.5s;
  padding: 22px 0;
  background: transparent;
}

#header.header-scrolled {
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  padding: 12px 0;
  background-color: #E6B023;
}

#header .logo h1 {
  font-size: 30px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 1px;
}

#header .logo h1 a,
#header .logo h1 a:hover {
  color: #222222;
  text-decoration: none;
}

#header .logo img {
  padding: 0;
  margin: 0;
  max-height: 65px;
}

@media(max-width:991px){
#header .logo img {
    max-height: 75px;
}
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-size: 15px;
  font-weight: 600;
  color: #ffffff;
  white-space: nowrap;
  transition: 0.3s;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #fff;
}

.navbar .getstarted,
.navbar .getstarted:focus {
  background: #fff;
  padding: 7px 25px;
  margin-left: 30px;
  border-radius: 50px;
  color: #000;
}

.navbar .getstarted:hover,
.navbar .getstarted:focus:hover {
  color: #fff;
  background: #deaa22;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 30px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-radius: 4px;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 14px;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #6633d7;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

.only-text-menu {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    justify-content: flex-start;
}

.navbar a span{
    position:relative;
}

.navbar a span::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: -2px;
    height: 0px;
    width: max-content;
    opacity: 0;
    background: #fff;
    border-radius: 10px;
    transition: 0.2s ease-in-out;
}

.navbar a:hover span:after,
.navbar a.active span:after{
    height: 3px;
    width: 100%;
    opacity: 1;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #222222;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }

  .only-text-menu {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    align-content: flex-start;
  }

  a.nav-link.scrollto.nav-btn.nav-login {
    margin-left: 15px !important;
    color: #fff;
  }

  .navbar.navbar-mobile ul {
    display: flex;
    width: 100%;
    height: 100%;
    padding: 60px 10px;
    border-radius: 0px;
    background-color: #E6B023;
    overflow-y: auto;
    transition: 0.8s;
    transform: translate(0,0%);
    justify-content: flex-start;
}

.navbar ul {
    position: fixed;
    top: 0;
    left: 0;
    background: #E6B023;
    width: 100%;
    height: 70vh;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    transform: translate(0,-200%);
    transition: .8s;
    align-content: flex-start;

}

a.nav-link.scrollto.nav-btn.nav-login{
  margin-top: 10px;
}

}

/*@media(max-width:991px) and (min-width:768px){

  .navbar-mobile .mobile-nav-toggle {
    position: absolute;
    top: 40px;
    right: 112px;
  }

  #header.header-scrolled .navbar-mobile .mobile-nav-toggle {
    top: 30px;
    right: 113px;
  }

}
@media(max-width:767px){

  .navbar-mobile .mobile-nav-toggle {
    position: absolute;
    top: 40px;
    right: 13px;
  }

  #header.header-scrolled .navbar-mobile .mobile-nav-toggle {
    top: 30px;
    right: 12px;
  }

}*/

/**/
/**/


/* Icon 1 */

#nav-icon3{
  width: 30px;
  height: 35px;
  position: relative;
  margin: 0px auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

#nav-icon3 span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #fff;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

/* Icon 3 */

#nav-icon3 span:nth-child(1) {
  top: 0px;
}

#nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3) {
  top: 10px;
}

#nav-icon3 span:nth-child(4) {
  top: 20px;
}

.navbar-mobile .mobile-nav-toggle span:nth-child(1) {
  top: 18px !important;
  width: 0% !important;
  left: 50% !important;
}

.navbar-mobile .mobile-nav-toggle span:nth-child(2) {
  -webkit-transform: rotate(45deg) !important;
  -moz-transform: rotate(45deg) !important;
  -o-transform: rotate(45deg) !important;
  transform: rotate(45deg) !important;
}

.navbar-mobile .mobile-nav-toggle span:nth-child(3) {
  -webkit-transform: rotate(-45deg) !important;
  -moz-transform: rotate(-45deg) !important;
  -o-transform: rotate(-45deg) !important;
  transform: rotate(-45deg) !important;
}

.navbar-mobile .mobile-nav-toggle span:nth-child(4) {
  top: 18px !important;
  width: 0% !important;
  left: 50% !important;
}

/**/
/**/

.navbar-mobile ul {
  display: block;
  width: 100%;
  height: 100%;
  padding: 60px 60px;
  border-radius: 0px;
  background-color: #E6B023;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #222222;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #fff;
}

a.nav-link.scrollto.nav-btn.nav-login {
  padding: 7px 30px 7px 30px;
  margin-left: 30px;
  background: #000;
  border-radius: 50px;
}

a.nav-link.scrollto.nav-btn.nav-login:hover {
  background: #deaa22;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #6633d7;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}

@media (max-width:767px) {
  a.nav-link.scrollto.nav-btn.nav-login {
    width: max-content;
    color: #fff;
  }

  a.getstarted.scrollto.nav-btn.nav-get-start.tk-omnes-pro {
    width: max-content;
  }

  .navbar-mobile a,
  .navbar-mobile a:focus {
    color: #fff;
  }

  .mobile-nav-toggle {
    color: #ffffff;
  }

}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  /* width: 100%;
  height: 100vh; */
  margin-top: 0px;
  background-image: url(../img/School-Bkgd.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 0px;
  padding-top: 0px;
  flex-direction: column;
}

section#hero .container,
section#hero .row {
  height: 100%;
}

#hero h1 {
    margin: 0 0 0px 0;
    font-size: 62px;
    font-weight: 600;
    line-height: 100px;
    color: rgb(0, 0, 0);
    text-align: center;
}

#codeby h1 {
    line-height: 55px;
    padding-bottom: 60px;
}

#hero h2 {
  color: #484848;
  margin-bottom: 50px;
  font-size: 24px;
}

#hero .btn-get-started {
  font-weight: 600;
  font-size: 16px;
  display: inline-block;
  padding: 10px 25px;
  border-radius: 40px;
  transition: 0.5s;
  color: #000;
  background-color: #fff;
}

#hero .btn-get-started:hover {
  background: #deaa22;
  color: #fff;
}

#hero .animated {
  animation: up-down 2s ease-in-out infinite alternate-reverse both;
}

#hero .hero-center-box {
  width: 50%;
  margin: 0 auto;
  padding: 30px 0;
  justify-content: space-between;
}

#hero .Hero-Logo img {
  width: 100%;
}

#hero .Hero-Logo {
  width: 75%;
  margin: 0 auto;
}

#hero .Hero-btn {
  text-align: center;
  /*opacity: 1;*/
  transform: translate3d(0, 0px, 0);
}

#hero .first-content {
  position: absolute;
  bottom: 50px;
  width: 100%;
}

#hero .first-content {
  z-index: 9;
}

.Hero-btn.aos-init.aos-animate p.btn-pera {
    width: 55%;
    margin: 0 auto;
    color: #fff;
    font-size: 22px;
}

/*div#codeby .Hero-btn {*/
/*    opacity: inherit;*/
/*}*/

  #hero {
    background-attachment: fixed;
  }

@media (max-width: 991px) {
  /*#hero {*/
  /*  height: 100vh;*/
  /*}*/

  #hero .animated {
    animation: none;
  }

  #hero .hero-img {
    text-align: center;
  }

  #hero .hero-img img {
    width: 50%;
  }
}

@media (max-width: 768px) {
  #hero {
    margin-top: 0px;
  }

  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }

  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }

  #hero .hero-img img {
    width: 70%;
  }
}

@media (max-width: 575px) {
  #hero .hero-img img {
    width: 80%;
  }
}

@keyframes up-down {
  0% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(-10px);
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

@media (max-width:992px) {
  section {
    text-align: center;
  }


}

.section-bg {
  background-color: #f7fbfe;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
  color: #222222;
}

/* .section-title h2::before,
.section-title h2::after {
  content: "";
  width: 50px;
  height: 2px;
  background: #6633d7;
  display: inline-block;
}

.section-title h2::before {
  margin: 0 15px 10px 0;
}

.section-title h2::after {
  margin: 0 0 10px 15px;
} */

.section-title p {
  margin: 15px 0 0 0;
}

/*--------------------------------------------------------------
# chemical-engineering
--------------------------------------------------------------*/

section#chemical-engineering {
  text-align: center;
  background-image: url(../img/Computer-Chip.png);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  color: #fff;
  position: relative;
  z-index: 1;
}

section#chemical-engineering::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  /* background-image: linear-gradient(to right, #ff00e73d , #27a95570); */
  background-image: linear-gradient(to right, #21001d61, #001a097a);
  z-index: 2;
}

.chemical-engineering {
  text-align: center;
}

.chemical-engineering .col-md-12 {
  display: flex;
  align-items: center;
  justify-content: center;
}

.chemical-engineering-main {
  z-index: 3;
}

.engineering-main-heading {
  padding-bottom: 30px;
}

.engineering-main-heading h2 {
  font-size: 62px;
}

.engineering-main-pera {
  width: 100%;
  padding-left: 170px;
  padding-right: 170px;
}

.engineering-main-pera p {
    margin-bottom: 0;
    font-size: 22px;
    margin-top: 20px;
    color: #fff;
}

@media (max-width:767px) {

  section#chemical-engineering {
    padding: 90px 0;
  }

  .engineering-main-pera {
    padding-left: 20px;
    padding-right: 20px;
  }

  .engineering-main-heading h2 {
    font-size: 35px;
  }
}

@media(max-width:1005px) and (min-width:768px){
    .engineering-main-pera {
        width: 100%;
        padding-left: 120px;
        padding-right: 120px;
    }
}


/*--------------------------------------------------------------
# Meet a ChemE
--------------------------------------------------------------*/

.Meet-a-ChemE {
  background-color: #F5F5F5;
}

section#Meet-a-ChemE {
  padding: 130px 0;
}

.Meet-a-ChemE .content h2 {
  font-size: 117px;
  line-height: 100px;
  font-weight: 800;
  color: #E6B023;
}

.Meet-a-ChemE .content p {
  margin-bottom: 0;
  font-size: 22px;
  margin-top: 20px;
  color: #000;
}

@media(max-width:991px) and (min-width:768px){
  .Meet-a-ChemE .content h2 {
  font-size: 80px;
  text-align: left;
}

.Meet-a-ChemE .content p {
    font-size: 20px;
    text-align: left;
}
}

@media (max-width:767px) {

  section#Meet-a-ChemE {
    padding: 70px 0;
  }

  .Meet-a-ChemE .content h2 {
    font-size: 47px;
    line-height: 50px;
    text-align: center;
  }

  .Meet-a-ChemE .content p {
    margin-bottom: 0;
    font-size: 20px;
    margin-top: 20px;
    color: #000;
    text-align: center;
  }
}

/*--------------------------------------------------------------
# Adventurer
--------------------------------------------------------------*/

.Adventurer {
  background-color: #F5F5F5;
}

/*--------------------------------------------------------------
# Biomedical
--------------------------------------------------------------*/

.Biomedical {
  background-color: #F5F5F5;
}

@media (max-width:992px) {
  .Biomedical .row {
    flex-direction: column-reverse;
  }

}

/*--------------------------------------------------------------
# Superstars
--------------------------------------------------------------*/

.Superstars {
  background-color: #F5F5F5;
}

/*--------------------------------------------------------------
# Communicator
--------------------------------------------------------------*/

.Communicator {
  background-color: #F5F5F5;
}

@media (max-width:767px) {
  .Communicator .row {
    flex-direction: column-reverse;
  }

}

/*--------------------------------------------------------------
# Careers
--------------------------------------------------------------*/

.Careers {
  background-color: #fff;
}

section#Careers {
  padding: 130px 0;
}

.Careers .content h2 {
  font-size: 117px;
  line-height: 100px;
  font-weight: 800;
  color: #E6B023;
}

.Careers .content p {
  margin-bottom: 0;
  font-size: 22px;
  margin-top: 20px;
  color: #000;
}

@media (max-width:767px) {

  section#Careers {
    padding: 70px 0;
  }

  .Careers .content h2 {
    font-size: 42px;
    line-height: 45px;
  }

  .Careers .content p {
    font-size: 20px;
    ;
  }

}

/*--------------------------------------------------------------
# More Services
--------------------------------------------------------------*/

.more-services {
  padding-top: 20px;
  padding-bottom: 130px;
}

.more-services .card-title {
  font-weight: 600;
  text-align: left;
  color: #fff;
  margin-bottom: 20px;
}

.more-services .card-title span {
  font-size: 28px;
  line-height: 35px;
}

.card {
  width: 100%;
  height: 570px;
  margin: 0;
  perspective: 1500px;
  -webkit-perspective: 1500px;
  border: none;
}

.card .content {
  position: relative;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transition: transform 0.8s cubic-bezier(0.75, 0, 0.85, 1);
  -webkit-transition: transform 0.8s cubic-bezier(0.75, 0, 0.85, 1);

}

.more {
  display: none;
}

.more:checked~.content {
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);

}

.front,
.back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  border-radius: 10px;
}

.front .inner,
.back .inner {
  height: 100%;
  padding: 1.5em;
/*  transform: translateZ(80px) scale(0.94);*/
  position: relative;
}

.front {
  background-color: #fff;
  background-size: cover;
  background-position: center center;
}

.back {
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  background-color: #E6B023;
}

.back .description p {
  margin-bottom: 0;
  font-size: 18px;
  margin-top: 0px;
  color: #000;
}

.button-flap {
  cursor: pointer;
  display: block;
  background-color: transparent;
  color: transparent;
  backface-visibility: hidden;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.more-services .col-md-6:nth-child(2) .card {
  margin-top: 190px;
}

.more-services .col-md-6:nth-child(4) .card,
.more-services .col-md-6:nth-child(6) .card {
  margin-top: -190px;
}

.front::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #e6b02361;
    border-radius: 10px;
    opacity: 0;
    transition: 0.3s ease;
}

.front:hover:before {
    opacity: 1;
}

@media (max-width:991px) and (min-width:768px) {

  .more-services .col-md-6:nth-child(4) .card,
  .more-services .col-md-6:nth-child(6) .card {
    margin-top: 0px;
  }

  .more-services .col-md-6:nth-child(3) .card,
  .more-services .col-md-6:nth-child(5) .card {
    margin-top: -190px;
  }

}

@media (max-width:767px) {

  .more-services .col-md-6:nth-child(2) .card,
  .more-services .col-md-6:nth-child(3) .card,
  .more-services .col-md-6:nth-child(4) .card,
  .more-services .col-md-6:nth-child(5) .card,
  .more-services .col-md-6:nth-child(6) .card {
    margin-top: 0px;
  }

}

/*--------------------------------------------------------------
# Study-case
--------------------------------------------------------------*/

.Study-case {
  background-image: url(../img/A-STEM-career.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 590px 0px;
}

.center-content {
  margin: 0 auto;
  width: 100%;
  padding-left: 185px;
  padding-right: 185px;
}

.center-heading h3 {
  font-size: 60px;
  text-align: center;
  line-height: 60px;
  font-weight: 600;
}

.center-button {
  text-align: center;
  padding-top: 30px;
}

@media (max-width:767px) {
  .Study-case {
    padding: 90px 0px;
  }

  .center-heading h3 {
    font-size: 42px;
    line-height: 35px;
  }

  .center-content {
    width: 90%;
    padding-left: 0;
    padding-right: 0;
  }

}

/*--------------------------------------------------------------
# Partners
--------------------------------------------------------------*/

.Partners {
  background-color: #fff;
  padding: 150px 0px;
  color: #000;
}

.Partners .center-heading h3 {
  color: #E6B023;
}

.center-info p {
  font-size: 22px;
  text-align: center;
  margin-bottom: 0px;
  margin-top: 20px;
}

/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.clients {
  background: #ffffff;
  padding-top: 25px;
  padding-bottom: 70px;
  text-align: center;
  border-top: 1px solid #70707061;
  border-bottom: 1px solid #70707061;
}

.clients .col-lg-2 {
  display: flex;
  align-items: center;
  justify-content: center;
}

.clients img {
  width: 50%;
  /*filter: grayscale(100);*/
  filter:none;
  transition: all 0.4s ease-in-out;
  display: inline-block;
  padding: 10px 0;
}

.clients .section-title h2 {
  font-size: 20px;
  font-weight: 500;
  text-transform: capitalize;
  position: relative;
  color: #000000;
}

@media (max-width: 768px) {
  .clients img {
    width: 40%;
  }
}

@media (max-width: 575px) {
  .clients img {
    width: 30%;
  }
}

/*--------------------------------------------------------------
# Doners
--------------------------------------------------------------*/

.Doners {
  background: #ffffff;
  padding-top: 25px;
  padding-bottom: 70px;
  text-align: center;
  color: #000;
}

.Doners .section-title h2 {
  font-size: 20px;
  font-weight: 500;
  text-transform: capitalize;
  position: relative;
  color: #000000;
}

.doner-content h3 {
  font-size: 20px;
  font-weight: 600;
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background: #f8f8f8;
  min-height: 40px;
  margin-top: 86px;
}

@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 72px;
  }
}

.breadcrumbs h2 {
  font-size: 28px;
  font-weight: 400;
  margin: 0;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}

@media (max-width: 992px) {
  .breadcrumbs ol {
    margin-top: 10px;
  }
}

.breadcrumbs ol li+li {
  padding-left: 10px;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #3c3c3c;
  content: "/";
}

@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }

  .breadcrumbs ol {
    display: block;
  }

  .breadcrumbs ol li {
    display: inline-block;
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #E6B023 !important;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
  padding: 30px 0;
  color: #222222;
  font-size: 14px;
}

#footer .credits {
  font-size: 13px;
  padding-top: 5px;
  color: #222222;
}

#footer .footer-links a {
  color: #222222;
  padding-left: 15px;
}

#footer .footer-links a:first-child {
  padding-left: 0;
}

#footer .footer-links a:hover {
  color: #6633d7;
}

#footer .navbar.footer-menu-links ul {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  align-content: flex-start;
}

#footer .logo {
    width: 70%;
    margin: 0 auto;
    padding-top: 100px;
    padding-bottom: 100px;
}

.copyright {
  font-weight: 500;
  font-size: 14px;
  color: #000 !important;
}

#footer .logo img {
  width: 100%;
}

.AIChE-logo {
    width: 100%;
}

.AIChE-logo img {
    width: 230px;
}

@media (max-width:767px) {
  #footer .logo {
      width: 80%;
      margin-top: 20px;
      padding-top: 60px;
      padding-bottom: 40px;
  }

}




/*  */
/*  */
/*  */

.main-hero-section::-webkit-scrollbar {
  display: none;
}

.main-hero-section {}

#wrapper {
  width: 100vw;
  height: 100vh;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
}

#ImgWrapper {
  position: relative;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  perspective: 2200px;
}

#ImgWrapper img,
#ImgWrapper video {
  position: absolute;
}

#ImgWrapper .img5 {
  z-index: 5;
  height: 60vh;
  bottom: 22%;
  left: 33%;
}

video#img5vid {
  left: -40px !important;
}

#codeby {
  height: 100vh;
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width:767px) {
/*  #hero .first-content {
    display: block;
    position: relative;
    bottom: 0;
  }

  #ImgWrapper {
    display: flex;
    align-items: center;
    position: inherit !important;
  }

  #ImgWrapper .img5 {
    display: none !important;
  }

  div#codeby {
    display: none;
  }*/

}

/*-------------/@media (max-width: 1920px)------------- */

/*-------------@media (max-width: 400px)------------- */

@media (max-width: 400px) {
  #ImgWrapper #img5 {
    height: 35vh;
    left: 46%;
    bottom: 31%;
  }

}

/*-------------/@media (max-width: 400px)------------- */

/*--------------------------------------------------------------
# Contact Page
--------------------------------------------------------------*/

.main-form {
  background: #E6B023;
  padding-bottom: 100px;
  padding-top: 150px;
}

h1.title {
  color: #fff;
  padding-top: 30px;
  font-size: 30px;
  font-weight: 700;
  padding-left: 15px
}

.chemical-pragraph {
  width: 99%;
  margin: 0 auto;
  color: #fff;
  padding-left: 15px;
}

.column.is-half {
  padding-left: 15px;
  padding-top: 32px;
}

.input1,.input2 {
  background: #f5e0a9;
  border: transparent;
  width: 100%;
  padding: 10px 18px;
  border-radius: 100px;
  outline: none;
}

.label1 {
  color: #fff;
  font-size: 19px;
  font-weight: 700;
  margin-bottom: 16px;
}

.label2 {
  color: #fff;
  font-size: 19px;
  font-weight: 700;
  margin-bottom: 16px;
  padding-top: 13px;
}

.label3 {
  color: #fff;
  font-size: 19px;
  font-weight: 700;
  margin-bottom: 16px;
  padding-top: 13px;
}

.textarea1 {
  resize: vertical;
  background: #f5e0a9;
  border: transparent;
  width: 100%;
  padding: 20px 25px;
  border-radius: 15px;
  outline: none;
  margin-bottom: 10px;
  height: 160px;
}

button.button.is-primary {
  border: transparent;
  padding: 13px 45px;
  border-radius: 100px;
  font-weight: 700;
}

@media (max-width:767px) {

  .main-form {
    text-align: left;
}

  .column.is-half {
    padding-left: 0px;
    text-align: left;
}

h1.title,.chemical-pragraph {
  padding-left: 0px;
}
}

/*27/02/2024*/

@media(max-width:1400px) and (min-width:992px){
    header#header .container {
        max-width: 1350px !important;
    }
    
    a.nav-link.scrollto.nav-btn.nav-login, 
    .navbar .getstarted,
    .navbar .getstarted:focus,
    .navbar a, .navbar a:focus{
        font-size: 12px;
    }
}

@media(max-width:1196px) and (min-width:992px){
    .logo {
        width: 10%;
    }
/*    .navbar {
        padding: 0;
        width: 90%;
    }
    
    .navbar ul {
        width: 100%;
    }
    
    .only-text-menu {
        align-content: space-between;
        justify-content: space-between;
        width: 80%;
        padding-left: 20px;
    }
    .navbar a{
        padding:0px;
    }*/

}

@media(max-width:1099px) and (min-width:992px){
    a.nav-link.scrollto.nav-btn.nav-login,
    .navbar .getstarted, .navbar .getstarted:focus{
        margin-left: 10px;
    }
}
@media(min-width:1000px){
    section#chemical-engineering {
      padding: 0 0;
        height: 100vh;
        display: flex;
        align-content: center;
        align-items: center;
    }
}

@media(max-width:1300px) and (min-width:1000px){
  section#chemical-engineering .container{
    max-width: 100%;
  }
}

@media(max-width:767px){
  header#header .container{
    max-width:100%;
  }

/*  .pin-spacer {
    height: 100vh !important;
  }*/
}

@media(max-width:992px){
  nav.navbar.navbar-mobile .fadeInDown{
    animation:fadeInDown 0.5s ease backwards;
  }
  @keyframes fadeInDown{
    0%{
      transform:translate(0px, -10px);
      opacity: 0;
    }
    100%{
      transform:translate(0px, 0);
      opacity: 1;
    }
  }
  div#nav-icon3 {
    color: transparent;
  }

/* button animate */

  nav.navbar.navbar-mobile .fadeInRight{
    animation:fadeInRight 0.5s ease backwards;
  }
  @keyframes fadeInRight{
    0%{
      transform:translate(0px, -10px);
      opacity: 0;
    }
    100%{
      transform:translate(0px, 0);
      opacity: 1;
    }
  }

}


/*#hero.removeFixed { background-attachment:scroll !important; }*/

.what-to-study-pragraph p {
    font-size: 22px;
}

section#hero.animate_complete_new {
    background-attachment: scroll;
    background-position: top center;
}

section#hero.animate .Hero-btn.fade-in-info {
    animation: fadeInSlow 5s;
}

@keyframes fadeInSlow {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

/*.content-info {
    padding: 0px 30px;
}*/

img#img6 {
    display: none;
}

@media(max-width:767px){
  .Hero-btn.aos-init.aos-animate p.btn-pera {
    width: 95%;
    font-size: 20px;
}

#ImgWrapper .img5 {
    z-index: 5;
    height: 60vh;
    bottom: 22%;
    width: 100%;
    text-align: center;
    left: 33%;
    object-fit: contain;
}

.img5 {
    left: -15px !important;
}

img#img6 {
    display: block;
}

video#img5vid {
    display: none;
}

#hero {
  position: relative;
}

.for-bg {
    display: block !important;
    position: fixed;
    height: 100%;
}

.for-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

}

main#main,footer#footer {
    z-index: 1;
    display: block;
    position: relative;
    background: #fff;
}

.article-inner a:hover {
    text-decoration: underline;
}

.article-inner a {
    color: #000;
    font-weight: 600;
}

@media(max-width:991px){
  .Ambassador {
    padding-bottom: 0 !important;
  }
}