@import url("https://fonts.googleapis.com/css?family=Nunito:200,200i,300,300i,400,400i,600,600i,700,700i,800,800i,900,900i");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}


body {
  color: #444;
  font-family: 'Nunito', sans-serif !important;
  overflow-x: hidden;

}

html {
  scroll-behavior: smooth;
  font-family: 'Nunito', sans-serif !important;

}


::selection {
  color: #0ebef1 !important;
  text-shadow: none;
}

p {
  font-family: 'Nunito', sans-serif !important;
  font-size: 15px;

}

div {
  font-family: 'Nunito', sans-serif !important;
}

a {
  text-decoration: none !important;
}

li a {
  font-family: 'Nunito', sans-serif !important;

}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Nunito', sans-serif !important;

}

/* width */
::-webkit-scrollbar {
  width: 6px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #D2AB67;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #D2AB67;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #B81B21;
}


/**/

/**/

.header {
  background: linear-gradient(-135deg, #D2AB67 63.2%, white 50%);
  border-top: 1px solid #D71E24;
  padding-top: 4px;
  padding-bottom: 4px;
}

.top_bar_icon {
  float: right;
}

.top_bar_icon a {
  margin: 0px 6px;
  margin-top: 0px;
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
  border: 1px solid white;
  background-color: #fff;
  border-radius: 100%;
  color: #D71E25;
  font-weight: 500;
  transition: .4s ease-in-out;

}



.top_bar_icon a:hover {
  margin: 0px 6px;
  margin-top: 0px;
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
  border: 1px solid lightgray;
  border-radius: 100%;
  color: #D71E25;
  font-weight: 500;
  transition: .4s ease-in-out;
}

.top_bar_media_div {
  display: flex;
  justify-content: end;
}

.top_bar_media_div b {
  text-transform: capitalize;
  margin: ;
  color: white;
  font-size: 15px;
  letter-spacing: .2px;

}

.top_bar_media_div .media.phone-media {
  margin-right: 20px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.top_bar_media_div .timining-media {
  display: flex;
  align-items: center;
  gap: 12px;
}


.top_bar_media_div a {
  text-transform: capitalize;
  margin: ;
  color: #fff !important;
  font-size: 15px;
}

.top_bar_media_div .fa {
  color: #D71E25;
  font-size: 20px;
  background: #fff;
  width: 33px;
  height: 33px;
  line-height: 33px;
  text-align: center;
  border-radius: 30px;
  vertical-align: middle;
}



/**/


/**/

.navbar {
  background-color: transparent !important;
  outline: none !important;
  border: none !important;
}

.img-brand {
  width: 280px;
  margin-top: -41px;
}

.navbar-brand img {}

.navbar {
  background-color: white !important;
  position: relative;
  width: 100%;
  outline: none !important;
  border: none !important;
}

.navbar .navbar-nav>li>a {
  color: rgba(0, 0, 0, .9) !important;
  font-weight: 600;
  text-transform: capitalize;
  font-family: 'Nunito', sans-serif !important;
  font-size: 16px;
  margin: 5px;

}

.navbar .navbar-nav>li>a:hover {
  color: #C2252A !important;
  font-weight: 600;
  text-transform: capitalize;
  font-family: 'Nunito', sans-serif !important;
  font-size: 16px;
  margin: 5px;

}

.navbar .navbar-nav>li>a:focus {
  color: #d2ab67 !important;
  font-weight: 600;
  text-transform: capitalize;
  font-family: 'Nunito', sans-serif !important;
  font-size: 16px;
  margin: 5px;
  box-shadow: none;

}

/**/

/**/

.banner_btm {
  position: relative;
  width: 100%;
  z-index: 99;
}

.banner_btm_txt {
  padding-left: 50px;
}

.banner_btm_btn {
  margin-right: 30px;
}

.banner_btm_txt p {
  color: white;
  font-size: 15px;
  letter-spacing: .3px;
  font-family: 'Nunito', sans-serif !important;
  padding-top: 15px;
  padding-bottom: 6px;
}

.banner_btm_btn {
  float: right;
  margin-top: 25px;
  margin-bottom: 25px;

}

.banner_btm_btn a {
  background-color: #d2ab67;
  padding: 10px 28px 12px 28px;
  text-transform: capitalize;
  color: #fff;
  font-weight: 700;
  transition: .5s ease-in-out;
  border-radius: 25px;
  font-size: 17px;
}


.banner_btm_btn a:hover {
  background-color: #D2AB67;
  padding: 12px 28px 12px 28px;
  text-transform: capitalize;
  color: white;
  font-weight: 700;
  transition: .5s ease-in-out;
}


.about_section {
  position: relative;
  padding: 20px 0px 20px;
}

.about_section.about-us-sec {
  position: relative;
  padding: 20px 0px 20px;
}

.sub-title-text {
  font-size: 18px;
  color: #000;
  font-weight: 600;
  margin-bottom: 12px;
}

.about_head_ti h3 {
  text-transform: capitalize;
  font-family: 'Nunito', sans-serif !important;
  font-weight: 600;
  color: #D41D24;
  padding-top: 10px;
}

.about_head_ti h1 {
  text-transform: capitalize;
  font-family: 'Nunito', sans-serif !important;
  font-weight: 700;
  color: #D41D24;
  margin-bottom: 10px;
  padding-top: 10px;
  display: inline-block;
  font-size: 32px;
}

.ab_ul_li_txt ul li i {
  padding-right: 5px;
}

.about-txt_p p {
  text-align: justify;
  line-height: 25px;
  font-size: 15px;
  color: #333;
}

.about_img_box {
  text-align: center;
  margin: auto;
  background: #D2AB67;
  border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
  width: 350px;
  height: 350px;
  line-height: 350px;
}

.about_img_box img {
  width: 180px;
  height: 180px;
}

.company-informations-btn a {
  background-color: #d2ab67;
  padding: 8px 20px;
  color: #fff;
  text-transform: capitalize;
  font-weight: 600;
  letter-spacing: .5px;
  font-size: 16px;
  border-radius: 25px;
  display: inline-block;
}

.company-informations-btn a:hover {
  background-color: #D41D24;
  color: #fff;
}

/**/

/**/
.main_section_head {
  padding-top: 20px;
  padding-bottom: 20px;
}

.mai_head_ti {
  text-align: center;
  color: #D41D24;
  font-family: 'Nunito', sans-serif !important;

}


.mai_head_ti h2 {
  text-align: center;
  color: #D41D24;
  font-family: 'Nunito', sans-serif !important;
  font-weight: 600;
}

/**/

/**/
.product_by_section {
  background-color: #F0F0F0;
  padding-top: 30px;
  padding-bottom: 30px;
}

.product-sub-title {
  font-size: 24px;
  color: #d41d24;
  font-weight: 700;
  margin-bottom: 5px;
  text-transform: capitalize;
}

.product_by_head_ti h3 {
  text-transform: capitalize;
  color: rgba(0, 0, 0, .8);
  text-align: center;
  font-family: 'Nunito', sans-serif !important;
  font-weight: 700;
  padding-bottom: 7px;
  font-size: 27px;
  display: inline-block;
  margin-bottom: 15px;
}

.product_by_head_ti span {
  color: #D41D24;
}

.product_by_icon h6 {
  font-size: 20px;
  color: #D41D24;
  font-weight: 600;
}

.second-product {
  position: relative;
  padding-top: 10px;
}

/**/

/**/

.product_by_icon {
  text-align: center;


}

.product_by_icon {
  text-align: center;
  padding: 25px 15px;
  border-radius: 15px;
  background: #fff;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}



.product_by_icon .fa {
  display: inline-block;
  background: #D2AB67;
  border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-weight: 500;
  font-size: 30px;
  color: #fff;
  margin-bottom: 12px;
  transition: background 0.3s ease, transform 0.3s ease;
}


/* .product_by_icon .fa {
  text-align: center;
  background: #D2AB67;
  border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  color: white;
  margin-bottom: 15px;
  transition: .4s;
} */


.product_by_icon .fa:hover {
  text-align: center;
  background: #D41D24;
  border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 30px;
  font-weight: 500;
  color: white;
  margin-bottom: 12px;
  transition: .4s;
}

.product_by_icon p b {
  color: #D41D24;
  font-family: 'Nunito', sans-serif !important;

}



/**/


/**/

.what_we_provider_section {
  position: relative;
  width: 100%;
  padding: 30px 0px 20px;
}

.what_we_provider_head_ti {
  padding-bottom: 20px;
}

.what_we_provider_head_ti h2 {
  color: #D41D24;
  font-weight: 600;
  text-transform: capitalize;
  font-family: 'Nunito', sans-serif !important;
  font-weight: 700;
  padding-bottom: 0px;
  font-size: 27px;
  display: inline-block;
}

.what_we_provider_head_ti p {
  font-size: 15px;
  line-height: 25px;
}

.what_we_provider_img_box {
  background: #D2AB67;
  border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
  width: 390px;
  height: 370px;
  line-height: 370px;
  text-align: center;
  margin: auto;
  margin-bottom: 20px;
}


.what_we_provider_img_box img {
  width: 200px;
  height: 200px;
  line-height: 200px;
  text-align: center;
}

.what_we_provider_img_txt {
  margin-top: 40px;
  margin-bottom: 20px;

}

.what_we_provider_img_txt p b {
  color: #D41D24;
  font-weight: 700;

  text-transform: capitalize;
}

.what_we_provider_img_txt p {
  color: rgba(0, 0, 0, .8);
  font-size: 15px;
  text-align: justify;
  line-height: 28px;
}

.what_we_provider_img_txt {
  margin-top: 10px;
  margin-top: 10px;
}

.what_we_provider_img_txt .learn-more-btn {
  background-color: #d2ab67;
  padding: 8px 20px;
  color: #fff;
  font-weight: 600;
  text-transform: capitalize;
  font-size: 15px;
  display: inline-block;
  border-radius: 25px;
}

.what_we_provider_img_txt .learn-more-btn:hover {
  background-color: #D41D24;
  color: #fff;
}

/**/


/**/

.whychooseus_section {
  background-color: #D41D24;
}

.left_side_whyus_head_ti {
  padding-top: 27px;
  padding-bottom: 18px;
}

.left_side_whyus_head_ti .why-choose-main-title {
  text-transform: capitalize;
  color: #fff;
  font-weight: 700;
  display: inline-block;
  padding-bottom: 0px;
}


.whychooseus_media_txt b {
  color: white;
  font-size: 20px;
  text-transform: capitalize;
}

.whychooseus_media_txt p {
  color: white;
  text-align: left;
  font-size: 15px;
  margin-bottom: 0px;
  font-family: 'Nunito', sans-serif !important;

}

.whychooseus_media_txt .fa {
  text-align: center;
  color: #fff;
  font-size: 32px;
  display: inline-block;
  background: #d2ab67;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 6px;
}


.why-coose-card {
  align-items: normal !important;
  gap: 25px;
  margin-bottom: 10px;
  display: flex;
  padding-bottom: 10px;
}

.why-coose-card:last-child {
  border-bottom: none;
}

.right_side_whychoose_us {
  text-align: center;
  margin: auto;
  width: 100%;
}

.right_side_whychoose_us img {
  margin: auto;
  text-align: center;
  margin-left: 125px;
}

/**/


/**/

.testomonials_section {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  width: 100%;
  background-image: url(../img/testomonial-bg2.jpeg);
  background-position: center center;
}

.testomonials_overlay_bg {
  background-color: rgba(0, 0, 0, .8);
  padding: 40px 0px 40px;
}


.testomonials_head_ti {
  text-align: center;
}

.testomonials_head_ti h3 {
  color: white;
  text-transform: capitalize;
  font-family: 'Nunito', sans-serif !important;
  font-weight: 700;
  display: inline-block;
  padding-left: 10px;
  padding-bottom: 10px;
  margin-bottom: 15px;
}

.testimonials_img_div {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  margin: auto;
}

.testimonials_img_div img {
  border-radius: 100%;
  object-fit: cover;
  border: 2px solid white;
  width: 100px;
  box-shadow: 0px 0px 5px 0px #ccc;
  height: 100px;
  margin-bottom: 20px;
}

.testimonials_txt_div {
  background: #fff;
  text-align: center;
  padding: 30px 30px 50px;
  margin: 0 15px 100px;
  position: relative;
}

.testimonials_txt_div::before,
.testimonials_txt_div::after {
  content: "";
  border-top: 40px solid #fff;
  border-right: 125px solid transparent;
  position: absolute;
  bottom: -40px;
  left: 0;
}

.testimonials_txt_div::after {
  border-right: none;
  border-left: 125px solid transparent;
  left: auto;
  right: 0;
}

.testimonials_txt_div .icon {
  display: inline-block;
  font-size: 60px;
  color: #000;
  margin-bottom: 15px;
  opacity: 1;
}

.testimonials_txt_div .description {
  font-size: 15px;
  color: #000;

  text-align: justify;
  margin-bottom: 30px;
  opacity: 1;
}

.testimonials_txt_div .testimonial-content {
  width: 100%;
  position: absolute;
  left: 0;
}

.testimonials_txt_div .testimonial-content .pic {
  display: inline-block;
  border: 2px solid #fff;
  border-radius: 50%;
  box-shadow: 0 0 2px 2px #daad86;
  overflow: hidden;
  z-index: 1;
  background-color: #fff;
  position: relative;
}

.testimonials_txt_div .testimonial-content .pic img {
  height: 90px;
  width: 90px;
}

.testimonials_txt_div .testimonial-content .title {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  text-transform: capitalize;
  margin: 10px 0 5px 0;
}


.test-title-name {
  font-size: 22px;
  margin-top: 10px;
  color: #000;
  font-weight: 700;
  margin-bottom: 6px;
}



.testimonials_p {
  color: #000;
  font-family: 'Nunito', sans-serif !important;
  font-size: 15px;
  line-height: 25px;
  width: 87%;
  margin: auto;
}

.testimonials_txt_div .i1 {
  position: absolute;
  top: 145px;
  left: 21px;
  font-size: 30px;
  color: #000;
}

.testimonials_txt_div .i2 {
  position: absolute;
  right: 30px;
  bottom: 13px;
  font-size: 30px;
  color: #000;
}

.our_pro_section {
  background-color: #F0F0F0;
  padding-top: 30px;
  padding-bottom: 30px;
}

.our_pro_head_ti h3 {
  color: #000;
  font-weight: 800;
  text-transform: capitalize;
  font-family: 'Nunito', sans-serif !important;
  font-weight: 700;
  display: inline-block;
  padding-left: 10px;
  padding-bottom: 10px;
  margin-bottom: 15px;
}

/**/

/**=======================about pag css**/
.ab_ul_li_txt ul {
  list-style: none;
  font-size: 15px;
  line-height: 27px;
  padding-left: 0px;
}

/**=======================about pag css**/


/**=============contact us [page css]========================**/


/**/

.contact_pg_mp_left_side_div {
  padding-top: 10px;
  padding-bottom: 10px;
}

.contact_pg_mp_left_side_div p b {
  font-size: 20px;
  color: #ED1C24;
  text-transform: capitalize;
}

.contac_pg_map_media_div_m {
  padding-top: 5px;
  padding-bottom: 10px;
}

.contac_pg_map_media_div_m .fa {
  background-color: #D41D24;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 100%;
  transition: .4s;
  color: white;
  flex-shrink: 0;
}

.custom-textarea {
  height: 130px;
}

.media {
  align-items: center;
}

.contac_pg_map_media_div_m .media {
  margin-bottom: 10px;
}

.contac_pg_map_media_div_m p {
  font-size: 15px;
  line-height: 25px;
  color: #000;
  margin-bottom: 0px;
}

.contac_pg_map_media_div_m a {
  font-size: 15px;
  line-height: 25px;
  color: #000;
  margin-top: 7px;
}

.conatct_us_pg_input_div .form-control:focus {
  box-shadow: none;
  outline: none;
}

.contact_pg_form_right_side input,
textarea {
  margin-bottom: 10px;
  border: none !important;
  outline: none !important;
  border-radius: 5px !important
}

.contact-sub-title {
  font-size: 21px;
  color: #000;
  font-weight: 600;
  margin-bottom: 3px;
}

.contact-inner-page .contact_pg_form_right_side {
  box-shadow: 0px 0px 6px 0px #ccc;
  padding: 23px;
  border-radius: 10px;
  border: 2px solid #d0ab6b;
}

.conatct_us_pg_input_div>label {
  color: #333;
  font-size: 15px;
  margin-bottom: 4px;
  font-weight: 600;
}

.contact_pg_form_right_side input,
textarea {
  margin-bottom: 10px;
  border: 1px solid #000 !important;
  outline: none !important;
}

.contact_pg_form_right_side .btn-success {
  background-color: transparent !important;
  outline: none !important;
  border: none;
}

.contact_pg_form_right_side .btn-success {
  background-color: #d2ab68 !important;
  transition: .5s ease-in-out;
}


.contact_pg_form_right_side .btn-success:hover {
  background-color: #ED1F26 !important;
  transition: .5s ease-in-out;
}

/**/

/**=============contact us [page css]========================**/


/**==========all pg bn==============**/

.all_pg_bn_sections {
  background-color: #eaeaea;
  padding: 5px 0px;
}

.all_pg_bn_ovr_txt span {
  color: #000;
}

.all_pg_bn_ovr_txt a {
  margin: 0px 10px;
  color: #000;
  text-transform: capitalize;
}

.all_pg_bn_ovr_txt .fa {
  font-size: 19px;
  color: #000;
}

.all_pg_a {
  color: #000 !important;
  font-size: 16px;
  font-weight: 600;
}



/**========================**/

/**===========all product page css=============**/

.all_pro_sections {
  background-color: #fff;
  padding-bottom: 30px;

}


.all_pro_head_ti {
  padding-top: 20px;
  padding-bottom: 10px;
}

.all_pro_head_ti h3 {
  text-transform: capitalize;
  font-weight: 700;
}

.all_product_pg_m_div {
  margin-bottom: 25px;
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 5px;
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.3);
  background-color: #fff;
  transition: .5s;
}

.all_product_pg_m_div img {
  width: 100%;
  filter: brightness(90%);

}

.all_product_overlay_view_d {
  position: absolute;
  bottom: 30%;
  right: -100%;
  transition: .6s;
}

.all_product_pg_m_div:hover .all_product_overlay_view_d {
  right: 0;
  transition: .4s ease-in-out;
}

.all_product_overlay_view_d a {
  background-color: #D41D24;
  padding: 4px 6px 6px 10px;
  color: white;
  text-transform: capitalize;
  font-size: 15px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.all_product_overlay_enquiry_d {
  position: absolute;
  bottom: 25%;
  left: -100%;
}


.all_product_pg_m_div:hover .all_product_overlay_enquiry_d {
  left: 0;
  transition: .7s ease-in-out;
}



.all_product_overlay_enquiry_d a {
  background-color: #D2AB67;
  padding: 4px 6px 6px 10px;
  color: white;
  text-transform: capitalize;
  font-size: 15px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}


.all_product_zoom_d {
  position: absolute;
  top: 4px;
  right: 5px;
}


.all_product_zoom_d a {
  background-color: rgb(210 171 103 / 60%);
  color: white;
  text-transform: capitalize;
  font-size: 15px;
  width: 36px;
  line-height: 36px;
  text-align: center;
  border-radius: 50%;
}

.all_product_txt_d {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
}

.all_product_txt_d p {
  background-color: #2C2C74;
  color: white;
  padding-top: 2px;
  padding-bottom: 2px;
  text-transform: uppercase;
}

.all_product_social_iocn {
  position: absolute;
  top: 0;
  left: -100%;
  transition: .6s;
}

.all_product_pg_m_div:hover .all_product_social_iocn {
  left: 0;
  transition: .6s ease-in-out;
}

.all_product_social_iocn a {
  display: block;
  margin: 3px;
  background-color: #2C2C74;
  color: white;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
}

/**===========all product page css=============**/


/**products details css =======================**/

.products_details_sections {
  padding: 40px 0px 20px;
  background-color: #fff;
}

.products_details_head_ti {
  padding-top: 10px;
  padding-bottom: 15px;
}

.products_details_head_ti h3 {
  text-transform: capitalize;
  font-size: 25px;
  font-weight: 600;
}

.products_details_img_div {
  width: 100%;
  position: relative;
  transition: .5s ease-in-out;
  overflow: hidden;
  text-align: center;
  margin: auto;
  margin-bottom: 15px;
}

.product-title-inner-page {
  font-size: 30px;
  color: #000;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 10px;
}

.products_details_img_div img {
  width: 100%;
  transition: .5s ease-in-out;
  display: block;
  filter: brightness(90%);
}

.products_details_img_div:hover img {
  transform: scale(1.1, 1.1);
  transition: .6s ease-in-out;
}

.products_details_ovr_en_btn {
  position: absolute;
  right: 0;
  top: 40%;
  transition: .5s ease-in-out;
}

.products_details_ovr_en_btn a {
  writing-mode: vertical-rl;
  background-color: #D41D24;
  padding: 13px 5px 13px 5px;
  writing-mode: sideways-lr;
  color: white;
  text-align: center;
  border-radius: 2px;
  transition: .5s ease-in-out;

}


.products_details_ovr_en_btn a:hover {
  writing-mode: vertical-rl;
  background-color: #BD9A5D;
  padding: 13px 5px 13px 5px;
  color: white;
  writing-mode: sideways-lr;
  text-align: center;
  border-radius: 2px;
  transition: .5s ease-in-out;

}

.sub-title-product-page {
  font-size: 24px;
  color: #000;
  margin-bottom: 10px;
  font-weight: 600;
}

.sub-text-box-content {
  position: relative;
  padding-top: 6px;
}

.sub-text-box-content ul li {
  margin-bottom: 10px;
  font-size: 15px;
  list-style-type: disclosure-closed;
  padding-left: 0px;
  letter-spacing: .3px;
  word-spacing: .3px;
  color: #333;
}

.products_details_txt p b {
  color: #D41D24;
  font-size: 18px;
}

.products_details_txt p {
  color: #333;
  font-size: 15px;
  line-height: 26px;
  text-align: justify;
  letter-spacing: .3px;
  word-spacing: .3px;
}

.sub-text-box-content p {
  color: #333;
  font-size: 15px;
  line-height: 26px;
  text-align: justify;
  letter-spacing: .3px;
  word-spacing: .3px;
}

/**===========products detlais css==================**/


/**/
.footer {
  position: relative;
  padding: 40px 0px 20px;
  width: 100%;
  overflow: hidden;
}

.footer video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.footer .container {
  position: relative;
  z-index: 2;
}

.footer .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, .7);

  z-index: 1;
}

@media (pointer: coarse) and (hover: none) {
  .footer {
    background: url('../img/fbg.jpg') black no-repeat center center scroll;
  }

  .footer video {
    display: none;
  }
}



.f_logo_main_div img {
  width: 130px;
  text-align: center;
  margin: auto;

}

.f_logo_main_div .footer-discription {
  color: #fff;
  font-size: 14px;
  margin-bottom: 10px;
  font-family: 'Nunito', sans-serif !important;

}

.footer_links_main_div>h5 {
  color: #fff;
  font-weight: 700;
  text-transform: capitalize;
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  font-size: 21px;
}

.footer_links_main_div>ul {
  list-style: none !important;
  padding: 0px 3px !important;
  margin-bottom: 0px !important;
}

.footer_links_main_div>ul>li {
  padding: 10px 0px 10px 0px;
  border-bottom: 1px dashed #ccc;
}

.footer_links_main_div>ul>li>a {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-transform: capitalize;
  transition: .4s ease-in-out;
}

.footer_links_main_div>ul>li>a i {
  padding-right: 5px;
}

.footer_links_main_div>ul>li:last-child {
  border-bottom: none;
}

.footer-logo {
  padding-bottom: 15px;
}

.f_logo_main_div .footer-discription a {
  color: #fff;
}

.f_logo_btm_icons {
  text-align: left;
  margin-top: 5px;
}

.bx-chevron-down:before {
  content: "\ea4a";
}

.f_logo_btm_icons h6 {
  font-size: 20px;
  font-weight: 700;
  text-transform: capitalize;
  color: #fff;
}

.f_logo_btm_icons a {
  background-color: #fff;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 50%;
  text-align: center;
  color: #C81B22;
  margin: 0px;
}

.media-loaction p {
  color: #fff;
}

.f_useful_link {
  padding-top: 0px;
  font-size: 20px;
  text-transform: capitalize;
}

.media-loaction {
  padding: 10px 0px 10px 0px;
  display: flex;
  gap: 15px;
  flex-shrink: 0;
}

.f_c_2 .media-loaction .fa {
  flex-shrink: 0 !important;
}

.f_ul_li_f ul {
  list-style: none;
}

.f_ul_li_f li a {
  font-size: 15px;
  line-height: 25px;
  color: white;
  text-transform: capitalize;
}


/**/
.f_c_2 b {
  color: #D2AB67 !important;
  text-transform: capitalize;
}

.f_c_2 a {
  color: white !important;
}

.f_c_2 .fa {
  color: #D2AB67 !important;
  width: 30px;
  height: 30px;
  background: #fff;
  text-align: center;
  line-height: 30px;
  border-radius: 50%;
}

/**/

.f_add_p_txt p {
  color: white;
  font-size: 15px;
  line-height: 25px;
  letter-spacing: .8px !important;
  text-transform: capitalize;
}

.f_add_p_txt a {
  color: white;
  font-size: 15px;
  line-height: 25px;
}

.f_add_p_txt .fa {
  color: #D2AB67;
  font-size: 20px;
}


.f_add_p_txt b {
  color: #D2AB67;
  font-size: 15px;
  text-transform: capitalize;
}


.bottom_copyright_sec {
  background-color: #d2ab67;
}

.copy_right {
  padding: 8px 0px;
  text-align: center;
}

.copy_right p {
  font-size: 15px;
  margin-bottom: 0px;
  color: #fff;
  font-family: 'Nunito', sans-serif !important;

}


.copy_right a {
  font-size: 15px;
  font-family: 'Nunito', sans-serif !important;
  text-decoration: none;
  color: darkred;
}

/**/


/**/

.fixed_icons_right {
  position: fixed;
  right: 0;
  top: 60%;
  z-index: 99;
}

#Whatsapp-phone {
  display: none !important;
}

