


/* 






/*

TemplateMo 573 EduWell

https://templatemo.com/tm-573-eduwell

*/

/* ---------------------------------------------
Table of contents
------------------------------------------------
01. font & reset css
02. reset
03. global styles
04. header
05. banner
06. features
07. testimonials
08. contact
09. footer
10. preloader
11. search
12. portfolio

--------------------------------------------- */
/* 
---------------------------------------------
font & reset css
--------------------------------------------- 
*/
@import url("https://fonts.googleapis.com/css?family=Open+Sans:100,200,300,400,500,600,700,800,900");
/* 
---------------------------------------------
reset
--------------------------------------------- 
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, div
pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q,
s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
figure, header, nav, section, article, aside, footer, figcaption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

ul, li {
  padding: 0;
  margin: 0;
  list-style: none;
}

header, nav, section, article, aside, footer, hgroup {
  display: block;
}

* {
  box-sizing: border-box;
}

html, body {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  background-color: #fff;
  font-size: 16px;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  text-decoration: none !important;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0px;
  margin-bottom: 0px;
}

ul {
  margin-bottom: 0px;
}

p {
  font-size: 14px;
  line-height: 25px;
  color: #4a4a4a;
}

img {
  width: 100%;
  overflow: hidden;
}

/* 
---------------------------------------------
global styles
--------------------------------------------- 
*/
html,
body {
  background: #fff;
  font-family: 'Open Sans', sans-serif;
}

::selection {
  background: #2cbabe;
  color: #fff;
}

::-moz-selection {
  background: #2cbabe;
  color: #fff;
}

@media (max-width: 991px) {
  html, body {
    overflow-x: hidden;
  }
  .mobile-top-fix {
    margin-top: 30px;
    margin-bottom: 0px;
  }
  .mobile-bottom-fix {
    margin-bottom: 30px;
  }
  .mobile-bottom-fix-big {
    margin-bottom: 60px;
  }
}

.main-button-gradient a {
  font-size: 16px;
  color: #fff;
  background: rgb(44, 186, 190);
  background: linear-gradient(-145deg, rgb(44, 186, 190,1) 0%, rgb(15, 54, 109,1) 100%);
  padding: 12px 30px;
  display: inline-block;
  border-radius: 5px;
  font-weight: 500;
  text-transform: uppercase;
  transition: all .3s;

}

.main-button-gradient a:hover {
  background: rgb(44, 186, 190);
  background: linear-gradient(-145deg, rgb(44, 186, 190,1) 0%, gb(15, 54, 109,1) 100%);
  opacity: 0.9;
}

.white-button a {
  font-size: 13px;
  color: #2cbabe;
  background-color: #fff;
  padding: 12px 30px;
  display: inline-block;
  border-radius: 5px;
  font-weight: 500;
  text-transform: uppercase;
  transition: all .3s;
}

.white-button a:hover {
  opacity: 0.9;
}

.text-button a {
  font-size: 14px;
  font-weight: 500;
  color: #2cbabe;
  text-decoration: underline !important;
  transition: color .3s;
}

.text-button a:hover {
  opacity: 0.75;
}

section {
  margin-top: 90px;
}

#contact-section {
  padding-top: 20px;
}

.section-heading {
  position: relative;
  z-index: 2;
  padding-top: 20px;
  margin-top: 0px;
  text-align: center;
  margin-bottom: 90px;

}

.section-heading h6 {
  font-size: 23px;
  text-transform: uppercase;
  color: #7a7a7a;
  font-weight: 600;
  
}

.section-heading h4 {
  margin-top: 10px;
  line-height: 40px;
  font-size: 38px;
  font-weight: 900;
  text-transform: capitalize;
  color: #111;
}

.section-heading h4 em {
  font-style: normal;
}

.section-heading p {
  margin-top: 30px;
}



/* 
---------------------------------------------
header
--------------------------------------------- 
*/
.background-header {
  background: rgb(44, 186, 190) !important;
  background: linear-gradient(-145deg, rgb(44, 186, 190,1) 0%, hsl(215, 76%, 24%) 100%) !important;
  height: 80px!important;
  position: fixed!important;
  top: 0!important;
  left: 0;
  right: 0;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.15)!important;
}

.header-area {
  background-image: url(../images/header-bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  height: 110px;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  -webkit-transition: all .5s ease 0s;
  -moz-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
}

.header-area .main-nav {
  min-height: 80px;
  background: transparent;
}

.header-area .main-nav .logo {
  color: #fff;
  float:right;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:12px;
  height:100px;
  line-height:100px;
  padding:0;
  margin-top:6px;
  transition:all .3s ease;
}


.header-area .main-nav .logo img{
  width: auto;
  height: 40px;
  background: #fff;
  padding: 11px 4px;
  border-radius: 4px;
  display: block;
  margin-top: 9px;
  
}

.logo .logo-text{
  font-size: 32px;
  font-weight: 800;
  color: #fff;
  font-family: 'Cairo', sans-serif;
  line-height: 1;
  margin-top: 2px;
}

.background-header .main-nav .logo{
  display:flex;
  align-items:center;
  justify-content:center;
  height:80px;
  margin-top:0;
}

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

.header-area .main-nav .nav {
  float: left;
  margin-top:45px;
  margin-right: 0px;
  background-color: transparent;
  -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;
  position: relative;
  z-index: 999;
  display: flex;
  gap: 50px; 
}

.header-area .main-nav .nav li{
  display:flex;
  align-items:center;
  margin: 0;
  padding: 0;
  position:relative;
}
.header-area .main-nav .nav li:last-child {
  padding-right: 0px;
}

.header-area .main-nav .nav li a{
  display:flex;
  align-items:center;
  justify-content:center;
  height:100%;
  padding:0;
  margin:0;
  line-height:normal;
  color: white;
}

.header-area .main-nav .nav li:hover a,
.header-area .main-nav .nav li a.active {
  color: #eee!important;
  opacity: 0.75;
}

.background-header .main-nav .nav li:hover a,
.background-header .main-nav .nav li a.active {
  color: #fff!important;
  opacity: 1;
}

.header-area .main-nav .nav li.has-sub {
  position: relative;
  padding-right: 15px;

}

.header-area .main-nav .nav li.has-sub:after {
  font-family: FontAwesome;
  content: "\f107";
  font-size: 12px;
  color: #fff;
  position: absolute;
  right: 5px;
  top: 5px;
  
}

.header-area .main-nav .nav li.has-sub ul.sub-menu {
  position: absolute;
  width: 140px;
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
  overflow: hidden;
  top: 40px;
  border-radius: 5px;
  opacity: 0;
  transition: all .3s;
  transform: translateY(+2em);
  visibility: hidden;
  z-index: -1;
 
}

.header-area .main-nav .nav li.has-sub ul.sub-menu li {
  margin-left: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

.header-area .main-nav .nav li.has-sub ul.sub-menu li a {
  opacity: 1;
  display: block;
  background: #ffffff;
  color: #2a2a2a!important;
  padding: 0px 15px !important;
  height: 40px;
  width: 200px;
  line-height: 40px;
  -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;
  position: relative;
  font-size: 16px !important;
  font-weight: 400;
  text-align: center;
  
}

.header-area .main-nav .nav li.has-sub ul li a:hover {
  background: #fff;
  color: #2cbabe!important;
  padding-left: 25px;
}

.header-area .main-nav .nav li.has-sub ul li a:hover:before {
  width: 3px;
}

.header-area .main-nav .nav li.has-sub:hover ul.sub-menu {
  visibility: visible;
  opacity: 1;
  z-index: 1;
  transform: translateY(0%);
  transition-delay: 0s, 0s, 0.3s;
}

.header-area .main-nav .menu-trigger {
  cursor: pointer;
  display: block;
  position: absolute;
  top: 33px;
  width: 32px;
  height: 40px;
  text-indent: -9999em;
  overflow: hidden;
  z-index: 99;
  left: 40px;
  display: none;
}

.background-header .main-nav .menu-trigger {
  top: 23px;
}

.header-area .main-nav .menu-trigger span,
.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #fff;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
}

.background-header .main-nav .menu-trigger span,
.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
  background-color: #fff;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #fff;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
  width: 75%;
}

