/*==================== 
	   Header Items
======================*/
.host
{
    text-align: center;
    font-size: 20px;
}

.theme
{
    text-align: left;
    font-size: 20px;
}


/*==================== 
	  Registration Details Page Table
====================== */

.reg121 table, td, th
{
    text-align: left;
}

.reg121 table
{
    border-collapse: collapse;
    width: 100%;
}

.reg121 td, th
{
    padding: 15px;
    border: 2px solid rgb(0, 0, 0);
    color: #222;
}

.reg121 th
{
    background-color: #2e2e63;
    border: 2px solid rgb(0, 0, 0);
}

.bgAcnt
{
    padding: 0.75rem 1.25rem;
    margin-bottom: -1px;
    background-color: rgb(255, 255, 255);
    border: 1px solid rgba(0, 0, 0, 0.125);
    color: rgb(0, 0, 0);
}
/*==================== 
	  Navigation Menu
====================== */

.navbar-nav a
{
    font-size: 15px;
}

    .navbar-nav a:link
    {
        color: white;

    }

    .navbar-nav a:active
    {
        color: rgb(0, 0, 0);
        !important;
    }

    /*.navbar-nav a:visited
    {
        color: #dd881b;
        !important;
    }*/

    .navbar-nav a:hover
    {
        color: #ffffff;
        !important;
    }

    .navbar-nav a:focus
    {
        color: #ffffff;
        !important;
    }

.navbar-nav ul li
{
    background-color: #003068;
    !important;
}

.navbar-nav > li > .dropdown-menu
{
    /*background-color: #003068;*/
    background-color:#d5831a;
    color:white !important;
}

    .navbar-nav > li > .dropdown-menu > .dropdown-item:hover
    {
        /*background-color: #b14f67;*/
       
         /*color:black !important;*/
          color:black;
    }

1.navbar-brand .navcustom
{
    1font-size: 100px;
}

.dropdown:hover .dropdown-menu
{
    display: block;
}

.dropdown-menu
{
    margin-top: 0px;
}


.breadcrumb
{
    margin: 0;
    padding: 10px 10px 10px 50px;
}

    .breadcrumb a
    {
        color: #29305c;
    }


/*==================== 
	Content - registraion
====================== */
.card
{
    background-color: rgba(34, 34, 34, 0);
}

.1card:hover
{
    transform: scale(1.15);
}

.ochead
{
    align-items: center;
}

    .ochead h3
    {
        color: #ffffff;
        text-align: left;
    }

/*==================== 
       Content 
======================*/

.carousel-control-prev-icon, .carousel-control-next-icon
{
    height: 25px;
    width: 25px;
    color: rgb(241, 47, 47);
    outline: rgba(0, 0, 0, 0);
    background-color: #28a745;
    background-size: 100%, 100%;
    border-radius: 50%;
    border: 0px solid black;
}

.greetings
{
    padding: 20px;
}

    .greetings p
    {
        text-align: justify;
        text-justify: inter-word;
        font-weight: 600;
        color: black;
        padding-left: 10%;
        padding-right: 10%;
    }

    .greetings h4
    {
        font-size: 30px;
        text-align: center;
        color: #29305c;
        font-weight: bold;
        padding-top: 30px;
        padding-bottom: 20px;
        1border-bottom: 5px dashed #008b8b38;
        1width: 45%;
    }



.content p
{
    font-size: 16px;
    text-align: justify;
    text-justify: inter-word;
    color: black;
    padding-left: 2%;
    padding-right: 2%;
}


.content h4
{
    text-align: left;
    color: #000000;
    font-weight: bold;
    padding-left: 2%;
}


.content h5
{
    text-align: left;
    color: #000000;
    font-weight: bold;
    padding-top: 30px;
    padding-left: 2%;
    padding-bottom: 20px;
    text-align: justify;
}

.bgblue
{
    background-color: #daecff;
    padding-right: 4%;
    padding-left: 2%;
}

.bggreen
{
    background-color: #daffe6;
    padding-bottom: 20px;
    padding-right: 4%;
    padding-left: 2%;
}

.bgorange
{
    background-color: #ffe5be;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 4%;
    padding-left: 2%;
}



/*==================== 
	Footer 
====================== */

/* Main Footer */
footer .main-footer
{
    padding: 20px 0;
    background: #1d1d1d;
}

footer ul
{
    padding-left: 0;
    list-style: none;
}

/* Copy Right Footer */
.footer-copyright
{
    background: #222;
    padding: 5px 0;
}

    .footer-copyright .logo
    {
        display: inherit;
    }

    .footer-copyright nav
    {
        float: right;
        margin-top: 5px;
    }

        .footer-copyright nav ul
        {
            list-style: none;
            margin: 0;
            padding: 0;
        }

            .footer-copyright nav ul li
            {
                border-left: 1px solid #505050;
                display: inline-block;
                line-height: 12px;
                margin: 0;
                padding: 0 8px;
            }

                .footer-copyright nav ul li a
                {
                    color: #969696;
                }

                .footer-copyright nav ul li:first-child
                {
                    border: medium none;
                    padding-left: 0;
                }

    .footer-copyright p
    {
        color: #969696;
        margin: 2px 0 0;
    }

