*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    /* transition: 0.5s; */
    /* border: 1px solid black; */
}
#about_body{
    background: url(../images/abc12.jpeg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    /* should change below 1225px  */
    background-repeat: no-repeat;
}
.main_font_theme{
    color: #17C1E8 !important;
  }
  .main_bg_theme{
    background: #17C1E8 !important;
  }

  .secondary_font_theme{
      color: #344767;
  }

.bg_black_transparent{
    background-color: rgb(17 17 17 / 36%);
}
.bg_light_grey{
    background-color: #f6f6f6;
    /* background-color: #f6f6f6; */
}

/* ----- about section - 2nd  -  */
.about_content h2{
    font-weight: 400;
    font-size: 2.6rem;
}
/* ------------------------  */

.bg_theme{
    background: linear-gradient(310deg, rgb(33, 82, 255), rgb(33, 212, 253)) !important;
}
.font_color{
    color: #17C1E8;
}
.font_color:hover{
    color: #000;
}
.line_height{
    line-height: 1.6em;
}
.font_1_7rem{
    font-size: 1.7rem
}

.border_theme{
    border: 1px solid #17C1E8;
}
#about_main_section .about_development_hub .about_development p{
    font-size: 1.7rem;
} 
.object_fit_cover{
    object-fit: cover;
}
.redwerk_img_section{
    gap: 15px;
}
.redwerk_img_section .img_resize{
    height: 110px;
    width: 110px;
}
.cursor_pointer{
    cursor: pointer;
}

/* Go to Infographic */
#btn_infographic{
    color: #fff;
}
#btn_infographic:hover{
    /* color: #17C1E8; */
    /* border: 1px solid #17C1E8; */
    background: linear-gradient(310deg, rgb(26 68 218), rgb(23 141 168)) !important;
}


/* - ----------------------------Life in Redwerk ---------------------  - */

.educative_title{
    color: #8cd4d9;
}
.unbiased_title{
    color: #82d59f;
}
.concerned_title{
    color: #a2bb75;
}
.eco_friendly_title{
    color: #f1c26f;
}










/* contact Now- button bg-white for hover */
.btn_contact_now:hover{
    background: white !important;
    color: #000000 !important;
}

/* Tell Us About Your Project - Add file btn  */
#add_file:hover{
    color: white !important;
    border: 1px solid #17C1E8;
    background: linear-gradient(310deg, rgb(33, 82, 255), rgb(33, 212, 253)) !important;
}
#add_file i{
    color: #17C1E8;
}
#add_file:hover i{
    color: white !important;
}

#btn_send:hover{
    background: white !important;
    color: #17C1E8 !important;
}
textarea {
    resize: none;
}

/* --------------- Achievemns------------  */
.achievements_container .achievements_container_div img{
    height: 150px;
    width: 150px;
}


/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
   
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  
}

/* ipad air  */
@media only screen and (max-device-width: 820px) {
    .achievements_container_div{
        gap: 15px;
    }
    .achievements_container .achievements_container_div img{
        height: 80px;
        width: 80px;
    }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (max-width: 768px) {
    #our_team .container .row .team_box .team_box_bg_lite_grey{
        background-color: #e9e9e9 !important;
    }
    .achievements_container .achievements_container_div img{
        height: 90px;
        width: 90px;
    }
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .achievements_container .achievements_container_div img{
        height: 80px;
        width: 80px;
    }
}

/* /* ---- iphone 13pro max ---------- */
@media only screen and (max-device-width: 430px) {
    .redwerk_img_section .img_resize{
        height: 80px;
        width: 80px;
    }
    
}

/* /* ---- iphone XR max ---------- */
@media only screen and (max-device-width: 414px) {
}

/* pixel 5  ----------- */
@media only screen and (max-device-width: 393px) {
}

/* iPhone 12 pro ----------- */
@media only screen and (max-device-width: 390px) {
    .about_content h2{
        font-weight: 400;
        font-size: 1.6rem;
    }
}

/* iPhone 6, 7, 8 ----------- */
@media only screen and (max-device-width: 375px) {
}

/* samsung galaxy  */
@media only screen and (max-device-width: 360px) {
}