.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
  background-color: #fff;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  content: "";
}

.header-area .main-nav .menu-trigger span {
  top: 16px;
}

.header-area .main-nav .menu-trigger span:before {
  -moz-transform-origin: 33% 100%;
  -ms-transform-origin: 33% 100%;
  -webkit-transform-origin: 33% 100%;
  transform-origin: 33% 100%;
  top: -10px;
  z-index: 10;
}

.header-area .main-nav .menu-trigger span:after {
  -moz-transform-origin: 33% 0;
  -ms-transform-origin: 33% 0;
  -webkit-transform-origin: 33% 0;
  transform-origin: 33% 0;
  top: 10px;
}

.header-area .main-nav .menu-trigger.active span,
.header-area .main-nav .menu-trigger.active span:before,
.header-area .main-nav .menu-trigger.active span:after {
  background-color: transparent;
  width: 100%;
}

.header-area .main-nav .menu-trigger.active span:before {
  -moz-transform: translateY(6px) translateX(1px) rotate(45deg);
  -ms-transform: translateY(6px) translateX(1px) rotate(45deg);
  -webkit-transform: translateY(6px) translateX(1px) rotate(45deg);
  transform: translateY(6px) translateX(1px) rotate(45deg);
  background-color: #fff;
}

.background-header .main-nav .menu-trigger.active span:before {
  background-color: #fff;
}

.header-area .main-nav .menu-trigger.active span:after {
  -moz-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -ms-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -webkit-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  transform: translateY(-6px) translateX(1px) rotate(-45deg);
  background-color: #fff;
}

.background-header .main-nav .menu-trigger.active span:after {
  background-color: #fff;
}

.header-area.header-sticky {
  min-height: 80px;
 
}

.header-area .nav {
  margin-top: 30px;

}

.header-area.header-sticky .nav li a.active {
  color: #2cbabe;
}
.out {
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 12px 24.5px;
  background: white;
  border: none;
  outline: none;
  color: #0f366d;
  font-size: 16px;
  font-weight: 600;
  font-family: inherit;
  text-align: right;
  line-height: 24px;
  cursor: pointer;
  margin: 0;
  transition: 0.3s;
 
}


.out:hover{
  background:#f5f8fc;
  color:#2cbabe;
}


@media (max-width: 1200px) {
  .header-area .main-nav .nav li {
    padding-left: 7px;
    padding-right: 7px;
  }
  .header-area .main-nav:before {
    display: none;
  
  }
  
}

@media (max-width: 992px) {

  .header-area .main-nav .nav li.has-sub:after {
    color: #3B566E;
    font-size: 14px;
    right: 88%;
    top: 19px;
   
  }
  .header-area .main-nav .nav li.has-sub ul.sub-menu {
    position: relative;
    visibility: inherit;
    opacity: 1;
    z-index: 1;
    transform: translateY(0%);
    top: 0px;
    width: 100%;
    box-shadow: none;
    height: 0px;
    transition: all 0s;
   
  }
  .header-area .main-nav .nav li.has-sub ul.sub-menu {
    height: auto;
   
  }
  .header-area .main-nav .nav li.has-sub ul.sub-menu li a{
    margin-right: 0;
    background: white;
    border: none;
}

.out{
    text-align: center;
    margin-right: 0;
    background: rgba(255, 255, 255, 0.416) ;
}
}

@media (max-width: 767px) {
  .header-area .main-nav .logo {
    color: #1e1e1e;
  }
  .header-area.header-sticky .nav li a:hover,
  .header-area.header-sticky .nav li a.active {
    color: #2cbabe!important;
    opacity: 1;
  }
  .header-area.header-sticky .nav li.search-icon a {
    width: 100%;
  }

  .header-area.header-sticky .logo{
   margin-top: 8px;
  }
  .header-area {
    background-color: #f7f7f7;
    padding: 0px 15px;
    height: 100px;
    box-shadow: none;
    text-align: center;
  }
  .header-area .container {
    padding: 0px;
  }
  .header-area .logo {
    margin-left: 30px;
  }
  .header-area .menu-trigger {
    display: block !important;
  }
  .header-area .main-nav {
    overflow: hidden;
    margin-top: -5px;
    margin-right: 15px;
  }
  .header-area .main-nav .nav {
    float: none;
    width: 100%;
    display: none;
    -webkit-transition: all 0s ease 0s;
    -moz-transition: all 0s ease 0s;
    -o-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
    margin-left: 0px;

  }
  .header-area .main-nav .nav li:first-child {
    border-top: 1px solid white;
    
  }
  .header-area.header-sticky .nav {
    margin-top: 50px !important;

  }
  .header-area .main-nav .nav li {
    width: 100%;
    background: white;

    border-bottom: 1px solid rgba(44, 185, 190, 0.2);
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .header-area .main-nav .nav li a {
    height: 50px !important;
    line-height: 50px !important;
    padding: 0px !important;
    border: none !important;
    background: white !important; 
    color: #191a20 !important;
    margin-left: 20px;
  }
  .header-area .main-nav .nav li a:hover {
    background: white !important;
    color: #2cbabe!important;
  }
  .header-area .main-nav .nav li.has-sub ul.sub-menu {
    position: relative;
    visibility: inherit;
    opacity: 1;
    z-index: 1;
    transform: translateY(0%);
    top: 0px;
    width: 100%;
    box-shadow: none;
    height: 0px;
    transition: all 0s;
    
  }
  .header-area .main-nav .nav li.submenu ul li a {
    font-size: 12px;
    font-weight: 400;
  }
  .header-area .main-nav .nav li.has-sub ul.sub-menu li a{
    margin-right: 0;
    background: white;
}

  
  
  .header-area .main-nav .nav li.submenu ul li a:hover:before {
    width: 0px;
  }
  .header-area .main-nav .nav li.has-sub ul.sub-menu {
    height: auto;
  }
  .header-area .main-nav .nav li.has-sub:after {
    color: #3B566E;
    right: 82%;
    font-size: 14px;
    top: 16px;
    
  }
  .header-area .main-nav .nav li.submenu:hover ul, .header-area .main-nav .nav li.submenu:focus ul {
    height: 0px;
  }
  .out{
    text-align: center;
    margin-right: 0;
    background: rgba(255, 255, 255, 0.416) ;
}
  .main-banner .header-text h2{
   margin-right:17px ;
  }
 
 
}





/* 
---------------------------------------------
banner
--------------------------------------------- 
*/

section.main-banner {
  margin-top: 0px;
}

.main-banner {
  padding-top: 180px;
}

.main-banner .right-image {
  margin-left: 120px;
  position: relative;
  z-index: 2;
}

.main-banner .right-image img {
  position: relative;
  z-index: 2;
}

.main-banner .right-image::after{
  position:absolute;
  content:'';
  background-image:url(../images/banner-right-dec.png);
  width:378px;
  height:378px;

  left:-18%;
  right:auto;

  z-index:1;
}

.main-banner .header-text{
  position: relative;
  z-index: 2;
}



.main-banner .header-text h6 {
  position: relative;
  z-index: 2;
  font-size: 17px;
  font-weight: 500;
  text-transform: capitalize;
  color: #777777;;
}

.main-banner .header-text h2 {
  position: relative;
  z-index: 2;
  margin-top: 20px;
  font-size: 60px;
  color: #111111;
  font-weight: 900;
  line-height: 74px;
  margin-bottom: 40px;
}

.main-banner .header-text h2 em {
  font-style: normal;
  color: #2cbabe;
}

.main-banner .main-button-gradient {
  position: relative;
  z-index: 2;
  
}
/* Hero RTL */

.main-banner{
  direction: rtl;
}

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

.main-banner .header-text{
  text-align:right;
  padding-left:40px;
  padding-right:0;
}

.main-banner .header-text h2{
  font-size:60px;
  line-height:1.4;
  margin-bottom:25px;
}

.main-banner .header-text p{
  line-height:2;
  margin-bottom:35px;
}

.main-banner .right-image{
  text-align:left;
  margin-right:0;
  margin-left:80px;
}

.main-banner .right-image img{
  max-width:100%;
}


/*
---------------------------------------------
services
---------------------------------------------
*/ 

.services .item {
  border-radius: 15px;
  text-align: center;
  padding: 50px 30px;
  margin: 15px;
  transition: all .3s;

}

.services .item:hover {
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.06);
}

