@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Mukta:wght@200;300;400;500;600;700;800&display=swap');


* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.font-mukta{
  font-family: "Mukta", serif;

}
body {
  font-family: "Mukta", serif;
}

html {
  scroll-behavior: smooth;
}

button:focus, input:focus, select:focus, textarea:focus {
  -webkit-box-shadow: unset !important;
          box-shadow: unset !important;
  outline: 0 !important;
  border-color: unset;
}

img {
  max-width: 100%;
}

ul, li, p, figure, blockquote, figcaption, h1, h2, h3, h4, h5, h6, img, article, summary, a {
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
}

a {
  color: #fff;
}

a:hover {
  opacity: 0.9;
  color: #fff;
}

.bgsecondary {
  background-color: #f24f29 !important;
  color: #fff !important;
  margin-top: 0 !important;
}

.siteTitle {
  color: #fff;
  text-align: center;
  font-size: 38px;
  margin-bottom: 3rem;
  font-weight: 700;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-bottom: 3px #f24f29 solid;
  padding-bottom: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.siteTitle h2,.siteTitle h3 {
  font-size: 32px;
  font-weight:700;
}

.siteTitle p {
  color: #A0AABA;
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: -.01em;
}

.siteHeader {
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) -1%, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 100%, rgba(33, 33, 33, 0) 100%);
    position: fixed;
    z-index: 9;
  padding:5px 0;
  top:0;
  left:0;
  width:100%;
}

.siteHeader nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content:center;
}

.siteHeader nav ul li {
  position: relative;
  padding: 12px 15px;
}

.siteHeader nav ul li:nth-child(1) {
  padding-left: 0;
}

.siteHeader nav ul li a {
  color: #fff;
  text-shadow: 2px 2px 2px rgba(24, 36, 48, 0.3);
  font-weight: 600;
  font-size: 18px;
  text-transform:uppercase;
}

.siteHeader nav ul li ul {
  opacity: 0;
  position: absolute;
  min-width: 220px;
  visibility: hidden;
  top: 100%;
  left: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #fff;
  -webkit-transition: 0.3 opacity;
  transition: 0.3 opacity;
  border-radius: 10px;
  -webkit-box-shadow: 0 1px 8px 0 rgba(14, 16, 18, 0.1);
          box-shadow: 0 1px 8px 0 rgba(14, 16, 18, 0.1);
          z-index: 9;
}

.siteHeader nav ul li ul li {
  padding: 0;
}

.siteHeader nav ul li ul a {
  color: #333;
  display: block;
  font-weight: 400;
  padding: 7px 28px;
  border-bottom: 1px #eee solid;
}

.siteHeader nav ul li.menu-item-has-children::after {
  content: '';
  font-family: 'Font Awesome 5 Free';
  color: #fff;
  font-weight: 900;
  position: absolute;
  top: 17px;
  pointer-events: none;
  right: 1px;
  font-size: 11px;
}

.siteHeader nav ul li.menu-item-has-children:hover > .submenu {
  opacity: 1;
  visibility: visible;
}

.siteHeader nav ul li.menu-item-has-children li:nth-child(1) {
  padding-top: 28px;
}

.siteHeader nav ul li.menu-item-has-children li:last-child {
  padding-bottom: 28px;
}

.siteHeader nav ul li.menu-item-has-children li.menu-item-has-children > .submenu {
  left: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  top: 0;
}

.siteHeader nav ul li.menu-item-has-children li.menu-item-has-children:hover > .submenu {
  opacity: 1;
  visibility: visible;
}

.siteSec {
  padding-top: 30px;
  margin-bottom: 30px;
}

.colorBtn {
  color: #fff;
  background-color: #f24f29;
  padding: 12px 25px;
  margin-left: 15px;
  font-size: 15px;
  border-radius: 50px;
  font-weight: 500;
  display: inline-block;
}

.aboutContent a.colorBtn {
    background-color: #f24f29;
    color: #fff;
    margin-top: 15px;
}
.aboutImage img{
    border-radius:4px;
}
.colorBtn:hover {
  opacity: 0.8;
  color: #333;
}
section.siteSec.siteAbout {
    background-color: #f24f29;
    padding-bottom: 20px;
}

.requestFelx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.requestFelx a {
  color: #000;
  font-weight: 600;
  font-size: 16px;

}

