/*Background Colors*/
.bgcolor_2 {
  background: rgb(235, 69, 55);
  background: linear-gradient(
    90deg,
    rgba(235, 69, 55, 1) 0%,
    rgba(249, 175, 14, 1) 47%,
    rgba(244, 140, 28, 1) 47%,
    rgba(251, 189, 8, 1) 100%
  );
}
.bgcolor_3 {
  background-color: #f9f9f9;
}
.bgcolor_4 {
  background-color: #fddf86;
}
.bgcolor_5 {
  background-color: #37b458;
}

/*Font colors*/
.color_white {
  color: #fff;
}
.color_black {
  color: #000;
}
.color_1 {
  color: #4486f4;
}
.color_2 {
  color: #fbbd08;
}
.color_3 {
  color: #eb4537;
}

/*Paddings*/
.padding_all_10 {
  padding: 10px;
}
.padding_all_25 {
  padding: 25px;
}
.padding_all_15 {
  padding: 15px;
}
.padding_all_5 {
  padding: 3px;
}
.paddingright {
  padding-right: 50px;
}
.padding_bottom_5 {
  padding-bottom: 10px;
}
.paddingsides {
  padding-right: 30px;
  padding-left: 30px;
}
.padding_top_bottom {
  padding-top: 35px;
  padding-bottom: 35px;
}
.padding_top_bottom_small {
  padding-top: 45px;
  padding-bottom: 45px;
}

/*Site CSS*/
.textlink_top {
  color: #fff;
  background-color: #db2728;
  padding: 5px;
  border-radius: 5px;
  font-size: 0.7rem;
}
.textlink_top:hover {
  color: #fff;
  background-color: #efae1e;
  text-decoration: none;
}
.cpz {
  text-align: center;
  padding-top: 15%;
}

.home_htext {
  font-size: 22px;
}
.home_htext strong {
  font-size: 30px;
}

.cpz h5 {
  color: #fff;
  font-size: 25px;
}
.cpz p {
  font-size: 75px;
  color: #fff;
  font-weight: 700;
  padding-bottom: 35px;
}

.blockwhychoose {
  background-color: #fff;
  cursor: pointer;
  height: 300px;
  font-size: 0.8rem;
}

@media (min-width: 786px) and (max-width: 1200px) {
  .blockwhychoose {
    background-color: #fff;
    cursor: pointer;
    height: 350px;
    font-size: 0.8rem;
  }
}

.blockwhychoose p {
  color: #666;
}
.footerlinks {
  color: #fff;
}

.footerlinks a {
  display: block;
  color: #fff;
  padding-bottom: 10px;
  transition: 0.2s all;
}
.footerlinks a:hover {
  color: #fbbd08;
  text-decoration: none;
  font-weight: bold;
}
.footerlinks h6 {
  padding-bottom: 15px;
}
hr {
  margin: 0;
  width: 90%;
  margin-bottom: 15px;
  margin-top: 20px;
  border: 0;
  border-bottom: 1px dashed #a2a2a2;
  position: relative;
  height: 1.5px;
}

hr:after {
  content: "";
  display: block;
  border: 2px solid #eb4537;
  width: 10%;
}

.social_icon_bottom {
  height: 40px;
  width: 40px;
  border: 1px solid #fbbd08;
  font-weight: bold;
  line-height: 40px;
  text-align: center;
  margin: 3px;
  transition: all 1s;
  border-radius: 7px;
}
.social_icon_bottom:hover {
  border: 1px solid #eb4537;
  background-color: #eb4537;
}
.social_icon_bottom a {
  color: #fbbd08;
  display: block;
  transition: all 1s;
  font-size: 20px;
}
.social_icon_bottom a:hover {
  color: #bf1e2e;
  color: #fff;
}

.job_block a {
  padding: 10px;
  margin-top: 20px;
  background-color: #fff;
  margin-bottom: 10px;
  transition: 0.5s all;
  display: block;
}
.job_block a:hover {
  background-color: #fbfbfb;
}

