@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://inodev.tn/wp-content/themes/understrap-child-master/fonts/avenir/light/light.eot');
  src: url('https://inodev.tn/wp-content/themes/understrap-child-master/fonts/avenir/light/light.eot?#iefix') format('embedded-opentype'),
    url('https://inodev.tn/wp-content/themes/understrap-child-master/fonts/avenir/light/light-woff2.woff2') format('woff2'),
    url('https://inodev.tn/wp-content/themes/understrap-child-master/fonts/avenir/light/light-woff.woff') format('woff'),
    url('https://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://inodev.tn/wp-content/themes/understrap-child-master/fonts/avenir/400/light4.eot');
  src: url('https://inodev.tn/wp-content/themes/understrap-child-master/fonts/avenir/400/light4.eot?#iefix') format('embedded-opentype'),
    url('https://inodev.tn/wp-content/themes/understrap-child-master/fonts/avenir/400/light4-woff2.woff2') format('woff2'),
    url('https://inodev.tn/wp-content/themes/understrap-child-master/fonts/avenir/400/light4-woff.woff') format('woff'),
    url('https://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://inodev.tn/wp-content/themes/understrap-child-master/fonts/avenir/bold/avenir-bold.eot');
  src: url('https://inodev.tn/wp-content/themes/understrap-child-master/fonts/avenir/bold/avenir-bold.eot?#iefix') format('embedded-opentype'),
    url('https://inodev.tn/wp-content/themes/understrap-child-master/fonts/avenir/bold/avenir-bold-woff2.woff2') format('woff2'),
    url('https://inodev.tn/wp-content/themes/understrap-child-master/fonts/avenir/bold/avenir-bold-woff.woff') format('woff'),
    url('https://inodev.tn/wp-content/themes/understrap-child-master/fonts/avenir/bold/avenir-bold-ttf.ttf') format('truetype');
}







body {

    font-family: 'Avenir Next';
    font-weight: 300;
    color: #7e7e7e
}

.wrapper {

   padding: 0;
}

h1, h2, h3, h4, h5 {

   font-weight: 
}

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
}


/* SLIDER */


#home_slider {
 

  height: 100vh;


}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%2300465f' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%2300465f' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}


.row_slider {

   height: 100vh;
   padding-left: 50px;
}


/* Carousel ANIMATION */


.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: #00465f;
    text-transform: capitalize;
    font-size: 100px;
}

#home_slider p {
 
  animation-delay: 2s;
  padding: 0 70px;
  font-size: 18px
}

#home_slider .sitebtn {
  
  animation-delay: 3s;
}


#home_slider a {
    
    padding: 13px 30px;
    color: #00465f;
    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: 1px solid #00465f;
    display: inline-block;
}


#home_slider a .fa {

   opacity: 0;
   color: #fff
}

#home_slider a:hover {


 background-color: #7b9526;
 color: #fff;
 border: none

}


#home_slider a:hover .fa {

   opacity: 1
}

/* .hvr-bounce-to-right {
    
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

.hvr-bounce-to-right:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #7b9526;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;

}

.hvr-bounce-to-right:hover, .hvr-bounce-to-right:focus, .hvr-bounce-to-right:active {
  color: #fff !important

}

.hvr-bounce-to-right:hover:before, .hvr-bounce-to-right:focus:before, .hvr-bounce-to-right:active:before {
  
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

*/

/* HEADER AND NAV */

.custom_nav {

   background: #fff;
   padding: 20px 0;
   box-shadow: 0 2px 10px rgba(0,0,0,.08);
   
}


body.home .custom_nav {

  background: rgba(255, 255, 255, 0.73);
}

.navbar-dark .navbar-nav .nav-link {
  
    color: rgba(0,0,0,.5);
    font-weight: 300;
    text-transform: uppercase;
    font-size: 14px;

}


.student a {

    padding-right: 20px !important;
    background: #00465f;
    border-radius: 5px;
    color: #fff !important;
    padding-left: 20px !important;
    margin-left: 50px
}

.student a:hover {

   background: #009cb8 !important;
   opacity: 0.8
}

.student a:before {

   content: "\f19d";
    font-family: "FontAwesome";
    display: inline-block;
    margin-right: 10px;

}

.navbar-dark .navbar-nav .active>.nav-link {

   color: #009cb8;

}

.navbar-dark .navbar-nav .nav-link:hover {

  color: #00465f
}



.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;
}


@keyframes nav-bar-slide-in {
    0 % {
        -webkit - transform: translateY(-100 % );
        transform: translateY(-100 % )
    }
    to {
        -webkit - transform: translateY(0);
        transform: translateY(0)
    }
}



/* VISUAL COMPOSER */

.tag_line {
    

    display: inline-block;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 22px;
    color: #009cb8;
    font-family: 'Open Sans Condensed', sans-serif;

}


