@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Hanken+Grotesk:ital,wght@0,100..900;1,100..900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Noto+Sans+JP:wght@100..900&family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Outfit:wght@100..900&family=Public+Sans:ital,wght@0,100..900;1,100..900&display=swap');
/*==Fonts
 font-family: "Hanken Grotesk", sans-serif;
 font-family: "Inter", sans-serif;
==*/

/*=====default styles=====*/
html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-size: 16px;
  font-weight: 400;
  color: #212121;
  overflow-x: hidden;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}


img {
  max-width: 100%;
}


/* ul,
li {
    list-style: none;
} */

a {
  text-decoration: none;
  transition: color 0.5s ease-in-out;
  -webkit-transition: color 0.5s ease-in-out;
}

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

button {
  /* WebKit */
  -webkit-appearance: none;

  /* Mozilla */
  -moz-appearance: none;

  /* Opera */
  -o-appearance: none;

  /* Internet Explorer */
  -ms-appearance: none;

  /* CSS3 */
  appearance: none;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}


p {
  color: #5C727D;
  font-size: 16px;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
}

h1 {
  font-family: Poppins;
}

h2,
h3,
h4,
h5,
h6 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;

}


h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #FF5A3C;
}

h3,
h4 {
  font-size: 22 px;
}

sub,
sup {
  font-size: .2em;
}

sup {
  top: -1.5em;
  vertical-align: super;

}


.titleh2 {
  margin: 0px 0px 30px;
  position: relative;
}

/* .titleh2 h2 {
  color: #2E2E2E;
  font-size: 32px;
  margin: 0px;
  text-transform: capitalize;
} */
.titleh2 {
  color: #071C1F;
  font-family: Poppins;
  font-size: 38px;
  font-style: normal;
  font-weight: 700;
  line-height: 57.2px;
}


.tittlehead {
  color: #FF5A3C;
  font-family: "Nunito Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20.8px;
  text-transform: uppercase;
  background-color: bisque;
  width: auto;
  display: inline-block;
  padding: 10px 20px;
  border-radius: 20px;
}

.subTitle {
  color: #144891;
  font-size: 18px;
  font-weight: 400;
  font-family: "Hanken Grotesk", sans-serif;
  font-style: italic;
  margin: 0px 0px 5px;
  text-transform: uppercase;

}

.inner-sectioncta {
  margin-top: 30px;
}

.MaxWidth {
  max-width: 700px;
  margin: 0 auto 30px;
}

.MaxWidth .titleh2 {
  margin: 0px 0px 20px;
}

.textcenter {
  text-align: center;
}



.cta {
  color: #ffffff;
  padding: 12px 30px;
  border-radius: 10px;
  display: inline-block;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.4px;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  background-color: #FF5A3C;
  border: 1px solid #FF5A3C;
}

.cta img {
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}

.cta img:not(.wbg img) {
  filter: brightness(0) invert(1);
}

.cta:hover img:not(.wbg img) {
  filter: none;
}

.cta.wbg {
  background-color: #ffffff;
  color: #D60117;
}

.cta.wbg:hover {
  background-color: #D60117;
  color: #ffffff;
}


a.cta.ctab {
  background: transparent;
  border: 1px solid #fff;
  max-width: max-content;
}

a.cta.ctab:hover {
  background: #fff;
  border: 1px solid #FF5A3C;
}

.cta span img {
  transition: transform 0.3s ease;

}

.ctax span img {
  transition: transform 0.3s ease;
  padding: 10px 15px;
}

.cta:hover span img {
  transform: rotate(45deg);
}

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



.ImgParent {
  position: relative;
  overflow: hidden;
  /* border-radius: 10px; */
}

.ImgParent img {
  width: 100%;
  height: 100%;
}

.snap-img {
  animation: zoomInOut 5s infinite ease-in-out;
  transform-origin: center;
}

@keyframes zoomInOut {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(0.9);
    /* zoom in */
  }

  100% {
    transform: scale(1);
    /* zoom out */
  }
}

.imgwrapper {
  position: relative;
  overflow: hidden;
  /* border-radius: 10px; */
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s;
}

.SixteenRatioNine,
.sixrationine {
  padding-bottom: 56.25%;
  display: block;
}

.FourRatioThree {
  padding-bottom: 75%;
}

.imgwrapper img,
.imgwrapper iframe,
.imgwrapper video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  object-fit: cover;
}




.mt40 {
  margin-top: 40px;
}

.SliderWrapper {
  position: relative;
}

/*========slider navigation======*/
.defaultslidearrow {
  position: relative;
  display: flex;
  justify-content: center;
  gap: 15px;
}

.defaultslidearrow .swiper-button-next:after,
.defaultslidearrow .swiper-button-prev:after {
  display: none;
}

.defaultslidearrow .swiper-button-next,
.defaultslidearrow .swiper-button-prev {
  position: relative;
  left: inherit;
  right: inherit;
  text-align: inherit;
  margin: 0px;
  width: 45px;
  min-width: 45px;
  height: 45px;
  min-height: 45px;
  background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23ffffff' class='bi bi-arrow-left' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M15 8a.5.5 0 0 0-.5-.5H2.707l3.147-3.146a.5.5 0 1 0-.708-.708l-4 4a.5.5 0 0 0 0 .708l4 4a.5.5 0 0 0 .708-.708L2.707 8.5H14.5A.5.5 0 0 0 15 8'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 24px;
  cursor: pointer;
  border-radius: 50%;
  transition: ease-in-out all 0.3s;
  -webkit-transition: ease-in-out all 0.3s;
  -moz-transition: ease-in-out all 0.3s;
  -ms-transition: ease-in-out all 0.3s;
  -o-transition: ease-in-out all 0.3s;
  z-index: 1;
  border: 1px solid #D60117;
  background-color: #D60117;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));

}

.defaultslidearrow .swiper-button-next {
  transform: rotate(180deg);
}



@media screen and (min-width:1151px) {
  .SliderWrapper {
    padding: 0px 40px;
  }

  .defaultslidearrow {
    justify-content: space-between;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    left: 0;
    right: 0;
  }

  .defaultslidearrow .swiper-button-next,
  .defaultslidearrow .swiper-button-prev {
    width: 60px;
    min-width: 60px;
    height: 60px;
    min-height: 60px;
    background-size: 30px;
  }
}


@media screen and (max-width:1150px) {
  .defaultslidearrow {
    margin: 30px 0px 0px;
  }

}

/*========slider navigation====*/
.hdDiv {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0px 0px 30px;
  gap: 10px;
}

.hdDiv .titleh2 {
  margin: 0px;
}



