/*
Theme Name: Viswa Yuva Kendra
Author: Manas Ranjan Sahoo.
Author URL: http://viswayuvakendra.com/
License: Viswa Yuva Kendra
License URL: http://viswayuvakendra.com/
Version: 1.0
*/
/*-- Google Fonts --*/
@import url('https://fonts.googleapis.com/css?family=Roboto:300,300i,400,500,700,900');

/*-- reset code --*/

body {
	font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 16px;
    background: #FFF;
}
body a, input[type="button"], input[type="submit"], button, img{
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Roboto', sans-serif;
	font-weight:400;
	margin-top:0;
    margin-bottom:15px;
	text-transform:uppercase;
}
h1{
	font-size:30px;
	}
h2{
	font-size:22px;
	}
h3{
	font-size:18px;
	font-weight:600;
	}
p {
	font-size: 16px;
    margin-bottom: 15px;
}
a:hover{
	text-decoration:none;
	}
ul {
    margin: 0;
    padding: 0;
}
label {
    margin: 0;
}

a:hover, a:active, a:focus {
    outline: none;
}
ul li {
   list-style: none;
}
ul.lower-roman, ul.lower-roman li{
	list-style-type: lower-roman;
}
ul.lower-roman{
	padding-left:20px;
}
.btn1{
	color:#fff;
	background:#303a47;
	min-width:95px;
	padding:4px;
	margin-bottom:0;
	border:none;
	}
.btn2{
	color:#fff;
	text-transform: uppercase;
    background: #303a47;
    padding: 8px 20px;
	border:none;
}
.btn1:hover, .btn2:hover{
	background:#00b3fe;	
}
.lgt-bg:hover{
	color:#333;
	background:#ececec;
}
/*-- / reset code --*/
.header{
	background: #fff;
	min-height:150px;
	}
/*-- top-header --*/
.header-top{
	width:100%;
	color: #fff;
	/*background:#00b3fe;*/
	background:#2f3a51;
	text-align:right;
	}
.header-tel-email {
    margin: 0;
	line-height:30px;
	text-align:left;
	padding:5px 0;
	display:inline-block;
	line-height:normal;
	margin-right:20px;
	vertical-align: top;
}
.header-tel-email a {
    color: #fff;
}
.header-tel-email a:hover{
    color: #00b3fe;
}
.header-tel-email i {
    font-size: 17px;
    line-height: 24px;
    margin-right: 10px;
}
.header-tel-email span.phone{
	padding-left:20px;
	border-left:1px solid #fff;
	margin-left:20px;
}
.vyk .navbar-brand{
	height:auto;
	padding-right:0;
	}
.vyk .navbar-brand .logo{
	max-height: 122px;
}
.vyk .navbar-default {
    border: none;
    background: none;
	border-radius:0;
    margin: 0;
}
.vyk .navbar-nav{
	margin-top:110px;
	text-transform:uppercase;
	}
.vyk .navbar-nav > li{
	font-size:18px;
	}
.vyk .navbar-default .navbar-nav > li > a{
	color:#26303b;
	padding-top:10px;
	padding-bottom:10px;
	}
.vyk .navbar-default .navbar-nav > li > a:hover{
	color:#00b3fe;
}
.vyk .navbar-default .navbar-nav > .active > a, .vyk .navbar-default .navbar-nav > .active > a:focus, .vyk .navbar-default .navbar-nav > .active > a:hover{
	color:#00b3fe;
	background:none;
	}
.vyk .navbar-default .navbar-nav > .open > a, .vyk .navbar-default .navbar-nav > .open > a:focus, .vyk .navbar-default .navbar-nav > .open > a:hover{
	color:#00b3fe;
	background:none;
	}
.vyk .dropdown-menu{
	border:1px solid #CCC;
	padding:0;
	}
