/*============ Template Introduction=====================
Template Name: Build Future - Constrauction Template
Version: 1.0
Author: EcologyTheme
Template URI: http://ecologytheme.com/theme/project
License URI: https://themeforest.net/user/ecologytheme/portfolio
Tags: constrauction, corporate, creative template
================================================================*/
/*
[Table of contents]
==============================
01. Base Styles here
02. Header css here / header
03. Slider css here / .slider-construction
04. Promo css here /.promo-area-wraper
05. Services css here /.service-area-wrapper
06. Works css here /.work-area-wrapper
07. Under Construction css here /.construction-wrapper
08. Chosse Us css here /.choose-us-wrapper
09. Pricing css here /.price-table-are-wrapper
10 Testimonial css here /.testimonial-area-wrapper
11 Team css here /.team-area-wrapper
12 Footer css here /.footer-area -wrapper /.contact-form
13 Home version two css here
14 Header version two css here/.header-top-area/.header-bottom-area
15 Slider two css here/.slider-home-version-two
16 Promo area  home version two css here/
17 Under constaruaction version two css here/
18 Why choose Us version two css here
19 Price table version two css here/.price-table-area-wrapper
20 Team version two css here/.team-area-wrapper
21. Services page css here/.service-area-wrapper
22. About page css here/.promo-area-wrapper
23. Masonary portfolio one & two css here/.portfolio-style-one
24. Team page css here/.team-area-wrapper
25 Blog page css here/.log-container
26 Team 2 page css here/.team-area-wrapper
27.Contact page css here/.contact-us
======================================================================================================*/
/*======================
   01. Theme Base CSS
=========================*/
html,
body {
  height: 100%; }

body {
  position: relative;
  font-family: 'Montserrat', sans-serif;
  color: #1c1b18;
  font-size: 10pt;
  font-weight: 400;
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden; }

