@charset "utf-8";
/*
* Copyright (c) 2018 ITAcumens
*/
@import url('https://fonts.googleapis.com/css?family=Lato:400,700,900');

@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700,800');

@import url(bootstrap.css);
@import url(bs-slider.css);
@import url(animate.css);
@import url(ekko-lightbox.css);
@import url(owl.carousel.css);
@import url(owl.theme.css);
@import url(font-awesome.css);
@import url(accord-tab.css);

*{margin:0px; padding: 0px; outline: none !important;}

body{
	font-weight: normal;
	font-size: 14px;
	overflow-x: hidden;
	line-height: 28px;
	font-family: 'Lato', sans-serif;
}
#top-sec{
		background: rgb(58,89,136); /* Old browsers */
		background: -moz-radial-gradient(center, ellipse cover, rgba(58,89,136,1) 1%, rgba(30,65,128,1) 99%); 
		background: -webkit-radial-gradient(center, ellipse cover, rgba(58,89,136,1) 1%,rgba(30,65,128,1) 99%); 
		background: radial-gradient(ellipse at center, rgba(58,89,136,1) 1%,rgba(30,65,128,1) 99%); 
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3a5988', endColorstr='#1e4180',GradientType=1 );
	    padding-bottom: 10px;
}
#top-sec p{
	margin: 0px;
	padding: 5px 0px;
}
.email a, .phone a{
	margin: 0px;
	color: #fff;
	text-decoration: none;
	
}
.email a:hover, .email a:focus{
	color: #f7931e;
}
.phone a:hover, .phone a:focus{
	color: #f7931e;
}
.email:before{
	content: '\f003';
    position: relative;
    display: inline-block;
    left: -10px;
    color: #ffffff;
    font-size: 16px;
    font-family: fontAwesome;
}
.email-mob a{
color:#fff;
}

.logo-1{
	margin-top: 15px;
    margin-left: 10px;
}

.phone:before{
	content: '\f095';
    position: relative;
    display: inline-block;
    left: -10px;
    top: 2px;
    color: #fff;
    font-size: 18px;
    font-family: fontAwesome;
}
.phone{
	text-align: right;
}
.bdt-line{
	border-bottom: 1px solid #fff;
}
#top-sec ul{
	margin: 0px;
    padding-top: 22px;
}
.pad{
	padding: 0px;	
}
.pad-1{
	padding: 0px;	
}

.btn-1{
	background: #8cc63f;
	padding: 10px 25px;
	color: #fff;
	transition:.3s ease-in;
	-moz-transition:.3s ease-in;
	-webkit-transition:.3s ease-in;
	-o-transition:.3s ease-in;
 -webkit-animation: glowing 1500ms infinite;
  -moz-animation: glowing 1500ms infinite;
  -o-animation: glowing 1500ms infinite;
  animation: glowing 1500ms infinite;
	line-height: 15px;
	text-align: center;
	box-shadow: 1px 5px #007b47;
	font-weight: 600;
	width: 200px;
	margin-bottom: 10px;
}

.btn-line ul li:last-child .btn-1{
    margin-bottom: 0px;
}

