@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;300;400;500;600&display=swap');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:800,300');
@import url('https://fonts.googleapis.com/css?family=Yesteryear');

*{
    font-family: 'Poppins', sans-serif;
    margin:0; padding:0;
    box-sizing: border-box;
    outline: none; border:none;
    text-decoration: none;
    transition: all .2s linear;
    behavior: url(Css/boxsizing.htc);
}

html{
    font-size: 85%;
    overflow-x: hidden;
    scroll-behavior:smooth;
    scroll-padding-top: 7rem;
}

.maincontainer .lgform
{
   
    max-width: 1000px;
    margin: auto;
    margin-top:2rem;
    margin-bottom:2rem;
    background-color: #fff;
    padding: 25px;
    border-radius: 10px;
    font-size:1.5rem;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    vertical-align: middle;
    align-items: center;
}

.maincontainer .lgform form{
 
 width: 100%;
}

.maincontainer .lgform h2
{
    display: flex;
    justify-content: center;
    text-align: center;
    color: #3d0039;
    padding: 1rem 1.2rem;
    font-size: 3.3rem;
    
}
.maincontainer .lgform form p
{
    display: block;
    padding: 1rem;
    font-size: 1rem;
}
.maincontainer .lgform form label
{
    display: block;
    padding: 1rem;
    font-size: 1.4rem;
    font-weight: bold;
}

.maincontainer .lgform form select
{
    border: 2px solid #130f40;
    display: block;
    width: 100%;
    border-radius: 10px;
    padding: 0.3rem 0.8rem;
    font-size: 1.3rem;
    margin: 0.3rem;
    text-transform: none;
    
}
.maincontainer .lgform form input
{
 
    border: 2px solid #130f40;
    display: block;
    width: 100%;
    border-radius: 10px;
    padding: 0.3rem 0.8rem;
    font-size: 1.4rem;
    margin: 0.3rem;
    text-transform: none;
}

.maincontainer .lgform .form-group
{
    display: grid;
    grid-template-columns: auto;
    padding: 5px;
    
}

.maincontainer .lgform .form-group .col1
{
    padding: 0.8rem;
    font-size: 1.2rem;
    text-align:left;

}
.maincontainer .lgform .form-group2
{
    display: grid;
    grid-template-columns: auto auto;
    padding: 5px;
    gap: 2rem;
}


.maincontainer .lgform .form-group2 .col1
{
    padding: 0.8rem;
    font-size: 1.2rem;
    text-align:left;
}

.maincontainer .lgform .form-group5
{
    position: relative;
}

.maincontainer .lgform .form-group5 .col1
{
    padding: 0.8rem;
    font-size: 1.2rem;
    text-align:center;
    align-items: center;
}

.maincontainer .lgform .form-group3
{
    visibility: hidden;
    display:none;
    grid-template-columns: auto auto;
    padding: 5px;
    gap: 2rem;
}

.maincontainer .lgform .form-group3 .col1
{
    padding: 0.8rem;
    font-size: 1.2rem;
    text-align:left;
}


.maincontainer .lgform .form-group5 button
{
    position: relative;
    width:40%;
    align-items: center;
    margin-top: 3rem;
    margin-left: 1rem;
    display: block;
    padding:.5rem 3rem;
    font-size: 1.4rem;
    border-radius: .5rem;
    color:#fff;
    cursor: pointer;
    background: #3d0039;
    
}
.maincontainer .lgform .form-group5 button:hover
{
    border: 3px solid #3d0039;
}


.maincontainer .lgform .form-group6
{
    display: grid;
    grid-template-columns: auto auto;
    margin-top: 1rem;
    gap: 0rem;
    height:0rem;
    width:65%;
    position: relative;
}


.maincontainer .lgform .form-group6 .col1
{
    padding: 0.3rem;
    font-size: 1.2rem;
    text-align:left;
}

.maincontainer .lgform .form-group6 #Remb
{  
    position:relative;
    top:0;
    padding: 0;
    margin: 0;
    width:2rem;
    height: 2rem;
    display: block;
    
    
}