@media screen and (max-width:991px) {

  .titleh2,
  .hdDiv {
    margin: 0px 0px 20px;
  }

  .titleh2 h2,
  .titleh2 h2 span {
    font-size: 25px;
    line-height: 35px;
  }

  .subTitle {
    font-size: 16px;
  }

  .mt40 {
    margin-top: 30px;
  }

  br {
    display: none;
  }

  .defaultslidearrow {
    gap: 10px;
  }

  .defaultslidearrow .swiper-button-next,
  .defaultslidearrow .swiper-button-prev {
    width: 35px;
    min-width: 35px;
    height: 35px;
    min-height: 35px;
    background-size: 20px;
  }

  h3,
  h4 {
    font-size: 20px;
  }

  .cta {
    font-size: 15px;
  }
}

/*=====default styles=====*/




/*=====header=====*/
header {
  background-color: #ffffff;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
  position: sticky;
  top: 0;
  z-index: 4;
  width: 100%;
  transition: all 0.3s;
}

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



.FormobmenuHeader {
  display: none;
}

.headerMainWrapper {
  position: relative;
}

.menuHeaderinner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}



.menuHeaderinner .logoheader img {
  width: 100%;
  height: 100%;
}

.Headertside {
  display: flex;
  align-items: center;
  gap: 30px;
}

header nav ul.mainULnav {
  margin: 0px;
  padding: 0px;
}

header nav ul li {
  display: inline-block;
  position: relative;
  list-style: none;
}

header nav ul li a {
  font-size: 16px;
  font-weight: 500;
  color: #1A1B1F;
  text-transform: capitalize;
  font-style: normal;
  text-decoration: none;
  display: inline-block;
  position: relative;
  white-space: nowrap;
  padding: 30px 15px;
}

header .sub-menu {
  background-color: #ffffff;
  position: absolute;
  opacity: 0;
  z-index: -1;
  visibility: hidden;
  transition: all ease 0.3s;
  top: calc(100% + 0px);
  width: auto;
  left: inherit;
  bottom: inherit;
}

header .sub-menu li {
  display: block;
}

header .sub-menu li a {
  font-size: 14px;
  font-weight: 500;
  color: #3D3E48;
  padding: 0px;
  margin: 0;
  position: relative;
  display: block;
  text-transform: capitalize;
  min-height: auto;
  padding: 12px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

header .sub-menu li:last-child a {
  border: 0px;
}

.hamburgerMenuBtn {
  width: 35px;
  height: 35px;
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23FF2A0A' class='bi bi-list' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M2.5 12a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5m0-4a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5m0-4a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5'/%3E%3C/svg%3E");
  background-size: 100% 100%;
  margin: 0;
  cursor: pointer;
  display: none;
}

.HeaderMenuRhs {
  display: flex;
  align-items: center;
  gap: 10px;
}


.menuOverlay {
  background-color: rgb(255 255 255 / 35%);
  height: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  transition: all ease 0.3s;
  display: none;
}

body.sidebarMenuOpen .menuOverlay {
  display: block;
}

/*=======min-width:1151px=======*/

@media screen and (min-width: 1151px) {
  header .dropdownMenu .sub-menu {
    min-width: 240px;
    -webkit-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
    /* border-top: 3px solid #f3d014; */
  }

  header .dropdownMenu:hover>.sub-menu {
    opacity: 1;
    z-index: 2;
    visibility: visible;
  }

  header nav ul li a:hover {
    color: #13498f;
  }

  header .sub-menu li a:hover {
    background-color: #f5f5f5;
    color: #13498F;
  }

  li.dropdownMenu>a:after {
    content: "";
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23c4cfdd' class='bi bi-chevron-down' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/%3E%3C/svg%3E");
    width: 16px;
    height: 16px;
    display: inline-flex;
    right: -5px;
    top: 3px;
    position: relative;
    transition: all 0.3s !important;
  }

  li.dropdownMenu>a:hover:after {
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23ffffff' class='bi bi-chevron-down' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/%3E%3C/svg%3E");
  }



  .menuHeaderinner {
    justify-content: space-between;
  }


}

/*============max-width:1150px=========*/

@media screen and (max-width: 1150px) {


  .menuHeader {
    padding: 10px 0px;
  }



  .hamburgerMenuBtn {
    display: block;
  }

  .headerrhscontent {
    position: fixed;
    right: -280px;
    bottom: 0;
    top: 0;
    z-index: 9;
    width: 280px;
    -webkit-transition: right 0.5s ease;
    transition: right 0.5s ease;
    background-color: #ffffff;
    width: 280px;
  }

  body.sidebarMenuOpen .headerrhscontent {
    right: 0px;
  }

  /*for mobile*/
  .FormobmenuHeaderWrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 12px;
    border-bottom: 1px solid rgba(204, 204, 204, 0.4);
    position: relative;
    width: 100%;
  }

  .FormobmenuHeaderWrapper .logo {
    width: 110px;
  }

  .FormobmenuHeaderWrapper .logo img {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    /* filter: brightness(0) invert(1); */
  }

  .FormobmenuHeader {
    display: block;
    width: 100%;
  }

  header nav ul li a:not(header ul.sub-menu li a),
  header.HeaderSticky nav ul li a:not(header.HeaderSticky ul.sub-menu li a) {
    color: #000000;
    padding: 12px;
    width: 100%;
    font-weight: 500;
    border-bottom: 1px solid rgba(204, 204, 204, 0.4);
  }

  .headerrhscontent {
    flex-direction: column;
    justify-content: flex-start;
  }

  .closeIcon {
    width: 24px;
    height: 24px;
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23FF5A3C' class='bi bi-x-lg' viewBox='0 0 16 16'%3E%3Cpath d='M2.146 2.854a.5.5 0 1 1 .708-.708L8 7.293l5.146-5.147a.5.5 0 0 1 .708.708L8.707 8l5.147 5.146a.5.5 0 0 1-.708.708L8 8.707l-5.146 5.147a.5.5 0 0 1-.708-.708L7.293 8z'/%3E%3C/svg%3E");
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 15px;
    cursor: pointer;
    border: 0;
    background-color: transparent;
  }

  header nav ul li {
    width: 100%;
  }

  header nav ul .dropdownMenu span {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 15px;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    right: 15px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23000000' class='bi bi-chevron-down' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/%3E%3C/svg%3E");

    background-repeat: no-repeat;
    background-size: 100% 100%;
    z-index: 4;
    cursor: pointer;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
  }

  header .sub-menu {
    opacity: 1;
    z-index: 1;
    visibility: visible;
    transition: none;
    top: 0;
    display: none;
    min-width: 100%;
    position: relative;
    box-shadow: none;
    padding: 0px;
  }

  header .sub-menu li a {
    padding: 12px;
  }

  header .sub-menu li a:hover {
    color: #424242;
  }

  header nav {
    overflow-y: auto;
    height: calc(100% - 80px);
  }

  header nav::-webkit-scrollbar {
    display: none;
    width: 0px;
  }

  header nav ul li:last-child a:not(header ul.sub-menu li a),
  header.HeaderSticky nav ul li:last-child a:not(header.HeaderSticky ul.sub-menu li a) {
    border-bottom: 0px;
  }

  header nav ul .dropdownMenu span.hasSub.menuactve {
    transform: rotate(180deg);
  }


  .sidebarMenuOpen .HeaderSticky {
    animation: none;
  }

  .topHeader {
    display: none;
  }

  .LogoWrapper {
    width: 120px;
  }

}
/* 
@media screen and (max-width: 550px) {
  .HeaderMenuRhs .cta {
    display: none;
  }
} */

