p.port_flex {
    display: flex;
    justify-content: space-between;
}

p.port_flex a {
    color: #fff;
}
.gallery_area.style_2 .portfolio_hover_area h5 {
    margin-top: 40px!important;
}
.port_d_flex {
    display: flex;
    justify-content: space-between;
}


.layout_5 .single_service img {
    margin-left: 9px;
}

.layout_5_menu{
	width: 100%;
}

.layout_5 .mainMenu ul {
	width: 100%!important;
}
.layout_5 .prgs{
	color: #000!important;
}
a.navbar-brand img.site_logo {
    height: 50px;
    width: 189px;
    padding: 10px;
    object-fit: contain;
}
.home_page_navbar nav.navbar.navbar-expand-lg{
    padding-top: 0;
    padding-bottom: 0;
}
.home_page_navbar nav li a {
    padding: 18px 10px!important;
    display: inline-block;
}

.appointment_areas{
    padding: 50px 0;
}
.team_details {
    padding: 10px 5px;
}
.team_header {
    height: 350px;
    overflow: hidden;
}

.slider-nav .slick-arrow {
    background: transparent;
    border: 0;
    position: absolute;
    bottom: -45px;
    right: 0;
    height: 4px;
    outline: none;
    height: 30px;
    width: 30px;
    background: #194368;
    text-align: center;
    line-height: 30px;
    font-size: 26px;
    margin-right: 16px;
  z-index: 999;
}

.slider-nav .slick-arrow.slick-prev {
    display: block;
    color: #fff;
    right: 36px;
    cursor:pointer;
}

.slider-nav .slick-arrow.slick-next {
    right: 0;
    display: block;
    color: #fff;
    cursor:pointer;
}

.slider-nav.slick-slide.slick-active{
    outline: none;
}

.single_team.style_2{
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.single_team.style_2 .team_header {
  position: relative;
}
.single_team.style_2 .team_details *{
    color: #fff;
}
.single_team.style_2 .team_details {
  position: absolute;
  top: 50%;
  text-align: center;
  width: 100%;
  transform: translateY(-50%) scale(.5);
  opacity: 0;
    transition: all .5s ease-in-out;
  
}
.single_team.style_2:hover .team_details{
  transform: scale(1);
  opacity: 1;
    transition: all .5s ease-in-out;
}

.single_team.style_2:hover .team_header::before{
    opacity: 1;
    transition: all .5s ease-in-out;
}
.single_team.style_2 .team_header::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background: rgba(0,0,0,.8);
  opacity: 0;
    transition: all .5s ease-in-out;
}

/*   facts
================================================== */
.fact_item_section{
  width: 100%;
}
.facts_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  border: 1px dotted #ddd;
  padding: 10px;
  width: 100%;
  margin-bottom: 15px;
}
.facts_item *{
  color: #fff!important;
}
.facts_item i {
    font-size: calc(28px + 1.3vw);
}

.facts_item h2 {
    font-size: calc(20px + 1.3vw);
    font-family: montserrat,sans-serif;
}

.facts_item p {
    font-weight: 700;
    font-size: 17px;
    font-family: montserrat,sans-serif;
}

.fact_details {
    width: 100%;
    padding: 10px;
    padding-top: 19px;
    text-align: center;
}
.fact_item_section{
  background: #29c7ac;
}

.layout_5 .single_team.style_2 {
    height: 376px;
    padding: 5px;
}

.layout_5 .rightProgress .progress{
  background: #2e344e!important;
}

.layout_5 .prgs{
  color: #fff!important;
}

ul.blog_ul {
    display: flex;
    width: 100%;
    flex-direction: row;
    padding: 10px;
    list-style: none;
    margin: 0;
}

ul.blog_ul li {
    display: block;
    margin-right: 11px;
}
.blog_post_tag {
    padding: 0 5px 10px;
}

.blog_post_tag a.posted_tag {
    background: transparent!important;
    font-size: 12px;
    padding: 2px 7px;
    margin: 2px;
    border-radius: 6px;
    border: 1px solid;
    transition: .5s;
}
.mi-blog .style_2 .blog_right_details h2,
.mi-blog .style_2 .blog_right_details h2:hover{
  transition: .5s;
}

.sectionHeader h4,.banner-wrapper h4 {
  font-size: calc(14px + .3vw);
  font-weight: normal;
  margin-top: 19px;
  padding: 5px 14%;
  font-family: montserrat,sans-serif;
}
.banner-wrapper{
  width: 100%;
}

body.light .single_serivce_area.style_1 {
    border: 1px solid #ddd;
    border-top: 5px solid #ddd;
}

/*    accordion
================================================== */
.accordion_content {
  border: 1px solid #f8f8f8;
  padding-top: 10px;
}
.page_accordion_header {
    background: #f8f8f8;
    color: #222;
    padding: 15px 10px;
    font-size: 15px;
    font-weight: bold;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
}

.arrow_up::after{
  font-family: 'FontAwesome';
  content: "\f078";
  float: right;
  transform: rotate(0deg);
  transition: transform 200ms ease-in-out;
}

.arrow_down::after{
  font-family: 'FontAwesome';
  content: "\f078";
  float: right;
  transform: rotate(180deg);
  transition: transform 200ms ease-in-out;
}

.accordion_content {
    background: #fff;
    color: #000;
    padding: 5px 10px 10px;
    border-top: 1px solid #eee;
    font-size: 14px;
    display: none;
}

.accordion{
  margin-bottom: 15px;
}

.single_accordion {
    margin-bottom: 12px;
}

/**
  ** user count
**/

p.user_accounts {
    font-size: 47px;
    font-weight: bold;
    color: #eee!important;
    position: absolute;
    top: 25%;
    transform: translateY(-50%);
    right: 15px;
    z-index: 1;
    font-family: Boogaloo;
}

.single_user_count {
    position: relative;
    height: 150px;
    box-shadow: 0 0 5px #ddd;
    padding: 10px;
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    /* border-top: 4px solid #eee; */
}

.top_user_count h3 {
    font-size: 33px;
    padding: 0 10px;
    font-family: Boogaloo;
}
.top_user_count p{
    font-weight: bold;
}

.top_user_count{
    z-index: 2;
    position: relative;
    
}

.sectionHeader h2 {
    color: #eee!important;
    font-size: 54px;
    position: absolute;
    top: 67%;
    left: 41px;
    z-index: 1;
    font-family: Boogaloo;
    transform: translateY(-50%);
    /* transform: scale(1.5); */
}

.sectionHeader h1 {
    z-index: 2;
}