body {
  font-family:"Merriweather",serif;
  color:#0c0c0c;
  background-color:#fff
  }
  
  .layout_padding {
  padding:75px 0
  }
  
  .layout_padding2 {
  padding:45px 0
  }
  
  .layout_padding2-top {
  padding-top:45px
  }
  
  .layout_padding2-bottom {
  padding-bottom:45px
  }
  
  .layout_padding-top {
  padding-top:75px
  }
  
  .layout_padding-bottom {
  padding-bottom:75px
  }
  
  .margin_top {
  margin-left:30px
  }
  
  .custom_heading-container {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
  margin-top:30px
  }
  .detail-course h2{
    text-transform:uppercase;
    font-weight:700;
    color:#F69B27
  }
  .custom_heading-container h2 {
  text-transform:uppercase;
  font-weight:700;
  color:#F69B27
  }
  .process-bar{
    font-size: 2vh;
    font-weight: bold;
  }
  .custom_heading-container hr {
  width:250px;
  border:none;
  height:1.5px;
  background-color:#244186;
  margin:0 5px 1rem
  }
  
  .hero_area {
  position:relative
  }
  
  .sub_page .hero_area {
  height:auto
  }
  
  .hero_area.sub_pages {
  height:auto
  }
  
  .header_section {
  position:fixed;
  top:0;
  left:0;
  width:100%;
  background-color:#244186;
  z-index:999;
  transition:1s
  }
  
  .header_section .container-fluid {
  padding-right:30px;
  padding-left:30px;
  transition:.6s
  }
  
  .header_section .nav_container {
  margin:0 auto
  }
  
  .header_section .quote_btn-container a {
  color:#fff
  }
  
  .header_section .quote_btn-container a img {
  margin-right:10px
  }
  
  .header_section .quote_btn-container a span {
  margin:0 10px 0 20px
  }
  
  .custom_nav-container.navbar-expand-lg .navbar-nav .nav-link {
  padding:10px 20px;
  color:#dbdada;
  text-align:center;
  text-transform:uppercase;
  transition:.6s
  }
  
  .custom_nav-container.navbar-expand-lg .navbar-nav .nav-link:hover {
  color:#fff
  }
  
  a,a:hover,a:focus {
  text-decoration:none
  }
  
  a:hover,a:focus {
  color:initial
  }
  
  .btn,.btn:focus {
  outline:none!important;
  -webkit-box-shadow:none;
  box-shadow:none
  }
  
  .navbar-brand,.navbar-brand:hover {
  text-transform:uppercase;
  font-weight:700;
  font-size:24px
  }
  
  .custom_nav-container .nav_search-btn {
  background-image:url(../images/search-icon.png);
  background-size:22px;
  background-repeat:no-repeat;
  background-position-y:7px;
  width:35px;
  height:35px;
  padding:0;
  border:none
  }
  
  .navbar-brand {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center
  }
  
  .navbar-brand img {
  width:80px;
  margin-left:25px;
  margin-right:5px;
  transition:.6s
  }
  
  .sticky a {
  size:14px
  }
  
  .sticky img {
  width:45px;
  margin-left:25px;
  margin-right:5px
  }
  
  .navbar-brand span {
  font-size:20px;
  font-weight:700;
  color:#fff;
  margin-left:5px
  }
  
  .custom_nav-container {
  z-index:99999;
  padding:5px 0
  }
  
  .custom_nav-container .navbar-toggler {
  outline:none
  }
  
  .custom_nav-container .navbar-toggler .navbar-toggler-icon {
  background-image:url(../images/menu.png);
  background-size:40px
  }
  
  .slider_section .slider-container {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
  padding-left:10%
  }
  .slider_section .detail-box {
  margin-top:40px;
  width:45%;
  z-index:4;
  color:#fff
  }
  .slider_section .detail-box h1 {
  text-transform:uppercase;
  font-weight:700;
  font-size:3rem
  }
  .slider_section .detail-box p {
  width:75%;
  margin-top:15px
  }
  
  .slider_section .detail-box .slider-link {
  display:inline-block;
  padding:10px 35px;
  border:1px solid #fff;
  background-color:transparent;
  color:#fff;
  border-radius:25px;
  margin-top:35px
  }
  
  .slider_section .detail-box .slider-link:hover {
  background-color:#fff;
  color:#000
  }
  
  .slider_section .img-box {
  width:73%;
  margin-left:-17%;
  position:relative;
  z-index:2
  }
  
  .slider_section .img-box img {
  width:100%
  }
  
  .slider_section .slider_bg-container {
  position:absolute;
  width:100%;
  height:100%;
  background:#F59A25;
  z-index:3;
  -webkit-clip-path:polygon(0 0,60% 0,37% 100%,0% 100%);
  clip-path:polygon(0 0,60% 0,37% 100%,0% 100%)
  }
  
  .slider_section .carousel-control-prev,.slider_section .carousel-control-next {
  left:47.6%;
  width:50px;
  height:50px;
  z-index:9;
  background-size:9px;
  background-repeat:no-repeat;
  background-position:center;
  opacity:1;
  border-radius:100%
  }
  
  .slider_section .carousel-control-prev {
  background-image:url(../images/prev.png);
  background-color:#fff;
  top:50%;
  -webkit-transform:translate(-50%,0);
  transform:translate(-50%,0)
  }
  
  .slider_section .carousel-control-next {
  background-image:url(../images/next.png);
  background-color:#2e02fe;
  top:calc(50% - 30px);
  -webkit-transform:translate(0,-50%);
  transform:translate(0,-50%)
  }
  
  .about_section .row {
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center
  }
  
  .about_section a {
  display:inline-block;
  padding:8px 25px;
  background-color:#000;
  border:1px solid #000;
  color:#fff;
  border-radius:25px;
  margin-top:45px
  }
  
  .about_section a:hover {
  background-color:transparent;
  color:#000
  }
  
  .about_section p {
  margin-top:45px
  }
  
  .about_section .img-box img {
  width:100%;
  border-radius:50%
  }
  
  .about_section h6 {
  text-transform:uppercase;
  color:#bdbbbb;
  font-weight:700;
  font-size:1.5em;
  margin:0
  }
  
  .service_section {
  position:relative;
  font-family:"Poppins",sans-serif
  }
  
  .service_section h2,.service_section p {
  color:#fff
  }
  
  .service_section hr {
  background-color:#fff
  }
  
  .service_section .service_container {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack:justify;
  -ms-flex-pack:justify;
  justify-content:space-between
  }
  
  .service_section .box {
  width:175px;
  text-align:center;
  margin:30px 0;
  font-family:"Roboto",sans-serif
  }
  
  .service_section .box .img-2 {
  display:none
  }
  
  .service_section .box .img-box {
  width:175px;
  height:175px;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack:center;
  -ms-flex-pack:center;
  justify-content:center;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
  background-color:#fff
  }
  
  .service_section .box .name {
  margin-top:15px
  }
  
  .service_section .box .name h6 {
  text-transform:uppercase;
  color:#000;
  font-weight:700
  }
  
  .service_section .box:hover .img-1 {
  display:none
  }
  
  .service_section .box:hover .img-2 {
  display:inline-block
  }
  
  .service_section::before {
  content:"";
  position:absolute;
  width:100%;
  height:55%;
  top:0;
  left:0;
  background-image:url(../images/service-bg.jpg);
  z-index:-1
  }
  .service_section .read-btn {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack:center;
  -ms-flex-pack:center;
  justify-content:center
  }
  
  .service_section .read-btn a {
  display:inline-block;
  padding:8px 25px;
  background-color:#000;
  border:1px solid #000;
  color:#fff;
  border-radius:25px
  }
  
  .service_section .read-btn a:hover {
  background-color:transparent;
  color:#000
  }
  
  .portfolio_section .col-md-4 {
  padding:0
  }
  .portfolio_section .img-box {
  height:250px;
  position:relative;
  margin:10px
  }
  .portfolio_section .img-box img {
  width:100%;
  height:100%;
  padding:10px;
  object-fit:cover;
  border-radius:30px
  }
  .portfolio_section .img-box a {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  position:absolute;
  opacity:0;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
  -webkit-box-pack:center;
  -ms-flex-pack:center;
  justify-content:center;
  text-transform:uppercase;
  top:50%;
  left:50%;
  color:#f4f2f2;
  font-size:1.5em;
  text-transform:uppercase;
  font-weight:700;
  z-index:100;
  -webkit-transform:translate(-50%,-50%);
  transform:translate(-50%,-50%);
  -webkit-transition:opacity .2s;
  transition:opacity .2s
  }
  
  .portfolio_section .img-box a img {
  width:20px;
  opacity:0;
  -webkit-transition:opacity .2s;
  transition:opacity .2s
  }
  
  .portfolio_section .img-box::before {
  content:"";
  position:absolute;
  top:50%;
  left:50%;
  -webkit-transform:translate(-50%,-50%);
  transform:translate(-50%,-50%);
  width:0;
  height:0;
  background-color:#3a3a3ba2;
  border-radius:25px;
  -webkit-transition:all .1s;
  transition:all .1s
  }
  
  .portfolio_section .img-box:hover::before {
  position:flex;
  justify-content:center;
  align-content:center;
  width:80%;
  height:80%;
  content:"";
  text-align:center
  }
  
  .portfolio_section .img-box:hover a {
  opacity:1
  }
  
  .portfolio_section .img-box:hover a img {
  opacity:1
  }
  
  .news_section p,.news_section a {
  font-family:"Poppins",sans-serif
  }
  
  .form_register {
  margin-right:auto;
  margin-left:auto;
  width:60%
  }
  
  .form_register h2 {
  text-align:center;
  font-weight:700
  }
  
  .news_section .box {
  margin-top:45px
  }
  
  .news_section .box img {
  width:100%
  }
  
  .news_section .box .action-box {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack:end;
  -ms-flex-pack:end;
  justify-content:flex-end;
  padding:10px 0
  }
  
  .news_section .box .action-box a {
  margin-left:15px;
  opacity:.6
  }
  
  .news_section .box .action-box a img {
  width:20px
  }
  
  .news_section .box .action-box a:hover {
  opacity:1
  }
  
  .news_section .box .detail-box h4 {
  text-transform:uppercase;
  font-weight:700
  }
  
  .news_section .box .detail-box p {
  margin-top:15px
  }
  
  .news_section .box .detail-box a {
  display:inline-block;
  font-weight:700;
  margin-top:45px
  }
  
  .subscribe_section {
  background-color:#244186
  }
  
  .subscribe_section .row {
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center
  }
  
  .subscribe_section h2 {
  color:#fff;
  text-transform:uppercase
  }
  
  .subscribe_section h2 span {
  text-transform:none;
  font-weight:700
  }
  
  .subscribe_section form {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex
  }
  
  .custom-select {
  width:250px;
  margin:10px;
  position:relative
  }
  
  .custom-select select {
  display:block;
  width:100%;
  padding:10px;
  font-size:16px;
  border:1px solid #ccc;
  border-radius:5px;
  height:auto;
  background-color:#fff;
  appearance:none
  }
  
  .custom-select select:focus {
  outline:none;
  border-color:#66afe9
  }
  
  .custom-select select[multiple] {
  height:auto
  }
  
  .custom-select option {
  padding:10px
  }
  
  .subscribe_section form input {
  border:none;
  min-width:100%;
  height:40px;
  background-color:#fff;
  padding:0 20px;
  margin:10px 0;
  border-radius:50px;
  outline:none
  }
  
  .subscribe_section form #take-notes {
  border:none;
  min-width:100%;
  height:100px;
  background-color:#fff;
  padding:0 20px;
  margin:10px 0;
  border-radius:30px;
  outline:none
  }
  
  .subscribe_section form select {
  border:none;
  min-width:100%;
  height:40px;
  background-color:#fff;
  padding:0 20px;
  margin:10px 0;
  border-radius:50px;
  outline:none
  }
  
  .subscribe_section form button {
  border:none;
  min-width:100%;
  padding:0 20px;
  height:40px;
  border-radius:50px;
  margin-top:10px;
  color:#fff;
  background-color:#f69b27
  }
  
  .subscribe_section form button:hover {
  background-color:#f69b27cc
  }
  
  .client_section .client_container {
  width:87%;
  margin:0 auto
  }
  
  .client_section .client_container .box {
  margin:20px 35px
  }
  
  .detail-box p {
  text-align:left
  }
  
  .client_section .client_container .box .detail-box {
  padding:45px 20px;
  -webkit-box-shadow:0 0 16px 0 #0000004a;
  box-shadow:0 0 16px 0 #0000004a
  }
  
  .client_section .client_container .box .client-id {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align:end;
  -ms-flex-align:end;
  align-items:flex-end
  }
  
  .client_section .client_container .box .client-id .img-box {
  min-width:150px;
  margin-top:-50px;
  margin-right:10px
  }
  
  .client_section .client_container .box .client-id .img-box img {
  width:150px;
  height:150px;
  border-radius:50%;
  object-fit:cover
  }
  
  .client_section .client_container .box .client-id .name {
  text-transform:uppercase;
  margin-bottom:15px
  }
  
  .client_section .client_container .box .client-id .name h5 {
  color:#021056;
  font-weight:700
  }
  
  .client_section .client_container .box .client-id .name h6 {
  color:#244186;
  font-size:.7em
  }
  
  .client_section .carousel-control-prev,.client_section .carousel-control-next {
  left:initial;
  top:initial;
  width:50px;
  height:50px;
  bottom:45px;
  z-index:9;
  background-size:9px;
  background-repeat:no-repeat;
  background-position:center;
  opacity:1;
  background-color:#244186
  }
  
  .client_section .carousel-control-prev:hover,.client_section .carousel-control-next:hover {
  background-color:#464646
  }
  
  .client_section .carousel-control-prev {
  background-image:url(../images/left-white.png);
  right:95px
  }
  
  .client_section .carousel-control-next {
  background-image:url(../images/next.png);
  right:35px
  }
  
  .contact_section .contact_form-container input {
  border:none;
  outline:none;
  border-bottom:1px solid #000;
  width:90%;
  margin:15px 0;
  background-color:transparent
  }
  
  .register {
  display:grid;
  gap:10px;
  padding:10px
  }
  
  .btn-regis {
  grid-column-start:1;
  grid-column-end:3
  }
  
  .contact_section .contact_form-container input::-webkit-input-placeholder {
  color:#595959;
  font-size:14px
  }
  
  .contact_section .contact_form-container input:-ms-input-placeholder {
  color:#595959;
  font-size:14px
  }
  
  .contact_section .contact_form-container input::-ms-input-placeholder {
  color:#595959;
  font-size:14px
  }
  
  .contact_section .contact_form-container input::placeholder {
  color:#595959;
  font-size:14px
  }
  
  .contact_section .contact_form-container input.message_input {
  margin-top:80px
  }
  
  .contact_section .contact_form-container button {
  border:none;
  background-color:#244186;
  color:#fff;
  font-size:15px;
  padding:15px 55px;
  border-radius:30px;
  text-transform:uppercase
  }
  
  .contact_section .contact_form-container button:hover {
  background-color:#244186
  }
  
  .contact_section .map-box #map {
  width:100%;
  height:100%
  }
  
  .contact_items {
  padding-top:30px;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack:justify;
  -ms-flex-pack:justify;
  justify-content:space-between
  }
  
  .contact_items .item {
  width:400px;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align:center;
  -ms-flex-align:center;
  text-align:left
  }
  
  .contact_items .item .img-box {
  width:60px;
  height:60px;
  border-radius:100%;
  background-repeat:no-repeat;
  background-position:center
  }
  
  .contact_items .item .img-box i {
    font-size: 20px;
    color: #fff;
  }
  .contact_items .item .img-box i:hover {
    color: #ccc;
  }
  
  .contact_items .item .detail-box {
  color:#5e5e5e
  }
  
  .contact_items .item .detail-box p {
  margin:0
  }
  
  .contact_items a {
  position:relative;
  color:#fff;
  font-size:.9em
  }
  
  .contact_items a:hover {
  color:#ccc
  }
  
  .info_partner h2 {
  padding-top:20px;
  padding-bottom:50px;
  text-transform:uppercase
  }
  
  .info_section {
  text-align:center;
  font-family:"Merriweather",serif;
  background-color:#021056;
  color:#fff
  }
  
  .info_section .info_social {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack:center;
  -ms-flex-pack:center;
  justify-content:center
  }
  
  .info_section .info_social .icons {
  width:30px;
  height:30px;
  margin:5px
  }
  
  .icons i {
  color:#fff;
  font-size: 20px;
  }
  
  .info_section .info_social .icons i:hover {
  color:#ccc
  }
  
  .info_section p {
  margin:35px 0 0
  }
  
  .footer_section {
  background-color:#fff;
  padding:20px;
  font-weight:500
  }
  
  .footer_section p {
  color:#292929;
  margin:0;
  text-align:center
  }
  
  .footer_section a {
  color:#292929
  }
  
  .course-features {
  margin-top:154px;
  border-radius:10px;
  background-color:#254186;
  color:#F59A26
  }
  
  .register-f {
  background-color:#F59A26;
  color:#fff;
  font-weight:700
  }
  
  .img-recent {
  width:200px;
  object-fit:cover
  }
  
  .fix-ttrecent h6 {
  font-size:2em;
  font-weight:550;
  width:200px;
  text-align:left
  }
  
  .img-fluid {
  width:610px;
  height:435px;
  object-fit:cover
  }
  
  .d-categories {
  display:flex;
  justify-content:space-between
  }
  
  .img_detail {
  width:220px;
  height:220px
  }
  
  .img_detail img {
  width:100%;
  height:100%;
  object-fit:cover
  }
  
  .courses {
  position:relative
  }
  
  .courses .carousel-control-prev {
  background-image:url(../images/left-white.png)
  }
  
  .courses .carousel-control-next {
  background-image:url(../images/next.png)
  }
  
  .courses .carousel-control-prev {
  left:initial;
  top:50%;
  transform:translate(0,-50%);
  width:50px;
  height:50px;
  bottom:45px;
  z-index:9;
  background-size:9px;
  background-repeat:no-repeat;
  background-position:center;
  opacity:1
  }
  
  .courses .carousel-control-next {
  left:initial;
  top:50%;
  transform:translate(0,-50%);
  width:50px;
  height:50px;
  bottom:45px;
  z-index:9;
  background-size:9px;
  background-repeat:no-repeat;
  background-position:center;
  opacity:1
  }
  
  .detail-box {
  width:100%;
  padding-right:15px;
  padding-left:15px;
  margin-right:auto;
  margin-left:auto
  }
  
  .detail-box p {
  text-align:justify
  }
  .about-banner {
  width:100%;
  height:100vh
  }
  .about-banner img {
  width:100%;
  height:100%;
  image-rendering:pixelated;
  object-fit:cover
  }
  .carousel-item .box .detail-box p {
  font-size:14px
  }
  .client-id h6 {
  padding-top:5px
  }
