/*
	
	TABLE OF CONTENTS
	---------------------------
*/

/* ====================================================== */
/* Fonts                                      */
/* ====================================================== */

@font-face {
    font-family: 'Calibri';
    src: url('../fonts/Calibri.eot');
    src: url('../fonts/Calibri.eot') format('embedded-opentype'),
         url('../fonts/Calibri.woff2') format('woff2'),
         url('../fonts/Calibri.woff') format('woff'),
         url('../fonts/Calibri.ttf') format('truetype'),
         url('../fonts/Calibri.svg#Calibri') format('svg');
}



/* ====================================================== */
/* 01. Global Styles                                      */
/* ====================================================== */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, 
del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, 
form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, 
header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
html, body {
	padding:0 0 0 0;
	margin:0 0 0 0;
	width:100%;
	height:100%;
	background:#fff;
	font-family: 'Calibri';
	color:#494949;
	font-size:16px;
	font-weight:400;
	line-height: 24px;
	font-size: 100%; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
	-ms-text-size-adjust: 100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
	display: block;
}
audio, canvas, video {
 display: inline-block;
 *display: inline;
 *zoom: 1;
}
audio:not([controls]) {
 display: none;
 height: 0;
}
[hidden] {
 display: none;
}
a {
	outline:none;
	color:#24351e;
	text-decoration:none;
	font-size:16px;
	font-weight:400;
	font-family: 'Calibri';
}
a:hover, a:focus {
	outline:none;
	color:#2a8124;
	text-decoration:none;
	font-size:16px;
	font-weight:400;
	font-family: 'Calibri';
}
b, strong {
	font-weight: bold;
}
�blockquote {
	margin: 1em 40px;
}
button, input, select, textarea {
	font-size: 100%; /* 1 */
	margin: 0; /* 2 */
	vertical-align: baseline; /* 3 */
	 *vertical-align: middle; /* 3 */
	 text-shadow:none;
	 box-shadow:none;
	 border:1px solid #fff;
}
button, html input[type="button"], /* 1 */ input[type="reset"], input[type="submit"] {
	-webkit-appearance: button; /* 2 */
	cursor: pointer; /* 3 */
 *overflow: visible;  /* 4 */
}
input[type="search"]::-webkit-search-decoration {
 -webkit-appearance: none;
}
textarea {
	overflow: auto; /* 1 */
	vertical-align: top; /* 2 */
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.container {
	width:1200px;
	margin:0 auto;
}
em, cite {
	font-style:normal;
	font-size:14px;
	font-family: 'Calibri';
	font-weight:400;
}
cite {
	display:block;
	text-align:center;
	margin-top:12px;
	font-weight:400;
	font-size:16px;
}
h1 {
	font-family: 'Calibri';
	font-size:60px;
	font-weight:bold;
	color:#000;
	line-height:62px;
	padding:0;
	margin:0;
	text-align:center;
}
h2 {
	font-family: 'Calibri';
	font-size:50px;
	font-weight:bold;
	color:#000;
	line-height:52px;
	padding:0;
	margin:0;
	text-align:center;
	margin-bottom:20px;
}
h3 {
	font-family: 'Calibri';
	font-size:30px;
	font-weight:bold;
	color:#000;
	line-height:32px;
	padding:0;
	margin:0;
	text-align:center;
}
h4 {
	font-family: 'Calibri';
	font-size:20px;
	font-weight:bold;
	color:#000;
	line-height:22px;
	padding:0;
	margin:0;
	text-align:left;
	text-transform:capitalize;
}
h5 {
	font-family: 'Calibri';
	font-size:19px;
	font-weight:bold;
	color:#24351e;
	line-height:22px;
	padding:0;
	margin:0;
	text-align:left;
	margin-top:25px;
	margin-bottom:10px;
}

p {
	font-size:16px;
	line-height:24px;
	margin-bottom:20px;
	font-family: 'Calibri';
}
p.special {
	font-size:16px;
	line-height:24px;
	margin-bottom:20px;
	font-family: 'Calibri';
	text-align:left;
	font-style:italic;
	font-weight:400;
	margin-top:40px;
}
ul, ol, li {
	margin:0;
	padding:0;
	color:#000;
	font-size:13px;
	line-height:normal;
	font-family: 'Calibri';
}
ul li {
	list-style:none;
}
ol li {
	list-style:none;
}
.clearfix:after, .clearfix:before {
	content:" ";
	display:table
}

.clearfix {
	clear:both;
}

img {
	max-width:100%;
}
button {
	border:2px solid #000;
	box-shadow:none;
	padding:0;
	border-radius:3px;
}
a.button {
	height:35px;
	background-color:transparent;
	text-align:center;
	display:table;
	font-weight:400;
	color:#000;
	font-size:15px;
	line-height: 36px;
	text-transform:uppercase;
	font-family: 'Calibri';
	min-width: 110px;
	margin:0 auto;
	border:2px solid #000;
	box-shadow:none;
	padding:0 10px;
	border-radius:3px;
	
	
	 
}
a.button:hover {
	background: #24351e;
	border-color:#24351e;
	color:#fff;
}

::-webkit-input-placeholder { /* WebKit browsers */
    color:#616161;
	font-size:13px;
	font-weight:400;
	font-family: 'Calibri';
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:#616161;
	font-size:13px;
	font-weight:400;
	font-family: 'Calibri';
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:#616161;
	font-size:13px;
	font-weight:400;
	font-family: 'Calibri';
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:#616161; 
	font-size:13px;
	font-weight:400;
	font-family: 'Calibri';
}
hr {
	background: #e9e9e9;
	height: 1px;
	width: 100%;
	margin: 15px 0;
	padding: 0;
	float: left;
}
.container-fluid {
	max-width: 1200px;
	margin: 0 auto;
}
.margin_bottom_35 {
	margin-bottom:40px;
}
.margin_bottom_25 {
	margin-bottom:25px;
}
.margin_bottom_15 {
	margin-bottom:15px;
}
.margin_bottom_25 {
	margin-bottom:25px;
}
.float_right {
	float:right;
}
.float_left {
	float:left;
}
.position_relative {
	position:relative;
}
.destop_view {
	display: block;
}
.mob_view {
	display: none;
}
.center_text {
	text-align:center !important;
	font-size:16px !important;
	line-height:22px !important;
}
/* ----------- Home page slider area  ----------- */
/* ------------ main slider starts ------------ */
.slider_wrapper {
	margin-bottom: 15px;
	
}
.slider_wrapper .special_container {
	position:relative;
}
.slider_wrapper .social_media {
	position:absolute;
	top:20px;
	right:0;
	z-index:101;
}
.slider_wrapper .social_media ul li a {
	background:#f9f9f9;
}
.slider_wrapper .bx-wrapper {
	margin: 0;
}
.slider_wrapper .bx-wrapper .bx-viewport {
	border: 0;
	box-shadow: none;
}
.slider_wrapper .bx-wrapper .bx-viewport ul li img {
	width:100%;
}
.slider_wrapper .bx-wrapper .bx-controls-direction a.bx-prev:before {
	content: "";
	display: block;
	font-size: 14px;
	font-family: 'FontAwesome';
	background: #1a1a1a;
	width: 48px;
	height: 48px;
	color: #fff;
	line-height: 35px;
	text-align: center;
	padding-right: 2px;
	background: url(../images/prev.png)no-repeat;
}
.slider_wrapper .bx-wrapper .bx-controls-direction a.bx-next:before {
	content: "";
	display: block;
	font-size: 14px;
	font-family: 'FontAwesome';
	background: #1a1a1a;
	width: 48px;
	height: 48px;
	color: #fff;
	line-height: 35px;
	text-align: center;
	background: url(../images/next.png)no-repeat;
}
.slider_wrapper .flex-direction-nav a {
	text-shadow: none;
	color: #fff;
	text-align: center;
}
.slider_wrapper .bx-wrapper .bx-prev {
	left: 2%;
}
.slider_wrapper .bx-wrapper .bx-next {
	right: 2%;
}
.slider_wrapper .bx-wrapper .bx-pager.bx-default-pager a, .slider_wrapper .bx-wrapper .bx-pager.bx-default-pager a:hover, .slider_wrapper .bx-wrapper .bx-pager.bx-default-pager a.active li a {
	background: #fff;
	border: 0;
	border-radius: 20px;
	cursor: pointer;
	display: block;
	height: 11px;
	text-indent: -9999px;
	width: 11px;
}
.slider_wrapper .bx-wrapper .bx-viewport {
	left: 0;
}
.slider_wrapper .bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
	background:#000;
	cursor: default;
	border:1px solid #fff;
	border-radius:20px;
	width: 13px;
	height: 13px;
}
.slider_wrapper {
	position: relative;
}
.slider_wrapper .bx-wrapper li .banner_text h1 {
	text-align: center;
	font-family: 'Calibri';
	font-size: 60px;
	color: #fff;
	margin: 0;
	padding: 0;
	line-height:62px;
	text-transform:uppercase;
	font-weight: bold;
}
.slider_wrapper .bx-wrapper li span {
	font-size: 31px;
	font-family: 'Calibri';
	font-weight: 400;
	line-height: 31px;
	color: #fff;
	font-style:normal;
	display:block;
	text-align:center;
}
.slider_wrapper .bx-wrapper li a {
	width: auto;
	text-align: center;
	height: 35px;
	display: block;
	border-radius: 3px;
	padding: 0;
}
.slider_wrapper .bx-wrapper .bx-pager {
	width: 100%;
	position: absolute;
	bottom: 9% !important;
	text-align: center;
	z-index: 1;
}
.banner_text {
	width: 100%;
	text-align:center;
	position: absolute;
	bottom: 150px;
}
.banner_text .text_content {
	max-width:70%;
	text-align:left;
	margin:0 auto;
}
.banner-hed {
	width: 100%;
	text-align: center;
	
}
.banner_text h2 {
	text-align: left;
	line-height: 47px;
}
.slider_wrapper .bx-wrapper .banner_text button {
	margin-top: 15px;
	background: none;
	border-radius: 75px;
	color: #1c9ecf;
	display: block;
	font-family: 'Calibri';
	font-size: 14px;
	font-weight: 700;
	height: 40px;
	line-height: 36px;
	min-width: 100px;
	text-align: center;
	text-transform: capitalize;
	width: auto;
	border: 2px solid #1c9ecf;
}
.slider_wrapper .bx-wrapper .bx-pager.bx-default-pager a {
	margin: 0 1px;
	cursor: pointer;
}
.slider_wrapper .bx-wrapper .bx-pager-item {
	cursor: pointer;
}

