body {
  font-family: 'Poppins', sans-serif;
  color: #3a3a3a;
  text-align: justify;
  line-height: 28px;
  font-size: 15px;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: 'Poppins', sans-serif;
}

a:focus,
a:hover,
a:active {
  outline: none !important;
  box-shadow: none !important;
}

#hm {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;

}

#hm.sticky {
  position: fixed;
  top: 0;
  z-index: 9999;
  width: 100%;
  border-bottom: 1px solid rgb(233, 232, 232);
  background: #fff;
}

#hmbg,
#hmdiv1,
#hmdiv2,
#hmdiv3,
#hmlogo,
#hmmenu1,
#hmlogo img {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;

}

/* #hmlogo img{transition: opacity 1s ease-out;
                opacity: 0;
                height: 0;
                overflow: hidden;} */

#hmdiv1.stickydiv1 {
  margin-top: 0px;
}

#hmbg.stickybg {
  opacity: 0;
  display: none;
}


/* #hmdiv3.stickydiv3{padding-top: 5px; padding-bottom: 5px;} */
#hmlogo.stickylogo {
  display: block;
}

#hmlogo {
  transition: 0.5s;
  transform: translateY(0%);
}

#hmlogo.stickylogo {
  display: block;
  -webkit-animation: fadeIn 5s;
  animation: fadeIn 5s;
  width: 80%;
  margin-left: 15px;
  transform: translateY(0);
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

#hmdiv3 {
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}






#hmdiv1.stickydiv1 .menu-div .navbar-light .navbar-nav .nav-item {
  padding-top: 20px;
  padding-bottom: 20px;
}


body.lo-effect {
  opacity: 0;
  background: #9fc5e7;
  left: -100%;
  transition: opacity 1500ms ease-in, transform 1500ms ease-in;
  /* animation:animatezoom 1.9s; */

}

.show-time body {
  opacity: 1;
  left: 0;


}


@keyframes animatezoom {
  from {
    transform: scale(0)
  }

  to {
    transform: scale(1)
  }
}



.bannerTop {
  position: relative;
}

.bannerTop .fullscreen-bg {
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}

.bannerTop .bounce {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}

.bannerTop .scrollArrow {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  width: 38px;
  height: 38px;
  z-index: 9999;
  background: transparent url(/assets/corporate/images/rewamp_images/downArrow.png) no-repeat center top;
  margin: 0 auto;
}






.container {
  max-width: 1200px;
  width: 100%;
}

img {
  display: block;
}

.body-bg {
  position: fixed;
  z-index: 1200;
  right: 0;
}

.top-div1 {
  background: #fff;
  color: #fff;
  margin-top: 30px;
  padding-left: 20px;
  padding-right: 20px;
}

.top-left i {
  margin-right: 5px;
}

.top-call {
  margin-right: 20px;
}

.top-right i {
  margin-left: 10px;
}

header {
  position: absolute;
  z-index: 1000;
  width: 100%;
}





.top-div2 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.top-call {
  background: url(../images/top-call.png) no-repeat left center;
  padding-left: 50px;
  line-height: 20px;
  margin-right: 30px;
  text-transform: uppercase;
  color: #234180
}

.top-mail {
  background: url(../images/top-mail.png) no-repeat left center;
  padding-left: 50px;
  line-height: 20px;
  text-transform: uppercase;
  color: #234180
}

.top-call span,
.top-mail span {
  font-weight: 600;
  text-transform: lowercase;
}

.top-call a,
.top-mail a {
  text-decoration: none;
  color: #234180
}


.top-det a {
  text-decoration: none;
  color: #fff
}


.call-det {
  background: url(../images/call-icon.png) no-repeat left center;
  padding-left: 20px;
  margin-right: 20px;
}

.mail-det {
  background: url(../images/mail-icon.png) no-repeat left center;
  padding-left: 20px;
}






.logo-div {}

.logo-div img {}



.top-div3 {
  background: #234180;
}

.menu-div {
  padding-top: 0px;
  padding-bottom: 0px;
}




.menu-div .navbar,
.menu-div1 .navbar {
  padding: 0px;
  margin-left: 0px;
}



.menu-div .navbar-light .navbar-nav .nav-item .nav-link {
  padding: 5px 10px;
  line-height: 22px;
  font-size: 15px;
  font-weight: 300;
  position: relative;
  margin-right: 5px;
  text-align: center;
  color: #1a2e61;
  border: 1px solid transparent;
  text-transform: uppercase;



}

.menu-div .navbar-light .navbar-nav .nav-item:last-child .nav-link {
  background-image: none;
}


.menu-div .navbar-light .navbar-nav .nav-item {
  padding-top: 30px;
  padding-bottom: 30px;
}

.menu-div .navbar-light .navbar-nav .nav-item:hover,
.menu-div .navbar-light .navbar-nav .nav-item.active {
  background: url(../images/menu-bg.png) no-repeat top center, url(../images/menu-bg.png) no-repeat bottom center;
}

.menu-div .navbar-light .navbar-nav .nav-item:hover .nav-link,
.menu-div .navbar-light .navbar-nav .nav-item.active .nav-link {
  color: #1a2e61;
  background: #fff;
  border: 1px solid #e1e1e1;




}



.menu-div .navbar-expand-lg .navbar-nav .dropdown-menu,
.menu-div1 .navbar-expand-lg .navbar-nav .dropdown-menu {
  background: none;
  width: 100%;
  padding-top: 0px;
  padding-bottom: 0px;
}

.menu-div .dropdown-item,
.menu-div1 .dropdown-item {
  color: #000;
  border-bottom: 1px solid #e4bf7f;
  font-size: 12px;

  padding-top: 5px;
  padding-bottom: 5px;
  background: #bd9655 !important;
  color: #451500;
  font-weight: 400;
}

.menu-div .dropdown-item,
.menu-div1 .dropdown-item {
  padding: 8px 10px !important;
}

.menu-div .dropdown-item:hover,
.menu-div .dropdown-item.active,
.menu-div1 .dropdown-item:hover,
.menu-div1 .dropdown-item.active {
  color: #fff;
  background: #451500 !important;
}

.menu-div .dropdown:hover .dropdown-menu,
.menu-div1 .dropdown:hover .dropdown-menu {
  display: block;
  margin-top: -1px;
}


.menu-div .navbar .dropdown-menu {
  display: block;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
  margin-top: 0;
  padding: 0px;
  width: 100%;
}



/* .menu-div .navbar  .dropdown-menu .dropdown-submenu:hover .dropdown-menu{display: block; } 
       */
.menu-div .navbar .dropdown-menu.fade-down {
  top: 80%;
  transform: rotateX(-75deg);
  transform-origin: 0% 0%;
}

.menu-div .navbar .dropdown-menu.fade-up {
  top: 180%;
  /*transform: rotate(90deg);   transform: translateY(50px);*/
  transform: scale(0.5, 0.5);
}

.menu-div .navbar .nav-item:hover .d1 {
  transition: .7s;
  opacity: 1;
  visibility: visible;
  top: 100%;
  transform: rotateX(0deg);
}



.menu-div .navbar .dropdown-menu:hover .dropdown-submenu .dropdown-menu {
  display: block;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
  margin-top: 0;
  padding: 0px;
  width: 100%;
}


.menu-div .navbar .dropdown-menu .dropdown-submenu:hover .dropdown-menu.fade-up {
  top: 0%;
}

.menu-div .navbar .dropdown-menu .dropdown-submenu:hover .dropdown-menu {
  transition: .7s;
  opacity: 1;
  visibility: visible;
  top: 100%;
  transform: rotateX(0deg);
}


/* .navbar-nav li:hover > ul.dropdown-menu {
      display: block;
      
  } */
.dropdown-submenu {
  position: relative;
}

.dropdown-submenu>.dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
}

/* rotate caret on hover */
.dropdown-menu>li>a:hover:after {
  text-decoration: underline;
  transform: rotate(-90deg);
}











.mobilemenu {
  display: none;
}

.overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1;
}

.hamburger {
  background: #dedede !important;
  border: none;
  display: block;
  height: 32px;
  margin-left: 15px;
  position: fixed;
  top: 0px;
  width: 52px;
  z-index: 999;
  padding: 5px;
}

.hamburger:hover {
  outline: none;
}

.hamburger:focus {
  outline: none;
}

.hamburger:active {
  outline: none;
}

.hamburger.is-closed:before {
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.35s ease-in-out;
  color: #ffffff;
  content: '';
  display: block;
  font-size: 14px;
  line-height: 32px;
  opacity: 0;
  text-align: center;
  width: 100px;
}

.hamburger.is-closed:hover before {
  -webkit-transform: translate3d(-100px, 0, 0);
  -webkit-transition: all 0.35s ease-in-out;
  display: block;
  opacity: 1;
}

.hamburger.is-closed:hover .hamb-top {
  -webkit-transition: all 0.35s ease-in-out;
  top: 0;
}

.hamburger.is-closed:hover .hamb-bottom {
  -webkit-transition: all 0.35s ease-in-out;
  bottom: 0;
}

.hamburger.is-closed .hamb-top {
  -webkit-transition: all 0.35s ease-in-out;
  background-color: rgba(255, 255, 255, 0.7);
  top: 5px;
}

