/*



*/

  @import url('https://fonts.googleapis.com/css?family=Muli:300,700|Nunito');
  @import url('https://fonts.googleapis.com/css2?family=Gloria+Hallelujah&display=swap');

  body {
    background: #ffffff;
    font-family: 'Nunito', sans-serif;
    overflow-x: hidden;
    padding-top: 70px;
  }

  .fuenteCalibelula {
    background: #ffffff;
    font-family: 'Gloria Hallelujah', cursive;
  }



  /*---------------------------------------
     TYPOGRAPHY
  -----------------------------------------*/

  h1,h2,h3,h4,h5,h6 {
    font-family: 'Muli', sans-serif;
    font-weight: bold;
    line-height: inherit;
  }

  h1 {
    color: #252525;
    font-size: 3em;
    line-height: normal;
  }

  h2 {
    color: #353535;
    font-size: 2em;
    padding-bottom: 10px;
  }

  h3 {
    font-size: 1.5em;
    margin-bottom: 0;
  }

  h3,
  h3 a {
    color: #454545;
  }

  p {
    color: #757575;
    font-size: 18px;
    font-weight: normal;
    line-height: 24px;
  }

  .bajarBotones{
  padding: 450px 200px 0px 0px;
  }
  
/*.video-responsive {*/
/*	height: 0;*/
/*	overflow: hidden;*/
/*	padding-bottom: 56.25%;*/
/*	padding-top: 30px;*/
/*	position: relative;*/
/*	}*/
/*.video-responsive iframe, .video-responsive object, .video-responsive embed {*/
/*	height: 100%;*/
/*	left: 0;*/
/*	position: absolute;*/
/*	top: 0;*/
/*	width: 100%;*/
/*	}*/

/*//===================================
    Boton submit sin fondo y me gusta
    ===================================*/
    
.fonMenusecundario {
    background: #FF3D94;
}

.texMegusta{
  color: #4CEBCF;
  }
.botonMeGusta {
    background: transparent;
    border:0px;
    font-size: 16px;
}

.botonMeGusta:hover {
    color: #FF3D94;
    background: transparent;
    font-size: 16px;
}

.botonSubmitTaller {
    background: transparent;
    border:0px;
    font-size: 14px;
}

.botonSubmitTaller:hover {
    color: #FF3D94;
    background: transparent;
    font-size: 14px;
}

.botonSubmitTaller2 {
    background: transparent;
    border:0px;
    font-size: 14px;
    text-align: left;
}

.botonSubmitTaller2:hover {
    color: #FF3D94;
    background: transparent;
    font-size: 14px;
    text-align: left;
}

/* boton ingresar menu  */
 .ingresar-btn {
    background: #00ECCF;
    border: 1px solid #ffffff;
    color: #ffffff;
    font-size: inherit;
    font-weight: normal;
    padding: 15px 30px;
    transition: 0.5s;
  }

  .ingresar-btn:hover {
    background: #ffffff;
    border-color: transparent;
    border: 1px solid #ffffff;
  }
/*//===========================
    Fin Boton submit sin fondo
    ===========================*/


.cardNotas {
-webkit-box-shadow: 7px 20px 32px -16px rgba(0,234,207,0.52);
-moz-box-shadow: 7px 20px 32px -16px rgba(0,234,207,0.52);
box-shadow: 7px 20px 32px -16px rgba(0,234,207,0.52);
border: 1px solid rgba(0,234,207,0.52);
border-radius: 80px 0px 80px 0px;
-moz-border-radius: 80px 0px 80px 0px;
-webkit-border-radius: 80px 0px 80px 0px;
}

  .featureIMG{
    padding: 30px 40px 0px 0px;
    text-align: right;
  }

  .featureIMG img {
    width: 250px;
    height: auto;
  }
  .feature-nota {
   padding: 0px 40px 30px 20px;
   text-align: right;
  }


  input[type="checkbox"]{
  display:none;
  }

  label[for="politicas"] span{
    display:inline-block;
    width:15px;
    height:15px;
    background:#E9ECEF;
    vertical-align:middle;
    border-radius:100%;
    border:1px solid #aaa;
    cursor:pointer;
  }

  input[type="checkbox"]:checked + label[for="politicas"] span{
    background: #F93F90;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border:1px solid #ffffff;
  }