.slider_wrapper .bx-wrapper .bx-controls-direction a {
	width:32px;
	
}
.slider_wrapper .bx-wrapper .bx-next {
	right:2%;
}

/* --------------- header styles -------------- */
.header_top {
	min-height:50px;
	background:#24351e;
	padding-top:10px;
}
.logo_box {
	padding:5px 0 2px;
}
header {
	width: 100%;
	background:#ffffff;
	padding-bottom: 0;
}
a.general_style {
	background:#fff;
	min-width:200px;
	height:30px;
	line-height:31px;
	border-radius:35px;
	font-weight:bold;
	padding:5px 8px;
	margin-right:8px;
}
a.general_style:hover { 
	background:#fff;
	min-width:200px;
	height:30px;
	line-height:31px;
	border-radius:35px;
}
.header_top .social_media {
	float:right;
}
.social_media ul {
	display: inline-block;
	vertical-align: middle;
}
.social_media ul li {
	list-style: none;
	display: inline-block;
	line-height: 0;
	margin-right:5px;
}
.social_media ul li a {
	width: 25px;
	height: 25px;
	border-radius: 25px;
	display: block;
	text-align: center;
	background: #e1e1e2;
	display: block;
	-webkit-transition: all .7s ease-in-out;
	-moz-transition: all .7s ease-in-out;
	-o-transition: all .7s ease-in-out;
	transition: all .7s ease-in-out;
}
.social_media ul li a i {
	color: #24351e;
	font-size: 13px;
	line-height: 24px;
	display:block;
}
.social_media .call_sec {
	display: inline-block;
	margin-right: 5px;
	font-family: 'Calibri';
}
.social_media .call_sec span {
	color: #02aff3;
}
.social_media .call_sec a {
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	width: 160px;
	display: block;
	text-align: center;
	margin-top: 10px;
	border-right: 1px solid #323232;
	height: 25px;
	padding-right: 5px;
}
.social_media ul li:hover a {
	-webkit-transition: all .7s ease-in-out;
	-moz-transition: all .7s ease-in-out;
	-o-transition: all .7s ease-in-out;
	transition: all .7s ease-in-out;
	-webkit-transform: rotatex(360deg);
	-ms-transform: rotatex(360deg);
	transform: rotatex(360deg);
	text-align:center;
}

