@import url('https://fonts.googleapis.com/css2?family=Akaya+Telivigala&family=Charm:wght@400;700&display=swap&family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900');

body{padding: 0px !important; margin: 0px !important; }
.main-body{
    color: #2D2A4A;
    text-align: center;
    /* font-weight: bold; */
    padding: 0;
    margin: 0;
    line-height: 1.3;
    
    font-family: Open Sans,Arial,sans-serif;
}

.header{
    position: relative;
    width: 100%;
    height: 700px;
    /* text-align: center; */
    background-image: url('../imgs/b1.png');
    background-position: center;
    background-size: cover;
}
.header2{
    height: 400px;

}
.aboutHeader{
    /* width: 100%;
    height: 100%;
    background-image: url('../imgs/cover.jpg');
    background-size: cover;
    display: flex; */
}
.aboutImg{
    width: 95%;
    margin: auto;
}
.about2 img {
    width: 100%;
    display: block;
    margin: auto;
    height: 400px;
    margin-top: 20%;
}
.aboutImg2{
    width: 40%;
    height: 400px;
}

.headerInnerLeft{
    position: absolute;
    top: 35%;
    left: 5%;
    float: right;
    width: 60%;
    padding-top: 50px;
    font-size: x-large;
    color: rgb(254, 211, 142);
}
.headerInnerLeft h1{
    font-family: "Charm", serif;
}
.headerInnerLeft h2{
    margin-bottom: 30px;
    font-family: "Charm", serif;
}
.appoBtn{
    text-decoration: none;
    padding: 10px 40px;
    font-weight: 600;
    color: antiquewhite;
    background-color: #c9087f;
    transition: 0.3s all;
    font-size: medium;
}
.appoBtn:hover{
    text-decoration: none;
    padding: 10px 40px;
    transition: 0.3s all;
    color: antiquewhite;
    background-color: #8c1923;
}

.headerInnerRight{
    position: absolute;
    top: 30%;
    right: 5%;
    width: 27%;
}
.headerImg{
width: 100%;
height: 450px;
}
.navBar{
    position: absolute;
    /* float: right; */
    background-color: #111021c4;
    display: block;
    width: 100%;
    z-index: 5;
}
.navBar .logoDiv{
    float: left;
    padding: 20px;
}
.navBar .logoDiv img{
    width: 180px;
}
.navBar .menueDiv{
    padding: initial;
    align-self: flex-end;
    width: fit-content;
    float: right;
    padding: 5px;
}
.navBar .menueDiv a{
    display: inline-block;
    text-decoration: none;
    transition: 0.3s all;
    font-size: 1.3rem;
    margin: 35px 2px 5px;
    /* padding: 15px 30px; */
    padding: 5px 0px;
    margin-right: 30px;
    color: #e3edf5;
    font-family: "Kanit", serif;
    position: relative;
}

.navBar .menueDiv a:hover{
    text-decoration: none;
    /* background-color: #6048c7a7; */
    /* color: bisque; */
    color: #ffffff;
    transition: 0.3 all;
}
.navBar .menueDiv a::before{
    content: '';
    position: absolute;
    margin: auto;
    text-align: center;
    width: 0%;
    height: 3px;
    left: 0%;
    bottom: 0;
    background-color: #e3edf5;
    transition: 0.5s all;
}
.navBar .menueDiv a:hover::before{
    width: 100%;
    transition: 0.5s all;
    
}
.menueDiv img{
    width: 25px;
}
.menueDiv img:hover{
    width: 25px;
    transition: 0.3s all;
    transform: rotate(360deg);
}
#menuC, #menuO{
    display: none;
}
.homeSec1{
    font-weight: 400;
    background-color: #e3edf5;
    padding: 100px 50px;
}
.homeSec1 div h1{
    text-align: center;
}
.homeSec1 .homeDiv{
    width: 50%;
    margin: auto;
    text-align: justify;
}
.homeSec2 {
    padding: 100px 50px;
    background-color: ivory;
}
.homeSec2  iframe{
    margin: 20px;
    width: 45%;
}
.homeSec3 {
    padding: 100px 50px;
    background-color: antiquewhite;
}
.footer {
    padding: 100px 50px;
    background-color: #ffffff;
}
.homeSec3 div {
    display: inline-block;
    width: 40%;
    text-align: left;
    padding-right: 30px;
}
.homeSec3 a {
    text-decoration: none;
    display: inline-block;
    width: 20%;
    background-color: #8c1923;
    color: #e3edf5;
    padding: 15px 30px;
    margin: auto;
    text-align: center;
    margin-left: 100px;
    transition: 0.3s all;

}
.homeSec3 a:hover{
    background-color: #c9087f;
    transition: 0.3s all;
}
.homeBanner{
    position: absolute;top: 0;
    width: 100%;
    padding: 0;
    margin: 0;
    background-image: url(../imgs/bg2c.jpg);
    background-repeat:no-repeat;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    background-size:contain;
    height: calc(var(--vh, 1vh)* 100);
}
.homeRight{
    display: block;
    position: absolute;
    top: 22%;
    right: 2%;
    text-align: center;
}
.homeRightDiv{
    width: 100%;
}
.homeBanner .homeRight span{
    display: block;
    color: rgb(255, 242, 215);
    font-family: "Charm", serif;
    font-weight: 400;
    font-style: normal;
}
.h2s1 img{
    width: 220px;
}
.h2s2{
    display: inline-block;
    font-size: 25px;
    margin: 15px auto 15px;
}
span.h2s3{
    display: inline-block;
    font-size: 20px;
}

