@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");

/* font-family: "Roboto", sans-serif; */
*,
::after,
::before {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

:root {
  --arialFont: "Arial Regular";
  --primaryColor: ;
  --secondaryColor: ;
  /* --yellowColor: #FFCC00; */
  --yellowColor: #ffcd34;
  --themebalck: #000000;
}

/* fonts */
/* #### Generated By: http://font.download #### */

@font-face {
  font-family: "Arial Regular";
  font-style: normal;
  font-weight: normal;
  src: url("/fonts/ARIAL.woff") format("woff");
}

@font-face {
  font-family: "Arial Narrow";
  font-style: normal;
  font-weight: normal;
  src: url("/fonts/ARIALN.woff") format("woff");
}

@font-face {
  font-family: "Arial Medium";
  font-style: normal;
  font-weight: normal;
  src: url("/fonts/ArialMdm.woff") format("woff");
}

@font-face {
  font-family: "Arial Bold";
  font-style: normal;
  font-weight: normal;
  src: url("/fonts/ARIALBD 1.woff") format("woff");
}

@font-face {
  font-family: "Arial Bold";
  font-style: normal;
  font-weight: normal;
  src: url("/fonts/ARIALBD.woff") format("woff");
}

@font-face {
  font-family: "Arial Narrow Bold";
  font-style: normal;
  font-weight: normal;
  src: url("/fonts/ARIALNB.woff") format("woff");
}

@font-face {
  font-family: "Arial Black";
  font-style: normal;
  font-weight: normal;
  src: url("/fonts/ARIBLK.woff") format("woff");
}

@font-face {
  font-family: "Arial Light Regular";
  font-style: normal;
  font-weight: normal;
  src: url("/fonts/ARIALLGT.woff") format("woff");
}

@font-face {
  font-family: "Arial CE Regular";
  font-style: normal;
  font-weight: normal;
  src: url("/fonts/ArialCE.woff") format("woff");
}

@font-face {
  font-family: "Arial CE MT Black Regular";
  font-style: normal;
  font-weight: normal;
  src: url("/fonts/ArialCEMTBlack.woff") format("woff");
}

@font-face {
  font-family: "Arial CE Bold";
  font-style: normal;
  font-weight: normal;
  src: url("/fonts/arialceb.woff") format("woff");
}

/* fonts */

/* ===================== common css start ====================== */

*,
html,
body {
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
  font-family: var(--arialFont);
}

.clear {
  clear: both;
}

.clear:after {
  content: "";
  clear: both;
  position: relative;
  width: 100%;
  display: table;
}

body {
  background: #fff;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.7;
  font-family: "Roboto", sans-serif;
}

.container {
  max-width: 1170px;
  padding: 0px 15px;
  margin: 0 auto;
}

.container-fluid {
  max-width: 100%;
  padding: 0px 60px;
  margin: 0 auto;
}

img {
  max-width: 100%;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

a {
  display: inline-block;
  transition: all 0.5s ease-in-out;
}

a,
a:hover,
a:focus {
  text-decoration: none;
  outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: 400;
  font-style: normal;
  font-family: var(--arialFont);
}

input:focus,
select:focus,
textarea:focus {
  outline: none;
}

/* ===================== common css start ====================== */

/* ================== mobile menu section start================= */
.mobileMenuSection {
  display: none;
}

.mobileMenuButton {
  display: none;
  text-decoration: none;
  width: 25px;
  position: absolute;
  top: 44px;
  right: 15px;
}

.mobileMenuButton span {
  width: 25px;
  height: 2px;
  border-radius: 4px;
  background: var(--yellowColor);
  display: block;
  opacity: 1;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
}

.mobileMenuButton span:not(:last-child) {
  margin-bottom: 5px;
}

.mm-wrapper.mm-wrapper--opened .mobileMenuButton span:nth-child(2) {
  opacity: 0;
}

.mm-wrapper.mm-wrapper--opened .mobileMenuButton span:nth-child(1) {
  transform: rotate(45deg) translate(4px, 5px);
}

.mm-wrapper.mm-wrapper--opened .mobileMenuButton span:nth-child(3) {
  transform: rotate(-45deg) translate(4px, -6px);
}

.mm-navbar {
  z-index: 123;
  background: #000;
}

.mm-navbar__title > span {
  color: var(--yellowColor);
}

.mm-listitem:after {
  left: 0;
}

/* code for fixing the conflict of mmenu and bs modal */
.mm-page {
  position: initial;
}

.mm-btn--next:after,
.mm-btn--prev:before {
  border-color: #000000;
}

.mm-listitem.active {
  background: #878787;
}

section {
  padding: 120px 0;
}

/* ==================== mobile menu section end =================== */

/*========================== header start ==========================*/
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  transition: all 0.5s ease-in-out;
  background: #fff;
}

.header_wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
a.refLogo {
  display: block;
}
a.refLogo {
  margin-left: 40px;
}
.site-header.sticky {
  background-color: #fff;
}
.srch_bx {
  position: relative;
}
.srch_bx input {
  background: #ffffff33;
  border: none;
  height: 35px;
  padding: 8px 30px 8px 15px;
  border-radius: 44px;
  min-width: 300px;
  color: #fff;
}
.srch_bx button {
  background: transparent;
  border: none;
  color: #fff;
  position: absolute;
  top: 50%;
  right: 8px;
  padding: 8px;
  transform: translateY(-50%);
}
/*=========================== header end ===========================*/

/*========================== banner start ==========================*/
.banner figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hdr_top {
  display: flex;
  align-items: center;
  padding: 3px 0;
  background: var(--themebalck);
  gap: 40px;
  justify-content: center;
  position: relative;
}

h3 {
  font-weight: 600;
  font-size: 25px;
  margin-bottom: 20px;
}

.logo {
  width: 270px;
}

.logo img {
  width: 100%;
  max-width: 196px;
}

.header_cont {
  flex: 1;
}

.toll_free {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}

.toll-free-box {
  font-family: Roboto;
  font-weight: 400;
  font-size: 15px;
  line-height: 100%;
  letter-spacing: 0%;
}

.toll-free-box p {
  margin: 0;
}

.toll-free-box p strong {
  font-family: Roboto;
  font-weight: 600;
  font-size: 15px;
  line-height: 1;
  color: #fff;
}

.toll-free-box a {
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  margin-left: 5px;
}

.toll-free-box a:hover {
  text-decoration: underline;
}

.heroOverley h1 {
  font-family: Arial;
  font-weight: 700;
  font-size: 35px;
  line-height: 47px;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 40px;
  max-width: 35%;
}
.heroOverley ul li {
  font-family: Arial;
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #fff;
  padding-left: 20px;
  position: relative;
}
.heroOverley ul {
  display: inline-grid;
  gap: 15px;
  margin-bottom: 40px;
}
.heroOverley ul li::before {
  content: "";
  width: 8px;
  aspect-ratio: 1;
  background: #ffcd34;
  position: absolute;
  top: 5px;
  left: 0;
  border-radius: 50%;
}

.timing {
  color: #ccc;
  font-size: 14px;
}

.search_link {
  background: var(--yellowColor);
  border-radius: 50%;
  width: 28px;
  min-width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.5s;
  display: none;
}

.search_link img {
  width: 20px;
}

.serch-wrapper {
  display: flex;
  align-items: center;
  max-width: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 80px;
  /* background: #fff; */
  /* padding: 15px; */
  z-index: 9;
  transform: translateY(-200px);
  /* box-shadow: 0px 0px 10px rgb(0 0 0 / 6%); */
}

.serch-wrapper form {
  position: relative;
  width: calc(100% - 50px);
  display: inline-block;
  align-items: center;
}

.serch-wrapper form input {
  height: 45px;
  width: 100%;
  padding: 0 20px;
  box-shadow: none !important;
  border-radius: 4px 0 0 4px;
}

.serch-wrapper.show-search,
.serch-wrapper {
  transition: all 0.3s;
}

.serch-wrapper.show-search {
  transform: translateY(0);
}

.serch-wrapper .d-flex {
  position: absolute;
  right: 352px;
  width: 500px;
}

a.search-close {
  width: 45px;
  height: 45px;
  display: grid;
  place-content: center;
  text-decoration: none;
  background: var(--yellowColor);
  color: var(--yellowColor);
  font-size: 20px;
  border-radius: 0 4px 4px 0;
  position: relative;
  right: 37px;
}

/* .srch_bx {
  position: relative;
  width: 300px;
}

.srch_bx input {
  width: 100%;
  padding: 10px 15px;
  border: 0;
  border-radius: 40px;
  color: #000;
  background: #fff;
}

.srch_bx button {
  position: absolute;
  content: "";
  top: 50%;
  transform: translate(0, -50%);
  right: 20px;
  border: 0;
  background: transparent;
} */

.main_menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 53px;
}

