 /*
    Theme Name: MyBiz
    Theme URL: https://bootstrapmade.com/mybiz-free-business-bootstrap-theme/
    Author: BootstrapMade.com
    Author URL: https://bootstrapmade.com
*/

/*General*/
body {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-size: normal;
	font-smooth: always;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
}
#main-nav .mega-dropdown-menu>li>ul>li>a {
    line-height:25px !important;
}
p {
    line-height:30px !important; text-align:justify !important;
}
a {
	text-decoration: none;
	-moz-transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-o-transition: all linear .3s;
	transition: all linear .3s;
	color:#237b0d;
}
.h4, h4 {
    font-size: 22px;
}
a:hover {
	text-decoration: none;
}

img {
	max-width: 100%;
}

ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

input[type="text"],
input[type="password"],
input[type="email"],
textarea {
	font-family: 'Raleway', sans-serif;
	font-size: 14px;
	font-weight: 500;
	color: #7e7e7e;
	border-width: 1px;
	border-style: solid;
	padding: 0 15px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-moz-transition: border linear .3s;
	-webkit-transition: border linear .3s;
	-o-transition: border linear .3s;
	transition: border linear .3s;
}

textarea {
	padding: 15px;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
textarea:focus {
	background: rgba(62, 212, 255, 0.5);
	border-color: #237b0d !important;
	outline: none;
	color: #333;
}

.btn {
	font-family: 'Raleway', sans-serif;
	font-size: 14px;
	font-weight: 600;
	width: 120px;
	height: 40px;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	-moz-transition: background .3s linear;
	-webkit-transition: background .3s linear;
	-o-transition: background .3s linear;
	transition: background .3s linear;
}

.btn:focus {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: none;
}

.cover {
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 2;
}

.container {
	position: relative;
	z-index: 3;
}

/*Header*/
/*Top nav left*/
.top-nav {
	;
	color: #fff;
	line-height: 20px;
	border-bottom: 1px solid #237b0d;
	background:#237b0d;
}
#main-nav .navbar {
	z-index: 9999;
}
/*Top left Menu*/
.top-left {
	float: left;
}

.top-left ul >li {
	display: inline-block;
	margin-right: 15px;
	margin-top:4px;
}

.top-left a {
	font-size: 16px;
	color: #333;
}

.top-left i {
	color: #fff;
}


.top-left a:hover {
	color: #237b0d;
}

/*Top Right Menu*/
.top-right {
	float: right;
}

.top-right p:before {
	content: "\f041";
	font-family: 'FontAwesome';
	font-size: 16px;
	color: #fff;
	margin-right: 10px;
}

.top-right p {
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	font-size: 14px;
	margin:0px
}

.top-right p > span {
	margin-left: 5px;
	font-style: italic;
	font-weight: 400;
}

/*Nagivation*/
#main-nav {
	padding: 0;
}
#main-nav .navbar {
	min-height: 100px;
}
/*Affix*/
#main-nav.affix {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: rgba(255,255,255,0.9);
    color: #fff;
    z-index:10;
	-moz-box-shadow: 0 1px 2px #ebebeb;
	-webkit-box-shadow: 0 1px 2px #ebebeb;
	box-shadow: 0 5px 5px rgba(0,0,0,.15);
    transition: all 0.3s;
}

.navbar {
	margin:0;
}

#main-nav .navbar-header a {
	/*background-color: #237b0d;*/
	color: #fff;
}
/*Toggle Menu*/
#main-nav .navbar-toggle {
	background-color: #237b0d;
}

#main-nav .navbar-toggle span {
	background-color: #fff;
}

/*Main Menu*/
#main-nav .navbar-right {
	margin-top: 30px;
}
#main-nav .navbar-right li > a {
	font-family: 'Raleway', sans-serif;
	font-size: 15px;
	font-weight: 700;
	line-height: 30px;
	color: #555;
	padding-top: 0;
	padding-bottom: 0;
	text-transform: uppercase;
}

#main-nav .navbar-right li > a:focus {
	color: #237b0d;
    background: none;
    outline: none;
}

#main-nav .navbar-nav>li>a:hover,
#main-nav .navbar-nav>li.active>a {
/*	color: #237b0d;*/
    background: none;
}

/*Search Form*/
.search-form {
	padding: 10px;
	position: absolute;
	bottom: -76px;
	right: 15px;
	z-index: 3;
	background: #fff;
	visibility: hidden;
	opacity: 0;
	transition: opacity .5s linear;
	-moz-box-shadow: 0 1px 2px #ebebeb;
	-webkit-box-shadow: 0 1px 2px #ebebeb;
	box-shadow: 0 1px 2px #ebebeb;
}

.search-form.visible {
	visibility: visible;
	opacity: 1;
}