.requestFelx a.colorBtn {
  color: #fff;
  background-color: #f24f29;
  padding: 5px 25px;
  margin-left: 0;
  font-size: 14px;
  border-radius: 50px;
  font-weight: 500;
  white-space:nowrap;
}

.requestFelx a.colorBtn:hover {
  opacity: 0.8;
}

.homeBanner .clicktoDown {
  position: absolute;
  bottom: 10px;
  left: 0%;
}

.homeBanner img {
  height: 100vh;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.homeBanner img  {
		background-position: top;
		background-repeat: no-repeat;
		background-size: cover;
  height: 100vh;
		transition: 10s ease-out;
		transform: scale(1.2);
		object-position:top;
	}
	.homeBanner .swiper-slide {
		&.swiper-slide-active {
			 img  {
				transform: scale(1);
			}
		}
	}
@media(max-width:1400px){

}
.homeBanner .bannerSingle {
  overflow: hidden;
}

/*.homeBanner .bannerSingle::after {*/
/*  content: "";*/
/*  background-color: #0000004a;*/
/*  position: absolute;*/
/*  left: 0;*/
/*  width: 100%;*/
/*  height: 100%;*/
/*  display: block;*/
/*  top: 0;*/
/*  z-index: 9;*/
/*}*/

.homeBanner .bannerText {
  position: absolute;
  left: 0;
  -webkit-transform: 0.6s transform;
  transform: 0.6s transform;
  bottom: 20%;
  text-align: left;
  z-index: 99;
  max-width: 100%;
  width: 100%;
}

.homeBanner .bannerText h2 {
  font-size: 32px;
  line-height: 60px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 2rem;
  /* -webkit-transform: translate(0%, -200%);
          transform: translate(0%, -200%); */
  -webkit-transition: 1s ease-in-out;
  transition: 1s ease-in-out;
}

.homeBanner .bannerText h3 {
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  max-width: 560px;
  font-weight: 400;
  /* -webkit-transform: translate(0%, 200%);
          transform: translate(0%, 200%); */
  -webkit-transition: 1s ease-in-out;
  transition: 1s ease-in-out;
}

.homeBanner .bannerText a {
  margin-top: 1.7rem;
  /* -webkit-transform: scale(0);
          transform: scale(0); */
  -webkit-transition: 1s ease-in-out;
  transition: 1s ease-in-out;
  margin-left: 0;
}
/* 
.homeBanner .swiper-slide-active .bannerText h1 {
  -webkit-transform: translate(0%, 0%);
          transform: translate(0%, 0%);
}

.homeBanner .swiper-slide-active .bannerText h2 {
  -webkit-transform: translate(0%, 0%);
          transform: translate(0%, 0%);
}

.homeBanner .swiper-slide-active .bannerText a {
  -webkit-transform: scale(1);
          transform: scale(1);
} */

.gallerySlider {
  background-color: #333;
  position: relative;
}

.gallerySlider img {
  border-radius: 50px;
}

.whoareWe {
  background-color: #fff;
  padding: 0;
  padding-top: 0;

}
.aboutContent{
    padding-top:40px;
    padding-bottom:40px;
}

.aboutContent h2 {
  font-size: 32px;
  line-height: 40px;
  color: #000;
  font-weight: 500;
  letter-spacing: -.02em;
  margin-bottom: 1rem;
}
.aboutContent h1 {
  font-size: 32px;
  line-height: 40px;
  color: #000;
  font-weight: 700;
  letter-spacing: -.02em;
  margin-bottom: 1rem;
}
.aboutContent p {
  font-size: 18px;
  line-height: 28px;
  color: #000;
  margin-bottom: 10px;
}

.partnerSec {
  background-color: #333;
  text-align: center;
  padding: 70px;
}

.partnerSec #partnerSlider {
  overflow-x: hidden;
}

.partnerSec img {
  height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}

.faqSec {
  background-color: #333;
  text-align: center;
  padding-bottom: 60px;
}

.faqSec .accordion-item {
  background-color: transparent;
  border: 0;
  font-size: 18px;
  line-height: 30px;
  color: #A0AABA;
}

.faqSec .accordion-button:not(.collapsed) {
  background-color: transparent;
  border-bottom: #fff;
  color: #fff;
}

