@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
/********placeHolder********/
body {
  margin: 0;
  padding: 0;
  background: #fff;
  scroll-behavior: smooth;
  font-family: "Montserrat", sans-serif !important;
}

header {
  margin: 0;
  padding: 0px;
  background: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
}
@media only screen and (max-width: 991.98px) {
  header {
    position: relative;
  }
}
header .topbar {
  background: #333333;
}
header .topbar a {
  display: inline-block;
  padding: 5px;
  font-size: 14px;
  color: #fff;
}
header .topbar a:hover {
  color: #d40000;
}
header .main-nav {
  padding: 10px 0;
}
header .main-nav .navbar {
  margin: 0;
  border: none;
  padding: 0;
  background: none;
}
header .main-nav .navbar .navbar-brand {
  width: 60px;
}

.sticky {
  background: rgba(255, 255, 255, 0.6);
  animation: mymove 1s ease-in-out;
  box-shadow: 2px 2px 10px rgba(51, 51, 51, 0.3);
}

@keyframes mymove {
  from {
    top: -50px;
  }
  to {
    top: 0px;
  }
}
.navbar-toggler {
  background: #d40000;
}
.navbar-toggler i {
  color: #fff;
}
.navbar-toggler:focus {
  background: #333333;
}
.navbar-toggler:focus i {
  color: #fff;
}

.main-nav .navbar-collapse > ul {
  gap: 0 20px;
}
.main-nav .navbar-collapse > ul > li > a {
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  color: #333333;
  border-bottom: 2px solid transparent;
}
.main-nav .navbar-collapse > ul > li > a:hover {
  color: #d40000 !important;
  border-bottom: 2px solid #d40000;
}
.main-nav .navbar-collapse > ul > li > a:focus {
  color: #d40000 !important;
  border-bottom: 2px solid #d40000;
}
.main-nav .navbar-collapse > ul > li:last-child a {
  background: #d40000;
  color: #fff;
  transform: translateY(-4px);
  border-radius: 100px !important;
  padding: 12px 30px;
  border: none;
  text-align: center;
}
.main-nav .navbar-collapse > ul > li:last-child a:hover {
  background: #333333;
  color: #fff !important;
  border: none;
}
.main-nav .navbar-collapse > ul > li ul {
  padding: 0;
  overflow: hidden;
}
.main-nav .navbar-collapse > ul > li ul li a {
  font-size: 14px !important;
}
.main-nav .navbar-collapse > ul > li ul li a:hover {
  background: #d40000;
  color: #fff;
}
.main-nav .navbar-collapse > ul > li:hover ul {
  display: block;
}
.main-nav .navbar-collapse > ul .active a {
  color: #d40000 !important;
  border-bottom: 2px solid #d40000;
}

.hero-banner .overlay {
  padding: 15% 0 150px 0;
}
@media only screen and (max-width: 991.98px) {
  .hero-banner .overlay {
    background: rgba(255, 255, 255, 0.3);
  }
}
.current-menu-parent.current_page_parent.current_page_ancestor.menu-item-has-children.dropdown.active ul li a{
	border-bottom:none;
	color:#000 !important;
}
.current-menu-parent.current_page_parent.current_page_ancestor.menu-item-has-children.dropdown.active ul li a:hover{
	color:#fff !important;
}
.current-menu-parent.current_page_parent.current_page_ancestor.menu-item-has-children.dropdown.active ul .menu-item-object-solutions.current-menu-item.active a{
	color:#fff !important;
	background:#d40000;
}
.hero-banner .shape:after {
  position: absolute;
  content: "";
  background: url(../images/shape.png) no-repeat center;
  background-size: contain;
  width: 100px;
  height: 100px;
  aspect-ratio: 1;
  left: -150px;
  top: 0;
  z-index: 1;
  animation: upDown 4s ease-in-out infinite;
}
.hero-banner h1 {
  font-size: 50px;
  font-weight: 800;
  color: #d40000;
}
@media only screen and (max-width: 991.98px) {
  .hero-banner h1 {
    font-size: 30px;
  }
}
.hero-banner h2 {
  font-size: 28px;
  color: #333333;
  font-weight: 600;
}

.bannerlink a {
  display: inline-block;
  background: #d40000;
  color: #fff;
  font-size: 16px;
  text-transform: capitalize;
  line-height: 28px;
  border-radius: 100px !important;
  font-weight: 500;
  overflow: hidden;
  padding: 10px 10px 10px 30px;
}
.bannerlink a i {
  background: #a10000;
  aspect-ratio: 1;
  width: 30px;
  text-align: center;
  line-height: 30px;
  float: right;
  border-radius: 100px !important;
  margin-left: 10px;
}
.bannerlink a:hover {
  background: #333333;
  color: #fff;
}
.bannerlink a:hover I {
  background: #d40000;
}

