/*CSS Main Variables*/
body {
	/*background*/
	--main-light-bg-color: #fff;
	--main-dark-bg-color: #222626;

	/*fonts*/
	--main-light-font-color: #222626;
	--main-dark-font-color: #fff;

	overflow-x: hidden;
}

/*General setting*/
* {
	margin: 0;
	padding: 0;
	position: relative;
	font-family: "Roboto";
}
[class*="col-"] {
	display: inline-block;
}
#page-content {
	margin-top: -45px;
}
.upper {
	text-transform: uppercase;
}
.justify {
	text-align: justify;
}
.thumbnail {
	height: 200px;
	width: 100%;

	background-size: cover;
}
.inline-block {
	display: inline-block;
}
.flex {
	display: flex !important;
}
.justify-content-between {
	display: flex;
	justify-content: space-between;
}

/*Loading properties*/
.loading *:not(.gizmo) {
	display: none;
}
.loading div.gizmo {
	display: block;
}
.gizmo {
	display: none;
}
div.gizmo {
	text-align: center;
	margin-top: 45vh;
}

/*Sections*/
.section-light {
	background-color: var(--main-light-bg-color);
	color: var(--main-dark-bg-color);
}
.section-light a {
	color: var(--main-dark-bg-color);
}
.section-dark {
	background-color: var(--main-dark-bg-color);
	color: var(--main-light-bg-color);
}
.section-dark a {
	color: var(--main-light-bg-color);
}

/*Navbar*/
.nav-upper {
	font-size: 12px;
	margin: 20px 0 40px;
}
.logo {
	z-index: 1;
	display: block;
	top: -65px;
}
.logo-space {
	height: 50px;
	display: inline-block;
}
.logo img {
	margin: auto;
	display: inherit;
}
.ajax-menu-item {
	height: 50px;
	text-transform: uppercase;
}
.social-media a {
	margin: 0 10px;
}
.social-media a:last-child {
	margin-right: 0;
}
.ham {
	font-size: 60px;
	position: absolute;
	z-index: 2;
}
.ham i {
	margin-top: 10px;
	padding: 20px 30px;
	border-radius:
}
.ham:hover i {
	background-color: lightgray;
	cursor: pointer;
}
#navbar-mobile {
	position: fixed;
	width: 100vw;
	z-index: 8;
	top: 140px;
	padding: 30px;
	font-size: 35px;
	display: flex;
	flex-direction: column;
	flex-grow: 1;

	background-color: white;
}
#navbar-mobile > li {
	list-style: none;
	border-bottom: 1px solid lightgray;
	padding: 10px 20px 10px 0;
	text-align: center;
	margin: 10px auto 0;
	width: 80%;
}
#navbar-mobile-close {
	position: relative;
	margin-top: 10px;
	margin: auto;
	width: 75px;
	height: 75px;
	background-image: url(../../img/close.png);
	background-size: cover;
}
#navbar-mobile-close:hover {
	cursor: pointer;
}
.menuzord-menu {
	float: left;
	display: flex;
	justify-content: space-evenly;
}
.menuzord-menu-right > li {
	float: right;
}
.customnav {
	display: none;
}
.customnav-normal {
	display: inline;
}
@media screen and (max-width: 767px) {
	.customnav {
		display: inline;
	}
	.customnav-normal {
		display: none;
	}
}
.showhide {
	z-index: 8;
	margin-top: 20px !important;
	padding: 15px 20px !important;
	width: 80px !important;
	height: auto !important;
	margin-right: 20px !important;
	top: 20px;
	right: 20px;
}
.showhide:hover {
	background-color: lightgray;
}
.showhide > em {
	margin: 5px auto !important;
}
.showhide > em:nth-child(2) {
	margin: 3px auto !important;
}
.menuzord .showhide em {
	width: 40px;
	height: 5px;
}

/*Carousel*/
.banner-carousel .item {
	width: 100%;
	height: 540px;
	background-size: cover;
	background-position: center;
}
.owl-item {
	display: inline-block;
}
.disabled {
	display: none;
}
.owl-stage-outer {
	overflow: hidden;
}
.owl-custom-dots {
	position: absolute;
	bottom: 30px;
}
.owl-custom-dots .dot {
	width: 15px;
	height: 15px;

	margin: 0 10px;

	background-color: transparent;

	border: solid 2px white;
}
.owl-custom-dots .dot.active {
	background-color: transparent;

	border: solid 2px white;
}
.owl-custom-dots .dot .sub-dot {
	width: 7px;
	height: 7px;

	margin: 2px;

	background-color: transparent;
}
.owl-custom-dots .dot.active .sub-dot {
	background-color: white;
}
.owl-custom-dots .dot.active:hover .sub-dot {
	background-color: transparent;
}
.owl-custom-dots .dot:hover {
	background-color: white;

	border: solid 2px white;
}