.faqSec .accordion-button {
  background-color: transparent;
  border: 0;
  font-size: 24px;
  color: #A0AABA;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

.faqSec .accordion-button::after {
  margin-left: 15px;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%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-.708z'/%3e%3c/svg%3e");
}

.contactFrom {
  padding: 30px 20px 40px;
}

.contactFrom input[type=text], .contactFrom input[type=tel], .contactFrom input[type=email], .contactFrom select, .contactFrom textarea {
  margin-bottom: 30px;
  border-radius: 100px;
  border: 1px #333 solid;
  color: #333;
}

.disclamer {
  color: #333;
  margin-bottom: 0.8rem;
}

.disclamer a {
  opacity: 0.8;
  border-bottom: 1px #eee solid;
}

.agreeTerms {
  color: #333;
}

.siteFooter {
  background-color: #08395b;
  padding: 60px 0; 
}

.siteFooter p {
  color: #A0AABA;
  font-size: 13px;
}

.siteFooter nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.siteFooter nav ul li {
  list-style: circle;
  color: #fff;
  padding-right: 20px;
  margin-right: 20px;
}

.siteFooter nav ul li:last-child {
  padding-right: 0;
  margin-right: 0;
}

.siteFooter nav ul li a {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

.footerContact li a {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}

.socialLinks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.socialLinks li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0.4rem;
}

.socialLinks li a {
  margin: 10px;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.socialLinks li .fb {
  background-color: #097ceb;
  margin-left: 0;
}

.socialLinks li .instagram {
  background: #f09433;
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
}

.socialLinks li .twitter {
  background-color: #009edb;
}

#testSlider {
  overflow: hidden;
}

.testSec {
  padding: 40px 0;
}
.footerWidget img {
    max-width: 120px;
    margin-bottom: 10px;
}
.single-testimonial {
    border-radius: 8px;
    position: relative;
    z-index: 2;
    border: 3px #eee solid;
  
}

.single-testimonial p {
  padding: 30px 10px 10px 10px;
  padding-bottom: 20px;
  position: relative;
  z-index: 3;
  font-size: 16px;
  line-height: 1.7;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.single-testimonial::before {
  content: "";
  position: absolute;
  left: -35px;
  top: -35px;
  background: url(./imgs/block.png) no-repeat var(--blue);
  background-size: 60%;
  width: 126px;
  height: 100px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  background-position: 34px 15px;
}

.single-testimonial::after {
  content: "";
  position: absolute;
  right: -35px;
  bottom: -34px;
  background: url(./imgs/block.png) no-repeat var(--blue);
  background-size: 60%;
  width: 126px;
  height: 100px;
  background-position: 34px 19px;
}

.round {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
}

.round-1::before {
  content: "";
  position: absolute;
  left: 88px;
  top: -7px;
  width: 50px;
  height: 7px;
  background: #fff;
  border-radius: 30px;
}

.round-1::after {
  content: "";
  position: absolute;
  left: -7px;
  top: 62px;
  width: 7px;
  height: 50px;
  background: #fff;
  border-radius: 30px;
}

.round-2::before {
  content: "";
  position: absolute;
  right: 87px;
  bottom: -7px;
  width: 50px;
  height: 7px;
  background: #fff;
  border-radius: 30px;
  z-index: 1;
}

.round-2::after {
  content: "";
  position: absolute;
  right: -7px;
  bottom: 62px;
  width: 7px;
  height: 50px;
  background: #fff;
  border-radius: 30px;
  z-index: 1;
}

.client-video {
  padding-right: 15px;
}

.client-video img {
  border-radius: 50%;
  border: 5px #eee solid;
}

.client-info {
  position: relative;
  z-index: 3;
  margin-top: 1rem;
}

.client-info a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 22px;
}

.client-info img {
  height: 100px;
  width: 100px;
  border-radius: 50%;
}

.client-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
  padding-bottom: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.client-info h6 {
  color: #000;
  font-weight: 700;
  font-size: 22px;
}

.client-info span {
  display: inline-block;
  color: #333;
  font-size: 12px;
}

.sec-title.white-title h2 {
  color: #fff;
}

.single-testimonial p {
  position: relative;
  padding-top: 3.2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.single-testimonial p::after {
  content: '';
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  left: 5px;
  top: -15px;
  position: absolute;
  font-size: 48px;
  color: #f24f29;
  opacity:0.7;
}

.footerWidget h2 {
  font-size: 20px;
  margin-bottom: 1rem;
  font-weight: 600;
  color: #fff;
}

.footerWidget ul li a {
  color: #eee;
  font-weight: 400;
  font-size: 14px;
  line-height: 28px;
}

.footerWidget p {
  color: #eee;
}

.servicesWidget ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.servicesWidget ul li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.singleWhatWeDo {
  text-align: center;
  -webkit-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out;
  border-radius: 4px;
  margin: 5px 20px;
}

.singleWhatWeDo:hover {

  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.singleWhatWeDo .whatTitle {
  font-size: 18px;
  font-weight: 600;
  color: #f24f29;
  margin-top: 0.5rem;
  bottom:10px;
  padding-left:10px;
  color:#f24f29;
    padding-right:10px;
}

.singleWhatWeDo img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
    object-fit: cover;
    aspect-ratio: 1 / 1;
    outline: 4px #f24f29 solid;
    outline-offset: 4px;
    padding: 20px;
    background-color: #f24f29;
    margin:10px;

}

.swiper-button-next, .swiper-rtl .swiper-button-prev, .swiper-button-prev, .swiper-rtl .swiper-button-next {
  height: 40px;
  width: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #333;
  border-radius: 100px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.swiper-button-next::after, .swiper-rtl .swiper-button-prev::after, .swiper-button-prev::after, .swiper-rtl .swiper-button-next::after {
  font-size: 24px;
  padding: 10px;
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: -35px;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: -35px;
}

.topTitle {
  font-size: 24px;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  line-height: 28px;
  padding: 10px 0;
  margin-bottom: 15px;
}

.topTitle span {
  background-color: #fff;
  line-height: 30px;
  color: #08395b;
  padding: 3px;
  border-radius: 50px;
  height: 40px;
  width: 40px;
  margin-left: 10px;
  font-size: 24px;
}

.singleWorkflow {
  text-align: center;
  vertical-align: middle;
  white-space: normal;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: .4s;
  transition: .4s;
}

.workFlow {
  text-align: center;
  padding-bottom: 15px;
}

.workFlow i {
  font-size: 48px;
}

.workFlow h4 {
  font-size: 20px;
  font-weight: 600;
  margin: 10px 0;
  color:#fff;
}

.workFlow img {
  height: 100px;
}

.infoHeader {
  padding: 8px 0 7px;
  margin: 6px;
  border-bottom: 1px #5d5d5d solid;
}

.infoHeader .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.infoHeader .info li {
  color: #fff;
  font-size: 14px;
  padding: 0 15px;
}

.infoHeader .info li:nth-child(1) {
  border-right: 1px #eee solid;
  padding-left: 0;
}

.singlePackages {
  padding: 0  30px 30px 30px;
  border-radius: 50px;
  -webkit-box-shadow: 0px 5px 19.53px 1.47px rgba(85, 80, 98, 0.1);
          box-shadow: 0px 5px 19.53px 1.47px rgba(85, 80, 98, 0.1);
  background-color: #ffbf0021;
}

.singlePackages .bgsecondary {
  margin-left: 0;
}

.singlePackages * {
  color: #333;
}

.singlePackages .titleBox {
  position: relative;
  padding: 30px;
  margin-bottom: 0.8rem;
  margin-left: -30px;
  margin-right: -30px;
}

.singlePackages .titleBox::after {
  content: '';
  -webkit-clip-path: polygon(12% 0, 89% 0, 100% 20%, 100% 100%, 64% 100%, 29% 100%, 0 100%, 0% 20%);
          clip-path: polygon(12% 0, 89% 0, 100% 20%, 100% 100%, 64% 100%, 29% 100%, 0 100%, 0% 20%);
  background-color: #f24f29;
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  padding: 30px 15px;
  left: 0;
}

.singlePackages .priceBox {
  font-weight: 600;
  color: #333;
  padding: 0px 12px;
  margin-bottom: 0.4rem;
  background-color: #f24f29;
  border-radius: 10px;
  font-size: 24px;
}

.singlePackages li {
  line-height: 2;
}

.singlePackages h5 {
  font-size: 24px;
  margin-bottom: 0.2rem;
}

.singlePackages .singlePackages ul {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 15;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.suscribeForm input, .suscribeForm button {
  border-radius: 30px;
}

.footerContact p {
  color: #eee;
}

.singleWh {
  background-color: #f24f29;
  -webkit-box-shadow: 0px 5px 19.53px 1.47px rgba(85, 80, 98, 0.1);
          box-shadow: 0px 5px 19.53px 1.47px rgba(85, 80, 98, 0.1);
  border-radius: 30px;
  padding: 20px;
}

.singleWh img {
  width: 53px;
  margin-bottom: 7px;
}

.singleWh .whyTitle {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 7px;
}

.singleWh .whyContent {
  color: #1d1d1d;
  font-weight: 400;
  line-height: 23px;
  margin-bottom: 5px;
  font-weight: 500;
}

.itemwhy:nth-child(2) {
  margin-top: 50px;
}

.trustBuild img {
  border-radius: 30px;
}

.callusBtn {
  padding: 40px 0;
}

.ma5menu__toggle, .ma5menu__toggle:hover, .ma5menu__panel, .ma5menu__head {
  background-color: #333;
}

.ma5menu__logo {
  background-image: url(.../uploads/20241231082932-connect-carelogo.webp);
}

.ma5menu__alert {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(14, 101, 182, 0)), color-stop(50%, #333));
  background-image: linear-gradient(to bottom, rgba(14, 101, 182, 0) 0%, #333 50%);
}

.singleServiceContent h1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 1.2rem;
}

.singleServiceContent h1 span {
  border-bottom: 3px #f24f29 solid;
}

.singleServiceContent h1 img {
  height: 60px;
}

.singleServiceContent p {
  font-size: 16px;
  line-height: 2;
  margin-bottom:10px;
}
.singleServiceContent h4{
    margin-bottom:15px;
}
.singleServThumb img {
  border-radius: 50px;
  width: 100%;
}

.includedService ul,.includedService ol{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.singleServiceContent ol,.singleServiceContent ul,section.siteSec.siteAbout ul, section.siteSec.siteAbout ol {
    padding-left:0;
    margin-bottom:15px;
}
.singleServiceContent ol li{
    margin-bottom:4px;
}
.includedService ul li {
  border: 1px #c4c4c4 solid;
  margin: 10px;
  padding: 12px;
  border-radius: 100px;
  font-weight: 500;
}

.includedService ul li:nth-child(1) {
  margin-left: 0;
}

.bookPackageOption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.bookPackageOption .colorBtn {
  color: #333;
  background-color: #f24f29;
  padding: 14px 12px;
  margin-left: 15px;
  font-size: 18px;
  border-radius: 50px;
  font-weight: 500;
}

#askForQuote .modal-header {
  position: absolute;
  right: 0;
  z-index: 9;
  height: 40px;
  width: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #f24f29;
  border-radius: 50%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#askForQuote .modal-header .btn-close {
  margin: 0;
}

.quoteContent {
  padding: 20px 10px;
}

.imgLeftFormHolder {
  height: auto;
}

.imgLeftFormHolder img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.stickyBox {
  position: -webkit-sticky;
  position: sticky;
  top: 4rem;
}

.singleBlogs .priceTitle {
  margin-bottom: 1rem;
}

.singleBlogs img {
  border-radius: 20px;
  margin-bottom: 0.7rem;
  height: 200px;
}

table {
  border-collapse: collapse;
  width: 100%;
}

td, th {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 8px;
}

tr:nth-child(even) {
  background-color: #dddddd;
}

.latestBox {
  margin: 30px 0;
}

.latestBox h5 {
  font-size: 20px;
  margin-bottom: 10px;
}

.latestBox ul {
  padding-left: 20px;
}

.latestBox ul li {
  line-height: 2;
  list-style: disc;
}

.latestBox ul li a {
  color: #333;
}

.nav-tabs {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 0;
}

.nav-tabs li a {
  font-size: 18px;
  color: #333;
}

.profilePic img {
  border-radius: 100px;
}

.singleCerti {
  color: #333;
}

.singleCerti img {
  border-radius: 10px;
}

.singleCerti:hover {
  color: #333;
}

.nav-tabs li a.forgetBox {
  padding: 9px 15px;
  font-size: 14px;
}

.cross {
  height: 20px;
  width: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: red;
  border-radius: 50%;
  position: absolute;
  left: 15px;
  top: 15px;
  z-index: 11;
}

@-webkit-keyframes panoroma {
  0% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  25% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  75% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}

@keyframes panoroma {
  0% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  25% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  75% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}

.clicktoDown {
  height: 50px;
  width: 100%;
  font-size: 32px;
  background-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  color: #fff;
  z-index: 99;
}

.clicktoDown:hover {
  color: #333;
}

.registerBox {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.registerBox a {
    display: block;
    padding: 6px 13px;
    border: 2px #333 solid;
    margin: 1rem;
    border-radius: 4px;
    font-size: 14px;
}

.form-floating input, .form-floating select, .form-floating textarea, .select2-container .select2-selection--multiple, .select2-container .select2-search--inline .select2-search__field {
  margin-bottom: 10px !important;
  border-radius: 4px !important;
  border: 1px #c2c2c2 solid !important;
  color: #333 !important;
}

.select2-container .select2-search--inline .select2-search__field {
  border: 0 !important;
}

.singupBox {
     -webkit-box-shadow: 0 0 10px #eee; 
     box-shadow: 0 0 10px #eee; 
    padding: 25px;
    background-color: #f24f2917;
    border-radius: 12px;
    border: 2px #eee solid;
}

.sideBanner {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.profileHeaderImg .dropdown-menu li a {
  color: #333;
}

.profileHeaderImg button {
  border: 0;
  background-color: transparent;
}

.profileHeaderImg img {
  height: 45px;
  width: 45px;
  border: 2px #333 solid;
  border-radius: 50%;
}

.form-control {
  margin-bottom: 30px;
  border-radius: 100px;
  border: 1px #333 solid;
  color: #333;
}

.singlePage {
  position: relative;
}

.singlePage img {
  width: 100%;
  height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
}

.singlePage .bannerCaption {
  position: absolute;
  padding: 30px;
  bottom: 0;
  left: 0;
}

.siteAbout p {
  margin-bottom: 15px;
  font-size: 18px;
    color:#000;

}
section.siteSec.siteAbout h4 {
    font-size: 22px;
    margin-bottom: 5px;
    color:#fff;
}
section.siteSec.siteAbout{
    margin-bottom:40px;
}
.contctBox {
  padding: 40px;
}

.contctBox a {
  font-size: 20px;
  font-weight: 500;
  color: #333;
}

.contctBox svg {
  fill: #f24f29;
}

.contctBox .socialLinks a svg {
  fill: #fff;
}

.bannerCaption h3.text-dark {
  color: #fff !important;
  font-weight: 600;
}

.fixedHeader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.fixedHeader.siteHeader nav ul li a {
  color: #333;
}

.fixedHeader .requestFelx a {
  color: #333;
}
.requestFelx span {
  color: #fff;
  font-size: 12px;
  font-weight: 600;
}
#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  left: 30px;
  z-index: 99;
  font-size: 18px;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  border: none;
  outline: none;
  background-color: #f24f29;
  color: white;
  cursor: pointer;
  border-radius: 4px;
}

.servicesSidebar {
  border: 1px #eee solid;
  padding: 20px;
}

.servicesSidebar ul li a {
  color: #f24f29;
  font-size: 18px;
  -webkit-transition: 0.5 ease-in-out;
  transition: 0.5 ease-in-out;
  line-height: 2;
}

.servicesSidebar ul li a:hover {
  color: #333;
}

.servicesSidebar h4 {
  margin-bottom: 1rem;
}

iframe {
  width: 100%;
}

.siteAbout h4 {
  font-size: 32px;
}
.callusBtn {
    padding: 40px 0;
    background-color: #f24f29;
}
.workFlow p {
    font-size: 16px;
    color:#fff;
}
.singleWorkflow {
    padding: 15px;
    background-color: #08395b;
    border-radius:4px;
    margin-bottom:15px;
}
/* Testimonials Section */
.testimonials-section {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    position: relative;
    overflow: hidden;
}

/* Review Card */
.review-card {
    background: white;
    border-radius: 16px;
    padding: 24px;
    height: 100%;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    border: 1px solid #e0e0e0;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.review-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
}

.review-card::before {
    content: '"';
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 80px;
    color: #f0f0f0;
    font-family: Georgia, serif;
    line-height: 1;
    opacity: 0.5;
}

/* Avatar */
.avatar img {
    width: 56px;
    height: 56px;
    object-fit: cover;
    border: 3px solid #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

/* Stars */
.stars {
    color: #ffc107;
    font-size: 14px;
}

.stars i {
    margin-right: 2px;
}

/* Review Header */
.review-header {
    position: relative;
    z-index: 1;
}

.review-title {
    color: #1a73e8;
    font-weight: 600;
    font-size: 1.1rem;
}

.review-text {
    color: #5f6368;
    line-height: 1.6;
    font-size: 0.95rem;
    position: relative;
    z-index: 1;
}

/* Verified Badge */
.verified-badge {
    display: inline-flex;
    align-items: center;
    background: #e8f5e9;
    padding: 4px 10px;
    border-radius: 12px;
    font-size: 0.8rem;
}

/* Review Footer */
.review-footer {
    background: #f8f9fa;
    margin: 24px -24px -24px;
    padding: 16px 24px;
}

.btn-helpful {
    background: #f1f3f4;
    border: 1px solid #dadce0;
    border-radius: 20px;
    padding: 6px 16px;
    font-size: 0.85rem;
    color: #5f6368;
    transition: all 0.2s ease;
}

.btn-helpful:hover {
    background: #e8f0fe;
    color: #1a73e8;
    border-color: #d2e3fc;
}

.btn-share {
    background: none;
    border: none;
    color: #5f6368;
    padding: 8px;
    border-radius: 50%;
    transition: all 0.2s ease;
}

.btn-share:hover {
    background: #f1f3f4;
    color: #1a73e8;
}

/* Slider */
.testimonials-slider {
    padding: 20px 0;
}

.slider-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: white;
    border: none;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.slider-btn:hover {
    background: #1a73e8;
    color: white;
    box-shadow: 0 4px 15px rgba(26, 115, 232, 0.3);
}

.prev-btn {
    left: -24px;
}

.next-btn {
    right: -24px;
}

/* Swiper Pagination */
.swiper-pagination {
    position: relative;
    margin-top: 30px;
}

.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #dadce0;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background: #1a73e8;
}

/* CTA Card */
.cta-card {
    background: linear-gradient(135deg, #1a73e8 0%, #0d47a1 100%);
    color: white;
    max-width: 600px;
    margin: 0 auto;
}

.cta-card h4 {
    color: white;
}

.cta-card .btn-primary {
    background: white;
    color: #1a73e8;
    border: none;
    padding: 12px 32px;
    font-weight: 600;
    border-radius: 50px;
}

.cta-card .btn-primary:hover {
    background: #f8f9fa;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(255, 255, 255, 0.2);
}

/* Rating Summary */
.rating-summary {
    font-size: 1.2rem;
}

/* Responsive */
@media (max-width: 768px) {
    .slider-btn {
        display: none;
    }
    
    .review-card {
        padding: 20px;
    }
    
    .avatar img {
        width: 48px;
        height: 48px;
    }
    
    .testimonials-slider {
        padding: 10px 0;
    }
}
@media (max-width: 992px) {
  html {
    overflow-x: hidden;
  }
  .requestFelx a.colorBtn {
    white-space: nowrap;
  }
  .siteTitle h2 {
    font-size: 24px;
  }
  .siteTitle h2, .siteTitle h3{
          font-size: 24px;

  }
  .siteSec{
      padding-top:40px;
      padding-bottom:40px;
      margin-bottom:0;
  }
  .siteTitle{
      margin-bottom:10px;
  }
  .siteTitle p {
    font-size: 16px;
  }
  .siteAbout h4 {
    font-size: 28px;
  }
  .siteAbout p {
    font-size: 20px;
  }
  .homeBanner .bannerText h2 {
    font-size: 28px;
    line-height: 36px;
  }
  .homeBanner .bannerText h3 {
    font-size: 18px;
  }
  .aboutContent h2 {
    font-size: 24px;
  }
  .aboutContent p {
    font-size: 14px;
    text-align:justify;
  }
  .partnerSec {
    padding: 40px 20px;
  }
  .faqSec .accordion-button {
    font-size: 20px;
  }
  .faqSec .accordion-item {
    font-size: 16px;
  }
  .siteHeader nav {
    display: none;
  }
  .siteFooter nav ul li {
    padding-right: 10px;
    margin-right: 10px;
  }
  .swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: 0;
  }
  .swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: 0;
  }
  .whoareWe img {
    -webkit-clip-path: unset;
            clip-path: unset;
  }
  .trustBuild img {
    margin-bottom: 1.2rem;
  }
  .itemwhy:nth-child(2) {
    margin-top: 1.2rem;
  }
  .itemwhy {
    margin-top: 1.2rem;
  }
  .singlePackages {
    margin-bottom: 1.2rem;
  }
}
.singleServThumb {
    position: sticky;
    top: 0;
}
@media (max-width: 768px) {
    /*.homeBanner img{*/
    /*    height:350px;*/
    /*}*/
    .singleWhatWeDo img {
        height: 70px;
        width: 70px;
        padding: 6px;
    }
    .singleWhatWeDo .whatTitle{
        font-size:12px;
    }
        .homeBanner .bannerText {
        top: unset;
        bottom: 10px;
    }
    .homeBanner .bannerText a{
        font-size:14px;
    }
    .homeBanner .bannerText a.colorBtn{
            padding: 5px 15px;
    }
    .whoareWe{
        padding-top:20px;
    }
    .aboutContent h1{
        font-size:28px;
    }
    .singleWhatWeDo{
            margin: 5px 15px;

    }
  .partnerSec {
    padding: 20px;
  }
  /*.homeBanner .bannerText {*/
  /*  -webkit-transform: translate(-30%, -50%) !important;*/
  /*          transform: translate(-30%, -50%) !important;*/
  /*  left: 40%;*/
  /*}*/
  .homeBanner .bannerText h1 {
    font-size: 24px;
    line-height: 40px;
    margin-bottom: 15px;
  }
  .requestFelx {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .requestFelx .d-flex{
      justify-content:space-between;
      width:100%;
  }
}
/* Added additionaliy */
.logoContainer {
  max-width: 120px;
  padding: 5px 0;
}
button.dropdown-toggle svg {
    height: 40px;
    width: 40px;
    border: 2px #eee solid;
    padding: 6px;
    border-radius: 50%;
}
.skiptranslate.goog-te-gadget select {
    height: 40px;
    border-radius: 5px;
    width: 100%;
    margin-bottom: 6px;
}
.singleServiceContent h1 {
    font-size: 32px;
    font-weight: 700;
}
.pulse i {
  position: relative;
  z-index: 20;
  top: 11px;
  font-size: 30px;
}
.pulse {
  cursor: pointer;
  display: block;
  width: 50px !important;
  height: 50px;
  background-color: rgba(0, 200, 0, 1);
  color: white;
  border-radius: 50px;
  text-align: center;
  transition-duration: 0.5s;
  animation: pulse-btn 3s infinite;
  z-index: 9000;
}
.pulse.fixed {
  position: fixed;
  bottom: 50px !important;
  right: 50px;
}
.pulse:hover {
  background-color: rgba(0, 150, 0, 1);
  color: white;
}

.my-float {
  margin-top: 15px;
}

@-webkit-keyframes pulse-btn {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 200, 0, 1);
  }
  70% {
    -webkit-box-shadow: 0 0 0 20px rgba(0, 200, 0, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 200, 0, 0);
  }
}

.pulse a {
  color: #fff;
}
.singupBox h1, .singupBox h2, .singupBox h3 {
    font-size: 21px !important;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    background-color: #ff5614;
    border: 0;
    color: #fff;
}
.nav-tabs .nav-link:hover{
       background-color: #ff5614;
    border: 0;
    color: #fff; 
}
.nav-tabs .nav-link {
    width: 100%;
    display: block;
}
.teamListSingle .text-dark{
    font-size:18px;
    font-weight:600;
    padding:10px 15px;
}
.teamListSingle .text-dark span{
    display:block;
        font-weight:600;
        font-size:16px;
        color:#f24f29;
        
}
.singleteamPage .singleServiceContent h1 {
    margin-bottom: 0;
}
h2.destInp{
        display:block;
        font-weight:600;
        font-size:18px;
        color:#f24f29;
}
@media(max-width:768px){
    .requestFelx {
    gap:10px;
    margin-left:0;
    margin-top:0;
}
button.ma5menu__toggle {
    background-color: transparent;
}
    .requestFelx a.colorBtn{
        margin-left:0;
        width:max-content;
        text-align:center;
    }
    .logoContainer{
        max-width:100px;   
    }
    .homeBanner img{
        height:450px;
    }
    header.siteHeader.bg-dark .col-lg-2.col-md-3.col-12.order-lg-1.order-1 {
    display: none;
}
}
header.siteHeader.bg-dark {
    background-color: #0000006e !important;
    backdrop-filter: blur(40px);
}

/*# sourceMappingURL=style.css.map */