
 @font-face {
 font-family: 'OpenSansRegular';
 src: url('../fonts/OpenSansRegular.eot');
 src: url('../fonts/OpenSansRegular.eot') format('embedded-opentype'),  url('../fonts/OpenSansRegular.woff2') format('woff2'),  url('../fonts/OpenSansRegular.woff') format('woff'),  url('../fonts/OpenSansRegular.ttf') format('truetype'),  url('../fonts/OpenSansRegular.svg#OpenSansRegular') format('svg');
}
 @font-face {
 font-family: 'OpenSansSemibold';
 src: url('../fonts/OpenSansSemibold.eot');
 src: url('../fonts/OpenSansSemibold.eot') format('embedded-opentype'),  url('../fonts/OpenSansSemibold.woff2') format('woff2'),  url('../fonts/OpenSansSemibold.woff') format('woff'),  url('../fonts/OpenSansSemibold.ttf') format('truetype'),  url('../fonts/OpenSansSemibold.svg#OpenSansSemibold') format('svg');
}

::-moz-selection {
 color: #000;
 background:#cbe7e7;
}

::selection {
 color:#000;
 background:#cbe7e7;
}
.clear {
	clear: both;
	height: 0;
}
body {
	background: #fff;
	margin: 0px;
	padding: 0px;
	font-family: 'OpenSansRegular';
	font-size: 14px;
	color: #252525;
}
h1, h2, h3, h4, h5, h6 {
	color: #252525;
	font-family: 'OpenSansRegular';
	margin: 0;
	font-weight: normal;
}
h1 {
	font-size: 36px;
}
h2 {
	font-size: 36px;
}
h3 {
	font-size: 30px;
}
h4 {
	font-size: 24px;
}
h5 {
	font-size: 16px;
}
h6 {
	font-size: 18px;
}
p {
	font-family: 'OpenSansRegular';
	font-size: 14px;
	color: #252525;
	margin: 0;
	line-height: 26px;
}
img {
	max-width: 100%;
}
ul {
	margin: 0 0 0 0;
	padding: 0px;
	list-style: none;
}
ul, li {
	box-sizing: border-box;
}
a {
	color: inherit;
	outline: none;
	display: inline-block;
	text-decoration: none ;
}
a:hover {
	color: inherit;
}
a:active, a:focus {
	outline: none;
}
label, select, button, input[type="button"], input[type="reset"], input[type="submit"], input[type="radio"], input[type="checkbox"] {
	cursor: pointer
}
textarea {
	resize: none;
}
.form-control{    background-color: #ffffff !important;color: #484848 !important;}
#back-top {
  position: fixed;
  bottom: 15px;
  right: 20px;
  z-index: 1000;
  display: none;
  margin-left: 500px;
  width: 35px;
  height: 35px;
  background: #78b533;
  border: 1px solid #fff;
  color: white;
  text-align: center;
  cursor: pointer;
  -webkit-animation: movebounce 3.6s linear infinite;
  animation: movebounce 3.6s linear infinite; }
  #back-top:hover {
    color: #78b533;
    border: 1px solid #78b533;
    background: #fff; }
  #back-top i {
    line-height: 35px;
    font-size: 12px;
    margin: 0px;
    padding: 0px; }
header {
  background: white;
  background: radial-gradient(circle, white 55%, #bde491 100%);
  border-top: 2px solid #78b533;
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
  z-index: 10;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3); }	
@media (max-width: 991px) {
    header {
      position: relative;
      -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3);
      -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3);
      box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3);
      background: none; } }
  header .header-top {
    /*background-color: rgba(255,255,255,0.8);
    border-bottom: 1px solid #ccc;*/
    width: 100%;
    position: relative;
    z-index: 10; }
    @media (max-width: 991px) {
      header .header-top {
        background-color: #fff;
        border-bottom: none; } }	
header .header-top .logo {
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    transition: all 0.6s ease;
    height: 90px;
    float: left;
    position: relative;
    top: 0;
    z-index: 11;
}
header.sticky {
    position: fixed;
    top: -45px;
    left: 0;
    background: #FFF;
    box-shadow: none; 
	  -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3); }
header.sticky .logo {
    height: 66px;
    margin-top: 45px;
}
header.sticky .logo a{width:120px;}
header.sticky .nav_sec {
    height: 66px;
    margin-top: 45px;
}
.nav_sec{padding: 23px 0;}
header.sticky .nav_sec{padding:8px 0;}

