﻿body {
    padding-top: 50px;
    overflow-x:hidden;

}
@media only screen and (min-width:768px) {
    .navbar-default {
        min-height: 80px;
        background-color: #1B4571!important;
        box-shadow: 0 2px 5px rgba(0,0,0,.1);
        transition:0.5s all;
    }
        .navbar-default .navbar-nav > li > a {
            text-transform: uppercase;
            font-family: 'Exo', sans-serif;
            padding-top: 30px;
            transition: 0.5s all;
            color: white;
            font-weight:500;
        }

        .navbar-default .navbarlogo {
            margin-left: -140px;
            height: 105px;
            transition: 0.5s all;
        }

    .navbar-shrink {
        min-height: 60px !important;
        transition: 0.5s all;
    }

        .navbar-shrink .navbarlogo {
            margin-left: -70px;
            height: 86px;
            transition: 0.5s all;
            width: auto;
        }

    .navbar-shrink .navbar-nav > li > a {
        text-transform: uppercase;
        font-family: 'Exo', sans-serif;
        padding-top: 20px;
        color: white;
    }
}
@media only screen and (max-width:767px){
    .navbarlogo {
        margin-left: 5px;
        height: 80px;
        width: auto;
    }
    .navbar-default{
        background-color:#1B4571!important;
        min-height: 70px!important;
    }
    .navbar-default .navbar-nav > li > a {
        color: white;
    }


    .navbar-default .navbar-toggle {
        border-color: white!important;
        margin-top:35px;
    }
        .navbar-default .navbar-toggle .icon-bar {
            background-color: #01247e;
        }
}






.navbar-default .navbar-nav > li > a:hover {
    /*color: red;*/
    color: #0167b1;
}

#index1{
    min-height:500px;
}
.slide1 {
    background-image: url(../img/Sucess-through-people.jpg);
    /* background-image: url('./img/Sucess-through-people.jpg'); */
    min-height: 590px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.slide2 {
    min-height: 590px;
    background-image: url(../img/accomplishment-ceremony-education-graduation-267885.jpg);
    /*background-image: url('../img/person-standing-on-hand-rails-with-arms-wide-open-facing-the-725255.jpg');*/
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.slide3 {
    min-height: 590px;
    background-image: url(../img/paramedical.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
/*.slide4 {
    background-image: url('../img/accomplishment-ceremony-education-graduation-267885.jpg');
    min-height: 590px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}*/
@media only screen and (min-width:768px) {
    .mainline {
        color:white;
        padding-top:5px;
        padding-left:15px;
    }
    .mainline a{
        color:#bf2051!important;
    }

    .slidercaption {
        text-align: center;
        padding-top: 200px;
        color: white;
        font-family: 'Poppins', sans-serif;
    }

}
@media only screen and (max-width:767px) {
    .mainline {
        color: white;
        padding-top: 5px;
    }
    .mainline a{
        color:#bf2051!important;
    }

    .slidercaption {
        text-align: center;
        padding-top: 200px;
        color: white;
        font-family: 'Poppins', sans-serif;
    }

}
    .slidercaption h1 {
        font-size: 50px;
        /*background: url('../img/bganimate.png');
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        animation: mainheading 20s linear infinite;*/
    }
.heading2 {
    color: #01247e;
    font-weight:700;
}
/*@keyframes mainheading {
    0% {
        background-position: 0% 50%;
    }

    100% {
        background-position: 100% 50%;
    }
}*/
.btncustom {
    color: white;
    width: 200px;
    border-radius: 20px;
    padding: 7px;
    animation: mainheading 5s linear infinite;
}
@keyframes mainheading {
    0% {
        background-color:red;
    }

    50% {
        background-color: #01247e;
    }
    100% {
        background-color: red;
    }

}
.carousel-control.left {
    background: none !important;
}
.carousel-control.right {
    background: none !important;
}
.glyphicon-chevron-left {
    /*color: #0167b1;*/
    animation: mymove 4s infinite;
}
.glyphicon-chevron-right {
    /*color: white;*/
    animation: mymove 4s infinite;
}
@keyframes mymove {
    0% {
        color:red;

    }
    50%{
        color:white;
    }

    100% {
        color: #01247e;
    }
}
#index2 {
    min-height: 300px;
    padding-top: 50px;
    padding-bottom: 50px;
    font-family: 'Nanum Gothic', sans-serif;
}
    #index2 h3 {
        font-family: 'Exo', sans-serif;
        color:red;
    }
    #index2 h4 {
        /*color:#01247e;*/
        color: #1687ed;
        font-weight:900 !important;
    }

#index3 {
    min-height: 300px;
    padding-top: 50px;
    padding-bottom: 50px;
    /*background-color:#0E1123;*/
    /*background-color: #1687ed;*/
    background-color:#1B4571;
    color:white;
    /*background-color: cornflowerblue;*/
    font-family: 'Nanum Gothic', sans-serif;
}
    #index3 h3 {
        font-family: 'Exo', sans-serif;
        color: white;
        /*color: #01247e;*/
    }