.double_title h2 {

   font-size: 50px !important;
   color: #00465f;
   text-transform: none !important
}


.box_block {

   cursor: pointer;
}


/* Rectangle Out */
.hvr-rectangle-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 3px 0px #ccc;
  position: relative;
  background: #fff;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
   padding: 20px 30px;
   margin-bottom: 30px
}
.hvr-rectangle-out:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098D1;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-rectangle-out:hover, .hvr-rectangle-out:focus, .hvr-rectangle-out:active {
  color: white;
}
.hvr-rectangle-out:hover:before, .hvr-rectangle-out:focus:before, .hvr-rectangle-out:active:before {
  -webkit-transform: scale(1);
  transform: scale(1);
}


/* BOX SERVICE */

.box_block img {

   height: 60px;
   width: 60px;
}

.box_block h3 {

   color: #00465f;
   margin-top: 15px;
   font-size: 20px;
   text-transform: uppercase;
}

.box_block p {

   font-size: 14px
}

.box_block {

   border-radius: 15px;
   padding: 30px;
   box-shadow: 0px 10px 30px -8px rgba(0,0,0,0.15);
   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:hover {

  box-shadow: 0px 10px 30px -8px rgba(0,0,0,0.5);
  -webkit-transform: translate(0, -5px);
    transform: translate(0, -5px);

}

/* WE DO COMPONENT ON VISUAL COMPOSER */

#wedo {

  height: 400px;
    background-size: cover;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
    color: #fff
}


#wedo:before {

  transition: all .2s ease-in-out;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    border-radius: inherit;
    opacity: 0;
    width: 100%;
    height: 100%;
}


#wedo:hover:before {

   opacity: 0.6
}

.wedo_content {

  transition: all .5s ease-in-out;
    padding: 20px 45px;
    position: relative;
    top: 100%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(calc(-4.25rem - 20px));
    transform: translateY(calc(-4.25rem - 20px));
    z-index: 1;
}

.wedo_description {

   opacity: 0
}


#wedo:hover .wedo_content {

   -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}

#wedo:hover .wedo_description {

   opacity: 1
}



/* box service others */


.box_others_service {

    transition: all .2s ease-in-out;
    width: 100%;
    height: 100%;
    box-shadow: 0 5px 20px rgba(0,70,95,.1);
    border-radius: 6px;
    padding: 1.25rem .625rem;
    color: #00465f;
    text-decoration: none;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    margin-bottom: 30px
}


.box_others_service:hover {

  transform: translateY(-5px);
  box-shadow: 0 40px 40px rgba(0,70,95,.25);

}


.box_others_service h4 {

    font-weight: 400;
    text-transform: uppercase;
    font-size: 14px;
    vertical-align: middle;
}


.box_others_service a {

  color: #00465f
 }

/* HOME PAGE */


.big_title h2 {

  color: #00465f;
    font-weight: 500;
    text-transform: capitalize;
    font-size: 70px;
}

.tag_line:after, .tag_line:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 50px;
    height: 5px;
    background-color: #009cb8;
    border-radius: 15px;
}

.tag_line:after {

   margin-left: 20px
}

.tag_line:before {
    
    margin-right: 20px;
}



.big_text p {

     font-size: 18px;
}

#why_us h3 {

   color: #00465f;
   font-size: 22px;
   font-weight: 400;
   margin-bottom: 20px
}

#why_us p {
  
    font-size: 16px;
    padding: 0 40px;

}


#why_us h3:before {

   
    font-family: "FontAwesome";
    font-size: 18px;
    color: #fff;
    background: #00465f;
    height: 40px;
    width: 40px;
    display: inline-block;
    line-height: 40px;
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 15px;
    text-align: center;

}


#why_us .professional h3:before {
 
  content: "\f135";

}


#why_us .creative h3:before {
 
  content: "\f005";

}


.big_title h2, .big_title h3 {

  color: #00465f;
    font-size: 40px;
}

.ul_square ul {

  padding: 0;
    padding-left: 15px;
    list-style-type: square;
}

.ul_square ul li {
  
  padding-top: 5px;

}

#full_banner {

   background-attachment: fixed;
}

#full_banner h2 {

   text-transform: uppercase;
    color: #00465f;
    font-size: 70px;
}


#full_banner a {

   background: #009cb8;
    display: inline-block;
    color: #fff;
    padding: 10px 50px;
    font-weight: bold;
    font-size: 18px;
    border-radius: 25px;
}

#full_banner .green h2 {

       color: #72ce33
} 


#full_banner .green a {

      background: #72ce33
}


#full_banner .white_block h2 {
     
     color: #fff

} 


#blue_icon h3 {
 
 color: #009cb8;
 font-size: 17px;
 text-transform: uppercase;
 text-align: center;

}

