/* Theme Name:Worthy - Free Powerful Theme by HtmlCoder
Author:HtmlCoder
Author URI:http://www.htmlcoder.me
Version:1.0.0
Created:November 2014
License:Creative Commons Attribution 3.0 License (https://creativecommons.org/licenses/by/3.0/)
File Description:Main CSS file of the template */

/* Typography
----------------------------------------------------------------------------- */
@font-face {
    font-family: 'OpenSans-Bold';
    src: url('../fonts/OpenSans-Bold.ttf');
}
body {
	font-family: 'Open Sans', sans-serif;
}
.site-name {
	font-family: 'Raleway', sans-serif;
}
html,
body {
	height: 100%;
}
body {
	font-size: 15px;
	line-height: 1.50;
	color: #333333;
	background-color: #ffffff;
	position: relative;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #333333;
}


.right-fixed {
    position: fixed;
    top: 30%;
    right: 6px;
    z-index: 99;
    background-color: #fff;
    border-radius: 50px;
    padding: 5px 2px;
    -webkit-box-shadow: 0px 2px 6px 0px rgb(54 54 54 / 17%);
    -moz-box-shadow: 0px 2px 6px 0px rgba(54, 54, 54, 0.17);
    box-shadow: 0px 2px 6px 0px rgb(54 54 54 / 17%);
}

.right-fixed .follo-icon {
    display: flex;
    flex-direction: column;
    align-items: end;
}
.right-fixed .follo-icon a.facebook {
    background-color: #4868AF;
}
.right-fixed .follo-icon a {
    background-color: #424141;
    padding: 11px;
    border-radius: 50%;
    display: block;
    width: 38px;
    height: 38px;
    text-align: center;
    margin: 3px 5px;
    color: #fff;
}
.follo-icon a:first-child {
    padding-left: 0;
}
.follo-icon a {
    display: inline-block;
    padding: 0 10px;
    color: #2f3648;
}
.follo-icon a .fa {
    font-size: 18px;
}

.right-fixed .follo-icon a.instagram {
    background-color: #E23367;
}




h1 {
	font-size: 35px;
	font-weight: 700;
	margin-bottom: 20px;
}
h2 {
	font-size: 28px;
	margin-bottom: 15px;
}
h3 {
	font-size: 22px;
}
h4 {
	font-size: 18px;
	font-weight: 700;
}
h5 {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 700;
}
h6 {
	font-weight: 700;
}
h1 span,
h2 span,
h3 span,
h4 span {
	color: #339BEB;
}
.text-colored {
	color: #55acee;
}
a {
	color: #599a4d;
}
a:hover {
	color: #599a4d;
}
a:focus,
a:active {
	outline: none;
}
.large {
	font-size: 18px;
}


.right-fixed {
    position: fixed;
    top: 30%;
    right: 6px;
    z-index: 99;
    background-color: #fff;
    border-radius: 50px;
    padding: 5px 2px;
    -webkit-box-shadow: 0px 2px 6px 0px rgb(54 54 54 / 17%);
    -moz-box-shadow: 0px 2px 6px 0px rgba(54, 54, 54, 0.17);
    box-shadow: 0px 2px 6px 0px rgb(54 54 54 / 17%);
}

.right-fixed .follo-icon {
    display: flex;
    flex-direction: column;
    align-items: end;
}
.right-fixed .follo-icon a.facebook {
    background-color: #4868AF;
}
.right-fixed .follo-icon a {
    background-color: #424141;
    padding: 11px;
    border-radius: 50%;
    display: block;
    width: 38px;
    height: 38px;
    text-align: center;
    margin: 3px 5px;
    color: #fff;
}
.follo-icon a .fa {
    font-size: 18px;
}

.right-fixed .follo-icon a.instagram {
    background-color: #E23367;
}




