@charset "utf-8";
/* CSS Document */
@font-face {
	font-family: "regular";
	src: url("../fonts/roboto/Roboto-Regular.ttf");
}
@font-face {
	font-family: "bold";
	src: url("../fonts/roboto/Roboto-Bold.ttf");
}
@font-face {
	font-family: "heading";
	src: url("../fonts/roboto/Roboto-Black.ttf");
}
body {
	font-family: "regular" !important;
	color: #666666 !important;
}
/*---top line---*/
.top-line {
	background: #dbdbdb;
	padding: 20px 0px 10px 0px;
}
.left-para {
	float: left;
	margin-top: -10px;
	margin-left: 0px !important;
}
.left-para li {
	display: inline-block;
}
.left-para li a {
	text-decoration: none !important;
	color: #666666;
}
.left-para .question {
	font-family: "bold";
}
.right-para {
	float: right;
	margin-top: -11px;
}
.right-para li {
	display: inline-block;
}
.right-para li a {
	background: none;
	color: #666666;
	border: 1px solid #666666;
	padding: 5px 0px;
	text-decoration: none !important;
}
.right-para li a:hover {
	background: #666666;
	color: #ffffff;
	border: 1px solid #ffffff;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.right-para li a .fa-facebook {
	padding: 5px 9.5px;
}
.right-para li a .fa-twitter {
	padding: 5px 7px;
}
.right-para li a .fa-youtube-play {
	padding: 5px 7px;
}
.right-para li a .fa-instagram {
	padding: 5px 7.5px;
}

@media screen and (max-width: 427px) {
.left-para {
	float: none;
}
.right-para {
	float: none;
	margin-top: 10px;
}
}
/*---logo container---*/
.logo-container {
	padding: 30px 0px;
}
.logo-container .top-logo-container {
	float: left;
	margin-bottom: 25px;
}

