@font-face {
  font-family: "GT-America";
  font-style: normal;
  font-weight: normal;
  src: local("GT-America"),
    url("../font/GT-America-Standard-Medium-Trial.otf") format("woff");
}
@font-face {
  font-family: "GT-America-bold";
  font-style: normal;
  font-weight: normal;
  src: local("GT-America-bold"),
    url("../font/GT-America-Compressed-Bold-Trial.otf") format("woff");
}
@font-face {
  font-family: "GT-America-regular";
  font-style: normal;
  font-weight: normal;
  src: local("GT-America-regular"),
    url("../font/GT-America-Standard-Thin-Trial.otf") format("woff");
}

* {
  margin: 0;
  padding: 0;
}
body {
  /*font-family: "Afacad", sans-serif;*/
  font-family: "GT-America-regular";
  font-size: 1rem;
  font-weight: 400;
  /*color: #848484;*/
  color: #333333;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  /*color: #252526;*/
  font-family: "GT-America";
  font-weight: bold;
}
h1 {
  font-size: 6rem;
  font-weight: bold;
  text-align: center;

  margin: 0 auto;
  line-height: 88%;
}

h2 {
  font-size: 3.125rem;
  font-weight: 800;
}
h3 {
  font-size: 3rem;
  font-weight: bold;
}
h4 {
  font-size: 1.875rem;
}
h6 {
  font-size: 1.875rem;
  font-weight: 600;
}
section {
  max-width: 100%;
  padding: 32px 0;
}
.banner {
  padding: 0;
  /*margin-bottom: 45px;*/
}
.bantxt {
  width: 80%;
  height: 100%;
  margin: auto;
  left: 0;
  right: 0;
}


@media(min-width:320px) {
    .banner h1,
    .banner h2 {
        font-size: clamp(1.5rem, 1.2315rem + 1.3423vw, 1.875rem) !important;
    }
}


@media(min-width:768px) {
    .banner h1,
    .banner h2 {
        font-size: clamp(2.25rem, 0.9087rem + 2.7907vw, 3rem) !important;
    }
}


@media(min-width:1200px) {
    .banner h1,
    .banner h2 {
        font-size: clamp(2.625rem, 0.75rem + 2.5vw, 3.75rem) !important;
    }
}

header {
  box-shadow: 0px 2px 0px 0px #cccccc40;
}
#myTopnav a {
  border-bottom: 3px solid transparent;
}
#myTopnav ul a:hover {
  border-bottom-color: #ff3642;
}
.dropdown {
  position: relative;
  display: inline-block;
}
.dropdown::after {
  content: ">";
  position: absolute;
  top: 6px;
  right: -4px;
  font-weight: 900;
  transform: rotate(90deg);
  color: #000;
  transition: all 1s;
}
.dropdown:hover::after {
  transform: rotate(-90deg);
  color: #ff3642;
}
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.dropdown:hover .dropdown-content {
  display: block;
}
.gredient-bt-black {
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.85) 100%
  );
}
.inset-0 {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
a.arrow, .wpb-pcf-form-fire.wpb-pcf-btn-large.wpb-pcf-btn.wpb-pcf-btn-default {
  font-size: 16px;
  color: #ff3642;
  font-weight: 600;
  text-decoration: none;
}
.wpb-pcf-form-fire.wpb-pcf-btn-large.wpb-pcf-btn.wpb-pcf-btn-default {
	font-size: 16px;
	color: #ff3642 !important;
	font-weight: 600;
	text-decoration: none;
	width: auto !important;
	display: inline !important;
	background-color: transparent !important;
	font-weight: 400;
}
.swal2-popup label{ width: 100%;}
.swal2-popup input, .swal2-popup textarea {
	width: 96%;
	border: 1px solid #ccc;
	padding: 2%;
	border-radius: 5px;
}
.swal2-popup input[type="submit"]{ color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);}
.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #ff3642;
  --bs-btn-border-color: transparent;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #a6020c;
  --bs-btn-hover-border-color: transparent;
}
.border-gray-600 {
  border-color: #dadada;
}
.bggrey {
  background-color: #f2f2f2;
}
.americaFont {
  font-family: "GT-America";
}
.americaFont p,
.americaFont li {
  font-family: "GT-America-regular";
  font-size: 16px;
}
footer {
  font-family: "GT-America";
}
footer p,
footer a {
  font-family: "GT-America-regular";
  color: #848484;
  text-decoration: none;
}
footer ul {
  list-style-type: none;
}
.social a {
  text-decoration: none;
  color: #252526;
  font-size: 24px;
}
.servInner {
  display: flex;
  flex-direction: column;
  gap: 17px;
}
.servInner p {
  margin-bottom: 0;
}

