@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);
@import url(https://cdnjs.cloudflare.com/ajax/libs/mdbootstrap/4.4.3/css/mdb.min.css);



*{margin: 0; padding: 0;}
 

@font-face {
    src: url(../fontes/qhyts.ttf);
    font-family: 'qhyts';    
    
} 

@font-face {
    src: url(https://fonts.googleapis.com/css?family=Roboto);
    font-family: 'Roboto', sans-serif;    
} 



body{
    font-family: 'Roboto', sans-serif;  
    font-size: 14px;
    background-color: #FFFFFF;
}
.border_inner{
 
  outline:#000 inset 3px ;
  outline-offset: -10px;
}

.inline{
text-align: center;
justify-content: center;
    flex-wrap: nowrap;
    font-size: 26px;
    line-height: 30px;
}
.inline p{
text-align: center;
width: 100%;
background-color:  #0056b3;

}

/**LINHAS*************************************/

#foto_linha{
      
      width: 325px;
      height: 195px;      
      flex-wrap: nowrap;
      display: flex;
      justify-content:center;   
   
      position: relative  !important;
}

#foto_linha a{   
    position: absolute  !important;
   width: 320px;
    height: 190px;   
    justify-content: space-around;
    display: flex;
    min-height: 190px;  
    padding: 2px;
    margin-bottom: 22px !important;
}

#foto_linha a img {   
    cursor: pointer;    
    max-height: 100% !important; 
    padding: 0;
}

#foto_linha a img:hover{
    opacity: 0.5;
    transition: ease 0.2s;
    cursor: pointer;  
    max-height: 100% !important;
    padding: 0;
    
}

#imglupa{
    width: 100%;
    display: flex;
   float: left !important;
   padding-left: 20px;
}

#titulo_ln{
    font-size: 18px;
    align-self: center;
    justify-content: flex-start;
    vertical-align: middle;
    padding-left: 1em;
    max-width: 320px;
}


#titulo_ln::after {
    content: "";
    width: 100px !important;
    height:5px;
    color:currentColor!important;
    display:block!important;
    background-color: #721c24!important;
    margin:0 0 0 10px;
    float: right;
    align-self: center;  
}

.m320{
    max-width: 320px;
}



/***********************************************/






/****CONTATO***************************/

#fale_Conosco{
    color: #054b34;
    
}

#fale_Conosco::after{
    content: "";
    background-color: #054b34;
    height: 4px;
    width: 100%;
    display: block;
}

#contact {
  padding: 25px;
  background-color: #064731;
    padding-bottom: 50px;
}

#contact h1 {
  color: #fff;
}

#contact .well h3{
  line-height:20%;
  color: #fff;
}

#contact .well p{
  margin-top: 6%;
  line-height: 35%;
  color: #fff;
}

#contact .well i{
  line-height:6%;
}



/****************************************/


/****FOOTER*********************************************/
.spverde{
    color: #054b34;
}

.spcinza{
    color:#808080;
}

.bordCinza{
border-bottom: 3px solid #686868;    
}


.footer {
 bottom: 0;
 
  background: #121318;
  padding-left: 40px;
  padding-right: 40px;
  overflow: hidden;
  height: 100%;
  
}

.footer .pen_logo {
  float: right;
  color: white;
  opacity: 0.1;
  position: Relative;
}
.footer ul {
  float: left;
  position: Relative;
  
}
.footer ul li {
  color: #3e4152;
  margin-right: 7px;
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s;
  font-size: 12px;
  list-style-type: none;
  display: inline;
}
.footer ul li:hover {
  color: #064731;
}

.footer .row {
  margin: 0px;
  padding: 0px;
}

.footer h2 {
  font-weight: 300;
  font-size: 30px;
  color: #fff;
  text-align: center;
  margin: 0;
 vertical-align: middle;
 padding: 10px;
}
#nav_fot ul{
   padding: 10px 0 10px 0;
}
    
#nav_fot li{
     
    font-size: 14px;
   margin: 0;     
    padding:10px ;
 
}
#nav_fot li a{
    color: #686868;
}
#nav_fot li a:hover{
    color: #fff;
}
  

/*************************************/



.form-group .input-control {
    flex: 1 1 auto;
    flex-direction: row;
    display: block;
    margin-bottom: 15px;
    margin-right: 8px;
    padding: 4px;
    margin-top: -4px;
    border: 0;
    border-bottom: 1px solid #100F0F;
    font-size: 0.8em;
}

