/*----------------------------------------------------
 1.  Variables
 2.  Prefix
 3.  Header
 4.  Banners
 5.  Features
 6.  Services
 7.  Footer
 8.  404
 9.  Page Cover
 10. Checkout
 11. Contact
 12. Packages
 13. About
 14. Sidebar
 15. Blog
 16. Case
 18. Successive Processes 
 19. Marketing App
 20. Tweets
 21. Slider
----------------------------------------------------*/
/*----------------------------------------------------------------*/
/*----------------------------------------------------------------*/
/*Prefix Styles*/
.m0 {
  margin: 0;
}
.m30 {
  margin-bottom: 30px;
  margin-left: 0px;
}
.m50 {
  margin-bottom: 50px;
}
.m-15 {
  margin-top: -15px;
}
.p0 {
  padding: 0;
}
.pt-100 {
  padding-top: 100px;
}
.pt-15 {
  padding-top: 15px;
}
.pt-40 {
  padding-top: 40px;
}
.pb-15 {
  padding-bottom: 15px;
}
.pb-100 {
  padding-bottom: 100px;
}
.mlr-10 {
  margin-left: 10px !important;
  margin-right: 10px !important;
}
body {
  position: relative;
}
p {
  font-family: 'Quicksand', sans-serif;
  color: #808080;
  font-size: 16px;
  line-height: 28px;
  font-weight: 300;
}
.greentext {
  color:#78AA42;
  font-weight: 500;
}
.darkbluetext {
  color: #213367;
}
.bluetext {
  color:#196BB5;
  font-weight: 500;
}
.bioplusbluetext {
 color:#196BB5 !important;
}
.bioplusseatext {
 color:#4471B7 !important;
}
.lemontext {
 color:#F1C400 !important;
}
.plumtext	 {
 color:#B14FC5 !important;
}
.artichoketext	 {
 color:#00AB69 !important;
}
.sorbettext	 {
 color:#47C0BB !important;
}
.watermelontext	 {
 color:#F04C24 !important;
}
.raspberrytext	 {
 color:#E577CB !important;
}
.ltgraytext {
   color:#A6A6A6 !important;
}
.ltgraytext a:hover {
   color:#000000 !important;
}
.bold {
	font-weight: bold !important;
}
/*Floating*/
.fleft {
  float: left;
}
.fright {
  float: right;
}
/*Section Fix*/
section.row,
header.row,
footer.row {
  margin: 0;
  position: relative;
}
.phone {
	color: #78AA42;
	font-weight: 600;
}
/*Ancore*/
a {color:#196BB5;}
a:hover {color:#213367;}
a,
.btn,
button {
  outline: none;
  -webkit-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s;
}
a:focus,
.btn:focus,
button:focus,
a:hover,
.btn:hover,
button:hover {
  outline: none;
  text-decoration: none;
  -webkit-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s;
}
.arrowList i {
  color: #196BB5;
  font-weight: 700;
  font-size: 16px;
  padding-right: 15px;
}
.quick_blocks_row_home2 .arrowList {
  margin-left: -30px !important;
}

.arrowList ul {
  float: left;
  font-weight:300;
  font-family: 'Quicksand', sans-serif;
  line-height: 28px;
  font-size: 16px;
  color: #808080;
  list-style-type: none;
}
.arrowList ul li {
	text-indent: -15px;
	padding-left: 10px;
}
.panel-body .arrowList ul li {
	text-indent: -25px;
	padding-left: 10px;
}
.tabs-blue .arrowList ul li {
	text-indent: -22px;
	padding-left: 20px;
}
.arrowList ul li a {
  display: inline;
  color: #78AA42;
	
}
.arrowList ul li a:hover {
  color: #196BB5;
  background: none;
}
/*----------------------------------------------------------------*/
.top_banner {
	background-color: #213367;
	text-align: center;
	width: 100%;
	padding: 16px 30px;
}

.top_banner a, .top_banner span {
	color: #ffffff;
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	font-size: 16px;
	line-height: 18px;
}

.top_banner a:hover {
	color: #78AA42;
}

.top_bar {
  background: #fff;
  z-index: 2;
}
.top_bar .container > .row {
  border-bottom: 1px solid  #ebf0f5;
  padding: 20px 0;
  line-height: 30px;
  font-size: 16px;
  color: #78AA42;
  font-family: 'Quicksand', sans-serif;
  font-weight: 500;
}

.top_bar .schedule a, .top_bar .register a {
  color: #78AA42;
}

.top_bar .schedule a:hover, .top_bar .register a:hover {
  color: #0078b2;
}


.top_bar .container > .row i {
  margin-right: 7px;
  font-size: 18px;
  float: left;
}
.top_bar .container .contact_info .register {
  margin-right: 20px;
}
.top_bar .container .contact_info .email img {
  margin-right: 6px;
}
.default .navbar {
  background: none;
  margin: 0 0 73px;
  padding: 28px 0 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  height: 321px;
  background: url('../../images/menu-shadow.png') repeat-x scroll 0 0 transparent;
  -webkit-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s;
}
.default .navbar .navbar-header a.navbar-brand {
  line-height: 48px;
  padding: 28px 15px;
  display: block;
  height: auto;
}
.default .navbar .navbar-header a.navbar-brand img {
  display: inline-block;
}
.default .navbar #main_nav .nav {
  margin: 0;
}

.default .navbar #main_nav .nav li a {
  color: #808080;
  text-shadow: none;
  line-height: 48px;
  font-size: 18px;
  padding: 28px 0 28px 72px; 
  font-family: 'Quicksand', sans-serif;
}
.default .navbar #main_nav .nav li a:hover,
.default .navbar #main_nav .nav li a :focus {
  color: #fff;
  background: none;
}
.default .navbar #main_nav .nav li.active a {
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
}
.default .navbar #main_nav .nav li.dropdown a {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.default .navbar #main_nav .nav li.dropdown a:focus {
  background: none;
}
.default .navbar #main_nav .nav li.dropdown .dropdown-menu {
  margin-top: 4px;
  border-radius: 0;
  padding: 20px 30px;
  border: none;
  display: block;
  background: #196BB5;
  -webkit-transform: scale(1, 0);
  -ms-transform: scale(1, 0);
  transform: scale(1, 0);
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  min-width: 235px;
  left: 0;
  right: auto;
  -webkit-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s;
}
.default .navbar #main_nav .nav li.dropdown .dropdown-menu li a {
  line-height: 40px;
  font-weight: 400;
  padding: 0;
  color: rgba(255, 255, 255, 0.7);
}
.default .navbar #main_nav .nav li.dropdown .dropdown-menu li a:after {
  content: '';
  width: 0;
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
  display: block;
  -webkit-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s;
}
.default .navbar #main_nav .nav li.dropdown .dropdown-menu li a:hover {
  color: #fff;
}
.default .navbar #main_nav .nav li.dropdown .dropdown-menu li a:hover:after {
  width: 100%;
}
.default .navbar #main_nav .nav li.dropdown:hover a {
  color: #fff;
  background: #78AA42;
}
.default .navbar #main_nav .nav li.dropdown:hover ul {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}
.default .navbar #main_nav .nav li.dropdown:hover ul li a {
  background: none;
}
.default .navbar #main_nav .nav li.book a {
  background: #fe824c;
  padding: 0 25px;
  color: #fff;
  line-height: 48px;
  margin-left: 15px;
}
.default .navbar #main_nav .nav li.book a:hover {
  background: #78AA42;
}
.default .navbar.navbar2 {
  background: #fff;
  height: auto;
  padding-top: 0;
  margin-bottom: 0;
}
.default .navbar.navbar2 .navbar-header a.navbar-brand {
  line-height: 88px;
}
.default .navbar.navbar2 #main_nav .nav li a {
  line-height: 88px;
  color: #8595b1;
}
.default .navbar.navbar2 #main_nav .nav li a:hover {
  color: #404d5f;
}
.default .navbar.navbar2 #main_nav .nav li.active a {
  color: #404d5f;
}
.default .navbar.navbar2 #main_nav .nav li.dropdown .dropdown-menu li a {
  color: rgba(255, 255, 255, 0.7);
}
.default .navbar.navbar2 #main_nav .nav li.dropdown .dropdown-menu li a:hover {
  color: #fff;
}
.default .navbar.navbar2 #main_nav .nav li.dropdown .dropdown-menu li a:hover:after {
  width: 100%;
}
.default .navbar.navbar2 #main_nav .nav li.dropdown:hover a {
  color: #404d5f;
  background: none;
}
.default .navbar.navbar2 #main_nav .nav li.book {
  padding: 20px 0;
}
.default .navbar.navbar2 #main_nav .nav li.book a {
  color: #fff;
  line-height: 48px;
}
.default .navbar.navbar3 {
  background: #78AA42;
  height: auto;
  padding-top: 0;
  margin-bottom: 0;
}
.default .navbar.navbar3 .navbar-header a.navbar-brand {
  line-height: 88px;
}
.default .navbar.navbar3 #main_nav .nav li a {
  line-height: 88px;
}
.default .navbar.navbar3 #main_nav .nav li a:hover {
  color: #fff;
}
.default .navbar.navbar3 #main_nav .nav li.dropdown .dropdown-menu li a {
  color: rgba(255, 255, 255, 0.7);
}
.default .navbar.navbar3 #main_nav .nav li.dropdown .dropdown-menu li a:hover {
  color: #fff;
}
.default .navbar.navbar3 #main_nav .nav li.dropdown .dropdown-menu li a:hover:after {
  width: 100%;
}
.default .navbar.navbar3 #main_nav .nav li.dropdown:hover a {
  color: #fff;
}
.default .navbar.navbar3 #main_nav .nav li.book {
  padding: 20px 0;
}
.default .navbar.navbar3 #main_nav .nav li.book a {
  color: #fff;
  line-height: 48px;
}
.default .navbar.collapsed {
  -webkit-transform: scale(1, 0);
  -ms-transform: scale(1, 0);
  transform: scale(1, 0);
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
}
.default .navbar.affix {
  width: 100%;
  top: 0;
}
/*----------------------------------------------------------------*/
.background_slider_row.row {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 0;
}
.home3 .background_slider_row.row {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  z-index: 0;
    height: auto;
}
.background_slider_row.row .background_slider {
  border: none;
  margin-bottom: 0;
}
.home3 .background_slider_row.row .background_slider {
}
.home3 .background_slider_row.row .background_slider .slides{
    max-height: 836px;
    overflow: hidden;
}
.home3 .background_slider_row.row .background_slider .slides li img{}
.home3 .background_slider_row.row .background_slider .slides{
}
/*----------------------------------------------------------------*/
.form_top_part {
  width: 430px;
  padding: 40px 40px 0;
  background: #43b9f6;
}
.form_top_part h2 {
  font-family: 'Poppins', sans-serif;
  margin: 0 0 25px;
  line-height: 36px;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 26px;
}
.form_top_part p {
  font-family: 'Quicksand', sans-serif;
  margin-bottom: 40px;
  color: #d8f2ff;
  line-height: 24px;
  font-size: 16px;
  font-weight: 400;
}
.form_top_part h4 {
  padding: 0 40px;
  line-height: 48px;
  color: #78AA42;
  font-family: 'Poppins', sans-serif;
  text-transform: uppercase;
  background: #fff;
  margin: 0;
  display: inline-block;
  font-weight: bold;
}
.form_row {
  background: #fff;
}
.form_row .inner {
  padding: 20px 0 20px 32px;
}
.form_row .col-sm-4,
.form_row .col-sm-5 {
  padding: 0 8px;
}
.form_row .col-sm-4:before,
.form_row .col-sm-5:before {
  content: '';
  height: 11px;
  width: 1px;
  background: #c6cede;
  display: block;
  position: absolute;
  left: 8px;
  bottom: 10px;
  z-index: 1;
}
.form_row .col-sm-4 input,
.form_row .col-sm-5 input {
  border: 1px solid transparent;
  border-bottom-color: #c6cede;
  height: 40px;
  line-height: 40px;
  padding: 0 17px;
  border-radius: 0;
  position: relative;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: 10px 0;
  color: #8595b1;
  background: none;
  z-index: 2;
}
.form_row .col-sm-4 input + .placeholder,
.form_row .col-sm-5 input + .placeholder {
  position: absolute;
  top: 0;
  line-height: 40px;
  text-transform: capitalize;
  padding: 0 17px;
  margin-top: 10px;
  font-family: 'Quicksand', sans-serif;
  color: #8595b1;
  font-size: 16px;
  z-index: 0;
  -webkit-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s;
}
.form_row .col-sm-4 input:focus + .placeholder,
.form_row .col-sm-5 input:focus + .placeholder,
.form_row .col-sm-4 input.notEmpty + .placeholder,
.form_row .col-sm-5 input.notEmpty + .placeholder {
  font-size: 12px;
  margin-top: -7px;
}
.form_row .col-sm-3 {
  padding: 0 8px;
}
.form_row .col-sm-3 button {
  float: right;
  background: none;
  padding: 0 45px;
  line-height: 48px;
  background: #fe824c;
  text-transform: uppercase;
  font-family: 'Poppins', sans-serif;
  color: #fff;
  border: none;
  -webkit-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s;
}
.form_row .col-sm-3 button:hover,
.form_row .col-sm-3 button:focus {
  background: #78AA42;
}
.form_bottom_part {
  width: 430px;
  padding: 28px 34px;
  background: #78AA42;
  margin-bottom: 0;
}
.form_bottom_part a {
  font-family: 'Poppins', sans-serif;
  font-weight: bold;
  font-size: 30px;
  line-height: 1;
  color: #fff;
  display: inline-block;
}
.form_bottom_part a img {
  margin-right: 20px;
  float: left;
}
/*----------------------------------------------------------------*/
.titleRow {
  color: #78AA42;
  margin-bottom: 30px;
  text-align: center;
}
.titleRow h2 {
  font-family: 'Poppins', sans-serif;
  font-size: 36px;
  margin: 0 0 15;
  line-height: 1;
  margin-bottom: 15px !important;
  font-weight: 700;
}
.titleRow h4 {
  font-family: 'Poppins', sans-serif;
  margin: 0;
  line-height: 1;
  font-weight: 400;
  font-size: 24px;
  color: #213367;
  text-transform: uppercase;
}
.titleRow.text-left {
  text-align: left;
}

