body {
	/*font-family: 'Source Sans Pro', sans-serif;*/
	font-family: 'Open Sans', sans-serif;
	/*font-size: 14px;*/
	font-size: 21px;
	font-weight: 400;
	font-style: normal;
	background-color: #fff;
	color: #54544c
}

a, .btn {
	transition: all .1s ease-in-out 0s;
	text-decoration: none
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: #5ba415
}

.navbar-toggle {
	border-color: transparent !important
}

.navbar-toggle:hover, .navbar-toggle:focus {
	background-color: transparent !important
}

.btn {
	text-transform: uppercase
}

.btn:hover, .btn:focus {
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4)
}

p {
	font-size: 18px
}

.hh1 {
	font-size: 48px
}

.pt-pb {
	padding-top: 30px;
	padding-bottom: 30px
}

.pt {
	padding-top: 30px
}

.pb {
	padding-bottom: 30px
}

.sec-title {
	color: #545454;
	/*font-size: 28px*/
}
.sec-title1 {
	color: #000;
	/*font-size: 32px*/
	padding-bottom: 18px;
}
.h2, h2 {
	font-size: 24px;
}
.h1, h1 {
	font-size: 38px;
}

.sec-title > a {
	color: #000;
	text-decoration: none;
}


.service-item a:hover .sec-title{color: #5ba415 ;}

.service-item a:hover {	text-decoration: none;}

strong {
	font-weight: 600
}

.btn-primary {
	background-color: #5ba415;
	border-color: #5ba415;
	color: #fff !important
}

.btn-primary, .btn-primary:hover, .btn-primary:focus {
	background-color: #5ba415 !important;
	border-color: #5ba415;
	color: #fff !important
}

.btn-outline {
	background-color: transparent;
	border-color: #fff;
	border-radius: 0;
	color: #fff;
	font-size: 32px
}

.btn-outline:hover, .btn-outline:focus {
	background-color: #fff;
	border-color: #fff
}

blockquote {
	border-left: medium none;
	border-radius: 5px;
	font-style: italic;
	padding: 30px 60px;
	position: relative
}

blockquote::before, blockquote::after {
	content: "";
	display: block;
	height: 50px;
	width: 50px;
	position: absolute
}

blockquote::before {
	background-image: url(../images/ic_blockquote_before.png);
	background-size: 25px 25px;
	background-repeat: no-repeat;
	bottom: auto;
	left: 20px;
	right: auto;
	top: 20px;
}

blockquote::after {
	background-image: url(../images/ic_blockquote_after.png);
	background-size: 25px 25px;
	background-repeat: no-repeat;
	bottom: 0px;
	left: auto;
	right: 0px;
	top: auto
}

form label {
	font-size: 18px;
	font-weight: 400
}

.form-group .form-control {
	border: medium none;
	border-radius: 0
}

.form-group input.form-control {
	height: 42px
}

.form-group textarea.form-control {
	resize: none
}

header {
	transition: all .3s ease-in-out 0s
}

.navbar-brand {
	height: auto;
	transition: all .3s ease-in-out 0s
}

.navbar-brand img {
	transition: all .3s ease-in-out 0s
}

nav.navbar-default.affix {
	top: 0
}

nav.navbar-default {
	transition: height .4s ease-in-out 0s;
	background-color: #fff;
	border: medium none;
	margin-bottom: 0;
	box-shadow: 5px 2px 8px rgba(0, 0, 0, 0.25);
	border-radius: 0;
	z-index: 1024
}

nav.navbar.navbar-default.affix {
	border-radius: 0;
	width: 100%;
	z-index: 1024
}

.main-nav .nav li a {
	font-weight: 300;
	padding: 20px;
	text-transform: uppercase;
	font-size:16px;
}

.main-nav .nav li a.btn {
	margin-top: 15px;
	padding: 5px 15px
}

.main-nav .nav .dropdown-menu {
	border: 1px solid #cccccc;
	border-radius: 0;
	left: 0;
	max-width: 304px;
	right: auto
}

.main-nav .nav .dropdown-menu li a {
	color: #777;
	padding: 10px 20px
}

.main-nav .nav .dropdown-menu li.nav-divider {
	background-color: #dddddd;
	height: 1px;
	margin: 0 20px
}

.main-nav .nav .dropdown-menu li a:hover {
	background-color: transparent
}

nav.navbar-default .main-nav .nav li a:hover, nav.navbar-default .main-nav .nav li.open > a {
	background-color: transparent;
	color: #5ba415
}

.main-nav .nav li a:focus {
	color: #54544c
}

.social-icons {
	display: inline-block;
	padding: 15px 0 15px 20px
}

.social-icons a {
	background-color: #444;
	border-radius: 50%;
	color: #fff;
	display: inline-block;
	height: 30px;
	line-height: 30px;
	text-align: center;
	width: 30px
}

.social-icons a i {
	font-size: 14px;
	line-height: 30px;
	padding-top: 8px
}

.social-icons a.ic-fb:hover {
	background-color: #3b5998
}

.social-icons a.ic-twt:hover {
	background-color: #55acee
}

.social-icons a.ic-in:hover {
	background-color: #007bb5
}

.main-banner {
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
	min-height: 400px;
	width: 100%;
	background-position: center;
	padding-bottom: 20px
}


.serv-ic {
	margin-bottom: 50px;
	background-color: #5ba415;
	background-position: center center;
	background-repeat: no-repeat;
	border-radius: 50%;
	display: block;
	height: 57px;
	margin-right: 10px;
	vertical-align: middle;
	width: 57px
}

.srv-des {
	padding-left: 67px;
	margin-top: 20px
}

.srv-des p a {
	color: #5ba415;
	display: block
}
.srv-des p a:hover {
	color: #5ba415;
	display: block;
	/*text-decoration:underline;*/
}

.cust-sayings blockquote {
	background-color: #e9e6e6;
	margin-bottom: 0
}

.cust-sayings {
	position: relative
}

.cust-sayings::after {
	border-color: #e9e6e6 transparent transparent;
	border-style: solid;
	border-width: 25px 15px;
	bottom: -45px;
	content: "";
	display: block;
	height: 0;
	left: 80px;
	position: absolute;
	top: auto;
	width: 0
}

.get-in-touch {
	background-color: #5ba415;
	color: #fff;
	padding-top: 10px;
	margin-top: 15px
}

.get-in-touch h1 {
	font-size: 48px;
	margin-bottom: 30px
}

.get-in-touch .btn-outline {
	font-size: 24px
}

.internal-page .col-sm-8 .sec-title {
	font-size: 48px
}

.internal-page .col-sm-8 .sec-title1 {
	font-size: 48px
}
.internal-page ul, .internal-page ol {
	padding-left: 26px
}

.internal-page ul li, .internal-page ol li {
	padding-left: 5px;
	font-size: 18px;
	padding-bottom:0;
	margin-bottom: .6em;
}
.internal-page ul li:last-child, .internal-page ol li:last-child {
	margin-bottom: 1.0em;
}

.internal-page ul li ul li:first-child {
	padding-top:0;
	margin-top: .6em;
}
.internal-page ul li ul li:last-child {
	padding-bottom:0;
	margin-bottom: 0;
}


.internal-page p {
	margin: 0 0 20px
}

.internal-page p a {
	color: #5ba415;
	text-decoration: none;
}
.internal-page p a:hover {
	text-decoration: underline;
}

.aside {
	background-color: #f3f1f1;
	padding: 20px;
	margin-bottom: 40px
}

.aside .icon {
	background-color: #5ba415;
	border-radius: 50%;
	color: #fff;
	display: block;
	height: 30px;
	line-height: 30px;
	margin-right: 15px;
	text-align: center;
	vertical-align: middle;
	width: 30px
}

.aside .icon i {
	font-size: 24px;
	line-height: 31px;
	padding-left: 5px
}

.aside h3 {
	display: inline
}

.aside .aside-des {
	margin-top: 10px;
	padding-left: 45px
}

.aside > a {
	text-decoration: none
}

.aside.contact form {
	margin-top: 20px
}

/*
.aside.contact .btn {
	border: 2px solid #fff;
	border-radius: 0;
	font-size: 24px
}
*/

.our-work {
	background-color: #f3f1f1
}

.work-example-item {
	margin-bottom: 20px
}

.work-example-item .exam-img {
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center center;
	background-color: #fff;
	display: block;
	width: 100%;
	height: 398px;
	border: 2px solid #858585;
	transition: all .3s ease-in-out 0s
}

.work-example-item .exam-img::after {
	background-color: rgba(0, 0, 0, 0);
	content: "";
	display: block;
	height: 394px;
	transition: all .3s ease-in-out 0s;
	width: auto
}

.work-example-item .exam-img:hover {
	cursor: pointer
}

.work-example-item .exam-img:hover::after {
	background-color: rgba(0, 0, 0, 0.6)
}

.work-example-item .ex-content {
	color: #fff;
	left: 30%;
	opacity: 0;
	position: absolute;
	right: 30%;
	top: 28%;
	transition: all .3s ease-in-out 0s;
	z-index: 1024
}

.work-example-item .ex-content h2 {
	font-weight: 600
}

.work-example-item .ex-content .btn {
	border-radius: 50%;
	height: 100px;
	line-height: 100px;
	margin-top: 90px;
	padding: 0;
	text-align: center;
	width: 100px
}

.work-example-item .ex-content .btn i {
	font-size: 32px;
	line-height: 100px;
	padding-top: 30px
}

.work-example-item .exam-img:hover .ex-content {
	opacity: 1
}

.work-example-item .exam-img:hover .ex-content .btn {
	margin-top: 15px
}

.map-item {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	width: 100%;
	height: 450px;
	position: relative;
	border-bottom: 1px solid #565652
}

.map-info {
	background-color: #fff;
	border: 1px solid #5ba415;
	height: auto;
	padding: 15px;
	position: absolute;
	right: 50px;
	top: 55px;
	width: 370px;
	z-index: 100
}

.map-info .social-icons {
	padding: 0
}

.map-info::before {
	background-image: url(../images/map-pointer-l.png);
	background-repeat: no-repeat;
	bottom: auto;
	content: "";
	display: block;
	height: 40px;
	left: -71px;
	position: absolute;
	top: 158px;
	width: 72px;
	z-index: 1024
}

.map-item .container {
	position: relative
}

.contact-pg {
	background-color: #f3f1f1;
	border-bottom: 0px solid #5ba415
}

/*
.contact-pg .btn {
	border-radius: 0;
	width: 200px
}
*/

footer { background-color: #383834; color: #fff; padding-top: 15px; }

footer .nav li a {
	color: #fff;
	font-size: 16px;
	padding: 0;
	line-height: 2;
	/*text-decoration: underline;*/
}

footer .nav li a:hover, footer .nav li a:focus {
	background-color: transparent;
	text-decoration: underline;
}

footer .des {
	margin-bottom: 20px
}

footer a {
	color: #fff;
	text-decoration: none
}

footer a:hover, footer a:focus {
	background-color: transparent;
	color: #5ba415;
	text-decoration: none
}

footer .input-group {
	border: 1px solid #9c9d9d;
	margin-top: 25px
}

footer .input-group .form-control {
	border-radius: 0;
	font-size: 16px;
	height: 50px
}

footer .input-group .input-group-btn button i {
	font-size: 26px
}

footer .input-group .input-group-btn button {
	background-color: #5ba415;
	border-radius: 0;
	color: #fff;
	padding: 11px 15px
}

footer .input-group .input-group-btn button:focus {
	background-color: #5ba415;
	color: #fff
}

footer .des > p {max-width: 330px;}
footer .copyright {	background-color: #fff;	color: #383834; padding-top: 15px ; }

#subscribe {
	margin-bottom: 1px;
	padding-bottom: 1px;
}

@media (max-width: 640px) {
	.navbar-brand {
		padding: 4px 0 0 15px
	}

	.service-item {
		margin-bottom: 30px
	}

	.get-in-touch h1 {
		font-size: 36px
	}

	.contact-no {
		text-align: center
	}

	.main-nav .nav li a.btn {
		border-radius: 0
	}

	.social-icons {
		display: block;
		text-align: center
	}

	.main-nav .nav .dropdown-menu {
		border-left-color: transparent;
		border-right-color: transparent;
		max-width: 100%
	}

	.our-work .sec-title, .cust-sayings .sec-title {
		font-size: 30px
	}

	.our-work .sec-title1, .cust-sayings .sec-title1 {
		font-size: 30px
	}
	.map-info {
		left: 0 !important;
		width: 250px !important
	}

	.map-info::before {
		background-image: url(../images/map-pointer-r-s.png) !important;
		width: 35px !important;
		right: -35px !important;
		top: 178px !important
	}
}

@media (min-width: 992px) {
	header {
		min-height: 100px
	}
}



@media (max-width: 992px) {

	.btn-block {
		max-width: 340px;
		width: 100%;
		margin: auto
	}

	.navbar-brand {
		padding: 4px 0 0 15px
	}

	.navbar-brand img {
		max-width: 120px !important;
		max-height: 40px; !important;
	}

	.main-nav .nav > li > a {
		padding-left: 15px;
		padding-right: 15px
	}

	.service-item .sec-title {
		font-size: 24px
	}

	.service-item .sec-title1 {
		font-size: 30px
	}

	.service-item .serv-ic {
		display: block;
		float: none !important;
		margin: auto
	}

	.service-item {
		/*text-align: center*/
	}

	.service-item .srv-des {
		padding-left: 0
	}

	.internal-page h2 {
		font-size: 24px;
	}

	footer .col-sm-4 {
		margin-bottom: 30px
	}

	footer .copyright {
		text-align: center
	}

	footer .des h4, footer .nav li a, footer .copyright h4 {
		font-size: 16px
	}

	.map-info {
		left: 50px;
		right: auto;
		width: 370px
	}

	.map-info::before {
		background-image: url(../images/map-pointer-r.png);
		left: auto;
		top: 160px;
		right: -72px;
		width: 72px
	}

	.map-info .social-icons {
		text-align: left
	}
}

/*@media (min-width: 767px) {*/
@media (min-width: 800px) {
	.affix .contact-no {
		display: none
	}

	.affix .navbar-brand {
		padding: 8px
	}

	.affix .navbar-brand img {
		max-width: 185px !important;
		max-height: 40px; !important;
	}

	.navbar-default .navbar-right {
		margin-top: 24px
	}

	.navbar-default.affix .navbar-right {
		margin-top: 0
	}
	.footer-c .col-sm-4 { min-height: 180px}
}

@media (min-width: 801px) and (max-width: 1024px) {
	.navbar-default .navbar-right {
		margin-top: 0
	}

	.navbar-brand {
		margin-top: 4px;
		padding: 8px
	}

	.navbar-brand img {
		max-width: 120px !important;
		max-height: 40px; !important;
	}

	.affix .navbar-brand {
		margin-top: 0
	}
}

.arrow-bullet {
	height: 25px;
	width: 25px;
	background-color: #5ba415;
	background-position: center center;
	background-repeat: no-repeat;
	border-radius: 50%;
	display: block;
	margin-bottom: 50px;
	margin-right: 10px;
	vertical-align: middle;
}
.arrow_char {
	vertical-align:center;
	line-height:24px;
	color:white;
	font-size:18px;
	display:inline;
	padding-left:6px;
}

.contact-us .sec-title {
	font-size: 38px;
}

#content h2 {
	margin-bottom: 1.0em;
}
#content ul, #content ol {
	margin-top: 0;
	/*margin-bottom:20px;*/
}

