* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;
}

html {
    height: 100%;
    width: 100%;

}

/* body { overflow-x:hidden; } */

body {
    background-color: rgb(241, 242, 248);
    height: auto;
}

.logo img {
    border-radius: 50%;
    margin-left: 80px;
    height: 50px;
    /* background-image: url("images/sunset.png"); */
}


.middleclass {
    max-width: 1310px;
    background-color: transparent;
    width: 100%;
    display: flex;
    position: relative;
    align-items: center;
    flex-direction: row;
    margin: auto;
    height: 80px;

}

.middleclass nav ul {
    display: flex;
    flex-direction: row;
    width: 100%;
    padding: 150px;
    justify-content: space-between;
    margin-left: 100px;
    list-style-type: none;
    text-decoration: none;
    font-size: 20px;
    font-weight: 600;
}

li a:is{

}

.middleclass ul a {
    text-decoration: none;
    color: #557fa5;
}

.middleclass ul li :hover {

    color: rgb(14, 179, 137);
}

.middleclass ul li :active {
   
}

.footer {
    left: 0;
    bottom: 0;
    background-color: bisque;
    width: 100%;
    height: auto;
    text-align: center;
    color: rgb(12, 14, 13);
    margin-top: 12px;
}

.footer h3 {
    padding: 50px;
}

.footer p,
address {
    padding: 20px;
}

.banner {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    background-color: white;
}



.banner img {
    width: 50%;
    height: auto;
    object-fit: cover;
}



.banner .banner-content {
    max-width: 531px;
    margin: auto;
    line-height: 2;
    text-align: center;
    color: darkslategray;

}



.banner-content h1 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.section-title {
    text-align: center;
    text-transform: capitalize;
    margin-left: auto;
    margin-bottom: 60px;
    margin-right: auto;
    padding: 30px;

}

.section-title h1 {
    font-size: 2.5rem;
    padding: 26px;
}

.section-title h2 {
    font-size: 40px;
    font-weight: 600;
    margin: auto;

}

.section-title h2 span {
    color: green
}

.card-container {
    max-width: 70vw;
    width: 100%;
    margin: auto;
}

.card-body {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.row {
    /* display: flex; */
    flex-direction: column;
    flex-wrap: wrap;
    margin: auto;
    justify-content: space-between;
    background-color: #ffffff;
    -webkit-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.03);
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.03);
    border-radius: 35px;
    padding: 30px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    position: relative;
    margin-bottom: 30px;
    width: 26%;
    margin: 30px;
}

.row:hover {
    -webkit-box-shadow: 0 5px 50px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0px 13px 21px 6px rgb(29 28 25 / 23%);

}

.row img {
    height: 85px;
    width: 85px;
    padding-bottom: 11px;
}

.row h3 {
    margin-bottom: 10px;
    font-size: 22px;
    font-weight: 700;
}

.row h3:hover {
    color: brown;
}

.row p {
    line-height: 1.5;
   
}

.middle-section {
    display: flex;
    flex-direction: row;
    padding: 15px;
    max-width: 1310px;
    margin: auto;
}

.services-left {
    /* background: antiquewhite; */
    padding: 15px;
    width: 60%;
}

.services-left h2 {
    padding: 10px;
}

.services-left p {
    line-height: 1.5;
    text-align: justify;
}

