@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;
}

html{
    font-size: 85%;
    overflow-x: hidden;
    scroll-behavior:smooth;
    scroll-padding-top: 7rem;
}

.maincontainer
{
  width:100vw;
  padding: 0;
  overflow: hidden;
  scroll-behavior: smooth;
  
 
}
body{
    background:#eee;
}



.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: flex;
    align-items: center;
    justify-content: center;
    background: url(../Image/banner.jpg) no-repeat;
    background-position: center;
    background-size: cover;
    padding-top: 17rem;
    padding-bottom: 10rem;
    overflow: hidden;
}

.home::before
{
    content: '';
    width: 100%;
    height:inherit;
    position: absolute;
    top:0;
    bottom: 0;
    background:#3d0039;
    opacity: 40%;
}

.home .content{
    text-align: center;
    width:90rem;
    z-index: 1;
}

.home .content h3{
    color:white;
    font-size: 3.7rem;
    font-weight: 100;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}


.home .content p{
    color:white;
    font-size: 2rem;
    padding:1rem 0;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-weight: 100;
}


.Detail
{
    display: flex;
    text-align:left;
    justify-content: center;
    flex-direction: column;
    padding: 2rem 5vw;
    
 
}
.Detail .Content
{
    font-size: 1.4rem;
    padding: 1.5rem;
    text-align: justify;
}

.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 .btn{
    
    display: inline-block;
    font-size: 1.4rem;
    padding-top: 1rem;
    color:#3d0039;
    cursor: pointer;
}

.Detail .Content1 .btn{
    
    display: inline-block;
    padding:.1rem 1rem;
    font-size: 1.4rem;
    border-radius: .5rem;
    color:#3d0039;
    cursor: pointer;
}
.Detail .Content1
{
    font-size: 1.4rem;
    padding: 1.5rem;
    text-align: justify;
}

.Detail .Content1 #sp{
    color:#3d0039;
    font-weight: 500;
    font-size: 1.4rem;
}

.Detail .Content1 #rmore{
    text-align:right;
    
}

.Detail .Content1 ol 
{
    list-style-position: inside;
    padding: 1rem;
    text-align: left;

}


.Detail .Content1 ul 
{
    list-style-position: inside;
    padding: 1rem;
    text-align: left;
}

.Welcome
{
    position: relative;
    display: block;
   /** text-align: center;**/
    width:100%;
    background: #3d0039;
    
   }
.Welcome .WContent
{
    display: grid;
    position: relative;
    vertical-align: middle;
    grid-template-columns: 25% auto;
    width: 100%;
    overflow: hidden;
    margin: 0;
    height: auto;
  
  
}

.Welcome .WContent .col1
{
    text-align: center;
    padding:1rem;
    background: #3d0039;
    color:wheat;
    word-wrap: break-word;
    justify-content: center;
  
}
.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;
}


.fdvid
{
    padding: 1rem 30%;
 }

 .fdvid .vidcontain
{
    text-align: center;
    align-items: center;
    display: grid;
    grid-template-columns: auto;
 }

 .fdvid .vidcontain iframe
 {
    padding: 1rem;
    width: 40vw;
    height:50vh;
    border-radius: 5%;
 }
.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;
    text-align: center;
    justify-content: center;
    padding: 2rem;
    margin: 2rem;
    margin-top: 0;
}

.quotes .Qcontainer .card
{
    position: relative;
    display: flex;
    flex-direction:column;
    width: 100%;
    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.4rem;
     font-weight: 500;
    padding: 2rem;
    padding-top: 0;
 
}

.sld1
{
    display: flex;
    text-align: center;
    justify-content: center;
    margin-bottom: 20px;
    padding-left: 8rem;
    padding-right: 8rem;

}

.sld1 .mainbox
{
    padding: 1rem;
    display: block;
    width:100%;
    height:600px;

}
.sld1 .Quat-container
{
    width: 100%;
    position: relative;
    margin: auto;

}

.sld1 .Quat-container .mySlides1
{
    display: none;
}