header .header-logo {
    text-align: center;
    line-height: normal;
    float: left;
    position: absolute;
    width: 90%;
}
.cartitm a svg:not(:root).svg-inline--fa{font-size: 24px;}
.nav-logo img{width:91px;}
.cartitm a{margin-top: 12px;}
header .header-icon-menu {
    float: right;
    width: 50px;
    height: 56px;
    min-height: 1px;
    text-align: center;
}
header .header-icon-menu {
    float: right;
    width: 90px;
    height: 56px;
    min-height: 1px;
    text-align: center;
}
header .header-icon-menu.cart-item-wrap {
    position: relative;
}
.padd_space{
    padding: 50px 0;
}
.section-heading {
    margin-top: 0;
    font-weight: 500;
    padding-bottom: 11px;
    color: #333;
    text-align: center;
    margin-bottom: 25px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 22px;
}
.section-heading:before {
    position: absolute;
    content: "";
    left: 50%;
    top: 37px;
    height: 1px;
    width: 90px;
    margin-left: -50px;
}
.section-heading:before {
    background-color: #5DC560;
}
.section-heading:after {
    position: absolute;
    content: "";
    left: 50%;
    top: 35px;
    height: 5px;
    width: 40px;
    margin-left: -25px;
    border-radius: 4px;
}
.section-heading:after {
    background-color: #5DC560;
}
.template-space {
    min-height: 20px;
}
h2.para-heading {
    color: #5DC560;
}
h2.para-heading {
    text-transform: uppercase;
    font-size: 20px;
    margin: 0 0 25px;
    font-weight: bold;
    letter-spacing: 0.5pt;
}
.service-box-button {
    margin-top: 15px;
    font-size: 14px;
    padding: 10px 25px;
    color: #ffffff;
    border-radius: 50px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 300;
    display: inline-block;
    cursor: pointer;
    border: none;
}
.service-box-button {
    background: #5DC560;
}
.light-bg {
    background: #F3F6F8;
    box-shadow: 0 0 5px 0 #dddddd;
}
.section-heading + p {
    text-align: center;
    font-size: 16px;
    color: #666;
    width: 50%;
    margin: 0 auto;
}
.profile-box {
    padding: 40px 10px 30px;
    text-align: center;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.5s all ease;
    background-color: #fff;
}
.profile-box h4 {
    color: #333;
    font-weight: 400;
    margin-top: 10px;
	font-family: "OpenSansSemibold";
	font-size: 18px;
}
.profile-box:hover {
    padding: 35px 10px 35px;
    box-shadow: 0px 0px 20px #bbb;
}
.profile-box h4 span {
    color: #5DC560;
}
.profile-box h4 span {
    font-weight: 800;
}
@media (min-width: 768px){
.article-box {
    margin: 15px 0;}
}

article, aside{position: relative;
    outline: 0!important;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;}

