@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300&display=swap');

body {
    color: #192225;
    font-family: 'Poppins', sans-serif;
}

p, .ol_list>li {
    color: #7a7a7a;
    font-weight: 500;
}

@media only screen and (max-width: 600px) {
    p, .ol_list>li {
        font-size: 14px;
        line-height: 1.5rem;
    }
    body {
        font-size: 14px;
    }
}

@media only screen and (min-width: 600px) {
    p, .ol_list>li {
        font-size: 15px;
        line-height: 1.7rem;
    }
    body {
        font-size: 15px;
    }
}


/* ------------------------------------------NAVIGATION START-------------------------------------- */

.new-dropdown li a {
    text-align: left;
}

.new-dropdown li a:hover {
    box-shadow: none !important;
    background-color: transparent !important;
    width: fit-content !important;
    position: relative;
}

.btn-overflow {
    overflow-x: hidden;
    text-align: center;
    width: fit-content !important;
}

.dropdown-item {
    width: fit-content !important;
}

.new-nav-item {
    position: relative;
}

.new-nav-item a::after {
    content: "";
    height: 2px;
    width: 0;
    background: rgb(218, 113, 57);
    position: absolute;
    left: 0;
    bottom: 0px;
    transition: 0.5s;
}

.my-navbar {
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
    background-color: white;
    box-shadow: 0 3px 7px 0 rgb(0 0 0 / 10%);
    border-bottom: 0 3px 7px 0 rgb(0 0 0 / 10%);
    z-index: 999;
}

.my-nav {
    display: flex;
}

.my-container {
    padding-left: 5px;
}

.nav-item a {
    color: #505050 !important;
    padding: 0px !important;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    text-transform: capitalize;
    transition: all 0.4s ease;
    letter-spacing: 0px;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    text-align: left;
}

.nav-item a:hover::after {
    width: 100%;
}

.nav-item a:hover {
    color: rgb(218, 113, 57) !important;
}

.nav-item .active {
    color: rgb(218, 113, 57) !important;
}

.navbar-toggler:focus {
    box-shadow: 0 0 0 0px !important;
}

.donate-btn{
    background-color: rgb(187, 90, 42) !important;
    border-color: rgb(218, 113, 57) !important;
}

.donate-btn:hover {
    background-color: rgb(218, 113, 57) !important;
    border-color: rgb(218, 113, 57) !important;
}

.donate-btn:focus {
    box-shadow: 0 0 0 0.01rem !important;
}



@media only screen and (max-width: 600px) {
    .nav_logo{
        width: 50px !important;
    }
    .logo {
        width: 100%;
        height: 100%;
    }
    .my-container {
        width: 95% !important;
    }
    .my-nav {
        justify-content: flex-start !important;
        padding-left: 20px;
        padding-bottom: 20px;
    }
    .nav-item a {
        margin: 0.4rem !important;
    }
    .my-nav {
        background: #fff;
        box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
    }
    .mobile-mb {
        margin-bottom: 15px !important;
    }
    .mobile-mt {
        margin-top: 15px !important;
    }
    .new-nav-item a {
        width: fit-content;
    }
}

@media only screen and (min-width: 600px) {
    .nav_logo{
        width: 70px !important;
    }
    .logo {
        width: 100%;
        height: 100%;
    }
    .my-container {
        width: 95% !important;
    }
    .my-nav {
        justify-content: flex-start !important;
        padding-left: 20px;
        padding-bottom: 20px;
    }
    .nav-item a {
        margin: 0.4rem !important;
    }
    .my-nav {
        background: #fff;
        box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
    }
    .mobile-mb {
        margin-bottom: 15px !important;
    }
    .mobile-mt {
        margin-top: 15px !important;
    }
    .new-nav-item a {
        width: fit-content;
    }
}