.hdr_btm {
  padding: 19px 0;
  /* padding-right: 125px; */
}

.main_menu li a {
  font-weight: 500;
  font-size: 17px;
  line-height: 100%;
  color: #fff;
}
.main_menu li {
  position: relative;
}

.main_menu li ul.sub-menu {
  position: absolute;
  top: 200%;
  border-radius: 0 0 5px 5px;
  z-index: 100;
  background: #fff;
  width: 250px;
  box-shadow: 0 0 10px -2px rgba(0, 0, 0, 0.3);
  border-top: 4px solid var(--yellowColor);
  display: none;
}

.main_menu li ul.sub-menu li a {
  justify-content: space-between;
  display: flex;
  font-size: 14px;
  color: #000;
  padding: 10px 15px;
}

.main_menu li ul.sub-menu li a:hover {
  background: var(--yellowColor);
  color: #fff;
  padding-left: 19px;
}

.main_menu li ul.sub-menu li:not(:last-child) {
  border-bottom: 1px dashed #ccc;
  transition: all 0.5s ease-in-out;
}

.main_menu li ul.sub-menu li.menu-item-has-children ul.sub-menu {
  top: 0;
  left: 250px;
  width: 200px;
  box-shadow: 0 0 10px -2px rgba(0, 0, 0, 0.3);
  border-top: 4px solid var(--yellowColor);
  display: none;
  position: absolute;
  background: #fff;
}
.main_menu li a {
  font-weight: 500;
  font-size: 17px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #fff;
}