.hamburger.is-closed .hamb-middle {
  background-color: rgba(255, 255, 255, 0.7);
  margin-top: -2px;
  top: 50%;
}

.hamburger.is-closed .hamb-bottom {
  -webkit-transition: all 0.35s ease-in-out;
  background-color: rgba(255, 255, 255, 0.7);
  bottom: 5px;
}

.hamburger.is-closed .hamb-top,
.hamburger.is-closed .hamb-middle,
.hamburger.is-closed .hamb-bottom,
.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-middle,
.hamburger.is-open .hamb-bottom {
  height: 4px;
  left: 0;
  position: absolute;
  width: 100%;
  background-color: #276fc0;
  width: 26px;
  margin-left: 12px;
}

.hamburger.is-open .hamb-top {
  -webkit-transform: rotate(45deg);
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
  background-color: #276fc0;
  margin-top: -2px;
  top: 50%;
}

.hamburger.is-open .hamb-middle {
  background-color: #276fc0;
  display: none;
}

.hamburger.is-open .hamb-bottom {
  -webkit-transform: rotate(-45deg);
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
  background-color: #276fc0;
  margin-top: -2px;
  top: 50%;
}

.hamburger.is-open:before {
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.35s ease-in-out;
  color: #ffffff;
  content: '';
  display: block;
  font-size: 14px;
  line-height: 32px;
  opacity: 0;
  text-align: center;
  width: 100px;
}

.hamburger.is-open:hover before {
  -webkit-transform: translate3d(-100px, 0, 0);
  -webkit-transition: all 0.35s ease-in-out;
  display: block;
  opacity: 1;
}

#wrapper {
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  padding-left: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#wrapper.toggled {
  padding-left: 220px;
}

#wrapper.toggled #sidebar-wrapper {
  width: 270px;
}

#wrapper.toggled #page-content-wrapper {
  margin-right: -220px;
  position: absolute;
}

#sidebar-wrapper {
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  background: #276fc0;
  height: 100%;
  left: 185px;
  margin-left: -220px;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  width: 0;
  z-index: 1000;
}

#sidebar-wrapper::-webkit-scrollbar {
  display: none;
}

#page-content-wrapper {
  padding-top: 70px;
  width: 100%;
}

/*-------------------------------*/
/*     Sidebar nav styles        */
/*-------------------------------*/
.sidebar-nav {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  width: 270px;
}

.sidebar-nav li {
  display: inline-block;
  line-height: 20px;
  position: relative;
  width: 100%;
}

.sidebar-nav li:before {
  -moz-transition: width 0.2s ease-in;
  -ms-transition: width 0.2s ease-in;
  -webkit-transition: width 0.2s ease-in;
  background-color: #1c1c1c;
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transition: width 0.2s ease-in;
  transition: width 0.2s ease-in;
  width: 3px;
  z-index: -1;
}

.sidebar-nav li:before {
  background: none;
  margin-left: -5px;
  margin-right: -10px;
}

.sidebar-nav li:hover:before {
  -webkit-transition: width 0.2s ease-in;
  transition: width 0.2s ease-in;
  width: 100%;
}

.sidebar-nav li a {
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
  display: block;
  padding: 10px 15px 10px 30px;
  text-decoration: none;
  text-align: left;
  border-bottom: 1px solid #5189c8;
}

.sidebar-nav li.open:hover before {
  -webkit-transition: width 0.2s ease-in;
  transition: width 0.2s ease-in;
  width: 100%;
}

.sidebar-nav .dropdown-menu {
  background-color: #000;
  border-radius: 0;
  border: none;
  box-shadow: none;
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
}

.sidebar-nav li a:hover,
.sidebar-nav li.active a,
.sidebar-nav li a:focus,
.sidebar-nav li.open a:hover,
.sidebar-nav li.open a:active,
.sidebar-nav li.open a:focus {
  background-color: #f08c04;
  color: #fff;
  text-decoration: none;
}

.sidebar-nav .dropdown-menu li a {
  font-size: 13px;
  color: #fff;
  border-bottom: 1px solid #bababa;
}

.sidebar-nav .dropdown-menu li:hover a,
.sidebar-nav .dropdown-menu li.active a {
  background: #6aa3e3 !important;
  color: #fff !important;
}

.sidebar-nav .dropdown-menu li:before {
  background: none;
}

.sidebar-nav li.active .dropdown-menu li a {
  background: #000;
}

.call-div {
  display: none;
}

.banner-div1 {
  position: relative;
  z-index: 2;
}

.banner-div1 img {
  width: 100%;
}

.banner-div1 .carousel-indicators {
  bottom: 0px;
  right: auto;
  margin-left: 2%;
}

.banner-div1 .carousel-indicators li {
  background: #e75021;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  opacity: 1;
  border: 3px solid #5a5a5a;
}

.banner-div1 .carousel-indicators .active {
  width: 11px;
  height: 11px;
  background: #5a5a5a;
  border: 3px solid #e75021;
}

.banner-div1 .carousel-control-next,
.banner-div1 .carousel-control-prev {
  top: 0%;
}

.banner-div1 .carousel-control-prev {
  background: url(../images/banner-arrow-left.png) no-repeat left center;
  left: 3%;
  opacity: 1;
}

.banner-div1 .carousel-control-next {
  background: url(../images/banner-arrow-right.png) no-repeat right center;
  right: 3%;
  opacity: 1;
  z-index: 100;
}

.banner-div1 .carousel-caption {
  right: auto;
  background: rgba(2, 141, 208, .3);
  bottom: 15%;
  padding: 20px;
  width: 30%;
}

.banner-div1 .carousel-caption {
  color: #4e4e4e;
}

.banner-div1 .carousel-caption h5 {
  color: #984f1d;
  font-size: 35px;
  font-weight: 600;
}

.banner-div1 .carousel-caption {
  color: #fff;
  background: none;
  text-align: left;
}

.banner-div1 .carousel-caption h1 {
  font-size: 55px;
  font-weight: 900;
  margin-bottom: 20px;
}

.banner-div1 .carousel-caption h1 span {
  color: #cde1fd
}

.get-start {
  background: #f96857;
  display: inline-block;
  padding: 10px 40px;
  border-radius: 20px;
}

.get-start a {
  text-decoration: none;
  color: #fff
}

.fade1 {
  transition: background-color 1000ms;
}

.fade1:hover {
  background-color: #544ed3;
}



.contact-sticky {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 900;
  width: fit-content;
  border-radius: 25px 0 0 25px;
  background-color: #1E4285;
  padding: 10px 15px;
}

.contact-sticky a {
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  display: block;
}

.contact-sticky a:hover {
  color: #fff;
  text-decoration: none;
}




.banner-div2 {
  position: relative;
  z-index: 2;
  display: none;
}

.banner-div2 img {
  width: 100%;
}

.banner-div2 .carousel-indicators {
  bottom: 0px;
  right: auto;
  margin-left: 2%;
}

.banner-div2 .carousel-indicators li {
  background: #e75021;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  opacity: 1;
  border: 3px solid #5a5a5a;
}

.banner-div2 .carousel-indicators .active {
  width: 11px;
  height: 11px;
  background: #e75021;
  border: 3px solid #e75021;
}

.banner-div2 .carousel-control-next,
.banner-div2 .carousel-control-prev {
  top: 0%;
}

.banner-div2 .carousel-control-prev {
  background: url(../images/banner-arrow-left.png) no-repeat left center;
  left: 3%;
  opacity: 1;
  z-index: 100;
}

.banner-div2 .carousel-control-next {
  background: url(../images/banner-arrow-right.png) no-repeat right center;
  right: 3%;
  opacity: 1;
  z-index: 100;
}

.banner-div2 .carousel-caption {
  right: auto;
  left: auto;
  background: rgba(2, 141, 208, .3);
  bottom: 5%;
  left: 15%;
  padding: 20px;
  width: 70%;
}

.banner-div2 .carousel-caption {
  color: #4e4e4e;
}

.banner-div2 .carousel-caption h5 {
  color: #984f1d;
  font-size: 22px;
  font-weight: 600;
}

.banner-div2 .carousel-caption {
  color: #fff;
  text-align: left;
}

.banner-div2 .carousel-caption h1 {
  font-size: 25px;
  font-weight: 900;
  margin-bottom: 20px;
}

.banner-div2 .carousel-caption h1 span {
  color: #cde1fd
}



.slider {
  width: 100%;
  margin: 0px auto;

}

/* .slick-slide {
    margin: 0px 20px;
    }
    
    .slick-slide img {
    width: 100%;
    } */


.float-btn {
  position: fixed;
  right: 20px;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
  font-size: 24px;
  z-index: 9999;
  transition: .3s;
  box-shadow: 0 4px 10px rgba(0, 0, 0, .3);
}

.call-btn {
  bottom: 90px;
  background: #0d6efd;
}

.whatsapp-btn {
  bottom: 20px;
  background: #25D366;
}

.float-btn:hover {
  transform: scale(1.1);
  color: #fff;
}

.call-btn:hover {
  background: #0056b3;
}

