@import url('https://fonts.googleapis.com/css2?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');
/*==Fonts

==*/

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

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

html {
  scroll-behavior: smooth;
}

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 */
  /* CSS3 */
  appearance: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
  font-family: poppins;
}

h3,
h4 {
  font-size: 25px;
  margin: 0px 0px 15px;
  color:#212121;
}

h3 {
  font-size: 30px;
}
p {
  color: rgba(33, 33, 33, 0.7);
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

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

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

.titleh2 h2 {
  margin: 0px;
  font-size: 35px;
  color: #212121;
}

.textcenter {
  text-align: center;
}

.parentcta {
  margin: 30px 0px 0px 0px;
}

.cta {
  background-color: #000000;
  border: 1px solid #ffffff;
  color: #ffffff;
  padding: 10px 25px;
  border-radius: 40px;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}

.cta:hover {
  background-color: #000000;
  color: #dbdbdb;
}

.ctaGroup {
  display: flex;
  gap: 15px;
}

.ctaGroup .cta:nth-child(2) {
  border-color: #ffffff;
  background-color: transparent;
}
.Aboutlhs p {
  color: #ffffff;
}
.ctaGroup .cta:nth-child(2):hover {
  background-color: #000000;
  color: #e4e4e4;
}

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

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

.rightalignimg {
  max-width: 400px;
  float: right;
  margin: 0px 0px 15px 15px;
  overflow: hidden;
  padding: 10px;
  border-radius: 4px;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.16);
  background-color: #ffffff;
}

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

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


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

.mtspace40 {
  margin: 40px 0px 0px;
}

.SliderWrapper {
  position: relative;
}

/*========slider navigation======*/
.defaultslidearrow {
  position: relative;
  display: flex;
  justify-content: space-between;
  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, %3Csvg width='50' height='50' viewBox='0 0 50 50' fill='black' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='25' cy='25' r='24.5' stroke='white'/%3E%3Cpath d='M21.5648 32L22.1609 31.4043L15.6792 24.9216L37 24.9216L37 24.0784L15.6781 24.0784L22.1609 17.5968L21.5648 17L14.065 24.4998L21.5648 32Z' fill='white'/%3E%3C/svg%3E");

  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
  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;
  margin: 20px 0px 0px;
  z-index: 1;
}

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

/*========slider navigation====*/
@media screen and (max-width: 991px) {
  .titleh2 {
    margin: 0px 0px 20px;
  }

  .titleh2 h2 {
    font-size: 25px;
  }

  .rightalignimg {
    float: inherit;
    max-width: 100%;
    margin: 0px 0px 20px;
  }
  .cta {
    background-color: #000000;
    border: 1px solid #ffffff;
    color: #ffffff;
    padding: 7px 15px;
    border-radius: 40px;
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    text-transform: capitalize;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}

}

/*=========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;
  }
}

/*=========structure=========*/
/*=======media query======*/
/*=====header=====*/
header {
  /* box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .16); */
  position: fixed;
  top: 0;
  z-index: 2;
  width: 100%;
  background:transparent;
  transition: all 0.3s;
}

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

.FormobmenuHeader {
  display: none;
}

.headerMainWrapper {
  position: relative;
  top: 30px;
}

.menuHeaderinner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 120px;
  background: #f9f9f9;
  padding: 0px 24px;
}

.logoWrapper {
  display: flex;
  align-items: center;
  gap: 12px;
}

.menuHeaderinner .logoheader {
  max-width: 140px;
  overflow: hidden;
  position: relative;
}

.logoSec {
  max-width: 250px;
  position: relative;
  top: 4px;
}

.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: #212121;
  font-style: normal;
  text-decoration: none;
  display: inline-block;
  position: relative;
  white-space: nowrap;
  padding: 20px 14px;
}

header .sub-menu {
  background-color: #fff;
  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: 15px;
  font-weight: 500;
  color: #0d0d0d;
  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='%23212121' 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: 15px;
}

.Headercta .cta {
  background-color: #c00000;
  border: 0px;
  transition: background-color 0.5s ease-in-out;
}

