/* ====== index =====
1. COMMON
2. UI KIT
	2.1 BUTTON
	2.2 SECTION TITLE
	2.3 FORM
	2.4 PAGINATION
	2.5 ACCORDION
	2.6 TABS
	2.7 DATEPICKER
	2.8 THUMBNAIL
	2.9 MODAL
	2.10 PANEL
	2.11 PRICE RANGE SLIDER
	2.12 LIST
	2.13 PAGER
	2.14 Extra
3. HEADER
	3.1 TOP COLOR BAR
	3.2 TOP INFO BAR
	3.3 HEADER TRANSPARENT
	3.4 LIGHT HEADER
4. FOOTER
	4.1 FOOTER INFO
	4.2 COPY RIGHT
5. HOME
	5.1 BANNER
	5.2 FEATURES SECTION
	5.3 PROMOTION
	5.4 ABOUT SCHOOL
	5.5 SERVICES SECTION
	5.7 TEAM SECTION
	5.8 EVENT SECTION
	5.9 COUNT UP SECTION
	5.10 HOME GALLERY SECTION
	5.11 COMMENT SECTION
	5.12 MAP AREA SECTION
	5.13 HOME CONTACT SECTION
6. 6. COURSE
	6.1 COURSE LEFT SIDEBAR
	6.2 COURSE LIST
	6.3 COURSE RIGHT SIDE BAR
	6.4 COURSE COUNTER
7. BLOG
8. COMING SOON
9. SERVICES
	9.1 SERVICES STYLE
10. TESTIMONIAL
11. CART PAGE
12. PRICING TABLE
13. CHECKOUT STEP
	13.1 CHECKOUT PROGRESS
	13.2 CHECKOUT INFO

===================== */
/*=== MIXINS ===*/
/*=== VARIABLES ===*/
/*=== MEDIA QUERY ===*/
* {
  outline: 0;
  margin: 0;
  padding: 0; }

