@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: 'open_sansregular';
    src: url('../fonts/opensans-regular-webfont.eot');
    src: url('../fonts/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-regular-webfont.woff2') format('woff2'),
         url('../fonts/opensans-regular-webfont.woff') format('woff'),
         url('../fonts/opensans-regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'open_sanssemibold';
    src: url('../fonts/opensans-semibold-webfont.eot');
    src: url('../fonts/opensans-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-semibold-webfont.woff2') format('woff2'),
         url('../fonts/opensans-semibold-webfont.woff') format('woff'),
         url('../fonts/opensans-semibold-webfont.svg#open_sanssemibold') format('svg');
    font-weight: normal;
    font-style: normal;
}
a{
	text-decoration:none;
	font-size:14px;
}
img {
	max-width:100%;
	height:auto;
}
body {
	margin:0;
	padding:0;
	font-family: 'open_sansregular';
	font-size:14px;
	color:#494848;
	letter-spacing:1px;
}
* {
	box-sizing:border-box;
}
ul {
	padding:0;
	margin:0;
	list-style-type:none;
}
textarea:focus, input:focus, button:focus, select:focus {
	outline:none;
}
textarea:focus, input:focus, button:focus, select:focus{
    outline:none;
}
input::-webkit-input-placeholder {
	color: #8c8989 !important;
}
textarea::-webkit-input-placeholder {
	color: #8c8989 !important;
}
.field-error {
	float: left;
    color: #F00;
    width: 100%;
    font-size: 12px;
    padding: 2px 0;

}
h1, h2, h3, h4, h5, h6 {
	margin: 0 0 0px;
	padding: 0;
	font-weight: normal;
	line-height: normal;
}

