
/* media Query */

/* ==============================
   RESPONSIVE MEDIA QUERIES
   ============================== */

/* ===== Extra Small Devices (Phones, <576px) ===== */
@media (max-width: 575.98px) {

  body{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
  }
  html{
    overflow: scroll;
  }

  .navbar .er .navbar-brand  h2{
    font-size: 1.0rem;
    font-weight: 700;
    position: relative;
    right: 40px;
  }
  nav .nav-img img {
  width: 70%;
  height: 50px;
  position: relative;
  right: 20px;
}
  .navbar-collapse ul{
    width: 50%;
    margin: auto;
  }
  .navbar-toggler  span {
    font-size: 30px;
    position: relative;
    left: 50px;
  }

  .hero {
    padding: 0 15px;
  }
  .hero .connn{
    position: relative;
    top: -30px;
  }
  .hero .connn h1 {
    font-size: 20px;
    line-height: 1.3;
  }

  .hero .connn p {
    font-size: 14px;
    font-style: italic;
    margin-bottom: 1.5rem;
    margin-top: -2px;
    text-align: justify;
  }

  a.btn.btn-dd.btn-lg{
    padding: 10px 20px;
    position: relative;
    right: 20px;
    top: -19px;
    font-size: 1.1rem;
  }
  .hero .connn-img .ten-img{
    width: 80%;
    position: relative;
    top: -120px;
    /* right: 10px; */
  }
  .why .text-center h2{
    font-size: 15px;
    width: 90%;
    margin: auto;
  }
  .why .text-center p{
    font-size: 12px;
    line-height: 2;
    width: 90%;
    margin: auto;
  }
  .why .why-all{
    width: 90%;
    margin: auto;
    margin-top: 20px;
  }
  .why .why-all .card-v{
    margin-top: 40px;
    margin-bottom: 40px;
    box-shadow: 0 8px 20px rgba(255, 94, 0, 0.438);
  }
  .why .why-all .card-a  .p-appear{
    width: 117%;
    margin: auto;
  }
  .why .why-all .card-v  .p-Verified{
    width: 117%;
    margin: auto;
  }

  
  #services .col-md-3,
  #pricing .col-md-4,
  #testimonials .col-md-4 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  #services .our-ser .service-box{
    width: 80%;
    margin: auto;
    margin-top: 30px;
  }
  #services .our-ser .service-box-see{
    width: 80%;
    margin: auto;
    margin-top: 30px;
  }

  #pricing .pricing-0 .card-body{
    width: 80%;
    margin: auto;
  }
  #pricing .pricing-1 .card-body {
    width: 80%;
    margin: auto;
  }

  #process .col-md-3 {
    flex: 0 0 50%;
    max-width: 50%;
    margin: auto;
    margin-bottom: 1rem;
  }

  #contact .tf h2{
    width: 80%;
    margin: auto;
    font-size: 20px;
    font-weight: 700;
  }
  #contact .tf p{
    width: 80%;
    margin: auto;
    font-size: 13px;
    font-weight: 400;
    font-style: italic;
  }

  #testimonials .tg h2{
    width: 80%;
    margin: auto;
    font-size: 20px;
    font-weight: 700;
  }
  #testimonials .tg .get{
    width: 80%;
    margin: auto;
    font-size: 20px;
    font-weight: 700;
  }
  #testimonials .tg .card-v{
    width: 80%;
    margin: auto;
    font-size: 20px;
    font-weight: 700;
  }
  #testimonials .tg p{
    width: 100%;
    margin: auto;
    font-size: 14px;
  }
  #testimonials .tg .p-very{
    width: 100%;
    margin: auto;
    font-size: 14px;
  }
  #faq .gg h2{
    font-size: 20px;
    font-weight: 700;
    width: 80%;
    margin: auto;
  }
  #faq #faq1{
    width: 80%;
    margin: auto;
  }
  #faq #faq1 .btn-link{
    position: relative;
    right: 45px;
    width: fit-content;
    margin: auto;
    font-size: 11px;
    font-weight: 600;
    margin-right: 70px;
  }
  #faq #faq2 .btn-link {
    position: relative;
    right: 28px;
    width: fit-content;
    margin: auto;
    font-size: 11px;
    font-weight: 600;
    margin-right: 70px;
  }
  #faq #faq3 .btn-link {
    position: relative;
    right: 20px;
    width: fit-content;
    margin: auto;
    font-size: 11px;
    font-weight: 600;
    margin-right: 70px;
  }
  #faq #faq4 .btn-link {
    position: relative;
    right: 20px;
    width: fit-content;
    margin: auto;
    font-size: 11px;
    font-weight: 600;
    margin-right: 70px;
  }
  #newsletter form {
    flex-direction: column;
  }

  #newsletter input[type="email"] {
    min-width: 100%;
    margin-bottom: 10px;
  }

  footer p {
    font-size: 0.9rem;
  }
}