@media screen and (max-width: 767px) {
.logo-container .top-logo-container {
	float: none;
	margin-bottom: 0px;
}
}
.search-top {
	background: #080909;
	display: none;
}
.search-top input, .search-btn {
	-webkit-border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	-o-border-radius: 0px !important;
	-ms-border-radius: 0px !important;
	border-radius: 0px !important;
}
.search-top input {
	margin: 15px 0px;
	background: none;
	box-shadow: none;
}
.search-top input:focus {
	color: #ffffff;
	border: 1px solid #ffffff;
	box-shadow: none;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.search-btn {
	padding: 10px 15px;
	background: #080909;
	color: #ffffff;
	float: right;
	margin-top: 0px;
}
.search-btn:hover {
	cursor: pointer;
}
.search-btn .fa-times {
	display: none;
	padding: 10px 1px;
}
/*---navbar---*/
.nav-container {
	padding-left: 0px !important;
	paddin-right: 0px !important;
}
.navbar-default {
	margin-bottom: 0px !important;
	background: #81C45E !important;
	border: none !important;
	-webkit-border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	-o-border-radius: 0px !important;
	-ms-border-radius: 0px !important;
	border-radius: 0px !important;
}
.dropdown-menu {
	-webkit-border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	-o-border-radius: 0px !important;
	-ms-border-radius: 0px !important;
	border-radius: 0px !important;
	background-color: #81C45E !important;
}
.dropdown-menu li a {
	color: #080909 !important;
	font-family: "regular" !important;
	font-size: 14px !important;
}
.navbar .dropdown-menu li a:focus {
	background: #51753C !important;
	color: #ffffff !important;
}
.nav li a {
	color: #080909 !important;
	font-size: 16px;
	font-family: "bold";
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.navbar-nav li a:hover {
	background: #51753C !important;
	color: #ffffff !important;
}
.navbar-nav li a:focus {
	outline: none !important;
	background: #51753C !important;
	color: #ffffff !important;
}
.active-li {
	background: #51753C !important;
	color: #ffffff !important;
}
.search-btn-nav {
	display: none;
	padding: 10px 15px;
	background: #080909;
	color: #ffffff;
	float: right;
	margin-top: -47px;
	margin-right: 15px;
}
.search-btn-nav:hover {
	cursor: pointer;
}
.search-btn-nav .fa-times {
	display: none;
	padding: 10px 1px;
}
.navbar-toggle {
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	-webkit-border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	-o-border-radius: 0px !important;
	-ms-border-radius: 0px !important;
	border-radius: 0px !important;
	border: 1px solid #080909 !important;
	padding: 11px 11px !important;
}
.icon-bar {
	background: #080909 !important;
}
.navbar-toggle:hover {
	background: none !important;
}
.navbar-toggle:focus {
	background: none !important;
}

@media screen and (max-width: 767px) {
.nav-container {
	padding-left: 15px !important;
	paddin-right: 15px !important;
}
.navbar-toggle {
	float: left !important;
	margin-left: 30px;
}
.search-btn-nav {
	display: block !important;
}
}
/*---welcome us---*/
.welcome {
	background: #FFFFFF;
	padding-top: 40px;
	padding-bottom: 50px;
}
.welcome-para {
	color: #666666;
	margin-top: 20px;
}
.welcome h2 {
	font-family: "heading";
	color: #080909;
}
.welcome h2 span {
	font-family: "regular";
	color: #81C45E;
}
.welcome .sub-h2 {
	color: #666666;
	font-size: 15px;
	font-family: "regular";
}
.welcome h4 {
	color: #666666;
	font-family: "regular";
}
.welcome h4 span {
	font-family: "heading";
	color: #81C45E;
}
.welcome .my-col {
	margin-top: 20px;
}

@media screen and (max-width: 767px) {
.our-vision {
	margin-top: 0px;
}
.our-mission {
	margin-top: 30px;
}
}

@media screen and (max-width: 650px) {
.welcome {
	padding-top: 20px;
	padding-bottom: 20px;
}
.welcome h2 {
	font-size: 24px;
}
}

@media screen and (max-width: 286px) {
.welcome {
	padding-top: 30px;
}
}
/*---welcome end---*/


/*---key features---*/
.key-features {
	padding: 50px 0px;
	background: #fff8e5;
}
.key-heading h2 {
	font-family: "heading";
	color: #080909;
	margin-top: 0px;
}
.key-heading h2 span {
	color: #81C45E;
	font-family: "regular";
}
.key-heading .sub-h25 {
	margin-bottom: 15px;
	color: #666666;
	font-size: 15px;
	font-family: "regular";
}
.key-features i {
	font-size: 30px;
	color: #81C45E;
	float: left;
	background: #666666;
}
.key-features h4 {
	float: left;
	margin-left: 10px;
	font-family: "bold";
	color: #666666;
	margin-top: 15px;
}
.key-features .fa-laptop {
	padding: 10px 11px 10px 11px;
}
.key-features .fa-area-chart {
	padding: 10px 10px 10px 10px;
}
.key-features .fa-umbrella {
	padding: 10px 12.5px 10px 12.5px;
}
.key-features .fa-apple {
	padding: 10px 15px 10px 15px;
}
.key-features .fa-android {
	padding: 10px 15px 10px 15px;
}
.key-features .fa-wrench {
	padding: 10px 13px 10px 13px;
}
.data-container {
}
.key-features p {
	color: #666666;
	margin-top: 10px;
}
.key-features .key-row-1 {
	margin-top: 50px;
}
.key-features .col-xs-4 {
}
.key-features .panel-body {
	border: 1px solid #666666;
	padding: 15px;
}
.key-row-2 {
	margin-top: 30px !important;
}

@media screen and (max-width: 991px) {
.key-features h4 {
	margin-left: 0px;
	margin-bottom: 0px;
}
}

@media screen and (max-width: 717px) {
.key-features .col-xs-4 {
	width: 100%;
}
.key-features h4 {
	margin-left: 10px;
}
.key-col-2 {
	margin-top: 20px;
}
.key-col-3 {
	margin-top: 20px;
}
.key-row-2 {
	margin-top: 20px !important;
}
}

@media screen and (max-width: 650px) {
.key-features .key-row-1 {
	margin-top: 30px;
}
.key-features {
	padding-top: 30px;
	padding-bottom: 30px;
}
.key-heading h2 {
	font-size: 24px;
}
}
/*---key features end---*/


/*why choose us*/
.services {
	background: url(../images/bg-img.jpg) center fixed repeat;
	padding-top: 50px;
	padding-bottom: 30px;
}
.top-gap {
	padding-top: 30px;
}
.services-style h2 {
	font-family: "heading";
	color: #ffffff;
	margin-top: 0px;
}
.services-style h2 span {
	color: #81C45E;
	font-family: "regular";
}
.services-style .sub-h22 {
	margin-bottom: 15px;
	color: #ffffff;
	font-size: 15px;
	font-family: "regular";
}

@media screen and (max-width: 650px) {
.services {
}
.services-style h2 {
	font-size: 24px;
}
}
.my-row {
	color: #ffffff;
}
.my-row .col-sm-4 {
	padding: 20px;
}
.my-row i {
	font-size: 60px;
}
.my-row h4 {
	margin-top: 30px;
	color: #ffffff;
	font-family: "regular";
}

.paragraph-image {
	padding-right: 10px;
	width: 10%;
}

li .make-bold {
	font-weight: 900;
	color: #51753C;
}

@media screen and (max-width: 413px) {
.my-row i {
	font-size: 45px;
}
.my-row i.fa-certificate {
	font-size: 35px;
}
.my-row h4 {
	margin-top: 20px;
	font-size: 16px;
}
}
/*---testimonials---*/
.testimonials {
	padding: 50px 0px 30px 0px;
}
.testimonials .sub-h24 {
	color: #666666;
	font-size: 15px;
	font-family: "regular";
}
.testimonials h4 {
	font-family: "bold";
	text-transform: capitalize;
	margin-bottom: 10px;
}
.testimonials .testi-para {
	color: #666666;
	text-align: justify;
	position: relative;
}
.bg-item img {
	position: absolute;
	z-index: -1;
	left: 0px;
	top: -35px !important;
}
.testimonials i {
	color: #81C45E;
	margin: 10px 5px 20px 5px;
	font-size: 18px;
}
.testimonials img {
	margin-top: 30px;
}
.testimonials .designation {
	text-transform: capitalize;
	color: #666666;
}
.testimonials #demo {
	margin-top: 50px;
}
.testimonials .item {
	margin: 0px 20px;
}
.bg-item {
}
.testimonials h2 {
	font-family: "heading";
	color: #080909;
	margin-top: 0px;
}
.testimonials h2 span {
	color: #81C45E;
	font-family: "regular";
}
.testimonials .sub-h22 {
	margin-bottom: 15px;
	color: #ffffff;
	font-size: 15px;
	font-family: "regular";
}

@media screen and (max-width: 650px) {
.testimonials {
	padding: 30px 0px 10px 0px;
}
.testimonials h2 {
	font-size: 24px;
}
}

@media screen and (max-width: 545px) {
.testimonials {
	padding: 40px 0px 20px 0px;
}
.testimonials h2 {
	font-size: 24px;
}
.testimonials #demo {
	margin-top: 20px;
}
}
/*---testimonials end---*/