.overlay {
  background: -webkit-linear-gradient(left, #5ebdff 0%, #008dd5 100%);
  background: linear-gradient(90deg, #5ebdff 0%, #008dd5 100%); }

.overlay-two {
  background: -webkit-linear-gradient(left, #008dd5 0%, #5ebdff 100%);
  background: linear-gradient(90deg, #008dd5 0%, #5ebdff 100%); }

.bestsite-head {
  padding-left: 25px;
  padding-right: 25px; }

.single-dots .owl-dots {
  padding-top: 20px; }

.single-dots .owl-dots .owl-dot span {
  width: 15px;
  height: 15px;
  background: #ffffff; }

.single-dots .owl-dot.active span, .single-dots .owl-dot:hover span {
  border: 2px solid #ffffff;
  height: 17px;
  width: 17px;
  margin: 4px 6px; }

.transition {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

.floatleft {
  float: left; }

.floatright {
  float: right; }

.alignleft {
  float: left;
  margin-right: 15px;
  margin-bottom: 15px; }

.alignright {
  float: right;
  margin-left: 15px;
  margin-bottom: 15px; }

.aligncenter {
  display: block;
  margin: 0 auto 15px; }

a:focus {
  outline: 0px solid; }

img {
  max-width: 100%;
  height: auto; }

p, label, select {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  color: #1c1b18;
  font-size: 10pt;
  margin-bottom: 25px;
  line-height: 15pt;
  letter-spacing: 0.5px; }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 10px;
  font-family: 'Alice', serif;
  color: #1c1b18;
  font-size: 25pt; }

a {
  font-family: 'Montserrat', sans-serif;
  text-decoration: none;
  display: block;
  margin: 0px;
  color: #1c1b18; }

a:hover {
  text-decoration: none; }

a:active,
a:hover {
  outline: 0 none;
  color: unset; }

section {
  position: relative; }

ul {
  list-style: outside none none;
  margin: 0;
  padding: 0; }

li {
  display: inline-block; }

.content_inner .p_bold {
  font-size: 10pt;
  display: block;
  margin-left: -18px;
  margin-bottom: 5px;
  font-weight: 600; }
.content_inner .color_three {
  color: #3d2e82; }
.content_inner p {
  font-size: 10pt; }

.content_link p {
  font-size: 10pt;
  font-weight: 600;
  color: #1c1b18;
  text-transform: capitalize;
  display: inline-block;
  float: left; }
.content_link a {
  display: inline-block;
  padding: 3px;
  font-size: 10pt; }
  .content_link a:hover {
    color: #ff7473; }
  .content_link a:first-child {
    margin-left: 10px; }

.bold_p {
  font-weight: 500; }

.bold_pp {
  font-weight: 600; }

.o_0 {
  opacity: 0; }

.bg_one {
  background: #ffc952; }

.color_one {
  color: #ffc952; }

.bg_two {
  background: #ff7473; }

.color_two {
  color: #ff7473; }

.bg_three {
  background: #3d2e82; }

.color_three {
  color: #3d2e82; }

.clear {
  clear: both; }

.ptb-100 {
  padding: 100px 0; }

.rd_5 {
  border-radius: 5px; }

.rd_10 {
  border-radius: 10px; }

.rd_12 {
  border-radius: 12px; }

.rd_15 {
  border-radius: 15px; }

.rd_20 {
  border-radius: 20px; }

.rd_50 {
  border-radius: 50px; }

/*=====basce css end here=========*/
/* =====================================
MARGIN TOP
===================================== */
.mt-0 {
  margin-top: 0; }

.mt-10 {
  margin-top: 10px; }

.mt-15 {
  margin-top: 15px; }

.mt-20 {
  margin-top: 20px; }

.mt-30 {
  margin-top: 30px; }

.mt-40 {
  margin-top: 40px; }

.mt-50 {
  margin-top: 50px; }

.mt-60 {
  margin-top: 60px; }

.mt-70 {
  margin-top: 70px; }

.mt-80 {
  margin-top: 80px; }

.mt-90 {
  margin-top: 90px; }

.mt-100 {
  margin-top: 100px; }

.mt-110 {
  margin-top: 110px; }

.mt-120 {
  margin-top: 120px; }

.mt-130 {
  margin-top: 130px; }

.mt-140 {
  margin-top: 140px; }

.mt-150 {
  margin-top: 150px; }

.mt-200 {
  margin-top: 200px; }

/* =====================================
MARGIN RIGHT,LEFT
===================================== */
.mr-10 {
  margin-right: 10px; }

.mr-15 {
  margin-right: 15px; }

.mr-30 {
  margin-right: 30px; }

.mr-20 {
  margin-right: 20px; }

.mr-40 {
  margin-right: 40px; }

.mr-50 {
  margin-right: 50px; }

.ml-10 {
  margin-left: 10px; }

.ml-15 {
  margin-left: 15px; }

.ml-20 {
  margin-left: 20px; }

.ml-30 {
  margin-left: 30px; }

.ml-50 {
  margin-left: 50px; }

/* =====================================
MARGIN BOTTOM
===================================== */
.mb-0 {
  margin-bottom: 0; }

.mb-5 {
  margin-bottom: 5; }

.mb-10 {
  margin-bottom: 10px; }

.mb-15 {
  margin-bottom: 15px; }

.mb-20 {
  margin-bottom: 20px; }

.mb-30 {
  margin-bottom: 30px; }

.mb-40 {
  margin-bottom: 40px; }

.mb-50 {
  margin-bottom: 50px; }

.mb-55 {
  margin-bottom: 55px; }

.mb-60 {
  margin-bottom: 60px; }

.mb-70 {
  margin-bottom: 70px; }

.mb-80 {
  margin-bottom: 80px; }

.mb-90 {
  margin-bottom: 90px; }

.mb-100 {
  margin-bottom: 100px; }

.mb-110 {
  margin-bottom: 110px; }

.mb-120 {
  margin-bottom: 120px; }

.mb-130 {
  margin-bottom: 130px; }

.mb-140 {
  margin-bottom: 140px; }

.mb-150 {
  margin-bottom: 150px; }

/*===================================== 
PADDING TOP
===================================== */
.pt-0 {
  padding-top: 0; }

.pt-10 {
  padding-top: 10px; }

.pt-15 {
  padding-top: 15px; }

.pt-20 {
  padding-top: 20px; }

.pt-30 {
  padding-top: 30px; }

.pt-40 {
  padding-top: 40px; }

.pt-50 {
  padding-top: 50px; }

.pt-60 {
  padding-top: 60px; }

.pt-70 {
  padding-top: 70px; }

.pt-80 {
  padding-top: 80px; }

.pt-90 {
  padding-top: 90px; }

.pt-100 {
  padding-top: 100px; }

.pt-110 {
  padding-top: 110px; }

.pt-120 {
  padding-top: 120px; }

.pt-130 {
  padding-top: 130px; }

.pt-140 {
  padding-top: 140px; }

.pt-150 {
  padding-top: 150px; }

.pt-160 {
  padding-top: 160px; }

.pt-180 {
  padding-top: 180px; }

.pt-190 {
  padding-top: 190px; }

.pt-200 {
  padding-top: 200px; }

.pt-210 {
  padding-top: 210px; }

.pt-260 {
  padding-top: 260px; }

.pt-300 {
  padding-top: 300px; }

/* =====================================
PADDING RIGHT
===================================== */
.pr-0 {
  padding-right: 0; }

.pr-10 {
  padding-right: 10px; }

.pr-15 {
  padding-right: 15px; }

.pr-20 {
  padding-right: 20px; }

.pr-25 {
  padding-right: 25px; }

.pr-30 {
  padding-right: 30px; }

.pr-40 {
  padding-right: 40px; }

.pr-45 {
  padding-right: 45px; }

.pr-50 {
  padding-right: 50px; }

.pr-60 {
  padding-right: 60px; }

.pr-70 {
  padding-right: 70px; }

.pr-75 {
  padding-right: 75px; }

.pr-80 {
  padding-right: 80px; }

.pr-90 {
  padding-right: 90px; }

.pr-100 {
  padding-right: 100px; }

.pr-110 {
  padding-right: 110px; }

.pr-120 {
  padding-right: 120px; }

.pr-130 {
  padding-right: 130px; }

.pr-140 {
  padding-right: 140px; }

/* =====================================
PADDING BOTTOM
===================================== */
.pb-0 {
  padding-bottom: 0; }

.pb-10 {
  padding-bottom: 10px; }

.pb-15 {
  padding-bottom: 15px; }

.pb-20 {
  padding-bottom: 20px; }

.pb-30 {
  padding-bottom: 30px; }

.pb-40 {
  padding-bottom: 40px; }

.pb-50 {
  padding-bottom: 50px; }

.pb-60 {
  padding-bottom: 60px; }

.pb-70 {
  padding-bottom: 70px; }

.pb-80 {
  padding-bottom: 80px; }

.pb-90 {
  padding-bottom: 90px; }

.pb-100 {
  padding-bottom: 100px; }

.pb-110 {
  padding-bottom: 110px; }

.pb-120 {
  padding-bottom: 120px; }

.pb-130 {
  padding-bottom: 130px; }

.pb-140 {
  padding-bottom: 140px; }

.pb-150 {
  padding-bottom: 150px; }

.pb-160 {
  padding-bottom: 160px; }

.pb-170 {
  padding-bottom: 170px; }

.pb-180 {
  padding-bottom: 180px; }

.pb-190 {
  padding-bottom: 190px; }

.pb-200 {
  padding-bottom: 200px; }

.pb-220 {
  padding-bottom: 220px; }

.pb-300 {
  padding-bottom: 300px; }

/* =====================================
PADDING LEFT
===================================== */
.pl-0 {
  padding-left: 0; }

.pl-10 {
  padding-left: 10px; }

.pl-15 {
  padding-left: 15px; }

.pl-20 {
  padding-left: 20px; }

.pl-25 {
  padding-left: 25px; }

.pl-30 {
  padding-left: 30px; }

.pl-40 {
  padding-left: 40px; }

.pl-45 {
  padding-left: 45px; }

.pl-50 {
  padding-left: 50px; }

.pl-60 {
  padding-left: 60px; }

.pl-70 {
  padding-left: 70px; }

.pl-80 {
  padding-left: 80px; }

.pl-90 {
  padding-left: 90px; }

.pl-100 {
  padding-left: 100px; }

.pl-110 {
  padding-left: 110px; }

.pl-120 {
  padding-left: 120px; }

.pl-130 {
  padding-left: 130px; }

.pl-140 {
  padding-left: 140px; }

.pl-150 {
  padding-left: 150px; }

/* =====================================
1.3. PAGE SECTION PADDING
===================================== */
.ptb-0 {
  padding: 0; }

.ptb-10 {
  padding: 10px 0; }

.ptb-20 {
  padding: 20px 0; }

.ptb-30 {
  padding: 30px 0; }

.ptb-40 {
  padding: 40px 0; }

.ptb-50 {
  padding: 50px 0; }

.ptb-60 {
  padding: 60px 0; }

.ptb-70 {
  padding: 70px 0; }

.ptb-80 {
  padding: 80px 0; }

.ptb-90 {
  padding: 90px 0; }

.ptb-100 {
  padding: 100px 0; }

.ptb-110 {
  padding: 110px 0; }

.ptb-120 {
  padding: 120px 0; }

.ptb-130 {
  padding: 130px 0; }

.ptb-140 {
  padding: 140px 0; }

.ptb-150 {
  padding: 150px 0; }

.p-100 {
  padding: 100px; }

/* =====================================
1.4. PAGE SECTION MARGIN
===================================== */
.mtb-0 {
  margin: 0; }

.mtb-10 {
  margin: 10px 0; }

.mtb-15 {
  margin: 15px 0; }

.mtb-20 {
  margin: 20px 0; }

.mtb-30 {
  margin: 30px 0; }

.mtb-40 {
  margin: 40px 0; }

.mtb-50 {
  margin: 50px 0; }

.mtb-60 {
  margin: 60px 0; }

.mtb-70 {
  margin: 70px 0; }

.mtb-80 {
  margin: 80px 0; }

.mtb-90 {
  margin: 90px 0; }

.mtb-100 {
  margin: 100px 0; }

.mtb-110 {
  margin: 110px 0; }

.mtb-120 {
  margin: 120px 0; }

.mtb-130 {
  margin: 130px 0; }

.mtb-140 {
  margin: 140px 0; }

.mtb-150 {
  margin: 150px 0; }

.mr-60 {
  margin: 0px 60px 0px 0px; }

.btn_one {
  font-style: normal;
  padding: 10px 24px;
  text-align: center;
  text-decoration: none;
  background: #ffc952;
  display: inline-block;
  border-radius: 10px;
  letter-spacing: 0.6px;
  color: #ffffff; }
  .btn_one:hover {
    color: #ffffff; }

.btn_one_i {
  margin-left: 10px;
  border-radius: 50px;
  background: white;
  color: #ffc952;
  padding: 5px 4px 3px; }

.btn_two_i {
  margin-left: 10px;
  border-radius: 50px;
  background: white;
  color: #ff7473;
  padding: 5px 4px 3px; }

.btn_two {
  font-style: normal;
  padding: 10px 24px;
  text-align: center;
  text-decoration: none;
  background: #ff7473;
  display: inline-block;
  border-radius: 10px;
  letter-spacing: 0.6px;
  color: #ffffff; }
  .btn_two:hover {
    color: #ffffff; }

.border_one_small {
  position: relative; }
  .border_one_small::before {
    position: absolute;
    content: "";
    width: 20px;
    height: 2px;
    background: #ffc952;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0%); }

.border_two_small {
  position: relative; }
  .border_two_small::before {
    position: absolute;
    content: "";
    width: 20px;
    height: 2px;
    background: #ff7473;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0%); }

header .menuarea {
  display: flex; }
  header .menuarea .logo {
    display: inline-block;
    padding: 32px 0px;
    margin-left: 5%;
    margin-right: 16px; }
  header .menuarea .nav_section {
    display: block;
    width: 100%; }
    header .menuarea .nav_section .nav_sec_top {
      text-align: right;
      border-bottom: 1px solid rgba(255, 201, 82, 0.4);
      border-left: 1px solid rgba(255, 201, 82, 0.4); }
      header .menuarea .nav_section .nav_sec_top li {
        color: #ff7473;
        padding: 20px 15px; }
        header .menuarea .nav_section .nav_sec_top li:last-child {
          padding: 0px; }
        header .menuarea .nav_section .nav_sec_top li a {
          color: #ff7473; }
      header .menuarea .nav_section .nav_sec_top .border_rl {
        border-right: 1px solid rgba(255, 201, 82, 0.4);
        border-left: 1px solid rgba(255, 201, 82, 0.4); }
      header .menuarea .nav_section .nav_sec_top .r_padding {
        padding: 20px 25px;
        color: white; }
    header .menuarea .nav_section .nav_sec_bottom {
      border-left: 1px solid rgba(255, 201, 82, 0.4);
      text-align: right; }
      header .menuarea .nav_section .nav_sec_bottom nav {
        padding-right: 0px; }
        header .menuarea .nav_section .nav_sec_bottom nav .navbar-nav li {
          padding: 10px 12px;
          font-weight: 500; }
          header .menuarea .nav_section .nav_sec_bottom nav .navbar-nav li:last-child {
            padding-right: 0px; }
          header .menuarea .nav_section .nav_sec_bottom nav .navbar-nav li a {
            color: black;
            position: relative; }
            header .menuarea .nav_section .nav_sec_bottom nav .navbar-nav li a::before, header .menuarea .nav_section .nav_sec_bottom nav .navbar-nav li a.active::before {
              position: absolute;
              content: "";
              width: 30%;
              height: 1px;
              bottom: 0;
              left: 50%;
              -webkit-transform: translate(-50%, 0%);
              -ms-transform: translate(-50%, 0%);
              transform: translate(-50%, 0%); }
            header .menuarea .nav_section .nav_sec_bottom nav .navbar-nav li a.active::before {
              background: #ffc952; }
            header .menuarea .nav_section .nav_sec_bottom nav .navbar-nav li a::before {
              background: rgba(255, 201, 82, 0);
              -webkit-transition: all 0.3s ease-in-out;
              -o-transition: all 0.3s ease-in-out;
              transition: all 0.3s ease-in-out; }
            header .menuarea .nav_section .nav_sec_bottom nav .navbar-nav li a:hover::before {
              -webkit-transition: all 0.3s ease-in-out;
              -o-transition: all 0.3s ease-in-out;
              transition: all 0.3s ease-in-out;
              -webkit-transform: translate(-50%, 0%);
              -ms-transform: translate(-50%, 0%);
              transform: translate(-50%, 0%);
              background: #ffc952; }

.banner .banner_slider .item {
  position: relative; }
  .banner .banner_slider .item .banner_slide_img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; }
  .banner .banner_slider .item .item_banner {
    text-align: center;
    width: 100%;
    z-index: 2; }
    .banner .banner_slider .item .item_banner .banner_title h2 {
      font-size: 42pt;
      text-transform: capitalize;
      color: white;
      position: relative;
      padding-bottom: 10px;
      margin-bottom: 20px;
      display: inline-block; }
    .banner .banner_slider .item .item_banner p {
      font-size: 15pt;
      color: white; }
.banner .banner_slider .owl-nav {
  position: absolute;
  width: 100%;
  height: 80px;
  top: 45%; }
  .banner .banner_slider .owl-nav .owl-prev {
    left: 0;
    -webkit-transform: translate(-700%, 0%);
    -ms-transform: translate(-700%, 0%);
    transform: translate(-700%, 0%);
    width: 70px; }
  .banner .banner_slider .owl-nav .owl-next {
    right: 0;
    -webkit-transform: translate(750%, 0%);
    -ms-transform: translate(750%, 0%);
    transform: translate(750%, 0%);
    width: 70px; }
.banner .banner_slider .owl-nav [class*=owl-] {
  color: white;
  font-size: 6pt;
  margin: 5px;
  padding: 4px 7px;
  background: transparent;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px; }

.course_section {
  background: url(../images/home/Backgroung-about.png);
  background-size: cover; }
  .course_section .course_top {
    width: 100%;
    padding: 40px 30px 50px;
    margin-top: -100px;
    background: white;
    -webkit-box-shadow: 5px 5px 60px 0px rgba(45, 19, 106, 0.1);
    box-shadow: 5px 5px 60px 0px rgba(45, 19, 106, 0.1);
    z-index: 5; }
    .course_section .course_top .course_main {
      display: flex; }
      .course_section .course_top .course_main .c_top_one {
        flex: 2; }
        .course_section .course_top .course_main .c_top_one p {
          font-size: 18pt;
          color: #000000;
          font-weight: 600;
          line-height: 22pt;
          padding: 15px 0px; }
      .course_section .course_top .course_main .c_top_two {
        -webkit-box-flex: 3;
        flex: 3;
        display: flex; }
        .course_section .course_top .course_main .c_top_two .c_course {
          margin: 0px 10px;
          padding: 20px;
          width: 170px; }
          .course_section .course_top .course_main .c_top_two .c_course p {
            color: #ffffff;
            font-size: 11pt;
            margin: 0;
            padding-top: 30px;
            padding-right: 30px;
            font-weight: 500; }
      .course_section .course_top .course_main .c_top_three {
        flex: 1;
        position: relative; }
        .course_section .course_top .course_main .c_top_three a {
          font-size: 11pt;
          position: absolute;
          bottom: 0;
          padding-left: 20px;
          color: #1c1b18;
          font-weight: 500; }
  .course_section .about_course .about_left {
    position: relative;
    -webkit-transform: translate(0%, 10%);
    -ms-transform: translate(0%, 10%);
    transform: translate(0%, 10%); }
    .course_section .about_course .about_left .title_about p {
      margin-bottom: 5px; }
    .course_section .about_course .about_left .title_about h2 {
      margin-bottom: 40px; }
    .course_section .about_course .about_left .content_about {
      margin-bottom: 50px; }
      .course_section .about_course .about_left .content_about p {
        font-size: 10pt; }
        .course_section .about_course .about_left .content_about p span {
          font-weight: 500; }
    .course_section .about_course .about_left .btn_about .btn_one {
      color: #1c1b18;
      padding-right: 10px; }
      .course_section .about_course .about_left .btn_about .btn_one i {
        margin-left: 15px;
        border-radius: 50px;
        background: white;
        color: #ffc952;
        padding: 5px 4px 3px; }

.class_section .class_top {
  background: url(../images/home/backg-service.png);
  background-size: cover; }
  .class_section .class_top .title_class h2 {
    font-size: 22pt;
    color: white; }

.cp_top {
  display: flex;
  width: 100%; }
  .cp_top .title_about {
    flex: 1; }
    .cp_top .title_about p {
      margin-bottom: 5px;
      font-weight: 400; }
  .cp_top .cp_btn_area {
    flex: 1;
    display: block;
    text-align: right;
    position: relative; }
    .cp_top .cp_btn_area a {
      display: inline-block;
      position: absolute;
      right: 0;
      font-size: 10pt;
      bottom: 0;
      padding: 10px 16px;
      border-radius: 10px;
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      .cp_top .cp_btn_area a:hover {
        background: white;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        color: #1c1b18; }

.class_programm {
  background: url(../images/home/Backg-Progr.png);
  background-size: cover; }
  .class_programm::before {
    position: absolute;
    content: "";
    height: 200px;
    width: 100%;
    background: white;
    bottom: 0;
    left: 0; }
  .class_programm .class_main {
    -webkit-box-shadow: 5px 5px 60px 0px rgba(45, 19, 106, 0.1);
    box-shadow: 5px 5px 60px 0px rgba(45, 19, 106, 0.1);
    background: white;
    margin-top: -190px; }
    .class_programm .class_main .sec_class_title h3 {
      font-size: 15pt;
      line-height: 20pt;
      padding: 20px 0px; }
    .class_programm .class_main .content_class {
      padding: 0px 30px;
      font-size: 10pt;
      text-align: justify;
      text-align-last: center; }
    .class_programm .class_main .br_bl {
      border-right: 1px solid #dfdfdf;
      border-left: 1px solid #dfdfdf; }
  .class_programm .cp_area {
    width: 100%; }
    .class_programm .cp_area .programme_img {
      position: relative;
      border-top-right-radius: 23px;
      border-top-left-radius: 23px; }
      .class_programm .cp_area .programme_img .btn_pr_area {
        display: block;
        position: absolute;
        width: 100%;
        bottom: 0; }
        .class_programm .cp_area .programme_img .btn_pr_area .pr_btn {
          font-family: 'Alice', serif;
          font-size: 12pt;
          font-weight: 500;
          text-align: center;
          margin: 0px 60px;
          padding: 14px;
          border-top-right-radius: 20px;
          border-top-left-radius: 20px;
          background: #ffffff; }
          .class_programm .cp_area .programme_img .btn_pr_area .pr_btn:hover {
            color: #ff7473; }

.rdv_section .rdv_bg_one {
  background: url(../images/home/RDV.png);
  background-size: cover; }
.rdv_section .rdv_bg_two {
  background: url(../images/home/Inscrip.png);
  background-size: cover; }
.rdv_section .rdv_area h1 {
  color: white;
  font-size: 32pt;
  padding-bottom: 20px;
  margin-bottom: 0px;
  padding-right: 60px; }
.rdv_section .rdv_area .border_one_small::before, .rdv_section .rdv_area .border_two_small::before {
  left: 10px; }
.rdv_section .rdv_area .p_white {
  color: white;
  font-size: 12pt;
  text-align: justify;
  margin-top: 30px; }
.rdv_section .rdv_area a {
  font-size: 12pt; }
.rdv_section .rdv_area .bg_one:hover {
  color: #1c1b18; }
.rdv_section .rdv_area .bg_two {
  color: white; }

.blog_section {
  background: url(../images/home/Backg-blog.png);
  background-size: cover; }
  .blog_section .left_blog {
    position: relative; }
    .blog_section .left_blog.first_blog {
      height: 100%; }
      .blog_section .left_blog.first_blog img {
        min-height: 100%; }
    .blog_section .left_blog .blog_text {
      position: absolute;
      bottom: 40px;
      left: 50px; }
      .blog_section .left_blog .blog_text span {
        color: white; }
      .blog_section .left_blog .blog_text p {
        font-size: 12pt;
        text-transform: uppercase;
        color: white;
        margin: 10px 0px 0px;
        font-weight: 500; }

.engagement_section {
  margin-top: -220px; }
  .engagement_section .engagement_inner {
    display: flex;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    padding: 0px 100px; }
    .engagement_section .engagement_inner .title_engagement {
      flex: 2;
      margin-right: 20px; }
      .engagement_section .engagement_inner .title_engagement h2 {
        color: white;
        -webkit-transform: translate(0%, 20%);
        -ms-transform: translate(0%, 20%);
        transform: translate(0%, 20%);
        font-size: 28pt;
        margin: 0; }
    .engagement_section .engagement_inner .btn_c_engagement {
      flex: 1; }
      .engagement_section .engagement_inner .btn_c_engagement p {
        color: white; }
      .engagement_section .engagement_inner .btn_c_engagement a {
        color: white; }

footer .footer_top_title p {
  font-size: 10pt;
  font-weight: 600;
  color: #1c1b18;
  margin-bottom: 15px;
  text-transform: capitalize; }
footer ul li {
  display: block;
  padding: 4px 0px;
  text-transform: capitalize;
  font-size: 10pt; }
  footer ul li a:hover {
    color: #1c1b18; }
footer .icon_footer li {
  display: inline-block;
  padding: 0px 8px;
  font-size: 10pt;
  color: #1c1b18; }
footer .form_area {
  display: flex; }
  footer .form_area .mainLoginInput::-webkit-input-placeholder {
    font-family: FontAwesome;
    font-weight: normal;
    overflow: visible;
    vertical-align: top;
    display: inline-block !important;
    padding-left: 5px;
    padding-top: 2px; }
  footer .form_area input.mainLoginInput {
    padding: 10px;
    width: 200px;
    font-size: 10pt; }
  footer .form_area a {
    background: #ffc952;
    color: #1c1b18;
    font-size: 12pt;
    padding: 10px 17px;
    margin-left: 10px;
    border-radius: 3px; }
footer .footer_bottom {
  border-top: 1px solid rgba(28, 27, 24, 0.2);
  display: block;
  width: 100%;
  padding: 20px;
  text-align: center;
  margin-top: 20px; }
  footer .footer_bottom p {
    margin-bottom: 0px; }

.scrolltop p {
  background: #ff7473;
  bottom: 20px;
  color: white;
  cursor: pointer;
  display: none;
  font-size: 18px;
  height: 45px;
  line-height: 39px;
  position: fixed;
  right: 20px;
  width: 45px;
  text-align: center;
  z-index: 500;
  border-radius: 10px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }
  .scrolltop p i {
    -webkit-transform: translate(-60%, 60%) rotate(-45deg);
    -ms-transform: translate(-60%, 60%) rotate(-45deg);
    transform: translate(-60%, 60%) rotate(-45deg);
    position: absolute;
    animation-name: scroll-top;
    animation-duration: 1.5s;
    animation-iteration-count: infinite; }

@keyframes scroll-top {
  0% {
    -webkit-transform: translate(0%, 120%) rotate(-45deg);
    -ms-transform: translate(0%, 120%) rotate(-45deg);
    transform: translate(0%, 120%) rotate(-45deg); }
  100% {
    -webkit-transform: translate(-100%, 23%) rotate(-45deg);
    -ms-transform: translate(-100%, 23%) rotate(-45deg);
    transform: translate(-100%, 23%) rotate(-45deg); } }







.page_title {
  background: url(../images/about/Backg-slide.png);
  background-size: cover; }
  .page_title .title_page_inner h2 {
    color: white;
    font-size: 30pt; }

.about_page .blog_section {
  background: url(../images/about/BAckgr-body.png);
  background-size: cover; }

.about_page .blog_section .content_inner .p_bold, .class_page .blog_section .content_inner .p_bold, .pricing_page .blog_section .content_inner .p_bold {
  font-size: 10pt;
  display: block;
  margin-left: -18px;
  margin-bottom: 5px;
  font-weight: 600; }
.about_page .blog_section .content_inner .color_three, .class_page .blog_section .content_inner .color_three, .pricing_page .blog_section .content_inner .color_three {
  color: #3d2e82; }
.about_page .blog_section .content_inner p, .class_page .blog_section .content_inner p, .pricing_page .blog_section .content_inner p {
  font-size: 10pt; }
.about_page .blog_section .right_link, .class_page .blog_section .right_link, .pricing_page .blog_section .right_link {
  display: flex; }
  .about_page .blog_section .right_link p, .class_page .blog_section .right_link p, .pricing_page .blog_section .right_link p {
    flex: 1; }
.about_page .blog_section .content_link p, .class_page .blog_section .content_link p, .pricing_page .blog_section .content_link p {
  font-size: 10pt;
  font-weight: 600;
  color: #1c1b18;
  text-transform: capitalize;
  display: inline-block;
  float: left; }
.about_page .blog_section .content_link a, .class_page .blog_section .content_link a, .pricing_page .blog_section .content_link a {
  display: inline-block;
  padding: 3px;
  font-size: 10pt; }
  .about_page .blog_section .content_link a:hover, .class_page .blog_section .content_link a:hover, .pricing_page .blog_section .content_link a:hover {
    color: #ff7473; }
  .about_page .blog_section .content_link a:first-child, .class_page .blog_section .content_link a:first-child, .pricing_page .blog_section .content_link a:first-child {
    margin-left: 10px; }
.about_page .blog_section .cp_btn_area a, .class_page .blog_section .cp_btn_area a, .pricing_page .blog_section .cp_btn_area a {
  padding: 8px 12px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  border-radius: 10px; }
  .about_page .blog_section .cp_btn_area a:hover, .class_page .blog_section .cp_btn_area a:hover, .pricing_page .blog_section .cp_btn_area a:hover {
    background: white;
    color: #ff7473;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }

.class_page .blog_section {
  background: url(../images/class/background.png);
  background-size: cover; }
  .class_page .blog_section .class_programm .cp_area .programme_area {
    box-shadow: 0px 5px 8px 0px rgba(45, 19, 106, 0.2);
    -webkit-box-shadow: 0px 5px 8px 0px rgba(45, 19, 106, 0.2); }
    .class_page .blog_section .class_programm .cp_area .programme_area .programme_img .btn_pr_area .pr_btn {
      text-transform: uppercase;
      font-weight: 600;
      margin: 0% 25%; }
  .class_page .blog_section .class_programm .content_programm {
    background: white;
    text-align: center; }
    .class_page .blog_section .class_programm .content_programm p {
      font-size: 10pt; }
  .class_page .blog_section .class_programm::before {
    display: none; }

.bottom_class {
  background: url(../images/class/our-progm.png);
  background-size: cover; }
  .bottom_class h2 {
    color: white;
    font-size: 30pt; }
  .bottom_class .class_bottom_btn {
    padding: 10px 16px;
    background: white;
    color: #1c1b18;
    display: inline-block;
    border-radius: 10px; }
    .bottom_class .class_bottom_btn i {
      background: #ff7473;
      padding: 5px 5px;
      color: white;
      border-radius: 10px;
      margin-left: 10px; }

.pricing_page .priceing_section {
  background: url(../images/Backgr.png);
  background-size: cover; }
  .pricing_page .priceing_section .price_content .p_top {
    font-weight: 600;
    font-size: 12pt;
    margin-bottom: 10px; }
  .pricing_page .priceing_section .price_content p {
    font-size: 10pt; }
  .pricing_page .priceing_section .bolo_p {
    color: black;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-weight: 600; }
  .pricing_page .priceing_section .pricing-list {
    text-align: center; }
  .pricing_page .priceing_section .pricing-wrapper li .pricing_header {
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .pricing_page .priceing_section .pricing-wrapper li .pricing_header p {
      margin-bottom: 0;
      font-size: 13pt;
      font-weight: 500;
      color: #ffffff;
      text-transform: uppercase; }
  .pricing_page .priceing_section .pricing-wrapper li .middle_price p {
    font-size: 15pt;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px;
    padding-bottom: 20px;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .pricing_page .priceing_section .pricing-wrapper li .middle_price .price_area h2 {
    display: inline-block;
    font-size: 70pt;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    line-height: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .pricing_page .priceing_section .pricing-wrapper li .middle_price .price_area .p_l_o {
    font-size: 12pt;
    float: left;
    position: relative;
    top: 16px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .pricing_page .priceing_section .pricing-wrapper li .middle_price .price_area .p_r_o {
    font-size: 10pt;
    color: #1c1b18;
    position: relative;
    left: -6px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .pricing_page .priceing_section .pricing-wrapper li .middle_price ul li {
    display: block;
    font-size: 10pt;
    padding: 2px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .pricing_page .priceing_section .pricing-wrapper li .middle_price a {
    margin-bottom: 30px;
    padding: 12px 50px;
    font-size: 12pt;
    border: 1px solid #ff7473;
    border-radius: 50px;
    display: inline-block;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .pricing_page .priceing_section .pricing-wrapper li .middle_price a:hover {
      color: #ff7473; }
  .pricing_page .priceing_section .pricing-wrapper .is-visible {
    position: relative;
    z-index: 5;
    width: 100%; }
  .pricing_page .priceing_section .pricing-wrapper .middle_main {
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    transform: scale(1.01);
    box-shadow: 0px 0px 20px 0px rgba(45, 19, 106, 0.1); }
    .pricing_page .priceing_section .pricing-wrapper .middle_main:hover {
      background: #ff7473;
      z-index: 7;
      -webkit-box-shadow: 0px 0px 20px 0px rgba(45, 19, 106, 0.1);
      box-shadow: 0px 0px 20px 0px rgba(45, 19, 106, 0.1);
      transform: scaleY(1.07) scaleX(1.06);
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      .pricing_page .priceing_section .pricing-wrapper .middle_main:hover .pricing_header {
        background: #ff7473;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
      .pricing_page .priceing_section .pricing-wrapper .middle_main:hover a {
        background: white;
        color: #ff7473;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        border: 1px solid #ffc952; }
      .pricing_page .priceing_section .pricing-wrapper .middle_main:hover .middle_price p {
        background: #fbfbfb;
        color: #ff7473;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
      .pricing_page .priceing_section .pricing-wrapper .middle_main:hover .middle_price h2, .pricing_page .priceing_section .pricing-wrapper .middle_main:hover .middle_price .bolo_p, .pricing_page .priceing_section .pricing-wrapper .middle_main:hover .middle_price .p_l_o, .pricing_page .priceing_section .pricing-wrapper .middle_main:hover .middle_price .p_r_o, .pricing_page .priceing_section .pricing-wrapper .middle_main:hover .middle_price li {
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        color: white; }
  .pricing_page .priceing_section .pricing-wrapper .f_small {
    font-size: 13pt !important; }
.pricing_page li.middle_main.width_price_4.big_screen.is-visible {
  width: 328px; }
.pricing_page .bottom_tarif {
  text-align: center;
  margin-top: 50px; }
  .pricing_page .bottom_tarif p {
    font-size: 13px;
    font-weight: 400; }
    .pricing_page .bottom_tarif p .bold_area {
      font-weight: 600; }

.pricing-container.full-width {
  width: 100%;
  max-width: none; }

.pricing-switcher {
  text-align: center; }

.is-hidden.width_price_4 {
    display: none;
}
.pricing-switcher .fieldset {
  display: inline-block;
  position: relative;
  padding: 0;
  border-radius: 50em;
  border: 1px solid rgba(124, 123, 121, 0.3);
  background: #ffffff;
  overflow: hidden; }

.pricing-switcher input[type="radio"] {
  position: absolute;
  opacity: 0; }

.pricing-switcher label {
  position: relative;
  z-index: 1;
  display: inline-block;
  float: left;
  width: 140px;
  height: 40px;
  line-height: 40px;
  cursor: pointer;
  margin: 0px;
  font-size: 10pt;
  color: #7c7b79;
  font-weight: 600; }

.pricing-switcher .secound_switch {
  border-right: 2px solid rgba(124, 123, 121, 0.5);
  border-left: 2px solid rgba(124, 123, 121, 0.5); }

.pricing-switcher .switch1, .pricing-switcher .switch2, .pricing-switcher .switch3 {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 40px;
  width: 140px;
  background-color: #ffc952;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0; }

.pricing-switcher .switch1 {
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px); }

.pricing-switcher .switch2 {
  -webkit-transform: translateX(140px);
  -moz-transform: translateX(140px);
  -ms-transform: translateX(140px);
  -o-transform: translateX(140px); }

.pricing-switcher .switch3 {
  -webkit-transform: translateX(280px);
  -moz-transform: translateX(280px);
  -ms-transform: translateX(280px);
  -o-transform: translateX(280px);
  transform: translateX(280px); }

.pricing-switcher input:checked + label, .pricing-switcher input:checked + label + .switch1, .pricing-switcher input:checked + label + .switch2,
.pricing-switcher input:checked + label + .switch3 {
  opacity: 1;
  color: #ffffff;
  transition: all 0.3s ease-in-out; }

.no-js .pricing-switcher {
  display: none; }

.pricing-list {
  margin: 2em 0 0; }

.pricing-list > li {
  position: relative;
  margin-bottom: 1em; }

.pricing-list {
  margin: 3em 0 0; }

.pricing-list:after {
  content: "";
  display: table;
  clear: both; }

.has-margins .pricing-list > li {
  width: 32.3333333333%;
  float: left;
  margin-right: 1.5%; }

.has-margins .pricing-list > li:last-of-type {
  margin-right: 0; }

.pricing-wrapper {
  position: relative; }

.touch .pricing-wrapper {
  -webkit-perspective: 2000px;
  -moz-perspective: 2000px;
  perspective: 2000px; }

.pricing-wrapper.is-switched .is-visible {
  -webkit-transform: rotateY(180deg);
  -webkit-animation: rotate 0.5s;
  -moz-animation: rotate 0.5s;
  animation: rotate 0.5s; }

.pricing-wrapper.is-switched .is-hidden {
  -webkit-transform: rotateY(0);
  -ms-transform: rotateY(0);
  transform: rotateY(0);
  -webkit-animation: rotate-inverse 0.5s;
  -moz-animation: rotate-inverse 0.5s;
  animation: rotate-inverse 0.5s;
  opacity: 0; }

.pricing-wrapper.is-switched .is-selected {
  opacity: 1; }

.pricing-wrapper.is-switched.reverse-animation .is-visible {
  -webkit-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  -webkit-animation: rotate-back 0.5s;
  -moz-animation: rotate-back 0.5s;
  animation: rotate-back 0.5s; }

.pricing-wrapper.is-switched.reverse-animation .is-hidden {
  -webkit-transform: rotateY(0);
  -moz-transform: rotateY(0);
  -ms-transform: rotateY(0);
  -o-transform: rotateY(0);
  transform: rotateY(0);
  -webkit-animation: rotate-inverse-back 0.5s;
  -moz-animation: rotate-inverse-back 0.5s;
  animation: rotate-inverse-back 0.5s;
  opacity: 0; }

.pricing-wrapper.is-switched.reverse-animation .is-selected {
  opacity: 1; }

.pricing-wrapper > li {
  background-color: #ffffff;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  outline: 1px solid transparent; }

.pricing-wrapper > li.is-ended::after {
  display: none; }

.pricing-wrapper .is-hidden {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg); }

.pricing-wrapper .is-selected {
  z-index: 3 !important; }

.no-js .pricing-wrapper .is-hidden {
  position: relative;
  -webkit-transform: rotateY(0);
  -moz-transform: rotateY(0);
  -ms-transform: rotateY(0);
  -o-transform: rotateY(0);
  transform: rotateY(0);
  margin-top: 1em; }

.pricing-header h2 {
  padding: 0.9em 0.9em 0.6em;
  font-weight: 400;
  margin-bottom: 30px;
  margin-top: 10px;
  text-transform: uppercase;
  text-align: center; }

.pricing-header {
  height: auto;
  padding: 1.9em 0 1.6em;
  pointer-events: auto;
  text-align: center;
  color: #173d50;
  background-color: transparent; }

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: perspective(2000px) rotateY(0); }
  70% {
    -webkit-transform: perspective(2000px) rotateY(200deg); }
  100% {
    -webkit-transform: perspective(2000px) rotateY(180deg); } }
@-moz-keyframes rotate {
  0% {
    -moz-transform: perspective(2000px) rotateY(0); }
  70% {
    -moz-transform: perspective(2000px) rotateY(200deg); }
  100% {
    -moz-transform: perspective(2000px) rotateY(180deg); } }
@keyframes rotate {
  0% {
    -webkit-transform: perspective(2000px) rotateY(0);
    -moz-transform: perspective(2000px) rotateY(0);
    -ms-transform: perspective(2000px) rotateY(0);
    -o-transform: perspective(2000px) rotateY(0);
    transform: perspective(2000px) rotateY(0); }
  70% {
    -webkit-transform: perspective(2000px) rotateY(200deg);
    -moz-transform: perspective(2000px) rotateY(200deg);
    -ms-transform: perspective(2000px) rotateY(200deg);
    -o-transform: perspective(2000px) rotateY(200deg);
    transform: perspective(2000px) rotateY(200deg); }
  100% {
    -webkit-transform: perspective(2000px) rotateY(180deg);
    -moz-transform: perspective(2000px) rotateY(180deg);
    -ms-transform: perspective(2000px) rotateY(180deg);
    -o-transform: perspective(2000px) rotateY(180deg);
    transform: perspective(2000px) rotateY(180deg); } }
@-webkit-keyframes rotate-inverse {
  0% {
    -webkit-transform: perspective(2000px) rotateY(-180deg); }
  70% {
    -webkit-transform: perspective(2000px) rotateY(20deg); }
  100% {
    -webkit-transform: perspective(2000px) rotateY(0); } }
@-moz-keyframes rotate-inverse {
  0% {
    -moz-transform: perspective(2000px) rotateY(-180deg); }
  70% {
    -moz-transform: perspective(2000px) rotateY(20deg); }
  100% {
    -moz-transform: perspective(2000px) rotateY(0); } }
@keyframes rotate-inverse {
  0% {
    -webkit-transform: perspective(2000px) rotateY(-180deg);
    -moz-transform: perspective(2000px) rotateY(-180deg);
    -ms-transform: perspective(2000px) rotateY(-180deg);
    -o-transform: perspective(2000px) rotateY(-180deg);
    transform: perspective(2000px) rotateY(-180deg); }
  70% {
    -webkit-transform: perspective(2000px) rotateY(20deg);
    -moz-transform: perspective(2000px) rotateY(20deg);
    -ms-transform: perspective(2000px) rotateY(20deg);
    -o-transform: perspective(2000px) rotateY(20deg);
    transform: perspective(2000px) rotateY(20deg); }
  100% {
    -webkit-transform: perspective(2000px) rotateY(0);
    -moz-transform: perspective(2000px) rotateY(0);
    -ms-transform: perspective(2000px) rotateY(0);
    -o-transform: perspective(2000px) rotateY(0);
    transform: perspective(2000px) rotateY(0); } }
@-webkit-keyframes rotate-back {
  0% {
    -webkit-transform: perspective(2000px) rotateY(0); }
  70% {
    -webkit-transform: perspective(2000px) rotateY(-200deg); }
  100% {
    -webkit-transform: perspective(2000px) rotateY(-180deg); } }
@-moz-keyframes rotate-back {
  0% {
    -moz-transform: perspective(2000px) rotateY(0); }
  70% {
    -moz-transform: perspective(2000px) rotateY(-200deg); }
  100% {
    -moz-transform: perspective(2000px) rotateY(-180deg); } }
@keyframes rotate-back {
  0% {
    -webkit-transform: perspective(2000px) rotateY(0);
    -moz-transform: perspective(2000px) rotateY(0);
    -ms-transform: perspective(2000px) rotateY(0);
    -o-transform: perspective(2000px) rotateY(0);
    transform: perspective(2000px) rotateY(0); }
  70% {
    -webkit-transform: perspective(2000px) rotateY(-200deg);
    -moz-transform: perspective(2000px) rotateY(-200deg);
    -ms-transform: perspective(2000px) rotateY(-200deg);
    -o-transform: perspective(2000px) rotateY(-200deg);
    transform: perspective(2000px) rotateY(-200deg); }
  100% {
    -webkit-transform: perspective(2000px) rotateY(-180deg);
    -moz-transform: perspective(2000px) rotateY(-180deg);
    -ms-transform: perspective(2000px) rotateY(-180deg);
    -o-transform: perspective(2000px) rotateY(-180deg);
    transform: perspective(2000px) rotateY(-180deg); } }
@-webkit-keyframes rotate-inverse-back {
  0% {
    -webkit-transform: perspective(2000px) rotateY(180deg); }
  70% {
    -webkit-transform: perspective(2000px) rotateY(-20deg); }
  100% {
    -webkit-transform: perspective(2000px) rotateY(0); } }
@-moz-keyframes rotate-inverse-back {
  0% {
    -moz-transform: perspective(2000px) rotateY(180deg); }
  70% {
    -moz-transform: perspective(2000px) rotateY(-20deg); }
  100% {
    -moz-transform: perspective(2000px) rotateY(0); } }
@keyframes rotate-inverse-back {
  0% {
    -webkit-transform: perspective(2000px) rotateY(180deg);
    -moz-transform: perspective(2000px) rotateY(180deg);
    -ms-transform: perspective(2000px) rotateY(180deg);
    -o-transform: perspective(2000px) rotateY(180deg);
    transform: perspective(2000px) rotateY(180deg); }
  70% {
    -webkit-transform: perspective(2000px) rotateY(-20deg);
    -moz-transform: perspective(2000px) rotateY(-20deg);
    -ms-transform: perspective(2000px) rotateY(-20deg);
    -o-transform: perspective(2000px) rotateY(-20deg);
    transform: perspective(2000px) rotateY(-20deg); }
  100% {
    -webkit-transform: perspective(2000px) rotateY(0);
    -moz-transform: perspective(2000px) rotateY(0);
    -ms-transform: perspective(2000px) rotateY(0);
    -o-transform: perspective(2000px) rotateY(0);
    transform: perspective(2000px) rotateY(0); } }
.engmnt_section {
  background: url(../images/Backgr.png);
  background-size: cover; }
  .engmnt_section .engmnt_img_top {
    position: relative; }
    .engmnt_section .engmnt_img_top .engmnt_btn {
      position: absolute;
      padding: 10px 16px;
      bottom: 0; }
      .engmnt_section .engmnt_img_top .engmnt_btn p {
        margin-bottom: 0px;
        padding: 10px;
        color: white;
        font-weight: 400; }
      .engmnt_section .engmnt_img_top .engmnt_btn a {
        padding: 10px;
        color: white;
        font-size: 15px; }
  .engmnt_section .btn_right_eng {
    position: absolute;
    bottom: 0;
    right: 0; }

.matarnelle_section {
  background: url(../images/mataralle/Backg.png);
  background-size: cover;
  background-attachment: fixed; }
  .matarnelle_section .collapse_area {
    background: white;
    padding: 30px; }
    .matarnelle_section .collapse_area p {
      line-height: 18pt; }
      .matarnelle_section .collapse_area p a {
        font-size: 12pt;
        position: relative; }
        .matarnelle_section .collapse_area p a .icon_f_r {
          position: absolute;
          right: 0; }
  .matarnelle_section .accordion_area {
    min-height: 500px;
    position: relative; }
    .matarnelle_section .accordion_area .button_collapse {
      display: flex;
      -webkit-transform: rotate(90deg) translate(270px, 215px);
      -ms-transform: rotate(90deg) translate(270px, 215px);
      transform: rotate(90deg) translate(270px, 215px);
      border-bottom: 1px solid #ffc952;
      width: 460px;
      text-align: center; }
      .matarnelle_section .accordion_area .button_collapse .card-header {
        padding: 0px; }
        .matarnelle_section .accordion_area .button_collapse .card-header .accordion_btn {
          color: white;
          font-weight: 500;
          padding: 5px 15px;
          cursor: pointer;
          background: #ffc952;
          display: inline-block; }
      .matarnelle_section .accordion_area .button_collapse #headingOne .accordion_btn.collapsed, .matarnelle_section .accordion_area .button_collapse #c2 .accordion_btn.collapsed {
        background: #7c7b79; }
      .matarnelle_section .accordion_area .button_collapse #headingTwo .accordion_btn.collapsed, .matarnelle_section .accordion_area .button_collapse #c3 .accordion_btn.collapsed {
        background: #494847; }
      .matarnelle_section .accordion_area .button_collapse #headingThree .accordion_btn.collapsed {
        background: #7c7b79; }
    .matarnelle_section .accordion_area .collapse_inner .card-body h5 {
      font-size: 13pt; }
    .matarnelle_section .accordion_area .collapse_inner .card-body .top_cl {
      font-size: 9pt; }
    .matarnelle_section .accordion_area .collapse_inner .card-body .d-flex {
      border-bottom: 1px solid rgba(124, 123, 121, 0.5); }
      .matarnelle_section .accordion_area .collapse_inner .card-body .d-flex p {
        flex: 1;
        color: #7c7b79;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
      .matarnelle_section .accordion_area .collapse_inner .card-body .d-flex a:hover p {
        color: #ff7473;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
    .matarnelle_section .accordion_area .btn_accordion_r {
      position: absolute;
      bottom: -20px;
      right: 0px; }
    .matarnelle_section .accordion_area .button_collapse.bottom_accordion {
      -webkit-transform: translate(-230px, 255px) rotate(90deg);
      -ms-transform: translate(-230px, 255px) rotate(90deg);
      transform: translate(-230px, 255px) rotate(90deg); }
      .matarnelle_section .accordion_area .button_collapse.bottom_accordion::before {
        content: "";
        position: absolute;
        width: 2px;
        height: 90px;
        background: #ffc952;
        top: -45px;
        left: 44px;
        transform: rotate(90deg); }

.course_page .blog_section.course_section {
  background: url(../images/course/backgr.png);
  background-size: cover; }
  .course_page .blog_section.course_section .class_programm {
    background: none; }
  .course_page .blog_section.course_section .programme_area {
    background: #f9f9f9;
    border-radius: 20px;
    transition: all 0.3s ease-in-out; }
    .course_page .blog_section.course_section .programme_area .pr_btn {
      background: #f9f9f9;
      font-size: 10pt;
      font-family: 'Montserrat', sans-serif;
      font-weight: 400;
      transition: all 0.3s ease-in-out; }
    .course_page .blog_section.course_section .programme_area .content_programm {
      padding: 20px 30px; }
      .course_page .blog_section.course_section .programme_area .content_programm .big_p {
        color: #ff7473;
        font-size: 15pt;
        font-weight: 600; }
        .course_page .blog_section.course_section .programme_area .content_programm .big_p span {
          font-size: 11pt;
          font-weight: 300;
          color: #1c1b18; }
      .course_page .blog_section.course_section .programme_area .content_programm .h_min {
        min-height: 130px; }
      .course_page .blog_section.course_section .programme_area .content_programm a {
        transition: all 0.3s ease-in-out; }
    .course_page .blog_section.course_section .programme_area:hover {
      box-shadow: 0px 0px 20px 0px rgba(45, 19, 106, 0.1);
      transition: all 0.3s ease-in-out; }
      .course_page .blog_section.course_section .programme_area:hover .content_programm a {
        color: #1c1b18;
        transition: all 0.3s ease-in-out; }
.course_page .class_programm::before {
  display: none; }

.inspire_section {
  background-size: cover;
  background: url(../images/inspire/BAckg.png); }
  .inspire_section .inspire_area {
    padding: 30px 30px 10px;
    border-radius: 20px;
    margin-bottom: 50px; }
    .inspire_section .inspire_area h4 {
      font-size: 18px;
      color: white;
      font-family: 'Montserrat', sans-serif;
      font-weight: 600; }
      .inspire_section .inspire_area h4 span {
        font-size: 24px;
        line-height: 15px;
        font-weight: 700; }
    .inspire_section .inspire_area p {
      font-size: 12px;
      color: white; }
  .inspire_section .in_one {
    background: url(../images/inspire/Inscription1.png);
    background-size: cover; }
  .inspire_section .in_two {
    background: url(../images/inspire/Inscription2.png);
    background-size: cover; }
  .inspire_section .in_three {
    background: url(../images/inspire/Inscription3.png);
    background-size: cover; }

.contact_section .main_contact {
  background: #f9f9f9;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(45, 19, 106, 0.1);
  box-shadow: 0px 0px 20px 0px rgba(45, 19, 106, 0.1);
  padding: 30px 50px; }
.contact_section .form-group .form-control {
  background: none;
  border: 0px;
  border-bottom: 2px solid rgba(124, 123, 121, 0.2);
  border-radius: 0px;
  margin-bottom: 50px;
  font-size: 11pt;
  padding: 5px 0px 12px;
  font-weight: 300; }
  .contact_section .form-group .form-control:focus {
    box-shadow: none; }
  .contact_section .form-group .form-control option {
    background: #f9f9f9; }
.contact_section .form-group select.form-control:not([size]):not([multiple]) {
  height: auto; }
.contact_section .form-group .d_one_h {
  font-size: 25px; }
.contact_section .form-group .bottom_contact {
  display: flex; }
  .contact_section .form-group .bottom_contact p {
    -ms-flex: 3;
    flex: 3; }
  .contact_section .form-group .bottom_contact a {
    flex: 1; }
.contact_section .custom-radio .custom-control-label {
  padding-left: 20px; }
.contact_section .custom-radio [type="radio"]:checked,
.contact_section .custom-radio [type="radio"]:not(:checked), .contact_section .custom-radio [type="checkbox"]:checked,
.contact_section .custom-radio [type="checkbox"]:not(:checked) {
  position: absolute;
  left: -9999px; }
.contact_section .custom-radio [type="radio"]:checked + label,
.contact_section .custom-radio [type="radio"]:not(:checked) + label, .contact_section .custom-radio [type="checkbox"]:checked + label,
.contact_section .custom-radio [type="checkbox"]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #666; }
.contact_section .custom-radio [type="radio"]:checked + label:before,
.contact_section .custom-radio [type="radio"]:not(:checked) + label:before, .contact_section .custom-radio [type="checkbox"]:checked + label:before,
.contact_section .custom-radio [type="checkbox"]:not(:checked) + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 3px;
  width: 14px;
  height: 14px;
  border: 1px solid #ddd;
  border-radius: 100%;
  background: transparent; }
.contact_section .custom-radio [type="radio"]:checked + label:after,
.contact_section .custom-radio [type="radio"]:not(:checked) + label:after, .contact_section .custom-radio [type="checkbox"]:checked + label:after,
.contact_section .custom-radio [type="checkbox"]:not(:checked) + label:after {
  content: '';
  width: 14px;
  height: 14px;
  background: #1c1b18;
  position: absolute;
  top: 3px;
  left: 0px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease; }
.contact_section .custom-radio [type="radio"]:not(:checked) + label:after, .contact_section .custom-radio [type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0); }
.contact_section .custom-radio [type="radio"]:checked + label:after, .contact_section .custom-radio [type="checkbox"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }
.contact_section .custom-radio [type="radio"].custom_radio_box:checked + label:before,
.contact_section .custom-radio [type="radio"].custom_radio_box:not(:checked) + label:before, .contact_section .custom-radio [type="checkbox"].custom_radio_box:checked + label:before,
.contact_section .custom-radio [type="checkbox"].custom_radio_box:not(:checked) + label:before {
  border-radius: 0px; }
.contact_section .custom-radio [type="radio"].custom_radio_box:checked + label:after,
.contact_section .custom-radio [type="radio"].custom_radio_box:not(:checked) + label:after, .contact_section .custom-radio [type="checkbox"].custom_radio_box:checked + label:after,
.contact_section .custom-radio [type="checkbox"].custom_radio_box:not(:checked) + label:after {
  border-radius: 0px; }
.contact_section .submit_araea [type="radio"]:checked + label:before,
.contact_section .submit_araea [type="radio"]:not(:checked) + label:before, .contact_section .submit_araea [type="checkbox"]:checked + label:before,
.contact_section .submit_araea [type="checkbox"]:not(:checked) + label:before {
  background: white; }
.contact_section .submit_araea a {
  padding: 12px;
  color: white; }

.contact {
  background: url(../images/contact/backg.png);
  background-size: auto; }
  .contact .content_c ul li a {
    margin-right: 10px;
    color: #7c7b79;
    font-size: 12pt; }
  .contact .content_c .con_c_one {
    flex: 1; }
  .contact .contact_section .form-group .form-control {
    margin-bottom: 15px; }

.faq_section {
  overflow: hidden;
  background-attachment: fixed; }

.accordionfaq .card {
  border: 0px;
  margin-bottom: 20px;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(45, 19, 106, 0.1);
  box-shadow: 0px 0px 20px 0px rgba(45, 19, 106, 0.1);
  position: relative; }
  .accordionfaq .card .card-header {
    background: #ffffff;
    border: 0px;
    padding: 0px; }
    .accordionfaq .card .card-header a {
      display: block;
      padding: 30px;
      text-align: left;
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      color: #ff7473; }
  .accordionfaq .card .btn-link.collapsed {
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color: #1c1b18; }
    .accordionfaq .card .btn-link.collapsed::before {
      position: absolute;
      content: "\f067";
      font-family: FontAwesome;
      height: 20px;
      width: 20px;
      font-size: 20px;
      font-weight: 500;
      top: 28px;
      right: 30px;
      color: #ffc952; }
  .accordionfaq .card .btn-link::before {
    position: absolute;
    content: "\f068";
    font-family: FontAwesome;
    height: 20px;
    width: 20px;
    font-size: 20px;
    font-weight: 500;
    top: 28px;
    right: 30px;
    color: #ffc952; }
  .accordionfaq .card .card-body {
    padding: 20px 30px 30px; }

.modal-fullscreen-xl .modal-dialog {
  width: 100%;
  max-width: none;
  height: 100%;
  margin: 0; }
.modal-fullscreen-xl .m_p {
  color: #1c1b18; }
.modal-fullscreen-xl .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0; }
.modal-fullscreen-xl .modal-body {
  overflow-y: auto;
  padding: 0px; }
  .modal-fullscreen-xl .modal-body .img-modal {
    height: 100%; }
    .modal-fullscreen-xl .modal-body .img-modal img {
      height: 100%; }
  .modal-fullscreen-xl .modal-body .container-fluid {
    padding: 0px; }
    .modal-fullscreen-xl .modal-body .container-fluid .col-md-6.col_p_n {
      padding: 0px; }
    .modal-fullscreen-xl .modal-body .container-fluid button.close {
      display: block;
      padding: 10px;
      position: relative;
      right: 50px;
      font-size: 50px;
      font-weight: 400;
      cursor: pointer; }
      .modal-fullscreen-xl .modal-body .container-fluid button.close:focus {
        outline: 0px; }
    .modal-fullscreen-xl .modal-body .container-fluid .modal_right {
      padding: 70px 50px 50px; }

/*# sourceMappingURL=style.css.map */