@-webkit-keyframes glowing {
  0% { background-color: #8cc63f; -webkit-box-shadow: 0 0 3px #8cc63f; }
  50% { background-color: #007b47; -webkit-box-shadow: 0 0 40px #007b47; }
  100% { background-color: #B20000; -webkit-box-shadow: 0 0 3px #8cc63f; }
}

@-moz-keyframes glowing {
  0% { background-color: #8cc63f; -moz-box-shadow: 0 0 3px #8cc63f; }
  50% { background-color: #007b47; -moz-box-shadow: 0 0 40px #007b47; }
  100% { background-color: #8cc63f; -moz-box-shadow: 0 0 3px #8cc63f; }
}

@-o-keyframes glowing {
  0% { background-color: #8cc63f; box-shadow: 0 0 3px #8cc63f; }
  50% { background-color: #007b47; box-shadow: 0 0 40px #007b47; }
  100% { background-color: #8cc63f; box-shadow: 0 0 3px #8cc63f; }
}

@keyframes glowing {
  0% { background-color: #8cc63f; box-shadow: 0 0 3px #8cc63f; }
  50% { background-color: #007b47; box-shadow: 0 0 40px #007b47; }
  100% { background-color: #8cc63f; box-shadow: 0 0 3px #8cc63f; }
}

.btn-2{
	background: #55aded;
	padding: 10px 30px;
	color: #fff;
	transition: all 0.3s ease 0s;
	line-height: 15px;
	text-align: center;
	box-shadow: 1px 5px #318dce;
	font-weight: 600;
	
}
.btn-3{
	background: #ec4853;
	padding: 10px 25px;
	color: #fff;
	transition: all 0.3s ease 0s;
	line-height: 15px;
	text-align: center;
	box-shadow: 1px 5px #8e1924;
	font-weight: 600;
}
.btn-1:hover, .btn-1:focus{
	color: #fff;
	box-shadow: 1px 5px #007b47;  
}
.btn-2:hover, .btn-2:focus{
	color: #fff;
	box-shadow: 1px 5px #318dce;
}
.btn-3:hover, .btn-3:focus{
	color: #fff;
	box-shadow: 1px 5px #8e1924;
}



.btn-line{
	padding-top: 5px;
}
.btn-line ul{
	margin: 0px;
	
}
.btn-line ul li{
	padding-left: 0px;
}
#header{
	
		background: rgb(58,89,136); 
		background: -moz-radial-gradient(center, ellipse cover, rgba(58,89,136,1) 1%, rgba(30,45,74,1) 100%); 
		background: -webkit-radial-gradient(center, ellipse cover, rgba(58,89,136,1) 1%,rgba(30,45,74,1) 100%); 
		background: radial-gradient(ellipse at center, rgba(58,89,136,1) 1%,rgba(30,45,74,1) 100%); 
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3a5988', endColorstr='#1e2d4a',GradientType=1 ); 
}
.menu{
	padding: 0px;
}
.menu .navbar{
	margin-bottom: 0px;
}
.menu .navbar-nav li a{
	color: #fff;
    font-size: 14px;
    font-weight: 500;
    padding: 15px 15px;
	transition: .3s ease-in;
    -webkit-transition: .3s ease-in;
    -moz-transition: .3s ease-in;
}
.menu .navbar-nav li{
	padding: 0px 0px;
}

.menu .nav > li > a:hover, .menu .nav > li > a:focus {
    text-decoration: none;
    background-color: #f7931e;
}

.menu .dropdown-menu.single {
    min-width: 375px;
    border: 0px;
    padding: 10px 0px 10px;
}
.dropdown-menu-large > li > ul, .menu .dropdown-menu.single > li > ul {
    padding: 0;
    margin: 0;
}
.dropdown-menu.single > li > ul > li {
    list-style: none;
}
.menu .dropdown-menu.single > li > ul > li > a {
    display: inline-block;
    padding: 5px 20px;
    clear: both;
    position: relative;
    font-weight: 300;
    line-height: 1.428571429;
    color: #333333;
    white-space: normal;
    font-size: 15px;
	margin-left: 15px;
}
.dropdown-menu.single > li ul > li > a:hover, .menu .dropdown-menu.single > li ul > li > a:focus {
    text-decoration: none;
    color: #fff;
    background-color: #FF9800;
    border-radius: 5px;
}

.dropdown-menu-large > li > ul > li > a:before,
.menu .dropdown-menu.single > li > ul > li > a:before{
	content: '\f0da';
	position: absolute;
	left: 10px;
	font-family: fontAwesome;
}

@media (min-width: 768px){
	
	.menu .navbar-nav{
		text-align: center;
		width: 100%;
		float: left;
	}
	.menu .navbar-nav > li {
    	float: none;
    	display: inline-block;
		
  	}
}




#header .active{
	background-color: #f7931e;
}
#new-letr{
	padding:0px;
}
.new-prg{
	background: #ec4853;
	padding: 8px 0px;
	display: inline;
}
.new-prg1{
	background: #fff;
    padding-top: 5px;
	padding-bottom: 9px;
    box-shadow: 0px 2px rgb(167, 161, 161);
}
.new-prg p{
	margin: 0px;
	text-align: center;
    color: #fff;
    font-size: 15px;
}
.new-prg:after{
	content: '\f0da';
    position: absolute;
    display: inline-block;
    right: -25px;
    color: #ec4853;
    font-size: 77px;
    font-family: fontAwesome;
    z-index: 3;
    top: 8px;
}

.TickerNews{
	width:100%;
	padding-left: 15px;
}


.ti_wrapper{
	width:100%;
	position: relative;
	overflow: hidden;
}
.ti_slide{
	width:30000px;
	position: relative;
	left: 0;
	top:0;
}
.ti_content{
	position: relative;
	float: left;
}
.ti_news{
	float: left;
	font-weight:500;
}

.ti_news a{
	line-height: 35px;
}

.fnt_sz{
	font-size: 14px !important;
}

#about-sec h2{
	font-style: italic;
    color: #015da4;
    padding: 20px 0px;
    font-weight: 600;
}
#about-sec h2:before{
	content: '';
    border-left: 6px solid #284982;
    position: relative;
    left: -15px;
}
.abt-img img{
	border-radius: 20px;
	width: 100%;
    margin-top: 5px;
}
#about-sec p{
	text-align: justify;
	font-weight: 600;
}
.btn-4{
	background: #f8921e;
    padding: 10px 30px;
    color: #fff;
    transition: all 0.3s ease 0s;
    line-height: 15px;
    text-align: center;
    box-shadow: 1px 4px #825411;
    font-weight: 600;
    
}
.btn-4:hover, .btn-4:focus{
	color: #fff;
	box-shadow: 1px 4px #825411;
}
.abt-img h3{
	position: absolute;
    top: 40%;
    width: 100%;
    text-align: center;
    font-weight: 800;
    left: 50%;
	font-size: 23px;
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.abt-photos{
	background: #eee;
    padding: 15px 2px 40px 0px;
}
.abt-photos img{
	margin-top: 25px;
    border: 5px solid #f9911f;
}
.abt-photos h3{
	text-align: center;
    font-size: 25px;
    color: #f9911f;
    font-weight: 700;
}
.abt-photos h4{
	font-size: 15px;
    text-align: center !important;
    line-height: 26px;
    font-weight: 800;
    font-style: italic;
}
#gal-sec{
	background-image: url(../images/tnfu-gal-bg.jpg);
	padding-bottom: 20px;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
}
#gal-sec:before{
	content:"";
	position: absolute;
	left:0;
	right: 0;
	width: 100%;
	height:100%;
	background: rgba(42, 76, 157, 0.95);
}

#gal-sec h2{
	font-style: italic;
    color: #fff;
    padding: 20px 0px;
    font-weight: 600;
}
#gal-sec h2:before{
	content: '';
    border-left: 6px solid #fff;
    position: relative;
    left: -15px;
	
}
#gal-sec img{
	border-radius: 10px;
}
#ser-sec{
	    padding: 60px 0px 50px 0px;
}

.yel-bg{
	background: #f8921e;
    padding-bottom: 20px;
}
.yel-bg h3{
	padding: 20px 34px 0px;
    color: #fff;
    font-weight: 600;
    margin: 0px;
}

.evnt_bg{
	padding: 22px 22px 0px !important;
	margin: 0px;
}
.preg{
	line-height: 24px;
}


.evnt_bg li .media-body p{
	margin: 0px;
}

.evnt_bg li{
	overflow:hidden;
}

.e_prev{
	position: absolute;
    right: 70px;
    cursor: pointer;
    color: #f9911f;
    background: #fff;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
	border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.e_next{
	position: absolute;
	right: 35px;
	cursor: pointer;
    color: #f9911f;
    background: #fff;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
	border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.e_prev{
	top:30px;
}

.e_next {
    top: 30px;
}

.evnt_bg li .media{
	padding-bottom: 0px;
	margin-bottom: 0px;
	display: block;
	color: #fff;
	border-bottom: 0px solid #fff;
}

.evnt_bg li .media:hover,
.evnt_bg li .media:focus{
	text-decoration: none;
	color:#4d4d4d;
}

.evnt_bg .media-object{
	border:3px solid #fff;
}

.evnt_bg .media-left {
  	position: relative;
  	margin: auto;
 	overflow: hidden;
	padding: 0px;
}

.evnt_bg .media-body{
	padding-left: 10px;
}
.evnt_bg{
	height: 310px !important;
}
.evnt_bg .media-left .content-overlay {
  	
  	position: absolute;
	border-radius: 5px;
  	height: 100%;
  	width: 100%;
  	left: 0;
  	top: 0;
  	bottom: 0;
  	right: 0;
  	opacity: 0;
  	-webkit-transition: all 0.4s ease-in-out 0s;
  	-moz-transition: all 0.4s ease-in-out 0s;
  	transition: all 0.4s ease-in-out 0s;
}

.evnt_bg .media-left:hover .content-overlay{
  	opacity: 1;
}

.content-date {
  	position: absolute;
  	text-align: center;
  	width: 100%;
  	top: 50%;
  	left: 50%;
  	opacity: 0;
  	-webkit-transform: translate(-50%, -50%);
  	-moz-transform: translate(-50%, -50%);
  	transform: translate(-50%, -50%);
  	-webkit-transition: all 0.3s ease-in-out 0s;
  	-moz-transition: all 0.3s ease-in-out 0s;
  	transition: all 0.3s ease-in-out 0s;
}

.evnt_bg .media-left:hover .content-date{
  	top: 52%;
  	left: 50%;
  	opacity: 1;
}

.white_bg h4{
	font-size: 22px;
	margin-top: 0px !important;
}
.date-fun span{
	padding-left: 8px;
	font-size: 16px;
}
.date-fun span:before{
	content: '\f073';
    position: relative;
    display: inline-block;
    left: -5px;
    color: #fff;
    font-size: 15px;
    font-family: fontAwesome;
}
.inline-btn{
	padding: 0px 0px 0px 50px;
}

.btn-5{
	background: #015da4;
	padding: 10px 18px;
	color: #fff;
	transition: all 0.3s ease 0s;
	line-height: 15px;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	border: 2px solid #015da4;
	border-radius: 10px;
}
.btn-6{
	background: #fff;
	padding: 10px 18px;
	color: #015da4;
	transition: all 0.3s ease 0s;
	line-height: 15px;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	border: 2px solid #015da4;
	border-radius: 10px;
	
}
.btn-7{
	background: #fff;
	padding: 10px 18px;
	color: #015da4;
	transition: all 0.3s ease 0s;
	line-height: 15px;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	border: 2px solid #015da4;
	border-radius: 10px;
}
.btn-5:hover, .btn-5:focus{
	color: #015da4;
	background: #fff;
	border: 2px solid #015da4;
}
.btn-6:hover, .btn-6:focus{
	color: #fff;
	background: #015da4;
	border: 2px solid #015da4;
	
}
.btn-7:hover, .btn-7:focus{
	color: #fff;
	background: #015da4;
	border: 2px solid #015da4;
	
}

.inline-btn ul{
	margin: 0px !important;
}
.inline-btn li{
	padding: 0px !important;
}
#fotter{
	background-image:url(../images/tnfu-fot-img.jpg);
	background-size: cover;
	width:100%;
	min-height: 282px;
	background-repeat: no-repeat;
	position:relative;
}
#fotter:before{
	content:"";
	position: absolute;
	left:0;
	right: 0;
	width: 100%;
	height:100%;
	background: rgba(42, 76, 157, 0.90);
}
.fot-logo{
	padding-top: 40px;
}
.fot-logo p{
	color: #fff;
    padding-top: 5px;
    text-align: justify;
    font-size: 15px;
    padding-right: 40px;
    line-height: 30px;
}

.fot-img{
	padding-top: 50px;
}
.fot-info{
	padding: 40px 0px 0px 40px;
	color: #fff;
}
.fot-info h3{
	margin: 0px;
	padding-bottom: 10px;
}
.fot-info p{
	margin-bottom: 0px;
}
.fot-info p a{
	color: #fff;
}
.fot-info p a:hover{
	color: #fff;
}
.add_res, .phone1, .email1{
	position: relative;
}
.add_res:before{
	content: '\f041';
    position: absolute;
    display: block;
    left: -20px;
    top: 1px;
    color: #ffffff;
    font-size: 22px;
    font-family: fontAwesome;
}
.phone1:before{
	content: '\f095';
    position: absolute;
    display: inline-block;
    left: -24px;
    color: #fff;
    font-size: 17px;
    font-family: fontAwesome;
}

.email1:before {

    content: '\f003';
    position: absolute;
    display: inline-block;
    left: -24px;
    color: #fff;
    font-size: 15px;
    font-family: fontAwesome;

}
.dot_cir li{
	position: relative;
	padding-left: 30px;
	text-align: justify;
}

.dot_cir li a{
    color:#333;
}

.dot_cir li:before{
	content: "\f111";
    position: absolute;
    display: block;
    font-size: 9px;
    color: #005ea4;
    left: 12px;
    font-family: fontAwesome;
}

.lab_img{
	margin-top: 20px;
	
}

.lab_img p{
	font-size: 17px;
}
.lab_img img{
	width: 100%;
	margin-bottom: 30px;
	border: 5px solid #005ea4;
	border-radius: 3px;
}
.lab_img_1 p{
	font-size: 17px;
}
.lab_img_1 img{
	width: 100%;
	margin-bottom: 15px;
	border: 5px solid #005ea4;
	border-radius: 3px;
}


.lab_img_2 p{
	font-size: 14px;
    line-height: 19px;
	text-align: center;
	font-weight: 600;
}
.lab_img_2 img{
	width: 100%;
	margin-bottom: 10px;
	
}
.ongo_tle {
    border-bottom: 1px solid #ddd;
    text-align: center;
    padding: 5px 0px;
}
.no_pad_tbl {
    padding: 0px !important;
}
.on_frm {
    border-right: 1px solid #ddd;
    padding: 5px;
}
.on_to {
    padding: 5px;
}


.bdt-line1{
	border-bottom: 1px solid #fff;
}
.table thead th{
		background: #294a80;
        color: #fff;
	vertical-align: middle !important;
	}
.tb_bg{
	background: #294a80;
	color: #fff;
}
#copyright{
	border-top: 1px solid #fff;
    position: relative;
    z-index: 1;
    padding: 12px 0px;
    color: #fff;
}
#copyright a{
	color: #fff;
}