h1 {
	font-size:36px;
	padding-bottom:20px;
	line-height:1.2em;
	font-family: 'open_sansregular';
}
h2{
	font-size:30px;
	color:#3a4a4a;
	text-align:center;
}
h3 {
	font-size:20px;
	text-transform:capitalize;
}
h4 {
	font-size:18px;
	padding:0 0 10px;
	color:#3c3c3c;
}
h5 {
	font-size:16px;
	
}
h6 {
	font-size:15px;
}
a, a:link, a:visited {
	text-decoration: none;
	outline: none;
}
a:hover {
	outline: none;
}
a{
	color:#494848;
	font-size:14px;
}
p {
	padding: 0 0 10px;
	margin: 0;
	font-size:14px;
	line-height:26px;
	color:#525252;
}
textarea:focus, input:focus, button:focus, select:focus{
    outline:none;
}
.inv-container{
	width:96%;
	max-width:1160px;
	margin:0 auto;
	display:block;
}
/*--header start--*/
.header{
	width:100%;
	float:left;
	z-index:1;
}
.header-top{
	width:100%;
	float:left;
	padding:10px 0;
	background:#5466a8;
}
.header-top-left{
	float:left;
	padding-top:5px;
}
.header-top-left ul{
	float:left;
}
.header-top-left ul li{
	float:left;
	margin-right:15px;
}
.header-top-left ul li p{
	font-size:14px;
	padding-bottom:0px;
	color:#fefefe;
	padding-left:22px;
	position:relative;
}
.header-top-left ul li p:before{
	width:20px;
	height:20px;
	background:url(../images/all-icon.png) no-repeat;
	content:'';
	position:absolute;
	left:0;
}
.header-top-left ul li p.header-call:before{
	background-position:-7px -153px;
}
.header-top-left ul li p.header-mail:before{
	background-position:-41px -154px;
}
.header-top-right{
	float:right;
}
.header-top-right ul{
	float:right;
}
.header-top-right ul li{
	float:left;
	margin-left:10px;
	position:relative;
}
.header-top-right ul li p{
	padding-bottom:0px;
	padding-top:5px;
	color:#fefefe;
}
.header-top-left ul li p a{
	color:#ffffff;
}
.social-icon{
	float:left;
}
.social-icon a{
	float:left;
	margin-left:7px;
	width:33px;
	height:33px;
	border-radius:50%;
	background:url(../images/all-icon.png) no-repeat #ffffff;
}
.social-icon a:hover{
	transition: all 0.5s ease 0s;
}
.social-icon a.fb{
	background-position:1px -0px;
}
.social-icon a.fb:hover{
	background-position:2px -31px;
}
.social-icon a.tw{
	background-position:-29px -1px;
}
.social-icon a.tw:hover{
	background-position:-29px -31px;
}
.social-icon a.pinterest{
	background-position:-62px -1px;
}
.social-icon a.pinterest:hover{
	background-position:-62px -31px;
}
.social-icon a.instagram{
	background-position:-93px -1px;
}
.social-icon a.instagram:hover{
	background-position:-94px -30px;
}
.social-icon a.linkdin{
	background-position:-95px -54px;
}
.social-icon a.linkdin:hover{
	background-position:-95px -84px;
}
.header-top-middle .social-icon{
	float:none;
	display:table;
	 margin:0 auto;
}
.header-top-middle .social-icon a{
	margin:0px 3px;
}
.header-bottom{
	width: 100%;
    float: left;
    padding: 5px 0;
	position:relative;
}
.header-bottom .header-menu{
	width: 100%;
    float: left;
}
.header-bottom .header-menu .header-menu-right{
	float:right;
}
.header-bottom .header-menu .header-menu-right .header-srch{
	float:right;
	padding-top:10px;
}
.header-bottom .header-menu .header-menu-right .header-srch .input-srch{
	width:200px;
	min-height:40px;
	border:1px solid #3a3a3a;
	border-radius:3px;
	padding-left:10px;
	background:url(../images/srch-icon.png) no-repeat right;
	background-position:95%;
}
.header-bottom .header-menu .menu-wrap{
	float:left;
	padding-right:20px;
}
.header-bottom .header-menu .menu-wrap ul{
	float:left;
}
.header-bottom .header-menu .menu-wrap ul li{
	float:left;
	margin: 0 10px;
}
.menu-wrap ul li a{
	color: #3a3a3a;
    float: left;
    padding: 5px 0px;
	line-height:50px;
	position:relative;
	-webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
	z-index:999;
}
.menu-wrap ul li ul.sub-menu{
	position: absolute;
    top: 90%;
    left: 0;
	width:100%;
	padding:20px;
    display: none;
	background:#f1f0f0;
    z-index: 999;
	border:2px solid #5466a8;
	border-top:none;
	height: 330px;
    overflow-y: auto;
}
.menu-wrap ul li:hover ul.sub-menu{
	display:block;
}
.menu-wrap ul li ul.sub-menu li{
	padding-left: 0px;
    width: 20%;
    margin: 0 !important;
}
.menu-wrap ul li ul.sub-menu li a{
	color:#000;
	font-weight:bold;
	font-size:13px;
	padding-left:15px;
	position:relative;
}
.menu-wrap ul li ul.sub-menu li a:before{
	position: absolute;
    content: '\f061';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    left: 0;
    font-size: 9px;
}
.menu-wrap ul li ul.sub-menu li ul.sub-menu{
	width:100%;
	float:left;
	padding-top:0px;
	position: relative;
    border: none;
    padding: 0px;
    padding-left: 20px;
	height:auto;
}
.menu-wrap ul li ul.sub-menu li ul.sub-menu li{
	width:100%;
}
.menu-wrap ul li ul.sub-menu li ul.sub-menu li a{
	color:#3a3a3a;
	font-weight:100;
}
.menu-wrap ul li ul.sub-menu li a{
	line-height:24px;
}
.header-bottom .header-menu .menu-wrap ul li.menu-item-has-children ul.sub-menu li a:hover, .menu-wrap ul li a:hover, .menu-wrap ul.sub-menu li.current-menu-item a, .menu-wrap ul li.current-menu-item a{
	color:#5c8742;
}
.menu-wrap ul li ul.sub-menu li a:hover:before{
	transform: rotate(360deg);
    transition: transform .5s ease;
}
.header-bottom .header-menu .menu-wrap ul li.menu-item-has-children ul.sub-menu li:last-child{
	padding-bottom:5px;
}
.header-bottom .header-menu .logo{
	float: left;
}
.add-wrap{
	float:right;
}
.btn{
	color:#ffffff;
	background:#5c8742;
	line-height:40px;
	padding:0 20px;
	float:left;
}
.btn:hover{
	transition: all 0.5s ease 0s;
	background:#5466a8;
}
/*--menu_trigger--*/
.menu_trigger{
	display:none;
	font-size:20px;
}
.mob_menu{
  	position: fixed;
    left: -70%;
    top: 0;
    width: 70%;
    height: 100% !important;
    background: #414141;
    z-index: 99999;
    transition-property: all;
    transition-duration: .5s;
    transition-timing-function: cubic-bezier(0,1,.5,1);
    overflow: auto !important;
}
.mob_menu ul{
	display:block;
	margin:0 auto;
	padding:0px 0;
	padding-top:20px;
	width:100%;
	float:left;
}
.mob_menu ul li {
    list-style: none;
    display:block;
    padding: 8px 15px 8px 30px;
    position: relative;
	width:100%;
	float:left;
    text-transform: uppercase;
}
.mob_menu ul li.menu-item-has-children.dropdown:after{
	content: "\f0dd";
    position: absolute;
    right: 13px;
    top: 7px;
    color: #fff;
    font-size: 10px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}
