/* ----------------------------------------------------------------------
	Seperator
-------------------------------------------------------------------------*/
.seperator,
.separator {
  color: #ccc;
  width: 100%;
  margin: 30px auto;
  overflow: hidden;
  text-align: center;
  line-height: 1.2em;
}

.seperator-simple {
  margin: 14px auto;
}

.seperator::before,
.seperator::after,
.separator::before,
.separator::after {
  border-bottom: 1px solid #eee;
  content: "";
  display: inline-block;
  height: 0.65em;
  margin: 0 -4px 0 -100%;
  vertical-align: top;
  width: 50%;
}

.seperator.seperator-dark::before,
.seperator.seperator-dark::after,
.separator.seperator-dark::before,
.separator.seperator-dark::after {
  border-bottom: 1px solid #333 !important;
}

.seperator.seperator-grey::before,
.seperator.seperator-grey::after,
.separator.seperator-grey::before,
.separator.seperator-grey::after {
  border-bottom: 1px solid #ccc;
}

.seperator.seperator-light::before,
.seperator.seperator-light::after,
.separator.seperator-light::before,
.separator.seperator-light::after {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.seperator::after,
.separator::after {
  margin: 0 -100% 0 0;
}

.seperator i,
.separator i {
  font-size: 18px;
}

.seperator i,
.seperator span,
.seperator a,
.separator i,
.separator span,
.separator a {
  margin: 0 20px 0 24px;
  display: inline-block;
}

.seperator.dotted:before,
.seperator.dotted:after,
.separator.dotted:before,
.separator.dotted:after {
  border-bottom: 2px dotted #ccc;
}

.seperator.seperator-left,
.separator.seperator-left {
  float: left;
  margin: 2px 36px 0 0;
}

.seperator.left i,
.separator.left i {
  float: left;
  margin: 2px 36px 0 0;
}

.seperator.right i,
.separator.right i {
  float: right;
  margin: 0 0 2px 36px;
}

.seperator.seperator-bold:before,
.seperator.seperator-bold:after,
.separator.seperator-bold:before,
.separator.seperator-bold:after {
  border-bottom-width: 6px;
}

.seperator.seperator-small,
.separator.seperator-small {
  width: 10%;
  margin: 5px auto;
}

.seperator.seperator-medium,
.separator.seperator-medium {
  width: 20%;
  margin: 10px auto;
}

.text-seperator {
  background-color: #111;
  display: block;
  height: 4px;
  margin: 20px 0;
}

.text-seperator-small {
  width: 10%;
}

.text-seperator-medium {
  width: 30%;
}

.text-seperator-large {
  width: 60%;
}

.seperator.seperator-image:before,
.seperator.seperator-image:after,
.separator.seperator-image:before,
.separator.seperator-image:after {
  border: 0;
}

.seperator.seperator-image,
.separator.seperator-image {
  background-position: center center;
  background-repeat: repeat-x;
  margin: 0;
  padding: 0;
}

.seperator.seperator-over-top,
.separator.seperator-over-top {
  margin-bottom: -17px;
  position: relative;
  top: -13px !important;
}


h2:not(:last-child), .h2:not(:last-child) {
    margin-bottom: 16px;
}

@media (max-width: 768px) {
    .text-medium, .text-medium-light {
        font-size: 30px !important;
    }
}
@media (max-width: 768px) {
    .text-medium, .text-medium-light {
        font-size: 40px !important;
    }
}
.text-medium {
    font-size: 50px !important;
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 20px;
}
@media (max-width: 767px) {
    h2, .h2 {
        font-size: 1.78571429em;
        line-height: 1.5em;
    }
}


h3:not(:last-child), .h3:not(:last-child) {
    margin-bottom: 12px;
}

.practice-area h3 {
    font-size: 20px;
}
@media (max-width: 767px) {
    h3, .h3 {
        font-size: 1.35714286em;
        line-height: 1.85714286em;
    }
}
h3, .h3 {
    font-size: 1.78571429em;
    line-height: 1.5em;
    font-weight: 500;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "Poppins", sans-serif;
    color: #1f1f1f;
    margin: 0;
    letter-spacing: 0.5px;
}
*, h1, h2, h3, h4, h5, h6, a {
    margin: 0;
    padding: 0;
    text-decoration: none;
}
h1, h2, h3, h4, h5, .h1, .h2, .h3, .h4, .h5 {
    line-height: 1.5;
    color: rgba(0, 0, 0, 0.8);
    font-weight: 400;
}

p {
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    text-transform: none;
    line-height: 1.7;
    letter-spacing: 0;
    color: #777777;
    font-family: "Poppins", sans-serif;
}

.ftco-section {
  /* padding: 7em 0;  */
  position: relative; }
  @media (max-width: 767.98px) {
    .ftco-section {
      padding: 6em 0; } }
.ftco-section-parallax {
  position: relative; }
  .ftco-section-parallax .parallax-img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    padding: 4em 0; }
  .ftco-section-parallax .heading-section-white h2 {
    font-weight: 400 !important; }


