@charset "UTF-8";
/* ------------------------------------------------------------------
 * [Table of contents]
 *
 * 1. Base Styling
 * 2. WordPress Styles
 * 3. Tables
 * 4. Forms
 * 5. Buttons
 *
 * 6. UI Components
 * 		6.1. Header
 * 		6.2. Footer
 * 		6.3. Sections
 * 		6.4. Components 			
 *
 * ------------------------------------------------------------------ */
/* */
/* */
/* */
/* */
/* ----------------- 1. Base Styling ----------------- */
@import url(http://fonts.googleapis.com/css?family=Alegreya:400italic,700italic,400,700);
@font-face {
  font-family: Colaborate;
  src: url("fonts/colaborate_bold/ColabBol-webfont.eot"), url("fonts/colaborate_bold/ColabBol-webfont.eot?iefix") format("eot"), url("fonts/colaborate_bold/ColabBol-webfont.woff") format("woff"), url("fonts/colaborate_bold/ColabBol-webfont.ttf") format("truetype"), url("fonts/colaborate_bold/ColabBol-webfont.svg#webfont") format("svg");
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: Colaborate;
  src: url("fonts/colaborate_medium/ColabMed-webfont.eot"), url("fonts/colaborate_medium/ColabMed-webfont.eot?iefix") format("eot"), url("fonts/colaborate_medium/ColabMed-webfont.woff") format("woff"), url("fonts/colaborate_medium/ColabMed-webfont.ttf") format("truetype"), url("fonts/colaborate_medium/ColabMed-webfont.svg#webfont") format("svg");
  font-style: normal;
  font-weight: 500;
}
@font-face {
  font-family: Colaborate;
  src: url("fonts/colaborate_regular/ColabReg-webfont.eot"), url("fonts/colaborate_regular/ColabReg-webfont.eot?iefix") format("eot"), url("fonts/colaborate_regular/ColabReg-webfont.woff") format("woff"), url("fonts/colaborate_regular/ColabReg-webfont.ttf") format("truetype"), url("fonts/colaborate_regular/ColabReg-webfont.svg#webfont") format("svg");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: Colaborate;
  src: url("fonts/colaborate_light/ColabLig-webfont.eot"), url("fonts/colaborate_light/ColabLig-webfont.eot?iefix") format("eot"), url("fonts/colaborate_light/ColabLig-webfont.woff") format("woff"), url("fonts/colaborate_light/ColabLig-webfont.ttf") format("truetype"), url("fonts/colaborate_light/ColabLig-webfont.svg#webfont") format("svg");
  font-style: normal;
  font-weight: 300;
}
@font-face {
  font-family: Colaborate;
  src: url("fonts/colaborate_thin/ColabThi-webfont.eot"), url("fonts/colaborate_thin/ColabThi-webfont.eot?iefix") format("eot"), url("fonts/colaborate_thin/ColabThi-webfont.woff") format("woff"), url("fonts/colaborate_thin/ColabThi-webfont.ttf") format("truetype"), url("fonts/colaborate_thin/ColabThi-webfont.svg#webfont") format("svg");
  font-style: normal;
  font-weight: 200;
}
* {
  margin: 0;
  border: 0;
  padding: 0;
  font-size: 100%;
}

body {
  font-family: "Colaborate", sans-serif;
  font-size: 16px;
  line-height: 1.8em;
}

img {
  max-width: 100%;
  height: auto;
}

html .row-fit {
  margin: 0;
}
html .row-fit [class*="col-"] {
  padding: 0;
}

input[type="number"],
input[type="search"],
input[type="email"],
input[type="text"],
input[type="url"],
input[type="password"],
input[type="submit"],
textarea {
  -webkit-appearance: none;
  border-radius: 0;
}

a {
  text-decoration: none;
  color: #272829;
  -webkit-transition: all 0.15s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  -moz-transition: all 0.15s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: all 0.15s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
a:hover, a:active {
	color: #fab11b;
	text-decoration: none;
}
a.inverted {
  color: #bdbdbd;
}
a.inverted:hover {
  color: #272829;
}

p {
  color: #bdbdbd;
}

.image {
  text-align: center;
}

.align-center {
  text-align: center;
}

blockquote {
  margin: 20px 0 30px;
  padding: 0 0 0 30px;
  border-left: 5px solid #272829;
}
blockquote p {
  margin: 0 !important;
  font-family: "Colaborate", sans-serif;
  color: #545d61;
  font-size: 24px !important;
  line-height: 42px !important;
  font-weight: 700 !important;
}
blockquote cite {
  font-style: normal;
  font-family: "Colaborate", sans-serif;
  font-size: 14px;
  line-height: 1em;
  font-weight: 700;
}
blockquote cite:before {
  content: "- ";
}

.custom-blockquote {
  border: 0;
  padding: 40px 40px 40px 90px;
  background: #d99c45;
}
.custom-blockquote p {
  position: relative;
  margin: 0;
  color: #fff;
  font-size: 24px;
  line-height: 1.75em;
}
.custom-blockquote p:before {
  font-size: 75px;
  color: #ac7b35;
  top: 12px;
  left: -50px;
  position: absolute;
  content: "“";
}
.custom-blockquote p, .custom-blockquote span {
  font-family: "Colaborate", sans-serif;
  font-weight: 700;
}
.custom-blockquote span {
  display: inline-block;
  margin: 10px 0 0;
  font-size: 14px;
  color: #272829;
}
.custom-blockquote span:before {
  content: "- ";
}
@media (max-width: 768px) {
  .custom-blockquote {
    padding: 25px 25px 25px 60px;
  }
  .custom-blockquote p:before {
    font-size: 56px;
    top: 5px;
    left: -45px;
  }
}

.page {
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.dom-ready .page {
  opacity: 1;
}
.dom-ready #preloader {
  display: none;
}

#preloader {
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: 999;
}
#preloader .progress-bar-wrapper {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 10px;
  background: rgba(217, 156, 69, 0.2);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
#preloader .progress-bar-wrapper .actual-progress {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  background: #fab11b;
  -webkit-transition: all 1.8s cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: all 1.8s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 1.8s cubic-bezier(0.23, 1, 0.32, 1);
}
#preloader.start .progress-bar-wrapper .actual-progress {
  width: 100%;
}
#preloader.done .progress-bar-wrapper {
  opacity: 0.01;
  height: 200vh;
}
#preloader.done .progress-bar-wrapper .actual-progress {
  background: rgba(217, 156, 69, 0.1);
}

/* ----------------- 2. Wordpress Styles ----------------- */
.alignleft {
  float: left;
  text-align: left;
  margin-bottom: 20px;
  margin-right: 20px;
}

.alignright {
  float: right;
  text-align: right;
  margin-bottom: 20px;
  margin-left: 20px;
}

.aligncenter {
  text-align: center;
}

img.size-full, img.size-large {
  max-width: 100%;
  width: auto;
  height: auto;
}

.wp-caption {
  max-width: 100%;
  position: relative;
}

.wp-caption-text {
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
  padding: 11.326px;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 400;
}

/* ----------------- 3. Tables ----------------- */
/* ----------------- 4. Forms ----------------- */
.contact-form.align-center {
  margin-top: -40px;
}
@media (max-width: 992px) {
  .contact-form.align-center {
    margin-top: 0;
  }
}
.contact-form.align-center .button {
  position: relative;
  margin-top: 40px;
}
.contact-form .input-line {
  margin-bottom: 20px;
  background: transparent;
  display: block;
  width: 100%;
  font-size: 14px;
  color: #545d61;
  font-weight: 500;
  color: #0a3744;
  padding: 12px 17px;
  border: 2px solid #0a3744;
  -webkit-transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  -moz-transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.contact-form .input-line::-webkit-input-placeholder {
  color: #0a3744;
}
.contact-form .input-line:-moz-placeholder {
  color: #0a3744;
}
.contact-form .input-line.placeholder {
  color: #0a3744;
}
.contact-form .input-line:focus, .contact-form .input-line:active {
  outline: none;
}
.contact-form .input-line:focus, .contact-form .input-line.has-value {
  background: #fff;
  border-color: #fab11b;
}
.contact-form textarea {
  min-height: 120px;
  resize: none;
  margin-bottom: 30px !important;
}
.contact-form .button {
  min-width: 180px;
}

.comments-area {
  margin-bottom: 40px;
}
.comments-area .commments-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #e0e0e0;
}
.comments-area .commments-list .comment {
  position: relative;
  padding-left: 100px;
  margin-bottom: 40px;
}
.comments-area .commments-list .comment > .commments-list {
  margin-left: -48px;
  border-top: 1px solid #e0e0e0;
  margin-top: 30px;
  padding: 30px 0 0;
  border-bottom: 0;
}
.comments-area .commments-list .comment .image {
  position: absolute;
  width: 80px;
  top: 3px;
  left: 0;
}
.comments-area .commments-list .comment .user, .comments-area .commments-list .comment .reply-link {
  display: inline-block;
}
.comments-area .commments-list .comment .user {
  margin: 0 0 25px;
  color: #545d61;
  font-size: 17px;
  line-height: 1em;
  font-weight: 700;
}
.comments-area .commments-list .comment .reply-link {
  color: #272829;
  margin-left: 60px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1em;
}
.comments-area .commments-list .comment .reply-link:after {
  font-family: FontAwesome;
  content: "";
  font-size: 12px;
  margin-left: 10px;
}
.comments-area .commments-list .comment .reply-link:hover {
  color: #d99c45;
}
.comments-area .commments-list .comment .message {
  color: #7c7c7c;
  font-size: 14px;
  line-height: 1.5em;
}