.innerOnline {
  padding: 0 87px;
  display: flex;
  flex-direction: column;
  align-items: start;
  /* gap: 34px; */
}
.innerOnline li {
  color: #252526;
}
.slidWrap {
  overflow-x: hidden;
}

.facilityBox {
  text-align: center;
}
.facilityBox figcaption {
  display: flex;
  flex-direction: column;
  padding: 20px 0 0 0;
  width: 80%;
  margin: auto;
  gap: 7px;
  text-align: center;
}
.commenter p {
  margin: 0;
  padding: 0;
  font-size: 24px;
  font-weight: 800;
  color: #252526;
}
.seftyBoxWrap {
  margin-top: 57px;
}
.testiinner {
}

.seftyBox {
  border-radius: 11px;
  border: 1px solid #dddddd;
  padding: 25px 11px;
  margin: 3% 0.5%;
  flex: 1;
}
.seftyBox:hover {
  box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
  background-color: #f2f2f2;
}
.srevBoxwrp {
  /*padding-top: 63px;*/
  padding-top: clamp(1.25rem, 1rem + 1.25vw, 2.5rem);
}

.provide {
  padding: 0;
}
.provide p {
  padding: 4% 9%;
  text-align: center;
}
.facilityBox img {
	/*min-width: 428px;
	max-height: 401px;*/
}
footer {
	padding-top: 75px;
	/*box-shadow: 0 -8px 31px 0px #00000030;*/
	background-color: #f9f9f9;
}
.lowerfooter {
  border-top: 1px solid #606060;
  padding: 20px 0;
  margin-top: 41px;
}

/* about */

.infotitle {
  font-size: 70px;
  font-weight: 800;
  color: #ff3642;
}

.contentpic {
  /*margin-top: -220px;*/
  position: relative;
  /*margin-bottom: 92px;*/
}
.aboutintro h3 {
  margin-bottom: 50px;
}
.aboutintro {
  padding: 0 74px;
}
.desk .testiinner {
  padding: 0 0 0 14%;
}

.howWorks .steps ul {
  padding-left: 0;
  list-style-type: none;
}

.howWorks .steps ul {
  padding-left: 0;
  list-style-type: none;
}
.howWorks span {
  color: #ff3642;
  font-weight: 800;
}
.steptitle {
  font-size: 20px;
  font-weight: 800;
  color: #252526;
}
.howWorks li {
  padding-top: 35px;
}
.getform h1 {
  text-align: left;
  width: 100%;
  line-height: 91px;
  margin-bottom: 29px;
  color: #252526;
}
.rightimg div:nth-child(1) {
	order: 2;
	padding-right: 0;
}
.rightimg div:nth-child(2) {
	/*padding-left: 3%;*/
}
@media (min-width: 1560px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1560px;
  }
}
@media (min-width: 1300px) {
  .imgful {
    width: calc(100vw / 2);
  }
  .imgful img {
    width: 100%;
    display: block;
  }
  .testiinner p {
    line-height: 37px;
    font-size: 16px;
    padding: 23px 0;
  }
  .testiinner h3 {
    width: 70%;
    padding-bottom: 9%;
  }
  .testiinner {
    padding: 0 14% 0 0;
  }
}
@media (max-width: 1300px) {
  .slidWrap,
  .testimonial .slid,
  .testimonial .row {
    overflow-x: hidden;
  }
}
@media (max-width: 1400px) {
  .innerOnline {
    padding: 0;
  }
  
  h1 {
    /*font-size: 4rem;*/
    font-size: clamp(3rem, 1.75rem + 1.6667vw, 3.75rem);
  }

  h2 {
    /*font-size: 2.8rem;*/
    font-size: clamp(2.25rem, 1rem + 1.6667vw, 3rem);
  }
  h3 {
    /*font-size: 3rem;*/
    font-size: clamp(1.625rem, 0.5833rem + 1.3889vw, 2.25rem);
  }
  h4 {
    /*font-size: 1.875rem;*/
    font-size: clamp(1.5rem, 0.875rem + 0.8333vw, 1.875rem);
  }
  h6 {
    font-size: 1.875rem;
  }
}

