/* 

Sentra Template

https://templatemo.com/tm-518-sentra

*/
@import url('https://fonts.googleapis.com/css2?family=Mitr:wght@300;400&display=swap');

body {
  /* font-family: 'Open Sans', sans-serif; */
  /* font-family: cursive; */
  overflow-x: hidden;
  font-family: 'Mitr', sans-serif;
}

p {
  font-size: 15px;
  color: #080808;
  line-height: 24px;
  font-weight: 600;
}

.page-content {
  width: 77.5%;
  float: right;
}

.content-section {
  padding-top: 80px;
  position: relative;
  width: 100%;
  display: inline-block;
  height: auto;
  left: 50%;
  text-align: center;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.section-heading {
  position: relative;
  margin-bottom: 40px;
}


.section-heading h1 {
  color: #232323;
  display: inline-block;
}

.section-heading em {
  font-style: normal;
  font-weight: 700;
  color: #e8594a;
}

.hero-img {
  width: 50vw;
}

.hero-img img {
  width: 50%
}

.section-heading p {
  color: #343434;
  margin-top: 1em;
}

.white-button a {
  font-size: 13px;
  font-weight: 600;
  color: #45489a;
  /* text-transform: capitalize; */
  background-color: #fff;
  display: inline-block;
  height: 44px;
  line-height: 44px;
  padding: 0px 25px;
  letter-spacing: 0.25px;
  text-decoration: none;
  transition: all 0.3s;
}

.white-button a:hover {
  background-color: #45489a;
  color: #fff;
}

.accent-button a {
  font-size: 13px;
  font-weight: 600;
  color: #fff;
  /* text-transform: capitalize; */
  background-color: #4398d1;
  display: inline-block;
  height: 44px;
  line-height: 44px;
  padding: 0px 25px;
  letter-spacing: 0.25px;
  text-decoration: none;
  transition: all 0.3s;
}

.accent-button a:hover {
  background-color: #fff;
  color: #45489a;
}

header {
    position: fixed;
    top: 0;
    transition: top 0.3s ease-in-out;
    width: 100%;
}

.nav-up {
    top: -75px;
}

/* Responsive Navigation */

.responsive-nav {
  position: fixed;
  z-index: 10;
  width: 100%;
  height: 80px;
  background-color: rgba(250,250,250,.95);
  box-shadow: 0px 5px 15px rgba(0,0,0,0.2);
}

.navbar-toggle {
  position: absolute;
  top: 40%;
  left: 50%;
  display: inline-block;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.navbar-nav {
  margin: 0;
  border: none;
}

#main-nav ul {
  text-align: center;
  background-color: rgba(0,0,0,0.9);
  margin-top: 59px;
  width: 100%;
}
#main-nav ul li {
  margin: 15px 0px;
}
#main-nav ul li:hover {
  background-color: transparent;
}
#main-nav ul li a {
  font-size: 15px;
  /* text-transform: capitalize; */
  color: #fff;
  box-shadow: none;
  border: none;
}

#main-nav ul li a:hover {
  opacity: 0.5;
  background-color: transparent;
}

.navbar-toggle span {
  background-color: #232323;
}


/* Sidebar Style */

.sidebar-navigation {
  width: 100%;
  /* width: 22.5%; */
  /* float: left;
  height: 100%; */
  position: fixed;
  background-color: rgba(12,12,12,0.9);
  z-index: 10;
  /* display:none; */
}

.sidebar-navigation .logo {
  position: absolute;
  width: 100%;
  height: 140px;
  line-height: 100px;
  background-color: #45489a;
  padding: 20px;
  text-align: center;
}

.sidebar-navigation .logo a {
  text-decoration: none;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  height: 100px;
  width: 100%;
  display: inline-block;
  border: 1px solid rgba(250,250,250,0.5);
}

.sidebar-navigation .logo em {
  font-style: normal;
  font-weight: 300;
}

