/*
Theme Name: Sustineri
Theme URI: https://wordpress.org/themes/twentyseventeen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Seventeen brings your site to life with header video and immersive featured images. With a focus on business sites, it features multiple sections on the front page as well as widgets, navigation and social menus, a logo, and more. Personalize its asymmetrical grid with a custom color scheme and showcase your multimedia content with post formats. Our default theme for 2017 works great in many languages, for any abilities, and on any device.
Version: 1.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentyseventeen
Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
html,
body {
    background-color: #f6f6f6!important;
    font-size: 18px;
    color: #565656;
    width: 100%;
    padding: 0;
    margin-left: 0;
    margin-right: 0;
    font-family: 'Calibri', sans-serif;
    font-weight: 300;
}

/*==========================================
PRE LOADER 
==========================================*/

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fefefe;
    z-index: 99999;
    height: 100%;
    width: 100%;
    overflow: hidden !important;
}

.loaded {
    width: 60px;
    height: 60px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: url(images/preloading.gif);
    background-repeat: no-repeat;
    background-position: center;
    -moz-background-size: cover;
    background-size: cover;
    margin: -20px 0 0 -20px;
}
img {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
    user-drag: none;
}
a,
a:hover,
a:active,
a:focus {
    text-decoration: none;
    outline: none;
	
}
a,
button,
a span {
    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}
.btn.extra-width {
    padding: 13px 40px;
}
.btn:focus,
.btn:active {
    outline: inherit;
}
*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*    direction: rtl;*/
}
p {
    margin: 0 0 15px;
}
.clear {
    clear: both;
}
ol,
ul {
    list-style: none;
    padding: 0;
}
img {
    max-width: 100%;
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
    outline: none;
}
.form-control {
    border: 1px solid rgba(0, 0, 0, 0.08);
    font-size: 16px;
    height: 34px;
    max-width: 90%;
    background: #323232;
}
.form-control:focus {
    border-color: #d6962c;
}
h4,
h1,
h2,
h3 {
    font-family: 'Calibri', sans-serif;
    font-weight: 300;
    margin: 0;
}
h4,
h5 {
    
    font-weight: 300;
    margin: 0;
    line-height: 2rem;
	font-family: 'Calibri', cursive;

}
h1 {
    font-size: 3rem;
    line-height: 4rem;
    font-weight: 300;
}
h2 {
    font-size: 40px;
    line-height: 3rem;
    margin-bottom: 5px;
	text-transform:uppercase;
	color:#353535;	
}
h3 {
    font-weight: 300;
    margin-bottom: .9rem;
    font-size: 2.375rem;
    line-height: 2.5rem;

}
h4 {
    font-size:1.875rem;
    line-height: 2.2rem;
    margin-bottom: 1.1rem;
	font-family: 'Calibri', cursive;

}
h5 {
    font-size: 1.3rem;
    margin-bottom: 1rem;
}
h6 {
    font-size: 1rem;
    margin-bottom: .9rem;
}
p {
    line-height: 24px;
    font-size: 18px;
}