.contact-form h4, .comments-area h4 {
  margin: 35px 0 25px;
  font-family: "Colaborate", sans-serif;
  color: #545d61;
  font-size: 31px;
  line-height: 1em;
  font-weight: 700;
}

/* ----------------- 5. Buttons ----------------- */
.button {
  display: inline-block;
  text-align: center;
  line-height: 1em;
  -webkit-transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  -moz-transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.button:active, .button:focus {
  outline: none;
}
.button.theme-button-1 {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  font-family: "Colaborate", sans-serif;
  color: #0a3744;
  border: 2px solid #0a3744;
  padding: 18px 35px 16px 35px;
  background: #fab11b;
}
.button.theme-button-1:hover {
  color: #fab11b;
  background: #0a3744;
  border: 2px solid #fab11b;
}
.button.theme-button-2 {
  color: #fab11b;
  border: 1px solid #fab11b;
  padding: 14px 25px 13px 25px;
  font-size: 14px;
  font-weight: 700;
  font-family: "Colaborate", sans-serif;
  text-transform: uppercase;
}
.button.theme-button-2:hover {
  background: #0a3744;
  color: #fab11b;
}
.button.theme-button-3 {
  color: #fff;
  font-size: 14px;
  padding: 9px 8px;
  background: #272829;
}
.button.theme-button-3:hover {
  background: #d99c45;
}

/* ----------------- 6. UI Components ----------------- */
/* ----------------- 6.1. Header ----------------- */
header {
  z-index: 10;
}
header:not(.no-border) {
  -webkit-box-shadow: 0px 1px 0px 0px #e0e0e0;
  -moz-box-shadow: 0px 1px 0px 0px #e0e0e0;
  box-shadow: 0px 1px 0px 0px #e0e0e0;
}
header .contact-block {
  border-bottom: 1px solid #e0e0e0;
}
header .contact-block p, header .contact-block .social-block {
  display: inline-block;
}
header .contact-block p {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 40px 0 0;
}
header .contact-block p:last-of-type {
  margin-right: 0;
}
header .contact-block .contact-block-link:after {
  position: relative;
  top: -1px;
  margin-left: 5px;
  content: "";
  font-family: FontAwesome;
  font-size: 9px;
  font-weight: 400;
  color: #272829;
}
header .contact-block .social-block {
  list-style-type: none;
  line-height: 1em;
  font-size: 0;
  padding: 10px 0 10px;
  margin: 0;
  float: right;
}
header .contact-block .social-block li {
  display: inline-block;
  margin-right: 15px;
}
header .contact-block .social-block li:last-of-type {
  margin-right: 0;
}
header .contact-block .social-block li i {
  font-size: 14px;
}
header .contact-block .search-form {
  float: right;
  position: relative;
  width: 100%;
}
header .contact-block .search-form .input-line {
  width: 100%;
  border-left: 1px solid #e0e0e0;
  font-size: 13px;
  padding: 4px 32px 4px 10px;
}
header .contact-block .search-form .input-line::-webkit-input-placeholder {
  color: #bdbdbd;
}
header .contact-block .search-form .input-line:-moz-placeholder {
  color: #bdbdbd;
}
header .contact-block .search-form .input-line.placeholder {
  color: #bdbdbd;
}
header .contact-block .search-form .input-line:focus {
  outline: none;
}
header .contact-block .search-form .submit-button, header .contact-block .search-form .icon {
  position: absolute;
  text-align: center;
  padding-top: 9px;
  color: #272829;
  background: transparent;
  top: 0;
  right: 0;
  width: 28px;
  height: 100%;
  -webkit-transition: all 0.13s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  -moz-transition: all 0.13s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: all 0.13s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
header .contact-block .search-form .submit-button {
  z-index: 2;
}
header .contact-block .search-form .submit-button:focus, header .contact-block .search-form .submit-button:active, header .contact-block .search-form .submit-button:hover {
  outline: none;
}
header .contact-block .search-form .submit-button:focus + .icon, header .contact-block .search-form .submit-button:active + .icon, header .contact-block .search-form .submit-button:hover + .icon {
  color: #d99c45;
}
header .navigation {
  padding: 10px 0 10px;
  background-color: #fff;
  border-bottom: 1px solid #eee;
}
header .navigation nav {
  padding-top: 25px;
  text-align: right;
}
header .navigation nav .menu-toggle {
  cursor: pointer;
  color: #272829;
  font-size: 24px;
}
header .navigation nav ul {
  list-style-type: none;
  display: inline-block;
  text-align: left;
  padding: 0;
  margin: 0;
}
header .navigation nav ul li {
  display: inline-block;
  margin-right: 35px;
  padding: 0 0 10px;
}
header .navigation nav ul li.menu-item-has-children {
  position: relative;
}
header .navigation nav ul li.menu-item-has-children:hover .sub-menu {
  visibility: visible;
  opacity: 1;
}
header .navigation nav ul li.menu-item-has-children .sub-menu {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  background: #272829;
  top: 100%;
  left: -25px;
  min-width: 220px;
  z-index: 100;
  padding: 20px 30px 25px 30px;
  -webkit-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  -moz-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
}
header .navigation nav ul li.menu-item-has-children .sub-menu li {
  margin: 0;
  padding: 0;
  display: block;
}
header .navigation nav ul li.menu-item-has-children .sub-menu li a {
  font-family: "Colaborate", sans-serif;
  color: #767676;
  font-size: 15px;
  text-transform: none;
  -webkit-transition: all 0.1s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  -moz-transition: all 0.1s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: all 0.1s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
header .navigation nav ul li.menu-item-has-children .sub-menu li a:hover {
  color: #fab11b;
}
header .navigation nav ul li:last-of-type {
  margin: 0;
}
header .navigation nav ul li a {
  font-size: 15px;
  color: #0a3744;
  font-family: "Colaborate", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-transition: all 0.15s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  -moz-transition: all 0.15s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: all 0.15s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
header .navigation nav ul li a:hover {
  color: #fab11b;
}
header .navigation nav ul li.current-menu-item a {
  color: #fab11b;
}
@media (max-width: 1200px) {
  header .contact-block p {
    margin-right: 20px;
  }
  header .contact-block .social-block {
    margin-left: 20px;
  }
}
@media (max-width: 992px) {
  header .contact-block {
    text-align: center;
  }
  header .contact-block .search-form .input-line {
    border: 0;
  }
  header .navigation nav {
    position: relative;
  }
  header .navigation nav ul {
    position: absolute;
    z-index: 99;
    left: 0;
    top: 165%;
    width: 100%;
    background: #fff;
    -webkit-box-shadow: 0 2px 12px -1px #777;
    -moz-box-shadow: 0 2px 12px -1px #777;
    box-shadow: 0 2px 12px -1px #777;
    padding: 20px 30px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.25s cubic-bezier(0.39, 0.575, 0.565, 1);
    -moz-transition: all 0.25s cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: all 0.25s cubic-bezier(0.39, 0.575, 0.565, 1);
  }
  header .navigation nav ul.visible {
    visibility: visible;
    top: 120%;
    opacity: 1;
  }
  header .navigation nav ul li {
    display: block;
    margin: 0;
  }
  header .navigation nav ul li.menu-item-has-children .sub-menu {
    display: none !important;
    visibility: hidden !important;
  }
}

/* ----------------- 6.2. Footer ----------------- */
footer .footer-widgets {
  background: url(../img/footer-bg.jpg) top center;
  background-size: cover;
}
footer .footer-widgets .bg-wrapper {
  background: rgba(39, 40, 41, 0.8);
  padding: 55px 0 0;
}
footer .footer-widgets .footer-widget {
  margin-bottom: 50px;
  min-height: 134px;
}
footer .footer-widgets .footer-widget p {
  margin: 0;
  font-size: 14px;
  color: #6c6c6c;
  font-weight: 700;
  line-height: 1.929em;
  text-transform: uppercase;
}
footer .footer-widgets .footer-widget p a {
  color: inherit;
}
footer .footer-widgets .footer-widget p a:hover {
  color: #d99c45;
}
footer .footer-widgets .footer-widget .widget-caption {
  margin: 0 0 30px;
  color: #fff;
  font-size: 23px;
  font-weight: 700;
  line-height: 1em;
  text-transform: uppercase;
}
footer .footer-widgets .footer-widget .blog-excerpt {
  margin-bottom: 38px;
}
footer .footer-widgets .footer-widget .blog-excerpt:last-of-type {
  margin: 0;
}
footer .footer-widgets .footer-widget .blog-excerpt p {
  color: #b0b0b0;
  font-size: 17px;
  line-height: 1.588em;
  text-transform: none;
}
footer .footer-widgets .footer-widget.widget_categories ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
footer .footer-widgets .footer-widget.widget_categories ul li {
  display: block;
  line-height: 1.2em;
  margin-bottom: 8px;
}
footer .footer-widgets .footer-widget.widget_categories ul li:last-of-type {
  margin: 0;
}
footer .footer-widgets .footer-widget.widget_categories ul li a {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  line-height: 1em;
  color: #6c6c6c;
}
footer .footer-widgets .footer-widget.widget_categories ul li a:hover {
  color: #d99c45;
}
footer .copyrights {
  background: #0a3744;
  padding: 34px 0 22px;
}
footer .copyrights p {
  color: #999;
  font-size: 14px;
  line-height: 1.5em;
  font-weight: 400;
  text-transform: uppercase;
}
footer .copyrights p a {
  color: inherit;
}
footer .copyrights p a:hover {
  color: #d99c45;
}
footer .copyrights .social-block {
  float: right;
  list-style-type: none;
  padding: 0;
  margin: 0;
  font-size: 0;
}
footer .copyrights .social-block li {
  display: inline-block;
  margin-right: 15px;
}
footer .copyrights .social-block li:last-of-type {
  margin: 0;
}
footer .copyrights .social-block li i {
  font-size: 14px;
  color: #525354;
  -webkit-transition: all 0.18s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  -moz-transition: all 0.18s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: all 0.18s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
footer .copyrights .social-block li i:hover {
  color: #fff;
}
@media (max-width: 992px) {
  footer .copyrights p, footer .copyrights .social-block {
    float: none;
    text-align: center;
  }
}

/* ----------------- 6.3. Sections ----------------- */
.section-title {
  text-align: center;
  color: #0a3744;
  font-family: "Colaborate", sans-serif;
  font-size: 31px;
  line-height: 1em;
  font-weight: 700;
  margin: 40px 0 15px;
}
.section-title.no-align {
  text-align: left;
}
.section-title.more-padding {
  margin-top: 80px;
}
.section-title:after, .section-title:before {
  margin: 0 20px;
  content: "-";
}

/* ----------------- 6.3.1. Statistics ----------------- */
.statistics-section {
  padding-top: 25px;
  background-color: #fab11b;
}

/* ----------------- 6.3.2. About ----------------- */
.about-section {
  padding-bottom: 10px;
  background-color: #fff;
}
.about-section p {
  color: #000;
  margin-bottom: 40px;
}

/* ----------------- 6.3.3. Showcase ----------------- */
.showcase-section {
  background: url(../img/showcase.jpg) top center;
  background-size: cover;
  text-align: center;
}
.showcase-section .bg-wrapper {
  padding: 110px 0 150px;
  background: rgba(255, 255, 255, 0.9);
}
.showcase-section .bg-wrapper .icon {
  font-size: 76px;
  color: #d99c45;
}
.showcase-section .bg-wrapper h1 {
  margin: 80px 0 40px;
  font-size: 58px;
  line-height: 1em;
  color: #272829;
  font-family: "Colaborate", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .showcase-section .bg-wrapper h1 {
    margin: 50px 25px;
    font-size: 46px;
  }
}
@media (max-width: 450px) {
  .showcase-section .bg-wrapper h1 {
    margin: 30px 15px;
    font-size: 36px;
  }
}

/* ----------------- 6.3.4. Attorneys ----------------- */
.attorneys-section {
  padding-bottom: 50px;
}

/* ----------------- 6.3.5. Latest News ----------------- */
.latest-news-section {
  padding-bottom: 70px;
  background: #eee;
}
.latest-news-section .theme-button-1 {
  position: relative;
  margin: 80px 0 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.latest-news-section .row {
  border-top: 1px solid #bdbdbd;
  border-left: 1px solid #bdbdbd;
}

/* ----------------- 6.3.6. FAQ ----------------- */
.faq-section {
  padding-bottom: 70px;
}

/* ----------------- 6.3.7. Testimonials ----------------- */
.testimonials-section {
  padding-bottom: 90px;
}
@media (max-width: 450px) {
  .testimonials-section [class*="col-"] {
    width: 100%;
  }
}

/* ----------------- 6.3.8. Contact ----------------- */
.contact-section:not(.no-background) {
  background-image: url(../img/contact-section-bg.jpg);
  background-position: top center;
  background-size: cover !important;
}
.contact-section.different-bg {
  background-image: url(../img/contact-section-bg-2.jpg);
}
.contact-section.no-background {
  padding-bottom: 30px;
}
.contact-section.has-border {
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.contact-section .section-title.margin-2x {
  margin-bottom: 85px;
}
.contact-section .section-title.more-margin {
  margin-bottom: 50px;
}
.contact-section .bg-wrapper {
 /* background: rgba(255, 255, 255, 0.9);*/
  padding: 50px 0 20px;
}
.contact-section .promo-message h1 {
  margin: 0 0 40px;
 font-family: "Colaborate", sans-serif;
  font-size: 58px;
  font-weight: 700;
  line-height: 1em;
  color: #272829;
  text-transform: uppercase;
}
.contact-section .promo-message p {
  margin: 0;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.1em;
  color: #272829;
}
.contact-section .promo-message span {
  font-size: 14px;
  line-height: 1em;
  font-weight: 700;
  color: #d99c45;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .contact-section .section-title.more-margin {
    margin-bottom: 60px;
  }
  .contact-section .bg-wrapper {
    padding: 60px 0 100px;
  }
  .contact-section .promo-message {
    padding-top: 75px;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .contact-section .bg-wrapper {
    padding: 40px 0 60px;
  }
  .contact-section .promo-message {
    padding-top: 45px;
  }
  .contact-section .promo-message h1 {
    font-size: 42px;
  }
}

/* ----------------- 6.3.9. Partners ----------------- */
.partners-section {
  background: #fff;
}

/* ----------------- 6.3.10. Hero ----------------- */
.hero-section {
  background: #eee;
  padding-top: 100px;
}
.hero-section.has-padding {
  padding-bottom: 60px;
}
.hero-section.less-padding-top {
  padding-top: 65px;
}
.hero-section.less-padding-top h1 {
  margin-top: 0;
}
.hero-section h1 {
  font-family: "Colaborate", sans-serif;
  margin: 45px 0 35px;
  font-size: 58px;
  line-height: 1em;
  font-weight: 500;
  color:#0a3744;
}
.hero-section h1.no-margin {
  margin-bottom: 0;
}
.hero-section h1.no-margin + p {
  margin-bottom: 70px;
}
.hero-section h3 {
  margin: 0 0 30px;
  color: #272829;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.294em;
  text-transform: uppercase;
}
.hero-section p {
  color: #333;
  margin-bottom: 35px;
}
.hero-section .image.has-margin {
  padding-bottom: 100px;
}
.hero-section .carousel {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.hero-section .carousel li {
  font-size: 0;
}
.hero-section .carousel .owl-controls {
  text-align: center;
  padding-top: 25px;
}
.hero-section .carousel .owl-controls div {
  display: inline-block;
  margin-right: 40px;
}
.hero-section .carousel .owl-controls div:last-of-type {
  margin: 0;
}
.hero-section .carousel .owl-controls div .fa {
  color: #b3b3b3;
  font-size: 18px;
  -webkit-transition: all 0.15s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  -moz-transition: all 0.15s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: all 0.15s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.hero-section .carousel .owl-controls div .fa:hover {
  color: #272829;
}
.hero-section .search-form {
  position: relative;
  display: block;
  margin: 0 auto 55px;
  max-width: 280px;
}
.hero-section .search-form .search-input {
  width: 100%;
  font-size: 14px;
  color: #d99c45;
  padding: 12px 52px 12px 20px;
  border: 1px solid #b5c0cb;
  background: #fff;
  -webkit-transition: all 0.15s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  -moz-transition: all 0.15s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: all 0.15s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.hero-section .search-form .search-input::-webkit-input-placeholder {
  color: #545d61;
}
.hero-section .search-form .search-input:-moz-placeholder {
  color: #545d61;
}
.hero-section .search-form .search-input.placeholder {
  color: #545d61;
}
.hero-section .search-form .search-input:focus, .hero-section .search-form .search-input.has-value {
  border-color: #d99c45;
  outline: none;
}
.hero-section .search-form .search-submit, .hero-section .search-form .icon {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 24px;
  height: 24px;
}
.hero-section .search-form .icon {
  z-index: 1;
  color: #272829;
  font-size: 16px;
  padding-top: 2px;
  -webkit-transition: all 0.15s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  -moz-transition: all 0.15s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: all 0.15s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.hero-section .search-form .search-submit {
  background: 0;
  z-index: 2;
}
.hero-section .search-form .search-submit:hover + .icon {
  color: #d99c45;
}
.hero-section .search-form .search-submit:active, .hero-section .search-form .search-submit:focus {
  outline: none;
}
@media (max-width: 992px) {
  .hero-section {
    padding-bottom: 45px;
  }
  .hero-section h3 {
    margin-top: 60px;
  }
}
@media (max-width: 768px) {
  .hero-section h1, .hero-section h3, .hero-section .carousel {
    text-align: center;
  }
}

/* ----------------- 6.3.11. Practice ----------------- */
.practice-section { background: #eee;
}
.practice-section .practice-area-carousel {
  list-style-type: none;
  padding: 35px 0 45px;
  margin: 0;
  background: #eee;
}
.practice-section .practice-area-carousel .item {
  padding: 0 10px;
}
.practice-section .practice-area-carousel .owl-controls {
  text-align: center;
  padding-top: 60px;
  display: none !important;
}
.practice-section .practice-area-carousel .owl-controls .owl-buttons div {
  display: inline-block;
  margin-right: 40px;
}
.practice-section .practice-area-carousel .owl-controls .owl-buttons div:last-of-type {
  margin: 0;
}
.practice-section h1 {
  font-family: "Colaborate", sans-serif;
  margin: 135px 0 20px;
  font-size: 58px;
  line-height: 1em;
  font-weight: 500;
  color:#0a3744;
}
.practice-section .practice-area-carousel .owl-controls .owl-buttons div .fa {
  font-size: 18px;
  color: #b3b3b3;
  -webkit-transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  -moz-transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.practice-section .practice-area-carousel .owl-controls .owl-buttons div .fa:hover {
  color: #272829;
}

/* ----------------- 6.3.12. Map Section ----------------- */
.map-section {
  height: 400px;
}
@media (max-width: 1200px) {
  .map-section {
    height: 500px;
  }
}
@media (max-width: 992px) {
  .map-section {
    height: 450px;
  }
}
@media (max-width: 768px) {
  .map-section {
    height: 350px;
  }
}

/* ----------------- 6.3.13. Blog ----------------- */
.blog-section {
  padding-bottom: 80px;
  overflow: hidden;
}
.blog-section .blog-content {
  position: relative;
  background: #eee;
  padding: 50px 50px 50px 0;
}
.blog-section .blog-content.less-padding-bottom {
  padding-bottom: 120px;
}
@media (min-width: 992px) {
  .blog-section .blog-content.less-padding-bottom {
    margin-bottom: -80px;
  }
}
.blog-section .blog-content:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  margin-left: -1000%;
  width: 1000%;
  background: #eee;
}
.blog-section .blog-content .blog-content-header {
  position: relative;
  margin: 0 -50px 60px 0;
  padding: 0 50px 30px 0;
  border-bottom: 1px solid #bdbdbd;
}
.blog-section .blog-content .blog-content-header:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 1000%;
  margin-left: -1000%;
  border-bottom: 1px solid #bdbdbd;
}
.blog-section .blog-content .blog-content-header .section-title {
  margin: 0;
}
.blog-section .blog-content .blog-content-header .section-title:before {
  margin-left: 10px;
}
.blog-section .blog-content .blog-content-header .section-title:after {
  margin-right: 10px;
}
.blog-section .blog-content .blog-content-header .tagline {
  margin: 0;
  color: #7c7c7c;
  font-size: 13px;
  text-transform: uppercase;
}
.blog-section .blog-content .blog-content-header p {
  margin: 0;
  color: #7c7c7c;
}
.blog-section .blog-content .related-news-wrapper .related-news {
  border-top: 1px solid #bdbdbd;
  border-left: 1px solid #bdbdbd;
}
.blog-section .blog-content .related-news-wrapper h4 {
  margin: 0 0 25px;
  font-family: "Colaborate", sans-serif;
  color: #545d61;
  font-size: 31px;
  line-height: 1em;
  font-weight: 700;
}
.blog-section .share-block {
  list-style-type: none;
  padding: 45px 0 0 !important;
  font-size: 0;
  margin: 0;
}
.blog-section .share-block li {
  display: inline-block;
  margin-right: 15px;
}
.blog-section .share-block li .fa {
  font-size: 16px;
  color: #bebebe;
  -webkit-transition: all 0.12s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  -moz-transition: all 0.12s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: all 0.12s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.blog-section .share-block li .fa:hover {
  color: #d99c45;
}
.blog-section .share-block li:last-of-type {
  margin: 0;
}
@media (max-width: 992px) {
  .blog-section .blog-content {
    padding-right: 0;
  }
  .blog-section .blog-content .blog-content-header {
    padding-right: 0;
    margin-right: 0;
  }
  .blog-section .blog-content .blog-content-header:after {
    content: "";
    z-index: 2;
    position: absolute;
    top: 100%;
    right: 0;
    left: auto;
    width: 1000%;
    margin-right: -1000%;
    border-bottom: 1px solid #bdbdbd;
  }
  .blog-section .blog-content:after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    height: 100%;
    margin-right: -1000%;
    width: 1000%;
    background: #eee;
  }
}
@media (max-width: 768px) {
  .blog-section .blog-content .blog-content-header {
    text-align: center;
  }
  .blog-section .blog-content .blog-content-header .tagline {
    margin-bottom: 15px;
  }
  .blog-section .blog-content .blog-content-header .section-title {
    text-align: center;
  }
}

/* ----------------- 6.4. Components ----------------- */
/* ----------------- 6.4.1. Statistics Item ----------------- */
.statistics-item {
  position: relative;
  padding-left: 50px;
  margin-bottom: 50px;
  margin-top: 20px;
  text-align: center;
}
.statistics-item .icon {
  position: absolute;
  text-align: center;
  font-size: 15px;
  color: #0a3744;
  padding-top: 7px;
  top: 0;
  left: 0;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  border: 5px solid #0a3744;
  display:none;
}
.statistics-item .nr {
  line-height: 1em;
  font-size: 26px;
  font-weight: 700;
  color: #272829;
  word-break: break-all;
  text-align: center;
}
.statistics-item .nr:after {
  margin: 8px 0 15px;
  display: block;
  content: "";
  width: auto;
  height: 2px;
  background: #eee;
  display:none;
}
.statistics-item p {
  margin: 0;
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  line-height: 1.1em;
  text-transform: uppercase;
}

/* ----------------- 6.4.2. Preview Box ----------------- */
.preview-box {
  background: #0a3744;
  padding: 25px 0 0;
}
.preview-box.pushed-top {
  position: relative;
  z-index: 99;
  margin-top: -19%;
  border: 5px solid #fab11b;
}
.preview-box .box-title {
  text-align: center;
  margin: 0 0 30px;
  font-family: "Colaborate", sans-serif;
  font-size: 23px;
  line-height: 1.2em;
  font-weight: 700;
  color: #fff;
}
.preview-box .preview-items-wrapper {
  padding: 0 40px 0;
  margin-bottom: 40px;
  text-align: center;
}
.preview-box .preview-items-wrapper.border-right {
  border-right: 1px solid rgba(255, 255, 255, 0.05);
}
.preview-box .preview-items-wrapper .preview-item {
  margin-bottom: 20px;
}
.preview-box .preview-items-wrapper .preview-item .title {
  margin: 0 0 8px;
  color: #fab11b;
  font-weight: 700;
  line-height: 1em;
  text-transform: uppercase;
}
.preview-box .preview-items-wrapper .preview-item .title a {
  color: inherit;
  position: relative;
}
.preview-box .preview-items-wrapper .preview-item .title a:before {
  content: "";
  position: absolute;
  top: -0.07em;
  left: -12px;
}
.preview-box .preview-items-wrapper .preview-item .title a:after {
  font-family: FontAwesome;
  margin-left: 10px;
  content: "";
  opacity: 0;
  color: #fff;
  -webkit-transition: all 0.1s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  -moz-transition: all 0.1s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: all 0.1s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.preview-box .preview-items-wrapper .preview-item .title a:hover {
  color: #fff;
}
.preview-box .preview-items-wrapper .preview-item .title a:hover:after {
  opacity: 1;
}
.preview-box .preview-items-wrapper .preview-item p {
  color: #fff;
  font-weight: 400;
  line-height: 1.1em;
}
@media (max-width: 1200px) {
  .preview-box.pushed-top {
    margin-top: -25%;
  }
}
@media (max-width: 992px) {
  .preview-box.pushed-top {
    margin-top: 0;
  }
}

/* ----------------- 6.4.3. History Box ----------------- */
.history-box {
  padding: 45px 0 60px;
}
.history-box .box-caption {
  margin: 0;
  font-size: 17px;
  line-height: 1em;
  color: #545d61;
  font-weight: 500;
}
.history-box .history-item {
  margin-top: 30px;
  position: relative;
  padding-left: 30px;
}
.history-box .history-item:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 9px;
  height: 9px;
  border-radius: 100%;
  background: #e0ae67;
}
.history-box .history-item .caption {
  margin: 0 0 15px;
  color: #272829;
  font-size: 19px;
  line-height: 1em;
  font-weight: 700;
}
.history-box .history-item .caption span {
  margin-right: 15px;
  color: #d99c45;
  text-transform: uppercase;
}
.history-box .history-item p {
  margin: 0;
  color: #7c7c7c;
  line-height: 1.4em;
  font-weight: 500;
}

/* ----------------- 6.4.4. Attorney ----------------- */
.attorney {
  margin-bottom: 40px;
}
.attorney.no-margin {
  margin-bottom: 0;
}
.attorney .name {
  margin: 20px 0 10px;
  color: #545d61;
  font-size: 19px;
  font-weight: 700;
  line-height: 1em;
  font-family: "Colaborate", sans-serif;
  text-transform: uppercase;
}
.attorney .name a {
  color: inherit;
}
.attorney .name a:hover {
  color: #272829;
}
.attorney .job {
  margin: 0 0 15px;
  line-height: 1em;
  font-weight: 700;
  font-size: 16px;
  color: #7c7c7c;
}
.attorney .social-media {
  list-style-type: none;
  font-size: 0;
  padding: 0 0 6px;
  margin: 0 0 20px;
  border-bottom: 1px solid #eee;
}
.attorney .social-media.no-border {
  margin-bottom: 0;
  border: 0;
}
.attorney .social-media li {
  display: inline-block;
  margin-right: 15px;
}
.attorney .social-media li:last-of-type {
  margin: 0;
}
.attorney .social-media li i {
  font-size: 15px;
  color: #d99c45;
  -webkit-transition: all 0.15s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  -moz-transition: all 0.15s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: all 0.15s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.attorney .social-media li i:hover {
  color: #545d61;
}
.attorney .short-info {
  margin: 0 0 20px;
  color: #7c7c7c;
  font-size: 15px;
  line-height: 1.8em;
}
.attorney .short-info.bold {
  font-weight: 500;
  fons-size: 14px;
  line-height: 1.5em;
}
@media (min-width: 1200px) {
  .attorney .short-info.bold {
    min-height: 160px;
  }
}
.attorney .short-info span {
  display: inline-block;
  text-transform: uppercase;
  padding-bottom: 5px;
}
.attorney .contact-info {
  padding: 20px 0 0;
  border-top: 1px solid #eee;
  margin-bottom: 35px;
}
.attorney .contact-info p {
  color: #d99c45;
  margin: 0;
  font-size: 14px;
  line-height: 1.4em;
  font-weight: 700;
  text-transform: uppercase;
}
.attorney .contact-info p a {
  color: #545d61;
  margin-left: 10px;
}
.attorney .contact-info p a:hover {
  color: #bdbdbd;
}

.attorney-small {
  position: relative;
  padding-left: 100px;
  margin-bottom: 30px;
}
.attorney-small .image {
  position: absolute;
  width: 80px;
  top: 0;
  left: 0;
}
.attorney-small .card-body {
  padding: 18px 40px 18px 45px;
  border: 1px solid #eee;
  -webkit-transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  -moz-transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.attorney-small .card-body:hover {
  background: #d99c45;
  border-color: #d99c45;
}
.attorney-small .card-body:hover h2, .attorney-small .card-body:hover p, .attorney-small .card-body:hover a {
  color: #fff;
}
.attorney-small .card-body h2 {
  margin: 0;
  color: #545d61;
  font-size: 19px;
  line-height: 1.2em;
  font-family: "Colaborate", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
.attorney-small .card-body p {
  margin: 0;
  color: #7c7c7c;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.35em;
}
.attorney-small .card-body a {
  position: absolute;
  top: 35px;
  right: 40px;
  font-family: "Colaborate", sans-serif;
  font-size: 14px;
  line-height: 1em;
  font-weight: 700;
  color: #d99c45;
  text-transform: uppercase;
}
@media (max-width: 1200px) and (min-width: 992px) {
  .attorney-small .card-body {
    padding: 18px 20px 18px 20px;
  }
  .attorney-small .card-body a {
    right: 20px;
  }
}
@media (max-width: 768px) {
  .attorney-small .card-body a {
    position: relative;
    top: 0;
    display: inline-block;
    margin-top: 15px;
    right: auto;
  }
}

.attorney-thumbnail {
  position: relative;
  display: inline-block;
  margin: 0 20px 20px 0;
}
.attorney-thumbnail:hover .details {
  visibility: visible;
  opacity: 1;
}
.attorney-thumbnail:hover .details a {
  opacity: 1;
}
.attorney-thumbnail .details {
  position: absolute;
  text-align: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0 5px;
  visibility: hidden;
  opacity: 0;
  background: rgba(255, 255, 255, 0.95);
  -webkit-transition: all 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  -moz-transition: all 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: all 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.attorney-thumbnail .details a {
  position: relative;
  display: inline-block;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 10px;
  font-weight: 700;
  line-height: 1.2em;
  color: #7c7c7c;
  text-transform: uppercase;
  opacity: 0.2;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.agent-info h2 {
  margin: 38px 0 30px;
  font-size: 19px;
  line-height: 1em;
  font-weight: 700;
  color: #d99c45;
  text-transform: uppercase;
}
.agent-info p {
  color: #7c7c7c;
}
@media (max-width: 992px) {
  .agent-info {
    padding-top: 40px;
  }
}

/* ----------------- 6.4.5. News Item ----------------- */
.news-item, .practice-item {
  position: relative;
  overflow: hidden;
  padding: 35px 28px 30px;
  border-bottom: 1px solid #bdbdbd;
  border-right: 1px solid #bdbdbd;
}
.news-item:hover .image, .practice-item:hover .image {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.news-item .image, .practice-item .image {
  position: absolute;
  overflow: hidden;
  z-index: 2;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  -moz-transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.news-item .image img, .practice-item .image img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  min-width: 50%;
  min-height: 50%;
  overflow-x: hidden;
}
.news-item .image a, .practice-item .image a {
  position: absolute;
  margin: 10px 10px 0 0;
  right: 25%;
  top: 25%;
}
.news-item .image a i, .practice-item .image a i {
  color: #272829;
  height: 60px;
  width: 60px;
  font-size: 36px;
  text-align: center;
  padding-top: 11px;
  background: rgba(255, 255, 255, 0.8);
  -webkit-transition: all 0.15s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  -moz-transition: all 0.15s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: all 0.15s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.news-item .image a i:hover, .practice-item .image a i:hover {
  background: #fff;
}
.news-item .news-item-header p, .practice-item .news-item-header p {
  color: #545d61;
  margin: 0;
  font-size: 14px;
  line-height: 1em;
  font-weight: 500;
}
.news-item .news-item-header p span, .practice-item .news-item-header p span {
  font-weight: 700;
  color: #d99c45;
}
.news-item .news-item-header .title, .practice-item .news-item-header .title {
  margin: 10px 0 30px;
  color: #272829;
  font-size: 17px;
  line-height: 1.294em;
  font-weight: 700;
  text-transform: uppercase;
}
.news-item .news-item-body p, .practice-item .news-item-body p {
  margin: 0;
  color: #7c7c7c;
  line-height: 1.5em;
}
.news-item .news-item-body .comments, .practice-item .news-item-body .comments {
  display: block;
  margin: 20px 0 0;
  font-family: "Colaborate", sans-serif;
  font-size: 17px;
  font-weight: 700;
  color: #545d61;
}
.news-item .news-item-body .comments:before, .practice-item .news-item-body .comments:before {
  position: relative;
  top: 2px;
  margin-right: 5px;
  font-family: icomoon;
  content: "";
  font-size: 14px;
  font-weight: 400;
}

.practice-item {
  border: 1px solid #bdbdbd;
  margin: 0 0 20px;
  padding: 50px 20px 25px;
  min-height: 265px;
}
.practice-item .practice-item-header h2 {
  margin: 0;
  color: #212121;
  font-size: 17px;
  font-weight: 700;
  line-height: 1em;
  text-transform: uppercase;
}
.practice-item .practice-item-header h2:after {
  content: "";
  margin: 25px 0;
  display: block;
  background: #eee;
  height: 3px;
  width: 45px;
}
.practice-item .practice-item-body p {
  margin: 0;
  color: #7c7c7c;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.467em;
}

/* ----------------- 6.4.6. Simple Accordion ----------------- */
.simple-accordion .panel-group .panel {
  border: 0;
  box-shadow: none;
}
.simple-accordion .panel-group .panel:last-of-type {
  border-bottom: 1px solid #eee;
}
.simple-accordion .panel-group .panel .panel-heading {
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  border-top: 1px solid #eee;
  padding: 20px 0;
  border-radius: 0;
}
.simple-accordion .panel-group .panel .panel-heading .panel-title {
  margin: 0;
  font-family: "Colaborate", sans-serif;
  color: #272829;
  font-size: 31px;
  line-height: 1.3em;
}
.simple-accordion .panel-group .panel .panel-heading .panel-title.active a {
  color: #d99c45;
}
.simple-accordion .panel-group .panel .panel-heading .panel-title.active a i {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.simple-accordion .panel-group .panel .panel-heading .panel-title a {
  color: inherit;
  text-decoration: none;
  position: relative;
  display: block;
  padding-right: 30px;
}
.simple-accordion .panel-group .panel .panel-heading .panel-title a:hover {
  color: #d99c45;
}
.simple-accordion .panel-group .panel .panel-heading .panel-title a i {
  position: absolute;
  right: 0;
  top: 1px;
  -webkit-transition: all 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  -moz-transition: all 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: all 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.simple-accordion .panel-group .panel .panel-heading .panel-title a:hover {
  text-decoration: none;
}
.simple-accordion .panel-group .panel .panel-collapse .panel-body {
  padding: 0 !important;
  border: 0 !important;
}
.simple-accordion .panel-group .panel .panel-collapse .panel-body p {
  margin: 0 0 15px;
  color: #7c7c7c;
  font-size: 15px;
  line-height: 1.8em;
}

/* ----------------- 6.4.7. User Testimonials ----------------- */
.testimonials-tabs .owl-item {
  text-align: center;
}
.testimonials-tabs .heading {
  padding-top: 80px;
}
.testimonials-tabs .heading li {
  display: inline-block;
  min-height: 80px;
}
.testimonials-tabs .heading li.ui-state-active .client .image:after {
  opacity: 0;
}
.testimonials-tabs .heading li.ui-state-active *, .testimonials-tabs .heading li.ui-state-active a {
  outline: none;
  text-decoration: none;
}
.testimonials-tabs .heading li .client {
  position: relative;
  padding: 15px 0 0 100px;
  text-align: left;
}
.testimonials-tabs .heading li .client .image {
  position: absolute;
  width: 80px;
  top: 0;
  left: 0;
}
.testimonials-tabs .heading li .client .image:after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.8);
  -webkit-transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  -moz-transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.testimonials-tabs .heading li .client .name {
  text-transform: uppercase;
  color: #d99c45;
  font-size: 17px;
  font-weight: 700;
  line-height: 1em;
  margin: 0 0 13px;
}
.testimonials-tabs .heading li .client .job {
  margin: 0;
  color: #545d61;
  font-size: 14px;
  line-height: 1em;
}
.testimonials-tabs .heading .owl-controls {
  text-align: center;
  padding-top: 65px;
}
.testimonials-tabs .heading .owl-controls .owl-pagination .owl-page {
  display: inline-block;
  margin-right: 15px;
  width: 10px;
  height: 10px;
  cursor: pointer;
  background: #eee;
  border-radius: 50%;
  -webkit-transition: all 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  -moz-transition: all 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: all 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.testimonials-tabs .heading .owl-controls .owl-pagination .owl-page:last-of-type {
  margin: 0;
}
.testimonials-tabs .heading .owl-controls .owl-pagination .owl-page.active {
  background: #b0b0b0;
}

.testimonial.has-margin {
  margin-bottom: 70px;
}
.testimonial p {
  margin: 0;
  text-align: center;
  font-family: "Colaborate", sans-serif;
  font-weight: 700;
  color: #545d61;
  font-size: 24px;
  line-height: 1.75em;
}
.testimonial p:after {
  display: block;
  margin: 30px auto 0;
  content: "";
  width: 45px;
  height: 3px;
  background: #eee;
}

.testimonial-block {
  margin-bottom: 20px;
  border: 1px solid #eee;
  text-align: center;
}
.testimonial-block .block-header {
  padding: 25px 30px 40px;
  background: #fcfcfc;
  border-bottom: 1px solid #eee;
}
.testimonial-block .block-header h2 {
  margin: 0;
  color: #d99c45;
  font-size: 17px;
  line-height: 1.118em;
  font-weight: 700;
  text-transform: uppercase;
}
.testimonial-block .block-header p {
  margin: 0 0 15px;
  color: #545d61;
  font-size: 14px;
  line-height: 1.45em;
}
.testimonial-block .block-body {
  padding: 40px 30px;
}
.testimonial-block .block-body p {
  margin: 0;
  color: #7c7c7c;
  font-family: "Colaborate", sans-serif;
  font-style: italic;
}

/* ----------------- 6.4.8. Partners Carousel ----------------- */
.partners-carousels {
  list-style-type: none;
  text-align: center;
  padding: 50px 0;
  margin: 0;
  position: relative;
}
@media (max-width: 768px) {
  .partners-carousels {
    padding-bottom: 25px;
  }
}
.partners-carousels .owl-wrapper {
  display: table;
}
.partners-carousels .owl-wrapper .owl-item {
  display: table-cell;
  float: none;
  vertical-align: middle;
}
.partners-carousels .owl-controls {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  width: 100%;
  text-align: left;
}
.partners-carousels .owl-controls .owl-buttons div {
  display: inline-block;
}
.partners-carousels .owl-controls .owl-buttons div .fa {
  cursor: pointer;
  text-align: center;
  color: #fff;
  background: #e9e9e9;
  width: 42px;
  height: 42px;
  font-size: 22px;
  padding-top: 9px;
  border-radius: 6px;
  -webkit-transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  -moz-transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.partners-carousels .owl-controls .owl-buttons div .fa:hover {
  color: #272829;
  background: #ccc;
}
.partners-carousels .owl-controls .owl-buttons div.owl-prev {
  margin-left: -85px;
}
.partners-carousels .owl-controls .owl-buttons div.owl-next {
  float: right;
  margin-right: -85px;
}
@media (max-width: 1200px) {
  .partners-carousels .owl-controls .owl-buttons div.owl-prev {
    margin-left: -60px;
  }
  .partners-carousels .owl-controls .owl-buttons div.owl-next {
    margin-right: -60px;
  }
}
@media (max-width: 768px) {
  .partners-carousels .owl-controls {
    position: relative;
    margin-top: 50px;
  }
  .partners-carousels .owl-controls .owl-buttons {
    text-align: center;
  }
  .partners-carousels .owl-controls .owl-buttons div.owl-prev {
    margin: 0 30px 0 0;
  }
  .partners-carousels .owl-controls .owl-buttons div.owl-next {
    float: none;
    margin: 0;
  }
}

/* ----------------- 6.4.9. Attorneys Carousel ----------------- */
.attorneys-carousel {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.attorneys-carousel .owl-controls {
  padding-top: 40px;
}
.attorneys-carousel .owl-controls .owl-pagination .owl-page {
  display: inline-block;
  margin-right: 15px;
  width: 10px;
  height: 10px;
  cursor: pointer;
  background: #eee;
  border-radius: 50%;
  -webkit-transition: all 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  -moz-transition: all 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: all 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.attorneys-carousel .owl-controls .owl-pagination .owl-page:last-of-type {
  margin: 0;
}
.attorneys-carousel .owl-controls .owl-pagination .owl-page.active {
  background: #b0b0b0;
}

/* ----------------- 6.4.10. Simple Theme Banner ----------------- */
.simple-theme-banner {
  background-image: url(../img/banner-background.jpg);
  background-position: top center;
  background-size: cover !important;
  overflow: hidden;
}
.simple-theme-banner .bg-wrapper {
  background: rgba(255, 255, 255, 0.72);
}
.simple-theme-banner .icon {
  font-size: 46px;
}
.simple-theme-banner .banner-block {
  min-height: 75px;
  padding-top: 10px;
}
.simple-theme-banner .banner-block.has-background-color {
  background: #fab11b;
  position: relative;
}
.simple-theme-banner .banner-block.has-background-color:before {
  position: absolute;
  left: -1000%;
  top: 0;
  content: "";
  height: 100%;
  width: 1000%;
  background: #fab11b;
}
.simple-theme-banner .banner-block.has-background-color h3, .simple-theme-banner .banner-block.has-background-color .icon {
  color: #fff;
}
.simple-theme-banner .banner-block.text {
  padding-top: 20px;
  padding-left: 65px;
  padding-right: 100px;
}
.simple-theme-banner .banner-block.text .button {
  position: absolute;
  top: 45px;
  right: 0;
}
.simple-theme-banner .banner-block h3, .simple-theme-banner .banner-block h4, .simple-theme-banner .banner-block .icon {
  margin: 0;
  line-height: 1em;
  vertical-align: middle;
  display: inline-block;
}
.simple-theme-banner .banner-block .icon {
  margin-right: 35px;
}
.simple-theme-banner .banner-block h3 {
  display: inline-block;
  padding-top: 8px;
  font-size: 21px;
  font-weight: 700;
  text-transform: uppercase;
}
.simple-theme-banner .banner-block h4 {
  color: #0a3744;
  font-size: 25px;
  font-weight: 700;
  margin-right: 15px;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .simple-theme-banner .banner-block {
    text-align: center;
    padding: 45px 25px 0;
  }
  .simple-theme-banner .banner-block.has-background-color * {
    position: relative;
    z-index: 2;
  }
  .simple-theme-banner .banner-block.has-background-color:before {
    left: -500%;
  }
  .simple-theme-banner .banner-block.text {
    padding: 45px 25px 75px;
  }
  .simple-theme-banner .banner-block.text h4 {
    display: block;
    margin: 0;
  }
  .simple-theme-banner .banner-block.text .button {
    position: relative;
  }
}
@media (max-width: 768px) {
  .simple-theme-banner .banner-block.has-background-color {
    padding-bottom: 35px;
  }
  .simple-theme-banner .banner-block.has-background-color .icon {
    margin: 0 0 20px;
    display: block;
  }
}

/* ----------------- 6.4.11. Area description ----------------- */
.area-description {
  padding-bottom: 120px;
}
.area-description h2 {
  margin: 50px 0 35px;
  color: #272829;
  font-size: 19px;
  line-height: 1em;
  font-weight: 700;
}
.area-description p {
  color: #7c7c7c;
}
.area-description ul {
  padding-left: 70px;
}
.area-description ul li {
  font-size: 14px;
  font-weight: 700;
  color: #545d61;
}
.area-description .area-specialists {
  position: relative;
  list-style-type: none;
  padding: 60px 0 0;
  margin: 0;
}
.area-description .area-specialists .owl-controls {
  position: absolute;
  top: 0;
  left: 0;
}
.area-description .area-specialists .owl-controls .owl-buttons div {
  display: inline-block;
  margin-right: 40px;
}
.area-description .area-specialists .owl-controls .owl-buttons div:last-of-type {
  margin: 0;
}
.area-description .area-specialists .owl-controls .owl-buttons div .fa {
  font-size: 18px;
  color: #b3b3b3;
  cursor: pointer;
  -webkit-transition: all 0.14s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  -moz-transition: all 0.14s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: all 0.14s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.area-description .area-specialists .owl-controls .owl-buttons div .fa:hover {
  color: #272829;
}
@media (max-width: 992px) and (min-width: 768px) {
  .area-description .area-specialists .owl-item {
    padding: 0 10px;
  }
}

/* ----------------- 6.4.12. Pagination ----------------- */
.page-numbers {
  display: block;
  list-style-type: none;
  font-size: 0;
  padding: 0;
  margin: 40px 0 0;
}
.page-numbers li {
  display: inline-block;
  margin-left: -1px;
}
.page-numbers li a, .page-numbers li span {
  display: inline-block;
  text-align: center;
  height: 48px;
  width: 48px;
  color: #7c7c7c;
  font-size: 19px;
  line-height: 1em;
  padding: 14px 10px 0;
  border: 1px solid #eee;
  -webkit-transition: all 0.1s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  -moz-transition: all 0.1s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: all 0.1s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.page-numbers li a.current, .page-numbers li span.current {
  color: #d99c45;
  background: #fcfcfc;
}
.page-numbers li a.next, .page-numbers li a.prev, .page-numbers li span.next, .page-numbers li span.prev {
  border: 0;
  padding-left: 20px;
  padding-right: 20px;
}
.page-numbers li a.next:hover, .page-numbers li a.prev:hover, .page-numbers li span.next:hover, .page-numbers li span.prev:hover {
  background: none;
  color: #d99c45;
}
.page-numbers li a:hover, .page-numbers li span:hover {
  background: #fcfcfc;
}

/* ----------------- 6.4.13. Contact Info Block ----------------- */
.contact-info-block .heading {
  background: #eee;
  padding: 25px 45px;
  margin-bottom: 35px;
}
.contact-info-block .heading p {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.429em;
  color: #545d61;
}
.contact-info-block .info-block {
  position: relative;
  margin-bottom: 25px;
  padding: 0 0 25px 60px;
  border-bottom: 1px solid #eee;
}
.contact-info-block .info-block .icon {
  position: absolute;
  display: info-block;
  font-size: 36px;
  color: #0a3744;
  left: 0;
  top: 0;
}
.contact-info-block .info-block p {
  margin: 0;
  color: #6c6c6c;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.929em;
  text-transform: uppercase;
}
.contact-info-block .info-block p span {
  display: block;
  color: #f9b11b;
}
.contact-info-block .info-block p a {
  color: inherit;
  margin-right: 20px;
}
.contact-info-block .info-block p a:hover {
  color: #272829;
}
.contact-info-block .social-block {
  list-style-type: none;
  padding: 15px 0 0 30px;
  margin: 0;
  font-size: 0;
}
.contact-info-block .social-block li {
  display: inline-block;
  margin-right: 10px;
}
.contact-info-block .social-block li:last-of-type {
  margin: 0;
}
.contact-info-block .social-block li i {
  font-size: 14px;
  color: #d99c45;
  -webkit-transition: all 0.18s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  -moz-transition: all 0.18s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: all 0.18s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.contact-info-block .social-block li i:hover {
  color: #525354;
}

/* ----------------- 6.4.14. Blog Post ----------------- */
.blog-post {
  margin-bottom: 60px;
}
.blog-post:last-of-type {
  margin: 0;
}
.blog-post .post-header {
  padding-bottom: 30px;
}
.blog-post .post-header .meta {
  display: inline-block;
  margin: 0;
  color: #545d61;
  font-size: 14px;
  font-weight: 500;
  line-height: 2.214em;
}
.blog-post .post-header .meta span {
  font-weight: 700;
  color: #d99c45;
}
.blog-post .post-header .meta a {
  color: inherit;
}
.blog-post .post-header .meta a:hover {
  color: #272829;
}
.blog-post .post-header .comments {
  float: right;
  padding-right: 5px;
  font-family: "Colaborate", sans-serif;
  font-size: 17px;
  font-weight: 700;
  color: #545d61;
}
.blog-post .post-header .comments:before {
  position: relative;
  top: 2px;
  margin-right: 5px;
  font-family: icomoon;
  content: "";
  font-size: 14px;
  font-weight: 400;
}
.blog-post .post-header .title {
  margin: 5px 0 0;
  font-size: 17px;
  line-height: 1.294em;
  text-transform: uppercase;
  color: #272829;
}
.blog-post .post-header .title a {
  color: inherit;
}
.blog-post .post-header .title a:hover {
  color: #bdbdbd;
}
.blog-post .post-cover {
  margin-bottom: 50px;
}
.blog-post .post-body h1, .blog-post .post-body h2, .blog-post .post-body h3, .blog-post .post-body h4, .blog-post .post-body h5, .blog-post .post-body h6 {
  font-family: "Colaborate", sans-serif;
  color: #272829;
  line-height: 1em;
}
.blog-post .post-body h2 {
  font-size: 31px;
  margin: 20px 0 15px;
}
.blog-post .post-body.has-border {
  padding-bottom: 30px;
  border-bottom: 1px solid #e0e0e0;
}
.blog-post .post-body .button {
  margin-top: 20px;
}
.blog-post .post-body p {
  margin: 0 0 15px;
  color: #7c7c7c;
  font-size: 14px;
  line-height: 1.5em;
}
.blog-post .post-body ul, .blog-post .post-body ol {
  color: #545d61;
  padding-left: 20px;
  font-size: 17px;
  line-height: 1.118em;
  font-weight: 700;
}
.blog-post .post-body ul li, .blog-post .post-body ol li {
  margin-bottom: 15px;
}
.blog-post .post-body ul li:last-of-type, .blog-post .post-body ol li:last-of-type {
  margin: 0;
}
.blog-post.image-post .post-thumbnail:before, .blog-post.image-post .post-cover.has-type:before {
  content: "";
}
.blog-post.video-post .post-thumbnail:before, .blog-post.video-post .post-cover.has-type:before {
  content: "";
}
.blog-post .post-thumbnail, .blog-post .post-cover.has-type {
  position: relative;
}
.blog-post .post-thumbnail:before, .blog-post .post-cover.has-type:before {
  position: absolute;
  pointer-events: none;
  content: "";
  font-size: 26px;
  padding-top: 10px;
  top: 0;
  left: 0;
  z-index: 2;
  width: 50px;
  height: 50px;
  display: inline-block;
  font-family: icomoon;
  color: #272829;
  text-align: center;
  background: #bdbdbd;
  border-bottom: 2px solid #eee;
  border-right: 2px solid #eee;
}
.blog-post .post-thumbnail:hover .hover, .blog-post .post-cover.has-type:hover .hover {
  visibility: visible;
  opacity: 1;
}
.blog-post .post-thumbnail .hover, .blog-post .post-cover.has-type .hover {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.8);
  -webkit-transition: all 0.24s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  -moz-transition: all 0.24s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: all 0.24s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.blog-post .post-thumbnail .hover a, .blog-post .post-cover.has-type .hover a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (max-width: 992px) {
  .blog-post .post-body {
    margin-bottom: 25px;
  }
}

/* ----------------- 6.4.15. Sidebar ----------------- */
.sidebar {
  padding-top: 20px;
}
.sidebar .widget {
  margin-bottom: 40px;
}
.sidebar .widget ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.sidebar .widget .widget-title {
  position: relative;
  display: block;
  padding-bottom: 13px;
  color: #545d61;
  font-size: 19px;
  line-height: 1em;
  font-weight: 700;
  font-family: "Colaborate", sans-serif;
  text-transform: uppercase;
  margin: 0 0 25px 25px;
  border-bottom: 1px solid #e0e0e0;
}
.sidebar .widget .widget-title:before {
  position: absolute;
  top: 0;
  left: -25px;
  content: "";
  height: 100%;
  width: 4px;
  background: #d99c45;
}
.sidebar .widget.widget_search .search-form {
  position: relative;
  width: 100%;
  display: block;
}
.sidebar .widget.widget_search .search-form .search-input {
  display: inline-block;
  font-size: 14px;
  color: #272829;
  width: 100%;
  padding: 20px 60px 20px 18px;
  border: 1px solid #e0e0e0;
}
.sidebar .widget.widget_search .search-form .search-input::-webkit-input-placeholder {
  color: #545d61;
}
.sidebar .widget.widget_search .search-form .search-input:-moz-placeholder {
  color: #545d61;
}
.sidebar .widget.widget_search .search-form .search-input.placeholder {
  color: #545d61;
}
.sidebar .widget.widget_search .search-form .search-input:focus, .sidebar .widget.widget_search .search-form .search-input.has-value {
  outline: none;
  border-color: #d99c45;
}
.sidebar .widget.widget_search .search-form .search-button, .sidebar .widget.widget_search .search-form .icon {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 30px;
  height: 30px;
}
.sidebar .widget.widget_search .search-form .search-button {
  border: 0;
  background: 0;
  z-index: 2;
}
.sidebar .widget.widget_search .search-form .search-button:focus, .sidebar .widget.widget_search .search-form .search-button:active {
  outline: none;
}
.sidebar .widget.widget_search .search-form .search-button:hover + .icon {
  color: #d99c45;
}
.sidebar .widget.widget_search .search-form .icon {
  -webkit-transition: all 0.15s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  -moz-transition: all 0.15s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: all 0.15s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  text-align: center;
  color: #78797a;
  padding-top: 4px;
  font-size: 16px;
}
.sidebar .widget:not(.widget_recent_posts):not(.widget_tag_cloud) ul li {
  line-height: 1em;
  margin-bottom: 20px;
}
.sidebar .widget:not(.widget_recent_posts):not(.widget_tag_cloud) ul li:last-of-type {
  margin: 0;
}
.sidebar .widget:not(.widget_recent_posts):not(.widget_tag_cloud) ul li a {
  color: #272829;
  font-size: 14px;
  font-weight: 500;
}
.sidebar .widget:not(.widget_recent_posts):not(.widget_tag_cloud) ul li a:before {
  position: relative;
  font-size: 16px;
  top: 3px;
  color: #bfbfbf;
  margin-right: 20px;
  font-family: icomoon;
  content: "";
}
.sidebar .widget:not(.widget_recent_posts):not(.widget_tag_cloud) ul li a:hover {
  color: #d99c45;
}
.sidebar .widget:not(.widget_recent_posts):not(.widget_tag_cloud) ul li a:hover:before {
  color: #d99c45;
}
.sidebar .widget.widget_archive li {
  text-transform: uppercase;
}
.sidebar .widget.widget_tag_cloud .tagcloud {
  font-size: 0;
}
.sidebar .widget.widget_tag_cloud .tagcloud a {
  line-height: 1em;
  display: inline-block;
  margin: 0 3px 3px 0;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  padding: 9px 8px;
  background: #272829;
}
.sidebar .widget.widget_tag_cloud .tagcloud a:hover {
  background: #d99c45;
}
.sidebar .widget.widget_recent_posts .recent-post {
  position: relative;
  display: block;
  padding-left: 100px;
  margin-bottom: 30px;
  min-height: 80px;
}
.sidebar .widget.widget_recent_posts .recent-post:last-of-type {
  margin: 0;
}
.sidebar .widget.widget_recent_posts .recent-post .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
}
.sidebar .widget.widget_recent_posts .recent-post h4 {
  margin: 0;
  color: #bfbfbf;
  font-size: 17px;
  line-height: 1.118em;
}
.sidebar .widget.widget_recent_posts .recent-post h4 a {
  color: inherit;
}
.sidebar .widget.widget_recent_posts .recent-post h4 a:hover {
  color: #272829;
}
.sidebar .widget.widget_recent_posts .recent-post .meta {
  display: inline-block;
  margin: 0;
  color: #545d61;
  font-size: 14px;
  font-weight: 500;
  line-height: 2.214em;
}
.sidebar .widget.widget_recent_posts .recent-post .meta span {
  font-weight: 700;
  color: #d99c45;
}
.sidebar .widget.widget_recent_posts .recent-post .meta a {
  color: inherit;
}
.sidebar .widget.widget_recent_posts .recent-post .meta a:hover {
  color: #272829;
}
@media (max-width: 992px) {
  .sidebar {
    padding-top: 60px;
  }
}

/* ----------------- 6.4.16. Main Slider ----------------- */
.main-slider {
  background: url(../img/slider-bg.jpg);
  background-size: cover !important;
  background-position: top center;
}
.main-slider:hover .content-wrapper .bx-controls a {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.main-slider .content-wrapper {
background: rgba(255, 252, 247, 0.23);
  position: relative;
}
.main-slider .content-wrapper .bx-viewport {
  overflow: visible !important;
}
.main-slider .content-wrapper .bx-controls {
  position: absolute;
  z-index: 99;
  top: 55%;
  left: 0;
  padding: 0 20px;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.main-slider .content-wrapper .bx-controls a {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  -webkit-transition: all 0.25s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  -moz-transition: all 0.25s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: all 0.25s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.main-slider .content-wrapper .bx-controls a .fa {
  width: 44px;
  height: 44px;
  background: #0a3744;
  border-radius: 4px;
  text-align: center;
  color: #fff;
  font-size: 15px;
  padding-top: 14px;
  -webkit-transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  -moz-transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.main-slider .content-wrapper .bx-controls a .fa:hover {
  background: #fbfbfb;
  color: #272829;
}
.main-slider .content-wrapper .bx-controls a.bx-next {
  float: right;
}
.main-slider .content-wrapper .image-wrapper {
  text-align: right;
}
.main-slider .content-wrapper .image-wrapper .image {
  position: relative;
 /* display: inline-block;*/
}
.main-slider .content-wrapper .image-wrapper .image .img-bg {
  position: absolute;
  content: "";
  top: 0;
  opacity: 0;
  left: 4%;
  width: 100%;
  height: 100%;
  background: #d99c45;
  -webkit-transform: skewX(-10deg);
  -ms-transform: skewX(-10deg);
  transform: skewX(-10deg);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.main-slider .content-wrapper .image-wrapper .image .img-bg.ready {
  opacity: 1;
}
.main-slider .content-wrapper .image-wrapper .image img {
  position: relative;
  z-index: 1;
  margin-top: 0px;
  left: -40%;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.main-slider .content-wrapper .image-wrapper .image img.ready {
  left: 0;
  opacity: 1;
}
.main-slider .content-wrapper .text-block {
  position: relative;
  top: -50px;
  opacity: 0;
  padding-top: 160px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.main-slider .content-wrapper .text-block.ready {
  top: 0;
  opacity: 1;
}
.main-slider .content-wrapper .text-block h1, .main-slider .content-wrapper .text-block p {
  font-family: "Colaborate", sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.034em;
}
.main-slider .content-wrapper .text-block h1 {
  margin: 30px 0 70px;
  color: #0a3744;
  text-transform: uppercase;
}
.main-slider .content-wrapper .text-block p {
  margin: 0;
  color: #d99c45;
  vertical-align: bottom;
}
.main-slider .content-wrapper .text-block p a:first-of-type {
  margin-right: 5px;
}
@media (max-width: 992px) {
  .main-slider .content-wrapper .image-wrapper {
    text-align: center;
  }
  .main-slider .content-wrapper .text-block {
    padding: 50px 0 50px;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .main-slider .content-wrapper .image-wrapper {
    overflow: hidden;
  }
  .main-slider .content-wrapper .image-wrapper .image img {
    margin: 0;
  }
  .main-slider .content-wrapper .text-block h1, .main-slider .content-wrapper .text-block p {
    font-size: 36px;
  }
  .main-slider .content-wrapper .text-block p a {
    margin: 0 auto;
    display: block;
    max-width: 222px;
  }
  .main-slider .content-wrapper .text-block p a:first-of-type {
    margin: 0 auto;
  }
  .main-slider .content-wrapper .text-block p a:last-of-type {
    position: relative;
    top: 10px;
  }
}

/* ----------------- 6.4.17. Timeline Box ----------------- */
.timeline-box {
  padding: 15px 0 30px 50px;
}
@media (max-width: 768px) {
  .timeline-box {
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .timeline-box .row:nth-child(even) {
    font-size: 0;
    direction: rtl;
  }
  .timeline-box .row:nth-child(even) [class*="col-"] {
    vertical-align: top;
    float: none;
    display: inline-block;
    font-size: 1rem;
    text-align: left;
  }
  .timeline-box .row:nth-child(odd) [class*="col-"]:last-of-type .timeline-item {
    border-right: 1px solid #eee;
  }
}
.timeline-box .timeline-item {
  position: relative;
  min-height: 250px;
  border-top: 1px solid #eee;
  padding: 65px 80px 0 0;
}
@media (max-width: 768px) {
  .timeline-box .timeline-item {
    min-height: 0;
    margin-bottom: 50px;
    padding-right: 25px;
  }
}
.timeline-box .timeline-item .item-index {
  position: absolute;
  display: inline-block;
  left: 0;
  top: -16px;
  padding: 5px;
  font-size: 19px;
  line-height: 1em;
  font-weight: 700;
  background: #fff;
  color: #d99c45;
  text-align: center;
  min-width: 33px;
  border: 2px solid #d99c45;
}
.timeline-box .timeline-item .item-index:after {
  position: absolute;
  content: "";
  display: block;
  left: 50%;
  margin-left: -1px;
  top: 45px;
  height: 30px;
  width: 1px;
  background: #eee;
}
.timeline-box .timeline-item .year {
  position: relative;
  top: 8px;
  margin: 0 0 15px;
  color: #d99c45;
  font-size: 14px;
  line-height: 1em;
  font-weight: 700;
}
.timeline-box .timeline-item .description {
  margin: 0;
  color: #545d61;
  font-size: 14px;
  line-height: 1.429em;
  font-weight: 500;
}

/* ----------------- 6.4.18. Appointment Popup ----------------- */
.appointment-popup {
  position: absolute;
  background: rgba(255, 255, 255, 0.95);
  z-index: 99;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  -moz-transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.appointment-popup.visible {
  opacity: 1;
  pointer-events: auto;
}
.appointment-popup .container {
  position: relative;
}
.appointment-popup .close-popup {
  position: absolute;
  cursor: pointer;
  right: 0;
  top: 70px;
  height: 85px;
  width: 85px;
  border: 1px solid #e6e6e6;
  -webkit-transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  -moz-transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.appointment-popup .close-popup:before, .appointment-popup .close-popup:after {
  content: "";
  position: absolute;
  top: 30px;
  left: 40px;
  width: 2px;
  height: 24px;
  background: #545d61;
}
.appointment-popup .close-popup:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.appointment-popup .close-popup:hover {
  border-color: rgba(84, 93, 97, 0.7);
}
.appointment-popup .close-popup:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.appointment-popup .popup-wrapper {
  float: none;
  margin: 250px auto 0;
}
.appointment-popup .popup-wrapper .popup-container {
  height: 450px;
  border: 1px solid #e6e6e6;
}