@import url('https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300&amp;display=swap');



@font-face {
  font-family: 'Avenir Next';
  font-style: normal;
  font-weight: 300;
  src: url('https://student.inodev.tn/wp-content/themes/understrap-child-master/fonts/avenir/light/light.eot');
  src: url('https://student.inodev.tn/wp-content/themes/understrap-child-master/fonts/avenir/light/light.eot?#iefix') format('embedded-opentype'),
    url('https://student.inodev.tn/wp-content/themes/understrap-child-master/fonts/avenir/light/light-woff2.woff2') format('woff2'),
    url('https://student.inodev.tn/wp-content/themes/understrap-child-master/fonts/avenir/light/light-woff.woff') format('woff'),
    url('https://student.inodev.tn/wp-content/themes/understrap-child-master/fonts/avenir/light/light-ttf.ttf') format('truetype');
}


@font-face {
  font-family: 'Avenir Next';
  font-style: normal;
  font-weight: 400;
  src: url('https://student.inodev.tn/wp-content/themes/understrap-child-master/fonts/avenir/400/light4.eot');
  src: url('https://student.inodev.tn/wp-content/themes/understrap-child-master/fonts/avenir/400/light4.eot?#iefix') format('embedded-opentype'),
    url('https://student.inodev.tn/wp-content/themes/understrap-child-master/fonts/avenir/400/light4-woff2.woff2') format('woff2'),
    url('https://student.inodev.tn/wp-content/themes/understrap-child-master/fonts/avenir/400/light4-woff.woff') format('woff'),
    url('https://student.inodev.tn/wp-content/themes/understrap-child-master/fonts/avenir/400/light4-ttf.ttf') format('truetype');
}



@font-face {
  font-family: 'Avenir Next';
  font-style: normal;
  font-weight: bold;
  src: url('https://student.inodev.tn/wp-content/themes/understrap-child-master/fonts/avenir/bold/avenir-bold.eot');
  src: url('https://student.inodev.tn/wp-content/themes/understrap-child-master/fonts/avenir/bold/avenir-bold.eot?#iefix') format('embedded-opentype'),
    url('https://student.inodev.tn/wp-content/themes/understrap-child-master/fonts/avenir/bold/avenir-bold-woff2.woff2') format('woff2'),
    url('https://student.inodev.tn/wp-content/themes/understrap-child-master/fonts/avenir/bold/avenir-bold-woff.woff') format('woff'),
    url('https://student.inodev.tn/wp-content/themes/understrap-child-master/fonts/avenir/bold/avenir-bold-ttf.ttf') format('truetype');
}


body {

    font-family: 'Avenir Next';
    font-weight: 30;
    color: #222
}


.wrapper {

   padding: 0;
}

h1, h2, h3, h4, h5 {

   font-weight: bold
}

a {

   text-decoration: none !important;
   outline: none !important;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

p {

   font-size: 15px;
   line-height: 25px
}

li {

   font-size: 15px
}


b, strong {

   font-weight: 700
}

/* NAV BARR */

.navbar-dark .navbar-nav .active>.nav-link {

   color: #e74c3c;
    font-weight: bold;
}

.navbar-dark .navbar-nav .nav-link:hover {

  color: #e74c3c
}


.navbar-dark .navbar-brand {

    opacity: 0
}

.nav-down {
  -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation: nav-bar-slide-in .3s ease-out;
    animation: nav-bar-slide-in .3s ease-out;
}

.nav-up {
     -webkit-transform: translateY(-100%);
    /* transform: translateY(-100%); */
    -webkit-transition: -webkit-transform .3s ease-out;
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out,-webkit-transform .3s ease-out;
        -webkit-animation: nav-bar-slide-in .3s ease-out;
    animation: nav-bar-slide-in .3s ease-out; 
}


.bg-custom {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    -webkit-transition: -webkit-transform .3s linear;
    transition: transform .3s linear;
    transition: transform .3s linear,-webkit-transform .5s linear;
    -webkit-animation: nav-bar-slide-in .3s ease-out;
    animation: nav-bar-slide-in .3s ease-out;
}


body.home .custom_nav {
    
    background: rgba(255, 255, 255, 0.73);
}

.custom_nav {
    background: #fff;
    padding: 20px 0;
    box-shadow: 0 2px 10px rgba(0,0,0,.08);
}


.navbar-dark .navbar-nav .nav-link {
    
    color: #222;
    font-weight: 300;
    font-size: 15px;
    padding-right: 20px;
}


@keyframes nav-bar-slide-in {
    0 % {
        -webkit - transform: translateY(-100 % );
        transform: translateY(-100 % )
    }
    to {
        -webkit - transform: translateY(0);
        transform: translateY(0)
    }
}


.pro a {
   
    padding-right: 20px !important;
    background: #ff0440;
    border-radius: 5px;
    color: #fff !important;
    padding-left: 20px !important;
    margin-left: 50px;
}


.pro a:hover {

   background: #000
}

/* Carousel */


#home_slider {
 

  height: 100vh;

}