/* add_course */
.box_input{
  width: 100%;
  min-height: 200px;
  border-radius: 10px;
}
.update_btn{
  background-color:#254186;
  color:#fff;
  font-weight:700
}
/* CSS popup */
.popup-container {
  display: block;
  position: fixed;
  right: 0;
  margin: 5px;
  width: 30vw;
  justify-content: center;
  align-items: center;
}
.popup-wrapper {
  transform: translateX(100%);
  opacity: 0;
  transition: transform 0.6s ease-out, opacity 0.6s ease-out;
}

.popup-content {
  display: flex;
  justify-content: space-between;
  background-color: #ffffff;
  padding: 10px;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  text-align: center;
  position: relative;
  border-left: 6px solid #244186;
}
.popup-content p{
  margin: 0;
  margin-right: 20px;
}
.close-button {
  margin: auto 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: black;
  cursor: pointer;
}

.close-button:hover {
  color: #c82333;
}

/* .popup-container.show-popup {
  display: block;
} */

.popup-container.show-popup .popup-wrapper {
  transform: translateX(0);
  opacity: 1;
}
/* fix_role */
.role{
  display: flex;
}
.role a{
  width: 12px;
}
.align-item-center{
  align-items: center;
}
/* btn close */

.close {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1;
  color: #f20303;
  text-shadow: 0 1px 0 #fff;
  transition: .5s;
  opacity: .5;
  z-index: 990;
  animation-delay: 1s;
}