.modal{
  
  
   
    
}
/*MODAL******************************/
#div_car{
  text-align: center; 
  
  width: 100%;
  height: auto;
}

#img_m{
    text-align: center;
}


.modal-content{ 
   
  box-shadow: none !important;
    justify-content: center;
    background-color: transparent !important;
   
}

.modal-body{ 
    margin: 0 auto 0 auto !important;
    padding: 0 !important;
    min-width:600px !important;
    height: 100% !important;
}


.mod_img{
    width: 60% !important;
    height:60% !important;
}
.carousel{
    width: 100%;
    
}
.carousel-inner{
    width: 100%;
    
}

.carousel-item{
    width: 100%;
    
}
@media screen and (max-width: 768px){
    .modal-body{        
    margin: 0 !important;
    padding: 0 !important;
    min-width:100% !important;
    max-height:500px !important;       
}

#nav_fot{
    align-items: center;
    text-align: center;
    justify-content: center;
    display: flex;
    padding: 0;
   
}
#nav_fot li{     
   border-bottom: 1px solid #686868;
   width: 100%;
}

#contact {
  padding: 5px; 
  padding-top: 15px;
  padding-bottom: 50px;
}

 #iframeLoc{
    padding: 0 10px 0 10px;
    
}

#RBuscaContent{
    float: left !important;
    
}

}
/**************************************/



/*CARD**********/

.card-footer{
    padding-bottom: 1em;
}
.card-header{
    padding:5px;
    font-family: 'Arial';
    font-weight: bold;
    font-size: 20px;
    color: #FFFFFF;
    background-color: #808080;
}

.titulo_card{
   
    font-family: 'Arial';
     padding:5px;
 
     font-size:2.3em;
     font-weight: 600;
    color:#3e4152;
    width:100%;
  
    border-bottom: 3px solid #3e4152;
    border-radius: 0 0  0  0;
    margin:  0 auto 0 auto;
    text-align: center;
    
    
}

.subTitulo{
    font-size: 1.5em;
    font-weight: 600;
    color:#F8F9FA;
    background-color: #1d2124;
    border-radius: 10px 10px 10px 10px;
    width: 280px;
    text-align: center;
    justify-content: center;
    
}

.card{
    width: 300px;
    margin-bottom: 2.5rem !important;
}
.card-footer a{
    color: #F8F9FA !important;
    font-weight: bold;
    
}
.card-header{
  
 
    background-color:#033323!important; 
  

    
}
.card-body{         
      width: 300px;
       height: 280px ;     
       display: flex;      
       margin: 0 auto 0 auto;
       background-color: transparent !important;
          
    }
    
    .card-footer{
        
    }
    .card-body img{
     
       margin-top: auto;
       margin-bottom: auto; 
       max-height: 100%;
    }
    

    .img_V{
        height: 85%;          
    }
    
    .central {     
        text-align: center !important;
        align-items: center !important;
        align-content:center !important;
        vertical-align: middle !important;
        vertical-align: baseline !important;
        alignment-baseline: baseline !important;
    }

    /*************************************************************/
    
.tituloCat{
    color: #808080;
    font-weight:bold;
    font-size:1.6em;
    
}

#tama{
   width: 800px;
    
}

.imag img{
    background-size: cover;
    
}
.bt_delete{
    font-size: 14px;
    font-weight: bold;
    color:#b21f2d;    
}

.bt_altera{
    font-size: 14px;
    font-weight: bold;
   
    
}

.titulo_lista{
    font-size: 16px;
    font-weight: bold;    
}
#Resultado{
    width: 200px;
    height:400px !important;
    overflow:visible;
    z-index: 999;
    background-color:#fff; 
  
    box-shadow: #1d2124 1px 1px; 
}


#voltar{
    font-size: 16px;
    font-weight: bold;
    margin-left: 20px;
    
}
.centro{
    align-items: center;
    text-align: center;
    justify-content: center;
    vertical-align: central;
}



/**MOSTRA PRODUTOS*****************************************************/
.titulo{    
    font-size: 20px;
    font-weight: bold;
    
}

.bottom{
   position:relative;
   background-color:  #CCC;
   
    
}