/*.home-wrap h1,*/
.home-wrap h2,
.home-wrap h3,
.home-wrap h4,
.home-wrap h5,
.home-wrap p {
    color: #ffffff;
    font-family: 'Calibri', sans-serif;
}
h2.titleSec{
	background:url(images/titleShad.png) no-repeat center center;
	line-height:62px;
	font-size:35px;
}
h2 .titleSub{
	color:#04932e;
}
.devide{
	width:20%;
	margin:0 auto;
	display:inline-block;
}
.text {
    color: #333333;
}
.colorstext {
    color: #f56363;
}
.coloricon i {
    color: #f56363;
}
.colorsbg {
    background: #f56363;
    color: #ffffff;
}
.colorsbg .separator2 {
    border: 2px solid;
}
.colorsbg .separator_wrap::after,
.colorsbg .separator_wrap::before {
    background-color: #ffffff;
}
.lightbg {
    background-color: #f9f9f9;
}
.transition {
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
/*
Section
*/
section{
	margin:0;
}
.sections {
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
    overflow: hidden;
}
.sections.footer {
    padding-bottom: 80px;
}
section .subtitle h5 {
    margin-top: 10px;
    font-size: 1.3rem;
    font-family: 'roboto', sans-serif;
}
.parallax-section {
    max-width: 100%;
    color: #ffffff;
}
section .title-half h2 {
    font-size: 3rem;
    line-height: 4rem;
    font-weight: 300;
    margin-bottom: 1.4rem;
}
section .subtitle-half h5 {
    font-weight: 100;
    font-size: 17px;
}
/*
section:nth-of-type(odd) {
    background-color: #F9F9F9;
}*/
.fw-special-title-half {
    font-size: 2rem;
    line-height: 3rem;
    font-weight: 100;
    /*    margin-bottom: 10px;*/
}
.heading {
    margin-bottom: 4rem;
}
.overlay {
    background-color: rgba(0, 0, 0, 0.3);
    width: 100%;
    min-height: 750px;
}
.overlay-fluid-block {
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
}
.home-overlay-fluid {
    background-color: rgba(41, 41, 41, 0.68);
    width: 80%;
    margin: auto;
}
.overlay-img {
    background: rgba(0, 0, 0, 0.3);
    width: 100%;
    padding-top: 100px;
    padding-bottom: 100px;
    color: #ffffff;
}
.no-padding {
    padding: 0 !important;
}
.fluid-blocks-col {
    padding: 70px 40px 0 80px;
}
.fluid-blocks-col-right {
    padding: 70px 80px 0 40px;
}
/*
Separator
*/
.separator {
    height: 1px;
    width: 150px;
    margin: auto;
    background: #f56363;
}
.separator-left {
    height: 1px;
    width: 150px;
    background: #f56363;
}
.separator_wrap {
    text-align: center;
}
.separator_wrap-left {
    text-align: left;
    margin-top: 5px;
    margin-bottom: 30px;
}
.separator_wrap::after,
.separator_wrap::before {
    background-color: #f56363;
    display: inline-block;
    vertical-align: middle;
    content: "";
    width: 90px;
    height: 1px;
    margin-top: 2px;
}
.separator_wrap-left::after {
    background-color: #f56363;
    display: inline-block;
    vertical-align: middle;
    content: "";
    width: 80px;
    height: 1px;
    margin-top: 2px;
}
.separator2 {
    display: inline-block;
    width: 8px;
    height: 8px;
    border: 2px solid #f56363;
    transform: rotate(45deg);
    margin-right: 4px;
}
/*
Button
*/
.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open > .dropdown-toggle.btn-primary.focus,
.open > .dropdown-toggle.btn-primary:focus,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary.focus,
.btn-primary:focus,
.btn-primary.disabled,
.btn-primary.disabled:hover {
    color: #ffffff;
    background-color: #d6962c;
    border-color: #d6962c;
}
.btn {
    margin-right: 15px;
    border-radius: 0px;
}
/*.btn-default:active, .btn-default:hover  {
    background: transparent;
}*/
.btn-lg,
.btn-group-lg > .btn {
    padding: 8px;
    font-size: 1.2rem;
    border-radius: 4px;
    width: 200px;
    border: 1px solid #fff;
    text-transform: none;
    transition: .6s;
    margin-top: 30px;
    color: #fff;
}
button.btn-lg{
    padding: 10px 30px;
    font-size: 21px;
    border-radius: 0!important;
    width: auto;
    border: 1px solid #fff;
    text-transform: none;
    transition: .6s;
    margin-top: 30px;
    color: #fff;
	display:inline-block;
	background:transparent;
	margin-top:20px;
}

}
button.btn-lg:hover{
	background:#fff;
	color:#05932e;
}

.btn-md,
.btn-group-md > .btn {
    padding: 8px 20px;
    font-size: 1.2rem;
    border-radius: 30px;
}

.btn-primary {
    color: #ffffff;
}
.btn-primary:active,
.btn-primary:hover {
    background: #d6962c;
}

.btn-default {
    color: #ffffff;
    border: 2px solid #ffffff;
    background-color: transparent;
}
.btn-default:before,
.btn-default:after {
    background-color: #ffffff;
}
.btn-default:focus {
    background-color: #ffffff;
    border-color: transparent;
}
.btn-default:hover {
    border-color: #ffffff;
    color: #f56363;
    background-color: #ffffff;
}
.btn-primary {
    background-color: #fff;
    color: #ffffff;
    border: 2px solid #05932e;
    text-transform: uppercase;
}
.btn-primary:before,
.btn-primary:after {
    background-color: #ffffff;
}
.btn-primary:focus {
    background-color: #d6962c;
    border-color: #d6962c;
}
.btn-primary:hover {
    border-color: #d6962c;
    color: #fff;
}
.btnNew{
	padding:4px;
	height:auto;
	min-width:120px;
	border:2px solid #05932e;
	border-bottom:6px solid #048028;
	display:inline-block;
	color:#fff;
    background-color: #fff;
	text-align:center;
	background-color:#05932e;
	padding:4px 17px;
	border-radius: 6px;
}

