*{
  margin: 0;
  padding: 0;
  font-family: "Raleway", Sans-serif;
}
html, body {
    overflow-x: hidden!important;
}
.navbar-expand-sm .navbar-collapse {
    padding-right: 10%!important;
}
.navbar-expand-sm .navbar-nav .nav-link {
    padding: 0px 22px!important;
}
a.nav-link {
    font-size: 16px;
    font-weight: 500;
    color:#000;
}
a.navbar-brand {
    text-align: right;
}
a.navbar-brand img {
    width: 69%!important;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
    width: 3rem;
    height: 3rem;
}
.row.cen-a {
    margin-bottom: -1px;
    padding: 4% 4% 0% 4%;
    background-color: #262626;
}
.row.cen-b {
    padding: 0% 4% 4% 4%;
    background-color: #262626;
}
.carousel-caption h5 {
    font-size: 50px;
    font-weight: 600;
    letter-spacing: 1px;
}
.carousel-caption {
    z-index: 2;
}
.carousel-caption {
    top: 41%;
}
.carousel-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1;
}
.text_heading1 {
    font-size: 38.4px;
    font-weight: 600;
    color: #FFFFFF;
    letter-spacing: 1px;
}
p.text_block1 {
    font-size: 24.96px;
    font-weight: 400;
    line-height: 1.8em;
    color: #FFFFFFCF;

}
.row.cen-a .col {   
    padding: 5%;
}
.row.cen-b .col {
    padding: 5%;
}
.col.img_box1 {
    border: 1px solid #9a8a78;
}
.col.img_box2 {
    border-top: 1px solid #9a8a78;
    border-right: 1px solid #9a8a78;
    border-bottom: 1px solid #9a8a78;
}
.col.img_box3 {
    border-left: 1px solid #9a8a78;
    border-right: 1px solid #9a8a78;
    border-bottom: 1px solid #9a8a78;
}
.col.img_box4 {
    border-right: 1px solid #9a8a78;
    border-bottom: 1px solid #9a8a78;
}
ul.master-points {
    color: #fff;
    font-size: 24.96px;
    font-weight: 400;
    line-height: 1.8em;
    color: #FFFFFFCF;
}
.img_box_outer {
    padding: 0!important;
}





/*gallery css*/

section.hp {
    padding: 0;
    column-width: 300px;
    column-gap: 5px;
    padding: 0% 3%!important;
    background-color: #262626;
}
section img {
    width: 100%;
    cursor: pointer;
    margin: 0 0 5px 0;
}
.lightbox {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: none;
    background: #7f8c8d;
    perspective: 1000;
}
.filter {
  position: absolute;
  width: 100%;
  height: 100%;
  filter: blur(20px);
  opacity: 0.5;
  background-position: center;
  background-size: cover;
}

.lightbox img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotateY(0deg);
  max-height: 70vh;
  max-width: calc(95vw - 100px);
  transition: 0.8s cubic-bezier(0.7, 0, 0.4, 1);
  transform-style: preserve-3d;
      object-fit: contain;
}
.lightbox:hover img{
  transform: translate(-50%, -50%) rotateY(180deg);
}
[class^="arrow"] {
  height: 200px;
  width: 50px;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
[class^="arrow"]:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  width: 15px;
  height: 15px;
}
.arrowr {
  right: 0;
}
.arrowr:after {
  border-right: 1px solid white;
  border-bottom: 1px solid white;
}
.arrowl {
  left: 0;
}
.arrowl:after {
  border-left: 1px solid white;
  border-top: 1px solid white;
}
.close {
  position: absolute;
  right: 0;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0.4);
  margin: 8% 8% 8% 8%;
  cursor: pointer;
  z-index: 1;
}

.close:after,
.close:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 100%;
  background: #e74c3c;
}

.close:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.close:before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.title {
  font-size: 20px;
  color: #000;
  z-index: 1000;
  position: absolute;
  top: 0;
  left: 0;
}

/*gallery css ends*/