.whatsapp-btn:hover {
  background: #1ebe5d;
}

/*8888*/




.slick-prev:before,
.slick-next:before {
  color: black;
}


.slick-slide {
  transition: all ease-in-out .3s;
  opacity: .2;
}

.slick-active {
  opacity: 1;
}

.slick-current {
  opacity: 1;
}

.slick-slide img {
  width: 100%;
}

.slider-nav img {
  width: auto !important;
  display: inline !important;
}

.slider-nav {
  text-align: center;
  display: none;
}

.slider-nav h4 {
  display: inline;
}


.slick-slide h4,
.slick-active h4 {
  font-size: 15px;
  font-family: 'Poppins', sans-serif;
  line-height: 20px;
  padding-top: 25px;
  padding-bottom: 25px;
  color: #bd9557;
  font-weight: 600;
  font-size: 27px;
  text-transform: uppercase;
  position: relative;
  top: 10px;
  font-family: 'Lora', serif;
  font-weight: 600;
}

.slick-current h4 {
  color: #bd9557;
  display: inline;
  padding-top: 25px;
  padding-bottom: 25px;
  font-weight: 600;
  font-size: 27px;
  line-height: 20px;
}

.slick-current h4 span,
.slick-slide h4 span,
.slick-active h4 span {
  color: #fff;
  font-weight: 300;
  font-size: 22px;
  letter-spacing: 2px;
  text-transform: capitalize;
  font-family: 'Felipa', cursive;
}



.slick-list.draggable {
  padding: 0 !important;
}

.slick-prev::before,
.slick-next::before {
  color: black !important
}

.slider-nav {
  position: absolute;
  cursor: pointer;
  margin-top: -10px !important;
  top: -160px;
}

.slick-prev {
  left: 0px !important;
}

.slick-next {
  right: -0px !important;
}

.indicatorSlick {
  /* position: absolute;
      left: 0;
      right: 0;
      top: -10px;
      margin: 0 auto; */
}


.home-div1 {
  color: #fff;
  padding-top: 0px;
  margin-bottom: -200px;
}

.home-div1 h1 {
  margin: 0px;
  text-transform: uppercase;
  font-size: 40px;
  margin-bottom: 20px;
}

.slick-prev::before {
  content: url(../images/slick-prev.png) !important;
}

.slick-next::before {
  content: url(../images/slick-next.png) !important;
}





.slick-next {
  right: 0;
}

.slick-prev {
  left: 0;
}

.btn-wrap {
  text-align: right;
  width: 100%;
  /* position: absolute;
  z-index: 1000; */
  margin-top: -10px;
  padding-right: 15%;
  padding-top: 7px;
  padding-bottom: 7px;


  background: #451500;

  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#bd9655+0,bd9655+50,ffffff+50,ffffff+100 */
  background: #bd9655;
  /* Old browsers */
  background: -moz-linear-gradient(-55deg, #451500 0%, #451500 90%, transparent 90%, transparent 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-55deg, #451500 0%, #451500 90%, transparent 90%, transparent 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(125deg, #451500 0%, #451500 90%, transparent 90%, transparent 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#451500', endColorstr='transparent', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */




}

.btn-wrap button {
  /* background-color: #ddd; */
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  margin: 10px;
  font-size: 18px;
  font-weight: 400;
  transition: all 0.5s;
  position: relative;
  z-index: 1001;
  color: #bf9656;
  text-transform: uppercase;
}

.btn-wrap button.slick-disabled {
  opacity: 0.6;
}

.btn-wrap button img {
  display: inline;
}

.prev-btn {
  background: url(../images/btn-wrap-l.png) no-repeat center left;
}

.next-btn {
  background: url(../images/btn-wrap-r.png) no-repeat center right;
}


.ban-logo {
  display: inline-block;
}



.home-div2 {
  background: url(../images/bg-left1.png) no-repeat top left, url(../images/bg-right1.png) no-repeat bottom right;
  margin-top: 30px;
  padding-top: 60px;
  position: relative;
  color: #a2a2a2;
  margin-bottom: 0px;
}

.home-div2 h1 {
  position: absolute;
  bottom: 5%;
  color: #fff;
  text-shadow: -1px 4px 9px rgba(0, 0, 0, 0.6);
  text-transform: uppercase;
  font-size: 70px;
  font-weight: 900;
  z-index: 2;
  margin-left: 30px;
}

.home-left1 img {
  width: 100%;
  position: relative;
  bottom: -10px;
}

.home-right1 {
  position: relative;
  background: #fff;
  border: 18px solid #eeeeee;
  border-left: none;
  margin-left: -35px;
  padding: 50px;
}

.home-right1 h3 {
  margin: 0px;
  position: relative;
  font-size: 50px;
  color: #ebebeb;
  text-transform: uppercase;
  font-weight: 900;
  background: url(../images/line-bg.jpg) no-repeat bottom left;
  margin-bottom: 20px;
  padding-bottom: 5px;
}

.home-right1 h4 {
  position: absolute;
  width: 100%;
  top: -50%;
  margin-left: 10px;
  padding-top: 50px;
  font-size: 26px;
  color: #2c2c2c
}









.about-us {
  background: url(../images/about-icon.png) no-repeat right 20px center #fff;
  padding: 5px 30px;
  padding-right: 50px;
  display: inline-block;
  margin-top: 20px;
  font-size: 17px;
  border: 1px solid #471401;
  border-radius: 20px;
  transition: all .5s ease;
}

.about-us a {
  text-decoration: none;
  color: #471401;
  font-weight: 300;
  transition: color 500ms;
}

.about-us:hover {
  background: url(../images/about-icon-hover.png) no-repeat right 10px center #451500;
}

.about-us:hover a {
  color: #fff;
}


.btn-one {
  color: #FFF;
  transition: all 0.3s;
  position: relative;
}

.btn-one span {
  transition: all 0.3s;
}

.btn-one::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  transition: all 0.3s;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-top-style: solid;
  border-bottom-style: solid;
  border-top-color: rgba(255, 255, 255, 0.5);
  border-bottom-color: rgba(255, 255, 255, 0.5);
  transform: scale(0.1, 1);
}

.btn-one:hover span {
  letter-spacing: 2px;
}

.btn-one:hover::before {
  opacity: 1;
  transform: scale(1, 1);
}

.btn-one::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: all 0.3s;
  background-color: rgba(255, 255, 255, 0.1);
}

.btn-one:hover::after {
  opacity: 0;
  transform: scale(0.1, 1);
}

.home-bg {
  position: absolute;
  z-index: 1009;
  background: #f7f7f7;
  width: 100%;
}

.home-bg img {
  position: relative;
  bottom: 0px;
  width: 51%;
}

.h-bg {
  position: relative;
}

.h-bg img {
  width: 50%;
}

.home-div3 {
  padding-top: 0px;
  position: relative;
  background: url(../images/bg-right4.png) no-repeat bottom 50px right #f7f7f7;
  padding-bottom: 300px;
}

.home-div3 h3 {
  margin: 0px;
  position: relative;
  font-size: 50px;
  color: #ebebeb;
  text-transform: uppercase;
  font-weight: 900;
  background: url(../images/line-bg.jpg) no-repeat bottom left;
  margin-bottom: 20px;
  padding-bottom: 5px;
}

.home-div3 h4 {
  position: absolute;
  width: auto;
  top: -50%;
  margin-left: 10px;
  padding-top: 50px;
  font-size: 26px;
  color: #2c2c2c
}

.work-img {
  width: 95%;
  box-shadow: -15px 15px 0 0px rgba(189, 150, 85, 1);
}

.our-div1 {
  margin-top: 40px;
  position: relative;
}

.our-div2 {
  background: url(../images/diamond-bg.png) no-repeat;
  background-size: 100% 100%;
  display: inline-block;
  padding: 60px 60px;
  padding-top: 100px;
  padding-bottom: 80px;
  position: absolute;
  bottom: -70%;
  left: 0%;
}

.our-det {
  text-align: center;
}

.home-hd {
  position: relative;
}


.kn {
  text-align: center;
}

.know-more {
  padding: 5px 15px;
  margin-top: 10px;
  display: inline-block;
  font-size: 14px;
  background: #fff;
  border-radius: 20px;
  transition: all .5s ease;
}

.know-more a {
  text-decoration: none;
  color: #471401;
  font-weight: 300;
  transition: color 500ms;
}

.know-more:hover {
  background: #471401;
}

.know-more:hover a {
  color: #bd9655;
}


.proj-div1 img {
  width: 100%;
}

.proj-div2 {
  background: #451500;
  padding-top: 5px;
  padding-bottom: 5px;
}

.proj-div2 h1 {
  margin: 0px;
  color: #bd9655;
  text-transform: uppercase;
  text-align: center;
  font-family: 'Lora', serif;
  font-weight: 600;
}

.proj-div2 h2 {
  margin: 0px;
  color: #fff;
  text-align: right;
  font-family: 'Felipa', cursive;
  margin-top: -3px;
}


.proj-div3 {
  background: url(../images/in-bg1.png) no-repeat right top;
  padding-top: 80px;
  padding-bottom: 0px;
}







