body {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
  }
  
 

.nowcalling {
    display: block;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 9999;
}

.lcol, .rcol {
    float: left;
    width: 50%;
}
.lcol a, .rcol a {
    display: block;
    padding: 10px 0;
    text-align: center;
    text-decoration: none;
    color: #fff;
}
.lcol {
    background-color: #fd275a;
}
.rcol {
    background-color: #009999;
}

  
  
 .topnav {
    overflow: hidden;
    background-color: #000000;
    text-align: center;
    justify-content: center;
    display: flex;
    border-bottom: 6px solid #ad0000;
  }
  
  .topnav a {
    float: left;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 7px 14px;
    text-decoration: none;
    font-size: 17px;
  }
  
  .topnav a:hover {
    background-color: #b10000;
    color: rgb(255, 255, 255);
  }
  
  .topnav a.active {
    background-color: #04AA6D;
    color: white;
  }

  p.text-left.heroheading.color-yellow {
    font-size: 36px;
    margin-bottom: 0px;
    font-weight: 1000;
}
  
  .topnav .iconn {
    display: none;
  }
  .content a {
    color: #00a000;
    font-weight: bold;
  }
  @media screen and (max-width: 600px) {
    .topnav a:not(:first-child) {display: none;}
    .topnav a.iconn {
      float: right;
      display: block;
    }
  }
  
  @media screen and (max-width: 600px) {
    .topnav.responsive {position: relative;}
    .topnav.responsive .iconn {
      position: absolute;
      right: 0;
      top: 0;
    }
    .topnav.responsive a {
      float: none;
      display: block;
      text-align: left;
    }
    .topnav {
        display: block;
        /* background: url(https://w0.peakpx.com/wallpaper/682/647/HD-wallpaper-dark-red-pattern-red-aesthetic.jpg); */

    }
  }
  .herosec {
    background: url(../img/wall-background-with-blue-texture-07or4mvwbkk5i2qs.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
    /* padding: 75px; */
    background-attachment: fixed;
}
  .heroheading {
    font-weight: bolder;
    font-size: 45px;
  }
  .fontext {
    font-size: 22px;
  }
  .fontbold {
    font-weight: bold;
  }
  .fontbolder {
    font-weight: bolder;
  }
  .buttons {
    /* justify-content: center;
    display: flex; */
  }
  button.btn.btn-primary {
    padding: 10px;
    font-size: 21px;
    margin: 10px;
    background: #b10000;
    color: white;
    font-weight: bold;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border: 2px solid white;
  }
  .whatsappbtn {
    background: green !important;
    color: white !important;
  }
  .color-yellow  {
    color: #ffd400;
  }

  .containerr p {
    font-size: 28px;
    padding: 1px;
    font-weight: bold;
    letter-spacing: 0.1rem;
    text-align: center;
    overflow: hidden;
}
  .containerr p span.typed-text {
    font-weight: normal;
    color:#ffd400;
  }
  .containerr p span.cursor {
    display: inline-block;
    background-color: #ccc;
    margin-left: 0.1rem;
    width: 3px;
    animation: blink 1s infinite;
  }
  .containerr p span.cursor.typing {
    animation: none;
  }
  @keyframes blink {
    0%  { background-color: #ccc; }
    49% { background-color: #ccc; }
    50% { background-color: transparent; }
    99% { background-color: transparent; }
    100%  { background-color: #ccc; }
  }
  .content {
    padding: 20px;
  }
  .contentarea p {
    text-align: justify;
  }

.color-white {
  color: white;
}
.bg-darkred {
  background-color: #ad0000;
}
.color-darkish {
  color: #ad0000;
}
.corner-border {
  border-top: 5px solid #ad0000;
  border-right: 5px solid #e10000;
  border-bottom: 5px solid #ad0000;
  border-left: 5px solid #e10000;
} 
.gifbox {
  box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
  width: fit-content;
}
.gifbox img {
  height: 400px;
  width: auto;
}
.listhead {
  background-color: #ad0000 !important;
  border: none;
  border-top: 5px solid #ad0000;
  border-right: 5px solid #e10000;
  border-bottom: 5px solid #ad0000;
  border-left: 5px solid #e10000;
color: white;
font-weight: bold;
}
.listitem {
  border-top: 2px solid #ad0000;
    border-right: 2px solid #e10000;
    border-bottom: 2px solid #ad0000;
    border-left: 2px solid #e10000;
}
span.bgtext {
  position: absolute;
  top: 15%;
  font-size: 66px;
  color: #ad0000;
  /* font-family: playfair display, serif; */
  text-transform: uppercase;
  line-height: 1;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -1;
  opacity: .1;
  left: 26px;
  font-weight: 700;
}
.merimage {
  padding: 10px;
  border: 2px solid white;
  border-radius: 15px 50px;
}
services{
  padding: 60px 0px;
}
.services-box{
  display: inline-block;
  /* padding: 20px; */
  margin-bottom: 20px;
  border-bottom: 1px dashed #dfe0e1;
  padding-top: 40px;
}
.services-box:hover{
  /* background: #f2f2f2; */
  cursor: pointer;
  
   transition: all 1s;
  -moz-transition: all 1s; /* Firefox 4 */
  -webkit-transition: all 1s; /* Safari and Chrome */
  -o-transition: all 1s; /* Opera */
}
.services-box:hover i{
  background: #ad0000;
  border-radius: 100px;
  
  transition: all 1s;
  -moz-transition: all 1s; /* Firefox 4 */
  -webkit-transition: all 1s; /* Safari and Chrome */
  -o-transition: all 1s; /* Opera */
}
.icon{
  padding: 0px;
  float: left;
  margin-right: 20px;
  padding-bottom:30px
}
.icon i{
  width: 70px;
  height: 70px;
  background: #ad0000;
  color: #ffffff;
  line-height: 70px;
  text-align: center;
  font-size: 44px;
}
.service-content{

}
.service-content h4{
  font-size: 18px;
  font-weight: 900;
  height: 35px;
}
a.btn.btn-primary.cstmbtn {
  background: #ad0000;
  color: white !important;
  font-weight: bold;
  font-size: 19px;
  margin: 5px;
  border-top: 5px solid #ad0000;
  border-right: 5px solid #e10000;
  border-bottom: 5px solid #ad0000;
  border-left: 5px solid #e10000;
}
.profiles {
  padding: 20px;
}
.profiles .card{
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    margin-top: 26px;

}
.profiles .card-body {
  color: white;
  background: linear-gradient(45deg, #ad0000, #f31010);
  /* border-top: 5px solid #ff0000; */
  /* border-right: 5px solid #e10000; */
  /* border-bottom: 5px solid #ff0000; */
  /* border-left: 5px solid #e10000; */
  padding: 10px;
  position: absolute;
    bottom: 0;
    width: 100%;
    overflow: hidden;
}
@property --angle {
  syntax: "<angle>";
  initial-value: 0deg;
  inherits: false;
}
.moving-border {
  /* width: 200px;
  height: 300px;
  position: relative;
  background: #111;
  padding: 4px; */
}
.moving-border::before,
.moving-border::after {
  content: "";
  position: absolute;
  inset: -0.2rem;
  z-index: -1;
  background: linear-gradient(var(--angle), #ffd400, #ad0000);
  animation: rotate 2s linear infinite;
}
.moving-border::after {
  filter: blur(10px);
}
@keyframes rotate {
  0%     { --angle: 0deg; }
  100%   { --angle: 360deg;
  }
}
.profiles .card-body:before {
  content: '';
  position: absolute;
  top: 0;
  left: -100px;
  width: 70px;
  height: 100%;
  background: rgba(255,255,255, 0.3);
  transform: skewX(-30deg);
  animation-name: slide;
  animation-duration: 3s;
  animation-timing-function: linear;
  animation-delay: .3s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  overflow: hidden;
  /* background: linear-gradient(
      to right, 
      rgba(255, 255, 255, 0.13) 0%,
      rgba(255, 255, 255, 0.13) 77%,
      rgba(255, 255, 255, 0.5) 92%,
      rgba(255, 255, 255, 0.0) 100%
    ); */
    background: linear-gradient(
      to right, 
      rgb(255 0 0 / 13%) 0%,
      rgb(255 0 0 / 13%) 77%,
      rgb(255 0 0 / 50%) 92%,
      rgb(255 0 0 / 49%) 100%    );
  }
  @keyframes slide {
    0% {
      /* left: -100;
      top: 0; */
    }
    50% {
      left: 220px;
      top: 0px;
    }
    100% {
      left: 550px;
      top: 0;
    }
  }
  .footer {
    position: relative;
    padding-top: 45px;
    background: #121518;
  }
  
  .footer .newsletter {
    position: relative;
    max-width: 900px;
    margin: 0 auto 45px auto;
    padding: 30px 15px;
    background: #000000;
    text-align: center;
  }
  
  .footer .newsletter h2 {
    color: #dddddd;
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 20px;
  }
  
  .footer .newsletter .form {
    position: relative;
    max-width: 400px;
    margin: 0 auto;
  }
  
  .footer .newsletter input {
    height: 50px;
    border: 2px solid #cdcdcd;
    border-radius: 0;
  }
  
  .footer .newsletter .btn {
    position: absolute;
    top: 5px;
    right: 5px;
    height: 40px;
    padding: 8px 20px;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    color: #ffd400;
    background: #121518;
    border-radius: 0;
    border: 2px solid #ffd400;
    transition: .3s;
  }
  
  .footer .newsletter .btn:hover {
    color: #ffffff;
    background: #ffd400;
  }
  
  .footer .newsletter .btn:focus {
    box-shadow: none;
  }
  
  .footer .footer-about,
  .footer .footer-link,
  .footer .footer-contact {
    position: relative;
    margin-bottom: 45px;
    color: #dddddd;
  }
  
  .footer .footer-about h3,
  .footer .footer-link h3,
  .footer .footer-contact h3{
    position: relative;
    margin-bottom: 20px;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #ffd400;
  }
  
  .footer .footer-link a {
    display: block;
    margin-bottom: 10px;
    color: #dddddd;
    transition: .3s;
    text-transform: capitalize;
  }
  
  .footer .footer-link a::before {
    position: relative;
    content: "\f105";
    font-family: "FontAwesome";
    font-weight: 900;
    margin-right: 10px;
  }
  
  .footer .footer-link a:hover {
    color: #ffd400;
    letter-spacing: 1px;
  }
  
  .footer .footer-contact p i {
    width: 25px;
  }
  
  .footer .footer-social {
    position: relative;
    margin-top: 20px;
  }
  
  .footer .footer-social a {
    display: inline-block;
  }
  
  .footer .footer-social a i {
    margin-right: 15px;
    font-size: 18px;
    color: #0085ff;
  }
  
  .footer .footer-social a:last-child i {
    margin: 0;
  }
  
  .footer .footer-social a:hover i {
    color: #dddddd;
  }
  
  .footer .footer-menu .f-menu {
    position: relative;
    padding: 10px 0;
    font-size: 0;
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, .1);
    border-bottom: 1px solid rgba(255, 255, 255, .1);
  }
  
  .footer .footer-menu .f-menu a {
    color: #dddddd;
    font-size: 16px;
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, .3);
  }
  
  .footer .footer-menu .f-menu a:hover {
    color: #ffd400;
  }
  
  .footer .footer-menu .f-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
  }
  
  .footer .copyright {
    padding: 30px 15px;
  }
  
  .footer .copyright p {
    margin: 0;
    color: #dddddd;
  }
  
  .footer .copyright .col-md-6:last-child p {
    text-align: right;
  }
  
  .footer .copyright p a {
    color: #ffd400;
    font-weight: 500;
    letter-spacing: 1px;
  }
  
  .footer .copyright p a:hover {
    color: #ffffff;
  }
  
  @media (max-width: 768px) {
    .footer .copyright p,
    .footer .copyright .col-md-6:last-child p {
      margin: 5px 0;
      text-align: center;
    }
  }
  
  .footer a {
    text-decoration: none;
  }
  .miang {
    height: 415px;
    width: auto;
  }
  @media only screen and (max-width: 900px) {
    .herosec {
      /* padding: 5px; */
      /* padding-top: 20px; */
      /* padding-bottom: 20px; */
    }
    .mobbr {
      display: none;
    }
    .heroheading {
      font-size: 40px;
      text-align: center !important;
    }
    .herosec h2 {
      font-size: 17px;
    }
    .containerr p {
      font-size: 20px;
    }
    button.btn.btn-primary {
      font-size: 12px;
    }
    .content {
      padding: 5px;
  }
  .content h2, .content h3, .content h4{
    text-align: center;
}
.profiles {
  padding: 5px;
}
.profiles .col-md-3 {
  width: 50%;
  flex: 50%;
  padding: 2px;
}
.profiles .card-title {
  font-size: 18px;
  margin-bottom: 0px;
}
.profiles .card-text {
  font-size: 12px;
}
.profiles .card-body {
  position: relative;
}
a.btn.btn-primary.cstmbtn {
  font-size: 13px;
  margin: 3px;
}
.miang {
  height: auto !important;
  width: 100%;
}
.mamlacenter {
  display: flex;
  justify-content: center;
}
.fontext {
  text-align: center !important;
}
.content {
  /* margin-top: 20px; */
}
.buttonss {
  text-align: center;
}
  }
  img.profimg {
    padding: 10px;
    background: white;
    border-top: 5px solid #d5d5d5;
    border-right: 5px solid #686060;
    border-bottom: 5px solid #d5d5d5;
    border-left: 5px solid #686060;
    margin-top: 15px;
}
p.cintr {
  padding: 10px;
    border: 2px solid white;
}
.mstbg {
  background: linear-gradient(45deg, #fc036f, #fc032d);
}
.bgblue {
  background: #0026ad;
}
.profilesec {
  padding: 20px;
}
.pricetbl th {
  background: #ffc800;
    border: 2px solid white;
}
.pricetbl td{
  border: 2px solid;
    background: white;
    font-weight: bold;
}
.profbtn button{
  background: #ffc800;
  border: 2px solid white;
  font-weight: bold;
  margin: 3px;
}
.profbtn {
  padding-top: 20px;
  padding-bottom: 20px;
}
.colorpink {
  color: #fc036f;
}
.f-menu {
  display: none;
}

.uppercase {
  text-transform: uppercase;
}

@media (max-width:480px) {
.content h1{font-size:1.9rem;}  
.content h2{font-size:1.7rem;}  
    
}