* {
  margin: 0;
  padding: 0;
}
body {
  font-family: Manrope;
  background-image: url("./Media/darkbackground.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #3d3d3d !important ;
  color: white !important;
}
body.light {
  background-color: whitesmoke !important;
  background-image: url("./Media/lightbackground.svg");
  background-repeat: no-repeat;
  background-size: cover;
  color: #3d3d3d !important;
}

/******Dark-Light Toggle class********/
.toggleClass {
  display: inline-block;
  position: absolute;
  right: 4px;
  top: 11px;
}

.toggleClass a {
  color: #d1dae3 !important;
  text-decoration: none;
}

body.light .toggleClass a {
  color: #091921 !important;
}

/*******NAVBAR*******/
#nav-bar {
  position: sticky;
  top: 0;
  z-index: 100;
}
.navbar {
  background-color: #0066a1;
  padding: 0;
}

body.light .navbar {
  background-color: white;
}

.navbar-nav li {
  padding: 0 5px;
}

.navbar-nav li a {
  color: #fff !important;
  font-weight: 600;
  font-size: 16px;
  float: left;
  text-align: left;
}
body.light .navbar-nav li a {
  color: #0066a1 !important;
  font-weight: 600;
  font-size: 16px;
  float: left;
  text-align: left;
}
.nav-icon {
  padding: 8px 0px 5px 35px;
}

.fa-bars {
  color: #fff;
  font-size: 30px !important;
}

body.light .fa-bars {
  color: black;
}
.navbar-toggler {
  outline: none !important;
}
.social-media {
  padding: 0px !important;
  margin-right: 15px;
}

#social-media {
  padding: 0px !important;
}

#navbarNavright {
  float: right;
  display: flex;
}
/**********Banner*********/

#banner {
  padding: 10% 30% 10% 35%;
}

/********About Us*********/

.black {
  background-color: #222222;
}

#AboutUs {
  margin-left: 10px !important;
}
#AboutUs .h {
  color: #2f93eb;
  font-size: 33px;
  border-bottom: 3px solid white;
  display: inline;
  font-weight: lighter;
}

body.light #AboutUs .h {
  border-bottom: 3px solid #3d3d3d;
}

#AboutUs p {
  position: relative;
  font-size: 16px;
  line-height: 24px;
  padding-bottom: 5px;
}

#domains p {
  color: #2f93eb;
  display: flex;
  position: relative;
  height: 80px;
  width: 80px;
  padding: 10px 10px 10px 10px;
  margin-left: 10px;
}

#AboutUs .black {
  background-color: #222222;
  border-radius: 10px;
  box-shadow: 5px 5px 10px black;
}

#AboutUs.light .black {
  background-color: #2f93eb;
}

.h {
  border-bottom: 3px solid white;
  font-size: 33px;
  margin-top: 20px !important;
  font-weight: lighter;
  display: inline;
}

body.light .h {
  border-bottom: 3px solid #3d3d3d;
  font-size: 33px;
  display: inline;
}

p {
  padding-top: 5px !important;
}

.ha {
  font-size: 33px;
  font-weight: lighter;
  display: inline;
}

/************************ Techloop ***************************/

#Techloop .h {
  color: #2f93eb;
}
#Techloop .ha {
  color: #2f93eb;
}
#Techloop .black {
  backdrop-filter: blur(7px) saturate(200%);
  -webkit-backdrop-filter: blur(7px) saturate(200%);
  background-color: rgba(235, 235, 235, 0.05);
  border-radius: 12px;
}
/***********************  Our Events  *************************/

#Events .h {
  color: #2f93eb;
}

#Events .ha {
  color: #2f93eb;
}

#Events .black {
  background: linear-gradient(
    141.25deg,
    rgba(255, 255, 255, 0.06) 20%,
    rgba(255, 255, 255, 0) 100%
  );
  backdrop-filter: blur(34px);
  /* Note: backdrop-filter has minimal browser support */

  border: 1px solid;

  border-image-source: linear-gradient(
    160.01deg,
    rgba(0, 102, 161, 0.14) 0%,
    rgba(255, 255, 255, 0.1) 50%,
    rgba(0, 102, 161, 0.07) 100%
  );

  border-radius: 10px;
  /* border: 1px solid rgba(255, 255, 255, 0.125); */
}
/****************Blogs & Podcast Carousel*********************/

