 @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;400;500;600;700&display=swap');
* {
  font-family: 'Poppins', sans-serif;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
  border: none;
  text-decoration: none;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}

img {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

a{
  color: #092032;
  text-decoration: none !important;
  transition: all 0.4s ease;
  font-weight: 500;
}

html {
  font-size: 62.5%;
  overflow-x: hidden;
}

html::-webkit-scrollbar {
  width: 1rem;
}

html::-webkit-scrollbar-track {
  background: transparent;
}

html::-webkit-scrollbar-thumb {
  background: #0eb582;
}

section {
  padding: 4rem;
}

/* section .Directeur{
  padding: 5rem 10%;
}
section .subjects{
  padding: 5rem 10%;
} */
body {
	background: #ffffff;
	color:#5f6d79;
	/* font-size:15px; */
	margin: 0;
	overflow-x: hidden;
	font-weight: 400;
	line-height: 1.7;
}


/* =======================navbar============================ */
#header{
  position: absolute;
  z-index: 5;
  width: 100%;
}

.main{
  position: relative;
  background: url('/images/web.jpg');
  min-height: 100vh;
  background-size: cover;
  background-position: center;
  padding: 280px 0 220px;
  height: 80rem;
}
/* .main .bien{
  background: rgba(0, 0, 0, 0.301);
} */
.main h2{
  font-size: 50px;
  text-align: center;
  /* color: white; */
}
.main p{
  text-align: center;
}


.top-nav{
  background-color: transparent;
}

.top-nav .row .eneam{
  display: flex;
  margin-bottom: 0;
  align-items: center;
}
.top-nav .row .uac{
  display: flex;
  margin-bottom: 0;
  align-items: center;
}
.top-nav .eneam h2{
  font-size: 20px;
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  color: red;
}
.top-nav .row .uac h4{
  font-size: 15px;
  text-align: center;
  font-weight: 400;
}



.banner-image {
  position: relative;
  background-image: url("/images/web.jpg");
  background-size: cover;
  background-position: center;
  padding: 280px 0 220px;
}


