body {
  font-family: 'Montserrat', sans-serif;
}

/* Basic */

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}
.title-section {
  margin-bottom: 30px; }
  .title-section .heading {
    color: #000;
    font-size: 20px;
    position: relative;
    font-family: 'EB Garamond', serif;
    padding-left: 30px; }
    .title-section .heading:before {
      position: absolute;
      content: "";
      width: 10px;
      top: 0;
      left: 0;
      bottom: 0;
      background: #aa9166; }

      .section {
        padding: 100px 0; }
ul {
  padding: 0px;
  margin: 0px;
  color: #fff;
  list-style: none;
}

p {
  font-size: 13px;
  line-height: 22px;
}
.sent-btn {
	display: inline-block;
	font-size: 16px;
	font-weight: 700;
	padding: 16px 50px;
	color: #aa9166;
	position: relative;
  background: none;
  border: none;
}
.sent-btn.normal-btn {
	color: #111111;
}

.sent-btn.normal-btn:before {
	border-color: #aa9166;
}

.sent-btn.normal-btn:after {
	border-color: #aa9166;
}

.sent-btn:before {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 28px;
	width: 28px;
	border-left: 2px solid #aa9166;
	border-bottom: 2px solid #aa9166;;
	content: "";
	border-radius: 0 0 0 4px;
	-webkit-transition: all, 0.5s;
	-o-transition: all, 0.5s;
	transition: all, 0.5s;
}

.sent-btn:after {
	position: absolute;
	right: 0;
	top: 0;
	height: 28px;
	width: 28px;
	border-right: 2px solid #aa9166;
	border-top: 2px solid #aa9166;
	content: "";
	border-radius: 0 4px 0 0;
	-webkit-transition: all, 0.5s;
	-o-transition: all, 0.5s;
	transition: all, 0.5s;
}

.sent-btn:hover:before {
	height: 100%;
	width: 100%;
	border-radius: 4px;
}

.sent-btn:hover:after {
	height: 100%;
	width: 100%;
	border-radius: 4px;
}


.primary-btn {
	display: inline-block;
	font-size: 16px;
	font-weight: 700;
	padding: 16px 50px;
	color: #aa9166;
	position: relative;
}

.primary-btn.normal-btn {
	color: #111111;
}

.primary-btn.normal-btn:before {
	border-color: #aa9166;
}

.primary-btn.normal-btn:after {
	border-color: #aa9166;
}

.primary-btn:before {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 28px;
	width: 28px;
	border-left: 2px solid #aa9166;
	border-bottom: 2px solid #aa9166;;
	content: "";
	border-radius: 0 0 0 4px;
	-webkit-transition: all, 0.5s;
	-o-transition: all, 0.5s;
	transition: all, 0.5s;
}

.primary-btn:after {
	position: absolute;
	right: 0;
	top: 0;
	height: 28px;
	width: 28px;
	border-right: 2px solid #aa9166;
	border-top: 2px solid #aa9166;
	content: "";
	border-radius: 0 4px 0 0;
	-webkit-transition: all, 0.5s;
	-o-transition: all, 0.5s;
	transition: all, 0.5s;
}

.primary-btn:hover:before {
	height: 100%;
	width: 100%;
	border-radius: 4px;
}

.primary-btn:hover:after {
	height: 100%;
	width: 100%;
	border-radius: 4px;
}

a.menu-link { display: none; }

@media screen and (max-width: 950px) {
a.menu-link {
  float: right;
  display: block;
  font-size: 36px;
  color: #fff;
  padding-right: 30px;
  padding-top: 15px;
}

nav[role="navigation"] {
  clear: both;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.js nav[role="navigation"] {
  overflow: hidden;
  max-height: 0;
}
nav[role="navigation"].active {
  max-height: 20em;
  height: 20em;
  overflow-y: scroll;
}
nav[role="navigation"] ul {
  top: 0;
  width: 100%;
  position: relative;
  margin: 0;
  padding: 0;
  border-top: 1px solid rgba(250,250,250,0.25);
  background-color: rgba(22,34,57,0.99);
}
nav[role="navigation"] li a {
  display: block;
  padding: 15px 0px;
  border-bottom: 1px solid rgba(250,250,250,0.25);
  text-align: center;
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.5;
}
nav[role="navigation"] li:hover a,
nav[role="navigation"] li.active a {
    color: #f5a425;
}

@media screen and (min-width: 951px) {
  .js nav[role="navigation"] {
    max-height: none;
  }

  nav[role="navigation"] li {
    display: inline-block;
    margin: 0 0.25em;
  }
  nav[role="navigation"] li a {
    border: 0;
  }
}
}

/* Header */

@media screen and (max-width: 1050px) {
.main-header .logo {
    padding-left: 30px!important;
}

.main-menu {
    padding-right: 30px!important;
}

.main-menu li {
    margin-left: 5px!important;
}
}

.main-header {
  background-color: rgba(22,34,57,0.95);
  height: 80px;
  position: fixed;
  z-index: 12;
  width: 100%;
  top: 0;
}

.main-header .logo {
  float: left;
  line-height: 80px;
  padding-left: 60px;
}

.main-header .logo a {
  font-size: 26px;
  text-transform: uppercase;
  font-weight: 800;
  color: #fff;
}
.main-header .logo a em {
  font-style: normal;
  color: #aa9166;
}

.main-menu {
  float: right;
  padding-right: 60px;
}

.main-menu li {
  display: inline-block;
  line-height: 79px;
  margin-left: 15px;
  position: relative;
}

.main-menu li:first-child {
  margin-left: 0px;
}

.main-menu li a {
  padding: 10px 15px;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: 700;
  color: #fff;
  border: 2px solid transparent;
  transition: all 0.5s;
}

.main-menu li.has-submenu a:after {
  content: '\f107';
  font-family: "FontAwesome";
  margin-left: 5px;
}

.main-menu li.has-submenu ul li a:after {
  display: none;
}

.main-menu li .sub-menu {
  position: absolute;
  width: 160px;
  background-color: #18233a;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}

.main-menu li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
}

.main-menu li .sub-menu li {
  display: block;
  line-height: 20px;
  margin-left: 0px;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #121b2f;
}

.main-menu li .sub-menu li:first-child {
  padding-top: 15px;
}

.main-menu li .sub-menu li:last-child {
  margin-bottom: 0px;
  border-bottom: none;
}

.main-menu li .sub-menu li a {
  font-size: 12px;
  font-weight: 500;
  padding: 0px 15px;
  letter-spacing: 0.5px;
  border: none;
  transition: all 0.5s;
}

.main-menu li .sub-menu li a:hover {
  color: #aa9166;
  border: none;
}

.main-nav li:hover a,
.main-nav li.active a {
  border: 2px solid #aa9166;
}

@media (max-width: 950px) {
.main-nav li:hover a,
.main-nav li.active a {
  border: 2px solid transparent;
  border-bottom: 1px solid rgba(250,250,250,0.25);
}
}


/* Slider */

.main-banner {
position: relative;
max-height: 100%;
overflow: hidden;
margin-bottom: -7px;
}

#bg-video {
  min-width: 100%;
  min-height: 100vh;
  max-width: 100%;
  max-height: 100vh;
  object-fit: cover;
  z-index: -1;
}

#bg-video::-webkit-media-controls {
  display: none !important;
}

