body{
    background-color:#f8f9f8;
}
.main_info_about{
    padding: 50px 50px 30px 50px;
    position: relative;
}
.header_about{
    color:#234C42;
    font-size: 32px;
    font-weight: 700;
    line-height: 60px;
    letter-spacing: 0em;
    text-align: right;
}
.info_header_about{
 margin-top: 30px;   
font-size: 22px;
font-weight: 600;
line-height: 41px;
letter-spacing: 0em;


}
.hr_small{
    width: 30px;
    height: 4px;
    border-radius: 50px;
    margin-right: 10px;
    background-color:#CD4A00;
    display: inline-block;
}
.hr_ball{
    width: 6px;
    height: 4px;
    border-radius: 50%;
    background-color:#D6C0A0;
    display: inline-block;

}
.p_aboutus{

font-size: 22px;
font-weight: 600;
line-height: 41px;
letter-spacing: 0em;
}



.section6_about{
    height: 400px;
    position: relative;
}
.back{
    
    width:100%;
    position: absolute;
    bottom:0px;
    z-index: -100;
}
.downdown{
    width:100%;
    position: absolute;
    bottom:0px;
    z-index: -100;
}

.section6_about .down_sec6{


height: 229px;
bottom:0px;
display: flex;
align-items: center;
justify-content: center;
color: #fff;
}
.section6_about .content img{
    width: 100%;
}
.section6_about .down_sec6 .text{
    font-family: Cairo;
    font-size: 20px;
    font-weight: 700;
    line-height: 37px;
    letter-spacing: 0em;
    text-align: right; 
    padding: 0px;
    margin: 0px;
    
}
.section6_about .down_sec6 .num{
    font-family: Cairo;
    font-size: 42px;
    font-weight: 700;
    line-height: 79px;
    letter-spacing: 0em;
    text-align: right;
    padding: 0px;
    margin: 0px;

}
.map{
    width: 100%;
    height:400px;
    margin-top: 30px;
    margin-bottom: 30px;
}
.map_frame{
    padding: 10px !important;
}


@media screen and (max-width: 600px){

    .section6{
        height: 200px;
        position: relative;
    }
    .section6_about .down_sec6{


    height: 229px;
    bottom:0px;
    display: flex;
    align-items: end !important;
    justify-content: center;
    color: #fff;
}
    .section6_about .down_sec6 .text{
        font-family: Cairo;
        font-size: 18px;
        font-weight: 700;
        height: 50px !important;
        letter-spacing: 0em;
        padding: 0px;
        margin: 0px;
        width: fit-content;
        height: fit-content;
    }
    .section6_about .down_sec6_about .num{
        font-family: Cairo;
        font-size: 20px;
        font-weight: 700;
        height: 50px !important;
        letter-spacing: 0em;
        padding: 0px;
        margin: 0px;
        width: fit-content;
        height: fit-content;
    
    }
    .section6_about .header_about{
        font-size: 24px;
        
    }
    .main_info_about .header_about{
        font-size: 24px;
    }
  }

@media only screen and (max-width:768px) {
    .p_aboutus{

        font-size: 17px;
        font-weight: 400;
        line-height: 41px;
        letter-spacing: 0em;
        }
        
        .aboutus .header{
            font-size: 22px;
        font-weight: 600;
        line-height: 41px;
        letter-spacing: 0em;
        }
 }



