#callphone {
  display: none !important;
}


.fixed_icons_right a {
  display: block;
  margin: 10px 10px 20px 10px;
  background-color: #CFB53B;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  color: white;
  font-weight: 500;
  font-size: 25px;
  border-radius: 50px;
  box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, .8);
  animation: 3s iconseffects infinite;
  text-decoration: none;

}

@keyframes iconseffects {

  0% {
    box-shadow: 0px 0px 3px 2px #D2AB67;
  }


  50% {
    box-shadow: 0px 0px 2px 3px orange;
  }



  100% {
    box-shadow: 0px 0px 3px 4px rgba(0, 0, 0, .4);
  }
}

/**/

@media (max-width: 991px) {

  .about_img_box {
    text-align: center;
    margin: auto;
    background: #D2AB67;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    width: 100%;
    height: auto;
  }

  .about_img_box img {
    width: 180px;
    height: 180px;
    text-align: center;
    margin: auto;
  }


  .what_we_provider_img_box {
    background: #D2AB67;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    width: 100%;
    height: auto;
    line-height: ;
    text-align: center;
    margin: auto;
    margin-bottom: 20px;
  }


  .what_we_provider_img_box img {
    width: 200px;
    height: 200px;
    line-height: 200px;
    text-align: center;
  }


  .right_side_whychoose_us {
    text-align: center;
    margin: auto;
    width: 100%;
  }

  .right_side_whychoose_us img {
    margin: auto;
    text-align: center;
    margin-left: 0px;
    width: 100%;
  }




}