.subMostra{    
    font-size: 1.6em;
    color:#971E00;
    font-weight: 600;
    
}
/************************************************************************/


.menu{
list-style:none; 
border:1px solid #c0c0c0; 
float:left; 
}

.menu li{
position:relative; 
float:left; 
border-right:1px solid #c0c0c0; 
width: 200px;
}

.menu li a{color:#333; text-decoration:none; padding:5px 10px; display:block;}
 
.menu li a:hover{
background:#333; 
color:#fff; 
-moz-box-shadow:0 3px 10px 0 #CCC; 
-webkit-box-shadow:0 3px 10px 0 #ccc; 
text-shadow:0px 0px 5px #fff; 
}

.menu li  ul{
position:absolute; 
top:25px; 
left:0;
background-color:#fff; 
display:none;
} 

.menu li:hover ul, .menu li.over ul{display:block;}

.menu li ul li{
border:1px solid #c0c0c0; 
display:block; 
width:200px;
}

.fontVerde{
    color: #054b34;
}

.verde_trans{
    background-color: rgba(5,75,52,0.8);
}
.verde{
   background-color: #054b34;
   font-weight: bold;
}
.azul{
  background-color:  #0056b3;  
}
.vermelho{
    background-color: #b21f2d;
}
.colorVermelho{
    color: #721c24;
    
}
.colorBranco{
    color:#fff;
    font-weight:bolder; 
}
.dark{
    background-color: #333;
}

.areaLogin{
    display: flex;
    max-width:320px;
    padding: 25px;
    
}
.font14{
  font-size: 14px;
   
}

.font14n{
  font-size: 14px;
   font-weight: 600;  
}

.font16n{
  font-size: 16px;
font-weight: 600;  
}

.font20{
    font-size: 20px;
}

.font24{
    font-size: 24px;
}

.center{
    
}

.branco{
    
    background-color: #fff;
}
#rowLupa{
    position: relative;
    width: 50%;
    height: 50%;
    background-color: #971E00;
}



.input-padrao{
    background-color: #fff;
    background: #fff;    
}
.label_padrao{
  
    font-size:16px;
    font-weight: bold;
}
.box_texto{
    font-family: "Arial";
    font-size: 1.3em;
    text-align: justify;
}

#menu_lat{
    padding-left: 10px;
    height: 100%;
}
.corpo{
    
}

#menu_lat ul{
    list-style: none;
}

#menu_lat ul li ul{
    display: none;
}


#menu_lateral li:hover ul, #menu_lateral li.over ul{display:block;}

.menuSpan{
    font-size: 16px;
    font-weight:bold; 
    
}
.pimg{
  display: flex;
  flex-direction:row;
 
  line-height: 25px;
  width:100%;
 
}

.pimg input{
    
width: 70%;    
}

.noticia label{
    font-size: 16px;
    font-weight: bold;
}



/**MENU ADM***********************************************************/


#menu_adm .nav-link{
    padding: 0;
}
#menu_adm{
    padding: 0;
    font-size: 1.1em;
    font-weight: bold;
}

#menu_adm a:hover {
    background:rgba(0,0,0,0.2);
    color: #FFFFFF!important;
    padding: 15px; 
     transition:all 0.3s ease;
}

#menu_adm ul{
   margin: 0;
   padding: 0;
}



#menu_adm .dropdown-menu {
    border: 0;
    transition:all 0.3s ease;
    
}

#menu_adm .dropdown-menu a{
  background-color:#FFFFFF; 
 padding: 10px 20px 10px 20px;
border:#1d2124 solid 1px;


  
}
#menu_adm .dropdown-menu a:hover{
 background:rgba(0,0,0,0.1);
  color:#000!important;
   transition:all 0.2s ease;
  
}

#menu_adm a{
   padding: 15px;       
}

#menu_adm .navbar-toggler-icon{
    color: #fff !important;
    padding:5px;
    font-size: 1.3em;
    border: #CCC solid 1px;
    margin-top: 3px;
    margin-bottom: 3px;
} 

/* FIM MENU ADM******************************************/



/* MENU PRINCIPAL********************************************/

#RBuscaContent{
    position: relative;
   width: 350px;
   height: 400px;
   background-color: whitesmoke!important ;
  float: right;
   padding-bottom: 50px;
      flex-wrap: nowrap !important;
     overflow: auto;
      display: flex;
      flex-direction:  column;
}