.vyk .dropdown-menu > li{
	border-top:1px solid #f5f5f5;
}
.vyk .dropdown-menu > li:first-child{
	border-top:none;	
}
.vyk .dropdown-menu > li > a{
	color:#26303b;
	padding:5px 15px;
	line-height:22px;
}
.vyk li.mob-link {
	display:none !important;
	text-transform:none;
}
.vyk li.mob-link i{
	margin-right:10px;
	}
.vyk li.mob-link span{
	padding:10px;
	display:block;
	}
.vyk .caret {
    margin-left: 10px;
}
/*-- About Us --*/
.sec1{
	padding:50px 0;
	}
.sec1 h2{
	font-size:28px;
}
#about-us p {
    font-size: 18px;
}
#about-us .rgt-sec {
    padding-left:50px;
}
.profile-sec, .activities-sec{
	padding:15px;
	background:#f8f8f8;
	width:100%;
	margin-bottom:15px;
	border-radius:5px;
	text-align:center;
	}
.profile-sec .profile-photo, .activities-sec .icon{
	width:118px;
	height:118px;
	display:inline-block;
	
	border-radius:50%;
	overflow:hidden;
	margin-bottom:10px;
	border:5px solid #ffffff;
	
	-webkit-box-shadow:0px 0px 10px 5px rgba(201,201,201,0.3);
	-moz-box-shadow: 0px 0px 10px 5px rgba(201,201,201,0.3);
	box-shadow: 0px 0px 10px 5px rgba(201,201,201,0.3);
	}
.profile-sec .profile-photo img, .activities-sec .icon img{
	max-width:100%;	
}

/*-- / About Us --*/
/*-- Our Mission --*/

#our-mission {
    background-attachment: fixed;
    background-clip: initial;
    background-position: center top;
    background-image: url(../images/our-mission-bg.jpg);
    background-size: cover;
    color: #fff;
	position:relative;
}
#our-mission p {
    font-size: 18px;
	margin-bottom:20px;
}
/*-- / career --*/
#career {
	background: #f2f2f2;
    text-align: center;
	}
/*-- / Our Mission --*/
#services {
    background: #f2f2f2;
    text-align: center;
}
#services a img:last-child {
    display: none
}
#services a:hover img:first-child {
    display: none
}
#services a:hover img:last-child {
    display: inline-block
}
#services h3 {
    font-size: 20px;
    }
#services p {
    font-weight: 300;
}
#services img{
	margin-bottom:20px;
	}

/*-- News & Achivements --*/
#news-achivements h2 {
	margin-bottom:30px;
}
#news-achivements p {
    font-weight: 300;
    margin-top: 12px;
}
.latest-news h4.media-heading {
    font-size: 17px;
    margin-top: 5px;
}
.latest-news .media .media-object{
	width:100px;
	height:100px;
	}
#news-achivements .latest-news p.published-date {
    font-weight: 900;
    color: #a4a093;
    margin: 0px;
    font-size: 14px;
}
.latest-news p.published-date i {
    margin-right: 10px;
}
.latest-news p a {
    color: #00b3fe;
}
.latest-news p a:hover {
    color: #286090;
}
#news-achivements .achivements p {
    margin-top: 28px;
}
/*-- / News & Achivements --*/

/*--Awards--*/
#awards{
	/*background:#f2f2f2;*/
	background:#ffffff;
	}
.list4{
	margin:0 -10px;
	float:left;
	}
.list4 li{
	width:25%;
	display:inline-block;
	padding:10px;
	float:left;
}
.list4 li img{
	max-width:100%;
	border:1px solid #d7d7d9;
	padding:4px;
}
/* -- Testimonial -- */

#testimonial-sec {
    background: #05a7ec;
    width: 100%;
    color: #fff;
    text-align: center;
    font-weight: 300;
    font-size: 20px;
	position:relative;
}
.testimonial{
	margin-bottom:15px;
	}