/* ===== Medium Devices (l-laptop, 1366px–1024px) ===== */
/* @media (max-width: 1366px) and (min-width: 1024px) {
 body{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
  }
  html{
    overflow: scroll;
  }
 
  .hero {
    position: relative;
    top: 20px;
  }
  .hero .connn h1 {
    font-size: 45px;
    width: 100%;
  }

  .hero .connn p {
    font-size: 25px;
    width: 90%;
    text-align: justify;
  }
  .hero .connn a {
    font-size: 15px;
    margin-top: 30px;
  }
  a.btn.btn-dd.btn-lg{
    padding: 10px 20px;
    position: relative;
    right: 20px;
    top: -19px;
    font-size: 2.1rem;
  }
  img.ten-img.wat-img{
    width: 100%;
    top: 60px;
    margin-left: 30px;
    position: relative;
  }

  .why .ed h2{
    margin-top: 50px;
  }
  
  .why .ed p{
    font-size: 13px;
  }


  #services .col-md-3 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  div.col-md-3.mb-4.rdg{
    margin-top: 30px;
  }

  div.col-md-3.mb-4.tgg{
    margin-top: 40px;
  }

  #pricing .col-md-4 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  div.col-md-4.prec.mb-4.pricing-0 {
    width: fit-content;
    margin: auto;
    margin-top: 20px;
  }

  #testimonials .col-md-4 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  div.col-md-4.mb-4 {
    width: fit-content;
    margin: auto;
    margin-top: 20px;
  }

  #process .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  #newsletter input[type="email"] {
    min-width: 300px;
  }
}   */


/* ===== Medium Devices (Tablets, 768px–991px) ===== */
  @media (min-width: 768px) and (max-width: 991.98px) {
  .hero .cond{
    position: relative;
    top: 20px;
  }
  .hero .cond h1 {
    font-size: 2.1rem;
    width: 130%;

  }
  .hero .cond p {
    font-size: 1.13rem;
    text-align: justify;
  }
  a.btn.btn-dd.btn-lg{
    padding: 10px 20px;
    position: relative;
    right: 20px;
    top: -19px;
    font-size: 1.1rem;
  }
  .hero .cond-img .wat-img{
    width: 90%;
    margin-top:100px;
    position: relative;
  }

  div.p-appear.ghg p {
    font-size: 15px;
  }
  #services .ddd .service-box-see{
    width: 100%;
    position: relative;
    top: 7px;
    font-size: 13px;
  }
  #services .ddd .service-box-see p{
    width: 100%;
    font-size: 13px;
  }
  #testimonials .eed .card-body{
    margin-top: -35px;
  }
}  