.sld1 .Quat-container .mySlides1 .card{
    position: relative;
    display: block;
    margin: 2rem;
    box-shadow: 0.2rem 0.2rem rgba(0,0,0,.1);
    background:white;
    border-radius: 20px 20px;
    word-wrap: break-word;
    text-align: center;
}

.sld1 .Quat-container .mySlides1 .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;
 
}
.sld1 .Quat-container .mySlides1 .card .Quettext
{
    padding-left: 10rem;
    padding-right: 10rem;
    padding-top: 3rem;
     padding-bottom: 3rem;
    font-size: 1.4rem;
}

.sld1 .Quat-container .mySlides1 .card img
{
   border:3px solid #3d0039;
   border-radius: 50%;
   width: 20%;
   height: 40%;
}

.sld1 .Quat-container .mySlides1 .card .text
{
    padding-left: 10rem;
    padding-right: 10rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
    font-size: 1.2rem;
    margin:2rem;
}

.sld1 .Quat-container .fade {
    animation-name: fade;
    animation-duration: 1.5s;
  }
.sld
{
    display: flex;
    text-align: center;
    justify-content: center;
    margin-bottom: 20px;
}

.slide_container
{
    padding: 1rem;
   
}
.sld .w3-content
{
    display: flex;
    flex-direction:column;
    overflow: hidden;
    width: 100%;
    
}
.sld .w3-content .mySlides
{
    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;
}
@media(max-width:992px)
{ 
  .fdvid
    {
        padding: 1rem;
    }

    .fdvid .vidcontain
    {
        display: grid;
        grid-template-columns: auto;
    }

    .fdvid .vidcontain iframe
    {
    width: 100%;
    height: 50vw;
    }
    .sld1
    {
        padding: 2rem;
    }

    .sld1 .mainbox
    {
        width: 100%;
        height: 500px;
    }

    .sld1 .Quat-container .mySlides1 .card .Quettext
    {
        padding: 3rem;
    }

    .sld1 .Quat-container .mySlides1 .card .text
    {
        padding: 2rem;
    }

    .sld1 .Quat-container .mySlides1 .card img
    {
        width: 30%;
        height: 30%;
    }

.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: 0rem;
}
    .header{
        position: relative;
    }   
    
    .search-form
    {
        visibility: hidden;
        display:none;
        opacity: 0;
    }
    .Detail
    {
        padding:1rem;
    }
    .Detail .Content
    {
        font-size: 1.2rem;
        text-align: justify;
        
    }

    .Detail .Content1
    {
        font-size: 1.2rem;
        text-align: justify;
        
    }
    
    .Detail .Content1 ul
    {
        font-size: 1rem;
        text-align:left;
        text-decoration: none;
        list-style:none;
        
    }
    .Detail2
    {
        padding:1rem;
    }
    .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;
 
}
.sld .slide_container
{
    width: 100vw;
    height:auto;
}
}

@media(max-width: 768px)
{
    .fdvid .vidcontain iframe
    {
        width: 100%;
        height: 50vw;
    }
    
    .sld1
    {
        padding: 0rem;
    }

    .sld1 .mainbox
    {
        width: 100%;
        height: 500px;
        padding: 0.1rem;
    }

    .sld1 .Quat-container .mySlides1 .card .Quettext
    {
        padding: 2rem;
    }

    .sld1 .Quat-container .mySlides1 .card .text
    {
        padding: 1rem;
    }

    .sld1 .Quat-container .mySlides1 .card img
    {
        width: 20%;
        height: 20%;
    }
    .Detail
    {
        padding:0;
    }
    .Detail .Content
    {
        font-size: 1.2rem;
        text-align: justify;
    }

    .Detail2
    {
        padding:1rem;
    }
    .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;
    } 

    
.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: auto;
}

.Welcome .WContent .col2
{
    padding: 2rem;
}
}

@media(max-width:370px)
{
     .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: 0rem;
    }
    .maincontainer
    {
        width:370px;
        padding: 0;
        overflow: hidden;
        scroll-behavior: smooth;
    }

    .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;
    }
}