

a:active,
a:hover {
  outline: 0;
}

@-webkit-viewport { width: device-width; }
@-moz-viewport { width: device-width; }
@-ms-viewport { width: device-width; }
@-o-viewport { width: device-width; }
@viewport { width: device-width; }


/* ------------------------------------------
  RESPONSIVE NAV STYLES
--------------------------------------------- */

.nav-collapse ul {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  list-style: none;
}

.nav-collapse li {
  width: 100%;
  display: block;
}

.js .nav-collapse {
  clip: rect(0 0 0 0);
  max-height: 0;
  position: absolute;
  display: block;
  overflow: hidden;
  zoom: 1;
}

.nav-collapse.opened {
  max-height: 9999px;
}

.disable-pointer-events {
  pointer-events: none !important;
}

.nav-toggle {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

@media screen and (min-width: 767px) {
  .js .nav-collapse {
    position: relative;
  }
  .js .nav-collapse.closed {
    max-height: none;
  }
  .nav-toggle {
    display: none;
  }
}




/* ------------------------------------------
  MASK
--------------------------------------------- */

.mask {
  -webkit-transition: opacity 300ms;
  -moz-transition: opacity 300ms;
  transition: opacity 300ms;
  background: rgba(0,0,0, .5);
  visibility: hidden;
  position: fixed;
  opacity: 0;
  z-index: 2;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
}

.android .mask {
  -webkit-transition: none;
  transition: none;
}

.js-nav-active .mask {
  visibility: visible;
  opacity: 1;
}

@media screen and (min-width: 767px) {
  .mask {
    display: none !important;
    opacity: 0 !important;
  }
}


/* ------------------------------------------
  NAVIGATION STYLES
--------------------------------------------- */

.fixed {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
}

.nav-collapse,
.nav-collapse * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.nav-collapse,
.nav-collapse ul {
  list-style: none;
  width: 100%;
  float: left;
}

@media screen and (min-width: 767px) {
  .nav-collapse {
    float: right;
    width: auto;
  }
}

.nav-collapse li {
  float: left;
  width: 100%;
}

@media screen and (min-width: 767px) {
  .nav-collapse li {
    width: auto;
  }
}

.nav-collapse a {
 /* -webkit-tap-highlight-color: rgba(0,0,0,0);
  border-top: 1px solid white;
  text-decoration: none;
  background: #f4421a;
  padding: 0.7em 1em;
  color: #fff;
  width: 100%;
  float: left;*/
}

.nav-collapse a:active,
.nav-collapse .active a {
color: #5a5a5a;
}

@media screen and (min-width: 767px) {
  .nav-collapse a {
  /*  border-left: 1px solid white;
    padding: 1.02em 2em;
    text-align: center;
    border-top: 0;
    float: left;
    margin: 0;*/
  }
  
}





/* ------------------------------------------
  NAV TOGGLE STYLES
--------------------------------------------- */

@font-face {
  font-family: "responsivenav";
  src:url("../icons/responsivenav.eot");
  src:url("../icons/responsivenav.eot?#iefix") format("embedded-opentype"),
    url("../icons/responsivenav.ttf") format("truetype"),
    url("../icons/responsivenav.woff") format("woff"),
    url("../icons/responsivenav.svg#responsivenav") format("svg");
  font-weight: normal;
  font-style: normal;
}

.nav-toggle {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none;
  text-indent: -300px;
  position: relative;
  overflow: hidden;
  width: 60px;
  height: 55px;
  float: right;
}

.nav-toggle:before {
  color: #fff; /* Edit this to change the icon color */
  font: normal 28px/55px "responsivenav"; /* Edit font-size (28px) to change the icon size */
  text-transform: none;
  text-align: center;
  position: absolute;
  content: "\2261"; /* Hamburger icon */
  text-indent: 0;
  speak: none;
  width: 100%;
  left: 0;
  top: 0;
}

.nav-toggle.active:before {
  font-size: 24px;
  content: "\78"; /* Close icon */
}









.header-bar-inner .row {
    margin: 0px 0px;
}

.header-bar-inner {
    padding: 1% 0;
   
    box-shadow: 0px 2px 7px -4px #333;
}

.header-bar {
    display: block;
    position: fixed;
    z-index: 9;
    width: 100%;
    transition-duration: .3s;
    background-color: #FFF;
    background: rgb(255,199,28);
    background: linear-gradient(90deg, rgba(255,199,28,1) 0%, rgba(255,226,116,1) 20%, rgba(255,199,28,1) 50%, rgba(255,226,116,1) 80%, rgba(255,199,28,1) 100%);
}

.logo-outer {
    /* display: block;
    text-align: left;
    position: relative;
    overflow: hidden; */
    overflow: hidden;
    align-items: center;
    display: flex
;
}



.menu-outer ul {
    list-style: none;
    display: flex;
    align-items: center; 
    justify-content: right;
    margin: 0;
    /* padding: 0;
    margin: 0; */
    text-align: right;
    /* float: right; */
    width: 100%;
    padding: 0;
}

.menu-outer li {
    /* position: absolute;
    display: contents; */
    /* float: left; */
    padding: 0 2%;
    /* display: inline-block;
    height: 38px;
    line-height: 38px;
    margin: 0px 5px; */
}

.menu-item {
    /* font-size: 18px;
    padding: 7px 3px;
    border-radius: 2px; */
    overflow: hidden;
    text-decoration: none;
    font-weight: bold;
    opacity: 1;
    transition-duration: .3s;
}

.menu-item:hover {
    text-decoration: none;
    opacity: .7;
    transition-duration: .3s;

}

.menu-home, a.menu-item, .menu-home:hover {
    color: rgb(77 77 77);
}



.menu-facebook {
   
    font-size: 45px;
    position: relative;
    display: block;
    width: 38px;
    height: 38px;
   
    /* width: 38px;
    height: 38px;
    top: 50%;
    margin-top: -10px; */
}

.menu-facebook i {
    position: absolute;
    left: 50%;
    top: 50%;
    padding: 8%;
    transform: translate(-50%, -50%);
    font-size: 35px;
    /* position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0; 
    font-size: 45px;*/
}

.menu-facebook:before {content: "";position: absolute;top: 4px;left: 0;right: 0;bottom: -4px;background-color: #FFF;border-radius: 10px;}

.menu-instagram {
    font-size: 45px;
    position: relative;
    display: block;
    width: 38px;
    height: 38px;

}

.menu-instagram i {
    position: absolute;
    color: #FFF;
    left: 50%;
    top: 50%;
    padding: 8%;
    transform: translate(-50%, -50%);
    font-size: 35px;
    /* position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;color: #FFF; */
}

.menu-instagram:before {
    content: "";
    position: absolute;
    top: 4px;left: 0;
    right: 0;bottom: -4px;
    border-radius: 10px;
/* background: rgb(131,58,180);
background: -moz-linear-gradient(180deg, rgba(131,58,180,1) 0%, rgba(253,29,29,1) 50%, rgba(252,176,69,1) 100%);
background: -webkit-linear-gradient(180deg, rgba(131,58,180,1) 0%, rgba(253,29,29,1) 50%, rgba(252,176,69,1) 100%);
background: linear-gradient(180deg, rgba(131,58,180,1) 0%, rgba(253,29,29,1) 50%, rgba(252,176,69,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#833ab4",endColorstr="#fcb045",GradientType=1); */
}

.menu-whatsapp{
    color:#008a3d;
    font-size: 45px;
    position: relative;
    display: block;
    width: 38px;
    height: 38px;

}
.menu-whatsapp i{
    position: absolute;
    left: 50%;
    top: 50%;
    padding: 8%;
    transform: translate(-50%, -50%);
    font-size: 35px;
}
.font20 {
    font-size:20px;
}


footer {
    background-color: #333;
    text-align: center;
    color: #FFF;
    padding: 0;
}
footer .row {
    margin: 0;
}.blog-index:before {content: "";position: fixed;top: 0;left: 0;right: 0;bottom: 0;background-image: url(/image/b1.jpg);background-size: cover;background-position: center;z-index: -1;opacity: 0.5;}
@media (min-width: 1200px){
	.container {
		width: 1170px;
	}
}


@media (max-width:991px){
    .menu-outer {
        /* margin: 15px 0 0px;
        text-align: center;
        padding: 5px 0; */
    }

    .menu-outer ul {
        text-align: center;
    }

    .logo-outer {
        text-align: center;
    }
}

@media (max-width:767px){
    .menu-item {
        /* padding: 7px 7px; */
        font-size: 1.5em;
        /* vertical-align: middle;
        word-break: keep-all; */
    }

    .menu-outer {
        padding: 0;
        width: 60%;
    }
    
    .menu-facebook {
        /* margin-top: -22px; */
    }
    
    .menu-outer li:last-child {
        /* position: absolute;
        right: -10px;
        top: 0;
        background-color: #FFF;
        border-radius: 10px; */
    }
    
    .menu-outer li {
        /* margin-bottom: 10px; */
    }
}


.mobile-header-bar-inner {

    display: none;

}



.logo-outer img {

    width: auto;

    max-width: 100%;

    max-height: 63px;

}



.header-bar {

    background: white;

}



/* .header-bar-inner {

    border-bottom: 4px solid #ffd500;

} */



.menu-instagram .fa-instagram:before {

        content: "\f16d";

        padding: 0 3px;

        background: linear-gradient(180deg, rgba(131, 58, 180, 1) 0%, rgba(253, 29, 29, 1) 50%, rgba(252, 176, 69, 1) 100%);

        border-radius: 33%;

    }



@media (max-width:767px) {

    .header-bar-inner {

        display: none;

    }



    .mobile-header-bar-inner {

        display: block;

    }



    .mobile-header-bar-inner .logo-outer {

        text-align: left;
        width: 40%;
        display: initial;
        padding: 0;
    }



    .mobile-header-bar-inner .menu-btn,

    .mobile-header-bar-inner .menu-facebook {

        /* font-size: 45px;

        position: relative;

        display: block;

        width: 40px;

        height: 40px; */

    }



    .mobile-header-bar-inner .menu-outer {

        margin: 0px;

    }



    .mobile-header-bar-inner .menu-facebook {

        /* margin-top: -22px; */

    }



    .mobile-header-bar-inner .menu-btn {

        font-size: 27px;
        color: #4d4d4d;
        position: relative;
        display: block;
        width: 38px;
        height: 38px;
        width: 38px;
        height: 38px;

    }



    .mobile-header-bar-inner .menu-outer li {

        /* margin-bottom: 10px;

        height: 40px;

        line-height: 38px;

        position: relative;

        float: right;

        top: 10px;

        background-color: #FFF;

        border-radius: 10px;

        margin-left: 15px; */

    }



    .header-bar {

        /* height: 70px; */

        display: block;

    }



    .mobile-header-bar-inner {

                /* position: fixed; */
                position: relative;
                z-index: 9;
                width: 100%;
                padding: 3%;
                /* top: 0; */
                /* padding: 5%;*/

    }



    .mobile-menu-head {

        /*background: white; //rgb(255,199,28);

        /*background: linear-gradient(90deg, rgba(255,199,28,1) 0%, rgba(255,226,116,1) 20%, rgba(255,199,28,1) 50%, rgba(255,226,116,1) 80%, rgba(255,199,28,1) 100%);*/

        /* height: 70px; */



    }



    .mobile-menu-panel li {

        width: 100%;

        float: left !important;

        margin: 5% 0 !important;

        background-color: transparent !important;

        right: auto !important;

    }



    .mobile-menu-panel ul {

        /* display: block;

        position: relative;

        width: 100%; */

        display: block;
        position: relative;
        width: 100%;
        list-style: none;
        text-align: center;
        padding: 0;

    }



    .mobile-menu-panel li a {

        width: 100%;

        display: block;

        /* float: left;

        background-color: #FFF;

       

        box-shadow: 0px 3px 11px -5px #3337; */

    }



    .mobile-menu-panel {

        padding-bottom: 30px;

        background-color: #ffffffe8;

        position: absolute;

        transition-duration: 0.5s;

        top: -100vh;

        z-index: -1;

    }



    .on .mobile-menu-panel {

        /* top: 70px; */
        top: 100%;
        width: 100%;
    }



    .mobile-header-bar-inner .row {
        padding: 0 3%;
        /* margin-bottom: 0px;
        width: 100%; */
        /* display: inline-flex; */
        align-items: center;
        /* justify-content: right; */

    }



    .mobile-header-bar-inner.on .menu-btn i.fa.fa-bars:before {

        content: "\f00d";

    }



    .menu-instagram:before {

        top: -8px;

        left: 0;

        right: 0;

        bottom: 6px;

    }



    .menu-instagram i {

        /* top: -12px; */

    }

}