/* ------------  Navigation Area ------------ */
.menu-wrapper {
	margin-top: 0;
	width: 100%;
	background: none;
}
.menu-wrapper ul.menu {
	margin-left: 0px;
	text-align: right;
}
.menu-wrapper ul.menu li {
	display: inline-block;
	margin-left: 10px;
	position:relative;
	padding: 0px 8px 23px;
}
.menu-wrapper ul.menu li .fa-sort-desc {
	display: block;
	text-align: center;
	position: absolute;
	width: 92%;
	top: -15px;
	color: #000;
}
.menu-wrapper ul.menu li a {
	font-size: 14px;
	color: #000000;
	line-height: 22px;
	margin: 0;
	display: inline-block;
	font-family: 'Calibri';
	font-weight: bold;
	text-transform: uppercase;
	padding:0;
	padding-top:20px;
	
}
.nav.navbar-nav.menu {
    float: right;
}
.menu-wrapper .navbar-nav > li {
	float:none;
}
.menu-wrapper ul.menu li a:hover, .menu-wrapper ul.menu li.active {
	color: #24351e;
}
.footer_container .lists li a.active {
	color: #3a7022;
}
.menu-wrapper ul.menu li.active:before {
	width:100%;
	content:"";
	background: #000;
	display:block;
	height:4px;
	
}
.menu-wrapper ul.menu li:hover .fa-sort-desc, .menu-wrapper ul.menu li a.active .fa-sort-desc {
	color: #6d853b;
}
.footer_container .quick_links li:hover a, .footer_container .quick_links li a.active, .footer_below ul li:hover a, .footer_below ul li a.active {
	color: #2a8124;
}
.footer_below p {
	text-align:center;
}
.navbar-default {
	background-color: transparent;
	border-color: transparent;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
	color: #6d853b;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	background-color: transparent;
	color: #24351e;
}
.navbar-collapse {
	padding-right: 0;
	padding-left: 0;
}
.navbar {
	margin-bottom: 0;
	min-height: 0;
	border: 0;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
	background-color: transparent;
	color: #41968a;
}
.menu-wrapper ul.menu li .glyphicon-option-horizontal {
	font-family: 'Glyphicons Halflings';
	color: #bda485;
	font-size: 21px;
	vertical-align: bottom;
}
.menu-wrapper ul.menu li:hover .drop_down {
	display: block;
}
.padding_right_none {
	padding-right: 0;
}
.padding_left_none {
	padding-left: 0;
}
header .footer_container {
	padding-top:0;
}
.inner_heading span {
	font-weight:normal;
}
/* ----------- fancy box start ------------ */