/*Footer*/
.footer-logo {
	height: 30px;
}
.footer .ajax-menu-item {
	margin: 0;
}
.footer-nav > div {
	padding: 5px 0;
}
.footer-nav > div > * {
	float: left;
}
section.footer {
	margin-top: 25px;
}
.footer-info {
	margin: 10px 0;
}
.footer-bottom {
	margin-top: 30px;
	padding-top: 10px;
	padding-bottom: 0;
}
@media screen and (min-width:992px) {
	#navbar-mobile {
		display: none;
	}
}
@media screen and (max-width: 992px) {
	.menuzord-responsive .menuzord-menu,.header-contact {
		display: none;
	}
}
@media screen and (max-width: 1140px) {
	.logo {
		top: -92px;
	}
}
#navbar-mobile .ajax-menu-item:hover {
	text-decoration: none;
}







@import "https://fonts.googleapis.com/css?family=Dosis:300,400,500,600,700";
header:after, #timeline .timeline-item:after, header:before, #timeline .timeline-item:before {
  content: '';
  display: block;
  width: 100%;
  clear: both;
}

*, *:before, *:after {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

body, html {
  height: 100%;
}

img {
  max-width: 100%;
}

a {
  text-decoration: none;
}

.container {
  max-width: 1100px;
  margin: 0 auto;
}

h1, h2, h3, h4 {
  font-family: "Dosis", arial, tahoma, verdana;
  font-weight: 500;
}

.project-name {
  text-align: center;
  padding: 10px 0;
}

header {
  background: #2b2e48;
  padding: 10px;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.05);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.05);
}
header .logo {
  color: #ee4d4d;
  float: left;
  font-family: "Dosis", arial, tahoma, verdana;
  font-size: 22px;
  font-weight: 500;
}
header .logo > span {
  color: #f7aaaa;
  font-weight: 300;
}
header .social {
  float: right;
}
header .social .btn {
  font-family: "Dosis";
  font-size: 14px;
  margin: 10px 5px;
}

#timeline {
  width: 100%;
  margin: 30px auto;
  position: relative;
  padding: 0 10px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#timeline:before {
  content: "";
  width: 3px;
  height: 100%;
  background: #252c4c;
  left: 50%;
  top: 0;
  position: absolute;
}
#timeline:after {
  content: "";
  clear: both;
  display: table;
  width: 100%;
}
#timeline .timeline-item {
  margin-bottom: 50px;
  position: relative;
}
#timeline .timeline-item .timeline-icon {
  background: #252c4c;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  left: 50%;
  overflow: hidden;
  margin-left: -23px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
#timeline .timeline-item .timeline-icon svg {
  position: relative;
  top: 14px;
  left: 14px;
}
#timeline .timeline-item .timeline-content {
  width: 45%;
  background: #fff;
  padding: 20px;
  -webkit-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#timeline .timeline-item .timeline-content h2 {
  padding: 15px;
  background: #252c4c;
  color: #fff;
  margin: -20px -20px 0 -20px;
  font-weight: 300;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  -ms-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
#timeline .timeline-item .timeline-content:before {
  content: '';
  position: absolute;
  left: 45%;
  top: 20px;
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 7px solid #ee4d4d;
}
#timeline .timeline-item .timeline-content.right {
  float: right;
}
#timeline .timeline-item .timeline-content.right:before {
  content: '';
  right: 45%;
  left: inherit;
  border-left: 0;
  border-right: 7px solid #ee4d4d;
}

@media screen and (max-width: 995px) {
  #timeline {
    margin: 30px;
    padding: 0px;
    width: 90%;
  }
  #timeline:before {
    left: 0;
  }
  #timeline .timeline-item .timeline-content {
    width: 90%;
    float: right;
  }
  #timeline .timeline-item .timeline-content:before, #timeline .timeline-item .timeline-content.right:before {
    left: 10%;
    margin-left: -6px;
    border-left: 0;
    border-right: 7px solid #ee4d4d;
  }
  #timeline .timeline-item .timeline-icon {
    left: 0;
  }
}

#timeline ul {
  list-style: none;
}
#timeline li {
  margin-bottom: 15px;
  text-indent: 2em;
}
#timeline li:last-child {
  margin-bottom: 0;
}
#timeline .timeline-icon i {
  color: white;
  font-size: 25px;
  transform: translate(11px,11px);
}
@media screen and (max-width: 940px) {
	.Title-area h2 {
		font-size: 50px;
	}
	.Title-area p,.attorney-introduction p {
		font-size: 20px;
		line-height: 30px;
		margin-bottom: 20px;
	}
	.Title-area p:last-child {
		margin-bottom: 0;
	}
}