.aboutblock {
  padding: 100px 0;
}

.titleblock h2 {
  color: #d40000;
  font-size: 30px;
  font-weight: 800;
  text-transform: capitalize;
}
.titleblock p {
  color: #333333;
  font-size: 16px;
  font-weight: 400;
}
.titleblock p a {
  color: #fff;
  text-decoration: underline;
  font-weight: 600;
}

.darkbg .titleblock h2 {
  color: #fff;
}
.darkbg .titleblock p {
  color: #fff;
}
.darkbg .bannerlink a {
  background: #333333;
  color: #fff;
  border: 2px solid transparent;
}
.darkbg .bannerlink a i {
  background: #1a1a1a;
}
.darkbg .bannerlink a:hover {
  background: #d40000;
  color: #fff;
}
.darkbg .bannerlink a:hover I {
  background: #333333;
}
.darkbg .bannerlink a:hover {
  border-color: #fff;
}

.numyear i {
  font-size: 50px;
  color: #d40000;
}
.numyear h1 {
  font-size: 30px;
  color: #333333;
  font-style: italic;
  font-weight: 600;
}
.numyear h2 {
  color: #333333;
  font-size: 16px;
  text-transform: capitalize;
}

.fin-block {
  padding: 100px 0;
}

.arrow-content i {
  background: #d40000;
  color: #fff;
  margin-top: 4px;
  width: 30px;
  aspect-ratio: 1;
  text-align: center;
  line-height: 30px;
  border-radius: 100% !important;
}
.arrow-content p {
  font-size: 20px;
  color: #333333;
}

.finimg:after {
  position: absolute;
  content: "";
  background: url(../images/shape.png) no-repeat center;
  background-size: contain;
  width: 100px;
  height: 100px;
  aspect-ratio: 1;
  right: 10%;
  top: 0;
  z-index: -1;
  animation: upDown 4s ease-in-out infinite;
}
.finimg .img1 {
  width: 400px;
  height: 500px;
  border-radius: 100px 0 0 0 !important;
  overflow: hidden;
  box-shadow: 2px 2px 10px rgba(51, 51, 51, 0.3);
  border: 2px solid #fff;
}
.finimg .img2 {
  width: 200px;
  height: 200px;
  border-radius: 0 80px 0 0 !important;
  overflow: hidden;
  position: absolute;
  bottom: 20px;
  z-index: 22;
  left: 50%;
  border: 4px solid #fff;
}

@keyframes upDown {
  0% {
    top: 0;
  }
  50% {
    top: 100px;
  }
  100% {
    top: 0;
  }
}
.testmo {
  padding: 100px 0;
}

.clientbox {
  background: #fff;
  padding: 20px;
  border-radius: 10px !important;
}
.clientbox .staricon i {
  color: #ffb930;
}
.clientbox p {
  font-style: italic;
  font-size: 18px;
  color: #333333;
}
.clientbox .clientimg {
  width: 45px;
  aspect-ratio: 1;
  overflow: hidden;
  border-radius: 100% !important;
}
.clientbox h3 {
  color: #d40000;
  font-size: 18px;
  font-weight: 600;
}
.clientbox h6 {
  font-size: 16px;
  color: #333333;
  font-style: italic;
}

.slick-arrow {
  position: absolute;
  z-index: 5;
  top: 50%;
  transform: translateY(-50%);
  background: #333333;
  color: #fff;
  border: none;
  width: 50px;
  aspect-ratio: 1;
  height: 50px;
  border-radius: 100% !important;
  opacity: 0.8;
}
.slick-arrow:hover {
  opacity: 1;
}

.slick-prev {
  left: -60px;
}
@media only screen and (max-width: 991.98px) {
  .slick-prev {
    left: 0px;
  }
}

.slick-next {
  right: -60px;
}
@media only screen and (max-width: 991.98px) {
  .slick-next {
    right: 0;
  }
}

.workblock {
  padding: 100px 0;
}

.stepblock .iconstep {
  background: #d40000;
  color: #fff;
  display: grid;
  place-items: center;
  aspect-ratio: 1;
  width: 85px;
  font-size: 40px;
  border-radius: 100px !important;
}
.stepblock h3 {
  font-size: 24px;
  color: #333333;
}
.stepblock h4 {
  color: #999999;
  font-size: 18px;
  font-weight: 400;
}