.sidebar-navigation nav {
  /* position: relative;
  top: 60%;
  left: 60%;
  -webkit-transform: translateX(-60%) translateY(-60%);
  -moz-transform: translateX(-60%) translateY(-60%);
  -ms-transform: translateX(-60%) translateY(-60%);
  -o-transform: translateX(-60%) translateY(-60%);
  transform: translateX(-60%) translateY(-60%); */
}

.sidebar-navigation ul {
  margin-left: 45px;
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: space-around;
}
.sidebar-navigation li{
  padding: 10px 0;
}

.sidebar-navigation span{
  display: inline-block;
  position:relative;
}

.sidebar-navigation nav a{
  display: flex;
  flex-direction: column-reverse;
  /* display: inline-block; */
  color: #fff;
  margin: 0 1rem;
  margin-top: 5px;
  text-decoration: none!important;
  font-size: 15px;
  letter-spacing: 0.5px;
  /* text-transform: capitalize; */
}

.circle{
  margin-right: 5px;
  height: 10px;
  width: 10px;
  left: 0px;
  top: -1px;
  border-radius: 50%;
  background-color: transparent;
  border: 2px solid #fff;
  transition: all 0.3s;
}
.rect{
  height: 1px;
  width: 0px;
  left: 0;
  bottom: 6px;
  background-color: #fff;
  -webkit-transition: -webkit-transform 0.1s, width 0.6s;
  -moz-transition: -webkit-transform 0.1s, width 0.6s;
  transition: transform 0.1s, width 0.6s;
}
.sidebar-navigation nav a:focus {
  color: #fff;
}
.sidebar-navigation nav a:hover, nav .active-section {
  color: #fff;
}
.sidebar-navigation nav a:hover span, nav .active-section span{
  background-color: #ddd;
}
.sidebar-navigation nav .active-section .rect{
  width: 60px;
}
.sidebar-navigation nav .active-section .circle{
  background-color: #fff;
}

.sidebar-navigation .social-icons {
  position: absolute;
  width: 100%;  
  bottom: 10px;
  padding: 0;
  margin: 0;
  text-align: center;
}

.sidebar-navigation .social-icons li {
  display: inline-block;
  margin-right: 15px;
  margin-top: 0px;
  margin-bottom: 0px;
}
.sidebar-navigation .social-icons li:last-child {
  margin-right: 0px;
}

.sidebar-navigation .social-icons li a {
  font-size: 18px;
  color: #fff;
  transition: all 0.5s;
}

.sidebar-navigation .social-icons li a:hover {
  color: #45489a;
}


/* Slider Style */



.slider p a {
	color: #FFF;
}
.slider p a:hover {
	color: #FF0;
	text-decoration: none;
}
/* Slider Style */

.slider .content-section {
  padding-top: 0px;
  min-width: 100%;
  min-height: 80vh;
  width: 100%;
  height: 80vh;
  text-align: center;
}

.slider p a {
	color: #FFF;
}
.slider p a:hover {
	color: #FF0;
	text-decoration: none;
}

.Modern-Slider .info {
  /* text-align: right; */
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  /* width: 70%; */
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translateY(-50%, -50%);
  -ms-transform: translateY(-50%, -50%);
  -o-transform: translateY(-50%, -50%);
  transform: translateY(-50%, -50%);
  display: inline-block;
}

.Modern-Slider .info h1 {
  margin-top: 0px;
  margin-bottom: 15px;
  font-size: 48px;
  color: #fff;
  font-weight: 700;
  text-align: center;
}

.Modern-Slider .info p {
  /* font-size: 18px; */
  color: #fff;
  line-height: 2;
  text-align: center;
}

.Modern-Slider .info .white-button {
  margin-top: 30px;
}

.Modern-Slider .info .white-button a:focus {
  outline: none;
}

.Modern-Slider .slick-dots {
  opacity: 0;
}

.Modern-Slider .NextArrow{
  outline: none;
  display: none;
  position:absolute;
  top:590px;
  right:60px;
  width:50px;
  height:50px;
  background:rgba(0,0,0,.50);
  border:0 none;
  margin-top:-22.5px;
  text-align:center;
  font:32px/50px FontAwesome;
  color:#FFF;
  z-index:5;
  bottom: 130px;
  left: 53%;
  transform: translateX(-55%);
}