/**/
.mobile_banner {
  display: none !important;
}

.desktop_banner {
  display: !important;

}

/**/



@media (max-width: 767px) {

  /**/
  .mobile_banner {
    display: block !important;
  }

  .desktop_banner {
    display: none !important;

  }


  .header {
    background: linear-gradient(-135deg, #D2AB67 63.2%, white 50%);
    border-top: 1px solid #D71E24;
    padding-top: 6px;
    padding-bottom: 6px;
    display: none !important;
  }


  .img-brand {
    width: 280px;
    margin-top: 0px;

  }


  /**/

  .banner_btm {
    background-color: #D41D24;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
  }

  .banner_btm_txt p {
    color: white;
    font-size: 15px;
    letter-spacing: .3px;
    font-family: 'Nunito', sans-serif !important;
    padding-top: 15px;
    padding-bottom: 6px;
  }

  .banner_btm_btn {
    float: none;
    margin-top: 25px;
    margin-bottom: 25px;
    text-align: center;

  }

  .product_by_head_ti h3 {
    text-align: center;
  }


  .right_side_whychoose_us {
    text-align: center;
    margin: auto;
    width: 100%;
    display: none;
  }

  .right_side_whychoose_us img {
    margin: auto;
    text-align: center;
    margin-left: 0px;
  }


  .banner_btm_btn a {
    background-color: white;
    padding: 12px 28px 12px 28px;
    text-transform: capitalize;
    color: rgba(0, 0, 0, .8);
    font-weight: 700;
    transition: .5s ease-in-out;
  }


  .banner_btm_btn a:hover {
    background-color: #D2AB67;
    padding: 12px 28px 12px 28px;
    text-transform: capitalize;
    color: white;
    font-weight: 700;
    transition: .5s ease-in-out;
  }

  /**/


  #Whatsapp-phone {
    display: block !important;
  }

  #callphone {
    display: block !important;
  }
}

