@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700,900&display=swap');
body {
  font-family: Roboto;
  font-size: 14px;
  line-height: 24px;
  color: #000;
}
a {
  color: #000;
  text-decoration: none;
}
a:hover {
  color: #000;
  text-decoration: none;
}


.container{max-width:1400px;}



.logo {}
.top-bar {
  background-color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
}
.call-info {
  margin-top: 0px;
  font-weight: bold;
  font-size: 18px;
  padding: 0px 0 0;
}
.call-icon {
  font-size: 33px;
  color: #25aae1;
  float: left;
  margin-right: 7px;
  line-height: 43px;
}
.call-text {
  font-size: 14px;
  color: #3d485d;
  font-weight: normal;
  display: block;
}
.social {}
.social ul {
  float: right;
}
.social ul li {
  float: left;
}
.social ul li a {
  font-size: 13px;
  padding: 12px 10px;
  color: #b6e1ab;
}
.social ul li a:hover {
  color: #fff;
}
.header {}
.header-wrapper {
  z-index: 9;
	overflow: hidden;
  background: #fff;
  position: relative;
  background-color: #22663a;
}
.is-sticky .header-wrapper {}
.header-btn {
  padding-top: 6px;
  text-align: right;
}
.hero-section {
  background: url(../images/hero-img.jpg) no-repeat center;
  background-size: cover;
}
.hero-section-caption {
  margin-top: 110px;
  margin-bottom: 110px;
  background-color: #4d8638;
  border-radius: 6px;
}
.hero-title {
  color: #fff;
  font-size: 35px;
  font-weight: 100;
  line-height: 45px;
  margin-bottom: 25px;
}
#stimet-menu {
  float: left;
}
#stimet-menu, #stimet-menu ul, #stimet-menu ul li, #stimet-menu ul li a, #stimet-menu #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#stimet-menu:after, #stimet-menu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#stimet-menu #menu-button {
  display: none;
}
#stimet-menu {
  font-family: 'Merriweather Sans', sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
#stimet-menu > ul > li {
  float: left;
}
#stimet-menu.align-center > ul {
  font-size: 0;
  text-align: center;
}
#stimet-menu.align-center > ul > li {
  display: inline-block;
  float: none;
}
#stimet-menu.align-center ul ul {
  text-align: left;
}
#stimet-menu.align-right > ul > li {
  float: right;
}
#stimet-menu > ul > li > a {
  border-right: 1px solid #39995b;
  margin-left: -1px;
  border-left: 1px solid #39995b;
  padding: 22px 56px;
  font-size: 13px;
  color: #fff;
  letter-spacing: 1px;
  text-decoration: none;
  font-weight: 600;
  text-transform: uppercase;
}


#stimet-menu ul li.last a{ border: none;}





