@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");
/*font-family: "Poppins", sans-serif;*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
/*font-family: "Montserrat", sans-serif;*/
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&display=swap");
/*font-family: "Josefin Sans", sans-serif;*/
@font-face {
  font-family: "GillSansInfantStdRegular";
  src: url("../fonts/GillSansInfantStdRegular.eot");
  src: url("../fonts/GillSansInfantStdRegular.eot") format("embedded-opentype"),
    url("../fonts/GillSansInfantStdRegular.woff2") format("woff2"),
    url("../fonts/GillSansInfantStdRegular.woff") format("woff"),
    url("../fonts/GillSansInfantStdRegular.ttf") format("truetype"),
    url("../fonts/GillSansInfantStdRegular.svg#GillSansInfantStdRegular")
      format("svg");
}
@font-face {
  font-family: "FontsFreeNetRoundkeyBold";
  src: url("../fonts/FontsFreeNetRoundkeyBold.eot");
  src: url("../fonts/FontsFreeNetRoundkeyBold.eot") format("embedded-opentype"),
    url("../fonts/FontsFreeNetRoundkeyBold.woff2") format("woff2"),
    url("../fonts/FontsFreeNetRoundkeyBold.woff") format("woff"),
    url("..fonts/FontsFreeNetRoundkeyBold.ttf") format("truetype"),
    url("..fonts/FontsFreeNetRoundkeyBold.svg#FontsFreeNetRoundkeyBold")
      format("svg");
}
@font-face {
  font-family: "Bebas Kai Regular";
  font-style: normal;
  font-weight: normal;
  src: local("Bebas Kai Regular"),
    url("../fonts/BebasKai-Regular.woff") format("woff");
}
@font-face {
  font-family: "FontspringDEMOproximanovaregular";
  src: url("../fonts/FontspringDEMOproximanovaregular.eot");
  src: url("../fonts/FontspringDEMOproximanovaregular.eot")
      format("embedded-opentype"),
    url("../fonts/FontspringDEMOproximanovaregular.woff2") format("woff2"),
    url("../fonts/FontspringDEMOproximanovaregular.woff") format("woff"),
    url("../fonts/FontspringDEMOproximanovaregular.ttf") format("truetype"),
    url("../fonts/FontspringDEMOproximanovaregular.svg#FontspringDEMOproximanovaregular")
      format("svg");
}
@font-face {
  font-family: "centurygothic_bold";
  src: url("../fonts/centurygothic_bold.eot");
  src: url("../fonts/centurygothic_bold.eot") format("embedded-opentype"),
    url("../fonts/centurygothic_bold.woff2") format("woff2"),
    url("../fonts/centurygothic_bold.woff") format("woff"),
    url("../fonts/centurygothic_bold.ttf") format("truetype"),
    url("../fonts/centurygothic_bold.svg#centurygothic_bold") format("svg");
}

@font-face {
  font-family: "centurygothic";
  src: url("../fonts/centurygothic.eot");
  src: url("../fonts/centurygothic.eot") format("embedded-opentype"),
    url("../fonts/centurygothic.woff2") format("woff2"),
    url("../fonts/centurygothic.woff") format("woff"),
    url("../fonts/centurygothic.ttf") format("truetype"),
    url("../fonts/centurygothic.svg#centurygothic") format("svg");
}
@font-face {
  font-family: "Proxima Nova Condensed Semibold";
  font-style: normal;
  font-weight: normal;
  src: local("Proxima Nova Condensed Semibold"),
    url("../fonts/Mark Simonson  Proxima Nova Condensed Semibold TheFontsMaster.com.woff")
      format("woff");
}
@font-face {
  font-family: "Proxima Nova Condensed Bold";
  font-style: normal;
  font-weight: normal;
  src: local("Proxima Nova Condensed Bold"),
    url("../fonts/Mark Simonson  Proxima Nova Condensed Bold TheFontsMaster.com.woff")
      format("woff");
}
@font-face {
  font-family: "4225font";
  src: url("../fonts/4225font.eot");
  src: url("../fonts/4225font.eot") format("embedded-opentype"),
    url("../fonts/4225font.woff2") format("woff2"),
    url("../fonts/4225font.woff") format("woff"),
    url("../fonts/4225font.ttf") format("truetype"),
    url("../fonts/4225font.svg#4225font") format("svg");
}
@font-face {
  font-family: "3133font";
  src: url("../fonts/3133font.eot");
  src: url("../fonts/3133font.eot") format("embedded-opentype"),
    url("../fonts/3133font.woff2") format("woff2"),
    url("../fonts/3133font.woff") format("woff"),
    url("../fonts/3133font.ttf") format("truetype"),
    url("../fonts/3133font.svg#3133font") format("svg");
}

