body {
    margin: 0;
    padding: 0;
    font-family: sans-serif;
    box-sizing: border-box;
    -webkit-animation: none;
    -moz-animation: none;
    -ms-animation: none;
    animation: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #030304f5!important;

}

.container span {
    width: 100%;
    text-align: center;
    padding-bottom: 20px;
    font-size: 25px;
    color: #ffff;
}

.body-ul {
    color: white;
    padding-left: 8px;
}

.body-ul li {
    list-style: disc;
}

p {
    font-size: 15px;
}

ul {
    padding-left: 10px;
}

ul li {
    list-style: none;
    padding: 5px 0px;
}

a {
    text-decoration: none;
    color: #fff!important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #fff!important;
    margin-bottom: 10px;
    display: block;
    width: 100%;
}

p {
    color: #ffff;
    margin-bottom: 10px;
    line-height: 20px;
    font-size: 16px;
    text-align: justify;
}

.container {
    width: 80%;
    margin: 0px auto;
}

.flex-wrap {
    display: flex;
    flex-wrap: wrap;
}

.flex-between {
    justify-content: space-between
}

.wrapper {
    background: url(../images/bg-img.jpg);
    background-position: center center;
    background-size: auto;
    width: 100%!important;
    height: 100%!important;
    background-attachment: fixed;
}
.bg-color {
    
    background: #40404073;
}

.bg-color p a {

    text-decoration: underline;
}
.card{
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto;     width: 100%!important;
    height: 100%;
    background-attachment: fixed;
    }
h2 a {
    color: #D41152;
    text-decoration: underline;
}

header {
    background: #202020;
    position: sticky;
    top: 0;
    z-index: 99;
}
header nav ul li a{
    color: #fff !important;
    font-size:16px;
    text-transform: uppercase;

}
header nav ul li a:hover{
    background-color: #b40158;
}


.banner img{
    
    width: 100%;
    
}

aside {
    width: 30%
}



.pt-20 {
    padding: 30px 20px 10px;
    ;
}