.Modern-Slider .NextArrow:before{content:'\f105';}

.Modern-Slider .PrevArrow{
  outline: none;
  position:absolute;
  top:590px;
  right: 120px;
  width:50px;
  height:50px;
  background:rgba(0,0,0,.50);
  border:0 none;
  margin-top:-22.5px;
  text-align:center;
  font:32px/50px FontAwesome;
  color:#FFF;
  z-index: 5;
  bottom: 130px;
  left: 48%;
  transform: translateX(-50%);
}

.Modern-Slider .item .image {
  width: 100%;
  height: 80vh;
  /* height: 100vh; */
  background-position: center center;
  background-size: cover;
  display: block;
}

.Modern-Slider .item-1 .image {
  background-image: url(../img/Image-pixel-info-1.jpg);
  /* background-color: #000; */

}

.Modern-Slider .item-2 .image {
  background-image: url(../img/Image-pixel-info-2.jpg);
  /* background-color: #000; */
}

.Modern-Slider .item-3 .image {
  background-image: url(../img/Image-pixel-info-3.jpg);
  /* background-color: #000; */
}
.Modern-Slider .item-4 .image{
  background-image: url(../img/Image-pixel-info-4.jpg);
}
.Modern-Slider .item-5 .image{
  background-image: url(../img/Image-pixel-info-5.png);
}

.Modern-Slider .PrevArrow:before{content:'\f104';}

.Modern-Slider .item .image {
  animation: zoomin 12s ease-in-out infinite alternate;
  -webkit-animation: zoomin 12s ease-in-out infinite alternate;
}

@keyframes zoomin {
    0% {-webkit-transform: scale(1);}
    100% {-webkit-transform: scale(1.2);}
}

.Modern-Slider {background:transparent;}

/* ==== Slick Slider Css Ruls === */
.slick-slider{position:relative;display:block;-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:hand}
.slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform:translate3d(0,0,0);-ms-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 /* If RTL Make This Right */ ;height:100%;min-height:1px}
.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}


/* Featured Style */

#programme {
}

/*#programme .section-heading {*/
/*  margin-right: 20%;*/
/*}*/

#programme .content-section {
  display: inline-block;
  position: relative;
}

#programme .owl-dots {
  margin-top: 40px;
}

#programme .owl-dots .owl-dot span  {
  width: 12px;
  height: 12px;
  background-color: #cdcdcd!important;
  display: inline-block;
  border-radius: 50%;
  margin: 0 3px;
}

#programme .owl-dots .active span {
  background-color: #45489a!important;
}

#programme .owl-dots button {
  outline: none;
}

#programme .owl-nav {
  position: absolute;
  display: inline-block;
  top: -110px;
  right: 0;
}

#programme .owl-nav button:focus {
  outline: none;
}

#programme .owl-nav .owl-prev span {
  margin-right: 10px;
}

#programme .owl-nav .owl-next span, #programme .owl-nav .owl-prev span {
  outline: none;
  /* width: 50px;
   */
   height: 50px;
  width: 39px;
  display: inline-block;
  text-align: center;
  line-height: 42px;
  background-color: #eee;
  color: #232323;
  font-size: 42px;
  transition: all 0.5s;
}

#programme .owl-nav span:hover {
  background-color: #45489a;
  color: #fff;
}

#programme .item {
  text-align: left;
  position: relative;
  z-index: 10;
}

#programme .item .image {
  position: relative;
}

#programme .item .image img {
  width: 80%;
  overflow: hidden;
}

#programme .item .text-content {
  position: relative;
  z-index: 10;
}

#programme .item .text-content h4 {
  text-align: center;
  margin-top: 0px;
  margin-bottom: 5px;
  font-size: 21px;
  font-weight: 600;
  color: #232323;
  letter-spacing: 0.5px;
}

#programme .item .text-content span {
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.5px;
}
.col-lg-6{
  padding: 40px;
}
.par{
  margin-top: 18px;
  line-height: 2;

}