.photo-gallery .gall-ery figure {
	position:relative;
}
.photo-gallery .gall-ery img {
	max-width:100%;
	display:block;
	width:100%;
}
.over_lay {
	background:rgba(0,0,0,.5);
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	display:block;
	-webkit-transition: all .7s ease-in-out;
	-moz-transition: all .7s ease-in-out;
	-o-transition: all .7s ease-in-out;
	transition: all .7s ease-in-out;
}
.services h2 {
	font-size: 50px;
	font-weight: 500;
	text-align: center;
}
.services_section .over_lay {
	background:rgba(0,0,0,0);
}
.fancybox-wrap .data-caption p {
	line-height:19px;
}
.gallery_section .over_lay {
	background:rgba(0,0,0,.5);
}
.text_overlay {
	position:absolute;
	top:50%;
	width:100%;
	text-align:center;
	z-index:999;
	color:#fff;
	font-size:19px;
	text-transform:uppercase;
}
.fancybox-overlay {
	z-index: 99999;
}
.fancybox-opened {
	z-index: 999999;
}
.icon_wrapper {
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	display:block;
	-webkit-transition: all .7s ease-in-out;
	-moz-transition: all .7s ease-in-out;
	-o-transition: all .7s ease-in-out;
	transition: all .7s ease-in-out;
	text-align:center;
}
.photo-gallery figure {
	position:relative;
}
.photo-gallery figure img {
	display:block;
}