.Headercta .cta:hover {
  background-color: #000;
  color: #ffffff;
}

.menuOverlay {
  background-color: rgba(0, 0, 0, 0.35);
  height: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  transition: all ease 0.3s;
  display: none;
}

body.sidebarMenuOpen .menuOverlay {
  display: block;
}

/*=======min-width:1151px=======*/
@media (min-width: 1151px) {
  header .dropdownMenu .sub-menu {
    min-width: 240px;
    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: #c00000;
  }

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

  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='%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");
    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='%23d6cccc' 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");
  }
}

/*============max-width:1150px=========*/
@media screen and (max-width: 1150px) {
  .headerMainWrapper {
    padding: 10px 0px;
  }

  .hamburgerMenuBtn {
    display: block;
  }

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

    width: 280px;
  }

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

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

  .logoSec {
    display: none;
  }

  .FormobmenuHeaderWrapper .logo {
    max-width: 105px;
  }

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

  .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: #212121;
    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='%23212121' 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%;
    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;
    transform: translateY(0px);
    right: 15px;
    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");
    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% - 87px);
  }

  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);
  }

  .menuHeaderinner .logoheader {
    max-width: 110px;
  }

  .sidebarMenuOpen .HeaderSticky {
    animation: none;
  }
}
  @media screen and (max-width: 1150px) {
    .headerMainWrapper {
      position: relative;
      top: 0px!important;
    }
    .menuHeaderinner {
      display: flex;
      align-items: center;
      justify-content: space-between;
      border-radius: 120px;
      background: #f9f9f9;
      padding: 10px 24px;
    }
  }

/* ---------Header---------- */

.banner-content {
  padding: 150px 0px 50px 0px;
  display: flex;
  flex-direction: column;
  gap: 35px;
}
.topbannercnt {
  display: flex;
  gap: 30px;
}
.leftbanncnt {
  width: calc(50% - 30px);
}
.rightbanncnt {
  width: calc(50% - 30px);
}
.leftbanncnt h1 {
  line-height: 60px;
  max-width: 90%;
}

.rightbanncnt {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.bannercta .cta {
  padding: 14px 33px;
}

.bannercta .cta:hover {
  background-color: #c00000;
  color: #ffffff;
}

.fullbannerimg img {
  
  border-radius: 20px;
}

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

@media screen and (max-width: 1150px) {
  .banner-content {
    padding: 100px 0px 50px 0px;
  }
}
@media screen and (max-width: 991px) {
  .leftbanncnt h1 {
    line-height: 50px;
    max-width: 100%;
}
}
@media screen and (max-width: 767px) {
  .topbannercnt {
flex-direction: column;
gap: 10px;
}
.leftbanncnt {
  width: 100%;
}
.rightbanncnt {
  width: 100%;
}
.leftbanncnt h1 {
  line-height: 35px;
  max-width: 100%;
}
.fullbannerimg img {
  border-radius: 20px;
  object-fit: cover;
  height: 210px;
  width: 100%;
}
.bannercta {
  margin-top: 12px;
}
}

/* ==============Banner End here============ */


/* ==============About Section============== */

.aboutus {
  position: relative;
  padding: 50px 0px;
  background: rgba(243, 243, 243, 1);
}
.aboutusWr {
  display: flex;
  gap: 30px;
  align-items: center;
}
.aboutuslhs, .aboutusrhs {
  width: calc(50% - 15px);
  min-width: calc(50% - 15px);
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 992px) {
  .aboutuslhs .imgwrapper {
      height: 100%;
  }
}
.imgwrapper {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s;
}
.FourRatioThree {
  padding-bottom: 75%;
}
.imgwrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.25s ease;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 30px;
}
.fontxbold h2 {
  font-weight: 600;
}

@media screen and (max-width: 991px) {
  .aboutusWr {
      flex-direction: column;
  }
  .aboutuslhs, .aboutusrhs {
    width: 100%;
    min-width :100%;
   
}
}