.kenburn_bg {

 -webkit-transition: all 15s;
  -moz-transition: all 15s;
  -o-transition: all 15s;
  transition: all 15s;
  height: 100vh;
    background-size: cover;
  background-position: center center;
  position: absolute;
   left: 0;
   right: 0;

}


.carousel .item.active.inactiveUntilOnLoad .kenburn_bg,
.carousel .item .kenburn_bg {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}


.carousel .item.active .kenburn_bg{

   -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}


/* Animation delays */

#home_slider h2 {
    
    animation-delay: 1s;
    color: #222;
    text-transform: capitalize;
    font-size: 70px;
    line-height: 1.1
}

#home_slider p {
 
  animation-delay: 2s;
  font-size: 18px
  margin-top: 1rem;
}

#home_slider .sitebtn {
  
  animation-delay: 3s;
}


#home_slider a {
    
    padding: 13px 30px;
    color: #ff0440;
    font-size: 18px;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    background: transparent;
    margin-top: 20px;
    font-weight: bold;
    border-radius: 5px;
    animation-delay: 3s;
    border: 2px solid #ff0440;
    display: inline-block;
}


#home_slider a .fa {

   opacity: 0;
   color: #fff
}

#home_slider a:hover {

 background-color: #ff0440;
 border-color: #ff0440;
 color: #fff;
}


#home_slider a:hover .fa {

   opacity: 1
}

/* DIVERS */

.header_section p {

    font-size: 20px;
}


.header_section h2, .big_title h2 {

     font-size: 40px
}



/* BOX BLOCK */


.box_block {
    
    border-radius: 15px;
    padding: 40px 30px;
    box-shadow: 0px 10px 30px -8px rgba(0,0,0,0.4);
    background: #fff;
    margin-bottom: 60px;
    cursor: pointer;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}


.box_block_image {

   padding: 0
}

.box_block_image img {

    width: 100%;
    max-width: 100% !important;
    object-fit: cover;
    max-height: 200px;
    margin-bottom: 0 !important;
}

.box_block img {
     
    margin-bottom: 30px;
    max-width: 70px;
}

.box_block:hover {
    
    box-shadow: 0px 10px 30px -8px rgba(0,0,0,0.5);
    -webkit-transform: translate(0, -5px);
    transform: translate(0, -5px);
}


.box_block h3 {

     word-spacing: 9999999px;

}

.box_block p {

      margin-bottom: 20px
}


.box_block a {

  background: #ff0440;
    color: #fff;
    padding: 6px 30px;
    border-radius: 5px;
    display: inline-block;
    font-size: 15px;
    font-weight: 300;
}


.box_block_image_container {

    padding: 25px 30px 40px;
}

/* OWL SLIDER */

/* POST CAROUSEL */

.owl_actus .item {

    margin-bottom: 30px !important;
    margin-left: 10px;
    margin-right: 10px;
}

.post_img {

   background-position: center center;
   background-size: cover;
   height: 200px;
   margin-top: 40px
}


.post_date {

   text-transform: uppercase;
    position: absolute;
    top: -32px;
    right: 5px;
    background: #009cb8;
    height: 60px;
    width: 60px;
    /* line-height: 60px; */
    border-radius: 50%;
    text-align: center;
    color: #fff;
    font-weight: 300;
    font-size: 14px;
    padding-top: 10px;
    z-index: 2;
}

.post_date span {

    position: relative;
    display: block;
    line-height: 1.4
}


.post_carousel_content {
   
   -webkit-box-shadow: 0px 10px 30px -8px rgba(145,148,150,0.5);
    box-shadow: 0px 10px 30px -8px rgba(145,148,150,0.5);
    padding: 20px 40px;
    text-align: center;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;

}

.post_carousel h3 {

    font-size: 20px;
    font-weight: 400
}

.post_carousel a {
  
  color: #222

}


.post_carousel p {

   color: #7e7e7e
}

.overlay_carrousel {

    content: "";
    position: absolute;
    background: rgba(0, 156, 184, 0.59);
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 2;
    opacity: 0;
    display: none;
}


.overlay_carrousel .fa {

    position: absolute;
    left: 0;
    right: 0;
    top: 40%;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    font-size: 45px
}


.post_carousel:hover .overlay_carrousel {

   opacity: 1
}


.post_carousel:hover .post_date {

   opacity: 0
}

.the_date {

  color: #aaaaaa;
  font-family: 'Open Sans Condensed', sans-serif;
   font-weight: 300;
   font-size: 16px
}