/*affordable*/
.affordable {
	background: url(../images/bg-img.jpg) fixed;
	color: #ffffff;
	padding-top: 30px;
	padding-bottom: 30px;
}
.affordable h3 {
	float: left;
	margin-top: 10px;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
}
.affordable-btn {
	float: right;
}
.affordable-btn .btn-afford {
	margin-top: 2px;
	padding: 12px;
	border: 1px solid #81C45E;
	background: #81C45E;
	color: #080909;
	-webkit-border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	-o-border-radius: 0px !important;
	-ms-border-radius: 0px !important;
	border-radius: 0px !important;
}
.affordable-btn .btn-afford:hover {
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	background: none;
	border: 1px solid #ffffff;
	color: #ffffff;
}

@media screen and (max-width: 991px) {
.affordable h3 {
	font-size: 20px;
}
}

@media screen and (max-width: 747px) {
.affordable h3 {
	float: none;
}
.affordable-btn {
	float: none;
	margin-top: 30px;
}
.affordable {
	padding-top: 30px;
	padding-bottom: 40px;
}
}
/*affordable end*/


/*---brands---*/
.brands {
	padding: 50px 0px;
	background: #ffffff;
}
.brands-heading {
	margin-bottom: 30px;
}
.brands-heading h2 {
	font-family: "heading";
	color: #080909;
	margin-top: 0px;
}
.brands-heading h2 span {
	color: #81C45E;
	font-family: "regular";
}
.brands-heading .sub-h23 {
	margin-bottom: 15px;
	color: #666666;
	font-size: 15px;
	font-family: "regular";
}