/*abt-section-sub page style*/

#bread_crumb {
    position: relative;
    border-top:0px;
}
.bread_bg {
    background-color: #ccc;
    position: absolute;
    top: 0px;
    height: 100%;
    padding: 0px;
    color: #fff;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    border-bottom-right-radius: 40px;
}
#bread_crumb ul {
    margin: 0px;
}
#bread_crumb ul li {
    padding: 10px 5px;
    color: #4d4d4d;
    font-weight: 700;
}

#bread_crumb ul li a {
    color: #4d4d4d;
    transition: .3s ease-in;
    -moz-transition: .3s ease-in;
    -webkit-transition: .3s ease-in;
}
#bread_crumb li:after {
    content: '\f105';
    font-family: fontAwesome;
    position: relative;
    left: 8px;
}
#bread_crumb li:last-child:after{
	content: none;
}
#abt-sec h2{
	margin: 20px 0px 0px 0px;
    background: #49aaf2;
    padding: 6px 10px;
    color: #fff;
    font-size: 25px;
}
#abt-sec h3{
	margin: 15px 0px 15px 5px;
}
#abt-sec p{
	text-align: justify;
	margin-bottom: 0px;
}
.abt-img{
	padding: 3px 0px;
position:relative;
display:block;
}
.abt-side-img{
	margin: 20px 0px 0px 0px;
}
.abt-side-img h1{
	position: relative;
    top: -170px;
    line-height: 35px;
    margin: 0px;
    font-weight: 900;
    left: 40px;
    color: #5a1965;
    font-size: 30px;
}
.btn-abt-1{
	background: #48aaf2;
    padding: 10px 30px;
    color: #fff;
    transition: all 0.3s ease 0s;
    line-height: 15px;
    text-align: center;
    box-shadow: 1px 4px #025ba4;
    font-weight: 600;
    position: relative;
    top: -180px;
    left: 190px;
}
.abt-side-img h5{
	margin: 0px;
    font-size: 15px;
    font-weight: 800;
    color: #025ba4;
}
.abt-img-2 img{
	border-radius: 20px;
    margin: 30px 0px 30px 0px;
}
.abt-img-3 img{
	border-radius: 20px;
    margin: 30px 0px 30px 0px;
}