@media (max-width: 1000px) {
  h1 {
    /*font-size: 2.5rem;*/
    font-size: clamp(1.5rem, -1rem + 3.3333vw, 3rem);
  }
  h2 {
      font-size: clamp(1.5rem, 0.25rem + 1.6667vw, 2.25rem);
  }
  h3 {
    /*font-size: 3rem;*/
    font-size: clamp(1.625rem, 0.5833rem + 1.3889vw, 2.25rem);
  }
  h4 {
    /*font-size: 1.875rem;*/
    font-size: clamp(1.25rem, 0.4167rem + 1.1111vw, 1.75rem);
  }
  h6 {
    font-size: 1.875rem;
  }
}
.facilityBox img {
	/*width: inherit !important;
	height: inherit !important;*/
	width: 100% !important;
	height: 400px!important;
	max-width: unset !important;
    object-fit: cover;
}
/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
                            START ANIMATION
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* SCROLL ANIMATION */

.reveal,
.reveal_fade-auto {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 0;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.reveal.active,
.reveal_fade-auto.active {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.reveal,
.reveal_scale-auto {
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  opacity: 0;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.reveal.active,
.reveal_scale-auto.active {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.reveal_up,
.reveal_auto {
  -webkit-transform: translateY(150px);
  transform: translateY(150px);
  opacity: 0;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.reveal_up.active,
.reveal_auto.active {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.reveal_down,
.reveal_down-auto {
  -webkit-transform: translateY(-150px);
  transform: translateY(-150px);
  opacity: 0;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.reveal_down.active,
.reveal_down-auto.active {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.reveal_left,
.reveal_left-auto {
  position: relative;
  -webkit-transform: translateX(100px);
  transform: translateX(100px);
  opacity: 0;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.reveal_left.active,
.reveal_left-auto.active {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}

.reveal_right,
.reveal_right-auto {
  position: relative;
  -webkit-transform: translateX(-100px);
  transform: translateX(-100px);
  opacity: 0;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.reveal_right.active,
.reveal_right-auto.active {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}

@media (max-width: 575px) {
  .reveal_left {
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
  }
  .reveal_right {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
  }
}

.nav-item a {
  display: block;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: 16px;
  font-weight: var(--bs-nav-link-font-weight);
  color: var(--bs-nav-link-color);
  text-decoration: none;
  background: 0 0;
  border: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out;
  padding-right: var(--bs-navbar-nav-link-padding-x);
  padding-left: var(--bs-navbar-nav-link-padding-x);
  font-family: "GT-America";
}
.nav-Btn {
  font-family: "GT-America";
  font-size: 16px;
}
.nav-item {
  margin-right: 9px;
}
.rounded-pill.primary-pill.menu-item a {
  color: #140f0f;
  text-decoration: none;
}

.icon {
  display: none;
}

@media (min-width: 1100px) {
  #myTopnav ul {
    list-style-type: none;
  }
  #myTopnav > li {
    position: relative;
  }
  .nodrop::after {
    content: " ";
    position: absolute;
    border-bottom: 3px solid transparent;
    width: 100%;
    bottom: -16px;
  }
  .nodrop:hover::after {
    border-color: #ff3642;
  }
}

@media (max-width: 1100px) {
  .icon {
    display: block;
  }
  #mainnav * {
    transition: all 1s;
  }
  #myTopnav {
    width: 280px;
    flex-direction: column;
    position: absolute;
    z-index: 9999;
    background-color: #fff;
    top: 146%;
    right: 0;
    padding: 0px 15px 23px;
  }
  #mainnav {
    flex-direction: column;
  }
  #mainnav .icon {
    align-self: end;
    margin-right: 10%;
  }
  .nav-link:focus,
  .nav-link:hover {
    color: var(--bs-nav-link-hover-color);
    background-color: #b6b6b6;
  }
  #myTopnav.responsive {
    right: -300px;
  }
  
  .nav-brand {
     max-width: 96vw;
  }
  .logo{max-width: 90%;}
}





.page-id-111 .testimonial, .page-id-118 .testimonial, p br {
	display: none;
}
.banner .img-fluid {
	width: 100%;
}
.download {
	position: fixed;
	bottom: 12px;
	right: 10px;
	width: 40px;
	z-index: 9999;
}

.woner-img {
    /*height: calc(400px + 15vw);
    object-fit: cover;
    object-position: top;*/
}

.cms-content p {
    margin-bottom: 1rem !important;
}

.cms-content ul li {
    margin-bottom: 1rem !important;
}

.cms-content ul {
  list-style: none;
  padding-left: 0;
}

.cms-content ul li {
  position: relative;
  padding-left: 1.125em;
  margin-bottom: 0.5em;
}

.cms-content ul li::before {
  content: '✔'; 
  position: absolute;
  left: 0;
  top: 0;
  color: green;
  font-weight: bold;
  font-size: 1em;
}