/* ===== Extra Large Devices (Desktops ≥1200px) ===== */
/* @media (min-width: 1024px) and (min-width: 1200px) {
  .hero {
    border: 2px solid red;
  }

  .hero h1 {
    font-size: 5.5rem;
  }

  .hero p {
    font-size: 1.3rem;
  }

  .container {
    max-width: 1200px;
  }

  #newsletter input[type="email"] {
    min-width: 350px;
  }
}  */
/* @media  (min-width: 1200px) {
  .hero {
    border: 2px solid red;
  }

  .hero h1 {
    font-size: 5.5rem;
  }

  .hero p {
    font-size: 1.3rem;
  }

  .container {
    max-width: 1200px;
  }

  #newsletter input[type="email"] {
    min-width: 350px;
  }
}  */


/* ===== Ultra-Wide Screens (Very Large Monitors ≥1600px) ===== */
/* @media (min-width: 1600px) {
  .container {
    max-width: 1400px;
  }

  .hero h1 {
    font-size: 4rem;
  }

  .hero p {
    font-size: 1.4rem;
  }

  #newsletter input[type="email"] {
    min-width: 400px;
  }
} */
body {
  font-family: 'Poppins', sans-serif;

}

nav{
  /* border: 2px solid red; */
  background-color: white;
  box-shadow: 0 8px 20px #FF5C00;
}
.navbar .er .navbar-brand {
  position: relative;
  right: 60px;
}
.navbar-brand {
  /* font-size: 10px; */
  color: #FF5C00;
  font-weight: 600;
  position: relative;
  left: 20px;
  top: 6px;
}

.navbar-brand h2{
  margin-left: 5px;
  font-size: 20px;
}
.nav-img img {
  width: 110%;
  height: 50px;
  margin-top: -20px;
}
.navbar-brand:hover {
  color: #FF5C00;
}
.navbar-brand span{
  font-size: 20px;
  color: #000;
  font-weight: 500;
}
nav .fa-bars{
  margin-right: 40px;
  font-size: 40px;
  color: #FF5C00;
}
/* nav button{
  border: 2px solid red;
} */

#navbarNav ul li{
  margin-left: 20px;
}
#navbarNav ul li a{
  color: #FF5C00;
  font-size: 18px;
  font-weight: 700;
}
#navbarNav ul li .btn-nd{
  background-color: #FF5C00;
  color: #fff;
}

.hero{
  height: 90vh;
  background-color: #000;
  padding-top: 30px;
}
.hero .connn{
  position: relative;
  left: 15%;
  margin-top: 30%;
}

.hero h1 {
  font-size: 50px;
  color: #FF5C00;
  width: 85%;
  /* margin: auto; */
  font-weight: 700;
}
.hero .lead{
  width: 80%;
  /* margin: auto; */
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  margin-top: 16px;
  font-style: italic;
}
.btn-dd{
  background-color: #FF5C00;
  color: #fff;
  margin: auto;
  margin: 10px 23%;
}
a.btn-dd{
  font-size: 20px;
  font-weight: 700;
  padding: 10px 30px;
}
a.btn-dd:hover {
  color: #FF5C00;
  background-color: #fff;
}
.hero .connn-img img{
  width: 70%;
  margin: auto;
  margin-top: 70px;
  margin-left: 15%;
  animation: moveUpDown 3s ease-in-out infinite;
}
@keyframes moveUpDown {
  0% {
    transform: translateY(0);
    /* Start position */
  }
  50% {
    transform: translateY(-30px);
    /* Move up */
  }
  100% {
    transform: translateY(0);
    /* Return to start position */
  }
}

/* end hero */


.why{
  width: 100%;
  background-color: #fff;
}
.why h2{
  background-color: #FF5C00;
  color: #fff;
  border-radius: 10px;
  padding: 10px 0;
  font-size: 30px;
  font-weight: 600;
}
.why .why-p{
  color: #000;
  font-size: 15px;
  font-weight: 600;
  width: 60%;
  margin: auto;
  font-style: italic;
}

.why-all{
  margin-top: 7%;
}
.why .card-a{
  background-color: #FF5C00;
}
.why .card-a i{
  background-color: #fff;
  color: #FF5C00;
  padding: 20px;
  border-radius: 50px;
  margin-top: 12px;
  font-size: 50px;
}