.maincontainer .lgform .form-group6 label
{   
    padding: 0;
    margin: 0;
    width:100%;
    margin-left: 0;
}

.maincontainer
{
  width:100%;
  padding: 0;
  overflow: hidden;
  scroll-behavior: smooth;
 
}
body{
    background:#eee;
}


#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: #3d0039;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 4px;
  }
  
  #myBtn:hover {
    background-color: red;
  }

.header{
    position:fixed;
    top:0; left:0; right: 0;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding:1rem 2%;
    background:#fff;
    box-shadow: 0 .5rem 1.5rem rgba(0,0,0,.1);
    width: 100%;  
}


.header .logo img{
    width: 80%;
    height: 100%;
}


.header .logo1{
   display: none;
}


.header .navbar a{
    font-size: 1.2rem;
    margin:0 0.8rem;
    color:#3d0039;
        
}

.header .navbar a:hover{
    color: #ff7800;
}

.header .icons div{
    height: 2.5rem;
    width: 2.5rem;
    line-height: 2.5rem;
    border-radius: .5rem;
    background: #eee;
    color:#3d0039;
    font-size: 1.4rem;
    margin-left: .3rem;
    cursor: pointer;
    text-align: center;
}

.header .icons div:hover{
    background: #ff7800;
    color:#fff;
}

#menu-btn{
    display:none;
}

.header .search-form{
    position: absolute;
    top:110%; right:-110%;
    width: 30rem;
    height:3rem;
    background: #fff;
    border-radius: .5rem;
    overflow: hidden;
    display: flex;
    align-items: center;
    box-shadow: 0.2rem 0.2rem rgba(0,0,0,.1);
}

.header .search-form.active{
    right:2rem;
    transition: .4s linear;
}

.header .search-form input{
    height:100%;
    width:100%;
    background: none;
    text-transform: none;
    font-size: 1.3rem;
    color:#3d0039;
    padding:0 1.5rem;
}

.header .search-form .lbc{
    font-size: 2rem;
    padding-right: 1.5rem;
    color:#3d0039;
    cursor: pointer;
}
.header .search-form button{
    width: 10%;
    height: 100%;
}

.header .search-form img{
    width: 50%;
    height: 50%;
}
.home{
    position: relative;
    display: grid;
    grid-template-columns: auto auto;
    align-items: center;
    justify-content: center;
    background: url(../Image/hsbanner.jpg) no-repeat;
    background-position: center;
    background-size: cover;
    padding-top: 13rem;
    padding-bottom:5rem;
    padding-right:6rem;
    padding-left:6rem;
    overflow: hidden;
}

.home::before
{
    content: '';
    width: 100%;
    height:inherit;
    position: absolute;
    top:0;
    bottom: 0;
    background:#f7e70c;
    opacity: 40%;
    
}

.home .content{
    text-align: center;
    padding: 2rem;
    z-index: 100;
    width: 100%;
   
}

