<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.upcoming-event .card:hover{
  background-color: #F05A28;
  /* transform:scale(1.1); */
}

.upcoming-event .card:hover p, .upcoming-event .card:hover h6, .upcoming-event .card:hover a, .upcoming-event .card:hover span, .upcoming-event .card:hover .btn{
  color: white !important;
}

.upcoming-event .card{
  border: 1px solid #cdcbcb !important;
  min-height: 185px;
}

/* .img-cta-brochure{
  height: 200px;
} */

/* .basic-tag-course{
  position: absolute;
  bottom: 20px;
  width: 94%;
} */

/* .border-1{
  border: 0px solid black;
  height: 74px;
  width: 116px;
} */

/* .course-filter{ */
  /* position: absolute;
  z-index: 9999;
  width: 90%;
  margin-top: 10px; */
  /* margin-bottom: -30px; */
/* } */

.mySwiper2 .swiper-pagination-bullets.swiper-pagination-horizontal{
bottom: unset !important;
left: 201px !important;
}


.bg-light-primary{
  background-color: #ffe5dd;
}

/* .unlist-style{
  list-style: none;
    padding-left: 0px;
}

.unlist-style btn{
  color: #3d4859;
}

.unlist-style btn:hover{
  color: #f05a28;
}

.unlist-style a.active{
  font-weight: bold;
color: #f05a28;
} */

/* .instrustors-card .card:hover{ */
  /* background-color: #F05A28; */
  /* transform:scale(1.1); */
/* } */

/* .instrustors-card .card:hover p, .instrustors-card .card:hover h6, .instrustors-card .card:hover a, .instrustors-card .card:hover span{
  color: white !important;
}

.instrustors-card .card{
  border: 1px solid #e4e4e4 !important
} */



.main-aside {
  position: sticky;
  top: 100px;
  z-index: 1;
}

.main-aside ul {
  margin: 0;
  padding: 0;
}

.main-aside ul li {
  list-style: none;
  margin: 0;
  padding: 10px 15px;
  border-left: 1px solid #D0D5DD;
}

.main-aside ul li a {
  color: #667085;
}

.main-aside ul li.active {
  border-left: 2px solid #F05A28;
}

.main-aside ul li.active a {
  color: #F05A28;
}



/* .avatar {
  position: relative;
  width: 2.375rem;
  height: 2.375rem;
  cursor: pointer;
}

.avatar .avatar-initial {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #69809a;
  font-weight: 600;
}

.avatar-xl .avatar-initial {
  font-size: 20px;
} */

.rounded-circle {
  border-radius: 50% !important;
}

/* .avatar-xl {
  width: 4.5rem !important;
  height: 4.5rem !important;
} */


.btn-inffcebook{
  background-color: #1977F3;
  color: white;
}

/* .empty-state-myprofile{
  min-height: 800px;
} */

/* button.btn.py-1.small.px-1.active{
  color: white;
  background: #F05A28;
} */

/* .text-clipp{
  white-space: nowrap;
  width: 240px;
  overflow: hidden;
  text-overflow: clip;
} */

/* .ic-wanew{
  position: fixed;
  bottom: 28px;
  right: 15px;
  z-index: 99999;
} */

/* .bg-dangerr{
  background-color: red;
} */

.btn-readmore-training{
  position: absolute;
  right: 17px;
  margin-top: -20px;
}

/* .btn-readmore-banner{
  position: absolute;
  z-index: 9999;
  right: 29px;
  bottom: 25px;
} */

/* .btn-readmoree{
  font-size: 14px !important;
  position: absolute;
  width: 95% !important;
  bottom: 18px;
} */


/* .tabel-training .table thead th{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
  background-color: #ffe5dd;
  border-bottom-width: 1px;
  color: #3d4859;
}

.tabel-training .table tbody td{
  color: #3d4859;
  font-size: 14px !important;
}


.tabel-training .table thead {
  color: #3d4859;
  font-size: 14px !important;
} */

.ic-wanew img{
  /* height: 100px; */
  animation: zoom-in-zoom-out 1s ease infinite;
}

@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.03, 1.03);
  }
  100% {
    transform: scale(1, 1);
  }
}

.swiper-button-next, .swiper-button-prev{
  color: white !important;
}


.btn-list-training{
  background-color: transparent;
  border: none;
  white-space: normal;
  word-wrap: break-word;
  text-align: left;
}

/* .banner-mobile-size{
  visibility: hidden;
  display: none;
} */



/* .banner-desktop-size{
  display: block;
  visibility: visible;
} */

/* @media screen and (max-width: 400px)
{
  
} */

@media screen and (max-width: 600px) {
  /* .banner-mobile-size{
    display: block;
    visibility: visible;
  } */

  .mySwiper2 .swiper-pagination-bullets.swiper-pagination-horizontal {
    display: none !important;
  }

  .nav-web {
    display: none !important;
  }

  .nav-mobile {
    display: flex !important;
  }

 

  /* .banner-desktop-size{
    

    visibility: hidden;
    display: none;
  } */

  .list-training-mobile{
    display: block !important;
    visibility: visible !important;
  }


.list-training-web{
  visibility: hidden!important;
  display: none!important;
}

nav{
  margin-top: 25px !important;
}

/* .btn-readmore-banner{
  height: 40px !important;
  width: auto;
  font-size: 18px;
  position: absolute;
  right: 30% !important;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  bottom: 54px !important;
  padding-right: 20px;
  padding-left: 20px;

} */

  


}

@media screen and (max-width: 768px) {
  .thumbnail.fancybox img {
    height: 100% !important;
  }
  
  .list-training-web{
    visibility: hidden!important;
    display: none!important;
  }
}


.list-training-web{
  display: block;
  visibility: visible;
}

.list-training-mobile{
  visibility: hidden;
  display: none;
  border-bottom: 1px solid #D9D9D9;
}

.list-training-mobile:hover{
  background-color: rgb(253, 226, 218);
}

.list-training-mobile span, .list-training-mobile a{
  font-size: 12px;
}



.list-training-home:hover{
  background-color: rgb(253, 226, 218);
}


/* #about-tab-pane img {
  width: 90% !important;
}

#objective-tab-pane img {
  width: 90% !important;
}

#audiences-tab-pane img {
  width: 90% !important;
} */

/* .img-client-size{ */
  /* height: 74px; */
  /* width: 116px; */
  /* width: 100%; */
  /* display: none; */
/* } */

.navbar .icon-dropdown {
  width: 32px;
  height: 32px;
  background: #FFE0D6;
}

.navbar .nav-item.dropdown:hover .dropdown-menu .dropdown-item:hover {
  transform: scale(1.08);
  transition: .5s;
}

.navbar .nav-item.dropdown:hover .dropdown-menu .dropdown-item.all-training:hover i {
  color: #F05A28;
}

.navbar .nav-item.dropdown:hover .dropdown-menu .dropdown-item.all-training:hover {
  transform: none;
  transition: initial;
}

.navbar .nav-item.dropdown:hover .dropdown-menu .dropdown-item:hover .icon-dropdown {
  background-color: #f05a28;
  color: #fff;
}

.navbar .nav-item.dropdown:hover .dropdown-menu .dropdown-item:hover .icon-dropdown svg path {
  fill: #fff;
}

.dropdown-menu .dropdown-item.drilling svg {
  height: 16px;
}

@media (min-width: 992px) {
  .navbar .dropdown .dropdown-menu {
    width: 700px;
  }
}

@media (max-width: 992px) {
  .navbar .nav-item.dropdown:hover .dropdown-menu {
    display: block;
  }
}</pre></body></html>