.photo-gallery .full_width:hover .over_lay {
	background: rgba(36,53,30, 0.8);
	-webkit-transition: all .7s ease-in-out;
	-moz-transition: all .7s ease-in-out;
	-o-transition: all .7s ease-in-out;
	transition: all .7s ease-in-out;
	text-align:center;
	vertical-align:middle;
	cursor:pointer;
}

.photo-gallery .over_lay .fa-search-plus {
	display:none;
	font-size:20px;
	color:#fff;
	width:40px;
	height:40px;
	border-radius:30px;
	text-align:center;
	margin:0 auto;
	margin-top:25%;
	line-height:40px;
	font-weight:normal;
	z-index:999;
	
}
.photo-gallery .full_width1:hover .over_lay {
	background: rgba(36,53,30, 0.8);
	-webkit-transition: all .7s ease-in-out;
	-moz-transition: all .7s ease-in-out;
	-o-transition: all .7s ease-in-out;
	transition: all .7s ease-in-out;
	text-align:center;
	vertical-align:middle;
	cursor:pointer;
}
.close_bttn {
	float:right;
	background:#6c843a;
	color:#fff;
	border:0 !important;
	margin-right:5px;
	margin-top:5px;
	margin-bottom:15px;
	position:relative;
	z-index:999;
}
.modal-body:before {
	clear:both;
	display:block;
	content:"";
}
.modal-body {
	margin-top:20px;
}
.photo-gallery figure img {
	width:100%;
}
.modal-body .left_side {
	float:left;
	margin-right:3%;
	width:35%;
	
}
.services_section .modal-body .left_side {
	float:left;
	margin-right:3%;
	width: 66%;
}
.services_section .modal-body h5{
	margin-top:0px !important;
}
.modal-body .right_side {
	float:left;
	width:60%;
}
.modal-body .right_side h5 {
	margin-top:0;
}
.blog_section h5 {
	margin-top:0;
}
.tuition_section li {
	color:#494949;
	list-style:inherit;
	font-size:16px;
}
.custom_section li {
	color:#494949;
	list-style:inherit;
	font-size:16px;
        margin-bottom: 12px;
}