.bottom_to_top {
  position: fixed;
  bottom: 10%;
  right: 0;
  background-color: #C81B22;
  padding: 10px;
  margin: 15px;
  z-index: 1;
}

.bottom_to_top a {

  text-align: center;
  color: white;
  font-weight: 700;
  font-size: 20px;
  z-index: -99;
}

/**/
.fixed_enquiry_btn_web {
  position: fixed;
  bottom: 30%;
  right: 1%;
  z-index: 99;
}

.fixed_enquiry_btn_web a {
  background-color: #D2AB67;
  padding: 30px 10px 30px 10px;
  border-radius: 100px;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .5px;
  word-spacing: 1px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  writing-mode: vertical-lr;
  color: #fff;
}

.enqury-now-btn a {
  padding: 10px 24px;
  background: #d2ab67;
  color: #fff;
  margin-left: 25px;
  border-radius: 25px;
  font-size: 16px;
}

.enqury-now-btn a:hover {
  color: #fff !important;
}

.enqury-now-btn a:focus {
  color: #fff !important;
}

.mobile_call_whatsapp_fixed_main_div {
  position: fixed;
  bottom: 100px;
  right: 10px;
  z-index: 99;
}

.call_icon_div {
  text-align: center;
}

.call_icon_div>a {
  background-color: #dc3545;
  height: 60px;
  line-height: 57px;
  width: 60px;
  text-align: center;
  border-radius: 100px;
  animation: moveUpDown 2s ease-in-out infinite;
  display: inline-block;
  margin-bottom: 8px;
}