/* department-subpage */
.dept_bg {
    position: relative;
    display: block;
    margin-bottom: 20px;
}
.dept_bg img {
    border-radius: 10px;
    width: 100%;
    height: auto;
}

.dept_bg:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(41, 74, 128, 0.5);
    border-radius: 10px;
}
.dept_name {
    position: absolute;
    top: 45%;
    color: #f4f4f4;
    text-align: center;
    width: 100%;
    transform: translateY(-45%);
    font-weight: 700;
    line-height: 24px;
    font-size: 20px;
    padding: 0px 15px;
}

.aquacu-table .table a{
    color: #333;
}

.aquacu-table .table a:hover,
.aquacu-table .table a:focus{
    text-decoration: none;
}

#aquacul-page{
	margin: 10px 0px 15px 0px;
}
#aquacul-page a, #aquacul-page a:hover, #aquacul-page:focus{color:#333;}
#aquacul-page h3{
	text-align: left;
    font-weight: 600;
	background: #294a82;
    padding: 10px;
    color: #fff;
    margin-bottom:0px 0px  30px 0px;
}

#depart-sec h2{
	margin: 20px 0px 30px 0px;
    background: #49aaf2;
    padding: 6px 10px;
    color: #fff;
    font-size: 25px;
}
#aquacul-page .media-heading{
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    background: #294a81;
    padding: 10px;
    border-top-right-radius: 50px;
    margin: 0px 0px 15px 0px;
    display: inline-block;
    padding-right: 50px;
}
#aquacul-page .media-heading ul{
	padding-left: 30px;
	
	
}
#aquacul-page .media-heading ul li{
	text-align: justify;
	
}
#aquacul-page .postn{
	list-style-position: inside;
}

#aquacul-page .comple{
	margin-top: 30px;
}
#aquacul-page .ong{
	margin-left: 20px;
}
#aquacul-page .stl{
	color:#292a82;
}
#aquacul-page .jst{
	text-align: justify;
}
#aquacul-page ol .list_sty{
	list-style-type: disc;
}

#aquacul-page .txt{
	text-transform: none;
}


/* couerses-sub page---*/

#courses-page{
	position: relative;
    padding: 50px 0px;
}
#courses-page h2{
	background: #001b45;
    text-align: center;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 24px;
    padding: 10px;
    margin: 0px 0px 5px;
}
.outcome_rd {
    padding: 30px 0px;
}
.outcome_rd h3 {
    margin: 0px;
    color: #2fa5ed;
    font-size: 22px;
    line-height: 27px;
    padding-bottom: 35px;
}

.courses-tlb .table thead {
    background: #001b45;
    color: #fff;
}















/*contact-subpage */

#contact-page{
   margin-bottom: 25px;
}
.con-map{
	padding: 25px 0px 15px 0px;
}
.con-info h3{
	padding: 15px 0px;
    margin: 0px;
    color: #1c3aa9;
    font-weight: 900;
}

.con-frm h3{
	padding: 15px 0px;
    margin: 0px;
    color: #1c3aa9;
    font-weight: 900;
}
.con-frm .form-control {
    border-radius: 0px;
    background: #f8f8f8;
    box-shadow: none;
    border: 1px solid #ddd;
}
.con-padd {
    padding-left: 0px;
}
.con-padd-1 {
    padding-right: 0px;
}
.con-frm .frm_hgt {
    margin-bottom: 22px;
}
.frm_hgt .form-control {
    height: 42px;
}

.sbt_btn {
    background: #1c3aa9;
    color: #fff;
    border: 0px;
    text-transform: uppercase;
    padding: 9px 30px;
    font-weight: 600;
    margin-top: 5px;
    transition: .3s ease-in;
    -webkit-transition: .3s ease-in;
    -moz-transition: .3s ease-in;
}

.sbt_btn:hover, .sbt_btn:focus {
    background: #f7931e;
}