#testimonial-sec h2 {
    font-size: 30px;
    
}
#testimonial-sec p {
    line-height: 32px;
    font-style: italic;
    padding: 30px 0px;
    margin: 0px auto;
    width: 90%;
}
.author {
    margin-bottom: 10px;
}
.author span {
    display: block;
    color: #000;
    font-weight: 400;
}
#testimonial-sec .owl-pagination {
    bottom: 0px;
}
#testimonial-sec .owl-pagination .owl-page span {
    background: #ffffff;
    border: none;
    height: 5px;
    margin: 2px 5px;
    width: 32px;
    border-radius: 0px;
    opacity: 1;
}
#testimonial-sec .owl-pagination .owl-page.active span {
    background: #26303b;
}

/* -- / Testimonial -- */

/* -- Our Partners  -- */
#partners{
	text-align:center;
	}
.partners-main {
    width: 100%;
}
.partners-main img {
    margin: 30px 0px;
}

/* -- / Our Partners  -- */


/* -- Footer Quick Links -- */
footer, footer a{
	color:#d6effa;
	color:#ffffff;
}
footer a:hover{
	color:#00b3fe;
}
.ftr-top{
	background:#303a47;
	background:#2f3a51;
	padding:50px 0;
	position:relative;
	}
footer h3 {
    font-size: 26px;
    font-weight: 400;
    margin-bottom: 25px;
	
	position:relative;
	padding-bottom:15px;
}
footer h3::after{
	content:"";
	width:70px;
	height:3px;
	background:#05a7ec;
	position:absolute;
	left:0;
	bottom:0;
}
footer p{
	line-height:26px;
	}
.ftr-top .flinks a{
	display:block;
	line-height:22px;
	margin-bottom:10px;
	}
footer address b{
	font-weight:500;
	font-size:20px;
	}
.foot-tel-email i {
    font-size: 12px;
    margin-right: 10px;
}
.social-media a{
	display:block;
    line-height: 29px;
    margin-bottom: 10px;
}
.social-media a i {
    font-size: 29px;
    height: 29px;
    margin-right: 10px;
    float: left;
}
.header-top .social-media{
	padding:7px 0 0;
	text-align:right;
	display:inline-block;
}
.header-top .social-media a{
	display:inline-block;
	color:#2f3a51;
	margin-bottom:0;
	
	width:40px;
	text-align:center;
	padding:5px;
	border-radius:5px 5px 0 0;
	background:#ffffff;
	line-height:20px;
}
.header-top .social-media a:hover{
	background:#00b3fe;
	color:#ffffff;
}
.header-top .social-media a i{
	height:auto;
	margin-right:0;
	float:none;
}
.header-top .social-media a .fa{
	font-size:14px;
}
.lft-bdr{
	border-left:1px solid #454f5d;
	padding:0 30px;
	min-height:220px;
	}
/*-- Footer CopyRight --*/
.ftr-btm{
	/*background:#26303b;
	padding:30px 0;*/
	background: #05a7ec;
	padding: 20px 0;
	}
/*-- / Footer CopyRight --*/