img {
	display: block;
	max-width: 100%;
	height: auto;
}
.list-unstyled li {
	padding: 5px 0;
}
.list-horizontal {
	padding: 15px 0;
}
.list-horizontal-item img {
	display: block;
	margin: 0 auto;
}
.list-icons {
	padding: 0;
	margin: 0 0 20px 0;
	list-style: none;
	font-size: 18px;
	float: left;
	width: 100%;
}
.list-icons li {
	padding: 0 0 8px 0;
	font-size: 15px;
	width: 100%;
	clear: both;
	float: left;
}
.list-icons li  p{
	width:90%;
	float:left;
	margin-bottom:0;
}
.list-icons li  .fa{
	width:26px;
float: left;
margin-top: 5px;
color: #599a4d;
}
.list-icons li img{
	float: left;
	width: 26px;
	margin-right: 6px;
	margin-top: 3px;
}
.list-icons li.line{
	border-bottom:1px solid #ddd;
	margin-bottom:10px;
}
blockquote {
	border-left: none;
	padding-left: 0;
	padding-right: 0;
}
.title {
	margin-top: 0;
}

/* Layout
----------------------------------------------------------------------------- */
.header {
	color: #ffffff;
	padding: 10px 0;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.banner {
	width: 100%;
	height: 100%;
	min-height: 100%;
	position: relative;
	color: #fff;
	background-color: #000;
}
.banner-inner{
	height: auto;
	min-height: auto;
	background-color: #000;
}
.banner-inner img{
	opacity: 0.6;
}
.banner-image {
	vertical-align: middle;
	min-height: 100%;
	width: 100%;
}

.banner-caption {
	position: absolute;
	top:42%;
	width: 100%;
	z-index: 2;
}
.banner-caption img{
	width:250px;
	margin:0 auto;
	display: none;
}
.subfooter {
	background-color: #fafafa;
	border-top: 1px solid #f3f3f3;
	border-bottom: 1px solid #f3f3f3;
	padding: 40px 0;
}
.section {
	background-color: #ffffff;
	padding: 80px 0;
}

/* Backgrounds
----------------------------------------------------------------------------- */
.default-bg {
	background-color: #599a4d;
	color: #ffffff;
}
.default-bg.blue {
	background-color: #599a4d;
}
.translucent-bg {
	color: #ffffff;
}
.default-bg h1,
.default-bg h2,
.default-bg h3,
.default-bg h4,
.default-bg h5,
.default-bg h6,
.translucent-bg h1,
.translucent-bg h2,
.translucent-bg h3,
.translucent-bg h4,
.translucent-bg h5,
.translucent-bg h6 {
	color: #ffffff;
}
.default-bg blockquote footer,
.translucent-bg blockquote footer {
	color: #cccccc;
}
.default-bg a,
.translucent-bg a {
	color: #ffffff;
	text-decoration: underline;
}
.default-bg a:hover,
.translucent-bg a:hover {
	text-decoration: none;
}
.translucent-bg {
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
	background-position: 50% 0;
	background-repeat: no-repeat;
	z-index: 1;
	position: relative;
}
.translucent-bg .translucent-bg {
	margin-top: 80px;
	z-index: 3;
}
.translucent-bg:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
}
.translucent-bg.blue:after {
	background-color:rgba(0, 0, 0, 0.77);
}
.translucent-bg .container {
	z-index: 3;
	position: relative;
}
.bg-image-1 {
	background: url("../images/bg-image-1.jpg") 50% 0px no-repeat;
}
.bg-image-2 {
	background: url("../images/bg-image-2.jpg") 50% 0px no-repeat;
}

/* Misc
----------------------------------------------------------------------------- */
.object-non-visible {
	opacity: 0;
	filter: alpha(opacity=0);
}
.object-visible,
.touch .object-non-visible {
	opacity: 1 !important;
	filter: alpha(opacity=100) !important;
}

/* Targeting only Firefox for smoothest animations */
@-moz-document url-prefix() {
	.object-visible,
	.touch .object-non-visible {
		-webkit-transition: opacity 0.6s ease-in-out;
		-moz-transition: opacity 0.6s ease-in-out;
		-o-transition: opacity 0.6s ease-in-out;
		-ms-transition: opacity 0.6s ease-in-out;
		transition: opacity 0.6s ease-in-out;
	}
}
.space {
	padding: 20px 0;
}
.pr-10 {
	padding-right: 10px;
}
.pl-10 {
	padding-left: 10px;
}
.pb-clear {
	padding-bottom: 0;
}

/* Sections
----------------------------------------------------------------------------- */
.banner-caption h1,
.banner-caption h2,
.banner-caption h3,
.banner-caption h4,
.banner-caption h5,
.banner-caption h6 {
	color: #ffffff;
}
.banner-caption h1 {
	font-size:40px;
}
.subfooter p {
	margin-bottom: 0;
}