.search-form input {
	height: 40px;
	width: 275px;
	border-color: #e8e8e8;
}

/*Main Slider*/
#slider {
	margin: 0;
	padding: 0;
	position: relative;
}

.flexslider {
	border: 0;
}

#slider.flexslider .slides > li img {
	
}

/*Slider Caption*/
#slider .caption {
	position: absolute;
	width: 600px;
	top: 50%;
}

#slider .caption h2 {
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 700;
	font-size: 48px;
	text-transform: uppercase;
}

#slider .caption span {
	padding: 0 10px;
	background-color: #237b0d;
	color: #fff;
}

#slider .caption p {
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 700;
	font-size: 24px;
	font-style: italic;
	margin-top: 30px;
	color: #237b0d;
}

#slider .caption button {
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 700;
	font-size: 17px;
	margin-top: 20px;
	background-color: #237b0d;
	color: #fff;
	border: 1px solid #fff;
}

#slider .caption button:hover {
	background-color: #fff;
    border: 1px solid #237b0d;
    transition: 0.3s;
    color: #237b0d;
}


/*Media*/
@media screen and (min-width: 320px) and (max-width: 520px) {
	#slider .caption {
		position: absolute;
		width: 400px;
		top: 55%;
	}

	#slider .caption h2 {
		font-size: 15px;
	}

	#slider .caption p {
		font-size: 10px;
		font-style: italic;
		margin: 0;
		padding: 0;
		color: #237b0d;
	}

	#slider .caption .btn {
		width: 80px;
	    height: 20px;
		font-size: 10px;
		margin-top: 5px;
		padding: 0;
	}
}

/*Media*/
@media screen and (min-width: 521px) and (max-width: 980px) {
	#slider .caption {
		position: absolute;
		width: 450px;
		top: 50%;
	}

	#slider .caption h2 {
		font-size: 24px;
	}

	#slider .caption p {
		font-size: 16px;
		font-style: italic;
		margin-top: 15px;
		color: #237b0d;
	}

	#slider .caption .btn {
		width: 110px;
	    height: 30px;
		font-size: 12px;
		margin-top: 15px;

	}
}

/*Control Nav*/
#slider .flex-control-nav {
	position: absolute;
	display: inline;
	z-index: 2;
}

#slider .flex-control-nav li {
	margin: 5px;
	display: inline-block;
}

#slider .flex-control-paging li a {
	background: #fff;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	border: 1px solid #237b0d;
}

#slider .flex-control-paging li a:hover {
	background: #237b0d;
}

#slider .flex-control-paging li a.flex-active {
	background: #237b0d;
	width: 12px;
	height: 12px;
}

/*About*/
#about {
	padding: 20px 80px 30px 80px;
}

#about .about-heading {
	text-align: center;
	margin-bottom:40px;
}

#about .about-heading h2 {
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 700;
	font-size: 45px;
	text-transform: uppercase;
}

#about .about-heading p {
	line-height: 25px;
	color: #333333;
}

#about .about-left {
	position: relative;
    z-index: 2;
}

#about .about-right:before {
	content: "";
    border: 8px solid #e5eef0;
	width: 120%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
}

#about .about-right {
	position: relative;
	padding: 0 80px 54px 10px;
}

#about .about-right-heading h1 {
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	padding-top: 35px;
	text-transform: uppercase;
}

#about .about-right-boot:before {
	content: "\f03a";
	font-family: 'FontAwesome';
	font-size: 45px;
	padding: 12px 30px 0 0;
	float: left;
	color: #237b0d;
}

#about .about-right-wrapper {
    padding-left: 0 0 50px 78px;
    position: relative;
	left: 0;
	top: 0px;
	display:table-cell;
}

#about .about-right-wrapper a {
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	color: #282828;
}

#about .about-right-wrapper a:hover {
	color: #237b0d;
}

#about .about-right-wrapper p {
	line-height: 28px;
	margin-top: 20px;
	color: #333333;
}

#about .about-right-best:before {
	content: "\f201";
	font-family: 'FontAwesome';
	font-size: 45px;
	padding: 12px 30px 0 0;
	float: left;
	color: #237b0d;
}

#about .about-right-support:before {
	content: "\f025";
	font-family: 'FontAwesome';
	font-size: 45px;
	padding: 12px 30px 0 0;
	float: left;
	color: #237b0d;
}
	#about .about-heading h2 {
		margin-top: 40px;
		font-size: 27px;
	}