.gallery-title {
    font-size: 38.4px;
    font-weight: 600;
    color: #FFFFFF;
    background-color: #262626;
    text-align: center;
    padding: 5% 0% 4% 0%;
    margin-bottom: 0;
    letter-spacing: 1px;
}
p.h2 {
    color: #fff;
}
.testimonial-outer {
    padding: 0% 4%;
}
.testimonial-box1 {
    background-color: #9A8A78;
    width: 25%;
    display: flex;
    align-items: center;
    justify-content: center;
    /*padding: 13% 0%;*/
}
.testimonial-box2 {
    width: 75%;
}
h1.testimonial-text {
    font-size: 38.4px;
    font-weight: 600;
    color: #FFFFFF;
}
.main-testi {
    margin-top: -1px;
    padding: 5% 0% 4% 0%;
    background-color: #262626;
}


/*text-testimonial*/


  .slick-slider div {
    padding: 20px;
    background: #f0f0f0;
    border: 1px solid #ccc;
    text-align: center;
    margin: 5px;
  }

.slick-dotted.slick-slider {
    margin-bottom: 0px!important;
}
.slick-list.draggable {
    padding: 0% 0%;
    margin: 0!important;
}
ul.slick-dots {
    display: none!important;
}
/*.slick-track {
   
}*/
.slick-track div {     
    border: 1px solid #9a8a78 !important;
    
}
.slick-slider div {
    border: none;
    padding: 0px;
    margin: 0px!important;    
    background: #262626!important;
    color: #ffffffcf;
    font-size: 19.2px;
    font-weight: 400;
    text-align: left; 
}
.slick-initialized .slick-slide {
    height: 30vw !important;
    padding: 1.5%;
}
/*text-testimonial Ends*/ 


/*form*/
h5.con {
    font-size: 38.4px;
    font-weight: 600;
    color: #000000;
    letter-spacing: 1px;
}
form {
    width: 400px;
}
input[type="text"],
input[type="email"],
input[type="tel"],
select,
textarea {
    width: 100%;
    padding: 10px;
    margin: 8px 0;
    box-sizing: border-box;
    resize: none;
}
textarea {
    height: 100px;
}
input[type="submit"]:hover {
    background-color: #9a8a78;
    color: #262626;
    border: 1px solid #9a8a78;
    transition: 0.5s;
}
input[type="submit"] {
    background-color: #262626;
    color: #9a8a78;
    border: 1px solid #9a8a78;
    width: 100%;
    border-radius: 0;
    padding: 10px 20px;
    cursor: pointer;
    letter-spacing: 1px;
}
.outer-footer {
    padding: 4%;
}

/*form ends*/


.image-box {
  display: flex;
  /*align-items: center;*/
  padding-top: 5%;
}

.box-image {
  width: 30px;
  height: 30px;
  object-fit: contain;
  margin-right: 30px;
}

.box-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex: 1;
}
/*a.number:hover {
    color: #9a8a78!important;
}*/
.number{
    color: #000!important;
    text-decoration: none;
}
.eml:hover{
    color: #000!important;
    text-decoration: none;
}
.eml{
    color: #9a8a78!important;
    text-decoration: none;
}
.box-text {  
  font-size: 17.28px;
  font-weight: 400px;
}

