/*
Template Name: Multi
Version: 1.0
Author: ShapeBootstrap
Author URL: http://shapebootstrap.net
*/
/*************************
*******Typography******
**************************/

@font-face{
  font-family: 'MyriadPro';
  src: url('../fonts/MyriadPro-Regular.eot');
  src: url('../fonts/MyriadPro-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/MyriadPro-Regular.woff') format('woff'), url('../fonts/MyriadPro-Regular.ttf') format('truetype'), url('../fonts/MyriadPro-Regular.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face{
  font-family: 'MyriadProBold';
  src: url('../fonts/MyriadPro-Bold.eot');
  src: url('../fonts/MyriadPro-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/MyriadPro-Bold.woff') format('woff'), url('../fonts/MyriadPro-Bold.ttf') format('truetype'), url('../fonts/MyriadPro-Bold.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face{
  font-family: 'MyriadProSemibold';
  src: url('../fonts/MyriadPro-Semibold.eot');
  src: url('../fonts/MyriadPro-Semibold.eot?#iefix') format('embedded-opentype'), url('../fonts/MyriadPro-Semibold.woff') format('woff'), url('../fonts/MyriadPro-Semibold.ttf') format('truetype'), url('../fonts/MyriadPro-Semibold.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}


body {
  padding-top:0px;
  background: #fff;
  font-family: 'MyriadPro', sans-serif !important;
  font-weight: 400;
  color: #64686d;
  line-height: 18px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  font-family: 'MyriadProSemibold', sans-serif !important;
  color: #272727;
}
a {
  color: #4db848;
  -webkit-transition: color 400ms, background-color 400ms;
  -moz-transition: color 400ms, background-color 400ms;
  -o-transition: color 400ms, background-color 400ms;
  transition: color 400ms, background-color 400ms;
}
a:hover,
a:focus {
  text-decoration: none;
  color: #2a95be;
}
hr {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #fff;
}
.gradiant {
  background-image: -moz-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -ms-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
}
.gradiant-horizontal {
  background-image: -moz-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -webkit-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -ms-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
}
.section-header {
  margin-bottom: 50px;
}
.section-header .section-title {
  font-size: 44px;
  color: #272727;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 20px;
  margin: 0 0 20px;
}
.section-header .section-title:before {
  content: "";
  position: absolute;
  width: 140px;
  bottom: 0;
  left: 50%;
  margin-left: -70px;
  height: 1px;
  background: #ebebeb;
}
.section-header .section-title:after {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  bottom: -11px;
  left: 50%;
  margin-left: -12px;
  border: 5px solid #fff;
  border-radius: 20px;
  background: #45aed6;
}
.btn {
  border-width: 0;
  border-bottom-width: 3px;
  border-radius: 3px;
}
.btn.btn-primary {
  background: #45aed6;
  border-color: #2a95be;
}
.btn.btn-primary:hover,
.btn.btn-primary:focus {
  background: #2a95be;
}
.column-title {
  margin-top: 0;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
  margin-bottom: 15px;
  position: relative;
}
.column-title:after {
  content: " ";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 40%;
  border-bottom: 1px solid #45aed6;
}
ul.nostyle {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
}
ul.nostyle i {
  color: #45aed6;
}
.scaleIn {
  -webkit-animation-name: scaleIn;
  animation-name: scaleIn;
}
@-webkit-keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
/*************************
*******Header******
**************************/
.top_header {
    background:#2e2e2e;
	width:100%; text-align:right;
}
.top_header li, .top_header a, .top_header ul.phone-mail li a {
    font-size: 14px;
    font-weight: normal;
    cursor: pointer;
    line-height:50px;
	color:#c1c1c1;
}
.top_header .phone-mail {
    position: relative;
	padding:0px; margin:0px 20px 0 0; display:inline-block;
}

.top_header .phone-mail li {
    list-style: none; 
	display:inline-block;
    margin: 0px 10px;
}
.top_header .phone-mail li  a:hover{color:#4db848;}
.top_header .phone-mail li .fa{ font-size:18px; line-height:50px;}
.top_header .top-bar-menu {
    display: inline-block; float:right;
}
#menu_top_bar {
    position: relative;
    height: 100%;
    top: 0; text-align:right; margin:0px; padding:0px; display:inline-block;
}
.top_header #menu_top_bar li{list-style: none; display:inline-block; padding: 0px 30px; border-left:1px solid #434343; margin:0; line-height:50px; text-transform:uppercase;}
.top-bar-menu #menu_top_bar a { display:block; color:#fff;}
.top-bar-menu #menu_top_bar a.active, .top-bar-menu #menu_top_bar a:hover { color:#4db848}

/*************************
*******Header******
**************************/
.navbar.navbar-default .navbar-right{ margin-right:0px; padding-right:0px;}
.navbar.navbar-default {
  border: 0;
  border-radius: 0;
  margin-bottom: 0;
}
.navbar.navbar-default .navbar-toggle {
  margin-top: 32px;
}
.navbar.navbar-default .navbar-brand {
  height: auto;
  padding: 0px 15px 0px;
}
@media only screen and (min-width: 768px) {
  #main-menu.navbar-default {
    background: rgba(255, 255, 255, 1);
    -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
  }
  #main-menu.navbar-default .navbar-nav > li{ padding:0  25px;}
  #main-menu.navbar-default .navbar-nav > li > a {
	padding: 31px 0;
	border-bottom: 4px solid #fff;
	border-radius: 0px;
	font-size:20px; font-weight:normal; color:#333; line-height:20px; text-transform:uppercase; 
  }

  #main-menu.navbar-default .navbar-nav > li.active > a,
  #main-menu.navbar-default .navbar-nav > li.open > a,
  #main-menu.navbar-default .navbar-nav > li:hover > a {
    background: transparent; 
	color:#4db848; border-bottom: 4px solid #4db848; 
  } 
  #main-menu.navbar-default .dropdown-menu {
    padding: 0 20px;
    min-width: 220px;
    background-color: rgba(26, 28, 40, 0.9);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    background-clip: inherit;
  }
  #main-menu.navbar-default .dropdown-menu > li {
    border-left: 3px solid transparent;
    margin-left: -20px;
    padding-left: 17px;
    -webit-transition: border-color 400ms;
    transition: border-color 400ms;
  }
  #main-menu.navbar-default .dropdown-menu > li > a {
    border-top: 1px solid #404455;
    padding: 15px 0;
    color: #eeeeee;
  }
  #main-menu.navbar-default .dropdown-menu > li:first-child > a {
    border-top: 0;
  }
  #main-menu.navbar-default .dropdown-menu > li.active,
  #main-menu.navbar-default .dropdown-menu > li.open,
  #main-menu.navbar-default .dropdown-menu > li:hover {
    border-left-color: #45aed6;
  }
  #main-menu.navbar-default .dropdown-menu > li.active > a,
  #main-menu.navbar-default .dropdown-menu > li.open > a,
  #main-menu.navbar-default .dropdown-menu > li:hover > a {
    color: #45aed6;
    background-color: transparent;
  }
  .caret-up {
    width: 0; 
    height: 0; 
    border-left: 4px solid rgba(0, 0, 0, 0);
    border-right: 4px solid rgba(0, 0, 0, 0);
    border-bottom: 4px solid;
    
    display: inline-block;
    margin-left: 2px;
    vertical-align: middle;
}
.navbar-right .dropdown-menu {
    left: 10px !important;
}
#main-menu.navbar-default .dropdown-menu > li > a {
    border-top: 1px solid #404455;
    padding: 10px 0;
    color: #eeeeee;
}
#main-menu.navbar-default .dropdown-menu > li > a:hover {
    color: #4db848;
}


}
/******/
#main-slider{ position:relative;}
#main-slider .item {
  height: 450px;
  background-repeat: no-repeat;
  background-position: 50% bottom;
  background-size: cover;
}
#main-slider .slider-inner {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  z-index:999999;
  
}
#main-slider .slider-inner .container {
    height: 100%;
}
#main-slider .slider-inner .row {
    margin-right: -15px;
    margin-left: -15px;
    height: 100%;
}
#main-slider .slider-inner .col-sm-7 {height:100%}
#main-slider .slider-inner .carousel-content{ position:absolute; top:50%; right:100px; -webkit-transform: translatey(-50%); transform: translatey(-50%)}
#main-slider .carousel-content h2 {
  margin-top: 0px;
  font-size:33px;
  line-height: 40px;
  color: #000;
  font-weight:600 !important;
  text-transform:uppercase;
}
#main-slider .carousel-content p {
  margin-top: 0px;
  font-size:22px;
  line-height: 30px;
  color: #000000;
   font-weight:400 !important;
}
#main-slider .carousel-content a {
  color: #FFF;
}

