/* CSS Document */
/* CSS Document */
/* CSS Document */
/* CSS Document */
h4 {
  font-family: 'Titillium Web Light', sans-serif;
  font-size: 3rem; }

.sidenav li {
  padding-bottom: 1rem; }

.attorney-wrapper {
  border-top: 5px solid #afa079;
  background-color: #F9F9F9;
  padding: 1rem;
  margin-bottom: 2rem; }
  .attorney-wrapper h4 {
    margin-bottom: 2rem; }

.photo-container {
  display: flex;
  flex-wrap: wrap; }
  .photo-container a {
    color: black; }

.small-photo {
  margin-bottom: 25px;
  padding-left: 5px;
  padding-right: 5px;
  flex-basis: 20%;
  text-align: center; }

.associated-areas-wrapper {
  border-top: 5px solid #afa079;
  background-color: #F9F9F9;
  padding: 1rem;
  margin-bottom: 2rem; }
  .associated-areas-wrapper a {
    color: black;
    font-size: 2rem;
    border-bottom: 1px solid #afa079; }

.jumbotron {
  background-image: url("../images/contact-banner.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }

.footer-custom {
  position: absolute;
  top: 2005px;
  left: 0px; }

.footer-cr {
  position: absolute;
  top: 2170px;
  left: 0px; }

/*//////////////////////////////////////////////////////////////////
[ FONT ]*/
/*//////////////////////////////////////////////////////////////////
[ RESTYLE TAG ]*/
* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box; }

body, html {
  height: 100%;
  font-family: 'Titillium Web', sans-serif; }

/*---------------------------------------------*/
a {
  font-family: 'Titillium Web', sans-serif;
  line-height: 1.7;
  color: #666666;
  margin: 0px;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s; }

a:focus {
  outline: none !important; }

a:hover {
  text-decoration: none;
  color: #57b846; }

/*---------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  margin: 0px; }

p {
  font-family: 'Titillium Web', sans-serif;
  font-size: 14px;
  line-height: 1.7;
  color: #666666;
  margin: 0px; }

ul, li {
  margin: 0px;
  list-style-type: none; }


#form {
        width:100%;
      background-color:white
}


form{
        width: 100%;

        }

fieldset{
        border: 0;
        padding: 10px 0 ;
        clear: left;
 
		
        }
        
textarea, input, select{
        border: 1px solid gray!important;
        padding: 2%;
        width: 96%;
        background-color: lightgray;
  font-size: 12px;
        }

label{
        font-weight: 500!important;
		font-size: 90%;
        }       
        
textarea:focus, input:focus, select:focus{
        background: #eee;
        border: 1px solid #0054bf;
        -webkit-transition: all .4s ease-in-out;
        -moz-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
        outline: none;
}

input[type="submit"]{
        border: 1px solid #ccc;
        padding: 3px 0;
        margin-top: 5px;
        font-weight: bold;
        font-size: 14px;
        width: 130px;
        cursor: pointer;

        
        -webkit-transition: all .4s ease-in-out;
        -moz-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
        
        background: #f6f5f5; /* Old browsers */
        /* IE9 SVG, needs conditional override of 'filter' to 'none' */
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y2ZjhmOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2U1ZWJlZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iI2Q3ZGVlMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNWY3ZjkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
        background: -moz-linear-gradient(top, #f6f5f5 0%, #e5ebee 50%, #d7dee3 51%, #ebebeb 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f6f5f5), color-stop(50%,#e5ebee), color-stop(51%,#d7dee3), color-stop(100%,#ebebeb)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #f6f5f5 0%,#e5ebee 50%,#d7dee3 51%,#ebebeb 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #f6f5f5 0%,#e5ebee 50%,#d7dee3 51%,#ebebeb 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #f6f5f5 0%,#e5ebee 50%,#d7dee3 51%,#ebebeb 100%); /* IE10+ */
        background: linear-gradient(to bottom, #f6f5f5 0%,#e5ebee 50%,#d7dee3 51%,#ebebeb 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f5f5', endColorstr='#ebebeb',GradientType=0 ); /* IE6-8 */
        }

    .submit {
      padding:2.5%;
      background-color:#0054bf!important;
      color:#fff!important;
      font-family: 'Open Sans Condensed', sans-serif;
      font-size:1em;
      font-weight:700;
      text-transform:uppercase;
      letter-spacing: -.5px;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease;
    }
    .submit:hover {
      background-color:#444!important;
      color:#aaa!important;
      font-family: 'Open Sans Condensed', sans-serif;
      cursor:pointer;
    }


.overview-wrapper {
  border-top: 5px solid #afa079;
  background-color: #F9F9F9;
  padding: 1rem;
  margin-bottom: 2rem;
  /*---------------------------------------------*/
  /*---------------------------------------------*/
  /*//////////////////////////////////////////////////////////////////
  [ Contact 2 ]*/
  /*------------------------------------------------------------------
  [  ]*/
  /*------------------------------------------------------------------
  [  ]*/
  /*---------------------------------------------*/
  /*------------------------------------------------------------------
  [ Button ]*/
  /*------------------------------------------------------------------
  [ Responsive ]*/
  /*------------------------------------------------------------------
  [ Alert validate ]*/ }
  .overview-wrapper p {
    padding-bottom: 10px; }
  .overview-wrapper input {
    outline: none;
    border: none; }
  .overview-wrapper textarea {
    outline: none;
    border: none; }
  .overview-wrapper textarea:focus, .overview-wrapper input:focus {
    border-color: transparent !important; }
  .overview-wrapper input:focus::-webkit-input-placeholder {
    color: transparent; }
  .overview-wrapper input:focus:-moz-placeholder {
    color: transparent; }
  .overview-wrapper input:focus::-moz-placeholder {
    color: transparent; }
  .overview-wrapper input:focus:-ms-input-placeholder {
    color: transparent; }
  .overview-wrapper textarea:focus::-webkit-input-placeholder {
    color: transparent; }
  .overview-wrapper textarea:focus:-moz-placeholder {
    color: transparent; }
  .overview-wrapper textarea:focus::-moz-placeholder {
    color: transparent; }
  .overview-wrapper textarea:focus:-ms-input-placeholder {
    color: transparent; }
  .overview-wrapper input::-webkit-input-placeholder {
    color: #999999; }
  .overview-wrapper input:-moz-placeholder {
    color: #999999; }
  .overview-wrapper input::-moz-placeholder {
    color: #999999; }
  .overview-wrapper input:-ms-input-placeholder {
    color: #999999; }
  .overview-wrapper textarea::-webkit-input-placeholder {
    color: #999999; }
  .overview-wrapper textarea:-moz-placeholder {
    color: #999999; }
  .overview-wrapper textarea::-moz-placeholder {
    color: #999999; }
  .overview-wrapper textarea:-ms-input-placeholder {
    color: #999999; }
  .overview-wrapper button {
    outline: none !important;
    border: none;
    background: transparent; }
  .overview-wrapper button:hover {
    cursor: pointer; }
  .overview-wrapper iframe {
    border: none !important; }
  .overview-wrapper .bg-contact2 {
    width: 100%; }
  .overview-wrapper .container-contact2 {
    width: 100%;
    min-height: 300px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    align-items: center;
    padding: 15px; }
  .overview-wrapper .wrap-contact2 {
    width: 790px;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    padding: 72px 55px 90px 55px; }
  .overview-wrapper .contact2-form {
    width: 100%; }
  .overview-wrapper .contact2-form-title {
    display: block;
    font-family: 'Titillium Web SemiBold', sans-serif;
    font-size: 39px;
    color: #333333;
    line-height: 1.2;
    text-align: center;
    padding-bottom: 90px; }
  .overview-wrapper .wrap-input2 {
    width: 100%;
    position: relative;
    border-bottom: 2px solid #adadad;
    margin-bottom: 37px; }
  .overview-wrapper .input2 {
    display: block;
    width: 100%;
    font-family: 'Titillium Web', sans-serif;
    font-size: 15px;
    color: #555555;
    line-height: 1.2; }
  .overview-wrapper .focus-input2 {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none; }
  .overview-wrapper .focus-input2::before {
    content: "";
    display: block;
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 2px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    background: #db1563;
    background: -webkit-linear-gradient(45deg, #a18f61, #afa079);
    background: -o-linear-gradient(45deg, #a18f61, #afa079);
    background: -moz-linear-gradient(45deg, #a18f61, #afa079);
    background: linear-gradient(45deg, #a18f61, #afa079); }
  .overview-wrapper .focus-input2::after {
    content: attr(data-placeholder);
    display: block;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0;
    font-family: Poppins-Regular;
    font-size: 13px;
    color: #999999;
    line-height: 1.2;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s; }
  .overview-wrapper input.input2 {
    height: 45px; }
  .overview-wrapper input.input2 + .focus-input2::after {
    top: 16px;
    left: 0; }
  .overview-wrapper textarea.input2 {
    min-height: 115px;
    padding-top: 13px;
    padding-bottom: 13px; }
  .overview-wrapper textarea.input2 + .focus-input2::after {
    top: 16px;
    left: 0; }
  .overview-wrapper .input2:focus + .focus-input2::after {
    top: -13px; }
  .overview-wrapper .input2:focus + .focus-input2::before {
    width: 100%; }
  .overview-wrapper .has-val.input2 + .focus-input2::after {
    top: -13px; }
  .overview-wrapper .has-val.input2 + .focus-input2::before {
    width: 100%; }
  .overview-wrapper .container-contact2-form-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 13px; }
  .overview-wrapper .wrap-contact2-form-btn {
    display: block;
    position: relative;
    z-index: 1;
    border-radius: 2px;
    width: auto;
    overflow: hidden;
    margin: 0 auto; }
  .overview-wrapper .contact2-form-bgbtn {
    position: absolute;
    z-index: -1;
    width: 300%;
    height: 100%;
    background: #afa079;
    top: 0;
    left: -100%;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s; }
  .overview-wrapper .contact2-form-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    min-width: 244px;
    height: 50px;
    font-family: 'Titillium Web', sans-serif;
    font-size: 16px;
    color: #fff;
    line-height: 1.2; }
  .overview-wrapper .wrap-contact2-form-btn:hover .contact2-form-bgbtn {
    left: 0; }
  @media (max-width: 576px) {
    .overview-wrapper .wrap-contact2 {
      padding: 72px 15px 90px 15px; } }
  .overview-wrapper .validate-input {
    position: relative; }
  .overview-wrapper .alert-validate::before {
    content: attr(data-validate);
    position: absolute;
    max-width: 70%;
    background-color: white;
    border: 1px solid #afa079;
    border-radius: 2px;
    padding: 4px 25px 4px 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0px;
    pointer-events: none;
    font-family: 'Titillium Web', sans-serif;
    color: #c80000;
    font-size: 13px;
    line-height: 1.4;
    text-align: left;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    -o-transition: opacity 0.4s;
    -moz-transition: opacity 0.4s;
    transition: opacity 0.4s; }
  .overview-wrapper .alert-validate::after {
    content: "\f12a";
    font-family: 'Titillium Web', sans-serif;
    display: block;
    position: absolute;
    color: #c80000;
    font-size: 16px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 8px; }
  .overview-wrapper .alert-validate:hover:before {
    visibility: visible;
    opacity: 1; }
  @media (max-width: 992px) {
    .overview-wrapper .alert-validate::before {
      visibility: visible;
      opacity: 1; } }
