@import url("https://fonts.googleapis.com/css2?family=K2D:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap");
:root {
  --white: #fff;
  --black: #292e0a;
  --primary: #5790e7;
  --secondary: #173d77;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.9);
  border-radius: 10px;
}

::-webkit-scrollbar {
  width: 7px;
  border-radius: 10px;
  background-color: #f5f5f5;
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #793a45;
  background-image: -webkit-linear-gradient(
    90deg,
    transparent,
    #d4292f,
    transparent,
    transparent
  );
}

@font-face {
  font-family: albra;
  src: url(../albra/AlbraSansTRIAL-Regular.otf);
}

html {
  scroll-behavior: smooth;
  height: 100%;
}

body {
  position: relative;
  background: #f1f4ff;
  overflow-x: hidden;
  height: 100%;
  font-family: "K2D", sans-serif;
}

@media (min-width: 1700px) {
  .container {
    max-width: 1600px;
  }
}

section {
  position: relative;
  overflow: hidden;
}

p {
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: var(--blakc);
}

.img-auto {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

a,
button {
  text-decoration: none !important;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

a:hover,
button:hover {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

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

figure {
  margin: 0;
}

.headerMain .row {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}

.container-fluid {
  max-width: 1600px;
  margin: 0 auto;
}

.headerMenuWrap ul li a,
.headerMenuWrap ul li span {
  color: var(--black);
  text-decoration: none;
  font-weight: 700;
  font-size: 15px;
  cursor: pointer;
  line-height: 24px;
}

.headerMenuWrap ul li.hasChild.parentMenu svg {
  margin-left: 6px;
}

.headerMenuWrap ul li {
  list-style: none;
}

.headerMenuWrap ul.dropDown li {
  display: block;
  width: 100%;
}

.headerMenuWrap ul li.hasChild.parentMenu > span > a svg {
  margin-left: 7px;
}

.headerMenuWrap ul.dropDown li a {
  padding: 0.75rem 1.25rem;
  display: block;
  color: #333 !important;
  font-size: 0.875rem;
  transition: 0.3s;
  cursor: pointer;
}

.headerMenuWrap ul.dropDown li:hover a {
  background: linear-gradient(90deg, #793a45 0, #d4292f 91%);
  color: var(--white) !important;
}

.headerMenuWrap ul.dropDown > li + li {
  border-top: 1px solid #f2f2f2;
}

.headerMenuWrap > ul > li > a,
.headerMenuWrap > ul > li > span {
  padding: 2.625rem 0;
  display: block;
}

.headerMenuWrap ul {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}

.headerMenuWrap > ul > li > a,
.headerMenuWrap > ul > li > span {
  text-transform: uppercase;
}

.headerMenuWrap ul li + li {
  margin-left: 1.875rem;
}

.headerMain .container-fluid {
  max-width: 100%;
}

.headerMenuWrap ul.dropDown {
  flex-direction: column;
  align-items: start;
  position: absolute;
  top: calc(100% - 1px);
  left: 0;
  min-width: 280px;
  background: #fff;
  padding: 0px 0;
  border-radius: 5px;
  display: none;
  z-index: 999;
}

.headerMenuWrap ul.dropDown:before {
  content: "";
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #fff;
  position: absolute;
  left: 12px;
  top: -8px;
}

.headerMenuWrap ul.dropDown li:first-child a {
  border-radius: 5px 5px 0 0;
}

.headerMenuWrap ul.dropDown li:last-child a {
  border-radius: 0 0 5px 5px;
}

.headerMenuWrap ul.dropDown > li + li {
  padding: 0;
  margin: 0;
}

.headerMenuWrap ul li.hasChild.parentMenu {
  position: relative;
}

.headerMenuMain {
  display: flex;
  align-items: center;
  justify-content: center;
}

.HederCtaRight {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.headerCta {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  /* border-left: 1px solid rgb(255 255 255 / 30%); */
  /* border-right: 1px solid rgb(255 255 255 / 30%); */
  max-width: 210px;
  background-image: linear-gradient(90deg, #793a45 0, #d4292f 91%);
}

.HederCtaRight a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  font-size: 15px;
  line-height: 16px;
  padding: 0.375rem 0.75rem;
}

.HeaderCtaPhoneEmail {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.HeaderCtaPhoneEmail a {
  align-items: center;
  justify-content: start;
  color: #0f3d9c;
  border-bottom: 1px solid #000;
}
.HeaderCtaPhoneEmail i {
  margin-right: 6px;
}

.HeaderCtaPhoneEmail a + a {
  /* border-top: 1px solid #000; */
}

.logoMain {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 19px;
  left: 33%;
}

.logoMainWrap {
  position: relative;
}

header {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 9999;
}

.headerMain {
  position: relative;
}

.headerMain:after {
  content: "";
  width: 82%;
  background: rgb(255 255 255 / 30%);
  height: 1px;
  position: absolute;
  right: 0;
  bottom: 0;
}

.headerMain:before {
  content: "";
  width: 18%;
  background: rgb(255 255 255 / 30%);
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
}

.ctaRight {
  padding-right: 0 !important;
}

.HederCtaRight a svg {
  color: var(--primary);
  margin-right: 10px;
}

.headerCta svg {
  color: #fff !important;
  position: relative;
  top: 1px;
  margin-left: 6px;
}

a.btnPrimary span svg {
  position: absolute;
  right: -40px;
  top: 1px;
  color: #fff;
  font-size: 15px;
  transform: rotate(-45deg);
  transition: 0.3s;
}

.headerCta a,
.headerCta a svg {
  transition: 0.3s;
}

.mobileMenuIcon {
  display: none;
}

.openDropdown {
  display: none;
}

.heading {
  font-family: albra !important;
  font-size: 2.875rem !important;
  color: #8e3441 !important;
}

.main-banner {
  /* background: url(../images/bannerBgHome.webp) bottom center / cover no-repeat; */
  height: auto;
  overflow: hidden;
  position: relative;
  background: var(--primary);
  background: linear-gradient(180deg, var(--white), #f8d0d8);
  padding-top: 9.25rem;
}
.bannerWrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.main-banner .heading {
  font-size: 4.625rem;
  color: #8e3441;
  text-align: center;
  font-weight: 300;
}

.BookTitle {
  position: absolute;
  bottom: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.row.criclerow {
  position: relative;
  height: 475px;
  justify-content: center;
}

.BookTitle .aboutCta,
.contactFormContentLeft .aboutCta a.ctaLinePhone svg {
  margin-top: 10px;
}

.BookTitle a.btnYellow {
  background: #1b1402;
  color: #ffb703 !important;
}

/* .BookTitle:before {
    content: "";
    background: #292e0a;
    width: 2px;
    height: 35px;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
    top: -34px;
} */

@keyframes rotateElement {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}

@-moz-keyframes rotateElement {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes rotateElement {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}

.circle {
  background: 0 0;
  width: 750px;
  height: 750px;
  border-radius: 100%;
  top: 280px;
  position: relative;
  animation: 100s linear infinite rotateElement;
}

.PortfolioTitle,
.sliderCircle,
.testSliderContent {
  position: relative;
}

.sliderCircle ul {
  list-style: none;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}

.sliderCircle ul li {
  position: absolute;
  top: -30%;
  left: 50%;
  transform: translateX(-50%);
}

.sliderCircle ul li img {
  width: 199px;
  height: 289px;
  object-fit: cover;
  object-position: top;
}
.circle:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 100%;
  z-index: 99;
  background-image: linear-gradient(90deg, #793a45 0, #d4292f 91%);
}

.sliderCircle ul li:nth-child(2) {
  left: 68%;
  transform: rotate(32deg);
  top: -160px;
}

.sliderCircle ul li:nth-child(3) {
  left: 6%;
  transform: rotate(-32deg);
  top: -160px;
}

.sliderCircle ul li:nth-child(4) {
  left: -120px;
  transform: rotate(-65deg);
  top: 15px;
}

.sliderCircle ul li:nth-child(5) {
  left: 89%;
  transform: rotate(63deg);
  top: 13px;
}

.sliderCircle ul li:nth-child(6) {
  left: 97%;
  transform: rotate(89deg);
  top: 243px;
}

.sliderCircle ul li:nth-child(7) {
  left: 89%;
  transform: rotate(116deg);
  top: 465px;
}

.sliderCircle ul li:nth-child(8) {
  left: 36%;
  transform: rotate(149deg);
  bottom: -244px;
}

.prevArrow img,
.swiper-button-prev-has {
  transform: rotate(180deg);
}

.sliderCircle ul li:nth-child(9) {
  left: 37%;
  transform: rotate(180deg);
  bottom: -236px;
}

.sliderCircle ul li:nth-child(10) {
  left: 39%;
  transform: rotate(210deg);
  bottom: -237px;
}

.sliderCircle ul li:nth-child(11) {
  left: 37%;
  transform: rotate(238deg);
  bottom: -223px;
}

.sliderCircle ul li:nth-child(12) {
  left: 36%;
  transform: rotate(268deg);
  bottom: -213px;
}

/* .BookTitle span {
    display: inline-block;
    margin-bottom: 0;
} */

.BookTitle h4 {
  font-size: 2.5rem;
  font-family: albra;
  color: var(--white);
  text-align: center;
}

.btnRequest {
  background: linear-gradient(90deg, #793a45 0, #d4292f 91%);
  color: var(--white);
  font-size: 0.875rem;
  text-transform: uppercase;
  font-weight: 700;
  display: inline-block;
  padding: 16px 60px 16px 30px;
  text-decoration: none;
  border-radius: 50px;
  position: relative;
  transition: 0.3s;
  overflow: hidden;
}
.btnRequest svg {
  width: 35px;
  background: var(--secondary);
  height: 35px;
  color: #fff;
  font-size: 0.875rem;
  padding: 8px;
  border-radius: 100%;
  transform: rotate(-45deg);
  position: absolute;
  right: 10px;
  top: 7px;
  transition: 0.3s;
}
.BookTitle .btnRequest {
  background: var(--white);
  color: var(--secondary);
}

.slider-form {
  height: auto;
  padding: 6px;
  text-align: center;
  margin-top: 8px;
  z-index: 2;
  background-color: rgb(12 60 153 / 7%);
}

.slider-form .form-control {
  border: 1px solid transparent;
  background-color: #fff;
  font-size: 0.813rem;
  font-family: "Open Sans", sans-serif;
  color: grey;
  height: 49px;
  outline: 0;
  border-radius: 9px;
  padding-left: 41px;
  margin-right: 6px;
  font-weight: 400;
}

.kind .flip-card-back,
.kind .flip-card-front {
  background-color: var(--white);
}

.slider-form .form-control::placeholder {
  color: #8a8a8a;
  font-weight: 300;
  font-size: 1rem;
}

.slider-form .form-group .icon-bg {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
}

.slider-form .form-group {
  position: relative;
  margin-bottom: 0;
}

.banner-form-inner .form-group i.sptico,
.slider-form .form-group i.sptico {
  color: var(--secondary-color);
  background: url(../images/form-icon1.webp) no-repeat;
  width: 19px;
  height: 19px;
  display: block;
}

.banner-form-inner .form-group i.icon2,
.slider-form .form-group i.icon2 {
  background: url(../images/form-icon2.webp) no-repeat;
}

.banner-form-inner .form-group i.icon3,
.slider-form .form-group i.icon3 {
  background: url(../images/form-icon3.webp) no-repeat;
}

.foter-cta h4,
.slider-form .form-group.btnsumb i {
  color: var(--white);
}

.btn-1 {
  display: inline-block;
  padding: 10px 18px;
  color: #fff;
  text-transform: capitalize;
  position: relative;
  border-radius: 9px;
  background-color: var(--secondary);
  box-shadow: 0 5px 29px 0 rgba(0, 153, 109, 0.34);
  border: none;
  transition: box-shadow 0.2s linear;
  height: 48px;
}

.phoneBtn {
  margin-left: 1.25rem;
  text-decoration: none;
  color: var(--black);
  font-size: 1.625rem;
  font-weight: 500;
  display: flex;
  line-height: 30px;
  position: relative;
  gap: 1rem;
}
.phoneBtn svg {
  /* position: absolute; */
  /* left: -30%; */
  /* top: 10%; */
  background: var(--secondary);
  width: 50px;
  height: 50px;
  box-sizing: border-box;
  padding: 10px;
  border-radius: 100%;
  color: var(--white);
}
.phoneBtn a {
  color: var(--secondary);
  font-size: 20px;
}

.smallTitleLine {
  color: var(--black);
  font-size: 0.875rem;
  line-height: 24px;
  font-weight: 700;
  padding-left: 50px;
  position: relative;
  /* margin-bottom: 20px; */
  display: block;
}
.smallTitleLine:before {
  content: "";
  width: 35px;
  height: 2px;
  background: #292e0a;
  position: absolute;
  left: 0;
  top: 12px;
}
.hireSection {
  padding: 7rem 0 14rem 0;
  background: linear-gradient(180deg, var(--white), #f8d0d8);
}
.hireSection p {
  color: var(--black);
}
.btn-group {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
  margin-top: 3rem;
  align-items: center;
}
.sec-title {
  font-size: 0.875rem;
  color: var(--secondary);
  text-transform: capitalize;
  position: relative;
  padding-left: 3rem;
}
.sec-title::before {
  content: "";
  width: 35px;
  height: 2px;
  background: var(--secondary);
  position: absolute;
  left: 0;
  top: 8px;
}
.hireSection img {
  position: absolute;
  bottom: -34%;
  left: 5%;
}

.servicesSection {
  padding: 5rem 0;
  background: linear-gradient(180deg, var(--white), #f8d0d8);
}
.servicesSection p {
  font-size: 16px;
}
.servicesSection .col-md-3 {
  margin-top: 2rem;
}
.serviceCard {
  padding: 3rem 2rem;
  border-radius: 25px;
  background: linear-gradient(90deg, #793a45 0, #d4292f 91%);
  min-height: 255px;
}
.serviceCard div {
  margin-bottom: 1.5rem;
}
.serviceCard h5 {
  font-size: 1.625rem;
  color: var(--white);
  margin-left: 1rem;
}
.platformsSection .sec-title::before,
.servicesSection .sec-title::before {
  left: 44%;
  background-color: var(--white);
}
.serviceCard span {
  font-size: 7.875rem;
  color: #ffffff14;
  font-family: albra;
  position: absolute;
  font-weight: bold;
  top: -11%;
  right: 4%;
}
.serviceCard p {
  font-size: 17px;
  color: var(--white);
}
.servicesSection .btn-group {
  width: 100%;
  justify-content: center;
  align-items: center;
}

.servicesSection .smallTitleLine,
.servicesSection .phoneBtn {
  color: var(--black);
}

.servicesSection .smallTitleLine:before {
  background-color: var(--black);
}
.servicesSection .phoneBtn svg {
    background-color: var(--white);
}
.servicesSection .phoneBtn svg {
  color: var(--secondary);
}

.provideSection {
  padding: 8rem 0 14rem;
  background: linear-gradient(180deg, var(--white), #f8d0d8);
}
.provideSection p {
  color: var(--black);
  margin-top: 1.5rem;
}

.provideSection .provide1 {
  position: absolute;
  right: 0;
  top: 0;
}
.provideSection .provide2 {
  position: absolute;
  bottom: 0%;
  left: 7%;
}

.platformsSection {
  padding: 6rem 0;
  background: linear-gradient(180deg, var(--white), #f8d0d8);
}
.platformsSection .sec-title {
  color: var(--black);
}
.platformsSection .sec-title::before {
  background-color: var(--black);
}
.platformsSection img {
  margin: auto;
  display: flex;
  margin-top: 2rem;
}
.optionsSection {
  padding: 6rem 0 12rem 0;
  background: linear-gradient(180deg, var(--white), #f8d0d8);
}
.optionsSection .heading {
  font-size: 2.375rem;
}
.optionsSection p {
  color: var(--black);
  margin-bottom: 2rem;
}
.optionsSection img {
  position: absolute;
  right: 0;
  bottom: -22%;
  /* width: 44%; */
}
.chooseSection {
  padding: 6rem 0;
  background: linear-gradient(180deg, var(--white), #f8d0d8);
}
.chooseSection p {
  color: var(--black);
}
.chooseCard h4 {
  font-size: 1.5rem;
  font-family: "albra";
  color: var(--black);
  margin-bottom: 1.5rem;
}

.chooseCard p {
  color: var(--black);
}
.chooseSection .col-md-7 .row {
  border-bottom: 1px solid #e2e2e2;
}
.primaryBox {
  background: linear-gradient(90deg, #793a45 0, #d4292f 91%);
  border-radius: 25px;
  padding: 2rem;
}
.primaryBox span {
  color: var(--white);
  font-weight: 700;
}
.chooseSection .btn-group {
  flex-wrap: wrap;
  gap: 1rem;
  margin-left: 2rem;
}

.chooseSection .btn-group .phoneBtn {
  margin-left: 3rem;
}
.no-border {
  border-bottom: none !important;
}

.contactSection {
  padding: 6rem 0;
  background: linear-gradient(90deg, #793a45 0, #d4292f 91%);
}
.contactSection .phoneBtn {
  font-size: 2.125rem;
  color: var(--white);
  margin-left: 3rem;
  margin-top: 1.75rem;
}

.contactSection .smallTitleLine {
  color: var(--white);
  font-size: 12px;
}

.contactSection .smallTitleLine:before {
  background: var(--white);
}

.contactSection .phoneBtn svg {
  left: -8%;
}
.contactSection p {
  font-size: 1.25rem;
  margin-top: 1.75rem;
  color: var(--white);
}
.contactSection .sec-title {
  color: var(--white);
  font-size: 1rem;
}

.contactSection .sec-title:before {
  background: var(--white);
}
.contactForm {
  max-width: 460px;
}
.contactForm div {
  margin-bottom: 1rem;
}
.contactForm input,
.contactForm textarea {
  border: none;
  outline: none;
  background: #193d75;
  color: var(--white);
  font-size: 1.25rem;
  border-bottom: 2px solid var(--white);
  padding: 1rem 15px;
  width: 100%;
  resize: none;
}
.contactForm input::placeholder {
  color: var(--white);
}
.contactForm .btnRequest {
  width: 100%;
  background: var(--secondary);
  text-align: center;
  font-size: 1rem;
  font-weight: 100;
}

.contactSection .btnRequest svg {
  background: var(--white);
  color: var(--secondary);
  left: 60%;
  width: 30px;
  height: 30px;
  top: 20%;
}

footer {
  background-color: var(--secondary);
  position: relative;
  /* padding: 4rem 0; */
}
footer .flogo {
  position: absolute;
  right: 0;
  bottom: 0;
}
footer .container-fluid {
  max-width: 95%;
  margin: auto;
}

.main-footer .col-md-4 {
  border-right: 1px solid #2c4d80;
  padding: 4rem 0;
}

ul.footerContactDetails {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 30px;
}
ul.footerContactDetails li a {
  color: var(--white);
  font-family: "ivy_moderegular";
  font-size: 1.5rem;
  line-height: 35px;
  text-decoration: none !important;
  display: table;
}
ul.socialFooter {
  list-style: none;
  padding: 0;
  margin: 0;
}

ul.socialFooter li a {
  color: var(--white);
  font-size: 16px;
  line-height: 26px;
  text-decoration: none !important;
  border: 1px solid var(--white) !important;
  display: block;
  width: 140px;
  padding: 10px 20px;
  border-radius: 50px;
}

ul.socialFooter li a:after {
  background: var(--white) !important;
  width: 15px;
  height: 15px;
  position: absolute;
  right: 12px;
  top: 15px;
  z-index: 99;
  content: "";
  border-radius: 100%;
}

ul.socialFooter li a {
  position: relative;
}

ul.socialFooter {
  display: flex;
  align-items: center;
  justify-content: start;
}

ul.socialFooter li + li {
  margin-left: 20px;
}

ul.socialFooter {
  margin-top: 30px;
}
/* ul.socialFooter li:hover a:after {
    width: 105%;
    height: 105%;
    border-radius: 0;
    top: 0;
    right: 0;
    z-index: 9;
} */

ul.FooterMenu li a {
  color: var(--white) !important;
  font-size: 1rem;
  line-height: 30px;
  text-decoration: none !important;
  display: block;
  width: 100%;
  padding: 0;
  transition: all 0.4s;
}
ul.FooterMenu li a:hover {
color: #d4292f !important;
}
ul.FooterMenu {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footerRightWrap {
  width: 25%;
}

.footerRightTop {
  display: flex;
  align-items: start;
  justify-content: start;
  padding: 4rem 0 1rem;
  padding-left: 3.125rem;
  border-bottom: 1px solid #2c4d80;
}

ul.FooterMenu li + li {
  margin-top: 10px;
}

span.FooterMenuTitle {
  color: var(--white) !important;
  font-size: 1rem;
  line-height: 40px;
  text-decoration: none !important;
  display: block;
  width: 100%;
  padding: 0;
  font-weight: 700;
}

ul.FooterMenu.lightMenu li a {
  font-weight: 400 !important;
  font-size: 15px;
  line-height: 24px;
}

ul.FooterMenu.lightMenu {
  margin-bottom: 1.25rem;
}

ul.FooterMenu.lightMenu li {
  position: relative;
  padding-left: 1.375rem;
}

ul.FooterMenu.lightMenu li a:before {
  content: "";
  background: var(--white) !important;
  width: 12px;
  height: 1px;
  position: absolute;
  left: 0;
  top: 12px;
}

ul.FooterMenu.padingRight {
  padding-right: 1.875rem;
}

.copyRighgtBottom ul li a {
  /* font-weight: 700 !important; */
  font-size: 15px;
  line-height: 18px;
  text-decoration: none !important;
  display: block;
  width: 100%;
  padding: 0;
  color: var(--white) !important;
}

.copyRighgtBottom ul {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}

.copyRighgtBottom ul li + li a {
  margin-left: 12px;
  padding-left: 12px;
  border-left: 2px solid var(--white) !important;
}

.copyRighgtBottom {
  padding: 0px 0 0;
  padding-left: 3.125rem;
  margin-top: 2.125rem !important;
}

.copyRightContent {
  display: flex;
  align-items: center;
}

.copyRightContent p {
  margin: 0;
  color: var(--white) !important;
  margin-right: 0.75rem;
  /* font-weight: 700 !important; */
  font-size: 0.9375rem;
  line-height: 18px;
}

.copyRightContent {
  margin-top: 1.25rem;
}

.copyRighgtBottom {
  padding-bottom: 4rem;
}
/* .fontLight{
    font-weight: 100 !important;
} */
.FooterMenuTitle a {
  color: var(--white);
}
footer .col-md-8 {
  border-bottom: 1px solid #2c4d80;
}
.headerMenuWrap ul li.hasChild.parentMenu:hover ul.dropDown {
  display: flex;
}
.heading .char {
  display: inline !important;
}

/* Inner Pages */
.innerBanner {
  padding-top: 10.625rem;
  background: linear-gradient(180deg, var(--white), #f8d0d8);

  /* background: url("../images/marketing-banner.png") center right / cover
    no-repeat; */
}
.innerBanner .heading {
  font-size: 3.125rem;
  color: var(--white);
}
/* .innerBanner p {
    color: var(--white);
} */
.bannerForm {
    background: linear-gradient(90deg, #793a45 0, #d4292f 91%);
    padding: 1rem;
    border-radius: 8px;
  }
  .bannerForm h3 {
    font-family: albra;
    color: var(--white);
    /* font-weight: 600; */
    font-size: 2.5rem;
    letter-spacing: 2px;
    text-align: center;
  }
  
  .bannerForm .formWrap {
    padding: 1rem;
    margin-top: 1rem;
    background: linear-gradient(180deg, var(--white), #f8d0d8);
    border-radius: 10px;
  }
  .bannerForm .formWrap h5 {
    text-align: center;
    color: var(--white);
    font-size: 2rem;
    font-weight: 500;
    line-height: 34px;
  }
  .bannerForm .formWrap p {
    text-align: center;
    color: var(--secondary);
    font-size: 1.75rem;
    /* font-weight: 600; */
    line-height: 40px;
  }

.formWrap .formFields {
  background: #fff;
  width: 100%;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: start;
  padding: 0 1.25rem;
  margin-bottom: 1rem;
}
.formFields img {
  max-width: 25px;
  margin-right: 10px;
}
.formFields input {
  border: none;
  outline: none;
  padding: 1rem 0;
}
/* .innerBanner .btnRequest {
  background: var(--secondary);
} */

.innerBanner .btnRequest svg {
  /* background: var(--primary); */
  /* left: 60%; */
}
.innerBanner .bannerForm .btnRequest {
  font-size: 1rem;
}
.innerBanner .bannerForm .btnRequest svg {
  left: 56%;
}
.bannerForm .btnRequest {
  width: 100%;
  text-align: center;
}
.reviewManinHeader {
  margin-top: 0px;
  background: url("../images/bannershadow.png") left top / cover no-repeat;
  padding: 2.625rem 0;
}

.reviewLogos ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 3rem;
}

.worldSection {
  padding: 5rem 0;
  background: linear-gradient(180deg, var(--white), #f8d0d8);
}
.worldSection .heading {
  margin-bottom: 1.5rem;
}
.worldSection p {
  color: var(--black);
  margin-bottom: 1.5rem;
}

.innerServices {
  padding: 5rem 0;
  background: url(../images/services-bg.png) center right / cover no-repeat;
}
.custom-tab-list-ghost ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.custom-tab-list-ghost .nav-tabs .nav-link.active {
  background: #e0dcdc4f;
  border-radius: 10px 0px 0px 10px;
  padding: 1.5rem 2rem;
  border: none;
}
.custom-tab-list-ghost ul li {
  padding-bottom: 1rem;
}
.custom-tab-list-ghost ul li a {
  display: flex;
  align-items: center;
  text-decoration: none !important;
}
.custom-tab-list-ghost ul li a .tabsicon {
  margin-right: 1.25rem;
}
.tabsContent span.tabTitle {
  font-family: albra;
  color: var(--black);
  font-size: 1.5rem;
  line-height: 28px;
  margin-bottom: 5px;
}
.ghostdetails {
  background: #e0dcdc4f;
  padding: 40px;
  border-radius: 0px 10px 10px 0px;
}
.ghostdetails p {
  color: var(--black);
}

[class^="box-"].showfirst {
  display: block;
}

.tabsContent p {
  color: var(--black);
}
.ghostdetails .tab-content {
  padding: 1rem 3rem 0;
}

.updatesSection {
  padding: 5rem 0;
  background: linear-gradient(180deg, var(--white), #f8d0d8);
}
/* .updatesSection p {
    color: var(--white);
} */
.updatesSection p strong {
  font-size: 2.125rem;
  /* color: var(--white); */
}
.updatesSection p strong span {
  color: var(--primary);
}

.ctaSection {
  padding: 3rem 0;
  background: linear-gradient(180deg, var(--white), #f8d0d8);
}
.ctaSection .btn-group {
  flex-wrap: wrap;
  justify-content: start;
  gap: 2rem;
}
.ctaSection .review-img {
  width: 60%;
}

.ctaSection .phoneBtn {
  /* margin-left: 4rem; */
  color: var(--white);
  font-size: 2rem;
}

.ctaSection .smallTitleLine {
  color: var(--black);
}

.ctaSection .smallTitleLine:before {
  background: var(--black);
}
.ctaSection .phoneBtn svg {
  left: -22%;
}
.aboutSection {
  padding: 5rem 0;
}

.aboutSection p {
  color: var(--black);
}
.aboutList ul {
  column-count: 2;
  padding: 0;
  margin-top: 2rem;
}
.aboutList ul li {
  margin-bottom: 1rem;
  /* display: flex; */
}
.aboutList ul li img {
  margin-right: 0.5rem;
}

.aboutBanner {
  padding-bottom: 5rem;
}
.HelpSection,
.aboutUs {
  padding: 5rem 0 2rem;
}
.HelpSection p,
.aboutUs p {
  color: var(--black);
}
.aboutUs ul {
  list-style: disc;
}
.aboutUs ul li {
  margin-top: 1rem;
}

.FormWrap {
  margin-top: 2rem;
}

.FormWrap input,
.FormWrap textarea {
  background: rgb(123 57 68 / 20%);
  border: none;
  outline: none;
  width: 100%;
  padding: 16px;
  resize: none;
  margin-bottom: 1rem;
  color: var(--black);
}
.FormWrap input::placeholder,
.FormWrap textarea::placeholder {
  color: var(--black);
}

.conRightDetails {
  padding-left: 30px;
}
span.contitle {
  color: var(--black);
  font-size: 1.45rem;
  font-weight: 600;
  margin-bottom: 5px;
  display: block;
}
.conRightDetails ul li {
  font-size: 1.25rem;
  color: var(--black);
}
.conRightDetails ul li a {
  color: var(--black);
}
button.btnRequest {
  border: none;
}
.btnRequest:hover {
    border: 1px solid #803944;
    background: #fff;
    color: #803944;
}
.fb:hover {
  transition: 0.3s all;
  background: linear-gradient(90deg, #793a45 0, #d4292f 91%);
}
.insta:hover {
  transition: 0.3s all;
 background: linear-gradient(90deg, #793a45 0, #d4292f 91%);
}
.twit:hover {
  transition: 0.3s all;
 background: linear-gradient(90deg, #793a45 0, #d4292f 91%);
}
.contactSection .phoneBtn a {
  color: #fff;
}
.ctaSection .phoneBtn a {
  color: #8e3441;
  font-size: 1.25rem;
}

.main-packg {
  padding: 60px 0 0 0;
}

.mainpkge {
  transition: all 0.2s ease-in;
  display: inline-block;
  width: 96%;
  border: 2px solid #ededed;
  border-radius: 13px;
  padding: 2em;
  margin: 0 10px 50px;
  background-color: #fff;
  min-height: 35rem;
}

.mainpkge:hover {
  background-image: -moz-linear-gradient(90deg, rgba(255 255 255) 0, #fff 100%);
  background-image: -webkit-linear-gradient(
    90deg,
    rgb(255 255 255) 0,
    #ffffff 100%
  );
  background-image: -ms-linear-gradient(90deg, rgba(255 255 255) 0, #fff 100%);
  z-index: 2;
  -webkit-transition: all 0.2s ease-in;
  /*-webkit-transform: scale(1.05);*/
  -ms-transition: all 0.2s ease-in;
  /*-ms-transform: scale(1.05);*/
  -moz-transition: all 0.2s ease-in;
  /*-moz-transform: scale(1.05);*/
  transition: all 0.2s ease-in;
  /*transform: scale(1.05);*/
  /* background: #eaeaea; */
  border-color: #8e3441;
}

.mainpkge h2 {
  color: #8e3441;
  font-size: 28px;
  text-transform: uppercase;
  font-weight: 600;
  padding: 0;
  width: min-content;
}

.mainpkge .namwrp span {
  color: #000000;
  font-weight: 600;
}
.mainpkge .pricewrp {
  margin-top: 1rem;
  min-height: 4.3rem;
}
.mainpkge .pricewrp h1 {
  font-weight: 600;
  font-size: 3rem;
  color: #8e3441;
  display: inline-block;
  margin-bottom: 0;
}

.mainpkge .pricewrp h4 {
  font-size: 22px;
  display: inline-block;
  color: #000000;
  margin: 0 0 0 20px;
  position: relative;
}

.mainpkge .pricewrp h4:after {
  position: absolute;
  width: 50px;
  height: 1px;
  background: #3a6bb1;
  content: "";
  top: 74%;
  left: 16px;
}

.mainpkge .pricewrp h4 span {
  display: block;
  text-decoration: line-through;
}

.mainpkge .detailwrp ul {
  text-align: left;
  height: 240px;
  margin: 20px 0 30px;
  padding-right: 20px;
  overflow-y: scroll;
  overflow-x: hidden;
}

.mainpkge .detailwrp ul li {
  border: none;
  display: block;
  width: 100%;
  padding: 0;
  position: relative;
  color: #001c4e;
  font-size: 15px;
  padding: 0 20px 2px 0;
  margin: 0 0 0 20px;
  line-height: 1.5;
}

.mainpkge:hover .detailwrp ul li {
  color: #000;
}

.mainpkge .detailwrp ul li:after {
  background-image: url(../images/double-arrow.svg);
  position: absolute;
  content: "";
  width: 11px;
  height: 12px;
  filter: invert(1);
  background-repeat: no-repeat;
  top: 4px;
  left: -20px;
}

.mainpkge .btnwrp {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.mainpkge .btnwrp a {
  padding: 13px 35px;
  color: #fff;
  font-weight: 600;
  background-color: #8e3441;
  border: 1px solid #8e3441;
}

.mainpkge:hover .btnwrp a.chat-btn {
  color: #fff;
  background: #000000;
  border-color: #000;
}

.mainpkge h1.getqout {
  font-size: 32px !important;
  font-weight: 600 !important;
}
.packag-slider {
  padding: 0 0.7rem;
}

.packag-slider .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  border: 0;
  font-size: 3rem;
  line-height: 1;
  opacity: 0.3;
  transition: ease all 0.5s;
}

.packag-slider ~ .swiper-button-prev {
  left: -2rem;
}

.packag-slider ~ .swiper-button-next {
  right: -2rem;
}

.packag-slider .slick-arrow:hover {
  opacity: 0.8;
}
.slick-prev:before,
.slick-next:before {
  content: none !important;
}
.packag-slider .slick-arrow i {
  color: #000;
}
.heading3 {
  color: #000;
  font-size: 3.25rem;
  margin-bottom: 20px;
  font-weight: 700;
}

.services-rates {
  padding: 100px 0;
  border-bottom: 1px solid #ededed;
}

.services-rates ul.nav-tabs li.nav-item {
  flex: 0 0 30%;
  margin-bottom: -1px;
}

.services-rates ul.nav-tabs li.nav-item a {
  color: #333;
  font-size: 20px;
  font-weight: 600;
  border: 1px solid #ccc;
  border-radius: 0;
  padding: 0;
  padding: 30px 10px;
  text-transform: capitalize;
  text-align: center;
  border-right: 0;
  /* border-bottom: 0; */
}

.services-rates ul.nav-tabs li.nav-item:nth-child(3) a {
  border-right: 1px solid #ccc !important;
}

.services-rates ul.nav-tabs li.nav-item:last-child a {
  border-right: 1px solid #ccc !important;
}

.services-rates ul.nav-tabs li.nav-item:nth-child(n + 4) a {
  border-bottom: 1px solid #ccc;
}
.services-rates ul.nav-tabs li.nav-item a.active {
  background: #8e3441;
  border-color: #8e3441;
  color: #fff;
}
.services-rates .tab-content {
  padding-top: 60px;
}

.tab-content article img {
  width: 100%;
}

.tab-content h4 {
  font-size: 30px;
  font-weight: 600;
}

.tab-content h4 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #3a3a3a;
  line-height: 1.2;
}
.tab-content article p {
  padding-top: 0px;
  padding-bottom: 25px;
  font-size: 1.2rem;
  color: #000;
}
.table-div {
  float: left;
  width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.table-div table {
  width: 100%;
  font-size: 0.75em;
}

.table-div th,
td {
  padding: 20px 30px;
  vertical-align: middle;
  line-height: 130%;
}

.table-div th {
  font-weight: 500;
  text-align: left;
  vertical-align: top;
}

.table-div th h5 {
  font-size: 18px;
  line-height: 100%;
  font-weight: 700;
}

.table-div th p {
  font-size: 16px;
  line-height: 25px;
  color: #000;
}

.table-div th p + p {
  font-size: 1.313em;
  line-height: 120%;
  font-weight: 400;
  margin: 4px 0 0 0;
}

.table-div td p {
  font-size: 1.313em;
  line-height: 130%;
  color: #000;
}

.table-div td h3,
td h4,
td h5,
td h6 {
  margin: 0;
}

.table-div td p + p,
td h3 + p,
td h4 + p,
td h5 + p,
td h6 + p,
td p + h3,
td p + h4,
td p + h5 {
  margin: 4px 0 0 0 !important;
}

.table-div td h4 + h6 {
  margin: 2px 0 0 0 !important;
}

.table-div tr:nth-child(2n + 1) td {
  background: rgb(142 52 65 / 15%);
}

.table-div th:nth-child(2n),
td:nth-child(2n) {
  background: #f7f8f9;
}

.table-div tr:nth-child(2n + 1) td:nth-child(2n) {
  background: rgb(142 52 65 / 30%);
}

.table-div td[rowspan] {
  background: #fff !important;
}

.table-div table .highlight {
  background: #051d38 !important;
  color: #fff;
}

.table-div table tr:nth-child(2n) .highlight {
  background: #092741 !important;
}

.table-div th,
td > .center {
  text-align: center;
}

.table-div td > .center i.fa-check {
  background-color: #0a75d7;
  color: #fff;
  width: 30px;
  height: 30px;
  padding-top: 9px;
  border-radius: 100%;
}

.table-div th,
td > .center span.icon-no hr {
  border-top: 2px solid #000;
  margin: 0 auto;
  width: 6%;
}

.services-rates ul.nav-tabs {
  border-bottom: none;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

@media (max-width: 1199px) {
  .services-rates ul.nav-tabs li.nav-item {
    flex: 0 0 50%;
  }

  .services-rates ul.nav-tabs li.nav-item:nth-child(even) a {
    border-right: 1px solid #ccc;
  }
}

@media (max-width: 769px) {
  .services-rates ul.nav-tabs li.nav-item {
    flex: 0 0 100%;
  }
}
img {
    max-width: 100%;
    height: auto;
}
.ctaSection .heading {
    color: #8e3441 !important;
}
.swiper-button-next, .swiper-button-prev {
    color: #8e3441;
}