/*===============header=============*/


/*=======Banner section=====*/
.BannerSection {
  background-color: #F2F6F7;
  padding: 100px 0px;
}

.BanenrSection {}

.BannerWrapper {
  display: flex;
  justify-content: space-between;
  padding: 0px 0px 70px;
}

.bannertitle {
  color: #071C1F;
  font-family: Poppins;
  font-size: 65px;
  font-style: normal;
  font-weight: 700;
  line-height: 65px;
  margin-top: 15px;
}

.bannerContent p {
  color: #5C727D;
  max-width: 500px;
  font-size: 16px;
  border-left: 1px solid #576466;
  padding-left: 32px;
  margin: 20px 2px;
  color: #5C727D;
  font-family: "Nunito Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28.8px;
}

.bannerContent {
  position: relative;
  z-index: 1;
  max-width: 693px;
}

.custom-container,
.BannerWrapper,
.bannerContent {
  position: relative;
  z-index: 2;
}

a.ctax {
  display: flex;
  color: #ffffff;
  padding: 12px 34px;
  border-radius: 0px;
  text-align: center;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 0.4px;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  background-color: #FF5A3C;
  border: 1px solid #FF5A3C;
  /* max-width: fit-content; */
  align-items: center;
  width: auto;
  display: inline-block;
}

.banner-icon i {
  color: #FF5A3C;
}

.bannertxt {
  color: #071C1F;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  margin: 0px;
  padding-left: 7px;
}

.BannerLhs {
  width: calc(40% - 0px);
  min-width: calc(40% - 0px);
  display: flex;
}

.banner-img {
  position: relative;
}

.banner-img::after {
  position: absolute;
  content: '';
  background-image: url(../img/banner-arrow.png);
  background-repeat: no-repeat;
  width: 200px;
  height: 200px;
  top: 36%;
  left: -170px;
  animation: swing 2s ease infinite;
}

@keyframes swing {
  20% {
    -ms-transform-origin-x: rotate(10deg);
  }

  40% {
    transform: rotate(-5deg);
  }

  60% {
    transform: rotate(3deg);
  }

  80% {
    transform: rotate(-2deg);
  }

  100% {
    transform: rotate(0deg);
  }
}

.social-icons {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 30px;
  width: 30px;
  min-width: 30px;
  margin-right: 10px;
}

.social-icons a i {
  transform: rotate(90deg);
  font-size: 22px;
}


.social-icons a {
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  font-family: "Hanken Grotesk", sans-serif;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  text-transform: capitalize;
}

.BlhsLtside {
  width: calc(100% - (30px + 10px));
  min-width: calc(100% - (30px + 10px));
}

.BlhsltsideTop {
  background-color: #13498F;
  padding: 20px 10px;
  display: flex;
  align-items: center;
  gap: 15px;
  margin: 0px 0px 25px;
}

.BlhsltsideTop .bannerlogo {
  width: 145px;
  min-width: 145px;
}

.BlhsltsideTop p {
  color: #ffffff;
  margin: 0px;
}

.BannerRhs {
  width: calc(60% - 0px);
  min-width: calc(60% - 0px);
  padding-left: 25px;
}

.BrhssideTop {
  background-color: #13498F;
  padding: 25px 50px;
  margin: 0px 0px 25px;
}

.BrhssideTop h1 {
  font-size: 40px;
  color: #ffffff;
  margin: 0px 0px 20px;
}

.BrhssideTop p {
  color: #ffffff;
  font-size: 18px;
  margin: 0px 0px 30px;
}

.BrhssideBottom {
  display: flex;
}

.writingmodeDiv {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  width: 50px;
  min-width: 50px;
}

.normalText {
  font-size: 16px;
  color: #454545;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 5.6px;
  font-family: "Hanken Grotesk", sans-serif;
}

.BrhssideBottomrtside {
  width: calc(100% - (30px + 20px));
  min-width: calc(100% - (30px + 20px));
  position: relative;
}

.VideoTag {
  background-color: #D9D9D9;
  display: inline-block;
  font-family: "Hanken Grotesk", sans-serif;
  color: #000;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  padding: 20px 30px;
  cursor: pointer;
}

.BrhssideBottomrtside .VideoTag {
  position: absolute;
  top: 10px;
  left: 10px;
}

@media screen and (max-width: 1400px) {

.BannerSection {
    background-color: #F2F6F7;
    padding: 0px 0px 30px 0px;
}}

@media screen and (max-width: 991px) {

/*   .BannerWrapper {
    flex-direction: column;
  }

  .BannerLhs {
    width: calc(100% - 0px);
    min-width: calc(100% - 0px);
  } */

  .BlhsltsideTop .bannerlogo {
    width: 95px;
    min-width: 95px;
  }

  .BlhsLtside {
    width: calc(100% - (0px + 0px));
    min-width: calc(100% - (0px + 0px));
  }

  .BannerRhs {
    width: calc(100% - 0px);
    min-width: calc(100% - 0px);
    padding-left: 0px;
    margin: 25px 0px 0px;

  }

  .BrhssideTop {
    padding: 20px;
  }

  .BrhssideTop h1 {
    font-size: 28px;
    margin: 0px 0px 10px;
  }

  .BrhssideTop p {
    font-size: 16px;
    margin: 0px 0px 20px;
  }

  .BrhssideBottom {
    flex-direction: column;
  }

  .social-icons {
    display: none;
  }

  .writingmodeDiv {
    writing-mode: inherit;
    transform: inherit;
    width: auto;
    min-width: auto;
    margin: 0px 0px 15px;
    align-items: flex-start;
  }

  .BrhssideBottomrtside {
    width: calc(100% - (0px + 0px));
    min-width: calc(100% - (0px + 0px));
  }


  .VideoTag {
    padding: 12px 30px;
  }
}


