html, body {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  overflow-x: hidden; }

body {
  font-family: "PT Sans", sans-serif;
  position: relative;
  font-size: 18px;
  line-height: 26px;
  background-color: #fff; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Arsenal", sans-serif; }

img {
  width: 100%; }

a {
  outline: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  color: #f2dda6; }

a:active,
a:focus,
a:hover {
  outline: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  color: #333; }

section {
  padding: 100px 0;
  position: relative; }
  @media (max-width: 991px) {
    section {
      padding: 50px 0; } }

.btn {
  background-color: #f5e5bc;
  border: none;
  box-shadow: inset 0 0 15px #e6ba4d;
  color: #333;
  font-family: "Arsenal", sans-serif;
  padding: 15px 35px 17px 35px;
  text-transform: capitalize;
  font-size: 21px;
  font-weight: 500;
  letter-spacing: 1px;
  margin: 17px 0;
  border-radius: 50px; }
  @media (max-width: 991px) {
    .btn {
      font-size: 19px;
      letter-spacing: 1px; } }

.btn:hover {
  background-color: #f2dda6;
  box-shadow: none;
  border: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.btn:focus {
  background-color: #f2dda6;
  box-shadow: none;
  border: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.btn:active:hover, .btn:active:focus, .btn:active.focus, .btn-.active:hover, .btn.active:focus, .btn.active.focus, .open > .btn.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
  background-color: #f2dda6;
  box-shadow: none;
  border: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.btn:active, .btn.active, .open > .btn.dropdown-toggle {
  background-color: #f2dda6;
  box-shadow: none;
  border: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.title-small {
  font-size: 22px;
  line-height: 28px;
  margin-bottom: 5px;
  color: #eccb79;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 5px;
  margin-top: 10px; }
  @media (max-width: 991px) {
    .title-small {
      font-size: 22px !important;
      line-height: 27px !important; } }

.title-h {
  font-family: "Arsenal", sans-serif;
  font-size: 56px;
  line-height: 60px;
  margin-bottom: 25px;
  text-transform: capitalize;
  color: #555;
  font-weight: 600;
  letter-spacing: 1px;
  margin-top: 10px; }
  @media (max-width: 991px) {
    .title-h {
      font-size: 34px !important;
      line-height: 39px !important;
      letter-spacing: 0; } }

.title-p {
  font-size: 24px;
  line-height: 32px;
  padding-bottom: 20px;
  font-weight: 200;
  color: #333;
  font-family: "Arsenal", sans-serif;
  letter-spacing: 1px; }
  @media (max-width: 991px) {
    .title-p {
      font-size: 20px !important;
      line-height: 28px; } }

.back {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.back-img {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }

.link {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0; }

.mobile-view {
  display: none !important; }
  @media (max-width: 991px) {
    .mobile-view {
      display: block !important; } }

.new-img {
  height: 220px; }

/******navbar start*******/
@media (max-width: 991px) {
  nav.navbar.bootsnav .navbar-toggle {
    margin-top: 18px;
    background-color: transparent; }

  .navbar-toggle .svg-inline--fa {
    color: #dfa920; }

  .attr-nav {
    display: none; }

  .navbar {
    min-height: 70px; } }
nav.navbar.bootsnav {
  background: #fff;
  border-bottom: solid 1px #ccc; }

.navbar {
  min-height: 85px; }
  @media (max-width: 991px) {
    .navbar {
      min-height: 68px; } }

.navbar-brand {
  padding: 5px 5px 0 25px; }
  @media (max-width: 991px) {
    .navbar-brand {
      padding: 2px 5px 0 5px; } }

.navbar-brand img {
  width: auto;
  height: 78px; }
  @media (max-width: 991px) {
    .navbar-brand img {
      height: 65px; } }

.caret {
  margin-left: 4px; }

@media (min-width: 991px) {
  nav.navbar.bootsnav li.dropdown ul.dropdown-menu {
    border-radius: 0px;
    padding: 0;
    background: white;
    border-top: 5px solid #f2dda6;
    margin-top: 0px;
    width: 230px; }

  nav.navbar ul.nav > li > a {
    padding: 30px 15px;
    font-weight: 500; }

  nav.navbar.bootsnav ul.nav > li > a {
    padding: 31px 0px 30px 30px;
    font-weight: 500;
    font-size: 20px;
    letter-spacing: 0px;
    font-family: "Arsenal", sans-serif; } }
  @media (min-width: 991px) and (max-width: 1200px) {
    nav.navbar.bootsnav ul.nav > li > a {
      padding: 32px 6px 10px 6px;
      font-weight: 600;
      font-size: 15px; } }
  @media (min-width: 991px) and (max-width: 1050px) {
    nav.navbar.bootsnav ul.nav > li > a {
      letter-spacing: 0; } }

@media (min-width: 991px) {
  nav.navbar-fixed.bootsnav ul.nav > li > a {
    color: #333; }

  nav.navbar-fixed.bootsnav ul.nav > li > a:hover {
    color: #f2dda6; }

  nav.no-background.bootsnav ul.nav > li > a {
    color: #333; }

  nav.navbar.bootsnav ul.nav > li.dropdown > a.dropdown-toggle:after {
    content: "";
    display: none; }

  nav.navbar.bootsnav ul.navbar-right li.dropdown ul.dropdown-menu li a {
    text-align: left; }

  nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li > a {
    padding: 8px 15px;
    border-bottom: solid 1px #eee;
    color: #333;
    font-size: 17px;
    font-weight: 500;
    font-family: "Arsenal", sans-serif; }

  nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li > a:hover {
    background-color: #f7f7f7; } }
@media (max-width: 992px) {
  nav.navbar.bootsnav li.dropdown a.dropdown-toggle:before {
    content: "";
    display: none; }

  nav.navbar.bootsnav .navbar-nav > li > a {
    border-bottom: none;
    border-top: none;
    font-weight: 500;
    font-family: "Arsenal", sans-serif;
    color: #333 !important;
    padding: 15px 0;
    font-size: 22px; }

  nav.navbar.bootsnav .navbar-collapse.collapse.in {
    margin-bottom: 10px; }

  nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a {
    border-bottom: none;
    font-family: "Arsenal", sans-serif;
    color: #555;
    font-size: 20px;
    padding: 8px 0; }

  nav.navbar.bootsnav .navbar-nav {
    margin: 35px -15px 10px -15px; } }
nav.no-background.bootsnav .logo1 {
  display: inline-block !important; }

nav.navbar-fixed.bootsnav .logo1 {
  display: none; }

nav.no-background.bootsnav .logo2 {
  display: none !important; }

nav.navbar-fixed.bootsnav .logo2 {
  display: inline-block; }

@media (max-width: 992px) {
  nav.no-background.bootsnav .logo1 {
    display: none !important; }

  nav.no-background.bootsnav .logo2 {
    display: inline-block !important; } }
.attr-nav .btn {
  margin-right: 15px;
  padding: 10px 20px;
  color: #333;
  font-size: 18px; }

nav.no-background.bootsnav .navbar-brand img.logo-large {
  width: auto;
  height: 90px;
  margin-top: 1px; }

nav.navbar.bootsnav.no-full .navbar-collapse {
  height: auto !important;
  max-height: none  !important; }

/******navbar end**********/
/*****hero start******/
.hero {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top right;
  min-height: 100vh;
  width: 100%;
  position: relative; }
  @media (max-width: 768px) {
    .hero {
      min-height: 75vh; } }
  .hero h1 {
    font-size: 24px;
    line-height: 42px;
    margin-bottom: 0px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: "Arsenal", sans-serif;
    color: #b38719;
    text-shadow: rgba(0, 0, 0, 0.4); }
    @media (max-width: 768px) {
      .hero h1 {
        font-size: 19px;
        line-height: 27px;
        margin-bottom: 5px;
        color: #fff; } }
  .hero h2 {
    font-size: 58px;
    line-height: 62px;
    margin-bottom: 20px;
    font-weight: 600;
    letter-spacing: 1px;
    font-family: "Arsenal", sans-serif;
    color: #0e151b;
    margin-top: 5px;
    text-shadow: rgba(0, 0, 0, 0.4); }
    @media (max-width: 768px) {
      .hero h2 {
        font-size: 32px;
        line-height: 32px;
        margin-bottom: 5px;
        color: #fff; } }

.hero .overlay {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,0+100;White+to+Transparent */
  background: -moz-linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 10%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 10%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, white 0%, rgba(255, 255, 255, 0) 10%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 );
  /* IE6-9 */ }
  @media (max-width: 768px) {
    .hero .overlay {
      background-color: rgba(54, 54, 54, 0.5); } }

.hero-title {
  margin-top: 40vh;
  z-index: 3;
  margin-bottom: 40px;
  margin-left: 20px; }
  @media (max-width: 768px) {
    .hero-title {
      margin-top: 38vh;
      margin-bottom: 10px;
      margin-left: 0px; } }

.indicator {
  position: absolute;
  width: 35px;
  height: 35px;
  left: 50%;
  margin-left: -15px;
  bottom: 20px;
  transform: rotate(45deg); }
  @media (max-width: 768px) {
    .indicator {
      display: none; } }

.indicator span {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border: none;
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
  animation: animate 1s linear infinite; }

.indicator span:nth-child(1) {
  top: -30px;
  left: -30px;
  animation-delay: 0s; }

.indicator span:nth-child(2) {
  top: -15px;
  left: -15px;
  animation-delay: 0.2s; }

@keyframes animate {
  0% {
    border-color: #fff;
    transform: translate(0, 0); }
  20% {
    border-color: #fff;
    transform: translate(15px, 15px); }
  20.1%,
  100% {
    border-color: #dfa920; } }
/*****hero end******/
.about-padd {
  padding-right: 80px;
  padding-top: 70px; }
  @media (max-width: 768px) {
    .about-padd {
      padding-right: 0px;
      padding-top: 0px; } }

/****services start******/
.service h4 {
  min-height: 60px;
  color: #333;
  font-size: 25px;
  line-height: 30px; }
  @media (max-width: 500px) {
    .service h4 {
      min-height: auto; } }
.service p {
  font-weight: 300; }

.img-circle {
  border-radius: 50%;
  margin-bottom: 15px;
  display: inline-block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 280px;
  width: 280px; }
  @media (max-width: 1050px) {
    .img-circle {
      height: 170px;
      width: 170px;
      margin-bottom: 5px; } }
  @media (max-width: 500px) {
    .img-circle {
      height: 230px;
      width: 230px;
      margin-bottom: 0px; } }

.services-box {
  box-shadow: inset 0 0 13px 3px rgba(239, 211, 141, 0.5);
  padding: 60px 20px 10px 20px;
  transition: all .4s ease;
  position: relative;
  margin-bottom: 40px; }
  @media (max-width: 991px) {
    .services-box {
      min-height: auto; } }

.services-box:hover {
  background-color: #f2dda6; }

/****services end*****/
/******* testimonials start **********/
.testimonials .owl-theme .owl-controls {
  text-align: left;
  margin-left: -5px; }
.testimonials .owl-theme .owl-dots .owl-dot.active span, .testimonials .owl-theme .owl-dots .owl-dot:hover span {
  background: #dfa920; }
@media (max-width: 991px) {
  .testimonials .back {
    background: rgba(54, 54, 54, 0.6); } }
@media (max-width: 991px) {
  .testimonials .title-h {
    color: #fff; } }
@media (max-width: 768px) {
  .testimonials {
    background-position: right; } }

.testimonial {
  margin: 0 00px; }

.testimonial .description {
  padding: 20px 10px 0px 0px;
  margin-bottom: 0px;
  font-size: 20px;
  color: #333;
  line-height: 34px;
  position: relative;
  font-style: italic; }
  @media (max-width: 991px) {
    .testimonial .description {
      padding: 20px 0px 0px 0px;
      font-size: 17px;
      line-height: 24px;
      color: #fff; } }

.testimonial .title {
  display: inline-block;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 30px 0; }
  @media (max-width: 991px) {
    .testimonial .title {
      color: #fff; } }

/******* testimonials end **********/
/**********cta2 start*********/
.cta2 {
  padding: 140px 0;
  background-attachment: fixed; }
  @media (max-width: 768px) {
    .cta2 {
      padding: 80px 0; } }
  .cta2 .back {
    background: rgba(26, 26, 26, 0.3); }
  .cta2 h3 {
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
    margin-bottom: 15px;
    color: #fff; }
    @media (max-width: 768px) {
      .cta2 h3 {
        font-size: 24px;
        line-height: 30px; } }
  .cta2 h4 {
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
    margin-bottom: 0px;
    color: #fff; }
  .cta2 .btn {
    margin-top: 20px; }

@supports (-webkit-touch-callout: none) {
  @media only screen and (max-width: 990px) {
    .cta2 {
      background-attachment: scroll !important;
      background-size: auto 100%; } } }
/*************cta end*********/
/********blog home start******/
.blog-home .blog-box {
  box-shadow: 2px 3px 20px rgba(0, 0, 0, 0.1);
  position: relative;
  overflow: hidden;
  margin-bottom: 15px; }

.blog-home .blog-img {
  background-size: cover;
  height: 350px;
  background-position: center; }

.blog-home .blog-text {
  padding: 30px 20px 20px 5px; }
  @media (max-width: 991px) {
    .blog-home .blog-text {
      padding: 10px 20px 50px 20px; } }

.blog-box h3 {
  margin-bottom: 15px;
  line-height: 30px;
  font-size: 25px;
  font-weight: 500; }

.blog-box h5 {
  color: #dfa920; }

.blog-box p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  /* number of lines to show */
  -webkit-box-orient: vertical;
  font-size: 15px;
  line-height: 20px; }

.blog-box .btn-def {
  margin-top: 15px;
  font-size: 17px;
  position: absolute;
  bottom: 17px;
  right: 25px;
  color: #dfa920;
  opacity: .7; }
  .blog-box .btn-def .svg-inline--fa {
    margin-right: 8px; }

@media (max-width: 991px) {
  .blog-home .blog-img {
    height: 230px; }

  .blog-home .blog-box {
    margin-bottom: 30px; } }
/***********blog home end*********/
/*************footer start**********/
.tc-footer {
  overflow: hidden;
  position: relative;
  z-index: 2;
  padding: 40px 0 60px 0; }

@media (max-width: 991px) {
  .tc-footer {
    text-align: center; } }
.tc-footer .back {
  background: rgba(242, 242, 242, 0.6); }

.tc-footer .footer-title {
  color: #333;
  font-family: "Arsenal", sans-serif;
  font-size: 26px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 1px;
  margin: 50px 0 15px 0; }

@media (max-width: 991px) {
  .tc-footer .footer-title {
    margin: 30px 0 10px 0; } }
.tc-footer a {
  color: #444;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px; }

@media (max-width: 991px) {
  .tc-footer a {
    line-height: 20px;
    font-size: 16px; } }
.tc-footer a:hover {
  color: #dfa920;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }

.tc-footer ul {
  list-style: none;
  padding-left: 0px; }

.tc-footer p {
  color: #555;
  font-size: 16px;
  font-weight: 300;
  line-height: 25px; }

@media (max-width: 991px) {
  .tc-footer p {
    line-height: 20px;
    font-size: 16px; } }
.footer-copyright {
  margin-top: 20px;
  padding: 0px 0 0px 0;
  letter-spacing: 1px;
  color: #222;
  font-size: 13px; }

@media (max-width: 991px) {
  .footer-copyright {
    padding: 0px 15px 10px 15px;
    margin-top: 20px; } }
.footer-cards {
  height: 30px;
  width: auto !important;
  margin-bottom: 15px; }

.footer-logo {
  width: 65%;
  margin-top: 0px; }

/******************************/
.products {
  overflow: hidden; }
  .products .product-circle {
    position: relative;
    width: 30.5%;
    margin: 20px 1% 10px 1%;
    padding: 20px;
    display: inline-block; }
    @media screen and (max-width: 768px) {
      .products .product-circle {
        width: 97%;
        margin: 10px 1% 10px 1%;
        padding: 30px 15px 15px 15px;
        box-shadow: inset 0px 0px 20px rgba(239, 212, 143, 0.5); } }
    .products .product-circle h3 {
      font-family: "Arsenal", sans-serif;
      font-weight: 500;
      margin-top: 40px;
      color: #43330a; }
      @media screen and (max-width: 768px) {
        .products .product-circle h3 {
          margin-top: 20px; } }
  .products .product-img {
    position: relative;
    border-radius: 50%;
    width: 100%;
    height: auto;
    padding-top: 100%; }
  .products .btn, .products .btn2 {
    min-width: 200px;
    margin: 5px 5px; }

.div-top {
  padding-top: 80px;
  padding-right: 100px; }
  @media screen and (max-width: 1200px) {
    .div-top {
      padding-top: 0px;
      padding-right: 0px; } }

.product-circle:hover {
  box-shadow: inset 0px 0px 20px rgba(239, 212, 143, 0.5); }

/*# sourceMappingURL=style.css.map */