/* ==============Services Section============== */
.servicessection {
  background-color: #ffffff;
  padding:50px 0px;
}
.servicesCard {
  padding: 20px;
  border-radius: 20px;
  background-color: #FAFAFA;
  border: 1px solid #c9c9c9;
}

.imgservices img {
  border-radius: 10px;
  height: 219px;
  width: 100%;
  object-fit: cover;
}


.servicecard-txts {
  display: flex;
  flex-direction: column;
  margin-top: 25px;
}

.servicecard-txts h3 {
  font-size: 22px;
  font-weight: 600;
  -webkit-line-clamp:1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  margin:0px 0px 8px;
}
.servicecard-txts p {
	margin: 0px;
}
.SliderWrapper .servicecard-txts {
    margin: 0px;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 15px;
}


.servicescta {
  text-align: center;
}
.servicescta .cta {
  background-color: #c00000;
}
.servicescta .cta:hover {
  background-color: #000000;
}

.partnersections {
  background-color: #ffffff;
}


/*======our logo slide=====*/
.ourlogosSec {
  padding: 30px 0px;
  background-color: #ffffff;
}

.ourlogosSec .swiper-wrapper {
  transition-timing-function: linear;
}

.ourlogosSec .swiper-slide {
  width: auto;
}

.ourlogobox {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 140px;
  height: 80px;
}

.ourlogobox img {
  width: calc(100% - 20px);
  object-fit: contain;
  height: 80px;
}



.testimonials {
  background-color: #ffffff;
  padding-top: 50px;
}

.testi-card {
  text-align: center;
  margin-top: 35px;
}
.tesimonialimg img {
  height: 100px;
  width: 100px;
  object-fit: cover;
  border-radius: 100px;
  border: 1px solid black;
}


.tesimonialimg {
  margin-bottom: 25px;
}
span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #000000;
}
.ctabuttonmid {
  margin: 50px 0px 0px 0px;
  background-color: #000;
}
.calltoaction {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 50px 0px;
}
.calltoaction h4 {
  color: #fff;
  margin: 0px!important;
}

.calltocta .cta {
  background-color: #c00000;
  border: none;
}
.calltocta .cta:hover {
  background-color: #5c0505;

}
@media screen and (max-width: 991px) {
  .calltoaction {
    flex-direction: column;
    gap:20px;
    align-items: flex-start;
  }
}










.contact-form {
  background-color: #fff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  width: 85%;
  margin: auto;
}
.contact-form h1 {
  text-align: center;
  font-size: 24px;
  margin-bottom: 20px;
}
.samerow {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.samerow input,
.samerow select {
  flex: 1;
}
.contact-form input,
.contact-form textarea,
.contact-form select {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 16px;
}
.contact-form button {
  width: 100%;
  padding: 12px;
  border: none;
  border-radius: 4px;
  background-color: red;
  color: white;
  font-size: 16px;
  cursor: pointer;
}
.contact-form button:hover {
  background-color: darkred;
}
@media (max-width: 768px) {
  .samerow {
      flex-direction: column;
  }
}
.map{
  position: relative;
}
.contact-form {
  background-color: #fff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  width: 100%;
  max-width: 900px;
  padding: 20px;
  border-radius: 8px;
  margin: auto auto 50px;
  margin-top: -200px;
  position: relative;
}
.submitbutton {
  text-align: center;
}
.submitbutton .cta {
  background-color: #c00000;
}
.submitbutton .cta:hover {
  background-color: #000000;
}
@media screen and (max-width: 767px) {

  .samerow {
    display: flex;
    gap: 0px;
    flex-wrap: wrap;
}
}
  


/* ============Services=============== */
.innerbanner {
  margin: 100px 0px 0px 0px;
  background-color: #f9f9f9;
  padding: 35px 0px;
}
ol.breadcrumb {
  display: flex;
  justify-content: center;
  margin: 0;
}

li.breadcrumb-item a {
  color: #212529;
}
.breadcrumb-item.active {
  color: rgb(192 0 0);
}
.services-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
}