/*Media*/
@media screen and (min-width: 320px) and (max-width: 520px) {
	#about {
		padding: 0;
	}

	#about .about-heading h2 {
		margin-top: 30px;
		font-size: 27px;
	}

	#about .about-heading p {
		margin-top: 20px;
		font-size: 12px;
		line-height: 20px;
	}

	#about .about-right:before {
		content: "";
	    border: 8px solid #e5eef0;
		width: 100%;
	    height: 100%;
	}

	#about .about-right {
		position: relative;
		padding: 30px;
		margin-top: 20px;
	}

	#about .about-right-heading h1 {
		padding-top: 20px;
		font-size: 25px;
		text-align: center;
	}

	#about .about-right-boot:before {
		font-size: 30px;
		padding: 20px 20px 0 0;
	}

	#about .about-right-wrapper {
	    position: relative;
		left: 0;
		top: 35px;
	}

	#about .about-right-wrapper a > h3 {
		font-size: 20px;
	}

	#about .about-right-wrapper p {
		margin-top: 20px;
		font-size: 13px;
	}

	#about .about-right-best {
		margin-top: 40px;
	}

	#about .about-right-best:before {
		font-size: 30px;
		padding: 20px 20px 0 0;
	}

	#about .about-right-support {
		margin-top: 40px;
	}

	#about .about-right-support:before {
		font-size: 30px;
		padding: 20px 20px 0 0;
	}
}

/*Media*/
@media screen and (min-width: 521px) and (max-width: 980px) {
	#about {
		margin-top: 50px;
		padding: 0;
	}

	#about .about-heading h2 {
		margin-top: 30px;
		font-size: 30px;
	}

	#about .about-heading p {
		margin-top: 20px;
		line-height: 20px;
	}

	#about .about-right:before {
		content: "";
	    border: 8px solid #e5eef0;
		width: 100%;
	    height: 100%;
	}

	#about .about-right {
		position: relative;
		padding: 30px;
		margin-top: 20px;
	}

	#about .about-right-heading h1 {
		padding-top: 20px;
		font-size: 25px;
		text-align: center;
	}

	#about .about-right-boot:before {
		font-size: 30px;
		padding: 20px 20px 0 0;
	}

	#about .about-right-wrapper {
	    position: relative;
		left: 0;
		top: 35px;
	}

	#about .about-right-wrapper a > h3 {
		font-size: 20px;
	}

	#about .about-right-wrapper p {
		margin-top: 20px;
		font-size: 13px;
	}

	#about .about-right-best {
		margin-top: 40px;
	}

	#about .about-right-best:before {
		font-size: 30px;
		padding: 20px 20px 0 0;
	}

	#about .about-right-support {
		margin-top: 40px;
	}

	#about .about-right-support:before {
		font-size: 30px;
		padding: 20px 20px 0 0;
	}

}

/*About bg*/
#about-bg {
	position: relative;
	background-image: url(../images/about/about2.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 100px;
    text-transform: uppercase;
    padding: 100px 0;
    color: #fff;
}

.about-bg-heading {
	font-family: 'Josefin', sans-serif;
	font-weight: 900;
	text-align: center;
	line-height: 40px;
	z-index: -2;
}

.about-bg-heading h1 {
	font-size: 40px
}

.about-bg-heading p {
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	font-weight: 400;
	font-size: 16px;
}

.about-bg-wrapper {
	color: #fff;
	text-align: center;
	margin-top: 30px;
	z-index: -2;
}

#about-bg .about-bg-wrapper .count {
	font-family: 'Raleway', sans-serif;
	font-weight: 900;
	font-size: 45px;
	margin-right: 20px;
	text-align: center;
	float: left;
	color: #237b0d;
}

#about-bg .about-bg-wrapper p {
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	font-size: 16px;
	margin-top: 30px;
	float: left;
}

/*Media*/
@media screen and (min-width: 320px) and (max-width: 520px) {
	.about-bg-heading h1 {
		font-size: 28px;
	}

	.about-bg-wrapper {
		margin-left: 25%;
	}

}

/*Media*/
@media screen and (min-width: 521px) and (max-width: 980px) {
	.about-bg-heading h1 {
		font-size: 30px;
	}

	.about-bg-wrapper {
		margin-left: 35%;
	}

}

/*Service*/
#service {
	margin-top: 0px;
	background-attachment: scroll;
    padding-bottom: 0px;
    padding-top: 0px;
}

#service .col-md-6 {
	padding: 0;
	
}

#service .service-heading {
	text-align: center;
}

#service .service-heading h2 {
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 700;
	font-size: 45px;
	text-transform: uppercase;
}

#service .service-heading p {
	margin-top: 20px;
	line-height: 25px;
	color: #333333;
	margin-bottom: 50px;
}

.services-style-one {
	position: relative;
}

.services-style-one .outer-box {
	position: relative;
	background: #1c1c1c;
}

.services-style-one .services-column {
	position: relative;
	width: 50%;
	float: left;
	background: #f2f3f4;	
}