.btn.btngreen { margin-top: 2px; border-radius:0; border:none !important; padding:10px 0; background:none !important; font-size:14px;  font-weight:500; color:#058605;}
.btn.btngreen:hover { color:#000}
.mar-l10{ margin-left:3px;}

/*.flex-direction-nav { max-width:1630px; width:100%; height:100%; position:absolute; left:50%; top:50%;  -webkit-transform: translatex(-50%); transform: translatex(-50%)}*/

.flex-direction-nav a {
  width: 20px;
  height: 20px;
  margin: -10px 0 0;
  opacity: 1;
  z-index:9999999999999;
  top:0px;
}
.flex-direction-nav .flex-prev {
  right: 70px !important;
  left:auto;
  background:url(../images/prev_banner.png) no-repeat; opacity: 0;
}
.flex-direction-nav .flex-next {
  right: 20px;
  top:80px;
  text-align: right;
  background:url(../images/next_banner.png) no-repeat;
}
.custom-controls-container{ max-width:1630px; width:100%;  position:absolute; left:50%; top:50%;  -webkit-transform: translatex(-50%); transform: translatex(-50%); text-align:right;z-index:9;}
/******/
#cta {
  padding: 0;
  background: #eeeeee url(../images/about_26.jpg) top center no-repeat; background-size:cover cover; text-align:center;
}
#cta .line{padding-top:50px; padding-bottom:50px; border-right:1px solid #60ac7b;}
#cta .line .mid{ display:inline-block; text-align:left;}

#cta h2 {
  margin-top: 0; font-size:36px; font-weight:bold; color:#fff;
}
#cta .btn {
  margin-top: 10px;
}
/***/
#cta0 {
  padding: 100px 0;
  background: #eeeeee url(../images/contacts_us_02.jpg) top center no-repeat; background-size:cover cover; text-align:center;
}
#cta0 h2 {
  margin-top: 0; font-size:36px; font-weight:bold; color:#fff; text-transform:uppercase;
}
#cta0 h2 span{
  margin-top: 0; font-size:36px; font-weight:300; color:#fff; display:block;text-transform:lowercase;
}
#cta0 .btn {
  margin-top: 10px;
}
/***/
#cta2 {
  background: #242a33 url(../images/cat2.jpg) no-repeat 50% 50%;
  background-size: cover;
  color: #fff;
  padding: 60px 0;
  position:relative;
}