.home .content h3{
    color:#3d0039;
    font-size: 3.7rem;
    font-weight: 100;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.home .content1{
    text-align: center;
    padding: 2rem;
    z-index: 100;
    width: 100%;
}

.home .content1 h3{
    color:rgb(171, 4, 4);
    font-size: 2.7rem;
    font-weight: 100;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}



.btn:hover{
    
    border: 3px solid white;
}

.Detail
{
    display: flex;
    text-align:left;
    justify-content: center;
    flex-direction: column;
    padding: 1rem 5vw;
    
   
}
.Detail .Content
{
    font-size: 1.4rem;
    padding: 1rem;
    text-align: justify;
    display: flex;
}

.Detail .Content .row1
{
    display: grid;
    grid-template-columns: auto auto;
    grid-template-rows:auto;
    column-gap: 3rem;

}

.Detail .Content .row1 .clm1
{
    width:100%;
    height:100%;
    padding: 1rem;
}

.Detail .Content .row1 .clm1 p
{
    padding-top: 3rem;
}

.Detail .Content .row1 .clm1 #spimg
{
    width: 300px;
    height: 100px;
    box-shadow: none;
}
.Detail .Content .row1 .clm1 img
{
    width: 300px;
    height: 400px;
    box-shadow:0.5rem 0.1rem rgba(0,0,0,.3);
}
.Detail .Content .row1 .clm1 .Clink
{
    background-color: #3d0039;
    box-shadow:0.5rem 0.1rem rgba(0,0,0,.3);
    text-align: center;
    text-transform: lowercase;
}

.Detail .Content ol 
{
    list-style-position: inside;
    padding: 1rem;
}

.Detail .Content .row1 .clm1 .Clink a
{
    padding: 2rem;
    color: #eee;
}
.Detail .Content p{
    padding: 0.4rem;
}

.Detail .Content h2{
    color: #3d0039;
    padding:0 0 2rem 0;
    text-align: justify;
}

.Detail .Content h3{
    color: #3d0039;
    padding:0 0 2rem 0;

}

.Detail .Content ul 
{
    list-style-position: inside;
    padding: 1rem;
}

.Detail .Content .btn{
    
    display: inline-block;
    padding:.1rem 1rem;
    font-size: 1.4rem;
    border-radius: .5rem;
    border:.2rem solid #3d0039;
    color:#fff;
    cursor: pointer;
    background: #3d0039;
}

.Detail .Content1
{
    font-size: 1.4rem;
    padding: 1.5rem;
    text-align: justify;
}
.Detail .Content1 .tbcontent
{
    overflow: auto;
}
.Detail .Content1 table
{
    margin-top:2rem;
    text-align:center;
     align-items: center;
     border-collapse: collapse;
}

.Detail .Content1  th
{
    margin-top:2rem;
    padding:.1rem 1rem;
    font-size: 1.4rem;
    background:#3d0039;
    color:white;
    border:2px solid #3d0039;
}
.Detail .Content1  td
{
    padding:1rem;
   font-size: 1.3rem;
   border:2px solid #3d0039;
}

.Detail .Content1 #sub1
{
    display:none;
    margin-top: 2rem;
    background: #fff;
    padding: 2rem;
    border-radius: 2rem;
}

.Detail .Content1 #sub2
{
    display:none;
    margin-top: 2rem;
    background: #fff;
    padding: 2rem;
    border-radius: 2rem;
}

.Detail .Content1 #sub3
{
    display:none;
    margin-top: 2rem;
    background: #fff;
    padding: 2rem;
    border-radius: 2rem;
}

.Detail .Content1 #sub4
{
    display:none;
    margin-top: 2rem;
    background: #fff;
    padding: 2rem;
    border-radius: 2rem;
}

.Detail .Content1 #sub5
{
    display:none;
    margin-top: 2rem;
    background: #fff;
    padding: 2rem;
    border-radius: 2rem;
}

.Detail .Content1 #sub6
{
    display:none;
    margin-top: 2rem;
    background: #fff;
    padding: 2rem;
    border-radius: 2rem;
}

.Detail .Content1 #sub7
{
    display:none;
    margin-top: 2rem;
    background: #fff;
    padding: 2rem;
    border-radius: 2rem;
}

.Detail .Content1 .mcon
{
    display:flex;
    flex-direction: row;
    width: auto;
    height: auto;
    overflow: hidden;
    align-items: center;
    text-align: center;
}

.Detail .Content1 .mcon .hvid
{  
    padding: 1rem;
    width: auto;
    height: auto;
}
.Detail .Content1 .row 
{
    
    margin-top: 2rem;
    display: grid;
    grid-template-columns: auto auto auto;
    font-size: 1.3rem;
}

.Detail .Content1 .row .col
{
    padding: 2rem;
    text-align: left;
}

.Detail .Content1 .row .col p
{
    padding: 2rem;
    text-align: left;
}

.Detail .Content1 h1{
    color:#3d0039;
    padding-top: 1rem;
    text-align: left;
       font-size:1.4rem;
}

.Detail .Content1 h2{
    color:#3d0039;
    padding-top: 1rem;
    text-align: left;
    font-size:1.6rem;
}

.Detail .Content1 h2:hover
{
   cursor: pointer;
}

.Detail .Content1 p{
    padding-top: 0.8rem;
}

.Detail .Content1 #sublink a
{
    color: rgb(42, 42, 101);
}

.Detail .Content1 #sublink a:hover{
    text-decoration: underline;
    color:#ff7800;
}