/* ==========================sub-header================================ */
.sub-header{
  background-color: #969696;
  background-image: linear-gradient(#818181,#999);
  height: 20px;
  line-height: 20px;
}
.sub-header .left-info b{
  font-size: 12px;
  color: white;
}
.sub-header ul li{
  display: inline-block;
}
.sub-header ul.right-info{
  float: right;
}
.sub-header ul.right-info li{
  margin-right: 5px;
  /* width: 46px; */
  display: inline-block;
  text-align: center;
  border-right: 1px solid white;
  padding: 0 20px;
}
.sub-header ul.right-info li:last-child{
  border-right: none;
}
.sub-header ul.right-info li a{
  color: white;
  font-weight: 700;
  transition: all 0.3s;
}
.sub-header ul.right-info li a:hover{
  color: red;
  font-weight: 400;
}

/* ==================.top-nav================================== */
.top-nav .uac{
  padding-left: 210px;
}

@media(max-width: 768px){
  .navbar-brand img{
    width: 100%;
    align-items: center;
    height: 100%;
    position: relative;
  }
  .uac{
    display: none !important;
  }
}
@media(max-width: 820px){
  .navbar-brand img{
    width: 100%;
    align-items: center;
    height: 100%;
    position: relative;
  }
  .uac{
    display: none !important;
  }
}
@media(max-width: 912px){
  .navbar-brand img{
    width: 100%;
    align-items: center;
    height: 100%;
    position: relative;
  }
  .uac{
    display: none !important;
  }
}


/* =========================Navigation==================== */
.navbar-toggler{
  border: none !important;
  outline: none !important;
  color: white !important;
}
.bg-dark{
  background-color: rgb(235,0,0) !important ;
}
.nav-item{
  font-weight: 600;
  padding-left: 60px;
}
.nav-link{
  font-weight: 600;
  color: white !important;
  letter-spacing: 1px;
  font-size: 12.5px;
}



/*-----------------------------------------------------
Header Navigation Styles
--------------------------------------------------*/
.nav-menu>li>a {
    color:#fff;
}
/* .nav-menu:hover .blur{
  opacity: .5;
  filter: blur(0px);
}
.nav-menu .blur:hover{
  opacity: 1;
  filter: blur(0px);
} */

.nav-dropdown,
.nav-menu,
ul {
    list-style: none
}

/* .navigation,
.navigation * {
    box-sizing: border-box
} */

.navigation {
  width: 100%;
  /* height: 10px; */
  display: table;
  position: relative;
}

.nav-toggle,
.navigation-hidden .nav-header {
    display: none
}


.align-to-right {
    float: right
}

.nav-header {
    float: left
}




.nav-toggle {
    width: 30px;
    height: 30px;
    font-size: 15px;
    padding: 5px 20px 0;
    position: absolute;
    top: 50%;
    margin-top: -14px;
    right: 15px;
    cursor: pointer
}

.nav-toggle:before {
    content: "";
    position: absolute;
    width: 24px;
    height: 2px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 .5em 0 0 #fff, 0 1em 0 0 #fff
}

.navigation-portrait .nav-toggle {
    display: block
}

.navigation-portrait .nav-menus-wrapper {
    width: 320px;
    height: 100%;
    top: 0;
    left: -400px;
    position: fixed;
    background : rgb(14, 181, 131);
    z-index: 20000;
    overflow-y: auto;
    /* -webkit-overflow-scrolling: touch; */
    transition-duration: .7s;
    /* transition-timing-function: ease */
}

.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-right {
  left: auto;
  right: -400px
}

.nav-menus-wrapper.nav-menus-wrapper-open {
  left: 0
}

.nav-menus-wrapper.nav-menus-wrapper-right.nav-menus-wrapper-open {
  right: 0
}

.nav-menus-wrapper-close-button {
  width: 30px;
  height: 40px;
  margin: 10px 7px;
  display: none;
  float: right;
  color: #fff;
  font-size: 26px;
  cursor: pointer
}

.navigation-portrait .nav-menus-wrapper-close-button {
  display: block
}

.nav-menu {
  margin: 0;
  padding: 0;
  line-height: normal
}

.navigation-portrait .nav-menu {
  width: 100%
}

.navigation-landscape .nav-menu.nav-menu-centered {
  float: none;
}

.nav-menu>li {
  display: inline-block;
  /* text-align: left; */
}

.navigation-portrait .nav-menu>li {
  width: 100%;
  position: relative;
  border-top: solid 1px #f0f0f0
}

.navigation-portrait .nav-menu>li:last-child {
  border-bottom: solid 1px #f0f0f0
}

.nav-menu.nav-menu>li:first-child {
  border-top: none
}

.navigation-landscape .nav-menu.nav-menu-centered>li {
  float: none
}

.nav-menu>li>a {
  padding: 10px;
  display: inline-block;
  /* transition: color .3s, background .3s; */
  font-size: 13px;
}

.navigation-portrait .nav-menu>li>a {
  height: auto;
  width: 100%;
}

/* .nav-menu>.active>a,
.nav-menu>.focus>a {
  border-radius: 4px;
  background-color: white;
  color: rgb(235, 0, 0);
} */

.nav-menu>li>a>[class*=ion-],
.nav-menu>li>a>i {
  width: 18px;
  height: 16px;
  line-height: 16px;
  -ms-transform: scale(1.4);
  transform: scale(1.4)
}

.nav-menu>li>a>[class*=ion-] {
  width: 16px;
  display: inline-block;
  transform: scale(1.8)
}

.navigation-portrait .nav-menu.nav-menu-social {
  width: 100%;
  text-align: center
}


.submenu-indicator {
  margin-left: 6px;
  margin-top: 6px;
  float: right;
  transition: all .3s
}

.navigation-portrait .submenu-indicator {
  width: 54px;
  height: 44px;
  margin-top: 0;
  position: absolute;
  text-align: center;
  z-index: 20000
}

.submenu-indicator-chevron {
  height: 6px;
  width: 6px;
  display: block;
  border-style: solid;
  border-width: 0 1px 1px 0;
  border-color: transparent #fff #fff transparent;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: border .3s
}

.navigation-portrait .submenu-indicator-chevron {
  position: absolute;
  top: 18px;
  left: 24px
}

.nav-menu{
  text-align: center;
}
@media(max-width: 768px){
  .nav-menu{
    text-align: start;
  }
  .nav-menu>li>a{
    padding: 15px;
  }

}

.nav-menu>.active>a .submenu-indicator-chevron,
.nav-menu>.focus>a .submenu-indicator-chevron,
.nav-menu>li:hover>a .submenu-indicator-chevron {
    border-color: transparent #fff #fff transparent
}

.navigation-portrait .submenu-indicator.submenu-indicator-up {
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg)
}

.nav-overlay-panel {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  display: none;
  z-index: 19999
}

.no-scroll {
  width: 100%;
  height: 100%;
  overflow: hidden
}



.nav-dropdown {
  min-width:250px;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 98;
  /* white-space: nowrap */
}

.navigation-portrait .nav-dropdown {
  width: 100%;
  position: static;
  left: 0
}

.nav-dropdown .nav-dropdown {
  left: 100%
}

.nav-menu>li .nav-dropdown {
  border: none;
padding:15px;
background:rgb(14, 181, 131);
  /* box-shadow: 0px 0px 50px 0px rgba(32, 32, 32, 0.15);
-webkit-box-shadow: 0px 0px 50px 0px rgba(32, 32, 32, 0.15); */
  border-radius: 0.4rem;
}

.nav-dropdown>li {
  width: 100%;
  float: left;
  clear: both;
  position: relative;
  text-align: left;
}

.nav-dropdown>li>a {
  width: 100%;
  font-size: 12.5px;
  padding:14px 20px 14px 10px;
 border-bottom: 1px solid #fff;
  display: inline-block;
  /* float: left; */
  color: #fff;
  /* -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s; */
  transition: all 0.3s ease 0s;
}

