/* 
Theme Name: KVPL
Theme URI: N/A
Author: IITES
Author URI: http://website.iites.in/
Description: Custom theme for KVPL.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
@import "css/layout.css"; 
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500&display=swap');

*{ margin: 0; padding: 0; box-sizing: border-box; background-repeat: no-repeat; }

body {
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	color:#444;
	font-weight: 400;
}

li { list-style: outside none none;}
a { text-decoration: none;color:#064266;}
a:hover{ text-decoration: none;color:#1B5B05;}
b { font-weight: 500;}
strong {font-weight: bold;}
em { font-style: italic;}
img { height: auto; max-width: 100%;}
img[src=""] { display: none;}
iframe { margin: 0;  padding: 0;  width: 100%;}

li {
	font-size: 15px;
	line-height: 1.5em;
	margin-bottom: 5px;
}
p, li {
	font-size: 15px;
	line-height: 1.8em;
	margin-bottom: 10px;
}
h1, h2, h3, h4, h5, h6 {
	color: #064266;  
	font-weight: 500;
	margin-bottom:10px;
}
h1 {font-size: 36px;}
h2 { font-size: 32px;}
h3 { font-size: 28px;}
h4 { font-size: 24px;}
h5 { font-size: 20px;}
h6 { font-size: 18px;}
hr {
	margin: 25px 0;
	clear: both;
	border-bottom: 0;
	border-top: 1px solid #b5b5b5;
	display:block;
}
.table-responsive {
	display: block;
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}
.img-responsive {max-width:100%;height:auto;}
.alignnone {
    margin: 5px 15px 15px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 15px 15px;
}

.alignleft {
    float: left;
    margin: 5px 15px 15px 0;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 15px 15px 0;
}

.wp-caption.alignleft {
    margin: 5px 15px 15px 0;
}

.wp-caption.alignright {
    margin: 5px 0 15px 15px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}
.tc {text-align:center;}
.container {
	margin: 0 auto;
	max-width: 1100px;
	width:100%;
}

.header_wrap {
	float: left;
	width: 100%;
}

.header_bg {
	float: left;
	width: 100%;
	line-height: 1.5;
	height: 86px;
}
.text_border {
    border: 1px solid #ccc;
    padding: 15px;
}
.caret {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 0px;
	vertical-align: middle;
	border-top: 4px solid;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
	color: #1B5B05;
}
.overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	transition: .5s ease;
	background-color: rgba(0, 0, 0, 0.7);
	border-radius: 3px;
	-webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
	box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
	transition: all 0.3s;
}
.heade_wrap .overlay {
	background-color: rgba(0, 0, 0, 0.5);

}

.header_top {
	float: left;
	width: 100%;
}
.header_top ul.website_logo {
	float: left;
	width: 80px;
}
.header_top ul.website_logo > li {
	float: left;
	width: 100%;
	margin: 0;
}
.header_top ul.website_logo > li > a {
	display: block;
}

#menu-header-menu {
	float: right;
	width: calc(100% - 90px);
	text-align: right;
	font-size: 0px;
	position: relative;
	margin-top: 20px;
}
#menu-header-menu > li {
	display: inline-block;
	margin: 0 10px;
	position: relative;
}
#menu-header-menu > li ul.sub-menu {
	position: absolute;
	top: 42px;
	left: 0;
	background-color: #def2fd;
	min-width: 100px;
	display: none;
	z-index: 9;
	white-space: nowrap;
}
#menu-header-menu > li:last-child {
	margin-right: 0;
}
#menu-header-menu > li > a {
	margin: 0;
	padding: 10px 0px;
	display: inline-block;
	color: #064266;
	font-size:14px;
	font-weight:500;
}
#menu-header-menu li:hover a, #menu-header-menu li.current-menu-item {
	color: #F31C27;
}
#menu-header-menu > li:hover ul.sub-menu {
	display: block;
}

#menu-header-menu > li ul.sub-menu > li {
	line-height: 36px;
	margin: 0;
	border-bottom: 1px solid #fff;
}
#menu-header-menu > li ul.sub-menu > li:last-child {
	border-bottom: 0px solid #fff;
}
#menu-header-menu > li ul.sub-menu > li:hover {
	background-color: #F31C27;
}
#menu-header-menu > li ul.sub-menu > li:hover a{
	color: #fff;
}
#menu-header-menu > li ul.sub-menu > li > a {
	display: block;
	color: #1B5B05;
	text-align: left;
	padding: 0 10px;
	font-weight:500;
}
.bradcaump_wrap {
	float: left;
	width: 100%;
}
.bradcaump_area {
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	height: 175px;
}

.bradcaump_area .overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	transition: .5s ease;
	background-color: rgba(0, 0, 0, 0.7);
	border-radius: 3px;
	-webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
	box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
	transition: all 0.3s;
}


.page_title {
	text-align: center;
	position: absolute;
	bottom: 8px;
	right: 0;
	left: 0;
}
.bradcaump_area .page_title {
	top: 75px;
}
.page_title .title_bg {
	display: inline-block;
	background-color: #fff;
	padding: 2px;
	min-width: 100px;
}

.page_title .title_bg h1 {
	margin: 0;
	background-color: #52a9db;
	padding: 10px 20px;
	float: left;
	width: 100%;
	color: #000;
	font-style: italic;
	font-size: 18px;
	line-height: 18px;
}

.content_wrap {
	float: left;
	width: 100%;
	padding: 3em 0 ;
}

.sidebar_content {
	float: left;
	width: 215px;
}
.sidebar_content ul.sidebarmenu {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
}
.sidebar_content ul.sidebarmenu > li {
	display: block;
	position: relative;
	margin-bottom: 10px;
}
.sidebar_content ul.sidebarmenu > li a {
	display: inline-block;
	margin: 0;
	color: #000;
}
.sidebar_content ul.sidebarmenu li > ul.sub-menu {
	padding-left: 15px;
	margin-top: 10px;
}
.sidebar_content ul.sidebarmenu li > ul.sub-menu > li {
	display: block;
}

.sidebar_content ul.sidebarmenu > li:hover > a, .sidebar_content ul.sidebarmenu li > .sub-menu li:hover > a, .sidebar_content ul.sidebarmenu li.current-menu-item > a {
	color: #1A5A04;
}


.page_content {
	float: left;
	width: 100%;
	padding: 0 15px;
}
.page_content table{
	border-collapse: collapse;
	margin:15px 5px;
}
.page_content table td, .page_content table th {
	border: 1px solid #ddd;
	padding: 10px;
	white-space: nowrap;
}
.home .page_content, .post-template-ourgallery-single .page_content {
	width: 100%;
}
.page_content blockquote {
	width: auto;
	background-color: #eee;
	padding: 8px 12px;
	border-left: 4px solid #4CAF50;
	word-wrap: break-word;
	margin: 15px 0;
}
.page_content blockquote p:last-child {
	margin-bottom: 0;
}

.page_content ul {
	padding-left: 30px;
}
.page_content ul li {
	list-style: disc;
}
.page_content ol {
	float: left;
	width: 100%;
	padding-left: 30px;
}
.page_content ol li {
	list-style: numeric;
}

/*Gallrey*/