#cta2 h2 {
  color: #fff;
  font-size: 44px;
  line-height: 1;
}
#cta2 h2 > span {
  color: #45aed6;
}
#cta2 .titel{ position:absolute; top:-30px; text-align:center; width:100%;}
.arrow_box {
	position: relative;
	background: #35cb35;
	color: #fff;
  font-size: 22px;
  text-align:center; height:50px; width:250px; margin:0 auto; border-radius:25px; line-height:50px;
}
.arrow_box:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(53, 203, 53, 0);
	border-top-color: #35cb35;
	border-width: 12px;
	margin-left: -12px;
}
#cta2 .flexslider{ background:none; border:none; border-radius:0px; margin-top:0px; margin-bottom:0px;}
#cta2 .flexslider ul.news_list{  margin:0px; padding:0px; list-style:none;}
#cta2 .flexslider ul.news_list li{ margin:0px; padding:0px; list-style:none; font-size:14px; font-weight:300; line-height:20px;  background:#fff; }
#cta2 .flexslider ul.news_list li .news_inner{ padding:15px 30px; min-height:250px;}
#cta2 .flexslider ul.news_list li .news_box{ min-height:150px;}
#cta2 .flexslider ul.news_list li small{font-size:11px; font-weight:300; line-height:20px; color:#666666; background:#f4f4f4; display:inline-block; padding:0 5px; margin:0 15px 0 0;}
#cta2 .flexslider ul.news_list li h3{font-size:15px; font-weight:bold; line-height:17px; margin-top:10px;}
#cta2 .flexslider h4{font-size:14px;}