.mob_menu ul li > ul{
	position: relative;
    top: 100%;
    float: left;
	display:none;
    left: 0;
}
.close_menu{
	position:absolute;
	top:15px;
	right:10px;
	font-size:14px;
	color:#FFF;
	width:24px;
	height:24px;
	background:url(../images/close_icon.png) no-repeat;
}
.mob_menu ul li a{
	font-size:12px;
	color:rgba(255,255,255,0.8);
}
.fa-bars{
	margin-top:5px;
	color:#290767;
    margin-right: 10px;
}
.menu-opened .mob_menu{
	left:0 !important;
	height:100% !important;
	display:block !important;
}
/*--menu_trigger end--*/
/*--header end--*/
/*--middle-wrap start--*/
.middle-wrap{
	width:100%;
	float:left;
}
.content-wrapper{
	width:100%;
	float:left;
	padding:40px 0;
}
/*--banner-wrap start--*/
.banner-wrap{
	width:100%;
	float:left;
	position:relative;
}
.banner-wrap .bx-wrapper{
	overflow:hidden;
}
.banner-wrap ul{
	width:100%;
	float:left;
}
.banner-wrap ul li{
	width:100%;
	float:left;
	line-height:0px;
}
.banner-wrap ul li img{
	width:100%;
	float:left;
}
.banner-content{
	width:100%;
	float:left;
	position:absolute;
	bottom:80px;
	text-align:center;
}
.banner-content h1{
	color: #ffffff;
    width: 100%;
    background: rgba(84, 102, 168, 0.7);
    padding: 6px 10px;
    max-width: 70%;
    margin: 0 auto;
    display: table;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.banner-content p{
	color:#f7f7f7;
}
.banner-btn{
	width:100%;
	float:left;
	padding-top:20px;
	text-align:center;
}
.banner-btn .btn{
	display:table;
	float:none;
	margin:0 auto;
	border-radius:3px;
	background:#5c8742;
	padding:0 20px;
}
.banner-btn .btn:hover{
	background:#ffffff;
	color:#3a3a3a;
}
.sub-btn{
	border:none;
	cursor:pointer;
}
/*--products start--*/
.product-content{
	width:100%;
	float:left;
}
.product-content ul{
	width:100%;
	float:left;
}
.product-content ul li{
	width:18.6%;
	margin-right:20px;
	float:left;
	margin-bottom:20px;
	box-shadow: 0px 0px 8px 2px #cccccc;
	position:relative;
	transition: transform .2s;
}
.product-content ul li:hover {
    transform: scale(1.1);
    background: #FFF;
}
.product-content ul li:nth-child(5n){
	margin-right:0px;
}
.product-content ul li .product-img{
	width:100%;
	float:left;
}
.product-content ul li .product-img img{
	width:100%;
	float:left;
}
.product-content ul li .content-txt{
	width:100%;
	float:left;
	padding:10px;
}
.product-content ul li .content-txt span{
	width:100%;
	float:left;
	min-height:60px;
	text-align:center;
}
.product-content ul li .content-txt a.product-name{
	font-size:12px;
	min-height:50px;
	color:#5466a8;
}
.product-content ul li .content-txt a.btn{
	line-height: 35px;
    float: none;
    display: table;
    margin: 10px auto 0;
}
h2.heading-wrap{
	width:100%;
	float:left;
	text-align:center;
	position:relative;
	margin-bottom:40px;
	color:#5c8742;
}
h2.heading-wrap:before{
	position:absolute;
	content:'';
	left:0;
	width:38%;
	top:22px;
	height:1px;
	background:#5c8742;
}
h2.heading-wrap:after{
	position:absolute;
	content:'';
	right:0;
	width:38%;
	top:22px;
	height:1px;
	background:#5c8742;
}
.view-btn{
	width:100%;
	float:left;
	text-align:center;
	padding-top:20px;
}
.view-btn a.btn{
	float:none;
	display:table;
	margin:0 auto;
	border-radius:20px;
	background:#5466a8;
}
.view-btn a.btn:hover{
	background:#5c8742;
}
.content-wrapper.spotlight-wrap{
	background:#f7f7f7;
}
/*--products end--*/
/*--about-wrap start--*/
.content-wrapper.about-wrap{
	width:100%;
	float:left;
	padding:0;
	background:#f7f7f7;
}
.about-content{
	width:100%;
	float:left;
}
.about-content .about-left{
	width: 42%;
    float: left;
    background: url(../images/about-img-bg.png) no-repeat;
    padding-top: 60px;
    padding-left: 50px;
    padding-bottom: 70px;
    padding-right: 56px;
}
.about-content .about-right{
	width:58%;
	float:right;
	padding-left:10px;
	padding-top:25px;
	text-align:left;
}
.about-content .about-right h2.heading-wrap{
	margin-bottom:20px;
}
.about-content .about-right h2.heading-wrap:after{
	display:none;
}
.about-content .about-right h2.heading-wrap:before{
	display:none;
}
.about-content .about-right .btn{
	padding:0 20px;
	float:left;
	margin-top:20px;
	border-radius:3px;
}
.about-content .about-right p{
	width:100%;
	float:left;
}
/*--about-wrap end--*/
/*--events start--*/
.event-content{
	width:100%;
	float:left;
}
.event-content .bx-wrapper .bx-controls-direction a{
	background: url(../images/all-icon.png) no-repeat #5c8742;
}
.event-content .bx-wrapper .bx-controls-direction a.bx-prev{
	background-position: 5px -244px !important;
}
.event-content .bx-wrapper .bx-controls-direction a.bx-next{
	background-position: -22px -244px !important;
}
.event-content ul{
	width:100%;
	float:left;
}
.event-content ul li{
	width:270px !important;
	float:left;
	margin:0 10px;
	box-shadow:0px 1px 4px 0px #e6e3e3;
	margin-bottom:20px;
}
.event-content .bx-viewport{
	height:auto !important;
}
.event-content ul li .content-txt{
	width:100%;
	float:left;
	padding:10px;
}
.event-content ul li .content-txt span{
	width:100%;
	float:left;
}
.event-content ul li .content-txt span a.event-name{
	float:left;
	min-height:50px;
	color:#5466a8;
}
.event-content ul li .content-txt span a.event-name:hover{
	color:#5c8742;
}
.event-content ul li .content-txt ul.date-wrap{
	width:100%;
	float:left;
}
.event-content ul li .content-txt ul.date-wrap li{
	width:50% !important;
	float:left;
	margin-right:0px;
	margin-left:0px;
	margin-bottom:0px;
	box-shadow:none;
}
.event-content ul li .content-txt ul.date-wrap li p{
	padding-bottom:0px;
	color:#5c5c5c;
	padding-left:20px;
	position:relative;
}
.event-content ul li .content-txt ul.date-wrap li p:before{
	content:'';
	position:absolute;
	width:20px;
	height:20px;
	left:0;
	background:url(../images/all-icon.png) no-repeat;
}
.event-content ul li .content-txt ul.date-wrap li p.date:before{
	background-position:-7px -123px;
}
.event-content ul li .content-txt ul.date-wrap li p.location:before{
	background-position:-37px -124px;
}
.event-content ul li .event-img{
	width:100%;
	float:left;
}
.event-content ul li .content-txt a.read-btn{
	float:left;
	color:#5c8742;
	position:relative;
	margin-top:10px;
}
.event-content ul li .content-txt a.read-btn:hover{
	color:#5466a8;
}
.event-content ul li .content-txt a.read-btn:after{
	width: 20px;
    height: 20px;
    content: '';
    position: absolute;
    background: url(../images/all-icon.png) no-repeat;
    right: -18px;
    top: 2px;
    background-position: -63px -128px;
}
/*--events end--*/
/*--services start--*/
.services{
	background:#f9f9f9;
}
.services-content{
	width:100%;
	float:left;
}
.services-content ul{
	width:100%;
	float:left;
}
.services-content ul li{
	width:32%;
	margin-right:20px;
	float:left;
	background:#ffffff;
	border:1px solid #f1f1f1;
	border-bottom:2px solid #5c8742;
	margin-bottom:20px;
}
.services-content ul li:nth-child(3n){
	margin-right:0px;
}
.services-content ul li .services-img{
	width:100%;
	float:left;
}
.services-content ul li .services-img img{
	width:100%;
	float:left;
}
.services-content ul li .content-txt{
	width:100%;
	float:left;
	padding:15px;
	padding-bottom:20px;
}
.services-content ul li .content-txt p{
	width:100%;
	float:left;
}
a.ask-btn{
	background:#5466a8;
	border-radius:3px;
}
.services-content ul li .content-txt a.btn:hover{
	background:#5c8742;
}
.services-content ul li .content-txt span{
	width:100%;
	float:left;
	min-height:40px;
}
.services-content ul li .content-txt span a.services-name{
	float:left;
	font-size:14px;
	font-family: 'open_sanssemibold';
	color:#5466a8;
	min-height:50px;
}
.services-content ul li .content-txt ul.services-txt{
	width:100%;
	float:left;
	margin-bottom:15px;
}
.services-content ul li .content-txt ul.services-txt li{
	width:100%;
	float:left;
	margin-right:0px;
	border:none;
	border-bottom:none;
	min-height:40px;
}
.services-content ul li .content-txt ul.services-txt li p{
	padding-left:22px;
	position:relative;
	padding-bottom:0px;
}
.services-content ul li .content-txt ul.services-txt li p:before{
	content:'';
	position:absolute;
	left:0;
	background:url(../images/all-icon.png) no-repeat;
	background-position:-102px -123px;
	width:20px;
	height:20px;
}
/*--services end--*/
/*--newsletter-wrap start--*/
.content-wrapper.newsletter-wrap{
	background:url(../images/newletter-img.jpg) no-repeat;
	background-size:cover;
}
.content-wrapper.newsletter-wrap h2{
	color:#ffffff;
	margin-bottom:20px;
}
.content-wrapper.newsletter-wrap p{
	padding-bottom:40px;
	color:#ffffff;
	text-align:center;
}
.newsletter-form{
	width:100%;
	max-width:70%;
	display:table;
	margin:0 auto;
	position:relative;
}
.newsletter-form .frm-wrap{
	width:100%;
	float:left;
	position:relative;
}
input.tnp-button{
	position:absolute !important;
	border:none;
}
.newsletter-form .frm-wrap .input-txt{
	width:100%;
	float:left;
	min-height:45px;
	border:none;
	padding-left:10px;
	background:#ffffff;
}
.newsletter-form .frm-wrap .sub-btn{
	position:absolute;
	right:3px;
	min-height:40px;
	padding:0 50px;
	top:2px;
}
/*--newsletter-wrap end--*/
/*--pagination start--*/
.pagination-wrap{
    float: left;
    width: 100%;
    margin: 0;
	padding:15px;
	padding-left:0px;
}
.pagination-wrap ul li {
    float: left;
    width: auto;
    color: #ffffff;
    margin: 0px;
    line-height: 35px;
    width: auto;
    display: inline-block;
    padding: 0px;
    border: none;
    margin-bottom: 0;
    margin-right: 10px;
    box-shadow: none;
    border: 0;
	color:#3a3a3a;
}
.pagination-wrap ul li.doted{
	padding-top:8px;
}
.pagination-wrap ul li:nth-child(3){
	margin-right:10px;
}
.pagination-wrap ul li:nth-child(4){
	margin-right:10px;
}
.pagination-wrap ul li:nth-child(4){
	margin-right:10px;
}
.pagination-wrap ul li a {
    float: left;
    text-align: center;
    width: 100%;
    text-decoration: none;
    font-size: 12px;
    letter-spacing: 0;
    color: #ffffff;
    line-height: 1;
    padding: 13px 18px;
    background-color: #5466a8;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.pagination-wrap ul li a.active, .pagination-wrap ul li a:hover {
    background-color: #5c8742;
}
/*--pagination end--*/
/*--testimonials start--*/
.testimonial-content{
	width:100%;
	float:left;
}
.testimonial-content .bx-controls-direction{
	display:none !important;
}
.testimonial-content ul{
	width:100%;
	float:left;
}
.testimonial-content ul li{
	width:368px !important;
	float:left;
	margin:0 10px;
	box-shadow: 0px 2px 7px 0px #dedcdc;
	position:relative;
	text-align:center;
	padding-top:50px;
}
.testimonial-content ul li .tsml-img{
	width:60px;
	height:60px;
	border-radius:50%;
	position:absolute;
	left:50%;
	margin-left:-30px;
	top:-30px;
	overflow:hidden;
	border:2px solid #5c8742;
}
.testimonial-content ul li .tsml-txt{
	width:100%;
	float:left;
	padding: 0 10px;
}
.testimonial-content ul li .tsml-txt p.name{
	font-size:14px;
	color:#5c8742;
	font-family: 'open_sanssemibold';
	padding-bottom:0px;
}
.testimonial-content .bx-viewport{
	height: auto !important;
    padding-top: 30px;
    padding-bottom: 30px;
}
.testimonial-content .bx-wrapper .bx-pager{
	bottom:1px;
}
.testimonial-content .bx-wrapper .bx-pager.bx-default-pager a{
	background:#5466a8;
}
.testimonial-content .bx-wrapper .bx-pager.bx-default-pager a.active{
	background:#5c8742;
}
/*--testimonials end--*/
/*--partners start--*/
.partners-content{
	width:100%;
	float:left;
}
.partners-content ul{
	width:100%;
	float:left;
	text-align:center;
}
.partners-content ul li{
	display: inline-table;
    padding: 5px 10px;
    width: 15%;
    margin-bottom: 15px;
    background: #FFF;
    box-shadow: 1px 2px 5px #ccc;
    margin: 0 1.5%
}
.partners-content ul li a{
	display:table-cell;
	vertical-align:middle;
}
.partner-wrap{
	background:#fbfbfc;
}
/*--partners end--*/
/*--footer start--*/
.footer-wrap{
	width:100%;
	float:left;
	background:#313131;
}
.footer-widget{
	width:33%;
	float:left;
	padding-right:20px;
}
.footer-widget:nth-child(1){
	width:45%;
	float:left;
}
.footer-widget:nth-child(2){
	width:21%;
	float:left;
}
.footer-widget:last-child{
	padding-right:0px;
}
.footer-widget ul{
	width:100%;
	float:left;
}
.footer-widget h4{
	font-size:18px;
	color:#e0dddd;
	font-family: 'open_sanssemibold';
}
.footer-widget ul li{
	width:100%;
	float:left;
	padding:5px 0;
}
.footer-widget .footer-logo{
	width:100%;
	float:left;
	margin-bottom:20px;
}
.footer-widget .social-icon a{
	margin-left:0px;
	margin-right:7px;
}
.footer-widget .contact-info{
	width:100%;
	float:left;
}
.footer-widget .contact-info p{
	padding-left:22px;
	position:relative;
}
.footer-widget .contact-info p:before{
	position:absolute;
	content:'';
	left:0;
	background:url(../images/all-icon.png) no-repeat;
	width:20px;
	height:20px;
}
.footer-widget .contact-info p.footer-address:before{
	background-position:-72px -156px;
	top:2px;
}
.footer-widget .contact-info p.footer-call:before{
	background-position:-6px -153px;
}
.footer-widget .contact-info p.footer-email:before{
	background-position:-41px -154px;
}
.footer-widget a:hover{
	color:#ffffff;
}
.footer{
	width:100%;
	float:left;
	padding:30px 0;
}
.footer-widget p, .footer-widget a{
	color:#c3c3c3;
}
.copyright-wrap{
	background: #000;
    padding: 5px 0;
    width: 100%;
    float: left;
}
.copyright-wrap .copyright-left{
	float:left;
}
.copyright-wrap .copyright-right{
	float:right;
}
.copyright-wrap p{
	padding-bottom:0px;
	color:#c3c3c3;
}
.copyright-wrap p a{
	color:#e0dddd;
}
.copyright-wrap p a:hover{
	color:#ffffff;
}
/*--footer end--*/
/*--inner-page-title start--*/
.inner-page-title{
	width:100%;
	float:left;
	padding:30px 0;
	text-align:center;
	background:#f1f1f1;
}
.inner-page-title ul{
	width:100%;
	float:left;
}
.inner-page-title ul li{
	display:inline-block;
	padding:0 10px;
	border-right:1px solid #cccccc;
}
.inner-page-title h1{
	padding-bottom:10px;
}
.inner-page-title ul li:last-child{
	border-right:none;
}
.content-wrapper.about-pg .about-content .about-right{
	text-align:left;
}
.content-wrapper.about-pg h2.heading-wrap{
	text-align:left;
	margin-bottom:20px;
}
.content-wrapper.about-pg h2.heading-wrap:after{
	display:none;
}
.content-wrapper.about-pg h2.heading-wrap:before{
	display:none;
}
.about-pg .about-txt{
	width:100%;
	float:left;
	margin-top:30px;
	margin-bottom:40px;
}
.about-pg .about-txt h3{
	font-family: 'open_sanssemibold';
	margin-bottom:10px;
}
/*--inner-page-title end--*/
/*--contact-page start--*/
.contact-wp .contact-info{
	width:35%;
	float:left;
	background:#f7f7f7;
}
.contact-wp .contact-info ul{
	width:100%;
	float:left;
	padding:15px;
}
.contact-wp .contact-info ul li{
	width:100%;
	float:left;
	padding:25px 0;
	border-bottom:1px solid #dbdbdb;
	padding-left:40px;
	position:relative;
}
.contact-wp .contact-info ul li:before{
	width:30px;
	height:30px;
	content:'';
	position:absolute;
	left:0;
	background:url(../images/all-icon.png) no-repeat #5c8742;
}
.contact-wp .contact-info ul li.address:before{
	background-position:-67px -153px;
	top:7px;
}
.contact-wp .contact-info ul li.call:before{
	background-position:-0px -152px;
}
.contact-wp .contact-info ul li.mail:before{
	background-position:-35px -152px;
}
.contact-wp .contact-info ul li:first-child{
	padding-top:0px;
}
.contact-wp .contact-info ul li:last-child{
	padding-bottom:0px;
	border-bottom:none;
}
.contact-wp .contact-info .social-icon{
	width:100%;
	float:left;
	padding:15px;
}
.contact-wp .contact-info .social-icon a{
	margin-left:0px;
	margin-right:7px;
	border:1px solid #5c8742;
}
.contact-wp .contact-info ul li p{
	padding-bottom:0px;
}
.contact-wp h3.contact-heading{
	background:#5466a8;
	padding:7px 15px;
	color:#ffffff;
	font-family: 'open_sanssemibold';
}
.contact-wp .contact-form{
	width:63%;
	float:left;
	margin-left:20px;
	background:#f7f7f7;
}
.contact-wp .contact-form form{
	width:100%;
	float:left;
	padding:15px;
}
.contact-form .frm-wrap{
	width:50%;
	padding:0 10px;
	float:left;
	min-height:65px;
}
.contact-form .frm-wrap.full-wrap{
	width:100%;
	float:left;
	padding:0px;
}
.contact-form .frm-wrap.full-wrap .input-txt-msg{
	min-height:70px;
}
.contact-form .frm-wrap.odd{
	padding-left:0px;
}
.contact-form .frm-wrap.even{
	padding-right:0px;
}
.contact-form .frm-wrap .input-txt{
	width:100%;
	float:left;
	min-height:40px;
	border:1px solid #dbdbdb;
	padding-left:10px;
}
.sub-btn{
	padding:0 40px;
	cursor:pointer;
	letter-spacing:1px;
}
.contact-form .frm-wrap.btn-wrap{
	width:100%;
	float:left;
	min-height:auto;
	padding-left:0px;
	margin-top:20px;
}
.map-wrap{
	width:100%;
	float:left;
	border:2px solid #5c8742;
}
.maps{
	padding-top:0px;
}
/*--contact-page end--*/
/*--product-page start--*/
.content_wrap{
	width:74%;
	float:left;
}
.content_wrap .product-content ul li{
	width:23.2%;
	float:left;
}
.content_wrap .product-content ul li:nth-child(5n){
	margin-right:20px;
}
.content_wrap .product-content ul li:nth-child(4n){
	margin-right:0px;
}
.sidebar{
	width:280px;
	float:right;
	margin-left:20px;
	padding:15px;
	background:#f7f7f7;
}
.sidebar ul{
	width:100%;
	float:left;
}
.sidebar ul li.widget-wrap{
	width:100%;
	float:left;
	margin-bottom:20px;
}
.sidebar ul li.widget-wrap:last-child{
	margin-bottom:0px;
}
.sidebar ul li.widget-wrap ul.product-content, .sidebar ul li.widget-wrap ul.widget-events-content{
	width:100%;
	float:left;
}
.sidebar ul li.widget-wrap ul.product-content li, .sidebar ul li.widget-wrap ul.widget-events-content li{
	width:100%;
	float:left;
	padding:5px 0;
}
.sidebar ul li.widget-wrap ul.product-content li a, .sidebar ul li.widget-wrap ul.widget-events-content li a{
	color:#5466a8;
	float:left;
	position:relative;
	font-size:13px;
	padding-left:10px;
}
.sidebar ul li.widget-wrap ul.product-content li a:before, .sidebar ul li.widget-wrap ul.widget-events-content li a:before{
	content:"\f054";
	position:absolute;
	left:0;
	font-size:8px;
	font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 900;
	top:5px;
}
.sidebar ul li.widget-wrap ul.product-content li a:hover, .sidebar ul li.widget-wrap ul.widget-events-content li a:hover{
	color:#5c8742;
}
.sidebar ul li.widget-wrap h3.widget-heading{
	width:100%;
	float:left;
	border-bottom:1px solid #dbdbdb;
	padding-bottom:8px;
	margin-bottom:15px;
}
.sidebar ul li.widget-wrap ul.tags{
	width:100%;
	float:left;
}
.sidebar ul li.widget-wrap ul.tags li{
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}
.sidebar ul li.widget-wrap ul.tags li a{
	float:left;
	padding:0px 10px;
	background:#5466a8;
	color:#ffffff;
	border-radius:3px;
	line-height:30px;
	font-size:12px;
}
.sidebar ul li.widget-wrap ul.tags li a:hover{
	background:#5c8742;
}
/*--product-page end--*/
/*--event-page start--*/
.content_wrap .event-content ul li{
	width:31.7% !important;
	float:left;
	margin-right:20px;
	margin-top:0px;
	margin-bottom:20px;
	margin-left:0px;
}
.content_wrap .event-content ul li:nth-child(3n){
	margin-right:0px;
}
.sidebar ul li.widget-wrap ul.upcomming-content li{
	width:100%;
	float:left;
	margin:10px 0;
	border-bottom:1px solid #dbdbdb;
}
.sidebar ul li.widget-wrap ul.upcomming-content li .event-img{
	width:70px;
	float:left;
}
.sidebar ul li.widget-wrap ul.upcomming-content li .event-txt{
	width:72%;
	float:left;
	padding-left:10px;
}
.sidebar ul li.widget-wrap ul.upcomming-content li .event-txt span{
	width:100%;
	float:left;
}
.sidebar ul li.widget-wrap ul.upcomming-content li .event-txt span a.event-title{
	float:left;
	min-height:30px;
	font-size:12px;
	color:#5466a8;
}
.sidebar ul li.widget-wrap ul.upcomming-content li .event-txt span a.event-title:hover{
	color:#5c8742;
}
.sidebar ul li.widget-wrap ul.upcomming-content li .event-txt span p.location{
	font-size:11px;
	position:relative;
	padding-left:22px;
}
.sidebar ul li.widget-wrap ul.upcomming-content li .event-txt span p.location:before{
	width:20px;
	height:20px;
	content:'';
	position:absolute;
	left:0;
	background:url(../images/all-icon.png) no-repeat;
	background-position: -37px -124px;
}
.sidebar ul li.widget-wrap ul.upcomming-content li:first-child{
	margin-top:0px;
}
.sidebar ul li.widget-wrap ul.upcomming-content li:last-child{
	margin-bottom:0px;
	border-bottom:none;
}
/*--event-page end--*/
/*--sample-page start--*/
.pages-wrap h2.heading-wrap{
	text-align:left;
	margin-bottom:20px;
}
.pages-wrap h2.heading-wrap:after{
	display:none;
}
.pages-wrap h2.heading-wrap:before{
	display:none;
}
.pages-wrap .wp-block-quote{
	margin-left:0px;
}
/*--sample-page end--*/
/*--about-pg start--*/
.about-pg .about-content .about-left{
	background:none;
	padding:0px;
	width:100%;
	float:left;
}
.about-pg .about-content .about-left img{
	width:100%;
	float:left;
}
.about-pg .about-content .about-right{
	width:100%;
	float:left;
	padding-left:0px;
}
/*--about-pg end--*/
/*--image-wrap start--*/
.tab-wrap{
	width:100%;
	float:left;
	margin-bottom:30px;
}
.tab-wrap ul{
	width:100%;
	float:left;
}
.tab-wrap ul li{
	float:left;
	margin-right:10px;
}
.tab-wrap ul li a{
	line-height:40px;
	padding:0 20px;
	float:left;
	border:1px solid #5c8742;
	border-radius:4px;
}
.tab-wrap ul li.active a, .tab-wrap ul li a:hover{
	background:#5c8742;
	color:#ffffff;
}
.image-content{
	width:100%;
	float:left;
}
.image-content ul{
	width:100%;
	float:left;
}
.image-content ul li{
	width:23.7%;
	float:left;
	margin-right:20px;
	margin-bottom:20px;
}
.image-content ul li:nth-child(4n){
	margin-right:0px;
}
.image-content ul li a{
	width:100%;
	float:left;
	position:relative;
}

.image-content ul li a .hover-effect, .image-content ul li a .video-icon{
	position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,0.4);
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: .5s ease;
}
.image-content ul li .hover-effect img{
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
    margin: 0 auto;
    display: table;
    float: none;
    left: 50%;
    margin-left: -10px;
}
.image-content ul li a .video-icon img{
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
    margin: 0 auto;
    display: table;
    float: none;
    left: 50%;
    margin-left: -14px;
}
.image-content ul li a:hover .hover-effect, .image-content ul li a:hover .video-icon{
    height: 100%;
}
/*--image-wrap end--*/
/*--service-details start--*/
.content_wrap .service-details-image{
	width: 100%;
    float: left;
    background: #dcd8d8;
    text-align: center;
    padding: 15px;
}
.content_wrap .service-details-image img{
	
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
}
.service-details-content{
	width:100%;
	float:left;
	background:#f7f7f7;
	padding:20px;
}
.service-details-content ul{
	width:100%;
	float:left;
	margin-bottom:20px;
}
.service-details-content ul li{
	width: 100%;
    float: left;
    margin-right: 0px;
    border: none;
    border-bottom: none;
    min-height: 40px;
}
.service-details-content ul li p{
	padding-left: 22px;
    position: relative;
    padding-bottom: 0px;
	margin-bottom:0px;
}
.service-details-content ul li p:before{
	content: '';
    position: absolute;
    left: 0;
    background: url(../images/all-icon.png) no-repeat;
    background-position: -102px -123px;
    width: 20px;
    height: 20px;
}
.service-details-content p span{
	font-size:20px;
	width:100%;
	float:left;
	padding-bottom:10px;
}
.service-details-content p{
	margin-bottom:10px;
}
.service-details-content .contact-form{
	width:100%;
	float:left;
	margin-top:20px;
}
/*--service-details end--*/
/*--event-details start--*/
.event-details-image{
	width: 100%;
    float: left;
    height: 340px;
}
.event-details-image img{
	width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
}
.event-details-content{
	width:100%;
	float:left;
	padding:20px;
	background:#f7f7f7;
}
.event-details-content .date-wrap{
	width:100%;
	float:left;
}
.event-details-content .date-wrap ul{
	width:100%;
	float:left;
	margin-bottom:20px;
}
.event-details-content .date-wrap ul li{
	float:left;
	margin-right:30px;
}
.event-details-content .date-wrap ul li p{
	padding-bottom: 0px;
    color: #5c5c5c;
    padding-left: 20px;
    position: relative;
}
.event-details-content .date-wrap ul li p:before{
	content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    left: 0;
    background: url(../images/all-icon.png) no-repeat;
}
.event-details-content .date-wrap ul li p.date:before{
	background-position: -7px -123px;
}
.event-details-content .date-wrap ul li p.location:before{
	background-position: -37px -124px;
}
/*--event-details end--*/
.pagination{
	width:100%;
	float:left;
}
.pagination .page-numbers{
	float:left;
	float: left;
    text-align: center;
    width: 100%;
    text-decoration: none;
    font-size: 15px;
    letter-spacing: 0;
    color: #fff;
	background:#5466a8;
    line-height: 1;
    width: 40px;
    padding: 13px 0 12px;
    height: 40px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	margin-right:7px;
}
.pagination .page-numbers:hover, .pagination .page-numbers.current{
	background:#5c8742;
}
/*--category_wrap start--*/
.categories_wrap{
	background:#f7f7f7;
	padding:40px 0 20px;
}
.category_content{
	width:100%;
	float:left;
}
.category_content ul{
	width:100%;
	float:left;
}
.category_content ul li{
	width:23.7%;
	float:left;
	margin-right:20px;
	position:relative;
	margin-bottom:20px;
	background:#fff;
	box-shadow:0px 1px 6px 1px #ccc;
    padding-bottom:50px;
}
.category_content ul li:nth-child(4n){
	margin-right:0px;
}
.category_content ul li .product_img{
	width:100%;
	float:left;
	padding:15px;
	height:220px;
	position:relative;
}
.category_content ul li .product_img img{
	width:100%;
	height:100%;
	-o-object-fit:cover;
	object-fit:cover;
	-o-object-position:center center;
	object-position:center center;
}
.category_content ul li .category_title{	
	position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,0.4);
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: .5s ease;
}
.category_content ul li .category_title span.category_name{
	font-size:12px;
	background:#5466a8;
	padding:15px;
	width:100%;
	float:left;
	text-align:center;
	position:absolute;
	bottom:0;
	color:#fff;
}
.category_content ul li:hover .category_title{
	height:100%;
}
/*--category-wrap end--*/
/*--popup start--*/
.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba( 0,0,0,0.8 );
  -webkit-backdrop-filter: blur(10px);
  transition: opacity 500ms;
  visibility: visible;
  z-index:9999;
  opacity: 0;
  display:none;
}