/* Footer Top */
.footer-top
{
    background: #252525;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 3px solid #222;
}

/* Footer transparent */
footer.transparent .footer-top, footer.transparent .main-footer
{
    background: transparent;
}

footer.transparent .footer-copyright
{
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.3);
}

/* Footer light */
footer.light .footer-top
{
    background: #f9f9f9;
}

footer.light .main-footer
{
    background: #f9f9f9;
}

footer.light .footer-copyright
{
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.3);
}

/* Footer 4 */
.footer- .logo
{
    display: inline-block;
}

/* Copyright */
.footerend
{
    /*background-color: #000000;*/
    /*background: linear-gradient(90deg, rgba(133,88,111,1) 0%, rgba(49,48,77,1) 63%);*/
    background-color:#e9782e;
    color:white;
    padding-top: 9px;
}

/*==================== 
	Widgets 
====================== */
.widget
{
    padding: 20px;
    margin-bottom: 40px;
}

    .widget.widget-last
    {
        margin-bottom: 0px;
    }

    .widget.no-box
    {
        padding: 0;
        background-color: transparent;
        margin-bottom: 40px;
        box-shadow: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        -ms-box-shadow: none;
        -o-box-shadow: none;
    }

    .widget.subscribe p
    {
        margin-bottom: 18px;
    }

    .widget li a
    {
        color: #ff8d1e;
    }

        .widget li a:hover
        {
            color: #4b92dc;
        }

.widget-title
{
    margin-bottom: 20px;
}

    .widget-title span
    {
        background: #43ecf3;
        none repeat scroll 0 0;
        display: block;
        height: 1px;
        margin-top: 25px;
        position: relative;
        width: 20%;
    }

        .widget-title span::after
        {
            background: inherit;
            content: "";
            height: inherit;
            position: absolute;
            top: -4px;
            width: 50%;
        }

    .widget-title.text-center span, .widget-title.text-center span::after
    {
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0;
    }

.widget .badge
{
    float: right;
    background: #7f7f7f;
}

.typo-light h1,
.typo-light h2,
.typo-light h3,
.typo-light h4,
.typo-light h5,
.typo-light h6,
.typo-light p,
.typo-light div,
.typo-light span,
.typo-light small
{
    color: #fff;
}

/* ul.social-footer2 {	margin: 0;padding: 0;	width: auto;}
ul.social-footer2 li {display: inline-block;padding: 0;}
ul.social-footer2 li a:hover {background-color:#ff8d1e;}
ul.social-footer2 li a {display: block;	height:30px;width: 30px;text-align: center;}
.btn{background-color: #ff8d1e; color:#fff;}
.btn:hover, .btn:focus, .btn.active {background: #4b92dc; color: #fff;
-webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
-ms-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
-o-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
-webkit-transition: all 250ms ease-in-out 0s;
-moz-transition: all 250ms ease-in-out 0s;
-ms-transition: all 250ms ease-in-out 0s;
-o-transition: all 250ms ease-in-out 0s;
transition: all 250ms ease-in-out 0s;

} */
/* bootstrap */

.navbar-dark .navbar-nav .nav-link
{
    /*color: rgb(255 255 255 / 100%);*/
     /*color: #4a3c57;*/
     color:white;
  font-weight:bold;
   font-size:17px;
}

/* Media  Queries */

/* Large devices (desktops, less than 1200px)*/
@media (max-width: 1199.98px)
{

    /*==================== 
	   Header Items
======================*/
    .host
    {
        text-align: center;
        font-size: 17px;
    }


    .theme
    {
        text-align: center;
        font-size: 17px;
    }

    .greetings h4
    {
        font-size: 28px;
        font-weight: bold;
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .greetings p
    {
        text-align: justify;
        text-justify: inter-word;
        padding-left: 9%;
        padding-right: 9%;
    }
}



/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px)
{
    /*==================== 
	   Header Items
======================*/
    .host
    {
        text-align: center;
        font-size: 12px;
    }


    .theme
    {
        text-align: center;
        font-size: 12px;
    }

    .greetings h4
    {
        font-size: 25px;
        font-weight: bold;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .greetings p
    {
        text-align: justify;
        text-justify: inter-word;
        padding-left: 8%;
        padding-right: 8%;
    }
}




/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px)
{
    /*==================== 
	   Header Items
======================*/
    .host
    {
        text-align: center;
        font-size: 12px;
    }


    .theme
    {
        text-align: center;
        font-size: 12px;
    }

    .greetings h4
    {
        font-size: 23px;
        font-weight: bold;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .greetings p
    {
        text-align: justify;
        text-justify: inter-word;
        padding-left: 2%;
        padding-right: 2%;
    }
}




/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px)
{
    /*==================== 
	   Header Items
======================*/
    .host
    {
        text-align: center;
        font-size: 12px;
    }

    .theme
    {
        text-align: center;
        font-size: 12px;
    }

    .greetings h4
    {
        font-size: 17px;
        font-weight: bold;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .greetings p
    {
        text-align: justify;
        text-justify: inter-word;
        padding-left: 3%;
        padding-right: 3%;
    }

    .breadcrumb
    {
        margin: 0;
        padding: 10px 10px 10px 10px;
    }


    /*==================== 
	  Registration Details Page Table
====================== */



}