.bannerLinks{
    display: inline-block;
    margin: 30px auto 0px;
}
.bannerLinks a {
    text-decoration: none;
    background-color: aliceblue;
    padding: 5px 100px;
    margin: 8px;
    text-align: center;
    display: flex;
    width: fit-content;
    align-items: center;
    justify-content: center;
    border-radius: 1px;
    border: 2px solid #a52a2a00;
    transition: 0.3s ease-in-out;
}
.bannerLinks a:hover {
    /* background-color: rgb(255, 232, 119); */
    border-radius: 2px;
    border: 2px solid rgb(255, 197, 8);
    transition: 0.3s ease-in-out;
    -webkit-box-shadow: 0px 0px 20px 0px rgb(255, 197, 8);
    -moz-box-shadow: 0px 0px 20px 0px rgb(255, 197, 8);
    box-shadow: 0px 0px 20px 0px rgb(255, 197, 8);
}

.socialLinks{
    display: block;
    text-align: center;
    margin-top: 30px;
    
}
.socialLinks a{
    background: none;
    display: inline-block;
    text-align: center;
    margin: 0px 5px;
    padding: 0px;
    border: none;
}
.socialLinks a:hover{
    outline: none;
    border: none;
    transform: rotate(360deg)scale(1.2);
    -webkit-transform: rotate(360deg)scale(1.2);
    -ms-transform: rotate(360deg)scale(1.2);
    -webkit-box-shadow: 0px 0px 30px 0px rgba(255, 255, 255, 0);
    -moz-box-shadow: 0px 0px 30px 0px rgba(255, 255, 255, 0);
    box-shadow: 0px 0px 30px 0px rgba(255, 255, 255, 0);

}
.Error404{
    text-align: center;
    margin-right: 100px ;
}
.Error404 h1{
    margin: auto;
    color: #e3edf5;
}
.Error404 a{
    color: #e3edf5;
    text-decoration: none;
    display: block;
    padding: 10px 30px;
    margin: 20px auto;
    background-color: #cf2937;
}
.Error404 a:hover{
    color: #e3edf5;
    text-decoration: none;
    display: block;
    padding: 10px 30px;
    margin: 20px auto;
    background-color: #f76402;
}

.footer div{
    width: 32%;
    text-align: left;
    display: inline-block;
    margin: auto;
    /* padding: 5px 5px; */
}
.f1 a{
    display: block;
    text-decoration: none;
    color: #2D2A4A;
}
.f1 a:hover{
    display: list-item;
    text-decoration: none;
    color: #ba116e;
    text-decoration: underline;
}
.fHeading{
    display: block;
    font-size: 25px;
    padding-bottom: 10px;
}
.f2 span{
    display: block;
}
.copywright{
    text-align: center;
    color: #f0dfdf;
    background-color: #2D2A4A;
    margin: 0px !important;
    padding: 10px;
}