.con-addr{
	margin: 0px;
	position: relative;
	padding-left: 25px;
}
.con-phon:before{
	content: '\f095';
    position: absolute;
    display: block;
    left:0px;
    top: 1px;
    color: #1c3aa9;
    font-size: 21px;
    font-family: fontAwesome;
}

.con-fax:before{
	    content: '\f1ac';
    position: absolute;
    display: block;
    left: 0px;
    top: 1px;
    color: #1c3aa9;
    font-size: 17px;
    font-family: fontAwesome;
}

.con-email:before{
	content: '\f003';
    position: absolute;
    display: block;
    left: 0px;
    top: 2px;
    color: #1c3aa9;
    font-size: 17px;
    font-family: fontAwesome;
}

.con-addr:before{
	content: '\f041';
    position: absolute;
    display: block;
    left: 0px;
    top: 1px;
    color: #1c3aa9;
    font-size: 25px;
    font-family: fontAwesome;
}

.con-addr:before{
	content: '\f041';
    position: absolute;
    display: block;
    left: 0px;
    top: 1px;
    color: #1c3aa9;
    font-size: 25px;
    font-family: fontAwesome;
}

.con-addr:before{
	content: '\f041';
    position: absolute;
    display: block;
    left: 0px;
    top: 1px;
    color: #1c3aa9;
    font-size: 25px;
    font-family: fontAwesome;
}
.con-fax{
	margin: 0px;
	position: relative;
	padding: 4px 0px 0px 25px;
}
.con-phon{
	margin: 0px;
	position: relative;
	padding: 4px 0px 0px 25px;
}
.con-email{
	margin: 0px;
	position: relative;
	padding: 4px 0px 0px 25px;
}
.con-email a{
	color: #000;
	text-decoration: none;
}
/*traning-programs-subpage */


#traing-pro-page {
	padding: 40px 0px;
}
.tri-download{
	background: #2f476d;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 7px 30px;
	transition: .3s ease-in;
    -webkit-transition: .3s ease-in;
    -moz-transition: .3s ease-in;
}
.tri-download:hover, .tri-download:focus{
	background-color: #f7931e;
    color: #fff;
}



/* campus-facility-sub page */
#campus-facility-page{
   margin: 10px 0px 15px 0px;
}

#campus-facility-page h2{
	margin: 20px 0px 30px 0px;
    background: #49aaf2;
    padding: 6px 10px;
    color: #fff;
    font-size: 25px;
}

.nav-pills.prgm_tab li {
    background: #2b4c83;
    border-radius: 20px;
}
.nav-pills.prgm_tab li a {
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    padding: 5px 30px;
    transition: .3s ease-in;
    -webkit-transition: .3s ease-in;
    -moz-transition: .3s ease-in;
}
.nav-pills.prgm_tab > li.active > a, .nav-pills.prgm_tab > li.active > a:hover, .nav-pills.prgm_tab > li.active > a:focus, .nav-pills.prgm_tab > li a:hover, .nav-pills.prgm_tab > li a:focus {
    background: #f8921e;
    border-radius: 20px;
    
}
.prgm_tab{
	margin: 30px;
}
.lib-page img{
	width: 100%;
	border-radius: 30px;
    margin-bottom: 35px;
}
.hostel_bg {
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
}
.hostel_bg img{
	border-radius: 10px;
}
.hostel_bg .hostel-overlay {
    background: rgba(73, 170, 242, 0.7);
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    border-radius: 10px;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}


/* gallery-sub-page */

#gallery-page{
	position: relative;
    padding: 40px 0px;
}

.member-name{
	position: absolute;
    bottom: 20px;
	padding: 10px 0px 5px;
    background: #fff;
	line-height: 28px;
    width: 100%;
    text-align: center;
}

.member-name h5{
	margin: 0px;
	color: #005ea4;
	font-weight: 700;
	font-size: 16px;
	line-height: 20px;
}

.member-name small{
	color: #353535;
	font-size: 14px;
}

.member-content:hover .member-name{
	display: none;
}

.member-content {
  	position: relative;
  	width: 100%;
  	margin-bottom: 25px;
  	overflow: hidden;
}

.member-content .member-overlay {
  	background: rgba(0,27,69,0.72);
  	position: absolute;
  	height: 100%;
  	width: 100%;
  	left: 0;
  	top: 0;
  	bottom: 0;
	border-radius: 20px;
  	right: 0;
  	opacity: 0;
  	-webkit-transition: all 0.4s ease-in-out 0s;
  	-moz-transition: all 0.4s ease-in-out 0s;
  	transition: all 0.4s ease-in-out 0s;
}

.member-content:hover .member-overlay{
  	opacity: 1;
}

.member-image{
  	width: 100%;
	border-radius: 20px;
}

.member-details {
  	position: absolute;
  	padding-left: 1em;
  	padding-right: 1em;
  	width: 100%;
  	
  	color: #fff;
  	left: 50%;
  	opacity: 0;
  	-webkit-transform: translate(-50%, -50%);
  	-moz-transform: translate(-50%, -50%);
  	transform: translate(-50%, -50%);
  	-webkit-transition: all 0.3s ease-in-out 0s;
  	-moz-transition: all 0.3s ease-in-out 0s;
  	transition: all 0.3s ease-in-out 0s;
}

.member-content:hover .member-details{
  	top: 50%;
  	left: 50%;
  	opacity: 1;
}

.mgmt_lst li{
	position: relative;
	padding-left: 35px;
	line-height: 22px;
	font-size: 15px;
	padding-bottom: 10px;
}

.mgmt_lst li a{
	color: #fff;
    background: #ee0e4f;
    padding: 5px 15px 7px;
    font-size: 13px;
    border-radius: 5px;
}

.mgmt_lst li a{
	color: #fff;
    background: #ee0e4f;
    padding: 5px 15px 7px;
    font-size: 13px;
    border-radius: 5px;
}













.ad_pln_brd {
    padding: 15px 15px 18px;
    border: 1px solid #e5e5e5;
    border-radius: 15px;
    margin: 10px 0px;
height:290px;
}

.ad_pln_brd .media-left, .ad_pln_brd .media .pull-left {
    padding-right: 15px;
}
.ad_pln_brd .media-object {
    border-radius: 10px;
}
.ad_pln_brd h4 {
    font-size: 18px;
    margin-bottom: 0px;
    font-weight: 700;
    color: #005ea4;
}

