.col-1{
	color: #fff;
}

.page-header1 {
    position: relative;
    background: url(../images/gallery-bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 250px 0 140px;
}

.page-header2 {
    position: relative;
    background: url(../images/contact-bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 250px 0 140px;
}

.page-header3 {
    position: relative;
    background: url(../images/blog-bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 250px 0 140px;
}

.page-header4 {
    position: relative;
    background: url(../images/services-bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 250px 0 140px;
}

.page-header5 {
    position: relative;
    background: url(../images/about-bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 250px 0 140px;
}

.hero {
    position: relative;
    background: url(../images/irai-foundation-slider-1.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 240px 0 140px;
    min-height: 100vh;
    align-content: center;
}

.bt1{
    margin-top: 50px;
    width: auto;
    height: 60px;
    border-color: #3d493a;
    color: #aea17e;
    text-decoration: underline;
}

.sec-top{
    margin-top: 150px;
}

.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 30px;
    top: 630px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

.my-float{
    margin-top:16px;
}

.about-benefit-item .icon-box::before {
    display: none;
    background-color: #aea17e;
}

.co1{
    color: #fff;
}

.about-images::before {
    display: none;
}

.mar1{
    margin-top: 50px;

}

.mar2{
    margin-top: 20px;    
}

.mar2 a{
    color: #aea17e;
}

.bot1{
    margin-bottom: 20px;

}

th,
td {
  border: 1px solid rgb(160 160 160);
  padding: 12px 10px;
}

th[scope="col"] {
  background-color: #3d493a;
  color: #fff;
}

th[scope="row"] {
  background-color: #d6ecd4;
}

td {
  text-align: center;
}

tr:nth-of-type(even) {
  background-color: #eee;
}

table {
  border-collapse: collapse;
  border: 2px solid rgb(140 140 140);
  font-family: var(--default-font);
  font-size: 0.8rem;
  letter-spacing: 1px;
}

caption {
  caption-side: bottom;
  padding: 10px;
}

.service-item {
    position: relative;
    border: 1px solid var(--divider-color);
    background: var(--white-color);
    border-radius: 30px;
    height: auto;
    margin-bottom: 30px;
    padding: 30px 25px;
    overflow: hidden;
}

.why-choose-image {
    width: 100%;
}

.mar1{
    margin-bottom: 50px;
}

.mar2{
    margin-bottom: -20px;
}

.mar3{
    margin-bottom: 20px;
}