.services .item .icon {
  max-width: 75px;
  margin: 0 auto;
  min-height: 80px;
  line-height: 80px;
  vertical-align: middle;
}

.services .item h4 {
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 30px;
  font-weight: 800;
}

.services .owl-dots {
  text-align: center;
  margin-top: 30px;
}

.services .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  background-color: #ddd;
  border-radius: 50%;
  margin: 0px 4px;
}

.services .owl-dots .active {
  background-color: #2cbabe;
}


/*==================================================
                SERVICES RTL
==================================================*/

.services{
 
  text-align: center;
}

.services .section-heading{
  text-align:center;
}

.services .item{
  direction: rtl;
  text-align:center;
}

.services .item p{
  direction: rtl;
  text-align:center;
  line-height:2;
}

.services .item h4{
  color:#0f366d;
}

.services .item:hover{
  transform:translateY(-6px);
}

.services .item .icon{
  display:flex;
  justify-content:center;
  align-items:center;
}


/*
---------------------------------------------
our courses
---------------------------------------------
*/

section.our-courses {
  position: relative;
}

section.our-courses .section-heading p {
  padding: 0px 60px;
}

section.our-courses:before {
  position: absolute;
  content: '';
  background-image: url(../images/our-courses-left-dec.png);
  left: 45px;
  top: -140px;
  width: 291px;
  height: 231px;
  z-index: 1;
}

section.our-courses:after {
  position: absolute;
  content: '';
  background-image: url(../images/our-courses-right-dec.png);
  right: 45px;
  top: -140px;
  width: 291px;
  height: 231px;
  z-index: 1;
}

section.our-courses .naccs {
  position: relative;
}

section.our-courses .naccs .menu div {
  padding: 15px 30px;
  text-align: center;
  border-radius: 5px !important;
  margin-bottom: 40px;
  font-size: 20px;
  color: #111;
  background-color: #fff;
  cursor: pointer;
  vertical-align: middle;
  font-weight: 900;
  transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
  border: 3px solid rgb(15, 54, 109,0.5);

}

section.our-courses .naccs .menu div.active {
  color: #0f366d;
  border: 3px solid rgba(15, 54, 109, 1);
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05);
}

section.our-courses ul.nacc {
  margin-right:100px !important;
  margin-left:0 !important;
  position: relative;
  min-height: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
  transition: 0.5s all cubic-bezier(0.075, 0.82, 0.165, 1);
}

section.our-courses ul.nacc li {
  background-color: #fff;
  overflow: hidden;
  opacity: 0;
  transform: translateX(50px);
  position: absolute;
  list-style: none;
  transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
  border-radius: 15px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05);
  padding-left:50px;
  padding-right:0;
  top: 7px;
  
}

section.our-courses ul.nacc li .left-image{
  position:absolute;
  top:50%;
  right:0;
  left:auto;
  margin:0;
  transform:translateY(-50%);

}

section.our-courses ul.nacc li .left-image img {
    display:block;

    border-top-right-radius:15px;
    border-bottom-right-radius:15px;

    border-top-left-radius:0;
    border-bottom-left-radius:0;
}

section.our-courses ul.nacc li .left-image .price h6 {
  position: absolute;
  background: rgb(44, 186, 190);
  background: linear-gradient(-145deg, rgb(44, 186, 190,1) 0%, rgb(15, 54, 109,1) 100%);
  color: #fff;
  top: 20px;
  right:20px;
  left:auto;
  font-size: 20px;
  font-weight: 700;
  width: 50px;
  height: 50px;
  border-radius: 3px;
  display: inline-block;
  text-align: center;
  line-height: 50px;
}

section.our-courses ul.nacc li .right-content {
  padding: 40px 0px;
  margin-right:380px;
  margin-left:0;
  text-align:right;
}

section.our-courses ul.nacc li .right-content h4 {
  font-size: 20px;
  color: #111;
  margin-bottom: 25px;
  font-weight: 800;
}

section.our-courses ul.nacc li .right-content ul {
  margin-top: 20px;
  margin-bottom: 20px;
}

section.our-courses ul.nacc li .right-content span {
  font-size: 14px;
  font-weight: 600;
  margin-left:30px;
  margin-right:0;

  padding-left:30px;
  padding-right:0;

  border-left:2px solid #111;
  border-right:none;
}

section.our-courses ul.nacc li .right-content .last-span {
  margin-left:0;
    padding-left:0;
    border-left:none;
}

section.our-courses ul.nacc li .right-content p {
  margin-bottom: 20px;
}

section.our-courses ul.nacc li .right-content .text-button {
  margin-top: 20px;
}

section.our-courses ul.nacc li.active {
  position: relative;
  transition-delay: 0.3s;
  z-index: 2;
  opacity: 1;
  transform: translateX(0px);
}

section.our-courses ul.nacc li p {
  margin: 0;
}

section.our-courses ul.nacc{
  min-height: 520px;
  position: relative;
}

section.our-courses ul.nacc li{
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s ease;
}