.ad_pln_brd small {
    font-size: 14px;
    color: #353535;
    padding: 5px 0px 10px;
    display: block;
    font-weight: 700;
}
.ad_pln_brd ul {
    margin: 10px 0px;
}

.ad_pln_brd ul li {
    position: relative;
    color: #353535;
    padding-bottom: 10px;
    padding-left: 20px;
    font-size: 15px;
}

.ad_pl_ph:before, .ad_pl_fx:before, .ad_pl_mbl:before, .ad_pl_mail:before, .ad_pl_adrs:before {
    position: absolute;
    display: block;
    font-family: fontAwesome;
    color: #005ea4;
    left: 0;
    font-size: 16px;
}
.ad_pl_ph:before{
    content: '\f095';
}
.ad_pl_mbl:before {
    content: '\f10b';
    font-size: 18px;
}
.ad_pl_mail:before {
    content: '\f0e0';
}
.ad_pl_adrs:before {
    content: '\f041';
}

/* news-events-subpage */

#news-event-page{
  position: relative;
    padding: 40px 0px;
}

.newltr_con {
    border-bottom: 1px solid #ddd;
    display: block;
    float: left;
    width: 100%;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.newltr_con img {
    width: 100%;
    height: auto;
}
.newltr_con h3 {
    color: #005EA4;
    font-size: 24px;
    padding-top: 0px;
    padding-bottom: 20px;
    margin: 0px;
}
.newltr_con p {
    text-align: justify;
    font-size: 15px;
    color: #444444;
    line-height: 22px;
    padding-bottom: 8px;
    margin-bottom: 0px;
}

.newltr_con a {
    color: #f8921e;
    font-size: 15px;
    transition: .3s ease-in;
    -webkit-transition: .3s ease-in;
    -moz-transition: .3s ease-in;
    -o-transition: .3s ease-in;
}

.news_brdr {
    border-radius: 20px;
}

#news_rd_mr {
    position: relative;
    padding: 45px 0px;
text-align:justify;
}

#news_rd_mr p{
font-size:15px;
}

.news_tle {
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    line-height: 27px;
    text-transform: uppercase;
    background: #294a81;
    padding: 10px 25px 10px 15px;
    border-top-right-radius: 50px;
    margin: 0px 0px 0px 0px;
    display: block;
    /* padding-right: 50px; */
    position: relative;
text-align:left;
}
.news_desc {
    text-align: justify;
    font-size: 15px;
    line-height: 25px;
    padding-top: 18px;
}
#news_rd_mr img{
	width: 100%;
	
}
.news_tle-1 {
    color: #fff;
    font-weight: 700;
    font-size: 15px;
    line-height: 24px;
    text-transform: uppercase;
    background: #294a81;
    padding: 10px;
    border-top-right-radius: 50px;
    margin: 0px 0px 0px 0px;
    display: block;
    /* padding-right: 50px; */
    position: relative;
}
#student-activities-page{
	padding: 40px 0px 20px 0px;
}


#inner_con{
	padding: 40px 0px;
}

.inn_tle{
	margin: 0px;	
	color: #294a80;
	font-size: 28px;
	padding-bottom: 20px;
	font-weight: 700;
}

.inn_con{
	font-size: 15px;
	line-height: 24px;
	text-align: justify;
	padding-bottom: 20px;
	color: #333333;
}

.inn_sub_tle, .dept_tle, .inn_sub_tle1{
	color: #294a80;
	font-size: 18px;
	margin: 0px;
	font-weight: 700;
	padding-bottom: 10px;
}
.dept_desc {
    font-size: 15px;
    color: #333;
    text-align: justify;
    line-height: 22px;
    padding-bottom: 0px;
}
.nav-stacked.side_tab li a {
    color: #fff;
    font-size: 15px;
    padding: 7px 15px;
    transition: .3s ease-in;
    -webkit-transition: .3s ease-in;
    -moz-transition: .3s ease-in;
}

#infrastructure img {
    border-radius: 7px;
    margin-bottom: 20px;
    margin-top: 10px;
    width: 100%;
    border: 2px solid #f8921e;
}

.inn_sub_tle1{
	font-size: 16.5px;
}

.sub_lst{
	margin-bottom: 15px;
}

.sub_lst li{
	position: relative;
	font-size: 15px;
	padding-left: 28px;
	text-align: justify;
	line-height: 22px;
	padding-bottom: 10px;
}

.sub_lst li:before{
	content: '\f0da';
	position: absolute;
	color: #294a80;
	left: 15px;
	font-family: fontAwesome;
}

.sub_lst_1 li{
	position: relative;
    font-size: 15px;
    padding-left: 30px;
    text-align: justify;
    line-height: 22px;
    padding-bottom: 10px;
}

.sub_lst_1 li:before{
	content: url(../images/fish.svg);
    position: absolute;
    color: #f8921e;
    left: 0px;
    width: 24px;
    height: 24px;
    top: 0px;
    font-family: fontAwesome;
}

.no_pad_l{
	padding-left: 0px !important;
}

.no_pad{
	padding-left: 0px !important;
	padding-right: 0px !important;
}

.nav-stacked.side_tab > li.active > a, 
.nav-stacked.side_tab > li.active > a:hover, 
.nav-stacked.side_tab > li.active > a:focus,
.nav-stacked.side_tab li a:hover,
.nav-stacked.side_tab li a:focus{
	background: #294a80;
	border-radius: 0px;
	color: #fff;
}
.nav-stacked.side_tab li + li {
    margin-top: 1px;
}
.nav-stacked.side_tab li {
    background: #f7931e;
}

/*End Sub Page Common Style*/





















@media screen and (min-width:992px){
	.nav-pills.prgm_tab > li { float:none; display:inline-block; *display:inline; /* ie7 fix */ zoom:1; /* hasLayout ie7 trigger */ } .nav-pills.prgm_tab { text-align:center; }
}