.services-style-one .service-block {
	position: relative;
	margin-bottom: 40px;	
}

.services-style-one .services-column .content-outer {
	position: relative;
	float: right;
	max-width: 700px;
	padding: 80px 20px 40px 40px;	
}

.services-style-one .services-column .icon-box {
	font-size: 36px;
	margin-bottom: 15px;
	line-height: 1px;
	color: #237b0d;	
}

.services-style-one .services-column h4 {
	font-size: 14px;
	margin-bottom: 10px;
	color: #1c1c1c;	
}

.services-style-one .services-column .text {
	font-size: 13px;
	color: #5a5a5a;
	max-width: 250px;	
}

.services-style-one .content-column {
	position: relative;
	float: left;
	width: 50%;
	background: #1c1c1c;
	text-align: right;
}

.services-style-one .content-column .content-box {
	position: relative;
	float:left;
	padding: 170px 20px 100px 320px;
	max-width: 700px;	
}

.services-style-one .content-column .sec-title h2 {
	color: #fff;
}

.services-style-one .content-column .sec-title h2 > span {
	border-bottom: 2px solid #237b0d;
	padding-bottom: 5px;
}

.services-style-one .content-column .inner-box {
	position: relative;
}

.services-style-one .content-column .text {
	position: relative;
	margin: 30px 0;
	color: #999999;
	line-height: 25px;
}

.inner-box button {
	background-color: #237b0d;
	width: 120px;
	height: 35px;
	color: #fff;
}

.inner-box button:hover {
	background-color: #fff;
	color: #237b0d;
}

/*Service Footer*/
#service .service-footer {
	background: #222222;
	padding: 30px 0;
}

#service .service-footer-left h3 {
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
	font-size: 22px;
	color: #fff;
}

#service .service-footer-left h3 > span {
	color: #237b0d;
}

#service .service-footer-left p {
	font-size: 16px;
	color: #9d9d9d;
}

#service .service-footer-right {
	float: right;
	line-height: 80px;
}

#service .service-footer-right button {
	background-color: #237b0d;
	width: 180px;
	height: 50px;
	color: #fff;
	border-radius:5px;
}

#service .service-footer-right button:hover {
	background-color: #fff;
	color: #237b0d;
}

/*Media*/
@media screen and (min-width: 320px) and (max-width: 520px) {
	#service {
		margin-top: 50px;
	}

	#service .service-heading h2 {
		font-size: 27px;
	}

	#service .service-heading p {
		font-size: 13px;
	}

	.services-style-one .content-column .content-box {
		padding: 200px 20px 100px 20px;	
	}
}

/*Media*/
@media screen and (min-width: 521px) and (max-width: 980px) {
	#service {
		margin-top: 50px;
	}

	#service .service-heading h2 {
		font-size: 30px;
	}

	.services-style-one .content-column .content-box {
		padding: 200px 20px 100px 20px;	
	}
}

/*Portfolio*/
#portfolio {
	margin-top: 100px;
}

#portfolio .portfolio-heading {
	text-align: center;
}

#portfolio .portfolio-heading h2 {
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 700;
	font-size: 45px;
	text-transform: uppercase;
}

#portfolio .portfolio-heading p {
	margin-top: 20px;
	line-height: 25px;
	color: #333333;
	margin-bottom: 50px;
}

#portfolio .portfolio-thumbnail {
	position: relative;
}

#portfolio .portfolio-thumbnail img {
	width: 100%;
	height:auto;
}

#portfolio .portfolio-thumbnail .col-md-3 {
	padding: 0;
}

#portfolio .portfolio-thumbnail .caption {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: rgba(62, 212, 255, 0.7);
	opacity: 0;
	-moz-transition: opacity linear .3s;
	-webkit-transition: opacity linear .3s;
	-o-transition: opacity linear .3s;
	transition: opacity linear .3s;
}

#portfolio .portfolio-thumbnail .item:hover > .caption {
	opacity: 1;
}

#portfolio .caption i {
	width: 45px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	color: #237b0d;
	background-color: #fff;
	position: absolute;
	top: 45%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;

}

#portfolio .caption p {
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	text-align: center;
	color: #fff;
	position: absolute;
	font-size: 17px;
	text-transform: capitalize;
	top: 55%;
	left: 30%;
	right: 30%;
}

/*Media*/
@media screen and (min-width: 320px) and (max-width: 520px) {
	#portfolio {
		margin-top: 50px;
	}

	#portfolio .portfolio-heading h2 {
		font-size: 27px;
	}

	#portfolio .portfolio-heading p {
		font-size: 13px;
	}
}

/*Media*/
@media screen and (min-width: 521px) and (max-width: 980px) {
	#portfolio {
		margin-top: 50px;
	}

	#portfolio .portfolio-heading h2 {
		font-size: 30px;
	}

}