.Detail .Content1 a
{
    display: inline-block;
    font-size: 1.4rem;
    color:#3d0039;
    cursor: pointer;
}

.Detail .Content1 #sp{
    color:#3d0039;
    font-weight: 500;
    font-size: 1.4rem;
}

.Detail .Content1 .btn{
    
    display: inline-block;
    padding:.1rem 1rem;
    font-size: 1.4rem;
    border-bottom: 2px solid #3d0039;
    color:#3d0039;
    cursor: pointer;
}

.Detail .Content1 ol 
{
    list-style-position: inside;
    padding: 1rem;
}

.Detail .Content1 #inlist li
{
    list-style-position: inside;
    padding: 0.2rem;
    text-align: left;
    border: 0;
}

.Detail .Content1 #inlist li a{
    border: 0;
}
.Detail .Content1 ul 
{
    list-style-position: inside;
    padding: 1rem;
}

.Welcome
{
    position: relative;
    display: block;
    text-align: center;
    width:100%;
    background: #3d0039;
   }
.Welcome .WContent
{
    display: grid;
    position: relative;
    justify-content: center;
    vertical-align: middle;
    grid-template-columns: 20% 80%;
    width: 100%;
    overflow: hidden;
    margin: 0;
    height: 8vh;
   
}

.Welcome .WContent .col1
{
    padding:1rem;
    background: #3d0039;
    color:wheat;
    word-wrap: break-word;
}
.Welcome .WContent .col2
{
    padding:1rem;
    font-size: 1.4rem;
    color: #eee;
}

.Welcome .WContent .col2 a{
    padding: 0.8rem;
    color:#eee;
    font-weight: 600;
}

.Detail2
{
    display: flex;
    text-align:left;
    justify-content: center;
    flex-direction: column;
    padding: 1rem 10vw;
    text-align: justify;
 
}
.Detail2 .Content2
{
    font-size: 1.4rem;
    padding: 1.5rem;
}

.Detail2 .Content2 h2{
    color: #3d0039;
    padding:0 0 2rem 0;
}

.Detail2 .Content2 h3{
    color: #3d0039;
    padding:0 0 2rem 0;
}

.quotes
{
  
    padding: 1rem 5%;
}
.quotes h1{
    font-size: 2rem;
    color: #3d0039;
    text-align: center;
    text-transform: capitalize;
}

.quotes .Qcontainer
{
    display: grid;
    grid-template-columns: auto auto;
    text-align: center;
    justify-content: center;
    padding: 2rem;
    margin: 2rem;
    margin-top: 0;
}

.quotes .Qcontainer .card
{
    position: relative;
    display: flex;
    flex-direction:column;
    width: 80%;
    height:auto;
    margin: 2rem;
    box-shadow: 0.2rem 0.2rem rgba(0,0,0,.1);
    background:white;
    border-radius: 20px 20px;
    text-align: justify;
    word-wrap: break-word;


}
.quotes .Qcontainer .card:hover
{
    box-shadow: 0.3rem 0.3rem rgba(0,0,0,.1);
    color: #3d0039;
}

.quotes .Qcontainer .card .Qdetails
{
    font-family: 'Open Sans', Helvetica, sans-serif;
    font-size: 1.4rem;
    padding: 3rem 1.8rem 1.8rem 1.8rem;
    font-weight: 500;
}
.quotes .Qcontainer .card .card-icon{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #3d0039;
    color: #fff;
    font-size: 1.5rem;
    position: absolute;
    top: -28px;
    left: 19px;
 
}