.btnNew:hover{
	background-color:#fff;
	color:#05932e;
	border:2px solid #048028;
	border-bottom:6px solid #048028;
}
.margTp20{
	margin-top:20px;
}
.font-bold{	
	font-weight:bold;
}
/*
Extra height css
*/
.padding0{
	padding:0;
}
.center-content{
	text-align:center !important;
}
.margin-top-20 {
    margin-top: 20px;
}
.margin-bottom-20 {
    margin-bottom: 20px;
}
.margin-top-40 {
    margin-top: 40px;
}
.margin-bottom-40 {
    margin-bottom: 40px;
}
.margin-top-60 {
    margin-top: 60px;
}
.margin-80 {
    margin-top: 80px;
    margin-bottom: 80px;
}
.margin-bottom-60 {
    margin-bottom: 60px;
}
.margin-top-80 {
    margin-top: 80px;
}
.margin-bottom-80 {
    margin-bottom: 80px;
}
.padding-top-20 {
    padding-top: 1.33rem;
}
.padding-bottom-20 {
    padding-bottom: 1.33rem;
}
.padding-top-40 {
    padding-top: 2.66rem;
}
.padding-bottom-40 {
    padding-bottom: 2.66rem;
}
.padding-top-60 {
    padding-top: 5rem;
}
.padding-bottom-60 {
    padding-bottom: 5rem;
}
.padding-bottom-0 {
    padding-bottom: 0;
}
/*padding*/
.padding-twenty {
    padding: 10px 0;
}
.padding-fourty {
    padding: 20px 0;
}
.padding-sixty {
    padding: 30px 0;
}
.padding-eighty {
    padding: 40px 0;
}
h1 span {
    color: #f56363;
    font-weight: 400;
}

/*for placeholder changes*/

/*input::-webkit-input-placeholder {
  color: #CACACA;
  font-size: 18px;
}
input::-moz-placeholder {
  color: #CACACA;
  font-size: 18px;
}
input:-ms-input-placeholder {
  color: #CACACA;
  font-size: 18px;
}*/


/* Header top menu css */

.header_top_menu{
	background:#000;
	position:relative;
	padding: 7px;
}


a.navbar-brand.our_logo{
    position: absolute;
    left: 0;
    top: 0px;
    width: 25%;
}

.header_top_menu .call_us_text a{
	color:#fff;
	font-size:15px;
	margin-left:15px;
	padding:3px;
	display:inline-block;
}
.header_top_menu .call_us_text a i{
	color:#fff;
	margin-right:10px;
	font-size:16px;
}

.head_top_social a{
    color: #fff;
    padding: 5px;
    display: inline-block;
	font-size:13px;
	background-color: #303030;
	width: 30px;
	text-align:center;
}
.head_top_social a:hover{
	
	color:#05932e; 
	background-color: #fff;
}
/* main menu */
.menu-scroll {
    padding-top: 0px;
    padding-bottom: 0px;
    position: fixed;
    top: 0; 
	left: 0; 
	right: 0; 
	z-index: 300;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    background-color: #000;
	height:80px;
	
}

.menu-scroll .header_top_menu{
	display:none;
}
.menu-scroll a.navbar-brand.our_logo {
    top: 0;
}

.main_menu_bg{
	background:#fff;
	height: 92px;
	
}
.navbar-default {
    background-color: transparent;
    border-color: transparent;
}
.container-fluid {
    margin-top: 15px;

}
.main_menu_bg li a.booking{
	border: 1px solid #fff;
    border-radius: 4px;
    color: #05932e !important;
    padding: 5px 10px;
    margin-top: 8px;
}
.main_menu_bg li a:hover.booking{
    color: #079430 !important;
}

.main_menu_bg .navbar {
   margin-bottom: 0px;
	
}

.navbar-default .navbar-nav>li>a {
    color: #333333;
}