@media only screen and (min-width: 768px) {
    .nav_logo{
        width: 70px !important;
    }
    .logo {
        width: 100%;
        height: 100%;
    }
    .my-container {
        width: auto;
    }
    .my-nav {
        justify-content: flex-start !important;
        padding-left: 20px;
        padding-bottom: 20;
    }
    .nav-item a {
        margin: 0.5rem !important;
    }
    .my-nav {
        background: #fff;
        box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
    }
    .mobile-mb {
        margin-bottom: 15px !important;
    }
    .mobile-mt {
        margin-top: 15px !important;
    }
    .new-nav-item a {
        width: fit-content;
    }
}

@media only screen and (min-width: 992px) {
    .nav_logo{
        width: 70px !important;
    }
    .logo {
        width: 100%;
        height: 100%;
    }
    .my-container {
        width: auto;
    }
    .my-nav {
        justify-content: flex-end !important;
        padding-bottom: 0;
    }
    .nav-item a {
        margin: 0.8rem !important;
    }
    .my-nav {
        background-color: white;
        box-shadow: none;
    }
    .mobile-mb {
        margin-bottom: auto !important;
    }
    .mobile-mt {
        margin-top: auto !important;
    }
}

@media only screen and (min-width: 1200px) {
    .nav_logo{
        width: 70px !important;
    }
    .logo {
        width: 100%;
        height: 100%;
    }
    h3.title {
        font-size: 35px;
    }
    .my-container {
        width: auto;
    }
    .my-nav {
        justify-content: flex-end !important;
        padding-bottom: 0;
    }
    .nav-item a {
        margin: 0.8rem !important;
    }
    .my-nav {
        background-color: white;
        box-shadow: none;
    }
    .mobile-mb {
        margin-bottom: auto !important;
    }
    .mobile-mt {
        margin-top: auto !important;
    }
}


/* ------------------------------------------NAVIGATION END-------------------------------------- */









/*  ..........................Banner Start.......................... */

.banner{
    background-color: greenyellow;
}

.adjustment{
    right: unset;
    text-align: left;
    font-family: 'Lato', sans-serif;
}

.adjustment > h2{
    font-weight: 300 !important;
    margin-bottom: 0px;
}

.adjustment > h1{
    font-weight: 500;
}

.adjustment > h3{
    font-weight: 700;
    margin-bottom: 10px;
}

.courausel-btn{
    background-color: goldenrod;
    color: rgb(96, 5, 5);
    text-transform: uppercase;
    font-weight: 600;
}

.carousel-item{
    position: relative;
}

.carousel-item::before{
    content: " ";
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.3);
}

.carousel-item{
    overflow: hidden;
}





@media only screen and (max-width: 600px) {
    /* .adjustment{
        display: none;
    } */

    .adjustment{
        top: 4%;
        left: 13%;
    }
    .adjustment > h2{
        font-size: 15px;
    }
    .adjustment > h1{
        font-size: 40px;
    }
    .adjustment > h3{
        font-size: 17px;
        width: 90%;
    }
    .courausel-btn{
        padding: 12px 20px;
    }
    .courausel-btn{
        padding: 5px 10px !important;
        font-size: 12px;
    }
}
  
  @media only screen and (min-width: 600px) {
    .adjustment{
        top: 15%;
        left: 13%;
    }
    .adjustment > h2{
        font-size: 30px;
    }
    .adjustment > h1{
        font-size: 40px;
    }
    .adjustment > h3{
        font-size: 28px;
        width: 80%;
    }
    .courausel-btn{
        padding: 12px 20px;
    }
    .courausel-btn{
        padding: 10px 20px !important;
        font-size: 13px;
    }
}
  
  @media only screen and (min-width: 768px) {
    .adjustment{
        top: 15%;
        left: 10%;
    }
    .adjustment > h2{
        font-size: 35px;
    }
    .adjustment > h1{
        font-size: 60px;
    }
    .adjustment > h3{
        font-size: 37px;
        width: 70%;
    }
    .courausel-btn{
        padding: 12px 25px;
    }
    .courausel-btn{
        padding: 10px 20px !important;
        font-size: 13px;
    }
} 
  
  @media only screen and (min-width: 992px) {
    .adjustment{
        top: 20%;
        left: 10%;
    }
    .adjustment > h2{
        font-size: 40px;
    }
    .adjustment > h1{
        font-size: 70px;
    }
    .adjustment > h3{
        font-size: 45px;
        width: 60%;
    }
    .courausel-btn{
        padding: 15px 30px;
    }
    .courausel-btn{
        padding: 10px 20px !important;
        font-size: 13px;
    }
    
} 
  
  @media only screen and (min-width: 1200px) {
    .adjustment{
        top: 25%;
        left: 10%;
    }
    .adjustment > h2{
        font-size: 60px;
    }
    .adjustment > h1{
        font-size: 80px;
    }
    .adjustment > h3{
        font-size: 50px;
        width: 60%;
    }
    .courausel-btn{
        padding: 15px 30px;
    }
    .courausel-btn{
        padding: 10px 20px !important;
        font-size: 13px;
    }
    
}
  