.bgf {
  background: #ffffff;
}
.bgg {
  background: #f7f7f7;
  padding-top: 100px;
  padding-bottom: 100px;
}
.contentRowPad {
  padding: 60px 0;
}
.accordion_col .titleRow {
  margin-bottom: 60px;
}
.accordion {
  margin-bottom: 90px;
}
.accordion .panel {
  border-radius: 0;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: none;
}
.accordion .panel .panel-heading {
  padding: 0;
  background: #fff;
  margin: 15px 0px;
}
.accordion .panel .panel-heading h4 a {
  display: block;
  line-height: 50px;
  text-transform: uppercase;
  font-family: 'Poppins', sans-serif;
  font-size: 20px;
  font-weight: 300;
  border: none;
  padding-left: 30px;
  color: #808080;
}
.accordion .panel .panel-heading h4 a .sign {
  float: right;
  width: 12px;
  height: 50px;
  display: inline-block;
  background: url('../../images/icons/plus.svg') no-repeat scroll 0 center;
  margin-right: 25px;
}
.accordion .panel .panel-heading h4 a[aria-expanded="true"] {
  color: #fff;
}
.accordion .panel .panel-heading h4 a[aria-expanded="true"] .sign {
  background-image: url('../../images/icons/minus.svg');
}
.accordion .panel .panel-collapse .panel-body {
  border-top: 0;
  padding: 20px 30px;
}
.accordion .panel .panel-collapse .panel-body .panel_title {
  font-family: 'Poppins', sans-serif;
  font-weight: bold;
  color: #808080;
  margin-top: 0;
  margin-bottom: 20px;
  line-height: 24px;
  text-transform: uppercase;
}
.accordion .panel .panel-collapse .panel-body p {
  margin: 0;
  font-family: 'Quicksand', sans-serif;
  font-size: 16px;
  color: #808080;
  line-height: 28px;
  font-weight: 300;
}
.accordion .panel .panel-collapse .panel-body h6 {
  font-family: 'Poppins', sans-serif;
  font-weight: bold;
  color: #196BB5;
  font-size: 18px;
}
.accordion .panel + .panel {
  margin-top: 1px;
}
.accordion .panel:first-child .panel-heading h4 a {
  border-top: none;
}
.accordion.white_bg .panel .panel-heading h4 a {
  background: #196BB5;
  color: #fff;
  line-height: 1.2;
  padding: 12px 30px 12px 70px;
  position: relative;
}
.accordion.white_bg .panel .panel-heading h4 a .sign {
  background: url('../../images/icons/plus.svg') no-repeat scroll center center;
  width: 67px;
  height: 15px;
  margin-right: 0;
  position: absolute;
  left: 0;
  top: 17px;
}
.accordion.white_bg .panel .panel-heading h4 a[aria-expanded="true"] .sign {
  background-image: url(../../images/icons/minus.svg);
}
.signin .view_all {font-weight: 500;}

.view_all {
  padding: 10px 22px !important;
  line-height: 18px;
  font-family: 'Poppins', sans-serif !important;
  display: inline-block;
  background: #196BB5;
  font-weight: 500 !important;
  border: 1px solid #196BB5;
  color: #fff;
  margin-top: -10px;
  font-size: 16px;
  border-radius: 30px;
}
.view_all_outline {
  height: 40px !important;
  padding: 10px 22px !important;
  line-height: 18px;
  font-family: 'Poppins', sans-serif;
  font-weight: 500 !important;
  display: inline-block;
  border: 1px solid #196BB5;
  background: #ffffff;
  color: #196BB5;
  margin-top: -10px;
  font-size: 16px;
  border-radius: 30px;
  margin-right: 15px;
}
.view_all:hover, .view_all_outline:hover {
  background: #78AA42;
  color: #fff;
}
.quick_link {
  padding: 15px 25px 15px 40px !important;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  display: inline-block;
  background: #196BB5;
  color: #fff;
  font-size: 16px;
  width: 100%;
  margin-bottom: 15px;
  text-indent: -12px;
}
.quick_link em{
  font-size: 14px;
}
.quick_link:hover {
  background: #78AA42;
  color: #fff;
}
.quick_link i {
  margin-right: 13px;
  color: #78AA42;
  font-size: 14px;
}
.quick_link:hover i {
  color: #213367 !important;
}
.download-aqua {
  padding: 20px 15px 15px 15px !important;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  display: inline-block;
  background: #fff;
  color: #78AA42;
  font-size: 16px;
  border: solid 2px #78AA42;
  width: 100%;
  margin-bottom: 15px;
}
.download-aqua:hover {
  color: #78AA42;
  background: #99dfef;
}
.download-blue {
  padding: 20px 15px 15px 15px !important;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  display: inline-block;
  background: #fff;
  color: #196BB5;
  font-size: 16px;
  border: solid 2px #196BB5;
  width: 100%;
  margin-bottom: 15px;
}
.download-blue:hover {
  color: #196BB5;
  background: #99c3d9;
}
.content_section.row {
  margin: 80px 0 20px;
}
.sidebar .quick_block {
  margin-bottom: 0px;
}
.widget + .widget {
  margin-top: 50px;
}
.widget .widget_heading {
  font-family: 'Poppins', sans-serif;
  font-weight: bold;
  font-size: 16px;
  color: #404d5f;
  margin: 0 0 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid  #ebf0f5;
  text-transform: uppercase;
}
.search_form .widget_heading {
  border: none;
  margin-bottom: 0;
}
.search_form .input-group input {
  line-height: 48px;
  padding: 0 18px;
  height: 48px;
  background: #e5f5f9;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  font-family: 'Quicksand', sans-serif;
  color: #828fa8;
  font-size: 16px;
  font-weight: 400;
  border-radius: 0;
  -webkit-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s;
}
.search_form .input-group input::-moz-placeholder {
  color: #828fa8;
  opacity: 1;
}
.search_form .input-group input:-ms-input-placeholder {
  color: #828fa8;
}
.search_form .input-group input::-webkit-input-placeholder {
  color: #828fa8;
}
.search_form .input-group input:focus {
  background: #78AA42;
  color: #fff;
}
.search_form .input-group input:focus::-moz-placeholder {
  color: #fff;
}
.search_form .input-group input:focus:-ms-input-placeholder {
  color: #fff;
}
.search_form .input-group input:focus::-webkit-input-placeholder {
  color: #fff;
}
.search_form .input-group input:focus + span > button {
  background: #fe824c;
}
.search_form .input-group span {
  padding: 0;
  border: none;
}
.search_form .input-group span button {
  width: 67px;
  line-height: 48px;
  background: #78AA42;
  font-family: 'Poppins', sans-serif;
  color: #fff;
  text-transform: uppercase;
  border: none;
  padding: 0;
  -webkit-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s;
}
.search_form .input-group span button:hover {
  background: #fe824c;
}
.categories ul {
  line-height: 36px;
  font-family: 'Poppins', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
}
.categories ul li a {
  color: #404d5f;
}
.categories ul li a:hover {
  color: #78AA42;
}
.recent_posts .recent_post + .recent_post {
  margin-top: 28px;
}
.recent_posts .recent_post .media-left {
  padding-right: 20px;
}
.recent_posts .recent_post .media-left a {
  display: block;
  width: 143px;
}
.recent_posts .recent_post .media-left a img {
  max-width: 100%;
}