.bottomzero {
  padding-bottom: 0;
}

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

}
@media screen and (max-width: 992px) {
  .services-grid {

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

}
@media screen and (max-width: 599px) {
  .services-grid {

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

}
@media screen and (max-width: 1150px) {
  .innerbanner {
    padding: 20px 0px;
  }

}


/* ------------Contact-us-------------- */
.contactusInforow {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin: 50px 0px;
}
.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-color: #c00000;
  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: #080808;
  margin: 0px 0px 5px;
}

.infodflex .infodflexIcont p {
  margin: 0px;
  font-weight: 500;
}

.infodflex .infodflexIcont p a {
  color: #000000;
  text-decoration: none;
}

@media screen and (max-width: 991px) {
  .contactusInforow {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 575px) {
  .contactusInforow {
    grid-template-columns: repeat(1, 1fr);
  }
}
.FormSectionrow {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  margin: 0px 0px 50px;
}

.InfoContactBox,
.locationIframeDiv,
.locationIframeDiv iframe {
  height: 100%;
}

.FormSectionBox {
  height: 100%;
  border-top: 3px solid #c00000;
  border-bottom: 3px solid #c00000;
  padding: 30px;
  width: 100%;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  background-color: #ffffff;
}

.FormSectionBox .formDivarea .formgroup input,
.FormSectionBox .formDivarea .TextAreaDiv textarea {
  border: 1px solid #dbdbdb;
  color: #000000;
}

.FormSectionBox .formDivarea .formgroup input::-moz-placeholder, .FormSectionBox .formDivarea .TextAreaDiv textarea::-moz-placeholder {
  color: #000000;
}

.FormSectionBox .formDivarea .formgroup input::placeholder,
.FormSectionBox .formDivarea .TextAreaDiv textarea::placeholder {
  color: #000000;
}

.formDivarea .TextAreaDiv textarea {
  height: 120px;
  resize: none;
}

.FormSectionBox .formcta .cta {
  background-color: #c00000;
  color: #fff;
  font-size: 15px;
  padding: 10px 20px;
}
.formrow {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0px 15px;
}
.formDivarea .formgroup {
  margin: 0px 0px 20px;
}
.formDivarea .formgroup label {
  display: block;
  color: #222222;
  font-size: 15px;
  font-weight: 400;
  margin: 0px 0px 5px;
  display: none;
}
.FormSectionBox .formDivarea .formgroup input, .FormSectionBox .formDivarea .TextAreaDiv textarea {
  border: 1px solid #dbdbdb;
  color: #000000;
}
.formDivarea .formgroup input, .formDivarea .TextAreaDiv textarea {
  border: 1px solid #ffffff;
  font-size: 15px;
  font-weight: 400;
  color: #ffffff;
  padding: 10px 15px;
  height: 55px;
  width: 100%;
  border-radius: 4px;
  outline: none;
  background-color: transparent;
  overflow: hidden;
}
.formgroup select {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 16px;
  height: 55px;
}

.formDivarea .TextAreaDiv textarea {
  height: 120px;
  resize: none;
}
@media screen and (max-width: 991px) {
  .FormSectionrow {
    display: flex;
    flex-direction: column-reverse;
  }
  .FormSectionBox {
    padding: 20px;
  }
  .formrow {
    grid-template-columns: repeat(1, 1fr);
  }
}

/* ============Services ends here=============== */

/* ============why uae=============== */
.whyuaeparrent :nth-child(even) {

  flex-direction: row-reverse;

}
.whyuaeparrent .aboutusWr {
  margin-bottom: 50px;
}
@media screen and (max-width: 992px) {
  .whyuaeparrent :nth-child(even) {
    flex-direction: column;
}
}

/* ============why uae end here =============== */

/*===============footer=============*/
.contactInfo {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.ContactInfoWrap {
  display: flex;
  gap: 10px;
}

.ContactInfoIcon {
  width: 30px;
  min-width: 30px;
  height: 30px;
  min-height: 30px;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  color: #212121;
  border-radius: 50%;
}
.ContactInfoText {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.ContactInfoText a,
.ContactInfoText p a {
  color: #212121;
  font-size: 16px;
  font-weight: 400;
}
.SocialIcons {
  display: flex;
  gap: 10px;
}

.SocialIcons a {
  background-color: #ffffff;
  width: 45px;
  min-width: 45px;
  height: 45px;
  min-height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 16px;
  color: #000000;
  transition: all ease-in-out 0.3s;
}

.SocialIcons a:hover {
  background-color:#d1d1d1;
  color: #ffffff;
}

footer {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-color: #F9F9F9;
}

footer p,
footer a {
  color: #212121;
}

.footerMenu {
  padding: 50px 0px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

.FooterlogoWr {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 0px 0px 20px;
}

.footerLogo {
  max-width: 140px;
}

.footerSecLogo {
  max-width: 240px;
}

.FooterWidget h4 {
  color: #212121;
  font-size: 25px;
  margin: 0px 0px 20px;
}

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

.FooterWidget ul li a {
  color:#212121;
  font-size: 16px;
  font-weight: 400;
  display: block;
  margin: 8px 0px 0px;
  text-transform: capitalize;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 14px;
}

.FooterWidget ul li a:hover {
  color: #bebebe;
}
.footerMenu > :first-child {
  border-right: 1px solid #DDDCDC ;
}

/* ----newsletterform---- */
.newsletterform {
  display: flex;
  border: 1px solid black;
  border-radius: 50px;
  overflow: hidden;
  background-color: white;
  border-right: #c00000;
	max-width:300px;
}

.newsletterform button {
  background-color: #C00000;
  color: white;
  border: none;
  padding: 15px ;
  border-radius: 50px;
  cursor: pointer;

}
.newsletterform button:hover {
  background-color: darkred;
}

/* ----newsletterform---- */

.SubFooter {
  background-color: #212121;
}

.SubFooterWrapper p {
  margin: 0px;
  color: #ffffff;
  text-align: center;
  padding: 20px 0px;
}

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

  .footerLogo {
    max-width: 110px;
  }

  .footerSecLogo {
    max-width: 170px;
  }
	.newsletterform {

	max-width:250px;
}
}

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

.small-textarea {
    height: 100px;
    resize: none; /* Optional: prevents resizing */
}
.submitbutton .cta {
    background-color: #c00000;
    border-radius: 42px;
    max-width: fit-content;
    padding: 10px 25px;
}
.wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 11px!important;
    font-weight: normal;
    display: block;
}
.mb-3 {
    margin-bottom: 0px !important;
}
.wpcf7-response-output {
    border: none !important;
    text-align: center;
    margin: 0 !important;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #ffb900;
    color: red;
}
.wpcf7 form.sent .wpcf7-response-output {
    color: green;
}
.wpcf7-spinner {
    visibility: hidden;
    display: inline-block;
    background-color: #23282d;
    opacity: 0.75;
    width: 24px;
    height: 24px;
    border: none;
    border-radius: 100%;
    padding: 0;
margin:0px!important;
    position: relative;
}

input.wpcf7-form-control:focus {
    box-shadow: none;
}
.newsletterform p {
    display: contents;
}
span.wpcf7-spinner {
    display: none;
}
.newsletterform p .wpcf7-not-valid-tip{
	display:none;
}
.newsletterform input[type="email"] {
    flex: 1;
    padding: 10px 10px;
    border: none;
    outline: none;
    font-size: 16px;
    width: 100%;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner {
    padding: 10px;
    border-radius: 50px;
    background-color: #c00000;
    color: #ffff;
    border: none;
}
.brandnameszx {
    text-align: center;
	padding-top:5px
}
.brandnameszx p {
  color:#000000;
	font-size:15px!important;
	text-transform: capitalize;
}




     /* Button Styles */
        .booking-open-btn {
    padding: 12px 24px;
    background-color: #2c2c2c;
    color: white;
    border: none;
    border-radius: 40px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s;
}

        .booking-open-btn:hover {
            background-color: #000000;
        }

        /* Popup Overlay */
        .booking-popup-overlay {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.5);
            display: none;
            justify-content: center;
            align-items: center;
            z-index: 1000;
        }

        /* Popup Container */
 .booking-popup-container {
    background-color: #f7f7f7;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    width: 90%;
    max-width: 800px;
    max-height: 90vh;
    display: flex;
    position: relative;
    align-items: anchor-center;
    overflow: hidden;
}

        /* Image Section */
        .booking-popup-image {
            flex: 1;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 20px;
            background-color: #f9f9f9;
            overflow: hidden;
        }

        .booking-popup-image img {
            max-width: 100%;
            height: auto;
            max-height: 100%;
            object-fit: contain;
            border-radius: 4px;
        }

        /* Form Section */
        .booking-popup-form {
            flex: 1;
            padding: 40px 30px 30px;
            position: relative;
            overflow-y: auto;
            max-height: 80vh;
        }

.booking-popup-form h2 {
    color: #333;
    margin-bottom: 20px;
    text-align: center;
    position: sticky;
    top: -45px;
    background: #f7f7f7;
    padding-bottom: 10px;
    z-index: 99;
    font-weight: 600;
    padding-top: 50px;
    /* border-radius: 0; */
}
        /* Form Elements */
        .booking-form-group {
            margin-bottom: 15px;
        }

        .booking-form-group label {
            display: block;
            margin-bottom: 5px;
            color: #555;
            font-weight: bold;
        }

        .booking-form-group input,
        .booking-form-group select {
            width: 100%;
            padding: 10px;
            border: 1px solid #ddd;
            border-radius: 4px;
            font-size: 14px;
        }

        /* Phone Input */
        .booking-phone-input {
            display: flex;
            gap: 10px;
        }

        .booking-country-code {
            width: 30%;
        }

        .booking-phone-number {
            flex: 1;
        }

        /* Submit Button */
        .booking-submit-btn {
            width: 100%;
            padding: 12px;
               background-color: #cf1111;
            color: white;
            border: none;
            border-radius: 4px;
            font-size: 16px;
            cursor: pointer;
            margin-top: 10px;
            transition: background-color 0.3s;
        }

        .booking-submit-btn:hover {
    background-color: #a10707;
}

        /* Close Button */
        .booking-close-btn {
            position: absolute;
            top: 10px;
            right: 10px;
            width: 30px;
            height: 30px;
               background-color: #4a4d4f;
            color: white;
            border: none;
            border-radius: 50%;
            font-size: 16px;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            z-index: 999;
        }
select.booking-country-code {
    width: max-content !important;
}
        /* Responsive Styles */
        @media (max-width: 768px) {
            .booking-popup-container {
                flex-direction: column;
                max-width: 500px;
            }

            .booking-popup-image {
                padding: 15px;
                max-height: 200px;
            }
            
            .booking-popup-image img {
                max-height: 180px;
            }

            .booking-popup-form {
                max-height: 60vh;
            }
        }

        @media (max-width: 480px) {
            .booking-popup-form {
                padding: 30px 20px 20px;
            }

           

            .booking-country-code,
            .booking-phone-number {
                width: 100%;
            }
        }

        /* Scrollbar Styling */
        .booking-popup-form::-webkit-scrollbar {
            width: 8px;
        }

        .booking-popup-form::-webkit-scrollbar-track {
            background: #f1f1f1;
            border-radius: 4px;
        }

        .booking-popup-form::-webkit-scrollbar-thumb {
            background: #888;
            border-radius: 4px;
        }

        .booking-popup-form::-webkit-scrollbar-thumb:hover {
            background: #555;
        }

textarea#booking-message {
    width: 100%;
    border: 1px solid #dddddd;
    border-radius: 5px;
    padding: 20px 0px 0px 10px;
}
@media (max-width: 768px) {
        color: #333;
        margin-bottom: 20px;
        text-align: center;
        position: sticky;
        top: -31px;
        background: #f7f7f7;
        padding-bottom: 10px;
        /* z-index: 1; */
        font-weight: 600;
    }
}
.booking-phone-input p {
    display: flex;
}


/*=======blog page=====*/
.BlogWrapper {
  display: flex;
  gap: 30px;
  margin: 50px 0px;
}

.BlogLhs {
  width: calc(70% - 30px);
  min-width: calc(70% - 30px);
}

.BlogRhs {
  width: 30%;
  min-width: 30%;
}

.BlogLhsInner {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.EntrymetaWrapper {
  font-size: 16px;
  font-weight: 500;
  color: #424242;
  border-bottom: 1px solid #dbdbdb;
  padding: 10px 0px;
  margin: 0px 0px 20px;
}

.CommentIcon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%235B5B5B' class='bi bi-chat' viewBox='0 0 16 16'%3E%3Cpath d='M2.678 11.894a1 1 0 0 1 .287.801 11 11 0 0 1-.398 2c1.395-.323 2.247-.697 2.634-.893a1 1 0 0 1 .71-.074A8 8 0 0 0 8 14c3.996 0 7-2.807 7-6s-3.004-6-7-6-7 2.808-7 6c0 1.468.617 2.83 1.678 3.894m-.493 3.905a22 22 0 0 1-.713.129c-.2.032-.352-.176-.273-.362a10 10 0 0 0 .244-.637l.003-.01c.248-.72.45-1.548.524-2.319C.743 11.37 0 9.76 0 8c0-3.866 3.582-7 8-7s8 3.134 8 7-3.582 7-8 7a9 9 0 0 1-2.347-.306c-.52.263-1.639.742-3.468 1.105'/%3E%3C/svg%3E");
}

.WeblinkIcon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%235B5B5B' class='bi bi-link-45deg' viewBox='0 0 16 16'%3E%3Cpath d='M4.715 6.542 3.343 7.914a3 3 0 1 0 4.243 4.243l1.828-1.829A3 3 0 0 0 8.586 5.5L8 6.086a1 1 0 0 0-.154.199 2 2 0 0 1 .861 3.337L6.88 11.45a2 2 0 1 1-2.83-2.83l.793-.792a4 4 0 0 1-.128-1.287z'/%3E%3Cpath d='M6.586 4.672A3 3 0 0 0 7.414 9.5l.775-.776a2 2 0 0 1-.896-3.346L9.12 3.55a2 2 0 1 1 2.83 2.83l-.793.792c.112.42.155.855.128 1.287l1.372-1.372a3 3 0 1 0-4.243-4.243z'/%3E%3C/svg%3E");
}