.appblock {
  background: #d40000;
  padding: 100px 0;
}

.ftblock {
  padding: 60px 0;
  background: #333333;
}
.ftblock .ftlogo {
  width: 100px;
}

.ftbox h3 {
  color: #d40000;
  font-size: 20px;
  font-weight: 800;
}
.ftbox .ftlinks a {
  color: #fff;
  font-size: 14px;
}
.ftbox .ftlinks a:hover {
  color: #d40000;
}
.ftbox .clinks i {
  color: #fff;
}
.ftbox .clinks a {
  color: #fff;
  font-size: 14px;
}
.ftbox .clinks a:hover {
  color: #d40000;
}
.ftbox .clinks p {
  color: #fff;
  font-size: 14px;
}

.fticon a {
  display: grid;
  place-items: center;
  background: #d40000;
  color: #fff;
  aspect-ratio: 1;
  width: 40px;
  border-radius: 100% !important;
}
.fticon a:hover {
  background: #fff;
  color: #d40000;
}

.copyright {
  background: #111;
  color: #fff;
}
.copyright p {
  font-size: 12px;
  text-transform: capitalize;
}

.innerbanner {
  background: #d40000;
  padding: 180px 0 60px 0;
}
@media only screen and (max-width: 991.98px) {
  .innerbanner {
    padding: 60px 0;
  }
}
.innerbanner h1 {
  color: #fff;
  font-size: 30px;
  font-weight: 800;
}
.innerbanner p {
  color: #fff;
  margin-top: 6px;
  font-size: 16px;
}

.contactblock {
  padding: 100px 0;
  
}
.contactform{
  position: relative;
}
.contactblock h2 {
  color: #d40000;
  font-size: 30px;
  font-weight: 800;
}
.contactblock p {
  color: #333333;
  font-size: 16px;
}
.contactblock .contactlinks i {
  background: #d40000;
  color: #fff;
  width: 40px;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border-radius: 100% !important;
}
.contactblock .contactlinks a {
  font-size: 16px;
  color: #333333;
}
.contactblock .contactlinks p {
  font-size: 16px;
  color: #333333;
}

.contactform h3 {
  color: #d40000;
  font-size: 30px;
  font-weight: 800;
}
.contactform input[type=text],
.contactform input[type=email],
.contactform input[type=number],
.contactform input[type=tel],
.contactform textarea {
  width: 100%;
  padding: 8px 15px;
  border-radius: 6px !important;
  font-size: 14px;
  color: #333333;
  background: #fff;
  border: 1px solid #cccccc;
}
.contactform button , .contactform input[type="submit"]  {
  background: #d40000;
  color: #fff;
  font-size: 14px;
  padding: 10px 20px;
  border-radius: 6px !important;
  border: none;
}
.contactform button:hover,  .contactform input[type="submit"]:hover  {
  background: #333333;
  color: #fff;
}
.formblock{
  position: relative;
}
.formblock label {
  color: #333333;
  font-size: 14px;
  font-weight: 600;
}
.formblock input[type=text],
.formblock input[type=email],
.formblock input[type=number],
.formblock input[type=tel],
.formblock select,
.formblock textarea {
  width: 100%;
  padding: 8px 15px;
  border-radius: 6px !important;
  font-size: 14px;
  color: #333333;
  background: #fff;
  border: 1px solid #cccccc;
}
.formblock p {
  color: #333333;
  font-size: 14px;
}
.formblock p input[type=checkbox] {
  accent-color: #d40000;
}
.formblock button, .formblock input[type="submit"] {
  background: #d40000;
  color: #fff;
  font-size: 14px;
  padding: 10px 20px;
  border-radius: 6px !important;
  border: none;
}
.formblock button:hover , .formblock input[type="submit"]:hover  {
  background: #333333;
  color: #fff;
}

span.wpcf7-spinner {
  position: absolute;
  left: 0;
}

.callblock .overlay {
  background: rgba(51, 51, 51, 0.8);
  padding: 100px 0;
}

.weareblock {
  padding: 100px 0;
}

.gbg {
  background: #f9f9f9;
}

.teamblock {
  padding: 100px 0;
  background: url(../images/team_shape.png) no-repeat center left;
}