.nav-dropdown>li:last-child>a{
border-bottom:none;
}
.nav-dropdown>li>a:hover, .nav-dropdown>li>a:focus {
  padding-left: 20px;
color: #00a94f;
}
/* à refaire */
.nav-dropdown>.focus>a,
.nav-dropdown>li:hover>a {
  color: rgb(235, 0, 0);
}

.nav-dropdown.nav-dropdown-left {
  right: 0
}

.nav-dropdown>li>.nav-dropdown-left {
  left: auto;
  right: 100%
}

.navigation-landscape .nav-dropdown-left>li>a {
  text-align: right
}

.navigation-portrait .nav-dropdown>li>a {
  padding: 12px 20px 12px 30px
}

.navigation-portrait .nav-dropdown>li>ul>li>a {
  padding-left: 50px
}

.navigation-portrait .nav-dropdown>li>ul>li>ul>li>a {
  padding-left: 70px
}

.navigation-portrait .nav-dropdown>li>ul>li>ul>li>ul>li>a {
  padding-left: 90px
}

.navigation-portrait .nav-dropdown>li>ul>li>ul>li>ul>li>ul>li>a {
  padding-left: 110px
}

.nav-dropdown .submenu-indicator {
  right: 15px;
  top: 16px;
  position: absolute
}

.menu__list,
.navbar,
nav a {
    position: relative
}

.navigation-portrait .submenu-indicator {
    right: 0;
    top: 0
}

