body {
  padding: 0;
  margin: 0;
  font-family: 'Roboto', sans-serif;
  background: #fff;
  overflow-x: hidden;
}

a {
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}

a:hover,
a:active,
a:focus {
  outline: none;
  text-decoration: none;
  color: #72afd2;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Roboto-Bold', sans-serif
}

@font-face {
  font-family: 'Roboto';
  src: url('../fonts/roboto-regular-webfont.eot');
  src: url('../fonts/roboto-regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/roboto-regular-webfont.woff2') format('woff2'),
    url('../fonts/roboto-regular-webfont.woff') format('woff'),
    url('../fonts/roboto-regular-webfont.ttf') format('truetype'),
    url('../fonts/roboto-regular-webfont.svg#robotoregular') format('svg');
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: 'Roboto-Bold';
  src: url('../fonts/roboto-bold-webfont.eot');
  src: url('../fonts/roboto-bold-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/roboto-bold-webfont.woff2') format('woff2'),
    url('../fonts/roboto-bold-webfont.woff') format('woff'),
    url('../fonts/roboto-bold-webfont.ttf') format('truetype'),
    url('../fonts/roboto-bold-webfont.svg#robotobold') format('svg');
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: 'Roboto-Medium';
  src: url('../fonts/roboto-medium-webfont.eot');
  src: url('../fonts/roboto-medium-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/roboto-medium-webfont.woff2') format('woff2'),
    url('../fonts/roboto-medium-webfont.woff') format('woff'),
    url('../fonts/roboto-medium-webfont.ttf') format('truetype'),
    url('../fonts/roboto-medium-webfont.svg#robotomedium') format('svg');
  font-style: normal;
  font-weight: normal;
}

.mt0 {
  margin-top: 0 !important
}

.mt10 {
  margin-top: 10px;
}

.mb10 {
  margin-bottom: 10px;
}

.mt40 {
  margin-top: 40px;
}

.mb20 {
  margin-bottom: 20px;
}

.relative {
  position: relative;
}

.pt10 {
  padding-top: 10px;
}

.pb10 {
  padding-bottom: 10px;
}

.pt20 {
  padding-top: 20px;
}

.pb20 {
  padding-bottom: 20px;
}

.around10 {
  padding: 10px;
}

.around40 {
  padding: 40px;
}

.spaceb10 {
  padding-bottom: 10px;
}

.spaceb40 {
  padding-bottom: 40px;
}

.spacet40 {
  padding-top: 40px;
}

.spaceb60 {
  padding-bottom: 60px;
}

.spacet60 {
  padding-top: 60px;
}

.fullwidthinner,
.fullwidth {
  width: 100vw;
  position: relative;
  left: 50%;
  margin-left: -50vw;
}

.bggray {
  background: #eef4f7;
}

/* .toparea{background: #1da0e0; padding-top:5px; padding-bottom: 5px; } */
.loginbtn {
  border-radius: 6px;
  border: 1px solid #fff;
  padding: 6px 20px !important;
  margin-top: 8px;
  margin-left: 10px;
}

.social {
  padding: 0;
  margin: 0
}

.social li {
  margin: 0 1px;
  list-style: none;
  display: inline-block;
}

.social li:first-child {
  margin-left: 0;
}

.social li a {
  width: 32px;
  height: 32px;
  display: block;
  border: 1px solid #fff;
  text-align: center;
  line-height: 30px;
  color: #fff;
  border-radius: 4px;
}

.social li a:hover {
  background: #ffffff;
  color: #000;
}

.top-list {}

.top-list {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.top-list li {
  position: relative;
  color: #fff;
  display: inline-block;
  color: #fff;
  padding: 5px 0px 5px 15px;
  font-size: 15px;
}

.top-list li i {
  margin: 0px 8px 0px 0px;
}

.top-list li a {
  color: #fff;
  text-decoration: none;
}

.top-list li a:hover {
  color: #424242;
  text-decoration: none;
}

.top-right {
  margin: 0;
  padding: 0;
  float: right
}

.top-right li {
  list-style: none;
  margin-left: .5em;
  display: inline-block;
}

.top-right li a {
  color: #fff;
  padding: 0em 1em;
  line-height: 30px;
  text-decoration: none;
  border: 1px solid #fff;
  display: inline-block;
  border-radius: 4px;
}

/* .top-right li a:hover {background: #424242;} */
.top-right li i {
  padding-right: 0.7em;
}

.navbar-nav>li {
  margin-top: 10px;
}

header {
  box-shadow: 0px 0 10px rgba(0, 0, 0, 0.3);
  background: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
  z-index: 1
}

.logo {
  padding: 0px 0px;
  height: 100%;
}

header .logo img {
  height: 55px;
}

.navbar {
  margin-bottom: 0;
}

.navbar-default .navbar-nav>li.dropdown:hover>a,
.navbar-default .navbar-nav>li.dropdown:hover>a:hover,
.navbar-default .navbar-nav>li.dropdown:hover>a:focus {
  background-color: rgb(231, 231, 231);
  color: rgb(85, 85, 85);
}

.navbar-toggle {
  background-color: #1da0e1;
  border: 1px solid #000;
}

.navbar-toggle .icon-bar {
  background: #fff;
}

.navbar-nav>li>a {
  color: #000;
}

.caret-up {
  width: 0;
  height: 0;
  border-left: 4px solid rgba(0, 0, 0, 0);
  border-right: 4px solid rgba(0, 0, 0, 0);
  border-bottom: 4px solid;
  display: inline-block;
  margin-left: 2px;
  vertical-align: middle;
}

.navbar-right .dropdown-menu {
  right: auto;
  left: 0;
  border-top: 2px solid #01bafd;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.dropdown-menu>li>a {
  padding: 6px 20px;
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #1da0e1;
}

.navbar-nav>.active>a,
.navbar-nav>.active>a:focus,
.navbar-nav>.active>a:hover {
  background: #1ea0e0;
  color: #fff;
}

.mt10 {
  margin-top: 10px;
}

.spacet50 {
  padding-top: 50px;
}

.spaceb50 {
  padding-bottom: 50px;
}

.more-btn:hover {
  background: #2b2a29;
  color: #fff;
  text-decoration: none;
}

.more-btn {
  background: #fbbe07;
  border-radius: 30px;
  padding: 10px 30px;
  text-align: center;
  display: inline-block;
  border: 1px solid transparent;
  color: #fff;
  -webkit-box-shadow: 6px 20px 20px -16px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 6px 20px 20px -16px rgba(0, 0, 0, 0.75);
  box-shadow: 6px 20px 20px -16px rgba(0, 0, 0, 0.75);
}

.about {
  color: #000;
  text-transform: uppercase;
  font-size: 25px;
  font-weight: 700;
  text-align: left;
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.about:before {
  content: '';
  background: #b0dd38;
  width: 34%;
  height: 3px;
  position: absolute;
  bottom: 0;
}

.about:after {
  content: '';
  background: #f28104;
  width: 10%;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 0%;
}

.abouttext {
  font-size: 14px;
  color: #8d8d8d;
  line-height: 30px;
}

.bs-slider {
  overflow: hidden;
  max-height: 100%;
  position: relative;
  background: #000000;
}

.background-opacity {
  position: relative;
}

.background-opacity:before {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(10, 15, 28, 0.7);
}

.about-title {
  background-image: url(../images/aboutbg.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center top;
  background-size: cover;
  width: 100vw;
  color: #fff;
  text-align: center;
  height: 60vh;
  top: -50px;
}

.about-title:before {
  border-radius: 4px;
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(10, 15, 28, 0.7);
}

.about-title .innermain {
  height: 100%;
  display: table;
  width: 100%;
}


.page-title-wrapper {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  z-index: 2
}

.captions {
  font-size: 40px;
  text-transform: uppercase;
  line-height: 1;
  margin: 0 0 7px 0
}

.breadcrumb {
  margin: 0;
  background-color: transparent;
  text-transform: capitalize
}

.breadcrumb li {
  display: inline-block
}

.breadcrumb li a {
  color: #cccccc
}

.breadcrumb li a:hover {
  color: #1ea0e0
}

.breadcrumb li:last-child {
  pointer-events: none
}

.breadcrumb li.active a {
  color: #fff
}

.breadcrumb li+li:before {
  padding: 0 10px;
  color: #cccccc;
  content: '\f105';
  font-family: FontAwesome
}



.aboutpage {
  margin: 2em 0 0 0;
}

.aboutpage-icon {
  width: 41px;
  position: absolute;
}

.aboutpage-icon i.fa {
  color: #1da0e1;
  font-size: 2em;
}

.aboutpage-info {
  margin-left: 40px;
}

.aboutpage-info h5 {
  font-size: 1.3em;
  margin-top: 0;
  text-transform: uppercase;
}

.aboutpage-info p {
  line-height: 1.8em;
}

.bs-slider .bs-slider-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.40);
}

.bs-slider>.carousel-inner>.item>img,
.bs-slider>.carousel-inner>.item>a>img {
  margin: auto;
  width: 100% !important;
}

.control-round .carousel-control {
  top: 47%;
  width: 45px;
  height: 45px;
  z-index: 100;
  color: #000;
  display: block;
  font-size: 24px;
  cursor: pointer;
  overflow: hidden;
  line-height: 43px;
  text-shadow: none;
  position: absolute;
  font-weight: normal;
  background: #fff;
  -webkit-border-radius: 100px;
  border-radius: 100px;
}

.control-round:hover .carousel-control {
  opacity: 1;
}

.control-round .carousel-control.left {
  left: 1%;
}

.control-round .carousel-control.right {
  right: 1%;
}

.control-round .carousel-control.left:hover,
.control-round .carousel-control.right:hover {
  color: #fdfdfd;
  background: rgba(0, 0, 0, 0.5);
  border: 0px transparent;
}

.control-round .carousel-control.left>span:nth-child(1) {
  left: 45%;
}

.control-round .carousel-control.right>span:nth-child(1) {
  right: 45%;
}


.carousel-indicators li {
  display: inline-block;
  width: 15px;
  height: 15px;
}

.carousel-indicators .active {
  width: 15px;
  height: 15px;
  margin: 0;
  background-color: #fff;
}

.indicators-line>.carousel-indicators {
  right: 45%;
  bottom: 3%;
  left: auto;
  width: 90%;
  height: 20px;
  font-size: 0;
  overflow-x: auto;
  text-align: right;
  overflow-y: hidden;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 1px;
  white-space: nowrap;
}

.indicators-line>.carousel-indicators li {
  padding: 0;
  width: 25px;
  height: 25px;
  border: 1px solid rgb(158, 158, 158);
  text-indent: 0;
  overflow: hidden;
  text-align: left;
  position: relative;
  letter-spacing: 1px;
  background: rgb(158, 158, 158);
  -webkit-font-smoothing: antialiased;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin-right: 5px;
  -webkit-transition: all 0.5s cubic-bezier(0.22, 0.81, 0.01, 0.99);
  transition: all 0.5s cubic-bezier(0.22, 0.81, 0.01, 0.99);
  z-index: 10;
  cursor: pointer;
}

.indicators-line>.carousel-indicators li:last-child {
  margin-right: 0;
}

.indicators-line>.carousel-indicators .active {
  margin: 1px 5px 1px 1px;
  box-shadow: 0 0 0 2px #fff;
  background-color: transparent;
  position: relative;
  -webkit-transition: box-shadow 0.3s ease;
  -moz-transition: box-shadow 0.3s ease;
  -o-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;

}

.indicators-line>.carousel-indicators .active:before {
  transform: scale(0.5);
  background-color: #fff;
  content: "";
  position: absolute;
  left: -1px;
  top: -1px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}


.slide_style_left {
  text-align: left !important;
}

.slide_style_right {
  text-align: right !important;
}

.slide_style_center {
  text-align: center !important;
}

.slide-text {
  left: 0;
  top: 15%;
  right: 0;
  margin: auto;
  padding: 10px;
  position: absolute;
  text-align: left;
  padding: 10px 85px;

}

.slide-text>h1 {

  padding: 0;
  color: #ffffff;
  font-size: 70px;
  font-style: normal;
  line-height: 84px;
  margin-bottom: 30px;
  letter-spacing: 1px;
  display: inline-block;
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}

.slide-text>p {
  padding: 0;
  color: #ffffff;
  font-size: 20px;
  line-height: 24px;
  font-weight: 300;
  margin-bottom: 40px;
  letter-spacing: 1px;
  -webkit-animation-delay: 1.1s;
  animation-delay: 1.1s;
}

.slide-text>a.btn-default {
  color: #000;
  font-weight: 400;
  font-size: 13px;
  line-height: 15px;
  margin-right: 10px;
  text-align: center;
  padding: 17px 30px;
  white-space: nowrap;
  letter-spacing: 1px;
  display: inline-block;
  border: none;
  text-transform: uppercase;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
  transition: background 0.3s ease-in-out, color 0.3s ease-in-out;

}

.slide-text>a.btn-primary {
  color: #ffffff;
  cursor: pointer;
  font-weight: 400;
  font-size: 13px;
  line-height: 15px;
  margin-left: 10px;
  text-align: center;
  padding: 17px 30px;
  white-space: nowrap;
  letter-spacing: 1px;
  background: #00bfff;
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  border: none;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
  transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}

.slide-text>a:hover,
.slide-text>a:active {
  color: #ffffff;
  background: #222222;
  -webkit-transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
  transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
}


@media (max-width: 991px) {
  .slide-text h1 {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 20px;
  }

  .slide-text>p {
    font-size: 18px;
  }
}


@media (max-width: 768px) {
  .slide-text {
    padding: 10px 50px;
  }

  .slide-text h1 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 10px;
  }

  .slide-text>p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 20px;
  }

  .control-round .carousel-control {
    display: none;
  }

}