.modal-body:after {
	clear:both;
	display:block;
	content:"";
}
.photo-gallery .full_width:hover .over_lay .fa-search-plus {
	display:block;
	width:40px;
	height:40px;
	border-radius:30px;
}
.margin-bottom-20{
  margin-bottom: 20px;
}
.margin-bottom-80{
  margin-bottom: 80px;
}
/* --------------- Home middle section -------------- */
.style_general p {
	text-align:left;
	line-height:20px;
}
.style_general h2 span {
	font-weight:normal;
}
/* --------------- Home middle section ends -------------- */
/* --------------- gallery page starts ------------------------ */
.inner_banner {
	margin-bottom:30px;
}
.inner_banner figure img {
	width:100%;
}
.partition_row {
	margin-bottom:30px;
}
/* -- select box style starts -- */
.select_box {
	text-align:center;
	margin-bottom:25px;
	
}
.select_box select {
    padding:3px;
    margin: 0;
	width:100%;
	height: 35px;
    line-height: 30px;
    color:#000;
    border:none;
	font-size:14px;
    outline:none;
    display: inline-block;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    cursor:pointer;
	border:1px solid #e3e4e4;
	 -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
  background: -webkit-linear-gradient(top, #f5f5f5, #e2e2e2); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(top, #f5f5f5, red, #e2e2e2); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(top, #f5f5f5, #e2e2e2); /* For Firefox 3.6 to 15 */
  background: linear-gradient(top, #f5f5f5, #e2e2e2); /* Standard syntax */
  
	
	
}

/* Targetting Webkit browsers only. FF will show the dropdown arrow with so much padding. */
@media screen and (-webkit-min-device-pixel-ratio:0) {
    .select_box select {padding-right:18px}
}

.select_box label {
	position:relative; 
	max-width: 260px; 
	width:100%;
	 background: #f8f8f8;
	 -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
}
.select_box label:after {
    color:#aaa;
    -webkit-transform:rotate(90deg);
    -moz-transform:rotate(90deg);
    -ms-transform:rotate(90deg);
    transform:rotate(90deg);
    right:8px; top:7px;
    padding:0 0 2px;
    position:absolute;
    pointer-events:none;
}
.select_box label:before {
    content:"\f0d7";
	font-family:'FontAwesome';
    right:6px; top:5px;
    width:20px; height:20px;
    position:absolute;
    pointer-events:none;
    display:block;
}
/* -- select box style ends -- */
/* --------------- gallery page ends ------------------------ */

/* ---------------- Contact section start -------------- */
.contact_section {
	font-size:14px;
	font-weight:400;
}
.contact_section h5 {
	color:#24351e;
	font-size:20px;
	font-weight:bold;
	margin-top:0;
}
 
.contact_section .fa-map-marker {
	color:#9e0000;
}
.contact_section strong {
	font-size:18px;
	display:block;
}
.contact_section strong span {
	color:#6c843a;
}
.contact_section p.contact_info {
	margin-bottom:0;
}
.contact_section p.contact_info a {
	color:#24351e;
	font-weight:bold;
	font-size:14px;
}
.contact_section .social_media {
	margin-top:20px;
}
.contact_section .social_media ul li a {
	background:#000;
}
.contact_section .social_media ul li a i {
		color:#fff;
}

/* ----- -------- */

.contact_section input, .contact_section textarea {
	font-size:14px;
	color:#000;
}
.contact_section input {
	max-width:48.7%;
	width:100%;
	height:35px;
	background:#f0f0f0;
	border:0;
	padding-left:10px;
	line-height:35px;
	margin-bottom:15px;
	margin-right:2%;
	border-radius:3px;
}
.contact_section input.last {
	margin-right:0;
}
.contact_section textarea {
	width: 99.7%;
	min-height:90px;
	background:#f0f0f0;
	border:0;
	padding-left:10px;
	line-height:18px;
	margin-bottom:15px;
	margin-right:2%;
	padding:10px;
	border-radius:3px;
}

.contact_section ::-webkit-input-placeholder { /* WebKit browsers */
 color:#000;
 font-size:13px;
}
.contact_section :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
 color:#000;
 font-size:13px;
}
.contact_section ::-moz-placeholder { /* Mozilla Firefox 19+ */
 color:#000;
 font-size:13px;
}
.contact_section :-ms-input-placeholder { /* Internet Explorer 10+ */
 color:#000;
 font-size:13px;
}
.contact_section input[type="submit"] {
	background:#24351e;
	height:40px;
	width:70px;
	border-radius:3px;
	color:#fff;
	font-weight:400;
	font-size:18px;
	padding:3px 10px;
	width: 99.7%;
	max-width: 99.7%;
	line-height:35px;
	text-transform:uppercase;
	font-weight:bold;
}
.map_contact {
	margin-top:20px;
}
.map_contact img {
	width:100%;
}



/* ---------------- Contact section ends -------------- */
/* ------------ Footer ----------------- */

.footer_container {
	background: #fff;
	padding-top: 40px;
	font-family: 'Calibri';
	font-size: 15px;
	color: #fff;
	font-weight: normal;
	line-height: 19px;
}
.footer_container h4 {
	margin-bottom:15px;
}
.more_links_sec {
	background:#e5e5e5;
	padding:40px 0;
	font-size:14px;
	color:#000;
}
.more_links_sec a {
	color:#000;
	font-size:14px;
}
.more_links_sec span {
	margin-top:10px;
	display:block;
}
.more_links_sec address {
	line-height:24px;
}
.footer_container .lists {
	margin-left: 0px;
	min-width:100px;
	display:inline-block;
        vertical-align: top;
}
.footer_container .lists li {
	list-style-position: outside;
	list-style: none;
	line-height:25px;
}
.footer_container .lists li a {
	color:#000;
	font-size:14px;
}
.footer_container .lists li a:hover {
	color:#3a7022;
}
.padding_right_none {
	padding-right: 0;
}
.footer_container .quick_links {
	text-align: center;
	background: #fff;
	padding: 20px 0;
}
.footer_below {
	color: #fff;
	font-size: 11px;
	background: #000;
	padding: 5px 0;
	text-align: center;
}
.footer_below p {
	color: #fff;
	text-transform: none;
	margin-bottom: 3px;
	font-size:11px;
}
.footer_below ul.privacy_links li {
	padding-right: 5px;
	display: inline-block;
}
/* ----special styles ----------*/
.margin_top_20 {
	margin-top:20px;
}
.padding_up_ten {
	padding:15px 0
}
.padding_top {
	padding-top:45px;
}
.padding_bottom {
	padding-bottom:0;
}
.margin_bottom_20 {
	margin-bottom:20px !important;
}
.margin_bottom_40 {
	margin-bottom:40px !important;
}
.padding_bottom_forty {
	padding-bottom:40px;
}
.padding_bottom_hundred {
	padding-bottom:100px;
}
.special_head {
	margin-top:20px;
	margin-bottom:-10px;
}
.margin_right_none {
	margin-right:0 !important;
}
.text_content_center {
	text-align:center;
}
.special_head {
	color:#a0a0a0;
	font-size:12px;
	font-weight:400;
	text-transform:inherit;
	margin:15px 0;
}
.general_list li {
	list-style:none;
	border-top: 1px solid #cccccc;
	padding:5px 0;
}
.general_list li:first-child {
	border:0;
}
.general_list li a {
	color:#000101;
	font-size:13px;
	line-height:24px;
}
.sub_head {
	line-height:19px;
	font-size:13px;
	font-weight:bold;
	display:block;
	margin:8px 0;
}
.form-contact.error{
	border: 1px solid #cc0000 !important;
	}
/* New drop- own menu styles */

.down-menu {

}
.dropdown .dropdown-menu li a {
	padding: 5px 15px !important;
}
.dropdown .dropdown-menu li {
	height: auto !important;
	margin: 0 !important;
	padding: 0 !important;
	width: 100% !important;
}
.dropdown .dropdown-menu {
	border-radius: 0;
	margin-top: 0px !important;
}
.dropdown .dropdown-menu li a:hover {
	background: transparent !important;
	color: #24351e !important;
}
.services_section table, caption, tbody, tfoot, thead, tr, th, td{
	border:1px solid #000 !important;
    margin: 6px !important;
    padding: 3px !important;
}
.menu-wrapper .navbar .container-fluid {
	padding-right: 1px !important;
}

.h4-margin {
	margin: 15px 0;
}
.superstroke-img {
	float: left;
	width: auto !important;
}
.p-bottom-margin {
	margin-bottom: 8px;
}