section.our-courses ul.nacc li.active{
  opacity: 1;
  visibility: visible;
  
}

/*
---------------------------------------------
cta
---------------------------------------------
*/

section.simple-cta {
  background-image: url(../images/cta-bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
  padding: 180px 0px 180px 0px;
  direction: rtl;
  
}

section.simple-cta .left-image {
  margin-left:45px;
  margin-right:0;
}

section.simple-cta h6{
  font-size:20px;
  font-weight:700;
  color:#ffffff;
  letter-spacing:.5px;
  margin-bottom:8px;
}

section.simple-cta h4 {
 
  color: #fff;
  font-size: 50px;
  font-weight: 800;
  line-height: 1.4;
  margin: 15px 0 25px;
  max-width: 580px;
}

section.simple-cta p {
  color:#f3f3f3;
  font-size:16px;
  line-height:2;
  max-width:560px;
  margin:0 0 35px;
  opacity:.95;
  
}

section.simple-cta h6,
section.simple-cta h4,
section.simple-cta p{
    text-align:right;
}

section.simple-cta .white-button{
  text-align:right;
}

section.simple-cta .white-button a{
  
  font-size:16px;
  
}

section.simple-cta .col-lg-5.align-self-center{
  display: flex;
  flex-direction: column;
  gap: 17;
}

/* 
---------------------------------------------
testimonials
--------------------------------------------- 
*/

section.testimonials {
  position: relative;
}

section.testimonials:before {
  position: absolute;
  content: '';
  background-image: url(../images/testimonials-left-dec.png);
  right:0;
  left:auto;
  transform:scaleX(-1);
  top: -140px;
  width: 593px;
  height: 352px;
  z-index: 1;
}

section.testimonials:after {
  position: absolute;
  content: '';
  background-image: url(../images/testimonials-right-dec.png);
  left:0;
  right:auto;
  transform:scaleX(-1);
  bottom: -140px;
  width: 632px;
  height: 352px;
  z-index: 1;
}

.testimonials .item {
  border-radius: 15px;
  padding: 30px;
  background-color: #fff;
  margin: 15px;
  transition: all .3s;
  position: relative;
  z-index: 2;
  text-align:right;
}

.testimonials .item:hover {
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.06);
}


.testimonials .item img {
  z-index: 2;
  max-width:150px;
  margin-left: 90px;
  height: 110px;
}

.testimonials .owl-dots {
  text-align: center;
  margin-top: 30px;
}

.testimonials .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  background-color: #ddd;
  border-radius: 50%;
  margin: 0px 4px;
}

.testimonials .owl-dots .active {
  background-color: #2cbabe;
}


.owl-testimonials .owl-stage{
  direction:ltr;
  
}

/* 
---------------------------------------------
contact us
--------------------------------------------- 
*/

section.contact-us {
  background-image: url(../images/footer-bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0px;
  position: relative;
}

section.contact-us:after {
  position: absolute;
  content: '';
  background-image: url(../images/footer-left-dec.png);
  left:0;
  top: 60px;
  width: 267px;
  height: 396px;
  z-index: 1;
}

section.contact-us .contact-info {
  background-color: #fff;
  margin-top: -30px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05);
  border-radius: 15px;
  z-index: 5;
  position: relative;
  padding: 20px;
  text-align:right;
}

section.contact-us .contact-info .icon i {
  float:right;
  margin-left:15px;
  margin-right:0;
  width: 50px;
  height: 50px;
  display: inline-block;
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
  background: rgb(44, 186, 190);
  background: linear-gradient(-145deg, rgb(44, 186, 190,1) 0%, rgb(15, 54, 109,1) 100%);
  color: #fff;
}

section.contact-us .contact-info h4 {
  font-size: 18px;
  font-weight: 900;
  text-transform: uppercase;
}

section.contact-us .contact-info span {
  font-size: 15px;
  color: #2cbabe;
  font-weight: 700;
}

section.contact-us .section-heading {
  text-align:right;
  margin-bottom: 40px;
}

section.contact-us #contact {
  margin-right:-100px;
  margin-left:0;
  position: relative;
  z-index: 5;
  background-color: #fff;
  margin-top: 40px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05);
  border-radius: 15px;
  padding: 40px;
}

section.contact-us #contact input {
  width: 100%;
  height: 40px;
  border-radius: 5px;
  background-color: #f4f7fb;
  outline: none;
  border: none;
  box-shadow: none;
  font-size: 13px;
  font-weight: 500;
  color: #7a7a7a;
  padding: 0px 15px;
  margin-bottom: 30px;
}

section.contact-us #contact input,
section.contact-us #contact textarea{
    direction:rtl;
    text-align:right;
}

section.contact-us #contact textarea {
  width: 100%;
  min-height: 140px;
  max-height: 180px;
  border-radius: 5px;
  background-color: #f4f7fb;
  outline: none;
  border: none;
  box-shadow: none;
  font-size: 13px;
  font-weight: 500;
  color: #7a7a7a;
  padding: 15px;
  margin-bottom: 30px;
}

section.contact-us #contact button {
  float: right;
  font-size: 13px;
  color: #fff;
  background: #2cbabe;
  background: linear-gradient(-145deg, rgb(44, 186, 190,1) 0%, rgb(15, 54, 109,1) 100%);
  padding: 12px 30px;
  display: inline-block;
  border-radius: 5px;
  font-weight: 500;
  text-transform: uppercase;
  transition: all .3s;
  transition: all .3s;
  border: none;
  outline: none;
}

section.contact-us #contact button:hover {
  opacity: 0.9;
}

section.contact-us ul.social-icons li {
  display: inline-block;
  margin: 0px 5px;
}

section.contact-us ul.social-icons {
  text-align: center;
  margin-top: 70px;
}

section.contact-us ul.social-icons li a {
  width: 44px;
  height: 44px;
  display: inline-block;
  text-align: center;
  line-height: 44px;
  background-color: #fff;
  color: #2cbabe;
  border-radius: 50%;
  transition: all .5s;
}

section.contact-us ul.social-icons li a:hover {
  background-color: #2cbabe;
  color: #fff;
}

p.copyright {
  text-align: center;
  color: #fff;
  margin: 40px 0px;
}

p.copyright a {
  font-weight: 700;
  color: #fff;
}

/*
---------------------------------------------
heading page
---------------------------------------------
*/

section.page-heading {
  margin-top: 190px;
  text-align: center;
}

section.page-heading .header-text {
  border-bottom: 3px solid #eee;
  padding-bottom: 80px;
}

section.page-heading .header-text h4 {
  font-size: 19px;
  text-transform: capitalize;
  color: #7a7a7a;
}

section.page-heading .header-text h1 {
  font-size: 62px;
  font-weight: 900;
  color: #111;
  margin-top: 10px;
}


/*
---------------------------------------------
about us page
---------------------------------------------
*/

section.get-info .left-image {
  margin-right: 30px;
}

section.get-info .section-heading {
  text-align: left;
}

section.get-info .info-item {
  border-radius: 15px;
  text-align: left;
  padding: 60px 30px 30px 30px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.06);
  position: relative;
}