.teamperson .imgteam {
  height: 400px;
  border-radius: 10px !important;
  overflow: hidden;
}
.teamperson .personinfo {
  position: absolute;
  bottom: 0;
  padding: 10px;
  left: 0;
  right: 0;
  background: rgba(212, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  color: #fff;
  transition: all 1s ease;
}
.teamperson .personinfo h4 {
  font-size: 22px;
  font-weight: 700;
}
.teamperson .personinfo h5 {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
}
.teamperson .personinfo p {
  font-size: 14px;
  height: 0px;
  opacity: 0;
}
.teamperson:hover .personinfo p {
  height: auto;
  opacity: 1;
  transition: all 1s ease;
}

.plustext {
  position: relative;
}
.plustext:after {
  position: absolute;
  content: "";
  position: relative;
  content: "+";
  right: -6px;
}

.doller {
  position: relative;
}
.doller:before {
  position: absolute;
  content: "";
  position: relative;
  content: "$";
  left: -6px;
}
.doller:after {
  position: absolute;
  content: "";
  position: relative;
  content: "M+";
  right: -6px;
}

.breket {
  position: relative;
}
.breket:before {
  position: absolute;
  content: "";
  position: relative;
  content: "<";
  left: -6px;
}
.breket:after {
  position: absolute;
  content: "";
  position: relative;
  content: "Hours";
  right: -6px;
}

.loanblock {
  padding: 100px 0;
}

.accblock {
  padding: 100px 0;
}

.accordion .accordion-item .accordion-button {
  background: #fff;
  color: #d40000;
  border-radius: 0px !important;
  font-size: 20px;
  padding: 20px;
  box-shadow: none !important;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 2px solid #e8e8e8;
}
@media only screen and (max-width: 991.98px) {
  .accordion .accordion-item .accordion-button {
    font-size: 18px;
  }
}
.accordion .accordion-item .accordion-button:after {
  position: absolute;
  content: "";
  display: none;
}
.accordion .accordion-item .accordion-button:before {
  position: absolute;
  content: "";
  font-family: "Font Awesome 5 Pro";
  content: "\f068";
  display: inline-block;
  padding-right: 3px;
  vertical-align: middle;
  font-weight: 300;
  color: #d40000;
  right: 10px;
}

.hmedium.collapsed:before {
  position: absolute;
  content: "";
  font-family: "Font Awesome 5 Pro";
  content: "\f067" !important;
  display: inline-block;
  padding-right: 3px;
  vertical-align: middle;
  font-weight: 300;
  color: #d40000;
  right: 10px;
}

.accordion .accordion-item {
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: none;
  box-shadow: none !important;
  margin-bottom: 0px;
  border-radius: 0px !important;
  background: transparent;
  overflow: hidden;
  box-shadow: none !important;
}

.accordion .accordion-body {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.accordion .accordion-body p {
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  font-weight: 300;
}
@media only screen and (max-width: 991.98px) {
  .accordion .accordion-body p {
    font-size: 16px;
  }
}

.fastblock {
  padding: 100px 0;
}

.bignumber h3 {
  font-size: 40px;
  color: #d40000;
  font-weight: 800;
  aspect-ratio: 1;
  width: 80px;
  height: 80px;
  line-height: 80px;
  margin: 0 auto;
  border: 2px solid #d40000;
  border-radius: 100% !important;
}
.bignumber p {
  color: #333333;
  font-size: 16px;
  font-weight: 600;
}

.programblock {
  padding: 100px 0;
}

.prolink {
  border: 1px solid rgba(51, 51, 51, 0.2);
  padding: 30px 20px;
  border-radius: 10px !important;
  background: #fff;
}
.prolink i {
  font-size: 60px;
  color: #d40000;
}
.prolink h4 {
  font-size: 20px;
  font-weight: 800;
  color: #333333;
}
.prolink ul {
  padding-left: 15px;
}
.prolink ul li {
  font-size: 14px;
  color: #333333;
}
.prolink .bannerlink a {
  padding-top: 6px;
  padding-bottom: 6px;
  font-size: 14px;
}
.prolink .bannerlink a i {
  font-size: 15px;
}
.prolink .bannerlink a:hover i {
  color: #fff;
}

.quoteblock {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.quoteblock .overlay-block {
  padding: 100px 0;
  background: rgba(51, 51, 51, 0.7);
}

.formblock {
  background: #fff;
  padding: 20px;
  border-radius: 15px !important;
}

.sliderclient > div > div > div {
  height: 450px;
}
.sliderclient > div > div > div > div {
  height: 100%;
}
.sliderclient > div > div > div > div > div {
  height: 100%;
}
.sliderclient > div > div > div > div > div > div {
  height: 100%;
}

.cbanner {
  background: whitesmoke;
}
.cbanner .container-lg {
  padding: 160px 15px 60px 15px;
}
.cbanner .container-lg .cbannertext {
  background: #fff;
  padding: 40px;
  border-radius: 10px !important;
}
.cbanner .container-lg .cimage {
  opacity: 0;
}
@media only screen and (max-width: 991.98px) {
  .cbanner .container-lg .cimage {
    opacity: 1;
  }
}
@media only screen and (max-width: 991.98px) {
  .cbanner .container-lg {
    padding: 0 15px;
    background: none !important;
  }
}

.micon {
  width: 80px;
  margin: 0 auto;
}
.micon img {
  width: 100%;
}

.matchblock {
  padding: 100px 0;
}

.matchimg {
  width: 400px;
}
@media only screen and (max-width: 991.98px) {
  .matchimg {
    width: 100%;
    height: 300px;
  }
  .matchimg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.excblock label {
  font-weight: 600;
  font-size: 16px;
  color: #333333;
}
.excblock .goodbutn button {
  background: #333333;
  color: #fff;
  font-size: 14px;
  border: none;
  border-radius: 100px;
  padding: 6px 20px;
  flex: 1 1 auto;
}
.excblock .goodbutn button:hover {
  background: #d40000;
}
.excblock .cre-text {
  font-size: 30px;
  color: #333333;
  font-weight: 600;
}
.excblock h2 {
  font-size: 20px;
  color: #333333;
  font-weight: 600;
}
.excblock h4 {
  font-size: 30px;
  color: #333333;
  font-weight: 600;
}
.excblock h6 {
  font-size: 14px;
  color: #333333;
  font-weight: 400;
}

.slidecontainer {
  width: 100%; /* Width of the outside container */
}

/* The slider itself */
.slider {
  -webkit-appearance: none; /* Override default CSS styles */
  -moz-appearance: none;
       appearance: none;
  border-radius: 100px !important;
  width: 100%; /* Full-width */
  height: 25px; /* Specified height */
  background: #d3d3d3; /* Grey background */
  outline: none; /* Remove outline */
  opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */ /* 0.2 seconds transition on hover */
  transition: opacity 0.2s;
}

/* Mouse-over effects */
.slider:hover {
  opacity: 1; /* Fully shown on mouse-over */
}

/* The slider handle (use -webkit- (Chrome, Opera, Safari, Edge) and -moz- (Firefox) to override default look) */
.slider::-webkit-slider-thumb {
  -webkit-appearance: none; /* Override default look */
  appearance: none;
  border-radius: 100% !important;
  width: 25px; /* Set a specific slider handle width */
  height: 25px; /* Slider handle height */
  background: #d40000; /* Green background */
  cursor: pointer; /* Cursor on hover */
  border: none;
}

.slider::-moz-range-thumb {
  border-radius: 100% !important;
  width: 25px; /* Set a specific slider handle width */
  height: 25px; /* Slider handle height */
  background: #d40000; /* Green background */
  cursor: pointer; /* Cursor on hover */
  border: none;
}

.dwonprice {
  position: relative;
}
.dwonprice:before {
  position: absolute;
  content: "";
  content: "$";
  margin-left: -20px;
}
.dwonprice:after {
  position: absolute;
  content: "";
  content: "K";
}

.saletext h3 {
  color: #333333;
  font-size: 14px;
}
.iconloan {
	background: #d40000;
	width: 100px;
	border-radius: 100px;
	color: #fff;
	aspect-ratio: 1;
	display: grid;
	place-items: center;
  font-size: 38px;
}
.iconloan i{
  color: #fff;
  font-size: 38px;
}
.introcontent h2{
  float: left;
  background: #efefff;
  color: #d40000;
  padding: 4px 30px;
  border-radius: 100px;
  font-size: 20px;
}
.keyfea .overlay{
  padding: 100px 0;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(3px);
}
.keypoints {
	background: rgba(255, 255, 255, 0.8);
	border-radius: 10px;
	padding:0 20px 30px 20px;
	height: 100%;
}
.numtextkey {
	background: #d40000;
	color: #fff;
	aspect-ratio: 1;
	width: 80px;
	border-radius: 100px;
	display: grid;
	place-items: center;
	margin-top: -40px;
	margin-bottom: 10px;
}
.numtextkey h5{
  font-size: 30px;
  font-weight: 600;
}
.keypoints h6 {
	color: #000;
	font-size: 20px;
	font-weight: 800;
}
.keypoints p{
  color: #000;
  font-size: 16px;
  font-weight: 400;
}
.conimg{
  aspect-ratio: 16/9;
}
.newsticky {
	position: sticky;
	top: 200px;
}