.page-template-ourgallery .page_content {
	width: 100%;
}
.gal_block {
	float: left;
	width: 100%;
	text-align: center;
}
.gallery_wbg {
	float: left;
	position: relative;
	width: 49%;
	background-color: #ffffff;
	padding: 0 3px 3px 3px;
	box-shadow: 2px 2px 2px 0 #ccc;
	margin-bottom: 15px;
}
.gal_block .gallery_wbg:nth-child(2) {
	float: right;
}
.gallery_img_bg {
	float: left;
	width: 100%;
	background-color: #52a9db;
	padding: 5px;
	position: relative;
}
.gallery_img_bg .page_title {
	bottom: 30px;
}
.gallery_img_bg a {
	margin: 0px;
}
.gallery_img_bg img {
	height: auto;
	width: 100%;
	float: left;
}

.singlegallery .gallery {
	float: left;
	width: 100%;
	height: auto;
	margin: 0 0 0px 0;
}
.singlegallery .gallery .gallery-item {
	border: 1px solid #e4e4e4;
	float: left;
	margin: 0 5px 10px;
	padding: 0;
	text-align: center;
	width: calc(20% - 10px);
}
.singlegallery .gallery {
	float: left;
	width: 100%;
	height: auto;
	margin: 0 0 0px 0;
}
.gallery img {
	height: auto;
	width: 100%;
	float: left;
}
.home_contact_form .w50 {
	float:left;
	width:50%;
	padding:0 5px 15px;
}
.home_contact_form .w100 {
	width:100%;
	padding:0 5px 10px;
}
.page_content label {
}	
.page_content input {
	border-radius: 2px;
	box-shadow: none;
	font-size: 15px;
	padding: 7px 10px;
	border: 1px solid #ccc;
	width:100%;
	margin-top:5px;
}
.page_content textarea {
	border-radius: 2px;
	margin-top:5px;
	box-shadow: none;
	font-size: 14px;
	padding: 7px 10px;
	border: 1px solid #ccc;
	width: 100%;
	height: 70px;
}

.page_content input[type="submit"] {
	display: inline-block;
	padding: 10px 50px;
	background-color: #1B5B05;
	border: 1px solid #1B5B05;
	color: #fff;
	font-size: 14px;
	cursor: pointer;
	width: auto;
	margin-left: 15px;
}
.page_content input[type="submit"]:hover {
	background:#064266;
}
.home .content_wrap {
	padding-top: 0;
}
.carousel_wrap {
	float: left;
	width: 100%;
}

#carouselExampleCaptions {
	float: left;
	width: 100%;
	text-align: center;
}