.nav-dropdown .submenu-indicator .submenu-indicator-chevron {
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.navigation-portrait .nav-dropdown .submenu-indicator .submenu-indicator-chevron {
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.nav-dropdown>.focus>a .submenu-indicator-chevron,
.nav-dropdown>li:hover>a .submenu-indicator-chevron {
    border-color: transparent #00a94f #00a94f transparent
}

.navigation-landscape .nav-dropdown-left .submenu-indicator {
    left: 10px
}

.navigation-landscape .nav-dropdown-left .submenu-indicator .submenu-indicator-chevron {
    -ms-transform: rotate(135deg);
    transform: rotate(135deg)
}

nav a {
    display: inline-block
}

.header {
    background: rgb(235, 0, 0);
    /* padding: 8px; */
}

/* @media (max-width: 992px) {
	.navigation-portrait .nav-dropdown>li>ul>li>a {
		padding:12px 20px 12px 30px;
	}
	.nav-menu>li>.nav-dropdown:before{
		display:none;
	}
	.nav-menu>li .nav-dropdown {
		border: none;
		padding:0px;
		background:transparent;
		box-shadow:none;
		-webkit-box-shadow:none;
		border-radius: 0rem;
	}
	.nav-menu.nav-menu-social>li.add-listing a {
		top: 0px;
		padding: 16px 20px;
		color: #ffffff !important;
	}
	.nav-menu>li .nav-dropdown {
		border: none;
		padding:0px;
		background:transparent;
		box-shadow:none;
		-webkit-box-shadow:none;
		border-radius: 0rem;
	}

	ul li.login-attri {
		padding: 12px 0 5px 15px;
	}
	nav .full-container,
	nav .nav-container {
		padding-left: 0;
		padding-right: 0;
	}

	nav .nav-header {
		min-height: 60px;
	}

	nav .nav-header .brand {
		margin: 0 auto 10px;
		float: none;
	}
	nav .brand {
		top:12px;
	}
	li.login-attri a {
		height: 42px;
		line-height: 42px;
		top: -4px;
		position: relative;
	}
	nav .nav-header .toggle-bar {
		font-size: 18px;
		position: absolute;
		top:22px;
		left: 15px;
	}

	nav .menu li a {
		padding: 10px 10px;
		border-bottom: solid 1px #efefef;
	}

	nav .menu li:last-child a {
		border-bottom: none;
	}
	.m-top-light-shadow .header .navbar-toggler {
		color: #626a70;
	}
	.header-nav-bar .navbar-nav .nav-link {
		color:#546e7a;
		
	}
	.social-login ul {
		margin: 0;
		padding: 0;
	}
	.social-login li {
		width: 100%;
		float: none;
		margin: 10px;
	}
	.social-login li a{
		width:100%;
	}
	.m-top-light-shadow .header-nav-bar .navbar-nav .nav-link {
		padding: 35px 15px;
		color: #546e7a;
	}
	.page-title-wrap {
		height:250px;
		width: 100%;
		display: flex;
		vertical-align: middle;
		background: #f5f5f7;
		align-items: center;
		justify-content: center;
	}
	.m-top-light-shadow .header-nav-bar .navbar-nav .nav-item:hover .nav-link,
	.m-top-light-shadow .header-nav-bar .navbar-nav .nav-item:focus .nav-link,
	.m-top-light-shadow .header-nav-bar .navbar-nav .nav-item.active .nav-link {
		color: #546e7a;
	}
	.breadcrumbs {
		padding: 15px;
	}
	.breadcrumbs a {
		margin-right: 10px;
	}
	.breadcrumbs a {
		margin-right: 10px;
		font-size: 12px;
	}
	.topbar {
		position: relative;
	}
	.topbar.m-top-light{
		background:#ffffff;
	}
	.topbar.m-top-light-shadow{
		background:#ffffff;
		box-shadow: 0 0 20px 0 rgba(62,28,131,0.1);
		-webkit-box-shadow: 0 0 20px 0 rgba(62,28,131,0.1);
	}

	.hero-banner:before {
		background: #ffffff;
	}
	.ct-header p {
		font-size: 16px;
		line-height: 1.4;
	}
	.jumbo-banner img {
		position:relative;
		top: -20px;
		right: 2%;
	}
	.jumbo-banner .hero-content {
		margin-top:0.5em;
	}
	.form-row {
		margin-right:0px;
		margin-left:0px;
	}
	.seo-contact {
		padding: 15px 0;
	}
	.seo-contact .form-control{
		margin-bottom:10px;
	}
	.header .navbar-toggler {
        margin-right:12px;
    }
	.nav-search{
		display:none;
	}
	.header .navbar-brand img {
		max-width: 150px;
	}
	.hero-header.jumbo-banner.digital-mark {
    background-image: none !important;
		background-color: white;
	}
	.hidden-sm {
		display: none;
	}
	.dr-appointment-box {
		float:none;
		position:relative;
		display: contents;
	}
	.icon-style .nav-tabs .nav-item a>h5 {
		display: none;
	}
	.icon-style .nav-tabs .nav-item a img {
		max-width: 30px;
	}
	
	.error-page h2 {
		font-size: 140px;
	}
	.header-topbar {
		display: none;
	}
	.verticle-candidate-list .btn.frl-dt.float-right {
		float: none !important;
	}
	.verticle-job-thumb {
		float: none;
	}
	.verticle-job-detail {
		margin-left: 0;
		margin-top: 1rem;
	}
	.category-wrap li {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
		border: none;
	}
	
	

} */
















/* ================owl carousel================ */
.owl-prev,
.owl-next{
  position: absolute;
  top: 50%;
  width: 60px !important;
  height: 60px !important;
  display: grid;
  place-items: center;
  background-color: rgba(255, 255, 255, 0.315) !important;
  font-size: 12px !important;
  margin-top: -30px;
  color: white !important;
  font-weight: 700 !important;
  border-radius: 100px !important;
}
.owl-prev{
  left: 0;
}
.owl-next{
  right: 0;
}
.owl-next:hover,
.owl-prev:hover{
  background-color: rgb(235,0,0) !important;
}
/* ==============================hero section=========================== */
.bg-cover{
  background-position: center !important;
  background-size: cover !important;
}
.slide1{
  background: linear-gradient(rgba(9, 32, 50, 0.149), rgba(9, 32, 50, 0.4)), url('../images/noel2.jpg');
  /* background-image: url("../images/noel2.jpg"); */
  background-position: center;
  background-attachment: fixed; /* le background-attachment oblige l'image à rester fixe */
  background-size: cover; /* cover pour dire qu'on veut que ça prenne toute la page */
   height: 70vh;  
   
}
.slide2{
  background: linear-gradient(rgba(9, 32, 50, 0.149), rgba(9, 32, 50, 0.4)), url('../images/noel1.jpg');
  /* background-image: url("../images/noel2.jpg"); */
  background-position: center;
  background-attachment: fixed; /* le background-attachment oblige l'image à rester fixe */
  background-size: cover; /* cover pour dire qu'on veut que ça prenne toute la page */
   height: 70vh;  
}
.slide3{
  background: linear-gradient(rgba(9, 32, 50, 0.149), rgba(9, 32, 50, 0.4)), url('../images/téléchargement1.jpg');
  /* background-image: url("../images/noel2.jpg"); */
  background-position: center;
  background-attachment: fixed; /* le background-attachment oblige l'image à rester fixe */
  background-size: cover; /* cover pour dire qu'on veut que ça prenne toute la page */
   height: 70vh;  
}

/* DANS LE SLIDE  */

/* AJOUT D'UNE CLASSE BUTTON2 AU BOUTON POUR STYLISER UN PEU HABIB*/
.button2 {
  text-decoration: none;
}
.button2 {
  cursor: pointer;
  text-align: center;
  display: inline-block;
  transition: all 0.2s ease-in;
  position: relative;
  overflow: hidden;
  z-index: 1;
  color: #090909;
  /* padding: ; */
  font-size: 18px;
  /* border-radius: 0px; */
  background: #e8e8e8;
  border: 1px solid #e8e8e8;
  /* box-shadow: 6px 6px 12px #c5c5c5, -6px -6px 12px #ffffff; */
}

.button2:active {
  color: rgb(255, 255, 255);
  /* box-shadow: inset 4px 4px 12px #c5c5c5, inset -4px -4px 12px #ffffff; */
}

.button2:before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%) scaleY(1) scaleX(1.25);
  top: 100%;
  width: 140%;
  height: 180%;
  background-color: rgb(65, 225, 73);
  border-radius: 50%;
  display: block;
  transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
  z-index: -1;
}

