/*body{
	background: linear-gradient(#f7cb13, #4ba6eb)
}*/


html {
  scroll-behavior: smooth;
}

@import url('https://fonts.googleapis.com/css2?family=Lora:ital@1&display=swap');
	.sidelink-item{
			font-size: 12px;
			display: block;
			padding-left: 13px;
			background: url(../images/Menu-Arrow.gif) 5px 16px no-repeat;
		}
		.sidelink-item a{
			padding: 10px 0px 10px 16px;
			border-bottom: 1px #3b4061 dotted;
		}
		.visionBlock{
			/*width: 490px;*/
			width: 100%;
			height: 102px;
			/*border-bottom: 1px #3b4061 dotted;*/
			background: url(images/Welcome-Background.jpg) no-repeat top;
			background-size: cover;
			background-position: center;

		}

/*-------------- ecosak ------------------*/
.carousel-indicators li{
	width: 4px ;
    height: 20px ;
}
.carousel-indicators .active {
	background-color: #4992ce;
	height: 24px !important;

}


.carousel-control-prev{
	left: 20px;
    height: 30px;
    top: 50%;
    background: #1f91ab;
    width: 30px;
    padding: 10px;
    border-radius: 50%;
}

.carousel-control-next{
	right: 20px;
    height: 30px;
    top: 50%;
    background: #1f91ab;
    width: 30px;
    padding: 10px;
    border-radius: 50%;
}
.carousel-control-next, .carousel-control-prev{
	opacity: 1;
}
		.title{
		    font-size: 22px;
		    line-height: 30px;
		    color: #000;
		    font-family: 'Lora', serif;
		    font-weight: bold;
		    letter-spacing: 0.6px;
		    text-transform: uppercase;
		}
		.para{
			    text-align: center;
			    line-height: 28px;
			    font-size: 18px;
			    color: #747171;
			    letter-spacing: 0.5px;
			    font-weight: 500;
		}
		.clr{
			background-color: #1f91ab;
		}

		.card-header {
    padding: 0px 15px;
    margin-bottom: 0;
    background-color: rgba(0,0,0,.03);
    border-bottom: 1px solid rgba(0,0,0,.125);
}

.footer {
    padding: 10px;
    height: 40px;
    background-color: #1F91AB;
    color: #FFF;
}

.footer {
    font-size: 12px;
    padding: 0px -1px;
    margin: 0px;
    line-height: 18px;
    text-align: center;
}
pre {
    font-family: sans-serif;
    font-size: 15px;
    padding-left: 5px;
}
.ucek_pera{
	text-align: justify;
	font-size:15px;
}
p{
    font-size:15px;
}

.logoblock
   {
    width: 125px;
    /*height: 70%;*/
    height: auto;
}
table tr td{
	width: 34rem;
}
.anchor a{
	color: black;
}
.bg_clr{
	background-color: #edf5f8;
	border: 1px solid #ced4da;

}
.error{
	color: red;
}

.event_clr {
    color: rgb(206, 1, 119);
    text-decoration: none;
}
.txt_clr{
	color: #6c757d;
	font-size: 12px;
}
.bg_clr_f{
	background-color: rgb(0 0 0 / 8%);
	font-size: 13px;
}
.list{
	list-style-type: none;
}
img {
    vertical-align: middle;
    border-style: none;
    /*width: 100%;*/
}
.big{
	font-size: 15px;
}
table{
    font-size: 15px;
}

/*------------- ecosak end --------------------*/


		.title:hover{
			text-decoration: none;
		}
		.title h4{
			color: #ae2b2f;
			letter-spacing: 5px;
		} 
		.title h5{
			color: #005ea5;
			letter-spacing: 1.2px;
		}
		.title h6{
			color: #005ea5;
		}
		.address{
			font-size: 12px;
			padding: 0;
			padding-left: 8px;
		}
		.address li a{
			color: #000;
		}
		.address li{
			list-style-type: none;

		}
		.address li a:hover{
			text-decoration: none;

		}
		nav{
			background-color: #e7e7e7;
		}

.navbar .navbar-nav .nav-item a{
	color: #060606;
	/*font-weight: bold;*/
}
.navbar .navbar-nav .nav-item{
	padding:5px 15px;

}
.navbar .navbar-nav .nav-item a{
		background-color: transparent !important;
		border: none;
		font-size: 14px;
	/*	font-weight: bold;*/
	letter-spacing: 1px;
}
.navbar .navbar-nav .nav-item a:focus-visible{
	border: none !important; 
	outline: none !important;
}
.navbar .navbar-nav .dropdown:focus{
	border: none !important; 
	outline: none !important;
}
.navbar .navbar-nav .nav-item:hover {
	background-color: #1f91ab; 
	/*color: #fff;*/
}
.navbar .navbar-nav .nav-item:hover a{
	color: #fff;
}

.dropdown a{
	background-color: none;
}