@media screen and (max-width: 767px) {
  .bannerContent h1 {

    font-size: 50px;
  }

  .bannerContent {

    max-width: 503px;
  }
}

@media screen and (max-width: 500px) {
  .bannerContent h1 {

    font-size: 35px;
  }

  .bannerContent {

    max-width: 403px;
  }

  .bannercta {
    flex-direction: column;
    gap: 20px;
  }
}

/*=======Banner section=====*/

/* <--------banner bottom form------------> */
.banner-form {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  align-items: center;
  border: 1px solid #E5EAEE;
  background: #FFF;
  box-shadow: 0 16px 32px 0 rgba(7, 28, 31, 0.10);
  padding: 65px 35px;
  margin-top: -100px;
}

.banner-form-group {
  flex: 1 1 200px;
  min-width: 200px;
}

.banner-form-group input {
  width: 100%;
  padding: 12px 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.banner-form-button {
  background-color: #ff5e3a;
  color: #fff;
  padding: 12px 25px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  min-width: 100px;
  text-transform: uppercase;
}

.banner-form-button:hover {
  background-color: #e94e2a;
}

@media (max-width: 600px) {
  .banner-form {
    flex-direction: column;
    align-items: stretch;
  }

  .banner-form-button {
    width: 100%;
  }
}

.TelCode {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 400;
  gap: 8px;
  padding: 10px;
  min-height: 50px;
  position: absolute;
  left: 0;
  bottom: 0;
  border-radius: 5px 0px 0px 5px;
}

.TelDiv {
  position: relative;
}

.TelDiv input[type=tel] {
  padding-left: 85px;
}

.banner-btm {}

/*=======AboutSection======*/
section.about {
  padding: 50px 0px;
}

.abouttiopsectionWr {
  margin: 50px 0px;
  display: flex;
  gap: 70px;
}

.abouttopsectionImg,
.abouttopsectionContent {
  width: calc(50% - 35px);
  min-width: calc(50% - 35px);
}

section.about .tittlehead h4 {
  margin-top: 40px;
}

.abouttopsectionContent p {
  text-align: justify;
}

.Aboutuspage .StepsSection {
  padding: 0px;
}

.AboutServiceChoicein {
  background-color: #FDEAF4;
  padding: 30px;
  border-radius: 20px;
  margin: 0px 0px 50px;
  position: relative;
}

.AboutServiceChoicein .ImgDiv {
  position: absolute;
  max-width: 750px;
  right: 0px;
  bottom: 0;
}

.AboutServiceChoicein .ImgDiv img {
  width: 100%;
  height: 100%;
}

.AboutServiceChoicein .MaxWidth {
  max-width: 800px;
}

.AboutServiceChoiceWr .AboutServiceChoiceItem {
  max-width: 500px;
}

.AboutServiceChoiceWr .AboutServiceChoiceItem h4 {
  background-image: url(../images/arrowtitle.svg);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 45px;
  background-size: 40px;
}

.AboutServiceChoiceWr .AboutServiceChoiceItem:first-child,
.AboutServiceChoiceWr .AboutServiceChoiceItem:nth-child(2) {
  max-width: 100%;
}

.AboutServiceChoiceItem p {
  text-align: justify;
}

@media screen and (max-width: 1199px) {
  .AboutServiceChoicein .ImgDiv {
    max-width: 500px;
  }
}

@media screen and (max-width: 1150px) {
  .AboutServiceChoicein .ImgDiv {
    display: none;
  }

  .AboutServiceChoiceWr .AboutServiceChoiceItem {
    max-width: 100%;
  }
}

@media screen and (max-width: 991px) {
/*   .abouttiopsectionWr {
    flex-direction: column;
    gap: 30px;
    margin: 40px 0px;
  }
	

  .abouttopsectionImg,
  .abouttopsectionContent {
    width: 100%;
    min-width: 100%;
  }

  section.about .tittlehead h4 {
    margin-top: 0px;
  } */
}

/*=========AboutSection======*/


/* <-------------inspection----------------> */
.whychsnag {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
  margin: 50px 0px 80px;
}

.whychcard-snag {
  position: relative;
  border-radius: 10px;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.15);
  padding: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 25px;
  cursor: pointer;
  border: 1px solid transparent;
  transition: all 0.3s ease-in-out;
}

.whychcard-snag:hover {
  border: 1px solid #e94e2a;
}

.look-img {
  position: relative;
}


img.look-absolute {
  position: absolute;
  bottom: 2px;
  left: 100px;
  right: 0px;
  right: auto;
  height: auto;
  width: 370px;
  display: block;
  margin: auto;
}

.swiper-pagination-bullet {
  width: 30px;
  height: 6px;
  border-radius: 34px;
}


.our-service {
  margin: 0px 0px 70px 0px;
}


.productlistingsx {
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

.prdct-img img {

  width: 100%;
}

.prdct-details {
  border: 1px solid #F1F8FF;
  background: #FFF;
  box-shadow: 0 5px 20px 0 rgba(23, 44, 82, 0.10);
  overflow: hidden;
  transition: all 0.5s ease-in;
}

/* .prdct-details:hover {
  background-color: #0a5b8614;
  border-radius: 15px;
} */

.prdct-title {
  color: #071C1F;
  font-family: Poppins;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 28.6px;
}

.below-desc {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-top: 20px;
  padding: 0px 15px 15px;
  height: 100%;
}

.prdct-descr {
  color: #727272;
  color: #5C727D;
  font-family: "Nunito Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22.8px;
}

ul {
  padding-left: 10px;
}

li {
  list-style: none;
}

.rightorder li {
  color: #3F3E3E;
  font-weight: 400;
  font-size: 16px;
  margin: 0px 0px 15px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M21 10V19.5C21 19.8978 20.842 20.2794 20.5607 20.5607C20.2794 20.842 19.8978 21 19.5 21H4.5C4.10218 21 3.72064 20.842 3.43934 20.5607C3.15804 20.2794 3 19.8978 3 19.5V4.5C3 4.10218 3.15804 3.72064 3.43934 3.43934C3.72064 3.15804 4.10218 3 4.5 3H15' stroke='%23FF5A3C' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8 10L13 14L20.5 3.5' stroke='%23FF5A3C' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: left 1px;
  background-size: 20px;
  padding-left: 30px;
}

@media screen and (max-width: 1050px) {
  .top-paraprdct {
    gap: 40px;

  }
}

@media screen and (max-width: 991px) {
/*   .productsecttop {

    flex-direction: column;
    align-items: center;
  }

  .top-paraprdct p {
    max-width: 550px;
    text-align: center;
  }

  .top-paraprdct {
    flex-direction: column;
    gap: 0px;
  }

  .productlistingsx {

    grid-template-columns: repeat(2, 1fr);

  } */
}

@media screen and (max-width: 767px) {
  .productlistingsx {
    grid-template-columns: repeat(1, 1fr);
  }
}

/*=======Product section=======*/



/*========why chooseus section======*/

.maxxwidth {
  max-width: 690px;
  margin: auto;
}

.whychboxes {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  margin: 50px 0px 80px;
}

.whychcard {
  position: relative;
  border-radius: 15px;
  padding: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 25px;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  border-radius: 10px;
  border-radius: 10px;
  border: 1px solid #F1F8FF;
  background: #FFF;
  box-shadow: 0 5px 20px 0 rgba(23, 44, 82, 0.10);

}

.chgtext {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  transition: opacity 0.3s ease-in-out;
}

.hover-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 30px;
  background-color: #fff;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  transform: translateY(30px);
  opacity: 0;
  pointer-events: none;
  transition: all 0.4s ease-in-out;
}