#stimet-menu > ul > li:hover > a, #stimet-menu > ul > li.active > a {
  color: #fff;
  background-color: #39995b;
  border-radius: 0%;
}
#stimet-menu > ul > li.has-sub > a {
  padding-right: 67px;
}
#stimet-menu > ul > li.has-sub > a:before {
  position: absolute;
  right: 49px;
  font-family: FontAwesome;
  content: "\f107";
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#stimet-menu ul ul {
  position: absolute;
  left: -9999px;
  margin: -1px;
}
#stimet-menu.align-right ul ul {
  text-align: right;
}
#stimet-menu ul ul li {
  top: 0px;
  height: 0;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#stimet-menu li:hover > ul {
  left: auto;
}
#stimet-menu.align-right li:hover > ul {
  left: auto;
  right: 0;
}
#stimet-menu li:hover > ul > li {
  height: 62px;
}
#stimet-menu ul ul ul {
  margin-left: 100%;
  top: 0;
}
#stimet-menu.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}
#stimet-menu ul ul li a {
  background-color: #0f2859;
  padding: 24px 20px;
  width: 216px;
  font-size: 13px;
  text-decoration: none;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  border-bottom: #143575 1px solid;
  letter-spacing: 1px;
}
#stimet-menu ul ul li:first-child > a {
  border-top-right-radius: 0%;
}
#stimet-menu ul ul li:last-child > a {
  border-bottom-right-radius: 0%px;
  border-bottom-left-radius: 0%px;
}
#stimet-menu ul ul li:last-child > a, #stimet-menu ul ul li.last-item > a {
  border-bottom: 0;
}
#stimet-menu ul ul li:hover > a, #stimet-menu ul ul li a:hover {
  color: #fff;
  background-color: #0b214d;
}
#stimet-menu ul ul li.has-sub > a:after {
  position: absolute;
  top: 16px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #dddddd;
  content: '';
}
#stimet-menu.align-right ul ul li.has-sub > a:after {
  right: auto;
  left: 11px;
}
#stimet-menu ul ul li.has-sub > a:before {
  position: absolute;
  top: 13px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #dddddd;
  content: '';
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#stimet-menu.align-right ul ul li.has-sub > a:before {
  right: auto;
  left: 14px;
}
#stimet-menu ul ul > li.has-sub:hover > a:before {
  top: 17px;
  height: 0;
}
#stimet-menu.small-screen {
  width: 100%;
}
#stimet-menu.small-screen ul {
  width: 100%;
  display: none;
}
#stimet-menu.small-screen.align-center > ul {
  text-align: left;
}
#stimet-menu.small-screen ul li {
  width: 100%;
  border-top: 1px solid #0f2859;
  top: auto;
  background-color: #143575;
}
#stimet-menu.small-screen ul ul li, #stimet-menu.small-screen li:hover > ul > li {
  height: auto;
}
#stimet-menu.small-screen ul li a, #stimet-menu.small-screen ul ul li a {
  width: 100%;
  border-bottom: 0;
  padding: 20px 15px;
  color: #fff;
}
#stimet-menu.small-screen > ul > li > a:after {
  position: absolute;
  top: 16px;
  right: -3px;
  height: 2px;
  display: block;
  content: '';
}
#stimet-menu.small-screen > ul > li {
  float: none;
}
#stimet-menu.small-screen ul ul li a {
  padding-left: 25px;
}
#stimet-menu.small-screen ul ul ul li a {
  padding-left: 35px;
}
#stimet-menu.small-screen ul ul li a {
  color: #fff;
  background: #143575;
}
#stimet-menu.small-screen ul ul li:hover > a, #stimet-menu.small-screen ul ul li.active > a {
  color: #fff;
  background-color: #0f2859;
}
#stimet-menu.small-screen ul ul, #stimet-menu.small-screen ul ul ul, #stimet-menu.small-screen.align-right ul ul {
  position: relative;
  left: 0;
  width: 100%;
  margin: 0;
  text-align: left;
}
#stimet-menu.small-screen > ul > li.has-sub > a:after, #stimet-menu.small-screen > ul > li.has-sub > a:before, #stimet-menu.small-screen ul ul > li.has-sub > a:after, #stimet-menu.small-screen ul ul > li.has-sub > a:before {
  display: none;
}
#stimet-menu.small-screen #menu-button {
  display: block;
  padding: 18px;
  color: #fff;
  cursor: pointer;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  background-color: #143575;
  margin-top: 5px;
}
#stimet-menu.small-screen #menu-button:after {
  position: absolute;
  top: 16px;
  right: 17px;
  display: block;
  height: 12px;
  width: 20px;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  content: '';
}
#stimet-menu.small-screen #menu-button:before {
  position: absolute;
  top: 21px;
  right: 17px;
  display: block;
  height: 2px;
  width: 20px;
  background: #fff;
  content: '';
}
#stimet-menu.small-screen #menu-button.menu-opened:after {
  top: 20px;
  border: 0;
  height: 2px;
  width: 15px;
  background: #fff;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#stimet-menu.small-screen #menu-button.menu-opened:before {
  top: 20px;
  background: #fff;
  width: 15px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#stimet-menu.small-screen .submenu-button {
  position: absolute;
  z-index: 99;
  right: 0;
  top: 0;
  display: block;
  border-left: 1px solid #0f2859;
  height: 54px;
  width: 53px;
  cursor: pointer;
}
#stimet-menu.small-screen .submenu-button.submenu-opened {}
#stimet-menu.small-screen ul ul .submenu-button {
  height: 34px;
  width: 34px;
}
#stimet-menu.small-screen .submenu-button:after {
  position: absolute;
  top: 25px;
  right: 20px;
  width: 8px;
  height: 2px;
  display: block;
  background: #fff;
  content: '';
}
#stimet-menu.small-screen ul ul .submenu-button:after {
  top: 15px;
  right: 13px;
}
#stimet-menu.small-screen .submenu-button:before {
  position: absolute;
  top: 22px;
  right: 23px;
  display: block;
  width: 2px;
  height: 8px;
  background: #fff;
  content: '';
}
#stimet-menu.small-screen ul ul .submenu-button:before {
  top: 12px;
  right: 16px;
}
#stimet-menu.small-screen .submenu-button.submenu-opened:before {
  display: none;
}
#stimet-menu.small-screen.select-list {
  padding: 5px;
}
#stimet-menu.small-screen > ul > li > a {
  border-left: transparent;
  margin: 0;
  border-right: transparent;
}
#stimet-menu.small-screen > ul > li:hover > a {
  border-left: transparent;
  border-right: transparent;
}
.page-header {
  background-image: url(../images/page-header.jpg);
  background-size: cover;
  margin: 0px;
  padding: 0px;
  border: 0px;
}
.page-section {
  padding-top: 140px;
  padding-bottom: 140px;
}
.page-description {}
.page-description p {}
.page-title {
  font-size: 50px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #fff;
}
.page-text {
  color: #fff;
}
.page-breadcrumb {
  padding-top: 3px;
  color: #fff;
}
.page-breadcrumb .breadcrumb {
  background-color: transparent;
  padding: 5px 0px;
  margin-bottom: 0px;
  font-size: 13px;
  font-weight: 600;
  border: none;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #c3c7cf;
}
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #c3c7cf;
  content: "/\00a0";
}
.breadcrumb > li > a {
  color: #fff;
}
.slider {
  /*! margin-bottom: -30px; */
}
.slider-img img {
  position: relative;
  z-index: -1;
}
.slider .owl-dots {
  text-align: center !important;
  position: relative;
  bottom: 40px;
	display: none;
}
.slider .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.slider .owl-nav .owl-prev {
  position: absolute;
  top: 40%;
  left: 0px;
  color: #fff;
  font-size: 18px;
  margin: 8px;
  padding-top: 6px;
  background: #22663a;
  display: block;
  cursor: pointer;
  border-radius: 2px;
  height: 36px;
  width: 36px;
  /*! border: 1px solid #fff; */
}
.slider .owl-nav .owl-next {
  position: absolute;
  top: 40%;
  right: 0px;
  color: #fff;
  font-size: 18px;
  margin: 8px;
  padding-top: 6px;
  background: #22663a;
  display: block;
  cursor: pointer;
  border-radius: 2px;
  height: 36px;
  width: 36px;
  /*! border: 1px solid #fff; */
}
.slider .owl-nav .owl-prev:hover {
  background-color: #0a3c1c;
  border: 2px solid #0a3c1c;
  text-decoration: none;
  color: #fff;
}
.slider .owl-nav .owl-next:hover {
  background-color: #0a3c1c;
  border: 2px solid #0a3c1c;
  text-decoration: none;
  color: #fff;
}
.slider .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}
.slider .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 4px;
  background: #fff;
  border-radius: 2px;
  border: 2px solid #fff;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
}
.slider .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background-color: #00cabc;
  border: 2px solid #00cabc;
}
.slider .owl-carousel .owl-item img {
  width: 100%;
}
.footer {
  background-color: #191919;
  padding-top: 50px;
  padding-bottom: 50px;
  /*! border-top: 1px solid #d1f6f3; */
}
.footer-title {
  margin-bottom: 8px;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 32px;
  padding: 0px 0px 0px;
}
.footer-widget {}
.footer-widget ul {}
.footer-widget li {
  margin-bottom: 5px;
}
.footer-widget li a {
  color: #fff;
  font-size: 14px;
  line-height: 34px;
}
.footer-widget p {
  color: #fff;
}
.footer-link {}
.footer-social {}
.footer-social ul {}
.footer-social ul li {
  float: left;
  margin-right: 10px;
}
.footer-social ul li a i {
  color: #242428;
  font-size: 22px;
}
.footer-social ul li a:hover i {
  color: #d41b2c;
}
.footer-widget .form-control {
  height: 48px;
  color: #666666;
  background-color: #242428;
  border: none;
  box-shadow: none;
}
.footer-contact {}
.footer-contact i {
  float: left;
}
.footer-contact ul li {
  margin-bottom: 20px;
}
.footer-contact i {
  color: #469763;
  font-size: 22px;
  padding: 10px;
  margin-right: 5px;
  float: left;
  margin-top: -5px;
}
.listsecd{
	margin-top: 20px;
	color: #fff;
}

.listsecd li {
    list-style-type: none;
    margin-bottom: 10px !important;
}
.adjdesec {
    margin-left: 25px;
	line-height: 30px;
}