.practice-area {
  display: block;
  margin-bottom: 40px;
  padding: 20px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  position: relative; }
  
 
  @media (max-width: 767.98px) {
    .practice-area {
      border-left: none;
      border-bottom: 1px solid rgba(0, 0, 0, 0.08); } }
  .practice-area .icon {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.05);
    margin: 0 auto;
    margin-bottom: 10px;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%; }
    .practice-area .icon span {
      font-size: 50px;
      color: #000000;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      transition: all 0.3s ease; }
  .practice-area h3 {
    font-size: 20px; }
    .practice-area h3 a {
      color: #000000; }
  .practice-area .btn-custom {
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #000000;
    margin: 0 auto;
    opacity: 0;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .practice-area .btn-custom span {
      color: #fff; }
  .practice-area:hover .icon, .practice-area:focus .icon {
    background: #000000; }
    .practice-area:hover .icon span, .practice-area:focus .icon span {
      color: #fff; }
  .practice-area:hover .btn-custom, .practice-area:focus .btn-custom {
    opacity: 1;
    bottom: -25px; }


.header-area .main-menu ul li.active {
    background-color: #27a9e3;
    border-bottom: 1px solid #27a9e3;
    border-top: 1px solid #27a9e3;
}


.card {
    border: 1px solid #e6e8eb;
    border-radius: 5px;
    background-color: #ffffff;
    margin-bottom: 20px;
    box-shadow: 0 0 35px 0 rgba(154, 161, 171, 0.15);
}

.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
}

.card .card-body {
    padding: 1.8rem 2rem;
}

.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

#page-content:not(.no-sidebar) {
    padding: 40px 0 40px 0;
}

@media (max-width: 1024px) {
    #page-content {
        padding: 20px 0 20px 0;
    }
}
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block;
}
@media (max-width: 768px) {
    section {
        padding: 40px 0;
    }
}
section {
    padding: 80px 0;
    position: relative;
    width: 100%;
    overflow: hidden;
    z-index: 1;
    background-color: #ffffff;
}

.form-group label:not(.error) {
    font-size: 13px;
    letter-spacing: 0.04em;
    font-weight: 400;
    margin-bottom: 4px;
    color: #777777;
}
.form-group > label {
    display: block;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}

@keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
}

@keyframes fadeOut {
    0% { opacity: 1; }
    100% { opacity: 0; }
}

.disclaimer-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    padding: 0;
    margin: 0;
}

.disclaimer-window {
    animation: fadeIn 1s;
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -40%);
    width: 550px;
    height: 570px;
    background-color: rgb(255, 255, 255);
    box-shadow: 3px 4px 3px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    padding: 10px;
    margin: 10px;
}
.disclaimer-window h1{
	margin-top: 20px;
	text-align:center:
	text-decoration: none;
    text-shadow: 2px 1px rgba(0, 0, 0, 0.1);
    
    border: 3px solid rgb(120, 120, 120);
    border-radius: 15px;
    box-shadow: 3px 4px 3px rgba(0, 0, 0, 0.3);
    padding: 4px 8px;
}
.disclaimer-window h1, .disclaimer-window p, #disclaimerButton  {
    display: block;
     
    font-family: Arial
}

.disclaimer-window h1 {
    font-size: 20px;
    font-weight: 500;
}

.disclaimer-window p {
    font-size: 15px;
    font-weight: 300;
    margin-top: 35px;
    margin-bottom: 65px;
	margin-left:10px;
	margin-right:10px;
 
}

#disclaimerButton {
    color: rgb(0, 0, 0);
    font-size: 25px;
    text-decoration: none;
    text-shadow: 2px 1px rgba(0, 0, 0, 0.1);
    background-color: rgb(0, 232, 255);
    border: 3px solid rgb(0, 232, 255);
    border-radius: 15px;
    box-shadow: 3px 4px 3px rgba(0, 0, 0, 0.3);
    padding: 4px 8px;
	margin-top:-30px;
	width:200px;
}

#disclaimerButton:hover {
    box-shadow: 2px 3px 2px rgba(0, 0, 0, 0.3);
    padding: 14px 39px;
}

#disclaimerButton:active {
    border: 2px solid rgb(0, 193, 211);
    box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.3);
}