#blue_icon p {

   text-align: center;
}

/* 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: 23px;
    font-weight: 400
}

.post_carousel a {
  
  color: #00465f

}


.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: #009cb8;
    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 .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: #00465f;
    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: #009cb8;
}





/* INT PAGE */

#header_small {

   height: 300px;
   margin-top: 80px;
   color: #fff;
}


#header_small h1 {

   text-transform: uppercase;
   font-size: 70px;
   font-weight: 300;
}

#header_small p {

   font-size: 17px;
}


#we_help h2, #we_provide h2 {

   font-size: 16px;
    color: #00465f;
    text-transform: uppercase;
}


#we_provide h2 {

   font-size: 30px;
   margin-top: 50px
}

#we_provide h2:after {

     content: "\f178";
    font-family: "FontAwesome";
    color: #009cb8;
    margin-left: 10px;
    transition: all,.5s;
    opacity: 0;
    font-size: 30px;
    vertical-align: middle;
}


#we_provide h2:hover:after {

   opacity: 1
}

#we_provide a {

      color: #00465f;
}


#we_provide a:hover {
   
   color: #009cb8;

}


#we_provide .wpb_single_image .vc_figure {

  border-radius: 6px;
    background: #fff;
    box-shadow: 0 5px 40px rgba(0,70,95,.1);
    padding: 30px;
    text-align: center;
}


#overlay_section:after {

    display: block;
    position: absolute;
    background: #000;
    opacity: 0.5;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    content: "";
    visibility: visible;
}



#overlay_section ul {

   list-style-type: square;
   padding-left: 15px;
}

#overlay_section li {

   font-size: 16px
}


/* BLOG */


#header_background {

    height: 400px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    color: #fff;
    position: relative;
    margin-bottom: 80px

}

#header_background:before {

    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to top,rgba(0, 0, 0, 0.8),rgba(255,255,255,.12) 50%);
    display: block;
}

#header_background h1 {

    color: #fff;
    text-transform: uppercase;
    font-size: 70px;
}


#index-wrapper .col-md-4 h2 {

       font-size: 20px;
    text-align: center;
    margin: 20px 0;
    padding: 0 30px;
}


#index-wrapper .col-md-4 h2 a {

   color: #222
}

#index-wrapper .col-md-4 p {
  
  font-size: 14px;
         
}


#index-wrapper .col-md-4 article {

    -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);
    border-radius: 10px;
    min-height: 450px;
}

#index-wrapper .col-md-4 .entry-content {

    padding: 0 30px 10px;
    font-size: 13px;
    text-align: center;
}


#index-wrapper .col-md-4 img {

   height: 200px;
   object-fit: cover
}


#index-wrapper .col-md-4 .read_more {
    
    background: #009cb8;
    color: #fff;
    border: none;
    border-radius: 15px;
    padding: 5px 30px;
    display: block;
    margin: 20px auto;
    max-width: 150px;

}

/* CONTACT */

#contact_page .wpcf7-list-item-label {

   font-size: 11px;
}

#contact_page .wpcf7 textarea {

   height: 100px;
}


#contact_page .wpcf7 {

   max-width: 1000px
}


#contact_page span.wpcf7-list-item {

        padding-right: 100px;
}


#contact_page .wpcf7 input {
  
    border: 0;
    border-bottom: 1px solid #ccc;
    border-radius: 0;

}

span.wpcf7-list-item {

    display: inline-block;
    margin: 10px 30px 0 0;
}

#contact_page .wpcf7 input:focus {

   border-bottom: 1px solid #ccc !important;
}

#contact_page .annim_label {

   padding-bottom: 30px
}

#contact_page .annim_label label {

    position: absolute;
    top: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    pointer-events: none;
    transition: top .2s;
    color: #373737;
    z-index: 2
}

#contact_page .wpcf7 textarea:focus {

     border-color: #ccc !important;
}

.has-value {

    font-size: 11px;
    top: -10px!important;
    color: #b0a7a7 !important;

}


#contact_page input[type=submit] {

    background: #009cb8;
    color: #fff;
    border: 0;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: bold;
    max-width: 200px;
    float: right;
}

/* FOOTER */

#wrapper-footer {

   background: #121921;
   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: #009cb8 !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 {

    color: #009cb8 !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: #009cb8;
    font-weight: 400;
    border: 1px solid #009cb8;
    -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: #009cb8;
   color: #fff
}

#newsletters_footer h4 {

   margin-bottom: 10px;
}


.custom-control-input:checked~.custom-control-label::before {

       border-color: #009cb8;
    background-color: #009cb8;
}


.custom-control-label {

   font-size: 14px
}
@media (max-width: 991px) {#home_slider h2,#header_small h1{ font-size:100%}}