/*body {
    display: block;
    margin: 0px;
    padding: 0px;
    position: relative;
    font-family: 'Times New Roman', Times, serif;
    flex-wrap: wrap;
    background-image: url(b8d3ac7f-528f-405a-9ccb-a2e85173f027.jpeg) ;
    z-index: 99999;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;

}

ul {
    list-style: none;
    padding: 0px;
    margin: 0px;

}

ul li {
    display: inline-block;
    position: relative;
}

ul li a {
    display: block;
    padding: 5px 25px;
    text-decoration-color: none;
    text-decoration: none;
    color: black;
    flex-wrap: wrap;
}

nav {

    display: block;
    margin: 0px;
    padding: 10px;
    width: auto;
    flex-direction: column;
    flex-wrap: wrap;
    background-color: #ffffff;
    position: sticky;
    top: 0em;
    z-index: 999;
    transition: all 0.3s;
    box-shadow: 0px 10px 10px #0000001a;
}

.header-top {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    border-bottom: rgba(0, 0, 0, 0.086) solid 1px;
    box-shadow: rgb(0, 0, 0);

}

.header-top-last {
    align-items: center;
    padding: 0px;
    flex-shrink: 0;
}

.header-top-last:hover {
    color: #002b4d;
}

.header-inner {

    position: relative;
    flex-wrap: wrap;

}

.container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    background-color: #ffffff;
    flex-wrap: wrap;

    initial-letter: 0.3px;
    font-size: 18px;
}

.logo {
    position: relative;
    left: 35px;
}

.main-menu {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    padding: 0px;
    margin: 0px;
}
.main-menu-2{
   display: none;
}

.main-menu ul li {
    position: relative;
}

.main-menu ul li a {
    display: block;
    padding: 25px;
    margin: 0px;



}

.main-menu ul li:hover {
    content: "";
    color: rgb(12, 190, 255);
    bottom: -5px;
    font-size: 17px;
}



.dropdown-sercice {
    display: none;
}

.main-menu ul li:hover .dropdown-sercice {
    display: block;
    position: absolute;
    top: 69px;
    right: 0px;
    left: 0px;
    background-color: #ffffff;
    border-radius: 0px 25px 25px 25px;
    width: 210px;

}

.dropdown-sercice ul {
    display: block;
    margin: 0px;
}

.dropdown-sercice ul li {
    width: 210px;
}

.background-image {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    /* Align content to the top */
/* padding: 2rem 1rem;
    align-content: center;
    flex-wrap: wrap;
    position: relative;
    z-index: 2;
    width: auto;
    height: 400px;
    flex-wrap: wrap;

    background-image: url("group photo.jpg");

    background-size: cover;
}



.logo-img {
    width: 120px;
    height: auto;
}

.header-text {
    width: auto;
    height: auto;
    flex: 1;
    padding: 0 1rem;
    text-align: center;

    color: #e2c77e;
    /* Gold text color */
}