section.get-info .info-item .icon {
  position: absolute;
  left: 30px;
  top: -30px;
  width: 80px;
  height: 80px;
  display: inline-block;
  border-radius: 15px;
  text-align: center;
  line-height: 80px;
  background-color: #fff;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.06);
}

section.get-info .info-item .icon img {
  max-width: 60%;
}

section.get-info .info-item h4 {
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 800;
}

section.our-team {
  position: relative;
}

section.our-team .section-heading p {
  padding: 0px 60px;

}

section.our-team:before {
  position: absolute;
  content: '';
  background-image: url(../images/our-courses-left-dec.png);
  left: 45px;
  top: -90px;
  width: 291px;
  height: 231px;
  z-index: 1;
}

section.our-team:after {
  position: absolute;
  content: '';
  background-image: url(../images/our-courses-right-dec.png);
  right: 45px;
  top: -80px;
  width: 291px;
  height: 231px;
  z-index: 1;
}

section.our-team .naccs {
  position: relative;
  text-align: center;
}

section.our-team .naccs .menu {
  position: relative;
  display: inline-block;
}

section.our-team .naccs .menu div {
  margin: 0px 15px;
  text-align: center;
  display: inline-block;
  width: 15%;
  text-align: center;
  font-size: 20px;
  color: #111;
  background-color: #fff;
  cursor: pointer;
  vertical-align: middle;
  font-weight: 900;
}

section.our-team .naccs .menu div img {
  border-radius: 50%;
  max-width: 120px;
}

section.our-team .naccs .menu div h4 {
  font-size: 15px;
  font-weight: 900;
  margin-top: 15px;
  margin-bottom: 5px;
}

section.our-team .naccs .menu div span {
  font-size: 12px;
  text-transform: uppercase;
  color: #2cbabe;
  font-weight: 700;
  display: block;
}

section.our-team .naccs .menu div.active h4 {
  color: #2cbabe;
}

section.our-team ul.nacc {
  margin-top: 40px !important;
  position: relative;
  min-height: 100%;
  height: 100% !important;
  list-style: none;
  margin: 0;
  padding: 0;
}

section.our-team ul.nacc li {
  z-index: -1;
  opacity: 0;
  transform: translateX(50px);
  background-color: #fff;
  position: absolute;
  list-style: none;
  transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
  border-radius: 15px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05);
  padding: 40px;
}

section.our-team ul.nacc li.active {
  position: relative !important;
  overflow: hidden;
}

section.our-team ul.nacc li .right-image {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

section.our-team ul.nacc li .right-image img {
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}

section.our-team ul.nacc li .left-content {
  text-align: left;
  margin-right: 380px;
}

section.our-team ul.nacc li .left-content h4 {
  font-size: 20px;
  color: #111;
  margin-bottom: 25px;
  font-weight: 800;
}

section.our-team ul.nacc li .left-content span a {
  font-size: 14px;
  font-weight: 600;
  margin-right: 30px;
  padding-right: 30px;
  color: #111;
  border-right: 2px solid #111;
  transition: all .3s;
}

section.our-team ul.nacc li .left-content span a:hover {
  color: #2cbabe;
}

section.our-team ul.nacc li .left-content .last-span a {
  margin-right: 0px;
  padding-right: 0px;
  border-right: none;
}

section.our-team ul.nacc li .left-content p {
  margin-bottom: 30px;
}

section.our-team ul.nacc li .left-content .text-button {
  margin-top: 30px;
}

section.our-team ul.nacc li.active {
  transition-delay: 0.3s;
  z-index: 2;
  opacity: 1;
  transform: translateX(0px);
}

section.our-team ul.nacc li p {
  margin: 0;
}

section.our-office .left-info {
  margin-right: 0px;
  position: relative;
  z-index: 5;
  background-color: #fff;
  margin-top: 40px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05);
  border-radius: 15px;
  padding: 40px;
}

section.our-office .left-info p {
  margin-bottom: 40px;
 direction: rtl;
}

section.our-office .left-info ul li {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #4a4a4a;
  font-style: italic;
  margin-bottom: 20px;
 direction: rtl;
}

section.our-office .left-info ul li:last-child {
  margin-bottom: 0px;
}

section.our-office .left-info .main-button-gradient {
  margin-top: 40px;
}

section.our-office #video {
  margin-left: -70px;
}

section.our-office #video .thumb {
  position: relative;
}

section.our-office #video .thumb .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
}



section.our-office #video img {
  border-radius: 20px;
}


/* 
---------------------------------------------
testimonials
--------------------------------------------- 
*/

section.testimonials {
  position: relative;
}

section.testimonials:before {
  position: absolute;
  content: '';
  background-image: url(../images/testimonials-left-dec.png);
  right:0;
  left:auto;
  transform:scaleX(-1);
  top: -140px;
  width: 593px;
  height: 352px;
  z-index: 1;
}

section.testimonials:after {
  position: absolute;
  content: '';
  background-image: url(../images/testimonials-right-dec.png);
  left:0;
  right:auto;
  transform:scaleX(-1);
  bottom: -140px;
  width: 632px;
  height: 352px;
  z-index: 1;
}

.testimonials .item1 {
  border-radius: 15px;
  padding: 30px;
  background-color: #fff;
  margin: 15px;
  transition: all .3s;
  position: relative;
  z-index: 2;
}

.testimonials .item1:hover {
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.06);
}

.testimonials .item1 p {
  font-size: 16px;
  font-style: italic;
}

.testimonials .item1 h4 {
  margin-top: 30px;
  font-size: 20px;
  font-weight: 900;
  position: relative;
}

.testimonials .item1 span {
  font-size: 13px;
  font-weight: 700;
  color: #2cbabe;
}

.testimonials .item1 img {
  max-width: 44px;
  z-index: 2;
  position: absolute;
  right: 30px;
  bottom: 30px
}

.testimonials .owl-dots {
  text-align: center;
  margin-top: 30px;
}

.testimonials .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  background-color: #ddd;
  border-radius: 50%;
  margin: 0px 4px;
}

.testimonials .owl-dots .active {
  background-color: #2cbabe;
}

/*
---------------------------------------------
our services page
---------------------------------------------
*/

section.featured-product {
  position: relative;
}

section.featured-product:before {
  position: absolute;
  content: '';
  background-image: url(../images/testimonials-left-dec.png);
  right:0;
  left:auto;
  transform:scaleX(-1);
  top: -140px;
  width: 593px;
  height: 352px;
  z-index: 1;
}

section.featured-product:after {
  position: absolute;
  content: '';
  background-image: url(../images/testimonials-right-dec.png);
  left:0;
  right:auto;
  transform:scaleX(-1);
  bottom: -140px;
  width: 632px;
  height: 352px;
  z-index: 1;
}

section.featured-product .info-item {
  border-radius: 15px;
  text-align: left;
  padding: 60px 30px 30px 30px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.06);
  position: relative;
  margin-bottom: 90px;
}

section.featured-product .last-info {
  margin-bottom: 0px;
}

section.featured-product .left-info .info-item .icon {
  right: 30px;
  top: -30px;
}

section.featured-product .left-info .info-item {
  text-align: right;
}

section.featured-product .right-info .info-item .icon {
  left: 30px;
  top: -30px;
}

