.btn-blue
{
  cursor: pointer;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  border-radius: 40px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important; 
  background: blue;
  border: 1px solid blue;
  color: #fff; 
}
.btn-blue:hover, .btn-blue:active, .btn-blue:focus 
{
  outline: none; 
}
.btn-blue:hover
{
  border: 1px solid #05486a;
  background: #05486a;
  color: #fff; 
}
.btn-orange
{
  cursor: pointer;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  border-radius: 40px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important; 
  background: orange;
  border: 1px solid orange;
  color: #fff; 
}
.btn-orange:hover, .btn-orange:active, .btn-orange:focus 
{
  outline: none; 
}
.btn-orange:hover
{
  border: 1px solid #cc770b;;
  background: #cc770b;;
  color: #fff; 
}

.btn-green
{
  cursor: pointer;
  background: green;  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
  border: 2px solid green;
  padding: .375rem .75rem;
  font-size: 15px;
  line-height: 1.5;
  border-radius: .25rem;
}
.btn-green:hover, .btn-green:active, .btn-green:focus 
{
  outline: none; 
}
.btn-green:hover
{
  border: 2px solid #044604;;
  background: #044604;;
  color: #fff; 
}
#btn-green-1
{
  cursor: pointer;
  background: #fff;
  border: 1px solid green;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: .375rem .75rem;
  font-size: 15px;
  line-height: 1.5;
  border-radius:  .25rem;
  color: green;
}
#btn-green-1:hover, #btn-green-1:active, #btn-green-1:focus 
{
  outline: none; 
}
#btn-green-1:hover
{
  border: 1px solid #044604;
  background: #044604;
  color: #fff; 
}
.btn-red
{
  cursor: pointer;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  border-radius: 40px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important; 
  background: red;
  border: 1px solid red;
  color: #fff; 
}
.btn-red:hover, .btn-red:active, .btn-red:focus 
{
  outline: none; 
}
.btn-red:hover
{
  border: 1px solid #a40d0d;;
  background: #a40d0d;;
  color: #fff; 
}
.btn-violet
{
  cursor: pointer;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  border-radius: 40px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important; 
  background: violet;
  border: 1px solid violet;
  color: #fff; 
}
.btn-violet:hover, .btn-violet:active, .btn-violet:focus 
{
  outline: none; 
}
.btn-violet:hover
{
  border: 1px solid #05486a;
  background: #05486a;
  color: #fff; 
}
.btn-yellow
{
  cursor: pointer;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  border-radius: 40px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important; 
  background: yellow;
  border: 1px solid yellow;
  color: #fff; 
}
.btn-yellow:hover, .btn-yellow:active, .btn-yellow:focus 
{
  outline: none; 
}
.btn-yellow:hover
{
  border: 1px solid #05486a;
  background: #05486a;
  color: #fff; 
}
.btn-tomato
{
  cursor: pointer;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  border-radius: 40px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important; 
  background: tomato;
  border: 1px solid tomato;
  color: #fff; 
}
.btn-tomato:hover, .btn-tomato:active, .btn-tomato:focus 
{
  outline: none; 
}
.btn-tomato:hover
{
  border: 1px solid #05486a;
  background: #05486a;
  color: #fff; 
}
.btn-black
{
  cursor: pointer;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  border-radius: 40px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important; 
  background: black;
  border: 1px solid black;
  color: #fff; 
}
.btn-black:hover, .btn-black:active, .btn-black:focus 
{
  outline: none; 
}
.btn-black:hover
{
  border: 1px solid #05486a;
  background: #05486a;
  color: #fff; 
}
.link-style
{
  margin-bottom: 0.5rem;
  font-family: inherit;
  line-height: 1.2;
  color: inherit;
  font-size: 20px;
  padding-top: 2.3rem;
  padding-bottom: 2.3rem;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 400;
  color: rgb(0, 0, 0);
  opacity: 1;
}

.text-blue
{
   color: blue;
}
.text-orange
{
   color: orange;
}
.text-red
{
   color: red;
}
.text-green
{
   color: green;
}
.text-yellow
{
   color: yellow;
}
.text-violet
{
   color: violet;
}
.text-tomato
{
   color: tomato;
}
.text-black
{
   color: black;
}
.text-white
{
   color: white;
}
.text-grey
{
   color: grey;
}

.link-social
{
  display: inline-block;
  width: 25px;
  height: 25px;
  background: white;
  border-radius: 50%;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  margin-right: 6px;
  text-align: center;
  margin-top: 6px;
}
.menu_mm li
{
  text-align: center;
}

.home-1
{
  width: 100%;
  height: 182px;
  background: #f2f4f5;
  border-bottom: solid 1px #edeff0;
}

.breadcrumbs_container
{
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding-bottom: 13px;
  padding-left: 3px;
}
.breadcrumbs ul li
{
  display: inline-block;
  position: relative;
}
.breadcrumbs ul li:not(:last-child)::after
{
  display: inline-block;
  font-family: 'FontAwesome';
  content: '\f105';
  margin-left: 7px;
  margin-right: 4px;
  color: #384158;
}
.breadcrumbs ul li a
{
  font-size: 14px;
  font-weight: 400;
  color: #384158;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.breadcrumbs ul li a:hover
{
  color: #5ccb02;
}
.form-control-1
{
  width: 100%;
  height: 5px;
  border: solid 1px #e5e5e5;
  border-radius: 3px;
  padding: 10px;
  outline: none;
  color: #384158;
  font-size: 14px;
  margin-bottom: 10px;
}
.form-control-1::placeholder 
{
  font-size: 14px !important;
  font-weight: 400 !important;
  color:#b5b8be !important;

}