.footer-contact p {
  margin-left: 0;
  padding-top: 7px
}
.tiny-footer {
  background-color: #22663a;
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 12px;
  color: #fff;
  text-align: left;
}
.listnone {
  list-style: none;
  padding: 0px;
}
.service-block {
  padding: 30px;
  border-radius: 5px;
  border: 1px solid #089687;
  margin-bottom: 30px;
  transition: background ease 1s;
  background: #22663a;
}
.service-content {
  text-align: center;
}
.service-content i {
  font-size: 80px;
  color: #fff;
  margin-bottom: 20px;
  display: block;
}
.service-content h3 {
  margin: 0px;
  font-size: 22px;
}
.service-block:hover {
    text-align: center;
    background-color: #0a3c1c;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    border: 1px solid #0a3c1c;
}
.service-block:hover i, .service-block:hover a {
  color: #fff;
}
.service-list {
  margin-bottom: 30px;
}
.service-list ul {}
.service-list ul li {
  padding-left: 20px;
}

.card.card-cascade .view.view-cascade.gradient-card-header {
    padding: 20px;
    text-align: center;
    background: #e1e5e6;
    color: #000;
}


.map-container-google-8 iframe{
	border: 0;
width: 100%;
height: 100%;
	
}
.headcontent h4 {
    font-weight: 300;
}

@media only screen and (max-width:1200px) {
  #stimet-menu > ul > li > a {
    border-right: 1px solid #0f2859;
    margin-left: -1px;
    border-left: 1px solid #0f2859;
    padding: 22px 36px;
    font-size: 13px;
    color: #87a7e5;
    letter-spacing: 1px;
    text-decoration: none;
    font-weight: 600;
    text-transform: uppercase;
  }
  .slider-captions {
    position: absolute;
    bottom: 40px;
    width: 100%;
    color: #fff;
  }
}
@media only screen and (max-width:992px) {}
@media only screen and (max-width:768px) {
  .sticky-wrapper {
    height: 0px;
  }
  .slider-captions {
    position: absolute;
    bottom: 50px;
  }
  .slider-title {
    font-size: 24px;
    margin-bottom: 0px;
  }
  .slider .owl-nav .owl-prev i {
    display: block;
  }
  .slider .owl-nav .owl-next i {
    display: block;
  }
  .slider .owl-nav .owl-prev {
    font-size: 12px;
    padding: 3px 0px;
    height: 20px;
    width: 20px;
  }
  .slider .owl-nav .owl-next {
    font-size: 12px;
    padding: 3px 0px;
    height: 20px;
    width: 20px;
  }
  .slider .owl-dots {
    min-width: 100%;
    position: absolute;
    bottom: 4px;
    text-align: center !important;
  }
  .page-section {
    padding-top: 50px;
    padding-bottom: 30px;
  }
  .page-title {
    font-size: 30px;
  }
  button.btn {
    padding: 12px 10px;
    font-size: 10px;
  }
}
@media only screen and (max-width:480px) {
  .sticky-wrapper {
    height: 0px;
  }
  .slider-captions {
    bottom: 10px;
  }
  .slider-title {
    font-size: 18px;
  }
  .slider .owl-nav .owl-prev {
    font-size: 12px;
    padding: 3px 0px;
    height: 20px;
    width: 20px;
  }
  .slider .owl-nav .owl-prev i {
    display: block;
  }
  .slider .owl-nav .owl-next i {
    display: block;
  }
  .slider .owl-nav .owl-next {
    font-size: 12px;
    padding: 3px 0px;
    height: 20px;
    width: 20px;
  }
  .slider .owl-dots {
    min-width: 100%;
    position: absolute;
    bottom: 4px;
    text-align: center !important;
  }
  .testimonial-content {
    margin-bottom: 45px;
  }
  .page-section {
    padding-top: 50px;
    padding-bottom: 30px;
  }
  .page-title {
    font-size: 24px;
  }
  .comment-meta-date {
    position: initial;
  }
}
@media only screen and (max-width:320px) {
  .sticky-wrapper {
    height: 0px;
  }
  .slider-captions {
    bottom: 10px;
  }
  .slider-title {
    font-size: 18px;
  }
  .slider .owl-nav .owl-prev i {
    display: block;
  }
  .slider .owl-nav .owl-next i {
    display: block;
  }
  .slider .owl-nav .owl-prev {
    font-size: 12px;
    padding: 3px 0px;
    height: 20px;
    width: 20px;
  }
  .slider .owl-nav .owl-next {
    font-size: 12px;
    padding: 3px 0px;
    height: 20px;
    width: 20px;
  }
  .slider .owl-dots {
    min-width: 100%;
    position: absolute;
    bottom: 4px;
    text-align: center !important;
  }
  .testimonial-content {
    margin-bottom: 45px;
  }
  .page-section {
    padding-top: 50px;
    padding-bottom: 30px;
  }
  .page-title {
    font-size: 24px;
  }
  .comment-meta-date {
    position: initial;
  }
}
/*******************************************************************************/
.space-medium {
  padding: 55px 0px;
}
.aboutusHome {
  padding: 50px 0px;
}
.headTitle {
  font-size: 33px;
  letter-spacing: -.8px;
  padding: 0px 0px 0px;
  font-weight: 700;
  line-height: 49px;
}
.headTitle span {
  font-size: 22px;
  display: block;
  font-weight: normal;
}
.headTitleBox {
  font-size: 19px;
  text-align: left;
  line-height: 42px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
  color: #fff;
  background: #045087;
  border: solid 10px #fff;
  padding: 22px;
  border-radius: 8px;
  box-shadow: 0px 0px 2px #909090;
  letter-spacing: 0px;
  word-spacing: 4px;
}
.aboutusHome p {
  line-height: 26px;
}
.p4MedCont {
  /*! background: #045087; */
}
.service-content a {
  color: #fff;
  font-weight: 300;
}
.p4MedCont .headTitle {
  color: #000;
}
.service-content img {
  width: 80px;
  height: auto;
  margin-bottom: 21px;
}
#clientlogo a {
  display: block; 
  background: #fff;
  position: relative;
  top: 0px;
  transition: all ease .5s;
}

