body {
    margin: 0px;
    padding: 0px;
    background-color: white;
    /* box-sizing: border-box;  */

}

.linediv {
    width: 100%;
    height: 1px;
    border: 1px;
    background-color: grey;

    margin-top: 27px;
    margin-bottom: 30px;

}

.main {
    width: 90%;
    min-height: 500px;
    border: 0px solid red;
    margin: auto;
    margin-top: 190px;
    /* top: 185px; */
}

.main2 {
    width: 100%;
    height: 55px;
    border: 0px solid blue;
    display: flex;
    /* margin-top: 10px; */
}

.dotline {
    width: 100%;
    /* height: 1px; */
    border: 1px dotted;
    margin-top: 50px;
    margin-bottom: 30px;
}

.divh21 {
    margin-top: 8.5px;
    width: 180px;
    height: 45px;
    background-color: #128296;
}

.divh21>p {
    font-size: 25px;
    color: white;
    text-align: center;
    margin-top: 10px;
    font-weight: bold;
    cursor: text;
}

.divh212 {
    margin-left: 20px;
    margin-top: 8.5px;
    width: 100px;
    height: 53px;
    /* font-size: 18px; */

}

.divh212>p {
    /* margin-top: 30px; */
    padding-top: 7px;
    text-align: center;
    margin-top: 10px;
    font-size: 14px;
    cursor: pointer;
    /* font-size: 17px; */

}

.h21 {
    display: inline;
}

.main31 {
    width: 30px;
    height: 10px;
    background-color: #128296;
}

.main32 {
    width: 100%;
    height: 20px;
    display: flex;
    justify-content: space-between;
}

.main32>h4 {
    margin-top: 6px;
}

.main32>a {
    margin-right: 4px;
    font-size: 12px;
    /* font-size: 20px; */
}

#news_container {
    width: 100%;
    height: 300px;
    border: 0px solid green;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    /* grid-template-rows: repeat(3,1fr) ; */
    gap: 20px;
    margin-top: 10px;
}

#news_container>div:nth-child(1) {
    /* border: 0px solid blue; */
    background-color: #8ABEC7;
}

#news_container>div {
    /* border: 0px solid blue; */
    background-color: #F6F6F6;
}

#news_container>div:nth-child(1)>P {
    width: 80%;
    text-align: center;
    margin-left: 40px;
    font-size: 30px;
    font-weight: bold;
    margin-top: 50px;
    color: blue;
    text-decoration: underline;
}

#news_container>div:nth-child(1)>h6 {
    width: 80%;
    /* text-align: center ; */
    margin-left: 60px;
    font-size: 15px;
    /* font-weight: bold; */
    margin-top: -15px;
    color: blue;
}

.two2 {
    width: 100%;
    height: 50%;
    display: flex;
    margin-top: 3.3px;
}

.two2>div:nth-child(1) {
    width: 50%;
    height: 100%;
}

.two2>div:nth-child(1)>img {
    width: 80%;
    height: 80%;
    margin-left: 10px;
}

.two2>div:nth-child(2) {
    /* margin-top: 20px; */
    width: 50%;
    height: 100%;
}

.two2>div:nth-child(2)>p {
    margin-left: 5px;
    font-weight: bold;
    margin-top: -3px;
    /* font-size: 11px; */
}

.two2>div:nth-child(2)>p:nth-child(2) {
    margin-top: 7px;
}

.two2>div:nth-child(2)>p:hover {
    text-decoration: underline;
    color: green;
}

/* /////////// */
.third3 {
    width: 100%;
    height: 30%;
    margin-top: 9px;
    display: flex;
    border: 0px solid red;
    box-sizing: border-box;
}

.third3>div:nth-child(1) {
    width: 30%;
    height: 100%;

}

.third3>div:nth-child(2) {
    width: 70%;
    height: 100%;
}

.third3>div:nth-child(2)>p {
    margin-left: 5px;
    font-size: 12px;
    font-weight: bold;
    /* margin-top: 10px; */
}

.third3>div:nth-child(2)>p:nth-child(2) {
    margin-top: 6px;
}

.third3>div:nth-child(2)>p:hover {
    text-decoration: underline;
    color: green;
}

.third3>div:nth-child(1)>img {
    margin-left: 10px;
    width: 80%;
    height: 80%;
}

.contmain {
    width: 100%;
    height: 660px;
    background-color: #ececec;
}

.cont2 {
    width: 93%;
    height: 95%;
    border: 0px solid red;
    /* margin-top: 7px; */
    margin: auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 50%;
    gap: 15px 30px;
}