/*Contact*/
#contact {
	background:#edf4fa;
}

#contact img {
	width:70%
}

#contact .contact-heading {
	text-align: center;
}

#contact .contact-heading h2 {
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 700;
	font-size: 45px;
	text-transform: uppercase;
}

#contact .contact-heading p {
	margin-top: 20px;
	line-height: 25px;
	color: #333333;
	margin-bottom: 50px;
}

.validation {
    color: red;
    display:none;
    margin: 0 0 20px;
    font-weight:400;
    font-size:13px;
}

#sendmessage {
    color: green;
    border:1px solid green;
    display:none;
    text-align:center;
    padding:15px;
    font-weight:600;
    margin-bottom:15px;
}

#errormessage {
    color: red;
    display:none;
    border:1px solid red;
    text-align:center;
    padding:15px;
    font-weight:600;
    margin-bottom:15px;
}

#sendmessage.show, #errormessage.show, .show {
	display:block;
}

/*Get In Touch*/
#get-touch {
	padding-top: 50px;
	background:#ececec;
	padding-bottom: 50px;
}

#get-touch .get-touch-heading {
	text-align: center;
}

#get-touch .get-touch-heading h2 {
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 700;
	font-size: 36px;
	text-transform: uppercase;
}

#get-touch .get-touch-heading p {
	margin-top: 20px;
	line-height: 25px;
	color: #333333;
	margin-bottom: 50px;
}

#get-touch .content {
	margin-top: 50px;
}

#get-touch .content .form input {
	height: 50px;
	width: 100%;
	border-color: #ebebeb;
}

#get-touch .content .form textarea {
	width: 100%;
	height: 180px;
	border-color: #ebebeb;
	margin-top: 20px;
}

#get-touch .content .form .submit {
	text-align: center;
}

#get-touch .content .form .submit .btn {
	margin-top: 25px;
	background-color: transparent;
	color: #7e7e7e;
	border-color: #237b0d;
}

#get-touch .content .form .submit .btn:hover {
	background-color: #237b0d;
	color: #fff;
}


/*Map*/
#google-map{
    position:relative;
    margin-top:10px;
    height: 400px;
}

/*Client*/
#client {
	margin-top: 100px;
	text-align: center;
}

#client .col-md-2 {
	height: 100px;
}

#client span {
	height: 100%;
	display: inline-block;
	vertical-align: middle;
}

#client img {
	max-height: 100px;
	vertical-align: middle;
}

/*Media*/
@media screen and (min-width: 320px) and (max-width: 520px) {
	#contact {
		margin-top: 50px;
	}

	#contact .contact-heading h2 {
		font-size: 27px;
	}

	#contact .contact-heading p {
		font-size: 13px;
	}
}

/*Media*/
@media screen and (min-width: 521px) and (max-width: 980px) {
	#contact {
		margin-top: 50px;
	}

	#contact .contact-heading h2 {
		font-size: 30px;
	}

}

/*Footer*/
#footer {
	background-color: #181818;
	padding: 25px 0;
}

#footer .footer-heading {
	font-family: 'Raleway', sans-serif; 
	padding: 0 20px;
	color: #fff;
}

#footer .footer-heading h3 {
	font-size: 20px;
	text-transform: capitalize;
}

#footer .footer-heading span {
	border-bottom: 2px solid #237b0d;
	padding-bottom: 8px;
}

#footer .footer-heading p {
	font-family: 'Open Sans', sans-serif;
	word-spacing: 3px;
	font-weight: 300;
	margin-top: 40px;
	color: #7e7e7e;
}

#footer .footer-heading ul {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-top: 30px;
}

#footer .footer-heading li {
	border-bottom: 1px solid #8b8b8b;
	padding: 10px 0;
}

#footer .footer-heading ul > li > a:before {
	content: "\f10c";
	font-family: 'FontAwesome';
	padding-right: 10px;
}

#footer .footer-heading ul > li > a {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 15px;
	padding-top: 9px;
	padding-bottom: 9px;
	color: #7e7e7e;
}

#footer .footer-heading ul > li > a:hover {
	color: #237b0d;
}

#footer .insta img {
	float: left;
	width: 100px;
	height: 100px;
}

.credits a {
    color: #fff;
}

/*Bottom Footer*/
#bottom-footer {
	background-color: #282828;
	padding: 5px 0;
	color: #ddd;
}
.footer-left{
font-size:12px;
padding-top:5px;
}
#bottom-footer .footer-right ul > li > a {
	color: #ddd;
	font-size: 14px;
}

#bottom-footer .footer-right ul > li > a:hover {
	color: #237b0d;
}