@keyframes moveUpDown {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-8px);
  }
}

.call_icon_div>a>img {
  width: 32px !important;
  filter: brightness(0%) invert(1);
  height: 60px;
  line-height: 60px;
  width: 60px;
  object-fit: contain;
}

.whatsapp_icon_div {
  text-align: center;
}

.whatsapp_icon_div>a {
  background-color: #008000;
  height: 60px;
  line-height: 57px;
  width: 60px;
  text-align: center;
  border-radius: 100px;
  animation: zigzag 0.5s ease-in-out infinite;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-duration: 10s;
  animation-timing-function: steps(1, end);
  position: relative;
  animation: zigzag 8s infinite;
  display: inline-block;
}

@keyframes zigzag {
  0% {
    left: 0px;
  }

  1% {
    left: -5px;
  }

  2% {
    left: 5px;
  }

  3% {
    left: -5px;
  }

  4% {
    left: 5px;
  }

  5% {
    left: 0px;
  }

  100% {
    left: 0px;
  }
}

.whatsapp_icon_div>a>img {
  width: 32px !important;
  filter: brightness(0%) invert(1);
  height: 60px;
  line-height: 60px;
  width: 60px;
  object-fit: contain;
}


.mobile_whatsapp {
  display: none;
}

.modal-enquary-box-modal .modal-dialog.modal-md .modal-content {
  border: 4px solid #d2ab67;
  border-radius: 10px;
  box-shadow: none;
  background-color: #ffff;
  outline: none;
}

