@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');

@import url("https://fonts.googleapis.com/css2?family=Mukta:wght@300;400;500;600;700;800&family=Oswald:wght@200;300;400;500;600;700&family=Roboto:wght@400;500;700;900&display=swap");


body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Inter', sans-serif !important;
  color: #6b6b6b;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6em;
}
p{
  color: #6b6b6b;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6em;
}
input:hover,
input:focus {
    outline: none !important;
}

textarea:hover,
textarea:focus {
    outline: none !important;
}

button:hover,
button:focus {
    outline: none !important;
}

select:hover,
select:focus {
    outline: none !important;
}

a:hover,
a:focus {
    outline: none !important;
}

a {
    text-decoration: none !important;
}

a:hover {
    text-decoration: none !important;
}
.mt-50{
  margin-top: 50px;
}

.big-container{
  padding-left: 40px;
  padding-right: 40px;
}

@media (min-width: 1400px){
  .big-container{
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media (min-width: 1600px){
  .big-container{
    padding-left: 60px;
    padding-right: 60px;
  }
}

/*Language translator start*/
#l-nav{
  position: relative;
  width: auto;
  margin-left: auto;
  margin-right: inherit;
}
.nav__toggle {
  position: fixed;
  cursor: pointer;
  /* margin: 0rem 1rem; */
  bottom: 75px;
  right: 13px;
  z-index: 9999;
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s ease-in-out;
}
.nav__toggle span i{
  color: #151515;
  font-size: 28px !important;
  transition: 0.3s ease-in-out;
}
.close{
  font-size: 20px !important;
  opacity: 1 !important;
  transition: 0.3s ease-in-out;
}
.close,
input[type="checkbox"] {
  display: none;
  transition: 0.3s ease-in-out;
}
.hamburger {
  margin-top: 0.2rem;
  transition: 0.3s ease-in-out;
}
.nav__menu {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  align-items: center;
  margin: 1rem;
}
.nav__menu li {
  list-style: none;
  display: none;
}
/* .nav__menu li:first-child {
  margin-right: auto;
  display: block;
} */
.nav__menu a {
  text-decoration: none;
  color: initial;
  font-size: 1.2rem;
}
#nav__checkbox:checked ~ ul.nav__menu li {
  display: block;
}
#nav__checkbox:checked ~ label.nav__toggle .hamburger {
  display: none;
}
#nav__checkbox:checked ~ label.nav__toggle .close {
  display: block;
}

@media (min-width: 992px) {
  .nav__toggle {
    display: none;
  }
  .nav__menu {
    flex-direction: row;
  }
  .nav__menu li {
    display: block;
  }
  .goog-te-gadget {
    color: #fff !important;
}
.VIpgJd-ZVi9od-l4eHX-hSRGPd, .VIpgJd-ZVi9od-l4eHX-hSRGPd:link, .VIpgJd-ZVi9od-l4eHX-hSRGPd:visited, .VIpgJd-ZVi9od-l4eHX-hSRGPd:hover, .VIpgJd-ZVi9od-l4eHX-hSRGPd:active {
  color: #fff !important;
}
}
@media (max-width: 991px){
  .nav__menu {
      position: fixed;
      top: 100px;
      right: -15px;
      background: #fff;
      width: 0;
      height: 75px;
      z-index: 99;
      margin: 0;
      padding: 15px 0;
      transition: 0.3s linear;
      box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    }
    #nav__checkbox:checked ~ ul.nav__menu {
      width: 200px;
      transition: 0.3s linear;
    }
}

/*Language translator end*/




/*Header start*/

.header {
  width: 100%;
  height: auto;
  position: absolute;
  top: 10px;
  left: 0;
  color: #fff !important;
  z-index: 111 !important;
  /*    box-shadow: 0 1px 20px rgba(0, 0, 0, 0.2);*/
}

/*Top header start*/

.top-header {
  position: relative;
  padding: 0 0;
  background: #001e57;
  /*    padding: 0px 40px 0px 0;*/
  /*    border-bottom: 1px solid rgba(0,0,0,0.15);*/
}

/*
.top-header::before {
  position: absolute;
  content: "";
  left: 0;
  top: 10px;
  width: 70.2%;
  height: 44px;
  background-color: #F55B14;
  clip-path: polygon(0 0, 100% 0%, 98% 100%, 0 100%);
}
.top-header::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 44px;
  width: 70%;
  background-color: #08172e;
  clip-path: polygon(0 0, 100% 0%, 98% 100%, 0 100%);
}
*/

.top-header-content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
/*    justify-content: space-between;*/
/*
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
*/
/*
  padding-left: .75rem;
  padding-right: .75rem;
*/
/*
  height: 100px;
  background: #db1d21;
*/
}
.top-left-header{
  padding: 15px 30px 15px 0;
  background: #031331;
  padding-left: 5.8%;
  width: 38%;
  height: 100%;
  
}
.welcome-heading {
  color: #fff;
  position: relative;
  z-index: 1;
  font-size: 16px;
  line-height: 22px;
  text-transform: uppercase;
  padding-bottom: 0;
}
.top-right-header{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
/*    background: #db1d21;*/
  width: 62%;
  height: 100%;
  padding-right: 5.8%;
}

.header .social_con {
  margin-top: 0;
  padding-left: 20px;
}

.header .social_con .social_icons {
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 0px;
  transition: 0.3s ease-in-out;
}

.header .social_con .social_icons .icons {
  width: 30px;
  height: 30px;
  display: grid;
  position: relative;
  place-items: center;
  color: #4c2d0b;
  border: 1px solid transparent;
  background-color: transparent;
  border-radius: 50%;
  margin-right: 7px;
  transition: 0.3s ease-in-out;
  /*    clip-path: polygon(20% 0, 100% 0%, 79% 100%, 0% 100%);*/
}
.header .social_con .social_icons .icons:last-child{
  margin-right: 0;
}
/*
.header .social_con .social_icons .icons::after{
  content: '';
  position: absolute;
  top: 1px;
  left: 1px;
  width: 52px;
  height: 38px;
  background: #fff;
  transition: 0.3s ease-in-out;
  clip-path: polygon(20% 0, 100% 0%, 79% 100%, 0% 100%);
}
*/
/*
.header .social_con .social_icons .icons:hover::after{
  display: none;
  transition: 0.3s ease-in-out;
}
*/
.header .social_con .social_icons .icons i {
  font-size: 16px;
  transition: 0.3s ease-in-out;
  color: #fff;
  position: relative;
  z-index: 1;
}

.header .social_con .social_icons .icons i:first-child {
  margin-left: 0;
  transition: 0.3s ease-in-out;
}

.header .social_con .social_icons .icons:hover {
  border: 1px solid #fff;
  background-color: #fff;
  transition: 0.3s ease-in-out;
}

.header .social_con .social_icons .icons:hover i {
  color: #4c2d0b;
  transition: 0.3s ease-in-out;
}

/*Top header end*/

/*Middle header start*/

.header-middle {
  padding-top: 30px;
  padding-bottom: 30px;
}

.desk-logobox {
  display: block;
}

