* {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  font-family: 'Figtree', sans-serif;
  overflow-x: hidden;
 
}




.container a {
  text-decoration: none !important;
}


.footer-list{
  list-style: none;
  text-align: left;
}
.footer-list li::before {
  content: '>'; 
  margin-right: 8px;
  color: #ee58c9; 
}

.main-head {
  width: 100%;
  overflow-x: hidden;
 
}

.bg-img-1{
  background-image: url("../img/bn1.jpg");
}
.bg-img-2{
  background-image: url("../img/bn2.jpg");
}
.bg-img-3{
  background-image: url("../img/bn3.jpg");
}
.bg-img-4{
  background-image: url("../img/bn4.jpg");
}
.bg-img-5{
  background-image: url("../img/bn5.jpg");
}

.carousel-image{
  height: 68vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position:center;
}




@media only screen and (max-width: 767px){
  

.carousel-item{
  width: 100%; 
  height: 30vh; 
  object-fit: cover; 
} }

.small-bg-img-1
{
  background-image: url("../img/bne1.jpg");
}

.small-bg-img-2
{
  background-image: url("../img/bne2.jpg");
}

.small-bg-img-3
{
  background-image: url("../img/bne3.jpg");
}

.small-bg-img-4
{
  background-image: url("../img/bne4.jpg");
}

.small-bg-img-5
{
  background-image: url("../img/bne5.jpg");
}

.top-bar {
  background-color: #7030a0;
  color: white;
}


.top-bar p {
  font-size: 17px;
}



.top-bar i {
  font-size: 25px;
  padding-right: 20px;
}



.item img {
  width: 100%;
}



/* Animation */



/* Intro container style */

.intro-container {
  display: flex;
}

.intro-container p {
  font-size: 20px;
}

.intro-container section {

  width: 50%;
}

.intro-section1 {
  padding: 100px;
}

.intro-container section img {
  max-width: 100%;
  object-fit: cover;
}

@media(max-width: 480px) {
  body {
    float: none;
  }

 

  h1 {
    font-size: 18px;
  }

  h2 {
    font-size: 16px;
  }

  h3 {
    font-size: 14px;
  }
 

  

  .n1,
  .n2,
  .n3,
  .n4,
  .n5,
  .n6 {
    width: 60px;
    height: 60px;
  }

  .main-head {
    width: 100%;
    z-index: 1000;
  }

  .top-bar {
    background-color: #7030a0;
    color: white;
    padding: 20px 20px;

  }

  .top-bar p {
    display: block;
    font-size: 12px;
    padding-left: 100px;

  }




  .top-bar i {
    float: none;
    font-size: 16px;
    padding-right: 0;
    padding-left: 10px;


  }



  .item img {
    width: 100%;
  }

  .navbar-logo img {
    width: 120px;
    height: 70px;
    padding: 10px;
  }

  .intro-container {
    display: block;
  }

  .intro-container section {
    width: 100%;
  }

  .intro-section1 {
    padding: 50px;
  }


  .intro-container section img {
    width: 100%;
    object-fit: fill;
  }

  /* Services media styling */
  .services-container {
    padding: 20px;
    background-color: rgb(243, 243, 243);
    padding-bottom: 50px;
  }

  .services-container h2 {
    text-align: center;
    padding: 20px;
  }

  .lis {
    font-size: 14px !important;
  }


  .column {
    float: left;
    width: 33.33%;
  }

  /* Clear floats after the columns */
  .row1:after {
    content: "";
    display: table;
    clear: both;
  }

}



/* Footer style */

footer {
  padding: 50px;
  display: flex;
}

footer img {
  padding: 20px;

}

footer p {
  padding: 20px;

  font-size: 1.75vmin;
}



.footer-container {
  width: 33%;
}

.footer-nav1 {
  width: 33%;
  padding: 70px 0;
}

.footer-nav2 {
  width: 33%;
  padding-top: 20px;
}

.footer-ul-nav li {
  list-style: none;
  font-size: 20px;
  padding: 5px;
}

.copyright-container {
  background-color: #7030a0;
  padding: 15px;
}

.copyright-container h5 {
  color: whitesmoke
}

.copyright-container a {
  color: whitesmoke
}

.getintouch-class {
  padding: 300px;
}

/* Services page styles */
.main-class {
  display: flex;
  flex-direction: row;
  width: 100%;
}

.services-list-container {
  width: 25%;
  padding: 50px;
  box-sizing: border-box;
  justify-content: center;
  align-content: center;

}

.services-list-container ul li {
  list-style: none;
  font-size: 20px;
  line-height: 50px;
  padding: 10px;
  border-bottom: 0.5px solid rgb(167, 167, 167);
}

.services-body {
  margin-top: 50px;
  width: 70%;
}

.services-body p {
  font-size: 20px;
}

.services-body ul li {
  font-size: 20px;
  color: black;
}




/* About us page style */