/*.header-text h1 {
    font-size: 1.8rem;
    margin-bottom: 0.5rem;
    font-family: 'Georgia', serif;
    color: #e2c77e;
}

.header-text p {
    font-size: 1rem;
    margin-bottom: 0.3rem;
    font-family: 'Georgia', serif;
    color: #fff;
}

.header-text h2 {
    margin-top: 0.8rem;
    font-size: 1.2rem;
    font-family: 'Georgia', serif;
    color: #e2c77e;
}
.b{
    display: block;
    justify-content: center;
    justify-items:center ;
    width: auto;
    margin: 0px;
    padding: 0px;
      
    border-bottom: #00000067 solid 2px;
}
.b-section {
    
    justify-items: center;
    justify-content: center;
    align-items: center;
    margin: 0px;
    padding: 35px;

    display: grid;
    width: auto;
    height: 450px;
    justify-content:space-between ;
    grid-template-rows: 150px 1fr 1fr;
    grid-gap: 1rem;
    grid-template-areas:
        
        "b-title"
        "b-row b-row b-row"
    ;

}

.b-title {
    display: grid;
    color: black;
    justify-items: center;

}
.b-title h1{
    font-size: 30px;
}
.b-title p {
    color: rgba(0, 0, 0, 0.545);

}

.b-row {
    display: grid;
    display: flex;

}

.b-features {
    padding: 30px;
    text-align: center;
    width: 20em;
    border: #000000 solid 1px;
    border-radius: 20%;
    background-color: #ffffff;
    margin: 10px;
}
.b-features:hover i{
    color: #ff55d4;

}
.b-features i {
    font-size: 60px;
}

.b-features p {
    color: rgba(0, 0, 0, 0.545);
}
.c{
    display: block;
}

.service {

    
    display: grid;
    width: auto;
    height: 300px;
    padding: 0px 20px;
    align-items: center;
    justify-items: center;
    justify-content:space-between ;
    grid-template-rows: 1fr 1fr 1fr;
    grid-gap: 1rem;
    grid-template-areas:
        
        "service-1 service-2 service-3 service-4"
    ;


}

.service-1 {
    display: grid;
    position: relative;
    top: 75px;
    width: 250px;

    align-items: center;

    justify-items: center;
    padding: 10px;

    grid-gap: 1rem;
    grid-template-areas:
        "icons content"
    ;
}

.service-2 {
    display: grid;
    position: relative;
    top:75px;
    justify-items: center;
    padding: 10px;
    align-items: center;
    grid-gap: 1rem;
    grid-template-areas:
        "icons content"
    ;
}

.service-3 {
    display: grid;
    position: relative;
    top: 75px;
    align-items: center;
    justify-items: center;
    padding: 10px;

    grid-gap: 1rem;
    grid-template-areas:
        "icons content"
    ;
}

.service-4 {
    display: grid;
    position: relative;
    top:75px;
    justify-items: center;
    padding: 10px;
    align-items: center;
    grid-gap: 1rem;
    grid-template-areas:
        "icons content"
    ;
}


.icons {
    font-size: 60px;
    color: black;
    margin: 10px;
    border-radius: 50%;
    border: black solid 2px;
    align-items: center;
    align-content: center;
    justify-items: center;
    justify-content: center;
    width: 100px;
    height: 100px;

    position: relative;


    overflow: hidden;

}

.fa-calendar-days {
    padding: 25px;
    position: relative;
    bottom: 8px;
    left: 0px;

}

.fa-face-smile {
    padding: 25px;
    position: relative;
    bottom: 4px;
    left: -5px;
}

.fa-user {
    padding: 25px;
    position: relative;
    bottom: 8px;
    left: -2px;
}

.fa-house {
    padding: 25px;
    position: relative;
    bottom: 8px;
    right: 8px;
}
.service-1:hover .icons{
    color: #229fff;
    background-color: #ffffff;

}
.service-2:hover .icons{
    color: #229fff;
    background-color: #ffffff;

}
.service-3:hover .icons{
    color: #229fff;
    background-color: #ffffff;

}

.service-4:hover .icons{
    color: #229fff;
    background-color: #ffffff;

}

.counter {
    font-size: 40px;
}
.why-choose section{
   
}
.why-choose{
    padding: 50px;
}
.choose{
    display: flex;
    flex-direction: row;
}
.choose-left{
    width: 50%;

}
.choose-right{
    
    align-items: center;
    justify-items: center;
    justify-content: center;
    font-size: 50px;
}
.section-title{
    text-align: center;

}*/
.d{
    margin: 0px;
    padding: 0px;
    width: auto;
    height: fit-content;
 
    display: block;
    position: relative;
}
.d-row{
    display: flex;
    flex-direction: column;
    position: relative;
    padding: 20px 100px;
    width: auto;
    height: fit-content;
    gap: 5rem;
    
}
.d-row-1{
    border: #000000 solid 2px;
    max-width: 75%;
   display:flex;
    position: relative;
    left: 15%;
    border-radius: 50px;
    background-size: cover;
    padding: 50px;
    margin: 20px;
   overflow:visible;
}
.d-row-2{
    border: #000000 solid 2px;
    max-width: 75%;
    position: relative;
  
    border-radius: 50px;
    background-size: cover;
    padding: 50px;
    margin: 20px;
   
}
.d-row-1-img{

        border: #000000 solid 2px;
width:200%;
    background-size: cover;
    border-radius: 10%;
     position: relative;
    left: -25%;
    overflow: hidden;

}
.d-row-2-img{
        border: #000000 solid 2px;
    width: fit-content;
    background-size: cover;
    border-radius: 10%;
     position: relative;
    left: 75%;
    overflow: hidden;

}
.d-row-1-img p{
    padding: 10px;
    position: absolute;
   
    top: 0px;
    text-align: center;
    width: 20px;
}


.footer-top {
    width: auto;
    height: 250px;
    margin: 0px;
    padding: 50px;
    background-color: #229fff;
    border-bottom: #007cdb solid 60px;
    display: block;

}