.read_more {
  
    display: inline-block;
    color: #ff0440;
    padding: 5px 30px;
    font-weight: 300;
    font-size: 13px;
    border-radius: 25px;
    margin: 10px 0 30px;

}

@keyframes bounce {
     
     from {transform: translateY(0);}
     to   {transform: translateY(-10px);}
}


.post_carousel:hover {

  animation: bounce 0.9s ease infinite alternate;
}

/* OWL POST */


#news_section h2 {

    color: #ff0440;
    font-size: 35px;
}

#news_section .owl-nav, .owl-logo .owl-nav {
    position: absolute;
    top: -100px;
    right: 0;
}


#news_section .owl-carousel .owl-nav button.owl-next, #news_section .owl-carousel .owl-nav button.owl-prev {
    
    background: #ff0440;
    color: #fff;
    padding: 10px 15px !important;
    display: inline;
    outline: 0 !important;
}


#news_section .owl-carousel .owl-nav button.owl-next:hover, #news_section .owl-carousel .owl-nav button.owl-prev:hover {
    
    background: #222

    }


/* HEADER BANER */

#header_banner .banner_content {
  

   background-color: #ff0440;
   color: #fff;
   padding: 25px 30px;
   margin-top: 45px

}

#header_banner .banner_content h1 {

   font-size: 55px;
}

#header_banner .banner_content p {

   font-size: 18px;
   margin-bottom: 20px !important;
}


.vc_btn3.vc_btn3-color-white, .vc_btn3.vc_btn3-color-white.vc_btn3-style-flat {

    color: #fff;
    background-color: transparent;
    border: 1px solid #fff;
    font-weight: 700;
    font-size: 16px;
}

.vc_btn3.vc_btn3-color-white.vc_btn3-style-flat:focus, .vc_btn3.vc_btn3-color-white.vc_btn3-style-flat:hover, .vc_btn3.vc_btn3-color-white:focus, .vc_btn3.vc_btn3-color-white:hover {

      color: #ff0440
}


/* OWL TABS */

.owl_tabs .item {
 

   margin: 10px 20px;

}


.owl_tabs .owl-nav {

    position: absolute;
    top: 40px;
    right: 50px;

}


.owl_tabs .owl-nav button.owl-next, .owl_tabs .owl-nav button.owl-prev {
    
    background: #ff0440;
    color: #fff;
    padding: 5px 15px !important;
    display: inline;
    outline: 0 !important;
}


.owl_tabs .owl-nav button.owl-next:hover, .owl_tabs .owl-nav button.owl-prev:hover {

    background-color: #000
}

.tabs_content {

   border-right: 5px solid #ff0440;
   padding: 40px 30px;
  box-shadow: 0px 10px 30px -8px rgba(0,0,0,0.4);
}

.tabs_content h2 {
 
  color: #ff0440;
  padding-right: 150px

}

.tabs_description {

   margin-top: 30px
}

/* FOOTER */

#wrapper-footer {

   background: #000;
   padding: 40px 0;
   color: #aaa 
}


#wrapper-footer h4 {

   font-size: 14px;
   color: #aaa 
}


#wrapper-footer ul {

  padding: 0;
    padding-left: 15px;
    list-style-type: square;
}

#wrapper-footer li {

    padding-top: 5px;
}


#wrapper-footer a {

   color: #aaa;
   font-size: 13px
}

#wrapper-footer a:hover, .tab_link:hover {
 

 color: #ff0440 !important

}

#tabs_section {

   padding-bottom: 40px;
   margin-bottom: 40px;
   border-bottom: 1px solid rgba(204, 204, 204, 0.2)
}


#tab_footer h4 {

   font-size: 14px;
   cursor: pointer;
}

#tab_footer .fa {

   font-size: 12px;
}

.blue { /* ITS REALY RED */

    color: #ff0440 !important
}


#newsletters_footer input[type="email"] {

  font-size: 13px;
    padding: 6px 15px;
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 25px;
    outline: none;
    margin: 10px 0;
}


#newsletters_footer input[type="submit"] {

    font-size: 14px;
    padding: 6px 15px;
    width: 100%;
    border: none;
    border-radius: 25px;
    text-align: center;
    outline: none;
    background: transparent;
    color: #ff0440;
    font-weight: 400;
    border: 1px solid #ff0440;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#newsletters_footer input[type="submit"]:hover {

   background: #ff0440;
   color: #fff
}

#newsletters_footer h4 {

   margin-bottom: 10px;
}


.custom-control-input:checked~.custom-control-label::before {

    border-color: #ff0440;
    background-color: #ff0440;
}


.custom-control-label {

   font-size: 14px
}