.search{
    width: 230px;
    height: 50px;
    border:0.5px solid #6C6C6C66;
    border-radius:12px;
    margin-right: 12%;
    background-color:#fff
  }
  
  .form-control:focus {
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 109, 253, 0);
  }
  .navbar{
    height: auto;
    background-color:#fff !important;
    position: sticky;
    top:0px;
    width: 100%;
    z-index: 100000000000000;
  }
  
  
  .nav-item .nav-link{
    font-size: 20px;
    font-weight: 400;
    line-height: 37.48px;
    color:#1A1A1A;
  }
  .nav-item .nav-link:hover{
    color: #CD4A00;
  }
  .delete{
    display: none !important;
  }
  .nav-btn{
    width:115px ;
    height:48px ;
    background-color:#234C42;
    color:#fff;
    border-radius:8px;
    margin-right: 10%;
    font-size: 18px;
    font-weight: 400;
    line-height: 33.73px;
  }
  .navbar-toggler{
   color:#234C42 !important;
   font-size: 30px;
  }
  .navbar-collapse{
    margin-right: 5%;
  }
  
  @media only screen and (max-width: 900px) {
    .nav{
        display: flex;
        
    }
    .search{
        display: none !important;
        margin-right: 0px;
    }
    #navbarNavDropdown{
        background-color:#fff;
       
    }
    .nav-btn{
        margin-right: 0px !important; 
    }
  }
  
  @media only screen and (max-width: 1050px) {
  
    .nav-link{
        font-size:14px !important;
        font-weight: 200;
    }
    .search{
       margin-right:5%;
    }
    .navbar-collapse{
        margin-right: 2%;
    }
    .nav-btn{
        width:80px ;
        height:40px ;
        background-color:#234C42;
        color:#fff;
        border-radius:8px;
        margin-right: 10%;
        font-size: 16px;
        font-weight: 400;
        line-height: 33.73px;
    }
    .search{
        width: 170px;
        height: 40px;
        border:0.5px solid #6C6C6C66;
        border-radius:8px;
        margin-right: 8%;
        background-color:#fff
    }
  }
  
  @media only screen and (max-width: 1150px) and (min-width: 1050px) {
    .nav-link{
        font-size:16px !important;
        font-weight: 200;
    }
    .search{
       margin-right:0%;
    }
    .navbar-collapse{
        margin-right: 2%;
    }
    .nav-btn{
        width:90px ;
        height:43px ;
        background-color:#234C42;
        color:#fff;
        border-radius:8px;
        margin-right: 10%;
        font-size: 18px;
        font-weight: 400;
        line-height: 33.73px;
    }
    .search{
        width: 200px;
        height: 45px;
        border:0.5px solid #6C6C6C66;
        border-radius:8px;
        margin-right: 5%;
        background-color:#fff
    }
  }
  @media only screen and (max-width: 1270px) and (min-width: 1151px) {
    .nav-link{
        font-size:16px !important;
        font-weight: 200;
    }
    .search{
       margin-right:0%;
    }
    .navbar-collapse{
        margin-right: 5%;
    }
    .nav-btn{
        width:90px ;
        height:43px ;
        background-color:#234C42;
        color:#fff;
        border-radius:8px;
        margin-right: 10%;
        font-size: 18px;
        font-weight: 400;
        line-height: 33.73px;
    }
    .search{
        width: 220px;
        height: 45px;
        border:0.5px solid #6C6C6C66;
        border-radius:8px;
        margin-right: 9%;
        background-color:#fff
    }
    
  }
  
  @media only screen and  (max-width: 1350px) and (min-width: 1271px)  {
    .nav-link{
        font-size:18px !important;
        font-weight: 200;
    }
    .search{
       margin-right:7%;
    }
    .navbar-collapse{
        margin-right: 8%;
    }
    .nav-btn{
        width:90px ;
        height:43px ;
        background-color:#234C42;
        color:#fff;
        border-radius:8px;
        margin-right: 10%;
        font-size: 18px;
        font-weight: 400;
        line-height: 33.73px;
    }
    .search{
        width: 200px;
        height: 45px;
        border:0.5px solid #6C6C6C66;
        border-radius:8px;
        margin-right: 12%;
        background-color:#fff
    }
  }

  .footer4,.footer5{
    display: none !important;
  }
  ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  img {
  max-width: 100%;
  height: auto;
  }
  section {
    padding: 60px 0;
   /* min-height: 100vh;*/
  }
  .footer {
  background: #234C42 ;
  padding-top: 80px;
  padding-bottom: 40px;
  }
  /*END FOOTER SOCIAL DESIGN*/
  @media only screen and (max-width:768px) { 
  .single_footer{margin-bottom:30px;}
  }
  .single_footer h4 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 25px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 20px;
  }
  
  .single_footer p{color:#fff;}
  .single_footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
  }
  .single_footer ul li a {
  color: #fff;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  line-height: 36px;
  
  text-transform: capitalize;
  
  }
  .single_footer ul li a:hover { color: #ff3666; }
  
  .location_footer li{
    color:#fff;
    padding-bottom: 15px;
    font-size: 18px;
  }
  .single_footer_address ul li{
    
    color:#fff;
    padding-bottom: 15px;
    font-size: 18px;
  }
  .single_footer_address ul li span {
  font-weight: 400;
  color: #fff;
  line-height: 28px;
  }
  .contact_social ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
  }
  
  /*START NEWSLETTER CSS*/
  .subscribe {
  display: block;
  position: relative;
  margin-top: 15px;
  width: 100%;
  }
  .subscribe__input {
  background-color: #fff;
  border: medium none;
  border-radius: 5px;
  color: #333;
  display: block;
  font-size: 15px;
  font-weight: 500;
  height: 60px;
  letter-spacing: 0.4px;
  margin: 0;
  padding: 0 150px 0 20px;
  text-align: center;
  text-transform: capitalize;
  width: 100%;
  }
  @media only screen and (max-width:768px) { 
  .subscribe__input{padding: 0 50px 0 20px;}
  }
  
  .subscribe__btn {
  background-color: transparent;
  border-radius: 0 25px 25px 0;
  color: #01c7e9;
  cursor: pointer;
  display: block;
  font-size: 20px;
  height: 60px;
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
  }
  .subscribe__btn i{transition: all 0.3s ease 0s;}
  @media only screen and (max-width:768px) { 
  .subscribe__btn{right:0px;}
  }
  
  .subscribe__btn:hover i{
  color:#ff3666;
  }
  button {
  padding: 0;
  border: none;
  background-color: transparent;
  -webkit-border-radius: 0;
  border-radius: 0;
  }
  
  .social_profile {margin-top:30px;}
  .social_profile ul{
  list-style: outside none none;
  margin: 0;
  padding: 0;
  }
  .social_profile ul li{float:left;}
  .social_profile ul li a {
  text-align: right;
  border: 0px;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  margin: 0px 5px;
  font-size: 18px;
  color: #fff;
  border-radius: 30px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  display: block;
  border:  none
  }
  .social_profile2 {margin-top:30px;}
  .social_profile2 ul{
  list-style: outside none none;
  margin: 0;
  padding: 0;
  }
  .social_profile2 ul li{float:left;}
  .social_profile2 ul li a {
  text-align: right;
  border: 0px;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  margin: 0px 5px;
  font-size: 18px;
  color: #fff;
  border-radius: 30px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  display: none;
  border:  none
  }
  @media only screen and (max-width:768px) { 
  .social_profile ul li a{margin-right:10px;margin-bottom:10px;}
  .social_profile2 ul li a{margin-right:10px;margin-bottom:10px;}
  }
  @media only screen and (max-width:680px) { 
  .social_profile ul li a{
  width:40px;
  height:40px;
  line-height:40px;
  }
  .social_profile2 ul li a{
      width:40px;
      height:40px;
      line-height:40px;
      }
  .social_profile{
      display: none !important;
  }
  .footer5 .social_profile{
      display: flex !important;
  }
  .footer2, .footer3{
      display: none  !important;
  }
  .footer4, .footer5{
      display: flex !important;
  }
  
  .location_footer li{
      color:#fff;
      padding-bottom: 7px;
      font-size: 16px;
  }
  .single_footer_address ul li{
      
      color:#fff;
      padding-bottom: 7px;
      font-size: 16px;
  }
  .icons-slider{
      top:15%
  }
  .icons-slider i{
      color:#FFFFFF;
      font-size: 20px;
      margin-bottom: 10px;
       display: block;
  }
  }