.hover-content h4 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #000;
}

.hover-content .red-line {
  height: 1px;
  background-color: #FF5A3C;
  width: 100%;
  margin-bottom: 15px;
}

.hover-content p {
  font-size: 15px;
  line-height: 1.6;
  color: #444;
}

.whychcard:hover .chgtext,
.whychcard:hover .chg-icon {
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.whychcard:hover .hover-content {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

@media screen and (max-width: 991px) {
  .whychboxes {

    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 668px) {
  .whychboxes {

    grid-template-columns: repeat(1, 1fr);
  }
}

/*========why chooseus section======*/
.whychoose-bg {
  background-color: #F2F6F7;
  padding: 60px 0px;
}

.whychcard-info {
  position: relative;
  border-radius: 10px;
  padding: 10px 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 25px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.choose-txt {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  transition: opacity 0.3s ease-in-out;
  color: #071C1F;
  text-align: center;
  font-family: Poppins;
  font-size: 21px;
  font-style: normal;
  font-weight: 600;
  line-height: 29px;
}

.whychcard-info img {
  height: 65px;
  width: 65px;
  object-fit: scale-down;
}

.whychcard-info {
  color: #5C727D;
  text-align: center;
  font-family: "Nunito Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 20.8px;
  /* 130% */
}

/*=====TestimonialSection======*/
.TestimonialSection {
  margin: 80px 0px 80px;
}


.testimonial-card {
  background: #fff;
  padding: 25px;
  border: 1px solid #eee;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  text-align: center;
  position: relative;
  border-radius: 5px;
  /* max-width: 350px;  */
  margin: auto;
}

.user-img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 10px;
  margin-right: 10px;
}

.testimonial-card h4 {
  color: #071C1F;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 23.4px;
  margin-bottom: 2px;
}

.txt-tt {
  margin-left: 10px;
}

.shortline {
  border: 1px solid #FF5A3C;
  width: 40px;
  margin: 9px 0px 4px;
}

/* 
.stars {
  color: #ffc107;
  margin-bottom: 15px;
  font-size: 18px;
} */

/* .topinntest {
  text-align: left;
} */

.testimonial-card p {
  text-align: justify;
  color: #5C727D;
  font-family: "Nunito Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 32.4px;
  /* 180% */
}

/* Swiper specific styles */
.swiper {
  padding-bottom: 40px;
}

.swiper-pagination {
  bottom: 0 !important;
}

.swiper-pagination-bullet {
  background: #ccc;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background: #FF5A3C;
  height: 6px;
}
/* 
.topinntest {
  display: flex;
}
 */
@media screen and (max-width: 991px) {
  .TestimonialSection {
    margin: 80px 0px 80px;
  }

}

/*=====blog======*/
.blog-sec {
  margin: 80px 0px;
}

.date-readmore {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: Arial, sans-serif;
  max-width: 400px;
  margin: 20px 10px 0px 10px;
}

.date {
  color: #5a6e7f;
  font-size: 16px;
}

.date i {
  color: #FF5A3C;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
  /* 100% */
}

.read-more {
  color: #FF5A3C;
  font-weight: bold;
  text-decoration: none;
  font-size: 14px;
}

.read-more:hover {
  text-decoration: underline;
}

.Blogs-title {
  color: #071C1F;
  font-family: Poppins;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 28.6px;
  border-bottom: 1px solid #E5EAEE;
  padding-bottom: 25px;
}

/* ========calltoaction======== */

/* .innerctax {
  background-color: #0A5B86;
  display: flex;
  justify-content: space-between;
  padding: 50px;
  align-items: center;
}

.innerctax h3 {
  margin: 0px;
  color: #F9F9F9;
  font-size: 40.063px;
  font-weight: 200;
  max-width: 650px;
  line-height: 55px;
}
 */


/* <-------------add and inner pages css------------> */
.innerBannerSection {}












@media screen and (max-width: 1024px) {
  .innerctax h3 {
    font-size: 35px;
    max-width: 550px;
  }
}

@media screen and (max-width: 992px) {
  .innerctax h3 {
    font-size: 30px;
    max-width: 380px;
  }
}

@media screen and (max-width: 767px) {
  .innerctax {
    flex-direction: column;
    justify-content: space-between;
    padding: 25px;
    align-items: baseline;
    gap: 25px;
  }

  .whychsnag {
    grid-template-columns: repeat(1, 1fr);
  }

  .innerctax h3 {
    font-size: 29px;
    max-width: 100%;
    line-height: 40px;
  }
}

@media screen and (max-width: 500px) {
  .innerctax h3 {
    font-size: 23px;
    max-width: 100%;
    line-height: 40px;
  }

  .innerctax {

    gap: 10px;
  }
}

/* ========calltoaction======== */



/*=======our faq section=======*/
.innerhomefaq {
  display: flex;
  gap: 50px;
  margin: 50px 0px;
  align-items: center;
}

.faqimagex {
  width: 50%;
}

.faqsecx {
  width: calc(50% - 0px);
}

.faqimagex img {
  width: 100%;
  border-radius: 20px;
  object-fit: cover;
  height: 500px;
}

.Faqrow {
  border-radius: 6px;
  background: #ffffff;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.16);
  margin: 20px 0px 0px;
  overflow: hidden;
}

.FaqLabel {
  font-size: 20px;
  padding: 14px 60px 14px 24px;
  color: #333333;
  background-color: #fff;
  font-weight: 700;
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}


.FaqLabel::after {
  content: "";
  width: 8px;
  height: 8px;
  border-style: solid;
  border-color: #222;
  border-width: 0px 2px 2px 0px;
  display: inline-block;
  position: absolute;
  margin-left: 5px;
  transform: rotate(45deg) translateY(-50%);
  top: 50%;
  margin-top: -2px;
  right: 20px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.FaqLabel.active::after {
  transform: rotate(-135deg);
  border-color: #fff;
}

.FaqLabel h3 {
  font-size: 18px;
  color: #222;
  margin: 0px;
  font-weight: 600;
}

.FaqContentBox {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
  color: #fff;
  background: #FF5A3C;


}

.FaqContentBoxInner {
  border-top: 1px solid rgba(255, 255, 255, 0.10);
}

.FaqContentBox p {
  color: #fff;
}

.FaqLabel.active {
  background: #FF5A3C;
}

.FaqLabel.active h3 {
  color: #fff;

}

.FaqContentBoxInner {
  padding: 14px 24px 14px;
}

@media only screen and (min-width: 1200px) {
  .FaqLabel::after {


    margin-top: 0px;
    right: 30px;
  }
}

@media only screen and (max-width: 992px) {
  .innerhomefaq {

    flex-direction: column;
  }

  .faqimagex {
    width: 100%;
  }

  .faqsecx {
    width: 100%;
  }

  .faqimagex img {
    width: 100%;
    border-radius: 20px;
    height: 400px;
  }
}

@media only screen and (max-width: 767px) {
  .faqimagex img {
    width: 100%;
    border-radius: 15px;
    height: 350px;
  }
}

@media only screen and (max-width: 500px) {
  .faqimagex img {
    width: 100%;
    border-radius: 10px;
    height: 320px;
  }
}


/*=======our faqsection=======*/



/*=======cta section======*/
.calltoaction {
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  position: relative;
  margin: 80px 0px -100px 0px;
}

.calltoactionWr {
  max-width: 400px;
}

.calltoactionWr .titleh2 h2,
.calltoactionWr p {
  color: #ffffff;
}

.calltoactionWr p {
  font-size: 20px;
  margin: 0px 0px 30px;
}

.calltoactionWr .cta.wbg,
.calltoactionWr .cta.wbg:hover {
  border-color: #ffffff;
  color: #000000;
  background-color: #ffffff;

}

@media screen and (max-width: 991px) {
  .calltoaction {
    margin: 50px 0px;
  }
}


/*=======cta section======*/



/*=========our logo brand======*/

.OurBrandCard {
  display: flex;
  align-items: center;

}

.OurBrandCard img {
  width: 100%;
  height: 100%;
  object-fit: fill;
}

@media screen and (max-width: 991px) {
  .OurBrand {
    padding: 50px 0px;
  }
}

/*=========our logo brand======*/

/* ========calltoaction======== */

.innerctax {
  background-color: #FF5A3C;
  display: flex;
  justify-content: space-between;
  padding: 50px;
  align-items: center;
}

.innerctax h3 {
  font-size: 32px;
  line-height: 42.8px;
	color:#fff;
}

/* 
a.ctax {
  display: flex;
  color: #ffffff;

  border-radius: 10px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.4px;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  background-color: #FF5A3C;
  border: 1px solid #FF5A3C;
  max-width: fit-content;
  align-items: center;
  background: #FF5A3C;
}

.ctax span img {
  transition: transform 0.3s ease;
  padding: 10px 15px;
}

.cta img:not(.wbg img) {
  filter: brightness(0) invert(1);
}

a.ctax p {
  background-color: aliceblue;
  color: #000;
  padding: 12px 20px;
  border-radius: 10px;
  margin: 1px;
  font-weight: 600;
}
 */
.contact-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  padding: 12px 30px;
  color: #000;
  font-weight: 400;
  letter-spacing: 0.4px;
  transition: all 0.5s ease-in-out;
  border: 1px solid #fff;
  max-width: fit-content;
  align-items: center;
  background: #fff;
  font-size: 18px;
}

.contact-link .arrow {
  font-size: 16px;
}

/* <-------service-area----------> */
.service-area {
  margin: 80px 0px;
}

.areacard {
  position: relative;
  border-radius: 10px;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.15);
  padding: 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0px;
  cursor: pointer;
  border: 1px solid transparent;
  transition: all 0.3s ease-in-out;
}

.areatext {
  color: #071C1F;
  text-align: center;
  font-family: Poppins;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 39.6px;
  /* 180% */
}

/* ======homecontact======== */
/*=======footer=======*/
footer {
  background-color: #171B2A;
  padding: 180px 0px 0px;
}

/* Footer Main Styling */
footer {
  background-color: #01273C;
  padding: 180px 0px 0px;
}

.footerMenu {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  gap: 30px;
  margin: auto;
}

/* Column Styling */
.FootermenuUl {
  width: calc(16% - 5px);
}

.footerConntactDetail.contactdetail {
  width: calc(25%);
}
.footer-contct {
  width: calc(26%);
}
.footerConntactDetail h2,
.FootermenuUl h2 {
  font-size: 18px;
  margin-bottom: 15px;
  color: #fff;
}

.footerConntactDetail p,
.FootermenuUl li {
  color: #FFF;
  font-family: "Nunito Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28.8px;
}

.FootermenuUl ul {
  list-style: none;
  padding: 0;
}

.FootermenuUl li a,
.FootermenuUl p {
  color: #FFF;
  font-family: "Nunito Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28.8px;
  /* 180% */
}

.FootermenuUl .FootermenuUl li a:hover {
  color: #fff;
}

.SocilaIcon {
  margin: 20px 0px;
}

.SocilaIcon a {
  display: inline-block;
  color: #fff;
  font-size: 20px;
  margin-right: 17px;
  transition: 0.3s ease;
}

.SocilaIcon a:hover {
  color: #FF5A3C;
}

/* Newsletter */
.FootermenuUl form {
  display: flex;
  margin-top: 10px;
}

.FootermenuUl input[type="email"] {
  padding: 10px;
  border: none;
  border-radius: 3px 0 0 3px;
  width: 100%;
  max-width: 250px;
}

.FootermenuUl button {
  padding: 10px 15px;
  background-color: #FF5A3C;
  border: none;
  color: #fff;
  border-radius: 0 3px 3px 0;
  cursor: pointer;
}

/* Bottom Copyright */
.FoolterLink {
  text-align: center;
  padding: 20px 10px 10px;
  font-size: 14px;
  color: #999;
}

.FoolterLink {
  text-align: center;
  padding: 30px 0px 10px;
  font-size: 14px;
  color: #999;
  background: #282B38;
}

.FoolterLink p {
  color: #FFF;
  font-family: "Nunito Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28.8px;
  /* 180% */
}

.footer-logo {
 
  margin-bottom: 20px;
}

.footer-logo img {
  
  display: block;
}

.footer-info {
  padding-left: 0px;
}

.footer-info li a {
  color: #FFF;
  font-family: "Nunito Sans";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 28.8px;
  padding: 3px 0px;
  display: inline-block;
}

.footer-info li i {
  font-size: 20px;
  width: 27px;
}

.footer-info li a span {
  display: inline-block;
  padding-left: 7px;
}




@media (max-width: 1180px) {
.footerConntactDetail.contactdetail {
    width: calc(20%);
	}}
@media (max-width: 991px) {
	
.footerMenu {
	flex-wrap: wrap;}
	.footerConntactDetail.contactdetail,.FootermenuUl {
    width: calc(46% - 5px);
}
	.whychsnag {

    grid-template-columns: repeat(2, 1fr);}
 
}
/* Responsive */
@media (max-width: 768px) {
  .footerMenu {
    flex-direction: column;
    gap: 40px;
  }

  .FootermenuUl input[type="email"],
  .FootermenuUl button {
    width: 100%;
    border-radius: 3px;
    margin-top: 10px;
  }

  .FootermenuUl button {
    width: auto;
    border-radius: 3px;
    margin-top: 10px;
    padding: 10px 20px !important;
    margin-left: -20px;
  }
}


/*=======footer=======*/

/*=========structure=========*/
.custom-container {
  padding: 0px 15px;
  margin: 0 auto;
}

@media only screen and (min-width:1152px) {
  .custom-container {
    max-width: calc(100% - 40px);
  }
}

@media only screen and (min-width: 1360px) {
  .custom-container {
    max-width: 1268px;
  }
}

@media only screen and (min-width: 1440px) {
  .custom-container {
    max-width: 1270px;
  }
}

/* <----------animation------------> */

.hvr-bounce-to-bottom:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #101010;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  border-radius: 25px;
}

.ctax.hvr-bounce-to-bottom {
  position: relative;
  z-index: 9;
}

.hvr-bounce-to-bottom:hover,
.hvr-bounce-to-bottom:focus,
.hvr-bounce-to-bottom:active {
  color: #fff;
}


/* Bounce To Bottom */
.hvr-bounce-to-bottom {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.cta:hover,
.ctax:hover {
  border-radius: 25px;
  border: 1px solid transparent !important;
  transition: all 0.5s ease-in;
}

.hvr-bounce-to-bottom:hover,
.hvr-bounce-to-bottom:focus,
.hvr-bounce-to-bottom:active {
  color: #fff;
}

.hvr-bounce-to-bottom:hover:before,
.hvr-bounce-to-bottom:focus:before,
.hvr-bounce-to-bottom:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(359deg);
  }
}