@media (max-width: 320px) {
  .slide-text {
    padding: 10px 30px;
  }

  .slide-text h1 {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 5px;
  }

  .slide-text>p {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 10px;
  }

  .slide-text>a.btn-default,
  .slide-text>a.btn-primary {
    font-size: 10px;
    line-height: 10px;
    margin-right: 10px;
    text-align: center;
    padding: 10px 15px;
  }

  .indicators-line>.carousel-indicators {
    display: none;
  }

}

.gallery {
  position: relative;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.gallery.pop {
  -webkit-filter: blur(10px);
  filter: blur(10px);
}

.gallery figure {
  -ms-flex-preferred-size: 33.333%;
  flex-basis: 33.333%;
  padding: 10px;
  overflow: hidden;
  border-radius: 10px;
  cursor: pointer;
}

.gallery figure img {
  width: 100%;
  border-radius: 4px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.gallery figure figcaption {
  display: none;
}

.popup {
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.75);
  opacity: 0;
  -webkit-transition: opacity .5s ease-in-out .2s;
  transition: opacity .5s ease-in-out .2s;
}

.popup.pop {
  opacity: 1;
  -webkit-transition: opacity .2s ease-in-out 0s;
  transition: opacity .2s ease-in-out 0s;
}

.popup.pop figure {
  margin-top: 0;
  opacity: 1;
}

.popup figure {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  margin-top: 30px;
  opacity: 0;
  -webkit-animation: poppy 500ms linear both;
  animation: poppy 500ms linear both;
}

.popup figure img {
  position: relative;
  z-index: 2;
  border-radius: 4px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2), 0 6px 30px rgba(0, 0, 0, 0.4);
  width: 100%;
}

.popup figure figcaption {
  position: absolute;
  bottom: 50px;
  background: -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, 0.78));
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.78));
  z-index: 2;
  width: 100%;
  border-radius: 0 0 4px 4px;
  padding: 100px 20px 20px 20px;
  color: #fff;
  font-size: 32px;
}

.popup .close2 {
  position: absolute;
  z-index: 3;
  top: 10px;
  right: 10px;
  width: 25px;
  line-height: 25px;
  height: 25px;
  cursor: pointer;
  background: #1da0e0;
  color: #fff;
  text-align: center;
  border-radius: 100%;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.4);
}

.popup .close2:hover {
  background: #6b0f10;
  color: #f0cd86;
}

.catetab {
  background: #1da0e0;
  color: #fff;
  padding: 10px 20px;
  font-size: 18px;
  margin-top: 10px;
  border-radius: 4px 4px 0px 0;
}


.sidebar {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
}

.catelist {
  padding: 0;
  margin: 0;
  border: 1px solid #ddd;
}

.catelist li {
  display: block;
  list-style: none;
  position: relative;
  border-bottom: 1px solid #ddd;
}

.catelist li a {
  color: #000;
  text-decoration: none;
  padding: 10px 35px;
  display: block;
}

.catelist li a:after {
  content: "\f105";
  position: absolute;
  top: 10px;
  left: 20px;
  font-family: 'FontAwesome';
}

.catelist li a:hover {
  color: #fff;
  text-decoration: none;
  background: #1da0e0;
}

.catelist li:last-child {
  border-bottom: 0;
}

/* .contact-item {
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 30px 30px;
  text-align: center;
  background-color: #f8fdff;
  border: 1px solid #ececec;
  transition: all .3s ease-in;
  min-height: 225px;
}

.contact-item h3 {
  font-size: 20px;
  margin-top: 0;
  text-transform: uppercase;
  color: #000;
}

.contact-item svg {
  width: 66px;
  border: 2px solid #036494;
  height: 66px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  display: block;
}

.contact-item img {
  width: 48px;
  height: 48px;
  line-height: 48px;
  margin-bottom: 20px;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.contact-item p {
  line-height: 20px;
  margin-bottom: 0;
}

.courses-head {
  margin: 0px 0 5px;
}

.courses-head span {
  color: #fbbe07;
}


.contact-item:hover {
  background-color: #fff;
  border: 1px solid rgba(51, 51, 51, 0.36);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15)
}

.contact-page {
  padding-top: 30px;
  padding-bottom: 30px;
}

.contact-page .contact-form {
  padding-top: 20px;
}

.form-group label {
  font-weight: normal;
}

.mapWrapper iframe {
  display: block;
}

textarea {
  resize: none;
  padding: 10px;
  border-radius: 0;
}

.contact-page .contact-wrap {
  margin-top: 20px;
}

.submitbtn:hover {
  background: #2b2a29;
  color: #fff;
  text-decoration: none;
}

.submitbtn {
  background: #036494;
  border-radius: 30px;
  padding: 10px 30px;
  text-align: center;
  display: inline-block;
  border: 1px solid transparent;
  color: #fff;
  -webkit-box-shadow: 6px 20px 20px -16px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 6px 20px 20px -16px rgba(0, 0, 0, 0.75);
  box-shadow: 6px 20px 20px -16px rgba(0, 0, 0, 0.75);
} */


.eventbox {
  position: relative;
  background-color: #1da0e0;
  color: #fff;
  margin: 0px 0 25px;
  transition: all 1s ease 0s;
  border-radius: 4px;
  height: 230px;
  overflow: hidden;
  border: 1px solid #cacbcc;
}

.eventbox a {
  color: #fff;
  cursor: pointer;
  display: block;
  border-radius: 4px;
}

.eventbox a:hover {
  background-color: #ddd;
  color: #fff;
  cursor: pointer;
}

.evcontentfix {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: #046493;
  padding: 0 10px 5px;
}

.eventbox img {
  width: 100%;
  height: auto;
  border-radius: 4px 4px 0 0px;
}

.time {}

.eventbox h3 {
  font-size: 20px;
  margin-top: 10px;
  margin-bottom: 5px;
}

.newsborder {
  border: 1px solid #ddd;
  padding: 10px 10px 0;
}

.newsbox {
  width: 100%;
  clear: both;
  overflow: hidden;
  padding-bottom: 10px;

  margin-bottom: 10px;
  border-bottom: 1px solid #ddd;
}