.main_menu li.current-menu-item a,
.main_menu li.current-menu-parent a {
  color: var(--yellowColor);
}

.hdr_left {
  position: relative;
  /* height: 121px; */
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  z-index: 2;
  background: #fff;
}

.hdr_left:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100vw;
  right: 100%;
  top: 0;
  background: #fff;
}

.banner {
  position: relative;
  z-index: 1;
}

.best_place {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
}

.best_place img {
  width: 71px;
  height: 122px;
}

.site-main {
  padding-top: 70px;
}

.heroOverley {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
}
.heroBannersec {
  position: relative;
}
.heroBannersec .container-fluid {
  padding: 0 100px;
}
.btn.Knowmore {
  background: #ffcc00;
  color: var(--themebalck);
  border-radius: 44px;
  display: inline-flex;
  gap: 10px;
  align-items: center;
  min-height: 35px;
  position: relative;
  padding: 9px 41px;
  top: inherit;
  right: inherit;
  transition: 0.5s;
  font-weight: 700;
}
.btn.Knowmore img {
  transition: 0.5s;
}
.btn.Knowmore:hover img {
  transition: 0.5s;
  transform: rotate(45deg);
}

.banner_slider .slick-dots li button {
  height: 10px;
  width: 10px;
  border-radius: 50%;
  border: 0;
  background: #fff;
  font-size: 0;
  transition: all 0.5s ease-in-out;
}

.banner_slider .slick-dots li.slick-active button {
  height: 15px;
  width: 15px;
  background: var(--yellowColor);
}

.banner_slider .slick-slide.slick-active .banner_slide figure img {
  transform: scale(1.1);
}

.video_inner {
  position: relative;
  width: 100%;
  height: calc(100vh - 40px);
  overflow: hidden;
}

.video_inner video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

.video-btn {
  position: absolute;
  bottom: 50px;
  right: 50px;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(5px) saturate(200%);
  border: none;
  color: #fff;
  font-size: 20px;
  width: 48px;
  height: 48px;
  border-radius: 0;
  cursor: pointer;
  z-index: 10;
  opacity: 0.7;
  transition: opacity 0.3s ease;
}

.video-btn:hover {
  opacity: 1;
  background-color: #2a2a2a;
}

.video_cont .banner_text h1,
.video_cont .banner_text p {
  color: #fff;
}