html, * {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

body {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  line-height: 21px;
  color: #666666;
  font-weight: 400; }

ul {
  margin: 0;
  padding: 0; }
  ul li {
    list-style-type: none; }

p {
  font-size: 12px;
  color: #666666;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 15px; }
  @media (min-width: 480px) {
    p {
      font-size: 13px;
      line-height: 23px;
      margin-bottom: 25px; } }

h1, h2, h3, h4, h5 {
  font-family: 'Libre Baskerville', serif;
  text-transform: uppercase;
  margin-top: 0;
  font-weight: 700;
  color: #222222; }

h2 {
  font-size: 19px;
  margin-bottom: 25px;
  line-height: 33px; }
  @media (min-width: 768px) {
    h2 {
      font-size: 24px; } }

h3 {
  font-size: 15px;
  margin-bottom: 15px; }
  @media (min-width: 480px) {
    h3 {
      font-size: 18px;
      margin-bottom: 20px; } }
  @media (min-width: 768px) {
    h3 {
      font-size: 15px;
      margin-bottom: 15px; } }
  @media (min-width: 992px) {
    h3 {
      font-size: 18px;
      margin-bottom: 20px; } }
  h3 a {
    text-transform: capitalize;
    color: #222222; }
    h3 a:hover {
      color: #dca44d; }

h4 {
  font-size: 18px;
  margin-bottom: 20px;
  text-transform: capitalize; }

h5 {
  font-size: 15px;
  text-transform: capitalize; }

.form-control {
  box-shadow: none; }

/*=== 1.COMMON ===*/
.container {
  position: relative;
  width: 100%; }
  @media (min-width: 480px) {
    .container {
      width: 450px; } }
  @media (min-width: 768px) {
    .container {
      width: 750px; } }
  @media (min-width: 992px) {
    .container {
      width: 970px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1170px; } }

a {
  color: #dca44d;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  a:hover, a:focus {
    outline: 0;
    text-decoration: none; }

i {
  display: inline-block; }

i.fa {
  font: normal normal normal 14px/1 FontAwesome; }

.main-wrapper {
  position: relative; }

.form-control:focus {
  box-shadow: none; }

.full-width {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.primary-content {
  margin-bottom: 50px; }
  @media (min-width: 768px) {
    .primary-content {
      margin-bottom: 0; } }

.reverse .primary-content {
  margin-bottom: 0; }

.reverse .sidebar {
  margin-bottom: 50px; }
  @media (min-width: 768px) {
    .reverse .sidebar {
      margin-bottom: 0; } }

.bb-fixed-header {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 999; }

.nav-wrapper.bb-fixed-header {
  position: fixed;
  right: 0;
  left: 0;
  top: 0; }
  .nav-wrapper.bb-fixed-header .header-bg {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    top: 0;
    box-shadow: 0 4px 2px rgba(0, 0, 0, 0.1); }
    @media (min-width: 768px) {
      .nav-wrapper.bb-fixed-header .header-bg {
        height: 80px; } }
    @media (min-width: 768px) {
      .nav-wrapper.bb-fixed-header .header-bg .header-left {
        height: 80px; } }
    @media (min-width: 768px) {
      .nav-wrapper.bb-fixed-header .header-bg .header-right {
        height: 80px; } }
  .nav-wrapper.bb-fixed-header .lightHeader {
    right: 0;
    left: 0;
    top: 0;
    z-index: 1030;
    height: 70px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    @media (min-width: 768px) {
      .nav-wrapper.bb-fixed-header .lightHeader {
        height: 80px; } }
    .nav-wrapper.bb-fixed-header .lightHeader .navbar-brand {
      height: auto;
      padding: 15px;
      width: 160px; }
      @media (min-width: 768px) {
        .nav-wrapper.bb-fixed-header .lightHeader .navbar-brand {
          height: auto;
          padding: 15px;
          width: 190px; } }
    @media (min-width: 768px) {
      .nav-wrapper.bb-fixed-header .lightHeader .navbar-nav.navbar-right {
        margin-top: 0; } }
    .nav-wrapper.bb-fixed-header .lightHeader .topList {
      display: none; }
    .nav-wrapper.bb-fixed-header .lightHeader .searchBox {
      display: none; }
  .nav-wrapper.bb-fixed-header .navbar-default .navbar-nav.navbar-right {
    margin-right: 0; }
  @media (min-width: 768px) {
    .nav-wrapper.bb-fixed-header .navbar-nav li.open .dropdown-menu,
    .nav-wrapper.bb-fixed-header .navbar-nav li.dropdown .dropdown-menu {
      border: 1px solid #e0e1e2;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.33); } }
  @media (min-width: 768px) {
    .nav-wrapper.bb-fixed-header .navbar-nav li.open .dropdown-menu ul.dropdown-menu,
    .nav-wrapper.bb-fixed-header .navbar-nav li.dropdown .dropdown-menu ul.dropdown-menu {
      margin-left: 1px;
      border-left: 1px solid #e0e1e2;
      border-top: 3px solid transparent; } }

@media (min-width: 768px) {
  .bb-fixed-header .navbar-default .navbar-nav > li > a {
    padding: 27px 7px 30px; } }

@media (min-width: 992px) {
  .bb-fixed-header .navbar-default .navbar-nav > li > a {
    padding: 27px 12px 30px; } }

.main-wrapper {
  background-color: #ffffff; }

body.bodyColor.default {
  background-color: #f5f5f5; }

body.bodyColor.pattern-01 {
  background-image: url("../img/patterns/001.png");
  background-repeat: repeat;
  background-attachment: fixed;
  background-position: center; }

body.bodyColor.pattern-02 {
  background-image: url("../img/patterns/002.png");
  background-repeat: repeat;
  background-attachment: fixed;
  background-position: center; }

body.bodyColor.pattern-03 {
  background-image: url("../img/patterns/003.png");
  background-repeat: repeat;
  background-attachment: fixed;
  background-position: center; }

body.bodyColor.pattern-04 {
  background-image: url("../img/patterns/004.png");
  background-repeat: repeat;
  background-attachment: fixed;
  background-position: center; }

body.bodyColor.pattern-06 {
  background-image: url("../img/patterns/006.png");
  background-repeat: repeat;
  background-attachment: fixed;
  background-position: center; }

body.bodyColor.pattern-07 {
  background-image: url("../img/patterns/007.png");
  background-repeat: repeat;
  background-attachment: fixed;
  background-position: center; }

body.bodyColor.pattern-05 {
  background-image: url("../img/patterns/005.png");
  background-repeat: repeat;
  background-attachment: fixed;
  background-position: center; }

body.bodyColor.wrapper {
  margin: 0 auto;
  box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.1); }
  @media (min-width: 480px) {
    body.bodyColor.wrapper {
      max-width: 450px; } }
  @media (min-width: 768px) {
    body.bodyColor.wrapper {
      max-width: 750px; } }
  @media (min-width: 992px) {
    body.bodyColor.wrapper {
      max-width: 970px; } }
  @media (min-width: 1200px) {
    body.bodyColor.wrapper {
      max-width: 1170px; } }

@media (min-width: 480px) {
  body.bodyColor .header, body.bodyColor .bb-fixed-header {
    max-width: 450px; } }

@media (min-width: 768px) {
  body.bodyColor .header, body.bodyColor .bb-fixed-header {
    max-width: 750px; } }

@media (min-width: 992px) {
  body.bodyColor .header, body.bodyColor .bb-fixed-header {
    max-width: 970px; } }

@media (min-width: 1200px) {
  body.bodyColor .header, body.bodyColor .bb-fixed-header {
    max-width: 1170px; } }

body.bodyColor .bb-fixed-header {
  margin: 0 auto; }

.navbar .container {
  position: relative; }

.static .bb-fixed-header {
  display: none; }

/*=== 2. UI KIT ===*/
/*=== 2.1 BUTTON ===*/
.btn {
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  line-height: 11px;
  padding: 12px 0;
  color: #ffffff;
  font-weight: 700;
  border: none;
  text-transform: uppercase;
  background-color: transparent;
  border-radius: 0; }
  @media (min-width: 768px) {
    .btn {
      padding: 13px 0;
      font-size: 12px; } }
  @media (min-width: 992px) {
    .btn {
      padding: 15px 0; } }
  .btn:focus, .btn.active, .btn:active, .btn:hover {
    border: none;
    outline: 0;
    color: #ffffff; }

.waves-button, .waves-button:hover,
.waves-button:visited, .waves-button-input {
  font-size: 11px;
  line-height: 11px;
  color: #ffffff;
  box-shadow: none; }
  @media (min-width: 768px) {
    .waves-button, .waves-button:hover,
    .waves-button:visited, .waves-button-input {
      font-size: 12px; } }

.btn-primary {
  background-color: #dca44d;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .btn-primary > i {
    margin-right: 10px; }
  .btn-primary:hover {
    background-color: #dca44d; }
  .btn-primary:focus, .btn-primary.active, .btn-primary:active {
    background-color: #dca44d; }
  .btn-primary.btn-Full {
    float: left;
    width: 100%; }

.btn-secondary {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #515b78; }
  .btn-secondary > i {
    margin-right: 10px; }
  .btn-secondary:hover {
    background-color: #dca44d; }
  .btn-secondary:focus, .btn-secondary.active, .btn-secondary:active {
    background-color: #dca44d; }

.btn-border {
  border: 2px solid #ffffff;
  padding: 10px 0; }
  @media (min-width: 768px) {
    .btn-border {
      padding: 11px 0; } }
  @media (min-width: 992px) {
    .btn-border {
      padding: 13px 0; } }
  .btn-border:hover, .btn-border:focus {
    border: 2px solid #ffffff; }
  .btn-border > i {
    margin-right: 10px; }

.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open > .dropdown-toggle.btn-primary.focus,
.open > .dropdown-toggle.btn-primary:focus,
.open > .dropdown-toggle.btn-primary:hover {
  border: none;
  background-color: #dca44d;
  outline: 0; }

.empty {
  text-indent: -999px; }

.backToTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 45px;
  background-color: #dca44d;
  border-radius: 13px;
  color: #ffffff;
  display: block;
  font-size: 16px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$value)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .backToTop:hover, .backToTop:focus {
    color: #ffffff; }

.squareBtn, .fullRoundBtn, .roundBtn {
  margin: 0 0 30px 0;
  text-align: center; }

.btn-common {
  color: #222222;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding-right: 38px;
  padding-left: 38px;
  background-color: transparent;
  border-radius: 0;
  letter-spacing: 1px;
  margin: 0 auto 20px auto; }
  .btn-common:focus, .btn-common.active, .btn-common:active, .btn-common:hover {
    color: #222222;
    border: 1px solid rgba(0, 0, 0, 0.1); }
  @media (min-width: 768px) {
    .btn-common {
      margin: 0;
      padding-right: 14px;
      padding-left: 14px; } }
  @media (min-width: 992px) {
    .btn-common {
      padding-right: 38px;
      padding-left: 38px; } }

.paralax .btn-common {
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #ffffff; }
  .paralax .btn-common:focus, .paralax .btn-common.active, .paralax .btn-common:active, .paralax .btn-common:hover {
    color: #ffffff; }

.paralax .btn-gray {
  color: #222222;
  background-color: #f5f5f5; }
  .paralax .btn-gray:focus, .paralax .btn-gray.active, .paralax .btn-gray:active, .paralax .btn-gray:hover {
    color: #222222;
    background-color: #f5f5f5; }

.btn-theme {
  background-color: #dca44d;
  border-color: #dca44d;
  color: #ffffff; }
  .btn-theme:focus, .btn-theme.active, .btn-theme:active, .btn-theme:hover {
    background-color: #dca44d;
    border-color: #dca44d;
    color: #ffffff; }

.btn-gray {
  color: #222222;
  background-color: #f5f5f5; }
  .btn-gray:focus, .btn-gray.active, .btn-gray:active, .btn-gray:hover {
    color: #222222;
    background-color: #f5f5f5; }

.btn-dark {
  background-color: #515b78;
  border-color: #515b78;
  color: #ffffff; }
  .btn-dark:focus, .btn-dark.active, .btn-dark:active, .btn-dark:hover {
    background-color: #515b78;
    border-color: #515b78;
    color: #ffffff; }

.btn-full-round {
  border-radius: 25px; }

.btn-round {
  border-radius: 4px; }

/*=== 2.14 ALERT ===*/
.alertArea {
  padding: 70px 0; }

.alert-common {
  color: #ffffff;
  font-size: 14px;
  padding: 11px 15px;
  margin: 0 auto 30px auto;
  width: 95%;
  border: none;
  border-radius: 0; }
  .alert-common span {
    font-weight: 600; }
  .alert-common.alert-success {
    background-color: #6fc96f; }
  .alert-common.alert-info {
    background-color: #4da5c9; }
  .alert-common.alert-warning {
    background-color: #e6b048; }
  .alert-common.alert-danger {
    background-color: #e26857; }

/*=== 2.2 SECTION TITLE ===*/
.commonSection {
  padding: 80px 0; }
  @media (min-width: 768px) {
    .commonSection {
      padding: 100px 0; } }

.padding-topLarge {
  padding-top: 60px; }
  @media (min-width: 768px) {
    .padding-topLarge {
      padding-top: 80px; } }

.padding-bottom {
  padding-bottom: 60px; }
  @media (min-width: 768px) {
    .padding-bottom {
      padding-bottom: 80px; } }

.whiteSection {
  background-color: #ffffff; }

.lighter-section {
  background-color: #f5f5f5; }

.sectionTitle {
  margin-bottom: 45px; }
  .sectionTitle h2:before, .sectionTitle h2:after {
    content: "";
    width: 15px;
    height: 3px;
    background-color: #dca44d;
    display: inline-block;
    vertical-align: middle; }
  .sectionTitle h2:before {
    margin-right: 15px; }
  .sectionTitle h2:after {
    margin-left: 15px; }
  .sectionTitle.sectionTitleWhite h2 {
    color: #ffffff; }
  .sectionTitle p {
    font-size: 14px;
    margin-bottom: 0; }
  .sectionTitle.text-left {
    margin-bottom: 0; }
    .sectionTitle.text-left h2:before {
      display: none;
      margin-right: 0; }
    .sectionTitle.text-left p {
      margin-bottom: 25px;
      font-size: 13px; }

.bottom-button {
  margin-top: 20px; }
  .bottom-button .btn {
    padding-right: 25px;
    padding-left: 25px; }

.border-all {
  border: 1px solid #dedede; }

.border-bottom {
  border-bottom: 1px solid #dedede; }

.border-top {
  border-top: 1px solid #dedede; }

.pageTitleSection {
  height: 160px;
  width: 100%;
  padding: 65px 0;
  background-color: #1f2034; }
  .pageTitleSection .pageTitleInfo h2 {
    font-size: 24px;
    color: #ffffff;
    margin: 0 0 5px;
    line-height: 28px;
    display: inline-block; }
  .pageTitleSection .pageTitleInfo .breadcrumb {
    background-color: transparent;
    margin: 0; }
    .pageTitleSection .pageTitleInfo .breadcrumb li {
      color: #ffffff;
      font-size: 16px; }
      .pageTitleSection .pageTitleInfo .breadcrumb li a {
        color: #ffffff;
        font-size: 15px; }
    .pageTitleSection .pageTitleInfo .breadcrumb li + li::before {
      content: " \276F\00a0 "; }
  .pageTitleSection .pageTitleInfo.align-right {
    text-align: center; }
    @media (min-width: 768px) {
      .pageTitleSection .pageTitleInfo.align-right {
        text-align: justify;
        margin-top: 20px; } }
    .pageTitleSection .pageTitleInfo.align-right .breadcrumb {
      float: none; }
      @media (min-width: 768px) {
        .pageTitleSection .pageTitleInfo.align-right .breadcrumb {
          float: right; } }
      @media (min-width: 768px) {
        .pageTitleSection .pageTitleInfo.align-right .breadcrumb li a {
          padding: 0; } }

.pageTitleSection.paralax-bg {
  height: 200px;
  background-size: cover;
  background-position: center center; }

/*=== 2.3 FORM ===*/
.formPanel {
  border: 0; }
  .formPanel .panel-heading {
    padding: 0;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    position: relative; }
  .formPanel .panel-title {
    font-size: 24px;
    margin-bottom: 25px;
    color: #222222; }
  .formPanel p {
    font-size: 14px;
    margin-bottom: 35px; }

.panel-body {
  border-top: 0;
  padding: 0; }

.formField {
  margin-bottom: 10px; }
  .formField .form-control {
    height: 44px;
    color: #666666;
    border-color: #dedede;
    box-shadow: none;
    font-size: 13px;
    border-radius: 0; }
    .formField .form-control:focus {
      border-color: #dca44d; }
  .formField textarea.form-control {
    height: 130px; }
  .formField .btn-secondary {
    padding-right: 25px;
    padding-left: 25px;
    margin-top: 50px; }

.formField-left {
  width: 100%; }
  @media (min-width: 768px) {
    .formField-left {
      width: 49%;
      float: left; } }

.formField-right {
  width: 100%; }
  @media (min-width: 768px) {
    .formField-right {
      width: 49%;
      float: right; } }

/*=== 2.5 COLLAPSE ===*/
.navbar-collapse.content-collapse {
  padding-right: 0;
  padding-left: 0;
  margin-top: 10px;
  display: block; }
  .navbar-collapse.content-collapse ul.navbar-nav {
    float: none;
    height: auto;
    overflow-x: visible;
    background-color: #ffffff;
    -webkit-transition: height 0.3s ease;
    transition: height 0.3s ease;
    margin: 0; }
    .navbar-collapse.content-collapse ul.navbar-nav li {
      border: 1px solid #dedede;
      display: inline-block;
      width: 100%;
      float: none;
      margin-bottom: 10px; }
      .navbar-collapse.content-collapse ul.navbar-nav li a {
        font-size: 14px;
        padding: 20px 25px;
        position: relative;
        font-weight: 700;
        color: #222222; }
        @media (min-width: 480px) {
          .navbar-collapse.content-collapse ul.navbar-nav li a {
            font-size: 17px; } }
        .navbar-collapse.content-collapse ul.navbar-nav li a i {
          position: absolute;
          right: 25px;
          font-size: 15px;
          font-weight: lighter;
          color: rgba(0, 0, 0, 0.6); }
          @media (min-width: 480px) {
            .navbar-collapse.content-collapse ul.navbar-nav li a i {
              font-size: 19px; } }
      .navbar-collapse.content-collapse ul.navbar-nav li a.collapsed[aria-expanded="true"] {
        margin-bottom: 0; }
      .navbar-collapse.content-collapse ul.navbar-nav li a.collapsed {
        margin-bottom: 0; }
      .navbar-collapse.content-collapse ul.navbar-nav li a, .navbar-collapse.content-collapse ul.navbar-nav li a:hover, .navbar-collapse.content-collapse ul.navbar-nav li a:focus {
        background: transparent; }
      .navbar-collapse.content-collapse ul.navbar-nav li p {
        margin-bottom: 0;
        margin-top: 25px;
        padding: 0 15px; }
        .navbar-collapse.content-collapse ul.navbar-nav li p:first-child {
          margin-top: 0; }
  .navbar-collapse.content-collapse .collapse-inner {
    padding: 0 25px 20px 25px; }

.collapse-style2 .navbar-collapse.content-collapse ul.navbar-nav li {
  border-bottom: none; }
  .collapse-style2 .navbar-collapse.content-collapse ul.navbar-nav li a {
    border-bottom: 1px solid #dedede;
    background: #f5f5f5; }

.collapse-style2 .navbar-collapse.content-collapse .collapse-inner {
  padding: 20px 25px 20px 25px;
  border-bottom: 1px solid #dedede; }

.collapse-style3 .navbar-collapse.content-collapse ul.navbar-nav li {
  border: none; }
  .collapse-style3 .navbar-collapse.content-collapse ul.navbar-nav li a {
    border: 1px solid #dedede;
    background: #f5f5f5; }

.collapse-style3 .navbar-collapse.content-collapse .collapse-inner {
  padding: 20px 25px 20px 25px; }

/*=== 2.6 TABS ===*/
.tabCommon .nav {
  border-bottom: none; }
  .tabCommon .nav li {
    display: inline-block; }
    .tabCommon .nav li a {
      padding: 0 8px;
      height: 35px;
      font-size: 10px;
      line-height: 35px;
      text-transform: uppercase;
      display: inline-block;
      background-color: #ffffff;
      color: #666666;
      border-radius: 0;
      border: 1px solid #dedede;
      border-right: 1px solid transparent;
      margin: 0; }
      @media (min-width: 768px) {
        .tabCommon .nav li a {
          height: 45px;
          font-size: 12px;
          line-height: 45px;
          padding: 0 25px; } }
    .tabCommon .nav li:last-child a {
      border-right: 1px solid #dedede; }
    .tabCommon .nav li.active a {
      background-color: #ffffff;
      color: #dca44d;
      border-bottom: 1px solid transparent; }

.tabCommon .tab-content {
  padding: 25px;
  border: 1px solid #dedede; }
  .tabCommon .tab-content p {
    margin-bottom: 0;
    margin-top: 25px; }
    .tabCommon .tab-content p:first-child {
      margin-top: 0; }

@media (min-width: 768px) {
  .tabCommon.tabLeft .nav {
    display: table-cell;
    width: 150px; } }

@media (min-width: 768px) {
  .tabCommon.tabLeft .nav li {
    display: block;
    float: none; } }

@media (min-width: 768px) {
  .tabCommon.tabLeft .nav li a {
    display: block;
    border: 1px solid #dedede;
    border-right: 1px solid transparent;
    border-bottom: 1px solid transparent; } }

@media (min-width: 768px) {
  .tabCommon.tabLeft .nav li:last-child a {
    border-right: 1px solid transparent;
    border-bottom: 1px solid #dedede; } }

.tabCommon.tabLeft .tab-content {
  display: table-cell; }

.Tab-style2 .tabCommon .nav li {
  margin-top: -2px; }

.Tab-style2 .tabCommon .nav li.active a {
  border-top: 2px solid #dca44d; }

/*=== 2.9 MODAL ===*/
.customModal .modal-content {
  border-radius: 0;
  padding: 30px;
  position: relative; }
  @media (min-width: 768px) {
    .customModal .modal-content {
      padding: 75px; } }
  .customModal .modal-content button.close {
    position: absolute;
    right: 0;
    top: -50px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    background-color: #dca44d;
    color: #ffffff;
    z-index: 999999;
    opacity: 1;
    font-weight: 400; }

.customModal .modal-dialog {
  width: auto;
  margin-top: 155px; }
  @media (min-width: 480px) {
    .customModal .modal-dialog {
      width: 400px;
      margin-left: auto;
      margin-right: auto; } }
  @media (min-width: 768px) {
    .customModal .modal-dialog {
      width: 650px; } }
  @media (min-width: 992px) {
    .customModal .modal-dialog {
      width: 770px; } }

.customModal .formPanel.panel {
  margin-bottom: 0; }

/*=== 2.9 MEDIA ===*/
.media .media-left {
  width: 100%;
  display: block;
  padding-right: 0;
  position: relative;
  margin-bottom: 20px; }
  @media (min-width: 768px) {
    .media .media-left {
      padding-right: 15px;
      display: table-cell;
      vertical-align: top; } }
  @media (min-width: 992px) {
    .media .media-left {
      padding-right: 25px; } }
  .media .media-left img {
    display: inline-block;
    max-width: 100%;
    position: relative;
    width: 100%; }

.media .media-body {
  display: block;
  width: 100%; }
  @media (min-width: 768px) {
    .media .media-body {
      width: 10000px;
      display: table-cell;
      vertical-align: top; } }

.media .media-heading {
  margin-bottom: 15px; }
  @media (min-width: 992px) {
    .media .media-heading {
      margin-bottom: 25px; } }

.media .list-inline {
  margin-bottom: 20px; }
  .media .list-inline li {
    font-size: 13px; }
    .media .list-inline li i {
      margin-right: 8px; }
    .media .list-inline li a {
      color: #666666; }

.media p {
  margin-bottom: 0; }

.listView {
  margin-top: 25px;
  padding-bottom: 25px; }
  .listView:last-child {
    padding-bottom: 0; }
  @media (min-width: 768px) {
    .listView .media-left {
      width: 30%; } }
  @media (min-width: 992px) {
    .listView .media-left {
      width: 32%; } }
  @media (min-width: 992px) {
    .listView .media-heading {
      margin-bottom: 20px; } }

.common-media {
  margin-top: 50px; }
  @media (min-width: 992px) {
    .common-media {
      margin-top: 100px; } }
  @media (min-width: 768px) {
    .common-media .media-left {
      width: 45%; } }
  @media (min-width: 992px) {
    .common-media .media-left {
      width: 35%; } }

.sticker {
  width: 80px;
  height: 35px;
  text-align: center;
  display: inline-block;
  height: 35px;
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  background-color: #dca44d;
  position: absolute;
  top: 0;
  left: 0; }
  @media (min-width: 480px) {
    .sticker {
      width: 100px;
      height: 45px;
      line-height: 45px;
      font-size: 22px; } }
  @media (min-width: 768px) {
    .sticker {
      width: 80px;
      height: 35px;
      height: 35px;
      font-size: 18px; } }
  @media (min-width: 992px) {
    .sticker {
      width: 100px;
      height: 45px;
      line-height: 45px;
      font-size: 22px; } }

/*=== 2.13 PAGER ===*/
.pagerArea > .pager {
  margin: 80px 0 250px 0; }
  .pagerArea > .pager li {
    padding: 0 15px; }
    .pagerArea > .pager li a {
      width: 114px;
      height: 45px;
      padding: 0 20px;
      border: none;
      line-height: 45px;
      box-shadow: 0 4px 0 rgba(0, 0, 0, 0.1);
      background-color: #dca44d;
      border-radius: 6px;
      font-size: 16px;
      text-transform: uppercase;
      color: #ffffff;
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      font-weight: 600; }
    .pagerArea > .pager li:first-child a i {
      margin-right: 10px; }
    .pagerArea > .pager li:last-child a i {
      margin-left: 10px; }

/*=== 2.13 PAGINATION ===*/
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 0;
  border-radius: 0; }
  .pagination > li {
    display: inline-block;
    margin-right: 3px; }
    .pagination > li > a,
    .pagination > li > span {
      font-size: 12px;
      font-weight: 700;
      text-transform: uppercase;
      position: relative;
      float: left;
      padding: 9px 16px;
      line-height: 1.42857143;
      text-decoration: none;
      color: #666666;
      background-color: transparent;
      border: 1px solid #dedede;
      margin-left: -1px; }
    .pagination > li:first-child > a,
    .pagination > li:first-child > span {
      margin-left: 0;
      border-radius: 0; }
    .pagination > li:last-child > a,
    .pagination > li:last-child > span {
      border-radius: 0; }
  .pagination > li > a:hover, .pagination > li > a:focus,
  .pagination > li > span:hover,
  .pagination > li > span:focus {
    z-index: 2;
    color: #ffffff;
    background-color: #dca44d;
    border-color: #dca44d; }
  .pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
  .pagination > .active > span,
  .pagination > .active > span:hover,
  .pagination > .active > span:focus {
    z-index: 3;
    color: #ffffff;
    background-color: #dca44d;
    border-color: #dca44d;
    cursor: default; }
  .pagination > .disabled > span,
  .pagination > .disabled > span:hover,
  .pagination > .disabled > span:focus,
  .pagination > .disabled > a,
  .pagination > .disabled > a:hover,
  .pagination > .disabled > a:focus {
    color: rgba(102, 102, 102, 0.5);
    background-color: transparent;
    border: 1px solid #dedede;
    cursor: disabled; }

/*================= 5. HOME ==================*/
/*=== 3. HEADER ===*/
/*=== 3.2 TOP INFO BAR ===*/
.top-info-bar {
  display: block;
  z-index: 100;
  background-color: #515b78;
  height: 35px;
  position: relative;
  top: 0;
  width: 100%; }

.social-icon li {
  padding: 0; }
  .social-icon li a {
    display: inline-block;
    padding: 7px 13px; }
    .social-icon li a:hover {
      background-color: #dca44d; }
      .social-icon li a:hover i {
        color: white; }
    .social-icon li a i {
      color: rgba(255, 255, 255, 0.6); }

.top-bar-right {
  text-align: right; }
  .top-bar-right a {
    font-size: 11px;
    color: rgba(255, 255, 255, 0.8);
    text-transform: uppercase;
    line-height: 35px; }
    .top-bar-right a i {
      margin-left: 5px; }

/*=== 3. NAVBAR ===*/
.navbar-default {
  background-color: transparent;
  border: none;
  border-radius: 0;
  margin-bottom: 0; }

.navbar-nav {
  height: 300px;
  overflow-x: hidden;
  background-color: #ffffff;
  -webkit-transition: height 0.3s ease;
  transition: height 0.3s ease;
  margin-top: 0; }
  @media (min-width: 768px) {
    .navbar-nav {
      height: auto;
      overflow-x: visible;
      overflow-y: visible; } }

.navbar-collapse {
  box-shadow: none;
  position: relative;
  top: -2px; }
  @media (min-width: 768px) {
    .navbar-collapse {
      top: 0; } }

.navbar-brand {
  float: left;
  height: auto;
  padding: 15px;
  width: 160px;
  position: relative;
  z-index: 1000; }
  .navbar-brand > img {
    width: 100%; }
  @media (min-width: 768px) {
    .navbar-brand {
      height: auto;
      padding: 30px 15px;
      width: 234px; } }

@media (min-width: 768px) {
  .navbar-default .navbar-nav {
    background-color: transparent; } }

@media (min-width: 768px) {
  .navbar-default .navbar-nav.navbar-right {
    margin-right: 30px; } }

.navbar-default .navbar-nav > li > a {
  font-family: 'Libre Baskerville', serif;
  text-transform: capitalize;
  font-weight: 700;
  font-size: 15px;
  color: #222222;
  border-bottom: 3px solid transparent;
  background-color: transparent; }
  .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #dca44d;
    background-color: transparent; }
    @media (min-width: 768px) {
      .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
        border-bottom: 3px solid #dca44d;
        background-color: #dca44d;
        color: #ffffff !important; } }
  @media (min-width: 768px) {
    .navbar-default .navbar-nav > li > a {
      font-size: 13px;
      margin: 0;
      padding: 20px 7px 24px; } }
  @media (min-width: 992px) {
    .navbar-default .navbar-nav > li > a {
      font-size: 15px;
      margin: 0;
      padding: 20px 12px 24px; } }

.navbar-default .navbar-nav > li.active a {
  background-color: transparent;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$value)";
  filter: alpha(opacity=1);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  color: #dca44d; }

.navbar-default .navbar-nav > li.active > a, .navbar-default .navbar-nav > li.active > a:hover, .navbar-default .navbar-nav > li.active > a:focus {
  background-color: transparent;
  color: #dca44d; }
  @media (min-width: 768px) {
    .navbar-default .navbar-nav > li.active > a, .navbar-default .navbar-nav > li.active > a:hover, .navbar-default .navbar-nav > li.active > a:focus {
      background-color: #dca44d;
      color: #ffffff !important; } }

.navbar-default .navbar-nav > li.open > a {
  background-color: transparent;
  color: #000000;
  border-color: transparent; }
  @media (min-width: 768px) {
    .navbar-default .navbar-nav > li.open > a {
      color: #ffffff !important;
      background-color: #dca44d;
      border-bottom: 3px solid #dca44d; } }
  .navbar-default .navbar-nav > li.open > a:hover, .navbar-default .navbar-nav > li.open > a:focus {
    background-color: transparent;
    color: #000000;
    border-color: transparent; }
    @media (min-width: 768px) {
      .navbar-default .navbar-nav > li.open > a:hover, .navbar-default .navbar-nav > li.open > a:focus {
        background-color: #dca44d;
        color: #ffffff !important;
        border-color: transparent; } }

.navbar-default .navbar-nav > li.dropdown .dropdown-menu {
  border: none;
  box-shadow: none; }
  .navbar-default .navbar-nav > li.dropdown .dropdown-menu a {
    padding: 5px 20px;
    margin-bottom: 0; }

.navbar-nav li.dropdown.megaDropMenu {
  position: static; }
  .navbar-nav li.dropdown.megaDropMenu .dropdown-menu {
    margin: -1px auto 0 auto;
    right: 15px;
    margin-bottom: 10px; }
    @media (min-width: 768px) {
      .navbar-nav li.dropdown.megaDropMenu .dropdown-menu {
        left: 0;
        padding: 10px 5px 5px;
        width: 720px;
        margin-bottom: 0; } }
    @media (min-width: 992px) {
      .navbar-nav li.dropdown.megaDropMenu .dropdown-menu {
        padding: 15px 15px 5px;
        width: 940px; } }
    @media (min-width: 1200px) {
      .navbar-nav li.dropdown.megaDropMenu .dropdown-menu {
        width: 1140px; } }
    @media (min-width: 768px) {
      .navbar-nav li.dropdown.megaDropMenu .dropdown-menu li:nth-child(2) {
        border-left: 1px solid #dedede;
        border-right: 1px solid #dedede; } }
    .navbar-nav li.dropdown.megaDropMenu .dropdown-menu .mega-img {
      padding: 0; }
      .navbar-nav li.dropdown.megaDropMenu .dropdown-menu .mega-img a {
        padding: 10px 0 0;
        background-color: transparent; }
        .navbar-nav li.dropdown.megaDropMenu .dropdown-menu .mega-img a img {
          width: 100%; }
    .navbar-nav li.dropdown.megaDropMenu .dropdown-menu .list-unstyled {
      width: 100%;
      float: left; }
      @media (min-width: 768px) {
        .navbar-nav li.dropdown.megaDropMenu .dropdown-menu .list-unstyled {
          padding-bottom: 15px; } }
      .navbar-nav li.dropdown.megaDropMenu .dropdown-menu .list-unstyled li a {
        color: #666666;
        font-size: 12px;
        float: left;
        width: 100%;
        background-color: transparent; }
        @media (min-width: 768px) {
          .navbar-nav li.dropdown.megaDropMenu .dropdown-menu .list-unstyled li a {
            padding: 8px 12px; } }
        .navbar-nav li.dropdown.megaDropMenu .dropdown-menu .list-unstyled li a:hover {
          color: #dca44d; }

@media (min-width: 768px) {
  .nav-wrapper .navbar-nav li.open.megaDropMenu .dropdown-menu,
  .nav-wrapper .navbar-nav li.dropdown.megaDropMenu .dropdown-menu {
    width: 100%;
    margin-top: -6px; } }

.nav-wrapper .navbar-nav li.open .dropdown-menu,
.nav-wrapper .navbar-nav li.dropdown .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  border: none;
  width: 100%;
  left: 0;
  top: 0;
  right: auto;
  margin-top: -1px;
  padding: 5px 5px 5px 15px; }
  @media (min-width: 768px) {
    .nav-wrapper .navbar-nav li.open .dropdown-menu,
    .nav-wrapper .navbar-nav li.dropdown .dropdown-menu {
      top: 100%;
      min-width: 230px;
      width: auto;
      padding: 15px 0 20px 15px;
      margin-top: -4px;
      border-top: 3px solid #dca44d; } }
  .nav-wrapper .navbar-nav li.open .dropdown-menu ul.dropdown-menu,
  .nav-wrapper .navbar-nav li.dropdown .dropdown-menu ul.dropdown-menu {
    top: 100%;
    left: 0;
    margin-top: 0; }
    @media (min-width: 768px) {
      .nav-wrapper .navbar-nav li.open .dropdown-menu ul.dropdown-menu,
      .nav-wrapper .navbar-nav li.dropdown .dropdown-menu ul.dropdown-menu {
        border: none;
        top: 0 !important;
        left: 100% !important;
        margin-top: -5px;
        margin-left: -5px;
        border-left: 10px solid transparent;
        border-top: 3px solid transparent; } }

.nav-wrapper .navbar-nav li.open .dropdown-menu.dropdown-menu-right,
.nav-wrapper .navbar-nav li.dropdown .dropdown-menu.dropdown-menu-right {
  left: auto;
  right: 0; }

.navbar-nav li.dropdown.singleDrop .dropdown-menu li a {
  color: #666666;
  font-size: 12px;
  float: none;
  width: 100%;
  background-color: transparent; }
  @media (min-width: 768px) {
    .navbar-nav li.dropdown.singleDrop .dropdown-menu li a {
      padding: 8px 12px; } }
  .navbar-nav li.dropdown.singleDrop .dropdown-menu li a:hover {
    background-color: #ffffff;
    color: #dca44d; }

.navbar-nav li.dropdown.singleDrop .dropdown-menu li .dropdown-menu {
  margin-bottom: 0; }
  @media (min-width: 768px) {
    .navbar-nav li.dropdown.singleDrop .dropdown-menu li .dropdown-menu li a {
      padding: 8px 12px; } }

@media (min-width: 768px) {
  .navbar-nav li.dropdown.singleDrop .dropdown-menu li.open .dropdown-menu {
    border-left: 10px solid transparent;
    border-top: 3px solid transparent; } }

.dropdown-menu {
  border-radius: 0; }

.dropdown-submenu {
  position: relative; }
  .dropdown-submenu a {
    position: relative; }
    .dropdown-submenu a i {
      padding-left: 10px;
      font-size: 9px; }
  .dropdown-submenu > .dropdown-menu {
    top: 0;
    margin-top: 0 !important;
    margin-left: -1px; }
    @media (min-width: 480px) {
      .dropdown-submenu > .dropdown-menu {
        left: 0; } }
    @media (min-width: 768px) {
      .dropdown-submenu > .dropdown-menu {
        left: 100%; } }
  .dropdown-submenu.pull-left {
    float: none; }
    .dropdown-submenu.pull-left > .dropdown-menu {
      left: -100%;
      margin-left: 10px; }

.navbar-toggle {
  margin-top: 20px; }

.navbar-toggle {
  background-color: #ffffff; }

@media (min-width: 768px) {
  .navbar-collapse {
    border-color: #ffffff; } }

/*=== 3.4 LIGHT HEADER ===*/
.nav-wrapper {
  position: relative; }
  .nav-wrapper .header-bg {
    position: relative;
    right: 0;
    left: 0;
    height: 70px;
    top: 0;
    z-index: 1030;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    @media (min-width: 768px) {
      .nav-wrapper .header-bg {
        height: 120px; } }
    .nav-wrapper .header-bg .header-left {
      background-color: #f5f5f5;
      height: 70px; }
      @media (min-width: 768px) {
        .nav-wrapper .header-bg .header-left {
          height: 120px; } }
    .nav-wrapper .header-bg .header-right {
      background-color: #ffffff;
      height: 70px; }
      @media (min-width: 768px) {
        .nav-wrapper .header-bg .header-right {
          height: 120px; } }
  .nav-wrapper .lightHeader {
    position: absolute;
    right: 0;
    left: 0;
    z-index: 1030;
    top: 0;
    height: 70px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    @media (min-width: 768px) {
      .nav-wrapper .lightHeader {
        height: 120px; } }

.navbar-default .navbar-toggle {
  background-color: #dca44d;
  border-color: #dca44d;
  margin-top: 17px;
  border-radius: 0;
  padding: 11px 10px; }
  .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: #dca44d;
    border-color: #dca44d; }
  .navbar-default .navbar-toggle .icon-bar {
    background-color: #ffffff; }

.searchBox {
  display: inline-block;
  float: right;
  position: absolute;
  top: 21px;
  right: 70px; }
  @media (min-width: 768px) {
    .searchBox {
      top: 69px;
      right: 15px; } }
  .searchBox .dropdown-menu {
    width: 235px;
    background-color: #ffffff;
    margin-top: -1px;
    border: none;
    box-shadow: 0 -4px 4px rgba(0, 0, 0, 0.05); }
    @media (min-width: 480px) {
      .searchBox .dropdown-menu {
        width: 365px; } }
    @media (min-width: 768px) {
      .searchBox .dropdown-menu {
        width: 430px; } }
    .searchBox .dropdown-menu .navbar-form {
      margin: 0;
      position: relative;
      border-radius: 0;
      padding: 0 15px;
      border: none; }
      .searchBox .dropdown-menu .navbar-form .form-group {
        width: 100%; }
        .searchBox .dropdown-menu .navbar-form .form-group .form-control {
          width: 100%;
          border: none;
          color: #666666;
          padding-left: 35px; }
    .searchBox .dropdown-menu .btn {
      padding: 5px;
      position: absolute;
      top: 5px;
      left: 20px;
      border: 0;
      box-shadow: none; }
      .searchBox .dropdown-menu .btn:hover, .searchBox .dropdown-menu .btn:hover {
        background: transparent; }
      .searchBox .dropdown-menu .btn i {
        font-size: 16px;
        color: #666666; }
  .searchBox a {
    color: #ffffff;
    padding: 0 0 18px;
    text-align: center;
    display: inline-block; }
    @media (min-width: 768px) {
      .searchBox a {
        padding: 0 0 21px; } }
    .searchBox a i {
      padding: 8px 9px;
      width: 31px;
      height: 31px;
      background-color: #dca44d; }

.navbar-collapse ul.navbar-nav.in > li.dropdown > a:after {
  position: relative;
  right: -8px;
  content: "\f107";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.navbar-collapse ul.navbar-nav > li.dropdown.open > a:after {
  content: "\f106"; }

.navbar-collapse ul.navbar-nav li.dropdown li.dropdown.open > a:after {
  content: "\f106"; }

@media (min-width: 768px) {
  .navbar-collapse ul.navbar-nav.in > li.dropdown > a:after {
    content: ""; }
  .navbar-collapse ul.navbar-nav > li.dropdown.open > a:after {
    content: ""; }
  .navbar-collapse ul.navbar-nav li.dropdown li.dropdown.open > a:after {
    content: ""; } }

.navbar-collapse ul.navbar-nav > li.dropdown > a:after {
  position: absolute;
  right: 15px;
  top: 10px;
  content: "\f107";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  @media (min-width: 768px) {
    .navbar-collapse ul.navbar-nav > li.dropdown > a:after {
      content: ""; } }

.navbar-collapse ul.navbar-nav li.dropdown li.dropdown > a:after {
  position: absolute;
  right: 15px;
  top: 11px;
  content: "\f107";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  @media (min-width: 768px) {
    .navbar-collapse ul.navbar-nav li.dropdown li.dropdown > a:after {
      right: 15px;
      top: 11px;
      content: "\f105"; } }

@media (min-width: 768px) {
  .navbar-collapse ul.navbar-nav li.dropdown.open li.dropdown > a:after {
    content: "\f105"; } }

.topList {
  text-align: right;
  margin-top: 26px; }
  .topList .list-inline {
    display: inline-block;
    padding-bottom: 5px;
    border-bottom: 1px solid #dedede; }
  .topList li {
    font-size: 13px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.8);
    margin-right: 25px;
    padding: 0; }
    .topList li i {
      font-size: 13px;
      color: rgba(0, 0, 0, 0.8);
      margin-right: 7px; }
  .topList li:last-child {
    margin-right: 0; }

/*=== 1.MAIN SLIDER ===*/
.main-slider {
  width: 100%;
  overflow: hidden; }

.main-slider .slide {
  display: block;
  width: 100%;
  height: 300px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
  @media (min-width: 480px) {
    .main-slider .slide {
      height: 510px; } }
  @media (min-width: 992px) {
    .main-slider .slide {
      height: 680px; } }

.main-slider .owl-carousel .owl-controls .owl-nav {
  display: none;
  height: 0; }
  @media (min-width: 768px) {
    .main-slider .owl-carousel .owl-controls .owl-nav {
      display: block; } }

.main-slider .slide > .container {
  position: relative;
  display: table;
  max-width: 1170px;
  height: 100%; }

.main-slider .slide h1,
.main-slider .slide h2,
.main-slider .slide h3,
.main-slider .slide h4,
.main-slider .slide h5,
.main-slider .slide h6,
.main-slider .slide p,
.main-slider .slide .h1,
.main-slider .slide .h2,
.main-slider .slide .h3,
.main-slider .slide .h4,
.main-slider .slide .h5,
.main-slider .slide .h6 {
  display: block;
  margin-bottom: 0; }

.main-slider .owl-carousel .owl-controls .owl-nav .owl-prev,
.main-slider .owl-carousel .owl-controls .owl-nav .owl-next {
  width: 40px;
  height: 90px;
  line-height: 90px;
  font-size: 24px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s; }

.main-slider .owl-carousel .owl-controls .owl-nav .owl-prev,
.main-slider .owl-carousel .owl-controls .owl-nav .owl-next,
.main-slider .owl-carousel .owl-controls .owl-dot {
  padding: 0;
  background-color: rgba(0, 0, 0, 0.3);
  color: #ffffff;
  border-radius: 0;
  box-shadow: none; }

.main-slider .owl-carousel .owl-controls .owl-nav .owl-prev:before {
  line-height: 90px;
  content: "\f104";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 90px; }

.main-slider .owl-carousel .owl-controls .owl-nav .owl-next:before {
  content: "\f105";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 90px; }

.main-slider .owl-carousel .owl-controls .owl-nav .owl-prev {
  left: -120px; }

.main-slider .owl-carousel .owl-controls .owl-nav .owl-next {
  right: -120px; }

.main-slider:hover .owl-carousel .owl-controls .owl-nav .owl-prev {
  left: 60px;
  margin-left: 30px; }

.main-slider:hover .owl-carousel .owl-controls .owl-nav .owl-next {
  right: 60px;
  margin-right: 30px; }

.main-slider .slider-layer {
  position: absolute; }

.main-slider .owl-item .from-top,
.main-slider .owl-item .from-bottom,
.main-slider .owl-item .from-left,
.main-slider .owl-item .from-right,
.main-slider .owl-item .scale-up,
.main-slider .owl-item .scale-down {
  opacity: 0;
  -webkit-transition: all 0.5s 0.3s ease-in-out;
  transition: all 0.5s 0.3s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.main-slider .owl-item .from-top {
  -webkit-transform: translateY(-45px);
  transform: translateY(-45px); }

.main-slider .owl-item .from-bottom {
  -webkit-transform: translateY(45px);
  transform: translateY(45px); }

.main-slider .owl-item .from-left {
  -webkit-transform: translateX(-45px);
  transform: translateX(-45px); }

.main-slider .owl-item .from-right {
  -webkit-transform: translateX(45px);
  transform: translateX(45px); }

.main-slider .owl-item .scale-up {
  -webkit-transform: scale(0.8);
  transform: scale(0.8); }

.main-slider .owl-item .scale-down {
  -webkit-transform: scale(1.2);
  transform: scale(1.2); }

.main-slider .owl-item .delay-1 {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s; }

.main-slider .owl-item .delay-2 {
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s; }

.main-slider .owl-item .delay-3 {
  -webkit-transition-delay: 0.9s;
  transition-delay: 0.9s; }

.main-slider .owl-item .delay-4 {
  -webkit-transition-delay: 1.1s;
  transition-delay: 1.1s; }

.main-slider .owl-item.active .from-top,
.main-slider .owl-item.active .from-bottom {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0); }

.main-slider .owl-item.active .from-left,
.main-slider .owl-item.active .from-right {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0); }

.main-slider .owl-item.active .scale-up,
.main-slider .owl-item.active .scale-down {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1); }

.main-slider .owl-controls {
  margin: 0; }
  .main-slider .owl-controls .owl-dots {
    display: none !important; }

.slide-inner1 .h3 {
  font-family: 'Libre Baskerville', serif;
  font-size: 12px;
  line-height: 16px;
  color: #dca44d;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 10%; }
  @media (min-width: 480px) {
    .slide-inner1 .h3 {
      font-size: 16px;
      line-height: 20px;
      margin-top: 16%; } }
  @media (min-width: 768px) {
    .slide-inner1 .h3 {
      font-size: 20px;
      line-height: 25px; } }
  @media (min-width: 992px) {
    .slide-inner1 .h3 {
      font-size: 24px;
      line-height: 30px; } }

.slide-inner1 .h1 {
  font-family: 'Libre Baskerville', serif;
  font-size: 25px;
  line-height: 25px;
  color: #ffffff;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0; }
  @media (min-width: 480px) {
    .slide-inner1 .h1 {
      font-size: 35px;
      line-height: 35px; } }
  @media (min-width: 768px) {
    .slide-inner1 .h1 {
      font-size: 50px;
      line-height: 50px;
      margin: 0 0 10px; } }
  @media (min-width: 992px) {
    .slide-inner1 .h1 {
      font-size: 80px;
      line-height: 80px;
      margin: 0 0 30px; } }

.slide-inner1 .h4 {
  font-size: 11px;
  line-height: 20px;
  color: #ffffff;
  margin-bottom: 10px;
  margin-top: 0; }
  @media (min-width: 480px) {
    .slide-inner1 .h4 {
      font-size: 14px;
      line-height: 25px;
      margin-bottom: 15px; } }
  @media (min-width: 992px) {
    .slide-inner1 .h4 {
      font-size: 17px;
      line-height: 26px;
      margin-bottom: 40px; } }

.main-slider .slide a {
  width: 170px;
  text-align: center;
  display: block;
  margin: 0 auto; }
  @media (min-width: 768px) {
    .main-slider .slide a {
      width: 190px;
      display: inline-block; } }
  @media (min-width: 992px) {
    .main-slider .slide a {
      width: 210px; } }
  .main-slider .slide a.first-btn {
    margin-bottom: 10px; }
    @media (min-width: 768px) {
      .main-slider .slide a.first-btn {
        margin-right: 15px;
        margin-bottom: 0; } }

.main-slider .slide-inner2 {
  background: url("../media/0ksnyaj3/slider-inner1.png") no-repeat;
  background-size: 100%;
  width: 290px;
  height: 200px;
  top: 50px;
  padding: 10px;
  position: absolute;
  left: 15px;
  z-index: 99999999;
  border-top: 4px solid #dca44d; }
  @media (min-width: 480px) {
    .main-slider .slide-inner2 {
      width: 363px;
      height: 240px;
      top: 80px;
      padding: 10px 30px 10px 10px; } }
  @media (min-width: 768px) {
    .main-slider .slide-inner2 {
      width: 450px;
      height: 295px;
      top: 100px;
      padding: 20px 30px 20px 20px; } }
  @media (min-width: 992px) {
    .main-slider .slide-inner2 {
      width: 562px;
      height: 365px;
      top: 120px;
      padding: 30px 40px; } }
  @media (min-width: 1200px) {
    .main-slider .slide-inner2 {
      width: 582px;
      height: 380px;
      top: 130px;
      padding: 40px 50px; } }

.main-slider .common-inner .h3 {
  font-family: 'Libre Baskerville', serif;
  font-size: 12px;
  line-height: 14px;
  color: #dca44d;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0; }
  @media (min-width: 768px) {
    .main-slider .common-inner .h3 {
      font-size: 13px;
      line-height: 16px; } }
  @media (min-width: 1200px) {
    .main-slider .common-inner .h3 {
      font-size: 16px;
      line-height: 20px; } }

.main-slider .common-inner .h2 {
  font-family: 'Libre Baskerville', serif;
  font-size: 20px;
  line-height: 20px;
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
  margin: -12px 0 0; }
  @media (min-width: 480px) {
    .main-slider .common-inner .h2 {
      margin: 0; } }
  @media (min-width: 768px) {
    .main-slider .common-inner .h2 {
      font-size: 25px;
      line-height: 25px; } }
  @media (min-width: 992px) {
    .main-slider .common-inner .h2 {
      font-size: 30px;
      line-height: 30px; } }
  @media (min-width: 1200px) {
    .main-slider .common-inner .h2 {
      font-size: 40px;
      line-height: 40px; } }

.main-slider .common-inner .h4 {
  font-size: 11px;
  line-height: 17px;
  color: #ffffff;
  margin: -12px 0 0; }
  @media (min-width: 480px) {
    .main-slider .common-inner .h4 {
      margin: 0; } }
  @media (min-width: 768px) {
    .main-slider .common-inner .h4 {
      font-size: 12px;
      line-height: 20px; } }
  @media (min-width: 992px) {
    .main-slider .common-inner .h4 {
      font-size: 14px;
      line-height: 23px; } }

.main-slider .common-inner a {
  margin: -12px 0 0; }
  @media (min-width: 768px) {
    .main-slider .common-inner a {
      margin: 0; } }

.main-slider .common-inner.slide-inner3 .h3 {
  color: #ffffff; }

.main-slider .slide-inner3 {
  position: absolute;
  top: 50px;
  right: 15px;
  width: 290px; }
  @media (min-width: 480px) {
    .main-slider .slide-inner3 {
      width: 363px;
      top: 80px; } }
  @media (min-width: 768px) {
    .main-slider .slide-inner3 {
      width: 400px;
      top: 100px; } }
  @media (min-width: 992px) {
    .main-slider .slide-inner3 {
      width: 470px;
      top: 150px; } }
  .main-slider .slide-inner3 .h3 {
    font-size: 12px;
    line-height: 14px;
    padding: 10px 15px;
    color: #ffffff;
    background-color: #dca44d;
    display: inline-block !important; }
    @media (min-width: 768px) {
      .main-slider .slide-inner3 .h3 {
        font-size: 16px;
        line-height: 20px;
        padding: 15px 20px; } }
  .main-slider .slide-inner3 .h2 {
    background-color: #1f2034;
    padding: 10px 15px;
    margin-top: 7px; }
    @media (min-width: 768px) {
      .main-slider .slide-inner3 .h2 {
        line-height: 40px;
        padding: 15px 20px; } }
  .main-slider .slide-inner3 .h4 {
    color: #222222; }
  .main-slider .slide-inner3 a {
    color: #666666; }

footer {
  background-image: url(../media/ax3fx0o1/footer-bg.jpg);
  background-attachment: fixed;
  width: 100%;
  background-size: cover;
  background-position: center center;
  padding-bottom: 30px; }
  @media (min-width: 768px) {
    footer {
      padding-bottom: 55px; } }

/*=== 4.2 FOOTER TOP ===*/
.footerTop-inner {
  padding: 50px 0; }
  .footerTop-inner .list-inline li {
    margin: 0 13px; }
    .footerTop-inner .list-inline li > a {
      font-family: 'Libre Baskerville', serif;
      text-transform: capitalize;
      font-weight: 700;
      font-size: 12px;
      color: #ffffff;
      padding: 0; }
      .footerTop-inner .list-inline li > a:hover {
        color: #dca44d;
        background: transparent; }
      @media (min-width: 768px) {
        .footerTop-inner .list-inline li > a {
          font-size: 13px; } }
      @media (min-width: 992px) {
        .footerTop-inner .list-inline li > a {
          font-size: 15px; } }
    .footerTop-inner .list-inline li.active a {
      color: #dca44d; }

/*=== 4.2 FOOTER MIDDLE ===*/
.footerMiddle {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  border-top: 1px solid rgba(255, 255, 255, 0.1); }
  @media (min-width: 768px) {
    .footerMiddle {
      border: none; } }

.footerMiddle-inner {
  padding: 50px 0; }
  @media (min-width: 768px) {
    .footerMiddle-inner {
      border-bottom: 1px solid rgba(255, 255, 255, 0.1);
      border-top: 1px solid rgba(255, 255, 255, 0.1); } }
  .footerMiddle-inner .col-sm-3 {
    margin-bottom: 40px; }
    @media (min-width: 768px) {
      .footerMiddle-inner .col-sm-3 {
        margin-bottom: 0; } }
  .footerMiddle-inner .footerTitle h4 {
    margin-bottom: 7px; }

.footerInfo h2 {
  font-family: 'Montserrat', sans-serif;
  margin-bottom: 5px;
  color: #ffffff; }

.footerInfo h4 {
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 0;
  text-transform: uppercase;
  color: #dca44d; }

.footerInfo .input-group {
  width: 100%; }

.footerInfo .form-control {
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  color: rgba(255, 255, 255, 0.3);
  height: 40px;
  width: 100%;
  border-radius: 0;
  padding-left: 0;
  padding-top: 0;
  margin-bottom: 25px; }
  @media (min-width: 768px) {
    .footerInfo .form-control {
      width: 65%;
      margin-bottom: 0; } }
  .footerInfo .form-control:focus {
    border-color: #dca44d;
    -webkit-transition: border-color 0.3s ease-in-out;
    transition: border-color 0.3s ease-in-out; }

.footerInfo .input-group .input-group-addon {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: transparent;
  border: 2px solid rgba(255, 255, 255, 0.5);
  width: 140px;
  height: 40px;
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 0; }
  @media (min-width: 768px) {
    .footerInfo .input-group .input-group-addon {
      float: right;
      width: 30%; } }
  .footerInfo .input-group .input-group-addon:hover {
    background-color: #dca44d;
    border-color: #dca44d; }

.footerTitle h4 {
  font-size: 13px;
  color: #ffffff;
  text-transform: uppercase; }

/*=== 4.2 FOOTER BOTTOM ===*/
.footerBottom-inner {
  padding: 50px 0;
  color: rgba(255, 255, 255, 0.7); }
  .footerBottom-inner .col-sm-3 {
    margin-top: 40px; }
    @media (min-width: 768px) {
      .footerBottom-inner .col-sm-3 {
        margin-top: 0; } }
  .footerBottom-inner .media-left {
    display: inline-block;
    width: 74px;
    float: left; }
  .footerBottom-inner .media-body p {
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 20px; }
  .footerBottom-inner .media-body a {
    text-transform: uppercase;
    color: #dca44d; }
  .footerBottom-inner .footerTitle h4:after {
    content: "";
    width: 15px;
    height: 3px;
    background-color: #ffffff;
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px; }
  .footerBottom-inner .footerInfo address {
    margin-bottom: 0; }
  .footerBottom-inner .footerInfo p {
    margin-bottom: 10px;
    color: rgba(255, 255, 255, 0.7); }
  .footerBottom-inner .footerInfo span {
    display: block;
    margin-bottom: 3px; }
  .footerBottom-inner .footerInfo a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: underline !important; }
  .footerBottom-inner .footerInfo a:hover {
    color: #dca44d; }

/*=== 4.2 COPY RIGHT ===*/
.copyRight {
  border: 1px solid rgba(255, 255, 255, 0.2);
  background-color: rgba(255, 255, 255, 0.02);
  padding: 20px 15px;
  text-align: center; }
  @media (min-width: 768px) {
    .copyRight {
      text-align: justify;
      padding: 10px 20px 10px 30px; } }
  @media (min-width: 768px) {
    .copyRight .list-inline {
      text-align: right; } }
  .copyRight .list-inline li a {
    color: #ffffff;
    padding: 0 5px; }
    .copyRight .list-inline li a:hover {
      color: #dca44d; }

.copyRightText p {
  margin-bottom: 20px;
  color: rgba(255, 255, 255, 0.4); }
  @media (min-width: 768px) {
    .copyRightText p {
      margin-bottom: 0; } }
  .copyRightText p a {
    color: rgba(255, 255, 255, 0.4);
    text-decoration: underline !important; }
    .copyRightText p a:hover {
      color: #dca44d; }

/*=== 1.BANNER BOTTOM ===*/
.banner-bottom-inner {
  padding: 30px 0;
  background-color: #ffffff;
  position: relative;
  z-index: 500;
  width: 100%;
  float: left;
  box-shadow: 0 8px 9px rgba(0, 0, 0, 0.07); }
  @media (min-width: 480px) {
    .banner-bottom-inner {
      top: -30px; } }
  @media (min-width: 768px) {
    .banner-bottom-inner {
      top: -75px; } }
  .banner-bottom-inner .col-sm-4:nth-child(2) .colContent {
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
    padding-top: 25px;
    padding-bottom: 25px;
    margin-top: 25px;
    margin-bottom: 25px; }
    @media (min-width: 768px) {
      .banner-bottom-inner .col-sm-4:nth-child(2) .colContent {
        border-left: 1px solid #dedede;
        border-right: 1px solid #dedede;
        border-top: none;
        border-bottom: none;
        padding-top: 0;
        padding-bottom: 0;
        margin-top: 0;
        margin-bottom: 0; } }
  @media (min-width: 768px) {
    .banner-bottom-inner .colContent {
      padding-left: 15px;
      padding-right: 15px; } }
  .banner-bottom-inner .media-left {
    width: 76px;
    height: 76px;
    padding: 6px;
    margin-right: 20px;
    display: inline-block;
    float: left; }
    @media (min-width: 768px) {
      .banner-bottom-inner .media-left {
        width: 56px;
        height: 56px;
        margin-right: 15px; } }
    @media (min-width: 992px) {
      .banner-bottom-inner .media-left {
        width: 76px;
        height: 76px;
        margin-right: 20px; } }
    .banner-bottom-inner .media-left i {
      width: 54px;
      height: 54px;
      line-height: 54px;
      text-align: center;
      font-size: 54px;
      color: #dca44d; }
      @media (min-width: 768px) {
        .banner-bottom-inner .media-left i {
          width: 34px;
          height: 34px;
          line-height: 34px;
          font-size: 34px; } }
      @media (min-width: 992px) {
        .banner-bottom-inner .media-left i {
          width: 54px;
          height: 54px;
          line-height: 54px;
          font-size: 54px; } }
  .banner-bottom-inner .media-body {
    width: auto;
    display: inherit; }
    .banner-bottom-inner .media-body > .media-heading {
      margin-bottom: 20px;
      overflow: hidden; }
    .banner-bottom-inner .media-body p {
      margin-bottom: 0; }

/*=== 1.WHITE SECTION ===*/
.padding-top {
  padding-top: 25px; }

.lawInfo span {
  font-family: 'Libre Baskerville', serif;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 7px;
  display: block; }

.lawInfo ul li {
  font-size: 13px;
  margin-bottom: 10px; }
  .lawInfo ul li i {
    margin-right: 10px; }

.info-img {
  margin: 50px 0; }
  @media (min-width: 768px) {
    .info-img {
      margin: 0; } }
  .info-img img {
    width: 100%; }

.progress-wrapper {
  padding: 40px 25px;
  background-color: #f5f5f5;
  width: 100%;
  float: left; }

.progress-bar-container {
  width: 100%;
  height: 40px;
  overflow: hidden;
  background-color: #dedede; }

.progress-bar {
  height: 100%;
  padding: 10px;
  background: #dedede;
  box-shadow: none; }

.progress-bar-container.small {
  height: 8px; }

.progress-bar-inner {
  position: relative;
  background-color: #ffffff;
  padding: 2px;
  border: 1px solid #dedede;
  margin: 5px 0 20px;
  width: 100%;
  float: left; }
  .progress-bar-inner:last-child {
    margin: 5px 0 0; }

.progress-bar-container.title-up:not(:first-child) {
  margin-top: 40px; }

.progress-bar-container.color .progress-bar {
  background-color: #dca44d; }

.progress-bar-container.small .progress-bar {
  padding: 0px; }

.progress-title {
  font-size: 13px;
  text-align: left; }

.progress-bar-container.small .progress-title {
  margin-left: 0;
  margin-top: -20px; }

.progress-bar-container.title-up .progress-title {
  color: #666666;
  margin-top: -25px; }

.progress-bar-container.title-up .progress-bar .progress-number,
.progress-bar-container.title-up .progress-bar .progress-type {
  color: #666666;
  margin-top: -25px;
  position: absolute;
  right: 0;
  float: right; }

.progress-bar-container.title-up .progress-bar .progress-number {
  right: 12px; }

/*=== 1.DARK SECTION ===*/
.full-width-section {
  position: relative; }
  .full-width-section .half-width {
    width: 50%;
    height: 370px; }
    @media (min-width: 992px) {
      .full-width-section .half-width {
        height: 437px; } }
  .full-width-section .half-width-left {
    float: left;
    background: url("../media/qq4lteux/home-img1.jpg") no-repeat;
    background-size: cover;
    background-position: right; }
    .full-width-section .half-width-left img {
      height: 100%; }
  .full-width-section .half-width-right {
    float: right;
    background-color: #f5f5f5; }
    .full-width-section .half-width-right .free-request {
      padding: 30px 0 0 30px;
      width: 75%; }
      @media (min-width: 992px) {
        .full-width-section .half-width-right .free-request {
          padding: 70px 0 0 50px;
          width: 78%; } }

.free-request {
  padding: 45px 25px;
  background-color: #f5f5f5; }
  .free-request i {
    font-size: 54px;
    color: #dca44d;
    margin-bottom: 25px;
    display: inline-block; }
  .free-request h2 {
    font-size: 23px; }
    @media (min-width: 992px) {
      .free-request h2 {
        font-size: 28px; } }
  @media (min-width: 992px) {
    .free-request p {
      margin-bottom: 40px; } }
  .free-request .btn {
    padding-left: 25px;
    padding-right: 25px; }

/*=== 1.WHITE SECTION ===*/
.gallery-img figure {
  position: relative;
  margin-bottom: 30px; }
  .gallery-img figure img {
    width: 100%; }

.gallery-img .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$value)";
  filter: alpha(opacity=1);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1; }
  .gallery-img .overlay .overlayInfo {
    position: absolute;
    left: 0;
    top: 30%;
    width: 100%;
    padding: 0 15px; }
    @media (min-width: 768px) {
      .gallery-img .overlay .overlayInfo {
        left: 50%;
        top: 62%;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        -webkit-transform: translate(-50%, -30%);
        transform: translate(-50%, -30%); } }
    @media (min-width: 992px) {
      .gallery-img .overlay .overlayInfo {
        padding: 0 30px; } }
    .gallery-img .overlay .overlayInfo i {
      font-size: 40px;
      margin-bottom: 10px;
      color: #dca44d;
      display: inline-block; }
      @media (min-width: 480px) {
        .gallery-img .overlay .overlayInfo i {
          font-size: 54px;
          margin-bottom: 20px; } }
      @media (min-width: 768px) {
        .gallery-img .overlay .overlayInfo i {
          font-size: 40px;
          margin-bottom: 5px; } }
      @media (min-width: 1200px) {
        .gallery-img .overlay .overlayInfo i {
          font-size: 54px;
          margin-bottom: 20px; } }
    .gallery-img .overlay .overlayInfo h4 {
      color: #fefefe;
      margin-bottom: 10px; }
      @media (min-width: 480px) {
        .gallery-img .overlay .overlayInfo h4 {
          margin-bottom: 20px; } }
      @media (min-width: 768px) {
        .gallery-img .overlay .overlayInfo h4 {
          margin-bottom: 10px; } }
      @media (min-width: 1200px) {
        .gallery-img .overlay .overlayInfo h4 {
          margin-bottom: 20px; } }
      .gallery-img .overlay .overlayInfo h4 a {
        color: #fefefe; }
    .gallery-img .overlay .overlayInfo p {
      color: rgba(255, 255, 255, 0.8);
      font-size: 11px;
      line-height: 18px;
      margin-bottom: 15px; }
      @media (min-width: 480px) {
        .gallery-img .overlay .overlayInfo p {
          font-size: 13px;
          line-height: 23px;
          margin-bottom: 25px; } }
      @media (min-width: 768px) {
        .gallery-img .overlay .overlayInfo p {
          -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$value)";
          filter: alpha(opacity=0);
          -moz-opacity: 0;
          -khtml-opacity: 0;
          opacity: 0;
          font-size: 11px;
          line-height: 18px;
          margin-bottom: 15px;
          -webkit-transition: opacity 0.3s ease-in-out;
          transition: opacity 0.3s ease-in-out; } }
      @media (min-width: 1200px) {
        .gallery-img .overlay .overlayInfo p {
          font-size: 13px;
          line-height: 23px;
          margin-bottom: 25px; } }
    .gallery-img .overlay .overlayInfo .btn {
      display: none;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$value)";
      filter: alpha(opacity=0);
      -moz-opacity: 0;
      -khtml-opacity: 0;
      opacity: 0;
      padding-left: 25px;
      padding-right: 25px; }
      @media (min-width: 768px) {
        .gallery-img .overlay .overlayInfo .btn {
          -webkit-transition: opacity 0.3s ease-in-out;
          transition: opacity 0.3s ease-in-out;
          display: inline-block; } }

@media (min-width: 768px) {
  .gallery-img:hover .overlay .overlayInfo {
    -webkit-transform: translate(-50%, -62%);
    transform: translate(-50%, -62%); } }

@media (min-width: 768px) {
  .gallery-img:hover .overlay .overlayInfo p {
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$value)";
    filter: alpha(opacity=1);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1; } }

.gallery-img:hover .overlay .overlayInfo .btn {
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$value)";
  filter: alpha(opacity=1);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1; }

/*=== 1.WHITE SECTION ===*/
.process-content {
  padding: 80px 0; }
  @media (min-width: 768px) {
    .process-content {
      padding: 100px 0; } }
  .process-content .col-sm-4:nth-child(2) {
    margin-top: 30px;
    margin-bottom: 30px; }
    @media (min-width: 768px) {
      .process-content .col-sm-4:nth-child(2) {
        margin-top: 0;
        margin-bottom: 0; } }

.box {
  width: 100%;
  margin: 0 auto; }
  @media (min-width: 768px) {
    .box {
      width: 220px;
      height: 275px; } }
  @media (min-width: 992px) {
    .box {
      width: 270px;
      height: 265px; } }
  .box .box-inner {
    height: 100%;
    padding: 30px 0; }
    .box .box-inner i {
      font-size: 40px;
      margin-bottom: 30px;
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
    .box .box-inner h4 {
      margin-bottom: 10px; }
    .box .box-inner p {
      margin-bottom: 10px;
      height: 47px; }
    .box .box-inner .btn {
      padding-left: 25px;
      padding-right: 25px; }
      .box .box-inner .btn:hover {
        background-color: #dca44d; }
  .box .box-inner:hover i {
    color: #dca44d;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }

/*=== 6.3 COUNT UP ===*/
.countUpSection.paralax {
  color: #ffffff;
  padding: 80px 0; }
  @media (min-width: 768px) {
    .countUpSection.paralax {
      padding: 140px 0; } }
  .countUpSection.paralax .col-sm-3 .counter-inner {
    margin-bottom: 80px; }
    @media (min-width: 768px) {
      .countUpSection.paralax .col-sm-3 .counter-inner {
        margin-bottom: 0; } }
  .countUpSection.paralax .col-sm-3:last-child .counter-inner {
    margin-bottom: 0; }
  .countUpSection.paralax .icon {
    height: 76px;
    padding: 6px;
    margin-right: 15px;
    display: inline-block;
    float: left; }
    @media (min-width: 768px) {
      .countUpSection.paralax .icon {
        height: 66px; } }
    @media (min-width: 1200px) {
      .countUpSection.paralax .icon {
        height: 76px; } }
    .countUpSection.paralax .icon i {
      line-height: 68px;
      font-size: 68px;
      color: #dca44d; }
      @media (min-width: 768px) {
        .countUpSection.paralax .icon i {
          line-height: 58px;
          font-size: 58px; } }
      @media (min-width: 1200px) {
        .countUpSection.paralax .icon i {
          line-height: 68px;
          font-size: 68px; } }
  .countUpSection.paralax .counter {
    line-height: 50px;
    font-size: 42px;
    display: inline-block;
    margin-bottom: 10px; }
    @media (min-width: 768px) {
      .countUpSection.paralax .counter {
        font-size: 25px;
        line-height: 28px; } }
    @media (min-width: 992px) {
      .countUpSection.paralax .counter {
        font-size: 34px;
        line-height: 38px; } }
    @media (min-width: 1200px) {
      .countUpSection.paralax .counter {
        font-size: 42px;
        line-height: 50px; } }
  .countUpSection.paralax span {
    font-size: 42px;
    line-height: 50px; }
    @media (min-width: 768px) {
      .countUpSection.paralax span {
        font-size: 25px;
        line-height: 28px; } }
    @media (min-width: 992px) {
      .countUpSection.paralax span {
        font-size: 34px;
        line-height: 38px; } }
    @media (min-width: 1200px) {
      .countUpSection.paralax span {
        font-size: 42px;
        line-height: 50px; } }
  .countUpSection.paralax h5 {
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    line-height: 18px;
    color: #ffffff; }
    @media (min-width: 768px) {
      .countUpSection.paralax h5 {
        font-size: 10px; } }
    @media (min-width: 1200px) {
      .countUpSection.paralax h5 {
        font-size: 12px; } }

/*=== 5.7 TEAM SECTION ===*/
.teamSection .col-xs-12 .teamContent {
  margin-bottom: 30px; }
  @media (min-width: 768px) {
    .teamSection .col-xs-12 .teamContent {
      margin-bottom: 0; } }

.teamSection .col-xs-12:last-child .teamContent {
  margin-bottom: 0; }

.teamSection.attorneys .col-xs-12 .teamContent {
  margin-bottom: 40px; }
  @media (min-width: 768px) {
    .teamSection.attorneys .col-xs-12 .teamContent {
      margin-bottom: 100px; } }

.teamSection.attorneys .col-xs-12:last-child .teamContent {
  margin-bottom: 80px; }

.teamContent img {
  width: 100%; }

.teamContent .teamImage {
  position: relative;
  margin-bottom: 30px; }

.teamContent .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  opacity: 0;
  background: rgba(81, 91, 120, 0.5);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .teamContent .overlay a {
    display: block;
    height: 100%; }

.teamContent .list-inline li a {
  color: #666666;
  padding: 0 5px; }
  .teamContent .list-inline li a:hover {
    color: #dca44d; }

.teamInfo {
  padding-bottom: 25px;
  border-bottom: 1px solid #dedede; }
  .teamInfo h3 {
    text-transform: capitalize;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin-bottom: 12px; }
    .teamInfo h3 a {
      color: #222222; }
  .teamInfo p {
    font-size: 11px;
    margin-bottom: 10px;
    text-transform: uppercase; }
  .teamInfo .teamDetail {
    font-size: 13px;
    margin-bottom: 25px;
    text-transform: none; }

.teamContent:hover .overlay {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 1; }
  .teamContent:hover .overlay a {
    display: block;
    height: 100%; }

.teamContent:hover h3 a {
  color: #dca44d; }

.teamContent:hover .teamInfo {
  -webkit-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
  border-color: #dca44d; }

.teamContent.teamCol h3:hover a {
  color: #dca44d; }

.teamContent.teamCol .teamInfo {
  border-bottom: none;
  padding-bottom: 0; }
  .teamContent.teamCol .teamInfo p {
    margin-bottom: 10px; }
    @media (min-width: 768px) {
      .teamContent.teamCol .teamInfo p {
        margin-bottom: 25px; } }

/*=== 5.11 COMMENT SECTION ===*/
.paralax {
  background-attachment: fixed;
  width: 100%;
  background-size: cover;
  background-position: center center;
  height: auto;
  padding: 75px 0; }

.commentSection .owl-carousel .owl-controls .owl-dot {
  padding: 0;
  background-color: transparent;
  border-radius: 50%;
  box-shadow: none; }
  .commentSection .owl-carousel .owl-controls .owl-dot span {
    width: 13px;
    height: 13px;
    margin: 5px;
    border: 2px solid rgba(255, 255, 255, 0.6);
    background-color: transparent;
    border-radius: 30px; }

.commentSection .owl-theme .owl-dots .owl-dot.active span,
.commentSection .owl-theme .owl-dots .owl-dot:hover span {
  background: #dca44d;
  border: 2px solid transparent; }

.commentContent i {
  font-size: 80px;
  color: #dca44d;
  margin-bottom: 50px; }

.commentContent p {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 40px; }

.commentContent h3 {
  font-size: 15px;
  color: #dca44d;
  text-transform: capitalize;
  margin: 0 0 8px 0; }

.commentContent h4 {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 35px; }

/*=== NEWS SECTION ===*/
.thumbnail {
  border-radius: 0; }

.gridView > .caption {
  margin-top: 25px; }
  .gridView > .caption > .list-unstyled, .gridView > .caption > .list-inline {
    margin-bottom: 20px; }
    .gridView > .caption > .list-unstyled li, .gridView > .caption > .list-inline li {
      font-size: 13px; }
      .gridView > .caption > .list-unstyled li i, .gridView > .caption > .list-inline li i {
        margin-right: 8px; }
      .gridView > .caption > .list-unstyled li a, .gridView > .caption > .list-inline li a {
        color: #666666; }
  .gridView > .caption h2 {
    text-transform: none; }
    .gridView > .caption h2 a {
      color: #222222; }
      .gridView > .caption h2 a:hover {
        color: #dca44d; }

/*=== 2.5 BRAND SECTION ===*/
.brandSection {
  padding: 55px 0 45px;
  background: #f5f5f5; }
  .brandSection .partnersLogoSlider .slide {
    display: table;
    width: 100%; }
    .brandSection .partnersLogoSlider .slide .partnersLogo {
      display: table-cell;
      vertical-align: middle;
      text-align: center !important; }
      .brandSection .partnersLogoSlider .slide .partnersLogo img {
        width: auto;
        margin: 0 auto; }
      @media (min-width: 480px) {
        .brandSection .partnersLogoSlider .slide .partnersLogo {
          width: 100%; } }
      @media (min-width: 768px) {
        .brandSection .partnersLogoSlider .slide .partnersLogo {
          width: 270px; } }
  .brandSection .owl-nav {
    opacity: 1; }

.brandSection .owl-carousel .owl-controls .owl-nav .owl-prev,
.brandSection .owl-carousel .owl-controls .owl-nav .owl-next {
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 24px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  padding: 0;
  background-color: transparent;
  color: 666666;
  border-radius: 0;
  box-shadow: none;
  border: 2px solid #dedede; }

.brandSection .owl-carousel .owl-controls .owl-nav .owl-prev:before {
  color: #666666;
  line-height: 40px;
  content: "\f104";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.brandSection .owl-carousel .owl-controls .owl-nav .owl-next:before {
  color: #666666;
  content: "\f105";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 40px; }

.brandSection .owl-carousel .owl-controls .owl-nav:hover .owl-prev:before,
.brandSection .owl-carousel .owl-controls .owl-nav:hover .owl-next:before {
  color: #666666; }

.brandSection .owl-carousel .owl-controls .owl-nav .owl-prev {
  left: 0; }

.brandSection .owl-carousel .owl-controls .owl-nav .owl-next {
  right: 0; }

.brandSection:hover .owl-carousel .owl-controls .owl-nav .owl-prev {
  left: 0;
  margin-left: 0; }

.brandSection:hover .owl-carousel .owl-controls .owl-nav .owl-next {
  right: 0;
  margin-right: 0; }

.owl-prev span,
.owl-next span {
  opacity: 0; }

.block {
  margin-bottom: 30px; }
  .block > h3 {
    margin: 0;
    padding: 15px;
    background: #515b78;
    text-transform: capitalize;
    color: #ffffff; }
  .block .block-inner {
    border: 1px solid #dedede;
    padding: 25px 15px; }
  .block h5 {
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;
    color: #222222;
    font-weight: 400; }
  .block span {
    display: block;
    margin-bottom: 25px; }
  .block .btn {
    padding-left: 30px;
    padding-right: 30px; }

.download {
  font-size: 12px;
  font-weight: 700;
  text-decoration: underline;
  color: #dca44d;
  display: block;
  margin-bottom: 25px; }
  .download:hover {
    color: #dca44d; }

.download-pdf {
  border: 1px solid #dedede;
  font-size: 12px;
  font-weight: 700;
  color: #666666;
  display: block;
  padding: 12px 15px;
  text-transform: uppercase; }
  .download-pdf:hover {
    color: #666666; }
  .download-pdf i {
    margin-right: 10px;
    font-size: 17px;
    vertical-align: initial; }

.block:last-child {
  margin-bottom: 0; }

.sidebar .input-group {
  width: 100%; }

.sidebar .input-group .form-control {
  position: relative;
  z-index: 2;
  float: none;
  width: 100%;
  margin-bottom: 0;
  height: 45px;
  border-radius: 0;
  border: 1px solid #dedede;
  padding: 6px 15px; }
  .sidebar .input-group .form-control:focus {
    border-color: #dca44d; }

.sidebar .input-group .btn {
  padding: 0 5px;
  position: absolute;
  top: 0;
  right: 0;
  border: 0;
  box-shadow: none;
  z-index: 3;
  line-height: 45px;
  width: 33px;
  outline: none;
  background: transparent; }
  .sidebar .input-group .btn i {
    font-size: 16px;
    color: #666666; }

.form-control::-webkit-input-placeholder {
  color: #666666;
  font-size: 13px;
  font-weight: 400; }

.form-control::-moz-placeholder {
  color: #666666;
  font-size: 13px;
  font-weight: 400; }

.form-control:-ms-input-placeholder {
  color: #666666;
  font-size: 13px;
  font-weight: 400; }

.form-control:-moz-placeholder {
  color: #666666;
  font-size: 13px;
  font-weight: 400; }

.sideNav li {
  border-bottom: 1px solid #dedede; }
  .sideNav li a {
    text-transform: capitalize;
    padding: 10px 0;
    display: block;
    font-size: 13px;
    color: #666666; }
    .sideNav li a:hover {
      color: #dca44d; }

.sideNav li:last-child {
  border-bottom: none; }

.testimonials img {
  margin: 0 auto 30px; }

.testimonials i {
  font-size: 30px;
  color: #dca44d;
  margin-bottom: 20px; }

.testimonials p {
  font-size: 14px;
  line-height: 27px;
  color: rgba(102, 102, 102, 0.6);
  margin-bottom: 15px; }

.testimonials h5 {
  margin-bottom: 5px; }
  .testimonials h5 a {
    font-size: 15px;
    color: #dca44d; }

.testimonials span {
  font-size: 12px;
  color: rgba(102, 102, 102, 0.6);
  display: block; }

.block .owl-nav {
  top: auto;
  bottom: -10px;
  margin-top: 0;
  right: 0;
  opacity: 1;
  text-align: right; }

.block .owl-controls .owl-nav .owl-prev,
.block .owl-controls .owl-nav .owl-next {
  padding: 0;
  background-color: #dedede;
  color: #666666;
  border-radius: 0;
  box-shadow: none;
  width: 20px;
  height: 20px;
  text-align: center; }
  .block .owl-controls .owl-nav .owl-prev span,
  .block .owl-controls .owl-nav .owl-next span {
    display: none; }

.block .owl-controls .owl-nav .owl-prev:after,
.block .owl-controls .owl-nav .owl-next:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 11px;
  color: #666666;
  width: 20px;
  height: 20px;
  line-height: 20px; }

.block .owl-controls .owl-nav .owl-prev {
  float: none;
  left: auto;
  margin-right: 4px; }
  .block .owl-controls .owl-nav .owl-prev:after {
    content: "\f053"; }

.block .owl-controls .owl-nav .owl-next {
  float: none;
  right: auto; }
  .block .owl-controls .owl-nav .owl-next:after {
    content: "\f054"; }

.block .media {
  padding-bottom: 20px; }
  .block .media .media-left {
    width: 30%;
    padding-right: 15px;
    display: table-cell;
    vertical-align: top;
    margin-bottom: 0; }
  .block .media .media-body {
    width: 10000px;
    display: table-cell;
    vertical-align: top; }
  .block .media .media-heading {
    font-size: 15px;
    margin-bottom: 5px; }
  .block .media .list-inline {
    margin-bottom: 0; }
    .block .media .list-inline li {
      font-size: 12px; }
      .block .media .list-inline li i {
        margin-right: 5px; }
      .block .media .list-inline li a {
        color: #666666; }

/*=== 6.3 DARK SECTION ===*/
.paralax-info {
  margin-bottom: 50px; }
  @media (min-width: 768px) {
    .paralax-info {
      margin-bottom: 0; } }
  @media (min-width: 1200px) {
    .paralax-info {
      padding: 0 40px; } }
  .paralax-info i {
    font-size: 40px;
    margin-bottom: 20px;
    color: #dca44d; }
    @media (min-width: 480px) {
      .paralax-info i {
        font-size: 54px; } }
    @media (min-width: 768px) {
      .paralax-info i {
        font-size: 40px; } }
    @media (min-width: 1200px) {
      .paralax-info i {
        font-size: 54px; } }
  .paralax-info h4 {
    color: #fefefe;
    margin-bottom: 10px; }
    @media (min-width: 480px) {
      .paralax-info h4 {
        margin-bottom: 20px; } }
    @media (min-width: 768px) {
      .paralax-info h4 {
        margin-bottom: 10px; } }
    @media (min-width: 1200px) {
      .paralax-info h4 {
        margin-bottom: 20px; } }
  .paralax-info p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 11px;
    line-height: 18px;
    margin-bottom: 15px; }
    @media (min-width: 480px) {
      .paralax-info p {
        font-size: 13px;
        line-height: 23px;
        margin-bottom: 25px; } }
    @media (min-width: 768px) {
      .paralax-info p {
        font-size: 11px;
        line-height: 18px;
        margin-bottom: 15px; } }
    @media (min-width: 992px) {
      .paralax-info p {
        font-size: 13px;
        line-height: 23px;
        margin-bottom: 25px; } }
  .paralax-info .btn {
    padding-left: 25px;
    padding-right: 25px; }

/*=== 6.3 WHITE SECTION ===*/
.para-inner {
  margin-bottom: 50px; }
  .para-inner h3 {
    text-transform: capitalize; }
    @media (min-width: 992px) {
      .para-inner h3 {
        margin-bottom: 30px; } }
  .para-inner p {
    margin-bottom: 0; }

.video-content img {
  max-width: 100%;
  display: inline-block; }

.video-content iframe {
  max-width: 100%;
  border: none; }

.primary-content .navbar-collapse.content-collapse {
  margin-top: 0;
  margin-bottom: 40px; }
  @media (min-width: 768px) {
    .primary-content .navbar-collapse.content-collapse {
      margin-bottom: 95px; } }
  .primary-content .navbar-collapse.content-collapse:last-child {
    margin-bottom: 0; }

/*=== 6.3 LIGHT SECTION ===*/
.lightSection {
  background-color: #dca44d;
  padding: 75px 0; }

.consultation h2 {
  font-size: 22px;
  margin-bottom: 10px; }
  @media (min-width: 768px) {
    .consultation h2 {
      font-size: 28px;
      margin-bottom: 20px; } }

.consultation p {
  margin-bottom: 20px;
  width: auto;
  display: inline-block; }
  @media (min-width: 768px) {
    .consultation p {
      width: 300px;
      margin-bottom: 0; } }
  @media (min-width: 992px) {
    .consultation p {
      width: 415px; } }

@media (min-width: 768px) {
  .consultation .input-group {
    float: right; } }

.consultation .input-group .form-control {
  float: left;
  width: 100%;
  margin-bottom: 10px;
  border: 2px solid #ffffff;
  background-color: transparent;
  color: #ffffff;
  height: 41px;
  border-radius: 0; }
  @media (min-width: 480px) {
    .consultation .input-group .form-control {
      margin-bottom: 0;
      width: 265px;
      margin-right: 5px; } }

.consultation .input-group .form-control::-webkit-input-placeholder {
  color: #ffffff;
  font-size: 13px;
  font-weight: 400; }

.consultation .input-group .form-control::-moz-placeholder {
  color: #ffffff;
  font-size: 13px;
  font-weight: 400; }

.consultation .input-group .form-control:-ms-input-placeholder {
  color: #ffffff;
  font-size: 13px;
  font-weight: 400; }

.consultation .input-group .form-control:-moz-placeholder {
  color: #ffffff;
  font-size: 13px;
  font-weight: 400; }

.consultation .btn-primary {
  background-color: #ffffff;
  color: #666666;
  padding: 0 25px;
  height: 41px;
  line-height: 41px;
  width: auto;
  border: 1px solid #ffffff; }
  .consultation .btn-primary:hover, .consultation .btn-primary:focus {
    background-color: #ffffff;
    border: 1px solid #ffffff; }

@media (min-width: 768px) {
  .consultation-btn {
    float: right; } }

/*=== 2.2 LIGHTER SECTION ===*/
@media (min-width: 768px) {
  .position {
    margin: 0 -5px;
    float: left;
    width: 100%; } }

.position .position-box {
  padding: 25px 20px;
  border: 1px solid #dedede;
  background: #ffffff;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
  margin: 0 0 10px;
  width: 100%; }
  @media (min-width: 768px) {
    .position .position-box {
      width: 230px;
      float: left;
      margin: 0 5px 10px; } }
  @media (min-width: 992px) {
    .position .position-box {
      width: 303px; } }
  @media (min-width: 1200px) {
    .position .position-box {
      width: 370px; } }
  .position .position-box h3 {
    margin-bottom: 5px; }
    .position .position-box h3 a {
      color: #222222; }
      .position .position-box h3 a:hover {
        color: #dca44d; }
  .position .position-box p {
    margin-bottom: 0; }

/*=== 2.2 WHITE SECTION ===*/
.detail-content {
  margin-bottom: 40px; }
  @media (min-width: 768px) {
    .detail-content {
      margin-bottom: 0; } }
  .detail-content h2 {
    margin-bottom: 10px; }
  .detail-content h3 {
    text-transform: capitalize; }
  .detail-content ul li {
    font-size: 13px;
    display: block;
    margin-bottom: 8px; }
    .detail-content ul li i {
      margin-right: 10px; }
  .detail-content .detail-left {
    border-bottom: 1px solid #dedede;
    padding-bottom: 30px;
    margin-bottom: 30px; }
    @media (min-width: 992px) {
      .detail-content .detail-left {
        border-bottom: none;
        border-right: 1px solid #dedede;
        margin-bottom: 0;
        padding-right: 30px; } }
  @media (min-width: 992px) {
    .detail-content .detail-right {
      padding-left: 20px; } }

.contact-info {
  padding-bottom: 80px; }
  .contact-info .box-inner i {
    color: #dca44d; }
  .contact-info .box-inner p {
    margin-bottom: 0;
    height: auto; }
  .contact-info .box-inner a {
    color: #666666;
    text-decoration: underline; }
    .contact-info .box-inner a:hover {
      color: #dca44d; }
  .contact-info .col-sm-4:nth-child(2) {
    margin-top: 30px;
    margin-bottom: 30px; }
    @media (min-width: 768px) {
      .contact-info .col-sm-4:nth-child(2) {
        margin-top: 0;
        margin-bottom: 0; } }

@media (min-width: 768px) {
  .contact-form .formField textarea.form-control {
    height: 230px; } }

.contact-form .formField {
  margin-bottom: 15px; }
  @media (min-width: 768px) {
    .contact-form .formField {
      margin-bottom: 30px; } }
  .contact-form .formField:last-child {
    margin-bottom: 0; }

.contact-form .formField .btn-secondary {
  margin-top: 20px; }

.contact-form .panel {
  margin-bottom: 0;
  background-color: #fff;
  border-radius: 0;
  box-shadow: none; }

.mapArea {
  width: 100%;
  display: block; }
  .mapArea #map {
    width: 100%;
    height: 420px; }

.testimonial-grid .testimonials {
  margin-bottom: 40px; }
  @media (min-width: 768px) {
    .testimonial-grid .testimonials {
      margin-bottom: 0; } }
  @media (min-width: 992px) {
    .testimonial-grid .testimonials {
      padding: 0 30px; } }

.testimonial-grid .col-xs-12:last-child .testimonials {
  margin-bottom: 0; }

.filter-container {
  padding: 0 0 30px; }

.isotopeFilters ul.filter > li {
  padding: 0;
  margin: 0 5px; }
  @media (min-width: 768px) {
    .isotopeFilters ul.filter > li {
      margin: 0 15px; } }
  .isotopeFilters ul.filter > li a {
    font-family: 'Libre Baskerville', serif;
    padding: 0 0 10px;
    font-size: 12px;
    color: #222222;
    text-transform: capitalize;
    font-weight: 700;
    display: inline-block;
    background-color: transparent;
    border-bottom: 2px solid transparent;
    line-height: 20px; }
    @media (min-width: 768px) {
      .isotopeFilters ul.filter > li a {
        font-size: 15px; } }
  .isotopeFilters ul.filter > li.active a {
    background-color: transparent;
    color: #dca44d;
    border-color: #dca44d; }

.isotopeSelector figure {
  position: relative;
  margin-bottom: 30px;
  box-shadow: none; }

.isotopeSelector .overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(31, 32, 52, 0.6);
  position: absolute;
  left: 0;
  top: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$value)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .isotopeSelector .overlay .fancybox-pop {
    width: 100%;
    height: 100%;
    display: block;
    text-align: center; }
    .isotopeSelector .overlay .fancybox-pop i {
      width: 45px;
      height: 45px;
      display: block;
      text-align: center;
      color: #ffffff;
      line-height: 45px;
      font-size: 15px;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      background-color: #dca44d;
      border-radius: 50%; }

.isotopeSelector img {
  width: 100%; }

.isotopeSelector:hover .overlay {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$value)";
  filter: alpha(opacity=1);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1; }

.isotopeSelector:hover img {
  -webkit-transform: scale(1.2) rotate(2deg);
          transform: scale(1.2) rotate(2deg); }

.fancybox-lock .fancybox-overlay {
  background-color: rgba(0, 0, 0, 0.75); }

/*=== 1.WHITE SECTION ===*/
.practice-img figure {
  margin-bottom: 30px; }
  .practice-img figure img {
    width: 100%;
    margin-bottom: 30px; }

.practice-img .practiceInfo h4 {
  margin-bottom: 15px; }
  @media (min-width: 992px) {
    .practice-img .practiceInfo h4 {
      margin-bottom: 20px; } }
  .practice-img .practiceInfo h4 a {
    color: #222222; }

.practice-img .practiceInfo p {
  color: rgba(102, 102, 102, 0.7); }

.practice-img .practiceInfo .btn {
  padding-left: 25px;
  padding-right: 25px;
  color: #666666;
  border-color: #dedede; }

.title-img {
  margin-bottom: 30px; }

.inner-img {
  margin-bottom: 30px; }
  @media (min-width: 768px) {
    .inner-img {
      margin-bottom: 0; } }

.attorneys-profile img {
  margin-bottom: 30px; }
  @media (min-width: 768px) {
    .attorneys-profile img {
      margin-bottom: 0; } }

.team-rank {
  margin-bottom: 15px; }

.profile-content h2 {
  margin-bottom: 10px; }

.profile-contact {
  font-size: 13px;
  line-height: 23px; }
  .profile-contact address {
    margin-bottom: 15px; }
  .profile-contact span {
    display: block; }
    .profile-contact span i {
      color: #dca44d;
      margin-right: 10px; }
  .profile-contact a {
    color: #666666;
    text-decoration: underline; }
  .profile-contact .teamContent {
    margin-top: 15px; }

.profile-progress .progress-wrapper {
  padding: 0;
  margin-top: 40px;
  background-color: transparent; }
  @media (min-width: 768px) {
    .profile-progress .progress-wrapper {
      padding: 0 0 0 30px;
      border-left: 1px solid #dedede;
      margin-top: 0; } }
  @media (min-width: 992px) {
    .profile-progress .progress-wrapper {
      padding: 0 0 0 50px;
      margin-left: 10px; } }
  @media (min-width: 1200px) {
    .profile-progress .progress-wrapper {
      padding: 0 0 0 80px;
      margin-left: 20px; } }

.profile-detail h4 {
  font-size: 17px;
  margin-bottom: 10px; }
  .profile-detail h4 span {
    color: #dca44d; }

.more {
  font-size: 12px;
  font-weight: 700;
  color: #666666;
  text-transform: uppercase; }
  .more:hover {
    color: #dca44d; }

.blog .primary-content .col-xs-12 {
  margin-bottom: 60px; }
  @media (min-width: 768px) {
    .blog .primary-content .col-xs-12 {
      margin-bottom: 100px; } }

.blog-grid .thumbnail {
  padding: 0;
  border: none;
  margin-bottom: 0; }
  .blog-grid .thumbnail a > img, .blog-grid .thumbnail > img {
    width: 100%; }

.blog-grid .thumbnail .caption {
  padding: 0; }

.thumbnail.blog-details,
.comments {
  margin-bottom: 100px;
  padding-bottom: 70px;
  border-bottom: 1px solid #dedede; }

.blog-list .listView {
  margin-top: 0;
  padding-bottom: 60px; }
  @media (min-width: 768px) {
    .blog-list .listView {
      padding-bottom: 100px; } }
  @media (min-width: 768px) {
    .blog-list .listView .media-left {
      width: 32%; } }
  @media (min-width: 992px) {
    .blog-list .listView .media-left {
      width: 35%; } }
  .blog-list .listView p {
    margin-bottom: 20px; }

.thumbnail blockquote {
  padding: 35px 25px;
  background: #f5f5f5;
  border: none;
  margin: 0 0 25px;
  font-size: 13px; }
  .thumbnail blockquote a {
    color: #dca44d; }

.tag span {
  font-family: 'Libre Baskerville', serif;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 700;
  color: #222222;
  display: block; }
  .tag span a {
    color: #222222;
    text-transform: capitalize; }

.media-list.comment-list .media .media-left {
  width: auto;
  float: left;
  padding-right: 15px;
  display: table-cell;
  vertical-align: top; }
  .media-list.comment-list .media .media-left img {
    width: 70px;
    height: 70px; }

.media-list.comment-list .media-heading {
  margin-bottom: 15px; }

.media-list.comment-list .media-body {
  width: 10000px;
  display: table-cell;
  vertical-align: top; }
  .media-list.comment-list .media-body span {
    font-size: 12px;
    color: rgba(102, 102, 102, 0.5);
    display: block;
    margin-bottom: 20px; }
    .media-list.comment-list .media-body span i {
      margin-right: 10px; }
  .media-list.comment-list .media-body a {
    font-size: 12px;
    color: #dca44d;
    font-weight: 700;
    display: block;
    margin-bottom: 30px; }
  .media-list.comment-list .media-body p {
    margin-bottom: 20px; }

.media-list.comment-list > .media {
  border-top: 1px solid #dedede;
  padding-top: 30px;
  margin: 0; }
  .media-list.comment-list > .media .media {
    border-top: 1px solid #dedede;
    padding-top: 30px; }
  .media-list.comment-list > .media:first-child {
    border-top: none;
    padding-top: 0; }

.contact-form.comments-form .formField textarea.form-control {
  height: 170px; }

.price-table .col-xs-12 {
  margin-bottom: 50px; }
  .price-table .col-xs-12:last-child {
    margin-bottom: 0; }
  @media (min-width: 768px) {
    .price-table .col-xs-12 {
      margin-bottom: 0; } }

.priceUper {
  color: #ffffff;
  padding: 25px 0;
  background: #515b78;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .priceUper h5 {
    font-size: 15px;
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 15px; }
    @media (min-width: 768px) {
      .priceUper h5 {
        font-size: 12px; } }
    @media (min-width: 992px) {
      .priceUper h5 {
        margin-bottom: 25px;
        font-size: 15px; } }
  .priceUper h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 50px;
    line-height: 50px;
    color: #ffffff;
    font-weight: 400;
    margin: 0; }
    @media (min-width: 480px) {
      .priceUper h2 {
        font-size: 70px;
        line-height: 70px; } }
    @media (min-width: 768px) {
      .priceUper h2 {
        font-size: 50px;
        line-height: 50px; } }
    @media (min-width: 992px) {
      .priceUper h2 {
        font-size: 70px;
        line-height: 70px; } }
  .priceUper span {
    font-size: 16px;
    display: block;
    margin-bottom: 25px; }
  .priceUper .btn {
    padding-left: 30px;
    padding-right: 30px; }
    .priceUper .btn.btn-border:hover {
      background: #ffffff;
      color: #666666;
      border-color: #ffffff; }
  .priceUper:hover {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background: #dca44d; }

.price-tranc .priceUper {
  border: 1px solid #dedede;
  background: #f5f5f5;
  color: #222222; }
  .price-tranc .priceUper h5 {
    color: #222222; }
  .price-tranc .priceUper h2 {
    color: #222222; }

.priceLower {
  padding: 20px 10px;
  border-top: none; }
  @media (min-width: 480px) {
    .priceLower {
      padding: 20px 40px; } }
  @media (min-width: 768px) {
    .priceLower {
      padding: 20px 10px; } }
  @media (min-width: 992px) {
    .priceLower {
      padding: 20px; } }
  @media (min-width: 1200px) {
    .priceLower.price-3col {
      padding: 20px 70px; } }
  .priceLower li {
    font-size: 12px;
    padding: 8px 10px;
    border-bottom: 1px solid #dedede; }
    @media (min-width: 480px) {
      .priceLower li {
        padding: 12px 30px; } }
    @media (min-width: 768px) {
      .priceLower li {
        font-size: 14px;
        padding: 8px 10px; } }
    @media (min-width: 992px) {
      .priceLower li {
        padding: 12px 30px; } }
    .priceLower li:last-child {
      border-bottom: none; }

/*=== 16. COMMING SOON ===*/
.commingSoon {
  text-align: center;
  background: #ffffff; }

.commingSoon .blackSection {
  padding: 50px 0; }
  @media (min-width: 768px) {
    .commingSoon .blackSection {
      padding: 100px 0; } }
  .commingSoon .blackSection .pageLogo {
    height: auto;
    padding: 15px;
    width: 160px;
    position: relative;
    z-index: 1000;
    display: block;
    margin: 0 auto 20px; }
    .commingSoon .blackSection .pageLogo > img {
      width: 100%; }
    @media (min-width: 768px) {
      .commingSoon .blackSection .pageLogo {
        height: auto;
        padding: 30px 15px;
        width: 234px; } }
  .commingSoon .blackSection h1 {
    font-size: 20px;
    color: #222222;
    text-transform: uppercase;
    margin: 0 auto; }
    @media (min-width: 768px) {
      .commingSoon .blackSection h1 {
        font-size: 28px; } }
  .commingSoon .blackSection p {
    color: #666666;
    display: block;
    font-size: 12px;
    margin: 10px 0 40px 0; }
    @media (min-width: 768px) {
      .commingSoon .blackSection p {
        font-size: 15px;
        margin: 10px 0 90px 0; } }
  .commingSoon .blackSection .input-group {
    margin-bottom: 50px;
    width: 100%; }
    .commingSoon .blackSection .input-group .form-control {
      position: relative;
      background-color: transparent;
      color: #666666;
      height: 49px;
      border-radius: 0;
      border-color: #bfbfbf;
      padding-left: 20px;
      z-index: 1; }
    .commingSoon .blackSection .input-group .input-group-addon {
      position: absolute;
      right: 10px;
      z-index: 9;
      top: 10px;
      background-color: transparent;
      border-radius: 0;
      border-color: transparent;
      font-size: 18px;
      color: #666666;
      padding: 6px 20px; }
      .commingSoon .blackSection .input-group .input-group-addon i {
        font-size: 16px;
        color: #666666; }
  .commingSoon .blackSection .list-inline li a {
    font-size: 18px;
    color: #666666;
    padding: 0 7px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }

.count-down {
  padding: 0 0 75px 0; }
  .count-down #simple_timer {
    width: 100%;
    margin: 0 auto;
    color: #ffffff;
    text-align: center; }
    .count-down #simple_timer .table-cell {
      display: inline-block;
      margin: 0 5px; }
      @media (min-width: 480px) {
        .count-down #simple_timer .table-cell {
          margin: 0 10px; } }
      @media (min-width: 1200px) {
        .count-down #simple_timer .table-cell {
          margin: 0 12px; } }
      .count-down #simple_timer .table-cell .tab-val {
        font-weight: 700;
        display: block;
        margin-bottom: 25px;
        border-radius: 100%;
        background-color: #515b78;
        width: 45px;
        height: 45px;
        line-height: 45px;
        font-size: 20px; }
        @media (min-width: 480px) {
          .count-down #simple_timer .table-cell .tab-val {
            width: 65px;
            height: 65px;
            line-height: 65px;
            font-size: 25px; } }
        @media (min-width: 768px) {
          .count-down #simple_timer .table-cell .tab-val {
            width: 85px;
            height: 85px;
            line-height: 85px;
            font-size: 35px; } }
        @media (min-width: 1200px) {
          .count-down #simple_timer .table-cell .tab-val {
            width: 109px;
            height: 109px;
            line-height: 109px;
            font-size: 45px; } }
      .count-down #simple_timer .table-cell .tab-metr {
        color: #666666;
        font-size: 11px;
        font-weight: 700;
        text-transform: uppercase; }
        @media (min-width: 768px) {
          .count-down #simple_timer .table-cell .tab-metr {
            font-size: 12px; } }

@media (min-width: 768px) {
  .errorMsg {
    text-align: right;
    padding-right: 50px;
    margin-right: 20px;
    border-right: 1px solid #dedede; } }

.errorMsg h1 {
  font-size: 100px;
  line-height: 100px;
  color: #dca44d;
  margin: 0;
  font-weight: 400;
  display: inline-block; }
  @media (min-width: 768px) {
    .errorMsg h1 {
      font-size: 200px;
      line-height: 200px; } }

.errorInfo h3 {
  font-family: 'Montserrat', sans-serif;
  font-size: 25px;
  font-weight: 400;
  margin-bottom: 15px;
  text-transform: capitalize; }
  @media (min-width: 768px) {
    .errorInfo h3 {
      font-size: 30px;
      margin-bottom: 25px; } }

.errorInfo .input-group {
  margin-bottom: 30px;
  width: 100%; }
  .errorInfo .input-group .form-control {
    position: relative;
    background-color: transparent;
    color: #666666;
    height: 49px;
    border-radius: 0;
    border-color: #bfbfbf;
    padding-left: 20px;
    z-index: 1; }
  .errorInfo .input-group .input-group-addon {
    position: absolute;
    right: 10px;
    z-index: 9;
    top: 10px;
    background-color: transparent;
    border-radius: 0;
    border-color: transparent;
    font-size: 18px;
    color: #666666;
    padding: 6px 20px; }
    .errorInfo .input-group .input-group-addon i {
      font-size: 16px;
      color: #666666; }

.errorInfo .btn {
  padding-left: 25px;
  padding-right: 25px; }

/*# sourceMappingURL=maps/style.css.map */