/*
.time-con {
  margin-left: 20px;
}
*/
/*
.email-con, .phone-con, .time-con {
  padding: 7px 32px;
}
*/
/*
.email-con{
  border-right: 1px solid #d9d9d9;
}
.phone-con{
  border-right: 1px solid #d9d9d9;
}
*/
.time-con {
  padding-right: 0;
}

.timebox {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  /*    align-items: center;*/
}

.time-icon i {
  font-size: 30px;
  color: #b6702a;
}

.time-icon {
  width: auto;
}

.time-icon img {
  width: 100%;
  max-height: 45px;
}

.time_contentbox {
  margin-left: 7px;
}

.time_heading {
  color: #08172e;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  text-transform: uppercase;
}

.time_details {
  color: #7f7f8a;
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
  font-family: 'Poppins', sans-serif !important;
}

.email-con {
  padding-left: 30px;
}

.emailbox {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  /*    align-items: center;*/
}

.email-icon {
  width: auto;
/*
  height: 45px;
  display: grid;
  place-items: center;
  border-radius: 3px;
  border: 1px solid #e1e1e1;
*/
}

.email-icon img {
  width: 100%;
  max-height: 22px;
}

.email-icon i {
  font-size: 18px;
  color: #0062c6;
}

.email_contentbox {
  margin-left: 7px;
}

.email_heading {
  color: #fff;
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  text-transform: uppercase;
}

.email_contentbox span {
  color: #6ebf2f;
  font-weight: 600;
}

.emailid {
  color: #fff;
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
  transition: 0.3s ease-in-out;
  font-family: 'Poppins', sans-serif !important;
}

.emailid:hover {
  color: #00578c;
}

.phone-con {
/*    padding-left: 30px;*/
  padding-right: 30px;
/*    border-left: 1px solid rgba(255,255,255,0.4);*/
  border-right: 1px solid rgba(255,255,255,0.4);
}

.phonebox {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  /*    align-items: center;*/
}

.phone-icon {
  width: auto;
/*
  height: 45px;
  display: grid;
  place-items: center;
  border-radius: 3px;
  border: 1px solid #e1e1e1;
*/
}

.phone-icon i {
  font-size: 18px;
  color: #0062c6;
}


.phone-icon img {
  width: 100%;
  max-height: 22px;
}

.phone_contentbox {
  margin-left: 7px;
}

.phone_heading {
  color: #fff;
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  text-transform: uppercase;
}

.phone_contentbox span {
  color: #6ebf2f;
  font-weight: 600;
}

.phone-no {
  color: #fff;
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
  transition: 0.3s ease-in-out;
  font-family: 'Poppins', sans-serif !important;
}

.phone-no:hover {
  color: #00578c;
}

/*Middle header end*/

/*Main header start*/
.main-header-section {
  width: 100%;
  padding: 15px 0;
  position: relative;
  /* background: rgba(0,0,0,0.2); */
/*    border-bottom: 1px solid rgba(255,255,255,0.15);*/
/*    margin-bottom: -60px;*/
  z-index: 111 !important;
  transition: 0.3s ease-in-out;
}

.main-header {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  /* justify-content: space-between; */
  /* position: relative; */
  /* background: #282828; */
  height: 60px;
  /*    line-height: 80px;*/
/*    position: absolute;*/
  
/*
  padding-left: 15px;
  padding-right: 15px;
*/
  /*    justify-content: center;*/
  /*    border-bottom: 1px solid rgba(255,255,255,0.3);*/
  /*
  padding-right: 40px;
  padding-left: 5%;
*/
  /*    justify-content: space-between;*/
  /*    box-shadow: 0 1px 20px rgba(0, 0, 0, 0.2);*/
}

/*
.main-header::after {
  position: absolute;
  content: "";
  right: -220px;
  top: 0;
  height: 81px;
  width: 123%;
  background-color: #F55B14;
  z-index: -1;
  clip-path: polygon(30px 0, 100% 0%, 100% 100%, 0% 100%);
}
*/
.header_left-column {
  max-width: 360px;
  width: 100%;
  height: 145px;
  overflow: hidden;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}


/*
.logobox {
  width: 30%;
}
*/
.logobox  {
   width: 300px;
   height: auto;
  position: relative;
  margin-right: 40px;
/*    background-color: #fff;*/
/*
  height: 120px;
  top: 10px;
  
*/
}
.mob-logobox {
  display: none;
}

.logobox img {
  width: 100%;
  height: auto;
}
/*
.header .logobox:before {
  content: "";
  border-color: #d4d4d4 transparent transparent #d4d4d4;
  border-style: solid;
  border-width: 13px;
  position: absolute;
  bottom: -6px;
  right: -26px;
  z-index: -1;
}
*/
.navbar-brand {
  max-width: 260px;
  margin-right: 0 !important;
  padding: 0 0 !important;
}

.navbar-brand img {
  width: 100%;
  height: auto;
}