:root {
  --text-light-grey: #cdcdcd;
  --text-red: #c93222;
  --text-red-two: #ae0b0b;
  --bg-light-grey: #f1f3f4;
  --bg-black: #25221d;
  --bg-black-two: #011627;
  --bor-grey: #999999;
  --bg-red: #bf1f00;
  --bg-black: #333;
  --bg-what-black: #0c0c0c;
  --text-grey: #555555;
  --text-heading-grey: #666;
  --text-green: #3ec350;
  --form-bg-grey: #f8f9f9;
  --bg-green: #00a621;
  --black: #000;
  --font-poppins: "Poppins", sans-serif;
  --font-gill: "GillSansInfantStdRegular", sans-serif;
  --font-Mont: "Montserrat", sans-serif;
  --font-josef: "Josefin Sans", sans-serif;
  --font-round: "FontsFreeNetRoundkeyBold";
  --font-bebas: "Bebas Kai Regular";
  --font-proxima: "3133font";
  --font-gothic: "centurygothic_bold";
  --font-gothic-regular: "centurygothic";
  --proxima-font-semi-bold: "Proxima Nova Condensed Semibold";
  --proxima-font-bold: "4225font";
}
body {
  font-family: var(--font-Mont);
  margin: 0px 0px 70px;
  padding-block-start: 139px;
}

@media (min-width: 1900px) {
  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1880px;
  }
}
/*sticky footer use when the page height is 2117px*/
/*sticky footer*/
html {
  min-height: 100%;
  position: relative;
  /* The html and body elements cannot have any padding or margin. */
}

/* Set the fixed height of the footer here */
.footer-outr {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 70px;
}
.topbar-outr p,
.topbar-outr a {
  color: var(--text-light-grey);
  font-family: var(--font-poppins);
  font-weight: 300;
}
.topbar-outr a:hover {
  color: var(--bs-body-bg);
}
.topbar-outr ul li:not(:first-child) {
  margin-inline-start: 1.15rem;
}
.topbar-outr {
  border-bottom: 1px solid var(--text-light-grey);
}
.menu .nav-link {
  font-family: var(--font-gill);
  color: var(--bs-body-bg);
  text-transform: uppercase;
  position: relative;
}
.menu .nav-item {
  position: relative;
}