.process-div {
	text-align: center;
	min-height:354px
}

.process-div h4 {
	font-weight:bold;
}

.process-div .list-inline {
	margin-bottom: 10px;
	font-size: 13px;
}

.process-div p {
	font-size: 15px;
}
#blog h2 {
	font-size: 36px;
	margin: 25px 0 15px;
	text-transform:uppercase;
}
.blog-post .process-div h4 {
  line-height: 35px;
}
#home-banner {
}
#home-banner .slick-prev {
  background-color: transparent;
  background-image: url("../images/bnr-arrow-left.png");
  background-position: 17px center;
  background-repeat: no-repeat;
  background-size: 15px auto;
  border-radius: 0px;
  height:50px;
  left: 30px;
  position: absolute;
  text-indent: -999999px;
  top: 44%;
  width: 50px;
  border-radius:50%;
  border:solid 1px #d9d9d9;
}
#home-banner .slick-next {
  background-color: transparent;
  background-image: url("../images/bnr-arrow-right.png");
  background-position: 17px center;
  background-repeat: no-repeat;
  background-size: 15px auto;
  border-radius: 0px;
  height: 50px;
  position: absolute;
  right: 30px;
  text-indent: -999999px;
  top: 44%;
  width: 50px;
  border-radius:50%;
  border:solid 1px #d9d9d9;
}
#home-banner .banner-wrapper .slick-slide {
	position:relative;
}

.overlay {
	background: #000;
	z-index: 99999999;
	position: absolute;
	width: 100%;
}

#home-banner .banner-wrapper .banner-container {
	position:absolute;
	top:0;
	width:100%;
	left:0;
	/*background:rgba(0,0,0,0.7);*/
	bottom:0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#237b0d+0,000000+100&0.65+0,0+100 */
background: -moz-linear-gradient(left, rgba(35,123,13,0.5) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(35,123,13,0.5) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(35,123,13,0.5) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6237b0d', endColorstr='#00000000',GradientType=1 ); /* IE6-9 */
}
#home-banner .banner-wrapper .banner-container .bnr-cntnr-inner {
	text-align:left;
	margin-top:8%;
}
#home-banner .banner-wrapper .banner-container .bnr-cntnr-inner h1 {
	font-size:52px;
	color:#fec311;
	margin:0 0 20px;	font-weight:bold;
	-moz-text-shadow:3px 1px 5px rgba(0, 0, 0, 0.50);
	-ms-text-shadow:3px 1px 5px rgba(0, 0, 0, 0.50);
	-webkit-text-shadow:3px 1px 5px rgba(0, 0, 0, 0.50);
	text-shadow:3px 1px 5px rgba(0, 0, 0, 0.50);
}
#home-banner .banner-wrapper .banner-container .bnr-cntnr-inner h2 {
	font-size:55px;
	color:#fff;
	margin-bottom:0;
	font-weight:bold;
	position: relative;
    bottom:0;
	padding:10px;	
}
#home-banner .banner-wrapper .banner-container .bnr-cntnr-inner h3 {
	font-size:25px;
	color:#fff;
	margin-bottom:20px;
	position: relative;
    bottom:0;
	padding:10px;	
}
#home-banner .banner-wrapper .banner-container .bnr-cntnr-inner h2 span {
	color:#03cfe3;
}
#home-banner .banner-wrapper .banner-container .bnr-cntnr-inner h3 span {
	color:#03cfe3;
}
#home-banner .banner-wrapper .banner-container .bnr-cntnr-inner .read-more
{
	width:172px;
	height:47px;
	background:#03cfe3;
	padding:5px 20px;
	border-radius:50px;
	font-size:24px;
	margin-top:0px;
	line-height:38px;
	display:inline-block;
	color:#fff;
}
#home-banner .banner-wrapper .banner-container .bnr-cntnr-inner .read-more a
{
	color:#fff;
	text-decoration:none;
}
#home-banner .banner-wrapper .banner-container .bnr-cntnr-inner .read-more:hover
{
	text-decoration:none;
	background:#02b3c4;
	color:#fff;
}

#home-banner .slick-dots li.slick-active button::before {
  color: #237b0d;
  opacity: 0.75;
}

.footer__link {
	list-style: none;
	margin: 10px 0 0 0;
	padding: 0;
	display: block;
}
#footer .footer-heading .footer__link li {
	display: block;
	padding-left: 30px;
	background-position: left 5px;
	background-repeat: no-repeat;
	font-size: 15px;
	line-height: 23px;
	margin-bottom: 10px;
	border-bottom: none;
}
#footer .footer-heading .footer__link li a {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 15px;
	padding-top: 9px;
	padding-bottom: 9px;
	color: #fff; 
}

