
:root {
    --site-color1: #0b2653;
    --site-color1-hover: #0065b8;

    --site-color2: #ff9d43;
    --site-color2-hover: #ff7f03;
    --site-color2-opacity: #ff9d4326;

    --site-link: #1e90ff;
    --site-link-hover: #1a237e;

    --site-title: #0065b8;
    --site-title2: #00286c;

    --site-desp: #202020;
    --site-desp2: #202020;

    --site-btn: #ffb606;
    --site-btn-hover: #00286c;

    --site-white: #d8d8d8;
    --site-white-hover: #ffffff; 

    --site-bg-1: #f6f6fd;
    --site-bg-2: #ffffff; 
}


.oneTitle h2,.oneTitle h1{
    position: relative;
    padding: 0;
    margin: 0;
    font-family: "Raleway", sans-serif;
    font-weight: 300;
    font-size: 35px;
    color: #080808;
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 5px;

    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.oneTitle h2 a,.oneTitle h1 a{
  color: #080808
}

  .oneTitle h2:before,  .oneTitle h1:before {
    width: 28px;
    height: 5px;
    display: block;
    content: "";
    position: absolute;
    bottom: 3px;
    left: 50%;
    margin-left: -14px;
    background-color: var(--site-btn);
  }
  .oneTitle h2:after, .oneTitle h1:after {
    width: 100px;
    height: 1px;
    display: block;
    content: "";
    position: relative;
    margin-top: 15px;
    left: 50%;
    margin-left: -50px;
    background-color: var(--site-btn);
  }

  .oneTitle2 h2,  .oneTitle2 h1{
    position: relative;
    padding: 0;
    margin: 0;
    font-family: "Raleway", sans-serif;
    font-weight: 300;
    font-size: 35px;
    color: var(--site-white-hover);
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 5px;

    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

  .oneTitle2 h2:before,  .oneTitle2 h1:before {
    width: 28px;
    height: 5px;
    display: block;
    content: "";
    position: absolute;
    bottom: 3px;
    left: 50%;
    margin-left: -14px;
    background-color: var(--site-white-hover);
  }
  .oneTitle2 h2:after, .oneTitle2 h1:after  {
    width: 100px;
    height: 1px;
    display: block;
    content: "";
    position: relative;
    margin-top: 15px;
    left: 50%;
    margin-left: -50px;
    background-color: var(--site-white-hover);
  }


  /* ----------------- */




  .oneTitle3 h2,   .oneTitle3 h1 {
    position: relative;
    padding: 0;
    margin: 0;
    font-family: "Raleway", sans-serif;
    font-weight: 300;
    font-size: 20px;
    color: var(--site-white-hover);
    text-align: left;
    text-transform: uppercase;
    padding-bottom: 5px;

    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}


.oneTitle3 h2:before,.oneTitle3 h1:before  {
  width: 28px;
  height: 5px;
  display: block;
  content: "";
  position: absolute;
  bottom: 3px;
  left: 0;
  margin-left: 0;
  background-color: var(--site-white-hover);
}


.oneTitle3 h2:after,.oneTitle3 h1:after {
  width: 100px;
  height: 1px;
  display: block;
  content: "";
  position: relative;
  margin-top: 15px;
  left: 0;
  margin-left: 0;
  background-color: var(--site-white-hover);
}