@media screen and (max-width: 650px) {
.brands {
	padding: 30px 0px 10px 0px;
}
.brands-heading h2 {
	font-size: 24px;
}
}
/*---brands end---*/


/*footer*/
.my-footer {
	background: url(../images/wall.jpg);
	line-height: 30px;
}
.my-footer .footer-data {
	padding-top: 30px;
}
/*col-1*/
.my-footer .col-1 {
	color: #fcfcfc;
}
.my-footer .col-1 img {
	padding-bottom: 20px;
	padding-top: 50px;
}
.my-footer .col-1 .fa-map-marker {
	margin-right: 22px;
	color: #81C45E;
}
.my-footer .col-1 .fa-phone {
	margin-right: 17px;
	color: #81C45E;
}
.my-footer .col-1 .fa-envelope-o {
	margin-right: 15px;
	color: #81C45E;
}
.social-footer {
	padding-top: 30px;
}
.social-footer i {
	border: 1px solid #81C45E;
	color: #81C45E !important;
}
.social-footer i:hover {
	border: 1px solid #FFFFFF;
	color: #FFFFFF !important;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.my-footer .col-1 .fa-facebook {
	padding: 7px 11px;
}
.my-footer .col-1 .fa-twitter {
	padding: 7px 9px;
}
.my-footer .col-1 .fa-youtube-play {
	padding: 7px 10px;
}
.my-footer .col-1 .fa-instagram {
	padding: 7px 10px;
}

/*col-1 end*/
/*col-2*/
.my-footer .col-2 {
	line-height: 40px;
}
.my-footer .col-2 h4 {
	font-family: "heading";
	color: #fcfcfc;
	margin-bottom: 20px;
	padding-top: 20px;
}

.my-footer .col-1 h4 {
	font-family: "heading";
	color: #fcfcfc;
	margin-bottom: 20px;
	padding-top: 20px;
}