/* Template Components
----------------------------------------------------------------------------- */
/* Buttons
---------------------------------- */
.btn {
	padding: 8px 15px;
	font-size: 14px;
	line-height: 1.42857143;
	min-width: 160px;
	text-align: center;
	border-radius: 0;
	text-transform: uppercase;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.btn-default {
	color: #599a4d;
	border: 1px solid #cccccc;
	white-space: normal;
}
.btn-default:hover {
	color: #ffffff;
	background-color: #599a4d;
	border-color: #599a4d;
}

/* Collapse
---------------------------------- */
.panel-group .panel {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	border: none;
}
.panel-default > .panel-heading {
	padding: 0;
	outline: none;
	border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	width: 100%;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
	border: 1px solid #f0f0f0;
	border-top: none;
	background-color: #fafafa
}
.panel-heading a {
	font-weight:bold;
	padding: 12px 35px 12px 15px;
	display: inline-block;
	width: 100%;
	background-color: transparent;
    color:#599a4d;
	position: relative;
	text-decoration: none;
}
.panel-heading a.collapsed {
	background-color: transparent;
    color: #333;
}
.panel-heading a:after {
	font-family: "FontAwesome";
	content: "\f147";
	position: absolute;
	right: 15px;
	font-size: 14px;
	font-weight: 300;
	top: 50%;
	line-height: 1;
	margin-top: -7px;
}
.panel-default > .panel-heading {
    background-color: #f5f7f7;
    border-color:#f5f7f7;
}
.panel-default p{
	font-size: 15px;
	color: #555;
	line-height: 26px;
	margin-top: 10px;

}
.panel-default b{
font-weight: normal;
font-size: 20px;
color:#000;

}
.panel{
	box-shadow: none;
}

.panel-heading a.collapsed:after {
	content: "\f196";
}
.panel-heading a:hover {
	text-decoration: none;
	background-color:transparent;
	color:#599a4d;
}
.panel-title a i {
	padding-right: 10px;
	font-size: 20px;
}

/* Pills
---------------------------------- */
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus,
.nav-pills > li > a:hover {
	background-color: #599a4d;
	border-color: #599a4d;
	color: #ffffff;
}
.nav-pills > li > a {
	border-radius: 0;
	padding:8px 17px;
	border: 1px solid #cacaca;
	color: #666666;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 300;
}

/* Forms
---------------------------------- */
.form-control {
	height: 45px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	box-shadow: none;
}
.form-control-feedback {
	color: #cccccc;
}
.has-feedback label.sr-only ~ .form-control-feedback {
	top: 15px;
}
textarea {
	resize: vertical;
}

/* Modals
---------------------------------- */
.modal-content {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
.modal-header {
	background-color: #599a4d;
	color: #ffffff;
}
.modal-header h4 {
	color: #ffffff;
}
.modal-header .close {
	font-weight: 300;
	color: #FFFFFF;
	text-shadow: none;
	filter: alpha(opacity=100);
	opacity: 1;
}

/* Large devices (Large desktops 1200px and up) */
@media (min-width:1200px) {
	.modal-lg {
		width: 1140px;
	}
}

/* Media
---------------------------------- */
.media .fa {
	font-size: 24px;
	width: 40px;
	height: 25px;
	line-height: 25px;
	padding: 0 5px;
	text-align: center;
}

/* Navigations
----------------------------------------------------------------------------- */
.header .navbar {
	margin-bottom: 0;
}
.main-navigation .navbar-default {
	background-color: transparent;
	border: none;
}
.main-navigation .navbar-default .navbar-nav > li > a {
	color: #fff;
	padding: 10px 20px;
	font-size: 15px;
	font-weight: 300;
}
.main-navigation .navbar-default .navbar-nav > li.active > a {
	background-color: transparent;
	color: #599a4d;
}
.main-navigation .navbar-default .navbar-nav > li > a:hover,
.main-navigation .navbar-default .navbar-nav > li.active > a:hover {
	color: #599a4d;
}
.navbar-default .navbar-nav > .open > a:focus{
	color:#fff;
}
.navbar-nav > li > .dropdown-menu{
	border-radius: 4px;
}
.dropdown-menu::before {
    content: '';
    border-width: 0 9px 9px;
    border-color: transparent transparent #fff;
    border-style: solid;
    top: -.9rem;
    left: auto;
    right: 52px;
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    margin: 0 auto;
}
.fixed-header-on .dropdown-menu::before {
	border-color: transparent transparent #555;
}
.fixed-header-on .navbar-default .navbar-nav > .open > a:focus{
	color:#333;
}
.dropdown-submenu .dropdown-menu::before{
	content:none;
}

@media (min-width:768px) {
	.main-navigation .navbar-default .navbar-nav > li > a {
		padding-top: 30px;
		padding-bottom:20px;
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}
}
@media (min-width:768px) and (max-width:991px) {
	.main-navigation .container-fluid {
		padding-left: 0;
		padding-right: 0;
	}
	.navbar-nav {
		float: left !important;
	}
}
@media (max-width:767px) {
	.header.navbar-fixed-top {
		position: absolute;
	}
}

/* Fixed Header
----------------------------------------------------------------------------- */
.fixed-header-on .header {
	background-color: rgba(0,0,0,0.95);
	/*rgba(0, 0, 0, 0.95) */
	padding: 5px 0;
}
.fixed-header-on .site-name {
	font-size: 24px;
}
.fixed-header-on .logo {
	-webkit-transform: scale(0.8);
	transform: scale(0.8);
	margin-top: 0;
	margin-bottom: 0;
}
@media (min-width:768px) {
	.fixed-header-on .navbar-default .navbar-nav > li > a {
		padding-top: 20px;
		padding-bottom: 20px;
		color:#333;
	}
}
@media (max-width:991px) {
	.fixed-header-on .logo,
	.fixed-header-on .site-name,
	.fixed-header-on .site-slogan {
		display: none;
	}
}
.heading{
	float:left;
	width:100%;
	border-bottom:2px solid #599a4d;
	margin-bottom: 20px;
}
.heading span{
	background-color: #599a4d;
	font-weight: 700;
	color: #fff;
	font-size: 24px;
	padding:3px 20px;
	float: left;
	min-width:181px;
	text-align: center;
}
.heading h2{
	float: left;
	font-weight: 700;
	color: #333;
	font-size: 20px;
	margin-bottom: 0;
	margin-top:14px;
	margin-left: 15px;
}
.m-top{
	margin-top:20px;
}
.m-top2{
	margin-top:40px;
}
b.date{
	font-size:18px;
	color:#599a4d;
	float:left;
	width:100%;
	text-align:center;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color:transparent;
}
.dropdown-menu > li > a {
    padding: 5px 20px;
color: #333;
}
.dropdown-menu{
background-color: #fff;
box-shadow: none;
border: 1px solid #555;
}
.banner-inner h1 {
    font-size: 47px;
}
.section2{
	background-color:#fafafa;
	padding: 45px 0;
}
h3.title2{
	font-weight:700;
	text-align:center;
}
h3.title2 span{
	color: #599a4d;
}
.banner-inner .banner-caption {
    top: 50%;
}
.enquiry-sec{
	padding:40px 0;
}
.enquiry-sec h3{
	margin-bottom:30px;
}
h1.title3{
	margin-top:5px;
}
ul.list2{
	padding-left:15px;
}
ul.list2 li{
	line-height:30px;
}
h2.title2{
	color: #599a4d;
	font-size: 24px;
	font-weight: 600;
}
.memory-box{
	background-color:#f5f7f7;
	padding: 50px 0;
}
.panel-group {
    margin-top: 20px;
}
.translucent-bg .media {
    min-height: 107px;
}
.border{
	float:left;
	width:100%;
	border:1px solid #599a4d;
	padding: 30px;
	margin-top: 20px;
}
.holiday-logo{
	padding: 30px;
	background-color: #fff;
	border-radius: 50%;
	width: 80%;
	margin: 0 auto;

}


/* Blocks/Widgets
----------------------------------------------------------------------------- */
/* Logo, Site Name, Site Slogan
---------------------------------- */
.logo {
	margin: 10px 10px 10px 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.logo,
.site-name-and-slogan {
	float: left;
}
.site-name {
	font-size: 56px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	padding-top:15px;
}
.site-name a {
	color: #ffffff;
}
.site-name a:hover {
	text-decoration: none;
}
.site-slogan {
	font-size: 25px;
}

/* Testimonials
---------------------------------- */
.testimonial .media-left {
	width: 60px;
	padding-top: 10px;
}

/* Social Links
---------------------------------- */
.social-links {
	padding: 0;
	list-style: none;
	margin: 15px 0;
}
.social-links li {
	margin: 10px 25px 10px 0;
	display: inline-block;
	font-size: 36px;
}
.social-links li a {
	color: #333333;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.social-links li.twitter a:hover {
	color: #55acee;
}
.social-links li.skype a:hover {
	color: #00aff0;
}
.social-links li.linkedin a:hover {
	color: #0976b4;
}
.social-links li.googleplus a:hover {
	color: #dd4b39;
}
.social-links li.youtube a:hover {
	color: #b31217;
}
.social-links li.flickr a:hover {
	color: #ff0084;
}
.social-links li.facebook a:hover {
	color: #3b5998;
}
.social-links li.pinterest a:hover {
	color: #cb2027;
}

/* Isotope Items
---------------------------------- */
.filters {
	margin: 0 0 30px 0;
}
.filters .nav-pills > li {
	margin-right: 2px;
	margin-bottom: 2px;
}
.filters .nav-pills > li + li {
	margin-left: 0px;
}
.text-center.filters .nav-pills > li {
	margin-right: 2px;
	margin-left: 2px;
	margin-bottom: 2px;
	display: inline-block;
	float: none;
}
.isotope-container {
	overflow: hidden;
}
.portfolio-sec{
	padding: 80px 0px;
}
.portfolio-sec .isotope-item  .image-box{
	position:relative;
}
.portfolio-sec .isotope-item  .image-box .btn-default {
	padding: 20px 12px 10px 12px;
	position: absolute;
	bottom: 0;
	border: 0;
background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#b3000000',GradientType=0 ); /* IE6-9 */
	color: #fff;
}

.portfolio-sec .isotope-item{
	margin-bottom:0px;
}
.portfolio-sec .grid-space-20, .portfolio-sec .object-non-visible{
margin-right: -0px;
margin-left: -0px;
}
.portfolio-sec .isotope-item, .portfolio-sec .col-md-12{
	padding-right:0px;
    padding-left:0px;
}
.footer h3{
	font-weight:700;
	margin-top:0;
	font-size: 18px;
	margin-bottom: 21px;
}
.footer .list-icons{
	padding:40px;
	background-color: #f9f9f9;
	min-height: 275px;
    margin-bottom: 40px;
}
.dropdown-submenu {
    position: relative;
}
.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
	width:100%;
}
.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}
.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}
.dropdown-submenu:hover>a:after {
    border-left-color: #333;
}
.list-icons h3 small{
	margin-left: 10px;
	font-size: 15px;
}