.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus{
	color: #079430;
	text-decoration:underline;
}
.navbar-default .navbar-nav>li>a.active{
	font-weight:bold;
	color: #079430;
}

/* slider section */

.slider{
	background:url(images/bannerbg.jpg) center center no-repeat;
	background-size:cover;
}
.main_slider_content {
	position:absolute;
	left:0;
	top:0;
}
.item{
	position:relative;
	text-align:center;
}
.main_slider_content h1{
font-size: 43px;
    font-family: Calibri;
    color: #fff;
	line-height: 97px;
}	
.main_slider_content p{
font-size: 27px;
    font-family: Calibri;
    color: #fff;
}	
.main_slider_content span{
font-size: 24px;
    font-family: Calibri;
    color: #fff;
    letter-spacing: 14px;
    text-transform: uppercase;
}	
.main_slider_content{
	padding: 130px 0px 100px 0px;
	width:100%;
	margin:0 auto;
	color:#fff;
}

.slider_overlay{
	background:rgba(0, 0, 0, .6);
	width:100%;
	top:0;
	left:0;
}


/* Abouts Section css */

.abouts{
	 background-color: #fff;
  width: 100%;
  overflow: hidden;
}
.content_sec{
	padding:40px 0px;
	display:inline-block;
	width:100%;
}
.single_abouts_text h4{
	color:#000000;
}
.single_abouts_text h3{
	color:#000000;	
}



/* Footer Section CSS */
.footer_widget{
	background:url(images/footerbg.jpg) center top no-repeat scroll;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	width: 100%;
	overflow: hidden;
}
.footer_widget_content{
	color:#fff;
}
.single_widget{
	padding-bottom: 50px;
	padding-top:60px;
}

.single_widget h3{
    font-size:1.875rem;

	font-family: 'Pacifico', cursive;	
}
.single_widget_info p{
	margin-top:40px;
}
.single_widget_info p span{
	display:block;
}
.single_widget_info p span.phone_email{
	margin-top:15px;
}
.footer_socail_icon{
	margin-top:90px;
}
.footer_socail_icon a{
	padding:5px;
}
.footer_socail_icon a i{
	font-size:25px;
	color:#05932e;
}


.single_widget_info p span.date_day{
	margin-top:25px;
	margin-bottom:15px;
	font-weight:600;
}
.footer{
	background:#f6f6f6;
}
.footer .copyright p{
	padding:14px;
	color:#fff;
	margin: 0;
}
.footer .copyright p i{
	padding:0px 10px;
	color:#ff0000;
}
.footer .copyright p a{
	padding:0px 10px;
	color:green;
}

/* join button */

.join_team{
	position:fixed;
	top:250px;
	left:0;
	z-index: 999;
}

/* scrollup */

.scrollup{
	width: 30px;
	height: 30px;
	border-radius: 15px;
	opacity: .3;
	position: fixed;
	bottom: 13px;
	right: 25px;
	color: #fff;
	cursor: pointer;
	background-color: #000;
	z-index: 1000;
	transition: opacity .5s, background-color .5s;
	-moz-transition: opacity .5s, background-color .5s;
	-webkit-transition: opacity .5s, background-color .5s;
}

.scrollup:hover {
	background: #05932e;
	opacity: 1;
}

.scrollup i {
	font-size: 13px;
	position: absolute;
	opacity: 1;
	color: #fff;
	left: 50%;
	top: 50%;
	margin-top: -7px;
	margin-left: -6px;
	text-decoration: none;
	

}

/* ..........services.......... */

.box1{
	padding:30px;
	background-color:#fff;
	display:block;
	text-align:center;
	margin-top:30px;
	position:relative;
	overflow:hidden;
}

.box1 img{
	margin-bottom:20px;
}
.box1 h3{
	font-size: 20px;
    margin-bottom: 4px;
    font-weight: bold;
}
.box1 p{
	font-size:16px;
}
.innerBx{
	position:absolute;
	left:0;
	top:-100%;
	text-align:center;
	width:100%;
	height:100%;
	background:rgba(5,147,46,0.9);
	padding:10px;
	transition:0.5s;
	
}
.brdr{
	border:2px solid #fff;
	width:100%;
	height:100%;	
	vertical-align:middle;
}
.innerBx span.bxmn{
	font-size: 17px;
    display: inline-block;
    line-height: 28px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 43px;
    width: 80%;
}
.box1:hover .innerBx{
	top:0;
}
.btnNewv2 {
    border: 1px solid #fff;
	color: #05932e;
	font-weight:bold;
	background-color: #fff;
}