/*---------------------------------------
     GENERAL
  -----------------------------------------*/

  html{
    -webkit-font-smoothing: antialiased;
  }

  a {
    color: #252525;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    text-decoration: none !important;
  }

  a,
  input, button,
  .form-control {
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }

  a:hover, a:active, a:focus {
    color: #4CEBCF;
    outline: none;
  }

  ::-webkit-scrollbar{
    width: 8px;
    height: 8px;
  }

  ::-webkit-scrollbar-thumb {
    cursor: pointer;
    background: #000000;
  }

  .centra-texto {
    text-align: center;
  }

  .centra-div {
    margin-left: auto;
    margin-right: auto;
  }

  .section-title {
    padding-bottom: 40px;
  }

  .section-title h2 {
    margin: 0;
  }

  .section-title small {
    display: block;
  }

  .overlay {
    background: rgba(20,20,20,0.5);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .entry-form {
    background: #252020;
    border-radius: 100%;
    text-align: center;
    padding: 6em;
    width: 550px;
    height: 550px;
  }

  .entry-form h2 {
    color: #ffffff;
    margin: 0;
  }

  .entry-form .form-op {
    color: #ffffff !important;
    margin: 0;
   }

 .entry-form a:hover, a:active, a:focus {
    color: #4CEBCF;
    outline: none;
  }

  .entry-form a {
    color: #909090;
  }


  .entry-form .form-control {
    background: transparent;
    border: 0;
    border-bottom: 1px solid;
    border-radius: 0;
    box-shadow: none;
    height: 45px;
    margin: 10px 0;
  }

  .entry-form .submit-btn {
    background: #F93F90;
    border-radius: 50px;
    border: 0;
    color: #252020;
    width: 50%;
    height: 50px;
    margin: 30px auto;
    margin-bottom: 10px;
  }

  .entry-form .submit-btn:hover {
    background: #4CEBCF;
    color: #ffffff;
  }

  section {
    position: relative;
    padding: 40px 0;
  }

  #team,
  #testimonial {
    background: transparent;
  }

  #team,
  #testimonial {
    text-align: center;
  }

  #google-map iframe {
    border: 0;
    width: 100%;
    height: 390px;
  }

 #team .team-title  {
     font-family: 'Gloria Hallelujah', cursive;
     text-align: center;
     font-weight: bold;
  }


  /*---------------------------------------
     BUTTONS
  -----------------------------------------*/
  #registro .registro-btn {
    background: #F93F90;
    border-radius: 50px;
    border: 0;
    color: #252020;
    width: 100%;
    height: 50px;
    margin: 30px auto;
    margin-bottom: 10px;
  }

 #registro .registro-btn:hover {
    background: #4CEBCF;
    color: #ffffff;
  }

  .section-btn {
    background: #00ECCF;
    border-radius: 50px;
    border: 1px solid #ffffff;
    color: #ffffff;
    font-size: inherit;
    font-weight: normal;
    padding: 15px 30px;
    transition: 0.5s;
  }

  .section-btn:hover {
    background: #ffffff;
    border-color: transparent;
  }



  /*---------------------------------------
       PRE LOADER
  -----------------------------------------*/

  .preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    background: none repeat scroll 0 0 #ffffff;
  }

  .spinner {
    border: 1px solid transparent;
    border-radius: 3px;
    position: relative;
  }

  .spinner:before {
    content: '';
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 45px;
    height: 45px;
    margin-top: -10px;
    margin-left: -10px;
    border-radius: 50%;
    border: 1px solid #575757;
    border-top-color: #ffffff;
    animation: spinner .9s linear infinite;
  }

  @-webkit-@keyframes spinner {
    to {transform: rotate(360deg);}
  }

  @keyframes spinner {
    to {transform: rotate(360deg);}
  }


  /*---------------------------------------
      MENU
  -----------------------------------------*/
    .ancho-navbar{
        width: 1250px;
    }

  .custom-navbar {
    background: #ffffff;
    border-top: 5px solid #F93F90;
    border-bottom: 0;
    -webkit-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
    padding: 12px 0;
    margin-bottom: 0;
    padding: 0;
  }

  .custom-navbar .navbar-brand {
    color: #454545;
    font-size: 18px;
    font-weight: bold;
    line-height: 40px;
  }

  .custom-navbar .navbar-nav.navbar-nav-first {
    margin-left: 8em;
  }

  .custom-navbar .navbar-nav.navbar-right li a {
    padding-right: 8px;
    padding-left: 8px;
  }

  .custom-navbar .navbar-nav.navbar-right li a .fa {
    background: #F93F90;
    border-radius: 100%;
    color: #ffffff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: inline-block;
    margin-right: 5px;
  }

  .custom-navbar .nav li a {
    line-height: 40px;
    color: #575757;
    padding-right: 10px;
    padding-left: 10px;
  }

  .custom-navbar .navbar-nav > li > a:hover,
  .custom-navbar .navbar-nav > li > a:focus {
    background-color: transparent;
  }

  .custom-navbar .nav li a:hover {
    background-color: #F93F90;
    color: #ffffff;
  }

  .custom-navbar .nav li.active > a {
    background-color: #F93F90;
    color: #ffffff;
  }

  .custom-navbar .navbar-toggle {
    border: none;
    padding-top: 10px;
  }

  .custom-navbar .navbar-toggle {
    background-color: transparent;
  }

  .custom-navbar .navbar-toggle .icon-bar {
    background: #252525;
    border-color: transparent;
  }



  /*---------------------------------------
      HOME  & SLIDER
  -----------------------------------------*/

  #home {
    padding: 0;
  }

  #home h1 {
    color: #ffffff;
  }

  #home h3 {
    color: #f9f9f9;
    font-size: 16px;
    font-weight: 300;
    margin: 0;
    padding: 5px 0 40px 0;
  }

  #home h2 {
    color: #f9f9f9;
    font-size: 24px;
    font-weight: 300;
    margin: 0;
    padding: 5px 0 40px 0;
  }


  .home-slider .caption {
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: left;
    background-color: rgba(20,20,20,0.2);
    height: 600px;
    color: #fff;
    cursor: e-resize;
    padding: 0px 0px 100px 0px;
  }

  .home-slider .item {
    background-repeat: no-repeat;
    background-attachment: local;
    background-size: cover;
    height: 600px;

  }

  .caption h3 a { color: #FFF; }
  .caption h2 a { color: #FFF; }
  .caption h3 a:hover { color: #FF3; }

  .home-slider .item-first {
    background-image: url(../img/inicioJunio.png);
    background-position: center;

  }

  .home-slider .item-second {
    background-image: url(../img/inicio-2.jpg);
    background-position: center;
  }

  .home-slider .item-third {
    background-image: url(../img/inicio-3.jpg);
    background-position: center;
  }
  
    .home-slider .item-four {
    background-image: url(../img/inicio-4.jpg);
    background-position: center;
  }
  
  

/*---------------------------------------
      slid de detalle pelicula
  -----------------------------------------*/
  #detalleFestival .titleFes  {
     font-family: 'Gloria Hallelujah', cursive;
     font-size: 25px;
     font-weight: bold;
     text-align: left;
  }


   #detalleFestival .sipnosis  {
     font-size: 16px;
  }

  #detalleFestival .fondoTexto {
    padding: 90px 20px 0px 0px;
  }

  #detalleFestival .fondoImagen {
    text-align: center;
    padding: 20px 0px 15px 0px;
  }

  .fondo  {
    background-color: black;
   }

   .fondoFoter  {
    background-color: #2A2A2A;
    padding: 10px 0px 10px 0px;
   }

   #detalleFestival .peq {
    font-size: 15px;
    line-height: 1;
    }

  #detalleFestival .titulosFooter {
    color: #F93F90;
    }

    #detalleFestival .nombreDirector {
    color: #00ECCF;
    }

   #detalleFestival .detalleP-btn {
    background: #F93F90;
    border-radius: 50px;
    border: 1px solid #ffffff;
    color: #ffffff;
    font-size: inherit;
    font-weight: normal;
    padding: 10px 15px;
    transition: 0.5s;
  }

   #detalleFestival .detalleP-btn:hover {
    background: #ffffff;
    border-color: transparent;
    color: #F93F90;
  }


  /*---------------------------------------
      FEATURE
  -----------------------------------------*/
   #festival .titleFes  {
     font-family: 'Gloria Hallelujah', cursive;
     text-align: center;
     font-weight: bold;
  }

  #registro .titletaller  {
     font-family: 'Gloria Hallelujah', cursive;
     text-align: center;
     font-weight: bold;
     color: #FF3D94;
  }

  .feature-thumb {
    border: 1px solid #f0f0f0;
    padding: 5em 3em;
  }

  .feature-thumb span {
    background: #00EACF;
    border-radius: 50px;
    color: #ffffff;
    font-size: 25px;
    font-weight: bold;
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    margin-bottom: 5px;
  }

  .feature-thumb h3 {
    margin: 10px 0;
  }



  /*---------------------------------------
      ABOUT
  -----------------------------------------*/

  #about figure {
    display: inline-block;
    vertical-align: top;
    margin-left: 15px;
  }

  #about figure span {
    float: left;
    margin-left: -15px;
    padding: 15px 10px;
    position: relative;
    top: 20px;
  }

  #about figure span i {
    background: #4CEBCF;
    border-radius: 50px;
    color: #ffffff;
    font-size: 25px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
  }
   .titleletra  {
     font-family: 'Gloria Hallelujah', cursive;
  }

  /*---------------------------------------
    categorias
  -----------------------------------------*/
   #categorias .titleFes  {
     font-family: 'Gloria Hallelujah', cursive;
     text-align: center;
     font-weight: bold;
  }

  #categorias .team-marg {
    margin-top: 30px;
  }

  .team-thumb {
    background: #ffffff;
    overflow: hidden;
    text-align: left;
    border-radius: 10px;
    box-shadow: 5px 5px 20px 7px rgba(0,0,0,0.18), -5px -5px 30px 7px rgba(0,0,0,0.20);
    cursor: pointer;
    transition: 0.4s;
    padding: 0px 0px 0px 0px;
  }

  .team-info {
    padding: 20px 30px;
  }
  
   .text-info {
    font-size: 16px;
  }

  .team-image img {
    width: 100%;
  }
  
   .team-image-blog img {
    width: 400px;
    height: 300px;
  }


  .team-thumb .social-icon {
    border-top: 1px solid #f0f0f0;
    padding: 4px 20px 0 20px;
  }

  .team-thumb .social-icon li a {
    background: #ffffff;
    color: #252020;
  }

  .team-info h3 {
    margin: 0;
  }


