body {
    background-color: black;
   
}
@media only screen and (max-width: 900px) {
  p {
    font-size: 18px;
  }
  h1, h2 {
    text-align: center;
  }
}
.topnav {
overflow: hidden;
background-color: black;
}

.topnav a {
float: left;
display: block;
color: #f2f2f2;
text-align: center;
padding: 14px 43px;
text-decoration: none;
font-size: 17px;
background: linear-gradient(51deg, black, #02000042);
transition: background-color 0.3s, color 0.3s;

}

.topnav a:hover {
background-color: #fcaf03 !important;
}

.topnav a.active {
background-color: #fc036f;
color: white;
}

.topnav .icon {
display: none;
}

@media screen and (max-width: 600px) {
.topnav a:not(:first-child) {display: none;}
.topnav a.icon {
float: right;
display: block;
}
}

@media screen and (max-width: 600px) {
.topnav.responsive {position: relative;}
.topnav.responsive .icon {
position: absolute;
right: 0;
top: 0;
}
.topnav.responsive a {
float: none;
display: block;
text-align: left;
}
}
.font-bold {
    font-weight: bold;
}
.my-bg {
    background: linear-gradient(45deg, #fc036f, #fc032d);
}
.my-bg-2 {
    background: #fcaf03;
}
.color-white {
    color: white;
}
.myh1 {
    font-size: 35px;
}
.text-center {
    text-align: center !important;
}
.p-20 {
    padding: 20px;
}
.justify-content p {
    text-align: justify;
}
.side-body li{
        background: white;
padding: 10px;
color: black;
list-style: none;

}
.side-header {
        padding: 10px;
background: #fcaf03;

}
.card {
    border: 3px solid white;
}
.width-50 {
    width: 50%;
}
.mg-5 {
    margin: 3px;
}
.card-body {
    background: linear-gradient(45deg, #fc036f, #fc032d);
    border-top: 2px dotted white;
}
.btn-primary {
    background: white;
border: 2px solid white;
color: black;
font-weight: bold;
}
.iconbox i {
    padding: 18px;
    font-size: 40px;
    color: white;
}
.iconbox {
    padding: 30px 9px;
    transition: ease-in-out 0.3s;
    height: 100%;
    text-align: center;
    border: solid 2px transparent;
    background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), linear-gradient(45deg, #fc036f, #fc032d);
    background-origin: border-box;
    background-clip: content-box, border-box;
    box-shadow: 2px 1000px 1px #000000 inset;
    border-radius: 10px;
}
.icontext {
    font-weight: 700;
    margin: 10px 0 0 0;
    padding: 0;
    line-height: 1;
    font-size: 18px;
    line-height: 26px;
    color: white;
}
.accordion {
    width: 90%;
    max-width: 1000px;
    margin: 2rem auto;
  }
  .accordion-item {
    background-color: #fff;
    color: #111;
    margin: 1rem 0;
    border-radius: 0.5rem;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25);
  }
  .accordion-item-header {
    padding: 0.5rem 3rem 0.5rem 1rem;
    min-height: 3.5rem;
    line-height: 1.25rem;
    font-weight: bold;
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
  }
  .accordion-item-header::after {
    content: "\002B";
    font-size: 2rem;
    position: absolute;
    right: 1rem;
  }
  .accordion-item-header.active::after {
    content: "\2212";
  }
  .accordion-item-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
  }
  .accordion-item-body-content {
    padding: 1rem;
    line-height: 1.5rem;
    border-top: 1px solid;
    border-image: linear-gradient(to right, transparent, #34495e, transparent) 1;
  }
  
  @media (max-width: 767px) {
    html {
      font-size: 14px;
    }
  }
  
  .testimonials-clean {
    color:black;
    /* background-color:#eef4f7; */
background-color: white;
  }
  
  .testimonials-clean p {
    color: white;
  }
  
  .testimonials-clean h2 {
    font-weight:bold;
    color:inherit;
  }
  
  @media (max-width:767px) {
    .testimonials-clean h2 {
      margin-bottom:25px;
      padding-top:25px;
      font-size:24px;
    }
  }
  
  .testimonials-clean .intro {
    font-size:16px;
    max-width:500px;
    margin:0 auto;
  }
  
  .testimonials-clean .intro p {
    margin-bottom:0;
  }
  
  .testimonials-clean .people {
    padding:50px 0 20px;
  }
  
  .testimonials-clean .item {
    margin-bottom:32px;
  }
  
  @media (min-width:768px) {
    .testimonials-clean .item {
      height:220px;
    }
  }
  
  .testimonials-clean .item .box {
    padding:30px;
    /* background-color:#fff; */
    background: linear-gradient(45deg, #fc036f, #fc032d);
    position:relative;
    color: white;
  }
  
  .testimonials-clean .item .box:after {
    content:'';
    position:absolute;
    left:30px;
    bottom:-24px;
    width:0;
    height:0;
    border:15px solid transparent;
    border-width:12px 15px;
    border-top-color:#fff;
  }
  
  .testimonials-clean .item .author {
    margin-top:28px;
    padding-left:25px;
  }
  
  .testimonials-clean .item .name {
    font-weight:bold;
    margin-bottom:2px;
    color:inherit;
  }
  
  .testimonials-clean .item .title {
    font-size:13px;
    color:#9da9ae;
  }
  
  .testimonials-clean .item .description {
    font-size:15px;
    margin-bottom:0;
  }
  
  .testimonials-clean .item img {
    max-width:40px;
    float:left;
    margin-right:12px;
    margin-top:-5px;
  }
  .cstmbtn {
    background: linear-gradient(45deg, #fc036f, #fc032d);
    color: white;
    box-shadow: rgba(255, 255, 255, .4) 0 1px 0 0 inset;
    margin: 3px
  }
  .column {
    width: 100%;
    padding: 0 1em 1em 1em;
    text-align: center;
  }
  .card1 {
    width: 100%;
    height: 100%;
    padding: 2em 1.5em;
    background: linear-gradient(#ffffff 50%, #fc032d 50%);
    background-size: 100% 200%;
    background-position: 0 2.5%;
    border-radius: 5px;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.12);
    cursor: pointer;
    transition: 0.5s;
  }
  .card1 h3 {
    font-size: 20px;
    font-weight: 600;
    color: #1f194c;
    margin: 1em 0;
  }
  .card1 p {
    color: #575a7b;
    font-size: 15px;
    line-height: 1.6;
    letter-spacing: 0.03em;
  }
  .icon-wrapper {
    background-color: #fc032d;
    position: relative;
    margin: auto;
    font-size: 30px;
    height: 2.5em;
    width: 2.5em;
    color: #ffffff;
    border-radius: 50%;
    display: grid;
    place-items: center;
    transition: 0.5s;
  }
  .card1:hover {
    background-position: 0 100%;
  }
  .card1:hover .icon-wrapper {
    background-color: #ffffff;
    color: #fc032d;
  }
  .card1:hover h3 {
    color: #ffffff;
  }
  .card1:hover p {
    color: #f0f0f0;
  }
  @media screen and (min-width: 768px) {
    section {
      padding: 0 2em;
    }
    .column {
      flex: 0 50%;
      max-width: 50%;
    }
  }
  @media screen and (min-width: 992px) {
    section {
      padding: 1em 3em;
    }
    .column {
      flex: 0 0 33.33%;
      max-width: 33.33%;
    }
  }
.side-body ul {
  margin: 15px 0;
    padding: 0;
}  
.side-body {
  height: 488px;
  overflow: auto;
}
.side-body ul li:nth-child(even) {
  background: #f0f0f0;
}
.sidebar-widget {
  background: #fc032d;
    border: 2px solid white;
    border-radius: 10px;
}
.my-bg h1, .my-bg h2 {
text-shadow: 2px 2px 2px #1e1e1e;
}
.xtrabo {
    /* border: 2px solid white; */
    background: white;
    padding: 10px;
    color: black;
    border: 2px solid #fcaf03;
    border-radius: 10px;
}
.my-bg a.btnn {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.whatsappbtn {
  background: green;
    color: white;
}
.card-body {
  padding: 0.5rem;
}
/* .headingcst:after {
  height: 3px;
  width: 100px;
  background: #f3a806;
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
} */
.profiles .buttons {
  margin-top: 10px;
}
.custometa {
  padding: 3px 7px;
    background: #fcaf03;
    color: black;
    border-radius: 10px;
    /* padding: 10px; */
    border: 1px solid black;
}
.metas {
  font-size: 13px;
  margin-top: 10px;
}
.contentarea li::before {
  content: '👉 ';
}

.contentarea li {
  list-style: none;
  font-size: 18px;
  margin-left: -39px;
}
.sidebar-widget li::before {
  content: '➤   ';
} 
.contentarea img {
  padding: 10px;
  border: 2px solid white;
  border-radius: 15px 50px;

}
.contentarea p {
  text-align: justify;
}
.secolor {
  color: #fcaf03;
}
.fecolor {
  color: #fc036f;
}
hr {
  background-color: #fcaf03;
}
.profiles .col-md-3 {
  margin-top: 10px;
}
@media screen and (max-width: 900px) {
.banner {
    display: none;
}
.first .col-3 {
  max-width: 50% !important;
  flex: 50% !important;
}
.second .col-8, .second .col-4 {
  max-width: 100% !important;
  flex: 100% !important;
}
.profiles .col-md-3 {
  width: 50% !important;
  padding: 5px !important;
}
.profiles .card-title {
  font-size: 18px;
}
.profiles .metas {
  font-size: 9px;
}
.profiles .buttons a.btn {
  font-size: 10px;
}
.p-20 {
  padding: 5px;
}
.contentarea .col-6 {
  max-width: 100% !important;
  flex: 100% !important;
}
.my-bg .col-4  {
  max-width: 100% !important;
  flex: 100% !important;
  margin-top: 10px;
}
}
@media screen and (min-width: 900px) {
.mobanner {
    display: none;
}
}
.girlimg img {
  border: none;
  width: auto;
  height: 542px;
  display: flex;
  margin: auto;
}

.footer {
  background: black;
}
.footer h6 {
  font-weight: bold;
  padding-left: 10px;
  border-left: 5px solid white;
  color: #fcaf03 !important;
}
.box-icon {
  text-align: center;
  position: relative;
}

.box-icon > .image {
  position: relative;
  z-index: 2;
  margin: auto;
  width: 88px;
  height: 88px;
  border: 8px solid white;
  line-height: 88px;
  border-radius: 50%;
  background: #ff0000;
  vertical-align: middle;
}

.box-icon:hover > .image {
  background: #333;
}

.box-icon > .image > i {
  font-size: 36px !important;
  color: #fff !important;
  line-height: 1;
  display: inline-block;
}

.box-icon:hover > .image > i {
  color: white !important;
}

.box-icon > .info {
  margin-top: -24px;
  background: rgba(0, 0, 0, 0.04);
  border: 1px solid #e0e0e0;
  padding: 15px 0 10px 0;
}

.box-icon:hover > .info {
  background: rgba(0, 0, 0, 0.04);
  border-color: #e0e0e0;
  color: white;
}

.box-icon > .info > h3.title {
  font-family: "Roboto", sans-serif !important;
  font-size: 16px;
  margin-top: 21px;
  font-weight: bold;
  color: white;
}

.box-icon > .info > p {
  font-family: "Roboto", sans-serif !important;
  font-size: 13px;
  color: white;
  line-height: 1.5em;
  margin: 20px;
}

.box-icon:hover > .info > h3.title,
.box-icon:hover > .info > p,
.box-icon:hover > .info > .more > a {
  color: white;
}

.box-icon > .info > .more a {
  font-family: "Roboto", sans-serif !important;
  font-size: 12px;
  color: #222;
  line-height: 12px;
  text-transform: uppercase;
  text-decoration: none;
}

.box-icon:hover > .info > .more > a {
  color: #fff;
  padding: 6px 8px;
  background-color: #ff0000;
}

.box .space {
  height: 30px;
}
.services-box
{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.service
{
  margin: 8px;
  display: flex;
  width: 100%;

}

.flip-box {
  background-color: transparent;
  width: 300px;
  height: 200px;
  border: 1px solid #f1f1f1;  
  border-radius: 10px;
  margin: 5px;
  perspective: 1000px;
}

.flip-box-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
  
  display: flex;
  justify-content: center;
  align-items: center;
}

.flip-box:hover .flip-box-inner {
  transform: rotateY(180deg);
}

.flip-box-front, .flip-box-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.flip-box-front {
  background-color: #fff;
  color: black;
  border-radius: 10px;
}

.flip-box-front img
{
  height: 50px;
  width: 50px;
}

.flip-box-back {
  background-color: #ffffff;
  color: #000;
  transform: rotateY(180deg);
  border-radius: 10px;
  padding: 16px;
}
.flip-box-back p {
  font-size: 12px;
}
@media screen and (max-width: 900px) {
  .flip-box {
    height: 125px !important;
  }
  .service {
    display: contents;
  }
}
.onylmob {
  display: none !important;
}  
@media screen and (max-width: 900px) {
  .onylmob {
    display: block !important;
  }  
  span.location {
    font-size: 14px;
  }
}

/*.justify-content a:not(.btn-primary) {*/
/*color: yellow;*/
/*}*/

a {
color: yellow
}

  