/* Projects Style */

#projects {
  padding-left: 60px;
  padding-right: 60px;
  padding-bottom: 50px;
}

#projects .masonry {
  position: relative;
  width: 100%;
}

#projects .masonry .item img {
  transition: all 1s;
  width: 100%;
  overflow: hidden;
  margin-bottom: 30px;
}

#projects .masonry .item img:hover {
  opacity: 0.5;
}



/* Video Presentation Style */

#video {
  text-align: center;
  background-color: #8b838300;
  /* padding: 100px 60px; */
  padding-bottom: 0;
}

#video .section-heading {
  margin-bottom: 30px;
  text-align: center;
}

#video .section-heading h1 {
  display: block;
  margin: 0px;
}

#video .section-heading p {
  position: relative;
  margin: 0px;
}

#video .accent-button {
  margin-top: 30px;
}

.box-video{
  width: 100%;
  position: relative;
  margin-top: 30px;
  cursor: pointer;
  overflow: hidden;
}

.box-video .bg-video{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 2;
}

.box-video .video-container{
  position: relative;
  margin: 0;
  z-index: 1;
}

.box-video .bt-play {
  position: absolute;
  top:50%;
  left:50%;
  margin:-30px 0 0 -30px;
  display: inline-block;
  width: 60px;
  height: 60px;
  background:#fff;
  border-radius: 50%;
  text-indent: -999em;
  cursor: pointer;
  z-index:2;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
.box-video .bt-play:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  height: 0;
  width: 0;
  margin: -12px 0 0 -6px;
  border: solid transparent;
  border-left-color: #000;
  border-width: 12px 20px;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
.box-video:hover .bt-play {
  transform: scale(1.1);
}

.box-video.open .bg-video{
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all .6s .8s;
  transition: all .6s .8s;
}
.box-video.open .video-container{
  opacity: 1;
  -webkit-transition: all .6s .8s;
  transition: all .6s .8s;
}




/* Blog Style */

#methodology {
  padding-left: 60px;
  padding-right: 60px;
  /* padding-bottom: 80px; */
}

#methodology .tabs {
  list-style: none;
  margin: 0;
  padding: 0;
  height: 90px;
  width: 100%;
  background-color: #eee;
  border-bottom: 5px solid #4398d1;
}

#methodology .tabs li {
  display: inline-block;
  text-align: center;
  width: calc(100% / 3);
  float: left;
  margin: 0;
  padding: 0;
}

#methodology .tabs a {
  display: block;
  text-align: center;
  text-decoration: none;
  /* text-transform: capitalize; */
  letter-spacing: 0.5px;
  color: #232323;
  font-size: 19px;
  line-height: 80px;
  font-weight: 600;
  transition: 0.5s;
}

#methodology .tabs a:hover {
  color: #45489a;
}


#methodology .tabs .active:hover {
  color: #fff;
}

#methodology .tabs .active {
  background-color: #4398d1;
  color: #fff;
}

.tabgroup {
  background-color: #f4f4f4;
  padding: 0 30px;
}

.clearfix:after {
  content:"";
  display:table;
  clear:both;
}

#methodology .tabgroup ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.tab > ul > li {
  display: inline-block;
  text-align: left;
  border-bottom: 1px solid rgba(0,0,0,0.2);
}

#methodology .tabgroup ul li:last-child {
  border-bottom: none;
}

/* #methodology .tabgroup ul li img {
  float: left;
  margin-right: 30px;
  max-width: 100%;
  overflow: hidden;
} */
#methodology .tabgroup ul li .text-content {
  display: inline;
}

#methodology .item .text-content h4 {
  padding-top: 7.5px;
  margin-top: 0px;
  margin-bottom: 5px;
  font-size: 21px;
  font-weight: 600;
  color: #232323;
  letter-spacing: 0.5px;
}

#methodology .item .text-content span {
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  color: #7a7a7a;
  letter-spacing: 0.5px;
  margin-bottom: 15px;
}