.recent_posts .recent_post .media-body h5 {
  margin: 0 0 10px;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  color: #404d5f;
  line-height: 24px;
  font-weight: bold;
  -webkit-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s;
}
.recent_posts .recent_post .media-body h5:hover {
  color: #78AA42;
}
.recent_posts .recent_post .media-body p {
  text-transform: uppercase;
  color: #8595b1;
  font-family: 'Quicksand', sans-serif;
  font-size: 12px;
}
.recent_posts .recent_post .media-body p a {
  color: #404d5f;
}
.recent_posts .recent_post .media-body p a:hover {
  color: #78AA42;
}
.tags.widget .tag {
  font-family: 'Quicksand', sans-serif;
  font-weight: bold;
  color: #404d5f;
  line-height: 34px;
  padding: 0 12px;
  background: #e5f5f9;
  text-transform: uppercase;
  float: left;
  margin-right: 2px;
  margin-bottom: 2px;
}
.tags.widget .tag:hover {
  color: #fff;
  background: #78AA42;
}
.tags {
  font-family: 'Quicksand', sans-serif;
  font-size: 12px;
  color: #8595b1;
  text-transform: uppercase;
  margin-bottom: 50px;
}
.tags a {
  color: #404d5f;
}
.tags a:hover {
  color: #78AA42;
}
.paginationRow {
  text-align: center;
}
.paginationRow .pagination {
  margin: 60px auto;
}
.paginationRow .pagination li a {
  border: none;
  border-radius: 0;
  padding: 0 15px;
  line-height: 45px;
  font-family: 'Quicksand', sans-serif;
  font-weight: bold;
  color: #404d5f;
  background: #e5f5f9;
  display: block;
  min-width: 45px;
  margin-right: 5px;
}
.paginationRow .pagination li a:hover {
  background: #78AA42;
  color: #fff;
}
.paginationRow .pagination li.active a {
  color: #fff;
  background: #78AA42;
}
.related {
  font-family: 'Quicksand', sans-serif;
  font-weight: bold;
  color: #8595b1;
  line-height: 1;
  text-transform: uppercase;
}
.related .col-sm-6 {
  padding-left: 0;
  padding-right: 40px;
  padding-top: 20px;
  padding-bottom: 45px;
}
.related a {
  color: #78AA42;
  margin-bottom: 8px;
  display: block;
}
.related a:hover {
  color: #fe824c;
}
.pager {
  text-align: left;
  margin: 0 -15px 37px;
}
.pager .inner {
  padding: 18px;
  background: #e5f5f9;
  text-transform: uppercase;
}
.pager .inner a {
  line-height: 24px;
  font-family: 'Poppins', sans-serif;
  color: #404d5f;
  display: inline-block;
  font-weight: bold;
}
.pager .inner a:first-child {
  font-size: 11px;
  margin-bottom: 10px;
}
.pager .inner a:first-child i {
  margin-right: 7px;
}
.pager .inner a:hover {
  color: #78AA42;
}
.pager .next {
  text-align: right;
}
.pager .next .inner a:first-child i {
  margin-right: 0;
  margin-left: 7px;
}
.author_description {
  background: #e5f5f9;
  padding-top: 10px;
}
.author_description .media-left {
  width: 278px;
  text-align: center;
  padding-right: 15px;
  float: left;
}
.author_description .media-left img {
  display: inline-block;
}
.author_description .media-body {
  padding-top: 25px;
}
.author_description .media-body .titleRow {
  margin-bottom: 20px;
}
.author_description .media-body .titleRow h5 {
  text-transform: capitalize;
}

.author_description .media-body .titleRow h2 {
  font-family: 'Poppins', sans-serif;
  font-size: 27px;
  margin: 0;
  line-height: 40px;
  font-weight: bold;
  color: #78AA42;
}

.author_description .media-body p {
  font-family: 'Quicksand', sans-serif;
  font-size: 16px;
  color: #8595b1;
  line-height: 24px;
  font-weight: normal;
  margin-bottom: 0;
}
.other_services {
  margin-bottom: 50px;
}
.other_services .services_list {
  text-transform: uppercase;
  line-height: 36px;
}
.other_services .services_list i {
  margin-right: 13px;
  color: #196BB5;
}
.other_services .services_list a {
  font-family: 'Poppins', sans-serif;
  font-weight: bold;
  color: #404d5f;
}
.other_services .services_list a:hover {
  color: #196BB5;
}
.social_list {
  list-style: none;
  padding: 0;
}
.social_list li {
  float: left;
}
.social_list li + li {
  margin-left: -1px;
}
.social_list li a {
  display: block;
  line-height: 40px;
  width: 40px;
  color: #828fa8;
  border: 1px solid  #d0d5e0;
  text-align: center;
  font-size: 18px;
}
.social_list li a i {
  -webkit-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s;
}
.social_list li a:hover i.fa-facebook {
  color: #4568ac;
}
.social_list li a:hover i.fa-twitter {
  color: #47b3f7;
}
.social_list li a:hover i.fa-google-plus {
  color: #d61d1d;
}
#appointmefnt_form_pop {
  background: rgba(64, 77, 95, 0.8);
}
#appointmefnt_form_pop .modal-sm {
  width: 360px;
  max-width: 100%;
  margin: 50px auto 0;
}
#appointmefnt_form_pop .modal-sm .modal-content {
  background: none;
  border-radius: 0;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#appointmefnt_form_pop .modal-sm .modal-content button.close {
  opacity: 1;
  text-shadow: none;
  margin-top: 25px;
}
#appointmefnt_form_pop .modal-sm .modal-content button.close i {
  font-size: 30px;
  color: #fff;
}
#appointmefnt_form_pop .modal-sm .modal-content .centers_list .form_inputs input[type="submit"] {
  font-size: 16px;
}
#appointmefnt_form_pop .modal-sm .modal-content .centers_list .form_footer {
  padding: 20px 0;
}
#appointmefnt_form_pop .modal-sm .modal-content .centers_list .form_footer a {
  color: #fff;
  font-size: 30px;
}
#appointmefnt_form_pop .modal-sm .modal-content .centers_list .form_footer a img {
  display: inline-block;
  margin-right: 10px;
}
.shortcode_row.row {
  margin: 80px 0px 0px;
}
.shortcode_row.row .shortcode_row_title {
  font-family: 'Poppins', sans-serif;
  font-weight: 200;
  font-size: 38px;
  color: #2d4245;
  margin-top: 0;
  margin-bottom: 40px;
  line-height: 1;
}
.shortcode_row.row p {
  font-family: 'Quicksand', sans-serif;
  color: #808080;
  font-size: 16px;
  line-height: 28px;
}
.shortcode_row.row h3 {
  font-family: 'Poppins', sans-serif;
  color: #213367;
  margin: 5px 20px 20px;
  font-style: italic;
  font-size: 28px;
  line-height: 33px;
}
.shortcode_row hr {
	border-color: #d9d9d9;
}
.shortcode_row .quick_link i:hover{
	color: #196BB5;
}
.shortcode_row .quick_link i{
	color: #78AA42;
}
.shortcode_row .white a {
	color: #ffffff;
}
.shortcode_row .white a:hover {
	color: #ffffff;
}
.shortcode_row .blue a {
	color: #196BB5;
}
.shortcode_row .blue a:hover {
	color: #213367;
}
.shortcode_row a {
  font-weight: 500;
  color: #78AA42;
}
.shortcode_row a:hover {
  color: #196BB5;
}
.shortcode_row .download-link a {
  color: #196BB5;
}

.shortcode_row .download-link a:hover {
  color: #196BB5;
}
.shortcode_row i {
  color: #196BB5;
  margin: 0px 8px 0px 0px;
}
.shortcode_row i .first {
  color: #196BB5;
  margin-left: 0px;
}
.recognition h3 {
 margin-left: 0px !important;
}
.recognition p {
  font-size: 12px !important;
  line-height: 18px !important;
  font-weight: 300 !important;
}
.recognition .large {
  font-size: 16px;
  line-height: 28px;
}
.partner-web a {
	font-style: italic;
	color: #808080;
}
.partner-web a:hover {
	font-style: italic;
	color: #2d4245;
}

.alert {
  background-image: none;
  border-radius: 0;
  font-family: 'Poppins', sans-serif;
  font-weight: normal;
  margin-bottom: 0;
}
.alert + .alert {
  margin-top: 20px;
}
.tabs.tabs-blue .nav-tabs li a {
  background: #196BB5;
}
.tabs.tabs-blue .nav-tabs li a:hover {
  background: #78AA42;
}
.tabs.tabs-orrange .nav-tabs li a {
  background: #fe824c;
}
.tabs.tabs-orrange .nav-tabs li a:hover {
  background: #78AA42;
}
.tabs .nav-tabs {
  border: none;
}
.tabs .nav-tabs li + li {
  margin-left: 10px;
}
.tabs .nav-tabs li a {
  border: none;
  margin-right: 0;
  border-radius: 0;
  text-transform: uppercase;
  padding: 0 57px;
  line-height: 50px;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-size: 20px;
  font-weight: 300;
}
.tabs .nav-tabs li.active a {
  background: #fff;
  color: #196BB5;
  border: none;
}
.tabs .tab-content .tab-pane {
  padding: 30px 35px;
  background: #fff;
}
.tabs .tab-content .tab-pane h4 {
  font-family: 'Poppins', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  color: #404d5f;
  margin-top: 0;
  margin-bottom: 20px;
}
.tabs .tab-content .tab-pane p {
  font-family: 'Poppins', sans-serif;
  color: #808080;
  font-size: 16px;
  line-height: 28px;
  font-weight: 300;
  margin-bottom: 30px;
}
.pagination {
  border-radius: 0;
  margin: 0 auto;
}
.pagination li + li a {
  margin-left: 10px;
}
.pagination li a {
  line-height: 30px;
  border-radius: 0;
  padding: 0 15px;
  background: #f8fbfd;
  border: none;
  font-family: 'Poppins', sans-serif;
  font-weight: bold;
  font-size: 16px;
  color: #404d5f;
  text-transform: uppercase;
}
.pagination li a:hover {
  color: #fff;
}
.pagination li:first-child a,
.pagination li:last-child a {
  border-radius: 0;
}
.pagination li.active a {
  color: #fff;
}
.pagination.pagination-blue li a:hover {
  background: #78AA42;
}
.pagination.pagination-blue li.active a {
  background: #78AA42;
}
.pagination.pagination-orrange li a:hover {
  background: #fe824c;
}
.pagination.pagination-orrange li.active a {
  background: #fe824c;
}
.columns .column_row h4 {
  font-family: 'Poppins', sans-serif;
  color: #404d5f;
  text-transform: uppercase;
  margin: 0 0 20px;
  line-height: 1;
  font-weight: bold;
}
.columns .column_row p {
  font-family: 'Quicksand', sans-serif;
  font-size: 16px;
  line-height: 26px;
  color: #808080;
  margin-bottom: 0;
}
.columns .column_row .col1,
.columns .column_row .col2,
.columns .column_row .col3,
.columns .column_row .col4,
.columns .column_row .col5,
.columns .column_row .col6 {
  float: left;
  padding-top: 20px;
  padding-bottom: 20px;
}
.col1,
.col2,
.col3,
.col4,
.col5,
.col6 {
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}
.col1 {
  width: -webkit-calc( (100% / 6) * 1 );
  width: calc( (100% / 6) * 1 );
}
.col2 {
  width: -webkit-calc( (100% / 6) * 2 );
  width: calc( (100% / 6) * 2 );
}
.col3 {
  width: -webkit-calc( (100% / 6) * 3 );
  width: calc( (100% / 6) * 3 );
}
.col4 {
  width: -webkit-calc( (100% / 6) * 4 );
  width: calc( (100% / 6) * 4 );
}
.col5 {
  width: -webkit-calc( (100% / 6) * 5 );
  width: calc( (100% / 6) * 5 );
}
.col6 {
  width: -webkit-calc( (100% / 6) * 6 );
  width: calc( (100% / 6) * 6 );
}
/*----------------------------------------------------------------*/
.service_block_row {
  padding: 60px 0 60px;
}
.service_block_row_2 {
  padding: 0px 0 60px;
}
.service_block_row a{
	font-weight: 500;}