@media (max-width:1200px) {
  img.look-absolute {
    width: 320px;
  }
}

@media (max-width:1024px) {
  .BannerSection {
    padding: 0px 0px 90px 0px;
  }

  .bannertitle {
    font-size: 45px;
    line-height: 54px;
    margin-top: 15px;
  }

  .banner-img::after {
    top: 56%;
    left: -149px;
  }

  .titleh2 {
    font-size: 30px;
    line-height: 43.2px;
    margin: 0px 0px 15px;
  }

  p {
    color: #5C727D;
    font-size: 15px;
  }

  section.about {
    padding: 40px 0px;
  }
	    img.look-absolute {
        left: 92px;
        width: 257px;
    }
}

@media (max-width:767px) {
  .BannerWrapper {
    padding: 15px 0px 10px 0px;
  }

  .banner-img::after {
    display: none;
  }

  .banner-form-group {
    flex: auto;
    min-width: auto;
  }

  .banner-form {
    padding: 35px 25px;
    margin-top: -50px;
  }

  .titleh2 {
    font-size: 25px;
    line-height: 42.2px;
    margin: 1px 0px 0px;
  }

  .whychsnag {
    margin: 50px 0px 0px;
  }

  img.look-absolute {
    left: 75px;
    width: 234px;
  }

  .menuHeaderinner .logoheader img {
    width: 80px;
    height: auto;
  }

  .menuHeader {
    padding: 0px 0px;
  }

  .blog-sec {
    margin: 50px 0px;
  }

  .OurBrand {
    padding: 0px 20px;
  }

  .swiper-pagination-bullet {
    width: 25px;
    height: 3px;
    margin-top: 10px;
  }

  .area-frame {
    width: 100%;
  }

  .innerctax {
    padding: 33px 20px;
  }

  .innerctax h3 {
    font-size: 26px;
    line-height: 39.8px;
  }

  footer {
    padding: 30px 0px 0px;
  }

  .footerConntactDetail.contactdetail {
    width: calc(100%);
  }

  .FootermenuUl {
    width: calc(100% - 5px);
  }

  .FoolterLink {
    padding: 10px 0px 10px;
  }

  .footerMenu {
    gap: 10px;
  }

  .footerConntactDetail p,
  .FootermenuUl li {
    padding: 3px 0px;
  }
}