/* Remove for prod */
.rtl-slider-flex {
  width: 100%;
  margin: 0em auto;
  /*padding: 0.75em 0.75em 0.5em;
  background: #fff;
  border-bottom: 1px solid rgba(0,0,0,0.2);
  box-shadow: 0 1px 5px rgba(0,0,0,0.15);*/
}

.rtl-slider-flex .thumb-prev,
.rtl-slider-flex .thumb-next {
  bottom: 12px !important;
  left: calc(7% + 0.75em) !important;

}

.rtl-slider-flex .thumb-prev {
  left: calc(-2% + 0.75em) !important;
}

/* Necessary styles */
.rtl-slider-flex {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  box-sizing: border-box;
  position: relative;
}

.rtl-slider-flex .rtl-slider {
  width: 80%;
  margin-right: 1%;
}

.rtl-slider-flex .rtl-slider-nav {
  width: 14%;
  margin-top: 0px;
  margin-right: 30px;
  border: 1px solid #fff !important;
}

.rtl-slider-flex .rtl-slider-nav .rtl-slider-slide {
  padding-top: 0%;
  margin-bottom: 4px;
  opacity: 0.75;
  transition: all 0.3s ease;
  cursor: pointer;

}

.rtl-slider-flex .rtl-slider-nav .slick-slide.slick-current.slick-active .rtl-slider-slide {
  opacity: 1;
}

.rtl-slider-flex .rtl-slider-slide {
  /* background: #0b69b7 url("") no-repeat center/cover; */
  /* padding-top: 56.25%; */
}

.rtl-slider-flex .thumb-prev,
.rtl-slider-flex .thumb-next {
  position: absolute;
  bottom: 4px;
  right: 0;
  height: 88px;
  width: 9.5%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s ease;
  background: transparent;
  z-index: 2;
}

.rtl-slider-flex .thumb-prev {
  right: 9.5%;
}

.rtl-slider-flex .slick-prev {
  position: absolute;
  z-index: 2;
}


.proj-div4 {
  background: url(../images/in-bg2.png) no-repeat right center;
  padding-top: 60px;
  padding-bottom: 190px;
}

.proj-div4 h2 {
  margin: 0px;
  position: relative;
  font-size: 27px;
  color: #5d3d32;
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 20px;
  margin-bottom: 10px;
}

.proj-div5 {
  background: #451500;
  padding-top: 50px;
  padding-bottom: 50px;
  position: absolute;
  width: 100%;
}

.proj-div5 .home-hd {
  text-align: center;
}

.proj-div5 h3 {
  margin: 0px;
  position: relative;
  font-size: 50px;
  color: #5d3d32;
  text-transform: uppercase;
  font-weight: 900;
  margin-bottom: 20px;
  padding-bottom: 5px;
}

.proj-div5 h4 {
  position: absolute;
  width: 100%;
  top: -50%;
  margin-left: 10px;
  padding-top: 50px;
  font-size: 26px;
  color: #f5e0df;
}

.proj-div6 {
  padding-bottom: 60px;
}

.fac-div1 {
  /*background: url(../images/in-diamond2.png) no-repeat; background-size: 100% 100%;*/
  text-align: center;
  margin-top: -100px;
  position: relative;
}

.in-dm {
  position: relative;
}

.fac-con {
  position: absolute;
  z-index: 2;
  top: 30%;
  left: 0%;
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
}

.fac-div1 img {
  margin-left: auto;
  margin-right: auto;
}

.fac-div1 h5 {
  margin: 0px;
  font-size: 15px;
  color: #451500;
  margin-top: 10px;
}

.fac-ex .fac-div1 {
  margin-top: 0px;
}

.fc1 {
  top: 45%
}

.fac-ex1 .fac-div1 {
  margin-top: -100px;
}

.db {
  text-align: center;
}

.down-broch {
  display: inline-block;
  background: #451500;
  padding: 20px 40px;
  font-size: 18px;
}

.down-broch a {
  text-decoration: none;
  color: #fff
}


.proj-div7 {
  background: #d1ab6c;
  padding-top: 60px;
  padding-bottom: 60px;
}

.proj-div7 .home-hd {
  text-align: center;
}

.proj-div7 h3 {
  margin: 0px;
  position: relative;
  font-size: 50px;
  color: #d5bd91;
  text-transform: uppercase;
  font-weight: 900;
  margin-bottom: 20px;
  padding-bottom: 5px;
}

.proj-div7 h4 {
  position: absolute;
  width: 100%;
  top: -50%;
  margin-left: 10px;
  padding-top: 50px;
  font-size: 26px;
  color: #441600;
}

.proj-div7 h5 {
  margin: 0px;
  background: #441600;
  color: #fff;
  font-size: 18px;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  transition: all .5s ease;
  line-height: 28px;
  margin-bottom: 30px;
}

.proj-div7 a {
  text-decoration: none;
}

.proj-div7 h5:hover {
  background: #000;
}

.video-div {
  column-gap: 20px;
}

.video-div iframe {
  width: 50%;
  height: 400px;
}


/* #gallery {
	 padding-top: 40px;
} */
@media screen and (min-width: 991px) {
  /* #gallery {
		 padding: 60px 30px 0 30px;
	} */
}

.img-wrapper {
  position: relative;
  margin-top: 15px;
}

.img-wrapper img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}

.img-overlay {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
}

.img-overlay i {
  color: #fff;
  font-size: 3em;
}

#overlay {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 10000;
}

#overlay img {
  margin: 0;
  width: 80%;
  height: auto;
  object-fit: contain;
  padding: 5%;
}

@media screen and (min-width: 768px) {
  #overlay img {
    width: auto;
    max-height: 100%;

  }
}

@media screen and (min-width: 1200px) {
  #overlay img {
    width: auto;

  }
}

#nextButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
}

#nextButton:hover {
  opacity: 0.7;
}

@media screen and (min-width: 768px) {
  #nextButton {
    font-size: 3em;
  }
}

#prevButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
}

#prevButton:hover {
  opacity: 0.7;
}

@media screen and (min-width: 768px) {
  #prevButton {
    font-size: 3em;
  }
}

#exitButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
  position: absolute;
  top: 0px;
  right: 15px;

}

#exitButton:hover {
  opacity: 0.7;
}

@media screen and (min-width: 768px) {
  #exitButton {
    font-size: 3em;

  }
}


.vbox-container img {
  max-width: 100%;
  height: auto;
  max-height: 100%;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}



.proj-div8 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.proj-div8 .home-hd {
  text-align: center;
}

.proj-div8 h3 {
  margin: 0px;
  position: relative;
  font-size: 50px;
  color: #e8e8e8;
  text-transform: uppercase;
  font-weight: 900;
  margin-bottom: 20px;
  padding-bottom: 5px;
}

.proj-div8 h4 {
  position: absolute;
  width: 100%;
  top: -50%;
  margin-left: 10px;
  padding-top: 50px;
  font-size: 26px;
  color: #441600;
}

.proj-div8 h5 {
  margin: 0px;
  color: #2c2c2c;
  text-transform: uppercase;
  font-size: 23px;
  margin-bottom: 0px;
}

.proj-div8 ul {
  padding: 0px;
  margin: 0px;
  list-style-type: square;
  margin-top: 10px;
  margin-bottom: 20px;
}

.proj-div8 ul li {
  padding-bottom: 10px;
  line-height: 24px;
}

.high-left {
  padding-right: 40px;
}

.high-right {
  padding-left: 40px;
}









.proj-div9 {
  padding-bottom: 0px;
}

.proj-div9 .home-hd {
  text-align: center;
}

.proj-div9 h3 {
  margin: 0px;
  position: relative;
  font-size: 50px;
  color: #e8e8e8;
  text-transform: uppercase;
  font-weight: 900;
  margin-bottom: 20px;
  padding-bottom: 5px;
}

.proj-div9 h4 {
  position: absolute;
  width: 100%;
  top: -50%;
  margin-left: 10px;
  padding-top: 50px;
  font-size: 26px;
  color: #441600;
}

.vm {
  margin-right: 10px;
}

.view-more {
  background: url(../images/about-icon.png) no-repeat right 20px center #fff;
  padding: 5px 30px;
  padding-right: 50px;
  display: inline-block;
  margin-top: 20px;
  font-size: 17px;
  border: 1px solid #471401;
  border-radius: 20px;
  transition: all .5s ease;
}

.view-more a {
  text-decoration: none;
  color: #471401;
  font-weight: 300;
  transition: color 500ms;
}

.view-more:hover {
  background: url(../images/about-icon-hover.png) no-repeat right 10px center #451500;
}

.view-more:hover a {
  color: #fff;
}



.proj-div9 .slider-nav-thumbnails .slick-slide {
  opacity: 0.5;
}

.proj-div9 .slick-current {
  transform: scale(1);
}

.proj-div9 .slider p {
  margin-top: 75px;
  font-size: 14px;
}

.proj-div9 .slider-nav-thumbnails img {
  margin-left: 20px;
}

.proj-div9 .slick-prev {
  left: 20px !important;
  z-index: 2000 !important;
}

.proj-div9 .slick-next {
  right: 20px !important;
  z-index: 2000 !important;
}