/* 992 - show full slide */



.banner-content {
	margin: 2% auto;
}

.banner-content h1 {
	transition: all .5s ease-in-out 0s;
	text-shadow: 1px 2px 4px #000000, -1px -2px 4px #333333;
	margin-bottom: 35px;
}

.banner-content h3 {
	transition: all .5s ease-in-out 0s;
	/*margin-bottom: 35px;*/
	text-shadow: 1px 2px 4px #000000, -1px -2px 4px #333333;
}

@media (min-width: 1281px) {
	.banner-content h1 {
		font-size: 52px;
	}
}

@media (min-width: 992px) {
	.banner-content h1 {
		font-size: 48px;
	}
}

@media (max-width: 991px) {
	.banner-content h1 {
		font-size: 48px;
	}
	#home-slide {
		background-image:url(/images/banner_background.png) !important;
	}
}

@media (max-width: 801px) {
	.banner-content h1 {
		font-size: 48px;
	}

	#home-slide {
		background-image:url(/images/banner_background.png) !important;
	}
}

@media (max-width: 640px) {

	.banner-content {
		margin: 10% auto !important
	}

	.banner-content h1 {
		font-size: 48px;
		text-shadow: 4px 4px 8px #000000, -3px -3px 6px #333333;
	}

	.banner-content h3 {
		font-size: 20px;
	}

	#home-slide {
		background-image:url(/images/banner_background.png) !important;
	}

}

h1 {
	font-family: 'Roboto', sans-serif;
	font-size: 40px;
	font-weight: 300;
	color: #6600FF;
	color: #222222;
	font-style: normal;
	line-height: 1.2em;
}
h2 {
	font-family: 'Roboto', sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #6600FF;
	color: #333333;
	line-height: 1.2em;
}

footer .copyright .container p {
	font-size: 14px;
}

a {
	color: #5ba415;
}
a:visited {
	color: #5ba415;
}
.image_note {
	font-size: 12px;
	line-height:1.1em;
}