@media (max-width: 767px) {
	
	#top-sec{
		height: auto;
		padding: 5px 0px 8px;
		line-height: normal;
	}
	
	.email-mob{
		position: relative;
		float: left;
		padding: 0px 0px 0px 17px;
		font-size: 13px;
	}
	.email::before{
		font-size: 14px;
	}
	.phone-mob{
		position: relative;
		
		top: -3px;
		padding: 0px 14px 0px 0px;
		float: right;
	}
	
	.pad{
		padding: 0px 15px;
	}
	.main-logo a img{
		text-align: center;
        margin-top: 10px;
		
	}
	
	.main-logo{
		padding: 0px !important;
	}
	.logo-1{
		margin: 0px;
	}
	.text-right{
		text-align: center;
	}
	.btn-line{
		padding: 0px;
	}
	#top-sec ul{
		padding: 0px !important;
	}
	.menu {
    padding-top: 0px;
    background: rgb(58,89,136); 
		background: -moz-radial-gradient(center, ellipse cover, rgba(58,89,136,1) 1%, rgba(30,45,74,1) 100%); 
		background: -webkit-radial-gradient(center, ellipse cover, rgba(58,89,136,1) 1%,rgba(30,45,74,1) 100%); 
		background: radial-gradient(ellipse at center, rgba(58,89,136,1) 1%,rgba(30,45,74,1) 100%); 
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3a5988', endColorstr='#1e2d4a',GradientType=1 ); 
    color: #fff;
    margin: 0px;
    }
	
	.menu .navbar {
    margin-bottom: 0px;
    min-height: inherit;
    }
	.menu .navbar-toggle {
    position: relative;
    float: right;
    padding: 8px 8px;
    margin-top: 3px;
    margin-right: 15px;
    margin-bottom: 0px;
    background-image: none;
    border: 0px;
    }
	.menu .navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background: #fff;
    }
	
	.menu .navbar-brand {
    padding: 8px 15px;
    height: 0px !important;
    font-size: 15px;
		color: #fff;
    }
	.menu .navbar-nav li a{
		padding: 8px 15px;
	}
	
	.slide-text{
		display: none;
	}
	.new-prg{
		padding: 3px 0px;
	}
	.new-prg::after{
		display: none;
	}
	#about-sec h2{
		padding: 15px 0px;
		font-size: 18px;
        margin: 0px;
	}
	#about-sec h2::before{
		left: -5px;
	}
	.hidd-en{
		padding: 0px;
	}
	.btn-4{
		margin-bottom: 25px;
	}
	.abt-photos{
		padding: 15px 0px 0px 0px;
	}
	
	#about-sec p{
		padding-top: 15px;
	}
	.abt-photos h4{
		padding-bottom: 13px;
	}
	
	#gal-sec h2{
		margin: 0px;
		text-align: center;
		padding: 20px 0px;
	}
	#gal-sec h2::before{
		display: none;
	}
	#gal-sec img{
		width: 100%;
	}
	.owl-pagination{
		
	}
	#gal-sec{
		padding-bottom:0px;
		margin: 0px;
        width: 100%;
	}
	.owl-theme .owl-controls .owl-buttons .owl-prev{
		display: none;
	}
	.owl-theme .owl-controls .owl-buttons .owl-next{
		display: none;
	}
	#ser-sec{
		padding: 0px 0px 0px 0px;
	}
	
	.yel-bg h3{
		padding: 15px 0px 0px 20px;
		font-size: 18px;
	}
	
	
	
	
	.e_prev{
		top: 15px;
		width: 20px;
        height: 20px;
		border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
		line-height: 20px;
        font-size: 10px;
	}
	.e_next {
    top:15px;
    position: absolute;
    right: 41px;
    cursor: pointer;
    color: #f9911f;
    background: #fff;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    font-size: 10px;

}
	.white_bg h4{
		font-size: 14px;
		padding: 0px;
        margin: 6px;
	}	
	br{
		display: none !important;
	}
	.date-fun span{
		font-size: 12px;
	}
	
	.preg {

    line-height: 15px;
    font-size: 12px;
    }
	.inline-btn{
		padding: 15px 0px 0px 1px;
        text-align: center;
	}
	.btn-5{
		margin:0px;
		font-size: 7px;
		padding: 3px 6px;
		border-radius: 4px;
	}
	.btn-6{
	   margin:0px;
		font-size: 7px;
		padding: 3px 6px;
		border-radius: 4px;
	}
	.btn-7{
	   margin:0px;
		font-size: 7px;
		padding: 3px 6px;
		border-radius: 4px;
	}
	
	#accordion{
		border: 1px solid #eee;
		border-radius: 5px;
		overflow: hidden;
		margin: 10px 0px;
	}
	.fot-logo{
		padding-top: 15px;
	}
	.fot-logo p{
		padding: 0px;
		font-size: 14px;
		line-height: 27px;
	}
	.fot-img{
		padding-top: 10px;
	}
	.fot-info{
		padding: 20px 0px 0px 0px;
	}
	.add_res::before, .phone1:before, .email1:before{
		left:0px;
	}
	.fot-info p{
		padding-left: 24px;
	}
	#copyright{
		padding: 5px 0px;
	}
	.cpy-div{
		text-align: center;
		line-height: 24px;
	}
	.yel-bg{
		padding-bottom: 0px;
        margin-top: 15px;
	}
	.evnt_bg{
		height: 305px !important;
	}
	#accordion .panel-title a::after{
		display: none;
	}
	#accordion .panel-title a{
		padding: 10px 0px;
		font-size: 13px;
	}
	#accordion .panel-body{
		padding: 10px 12px 0px 12px;
	}
	
	
	
	
	
	
}