.date_item span {
  display: block;
  width: 100%;
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.date_item {
  width: 60px;
  border-radius: 2px;
  padding-top: 5px;
  background: #1da0e1;
  color: #fff;
  border: 1px solid #000;
  height: 50px;
  position: absolute;
  left: 0;
  text-align: center;
}

.complain {
  min-height: 70px;
  transition: all 1s ease 0s;
  border-radius: 4px;
  background: #1ea0e0;
  font-size: 18px;
  margin-top: 10px;
  padding-left: 75px;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  line-height: 50px;
  width: 100%;
}

.complain i {
  position: absolute;
  left: 20px;
  font-size: 50px;
}

.complain a {
  text-decoration: none;
  display: block;
  cursor: pointer;
  padding: 10px;
  color: #fff;
}

.complain:hover {
  display: block;
  background: #046493;
}

.newshidescroll {
  overflow-y: scroll !important;
  height: 450px !important
}

.newscontent {
  width: 100%;
  height: 250px;
  overflow: hidden;
  border: 1px solid #ddd;
  padding: 10px 20px 10px 20px;
}

.newscontent .mask {
  position: relative;
  width: 100%;
  height: 230px;
  overflow: hidden;
}

.newscontent ul {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}

.newscontent ul li:last-child {
  border-bottom: 0;
}

.newscontent ul li {
  padding: 10px 0px 25px 70px;
  clear: both;
  width: 100%;
  margin-bottom: 10px;
  border-bottom: 1px solid #ddd;
  min-height: 80px;
}

.newscontent ul li a {
  text-decoration: none;
  color: #000;
  display: block;
}

.newscontent a:hover {
  color: #036494;
  text-decoration: underline;
}

.gallheight {
  height: 200px;
  overflow: hidden;
}

.galleryfancy .content-overlay {
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.galleryfancy:hover .content-overlay {
  opacity: 1;
  border-radius: 4px;
}

.overlay-details {
  color: #fff;
  font-size: 24px;
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.galleryfancy:hover .overlay-details {
  top: 50%;
  left: 50%;
  opacity: 1;
}

.fadeIn-bottom {
  top: 80%;
}

.galleryfancy {
  display: block;
  margin-bottom: 10px;
  position: relative;
  padding: 5px;
  border: 1px solid #ddd;
  border-radius: 4px;
}

.galleryfancy img {
  width: 100%;
  height: auto;
  border-radius: 4px;
}

.fancy-lightbox {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-right: 0 !important
}

.fancy-lightbox-container {
  position: relative
}

.fancy-lightbox-container>div.fancy-lightbox-item {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%
}

.fancy-lightbox iframe {
  width: 100%;
  height: 100%
}

.fancy-lightbox-nav-overlay {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex
}

.fancy-lightbox-nav-overlay a {
  -ms-flex: 1;
  flex: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0;
  transition: opacity .5s;
  color: #fff;
  font-size: 30px;
  z-index: 1
}

.fancy-lightbox-nav-overlay a>* {
  -ms-flex-positive: 1;
  flex-grow: 1
}

.fancy-lightbox-nav-overlay a>:focus {
  outline: none
}

.fancy-lightbox-nav-overlay a span {
  padding: 0 30px
}

.fancy-lightbox-nav-overlay a:last-child span {
  text-align: right
}

.fancy-lightbox-nav-overlay a:hover {
  text-decoration: none
}

.fancy-lightbox-nav-overlay a:focus {
  outline: none
}

.fancy-lightbox-nav-overlay a.disabled {
  cursor: default;
  visibility: hidden
}

.fancy-lightbox a:hover {
  opacity: 1;
  text-decoration: none
}

.fancy-lightbox .modal-dialog {
  display: none
}

.ekko-lightbox .modal-footer {
  text-align: left
}

.fancy-lightbox-loader {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center
}

.fancy-lightbox-loader>div {
  width: 40px;
  height: 40px;
  position: relative;
  text-align: center
}

.fancy-lightbox-loader>div>div {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fff;
  opacity: .6;
  position: absolute;
  top: 0;
  left: 0;
  animation: a 2s infinite ease-in-out
}

.fancy-lightbox-loader>div>div:last-child {
  animation-delay: -1s
}

.modal-dialog .fancy-lightbox-loader>div>div {
  background-color: #333
}

.fancy-lightbox-item img {
  border-radius: 4px;
}

.modal-title {
  display: none;
}

.fancy-lightbox .modal-header {
  padding: 0px;
  border-bottom: none;
}

.fancy-lightbox .close {
  background: #000;
  width: 24px;
  height: 24px;
  display: block;
  text-align: center;
  color: #fff;
  outline: 0;
  border-radius: 100%;
  font-size: 20px;
  position: absolute;
  right: -10px;
  opacity: 100;
  top: -10px;
  text-shadow: none;
  border: 2px solid #fff !important;
  box-shadow: 0px 0px 5px #000;
}

.fancy-lightbox .close:hover {
  background: #6b0f10;
  opacity: 100;
  color: #fff;
  display: block;
}

@keyframes a {

  0%,
  to {
    transform: scale(0);
    -webkit-transform: scale(0)
  }

  50% {
    transform: scale(1);
    -webkit-transform: scale(1)
  }
}

.cuadro_intro_hover {
  padding: 0px;
  position: relative;
  overflow: hidden;
  height: 230px;
  border-radius: 4px;
  margin-bottom: 30px;
}

.cuadro_intro_hover:hover .eventcaption {
  opacity: 1;
  transform: translateY(-180px);
  -webkit-transform: translateY(-180px);
  -moz-transform: translateY(-180px);
  -ms-transform: translateY(-180px);
  -o-transform: translateY(-180px);
}

.cuadro_intro_hover img {
  text-align: center;
  border-radius: 4px 4px 0 0px;
  width: 100%;
  height: 100%;
  flex-shrink: 0;
  min-width: 100%;
  min-height: 100%;
  overflow: hidden;
}

.cuadro_intro_hover .eventcaption {
  position: absolute;
  top: 180px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 100%;
}

.cuadro_intro_hover .blur {
  background: rgba(30, 160, 224, 0.86);
  height: 300px;
  z-index: 5;
  position: absolute;
  width: 100%;
}

.cuadro_intro_hover .caption-text {
  z-index: 10;
  color: #fff;
  position: absolute;
  height: 300px;
  text-align: center;
  top: -20px;
  width: 100%;
}

.event20 {
  padding: 0px 10px;
  color: #fff;
  position: relative;
  z-index: 6;
}

.newsinner {
  background: #1ea0e0;
  padding: 10px;
}

.newsmaindiv .col-md-4 {
  padding-right: 5px;
  padding-left: 5px;
}

.newsmaindiv .row {
  margin-right: -20px;
  margin-left: -20px;
}

.newspagebox2 {
  background: #0a6fa0;
  min-height: 200px;
  border: 1px solid #bfbebe;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
  padding-bottom: 20px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.30);
}

.newspagebox2 h2 {
  color: #35373e;
  text-transform: uppercase;
  margin-top: 0;
  font-size: 20px;
}

.newspagebox2 h3 {
  color: #fff;
  text-transform: uppercase;
  margin: 0;
  text-align: center;
  padding: 4px 20px;
  font-size: 14px;
}

.newspagebox2 h4 {
  color: #35373e;
  font-size: 16px;
  margin-top: 0
}

.newspagebox2 p {
  color: #35373e;
}

.newspagebox2 a {
  color: #1ea0e0;
}

.newspagebox2 .date2 {
  color: #1ea0e0;
  font-weight: 700;
}

.newspagebox2 a:after {
  content: "\f178";
  display: inline-block;
  margin-left: 6px;
  font-family: FontAwesome;
  font-size: 12px;
  line-height: 1;
  display: inline-block;
  color: #1ea0e0;
}

.news_titles {
  background: #fff;
  margin: 20px 20px 0;
  padding: 15px 20px;
  position: relative;
  border-radius: 2px;
}

.newsmain {
  display: block;
  margin-left: -20px;
}

footer {
  background: #036494;
  clear: both;
  padding-top: 20px;
}

.fo-title {
  color: #fff;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.fo-title:after {
  position: absolute;
  content: "";
  background: #ffffff;
  width: 40px;
  height: 2px;
  bottom: 0;
  left: 0;
}

.f1-list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.f1-list li {
  display: block;
  padding: 2px 15px;
  position: relative;
}

.f1-list li a:after {
  content: "\f105";
  position: absolute;
  top: 2px;
  left: 0px;
  font-family: 'FontAwesome';
}

.f1-list li a {
  text-decoration: none;
  color: #fff;
}

/* .f1-list li a:hover{text-decoration: none; color:#ff910b;} */
.co-list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.co-list li {
  display: block;
  padding: 5px 30px;
  position: relative;
  color: #fff;
}

.co-list li i {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  font-family: 'FontAwesome';
  color: #ffffff;
}

.co-list li a {
  text-decoration: none;
  color: #fff;
}

/* .co-list li a:hover{text-decoration: none; color:#ff910b;} */
.fleft {
  text-align: left;
}

.fright {
  text-align: right;
}

.copy-right {
  background: #1da0e1;
  margin-top: 30px;
  padding-bottom: 2px;
  padding: 15px 0 0px;
  color: #fff;
}

a.copy {
  color: #fff;
}

.copy img {
  width: 15px;
  height: 15px;
}

a.copy:hover {
  color: #d56e00;
  text-decoration: underline;
}

.fbolist {
  margin: 0;
  padding: 0;
}

.fbolist li {
  list-style: none;
  display: inline-block;
  position: relative;
}

.fbolist li a {
  text-decoration: none;
  color: #fff;
  padding: 0 10px;
}

.fbolist li:after {
  content: "|";
  position: absolute;
  left: -3px;
  top: -1px;
  font-size: 15px;
}

.fbolist li:first-child:after {
  display: none;
}

.fbolist li a:hover {
  text-decoration: none;
  color: #ff910b;
}

.fleft {
  text-align: left;
}

.fright {
  text-align: right;
}

/*end footer*/

h2 {
  margin-top: 0;
}

.list-1 {
  margin: 0;
  padding-left: 12px;
}

.list-1 li {
  padding-bottom: 5px;
  line-height: 24px;
}

.listsub {
  line-height: 24px;
  margin-bottom: 5px;
}

.listbox {
  padding: 0;
  margin: 0;
}

.listbox li {
  display: block;
  border: 1px solid #000;
  padding: 10px;
  margin-bottom: 4px;
  width: 30%;
  float: left;
}

.listbox+li {
  margin-right: 10px;
  margin-left: 10px;
}

@media(max-width: 767px) {

  .social,
  .top-list {
    text-align: center;
  }

  .top-right {
    float: none;
    text-align: center;
  }

  .navbar-nav>li {
    margin-top: 0px;
  }

  .logo img {
    height: 40px;
  }

  .fleft,
  .fright {
    text-align: center;
  }

  .newsmain {
    margin-left: 0px;
    margin-top: 15px;
  }
}

@media(min-width:320px) and (max-width: 480px) {
  .gallery figure {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}

@media(min-width:481px) and (max-width: 767px) {
  .gallery figure {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
}

@media(min-width:992px) and (max-width:1199px) {
  .logo img {
    height: 55px;
    margin-top: 5px;
  }
}

@media (min-width:900px) {
  .dropdown:hover .dropdown-menu {
    display: block;
  }

  .dropdown .dropdown-menu {
    display: none;
  }
}

.mediarow .row {
  margin-right: -5px;
  margin-left: -5px;
}

.img_div_modal {
  padding-right: 5px;
  padding-left: 5px;
}



.scrollToTop {
  border-radius: 100%;
  bottom: 20px;
  color: #fff;
  display: none;
  font-size: 24px;
  line-height: 36px;
  height: 40px;
  background: #1ea0e0;
  position: fixed;
  right: 20px;
  border: 2px solid #fff;
  text-align: center;
  text-decoration: none;
  width: 40px;
  z-index: 99;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
}

.scrollToTop::after {
  content: '';
  position: absolute;
  width: 0%;
  height: 0%;
  border-radius: 50%;
  background-color: #2989d2;
  z-index: -1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border: 2px solid #2989d2;
  -webkit-animation: video-icon 1200ms linear infinite;
  animation: video-icon 1200ms linear infinite;

}

.scrollToTop:hover {
  background-color: #036493;
  color: #fff;
}

@-webkit-keyframes video-icon {
  0% {
    width: 0;
    height: 0;
    opacity: 1;
  }

  50% {
    width: 100%;
    height: 100%;
    opacity: 1;
  }

  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}

@keyframes video-icon {
  0% {
    width: 0;
    height: 0;
    opacity: 1;
  }

  50% {
    width: 100%;
    height: 100%;
    opacity: 1;
  }

  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}

.svg {
  width: 50px;
  height: 50px;
}

.svg path {
  fill: #81ccfb !important;
}

.about_img img {
  width: 100%;
  height: auto;
}

.about_img {
  position: relative;
  margin-top: 30px;
}

.about_img:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(33, 33, 33, 0.5);
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.about_img:hover:after {
  opacity: 1;
}


.about-right {
  display: block;
  margin-top: 30px;
}

.about-right h3 {
  text-transform: uppercase;
  font-size: bold;
  margin-top: 0
}

.panel-heading .accordion-toggle:after {
  font-family: 'FontAwesome';
  content: "\f01a";
  float: right;
  color: #fff;
  font-size: 18px;
}

.panel-heading .accordion-toggle.collapsed:after {
  content: "\f01b";
}

.accrodion2 {
  display: block;
}

.accrodion2 .panel-default>.panel-heading {
  background-color: #1ea0e0;
  color: #fff;
  padding: 15px 15px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.accrodion2 .panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: #fff;
}

.accrodion2 .panel-default>.panel-heading:hover {
  color: #fff;
  background: #005C97;
}

.courses-box {
  border: 1px solid #f0f0f0;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  transition: all 1s ease 0s;
  margin-bottom: 15px;
}

.courses-box:hover,
.courses-box:focus,
.courses-box:active {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}

.courses-box-img {
  position: relative;
  overflow: hidden;
}

.courses-box-img img {
  width: 100%;
  transition: all .4s;
  position: relative;
}

.courses-box-img:hover img {
  transform: scale(1.15, 1.15) rotate(-5deg);
  -webkit-transform: scale(1.15, 1.15) rotate(-5deg);
  -moz-transform: scale(1.15, 1.15) rotate(-5deg);
}

.courses-box {
  border: 1px solid #d6d6d6;
  border-radius: 4px;
}

.courses-box-img {
  position: relative;
  overflow: hidden;
}

.courses-box:hover .courses-box-img i {
  color: #fdc800;
  opacity: 100;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.courses-box-img i {
  font-size: 22px;
  cursor: pointer;
  opacity: 0;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) !important;
  -webkit-transform: translate(-50%, -50%) !important;
  -ms-transform: translate(-50%, -50%) !important;
  color: #ff3115;
  z-index: 11;
  color: #fff;
  font-weight: 400;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  transition: all 0.3s ease 0s;
}

.courses-box .courses-box-img:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.6);
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transition: 0.4s;
  -ms-transition: 0.4s;
  transition: 0.4s;
}

.courses-box:hover .courses-box-img:before {
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
}

.courses-box-img img {
  width: 100%;
  transition: all .4s;
  position: relative;
}

.courses-box:hover .courses-box-img img {
  transform: scale(1.15, 1.15) rotate(-5deg);
  -webkit-transform: scale(1.15, 1.15) rotate(-5deg);
  -moz-transform: scale(1.15, 1.15) rotate(-5deg);
}

.courses-box:hover .course-inner {
  background: #015c96;
  color: #fff;
}

.course-inner {
  padding: 25px 20px;
  transition: 0.4s;
}

.course-inner h4 {
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 11px;
}

.course-subject {
  color: #000
}

.btn-read {
  background: #025c95;
  text-align: center;
  border: 1px solid #025c95;
  outline: 0;
  color: #fff;
  font-weight: 700;
  cursor: pointer;
  border-radius: 4px;
  text-transform: uppercase;
  padding: 10px 15px;
  transition: all 0.5s ease;
}

.courses-box:hover .btn-read {
  background: #fff;
  color: #000;
  text-decoration: none;
}

.course-inner p {
  padding-bottom: 10px;
}

.countdown_bg {
  background: #f5821f;
  background-size: cover;
  position: relative;
  padding: 70px 0;
  text-align: center;
  z-index: 0;
}

.countdown_bg:after {
  position: absolute;
  content: "";
  background: rgb(1, 92, 150);
  height: 100%;
  width: 100%;
  left: 0;
  z-index: -1;
  top: 0;
}


.countdown_bg h3 {
  font-size: 48px;
  margin-bottom: 15px;
  color: #FFF;
  font-weight: 700;
  position: relative;
}

.countdown_bg h3:after {
  content: "";
  background: #317baa;
  height: 1px;
  width: 100%;
  bottom: 0;
  margin: 20px auto auto;
  display: block;
}

.countdown_bg span {
  color: #81ccfb;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
}

.countdown_bg i {
  color: #fdd333;
  font-size: 56px;
}

.testimonial_bg {
  overflow: hidden;
  position: relative;
  padding-bottom: 50px;
  z-index: 0;
  color: #fff;
  background-image: url(../images/testimonails.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center top;
  background-size: cover;

}

.testimonial_bg:after {
  position: absolute;
  content: "";
  background: rgba(2, 92, 149, 0.68);
  height: 100%;
  width: 100%;
  left: 0;
  z-index: -1;
  top: 0;
}

.testimonial_bg h4 {
  color: #ffffff;
  font-size: 30px;
  font-weight: 600;
  position: relative;
  letter-spacing: 1px;
  text-transform: uppercase;
}


.testimonial_bg .testi_description {
  display: inline-block;
  text-align: center;
  margin-right: 5%;
}

.testimonial_bg .testimonialimg {
  width: 100px;
  height: 100px;
  border-radius: 4px;
  margin: 0 auto;
  overflow: hidden;
  border: 8px solid rgba(255, 255, 255, 0.15);
  box-shadow: 0px 0 10px rgba(0, 0, 0, 0.3);
}

.testimonial_bg .testimonialimg img {
  width: 100%;
  height: 100%;
}

.testi_description h4 {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  margin: 20px 0 0 0;
}

.testimonial-content span {
  font-size: 12px;
  color: #fff;
}

.testimonial_bg .testi_description {
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 30px 20px;
  border: 8px solid rgb(71, 138, 183);
  box-shadow: 0px 0 10px rgba(0, 0, 0, 0.3);
  color: #fff;
  margin-top: 20px;
  background: rgba(0, 0, 0, 0.15);
  position: relative;
  border-radius: 4px;
}

.testimonial_bg .testi_description:before {
  content: "";
  border: 10px solid transparent;
  border-bottom: 10px solid rgba(255, 255, 255, 0.15);
  position: absolute;
  top: -28px;
  left: 49.5%;
}

.owl-carousel .owl-nav,
.owl-carousel .owl-dots {
  margin-top: 30px;
  text-align: center;
}

.owl-carousel .owl-nav .owl-prev {
  left: 0px;
}

.owl-carousel .owl-nav .owl-next {
  right: 0px;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
  position: absolute;
  top: 45%;
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  border: 1px solid #015c96;
  background-color: #015c96;
  color: #fff;
  transform: translateY(-50%);
  font-size: 22px;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.courses-carousel .owl-nav .owl-prev:hover,
.courses-carousel .owl-nav .owl-next:hover {
  background: #fff;
  color: #000;
}

.owl-carousel .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #ddd;
}

.owl-carousel .owl-dot.active {
  background-color: #1da0e0;
}

@media only screen and (max-width: 480px) {}

.staffteam {
  margin-top: 20px;
  text-align: center;
}

.staffteamimg {
  display: block;
  overflow: hidden;
  border-radius: 4px;
}

.staffteamimg img {
  width: 100%;
  height: auto
}

.staffteam .staffteamimg {
  position: relative;
  overflow: hidden;
  height: 250px;
}

.staffteam .staffteamimg img {
  width: 100%;
  transition: all .4s;
  position: relative;
}

.staff-content {
  padding: 0 10px 15px;
  transition: .3s;
}

.instructor-icon {
  margin-top: 15px;
}

.staffteam .staffteamimg img {
  width: 100%;
  transform: scale(1);
  transition: all 500ms ease;
}

.staffteam:hover .staffteamimg img {
  transform: scale(1.3);
  transition: all 500ms ease;
}

.staffteam .staffteamimg:before {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  content: '';
  z-index: 1;
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.5);
  transform: scale(0.0);
  transition: all 500ms ease;
}

.staffteam:hover .staffteamimg:before {
  background: rgba(0, 0, 0, 0.5);
  transform: scale(1.1);
  transition: all 500ms ease;
}

.social-links {
  margin: 0;
  padding: 0;
  list-style: none;
  display: none;
}

.social-links li {
  position: relative;
  background: #ffffff none repeat scroll 0 0;
  border-radius: 4px;
  display: inline-block;
  height: 36px;
  margin-right: 5px;
  text-align: center;
  border-radius: 100%;
  width: 36px;
  color: #000;
  transition: .3s;
  box-shadow: 8px 6px 8px rgba(0, 0, 0, 0.175);
}

.social-links li a.active {
  color: #fff;
  background: #f5821f;
}

.social-links li a:hover {
  color: #fff;
  background: #f5821f;
}

.social-links li a:last-child {
  margin-right: 0;
}

.social-links li a i {
  line-height: 36px;
  font-size: 14px;
}

.staff-content h3 {
  color: #000;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 5px;
  text-transform: capitalize;
}

.staff-content span {
  color: #333;
  font-weight: 400;
}


.our-facility {
  background-color: #ED6600;
  padding: 50px 0px 50px 0px;
  color: #fff;
}

.counter-content {
  color: #fff;
  text-align: left;
}

.counter-main {
  border: 1px solid rgba(255, 255, 255, 0.19);
  padding: 30px 30px 18px;
  border-radius: 4px;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  margin-bottom: 15px;
}

.counter-main:hover {
  box-shadow: 0 6px 29px rgba(0, 0, 0, 0.3);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.creative_heading {
  font-size: 30px;
  word-wrap: break-word;
  font-weight: 700;
}

.creative_heading span {
  color: #ed6600;
}

.owl-carousel,
.teamstaff {
  clear: both;
}

.services {
  position: relative;
}

.service-inner {
  position: absolute;
  top: -184px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 1;
}

.service-box {
  border-right: 1px solid rgba(255, 255, 255, 0.21);
  padding: 30px 30px 20px 40px;
  display: block;
  color: #fff;
  background-color: #005C97;
  box-shadow: 0px 0 10px rgba(0, 0, 0, 0.3);
  border-bottom: 4px solid rgba(255, 255, 255, 0.21);
}

.service-box:last-child {
  border-right: none;
}

.service-box .service-box-content {
  position: relative;
  padding-left: 60px;
}

.service-box .service-box-content h3 {
  font-size: 22px;
  margin-bottom: 10px;
  margin-top: 0;
}

.service-box .service-box-content h3 a {
  color: #FFFFFF;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.service-box .service-box-content p {
  color: #FFFFFF;
  font-weight: 400;
  width: 80%;
}

.service-box .service-box-icon {
  padding-top: 10px;
  position: absolute;
  left: 0;
  top: -15px;
}

.service-box .service-box-icon img {
  width: 50px;
  height: auto;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.service-box .service-box-icon i {
  color: #fdc800;
  font-size: 36px;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.service-box:hover .service-box-content h3 a {
  color: #fdc800;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.service-box:hover .service-box-content p {
  color: #FFFFFF;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.service-box:hover .service-box-icon i {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}




.whychooses {
  text-align: center;
  padding-top: 30px;
}

.whychooses-icon {
  margin-bottom: 18px;
}

.whychooses-icon {
  border-radius: 100%;
  height: 120px;
  width: 120px;
  display: block;
  background: #FFFFFF;
  line-height: 120px;
  margin: 0 auto;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.whychooses:hover .whychooses-icon {
  background: rgb(162, 217, 245);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.whychooses-icon img {
  width: 60px;
  height: 60px;
}

.whychooses h3 a {
  color: #000;
}

.whychooses:hover h3 {

  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.whychooses:hover h3 a {
  color: #1ea0e0;
  text-decoration: none;
}

.whychooses p {
  width: 80%;
  margin: 0 auto;
}

.head-title2 {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 25px;
}

.head-title2:after {
  position: absolute;
  content: "";
  left: 0;
  width: 50px;
  background: #f5821e;
  height: 2px;
  bottom: 0;
}

.facility_bg {
  background-image: url(../images/achievements-bg.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center top;
  padding: 60px 0 60px;
  background-size: cover;
  color: #fff;
  position: relative;
}

.facility_bg:before {
  border-radius: 4px;
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(10, 15, 28, 0.7);
}


.visionbg {
  background: #005C97;
  color: #fff;
  padding: 20px;
}

.misssion {
  border-top: 4px solid #005C97;
  background: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  padding-bottom: 50px;
  margin-top: 30px;
  min-height: 365px;
}

.whitebox {
  background: #fff;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.15);
  padding: 40px;
}

.blue-box1 {
  background-color: #005C97;
  color: #fff;
  text-align: center;
}

.sports {
  display: block;
}

.sports h2 {
  font-size: 24px;
}

.onlineformbtn {
  border-radius: 4px;
  border: 0;
  box-shadow: 0px 5px 25px 0px rgba(166, 196, 55, 0.35);
  padding: 5px 20px;
  display: inline-block;
  font-size: 14px;
  background: #1ea0e0;
  text-decoration: none !important;
  color: #fff !important;
  text-align: center;
  line-height: 24px;
  transition: all 0.5s ease 0s;
  /*-webkit-box-shadow: 0px 5px 25px 0px rgba(3, 100, 148, 0.52);
    -moz-box-shadow: 0px 5px 25px 0px rgba(240, 90, 33, 0.35);
    box-shadow: 0px 5px 25px 0px rgba(29, 160, 224, 0.47);*/
}

.onlineformbtn a {
  text-decoration: none;
  transition: all 1s ease 0s;
  cursor: pointer;
  padding: 5px;
  color: #fff;
}

.onlineformbtn:hover {
  color: #fff;
  background: #036493;
}

@media (max-width: 767px) {
  .misssion {
    min-height: 100%;
  }

  .affix#alert .header-extras {
    display: none;
  }

  .service-inner {
    position: relative !important;
    top: 0 !important;
  }

  .about_img {
    margin-bottom: 20px;
  }
}

@media (min-width: 768px) and (max-width:991px) {
  .navborder .navbar-nav>li>a {
    padding: 23px 15px;
  }
}

ul.square li {
  list-style: square;
  padding: 3px;
  margin-left: -25px
}

@media(min-width:992px) and (max-width:1199px) {
  .nav>li>a {
    padding: 10px 12px;
  }
}

.latestevent {
  padding: 10px 0;
}

.latestevent h4 a {
  color: #000;
}

.latestevent img {
  -webkit-box-shadow: 0px 15px 15px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 15px 15px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 15px 15px 0px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}

.image img {
  width: 100%;
  height: auto;
}


#cookieConsent {
  background-color: #1ea0e0;
  min-height: 26px;
  font-size: 14px;
  color: #fff;
  line-height: 26px;
  padding: 10px;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
  z-index: 2;
  text-align: center;
}

#cookieConsent a {
  color: #fff;
  text-decoration: none;
}

#closeCookieConsent {
  float: right;
  display: inline-block;
  cursor: pointer;
  height: 20px;
  width: 20px;
  font-size: 15px;
  line-height: 28px;
  padding-right: 20px
}

#closeCookieConsent:hover {
  color: #424242;
}

#cookieConsent a:hover {
  color: #0084B4;
}

#cookieConsent a.cookieConsentOK {
  background-color: #046c9e;
  color: #fff;
  display: inline-block;
  border-radius: 2px;
  padding: 0 20px;
  cursor: pointer;
  margin: 0 10px 0 10px;
  text-decoration: none;
}

#cookieConsent a.cookieConsentOK:hover {
  background-color: #000;
  color: #fff;
}

/*safari Browser*/
@media screen and (-webkit-min-device-pixel-ratio:0) {

  ::i-block-chrome,
  .fullwidth {
    width: 102em;
    margin-left: auto;
    margin-right: -51em;
    left: 0;
    right: 50%;
  }

  ::i-block-chrome,
  .affix#alert header {
    box-shadow: none;
  }

  ::i-block-chrome,
  .contact-item img {
    line-height: normal;
  }
}

.catpcha {
  cursor: pointer;
  padding-left: 10px;
}

#captcha_image img {
  border-radius: 8px;
}