/* about page */

.top-gap{
  margin: 50px;
}
section.about_sec {
    background-color: #F2F6F7;
    padding: 89px 0px;
}
.abt-title h1 {
    display: flex;
    justify-content: center;
  
    margin: auto;
    color: #071C1F;
 text-align: center;
 font-family: Poppins;
font-size:2rem;
font-style: normal;
font-weight: 700;

}
.banner-abt-txt {
    display: flex;
    justify-content: center;
    max-width: 886px;
    margin: auto;
    flex-direction: column;
    align-items: center;
}
.banner-abt-txt p {
    color: #5C727D;
    text-align: center;
    font-family: "Nunito Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28.8px;
    margin: 0;
    padding-bottom: 12px;
}
.about_sec .breadcrumbs {
  font-size: 0.95rem;
  color: #5c4a3d;
  margin-bottom: 20px;
  position: relative;
  z-index: 2;
  text-align: left;
  font-family: 'Poppins', sans-serif;
}

.about_sec .breadcrumbs a {
    color: #071C1F;
    font-family: "Nunito Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 32.4px;
}

.about_sec .breadcrumbs span {
 /* color: #145E69; */
font-family: "Nunito Sans";
font-size: 18px;
font-style: normal;
font-weight: 600;
line-height: 32.4px;
padding: 0 8px;
}