/*---------------------------------------
      MENU 2
  -----------------------------------------*/
  #menu2 .owl-theme .owl-nav {
    margin-top: 30px;
  }

  #menu2 .owl-theme .owl-nav [class*=owl-] {
    border-radius: 2px;
    font-size: 16px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    padding: 0;
  }

  .menu2-thumb {
    background: #F93F90;
    position: relative;
    width: 320px;
    border-style:solid;
    border-color: #00ECCF;
  }

  .menu2-detail {
    font-family: 'Gloria Hallelujah', cursive;
    padding: 25px 25px 25px 25px;
    color: #FFFFFF;
    text-align: center;
  }

  .menu2-detail h4 {
    font-family: 'Gloria Hallelujah', cursive;
    margin: 0 0 2px 0;
    color: #FFFFFF;
    text-align: center;
  }
  
   .menu2-detail h5 {
    font-family: 'Gloria Hallelujah', cursive;
    margin: 0 0 2px 0;
    color: #FFFFFF;
    text-align: center;
  }
  
  .menu2-thumb :hover
  {
    color: #00ECCF;  
  }
  
    .menu2-detail a
  {
    color:  #FFFFFF;  
  }



  /*---------------------------------------
      COURSES
  -----------------------------------------*/
 #courses .titleFes  {
     font-family: 'Gloria Hallelujah', cursive;
     text-align: center;
     font-weight: bold;
  }

  #courses .section-title {
    text-align: center;
  }

  #courses .owl-theme .owl-nav {
    margin-top: 30px;
  }

  #courses .owl-theme .owl-nav [class*=owl-] {
    border-radius: 2px;
    font-size: 16px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    padding: 0;
  }

  .courses-thumb {
    background: #f9f9f9;
    position: relative;
  }

  .courses-top {
    position: relative;
  }
  .courses-image {
    background: linear-gradient(to right, #202020, #101010);
  }

  .courses-image-noticia {
     background: linear-gradient(to right, #202020, #101010);
     width: 320px;
     height: 250px;
  }

  .courses-image-noticia img{
   width:320px;
   height:250px;
  }

  .courses-date-noticia {
    background: linear-gradient(rgba(255, 0, 0, 0), rgba(0, 0, 0, 0.6));
    width: 320px;
    position: absolute;
    bottom: 0;
    padding: 20px 25px;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
  }

  .courses-date {
    background: linear-gradient(rgba(255, 0, 0, 0), rgba(0, 0, 0, 0.6));
    width: 100%;
    position: absolute;
    bottom: 0;
    padding: 20px 25px;
  }

  .courses-date span,
  .courses-author span {
    font-size: 14px;
    font-weight: bold;
  }

  .courses-date span {
    color: #ffffff;
    display: inline-block;
    margin-right: 10px;
  }

  .courses-detail {
    padding: 25px 25px 15px 25px;
  }

  .courses-detail h3 {
    margin: 0 0 2px 0;
  }
  
   #courses .textamano {
    font-size: 30px !important;
  }
  

  .courses-info {
    border-top: 1px solid #f0f0f0;
    position: relative;
    clear: both;
    padding: 15px 25px;
  }

  .courses-author,
  .courses-author span {
    display: inline-block;
    vertical-align: middle;
  }

  .courses-author img {
    display: inline-block !important;
    border-radius: 50px;
    width: 50px !important;
    height: 50px;
    margin-right: 10px;
  }

  .courses-price {
    float: right;
    margin-top: 10px;
  }

  .courses-price span {
    background: #29ca8e;
    border-radius: 2px;
    color: #ffffff;
    display: block;
    padding: 5px 10px;
  }

  .courses-price.free span {
    background: #00ECCF;
  }



  /*---------------------------------------
     NEWS
  -----------------------------------------*/

  .news-thumb {
    clear: both;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
  }

  .news-thumb .news-image {
    float: left;
    width: 40%;
    margin-right: 30px;
  }

  .news-info h3 {
    margin-top: 5px;
    margin-bottom: 10px;
  }

  .news-date span {
    color: #909090;
    font-weight: bold;
  }



  /*---------------------------------------
      TESTIMONIAL
  -----------------------------------------*/

  #testimonial .item {
    background: #ffffff;
    margin: 20px 0;
    padding: 4em 3em;
    text-align: left;
  }

   .titleFes  {
     font-family: 'Gloria Hallelujah', cursive;
     text-align: center;
     font-weight: bold;
  }

  #courses .col-md-4,
  #testimonial .col-md-4 {
    display: block;
    width: 100%;
  }

  #testimonial .item > p {
    font-size: 16px;
    line-height: 26px;
  }

  .tst-rating {
    margin-bottom: 15px;
  }

  .tst-rating .fa {
    color: #3f51b5;
  }

  .tst-image,
  .tst-author {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 20px;
    text-align: left;
  }

  .tst-image img {
    border-radius: 50px;
    width: 60px !important;
    height: 60px;
    margin-right: 15px;
  }

  .tst-author h4 {
    margin: 0;
  }

  .tst-author span {
    color: #808080;
    font-size: 14px;
  }