.job_block a {
  color: inherit;
}
.job_block a:hover {
  text-decoration: none;
}
.job_block p {
  margin-bottom: 10px;
}
marquee {
  height: 362px;
}
.bgaboutus {
  height: 250px;
  line-height: 250px !important;
  text-align: center;
  background-image: linear-gradient(
      rgba(33, 95, 181, 0.319),
      rgba(0, 0, 0, 0.679)
    ),
    url(../images/bgsubpage.jpg);
  background-size: cover;
  background-position: center left;
}
.bg_contact-us {
  height: 250px;
  background-image: url(../images/contact-us.jpg);
  background-size: cover;
  line-height: 250px !important;
  background-position: right;
}
.services {
  background-color: #f5eeea;
}

.subpageheading {
  margin-top: 20px;
  margin-bottom: 20px;
}
.bgrow {
  background-image: url(../images/row-bgimage-3.png);
  background-repeat: no-repeat;
  background-position: center top;
}

.webbutton {
  color: #fff;
  padding: 10px;
  background-color: #ee1a26;
  border-radius: 2px;
}
.webbutton:hover {
  text-decoration: none;
  background-color: #343434;
  color: #fff;
}
.block_syle p {
  background-color: #ffffff;
  display: block;
  padding: 10px;
  color: #000;
  border: 1px solid #ccc;
  margin-bottom: 5px;
}
.block_syle_links a {
  color: darkblue;
  display: block;
  padding: 5px;
  border-left: 1px solid #c40403;
  border-bottom: 1px solid #c40403;
  margin-bottom: 5px;
}
.block_syle_links a:hover {
  text-decoration: none;
}

@media (max-width: 767px) {
  .mobilepadding {
    margin-left: 35px;
    margin-right: 35px;
  }
  .paddingright {
    padding-right: 0px;
  }
  .padding_bottom_5 {
    padding-bottom: 0px;
  }
}

.bottom_contact {
  margin-bottom: 7px;
  padding: 5px;
}
.bottom_contact i {
  background-color: #3a3b3c;
  color: #fff;
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 5px;
}
.linkwhatsup {
  color: #fff;
  background-color: #a50101;
  padding: 3px;
  border-radius: 5px;
}
.linkwhatsup:hover {
  color: inherit;
  text-decoration: none;
}
.bg_aboutblock {
  background-image: url(../images/abouticon_.png);
  height: 350px;
  width: 350px;
  background-position: center top;
  background-repeat: no-repeat;
  text-align: center;
  padding-top: 110px;
  padding-left: 90px;
  padding-right: 110px;
  color: #fff;
}
.fontsizebig {
  font-size: 20px;
  line-height: 27px;
}
.TablewidthResponsive {
  width: 45%;
}

@media (max-width: 767px) {
  .block_slidertext {
    position: static;
    background-color: #eeeeee;
    z-index: 999999;
    top: -470px;
    right: 0px;
    padding: 15px;
  }
  .TablewidthResponsive {
    width: 100%;
  }
}
ul li {
  line-height: 25px;
}

body {
  margin: 0; /* Remove default margin */
}
/* HeaderMenu */
.placeholder {
  display: none; /* Initially hide the placeholder */
  height: 0;
}

.headerbg {
  background-color: #fff;
  box-shadow: 2px 3px 11px -1px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 2px 3px 11px -1px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 2px 3px 11px -1px rgba(0, 0, 0, 0.3);
  position: relative;
  z-index: 1;
  transition: all 1s ease;
}

.fixed-header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999999;
  animation: fadeInDown 1s ease;
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* HeaderMenu */

.blockwhychoose ul {
  padding-left: 15px;
}
.blockwhychoose ul li {
  border-bottom: dashed 1px #ccc;
  padding-top: 10px;
  padding-bottom: 5px;
  line-height: normal;
}
.blockwhychoose ul li:last-child {
  border-bottom: none;
}
.whychooseicon {
  position: absolute;
  height: 70px;
  width: 70px;
  background-color: #bf1e2e;
  z-index: 99;
  right: 8px;
  bottom: 8px;
  border-top-left-radius: 100px;
  background-size: 75%;
  background-position: 15px 15px;
  background-repeat: no-repeat;
}
.Consultation_button {
  padding-top: 35px;
}

