* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
  }
  
  @import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800&family=Roboto&display=swap");
  
  body {
    font-family: "Montserrat", sans-serif;
    overflow-x: hidden;
  }
  
  html {
    scroll-behavior: smooth;
    scroll-padding-top: 130px;
  }
  
  .navbar {
    overflow: hidden;
    position: fixed;
    top: 0;
    background-color: white;
    z-index: 40000;
    width: 100%;
  }
  
  .navbar-nav .nav-item:hover {
    color: #d8282c !important;
  }
  
  .navbar-nav .nav-item .active {
    color: #d8282c !important;
  }
  
  #home {
    padding-top: 150px !important;
  }
  
  .banner-form div {
    padding: 11px;
  }
  
  
  .banner-form input::placeholder,
  .banner-form textarea::placeholder {
    font-weight: 400px;
    font-size: 11px;
    color: #b8b8b8;
  }
  
  .banner-content .better {
    position: relative;
  }
  
  .banner-content .better::after {
    content: url(../images/better-design.png);
    position: absolute;
    right: -39px;
    top: -63px;
  }
  
  .banner-content .dot {
    position: relative;
  }
  
  .banner-content .dot::after {
    content: url(../images/dot.png);
    position: absolute;
    right: -23px;
    top: -2px;
  }
  
  section {
    padding: 76px 0;
  }
  
  footer {
    position: relative;
  }
  
  .bg-1 {
    position: absolute;
    opacity: 0.2;
    content: "";
    height: 125%;
    top: -51%;
    z-index: 0;
    width: 53%;
    left: 0%;
    background: url(../images/footer-bg.png);
    background-size: cover;
  }
  
  .bg-2 {
    position: absolute;
    opacity: 0.1;
    content: "";
    height: 106%;
    bottom: 0%;
    z-index: 0;
    width: 53%;
    right: 1%;
    background: url(../images/footer-bg-2.png);
    background-size: cover;
  }
  footer {
    overflow: hidden;
  }
  
  .footer {
    padding: 80px 0;
  }
  
  .tags #tags .card {
    border: none;
  }
  
  .tags #tags .card button {
    color: #515151;
    text-decoration: none;
    font-size: 15px;
  }
  
  .tags #tags .card button:focus {
    border: none;
    outline: none;
    box-shadow: none;
  }
  
  .tags #tags .card-header {
    background: white;
    border: none;
  }
  
  .topic-pills > div {
    border: 1px solid rgba(0, 143, 197, 0.4);
    border-radius: 13px;
    padding: 4px 10px 4px;
    font-size: 12px;
    line-height: 1;
    text-decoration: none;
    color: #666;
    white-space: nowrap;
    margin-bottom: 8px;
    margin-left: 3px;
    margin-right: 3px;
    font-weight: 300;
  }
  
  #services {
    position: relative;
  }
  
  #services .owl-bg {
    position: absolute;
    bottom: -46px;
    width: 456px;
    z-index: -1;
    left: 53%;
  
    height: 433px;
    background: url(../images/owl-design.png) center center/cover no-repeat;
  }
  
  .flip-card {
    background-color: transparent;
    height: 350px;
    perspective: 1000px;
  }
  
  .flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    transition: transform 0.5s;
    transform-style: preserve-3d;
    border-radius: 13px;
  }
  
  /* .flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
  } */
  
  .flip-card-front,
  .flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border: 0.5px solid #f2f2f2;
    border-radius: 13px;
  }
  
  .flip-card-front {
    background-color: white;
    padding-right: 22px;
    padding-left: 34px;
  }
  
  .flip-card-back {
    transform: rotateY(180deg);
    background: white;
  }
  
  #services {
    position: relative;
  }
  
  #services .new-bg::after {
    position: absolute;
    content: "";
    height: 130%;
    top: -15%;
    z-index: -20;
    width: 100%;
    right: 0%;
    background: url(../images/sec-banner.png);
    background-size: cover;
  }
  
  .outter {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  
  .video-container {
    height: 500px;
    width: 100%;
    position: relative;
    overflow: hidden;
  }
  
  video {
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    height: 500px;
    width: 100%;
    top: 0;
    left: 0;
  }
  
  .video-container:after {
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.2);
    z-index: 1;
  }
  
  .callout {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100%;
    text-align: center;
    position: relative;
    z-index: 10;
    width: 85%;
    margin: auto;
  }
  
  .header-social-links .call-icon i {
    color: white;
    border-radius: 50%;
    background: #29a71a;
    font-size: 13px;
    padding: 7px;
    cursor: pointer;
  }
  
  .header-social-links .whatsapp-icon i {
    color: white;
    border-radius: 50%;
    background: #29a71a;
    font-size: 19px;
    padding: 5px;
    cursor: pointer;
  }