@media(max-width:767px) {
  #captcha_image img {
    margin-bottom: 5px;
  }
}

.req {
  color: red;
}

.displaynone {
  display: none;
}

.dropify-wrapper {
  height: 34px !important;
  border-radius: 4px;
  cursor: pointer;
}

.align-items-center {
  -ms-flex-align: center;
  align-items: center;
}

.justify-content-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.align-items-stretch {
  -ms-flex-align: stretch;
  align-items: stretch;
}

.statusright {
  float: right
}

.statusimg {
  padding: 0;
  margin: 0;
  list-style: none;
  float: right;
}

.statusimg li {
  display: inline-block;
  text-align: center;
}

.statusimg li+li {
  padding-left: 20px;
}

.statusimg li img {
  border-radius: 4px;
  width: 40px;
  height: 40px;
  margin-bottom: 5px;
  flex-shrink: 0;
  min-width: 40px;
  min-height: 40px;
  overflow: hidden;
}

.statusimg p {
  margin-bottom: 0;
}

.printbtndrakgray {
  color: #fff;
  background-color: #727272;
  border-color: #525252;
}

.printbtndrakgray:hover {
  color: #fff;
  background-color: #070707;
  border-color: #525252;
}

.printcontent {
  border-radius: 3px;
  border: 1px solid #ddd;
  padding: 0px 15px 0px;
  width: 100%;
  margin-bottom: 10px;
}

.printcontent p {
  margin-bottom: 0px;
}

.pagetitleh2 {
  background: #f3f3f3;
  margin: 0;
  font-size: 16px;
  padding: 8px 15px;
  color: #000;
  margin-bottom: 10px;
  font-weight: bold;
  border-bottom: 1px solid #ddd;
}

.entered {
  font-weight: bold;
  margin-bottom: 0;
  margin-top: 10px;
}

.formstatus {
  border: 1px solid #ccc;
  padding: 5px 20px;
  display: block;
  border-radius: 3px;
}

.formstatus b {
  padding-right: 2px;
}

.reflist {
  margin: 0;
  padding: 0;
  list-style: none;
}

.reflist li {
  display: inline-block;
  text-align: center;
  font-weight: bold;
  border: 1px solid #ddd;
  padding: 10px 2px;
  border-radius: 4px;
  background: #f9f9f9;
  font-size: 13px;
}

.reflist li+li {
  margin-left: 0px;
}

.reflist li span {
  display: block;
}

@media(max-width:767px) {

  .statusright,
  .formstatus {
    margin-top: 10px;
  }

  .printcontent .form-group {
    margin-bottom: 15px;
  }

  .statusimg {
    margin-top: 10px;
  }
}

.modalclosebtn:focus,
.modalclosebtn:hover {
  background: #000;
  color: #fff;
  outline: none
}

.modalclosebtn {
  display: inline-block;
  vertical-align: top;
  padding: 5px 15px;
  background: #786e6d;
  color: #fff;
  transition: all 0.5s ease 0s;
  border-radius: 4px;
  border: 0;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  line-height: 24px;
}

.modal-header-small {
  padding: 5px 15px;
}

.closebtnmodal {
  opacity: 100;
  margin-top: 10px !important;
}

.mdbtn {
  width: 100px;
}

.capture-icon {
  cursor: pointer;
  padding-left: 10px;
  padding-right: 10px;
}

.d-flex {
  display: flex;
}

.align-items-center {
  align-items: center
}

.btnMD {
  float: right;
}

@media(min-width:768px) {
  .width-auto {
    width: auto;
  }
}

.termsconditions h3 {
  font-size: 20px;
  margin-bottom: 10px;
}

.termsconditions h4 {
  margin-top: 20px;
}

.termsconditions p {
  text-align: justify;
}

/* --- Section Mission --- */
.same-height-row {
  display: flex;
  flex-wrap: wrap;
  /* align-items: stretch; */
}


.same-height-col {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.same-height-row>.col-md-6 {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.mission-card {
  position: relative;
  background: linear-gradient(135deg, #6a11cb 0%, #2575fc 100%);
  border-radius: 20px;
  color: #fff;
  padding: 40px 35px 50px 35px;
  box-shadow: 0 10px 30px rgba(101, 41, 255, 0.3);
  overflow: hidden;
  margin-bottom: 70px;
}

.mission-card::before {
  content: "";
  position: absolute;
  width: 200px;
  height: 200px;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  top: -50px;
  right: -50px;
  filter: blur(80px);
  z-index: 0;
}

.mission-title {
  position: relative;
  font-size: 3rem;
  font-weight: 600;
  margin-bottom: 20px;
  z-index: 1;
  letter-spacing: 0.05em;
}

.mission-text {
  position: relative;
  font-size: 1.4rem;
  line-height: 1.6;
  font-weight: 400;
  max-width: 700px;
  z-index: 1;
}

/* Icône SVG plus grande et transparente */
.mission-icon {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 80px;
  height: 80px;
  stroke: #fff;
  opacity: 0.12;
  z-index: 0;
}

/* --- Section Vision --- */
.vision-row {
  display: flex;
  flex-wrap: wrap;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 12px 40px rgba(37, 117, 252, 0.12);
  overflow: hidden;
  margin-bottom: 50px;
}

.vision-text {
  flex: 1 1 50%;
  padding: 50px 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.vision-text h2 {
  font-size: 2.2rem;
  font-weight: 700;
  color: #2575fc;
  margin-bottom: 25px;
  letter-spacing: 0.03em;
}

.vision-text p {
  font-size: 1.1rem;
  line-height: 1.65;
  color: #444;
}

.vision-image {
  flex: 1 1 50%;
  position: relative;
  overflow: hidden;
}

.vision-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  transition: transform 0.4s ease;
  cursor: pointer;
}

.vision-image img:hover {
  transform: scale(1.05);
}

/* Responsive */
@media (max-width: 991px) {
  .vision-row {
    flex-direction: column;
  }

  .vision-text,
  .vision-image {
    flex: 1 1 100%;
    padding: 30px 25px;
  }

  .vision-image img {
    border-radius: 20px;
    height: auto;
  }
}

@media (max-width: 480px) {
  .mission-card {
    padding: 30px 25px 40px 25px;
  }

  .mission-title {
    font-size: 2.5rem;
  }

  .mission-text {
    font-size: 1rem;
    max-width: 100%;
  }

  .vision-text h2 {
    font-size: 1.8rem;
  }

  .vision-text p {
    font-size: 1.2rem;
  }
}

.nav-tabs.modern {
  border-bottom: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 0;
}

.nav-tabs.modern>li {
  margin: 6px;
  float: none;
}

.nav-tabs.modern>li>a {
  background: #f5f5f5;
  color: #444;
  padding: 12px 28px;
  border-radius: 30px;
  font-weight: 600;
  text-transform: uppercase;
  transition: all 0.3s ease;
  border: none;
  display: flex;
  align-items: center;
  gap: 8px;
}

.nav-tabs.modern>li.active>a {
  color: #fff !important;
}

.nav-tabs.modern>li.active>a[href="#maternelle"] {
  background-color: #f39c12;
}

.nav-tabs.modern>li.active>a[href="#primaire"] {
  background-color: #2980b9;
}

.nav-tabs.modern>li.active>a[href="#college"] {
  background-color: #d93025;
}

.nav-tabs.modern>li>a:hover {
  background-color: #ddd;
  color: #000;
}

/* Contenu */
.tab-content.styled-tabs {
  background: #fff;
  padding: 40px 30px;
  border-radius: 10px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
  margin-top: -10px;
}

/* Animation */
.tab-pane {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.4s ease;
}

.tab-pane.active.in {
  opacity: 1;
  transform: translateY(0);
}

/* Titres */
h3 {
  font-weight: 700;
  margin-bottom: 24px;
  letter-spacing: 0.03em;
}

ul {
  font-size: 16px;
  color: #333;
  padding-left: 22px;
}

ul li {
  margin-bottom: 12px;
}

/* Colonne texte */
.dev-text {
  flex: 1 1 55%;
}

.dev-text h2 {
  font-weight: 700;
  font-size: 2.8rem;
  margin-bottom: 25px;
  color: #1a73e8;
}

.dev-text h3 {
  font-weight: 600;
  font-size: 1.7rem;
  margin-top: 40px;
  margin-bottom: 20px;
  color: #3498db;
}

.dev-text p {
  font-size: 1.3rem;
  line-height: 1.7;
  color: #4a4a4a;
  margin-bottom: 20px;
}

.dev-text ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 25px;
}

.dev-text ul li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 12px;
  font-size: 1.1rem;
  color: #555;
}

.dev-text ul li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 2px;
  color: #1a73e8;
  font-weight: bold;
}