#clientlogo {
  padding-top: 0px;
}
.tiny-footer p {
  margin: 0;
  text-align: center;
  font-size: 14px;
  padding: 10px;
}
/******************************Contact Page******************************/
.thm-container {
  width: 100%;
  max-width: 1200px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.contact-form-content {
  padding-right: 30px;
}
.thm-container .title {
  margin-bottom: 15px;
}
.thm-container .title span {
  font-size: 20px;
  color: #FF4328;
}
.thm-container .title h2 {
  color: #212121;
  font-size: 22px;
  line-height: 29px;
  font-weight: bold;
}
.contact-form input, .contact-form textarea {
  border: none;
  outline: none;
  width: 100%;
  height: 56px;
  border-radius: 11px;
  background: #e1e5e6;
  color: #757575;
  font-size: 16px;
  padding-left: 24px;
  margin-bottom: 20px;
  display: block;
}
.contact-form textarea {
  height: 182px;
  padding-top: 20px;
}
.thm-btn {
  border: none;
  outline: none;
  display: inline-block;
  vertical-align: middle;
  background: #FEC931;
  color: #212121;
  border-radius: 35px;
  font-weight: 500;
  font-size: 16px;
  padding: 18px 69px;
  -webkit-transition: all .4s;
  transition: all .4s;
}
.contact-info {
  border: 2px solid #E0E0E0;
  padding: 30px 30px 20px;
  background: #e1e5e6;
}
.single-contact-info h4 {
  color: #212121;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
}
.single-contact-info p {
  margin-bottom: 8px;
}
#back-top {
  display: none;
  bottom: 100px;
  margin: 0;
  position: fixed;
  right: 10px;
}
#back-top a {
  color: #bbb;
  display: block;
  font: 11px/100% Arial, Helvetica, sans-serif;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 1s ease 0s;
  width: 70px;
}
#back-top a:hover {
  color: #22663a;
}
#back-top span {
  background: #22663a url("../images/up-arrow.png") no-repeat scroll center center;
  border-radius: 5px;
  display: block;
  height: 50px;
  margin: auto auto 7px;
  transition: all 1s ease 0s;
  width: 50px;
}
#back-top a:hover span {
  background-color: #22663a;
}
.single-contact-info i {
  padding: 0px 10px 0 0;
  color: #045087;
  font-size: 20px;
}
.headTitle2 {
  font-size: 28px;
  letter-spacing: -.8px;
  padding: 0px 0px 0px;
  font-weight: 700;
  line-height: 42px;
}
.headTitle2 {
  font-size: 28px;
  letter-spacing: -.8px;
  padding: 0px 0px 0px;
  font-weight: 700;
  line-height: 42px;
}
.headTitle2 span {
  font-size: 22px;
  display: block;
  font-weight: normal;
}
/***************************Internal Pages******************************/
.image-aboutus-banner {
  background:url("../images/inner-header.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  color: #fff;
  padding-top: 110px;
  padding-bottom: 110px;
}
.image-ehealth-banner {
  background:url("../images/eHealthinner-header.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  color: #fff;
  padding-top: 110px;
  padding-bottom: 110px;
}
.image-aboutus-sm-banner {
  background:url("https://images.pexels.com/photos/631008/pexels-photo-631008.jpeg?w=940&h=650&auto=compress&cs=tinysrgb");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  color: #fff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.image-aboutus-para {
  color: #53ec89;
}
.image-aboutus-para a {
  color: #fff;
}
/****************************************************************/
body {
  background-color: #fff !important;
}
h3.h3 {
  text-align: center;
  padding: 1.5em 0em;
  text-transform: capitalize;
  font-size: 1.5em;
}
/******************  News Slider Demo-13 *******************/
.post-slide13 .post-img {
  position: relative;
}
.post-slide13 .post-img > a {
  display: block;
}
.post-slide13 .post-img img {
  width: 100%;
  height: auto;
  border: solid 15px #def0f5;
}
.post-slide13 .post-img:hover:after {
  opacity: 1;
  transform: scale(1);
}
.post-slide13 .post-title {
  margin-top: 20px;
}
.post-slide13 .post-title > a {
  color: #222;
  display: block;
  font-size: 17px;
  font-weight: 600;
  text-transform: uppercase;
}
.post-slide13 .post-title > a:hover {
  text-decoration: none;
  color: #dc005a;
}
.post-slide13 .post-bar {
  padding: 0;
  list-style: none;
}
.post-slide13 .post-bar > li {
  display: inline-block;
}
.post-slide13 .post-date, .post-slide13 .author, .post-slide13 .author > a {
  color: #8f8f8f;
  font-size: 12px;
  margin-right: 16px;
  font-style: italic;
}
.post-slide13 .post-date > i, .post-slide13 .author > i {
  margin-right: 5px;
}
.post-slide13 .author > a:hover {
  color: #dc005a;
}
.post-slide13 .post-description {
  color: #000000;
  font-size: 14px;
  line-height: 24px;
  padding-top: 5px;
}
.post-slide13 .post-description:before {
  content: "";
  display: block;
  border-top: 4px solid #dc005a;
  padding-bottom: 12px;
  width: 50px;
}
.owl-theme .owl-controls .owl-page span {
  width: 52px;
  height: 5px;
  border-radius: 0;
  opacity: 0.5;
  margin-bottom: 0;
}
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
  background: #dc005a;
  opacity: 1;
}
/******************************************************/
.item-blocks-connected .item-block {
  margin-top: 20px;
  border-color: #000;
  border-left-width: 3px;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #fff;
  display: block;
}
.item-block header {
  padding: 20px 30px;
  border-bottom: 1px solid #f6f6f6;
}
.item-block header img {
  width: 64px;
  margin-right: 30px;
  float: left;
}
.item-block header .hgroup {
  display: inline-block;
}
.item-blocks-connected .item-block header h4 {
  font-size: 20px;
  line-height: 35px;
}
.item-block header h5 {
  font-size: 17px;
  margin-top: 6px;
  color: #96a2b2;
}
.item-block header .header-meta {
  float: right;
  text-align: right;
}
.item-block header .location, .item-block header .rate {
  display: block;
  color: #96a2b2;
  line-height: 35px;
}
.item-block header .location::before, .item-block header .rate::before {
  content: "\f041";
  font-family: FontAwesome;
  padding-right: 10px;
}
.item-block header .label {
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 11px;
  font-weight: 400;
  border-radius: 0;
  padding: 4px 6px;
  margin-top: 6px;
  margin-left: 16px;
  opacity: .85;
}
/***************/
#contactus .pre_title {
  color: #222;
  display: block;
  font-weight: 600;
  font-weight: bold;
  /*! padding: 0 15px; */
}
#contactus .pre_des {
  /*! padding: 0 15px; */
}
.post-bar ul li {
  text-decoration: none;
}
.post-slide13 .post-sub {
  color: #222;
  font-size: 17px;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 20px;
  line-height: 25px;
}
.des_pre p {
  font-size: 15px;
}
.titleimage-back {
  background: #238cd2;
  color: #fff;
  min-height: 66px;
  max-height: 66px;
  width: 100%;
  z-index: 8;
  padding: 10px 20px;
  overflow: hidden;
  margin-top: -24px;
}
.titleimage-back h5 {
  font-weight: 600;
  color: #fff;
  font-size: 15px;
  padding: 0px;
  margin: 0px;
}
.etamen-sec h2 {
  padding: 15px 0px;
  font-size: 20px;
  border-bottom: 2px solid #e2e2e2;
  line-height: 24px;
}
.etamen-sec p {
  font-size: 15px;
}
#contactus .post-slide13 .post-bar > li {
  display: block;
  margin: 15px 0px;
}
.email_eta a {
  color: #2296e3;
}