.video_cont .banner_cont_inner {
  justify-content: flex-start;
}

.core_values {
  position: relative;
  background: linear-gradient(0deg, #f1f1f1 45.91%, #ffffff 100%);
  /* padding-bottom: 0; */
}

/* .core_values::after {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 1474px;
  height: 708px;
  background: url(../images/core_value_bg.png) no-repeat top center / contain;
} */

.main_hd h2 {
  font-weight: 700;
  /* font-size: 70px; */
  font-size: 40px;
  line-height: 45px;
  text-transform: uppercase;
  color: #3956a6;
  margin-bottom: 20px;
}

.main_hd h2 span {
  color: var(--yellowColor);
}

.main_hd p {
  font-weight: 400;
  font-size: 18px;
  line-height: 31px;
  color: #000;
}

/* about sec start */

.aboutimg {
  position: relative;
}
.sectionTitle h2 {
  font-weight: 700;
  font-size: 40px;
  line-height: 50px;
  text-transform: uppercase;
}
.abtimg2 {
  position: absolute;
  left: 182px;
  top: 65px;
}
.aboutUs .sectionTitle {
  margin-bottom: 18px;
}
.sectionTitle {
  margin-bottom: 50px;
}
.aboutContent h5 {
  background: #ffebae;
  font-size: 18px;
  font-weight: 700;
  padding: 10px 42px 10px 23px;
  line-height: 25px;
  margin-bottom: 30px;
}
.subscribe.Knowmore {
  background: #000;
  color: #fff;
  border-radius: 44px;
  display: inline-flex;
  gap: 5px;
  align-items: center;
  min-height: 35px;
  position: relative;
  padding: 7px 25px;
  transition: 0.5s;
  font-weight: 700;
  margin-top: 10px;
}
/* about sec end */

/* Our Product start */

.our_product {
  position: relative;
  display: flex;
  align-items: stretch;
}

.product_left,
.product_right {
  width: 50%;
}
.product_left {
  background: url(../images/product-bg.jpg) no-repeat center/cover;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 100px 0 100px 0;
  position: relative;
  z-index: 1;
}

.product_left:after {
  position: absolute;
  content: "";
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  z-index: -1;
}

.product_txt {
  padding-right: 55px;
}
.product_txt {
  width: 570px;
}

.product_txt .sectionTitle h2 span {
  display: block;
  color: var(--yellowColor);
  font-size: 60px;
  line-height: 60px;
}

.product_left .nav.nav-tabs {
  flex-direction: column;
  border-bottom: transparent;
}

.product_left .nav.nav-tabs i {
  font-size: 18px;
}

.product_left .nav.nav-tabs .nav-item button {
  width: 100%;
  text-align: left;
  background: #323436;
  margin-bottom: 20px;
  color: #fff;
  font-family: Arial;
  font-weight: 700;
  font-size: 23px;
  line-height: 30px;
  padding: 13px 20px 13px 35px;
  border-radius: 10px;
  border: 1px solid #65686b;
  position: relative;
  overflow: hidden;
  justify-content: space-between;
  display: flex;
}

.product_left .nav.nav-tabs .nav-item button:before {
  background: #64686b;
  position: absolute;
  content: "";
  height: 100%;
  width: 10px;
  left: 0;
  top: 0;
}

.product_left .nav.nav-tabs .nav-item button.nav-link.active {
  box-shadow: 0px 0px 15px 0px #ffcd34b2;
  background: #fff8e4;
  color: #000;
}

.product_left .nav.nav-tabs .nav-item button.nav-link.active:before {
  background: var(--yellowColor);
}

.product_right {
  background: var(--yellowColor);
  padding: 115px 50px;
}

.white_bg {
  background: #fff;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  padding: 20px;
}

.slider_txt h4 {
  font-family: Arial;
  font-size: 18px;
  line-height: 100%;
  margin-bottom: 15px;
  color: #000;
}

a.get_quote {
  margin-top: 10px;
  font-family: Arial;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #000;
}

a.get_quote i {
  display: inline-block;
  font-size: 30px;
  line-height: 25px;
  position: relative;
  top: 0px;
  color: var(--yellowColor);
  transform: rotate(-45deg);
  transition: all 0.5s;
}

a:hover.get_quote i {
  transform: rotate(0);
  transition: all 0.5s;
}

/* Our Product end */

/* product repair start */

.specifications .nav.nav-tabs,
.product_repair .nav.nav-tabs {
  border-bottom: transparent;
  width: 330px;
  margin: 0 auto;
  background: #f1f1f1;
  border-radius: 30px 30px 0 0;
}

.specifications .nav-tabs .nav-link,
.product_repair .nav-tabs .nav-link {
  color: #000;
  width: 165px;
  height: 45px;
  border-bottom: transparent;
  font-size: 20px;
  line-height: 20px;
}

.specifications .nav-tabs .nav-link:hover,
.product_repair .nav-tabs .nav-link:hover {
  border: transparent;
}

.specifications .nav-tabs .nav-link.active,
.product_repair .nav-tabs .nav-link.active {
  border: transparent;
  background: #929699;
  color: #fff;
}

.specifications .nav-tabs .nav-item:first-child .nav-link.active,
.product_repair .nav-tabs .nav-item:first-child .nav-link.active {
  border-radius: 30px 0 0 0;
}

.specifications .nav-tabs .nav-item:last-child .nav-link.active,
.product_repair .nav-tabs .nav-item:last-child .nav-link.active {
  border-radius: 0 30px 0 0;
}

.parts_bg {
  background: #f1f1f1;
  padding: 25px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  margin-top: 5px;
}

.parts_bg h3 {
  margin-bottom: 20px;
}

/* product repair end */

/* project start */

.our_projects {
  display: flex;
  gap: 30px;
  align-items: stretch;
}

.project_left {
  flex: 0 0 70%;
}
.project_right {
  flex: 0 0 30%;
  display: flex;
  position: relative;
}

.project_right:after {
  position: absolute;
  content: "";
  background: #000;
  height: 100%;
  width: 1px;
  left: -15px;
}

.project_left {
  display: flex;
  gap: 5px;
}

.big_img {
  position: relative;
}

.project_img figure {
  margin: 0 0 5px;
  height: 100%;
}

.project_img figure img {
  height: 100%;
  object-fit: cover;
}

.big_img figure {
  margin: 0;
}

.big_img:after {
  position: absolute;
  content: "";
  background: rgba(255, 205, 52, 0.9);
  height: 100%;
  width: 100%;
  top: 0;
}

.project_img.big_img .sectionTitle {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.project_img.big_img .sectionTitle h2 {
  color: #000;
}

.project_img.big_img .sectionTitle h2 span {
  display: block;
  font-size: 60px;
}

.pro_details {
  position: relative;
  display: block;
  margin-bottom: 5px;
  overflow: hidden;
  height: 100%;
}

.pro_details figure img {
  transition: all 0.5s;
}

.pro_details:hover figure img {
  transform: scale(1.05);
}

.pro_details:last-child {
  margin-bottom: 0;
}

.project_txt {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.9) 0%,
    rgba(0, 0, 0, 0.4) 100%
  );
  color: #fff;
  padding: 15px 30px;
  font-family: Arial;
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.5s;
}