section.featured-product .info-item .icon {
  position: absolute;
  width: 80px;
  height: 80px;
  display: inline-block;
  border-radius: 15px;
  text-align: center;
  line-height: 80px;
  background-color: #fff;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.06);
}

section.featured-product .info-item .icon img {
  max-width: 60%;
}

section.featured-product .info-item h4 {
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 800;
}

section.featured-product .product-image {
  margin: 0px 60px;
}


/*
---------------------------------------------
contact us page
---------------------------------------------
*/

section.more-info .section-heading {
  margin-bottom: 40px;
  text-align: left;
}

section.more-info p {
  margin-bottom: 40px;

}

section.more-info ul li {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #4a4a4a;
  font-style: italic;
  margin-bottom: 20px;
}

section.more-info ul li:last-child {
  margin-bottom: 0px;
}

section.more-info .count-area-content {
  margin-bottom: 20px;
  margin-top: 20px;
}

section.more-info .count-area-content .count-digit {
  background-color: #fff;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05);
  border-radius: 15px;
  text-align: center;
  display: inline-block;
  margin-left: 50%;
  transform: translateX(-40px);
  width: 80px;
  height: 80px;
  line-height: 80px;
  font-size: 28px;
  color: #2cbabe;
  font-weight: 900;
  margin-bottom: -40px;
  position: relative;
  z-index: 2;
}

section.more-info .count-area-content .count-title {
  background-color: #fff;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05);
  border-radius: 15px;
  text-align: center;
  font-size: 20px;
  font-weight: 900;
  color: #111;
  padding: 50px 30px 30px 30px;
  position: relative;
  z-index: 1;
}



/* 
---------------------------------------------
responsive
--------------------------------------------- 
*/


body {
  overflow-x: hidden;
}
@media (max-width: 1400px) {

.header-area .main-nav .nav{
margin-left: 10px;
}
section.our-courses .naccs .menu div {
margin-top: 25px;
 
}
section.our-courses ul.nacc li .left-image img{
  display: inline;
  height:60vh ;
  width: 45vh;
}
}

@media (max-width: 1330px) {
  .services .owl-nav .owl-next{
    right: -30px;
  }
  .services .owl-nav .owl-prev{
    left: -25px;
  }
  .our-courses .owl-nav .owl-next{
    right: -30px;
  }
  .our-courses .owl-nav .owl-prev{
    left: -25px;
  }

  section.our-courses .naccs .menu div {
margin-top: -3px;
    }

  
  /* القائمة */
section.our-courses .menu{
  margin-top:20px;
}

section.our-courses .menu div{
  margin-bottom:20px;
  font-size:18px;
  padding:16px 20px;

}

/* البطاقة */
section.our-courses ul.nacc li{

  padding:20px;
  min-height:400px;
  height:auto;
}

/* الصورة */
section.our-courses ul.nacc li .left-image{

  position:relative;
  float:right;
  width:42%;
  transform:none;
  top:auto;
}


section.our-courses ul.nacc li .left-image img{

  width:100%;
  height:auto;
  max-height:500px;
  object-fit:cover;

}

/* النص */
section.our-courses ul.nacc li .right-content{

  margin-right:45%;
  margin-left:0;
  padding:10px 0;

}

section.our-courses ul.nacc li .right-content h4{

  font-size:25px;

}

section.our-courses ul.nacc li .right-content p{

  font-size:15px;
  line-height:2;

}

section.our-courses ul.nacc li .right-content span{

  
  margin-bottom:12px;

}
  
}

@media (max-width: 1200px) {
  .main-banner .right-image {
    margin-left: 60px;
  }
  .main-banner .header-text h2 {
    font-size: 62px;
  }
  .header-area {
    background: rgb(44, 186, 190)!important;
    background: linear-gradient(-145deg, rgba(44, 186, 190,1) 0%, rgb(15, 54, 109,1) 100%) !important;
    
  }
  .services .owl-nav .owl-next{
    right: -70px;
  }
  .services .owl-nav .owl-prev{
    left: -65px;
  }
  .our-courses .owl-nav .owl-next{
    right: -70px;
  }
  .our-courses .owl-nav .owl-prev{
    left: -65px;
  }
  section.contact-us .contact-info{
    margin-left: 9px;
  }
  
  
  /* ===== OUR COURSES ===== */

section.our-courses .menu{
  margin-top:-27px;
}

section.our-courses .naccs .menu div{
  padding:13px 18px;
  margin-bottom:18px;
  margin-top:58px;
  font-size:18px;
}

section.our-courses ul.nacc li{
  min-height:460px;
  height:auto;
  padding:30px;
}

section.our-courses ul.nacc li .left-image{
  width:40%;
}

section.our-courses ul.nacc li .left-image img{
  width:105%;
  height:55vh;
  max-height:450px;
  object-fit:cover;
}

section.our-courses ul.nacc li .right-content{
  margin-right:43%;
  margin-top:0;
  margin-bottom:0;
  padding:0 0;
}

section.our-courses ul.nacc li .right-content h4{
  font-size:26px;
}

section.our-courses ul.nacc li .right-content p{
  font-size:15px;
  line-height:2;
}
  
}


@media (max-width: 1085px) {
  .services .owl-nav .owl-next{
    right: -30px;
  }
  .services .owl-nav .owl-prev{
    left: -25px;
  }
  .our-courses .owl-nav .owl-next{
    right: -30px;
  }
  .our-courses .owl-nav .owl-prev{
    left: -25px;
  }

 

  section.our-courses .naccs .menu div{
    font-size:17px;
    padding:12px 15px;
    margin-bottom:15px;
   
}

section.our-courses ul.nacc li{
    min-height:440px;
    height:auto;
}

section.our-courses ul.nacc li .left-image{
    width:38%;
}

section.our-courses ul.nacc li .left-image img{
    width:107%;
    height:55vh;
    max-height:420px;
}

section.our-courses ul.nacc li .right-content{
    margin-right:41%;
}

section.our-courses ul.nacc li .right-content h4{
    font-size:24px;
}

section.our-courses ul.nacc li .right-content p{
    font-size:14px;
}
 
}

@media (max-width: 1005px) {
  .services .owl-nav .owl-next{
    display: none;
  }
  .services .owl-nav .owl-prev{
    display: none;
  }
  .our-courses .owl-nav .owl-next{
    display: none;
  }
  .our-courses .owl-nav .owl-prev{
    display: none;
  }
 
}

@media (max-width: 992px) {

  
  .main-banner .header-text {
    text-align: center;
    margin-bottom: 60px;
  }
  .main-banner .right-image {
    margin-left: 0px;
  }
  section.our-courses ul.nacc {
    margin-left: 0px !important;
  }
  section.simple-cta {
    margin-top: 0px;
  }
  section.simple-cta .left-image {
    margin-right: 0px;
    margin-bottom: 45px;
  }
  section.contact-us .contact-info {
    margin-top: 15px;
    margin-left: 20px;
    width: 102%;
  }
  section.contact-us #contact {
    margin-left: 0px;
  }
  section.contact-us #contact button {
    float: none;
  }
  section.get-info .left-image {
    margin-right: 0px;
    margin-bottom: 30px;
  }
  section.get-info .info-item {
    margin-top: 60px;
  }
  section.our-office #video {
    margin-left: 0px;
    margin-top: 30px;
  }
  section.featured-product .left-info .info-item,
  section.featured-product .right-info .info-item {
    text-align: center;
    background-color: #fff;
    position: relative;
    z-index: 2;
  }
  section.featured-product .left-info .info-item .icon {
    right: 50%;
    transform: translateX(40px);
  }
  section.featured-product .right-info .info-item .icon {
    left: 50%;
    transform: translateX(-40px);
  }
  section.featured-product .product-image {
    margin: 60px
  }
  section.our-team ul.nacc li .left-content span a,
  section.our-courses ul.nacc li .right-content span {
    margin-right: 15px;
    padding-right: 15px;
  }