/************************Privacy Popup***************************/
#cookieConsent {
  background: rgb(20, 20, 20, 1);
  color: rgb(255, 255, 255);
  line-height: 25px;
  padding: 10px 18px;
  font-family: "titillium web", "titillium web", sans-serif;
  font-size: 14px;
  text-align: left;
  position: fixed;
  bottom: 50px;
  left: 0;
  right: 0;
  display: block;
  z-index: 9999;
}
#cookieConsent span {
  display: inline-block;
  padding: 5px 0px;
}
#cookieConsent a {
  color: rgb(255, 102, 0);
  text-decoration: none;
}
#closeCookieConsent {
  float: right;
  display: inline-block;
  cursor: pointer;
  height: 20px;
  width: 20px;
  margin: -15px 0 0 0;
  font-weight: bold;
}
#closeCookieConsent:hover {
  color: #FFF;
}
#cookieConsent a.cookieConsentOK {
  float: right;
  display: block;
  padding: 5px 8px;
  min-width: 100px;
  margin-left: 5px;
  border-radius: 5px;
  cursor: pointer;
  color: rgb(255, 255, 255);
  background: rgb(237, 125, 49);
  text-align: center;
}
#cookieConsent a.cookieConsentOK:hover {
  background: rgb(237, 125, 49);
}
.privacy_policy_page {
  padding: 0px 0px 50px 0px;
}












/***********************************Privacy tabs****************************/
.tab-pane a {
  color: #0f7ece;
}
.tab-pane u {
  font-weight: bold;
}
.tabbable-line .nav.nav-tabs {
  margin: 0px 0 30px;
}
.tabbable-line .nav.nav-tabs a {
  padding: 15px;
  display: block;
}
.tabbable-line .nav.nav-tabs a {
  margin-right: 1px;
}
.tabbable-line .nav.nav-tabs a.active, .tabbable-line .nav.nav-tabs a:hover {
  background: #045087;
  color: #fff;
}
.privacy-policy {
  text-align: left;
}
.privacy-policy a {
  color: #b4b4b4;
  font-size: 13px;
}
/* 28-12-2018 */
.privacy_policy_page h1 {
  font-size: 30px;
}
.privacy_policy_page h2 {
  font-size: 20px;
  text-align: left;
}
.privacy_policy_page ol {
  text-align: left;
}
.privacy_policy_page ol li {
  text-align: left;
  font-size: 14px;
  line-height: 25px;
  color: #000;
  margin-bottom: 28px;
}

