* {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  outline: none;
}

@font-face {
  font-family: 'lora';
  src: url(../font/Lora-Regular.ttf) format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: 'lora';
  font-size: 14px;
  color: #777777;
  line-height: 1.7em;
  font-weight: 400;
  background: #ffffff;
  -webkit-font-smoothing: antialiased;
}

ol,
ul {
  padding-left: 2rem;
}

dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 1rem;
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

@media (min-width: 992px) {
  .navbar-expand-lg {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

a {
  text-decoration: none;
  cursor: pointer;
  color: #08c8af;
  background-color: transparent;
  outline: 0;
}

a,
a:focus,
a:hover {
  text-decoration: none;
}

.navbar-toggler {
  padding: .25rem .75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: .25rem;
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

.navbar-collapse {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-align: center;
  align-items: center;
}

.collapse:not(.show) {
  display: none;
}

@media (min-width: 992px) {
  .navbar-expand-md .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}

.navbar-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.nav-link {
  display: block;
  padding: .5rem 1rem;
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
}

.nav-link:focus,
.nav-link:hover {
  text-decoration: none;
}

.navbar-brand:focus,
.navbar-brand:hover {
  text-decoration: none;
}

[role=button] {
  cursor: pointer;
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 576px) {
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

}

@media (min-width: 768px) {
  .col-md-6 {
    flex: 0 0 50%;
    width: 50%;
  }

  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

}

@media (min-width: 992px) {
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

img {
  width: 100%;
  vertical-align: middle;
  border-style: none;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: .25rem;
}

.page-link {
  position: relative;
  display: block;
  padding: .5rem .75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: .25rem;
  border-bottom-left-radius: .25rem;
}

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.page-link:hover {
  z-index: 2;
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.form-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

.form-row>.col,
.form-row>[class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-control {
  display: block;
  width: 100%;
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: .375rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
}

.input-group-append,
.input-group-prepend {
  display: -ms-flexbox;
  display: flex;
}

.input-group-append {
  margin-left: -1px;
}

button {
  border-radius: 0
}

button:focus:not(:focus-visible) {
  outline: 0
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance: button;
}

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}

@media (min-width: 768px) {
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}

label {
  display: inline-block;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

figure {
  margin: 0 0 1rem;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.p-0 {
  padding: 0 !important;
}

.position-relative {
  position: relative !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.img-fluid {
  width: 100%;
  height: auto;
}

.text-decoration-none {
  text-decoration: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: .5rem;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: .5rem;
  font-weight: 500;
  line-height: 1.2;
}

.h1,
h1 {
  font-size: 2.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.text-left {
  text-align: left !important;
}

.text-center {
  text-align: center !important;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

























.main-header {
  position: absolute;
  z-index: 999;
  width: 100%;
}

.main-header .header-upper {
  position: relative;
}

.auto-container {
  position: static;
  max-width: 1200px;
  padding: 0px 15px;
  margin: 0 auto;
}

.main-header .header-upper .header-upper-inner {
  background-color: #ffffff;
  position: relative;
  padding-left: 32px;
}

.main-header .header-upper .logo-box {
  position: relative;
  padding: 0px 0px 0px;
  margin-right: 30px;
}

.main-header .header-upper .logo-box .logo {
  position: relative;
  padding: 38px 0px;
}

.main-header .header-upper .logo-box .logo a {
  font-size: 30px;
  color: #3e3e3e;
  display: block;
}

.main-header .nav-outer {
  position: relative;
  float: left;
}

.main-menu {
  position: relative;
  float: left;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-menu .navbar-collapse {
  padding: 0px;
  float: left;
}

.main-menu .navigation {
  position: relative;
  margin: 0px;
}

ul,
li {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.main-menu .navigation>li {
  position: relative;
  float: left;
  padding-right: 22px;
  margin-right: 20px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.main-menu .navigation>li>a {
  position: relative;
  display: block;
  color: #3e3e3e;
  text-align: center;
  line-height: 30px;
  text-transform: uppercase;
  letter-spacing: 0px;
  opacity: 1;
  font-weight: 700;
  padding: 35px 0px;
  font-size: 13px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.main-menu .navigation>li:after {
  position: absolute;
  content: "\e601";
  right: 0px;
  top: 50%;
  color: #634b44;
  font-size: 10px;
  margin-top: -13px;
  font-family: "iconfont";
}

.main-header .header-upper .btn-box {
  position: absolute;
  right: 24px;
  top: 24px;
}

.theme-btn {
  display: inline-block;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.btn-style-one {
  position: relative;
  padding: 12px 34px 12px;
  line-height: 24px;
  background: #634b44;
  color: #ffffff;
  font-size: 13px;
  cursor: pointer;
  font-weight: 700;
  border-radius: 1px;
  letter-spacing: 1px;
  border: 2px solid #634b44;
  text-transform: uppercase;
}

button,
a:hover,
a:focus,
a:visited {
  text-decoration: none;
  outline: none !important;
}

.btn-style-one:hover {
  background: #222222;
  border-color: #222222;
  color: #ffffff;
}

.sticky-header {
  position: fixed;
  opacity: 0;
  visibility: hidden;
  left: 0px;
  top: 0px;
  width: 100%;
  padding: 0px 0px;
  background: #ffffff;
  z-index: 0;
  border-bottom: 1px solid #e8f1f7;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.sticky-header .main-menu .navigation>li>a {
  color: #444444 !important;
}

.sticky-header .main-menu .navigation>li>a {
  padding: 19px 0px;
}

.fixed-header .sticky-header {
  z-index: 999;
  opacity: 1;
  visibility: visible;
  -ms-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -op-animation-name: fadeInDown;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -ms-animation-duration: 500ms;
  -moz-animation-duration: 500ms;
  -op-animation-duration: 500ms;
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
  -ms-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -op-animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -ms-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -op-animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.sticky-header .logo {
  padding: 20px 0;
}

.sticky-header .logo a {
  font-size: 30px;
  color: #000000;
}

.sticky-header .main-menu .navigation>li {
  position: relative;
  margin-left: 0px;
  margin-right: 0px;
}

.sticky-header .main-menu .navigation>li:before,
.sticky-header .main-menu .navigation>li:after {
  display: none;
}

.main-menu .navigation>li:hover>a,
.main-menu .navigation>li.current>a,
.main-header.light-version .main-menu .navigation>li:hover>a,
.main-header.light-version .main-menu .navigation>li.current>a {
  opacity: 1;
  color: #634b44;
}

.page-title {
  position: relative;
  padding: 150px 0px 0;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  background-position: center center;
  background-color: #6da7ba;
}

.page-title:before {
  position: absolute;
  content: '';
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(11, 9, 9, 0.30);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  position: relative;
  font-weight: normal;
  margin: 0px;
  background: none;
  line-height: 1.6em;
  font-family: 'Lato', sans-serif;
}

.page-title h1 {
  position: relative;
  color: #ffffff;
  font-size: 55px;
  font-weight: 700;
  line-height: 1.2em;
  margin-bottom: 15px;
  text-transform: capitalize;
}

.sidebar-page-container {
  position: relative;
  z-index: 9;
  background-color: #f5f5f5;
  padding: 100px 0px 0px;
}

.sidebar-page-container .content-side,
.sidebar-page-container .sidebar-side {
  margin-bottom: 40px;
}

.news-block {
  position: relative;
  margin-bottom: 60px;
}

.news-block .inner-box {
  position: relative;
  background-color: #ffffff;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.10);
}

.news-block .inner-box .image {
  position: relative;
  padding: 30px 30px 0px;
}

img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.news-block .inner-box .image img {
  position: relative;
  width: 100%;
  display: block;
}

.news-block .inner-box .lower-content {
  position: relative;
  text-align: left;
  padding: 35px 30px 0px;
}

.news-block .inner-box .lower-content h3 {
  position: relative;
  font-size: 35px;
  font-weight: 700;
  line-height: 1.3em;
}

.news-block .inner-box .lower-content h3 a {
  position: relative;
  color: #000000;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.news-block .inner-box .lower-content h3 a:hover {
  position: relative;
  color: #634b44;
}

.news-block .inner-box .lower-content .designation {
  position: relative;
  font-size: 21px;
  color: #634b44;
  margin-top: 10px;
  margin-bottom: 22px;
}

.news-block .inner-box .lower-content .text {
  position: relative;
  color: #5c5c5c;
  font-size: 16px;
  line-height: 1.8em;
  padding-bottom: 30px;
}

.news-block .inner-box .lower-content .post-meta {
  position: relative;
  padding: 22px 0px;
  border-top: 1px solid #eeeeee;
}

.news-block .inner-box .lower-content .post-meta li {
  position: relative;
  color: #5c5c5c;
  font-size: 15px;
  margin-right: 15px;
  display: inline-block;
}

.news-block .inner-box .lower-content .post-meta li .icon {
  position: relative;
  margin-right: 5px;
  color: #634b44;
}

.sidebar-page-container .sidebar-side .sidebar.left-padding {
  padding-left: 15px;
}

.sidebar-widget {
  position: relative;
  margin-bottom: 40px;
}

.sidebar-page-container .sidebar-title {
  position: relative;
  margin-bottom: 25px;
}

.sidebar-page-container .sidebar-title h2 {
  position: relative;
  display: block;
  font-size: 24px;
  color: #000000;
  font-weight: 700;
  line-height: 1.2em;
  text-transform: capitalize;
}

.sidebar .popular-posts .post {
  position: relative;
  font-size: 14px;
  color: #666666;
  margin-bottom: 16px;
}

.sidebar .popular-posts .post .text {
  position: relative;
  top: 0px;
  font-size: 17px;
  font-weight: 400;
  color: #000000;
  line-height: 1.6em;
  text-transform: capitalize;
}

.sidebar .popular-posts .post .text a {
  color: #000000;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.sidebar .popular-posts .post a:hover {
  color: #634b44;
}

.category-list {
  position: relative;
}

.category-list li {
  position: relative;
  margin-bottom: 12px;
}

.category-list li a {
  position: relative;
  color: #5c5c5c;
  font-size: 16px;
  padding-left: 24px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.category-list li a:before {
  position: absolute;
  content: '';
  left: 0px;
  top: 4px;
  width: 14px;
  height: 14px;
  background-color: #634b44;
}

.category-list li a:hover {
  color: #634b44;
}

.main-footer {
  position: relative;
  background-color: #232323;
}

.main-footer .footer-bottom {
  position: relative;
  padding: 25px 0px;
  border-top: 1px solid rgba(255, 255, 255, 0.20);
}

.main-footer .footer-nav {
  position: relative;
}

.main-footer .footer-nav li {
  position: relative;
  margin-right: 20px;
  display: inline-block;
}

.main-footer .footer-nav li a {
  position: relative;
  color: #ffffff;
  opacity: 0.3;
  text-transform: uppercase;
}

.main-footer .footer-nav li a:hover {
  opacity: 0.7;
}

.main-footer .copyright-column {
  position: relative;
}

.main-footer .copyright-column .copyright {
  position: relative;
  color: #878788;
  font-size: 13px;
  text-align: right;
}

.d-pagination {
  padding: 0 15px;
  margin-top: 30px;
}

.pagination {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

.page-item:first-child .page-link,
.page-item:last-child .page-link {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

.page-item .page-link {
  color: #76797e;
  padding: 10px 10px;
}

.page-item.active .page-link {
  background-color: #634b44;
  border-color: #634b44;
}

.pagination .page-item+.page-item {
  margin-left: 10px;
}

.sidebar-page-container .group-title {
  position: relative;
  margin-bottom: 25px;
}

.sidebar-page-container .group-title h2 {
  position: relative;
  font-size: 24px;
  color: #000000;
  font-weight: 400;
  text-transform: capitalize;
}

.comment-form .row {
  margin: 0px -7px;
}

.comment-form .form-group {
  position: relative;
  padding: 0px 7px;
  margin-bottom: 22px;
}

.comment-form .form-group textarea {
  position: relative;
  display: block;
  width: 100%;
  height: 150px;
  font-size: 15px;
  color: #000000;
  line-height: 32px;
  padding: 10px 22px;
  font-weight: 400;
  resize: none;
  background: #ffffff;
  border: 1px solid #e7e6e6;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.comment-form .form-group input[type="text"],
.comment-form .form-group input[type="password"],
.comment-form .form-group input[type="tel"],
.comment-form .form-group input[type="email"],
.comment-form .form-group select {
  position: relative;
  display: block;
  width: 100%;
  height: 52px;
  font-size: 15px;
  color: #000000;
  line-height: 32px;
  padding: 10px 22px;
  font-weight: 400;
  background: #ffffff;
  border: 1px solid #e7e6e6;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.comment-form .form-group:last-child {
  margin-bottom: 0px;
}

.btn-style-two {
  position: relative;
  padding: 14px 36px 14px;
  line-height: 24px;
  background: #6da7ba;
  color: #151515;
  font-size: 13px;
  font-weight: 800;
  border-radius: 2px;
  letter-spacing: 1px;
  border: 2px solid #6da7ba;
  text-transform: uppercase;
}

.comment-form .theme-btn {
  cursor: pointer;
  padding: 16px 45px 13px;
  text-transform: uppercase;
}

.btn-style-two:hover {
  background: none;
  color: #222222;
  border-color: #151515;
}

@media only screen and (max-width: 1140px) {
  .main-header {
    margin: 0px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .main-header .header-upper .header-upper-inner {
    padding-left: 15px;
    padding-right: 15px;
  }

  .main-header .header-upper .logo-box {
    margin-right: 0px;
    width: 100%;
    text-align: center;
    padding-bottom: 0px;
  }

  .main-header .header-upper .btn-box {
    display: none;
  }

  .main-header .nav-outer {
    float: left;
    width: 100%;
  }

  .page-title {
    display: none;
  }

  .sidebar-title.collapse {
    display: block !important;
  }

  .sidebar-page-container {
    padding-top: 60px;
  }

  .main-slider .tparrows,
  .header-top-two .top-left,
  .fixed-header .sticky-header,
  .main-header .header-top .top-right::before,
  .main-header .header-top .top-right:after,
  .main-header .header-top .top-right .list,
  .main-header .header-upper .contact-number {
    display: none;
  }

  .main-menu .navigation>li {
    width: 100%;
    margin-right: 0;
    padding-right: 0;
    padding-left: 22px;
  }

  .main-menu .navigation>li>a {
    padding: 10px 0;
  }

  .main-menu .navigation>li:after {
    left: 0px;
    right: auto;
  }

  .main-footer .footer-nav {
    text-align: center;
  }

  .main-footer .copyright-column .copyright {
    text-align: center;
    margin-top: 6px;
  }

  .main-header .header-upper .logo-box .logo {
    padding: 10px 0px;
  }

  .main-header .header-upper .logo-box .logo a{
    font-size: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .main-header {
    position: fixed;
    background: #ffffff;
  }

  .main-header .header-upper .header-upper-inner {
    padding: 0px;
    background: none;
  }

  .main-header .header-upper .logo-box {
    width: auto;
    z-index: 20;
    padding: 0px 0px;
  }

  .main-menu .navbar-header .navbar-toggler {
    display: inline-block;
    z-index: 12;
    width: 40px;
    height: 30px;
    float: none;
    padding: 0px;
    text-align: center;
    border-radius: 0px;
    background: #634b44;
    border: 1px solid #634b44;
  }

  .main-menu .navbar-header .navbar-toggler .icon-bar {
    position: relative;
    background: #ffffff;
    height: 2px;
    width: 26px;
    display: block;
    margin: 0 auto;
    margin: 5px 6px;
  }

  .main-header .nav-outer {
    width: 100%;
    margin-top: -37px;
  }

  .main-menu {
    width: 100%;
    display: block;
  }

  .main-menu .navbar-header {
    position: relative;
    float: none;
    display: block;
    text-align: right;
    width: 100%;
    padding: 0px;
    right: 0px;
    z-index: 12;
  }

  .map-section h2,
  .news-block .inner-box .lower-content h3,
  .quote-block .inner-box .text,
  .faq-form-section .title-column .inner-column h2,
  .about-section .content-column .inner-column h2,
  .services-section .lower-section .content-column .inner-column h2,
  .accordian-section .content-column .inner-column h2 {
    font-size: 28px;
  }
}

@media only screen and (max-width: 599px) {
  .main-header .header-upper {
    background-color: #ffffff;
  }

  .main-header .header-upper .logo-box {
    padding: 0px;
  }

  .main-header .nav-outer {
    margin-top: -37px;
  }

  .map-section h2,
  .sec-title h2,
  .news-block .inner-box .lower-content h3,
  .blog-single .inner-box .lower-content .text h3,
  .services-section .lower-section .content-column .inner-column h2,
  .accordian-section .content-column .inner-column h2 {
    font-size: 22px;
  }
}

@media only screen and (max-width: 479px) {
  .auto-container {
    padding: 0px 30px;
  }
}



@media (min-width:1024px) {
  .phoneCont{
    display: none !important;
  }
}

.positionFixed {
    bottom: 0px;
    left: 50%;
    position: fixed;
    transform: translate(-50%, 0%);
    z-index: 999;
    width: 100%;
    background-color: #e4e4e4;
    display: flex;
    justify-content: center;
}

.ad-div {
    margin-bottom: 50px;
    width: 100%;
    min-height: 250px;
    clear: both;
}

.t_de {
    clear: both;
    height: 0.2rem;
    width: 100%;
    max-width: 100%;
    line-height: 0.3rem;
    font-size: 0.6rem;
    padding: 0.5rem 0 1rem 0;
    box-sizing: border-box;
    color: #707070;
    text-align: center;
}

.grecaptcha-badge {
    visibility: hidden;
}