#cta2 .flexslider ul.news_list li p{font-size:13px; font-weight:300; line-height:20px; padding-bottom:15px; color:#000;}
#cta2 .flexslider .flex-direction-nav .flex-prev {
  left: -120px;
  background:url(../images/news_prev.png)top center no-repeat; opacity:1;
}
#cta2 .flexslider .flex-direction-nav .flex-next {
  right: -120px;
  text-align: right;
  background:url(../images/news_next.png)top center no-repeat;
 
}
#cta2 .flexslider .flex-direction-nav a {
  width: 64px;
  height: 44px;
  margin: -22px 0 0;
  top:50%;
}
.outlinebtn{ background:none; border:#000 2px solid !important; color:#000; font-size:16px; text-shadow:none; border-radius:18px; padding-left:25px; padding-right:25px; font-weight:300;}
.outlinebtn:hover{ background:none;  border:#35cb35 2px solid !important; color:#35cb35; }
.outlinebtn .fa{ margin-left:15px;}
/***/
#cta3 {
  background: #f6f6f6;
  color: #fff;
  padding: 70px 0;
  position:relative;
}
#cta3 h3 {
  color: #fff;
  font-size: 44px;
  line-height: 1;
}

#cta3 .titel{ position:absolute; top:-30px; text-align:center; width:100%;}
#cta3 .team{ background:none; border:none; border-radius:0px; margin-top:0px; margin-bottom:0px;}
#cta3 .team ul.news_list{  margin:0px; padding:0px; list-style:none;}
#cta3 .team ul.news_list li{ margin:0px; padding:0px; list-style:none; font-size:14px; font-weight:300; line-height:20px; background:none; text-align:center;}
#cta3 .team ul.news_list li .news_inner{ padding:30px; background: url(../images/title_bg.png) 100% 65% no-repeat; background-size:100%;}
#cta3 .team ul.news_list li h3{font-size:16px; font-weight:bold; line-height:20px; margin-top:10px; margin-bottom:0px; padding-bottom:0px; color:#000;}
#cta3 .team ul.news_list li p{font-size:14px; font-weight:300; line-height:20px; padding-bottom:0px;color:#666666;}
#cta3 .team .flex-direction-nav .flex-prev {
  left: -120px;
  background:url(../images/team_prev.png)top center no-repeat; opacity:1;
}
#cta3 .team .flex-direction-nav .flex-next {
  right: -120px;
  text-align: right;
  background:url(../images/team_next.png)top center no-repeat;
 
}
#cta3 .team .flex-direction-nav a {
  width: 70px;
  height: 70px;
  margin: -35px 0 0;
  top:50%;
}
.mar-0{ margin:0px !important;}