.codeconduct h1 {
  font-size: 30px;
}
.codeconduct h2 {
  font-size: 20px;
  text-align: left
}
.codeconduct ul li {
  text-align: left;
}
.codeconduct .codespace {
  margin-top: 10px;
}
.innerPageCont h6.innerTtl, h6.innerTtl {
  text-transform: uppercase;
  font-size: 36px;
  font-weight: 700;
  color: #002e5b;
  margin-bottom: 25px;
  text-align: center;
}
figure.snip1174 {
  color: #fff;
  position: relative;
  float: left;
  overflow: hidden;
  background-color: #1a1a1a;
   text-align: left;
  margin: 10px;
  width: 100%;
  border-radius: 0px;
}
figure.snip1174 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
figure.snip1174 img {
  width: 100%;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  vertical-align: top;
  opacity: .6;
}
figure.snip1174 figcaption {
  position: absolute;
  padding: 0px 0px;
  left: 0;
  text-align: center;
  top: 0px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
}
figure.snip1174 h2, figure.snip1174 p {
  margin: 0;
  padding: 0;
}
figure.snip1174 h2 {
  display: block;
  color: #fff;
  font-size: 17px;
  /*! text-transform: uppercase; */
  font-weight: 700;
  text-shadow: 1px 1px 0px #000;
  /*! line-height: 40px; */
  text-align: center;
  width: 100%;
  background: #000e28;
  padding: 15px 23px;
  line-height: 26px;
}
figure.snip1174 p {
  display: none;
  font-weight: 400;
  margin-bottom: 20px;
  line-height: 25px;
}
figure.snip1174 a {
  display: inline-block;
  padding: 10px 20px;
  border: 1px solid #ffffff;
  text-decoration: none;
  color: #ffffff;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 0.8em;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
  opacity: 0;
}
figure.snip1174.blue, figure.snip1174.blue h2 {
  background-color: #893e15;
}
figure.snip1174.yellow, figure.snip1174.yellow h2 {
  background-color: #165081;
}
figure.snip1174.green, figure.snip1174.green h2 {
  background-color: #353d66;
}
figure.snip1174.navy, figure.snip1174.navy h2 {
  background-color: #257a74;
}
figure.snip1174.red {
  background-color: #962d22;
}
figure.snip1174:hover img, figure.snip1174.hover img {
  opacity: .1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
figure.snip1174:hover a, figure.snip1174.hover a {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
figure.snip1174:hover h2, figure.snip1174:hover p {
  display: block;
  text-align: center;
}
figure.snip1174:hover h2 {
  text-shadow: none;
  background: none;
  font-size: 25px;
  line-height: 35px;
  text-transform: uppercase;
}
figure.snip1174:hover > figcaption {
  padding: 20px 25px;
  display: block;
}
/******************************************Career Page********************************/
.tiny-footer a {
  color: #fff;
  padding: 0px 6px;
}
.rsc ul {
  margin: 0px;
  padding: 0px;
  list-style-position: inside;
  overflow: hidden;
}

.clist{ margin-top: 30px;}



.rsc .clist strong {
    list-style-type: none;
    display: block;
    font-size: 15px;
    background: #e2f2f1;
    color: #0b5f47;
    padding: 18px;
    border-radius: 4px;
    margin-bottom: 20px;
    text-align: center;
    font-weight: normal;
}

.rsc .clist strong:hover {
    background: #22663a;
    color: #fff;
}

.videolink video {
  border: solid 10px #90c4a1;
  padding: 0px;
  margin: 0px;
}

.videolink img {
  border: solid 10px #90c4a1;
  padding: 0px;
  margin: 0px;
}
.rsc {
  overflow: hidden;
}
.contactBanner {
  background: url("../images/contact-header.jpg") no-repeat 0px 0px / cover;
  height: 300px;
  box-sizing: initial;
}
.careerBanner {
  background: url("../images/careers-header.jpg") no-repeat bottom right / cover;
  height: 300px;
  box-sizing: initial;
}
.headTitleBrdr {
  position: relative;
}
.headTitleBrdr::after {
  position: absolute;
  width: 100%;
  height: 1px;
  background: #dee2e6;
  content: "";
  top: 29px;
  left: 0px;
}
.headTitleBrdr strong {
    background: #fff;
    z-index: 1;
    position: relative;
    padding: 0 17px 0 0;
    
    
}
.landing-page-intro {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
}
.landing-page-intro__main h1 strong {
  color: #147189;
  display: block;
  font-size: 16px;
  margin: 0 0 11px;
}
.headtitle {
  font-size: 28px;
  margin: 0px 0px 13px;
  color: #000;
}
.newsfirstsec p {
  color: #000;
  font-size: 14px;
  line-height: 20px;
}
.newsfirstsec strong {
  font-size: 18px;
}
.newslesec .lefsec {
  font-size: 24px;
  margin: 0 0 0 24px;
  color: #0e629f;
}
.newslesec ul {
  padding: 10px 0 0 20px;
  border-left: 4px solid #0e629f;
  list-style: none;
}
.newslesec ul li {
  border-bottom: 1px solid #d5d1ce;
  padding: 0;
}
.newslesec ul a {
  display: block;
  padding: 14px 40px 15px 0;
}
.newslesec ul li:first-child a {
  padding-top: 0;
}
.headcontent {
  background-color: #def0f5;
  box-shadow: 0 2px 9px 0 #7ba2b47d;
  font-size: 20px;
  line-height: 1.4;
  overflow: hidden;
  padding: 34px 54px 44px;
}
.headcontent p {
  font-size: 16px;
  line-height: 30px;
}
.headcontent a {
  background: #0e629f;
  display: inline-block;
  font-size: 13px;
  padding: 7px 17px;
  color: #fff;
}
.sectitle {
    margin-bottom: 40px;
    font-size: 32px;
    line-height: 1.063;
    margin-top: 0;
    font-weight: bold;
    text-transform: capitalize;
}

.bgrdsp {
  padding: 60px 0px;
}
.leftsecph {
  margin-top: 74px;
}
.lefsec figcaption {
  font-size: 15px;
}
figcaption {
  background: #0e629f;
  bottom: 0;
  color: #fff;
  left: 0;
  padding: 10px 30px 11px 10px;
  border-left: 5px solid #0e629f;
  font-size: 12px;
}
.newstopsec .post-slide13 p {
  font-size: 15px;
  margin: 20px 0px 0px;
}
.spcesec {
  padding: 60px 0px;
}
.carpalesec h3 {
    margin: 0px 0px 17px 0px;
    font-weight: bold;
    text-transform: se;
    font-size: 40px;
}
.carpalesec p {
  font-size: 16px;
  line-height: 30px;
}
.bacgrtit {
    padding: 80px 40px;
    max-width: 600px;
    background: rgba(153, 45, 45, 0.58);
    border-left: 10px solid #ffe660;
    display: block;
    margin-top: -110px;
    margin-left: 115px;
}

.bacgrtit p {
  font-size: 15px;
  margin: 35px auto;
}
.carpasec img {
  border: solid 2px #002e5b;
}

.lavishBanner{background: url("../images/lavish.jpg") no-repeat 0px 0px / cover;}


.worklifeBanner{background: url("../images/worklife.jpg") no-repeat 0px 0px / cover;}






.slider-captions {
    position: absolute;
    width: 100%;
    color: #000;
    z-index: 1;
    top: -231px;
    background: #0000004e;
    padding: 50px;
	left:231px;
}
.slider-title {
    color: #fff;
    font-size: 36px;
    font-weight: 700;
    letter-spacing: -1px;
    line-height: 48px;
}
.slider-text {
    color: #fff;
    font-size: 17px;
    font-weight: 400;
}
.slider-captions a {
    margin: 0;
    padding: 7px 20px;
    background: #D7591A;
    border: none;
    color: #fff;
}
.slider-captions a:hover {
  background: #e9b501;
	color: #000;
}





.newsBanner {
    background: url("../images/news-header.jpg") no-repeat bottom right / cover;
    height: 300px;
    box-sizing: initial;
}



.appwraper {
    background: url("../images/applyNow.jpg") no-repeat top;
    background-size: cover;
    padding: 70px 0;
    background-attachment: fixed;
    text-align: center;
}

.titleTop {
    text-align: center;
    margin-bottom: 40px;
    text-transform: uppercase;
	color: #fff;
}
.appwraper .subtitle2 {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 20px;
    color: #fff;
}
.appwraper .appbtn {
    margin-top: 30px;
}
.appwraper .appbtn a {
    display: inline-block;
    border: 1px solid #fff;
    padding: 15px 30px;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    text-decoration: none;
    margin: 0 10px;
    border-radius: 30px;
}
.appwraper .appbtn a i {
    font-size: 24px;
    margin-right: 10px;
}


.card-cascade{ margin-top:50px;}
.card-body-cascade{ /*! padding:0px; */}


.testimonial_subtitle{
    color: #0aaa7a;
    font-size: 12px;
}
  .testimonial_btn{
    background-color: #373d4b !important;
    color: #fff !important;
 }
 .seprator {
    height: 2px;
    width: 56px;
    background-color: #0aaa7a;
    margin: 7px 0 10px 0;
}


@media (min-width: 1200px) and (max-width: 1230px) {
.slider-captions {
    position: absolute;
    width: 100%;
    color: #000;
    z-index: 1;
    top: -278px;
    background: #0000004e;
    padding: 50px;
    left: 231px;
}
}

@media only screen and (max-width: 1200px) {
	
	.rsc ul li{width: 47%;}
	#stimet-menu > ul > li > a{padding: 19px 27px;color:#fff;}
	.service-content h3{font-size: 17px;}
	.leftsecph {margin-top: 74px;}
	
.slider-captions {
    position: relative;
    width: 100%;
    color: #000;
    z-index: 1;
    top: 0;
    background: #ffffffdb;
    padding: 50px;
    /* padding-bottom: 50px; */
    padding-bottom: 0px;
	text-align: center;
}
}




@media only screen and (max-width: 768px) {
  .call-info {
    margin: 10px;
  }
  #stimet-menu.small-screen #menu-button {
    padding: 22px;
    background: #045087;
  }
  #stimet-menu.small-screen ul li {
    border-top: none;
    background-color: #045087;
  }
  .navigation {
    float: none !important;
  }
  .homeabtBanner {
    background-size: cover !important;
  }
  .rsc h1, h2 {
    font-size: 20px !important;
    line-height: 30px !important;
  }
  .space-medium.rsc p span {
    display: block;
    letter-spacing: 0;
    word-spacing: normal;
    font-size: 14px;
    padding: 0px !important;
  }
  .space-medium.rsc p {
    font-size: 0px;
  }
  .headTitle {
    font-size: 25px;
    line-height: 35px;
  }
  .image-aboutus-banner {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .contact-info {
    margin-top: 50px;
  }
  
  
  .rsc ul li{width: 100%;}
  .bacgrtit{background: rgba(0, 0, 0, 0.6);margin:0px;}
  .carpalesec h3{font-size: 30px;}
  .carhedtitl{font-size: 30px !important;}
  .carhadpara{font-size:16px !important;}
  
	
	
  
}





/* 27042021*/

#prehedpltf p{line-height: 30px;}
.postAfrica{margin:0 15px;transition:all .4s ease-in-out 0s;box-shadow:0 1px 2px rgba(43,59,93,.3);margin-bottom:2em}
.postAfrica .post-img{position:relative;overflow:hidden}
.postAfrica .post-img:before{content:"";width:100%;height:100%;position:absolute;top:0;left:0;background:rgba(0,0,0,0);transition:all .4s linear 0s}
.postAfrica:hover .post-img:before{background:rgba(0,0,0,.6)}
.postAfrica .post-img img{width:100%;height:auto}
.postAfrica .category{width:20%;font-size:16px;color:#fff;line-height:11px;text-align:center;text-transform:capitalize;padding:11px 0;background:#0a3c1c;position:absolute;bottom:0;left:-50%;transition:all .5s ease-in-out 0s}
.postAfrica:hover .category{left:0}
.postAfrica .post-review{padding:25px 20px;background:#fff;position:relative}
.postAfrica .post-title{margin:0}
.postAfrica .post-title a{display:inline-block;font-size:16px;color:#22663a;font-weight:700;letter-spacing:1px;text-transform:uppercase;margin-bottom:25px;transition:all .3s linear 0s}
.postAfrica .post-title a:hover{text-decoration:none;color:#555}
.postAfrica .post-description{font-size:15px;color:#555;line-height:26px}
.post-review .post-bar{margin-top:20px}
.post-bar span{display:inline-block;font-size:14px}
.post-bar span i{margin-right:5px;color:#999}
.post-bar span a{color:#999;text-transform:uppercase}
.post-bar span a:hover{text-decoration:none;color:#22663a}
.post-bar span.comments{float:right}
@media only screen and (max-width:359px){.postAfrica .category{font-size:13px}
}

/* new  slider */
.testimonial_section {
  display: block;
  overflow: hidden;
}
.testimonial_section:after {
  display: block;
  clear: both;
  content: "";
}
.testimonial_section .about_content {
  background-color: #020d26;
  padding-top: 77px;
  padding-right: 210px;
  padding-bottom: 62px;
  padding-left:150px;
  position: relative;
}
.testimonial_section .about_content .background_layer {
  background-color: #020d26;
  width: auto;
  margin-left: -200px;
  right: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.testimonial_section .about_content .layer_content {
  position: relative;
  z-index: 9;
  height: 100%;
}
.testimonial_section .about_content .layer_content .section_title {
  margin-bottom: 24px;
  position: relative;
}
.testimonial_section .about_content .layer_content .section_title:after {
  display: block;
  clear: both;
  content: "";
}
.testimonial_section .about_content .layer_content .section_title h5 {
  color: #fff;
  font-weight: 400;
  font-size: 15px;
  line-height: 28px;
  color: #818a8f;
  margin-top: -5px;
  margin-bottom: 6px;
}
.testimonial_section .about_content .layer_content .section_title h2 {
  font-weight: 300;
  font-size: 45px;
  line-height: 50px;
  padding-bottom: 51px;
  margin-bottom: 0px;
  color: #fff;
}
.testimonial_section .about_content .layer_content .section_title h2 strong {
  font-weight: 600 !important;
  width: 100%;
  display: block;
}
.testimonial_section .about_content .layer_content .section_title .heading_line {
  position: relative;
}
.testimonial_section .about_content .layer_content .section_title .heading_line span {
  transition: all 0.5s ease-in-out 0s;
  position: relative;
}
.testimonial_section .about_content .layer_content .section_title .heading_line span:after {
  content: "";
  right: auto;
  left: 69px;
  position: absolute;
  bottom: 28px;
  width: 17px;
  margin-left: 0;
  border-bottom-width: 3px;
  border-bottom-color: #cacaca;
  border-bottom-style: solid;
}
.testimonial_section .about_content .layer_content .section_title .heading_line:after {
  content: "";
  left: 1%;
  margin-left: 0;
  position: absolute;
  bottom: 28px;
  width: 59px;
  border-bottom-width: 3px;
  border-bottom-style: solid;
  border-bottom-color: #ff5e14;
}
.testimonial_section .about_content .layer_content .section_title p {
  color: #fff;
  margin: 0 0 15px;
}
.testimonial_section .about_content .layer_content a {
  color: #fff;
  text-transform: capitalize;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s;
}
.testimonial_section .about_content .layer_content a i {
  font-size: 18px;
  vertical-align: middle;
}
.testimonial_section .about_content .layer_content a:hover {
  color: #ff5e14;
}
.testimonial_section .testimonial_box {
  margin-top: 60px !important;
  position: relative;
}
.testimonial_section .testimonial_box .testimonial_container {
  background-color: #ff5e14;
  margin-left: -170px !important;
  position: relative;
}
.testimonial_section .testimonial_box .testimonial_container .background_layer {
  background-color: #D7591A;
  width: auto;
  margin-right: -200px;
  right: 0;
  background-image: url(../images/map.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
}
.testimonial_section .testimonial_box .testimonial_container .layer_content {
  position: relative;
  z-index: 9;
  height: 100%;
}
.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel {
  display: block;
  position: relative;
}
.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials {
  margin: 10px 0 10px 0;
  padding: 62px 0px 72px 50px;
  position: relative;
  text-align: center;
}
.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .testimonial_content {
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.13);
  margin-left: 150px;
  margin-top: 69px;
  padding: 45px 40px 45px 40px;
  z-index: 1;
  position: relative;
  background-color: #fff;
  transition: all 0.5s ease-in-out 0s;
}
.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .testimonial_content .testimonial_caption {
  margin-bottom: 15px;
  position: relative;
}
.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .testimonial_content .testimonial_caption:after {
  content: "";
  width: 30px;
  display: block;
  height: 2px;
  text-align: center;
  left: 46%;
  margin-top: 6px;
  background-color: #ff5e14;
  position: absolute;
}
.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .testimonial_content .testimonial_caption h6 {
  padding-top: 0;
  margin-bottom: -5px;
  font-size: 19px;
  font-weight: 600;
  line-height: 24px;
  color: #020d26;
}
.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .testimonial_content .testimonial_caption span {
  font-size: 12px;
  color: #9f9f9f;
  margin: 0;
}
.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .testimonial_content p {
  padding: 0;
  margin: 0;
  padding-top: 10px;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  color: #5d6576;
  font-style: italic;
}
.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .images_box .testimonial_img {
  border: none;
  position: absolute;
  top: 0;
  left: -332px;
  top: 80px;
}
.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .images_box .testimonial_img img {
  border: 5px solid #fff;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  width: 20%;
}
.testimonial_section .testimonial_box .testimonial_container .owl-nav .owl-prev {
  position: absolute;
  top: 165px;
  right: 42px;
  padding:0px 0px 0px 8px;
  border-radius: 0;
  background: #ff5e14;
  display: block;
  outline: 0;
  width: 34px;
  line-height: 34px;
  height: 34px;
  color: #fff;
  font-size: 10px;
  margin-top: -20px;
  transition: all 0.3s ease-in-out;
  text-transform: capitalize;
}
.testimonial_section .testimonial_box .testimonial_container .owl-nav .owl-prev:hover {
  background: #020d26;
}
.testimonial_section .testimonial_box .testimonial_container .owl-nav .owl-next {
  position: absolute;
  top: 165px;
  right: 5px;
  border-radius: 0;
  display: block;
  background: #ff5e14;
  outline: 0;
  width: 34px;
  text-align: center;
  line-height: 34px;
  height: 34px;
  color: #fff;
  font-size: 10px;
  margin-top: -20px;
  transition: all 0.3s ease-in-out;
  text-transform: capitalize;
}
.testimonial_section .testimonial_box .testimonial_container .owl-nav .owl-next:hover {
  background: #020d26;
}

@media all and (max-width: 991px) {
  .testimonial_section .about_content {
    padding-right: 15px !important;
  }
  .testimonial_section .about_content .background_layer {
    width: 200% !important;
  }
  .testimonial_section .testimonial_box {
    margin-top: 0 !important;
  }
  .testimonial_section .testimonial_box .background_layer {
    width: 200% !important;
    margin-left: -200px;
  }
  .testimonial_section .testimonial_box .about_content {
    padding-left: 15px !important;
    padding-right: 15px !important;
    margin-top: 28% !important;
  }
  .testimonial_section .testimonial_box .testimonial_container {
    margin-left: -15px !important;
  }
  .testimonial_section .testimonial_box .testimonial_container .testimonials {
    margin: 0px 0 20px 0;
  }
  .testimonial_section .testimonial_box .testimonial_container .testimonials .testimonial_content {
    margin-left: -36px !important;
  }
  .testimonial_section .testimonial_box .testimonial_container .testimonials .images_box {
    display: none;
  }
}
/* new  slider */

#learmrcom{
	margin: 0;
	padding: 7px 20px;
	background: #BD1111;
	border: none;
	color: #fff;
	font-size:14px;
}
.learmrcom{
	margin: 0;
	padding: 7px 20px;
	background: #BD1111;
	border: none;
	color: #fff;
	font-size:14px;
}
.edouafricacareer{
	padding:60px 0px;
}



/* new teams */
figure {
  margin: 0;
}

.grid-xlarge {
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 54em) {
  .grid-xlarge {
    width: 95%;
  }
}
@media (min-width: 91em) {
  .grid-xlarge {
    width: 80%;
  }
}

.absolute-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  height: 100%;
  width: 100%;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}

.preloader {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 3em;
  width: 3em;
  margin: auto;
  border: 2px solid transparent;
  border-top-color: #47bec7;
  border-radius: 50%;
  opacity: 1;
  -webkit-animation: spin 1s linear infinite both;
          animation: spin 1s linear infinite both;
  transition: opacity 2s 0.2s ease-out;
}

@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.team {
  width: 100%;
  padding-right: 1em;
  padding-left: 1em;
}
.team__container {
  display: flex;
  flex-direction: row;
  flex-flow: wrap;
  margin-left: -1em;
  margin-right: -1em;
  align-items: center;
  justify-content: center;
}
.team__container > * {
  padding: 1em;
  flex-basis: 100%;
  max-width: 100%;
}
@media (min-width: 32em) {
  .team__container > * {
    flex-basis: 50%;
    max-width: 50%;
  }
}
@media (min-width: 54em) {
  .team__container > * {
    flex-basis: 50%;
    max-width: 50%;
  }
}
@media (min-width: 65em) {
  .team__container > * {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
}
.team__link {
  position: relative;
  display: block;
  height: 100%;
  width: 100%;
  border: 1px solid transparent;
  background-clip: padding-box;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  transition: all 1s ease;
}
.team__link:hover {
  border:1px solid rgb(218 218 218 / 56%);
  box-shadow: 0px 0px 47px rgba(0, 0, 0, 0.1);
  -webkit-transform: translate3d(0, -0.5em, 0);
          transform: translate3d(0, -0.5em, 0);
}
.team__link:hover:after {
  opacity: 1;
}
.team__link:hover .team__title:after {
  left: 0;
  width: 100%;
}
.team__link:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-clip: padding-box;
  box-shadow: 0 2px 50px rgba(0, 0, 0, 0.2);
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.team__header {
  margin-bottom: 2em;
  color: #47bec7;
  text-align: center;
}
.team__img-container {
    position: relative;
    background-color: #134023;
    padding: 40px 30px;
    display: flex;
}
.team__img {
  position: relative;
  -webkit-animation: fade-in ease-in-out 1s both;
          animation: fade-in ease-in-out 1s both;
}
.team__text {
    padding: 1em 0.5em;
    color: #000;
    background-color: #eee;
    /* border: solid 1px #f5f5f5; */
    text-align: center;
}
@media (min-width: 32em) {
  .team__text {
    padding-top: 1em;
    padding-bottom: 1em;
  }
}
.team__title {
  position: relative;
  display: inline-block;
  /*
   * Add hover to pseudo element
   * left: 0;
   * width: 100%
   */
  margin-bottom: 0.35em;
  color: #000000;
}

.team__position {
  display: block;
  font-size:1em;
}
#teamsection{padding:60px 0px;}

.descrDet {
    color: #fff;
    line-height: 26px;
    text-align: center;
    padding: 0px 0px;
}

/* new teams */