@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');
*{
    margin:0;
    padding:0;
    font-family: "Jost", system-ui;
    outline:none !important;
    font-size:110%;
}
:root{
  --primary-color:#e0b05d;
  --primary-color-hover:#d7a245;
  --secondary-color:#166b5d;
  --secondary-color-hover:#093c33;
}
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  font-family: "Jost", system-ui;
}
html{
  width: 100%;
}
body, html {
  line-height: 120%;
  color: #333;
  font-size: 15px;
  font-weight: 400;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, center {
  display: block;
}
nav ul, ul {
  list-style-type: none;
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}
button {
  vertical-align: middle;
}
.bg-primary{
  background-color: var(--primary-color) !important;
}
.bg-secondary{
  background-color: var(--secondary-color) !important;
}
.border-primary{
  border-color: var(--primary-color) !important;
}
.border-secondary{
  border-color: var(--secondary-color) !important;
}
.text-primary{
  color:var(--primary-color) !important;
}
.text-secondary{
  color:var(--secondary-color) !important;
}
.btn-primary{
  background: var(--primary-color) !important;
  border-color: var(--primary-color) !important;
  color:#FFF;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus{
  background: var(--primary-color-hover) !important;
  border-color: var(--primary-color-hover) !important;
  color:#FFF;
}
.btn-secondary{
  background: var(--secondary-color) !important;
  border-color: var(--secondary-color) !important;
  color:#FFF;
}
.btn-secondary:hover, .btn-secondary:active, .btn-secondary:focus{
  background: var(--secondary-color-hover) !important;
  border-color: var(--secondary-color-hover) !important;
  color:#FFF;
}
.fs-12{font-size:12px;}.fs-13{font-size:13px;}.fs-14{font-size:14px;}.lh-150{line-height:150%;}.lh-130{line-height:130%;}.fw-700{font-weight: 700;}

/***************************** Default CSS Ends Here *****************************/

.navbar-expand-lg .navbar-nav .nav-link{
  color:#000;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show{
  color:var(--primary-color);
}
.home-banner{
  height: calc(100dvh - 74px);
}
.service-box{
  transition: all 0.4s;
}
.services .col-lg-3{
  transition: all 0.4s;
}
.services .col-lg-3:hover{
  transform: scale(1.03);
}
.service-box .service-hover{
  background: linear-gradient(to bottom,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
}
.service-box .btn{
  opacity: 0;
  transition: all 0.4s;
}
.service-box:hover .btn{
  opacity: 1;
  transition: all 0.4s;
}
.book-btn{
  width: 155px;
  transition: all 0.4s;
}
.book-btn b{
  margin-bottom: -8px;
}
.book-btn:hover, .book-btn:active, .book-btn:focus{
  color:#FFF !important;
  background: var(--secondary-color) !important;
}
.book-btn:hover i, .book-btn:active i, .book-btn:focus i{
  background: #FFF !important;
  color:var(--secondary-color) !important;
}
.testimonials{
  background: url(../images/testimonials.jpg) repeat;
  background-attachment: fixed;
}
.testimonials:before{
  background-attachment: fixed;
  content:'';
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  display: block;
  top:0;
  bottom: 0;
  right:0;
  left:0;
  z-index: 1;
}
.newsletter .btn{
  width:51px;
  height: 51px;
  line-height: 37px;
}
footer{
  background: var(--secondary-color-hover);
}
footer ul li a{
  color:#FFF;
  transition: all 0.4s;
}
footer ul li a i{
  margin-top: 3px;
}
footer ul li a:hover, footer ul li a:active, footer ul li a:focus{
  color:var(--primary-color);
}
.copyrights{
  background: #031a16;
}

/***************************Homepage CSS Ends Here******************************/

.breadcrumbs{
  background: url(../images/breadcrumbs.jpg) no-repeat center center;
  background-attachment: fixed;
  background-size: cover;
}
.contact-sec ul li i{
  width: 15px;
  margin-top: 2px;
}
.about-boxes{
  background: #F5F5F5;
  transition: all 0.4s;
}
.about-boxes i{
  color:var(--primary-color);
}
.about-boxes:hover{
  background: var(--secondary-color);
  color:#FFF;
}
.about-boxes:hover i{
  color:#FFF;
}
.team-member{
  border:1px solid var(--primary-color);
  transition: 0.4s all;
}
.team-member:hover{
  border:1px solid var(--secondary-color);
}

@media(min-width:768px) and (max-width:991px){
  .home-banner .translate-middle {
    transform: translate(-0%, -50%) !important;
    left: 0 !important;
  }
}
@media(max-width:767px){
  .home-banner .translate-middle {
    transform: translate(-0%, -50%) !important;
    left: 0 !important;
  }
  .slick-next{
    right:-18px;
  }
  .slick-prev{
    left:-18px;
  }
}
@media(max-width:574px){
  .home-banner .translate-middle {
    transform: translate(-0%, -50%) !important;
    left: 0 !important;
  }
  .slick-next{
    right:-8px;
  }
  .slick-prev{
    left:-8px;
  }
}