#Blogs .h {
  color: #2f93eb;
}

#Podcast .h {
  color: #2f93eb;
}

.carousel-inner {
  padding-top: 15px;
}

.single-box {
  position: relative;
  margin-bottom: 35px;
  height: 170px;
  background-color: dimgray;
}
.single-box .img-text {
  height: 50px;
  padding-top: 2px;

  width: 100%;
}

.single-box .img-text h2 {
  font-size: 18px;
  padding-bottom: 1px;
  color: #292929;
}
.single-box .img-text p {
  font-size: 10px;
  overflow: hidden;
  color: #3d3d3d;
}

.single-box .img-text a {
  float: right;
  color: white;
  text-decoration: none;
}
.single-box .img-area {
  object-fit: cover;
  overflow: hidden;
  height: 100px;
}

.carousel-item .img-area {
  width: 100%;
}
/***********Executive board**********/
#board {
  display: flex;
  justify-content: center;
  align-items: center;
}

#board img {
  padding-top: 10px;
  width: 100%;
  height: auto;
  border-radius: 10px;
}

#board .container {
  width: 100%;
  position: relative;
  margin: auto;
}

.board-box {
  width: fit-content;
  height: auto;
  position: relative;
  max-width: 100%;
  padding: 10px !important;
}
.board-box .bimg-text {
  height: auto;
}

