body {
    margin: 0;
    font-family: Poppins, sans-serif;
}
.footer-social-icon{
    margin-bottom: 22px;
}

.site-header {
    display: block;
    color: gray;
    padding: 10px;
    position: sticky;
    top: 0;
    z-index: 99999;
}

.site-headerm {
    display: none;
}

.logo img {
    height: 100px;
}

.navigation ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
}

.navigation li {
    margin: 0 15px;
    padding: 5px 15px;
    border-radius: 25px;
}

.sit_header_width{
  background-color: white;
  width: 87%;
  display: flex;
  padding: 1px 25px;
  justify-content: space-between;
  align-items: center;
  margin: auto;
}

.scrolled {
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
    border-radius: 75px;
    transition: box-shadow 0.5s;
}

#contact-form img{
    height: 50px;
    margin: 20px;
}


.navigation a {
    text-decoration: none;
    color : black;   
    transition: color 0.3s;
    font-weight: 520;
}

.navigation a:hover {
    color: #aeaeae;
}

.s1_button{
    border: 1px solid red;
    padding: 10px;
    color: red !important;
}

.s1_button a {
    color: red;
}





@media only screen and (max-width: 600px) {

.site-header{
    display: none;
}

.site-headerm {
    color: gray;
    padding: 10px;
    display: block;
}

.logom img {
    height: 100px;
}

.sit_header_widthm{
  background-color: white;
  width: 100%;
  display: flex;
  padding: 1px 15px;
  justify-content: space-between;
  align-items: center;
  margin: auto;
}

#contact-form img{
    height: 50px;
    margin: 20px;
}

.sit_header_widthm a {
    text-decoration: none;
    color : black;   
    transition: color 0.3s;
    font-weight: 520;
}

.sit_header_widthm a:hover {
    color: #aeaeae;
}

.s1_buttonm{
    border: 1px solid red;
    padding: 10px;
    color: red !important;
}

.s1_buttonm a {
    color: red;
}


}






.section-2 {
    display: flex;
    max-width: 1290px;
    margin: 50px auto;
    background: #fff;
    border-radius: 8px;
}


.content_section {
    flex: 8; /* Takes up available space */
    padding: 20px 20px 0px 20px;
   
}

.form_section {
    flex: 5; /* Takes up available space */
    padding: 20px 50px 0px 20px;
}



.form-container {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    width: 300px;
}

.certificate{
    height: 84px;
    padding: 10px 0px;

}
.form-title{
    text-align: left;
    color: #e3292b;
    text-align: center;
    font-size: 30px;
    font-weight: 400;
}
.section-2 .h2 {
    text-align: left;
    color: #e3292b;
    font-size: 52px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1;
}
p{
    margin-right: 80px;
}

.form-group {
    margin-bottom: 15px;
}

label {
    display: block;
    margin-bottom: 5px;
    color: #555;
}

input {
    width: 100%;
    padding: 18px 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    transition: border-color 0.3s;
    font-size: 15px;
}

input:focus {
    border-color: #ff5315;
    outline: none;
}

button {
    width: 100%;
    padding: 10px 18px;
    background-color: #ff5315;
    color: #fff;
    border: none;
    font-size: 18px;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s;
}

button:hover {
    background-color: #ff5317;
}

@media only screen and (max-width: 600px) {
    .section-2 {
        display: block;
        max-width: 100%;
        margin: 20px auto;
        background: #fff;
        border-radius: 8px;
    }

    .section-2 .h2{
        text-align: left;
        color: #e3292b;
        font-size: 37px;
        font-weight: 700;
        text-transform: uppercase;
        line-height: 1;
    }
  
    p{
        margin-right: 0px;
    }
  
   .form_section {
     flex: 5; /* Takes up available space */
     padding: 20px;
   }
}





.section-3{
    height: auto;
    padding: 60px 0;
    width: 100%;
    margin-top: 20px;
    position: relative;
    overflow: hidden;
    background-color: #fffbf2;
    display: flex;
    flex-direction: row;
}
.section-3 p{
    margin-right: 155px;
    padding: 10px 0 0 32px;
}