.overlay:target {
  visibility: visible;
  opacity: 1;
}

.popup {
  margin: 100px auto;
  padding: 10px;
  background: white;
  width: 35%;
  display:table;
  position: relative;
  border-radius:5px;
  transition: all 3s ease-in-out;
  height:
}
.popup iframe{
	width:100%;
	float:left;
	height:270px;
}
.popup .close_icon{
	width: 24px;
    height: 24px;
    position: absolute;
    right: -25px;
    top: -7px;
    background: url(../images/close_icon.png) no-repeat;
    background-position: center;
}
/*--popup end--*/
.tnp-subscription{
	max-width:100% !important;
}
.tnp-subscription div.tnp-field{
	margin-bottom:0px !important;
}
input.tnp-email{
	width:100% !important;
	border:none !important;
	padding:0 10px !important;
}
.tnp-subscription input[type=submit]{
	background-color:#5c8742 !important;
	color:#fff !important;
	width:auto !important;
	position:absolute !important;
	padding:15px 20px 14px !important;
	height:auto !important;
	right:0px !important;
	top:14px !important;
}
.tnp-subscription input[type=submit]:hover{
	transition: all 0.5s ease 0s;
    background-color: #5466a8 !important;
}
.services-content ul li .content-txt ol{
	width:100%;
	float:left;
	padding-left:15px;
	margin-bottom:10px;
}
.services-content ul li .content-txt ol li{
	width:100%;
	float:left;
	border:none;
	border-bottom:none;
	box-shadow:none;
	margin-right:0px;
	line-height:26px;
	margin-bottom:0px;
}
.wpcf7-response-output{
	width:100%;
	float:left;
	margin:0px !important;
	border-color: #5c8742 !important;
	margin-top:20px !important;
}
.cat_name{
	font-size: 12px;
    background: #5466a8;
    padding: 15px;
    width: 100%;
    float: left;
    text-align: center;
    position: absolute;
    bottom: 0;
    color: #fff;
}