.service_block {
  text-align: center;
  margin: 30px 0;
  padding: 0 18px;
}
.service_block .icon {
  line-height: 49px;
  margin-bottom: 20px;
}
.service_block .icon img {
  display: inline-block;
}

.service_block h4 {
  font-size: 24px;
  font-family: 'Poppins', sans-serif;
  font-weight: 200;
  color: #196BB5;
  margin-bottom: 20px;
  margin-top: 0;
  -webkit-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s;
}
.service_block h4:hover {
  color: #78AA42;
}
.service_block p {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 28px;
  font-family: 'Quicksand', sans-serif;
  color: #808080;
}
.service_page .titleRow h2:after {
  display: none;
}
.service_page .service_text {
  font-family: 'Quicksand', sans-serif;
  font-size: 16px;
  color: #8595b1;
  line-height: 24px;
  margin-bottom: 60px;
}
.service_details {
  padding-top: 55px;
}
.serviceDetailsSection .post_title {
  font-family: 'Poppins', sans-serif;
  font-size: 26px;
  font-weight: bold;
  line-height: 47px;
  text-transform: uppercase;
  margin: 0 0 30px;
  color: #404d5f;
}
.serviceDetailsSection .post_title .post_icon {
  width: 68px;
  text-align: center;
  margin-right: 20px;
}
.serviceDetailsSection .post_title .post_icon img {
  display: inline-block;
}
.serviceDetailsSection p {
  font-family: 'Quicksand', sans-serif;
  font-size: 16px;
  color: #8595b1;
  line-height: 24px;
  font-weight: normal;
  margin-bottom: 30px;
}
.serviceDetailsSection .subTitle {
  font-size: 16px;
  font-family: 'Poppins', sans-serif;
  font-weight: bold;
  line-height: 1;
  margin: 30px 0 15px;
  color: #404d5f;
}
.serviceDetailsSection .post_list {
  margin-bottom: 30px;
}
.serviceDetailsSection .post_list li {
  font-family: 'Quicksand', sans-serif;
  font-size: 16px;
  color: #404d5f;
  line-height: 36px;
}
.serviceDetailsSection .post_list li i {
  margin-right: 12px;
  color: #43b9f6;
}
.serviceDetailsSection .book_btn {
  font-family: 'Poppins', sans-serif;
  font-weight: bold;
  color: #fff;
  display: inline-block;
  line-height: 48px;
  background: #78AA42;
  padding: 0 25px;
  text-transform: uppercase;
}
.serviceDetailsSection .book_btn:hover {
  background: #fe824c;
}
/*----------------------------------------------------------------*/
.recentpost_acc {
  background: #f3f3f3;
}
.recentpost_acc.recentpost_acc2 .recent_post_home {
  padding-top: 90px;
}
.recent_post_home .media {
  padding: 30px 0;
  margin-right: 0px;
  text-align: left;
}
.recent_post_home .media + .media {
  margin-top: 0;
  border-top: 1px solid  #dde5ef;
}
.recent_post_home .media .media-left {
  padding: 0 25px 0 0;
}
.recent_post_home .media .media-left a {
  display: block;
}
.recent_post_home .media .media-left a img {
  display: inline-block;
}
.recent_post_home .media .media-body h4 {
  font-family: 'Poppins', sans-serif;
  font-size: 20px;
  color: #196BB5;
  line-height: 24px;
  margin: 10px 0px 0px 0px;
  text-transform: uppercase;
  -webkit-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s;
}
.recent_post_home .media .media-body h4:hover {
  color: #1e4a7c;
}
.recent_post_home .media .media-body .meta {
  font-family: 'Quicksand', sans-serif;
  font-size: 14px;
  color: #78AA42;
  line-height: 24px;
  margin: 10px 0;
}
.recent_post_home .media .media-body .meta a {
  color: #78AA42;
}
.recent_post_home .media .media-body .meta a:hover {
  color: #1e4a7c;
}
.recent_post_home .media .media-body p {
  margin: 0;
  font-family: 'Quicksand', sans-serif;
  color: #808080;
  font-size: 16px;
  line-height: 28px;
}
.recent_post_home.recent_post_home3 {
  text-align: center;
}
.recent_post_home.recent_post_home3 .view_all {
  display: inline-block;
}
.recent_post_home2 {
  padding: 90px 0;
  background: #e5f5f9;
}
.recent_post {
  margin-top: 30px;
}
.recent_post .inner .postText {
  background: #43b9f6;
  font-family: 'Quicksand', sans-serif;
  font-style: italic;
  font-size: 18px;
  color: #fff;
  line-height: 30px;
  padding: 33px;
  position: relative;
  margin-bottom: 35px;
}
.recent_post .inner .postText:after {
  height: 16px;
  width: 24px;
  display: block;
  background: url(../../images/blog/arrow.png) no-repeat scroll 0 0;
  bottom: -15px;
  left: 43px;
  position: absolute;
}
.recent_post .inner .authorMeta .media-left {
  padding-right: 15px;
}
.recent_post .inner .authorMeta .media-body h5 {
  margin: 0;
  text-transform: uppercase;
  font-family: 'Poppins', sans-serif;
  font-weight: bold;
  color: #404d5f;
  line-height: 20px;
}
.recent_post .inner .authorMeta .media-body .designation {
  margin: 0;
  color: #8595b1;
  font-family: 'Poppins', sans-serif;
  font-style: italic;
  text-transform: lowercase;
}
/*----------------------------------------------------------------*/
.about_row {
	padding: 55px 0 0px;}
.about_row .titleRow{
	margin: 25px 0 70px 0;}
.about_row p{
	padding: 0 0px 0 15px;}
.about_section_title{
  text-align: center;
  font-family: 'Poppins', sans-serif;
  font-weight: 200;
  font-size: 38px;
  line-height: 48px;
  margin-top: 0;
  margin-bottom: 40px;
  padding-bottom: 20px;
  color: #2d4245;
}
.about_bioplus_row {
  background: #f7f7f7;
  padding: 80px 0 125px;
  margin-top: 80px !important;
}
.about_bioplus_row .titleRow {
  color: #fff;
}

.about_bioplus_row.about_bioplus_row2 {
  background-color: #455263;
}
.about_bioplus {
  padding-top: 30px;
  text-align: center;
}
.about_bioplus .inner {
  background: #fff;
}
.about_bioplus .img img {
  width: 100%;
}
.about_bioplus .content {
  padding: 45px 60px;
  text-align: left;
}
.about_bioplus .content h3 {
  margin-top: 5px;
  margin-bottom: 20px;
  font-family: 'Poppins', sans-serif;
  font-style: italic;
  font-size: 28px;
  line-height: 33px;
  color: #196BB5;
}
.about_bioplus .content p {
  font-family: 'Quicksand', sans-serif;
  color: #808080;
  font-size: 16px;
  line-height: 28px;
  font-weight: 300;
  margin-bottom: 30px;
}
.about_bioplus .content ul {
  font-family: 'Poppins', sans-serif;
  line-height: 33px;
  font-size: 16px;
  font-weight: 100;
  color: #808080;
  margin-bottom: 23px;
}
.tac {
  text-align: center;
}
.department_tab {
  display: table;
  border: none;
  margin: 0 auto;
}
.plus {
	padding-left: 30px;
	padding-right: 20px;
	padding-top: 15px;
}
.department_tab li a {
  margin: 0;
  border-radius: 0px;
  font-size: 14px;
  line-height: 42px;
  padding: 0 10px;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  color: #196BB5;
  background: none;
  border: none !important;
}
.department_tab li a:hover, .department_tab li.active a:hover {
  color: #ffffff;
  background: #196BB5;
}

.department_tab li.active a {
  color: #ffffff;
  background: #196BB5;
}
.about_ksp {
  background: #fff;
}
.about_ksp .container_area {
  background: url(../../images/pages/about-us/about3.png) no-repeat scroll 434px bottom transparent;
}
.about_ksp .container_area .intro_area {
  padding: 80px 0 85px;
}
.about_ksp .container_area .intro_area h2 {
  font-family: 'Poppins', sans-serif;
  color: #78AA42;
  margin: 0 0 30px;
  line-height: 1;
  margin-bottom: 15px !important;
  font-size: 36px;
  font-weight: 700;
}
.about_ksp .container_area .intro_area h4 {
  font-family: 'Poppins', sans-serif;
  color: #196BB5;
  margin: 0;
  line-height: 1;
  font-size: 20px;
}
.about_ksp .container_area .intro_area a {
  font-weight: 500;
}
.about_ksp .container_area .intro_area p {
  font-family: 'Poppins', sans-serif;
  color: #808080;
  font-size: 16px;
  line-height: 28px;
  font-weight: 300;
  margin-bottom: 40px;
  margin-top: 40px;
}
.about_ksp .container_area .intro_area ul li {
  padding-left: 22px;
  background: url(../../images/bullet.png) no-repeat scroll 0 0 transparent;
  font-family: 'Quicksand', sans-serif;
  font-weight: bold;
  font-size: 16px;
  color: #404d5f;
  margin-bottom: 15px;
}
.about_ksp .container_area .centers_area {
  margin-top: -80px;
  float: right;
}

.centers_list .list_inputs .input_row {
  background: #78AA42;
  padding: 22px 30px;
}
.who_weR {
  padding: 50px 15px 20px;
}
.who_weR .media {
  padding-top: 20px;
}
.who_weR .media .media-left {
  padding-right: 0;
}
.who_weR .media .media-left a {
  display: block;
  width: 263px;
  padding-right: 30px;
}
.who_weR .media .media-left a img {
  width: 100%;
}
.who_weR .media .media-body p {
  font-family: 'Quicksand', sans-serif;
  font-size: 16px;
  line-height: 23px;
  color: #8595b1;
  margin-bottom: 0;
  margin-top: -7px;
}