.quotes .Qcontainer .card .auth
{
    font-size: 1.2rem;
    padding: 2rem;
    padding-top: 0;
 
}



.sld
{
    display: flex;
    text-align: center;
    justify-content: center;
}

.sld .w3-content
{
    display: flex;
    flex-direction:column;
    overflow: hidden;
    width: 90%;
    
}
.sld .w3-content .mySlides
{
    border: 4px solid #3d0039;
    border-radius: 2%;
}

.w3-section
{
display: flex;
text-align: center;
justify-content: center;
flex-direction:row;
width: 100%;
}

.w3-section .w3-col
{
width: 15rem;
height: 10rem;
margin: 1rem;
border-radius: 20%;
}

.w3-section .w3-col .demo
{
width: 10vw;
height: 20vh;
}

.footer{
    background: #fff;
    padding: 1rem 10%;
}

.footer .container{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(25rem, 1fr));
    gap:1.5rem;
}

.footer .container .squ h3{
    font-size: 2.5rem;
    color:#3d0039;
    padding:1rem 0;
    text-transform:uppercase;
    
}

.footer .container .squ h3 i{
    color:#ff7800;
}

.footer .container .squ p{
    line-height: 1.8;
    font-size: 1.2rem;
    color:#3d0039;
    padding:1rem 0;
}


.footer .container .squ .share a{
    height:4rem;
    width:4rem;
    line-height:4rem;
    border-radius: .5rem;
    font-size: 1.3rem;
    color:#3d0039;
    margin-right: .2rem;
    background: #eee;
    text-align: center;
}

.footer .container .squ .share a:hover{
    background:#ff7800;
    color: #fff;
}

.footer .container .squ .links{
    display: block;
    font-size: 1.3rem;
    color:#3d0039;
    padding:1rem 0;
}

.footer .container .squ .links i{
    color:#ff7800;
    padding-right: .5rem;
}

.PDFRead
{
    padding-left:10rem;
    padding-right: 10rem;
    padding-bottom: 2rem;
}

.PDFRead .pdf-doc iframe
{
  
    width:100%;
    height: 100%;
}

.download
{
    padding: 2rem 12vw;
}
.download .Dowlink
{
    background-color: #3d0039;
    width:50%;
    padding: 1rem;
    border-radius: 20px;
}
.download a{
    text-decoration: none;
    font-size: 1.4rem;
    color:white;
}

.fdvid
{
    padding: 1rem 5%;
 }

 .fdvid .vidcontain
{
    text-align: center;
    align-items: center;
    display: grid;
    grid-template-columns: auto auto auto;
 }

 .fdvid .vidcontain iframe
 {
    padding: 1rem;
    width: 28vw;
    height:25vw;
    border-radius: 5%;
 }

.YouTybelink
{
   padding-left: 10rem;
   padding-right: 10rem;
   padding-top: 1rem;
   padding-bottom: 2rem;
}

.YouTybelink h1
{
    text-transform: uppercase;
    color: #3d0039;
    font-size: 1.6rem;
    padding: 1rem;
}

.YouTybelink p
{
    text-transform: uppercase;
    color: #3d0039;
    font-size: 1.6rem;
    padding: 1rem;
}

.YouTybelink .linkcont
{
    display: grid;
    grid-template-columns: auto auto;
    column-gap: 3rem;
    overflow: hidden;
  
}

.YouTybelink .linkcont .imgcard
{
    background: #3d0039;
    margin: 1rem;
    padding: 2rem;
    border-radius: 20px;
    box-shadow: 0.1rem 0.1rem rgba(0,0,0,.3);
}

.YouTybelink .linkcont .imgcard .imgcontent p
{
    font-size: 2rem;
    color: white;
}

.YouTybelink .linkcont .imgcard .imgcontent a{
    background: white;
    color: #3d0039;
    padding: 1rem;
    font-size: 1.4rem;
    border-radius: 20px;
}