.box-icon {
  font-size: 18px;
  color: #555;
  margin-left: 10px;
}
button.what:hover {
  background-color: #b3a89a;
  transition: 0.5s;
}    
button.what {
    margin-top: 12%;
    background-color: #9A8A78;
    font-family: "Raleway", Sans-serif;
    font-weight: 500;
    fill: #262626;
    color: #262626;
    border-radius: 0px 0px 0px 0px;
    padding: 1.5% 7% 1.5% 7%;
    border: none!important;
}
form input:focus-visible{
    outline: none;
    border-bottom: 2px solid #9a8a78;
}
form input {
    margin: 14px 0!important;
    background-color: transparent;
    border: none;
    border-right: none;
    border-radius: 0px;
    border-bottom: 1px solid #9a8a78;
}
form textarea:focus-visible{
    outline: none;
}
textarea {
    margin: 14px 0;
    background-color: transparent;
    border-right: none;
    border-left: none;
    border-top: none;
    border-radius: 0px;
    border-bottom: 1px solid #9a8a78;
}
h5.home a {
    color: #000;
    text-decoration: none;
}
.text-light {
    color:#000!important;
}
.carousel-control-next, .carousel-control-prev {
    opacity: 1;
}
button.carousel-control-next {
    justify-content: flex-end;
    padding-right: 2.3%;
}
button.carousel-control-prev {
    justify-content: flex-start;
    padding-left: 2.3%;
}
.slick-prev:before{
    content:'<'!important;
} 
.slick-next:before {
    content:'>'!important;
}
.slick-next {
    right: 10px!important;
}
.slick-prev {
    left: 10px!important;
    z-index: 2;
}
.slick-prev:before, .slick-next:before {
    opacity: 1!important;
    font-family: "Raleway", Sans-serif !important;
    font-size: 40px!important;
}
a.nav-link:active {
    color: #CFC8C0!important;
}
.ft-1 {
    width: 40%;
    padding: 0% 13% 0% 0%;
}
.ft-2 {
    width: 40%;
}
.ft-3 {
    width: 20%;
}


/*arrow*/

#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    cursor: pointer;
}

/*arrow ends*/





/*Mobile*/
@media only screen and (max-width: 600px) {
a.navbar-brand img {
    width: 50%!important;
}    
a.navbar-brand {
    text-align: left;
}
button.navbar-toggler {
    padding: 1%;
}
div#collapsibleNavbar {
    position: absolute;
    background-color: #fff;
    width: 100%;
    z-index: 99;
    top: 99%;
    left: 0;
    border-top: 1px solid #cfc8c0;
    border-bottom: 1px solid #cfc8c0;
    /*padding: 5% 0%;*/
}
.navbar-expand-sm .navbar-nav .nav-link {
    padding: 13px 22px!important;
}
.navbar-toggler:focus {
    box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width) #9a8a78!important;
}
.carousel-item img {
    height: 35vh!important;
    object-fit: cover;
}
.carousel-caption h5 {
    font-size: 30px;
}
.carousel-caption {
    top: 32%;
}
.col.img_box1,.col.img_box2,.col.img_box3,.col.img_box4 {
    flex: none!important;
}
.col.img_box3 {
    order: 2;
}
h1.text_heading1,.text_heading1 {
    font-size: 29.4px;
}
p.text_block1,ul.master-points {
    font-size: 16.8px;
}
.testimonial-box1 {
    width: 100%;
    padding: 13% 0%;
}
.testimonial-box2 {
    width: 100%;
}
.testimonial-outer {
    padding: 0% 0%;
}
.slick-initialized .slick-slide {
    height: 83vw !important;
    padding: 1% 1% 1% 1.5%;
}
nav.navbar.navbar-expand-sm .container-fluid {
    padding: 0% 5%;
}
section.hp {
    padding: 0% 5%!important;
}
h1.testimonial-text,.gallery-title {
    font-size: 29.4px;
}
.slick-slider div {
    font-size: 16.8px;
}
.ft-1,.ft-2,.ft-3 {
    width: 100%;
    padding: 0% 0% 0% 0%;
}
.image-box {
    display: unset;
    text-align: center;
    padding-top: 5%;
}
.box-content {
    justify-content: center;
}
.box-image {
    margin-left: 200px;
    margin-top: 19px;
    margin-bottom: 10px;
}
h5.con {
    text-align: center;
}
button.what {
    margin-top: 5%;
}
.col-md-4.ft-3 {
    margin-top: 10%;
    text-align: center;
}
form {
    width: 370px;
    margin: 0 auto;
}
.outer-footer {
    padding: 5%;
}
h2#gallery-nav,section.hp {
    margin-top: -1px;
}
.col.img_box4,.col.img_box2 {
    border-left: 1px solid #9a8a78;
}
div#collapsibleNavbar {
    transition: 1s;
}
}
/*Mobile Ends*/




