body {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    line-height: 25px;
    font-weight: 400;
    color: #706b6b;
    position: relative;
    background: #000; 
}

a:focus {
    outline: 0;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}
a {
    transition: .5s ease;
}
ul {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

p {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    line-height: 26px;
    font-weight: 400;
}
h1 {   
    font-family: 'Inter', sans-serif;
}
h2 {
    font-family: 'Inter', sans-serif;
   
}

h3 {
    font-family: 'Inter', sans-serif;
}

h4 {
    font-size: 22px;
    font-family: 'Inter', sans-serif;
    margin: 0;
}

h5 {
    font-size: 16px;
    font-family: 'Inter', sans-serif;
}


.rainbow-gradient-circle {
  position: fixed;
  left: -250px;
  top: 250px;
  right: auto;
  bottom: auto;
  z-index: -1;
  width: 500px;
  height: 500px;
  border-radius: 1000px;
  background-image: linear-gradient(45deg, #059DFF, #36C6F0);
  opacity: 0.25;
  -webkit-filter: blur(100px);
  filter: blur(100px);
}



.rainbow-gradient-circle.theme-pink {
  position: fixed;
  left: auto;
  top: -250px;
  right: -250px;
  bottom: auto;
  z-index: -1;
  width: 500px;
  height: 500px;
  border-radius: 1000px;
  background-image: linear-gradient(45deg, #FB5343, #6549D5);
  opacity: 0.50;
  -webkit-filter: blur(100px);
  filter: blur(100px);
}













.header-top {
  text-align: center;
}



header{  
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  z-index: 100;
}
.navbar-brand img{
  max-width: 200px;
}
.navbar{
    padding: 0;
}

.ro-text {
  text-align: center;
  font-size: 18px;
  color: #fff;
  margin: 5px 0;
}

.banner-sec {
  background: url(../images/main-banner-02.jpg) no-repeat center center;
  background-size: cover;
  padding: 180px 0 60px 0;
  text-align: center;
}
.banner-sec h1 {
  font-weight: 900;
  line-height: 40px;
  font-size: 36px;
  margin-bottom: 30px;
  color: #FFD81B;
  margin-top: 20px;
  text-transform: uppercase;
}

.banner-sec h2 {
  font-weight: 600;
  line-height: 25px;
  font-size: 20px;
  margin-bottom: 20px;
  color: #fff;
}


.banner-sec h4{
    color: #fff;
    font-size: 24px;
    margin-top: 30px;
}
.banner-right {
  text-align: center;
  padding-left: 70px;
  margin-top: 40px;
}
.banner-right img {
  max-width: 100%;
  padding: 10px;
  border-radius: 5%;
  border: 1px solid #e80027;
}

.inner-banner {
  padding: 190px 0 50px 0;
  background: url(../images/sec-banner-2.jpg) no-repeat center center;
  background-size: cover;
}

.inner-banner h2 {
  font-weight: 600;
  line-height: 40px;
  font-size: 24px;
  color: #FFD81B;
  text-align: center;
  text-transform: uppercase;
}

.inner-page-body{
    padding: 50px 0;
    background: #230942;
}

.inner-page-body h3 {
  font-size: 22px;
  font-weight: 700;
  margin: 10px 0 10px 0;
  color: #fff;
}

.inner-page-body p {
  margin: 0px 0 10px 0;
  color: #fff;
}

.inner-page-body ul li::before {
  position: absolute;
  width: 10px;
  height: 10px;
  content: "";
  background: #bd30a1;
  border-radius: 50%;
  left: 15px;
  top: 9px;
}

.inner-page-body ul li {
  margin-bottom: 15px;
  padding-left: 40px;
  position: relative;
  color: #fff;
}


.call-me-box{
    padding: 15px 25px;
    text-align: center;
    display: block;
    position: relative;
    z-index: 0;
}

.call-me-box:before {
    content: '';
    background: linear-gradient(45deg, #ff0000, #ff7300, #fffb00, #48ff00, #00ffd5, #002bff, #7a00ff, #ff00c8, #ff0000);
    position: absolute;
    top: -2px;
    left:-2px;
    background-size: 400%;
    z-index: -1;
    filter: blur(0px);
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    animation: glowing 20s linear infinite;
    opacity: 1;
    transition: opacity .3s ease-in-out;
    border-radius: 10px;
}

.call-me-box:after {
    z-index: -1;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background:#000;
    left: 0;
    top: 0;
    border-radius: 10px;
}

@keyframes glowing {
    0% { background-position: 0 0; }
    50% { background-position: 400% 0; }
    100% { background-position: 0 0; }
}

.call-me-box p {
  font-size: 20px;
  color: #e61e98;
  text-transform: uppercase;
  font-weight: 600;
}

.call-me-box a {
  font-size: 40px;
  color: #fff;
  font-weight: 600;
} 

.call-me-box-2{
    padding: 30px;
    text-align: center;
    position: relative;
    z-index: 0;
}

.call-me-box-2:before {
    content: '';
    background: linear-gradient(45deg, #ff0000, #ff7300, #fffb00, #48ff00, #00ffd5, #002bff, #7a00ff, #ff00c8, #ff0000);
    position: absolute;
    top: -2px;
    left:-2px;
    background-size: 400%;
    z-index: -1;
    filter: blur(0px);
    width: calc(100% + 0px);
    height: calc(100% + 4px);
    animation: glowing 20s linear infinite;
    opacity: 1;
    transition: opacity .3s ease-in-out;
}

.call-me-box-2:after {
    z-index: -1;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background:#000;
    left: 0;
    top: 0;
}

@keyframes glowing {
    0% { background-position: 0 0; }
    50% { background-position: 400% 0; }
    100% { background-position: 0 0; }
}

.call-me-box-2 p {
  font-size: 18px;
  color: #e61e98;
  text-transform: uppercase;
  font-weight: 600;
}

.call-me-box-2 a {
  font-size: 40px;
  color: #fff;
  font-weight: 600;
} 

.about-sec-left img{
    max-width: 100%;
    padding: 10px;
    border-radius: 5%;
    border: 1px solid #fff;
    }

.about-sec {
  padding: 60px 0;
  background: #070e28;
}

.about-sec-top h2 {
  color: #f23195;
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 15px;
  font-weight: 600;
}
.about-sec-top h4 {
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 15px;
  font-weight: 600;
}



.about-sec-top p {
  color: #fff;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 15px;
}

.about-sec-top ul li {
  color: #fff;
  font-size: 16px;
  margin-bottom: 15px;
}

.about-sec-top ul li i{
  color: #FFD81B;
  margin-right: 10px;
}


.protection-con{
  padding: 60px 0;
  background: #060733;
}

.ptotection-box{
  text-align: center;
}

.ptotection-box h4{
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 10px;
}


.ptotection-box p{
  font-size: 16px;
  font-weight: normal;
  color: #fff;
}

.ptotection-box img{
  max-width: 120px;
  margin-bottom: 20px;
}



.extra-con-sec {
  padding: 60px 0;
  background: #122b51;
}

.extra-con-sec h2{
    font-weight: 600;
    color: #ef4972;
    margin-bottom: 10px;
    font-size: 22px;
}

.text-block {
  font-size: 18px;
  background: #6c55db;
  padding: 30px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 30px;
  border-radius: 15px;
  border-left: 7px solid #fff;
  border-right: 7px solid #fff;
}

.extra-text-block {
  text-align: center;
  font-size: 18px;
  background: rgb(153, 69, 192);
  padding: 10px;
  color: #feffff;
  font-weight: 600;
  border-left: 7px solid #fff;
  border-right: 7px solid #fff;
  border-radius: 15px;
}

.extra-sec-right img {
  max-width: 100%;
  border-radius: 15px;
  padding: 10px;
  border: 1px solid rgba(238, 98, 190, 0.3);
  margin-bottom: 30px;
}

footer {
    background: #0f0a1c;
    position: relative;
}

footer::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: url('../images/shape1.png') bottom left no-repeat;
    background-size: auto;
  background-size: contain;
  pointer-events: none;
}

.footer-top{
    text-align: center;
    padding: 50px 0 20px 0;
}
.footer-top p{
    color: #fff;
    font-size: 18px;
    margin-bottom: 30px;
}

.footer-top img{
    margin-bottom: 30px;
}


.footer-top p a{
  color:#FFD81B;
}
.footer-botom{
  padding: 20px 0;
  text-align: center;
  border-top: 1px solid #fff;
}

.footer-botom p{
   color: #fff;
   font-size: 16px;
}

.footer-botom p a{
  color:#FFD81B;
}

.bannerForm {
  padding: 20px;
  background: rgba(0, 0, 0, 0.64);
  border: 2px solid #ec467f;
  max-width: 600px;
  margin: 0 auto;
  border-radius: 10px;
}

.bannerForm .form-control {
  display: block;
  width: 100%;
  height: calc(1.8em + .75rem + 2px);
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(0,0,0,.3);
  background-clip: padding-box;
  border: 2px solid #7a47cc;
  border-radius: .50rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.bannerForm .btn-primary {
        color: #fff;
        padding: 0 28px;
        border-style: solid;
        border-width: 2px;
        border-color: transparent;
        border-radius: 8px;
        background-color: transparent;
        background: linear-gradient(95deg, #059DFF 15%, #6549D5 45%, #E33FA1 75%, #FB5343 100%) 95%/200% 100%;
        transition-duration: 300ms;
        color: #fff;
        font-size: 16px;
        font-weight: 400;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        height: 50px;
        line-height: 47px;
        letter-spacing: 0.5px;
        transition: 0.4s;
        text-shadow:1px 1px 6px rgba(0,0,0,0.25)
}


.bannerForm .btn-primary:hover{
  box-shadow: 0 0 20px 5px rgba(251,83,67,0.2);
  -webkit-filter: brightness(125%);
  filter: brightness(125%);
  color: #fff;
  text-decoration: none;
}



.bannerForm h3 {
  color: #fff;
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: 400;
}

.bannerForm p {
  color: #fff;
  font-size: 18px;
  margin-top: 20px;
  font-weight: 400;
  text-align: center;
}


.bannerForm p a {
  color: #FFD81B;
  font-size: 24px;
  font-weight: 600;
  line-height: 33px;
}


.extra-sec-left p{
   color: #fff;
   font-size: 18px;
   margin-bottom: 15px;
}
.extra-sec-left h3{
   color: #fff;
   font-size: 20px;
   margin-bottom: 15px;
   font-weight: 600;
   line-height: 32px;
}
.extra-sec-left ul li{
  font-size: 18px;
  color: #fff;
  margin-bottom: 15px;
}

.extra-sec-left ul li i{
   margin-right: 5px;
   color: #ec27cd;
}


.extra-con-sec-2{
  padding: 60px 0;
  text-align: center;
  background: url(../images/sec-banner-2.jpg) no-repeat center center;
  background-size: cover;
}

.info-box h2 {
  font-size: 24px;
  color: #fb2d60;
  margin-bottom: 20px;
  font-weight: 600;
}

.info-box p{
  font-size: 18px;
  color: #fff;
}

.info-box h3 {
  font-size: 20px;
  color: #ffde2e;
  font-weight: 600;
}


@media (min-width: 768px) { 

 }

@media (max-width: 767.98px) {

.about-sec-left img {
    margin-bottom: 30px;
}
.about-sec-top p {
  font-size: 18px;
  line-height: 26px;
}
.extra-sec-left {
  margin-bottom: 30px;
}

.banner-sec h1 {
  line-height: 40px;
    text-align: center;
    font-size: 30px;

}

.banner-sec h4{
    text-align: center;
}
.call-me-box {
  display: block;
 }


.about-sec {
  padding: 40px 0;
}
.about-sec-top {
  padding:0px;
  text-align: center;
}
.about-sec-top h2 {
  font-size: 22px;
  line-height: 30px;
}
.banner-right {
  padding-left: 0px;
  margin-top: 0;
  margin-bottom: 30px;
}
.extra-con-sec {
  padding: 30px 0;
}
.call-me-box-2 a {
  font-size: 30px;
}
}