.button2:after {
  content: "";
  position: absolute;
  left: 55%;
  transform: translateX(-50%) scaleY(1) scaleX(1.45);
  top: 180%;
  width: 160%;
  height: 190%;
  background-color:rgb(65, 225, 73);
  border-radius: 50%;
  display: block;
  transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
  z-index: -1;
}

.button2:hover {
  color: #ffffff;
  border: 1px solid rgb(65, 225, 73);
}

.button2:hover:before {
  top: -35%;
  background-color: rgb(65, 225, 73);
  transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
}

.button2:hover:after {
  top: -45%;
  color: white;
  background-color: rgb(65, 225, 73);
  transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
}
/* FIN DE STYLE DU BUTTON2 */

/* =======================mot du directeur============================= */
.mot{
  margin-bottom: 40px;
}
.mot h1{
  font-weight: 700;
  font-size: 30px;
}
.cadre-dirlo{
  max-width: 900px;
  padding: 0;
  margin: 0 auto 10px auto;
  border-radius: 3px;
  background: rgba(235, 0, 0, 0.186);
  box-shadow: 0 5px 30px -5px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 5px 30px -5px rgba(0, 0, 0, 0.15);
}
.block{
  background:  white;
  color: black;
  /* J'ai diminuer le rose bobon en cadre là HABIB  MARGIN: 50px 50px et Padding 60px 15px 15px ont été modifié*/
  padding: 35px 13px 13px;
  margin: 40px 40px;

}
.block .row{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  place-items: normal;
}
.user{
  margin-bottom: 30px;
  text-align: center;
}
.image{
  position: relative;
  margin: 0 5px 10px 5px;
}
.image .img-directeur{
  /* height: 150px; */ 
  /* J'ai modifier la hauteur de la photo à 175px ici HABIB  */
  height: 175px; 
  width: 150px;
  border: 7px solid white;
  /* border-radius: 170px; */

  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
.user-name{
  font-weight: 700;
  margin-bottom: 10px;
  text-align: center;
  padding-bottom: 10px;
  position: relative;
}
.user-name::after{
  content: "";
  height: 4px;
  width: 50px;
  position: absolute;
  bottom: 0;
  left: calc(50% - 25px);
  background: rgb(235,0,0);
}
.content{
  text-align: center;
  font-size: 15px;
}
/* LES DIRECTEURS */
/* =============================Les directeurs====================== */
.directeur{
  max-width: 800px;
  margin: auto;
  text-align: center;
}
.directeur img{
  height: 125px !important;
  width: 125px !important;
  border-radius: 5px;
  margin: auto;
}
.directeur h4{
  margin-top: 16px;
}
.directeur h4{
  color: black;
}
.intro{
  text-align: center;
  margin-bottom: 5rem;
  font-size: 3.5rem;
  text-transform: capitalize;
  color: #000;
}
.owl-dot.active span{
  background-color: rgb(235, 0, 0) !important;
}
.owl-prev,
.owl-next{
  font-size: 15px !important;
}
#directeurs-slide .owl-next,
#directeurs-slide .owl-prev{
  background-color: rgb(235, 0, 0) !important;
}

/* ====================departement========================== */
.title_department h1{
  font-weight: 700;
}



.heading-link {
  text-align: center;
  background: url(../images/heading-bg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}

.heading-link h3 {
  font-size: 4rem;
  text-transform: capitalize;
  color: #444;
}

.heading-link p {
  font-size: 2rem;
  line-height: 2;
  color: #777;
}

.heading-link p a {
  color: #0eb582;
}

.heading-link p a:hover {
  text-decoration: underline;
}

.heading {
  text-align: center;
  margin-bottom: 3rem;
  font-size: 3.5rem;
  text-transform: capitalize;
  color: #444;
}

.btn {
  display: inline-block;
  margin-top: 1rem;
  padding: 1rem 3rem;
  font-size: 1.8rem;
  border: 0.1rem solid #0eb582;
  background: #f0fdfa;
  color: #0eb582;
  cursor: pointer;
  text-transform: capitalize;
}

.btn:hover {
  background: #0eb582;
  color: #fff;
}



.header .logo {
  margin-right: auto;
  font-size: 2.5rem;
  text-transform: capitalize;
  color: #444;
  font-weight: bolder;
}

.header .logo i {
  color: #0eb582;
}

.header .navbar {
  position: relative;
}

.header .navbar #close-navbar {
  position: absolute;
  top: 1.5rem;
  right: 2rem;
  font-size: 4rem;
  cursor: pointer;
  color: #444;
  display: none;
}

.header .navbar #close-navbar:hover {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.header .navbar a {
  /* margin-right: 2rem; */
  font-size: 2rem;
  text-transform: capitalize;
  color: #444;
}

.header .navbar a:hover {
  color: #0eb582;
}

.header .icons div {
  cursor: pointer;
  font-size: 2.5rem;
  color: #444;
  margin-left: 1.5rem;
}

.header .icons div:hover {
  color: #0eb582;
}