.carousel_wrap .item {
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	min-height: 42em;
}
.carousel-caption {
	position: absolute;
	right: 15%;
	top: 100px;
	left: 15%;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
	text-align: center;
}
.carousel_wrap h6.tag_cover {
	font-size: 15px;
	line-height: 20px;
	text-transform: uppercase;
	color: #e6e6e6;
}

.carousel_wrap h3.title_cover {
	font-size: 48px;
	line-height: 48px;
	color: #fff;
	margin: 25px 0;
}

.carousel_wrap p.para_cover {
	font-weight: normal;
	font-size: 17px;
	line-height: 25px;
	color: #d8d7d7;
	max-width: 800px;
	margin: auto; 
}

.webbtn {
	display: inline-block;
	font-weight: 400;
	color: #212529;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: transparent;
	border: 1px solid transparent;
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	line-height: 1.5;
	border-radius: 0.25rem;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.carousel_wrap a.webbtn.bg_btn.btnprimary {
	font-size: 16px;
	padding: 15px 30px;
	margin-right: 5px;
	cursor: pointer;
	margin-top: 3rem;
	color: #fff;
	background-color: #DC6D32;
	border-color: #DC6D32;
}
.carousel_wrap a.webbtn.bdr_btn {
	font-size: 16px;
	border: 2px solid #ccc;
	padding: 12px 30px;
	margin-top: 3rem;
	color: #ffffff;
}


.carousel-indicators {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 15;
	display: flex;
	justify-content: center;
	padding-left: 0;
	margin-right: 15%;
	margin-left: 15%;
	list-style: none;
}
.carousel_wrap .carousel-indicators li {
	width: 12px;
	height: 12px;
	border-radius: 50%;
}
.carousel-indicators .active {
	opacity: 1;
}
.carousel-indicators li {
	box-sizing: content-box;
	flex: 0 1 auto;
	width: 30px;
	height: 3px;
	margin-right: 3px;
	margin-left: 3px;
	text-indent: -999px;
	cursor: pointer;
	background-color: #fff;
	background-clip: padding-box;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	opacity: .5;
	transition: opacity 0.6s ease;
}




.page_content.whoarewe {
	padding: 3em 0;
}
/*Feature section css start*/



.features_wrap {
	float: left;
	width: 100%;
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	padding:3em 0;
}
.features_wrap h3.global-title {
	margin-bottom: 0;
}
.in_features {
	float: left;
	width: 100%;
	position: relative;
	text-align: center;
}
.section-title {
	float:left;
	width:100%;
}
.text-white {
	color: #ffffff !important;
}
.feature_box {
	float: left;
	width: 33.33%;
}
.feature_box .feature_gd {
	float:left;
	width:100%;
	padding: 20px 30px;
	border-radius: 4px;
	transition: 0.3s ease;
}
.feature_box .feature_gd:hover {
	background: #fff;
	transition: 0.3s ease;
}
.icon_info {
	float:left;
	width:100%;
}
.feature_box h1 {
	font-size: 25px;
	line-height: 30px;
	color: #ffffff;
	font-weight: 600;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.feature_box .feature_gd:hover h1.your_tit{
	color: #1A5A04;
}
.feature_box p {
	font-size: 16px;
	line-height: 24px;
	color: #b8b8b8;
	margin-bottom: 0;
}
/*Feature section css end*/


/*Contact us section css start*/
.page_content.contacts_home_wrap {
	padding: 3em 0;
	float: left;
	width: 100%;
}
h4.sub-title {
	font-size: 18px;
	margin: 0;
	text-align: center;
	color:#1B5B05;
}
h3.global-title {
	font-size: 33px;
	line-height: 50px;
	margin-bottom: 40px;
	text-align: center;
}
.contacts_home_row {
	float: left;
	width: 100%;
}
.contact_details {
	float: left;
	width: 40%;
}
.contact_details p {
	padding-left: 20px;
	font-size: 17px;
}

.home_contact_form {
	float: right;
	width: 60%;
	font-weight: 400;
}

/*Contact us section css end*/

.footer_wrap {
	float: left;
	width: 100%;
}

.footer_cpr_txt p {
	float: left;
	width: 100%;
	padding: 15px 0;
	text-align: center;
	margin: 0px;
}

.career {
	max-width: 60%;
	margin: 0 auto;
}
#post-43 p {margin:0;}
.w33 {
	width: 33.333%;
	float: left;
	padding: 15px;
	min-height:274px;
	display: flex;
	align-items: center;
}
.bordr {border-right:1px solid #777}
.bordl {border-left:1px solid #777}
.bordb {border-bottom:1px solid #777}
.bordt {border-top:1px solid #777}
.clear {clear:both;}

#post-43 .aigpl-gallery-wrp .aigpl-img, .aigpl-gallery-album-wrp .aigpl-img {
	object-fit: scale-down !important;
	object-position: center !important;
}
#post-43 .aigpl-design-1 .aigpl-img-caption {
	padding: 10px !important;
}
.one, .two {
	width:50%;
	float:left;
}
.in_features h3 {
	color: #fff;
}