/****/
#index-containt{ background:#f9f9f9 url(../images/Index_cont_bg.png) right bottom no-repeat; padding-bottom:100px;}
.about_index{-webkit-box-shadow: 0px 0px 10px 5px rgba(0,0,0,.1);
-moz-box-shadow: 0px 0px 10px 5px rgba(0,0,0,.1);
box-shadow: 0px 0px 10px 5px rgba(0,0,0,.1); padding:20px 35px; background:#fff; margin-top:-70px; position:relative; z-index:9;}
.about_index h2{ padding:0px; margin:0 0 15px 0; font-size:28px; font-weight:600; color:#333; line-height:30px;}
.about_index h2 span{  display:block; font-size:20px; font-weight:300; color:#333; line-height:28px; text-transform:uppercase;}
.about_index p{ font-size:14px; font-weight:400; color:#333; line-height:18px; margin:15px 0;max-width: 560px;}
.about_right{}
.about_right_left{ float:left; width:42.5%; vertical-align:bottom; position:relative;}
.about_right_right{ float:right; width:57.5%; vertical-align:bottom;}
.about_right_text_div{top:100px;width:100%; font-size:26px; color:#666666; position:absolute; text-align:left; line-height:36px;}

.feature { position:relative; padding:30px 0 0px 0; z-index:99;}
.feature .title{ padding:5px 20px; margin-top:30px; margin-left:-150px; margin-bottom:20px; display:inline-block; position:relative; background:#f9f9f9; z-index:-1; -webkit-box-shadow: 0px 0px 10px 5px rgba(0,0,0,.1);
-moz-box-shadow: 0px 0px 10px 5px rgba(0,0,0,.1);
box-shadow: 0px 0px 10px 5px rgba(0,0,0,.1);}
.feature .title h1{ font-size:28px; font-weight:bold; color:#666666; line-height:29px; margin:20px 0; padding:0px; display:inline-block; text-transform:uppercase;}
.feature .title h1 span{ font-weight:500; color:#000; display:block;}
.feature .title img{ float:left; margin-right:20px;}
.feature.rightall .title{margin-left:0px; margin-right:-150px; float:right; padding-right:90px !important; margin-top:90px;}
.feature.rightall .title img{margin-left:20px; margin-right:0px; float:right;}
.feature p{ max-width:800px;}
.feature.lastall .title{margin-top:80px; padding-left:80px;}
@media only screen and (max-width: 1630px) {
.custom-controls-container{ max-width:1170px; width:100%; }
.slider-inner .col-lg-5 { width: 60%;}
.feature .title {  margin-left: -60px;}
.feature.lastall .title { margin-top: 40px;  padding-left: 60px;  margin-left: -90px;}
.about_right_text_div {
    top: 70px;
    font-size: 22px;
    line-height: 24px;
}


}

/***/
.divider {
  margin-top: 50px;
  margin-bottom: 50px;
  background-image: -moz-linear-gradient(180deg, #ffffff 0%, #e3e3e3 49%, #ffffff 100%);
  background-image: -webkit-linear-gradient(180deg, #ffffff 0%, #e3e3e3 49%, #ffffff 100%);
  background-image: -ms-linear-gradient(180deg, #ffffff 0%, #e3e3e3 49%, #ffffff 100%);
  width: 95%;
  height: 1px;
}
.progress {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #eeeeee;
}
.progress .progress-bar.progress-bar-primary {
  background-image: -moz-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -webkit-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -ms-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.nav.main-tab {
  background: #eee;
  border-bottom: 3px solid #222534;
  border-radius: 3px 3px 0 0;
}
.nav.main-tab > li > a {
  color: #272727;
}
.nav.main-tab > li.active > a {
  background: #222534;
  color: #45aed6;
}
.nav.main-tab > li:first-child > a {
  border-radius: 3px 0 0 0;
}
.nav.main-tab > li:last-child > a {
  border-radius: 0 3px 0 0;
}
.tab-content {
  border: 1px solid #eee;
  border-top: 0;
  padding: 20px 20px 10px;
  border-radius: 0 0 3px 3px;
}
.panel-default {
  border-color: #eee;
}
.panel-default > .panel-heading {
  background-color: #fff;
  border-color: #eee;
}
.panel-default > .panel-heading .panel-title {
  font-size: 14px;
  font-weight: normal;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #eee;
}


/***********************
********* Footer ******
************************/
#footer_top{  width:100%; padding:0px;background:#4c4c4c; }
#footer_top h4{ margin:0 0 2px 0; padding:0px; font-size:16px; color:#fff; font-weight:600;}
#footer_top p{ font-size:13px; font-weight:normal; color:#fff; line-height:23px; padding:0px; margin:0 0 10px 0;}
#footer_top p span, #footer_top p a{ color:#35cd35;}
#footer_top .divider_footer{width:100%; margin-right:0%;  min-height:150px; padding:20px 0 0px 80px;}
#footer_top .border{border-right:1px solid #414141; border-left:1px solid #5e5e5e;}
#footer_top ul.list{ list-style:none; margin:0px; padding:0px; }
#footer_top ul.list li{ list-style:none; margin:0px; padding:2px 0; line-height:18px; font-size:13px; font-weight:normal; color:#fff;}
#footer_top ul.list li a{ color:#fff; display:block; width:100%;}
#footer_top ul.list li a:hover{ color:#33cc33;}
#footer_top .width50{ width:48%; float:left;}

#footer_top ul.social-icons {
  list-style: none;
  padding: 0;
  margin: 0 -7.5px; max-width:255px; width:100%; text-align:center;
}
#footer_top ul.social-icons > li {
  display: inline-block;
  margin: 10px 7.5px; font-size:20px; line-height:20px;
}
#footer_top ul.social-icons > li a{ color:#cdcdcd ;}
#footer_top ul.social-icons > li a:hover{ color:#33cc33 ;}
#footer {
  padding: 6px 0;
  color: #b0afaf;
  background: #3c3b3b url(../images/footer_bg_r.jpg) center top no-repeat;
  font-size:13px;
}
#footer a {
  color: #b0afaf;
}
#footer a:hover {
  color: #ee3539;
}
#footer p{ margin-bottom:0px;}
.footer_logo{ /*background:url(../images/footer_bg.png) no-repeat bottom left;*/}
@media only screen and (max-width: 1630px) {
#footer_top .divider_footer{padding:15px 0 0px 40px;min-height: 140px;}
}

.form-control {
  box-shadow: none;
  -webkit-box-shadow: none;
}
/****/
.relative{ position:relative;}
#inner_banner{ position:relative;}
.inner_banner-inner{/*background:url(../images/inner_banner_inner.png) right bottom no-repeat;*/ bottom: 0px; right: 0; width: 100%; min-height:270px; position:absolute;}
.headingtext{
  position: relative;
  top:11px; 
}
.img-wrap_left { background:url(../images/bcom_left.png) top left no-repeat; height:180px; width:24px; float:left;}
.img-wrap { background:url(../images/bcom_bg.png) top left repeat-x; height:180px; float:left;}
.img-wrap_right { background:url(../images/bcom_right.png) top right no-repeat; height:180px; width:99px; float:left;}

.inner_banner-inner h2{color: #fff;
  font-size: 50px;
  line-height:60px;
  font-weight:900; margin:0px; padding:50px 20px; text-transform:uppercase; }
.list-inline { margin-left:0px;}
.breadcrumb {
	background:none !important;
    list-style: none outside none;
    margin:8px 0 0 0;
    padding:0px;
	color:#979696; text-transform:capitalize; font-size:15px;
}
.breadcrumb > li + li:before {
    color: #979696;
    content: "";
    padding: 0px;
}
.breadcrumb a{ color:#979696;  font-weight:normal; font-size:15px; font-weight:400; font-style:normal; text-decoration:none;}
.breadcrumb > .active {
    color: #000;
}
.breadcrumb .fa{ vertical-align:middle;margin-left:15px; }
#inner-containt{ padding:30px 0 60px;}
.imgleft{ float:left; margin:0 25px 10px 0;}
.imgright{ float:right; margin:0 0px 10px 25px;}
.inner h2{ color:#000000; font-size:28px; line-height:30px; margin:0px; padding:0px;}
.inner ul{ margin:0px; padding:0px; list-style:none;}
.inner ul li{ margin:0px; padding:6px 0 6px 40px; list-style:none; line-height:20px; background:none; }
hr.hr{ height:9px;  margin:15px 0 20px; background:url(../images/cms__hr.png) top left; border:none;}
/***/
.contact{ padding:0px; margin:0px; background:#32689b;}
.no-left-padding{ padding-left:0px !important;}
.no-right-padding{ padding-right:0px !important;}
.contact-info{ padding:15px 0 15px 25px; color:#fff;}
.contact-info .fa{ margin:0px 15px 0 0; padding:0px;}
.contact-info h4{ color:#fff; font-size:22px;}
.contact-info p{ color:#fff; font-size:15px;}
.facilities{ max-width:378px; width:100%; padding:30px; margin:60px 75px; display:inline-block; text-align:center; -webkit-box-shadow: 0px 0px 10px 5px rgba(243,247,251,1);
-moz-box-shadow: 0px 0px 10px 5px rgba(243,247,251,1);
box-shadow: 0px 0px 10px 5px rgba(243,247,251,1);}
.facilities h3{ font-size:24px; font-weight:bold; color:#000000; text-transform:uppercase;}
.green{ border:2px solid #a3dfa5}
.blue{ border:2px solid #d0f0ff}
.blue:hover{ border:2px solid #a3dfa5}
.facilities img{ margin:10px 0;}

/***/
#search{
    margin-top:0; /* Don't copy this */
}
.stylish-input-group .input-group-addon{
    border-radius:20px; width:40px ; height:40px; background:#01cd35; color:#fff; border:none !important; padding:0px; margin:0px;
}
.stylish-input-group{ border-radius:25px; height:50px;border:1px solid #ccc; padding:5px 10px; width:100%;}
.stylish-input-group .form-control{
	border:0; 
	box-shadow:0 0 0; 
	border-color:#ccc;
	border-radius:0; height:40px;
}
.stylish-input-group button{
    border:0;
    background:transparent; color:#fff; font-size:18px; line-height:40px;
}
.news_right  h4{ color:#333333; font-size:22px;}
.news_right ul{ margin:0px; padding:0px; width:100%; list-style:none;}
.news_right ul li{ background:none; margin:0px; padding:0; width:100%; list-style:none; border-bottom:1px solid #dcdcdc; font-size:13px; color:#323130; line-height:20px;}
.news_right ul li:last-child{border-bottom:none;}
.news_right ul li a {color:#323130; text-decoration:none;  padding:10px 0; display:block;}
.news_right ul li a:hover {color:#0057a6; text-decoration:none; }
.news_right hr{ border:none; height:9px; background:url(../images/cms__hr.png); width:100%; margin:30px auto;}
/****/

#blog  .btn.btnoutline {margin-bottom: 35px; margin-top:0px;}
.btn.btnoutline_red { border-radius:20px; border:1px solid #ee3439 !important; padding:6px 25px; background:none; font-size:18px; font-weight:500; color:#ee3439; margin-top:15px;}
.btn.btnoutline_red:hover {  background:#ee3439; color:#fff;}
#blog .loadmore{
   width: 100%; 
   text-align: center; 
   border-bottom: 1px dashed #ddd; 
   line-height: 0.1em;
   margin: 0px; 
   height: 36px;
} 

#blog .loadmore span { 
    background:#fff; 
    padding:10px; 
}
.middle_box{ width:100%;  margin:0 0 30px 0; padding:0px 10px 0px 0; float:left; -webkit-box-shadow: 0px 0px 10px 5px rgba(243,247,251,1);
-moz-box-shadow: 0px 0px 10px 5px rgba(243,247,251,1);
box-shadow: 0px 0px 10px 5px rgba(243,247,251,1); }
.middle_box img{ float:left; margin-right:20px; margin-bottom:0px; width:auto !important; }
.middle_box h2{ margin:0px; padding:0px 0 15px 0; width:100%; font-size:24px; color:#35cd35; font-weight:bold; line-height:22px;}
.middle_box h2 a{ color:#35cd35; }
.middle_box p{ margin:0px; padding:0px 0 6px 0; width:100%; font-size:14px; color:#333; font-weight:normal; line-height:18px;}
.middle_box p a{color:#dc0000; font-weight:normal; text-decoration:none;}
.middle_box p a:hover{color:#c72503; font-weight:normal; text-decoration:underline;}
.dp_div{ padding:0px; width:100%; display:block; margin-top:0px;}
.dp_div .date{ margin:15px 0 0 0; padding-bottom:1px;  font-size:14px; font-weight:normal; line-height:14px; color:#cbcbcb; display:inline-block; }
.middle_box .comments_share{ display:block; float:none; }
.middle_box .comments_share img{ margin:0px; padding:0px; float:none;}
.middle_box .btnblue { border-radius:0; border:none !important; padding:0; margin-top:10px; margin-bottom:15px;  background:none !important; font-size:14px; font-weight:normal; color:#35cd35;}
.middle_box .btn.btnblue:hover {
   background:#057d05
}
.team_detail img{ margin:0 20px 10px 0;}
.team_detail p{ text-align:left; display:block; width:100%; margin:10px 0; font-size:14px; line-height:20px; font-weight:normal; color:#333; }
.team_detail {padding: 10px 30px;}
/*****/
.facilitie_box{min-height: 450px;}
.facilitie_box h2{ margin:0px; padding:0px 0 15px 0; width:100%; font-size:24px; color:#35cd35; font-weight:bold; line-height:22px; }
.facilitie_box h2 a{color:#35cd35; }
.facilitie_box h2 a:hover{color:#057d05; }
.facilitie_box p{ margin:10px 0 0 0; padding:0px 0 5px 0; width:100%; font-size:14px; color:#333; font-weight:normal; line-height:22px;}
.facilitie_box .btnblue { border-radius:25px; border:none !important; padding:5px 30px; margin-top:10px; margin-bottom:15px;  background:#35cd35; font-size:14px; font-weight:normal; color:#fff;}
.facilitie_box .btn.btnblue:hover { background:#057d05 }

#blog {

}
#blog .blog-post {
 /* border: 1px solid #eee;
  padding: 15px;*/
}
#blog .blog-post .post-format {
  display: inline-block;
  width: 150px;
  height: 47px;
  line-height: 47px;
  text-align: left;
  color: #000;
  background: #fff;
  border:0;
  border-radius:0px;
}
#blog .blog-post.blog-large .entry-thumbnail {
  margin:0px 0px 15px 0;
  position: relative;
 
}
#blog .blog-post.blog-large .post-format {  
  position: absolute;
  left: 10px;
  bottom: -0px; padding:0 10px;
}
#blog .blog-post.blog-large .post-format > i {
  font-size: 20px;
}
#blog .blog-post.blog-large .entry-date {
  font-size: 12px;
  display: inline-block;
  margin-bottom: 5px;
  color: #cbcbcb;
  float:left;
}
.comments_share{ display:inline-block; float:right;}
#blog .blog-post.blog-large .entry-date span{ display:inline-block; margin:0 15px;}
#blog .blog-post.blog-large .entry-title {
  margin-top: 0;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 15px;
}
#blog .blog-post.blog-large .entry-title a {
  color: #737373;
}
#blog .blog-post.blog-large .entry-title a:hover {
  color: #0057a6; 
}
#blog .blog-post.blog-media {
  margin-bottom: 30px;
}
#blog .blog-post.blog-media .entry-thumbnail {
  position: relative;
   width:auto; max-width:50%; float:left;
}
#blog .blog-post.blog-media .entry-header, #blog .blog-post.blog-media .entry-content{ float:left;}
#blog .blog-post.blog-media .entry-date {
  font-size: 13px;
  display: block;
  margin-bottom: 5px;
  color: #45aed6;
}
#blog .blog-post.blog-media .entry-date span{ display:inline-block; margin:0 15px;}
#blog .blog-post.blog-media .entry-title {
  margin-top: 0;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 15px;
}
#blog .blog-post.blog-media .entry-title a {
  color: #737373;
}
#blog .blog-post.blog-media .entry-title a:hover {
  color: #0057a6;
}
#blog .blog-post .entry-meta {
  margin-top: 20px;
  border-top: 1px solid #eee;
  padding-top: 15px;
}
#blog .blog-post .entry-meta > span {
  display: inline-block;
  margin-right: 10px;
  color: #999;
}
#blog .blog-post .entry-meta > span > a {
  color: #999;
}
#blog .blog-post .entry-meta > span > a:hover {
  color: #45aed6;
}

/***/
.blog_comment{ padding:30px; margin:20px 0; border-left:4px solid #35cd35; background:#f5f6f6;}
.blog_comment li.media{ background:none; padding:0px;}
.media-body{ position:relative;}
.reply{ font-size:12px; color:#666666; font-weight:normal; margin-left:-10px; position:absolute; right:0px; top:-10px;}
.reply a{ color:#666666; font-style:normal; margin:0px; padding:0; text-decoration:none;}
.reply span{ margin:0 10px;}
.media-heading{ color:#333; font-size:14px; font-weight:bold;}
.comment{ padding:0px; margin:0px;}

.comment textarea{  margin:0; padding:10px; font-size:14px; font-weight:normal; color:#333; width:100%; border:1px solid#e5e5e5; }
.attach{ margin:0; padding:0px;font-size:14px; color:#333; font-weight:600; }
.comment .btnblue { border-radius:25px; border:none !important; padding:5px 30px;  background:#35cd35; font-size:20px; font-weight:normal; color:#fff;}
.comment .btn.btnblue:hover {
   background:#057d05
}
.comment .margin-top-20{ margin-top:20px;}
/***/
@media only screen and (max-width: 1631px) {
	.inner_banner-inner{min-height:240px;}
}
@media only screen and (min-width: 1631px) {
.container {
    width: 1630px;
}

}