.proj-div9 .slick-slide {
  padding-left: 10px;
  padding-right: 10px;
}

/* .proj-div9 .slider{padding-left: 10px; padding-right: 10px;} */


.slick-lightbox-close {
  right: 30px !important;
  top: 0px !important
}

.slick-lightbox-close::before {
  font-size: 80px !important;
}


.proj-div9 .slick-slide {
  opacity: 1;
}




.update-div1 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.update-div1 .home-hd {
  text-align: center;
  margin-top: 50px;
}

.update-div1 h3 {
  margin: 0px;
  position: relative;
  font-size: 50px;
  color: #e8e8e8;
  text-transform: uppercase;
  font-weight: 900;
  margin-bottom: 20px;
  padding-bottom: 5px;
}

.update-div1 h4 {
  position: absolute;
  width: 100%;
  top: -50%;
  margin-left: 10px;
  padding-top: 50px;
  font-size: 26px;
  color: #441600;
}


.comp-div1 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.comp-div1 .home-hd {
  text-align: center;
  margin-top: 50px;
}

.comp-div1 h3 {
  margin: 0px;
  position: relative;
  font-size: 50px;
  color: #e8e8e8;
  text-transform: uppercase;
  font-weight: 900;
  margin-bottom: 20px;
  padding-bottom: 5px;
}

.comp-div1 h4 {
  position: absolute;
  width: 100%;
  top: -50%;
  margin-left: 10px;
  padding-top: 50px;
  font-size: 26px;
  color: #441600;
}


.comp-div2 {
  margin-top: 30px;
}

.comp-div2 img {
  width: 100%;
  border: 1px solid #f4d9ac;
  padding: 3px;
}

.comp-hd {
  background: #d1ab6c;
  color: #441600;
  padding: 10px;
  text-align: center;
}

.comp-hd h5 {
  margin: 0px;
  font-size: 23px;
}

.comp-hd h6 {
  margin: 0px;
  margin-top: 5px;
  font-size: 17px;
}


.contact-div1 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.c1 {
  text-transform: uppercase;
  font-weight: 600;
  color: #451500;
  font-size:
    25px
}

.contact-div1 h5 {
  display: inline-block;
  background: #bd9655;
  color: #451500;
  padding: 5px 20px;
  font-size: 20px;
}

.con-left {
  border: 1px dashed #ccc;
  padding: 20px;
}

.con-right {
  border: 1px dashed #ccc;
  padding: 20px;
  padding-bottom: 0px;
}

.contact-row {
  margin-bottom: 20px;
  text-align: center;
}

.contact-div1 a {
  text-decoration: none;
  color: #333333;
}

.proj-div11 {
  padding-top: 60px;
  padding-bottom: 60px;
  text-align: center;
}

.proj-depth1 {
  border: 1px solid #ccc;
  padding: 40px 20px;
  width: 32%;
}

.proj-depth1 h3 {
  margin: 0;
  font-size: 32px;
  font-weight: 600;
  color: #441600;
}

.proj-depth1 h4 {
  margin: 0;
  font-size: 22px;
  font-weight: 500;
  margin-top: 10px;
}

.pr-avyanna-fac h5 {
  font-size: 12px;
}

.about-div1 {
  background: #000;
}

.img-wrap {
  width: 100%;
  height: 100%;
}

.img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.ab-right {
  padding-right: 20%;
  color: #878787;
  padding-left: 20px;
}

.about-div1 h1 {
  margin: 0px;
  font-size: 60px;
  letter-spacing: 2px;
  color: #fff;
  margin-bottom: 30px;
  font-family: 'Gilda Display', serif;
}

.about-div1 h1 span {
  color: #c19b76;
}

.testim-div1 {
  color: #494949;
  position: relative;
  margin-top: 70px;
  border-radius: 20px;
  padding: 40px;
  text-align: center;
  margin-left: 10%;
  margin-right: 10%;
  background-image: linear-gradient(320deg,
      hsl(37deg 52% 62%) 0%,
      hsl(36deg 50% 71%) 6%,
      hsl(35deg 48% 78%) 22%,
      hsl(34deg 46% 84%) 47%,
      hsl(34deg 45% 90%) 71%,
      hsl(33deg 44% 95%) 88%,
      hsl(0deg 0% 100%) 100%);
}

.testim-div {
  padding-bottom: 90px;
}

.testim-div1 h1 {
  margin: 0px;
  font-size: 30px;
  display: inline-block;
  padding-bottom: 5px;
  border-bottom: 1px solid #656464;
  color: #000;
  margin-bottom: 20px;
  background: url(../images/quote-icon.png) no-repeat top center;
  padding-top: 60px;
}

.testim-div1 .slider-nav {
  top: 0;
  margin-top: 0;
}

.testim-div1 .slider-nav .slick-slide img {
  border-radius: 100%;
}

.testim-div1 .slider-nav .slick-slide img,
.testim-div1 .slider-nav .slick-active img {
  width: 15% !important;
  opacity: .5;
  transition: all .5s ease;
}

.testim-div1 .slider-nav .slick-current img {
  width: 25% !important;
  opacity: 1;
}


.testim-div1 .slider-nav .slick-slide h5,
.testim-div1 .slider-nav .slick-active h5,
.testim-div1 .slider-nav .slick-slide h6,
.testim-div1 .slider-nav .slick-active h6 {
  opacity: 0;
  transition: all .5s ease;
}

.testim-div1 .slider-nav .slick-current h5,
.testim-div1 .slider-nav .slick-current h6 {
  opacity: 1;
}

.testim-div1 .stars {
  margin-bottom: 30px;
}

.testim-div1 .slider-nav .slick-slide h5 {
  margin: 0px;
  font-size: 16px;
  color: #000;
  margin-top: 15px;
}

.testim-div1 .slider-nav .slick-slide h6 {
  margin: 0px;
  font-size: 13px;
  color: #4e4e4e
}


.testim-div1 .slick-prev::before,
.testim-div .slick-next::before {
  content: url(../images/testi-arrow-right.png) !important;
}

.testim-div1 .slick-prev::before {
  content: url(../images/testi-arrow-left.png) !important;
}

.testim-div1 .slick-prev {
  left: -3% !important;
}


.testim-div1 .slick-next {
  right: -3% !important;
}


/* .slick-slide h4, .slick-active h4{font-size: 15px;  font-family: 'Poppins', sans-serif; line-height: 20px;   padding-top: 25px; padding-bottom: 25px; color:#bd9557;font-weight: 600; font-size: 27px; text-transform: uppercase; position: relative; top:10px; font-family: 'Lora', serif; font-weight: 600;}
  .slick-current h4{ color:#bd9557; display: inline; padding-top: 25px; padding-bottom: 25px;  font-weight: 600; font-size: 27px; line-height: 20px; }
  .slick-current h4 span, .slick-slide h4 span, .slick-active h4 span{color:#fff; font-weight: 300; font-size: 22px; letter-spacing: 2px; text-transform: capitalize; font-family: 'Felipa', cursive;} */



.foot-logo {}

/* footer, .home-div3{display: none;} */


.footer-div1 {
  background: #451500;
  position: relative;
}

.f-bg {
  position: absolute;
  width: 100%;
  top: -40%;
}


.footer-div {
  background: url(../images/bg-logo.png) no-repeat left center;
  position: relative;
  color: #c9c4c0;
  padding-top: 60px;
  padding-bottom: 30px;
  font-weight: 300;
}




.footer-div .top-link {


  transform: translate(0%, 0%);
}

.footer-div .top-link a {
  -webkit-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.75);
  width: 45px;
  height: 45px;
  background-color: #000000;
  text-align: center;
  line-height: 40px;
  font-size: 25px;
  margin: 4px 0px;

  border-radius: 50%;
  position: relative;
  overflow: hidden;
  border: 3px solid #7c5126;
  z-index: 1;
}

.footer-div .top-link a .bi {
  position: relative;
  color: #fff;
  transition: .5s;
  z-index: 3;
}

.footer-div .top-link a:hover .bi {
  color: #fff;
  transform: rotateY(360deg);
}

.footer-div .top-link a:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: #bb9652;
  transition: .5s;
  z-index: 2;

}

.footer-div .top-link a:hover:before {
  top: 0;

}

.footer-div .top-link li:nth-child(1) a:before {
  background: #3b5999;
}

.footer-div .top-link li:nth-child(2) a:before {
  background: #55acee;
}

.footer-div .top-link li:nth-child(3) a:before {
  background: #0077b5;
}

.footer-div .top-link li:nth-child(4) a:before {
  background: #dd4b39;
}


.footer-div h5 {
  margin: 0px;

  font-size: 18px;

  font-weight: 600;
  color: #d8d3d0;
  display: block;
  margin-bottom: 20px;
  border-bottom: 1px solid #6a4332;
  padding-bottom: 10px;
  font-weight: 300;


}

.social-hd {
  writing-mode: vertical-rl;
  -webkit-transform: rotate(180deg);
  text-align: right;
  margin: 0;
  padding: 0;
  position: relative;
  border: none !important;
}

.f-link {
  list-style: none;
  margin-left: 0px;
  padding: 0px;
  text-align: left;
  margin-top: 10px;
  margin-right: 40px;
}

