@import url('https://fonts.googleapis.com/css2?family=Arizonia&family=Quicksand:wght@300..700&family=Racing+Sans+One&display=swap');
body{
  font-family: "Quicksand", serif;
  margin: 0;
  padding: 0;
}
.logo img{
  height: 80px;
  padding: 10px;
}
.centerflex{
  display: flex;
  justify-content: center;
  align-items: center;
}
.logo h1{
  font-family: "Racing Sans One", serif;
  font-size: 48px;
}
.flexcol{
  flex-direction: column;
}
.mainland{
  background-image: url(./img/bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 15vh;
  padding-bottom: 25vh;
  background-size: cover;
  background-attachment: fixed;
  
}

.colwhite{
  color: blanchedalmond;
}
.mainland h1{
  font-family: "Arizonia", serif;
  font-size: 78px;
}
.mainland h3{
  font-family: "Arizonia", serif;
  font-size: 42px;
}
.mainland h2{
  font-family: "Racing Sans One", serif;
  font-size: 52px;
}
.dland h1{
  font-size: 168px;
}
.dland h2{
  font-size: 130px;
}
.dland h3{
  font-size: 80px;
}
.dland p{
  font-size: 38px;
}

.appbtn {
box-sizing: border-box;
color: #fff;
font-size: 16px;
line-height: 16px;
font-weight: normal;
display: inline-flex;
justify-content: center;
align-items: center;
cursor: pointer;
transition: 0.3s all;
position: relative;
padding: 10px 20px;
min-height: 50px;
min-width: 140px;
background-color: transparent;
background-image: none;
text-decoration: none;
text-transform: uppercase;
font-weight: bold;
position: relative;
z-index: 0;
}

.appbtn:after {
content: "";
position: absolute;
left: 0;
right: 0;
bottom: 0;
top: 0;
z-index: -1;
background-color: #1977cc;
border-radius: 15px;
transition: 0.3s all;
}

.appbtn:hover:after {
left: -20px;
right: -20px;
}
.uselink{
font-size: 24px;

}
.uselink a:hover{
border: 1px solid #1977cc;
border-radius: 15px;
transition: 0.3s all;
}
@media only screen and (min-width: 768px) {
.mland{
display: none;
}

}
@media only screen and (max-width: 1020px){
.uselink{
  display: none;
}
}
@media only screen and (max-width: 767px) {
.uselink{
display: none;
}
.appbtn_lap{
display: none;
}
.hedcenter{
display: flex;
justify-content: center;
align-items: center;

}

.dland{
  display: none;
}
}
footer{
background-image: url(./img/footer_bg.jpg);
background-position: center;
  background-repeat: no-repeat;
  padding-top: 5vh;
  
  background-size: cover;
}
.smabout{
text-align: justify;
}
.widt100{
  width: 100%;
}
.btm_bor{
width: 100%;
border-bottom: 1px solid #1977cc;
}
.logo_about img{
  height: 150px;
  padding: 10px;
}

.logo_about h1{
  font-family: "Racing Sans One", serif;
  font-size: 48px;
}
.cpwrt{
  background-color: #1977cc;
}

@media only screen and (min-width: 600px) {
  footer{
    display: flex;
    flex-direction: column;
  }
  .about{
    width: 50%;
  }
  .addre{
    width: 50%;
  }
}
.dr{
  padding: 45px 0px;
}
.br{
  border-bottom: 1px solid #1977cc;
  min-width: 300px;
}
.section-title h2{
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: #082b49;
  font-size: 32px;
}
.max300{
  max-width: 300px;
}
.dr_card{
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  padding: 30px;
  border-radius: 25px;
  margin: 20px;
  background-color: #fff;
}
.dr_card img{
  max-width: 250px;
  border-radius: 50%;
  padding: 10px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}
.br_p{
  border-bottom: 1px solid #1977cc;
  padding: 0px 10px;
}
.bg_dr{
  background-color:#EEF7FC ;
}
.br_p{
  border-bottom: 1px solid #1977cc;
  padding: 0px 10px;
}
.bg_dr{
  background-color:#EEF7FC ;
}
.dr{
  padding: 45px 0px;
}
.sr_section{
  padding: 45px 0px;
  background-color: #fff;
}

.service-item{
  border: 1px solid #cadff1;
  margin: 20px;
  min-height: 440px;
  display: flex;
  flex-direction: column;
}
.service-item:hover{
  border: 1px solid #1977cc;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}
.service-item img{
  height: 250px;
  
  padding: 10px;
  }
  .service h3{
    font-size: 22px !important;
  }

  h2, details{
  display:inline;
}

details {
  position:relative;
}
details summary {
  display:block;
  cursor: pointer;
  color: red;
}
details summary:focus {
  outline:none;
}
details[open] {
  display:block;
  padding-bottom:25px;
  padding-top:10px;
  animation: open .2s linear;
}
details[open] summary {
  position:absolute;
  bottom: 0;
  left:0;
}

details #open{padding-left:5px;text-align:middle;}
details #open:after{
    display: inline-block;
    position:relative;
    top: -3px;
    padding-left: 8px;
    content: "\00bb";
    transform: rotate(90deg);
}
details[open] #open{display:none;}
details #close{display:none;}
details[open] #close{display:block;}

::-webkit-details-marker {display: none;}





@keyframes open {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.sr_p{
  height: 100px;
}

.option{
  background: #fff;
  border-radius: 5px;
  cursor: pointer;
  padding:7px 20px;
  transition: all 0.3s ease;
  border: 1px solid #0069d9;
}
.date_radio > input[type="radio"]{
  display: none;
}
#option-1:checked:checked ~ .option-1,
#option-2:checked:checked ~ .option-2{
  border-color: #0069d9;
  background: #0069d9;
}
.option span{
  font-size: 18px;
  color: #808080;
  
}
#option-1:checked:checked ~ .option-1 span,
#option-2:checked:checked ~ .option-2 span{
  color: #fff;
}


.adminlink{
  display: block;
  justify-content: space-evenly;
  box-sizing: border-box;
  }
  .adminlink a{
  text-decoration: none;
  color: #082b49;
  }
  .adminlink a:hover{
  text-decoration: none;
  border-radius: 5px;
  border: 1px solid #082b49;
  color: #082b49;
  }