.why .card-a h5{
  color: #fff;
  margin-top: 20px;
  font-size: 25px;
  font-weight: 600;
}

.why .card-a  .p-appear{
  color: #fff;
  margin-top: 20px;
  font-size: 14px;
  font-weight: 500;
  font-style: italic;
  background-color: #000;
  width: 114%;
  margin: auto;
  position: relative;
  right: 20px;
  top: 20px;
  padding: 30px 0;
  padding-bottom: 30px;
}
.why .card-a  p{
  width: 80%;
  margin: auto;
}



.why .card-v{
  background-color: #fff;
  box-shadow: 0 8px 20px #FF5C00;
}
.why .card-v i{
  background-color: #FF5C00;
  color: #fff;
  padding: 20px;
  border-radius: 50px;
  margin-top: 12px;
  font-size: 50px;
}

.why .card-v h5{
  color: #000;
  margin-top: 20px;
  font-size: 25px;
  font-weight: 600;
}

.why .card-v  .p-Verified{
  color: #fff;
  margin-top: 20px;
  font-size: 15px;
  font-weight: 500;
  font-style: italic;
  background-color: #FF5C00;
  width: 114%;
  margin: auto;
  position: relative;
  right: 20px;
  top: 20px;
  padding: 30px 0;
  padding-bottom: 30px;
}
.why .card-v  p{
  width: 80%;
  margin: auto;
}


/* end why */

#services {
  background-color: #000;
  width: 100%;
}
#services h2{
  color: #fff;
  font-size: 30px;
  font-weight: 700;
}
.our-ser{
  margin-top: 6%;
}
.service-box:hover {
  transform: translateY(-5px);
  transition: all 0.3s ease;
}
#services .service-box{
  padding: 20px 0;
  background-color: #fff;
}
#services .service-icon{
  position: relative;
  color: #FF5C00;
  top: -58px;
}
#services .service-icon i{
  font-size: 60px;
}
#services .service-box h5{
  margin-top: -20px;
  color: #FF5C00;
  font-size: 20px;
}
#services .service-box p{
  color: #000;
  margin-top: 25px;
  font-weight: 400;
  font-style: italic;
  font-size: 15px;
}

.service-box-see:hover {
  transform: translateY(-5px);
  transition: all 0.3s ease;
}
#services .service-box-see{
  padding: 20px 0;
  background-color: #fff;
}
#services .service-box-see{
  padding: 20px 0;
  background-color: #FF5C00;
}
#services .service-icon-0{
  position: relative;
  color: #fff;
  top: -58px;
}
#services .service-icon-0 i{
  font-size: 60px;
}
#services .service-box-see h5{
  margin-top: -20px;
  color: #000;
  font-size: 20px;
}
#services .service-box-see p{
  color: #fff;
  margin-top: 25px;
  font-weight: 400;
  font-style: italic;
  font-size: 15px;
}
/* end service */


/* #pricing .pricing{ 
  border: 2px solid red;
} */
.pricing-0 .card-body{
  background-color: #fff;
  width: 100%;
  box-shadow: 0 8px 20px #FF5C00;
}
.pricing-0 .card-body h5{
  font-size: 20px;
  font-weight: 600;
  color: #FF5C00;
}
.pricing-0 .card-body h3{
  font-size: 25px;
  font-weight: 600;
  color: #000;
  margin-top: 20px;
  margin-bottom: 10px;
  font-style: italic;
}
.pricing-0 .card-body li{
  font-size: 17px;
  font-weight: 400;
  color: #000;
  margin-top: 15px;
  font-style: italic;
}
.pricing-0 .card-body a{
  font-size: 17px;
  font-weight: 400;
  color: #FF5C00;
  margin-top: 15px;
  font-style: italic;
  border: 1px solid #FF5C00;
  border-radius: 7px;
}