.depts_list li a {
  line-height: 36px;
  display: block;
  font-size: 16px;
  font-family: 'Quicksand', sans-serif;
  color: #ffffff;
  text-transform: uppercase;
}
.depts_list li a i {
  margin-right: 8px;
  color: #196BB5;
}
.depts_list li a:hover {
  font-weight: 700;
}
/*----------------------------------------------------------------*/
.team_section {
  padding-top: 65px;
}
.team_section .titleRow {
  margin-top: 25px;
}
.team_section .nav-tabs {
  border: none;
  margin-bottom: 40px;
  margin-top: 50px;
}
.team_section .nav-tabs .media a {
  border: none;
}
.team_section .nav-tabs .media a .media-left {
  padding-right: 15px;
}
.team_section .nav-tabs .media a .media-body h5 {
  margin: 0;
  text-transform: uppercase;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  color: #969A9B;
  font-size: 16px;
  line-height: 20px;
}
.team_section .nav-tabs .media a .media-body .designation {
  margin: 0;
  color: #8595b1;
  font-family: 'Poppins', sans-serif;
  font-style: italic;
  text-transform: capitalize;
}
.team_section .nav-tabs .media.active a,
.team_section .nav-tabs .media:focus a,
.team_section .nav-tabs .media:hover a {
  border: none;
  background: none;
}
.team_section .nav-tabs .media.active a .media-body h5,
.team_section .nav-tabs .media:focus a .media-body h5,
.team_section .nav-tabs .media:hover a .media-body h5 {
  color: #196BB5;
}
.team_section .tab-content .media + .media {
  margin-top: 0;
}
.team_section .tab-content .media-left {
  padding: 0 15px;
}
.team_section .tab-content .media-left a {
  width: 481.5px;
  display: block;
}
.team_section .tab-content .media-body {
  padding: 30px;
  background-color: #ffffff;
}
.team_section .tab-content .media-body ul{
  margin-bottom: 0px;
}
.team_section .tab-content .titleRow {
  margin: 0px;
}
.team_section .tab-content .titleRow h2 {
  color: #196BB5;
  font-size: 28px;
  font-style: italic;
  font-weight: 300;
}

.team_section .tab-content .titleRow h5 {
  text-transform: capitalize;
  font-style: italic;
}

.team_section .tab-content p {
  font-size: 16px;
  font-family: 'Quicksand', sans-serif;
  color: #808080;
  line-height: 25px;
  margin-bottom: 35px;
}
.team_section.team_section_about {
  background: #e5f5f9;
}
.team_section_type2 {
  padding: 80px 0;
}
.team_section_type2 .team_member, .team_section_type2 .team_member2 {
  margin: 30px 0 0;
}
.team_section_type2 .team_member .title_row, .team_section_type2 .team_member2 .title_row {
  padding: 25px 0 0;
}
.ourteams {
  margin-top: 30px;
  margin-bottom: 2px;
  line-height: 1;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 400;
  font-family: 'Poppins', sans-serif !important;
}
.timeline-text {
  margin-bottom: 2px;
  line-height: 1;
  font-size: 20px;
  font-weight: bold;
  font-family: 'Poppins', sans-serif !important;
}
.team_section_type2 .team_member .title_row h5 {
  margin: 0 0 5px;
  line-height: 1;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
  color: #196BB5;
}
.team_section_type2 .team_member2 .title_row h5 {
  margin: 0 0 5px;
  line-height: 1;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
  color: #78AA42;
}
.team_section_type2 .team_member .title_row h5 span {
  font-size: 14px;}

.team_section_type2 .team_member .title_row .pos, .team_section_type2 .team_member2 .title_row .pos {
  font-style: italic;
  color: #78AA42;
  font-family: 'Quicksand', sans-serif;
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
}
.team_section_type2 .team_member p, .team_section_type2 .team_member2 p {
  font-size: 16px;
  font-family: 'Quicksand', sans-serif;
  line-height: 24px;
  color: #808080;
  margin-bottom: 0px;
}

/*----------------------------------------------------------------*/
.book_banner {
  background: #213367;
  color: #fff;
  padding: 65px 0;
  clear: both;
  text-align: center;
}

.book_banner .view_all {
  margin-top: 18px;
  background: #fff;
  color: #00add5;
  border-radius: 30px;
  padding: 0 32px;
  text-align: center;
  height: 40px;
  font-weight: 500 !important;
}
.book_banner .view_all:hover {
  background: #196BB5;
  color: #fff;
}
.book_banner h3.bannerTitle {
  margin: 0 0 10px;
  font-size: 34px;
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  line-height: 1;
  text-align: center;
  color: #78AA42;
}
.book_banner h5 {
  margin: 0;
  font-family: 'Quicksand', sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
}
.book_banner .pipe {
	border-left: solid 1px #fff;
	border-right: solid 1px #fff;
}
.book_bannerType2, .book_bannerType3 {
  background: #196BB5;
  text-align: center;
  padding: 55px 0 50px;
  color: #fff;
}
.book_bannerType2 .container, .book_bannerType3 .container {
  max-width: 980px;
}
.book_bannerType2 h4 {
  font-family: 'Poppins', sans-serif;
  font-weight: normal;
  margin: 0 0 5px;
}
.book_bannerType3 h4 {
  font-family: 'Poppins', sans-serif;
  font-weight: normal;
  color: #fff;
  margin: 20px 0 5px;
}
.book_bannerType2 h2 {
  font-family: 'Poppins', sans-serif;
  font-weight: bold;
  font-size: 36px;
  line-height: 1;
  margin: 20px 0px;
}
.book_bannerType3 h2 {
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  font-size: 36px;
  line-height: 1;
  margin: 0 0 20px 0px;
  color: #78AA42;
}
.book_bannerType2 p, .book_bannerType3 p {
  font-family: 'Quicksand', sans-serif;
  margin: 0 0 20px;
  font-size: 18px;
  font-style: italic;
  line-height: 30px;
}
.book_bannerType2 .view_all, .book_bannerType3 .view_all {
  margin: 10px 0px 25px 0px;
  background: #fff;
  color: #213367;
}
.book_bannerType2 .view_all:hover, .book_bannerType3 .view_all:hover {
  background: none;
  border: 1px solid #fff;
  color: #fff;
}
.slide_banner {
  margin: 160px 0 330px;
}
.slide_banner h2 {
  text-transform: uppercase;
  font-family: 'Poppins', sans-serif;
  font-weight: bold;
  font-size: 42px;
  line-height: 48px;
  margin-bottom: 15px;
  margin-top: 0;
  color: #404d5f;
}
.slide_banner p {
  font-family: 'Quicksand', sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #76839c;
}
.slide_banner.slide_banner2 {
    margin: auto;
    position: absolute;
    z-index: 2;
    width: 522.5px;
    top: 20%;
}
.slide_banner.slide_banner2 .inner {
  padding: 35px;
  background: #fff;
}
.slide_banner.slide_banner2 .inner h4 {
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  color: #8595b1;
  margin: 0;
  text-transform: uppercase;
}
/*----------------------------------------------------------------*/


footer {
  padding: 20px 0 84px;
  color: #808080;
  font-family: 'Quicksand', sans-serif;
  font-size: 14px;
}