@media (max-width:480px) {
	.filters .nav-pills > li {
		width: 100%;
		display: block;
	}
}

/* Images Overlay
----------------------------------------------------------------------------- */
.overlay-container {
	position: relative;
	display: block;
	overflow: hidden;
}

.overlay {
	position: absolute;
	top: 0;
	bottom: -1px;
	left: 0;
	right: -1px;
	background-color: rgba(89, 154, 77, 0.8);
	cursor: pointer;
	overflow: hidden;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transform: scale(0.8);
	transform: scale(0.8);
	-webkit-transition: all linear 0.2s;
	-moz-transition: all linear 0.2s;
	-ms-transition: all linear 0.2s;
	-o-transition: all linear 0.2s;
	transition: all linear 0.2s;
}
.overlay:hover {
	text-decoration: none;
}
.overlay span {
	position: absolute;
	display:none;
	bottom: 10px;
	text-align: center;
	width: 100%;
	color: #ffffff;
	font-size: 13px;
	font-weight: 300;
}
.overlay i {
	position: absolute;
	left: 50%;
	top: 50%;
	font-size: 18px;
	line-height: 1x;
	color: #ffffff;
	margin-top: -8px;
	margin-left: -8px;
	text-align: center;
}
.overlay-container:hover .overlay {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transform: scale(1);
	transform: scale(1);
}
.fixed-header-on .header
	{
    	background-color: rgb(255, 255, 255);
		-webkit-box-shadow: 0px 2px 3px 0px rgba(54, 54, 54, 0.17);
		-moz-box-shadow: 0px 2px 3px 0px rgba(54, 54, 54, 0.17);
		box-shadow: 0px 2px 3px 0px rgba(54, 54, 54, 0.17);
	}
