  .country-contact ul {
      list-style: none;
      padding: 0;
      margin: 0;
      display: inline-flex;
      justify-content: space-between;
      align-items: center;
      gap: 12px;
      margin-top: 15px;
  }
  .country-contact ul li {
      display: inline-flex!important;
      justify-content: space-between;
      align-items: center;
      gap: 5px;
  }
  .country-contact ul li img {
      width: 24px;
      height: 16px;
  }
  nav a {
      text-decoration: none;
      font-size: 11px !important;
  }

  .text-dark {
      color: #212529!important;
      font-size: 11px;
  }
  nav p {
      margin: 0;
      letter-spacing: 0;
  }
  .custom-button {
    margin-left: 50px;
  }
  .custom-button {
      background-color: initial;
      background-image: linear-gradient(-180deg,#e62c03,#e62c03);
      border-radius: 4px;
      color: #fff;
      cursor: pointer;
      display: inline-block;
      outline: 0;
      overflow: hidden;
      padding: 0 1px;
      pointer-events: auto;
      position: relative;
      text-align: center;
      touch-action: manipulation;
      user-select: none;
      -webkit-user-select: none;
      vertical-align: top;
      white-space: nowrap;
      z-index: 9;
      border: 0;
      transition: box-shadow .2s;
  }
  .nav-link {
      display: block;
      padding: 0.5rem 1rem;
  }
  nav{
    padding: 15px 0;
  }
  /*nav.navbar {
    border-bottom: 3px solid #595558;
  }*/
  .heading{
    color: #032e61;
    font-size: 48px;
    font-weight: 700;
  }
  .diff-clr{
    font-size: 24px;
    color: #a0a69b;
  }
  .sub-header{
    font-size: 24px;
  }
  .hr-hd{
    border-bottom: 2px solid #c6c6c6;
    margin: 30px 0;
  }
  .br-txt{
    color: #7e8578;
    font-size: 18px;
  }
  .breadcrumbs>* {
    margin-right: 7px;
  }
  .breadcrumbs {
      display: flex;
      align-items: center;
      margin-bottom: 50px;
  }
  .rating img{
    width: 20px;
    height: 20px;
  }
  .card{
    border: none;
    box-shadow: 0 2px 10px 0px #d6d9dc;
    border-radius: 10px;
    padding: 30px 10px;
    text-align: center;
    margin-bottom: 30px;
  }
  .card-title{
    color: #0375c0;
    font-weight: 700;
    font-size: 26px;
    margin-top: 25px;
    margin-bottom: 5px;
  }
  .inarowlink {
    background-color: #f2f7f2;
    padding: 5px 10px;
    margin-bottom: 8px;
    display: inline-block;
    border-radius: 15px;
    color: #a2a0a0;
  }
  .desg{
    color: #7e8578;
    font-size: 18px;
  }
  .hover {
    color: #0375c0;
    display: block;
    margin: 10px;
    font-weight: 600;
    cursor: pointer;
  }
  .det{
    margin-bottom: 50px;
  }
  .card-body>img {
    width: 100px;
  }
  .rating {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
  }
  .rating span {
    margin-left: 7px;
    margin-top: 2px;
  }
  .banner{
    background-image: url('../images/banner.jpg');
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 475px;
    margin-bottom: 30px;
  }
  .banner>div.banner-cont{
    max-width: 75%;
    margin: auto;
  }
  .banner-cont button.custom-button-mt:hover {
    background-color: #fff;
}
  button.custom-button-mt a:hover, button.custom-button-mt a:focus {
    text-decoration: none;
  }
  button.custom-button-mt a {
      color: #fff;
  }
  button.custom-button-mt {
     padding: 10px 40px;
    width: unset;
    color: #fff;
    background-color: #da5e46;
    border-color: #da5e46;
    border-radius: 5px;
    display: inline-block;
  }
  .flip-card-back{
    display: none;
    background-color: #2980b9;
    color: white;
    opacity: 1;
    animation: hideMe 3s forwards;
  }
  .flip-card-back.active{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 92%;
    height: 94%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    left: 15px;
    top: 0;
    padding: 10px;
    border-radius: 10px;
    opacity: 0;
    animation: showMe 1s forwards;
  }
  .flip-card-back.active button.close {
    color: #fff;
    text-shadow: none;
    display: block;
    width: 100%;
    text-align: end;
    font-size: 30px;
    opacity: 1;
  }
  .flip-card-back.active button.close span {
      background: rgb(0 0 0 / 45%);
    padding: 5px 10px;
    border-radius: 50%;
      
  }
  .br-txt {
    margin-top: 3px;
  }
  .banner>div.banner-cont>* {
    color: #fff;
  }
  p.diff-clr {
    margin-bottom: 0;
  }
button.custom-button-mt:hover a {
    color: #e62c03;
}
button.custom-button-mt:hover {
    background-image: none;
    border: 1px solid #e62c03;
    background-color: transparent;
    transform: scale(1.05);
}
span.hover:hover {
    transform: scale(1.15);
}
.card.flip {
    min-height: 475px;
}
.card.flip:hover {
    transform: scale(1.05);
    box-shadow: -8px 9px 10px 2px #d1d4d8;
    cursor:pointer;
}
.ftr {
    padding: 0px 0px 50px;
    text-align: center;
}
.flip-card-back p.skills-para {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-top: 0;
}
.banner-cont button.custom-button-mt {
    /*font-weight: 600;*/
}
.ftr button.custom-button-mt {
    padding: 10px 30px;
}
.custom-button-mt {}

@media (max-width: 767px){
    .brand-name img {
    max-width: 130px !important;
    max-height: 50px !important;
}
nav.navbar>div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
}
nav.navbar>div>div {
    margin: unset !important;
}
button.custom-button {
    margin-left: 0;
}
.banner>div.banner-cont {
    text-align:center;
}
.banner>div.banner-cont>h2, .banner>div.banner-cont>p {
    text-align: left;
}
}
  @media (max-width: 991px) and (min-width: 768px){
     .col-md-4.flip-cont {
    display: inline-flex;
    }
    .country-contact ul li.tab-view{
      display: none !important;
    }
    div#myNavbar {
        display: unset !important;
    }
    .col-md-4 {
        width: 49%;
        display: inline-block;
    }
    .card {
      margin-bottom: 30px;
    }
    .banner {
      min-height: 550px;
    }
  }
  @media (max-width: 767px){
     
          .flip-card-back.active {
        height: 100%;
    }
    .heading {
      font-size: 34px;
    }
    .card {
      margin-bottom: 30px;
    } 
    .banner>div.banner-cont {
      max-width: 90%;
    }
    .banner{
      min-height: 670px;
      background-position-x: 10%; 
    }
    div#myNavbar, .navbar-header {
        display: inline-block;
        padding-left: 10px;
    }
    .banner{
      margin-bottom: 10px;
    } 
  }
  @media (min-width: 1100px){
    .banner>div.banner-cont {
      max-width: 1110px;
    }
  }
  
    @keyframes showMe{
    0%{
        opacity: 0;
    }
    100%{
        opacity: 1;
    }
}
@keyframes hideMe{
  0%{
      opacity: 1;
  }
  100%{
      opacity: 0;
  }
}