#methodology .item .text-content .accent-button {
  margin-top: 25px;
}
.logpixel{
  width: 15%;
}




/* Contact Style */

/*#contact {*/
/*  padding-top: 0px;*/
/*}*/

#contact-content {
  padding: 80px 60px;
}

#contact input {
  border-radius: 0px;
  padding-left: 15px;
  font-size: 13px;
  color: #aaa;
  background-color: #f4f4f4;
  border: 1px solid #eee;
  outline: none;
  box-shadow: none;
  line-height: 40px;
  height: 40px;
  width: 100%;
  margin-bottom: 25px;
}

#contact textarea {
  border-radius: 0px;
  padding-left: 15px;
  padding-top: 10px;
  font-size: 13px;
  color: #aaa;
  background-color: #f4f4f4;
  border: 1px solid #eee;
  outline: none;
  box-shadow: none;
  height: 200px;
  max-height: 250px;
  width: 100%;
  max-width: 100%;
  margin-bottom: 25px;
}

#contact button {
  font-size: 13px;
  border-radius: 0px;
  font-weight: 600;
  color: #fff;
  /* text-transform: capitalize; */
  background-color: #45489a;
  display: inline-block;
  height: 44px;
  line-height: 24px;
  outline: none;
  box-shadow: none;
  width: 100%;
  letter-spacing: 0.25px;
  text-decoration: none;
  transition: all 0.3s;
}

#contact button:hover {
  color: #232323;
  background-color: #f4f4f4;
}



/* Footer Style */

.footer {
  background-color: rgba(12,12,12,0.9);
  /* height: 80px; */
  /* line-height: 80px; */
  display: inline-block;
  text-align: center;
  width: 100%;
}

.footer p {
  margin-bottom: 0px;
  /* line-height: 80px; */
  color: #fff;
  letter-spacing: 0.5px;
  font-weight: 300;
}

.footer p a {
  text-decoration: none;
  color: #fff;
  font-weight: 600;
}


@media (max-width: 992px) {
.logpixel{
  width: 35%;
}
  /* .owl-stage {
    margin-top: 305px;  } */
  }


/* Responsive Style */

@media (max-width: 992px) {

  .responsive-nav {
    display: none;
  }
.section-heading p{
  top:34px
}
  .sidebar-navigation .logo a {
    font-size: 18px;
  }

  .sidebar-navigation nav a {
    font-size: 13px;
  }

  .sidebar-navigation nav ul {
    margin-left: 30px;
  }

  .sidebar-navigation .social-icons li a {
    font-size: 15px;
  }

}
.info{
  width: 100%;
}


@media (max-width: 767px) {

  .hero-img img {
    width: 80%;
  }

  .responsive-nav {
    display: block;
    height: 60px;
  }
  .txt-slider p{
    font-size: 15px !important;

  }

  .page-content {
    width: 100%;
  }

  .Modern-Slider .info {
    text-align: center;
    right: 0px;
    padding: 0px 30px;
  }
  .Modern-Slider .info p{
    /* font-size: 10px; */
  }

  .Modern-Slider .NextArrow{
    outline: none;
    display: none;
    position:absolute;
    /* top:120px; */
    right: 50%;
    transform: translateX(50%);
    margin-right: -30px;
    width:50px;
    height:50px;
    background:rgba(0,0,0,.50);
    border:0 none;
    text-align:center;
    font:32px/50px FontAwesome;
    color:#FFF;
    z-index:5;
    bottom: 0;
  }

  .Modern-Slider .NextArrow:before{content:'\f105';}

  .Modern-Slider .PrevArrow{
    display: none;
    outline: none;
    position:absolute;
    /* top:120px; */
    left: 50%;
    transform: translateX(-50%);
    margin-left: -30px;
    width:50px;
    height:50px;
    background:rgba(0,0,0,.50);
    border:0 none;
    text-align:center;
    font:32px/50px FontAwesome;
    color:#FFF;
    z-index:5;
    bottom: 0;
  }



}

