
@import url('https://fonts.googleapis.com/css2?family=Red+Hat+Display:ital,wght@0,300..900;1,300..900&display=swap');

@font-face {
  font-family: gloock-regular;
  src: url('fonts/Gloock-Regular.ttf');
}

body {
    /* font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif; */
    font-family: "Red Hat Display", sans-serif;
    /* font-size: 1rem; */
    font-weight: 400;
    line-height: 1.5;
    color: var(--color-black-500);
    background-color: var(--color-white-100);
  }

.homepage_sec2{
    width: 100%;
    /* margin-right: 2%; */
}
.homepage_sec2_flex{
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    /* justify-content: center; */
    /* align-items: center; */
    flex-direction: row;
    justify-content: flex-start;
}
.homepage_sec2_flex_left{
 width: 60%;
 /* margin: 5%; */
}
section.section_enqury_form {
    padding: 3% 15%;
}
.col-md-12 {
    width: 100%;
    padding: 0px 15px;
}
.section_enqury_form_heading {
    color: #e41c24;
    font-size: 1.2rem;
    font-weight: 500;
    margin-bottom: 20px;
}
.cf {
    zoom: 1;
}
.cf:before, .cf:after {
    content: " ";
    display: table;
}
.row {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.col-md-6 {
    width: 50%;
    float: left;
    padding: 0px 15px;
}
.section_enqury_form .form-input {
    width: 100%;
    border: 1px solid #000;
    background: transparent;
    padding: 8px 3px;
    margin: 10px 0px;
}
.single-input-fieldsbtn .btn-submit {
    width: 100%;
    background: #36454f;
    color: #fff;
    padding: 10px;
}


.homepage_sec2_flex_left_div1, .homepage_sec2_flex_left_div2{
    width: 100%;
    /* margin-left: 10%; */
    padding: 11%;
}

.homepage_sec2_flex_left_div1 p, .homepage_sec2_flex_left_div2 p{
    width: 50%;
    margin-left: 20%;
}
.homepage_sec2_flex_left_div2 p:nth-of-type(2){
    font-size: 1rem;
margin-bottom: 1%;   
}
.homepage_sec2_flex_left_div2 a{
    background-color: #fff;
    color: #e41c24;
    padding: 1% 2%;
}

.homepage_sec2_flex_left_div2{
    background-color: #e41c24;
    color: #fff;
}
.homepage_sec3_flex{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;

}

.homepage_sec3_flex .img_box{
    /* -webkit-filter: grayscale(100%); 
  filter: grayscale(100%); */
  position: relative;
}

.img_box_para{
    
    /* content: "";  */
    position: absolute;
    /* height: 35%; */
    background-color: #0000009e;
    /* right: 8px; */
    /* top: -50%; */
    /* left: 50%; */
    /* z-index: 0; */
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;

}
.img_box_para p{
    /* position: absolute; */
    /* top: 48%; */
    text-align: center;
    padding-top: 60%;
    /* left: 35%; */
    color: #fff;
}

.img_box:hover .img_box_para{
    /* position: absolute;
    top: -2%;
    left: -2%; */
    background-color: unset;
    /* width: max-content; */
    /* width:fit-content */
    /* top: 48%;
    left: 40%; */
        /* position: absolute; */
    /* top: -2%; */
    /* left: -2%; */
    text-align: center;
    transition: .5s ease;
    background-color: unset;
    /* width: max-content; */
    /* width: fit-content; */
}
.img_box:hover .img_box_para p{
    width:fit-content;
    margin: auto;
    background-color: #0000009e;
    padding: 2% 5%;
    text-align: center;
    margin-top: 58%;
    transition: cubic-bezier(0.075, 0.82, 0.165, 1);
}



/* .img_box:hover img{
    -webkit-filter: grayscale(0%); 
  filter: grayscale(0%);
} */


/* 
.img_box{
    width: 100%;
} */


.sec4{
    background-image: url('../images/home_sec4bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    /* height: 15vh; */
    height: 700px;
}

.sec6{
    background-image: url('../images/home_sec6bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    /* height: 15vh; */
    height: 700px;
}
.overlay1{
    text-align: center;
    color: #fff;
    padding-top: 10%;
}

.overlay2{
    text-align: center;
    color: #fff;
    padding-top: 10%;
    max-width: 500px;
    margin: auto;
}
.primeBtn{
    padding: 5px 15px;
    background-color: #e41c24;
    color: #fff;
}
.sec6 h3, .sec6 p{
    padding: 1%;
}
.sec6 p{
    max-width: 450px;
    margin: auto;
}

.sec5_flex {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.sec5_flex_div1 {
    width: 50%;
    padding: 5%;
    padding-left: 16%;
}
.sec5_flex_div1 h4, .sec5_flex_div1 h3, .sec5_flex_div1 p{
padding: 5% 0px;
}
.sec5_flex_div1 h4{
    color: #e41c24;
}


.ethos_1st_para_div {
    position: absolute;
    /* top: 74.5%; */
    bottom: 0;
    padding: 5%;
    left: 20%;
    color: #fff;
    width: 600px;
    text-align: left;
    background-color: #ec1c24b0;
}

.ethos_sec_2_flex {
    padding-top: 2%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: nowrap;
}
.ethos_sec_2_flex_div2{
    max-width: 450px;
    position: relative;
}
.ethos_headding{
    font-weight: 500;
    font-size: 2.6rem;
    max-width: 800px;
    line-height: 120%;
    text-align: left;
    margin: auto;
    padding-top:5% ;
    margin-left: 27%;
    padding-bottom: 5%;
    color: #4d4d4d;
}

.ethos_sec_2_flex_div2_align{
    left: -5%;
    padding-bottom: 5%;
}
/* .ethos_sec_2_flex_div2_align h4{
    position: absolute;
    left: -20%;
    top: -40%;
}
.ethos_sec_2_flex_div2_align p{
    left: -20%;
    position: relative;
} */

.ethos_headding{
    max-width: 800px;

}

.ethos_sec_3_flex{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-end;
    align-content: center;
    flex-wrap: nowrap;
    background-color: #e9e9e9;
    padding: 2% 5%;
    margin-top: 2%;
}

.ethos_sec_3_flex_div1, .ethos_sec_3_flex_div2{
/* max-width: 200px; */
margin: 2%;

}


.ethos_sec_3_flex_div2_btn{
    padding: 2% 5%;
    background-color: #e41c24;
    color: #fff;
    border-radius: 5px;
    width: max-content;
    display: block;
}

.careers_sec, .contact_sec{
    width: 78%;
    margin: auto;
}

.careers_headding{
    color: #e41c24;
    line-height: 120%;
    font-size: 2.6rem;
    font-weight: 500;
    letter-spacing: 1px;
    font-family: "Red Hat Display", sans-serif;
    padding-bottom: 4%;

}
.careers_sec p, .contact_sec p{
    width: 85%;
    padding-bottom: 2%;

}
.button_flex{
    display: flex;
}
.button_flex div{
    display: block;
    width: 300px;
    margin-bottom: 10%;
    margin-top: 5%;

}

a.careers_btn {
    background-color: #e41c24;
    padding: 2% 8%;
    color: #fff;
    border-radius: 5px;
}
.contact_flex{
    display: flex;
    align-items: flex-end;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-around;

}
.contact_flex1{
    display: flex;
    align-items: flex-start;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-around;
}
.contact_flex_div1{
    width: 50%;
}
.ethos_sec_4{
    position: absolute;
    top: 0;
    left: 20%;
    right: 20%;
    bottom: 0;
    background: #d40c16a3
}

.ethos_sec_4 p{
 color: #fff;
 padding-top: 13%;
 padding-left: 12%;

}
.ethos_sec_2_flex_div2 h4{

    padding-bottom: 5% ;
}
.ethos_sec_4 a{
    color: #e41c24;
    background-color: #fff;
    margin-left: 12%;
    padding: 5px 10px;
    border-radius: 5px;
}

.projects_sec1_flex{
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.projects_sec1_flex_div1{
    width: 300px;
}

.projects_sec1_flex_div1 a{
    padding: 1% 2%;
    color: #86888b;
    text-decoration: none;
}

.projects_sec1_flex_div1 a:hover{
    background-color: #e41c24;
    padding: 1% 2%;
    color: #fff;
    border-radius: 5px;
}
.projects_sec2 .projects_sec2_div1{
    padding-left: 14%;
    width: fit-content;
    color: #4d4d4d;
}

.projects_sec2_flex{
    padding: 2% 10%;
    /* margin-top: 4%; */
    /* margin-bottom: 2%; */
}
.projects_sec2_box{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 0px 3%;
    margin-top: 2%;
    
    /* margin-bottom: 5%; */
}
.w-100{
    width: 100%;
}

.projects_sec2_box_item {
    display: flex;
    width: 30%;
    flex-direction: column;
}
.projects_sec2_box_item_card-head{
    height: 300px;
    width: 100%;
    background: #dddddd;
}
.projects_sec2_box_item_card-body{
    padding: 8% 8%;
    /* background: #e9e9e9; */
}
.projects_sec2_box_item_para{
    color: #a8a8a8;

}
.projects_sec4_div1 {
    position: absolute;
    top: 30%;
    left: 14%;
    color: #fff;
}
.projects_sec4_div1_headding{
    font-size:3rem;
    line-height: 120%;
    font-weight: 500;
    letter-spacing: 2px;
}
.projects_sec4_div1_para{
    padding: 2% 0px;
    max-width: 400px;
}

.projects_sec4_flex{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    padding-left: 14%;
    padding-right: 14%;
    position: absolute;
    bottom: -12%;
    width: 100%;
}
.projects_sec4_flex_item {
    width: 400px;
    height: 250px;
    
    /* background-color: bisque; */
    padding: 2%;
}
.projects_sec4_flex_item:nth-of-type(odd){
    background-color: #dddddd;
}
.projects_sec4_flex_item:nth-of-type(even){
    background-color: #fff;

}
.projects_sec4_flex_item_card-head {
    padding-top: 2%;
    padding-bottom: 5%;
}
.overlay3 {
    position: absolute;
    bottom: 0;
    background-color: #0000009c;
    right: 0;
    left: 0;
    padding: 5%;
    padding-right: 25%;
text-align: right;
    color: #fff;
    /* width: fit-content; */
}
.ethos_sec_2_flex_div1 {
    padding: 0px 1%;
    margin-top: 3%;
}
.overlay5{
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    padding-top: 8%;
    background-color: #0000009c;
    color: #fff;
    text-align: center;
}
.overlay6{
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    padding-top: 15%;
    background-color: #0000009c;
    color: #fff;
    text-align: center;
}

.overlay7{
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    color: #fff;

    background-color: #303030bf;

}


.overlay777{
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    color: #fff;

    /* background-color: #303030bf; */

}
.about_sec_6_flex{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    padding-top: 15%;
    width: 100%;
    margin: auto;
}
.about_sec_6_flex_div p{
    width: 50%;
    padding-left: 5%;
    /* background-color: #e41c24; */
}

.overlay8{
    position: absolute;
    bottom: 0;
    top: 0;
    left: 15%;
    right: 55%;
    color: #fff;
    background-color: #d40c16ab;
}
.overlay8_1{
    position: absolute;
   padding: 10%;
    top: 65%;
    
}
.overlay8_1 h1{
    padding: 5% 0px;
    font-weight: 500;
    font-size: 3rem;
}
.sec5_flex_div2{position: relative;}




.presence_table tr:first-child th {
    border-top: 0;
}
.presence_table tr:last-child td {
    border-bottom: 0;
}
.presence_table tr td:first-child,
.presence_table tr th:first-child {
    border-left: 0;
}
.presence_table tr td:last-child,
.presence_table tr th:last-child {
    border-right: 0;
}


.presence_table {
    border-collapse: collapse;
    max-width: 550px;
    width: 550px;
    text-align: center;
}

.presence_table td, .presence_table th {
    border: 1px solid #c65a5f;
    padding:5%;
    width: 50%;
    padding-bottom: 10%;
}
.presence_headding_div, table{
    margin-left: 16%;
}
.presence_headding_div .presence_headding{
    margin-left: 5%;
    letter-spacing: 2px;
    font-size: 4rem;
    color: #e41c24;
    padding-bottom: 10%;
}
.presence_table h1{
    font-size:5rem;
    line-height:150%;
    font-weight: 500;
    font-family: "Red Hat Display", sans-serif;
    color: #36454f;
    
  }
  .presence_table span{
    font-size:1.2rem;
    font-weight:500;
    color:#000;
    letter-spacing: 1px;
    text-align: left;
    color: #36454f;

  }

  .parallax_sec4 {
    /* The image used */
    /* background-image: url("img_parallax.jpg"); */
    background-image: url(../images/home_sec4bg.png);
    /* Set a specific height */
    min-height: 500px;
  
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .parallax_sec6{
    background-image: url(../images/home_sec6bg.png);
    min-height: 500px;
  
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }


  
  .parallax_aboutsec1{
    background-image: url(../images/aboutus_sec4_bg_img.png);
    min-height: 700px;
  
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }





  .percent:after {
    content: "K+";
    display: inline-block;
  }

  .presence_table .para{
    font-size: 3rem;
  }
  .presence_table a{
    font-size:1.2rem;
    font-weight:500;
    color: #36454f;

  }
  .presence_block_bg{
  background-color: #f2f6f7;
  } 
  .presence_block_flex{
    display: flex;
  }
  .presence_block_flex_left{
    width: 40%;
    margin-left: 10%;
  }
  .presence_block_flex_right{
    width: 60%;
  }

  .projects_sec2_box_item_right {
    max-width: 800px;
    padding-right: 10%;
    padding-top: 7%;
    
}
.projects_sec2_box_item_right h1{
    font-weight: 500;
    padding-right: 15%;
    line-height: 120%;
    color: #666666;
}
.projects_sec2_box_item_right_bottom_hr{
    margin-top: 2%;
    width: 150px;
    color: #c65a5f;
    height: 5px;
    background-color: #c65a5f;
}

.about_sec_6_flex_div {
    width: 50%;
    text-align: end;
    display: flex;
    /* padding-top: 15%; */
    justify-content: flex-end;
    position: relative;

}
.about_sec_6_flex_div_img{
    width: 60%;
}
.about_sec_6_flex_div img{
    padding-right: 5%;
}
.about_sec_6_flex_div1{
    position: relative;
    width: 50%;
   
}
.about_sec_6_flex_div1 div{
    width: 500px;
    margin-left: 15%;
}

.aboutus_legacy_sec_flex{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.aboutus_legacy_sec_flex_item{
    width: 70%;
}
.aboutus_legacy_sec_flex_item div{
    padding-left: 29%;
    padding-right: 5%;
}
.aboutus_legacy_sec_flex_item h1{
    font-size: 3rem;
    letter-spacing: 1px;
    line-height: 120%;
    font-weight: 500;
    color: #d40c16;
}
.aboutus_legacy_sec_flex_item p{
    max-width: 550px;
}

.about_presence{
    width: 100%;
    background-color: #fff;
}


.about_presence_flex {
    display: flex;
    width: 100%;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.about_presence_flex1{
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-end;
    align-items: center;
    background-color: #e9e9e9;
}
.about_presence_flex_item1{
/* width: 20%; */
padding: 4%;
width: 336px;
height: 336px;
background-color: #e9e9e9;
}
.about_presence_flex_item, .about_presence_flex_item2{
/* width: 40%; */
padding: 4%;
width: 336px;
height: 336px;
}
.about_presence_flex_item3, .about_presence_flex_item4{
    /* width: 26%; */
padding: 3%;
/* width: 17.3%; */
width: 336px;
height: 336px;
}
.about_presence_flex_item5{
    width: 41%;
    
    /* height: 100%; */
}
.about_presence_flex h1, .about_presence_flex1 h1{
    font-size: 5rem;
    line-height: 150%;
    font-weight: 500;
    font-family: "Red Hat Display", sans-serif;
    color: #36454f;
}

.about_presence_flex_item5 div{
    position: absolute;
    top:  0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #d40c16b0;
}
.leaders_header{
    padding: 5%;
    padding-left: 18%;
    padding-bottom: 3%;
    width: 1200px;
    max-width: 1200px;
    /* margin: auto; */

}
.leaders_header h1{
    font-size: 3rem;
    letter-spacing: 1px;
    line-height: 120%;
    font-weight: 500;
    color: #d40c16;
    padding-bottom: 1%;
    font-family: "Red Hat Display", sans-serif;
}

.leader_slider{
    padding-left: 15%;
    padding-bottom: 5%;
    overflow: hidden;

}
.box-text{
    background-color: #e9e9e9;
    height: 150px;
    padding-left: 10%;
    padding-top: 6%;
    line-height: 140%;
}
.box-text h3{
   
}




/* .leaders_header p{

} */

@media only screen and (max-width: 767px) {
    
    .leaders_header {
        padding: 5%;
        padding-left: 10%;
        width: 90%;
    }
    .leaders_header h1 {
        font-size: 1.5rem;
    }
    .leader_slider {
        padding-left: 0%;
        padding: 5%;
    }
    .box-text {
        height: 100px;
    }
  .parallax_aboutsec1{
    background-image: url(../images/aboutus_sec4_bg_img_mob.png);
    min-height: 350px;
  
  }
    .overlay5{
        padding-top: 20%;
    }
    .careers_sec, .contact_sec{
        width: 85%;
        margin: auto;
    }
    .ethos_sec_2_flex_div2_align {
        left: 0;
        margin-top: 5%;
    }
    .overlay6{
        padding-top: 30%;
    }
    .projects_sec2 .projects_sec2_div1{
        padding-left: 10%;
    }
    .projects_sec1_flex_div1{
        width: 250px;
        padding-left: 5%;
    }
    .contact_flex, .contact_flex1, .sec5_flex{
        flex-direction: column;
    }
    .ethos_sec_4{
        left: 5%;
        right: 5%;
    }
    .ethos_sec_4 p{
        padding-top: 15%;
    }
    .sec5_flex_div1 {
        width: 100%;
        padding: 10%;
        padding-bottom: 2%;
        /* padding-left: 5%; */
    }
    .sec5_flex_div1 h4 {
        font-size: 1.2rem;
    }
    .sec6 h3, .sec6 p{
        padding: 5%;
    }
    .careers_headding{
        font-size: 1.5rem;
    }
    /* .careers_sec{
        width: 90%;
    } */
    .careers_sec p, .contact_sec p, .contact_flex_div1 {
        width: 100%;
    }
    .sec4{
        background-image: url('../images/home_sec4bg_mobile.png');
        background-size: cover;
        background-repeat: no-repeat;
        /* height: 15vh; */
        height: 500px;
    }
    .sec6{
        background-image: url('../images/home_sec6bg_mobile.png');
        background-size: cover;
        background-repeat: no-repeat;
        /* height: 15vh; */
        height: 500px;
    }
    .overlay1 {
        padding-top: 60%;
    }
    .overlay2 {
        padding-top: 50%;
    }
    .ethos_1st_para_div{
        left: unset;
        width: 100%;
    }
    .ethos_sec_2_flex{
        flex-direction: column;
    }
    .ethos_sec_2_flex_div2 {
     padding-top: 2%;
        max-width: 300px;
    }
    .ethos_headding{
        max-width: 300px;
        font-size: 1.5rem;
        margin-left: 9%;
    }
    .ethos_sec_2_flex_div1 img{
        width: 85%;
        margin:auto;
    }
    .homepage_sec2{
        width: 100%;
        margin-right: 0%;
    }

.homepage_sec2_flex{
    display: flex;
    flex-direction: column;
}

.homepage_sec2_flex_left{
    width: 100%;
    margin: 0%;
   }
   section.section_enqury_form {
    padding: 6%;
}
.col-md-6 {
    width: 100%;
}
.homepage_sec2_flex_left_div1 p, .homepage_sec2_flex_left_div2 p {
    width: 100%;
    margin-left: 0%;
}
.projects_sec2_box{
    flex-direction: column;
}
.projects_sec2_box_item{
    width: 100%;
}
.overlay3{
    left: 0;
    padding-right: 15%;
}
.homepage_sec2_flex_left_div2 p:nth-of-type(2) {
    font-size: 0.7rem;
}

.img_box_para p{
    padding-top: 70%;
    font-size: 1.5rem;
}
.img_box:hover .img_box_para p{
    margin-top: 68%;
}
.presence_headding_div, table {
    margin-left: 0;
}
.presence_headding_div .presence_headding{
    font-size: 2rem;
    margin-left: 10%;
}
.presence_table{
    width: 100%;
}
.presence_table h1{
    font-size: 3rem;

}

.presence_table span{
    font-size: 0.9rem;
    letter-spacing: 2px;
}
.presence_table a{
    font-size: 0.8rem;
}
.presence_div{
    padding: 0% 5%;
}
.aboutus_legacy_sec_flex {
    display: flex;
    flex-direction: column;
}
.aboutus_legacy_sec_flex_item {
    width: 100%;
    margin: auto;
}
.aboutus_legacy_sec_flex_item div{
    width: 85%;
    margin: auto;
    padding-left: 0%;
    padding-right: 0%;
}
.aboutus_legacy_sec_flex_item h1{
    font-size: 1.5rem;
    padding-top: 5%;
}
.aboutus_legacy_sec_flex_item p{
    padding-bottom: 10%;
}

.about_sec_6_flex {
    display: flex;
    flex-direction: column;
    padding-top: 30%;
}
.about_sec_6_flex_div {
    width: 100%;
    text-align: end;
    display: flex;
    /* padding-top: 15%; */
    justify-content: center;
    position: relative;
}
.about_sec_6_flex_div1 {
    position: relative;
    width: 100%;
    padding-top: 20%;
}
.about_sec_6_flex_div1 div {
    width: 75%;
    margin-left: 20%;
}
.overlay6 p{
    width: 85%;
    margin: auto;
}
.overlay121{
    position: absolute;
    top: 20%;
    padding-left: 20%;
    color: #fff;
}
.overlay121 h1{
    font-weight: 500;
    padding: 10% 0%;
}
.overlay121 p{
    padding-right: 20%;
}


.about_presence_flex_item, .about_presence_flex_item2, .about_presence_flex_item1, .about_presence_flex_item3, .about_presence_flex_item4
{
    padding: 3%;
    width: 50%;
    padding-left: 8%;
    height: auto;
}
.about_presence_flex_item3, .about_presence_flex1{
    background-color: #fff;
}
.about_presence_flex h1, .about_presence_flex1 h1 {
    font-size: 3rem;
}
.about_presence_flex_item2{
    background-color: #e9e9e9;
}
.about_presence_flex_item5 {
    /* width: 41%; */
    /* height: 100%; */
    width: 50%;
    }

    .parallax_sec4{
background-image: url('../images/home_sec4bg_mobile.png');
background-repeat: no-repeat;
    }
    .parallax_sec6{
        background-image: url('../images/home_sec6bg_mobile.png');
        background-repeat: no-repeat;   
    }
    .presence_table td, .presence_table th {
    border: 1px solid #c65a5f;
    padding: 2%;
    }
}


@media screen and (min-width : 1224px) {
    .overlay8_1{
        top: 50%;
    }
    .overlay8_1 h1{
        padding: 10% 0;
    }
    .sec5_flex_div1 {
        width: 65%;
        padding-left: 10%;
    }
    .overlay5{
        padding-top: 8%;
    }
    .ethos_headding{
        max-width: 500px;
        font-size: 2rem;
        margin-left: 16%;
    }
    .careers_headding{
        font-size: 2rem;
    }
    .ethos_1st_para_div{
        /* top: 72.8%; */
        width: 500px;
    }
    .sec4, .sec6{
        height: 500px;
    }
    .homepage_sec2_flex_left{
        width: 65%;
        /* margin: 5%; */
       }
    section.section_enqury_form {
        padding: 3% 9.5%;
    }
    .homepage_sec2_flex_left_div1, .homepage_sec2_flex_left_div2 {
        width: 100%;
        /* margin-left: 10%; */
        padding: 14.8%;
    }
    .homepage_sec2_flex_left_div1 p, .homepage_sec2_flex_left_div2 p {
        width: 65%;
        margin-left: 5%;
    }
    .homepage_sec2_flex_left_div2 p:nth-of-type(2){
        font-size: 0.8rem;
    margin-bottom: 1%;   
    }
    .img_box_para p{
        padding-top: 65%;
    }
    .img_box:hover .img_box_para p{
        margin-top: 63%;
    }


    .about_sec_6_flex_div1 div{
        width: 400px;
        margin-left: 15%;
    }

    
.presence_table {
    border-collapse: collapse;
    max-width: 450px;
    width: 400px;
    text-align: center;
}

.presence_table td, .presence_table th {
    border: 1px solid #c65a5f;
    padding:5%;
    width: 50%;
    padding-bottom: 8%;
}
.presence_headding_div, table{
    margin-left: 12%;
}
.presence_headding_div .presence_headding{
    margin-left: 4%;
    letter-spacing: 2px;
    font-size: 3rem;
    color: #e41c24;
    padding-bottom: 8%;
}
.presence_table h1{
    font-size:3rem;
    line-height:150%;
    
  }
  .presence_table span{
    font-size:0.9rem;
    font-weight:500;
    color:#000;
    text-align: left;
    
  }
  .presence_table a{
    font-size:1rem;
    font-weight:500;
    color:#000
  }
  .presence_block_bg{
  background-color: #f2f6f7;
  } 
  .presence_block_flex{
    display: flex;
  }
  .presence_block_flex_left{
    width: 40%;
    margin-left: 5%;
  }
  .presence_block_flex_right{
    width: 60%;
  }
  .projects_sec1_flex_div1 {
    width: 230px;
}

.projects_sec2_box_item_right {
    max-width: 580px;
    padding-right: 10%;
    padding-top: 8%;
    
}
.projects_sec2_box_item_right h1{
    font-weight: 500;
    padding-right: 15%;
    line-height: 120%;
    color: #666666;
}
.projects_sec2_box_item_right_bottom_hr{
    margin-top: 5%;
    width: 120px;
    color: #c65a5f;
    height: 4px;
    background-color: #c65a5f;
}

.aboutus_legacy_sec_flex_item{
    width: 88%;
}
.aboutus_legacy_sec_flex_item div{
    padding-left: 29%;
    padding-right: 5%;
}
.aboutus_legacy_sec_flex_item h1{
    font-size: 2rem;
    letter-spacing: 1px;
    line-height: 120%;
    font-weight: 500;
    color: #d40c16;
}
.aboutus_legacy_sec_flex_item p{
    max-width: 450px;
}

.ethos_sec_2_flex_div2_align {
    left: -7%;
    padding-bottom: 5%;
}

.overlay1 {
    text-align: center;
    color: #fff;
    padding-top: 15%;
}
.overlay2 {
    text-align: center;
    color: #fff;
    padding-top: 15%;
}




.about_presence_flex_item1{
    /* width: 20%; */
    padding: 4%;
    width: 225px;
    height: 225px;
    background-color: #e9e9e9;
    }
    .about_presence_flex_item, .about_presence_flex_item2{
    /* width: 40%; */
    padding: 4%;
    width: 225px;
    height: 225px;
    }
    .about_presence_flex_item3, .about_presence_flex_item4{
        /* width: 26%; */
           /* width: 26%; */
           padding: 2.8%;
           /* width: 19.5%; */
           padding-left: 4%;
           width: 225px;
           height: 225px;
    }
    .about_presence_flex_item5{
        width: 41.1%;
        /* height: 100%; */
    }
    .about_presence_flex h1, .about_presence_flex1 h1{
        font-size: 3rem;
        line-height: 150%;
        font-weight: 500;
        font-family: "Red Hat Display", sans-serif;
        color: #36454f;
    }



}



@media screen and (min-width : 1824px) {
    .ethos_sec_2_flex_div2_align{
        left: -5%;
        padding-bottom: 5%;
    }
    .overlay5{
        padding-top: 8%;
    }
    .img_box_para p{
        padding-top: 65%;
    }
    .ethos_1st_para_div {
        /* top: 74.6%; */
        width: 600px;
    }
    .careers_headding{
        font-size: 2.6rem;
    }
    
    .ethos_headding{
        max-width: 700px;
    font-size: 3rem;
    margin-left: 27%;
    }
    .sec4, .sec6{
        height: 700px;
    }
    .sec5_flex_div1 {
        width: 50%;
        padding: 5%;
        padding-left: 16%;
    }
    .homepage_sec2_flex_left{
        width: 60%;
        /* margin: 5%; */
       }
    section.section_enqury_form {
        padding: 3% 15%;
    }

    
.homepage_sec2_flex_left_div1, .homepage_sec2_flex_left_div2{
    width: 100%;
    /* margin-left: 10%; */
    padding: 10.82%;
}

.homepage_sec2_flex_left_div1 p, .homepage_sec2_flex_left_div2 p{
    width: 50%;
    margin-left: 20%;
}
.homepage_sec2_flex_left_div2 p:nth-of-type(2){
    font-size: 1rem;
margin-bottom: 1%;   
}
.homepage_sec2_flex_left_div2 a{
    background-color: #fff;
    color: #e41c24;
    padding: 1% 2%;
}

.homepage_sec2_flex_left_div2{
    background-color: #e41c24;
    color: #fff;
}
.img_box:hover .img_box_para p{
    margin-top: 63%;
}


.presence_table {
    border-collapse: collapse;
    max-width: 550px;
    width: 550px;
    text-align: center;
}

.presence_table td, .presence_table th {
    border: 1px solid #c65a5f;
    padding:5%;
    width: 50%;
    padding-bottom: 10%;
}
.presence_headding_div, table{
    margin-left: 16%;
}
.presence_headding_div .presence_headding{
    margin-left: 5%;
    letter-spacing: 2px;
    font-size: 4rem;
    color: #e41c24;
    padding-bottom: 10%;
}
.presence_table h1{
    font-size:5rem;
    line-height:150%;
    
  }
  .presence_table span{
    font-size:1.2rem;
    font-weight:500;
    color:#000;
    text-align: left;
  }
  .presence_table a{
    font-size:1.2rem;
    font-weight:500;
    color:#000
  }
  .presence_block_bg{
  background-color: #f2f6f7;
  } 
  .presence_block_flex{
    display: flex;
  }
  .presence_block_flex_left{
    width: 40%;
    margin-left: 10%;
  }
  .presence_block_flex_right{
    width: 60%;
  }
  .projects_sec1_flex_div1 {
    width: 300px;
}

.projects_sec2_box_item_right {
    max-width: 800px;
    padding-right: 10%;
    padding-top: 7%;
    
}
.projects_sec2_box_item_right h1{
    font-weight: 500;
    padding-right: 15%;
    line-height: 120%;
    color: #666666;
}
.projects_sec2_box_item_right_bottom_hr{
    margin-top: 2%;
    width: 150px;
    color: #c65a5f;
    height: 5px;
    background-color: #c65a5f;
}

.about_sec_6_flex_div1 div{
    width: 500px;
    margin-left: 15%;
}
.aboutus_legacy_sec_flex_item{
    width: 58.5%;
}
.aboutus_legacy_sec_flex_item div{
    padding-left: 29%;
    padding-right: 5%;
}
.aboutus_legacy_sec_flex_item h1{
    font-size: 3rem;
    letter-spacing: 1px;
    line-height: 120%;
    font-weight: 500;
    color: #d40c16;
}
.aboutus_legacy_sec_flex_item p{
    max-width: 550px;
}
.overlay1 {
    text-align: center;
    color: #fff;
    padding-top: 10%;
}
.overlay2 {
    text-align: center;
    color: #fff;
    padding-top: 10%;
}

.about_presence_flex_item1{
    /* width: 20%; */
    padding: 4%;
    width: 336px;
height: 336px;
    background-color: #e9e9e9;
    }
    .about_presence_flex_item, .about_presence_flex_item2{
    /* width: 40%; */
    padding: 4%;width: 336px;
    height: 336px;
    
    }
    .about_presence_flex_item3, .about_presence_flex_item4{
        /* width: 26%; */
        padding: 3.2%;
    /* width: 17.3%; */
    padding-left: 4%;
    width: 336px;
height: 336px;
    
    }
    .about_presence_flex_item5{
        width: 41.1%;
        /* height: 100%; */
    }
    .about_presence_flex h1, .about_presence_flex1 h1{
        font-size: 5rem;
        line-height: 150%;
        font-weight: 500;
        font-family: "Red Hat Display", sans-serif;
        color: #36454f;
    }


}