@media screen and (min-width:768px) {
	.menu .navbar-brand{
		display: none;
	}
	
	li.dropdown:hover > .dropdown-menu {
		display: block;
		opacity: 1;
	}
	
	li.dropdown .dropdown-menu {
		  opacity:0;
		-webkit-transition: all 200ms ease-in;
		-moz-transition: all 200ms ease-in;
		-ms-transition: all 200ms ease-in;
		-o-transition: all 200ms ease-in;
		transition: all 200ms ease-in;
	}
	
}
@media (min-width:480px) and (max-width:520px){
	.inline-btn{
		
	}
	.btn-5{
		font-size: 10px;
        padding: 5px 15px;
	}
	.btn-6{
		font-size: 10px;
        padding: 5px 15px;
	}
	.btn-7{
		font-size: 10px;
        padding: 5px 15px;
	}
	.evnt_bg {
    height: 245px !important;
    }
	
	
}
@media (min-width:992px) and (max-width:1200px){
	.menu .navbar-nav li a{
		padding: 8px 8px;
	}
	
	.menu .navbar{
		min-height: 0px;
	}
	.slide-text h1{
		font-size: 23px;
		line-height: 30px;
		width: 38%;
		padding: 12px 20px;
		border-bottom-right-radius: 30px;
        border-bottom-left-radius: 30px;
	}
	.new-prg{
		padding: 6px 0px;
	}
	#about-sec h2{
		margin: 0px;
	}
	#about-sec p{
		font-size: 13px;
        line-height: 24px;
	}
	.abt-photos{
		padding: 1px 2px 10px 0px;
	}
	
	.abt-photos h3{
		font-size: 19px;
		margin: 0px;
        padding: 20px 0px 0px 0px;
	}
	.abt-photos h4{
		font-size: 12px;
		line-height: 18px;
		margin: 0px;
		padding: 12px 0px 24px 0px;
	}
	#about-sec p{
		font-size: 13px;
        line-height: 22px;
	}
	.inline-btn{
		padding: 0px;
	}
	.btn-5{
		font-size: 12px;
		padding: 8px 16px;
		line-height: 11px;
		border-radius: 5px;
	}
	.btn-6{
		font-size: 12px;
		padding: 8px 16px;
		line-height: 11px;
		border-radius: 5px;
	}
	.btn-7{
		font-size: 12px;
		padding: 8px 16px;
		line-height: 11px;
		border-radius: 5px;
	}
	#ser-sec{
		padding: 40px 0px 30px 0px;
	}
	.fot-logo p{
		padding-top: 2px;
		font-size: 14px;
		padding-right: 0px;
        line-height: 30px;
	}
	.ad_pln_brd ul li {
    position: relative;
    color: #353535;
    padding-bottom: 10px;
    padding-left: 20px;
    font-size: 15px;
	}
	.ad_pl_ph::before {
    content: '\f095';
	}
	
}



@media (min-width:768px) and (max-width:991px){
	
	.hidden-xs{
		width: 50%;
		float: left;
	}
	
	.pad{
		padding: 3px;
       
	}
	.pad-1 img {
		text-align: center;
	}
	.pad-1{
		padding: 0px 15px;
	}
	.logo-1{
		width: 100% !important;
		height: auto !important;
	}
	#top-sec ul{
		text-align: center;
        padding-bottom: 3px;
		padding-top: 0px;
	}
	.btn-line{
		padding-top: 5px;
	}
	.menu .navbar-nav li a{
		font-size: 12px;
		padding: 4px 4px;
	}
	.menu .navbar{
		min-height: 0px;
	}
	.slide-text h1{
		font-size: 16px;
		line-height: 20px;
		padding: 13px 20px;
		border-bottom-right-radius: 30px;
        border-bottom-left-radius: 30px;
	}
	#about-sec h2{
		padding: 20px 10px;
		margin: 0px;
		font-size: 24px;
	}
	.hidd-en{
		padding: 0px;
	}
	#about-sec p{
		padding-top: 10px; 
		margin-bottom: 0px;
	}
	.btn-4{
		margin-bottom: 22px;
	}
	.abt-photos{
		padding: 15px 2px 5px 0px;
		margin-bottom: 10px;
	}
	#ser-sec {
    padding: 20px 0px 20px 0px;
    }
	.evnt_bg {
    height: 260px !important;
    }
	.inline-btn{
		padding: 20px 0px 0px 0px;
	}
	.inline-btn ul{
		text-align: center;
	}
	.inline-btn li{
		padding: 0px 4px !important;
	}
	#accordion{
		border-radius: 7px;
		margin-top: 20px;
	}
	.fot-logo{
		padding-top: 15px;
	}
	.fot-logo p{
		padding-top: 1px;
		line-height: 28px;
		padding-right: 0px;
	}
	.fot-img{
		padding-top: 15px;
	}
	.fot-flt{
		width: 50%;
        float: left;
	}
	.fot-info{
		padding: 0px 0px 0px 30px;
	}
	.fot-info p{
		padding-left: 20px;
	}
	.add_res::before, .email1:before, .phone1:before{
		left: 0px;
	}
	.cpy-mob{
		width: 70%;
		float: left;
	}
	.cpy-mob1{
		width: 30%;
		float: left;
	}
	#gal-sec h2{
		padding: 20px;
	}
	
	#copyright{
		padding: 4px 0px;
	}
	
}

.button-right{
float:right;
margin-bottom:25px;
    background: #2f5085;
    border: 1px solid #2f5085;
}

#tnjfu_news{
padding-top:40px;
}
/*list-style-aquaculture-environment */


/*02-04-2019 new styles*/
.sin_wid{
	min-width: 200px !important;
}
.infra_page{
	padding: 30px 0px;
}
.infra_page img{
	margin: 20px 0px 10px;
}
.modal-title{
	text-align: center;
	font-weight: 700;
}

.figure-caption{
font-size: 18px;
   text-align: center;
   padding: 15px 0px;
   color: #fff;
}
.infra_page .figure-caption{
  font-size: 15px;
  padding: 5px 0px;
  color: #000;
}

.training_pro{
padding-top: 30px !important;
}

.training_pro h2{
margin: 0px;
   text-align: center;
   padding: 15px 0px 30px;
   font-weight: 600;
   font-size: 25px;
}
.training_pro h3{
margin: 0px;
   padding: 15px 0px 20px;
   font-size: 20px;
   font-weight: 700;
}
.pad_bdr{
padding: 20px;
   border: 1px solid #294a80;
}
.pd_top{
padding-top: 20px;
}
.pd_top a{
font-size: 18px;
}
.pad_bdr p span{
border-bottom: 1px solid #000;
   font-size: 15px;
   font-weight: 700;
}
.home_pop_up .modal-header{
    padding:0;
    border-bottom:none;
}
.home_pop_up .close{
    background: rgb(28, 61, 111);
    text-shadow: none;
    color: #fff;
    width: 25px !important;
    height: 25px !important;
    display: inline-block;
    border-radius: 50px;
    margin-top: -15px;
    margin-right: -15px;
}
@media(min-width:1024px){
    .home_pop_up .modal-dialog{
        width:800px;
    }
}