#ResultadoBusca{    
    display: flex;
    position: absolute;    
    width: 100%; 
    height: 400px;
    z-index: 1050;
   background-color:transparent;
   display: none;  
   flex-wrap: nowrap !important;
   
}

#busca_tit::after{
    content: "";
    width: 300px !important;
    background-color: #054b34 !important;
    color: #054b34 !important;
    height: 3px !important;    
    display: block !important;
  
    
}

#busca_tit a{
    color: #054b34;
}
.d-none{
    display: none !important;
}



#lbl_busca_menu{
    color: #CCC;
     border-bottom: #808080 2px solid !important;
}

#lbl_busca_menu:hover{
    border-bottom:#FFFFFF 2px solid !important;
    
}

#bt_buscar{
    color: #FFFFFF !important;
    border: 2px solid #FFFFFF !important;
    border-radius: 8px;
    font-weight: 600;
    padding-left: 20px; 
    padding-right: 20px;
    margin-right:1rem;
}

#bt_buscar:hover{
     font-weight: 600;
    background-color:rgba(255,255,255, 0.2);
    border-bottom: 2px solid #CCC;
}


#menu_princ{
    padding: 0;
    margin: 0;
    font-size: 1.2em;  
}

#menu_princ a:hover {
    background:rgba(0,0,0,0.4);
    color: #FFFFFF!important;
    padding: 15px; 
    transition:all 0.3s ease;
    
}

#menu_princ ul{
   margin: 0;
   padding: 0;
}
#menu_princ li{
   margin: 0;
 
}

#dropPrinc{
    padding: 0px;
    background-color:#333;   
    width: 230px;
    
}

#menu_princ .dropdown-menu a{
    margin: 0;
    padding:15px;
    color: #fff !important;   
    transition:all 0.3s ease;    
    font-weight: bold;
     border-top: 1px #686868 solid;
}


#menu_princ .dropdown-menu a:hover{
 background:rgba(255,255,255,0.2);
  color:#fff!important;
   transition:all 0.2s ease;
   padding: 15px ;
     border-top: 1px #686868 solid;
  
}



#menu_princ a{
   padding: 20px 30px;       
}

#menu_princ a:hover{
   padding: 20px 30px;       
}


#menu_princ .navbar-toggler-icon{
    color: #fff !important;
    padding:5px;
    font-size: 1.3em;
    border: #CCC solid 1px;
    margin-top: 4px;
    margin-bottom: 4px;
} 

/*FIM MENU PRINCIPAL*********************************************/


/* CAROUSEL PRINCIPAL************************************************/



.hero {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 1px 1px 0 rgba(0,0,0,.75);
      -webkit-transform: translate3d(-50%,-50%,0);
         -moz-transform: translate3d(-50%,-50%,0);
          -ms-transform: translate3d(-50%,-50%,0);
           -o-transform: translate3d(-50%,-50%,0);
              transform: translate3d(-50%,-50%,0);
}
.hero h1 {
    font-size: 5em;
    font-weight: bold;
    margin: 0;
    padding: 0;    
}
.fade-carousel .carousel-inner .item .hero {
    opacity: 0;
    -webkit-transition: 2s all ease-in-out .1s;
       -moz-transition: 2s all ease-in-out .1s;
        -ms-transition: 2s all ease-in-out .1s;
         -o-transition: 2s all ease-in-out .1s;
            transition: 2s all ease-in-out .1s;
}
.fade-carousel .carousel-inner .item.active .hero {
    opacity: 1;
    -webkit-transition: 2s all ease-in-out .1s;
       -moz-transition: 2s all ease-in-out .1s;
        -ms-transition: 2s all ease-in-out .1s;
         -o-transition: 2s all ease-in-out .1s;
            transition: 2s all ease-in-out .1s;
}

.fade-carousel .slides .slide-1,
.fade-carousel .slides .slide-2,
.fade-carousel .slides .slide-3 {
  height: 63vh;

  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.fade-carousel .slides .slide-1 {
  background-image: url(../../images/slide1.jpg);
}
.fade-carousel .slides .slide-2 {
  background-image: url(../../images/slide2.jpg);
}
.fade-carousel .slides .slide-3 {
  background-image: url(../../images/slide3.jpg);
}


@media screen and (max-width: 640px){
    .hero h1 { font-size: 3em; }
  
 
}

@media screen and (max-width: 768px){
    .navbar {
        padding-right: 0!important  
            
     
}
       
    }
    
    
 #dropPrinc{
    padding: 0px;
    background-color:#333;   
    width: 100%;
       
}
   