/*-- back to top --*/
.cd-top {
    display: inline-block;
    height: 40px;
    width: 40px;
    position: fixed;
    bottom: 40px;
    right: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    /* image replacement properties */
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: rgba(0, 0, 0, 0.55) url(../images/cd-top-arrow.svg) no-repeat center 50%;
    background-size: 70%;
    border: 1px solid #fff;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible,
.cd-top.cd-fade-out,
.no-touch .cd-top:hover {
    -webkit-transition: opacity .3s 0s, visibility 0s 0s;
    -moz-transition: opacity .3s 0s, visibility 0s 0s;
    transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
    /* the button becomes visible */
    visibility: visible;
    opacity: 1;
}
.cd-top.cd-fade-out {
    /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
    opacity: .5;
}
.cd-top:hover {
    background-color: #000;
    opacity: 1;
}

/*-- / back to top --*/
/*-- / Inner Page Product Tabs and Gallery --*/
.gallery-tabs .nav > li > a {
    padding: 8px;
}
.gallery-tabs .thumb {
    border:0px;
}
.gallery-tabs .scenarios .thumb {
    height:80px;
    overflow:hidden;
}
.gallery-tabs .thumb img {
    border:1px solid #cacaca;
    margin:10px 0px;
    border-radius:5px;
}
.gallery-tabs .thumb img {
	height: 193px;
    width: 100%	
}
.gallery-tabs .gallery-content {
    padding-top:15px;
}
.gallery-tabs .gallery-content h4 {
    padding-bottom:5px;
    border-bottom:2px solid #337ab7;
    margin-bottom:10px;
}
.gallery-tabs .gallery-content button {
    width:100%;
    text-align:left;
    font-size:16px;
    margin:4px 0px;
}
/*-- Inner Pages --*/
.sub-pages{
	padding:70px 0;
	/*background:url(../images/bg.png) top left repeat-x;
	border-top:1px solid #e1e1e1;*/
	}
.sub-pages p {
    font-size: 16px;
    margin: 0 0 15px;
}
.list1{
    padding-left:25px;
    margin-bottom:20px;
}
.list1 li{
    margin-bottom:8px;
	font-weight:400;
}
.list1 li:last-child{
	margin-bottom:0;	
}
.list1 li:before{ 
    font-family: 'Glyphicons Halflings';
    font-size:16px;
    color:#05a7ec;
    content: "\e013";
    position: absolute;
    left: 15px;
}
.img-thumbnail{
    margin-bottom:20px;
}
.devider-rgt{
    border-right:1px solid #e3e3e3;
}
.list2 li{
    margin-bottom:10px;
    border-bottom:1px solid #e3e3e3;
    padding-bottom:10px;
}
.list2 li:last-child{
    border-bottom:0;	
}
.list3{
    padding-left:25px;
    margin-bottom:20px;
}
.list3 li{
    margin-bottom:8px;
	font-weight:300;
}
/*--VYK Members Page--*/
.data-list .table{
	font-size:14px;
	}
.data-list .table th {
	background:#26303b;
	color:#fff;
	}
.data-list span.prof-photo{
	width:80px;
	float:left;
	margin-right:10px;
	}
.data-list span.prof-photo img{
	max-width:100%;
}

.member-list p{
		margin-bottom:20px;
		padding-bottom:15px;
		border-bottom:1px solid #ddd;
	}
.member-list p .mob{
	display:block;
	margin-top:10px;
	clear:both;
	font-weight:600;
	}
/*--Visitor's Page--*/
	.visitors .visitor{
		font-size:15px;
		text-align:right;
		font-style:italic;
		font-weight:600;
		margin-bottom:0;
		}
/*--Visitor's Page--*/

.partners-main .owl-carousel .owl-item{
	width:auto !important;
	}
	
.partners-sec{
	
}
.partners-sec .row{
	text-align:center;
}	
.partners-sec .row .col{
	display:inline-block;
	margin:5px;
	border:1px solid #d9d9d9;
}	
.img-fluid{
	width:100%;
	max-width:100%;	
}
.partners-sec img{
	max-height:90px;
}
.banner{
	position:relative;
}
.t-line{
	position:relative;
}
.t-line::before{
	content:"";
	width:100%;
	height:5px;
	position:absolute;
	top:0;
	left:0;
    background: url(../images/triangle-line.png) repeat-x;
	z-index:9;
}
.t-line-bottom::after, .t-line-bottom-blue::after{
	content:"";
	width:100%;
	height:5px;
	position:absolute;
	top:auto;
	bottom:0;
	left:0;
    background: url(../images/triangle-line-bottom.png) repeat-x;
	z-index:9;
}
.t-line-bottom-blue::after{
	background: url(../images/triangle-line-bottom-blue.png) repeat-x;
}
.inner-banner{	
	background: url(../images/banner-pattern.png) repeat-x #00b3fe;
}
.no-gutter{
  margin-right: 0;
  margin-left: 0;
}

.no-gutter > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.d-table{
	display:table;
	width:100%;
}
.d-table .col{
	display:table-cell !important;
	vertical-align:middle;
	float:none;
}
.inner-banner .banner-container{
	text-align:right;
	padding:15px 40px 15px 15px;
}
.inner-banner .img-responsive{
	display: inline-block;
}
.inner-banner h1{
	font-weight:600;
	color:#ffffff;
	margin-bottom:0;
	font-size:45px;
}
.ftr-btm a:hover{
	color:#cdcd83;
}
#our-mission .icon {
  width: 100px;
  float: left;
  margin-right: 20px;
}
.vm-content {
  display: inline-block;
  width: calc(100% - 120px);
}
/*-- Media Quries for Mobile & Tabs --*/
@media (max-width:1199px)  {
	.vyk .navbar-nav > li{
		font-size:16px;
		}
	.vyk .navbar-nav > li > a{
		padding-left:10px;
		padding-right:10px;
	}
	#about-us .rgt-sec{
		padding-left:15px;
		}
	.gallery-tabs .thumb img {
		height: 156px;
	}
	.inner-banner h1{
		font-size:40px;
	}
}
@media (max-width: 991px)  {
	.header-tel-email{
		text-align:center;
		}
	.header-tel-email .mail{
		float:left;
		}
	.header-tel-email span.phone{
		float:right;
		border-left:none;
		}
	.vyk .navbar-header{
		width:100%;
		text-align:center;
		float:none;
		position:relative;
		}
	.vyk .navbar-brand{
		padding:15px;
		float:none;
		display:inline-block;
		}
	.vyk .navbar-nav{
		margin-top:0;
		text-align:center;
		border-top:1px solid #ececec;
		}
	.vyk .navbar-nav > li{
		float:none;
		display:inline-block;
		}
	.vyk .navbar-nav.navbar-right{
		float:none !important;
		margin:0;
		}
	#about-us .rgt-sec {
		padding-left: 15px;
		margin-top:20px;
	}
	.profile-sec, .activities-sec{
		min-height:130px;	
	}
	.lft-bdr{
		border:none;
		padding-left:15px;
		padding-right:15px;
		min-height:inherit;
		}
		.gallery-tabs .thumb img {
			height:110px;	
		}
		.data-list .table-bordered{
			border:none;
			}
		/* Force table to not be like tables anymore */
		.data-list table, .data-list thead, .data-list tbody, .data-list th, .data-list td, .data-list tr{ 
			display: block; 
		}
		
		/* Hide table headers (but not display: none;, for accessibility) */
		.data-list thead tr { 
			position: absolute;
			top: -9999px;
			left: -9999px;
		}
		
		.data-list tr { border: 1px solid #ccc; margin-bottom:15px; }
		
		.data-list tr td{ 
			border: none;
			border-bottom: 1px solid #eee; 
			position: relative;
			text-align:left;
			padding-top:30px !important;
			width:100%;
			overflow:hidden;
		}
		
		.data-list td:before { 
			/* Now like a table header */
			position: absolute;
			/* Top/left values mimic padding */
			top: 6px;
			left: 6px;
			width: auto; 
			padding-right: 10px; 
			white-space: nowrap;
		}
		/*
		Label the data
		*/
		.data-list td:before{font-weight:500;}
		.data-list td:nth-of-type(1){ display:none }
		.data-list td:nth-of-type(2):before { content: "Name, Qualification & Designation:"; }
		.data-list td:nth-of-type(3):before { content: "Age & Caste:"; }
		.data-list td:nth-of-type(4):before { content: "Occupation:"; }
		.data-list td:nth-of-type(5):before { content: "Address:"; }
		.data-list td:nth-of-type(6):before { content: "Date of admission:"; }
		.data-list td:nth-of-type(7):before { content: "Date of holding office:"; }
		.data-list td:nth-of-type(8):before { content: "Contact number:"; }
		
		.about-us{
			margin-bottom:15px;
			}
		.inner-banner h1{
			font-size:35px;
		}
	}