.footer-top-in{
    align-self: center;
    text-align: center;
    display: flex;
    flex-direction: column;
    font-size: 20px;
    
}
.footer-top-in ul li{
    display: block;
}
@media (max-width:858px){



.main-menu {
    display: none;
    flex-wrap: wrap;
    position: relative;
    padding: 0px;
    margin: 0px;
}
.main-menu-2 {
   
  display: flex;
    max-width: 858px;
}
.main-menu-row{
    display: none;
}

.fa-bars{
   
 font-size: 40px;
}
.main-menu-2 ul :hover .main-menu-row{
    display: block;
    position: absolute;
    z-index: 9999 ;
    top: 69px;
    right: 0px;
    left: 0px;
    background-color: #fff;
    border-radius: 0px 25px 25px 25px;
    width: 210px;

   
}
.b-section {
    
    
 justify-items: center;
    justify-content: center;
    align-items: center;
    margin: 0px;
    padding: 35px;

    display: grid;
    width: auto;
    height: auto;
    justify-content:space-between ;
    grid-template-rows:none;
    grid-gap: 1rem;
 
  

}
.b-title {
    
    color: black;
    justify-items: center;

}

.b-title p {
    color: rgba(0, 0, 0, 0.545);

}

.b-row {
    
    display: flex;
    flex-direction: column;

}

.b-features {
    padding: 30px;
    text-align: center;
    width: 20em;
}
.b-features:hover i{
    color: #007cdb;

}
.b-features i {
    font-size: 60px;
}

.b-features p {
    color: rgba(0, 0, 0, 0.545);
}
.c{
    display: block;
    height: auto;
    width: auto;
    
    padding: 0px;
    margin: 0px;
    
    
}
.service {

    background-color: rgb(193, 225, 255);
    display: grid;
    width: auto;
    height: fit-content;
    padding: 20px 20px;
    justify-content: center;
grid-template-rows: none;
  justify-content: space-evenly;
    grid-gap: 1rem;
    grid-template-areas:
       "service-1 service-2"
       "service-3 service-4"
    ;


}

.service-1 {
    display: grid;
    position: relative;
   top: 0;

    align-items: center;
text-align: center;
    justify-items: center;
    padding: 10px;

    grid-gap: 1rem;
    grid-template-areas:
        "icons"
        "content"
    ;
}

.service-2 {
    display: grid;
    position: relative;
top: 0;
  text-align: center;
  
  width: 250px;
    justify-items: center;
    padding: 10px;
    align-items: center;
    grid-gap: 1rem;
    grid-template-areas:
        "icons"
        "content"
    ;
}

.service-3 {
    display: grid;
 position: relative;
 top: 0;
 right: 0px;
    align-items: center;
    justify-items: center;
    padding: 10px;
text-align: center;
    grid-gap: 1rem;
    grid-template-areas:
        "icons"
        "content"
    ;
}

.service-4 {
    display: grid;
position: relative;
text-align: center;
top: 0;
right: 0;
    justify-items: center;
    padding: 10px;
    align-items: center;
    grid-gap: 1rem;
    grid-template-areas:
        "icons"
        "content"
    ;
}


.icons {
    font-size: 60px;
    color: black;
    margin: 10px;
    border-radius: 50%;
    border: black solid 2px;
    align-items: center;
    align-content: center;
    justify-items: center;
    justify-content: center;
    width: 100px;
    height: 100px;

    position: relative;


    overflow: hidden;

}

.fa-calendar-days {
    padding: 25px;
    position: relative;
    bottom: 8px;
    
    left: 0px;

}

.fa-face-smile {
    padding: 25px;
    position: relative;
    bottom: 4px;
    left: -5px;
}

.fa-user {
    padding: 25px;
    position: relative;
    bottom: 8px;
    left: -2px;
}

.fa-house {
    padding: 25px;
    position: relative;
    bottom: 8px;
    right: 8px;
}

.d{
    margin: 0px;
    padding: 0px;
    width: auto;
    height: fit-content;
 margin-top: 100px;
    display: block;
    position: relative;
}
.d-row{
    display: flex;
    flex-direction: column;
    position: relative;
    padding: 20px 10px;
    width: auto;
    height: fit-content;
    gap: 15rem;
    
}
.d-row-1{
    border: #000000 solid 2px;
    max-width: 100%;
    position: relative;
    left: 0;
    justify-content: center;
    justify-items: center;
    border-radius: 50px;
    background-size: cover;
    padding: 50px;
    margin: 20px;
   
}
.d-row-2{
    border: #000000 solid 2px;
    max-width: 100%;
    position: relative;
      justify-content: center;
    justify-items: center;
  left: 0;
    border-radius: 50px;
    background-size: cover;
    padding: 50px;
    margin: 20px;
   
}
.d-row-1-img{
        border: #000000 solid 2px;
  
    background-size: cover;
    border-radius: 10%;
     position: relative;
    left: 0;
    top: -150px;
    overflow: hidden;

}
.d-row-2-img{
        border: #000000 solid 2px;
    width: 200px;
    height: 200px;
    background-size: cover;
    border-radius: 10%;
     position: relative;
    left: 0;
    top: -150px;
    overflow: hidden;


}
.d-row-2-img p{
    padding: 5px;
    margin: 0px;
    align-self: center;
}





    
}