.Feedback
{
    padding:8rem;
}

.Feedback h1{
    text-decoration: none;
    font-size: 1.4rem;
    background-color: #3d0039;
    color: white;
    padding: 1rem;

}


.Feedback .cnthead
{
    font-size: 2.5rem;
    color:#3d0039;
    padding:1rem 0;
    text-transform:uppercase;
    font-weight: 800;
    text-align: center;
  
 
}
.Feedback .feedform
{
    display:flex;
    text-align: left;
    justify-content: center;
    overflow: hidden;
    background: #eee;

}

.Feedback .feedform .frow
{
    display: grid;
    grid-template-columns:50% 50%;
    text-align: left;
    box-sizing: border-box;
    width: 80rem;
}

.Feedback .feedform .frow .colm
{
    padding:0.6rem;
    margin: 0.2rem;
    border:2px solid red;
    
}

.Feedback .feedform .frow .colm label{
    font-size: 1.6rem;
    text-transform: uppercase;
    padding-left: 1rem;
}

.Feedback .feedform .frow .colm input
{
    font-size: 1.3rem;
    width: 100%;
    border:1px solid #3d0039;
    padding: 1rem;
    border-radius: 8px;
}

.Feedback .feedform .frow .colm textarea
{
    font-size: 1.3rem;
    width: 100%;
    border:1px solid #3d0039;
    padding: 1rem;
    border-radius: 8px;
}
.Feedback .feedform .frow .colm #r1
{
    font-size: 1.4rem;
    border: 0px;
    width: 100%;
    height: 1em;
    text-align: left;
}

.Feedback .feedform .frow #rdcon
{
    border:2px solid blue;
}



.error {
    font-size: 15px;
    color: red;
    padding-left: 2rem;
}

.FDBack .cont
{
    padding: 2rem 12vw;
    display: grid;
    grid-template-columns: auto auto;  
}

.FDBack .cont .wrpcontent
{
    padding: 0.6rem;
}

.FDBack .cont .wrpcontent p{
    text-align: justify;
    font-size: 1.4rem;
    padding-bottom: 2rem;
}