footer .blue a {color: #196BB5 !important;}
footer .blue a:hover {color: #213367 !important;}


footer .heading {
  height: 64px;
}
footer .heading h3 {
  font-size: 16px;
  line-height: 64px;
  color: #505759;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  margin: 0;
}
footer .heading h2 {
  text-transform: uppercase;
  line-height: 64px;
  color: #404d5f;
  font-family: 'Poppins', sans-serif;
  font-weight: bold;
  margin: 0;
}
footer .footer_menuList i {
  color: #196BB5;
  font-weight: 700;
  font-size: 16px;
  padding-right: 15px;
}

footer .footer_menuList .menuList ul {
  float: left;
  padding-left: 18px !important;
  font-weight:300;
}
footer .footer_menuList .menuList ul li a {
  font-family: 'Quicksand', sans-serif;
  padding: 0px;
  line-height: 36px;
  color: #808080;
  display: inline;
}
footer .footer_menuList .menuList ul li a:hover {
  color: #196BB5;
  background: none;
}

footer .newsletterForm input {
  background: #f6f6f6;
  line-height: 50px;
  height: 50px;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  padding: 0 25px;
  color: #808080;
  font-family: 'Quicksand', sans-serif;
  text-shadow: none;
  font-size: 14px;
}
footer .newsletterForm input + input {
  margin-top: 10px;
}
footer .newsletterForm input[type="submit"] {
  height: 40px !important;
  line-height: 20px;
  font-size: 16px;
  background: #78AA42;
  margin-top: 20px;
  text-align: center;
  font-weight: 500;
  border-radius: 3px;
  padding: 0px 30px;
  color: #fff;	
  width: 140px;
  -webkit-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s;
}

	
footer .newsletterForm input[type="submit"]:hover,
footer .newsletterForm input[type="submit"]:focus {
  background: #1e4a7c;
}
footer .newsletter_form2 {
  margin-top: -20px;
}

footer .footer_bottom {
  margin-top: 35px;
}
footer .footer_bottom ul li {
  padding: 0;
  float: left;
}
footer .footer_bottom ul li + li {
  margin-left: 25px;
}
footer .footer_bottom ul li a {
  color: #808080;
  font-size: 18px;
  width: 20px;
  text-align: center;
  line-height: 20px;
}
footer .footer_bottom ul li a:hover {
  color: #333;
}
footer .footer_bottom .copyright {
  font-family: 'Quicksand', sans-serif;
  color: #808080;
  line-height: 20px;
  font-size: 16px;
}

/*----------------------------------------------------------------*/
.quick_blocks_row {
  position: inherit;
}
.quick_blocks_row.quick_blocks_row2 {
  padding: 90px 0;
}
.quick_blocks_row.quick_blocks_row2:before {
  display: none;
}
.quick_blocks_row.quick_blocks_row_home2 {
  margin-top: -435px;
  margin-bottom: 90px;
  z-index: 2;
}
.quick_blocks_row .first {
  margin-top: 200px !important;
}
.quick_block .inner {
  padding: 0px;
}
.quick_block .inner .heading {
  color: #fff;
  font-weight: 100;
}
.quick_block .inner .heading h2 {
  font-family: 'Poppins', sans-serif;
  color: #213367;
  margin: 0 0 30px;
  line-height: 1;
  margin-bottom: 15px !important;
  font-size: 36px;
  font-weight: 700;
}
.quick_block .inner .heading h2 span{
  color: #196BB5;
}
.quick_block .inner .heading h4 {
  font-family: 'Poppins', sans-serif;
  color: #196BB5;
  margin: 0;
  line-height: 1;
  font-size: 20px;
}
.quick_block .inner .heading h3 {
  margin-top: 5px;
  margin-bottom: 20px;
  font-family: 'Poppins', sans-serif;
  font-style: italic;
  font-size: 24px;
  line-height: 33px;
  font-weight: 400;
}
.quick_block .inner p {
  font-family: 'Quicksand', sans-serif;
  color: #808080;
  font-size: 16px;
  line-height: 28px;
}
.quick_block .inner .view_all {
  margin: 30px 0px;
}
.quick_block .inner hr {
  margin: 40px 0px;
}
.quick_block .inner i {
  margin-right: 13px;
  color: #213367;
}
.quick_block .inner .arrow-icon {
  color: #213367;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  display: inline-block;
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 5px;
  margin-top: 10px;
}
.quick_block .inner h3 a {
	font-weight: 400;
}
.quick_block .inner h3 a:hover{
  color: #1e4a7c;
}
.quick_block .inner a:hover{
  color: #fff;
}
.quick_block .inner a {
  color: #fff;
  font-family: 'Quicksand', sans-serif;
  display: inline-block;
}
.quick_block .inner .view_all{
  font-weight: 500;
}
.quick_block .inner:hover a:after {
  width: 0;
}
.quick_block.blue .inner {
	background: #78AA42;
	padding: 30px;
}
.quick_block.blue .inner p {
  color: #ffffff;
}

.quick_block.blue .inner p a {
  color: #196BB5;
}
.quick_block.blue .inner p a:hover {
  color: #ffffff;
}

/*----------------------------------------------------------------*/
.testimonial_section {
  background: url(../../images/pages/testimonial/1.png) no-repeat scroll right bottom #e0eeff;
  padding-top: 90px;
  padding-bottom: 90px;
  height: 741px;
  position: inherit;
  z-index: 2;
}
.testimonial_section:before {
  position: absolute;
  width: 30%;
  content: '';
  height: 100%;
  left: 0;
  top: 0;
  background: #e0eeff;
}
.testimonial_section .inner {
  position: relative;
}
.testimonial_section .testimonial_slider {
  border: none;
  background: none;
  padding-right: 40px;
}
.testimonial_section .testimonial_slider .testi_content .inner .postText {
  background: #78AA42;
  font-size: 21px;
  font-family: 'Poppins', sans-serif;
  font-style: italic;
  line-height: 36px;
  padding: 30px 37px;
}
.testimonial_section .testimonial_slider .testi_content .inner .postText:after {
  background-image: url(../../images/pages/testimonial/3.png);
  left: 45px;
}
.testimonial_section .testimonial_slider .testi_content .inner .authorMeta .media-left img {
  width: 70px;
  height: 64px;
}
.testimonial_section .testimonial_slider .flex-control-nav li a {
  width: 12px;
  height: 12px;
  background: #9fadbd;
}
.testimonial_section .testimonial_slider .flex-control-nav li a.flex-active {
  background: #78AA42;
}
/*----------------------------------------------------------------*/
.page_intro.row {
  height: 140px;
  background: #78AA42;
  color: #ffffff;
  text-align: left;
  margin-bottom: 0px;
}
.page_intro.row .inner {
  height: 100%;
}
.page_intro.row h2 {
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  font-size: 38px;
  margin: 0;
  line-height: 40px;
  margin-top: -15px;
  padding-left: 30px;
  padding-right: 15px;
}
.breadcrumbRow .inner {
  padding: 62px 30px 25px 0;
}
.breadcrumbRow .inner ul {
  margin: 0;
  padding: 0;
  background: none;
}
.breadcrumbRow .inner ul li {
  color: #ffffff;
  font-family: 'Quicksand', sans-serif;
  line-height: 15px;
  font-size: 14px;
}
.breadcrumbRow .inner ul li + li:before {
  content: '>';
  width: 26px;
  line-height: 15px;
  color: #213367;
}
.breadcrumbRow .inner ul li a {
  color: #213367;
}
/*----------------------------------------------------------------*/
.blog {
  padding: 40px 0 30px;
  text-align: left;
}
.blog + .blog {
  margin-top: 0;
  padding-top: 30px;
}
.blog .media-left {
  padding-right: 30px;
}
.blog .media-left a {
  display: block;
  width: 262px;
}
.blog .media-left a img {
  max-width: 100%;
}
.blog .image_row {
  margin-bottom: 30px;
}
.blog blockquote {
  border-left: 9px solid #78AA42;
  padding-left: 35px;
}
.blog blockquote h2 {
  font-family: 'Poppins', sans-serif;
  color: #404d5f;
  line-height: 1.3;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 25px;
}
.blog blockquote a {
  font-family: 'Poppins', sans-serif;
  color: #fe824c;
  font-size: 13px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 15px;
  text-transform: uppercase;
  display: block;
}
.blog h3 {
  font-family: 'Poppins', sans-serif;
  font-weight: bold;
  color: #78AA42;
  font-size: 36px;
  line-height: 42px;
  margin: 0 0 40px 0;
  -webkit-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s;
}
.blog h4 {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  color: #196BB5;
  font-size: 24px;
  line-height: 28px;
}
.blog h3 i {
  color: #78AA42;
  margin-right: 23px;
}
.blog h3:hover {
  color: #196BB5;
}
.blog .meta {
  font-family: 'Quicksand', sans-serif;
  font-size: 18px;
  font-style: italic;
  color: #78AA42;
  line-height: 24px;
  margin: 15px 0;
}
.blog .meta a {
  color: #404d5f;
  margin-right: 12px;
}
.blog .meta a:last-child {
  margin-right: 0;
  color: #43b9f6;
}
.blog .meta a:hover {
  color: #78AA42;
}
.blog p {
  font-family: 'Quicksand', sans-serif;
  color: #808080;
  line-height: 24px;
  font-size: 16px;
  margin-bottom: 30px;
}
.blog.single_post {
  border: none;
}
.blog.single_post blockquote {
  border-left-width: 5px;
  margin: 45px 0 25px;
  padding: 20px 0 25px 40px;
}
.blog.single_post blockquote p {
  color: #8595b1;
  font-family: 'Quicksand', sans-serif;
  font-size: 21px;
  line-height: 30px;
  margin-bottom: 0;
  font-style: italic;
}
.blog.single_post a {
  font-weight: 500;
}
.comments {
  margin: 50px 0;
  border-bottom: 1px solid #dde5ef;
}
.comments .comment {
  margin-bottom: 50px;
}
.comments .comment .commenter_img {
  padding: 0;
}
.comments .comment .commenter_img a {
  display: block;
  width: 165px;
  padding-right: 25px;
}
.comments .comment .commenter_img a img {
  max-width: 100%;
}
.comments .comment .comment_body {
  position: relative;
}
.comments .comment .comment_body .heading {
  text-transform: uppercase;
  margin-bottom: 10px;
}
.comments .comment .comment_body .heading:after {
  content: '';
  width: 85px;
  height: 1px;
  background: #78AA42;
  display: block;
  margin: 10px 0 0;
}
.comments .comment .comment_body .heading h5 {
  font-family: 'Poppins', sans-serif;
  color: #78AA42;
  margin: 0;
  line-height: 30px;
  font-weight: bold;
  font-size: 16px;
}
.comments .comment .comment_body .heading h5 span {
  margin-left: 20px;
  font-size: 11px;
  color: #8595b1;
}
.comments .comment .comment_body .heading h6 {
  font-size: 11px;
  font-family: 'Poppins', sans-serif;
  font-style: italic;
  color: #8595b1;
  line-height: 1;
  margin: 0;
}
.comments .comment .comment_body p {
  font-family: 'Quicksand', sans-serif;
  font-size: 16px;
  color: #8595b1;
  line-height: 24px;
  margin-bottom: 15px;
}
.comments .comment .comment_body .reply_btn {
  font-family: 'Poppins', sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: bolder;
  letter-spacing: 0.4px;
  color: #fff;
  line-height: 25px;
  padding: 0 20px;
  background: #78AA42;
  display: inline-block;
}
.comments .comment .comment_body .reply_btn:hover {
  background: #fe824c;
}
.comments .comment.reply_comment {
  margin-left: 165px;
  background: #e5f5f9;
}
.comments .comment.reply_comment .commenter_img {
  padding-top: 10px;
}
.comments .comment.reply_comment .comment_body {
  padding-top: 10px;
}
.comments .comment.reply_comment .comment_body .author_badge {
  position: absolute;
  right: 0;
  top: 0;
  display: inline-block;
  font-family: 'Quicksand', sans-serif;
  font-size: 11px;
  font-weight: bold;
  color: #fff;
  line-height: 15px;
  padding: 0 5px;
  background: #8595b1;
  text-transform: uppercase;
  z-index: 2;
}
.reply_form {
  margin: 40px 0 50px;
}
.reply_form input {
  margin-bottom: 10px;
}
.reply_form .form-control {
  padding: 0 22px;
  background: #e5f5f9;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  font-family: 'Quicksand', sans-serif;
  color: #828fa8;
  font-size: 16px;
  line-height: 50px;
  font-weight: 400;
  height: auto;
  border-radius: 0;
}
.reply_form .form-control::-moz-placeholder {
  color: #828fa8;
  opacity: 1;
}
.reply_form .form-control:-ms-input-placeholder {
  color: #828fa8;
}
.reply_form .form-control::-webkit-input-placeholder {
  color: #828fa8;
}
.reply_form textarea.form-control {
  resize: none;
  height: 240px;
}
.reply_form .submit_btn {
  height: 40px !important;
  padding: 10px 22px !important;
  line-height: 18px;
  font-family: 'Poppins', sans-serif;
  display: inline-block;
  background: #196BB5;
  font-weight: 500;
  border: 1px solid #196BB5;
  color: #fff;
  margin-top: -10px;
  font-size: 16px;
  border-radius: 30px;
  -webkit-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s;
}
.reply_form .submit_btn:hover,
.reply_form .submit_btn:focus {
  background: #78AA42;
  color: #fff;
}
/*----------------------------------------------------------------*/
.contact_section_title h2 {
  font-family: 'Poppins', sans-serif;
  font-size: 36px;
  margin: 0 0 15;
  line-height: 1;
  margin-bottom: 15px !important;
  font-weight: 700;
}
.contact_section_title h4 {
  font-family: 'Poppins', sans-serif;
  margin: 0;
  line-height: 1;
  font-weight: 400;
  font-size: 24px;
  color: #196BB5;
}
.map_row.row {
  margin-bottom: 100px;
}
#mapBox {
  height: 380px;
}
.contact_intro.row {
  margin: 35px 0 0;
  padding-top: 130px;
}
.contact_intro.row .inner {
  background: #e5f5f9;
}
.contact_intro.row .inner .col-sm-5 {
  text-align: center;
}
.contact_intro.row .inner .col-sm-5 img {
  margin-top: -130px;
  display: inline-block;
  max-width: 100%;
}
.contact_intro.row .inner .col-sm-7 {
  padding-right: 100px;
}
.contact_intro.row .inner .col-sm-7 h2 {
  font-family: 'Poppins', sans-serif;
  font-weight: bold;
  font-size: 37px;
  line-height: 48px;
  text-transform: uppercase;
  margin: 65px 0 18px;
}
.contact_intro.row .inner .col-sm-7 p {
  font-family: 'Quicksand', sans-serif;
  font-weight: normal;
  line-height: 26px;
  font-size: 17px;
  color: #8595b1;
}
.contact_intro.row .inner .col-sm-7 .phone_fax,
.contact_intro.row .inner .col-sm-7 .email_address {
  line-height: 1;
  font-family: 'Quicksand', sans-serif;
  font-weight: bold;
  color: #78AA42;
  text-transform: uppercase;
}
.contact_intro.row .inner .col-sm-7 .phone_fax .signin,
.contact_intro.row .inner .col-sm-7 .email_address .phone {
  margin-right: 50px;
}
.contact_intro.row .inner .col-sm-7 .phone_fax {
  margin: 50px 0 17px;
}
.contact_address .address .address_line {
  color: #808080;
  font-family: 'Quicksand', sans-serif;
  line-height: 24px;
  font-size: 15px;
  margin-bottom: 25px;
}
.contact_form_row {
	padding: 80px 0 60px;}

.contact_form_row a{
	font-weight: 500;}

.contactForm{
	margin-top: 20px;}
	
.contactForm .contact_form .input-group {
  margin-bottom: 15px;
  width: 100%;
}

.contactForm .contact_form label.error {
  padding-top: 5px;
  clear: both;
  color: #DA291C;
}
.contactForm .contact_form .form-control {
  background: #f6f6f6;
  line-height: 50px;
  height: 50px;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  padding: 0 25px;
  color: #808080;
  font-family: 'Quicksand', sans-serif;
  text-shadow: none;
  font-size: 14px;
}
.contactForm .contact_form .form-control::-moz-placeholder {
  color: #808080;
  opacity: 1;
}
.contactForm .contact_form .form-control:-ms-input-placeholder {
  color: #808080;
}
.contactForm .contact_form .form-control::-webkit-input-placeholder {
  color: #808080;
}
.contactForm .contact_form textarea.form-control {
  resize: none;
  height: 240px;
}
#contactform .form-group select {
  height: 50px !important;
  -webkit-border-radius: 0;
  border-radius: 0;
  outline: 1px solid #f6f6f6;
  outline-offset: -1px;
  background: #f6f6f6;
  line-height: 50px;
  box-shadow: none;
  color: #808080 !important;
  font-family: 'Quicksand', sans-serif;
  text-shadow: none;
  font-size: 14px;
  padding: 0px 25px !important;
}
.contactForm .contact_form .circle-radio label {
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  padding: 5px 25px 0 8px !important;
  color: #808080;
  font-family: 'Quicksand', sans-serif;
  text-shadow: none;
  font-size: 14px;
}
.contactForm .contact_form .submit_btn {
  height: 40px !important;
  padding: 10px 22px !important;
  line-height: 18px;
  font-family: 'Poppins', sans-serif;
  display: inline-block;
  background: #196BB5;
  font-weight: 500;
  border: 1px solid #196BB5;
  color: #fff;
  margin-top: 20px;
  font-size: 16px;
  border-radius: 30px;
  -webkit-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s;
}
.contactForm .contact_form .submit_btn:hover,
.contactForm .contact_form .submit_btn:focus {
  background: #78AA42;
  color: #fff;
}
.contactForm #success,
.contactForm #error {
  display: none;
}
.contactForm #success span,
.contactForm #erro span {
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
}
.contactForm #success span p,
.contactForm #error span p {
  margin-top: 2em;
}
.contactForm #success span p {
  color: #93C90E;
}
.contactForm #error span p {
  color: #DA291C;
}
/*----------------------------------------------------------------*/
.contents404 {
  padding: 70px 0;
  margin-bottom: 70px;
}
.contents404 .logo404 {
  text-align: right;
}
.contents404 .logo404 img {
  display: inline-block;
  max-width: 100%;
}
.contents404 h2,
.contents404 h3 {
  font-family: 'Poppins', sans-serif;
  font-weight: bold;
  font-size: 168px;
  line-height: 109px;
  margin: 0;
  color: #404d5f;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.contents404 h2 {
  margin-top: 20px;
}
.contents404 h3 {
  font-size: 109px;
}
.contents404 p {
  font-size: 17px;
  line-height: 36px;
  font-family: 'Quicksand', sans-serif;
  color: #8595b1;
  font-weight: normal;
  margin-bottom: 0;
}
/*----------------------------------------------------------------*/
.team_row {
  margin-bottom: 30px;
}
.team_details {
  padding: 50px 0 120px;
}
.team_details .team_about .image {
  margin-bottom: 40px;
}
.team_details .team_about p {
  font-family: 'Quicksand', sans-serif;
  font-size: 16px;
  font-weight: normal;
  color: #8595b1;
  line-height: 24px;
  margin-bottom: 0;
}
.team_details .team_about .heading {
  margin-bottom: 20px;
}
.team_details .team_about .heading h3 {
  text-transform: uppercase;
  margin: 10px 0 5px;
  font-family: 'Poppins', sans-serif;
  font-weight: bold;
  color: #404d5f;
}
.team_details .team_about .heading h5 {
  text-transform: capitalize;
  font-style: italic;
  color: #78AA42;
  margin: 0;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 400;
}
.team_details .speciality ul li {
  font-family: 'Quicksand', sans-serif;
  font-weight: bold;
  line-height: 26px;
  margin: 0;
  color: #404d5f;
  text-transform: uppercase;
}
.team_details .speciality ul li i {
  margin-right: 7px;
}
.team_cv {
  padding: 70px 0;
  background: #e5f5f9;
}
.team_cv .cv_widget {
  min-height: 200px;
  font-family: 'Quicksand', sans-serif;
  font-size: 16px;
  font-weight: normal;
  color: #8595b1;
  line-height: 24px;
}
.team_cv .cv_widget .heading {
  font-family: 'Poppins', sans-serif;
  font-weight: bold;
  color: #404d5f;
  margin: 0;
  padding-bottom: 20px;
  text-transform: uppercase;
}
.team_cv .cv_widget .heading:after {
  content: '';
  width: 80px;
  height: 1px;
  background: #78AA42;
  display: block;
  margin: 20px 0 0;
}
/*----------------------------------------------------------------*/
.timeTableFilters {
  padding: 60px 0;
}
.timeTableFilters li {
  padding: 0 15px;
  float: left;
  text-transform: uppercase;
  line-height: 1;
  font-family: 'Poppins', sans-serif;
  color: #404d5f;
  font-weight: bold;
  cursor: pointer;
}
.timeTableFilters li.active {
  color: #2c99db;
  cursor: auto;
}
.timeTable {
  margin-bottom: 0;
}
.timeTable thead tr th {
  border: 2px solid  #fff;
  text-transform: capitalize;
  font-family: 'Poppins', sans-serif;
  font-weight: bold;
  color: #404d5f;
  text-align: center;
  line-height: 60px;
  padding: 0;
}
.timeTable tbody tr:nth-child(odd) td:first-child {
  background: #ebf0f5;
}
.timeTable tbody tr td {
  border: 2px solid  #fff;
  text-transform: capitalize;
  font-family: 'Poppins', sans-serif;
  font-weight: bold;
  color: #fff;
  text-align: center;
  padding: 20px;
  visibility: visible;
  -webkit-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s;
}
.timeTable tbody tr td span {
  display: block;
}
.timeTable tbody tr td span.room {
  line-height: 1;
  font-size: 12px;
  font-weight: 300;
  margin: 15px 0;
}
.timeTable tbody tr td span.time_b {
  margin-bottom: 10px;
  white-space: nowrap;
}
.timeTable tbody tr td:first-child {
  color: #404d5f;
  white-space: nowrap;
  line-height: 60px;
  padding: 0 45px;
}
.timeTable tbody tr td.general_health,
.timeTable tbody tr td.rehabilitation,
.timeTable tbody tr td.nurology,
.timeTable tbody tr td.dental {
  background: #78AA42;
}
.timeTable tbody tr td.cardiac {
  background: #fe824c;
}
.timeTable tbody tr td.cancer {
  background: #43b9f6;
}
.timeTable tbody tr td.bgf {
  background: #fff;
  visibility: hidden;
}
/*----------------------------------------------------------------*/
.bannercontainer {
  width: 100%;
  position: relative;
  padding: 0;
  z-index: 1;
  height: 500px;
}
.bannercontainer .preloader {
  position: absolute;
  height: 100%;
  width: 100%;
  line-height: 460px;
  text-align: center;
  background: #fff;
  z-index: 9999;
}
.bannercontainer .main_slider li .container {
  top: -505px;
  position: relative;
  height: 100%;
}
.bannercontainer .main_slider li img {
  height: 500px;
  padding-bottom: 0px;
  margin-bottom: 20px;
}
.bannercontainer .main_slider li .heading, .bannercontainer .main_slider li .heading h1 {
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  font-size: 48px !important;
  line-height: 54px !important;
  margin-bottom: 25px;
  margin-top: 0;
  color: #196BB5;
}
.bannercontainer .main_slider li .heading-404 {
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  font-size: 88px !important;
  line-height: 88px !important;
  margin-bottom: 25px;
  margin-top: 0;
  color: #2d4245;
}
.bannercontainer .main_slider li .para {
  font-family: 'Quicksand', sans-serif;
  font-size: 18px !important;
  line-height: 32px !important;
  color: #505759;
  padding-top: 15px;
}
.bannercontainer .main_slider li .para-404 {
  font-family: 'Quicksand', sans-serif;
  font-size: 48px !important;
  line-height: 54px !important;
  color: #505759;
  padding-top: 15px;
}
.bannercontainer .main_slider li .link a, .bannercontainer .main_slider li .link-404 a {
  color: #fff;
  margin-top: 60px;
}
.bannercontainer .main_slider li.first-slide .heading {
  top: 110px;
}
.bannercontainer .main_slider li.first-slide .heading-404 {
  top: 150px;
}
.bannercontainer .main_slider li.first-slide .para {
  top: 220px;
}
.bannercontainer .main_slider li.first-slide .para-404 {
  top: 220px;
}
.bannercontainer .main_slider li.first-slide .link {
  top: 295px;
}
.bannercontainer .main_slider li.first-slide .link-404 {
  top: 340px;
}
.bannercontainer .main_slider li.second-slide .heading {
  top: 450px;
}
.bannercontainer .main_slider li.second-slide .para {
  top: 560px;
}
.bannercontainer .main_slider li.second-slide .link {
  top: 610px;
}
.bannercontainer .main_slider li.third-slide {
  text-align: center;
}
.bannercontainer .main_slider li.third-slide .heading {
  top: 410px;
  left: 296px;
}
.bannercontainer .main_slider li.third-slide .para {
  top: 520px;
  left: 378px;
}
.bannercontainer .main_slider li.third-slide .link {
  top: 570px;
  left: 491px;
}
/*----------------------------------------------------------------*/