.cont2>div {
    border: 0px solid green;
    background-color: white;
}

#cont21 {
    /* background-image: url(p.jpg); */
    background-repeat: no-repeat;
    background-position: 50% 40%;
}

#cont21>p {
    margin-left: 10px;
    font-size: 20px;
    color: white;
    margin-top: 60%;
}

#cont23>img {
    width: 90%;
    margin: 15px;
}

.cont25>li {
    width: 100%;
    height: 19%;
    margin-left: 5px;
    /* margin-right: 10px; */
    font-size: 20px;

}

.cont25>li:hover {
    text-decoration: underline;
    color: green;
}

.main325 {
    width: 90%;
    height: 50px;
    margin: auto;
}

.cont3 {
    width: 100%;
    height: 600px;
    margin-top: 50px;
    border: 0px solid red;
    background-color: #eaeaea;
}

.cont4 {
    width: 90%;
    height: 80%;
    border: 0px solid green;
    margin: auto;
    display: grid;
    grid-template-columns: 66% 33%;
    grid-template-rows: 50%;
    gap: 10px 20px;
}

.cont4>div {
    border: 0px solid blue;
    /* background-color: white; */
}

.oned {
    width: 100%;
    height: 100%;
    display: flex;
}

.oned>div:nth-child(1) {
    width: 65%;
    height: 100%;
}

.oned>div:nth-child(1)>img {
    width: 100%;
    height: 100%;
}

.oned>div:nth-child(2) {
    width: 35%;
    height: 100%;
    background-color: #128296;
}

.oned>div:nth-child(2)>p {
    /* width: 100%; */
    /* height: 100%; */
    font-size: 25px;
    color: white;
    margin-top: 40px;
    margin-left: 20px;
    /* columns: ; */
}

.oned>div:nth-child(2)>p:nth-child(2) {
    margin-top: 5px;
}

.oned>div:nth-child(2)>p:hover {
    text-decoration: underline;
}

.ones {
    width: 100%;
    height: 100%;
}

.ones>div:nth-child(1) {
    width: 100%;
    height: 60%;
}

.ones>div:nth-child(1)>img {
    width: 99%;
    height: 100%;
    /* margin-left: 5%; */
}

.ones>div:nth-child(2) {
    background-color: white;
}

.ones>div:nth-child(2)>p {
    margin-top: 4px;
    font-weight: bold;
    margin-left: 3px;
}

.ones>div:nth-child(2)>p:hover {
    color: green;
    text-decoration: underline;
}

/* ////////// */
#cont43 {
    display: flex;
}

#cont43>div {
    width: 32%;
    height: 100%;
    /* margin-left: 10px; */
}

.thirdsd {
    width: 100%;
    height: 100%;
    margin-left: 10px;
    border: 0px solid red;
    /* background-color: white; */
    /* box-sizing: border-box; */
}

.thirdsd>div:nth-child(1) {
    width: 100%;
    height: 50%;
}

.thirdsd>div:nth-child(1)>img {
    width: 100%;
    height: 100%;
    /* margin-left: 5%; */
}

.thirdsd>div:nth-child(2) {
    width: 100%;
    height: 30%;
    border: 0px solid brown;
    background-color: white;
}

.thirdsd>div:nth-child(2)>p {
    /* height: 50%; */
    margin-top: 4px;
    margin-left: 10px;
    font-weight: bold;
    font-size: 15px;
    /* box-sizing: content-box; */
}

.thirdsd>div:nth-child(2)>p:nth-child(2) {
    /* height: 50%; */
    margin-top: 5px;
    margin-left: 10px;
    font-weight: bold;
    font-size: 18px;
}

.thirdsd>div:nth-child(2)>p:hover {
    color: green;
    /* text-decoration: underline; */
}

.con5 {
    width: 100%;
    min-height: 400px;
    border: 0px solid red;
}

.con6 {
    width: 90%;
    height: 300px;
    border: 0px solid green;
    margin: auto;
    display: grid;
    grid-template-columns: 70% 30%;
    gap: 0px 20px;
}

.add {
    width: 90%;
    height: 600px;
    margin: auto;
    margin-top: 30px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: 50%;
    gap: 10px 20px;
    margin-bottom: 100px;
}

.add>div {
    border: 0px solid blue;
}

.add>div>img {
    width: 100%;
    height: 70%;
}

.add>div>iframe {
    width: 100%;
    height: 70%;
}

.add>div>h4 {
    width: 100%;
    /* height: 10%; */
    margin-top: 4px;
}

.add>div>button {
    margin-left: 6px;
    color: green;
}