/* vision section */

.mission-div {
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0 5px 20px 0 rgba(23, 44, 82, 0.10);
    padding: 40px;
    margin: 0 3px;  
 transition: transform 0.3s ease; 
}
.mission-div:hover {
    transform: translateY(-5px) !important;
    transition: 0.2s;
    box-shadow: 0 5px 20px 0 rgb(255 90 60 / 10%);
}
.vision-title h3{
  color: #071C1F;
text-align: left;
font-family: Poppins;
font-size: 22px;
font-style: normal;
font-weight: 600;
line-height: 39.6px; 
}
.vision-box {
    padding-bottom: 50px;
}


/*add by manisha  service page css */

/* start breadcrumbs */

.BrubcrumbsDiv {
    display: flex;
    justify-content: center;
}

.BrubcrumbsDiv ol.breadcrumb {
    position: relative;
    z-index: 1;
    margin: 0;
    justify-content: center;
}

.BrubcrumbsDiv ol.breadcrumb li, .BrubcrumbsDiv ol.breadcrumb li a {
   color: #071C1F;
font-size: 18px;
font-style: normal;
font-weight: 500;
line-height: 32.4px; 
}
.BrubcrumbsDiv .breadcrumb-item+.breadcrumb-item::before {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23000000' class='bi bi-chevron-right' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 14px;
    width: 16px;
    height: 16px;
    position: relative;
    top: 9px;
    margin-right: 12px;
    display: inline;
}

.active-breadcrumb {
  font-weight: bold;
  color: #145E69;
}

/* end breadcrum */
.circle {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #FFF2F0;
 
}
.circle-text {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;

  color: #FF5A3C;
text-align: center;
font-family: Poppins;
font-size: 40px;
font-style: normal;
font-weight: 600;
/* line-height: 39.6px; */
}

/* .circle-text::before {
  content: "1";
 color: #FF5A3C;
text-align: center;
font-family: Poppins;
font-size: 40px;
font-style: normal;
font-weight: 600;
line-height: 39.6px;
} */

/* end */

.breadcrumbs .active {
  font-weight: bold;
  color: #145E69; /* your brand color */
}

/* Responsive about page */
@media (max-width:767px){
  .BrubcrumbsDiv ol.breadcrumb li, .BrubcrumbsDiv ol.breadcrumb li a {
    font-size: 16px;
    
}
.BrubcrumbsDiv .breadcrumb-item+.breadcrumb-item::before {
        margin-right: 4px;
}
  section.about_sec {
    background-color: #F2F6F7;
    padding: 48px 0px;
}
.abt-title h1 {
    display: flex;
    justify-content: center;
    max-width: 664px;
    margin: auto;
    color: #071C1F;
    text-align: center;
    font-family: Poppins;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 45.2px;
    margin-bottom: 20px;
}
/* vission section */
.mission-div {
    padding: 40px;
    margin: 15px 0px;
}
}

/* --------Contact-Us--------- */
.contactusInforow {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin: 0px 0px 50px;
}
.ContactusInfoBox {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    background-color: #ffffff;
    padding: 20px;
    overflow: hidden;
    border-radius: 4px;
}
.ContactusInfoBox .infodflex {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.infodflex .infodflexIcon {
    width: 45px;
    min-width: 45px;
    height: 45px;
    min-height: 45px;
    background-image: linear-gradient(89deg, #ff5a3c 20.9%, #d62100 93.39%);
    color: #ffffff;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    transition: all 0.3s ease-in-out;
    margin: 0 auto 15px;
}

.infodflex .infodflexIcont h4 {
    font-size: 25px;
    color: #404040;
    margin: 0px 0px 8px;
}
.infodflex .infodflexIcont p {
    margin: 0px;
    font-weight: 500;
}
.infodflex .infodflexIcont p a {
    color: #404040;
    text-decoration: none;
}
section.innermyspace {
    margin: 60px 0px;
}

.FormSectionrow {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin: 0px 0px 50px;
}
.FormSectionBox {
    height: 100%;
    border-bottom: 3px solid;
    border-top: 3px solid;
    border-image-source: linear-gradient(89deg, #ff5a3c 20.9%, #d92504 93.39%);
    border-image-slice: 1;
    padding: 30px;
    width: 100%;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    background-color: #ffffff;
}

.InfoContactBox, .locationIframeDiv, .locationIframeDiv iframe {
    height: 100%;
}
.formDivareaparent .formrow {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0px 15px;
}

/* .formDivareaparent .formgroup {
    margin: 0px 0px 20px;
} */
.formDivareaparent .formgroup label {
    display: none;
    color: #222222;
    font-size: 15px;
    font-weight: 400;
    margin: 0px 0px 5px;
}
.formDivareaparent .formgroup input, .formDivareaparent .TextAreaDiv textarea {
    border: 1px solid #D1D1D1;
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    padding: 10px 15px;
    height: 50px;
    width: 100%;
    border-radius: 5px;
    outline: none;
    background-color: transparent;
    overflow: hidden;
}
/* .formDivareaparent .formgroup {
    margin: 0px 0px 20px;
} */
@media screen and (max-width: 991px) {
    .contactusInforow {
        grid-template-columns: repeat(2, 1fr);
    }
	    .FormSectionrow {
        display: flex;
        flex-direction: column-reverse;
    }
}
@media screen and (max-width: 575px) {
    .contactusInforow {
        grid-template-columns: repeat(1, 1fr);
    }
}

.wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 10px !important;
    font-weight: normal;
    display: block;
    position: absolute;
}

.wpcf7-response-output {
    border: none !important;
    text-align: center;
    margin: 10px 0px!important;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    color: #ff7600;
}
.wpcf7 form.sent .wpcf7-response-output {
    color: #46b450 !important;
}
.blog-sec .prdct-img img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.blog-sec .Blogs-title
 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 65px;
	font-size: 19px;
}
@media screen and (max-width: 767px) {
	.abouttiopsectionWr,.BannerWrapper{
    flex-direction: column;
}
	.abouttopsectionImg, .abouttopsectionContent {
		width: calc(100% - 35px);}
	.OurBrand .swiper-pagination{display:none;}
	    .whychsnag {
        grid-template-columns: repeat(1, 1fr);
    }
	header {
    padding: 13px 0px;
}
}

.upper-card {
	display:flex;
	gap:20px;
	
}

.stars .fa-star {
  color: #FFD700; /* gold for filled */
}

.stars .fa-star-o {
  color: #ccc; /* light gray for empty */
}