@media (max-width: 690px) {

  .section-heading p {
    position: relative;
  }

  #programme {
  }

  #programme .owl-nav {
    position: absolute;
    display: none;
    top: -314px;
    right: 0;
  }

  #projects {
    padding-left: 15px;
    padding-right: 15px;
  }

  #video {
    padding-left: 15px;
    padding-right: 15px;
  }

  #methodology {
    padding-left: 15px;
    padding-right: 15px;
  }

  #methodology .tabs a {
    font-size: 13px;
  }

  /* #methodology .tabgroup ul li img {
    float: none;
    width: 100%;
    margin-bottom: 15px;
  } */
  #methodology .tabgroup ul li .text-content {
    display: block;
  }

  #contact-content {
    padding-left: 15px;
    padding-right: 15px;
  }

}
#tab1 ul li{
  width: 100%;
} 
#tab2 ul li{
  width: 100%;
} 
.page-content {
  width: 77.5%;
  float: right;
}
.text-contentt{
  display: flex;
}
.imgg{
  /* width: 15%; */
  width: 80%;
  height: 132px;
}
@media (max-width: 992px) {

  .imgg {
    
    width: 40%;
    height: 59px;  }
  }

.desc{
  width: 80%;
  margin-left: 5%;
}

.tab-ul {
  display: flex;
  flex-direction: column;
}

.tab-ul li div {
  display: flex;
}

.tab-ul li div img {
  flex-basis: 15%
}

.tab-ul li .item .text-content {
  flex-basis: 85%;
}

.slick-current {
  position: relative;

}
.slick-current::after{
  content: "";
  width: 100%;
  height: 100%;
  background-color: red;
  top: 0;
  left: 0;

}

.item-wrapper {
  border: 1px solid rgba(0,0,0,0.1);
  border-radius: 20px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  padding: 30px 0;
}
.item-wrapper.disabled {
  filter: grayscale(100%);
}
.item-wrapper .image {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 25px;
}

.niveau-cover {
    transition: 0.3s;
    width: 100%;
}
.item-wrapper:not(.disabled) .niveau-cover {
    cursor: pointer;
}

.item-wrapper:not(.disabled) .niveau-cover:hover {
    opacity: 0.7;
}

.item-wrapper:not(.disabled) .niveau-badge {
  cursor: pointer;
}

.item-wrapper .text-content {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 10px;
}

.section-image {
  position: relative;
}

.section-image::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: rgba(0,0,0,.5);
  left: 0;
  top: 50%;
  z-index: -1;
}

.section-title {
  display: flex;
  flex-direction: column;
  margin-top: 4rem;
}
.section-title h1{
font-weight: 500;}

.info h2 {
  margin-top: 0;
}

.tab > ul > li {
  padding: 20px 0;
}

.cover img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (max-width: 768px) {
  .cover {
    height: 300px;
  }

  #tab1 ul li img {
    object-fit: contain;
  }
}

@media screen and (min-width: 1200px) {
  .hero-img img {
    width: 35%;
  }
}

#loading {
  position: fixed;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-align: center;
  opacity: 1;
  background-color: rgba(0, 0, 0, 1);
  z-index: 99;
}

#loading-image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
}

.loader {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  border: 3px solid;
  border-color: #FFF #FFF transparent transparent;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}
.loader::after,
.loader::before {
  content: '';  
  box-sizing: border-box;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border: 3px solid;
  border-color: transparent transparent #00bbff #0d0850;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  box-sizing: border-box;
  animation: rotationBack 0.5s linear infinite;
  transform-origin: center center;
}
.txt{
  margin-top: 5px;
    font-weight: 700;
}
.loader::before {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 32px;
  height: 32px;
  border-color: #FFF #FFF transparent transparent;
  animation: rotation 1.5s linear infinite;
}
    
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
} 
@keyframes rotationBack {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}

/* CONTACT */
.contact {
  color: #666;
  padding: 90px 0;
  --color: #111511;
}
.contact i.fa-solid, .contact i.fa-brands {
  font-size: 4rem;
  margin-bottom: 2rem;
  color: var(--color);
}