.video-overlay {
  position: absolute;
  background-color: rgba(22,34,57,0.85);
  top: 0;
  left: 0;
  bottom: 7px;
  width: 100%;
}

.main-banner .caption {
text-align: center;
position: absolute;
width: 80%;
left: 50%;
top: 50%;
transform: translate(-50%,-50%);
}

.main-banner .caption h6 {
margin-top: 0px;
font-size: 18px;
text-transform: uppercase;
font-weight: 600;
color: #fff;
letter-spacing: 1px;
}

.main-banner .caption h2 {
margin-top: 30px;
margin-bottom: 30px;
font-size: 50px;
text-transform: uppercase;
font-weight: 800;
color: #fff;
letter-spacing: 1px;
}

.main-banner .caption h2 em {
font-style: normal;
color: #aa9166;
font-weight: 900;
}
.scroll-to-section a{
color: #fff;
}
.scroll-to-section a:hover{
  color: #aa9166;
  }
@media screen and (max-width: 1180px) {

.main-banner .caption h6 {
  font-weight: 500;
}

.main-banner .caption h2 {
  font-size: 58px;
}

}
@media screen and (max-width: 767px) {

.main-banner .caption h6 {
  font-weight: 500;
}

.main-banner .caption h2 {
  font-size: 36px;
}

}


/* Features */

section.features .col-3 {
  padding-left: 0px;
  padding-right: 0px;
}

.features-post {
position: relative;
margin-bottom: 0px;
}

.features-thumb {
overflow: hidden;
position: relative;
}

.features-thumb img {
width: 100%;
}

.features-content {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
background-color: #0c1228;
color: #fff;
padding: 40px;
}

.features-content:hover {
  background-color: #aa9166;
  box-shadow: 0px 0px 30px rgba(0,0,0,0.5);
}

.features-content h4 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  letter-spacing: 1px;
  margin-bottom: 0px;
}

.features-content h4 i {
  margin-right: 15px;
  font-size: 24px;
  color: #aa9166;
  font-size: 35px;
}

.features-content .content-show p {

  margin: 0;
  font-size: 18px;
}
.features-content .content-hide p {
  margin-bottom: 0px;
}

.features-content a {
margin-top: 15px;
display: inline-block;
text-transform: uppercase;
color: #fff;
letter-spacing: 0.5px;
font-weight: 700;
font-size: 14px;
border-bottom: 2px solid #fff;
}

.features-content p.hidden-sm {
display: none;
}

.second-features,
.third-features {
  border-left: 1px solid rgba(250,250,250,0.1);
}

.content-hide {
margin-top: 15px;
display: none;
}

.content-hide p {
color: #fff;
}

@media screen and (max-width: 767px) {

.features-content {
  padding: 15px;
}
.features-content h4 i {
  display: block;
  margin-bottom: 10px;
}
.features-content h4 {
  font-size: 14px;
}
.features-content p {
  display: none;
}
.features-content p.hidden-sm {
  display: block;
}
.features-content a {
  letter-spacing: 0px;
  font-size: 13px;
  font-weight: 600;
}

}

/* features */