.close:hover {
  text-decoration: none;
  opacity: 1;
}


a.close.disabled {
  pointer-events: none;
}
/* slider courses */

.text{
  text-transform: capitalize;
  font-weight: 900;
}
.fix_btn{
  font-size: 20px;
}
.fix_btn:hover{
  opacity: .5;
  animation: rotate 1.5s;
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to{
    transform: rotate(180deg);
  }
}
.btn_add{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.btn_add i{
  font-size: 150px;
}
.box_add{
  position: fixed;
  z-index: 999;
  top: 0;
  background-color: rgba(161, 185, 205, 0.4);
}
.detail_add_event{
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0.0625rem 0.1875rem, rgba(0, 0, 0, 0.05) 0px 2.25rem 1.75rem -0.4375rem, rgba(0, 0, 0, 0.04) 0px 1.0625rem 1.0625rem -0.4375rem;
  max-height: calc(100dvh - 5dvh * 2);
  overflow-y: auto;
  border-radius: 0.25rem;
}
.close-popup{
  float: right;
  font-size: 2rem;
}
/* upload img css */
.upload-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  border: 1px solid #ccc;
  border-radius: 8px;
  background-color: #f9f9f9;
  width: 100%; /* Adjust as needed */
}

.upload-area {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 30px;
  border: 2px dashed #aaa;
  border-radius: 6px;
  margin-bottom: 15px;
  width: 80%; 
  cursor: pointer; /* Indicate it's clickable */
}

.upload-icon {
  width: 50px;
  height: 50px;
  margin-bottom: 10px;
}

.upload-icon svg {
  width: 100%;
  height: 100%;
  fill: #555;
}

.upload-text {
  font-size: 1.2em;
  color: #333;
  margin-bottom: 5px;
}

.upload-description {
  font-size: 0.9em;
  color: #777;
}

.select-image-button {
  background-color: #007bff; /* Example blue color */
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
  font-size: 1em;
  transition: background-color 0.3s ease;
}

.select-image-button:hover {
  background-color: #0056b3;
}