.tb th{
 text-align:center;	
}
.list-dote li {
    padding: 5px 0;
}
.list-dote{
	padding-left:15px;
}
.modal-lg .modal-body h3{
	margin-top:0;
}
.banner .carousel-caption{
	bottom:27%;
}
.banner .carousel-caption h1 {
    font-size: 50px;
	color: #fff;
	margin-bottom: 10px;
	font-family: 'OpenSans-Bold';
	font-weight:normal;
}
.banner .carousel-inner .item  a img{
	opacity: 0.9;
}
.banner .carousel-caption {
    text-shadow: none;
}
.banner .carousel-caption p {
    text-align:center;
	font-size:16px;
}
.banner .glyphicon-chevron-right::before {
    content: none;
}
.banner .glyphicon-chevron-left::before {
    content: none;
}
.carousel-control.left, .carousel-control.right{
	background-image: none
}
.logos-sec{
	display: flex;
	gap:0px;
	flex-wrap: wrap;
	justify-content: center;
}
.logos-sec img{
	   flex: 0 0 auto;
        width:16%;
		padding:6px;
}

@media only screen and (min-width:300px) and (max-width:768px){
	.header .col-md-4{
		width: 74%;
        float: left;
	}
	.logo, .site-name-and-slogan {
      float: left;
      width: 85px;
   }
   .navbar-toggle{
	   border-radius: 0px;
	   border-color:#fff;
	   margin-top: 27px;
   }
   .navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}