/* about */
.about-low-area .about-caption p.about-cap-top{font-size:20px;
  color:#071112;
  line-height:1.6;
  margin-bottom:25px;
  padding-right:50px;
  font-weight:500;
}
.about-low-area .about-caption p{font-size:16px;
  color:#071112;
  line-height:1.6;
  margin-bottom:58px;
  padding-right:50px
}
@media only screen and (min-width: 992px) and (max-width: 1199px){
  .about-low-area .about-caption p{
    padding-right:20px
  }}
  @media only screen and (min-width: 576px) and (max-width: 767px){
    .about-low-area .about-caption p{padding-right:0px}}
  @media (max-width: 575px){
    .about-low-area .about-caption p{padding-right:0px}
  }
  .about-low-area .about-right-cap{position:relative;}
  @media (max-width: 575px){.about-low-area .about-right-cap{padding-top:50px}}
  @media only screen and (min-width: 768px) and (max-width: 991px){.about-low-area .about-right-cap{padding-top:50px}}
  @media only screen and (min-width: 992px) and (max-width: 1199px){.about-low-area .about-right-cap{padding-top:50px}}
  @media only screen and (min-width: 576px) and (max-width: 767px){.about-low-area .about-right-cap{padding-top:50px}}
  @media only screen and (min-width: 576px) and (max-width: 767px){.about-low-area .about-right-cap{padding-top:50px}}
  .about-low-area .about-right-cap .about-right-img img{position: relative;
    height: 80%;
    padding: 10px;
    background: #121518;
    object-fit: cover;
  width:80%;}
  .about-low-area .about-right-cap .img-cap{
    position:absolute;
    bottom:-7px;
    left:-33px;
    width:197px;
    height:180px;
    padding:31px 10px;
    background:#aa9166;
    text-align:center
  }
  @media (max-width: 575px){
    .about-low-area .about-right-cap .img-cap{left:0;
      width:168px;
      height:145px;
      padding:8px 10px;
    }}
    .about-low-area .about-right-cap .img-cap::before{
      width:0;
      height:0;
      border-style:solid;
      border-width:19px 0px 46px 43px;
      border-color:transparent transparent #aa9166 transparent;
      position:absolute;
      top:-65px;
      content:"";
      right:0;
    }
    .about-low-area .about-right-cap .img-cap span{
      font-family:"Oswald",sans-serif;
      color:#fff;
      font-size:50px;
      font-weight:600;
      margin-bottom:14px;
      display:block;
    }
    .about-low-area .about-right-cap .img-cap p{color:#fff;
      font-size:14px;
      font-weight:600;
      line-height:1.5;}
      .about-low-area .about-right-cap p{
        font-size:22px;
        color:#140C40;
        font-weight:300;
        line-height:1.5
      }
      .about-low-area .about-right-cap .about-right-cap2{
        margin-bottom:0px;
      }
      @media (max-width: 575px){
        .about-low-area .about-right-cap .about-right-cap2{margin-bottom:0px}
      }
      @media only screen and (min-width: 768px) and (max-width: 991px){.about-low-area .about-right-cap .about-right-cap2{margin-bottom:0px}}@media only screen and (min-width: 576px) and (max-width: 767px){.about-low-area .about-right-cap .about-right-cap2{margin-bottom:0px}}@media only screen and (min-width: 576px) and (max-width: 767px){.about-low-area .about-right-cap .about-right-cap2{margin-bottom:0px}}@media (max-width: 575px){.about-caption{margin-bottom:35px}}@media (max-width: 575px){.bg-height.pb-160{padding-bottom:100px}}


/* media */

