alpha(opacity=0);
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.new-card:hover::after {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate(15px, -20px);
  -moz-transform: translate(15px, -20px);
  -o-transform: translate(15px, -20px);
  -ms-transform: translate(15px, -20px);
  transform: translate(30px, -16px);
  width: 96%;
}

.background-color-blue {
  background-color: #fb8c00;
}

.background-color-begray {
  background-color: white;
  height: 100%;
}

.list--column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.list--column__item {

}
.t-text-white {
  color: #fff;
}

.xxl-text {
  font-size: 24px;
}
.list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
}
@media screen and (min-width: 1200px) {
  .background-color-blue {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(45%, transparent), color-stop(45%, #6b9813));
    background: linear-gradient(to bottom, transparent 45%, #6b9813 45%);
  }
}
@media screen and (min-width: 992px) {
  .background-color-blue {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(37%, transparent), color-stop(37%, #6b9813));
    background: linear-gradient(to bottom, transparent 37%, #6b9813 37%);
  }
}
@media screen and (min-width: 768px) {
  .background-color-blue {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(35%, transparent), color-stop(35%, #6b9813));
    background: linear-gradient(to bottom, transparent 35%, #6b9813 35%);
  }
}
.background-color-gray {
  background-color: #f9fcff;
  height: 300px;
}
/* footer css */

.row {
  margin-right: 0;
}
.footer-contant-color {
  color: rgb(168, 158, 158);
}
.footer-contant-color:hover {
  color: white;
  transition: 0.5s;
}
.coursihead {
  font-size: 51px;
  letter-spacing: 1.4px;

  float: left;
  width: 100%;
  height: auto;

  font-family: "Bebas Neue", cursive;
  font-family: "Conv_BebasNeue Regular";
  font-weight: 500;
  text-align:center;
}
footer {
  background-color: rgb(223 223 223);
}
h5 {
  color: rgb(84 80 80);
  font-size: 1rem !important;
}
h6 {
  color: rgb(39, 38, 38);
}
.footer-icon {
  font-size: 1.5rem;
}
.footer-bg {
  background-color: rgb(138, 136, 135);
}
.color-h4 {
  color: #e50e2d;
  font-weight: 500;
}
.contact-section__title {
padding-bottom:50px;
  font-size: 30px;
  letter-spacing: 1.4px;

  width: 100%;
  height: auto;
  text-transform: uppercase;
  font-family: "Bebas Neue", cursive;
  font-family: "Conv_BebasNeue Regular";
  font-weight: 600;
}

.sec {
  padding-top: clamp(60px, 8vw, 77px);
  padding-bottom: clamp(60px, 8vw, 67px);
}
.form-label {
  color: #9c9fa1;
}
li {
     font-size: 14px;
    font-weight: 600;
    color: #3a3939;
}
.newul li{
  font-size: 14px;
  color: white;
}

li a {
  color: rgb(84 80 80);
  text-decoration: none;
}
.liststyle {
  list-style-type: none;
  padding-left: 0px;
  text-decoration: none;
}
.liststyle li a{
  display: inline-block;
  padding-bottom: 4px;
}
.object-fit-cover {
  object-fit: cover;
}
.placehead {
  letter-spacing: 1.4px;

  float: left;
  width: 100%;
  height: auto;
  text-transform: uppercase;
  font-family: "Bebas Neue", cursive;
  font-family: "Conv_BebasNeue Regular";
  font-weight: 700;
}
.placecard,
.support-card {
  border-radius: 20px;
}
.placecard,
.text-success,
.placehead,
p {
  transition: 0.5s ease-in-out;
}
.placecard:hover {
  background-color: #e03641;
  border-color: transparent !important;
}
.placecard:hover .placehead,
.placecard:hover p {
  color: #fff;
}
.placecard:hover ul li {
  color: #fff;
}
.placecard:hover .text-success {
  color: #e4e7a6 !important;
}


.certificatelabel label {
  font-weight: 600;
  color: black;
}
.my-sub-btn {
  background-color: #218966;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
}
.my-sub-btn:hover {
  background-color: #106f4f !important;
  color: #fff !important;
}
.resquest-h1 {
  background-color: #339b78;
  text-align: center;
  color: #fff;
  padding: 10px;
}
.banner-overlay
{
width: 100%;
height:100%;
position: absolute;
top: 0;
left: 0;
background-color: rgba(0, 0, 0,0.5);
display: none;
justify-content: center;
align-items: center;
transition: 1s;
overflow: hidden;


}
.banner-sec:hover .banner-overlay
{
display: flex;



}

.banner-overlay p {
color: #fff;
font-weight: 600;
font-size: 30px;
}
.btnll{
border:1px solid #E03641;
}
.btnll:hover{
background-color:#E03641 !important;
color:white !important;
}

.limited-offer{
position:fixed;
bottom: 13.8%;
right: 2%;
z-index: 99;
background-color: #9f0505;
box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
padding: 10px;
border-top: 5px solid #fff;
border-bottom: 5px solid #fff;
}
.limited-offer a {
text-decoration: none;
color: #fff;
font-size: 16px;
font-weight: 600;

font-family : sans-serif;
}

#preloder {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999999;
    background: #000;

}

#preloder img {
    width: 200px;
    height: 200px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


@media(max-width: 767px) {
    #preloder img {
        width: 150px;
        height: 150px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
}