.btnNewv2:hover{
	background-color: transparent;
	color: #fff;
	border:1px solid #fff;
	border-bottom:1px solid #fff;
}

.btnNewv2:hover span{
	color: #010101;
}
.othrservice{
	background:url(images/servBg.jpg) no-repeat 0 0;
	background-size:cover;
}
.bgBlack{
	background:rgba(0,128,128,0.7);
	width:100%;
	height:100%;
}
.boxlink {
	text-align: center;
    display: inline-block;
    width: 100%;
	margin:30px 0;
	cursor: default;
}
.boxlink img{
	display:inline-block;
	 -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.boxlink span{
	width:100%;
	display:inline-block;
	color:#fff;
	font-size:26px;
	font-weight:bold;
	margin-top:10px;
}



.boxlink img:hover, .boxlink img:focus, .boxlink img:active {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.growRgt{
	text-align:left;
	margin-top:20px;
}
.growLft{
	margin-top:20px;
}
.bgwhite,
.acdemy{
	background-color:#fff;
}
.blogbx{
	padding:0;
	height:auto;
}
.blogSec{
	padding:0 20px 20px 20px;
}
.blogbx img{
	 -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  width:100%;
}
.blogbx:hover img{
	 -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.teambx h4{
	font-size:18px;
	text-transform:uppercase;
	font-weight:bold;
	line-height:24px;
	margin-bottom:10px;
}
.teambx p{
	font-size:15px;
	color:#05932e;
	
}
.teambx{
	background-color:#f5f5f5;
}
.companySec{
	
	display:inlione-block;
	width:100%;
	padding-left:30px;
}
.companySec .bx-wrapper img{
	width:175px!important;
	height:174px!important;
	border:1px solid #ddd!important;
	border-radius:50%!important;
	
}
.team a{
	float: left;
    display: block;
    margin-right: 0px;
    padding: 6px;
    width: 100%;
    text-align: center;
	background-color:#f6f6f4;
	border-radius: 10px;
}
.team a img{
	display:inline-block!important;
}
.team a span{
	width: 100%;
    text-align: center;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
	color: #05932e;
}
.team a p{
    font-size: 15px;
	color:#706e6e;
}
.team .bx-wrapper .bx-next {
    right: -37px!important;
}
.contact_all{	
	width:80%;
	display:inline-block;
	margin-top:20px;
}
textarea,
.contact_form input{
	border:1px solid #f2f2f2;
	padding:17px 18px;
	width:48%;
	display:block;
	float:left;
	margin:5px;
	border-radius:3px;
}
textarea{
	width:97%;
	resize:none;
}
.banner_btn{
    padding: 8px 30px;
    font-size: 18px;
    width: auto;
    border: 1px solid #fff;
    color: #fff;
	display:inline-block;
	background:transparent;
	margin-top:20px;
	border-radius: 6px;
}
.banner_btn:hover{
	background-color:#fff;
	color:#05932e;
}
.ftr1{
	padding:20px 0;
	display:inline-block;
	width:100%;
}
.ftr1 h4{
	font-size:20px;
	color:#05932e;
	text-transform:uppercase;
	margin-top:10px;
	margin-bottom: 0;
	font-weight:bold;
}
.ftr1 p{
	font-size: 16px;
    color: #706e6e;
    line-height: 26px;
}
.ftr1lst p{
	font-size:15px;
	color:#706e6e;
	line-height: 17px;
	margin:0;
}
.ftr1 ul li{
	margin-bottom:5px;
}
.ftr1 ul li a{
	
	font-size:15px;
	color:#706e6e;
}
.ftr1 ul li a .fa{
	
	margin-right:5px;
}
.ftr1 ul li a:hover{
	color:#05932e;
	text-decoration:underline;
}
.addres{
	margin-top:10px;
	display: inline-block;
	width: 100%;
}
.addres .fa{
	color:#fff;
	background-color:#000;
	padding:10px 6px;
	width:40px;
	text-align:center;
	vertical-align:middle;
	border-radius: 6px;
}
.addresmn{
	float:right;
	width:80%;
	 margin-top: -5px;
}
.addresmn span{
	color:#000;
	font-weight:bold;
	text-transform:uppercase;
	font-size:15px;
}
.ftr_botm{
	background-color:#333333;
	text-align:center;
}
.carousel-control{
	display:none;
}
.listItem li{
	margin-bottom:10px;
	font-weight: bold;
}
.listItem li i{
	margin-right: 5px;
    font-size: 14px;
    color: #47abb4;
    font-weight: bold;
}
.listItemser{	
	width:100%;
	display:inline-block;
	margin-bottom:10px;
}
.listItemser li{
	margin-right: 5px;
    font-size: 14px;
    font-weight: bold;
	margin-bottom:10px;
	font-weight: normal;
	float:left;
	margin-right:20px;
	font-size:17px;
}
.listItemsergt li{
	float:right;
	margin-right:0px;
	margin-left:20px;
}
.hideSec i{
	margin-right:5px;
	color:#000;
}
.listTitlser {
        font-size: 20px;
    margin-bottom: 5px;
    line-height: 25px;
    color: #47abb4;
    display: inline-block;
    padding: 2px 0;
    text-align: left;
    margin-bottom: 14px;
	font-weight:bold;
}
.listspan{
	width:100%;
	display:inline-block;
	margin-bottom:10px;
}
.carousel-indicators {
    bottom: 100px!important;
}

/*******************************
* MODAL AS LEFT/RIGHT SIDEBAR
* Add "left" or "right" in modal parent div, after class="modal".
* Get free snippets on bootpen.com
*******************************/
	.modal.left .modal-dialog,
	.modal.right .modal-dialog {
		position: fixed;
		margin: auto;
		width: 520px;
		height: 100%;
		-webkit-transform: translate3d(0%, 0, 0);
		    -ms-transform: translate3d(0%, 0, 0);
		     -o-transform: translate3d(0%, 0, 0);
		        transform: translate3d(0%, 0, 0);
	}

	.modal.left .modal-content,
	.modal.right .modal-content {
		height: 100%;
		overflow-y: auto;
	}
	
	.modal.left .modal-body,
	.modal.right .modal-body {
		padding: 15px 15px 80px;
	}

/*Left*/
	.modal.left.fade .modal-dialog{
		left: -320px;
		-webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
		   -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
		     -o-transition: opacity 0.3s linear, left 0.3s ease-out;
		        transition: opacity 0.3s linear, left 0.3s ease-out;
	}
	
	.modal.left.fade.in .modal-dialog{
		left: 0;
	}
        
/*Right*/
	.modal.right.fade .modal-dialog {
		right: -320px;
		-webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
		   -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
		     -o-transition: opacity 0.3s linear, right 0.3s ease-out;
		        transition: opacity 0.3s linear, right 0.3s ease-out;
	}
	
	.modal.right.fade.in .modal-dialog {
		right: 0;
	}

/* ----- MODAL STYLE ----- */
	.modal-content {
		border-radius: 0;
		border: none;
	}

	.modal-header {
		border-bottom-color: #EEEEEE;
		background-color: #FAFAFA;
	}

/* ----- v CAN BE DELETED v ----- */
body {
	background-color: #78909C;
}

.demo {
	padding-top: 60px;
	padding-bottom: 110px;
}

.btn-demo {
	margin: 15px;
	padding: 10px 15px;
	border-radius: 0;
	font-size: 16px;
	background-color: #FFFFFF;
}

.btn-demo:focus {
	outline: 0;
}

.demo-footer {
	position: fixed;
	bottom: 0;
	width: 100%;
	padding: 15px;
	background-color: #212121;
	text-align: center;
}

.demo-footer > a {
	text-decoration: none;
	font-weight: bold;
	font-size: 16px;
	color: #fff;
}
.join_form{
	display:inline-block;	
	width:100%;
}
.form_sec{
	display:inline-block;
	width:100%;
}
.formSec2{
	float:left;
	width:48%;
}
.form_sec label{
	font-size:15px;
	color:#000;
	font-weight:normal;
}

.form_sec select,
.form_sec input{
	border: 1px solid #f2f2f2;
    padding: 6px 8px;
    width: 100%;
    display: block;
    float: right;
    margin-bottom: 5px;
    border-radius: 3px;
}
.form_sec select,
.form_sec textarea{
	width:98%;
}
.modal-title{
	color:#04932e;
}
.otherCompany p,
.contact_form p,
.team p,
.blog p,
.acdemy p,
.service p,
.abouts p{
	font-size:20px;
	font-weight:normal;
	line-height:28px;
}
.service p{
	line-height:22px;
}
.blog .box1 p,
.service .box1 p {
    font-size: 16px;
}
.acdemy .growRgt p{
	font-size:18px;
	line-height:26px;
	
}
.carousel {
    position: relative;
    display: inline-block;
    width: 100%;
    margin-top: 80px!important;
}
.navbar-nav>li {
    margin-left: 18px!important;
}


/* ****************about us page******************* */

.abouts_ban{
	width:100%;
	display:inline-block;
	background:url(images/bannerbg.jpg) no-repeat center center;
	background-size:100% 100%;
	min-height:330px;
	margin-top:76px;
	
}
.serv_ban{
	background:url(images/slide2.jpg) no-repeat center center;
}
.abt_banner{
	background:url(images/slide4.jpg) no-repeat center center;
}
.blog_banner{
	background:url(images/blogBan.jpg) no-repeat center center;	
}
.contact_banner{
	background:url(images/conBan.jpg) no-repeat center center;
}
.relative{
	position:relative;
}
.pageicon{	
	position:absolute;
	right:100px;
	top:150px;
}
.topbancon{	
	position: absolute;
    left: 50px;
    top: 96px;
}
.topbancon h1{	
    color: #fff;
    font-size: 41px;
    font-weight: bold;
}
.bread-crumb {
    float: left;
    list-style: outside none none;
    padding-left: 0;
    width: 100%;
}
.bread-crumb > li {
    display: inline-block;
    font-family: Calibri;
    font-size: 14px;
    margin-right: 34px;
    position: relative;
	color:#fff;
    text-transform: capitalize;
}
.bread-crumb > li::before {
    color: #22ceae;
    content: "\f105";
    font-family: fontawesome;
    position: absolute;
    right: -20px;
    top: 0;
}
.bread-crumb > li:last-child::before {
    font-size:0;
}
.bread-crumb > li a{
	color:#fff;
}
.innerContent{
	display:inline-block;
	width:100%
}
.mnImge{
	padding:7px;
	background-color:#fff;
	-webkit-box-shadow: 0px -1px 5px 2px rgba(163,163,163,1);
-moz-box-shadow: 0px -1px 5px 2px rgba(163,163,163,1);
box-shadow: 0px -1px 5px 2px rgba(163,163,163,1);
}
.inner_tit{
	color: #000;
    font-size: 25px;
    line-height: 20px;
}
.inner_subtit{
	font-size: 35px;
    color: #079430;
    line-height: 40px;
    margin-bottom: 10px;
}
.bgWhite{
	background-color:#fff;
}
.bgGray{
	background-color:#f6f6f6;
}
.marginTop20{
	margin-top:20px;
}
.marginBtm20{
	margin-bottom:20px;
}
.mnImge{
	height:150px;
	width:150px;
	border-radius:50%;
}
a.noMore,
a.rdMore{
	color:#ff0000;
}
a.noMore:hover,
a.rdMore:hover{
	text-decoration:underline;
}

.mapsec{
	background-color:#fff;
	padding:10px;
	display:inline-block;
	width:100%;
	-webkit-box-shadow: 0px -1px 5px 2px rgba(163,163,163,1);
-moz-box-shadow: 0px -1px 5px 2px rgba(163,163,163,1);
box-shadow: 0px -1px 5px 2px rgba(163,163,163,1);	
}

.mapsec iframe{
	width:100%;
	height:392px;
}

.visnSec {
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 5px;
    line-height: 25px;
    color: #47abb4;
    display: inline-block;
    padding: 2px 0;
    text-align: left;
}
.visnSec img{
	margin-right:10px;
}
.conitem{
	margin-bottom:50px;
}
.item-inner{
	background-color:#efefef;
	padding:20px 0;
	display:inline-block;
	text-align:center;
	width:100%;
}
.item-inner .icon{	
	display: inline-block;
    width: 100px;
    height: 100px;
    background-color: #fff;
    line-height: 108px;
    border-radius: 50%;
    border: 2px solid #079430;
	margin-bottom:20px;
}
.item-inner .details{
	min-height:107px;
}
.item-inner .icon i{
	font-size:40px;
	color:#079430;
}
.bx-viewport li{
	text-align:center;
}
.teamSlide a{
	
}