@media(max-width:992px)
{ 
    .maincontainer .lgform
    {
        margin: 1rem 6rem;
        width: auto;
    }
    .Detail .Content4 .lgform
    {
        margin: 1rem 6rem;
        width: auto;
    }

    .Detail .Content1 .mcon
    {
    display:block;
    overflow: hidden;
    align-items: center;
    text-align: center;
    }
    .Detail .Content1 .mcon .hvid .vcontent
    {
        font-size: 1.4rem;
        font-weight: 500;
        color: #3d0039;
    }
    .Detail .Content .row1 .clm1 img
    {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 400px;
        height:500px;
        box-shadow:0.5rem 0.1rem rgba(0,0,0,.3);
    }
    .Detail .Content .row1 .clm1 .Clink
    {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 400px;
        background-color: #3d0039;
        box-shadow:0.5rem 0.1rem rgba(0,0,0,.3);
        text-align: center;
    
    }

   .fdvid
    {
        padding: 1rem;
    }

    .fdvid .vidcontain
    {
        display: grid;
        grid-template-columns: auto;
    }

    .fdvid .vidcontain iframe
    {
    width: 100%;
    height: 50vw;
    }

    .YouTybelink
    {
        padding: 1rem;
    }

    .YouTybelink .linkcont
    {
        display: grid;
        grid-template-columns: auto;

    }

    .download
    {
        padding: 1rem;
    }
    .download .Dowlink
    {
        display: block;
        background-color: #3d0039;
        color: white;
        padding: 1rem;
        width:100%;
        border-radius: 20px;
    }
    .download a{
        text-decoration: none;
        font-size: 1.2rem;
        
    }

    .home{
    display: grid;
    grid-template-columns: auto;
    padding:10rem;
    }


    .home .content
    {
        width: 100%;
    }
    .home .content1
    {
        width: 100%;
    }
    .Feedback
    {
        padding: 2rem;
    }
    .Feedback .feedform .frow
    {
        display: grid;
        grid-template-columns: auto;
        width: 40rem;
    }
.Welcome
{
        position: relative;
        display: block;
        text-align: center;
        width:100%;
        background: #3d0039;
}
    .Welcome .WContent
    {
    display: block;
    position: relative;
    justify-content: center;
    width: 100%;
    overflow: hidden;
    margin: 0;
   height: 15vw;
}

.Welcome .WContent .col2
{
    padding: 1rem;
}
    .header{
        position: relative;
    }   
    
    .search-form
    {
        visibility: hidden;
        display:none;
        opacity: 0;
    }
    .Detail
    {
        padding:0;
    }
    .Detail .Content
    {
        font-size: 1.2rem;
        text-align: justify;
        
    }
    .Detail .Content .row1
    {
        display: grid;
        grid-template-columns: auto;
        column-gap: 0rem;
        row-gap: 0;
    }
    .Detail2
    {
        padding:0;
    }
    .Detail2 .Content2
    {
        font-size: 1.2rem;
        text-align: justify;
    }
 

    #menu-btn{
        display: inline-block;
    }

    #search-btn
    {
       display:none;
	}

    .header .logo{
        display: none;
        
     }
     .header .logo1{
        display:block;
           }

     .header .logo1 img{
        width: 25%;
        height: 25%;        
     }

     .header .navbar{
        position: absolute;
        top:110%; right:-110%;
        width:30rem;
        box-shadow:0 .5rem 1.5rem rgba(0,0,0,.1);
        border-radius: .5rem;
        background: #fff;
    }

    .header .navbar.active{
        font-size: 2rem;
        right:5rem;
        transition: .4s linear;

    }

    .header .navbar a{
        font-size: 1.4rem;
        margin:2rem 2.5rem;
        display: block;
    }
    .w3-section .w3-col .demo
    {
        width:auto;
        height:auto;
    }

    .quotes .Qcontainer
{
    display: grid;
    grid-template-columns: auto;
    padding: 1rem;
    margin: 1rem;
    margin-top: 0;
}
.quotes
{
  
    padding:0;
}

.quotes .Qcontainer .card
{
    width: 90%;
    height: auto;
}

.quotes .Qcontainer .card .Qdetails
{
    font-size: 1.8rem;
}
.quotes .Qcontainer .card .Qdetails span{
    font-size: 4.4rem;
}

.quotes .Qcontainer .card .auth
{
    font-size: 1.8rem;
    padding: 2rem;
    padding-top: 0;
 
}
.PDFRead
{
    padding-left: 2rem;
    padding-right: 2rem;
}

.FDBack .cont
{
    display: grid;
    grid-template-columns: auto;
    padding: 2rem;
    align-items: center;
}

.FDBack .cont .wrpcontent img 
{
    display: block;
    margin-left: auto;
    margin-right: auto;
}

}