section.our-courses .col-lg-3,
section.our-courses .col-lg-9{
        flex: 0 0 100%;
        max-width: 100%;
 }
 section.our-courses .col-lg-3{
  margin-left: 0 !important;
  width: 100%;
  max-width: 100%;
}

section.our-courses .col-lg-9{
  margin-left: 0 !important;
  width: 100%;
  max-width: 100%;
}

section.our-courses .naccs .menu {
  margin-left: 0 !important;
  margin-right: 0 !important;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

section.our-courses .naccs .menu div {
  width: 90%;
  max-width: 380px;
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center;
}
section.our-courses .tabs{
      margin-bottom:30px;
}

section.our-courses ul.nacc{
      margin:0;
      
}
section.our-courses ul.nacc li.active{
  position: relative;
  transition-delay: 0.3s;
  z-index: 2;
  opacity: 1;
  transform: translateX(0px);
}
.text-button a{
    margin-right: 2px;
}
section.our-courses ul.nacc li .right-content span {
    margin-right: -13px;
    
}

section.our-courses ul.nacc li{

  display:flex;
  flex-direction:column;
  height:auto;
  min-height:auto;
}

section.our-courses ul.nacc li .left-image{

  width:100%;
  position:relative;
  float:none;

}

section.our-courses ul.nacc li .left-image img{

  width:100%;
  height:320px;
  object-fit:cover;

}

section.our-courses ul.nacc li .right-content{

  width:100%;
  margin:0;
  padding:30px;
 

}
 
.header-area .menu-trigger {
    display: block !important;
   
}


  .header-area .main-nav .nav{
    display:none ;
    position:absolute;
    top:50px;
    left:-10px;
    width:100%;
    background:#fff;
    z-index:9999;
}

.header-area .main-nav .nav li{
    display:block;
    width:100%;
   
}

.header-area .main-nav .nav li a{
    display:block;
    color:#222 !important;
    padding:15px 20px;
    text-align:left;
    border-bottom:1px solid #eee;
}

.header-area .main-nav{
  float: right;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100px;
}

.main-banner .right-image::after{
left: -9%;
}
.header-area .main-nav .nav li:hover a,
.header-area .main-nav .nav li a.active{
  color: #2cbabe !important;
}
.background-header .main-nav .logo{
  margin-right: 150px;
 
}
.testimonials .item p{
  min-height: 140px; /* عدل الرقم حسب طول النص */
}

}

@media (max-width: 768px) {

 
  .background-header .main-nav .logo{
    margin-right: 5px;
    margin-bottom: 26px;
   
  }

  .become-creator p{
    max-width: 600px;
    margin: 20px auto;
    line-height: 2;
}
.become-creator h2{
  margin-bottom: 25px;
}

.become-creator .main-button,
.become-creator .white-button{
    margin-top: 35px;
}
.become-creator{
  padding: 90px 0;
}

.testimonials .item{
height: 100%;
width: 100%;

}

.testimonials .item p {
  font-size: 14px;
}

/* القسم بالكامل */
.contact-us{
  padding:60px 0;
}

/* الأعمدة */
.contact-us .row{
  display:flex;
  flex-direction:column;
}

/* الخريطة */
.contact-us #map{
  width:100%;
  margin:0 0 30px 0;
}

.contact-us #map iframe{
  width:100%;
  height:300px;
}

/* معلومات التواصل */
.contact-us .contact-info{
  width:100%;
  margin:15px 0;
  padding:20px;
}

/* إلغاء الإزاحة */
.contact-us .offset-lg-1{
  margin-left:0 !important;
}

/* نموذج التواصل */
.contact-us #contact{
  width:100%;
  margin:30px 0 0 0 !important;
  padding:30px 20px !important;
  position:relative !important;
  top:0 !important;
  left:0 !important;
}

/* العنوان */
.contact-us #contact .section-heading{
  text-align:center;
}

/* الحقول */
.contact-us input,
.contact-us textarea{
  width:100%;
}

/* الزر */
.contact-us button{
  width:100%;
}

/* أي عمود داخل القسم */
.contact-us .col-lg-8,
.contact-us .col-lg-4,
.contact-us .col-lg-12{
  width:100%;
  max-width:100%;
  flex:0 0 100%;
}
section.contact-us .contact-info {
  margin-right: 20px;
}

section.our-courses .menu div{

  font-size:16px;

}

section.our-courses ul.nacc li{

  padding:20px;

}

section.our-courses ul.nacc li .left-image img{

  height:220px;

}

section.our-courses ul.nacc li .right-content{

  padding:20px 0;

}

section.our-courses ul.nacc li .right-content h4{

  font-size:24px;

}

section.our-courses ul.nacc li .right-content p{

  font-size:14px;

}

section.our-team .menu{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:20px;
}

section.our-team .menu div{
  width:45%;
  margin:0;
  font-size:16px;
}

section.our-team .menu div img{
  width:90px;
  height:90px;
  object-fit:cover;
}

/* البطاقة */

section.our-team ul.nacc{
  margin-top:35px !important;
}

section.our-team ul.nacc li{

  display:flex;
  flex-direction:column;
  padding:25px;
  height:auto;
  min-height:auto;
}

/* الصورة */

section.our-team ul.nacc li .right-image{

  position:relative;
  right:auto;
  top:auto;
  transform:none;
  width:100%;
  margin-bottom:25px;
}

section.our-team ul.nacc li .right-image img{

  width:100%;
  height:300px;
  object-fit:cover;

  border-radius:15px;
}

/* النص */

section.our-team ul.nacc li .left-content{

  margin:0;
  width:100%;
  text-align:center;
  margin-bottom: 20px;
}

section.our-team ul.nacc li .left-content h4{

  font-size:26px;
  margin-bottom:18px;
}

section.our-team ul.nacc li .left-content p{

  font-size:15px;
  line-height:2;
}

section.our-team ul.nacc li .left-content span{

  display:inline-block;
  margin:10px 8px;
}

section.our-team ul.nacc li .left-content span a{

  margin:0;
  padding:0 12px;
  
}

section.our-team ul.nacc li .text-button{

  margin-top:25px;
}

section.our-team ul.nacc li .text-button a{

  display:inline-block;
}
.header-area .main-nav .nav li.has-sub:after {
right:80%;

}



}

@media (max-width:991px){

  .main-nav .sub-menu{
      display:none;
  }

  .main-nav .has-sub.is-open-sub > .sub-menu{
      display:block;
  }

}