.project_txt .d-flex {
  gap: 15px;
}

.project_txt span i {
  font-size: 40px;
  transform: rotate(-45deg);
  display: block;
  transition: all 0.5s;
}

.project_txt:hover span i {
  transform: rotate(0);
  color: var(--yellowColor);
  transition: all 0.5s;
}

.project_txt:hover {
  color: var(--yellowColor);
}

.global_exp {
  background: #000;
  flex: 1;
  padding: 100px 60px;
  font-family: Arial;
  font-weight: 400;
  font-size: 20px;
  line-height: 33px;
  color: #ccd0cf;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.global_exp:after {
  position: absolute;
  content: "";
  background: url(../images/shape.svg) no-repeat right top;
  width: 227px;
  height: 266px;
  top: 0;
  right: 0;
}

.global_exp figure {
  margin-bottom: 30px;
}

.solutions {
  background: var(--yellowColor);
  font-family: Arial;
  font-weight: 700;
  font-size: 20px;
  line-height: 25px;
  color: #000;
  padding: 10px 15px;
  width: 423px;
  margin-bottom: 30px;
}

.project_img {
  display: flex;
  flex-direction: column;
  width: 50%;
}

/* project end */

/* press start */

.press {
  background: #dedddd;
  text-align: center;
}

.press_img {
  display: block;
}