#index4 {
    min-height: 350px;
    padding-top: 40px;
    padding-bottom: 40px;
    font-family: 'Nanum Gothic', sans-serif;
}
#index4 h3 {
    font-family: 'Exo', sans-serif;
    color: red;
}
.panel {
    margin-top: 10px;
        color:lightskyblue!important;
}
    .panel:hover {
    color: #01247e !important;
    }

#index5{
    min-height:350px;
    padding-top:40px;
    padding-bottom:40px;
    background-color:#f1f1f1;
}

#index6 {
    min-height: 350px;
    padding-top: 40px;
    padding-bottom: 40px;
    background-color:#f1f1f1;
    /*background-color: #0E1123;*/
    color:black;
}
#index7{
    min-height:450px;
    padding-top:40px;
    padding-bottom:40px;
}
#team1 {
    min-height: 300px;
    /*background: linear-gradient(to right, #e8cbc0, #636fa4);*/
    padding-top:50px;
    padding-bottom:20px;
}

#team11{
    min-height:300px;
    padding-top:40px;
}
#team11 h1 {
    color: black;
    font-family: 'Exo', sans-serif;
}


.profilecard {
    background-color: #fff;
    border-radius: 5px;
    padding: 20px;
    margin-top:20px;
}
#team2 {
    min-height:200px;
    padding-top:20px;
    padding-bottom:40px;
    font-family: 'Poppins', sans-serif;
}
    #team2 h3 {
        text-transform: uppercase;
        /*font-family: 'Poppins', sans-serif;*/
        font-family: 'Exo', sans-serif;
        color: #01247e;
    }

.social-link {
    width: 30px;
    height: 30px;
    border: 1px solid #ddd;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #666;
    border-radius: 50%;
    transition: all 0.3s;
}
.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
    max-height: 500px!important;
}
    /*font-size: 0.9rem;*/

#button1 {
    position: absolute !important;
    z-index: 10 !important;
    left: 0px !important;
    top: 15% !important;
    width:100px;
    text-align:center;
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform-origin: bottom left;
}



.fa-star {
    color: orange;
}

.box1 {
    padding-top: 50px;
}

/*-----------------------------------accredit1 start----------------------------------*/
#accredit1 {
    min-height: 250px;
    padding-top: 50px;
    padding-bottom: 40px;
    font-family: 'Poppins', sans-serif;
}
    #accredit1 h3 {
        text-transform: uppercase;
        font-family: 'Poppins', sans-serif;
        color: #01247e;
    }
#about1 {
    min-height: 250px;
    padding-top: 50px;
    padding-bottom:40px;
}
#about1 h3 {
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    color: #01247e;
}
#about1 h4 {
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    color: #01247e;
}

#contact1 {
    min-height: 250px;
    padding-top: 50px;
    padding-bottom: 40px;
}

    #contact1 h3 {
        text-transform: uppercase;
        font-family: 'Poppins', sans-serif;
        color: #01247e;
    }