.service-box {
    width: 24%;
    border: 2px solid #b40158;
    border-radius: 10px;
    margin-bottom: 20px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.service-box img{
  width: 100%;
  border-radius: 10px 10px 0px 0px;
}

.service-box span {
    display: block;
    padding: 8px 10px;
    color: #fff;
    font-size: 17px;
}

.service-box .fot-btn {
    background: #b40158;
    padding: 7px 10px;
    border-radius: 40px;
    font-size: 17px;
    display: block;
    text-align: center;
    color: #fff;
    margin: 0px 10px 10px;
}

/*styling location*/

.location{
  overflow: auto;
  height: 1480px;
}
 .location li{
    background-color: #ffffff59;
    margin-top: 10px;
    color: #b40158;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    box-shadow: rgb(0 0 0 / 19%) 0px 10px 20px, rgb(0 0 0 / 23%) 0px 6px 6px;
    margin-right: 20px;
    list-style-type: none;
  }
  .location li a{
    color: #b40158;
  }
  .location li:hover{
      background-color: #b40158;
      color: #fff;
  }
  .location li:hover a{
      color: #fff;
  }
  .location li a:hover{
      text-decoration: none;
  }

/*start footer styling*/
.footer-section {
  background: #151414;
  position: relative;
}
.footer-cta {
  border-bottom: 1px solid #373636;
}
.footer-cta span{
    color:#fff!important;
}
.single-cta i {
  color: #b40158;
  font-size: 30px;
  float: left;
  margin-top: 8px;
}
.cta-text {
  padding-left: 15px;
  display: inline-block;
}
.cta-text h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 2px;
}
.cta-text span {
  color: #757575;
  font-size: 15px;
}
.footer-content {
  position: relative;
  z-index: 2;
}
.footer-pattern img {
  position: absolute;
  top: 0;
  left: 0;
  height: 330px;
  background-size: cover;
  background-position: 100% 100%;
}
.footer-logo {
  margin-bottom: 30px;
}
.footer-logo img {
    max-width: 200px;
}
.footer-text p {
  margin-bottom: 14px;
  font-size: 14px;
      color: #fff!important;
  line-height: 28px;
}
.footer-social-icon span {
  color: #fff;
  display: block;
  font-size: 20px;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 20px;
}
.footer-social-icon a {
  color: #fff;
  font-size: 16px;
  margin-right: 15px;
}
.footer-social-icon i {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 38px;
  border-radius: 50%;
}
.facebook-bg{
  background: #3B5998;
}
.twitter-bg{
  background: #55ACEE;
}
.google-bg{
  background: #DD4B39;
}
.footer-widget-heading h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 40px;
  position: relative;
}
.footer-widget-heading h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  height: 2px;
  width: 50px;
  background: #b40158;
}
.footer-widget ul li {
  float: left;
  width: 50%;
  margin-bottom: 12px;
}
.footer-widget ul li a:hover{
  color: #b40158;
}
.footer-widget ul li a {
  color: #878787;
  text-transform: capitalize;
}
.subscribe-form {
  position: relative;
  overflow: hidden;
}
.subscribe-form input {
  width: 100%;
  padding: 14px 28px;
  background: #2E2E2E;
  border: 1px solid #2E2E2E;
  color: #fff;
}
.subscribe-form button {
    position: absolute;
    right: 0;
    background: #b40158;
    padding: 13px 20px;
    border: 1px solid #b40158;
    top: 0;
}
.subscribe-form button i {
  color: #fff;
  font-size: 22px;
  transform: rotate(-6deg);
}
.copyright-area{
  background: #202020;
  padding: 25px 0;
}
.copyright-text p {
  margin: 0;
  font-size: 14px;
  color: #878787;
}
.copyright-text p a{
  color: #b40158;
}
.footer-menu li {
  display:block;
  margin-left: 20px;
}
.footer-menu li:hover a{
  color: #b40158;
}
.footer-menu li a {
  font-size: 14px;
  color: #878787;
}

.profile-img{width: 70% !important;}

/*start media query*/

@media only screen and (max-width: 1200px) {
    nav ul li a {
        padding: 5px 10px;
    }

    .container {
        width: 90%;
    }
}

@media only screen and (max-width: 800px) {
    .service-box {
        width: 32%;
    }

    aside,
    nav {
        width: 100%;
        text-align: center;
    }

    nav ul {
        padding-top: 10px;
        padding-bottom: 10px;
        justify-content: center;
    }
}

@media only screen and (max-width: 600px) {
    .service-box {
        width: 49%;
    }
}

@media only screen and (max-width: 460px) {
    .banner img{
        height: 200px!important;
    }
    h1{font-size: 18px!important;}
    h2,h3,h4,h5{
        font-size: 17px!important;
        font-weight: bold!important;
    }

    .service-box{
      height: 300px!important;
      /*width:100%;*/
    }
    .service-box img{
      height: 200px!important;
      width:100%;
    }
    .service-box span {
      padding: 8px 10px;
      font-size: 13px;
    }
    
    .service-box .fot-btn {
      background: #b40158;
      padding: 7px 10px;
      border-radius: 40px;
      font-size: 14px;
    }
    .location {
      width: 100%;
    }
    .location ul{padding-left: 25px!important;}
    .profile-img{width: 100% !important;}

    .vip_icon img{
      height: 60px!important;
      width: 60px!important;
    }
    
}

@media only screen and (max-width: 320px) {
    .service-box {
        width: 100%;
    }
}

.post-top {
    position: fixed;
    bottom: 15%;
    z-index: 99;
    right: 2% !important;
}

.post-top-call {
    position: fixed;
    bottom: 5%;
    z-index: 99;
    right: 2% !important;
}

.center {
    display: flex;
    justify-content: center;
}