.modal-enquary-box-modal .modal-dialog.modal-md .modal-content .modal-header {
  padding: 8px 10px !important;
}

.modal-enquary-box-modal .modal-dialog.modal-md .modal-content .modal-header .modal-title {
  font-size: 21px;
  color: #000;
  font-weight: 800;
  text-transform: capitalize;
}

.modal-enquary-box-modal .modal-dialog.modal-md .modal-content .contact_pg_form_right_side input,
textarea {
  border: 1px solid #333 ! Important;
  outline: none ! Important;
  background: #fff;
  border-radius: 5px !important;
  height: 38px;
  line-height: 38px;
  margin-bottom: 10px;
}

.modal-enquary-box-modal .modal-dialog.modal-md .modal-content .contact_pg_form_right_side .form-control:focus {
  box-shadow: none;
}

.enquiry_popup_input_div>label {
  font-size: 14px;
  color: #000 !important;
  font-weight: 600;
  margin-bottom: 2px !important;
}

.modal-enquary-box-modal .modal-dialog.modal-md .modal-content .close {
  box-shadow: none;
  position: absolute;
  right: -19px;
  background: #d2ab67;
  opacity: 1;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  line-height: 40px;
  padding: 0;
  font-weight: 600;
  color: #fff;
  font-size: 22px;
  border: none;
  top: -19px;
}

.modal-enquary-box-modal .modal-dialog.modal-md .modal-content .close:focus {
  border: none;
  box-shadow: none;
}

.modal-enquary-box-modal .modal-dialog.modal-md .modal-content .modal-body {
  padding: 5px 15px;
}

.modal-enquary-box-modal .modal-dialog.modal-md .modal-content .contact_pg_form_right_side .btn-success {
  background-color: #d2ab67 !important;
}

.enqury-now-btn a span {
  padding-left: 6px;
}

.key-highlight-wrapper {
    padding: 15px 25px;
    border-radius: 110px;
    background-color: #d61d24;
    z-index: 9;
    box-shadow: 6px 6px 70px rgb(16 40 81 / 23%);
    margin-top: 0px;
    position: relative;
}

.key-highlight-wrapper-subpage {
  padding: 15px 25px;
  border-radius: 110px;
  background-color: #d61d24;
  z-index: 9;
  box-shadow: 6px 6px 70px rgb(16 40 81 / 23%);
  margin-top: 20px;

}

.why-choose-us-icon {
  position: relative;
  width: 10%;
  display: inline-block;
  background: #d2ab67;
  max-width: 50px;
  height: 50px;
  border-radius: 6px;
  text-align: center;
  line-height: 61px;
  z-index: 9;
}

.why-choose-us-icon:before {
  position: absolute;
  width: 20px;
  content: '';
  right: -10px;
  top: 15px;
  height: 20px;
  background: #d2ab67;
  transform: rotate(45deg);
  z-index: -1;
}

.why-choose-sub-title {
  font-size: 23px;
  color: #fff;
  margin-bottom: 2px;
  font-weight: 700;
  text-transform: capitalize;
}

.main_div_testomonials .owl-carousel.owl-theme .owl-nav .owl-next,
.main_div_testomonials .owl-carousel.owl-theme .owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 30px;
  border: none;
  background-color: #d41d24 !important;
  width: 45px;
  height: 45px;
  line-height: 45px;
  border-radius: 50%;
  color: #fff;
  background: 0 0;
  transition: .4s;
  font-size: 20px;
  margin: 0 auto;
  text-align: center;
}

.main_div_testomonials .owl-carousel.owl-theme .owl-nav .owl-next:hover,
.main_div_testomonials .owl-carousel.owl-theme .owl-nav .owl-prev:hover {
  background-color: #d2ab67 !important;
  color: #fff;
}

.main_div_testomonials .owl-carousel.owl-theme .owl-nav .owl-next:focus,
.main_div_testomonials .owl-carousel.owl-theme .owl-nav .owl-prev:focus {
  border: none;
  outline: none;
}

.main_div_testomonials .owl-carousel.owl-theme .owl-nav .owl-next span,
.main_div_testomonials .owl-carousel.owl-theme .owl-nav .owl-prev span {
  font-size: 30px;
}



.main_div_testomonials .owl-carousel.owl-theme .owl-nav .owl-next {
  right: -50px;
  left: unset;
}