.headerIfram iframe{

    position: absolute;
    top: 20%;
    left: 20%;
    height: 60%;
    width: 60%;
    padding-top: 50px;
    font-size: x-large;
    color: rgb(254, 211, 142);
}

.contact h1{
    position: absolute;
    top: 30%;
    left: 20%;
    height: 60%;
    width: 60%;
    padding-top: 50px;
    font-size: xx-large;
    color: rgb(249, 255, 172);
    text-shadow: 0px 0px 5px rgba(128, 0, 0, 1);

}

.homeSec1 iframe{

    width: 40%;
    margin: auto 10px;
}
.hs1-contact {
    font-weight: 400;
    background-color: #e3edf5;
    padding: 100px 50px;
}
.hs1-contact div {
    display: inline-grid;
    width: 40%;
    text-align: left;

}
.contactD1, .contactD2{
    /* background-color: #f0dfdf; */
    text-align: center;
    font-size: larger;

}
.contactD1 span{
display: block;

}
.c-spanH{
    font-weight: bold;
    margin-top: 5px;

}
.t-center{
    text-align: center;
    margin: auto;
}
.contact-sec2{
    text-align: center;
}
.contact-form{
    font-size: larger;
    width: fit-content;
    margin: auto;
    text-align: justify;
}
.contact-form td:nth-child(even){
    width: 60%;
    text-align: center;
}

.contact-form td:nth-child(odd){
    width: 30%;
}

.contact-form input, .contact-form textarea{
    width: 100%;
    margin: auto;
    font-size: large;
    border: 1px solid salmon;
    padding: 5px;
    color: #0f054f;
}
.contact-form button{
    width: 100%;
    background-color: #0f054f;
    border: 1px solid rgb(0, 255, 255);
    color: #ffffff;
    padding: 10px;
    font-size: large;
    transition: 0.3s all;
}
.contact-form button:hover{
    cursor: pointer;
    background-color: #97165d;
    border: 1px solid rgb(17, 127, 252);
    color: #ffffff;
    transition: 0.3s all;
}
.contact-form input:focus, .contact-form textarea:focus{
    outline: none;
    border-color: rgb(13, 103, 228);
    background-color: #3c76ce25;
}
#spinnerM{
    display: none;
}
.form-desc{
    display: block;
    margin: 10px auto 20px;
    width: 50%;
}
.about{
    width: 90%;
    margin: auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    text-align: justify;
    justify-items: stretch;
    justify-content: stretch;
    font-size: larger;

}
.about2{
    display: flex;
    flex-direction: row-reverse;
    
}

.about .imgAbout, .about .imgAbout2{
    width: 100%;
    /* background-color: #2d2a4a4f; */
    text-align: center;
    display: grid;
    place-items: center;

}
.aHomeSec1{
    background-color: ivory;
    padding: 35px 50px;
}
.about .imgAbout img, .about .imgAbout2 img{
    width: 400px;
   }

.about .peraAbout, .about .peraAbout2{
    width: 100%;
    padding: 10px;
    /* background-color: #8c19233e; */
    
}
.about .peraAbout h2, .about .peraAbout2 h2{
    text-align: center;
    font-family: "Charm", serif;
    font-size: 2.2rem;
    color: #8c1923;
}

.blogCard{
    position: relative;
    display: flex;
    width: 65%;
    margin: 20px auto;
    padding: 10px;
    border-radius: 8px;
    background-color: #ffffff;
}
.blogCard{
    position: relative;
    display: flex;
    width: 65%;
    margin: 20px auto;
    padding: 10px;
    border-radius: 8px;
    background-color: #ffffff;
}

.blogCardImg {
    display: grid;
    align-content: space-evenly;
}
.blogCardImg img{
    height: 100%;
    border-radius: 5px 0px 0px 5px;
    cursor: pointer;
}
.blogCard .blogCardDesc{
    padding-top: 20px;
}
.blogCard .title{
    font-weight: bold;
    cursor: pointer;
}
.blogCard a{
    position: absolute;
    right: 20px;
    bottom: 15px;
    text-decoration: none;
}
.blogCard a:hover{
    color: #bc0da4;
    text-decoration: underline;
}
.blogCard p{
    text-align: justify;
    padding: 10px;
}

