@media (min-width: 992px) {
  .header-bottom .header-area .logo {
    width: 50%; }
  .header-bottom .header-area .logo a {
    display: inline-block; }
      .header-bottom .header-area .logo a img {
        max-width: 100%; }
  .lafiagi-logo .context img{
    margin-top:50px;
  }
  .headlogo small{
    font-size:1.2em;
  }
  .headlogo h1{
    font-size:1.6em;
  }

  .headlogo img{
    width:64px;
    height:64px;
  }

  .area{
    height:120px !important;
  }
  .logo-dim{
    width:100px !important;
    height: 100px !important;
  }
  .mobile{
    display:none;
  }

 }


@media (min-width:1px) and (max-width:576px){
  .headlogo h1{
    padding-left:5px;
    margin-top:-1px;
  }
  .logo-dim{
    width:66px !important;
    height: 66px !important;
  }
  .headlogo small{
    font-size:.5em;
    margin-top:-10px;
  }
  .headlogo h1{
    font-size:.8em;
  }
  .headlogo img{
    width:32px;
    height:32px;
  }
  .area{
    height:65px !important;
  }
  .lafiagi-logo .context img{
    margin-top:65px;
   
  }
  .lafiagi-logo .context{
    z-index:999;
  }
  .desktop{
    display:none;
  }
  .mobile{
    display:block;
  }
  .header-bottom .header-area .logo {
    width: 90%;
    padding:0; 
  }
}
@media (min-width:577px) and (max-width:991px){
  .headlogo small{
    font-size:1em;
  
  }
  .headlogo img{
    width:64px;
    height:64px;
  }
  .headlogo h1{
    font-size:1.4em;
  }
  .header-bottom .header-area .logo {
    width: 90%;
    padding:0; 
  }
  .lafiagi-logo .context img{
    margin-top:112px;
   
  }
  .lafiagi-logo .context{
    z-index:999;
  }
  .header-bottom .header-area .logo a {
    display: inline-block; }
  .header-bottom .header-area .logo a img {
    max-width: 100%; }

    .area{
      height:120px !important;
    }
    .logo-dim{
      width:100px !important;
      height: 100px !important;
    }
    .mobile{
      display:none;
    }
}

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
.form-check-input {
  position: relative;
  margin-top: .3rem;
  margin-left: -1.25rem;

}
button, input {
  overflow: visible;
}
button, input, optgroup, select, textarea {
  margin: 0;
    margin-top: 0px;
    margin-left: 0px;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

.investigate{
  border:1px solid #000;
}

.img-placeholder{
  width:170px;
  height:200px;
  padding:0;
  margin:0;
    margin-bottom:15px;
  border:2px solid #bc0927;
  float:right;
}

.header-bottom .header-area {
  padding: 2px 0;
  align-items: center; }

.banner-slider .banner-section::after {

  background: rgba(0, 0, 0, 0.2);
}
.banner-section{
  background-size: cover;
  /* background-position-x: -250px; */
}

/*
  *  Document   : custom.css
  *  Author     : pixelcave
  *  Description: landing page navigation
  */


@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');
#team-oo {
    /* background: #eee !important; */
}

.btn-primary-00:hover,
.btn-primary-00:focus {
    background-color: #108d6f;
    border-color: #108d6f;
    box-shadow: none;
    outline: none;
}

.btn-primary-00 {
    color: #fff;
    background-color: #007b5e;
    border-color: #007b5e;
}

.section-oo {
    padding: 60px 0;
    margin:0;
    
}
.landing-bg-color{
  background-color:rgba(0, 29, 62, 0.375);
  /* background-image: url(../../../img/bg-landing-02.jpg); */
  background-size:cover;
  background-repeat:no-repeat;
  
  
}

.section-oo .section-title {
    text-align: center;
    color: #007b5e;
    margin-bottom: 50px;
    text-transform: uppercase;
}

#team-oo .card {
    border: none;
    background: #ffffff;
}

.image-flip:hover .backside,
.image-flip.hover .backside {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
    border-radius: .25rem;
}

.image-flip:hover .frontside,
.image-flip.hover .frontside {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.mainflip {
    -webkit-transition: 1s;
    -webkit-transform-style: preserve-3d;
    -ms-transition: 1s;
    -moz-transition: 1s;
    -moz-transform: perspective(1000px);
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transition: 1s;
    transform-style: preserve-3d;
    position: relative;
}

.frontside {
    position: relative;
    -webkit-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    z-index: 2;
    margin-bottom: 10px;
    }

.backside{
    position: absolute;
    top: 0;
    left: 0;
    background: white;
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
    -moz-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
    box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
}

.frontside,
.backside {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: 1s;
    -webkit-transform-style: preserve-3d;
    -moz-transition: 1s;
    -moz-transform-style: preserve-3d;
    -o-transition: 1s;
    -o-transform-style: preserve-3d;
    -ms-transition: 1s;
    -ms-transform-style: preserve-3d;
    transition: 1s;
    transform-style: preserve-3d;
}
.backside{
  width:100%;
}

.frontside .card,
.backside .card {
  min-height:295px;
    width: 100%;
    padding-bottom:0;
    padding-top:0;
}
.backside .card .card-body{
  width:100%;
  
}
.backside .card a {
    font-size: 18px;
    color: #007b5e;
}

.backside .card a i{
  font-size: 18px;
  color: #fff;
}

.frontside .card .card-title,
.backside .card .card-title {
    color: #007b5e !important;
}

.frontside .card .card-body img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
}


.custom-pads .col-xs-12, .custom-pads .col-sm-6, .custom-pads .col-md-6{
 
  padding-bottom:0 !important;
  padding-top:0 !important;
  margin-bottom:0;
  margin-top:0;
}

.investigate{
  border: 1px solid #000;
}


.swiper-slide{
  height:100% !important;
}

@media (min-width:1130px) and (max-width:1313px){
  .frontside .card,
.backside .card {
    /* min-height:295px; */
    
}
.banner-section{
  background-position-x: -250px;
}
}
@media (min-width:993px) and (max-width:1129px){
  .frontside .card,
.backside .card {
    /* min-height:295px; */
    
}
.banner-section{
  background-position-x: -250px;
}
}
@media (min-width:1314px){
  .frontside .card,
.backside .card {
    /* min-height:295px; */
    
}
.banner-section{
  background-size: cover;
  width:100%;
}
}

div.card-body.text-center.mt-4{
  padding:0;
}
.banner-slider .banner-section{
  padding:0;
}

.offer-section{
  padding-bottom:0;
  
  
}

.image-flip .mainflip .frontside .card{
  height:100%;
}
.image-flip-container{
  height:inherit !important;
}

.banner-section .container .banner-content{
  margin-top:42%;
  text-align: center;
  width:100%;
  padding-left:0;
}