#footer .footer-heading .footer__link li a::before {
	content: normal;
	font-family: 'FontAwesome';
	padding-right: 10px;
}

#footer .footer-heading .footer__link li:nth-child(1) {
	background-image: url(../images/locate-icn.png);
	background-size: 12px auto;
	background-repeat:no-repeat;
	padding-top: 0;
}
#footer .footer-heading .footer__link li:nth-child(2) {
	background-image: url(../images/email-icn.png);
	background-size: 15px auto;
	background-repeat:no-repeat;
	padding-top: 0;
}
#footer .footer-heading .footer__link li:nth-child(3) {
	background-image: url(../images/phn-icn3.png);
	background-size: 15px auto;
	background-repeat:no-repeat;
	padding-top: 0;
}
#footer .footer-heading .footer__link li:nth-child(4) {
	background-image: url(../images/phn-icn3.png);
	background-size: 15px auto;
	background-repeat:no-repeat;
	padding-top: 0;
}


#page-banner {
   
   position:relative;
}
#page-banner .img-responsive {
	width:100%;
}
#page-banner .banner-inner
{
	position:absolute;
	top:0;
	right:0;
	left:0;
	bottom:0;
	box-shadow: 0 10px 25px -19px #000 inset;
	padding:10px 0;
	z-index:0;
}
.page-title {
  color: #fff;
  font-size: 28px;
  line-height: normal;
  padding-top: 20px;
}

#page-banner .banner-inner .breadcrumb {
  background-color: transparent;
  border-radius: 4px;
  list-style: outside none none;
  margin-bottom: 20px;
  padding: 4px 0;
  font-size:20px;
}
#page-banner .banner-inner .breadcrumb a {
  color: #fff;
}
#page-banner .banner-inner .breadcrumb .seperate {
  color: #fff;
  margin: 0 5px;
}
#page-banner .banner-inner .breadcrumb span {
  color: #fff;
}
#inner-wrapper {
	padding-top: 20px;
	padding-bottom:50px;
}
.globle-point {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
.globle-point li {
	margin: 12px 0;
	padding: 0 0 0 0px;
	list-style-type: none;
	font-size: 16px; 
}
.get_in_touch
{
	padding:15px;
}
.get_in_touch i
{
	color:#000;
	padding-right:15px;
	font-size:18px;
}

.aside-row {
	margin-bottom: 20px;
}
.aside__title {
	color: #fff;
	background-color: #237b0d; 
	padding: 8px 10px;
	font-size: 20px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	text-transform: uppercase;
}
.side-form {
	padding: 15px 10px 5px;
	background-color: #eee;
	clear: both;
}
.blog-side-bar h5 {
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.popular-post ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.popular-post ul li {
	background-image: url(../images/black-dot.jpg);
	background-position: left 6px;
	padding-left: 20px;
	padding-bottom: 5px;
	background-repeat:no-repeat;
}
.popular-post ul li a, .service__list ul li a {
	color: #333;
}
.blog-post2 .panel-default > .panel-heading {
	color: #fff;
	background-color: #237b0d;
	border-color: #ddd;
	font-weight: bold;
}
/*#main-nav .mega-dropdown-menu {
	padding: 10px;
	width: 51%;
	box-shadow: none;
	-webkit-box-shadow: none;
	float: none;
	margin: 0 auto;
}
#main-nav .mega-dropdown-menu > li > ul {
	padding: 0;
	margin: 0;
}
#main-nav .mega-dropdown-menu ul {
	float: left;
	width: 33.3333%;
	list-style: none;
}
#main-nav .mega-dropdown-menu > li > ul > li {
	list-style: none;
	background: url(../images/arrow-blk.png) left 9px no-repeat;
	padding: 0 0 0 16px;
}
#main-nav .mega-dropdown-menu > li > ul > li > a {
	display: block;
	color: #222;
	padding: 3px 5px;
	line-height: normal;
}*/
/*----------------------------------------------------------------------------------------*/

#main-nav .mega-dropdown-menu li a {
    color: #000
}

#main-nav .navbar-inverse .navbar-nav>li>a {
    color: #333;
    font-size: 18px;
    text-transform: uppercase
}

#main-nav .navbar-inverse .navbar-nav a:hover {
    color: #9C9C9C
}

#main-nav .navbar-inverse .navbar-nav>.open>a {
    color: #fff;
    background-color: transparent
}

#main-nav .navbar-nav {
    float: right;
    margin: 35px 0 0
}

#main-nav .mega-dropdown {
    position: static!important
}

#main-nav .mega-dropdown-menu {
    padding: 10px;
    width: 60%;
    box-shadow: none;
    -webkit-box-shadow: none;
    float: none;
    margin: 0 auto;
	left: 164px;
	background:#e7e3e3
	
}