/*  ..........................Banner End.......................... */



/* ------------------------------------------ABOUT US SECTION START-------------------------------------- */

.about {
    padding-bottom: 20px;
    height: auto;
}

.title {
    font-weight: 700;
    position: relative;
    /* color: rgb(15, 15, 15); */
    color: #450303;
}

.span-title {
    color: #a5681e;
}

.title::after {
    content: " ";
    height: 4px;
    width: 60px;
    background-image: linear-gradient(to right, #6da51e, rgba(255, 0, 0, 1));
    position: absolute;
    left: calc(50% - 2%);
    bottom: -4px;
}

.about-container {
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

.item-1 {
    height: auto;
    border-bottom: 5px solid #6da51e;
    padding-bottom: 8px;
    position: relative;
}

.item-1::after {
    content: " ";
    height: 5px;
    width: 50%;
    background-color: #a00b0b;
    position: absolute;
    left: calc(50% - 0%);
    bottom: -15px;
}

.item-2 {
    height: auto;
}

.item-2 h2, .abt-title {
    font-weight: 700;
    color: #002e5b;
}

.about-btn {
    border-radius: 0px !important;
    border-color: #da7d31!important;
    background: rgb(218, 113, 57)!important;
    color: #fff !important;
   
}

.about-btn:hover {
    background: #d77422 !important;
}


/* about us page */

.about-container-para {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.para-span {
    font-weight: 600;
    color: #6da51e;
}

.about-container-para h2 {
    color: rgb(56, 55, 55);
    font-weight: 700;
}

@media only screen and (max-width: 600px) {
    .title {
        font-size: 33px;
    }
    .item-1 {
        flex-basis: 100%;
        margin-bottom: 20px;
    }
    .item-2 {
        flex-basis: 100%;
    }
    .item-2 h2,.abt-title {
        font-size: 17px;
    }
    .item-2 a {
        width: 30%;
    }
    .para-span {
        font-size: 15px;
    }
    .about-container-para h2 {
        font-size: 24px;
    }
}

@media only screen and (min-width: 600px) {
    .title {
        font-size: 33px;
    }
    .item-1 {
        flex-basis: 100%;
        margin-bottom: 30px;
    }
    .item-2 {
        flex-basis: 100%;
    }
    .item-2 h2, .abt-title {
        font-size: 18px;
    }
    .item-2 a {
        width: 30%;
    }
    .para-span {
        font-size: 16px;
    }
    .about-container-para h2 {
        font-size: 26px;
    }
}

@media only screen and (min-width: 768px) {
    .title {
        font-size: 37px;
    }
    .item-1 {
        flex-basis: 35%;
    }
    .item-2 {
        flex-basis: 60%;
    }
    .item-2 h2, .abt-title {
        font-size: 19px;
    }
    .item-2 a {
        width: 30%;
    }
    .para-span {
        font-size: 16px;
    }
    .about-container-para h2 {
        font-size: 28px;
    }
}

@media only screen and (min-width: 992px) {
    .title {
        font-size: 45px;
    }
    .item-1 {
        flex-basis: 45%;
    }
    .item-2 {
        flex-basis: 50%;
    }
    .item-2 h2, .abt-title {
        font-size: 20px;
    }
    .item-2 a {
        width: 30%;
    }
    .para-span {
        font-size: 16px;
    }
    .about-container-para h2 {
        font-size: 30px;
    }
}

@media only screen and (min-width: 1200px) {
    .title {
        font-size: 45px;
    }
    .item-1 {
        flex-basis: 50%;
    }
    .item-2 {
        flex-basis: 45%;
    }
    .item-2 h2, .abt-title {
        font-size: 20px;
    }
    .item-2 a {
        width: 30%;
    }
    .para-span {
        font-size: 16px;
    }
    .about-container-para h2 {
        font-size: 30px;
    }
}

  

/* ------------------------------------------ABOUT US SECTION END-------------------------------------- */














/* ...................................Object Section.......................... */


.third-container{
    background: #7d7d7d1f;
    border-top: 0.4px solid #e0e0e0;
}
.img-child-2{
    padding: 0px;
}
.link-box{
    text-decoration: none;
    color: var(--black);
    font-family: "Roboto", Sans-serif;
    transition: .4s;
    font-weight: bold;
    letter-spacing: 1px;
}
.link-box:hover{
    color: var(--golden);
}

@media only screen and (max-width: 600px) {
    .link-box{
        font-size: 15px;
    }
}
  
  @media only screen and (min-width: 600px) {
    .link-box{
        font-size: 15px;
    }
}
  
  @media only screen and (min-width: 768px) {
    .link-box{
        font-size: 16px;
    }
} 
  
  @media only screen and (min-width: 992px) {
    .link-box{
        font-size: 17px;
    }
} 
  
  @media only screen and (min-width: 1200px) {
    .link-box{
        font-size: 17px;
    }
}
  


.container-boxe-list::before{
    content: "";
    z-index: -1;
    background-color: #1B77AF;
    height: 100%;
    width: 80%;
    position: absolute;
}
.container-boxe-list{
    z-index: 99;
    position: relative;
}
.box-list-1{
    height: auto;
    background: #fff;
    box-shadow: 0 2px 10px -1px rgb(68 68 68 / 30%);
}
.box-list-img{
    height: auto;
}
.box-list-text{
    height: auto;
}



/* second box list */
.box-list-2{
    height: auto;
    flex-wrap: wrap;
}
.child-1{
    height: auto;
    background: #f7f7f7;
    box-shadow: 0 2px 10px -1px rgb(68 68 68 / 30%);
    transition: .4s;
}
.child-1:hover{
    /* transform: scale(1.05, 1.05); */
    transform: translateY(-10px);
}

.child-1 a i{
    color: var(--golden) !important;
}

.box-text{
    font-weight: 600 !important;
    font-family: "Roboto", Sans-serif;
}
.fa-font{
    color: var(--golden);
    float: right;
}


  @media only screen and (max-width: 600px) {
    .box-list-1{
        width: 100%;
    }
    .box-list-img{
        width: 28%;
    }
    .box-list-text{
        width: 60%;
    }
    .box-list-2{
        /* padding-top: 30px; */
    }
    .child-1{
        width: 100%;
        display: flex;
        flex-direction: column;
        margin-bottom: 20px;
    }
    .img-child{
        padding: 20px 0px;
        height: 200px !important;
    }
    .box-text{
        letter-spacing: 1px;
        line-height: 1.8rem;
    }
    .fa-font{
        font-size: 20px !important; 
    }
    .child-1 a i{
        font-size: 25px;
    }        
}

  @media only screen and (min-width: 600px) {
    .box-list-1{
        width: 100%;
    }
    .box-list-img{
        width: 28%;
    }
    .box-list-text{
        width: 60%;
    }
    .box-list-2{
        /* padding-top: 30px; */
    }
    .child-1{
        width: 100%;
        display: flex;
        flex-direction: column;
        margin-bottom: 20px;
    }
    .img-child{
        padding: 20px 0px;
        height: 200px !important;
    }
    .box-text{
        letter-spacing: 1px;
        line-height: 1.8rem;
    }
    .fa-font{
        font-size: 20px !important; 
    }
    .child-1 a i{
        font-size: 25px;
    }
}

  @media only screen and (min-width: 768px) {
    .box-list-1{
        width: 100%;
    }
    .box-list-img{
        width: 28%;
    }
    .box-list-text{
        width: 60%;
    }
    .box-list-2{
        /* padding-top: 30px; */
    }
    .child-1{
        width: 100%;
        display: flex;
        flex-direction: column;
    }
    .img-child{
        padding: 20px 0px;
        height: 200px !important;
    }
    .box-text{
        letter-spacing: 1px;
        line-height: 1.8rem;
    }
    .fa-font{
        font-size: 26px !important; 
    }
    .child-1 a i{
        font-size: 28px;
    }
} 

  @media only screen and (min-width: 992px) {
    .box-list-1{
        /* width: 95%; */
        width: 100%;
    }
    .box-list-img{
        width: 28%;
    }
    .box-list-text{
        width: 60%;
    }
    .box-list-2{
        /* padding: 30px; */
    }
    .child-1{
        width: 32%;
        display: flex;
        flex-direction: column;
        min-height: 330px;
        padding: 15px;
        height: auto;
    }
    .img-child{
        padding: 40px 0px;
        height: 200px !important;
    }
    .box-text{
        letter-spacing: 1px;
        line-height: 1.8rem;
    }
    .fa-font{
        font-size: 30px !important; 
    }   
    .child-1 a i{
        font-size: 30px;
    }
} 

  @media only screen and (min-width: 1200px) {
    .box-list-1{
        /* width: 95%; */
        width: 100%;
    }
    .box-list-img{
        width: 28%;
    }
    .box-list-text{
        width: 60%;
    }
    .box-list-2{
        /* padding: 30px; */
    }
    .child-1{
        width: 32%;
        display: flex;
        flex-direction: column;
        min-height: 300px;
        padding: 15px;
        height: auto;
    }
    .img-child{
        padding: 40px 0px;
        height: 200px !important;
    }
    .box-text{
        letter-spacing: 1px;
        line-height: 1.8rem;
    }
    .fa-font{
        font-size: 30px !important; 
    }
    .child-1 a i{
        font-size: 30px;
    }
}



/* -----------------------------------------------KEEP IT UP SECTION END------------------------------------ */











/*-----------------------Pillars of Society Start-------------*/

    .pillars_container{
        /* height: 500px; */
        /* background-color: red; */
        display: flex;
        justify-content: space-between;
        align-items: center;
        column-gap: 2.66666666667%;
        row-gap: 20px;
        flex-wrap: wrap;
    }

    .pillar_item{
        height: 400px;
        width: 23%;
        background-color: rgb(211, 172, 149);
        
    }

    .piller-main{
        height: 100px;
        width: 100%;
        background-color: #bd5518;
        border-bottom-left-radius: 10%;
        border-bottom-right-radius: 10%;
        position: relative;
        margin-bottom: 50px;
    }

    .pillar-img{
        position: absolute;
        top: 100%;
        left: 50%;
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        height: 100px;
        /* width: 30px; */
        background-color: yellow;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .pillar-img>img{
        height: 100%;
        width: auto;
    }

    .piller-info{
        width: 100%;
        padding: 20px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .piller-info>h2{
        font-size: 25px;
        text-align: center;
    }

    .piller-info>p{
        text-align: center;
    }



    /* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .pillar_item {width: 100%;}
  }
  
  /* Small devices (portrait tablets and large phones, 600px and up) */
  @media only screen and (min-width: 600px) {
    .pillar_item {width: 46%;}
  }
  
  /* Medium devices (landscape tablets, 768px and up) */
  @media only screen and (min-width: 768px) {
    .pillar_item {width: 46%;}
  } 
  
  /* Large devices (laptops/desktops, 992px and up) */
  @media only screen and (min-width: 992px) {
    .pillar_item {width: 23%;}
  } 
  
  /* Extra large devices (large laptops and desktops, 1200px and up) */
  @media only screen and (min-width: 1200px) {
    .pillar_item { width: 23%;}
  }
/*-----------------------Pillars of Society End-------------*/














/* .......................though Start....................... */
.thought{
width:100%;
/* padding: 20px 50px; */
align-items: center;
justify-content: center;
}


@media only screen and (min-device-width: 400px) {
   
    img {
        max-width: 100%;
        height: auto;
    }
  }

/* .......................though End....................... */














/* .......................Feature Area Start........................  */

.feature_container{
    /* height: 500px; */
    /* background-color: red; */
    display: flex;
    column-gap: 2%;
    row-gap: 20px;
    flex-wrap: wrap;
    align-items: center;
}

.bg_feature{
    width: 57%;
    /* height: 400px; */
    /* background-color: green; */
    display: flex;
    justify-content: space-between;
    column-gap: 4%;
    row-gap: 20px;
    flex-wrap: wrap;
}

.bg-items{
    /* height: 200px; */
    width: 48%;
    background-color: #d59976;
    border-radius: 20px;
    padding: 20px;
    text-align: center;
}

.bg-sub-items{
    justify-content: center;
    align-items: center;
}

.sub-items-img{
    height: 80px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
}

.sub-items-img>i{
    font-size: 45px;
}

.sub-items-info{
    text-align: center;
}


.sm_feature{
    width: 41%;
    /* height: 400px; */
    /* background-color: yellow; */
}

.features{
    justify-content: center;
    align-items: center;
    /* display: flex; */
}


.features>p{
    padding: 10px 20px;
}


.feature-style{
    background-color:#a84d3b;
    /* width: 100%; */
    margin-left: 20px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    color: #fff;
    align-items: center;
}

.feature-title{
    background-color: #a22f15;
    font-size: 14px;
    font-weight: 700;
    padding:10px 20px;
    /* width: 100px;  */
     display: flex;
    justify-content: center;
}

.feature-para{
    font-size: 16px;
    font-weight: 600;
    padding:0px 10px;
    /* width: 100px;  */
     display: flex;
    justify-content: center;
}



@media only screen and (max-width: 600px) {
    .bg_feature{
        width: 100%;
    }

    .sm_feature{
        width: 100%;
    }
  }
  
  /* Small devices (portrait tablets and large phones, 600px and up) */
  @media only screen and (min-width: 600px) {
    .bg_feature{
        width: 100%;
    }

    .sm_feature{
        width: 100%;
    }
  }
  
  /* Medium devices (landscape tablets, 768px and up) */
  @media only screen and (min-width: 768px) {
    .bg_feature{
        width: 100%;
    }

    .sm_feature{
        width: 100%;
    }
  } 
  
  /* Large devices (laptops/desktops, 992px and up) */
  @media only screen and (min-width: 992px) {
    .bg_feature{
        width: 57%;
    }

    .sm_feature{
        width: 41%;
    }
  } 
  
  /* Extra large devices (large laptops and desktops, 1200px and up) */
  @media only screen and (min-width: 1200px) {
    .bg_feature{
        width: 57%;
    }

    .sm_feature{
        width: 41%;
    }
  }

/* .......................Feature Area End........................  */









/* .demo{
    background-color: blue;
    width: 40%;
    margin-left: 20px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    color: #fff;
    align-items: center;
    /* height: 40px; 


.demo-title{
    background-color: rgb(238, 232, 232);
    font-size: 20px;
    padding:0px 20px;
    /* width: 100px; 
    display: flex;
    justify-content: center;
} */
















/* ------------------------------------------REGISTRATION START-------------------------------------- */
.registration{
   
}

.data{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.reg_container{
    background-color: rgb(242, 220, 178);
    background-image: url(/Images/sant\ narahari\ maharaj.jpg);
    background-position:  top center;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    align-items: center;
    min-height: 100vh;
    height: 100%;
}

.title{
    /* margin:90px 20px; */
    padding-left:70px;

}

.reg_container>h2{
    margin:20px;

}

.reg_container>h5{
    margin:20px;
    margin-top: 20px;

}

.g-form{
    height: 90vh;
    width: 650px;
}

.enteFamilyNumber{
    padding:10px 20px;
    margin: 5px 30px;
    width: 40%;
    overflow: hidden;
    outline: none;
}


#subtn{
    margin:50px;
    padding:10px 30px;
    font-size: 18px;
    font-weight: 700;
}

#nextbutn{
    margin:50px;
    padding:10px 20px;
    font-size: 20px;
    justify-content: center;
  
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
    -moz-appearance: textfield;
}


@media only screen and (max-width: 600px) {
    .g-form {
        width: 100%;
    }
  }
  
  @media only screen and (min-width: 600px) {
    .g-form {
        width: 100%;
    }
  }
  
  @media only screen and (min-width: 768px) {
    .g-form {
        width: 100%;
    }
}
  

  @media only screen and (min-width: 992px) {
    .g-form {
        width: 650px;
    }
  } 
  

  @media only screen and (min-width: 1200px) {
    .g-form {
        width: 650px;
    }
  }






/* ------------------------------------------REGISTRATION END-------------------------------------- */









/* ------------------------------------------Google Translater START-------------------------------------- */

.g-tranlate{
    /* height: 40px; */
    width: 100px;
    overflow: hidden;
    background-color: #f49c0e;
    position: fixed;
    top: 46%;
    right: 0px;
    cursor: pointer;
    z-index: 100;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}


.g-translater{
    padding: 10px;
    outline: none;
}

.g-translater select{
    padding: 5px;
    outline: none;
    border-radius: 5px;
    width: 80px;
    overflow-x: hidden;
}

/* ------------------------------------------Google Translater END-------------------------------------- */















/* ------------------------------------------OTHER PAGE BANNER START-------------------------------------- */

.fluid-banner {
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('../Images/banner.png');
    background-position: center;
    background-size: auto;
}

.fluid-banner-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.fluid-banner-container span {
    /* color: #8fce38; */
    /* color: #c9c8c8; */
}

.fluid-banner-container h2 {
    color: #fff;
    font-weight: 700;
}

.fluid-banner-container p {
    color: #fff;
}

.fluid-banner-container p a {
    text-decoration: none;
    color: #fff;
}

@media only screen and (max-width: 600px) {
    .fluid-banner {
        height: 280px;
    }
    .fluid-banner-container {
        height: 280px;
    }
    .fluid-banner-container h2 {
        font-size: 26px;
    }
    .fluid-banner-container p {
        font-size: 15px;
    }
}

@media only screen and (min-width: 600px) {
    .fluid-banner {
        height: 300px;
    }
    .fluid-banner-container {
        height: 300px;
    }
    .fluid-banner-container h2 {
        font-size: 28px;
    }
    .fluid-banner-container p {
        font-size: 16px;
    }
}

@media only screen and (min-width: 768px) {
    .fluid-banner {
        height: 340px;
    }
    .fluid-banner-container {
        height: 340px;
    }
    .fluid-banner-container h2 {
        font-size: 32px;
    }
    .fluid-banner-container p {
        font-size: 16px;
    }
}

@media only screen and (min-width: 992px) {
    .fluid-banner {
        height: 350px;
    }
    .fluid-banner-container {
        height: 350px;
    }
    .fluid-banner-container h2 {
        font-size: 35px;
    }
    .fluid-banner-container p {
        font-size: 16px;
    }
}

@media only screen and (min-width: 1200px) {
    .fluid-banner {
        height: 350px;
    }
    .fluid-banner-container {
        height: 350px;
    }
    .fluid-banner-container h2 {
        font-size: 35px;
    }
    .fluid-banner-container p {
        font-size: 16px;
    }
}


/* ------------------------------------------OTHER PAGE BANNER END-------------------------------------- */

















/* ------------------------------------------FOOTER SECTION START-------------------------------------- */

footer {
    /* background-color: #1c6ca4; */
    background-color: #963d0a;
}

.footer-container {
    width: 90%;
    height: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.courses-link {
    text-decoration: none;
    color: #6da51e;
    ;
    transition: .2s;
}

.courses-link:hover {
    color: #5b8b17;
}

.footer-item h1 {
    color: #fff;
    font-family: "Roboto", Sans-serif;
    font-weight: 700;
}

.footer-item p {
    color: #c4c4c4;
}

.social-icons .fab {
    border-radius: 50%;
    text-align: center;
    margin-right: 5px;
    cursor: pointer;
    transition: 0.3s;
}

.social-icons .fab:hover {
    transform: translateY(-5px);
}

.social-icons .fa-1 {
    background-color: #1778f2;
    color: white;
}

.social-icons .fa-2 {
    background-color: #1da1f2;
    color: white;
}

.social-icons .fa-3 {
    background-color: #f00075;
    color: white;
}

.social-icons .fa-4 {
    background-color: red;
    color: white;
}

.footer-h {
    font-weight: bold;
    font-size: 15px;
    text-decoration: none;
    color: #c4c4c4;
}

.footer-color {
    color: #fff;
    font-weight: 500;
    font-size: 15px;
    text-decoration: none;
}

.footer-color:hover {
    color: #fff;
}

.footer-h:hover {
    color: #c4c4c4;
}

.footer-ul {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.footer-ul li {
    list-style-type: none;
    margin-bottom: 7px;
}

.footer-ul li a {
    text-decoration: none;
    color: #ece8e8;
    font-weight: 600;
}

.footer-ul li a:hover {
    color: #807e7e;
}

.copyright {
    width: 100%;
    background-color: #451703;
    border-top: 1px solid rgb(39, 39, 39);
}

.copyright a {
    text-decoration: none;
    color: #cccccc;
}

.copyright a:hover {
    color: #929191;
}

.copyright-para {
    color: #cccccc;
    font-weight: 600;
}

@media only screen and (max-width: 600px) {
    .footer-item {
        flex-basis: 100%;
        margin-bottom: 20px;
    }
    .footer-item h1 {
        margin-bottom: 15;
        font-size: 18px;
    }
    .social-icons .fab {
        width: 35px;
        height: 35px;
        line-height: 35px;
        font-size: 17px;
        margin-top: 20px;
    }
    .footer-a {
        margin-bottom: 20px;
    }
    .map {
        height: 250px;
    }
}

@media only screen and (min-width: 600px) {
    .footer-item {
        flex-basis: 100%;
        margin-bottom: 20px;
    }
    .footer-item h1 {
        margin-bottom: 20px;
        font-size: 18px;
    }
    .social-icons .fab {
        width: 35px;
        height: 35px;
        line-height: 35px;
        font-size: 17px;
        margin-top: 20px;
        margin-bottom: 25px;
    }
    .footer-a {
        margin-bottom: 20px;
    }
    .map {
        height: 250px;
    }
}

@media only screen and (min-width: 768px) {
    .footer-item {
        flex-basis: 45%;
    }
    .footer-item h1 {
        margin-bottom: 25px;
        font-size: 20px;
    }
    .social-icons .fab {
        width: 35px;
        height: 35px;
        line-height: 35px;
        font-size: 18px;
        margin-top: 20px;
        margin-bottom: 25px;
    }
    .footer-a {
        margin-bottom: 20px;
    }
    .map {
        height: 250px;
    }
}

@media only screen and (min-width: 992px) {
    .footer-item {
        flex-basis: 22%;
    }
    .footer-item h1 {
        margin-bottom: 25px;
        font-size: 20px;
    }
    .social-icons .fab {
        width: 35px;
        height: 35px;
        line-height: 35px;
        font-size: 18px;
        margin-top: 20px;
    }
    .footer-a {
        margin-bottom: 20px;
    }
    .map {
        height: 250px;
    }
}

@media only screen and (min-width: 1200px) {
    .footer-item {
        flex-basis: 22%;
    }
    .footer-item h1 {
        margin-bottom: 25px;
        font-size: 20px;
       
    }
    .social-icons .fab {
        width: 35px;
        height: 35px;
        line-height: 35px;
        font-size: 18px;
        margin-top: 20px;
    }
    .footer-a {
        margin-bottom: 20px;
    }
    .map {
        height: 250px;
    }
}


/* ------------------------------------------FOOTER SECTION END-------------------------------------- */