.section-3flex:first-child{
    width: 45%;
    margin-left: 100px;
}

.section-3flex:last-child{
    width: 55%;
}

.fleximages{
    display: flex;
    margin-left: 16px;
}
.fleximages img{
    height: 40px;
    margin: 20px;
    color: red;
}

.section-3 h3{
    z-index: 99;
    color: red;
    padding: 32px 20px 0 34px;
    font-size: 25;
    font-weight: bold;
}

.section-3location img {
    height: 20px;
    width: auto;
}

.section-3{
    flex: 1 1 auto;
    color: red;
}
.section-3divider{
    border: 1px red solid;
    transform: rotate(10deg);
}

.section-3location{
    color: #192437;
    z-index: 99;
    text-transform: uppercase;
    bottom: 0;
    right: 10px;
    font-size: 20px;
    font-weight: bold;
}



.imagecontainer{
    width: 85%;
    margin: auto;
    margin-bottom: 75px;
}

.imagecontainer h2{
    text-align: left;
    color: #e3292b;
    font-size: 52px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1;
    text-align: center;
    padding: 50px;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
	display: inline-block;
}

/* Main CSS */
.grid-wrapper > div {
	display: flex;
	justify-content: center;
	align-items: center;
}
.grid-wrapper > div > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 5px;
}

.grid-wrapper {
	display: grid;
	grid-gap: 10px;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	grid-auto-rows: 200px;
	grid-auto-flow: dense;
}
.grid-wrapper .wide {
	grid-column: span 2;
}
.grid-wrapper .tall {
	grid-row: span 2;
}
.grid-wrapper .big {
	grid-column: span 2;
	grid-row: span 2;
}
 
@media only screen and (max-width: 600px) {
    .section-3{
        height: auto;
        padding: 0px 0;
        width: 100%;
        margin-top: 20px;
        position: relative;
        overflow: hidden;
        background-color: #fffbf2;
        display: block;
        flex-direction: column;
    }

    .section-3flex:first-child{
        width: 100%;
        margin-left: 10px;
    }

    .section-3flex:last-child{
        width: 100%;
    }

    .section-3 h3{
        z-index: 99;
        color: red;
        padding: 32px 20px 0 34px;
        font-size: 25;
        font-weight: bold;
    }
    
    .section-3location img {
        height: 20px;
        width: auto;
    }
    .fleximages{
        display: flow;
        margin-left: 16px;
    }
    .section-3 p{
     margin-right: 0px;
     padding: 10px 0 0 32px;
    }
}


.logogrid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    grid-auto-rows: 75px;
    grid-gap: 4rem;
  }
  .logogrid__item {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .logogrid__img {
    -o-object-fit: cover;
       object-fit: cover;
    max-width: 140px;
    max-height: 75px;
    filter: grayscale(100%) contrast(25%);
    transition: filter 0.3s ease;
  }
  .logogrid__img:hover {
    filter: grayscale(0) contrast(100%);
  }
  
  body {
    display: flex;
    flex-direction: column;
    justify-items: center;
    min-height: 100vh;
  }
  
  .clientcontainer {
    width: 90%;
    max-width: 1000px;
    margin: auto;
    padding: 60px;
  }

  .clientcontainer h3{
    text-align: left;
    color: #e3292b;
    font-size: 52px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1;
    text-align: center;
    padding: 50px;
  } 

.backgroundlight{
    background-color: #fffbf2;
    margin: 80px 0px 0;
}


@media only screen and (max-width: 600px) {
    
    .clientcontainer {
        width: 100%;
        max-width: 100%;
        margin: auto;
        margin-top: 20px;
        padding: 30px;
    }

    .logogrid {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(120px, 2fr));
        grid-auto-rows: 130px;
        grid-gap: 0rem;
    }

    .clientcontainer h3{
        color: #e3292b;
        font-size: 43px;
        font-weight: 500;
        text-transform: uppercase;
        line-height: 1;
        text-align: center;
        padding: 0;
    }
}