/*---------------------------------------
      Aliados
  -----------------------------------------*/
#aliados section {
    position: relative;
    padding: 10px 0 !important;
  }

  #aliados .itemLogo {
    background: #ffffff;
    text-align: center;
  }

   #aliados .titleFes  {
     font-family: 'Gloria Hallelujah', cursive;
     text-align: center;
     font-weight: bold;
     padding: 5px 0;
  }


  #aliados .aliado-image img {
    margin-right: 15px;
    text-align: center;
  }

  #aliados .aliado-author h4 {
    margin: 0;
    text-align: center;
  }



  /*---------------------------------------
      CONTACT
  -----------------------------------------*/

  #contact {
    background: #5CD800;
  }

  #contact .titleFes  {
     font-family: 'Gloria Hallelujah', cursive;
     text-align: center;
     font-weight: bold;
  }

  #contact h2 {
    color: #ffffff;
  }

  #contact .section-title {
    padding-bottom: 20px;
  }

  #contact h2 > small,
  #contact p,
  #contact a {
    color: #f9f9f9;
  }

  #contact-form {
    padding: 1em 0;
  }

  #contact-form .col-md-12,
  #contact-form .col-md-4 {
    padding-left: 0;
  }

  #contact-form .form-control {
    border: 0;
    border-radius: 5px;
    box-shadow: none;
    margin: 10px 0;
  }

  #contact-form input {
    height: 50px;
  }

  #contact-form input[type='submit'] {
    border-radius: 50px;
    border: 1px solid transparent;
  }

  #contact-form input[type='submit']:hover {
    background: transparent;
    border-color: #ffffff;
    color: #ffffff;
  }


  /*---------------------------------------
     FOOTER
  -----------------------------------------*/

  footer {
    background: #252020;
    padding: 120px 0;
  }

  footer .titleFes  {
     font-family: 'Gloria Hallelujah', cursive;
     font-weight: bold;
  }

  footer .section-title {
    padding-bottom: 10px;
  }

  footer h2 {
    font-size: 20px;
  }

  footer a,
  footer p {
    color: #909090;
  }

  footer strong {
    color: #d9d9d9;
  }

  footer address p {
    margin-bottom: 0;
  }

  footer .social-icon {
    margin-top: 25px;
  }

  .footer-info {
    margin-right: 2em;
  }

  .footer-info h2 {
    color: #ffffff;
    padding: 0;
  }

  .footer_menu h2 {
    margin-top: 2em;
  }

  .footer_menu ul {
    margin: 0;
    padding: 0;
  }

  .footer_menu li {
    display: inline-block;
    list-style: none;
    margin: 5px 10px 5px 0;
     font-size: 18px;
  }

  .newsletter-form .form-control {
    background: transparent;
    border-radius: 0;
    box-shadow: none;
    border: 0;
    border-bottom: 1px solid #303030;
    height: 50px;
    margin: 5px 0;
  }

  .newsletter-form input[type="submit"] {
    background: transparent;
    border: 1px solid #4CEBCF;
    border-radius: 50px;
    color: #ffffff;
    display: block;
    margin-top: 20px;
    outline: none;
    width: 50%;
  }

  .newsletter-form input[type="submit"]:hover {
    background: #4CEBCF;
    border-color: transparent;
  }

  .newsletter-form .form-group span {
    color: #909090;
    display: block;
    font-size: 12px;
    margin-top: 20px;
  }



  /*---------------------------------------
     SOCIAL ICON
  -----------------------------------------*/

  .social-icon {
    position: relative;
    padding: 0;
    margin: 0;
  }

  .social-icon li {
    display: inline-block;
    list-style: none;
    margin-bottom: 5px;
  }

  .social-icon li a {
    border-radius: 100px;
    color: #4CEBCF;
    font-size: 15px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-decoration: none;
    text-align: center;
    transition: all 0.4s ease-in-out;
    position: relative;
    margin: 5px 5px 5px 0;
  }

  .social-icon li a:hover {
    background: #4CEBCF;
    color: #ffffff;
  }



  /*---------------------------------------
     RESPONSIVE STYLES
  -----------------------------------------*/

  @media screen and (max-width: 1170px) {
    .custom-navbar .navbar-nav.navbar-nav-first {
      margin-left: inherit;
    }
  }

  @media only screen and (max-width: 992px) {
    section,
    footer {
      padding: 60px 0;
    }

    .home-slider .item {
      background-position: center center;
    }

    .feature-thumb,
    .about-info,
    .team-thumb,
    .footer-info {
      margin-bottom: 50px;
    }

    .contact-image {
      margin-top: 50px;
    }
  }

  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .custom-navbar .nav li a {
      padding-right: 10px;
      padding-left: 10px;
    }
  }

  @media only screen and (max-width: 767px) {
    h1 {
      font-size: 2.5em;
    }

    h1,h2,h3 {
      line-height: normal;
    }

    .custom-navbar {
      background: #ffffff;
      -webkit-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
      box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
      padding: 10px 0;
      text-align: center;
    }

    .custom-navbar .navbar-brand,
    .custom-navbar .nav li a {
      line-height: normal;
    }

    .custom-navbar .nav li a {
      padding: 10px;
    }

    .custom-navbar .navbar-brand,
    .top-nav-collapse .navbar-brand {
      color: #252525;
      font-weight: 600;
    }

    .custom-navbar .nav li a,
    .top-nav-collapse .nav li a {
      color: #575757;
    }

    .custom-navbar .navbar-nav.navbar-right li {
      display: inline-block;
    }

    .footer-info {
      margin-right: 0;
    }

    .footer-info.newsletter-form {
      margin-bottom: 0;
    }

    .entry-form {
      display: block;
      margin: 0 auto;
    }
  }


  @media only screen and (max-width: 580px) {
    h2 {
      font-size: 1.8em;
    }

    #testimonial .item {
      padding: 2em;
    }

    .contact-image {
      margin-top: 0;
    }
  }

  @media only screen and (max-width: 480px) {
    h1 {
      font-size: 2em;
    }

    #home h3 {
      font-size: 14px;
    }

    .entry-form {
      border-radius: 0;
      padding: 2em;
      max-width: 100%;
      max-height: 100%;
      width: inherit;
      height: inherit;
    }
  }