.pricing-1 .card-body{
  background-color: #FF5C00;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.438);
}
.pricing-1 .card-body h5{
  font-size: 20px;
  font-weight: 600;
  color: #fff;
}
.pricing-1 .card-body h3{
  font-size: 25px;
  font-weight: 600;
  color: #000;
  margin-top: 20px;
  margin-bottom: 10px;
  font-style: italic;
}
.pricing-1 .card-body li{
  font-size: 17px;
  font-weight: 400;
  color: #fff;
  margin-top: 15px;
  font-style: italic;
}
.pricing-1 .card-body a{
  font-size: 17px;
  font-weight: 400;
  color: #FF5C00;
  background-color: #fff;
  margin-top: 15px;
  font-style: italic;
  border: 1px solid #FF5C00;
  border-radius: 7px;
}


#process{
  background-color: #000;
  width: 100%;
}
#process h2{
  color: #FF5C00;
}
#process h1{
  background-color: #FF5C00;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  width: fit-content;
  margin: auto;
  padding: 10px 20px;
  margin-bottom: 20px;
}
#process p{
  color: #FF5C00;
  font-size: 18px;
  font-weight: 700;
}

#contact{
  background-color: #fff;
  width: 100%;
}
#contact h2{
  color: #FF5C00;
  font-size: 30px;
  font-weight: 700;
}
#contact p{
  color: #000;
  font-size: 16px;
  font-weight: 400;
  width: 50%;
  margin: auto;
  font-style: italic;
}
#contact a{
  background-color: #FF5C00;
  color: #fff;
  padding: 10px 20px;
  font-size: 20px;
  font-weight: 600;
  font-style: italic;
}

#testimonials{
  background-color: #000;
  width: 100%;
}
#testimonials .card {
  transition: all 0.3s ease;
  background-color: #FF5C00;
}
#testimonials .card:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.1);
}
#testimonials h2{
  color: #fff;
}
#testimonials p{
  color: #fff;
  font-size: 17px;
  font-weight: 500;
}
#testimonials h6{
  color: #000;
  font-style: italic;
}


#testimonials .card-v {
  transition: all 0.3s ease;
  background-color: #fff;
}
#testimonials .card .card-v:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.1);
}

#testimonials .p-very{
  color: #000;
  font-size: 17px;
  font-weight: 500;
}
#testimonials .h-j{
  color: #FF5C00;
  font-style: italic;
}


#faq .card-header {
  background-color: #fff;
  width: 100%;
}
#faq .btn-link {
  color: #000;
  font-weight: 700;
  text-decoration: none;
}
#faq .btn-link:hover {
  text-decoration: underline;
}
#faq #answer1 {
  background-color: #FF5C00;
  color: #fff;
  text-decoration: none;
}
#faq #answer2 {
  background-color: #FF5C00;
  color: #fff;
  text-decoration: none;
}
#faq #answer3 {
  background-color: #FF5C00;
  color: #fff;
  text-decoration: none;
}
#faq #answer4 {
  background-color: #FF5C00;
  color: #fff;
  text-decoration: none;
}


#newsletter{
  background-color: #000;
  width: 100%;
}
#newsletter h2{
  color: #FF5C00;
}
#newsletter p{
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  font-style: italic;
}
#newsletter .btn-sub{
  color: #FF5C00;
  background-color: #fff;
  font-weight: 700;
  text-decoration: none;
}
#newsletter small{
  color: #FF5C00;
  font-weight: 500;
  font-style: italic;
}
#newsletter input:focus{
  outline-style: none !important;
  box-shadow: none;
  color: #FF5C00;
  border: 1px solid #FF5C00;
}

#newsletter  h5{
  font-size: 17px;
  color: #fff;
  margin-top: 10px;

}
#newsletter h5 a{
  font-size: 30px; 
}
#newsletter i{
  color: #FF5C00; 
  margin-left: 6px;
  position: relative;
  top: 3px;
}
footer{
  background-color: #fff;
  width: 100%;
  color: #FF5C00;
  font-size: 17px;
  font-weight: 600;
  font-style: italic;
}