.Consultation_button a {
  padding-left: 5px;
  font-size: 20px;
  color: #eb4537;
}
.Consultation_button a:hover {
  color: #343232;
  transition: all 0.5s;
}
.contactus_page {
  border-radius: 5px;
  margin: 5%;
  color: #eeeeee;
}
.contactus_page h6 {
  background-color: #3a3b3c;
  padding: 5px;
  display: inline;
  border-radius: 5px;
  font-size: 13px;
}
.contactus_page p {
  margin-top: 13px;
}
.fontsize_big {
  font-size: 1.5rem;
  line-height: normal;
}
.listing_1 li {
  padding-bottom: 15px;
}
.listing_2 {
  margin: 0px;
  padding: 0px;
}
.listing_2 li {
  list-style-type: none;
  background-color: #e9e7e7;
  padding: 10px;
  margin-bottom: 10px;
  color: #000;
  border-radius: 0px 10px 10px;
}
.gap_desktop {
  padding-left: 7%;
  padding-right: 7%;
}
.logo_padding {
  padding: 0px;
}
@media (max-width: 767px) {
  .gap_desktop {
    padding-left: 1%;
    padding-right: 1%;
  }
  .logo_padding {
    padding: 10px;
  }
}

.accordion {
  background-color: #fff;
  margin-bottom: 3px;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
}

.activeac,
.accordion:hover {
  background-color: #eee;
}

.accordion:after {
  content: "\002B";
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.activeac:after {
  content: "\2212";
}

.panel {
  padding: 0 18px;
  margin-top: 5px;
  text-align: left;

  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.heroheadings {
  font-size: 3rem !important;
  font-weight: 800;
  padding-top: 25px;
  padding: 25px;
  text-transform: uppercase;
  color: #fb6053;
}
.facilities_icon {
  background-color: #fff;
  padding: 10px;
  text-align: center;
  font-size: 0.9rem;
  border-radius: 10px;
  box-shadow: 0px 10px 15px -9px rgba(0, 0, 0, 0.1);
  width: 100%;
}
/* Homepage Cards */
.cardz {
  position: relative;
  width: 95%;
  height: 250px;
  background-color: blue;
  margin: 20px;
  margin-left: 10px;
  border-radius: 30px;
  border-bottom-left-radius: 100px;
  border-bottom-right-radius: 100px;
  box-shadow: 0 5px 0 #ccc, inset 0 -5px 0 rgba(68, 134, 244, 0.5);
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 23px;
}

.cardz:before {
  content: "";
  position: absolute;
  top: -110px;
  left: -10%;
  width: 140%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2));
  transform: rotate(35deg);
  pointer-events: none;
  filter: blur(1px);
}

.cardz_bg1 {
  background: linear-gradient(to bottom, #fbbd08, #b98f16);
}

.cardz_bg2 {
  background: linear-gradient(to bottom, #1d71ee, #1da3ee);
}

.cardz_bg3 {
  background: linear-gradient(to bottom, #35a954, #04c237);
}

.icon {
  position: relative;
  width: 100px;
  height: 80px;
  background-color: #fff;
  border-bottom-left-radius: 100px;
  border-bottom-right-radius: 100px;
  box-shadow: 0 10px 0 rgba(0, 0, 0, 0.1), inset 0 -8px 0 #fff;
  z-index: 1000;
  display: flex;
  justify-content: center;
}

.icon img {
  width: 95px;
  height: 95px;
  position: absolute;
  z-index: 999999;
  padding: 10px;
  top: -10px;
}

.icon::before {
  content: "";
  position: absolute;
  top: 0;
  left: -50px;
  width: 50px;
  height: 15px;
  background-color: transparent;
  border-top-right-radius: 50px;
  box-shadow: 15px -15px 0 15px #fff;
}

.icon::after {
  content: "";
  position: absolute;
  top: 0;
  right: -50px;
  width: 50px;
  height: 15px;
  background-color: transparent;
  border-top-left-radius: 50px;
  box-shadow: -15px -15px 0 15px #fff;
}

.content {
  position: absolute;
  width: 100%;
  padding: 30px;
  padding-top: 105px;
  text-align: center;
}

.content h2 {
  font-size: 1.2rem;
  color: #fff;
  margin-bottom: 10px;
  text-transform: uppercase;
  margin-top: 0px;
  font-weight: bold;
}

.content p {
  color: #fff;
  font-size: 0.9rem !important;
  line-height: normal !important;
}
/* Homepage Cards */
.spl_headings {
  font-size: 55px !important;
  font-weight: bolder;
  text-transform: capitalize;
  background: #db2728;
  background: linear-gradient(to right, #db2728 0%, #007bff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.rounded_aboutus {
  border-radius: 25px;
}
