body {
    font-family: 'Montserrat', sans-serif;
    padding: 0;
    margin: 0;
    color: #fff;
    width: 100%;
    overflow-x: hidden;
    background: rgb(7,19,2);
    background: linear-gradient(211deg, #121a1c 0%, #12260a 44%, #121a1c 100%);
    background-size: cover;
    background-repeat: no-repeat;
}

html{
    width: 100%;
    overflow-x: hidden;
}
a {
    outline: 0 !important;
    text-decoration: none;
    display: inline-block;
    color: #b7833c;
}
p{
    font-size: 15px;
    font-weight: 400;
    color: #ffffff;
    line-height: 1.7;
}
a:hover, a:focus {
    color: #cf8b43;
    text-decoration: none;
}
.section-space{
    padding-top: 60px;
    padding-bottom: 60px;
    position: relative
}
.sub-h{
    color: #311b92;
    font-weight: bold;
    font-size: 1rem;
    margin-bottom: 0rem;
}
.m-heading{
    font-weight: 600;
    font-size: 2.5rem;
    line-height: 1.3em;
    margin-top: 7px;
    color: #262626;
    margin-bottom: 1.4rem;
}
.m-heading.blue-h{
    color: #311b92
}

.big-h{
    font-size: 2.3rem;
    color: #2a2834;
    font-weight: 700;
}
.btn:hover, .btn:focus{
    outline: none;
    color:#fff;
}
.btn{
    letter-spacing: .5px;
    border-radius: 4px;
    text-transform: capitalize;
    color:#fff;
    padding: 12px 24px 10px;
    font-weight: 400;
    font-size: 14px;
}
.btn:hover{
    color: #fff;
}

.inner-header{
    padding-top: 170px;
    padding-bottom: 39px;
    position: relative;
    background: #f5f5f5;
    background-image: url(../../assets/img/main-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative
}
.inner-header:before{
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: #2a283478;
    opacity: .8
}
.inner-header .breadcrumb{
    margin-bottom: 0px;
    position: relative
}
.inner-header  .breadcrumb-item.active{
    color: #d7d7d7
}
.inner-header .breadcrumb-item+.breadcrumb-item::before, .inner-header .breadcrumb a{
    color: #b7833c;
    font-size: 17px
}
.shape-1{
    position: absolute;
    z-index: 2;
    top: 10px;
    left: -20px;
}
.shape-2{
    position: absolute;
    z-index: -1;
    bottom: 20px;
    right: -40px;
}
.ab-img{
    position: relative
}
.img-ab1{
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.img-ab2{
    position: absolute;
    z-index: 5;
    top: 16%;
    left: 0%;
}
/* Navbar */
.navbar-light .navbar-toggler{
    background: #fff
}

.navbar-light .nav-item{
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 6px
}
.navbar-brand img{
    width: 180px;
}
.navbar-light{
    background: rgb(0 0 0 / 59%);
    padding-top: 15px;
    padding-bottom: 15px;
    /* border-bottom: 1px solid #ffffff26; */

}
.navbar-light.is-sticky {
    position: fixed;
    padding-top: 10px;
    padding-bottom: 10px;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background-color: #1e1e1e !important;
    -webkit-box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
    -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
}
.navbar-light.is-sticky .navbar-brand img{
    width: 100px
}
.navbar-light .dropdown-menu{
    color: #fff;
    background: #1E1E1E
}
.navbar-light .dropdown-menu .dropdown-item{
    color: #fff;
    font-size: 14px;
    padding: 10px;
}
.navbar-light .dropdown-menu .dropdown-item:hover, .navbar-light .dropdown-menu .dropdown-item:focus{
    color: #fff;
    background-color: #b7833c;
}

.navbar-light .navbar-nav .nav-link{
    font-size: 14px;
    color: #ffffff;
    text-transform: capitalize;
    font-weight: 400;
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus{
    color: #b7833c;
}
.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link {
    color: #b7833c;
}

.masonry {
      column-count: 3;
      column-gap: 1rem;
    }

    @media (max-width: 992px) {
      .masonry {
        column-count: 2;
      }
    }

    @media (max-width: 576px) {
      .masonry {
        column-count: 1;
      }
    }

    .masonry-item {
      break-inside: avoid;
      margin-bottom: 1rem;
      cursor: pointer;
    }

    .masonry-item img {
      width: 100%;
      display: block;
      border-radius: 0.5rem;
      transition: transform 0.3s;
    }

    .masonry-item img:hover {
      transform: scale(1.03);
    }
/* Main Banner */
.main{
    position: relative;
    background-image: url(../../assets/img/main-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative
}
.main:after{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(211deg, #052508 0%, #12260a 44%, #0A3C30 100%);
    opacity: .5
}
.main-image{
    margin-top: 40%
}
.main .slider-content{
    z-index: 5;
    margin-top: 40%;
    display: block;
}
.main .slider-content h1{
    color: #fff;
    font-size: 4.2rem;
    font-family: "Vidaloka", serif;
    font-weight: 400;
}
.main .slider-content p{
    color: #ffffff;
    font-weight: 500;
    margin-bottom: 40px;
    font-size: 26px;
    font-family: "Vidaloka", serif;
    font-style: italic;
}
.main .owl-carousel{
    position: relative;
}
.main .owl-carousel .item{
    height: 100vh;
}
.main .owl-carousel .item{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
/* .main .owl-carousel .item:before{
    content:"";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-image: linear-gradient(-224deg, #ffffffdb 41%, #ffffff00 100%);
} */
.main .owl-theme .owl-nav.disabled+.owl-dots{
    position: absolute;
    bottom: 4%;
    left: 2%;
}
.main .owl-dots .owl-dot.active:before{
    border-color: #feb406;
    color: #fff
}
.main .owl-theme .owl-dots .owl-dot{
    display: none !important
}
button:focus {
    outline: 0px dotted;
    outline: 0px auto -webkit-focus-ring-color;
}
.main .owl-theme .owl-dots .owl-dot.active span{
    background: #3d59e8;
}
.main .owl-theme .owl-dots .owl-dot:hover span {
    background: #7c91ff;
}
.main .owl-theme .owl-dots .owl-dot span{
    background: #fff;
    display:none;
}
.main .owl-theme .owl-nav {
    position: absolute;
    bottom: 5%;
    right: 5%;
}
.main .owl-carousel .owl-nav button.owl-next, .main .owl-carousel .owl-nav button.owl-prev{
    background: #ffffff00;
    color: #b7833c;
    padding: 0!important;
    font: inherit;
    width: 50px;
    height: 50px;
    line-height: 33px;
    border: 1px solid #b7833c;
    border-radius: 100px;
    font-size: 28px;
}
.main .owl-carousel .owl-nav button.owl-next:hover, .main .owl-carousel .owl-nav button.owl-prev:hover{
    background-color: #b7833c;
    color: #fff;
}
.owl-dot:before{
    display: block;
    opacity: 0.3;
    border-bottom: 1px solid #919191;
    font-size: 12px;
    font-weight: 600;
    width: 50px;
    padding: 12px 5px;
}
.main-top{
    color: #3d59e8;
    font-size: 1.2rem;
}
.main-heading{
    font-size: 3.5rem;
    margin-bottom: 40px;
    line-height: 3.125rem;
    font-weight: 300;
    text-transform: capitalize;
    font-family: "Vidaloka", serif;
    color: #b7833c;
}
.main-heading.sm{
    font-size: 2rem;
    margin-bottom: 10px;
}
.sub-heading{
    font-size: 1.2rem;
    color: gray;
    line-height: 1.8rem;
    font-weight: 100;
}
.left-gray-content{
    padding: 4rem 2rem
}
.btn-main{
    background-image: linear-gradient(to right, #a27537 0%, #603e23 51%, #6a4022 100%);
    padding: 12px 32px 12px 32px;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;
    border-radius: 0px;
}
.btn-main span{
    position: relative
}
.btn-main:hover, .btn-main:active{
    background-position: right center; /* change the direction of the change here */
    color: #fff !important;
    text-decoration: none;
}
.right-canvas.offcanvas-end{
    background: rgb(7, 19, 2);
    background: linear-gradient(211deg, #042007 0%, rgb(21 23 23) 44%, rgba(15, 29, 10, 1) 100%);
    width: 350px
}
.right-canvas .btn-close{
    background: none;
    float: right;
    position: absolute;
    right: 15px;
    top: 15px;
    opacity: 1
}
.right-canvas .offcanvas-body{
    padding-top: 40px
}
.right-canvas .offcanvas-body .canvas-link{
    display: block;
    color: #fff;
    padding: 12px 20px;
    margin-bottom: 10px;
    background: #000;
    border-radius: 4px;
    font-size: 14px;
}
.right-canvas .offcanvas-body .canvas-link:hover{
    background-color: #b7833c;
    color: #fff
}
.jew-slider .owl-theme .owl-nav {
    bottom: 60%;
    display: block !important;
    width: 100%;
    right: auto;
    position: absolute
}
.jew-slider .owl-carousel .owl-nav button.owl-next{
    right: -26px;
}
.jew-slider .owl-carousel .owl-nav button.owl-prev{
    left: -26px;
}
.jew-slider .owl-carousel .owl-nav button.owl-next, .jew-slider .owl-carousel .owl-nav button.owl-prev{
    position: absolute;
    background: #fffbfb;
    color: #b7833c;
    padding: 0!important;
    font: inherit;
    width: 44px;
    height: 44px;
    line-height: 32px;
    border: 1px solid #b7833c;
    border-radius: 100px;
    font-size: 28px;
}
.jew-slider .owl-carousel .owl-nav button.owl-next:hover, .jew-slider .owl-carousel .owl-nav button.owl-prev:hover{
    background-color: #b7833c;
    color: #fff;
}
.cat-box{
    display: block;
    color: #fff;
    background: #00000054;
    padding: 10px;
    border: 1px solid #b7833c94;
}
.cat-box:hover{
    color: #b7833c
}
.cat-box .cat-img{
    overflow: hidden;
}
.cat-box .cat-img img{

}
.cat-box .cat-title{
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 10px;
    font-family: "Vidaloka", serif;
}
.client-review{
    padding: 50px;
    border-radius: 5px;
    margin-bottom: 25px;
}
.client-review .user-image{

}
.client-review .user-image img{
    width: 50px !important;
    height: 50px;
    border-radius: 50px;
    float: left;
    margin-right: 15px;
}
.client-review .user-title-content{

}
.client-review .user-title-content h6{
    font-size: 16px;
    margin-bottom: 4px;
    color: #b7833c;
    font-weight: 700;
}
.client-review .user-title-content p{
    color: #afafaf;
    font-size: 14px;
}
.client-review .client-des{
    color: #ffffff;
    font-size: 15px;
}
.featured-slider .owl-nav {
    display: block !important;
}
.featured-slider .owl-nav button{
    display: block;
    font-size: 1rem!important;
    line-height: 1em !important;
    padding-top: 7px !important;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    text-align: center;
    background: transparent !important;
    z-index: 99;
    border: 1px solid #b7833c !important;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    color: #b7833c !important;
    border-radius: 999px !important;
    !i;!;
}
.featured-slider .owl-nav button:hover{
    background: #b7833c !important;
    !i;!;
    color: #fff !important;
    border: 1px solid #b7833c !important;
}
.featured-slider .owl-dot{
    display: none !important;
}
.ab-logo-div{
    background-color: #ffffffc7 !important;
}
/* footer */

.m-footer{
    padding-top: 60px;
    bottom: 0;
    left: 0;
    width: 100%;
    opacity: 1;
    background-color: #202020;
    ative;
    background-image: url(../../assets/img/ft-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.footer-link-list{
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer-link-list li a{
    position: relative;
    color: #e5e5e5;
    margin-right: 30px;
    font-size: 15px;
    transition: all 0.5s ease-out;
}
.m-footer p{
    color: #e5e5e5;
    font-size: 14px;
    line-height: 1.9;
}
.m-footer h6{
    color: #ffffff;
    font-size: 25px;
    font-weight: 400;
    margin-bottom: 50px;
    position: relative;
    font-family: "Vidaloka", serif;
}
.m-footer h6:after{
    content: '';
    position: absolute;
    bottom: -12px;
    left: 0px;
    height: 4px;
    background: #b7833c;
    width: 50px;
}
.footer-middle{
    padding-bottom: 0px;
}
.footer-social-list{
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer-social-list a{
    color: #b7833c;
    font-size: 15px;
    transition: .2s;
    width: 34px;
    background: #fff;
    height: 34px;
    border-radius: 100%;
    text-align: center;
    line-height: 34px;
    display: inline-block;
}
.footer-social-list a:hover{
    color: #ffffff;
    background: #b7833c;
}
.footer-link-list li a{
    padding-bottom: 6px;
    margin-bottom: 7px;
    padding-left: 10px;
    display: inline-block;
}
.footer-link-list li a:hover{
    color: #ffffff;
}
.footer-widget{
    margin-top: 10px;
    padding-bottom: 25px;
}
.footer-bottom{
    margin-bottom: 0px;
    margin-top: 0;
    padding: 15px 0;
    width: 100%;
    /* background-color: #00445b; */
}
.footer-bottom p{
    margin-bottom: 0px;
    font-size: 14px;
    color: #fff
}
.footer-bottom .container{
    border-top: 1px solid rgba(255,255,255,.2);
    padding-top: 20px;
}
.footer-bottom p span{
    color: #b7833c;
}
.footer-bar{
    border-bottom: 1px solid rgba(132,132,132,.17);
    margin-bottom: 60px;
    padding: 25px 0 22px;
}
.address-ul{
    color: #e5e5e5;
    font-size: 16px;
}
.address-ul li{
    padding-bottom: 6px;
    margin-bottom: 10px;
    position: relative;
    padding-left: 26px;
    font-size: 15px;
    color: #e5e5e5;
}
.address-ul li i{
    color: #ffffff;
    font-size: 15px;
    margin-right: 3px;
    position: absolute;
    left: 0;
    margin-top: 3px;
}
.footer-link-list li a:after{
    content: "";
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    border-left: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    top: 6px;
    left: -7px;
    -moz-transform: rotate(224deg);
    -o-transform: rotate(224deg);
    -ms-transform: rotate(224deg);
    -webkit-transform: rotate(224deg);
    transform: rotate(224deg);
    transition: all 0.5s ease-out;
}
.footer-link-list li a:hover:after{
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
}
.news-group {
    width: 80%;
}
.location-box{
    display: block;
    color: #fff;
    background: #00000054;
    padding: 30px;
    border: 1px solid #b7833c94;
    width: 100%;
}
.location-left ul{
    margin-bottom: 0px
}
.location-left li{
    position: relative;
    margin-bottom: 10px;
    padding-left: 27px;
    font-size: 14px;
}
.location-left li i{
    position: absolute;
    left: 0;
    color: #b7833c;
}
.type-box {
    border: 1px solid #b7833c;
    padding: 10px 20px;
}

.type-box .type-img {
    width: 70px;
    height: 70px;
    overflow: hidden;
}

.type-box .type-img img {
    width: 70px;
    height: 70px;
    object-fit: cover;
}

.type-box p {
    margin-bottom: 0px;
    margin-top: 10px;
}
.m-accordion{

}
.m-accordion .accordion-item{
    background: transparent;
    border: 0px;
    border-bottom: 1px solid #484848;
}
.m-accordion .accordion-item .accordion-header{

}
.m-accordion .accordion-item .accordion-header .accordion-button{
    background: transparent;
    color: #b7833c;
    /* font-weight: 700; */
    font-family: "Vidaloka", serif;
    letter-spacing: 1px;
    font-size: 18px;
}
.m-accordion .accordion-button:not(.collapsed){
    box-shadow: none;
}
.m-accordion .accordion-button:focus {
    z-index: 3;
    border-color: transparent;
    outline: 0;
    box-shadow: none;
}
.m-accordion .accordion-body{
    font-size: 14px
}
.m-accordion .accordion-button::after{
    background-image: none;
    content: '-';
    font-size: 27px;
    margin-top: -10px;
}
.m-accordion .accordion-button.collapsed::after {
    content: "+";
    font-size: 27px;
    margin-top: -10px;
}
.m-accordion .accordion-button:not(.collapsed)::after {

    transform: none;
}
.sec-about{
    position: relative;
    background-image: url(../../assets/img/sec-about.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    background-attachment: fixed
}
.sec-about-con{
    padding: 40px;
    background-color: rgb(0 0 0 / 93%);
}

.form-title{
    font-family: "Vidaloka", serif;
    color: #b7833c;
    font-size: 30px;
    margin-bottom: 20px;
}
.m-form label{
    margin-bottom: 5px;
    font-size: 14px;
}
.form-control:focus {
    color: #fff;
    border-color: #b7833c;
    outline: 0;
    box-shadow: none;
    background-color: #181818;
}
.form-group{
    margin-bottom: 15px;
}
.form-control {
    font-size: 14px;
    border-radius: 6px;
    padding: 1.4rem 1rem;
    display: block;
    width: 100%;
    height: calc(0.5em + 0.75rem + 2px);
    font-weight: 500;
    line-height: 1.5;
    color: #ffffff;
    background-color: #0c160c;
    background-clip: padding-box;
    border: 1px solid #b7833c9e;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
textarea.form-control{
    height: 90px
}
.social-buttons {
  gap: 10px;
}
.social-float{
    position: fixed;
    right: 15px;
    bottom: 40%;
    z-index: 1050;
}
.social-btn {
  margin-bottom: 10px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 1.5rem;
  transition: transform 0.3s ease, box-shadow 0.3s ease, opacity 0.3s ease;
}

/* Button Colors */
.social-btn.whatsapp {
  background-color: #25D366;
}

.social-btn.instagram {
  background-color: #E1306C;
}

/* Hover Effect */
.social-btn:hover {
  transform: scale(1.1);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  opacity: 0.9;
  color: #fff;
}
.social-btn:focus{
    color: #fff;
}
/* ==== MEDIA QUERIES ==== */
@media (min-width: 992px){
    .two-columns {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}
}
@media (max-width: 992.2px){
    .navbar-light {
    background: rgb(0 0 0);
    padding-top: 5px;
    padding-bottom: 5px;
    }
    .navbar-brand img {
    width: 120px;
}
.main .slider-content h1 {
    font-size: 2.9rem;
    margin-bottom: 20px;
}
.main-image {
    margin-top: 12%;
}
.main .owl-carousel .item{
    height: 80vh;
}
.main .slider-content{
    margin-top: 27%;
}
.main-heading {
    font-size: 2.5rem;
    margin-bottom: 25px;
}
.cat-box .cat-title{
    font-size: 14px;
}
.section-space{
    padding-top: 50px;
    padding-bottom: 50px;
}
.client-review {
    padding: 15px;
    margin-bottom: 15px;
}

.news-group {
    width: 100%;
    margin-bottom: 0px;
}
.news-group form{
    display: flex;
}
.tnp-subscription input[type=email]{
    
    
}
.tnp-field input[type="submit"] {
    margin-top: 21px !important;
}
.footer-widget {
    margin-top: 5px;
    padding-bottom: 5px;
}
.m-footer h6{
    font-size: 20px;
    margin-bottom: 30px;
}
.m-footer{
    padding-top: 50px;
}
.sec-about-con {
    padding: 10px;
}
.inner-header {
    padding-top: 100px;
    padding-bottom: 39px;
}
.social-float{
    bottom: 3%;
}
}