.f-link li {
  display: block;
  padding-right: 0px;
}

.f-link li a {
  display: block;
  padding: 6px 3px 6px 20px;
  font-size: 14px;
  line-height: 20px;

  font-weight: 300;
  text-decoration: none;
  background: url(../images/footer-arrow.png) no-repeat top 13px left;
  color: #c9c4c0;
  margin-left: 0px;
  transition: All .5s ease;
  -webkit-transition: All .5s ease;
  -moz-transition: All .5s ease;
  -o-transition: All .5s ease;
}

.f-link li a:hover {
  color: #bd9655;
  background-position: top 13px left 5px;
}


.social-icon {
  text-align: right;
}

.social-icon a {
  text-decoration: none;
  transition: All .5s ease;
}

.social-icon img {
  display: inline;
  padding: 10px 20px;
  border-right: 1px solid #1c3349;
  transition: all .5s ease;
}

.social-icon a:hover img {
  opacity: .7;
}

.qc-div img {
  margin-left: auto;
  margin-right: auto;
}


.ft-call {
  background: url(../images/f-call.png) no-repeat top 8px left;
  padding-left: 25px;
  padding-bottom: 10px;
  margin-top: 10px;
}

.ft-ad {
  background: url(../images/f-add.png) no-repeat top 18px left;
  padding-left: 30px;
  padding-top: 10px;
}

.ft-mail {
  background: url(../images/f-mail.png) no-repeat top 18px left;
  padding-left: 30px;
  padding-top: 10px;
}

.ft-ad1 {
  background: url(../images/footer-arrow.png) no-repeat top 13px left;
  padding-left: 15px;
}

.ft-det {
  margin-top: 20px;
}

.ft-det a {
  text-decoration: none;
  color: #c9c4c0
}






.copy-div {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#bd9655+0,bd9655+50,ffffff+50,ffffff+100 */
  background: #bd9655;
  /* Old browsers */
  background: -moz-linear-gradient(-55deg, #bd9655 0%, #bd9655 50%, transparent 50%, transparent 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-55deg, #bd9655 0%, #bd9655 50%, transparent 50%, transparent 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(125deg, #bd9655 0%, #bd9655 50%, transparent 50%, transparent 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bd9655', endColorstr='transparent', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */

  font-size: 14px;

  padding-top: 5px;
  padding-bottom: 5px;

  color: #451403;
  transition: all .5s ease;
}

.copy-div a {
  text-decoration: none;
  color: #451403;
}

.copy-div a:hover {
  color: #ddd8d5;
}

.copy-div .power-div {
  text-align: right;
  color: #fff
}

.power-div a {
  color: #fff
}

.copy-div .power-div .power {
  position: relative;
  z-index: 3;
}

.copy-div1 {
  padding-top: 15px;
  padding-bottom: 15px;
}


@media(max-width:1501px) {
  .home-div1 {
    margin-bottom: -160px;
  }

  .home-div3 h4 {
    top: -4%;
  }

  .slider-nav {
    text-align: left;
    padding-left: 20px;
  }

  .slider-nav h4 {
    text-align: right;
  }

  .body-bg img {
    width: 90%;
    margin-left: auto;
  }
}

@media (max-width: 1201px) {}

@media (max-width: 1025px) {

  .menu-div .navbar-light .navbar-nav .nav-item .nav-link {
    font-size: 12px;
    padding: 5px 9px;
  }

  #hmdiv3.stickydiv3 .menu-div .navbar-light .navbar-nav .nav-item .nav-link {
    padding: 8px 4px;
    font-size: 12px;
  }

  .body-bg img {
    width: 50%;
    margin-left: auto;
  }



}

@media (max-width: 981px) {
  .top-center {
    font-size: 11px;
  }

  .menu-div .navbar-light .navbar-nav .nav-item .nav-link {
    font-size: 12px;
    padding: 10px 8px;
  }

  .foot-broch {
    padding-left: 20px;
  }

  .copy-div {
    font-size: 12px;
  }




  .sidebar-nav .dropdown-menu {
    top: 0px;
  }

  .dropdown-menu {
    top: 0;
    right: 0px;
    left: 0px;
    margin-top: 0;
    margin-left: 0rem;
  }

  .mobilemenu {
    display: none;
    position: fixed !important;
    z-index: 1000;
  }

  /*.menu-div, .menu-div1 {
    display: none; }*/

  .hamburger.is-closed {
    margin-left: 79%;
    margin-top: 10px;
    right: 5%;
  }

  .hamburger.is-open {
    margin-left: 24px;
    margin-top: 20px;
  }

  .dropdown-toggle:active,
  .open .dropdown-toggle {
    outline: 0;
    background-color: #f08c04 !important;
    color: #fff !important;
    border-bottom: 1px solid #16a15a !important;
  }
}

@media(max-width:801px) {
  .menu-div .navbar-light .navbar-nav .nav-item .nav-link {
    font-size: 11px;
    padding: 10px 1px;
  }


  #hmdiv3.stickydiv3 .menu-div .navbar-light .navbar-nav .nav-item .nav-link {
    padding: 8px 5px;
    font-size: 11px;
  }

  .ft-det {
    font-size: 8px;
  }
}

