@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:wght@300;400;500;600;700&display=swap');
::-webkit-scrollbar{ width: 5px; }
::-webkit-scrollbar-track { background: #fff;}
::-webkit-scrollbar-thumb { background: #2a2a2a;border-radius: 0;}

* {
  padding: 0;
  margin: 0;
}

html {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: visible;
}

body {
 font-family: 'Noto Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  overflow-x: hidden;
  background-color: #ffffff;
  color: #666666;
}

html, body, .wrapper {
  height: 100%;
}

h1, h2, h3, h4, h5, h6 {
  color: #232323;
  font-weight: normal;
  line-height: 1.2;
 font-family: 'Noto Sans', sans-serif;
  letter-spacing: 0;
  margin: 0;

}

h1 {
  font-size: 40px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 27px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 14px;
}

img {
  border: none;
  outline: none;
  max-width: 100%;
}

label {
  display: inline-block;
  font-weight: normal;
  margin-bottom: 5px;
  max-width: 100%;
}

a, .btn, button {
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  outline: medium none;
  font-weight: 600;
}

a img, iframe {
  border: none;
}

p {
  color: #666666;
  margin: 0 0 4px;
  text-transform: none;
  font-weight: 400;
}

hr {
  margin-top: 0;
  margin-bottom: 0;
  border: 0;
  border-top: 1px solid #eee;
}

pre {
  display: block;
  margin: 0 0 30px;
  padding: 9.5px;
  word-wrap: break-word;
  word-break: break-all;
  color: #333;
  border: 1px solid #ededed;
  border-radius: inherit;
  background-color: #f9f9f9;
  font-size: 13px;
  line-height: 1.42857143;
}

input:focus, textarea:focus, 
 select:focus {
  outline: none;
  box-shadow: inherit;
}

ul {
  margin: 0;
  list-style-type: none;
}

a, a:active, a:focus, a:hover {
  outline: none;
  text-decoration: none;
  color: #232323;
}

a:hover {
  color: #232323;
}

a {
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  text-decoration: none;
 font-family: 'Noto Sans', sans-serif;
}

b, strong {
  font-weight: 700;
}

.inc-border {
  border-top: 1px solid #e7e7e7;
}

a.btn-regular {
  text-transform: capitalize;
  font-size: 16px;
  color: #232323;
}

a.btn-regular i {
  font-weight: 300;
  top: 4px;
  margin-left: 25px;
  position: relative;
  z-index: 1;
  font-size: 24px;
}

a.btn-regular i::after {
  position: absolute;
  right: 0;
  top: 50%;
  content: "";
  height: 1px;
  width: 25px;
  background: #232323;
  transition: all 0.35s ease-in-out;
}

a.btn-regular:hover {
  color: #65452e;
}

a.btn-regular:hover i::after {
  background: #65452e;
}

.btn.active, .btn:active {
  background-image: inherit !important;
}

.btn.focus, 
 .btn:active:focus, 
 .btn:active:hover, 
 .btn:focus, 
 .btn:hover {
  outline: 0;
}

.btn.circle {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

.btn.active, .btn:active {
  outline: 0;
  -webkit-box-shadow: inherit;
  box-shadow: inherit;
}

.btn i {
  font-size: 12px;
  margin-left: 0;
  position: relative;
  top: 1px;
}

.video-btn {
  display: inline-block;
  text-transform: uppercase;
  font-size: 14px;
  margin-left: 10px;
}

.text-center .video-btn {
  margin-left: 0;
}

.video-btn i {
  display: inline-block;
  height: 55px;
  width: 55px;
  text-align: center;
  line-height: 55px;
  background: #65452e;
  border-radius: 50%;
  position: relative;
  margin-right: 20px;
  color: #ffffff;
}

.yellow .video-btn i {
  background: #65452e;
}

.text-light .video-btn i {
  background: #ffffff;
  color: #65452e;
}

.yellow .text-light .video-btn i {
  color: #232323;
}

.video-btn i::after {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 60px;
  height: 60px;
  background: #65452e repeat scroll 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-animation: pulse-border 1500ms ease-out infinite;
  animation: pulse-border 1500ms ease-out infinite;
  z-index: -1;
}

.yellow .video-btn i::after {
  background: #65452e repeat scroll 0 0;
}

input {
  border: 1px solid #e7e7e7;
  border-radius: inherit;
  box-shadow: inherit;
  min-height: 50px;
}
/* Default CSS */
.container-half {
  margin: 0 auto;
  width: 60%;
  padding: 0 15px;
}

.container-medium {
  padding: 0 15px;
  margin: auto;
  max-width: 1400px;
  position: relative;
}

@media (min-width:576px) {
  .container-medium {
    max-width: 540px;
  }
}

@media (min-width:768px) {
  .container-medium {
    max-width: 720px;
  }
}

@media (min-width:992px) {
  .container-medium {
    max-width: 960px;
  }
}

@media (min-width:1200px) {
  .container-medium {
    max-width: 1400px;
    width: 80%;
  }
}

.bg-cover {
  background-position: center center;
  background-size: cover;
}

.bg-contain {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.bg-fixed {
  background-attachment: fixed;
  background-position: center top;
  background-size: cover;
}

.bg-gray {
  background-color: #eef1f6;
}

.bg-theme-small {
  background: rgba(255, 53, 20, 0.03);
}

.bg-light {
  background-color: #ffffff !important;
}

.bg-theme {
  background-color: #65452e;
}

.bg-gradient {
  background: #65452e;
background: -webkit-linear-gradient(top left, #65452e, #F3BA19);
background: -moz-linear-gradient(top left, #65452e, #F3BA19);
background: linear-gradient(to bottom right, #65452e, #F3BA19);
}

.yellow .bg-theme {
  background-color: #65452e;
}

@media (min-width: 1200px) {
  .align-center {
    align-items: center;
  }
}
/* 
.text-light h1, 
 .text-light h2, 
 .text-light h3, 
 .text-light h4, 
 .text-light h5, 
 .text-light h6, 
 .text-light p, 
 .text-light a {
  color: #F3BA19;
} */

.shadow {
  position: relative;
  z-index: 1;
  box-shadow: inherit !important;
}

.shadow.dark::after {
  background: #000000 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.5;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.shadow.dark-hard::after {
  background: #000000 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.75;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.shadow.light::after {
  background: #ffffff none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.3;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.shadow.theme::after {
  background: #65452e none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.5;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.yellow .shadow.theme::after {
  background: #65452e none repeat scroll 0 0;
}

.shadow.theme-hard::after {
  background: #65452e none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.7;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.yellow .shadow.theme-hard::after {
  background: #65452e none repeat scroll 0 0;
}

.shadow.gradient-theme::after {
  background: linear-gradient(to bottom, #ff2d0c 0%,#ff7c68 100%);
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.6;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.shadow.gradient-dark::after {
  background: linear-gradient(to bottom, #391506 0%,#2a3644 100%);
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.6;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.shadow-gradient-light::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  background: rgba(0, 0, 0, 0) linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgba(255, 255, 255, 0.65) 100%) repeat scroll 0 0;
  height: 100%;
  width: 70%;
}

.default-padding {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.default-padding-top {
  padding-top: 120px;
  position: relative;
}

.default-padding-top.bottom-less {
  margin-bottom: -30px;
}

.default-padding-bottom {
  padding-bottom: 120px;
  position: relative;
}

.default-padding-bottom.bottom-less {
  padding-bottom: 90px;
}

.default-padding.bottom-less {
  padding-top: 120px;
  padding-bottom: 90px;
}

.padding-xl {
  padding-top: 180px;
  padding-bottom: 180px;
}

button, button:focus {
  border: none !important;
  box-shadow: inherit !important;
  outline: inherit !important;
}

.btn.btn-icon i {
  height: 30px;
  width: 30px;
  line-height: 31px;
  background: #ffffff;
  color: #232323;
  border-radius: 50%;
  margin-left: 10px;
  font-weight: 500;
  font-size: 15px;
}

.btn.btn-icon {
  padding: 13px 25px;
}

.btn {
  display: inline-block;
 font-family: 'Noto Sans', sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 25px;
  text-transform: uppercase;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  letter-spacing: 1px;
  overflow: hidden;
  border-radius: inherit;
  border: none;
}

.btn.angle {
  position: relative;
}

.btn.angle::after {
  position: absolute;
  right: 30px;
  top: 50%;
  margin-top: -7px;
  content: "";
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 8px solid #232323;
  transition: all 0.35s ease-in-out;
}

.btn.angle.btn-sm::after {
  right: 27px;
}

.btn.angle.btn-theme::after {
  border-left-color: #ffffff;
}

.btn.angle.btn-light.effect:hover::after {
  border-left-color: #ffffff;
}

.btn-md {
  padding: 10px 30px;
}

.btn-md.border {
  padding: 13px 40px;
}

.angle.btn-md {
  padding-right: 45px;
}

.btn-sm {
  padding: 10px 35px;
  font-size: 12px;
}
.btn-sm.btn-border {
  padding: 8px 35px;
  font-size: 12px;
}

.angle.btn-sm {
  padding-right: 40px;
}

.btn.btn-sm-pro {
  font-size: 10px;
  font-weight: 600;
  margin-top: 5px;
  padding: 4px 35px;
  display: inline-block;
}

.btn-border-light {
  border: 2px solid #ffffff;
}

.btn.btn-sm-pro.btn-border-light:hover, 
 .btn.btn-sm-pro.btn-border-light:focus {
  background-color: #ffffff;
  color: #232323;
  border: 2px solid #ffffff;
}

.btn-dark {
  color: #ffffff;
  position: relative;
  z-index: 1;
}

.btn-dark.theme {
  background-color: #391506;
  color: #ffffff;
}

.btn-dark.theme::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  height: 0;
  width: 0;
  transition: all 0.35s ease-in-out;
  background-color: #65452e;
  z-index: -1;
}

.shadow .btn-dark.theme::after {
  background-color: #ffffff;
}

.btn-dark.theme:hover::after {
  height: 100%;
  width: 100%;
}

.btn-dark.border {
  background-color: transparent;
  color: #391506;
  border: 2px solid #391506 !important;
}

.btn-dark.border:hover {
  background-color: #391506;
  color: #ffffff !important;
  border: 2px solid #391506 !important;
}

.btn-light {
  color: #232323 !important;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.btn-light::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  height: 0;
  width: 0;
  transition: all 0.25s ease-in-out;
  background: #65452e;
  z-index: -1;
}

.yellow .btn-light::after {
  background: #65452e;
}

.shadow .btn-light::after {
  background: #391506;
}

.btn-light:hover::after {
  width: 100%;
  height: 100%;
}

.shadow .btn-light:hover,
.btn-light:hover {
  color: #ffffff !important;
}

.btn.btn-light.border {
  background: transparent;
  border: 2px solid #ffffff !important;
  color: #ffffff !important;
  position: relative;
  z-index: 1;
}

.btn.btn-light.border::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  height: 0;
  width: 0;
  transition: all 0.25s ease-in-out;
  background: #ffffff;
  z-index: -1;
}

.btn.btn-light.border:hover::after {
  height: 100%;
  width: 100%;
}

.btn.btn-light.border:hover {
  color: #232323 !important;
}

.btn-dark:hover, 
 .btn-dark:focus {
  color: #232323 !important;
  background: transparent;
}

.bg-dark {
  background: #343A40 none repeat scroll 0 0 !important;
}

.bg-dark-hard {
  background: #742E11 none repeat scroll 0 0;
}

.btn-theme {
  background-color: #65452e;
  color: #ffffff !important;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.yellow .btn-theme {
  background-color: #65452e;
  color: #fff !important;
}

.yellow .btn-theme:hover {
  color: #ffffff !important;
}

.btn-theme::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  height: 0;
  width: 0;
  transition: all 0.25s ease-in-out;
  background: #391506;
  z-index: -1;
}

.shadow .btn-theme::after {
  background: #ffffff;
}

.btn-theme:hover::after {
  width: 100%;
  height: 100%;
}

.btn-theme.border {
  background-color: transparent;
  color: #65452e !important;
  border: 2px solid #65452e;
}

.yellow .btn-theme.border {
  background-color: transparent;
  color: #232323 !important;
  border: 2px solid #65452e;
}

.btn-theme.border:hover {
  background-color: #65452e;
  color: #ffffff !important;
  border: 2px solid #65452e;
}

.btn-theme.border:hover {
  background-color: #65452e;
  color: #232323 !important;
  border: 2px solid #65452e;
}

.shadow .btn-theme:hover {
  color: #232323 !important;
  border-color: #ffffff;
}

.btn.btn-sm-lm {
  font-size: 12px;
  padding: 4px 35px;
}

.bg-theme a.btn-theme.btn:hover,
.bg-theme a.btn-theme.btn:focus {
  border: 2px solid #ffffff;
  color: #ffffff;
}

a.more-btn {
  text-transform: uppercase;
  color: #666666;
  font-weight: 700;
  letter-spacing: 1px;
  position: relative;
  z-index: 1;
}

a.more-btn > i {
  font-size: 10px;
  position: relative;
  top: -1px;
}

a.more-btn::after {
  position: absolute;
  left: 0;
  bottom: -5px;
  content: "";
  height: 1px;
  width: 40px;
  border-bottom: 1px dashed;
  transition: all 0.35s ease-in-out;
}

a.more-btn:hover::after {
  width: 100%;
}

a.more-btn:hover {
  color: #65452e;
}

.yellow a.more-btn:hover {
  color: #232323;
}

.bg-fixed {
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
}

.bg-cover {
  background-position: center center;
  background-size: cover;
}

.container-full {
  padding: 0 15px;
  margin: auto;
  max-width: 1400px;
}

@media (min-width:576px) {
  .container-full {
    max-width: 540px;
  }
}

@media (min-width:768px) {
  .container-full {
    max-width: 720px;
  }
}

@media (min-width:992px) {
  .container-full {
    max-width: 960px;
  }
}

@media (min-width:1200px) {
  .container-full {
    max-width: 1400px;
    width: 90%;
  }
}

.site-heading h2 {
  display: inline-block;
  font-weight: 700;
  padding-bottom: 20px;
  margin-bottom: 0;
  position: relative;
  text-transform: capitalize;
  letter-spacing: 1px;
}

.bg-dark .site-heading h2,
.bg-dark .site-heading p {
  color: #ffffff;
}

.site-heading.less-info h2 {
  margin-bottom: 0;
}

.site-heading h4 {
  color: #65452e;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 10px;
}

.yellow .site-heading h4 {
  color: #666666;
}

.site-heading.clean h2 {
  padding-bottom: 0;
}

.site-heading.clean h2 span {
  color: #65452e;
}

.yellow .site-heading.clean h2 span {
  color: #65452e;
}

.site-heading h2 span {
  color: #65452e;
}

.yellow .site-heading h2 span {
  color: #65452e;
}

.site-heading p {
  margin: 0;
  margin-top: 20px;
  padding: 0 10%;
}

.site-heading h2::before {
  background: #65452e none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 2px;
  left: 50%;
  margin-left: -25px;
  position: absolute;
  width: 40px;
}

.yellow .site-heading h2::before {
  background: #65452e none repeat scroll 0 0;
  height: 3px;
}

.site-heading h2::after {
  background: #65452e none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 2px;
  left: 50%;
  margin-left: 20px;
  position: absolute;
  width: 5px;
}

.yellow .site-heading h2::after {
  background: #65452e none repeat scroll 0 0;
  height: 3px;
}

.site-heading.text-left h2::before {
  left: 0;
  margin-left: 0;
}

.site-heading.text-left h2::after {
  left: 45px;
  margin-left: 0;
}

.shadow .site-heading h2, 
.shadow .site-heading p {
  color: #ffffff;
}

.bg-theme .site-heading h2::before,
.shadow .site-heading h2::before,
.half-bg .site-heading h2::before {
  background: #ffffff none repeat scroll 0 0;
}

.site-heading h2 span {
  color: #65452e;
}

.yellow .site-heading h2 span {
  color: #65452e;
}

.site-heading {
  margin-bottom: 60px;
}

.site-heading.single {
  margin-bottom: 35px;
}

.carousel-shadow .owl-stage-outer {
  margin: -15px -15px 0;
  padding: 15px;
}

.relative {
  position: relative;
  z-index: 1;
}

/* ============================================================== 
     # Topbar 
=================================================================== */

.top-bar-area {
  overflow: hidden;
  padding: 3px 0;
}

.top-bar-area .shape {
  position: relative;
  z-index: 1;
}

.top-bar-area .shape::after {
  position: absolute;
  right: 0;
  top: -100%;
  content: "";
  height: 300%;
  width: 500%;
  background: #65452e;
  z-index: -1;
  transform: skewX(20deg);
  border-right: 5px solid #ffffff;
}

.yellow .top-bar-area .shape::after {
  background: #65452e;
}

.top_bar_icon a{
  margin:0px 1px;
  color: #fff;
  background-color: #391506;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  font-size: 13px;
  font-weight: 300;
}

.top-bar-area .social li:last-child {
  margin-right: 0;
}

.top-bar-area li {
  display: inline-block;
}

.top-bar-area .text-left .info {
  display: flex;
  justify-content: flex-start;
}

.top-bar-area .float-right .info {
  display: flex;
  justify-content: flex-end;
}

.top-bar-area .info > ul  li {
  display: inline-block;
  align-items: center;
  text-align: left;
}

.top-bar-area .info > ul  li a {
  font-weight: 400;
  font-size: 14px;
}

.top-bar-area .info > ul  li a:hover {
  color: #65452e;
}

.yellow .top-bar-area .info > ul  li a:hover {
  color: #febc35;
}

.top-bar-area .float-right .info > ul {
  margin-left: 20px;
  padding-left: 20px;
  border-left: 1px solid #e7e7e7;
}

.top-bar-area .text-left .info > ul {
  margin-right: 20px;
  padding-right: 20px;
  border-right: 1px solid #e7e7e7;
}

.top-bar-area.bg-dark .float-right .info > ul {
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}

.top-bar-area.bg-dark .text-left .info > ul {
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.top-bar-area .float-right .info > ul:first-child {
  margin: 0;
  padding: 0;
  border: none;
}

.top-bar-area .text-left .info > ul:last-child {
  margin: 0;
  padding: 0;
  border: none;
}

.top-bar-area .float-right .info .list li {
  margin-left: 20px;
}

.top-bar-area .text-left .info .list li {
  margin-right: 20px;
}

.top-bar-area .text-left .info .list li:last-child {
  margin-right: 0;
}

.top-bar-area .info .list li i {
  color: #65452e;
  margin-right: 5px;
  font-size: 20px;
  position: relative;
  top: 1px;
}

.yellow .top-bar-area .info .list li i {
  color: #fff;
  font-size: 14px;
}

.top-bar-area.bg-dark .float-right .social a {
  margin-left: 15px;
}

.top-bar-area.bg-dark .text-left .social a {
  margin-right: 15px;
}

.top-bar-area.bg-dark .float-right .social li:first-child a {
  margin: 0;
}

.top-bar-area.bg-dark .text-left .social li:last-child a {
  margin: 0;
}

.top-bar-area .item-flex {
  display: flex;
  align-items: center;
}

.top-bar-area .item-flex ul {
  margin-left: 30px;
  padding-left: 30px;
  position: relative;
  z-index: 1;
}

.top-bar-area .item-flex ul li {
  margin-left: 15px;
}

.top-bar-area .item-flex ul::after {
  position: absolute;
  left: 0;
  top: 6px;
  content: "";
  height: 20px;
  width: 1px;
  background: rgba(255, 255, 255, 0.3);
}

.top-bar-area .item-flex ul:first-child {
  margin: 0;
  padding: 0;
}

.top-bar-area .item-flex ul:first-child::after {
  display: none;
}

.top-bar-area .item-flex ul li:first-child {
  margin: 0;
}

.top-bar-area .text-right .button {
  position: relative;
  z-index: 1;
}

.top-bar-area .text-right .button::after {
  position: absolute;
  left: 0;
  top: -35px;
  content: "";
  height: 100px;
  width: 200%;
  background: #65452e;
  z-index: -1;
  transform: skewX(-30deg);
  border-left: 3px solid #ffffff;
}

.yellow .top-bar-area .text-right .button::after {
  background: #65452e;
}

.top-bar-area .text-right .button a {
  font-weight: 600;
  display: inline-block;
}

/* ============================================================== 
     # Banner 
=================================================================== */

/* Slider Zoom Effect */
.banner-area .carousel-control {
  background: transparent none repeat scroll 0 0;
  font-size: 40px;
  height: 50px;
  line-height: 50px;
  margin-top: -25px;
  opacity: 1;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 1;
  color: #000000;
  display: inline-block;
  text-align: center;
  opacity: 0;
}

.banner-area:hover .carousel-control {
  opacity: 1;
}

.banner-area .carousel-control.left {
  left: 0px;
}

.banner-area:hover .carousel-control.left {
  left: 20px;
}

.banner-area:hover .carousel-control.shadow.left {
  left: 20px;
}

.banner-area .carousel-control.right {
  right: 0px;
}

.banner-area:hover .carousel-control.right {
  right: 20px;
}

.banner-area:hover .carousel-control.shadow.right {
  right: 20px;
}

.banner-area .carousel-control i {
  font-weight: 400;
}

/*  */
.hero-slider2{
  display: none;
}
/*  */

/* ============================================================== 
     # About Version Two
=================================================================== */

.about-area .thumb-left .thumb .experiecne {
  text-align: left;
  position: absolute;
  left: 0;
  bottom: 50px;
  background: #65452e;
  padding: 20px 10px;
  border: 5px solid #ffffff;
  max-width: 250px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.yellow .about-area .thumb-left .thumb .experiecne {
  background: #65452e;
}

.about-area .thumb-left .thumb .experiecne h2 {
  font-size: 70px;
  font-weight: 700;
  line-height: 55px;
  color: #ffffff;
}

.about-area .thumb-left .thumb img {
  width: 80%;
}

.about-area .thumb-left .thumb .experiecne h5 {
  margin: 0;
  color: #ffffff;
  font-size: 17px;
  line-height: 1.4;
  font-weight: 400;
  margin-top: 10px;
  text-transform: capitalize;
}

.about-area .thumb-left {
  padding-right: 35px;
}

.about-area .thumb-left .thumb {
  margin-bottom: 0;
}

.about-area .thumb-left .thumb {
  position: relative;
  z-index: 1;
  text-align: right;
}

.about-area .thumb-left .thumb::after {
  position: absolute;
  left: -50px;
  top: -50px;
  content: "";
  height: 300px;
  width: 300px;
  background: url(assets/img/pattern.png);
  background-repeat: no-repeat;
  background-position: left top;
  opacity: 0.4;
  z-index: -1;
}

.about-area .info .bottom {
  display: flex;
  align-items: center;
  margin-top: 30px;
}

.about-area .info .bottom .icon a {
  display: flex;
  align-items: center;
  margin-right: 35px;
}

.about-area .info .bottom .icon a span {
  font-weight: 400;
  color: #666666;
}

.about-area .info .bottom .icon i {
  display: inline-block;
  background: #391506;
  color: #ffffff;
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 60px;
  font-size: 25px;
  border-radius: 50%;
  margin-right: 15px;
}

.about-area .info .bottom .icon i.fa-phone-volume {
  transform: rotate(-45deg);
  position: relative;
}

.about-area .info .bottom .icon i.fa-phone-volume::before {
  left: 2px;
  position: relative;
  top: 2px;
}

.about-area .info .bottom .icon h4 {
  margin-bottom: 5px;
  font-weight: 700;
}

.about-area .info h2 {
  font-weight: 700;
  margin-bottom: 25px;
}

.about-area .info ul {
  display: block;
  margin-top: 25px;
}

.about-area .info ul li {
  display: block;
  line-height: 36px;
  padding-left: 30px;
  position: relative;
  z-index: 1;
  font-weight: 600;
}

.about-area .info ul li::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "\f058";
  font-family: "Font Awesome 5 Pro";
  font-weight: 600;
  color: #65452e;
}

.yellow .about-area .info ul li::after {
  color: #65452e;
}

.about-area .info > a.btn {
  margin-top: 30px;
}
.about-area .info h2 span{
  font-size: 22px;color: #391506;
}


/* ============================================================== 
     # About Version Two
=================================================================== */

.about-simple-area .right-info p {
  margin-bottom: 0;
  margin-top: 15px;
}

.about-simple-area .right-info p:first-child {
  margin-top: 0;
}

.about-simple-area ul.achivement li .counter {
  margin-bottom: 15px;
}

.about-simple-area .left-info h2 {
  font-weight: 600;
}

.about-simple-area .right-info blockquote {
  font-size: 18px;
  font-weight: 600;
  color: #232323;
  line-height: 30px;
}

.about-simple-area .contact {
  align-items: center;
  margin-top: 40px;
  display: inline-block;
  background: #f4f5f8;
  padding: 20px 40px;
  position: relative;
  z-index: 1;
}

.about-simple-area .contact i {
  display: inline-block;
  font-size: 45px;
  color: #65452e;
  text-align: center;
  border-radius: 8px;
  position: relative;
  z-index: 1;
  margin-right: 20px;
}

.yellow .about-simple-area .contact i {
  color: #65452e;
}

.about-simple-area .contact i.fa-phone-volume {
  transform: rotate(-49deg);
}

.about-simple-area .contact h4 {
  margin-bottom: 0;
  font-weight: 600;
  font-size: 24px;
}

.about-simple-area .contact span {
  font-weight: 400;
  color: #666666;
}

.thumb-services-area {
  position: relative;
  z-index: 1;
}

.about-simple-area .contact i.fa-phone-volume::before {
  position: relative;
  left: 0;
  top: 5px;
}

.about-simple-area .contact span {
  font-weight: 500;
}

.about-simple-area .contact .icon, 
.about-simple-area .contact .content {
  float: left;
}

.about-simple-area .contact::after {
  position: absolute;
  left: 0;
  top: -16px;
  content: "";
  border-left: 0px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 16px solid #f4f5f8;
}

.about-area .info ul.achivement li {
  padding-left: 0;
  display: inline-block;
  line-height: 24px;
}

.about-area .info ul.achivement li::after {
  display: none;
}

.about-area .info ul.achivement {
  overflow: hidden;
  margin-top: 30px;
}

.about-area .info ul.achivement li span {
  margin-top: 15px;
  display: block;
  text-align: left;
}

/* ============================================================== 
     # Consulting Area
=================================================================== */

.consulting-area .row {
  margin: 0;
}

.consulting-area {
  position: relative;
  z-index: 1;
}

.consulting-area::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  height: 50%;
  width: 100%;
  background: #eef1f6;
  z-index: -1;
}

.shape-less.consulting-area::after {
  display: none;
}

.consulting-area.bg-gray::after {
  background: #ffffff;
}

.consulting-area .inner-items {
  background: #ffffff;
  box-shadow: 0 0 10px rgb(0 0 0 / 10%);
}

.consulting-area .inner-items .left-info {
  padding: 120px 50px;
  padding-left: 0;
  position: relative;
  z-index: 1;
}

.consulting-area .inner-items .left-info::before {
  position: absolute;
  right: 0;
  top: 0;
  content: "";
  height: 100%;
  width: 300%;
  background: #65452e;
  z-index: -1;
}

.yellow .consulting-area .inner-items .left-info::before {
  background: #65452e;
}

.consulting-area .inner-items .left-info::after {
  position: absolute;
  right: 0;
  bottom: 0;
  content: "";
  height: 300px;
  width: 400px;
  background: url(assets/img/shape/2.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right bottom;
  z-index: -1;
}

.consulting-area .inner-items .left-info .item {
  margin-top: 30px;
}

.consulting-area .inner-items .left-info .item:first-child {
  margin-top: 0;
}

.consulting-area .inner-items .left-info .item h4 {
  font-weight: 600;
}

.consulting-area .inner-items .left-info .item p {
  margin: 0;
}

ul.achivement {
  margin-top: 35px;
  display: block;
}

ul.achivement li {
  display: inline-block;
  margin-right: 40px;
  border-right: 1px solid #cccccc;
  padding-right: 40px;
  float: left;
}

.text-light ul.achivement li {
  border-right: 1px solid rgba(255, 255, 255, 0.6);
}

ul.achivement li:last-child {
  padding: 0;
  margin: 0;
  border: none;
}

ul.achivement li .counter {
  position: relative;
}

ul.achivement li .counter {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 50px;
  font-weight: 700;
  color: #232323;
  line-height: 1;
  margin-bottom: 5px;
}

.text-light ul.achivement li .counter {
  color: #ffffff;
}

ul.achivement li .counter .operator {
  font-size: 40px;
  margin-left: 2px;
}

ul.achivement li .medium {
  font-weight: 500;
  text-align: right;
}

.consulting-area .inner-items .right-info {
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  z-index: 1;
  padding: 50px;
}

.consulting-area .inner-items .right-info::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  height: 100%;
  width: 100%;
  background: #000000;
  z-index: -1;
  opacity: 0.5;
}

.consulting-area .inner-items .right-info h2 {
  color: #ffffff;
  font-weight: 700;
}

.consulting-area .inner-items .right-info p {
  color: #ffffff;
  padding: 0 10%;
}

.consulting-area .inner-items .right-info a {
  margin-top: 30px;
}




/* ============================================================== 
     # Services
=================================================================== */
.services-area.with-thumb .services-items .item {
  background: #ffffff;
  box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
}

.services-area.with-thumb .services-items .item .info {
  padding: 35px;
  position: relative;
  z-index: 1;
  padding-bottom: 40px;
  padding-top: 50px;
}

.services-area.with-thumb .services-items .item .thumb {
  overflow: hidden;
  position: relative;
  z-index: 1;
  border-bottom: 3px solid #65452e;
}

.yellow .services-area.with-thumb .services-items .item .thumb {
  border-bottom: 3px solid #65452e;
}

.services-area.with-thumb .services-items .item .info > img {
  position: absolute;
  left: 40px;
  top: -80px;
  height: 100px;
  width: 90px;
  text-align: center;
  font-size: 42px;
  z-index: -1;
  line-height: 100px;
  padding: 15px;
}

.yellow .services-area.with-thumb .services-items .item .info > img {
  background: #65452e;
  color: #000000;
}

.services-area.with-thumb .services-items .item .info h4 {
  text-transform: capitalize;
  font-weight: 600;
}

.services-area.with-thumb .services-items .item .info p {
  margin: 0;
}

.services-area.with-thumb .services-items .item .info a:hover {
  color: #65452e;
}

.yellow .services-area.with-thumb .services-items .item .info a:hover {
  color: #65452e;
}

.services-area.with-thumb .services-items .item .info .button {
  border-top: 1px solid #e7e7e7;
  margin-top: 25px;
  padding-top: 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.services-area.with-thumb .services-items .item .info .button span {
  opacity: 0.1;
  font-size: 36px;
  font-weight: 800;
}

.services-area.with-thumb .services-items .item .info .button a {
  text-transform: uppercase;
  color: #666666;
  font-weight: 600;
  letter-spacing: 1px;
  position: relative;
  z-index: 1;
}

.services-area.with-thumb .services-items .item .info .button a > i {
  font-size: 10px;
  position: relative;
  top: -1px;
}

.services-area.with-thumb .services-items .item:hover .info .button a {
  color: #65452e;
}

.yellow .services-area.with-thumb .services-items .item:hover .info .button a {
  color: #232323;
}

.services-area.with-thumb .services-items .item .info .button a::after {
  position: absolute;
  left: 0;
  bottom: -5px;
  content: "";
  height: 1px;
  width: 40px;
  border-bottom: 1px dashed;
  transition: all 0.35s ease-in-out;
}

.services-area.with-thumb .services-items .item:hover .info .button a::after {
  width: 100%;
}

.services-area .services-items.services-carousel .owl-dots {
  margin-top: 40px;
  margin-bottom: -8px;
}

.services-area .services-items.services-carousel .owl-dots .owl-dot span {
  display: block;
  height: 25px;
  width: 25px;
  margin: 0 5px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: transparent;
  position: relative;
  z-index: 1;
  opacity: 0.5;
  border: 4px solid #65452e;
}

.yellow .services-area .services-items.services-carousel .owl-dots .owl-dot span {
  border: 4px solid #65452e;
}

.services-area .services-items.services-carousel .owl-dots .owl-dot.active span::after {
  position: absolute;
  left: 50%;
  top: 50%;
  content: "";
  height: 5px;
  width: 5px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  background: #65452e;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.yellow .services-area .services-items.services-carousel .owl-dots .owl-dot.active span::after {
  background: #65452e;
}

.services-area .services-items.services-carousel .owl-dots .owl-dot.active span {
  opacity: 1;
}

.services-area.icon-less .thumb .overlay {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 30px;
  z-index: 1;
}



/* ============================================================== 
     # Why Chose Us 
=================================================================== */

.why-us-area {
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.why-us-area::after {
  position: absolute;
  right: 0;
  top: 0;
  content: "";
  height: 100%;
  width: 300px;
  background: url(assets/img/shape/3.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right bottom;
  z-index: -1;
}

.why-us-area .info .content {
  position: relative;
  z-index: 1;
}

.why-us-area .info .content > a {
  margin-top: 40px;
}

.why-us-area .info .content::after {
  position: absolute;
  left: 0;
  top: -70px;
  content: "";
  height: 150px;
  width: 150px;
  background: #000000;
  z-index: -1;
  opacity: 0.03;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  transform: rotate(45deg);
}

.why-us-area .fixed-thumb {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 50%;
}

.why-us-area .thumb {
  position: relative;
  z-index: 1;
  text-align: center;
}

.why-us-area .thumb img {
  max-width: 90%;
}

.why-us-area .thumb::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  height: 50%;
  width: 100%;
  background: #65452e none repeat scroll 0 0;
  z-index: -1;
  clip-path: polygon(100% 1%, 4% 100%, 100% 100%);
}

.yellow .why-us-area .thumb::after {
  background: #65452e none repeat scroll 0 0;
}

.why-us-area .info {
  z-index: 1;
  padding-left: 35px;
}

.why-us-area .info ul > a {
  margin-top: 5px;
}

.why-us-area .info .content > h5 {
  font-weight: 600;
  color: #65452e;
  margin-bottom: 30px;
  font-size: 18px;
  margin-top: -5px;
  text-transform: uppercase;
}

.yellow .why-us-area .info .content > h5 {
  color: #65452e;
}

.why-us-area .info h2 {
  text-transform: capitalize;
  font-weight: 600;
  line-height: 1.3;
  margin-top: -10px;
  margin-bottom: 35px;
}

.why-us-area .info h2 span {
  position: relative;
  z-index: 1;
}

.why-us-area .info li {
  display: block;
  margin-bottom: 25px;
  padding-left: 30px;
  position: relative;
  z-index: 1;
}

.why-us-area .info li::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "\f058";
  color: #65452e;
  font-family: "Font Awesome 5 Pro";
  font-size: 16px;
  font-weight: 600;
}

.yellow .why-us-area .info li::after {
  color: #fff;
}

.why-us-area .info li h5 {
  text-transform: capitalize;
  font-weight: 600;
  position: relative;
  z-index: 1;
  display: inline-block;
  margin-bottom: 15px;
  font-size: 20px;
}

.why-us-area .info li:last-child {
  margin: 0;
}

.why-us-area .info li p {
  margin: 0;
}

.why-us-area.bg-dark .info li p {
  color: #cccccc;
}

.why-us-area .left-info .content {
  background: #65452e;
  padding: 60px 30px;
}

.yellow .why-us-area .left-info .content {
  background: #65452e;
}

.why-us-area .left-info .content h4 {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
}

.yellow .why-us-area .left-info .content h4 {
  color: #fff;
}

.why-us-area .left-info .content h2 {
  font-weight: 600;
}

.yellow .why-us-area .left-info .content h2 {
  color: #fff;
}

.why-us-area .left-info .content a {
  margin-top: 30px;
}

/* ============================================================== 
     # Projects 
=================================================================== */

.projects-area .info ul {
  background: #65452e;
  margin-top: 25px;
  color: #ffffff;
  padding: 30px;
  padding-top: 0;
  display: inline-block;
  border-radius: 10px;
  position: relative;
  z-index: 1;
}

.yellow .projects-area .info ul {
  background: #65452e;
  color: #fff;
}

.projects-area .info ul::after {
  position: absolute;
  left: 30px;
  top: -10px;
  content: "";
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #65452e;
}

.yellow .projects-area .info ul::after {
  border-bottom: 10px solid #65452e;
}

.projects-area .info ul li {
  float: left;
  width: auto;
  margin-right: 50px;
  margin-top: 35px;
  text-transform: capitalize;
}

.projects-area .info ul li h5 {
  text-transform: capitalize;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 5px;
  color: #ffffff;
}

.yellow .projects-area .info ul li h5 {
  color: #fff;
}

.projects-area .info ul li span {
  text-transform: uppercase;
  font-size: 14px;
}

.projects-area .project-item .thumb {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.projects-area .project-item .thumb::after {
  position: absolute;
  left: 0;
  bottom: -50%;
  content: "";
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%) repeat scroll 0 0;
  opacity: 0;
  transition: all 0.35s ease-in-out;
}

.projects-area .project-item .thumb:hover::after {
  bottom: 0;
  opacity: 0.7;
}

.projects-area .project-item .thumb a {
  display: inline-block;
  height: 50px;
  width: 50px;
  background: #ffffff;
  z-index: 1;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -90%);
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
  box-shadow: 0 0 10px #cccccc;
  opacity: 0;
  color: #65452e;
}

.yellow .projects-area .project-item .thumb a {
  color: #65452e;
}

.projects-area .project-item.projects-carousel .owl-nav i {
    font-weight: 400;
    font-size: 35px;
}

.projects-area .project-item .thumb:hover a {
  transform: translate(-50%, -50%);
  opacity: 1;
}

.projects-area .item .info h4 {
  font-weight: 600;
  text-transform: uppercase;
  color: #65452e;
  display: inline-block;
  position: relative;
  z-index: 1;
  font-size: 20px;
}

.yellow .projects-area .item .info h4 {
  color: #666666;
}

.projects-area .item .info h2 {
  font-weight: 600;
  margin-bottom: 25px;
  font-size: 30px;
}

.projects-area .project-item.projects-carousel .owl-nav {
  margin: 0;
}

.projects-area .project-item.projects-carousel .owl-nav .owl-prev, 
.projects-area .project-item.projects-carousel .owl-nav .owl-next {
  background: transparent none repeat scroll 0 0;
  color: #65452e;
  font-size: 30px;
  height: 40px;
  left: -70px;
  line-height: 40px;
  margin: -20px 0 0;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 40px;
}

.yellow .projects-area .project-item.projects-carousel .owl-nav .owl-prev, 
.yellow .projects-area .project-item.projects-carousel .owl-nav .owl-next {
  color: #65452e;
}

.projects-area .project-item.projects-carousel .owl-nav .owl-next {
  left: auto;
  right: -70px;
}



/* ============================================================== 
     # Portfolio 
=================================================================== */

@media only screen and (min-width: 1367px) {
  .portfolio-area .container-full {
    margin-left: calc((100% - 1260px)/ 2);
    width: auto;
    min-width: auto;
    max-width: inherit;
    padding-right: 0;
  }
}

.portfolio-area .bottom-sahpe {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: bottom center;
}

.portfolio-area .top-sahpe {
  position: absolute;
  left: 0;
  top: 150px;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: bottom center;
}

.portfolio-area.half-bg-dark {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.portfolio-area.half-bg-dark::after {
  position: absolute;
  right: 0;
  bottom: 0;
  content: "";
  height: 50%;
  width: 100%;
  background: #391506 none repeat scroll 0 0 !important;
  z-index: -1;
}

.portfolio-area .portfolio-items-area .mix-item-menu button {
  display: inline-block;
  background: transparent;
  border: none;
  text-transform: capitalize;
  margin-bottom: 15px;
  box-shadow: inherit;
  padding: 7px 15px;
  clip-path: polygon(6% 0, 100% 0%, 94% 100%, 0% 100%);
}

.portfolio-area .portfolio-items-area .mix-item-menu {
  margin-bottom: 15px;
}

.portfolio-area .portfolio-items-area .mix-item-menu button.active {
  background: #65452e;
  color: #ffffff;
}

.yellow .portfolio-area .portfolio-items-area .mix-item-menu button.active {
  background: #65452e;
  color: #232323;
}

.portfolio-items-area .gallery-content {
  margin: 0 -15px;
  margin-bottom: -45px;
}

.portfolio-area .gallery-items .pf-item .item {
  margin-bottom: 30px !important;
}

.portfolio-area .gallery-items.colums-3 .pf-item {
  float: left;
  padding: 15px;
  width: 33.3333%;
}

.portfolio-area .gallery-items.colums-2 .pf-item {
  float: left;
  padding: 15px;
  width: 50%;
}

.portfolio-area .gallery-items.colums-4 .pf-item {
  float: left;
  padding: 15px;
  width: 25%;
}

.portfolio-area .item .info {
  padding: 15px;
  overflow: hidden;
  position: absolute;
  z-index: 1;
  right: 30px;
  bottom: -30px;
  background: #ffffff;
  left: 70px;
  box-shadow: 0px 0px 13.5px 1.5px rgba(0, 0, 0, 0.05);
}

.portfolio-area.half-bg-dark .item .info::after {
  position: absolute;
  left: 0;
  bottom: 9px;
  content: "";
  height: 1px;
  width: 100%;
  background: #ffffff;
  z-index: -1;
  opacity: 0.3;
}

.portfolio-area .item .info h5 {
  margin-bottom: 3px;
  font-size: 22px;
}

.portfolio-area .item .info span {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 12px;
  display: block;
}

.portfolio-area .item .info span strong {
  font-weight: 500;
  color: #65452e;
}

.portfolio-area .item .info span i {
  margin-right: 5px;
  color: #65452e;
  font-size: 16px;
  position: relative;
  top: 2px;
  font-weight: 500;
}

.yellow .portfolio-area .item .info span i {
  color: #65452e;
}

.portfolio-area .item .info a {
  margin-top: 20px;
}

.portfolio-area .item .info a:hover {
  color: #65452e !important;
}

.yellow .portfolio-area .item .info a:hover {
  color: #65452e !important;
}

.portfolio-area .item .info > a {
  background: #e9e9e9;
  display: inline-block;
  height: 100%;
  padding: 12px 20px;
  margin: 0 !important;
  font-size: 15px;
}

.portfolio-area.half-bg-dark .item .info > a {
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
}

.portfolio-area .item .info > a:hover {
  background: #65452e !important;
  color: #ffffff !important;
}

.yellow .portfolio-area .item .info > a:hover {
  background: #65452e !important;
  color: #232323 !important;
}

.portfolio-area.half-bg-dark .item .info a {
  color: #ffffff;
  background: #391506;
  padding-right: 20px;
}

.portfolio-area.half-bg-dark .item .info span {
  color: #cccccc;
}

.portfolio-area .item .thumb {
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.portfolio-area .item .thumb .overlay a {
  height: 50px;
  width: 50px;
  line-height: 50px;
  background: #65452e;
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  box-shadow: 0 0 10px #cccccc;
  color: #ffffff;
  opacity: 0;
  text-align: center;
}

.yellow .portfolio-area .item .thumb .overlay a {
  background: #65452e;
}

.portfolio-area .item .thumb:hover .overlay a {
  opacity: 1;
}

.portfolio-area .portfolio-carousel .owl-nav {
  margin: 0;
}

.portfolio-area .portfolio-carousel .owl-nav .owl-prev, 
.portfolio-area .portfolio-carousel .owl-nav .owl-next {
  background: transparent none repeat scroll 0 0;
  color: #ffffff;
  font-size: 30px;
  height: 40px;
  left: -50px;
  line-height: 40px;
  margin: -20px 0 0;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 40px;
  opacity: 0;
  transition: all 0.35s ease-in-out;
  text-shadow: 0 1px 2px rgb(0 0 0 / 60%);
}

.portfolio-area .portfolio-carousel .owl-nav .owl-next {
  left: auto;
  right: -50px;
}

.portfolio-area .portfolio-carousel:hover .owl-nav .owl-prev {
  left: 50px;
  opacity: 1;
}

.portfolio-area .portfolio-carousel:hover .owl-nav .owl-next {
  right: 50px;
  opacity: 1;
}

@media only screen and (min-width: 1460px) {
  .left-border::after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    height: 100%;
    width: 80px;
    background: #ffffff;
    border-radius: 0 30px 30px 0;
  }
}

.portfolio-area .item {
  position: relative;
  z-index: 1;
}

.portfolio-carousel .owl-stage-outer {
  padding-bottom: 50px;
  margin-bottom: -20px;
}

.portfolio-area .item .info .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.portfolio-area .item .info .right a {
  display: inline-block;
  height: 60px;
  width: 60px;
  line-height: 60px;
  background: #65452e;
  text-align: center;
  color: #ffffff;
  margin: 0;
  margin-left: 30px;
  clip-path: polygon(100% 0, 100% 80%, 80% 100%, 0 100%, 0 0);
}

.portfolio-area .item .info .right a i {
  font-weight: 500;
  font-size: 14px;
}

.yellow .portfolio-area .item .info .right a {
  background: #65452e;
}

.portfolio-area .item .info .right span {
  margin: 0;
  color: #666666;
}

.portfolio-area .item .info .right a:hover {
  background: #391506;
  color: #ffffff !important;
}

.portfolio-list a.load-more__btn {
  margin: 0 15px;
  display: inline-block;
  padding: 12px 40px;
  background: #65452e;
  color: #ffffff;
  border-radius: 30px;
  margin-top: 30px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 15px;
  margin-left: 0;
}

.yellow .portfolio-list a.load-more__btn {
  background: #65452e;
}

.magnific-mix-gallery.masonary.portfolio-list .gallery-items {
  overflow: hidden;
}


/* Portfolio Effect */
.portfolio-area .item .thumb img {
  max-width: 100%;
  position: relative;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.portfolio-area .item .thumb:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.portfolio-area .item .thumb:hover img {
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  background-position: top;
  -webkit-filter: grayscale(0.4) blur(2px);
  filter: grayscale(0.4) blur(2px);
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.45s;
  -o-transition-duration: 0.45s;
  -webkit-transition-duration: 0.45s;
  transition-duration: 0.45s;
}

.portfolio-area .item .thumb:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
}

.portfolio-area .item .thumb img {
  display: inline-block;
  -moz-transform: scale(1.09, 1.09);
  -ms-transform: scale(1.09, 1.09);
  -webkit-transform: scale(1.09, 1.09);
  transform: scale(1.09, 1.09);
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}

.portfolio-area .item .thumb:hover:before,
.portfolio-area .item .thumb.hover:before,
.portfolio-area .item .thumb:hover:after,
.portfolio-area .item .thumb.hover:after {
  opacity: 1;
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}

.portfolio-area  .portfolio-carousel.owl-carousel .owl-dots {
  margin-top: 50px;
  margin-bottom: -8px;
}

.portfolio-area .portfolio-carousel.owl-carousel .owl-dots .owl-dot span {
  display: block;
  height: 25px;
  width: 25px;
  margin: 0 5px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: transparent;
  position: relative;
  z-index: 1;
  opacity: 0.5;
  border: 4px solid #65452e;
}

.yellow .portfolio-area .portfolio-carousel.owl-carousel .owl-dots .owl-dot span {
  border: 4px solid #65452e;
}

.portfolio-area  .portfolio-carousel.owl-carousel .owl-dots .owl-dot.active span::after {
  position: absolute;
  left: 50%;
  top: 50%;
  content: "";
  height: 5px;
  width: 5px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  background: #65452e;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.yellow .portfolio-area  .portfolio-carousel.owl-carousel .owl-dots .owl-dot.active span::after {
  background: #65452e;
}

.portfolio-area  .portfolio-carousel.owl-carousel .owl-dots .owl-dot.active span {
  opacity: 1;
}


/* ============================================================== 
     # Clients Area 
=================================================================== */

.clients-area.default-padding.bg-dark.text-light::after {
  position: absolute;
  left: -15%;
  top: 0;
  height: 101%;
  width: 63%;
  content: "";
  background: #65452e;
  z-index: -1;
  transform: skewX(-10deg);
}

.yellow .clients-area.default-padding.bg-dark.text-light::after {
  background: #65452e;
}

.clients-area .fixed-shape {
  position: absolute;
  left: 0;
  top: 0;
}

.clients-area .fixed-shape img {
  height: 400px;
}

.clients-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.clients-area .clients-box img {
  width: auto;
  margin: auto;
  height: 65px;
}

.clients-area .left-info h2 {
  font-weight: 600;
  text-transform: capitalize;
  display: inline-block;
  position: relative;
  z-index: 1;
  margin-top: -8px;
}

.yellow .clients-area .left-info h2 {
  color: #fff;
}

.clients-area .left-info p {
  margin: 0;
  margin-bottom: -5px;
}

.yellow .clients-area .left-info p {
  color: #fff;
}

/* ============================================================== 
     # Testimonials 
=================================================================== */
.testimonials-area .testimonial-content .owl-item {
  position: relative;
  z-index: 1;
}

.testimonials-area .testimonial-content .owl-item::after {
  position: absolute;
  right: 0;
  bottom: 0;
  content: "";
  height: 400px;
  width: 400px;
  background: url(assets/img/shape/map.png);
  z-index: 1;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom left;
  opacity: 0.09;
}

.testimonial-items h1 {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: cover;
  background-position: center;
  font-size: 250px;
  font-weight: 900;
  margin: 0;
  line-height: 0.8;
  left: 30px;
  margin-bottom: 20px;
  margin-top: -20px;
  margin-left: -8px;
}

.testimonial-items .title h2 {
  font-weight: 600;
  margin-bottom: 0;
  margin-top: -5px;
}

.testimonial-items .title a {
  margin-top: 10px;
}

.testimonials-area .testimonial-content .provider {
  display: flex;
  align-items: center;
  margin-top: 30px;
}

.testimonials-area .testimonial-content .provider img {
  height: 80px;
  width: 80px;
  border-radius: 50%;
  margin-right: 25px;
  border: 5px solid #ffffff;
  box-shadow: 0 0 25px rgb(0 0 0 / 25%);
}

.testimonials-area .testimonial-content .content {
  padding-left: 105px;
}

.testimonials-area .testimonial-content .provider .info h5 {
  margin-bottom: 4px;
  font-weight: 600;
  text-transform: capitalize;
  font-size: 20px;
}

.testimonials-area .testimonial-content .provider .info span {
  display: block;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
}

.testimonials-area .testimonial-content .content .rating {
  display: block;
  margin-bottom: 30px;
  color: #65452e;
}

.yellow .testimonials-area .testimonial-content .content .rating {
  color: #65452e;
}

.testimonials-area .testimonial-content p {
  font-size: 18px;
  line-height: 34px;
  margin-top: -5px;
  color: #232323;
  font-weight: 400;
}

.testimonials-area .testimonial-content.testimonials-carousel .owl-nav {
  position: absolute;
  bottom: 55px;
  right: 30px;
}

.testimonials-area .testimonial-content.testimonials-carousel .owl-nav i {
  font-weight: 500;
}

.testimonials-area .testimonial-content.testimonials-carousel .owl-nav .owl-prev, 
.testimonials-area .testimonial-content.testimonials-carousel .owl-nav .owl-next {
  background: transparent;
  color: #65452e;
  font-size: 24px;
  margin: 0;
  padding: 10px;
}

.yellow .testimonials-area .testimonial-content.testimonials-carousel .owl-nav .owl-prev, 
.yellow .testimonials-area .testimonial-content.testimonials-carousel .owl-nav .owl-next {
  color: #000000;
}

.testimonials-area .testimonial-content.testimonials-carousel .owl-dots {
  margin-top: 30px;
  margin-bottom: -8px;
  text-align: left;
  margin-left: 25px;
}

.testimonials-area .testimonial-content.testimonials-carousel .owl-dots .owl-dot span {
  display: block;
  height: 25px;
  width: 25px;
  margin: 0 5px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: transparent;
  position: relative;
  z-index: 1;
  opacity: 0.5;
  border: 4px solid #65452e;
}

.yellow .testimonials-area .testimonial-content.testimonials-carousel .owl-dots .owl-dot span {
  border: 4px solid #65452e;
}

.testimonials-area .testimonial-content.testimonials-carousel .owl-dots .owl-dot.active span::after {
  position: absolute;
  left: 50%;
  top: 50%;
  content: "";
  height: 5px;
  width: 5px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  background: #65452e;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.yellow .testimonials-area .testimonial-content.testimonials-carousel .owl-dots .owl-dot.active span::after {
  background: #65452e;
}

.testimonials-area .testimonial-content.testimonials-carousel .owl-dots .owl-dot.active span {
  opacity: 1;
}

.testimonials-area .testimonial-content .item {
  padding: 50px;
  position: relative;
  z-index: 1;
  margin-left: 30px;
  border-radius: 8px;
  border: 2px solid #eef1f6;
}

.testimonials-area.bg-gray .testimonial-content .item {
  background: #ffffff;
}

.testimonials-area .testimonial-content .item::after {
  position: absolute;
  left: -15px;
  top: 30px;
  content: "";
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-right: 15px solid #eef1f6;
  z-index: 1;
}

.testimonials-area.bg-gray .testimonial-content .item::after {
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-right: 15px solid #ffffff;
}

.testimonials-area .testimonial-content .item::before {
  position: absolute;
  left: 50px;
  top: 50px;
  font-weight: 600;
  font-size: 70px;
  color: #232323;
  content: "";
  background: url(assets/img/shape/quote.png);
  background-size: contain;
  height: 60px;
  width: 55px;
  background-repeat: no-repeat;
  background-position: left top;
}

/*  */
.nd_floor_txt_div h1{
  font-size: 25px;
text-transform: capitalize;
font-weight: 600;
line-height: 30px;
margin-bottom: 6px;
}


.nd_floor_txt_div h1 span{
  display: block;
  font-size: 17px;
  color: #391506;
}

.nd_floor_txt_div p{
  font-size: 15px;
  line-height: 28px;
  font-weight: 400;
}

/*  */


/* thermo products_ section */
.product_thermo_section{
  background-color: #fafafa;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 40px;
}

.product_thermo_headti{
  margin-bottom: 10px;
  text-align: right;
}

.product_thermo_headti h3{
  text-transform: capitalize;
  font-size: 30px;
  font-weight: 600;
  text-align: right;
  display: none;
}

.product_thermo_headti h4{
  text-transform: capitalize;
  font-size: 25px;
  color: #391506;
  font-weight: 600;
  margin-top: 5px;
}

.product_thermo_main_div{
  margin-bottom: 20px;
 position: relative;
 overflow: hidden;
 text-align: center;
}

.product_thermo_img_box{
 position: relative;
  text-align: center;
}

.overlay_name {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
}

.overlay_name h4{
  text-transform: capitalize;
  color: #fff;
  font-weight: 600;
  font-size: 26px;
  margin-bottom: 15px;
}

.overlay_name p a{
  background-color: #212121;
  padding: 8px 16px 8px 16px;
  color: #fff;
  font-size: 13px;
  letter-spacing: 1px;
  border: 1px solid #fff;
}

.product_thermo_img_box img{
  background-color: #fff;
  padding: 5px;
  margin: auto;
  filter: brightness(70%);
}

.product_thermo_text_div  {
   text-align: right;
}

.product_thermo_text_div b{
  text-transform: capitalize;
  color: #212121;
    text-align: right;
}

.product_thermo_text_div p{
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 10px;
  text-align: right;
}

.nested_thermo_div{
  text-align: center;
  margin-bottom: 15px;
}

.nested_ther_img_box{
  text-align: center;
}

.nested_ther_img_box img{
  background-color: #fff;
  padding: 5px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px; 
  margin: auto; 
}

.nested_ther_img_box p{
text-align: center;
  font-size: 14px;
  text-transform: capitalize;
}

/*  */



/* flooring products_ section css*/
.product_flooring_section {
  background-color: #fff;
  padding-top: 20px;
  padding-bottom: 30px;
  margin-bottom: 40px;
}

.product_flooring_headti {
  margin-bottom: 10px;
  
}

.product_flooring_headti h3 {
  text-transform: capitalize;
  font-size: 25px;
  font-weight: 600;
  display: none;
  
}

.product_flooring_headti h4 {
  text-transform: capitalize;
  font-size: 25px;
  color: #391506;
  font-weight: 600;
  margin-top: 5px;
}

.product_flooring_main_div {
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
  text-align: center;
}

.product_flooring_img_box {
position: relative;
  text-align: center;
}

.product_flooring_img_box img {
  background-color: #fff;
  padding: 5px;
  margin: auto;
  filter: brightness(70%);
}

.product_flooring_text_div {
  
}

.product_flooring_text_div b {
  text-transform: capitalize;
  color: #212121;
  
}

.product_flooring_text_div p {
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 10px;
  
}

.nested_flooring_div {
  text-align: center;
  margin-bottom: 15px;
}

.nested_flooring_img_box {
  text-align: center;
}

.nested_flooring_img_box img {
  background-color: #fff;
  padding: 5px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  margin: auto;
}

.nested_flooring_img_box p {
  text-align: center;
  font-size: 14px;
  text-transform: capitalize;
}

/*  */


/* ipe wood css */
.ipe_wood_section{
  padding-top: 30px;
    padding-bottom: 30px;
    background-color: #fafafa;
    margin-bottom: 40px;
}

.ipe_wood_headti{
  text-align: center;
  margin-bottom: 20px;
}

.ipe_wood_headti h3{
  text-transform: capitalize;
  font-weight: 600;
  padding-bottom: 5px;
  font-size: 25px;
}

.ipe_wood_headti h4{
  color: #391506;
  font-weight: 500;
  font-size: 20px;
}

.ipe_wood_main_div_nd{
  margin-bottom: 20px;
  text-align: center;
  position: relative;
}

.ipe_wood_img_box {
  text-align: center;

}

.ipe_wood_img_box img{
  background-color: #fff;
  padding: 10px;
}

.ipe_wood_img_box p{
  font-size: 15px;
  text-transform: capitalize;
  font-weight: 600;
}

/* ipe css end */


/* why us css */
.why_choose_us_section {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #fafafa;
  margin-bottom: 40px;
}

.why_choose_txt h4 {
  font-size: 25px;
  font-weight: 600;
  text-transform: capitalize;
}

.why_choose_txt {
  margin-bottom: 20px;
}

.why_choose_txt p b {
  color: #391506;
  font-weight: 500;
  font-size: 15px;
}

.why_choose_us_div_flx {
  margin-bottom: 10px;
}

.why_choose_us_div_flx .flex-shrink-0 i {
  background-color: #391506;
  color: #fff;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 30px;
  border-radius: 100px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;

}

.why_choose_us_div_flx {
  margin-top: 10px;
}

.why_us_div_txt_div p {
  font-size: 14px;
  color: #212121;
  line-height: 26px;
  letter-spacing: .5px;
  font-weight: 400 !important;
  margin-bottom: 7px !important;
}

.why_us_div_txt_div p a{
  background-color: #212121;
  color: #fff;
  padding: 5px 18px 5px 18px;
  border-radius: 100px;
  border: 1px solid #212121;
  font-size: 13px;
  transition: .4s ease-in-out;
}

.why_us_div_txt_div p a:hover{
  background-color: #391506;
  color: #fff;
  border: 1px solid #391506;
}

.why_us_div_txt_div h5 {
  color: #391506;
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 500;
}

.certifcat_btn_div {
  margin-top: 20px;
}

.certifcat_btn_div a {
  background-color: #391506;
  padding: 10px 20px 10px 20px;
  color: #fff;
  border-radius: 100px;
  font-size: 14px;
  letter-spacing: .4px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  transition: .5s ease-in-out;
}

.certifcat_btn_div a:hover {
  background-color: #212121;
}

.why_us_img_div {
  text-align: center;
  position: relative;
}

.why_us_img_div img {
  margin: auto;
  text-align: center;
  display: block;
}

.why_overlay_div {
  position: absolute;
  bottom: -30%;
  left: 0;
}

.why_overlay_div img {
  width: 170px;
  height: 170px;
  border-radius: 100%;
  background-color: #fff;
  padding: 7px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.why_overlay_div2 {
  position: absolute;
  top: -25%;
  right: 25%;
}

.why_overlay_div2 img {
width: 170px;
  height: 170px;
  border-radius: 100%;
  background-color: #fff;
  padding: 7px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

/* end */


/* pagetitle css */
.page_title_chattel_section {
  background-image: url(../images/pagetitle.jpg);
  position: relative;
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
}

.page_ti_overly_chattel_div {
  background-color: rgba(240, 237, 237, 0.9);
  padding-top: 40px;
  padding-bottom: 10px;
}

.page_title_tax_chattel_main_div {
  text-align: center;
  margin: auto;
}

.page_title_tax_chattel_div {
  text-align: center;
  display: inline-block;
  padding: 7px 5px 0px 5px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.page_title_tax_chattel_div h1 {
  color: #742E11;
  text-transform: capitalize;
  font-size: 24px;
  margin-bottom: 10px;
  font-weight: 600;
}

.page_title_tax_chattel_div ul {
  list-style: none;
  padding: 0px 6px;
  margin-top: -7px;
}

.page_title_tax_chattel_div li a {
  color:#212121;
  font-weight: 500;
}

.page_title_tax_chattel_div li {
  display: inline-block;
  margin: 0px 10px 0px 0px;
  color: #391506;
  text-transform: capitalize;
  font-size: 14px;
}

.page_title_tax_chattel_div li:before {
  position: relative;
  content: "\2059";
  margin-right: 4px;
  font-weight: bold;
  color: #391506;
  top: -1px;
  font-size: 20px;
}

/* page titile css end */


/* contact us page css */
.contact_page_chattel_section {
  margin-top: 60px;
  margin-bottom: 60px;
}

.contact_page_img_div {
  margin-bottom: 20px;
  text-align: center;
}

.contact_page_img_div img {
  margin: auto;
  text-align: center;
  display: block;
}

.contact_page_form_div {
  background-color: #fff;
  padding: 20px 30px 5px 30px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.contact_page_form_div h2 {
  color: #212121;
  font-weight: 700;
  padding-bottom: 5px;
  text-transform: capitalize;
  font-size: 23px;
}

.contact_page_form_div .input-group ::placeholder {
  font-size: 13px;
  font-weight: 500;
}

.contact_page_form_div .input-group input,
textarea {
  margin-bottom: 0px;
  box-shadow: none !important;
  border-radius: 0px !important;
  outline: none !important;
  padding: 10px 0px 10px 10px;
}

.contact_page_form_div .input-group-text {
  margin-bottom: 0px;
  box-shadow: none !important;
  border-radius: 0px !important;
  outline: none !important;
  padding-top: 13px;
  color: #212121;
  background-color: var(--white-color) !important;
}

.contact_page_form_div .input_div input.btn {
  background-color: #212121;
  padding: 12px 25px 12px 25px;
  color: #fff;
  border-radius: 0px !important;
  font-size: 15px;
  font-weight: 500;
  text-transform: capitalize;
  letter-spacing: 0.5px;
  margin-bottom: 10px;
  transition: 0.4s ease-in-out;
}

.contact_page_form_div .input_div input.btn:hover {
  background-color: #391506;
  transition: 0.4s ease-in-out;
}

.conatct_page_address_section {
  border-top: 1px solid #e9e8e8;
  margin-top: 10px;
  margin-bottom: 60px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.contact_page_address_div_txt {
  background-color: #fff;
  padding: 30px 30px 30px 30px;
  margin-bottom: 20px;
}

.conatc_page_flx_div {
  margin-bottom: 12px;
}

.conatc_page_flx_div .flex-shrink-0 .fa {
  background-color: #fff;
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 45px;
  color: var(--black-color);
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  margin-right: 10px;
}

.contact_page_flx_txt_div p {
  font-size: 15px;
  color: #212121;
  line-height: 26px;
  letter-spacing: 0.5px;
  font-weight: 400 !important;
  margin-bottom: 7px !important;
}

.contact_page_flx_txt_div a {
  font-size: 15px;
  color: #212121;
  line-height: 26px;
  letter-spacing: 0.5px;
  font-weight: 400 !important;
  margin-bottom: 7px !important;
  display: block;
}

.contact_page_map_div {
  background-color: #fff;
  padding: 5px;
}

/* conatct us page css end */

/* inner dt css */
.inner_dt_page_section {
  padding-top: 50px;
  padding-bottom: 50px;
}

.inner_mai_div_mg_anya {
  background-color: #fff;
  padding: 6px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  margin-bottom: 20px;
}

.inner_dt_img_box {
  position: relative;
  overflow: hidden;
  transition: .4s ease-in-out;
  text-align: center;
}


.inner_dt_img_box img {
  display: block;
  transition: .4s ease;
  margin: auto;
}

.overya_inner_dt_icons_left {
  position: absolute;
  bottom: 7%;
  left: 2%;
  transition: .4s ease-in-out;
  text-align: center;
}

.overya_inner_dt_icons_left a {
  background-color: #391506;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  border-radius: 1px;
}



.overya_inner_dt_icons_right {
  position: absolute;
  bottom: 7%;
  right: 2%;
  transition: .4s ease-in-out;
  text-align: center;
}

.overya_inner_dt_icons_right a {
  background-color: #212121;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  font-size: 15px;
  border-radius: 1px;
  border-radius: 100px;
}

.inner_d_main_div h2 {
  color: #212121;
  text-transform: capitalize;
  font-size: 25px;
  font-weight: 600;
}

.inner_d_main_div h3 {
  color: #212121;
  text-transform: capitalize;
  font-size: 20px;
  font-weight: 600;
  padding-top: 5px;
  padding-bottom: 10px;
}

.inner_d_main_div p {
  font-size: 14px;
  color: #212121;
  line-height: 26px;
  letter-spacing: .5px;
  font-weight: 400 !important;
  margin-bottom: 7px !important;
}

.inner_d_main_div b {
  text-transform: capitalize;
  font-size: 15px;
  color: #212121;

  border-radius: 100px;
  font-weight: 700;
}

.inner_d_main_div p>b {
  text-transform: capitalize;
    font-size: 14px;
    color: #212121;
  
    border-radius: 100px;
    font-weight: 700;
}

.inner_d_main_div ul {
  padding: 0px 15px;
  list-style: upper-latin;
  margin-bottom: 5px !important;
}

.inner_d_main_div li {
  font-size: 14px;
  color: #212121;
  line-height: 30px;
  letter-spacing: .5px;
  font-weight: 400 !important;
}

.inner_d_main_div strong {
  color: #391506;
  font-size: 15px;

}

/*  end*/


/* ================= footer css ========================= */
.footer-bg {
  background-repeat: no-repeat;
  background-image: url(../images/footer-img.jpg);
  background-position: center center;
  margin-top: 130px;

}

.footer-top {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: rgba(0, 0, 0, .9);
}

.footer_map_div{
  margin-top: -100px;
  margin-bottom: 30px;
   
}

.footer_map_div iframe{
padding: 0px !important;
}

.main_div_footer {
  margin-bottom: 10px;

}

.main_div_footer img {
  width: 200px;
  margin-bottom: 8px;
}

.main_div_footer .bx {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;

}

.footer_num_div a {
  color: #8f8f8f;
  display: block;
  font-size: 14px;
  line-height: 27px;
  text-decoration: none;
  transition: .5s ease-in-out;
margin-left: 10px;
}


.footer_num_div a:hover {
  color: #ffff;
  display: block;
  font-size: 14px;
  transition: .5s ease-in-out;
}

.footer_num_div p {
  color: #8f8f8f;
  font-size: 14px;
margin-left: 10px;
}

.main_div_footer h5 {
  color: #fff;
  text-transform: capitalize;
  padding-bottom: 10px;
  font-size: 18px;
  font-weight: 700;

}

.footer_usefull_link {
  margin-bottom: 20px;
}

.footer_usefull_link h5 {
  color: #fff;
  text-transform: capitalize;
  padding-bottom: 6px;
  font-size: 18px;
  font-weight: 700;

}

.footer_usefull_link ul {
  list-style: none;
  padding: 0px;
}

.footer_usefull_link li {
  line-height: 40px;
  border-bottom: 1px dashed #212121;
}

.footer_usefull_link li a {
  color: #8f8f8f;
  font-size: 14px;
  letter-spacing: .3px;
  text-decoration: none;
  transition: .5s ease-in-out;
  text-decoration: none;
  text-transform: capitalize;

}


.footer_usefull_link li a:hover {
  color: #fff;
  font-size: 14px;
  letter-spacing: .3px;
  transition: .5s ease-in-out;
}


.footer_usefull_link li:before {
  position: relative;
  content: '\2756';
  margin-right: 4px;
  font-weight: bold;
  color: #7e7a7a;
  top: 1px;
  font-size: 15px;
}

.footer_usefull_link b {
  letter-spacing: 1px;
  color: #fff;
}

.footer_social_icon {
  margin-top: 5px;
}

.footer_social_icon a {
  background-color: #fff;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #fff;

  margin: 0px 1px;
  text-decoration: none;
}

.copyright-wrap {
  background-color: #391506;
  padding-top: 5px;
  padding-bottom: 5px;
}

.copyright-wrap p {
  color: #fff;
  font-size: 15px;
  letter-spacing: .3px;
}

.copyright-wrap p a {
  color: #fff !important;
  font-weight: 700;
  text-decoration: none;
}


/* ================= footer css end ========================= */