.contact_bg {
  background: #333333;
  padding: 65px 0;
}

.contact_bg h2 {
  color: #fff;
  text-transform: capitalize;
}

.contact_bg ul li span.icon {
  background: var(--yellowColor);
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 11px;
}

.contact_bg ul li a {
  justify-content: flex-start;
  gap: 15px;
  align-items: center;
}

.contact_bg ul li span.ph_no small {
  display: block;
  font-size: 13px;
}

.contact_bg ul li span.ph_no {
  color: #fff;
  text-align: left;
  font-size: 20px;
}

.contact_bg ul {
  display: flex;
  justify-content: center;
  gap: 50px;
}

/* press end */

/* ====footer start====== */
.site-footer {
  background: #000;
  padding: 86px 0 0;
}

.footerlogo figure {
  margin-bottom: 0px;
}

.footerlogo {
  display: inline-block;
  margin-bottom: 55px;
}

.qrWrapper {
  display: flex;
  align-items: center;
  gap: 20px;
}

.qrImg {
  padding: 7.5px;
  background: #fff;
  border-radius: 5px;
}

.qrContent {
  flex: 1;
  max-width: 123px;
}

.qrContent p {
  font-weight: 400;
  font-size: 13px;
  line-height: 19px;
  letter-spacing: 0%;
  color: #fff;
}

.playstore {
  margin: 15px 0 53px;
}

.missedCallWrapper {
  /* border-left: 2px solid var(--yellowColor);
  padding-left: 10px; */
  display: none;
  margin-bottom: 30px;
}

.missedCallWrapper p {
  font-weight: 400;
  font-size: 20px;
  line-height: 29px;
  color: #fff;
  margin-bottom: 8px;
}

.missedCallWrapper h5 {
  font-weight: 700;
  font-size: 20px;
  line-height: 29px;
  letter-spacing: 0%;
  color: #ffffff;
  display: inline-block;
  transition: 0.5s;
}

.missedCallWrapper h5 span {
  margin-right: 2px;
  background: #243769;
  width: 38px;
  display: inline-grid;
  height: 38px;
  place-content: center;
  border-radius: 4px;
  color: var(--yellowColor);
  overflow: hidden;
  position: relative;
}

h5 span .digit-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: transform 1s ease-out;
}

h5 span .digit-inner div {
  height: 38px;
  /* Match the span height */
  display: flex;
  align-items: center;
  justify-content: center;
}

.missedCallWrapper a:hover {
  letter-spacing: 1px;
  transition: 0.5s;
}

.subcribeform {
  position: relative;
}

.subcribeform input {
  background: #ffffff33;
  min-height: 35px;
  padding: 7px 18px;
  border-radius: 44px;
  border: none !important;
  box-shadow: none !important;
  width: 100%;
  color: #fff;
}

.subscribe:hover {
  background: var(--yellowColor);
  color: #000;
  transition: 0.5s;
}

.subscribe i {
  transition: 0.5s;
  font-size: 25px;
  line-height: 25px;
  color: var(--yellowColor);
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}

.subscribe:hover i {
  transform: rotate(0);
  transition: 0.5s;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  color: #000;
}

.subscribe span {
  font-weight: 500;
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0%;
}

.footerContent h3 {
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0%;
  color: var(--yellowColor);
  margin-bottom: 20px;
}

.footernav {
  display: grid;
}

.footernav li a {
  font-family: Roboto;
  font-weight: 400;
  font-size: 15px;
  line-height: 26px;
  color: #fff;
  position: relative;
  display: inline-block;
  padding-left: 15px;
  transition: 0.5s;
}

.footernav li a::before {
  content: "";
  width: 6px;
  height: 6px;
  background: #b9babc;
  position: absolute;
  top: 12px;
  left: 0;
  border-radius: 50%;
  transition: 0.5s;
}

.footernav li a:hover {
  color: var(--yellowColor);
  transition: 0.5s;
}

.footernav li a:hover::before {
  background: var(--yellowColor);
  transition: 0.5s;
}

.footerContact {
  display: flex;
}