@media (max-width: 769px) {
  .body-bg {
    display: none;
  }

  .top-div1 {
    margin-top: 0px;
  }

  header {
    position: relative;
  }

  .slider-nav {
    margin-bottom: -80px;
  }

  .slider-nav img {
    width: 30% !important;
    padding-top: 10px !important;
  }

  .ban-logo {
    display: inline-block !important;
    top: 21px !important;
    position: relative !important;
    left: 10px !important;
  }



  .btn-wrap {
    text-align: center;
    /*margin-top: -103px;*/
    padding-top: 30px;
    background: #451500;
    padding-right: 0;
  }

  #hmlogo.stickylogo {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
  }




  .logo-div img {
    margin-left: auto;
    margin-right: auto;
  }

  .menu-div,
  .menu-div1 {
    display: none;
  }



  .banner-div1 {
    display: none;
  }

  .banner-div2 {
    display: block;
  }


  .home-div1 {
    margin-bottom: 0px;
  }

  .home-div2 {
    margin-top: 0;
    padding-top: 30px;
  }

  .home-right1 {
    margin-right: 0px;
    margin-left: 0px;
    border: 18px solid #eeeeee;
  }

  .home-div2 {
    text-align: center;
    padding-bottom: 60px;
  }

  .home-div2 h1 {
    position: relative;
    text-align: center;
    font-size: 40px;
  }

  .home-div3 {
    text-align: center;
    padding-top: 60px;
  }

  .home-div3 h4 {
    left: 0%;
    width: 100%;
    top: -50%
  }

  .home-div2 h3 {
    background-position: bottom center;
  }

  .home-div3 h3 {
    background-position: bottom center;
  }

  .home-div3 .col-md-6 {
    margin-bottom: 100px;
  }

  .home-div3 .col-md-6:last-child {
    margin-bottom: 0px;
  }

  .work-img {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }


  .f-bg,
  .h-bg {
    display: none !important;
  }

  .our-div1 {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  .home-div2 {
    margin-left: 15px;
    margin-right: 15px;
    display: block;
  }


  .proj-div4 {
    text-align: center;
    padding-bottom: 60px;
  }

  .proj-div4 img {
    margin-bottom: 20px;
  }

  .proj-div5 {
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .fac-div1 {
    margin-top: 0px;
  }

  .proj-div5 h3 {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .fac-ex1 .fac-div1 {
    margin-top: 0;
  }

  .proj-div7 h5 {
    font-size: 16px;
  }

  .high-left,
  .high-right {
    text-align: center;
    padding-left: 30px;
    padding-right: 30px;
  }

  .proj-div8 ul {
    display: inline-block;
  }

  .rtl-slider-flex .rtl-slider {
    width: 81% !important;
  }

  .rtl-slider-flex .rtl-slider-nav {
    width: 18%;
    margin-right: 5px;
  }

  .testim-div1 {
    margin-left: 0;
    margin-right: 0;
    background: #dbbe94;
    height: auto;
    padding-bottom: 100px;
  }

  .testim-div1 .slider-nav .slick-slide {
    text-align: center;
  }

  .testim-div1 .slider-nav .slick-slide img {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .about-div1 {
    text-align: center;
  }

  .ab-right {
    padding-right: 0%;

    padding-left: 0px;
    padding-bottom: 30px;
  }


  .our-div2 {
    padding-top: 60px;
    padding-bottom: 60px;
    background-size: 70% 100%;
    bottom: -70%;
    background-position: center;
  }

  .our-det img {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
  }

  .our-div1 {
    margin-bottom: 180px;
  }

  .contact-div1 {
    text-align: center;
  }

  .contact-div1 iframe {
    margin-top: 30px !important;
  }

  .footer-div {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .footer-div .top-link {
    padding-top: 0px;
    margin-bottom: 20px;
  }

  .footer-div .top-link a {
    margin-left: 10px;
  }

  .f-link {
    margin-top: -15px;
  }


  .foot-logo img {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }

  .social-hd {
    -webkit-transform: rotate(0deg);
    writing-mode: initial;
    text-align: center;
    margin-top: 10px !important;
    margin-bottom: -0px !important;
  }


  .ft-det {
    margin-top: -20px;
    text-align: center;
    font-size: 13px;
  }



  .ft-ad,
  .ft-call,
  .ft-mail {
    display: inline-block;
    border-bottom: none;
    padding-bottom: 2px;
    margin-bottom: 2px;
  }

  .ft-call {
    margin-right: 10px;
  }

  .ft-mail {
    border-top: 1px solid #e9e9e9;
  }


  .f-link {
    text-align: center;
  }

  .f-link li {
    display: inline;
  }

  .f-link li a {
    display: inline;
    line-height: 24px;
    font-size: 13px;
    padding: 8px 6px 6px 21px;
  }

  .f-logo {
    margin-top: 20px;
  }

  .f-det {
    font-size: 13px;
  }

  .f-det h6 {
    -webkit-transform: rotate(0deg);
    writing-mode: initial;
    margin-bottom: 10px;
    margin-top: 20px;
  }

  .f-add,
  .f-call,
  .f-fax,
  .f-mail {
    display: inline-block;
    margin-left: 30px;
  }

  .copy-div {
    font-size: 13px;
    text-align: center;
    background: #bd9655;
  }

  .copy-div .power-div {
    text-align: center;
  }






  .copy-div {
    margin-bottom: 40px;
  }



  .call-div {
    display: block !important;
    bottom: 0px;
    position: fixed;
    width: 100%;
    z-index: 1000;
    bottom: 0;
    background: #451500;
    text-align: center;
    padding: 10px;
    color: #ddd9d9;
    font-weight: 600;
  }

  .call-div a {
    color: #fff;
  }
}





@media(max-width:421px) {
  .proj-div3 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .rtl-slider-flex .thumb-prev,
  .rtl-slider-flex .thumb-next {
    left: calc(5% + 0.75em) !important;
  }

  .rtl-slider-flex .thumb-prev {
    left: calc(-5% + 0.75em) !important;
  }

  .proj-div4 {
    padding-top: 0px;
    padding-bottom: 30px;
  }

  .proj-div7,
  .proj-div8 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .proj-div9 h3 {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .vm {
    text-align: center;
    margin-bottom: 20px;
  }



}

@media (max-width: 575px) {
  .wel-img img:nth-child(2n) {
    right: 0px;
  }

  .wel-div1 h1,
  .wel-div2 h1,
  .wel-div4 h1,
  .wel-div5 h1,
  .wel-div6 h1 {
    font-size: 30px;
  }

  .wel-div4 img {
    width: 90%;
  }

  .wel-form {
    padding: 20px;
  }

  .copy-div {
    font-size: 11px;
  }
}


@keyframes swing {
  0% {
    transform: rotate(0deg);
  }

  10% {
    transform: rotate(10deg);
  }

  30% {
    transform: rotate(0deg);
  }

  40% {
    transform: rotate(-10deg);
  }

  50% {
    transform: rotate(0deg);
  }

  60% {
    transform: rotate(5deg);
  }

  70% {
    transform: rotate(0deg);
  }

  80% {
    transform: rotate(-5deg);
  }

  100% {
    transform: rotate(0deg);
  }
}

@keyframes sonar {
  0% {
    transform: scale(0.9);
    opacity: 1;
  }

  100% {
    transform: scale(2);
    opacity: 0;
  }
}

#show-sidebar {
  background: #451500;
  border-color: #bd9557;
}

.page-wrapper {
  display: none;
  position: relative;
  z-index: 3000;
}



@media(max-width:980px) {
  .page-wrapper {
    display: block;
  }
}

.page-wrapper .sidebar-wrapper,
.sidebar-wrapper .sidebar-brand>a,
.sidebar-wrapper .sidebar-dropdown>a:after,
.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a:before,
.sidebar-wrapper ul li a i,
.page-wrapper .page-content,
.sidebar-wrapper .sidebar-search input.search-menu,
.sidebar-wrapper .sidebar-search .input-group-text,
.sidebar-wrapper .sidebar-menu ul li a,
#show-sidebar,
#close-sidebar {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/*----------------page-wrapper----------------*/

/* .page-wrapper {
  height: 100vh;
} */

.page-wrapper .theme {
  width: 40px;
  height: 40px;
  display: inline-block;
  border-radius: 4px;
  margin: 2px;
}

.page-wrapper .theme.chiller-theme {
  background: #1e2229;
}

/*----------------toggeled sidebar----------------*/


.page-wrapper.toggled .sidebar-wrapper {
  right: 0px;
}

@media screen and (min-width: 768px) {
  .page-wrapper.toggled .page-content {
    padding-left: 300px;
  }
}

/*----------------show sidebar button----------------*/
#show-sidebar {
  position: fixed;
  right: 20px;
  top: 10px;
  border-radius: 0 4px 4px 0px;
  width: 35px;
  transition-delay: 0.3s;
}

.page-wrapper.toggled #show-sidebar {
  left: -40px;
}

/*----------------sidebar-wrapper----------------*/

.sidebar-wrapper {
  width: 260px;
  height: 100%;
  max-height: 100%;
  position: fixed;
  top: 0;
  right: -300px;
  z-index: 999;
}

.sidebar-wrapper ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.sidebar-wrapper a {
  text-decoration: none;
}

/*----------------sidebar-content----------------*/

.sidebar-content {
  max-height: calc(100% - 30px);
  height: calc(100% - 30px);
  overflow-y: auto;
  position: relative;
}

.sidebar-content.desktop {
  overflow-y: hidden;
}

/*--------------------sidebar-brand----------------------*/

.sidebar-wrapper .sidebar-brand {
  padding: 10px 20px;
  display: flex;
  align-items: center;
}

.sidebar-wrapper .sidebar-brand>a {
  text-transform: uppercase;
  font-weight: bold;
  flex-grow: 1;
}

.sidebar-wrapper .sidebar-brand #close-sidebar {
  cursor: pointer;
  font-size: 20px;
}

/*--------------------sidebar-header----------------------*/

.sidebar-wrapper .sidebar-header {
  padding: 20px;
  overflow: hidden;
}

.sidebar-wrapper .sidebar-header .user-pic {
  float: left;
  width: 60px;
  padding: 2px;
  border-radius: 12px;
  margin-right: 15px;
  overflow: hidden;
}

.sidebar-wrapper .sidebar-header .user-pic img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.sidebar-wrapper .sidebar-header .user-info {
  float: left;
}

.sidebar-wrapper .sidebar-header .user-info>span {
  display: block;
}

.sidebar-wrapper .sidebar-header .user-info .user-role {
  font-size: 12px;
}

.sidebar-wrapper .sidebar-header .user-info .user-status {
  font-size: 11px;
  margin-top: 4px;
}

.sidebar-wrapper .sidebar-header .user-info .user-status i {
  font-size: 8px;
  margin-right: 4px;
  color: #5cb85c;
}

/*-----------------------sidebar-search------------------------*/

.sidebar-wrapper .sidebar-search>div {
  padding: 10px 20px;
}

/*----------------------sidebar-menu-------------------------*/

.sidebar-wrapper .sidebar-menu {
  padding-bottom: 10px;
}

.sidebar-wrapper .sidebar-menu .header-menu span {
  font-weight: bold;
  font-size: 14px;
  padding: 15px 20px 5px 20px;
  display: inline-block;
}

.sidebar-wrapper .sidebar-menu ul li a {
  display: inline-block;
  width: 100%;
  text-decoration: none;
  position: relative;
  padding: 8px 30px 8px 20px;
}

.sidebar-wrapper .sidebar-menu ul li a i {
  margin-right: 10px;
  font-size: 12px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 4px;
}

.sidebar-wrapper .sidebar-menu ul li a:hover>i::before {
  display: inline-block;
  animation: swing ease-in-out 0.5s 1 alternate;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown>a:after,
.sidebar-wrapper .sidebar-menu .sidebar-dropdown1>a:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  font-style: normal;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  background: 0 0;
  position: absolute;
  right: 15px;
  top: 14px;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu ul,
.sidebar-wrapper .sidebar-menu .sidebar-dropdown1 .sidebar-submenu1 ul {
  padding: 5px 0;
  margin: 0px;
  margin-left: -30px;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li,
.sidebar-wrapper .sidebar-menu .sidebar-dropdown1 .sidebar-submenu1 li {
  padding-left: 25px;
  font-size: 13px;
}

.sidebar-submenu1 li a {
  background: #6b6c6e;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a:before,
.sidebar-wrapper .sidebar-menu .sidebar-dropdown1 .sidebar-submenu1 li a:before {
  content: "\f111";
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  font-style: normal;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 10px;
  font-size: 8px;
}

.sidebar-wrapper .sidebar-menu ul li a span.label,
.sidebar-wrapper .sidebar-menu ul li a span.badge {
  float: right;
  margin-top: 8px;
  margin-left: 5px;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a .badge,
.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a .label,
.sidebar-wrapper .sidebar-menu .sidebar-dropdown1 .sidebar-submenu1 li a .badge,
.sidebar-wrapper .sidebar-menu .sidebar-dropdown1 .sidebar-submenu1 li a .label {
  float: right;
  margin-top: 0px;
}

.sidebar-wrapper .sidebar-menu .sidebar-submenu,
.sidebar-wrapper .sidebar-menu .sidebar-submenu1 {
  display: none;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown.active>a:after,
.sidebar-wrapper .sidebar-menu .sidebar-dropdown1.active>a:after {
  transform: rotate(90deg);
  right: 17px;
}

/*--------------------------side-footer------------------------------*/

.sidebar-footer {
  position: absolute;
  width: 100%;
  bottom: 0;
  display: flex;
}

.sidebar-footer>a {
  flex-grow: 1;
  text-align: center;
  height: 30px;
  line-height: 30px;
  position: relative;
}

.sidebar-footer>a .notification {
  position: absolute;
  top: 0;
}

.badge-sonar {
  display: inline-block;
  background: #980303;
  border-radius: 50%;
  height: 8px;
  width: 8px;
  position: absolute;
  top: 0;
}

.badge-sonar:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border: 2px solid #980303;
  opacity: 0;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  animation: sonar 1.5s infinite;
}

/*--------------------------page-content-----------------------------*/

.page-wrapper .page-content {
  display: inline-block;
  width: 100%;
  padding-left: 0px;
  padding-top: 20px;
}

.page-wrapper .page-content>div {
  padding: 20px 40px;
}

.page-wrapper .page-content {
  overflow-x: hidden;
}

/*------scroll bar---------------------*/

::-webkit-scrollbar {
  width: 10px;
  height: 7px;
}

::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}

::-webkit-scrollbar-thumb {
  background: #235789;
  border: 0px none #ffffff;
  border-radius: 0px;
}

::-webkit-scrollbar-thumb:hover {
  background: #235789;
}

::-webkit-scrollbar-thumb:active {
  background: #235789;
}

::-webkit-scrollbar-track {
  background: transparent;
  border: 0px none #ffffff;
  border-radius: 50px;
}

::-webkit-scrollbar-track:hover {
  background: transparent;
}

::-webkit-scrollbar-track:active {
  background: transparent;
}

::-webkit-scrollbar-corner {
  background: transparent;
}


/*-----------------------------chiller-theme-------------------------------------------------*/

.chiller-theme .sidebar-wrapper {
  background: #bc9655;
}

.chiller-theme .sidebar-wrapper .sidebar-header,
.chiller-theme .sidebar-wrapper .sidebar-search,
.chiller-theme .sidebar-wrapper .sidebar-menu {
  border-top: 1px solid #fff;
}

.chiller-theme .sidebar-wrapper .sidebar-search input.search-menu,
.chiller-theme .sidebar-wrapper .sidebar-search .input-group-text {
  border-color: transparent;
  box-shadow: none;
}

.chiller-theme .sidebar-wrapper .sidebar-header .user-info .user-role,
.chiller-theme .sidebar-wrapper .sidebar-header .user-info .user-status,
.chiller-theme .sidebar-wrapper .sidebar-search input.search-menu,
.chiller-theme .sidebar-wrapper .sidebar-search .input-group-text,
.chiller-theme .sidebar-wrapper .sidebar-brand>a,
.chiller-theme .sidebar-wrapper .sidebar-menu ul li a,
.chiller-theme .sidebar-footer>a {
  color: #fff;
  text-transform: uppercase;
}

.chiller-theme .sidebar-wrapper .sidebar-menu ul li a {
  border-bottom: 1px solid #cdad77;
  color: #000
}

.chiller-theme .sidebar-wrapper .sidebar-menu ul ul li a {
  color: #fff
}

.chiller-theme .sidebar-wrapper .sidebar-menu ul li:hover>a,
.chiller-theme .sidebar-wrapper .sidebar-menu .sidebar-dropdown.active>a,
.chiller-theme .sidebar-wrapper .sidebar-header .user-info,
.chiller-theme .sidebar-wrapper .sidebar-brand>a:hover,
.chiller-theme .sidebar-footer>a:hover i {
  color: #fff;
}

.chiller-theme .sidebar-wrapper .sidebar-menu ul li:hover>a,
.chiller-theme .sidebar-wrapper .sidebar-menu ul li.active>a {
  color: #fff;
  background: #451500;
}


.page-wrapper.chiller-theme.toggled #close-sidebar {
  color: #e8e5e5;
}

.page-wrapper.chiller-theme.toggled #close-sidebar:hover {
  color: #ffffff;
}

.chiller-theme .sidebar-wrapper ul li:hover a i,
.chiller-theme .sidebar-wrapper .sidebar-dropdown .sidebar-submenu li a:hover:before,
.chiller-theme .sidebar-wrapper .sidebar-search input.search-menu:focus+span,
.chiller-theme .sidebar-wrapper .sidebar-menu .sidebar-dropdown.active a i {
  color: #7f5610;
  text-shadow: 0px 0px 10px rgba(22, 199, 255, 0.5);
}

.chiller-theme .sidebar-wrapper .sidebar-menu ul li a i,
.chiller-theme .sidebar-wrapper .sidebar-menu .sidebar-dropdown div,
.chiller-theme .sidebar-wrapper .sidebar-search input.search-menu,
.chiller-theme .sidebar-wrapper .sidebar-search .input-group-text {
  background: #7f5610;
}


.chiller-theme .sidebar-wrapper .sidebar-menu ul li ul li:hover>a,
.chiller-theme .sidebar-wrapper .sidebar-menu ul li ul li.active>a {
  color: #fff;
  background: #000;
}

.chiller-theme .sidebar-wrapper .sidebar-menu .header-menu span {
  color: #6c7b88;
}

.chiller-theme .sidebar-footer {
  background: #3a3f48;
  box-shadow: 0px -1px 5px #282c33;
  border-top: 1px solid #464a52;
}

.chiller-theme .sidebar-footer>a:first-child {
  border-left: none;
}

.chiller-theme .sidebar-footer>a:last-child {
  border-right: none;
}




/* Float */
.hvr-float {

  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-float:hover,
.hvr-float:focus,
.hvr-float:active {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}


#back_to_top {
  display: inline-block;
  background-color: #1664a6;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 80px;
  right: 10px;
  transition: background-color .3s, opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  cursor: pointer
}


#back_to_top.show {
  opacity: .3;
  visibility: visible;
}

#back_to_top::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}

#back_to_top:hover {
  background-color: #d10013
}