.UserIcon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%235B5B5B' class='bi bi-person' viewBox='0 0 16 16'%3E%3Cpath d='M8 8a3 3 0 1 0 0-6 3 3 0 0 0 0 6m2-3a2 2 0 1 1-4 0 2 2 0 0 1 4 0m4 8c0 1-1 1-1 1H3s-1 0-1-1 1-4 6-4 6 3 6 4m-1-.004c-.001-.246-.154-.986-.832-1.664C11.516 10.68 10.289 10 8 10s-3.516.68-4.168 1.332c-.678.678-.83 1.418-.832 1.664z'/%3E%3C/svg%3E");
}

.EntrymetaWrapper a {
  color: #5B5B5B;
  font-weight: 500;
  background-repeat: no-repeat;
  padding: 0px 0px 0px 24px;
  background-size: 20px;
  background-position: left center;
  margin: 0px 7px 0px 0px;
}

.EntrymetaWrapper a:first-child {
  background-size: 17px;
}

.BlogCardContent h2 {
  font-size: 25px;
  font-weight: 700;
  color: #2D2C2C;
  margin: 0px 0px 10px;
}

.BlogCardContent h2 a {
  color: #2D2C2C;
}

.BlogCardCta {
  margin: 25px 0px 0px;
}

.BlogCardWrapper {
  background-color: #ffffff;
  border-radius: 4px;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.16);
  padding: 15px;
}