#menu_princ ul li{
    border-top:1px #79896D solid; 
    
}

#menu_princ .dropdown-menu a{ 
      width: 100%;      
}

#menu_princ .dropdown-menu a:hover{
 background:rgba(255,255,255,0.2);
  color:#fff!important;
   transition:all 0.2s ease;   
}

@media screen and (min-width: 980px){
    .hero { width: 980px;    
    }    
}

@media screen and (max-width: 980px){
    .hero h1 { font-size: 4em; margin-bottom: 15px; line-height: 1; }
    .hero h3 {font-size: 1.3em;}
    }   
/* FIM CAROUSEL ***********************************************************************/


/*ADM LISTA CATEGORIA *****************/

.bordatit::after{    
    content: "";
    width: 100%;
    height: 3px;
    display: block;
    background-color:#033323; 
    
}

.caixa{
    position: relative;                                
    flex-wrap: nowrap;
    width: 280px;
    height: 145px;

}                                
.caixa img{
    position: absolute;
    max-width: 100%;
    max-height: 100%;
}

.btOrc2{
    color: #FFF;
    background-color: #042f21;
    width: 40px;
    height: 40px;
    border-radius: 90px;
    box-shadow:2px #717171 ; 
}



/* ESTILO2 *********************************************************/






nav.effect a
{
    color: #FFF;
    text-decoration: none;
    position: relative;
    z-index: 0;
    cursor: pointer;
}

/* Pull up and down  */
nav.pullUpDown a:before, nav.pullUpDown a:after
{
    position: absolute;
    width: 100%;
    height: 0px;
    left: 0px;
    content: '';
    background: #FFF;
    opacity: 0.3;
    transition: all 0.3s;
}

nav.pullUpDown a:before
{
    top: 0px;
}

nav.pullUpDown a:after
{
    bottom: 0px;
}

nav.pullUpDown a:hover:before, nav.pullUpDown a:hover:after
{
    height: 100%;
}


body {
  margin: 0px;
  padding: 0px;
  background-color: #FFFFFF;
}



header {
 justify-content: center;
 text-align: center;
 padding-bottom: 5px;
 padding-top: 5px;
 }

header img {
  padding: 10px 10px 5px 10px;
 }


.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

nav {
    background-color: #064731!important;
    color: #FFFFFF!important;
    width: 100%;
}

nav ul {
  margin-bottom: 0px;
}

nav ul li {
 display:inline-block;
}

nav a {
 color:#FFFFFF;
 display:block;
 text-decoration: none;
 padding:20px 30px;
}

nav a:hover {
 background: #042f21;
 color: #FFFFFF!important;
}

.menu-trigger {
 display:none;
 color:#F8ECC2;
}

.panel_block {
  height: 3px;
  width: 40vw;
  background: rgba(0, 0, 0, 0.2);
  margin: 0 0 25px 0;
}

#home {
  min-height: 100vh;
  padding-top: 3vh;
}

figure.homepic {
  position: relative;
  overflow: hidden;
  margin: 10px;
  background: #ffffff;
  color: #064731;
  text-align: center;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}

figure.homepic * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.45s ease-in-out;
  transition: all 0.45s ease-in-out;
}

figure.homepic img {
  max-width: 100%;
  opacity: 1;
  display: block;
margin-left: auto;
margin-right: auto;
}

figure.homepic figcaption {
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  border: 1px solid #064731;
  border-width: 0 3px;
}

figure.homepic .heading {
  overflow: hidden;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

figure.homepic .caption {
  overflow: hidden;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
  position: absolute;
  width: 100%;
  bottom: 0;
}

figure.homepic h3,
figure.homepic p {
  display: table;
  margin: 0 auto;
  padding: 0 10px;
  position: relative;
  text-align: center;
  width: auto;
  text-transform: uppercase;
  font-weight: 400;
}

figure.homepic h3 span,
figure.homepic p span {
  font-weight: 800;
}

figure.homepic h3:before,
figure.homepic p:before,
figure.homepic h3:after,
figure.homepic p:after {
  position: absolute;
  display: block;
  width: 1000%;
  height: 3px;
  content: '';
  background: #064731;
}

figure.homepic h3:before,
figure.homepic p:before {
  left: -1000%;
}

figure.homepic h3:after,
figure.homepic p:after {
  right: -1000%;
}

figure.homepic h3:before,
figure.homepic h3:after {
  top: 50%;
}

figure.homepic p {
  font-size: 0.8em;
  font-weight: 500;
}

figure.homepic p:before,
figure.homepic p:after {
  bottom: 50%;
}

figure.homepic a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
}