@media(max-width: 768px)
{
    .maincontainer .lgform
    {
        margin: 0rem 0rem;
        width:auto;
    }

    .maincontainer .lgform form{
        width:auto;
    }


        
    .maincontainer .lgform .form-group
    {
        display: grid;
        grid-template-columns: auto;
        padding: 5px;
        
    }

    .maincontainer .lgform .form-group2
    {
        display: grid;
        grid-template-columns: auto;
        padding: 5px;
        
    }
    .maincontainer .lgform .form-group6
    {
        
        display: grid;
        grid-template-columns: auto auto;
        padding: 5px;
        width: auto;
    }

    .maincontainer .lgform .form-group5 button{
        align-items: center;
        padding: 1rem;
        width: auto;
    }

    .maincontainer .lgform .form-group5
    {
        
        display: grid;
        grid-template-columns: auto auto;
        padding: 5px;
        width: auto;
    }
     .fdvid .vidcontain iframe
    {
        width: 100%;
        height: 50vw;
    }
    
    .Detail .Content .row1 .clm1 img
    {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 300px;
        height:400px;
        box-shadow:0.5rem 0.1rem rgba(0,0,0,.3);
    }
    .Detail .Content .row1 .clm1 .Clink
    {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 300px;
        background-color: #3d0039;
        box-shadow:0.5rem 0.1rem rgba(0,0,0,.3);
        text-align: center;
    
    }
    
    .Detail
    {
        padding:0;
    }
    .Detail .Content
    {
        font-size: 1.2rem;
        text-align: justify;
    }

    .Detail2
    {
        padding:0;
    }
    .Detail2 .Content2
    {
        font-size: 1.2rem;
        text-align:justify;
    }
    

    #menu-btn{
        display: inline-block;
    }

    #search-btn
    {
       display:none;
	}

    .header .logo{
        display: none;
        
     }
     .header .logo1{
        display:block;
           }

     .header .logo1 img{
        width: 30%;
        height: 30%;        
     }

     .header .navbar{
        position: absolute;
        top:110%; right:-110%;
        width:28rem;
        box-shadow:0.5rem 1.5rem rgba(0,0,0,.1);
        border-radius: .5rem;
        background: #fff;
    }

    .header .navbar.active{
        font-size: 2rem;
        right:1rem;
        transition: .4s linear;
    }

    .header .navbar a{
        font-size: 1.4rem;
        margin:2rem 2.5rem;
        display: block;
    }
    .w3-section .w3-col .demo
    {
        width:auto;
        height:auto;
    } 
    .Feedback
    {
        padding: 2rem;
    }
    .Feedback .feedform .frow
    {
        display: grid;
        grid-template-columns: auto;
        width: 30rem;
    }
    .home
    {
        padding: 5rem;
    }
        .Welcome
{
        position: relative;
        display: block;
        text-align: center;
        width:100%;
        background: #3d0039;
}
    .Welcome .WContent
    {
    display: block;
    position: relative;
    justify-content: center;
    width: 100%;
    overflow: hidden;
    margin: 0;
   height: auto;
}

.Welcome .WContent .col2
{
    padding: 1rem;
}

.quotes .Qcontainer .card .Qdetails
{
    font-size: 1.3rem;
}
.quotes .Qcontainer .card .Qdetails span{
    font-size: 4.4rem;
}

.quotes .Qcontainer .card .auth
{
    font-size: 1.3rem;
    padding: 2rem;
    padding-top: 0;
 
}    
}

@media(max-width:370px)
{
    
.quotes .Qcontainer .card .Qdetails
{
    font-size: 1.3rem;
}
.quotes .Qcontainer .card .Qdetails span{
    font-size: 4.4rem;
}

.quotes .Qcontainer .card .auth
{
    font-size: 1.3rem;
    padding: 2rem;
    padding-top: 0;
 
}    
        .Welcome
{
        position: relative;
        display: block;
        text-align: center;
        width:100%;
        background: #3d0039;
}
    .Welcome .WContent
    {
    display: block;
    position: relative;
    justify-content: center;
    width: 100%;
    overflow: hidden;
    margin: 0;
   height: 40vw;
}

.Welcome .WContent .col2
{
    padding: 2rem;
}
    .maincontainer
    {
        width:370px;
        padding: 0;
        overflow: hidden;
        scroll-behavior: smooth;
    }
   
    .Detail
    {
        padding:0;
    }
    .Detail .Content
    {
        font-size: 1.2rem;
        text-align: justify;
    }
    .header .navbar{
        position: absolute;
        top:110%; right:-110%;
        width:22rem;
        box-shadow: 0.5rem 1.5rem rgba(0,0,0,.1);
        border-radius: .5rem;
        background: #fff;
    }

    .header .navbar.active{
        font-size: 1.4rem;
        right:0.8rem;
        transition: .4s linear;
    }
    .header .navbar a{
        font-size: 1.4rem;
        margin:1rem 1.5rem;
        display: block;
    }  
    .Regtable .regcontent .table .had
    {
        font-size: 1rem;
    }
}