#contact1 h4 {
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    color: #01247e;
}
#page1 {
    min-height: 250px;
    padding-top: 50px;
    padding-bottom: 40px;
    font-family: 'Poppins', sans-serif;
    text-align:justify;
}
#page1 h3 {
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    color: #01247e;
}

    #page1 h4 {
        text-transform: uppercase;
        font-family: 'Poppins', sans-serif;
        color: #01247e;
    }

#accredit1{
    min-height:350px;
    padding-top:40px;
    padding-bottom:40px;
    color:black!important;

}
/*.panel-body{
    color:black;
}*/
.panel-body p{
    border-bottom:1px solid lightgray;
}




.boxhr {
    min-height: 300px !important;
    border: 1px solid #bcbbc1;
    background-color: #d4d3dd;
    padding: 15px;
    border-radius: 10px;
    margin-top: 15px;
}

#reg1{
    min-height:350px;
    padding-top:50px;
    padding-bottom:50px;
}
    #reg1 h3 {
        background-color: #01247e;
        color:white;
        padding:10px;
    }
/*-----------------------------------accredit1 end----------------------------------*/




.dropdown {
    position: relative;
    display: inline-block;
}

    .dropdown .dropdown-menu {
        position: absolute;
        top: 100%;
        display: none;
        margin: 0;
        list-style: none; /** Remove list bullets */
        width: 100%; /** Set the width to 100% of it's parent */
        padding: 0;
        min-width:230px;
    }

    .dropdown:hover .dropdown-menu {
        display: block;
    }






.dropdown-menu > li > a:hover {
  
    color: white;
    background-color:#1687ED;
    white-space: nowrap;
}

.dropdown-menu > li > a {
    border-bottom: 1px solid #337ab7;
}



.btnpayment{
    background-color:blue;
    color:white;
    padding:5px;
    padding-top:20px;
}







#footer {
    min-height: 350px;
    padding-top: 30px;
    padding-bottom: 30px;
    color: white;
    /*background-color: #08c;*/
    background-color: #1B4571;
    font-family: 'Poppins', sans-serif;
}
#footer h4{
    color:white;
}
    #footer a {
        color: #bf2051!important;
    }

#footerend {
    min-height: 40px;
    padding-top: 10px;
    background-color: #b9b9bf;
    /*background-color: #4a4a4a;*/
    color: black;
}
.embed-responsive{
    min-height: 150px;
    box-shadow: rgba(0,0,0,.1) 5px 5px 5px;
    transition: transform .8s;

}



/*----------------cookies--------------------*/

.cookieConsentContainer {
	z-index: 999;
	width: 350px;
	min-height: 20px;
	box-sizing: border-box;
	padding: 30px 30px 30px 30px;
	background: #232323;
	overflow: hidden;
	position: fixed;
    bottom: 30px;
	right: 30px;
	display: none;
}
.cookieConsentContainer .cookieTitle a {
	font-family: OpenSans, arial, "sans-serif";
	color: #FFFFFF;
	font-size: 22px;
	line-height: 20px;
	display: block;
}
.cookieConsentContainer .cookieDesc p {
	margin: 0;
	padding: 0;
	font-family: OpenSans, arial, "sans-serif";
	color: #FFFFFF;
	font-size: 13px;
	line-height: 20px;
	display: block;
	margin-top: 10px;
} .cookieConsentContainer .cookieDesc a {
	font-family: OpenSans, arial, "sans-serif";
	color: #FFFFFF;
	text-decoration: underline;
}
.cookieConsentContainer .cookieButton a {
	display: inline-block;
	font-family: OpenSans, arial, "sans-serif";
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	margin-top: 14px;
	background: #000000;
	box-sizing: border-box; 
	padding: 15px 24px;
	text-align: center;
	transition: background 0.3s;
}
.cookieConsentContainer .cookieButton a:hover { 
	cursor: pointer;
	background: #3E9B67;
}

@media (max-width: 980px) {
	.cookieConsentContainer {
		bottom: 0px !important;
		left: 0px !important;
		width: 100%  !important;
	}
}