/* =====================================================
   WASL MOBILE MENU
   ===================================================== */

   @media (max-width: 991px) {

    /* الشريط العلوي */
    .header-area {
        height: 80px !important;
        min-height: 80px !important;
        background: linear-gradient(
            135deg,
            #0f366d 0%,
            #2cbabe 100%
        ) !important;
        position: absolute !important;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1000;
    }

    .header-area .container {
        width: 100% !important;
        max-width: 100% !important;
        padding: 0 15px !important;
    }

    .header-area .main-nav {
        height: 80px !important;
        min-height: 80px !important;
        width: 100% !important;

        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;

        margin: 0 !important;
        padding: 0 !important;

        float: none !important;
        position: relative !important;

        overflow: visible !important;
    }


    /* =========================
       الشعار في اليسار
       ========================= */

       .header-area .main-nav .logo {
        color: #fff;
        float: right;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        height: 100px;
        line-height: 100px;
        padding: 0;
        margin-top: 6px;
        transition: all .3s ease;
    }

    .header-area .main-nav .logo img {
      width: 40px !important;
      height: 40px !important;
      background: #fff !important;
      padding: 6px !important;
      border-radius: 5px !important;
      display: block !important;
      margin: 0 !important;
      object-fit: contain;
      box-sizing: border-box;
  }

  .header-area .main-nav .logo .logo-text {
    font-size: 32px !important;
    font-weight: 800 !important;
    color: #fff !important;
    font-family: 'Cairo', sans-serif;
    line-height: 1 !important;
   margin-bottom: 10px;
}


    /* =========================
       زر القائمة / X في اليمين
       ========================= */

       .header-area .main-nav .menu-trigger {
        display: block !important;
        position: absolute !important;
        left: 18px !important;
        right: auto !important;

        top: 20px !important;

        width: 34px !important;
        height: 34px !important;

        margin: 0 !important;
        padding: 0 !important;

        z-index: 1003 !important;

        overflow: hidden !important;
    }


    /* =========================
       القائمة البيضاء
       ========================= */

       .header-area .main-nav .nav {
        position: absolute !important;
        top: 80px !important;
    
        left: 15px !important;
        right: 15px !important;
    
        width: auto !important;
    
        margin: 0 !important;
        padding: 0 !important;
    
        float: none !important;
    
        background: #fff !important;
        box-shadow: 0 8px 20px rgba(0,0,0,.10);
    
        border-radius: 0 0 10px 10px !important;
    
        z-index: 1001 !important;
    

        /*
         مهم:
         لا نضع display:none !important هنا
         لأن JavaScript هو الذي يفتح ويغلق القائمة.
        */
    }


    /* =========================
       عناصر القائمة
       ========================= */

    .header-area .main-nav .nav > li {
        display: block !important;

        width: 100% !important;

        margin: 0 !important;
        padding: 0 !important;

        background: #fff !important;

        border-bottom: 1px solid #eee !important;

        text-align: center !important;
    }

    .header-area .main-nav .nav > li > a {
        display: flex !important;

        width: 100% !important;
        height: 54px !important;

        align-items: center !important;
        justify-content: center !important;

        padding: 0 20px !important;
        margin: 0 !important;

        color: #333 !important;

        background: #fff !important;

        font-size: 16px !important;
        font-weight: 500 !important;

        line-height: 54px !important;

        text-align: center !important;

        border: none !important;
    }

    .header-area .main-nav .nav > li > a:hover {
        color: #2cbabe !important;
    }


    /* =========================
       صفحات
       ========================= */

    .header-area .main-nav .nav li.has-sub {
        position: relative !important;
        padding: 0 !important;
    }

    .header-area .main-nav .nav li.has-sub:after {
        right: 18px !important;
        left: auto !important;

        top: 20px !important;

        color: #555 !important;
        font-size: 14px !important;
    }


    /* القائمة الفرعية */
    .header-area .main-nav .nav li.has-sub > .sub-menu {
        width: 100% !important;

        position: relative !important;

        top: 0 !important;
        left: 0 !important;

        margin: 0 !important;
        padding: 0 !important;

        box-shadow: none !important;

        border-radius: 0 !important;

        background: #fafafa !important;

        transform: none !important;
    }

    .header-area .main-nav .nav li.has-sub > .sub-menu li a {
        width: 100% !important;

        height: 48px !important;

        display: flex !important;

        align-items: center !important;
        justify-content: center !important;

        padding: 0 15px !important;
        margin: 0 !important;

        color: #555 !important;

        background: #fafafa !important;

        font-size: 15px !important;

        line-height: 48px !important;

        text-align: center !important;
    }


    /* زر تسجيل الخروج */
    .header-area .main-nav .nav .out {
        width: 100% !important;

        height: 54px !important;

        margin: 0 !important;

        padding: 0 !important;

        display: flex !important;

        align-items: center !important;
        justify-content: center !important;

        color: #0f366d !important;
        background: rgba(255, 255, 255, 0.416) !important;

        text-align: center !important;
    }
}


/* الجوالات الصغيرة */
@media (max-width: 480px) {

    .header-area,
    .header-area .main-nav,
    .header-area .container {
        height: 80px !important;
        min-height: 80px !important;
    }

    .header-area .main-nav .logo {
      right: 12px !important;
      left: auto !important;
  }

    .header-area .main-nav .logo img {
        height: 40px !important;
    }
    
    .header-area .main-nav .menu-trigger {
      left: 15px !important;
      right: auto !important;
      top: 20px !important;
  }

}


@media (max-width: 992px) {

  /* البطاقة كاملة في منتصف الشاشة */
  section.our-courses ul.nacc {
      width: 100% !important;
      margin: 0 auto !important;
      padding: 0 !important;
  }

  section.our-courses ul.nacc li,
  section.our-courses ul.nacc li.active {
      width: 100% !important;
      left: 0 !important;
      right: 0 !important;
      margin: 0 auto !important;

      display: flex !important;
      flex-direction: column !important;
      align-items: center !important;

      padding: 0 !important;
      text-align: center !important;
  }

  /* الصورة في المنتصف */
  section.our-courses ul.nacc li .left-image {
      width: 100% !important;
      display: flex !important;
      justify-content: center !important;
      align-items: center !important;

      position: relative !important;
      right: auto !important;
      left: auto !important;
      margin: 0 auto !important;
  }

  section.our-courses ul.nacc li .left-image img {
      display: block !important;
      width: 90% !important;
      max-width: 380px !important;
      height: 320px !important;
      margin: 0 auto !important;
      object-fit: cover !important;
  }

  /* النص في المنتصف */
  section.our-courses ul.nacc li .right-content {
      width: 100% !important;
      max-width: 100% !important;

      margin: 0 auto !important;
      padding: 25px 20px !important;

      text-align: center !important;
  }

  section.our-courses ul.nacc li .right-content h4,
  section.our-courses ul.nacc li .right-content p {
      text-align: center !important;
  }


  section.our-courses .naccs .menu {
    margin-bottom: 30px !important;
}

section.our-courses .naccs .menu div:last-child {
    margin-bottom: 30px !important;
}

section.our-courses ul.nacc li .left-image {
    margin-top: 25px !important;
}

}




