body {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 25px;
    font-weight: 400;
    color: #706b6b;
    position: relative;
}

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: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
}
h1 {   
    font-family: 'Roboto', sans-serif;
}
h2 {
    font-family: 'Roboto', sans-serif;
   
}

h3 {
    font-family: 'Roboto', sans-serif;
}

h4 {
    font-size: 22px;
    font-family: 'Roboto', sans-serif;
    margin: 0;
}

h5 {
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
}


header{  
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  z-index: 100;
}
.navbar-brand img{
  max-width: 240px;
}
.navbar{
    padding: 0;
}


.banner-sec{
    padding: 100px 0;
}

.banner-sec h1 {
  color: #fff;
  font-weight: 900;
  line-height: 60px;
  margin-top: 100px;
}

.banner-sec h1 span{
    color: #ffd350;
}
.banner-right{
    padding-left: 50px;
}
.banner-right img {
  border-radius: 50%;
  max-width: 100%;
  padding: 10px;
  border: 1px solid #fff;
}

.banner-sec{
    position: relative;
    z-index: 1;
}
.banner-sec::after{
    content: "";
    position: absolute;
    background: rgba(0, 0, 0, .1);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}


.call-me-box{
    padding: 15px 25px;
    text-align: center;
    display: block;
    margin-top: 30px;
    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(5px);
    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:rgba(255, 255, 255, .8);
    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: #184893;
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
} 




.call-me-box-2{
    padding: 10px;
    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(5px);
    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:rgba(255, 255, 255, .8);
    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: 20px;
  color: #e61e98;
  text-transform: uppercase;
  font-weight: 600;
}

.call-me-box-2 a {
  font-size: 40px;
  color: #184893;
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
} 



.about-sec{
    padding: 60px 0;
    background: #744700;
}

.about-sec-top {
    padding: 0 150px;
    text-align: center;
}
.about-sec-top h2{
    color: white;
    font-size: 20px;
    line-height: 34px;
}

.extra-con-sec{
    padding: 60px 0;
}

.extra-con-sec h2{
    text-align: center;
    font-weight: 900;
    color: #fff;
    margin-bottom: 30px;
}

.text-block{
    text-align: center;
    font-size: 18px;
    background: rgba(255, 255, 255, .3);
    padding: 10px;
    color: #6de1f4;
    font-weight: 600;
    margin-bottom: 30px;
}

.extra-text-block {
  text-align: center;
  font-size: 18px;
  background: rgba(236, 16, 160, 0.65);
  padding: 10px;
  color: #feffff;
  font-weight: 600;
}


footer{
    background: #0b093e;
    text-align: center;
    padding: 20px 0;
}

footer p{
    margin: 0;
    color: #fff;
}


.bannerForm {
  padding: 20px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid #fff;
}
.bannerForm h4 {
  color: #fff;
  font-size: 24px;
  margin-bottom: 15px;
  font-weight: 600;
}

.or-text {
  text-align: center;
  font-size: 24px;
  color: #fff;
  margin: 20px 0;
  font-weight: 600;
}




@media (min-width: 768px) { 

 }

@media (max-width: 767.98px) {

.navbar-brand img {
  max-width: 200px;
}



.banner-sec h1 {
  line-height: 48px;
  margin-top: 40px;
  text-align: center;
  font-size: 28px;
}
.call-me-box {
  display: block;
 }
.banner-sec {
  padding: 100px 0 40px 0;
}

.about-sec {
  padding: 40px 0;
}
.about-sec-top {
  padding:0px;
}
.about-sec-top h2 {
  font-size: 18px;
  line-height: 30px;
}
.banner-right {
  padding-left: 0px;
}

.modern-img {
      border-radius: 20px;
      box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
      transition: transform 0.3s ease;
    }
    .modern-img:hover {
      transform: scale(1.05);
    }
	.text-section {
      background: linear-gradient(to right, #ffffff, #f0f4f8);
      border-radius: 16px;
      padding: 30px;
      box-shadow: 0 5px 25px rgba(0, 0, 0, 0.05);
    }

    .list-group-item {
      background-color: transparent;
      border: none;
      padding-left: 0;
    }
	 .pricing-card {
      border: none;
      border-radius: 16px;
      box-shadow: 0 5px 25px rgba(0, 0, 0, 0.05);
      transition: transform 0.3s ease;
    }

    .pricing-card:hover {
      transform: translateY(-5px);
    }

    .pricing-card h5 {
      font-weight: 600;
    }

    .pricing-price {
      font-size: 28px;
      font-weight: bold;
      color: #0d6efd;
    }
}