.header #menu-btn {
  display: none;
}

.account-form {
  position: fixed;
  top: 0;
  right: -105%;
  width: 35rem;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 2rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  z-index: 1200;
  padding: 2rem;
  text-align: center;
}

.account-form.active {
  right: 0;
  -webkit-box-shadow: 0 0 0 100vw rgba(0, 0, 0, 0.8);
          box-shadow: 0 0 0 100vw rgba(0, 0, 0, 0.8);
}

.account-form #close-form {
  position: absolute;
  top: 1.5rem;
  right: 2.5rem;
  font-size: 4rem;
  cursor: pointer;
  color: #444;
}

.account-form #close-form:hover {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.account-form form {
  border: 0.1rem solid #0eb582;
  padding: 2rem;
  display: none;
}

.account-form form.active {
  display: block;
}

.account-form form h3 {
  font-size: 2.5rem;
  text-transform: capitalize;
  color: #444;
  padding-bottom: .5rem;
  text-transform: uppercase;
}

.account-form form .box {
  width: 100%;
  padding: 1.2rem 1.4rem;
  border: 0.1rem solid #0eb582;
  font-size: 1.6rem;
  margin: .7rem 0;
}

.account-form form .flex {
  padding: 1rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: .5rem;
}

.account-form form .flex label {
  font-size: 1.5rem;
  color: #777;
  cursor: pointer;
}

.account-form form .flex a {
  font-size: 1.5rem;
  color: #777;
  margin-left: auto;
}

.account-form form .flex a:hover {
  text-decoration: underline;
  color: #0eb582;
}

.account-form form .btn {
  width: 100%;
}

.account-form .buttons .btn {
  margin: 0 .5rem;
}

.account-form .buttons .btn.active {
  background: #0eb582;
  color: #fff;
}

.home {
  padding: 0;
}
.logo1{
  height:97px;
  width: 441px;
}
.logo{
  height: 100px;
}

.home .slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 80rem;
  background-size: cover !important;
  background-position: center !important;
}

@media(max-width: 399px){
.home .slide {
  height: 0px !important;
  /* width: 100px; */
}
}

.home .slide .content {
  width: 50rem;
}

.home .slide .content h3 {
  font-family: 'Poppins', sans-serif;
  font-size: 4rem;
  text-transform: capitalize;
  /* color: #444; */
  color: rgba(0, 0, 0, 0.797);
}

.home .slide .content p {
  font-size: 1.6rem;
  line-height: 2;
  /* color: #777; */
  color: rgba(0, 0, 0, 0.797);
  padding: 1rem 0;
}

.swiper-pagination-bullet-active {
  background: #0eb582;
}

.subjects .box-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(16rem, 1fr))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(16rem, 1fr));
  gap: 2rem;
}

.subjects .box-container .box {
  padding: 3rem 2rem;
  text-align: center;
  border: 0.1rem solid #0eb582;
  background: #f0fdfa;
  cursor: pointer;
}

.subjects .box-container .box:hover {
  background: #0eb582;
}

.subjects .box-container .box:hover h3 {
  color: #fff;
}

.subjects .box-container .box:hover p {
  color: #eee;
}

.subjects .box-container .box img {
  height: 10rem;
  margin-bottom: .7rem;
}

.subjects .box-container .box h3 {
  font-size: 1.7rem;
  text-transform: capitalize;
  color: #444;
  padding: .5rem 0;
}

.subjects .box-container .box p {
  font-size: 1.5rem;
  line-height: 2;
  color: #777;
}

.home-courses .slide {
  text-align: center;
  position: relative;
  background: #f0fdfa;
  overflow: hidden;
  cursor: pointer;
}

.home-courses .slide:hover .content {
  bottom: 0;
}

.home-courses .slide .image {
  padding: 2rem;
}

.home-courses .slide .image img {
  width: 100%;
  margin-bottom: 1.5rem;
}

.home-courses .slide .image h3 {
  font-size: 2rem;
  text-transform: capitalize;
  color: #444;
}

.home-courses .slide .content {
  position: absolute;
  bottom: -100%;
  right: 0;
  left: 0;
  background: #0eb582;
  padding: 2rem 3rem;
}

.home-courses .slide .content h3 {
  font-size: 2rem;
  text-transform: capitalize;
  color: #444;
  color: #fff;
}

.home-courses .slide .content p {
  padding: 1rem 0;
  font-size: 1.5rem;
  line-height: 2;
  color: #777;
  color: #eee;
}

.home-courses .slide .content .btn:hover {
  background: #444;
}

.about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 3rem;
}

.about .image {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 40rem;
          flex: 1 1 40rem;
}

.about .image img {
  width: 70%;
}

.about .content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 40rem;
          flex: 1 1 40rem;
}

.about .content .about-title {
  font-size: 3rem;
  text-transform: capitalize;
  color: #444;
}

.about .content p {
  font-size: 1.5rem;
  line-height: 2;
  color: #777;
  padding: 1rem 0;
}