.row-box {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.row-box img {
    height: 106px;
}

.row-box {
    padding: 20px;
}

.img-box {
    color: #000000;
    background-color: #ffffff;
    border: 1px solid #f2effc;
    -webkit-box-shadow: 0px 2px 4px 0px rgba(12, 0, 46, 0.04);
    box-shadow: 0px 2px 4px 0px rgba(12, 0, 46, 0.04);
    border-radius: 30px;
    font-size: 14px;
    padding: 12px 22px;
    margin-bottom: 25px;
    cursor: pointer;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.services-right {
    width: 55%;

}

.choose-us {
    display: flex;
    flex-direction: row;
    width: 80%;
}

.services-content {
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 15px;

}

.choose-us .right {
    max-width: 615px;
    padding-left: 30px;
}

.services-content h2 {
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 30px;
    color: brown;
}

.services-content p {
    max-width: 693px;
    line-height: 1.5;
    text-align: justify;
    margin: auto;
    font-weight: 700;
    font-size: 25px;
}

.call-action {
    max-width: 1310px;
    margin: auto;
}

.container {
    display: flex;
    /* margin: auto; */
    justify-content: space-around;
    align-items: center;
}

.imag-boxes {
    text-align: center;
    cursor: pointer;
}

.container .imag-boxes {
    padding: 25px 103px;
    border: 4px solid #bce9e5;
    border-radius: 10px;
}

.imag-boxes img {
    height: 85px;
    width: auto;
}

.imag-boxes h4 {
    font-size: 1.5rem;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
}

.imag-boxes h6 {
    font-size: 1rem;
    color: black;
}

.footer-area {
    background-color: #080a3c;
    position: relative;
    z-index: 1;
    padding-top: 80px;
    margin-top: 80px
}

.footer-area .footer-container {
    max-width: 1160px;
    margin: auto;
}

.footer-row {
    display: flex;
    padding: 80px;

}

.footer-row .footer-first {
    max-width: 42.3%;
}

.footer-first img {
    height: 72px;
    width: 74px;
    border-radius: 50%;
    margin-bottom: 20px;
}

.footer-first p {
    color: #acc5db;
    line-height: 2;
    text-align: justify;
}

.footer-right {
    color: #acc5db;
    padding-left: 76px;
    line-height: 2;
}

.footer-right ul {
    list-style: none;
}

.footer-right ul li {
    padding: 5px;

}

a {
    color: #acc5db;
    background-color: transparent;
    text-decoration: none;
}

.about-container {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    background-color: white;
}

.about-container img {
    width: 50%;
    height: auto;
    object-fit: cover;
}

.about-content {
    max-width: 40%;
}

.about-content h2 {
    text-align: center;
    margin: 25px;
    color: brown;
    font-size: 27px;
}

.about-content p {
    text-align: justify;
    margin: 62px;
    color: #661919;
    font-size: 27px;
    padding: 15px;
    /* font-weight: 700; */
    line-height: 1.5;
}

.services-container {
    max-width: 900px;
    margin: auto;
    margin-top: 80px;
    margin-bottom: 80px;

}

.services-container h1 {
    font-size: 27px;
    text-align: center;
    color: brown;
}

.product-page {
    display: flex;
    max-width: 1310px;
    margin: auto;
    
}
.products-left img{
    padding: 42px;
}
.products-right{
    padding: 40px;
}
.products-right h2{
    color: lightslategrey;
    margin-bottom: 30px;

}
.products-right p{
    text-align: justify;
    color: #661919;
    font-size: 20px;
     
    /* font-weight: 700; */
    line-height: 1.5;
}

.banner-heading{
    max-width: 900px;
    margin: auto;
    margin-top: 80px;
    margin-bottom: 80px;
    text-align: center;
    font-size:3rem
} 
.poster-img{

}
.paragraph-section{
    max-width: 76%;
    margin: auto;
}
.paragraph-section p{
    
    font-size: 20px;
    line-height: 1.5;
    text-align: justify;
    margin-top: 80px;
}

.paragraph-section h2{
    margin-top: 45px;
    margin-bottom: 45px;
}
.paragraph-section ul li{
    line-height: 2;
    font-size: 18px;
    font-weight: 700;
}

.contact-card-container {
    max-width: 70vw;
    width: 100%;
    margin: auto;
    margin-top: 80px;
}

.contact-card-body {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.row-1 {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    margin: auto;
    justify-content: space-between;
    background-color: #ffffff;
    -webkit-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.03);
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.03);
    border-radius: 35px;
    padding: 30px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    position: relative;
    margin-bottom: 30px;
    width: 30%;
    margin: 0px;
}

.row-1 img{
    height: auto;
    width: 85px;
    padding-bottom: 11px;
}

.row-1 p{
    line-height: 1.5;
    text-align: justify;
}

.row-1 h3{
    padding: 20px 0px;
}
.row-1 a{
    color: black;
   
}
.row-1:hover {
    -webkit-box-shadow: 0 5px 50px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0px 13px 21px 6px rgb(29 28 25 / 23%);

}

.body-paragraph-section{
    max-width: 76%;
    margin: auto;
}

.body-paragraph-section h2{
    font-size: 27px;
    line-height: 1.5;
    text-align: justify;
    margin-top: 80px;
    text-align: center;
    margin-bottom: 117px;
    color: brown;
}

.body-paragraph-section h3{
    font-size: 24px;
    line-height: 1.5;
    text-align: left;
    margin-top: 80px;
     font-weight: 700;
    
    color: rgb(212, 192, 192);
}

.body-paragraph-section h4{
    font-size: 20px;
    line-height: 1.5;
    text-align: left;
    margin-top: 80px;
     font-weight: 700;
    
    color: brown;
}
.main-container{
    background-color: #e4e7d3;
}

@media screen and (max-width: 480px) {
    .banner {
        max-width: 95%;
        margin: auto;
    }
    .card-body{
       display: flex;
      
    }
    .row{
        width: 90%;
    }
    .middle-section{
        display: flex;
        flex-direction: column;
        margin: auto;
    }
  }
 
 
 