/*
    
TemplateMo 557 Grad School

https://templatemo.com/tm-557-grad-school

*/
@font-face {
  font-family: 'Metropolis';
  src: url('../fonts/Metropolis/Metropolis-Regular.woff2') format('woff2'),
      url('../fonts/Metropolis/Metropolis-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Metropolis';
  src: url('../fonts/Metropolis/Metropolis-Light.woff2') format('woff2'),
      url('../fonts/Metropolis/Metropolis-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Metropolis';
  src: url('../fonts/Metropolis/Metropolis-SemiBold.woff2') format('woff2'),
      url('../fonts/Metropolis/Metropolis-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Metropolis';
  src: url('../fonts/Metropolis/Metropolis-Bold.woff2') format('woff2'),
      url('../fonts/Metropolis/Metropolis-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@import url(fontawesome.css);
 body {
    font-family: 'Montserrat', sans-serif;
}

/* Basic */

a {
	color: #3CF;
    text-decoration: none;
}

a:hover {
	color: #FC3;
    text-decoration: none;
}

ul {
    
    list-style: none;
    padding-left: 300px;
    
}

p {
    font-size: 16px;
    line-height: 22px;
}

.list-ic a {
  font-size: 15px;
    font-weight: 600;
    line-height: 22px;
}
.list-ic li {
  position: relative;
}
.list-ic li span {
  display: inline-block;
  width: 2em;
  height: 2em;
  text-align: center;
  line-height: 2em;
  border-radius: 1em;
  background: #bc1818;
  color: white;
  position: relative;
}
.list-ic li::before {
  content: '';
  position: absolute;
  background: #bc1818;
  z-index: -1;
}
.list-ic.horizontal li {
  display: inline-block;
}
.list-ic.horizontal li span {
  margin: 0 1em;
}
.list-ic.horizontal li::before {
  top: 0.9em;
  left: -25px;
  width: 4em;
  height: 0.2em;
}
 
.list-ic.vertical li {
  list-style-type: none;
  text-align: left;
}
.list-ic.vertical li span {
  margin: 0.5em;
}
.list-ic.vertical li::before {
  top: -35px;
  left: 13px;
  width: 0.2em;
  height: 4em;
}
.list-ic li:first-child::before {
  display: none;
}
.list-ic .active {
  background: dodgerblue;
}
.list-ic .active ~ li {
  background: lightblue;
}
.list-ic .active ~ li::before {
  background: lightblue;
}
.section-heading {
    text-align: center;
    margin-bottom: 70px;
    color: #e7e6e5;
}

.section-heading p {
  text-align: justify;
  line-height: 24px;
  /* bottom: 80px; */
  color: #e7e6e5;
}
.img-frad {
  width: 80%;
}

.abroad {
  width: 100%;
}
.aluminitext {
  padding-top: 25px;
  
  text-align: justify;
}


.Established {
  position: absolute;
  top: 25px;
  left: 220px;
  cursor: pointer;

  display:block;
   
  font-size: 50px;
  margin:50px auto 0;
  color: 	#FFD700;
  -webkit-animation: ring 4s .7s ease-in-out infinite;
  -webkit-transform-origin: 50% 4px;
  -moz-animation: ring 4s .7s ease-in-out infinite;
  -moz-transform-origin: 50% 4px;
  animation: ring 4s .7s ease-in-out infinite;
  transform-origin: 50% 4px; 
}


.Established:hover::after {
  content: "";
  background-image: url(../images/tree/2.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -83px;
  right: -20px;
  width: 280px;
  height: 100px;
  display: block;
  z-index: 10;
}

.expertise {
  position: absolute;
  top: 330px;
  right: 400px;
  cursor: pointer;

  display:block;
   
  font-size: 50px;
  margin:50px auto 0;
  color: 	#FFD700;
  -webkit-animation: ring 4s .7s ease-in-out infinite;
  -webkit-transform-origin: 50% 4px;
  -moz-animation: ring 4s .7s ease-in-out infinite;
  -moz-transform-origin: 50% 4px;
  animation: ring 4s .7s ease-in-out infinite;
  transform-origin: 50% 4px; 
 
   
}


.expertise:hover::after {
  content: "";
  background-image: url(../images/tree/1.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 40px;
  left: 13px;
  width: 400px;
  height: 100px;
  display: block;
  z-index: 10;
}



.expert {
  position: absolute;
  top: 166px; /* Adjust based on your design */
  left: 532px; /* Adjust based on your design */
  cursor: pointer;

  display:block;
   
  font-size: 50px;
  margin:50px auto 0;
  color: 	#FFD700;
   -webkit-animation: ring 4s .7s ease-in-out infinite;
  -webkit-transform-origin: 50% 4px;
  -moz-animation: ring 4s .7s ease-in-out infinite;
  -moz-transform-origin: 50% 4px;
  animation: ring 4s .7s ease-in-out infinite;
  transform-origin: 50% 4px; 
}


.expert:hover::after {
  content: "";
  background-image: url(../images/tree/4.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 30px;
  left: -318px;
  width: 350px;
  height: 100px;
  display: block;
  z-index: 10;
}


.online {
  position: absolute;
  top: 168px; /* Adjust based on your design */
  right: 567px; /* Adjust based on your design */
  cursor: pointer;

  display:block;
   
  font-size: 50px;
  margin:50px auto 0;
  color: 	#FFD700;
  -webkit-animation: ring 4s .7s ease-in-out infinite;
  -webkit-transform-origin: 50% 4px;
  -moz-animation: ring 4s .7s ease-in-out infinite;
  -moz-transform-origin: 50% 4px;
  animation: ring 4s .7s ease-in-out infinite;
  transform-origin: 50% 4px; 
}


.online:hover::after {
  content: "";
  background-image: url(../images/tree/7.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 30px;
  left: 15px;
  width: 350px;
  height: 100px;
  display: block;
  z-index: 10;
}
.pride {
  position: absolute;
  top: 40px;
  left: 660px;/* Adjust based on your design */
  cursor: pointer;

  display:block;
   
  font-size: 50px;
  margin:50px auto 0;
  color:	#FFD700;
   -webkit-animation: ring 4s .7s ease-in-out infinite;
  -webkit-transform-origin: 50% 4px;
  -moz-animation: ring 4s .7s ease-in-out infinite;
  -moz-transform-origin: 50% 4px;
  animation: ring 4s .7s ease-in-out infinite;
  transform-origin: 50% 4px; 
}


.pride:hover::after {
  content: "";
  background-image: url(../images/tree/5.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 40px;
  left: -318px;
  width: 350px;
  height: 100px;
  display: block;
  z-index: 10;
}


.iso {
  position: absolute;
  top: 40px;
  right: 400px; /* Adjust based on your design */
  cursor: pointer;

  display:block;
   
  font-size: 50px;
  margin:50px auto 0;
  color: 	#FFD700;
   -webkit-animation: ring 4s .7s ease-in-out infinite;
  -webkit-transform-origin: 50% 4px;
  -moz-animation: ring 4s .7s ease-in-out infinite;
  -moz-transform-origin: 50% 4px;
  animation: ring 4s .7s ease-in-out infinite;
  transform-origin: 50% 4px; 
}


.iso:hover::after {
  content: "";
  background-image: url(../images/tree/6.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 40px;
  left: 15px;
  width: 350px;
  height: 100px;
  display: block;
  z-index: 10;
}

/* .LeTriomphe {
  background-image: url(../images/tree/3.png);
  position: absolute;
   
  top: 80px;
  left: 625px;
  width: 366px;
  height: 75px;

   
} */

@-webkit-keyframes ring {
  0% { -webkit-transform: rotateZ(0); }
  1% { -webkit-transform: rotateZ(30deg); }
  3% { -webkit-transform: rotateZ(-28deg); }
  5% { -webkit-transform: rotateZ(34deg); }
  7% { -webkit-transform: rotateZ(-32deg); }
  9% { -webkit-transform: rotateZ(30deg); }
  11% { -webkit-transform: rotateZ(-28deg); }
  13% { -webkit-transform: rotateZ(26deg); }
  15% { -webkit-transform: rotateZ(-24deg); }
  17% { -webkit-transform: rotateZ(22deg); }
  19% { -webkit-transform: rotateZ(-20deg); }
  21% { -webkit-transform: rotateZ(18deg); }
  23% { -webkit-transform: rotateZ(-16deg); }
  25% { -webkit-transform: rotateZ(14deg); }
  27% { -webkit-transform: rotateZ(-12deg); }
  29% { -webkit-transform: rotateZ(10deg); }
  31% { -webkit-transform: rotateZ(-8deg); }
  33% { -webkit-transform: rotateZ(6deg); }
  35% { -webkit-transform: rotateZ(-4deg); }
  37% { -webkit-transform: rotateZ(2deg); }
  39% { -webkit-transform: rotateZ(-1deg); }
  41% { -webkit-transform: rotateZ(1deg); }

  43% { -webkit-transform: rotateZ(0); }
  100% { -webkit-transform: rotateZ(0); }
}

@-moz-keyframes ring {
  0% { -moz-transform: rotate(0); }
  1% { -moz-transform: rotate(30deg); }
  3% { -moz-transform: rotate(-28deg); }
  5% { -moz-transform: rotate(34deg); }
  7% { -moz-transform: rotate(-32deg); }
  9% { -moz-transform: rotate(30deg); }
  11% { -moz-transform: rotate(-28deg); }
  13% { -moz-transform: rotate(26deg); }
  15% { -moz-transform: rotate(-24deg); }
  17% { -moz-transform: rotate(22deg); }
  19% { -moz-transform: rotate(-20deg); }
  21% { -moz-transform: rotate(18deg); }
  23% { -moz-transform: rotate(-16deg); }
  25% { -moz-transform: rotate(14deg); }
  27% { -moz-transform: rotate(-12deg); }
  29% { -moz-transform: rotate(10deg); }
  31% { -moz-transform: rotate(-8deg); }
  33% { -moz-transform: rotate(6deg); }
  35% { -moz-transform: rotate(-4deg); }
  37% { -moz-transform: rotate(2deg); }
  39% { -moz-transform: rotate(-1deg); }
  41% { -moz-transform: rotate(1deg); }

  43% { -moz-transform: rotate(0); }
  100% { -moz-transform: rotate(0); }
}

@keyframes ring {
  0% { transform: rotate(0); }
  1% { transform: rotate(30deg); }
  3% { transform: rotate(-28deg); }
  5% { transform: rotate(34deg); }
  7% { transform: rotate(-32deg); }
  9% { transform: rotate(30deg); }
  11% { transform: rotate(-28deg); }
  13% { transform: rotate(26deg); }
  15% { transform: rotate(-24deg); }
  17% { transform: rotate(22deg); }
  19% { transform: rotate(-20deg); }
  21% { transform: rotate(18deg); }
  23% { transform: rotate(-16deg); }
  25% { transform: rotate(14deg); }
  27% { transform: rotate(-12deg); }
  29% { transform: rotate(10deg); }
  31% { transform: rotate(-8deg); }
  33% { transform: rotate(6deg); }
  35% { transform: rotate(-4deg); }
  37% { transform: rotate(2deg); }
  39% { transform: rotate(-1deg); }
  41% { transform: rotate(1deg); }

  43% { transform: rotate(0); }
  100% { transform: rotate(0); }
}
.pin {
  width: 15%; /* Adjust the size of the pin */
  height: auto;
  position: relative; /* Ensures positioning is relative to the pin */
}
 

.course {
  padding: 20px 0px 30px 0px;
    font-family: math;
    text-align: justify;
    position: absolute;
    top: 56%;
    left: 50%;
    transform: translateY(-50%);
    background: rgb(254 187 85 / 18%);
    padding: 18px;
    border-radius: 5px;
    box-shadow: 4px 4px 10px rgb(253 152 4 / 72%);
    max-width: 40%;
    text-align: justify;
    text-justify: inter-word;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
#more {display: none;}
#moreone {display: none;}
#moretwo {display: none;}
#morethree {display: none;}

.tree {
  padding: 20px 0px 30px 0px;
    font-family: math;
    text-align: justify;
    position: relative;
    top: 220px;
    /* top: 56%; */
    /* left: 56%; */
    margin: 0 auto;
    transform: translateY(-50%);
    background:rgb(13 20 18 / 1%);;
    padding: 18px;
    border-radius: 5px;
    /* box-shadow: 4px 4px 10px rgb(75 124 72); */
    max-width: 80%;
    text-align: justify;
    text-justify: inter-word;
    transition: transform 0.3s ease, box-shadow 0.3s ease;

}
.tree-image {
   width: 100%; 
   background-repeat: no-repeat;
  background-attachment: fixed;
}

.about-us {
  padding: 20px 0px 30px 0px;
  font-family: math;
  text-align: justify;
  position: relative;
  /* top: 56%; */
  /* left: 56%; */
  margin: 0 auto;
  transform: translateY(-50%);
  background: rgb(254 187 85 / 18%);
  padding: 18px;
  border-radius: 5px;
  box-shadow: 4px 4px 10px rgb(253 152 4 / 72%);
  max-width: 80%;
  text-align: justify;
  text-justify: inter-word;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.intermediate {
  padding: 20px 0px 30px 0px;
  font-family: math;
  text-align: justify;
  position: absolute;
  top: 46%;
  left: 50%;
  transform: translateY(-50%);
  background: rgb(0 116 251 / 8%);
  padding: 18px;
  border-radius: 5px;
  box-shadow: 4px 4px 10px rgb(209 230 254);
  max-width: 40%;
  text-align: justify;
  text-justify: inter-word;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.about-course {
  padding: 20px 0px 30px 0px;
  font-family: math;
  text-align: justify;
  position: absolute;
  top: 56%;
  left: 50%;
  transform: translateY(-50%);
  background: rgb(210 104 204 / 10%);
  padding: 18px;
  border-radius: 5px;
  box-shadow: 4px 4px 10px rgb(210 104 204 / 58%);
  max-width: 40%;
  text-align: justify;
  text-justify: inter-word;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.footer-top.pt-150.background-img-2 {
  padding-top: 55px;
}
ul.list-unstyled li.mb-2 a {
  color: #fff;
}
h5.mb-3.text-white {
  text-align: justify;
}
li {
  text-align: left;
}
.section-heading h2:before {
    width: 1px;
    height: 100px;
    background-color: rgba(250,250,250,0.1);
    position: absolute;
    top: -102px;
    content: '';
    left: 50%;
    transform: translate(-50%);
}

.section-heading h2 {
    margin-top: 100px;
    position: relative;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    letter-spacing: 0.5px;
    display: inline-block;
    padding: 15px 20px;
    border: 2px solid rgba(250,250,250,0.1);
}

.logo img {
  width: 60%;
}


/*---------------------------------------
  SOCIAL ICON               
-----------------------------------------*/
.social-icon {
  margin: 0;
  padding: 0;
}

.social-icon-item {
  list-style: none;
  display: inline-block;
  vertical-align: top;
}

.social-icon-link {
  background: var(--site-footer-bg-color);
  border-radius: var(--border-radius-large);
  color: var(--white-color);
  font-size: var(--copyright-font-size);
  display: block;
  margin-right: 5px;
  text-align: center;
  width: 35px;
  height: 35px;
  line-height: 38px;
}

.social-icon-link:hover {
  background: var(--primary-color);
  color: var(--white-color);
}
/* Buttons */

.main-button a {
  background-color: #222d4359;
  color: #fff;
  font-size: 15px;
  text-transform: math-auto;
  letter-spacing: 0.5px;
  /* font-weight: 700; */
  padding: 6px 12px;
  display: inline-block;
  outline: none;
}
.site-header {
  background: #804f2e;
  padding-top: 15px;
   
  color: #ffff;
}
 

a.menu-link { display: none; }

@media screen and (max-width: 950px) {
  a.menu-link {
   
    display: block;
    font-size: 36px;
    color: #fff;
    
  }
  nav[role="navigation"] {
    clear: both;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .js nav[role="navigation"] {
    overflow: hidden;
    max-height: 0;
  }
  nav[role="navigation"].active {
    max-height: 30em;
    height: 25em;
    overflow-y: scroll;
  }
  nav[role="navigation"] ul {
    top: 0;
    width: 100%;
    position: relative;
    margin: 0;
    padding: 0;
    border-top: 1px solid rgba(250,250,250,0.25);
    background-color: rgba(22,34,57,0.99);
  }
  nav[role="navigation"] li a {
    display: block;
    padding: 15px 0px;
    border-bottom: 1px solid rgba(250,250,250,0.25);
    text-align: center;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1.5;
  }
  nav[role="navigation"] li:hover a,
  nav[role="navigation"] li.active a {
      color: #f5a425;
  }
  
  @media screen and (min-width: 951px) {
    .js nav[role="navigation"] {
      max-height: none;
    }

    nav[role="navigation"] li {
      display: inline-block;
      margin: 0 0.25em;
    }
    nav[role="navigation"] li a {
      border: 0;
    }
  }
}

/* Header */

@media screen and (max-width: 1050px) {
  .main-header .logo {
      padding-left: 30px!important;
  }

  .main-menu {
      padding-right: 30px!important;
  }

  .main-menu li {
      margin-left: 5px!important;
  }
}

.main-header {
  background-color: #18233a;
  height: auto;
  position: fixed;
  z-index: 12;
  width: 100%;
  top: 0;
}

header.main-header.second.clearfix {
  background-color: hsl(227.14deg 53.85% 10.2% / 31%);

}

.online-course .section-heading h2 {
  color: #000000;
  font-size: 30px;
  font-weight: bold;
}

.online-course .section-heading p {
  color: #000000;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.our-staff {
  padding: 20px 0px 30px 0px;
  font-family: math;
  text-align: justify;
  position: relative;
  top: 56%;
  right: 4%;
  /* margin: 0 auto; */
  transform: translateY(-50%);
  background: rgb(82 66 93 / 4%);
  padding: 18px;
  border-radius: 5px;
  box-shadow: 4px 4px 10px rgb(37 33 93);
  /* max-width: 80%; */
  text-align: justify;
  text-justify: inter-word;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.img-our-staff {
  width: 100%;
  /* border-radius: unset; */
  border-radius: 25px;
}
.subpage {
  position: relative;
  top: 120px;
}
i.bi-envelope.yes-2 {
  color: #ffffff;
  letter-spacing: 4px;
}
.site-header p, .site-header p a, .site-header .social-icon-link {
  color: var(--white-color);
  font-size: var(--copyright-font-size);
}


.main-header .logo {
    float: left;
    line-height: 80px;
    padding-left: 60px;
}

.main-header .logo a {
    font-size: 36px;
    text-transform: uppercase;
    font-weight: 800;
    color: #fff;
}
.main-header .logo a em {
    font-style: normal;
    color: #f5a425;
}

 

.main-menu li {
    display: inline-block;
    line-height: 105px;
    margin-left: 15px;
    position: relative;
}

.main-menu li:first-child {
    margin-left: 0px;
}

.main-menu li a {
    /* padding: 10px 15px; */
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 700;
    color: #fff;
    border: 2px solid transparent;
    transition: all 0.5s;
}

#demo {
  height:100%;
  position:relative;
  overflow:hidden;
}


.green{
  background-color:#6fb936;
}
        .thumb{
            margin-bottom: 30px;
        }
        
        .page-top{
            margin-top:85px;
        }

   
 
        
 
.transition {
    -webkit-transform: scale(1.2); 
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
    .modal-header {
   
     border-bottom: none;
}
    .modal-title {
        color:#000;
    }
    .modal-footer{
      display:none;  
    }
.alumini {
  filter: drop-shadow(5px 2px 5px rgba(0, 0, 0, 0.5));
    background-color: #ffffff;
    /* padding: 15px 0; */
    border-radius: 80px;
    text-align: center;
    box-shadow: rgb(254 85 1) 2px -2px 0px 0px;
    transition: all 0.3s ease-in-out;
}

.main-menu li.has-submenu a:after {
    content: '\f107';
    font-family: "FontAwesome";
    margin-left: 5px;
}

.main-menu li.has-submenu ul li a:after {
    display: none;
}


.main-menu li .sub-menu {
  position: fixed;
  padding: 0px;
    background-color: #18233a;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
}

.main-menu li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
}

.main-menu li .sub-menu li {
    display: block;
    line-height: 20px;
    margin-left: 0px;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #121b2f;
}

.main-menu li .sub-menu li:first-child {
    padding-top: 15px;
}

.main-menu li .sub-menu li:last-child {
    margin-bottom: 0px;
    border-bottom: none;
}

.main-menu li .sub-menu li a {
    font-size: 12px;
    font-weight: 500;
    padding: 0px 15px;
    letter-spacing: 0.5px;
    border: none;
    transition: all 0.5s;
}

.main-menu li .sub-menu li a:hover {
    color: #f5a425;
    border: none;
}

.main-nav li:hover a, .main-nav li.active a {
  border: 2px solid #f5a425;
  padding: 10px 10px 10px;
}



@media (max-width: 950px) {
  .main-nav li:hover a,
  .main-nav li.active a {
    border: 2px solid transparent;
    border-bottom: 1px solid rgba(250,250,250,0.25);
  }
}

.click-button {
  display: none;
}
 
 
.show{
  z-index: 999;
  display: none;
}
.show .overlay{
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.66);
  position: absolute;
  top: 0;
  left: 0;
}
.show .img-show{
  width: 600px;
  height: 400px;
  background: #FFF;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  overflow: hidden
}
.img-show span{
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 99;
  cursor: pointer;
}
.img-show img{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

/* Slider */

.main-banner {
  position: relative;
  max-height: 100%;
  overflow: hidden;
  
}

#bg-video {
    min-width: 100%;
     
    
    object-fit: cover;
    z-index: 1;
}

#bg-video::-webkit-media-controls {
    display: none !important;
}

.video-overlay {
    position: absolute;
    /* background-color: rgba(22,34,57,0.85); */
    top: 0;
    left: 0;
    bottom: 7px;
    width: 100%;
}

.main-banner .caption {
  text-align: center;
  position: absolute;
  width: 80%;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}

.main-banner .caption h6 {
  margin-top: 0px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  letter-spacing: 1px;
}

.main-banner .caption h2 {
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 64px;
  text-transform: uppercase;
  font-weight: 800;
  color: #fff;
  letter-spacing: 1px;
}

.main-banner .caption h2 em {
  font-style: normal;
  color: #f5a425;
  font-weight: 900;
}
.wrapper {
  position: fixed;
  top: 60%;
  left: -235px;
  transform: translate(-50%, -50%);
} 
.click {
  list-style: none;
} 
.click li {
  width: 50px;
  height: 50px;
  position: relative;
  background: #93939338;
  margin: 0 auto;
  cursor: pointer;
  border-radius: 3px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
} 
.click li .fa {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 20px;
  color: #fff;
} 
 
.click li.clickhere div.slider{
  background: #0000002b;
} 
 
.slider {
  content: "";
  position: absolute;
  top: 0;
  left: 40px;
  width: 0px;
  height: 50px;
  background: #eebb5c;
  border-radius: 3px;
  transition: all 0.5s 0.3s ease;
} 
.slider p {
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 400;
  color: #fff !important;
  text-align: center;
  line-height: 25px;
  opacity: 0;
  transition: all 0.6s ease;
} 
.click li:hover .slider {
  width: 290px;
  height: 50px;
  transition: all 0.5s ease;
} 
.click li:hover .slider p {
  opacity: 1;
  transition: all 1s 0.2s ease;
}

/*--------------------------------------------------------------
# Portfolio Section
--------------------------------------------------------------*/
.portfolio .portfolio-filters {
  padding: 0;
  margin: 0 auto 20px auto;
  list-style: none;
  text-align: center;
}

.portfolio .portfolio-filters li {
  cursor: pointer;
  display: inline-block;
  padding: 8px 20px 10px 20px;
  margin: 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 5px;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
  font-family: var(--heading-font);
}

.portfolio .portfolio-filters li:hover,
.portfolio .portfolio-filters li.filter-active {
  color: var(--contrast-color);
  background-color: var(--accent-color);
}

.portfolio .portfolio-filters li:first-child {
  margin-left: 0;
}

.portfolio .portfolio-filters li:last-child {
  margin-right: 0;
}

@media (max-width: 575px) {
  .portfolio .portfolio-filters li {
    font-size: 14px;
    margin: 0 0 10px 0;
  }
}

.portfolio .portfolio-item {
  position: relative;
  overflow: hidden;
}

.portfolio .portfolio-item .portfolio-info {
  opacity: 0;
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: -100%;
  z-index: 3;
  transition: all ease-in-out 0.5s;
  background: color-mix(in srgb, var(--background-color), transparent 10%);
  padding: 15px;
}

.portfolio .portfolio-item .portfolio-info h4 {
  font-size: 18px;
  font-weight: 600;
  padding-right: 50px;
}

.portfolio .portfolio-item .portfolio-info p {
  color: color-mix(in srgb, var(--default-color), transparent 30%);
  font-size: 14px;
  margin-bottom: 0;
  padding-right: 50px;
}

.portfolio .portfolio-item .portfolio-info .preview-link,
.portfolio .portfolio-item .portfolio-info .details-link {
  position: absolute;
  right: 50px;
  font-size: 24px;
  top: calc(50% - 14px);
  color: color-mix(in srgb, var(--default-color), transparent 30%);
  transition: 0.3s;
  line-height: 0;
}

.portfolio .portfolio-item .portfolio-info .preview-link:hover,
.portfolio .portfolio-item .portfolio-info .details-link:hover {
  color: var(--accent-color);
}

.portfolio .portfolio-item .portfolio-info .details-link {
  right: 14px;
  font-size: 28px;
}

.portfolio .portfolio-item:hover .portfolio-info {
  opacity: 1;
  bottom: 0;
}


@media screen and (max-width: 1180px) {

  .main-banner .caption h6 {
    font-weight: 500;
  }

  .main-banner .caption h2 {
    font-size: 58px;
  }
  

}
@media screen and (max-width: 767px) {

  .main-banner .caption h6 {
    font-weight: 500;
  }

  .main-banner .caption h2 {
    font-size: 36px;
  }
 

}



@media only screen and (max-width: 600px) {

  .sub-menu {
    display: none;
    position: absolute;
    background: #fff;
    padding: 0;
    margin: 0;
    list-style: none;
    z-index: 1000;
  }
  h2 {
    font-size: 18px;
    font-weight: 700;
    }
  .has-submenu {
    position: relative;
  }
  
  .has-submenu.open > .sub-menu {
    display: block;
  }

  a.menu-link {
    /* float: right; */
    
    display: block;
    font-size: 36px;
    color: #fff;
 
}
#tabs ul li a {
  
    font-size: 12px;
    font-weight: 700;
   
    padding: 70px 4px 26px !important;
     
}

.course {
  padding: 20px 0px 0px;
  font-family: math;
  text-align: justify;
  position: relative;
  top: 56%;
  height: 350px;
  float: left;
        left: 0%;
  transform: translateY(-50%);
  background: rgb(254 187 85 / 18%);
  padding: 18px;
  border-radius: 5px;
  box-shadow: 4px 4px 10px rgb(253 152 4 / 72%);
  max-width: 100%;
  text-align: justify;
  text-justify: inter-word;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
 
}
.intermediate {
  padding: 20px 0px 30px 0px;
  font-family: math;
  text-align: justify;
  position: relative;
  top: 50%;
  /* height: 699px; */
  float: left;
  left: 0px;
  transform: translateY(-50%);
  background: rgb(0 116 251 / 8%);
  padding: 18px;
  border-radius: 5px;
  box-shadow: 4px 4px 10px rgb(209 230 254);
  max-width: 100%;
  text-align: justify;
  text-justify: inter-word;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.about-course {
  padding: 20px 0px 30px 0px;
  font-family: math;
  text-align: justify;
  position: relative;
  top: 50%;
  float: left;
  left: 0%;
  transform: translateY(-50%);
  background: rgb(210 104 204 / 10%);
  padding: 18px;
  border-radius: 5px;
  box-shadow: 4px 4px 10px rgb(210 104 204 / 58%);
  max-width: 100%;
  text-align: justify;
  text-justify: inter-word;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.online-course .section-heading h2 {
  color: #000000;
  /* font-size: 30px; */
  font-weight: bold;
}
.section-heading h2 {
  margin-top: 150px;
  position: relative;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.5px;
  display: inline-block;
  /* padding: 15px 20px; */
  border: 2px solid rgba(250, 250, 250, 0.1);
}
.img-frad {
  width: 100%;
}

.our-staff {
  padding: 20px 0px 30px 0px;
  font-family: math;
  text-align: justify;
  position: relative;
  top: 64%;
  float: left;
  left: 0%;
  /* margin: 0 auto; */
  transform: translateY(-50%);
  background: rgb(82 66 93 / 4%);
  padding: 18px;
  border-radius: 5px;
  box-shadow: 4px 4px 10px rgb(37 33 93);
  /* max-width: 80%; */
  text-align: justify;
  text-justify: inter-word;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.tree {
  padding: 10px 10px 10px 10px;
  font-family: math;
  text-align: justify;
  position: relative;
  top: 310px;
  /* width: 300px; */
  /* top: 56%; */
  /* left: 56%; */
  margin: 0 auto;
  transform: translateY(-50%);
  background: rgb(250 213 65 / 30%);
  /* padding: 18px; */
  border-radius: 5px;
  box-shadow: 4px 4px 10px rgb(75 124 72);
  max-width: 100%;
  text-align: justify;
  text-justify: inter-word;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.online-course .section-heading p {
  color: #000000;
  font-size: 13px;
  font-weight: 400;
  text-align: justify;
}
.section-heading {
  text-align: center;
  margin-bottom: -60px;
  color: #e7e6e5;
}
.click-button a {
  border: 1px solid black;
  border-radius: 3px;
  width: 100px;
  height: 30px;
  display: block;

  background: linear-gradient(to right, black 50%, #ffffff00 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  transition: all .5s ease-out;
}

 

.click-button :hover::after {
  background-color: #222d4359;
    color: #fff;
    font-size: 15px;
    text-transform: math-auto;
    letter-spacing: 0.5px;
    /* font-weight: 700; */
    padding: 6px 12px;
    display: inline-block;
    outline: none;

}
.Established {
  position: absolute;
  top: 10px;
  left: 220px;
  cursor: pointer;
  display:block;
   
  font-size: 20px;
  margin:auto 0;
  color: 	#FFD700;
  -webkit-animation: ring 4s .7s ease-in-out infinite;
  -webkit-transform-origin: 50% 4px;
  -moz-animation: ring 4s .7s ease-in-out infinite;
  -moz-transform-origin: 50% 4px;
  animation: ring 4s .7s ease-in-out infinite;
  transform-origin: 50% 4px; 
}


.Established:hover::after {
  content: "";
  background-image: url(../images/tree/2.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -20px;
  right: -10px;
  width: 100px;
  height: 100px;
  display: block;
  z-index: 10;
}


.expertise {
  position: absolute;
  top: 30px;
  right: 300px;
  cursor: pointer;

  display:block;
   
  font-size: 20px;
  margin:auto 0;
  color: 	#FFD700;
  -webkit-animation: ring 4s .7s ease-in-out infinite;
  -webkit-transform-origin: 50% 4px;
  -moz-animation: ring 4s .7s ease-in-out infinite;
  -moz-transform-origin: 50% 4px;
  animation: ring 4s .7s ease-in-out infinite;
  transform-origin: 50% 4px; 
 
   
}


.expertise:hover::after {
  content: "";
  background-image: url(../images/tree/1.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 10px;
  left: 13px;
  width: 100px;
  height: 100px;
  display: block;
  z-index: 10;
}



.expert {
  position: absolute;
  top: 23px;
  left: 300px;
  cursor: pointer;
  display: block;
  font-size: 20px;
  margin: auto 0;
  color: 	#FFD700;
   -webkit-animation: ring 4s .7s ease-in-out infinite;
  -webkit-transform-origin: 50% 4px;
  -moz-animation: ring 4s .7s ease-in-out infinite;
  -moz-transform-origin: 50% 4px;
  animation: ring 4s .7s ease-in-out infinite;
  transform-origin: 50% 4px; 
}


.expert:hover::after {
  content: "";
  background-image: url(../images/tree/4.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 15px;
  left: -89px;
  width: 100px;
  height: 100px;
  display: block;
  z-index: 10;
}


.online {
  position: absolute;
  top: 90px;
  right: 300px;
  cursor: pointer;
  display: block;
  font-size: 20px;
  margin: auto 0;
  color: 	#FFD700;
  -webkit-animation: ring 4s .7s ease-in-out infinite;
  -webkit-transform-origin: 50% 4px;
  -moz-animation: ring 4s .7s ease-in-out infinite;
  -moz-transform-origin: 50% 4px;
  animation: ring 4s .7s ease-in-out infinite;
  transform-origin: 50% 4px; 
}


.online:hover::after {
  content: "";
  background-image: url(../images/tree/7.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 20px;
  left: 15px;
  width: 100px;
  height: 100px;
  display: block;
  z-index: 10;
}
.pride {
  position: absolute;
  top: 10px;
  left: 220px;/* Adjust based on your design */
  cursor: pointer;

  display:block;
   
  font-size: 20px;
  margin:50px auto 0;
  color:	#FFD700;
   -webkit-animation: ring 4s .7s ease-in-out infinite;
  -webkit-transform-origin: 50% 4px;
  -moz-animation: ring 4s .7s ease-in-out infinite;
  -moz-transform-origin: 50% 4px;
  animation: ring 4s .7s ease-in-out infinite;
  transform-origin: 50% 4px; 
}


.pride:hover::after {
  content: "";
  background-image: url(../images/tree/5.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 18px;
  left: -85px;
  width: 100px;
  height: 100px;
  display: block;
  z-index: 10;
}


.iso {
  position: absolute;
  top: 100px;
  left: 246px;
        cursor: pointer;
        display: block;
        font-size: 20px;
        margin: auto 0;
  color: 	#FFD700;
   -webkit-animation: ring 4s .7s ease-in-out infinite;
  -webkit-transform-origin: 50% 4px;
  -moz-animation: ring 4s .7s ease-in-out infinite;
  -moz-transform-origin: 50% 4px;
  animation: ring 4s .7s ease-in-out infinite;
  transform-origin: 50% 4px; 
}


.iso:hover::after {
  content: "";
  background-image: url(../images/tree/6.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 17px;
  left: 5px;
  width: 100px;
  height: 100px;
  display: block;
  z-index: 10;
}


}
@media only screen and (min-width: 600px) {
 
  #tabs ul li a {
    display: block;
      font-size: 12px;
      font-weight: 700;
      letter-spacing: 1px;
      cursor: pointer;
      outline: 0;
      padding: 26px 4px 26px;
      color: #fff;
      text-decoration: none;
      text-transform: uppercase;
      position: relative;
  }
.course {
  padding: 20px 0px 0px;
  font-family: math;
  text-align: justify;
  position: relative;
  top: 56%;
  height: 350px;
  float: left;
  left: 0%;
  transform: translateY(-50%);
  background: rgb(254 187 85 / 18%);
  padding: 18px;
  border-radius: 5px;
  box-shadow: 4px 4px 10px rgb(253 152 4 / 72%);
  max-width: 100%;
  text-align: justify;
  text-justify: inter-word;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.intermediate {
  padding: 20px 0px 30px 0px;
  font-family: math;
  text-align: justify;
  position: relative;
  top: 50%;
  /* height: 699px; */
  float: left;
  left: 0px;
  transform: translateY(-50%);
  background: rgb(0 116 251 / 8%);
  padding: 18px;
  border-radius: 5px;
  box-shadow: 4px 4px 10px rgb(209 230 254);
  max-width: 100%;
  text-align: justify;
  text-justify: inter-word;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.about-course {
  padding: 20px 0px 30px 0px;
  font-family: math;
  text-align: justify;
  position: relative;
  top: 50%;
  float: left;
  left: 0%;
  transform: translateY(-50%);
  background: rgb(210 104 204 / 10%);
  padding: 18px;
  border-radius: 5px;
  box-shadow: 4px 4px 10px rgb(210 104 204 / 58%);
  max-width: 100%;
  text-align: justify;
  text-justify: inter-word;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.online-course .section-heading h2 {
  color: #000000;
  /* font-size: 30px; */
  font-weight: bold;
}
.section-heading h2 {
  margin-top: 150px;
  position: relative;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.5px;
  display: inline-block;
  /* padding: 15px 20px; */
  border: 2px solid rgba(250, 250, 250, 0.1);
}
.img-frad {
  width: 100%;
}
.our-staff {
  padding: 20px 0px 30px 0px;
  font-family: math;
  text-align: justify;
  position: relative;
  top: 64%;
  float: left;
  left: 0%;
  /* margin: 0 auto; */
  transform: translateY(-50%);
  background: rgb(82 66 93 / 4%);
  padding: 18px;
  border-radius: 5px;
  box-shadow: 4px 4px 10px rgb(37 33 93);
  /* max-width: 80%; */
  text-align: justify;
  text-justify: inter-word;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
}
@media only screen and (min-width: 768px) {
 
.course {
  padding: 20px 0px 0px;
  font-family: math;
  text-align: justify;
  position: relative;
  top: 56%;
  height: 350px;
  float: left;
  left: 0%;
  transform: translateY(-50%);
  background: rgb(254 187 85 / 18%);
  padding: 18px;
  border-radius: 5px;
  box-shadow: 4px 4px 10px rgb(253 152 4 / 72%);
  max-width: 100%;
  text-align: justify;
  text-justify: inter-word;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.intermediate {
  padding: 20px 0px 30px 0px;
  font-family: math;
  text-align: justify;
  position: relative;
  top: 50%;
  /* height: 699px; */
  float: left;
  transform: translateY(-50%);
  background: rgb(0 116 251 / 8%);
  padding: 18px;
  border-radius: 5px;
  box-shadow: 4px 4px 10px rgb(209 230 254);
  max-width: 100%;
  text-align: justify;
  left: 0px;
  text-justify: inter-word;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.about-course {
  padding: 20px 0px 30px 0px;
  font-family: math;
  text-align: justify;
  position: relative;
  top: 50%;
  float: left;
  left: 0%;
  transform: translateY(-50%);
  background: rgb(210 104 204 / 10%);
  padding: 18px;
  border-radius: 5px;
  box-shadow: 4px 4px 10px rgb(210 104 204 / 58%);
  max-width: 100%;
  text-align: justify;
  text-justify: inter-word;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.online-course .section-heading h2 {
  color: #000000;
  /* font-size: 30px; */
  font-weight: bold;
}
.section-heading h2 {
  margin-top: 150px;
  position: relative;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.5px;
  display: inline-block;
  /* padding: 15px 20px; */
  border: 2px solid rgba(250, 250, 250, 0.1);
}
.img-frad {
  width: 100%;
}
.our-staff {
  padding: 20px 0px 30px 0px;
  font-family: math;
  text-align: justify;
  position: relative;
  top: 64%;
  float: left;
  left: 0%;
  /* margin: 0 auto; */
  transform: translateY(-50%);
  background: rgb(82 66 93 / 4%);
  padding: 18px;
  border-radius: 5px;
  box-shadow: 4px 4px 10px rgb(37 33 93);
  /* max-width: 80%; */
  text-align: justify;
  text-justify: inter-word;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

}


/* Features */

section.features .col-4 {
    padding-left: 0px;
    padding-right: 0px;
}

.features-post {
  position: relative;
 
  margin-bottom: 0px;
}

.features-thumb {
  overflow: hidden;
  position: relative;
}

.features-thumb img {
  width: 100%;
}

.features-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #0c1228;
  color: #fff;
  padding: 40px;
}

.features-content:hover {
    background-color: #f5a425;
    box-shadow: 0px 0px 30px rgba(0,0,0,0.5);
}

.features-content h4 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    letter-spacing: 1px;
    margin-bottom: 0px;
}

.features-content h4 i {
    margin-right: 15px;
    font-size: 24px;
}

.features-content p {
    margin-bottom: 0px;
}

.features-content a {
  margin-top: 15px;
  display: inline-block;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 0.5px;
  font-weight: 700;
  font-size: 14px;
  border-bottom: 2px solid #fff;
}

.features-content p.hidden-sm {
  display: none;
}

.second-features,
.third-features {
    border-left: 1px solid rgba(250,250,250,0.1);
}

.content-hide {
  margin-top: 15px;
  display: none;
}

.content-hide p {
  color: #fff;
}


/*---------------------------------------
  JOB              
-----------------------------------------*/
.recent-jobs-bottom .custom-btn {
  font-size: var(--h5-font-size);
  padding: 25px 50px;
}

.job-listings-page .hero-form .badge:hover {
  background: var(--primary-color);
}

.job-thumb {
  border-radius: var(--border-radius-small);
  margin-bottom: 25px;
  padding: 25px;
  transition: all 0.5s ease;
}

.job-thumb:hover,
.job-thumb:nth-of-type(even) {
  background: var(--white-color);
  box-shadow: 0 1rem 3rem rgba(0,0,0,.175);
}

.job-title-link {
  color: var(--dark-color);
}

.job-thumb p {
  font-size: 18px;
}

.job-thumb .badge {
  border: 0;
}

.job-thumb-box {
  border: 1px solid var(--border-color);
  position: relative;
  overflow: hidden;
  max-width: 400px;
  margin-bottom: 48px;
  padding: 0;
}

.job-thumb-box .job-body {
  padding: 25px;
}

.job-thumb-box .job-body .job-image-wrap {
  width: 50px;
  min-width: 50px;
  height: 50px;
}

.job-thumb-box .job-body .job-image {
  padding: 10px;
}

.job-thumb-box .job-location, 
.job-thumb-box .job-date {
  min-width: inherit;
}

.job-thumb-box .job-date {
  margin-right: 0;
}

.job-image-box-wrap {
  position: relative;
}

.job-image-box-wrap .job-image {
  padding: 0;
}

.job-image-box-wrap .badge-level {
  border-color: transparent;
}

.job-image-box-wrap .badge-level:hover,
.job-image-box-wrap .badge:hover {
  background: var(--custom-btn-bg-color);
  border-color: transparent;
}

.job-image-box-wrap-info {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 20px 25px;
}

.job-image-wrap {
  border-radius: var(--border-radius-large);
  width: 80px;
  min-width: 80px;
  height: 80px;
}

.job-image {
  display: block;
  margin: auto;
  padding: 20px;
}

.job-body {
  flex: auto;
}

.job-location {
  min-width: 175px;
}

.job-location,
.job-date {
  margin-right: 20px;
}

.job-date {
  min-width: 155px;
}

.job-price {
  min-width: 120px;
  margin-right: 10px;
  margin-left: 10px;
}

.job-thumb-detail,
.job-thumb-detail:hover {
  background: transparent;
  box-shadow: none;
  margin: 0;
  padding: 0;
}

.job-thumb-detail-box {
  padding: 40px;
}

.job-detail-share {
  margin-left: auto;
}

.dropdown-sorting .dropdown-menu {
  border-radius: var(--border-radius-small);
  border-top: 0;
  padding-top: 8px;
  padding-bottom: 8px;
}

.dropdown-sorting .dropdown-item {
  font-size: var(--copyright-font-size);
  border-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

#dropdownSortingButton {
  background: transparent;
  color: var(--dark-color);
  border: 0;
  padding: 0;
}

.sorting-icon {
  color: var(--p-color);
}

.sorting-icon.active {
  color: var(--primary-color);
}

.job-section-btn-wrap {
  margin-left: auto;
}




@media screen and (max-width: 767px) {

  .features-content {
    padding: 15px;
  }
  .features-content h4 i {
    display: block;
    margin-bottom: 10px;
  }
  .features-content h4 {
    font-size: 14px;
  }
  .features-content p {
    display: none;
  }
  .features-content p.hidden-sm {
    display: block;
  }
  .features-content a {
    letter-spacing: 0px;
    font-size: 13px;
    font-weight: 600;
  }

}

.caption {
  position: fixed;
  z-index: 100;
  top: 350px;
}

.french {
	position: relative;
	padding: 30px 60px;
	box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.4);
	color: #999;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 4px;
	font: 700 30px consolas;
	overflow: hidden;
}

.french span:nth-child(1) {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 3px;
	background: linear-gradient(to right, #040557, #ff623b);
	animation: animate1 2s linear infinite;
}

@keyframes animate1 {
	0% {
		transform: translateX(-100%);
	}
	100% {
		transform: translateX(100%);
	}
}

.french span:nth-child(2) {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 3px;
	background: linear-gradient(to bottom, #120a85, #ff793b);
	animation: animate2 2s linear infinite;
	animation-delay: 1s;
}
@keyframes animate2 {
	0% {
		transform: translateY(-100%);
	}
	100% {
		transform: translateY(100%);
	}
}

.french span:nth-child(3) {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 3px;
	background: linear-gradient(to left, #500899, #ff693b);
	animation: animate3 2s linear infinite;
}

@keyframes animate3 {
	0% {
		transform: translateX(100%);
	}
	100% {
		transform: translateX(-100%);
	}
}

.french span:nth-child(4) {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 3px;
	background: linear-gradient(to top, #091181, #ff623b);
	animation: animate4 2s linear infinite;
	animation-delay: 1s;
}

@keyframes animate4 {
	0% {
		transform: translateY(100%);
	}
	100% {
		transform: translateY(-100%);
	}
}
/* Why Choosing Us */

section.why-us {
    background-image: url(../images/choosing-bg.jpg);
    background-color: #172238;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 100px;
    top: 20px;
}

#tabs {
  text-align: center;
}
#tabs ul {
  margin: 0;
  padding: 0;
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 0;
  -moz-column-gap: 0;
  column-gap: 0;
}
#tabs ul::after {
  clear: both;
  content: "";
  display: table;
}
#tabs ul li {
  display: block;
  font-weight: 400;
  font-size: 1.2em;
  letter-spacing: 1px;
  text-align: center;
}
#tabs ul li a {
  display: block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    cursor: pointer;
    outline: 0;
    padding: 26px 4px 26px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    position: relative;
}
#tabs ul li a:after {
    transition: all 0.3s;
    width: 10px;
    height: 10px;
    background-color: #fff;
    content: '';
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    bottom: 0;
}
#tabs ul li a:before {
    transition: all 0.3s;
    width: 25px;
    height: 25px;
    border: 2px solid transparent;
    background-color: transparent;
    content: '';
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    bottom: -5px;
}
#tabs ul li span {
  display: block;
  margin-bottom: 0.75em;
}
 
#tabs ul .ui-tabs-active a {
  color: #f5a425;
}
#tabs ul .ui-tabs-active a:after {
  background-color: #f5a425;
  width: 15px;
  height: 15px;
}
#tabs ul .ui-tabs-active a:before {
  border-color: #f5a425;
}
#tabs h4 {
    margin-top: 60px;
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #fff;
    margin-bottom: 30px;
}

#tabs p {
    color: #fff;
    font-size: 15px;
    line-height: 28px;
}

.tabs-content {
    margin-top: 60px;
    text-align: left;
}

@media screen and (max-width: 767px) {
  
  .tabs-content {
      text-align: center;
  }

}

.tabs-content img {
    width: 100%;
    overflow: hidden;
    padding-right: 45px;
}

@media screen and (max-width: 767px) {

  .tabs-content img {
      padding-right: 0px;
  }

}


/* Coming Soon */

section.coming-soon {
    background-image: url(../images/coming-soon-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #172238;
    padding: 120px 0px;
    top:20px;
}

section.coming-soon .continer .counter div {
  display: inline-block;
}
section.coming-soon .continer h4 {
    margin-top: 100px;
    font-size: 30px;
    color: #fff;
    font-weight: 800;
    letter-spacing: 0.5px;
    line-height: 40px;
    margin-bottom: 50px;
}
section.coming-soon .continer h4 em {
    font-style: normal;
    color: #f5a425;
}

@media screen and (max-width: 767px) {

  section.coming-soon .continer h4 {
    text-align: center;
  }

}

section.coming-soon .continer .counter .days,
section.coming-soon .continer .counter .hours,
section.coming-soon .continer .counter .minutes,
section.coming-soon .continer .counter .seconds {
  width: 22%;
  height: 140px;
  float: left;
  text-align: center;
  font-size: 48px;
  font-weight: 800;
  letter-spacing: 1px;
  color: #fff;
  background-color: rgba(250,250,250,0.1);
}
@media screen and (max-width: 992px) {

  section.coming-soon .continer .counter .days,
  section.coming-soon .continer .counter .hours,
  section.coming-soon .continer .counter .minutes,
  section.coming-soon .continer .counter .seconds {
    font-size: 26px;
  }

  section.coming-soon .continer .counter .days .value,
  section.coming-soon .continer .counter .hours .value,
  section.coming-soon .continer .counter .minutes .value,
  section.coming-soon .continer .counter .seconds .value {
      margin-top: 40px!important;
  }

  section.coming-soon .continer .counter span {
      font-size: 14px!important;
  }

}
section.coming-soon .continer .counter .days,
section.coming-soon .continer .counter .hours,
section.coming-soon .continer .counter .minutes {
    margin-right: 4%;
}
section.coming-soon .continer .counter .days .value,
section.coming-soon .continer .counter .hours .value,
section.coming-soon .continer .counter .minutes .value,
section.coming-soon .continer .counter .seconds .value {
    margin-top: 15px;
    display: block;
    width: 100%;
}

section.coming-soon .continer .counter span {
    font-size: 18px;
    text-transform: uppercase;
    color: #f5a425;
    font-weight: 500;
    letter-spacing: 1px;
    margin-top: 0px;
    display: block;
}

section.coming-soon .right-content {
    margin-left: 30px;
}

@media screen and (max-width: 767px) {

  section.coming-soon .right-content {
      margin-top: 60px;
      margin-left: 0px;
  }

}

section.coming-soon .top-content {
    margin-bottom: -8px;
}

section.coming-soon .top-content h6 {
    font-size: 14px;
    color: #fff;
    background-color: rgba(250,250,250,0.2);
    padding: 40px;
    text-align: center;
    line-height: 24px;
}

section.coming-soon .top-content h6 em {
    font-style: normal;
    font-weight: 600;
}

section.coming-soon form {
    background-color: rgba(250,250,250,0.1);
    padding: 60px 40px;
    width: 100%;
    text-align: center;
}

section.coming-soon form input {
    width: 100%;
    height: 40px;
    background-color: rgba(250,250,250,0.1);
    border-radius: 0px;
    border: none;
    outline: none;
    color: #fff;
    font-size: 13px;
    margin-bottom: 20px;
    letter-spacing: 0.5px;
}

section.coming-soon form input:focus {
    outline: none;
    border: none;
    box-shadow: none;
    color: #fff;
    background-color: rgba(250,250,250,0.1);
}

section.coming-soon form::placeholder { color: #fff }
section.coming-soon form input::placeholder { color: #fff; }
section.coming-soon form input::placeholder { color: #fff; }

section.coming-soon form button {
    margin-top: 10px;
    background-color: #f5a425;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 700;
    padding: 12px 20px;
    display: inline-block;
    outline: none;
    box-shadow: none;
    border: none;
}



/* Courses */

section.courses {
    background-image: url(../images/choosing-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #172238;
    padding-bottom: 100px;
    padding: 0px 30px 100px 30px;
    top:20px;
}

section.courses .item img {
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

section.courses .item .down-content {
    padding: 30px;
    background-color: #fff;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

section.courses .item .down-content h4 {
    font-size: 16px;
    text-transform: uppercase;
    color: #1e1e1e;
    letter-spacing: 0.5px;
    font-weight: 700;
    margin-top: 0px;
    margin-bottom: 20px;
}

section.courses .item .down-content p {
  font-size: 13px;
  text-align: start;
  height: 95px;
  margin-bottom: 25px;
}

section.courses .item .down-content img {
    width: 40px;
    border: 2px solid #f5a425;
    border-radius: 50%;
    text-align: left;
    display: inline-block;
}

section.courses .item .down-content .text-button-pay {
   
    display: inline-block;
    margin-top: -30px;
}

section.courses .item .down-content .text-button-pay a {
    color: #f5a425;
    font-size: 13px;
}

section.courses .item .down-content .text-button-free {
    
    display: inline-block;
    margin-top: -30px;
}

section.courses .item .down-content .text-button-free a {
    color: #7a7a7a;
    font-size: 13px;
}

section.courses .owl-carousel .owl-nav {
    display: none;
}

section.courses .owl-carousel .owl-dots {
    text-align: center;
}

section.courses .owl-carousel button.owl-dot {
    width: 10px;
    height: 10px;
    background-color: #fff;
    margin: 50px 10px 0px 10px;
    outline: none;
}
section.courses .owl-carousel button.active {
    background-color: #f5a425;
}





/* Video */

section.video {
    background-image: url(../images/video-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #172238;
    padding: 120px 0px;
    top:20px;
}

section.video .left-content {
  color: #fff;
}

section.video .left-content span {
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.5px;
}

section.video .left-content h4 {
    margin-top: 20px;
    font-size: 30px;
    color: #fff;
    font-weight: 800;
    letter-spacing: 0.5px;
    line-height: 40px;
    margin-bottom: 20px;
}
section.video .left-content h4 em {
    font-style: normal;
    color: #f5a425;
}

section.video .left-content .main-button {
  margin-top: 30px;
}

.video-item {
  position: relative;
  width: 100%;
  max-width: 600px;
  margin: 0px auto 0;
}

@media screen and (max-width: 767px) {

  section.video .left-content {
    margin-bottom: 45px;
  }

  section.video .first-item .first-content h4,
  section.video .second-item .second-content h4 {
    text-align: center;
  }

}

.video-item figure {
  position: relative;
  width: 100%;
  font-size: 0;
}
.video-item figure img {
  width: 100%;
}
.video-item figure a:before {
  content: '';
  position: absolute;
  bottom: 10px;
  right: 15px;
  width: 60px;
  height: 60px;
  margin-top: -32.5px;
  margin-left: -32.5px;
  border-radius: 50%;
  background-color: #f5a425;
  z-index: 10;
}
.video-item figure a:after {
  content: '';
  position: absolute;
  bottom: 27.5px;
  right: 20px;
  margin-top: -12.5px;
  margin-left: -7px;
  border: solid 13px transparent;
  border-left: solid 20px;
  border-left-color: #fff;
  z-index: 10;
}
.video-item figure a:hover:before {
  background-color: #f5a425;
}

.video-item .video-caption {
    position: absolute;
    z-index: 10;
    background-color: rgba(250,250,250,0.75);
    height: 80px;
    width: 100%;
    padding: 27px 30px;
    bottom: 0;
}

.video-item .video-caption h4 {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
 
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}



/* Contact */

section.contact {
    background-image: url(../images/contact-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #172238;
    padding-bottom: 120px;
}


section.contact form {
    background-color: rgba(250,250,250,0.1);
    padding: 30px;
    width: 100%;
}


@media screen and (max-width: 767px) {  
  section.contact form {
      margin-bottom: 30px;
  }
}

section.contact form input {
    width: 100%;
    height: 40px;
    background-color: rgba(250,250,250,0.1);
    border-radius: 0px;
    border: none;
    outline: none;
    color: #fff;
    font-size: 13px;
    margin-bottom: 30px;
    letter-spacing: 0.5px;
}

section.contact form textarea {
    width: 100%;
    height: 220px;
    max-height: 280px;
    min-height: 220px;
    background-color: rgba(250,250,250,0.1);
    border-radius: 0px;
    border: none;
    outline: none;
    color: #fff;
    font-size: 13px;
    margin-bottom: 30px;
    letter-spacing: 0.5px;
}

section.contact form input:focus,
section.contact form textarea:focus {
    outline: none;
    border: none;
    box-shadow: none;
    color: #fff;
    background-color: rgba(250,250,250,0.1);
}

section.contact form::placeholder { color: #fff }
section.contact form input::placeholder { color: #fff; }
section.contact form input::placeholder { color: #fff; }

section.contact form::placeholder { color: #fff }
section.contact form textarea::placeholder { color: #fff; }
section.contact form textarea::placeholder { color: #fff; }

section.contact form button {
    background-color: #f5a425;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 700;
    padding: 12px 20px;
    display: inline-block;
    outline: none;
    box-shadow: none;
    border: none;
}
a.nav-link.px-2.text-body-secondary {
  color: #fff;
}
/* Footer */

footer {
  background-color: #172238;
  text-align: center;
  position: relative;
  top: 51px;
}

footer p {
    margin-bottom: 0px;
    padding: 25px 0px;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.5px;
}

footer p a,
footer p a:hover {
    color: #f5a425;
}

@media screen and (max-width: 992px) {
  .features { background-color: #0c1228; }
  .features-content { position: relative; }
  .features-post { border-left: 0 }
}

@media screen and (max-width: 950px) {
  .main-menu { padding-right: 0!important; }
  .main-header .logo {
    line-height: 73px;
  }
  .main-menu li {
    display: block;
    line-height: 1;
    margin-left: 0 !important;
  }

  .main-menu li .sub-menu {
    opacity: 1;
    visibility: visible;
    position: static;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .main-menu li .sub-menu li:last-child {
    border-bottom: 1px solid rgba(250,250,250,0.25);
  }
}

@media screen and (max-width: 950px) and (max-height: 400px) {
  nav[role="navigation"].active {
    max-height: calc(80px + 100vh);
    overflow-y: auto;
  }
}

@media screen and (max-width: 767px) {
  footer p {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.25px;
  }
}