.about .content .icons-container {
  margin-top: 1rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(16rem, 1fr))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(16rem, 1fr));
  gap: 2rem;
}

.about .content .icons-container .icons {
  text-align: center;
  border: 0.1rem solid #0eb582;
  background: #f0fdfa;
  padding: 3rem 2rem;
}

.about .content .icons-container .icons img {
  height: 5rem;
  margin-bottom: .5rem;
}

.about .content .icons-container .icons h3 {
  padding: .5rem 0;
  font-size: 3rem;
  text-transform: capitalize;
  color: #444;
}

.about .content .icons-container .icons span {
  font-size: 1.5rem;
  line-height: 2;
  color: #777;
}

.teachers .slide {
  text-align: center;
}

.teachers .slide:hover .image img {
  background: #0eb582;
}

.teachers .slide:hover .image .share {
  bottom: 0;
}

.teachers .slide .image {
  position: relative;
  overflow: hidden;
}

.teachers .slide .image img {
  background: #f0fdfa;
  width: 100%;
}

.teachers .slide .image .share {
  position: absolute;
  bottom: -10rem;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.8);
  padding: 2rem;
}

.teachers .slide .image .share a {
  font-size: 3rem;
  margin: 0 1rem;
  color: #fff;
}

.teachers .slide .image .share a:hover {
  color: #0eb582;
}

.teachers .slide .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.teachers .slide .content h3 {
  font-size: 2rem;
  text-transform: capitalize;
  color: #444;
}

.teachers .slide .content span {
  font-size: 1.5rem;
  line-height: 2;
  color: #777;
}

.reviews .slide {
  text-align: center;
}

.reviews .slide p {
  font-size: 1.5rem;
  line-height: 2;
  color: #777;
  position: relative;
  background: #f0fdfa;
  border: 0.1rem solid #0eb582;
  margin-bottom: 3rem;
  padding: 2rem;
}

.reviews .slide p::before {
  content: '';
  position: absolute;
  bottom: -1.2rem;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
  background: #f0fdfa;
  border-bottom: 0.1rem solid #0eb582;
  border-right: 0.1rem solid #0eb582;
  height: 2rem;
  width: 2rem;
}

.reviews .slide img {
  height: 7rem;
  width: 7rem;
  border-radius: 50%;
}

.reviews .slide h3 {
  font-size: 2.2rem;
  text-transform: capitalize;
  color: #444;
  padding: .5rem 0;
}

.reviews .slide .stars {
  font-size: 1.2rem;
  color: #0eb582;
}

.courses .box-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(30rem, 1fr))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(30rem, 1fr));
  gap: 2rem;
}

.courses .box-container .box:hover .image img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.courses .box-container .box.hide {
  display: none;
}

.courses .box-container .box .image {
  height: 25rem;
  overflow: hidden;
  position: relative;
}

.courses .box-container .box .image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.courses .box-container .box .image h3 {
  font-size: 1.5rem;
  text-transform: capitalize;
  color: #444;
  position: absolute;
  top: 1rem;
  left: 1rem;
  padding: .5rem 1.5rem;
  background: #fff;
}

.courses .box-container .box .content {
  padding: 2rem;
  text-align: center;
  border: 0.1rem solid #0eb582;
}

.courses .box-container .box .content h3 {
  font-size: 2rem;
  text-transform: capitalize;
  color: #444;
}

.courses .box-container .box .content p {
  padding: 1rem 0;
  font-size: 1.6rem;
  line-height: 2;
  color: #777;
}

.courses .box-container .box .content .icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 0.1rem solid #0eb582;
}

.courses .box-container .box .content .icons span {
  font-size: 1.5rem;
  text-transform: capitalize;
  color: #444;
}

.courses .box-container .box .content .icons span i {
  color: #0eb582;
  padding-right: .5rem;
}

.courses .load-more {
  margin-top: 2rem;
  text-align: center;
}

.contact .icons-container {
  margin-bottom: 3rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(25rem, 1fr))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(25rem, 1fr));
  gap: 2rem;
}

.contact .icons-container .icons {
  text-align: center;
  padding: 3rem 2rem;
  border: 0.1rem solid #0eb582;
  background: #f0fdfa;
}

.contact .icons-container .icons i {
  height: 6rem;
  width: 6rem;
  line-height: 6rem;
  font-size: 2rem;
  border-radius: 50%;
  margin-bottom: .5rem;
  color: #fff;
  background: #0eb582;
}

.contact .icons-container .icons h3 {
  font-size: 2rem;
  text-transform: capitalize;
  color: #444;
  padding: .5rem 0;
}

.contact .icons-container .icons p {
  font-size: 1.5rem;
  line-height: 2;
  color: #777;
}

.contact .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2rem;
}

.contact .row .image {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 40rem;
          flex: 1 1 40rem;
}

.contact .row .image img {
  width: 100%;
}

.contact .row form {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 40rem;
          flex: 1 1 40rem;
  border: 0.1rem solid #0eb582;
  padding: 2rem;
}

.contact .row form h3 {
  font-size: 2.5rem;
  text-transform: capitalize;
  color: #444;
  padding-bottom: 1rem;
}