/* Bouton CTA */
.btn-primary-custom {
  background: #1a73e8;
  border: none;
  padding: 12px 32px;
  font-size: 1.3rem;
  border-radius: 40px;
  color: white;
  font-weight: 600;
  box-shadow: 0 8px 20px rgba(26, 115, 232, 0.35);
  cursor: pointer;
  transition: background 0.3s ease, box-shadow 0.3s ease;
}

.btn-primary-custom:hover {
  background: #155dbb;
  box-shadow: 0 12px 30px rgba(21, 93, 187, 0.5);
}

/* Colonne image */
.dev-image {
  flex: 1 1 45%;
  text-align: center;
}

.dev-image img {
  max-width: 100%;
  border-radius: 20px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
  transition: transform 0.4s ease;
  cursor: pointer;
}

.dev-image img:hover {
  transform: scale(1.05);
}

/* Responsive */
@media (max-width: 991px) {
  .development-section {
    flex-direction: column;
    padding: 40px 30px;
  }

  .dev-text,
  .dev-image {
    flex: 1 1 100%;
  }

  .dev-text h2 {
    font-size: 2rem;
    margin-bottom: 20px;
  }

  .dev-text h3 {
    font-size: 1.4rem;
    margin-top: 30px;
    margin-bottom: 15px;
  }

  .dev-text p,
  .dev-text ul li {
    font-size: 1rem;
  }

  .btn-primary-custom {
    width: 100%;
    padding: 14px 0;
  }
}

.about-wrapper {
  margin-bottom: 50px;
}

.about-row {
  display: flex;
  gap: 40px;
  align-items: center;
  flex-wrap: nowrap;
}

/* IMAGE */
.about-image-items {
  flex: 0 0 50%;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
  height: 600px;
  position: relative;
}

.about-image-items img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

.about-image-items:hover img {
  transform: scale(1.05);
}

.about-image-2,
.border-shape-1 {
  position: absolute;
  pointer-events: none;
  opacity: 0.15;
}

.about-image-2 {
  top: 20px;
  left: 20px;
  width: 140px;
}

.border-shape-1 {
  bottom: -20px;
  right: -20px;
  width: 110px;
}

/* CONTENU */
.about-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.section-title span {
  font-weight: 700;
  color: #1a73e8;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 1.2rem;
  margin-bottom: 12px;
  display: inline-block;
}

.section-title h2 {
  font-weight: 800;
  font-size: 2.8rem;
  margin-bottom: 24px;
  color: #222;
  line-height: 1.2;
}

.about-content p {
  font-size: 1.3rem;
  line-height: 1.6;
  margin-bottom: 30px;
  color: #444;
}

/* BADGES */
.about-list {
  display: flex;
  flex-wrap: wrap;
  gap: 15px 25px;
  margin-bottom: 35px;
}

.about-list .badge-item {
  display: inline-flex;
  align-items: center;
  background-color: #ffff;
  padding: 12px 15px;
  border-radius: 30px;
  font-size: 1.2rem;
  /* ✅ Texte plus grand */
  font-weight: 600;
  color: #333;
  /* Texte normal */
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  /* 💡 Ombre douce */
  transition: transform 0.3s ease;
}

.badge-item i {
  color: #1a73e8;
  /* 🎨 Icône colorée */
  margin-right: 10px;
  font-size: 1.3rem;
}

.badge-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.1);
  /* ombre un peu plus forte au hover */
}

/* BOUTON */
.about-button .theme-btn {
  background-color: #1a73e8;
  color: #fff;
  padding: 14px 32px;
  border-radius: 50px;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  box-shadow: 0 5px 15px rgba(26, 115, 232, 0.35);
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.about-button .theme-btn:hover {
  background-color: #155dbb;
  transform: translateY(-3px);
}

.about-button .theme-btn i {
  font-size: 1.1rem;
}

/* CONTACT */
.about-author {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.author-icon {
  display: flex;
  align-items: center;
  gap: 15px;
}

.author-icon .icon {
  background-color: #1a73e8;
  color: white;
  font-size: 1.5rem;
  /* taille icône un peu réduite */
  padding: 5px;
  /* padding réduit pour cercle petit */
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 55px;
  /* largeur fixe petite */
  height: 55px;
  /* hauteur fixe petite */
  box-shadow: 0 3px 8px rgba(26, 115, 232, 0.25);
  transition: background-color 0.3s ease;
}

.author-icon .icon:hover {
  background-color: #155dbb;
}

.author-icon .content span {
  font-size: 1.2rem;
  color: #888;
}

.author-icon .content h5 {
  margin: 0;
  font-weight: 700;
  font-size: 1.4rem;
}

.author-icon .content h5 a {
  color: #222;
  text-decoration: none;
  transition: color 0.3s ease;
}

.author-icon .content h5 a:hover {
  color: #1a73e8;
}


/* RESPONSIVE */
@media (max-width: 991px) {
  .about-row {
    flex-direction: column;
    gap: 30px;
  }

  .about-image-items {
    width: 100%;
    height: 250px;
  }

  .about-content {
    width: 100%;
  }

  .section-title h2 {
    font-size: 2rem;
  }
}

.icon-items {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  /* background: #f9f9f9; */
  padding: 18px;
  /* border-radius: 14px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08); */
  margin-bottom: 20px;
  min-height: 100px;
}

.icon-items .icon {
  background: #1a73e8;
  color: #fff;
  font-size: 18px;
  padding: 10px;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon-items .content h5 {
  margin: 0;
  font-size: 16px;
  font-weight: bold;
  color: #222;
}

.icon-items .content p {
  margin: 4px 0 0;
  font-size: 14px;
  color: #555;
}

.equal-container {
  display: flex;
  flex-wrap: wrap;
}

.equal-col {
  display: flex;
  flex-direction: column;
}

.img-wrapper {
  height: 100%;
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
}

.img-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  display: block;
  border-radius: 10px;
}

.full-height {
  height: 100%;
}

.d-flex-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.content-wrapper {
  padding: 20px;
}


/* Responsive: stack image and content vertically on mobile */
@media (max-width: 767px) {
  .equal-container {
    display: block;
  }

  .equal-col {
    display: block;
    width: 100%;
    height: auto;
  }

  .img-wrapper,
  .img-wrapper img {
    height: auto;
  }
}

:root {
  --primary-color: #1a73e8;
  --primary-hover: #155dbb;
  --text-color: #222;
  --text-muted: #555;
  --bg-icon: #1a73e8;
  --bg-icon-hover: #155dbb;
  --border-radius: 18px;
  --shadow-light: rgba(26, 115, 232, 0.25);
}

.about-activities-wrapper {
  max-width: 1100px;
  margin: 60px auto;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: var(--text-color);
  padding: 0 15px;
}

.activities-content {
  padding-top: 20px;
  text-align: center;
}




.activities-content .section-title span {
  display: inline-block;
  font-weight: 700;
  color: var(--primary-color);
  font-size: 1.15rem;
  margin-bottom: 14px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}

.activities-content .section-title h2 {
  font-weight: 900;
  font-size: 2.9rem;
  line-height: 1.1;
  margin-bottom: 35px;
  color: var(--text-color);
}

.activities-content p {
  font-size: 1.35rem;
  line-height: 1.7;
  margin-bottom: 50px;
  color: var(--text-muted);
  letter-spacing: 0.025em;
}

.icon-inline-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0px;
}

/* Décaler les items pair */
/* .icon-inline-row .col-lg-3:nth-child(even) .icon-inline-item {
    margin-top: 85px;
  } */

.icon-inline-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 30px;
  background: #f8faff;
  border-radius: var(--border-radius);
  padding: 20px;
  box-shadow: 0 6px 18px rgba(26, 115, 232, 0.12);
  transition: all 0.3s ease;
}

.icon-inline-item:hover {
  background-color: #e4f0ff;
  box-shadow: 0 12px 26px rgba(21, 93, 187, 0.3);
  transform: translateY(-5px);
}

.icon-inline-item .icon {
  width: 70px;
  height: 70px;
  background: var(--bg-icon);
  color: white;
  border-radius: 20px;
  font-size: 2.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
  box-shadow: 0 8px 22px rgba(26, 115, 232, 0.25);
}

.icon.box-color-1 {
  background: #1a73e8;
}

.icon.box-color-2 {
  background: #2980b9;
}

.icon.box-color-3 {
  background: #3498db;
}

.icon.box-color-4 {
  background: #5dade2;
}

.icon-inline-item .content h5 {
  font-weight: 700;
  font-size: 1.35rem;
  margin-bottom: 6px;
  color: var(--text-color);
}

.icon-inline-item .content p {
  font-size: 1.05rem;
  color: #666;
  margin: 0;
  line-height: 1.45;
}

/* Responsive */
@media (max-width: 991px) {
  .activities-content .section-title h2 {
    font-size: 2.3rem;
  }

  .activities-content p {
    font-size: 1.2rem;
  }

  .icon-inline-item {
    padding: 15px 18px;
  }

  .icon-inline-item .icon {
    width: 60px;
    height: 60px;
    font-size: 1.8rem;
  }

  .icon-inline-item .content h5 {
    font-size: 1.15rem;
  }

  .icon-inline-item .content p {
    font-size: 0.95rem;
  }

  /* Supprimer le décalage en mobile/tablette */
  .icon-inline-row .col-lg-3:nth-child(even) .icon-inline-item {
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  .icon-inline-row {
    display: block;
  }

  .icon-inline-item {
    margin-bottom: 25px;
  }

  .icon-inline-item .icon {
    margin: 0 auto 15px auto;
  }

  .icon-inline-item .content {
    padding: 0 10px;
  }
}

@media (max-width: 575px) {
  .activities-content .section-title h2 {
    font-size: 1.9rem;
  }

  .activities-content p {
    font-size: 1rem;
  }
}

.extra-activities-wrapper {
  max-width: 1200px;
  margin: 60px auto;
  padding: 0 15px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: #333;
}

/* Conteneur image */
.activities-img-items {
  height: 100%;
  position: relative;
}

.activities-img-items img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  max-width: 580px;
  position: relative;
}

/* Contenu des activités */
.extra-activities-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding: 15px;
}

.section-title span {
  display: inline-block;
  font-weight: 700;
  color: #1a73e8;
  text-transform: uppercase;
  font-size: 1rem;
  margin-bottom: 10px;
  letter-spacing: 1px;
}

.section-title h2 {
  font-size: 2.5rem;
  font-weight: 800;
  margin-bottom: 20px;
  line-height: 1.3;
}

.extra-activities-content p {
  font-size: 1.15rem;
  line-height: 1.6;
  color: #555;
  margin-top: 0.75rem;
}

/* Items avec icônes */
.extra-icon-item {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 15px;
}


.extra-icon-item .icon {
  width: 80px;
  height: 80px;
  background-color: #e8f0fe;
  color: #1a73e8;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
  font-size: 3.5rem;
  flex-shrink: 0;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.05);
  border: 1px solid #d0dfff;
  transition: transform 0.2s ease-in-out;
}

.extra-icon-item .icon:hover {
  transform: scale(1.05);
}

.extra-icon-item .content h5 {
  font-size: 1.25rem;
  font-weight: 700;
  margin: 0;
}

.extra-icon-item .content p {
  margin: 0;
  font-size: 1rem;
  color: #666;
  word-wrap: break-word;
}

/* Couleurs des icônes */
.icon.box-color-1 {
  background-color: #e8f0fe;
  color: #1a73e8;
}

.icon.box-color-2 {
  background-color: #fef3e8;
  color: #e67e22;
}

.icon.box-color-3 {
  background-color: #e8fef1;
  color: #2ecc71;
}

.icon.box-color-4 {
  background-color: #f4e8fe;
  color: #9b59b6;
}

/* Responsive */

/* Table layout */
.row-table {
  display: table;
  width: 100%;
  table-layout: fixed;
}

.row-table .cell {
  display: table-cell;
  vertical-align: middle;
  float: none !important;
  /* override Bootstrap 3's float */
}