.menu .nav-item .nav-link span {
  position: relative;
  overflow: hidden;
  display: block;
  padding-block-end: 0.4rem;
}
.menu .nav-item .nav-link span:before {
  content: "";
  height: 2px;
  width: 100%;
  background: var(--text-red);
  left: -100%;
  position: absolute;
  bottom: 0;
  transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
}
.menu > li:hover > a.nav-link > span::before {
  left: 0;
}
.menu > li:hover > a.nav-link {
  color: var(--text-red);
}
.menu > li.active > a.nav-link {
  color: var(--text-red);
}
.menu > li.active > a.nav-link > span::before {
  left: 0;
}
.header-outr.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  background: rgba(255, 255, 255, 0.8);
  /* color: var(--white); */
  box-shadow: 0px 0px 10px #000;
  animation: smoothScroll 2s forwards;
  -webkit-animation: smoothScroll 2s forwards;
  -moz-animation: smoothScroll 2s forwards;
}
.header-outr.fixed .topbar-outr {
  display: none;
}
.carousel-caption {
  inset-inline: 0;
  padding-block: 0px;
  bottom: 10rem !important;
}
.carousel-caption h2 {
  font-family: var(--font-gill);
  font-weight: 700;
  color: var(--bs-body-bg);
}
.carousel-caption h2 span {
  display: block;
}
.carousel-caption .text-end hgroup {
  position: relative;
  padding-block-end: 0.8rem;
}
.carousel-caption .text-end hgroup:before {
  content: "";
  width: 238px;
  height: 2px;
  background: var(--bs-body-bg);
  position: absolute;
  inset-block-end: 0px;
  inset-inline-end: 0px;
}
.carousel-control-prev,
.carousel-control-next {
  height: 54px;
  width: 54px;
  background: rgba(0, 0, 0, 0.9);
  inset-block-end: auto;
  inset-block-start: 50%;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.welcome-text-col h4 {
  font-family: var(--font-poppins);
  color: var(--text-red);
  font-size: 1.2rem;
  letter-spacing: 4px;
  margin-block-end: 1rem;
}
.welcome-text-col h3,
.page-heading h3,
.page-heading h6 {
  font-family: var(--font-poppins);
}
.welcome-text-col h3 {
  margin-block-end: 2.5rem;
}
.welcome-text-col h3 span,
.page-heading h3 span {
  color: var(--text-red);
}

.welcome-text-col p {
  font-family: var(--font-Mont);
  text-align: justify;
  margin-bottom: 2rem;
}
.welcome-img-one {
  position: relative;
  padding-inline-start: 50px;
  padding-block-start: 45px;
  margin-block-start: 40px;
}
.welcome-img-one:before {
  content: "";
  background: url("../images/welcome-img-bor.png") no-repeat left top;
  width: 153px;
  height: 150px;
  position: absolute;
  inset-inline-start: 0;
  inset-block-start: 0;
}
.welcome-img-two {
  padding-inline-start: 22px;
  max-width: 64%;
}
.welcome-img-two img {
  height: 100%;
  object-fit: cover;
}
.welcome-img-three {
  margin-block-start: 19px;
  max-width: 50%;
}
.welcome-img-four {
  margin-block-start: 21px;
  padding-inline-start: 29px;
  max-width: 50%;
}
.welcome-img-outr div img {
  width: 100%;
}
.btn {
  font-family: var(--font-poppins);
}
.btn-read {
  background: var(--text-red);
  border-radius: 0px;
  color: var(--bs-body-bg);
  padding-block: 0.5rem;
  padding-inline: 1rem;
}
.btn-read:hover {
  border-color: var(--text-red);
  color: var(--text-red);
}
.page-heading h6 {
  font-weight: 400;
  font-size: 0.95rem;
  color: var(--text-heading-grey);
}
.why-box-col h5 {
  font-family: var(--font-poppins);
}
.why-box-col i {
  display: inline-block;
  height: 105px;
  line-height: 105px;
}
.bg-grey {
  background: var(--bg-light-grey);
}
.white-heading h3,
.white-heading h6,
.service-content-col {
  color: var(--bs-body-bg);
}
.white-heading h6 {
  max-width: 700px;
}
.service-list-col li {
  width: 50%;
  flex: 0 0 auto;
}
.service-content-col h3 {
  font-family: var(--font-josef);
}
.service-list-col li {
  position: relative;
  padding-left: 31px;
  margin-block-end: 1rem;
  font-family: var(--font-Mont);
  font-size: 1.2rem;
}
.service-list-col li:before {
  font-family: "FontAwesome";
  content: "";
  content: "\f00c";
  position: absolute;
  inset-inline-start: 0px;
}
.service-img-col {
  margin-block-start: -6rem;
}

.service-outr {
  background-repeat: no-repeat;
  background-color: #f7f2de;
}
.founder-outr {
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
}
.service-outr + .founder-outr {
  z-index: 1;
}
.contact-btn {
  font-family: var(--font-round);
  text-transform: uppercase;
  font-size: 1.5rem;
}
.contact-btn i {
  height: 49px;
  width: 49px;
  background: var(--bg-black);
  line-height: 49px;
  text-align: center;
  border: 1px solid #fff;
  box-shadow: 0px 4px 10px #000;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  position: absolute;
  inset-block-start: -10px;
  inset-inline-end: -15px;
}
.testimonial-slidr-outr .owl-carousel .owl-item img {
  width: auto;
}
.testimonial-slidr-outr i.user-icon {
  display: inline-block;
  height: 106px;
  width: 106px;
  line-height: 106px;
  background: var(--bg-black-two);
}
.testimonial-slidr-outr .owl-carousel .owl-item i.user-icon img {
  display: inline-block;
}
.testimonial-text-outr p {
  font-family: var(--font-gill);
  font-size: 1.5rem;
  margin-block-end: 0.5rem;
  color: var(--text-grey);
}
.testimonial-text-outr {
  max-width: 923px;
  position: relative;
}
.testimonial-text-outr:before {
  content: "";
  width: 100%;
  max-width: 499px;
  height: 3px;
  background: var(--bor-grey);
  position: absolute;
  inset-block-end: 0px;
  inset-inline-start: 50%;
  transform: translateX(-50%);
}
.testimonial-nme h3 {
  font-family: var(--font-gill);
  color: var(--bg-red);
}
.testimonial-pic {
  max-width: 241px;
  position: relative;
}
.testimonial-pic::before {
  content: "";
  width: 241px;
  height: 1px;
  background: var(--bor-grey);
  position: absolute;
  inset-inline-start: 0px;
  inset-block-start: 50%;
  transform: translateY(-50%);
  z-index: -1;
}
.testimonial-slidr-outr .owl-nav button {
  position: absolute;
  inset-block-start: 50%;
  transform: translateY(-50%);
  border: 1px solid #fff !important;
  box-shadow: 0px 4px 10px #000;
  background: #181510 !important;
  color: var(--bs-body-bg) !important;
  height: 52px;
  width: 52px;
  border-radius: 50% !important;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
}
.testimonial-slidr-outr .owl-nav button.owl-prev {
  inset-inline-start: 0px;
}
.testimonial-slidr-outr .owl-nav button.owl-next {
  inset-inline-end: 0px;
}
.want-text {
  font-family: var(--font-bebas);
  color: var(--bs-body-bg);
}
.want-data-outr a {
  color: var(--bs-body-bg);
}
.want-data-outr {
  background: var(--text-red);
}
.want-data-outr a:hover {
  color: var(--text-light-grey);
}
.footer-top {
  background: var(--bg-black);
}
.footer-top .pt-4 {
  padding-block-start: 2rem !important;
}
.copright-text {
  color: var(--bs-body-bg);
  font-family: var(--font-proxima);
  text-transform: uppercase;
}
.footer-mnu li a {
  font-family: var(--font-gill);
  color: var(--bs-body-bg);
  text-transform: uppercase;
  padding-inline: 0.6rem;
}
.footer-mnu li a:hover,
.footer-mnu li.active a {
  color: var(--text-red);
}
.footer-mnu li {
  position: relative;
}
.footer-mnu li:not(:last-child):before {
  content: "|";
  color: var(--bs-body-bg);
  position: absolute;
  inset-inline-end: -4px;
}
.footer-top::before {
  content: "";
  background: url("../images/footer-bottom-bor.png") repeat-x;
  height: 18px;
  width: 100%;
  position: absolute;
  inset-inline: 0;
  inset-block-start: -17px;
}
.welcome-outr:before {
  content: "";
  background: url("../images/welcome-bor.png") repeat-x left top;
  height: 25px;
  position: absolute;
  inset-inline: 0px;
  inset-block-start: -25px;
}
.service-outr {
  background-size: cover;
}
.why-sec-outr:before {
  content: "";
  background: url("../images/why-bor.png") no-repeat left top;
  background-size: auto 100%;
  position: absolute;
  height: 53px;
  inset-inline: 0px;
  inset-block-start: -53px;
  z-index: 9;
}
.welcome-outr .py-5 {
  padding-block-end: 5rem !important;
}
.contact-btn i {
  font-size: 1rem;
}
.founder-text-col p {
  margin-block-end: 1.5rem;
  text-align: justify;
}
.founder-outr .py-5 {
  padding-block-start: min(15em, 12%) !important;
  padding-block-end: min(9em, 8%) !important;
}
.overlay {
  inset: 0;
  z-index: -1;
}
.service-outr .overlay {
  background: rgba(89, 56, 31, 0.8);
}
.page-banner-outr {
  aspect-ratio: 3.25 / 1;
  background-position: center;
  background-size: cover;
}
.banner-heading {
  color: var(--bs-body-bg);
}
.banner-heading h1 {
  font-family: var(--font-gothic);
}
.mission-box-outr {
  color: var(--bs-body-bg);
}
.mission-outr .overlay {
  background: rgba(145, 16, 6, 0.8);
}
.mission-box-outr {
  max-width: 700px;
}
.mission-outr:before {
  content: "";
  background: url("../images/mission-bor-top.png") repeat-x left top;
  position: absolute;
  height: 15px;
  width: 100%;
  inset-inline: 0;
  top: -15px;
}
.mission-outr::after {
  content: "";
  background: url("../images/mission-bor.png") repeat-x left top;
  position: absolute;
  height: 18px;
  width: 100%;
  inset-inline: 0;
  bottom: -18px;
  z-index: 9;
}
.about-sec-outr:before {
  content: "";
  background: url("../images/about-bor.png") repeat-x left top;
  background-size: auto 100%;
  position: absolute;
  height: 36px;
  width: 100%;
  inset-inline: 0;
  top: -36px;
  z-index: 9;
}
.get-form .form-control {
  border: 0 none;
  background: var(--form-bg-grey);
}
.contact-box-outr i {
  height: 60px;
  width: 60px;
  background: var(--text-red);
  border-radius: 0.5rem;
  display: inline-block;
  text-align: center;
  line-height: 60px;
  flex: 0 0 auto;
}
.contact-box-outr {
  box-shadow: 6px 6px 10px #f2f2f2;
  border-radius: 0.5rem;
  height: 100%;
  padding-inline-start: 0px !important;
}
.phone-icon img {
  width: 44px;
}
.phone-box-outr .contact-box-text-outr a {
  font-size: 1.5rem;
  font-family: var(--font-poppins);
  font-weight: 600;
  color: var(--bs-body-color);
}
.phone-box-outr .contact-box-text-outr a:hover {
  color: var(--text-red);
}
.contact-box-text-outr h5 {
  font-family: var(--font-poppins);
  color: var(--text-red);
}
.contact-box-text-outr .email-mnu li a {
  color: var(--bs-body-color);
}
.contact-box-text-outr .email-mnu li a:hover {
  color: var(--text-red);
}
.contact-sec-outr .py-5 {
  padding-bottom: 5rem !important;
}
.get-form-col h3 {
  color: var(--text-red);
  font-weight: 600;
}
.get-form textarea {
  resize: none;
}
.pricing-tect-outr {
  max-width: 600px;
}
.pricing-tect-outr .red-txt {
  color: var(--text-red-two);
}
.pricing-box-sec-outr .overlay {
  background: rgba(49, 49, 49, 0.8);
}
.pricing-box-sec-outr .white-heading {
  color: var(--bs-body-bg);
}
.pricing-box-col-outr i {
  display: inline-block;
}
.pricing-box-col-outr {
  color: var(--bs-body-bg);
}
.pricing-box-col-outr i {
  height: 81px;
  line-height: 81px;
}
.pricing-box-sec-outr:before {
  content: "";
  background: url("../images/pricing-box-bg-top.png") repeat-x left top;
  position: absolute;
  height: 15px;
  width: 100%;
  inset-inline: 0;
  top: -15px;
}
.pricing-box-sec-outr::after {
  content: "";
  background: url("../images/pricing-box-bg-bottom.png") repeat-x left top;
  position: absolute;
  height: 18px;
  width: 100%;
  inset-inline: 0;
  bottom: -18px;
  z-index: 9;
}
.pricing-box-col-outr h5 {
  font-family: var(--font-poppins);
}
.pricing-box-col-outr p {
  max-width: 330px;
  margin-inline: auto;
  font-size: 0.8rem;
}
.trusted-text-outr h3,
.trusted-text-outr h2 {
  font-family: var(--font-poppins);
}
.trusted-text-outr h3 {
  max-width: 500px;
  margin-inline: auto;
  font-size: 2rem;
}
.trusted-text-outr h2 {
  color: var(--text-red);
  font-size: 2.5rem;
}
.categories-sec-outr .page-heading h2 {
  color: var(--text-red);
}
.categories-box-col {
  width: 20%;
}
.categories-sec-outr .overlay {
  background: rgba(241, 241, 241, 0.8);
}
.categories-box-outr {
  background: var(--bs-body-bg);
  height: 265px;
  max-width: 318px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.categories-box-outr i {
  display: inline-block;
  margin-block-end: 1rem;
}
.categories-box-outr h5 {
  margin-block-end: 0px;
  font-family: var(--font-gothic-regular);
  color: var(--text-red);
}
.categories-sec-outr .why-list h5 i {
  color: var(--text-green);
}
.categories-sec-outr:before {
  content: "";
  background: url("../images/categories-bg.png") repeat-x left top;
  background-size: auto;
  background-size: auto;
  position: absolute;
  height: 41px;
  width: 100%;
  inset-inline: 0;
  top: 0px;
  z-index: 9;
}
.why-list h5,
.trusted-marketting-outr h2 {
  color: var(--text-red);
}
.why-list h5 {
  font-family: var(--font-poppins);
}
.trusted-marketting-outr h2,
.trusted-marketting-outr h3 {
  font-family: var(--font-poppins);
}
.whatoffer-outr {
  background: var(--bg-what-black);
}
.whatwe-outr .white-heading {
  color: var(--bs-body-bg);
}
.what-box-outr {
  background: rgba(34, 34, 34, 0.9);
  padding-inline: 3rem !important;
}
.whatwe-outr::before {
  content: "";
  background: url("../images/whatwe-top-bor.png") repeat-x left top;
  position: absolute;
  height: 15px;
  width: 100%;
  inset-inline: 0;
  top: -15px;
}
.whatwe-outr::after {
  content: "";
  background: url("../images/whatwe-bottom-bor.png") repeat-x left top;
  position: absolute;
  height: 18px;
  width: 100%;
  inset-inline: 0;
  bottom: -17px;
  z-index: 9;
}
.index-service-outr::before {
  background: none;
}
@media (min-width: 1200px) {
  .carousel-caption h2 {
    font-size: 2.8rem;
  }
  .carousel-caption h2 span {
    font-size: 2rem;
  }
  .want-data-outr h2 {
    font-size: 2.8rem;
  }
  .want-data-outr a {
    font-size: 3.5rem;
  }
  .pricing-tect-outr h5 {
    font-size: 1.5rem;
  }
  .trusted-marketting-outr h3 {
    font-size: 2rem;
  }
  .trusted-marketting-outr h2 {
    font-size: 3rem;
  }
  .discuss-middle h2 {
    font-size: 2.5rem;
  }
  .discuss-middle h3 {
    font-size: 3.5rem;
  }
  .col-sm-3.locate-box-col {
    width: 23%;
  }
  .col-sm-3.menu-box-col {
    width: 29%;
  }
}
@media (min-width: 992px) {
  .welcome-text-col {
    width: 45%;
  }
  .welcome-img-col {
    width: 55%;
  }
  .menu .nav-item:not(:first-child) {
    margin-inline-start: 4px;
  }
  .menu .nav-item:not(:first-child):before {
    content: "|";
    position: absolute;
    color: var(--bs-body-bg);
    inset-inline-start: -4px;
    inset-block-start: 6px;
  }
}
@media (min-width: 1500px) {
  .container {
    max-width: 1450px;
  }
}
.why-sec-outr .row {
  justify-content: center;
}
.want-data-outr a {
  font-size: calc(2rem + 0.9vw);
}
.founder-outr img {
  position: absolute;
  z-index: -1;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.categories-sec-outr .row {
  justify-content: center;
}
.why-list h5 {
  position: relative;
  padding-inline-start: 30px;
}
.why-list h5 i {
  position: absolute;
  inset-inline-start: 0px;
}
.slider-link-btn {
  height: 60px;
  width: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--bs-body-color);
  background: var(--bs-body-bg);
  z-index: 9;
  inset-block-end: -40px;
  margin-inline-start: 30px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
.welcome-text-col p,
.founder-outr p,
.about-sec-outr p,
.mission-box-outr p,
.founder-text-outr p {
  font-size: 0.85rem;
}
.why-list p {
  font-size: 0.95rem;
}
.what-box-outr h5 {
  color: var(--bor-grey);
}
.service-img-col img {
  height: 660px;
  object-fit: cover;
}
.pricing-box-col-outr i img {
  width: 80px;
  height: 81px;
}

.footr-top {
  background: var(--black);
}
.discuss-outr {
  background: var(--text-red);
}
.discuss-middle h2,
.discuss-middle h3 {
  font-family: var(--font-poppins);
  color: var(--bs-body-bg);
}
.service-btn {
  color: var(--bs-body-bg);
  background: var(--bg-black);
  font-family: var(--proxima-font-semi-bold);
  font-size: calc(1.1rem + 0.6vw);
  border: 1px solid transparent;
  font-weight: 800;
}
.service-btn:hover {
  border-color: var(--bg-black);
  color: var(--bg-black);
}
.footr-heading {
  font-family: var(--proxima-font-bold);
  color: var(--bs-body-bg);
}
.locate-box-outr {
  color: var(--bs-body-bg);
}

.locate-box-outr i {
  color: var(--footr-icon);
  margin-inline-end: 1rem;
}

.footr-contact-box li a {
  color: var(--bs-body-bg);
  position: relative;
  padding-inline-start: 30px;
}
.footer-whatsapp-icon {
  width: 20px;
}
.menu-box-col ul li a::before {
  content: "";
  height: 7px;
  width: 7px;
  background: var(--bs-body-bg);
  position: absolute;
  inset-inline-start: 0;
  inset-block-start: 9px;
  border-radius: 50%;
  transition: all var(--start-time) ease-in-out var(--end-time);
}
.menu-box-col ul li a {
  color: var(--bs-body-bg);
  position: relative;
  padding-inline-start: 15px;
  display: inline-block;
  text-transform: uppercase;
}
.menu-box-col ul li a:hover,
.menu-box-col ul li.active a {
  color: var(--text-red);
}
.menu-box-col ul li {
  width: 50%;
  flex: 0 0 auto;
  margin-block-end: 1rem;
}
.locate-box-text h5 {
  font-family: var(--proxima-font-bold);
}
.footr-contact-box li a i {
  margin-inline-end: 10px;
  color: var(--footr-icon);
  position: absolute;
  inset-inline-start: 0px;
}
.email-link a i {
  inset-block-start: 5px;
}
.footer-bottom {
  background: var(--black);
}
.footer-bottom-inr p {
  margin-bottom: 0px;
  color: var(--bs-body-bg);
  text-transform: uppercase;
}
.footr-contact-box li:not(:first-child) {
  margin-top: 1rem;
}
.whats-sticky {
  position: fixed;
  right: 15px;
  bottom: 30px;
  z-index: 99;
  transition: all 0.5s ease-in-out 0s;
}
.whats-sticky:hover {
  bottom: 40px;
}
.discuss-middle h2 {
  line-height: 30px;
}
.founder-text-outr {
  background: rgba(245, 240, 221, 0.9);
  padding: 1rem;
}
.footr-contact-box li a:hover {
  color: var(--text-red);
}
.discuss-left img{
	width:450px;
}
.footer-bottom-inr{
 border-top: 1px solid #fff;
}