.aboutus-content {
  padding: 1rem;
  text-align: center;
}

p {
  font-size: 20px;
}

.aboutdr-class {
  text-align: center;
  padding: 1rem;
}

.aboutus-services-class {
  padding: 1rem;
}

.aboutus-services-sections {
  display: flex;
}

.aboutus-service {
  padding: 50px;
  width: 30%;
  border: 1px solid blueviolet;
  border-radius: 50px;
  margin: 20px;
}

.aboutus-vision-mission-value {
  display: flex;
}

.vision {
  background-color: #d3f1fd;
  padding: 100px;
  line-height: 30px;
  width: 33%;
}

.mission {
  background-color: #fdebd3;
  padding: 100px;
  line-height: 30px;
  width: 33%;
}

.values {
  background-color: #d3fde6;
  padding: 100px;
  line-height: 30px;
  width: 33%;
}

.drbox1{
  padding: 1rem;
}

/* how we work style */
.threefree-class {
  padding: 100px;
}

.threefree-class p {
  font-size: 20px;
  text-align: center;
}

#whatsapp-icon {
  width: 100px;
  height: 100px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  cursor: pointer;
  z-index: 2000;

}

.fa-brands {
  color: white;
}

/*  Counter Section  */

#counter {    
  background-color: blueviolet;
  color: #fff;
  display: block;
  overflow: hidden;
  text-align: center;
  padding: 100px 0;
}
#counter .count {
  padding: 50px;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  text-align: center;
}
.count h4 {
  color: #fff;
font-size: 16px;
margin-top: 0;
}
#counter .count .fa {
  font-size: 40px;
  display: block;
  color: #fff;
}
#counter .number {
  font-size: 30px;
  font-weight: 700;
  margin: 0;
}
/*  Pricing Section  */

#pricing {
  background: #f7f7f7;
}
.pricing-items {
  padding-top: 50px;
}
.pricing-item {
  background: #fff;
  position: relative;
  box-shadow: 0 0 9px 0 rgba(130, 121, 121, .2);
  padding: 50px 0px;
  border-top-right-radius: 2em;
  border-bottom-left-radius: 2em;
}
.pricing-item.active {
  top: -50px;
}
.price-list li {
  list-style: none;
  margin-bottom: 15px;
}

.price-list .price {
  font-size: 30px;
  font-weight: bold;
}
.pricing-item .ribbon {
  margin: -50px 0 20px;
  display: block;
  background-color: #ffb400;
  padding: 15px 0 2px;
  opacity: 0.8;
  border-top-right-radius: 2em;
}
.pricing-item:hover .ribbon {
  background-color: #ffb400;
opacity: 1;
}
.pricing-item.active .ribbon {
  background-color: #ffb400;
opacity: 1;
}
.pricing-item .ribbon p {
  color: #fff;
  font-size: 22px;
  margin: 0 0 10px;
  font-weight: 600;
}
.pricing-item.active .price-list li, .pricing-item:hover .price-list li {
  color: #848181;;
}
ul.price-list {
  margin-bottom: 30px;
  padding: 0;
}
.btn-price {
  display: inline-block;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  padding: 14px 40px;
  -webkit-border-radius: 26px;
  -moz-border-radius: 26px;
  -o-border-radius: 26px;
  border-radius: 26px;
  border: 1px solid #848181;
  background-color: transparent;
  color: #848181;
}
.pricing-item:hover .btn-price,
.active .btn-price {
  border: 1px solid #ffb400;
  background-color: #ffb400;
  color: #fff;
}
.btn-price:focus {
  background-color: transparent;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  h1 {
    font-size: 24px !important;
  }
  h2 {
    font-size: 20px !important; /* Subheading */
  }
  h3 {
    font-size: 18px !important; /* Section heading */
  }
  p {
    font-size: 16px !important; /* Paragraph text */
  }

  li {
    font-size: 16px !important; 
  }
  .aboutus-services-sections {
    display: block;
  }

  .aboutus-service {
    padding: 1rem;
    width: 100%;
    border: 1px solid blueviolet;
    border-radius: 50px;
    margin: 1rem 0;
  }

  .aboutus-vision-mission-value {
    display: block;
  }
  
  .vision {
    background-color: #d3f1fd;
    padding: 50px;
    line-height: 30px;
    width: 100%;
  }
  
  .mission {
    background-color: #fdebd3;
    padding: 50px;
    line-height: 30px;
    width: 100%;
  }
  
  .values {
    background-color: #d3fde6;
    padding: 50px;
    line-height: 30px;
    width: 100%;
  }
  .pricing-items {
      padding-top: 0;
  }
  .pricing-item.active {
      top: 20px;
      margin-bottom: 40px;
  }

  .services-list-container{
    display: none;
  }

  .services-body{
    padding: 15px;
  }
}

.navbar li{
  padding: 10px;
}
.navbar img{
  padding: 10px;
}

.navbar button{
  margin: 10px;
}