/*Service Tab*/
.service_tab{
    padding: 90px 0px;
}
.service_tab #service_tab{
    margin: 60px 0 90px;
}
.service_tab #service_tab li{
    padding: 0 15px;
    text-align: center;
}
.service_tab #service_tab li a{    
    border: 1px solid  #e5f5f9;
    border-radius: 0;
    padding: 0 5px 20px;
    line-height: 1.4;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #78AA42;
    transition: all 300ms ease-in-out;
}
.service_tab #service_tab li a span{
    display: block;
    width: 77px;
    height: 57px;
    margin: -25px auto 20px;
    background: no-repeat scroll center center #e5f5f9;
    border-left: 10px solid  #fff;
    border-right: 10px solid  #fff;
    transition: all 300ms ease-in-out;
}
.service_tab #service_tab li a:hover{
    background: none;
}
.service_tab #service_tab li a{
    border-color: #196BB5;
    color: #78AA42;
}
.service_tab #service_tab li a span{
    background-color: #196BB5;
}
.service_tab #service_tab li a .description{
    background-image: url(../../images/icons/tabs/description.svg);
}
.service_tab #service_tab li a .causes{
    background-image: url(../../images/icons/tabs/causes.svg);
}
.service_tab #service_tab li a .treatment{
    background-image: url(../../images/icons/tabs/treatment.svg);
}
.service_tab #service_tab li a .specialtyhelp{
    background-image: url(../../images/icons/tabs/specialtyhelp.svg);
}
.service_tab #service_tab li a .diagnosis{
    background-image: url(../../images/icons/tabs/diagnosis.svg);
}
.service_tab #service_tab li a .whattoexpect{
    background-image: url(../../images/icons/tabs/whattoexpect.svg);
}
.service_tab #service_tab li a .prevention{
    background-image: url(../../images/icons/tabs/prevention.svg);
}
.service_tab #service_tab li a .resources{
    background-image: url(../../images/icons/tabs/resources.svg);
}
.service_tab .tab-content{}
.service_tab .tab-content .tab-pane{
    transition: all 300ms ease-in-out;
}
.service_tab .tab-content .tab-pane .col-sm-6 .row{
    position: relative;
}
.service_tab .tab-content .tab-pane img{
    width: 100%;
}
.service_tab .tab-content .tab-pane .ts{
    display: block;
    padding: 0 20px;
    line-height: 38px;
    background: #43b9f6;
    font-family: 'Quicksand', sans-serif;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    position: absolute;
    bottom: 75px;
    right: 0;
}
.service_tab .tab-content .tab-pane h3{
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 30px;
    color: #404d5f;
}
.service_tab .tab-content .tab-pane h3:after{
    content: '';
    width: 85px;
    height: 1px;
    background: #78AA42;
    display: block;
    margin: 13px 0 0;
}
.service_tab .tab-content .tab-pane h2, #specialties h2{
    font-family: 'Poppins', sans-serif;
    font-size: 36px;
    margin: 0 0 15;
    line-height: 1;
    margin-bottom: 15px !important;
    font-weight: 700;
	color: #78AA42;
}
.service_tab .tab-content .tab-pane h4, #specialties h4 {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  color: #196BB5;
  font-size: 24px;
  ine-height: 28px;
}
.tab-content .tab-pane h6 {
  font-family: 'Poppins', sans-serif;
  font-weight: bold;
  color: #196BB5;
  font-size: 18px;
}
.service_tab .tab-content .tab-pane p{
    font-family: 'Quicksand', sans-serif;
    color: #808080;
    font-size: 16px;
    line-height: 28px;
	margin-bottom: 30px;
}
.about_bioplus ul li{
    margin-left: -20px;
	list-style: none;
	font-weight: 300;
}
.about_bioplus ul li:before{
	/* For a round bullet */
    content:'\2022';
	display: block;
    position: relative;
    max-width: 0px;
    max-height: 0px;
    left: -20px;
    top: -0px;
    color: #78AA42;
	font-weight: bold;
}
.about_bioplus .no-bullet li:before{
	/* For a round bullet */
	display: none !important;
}
.about_bioplus ul li i{
    color: #78AA42;
	font-size: 8px;
	vertical-align: middle;
	padding-right: 15px;
}
.service_tab .tab-content .tab-pane .view_all{}

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