.main_div_testomonials .owl-carousel.owl-theme .owl-nav .owl-prev {
  right: unset;
  left: -50px;
}


.our_pro_main_div .owl-carousel.owl-theme .owl-nav .owl-next,
.our_pro_main_div .owl-carousel.owl-theme .owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 30px;
  border: none;
  background-color: #d41d24 !important;
  width: 45px;
  height: 45px;
  line-height: 45px;
  border-radius: 50%;
  color: #fff;
  background: 0 0;
  transition: .4s;
  font-size: 20px;
  margin: 0 auto;
  text-align: center;
}

.our_pro_main_div .owl-carousel.owl-theme .owl-nav .owl-next:hover,
.our_pro_main_div .owl-carousel.owl-theme .owl-nav .owl-prev:hover {
  background-color: #d2ab67 !important;
  color: #fff;
}

.our_pro_main_div .owl-carousel.owl-theme .owl-nav .owl-next:focus,
.our_pro_main_div .owl-carousel.owl-theme .owl-nav .owl-prev:focus {
  border: none;
  outline: none;
}

.our_pro_main_div .owl-carousel.owl-theme .owl-nav .owl-next span,
.our_pro_main_div .owl-carousel.owl-theme .owl-nav .owl-prev span {
  font-size: 30px;
}



.our_pro_main_div .owl-carousel.owl-theme .owl-nav .owl-next {
  right: -50px;
  left: unset;
}

.our_pro_main_div .owl-carousel.owl-theme .owl-nav .owl-prev {
  right: unset;
  left: -50px;
}

.our_pro_main_div .product-card-img {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  padding: 5px;
  border-radius: 8px;
  background-color: #fff;
}

.product-box-img {
  position: relative;
}

.media.contact-us-box {
  background-color: #fff;
  padding: 15px 15px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  margin-bottom: 20px;
  border-radius: 7px;
  display: flex;
  gap: 15px;
}

section.contact_pg_mp_section {
  position: relative;
  width: 100%;
  padding: 40px 0px 40px;
}

.location-box-card {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  background: #d2ab67;
  padding: 22px;
  position: relative;
  width: 100%;
  display: block;
  height: 100%;
  border-radius: 8px;
}

.contact_pg_location_section {
  position: relative;
  width: 100%;
  padding: 0px 0px 40px;
}

.location-title {
  font-size: 23px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 3px;
}

.view-btn-button {
  background-color: #D41D24;
  padding: 6px 8px;
  color: white;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 700;
  border-radius: 3px;
}

.view-btn-button:hover {
  color: #fff;
}

.social-footer h6 {
  font-size: 18px;
  color: #fff;
  font-weight: 500;


}

.social-footer {
  display: flex;
  gap: 8px;
  align-items: center;
}

.sitemap-sec-page {
  position: relative;
  width: 100%;
  padding: 30px 0px 10px;
}

.sitemap_main_div_list {
  position: relative;
  margin-bottom: 20px;
}

.collpase_list_ul_div {
  max-height: 280px;
  overflow: auto !important;
}

.bharti_collapse_div>li>a {
  color: #fff;
  text-decoration: none;
  transition: color 0.3s ease-in-out;
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  padding-right: 0px;
  font-weight: 700;
  font-size: 17px;
}

.collpase_list_ul_div>ul {
  padding: 0px 10px !important;
  list-style: none !important;
}

.collpase_list_ul_div>ul>li {
  border-bottom: 1px dashed #4a4d51;
  padding: 7px 0px 7px 0px;
}

.collpase_list_ul_div>ul>li:last-child {
  border-bottom: none;
}

.collpase_list_ul_div>ul>li>a {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #000;
  text-transform: capitalize;
}

.bharti_collapse_div>li {
  background-color: #d2ab67;
  margin-bottom: 0px;
  border: 1px solid #e5e4e2;
  padding: 12px 20px;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 14px;
  border-radius: 6px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}


.bharti_collapse_div>li>span {
  cursor: pointer;
  background-color: #fff;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 3px;
  font-size: 15px;
  font-weight: 600;
  color: var(--black-color);
}