.navbar-collapse ul {
    position: relative;
}
.banner-caption h1 {
    font-size: 32px;
    margin-top:15px;
}
.banner-caption img {
    width: 158px;
}
.banner-inner img{
	height: 186px;
	max-width: none;
}
.banner-inner .banner-caption h1 {
    font-size: 20px;
    margin-top: 37px;
}
.section {
    padding: 50px 0;
}
.heading h2 {
    font-size:18px;
    margin-bottom: 10px;
    margin-top: 14px;
    margin-left: 0;
    text-align: center;
    width: 100%;
}
.heading span {
    font-size:20px;
    padding: 3px 20px;
    float: none;
    min-width: 162px;
    text-align: center;
    margin: 0 auto;
    display: block;
    width: 85px;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #fff;
}

.navbar-collapse ul
{

background-color:#599a4d;
opacity:0.95;
border-radius:10px;
list-style-position:inherit;

}
.navbar-collapse ul li
{
border-bottom:1px solid #447d3a;
text-align:center;
}
.banner-caption img{
	display: block;
}
.banner-caption {
    top: 32%;
}
h1 {
    font-size: 25px;
}
.modal-body .btn-default{
	margin-bottom:20px;
}
.banner .carousel-caption h1 {
    font-size: 28px;
}
.banner .carousel-caption {
    bottom: 15%;
}
.banner .carousel-inner > .item >a img{
	max-width: none;
	height: 100%;
}
.filters .nav-pills > li {
    width: 95%;
}
.banner-inner {
    overflow: hidden;
}
.main-navigation .navbar-default .navbar-nav > li.active > a {
    color: #111;
}
.logos-sec img{
	width:25%;
}
}

@media only screen and (min-width:769px) and (max-width:991px){
	.main-navigation .navbar-default .navbar-nav > li > a {
    padding: 10px 7px;
   }
   .heading h2 {
    font-size: 16px;
   }
   .heading span {
    font-size: 21px;
    min-width:109px;
  }
  .banner-inner h1 {
    font-size: 27px;
  }
  .banner-caption img {
    width: 180px;
  }
  .banner .carousel-caption {
    bottom: 25%;
}
.banner .carousel-caption h1 {
    font-size: 28px;
}
.banner .carousel-inner > .item > img{
	max-width: none;
	height: 100%;
}
.filters .nav-pills > li {
    width: 95%;
}

}
@media only screen and (min-width:992px) and (max-width:1199px){
  .main-navigation .navbar-default .navbar-nav > li > a {
    padding: 10px 15px;
  }
}
@media only screen and (min-width:1200px) and (max-width:1920px){
	.modal-lg {
		width: 840px;
		margin-top: 10%;
	}
}