.my-footer .col-2 .quick-links li {
	list-style-type: none;
	display: block;
}
.my-footer .col-2 .quick-links a {
	color: #fcfcfc;
}
.my-footer .col-2 .quick-links a:hover {
	text-decoration: none;
	color: #81C45E;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
/*col-2 end*/
/*col-3*/
.my-footer .col-3 {
}
.my-footer .col-3 h4 {
	font-family: "heading";
	color: #fcfcfc;
	margin-bottom: 35px;
	padding-top: 20px;
}
.my-footer .col-3 .news1 {
	margin-top: 0px;
}
.my-footer .col-3 .news2 {
	margin-top: 10px;
}
.my-footer .col-3 .news3 {
	margin-top: 10px;
}
.my-footer .col-3 img {
	float: left;
}
.my-footer .col-3 .news1-data {
	float: left;
	margin-left: 10px;
	margin-top: 0px;
	line-height: 20px;
	font-size: 13px;
}
.my-footer .col-3 .news1-data a {
	color: #fcfcfc;
}
.my-footer .col-3 .news1-data a:hover {
	text-decoration: none;
	color: #81C45E;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.my-footer .col-3 .news2-data {
	float: left;
	margin-left: 10px;
	margin-top: 0px;
	line-height: 20px;
	font-size: 13px;
}
.my-footer .col-3 .news2-data a {
	color: #fcfcfc;
}
.my-footer .col-3 .news2-data a:hover {
	text-decoration: none;
	color: #81C45E;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.my-footer .col-3 .news3-data {
	float: left;
	margin-left: 10px;
	margin-top: 0px;
	line-height: 20px;
	font-size: 13px;
}
.my-footer .col-3 .news3-data a {
	color: #fcfcfc;
}
.my-footer .col-3 .news3-data a:hover {
	text-decoration: none;
	color: #81C45E;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.my-footer .col-3 p {
	color: #fcfcfc;
}

@media screen and (max-width: 1200px) {
.my-footer .col-3 .news1-data {
	margin-left: 55px;
	margin-top: -55px;
}
.my-footer .col-3 .news2-data {
	margin-left: 55px;
	margin-top: -55px;
}
.my-footer .col-3 .news3-data {
	margin-left: 55px;
	margin-top: -55px;
}
}

@media screen and (max-width: 767px) {
.my-footer .col-3 .news1-data {
	margin-left: 10px;
	margin-top: 0px;
}
.my-footer .col-3 .news2-data {
	margin-left: 10px;
	margin-top: 0px;
}
.my-footer .col-3 .news3-data {
	margin-left: 10px;
	margin-top: 0px;
}
.my-footer .col-4 {
	margin-top: 80px;
}
}

@media screen and (max-width: 368px) {
.my-footer .col-3 .news1-data {
	margin-left: 55px;
	margin-top: -55px;
}
.my-footer .col-3 .news2-data {
	margin-left: 55px;
	margin-top: -55px;
}
.my-footer .col-3 .news3-data {
	margin-left: 55px;
	margin-top: -55px;
}
}
/*col-3 end*/
/*col-4*/
.my-footer .col-4 {
}
.my-footer .col-4 h4 {
	font-family: "heading";
	color: #fcfcfc;
	margin-bottom: 20px;
	padding-top: 20px;
}
.my-footer .col-4 input {
	font-size: 13px;
	margin-bottom: 10px;
	color: #fcfcfc;
	border: none;
	background: #1c1c1c;
	-webkit-border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	-o-border-radius: 0px !important;
	-ms-border-radius: 0px !important;
	border-radius: 0px !important;
}
.my-footer .col-4 input:focus {
	box-shadow: none;
}
.my-footer .col-4 textarea {
	font-size: 13px;
	color: #fcfcfc;
	border: none;
	background: #1c1c1c;
	resize: vertical;
	-webkit-border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	-o-border-radius: 0px !important;
	-ms-border-radius: 0px !important;
	border-radius: 0px !important;
}
.my-footer .col-4 textarea:focus {
	box-shadow: none;
}
.my-footer .col-4 .btn {
	margin-top: 10px;
	padding: 6px;
	width: 100%;
	letter-spacing: 1px;
	border: 1px solid #81C45E;
	background: #81C45E;
	font-weight: 800;
	color: #2b2b2b;
	-webkit-border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	-o-border-radius: 0px !important;
	-ms-border-radius: 0px !important;
	border-radius: 0px !important;
}
.my-footer .col-4 .btn:hover {
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	background: none;
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
}
.my-footer .col-4 a {
}
/*col-4 end*/
.my-footer .line {
	border-bottom: 1px solid #fcfcfc;
	width: 100%;
	padding-top: 50px;
}
.last-line {
	color: #fcfcfc;
	font-size: 13px;
	padding-top: 20px;
	padding-bottom: 20px;
}
.last-line a {
	color: #81C45E;
}
.last-line a:hover {
	text-decoration: none;
}
.last-line a:focus {
	text-decoration: none;
}
/*footer end*/


/*---about page---*/
.about-page {
	padding-top: 10px;
}
.page-heading {
	background: url(../images/bg-img.jpg) center fixed;
	padding: 50px 0px;
}
.page-name {
	color: #ffffff;
	font-family: "heading";
	margin: 0px;
}
.breadcrumb-container {
	background: none !important;
	padding: 6px 0px;
}
.breadcrumb-container .container {
	padding-left: 0px !important;
	padding-right: 0px !important;
}
.breadcrumb {
	color: #666666;
	padding: 8px 15px;
	margin-bottom: 0px !important;
	list-style: none;
	background: none !important;
	-webkit-border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	-o-border-radius: 0px !important;
	-ms-border-radius: 0px !important;
	border-radius: 0px !important;
}
.breadcrumb .active {
	color: #666666 !important;
}
.breadcrumb a {
	color: #080909;
}
.breadcrumb a:hover {
	color: #666666;
	text-decoration: none;
}
.breadcrumb a:focus {
	color: #080909;
	text-decoration: none;
	outline: none;
}

@media screen and (max-width: 650px) {
.page-name {
	font-size: 24px;
}
}
/*---about page end---*/


/*---services page---*/
.services-page {
	padding: 30px 0px 50px 0px;
}
.services-col1 {
}
.services-page h3 {
	color: #666666;
	font-family: "bold";
}
.sub-panel {
}
.sub-panel img {
	float: left;
	width: 25%;
}
.sub-panel p {
	float: right;
	width: 70%;
	margin-top: 0px;
	color: #666666;
	text-align: justify;
}
.services-page button {
	margin-top: 10px;
	width: 100%;
	padding: 12px;
	border: 1px solid #81C45E;
	background: #81C45E;
	color: #080909;
	-webkit-border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	-o-border-radius: 0px !important;
	-ms-border-radius: 0px !important;
	border-radius: 0px !important;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.services-page button:hover {
	text-decoration: none;
	background: none;
	border: 1px solid #080909;
	color: #080909;
}
.services-para h3 {
	color: #666666;
	font-family: "bold";
	margin-top: 0px;
}
.services-para p {
	text-align: justify;
}

@media screen and (max-width: 992px) {
.services-page {
	padding: 20px 0px 30px 0px;
}
.services-page .col-xs-3 {
	width: 50%;
}
}

@media screen and (max-width: 480px) {
.services-page .col-xs-3 {
	width: 100%;
}
}
/*---services page end---*/


/*---services detail page---*/
.services-detail ol {
	padding-left: 15px !important;
}
.services-detail img {
	margin-top: 40px;
}

@media screen and (max-width: 767px) {
.services-detail img {
	margin-top: 20px;
}
}
/*---services detail page end---*/


/*---gallery page---*/
.gallery-row-1 {
	margin-top: 30px;
}
.gallery img {
	margin-top: 0px;
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
	filter: grayscale(100%);
}
.gallery .col-xs-3 {
	padding-right: 1px !important;
	padding-left: 1px !important;
}

@media screen and (max-width: 992px) {
.gallery .col-xs-3 {
	width: 25%;
}
}
.overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: .3s ease;
	background-color: none;
}
.gallery .col-xs-3:hover .overlay {
	opacity: 1;
}
.icon {
	color: #81C45E;
	font-size: 70px;
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
}
.gallery .i:hover {
	color: #81C45E;
}
.gallery a:hover {
	color: #81C45E;
	cursor: pointer;
}
.gallery a:focus {
	color: #81C45E;
}

@media screen and (max-width: 991px) {
.gallery .icon {
	font-size: 40px;
}
}

@media screen and (max-width: 433px) {
.gallery .icon {
	font-size: 30px;
}
}
/* Add modal Animation */
.modal-content {
	-webkit-animation-name: zoom;
	-webkit-animation-duration: 0.6s;
	animation-name: zoom;
	animation-duration: 0.6s;
	-webkit-border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	-o-border-radius: 0px !important;
	-ms-border-radius: 0px !important;
	border-radius: 0px !important;
}
 @-webkit-keyframes zoom {
 from {
-webkit-transform:scale(0)
}
 to {
-webkit-transform:scale(1)
}
}
 @keyframes zoom {
 from {
transform:scale(0)
}
 to {
transform:scale(1)
}
}
.modal-body {
	padding: 0px !important;
}
.modal-header {
	border-bottom: none !important;
}
.gallery .modal-header .close {
	width: 30px;
	height: 30px;
	float: right;
	background: #080909;
	font-size: 21px;
	font-weight: bold;
	line-height: 0;
	color: #ffffff;
	text-shadow: none !important;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}
.gallery .modal-header .close:hover {
	width: 30px;
	height: 30px;
	float: right;
	background: #080909;
	font-size: 21px;
	font-weight: bold;
	line-height: 0;
	color: #ffffff;
	text-shadow: none !important;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}
.modal-body img {
	-webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
	filter: grayscale(0%);
}
.modal-title {
	font-family: "bold";
	color: #666666;
}

@media screen and (max-width: 650px) {
.gallery .modal-title {
	font-size: 18px !important;
}
}
.gallery-row-2 {
	margin-top: 2px;
}
/*---gallery page end---*/


/*---contact page---*/
.contact-us {
}
.contact-us ol {
	padding-left: 0px !important;
}
.contact-us ol li {
	list-style-type: none;
	margin-top: 5px;
}
.contact-us ol li::first-child {
margin-top:0px;
}
.contact-us li i {
	color: #666666;
}
.contact-us .fa-map-marker {
	font-size: 20px;
	margin-right: 10px;
}
.contact-us .fa-globe {
	font-size: 17px;
	margin-right: 10px;
}
.contact-us .fa-mobile {
	font-size: 22px;
	margin-right: 15px;
}

.contact-us .fa-envelope-o {
	font-size: 15px;
	margin-right: 10px;
}
.contact-us .fa-phone {
	font-size: 17px;
	margin-right: 11px;
}
.contact-us .fa-fax {
	font-size: 15px;
	margin-right: 9px;
}
.contact-us input {
	font-size: 14px;
	color: #666666;
	border: 1px solid #666666;
	background: #ffffff;
	-webkit-border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	-o-border-radius: 0px !important;
	-ms-border-radius: 0px !important;
	border-radius: 0px !important;
}
.contact-us input {
	box-shadow: none !important;
	border: 1px solid #666666 !important;
	margin-bottom: 5px;
}
.contact-us textarea {
	font-size: 14px;
	color: #666666;
	border: 1px solid #666666;
	background: #ffffff;
	resize: vertical;
	-webkit-border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	-o-border-radius: 0px !important;
	-ms-border-radius: 0px !important;
	border-radius: 0px !important;
}
.contact-us textarea:focus {
	box-shadow: none !important;
	border: 1px solid #666666;
}
.contact-us .contact-btn {
	margin-top: 15px;
	padding: 12px 50px;
	border: 1px solid #81C45E;
	background: #81C45E;
	color: #080909;
	-webkit-border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	-o-border-radius: 0px !important;
	-ms-border-radius: 0px !important;
	border-radius: 0px !important;
}
.contact-us .contact-btn:hover {
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	background: none;
	border: 1px solid #666666;
	color: #666666;
}

@media screen and (max-width: 991px) {
.contact-us .col-sm-8 {
	width: 100%;
}
.contact-us .col-sm-4 {
	width: 100%;
}
}

/*---contact page end---*/

/*---404 page---*/
.under-construction {}
.under-construction img {}
/*---404 page end---*/


/*---blog page---*/
.blog-page {margin-top:30px;color:#666666;}
.blog-page a {color:#666666;}
.blog-page a:hover {color:#666666;text-decoration: none;}
.blog-page a:focus {color:#666666;text-decoration: none;}
.blog-page h3 {font-family:"bold";}
.blog-page img {
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
	filter: grayscale(100%);
	}
.blog-page .blog-btn {
	text-transform: uppercase;
	margin-top: 2px;
	padding: 12px;
	border: 1px solid #81C45E;
	background: #81C45E;
	color: #080909;
	-webkit-border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	-o-border-radius: 0px !important;
	-ms-border-radius: 0px !important;
	border-radius: 0px !important;
}
.blog-page .blog-btn:hover {
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	background: none;
	border: 1px solid #080909;
	color: #080909;
}

/*---blog page end---*/

/*---blog post---*/
.blog-post {margin-top:10px;}
.blog-post h4 {font-family:"bold";}
.blog-post .search-heading {color:#080909;}
.blog-post .well {
background:#d1e0b0; /* #fff8e5 */
border:1px solid #dbdbdb;
box-shadow:none;
-webkit-border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	-o-border-radius: 0px !important;
	-ms-border-radius: 0px !important;
	border-radius: 0px !important;
}
.blog-post .search-well {background:#81C45E;border:1px solid #81C45E;}
.blog-post textarea {
resize:vertical;
box-shadow:none;
-webkit-border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	-o-border-radius: 0px !important;
	-ms-border-radius: 0px !important;
	border-radius: 0px !important;
}
.blog-post textarea:focus {
box-shadow:none;border:1px solid #dbdbdb;
}
.blog-post input {
-webkit-border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	-o-border-radius: 0px !important;
	-ms-border-radius: 0px !important;
	border-radius: 0px !important;
	background:#ffffff;
	border:1px solid #ffffff;
	box-shadow: none;
}
.blog-post input:focus {
box-shadow: none;
border:1px solid #ffffff;
background:#ffffff;
}
.blog-post .input-group-btn .btn {
background:#080909;
color:#ffffff;
border:1px solid #080909;
-webkit-border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	-o-border-radius: 0px !important;
	-ms-border-radius: 0px !important;
	border-radius: 0px !important;
}
.blog-post .input-group-btn .btn:focus {
background:#080909;
color:#ffffff;
border:1px solid #080909;
-webkit-border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	-o-border-radius: 0px !important;
	-ms-border-radius: 0px !important;
	border-radius: 0px !important;
}
@media screen and (max-width: 767px) {
.blog-post-col {margin-top:20px;}
}

/*---blog post end---*/



@media screen and (max-width: 650px) {
body h3 {
	font-size: 18px !important;
}
}