.bharti_collapse_div>li:hover {
  background-color: #d2ab67;
  transform: translateY(-3px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
}

.enquary-btn-button {
  background-color: #D2AB67;
  padding: 6px 8px;
  color: white;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 700;
  border-radius: 3px;
}

.media-loaction .media-body a {
  font-size: 15px;
}

.media-loaction .media-body p {
  font-size: 15px !important;
}

.enquary-btn-button:hover {
  color: #fff;
}

.product-content-box-details {
  position: relative;
  padding: 10px 2px 10px;
  text-align: left;
}

.products_details_txt {
  position: relative;
  padding-left: 0px;
  padding-right: 0px;
}

.privacy_section {
  position: relative;
  padding: 30px 0px 30px 0px;
}

.privacy_content_main_div>h1 {
  color: #212121;
  text-transform: capitalize;
  font-size: 27px;
  font-family: 'Nunito', sans-serif !important;
  font-weight: 600;
  margin-bottom: 4px !important;
}

.privacy_content_main_div>p {
  font-weight: 400;
  font-size: 15px;
  margin-bottom: 15px;
  text-align: justify;
  color: #212121;
  text-transform: capitalize;
  font-family: 'Nunito', sans-serif !important;
  line-height: 27px;
  transition: 0.2s ease-in-out;
  margin-bottom: 3px !important;
}

.privacy_content_main_div>ul>li {
  font-weight: 400;
  font-size: 15px;
  color: #212121;
  text-transform: capitalize;
  line-height: 27px;
  font-family: 'Nunito', sans-serif !important;
  transition: 0.2s ease-in-out;
  margin-bottom: 3px !important;
}

.privacy_content_main_div>h2 {
  color: #000;
  text-transform: capitalize;
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 4px !important;
  margin-top: 4px !important;
}

.sidebar_ul_main_div>ul>li>span {
  float: right;
  background-color: #d41d24;
  cursor: pointer;
  color: #fff;
  font-size: 30px;
  border-radius: 2px;
  display: block;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
}

.privacy_content_main_div>h3 {
  color: #000;
  text-transform: capitalize;
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 4px !important;
  margin-top: 4px !important;
}

.privacy_content_main_div>h4 {
  color: #000;
  text-transform: capitalize;
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 4px !important;
  margin-top: 4px !important;
}

.banner_btm_btn .theme-btn {
  animation: wiggle 3s infinite;
}

@keyframes wiggle {
  0% {
    transform: rotate(0deg);
  }

  80% {
    transform: rotate(0deg);
  }

  85% {
    transform: rotate(5deg);
  }

  95% {
    transform: rotate(-5deg);
  }

  100% {
    transform: rotate(0deg);
  }
}

.product-title-page {
  font-size: 32px;
  text-transform: capitalize;
  font-weight: 700;
  color: #000;
  margin-bottom: 0px;
}

.mega_menu_area:hover .mega_menu_content {
  display: block !important;
  transition: .4s ease-in-out;
}

.mega_menu_area.dropdown>.dropdown-menu.mega_menu_content {
  border-radius: 0px !important;
  outline: none !important;
  background-color: #fff;
  border: none !important;
  transition: .4s ease-in-out;
  padding: 0px 0px 0px 0px !important;
}

.mega_menu_area.dropdown>.dropdown-menu.mega_menu_content>li>a:hover {
  background-color: #d2ab67 !important;
  color: #fff !important;
}

.mega_menu_area.dropdown>.dropdown-menu.mega_menu_content>li>a {
  padding: 10px 15px !important;
  font-weight: 500;
  font-size: 14px;
  font-weight: 500;
  display: block;
  text-transform: capitalize;
}

.mega_menu_area.dropdown>.dropdown-menu.mega_menu_content>li>a {
  color: #000;
  font-size: 15px;
}

.dropdown-menu.mega_menu_content {
  max-height: 460px;
  overflow: auto !important;
  width: 400px;
}

.mobile_view_header_div_main {
  padding: 4px 0px;
  display: none;
}

.mobile_view_flex_main_div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.mobile-navbar-brand>img {
  width: 140px;
}

.phone_view_icons_div>a {
  border-radius: 100%;
  text-align: center;
}

.phone_view_icons_div>a>img {
  width: 37px;

}

.sidebar_section>.offcanvas {
  z-index: 99999;
  padding: 0px !important;
}

.sidebar_section>.offcanvas>.offcanvas-header {
  background-color: var(--secondry-color);
  padding: 7px 10px !important;
}

.sidebar_section>.offcanvas>.offcanvas-header>button {
  background-color: transparent !important;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  border-radius: 100px !important;
  color: #fff !important;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background-color: #d2ab67 !important;
}

.sidebar_section>.offcanvas>.offcanvas-header>.offcanvas-title>a>img {
  width: 140px !important;

}

.sidebar_ul_main_div>ul {
  padding-left: 0px;
}

.middile-nav.navbar-expand-lg .navbar-collapse {
  justify-content: end;
}

.sidebar_ul_main_div>ul>li {
  border-bottom: 1px dashed #ccc;
  transition: .3s ease-in-out;
  text-transform: capitalize;
  list-style-type: none;
  padding: 9px 3px 9px 3px !important;
}

.sidebar_ul_main_div>ul>li>a {
  color: #000;
  font-size: 14px;
  font-weight: 600;
  transition: .3s ease-in-out;
  padding: 9px 0px !important;
  text-transform: capitalize;
}

.drop_down_submneu_list>ul {
  list-style: none !important;
  padding: 0px 10px !important;
}

.drop_down_submneu_list>ul>li>a {
  color: #000;
  font-size: 14px;
  font-weight: 600;
  transition: .3s ease-in-out;
  display: block;

  text-transform: capitalize;
}

.drop_down_submneu_list>ul>li {
  padding: 9px 0px 9px 19px !important;
  position: relative;
}

.sidebar_contactus_information_div_main {
  padding: 0px 10px;
}

.sidebar_contactus_information_div_main>h4 {
  color: #000;
  font-weight: 700;
  text-transform: capitalize;
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
  font-size: 18px;
}

.sidebar_contactus_information_div_main>h4:before {
  width: 28px;
  height: 5px;
  display: block;
  content: "";
  position: absolute;
  bottom: 0px;
  left: 30%;
  margin-left: -14px;
  background-color: #ccc;
  border-radius: 100px;
  animation: leftRightMove 2s ease-in-out infinite;
}

.sidebar_contactus_information_div_main>h4:after {
  width: 100px;
  height: 1px;
  display: block;
  content: "";
  position: relative;
  margin-top: 10px;
  left: 30%;
  margin-left: -50px;
  background-color: #333;
}

.sidebar_media_main_div {
  margin-bottom: 20px;
}

.sidebar_media_main_div>.d-flex>.flex-shrink-0>i {
  background-color: #D41D24;
  width: 45px;
  height: 45px;
  line-height: 43px;
  text-align: center;
  border-radius: 100px;
  color: #fff;
  font-size: 20px;
}

.sidebar_contactus_content_div>a {
  display: block;
  font-size: 15px;
  color: #333;
  font-weight: 600;
  line-height: 27px;
}

.sidebar_contactus_content_div>p {
  font-size: 15px;
  color: #000;
  font-weight: 600;
  margin-bottom: 0px !important;
}

.side_bar_main_div_flex {
  display: flex;
  align-items: center;
  gap: 10px;
}

.social_icon_div {
  margin-bottom: 20px !important;
}

.social_icon_div>p {
  margin-bottom: 7px !important;
  color: #333;
  font-size: 15px;
  text-transform: capitalize;
}

.sidebar_brochure_div {
  margin-top: 10px;
}

.sidebar_brochure_div>a {
  background-color: #D41D24;
  padding: 6px 10px;
  border-radius: 2px;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  display: inline-block;
  animation: zigzag2 2s ease-in-out infinite;
}
.social_icon_div > a {
    background-color: #D41D24;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin: 0px 1px;
    font-size: 14px;
    border-radius: 2px;
    color: #fff;
}
@keyframes zigzag2 {
  0% {
    transform: translateX(0);
  }

  2% {
    transform: translateX(-5px);
  }

  4% {
    transform: translateX(5px);
  }

  6% {
    transform: translateX(-5px);
  }

  8% {
    transform: translateX(5px);
  }

  10% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(0);
  }
}
#wowslider-container1 .ws_controls img{
  display: none;
}