.activities-img-items,
.extra-activities-content {
  height: 100%;
}

@media (max-width: 991px) {
  .section-title h2 {
    font-size: 2rem;
  }

  .extra-icon-item {
    flex-direction: row;
    align-items: center;
  }
}

@media (max-width: 767px) {
  .row-table>div {
    margin-bottom: 25px;
    display: block;
    /* Passer en block sur petits écrans */
  }

  .extra-activities-content {
    padding: 10px;
  }

  .extra-icon-item {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .extra-icon-item .icon {
    margin-bottom: 10px;
  }

  .extra-icon-item .content {
    padding: 0 10px;
  }
}

.mt-4 {
  margin-top: 24px;
  /* ou 1.5rem */
}

/* Pour les tablettes et petits écrans */
@media (max-width: 991px) {
  .row-table {
    display: flex;
    flex-direction: column;
  }

  .row-table .cell:first-child {
    order: 1;
    /* Le contenu en haut */
  }

  .row-table .cell:last-child {
    order: 2;
    /* L’image en dessous */
  }

  .row-table .cell {
    display: block;
    width: 100%;
    float: none !important;
    /* Pour override Bootstrap 3 */
  }

  .activities-img-items {
    margin-top: 20px;
    /* Optionnel : ajoute un espace entre le contenu et l’image */
  }
}


/* Pour mobiles (≤ 767px), on empile et on remet le contenu au-dessus de l’image */
@media (max-width: 767px) {
  .row-table {
    display: flex !important;
    flex-direction: column !important;
  }

  .row-table .cell:first-child {
    order: 1;
    /* Contenu en premier */
  }

  .row-table .cell:last-child {
    order: 2;
    /* Image après */
  }

  /* Ajustements mineurs pour l'affichage vertical */
  .extra-icon-item {
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
  }

  .extra-icon-item .icon {
    margin-bottom: 10px !important;
  }

  .extra-icon-item .content {
    padding: 0 10px !important;
  }

  /* Suppression du float (important pour Bootstrap 3 override) */
  .row-table .cell {
    float: none !important;
    display: block !important;
    width: 100% !important;
  }
}


/* --- Section Environnement Moderne --- */
/* SECTION ENVIRONNEMENT */
.modern-environment-section {
  padding: 60px 15px;
  background: #f0f4f8;
  border-top: 5px solid #1a73e8;
}

.row-flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.row-flex>[class*="col-"] {
  margin-bottom: 30px;
  /* marge entre les lignes */
}

/* Taille des images dans le carousel */
.modern-image-wrapper .carousel-inner>.item>img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

/* Optionnel : ajuster hauteur max pour garder cohérence */
.modern-image-wrapper .carousel-inner {
  max-height: 400px;
  overflow: hidden;
}

/* Bootstrap 3: img-responsive */
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

/* Bootstrap 3: img-rounded */
.img-rounded {
  border-radius: 6px;
}

.modern-image-wrapper {
  max-width: 100%;
  overflow: hidden;
  border-radius: 10px;
}


.modern-image-wrapper img {
  width: 100%;
  max-height: 450px;
  object-fit: cover;
  border: 1px solid #ddd;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}

.modern-content {
  background: white;
  padding: 35px;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
}

.section-heading {
  color: #1a73e8;
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 20px;
}

.feature-box {
  background-color: #f9fbff;
  border-left: 4px solid #1a73e8;
  padding: 15px;
  border-radius: 10px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}

.icon-box {
  background: #1a73e8;
  color: white;
  border-radius: 8px;
  width: 50px;
  height: 50px;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
}

.summary-text {
  margin-top: 25px;
  font-size: 15px;
  color: #555;
}

/* SECTION ÉQUIPE */
.team-section {
  background: linear-gradient(to bottom right, #fffdf8, #fef2e5);
  padding: 60px 20px;
  border-top: 5px solid #e67e22;
}

.section-title {
  font-size: 28px;
  font-weight: 700;
  color: #1a73e8;
}

.section-subtitle {
  font-size: 16px;
  color: #555;
  margin-top: 10px;
}

/* For equal height cards */
.team-row {
  display: flex;
  flex-wrap: wrap;
}

.team-row>[class*="col-"] {
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
  /* marge entre les lignes */
}

.team-card {
  flex-grow: 1;
  height: 100%;
  background: #ffffff;
  border: 1px solid #fae8d2;
  padding: 25px;
  border-radius: 16px;
  text-align: center;
  box-shadow: 0 5px 15px rgba(255, 186, 120, 0.2);
}


.team-card:hover {
  background-color: #fff9f0;
  transform: translateY(-5px);
  box-shadow: 0 12px 20px rgba(255, 186, 120, 0.3);
}



.team-icon {
  font-size: 40px;
  color: #e67e22;
  margin-bottom: 15px;
}

.card-section-box {
  /* background: #fff; */
  border-radius: 16px;
  padding: 40px 30px;
  margin-bottom: 40px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
  border: 1px solid #e6eaf0;
}





.section-architecture {
  padding: 60px 15px;
  /* background: #f7fafe; */
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
}

.section-title span {
  color: #1a73e8;
  font-weight: bold;
  text-transform: uppercase;
  display: block;
  margin-bottom: 8px;
}

.section-title h2 {
  font-size: 26px;
  color: #333;
  font-weight: 700;
  margin-bottom: 15px;
}

.section-title .lead {
  font-size: 15px;
  color: #555;
  margin-bottom: 40px;
}

.infra-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
  gap: 15px;
}

.infra-icon {
  width: 80px;
  height: 80px;
  background: #e8f0fe;
  color: #1a73e8;
  font-size: 24px;
  border-radius: 12px;
  text-align: center;
  line-height: 80px;
  margin-right: 15px;
  flex-shrink: 0;
}

.infra-block.text-right {
  flex-direction: row-reverse;
  text-align: right;
}

.infra-block.text-right .infra-icon {
  margin-left: 15px;
  margin-right: 0;
}

.icon-right {
  flex-direction: row-reverse;
  text-align: right;
}

.infra-text h5 {
  font-size: 16px;
  font-weight: 600;
  color: #1a73e8;
  margin: 0 0 8px;
}

.infra-text p {
  font-size: 14px;
  color: #666;
  margin: 0;
}

.infra-img-wrapper {
  max-width: 280px;
  margin: 0 auto 30px;
}

.infra-img-wrapper img {
  width: 100%;
  border-radius: 50%;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}

.img-caption {
  margin-top: 12px;
  font-size: 13px;
  color: #777;
  font-style: italic;
  line-height: 1.4;
  max-width: 260px;
  margin-left: auto;
  margin-right: auto;
}

.color-1 {
  background-color: #eaf3fc;
  /* Soft Blue */
  color: #1a73e8;
}

.color-2 {
  background-color: #e8f5e9;
  /* Soft Green */
  color: #34a853;
}

.color-3 {
  background-color: #fff8e1;
  /* Soft Yellow */
  color: #f9a825;
}

.color-4 {
  background-color: #fdecea;
  /* Soft Red */
  color: #d93025;
}

.color-5 {
  background-color: #f3e5f5;
  /* Soft Purple */
  color: #8e24aa;
}


.radius-wrapper {
  background: #ffffff;
  padding: 40px;
  border-radius: 24px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
}

.main-header {
  background: #ffffff;
  border-bottom: 1px solid #eee;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
  padding: 10px 0;
}

.custom-navbar {
  border-radius: 12px;
  padding: 10px 15px;
  background: #ffffff;
  border: 1px solid #f0f0f0;
}

.navbar-brand .logo-img {
  max-height: 45px;
}

.navbar-nav>li>a {
  color: #333;
  font-weight: 600;
  padding: 12px 18px;
  transition: background 0.3s ease, color 0.3s ease;
}

.navbar-nav>li>a:hover,
.navbar-nav>.active>a {
  background-color: #f4f8ff;
  color: #1a73e8;
  border-radius: 6px;
}

.navbar-toggle {
  border-color: #ccc;
}

.dropdown-menu {
  border-radius: 8px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.05);
}

.dropdown-menu>li>a {
  padding: 10px 15px;
  color: #555;
}

.dropdown-menu>li>a:hover {
  background-color: #f0f7fc;
  color: #1a73e8;
}


/* Top Area Style */


/* ===== Topbar Global Style ===== */
.topbar-custom {
  background: linear-gradient(90deg, #003049, #0077b6);
  /* dégradé bleu */
  color: #fff;
  font-size: 14px;
  padding: 10px 0;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

/* ===== Contact Info ===== */
.topbar-custom .contact-info {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.topbar-custom .contact-info a,
.topbar-custom .contact-info span {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #fff;
}

.topbar-custom .contact-info i {
  color: #ffd166;
  font-size: 16px;
  margin-right: 8px;

}

/* .align-items-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
          flex-wrap: wrap;
} */

.align-items-center {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  /* pas de wrap par défaut */
  row-gap: 10px;
  /* espace vertical quand wrap */
}

@media (max-width: 767px) {
  .align-items-center {
    flex-wrap: wrap;
    /* wrap autorisé en mobile */
  }
}


/* ===== Social Icons ===== */
.topbar-custom .social-icons {
  display: flex;
  align-items: center;
  gap: 15px;
}

.topbar-custom .social-icons .follow-text {
  font-weight: 600;
  margin-right: 8px;
  white-space: nowrap;
  color: #ffd166;
}

.topbar-custom .social-icons a {
  color: #fff;
  font-size: 18px;
  transition: color 0.3s ease;
}

.topbar-custom .social-icons a:hover {
  color: #ffd166;
}

.topbar-custom .btn {
  padding: 6px 20px;
  font-size: 14px;
  border-radius: 25px;
  border: 1.5px solid #ffd166;
  color: #ffd166;
  background: transparent;
  transition: all 0.3s ease;
  white-space: nowrap;
}

.topbar-custom .btn:hover {
  background: #ffd166;
  color: #003049;
  text-decoration: none;
}



.program-section {
  margin: 40px 0;
  padding: 60px 20px;
  background: #f9fbfe;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
  width: 100%
}

.section-header {
  margin-bottom: 40px;
}


.masked-img {
  width: 100%;
  height: 100%;
  /* -webkit-mask-image: url('masks/mask1.svg');
  mask-image: url('masks/mask1.svg');
  -webkit-mask-size: cover;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center; */
  display: flex;
  justify-content: center;
  align-items: center;
}

.masked-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 10px;
  /* facultatif pour lisser */
}


.program-box-items {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  height: 100%;
  /* pour hauteur égale */
}

.program-box-items:hover {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  transform: translateY(-5px);
}

.program-image {
  aspect-ratio: 3 / 2;
  /* ou 16 / 9 */
  overflow: hidden;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}

.program-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}



.program-content {
  padding: 20px;
  position: relative;
  z-index: 3;
  background: #fff;

}

.program-content h4 {
  font-size: 20px;
  margin-bottom: 5px;
  color: #1a1a1a;
  font-weight: 600;
}

.program-content span {
  display: block;
  font-size: 13px;
  color: #999;
  margin-bottom: 10px;
}

.program-content p {
  font-size: 14px;
  color: #555;
  margin-bottom: 15px;
}

.arrow-icon {
  display: inline-block;
  padding: 10px 18px;
  background: linear-gradient(45deg, #1a73e8, #34a853);
  color: white;
  border-radius: 25px;
  font-size: 14px;
  font-weight: 600;
  transition: all 0.3s ease;
  text-decoration: none;
}

.arrow-icon i {
  margin-left: 6px;
}

.arrow-icon:hover {
  opacity: 0.85;
  transform: translateY(-2px);
}

/* === FOOTER GLOBAL === */
footer {
  background-color: #0d334b;
  /* bleu foncé profond */
  color: #ffffff;
  /* blanc */
  padding: 60px 0 30px;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

/* TITRES */
footer .fo-title {
  font-size: 20px;
  color: #ffd166;
  /* jaune chaud */
  font-weight: 600;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.co-list li a:hover {
  text-decoration: none;
  color: #ffd166;
}

/* LISTES */
footer ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

footer ul li {
  font-size: 14px;
  margin-bottom: 10px;
  color: #ffffff;
  /* blanc */
  line-height: 1.6;
}

footer ul li a {
  color: #ffffff;
  /* blanc */
  text-decoration: none;
  transition: color 0.3s ease;
}

footer ul li a:hover {
  color: #ffd166;
  /* jaune chaud */
  text-decoration: underline;
}

/* SOCIAL ICONS */
footer .social {
  padding-top: 10px;
}

footer .social li {
  display: inline-block;
  margin-right: 12px;
}

footer .social li a {
  font-size: 18px;
  color: #ffffff;
  /* blanc */
  padding: 10px;
  border-radius: 50%;
  background-color: #0d334b;
  /* bleu foncé profond */
  display: inline-block;
  transition: background-color 0.3s ease, color 0.3s ease;
}

footer .social li a:hover {
  background-color: #ffd166;
  /* jaune chaud */
  color: #0d334b;
  /* bleu foncé profond */
}

/* CONTACT LISTE (adresse, mail, tel) */
footer .co-list li {
  line-height: 1.8;
  color: #ffffff;
  /* blanc */
}

footer .co-list li i {
  margin-right: 8px;
  color: #ffd166;
  /* icône jaune */
  width: 18px;
  text-align: center;
  display: inline-block;
}

/* BLOC CONTACT BOX (section contact moderne) */
.footer-contact-info {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  gap: 15px;
  flex-wrap: wrap;
}

.contact-box {
  flex: 1 1 30%;
  background-color: #145374;
  /* bleu plus clair que #0d334b */
  padding: 20px;
  border-radius: 10px;
  text-align: center;
  transition: transform 0.3s ease;
  color: #ffffff;
}

.contact-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(255, 209, 102, 0.3);
}




.contact-box .icon {
  font-size: 28px;
  color: #ffd166;
  /* jaune chaud */
  margin-bottom: 12px;
}

.contact-box .content p {
  margin: 0;
  color: #ffffff;
  /* blanc */
  font-size: 14px;
}

.contact-box .content h4 {
  color: #ffffff;
  /* blanc */
  font-size: 18px;
  margin: 8px 0 0;
  font-weight: 700;
}

.contact-box .content a {
  color: #ffd166;
  /* jaune chaud */
  text-decoration: none;
  transition: color 0.3s ease;
}

.contact-box .content a:hover {
  color: #ffffff;
  /* blanc */
}

/* COPYRIGHT SECTION */
.copy-right {
  background-color: #001f2f;
  /* très foncé */
  padding: 15px 0;
  margin-top: 40px;
  text-align: center;
}

.copy-right p {
  margin: 0;
  font-size: 13px;
  color: #ffffff;
  /* blanc */
}

/* BOUTON SCROLL TO TOP */
.scrollToTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #ffd166;
  /* jaune chaud */
  color: #0d334b;
  /* bleu foncé profond */
  padding: 10px 12px;
  border-radius: 50%;
  font-size: 18px;
  display: none;
  z-index: 999;
  box-shadow: 0 0 8px rgba(255, 209, 102, 0.7);
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.scrollToTop:hover {
  background: #ffcc00;
  color: #001f2f;
}

/* RESPONSIVE */
@media (max-width: 767px) {
  .footer-contact-info {
    flex-direction: column;
  }

  .contact-box {
    flex: 1 1 100%;
    margin-bottom: 20px;
  }

  footer .social li a {
    padding: 8px;
    width: 36px;
    height: 36px;
    font-size: 16px;
  }
}

/* STYLE POUR LES ICÔNES DES RÉSEAUX SOCIAUX */
.social i {
  font-size: 18px;
  color: #ffffff;
  /* blanc par défaut */
  background-color: #0d334b;
  /* bleu foncé profond */
  padding: 10px;
  border-radius: 50%;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  transition: background-color 0.3s ease, color 0.3s ease;
  margin-right: 12px;
  /* espace entre icônes */
}

.social i:hover {
  background-color: #ffd166;
  /* jaune chaud au hover */
  color: #0d334b;
  /* bleu foncé profond au hover */
  cursor: pointer;
}




.program-detail-image img {
  border-radius: 20px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  width: 100%;
  height: auto;
  object-fit: cover;
}

.program-detail-text p {
  margin-bottom: 15px;
  font-size: 16px;
  color: #333;
}


.section-title {
  font-size: 32px;
  font-weight: 700;
  color: #1a1a1a;
}



.program-age {
  font-size: 14px;
  color: #888;
}

.program-section ul {
  padding-left: 20px;
  margin-bottom: 15px;
}

.program-section ul li {
  list-style-type: disc;
  margin-bottom: 8px;
}

.program-title {
  font-size: 24px;
  font-weight: 700;
  color: #1a73e8;
  margin-bottom: 20px;
}

.info-list {
  list-style: none;
  padding: 0;
}

.info-list li {
  font-size: 16px;
  margin-bottom: 10px;
  color: #333;
}

.program-subtitle {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #1a73e8;
}

.page-heading {
  text-align: center;
}

.breadcrumb-items a {
  color: #1a73e8;
  text-decoration: none;
}

.breadcrumb-items i {
  font-size: 12px;
  color: #888;
}

.breadcrumb-wrapper {
  background-color: #f9fbfe;
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #eee;
  border-radius: 16px;
  /* Ajout du border-radius */
}


.page-heading h1 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #1a1a1a;
}

.breadcrumb-items {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 8px;
  color: #777;
  font-size: 14px;
}



.details-list-area {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 15px;
  padding: 25px 30px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

.details-list-area h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #1a73e8;
}

.details-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.details-list li {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  /* utile si le texte est sur plusieurs lignes */
  font-size: 16px;
  color: #333;
  padding: 15px 0;
  border-bottom: 1px solid #E5E5E5;
  gap: 20px;
  /* ajoute un vrai espacement entre les deux blocs */
}

.details-list li span {
  font-weight: 600;
  color: #555;
  display: flex;
  align-items: center;
  min-width: 150px;
  /* espace réservé au label */
}

.details-list i {
  color: #1a73e8;
  margin-right: 10px;
}

.details-list li::after {
  content: "";
  flex: 1;
  text-align: right;
}

.mission-section {
  padding: 30px 25px;
  border: 1px solid #ccc;
  border-radius: 20px;
  margin: 40px 0;
  background: none;
  color: #333;
  font-size: 15px;
  line-height: 1.7;
}

.mission-block {
  max-width: 100%;
  /* Pas plus large que la section */
  box-sizing: border-box;
  /* Inclut padding/border dans la largeur */
}




.section-title {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #222;
}

.section-subtitle {
  font-size: 16px;
  color: #666;
  margin-bottom: 30px;
}

.mission-block {
  margin-bottom: 25px;
  padding-left: 25px;
  border-left: 3px solid #1a73e8;
}

.mission-block h4 {
  font-size: 18px;
  font-weight: bold;
  color: #1a1a1a;
  margin-bottom: 5px;
}

.mission-block p {
  font-size: 14px;
  color: #444;
  margin: auto;
}

.pedagogy-modern {
  border: 1px solid #e0e0e0;
  border-radius: 15px;
  background: #fff;
  padding: 40px 30px;
  margin-bottom: 40px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
}

.pedagogy-modern .section-header {
  margin-bottom: 30px;
}

.pedagogy-modern .section-title {
  font-size: 28px;
  font-weight: bold;
  color: #2a2a2a;
  margin-bottom: 10px;
}

.pedagogy-modern .subtitle {
  font-size: 16px;
  color: #777;
  font-style: italic;
}

.pedagogy-modern .section-body p {
  font-size: 15px;
  color: #444;
  line-height: 1.8;
  margin-bottom: 15px;
}

.pedagogy-modern .custom-list {
  list-style: none;
  padding-left: 0;
  margin: 20px 0;
}

.pedagogy-modern .custom-list li {
  margin-bottom: 12px;
  font-size: 15px;
  color: #333;
}

.pedagogy-modern .custom-list i {
  margin-right: 8px;
  font-size: 16px;
}

.pedagogy-modern {
  border: 1px solid #e0e0e0;
  border-radius: 15px;
  background: #fff;
  padding: 40px 30px;
  margin-bottom: 40px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
}

.pedagogy-modern .section-header {
  margin-bottom: 30px;
}

.pedagogy-modern .section-title {
  font-size: 28px;
  font-weight: bold;
  color: #2a2a2a;
  margin-bottom: 10px;
}

.pedagogy-modern .section-body p {
  font-size: 15px;
  color: #444;
  line-height: 1.8;
  margin-bottom: 15px;
}

.pedagogy-section {
  background: #fff;
  border-radius: 15px;
  padding: 50px 30px;
  margin-bottom: 40px;
  border: 1px solid #eaeaea;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.section-header .section-title {
  font-size: 28px;
  font-weight: bold;
  color: #1a1a1a;
  margin-bottom: 10px;
}

.section-underline {
  width: 60px;
  height: 4px;
  background-color: #1a73e8;
  margin: 0 auto 30px;
  border-radius: 2px;
}

.pedagogy-section .intro,
.pedagogy-section .conclusion {
  font-size: 16px;
  color: #444;
  line-height: 1.8;
  margin-bottom: 30px;
}

.learning-domain-box {
  padding: 15px;
  margin: 15px 0;
  transition: all 0.3s ease-in-out;
}

.learning-icon {
  background-color: #eaf2fe;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: inline-block;
  line-height: 70px;
  margin-bottom: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.learning-icon i {
  font-size: 28px;
  color: #1a73e8;
}

.pedagogy-icons .icon-box:hover {
  background-color: #eaf2fe;
  transform: translateY(-5px);
}

.pedagogy-icons i {
  font-size: 32px;
  color: #1a73e8;
  margin-bottom: 10px;
}

.pedagogy-icons h4 {
  font-size: 16px;
  font-weight: 600;
  color: #333;
  margin: 0;
}

.inclusive-approach-section {
  padding: 60px 20px;
  border: 1px solid #eee;
  border-radius: 15px;
  margin-top: 30px;
}

.section-title h2 {
  font-size: 30px;
  color: #1a73e8;
  font-weight: bold;
  margin-bottom: 25px;
}

.approach-box {
  background: #fff;
  border-radius: 12px;
  padding: 25px;
  margin-bottom: 30px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  text-align: center;
}

.approach-box:hover {
  transform: translateY(-5px);
}

.approach-icon {
  background-color: #eaf2fe;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin: 0 auto 15px;
  line-height: 60px;
}

.approach-icon i {
  font-size: 26px;
  color: #1a73e8;
}

.cultural-openness-section {
  padding: 60px 20px;
  border: 1px solid #eee;
  border-radius: 15px;
  margin-top: 30px;
  background-color: #fff;
}

.section-title h2 {
  font-size: 28px;
  font-weight: 700;
  color: #1a73e8;
  margin-bottom: 30px;
}

.openness-box {
  background-color: #fcfcfc;
  border-left: 5px solid #1a73e8;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
}

.openness-box p {
  font-size: 16px;
  color: #444;
  line-height: 1.8;
  margin: 0;
}

.primary-mission-modern {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 15px;
  padding: 50px 30px;
  margin: 50px 0;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
}

.section-title-wrapper {
  margin-bottom: 40px;
}

.section-title {
  font-size: 32px;
  font-weight: bold;
  color: #1a1a1a;
}

.section-intro {
  font-size: 16px;
  color: #777;
}

.mission-heading {
  font-size: 24px;
  color: #1a73e8;
  font-weight: bold;
  margin-bottom: 20px;
}

.mission-subheading {
  font-size: 20px;
  color: #1a73e8;
  margin-top: 40px;
  margin-bottom: 20px;
}

.mission-features {
  margin-top: 30px;
  margin-bottom: 30px;
}

.feature-item {
  margin-bottom: 30px;
  padding-left: 65px;
  position: relative;
}

.icon-circle {
  width: 50px;
  height: 50px;
  background: #1a73e8;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 50px;
  font-size: 20px;
  position: absolute;
  left: 0;
  top: 5px;
}

.feature-item h4 {
  font-size: 18px;
  color: #1a1a1a;
  margin-bottom: 5px;
}

.feature-item p {
  font-size: 14px;
  color: #555;
  margin: 0;
}

.mission-goals {
  padding-left: 0;
  list-style: none;
}

.mission-goals li {
  margin-bottom: 12px;
  font-size: 15px;
  color: #333;
}

.mission-goals li i {
  color: #1a73e8;
  margin-right: 10px;
}

.pedagogical-project-section {
  padding: 60px 20px;
  background-color: #ffffff;
  border: 1px solid #eee;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
  margin-top: 50px;
}

.project-header {
  margin-bottom: 40px;
}

.project-title {
  font-size: 30px;
  font-weight: 700;
  color: #1a73e8;
  margin-bottom: 10px;
}

.project-subtitle {
  font-size: 16px;
  color: #555;
  font-style: italic;
}

.project-content p {
  font-size: 15px;
  color: #333;
  margin-bottom: 20px;
  line-height: 1.8;
}

.highlight-box {
  background-color: #f8f9fa;
  border-left: 4px solid #1a73e8;
  padding: 20px;
  margin-bottom: 25px;
  border-radius: 10px;
}

.highlight-box h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #1a73e8;
}

.highlight-box i {
  margin-right: 10px;
  color: #1a73e8;
}

/* Section Collège - palette Bleu Bootstrap #337ab7 */
.college-mission-section {
  background-color: #ffff;
  padding: 60px 20px;
  border: 1px solid #eee;
  margin-top: 60px;
  border-radius: 20px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
}

.college-mission-section .section-title {
  font-weight: 700;
  font-size: 2.5rem;
  color: #337ab7;
  /* bleu #337ab7 */
  margin-bottom: 10px;
}

.college-mission-section .section-subtitle {
  font-size: 1.2rem;
  color: #000;
  margin-bottom: 40px;
}


.college-mission-section .section-title {
  font-weight: 700;
  font-size: 2.5rem;
  color: #337ab7;
  margin-bottom: 10px;
}

.college-mission-section .mission-block {
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 15px;
  padding: 25px 20px;
  margin-bottom: 30px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s ease;
  color: #000;
}


.college-mission-section .mission-block:hover {
  background-color: #fff;
  /* pas de changement */
  color: #000;
  /* pas de changement */
  box-shadow: 0 8px 20px rgba(51, 122, 183, 0.5);
}


.college-mission-section .mission-block h4 {
  color: inherit;
  font-size: 1.8rem;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.college-mission-section .mission-block h4 i {
  font-size: 1.8rem;
  color: #337ab7;
  transition: color 0.3s ease;
}


.college-mission-section .mission-block p {
  font-size: 1.4rem;
  line-height: 1.5;
  margin: 0;
}

/* Responsive */
@media (max-width: 767px) {
  .college-mission-section .mission-block {
    padding: 20px 15px;
  }
}


/* Container */
/* Container principal */
.admission-section {
  padding: 60px 60px;
  background: linear-gradient(to bottom right, #f5f6fa, #eaf3f8);
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  border-top: 6px solid #145374;
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(20, 83, 116, 0.05);
}

.section-main-title {
  margin-bottom: 40px;
  font-weight: 700;
  font-size: 36px;
  color: #145374;
  letter-spacing: 1.2px;
}

/* Onglets Bootstrap custom */
.custom-nav-tabs {
  max-width: 500px;
  margin: 0 auto 40px;
  border-bottom: none;
  box-shadow: 0 6px 12px rgba(51, 122, 183, 0.1);
  border-radius: 30px;
  overflow: hidden;
}

.custom-nav-tabs>li {
  float: none;
  display: inline-block;
  margin-right: 0;
  width: 50%;
}

.custom-nav-tabs>li>a {
  border: none !important;
  border-radius: 0 !important;
  background: #e6e9f2;
  color: #145374 !important;
  font-weight: 600;
  font-size: 18px;
  padding: 15px 0;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  transition: background 0.3s ease, color 0.3s ease;
}

.custom-nav-tabs>li.active>a,
.custom-nav-tabs>li>a:hover,
.custom-nav-tabs>li>a:focus {
  background: linear-gradient(135deg, #145374, #337ab7);
  color: #fff !important;
  box-shadow: 0 6px 18px rgba(51, 122, 183, 0.4);
}

.custom-nav-tabs>li>a i {
  font-size: 22px;
}



.section-part {
  margin-bottom: 40px;

}

/* Carte Admission */
.card-admission {
  background-color: white;
  border-radius: 12px;
  box-shadow: 0 5px 20px rgba(20, 83, 116, 0.15);
  padding: 25px 20px;
  transition: box-shadow 0.3s ease;
  height: 100%;
}

.card-admission:hover {
  box-shadow: 0 10px 30px rgba(20, 83, 116, 0.3);
  transform: translateY(-5px);
}

.admission-section .section-header {
  font-size: 24px;
  font-weight: 700;
  color: #145374;
  border-left: 5px solid #f39c12;
  padding-left: 12px;
  margin-bottom: 20px;
}

.section-desc {
  font-size: 16px;
  color: #4a4a4a;
  line-height: 1.6;
  margin-bottom: 30px;
}

.age-widget-categories ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.age-widget-categories ul li {
  display: flex;
  justify-content: space-between;
  padding: 12px 18px;
  border: 1px solid #145374;
  border-radius: 6px;
  margin-bottom: 12px;
  font-weight: 600;
  color: #145374;
  transition: background-color 0.3s ease;
}

.age-widget-categories ul li a {
  color: #000;
  text-decoration: none;
}

.age-widget-categories ul li span {
  background-color: #f39c12;
  color: white;
  border-radius: 20px;
  padding: 2px 14px;
  font-size: 14px;
  font-weight: 600;
  min-width: 70px;
  text-align: center;
}

.age-widget-categories ul li:hover {
  background-color: #e9f1fc;
  cursor: pointer;
}

/* Étapes du processus */
.steps-cards {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.steps-cards li {
  background: white;
  border-radius: 12px;
  padding: 20px 25px;
  box-shadow: 0 5px 20px rgba(20, 83, 116, 0.15);
  position: relative;
  cursor: default;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.steps-cards li:hover {
  box-shadow: 0 10px 30px rgba(20, 83, 116, 0.3);
  transform: translateY(-5px);
}

.steps-cards li::before {
  content: attr(data-step);
  position: absolute;
  top: 18px;
  right: 18px;
  background: linear-gradient(135deg, #ffd166, #145374);
  color: white;
  width: 38px;
  height: 38px;
  font-weight: 700;
  font-size: 18px;
  border-radius: 50%;
  text-align: center;
  line-height: 38px;
  box-shadow: 0 4px 14px rgba(20, 83, 116, 0.45);
  user-select: none;
}

.steps-cards li h6 {
  margin: 0 0 8px 0;
  font-weight: 700;
  color: #145374;
  font-size: 18px;
}

.steps-cards li p {
  margin: 0;
  font-size: 15px;
  color: #555;
}

/* Pièces à fournir */
.docs-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 30px;
}

.docs-list li {
  display: flex;
  align-items: center;
  background: #fff;
  padding: 15px 20px;
  border-radius: 12px;
  box-shadow: 0 5px 18px rgba(51, 122, 183, 0.15);
  transition: box-shadow 0.3s ease;
  gap: 16px;
}

.docs-list li:hover {
  box-shadow: 0 10px 28px rgba(51, 122, 183, 0.3);
  cursor: default;
}

.doc-icon-wrapper {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #145374;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 3px 8px rgba(51, 122, 183, 0.12);
  font-size: 25px;
}

.doc-icon {
  color: #f39c12;
}

.doc-text {
  font-size: 16px;
  font-weight: 600;
  color: #000;
}

/* Section contact */
.contact-section {
  max-width: 720px;
  margin: 60px auto 40px;
  text-align: center;
}

.contact-main-title {
  font-size: 30px;
  font-weight: 700;
  color: #145374;
  margin-bottom: 45px;
}

.contact-cards-row {
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
}

.contact-card-modern {
  background: white;
  width: 280px;
  padding: 25px 20px 30px;
  border-radius: 20px;
  box-shadow: 0 10px 25px rgba(51, 122, 183, 0.15);
  transition: box-shadow 0.3s ease;

  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

@media (max-width: 768px) {
  .contact-cards-row {
    flex-direction: column;
    /* ✅ empile les cartes verticalement */
    align-items: center;
    /* ✅ centre les cartes en colonne */
  }
}


.contact-card-modern:hover {
  box-shadow: 0 15px 40px rgba(51, 122, 183, 0.3);
  cursor: default;
}

.icon-wrapper-small {
  font-size: 40px;
  color: #f39c12;
  margin-bottom: 15px;
}

.contact-card-modern h4 {
  font-weight: 700;
  font-size: 22px;
  margin-bottom: 10px;
}

.contact-subtitle {
  font-size: 16px;
  color: #555;
}

.contact-subtitle a {
  color: #555;
  text-decoration: none;
  transition: color 0.3s ease;
}

.contact-subtitle a:hover {
  color: #145374;
  text-decoration: underline;
}

/* Responsive */
@media (max-width: 991px) {
  .section-part {
    margin-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .custom-nav-tabs>li {
    width: 100%;
  }

  .custom-nav-tabs>li>a {
    padding: 12px 0;
    font-size: 16px;
  }

  .steps-cards {
    grid-template-columns: 1fr;
  }

  .docs-list {
    grid-template-columns: 1fr;
  }

  .contact-cards-row {
    display: flex;
    flex-direction: column;
    gap: 25px;
    justify-content: center;

  }
}

.form-horizontal .control-label {
  text-align: left;
}

.toast {
  min-width: 250px;
  margin-top: 10px;
  padding: 15px 20px;
  color: white;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  position: relative;
  overflow: hidden;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  cursor: pointer;
  opacity: 0.95;
}

.toast.success {
  background-color: #28a745;
}

.toast.error {
  background-color: #dc3545;
}

.toast.info {
  background-color: #17a2b8;
}

.toast.warning {
  background-color: #ffc107;
  color: #333;
}

.toast-progress {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 4px;
  background-color: rgba(255, 255, 255, 0.7);
  animation-timing-function: linear;
  animation-fill-mode: forwards;
}

@keyframes progressBar {
  from {
    width: 100%;
  }

  to {
    width: 0%;
  }
}

.stepwizard-step p {
  margin-top: 10px;
}

.stepwizard-row {
  display: table-row;
}

.stepwizard {
  display: table;
  width: 100%;
  position: relative;
}

.stepwizard-step button[disabled] {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}

.stepwizard-row:before {
  top: 20px;
  left: 0;
  right: 0;
  position: absolute;
  content: "";
  height: 1px;
  background-color: #ccc;
  z-index: 0;
}


.stepwizard-step {
  display: table-cell;
  text-align: center;
  position: relative;
  z-index: 1;
  /* pour que le cercle passe AU-DESSUS de la ligne */
}

/* masque la ligne à gauche du 1er et à droite du dernier */
.stepwizard-step:first-child:before,
.stepwizard-step:last-child:after {
  content: "";
  position: absolute;
  top: 20px;
  height: 1px;
  width: 50%;
  background: #fff;
  /* même couleur que le fond */
  z-index: 0;
}

/* masque gauche */
.stepwizard-step:first-child:before {
  left: -20px;
}

/* masque droite */
.stepwizard-step:last-child:after {
  right: -20px;
}



.step-form-wrapper {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 6px;
  padding: 20px;
  margin: 20px 0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.stepwizard {
  display: table;
  width: 100%;
  position: relative;
  margin-bottom: 20px;

}

/* Cercles */
.btn-circle {
  width: 40px;
  height: 40px;
  padding: 6px 0;
  border-radius: 50%;
  font-size: 16px;
  line-height: 1.428571429;
  text-align: center;
  margin: auto;
}

.form-card {
  background: #fff;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.05);
  margin-bottom: 30px;
}

.form-card h3 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 25px;
  border-left: 4px solid #007bff;
  padding-left: 15px;
  color: #333;
}

.form-card .form-group label {
  font-weight: 600;
  color: #444;
}

.form-card input[type="text"],
.form-card input[type="file"] {
  border-radius: 4px;
  box-shadow: none;
  border: 1px solid #ccc;
}

.form-card .btn {
  min-width: 120px;
  border-radius: 4px;
}



/* Style commun à tous les boutons */
.prevBtn,
.nextBtn,
.submitBtn {
  border-radius: 8px;
  font-size: 16px;
  padding: 8px 20px;
  transition: all 0.3s ease;
}



.btn:focus,
.btn:active:focus,
.btn.active:focus {
  outline: none !important;
  box-shadow: none !important;
}

.admission-header {
  background-color: #f5f8fa;
  padding: 20px;
  margin-bottom: 30px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.admission-title {
  font-size: 26px;
  font-weight: 600;
  color: #145374;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* === Styles modernes compatibles Bootstrap 3 === */
.contact-modern-section {
  background: #f5f6fa;
  font-family: 'Segoe UI', sans-serif;
  border-radius: 20px;
  /* arrondir les coins */
  padding: 40px 30px;
  /* espace intérieur plus généreux */
  margin: 30px auto;
  /* marge verticale et centrer horizontalement */
  max-width: 1200px;
  /* largeur max pour ne pas trop étirer */
  box-sizing: border-box;
  /* inclure padding dans la largeur */
}


.contact-form-box .section-title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #0056b3;
  margin-bottom: 30px
}

.contact-form-box p {
  font-size: 15px;
  color: #555;
  line-height: 1.5;
  margin-bottom: 25px;
  font-weight: 400;
}

.contact-info-box,
.contact-form-box {
  background: white;
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  min-height: 800px
}



.contact-info-box {
  background-color: #ffffff;
  padding: 30px 25px;
  border-radius: 12px;
  box-shadow: 0 5px 20px rgba(20, 83, 116, 0.1);

  width: 100%;
  box-sizing: border-box;
}

/* Par défaut : mobile (empilé verticalement) */
.contact-row {
  display: block;
}

/* Desktop (à partir de 992px) : alignement horizontal avec même hauteur */
@media (min-width: 992px) {
  .contact-row {
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
  }

  .contact-row>.col-md-6 {
    display: flex;
    flex-direction: column;
  }

  .contact-info-box,
  .contact-form-box {
    flex: 1;
    height: 100%;
  }
}


@media (max-width: 991px) {

  .contact-info-box,
  .contact-form-box {
    margin-bottom: 20px;
  }
}


.contact-info-box .section-title {
  font-size: 28px;
  font-weight: 700;
  color: #145374;
  margin-bottom: 25px;
  border-left: 5px solid #0056b3;
  /* barre colorée */
  padding-left: 15px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}


.contact-card {
  display: flex;
  align-items: flex-start;
  padding: 15px;
  margin-bottom: 20px;
  border-radius: 10px;
  border: 1px solid #ddd;
  box-shadow: 0 4px 10px rgba(20, 83, 116, 0.1);
  background-color: #fff;
  transition: box-shadow 0.3s ease, border-color 0.3s ease;
}

.contact-card:hover {
  box-shadow: 0 6px 18px rgba(20, 83, 116, 0.15);
  border-color: #0056b3;
}

.contact-card .icon {
  width: 48px;
  height: 48px;
  background-color: #145374;
  /* bleu foncé */
  color: #f39c12;
  /* orange */
  text-align: center;
  line-height: 48px;
  border-radius: 50%;
  font-size: 18px;
  margin-right: 15px;
  flex-shrink: 0;
}

.contact-card .content {
  flex: 1;
}

.contact-card .content p {
  margin: 0;
  font-size: 16px;
  color: #555;
}

.contact-card .content h4 {
  margin: 5px 0 0;
  font-size: 16px;
  color: #000;
}

.contact-card .content a {
  text-decoration: none;
  color: #000;
}



.btn-custom {
  padding: 10px 22px;
  font-weight: bold;
  border-radius: 30px;
  font-size: 14px;
  background-color: #f39c12;
  border-color: #f39c12;
  color: #ffff;
  cursor: pointer;
  transition: all 0.3s ease;
}

.btn-custom:hover {
  background-color: #d87f05;
  border-color: #d87f05;
  box-shadow: 0 4px 12px rgba(216, 127, 5, 0.4);
  color: #ffff;
}

.btn-custom:focus,
.btn-custom:active {
  outline: none !important;
  box-shadow: none !important;
  border: none !important;
  color: #ffff;
}

/* .form-group {
                    margin-bottom: 0px;
                } */

.contact-form-box .form-group label {
  font-weight: 600;
  display: block;
  margin-bottom: 8px;
  font-size: 15px;
  line-height: 28px;
}

.form-group input.form-control,
.form-group textarea.form-control {
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 10px 14px;
  font-size: 15px;
  line-height: 1.4;
  /* color: #145374; */
  background-color: #fff;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
  box-sizing: border-box;
  width: 100%;
}

.form-group .form-control {
  height: 40px;
}

.form-group textarea.form-control {
  height: auto;
  min-height: 120px;
  resize: vertical;
}

.form-group input.form-control:focus,
.form-group textarea.form-control:focus {
  border-color: #0056b3;
  outline: none;
  box-shadow: 0 0 8px rgba(0, 86, 179, 0.3);
}

.horaires-list {
  padding-left: 20px;
  margin: 5px 0 0 0;
  list-style-type: disc;
  color: #000;
  font-size: 16px;
}

.horaires-list li {
  margin-bottom: 6px;
}