/*===blog rhs===*/
.BlogRhs h4 {  
	background-color: #c00000;;
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    padding: 10px;
    margin: 0px;
    border-radius: 4px;
}

.BlogSearchbar .SearchInputWrap {
  display: flex;
  border: 1px solid #dbdbdb;
  border-radius: 4px;
  overflow: hidden;
  margin: 15px 0px 0px;
}

.BlogSearchbar .searchinput {
  height: 45px;
  border: 0px;
  padding: 0px 15px;
  font-size: 15px;
  border-radius: 0px;
  background-color: transparent;
  border-radius: 30px;
  outline: none;
  width: calc(100% - 50px);
  font-weight: 400;
  color: #313131;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.BlogSearchbar .searchinput::-moz-placeholder {
  font-weight: 400;
  color: #5B5B5B;
}

.BlogSearchbar .searchinput::placeholder {
  font-weight: 400;
  color: #5B5B5B;
}

.BlogSearchbar .searchbtn {
  height: 45px;
  width: 50px;
  min-width: 50px;
  background-color: #ffffff;
  cursor: pointer;
  border: 0px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-search' viewBox='0 0 16 16'%3E%3Cpath d='M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h-.001q.044.06.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1 1 0 0 0-.115-.1zM12 6.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 20px;
}

.recentPostWidgetrow {
  margin: 15px 0px 0px;
}