figure.homepic:hover img,
figure.homepic.hover img {
  opacity: 0.35;
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}


aside li:before {
  content: "\f00c";
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -1.3em;
  width: 1.3em;
}

.bottom {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.bold {
   font-weight: bold!important;
}

.box {
    border-radius: 3px;
	/*box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);*/
	padding: 38px 30px;
	text-align: right;
	display: block;
	/* margin-top: 60px; */cursor: pointer;
}
.box-icon span {
	color: #fff;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
.info h4 {
	color: #064731;
	font-size: 20px;
	margin: 0px;
	padding: 28px 0px;
	text-transform: uppercase;
}
.info > p {
	color: #717171;
	font-size: 16px;
	text-align: center;
}

.box >.box-icon {
    border: 2px solid #064731;
}
.box:hover >.box-icon {
	border: 2px solid #064731;
	background-color: #fff;
	color: #064731;
	-webkit-transition: All 0.5s ease;
	-moz-transition: All 0.5s ease;
	-o-transition: All 0.5s ease;
}
.box:hover >.box-icon >span {
	color: #064731;
}
.box-icon {
	background-color: #064731;
	border-radius: 50%;
	display: table;
	height: 120px;
	margin: 0 auto;
	width: 120px;/*margin-top: -61px;*/
}

.box-icon-reduced {
      color: #FFF;
      background-color: #064731;
      border-radius: 90px;
      padding: 3px;
      position: relative;
      border: 2px solid #064731;
}

@media screen and (max-width:500px) {
 .menu-trigger {
   display:block;
 }
 nav ul li {
   display:block;
   border-top:1px #79896D solid;
 }
 nav ul {
   display:none;
 }



}


.card {
  display: block;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border-radius: 2px;
    border: #064731;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
    transition: box-shadow .25s;
}
.card:hover {
  box-shadow: 0 8px 17px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
}
.img-card {
  width: 100%;
  height:200px;
  border-top-left-radius:2px;
  border-top-right-radius:2px;
  display:block;
  border: 1px solid #064731;
  border-bottom: 0px;
    overflow: hidden;
}
.img-card img{
  width: 100%;
  height: 200px;
  object-fit:cover;
  transition: all .25s ease;
}
.card-content {
  border-left: 1px solid #064731;
  border-right: 1px solid #064731;
  padding-top: 15px!important;
  padding:6px;
  text-align:left;
}
.card-title {
  margin-top:0px;
  font-weight: 700;
  font-size: 1.45em;
}
.card-title a {
  color: #000;
  text-decoration: none !important;
}
.card-read-more {
  border: 1px solid #064731;
  border-top: 0px;
}
.card-read-more a {
  text-decoration: none !important;
  padding:10px;
  font-weight:600;
  font-size: 0.75em;
  color: #064731!important;
  text-transform: uppercase
}

.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  font-size: 24px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden; 
  white-space: nowrap;
  background: rgba(0, 0, 0, 0.8) ;
  visibility: hidden;
  justify-content: center;
  text-align: center;
  align-self: center;
  align-items: center;
  vertical-align: middle;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.cd-top a:hover{
     color: #042f21 !important;
}

.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .8;
}
.no-touch .cd-top:hover {
  background-color: #e86256;
  opacity: 1;
 
  
}
@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 60px;
    width: 60px;
    right: 30px;
    bottom: 30px;
  }
}