.dropdown:hover>.dropdown-menu {
 display: block;
}
.dropdown-menu{
   background-color: #e7e7e7;
}
.navbar .navbar-nav .nav-item .dropdown-menu{
	padding: 0px 0px;
	border-radius: none !important;
}
.navbar .navbar-nav .nav-item .dropdown-menu a{
	padding: 10px 10px;
	/*padding: ;*/
	color:#060606 !important;
	font-size: 14px;
	/*font-weight: bold;*/
}
.navbar .navbar-nav .nav-item .dropdown-menu a:hover{
	background-color:#1f91ab !important;
	color: #fff !important;
}

.slider__wrapper{
/*	background: url(../images/frame.png);*/
	background-position: center;
	background-size: cover;
	padding-right: 20px;
	padding-left: 20px;
	border-radius:20px;
}

./*dropdown-menu{
	
    right: auto;
    left: 52%;
    -webkit-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.one{
	right: auto;
    left: 25%;
    -webkit-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}*/
.addresslabel,.reachus{
	font-weight: bold;
	color: #005fa6;
}

.logo{
	width: 100px;
}


#nlinks ul li a: before{
list-style-image: url('images/Menu-Arrow.gif');	
width: 30px;
content: '@';
}

#nlinks ul li:before {
    content: "this is ";
    font-weight: bold;
    font-style: italic;
}

.sidecardTwo{

	background-color: #005fa6;
	color: #f4c515;
	font-size: 12px;
	font-weight: bold;
	padding: 0;
	padding: 5px 12px;
}
.sidecardTwo p{
	margin: 0;
}
.visioncard{
	text-align: center;
		padding: 0;
	
}
.visioncard .card-header{
	background-color: #005fa6;
	color: #f4c515;
}
.visioncard .card-body p{
	font-size: 13px;
	text-align: justify;
}
.textcontent{
	text-align: center;
	font-size: medium;
	color: #ae2b2f;
}
.card-body{
    min-height: 375px;
}


/*------------welcome Box------------------*/

body{
	    font-family: Tahoma, Geneva, sans-serif;
    font-size: 12px;
    color: #292f4d;
    font-weight: normal;
}

.Welcome-Box{
	width: 240%;
	height: 162px;
	padding: 32px 30px 0px 240px;
	margin: 0px;
	border-bottom: 1px #3b4061 dotted; 
	background: url(../images/Welcome.jpg) no-repeat top;
}

.Welcome-Box p{
	padding:5px 3px 5px 8px;
	margin: 0px;
	line-height: 18px;
}

.Welcome-Box span{
	padding:0px;
	margin: 0px;
	color: #2a3984;
	font-weight: bold;
}

.Vision-Box{
	float: left;
	width: 306px;
	margin: 5px 0px;
	padding: 14px 40px 0px 28px;
	border-right: 1px solid #9da4c2;
}
.Vision-Box sup{
	width: 306px;
	margin: 0px;
	padding:0px;
	vertical-align: top;
}
/*p {
    font-size: 12px;
    padding: 10px 10px;
    margin: 0px;
    line-height: 18px;
}*/
.Courses-Box{
	float: left;
	width: 259px;
	margin: 5px 0px;
	padding: 14px 40px 0px 36px;
}

.Courses-Box ul {
    margin:0px 0px 0px 0px;
	padding: 0px;
	list-style: none;
}


.Courses-Box ul li{
	clear: both;
	float: left;
	display: block;
	padding:6px 0px 6px 16px;
	color: #25306b;
	font-size: 12px;
	font-weight:normal;
	text-align: left;
	text-transform:uppercase;
    text-decoration: none;
	background:url(../images/Menu-Arrow.gif) 5px 9px no-repeat;
}
.InnerContent{
	padding: 10px 0px;
	margin: 0px;
}

.InnerContent p{
	line-height: 20px;
}
h6 {
    margin: 0px;
    padding: 10px 0px 0px 10px;
    font-size: 14px;
    color: #ff7800;
    font-weight: bold;
}
h2 {
    margin: 0px;
    padding: 10px 0px 0px 0px;
   /* font-size: 19px;*/
    color: #1c2860;
    font-weight: normal;
    font-family: Georgia, "Times New Roman", Times, serif;
  /*  border-bottom: 1px #3b4061 dotted;*/
}

.Admissions ul {
    margin:0px 0px 0px 7px;
	padding: 0px;
	list-style: none;
}


.Admissions ul li{
	clear: both;
	display: block;
	padding:10px 0px 6px 16px;
	font-size: 12px;
	font-weight:normal;
	text-align: left;
    text-decoration: none;
	background:url(../images/Menu-Arrow.gif) 5px 14px no-repeat;
}

.Admissions ul li a{
	color:#25306b;
	text-decoration: underline;
	font-weight: bold;
}

.Admissions ul li a:hover{
	color:#ff7800;
	text-decoration: none;
	font-weight: bold;
}

.Right-Contain {
	float: left;
	width: 730px;
    margin: 0px 0px 0px 10px;
    padding: 0;
}
.logo1
{
	left: 20px;
	width: 100px !important;
	top: 0px;
	width: 69px;
	position: absolute;
}
.logo2
{
	right: 70px;
	width: 69px;
    position: absolute;
    top: 28px;
}
.logo3
{
    width: 69px;
    position: absolute;
    top: 28px;
    right: 0px;
}