.recentPostWidget {
  margin: 30px 0px 0px;
}

.postwidgetflex {
  display: flex;
  margin: 0px 0px 8px;
}

.postwidgetflex .imgwrapper {
  width: 110px;
  min-width: 110px;
  height: 83px;
  min-height: 83px;
  margin: 0px 10px 0px 0px;
  overflow: hidden;
  border-radius: 4px;
  border: 1px solid #dbdbdb;
}

.postwidgetflex p {
  margin: 0px 0px 4px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  font-size: 15px;
}

.recentpostcontent p a {
  color: #5B5B5B;
}

.recentPostWidgetrow .postwidgetflex:not(:last-child) {
  border-bottom: 1px solid #dbdbdb;
  padding: 0px 0px 8px;
}

.SingleblogLhs .BlogcontentDiv p {
  margin: 0px 0px 10px;
}

.RecentComments,
.ArchivesDiv,
.CategoriesDiv {
  margin: 30px 0px 0px;
}

.BlogRhs ul {
  list-style: none;
  margin: 8px 0px 0px;
  padding: 0px;
}

.BlogRhs ul li a {
  font-size: 15px;
  font-weight: 400;
  color: #5B5B5B;
  padding: 7px 0px;
  display: block;
  border-bottom: 1px dashed #dbdbdb;
}

