@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

.newbt-banner{
   
    background: url(../images/abtpage.jpg) no-repeat;
    background-size: cover;
    height: 50vh;
    width: 100%;
    display: flex;
    flex-direction: column;
}
.sr-banner{
   
    background: url(../images/services.jpg) no-repeat;
    background-size: cover;
    height: 50vh;
    width: 100%;
    display: flex;
    flex-direction: column;
}
.ct-banner{
    
    background: url(../images/contactcell.jpg) no-repeat;
    background-size: cover;
    height: 50vh;
    width: 100%;
    display: flex;
    flex-direction: column;
}
.nw-headings h1{
    margin: auto;
    font-size: 2.2vw;
    color: white;
    width: 50%;
    position: relative;
    top: 20vh;
    transform: translateY(-10%);
    text-align: center;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    letter-spacing: 0.1em;
}
.nw-headings h1::before{
    content: "";
    display: block;
    width: 100px;
    height: 2px;
    background: rgb(255, 255, 255);
    position: absolute;
    left: 0;
    top: 50%;
    z-index: -2;
}
.nw-headings h1::after{
    content: "";
    display: block;
    width: 100px;
    height: 2px;
    background: rgb(255, 255, 255);
    position: absolute;
    right: 0;
    top: 50%;
    z-index: -2;
}

.nw-headings h2{
    margin: auto;
    font-size: 5vw;
    color: white;
    width: 50%;
    position: relative;
    top: 21vh;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    letter-spacing: 0.08em;
    line-height: 10vh;
}
.title h1{
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 3em;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.4vw;
    padding-top: 20px;    
}


/* fix here */
.title p{
    margin: auto;
    font-size: 1.2em;
    padding-top: 20px;
    text-align:center;
    width: 80%;
}
.ab-info {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    flex-flow: wrap;
    background: white;
    color: grey;
    justify-content: space-around;
    padding: 20px 30px;
        
        }

.ab-info figure {
   
    margin: 0;
    width: 300px;
    height: auto;
    text-align: center;
    padding-bottom: 10px;
    }

.ab-info figure lord-icon {
    width: 100%;
    margin: auto;
    position: relative;
    align-items: center;
    border-radius: 50%;
    box-shadow: rgb(128, 128, 128) 0 0 10px;
    border: 1px solid rgb(121, 241, 8);
 }

.ab-info figcaption h4{
     padding-top: 20px;
     font-size: 3vh;
     font-weight: 500;
     letter-spacing: 0.5vw;
 }
 figcaption p{
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    letter-spacing: 0.05em;
 }

 .tax-care{
     width: 100%;
     height: 60vh;
     background-color: rgb(27, 21, 46);
 }
 .tax-care h1{
     width: 80%;
     margin: auto;
     font-size: 5.5vw;
     font-family: 'Times New Roman', sans-serif;
     color: rgb(121, 241, 8);
     padding-top: 5vh;
     text-align: center;
     justify-content: center;
     display: flex;
 }
 .tax-care p{
    width: 80%;
    margin: auto;
    display: flex;
    font-size: 1.5em;
    color: rgb(255, 255, 255);
    padding-top: 30px;
    text-align: center;
    justify-content: center;
}
.tax-care .hm-link{
    margin: auto;
    width: 70%;
    height: 20vh;
    position: relative;
    top: 16vh;
    transform: translateY(-50%);
    text-align: center;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    font-weight: 100;
   
 }
 .tax-care .hm-link a{
    color: rgb(5, 5, 5);
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-size: 5vh;
    font-weight: 300;
    background: rgb(151, 224, 5);
    border-radius: 3px;
    padding: 15px;
    letter-spacing: 0.05em;
    text-decoration: none;
 }
 .tax-care .hm-link a:hover{
    background: rgb(104, 102, 102);
    color: rgb(151, 224, 5);
 }
 .big-pic{
     width: 100%;
     height: fit-content;
     margin: auto;
     background-color: rgb(238, 235, 235);
     padding-bottom: 5vh;
 }
 .big-pic h1{
     margin: auto;
     width: 80%;
     display: flex;
     font-size: 4vw;
     font-family: 'Times New Roman', sans-serif;
     text-align: center;
     justify-content: center;
     padding-top: 3vh;
 }
 .big-pic p{
    width: 60%;
    margin: auto;
    display: flex;
    font-size: 1em;
    color: black;
    padding-top: 30px;
    text-align: center;
    justify-content: center;
}

.president{
    margin: auto;
    margin-top: 25px;
    width: 100%;
    height: fit-content;
    background-color: rgb(238, 235, 235);
    
}
.president h1{
    margin: auto;
    width: 80%;
    display: flex;
    font-size: 4vw;
    font-family: 'Times New Roman', sans-serif;
    text-align: center;
    justify-content: center;
    padding-top: 3vh;
}
.president p{
    width: 70%;
    margin: auto;
    display: flex;
    position: relative;
    font-size: 1em;
    color: rgb(0,0,0);
    padding-top: 2vh;
    padding-bottom: 3vh;
    text-align: center;
    justify-content: center;
}
.pres-info{
    margin: auto;
    margin-top: 50px;
    position: relative;
    width: 50%;
    display: flex;
    flex-direction: row;
    color: rgb(102, 100, 100);
    background-color: rgb(210, 211, 211);
    border-radius: 10px;
    padding: 5px 20px;
   }

.pres-info h1{
    width: 90%;
    font-size: 1.2em;
    text-align: center;
}
.pres-info p{
    width: 80%;
    color: black;
    
}
.profile-pic{
    padding-top: 10px;
    padding-right: 30px;
    display: flex;
    height: fit-content;
    flex-direction: column;
    align-items: center;
}
.profile-pic img{
    height: auto;
    border-radius: 50%;
}
.profile-pic p{
    text-align: center;
}
.profile-info{
    height: fit-content;
    width: 70%;
    display: flex;
    padding-top: 25px;
    padding-left: 10px;
}