@media screen and (max-width: 992px) {
  .features { background-color: #0c1228; }
  .features-content { position: relative; }
  .features-post { border-left: 0 }
}

@media screen and (max-width: 950px) {
  .main-menu { padding-right: 0!important; }
  .main-header .logo {
    line-height: 73px;
    font-size: 15px;
  }
  .main-header .logo a{
    font-size: 19px;
  }
  .main-menu li {
    display: block;
    line-height: 1;
    margin-left: 0 !important;
  }

  .main-menu li .sub-menu {
    opacity: 1;
    visibility: visible;
    position: static;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .main-menu li .sub-menu li:last-child {
    border-bottom: 1px solid rgba(250,250,250,0.25);
  }
}

@media screen and (max-width: 950px) and (max-height: 400px) {
  nav[role="navigation"].active {
    max-height: calc(80px + 100vh);
    overflow-y: auto;
  }
}
/* about */

/* service */

.serviceBox {
	position: relative;
	width: 100%;
	height: 350px;
	background: #ecbd6a;
	border-radius: 20px;
	overflow: hidden;
  margin-bottom: 30px;
  }
  
 .serviceBox .icon {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
  background: linear-gradient(90deg, #000, #aa9166);
	transition: 0.5s;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 2;
	transition-delay: 0.25s;
  }
  
  .serviceBox:hover .icon {
	top: 30px;
	left: calc(50% - 40px);
	width: 80px;
	height: 80px;
	border-radius: 50%;
	transition-delay: 0s;
  }
  
 .serviceBox .icon i {
	font-size: 5em;
  color: #aa9166;
	transition: 0.5s;
	transition-delay: 0.25s;
  }
  
  .serviceBox:hover .icon i {
	font-size: 2em;
	transition-delay: 0s;
  }
  
 .serviceBox .content {
	position: relative;
	padding: 20px;
	color: #fff;
	text-align: center;
	margin-top: 100px;
	z-index: 1;
	transform: scale(0);
	transition: 0.5s;
	transition-delay: 0s;
  }
  
  .serviceBox:hover .content {
	transform: scale(1);
	transition-delay: 0.25s;
  }
  
.serviceBox .content h2 {
	margin-top: 10px;
	margin-bottom: 5px;
  }
  
  .serviceBox .content p {
	font-weight: 300;
	line-height: 1.5em;
  }
/* service */

/* choose */
.choose{
  position: relative;
  width: 100%;
  padding: 45px 0;
}

.choose .choose-item {
  margin-bottom: 30px;
}

.choose .choose-icon {
  height: 180px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(90deg, #000, #aa9166);
}

.choose .choose-icon i {
  width: 100px;
  height: 100px;
  padding: 20px 0;
  text-align: center;
  font-size: 60px;
  color: #aa9166;
  background: #000000;
  transition: .5s;
}

.choose .choose-item:hover .choose-icon i {
  margin-right: -15px;
}

.choose .choose-item h3 {
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 10px;
  font-size: 30px;
  font-weight: 600;
}

.choose .choose-item h3::after {
  position: absolute;
  content: "";
  width: 50px;
  height: 2px;
  left: 0;
  bottom: 0;
  background: #aa9166;
}

.choose .choose-item p {
  margin: 0;
  font-size: 16px;
}

.choose .choose-img {
  position: relative;
  height: 100%;
  padding: 10px;
  background: #121518;
}

.choose .choose-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* choose */

/* staff */

.staff {
  overflow: hidden;
  margin-bottom: 30px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .staff .img-wrap {
    height: 300px; }
  .staff .img {
    width: 100%;
    display: block;
    background-position: top center;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .staff .text {
    position: relative;
    background: #fff;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .staff .text h3 {
      font-size: 20px;
      font-weight: 600;
      margin-bottom: 0;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    .staff .text .position {
      text-transform: uppercase;
      color: #b3b3b3;
      color: #aa9166;
      display: block;
      letter-spacing: 1px; }
    .staff .text .faded {
      opacity: 1; }
  .staff .ftco-social {
    position: absolute;
    top: -30px;
    left: 0;
    right: 0;
    padding: 15px 10px;
    background: #aa9166;
    opacity: 0;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .staff .ftco-social li a {
      color: #000000; }
  .staff:hover .ftco-social, .staff:focus .ftco-social {
    opacity: 1;
    top: -58px; }
  .staff:hover .img, .staff:focus .img {
    margin-top: -10px; }
  .staff:hover .text h3, .staff:focus .text h3 {
    color: #aa9166; }
  .staff:hover .text .position, .staff:focus .text .position {
    color: #000000; }

    .ftco-social {
      padding: 0; }
      .ftco-social li {
        list-style: none;
        margin-right: 10px;
        display: inline-block; }

/* staff */

/* accordion */
.accordion:before{
  content: "";
  width: 1px;
  height: 80%;
  background: #333333;
  position: absolute;
  top: 30px;
  left: 24px;
  bottom: 20px;
}
.accordion .card{
  border: none;
  border-radius: 0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
  margin: 0 0 12px 50px;
  position: relative;
}

.accordion .card:before{
  content: "";
  width: 2px;
  height: 100%;
  background: #333333;
  position: absolute;
  top: 0;
  left: -2px;
}
.accordion .card-header{
  padding: 0;
  background: #fff;
  position: relative;
}
.accordion .card-header:before{
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 50px;
  background: #E65100;
  border: 1px solid #333333;
  position: absolute;
  top: 50%;
  left: -48px;
  transform: translateY(-50%);
}
.accordion .mb-0{
padding: 0px;
}
.accordion .mb-0 a{
  display: block;
  padding: 15px 55px 15px 30px;
  font-size: 20px;
  font-weight: 600;
  color: #000;
  text-decoration: none;
  border: none;
  margin: 0;
  position: relative;
}
.accordion .mb-0 a:before,
.accordion .mb-0 a.collapsed:before{
  content: "\f068";
  font-family:'FontAwesome';
  font-weight: 900;
  width: 25px;
  height: 25px;
  line-height: 25px;
  border-radius: 50%;
  font-size: 15px;
  font-weight: normal;
  color: #333333;
  text-align: center;
  border: 1px solid #333333;
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
  transition: all 0.5s ease 0s;
}
.accordion .mb-0 a.collapsed:before{ content: "\f067"; }
.accordion .card-body{
  padding: 10px 30px 10px;
  border: none;
  font-size: 14px;
  color: #333333;
  line-height: 28px;
}
/* accordion */


/* testimony */
.testimony-section {
  position: relative; }
  .testimony-section .owl-carousel {
    margin: 0; }
  .testimony-section .owl-carousel .owl-stage-outer {
    padding-top: 4em;
    padding-bottom: 2em;
    position: relative; }
  .testimony-section .owl-nav {
    position: absolute;
    top: 100%;
    width: 100%; }
    .testimony-section .owl-nav .owl-prev,
    .testimony-section .owl-nav .owl-next {
      position: absolute;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      margin-top: -10px;
      outline: none !important;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      transition: all 0.3s ease;
      opacity: 0; }
      .testimony-section .owl-nav .owl-prev span:before,
      .testimony-section .owl-nav .owl-next span:before {
        font-size: 30px;
        color: rgba(0, 0, 0, 0.2);
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        transition: all 0.3s ease; }
      .testimony-section .owl-nav .owl-prev:hover span:before, .testimony-section .owl-nav .owl-prev:focus span:before,
      .testimony-section .owl-nav .owl-next:hover span:before,
      .testimony-section .owl-nav .owl-next:focus span:before {
        color: #000000; }
    .testimony-section .owl-nav .owl-prev {
      left: 50%;
      margin-left: -80px; }
    .testimony-section .owl-nav .owl-next {
      right: 50%;
      margin-right: -80px; }
  .testimony-section:hover .owl-nav .owl-prev,
  .testimony-section:hover .owl-nav .owl-next {
    opacity: 1; }
  .testimony-section:hover .owl-nav .owl-prev {
    left: 50%;
    margin-left: -80px; }
  .testimony-section:hover .owl-nav .owl-next {
    right: 50%;
    margin-right: -80px; }
  .testimony-section .owl-dots {
    text-align: left; }
    .testimony-section .owl-dots .owl-dot {
      width: 10px;
      height: 10px;
      margin: 5px;
      border-radius: 50%;
      background: rgba(0, 0, 0, 0.2); }
      .testimony-section .owl-dots .owl-dot.active {
        background: #aa9166;}
        .user-img {
          background-size: cover;
          background-repeat: no-repeat;
          background-position: center center;
         }

.testimony-wrap {
  display: block;
  position: relative;
  background: rgba(255, 255, 255, 0.1);
  color: rgba(0, 0, 0, 0.8); }
  .testimony-wrap .user-img {
    width: 120px;
    height: 120px;
    border-radius: 2px;
    position: relative;
    margin-top: 20px; }
  .testimony-wrap .text {
    width: 100%;
    position: relative; }
  .testimony-wrap .quote {
    position: absolute;
    top: -60px;
    left: 0; }
    .testimony-wrap .quote i {
      font-size: 44px;
      color: #aa9166; }
      .testimony-wrap .twrap{
        font-size: 15px;
      }
  .testimony-wrap .name {
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 0;
    color: #000000; }
  .testimony-wrap .position {
    font-size: 14px;
    color: #a09686; }
    /* testimony */



/* Page Header CSS  */
.page-header {
    position: relative;
    margin-bottom: 45px;
    padding: 90px 0;
    text-align: center;
    background: #aa9166;
}

.page-header h2 {
    position: relative;
    color: #121518;
    font-family: 'EB Garamond', serif;
    font-size: 60px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 5px;
}

.page-header h2::after {
    position: absolute;
    content: "";
    width: 100px;
    height: 2px;
    left: calc(50% - 50px);
    bottom: 0;
    background: #121518;
}

.page-header a {
    position: relative;
    padding: 0 12px;
    font-size: 22px;
    color: #121518;
}

.page-header a:hover {
    color: #ffffff;
}

.page-header a::after {
    position: absolute;
    content: "/";
    width: 8px;
    height: 8px;
    top: -2px;
    right: -7px;
    text-align: center;
    color: #121518;
}

.page-header a:last-child::after {
    display: none;
}

@media (max-width: 767.98px) {
    .page-header h2 {
        font-size: 35px;
    }
    
    .page-header a {
        font-size: 18px;
    }
}
/* Page Header CSS  */

/* timeline */
.main-timeline{ font-family: 'Libre Franklin', sans-serif; }
.main-timeline:after{
    content: '';
    display: block;
    clear: both;
}
.main-timeline .timeline{
    width: calc(50% + 60px);
    padding: 20px 0 0 60px;
    margin: 0 5px 15px 0;
    float: right;
}
.main-timeline .timeline-content{
    color: #fff;
    background: linear-gradient(90deg, #000, #aa9166);
    text-align: center;
    padding: 20px 20px 20px 160px;
    display: block;
    position: relative;
}
.main-timeline .timeline-content:hover{ text-decoration: none; }
.main-timeline .timeline-content:before{
    content: "";
    background: linear-gradient(to top left, transparent 50%, #000, #aa9166 52%);
    width: 60px;
    height: 20px;
    position: absolute;
    bottom: 0;
    left: 0;
}
.main-timeline .timeline-icon{
    font-size: 35px;
    line-height: 54px;
    width: 60px;
    height: 60px;
    border: 4px solid #fff;
    border-radius: 50%;
    transform: translateY(-50%);
    position: absolute;
    left: 80px;
    top: 50%;
}
.main-timeline .timeline-year{
    background: linear-gradient(90deg, #000, #aa9166);
    font-size: 35px;
    font-weight: 600;
    line-height: 110px;
    width: 120px;
    height: 100%;
    position: absolute;
    top: -20px;
    left: -60px;
}
.main-timeline .title{
    font-size: 25px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 0 7px 0;
}
.main-timeline .description{
    font-size: 15px;
    letter-spacing: 1px;
    margin: 0;
}
.main-timeline .timeline:nth-child(even){
    padding: 20px 60px 0 0;
    float: left;
}
.main-timeline .timeline:nth-child(even) .timeline-content{ padding: 20px 160px 20px 20px; }
.main-timeline .timeline:nth-child(even) .timeline-content:before{
    transform: rotateY(180deg);
    left: auto;
    right: 0;
}
.main-timeline .timeline:nth-child(even) .timeline-year{
    right: -60px;
    left: auto;
}
.main-timeline .timeline:nth-child(even) .timeline-icon{
    left: auto;
    right: 80px;
}
.main-timeline .timeline:nth-child(4n+2) .timeline-content{ background: linear-gradient(90deg, #000, #aa9166);}
.main-timeline .timeline:nth-child(4n+2) .timeline-content:before{
    background: linear-gradient(to top left, transparent 50%,  #000, #aa9166 52%);
}
.main-timeline .timeline:nth-child(4n+2) .timeline-year{ background: linear-gradient(90deg, #000, #aa9166); }
.main-timeline .timeline:nth-child(4n+3) .timeline-content{ background: linear-gradient(90deg, #000, #aa9166); }
.main-timeline .timeline:nth-child(4n+3) .timeline-content:before{
    background: linear-gradient(to top left, transparent 50%,  #000, #aa9166 52%);
}
.main-timeline .timeline:nth-child(4n+3) .timeline-year{ background: linear-gradient(90deg, #000, #aa9166); }
.main-timeline .timeline:nth-child(4n+4) .timeline-content{ background: linear-gradient(90deg, #000, #aa9166);}
.main-timeline .timeline:nth-child(4n+4) .timeline-content:before{
    background: linear-gradient(to top left, transparent 50%, #000, #aa9166 52%);
}
.main-timeline .timeline:nth-child(4n+4) .timeline-year{ background: linear-gradient(90deg, #000, #aa9166); }
@media screen and (max-width:990px){
    .main-timeline .timeline{ width: calc(50% + 120px); }
}
@media screen and (max-width:767px){
    .main-timeline .timeline{ width: 100%; }
}
@media screen and (max-width:576px){
    .main-timeline .timeline,
    .main-timeline .timeline:nth-child(even){
        text-align: center;
        padding: 42px 20px 0 0;
        margin: 0 0 30px;
    }
    .main-timeline .timeline-content,
    .main-timeline .timeline:nth-child(even) .timeline-content{
        padding: 150px 20px 20px;
    }
    .main-timeline .timeline-content:before,
    .main-timeline .timeline:nth-child(even) .timeline-content:before{
        width: 60px;
        transform: rotate(90deg);
        bottom: auto;
        top: 20px;
        left: -20px;
    }
    .main-timeline .timeline-year,
    .main-timeline .timeline:nth-child(even) .timeline-year{
        line-height: 100px;
        width: 100%;
        height: 100px;
        left: auto;
        right: -20px;
        top: -42px;
    }
    .main-timeline .timeline-icon,
    .main-timeline .timeline:nth-child(even) .timeline-icon{
        transform: translateX(-50%) translateY(0);
        top: 75px;
        left: 50%;
        right: auto;
    }
    .main-timeline .title{ font-size: 20px; }
}
/* timeline */

/* about-page */
.about-page p{
 font-size: 15px;
 font-weight: 700;
}
.about-img {
  position: relative;
  height: 100%;
  padding: 10px;
  background: #121518;
}
 .about-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.subheading {
  font-size: 25px;
  display: block;
  font-weight: 700;
  color: #aa9166;
  text-transform: uppercase;
  letter-spacing: 2px; 
  font-family: 'EB Garamond', serif;}

.tabulation-2 .nav-pills .nav-item .nav-link {
  background: #fff;
  border-radius: 4px;
  color: #000000;
  font-weight: 600;
  -webkit-box-shadow: 0px 9px 21px -16px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 9px 21px -16px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 9px 21px -16px rgba(0, 0, 0, 0.15); }
  .tabulation-2 .nav-pills .nav-item .nav-link span {
    color: #aa9166; }
  .tabulation-2 .nav-pills .nav-item .nav-link.active {
    color: #fff;
    background: #aa9166; }
    .tabulation-2 .nav-pills .nav-item .nav-link.active span {
      color: #fff; }

.tabulation-2 .tab-content {
  background: #fff;
  padding: 20px;
  -webkit-box-shadow: 0px 9px 21px -16px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 9px 21px -16px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 9px 21px -16px rgba(0, 0, 0, 0.15); }
/* about-page */

/*Portfolio CSS */
.portfolio {
  position: relative;
  padding: 45px 0;
  background: #ffffff;
}

.portfolio #portfolio-flters {
  padding: 0;
  margin: -15px 0 25px 0;
  list-style: none;
  font-size: 0;
  text-align: center;
}

.portfolio #portfolio-flters li,
.portfolio .load-more .btn {
  cursor: pointer;
  display: inline-block;
  margin: 5px;
  padding: 8px 15px;
  color: #aa9166;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  border-radius: 0;
  background: #121518;
  border: 2px solid #aa9166;
  transition: .3s;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
  background: #aa9166;
  color: #121518;
}



.portfolio .portfolio-item {
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
  transition: .5s;
}

.portfolio .portfolio-item:hover {
  margin-top: -10px;
}

.portfolio .portfolio-wrap {
  position: relative;
  width: 100%;
}

.portfolio img {
  position: relative;
  width: 100%; 
  height: 100%; 
  object-fit: cover;
}

.portfolio figure {
  position: absolute;
  padding: 30px;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  flex-direction: column;
  background: linear-gradient(rgba(0, 0, 0, .0), rgba(0, 0, 0, .0), rgba(0, 0, 0, 1) 90%);
}

.portfolio figure p {
  position: relative;
  margin-bottom: 5px;
  padding-bottom: 5px;
  color: #ffffff;
  font-size: 18px;
}

.portfolio figure p::after {
  position: absolute;
  content: "";
  width: 50px;
  height: 2px;
  left: 0;
  bottom: 0;
  background: #ffffff;
}

.portfolio figure a {
  font-family: 'EB Garamond', serif;
  color: #aa9166;
  font-size: 25px;
  font-weight: 600;
  font-style: italic;
  transition: .3s;
}

.portfolio figure a:hover {
  text-decoration: none;
  color: #ffffff;
}

.portfolio figure span {
  position: relative;
  color: #999999;
  font-size: 16px;
}
/* portfolio */

/* contact */
.contact-address {
	padding-right: 50px;
}
.contact-information {
	background-color: #303030;
	padding: 100px 65px;
}
.contact-information > ul > li {
	list-style: none;
	display: block;
	border-bottom: 1px dashed #fff;
	padding-top: 30px;
	padding-bottom: 20px;
}
.contact-information > ul > li:first-child{
    padding-top: 0;
}
.contact-information > ul > li:last-child{
    border-bottom: 0;
    padding-bottom: 0;
}
.contact-information h5 {
	font-size: 20px;
	font-weight: 700;
	color: #fff;
	line-height: 32px;
	text-transform: capitalize;
}
.contact-information p {
	max-width: 210px;
	color: #fff;
	font-size: 16px;
	line-height: 25px;
}
.contact-information p a {
	color: #fff;
}
.contact-information p a:hover{
    color: #b99044;
}
.contact-form-title > h3 {
	font-size: 32px;
	font-weight: 700;
	margin-bottom: 30px;
}
.contact-form-title p {
	font-size: 16px;
	line-height: 25px;
	color: #353535;
	max-width: 571px;
}
.contact-form .single-input {
	margin-top: 30px;
}
.contact-form .single-input > input {
	border: 1px solid #ebebeb;
	font-size: 16px;
	line-height: 32px;
	color: #656565;
	height: 50px;
}
.contact-form .single-input > textarea{
    border: 1px solid #ebebeb;
    font-size: 16px;
    line-height: 32px;
    color: #656565;
    height: 190px;
}
.contact-form p.form-messege {
	padding-top: 15px;
	margin-bottom: 0;
	font-size: 16px;
	font-weight: 400;
}
.contact-form p.form-messege.success {
	color: #00AC1F;
}
.contact-form p.form-messege.error {
  color: #EF785A;
}
.single-input > input,
.single-input > textarea{
	font-size: 14px;
	color: #636363;
	line-height: 46px;
	border-bottom: 1px solid #efefef;
}
.single-input > input:focus,
.single-input > textarea:focus{
    border-color: #b99044;
}
.single-input > input::-webkit-input-placeholder,
.single-input > textarea::-webkit-input-placeholder{
    color: #090909;
}
.single-input > input::-moz-placeholder,
.single-input > textarea::-moz-placeholder{
    color: #090909;
}
.single-input > input:-ms-input-placeholder,
.single-input > textarea:-ms-input-placeholder{
    color: #090909;
}
.single-input > input::placeholder,
.single-input > textarea::placeholder{
    color: #090909;
}
.single-input.button > .default-btn {
	margin: 0 auto;
}

@media (max-width: 767px) {
.contact-address {
	padding-right: 15px;
}
.contact-information {
	padding: 60px 35px;
}
.contact-form {
	margin-top: 50px;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.contact-address {
	padding-right: 15px;
}
.contact-information {
	padding: 60px 35px;
}}
input {
	background: transparent;
	border-bottom: 1px solid #707070;
	height: 36px;
	padding-left: 10px;
	font-size: 14px;
	color: #aaaaaa;
	width: 100%;
	box-shadow: none;
	border-radius: 0;
	border-width: 0 0 1px;
}
select {
    width: 100%;
    background: #eceff8;
    border: 2px solid #eceff8;
    height: 45px;
    padding-left: 10px;
    box-shadow: none;
    font-size: 14px;
    color: #626262;
}
option {
    background: #fff;
    border: 0px solid #626262;
    padding-left: 10px;
    font-size: 14px;
}
input:focus {
    background: transparent;
    border-bottom: 1px solid #fff;
}
textarea {
	resize: vertical;
	background: transparent;
	border-bottom: 1px solid #707070;
	padding: 10px;
	color: #aaaaaa;
	width: 100%;
	font-size: 14px;
	border-width: 0 0 1px;
	resize: none;
	height: 120px;
}
textarea:focus {
    background: transparent;
    border-bottom: 1px solid #fff;
    outline: none;
}
::-moz-placeholder {
    color: #444;
    font-size: 13px;
  }
  /* contact */

/* newsletter */
.newsletter{
  background: linear-gradient(90deg, #aa9166, #000); 
  padding: 138px 0;
}
.newsletter .form-control {
  border: 1px solid #ebebeb !important;
}
.newsletter h3{
  font-size: 30px;
  font-weight: bold;
  font-family: 'EB Garamond', serif;
}
.newsletter .form-control {
  height: 60px;
  border-radius: 45px;
}
.social-section{
  margin-top: 29px;
}
.social-icon{ display:flex; 
  column-gap: 25px;
  align-items: center; 
}

.icon-wrapper{
  width:70px; height:70px;
  display:inline-flex;
  align-items: center;
  justify-content: center;
  place-items:center;

  border-radius:10px;
  background-image:linear-gradient(#161616 50%, #050505 50%);
  -webkit-box-reflect: below 4px linear-gradient(transparent, rgba(0,0,0,0.3));
}

.icon-wrapper i{
  color:#333;
  font-size:24px;
  transition:color 0.3s;
  
}

.icon-wrapper i:hover{
  color:#aa9166;
  font-size:24px;
  transition:color 0.3s;
  
}

.newsletter .form-control:focus {
  outline: 0;
  box-shadow: none;
}
.newsletter .flex-fill {
  -ms-flex: 1 1 auto!important;
  flex: 1 1 auto!important;
}
 @media (max-width: 996px) {
  .social-icon{
    position: relative;
    margin-top: 50px;
  }
 }
/* newsletter */
/* Counter */
.counter {
  background-image:linear-gradient(#aa9166 50%, #161616 50%);
  height: 840px;
  padding-top: 380px;
  overflow: hidden;
}

.counter__content {
  padding: 0px 50px;
}

.counter__item {
  background:#121518;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
  height: 255px;
  width: 255px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  position: relative;
  z-index: 1;
}
.counter__item::before {
  position: absolute;
  left: -1px;
  bottom: -2px;
  height: 636px;
  width: 636px;
  border-left: 1px solid #333333;
  border-top: 1px solid #333333;
  content: "";
  z-index: -1;
}
.counter__item.second__item {
  margin-top: -185px;
}
.counter__item.second__item:before {
  left: -316px;
  bottom: -65px;
  border-right: 1px solid #333333;
  border-bottom: 1px solid #333333;
  border-left: none;
  border-top: none;
}
.counter__item.four__item {
  margin-top: -185px;
}
.counter__item.four__item:before {
  left: -380px;
  bottom: -380px;
  border-right: 1px solid #333333;
  border-bottom: 1px solid #333333;
  border-left: none;
  border-top: none;
}
.counter__item.third__item:before {
  left: -65px;
  bottom: -317px;
}

.counter__item__text {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
}
.counter__item__text h2 {
  font-size: 60px;
  color: #999999;
  font-weight: 700;
  margin-bottom: 6px;
  margin-top: 18px;
}
.counter__item__text p {
  color: #999999;
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
 
  .counter__item::before {
    display: none;
  }

  .counter__content {
    padding: 0px 145px 0 50px;
  }

  .counter__item.second__item {
    margin-top: -210px;
  }

  .counter__item.four__item {
    margin-top: -210px;
  }

}
@media only screen and (min-width: 768px) and (max-width: 991px) {

  .counter__item {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
        transform: rotate(0);
    margin-bottom: 30px;
    width: auto;
  }

  .counter__item::before {
    display: none;
  }

  .counter__content {
    padding: 0;
  }

  .counter__item.second__item {
    margin-top: 0;
  }

  .counter__item.four__item {
    margin-top: 0;
  }

  .counter__item__text {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
        transform: rotate(0);
  }

  .counter {
    height: auto;
    padding-top: 100px;
    padding-bottom: 70px;
  }

}
@media only screen and (max-width: 767px) {


  .counter__item {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
        transform: rotate(0);
    margin-bottom: 30px;
    width: auto;
  }

  .counter__item::before {
    display: none;
  }

  .counter__content {
    padding: 0;
  }

  .counter__item.second__item {
    margin-top: 0;
  }

  .counter__item.four__item {
    margin-top: 0;
  }

  .counter__item__text {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
        transform: rotate(0);
  }

  .counter {
    height: auto;
    padding-top: 100px;
    padding-bottom: 70px;
  }

}
/* counter */
/* footer */
    .footer-area{
      display:flex;
      align-items:end;
      justify-content:end;
      display:-webkit-box;
      display:-ms-flexbox;
      -webkit-box-align:end;
      -ms-flex-align:end;
      -webkit-box-pack:end;
      -ms-flex-pack:end;
      background-image:url(../img/footer.jpg);
      background-size:50%;
      background-repeat:no-repeat;
      background-position:left bottom
    }
    @media only screen and (min-width: 1200px) and (max-width: 1440px){
      .footer-area{background-size:70%}
    }
    @media only screen and (min-width: 1200px) and (max-width: 1300px){
      .footer-area{background-size:80%}
    }
    @media only screen and (min-width: 1441px) and (max-width: 1500px){
      .footer-area{background-size:80%}
    }
    @media only screen and (min-width: 1501px) and (max-width: 1750px){
      .footer-area{background-size:63%}
    }
    @media (max-width: 1199px){
      .footer-area{background-image:none}
    }
    .footer-area .footer-caption{
      width:68%;
      background:#121518;
      padding:50px 260px 50px 100px;
      margin-top:150px}
      @media (max-width: 767px){
        .footer-area .footer-caption.footer-caption2{margin-top:0px}
      }
      @media (max-width: 767px){
        .footer-area .footer-caption{padding:50px 15px 40px 15px}
      }
      @media only screen and (min-width: 576px) and (max-width: 767px){
        .footer-area .footer-caption{padding:50px 15px 40px 15px}
      }
      @media only screen and (min-width: 768px) and (max-width: 991px)
      {.footer-area .footer-caption{padding:50px 15px 40px 15px}}
      @media only screen and (min-width: 1200px) and (max-width: 1440px){
        .footer-area .footer-caption{padding:50px 60px 50px 100px}
      }
      @media only screen and (min-width: 768px) and (max-width: 991px){
        .footer-area .footer-caption{padding:50px 60px 50px 100px}
      }
      @media only screen and (min-width: 992px) and (max-width: 1199px){
        .footer-area .footer-caption{padding:50px 100px 50px 100px}
      }
      @media (max-width: 1199px){
        .footer-area .footer-caption{width:100%}
      }
      .footer-area .footer-caption .footer-tittle h3{
        font-size:60px;
        display:block;
        color: #999999;
        font-family: 'EB Garamond', serif;
        font-weight:600;
        line-height:1.1;
        margin-bottom:55px;
        padding-bottom:55px;
        border-bottom:1px solid #d6bc97
      }
      @media (max-width: 767px){
        .footer-area .footer-caption .footer-tittle h3{
          font-size:31px;
          line-height:1.2;
          margin-bottom:40px;
          padding-bottom:42px}
        }
        .footer-area .footer-caption .footer-menu .single-menu{
          color:#fff;
          display:flex;
          justify-content:space-between;
        }
        @media (max-width: 767px){
          .footer-area .footer-caption .footer-menu .single-menu{display:block}}
          .footer-area .footer-caption .footer-menu .single-menu .single-menu1{width:36%}
          @media (max-width: 767px){.footer-area .footer-caption .footer-menu .single-menu .single-menu1{width:100%}}@media only screen and (min-width: 576px) and (max-width: 767px){.footer-area .footer-caption .footer-menu .single-menu .single-menu1{width:62%}}
          @media only screen and (min-width: 768px) and (max-width: 991px){.footer-area .footer-caption .footer-menu .single-menu .single-menu1{width:45%}}
          .footer-area .footer-caption .footer-menu .single-menu .single-menu2{width:25%}
          @media (max-width: 767px){.footer-area .footer-caption .footer-menu .single-menu .single-menu2{width:50%}}@media only screen and (min-width: 576px) and (max-width: 767px){
            .footer-area .footer-caption .footer-menu .single-menu .single-menu2{width:50%}}
            .footer-area .footer-caption .footer-menu .single-menu .single-menu3{width:25%}
            @media (max-width: 767px){.footer-area .footer-caption .footer-menu .single-menu .single-menu3{width:50%}}@media only screen and (min-width: 576px) and (max-width: 767px){
              .footer-area .footer-caption .footer-menu .single-menu .single-menu3{width:50%}}
              .footer-area .footer-caption .footer-menu .single-menu .single-footer-caption .footer-tittle h4{
                font-family: 'EB Garamond', serif;
                color:#aa9166;
                font-size:25px;
                margin-bottom:29px;
                font-weight:400;
                text-transform:capitalize
              }
              .footer-area .footer-caption .footer-menu .single-menu .single-footer-caption .footer-tittle .footer-pera p{color:#999999;}
              .footer-area .footer-caption .footer-menu .single-menu .single-footer-caption .footer-tittle ul li{-webkit-transition:all .3s ease-out 0s;
                -moz-transition:all .3s ease-out 0s;
                -ms-transition:all .3s ease-out 0s;
                -o-transition:all .3s ease-out 0s;
                transition:all .3s ease-out 0s;
                margin-bottom:7px;
                font-size:16px;
                color:#999999;
              }
              .footer-area .footer-caption .footer-menu .single-menu .single-footer-caption .footer-tittle ul li:hover{padding-left:5px}
          
                .footer-area .footer-caption .copyright p{color:#999999;}
                .footer-area .footer-caption .copyright p a:hover{color:#0b1416}
                .hero-caption span{color:#fff;font-size:16px;display:block;margin-bottom:24px;font-weight:600;padding-left:95px;position:relative}
                .footer-tittle a{
                  color: #999999;
                }
              

                .footer-tittle p i {
                  width: 25px;
                  color: #aa9166;
              }
              

              .footer-tittle a::before {
              position: relative;
              content: "\f105";
              font-family: "Font Awesome 5 Free";
              font-weight: 900;
              margin-right: 10px;
          }
          
          .footer-tittle a:hover {
              color: #aa9166;
              letter-spacing: 1px;
          }
          /* footer */