.contact .row form .box {
  width: 100%;
  padding: 1.2rem 1.4rem;
  border: 0.1rem solid #0eb582;
  font-size: 1.6rem;
  margin: .7rem 0;
}

.contact .row form .box:focus {
  background: #0eb582;
  color: #fff;
}

.contact .row form .box:focus::-webkit-input-placeholder {
  color: #eee;
}

.contact .row form .box:focus:-ms-input-placeholder {
  color: #eee;
}

.contact .row form .box:focus::-ms-input-placeholder {
  color: #eee;
}

.contact .row form .box:focus::placeholder {
  color: #eee;
}

.contact .row form textarea {
  height: 15rem;
  resize: none;
}

.faq .accordion-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.faq .accordion-container .accordion {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 40rem;
          flex: 1 1 40rem;
  border: 0.1rem solid #0eb582;
}

.faq .accordion-container .accordion.active .accordion-heading {
  background: #0eb582;
}

.faq .accordion-container .accordion.active .accordion-heading h3 {
  color: #fff;
}

.faq .accordion-container .accordion.active .accordion-heading i {
  color: #fff;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.faq .accordion-container .accordion.active .accordion-content {
  display: block;
}

.faq .accordion-container .accordion .accordion-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1rem;
  cursor: pointer;
  padding: 1.5rem;
}

.faq .accordion-container .accordion .accordion-heading h3 {
  font-size: 2rem;
  text-transform: capitalize;
  color: #444;
}

.faq .accordion-container .accordion .accordion-heading i {
  font-size: 2rem;
  color: #0eb582;
}

.faq .accordion-container .accordion .accordion-content {
  padding: 1.5rem;
  font-size: 1.5rem;
  line-height: 2;
  color: #777;
  border-top: 0.1rem solid #0eb582;
  display: none;
}

.logo-container {
  text-align: center;
}

.logo-container img {
  height: 10rem;
  pointer-events: none;
}

.footer {
  background: #f0fdfa;
}

.footer .box-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(25rem, 1fr))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(25rem, 1fr));
  gap: 2rem;
}

.footer .box-container .box h3 {
  font-size: 2.2rem;
  text-transform: capitalize;
  color: #444;
  padding: 1rem 0;
}

.footer .box-container .box h3 i {
  color: #0eb582;
}

.footer .box-container .box .share {
  margin-top: 1rem;
}

.footer .box-container .box .share a {
  height: 4.5rem;
  width: 4.5rem;
  line-height: 4.5rem;
  font-size: 1.7rem;
  background-color: #0eb582;
  color: #fff;
  margin-right: .3rem;
  text-align: center;
}

.footer .box-container .box .share a:hover {
  background-color: #444;
}

.footer .box-container .box .link {
  font-size: 1.7rem;
  line-height: 2;
  color: #777;
  padding: .5rem 0;
  display: block;
}

.footer .box-container .box .link:hover {
  color: #0eb582;
  text-decoration: underline;
}

.footer .box-container .box p {
  font-size: 1.5rem;
  line-height: 2;
  color: #777;
  padding: 1rem 0;
}

.footer .box-container .box .email {
  width: 100%;
  padding: 1.2rem 1.4rem;
  font-size: 1.6rem;
  border: 0.1rem solid #0eb582;
  margin-bottom: 1rem;
}

.footer .credit {
  text-align: center;
  margin-top: 3rem;
  padding-top: 3rem;
  font-size: 2rem;
  text-transform: capitalize;
  color: #444;
  border-top: 0.1rem solid #0eb582;
}

.footer .credit span {
  color: #0eb582;
}

@media (max-width: 1200px) {
  .header {
    padding: 2rem 5%;
  }
  section {
    padding: 3rem 5%;
  }
}

@media(max-width : 300px){
  section {
    padding: 3rem 2rem;
  }
}

@media (max-width: 991px) {
  html {
    font-size: 55%;
  }
  .header {
    padding: 2rem;
  }
  section {
    padding: 3rem 2rem;
  }
}

@media (max-width: 768px) {
  .header #menu-btn {
    display: inline-block;
  }
  .header .navbar {
    position: fixed;
    top: 0;
    right: -105%;
    width: 30rem;
    background: #fff;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    z-index: 1200;
  }
  .header .navbar #close-navbar {
    display: block;
  }
  .header .navbar.active {
    -webkit-box-shadow: 0 0 0 100vw rgba(0, 0, 0, 0.8);
            box-shadow: 0 0 0 100vw rgba(0, 0, 0, 0.8);
    right: 0;
  }
  .header .navbar a {
    display: block;
    margin: 1rem 0;
    text-align: center;
    font-size: 3rem;
  }
  .home .slide .content h3 {
    font-size: 3rem;
  }
}

@media (max-width: 450px) {
  html {
    font-size: 50%;
  }
  .heading {
    font-size: 3rem;
  }
  .about .content .about-title {
    font-size: 4rem;
  }
}
/*# sourceMappingURL=style.css.map */