@charset "utf-8";
/* CSS Document */
.bgg{
	
	background:#FFF !important;
	
}
.pt-10{
	padding-top:10px;
}
.pb-30{
	padding-bottom:30px;
	
}
.ml-5{
	margin-left:8px;
}
.mt-15{
	margin-top:15px;	
}
.menu-active{
	color:#f7c02d !important;	
}
.abt-txt{
	text-align:justify;
	padding-right:15px;
	margin-top:10px;
}
.abt-txt-2{
	text-align:justify;
	padding-left:15px !important;
	margin-top:10px;
}
.bd-tp{
	border-top: 1px solid #f2f2f2;
	margin-top:10px;
}
.dwn-profile{
	position: absolute;
    bottom: 20px;
    left: 20px;
    background: #f7c02d !important;
    z-index: 99;
    text-decoration: none;
    color: #000 !important;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 14px;
    padding: 8px 20px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.dwn-profile:hover{
	background: #7bb23d;
     -webkit-border-radius: 30px;
     -moz-border-radius: 30px;
     border-radius: 30px;
}
.dwn-profile a{
	color:#000 !important;
	
}
.carousel-column a{
	color:#000 !important;	
}
/*=====================================
   CAPTCHA
===================================== */
.captcha-area{
    width: 100%;
    float: left;
    margin-bottom: 8px;
    margin-left: 15px;
}
.captch {
    width: 100px;
    height: 50px;
    background: url(../images/bg/captcha-bg.jpg) repeat;
    float: left;
    margin: 0px 0 0 0px;
    padding-top: 10px;
    text-align: center;
    font-size: 22px;
    color: #333333;
    line-height: 30px;
    border: 1px solid #d2d2d2;
}
.cap_in{
    width:50% !important;
    height: 50px !important;
    font-family:Arial, Helvetica, sans-serif;
    text-align: center;
    font-size:17px;
    color:#3a3a3a;
    background:#FFFFFF;
    border:1px solid #d2d2d2;
    padding-left:2%;
    margin:0px 0px 0px 5px;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;  
}
.cap_in:focus, .cap_in:hover{
    border-color:#0096c0;
}
.cap_in-home{
    width:42%;
    height: auto;
    font-family:Arial, Helvetica, sans-serif;
    font-size:17px;
    color:#3a3a3a;
    background:#FFFFFF;
    border:1px solid #d2d2d2;
    padding-left:2%;
    margin:0px 0px 0px 5px;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;  
}
.cap_in-home:focus, .cap_in:hover{
    border-color:#0096c0;
}
.contact-form-file{
  background: #f2f2f2;
  padding: 10px;
  margin-bottom: 30px;
  border: 1px solid #c6d6c6;
}
.file-mg{
  margin-right: 10%;
}
.contact-textarea {
    height: 11.75rem;    
}
