 body {
     /* background: #f2f2f2; */
     margin: 0;
     /* font-family: arial, 'helvetica neue', helvetica, sans-serif; */
     font-family: "Poppins", sans-serif;
 }


header {
     padding: 10px 0;
     padding: 10px 0;
    width: 100%;
    background: white;
    transition: all 0.3s ease;
}
header.sticky {
    position: fixed;
    top: 0;
    left: 0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    z-index: 1000;
}

 nav.main-nav ul li a {
     padding: 10px;
     display: inline-block;
     text-decoration: none;
     color: #c00;
     font-weight: 500;
 }

 /* main {
            max-width: 650px;
            margin: auto;
            background: #fff;
        } */
 .aboutBox {
     padding: 20px;
     text-align: center;
     box-shadow: 0 0 10px 0 rgb(0 0 0 / 20%);
     border-radius: 10px;
     height: calc(100% - 10px);
     margin-top: 20px;
     background: #fff;
 }
 .aboutHead h1, .aboutBox h2{
     color: #cc0000;
     font-weight: 500;
     font-size: 24px;
 }
.aboutBox .icon {
    width: 50px;
    height: 50px;
    background: linear-gradient(90deg, #FF1A1A, #B30000);
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px auto 20px auto;
    color: #fff;
    border-radius: 50px;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 20%);
}
.aboutImage img {
    border-radius: 10px;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 20%);
}
 p,
 li {
     font-size: 15px;
     line-height: 23px;
     font-weight: 400;
 }
.service {
    padding: 70px 0;
    background: #f2f2f2;
}
.serviceBox {
    padding: 20px 10px;
    background: #fff;
    margin-bottom: 10px;
    height: calc(100% - 20px);
}

 .service h2,
 .service p {
     text-align: center;
     margin-top: 0;
 }

 .service ul li::marker {
     font-size: 26px;
     color: #cc0000;
 }

 .serviceBox h3 {
     font-weight: 00 !important;
     font-size: 18px;
 }

 .separator {
     height: 2px;
     width: 200px;
     background: #c00;
     margin: auto;
 }

 .team ul li img {
     width: 100%;
 }

 /* .team {
     padding: 20px;
 } */

 .team h2 {
     text-align: center;
     margin-top: 0;
 }

 .team ul {
     display: flex;
     gap: 15px;
     list-style: none;
     margin: 0;
     padding: 0;
 }

 .team h3 {
     font-size: 20px;
     color: #c00;
     font-weight: 600;
 }
 .teamBox {
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 20%);
    padding: 20px;
    text-align: center;
    border-radius: 20px;
    margin-top: 20px;
}
.teamBox .teamimage {
    height: 150px;
    width: 150px;
    margin: 10px auto 20px auto;
    border-radius: 100%;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 20%);
    overflow: hidden;
}

 footer p {
     padding: 25px;
     color: #fff;
     font-weight: 600;
     text-align: center;
     margin: 0;
     margin-top: 20px;
 }

 .contact p {
     text-align: center;
     margin: 0;
     font-weight: 500;
 }

 footer {
     background: #c00;
 }


 nav.main-nav ul {
     display: flex;
     justify-content: space-between;
     list-style: none;
     margin: 0;
 }


 /*Events  */
 .eventBanner{
    background-image: url(../images/events-banner.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
 }
 .bannerContent {
    padding: 100px 0;
}
.bannerContent h1 {
    color: #fff;
    font-size: 40px;
}
.bannerContent h4 {
    color: #fff;
}

.eventSection {
    background: #000;
    padding: 70px 0;
}
.eventSection .secHead h2 {
    color: #fff;
    margin-bottom: 40px;
}

.eventSection ul#myTab li button.active {
    background: linear-gradient(90deg, #FF1A1A, #B30000);
    border: none;
    color: #fff;
}
.eventSection ul#myTab li button {
    color: #fff;
    border: none;
}
.eventSection ul#myTab {
    border-color: #ba0303;
    justify-content: center;
}
.eventBox {
    border-radius: 20px;
    overflow: hidden;
    height: calc(100% - 10px);
}
.eventDesc {
    background: linear-gradient(90deg, #FF1A1A, #B30000);
    padding: 20px;
    color: #fff;
    height: calc(100% - 10px);
}
.eventGalleryPopup .item img{
    border-radius: 25px;
}
.eventGallery {
    padding: 70px 0;
}
.eventGalleryPopup .item img {
    border-radius: 25px;
    width: 100%;
    height: 350px;
    object-fit: cover;
}

.addressBox {
    border-radius: 20px;
    overflow: hidden;
    background-color: #f5f5f5;
    height: calc(100% - 30px);
    margin-bottom: 20px;
}
.addressBox .country h4 {
    font-size: 18px;
    padding: 15px;
    border-bottom: 1px solid #000;
}
.addressBox .companyName h3 {
    font-size: 20px;
    padding: 15px;
}
.addressBox .contactDetails ul {
    list-style: none;
    padding: 0px 15px 15px 15px;
}
.addressBox .contactDetails ul li {
    display: flex;
    margin-bottom: 10px;
}
.addressBox .contactDetails ul li span {
    height: 30px;
    width: 30px;
    margin-right: 10px;
    color: #c00;
    font-size: 20px;
}
.addressBox .contactDetails ul li a {
    width: calc(100% - 40px);
    color: #101010;
    text-decoration: none;
}
.contactbox {
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 20%);
    border-radius: 10px;
    padding: 10px;
}
form.formBox h3 {
    font-size: 22px;
    padding-bottom: 10px;
    border-bottom: 2px solid #000;
}
form.formBox .form-group label {
    font-size: 14px;
    font-weight: 600;
}
form.formBox .form-group label.error {
    font-weight: 400;
    color: #c00;
}
form.formBox .form-group {
    margin-bottom: 20px;
}
form.formBox input.form-control {
    height: 40px;
    /* margin-bottom: 20px; */
    border: 1px solid #101010;
    border-radius: 3px;
}
form.formBox {
    padding: 30px 20px;
}
form.formBox textarea.form-control {
    /* margin-bottom: 20px; */
    border: 1px solid #101010;
    border-radius: 3px;
    height: 100px;
}
form.formBox input[type="submit"] {
    padding: 8px 30px;
    border-radius: 5px;
    border: 0;
    background: linear-gradient(90deg, #FF1A1A, #B30000);
    color: #fff;
}