/*Specialties Tab*/

.specialties_nav {
  text-align: center;
}

.specialties_nav ul {
  list-style-type: none;
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 0;
}

.specialties_nav li {
  padding-top: 1px;
  padding-right: 26px;
  padding-left: 26px;
  line-height: 1;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 400;
  font-family: 'Poppins', sans-serif !important;
}

/* ------------------------------------------------------------ */
.cd-timeline {
  position: relative;
  padding: 2em 0;
  margin-top: 2em;
  margin-bottom: 2em;
}
.cd-container {
  width: 90%;
  max-width: 1170px;
  margin: 0 auto;
}
.cd-container::after {
  content: '';
  display: table;
  clear: both;
}
.cd-timeline {
  position: relative;
  padding: 2em 0;
  margin-top: 2em;
  margin-bottom: 2em;
}
.cd-timeline::before {
  content: '';
  position: absolute;
  top: 0;
  left: 18px;
  height: 100%;
  width: 2px;
  background: #B9CADF;
}
.cd-timeline-line {
  position: absolute;
  top: 55px;
  left: 52%;
  margin-left: -12px;
  border: 1px dashed #B9CADF;
  width: 5%;
}
.cd-timeline-line-left {
  position: absolute;
  top: 55px;
  left: 44.8%;
  margin-left: -12px;
  border: 1px dashed #B9CADF;
  width: 5%;
}
.cd-timeline-block {
  position: relative;
  margin: 2em 0;
}
.cd-timeline-block:after {
  content: "";
  display: table;
  clear: both;
}
.cd-timeline-block:first-child {
  margin-top: 0;
}
.cd-timeline-block:last-child {
  margin-bottom: 0;
}
.cd-timeline-img {
  position: absolute;
  top: 65px;
  left: 9px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
.timeline-img-gray-bottom {
  background-color: #ffffff !important;
  border: 2px solid #B9CADF;
  margin-top: 175px;
}
.timeline-img-bpgreen {
  background-color: #78AA42 !important;
}
.timeline-img-bpblue {
  background-color: #196BB5 !important;
}
.timeline-img-bpdarkblue {
  background-color: #213367 !important;
}
.timeline-img-aqua {
  background-color: #78AA42 !important;
}
.timeline-img-raspberry {
  background-color: #E577CB !important;
}
.timeline-img-watermelon {
  background-color: #F04C24 !important;
}
.timeline-img-sorbet {
  background-color: #47C0BB !important;
}
.timeline-img-bioplusblue {
  background-color: #196BB5 !important;
}
.timeline-img-bioplussea {
  background-color: #4471B7 !important;
}
.timeline-img-artichoke {
  background-color: #00AB69 !important;
}
.timeline-img-plum {
  background-color: #B14FC5 !important;
}
.timeline-img-lemon {
  background-color: #F1C400 !important;
}
.cd-timeline-img.cd-picture {
  background: #196BB5;
}
.cd-timeline-img.cd-movie {
  background: #196BB5;
}
.cd-timeline-img.cd-location {
  background: #196BB5;
}
.cd-timeline-content {
  position: relative;
  margin-left: 60px;
  padding-top: 25px;
  padding-bottom: 25px;
  line-height: 28px;
}
.cd-timeline-content strong {
  display: block;
  color: #196BB5;
}
.cd-timeline-content:after {
  content: "";
  display: table;
  clear: both;
}
.cd-timeline-content p {
  font-size: 16px;
  line-height: 28px;
  margin-top: 8px;
  margin-bottom: 0;
}
.cd-timeline-content .cd-read-more,
.cd-timeline-content .cd-date {
  display: inline-block;
}
.cd-timeline-content::before {
  content: '';
  position: absolute;
  top: 42px;
  right: 100%;
  height: 0;
  width: 0;
  border: 7px solid transparent;
  border-right: 7px solid white;
}

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

	@media only screen and (max-width: 1199px){
		.specialties_nav li {
			padding-left: 10px;
			padding-right: 10px;
			font-size: 16px;
		}
	}

@media only screen and (max-width: 992px){
		.specialties_nav li {
			padding-left: 12px;
			padding-right: 12px;
			font-size: 14px;
		}
		.hide-br br {
			display: none;
		}
	}


@media only screen and (max-width: 767px){
		.specialties_nav ul {
			display: block;
		}
		.specialties_nav li {
			margin-top: 20px;
			margin-bottom: 20px;
			font-size: 20px;
		}
	}
/*---------------------------------------------------------------------------*/

	
@media only screen and (min-width: 1170px) {
	.timeline-img-gray-top {
		background-color: #ffffff !important;
		border: 2px solid #B9CADF;
		margin-top: -100px;
	}
	.cd-timeline {
        margin-top: 3em;
        margin-bottom: 3em;
	}
	.cd-timeline::before {
        left: 50%;
        margin-left: -2px;
	}
	.cd-timeline-block {
        margin: 1em 0;
	}
	.cd-timeline-block:first-child {
        margin-top: 0;
	}
	.cd-timeline-block:last-child {
        margin-bottom: 0;
	}
	.cd-timeline-img {
        width: 20px;
        height: 20px;
        left: 50.1%;
        margin-left: -12px;
        /* Force Hardware Acceleration in WebKit */
        -webkit-transform: translateZ(0);
        -webkit-backface-visibility: hidden;
	}
	.cssanimations .cd-timeline-img.is-hidden {
		visibility: hidden;
	}
	.cssanimations .cd-timeline-img.bounce-in {
		visibility: visible;
    	-webkit-animation: cd-bounce-1 0.6s;
    	-moz-animation: cd-bounce-1 0.6s;
    	animation: cd-bounce-1 0.6s;
	}
	.cd-timeline-content {
    	margin-right: -10px;
    	width: 45%;
    	float: right;
	}
	.cd-timeline-content::before {
    	top: 42px;
   		right: 100%;
    	border-color: transparent;
    	border-right-color: white;
	}
    .cd-timeline-content .cd-date {
    	position: absolute;
    	width: 100%;
    	left: 122%;
    	top: 6px;
	}
    .cd-timeline-block:nth-child(even) .cd-timeline-content {
    	float: left;
    	margin-left: -10px;
	}
    .cd-timeline-block:nth-child(even) .cd-timeline-content::before {
    	top: 42px;
   		left: auto;
    	left: 100%;
    	border-color: transparent;
    	border-left-color: white;
	}
    .timeline-left {
    	float: left;
		text-align: right;
		padding-right: 50px;
	}
	.disable-lg {
		display: none;
	}
}
	
@media only screen and (max-width: 1170px) {
	.cd-timeline-block .text-right {
		text-align: left;
	}
	.disable-sm {
		display: none;
	}
	.cd-timeline-line-left {
	left: 42px;
	}
	.cd-timeline-line {
	left: 42px;
	}
}
@media only screen and (max-width: 767px) {
	.cd-timeline-line-left {
	left: 42px;
	}
	.cd-timeline-line {
	left: 42px;
	}
}
/* ------------------------------------------------------------ */