.article-box {
    overflow: hidden;
}
.post-content-text {
    width: 100%;
    float: left;
    position: absolute;
    left: 0;
    bottom: -45px;
    padding-bottom: 10px;
    background: rgba(0, 0, 0, 0.8);
    text-align: center;
    color: #fff;
    cursor: pointer;
    transition: all 0.3s ease 0s;
}
.post-content-text h4 {
    font-size: 16px;
    color: #cccccc;
    line-height: 27px;
    font-weight: 400;
    padding: 0 5px;
}
.post-content-text h4 span {
    color: #5DC560;
}
.post-content-text h4 span {
    font-weight: 500;
    margin-right: 10px;
    font-size: 20px;
    line-height: 28px;
}
.article-box:hover .post-content-text, .post-content-text:hover {
    bottom: 0px;
}
.post-content-text .post-more {
    padding: 5px;
}
.post-more a {
    background: #5DC560;
}
.post-more a {
    padding: 5px 20px;
    color: #fff;
    border-radius: 15px;
}
.img_box {
    width: 100px;
    height: 100px;
    margin: auto;
    border-radius: 50%;
    border: solid 2px #a2a2a2;
    margin-bottom: 10px;
	overflow: auto;
}
.img_box img {
    height: 100%;
    border-radius: 50%;
}
.testimonial_prl p {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 20px;
    font-weight: 300;
    color: #f1f1f1;
	text-align: center;
}
.testimonial h4{font-size: 19px;color: #f1f1f1;text-align:center;}
.testimonial h4 small{color: #c7ea50;}
.cta-bg {
    background-image: url(../images/cta_bg.jpg);
    padding-top: 50px;
    padding-bottom: 53px;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 1;
}
.cta-bg::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #1f1f1f;
    opacity: .7;
    z-index: -1;
}	
.section-heading.text-white {
    color: #ffffff;
}
.theme-bg {
    background: #5DC560;
}
.theme-bg {
    padding: 40px 0 42px;
}
.margin-10 {
    margin: 10px 0;
}
.text-white {
    color: #ffffff;
}
.template-button {
    color: #5DC560;
}
.template-button {
    font-size: 18px;
    padding: 12px 38px;
    font-weight: 400;
    background: #fff;
    border-radius: 40px;
	font-family: 'OpenSansRegular';
    text-transform: uppercase;
    float: left;
    display: inline-block;
}
.template-button:hover{color: #5DC560;}
.footer-widget.address svg:not(:root).svg-inline--fa{
    color: #5DC560;
}
.footer-widget.address svg:not(:root).svg-inline--fa {
    font-size: 19px;
    float: left;
    margin-right: 10px;
    margin-top: 5px;
}
.footer-widget.address p {
    float: left;
    width: 100%;
	font-size: 16px;
    line-height: 1.5;
    margin: 10px 0;
}
.footer-widget h3 {
    color: #5DC560;
}
.footer-widget h3 {
    margin: 0 0 15px 0;
    font-weight: bold;
}
.footer-widget ul li {
    padding: 8px 0px;
    width: 50%;
    display: inline-block;
    float: left;
}
.footer-widget ul li svg:not(:root).svg-inline--fa{
    color: #5DC560;
}
.footer-widget ul li a {
    color: #555;
}
section.main-footer {
    padding: 50px 0;
}
.footer-widget.address p span {
    float: left;
    font-size: 15px;
}
footer {
    background-color: #eee;
}
footer .container p {
    margin: 0px;
    font-size: 14px;
	padding: 15px 0;
}
.footer-widget .social{margin-top: 20px;}
.footer-widget .social ul li{width: 40px;
    text-align: center;
    height: 40px;
    background: #206c2e;
    margin: 7px;
    border-radius: 50%;
    line-height: 1.9em;}
.footer-widget .social ul li a svg:not(:root).svg-inline--fa{color:#FFF;}

/*===========nav-style.css============*/

.nav_container {
	background-color: transparent;
}
.navbar-inverse .navbar-toggle {
	background-color: transparent;
	border-color: transparent;
}
.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
	background-color: #000000;
}
.nav_cont {
	background-color: #0d4da1
}
.navbar-inverse .navbar-toggle .icon-bar {
	background-color: #fff;
}
.nav_container {
	background-color: transparent;
	text-align: center;
}
.navbar-inverse .navbar-nav > li {
	vertical-align: bottom;
	padding: 0;
}
.navbar-nav > li {
	display: inline-block;
	float: none;
}
.navbar-inverse .navbar-nav > li > a {
	color: #292929;
	display: block;
	font-family: "OpenSansSemibold";
	font-size: 14px;
	font-weight: normal;
	margin: 0;
	outline: 0 none;
	padding: 12px 20px;
	text-decoration: none;
	text-transform: uppercase;
}
/* .navbar-inverse .navbar-nav > li > a svg.svg-inline--fa:not(:root) {
 font-size: 21px;
 overflow: visible;
}*/
.navbar-inverse .navbar-nav > li > a:hover:after, .navbar-inverse .navbar-nav > li > a:focus:after {
}
.navbar-inverse .navbar-nav > li > a:hover {
	color: #016d15;
	background-color:transparent;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
	color: #016d15;
	background-color:transparent;
}
.navbar-nav {
	float: left;
	margin: 0;
	width: 100%;
}
.dropdown-menu > li > a {
	color: #206c2e;
	font-family: 'OpenSansRegular';
	font-size: 14px;
	padding-bottom: 6px;
    padding-top: 7px;
	font-weight:500;
}
.dropdown-menu {
	background:rgba(0, 0, 0, 0.7) none repeat scroll 0 0;

	border-top: 5px #FFF solid;
	padding: 0px 0;
	background-color: #FFF;
	width:100%;

	min-width: 190px !important;
}
.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover {
	background-color: transparent;
	color: #353535;
    background-color: #06ad2100;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
	color: #fff;
	background-color: #206c2e;
}
.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
	background-color: inherit;
	border-color: #337ab7;
}
/* stroke */

nav.stroke ul li a, nav.fill ul li a {
	position: relative;
}
nav.stroke ul li a:after, nav.fill ul li a:after {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 0%;
	content: '';
	color: transparent;
}
nav.stroke ul li a:hover:after {
	width: 100%;
}
nav.fill ul li a {
	transition: all 2s;
}
nav.fill ul li a:after {
	text-align: left;
	content: '';
	margin: 0;
	opacity: 0;
}
nav.fill ul li a:hover {
	color: #cc3b76;
	z-index: 1;
}
nav.fill ul li a:hover:after {
	z-index: -10;
	animation: fill 1s forwards;
	-webkit-animation: fill 1s forwards;
	-moz-animation: fill 1s forwards;
	opacity: 1;
}
.nav-tg {
	display: none;
}
.navbar {
	border: 0 solid transparent;
	position: relative;
}

/* Keyframes */

@-webkit-keyframes fill {
 0% {
 width: 0%;
 height: 1px;
}
 50% {
 width: 100%;
 height: 1px;
}
 100% {
 width: 100%;
 height: 100%;
/* background: #333;*/

}
}

/*login-registration*/
.login-box {
    width: 100%;
    margin: auto;
    max-width: 525px;
    min-height: 818px;
    position: relative;
    background: url('../images/login-registration.jpg') no-repeat center;
    box-shadow: 0 12px 15px 0 rgba(0, 0, 0, .24), 0 17px 50px 0 rgba(0, 0, 0, .19)
}

.login-snip {
    width: 100%;
    height: 100%;
    position: absolute;
    padding: 50px 70px 50px 70px;
    background: rgba(0, 77, 38, 0.9);
}

.login-snip .login,
.login-snip .sign-up-form {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    transform: rotateY(180deg);
    backface-visibility: hidden;
    transition: all .4s linear
}

.login-snip .sign-in,
.login-snip .sign-up,
.login-space .group .check {
    display: none
}

.login-snip .tab,
.login-space .group .label,
.login-space .group .button {
    text-transform: uppercase
}

.login-snip .tab {
    font-size: 22px;
    margin-right: 15px;
    padding-bottom: 5px;
    margin: 0 15px 10px 0;
    display: inline-block;
    border-bottom: 2px solid transparent
}

.login-snip .sign-in:checked+.tab,
.login-snip .sign-up:checked+.tab {
    color: #fff;
    border-color: #c7ea50;
}

.login-space {
    min-height: 345px;
    position: relative;
    perspective: 1000px;
    transform-style: preserve-3d;
	margin-top: 30px;
}

.login-space .group {
    margin-bottom: 15px
}

.login-space .group .label,
.login-space .group .input,
.login-space .group .button {
    width: 100%;
    color: #fff;
    display: block;
	text-align:left;
}

.login-space .group .input,
.login-space .group .button {
    border: none;
    padding: 15px 20px;
    border-radius: 25px;
    background: rgba(255, 255, 255, 0.17);
	outline: none;
}
.login-space .group select.input{color: #a7a7a7;}
.login-space .group input[data-type="password"] {
    text-security: circle;
    -webkit-text-security: circle
}

.login-space .group .label {
    color: #b3b3b3;
    font-size: 13px
}

.login-space .group .button {
    background: #5da332;
    text-align: center;
}

.login-space .group label .icon {
    width: 15px;
    height: 15px;
    border-radius: 2px;
    position: relative;
    display: inline-block;
    background: rgba(255, 255, 255, .1)
}

.login-space .group label .icon:before,
.login-space .group label .icon:after {
    content: '';
    width: 10px;
    height: 2px;
    background: #fff;
    position: absolute;
    transition: all .2s ease-in-out 0s
}

.login-space .group label .icon:before {
    left: 3px;
    width: 5px;
    bottom: 6px;
    transform: scale(0) rotate(0)
}

.login-space .group label .icon:after {
    top: 6px;
    right: 0;
    transform: scale(0) rotate(0)
}

.login-space .group .check:checked+label {
    color: #fff
}

.login-space .group .check:checked+label .icon {
    background: #1161ee
}

.login-space .group .check:checked+label .icon:before {
    transform: scale(1) rotate(45deg)
}

.login-space .group .check:checked+label .icon:after {
    transform: scale(1) rotate(-45deg)
}

.login-snip .sign-in:checked+.tab+.sign-up+.tab+.login-space .login {
    transform: rotate(0)
}

.login-snip .sign-up:checked+.tab+.login-space .sign-up-form {
    transform: rotate(0)
}



.clearfix:after,
.clearfix:before {
    content: '';
    display: table
}

.clearfix:after {
    clear: both;
    display: block
}


.hr {
    height: 2px;
    margin: 44px 0 29px 0;
    background: rgba(255, 255, 255, .2)
}

.login-registration_bg{background: rgb(2,0,36);
    background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgb(120, 181, 51) 0%, rgb(31, 132, 50) 100%);}
.login-snip .tab{color:#8f9c62;}
.foot{color: #FFF;}
.login-registration_bg ::placeholder {color: #b3b3b3;}

.certificate_s.owl-carousel .owl-item .btn {
    outline: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    background-color: #78b533;
    color: white;
    font-size: 11px;
    padding: 10px 15px;
    border: none;
    cursor: pointer;
    border-radius: 2px;
    text-align: center;
}
.certificate_s.owl-carousel .owl-item {
    position: relative;
    width: 100%;
    border: 1px solid #78b533;
}
.certificate_s.owl-theme .owl-nav [class*=owl-] {
    background: #78b533!important;
}
.certificate_s .owl-prev {
    position: absolute;
    top: 40%;
    left: -4px;
    margin-top: 0;
}
.certificate_s .owl-next {
    position: absolute;
    top: 40%;
    right: -4px;
    margin-top: 0;
}


					/*Filter_page*/
.bg_colorb{background: #e8efe1;padding-top: 13px;}					
.panel-heading {
    padding: 0;
    border: 0;
    padding: 6px 3px !important
}

.panel-title>a,
.panel-title>a:active {
    display: block;
    padding: 10px;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    word-spacing: 1px;
    text-decoration: none;
}

.panel-heading a:before {
    font-family: 'Glyphicons Halflings';
    content: "\e114";
    float: right;
    transition: all 0.5s;
	color: #FFF;
    font-weight: 100;
}

.panel-heading.active a:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg)
}

.panel-default>.panel-heading {
    color: #282b2f;
    background-color: #78b533 !important;
    border-color: #3a6509;
}

@keyframes click-wave {
    0% {
        height: 40px;
        width: 40px;
        opacity: 0.15;
        position: relative
    }

    100% {
        height: 200px;
        width: 200px;
        margin-left: -80px;
        margin-top: -80px;
        opacity: 0
    }
}

.option-input {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    position: relative;
    top: -8.66667px;
    right: 0;
    bottom: 0;
    left: 0;
    height: 20px;
    width: 20px;
    transition: all 0.15s ease-out 0s;
    background: #bde492;
    border: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    margin-right: 0.5rem;
    outline: none;
    position: relative;
    z-index: 1000
}

.option-input:hover {
    background: #9faab7;
}

.option-input:checked {
    background: #206c2e;
}

.option-input:checked::before {
    height: 20px;
    width: 20px;
    position: absolute;
    content: "\e013";
    font-family: "Glyphicons Halflings";
    display: inline-block;
    font-size: 12.66667px;
    text-align: center;
    line-height: 21px
}

.option-input:checked::after {
    -webkit-animation: click-wave 0.15s;
    -moz-animation: click-wave 0.15s;
    animation: click-wave 0.15s;
    background: #E91E63;
    content: '';
    display: block;
    position: relative;
    z-index: 100
}

.option-input.radio {
    border-radius: 50%
}

.option-input.radio::after {
    border-radius: 50%
}

.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
    float: left;
    margin-left: -4px !important;
    margin-top: 9px
}

input[type="checkbox"]:focus {
    outline: thin dotted #333;
    outline: 0px auto -webkit-focus-ring-color;
    outline-offset: 0px
}

.ml-10 {
    margin-left: 10px;
    font-size: 12px;
    color: #080808
}

.btn.btn-out {
    outline: 1px solid #fff;
    outline-offset: -5px
}

.btn {
    border-radius: 2px;
    text-transform: capitalize;
    font-size: 11px;
    padding: 10px 19px;
    cursor: pointer;
    color: #fff
}

.fa {
    font-size: 12px;
    color: #2874ef
}

.refine {
    padding: 0px 0px !important
}

.filters-text {
    background: #78b533;
    border: 1px solid #d5d5d5;
    margin-bottom: 15px;
    padding: 12px
}
.filters-text svg:not(:root).svg-inline--fa{color:#FFF;}
.filter-span {
    font-size: 17px;
    color: #FFF;
}
.year_list .checkbox{margin-right: 50px;
    display: inline-block;}




			/*listing_page*/
.right_listing{background: #d2f1af;
    padding: 12px;}
.right_listing .item {
    background: #fff;
    -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
    padding: 20px;
    margin-bottom: 4px;
    overflow: hidden;
    position: relative;
    height: 255px;
}

.right_listing .item h4 {
    font-size: 1rem
}


.right_listing .item img {
    margin: 0 auto;
    display: inherit;
    width: 230px;
    height: 164px
}

.right_listing .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.92);
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s
}

.right_listing .overlay a {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 0.5s;
    transition: all 0.5s
}

.right_listing .btn {
    font-weight: 400;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1.5rem;
    line-height: 1.5;
    border-radius: .25rem;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    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;
    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, -webkit-box-shadow 0.15s ease-in-out
}

.right_listing .btn-dark {
    border-radius: 50px !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
    margin-bottom: 10px
}

.right_listing .btn-unique {
    color: #212529;
    background-color: #da251c;
    border-color: #ff6b6b;
    color: #fff
}

.right_listing .item:hover .overlay {
    opacity: 1;
	text-align: center;
    line-height:17em;
}

.right_listing .item:hover .overlay a {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    color: #fff
}
.text_hide{padding: 5px;}
.text_hide h4{font-size:16px;text-align:center;}
.text_hide .text-primary{font-size:14px;color:#006600;text-align:center;}
iframe{width:100%;}




.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #797979;
    text-decoration: none;
    background-color: #e8efe1;
    border: 1px solid #e8efe1;
}

.pagination>li>a:hover{background-color: #f4f4f4;
    border: 1px solid #f4f4f4;cursor: pointer;}
.pagination>li:first-child>a, .pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 3;
    color: #FFF;
    cursor: pointer;
    background-color: #206c2e;
    border-color: #e0e0e0;
    border-radius: 50%;
}

			/*contact_Start*/

.contact_sec {
	padding: 8px 0 30px;
    background: #e8efe1;
}
.contact_sec h1 {
	margin: 0 0 28px;
	text-transform: uppercase;
	text-align: center;
    margin-bottom: 20px;
}
.contact_form_cont h2{font-size: 28px;
    text-align: left;
    margin-bottom: 15px;}
.bookin_img_area {
	text-align: center;
}
.contact_form_cont {
	margin-bottom: 20px;
}
.contact_form_field {
	background-color: #ffffff;
	border: 1px solid #c0c0c0;
	border-radius: 5px;
	color: #696767;
	font-size: 16px;
	height: 45px;
	margin-bottom: 18px;
	padding-left: 8px;
	padding-right: 8px;
	width: 100%;
}
.contact_form_cont label {
	color: #313232;
	font-size: 16px;
	font-weight: 500;
	margin: 0 0 8px;
}
.contact_form_field2 {
	background-color: #ffffff;
	border: 1px solid #c0c0c0;
	border-radius: 5px;
	color: #696767;
	font-size: 14px;
	height: 130px;
	margin-bottom: 12px;
	padding: 8px;
	width: 100%;
}
.input-group {
	border-collapse: separate;
	display: table;
	margin: 0 0 12px;
	position: relative;
}
.contact_sec iframe{padding: 5px;
    background: #FFF;}
.submit_btn {
	background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #b2e017 0%, #78b533 99%) repeat scroll 0 0;
	border-radius:4px;
	color: #fff;
	font-size: 16px;
	margin: 5px 0 0;
	padding: 8px 22px;
	border: 0px;
}
.main-contact-section {
	margin: 0 0 50px;
}
.main-contact-section h2 {
	font-size: 22px;
	margin: 0 0 15px 0;
	text-transform: uppercase;
}
.main-contact-section .basic-info-item {
	background-color: #f7f7f7;
	border-radius: 3px;
	color: #424242;
	height: 82px;
	margin-bottom: 12px;
	overflow: hidden;
}
.main-contact-section .basic-info-item a {
	color: #424242;
	margin: 0px 0 0;
}
.main-contact-section .basic-info-item span.icon {
	border-right: 2px solid #dadada;
    color: #4184d8;
    float: left;
    font-size: 37px;
    height: 100%;
    line-height: 80px;
    margin-right: 22px;
    text-align: center;
    width: 93px;
}
.main-contact-section .basic-info-item p {
	display: table;
	font-size: 16px;
	padding: 10px 0;
}
.main-contact-section .basic-info-item p strong {
	color: #2a3390;
}
.main-contact-section .basic-info-item span.icon svg.svg-inline--fa:not(:root) {
	color: #8BC34A;
	font-size: 35px;
	margin: 20px 0 0;
	overflow: visible;
}
.main-contact-section h3{font-size: 21px;
    padding-bottom: 5px;
    color: #2a3390;
    font-weight: 600;}
sup {
    top: -0.2em;
    font-size: 16px;
    color: #f00;
}
		/*contact_Start-End*/
.about_sec {
	padding: 13px 0 30px;
	background: #e8efe1;
}
.about_text_cont h1 {
	margin:20px 0 20px;
	text-transform: uppercase;
}
.about_text_cont img {
	border: 1px solid #d1d1d1;
	float: left;
	margin: 5px 15px 10px 0;
	padding: 3px;
	width: 46%;
}
.about_text_cont p {
	line-height: 29px;
	margin: 0 0 1px;
}
.about_text_cont > h2 {
	font-size: 18px;
	margin: 0 0 10px;
}
.about_text_cont > ul {
	padding: 0px;
	margin: 0 0 25px;
	list-style: none;
}
.about_text_cont > ul li {
	margin: 0 0 12px;
	background-image: url(../images/about-arrow.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0 0 0 20px;
}

.about_year_cont h2 {
	margin: 0 0 28px;
	text-transform: uppercase;
}
.about_year_area {
	background-color: #f3f3f3;
	border: 1px solid #dddddd;
	margin: 0 0 10px;
	padding: 5px;
}
.about_year_area h3 {
	font-size: 18px;
	color: #FFF;
	background-color: #2e9495;
	padding: 5px 5px;
	margin: 0 0 5px 0;
}
.about_year_area p {
	line-height: 26px;
	padding: 0 5px;
}
/*/////////////about_end/////////*/


.parisarasha-video {
    display: block;
    width: 100%;
}
.parisarasha-video ul {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
}
.parisarasha-video ul li {
    width: 25%;
    display: block;
    float: left;
}
.parisarasha-video ul li a {
    display: block;
    padding: 5px;
}
.parisarasha-video ul li a .video-list {
    width: 100%;
    padding: 3px;
    border: 1px solid rgba(255, 255, 255, 0.8);
    display: block;
}
.parisarasha-video ul li a .video-list .img-block {
    height: 160px;
    background: rgba(255, 255, 255, 0.8) url(../images/logo.png) no-repeat center;
    position: relative;
    width: 100%;
}
.parisarasha-video ul li a .video-list .img-block img {
    width: 100%;
    height: 160px;
    object-fit: cover;
}
.parisarasha-video ul li a .video-list .img-block:after {
    width: 50px;
    height: 50px;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: block;
    z-index: 1;
    background: url(../images/play.png);
    background-size: 100% 100%;
}
.parisarasha-video ul li a .video-list .name-heading {
    padding: 10px;
    display: block;
    width: 100%;
    font-size: 16px;
    background-color: rgba(255, 255, 255, 0.8);
    color: #000;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.parisarasha-video ul li a:hover .img-block:after {
    width: 50px;
    height: 50px;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: block;
    z-index: 1;
    background: url(../images/play-hover.png);
    background-size: 100% 100%;
}
.btnstyle {
    width: 150px;
    background: #78b533;
    text-align: center;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    font-size: 16px;
    color: #fff;
    display: inline-block;
    border: 2px solid transparent;
    line-height: 36px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    font-weight: 600;
    text-transform: capitalize;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    transition: background-color 0.6s, color 0.6s;
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -moz-transition: all 0.6s;
    transition: all 0.6s;
	margin-bottom:25px;
	margin-bottom:15px;
}

.btnstyle:hover {
    background-color:#ff0000;
    color: #FFF;
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -moz-transition: all 0.6s;
    transition: all 0.6s;
}

				/*Notice_bore*/
.sec-bg4 {
    background: url(../images/paralax-4.jpg) no-repeat right;
}
.fixed_img.sec-bg4 {
    width: 100%;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover !important;
    background-attachment: fixed !important;
    height: 100% !important;
    display: block;
    position: relative;
    overflow: hidden;
}
.sec-bg4 .block-paralax {
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative;
    z-index: 3;
}
.sec-bg4 .container-gap {
    width: 100%;
    padding-left: 10%;
    padding-right: 10%;
    display: block;
}
.sec-bg4 .pad0 {
    padding: 0;
}
.sec-bg4 .notice-board {
    background: #ad6908 url(../images/bg-notice.jpg);
    border: 8px solid #102f4a;
    border-radius: 5px;
    padding: 30px;
    min-height: 200px;
}
.sec-bg4 .text-style {
    font-family: 'OpenSansRegular';
    font-size: 40px;
	font-weight: 600;
    margin-top: 5px;
	margin-bottom: 20px;
}
.sec-bg4 .notice-board ul {
    display: inline-block;
    list-style: none;
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 0;
}
.sec-bg4 .notice-board ul li {
    width: 20%;
    display: inline-block;
    background-color: #fff;
    padding: 15px;
    overflow: hidden;
    margin: 5px 5px 10px;
    min-height: 150px;
    -webkit-box-shadow: 2px 3px 5px 0px rgba(0, 0, 0, 0.7);
    -moz-box-shadow: 2px 3px 5px 0px rgba(0, 0, 0, 0.7);
    box-shadow: 2px 3px 5px 0px rgba(0, 0, 0, 0.7);
    transform: rotate(-5deg);
    position: relative;
    text-align: left;
    vertical-align: top;
}
.sec-bg4 .notice-board ul li:before {
    content: '';
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 1;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: url(../images/bg-notice.jpg);
}
.sec-bg4 .notice-board ul li h3 {
    font-size: 18px;
	font-family: 'OpenSansRegular';
    font-weight: 600;
    margin-top: 10px;
margin-bottom: 10px;
}
.sec-bg4 .notice-board ul li p {
    font-weight: normal;
    color: #161616;
}
.sec-bg4 .font-style-notice {
    font-family: 'OpenSansRegular';
	font-size: 15px;
    line-height: 22px;
}
.sec-bg4 .notice-board ul li:after {
    content: '';
    position: absolute;
    top: 2px;
    right: 8px;
    z-index: 2;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #4E1701;
    border: 1px solid #fff;
}
.sec-bg4 .notice-board ul li:nth-child(2) {
    background-color: #fffcd5;
    transform: rotate(-4deg);
}
@media (max-width: 767px){
.sec-bg4 .notice-board ul li {
    width: 45%;
    padding: 10px 5px;
}
.sec-bg4 .container-gap{padding-left: 3%;
    padding-right: 3%;}
.sec-bg4 .notice-board{padding: 12px;}

.parisarasha-video ul li {
    width: 100%;}

}




/*==========  Non-Mobile First Method  ==========*/


/* Large Devices, Wide Screens */

@media only screen and (max-width :1199px) {

}
@media only screen and (max-width :991px) {
.footer-widget ul li{float: initial;}
}

@media only screen and (max-width : 767px) {
.nav_sec{position: absolute;
    top: -60px;
    z-index: 999;}
header .header-top .logo{width: 100%;
    text-align: center;height: 66px;}
	
header .header-top .logo a img{width: 120px;}	
header.sticky .nav_sec {
    height: 66px;
    margin-top: 0;
}	
.section-heading{margin-bottom: 6px;}
.padd_space {padding: 23px 0;}
.service-box-button{margin-bottom: 27px;}
.section-heading + p{width: 95%;}
.profile-box{margin-bottom: 17px;}
.article-box{margin-bottom: 18px;}
.theme-bg {padding: 13px 0 27px;}
.template-button{float: initial;}	

.footer-widget{text-align: center;}
.footer-widget .img-responsive{display: inline-block;}
.footer-widget h3{text-align: center;}
.footer-widget ul li{text-align: center;}
.footer-widget.address svg:not(:root).svg-inline--fa{float: initial;}
.footer-widget.address p span {float: initial;}

}
@media only screen and (min-width : 481px) {
.signup-form {
    width: 400px;}
.login-form {
    width: 350px;}

}
@media only screen and (max-width : 480px) {
.signup-form {
    width: 95%;}
.login-form {
    width: 95%;}
.signup-form h2{font-size: 25px;}
.login-snip{padding: 28px 9px 50px 9px;}
.col-md-12.mx-auto.p-0{padding: 0;}
.login-snip .tab {font-size: 19px;}
.main-contact-section .basic-info-item span.icon{margin-right:15px !important;}
}

.owl-prev{display: none;}
.owl-next{display: none;}