.contact-form .form-field {
  position: relative;
  margin: 32px 0;
}
.contact-form .input-text {
  display: block;
  width: 100%;
  height: 36px;
  border-width: 0 0 2px 0;
  border-color: #064731;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
}
.contact-form .input-text:focus {
  outline: none;
}
.contact-form .input-text:focus + .label,
.contact-form .input-text.not-empty + .label {
  -webkit-transform: translateY(-24px);
          transform: translateY(-24px);
}
.contact-form .label {
  position: absolute;
  left: 20px;
  bottom: 11px;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  color: #064731;
  cursor: text;
  transition: -webkit-transform .2s ease-in-out;
  transition: transform .2s ease-in-out;
  transition: transform .2s ease-in-out,
  -webkit-transform .2s ease-in-out;
}
.contact-form .submit-btn {
  display: inline-block;
  background-color: #000;
   background-image: linear-gradient(125deg,#0a7651,#064731);
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 16px;
  padding: 8px 16px;
  border: none;
  width:200px;
  cursor: pointer;
}



/*!
 TITLE TEXT 1
*/

.big-title {
    margin-bottom: 3em;
}
h3.big_title {
    font-size: 2em;
    color: #212121;
    text-transform: uppercase;
    position: relative;
    text-align: center;
    font-weight: 700;
}
p.title-para {
    text-align: center;
    font-size: 0.9em;
    color: #585857;
    letter-spacing: 8px;
}

h3.big_title:after {
    content: '';
    background: #064731;
    height: 4px;
    width: 7%;
    position: absolute;
    top: 46%;
    left: 36%;
}

/*!
 TITLE TEXT 2
*/
.big-title2 {
    margin-bottom: 3em;
}
h3.big_title2 {
    font-size: 2em;
    color: #212121;
    text-transform: uppercase;
    position: relative;
    text-align: center;
    font-weight: 700;
}
p.title-para2 {
    text-align: center;
    font-size: 0.9em;
    color: #585857;
    letter-spacing: 8px;
}

h3.big_title2:after {
    content: '';
    background: #064731;
    height: 4px;
    width: 15%;
    position: absolute;
    top: 46%;
    margin-left: 5%;
}

/*!
 TITLE TEXT 3
*/
.big-title3 {
    margin-bottom: 3em;
}
h3.big_title3 {

	color: #212121;
	font-size: 3.5em;
	font-weight: 700;
	margin: 0 auto;
	text-shadow: 2px 2px 2px rgba(179, 171, 171, 0.8);
	-webkit-text-shadow: 2px 2px 2px rgba(179, 171, 171, 0.8);
	-moz-text-shadow: 2px 2px 2px rgba(179, 171, 171, 0.8);
	-o-text-shadow: 2px 2px 2px rgba(179, 171, 171, 0.8);
	-ms-text-shadow: 2px 2px 2px rgba(179, 171, 171, 0.8);
	letter-spacing: 1px;
	position: relative;

}
p.title-para3 {
    color: #34bf49;
    display: block;
    margin: .5em 0 1em;
    letter-spacing: 6px;
    font-size: 0.9em;
}
h3.big_title3:after {
    content: '';
    background: #f23232;
    height: 4px;
    width: 27%;
    position: absolute;
    top: 160%;
    left: 36%;
}

/*!
 TITLE TEXT 4
*/
.big-title4 {
    margin-bottom: 3em;
}
h3.big_title4 {

	font-size: 40px;
    color: #064731;
    padding-bottom: 0em;
    font-weight: 600;

}
p.title-para4 {
    line-height: 20px;
    margin: 2em 0 0;
    color: #777;
}

/*!
 TITLE TEXT 5
*/
.icon {
    font-size :60px;
    padding-top : 5px;
    color:#39a50b;

}
.big-title5 {
    font-size: 3em;
    color: #212121;
    text-align: center;
    text-transform: capitalize;
    font-weight: 700;
    letter-spacing: 1px;
    position: relative;
}

/*!
 TITLE TEXT 6
*/

.big-title6 {
    text-align: center;
    font-size: 40px;
    margin-bottom: 60px;
    color: #000;
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing: 2px;
    position: relative;
}
p.title-para6 {
    color: #999;
    line-height: 1.8em;
    margin-top: 2em;
    font-size: 15px;
}

h3.big-title6:before, h2.big-title6:before {
    content: '';
    background: #ccc;
    height: 2px;
    width: 13%;
    position: absolute;
    bottom: -25%;
    left: 43%;
}
h3.big-title6:after, h2.big-title6:after {
    content: '';
    background: #03A9F4;
    height: 5px;
    width: 4%;
    position: absolute;
    bottom: -12px;
    left: 645px;
}




/*******************************************************************/