#back_to_top:hover::after {
  color: #fff
}


/* ::-webkit-scrollbar,  ::-moz-scrollbar {
  width: 25px;
  scrollbar-width: auto;
}

::-webkit-scrollbar-track, ::-moz-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(200,200,200,1);
  border-radius: 10px;
}

::-webkit-scrollbar-thumb, ::-moz -scrollbar-thumb {
  border-radius: 10px;
  background-color:#fff;
  -webkit-box-shadow: inset 0 0 6px rgba(90,90,90,0.7);
} */


@media(max-width:400px) {
  .reg-now {
    font-size: 10px;
    padding: 5px
  }

  .search-div img {
    width: 50%;
  }

  .ab-us {
    font-size: 12px;
  }

  .footer-logo img {
    width: 70%;
  }
}







@media(max-width:769px) {
  .proj-depth1 {
    width: 100%;
  }

  .video-div iframe {
    width: 100%;
    margin-bottom: 30px;
  }
}

/* News & Media Section */
.news-section {
  padding: 70px 0 90px;
  background-color: #f9f9fb;
}

.news-card {
  background: #ffffff;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 35px;
  border: 1px solid #eef0f3;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.04);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.news-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.1);
}

/* Left Image Container & Modern Hover Effect */
.news-img-wrapper {
  position: relative;
  overflow: hidden;
  height: 100%;
  min-height: 240px;
  background-color: #000000;
}

.news-img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.6s ease;
}

/* Modern Hover Effect on Image: Scale + Glow Sheen */
.news-card:hover .news-img-wrapper img {
  transform: scale(1.08);
  opacity: 0.92;
}

.news-img-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.25) 50%, rgba(255, 255, 255, 0) 100%);
  transform: skewX(-25deg);
  transition: all 0.75s ease;
  pointer-events: none;
}

.news-card:hover .news-img-wrapper::after {
  left: 150%;
}

/* Right Content Container */
.news-content {
  padding: 35px 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  font-size: 15px;
}



.news-badge {
  background-color: rgb(69, 21, 0);
  color: #ffffff;
  padding: 4px 12px;
  border-radius: 20px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 11px;
  font-weight: 600;
}

.news-date {
  color: #777777;
  display: flex;
  align-items: center;
  gap: 5px;
}

/* Black Title for Image with Hover Effect */
.news-title {
  font-family: 'Poppins', sans-serif;
  font-size: 23px;
  font-weight: 600;
     color: #451500 !important;
  text-decoration: none !important;
  line-height: 32px;
  margin-bottom: 15px;
  display: inline-block;
 
}



@media (max-width: 991px) {
  .news-img-wrapper {
    min-height: 220px;
  }

  .news-content {
    padding: 25px 20px;
  }

  .news-title {
    font-size: 19px;
  }
}