.link-single,
.nav-side-menu .panel {
    border-bottom: 1px solid #ddd;
    box-shadow: none
}

#main-nav .mega-dropdown-menu ul {
    float: left;
    width: 33.3333%;
    list-style: none
}

#main-nav .dropdown-menu {
    right: 0
}

#main-nav .navbar-nav>li>.dropdown-menu {
    margin-top: 0px
}

#main-nav .mega-dropdown-menu>li>ul {
    padding: 0;
    margin: 0
}

#main-nav .mega-dropdown-menu>li>ul>li {
    list-style: none; 
    padding: 0 0 0 16px
}

#main-nav .mega-dropdown-menu>li>ul>li>a {
    display: block;
color: #222;
padding: 3px 5px;
line-height: normal;
font-size: 13px;
font-weight: normal;

}

#mobile-nav-mbs,
div#overlay {
    display: none
}

.mega-dropdown-menu>li ul>li>a:focus,
#main-nav .mega-dropdown-menu>li ul>li>a:hover {
    text-decoration: none;
    background: 0 0
}

#main-nav .mega-dropdown-menu .dropdown-header {
    font-size: 18px;
    color: #ff3546;
    padding: 5px 60px 5px 5px;
    line-height: 30px
}

#main-nav .carousel-control {
    width: 30px;
    height: 30px;
    top: -35px
}

#main-nav .left.carousel-control {
    right: 30px;
    left: inherit
}

#main-nav .carousel-control .glyphicon-chevron-left,
#main-nav .carousel-control .glyphicon-chevron-right {
    font-size: 12px;
    background-color: #fff;
    line-height: 30px;
    text-shadow: none;
    color: #333;
    border: 1px solid #ddd
}

.hdr__contact {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align:right
}
.hdr__contact li {
	display: inline-block;
	margin-right: 15px;
	color: #FFF;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 12px;
	background-repeat: no-repeat;
	background-position: left 12px;
	padding-left: 30px;
}
.hdr__contact li a {
	color: #FFF;
}

#testimonials .slick-dots li.slick-active button::before {
	opacity: 1;
	color: #0662ad;
}
#testimonials .slick-dots li button::before {
	color: #000;
}
#testimonials .slick-dots {
	bottom: -30px;
}

.arangecallback .modal-header h4 {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  margin: 0;
}

.arangecallback .modal-dialog {
  max-width: 300px;
}

.arangecallback .modal-header {
	background-color: #237b0d;
	padding: 13px 15px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}
.btn--brown {
	background-color: #237b0d;
	color: #fff;
	font-size: 16px;
	padding: 8px 25px;
	border: solid 1px #237b0d;
}

.blog-post-img{
	background:url(../images/blog.jpg) left top no-repeat;
}

.blog-post-t {
	border-bottom: solid 1px #eee;
}
.blog-post-t h2 {
	font-size: 20px;
	font-weight: bold;
}

.blog-post .pager {
	padding-left: 0;
	margin: 0;
}


@media (max-width: 1024px) {
#home-banner .banner-wrapper .banner-container .bnr-cntnr-inner h2 {
    font-size: 42px;
}
.process-div {
    min-height: 392px;
}
}
@media (max-width: 992px) {
#main-nav .navbar-header {
    width: 161px;
}
#main-nav .nav>li>a {
    padding: 10px 11px;
}
}
@media (max-width: 767px) {
#main-nav .navbar-toggle {
	position: absolute;
	right: 10px;
	top: 10px;
}
#main-nav .navbar-nav {
	float: left;
	margin: 20px 0 0;
}
}
@media (max-width: 480px) {
#home-banner .banner-wrapper .banner-container .bnr-cntnr-inner h2 {
	font-size: 18px;
	padding:0px
}
#home-banner .banner-wrapper .banner-container .bnr-cntnr-inner h3 {
	font-size: 13px;
	color: #fff;
	margin-bottom: 0px;
	bottom: 0;
	padding: 0;
	margin-top: 0;
}
#about .about-heading h2 {
	font-size: 17px;
}
#about .about-right-wrapper a > h3 {
	font-size: 20px;
	margin: 0px;
}
#about .about-right-wrapper {
	top: 18px;
}
#blog h2 {
	font-size: 25px;
	margin: 0 0 0px;
	margin-top: 30px;
}

.process-div {
	min-height: auto;
	margin-bottom: 20px;
}
.pager li > a, .pager li > span {
	padding: 4px 11px;
}

#testimonials {
	margin-bottom: 40px;
	padding-top: 40px;
}
.footer-right {
	text-align: center;
}
.footer-left {
	font-size: 12px;
	padding-top: 5px;
	text-align: center;
}
.footer-left .pull-right {
	float: none !important;
}
}