.BlogRhs ul li a:hover {
  color: #FF61BE;
}

.BlogRhs ul li:last-child a {
  border: 0px;
}

.recentPostWidget,
.RecentComments,
.ArchivesDiv,
.CategoriesDiv {
  border-radius: 4px;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.16);
  padding: 10px;
}

@media screen and (max-width: 991px) {
  .BlogWrapper {
    flex-direction: column;
  }
  .BlogLhs,
  .BlogRhs {
    width: 100%;
    min-width: 100%;
  }
  .BlogCardContent h2 {
    font-size: 22px;
  }
  .EntrymetaWrapper {
    font-size: 14px;
  }
}
.postwidgetflex .imgwrapper img, .imgwrapper iframe, .imgwrapper video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 0.25s ease;
    -o-object-fit: cover;
    object-fit: cover;
	border-radius:2px!important;
}
.BlogCardWrapper .imgwrapper img {
 
	border-radius:5px!important;
}
.imgwrapper {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s;
}
.SixteenRatioNine, .sixrationine {
    padding-bottom: 56.25%;
    display: block;
}
.post-title a {
    font-weight: 600;
    color: #142257;
}
/*=======blog page=====*/




.privacy-pagecnt {
    margin-top: 20px;
}
.privacy-pagecnt h4 {
    font-size: 18px;
    font-weight: 600;
}