.footerContactItem {
  display: flex;
  align-items: center;
  gap: 15px;
  border-right: 3px solid #000;
  width: 33.33%;
  background: #ffcc00;
  padding: 14px 18px;
}

.footerContact .footerContactItem:nth-child(2) {
  background: #ffd326;
}

.footerContact .footerContactItem:nth-child(3) {
  background: #ffde59;
  border: none;
}

.fcIcon {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: #00000066;
  display: grid;
  place-content: center;
  color: #fff;
  font-size: 18px;
}

.fcContent {
  flex: 1;
}

.fcContent h6 {
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: #997b00;
}

.fcContent a {
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  color: #000;
}

.footerContact {
  margin-top: 45px;
  margin-bottom: -50px;
}

.fcContent p {
  font-size: 13.5px;
  line-height: 20px;
  color: #000;
  margin-bottom: 0;
}

.bottomnav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 30px;
}

.bottomnav li a {
  font-weight: 400;
  font-size: 15px;
  line-height: 26px;
  letter-spacing: 0%;
  color: #fff;
  display: block;
  position: relative;
}

.bottomnav li:not(:last-child) a::before {
  content: "";
  height: 15px;
  width: 1px;
  background: #fff;
  position: absolute;
  top: 5px;
  right: -15px;
}

.copyrightbar {
  padding: 77px 0 27px;
  background: #333333;
}

.copyrightbar p {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  margin-bottom: 0;
}

.copyrightbar p a {
  font-weight: 700;
  color: #fff;
}

.pl-30 {
  padding-left: 60px;
}

.aw_text .subscribe {
  position: relative;
}

section.awards {
  border-radius: 0 !important;
  z-index: 5;
  position: relative;
  background: #fff;
}

.fcIcon {
  transition: all 0.5s ease-in-out;
}

.footerContactItem:hover .fcIcon {
  background: #000;
}

.followUs {
  position: fixed;
  top: 40%;
  right: -36px;
  transform: translateY(-50%);
  z-index: 9;
  display: flex;
  gap: 7px;
  transition: 0.5s;
  align-items: center;
}

.followUs.cameIn {
  right: 15px;
  transition: 0.5s;
}

.followUs li:nth-child(1) span {
  writing-mode: vertical-lr;
  transform: rotate(180deg);
  color: #b9babc;
  font-family: Arial;
  font-size: 16px;
  line-height: 36px;
  letter-spacing: 0%;
}

#followBtn {
  background: var(--yellowColor);
  color: #000;
  padding: 14px 0;
  border-radius: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  cursor: pointer;
}

#followBtn img {
  transform: rotate(180deg);
  transition: 0.5s;
}

.followUs.cameIn #followBtn img {
  transform: rotate(0deg);
  transition: 0.5s;
}

.followUs ol li a {
  border-radius: 50%;
  overflow: hidden;
}

.followUs ol li a {
  width: 35px;
  height: 35px;
  display: grid;
  place-content: center;
  border-radius: 50%;
}

.followUs ol li a {
  color: #fff;
}

.followUs ol li:nth-child(1) {
  background: #1976d2;
  border-radius: 50%;
}

.followUs ol li:nth-child(2) {
  background: linear-gradient(
    131.5deg,
    #fbd524 14.87%,
    #f33288 50.79%,
    #6e1ccf 85.13%
  );
  border-radius: 50%;
}

.followUs ol li:nth-child(3) {
  background: #000000;
  border-radius: 50%;
}

.followUs ol li:nth-child(4) {
  background: #0077b5;
  border-radius: 50%;
}

.followUs ol li:nth-child(5) {
  background: #e60000;
  border-radius: 50%;
}

.followUs li a:hover svg,
.followUs li a:hover i {
  transform: rotate(360deg);
  transition: 0.5s;
}

.followUs ol {
  list-style: none;
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
}

#button {
  display: inline-block;
  background-color: var(--yellowColor);
  width: 45px;
  height: 45px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition:
    background-color 0.3s,
    opacity 0.5s,
    visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  font-size: 25px;
  line-height: 40px;
  color: #fff;
  cursor: pointer;
}

#button.show {
  opacity: 1;
  visibility: visible;
}
.white_bg .slider_img figure img {
  height: 176px;
  object-fit: cover;
}
/* ====footer close====== */
.slider_txt a {
  display: block;
}