.header_right-column {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.main_header-row {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  background: #2acaa6;
  padding: 0 15px;
}

.header_group-button {
  display: flex;
}


.chat-button .btn1 {
  height: 79px;
  border-radius: 0;
  padding: 12px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f2f6fb;
  border: 1.5px solid #f2f6fb;
}

.chat-button .btn1:hover {
  color: #01cd61;
  background: #f2f6fb;
  border: 1.5px solid #f2f6fb;
}

.chat_iconbox {
  width: 50px;
  height: 50px;
  /*
  background: #fff;
  border-radius: 50%;
  display: grid;
  place-items: center;
*/
}

.chat_iconbox img {
  width: 100%;
  height: auto;
}

.chat_iconbox i {
  color: #01cd61;
  font-size: 40px;
}

.chat_content {
  margin-left: 10px;
}

.chat-heading1 {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  color: #666666;
  text-align: left;
}

.chat-heading2 {
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
  color: #101010;
  text-align: left;
}

.joinus-button .btn1 {
  height: 79px;
  font-size: 20px;
  border-radius: 0;
  padding: 12px 45px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.joinus-button .btn1 span {
  margin-left: 5px;
}

.joinus-button .btn1 span i {
  font-size: 16px;
}

.browchure_button .btn1 {
  color: #76aa6f;
  background: transparent;
  border: none;
}

/*
.get-in-touch .btn1{
  color: #fff;
  border: none;
}
.get-in-touch .btn1:before {
  background-color: #493621;
}
.get-in-touch .btn1:hover{
  color: #fff;
  background-color: #493621;
  border: none;
}
*/
/*
.header-button{
  padding-left: 7%;
}
*/
.btn1 {
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
/*    overflow: hidden;*/
  text-shadow: none;
  border: none;
  background-color: #2d1d14;
  padding: 0 35px;
  line-height: 46px;
  border-radius: 0px;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  z-index: 1;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.btn1:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  z-index: -1;
  background-color: #e4bd89;
  transition: all .5s;
}

/* .btn1:after{
  content: "";
  position: absolute;
  left: 8px;
  top: 8px;
  width: 100%;
  height: 100%;
  border: 1px solid #006494;
  opacity: 1;
  visibility: visible;
  transition: 0.3s ease-in-out;
  display: none;
} */

.btn1:focus:before,
.btn1:hover:before {
  width: 100%;
}


.btn1:hover {
  color: #fff;
  transition: 0.3s ease-in-out;
/*
  border: none;
  background-color: #493621;
*/
}
/* .btn1:hover:after{
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease-in-out;
} */
.btn1 .fa {
  font-size: 20px;
  line-height: 22px;
  padding-left: 7px;
  font-weight: bold;
}

/*
.get-in-touch-button .btn1{
  padding: 12px 35px;
}
*/


/*
.sticky {
  background: #fff;
  width: 100%;
  position: fixed;
  color: #1e1e1e !important;
  z-index: 11111 !important;
  box-shadow: 0 1px 20px rgba(0, 0, 0, 0.2);
  top: 0;
  left: 0;
  transition: 0.5s ease;
}
*/

.header-rightconbox {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}

/* Right Bar Toggler */

.rightbar_toggler-con {
  position: relative;
}

.rightbar_togglerbox {
  border: none;
  background-color: #fe0000;
  cursor: pointer;
  padding: 5px 15px;
  color: #fff;
  transition: 0.3s ease-in-out;
  /*
  width: 70px;
  height: 70px;
*/
  display: grid;
  place-items: center;
  /*
top: 6px;
position: absolute;
right: 10px;
*/
}

.rightbar_togglerbox:hover {
  background-color: #012c5f;
}

.rightbar_togglerbox .btn {
  color: #fff;
  transition: 0.3s ease-in-out;
}

.rightbar_togglerbox:hover .btn {
  color: #fff;
}

/*
.rightbar_togglerbox .rightbarToggler {
display: inline-block;
cursor: pointer;
}
.rightbar_togglerbox .rightbarToggler span {
position: relative;
background-color: #fff;
border-radius: 3px;
display: block;
height: 3px;
margin-top: 5px;
padding: 0;
-webkit-transition-duration: 300ms;
transition-duration: 300ms;
width: 30px;
cursor: pointer;
}
.rightbar_togglerbox .rightbarToggler span:nth-child(1){
  margin-top: 0;
}
.rightbar_togglerbox .rightbarToggler.active span:nth-of-type(1) {
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
top: 8px;
}
.rightbar_togglerbox .rightbarToggler.active span:nth-of-type(2) {
opacity: 0;
}
.rightbar_togglerbox .rightbarToggler.active span:nth-of-type(3) {
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
top: -8px;
}
*/


/*Header end*/



/* Site heading Starts Here---------------------------------- */

.mb-40 {
  margin-bottom: 20px;
}
.div_center_with_flex {
  display: flex;
  align-items: center;
  justify-content: center;
}

.site_section_divider {
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
  }
  .site_section_divider::before{
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 82.5%;
    height: 91.5%;
    z-index: -1;
    background-image: linear-gradient(to right, #f8f8f8, #fff);
  }



/* Site heading End Here---------------------------------- */

/* Service Section Style Starts Here---------------------------------- */


.service_imagebox {
  width: 100%;
  height: auto;
  /* height: 300px; */
  position: relative;
  /* border: 7px solid #f6d8a9; */
  padding: 0;
  background-color: #fff;
  border-radius: 15px;
  /*    border: 2px solid #e5e5e5;*/
  /*        border-bottom: 2px solid #ebebeb;*/
  overflow: hidden;
  transition: 0.3s linear;
}
.service_imagebox img {
  max-width: 100%;
  width: 100% !important;
  height: auto;
}
/* .service_imagebox img {
  max-height: 100%;
  max-width: 100%;
  width: auto !important;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transition: 0.5s ease;
} */
.site_heading {
  font-size: 50px;
  line-height: 56px;
  margin-bottom: 60px;
  color: #1e1510;
  font-weight: 700;
}
.site_cols_heading {
  font-size: 26px;
  line-height: 32px;
  color: #1e1510;
  font-weight: 600;
  margin-top: 30px;
  margin-bottom: 40px;
}
.service_cols a {
  color: #e2b57c;
  font-weight: 700;
  font-size: 17px;
  text-decoration: none;
  transition: 0.3s ease-in-out;
}
.service_cols a:hover{
  color: #1e1510;
}


.service_cols p{
  margin-bottom: 25px;
}

.service_secound_row {
  position: relative;
  top: -530px;
}



/* Service Section Style End Here---------------------------------- */

/* Our story Section start Here */

.our-story-section{
    position: relative;
    padding-bottom: 50px;
}

.our-story_iconbox{
  width: 50px;
  height: auto;
}
.our-story_iconbox img{
  width: 1005;
  height: auto;
}

.storybox{
  width: 100%;
  height: auto;
}
.story_innerbox {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  max-width: 1000px;
  background-image: linear-gradient(to right, #f8f8f8, #fff);
  padding: 80px 50px !important;
  margin: 0px auto !important;
}
.service_cols_nine p {
  text-align: left;
}

.site_story_content {
  text-align: left;
  margin-bottom: 30px;
}
.site_heading_type_two {
  margin-bottom: 10px;
  font-size: 50px;
  line-height: 56px;
  color: #140c07;
  font-weight: 600;
}
.site_story_content span {
  color: #e2b57c;
  font-size: 19px;
}
.service_cols_nine a {
  padding: 15px 0px;
  border-bottom: 5px solid #e2b57c;
  color: #e2b57c;
  text-decoration: none;
  font-weight: 600;
}



.features-list,
.features-list li {
    padding: 0;
    margin: 0;
    list-style: none;
}
.features-list ul{
    margin-top: 30px;
    margin-bottom: 30px;
    padding-left: 0;
}
.features-list {
    margin: 2em 0;
}

.features-list li {
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    /*    font-family: 'Merriweather', serif !important;*/
    margin-bottom: 12px;
    margin-left: 45px;
    color: #222021;
}

.features-list li::before {
    content: '\f105';
    font-family: 'FontAwesome';
    float: left;
    margin-left: -25px;
    color: #222021;
    font-size: 18px;
    font-weight: 500;
}

.info-btn{
  color: #e4bd89;
  font-size: 16px;
    line-height: 26px;
    font-weight: 700;
    padding-bottom: 5px;
    position: relative;
    display: inline-block;
    transition: 0.3s ease-in-out;
}
.info-btn:hover{
  color: #1e1510;
}
.info-btn::after{
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  border-bottom: 4px solid #e4bd89;
  transition: 0.3s ease-in-out;
}
.info-btn:hover:after{
  border-bottom: 4px solid #1e1510;
}
/* Our story Section end Here */


.common-padding-section{
  padding: 100px 0;
}
.content{
  display: none;
}
.mt-40{
  margin-top: 40px;
}

/* Concept and details Section Style Starts Here---------------------------------- */
.concept_section_heading span {
  color: #e2b57c;
  font-size: 19px;
  padding: 0px 50px;
  font-family: "Roboto" !important;
}
.concept_section_heading .site_heading {
  margin-top: 0;
  margin-bottom: 25px;
  padding: 0px 50px;
}
.concept_section_heading .line {
  width: 100%;
  padding: 1px 0px;
  background-color: #e2b57c;
}
.conceptpara {
  padding: 20px 50px 20px 0px;
}
.perfection_heading {
  padding: 0 0 0 90px !important;
}
.perfection_span {
  padding: 0px 70px !important;
}
.perfection_para {
  padding: 20px 45px !important;
}

/* Concept and details Section Style End Here---------------------------------- */

/* Work and details Section Style Starts Here---------------------------------- */
.workline {
  color: #e2b57c;
  padding: 0px 0px !important;
}
.gallery_list-container{
  column-count: 3;
}

.gallery-box {
  width: 100%;
  height: auto;
  position: relative;
  padding: 0;
  background-color: #fff;
  overflow: hidden;
  transition: 0.3s ease-in-out;
  border-radius: 14px;
}

.gallery-imgboxcon {
  width: 100%;
  height: auto;
}
.gallery-imgbox{
  width: 100% !important;
  height: 100%;
  min-height: 100%;
  overflow: hidden;
}
.gallery-imgbox img {
  width: 100% !important;
  height: 100%;
  min-height: 100%;
  transition: 0.3s ease-in-out;
}
/* .gallery-imgbox img {
  max-height: 100%;
  max-width: 100%;
  width: auto !important;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transition: 0.3s ease-in-out;
} */



/* .gallery-iconbox {
  display: flex;
  justify-content: center;
  align-items: center;
} */

.gallery-icon-1 {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: grid !important;
  place-items: center;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  /* position: absolute;
  top: 40%;
  left: 50% !important;
  z-index: 22;
  -webkit-transform: translate(-50%, -50%) scale(0);
  -ms-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0); */
  color: #e4a853;
  font-size: 22px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

.gallery-icon-1:hover {
  color: #e4a853 !important;
}

.gallery-box:hover .gallery-icon-1 {
  opacity: 1;
  visibility: visible;
  /* -webkit-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1); */
  background: #fff;
}

.gallery-hover-bg {
  position: absolute;
  z-index: 4;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.gallery_listbox .enquiry-button {
  margin-top: 20px;
}



.gallery-box:hover .gallery-hover-bg {
  opacity: 1;
  visibility: visible;
}
.gallery-1-box{
  max-height: 630px;
  overflow: hidden;
  border-radius: 0;
}
.gallery-2-box{
  max-height: 315px;
  overflow: hidden;
  border-radius: 0;
}
.gallery-3-box{
  max-height: 315px;
  overflow: hidden;
  border-radius: 0;
}
.gallery-5-box{
  max-height: 630px;
  overflow: hidden;
  border-radius: 0;
}
.gallery-4-box{
  margin-top: -315px;
  max-height: 315px;
  overflow: hidden;
  border-radius: 0;
}

@media (max-width: 992px){
  .gallery-4-box{
    margin-top: 0;
  }
}
@media (max-width: 575px){
  .gallery_list-container{
    column-count: 1;
  }

}

@media (min-width: 576px) and (max-width: 767px){
  .gallery_list-container{
    column-count: 2;
  }
}







/* Work and details Section Style End Here---------------------------------- */

/* Testimonial Section Style Starts Here---------------------------------- */
.testimonial_container_fluid {
  background-image: url("../images/testimonial-bg.webp");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 150px 0px;
  margin-top: 100px;
  margin-bottom: 100px;
}
/* Testimonial Section Style End Here---------------------------------- */

/* Number Sections Style Starts Here---------------------------------- */
.number {
  color: #e4bb88;
  font-size: 45px;
  font-family: "Roboto" !important;
  font-weight: 600;
  margin-bottom: 20px;
}
.number_type {
  font-size: 20px;
  font-family: "Roboto";
  font-weight: 500;
}
/* Number Sections Style End Here---------------------------------- */

/* Section Seven Style Starts Here---------------------------------- */
.sectioneight-bg {
  background-image: url("../images/section7-bg.webp");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 500px;
  margin-top: 100px;
  position: relative;
  padding-top: 250px;
  

}
/* Section Seven Style End Here---------------------------------- */
/* Section Eighth Style Starts Here---------------------------------- */
.design_row {
  position: relative;
  top: -320px;
  gap: 22px !important;
}

.design_col {
  background: #fff;
  padding: 80px 40px;
  transition: all 0.3s ease-in-out;
  box-shadow: 4px 9px 5px 0px rgba(224, 218, 218, 0.75);
  -webkit-box-shadow: 4px 9px 5px 0px rgba(224, 218, 218, 0.75);
  -moz-box-shadow: 4px 9px 5px 0px rgba(224, 218, 218, 0.75);
  width: 32% !important;
  transition: 0.3s ease-in-out;
}
.design_col:hover {
  background: #2e1d15;
  color: white;
  transition: 0.3s ease-in-out;
}

.design-box{
  background: #fff;
  padding: 80px 30px;
  min-height: 350px;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 0px 25px rgba(224, 218, 218, 0.75);
  -webkit-box-shadow:  0px 0px 25px rgba(224, 218, 218, 0.75);
  -moz-box-shadow:  0px 0px 25px rgba(224, 218, 218, 0.75);
  width: 100% !important;
  transition: 0.3s ease-in-out;
}
.design-box:hover {
  background: #2e1d15;
  color: #fff;
  transition: 0.3s ease-in-out;
}
.design-box:hover p{
  color: #fff;
}

.design_col:hover .eighth_heading {
  color: #ecc48e;
  transition: 0.3s ease-in-out;
}
.design_col:hover p {
  color: #fff;
  transition: 0.3s ease-in-out;
}
.eighth_heading {
  margin-bottom: 20px;
  font-size: 25px;
  font-weight: 600;
  position: relative;
}
.eighth_heading:before {
  content: "";
  width: 100%;
  top: 0;
  height: 3px;
  bottom: 0;
  left: 0;
  right: 0;
  border-bottom: 1px solid #ecc48e;
}
.design_col p {
  margin-bottom: 20px !important;
}
.design_col a {
  font-weight: 500;
  text-decoration: none;
  color: #ecc48e;
}
/* Section Eighth Style End Here---------------------------------- */

/* Section Nine Style Starts Here---------------------------------- */
.expertise_container_fluid {
  padding: 0px !important;
  box-sizing: border-box;
  margin-top: -160px;
}
.expertise_container{
    position: absolute;
}
.expertise_row {
  display: flex;
  justify-content: end;
  padding: 0px !important;
  box-sizing: border-box;
  width: 100% !important;
}
.expertise_secound_row {
  display: flex;
  justify-content: left;
  position: relative;

  top: -400px;

  box-sizing: border-box;
  width: 100% !important;
}
.show_expertise_cols {
  color: black;
  padding: 0px !important;
}
.expertise_main_cols {
  background: white;
  padding: 60px 40px;
  box-shadow: 0px 0px 25px  rgba(224, 218, 218, 0.75);
  -webkit-box-shadow: 0px 0px 25px  rgba(224, 218, 218, 0.75);
  -moz-box-shadow: 0px 0px 25px  rgba(224, 218, 218, 0.75);
  margin-top: 100px;
}
.range {
  background: #e4bd8a;
  padding: 4px;
  border-radius: 10px;
  margin: 15px auto;
}
.expertise_third_row {
  padding: 0px 10px 0px 20px;
}
.nine-section{
  position: relative;
  margin-top: 200px;
}
.nine-bg-img{
  position: absolute;
  top: 0;
  right: 0;
  width: 80%;
  height: auto;
  z-index: -1;
}
.nine-bg-img img{
  width: 100%;
  height: auto;
}




/* Section Nine Style End Here---------------------------------- */

/* Section Contact Style Start Here---------------------------------- */

.section-ten{
  padding-top: 100px;
  padding-bottom: 50px;
}

.contact_sm_col {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.contact_sm_col a i {
  color: #e2b57c;
}
.location_heading {
  font-size: 22px;
  color: black;
  font-family: "Roboto" !important;
  font-weight: 600;
}
.contact_phone_number {
  color: #989898;
  text-decoration: none;
}
.contact_email {
  color: #989898;
  text-decoration: none;
}

.contact-no{
  color: #6b6b6b;
  transition: 0.3s ease-in-out;
}
.contact-no:hover{
  color: #e4bd89;
}
.email-address{
  color: #6b6b6b;
  transition: 0.3s ease-in-out;
}

.email-address:hover{
  color: #e4bd89;
}


.contact-infobox{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.contact-iconbox{
  width: 20px;
  height: auto;
}
.contact-detailsbox{
  width: calc(100% - 20px);
  padding-left: 10px;
}

/* Section Contact Style End Here---------------------------------- */

/* Contact form section starts Here---------------------------------- */
.contact_form_section {
  background: #f9f1e6;
  padding: 70px;
}
.row_outside_form_control .form-control {
  padding: 12px 20px !important;
}
.form_submit_btn {
  background: #2d1c14;
  width: fit-content;
  padding: 9px 40px !important;
  border-radius: 50px;
  color: white;
  font-weight: 300;
}
.site_map{
  margin-bottom: -8px;
}
.site_map iframe {
  width: 100%;
  height: 400px;
}


/* Contact form section End Here---------------------------------- */

/* Site Header section starts Here---------------------------------- */
/* .site_header {
  top: 0;
  z-index: 9999;
  padding: 20px 0px;
}
.site_header .container .row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.site_menu {
  display: flex;
  justify-content: space-evenly;
}
.site_menu a {
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  text-decoration: none;
}
.site_header_sm {
  display: flex;
  justify-content: space-between;
}
.site_header_sm a i {
  color: white;
} */
/* Site Header section End Here---------------------------------- */

/* Testimonial section Desigining Start Here------------------------ */
.testimonial_sudo_seclector_h1 {
  text-align: left !important;
  font-size: 20px;
  padding: 4px 15px !important;
}
.testimonial_sudo_seclector:before {
  content: "";
  position: absolute;
  width: 1%;
  height: 4px !important;
  padding: 10px;
  left: 9%;
  border-top: 3px solid #db231b;
  border-left: 3px solid #db231b;
}
.testimonial_heading {
  color: #10b1f1 !important;
  text-transform: uppercase;
  padding: 0px !important;
}
.testimonial_row {
  display: flex;
  align-items: center;
  
  padding: 20px 10px;
  width: 90%;
  flex-direction: column-reverse;
  margin: 30px auto !important;
}
.testimonial_col_one {
  padding: 0px !important;

  display: flex;
  align-items: center;
  justify-content: center;
}

.testimonial_col_one img {
  width: 15% !important;
  margin: 0px 20px;
}
.testimonial_col_one h1 {
  font-size: 18px;
  text-align: center;
  margin: 10px auto;
  font-family: "Poppins";
  font-weight: 600;
}
.testimonial_col_one span {
  font-size: 16px;
  text-align: center;
  margin: 10px auto;
  font-family: "Poppins";
  font-weight: 500;
  color: #d8d8d8 !important;
}

.testimonial_col_two {
  padding: 0px !important;
}
.testimonial_col_two p {
    padding: 0px 20px;
    color: white;
    font-size: 19px;
    margin-bottom: 30px !important;
    text-align: center;
    line-height: 35px;
}

.testi_iconbox{
  width: 100px;
  height: auto;
  margin: 0 auto;
}
.testi_iconbox img{
  width: 100%;
  height: auto;
}
.testimonial_name_content{
  text-align: left;
}
.testi-heading{
  color: #e4bd89;
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
}
.testi-subheading{
  color: #fff;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
}
/* Testimonial section Desigining End Here------------------------ */

/* Footer Section Style Starts Here------------------------ */
.footer_container_fluid{
  background: #2e1f18;
  color: white !important;
padding: 70px 0px 0 0 !important;
}
.footer_first_col_content p{
  margin: 20px 0px !important;
}
.footer_sm{
  width: 50% !important;
display: flex;
justify-content: space-between;
}
.footer_heading{
  color: white;
font-size: 25px;
font-weight: 700;
margin-bottom: 20px;
}
.footer_menu_link a{
  display: block;
  border-bottom: 1px solid rgba(228,189,137,0.3);
padding: 10px 0px;
width: 100%;
}
.footer_menu_categoey a{
  display: block;
  border-bottom: 1px solid rgba(228,189,137,0.3);
padding: 10px 0px;
width: 100%;
}
.footer_end_site_content{
  float:right;
}
.footer_end_site_content a{
  text-decoration: none;
  color: white;

}
.footer_last_container_fluid{
  padding: 20px 0px;
  background: #1e1510;
  color: white;
  margin-top: 50px;
}

.quick-link {
  padding-left: 0;
  margin-bottom: 0;
}
.quick-link2{
  column-count: 2;
}
.ql {
  list-style: none;
  padding: 2px 0;
  transition: 0.3s;
}

.ql:hover span {
  margin-left: 5px;
  transition: 0.3s;
}

.ql span {
  margin-right: 10px;
  transition: 0.3s;
}

.ql span i {
  font-size: 16px;
}

.ql a {
  text-decoration: none;
  color: #f9f1e5;
  transition: 0.3s ease-in-out;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  display: flex;
}

.ql a:hover {
  color: #e4bd8a;
  transition: 0.3s ease-in-out;
  text-decoration: none;
}
.footer_logobox{
  display: block;
  width: 100%;
  height: auto;
  max-width: 240px;
}
.footer_logobox img{
  width: 100%;
  height: auto;
}

/* Footer Section Style end Here------------------------ */


/*Whatsapp Icon*/
.phone-call {
  width: 50px;
  height: 50px;
  right: 13px;
  bottom: 15px;
  background: #10b418;
  position: fixed;
  text-align: center;
  color: #ffffff;
  cursor: pointer;
  border-radius: 50%;
  z-index: 115;
  display: block;
  line-height: 65px;
}

.phone-call img {
  vertical-align: baseline !important;
}

/*.phone-call:after {
  position: absolute;
  content: "Order On Whatsapp";
  z-index: -1;
  top: -15px;
  left: -15px;
  background-color: #10b418;
  width: 80px;
  height: 80px;
  border-radius: 100%;
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
  opacity: 0.6;
  -webkit-animation: pulse 1s ease-out;
  animation: pulse 1.8s ease-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}*/

.phone-call::after {
  position: absolute;
  content: "Drop Your Message";
  z-index: -2;
  top: 11px;
  left: -150px;
  background-color: #fff;
  border-radius: 100%;
  line-height: 18px;
  color: #0c9212;
  font-size: 13px;
  font-weight: bolder;
  padding: 5px 14px 6px 14px;
  border-radius: 18px;
  box-shadow: 0px 5px 20px 0 rgb(80 80 80 / 20%);
  border: 1px solid #25d366;
  cursor: default;
  visibility: hidden;
  opacity: 0;
  transition: 0.5s ease;
}

.whatsapp-container:hover .phone-call::after {
  visibility: visible;
  opacity: 1;
  transition: 0.5s ease;
}

.phone-call:before {
  position: absolute;
  content: " ";
  z-index: -1;
  top: -15px;
  left: -15px;
  background-color: #10b418;
  width: 80px;
  height: 80px;
  border-radius: 100%;
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
  opacity: 0.6;
  -webkit-animation: pulse2 1s ease-out;
  animation: pulse2 1.8s ease-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@-webkit-keyframes pulse2 {
  0% {
      -webkit-transform: scale(0);
      opacity: 0;
  }

  25% {
      -webkit-transform: scale(0.3);
      opacity: 1;
  }

  50% {
      -webkit-transform: scale(0.6);
      opacity: 0.6;
  }

  75% {
      -webkit-transform: scale(0.9);
      opacity: 0.3;
  }

  100% {
      -webkit-transform: scale(1);
      opacity: 0;
  }
}

@keyframes pulse2 {
  0% {
      transform: scale(0);
      opacity: 0;
  }

  25% {
      transform: scale(0.3);
      opacity: 1;
  }

  50% {
      transform: scale(0.6);
      opacity: 0.6;
  }

  75% {
      transform: scale(0.9);
      opacity: 0.3;
  }

  100% {
      transform: scale(1);
      opacity: 0;
  }
}

/*  Whatsapp Icon */

/*Scrolltop*/


.hide {
  transform: scale(0, 0);
}

.back-to-top {
  position: fixed;
  display: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  right: 58px;
  bottom: 140px;
  background: #111;
  color: #e4bd89;
  z-index: 99999;
  box-shadow: 0px 0px 15px rgb(0 0 0 / 30%);
}

.back-to-top i {
  font-size: 24px;
  position: absolute;
  top: 7px;
  left: 9px;
  right: 9px;
}

.back-to-top:hover i {
  color: #fff;
}

/*Scrolltop*/


.mobile_nav_button{
    display: none;
}
.view_work_btn{
  display: flex;
justify-content: flex-end;
align-items: center;
}
.view_work_btn a{
  text-decoration: none !important;
}
.close_nav_icon{
  display: none !important;
}

/* Creating a Drop in desktop Mode */

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  opacity: 0 ;
  visibility: hidden;
  position: absolute;
  background-color: white;
  min-width: 250px;
  margin-top: 15px;
  box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%);   
  z-index: 91;
  transition: all .3s linear;

}
.showdropdown{
  opacity: 1 !important;
  visibility: visible !important;
  transition: all .3s linear;
}
.close_navbar{
  opacity:0;
  z-index:-1;
  width:0vw;
  visibility:hidden;
}
.dropdown-content a {
  color: #333238 !important;
  padding: 12px 16px !important;
  text-decoration: none !important;
  font-family: 'Mukta' !important;
  display: block !important;
  transition: all .3s ease-in-out !important;
  font-weight: 500 !important;
font-size: 17px;
}
.dropdown-content a:hover{
  background: #2e1f18  !important;
  color: white  !important;
}

/* 1394 .dropdown:hover .dropdown-content {opacity: 1 !important;} */
/* //Mobile Dropdown----------------------------- */

.dropdown-contentmobile {
  display: none;
  position: relative;
  background-color: white;
  min-width: 200px;
  margin-top: 5px;
  box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%);
  z-index: 1;
  transition: all .2s ease-in;
}
.dropdown-contentmobile a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
 
}
hr{
  margin: 0rem !important;
}

/* Dropdown Menu for Mobile Screen  */

@media (min-width: 100px) and (max-width: 1000px){
  .dropdown-contentmobile{
      margin-left: 0px;
      margin-top: 0px;
      position: relative;
      opacity: 0;
      width: 0vw;

      transition: height .5s ease-in-out;
      height: 0vh;
      display: block;
  visibility: hidden;
  }

  
}
.categoryslider{
 width: 80vw !important;
    --swiffy-slider-item-gap-totalwidth: auto  !important;
}

/* Dropdown Style End Here Completed Here --------------------------*/


.about_page-sec1{
  padding: 100px 0;
}


/*Our Products page start*/

.category_page_section1{
  padding-top: 90px;
  padding-bottom: 80px;
  /* background-image: linear-gradient(227deg, rgb(226, 250, 255, 1), rgb(145, 182, 226, 1)); */
  /* background-image: linear-gradient(227deg, rgb(254, 231, 181, 1), rgb(239, 71, 62, 1)); */
  /* background-image: linear-gradient(227deg, rgb(255, 242, 224), rgb(243 199, 118, 1)); */
  /* background-image: linear-gradient(227deg, rgb(255 248 234), rgb(240 218 177), rgb(214 180 132)); */
  background-image: linear-gradient(227deg, rgb(255, 249, 241, 1), rgb(243, 218, 197, 1));
}

.cate_page-sec3{
  background: #f9f1e6;
}
.cate_page-sec3::before {
    display: none;
}

.our-products {
  padding-top: 80px;
  padding-bottom: 80px;
}

.catego-info:nth-child(even) {
  background-color: #ededed;
}

.catego-info:nth-child(odd) {
  background: #FFFFFF;
}

.our-products .left-contentbox .content-heading2 {
  color: #2a2a2a;
  font-size: 28px;
  line-height: 32px;
  font-weight: 700;
  margin-bottom: 20px;
}

.our-products .product-code {
  font-size: 16px;
  color: #777;
}

.our-products .product-code strong {
  color: #454545;
  font-weight: 600;
}

/*
.learn-more-btn{
  color: #fff !important;
  margin-left: 10px;
  background: #f5ad0d !important;
}
.learn-more-btn:hover{
  color: #f5ad0d !important;
  background: transparent !important;
}
*/
.our-category-section {
  width: 100%;
  height: auto !important;
  background: #dfdfdf;
  padding-bottom: 80px;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.card-box {
  width: 100%;
  height: auto;
  overflow: hidden;
  background: #fff;
}

.card-imgbox {
  width: 100%;
  height: auto;
  overflow: hidden;
  padding: 20px;
}

.card-imgbox img {
  width: 100%;
  height: auto;
}

.card-content {
  padding: 20px 0;
}

.card-content .card-heading {
  color: #0c141d;
  font-size: 20px;
  font-weight: 800;
  text-align: center;
  line-height: 22px;
  padding: 0 0 0 0;
  text-transform: capitalize;
  margin-bottom: 10px;
}

.card-content .card-heading a {
  color: #0c141d;

}

.card-button .read-more {
  color: #bc0000;
}

.button-group {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 30px;
}

.button-group .btn1 {
  color: #fff;
  background: #ef7f1b;
  transition: 0.3s ease;
  border: 1.5px solid #ef7f1b;
}

.button-group .btn1:hover {
  color: #fff;
  background: #2acaa6;
  transition: 0.3s ease;
  border: 1.5px solid #2acaa6;
}

.button-group .learn-more-btn2 {
  color: #fff;
  background: #2acaa6;
  transition: 0.3s ease;
  border: 1.5px solid #2acaa6;
  margin-left: 20px;
}

.button-group .learn-more-btn2:hover {
  color: #2acaa6;
  background: transparent;
  transition: 0.3s ease;
  border: 1.5px solid #2acaa6;
}

.more-products {
  padding-top: 80px;
  padding-bottom: 80px;
}

.our-products-cate{
  padding-top: 50px;
  padding-bottom: 80px;
}
.cate_page-sec4{
  padding-top: 100px;
  padding-bottom: 60px;
}




.service-box{
  border: 2px solid #ebebeb;
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff;
}
.service-imagebox {
  height: 350px;
 width: 100%;
 position: relative;
 /* border: 7px solid #f6d8a9; */
  padding: 7px;
  background-color: #fff;
  border-bottom: 2px solid #ebebeb;
  overflow: hidden;
}

.service-imagebox img {
/*height: 200px;
 width: 150px;*/
 max-height: 100%;
 max-width: 100%;
 width: auto;
 height: auto;
 position: absolute;
 top: 0;
 bottom: 0;
 left: 0;
 right: 0;
 margin: auto;
 transition: 0.5s ease;
}

.service-imagebox img:hover{
  transform: scale(1.1);
  transition: 0.5s ease;
}
.service-contentbox{
  padding: 20px 1px 26px 1px;
  height: auto;
  margin-bottom: 0;
}
.service-heading{
  color: #252525;
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
  /* height: 52px; */
  text-align: center;
  font-weight: bold;
  /* font-family: 'Oswald', sans-serif !important; */
}
.service-heading a {
  color: #252525;
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
  /* height: 52px; */
  text-align: center;
  font-weight: bold;
  transition: 0.3s ease-in-out;
  /* font-family: 'Oswald', sans-serif !important; */
}
.service-heading a:hover{
  color: #F55B14;
}
.service-button{
  padding-top: 0;
  padding-bottom: 40px;
  /* padding-left: 15px; */
  text-align: center;
}
.service-button .btn1{
  font-size: 12px;
  padding: 11px 22px;
  color: #fff;
  background: #3ab54a;
  border: 1.5px solid #3ab54a;
  cursor: pointer;
}
.service-button .btn1:hover{
  color: #3ab54a;
  background: #252525;
  border: 1.5px solid #252525;
}
.category-section{
  padding: 100px 0;
  background: #f9f1e5;
}

.gallery-list-container{
  column-count: 3;
  column-gap: 25px;
  margin-top: 30px;
}

.gallery_listbox{
  margin-bottom: 25px;
}

/*Our Products page end*/

/*Our Products details page start*/
.our-products2 {
  padding-bottom: 0;
}

.hr-line {
  width: 100%;
  border-top: 1px solid #999;
  margin-bottom: 20px;
}

.our-products-section .left-contentbox .content-heading2 {
  color: #2a2a2a;
  text-align: left;
  position: relative;
  font-size: 36px;
  line-height: 44px;
  font-weight: 800;
  margin-bottom: 15px;
}

.details-heading {
  font-size: 22px;
  font-weight: 700;
  color: #2a2a2a;
  margin-bottom: 20px;
  border-bottom: 1px solid #dad8d8;
  padding-bottom: 10px;
}

.our-products table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
  border-collapse: collapse;
}

.our-products table tr:nth-child(odd) {
  background: #f4f4f4;
}

.our-products table th,
td {
  width: 50%;
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-bottom: 1px solid #dfdfdf !important;
}

.product-imgcon {
  /*    border: 2px solid #999;*/
  /*    box-shadow: 0px 0px 20px 0 rgb(80 80 80 / 20%);*/
}

/*Our Products details page end*/



/*Our Projects page start*/

.our-project-section2 {
  padding-bottom: 90px;
}

.our-project-section2 .project-contentbox {
  padding: 40px;
}


/*Our Projects page end*/

.contactus-section2 {
  padding-top: 80px;
}

/*
.contactus-section2 .form-heading {
  color: #2a2a2a;
}
.contactus-section2 .contact-no {
  color: #2a2a2a;
}
.contactus-section2 .contact-detailsbox p {
  color: #2a2a2a;
}
.contactus-section2 .email-address {
  color: #2a2a2a;
}
*/

/*
.contactus-section2 .submit-button .btn2{
  color: #fff;
  background: #ef2b1f;
  transition: 0.3s ease;
  border: 1.5px solid #ef2b1f;
  margin-left: 20px;
}

.contactus-section2 .submit-button .btn2:hover{
  color: #ef2b1f;
  background: transparent;
  transition: 0.3s ease;
  border: 1.5px solid #ef2b1f;
}
*/

.content-con h2{
  margin-top: 35px;
  margin-bottom: 20px;
}

/*Our Service page start*/


/*--- Nav |  02  |  Side-Slide --*/

.slide-down {
  background-color: #fff;
  text-align: center;
  top: -100vh;
  left: 0; 
  height: 100vh;
  width: 100vw;
  position: fixed;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in-out;
}
.btn02{
  position: fixed;
  top: 100px;
  right: 20px;
  z-index: 9999;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #151515;
  font-size: 16px;
  border: 1px solid #FFF;
  background: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, .1);
  border-radius: 50%;
  padding: 10px 20px;
  transition: all 0.3s ease-in-out;
}
.btn02:hover {
  transform: translateY(-5px);
  transition: all 0.3s ease-in-out;
}
.btn02 img{
  width: 25px;
  height: auto;
}

.gt-close-button{
  color: #151515;
  font-size: 20px;
  font-weight: 700;
  border: 1px solid #FFF;
  background: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, .1);
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 40px;
  right: 40px;
}


.social-detail {
  display: none;
}

@media (max-width: 991.98px){

  .big-container {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}

/* .g-translator{
  position: absolute;
  top: -50px;
  left: 0;
  right: 0;
  text-align: center;
} */

/* Header start */

/* #header{
  top: 55px !important;
} */
.logobox {
  width: 210px;
  height: auto;
}
.main-header-section {
  width: 100%;
  padding: 0px 0;
}
  .social-detail {
    display: inherit;
    color: #f55b14;
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
    text-align: left;
    padding: 15px;
}

.social-detail span {
    color: #202020;
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    text-align: left;
    display: block;
    margin-top: 15px;
} 
.social-detail a{
    color: #7c7c7c;
    font-size: 14px;
}
/* .social-detail a {
    font-size: 16px !important;
    font-weight: 500 !important;
    color: #8a8a8a !important;
    display: block;
    padding: 10px 0px !important;
} */
.social-detail .btn2  {
    color: #000000 !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    padding: 10px 30px !important;
}
.social-detail .btn2:hover  {
    color: #00ff00 !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    padding: 10px 30px !important;
}
/* .social-detail a:hover {
    font-size: 13px !important;
    font-weight: 500 !important;
    color: #8a8a8a;
    display: block;
    padding: 10px 0px !important;
} */

/* .social-detail .social_icons a {
    display: inline-block;
    margin-right: 10px;
}  */

/* .social-detail i {
    color: #ff4328 !important;
    font-weight: 500;
    font-size: 22px;
    text-align: left;
} */
.social-detail .btn-lable{
    color: #fff;
    margin-top: 0;
}

/* Header end */

    .site_menu_show{
      opacity: 1;
      visibility: visible;
      transition: all 0.3s ease-in-out;

      transform: translate(0%, 0%);
      
    }
    .mobile_nav_button{
      display: flex;
      justify-content: center;
      align-items: center;
    }
    .mobile_nav_button i{
      float: right;
      color: #bb2633;
      background: white;
      cursor: pointer;
      padding: 10px 13px;
      font-weight: 900;
    }
    .site_header_sm{
      display: none !important;
    }
    .padding_mobile_device{
      padding: 0px 10px !important;
    }
    .logo_col{
      width: 60% !important;
    }
    /* .owl-carousel .owl-item img{
      height: 50vh;
    } */
    .mobile_banner_align_center{
      align-items: center !important;
    }
    .service_cols{
      margin-bottom: 20px;
    }
    .service_secound_row{
      top: -120px;
    }
    .service_cols_nine{
      padding: 60px 30px !important;
    }
    .mobile_container{
      margin-top: -70px !important;
      padding: 0px 30px;
    }
    .concept_section_heading span{
      padding: 0px 0px !important;
    }
    .perfection_para{
      padding: 30px 0px !important;
    }
    .site_heading{
      font-size: 30px !important;
      line-height: 36px;
      margin-bottom: 40px;
    }
    .site_heading_type_two{
      font-size: 30px !important;
    }
    .mobile_service_secound_col{
      margin-top: 40px !important;
    }
    .concept_section_heading .site_heading{
      padding: 30px 0 0 0px !important;
    }
    .concept_mobile_view_work{
    display: none !important;

    }
    .set_width_client_number{
      width: 50% !important;
    }
    .work_section_last_img_col{
      margin-top: 0px;
    }
    .testimonial_col_one img{
      height: auto !important;
    }
    .mt_mobile_top{
      margin-top: 50px;
    }
    .design_col{
      width:96% !important;
      padding: 40px 40px !important;
    }
    .design_row{
      top: -600px !important;
    }
    .design-box {
      padding: 50px 20px;
      min-height: auto;
  }
    .expertise_secound_row{
      top: -30px !important;
    }
    .expertise_main_cols{
      width: 100% !important;
      padding: 50px 20px;
    }
    .mobile_ten_section_margintop{
      margin-top: 490px !important;
    }
    .testimonial_row{
      width: 100% !important;
    }
    .testimonial_col_two p{
      padding: 0px !important;
    }
    .mobile_ten_section_img_col{
    margin-bottom: 60px !important;
    }
    .margin_bottom_sm{
      margin-bottom: 30px !important;
    }
    .mobile_location_mt{
      margin-top: 30px !important;
    }
    .mobile_location_col_secound_mt{
      margin-top: 30px !important;
    }
    .mobile_form_col{
      width: 100% !important;
    }
    .contact_form_section{
      padding: 70px 10px !important;
    }
    .mobile_email_col_mt{
      margin: 10px auto !important;
    }
    .expertise_container_fluid{
      margin-top: -540px !important;
    }
    .sm_width_hundred{
      width:100% !important;
    }
    .footer_last_container_fluid{
      font-size: 13px;
text-align: center;
    }
    .footer_end_site_content{
      float: none;
      text-align: center;
    }
    .footer_mobile_margin_top{
      margin-top: 20px !important;
    }
    .quick-link2 {
      column-count: 1;
  }
    .about_page-sec1{
      padding: 50px 0;
    }

    .site_section_divider {
      padding-top: 50px;
      padding-bottom: 50px;
  }
  .site_section_divider::before {
    display: none;
}
  .story_innerbox {
    position: relative;
    left: inherit;
    right: inherit;
    bottom: inherit;
    width: 100%;
    max-width: 100%;
    padding: 50px 20px !important;
    margin: 0px auto !important;
}

.common-padding-section {
  padding: 50px 0;
}

.intd-section{
  padding-top: 0;
  padding-left: 15px;
  padding-right: 15px;
}
.conceptpara {
  padding: 30px 0px;
}
/* .banner-heading-section {
  background: #282828;
  position: relative;
  padding: 180px 0 100px;
} */
.bg-banner-image {
    width: 100%;
    height: auto;
    position: relative;
    background-image: url(../images/banner-bg-secion-img.webp);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 180px 0 100px;
}


.category_page_section1 {
  padding-top: 50px;
}
.our-products-cate {
  padding-top: 50px;
  padding-bottom: 50px;
}
.about-content h1 {
  font-size: 26px;
}

.cate_page-sec4 {
  padding-top: 50px;
  padding-bottom: 0;
}

.sectioneight-bg {
  height: auto;
  margin-top: 100px;
  padding-top: 50px;
  padding-bottom: 50px;
}

.nine-section {
  margin-top: 50px;
}
.section-ten {
  padding-top: 50px;
  padding-bottom: 0;
}







}


.modal {
  z-index: 1111 !important;
  background: rgba(0, 0, 0, .5);
}
.modal-footer{
  justify-content: center;
}

@media (max-width: 575.98px){

  .gallery-list-container{
    column-count: 1;
  }

}



/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px){

  .gallery-list-container{
    column-count: 2;
  }

}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991px){

  .gallery-list-container{
    column-count: 2;
  }
}

/* .goog-te-gadget {
  color: #fff !important;
}
.VIpgJd-ZVi9od-l4eHX-hSRGPd, .VIpgJd-ZVi9od-l4eHX-hSRGPd:link, .VIpgJd-ZVi9od-l4eHX-hSRGPd:visited, .VIpgJd-ZVi9od-l4eHX-hSRGPd:hover, .VIpgJd-ZVi9od-l4eHX-hSRGPd:active {
  color: #fff !important;
} */


/*Desktop (Big Screen, 1400px and up)*/
@media (min-width: 1400px) {
  
  .nine-bg-img {
    width: 65%;
    max-height: 450px;
    overflow: hidden;
}

}

/*Desktop (Big Screen, 1600px and up)*/
@media (min-width: 1600px) {
  
  .nine-bg-img {
    width: 60%;
    max-height: 450px;
    overflow: hidden;
}

}

/*Desktop (Big Screen, 1800px and up)*/
@media (min-width: 1800px) {
  
  .nine-bg-img {
    width: 55%;
    max-height: 450px;
    overflow: hidden;
}

}