body
{
    font-family: Arial, sans-serif;
}


.logo
{
    width: 100px;
    height: 100px;
}
li a
{
    margin-left: 30px;
    font-weight: bold;
}
.li:hover
{
   color: #C75724;
}
.img
{
    position: relative;
   
}

.conatain
{
  position: absolute;
  transform: translate(-50%,-50%);
  left: 50%;
  top: 55%;
}
.conatain h1
{
    margin-top: 50%;
    font-size: 60px;
    color: #fff;
}
.conatain .btn{
    background-color: orangered;
    color: white;
    margin-top: 18px;
    font-family: bold;

}
.conatain1 
{
  
    color: black; 
    margin-top: 2%;
    
    
}
.conatain1 h2
{
    /* font-weight: 100; */
    font-family: Frank Ruhl Libre, "PT Serif", "Noto Serif", "Noto Serif JP", "Noto Serif KR", "Noto Serif SC", "Noto Serif TC", ui-serif, Georgia, Cambria, Times New Roman, Times, serif;
    text-align: center;  
}
.icons 
{
   color: gray;  
}

 .c-img
 {
    border-radius: 50%;
 }
.card-textt
{
   
   text-align: center;
   font-size: smaller;
   font-weight: bold;
}
.card-textt:hover 
{
   color: #C75724;
}

 .card-text
 {
    position: absolute;
    bottom:80%;
 }

 .card-box 
 {
    color: white;
 }

 span
 {
    color: white;
    font-weight: bold;
 }

 /* form css */
 /* .tg-menu
 {
    position: relative;
 } */
 /* .drp-menu
{
    width: 100%;
    height: 200px;
    background-color: white;
    z-index: -1;
    margin-top: 15px;
    position: absolute;
} */
/* .tg-menu:hover .drp-menu
{
   z-index: 1;
} */
.footer
{
    background-color:#222222;
    color:gray;
    width: 100%;
}
.f-conten
{
    text-align: center;
}
.body1
{
    font-size: smaller;
}
.text
{
    color:orangered;
    font-size: large;
}
.btn a
{
    text-decoration: none;
    color: #DBDBDB;
}
.btnn
{
    background-color: #C75724;
    color: white;
    border: none;
    height: 40px;
    border-radius: 5%; 
}
.line
{
    font-size: x-small;
    color: gray;
    padding-top: 1%;
}
.bon
{
    background-color: #C75724;
    color: white;
    border: none;
    height: 40px;
    box-shadow: 5px 5px 2px 2px #888888;  
}
.h1-text 
{
    color: #C75724;
     margin-left: 28%; 
     margin-top: 10%;
     
}

.s-text
{ 
    width: 80%;
    height: 40px;
    margin: 4%;
    border: none;
}
.sbtn
{
     height: 45px;
    width: 20%;
    margin:10%;
    margin-left: 35%;
    background-color: #C75724;
    color: #fff;
    border: none; 
}
.box
{
    height: 230px;
    background-color:rgb(247 247 247);
} 
.yy
{
 text-align: center;
 padding-top:2%;
}
.f
{
    color: #888888;  
}
.main-1
{
    width:20%;
}
.sd button
{
     background-color:none;    
}
.dropdown {
    position: relative;
    display: inline-block;
}

.dropbtn {
    background-color: #4CAF50;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

.dropdown-content 
{
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0)
}