.board-box .bimg-text p {
  font-size: 10px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .hiddenmin {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .hiddenmax {
    display: none;
  }
}

.carousel-inner img {
  margin: auto;
  width: 75%;
}

.carousel-item .row {
  margin: auto;
  width: 90%;
}

.carousel-item {
  width: 100%;
}

body.light .carousel-control-prev .carousel-control-next {
  color: black !important;
}

.carousel-control-prev {
  margin-left: 34vh;
  margin-top: 140vh;
}
.carousel-control-next {
  margin-right: 34vh;
  margin-top: 140vh;
}

.one {
  margin-left: 34vh;
  margin-top: 185vh;
}
.ones {
  margin-right: 34vh;
  margin-top: 185vh;
}
.board .cards {
  overflow: hidden;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  border: 0.5px solid #dfd9d9;
  border-radius: 6px;
}
.board .cards:hover {
  -webkit-box-shadow: 0 0 6px 5px rgb(0, 0, 0);
  box-shadow: 0 0 6px 5px rgb(141, 137, 137);
  border-radius: 6px;
  color: white;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  border: 0px solid #dfd9d9;
}
.board .cards .socials-icon {
  overflow: hidden;
  background-color: #3d3d3d;
  position: relative;
}
.board .cards .socials-icon:before {
  background: rgba(74, 72, 88, 0.493);
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;    
  /* -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); */
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  z-index: 5;
}
.board .cards .socials-icon:hover:before {
  /* -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); */
  opacity: 0;
}
.board .cards .socials-icon:hover img{
  transform:scale(1.15);
  opacity: 0.4;
  overflow: hidden;
  -webkit-transform:scale(1.15);
  -moz-transform:scale(1.15);
  -ms-transform:scale(1.15);
  -o-transform:scale(1.15);
  transform:scale(1.15);

}
.board .cards .socials-icon img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-transition:all .9s ease; 
  -moz-transition:all .9s ease; 
  -o-transition:all .9s ease;
  -ms-transition:all .9s ease; 
  transition: all .4s;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.board .cards .socials-icon ul {
  position: absolute;
  display: inline-flex;
  margin-top: 85px;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.board .cards .socials-icon ul:before {
  position:relative;
  content: "";
  height:max-content;
  width: max-content;
  background: transparent;
  /* top: -20%;*/
  /* left: -20px;  */
  border: 0px solid rgba(255, 255, 255, 0);
  /* -webkit-transform: rotate(44deg) scale(1.4);
  -ms-transform: rotate(44deg) scale(1.4);
  transform: rotate(44deg) scale(1.4); */
  opacity: 0;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.board .cards .socials-icon ul li {
  height: fit-content;
  display: inline-block;
  -webkit-transform: perspective(50px) rotatey(80deg);
  transform: perspective(50px) rotatey(80deg);
  -webkit-transition: all 0.5s ease 0.2s;
  -o-transition: all 0.5s ease 0.2s;
  transition: all 0.5s ease 0.2s;
  margin:1px;
}
.board .cards .socials-icon ul li a i.fa {
  color: rgba(255, 78, 0, 0.8);
  font-size: 18px;
  margin:12px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  width: 28px;
  color: #fff;
  height: 28px;
  line-height: 21px;
  text-align: center;
}
.board .cards .socials-icon ul li a i.fa:hover {
  color: #cf057c;
}
.board .cards .socials-icon ul li:nth-child(1) {
  -webkit-transform: translate3d(10px, 100px, 0);
  transform: translate3d(-50px, 100px, 0);
}
.board .cards .socials-icon ul li:nth-child(2) {
  -webkit-transform: translate3d(10px, 100px, 0);
  transform: translate3d(0px, 100px, 0);
}
.board .cards .socials-icon ul li:nth-child(3) {
  -webkit-transform: translate3d(10px, 100px, 0);
  transform: translate3d(50px, 100px, 0);
}
.board .cards .socials-icon ul li:nth-child(4) {
  -webkit-transform: translate3d(53px, 0px, 0);
  transform: translate3d(53px, 50px, 0);
}
.board .cards .socials-icon:hover ul {
  left: 0%;
  opacity: 1;
  z-index: 9;
}
.board .cards .socials-icon:hover ul:before {
  opacity: 1;
 /* -webkit-transform: rotate(44deg) scale(1);
  -ms-transform: rotate(44deg) scale(1);
  transform: rotate(44deg) scale(1);*/
}
.board .cards .socials-icon:hover ul li:nth-child(1),
.board .cards .socials-icon:hover ul li:nth-child(2),
.board .cards .socials-icon:hover ul li:nth-child(3){
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.board .cards .spk-info {
  text-align: center;
  padding: 10px 0;
}
.board .cards .spk-info h3 {
  color: #928c8c;
  font-size: 15px;
  margin-bottom: 5px;
  font-family: Manrope;
font-style: normal;
font-weight: normal;
line-height: 24px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  text-transform: capitalize;
}
.board .cards .spk-info h3:hover {
  color: #ffffff;
}
.board .cards .spk-info p {
  font-family: Manrope;
font-style: normal;
font-size: 10px;
line-height: 16px;
  margin-bottom: 0;
  color: #656565;
}

.board-two .title-text h2 {
  color: #fff;
}

.board-two .cards {
  position: relative;
  overflow: hidden;
}
.board-two .cards:hover img {
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}
.board-two .cards img {
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
  -webkit-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.board-two .cards .img-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background: rgba(91, 69, 213, 0.9);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.board-two .cards:hover .img-overlay {
  opacity: 1;
}
.board-two .cards .name a {
  position: absolute;
  bottom: -20%;
  left: 10%;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  text-transform: capitalize;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.board-two .cards .name a:hover {
  color: #cf057c;
}
.board-two .cards:hover .name a {
  bottom: 10%;
}
.board-two .cards .social-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position:absolute;
  bottom: 23%;
  left: 0;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.board-two .cards .social-icons li {
  margin-right: 10px;
}
.board-two .cards .social-icons li a {
  color: #fff;
}
.board-two .cards .social-icons li a:hover {
  color: #252525;
}
.board-two .cards:hover .social-icons {
  left: 27px;
}
ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
  outline: none;
}
.mb50 {
  margin-bottom: 50px;
}
.new{
  max-width: 100px;
  max-width: 100px;
}