@media (max-width: 980px) {
	.flinks, address{
		margin-bottom:20px;
		}
	.social-media a{
		display:inline-block;
		padding-right:15px;
		margin:0 15px 0 0;
		}
	.kb_caption {
	  left:0px;
	  bottom: 30px;
	}
	.carousel-indicators{
		bottom: 5px !important;
		margin-bottom: 0px;
	}

}
@media (max-width: 767px) {
	 .vyk .navbar-brand{
		float:left;
		}
	.vyk .logo{
		width:250px;
		}
	.vyk .navbar-header{
		position:relative;
		}
	.vyk .navbar-toggle {
		background-color:#00b3fe;
		border:none;
		position:absolute;
		right:15px;
		top:50%;
		margin-top:-20px;
	}
	.vyk .navbar-default .navbar-toggle:focus, .vyk .navbar-default .navbar-toggle:hover{
		background-color:#303a47;
		}
	.vyk .navbar-default .navbar-toggle .icon-bar{
		background-color:#fff;
		width:25px;
		height:3px;
		}
	.vyk .navbar-toggle .icon-bar + .icon-bar{
		margin-top:5px;
		}
	.navbar-default .navbar-collapse {
	  position: absolute;
	  width: 100%;
	  z-index: 99;
	  background:#fff;
	}
	.vyk .navbar-nav{
		border-top:none;
		margin:0 -15px !important;
		text-align:left;
	}
	.vyk .navbar-nav > li{
		display:block;
		border-bottom:1px solid #e7e7e7;
	}
	.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
		
	}
	.vyk .navbar-nav .open .dropdown-menu{
		background:#f5f5f5;
	}
	.vyk .navbar-nav .open .dropdown-menu > li > a{
		color:##26303b !important;
		padding:5px 10px;
	}
	#about-us .rgt-sec{
		padding-left:15px;
		margin-top:20px;
		}
	#services{
		padding:40px 0;
		}
	.gallery-tabs .thumb img{
		max-width:100%;
		width:auto;
		height:auto;
		}
	.list4 li{
		width:50%;
	}
	.inner-banner h1{
		font-size:30px;
	}
	footer h3{
		text-align:center;
	}
	
	footer h3::after{
		left: 50%;
		margin-left: -35px;
	}
	.flinks, address{
		text-align:center;
	}
	.ftr-top .social-media{
		text-align:center;
	}
	.ftr-top .social-media a{
		width:50px;
		height:50px;
		padding:10px;
		border:1px solid #05a7ec;
		border-radius:50%;
		margin-right:0;
		display:inline-block;
		text-align:center;
	}
	.ftr-top .social-media a i{
		margin-right: 0;
		float:none;
	}
	.ftr-top .social-media a span{
		display:none;
	}
	#our-mission .icon{
		float: none;
		display:block;
		margin:0 auto 20px auto;
	}
	.vm-content {
		  display: inline-block;
		  width: 100%;
		  text-align:center;
	}
}
@media (max-width: 640px) {
	.kb_caption {
	  width: 100%;
	}
	#about-us {
		text-align:center;
	}	
	.inner-banner .banner-container{
		padding: 15px 20px;
		position: absolute;
		background: rgba(0, 0, 0, 0.5);
		z-index: 98;
		transform: translate(10%, -50%);
	}
	.inner-banner h1{
		font-size: 18px;
		font-weight:500;
		text-align:center;
	}
}
@media (max-width: 480px) {
	#news-achivements .pull-left {
		display:none;
	}
	.header {
	  min-height: 85px;
	}
	.header-tel-email{
		display:none;
		}
	.vyk li.mob-link {
		display:block !important;
	}
	.vyk .logo{
		width:200px;
		}
	footer h3{
		font-size:22px;
		margin-bottom:20px;
		}
	.social-media a{
		padding-left:0;
		padding-right:0;
		}
	.social-media a span{
		display:none;
		}
}
