html, body{
    overflow-x: hidden;
}
body {
  font-family: "Open Sans", serif;
}
.font-70{
	font-size: 70px;
}
.font-49{
    font-size: 49px;
}
.font-38{
    font-size: 38px;
}
.font-37{
    font-size: 37px;
}
.font-25{
    font-size: 25px;
}
.font-20{
    font-size: 20px;
}
.fw-600{
	font-weight: 600;
}
.bg-white{
	background-color: white;
}
.bg-black{
    background-color: black;
}
.bg-red{
	background-color: #E10A0F;
}
.text-black{
	color: #000000;
}
.text-red{
	color: #E10A0F;
}
.text-decoration-none{
	text-decoration: none;
}
.top-nav{
	height: 40px;
}
.top-nav a{
	font-size: 13px;
}
.main-navbar-bg{
	background-color: #ffffff;
/*    background-color: #00000014;*/
}
/*.main-navbar-bg:hover{
	background-color: #ffffff;
}*/
.main-navbar-bg:hover .main-navbar li a {
    color: black !important;
}

.main-navbar li a{
    color: black!important;
    font-size: 16px;
    font-weight: 600;
}
.main-navbar-bg:hover .main-navbar li a:hover{
    color: #E10A0F!important;
}
.main-navbar ul{
    gap: 20px;
}
.video-div{
/*    position: absolute;
    top: 40px;
    z-index: -1;*/
        position: relative;
    top: -85px;
    z-index: -1;

}
.custom-video {
    width: 100%; /* Full width */
    height: 70vh; /* Set height to 90% of the viewport height */
    object-fit: cover; /* Ensures the video scales to fit while maintaining its content integrity */
}


.timeline {
    position: relative;
    list-style-type: none;
    padding-left: 20px;
    counter-reset: step; /* Initialize the counter */
}

/* Adding a vertical line */
.timeline::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 20px;
    width: 3px;
    background-color: #3b4a5a;
}

/* Styling each list item */
.timeline li {
    position: relative;
    margin: 30px 0;
    padding-left: 75px;
}

.timeline li p {
    font-size: 22px;
}

/* Styling the numbered boxes */
.timeline li::before {
    content: counter(step);
    counter-increment: step; /* Increment the counter for each li */
    position: absolute;
    left: -17px;
    top: 11px;
    width: 35px;
    height: 35px;
    background-color: #3b4a5a;
    color: white;
    font-size: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}

/* Styling the horizontal line to the right of each box */
.timeline li::after {
    content: '';
    position: absolute;
    left: 10px;
    top: 28px;
    width: 50px;
    height: 3px;
    background-color: #3b4a5a;
}




.global_p{
	font-size: 20px;
}
.red-box{
	border-radius: 20px;
}
.red-box .p1{
	font-size: 20px;
}





.footer-a:hover{
    color: #E10A0F!important;
}

.footer_span{
    color: white;
    font-size: 16px;
}

.contact_form input,
.contact_form select
{
    outline: none;
    width: 100%!important;
    height: 50px;
    padding: 12px!important;
    border: 1px solid transparent!important;
    border-radius: 0px!important;
    box-sizing: border-box!important;
    background-color: hsl(0, 0%, 10%)!important;
    color: white!important;
}

.contact_form textarea{
    outline: none;
    width: 100%!important;
    padding: 12px!important;
    border: 1px solid transparent!important;
    border-radius: 0px!important;
    box-sizing: border-box!important;
    background-color: hsl(0, 0%, 10%)!important;
    color: white!important;
}

.contact_icons{
    background: #292929;
    color: white;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex!important;
    align-items: center!important;
    justify-content: center!important;
}







.list-item {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}

.number-box {
  width: 80px;
  height: 50px;
  background-color: #4a4a4a;
  color: #ffc107;
  font-size: 24px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  clip-path: polygon(0 0, 75% 0, 100% 50%, 75% 100%, 0 100%);
  margin-right: 15px;
}

.text h3 {
    color: #ffffff;
    font-size: 30px;
    font-weight: 600;
}

.text p {
    margin: 5px 0 0;
    font-size: 20px;
    color: #919191;
}



.list-item-2 {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}

.number-box-2 {
  width: 80px;
  height: 50px;
  background-color: #6e3072;
  color: #ffffff;
  font-size: 24px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  clip-path: polygon(0 0, 75% 0, 100% 50%, 75% 100%, 0 100%);
  margin-right: 15px;
}

.text-2 h3 {
/*    color: #6e3072;*/
    color: #000000;
    font-size: 30px;
    font-weight: 600;
}

.text-2 p {
    margin: 5px 0 0;
    font-size: 20px;
    color: #000000;
}



.number-box-3 {
    width: 100%;
    height: 50px;
    background-color: #4a4a4a;
    color: #ffc107;
    font-size: 18px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: start;
    clip-path: polygon(0% 0%, 90% 0%, 100% 50%, 90% 100%, 0 100%);
    margin-right: 15px;
    padding-left: 15px;
}


.pink-box{
    background-color: #542c49;
    border-color: #6d4562 !important;
}



@media screen and (max-width: 768px){
	.logo{
		width: 130px!important;
	}
	.main-navbar ul {
		gap: unset;
	    padding: 10px 20px;
	    background: black;
	}
	.main-navbar-bg:hover{
		background-color: transparent;
	}
	.main-navbar-bg:hover .main-navbar li a {
	    color: #ffffff !important;
	}
	.main-navbar .navbar-collapse{
	    position: absolute;
	    width: 100%;
	    top: 65px;
	    z-index: 20;
	}
    .font-30-mob{
        font-size: 30px!important;
    }
    .font-25-mob{
        font-size: 25px!important;
    }
    .font-20-mob{
        font-size: 20px!important;
    }
    .mob-w-h{
        height: 220px!important;
        width: 100%!important;
    }
    .iframe-mob-ht{
        height: auto!important;
    }
    .custom-video {
        height: auto!important;
    }

}