@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,700');

html,body {
  height: 100%;
  width: 100%;
  font-family: 'Poppins', sans-serif;
  font-size: 1rem;
  padding-top: 34px;
}

.navbar{
  padding: .8rem;
  border-bottom: 1px solid #d5d5d5;
}
.navbar-nav li{
  padding-right: 5px;
}
.nav-link{
  font-size: 1.1em !important;
}
img.load {
  background-color: #fff;
  background-image: url(../img/0LXPeq0.gif);
  background-repeat: no-repeat;
  background-position: center;
}
.display-2{
  font-size: 80%;
}
.display-4{
  font-size: 300%;
}
.carousel-inner img{
  width: 100%;
  height: 100%;
}
.carousel-caption{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.carousel-caption h1 {
  white-space: nowrap;
  font-size: 400%;
  text-transform: uppercase;
  text-shadow: 1px 1px 10px #000;
}
.carousel-caption h3 {
  white-space: nowrap;
  font-size: 150%;
  font-weight: 500;
  text-shadow: 1px 1px 10px #000;
  padding-bottom: 1rem;
}

.btn-primary {
  background: #d49c6b;
  border: 1px solid #d49c6b;
}
.btn-primary:hover {
  background: #8f5a2d;
  border: 1px solid #8f5a2d;
}
.jumbotron{
  padding: 1rem;
  border-radius: 0;
}
.padding-head{
  padding-top: 1.8rem;
}
.padding{
  padding-top: 2rem;
  padding-bottom: 3rem;
}
.welcome{
  width: 75%;
  margin: 0 auto;
  padding-top: 2rem;
}
.welcome hr {
  border-top: 2px solid #b4b4b4;
  width: 95%;
  margin-top: .3rem;
  margin-bottom: 1rem;
}
.column-85{
  width: 85%;
  margin: 0 auto;
  padding-top: 2rem;
}
.btm-2{
  padding-bottom: 2rem;
}
.box-85{
  width: 85%;
  margin: 0 auto;
}
.service-icon{
  font-size: 3rem;
  margin: 1rem;
  color: #d49c6b;
}
.service-icon:hover{
  color: #8f5a2d;
}
footer{
  background-color: #000000;
  color: #d5d5d5;
}
.carousel-item {
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
}
figure {
  position: relative;
  width: 100%;
  height: 60%;
  margin: 0!important;
}
.fixed-wrap {
  clip: rect(0, auto, auto, 0);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#fixed {
  background-image: url('../slides/lawcases.png');
  opacity: .6;
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  will-change: transform;
}
[class*="col-"] {
    padding: 1rem;
}

#services .services-item {
	max-width: 20rem;
	margin-left: auto;
	margin-right: auto;
}
#services .services-item .services-link {
	position: relative;
	display: block;
	margin: 0 auto;
}
.services-item .services-link{
	color:#000;
	text-decoration: none;
}
.services-item .services-link:hover {
	color:#000;
	text-decoration: none;
}
#services .services-item .services-link .services-hover {
	display: flex;
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(41, 182, 192, 0.8);
	align-items: center;
	justify-content: center;
	opacity: 0;
	transition: opacity ease-in-out 0.25s;
	text-decoration: none;
}
#services .services-item .services-link .services-hover .services-hover-content {
	color: white;
}
#services .services-item .services-link:hover .services-hover {
	opacity: 1;
}
#services .services-item .services-caption {
	text-align: center;
	background-color: #fff;
}
#services .services-item .services-caption .services-caption-heading {
	font-size: 1.5rem;
	font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial,
		sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-weight: 700;
	margin-bottom: 0;
}
#services .services-item .services-caption .services-caption-subheading {
	font-style: italic;
	font-family: "Droid Serif", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial,
		sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.services-modal .modal-dialog {
  margin:1rem auto;
  max-width: 70vw;
}
.services-modal .modal-content {
	padding-top: 6rem;
	padding-bottom: 6rem;
	text-align: center;
}
.services-modal .modal-content h2 {
	font-size: 3rem;
	line-height: 3rem;
}
.services-modal .modal-content p.item-intro {
	font-style: italic;
	margin-bottom: 2rem;
	font-family: "Droid Serif", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial,
		sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.services-modal .modal-content p {
	margin-bottom: 2rem;
}
.services-modal .modal-content ul.list-inline {
	margin-bottom: 2rem;
}
.services-modal .modal-content img {
	margin-bottom: 2rem;
}
.services-modal .close-modal {
	position: absolute;
	top: 1.5rem;
	right: 1.5rem;
	width: 3rem;
	height: 3rem;
	cursor: pointer;
	background-color: transparent;
}
.services-modal .close-modal:hover {
	opacity: 0.3;
}
.card-title {
	margin-bottom: 0.75rem;
}
.card-img,
.card-img-top,
.card-img-bottom {
	flex-shrink: 0;
    width: 280px;
    height: 300px;
}

.card-img,
.card-img-top {
	border-top-left-radius: calc(0.25rem - 1px);
	border-top-right-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-bottom {
	border-bottom-right-radius: calc(0.25rem - 1px);
	border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck .card {
	margin-bottom: 0.75rem;
}

.modal-open {
	overflow: hidden;
}
.modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto;
}

.modal {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1050;
	display: none;
	width: 100%;
	height: 100%;
	overflow: hidden;
	outline: 0;
}

.modal-dialog {
	position: relative;
	width: auto;
	margin: 0.5rem;
	pointer-events: none;
}
.modal.fade .modal-dialog {
	transition: transform 0.3s ease-out;
	transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
	.modal.fade .modal-dialog {
		transition: none;
	}
}
.modal.show .modal-dialog {
	transform: none;
}
.modal.modal-static .modal-dialog {
	transform: scale(1.02);
}

.modal-dialog-scrollable {
	display: flex;
	max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
	max-height: calc(100vh - 1rem);
	overflow: hidden;
}
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
	flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
	overflow-y: auto;
}

.modal-dialog-centered {
	display: flex;
	align-items: center;
	min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
	display: block;
	height: calc(100vh - 1rem);
	height: -webkit-min-content;
	height: -moz-min-content;
	height: min-content;
	content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
	flex-direction: column;
	justify-content: center;
	height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
	max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable::before {
	content: none;
}

.modal-content {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	pointer-events: auto;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 0.3rem;
	outline: 0;
}

.modal-backdrop {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1040;
	width: 100vw;
	height: 100vh;
	background-color: #000;
}
.modal-backdrop.fade {
	opacity: 0;
}
.modal-backdrop.show {
	opacity: 0.5;
}

.modal-header {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	padding: 1rem 1rem;
	border-bottom: 1px solid #dee2e6;
	border-top-left-radius: calc(0.3rem - 1px);
	border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .close {
	padding: 1rem 1rem;
	margin: -1rem -1rem -1rem auto;
}

.modal-title {
	margin-bottom: 0;
	line-height: 1.5;
}

.modal-body {
	position: relative;
	flex: 1 1 auto;
	padding: 1rem;
}

.modal-footer {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-end;
	padding: 0.75rem;
	border-top: 1px solid #dee2e6;
	border-bottom-right-radius: calc(0.3rem - 1px);
	border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer > * {
	margin: 0.25rem;
}

.modal-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll;
}

.contact-address-details {
	padding: 50px 0;
}

.single-contact {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 40px;
	min-height: 60px;
	position: relative;
}

.fit-icon{
  position: absolute;
  margin-top: 10px;
}
.fit-detail{
  position: relative;
  padding-left: 40px;
}

.contact-icon {
	background: #d49c6b none repeat scroll 0 0;
	border-radius: 50%;
	color: #fff;
	font-size: 16px;
	width: 40px;
	height: 40px;
	top: 0;
	left: 0;
	padding-top: 6px;
	text-align: center;
}

.contact-details {
  margin-left: 12px;
}
.contact-details p {
	margin-bottom: 0;
}
.contact-form input,
.contact-form textarea {
	border-radius: 0;
	margin-bottom: 20px;
	min-height: 50px;
	padding: 10px;
}

.contact-form button {
	background: #d49c6b none repeat scroll 0 0;
	border: 0 none;
	color: #fff;
	letter-spacing: 1px;
	padding: 15px 20px;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.contact-form button:hover {
	background: #8f5a2d none repeat scroll 0 0;
	color: #ffffff;
}

@media (max-width: 1023px) {
    .carousel-caption{
        top: 55%;
    }
    .carousel-caption h1 {
        font-size: 400%;
    }
    .carousel-caption h3 {
        font-size: 120%;
        font-weight: 400;
        padding-bottom: .2rem;
    }
    .carousel-caption .btn {
        font-size: 95%;
        padding: 8px 14px;
    }
    .display-4{
        font-size: 200%;
    }
    .social a{
        font-size: 2.5em;
        padding: 1.2rem;
    }
    .service-icon{
        font-size: 250%;
    }
    .padding{
        padding-top: 1rem;
        padding-bottom: .5rem;
    }
    .services-modal .modal-content h2 {
        font-size: 2.2rem;
        line-height: 3rem;
    }
    .services-item h4 {
        font-size: 140%;
    }
    .services-modal .close-modal {
        top: 1.3rem;
        right: 1.3rem;
        width: 1.8rem;
        height: 1.8rem;
    }
}

@media (max-width: 992px) {
    .carousel-caption{
        top: 50%;
    }
    .carousel-caption h1 {
        white-space: nowrap;
        font-size: 250%;
    }
    .carousel-caption h3 {
        white-space: nowrap;
        font-size: 150%;
        font-weight: 400;
        padding-bottom: .2rem;
    }
    .carousel-caption .btn {
        font-size: 90%;
        padding: 8px 14px;
    }
    .display-4{
        font-size: 200%;
    }
    .social a{
        font-size: 4em;
        padding: 2rem;
    }
    .padding{
        padding-top: .5rem;
        padding-bottom: .5rem;
    }
    .services-modal .modal-content h2 {
        font-size: 2.2rem;
        line-height: 3rem;
    }
    .services-item h4 {
        font-size: 140%;
    }
    .welcome{
        padding-top: 3rem;
    }
}

@media (max-width: 768px) {
    .carousel-caption{
        top: 50%;
    }
    .carousel-caption h1 {
        white-space: nowrap;
        font-size: 250%;
    }
    .carousel-caption h3 {
        white-space: nowrap;
        font-size: 90%;
        font-weight: 400;
        padding-bottom: .2rem;
    }
    .carousel-caption .btn {
        font-size: 90%;
        padding: 8px 14px;
    }
    .display-4{
        font-size: 200%;
    }
    .social a{
        font-size: 2.5em;
        padding: 1.2rem;
    }
    .padding{
        padding-top: .5rem;
        padding-bottom: .5rem;
    }
    .services-modal .modal-content h2 {
        font-size: 2.2rem;
        line-height: 3rem;
    }
    .services-item h4 {
        font-size: 140%;
    }
}

@media (max-width: 576px) {
    .carousel-caption{
        top: 50%;
    }
    .carousel-caption h1 {
        white-space: nowrap;
        font-size: 150%;
    }
    .carousel-caption h3 {
        white-space: nowrap;
        font-size: 90%;
    }
    .carousel-caption .btn {
        font-size: 80%;
        padding: 4px 8px;
    }
    .carousel-indicators {
        display:none;
    }
    .display-4{
        font-size: 200%;
    }
    .social a{
        font-size: 2em;
        padding: .7rem;
    }
    .padding{
        padding-top: .5rem;
        padding-bottom: .5rem;
    }
    .services-modal .modal-content h2 {
        font-size: 1.7rem;
        line-height: 3rem;
    }
    .services-item h4 {
        font-size: 120%;
    }
}

@media (max-width: 380px) {
    .carousel-caption{
        top: 70%;
    }
    .carousel-caption h1 {
        white-space: nowrap;
        font-size: 120%;
    }
    .carousel-caption h3 {
        white-space: nowrap;
        font-size: 80%;
    }
    .carousel-caption .btn {
        display:none;
    }
    .carousel-indicators {
        display:none;
    }
    .display-4{
        font-size: 160%;
    }
    .social a{
        font-size: 1em;
        padding: .5rem;
    }
    .padding{
        padding-top: .5rem;
        padding-bottom: .5rem;
    }
    .services-modal .modal-content h2 {
        font-size: 1.5rem;
        line-height: 3rem;
    }
    .services-item h4 {
        font-size: 100%;
    }
}

.toast {
  position: fixed;
  left: 0;
  right: 0;
  margin: auto;
  top: 0px;
  max-width: 400px;
  padding: 6px;
  background: #cccccc;
  color: #333333;
  font-family: sans-serif;
  text-align: center;
  border: 1px solid #aaaaaa;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.2s, top 0.2s, visibility 0.2s;
}
.toast--visible {
  top: 100px;
  opacity: 1;
  visibility: visible;
}
.toast--success {
  background: #00c02b;
  border-color: #009d23;
  color: #ffffff;
}
.toast--error {
  background: #d50000;
  border-color: #ba0000;
  color: #ffffff;
}
