@media only screen and (max-width: 1200px) {
  .para {
    position: absolute;
    z-index: 1;
    right: 118px;
    top: 15rem;
  }

  .mask {
    padding-top: 212px;
  }

  .para-2 p {
    color: #ffffff;
    font-size: 20px;
  }

  .para h1 {
    color: #f00505;
    text-transform: capitalize;
    font-size: 2.5rem;
    font-weight: 700;
  }

  .para h3 {
    font-size: 1.5rem;
    color: white;
  }

  .testimonial-section .carousel-item .carousel-caption p {
    font-size: 11PX;
    position: absolute;
    top: -100px;
    padding-top: 5PX;
  }

  .testimonial-section .carousel-indicators {
    bottom: 7.188rem;
  }
}



@media only screen and (max-width:1024px) {


  .nav {
    display: flex;
    flex-wrap: wrap;
    height: 60px;
    line-height: 60px;
    width: 100%;
    background-color: #5f0000;
    flex-direction: row;
    justify-content: space-between;
    padding: 0 25px;
  }

  .nav-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    list-style: none;
    flex-direction: row;

  }

  .nav>.nav-header>.nav-title {
    font-size: 22px;
    font-family: 'Roboto Thin';
    margin-top: -6px;

  }

  .nav>.nav-btn {
    display: none;
  }

  .nav>.nav-links>li>a {
    list-style: none;
    text-decoration: none;
    color: #ffffff;
    font-family: 'Roboto Thin';

  }

  .nav>.nav-links>li>a:hover {
    list-style: none;
    text-decoration: none;
    color: #636363;
    font-family: 'Roboto Thin';

  }

  .nav>#nav-check {
    display: none;
  }


  .testimonial-section .carousel-item .carousel-caption p {
    font-size: 10PX;
    position: absolute;
    top: -100px;
    padding-top: 5PX;
  }


  .testimonial-section .carousel-item h5 {
    color: #ffffff;
    font-size: 22px;
    font-weight: 900;
  }

}


@media only screen and (max-width:992px) {


  .testimonial-section .carousel-item .carousel-caption p {
    font-size: 10PX;
    position: absolute;
    top: -100px;
    padding-top: 5PX;
  }


  .testimonial-section .carousel-item h5 {
    color: #ffffff;
    font-size: 22px;
    font-weight: 900;
  }

}

@media only screen and (max-width:768px) {

  .nav {
    display: flex;
    flex-wrap: wrap;
    height: 60px;
    line-height: 60px;
    width: 100%;
    background-color: #5f0000;
    flex-direction: row;
    justify-content: space-between;
    padding: 0 25px;
  }

  .nav-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    list-style: none;
    flex-direction: row;

  }

  .nav>.nav-header>.nav-title {
    font-size: 22px;
    font-family: 'Roboto Thin';
    margin-top: -6px;

  }

  .nav>.nav-btn {
    display: none;
  }

  .nav>.nav-links>li>a {
    list-style: none;
    text-decoration: none;
    color: #ffffff;
    font-family: 'Roboto Thin';

  }

  .nav>.nav-links>li>a:hover {
    list-style: none;
    text-decoration: none;
    color: #636363;
    font-family: 'Roboto Thin';

  }



  .para h1 {
    color: #f00505;
    text-transform: capitalize;
    font-size: 2rem;
    font-weight: 700;
  }

  .para h3 {
    font-size: 1rem;
    color: white;
  }

  .testimonial-section .carousel-item .carousel-caption p {
    font-size: 10PX;
    position: absolute;
    top: -100px;
    padding-top: 5PX;
  }


  .name h1 {
    color: #ff0000;
    font-size: 28px;
  }

  .name h3 {
    color: #ffffff;
    font-size: 22px;
  }


  .name-1 h1 {
    color: #ff0000;
    margin-left: 2px;
  }

  .icon-1 {
    padding: 14px;
  }

  .baground-footer {
    background-image: url(../Images/footer-2.png);
    text-align: center;
    color: #ffffff;
    font-size: 1rem;
    width: 100%;
  }

  .para-6 h1{
    font-size: 20px;
  }

  
  .para-6 h3{
    font-size: 18px;
    text-align: center;
  }

  .para-6 p{
    font-size: 15px;
    text-align: left;
  }
  .para-7 p {
    margin-top: 0px;
  }

}



@media only screen and (max-width:576px) {

  .nav>.nav-btn {
    display: inline-block;
    position: absolute;
    z-index: 1;
    right: 0px;
    top: 0px;
  }

  .nav>.nav-btn>label {
    display: inline-block;
    width: 50px;
    height: 50px;
    padding: 13px;
  }

  .nav>.nav-btn>label:hover,
  .nav #nav-check:checked~.nav-btn>label {
    background-color: rgba(0, 0, 0, 0.3);
  }

  .nav>.nav-btn>label>span {
    display: block;
    width: 25px;
    height: 10px;
    border-top: 2px solid #eee;
  }

  .nav>.nav-links {
    position: absolute;
    display: block;
    width: 100%;
    background-color: #5f0000;
    height: 0px;
    transition: all 0.3s ease-in;
    overflow-y: hidden;
    top: 50px;
    left: 0px;
  }

  .nav>.nav-links>a {
    display: block;
    width: 100%;
  }

  .nav>#nav-check:checked~.nav-links {
    height: calc(100vh - 50px);
    overflow-y: auto;
  }

  .para {
    right: 68px;
  }

  .para-2 p {
    color: #ffffff;
    font-size: 16px;
    text-align: left;
  }

  .carousel {
    position: relative;
    z-index: -2;
  }

  .carousel-1{
    z-index: 0;
  }


  .baground-footer {
    background-image: url(../Images/footer-2.png);
    text-align: center;
    color: #ffffff;
    font-size: 1rem;
  }

  .para-2 {
    margin-top: -81px;
  }



  .testimonial-section h2 {
    color: #ff0000;
    font-size: 20px;
    padding: 40px;
    text-align: center;
    font-family: 'Times New Roman', Times, serif;
    text-transform: uppercase;
    margin-bottom: -60px;
    margin-top: 238px;
  }

  .para-3 h1 {
    text-align: center;
    margin: 120px;
    color: #ff0000;
    font-size: 25px;
    text-decoration: none;
    font-family: times;
  }


.para {
  top: 20rem;

}

.para h1 {
  color: #f00505;
  text-transform: capitalize;
  font-size: 1.7rem;
  font-weight: 700;
}

.para h3 {
  font-size: 0.7rem;
  color: white;
}

.name {
  margin-top: 26px;
}

.icon-1 {
  padding: 12px;
}

.name-1 {
  margin-top: 26px;
}

.baground-footer p {
  text-align: center;
  color: #ffffff;
  font-size: 15px;
  margin-bottom: 5px;
  font-family: 'Roboto Thin';}

  .para-6 p{
    font-size: 13px;
    text-align: left;
  }
}


@media (max-width: 320px) {

  .nav>.nav-btn {
    display: inline-block;
    position: absolute;
    z-index: 1;
    right: 0px;
    top: 0px;
  }

  .nav>.nav-btn>label {
    display: inline-block;
    width: 50px;
    height: 50px;
    padding: 13px;
  }

  .nav>.nav-btn>label:hover,
  .nav #nav-check:checked~.nav-btn>label {
    background-color: rgba(0, 0, 0, 0.3);
  }

  .nav>.nav-btn>label>span {
    display: block;
    width: 25px;
    height: 10px;
    border-top: 2px solid #eee;
  }

  .nav>.nav-links {
    position: absolute;
    display: block;
    width: 100%;
    background-color: #5f0000;
    height: 0px;
    transition: all 0.3s ease-in;
    overflow-y: hidden;
    top: 50px;
    left: 0px;
  }

  .nav>.nav-links>a {
    display: block;
    width: 100%;
  }

  .nav>#nav-check:checked~.nav-links {
    height: calc(100vh - 50px);
    overflow-y: auto;
  }

  .para {
    right: 68px;
  }

  .carousel {
    position: relative;
    z-index: -2;
  }

  
  .carousel-1{
    z-index: 0;
  }

  .baground-footer {
    background-image: url(../Images/footer-2.png);
    text-align: center;
    color: #ffffff;
    font-size: 1rem;
  }

  .para-2 {
    margin-top: 183px;
  }

  .testimonial-section h2 {
    color: #ff0000;
    font-size: 20px;
    padding: 40px;
    text-align: center;
    font-family: 'Times New Roman', Times, serif;
    text-transform: uppercase;
    margin-bottom: -60px;
    margin-top: 238px;
  }

  .para-3 h1 {
    text-align: center;
    margin: 120px;
    color: #ff0000;
    font-size: 25px;
    text-decoration: none;
    font-family: times;
  }

  .para {
    top: 20rem;
  
  }
  
  
  .para h1 {
    color: #f00505;
    text-transform: capitalize;
    font-size: 1.7rem;
    font-weight: 700;
  }
  
  .para h3 {
    font-size: 0.7rem;
    color: white;
  }
  
  .name {
    margin-top: 26px;
  }
  
  .icon-1 {
    padding-top: 15px;}
  
  .name-1 {
    margin-top: 26px;
  }
  
  .baground-footer p {
    text-align: center;
    color: #ffffff;
    font-size: 15px;
    margin-bottom: 5px;
    font-family: 'Roboto Thin';}
  
    .para-2 {
      margin-top: -81px;
    }
    .name h3{
      color: #ffffff;
      font-size: 13px;
    }

    .para-5 {
      color: #eee;
      font-size: 14px;
      font-family: 'Roboto Thin';}
  
}






@media only screen and (min-width: 1023px) and (max-width:1199px) {

  .para {

    position: absolute;
    z-index: 1;
    right: 118px;
    top: 11rem;
  }

  .testimonial-section .carousel-item .carousel-caption p {
    font-size: 10PX;
    text-align: justify;
    position: absolute;
    top: -100px;
    padding-top: 5PX;
  }


  .testimonial-section .carousel-item h5 {
    color: #ffffff;
    font-size: 22px;
    font-weight: 900;
  }

  .para-5 {
    color: #eee;
    font-size: 15px;
    font-family: 'Roboto Thin';
}
}


@media only screen and (min-width: 991px) and (max-width:1023px) {

  .para {
    position: absolute;
    z-index: 1;
    right: 16px;
    top: 12rem;

  }

  .testimonial-section .carousel-item .carousel-caption p {
    font-size: 10PX;
    text-align: justify;
    position: absolute;
    top: -100px;
    padding-top: 5PX;
  }


  .testimonial-section .carousel-item h5 {
    color: #ffffff;
    font-size: 22px;
    font-weight: 900;
  }
}



@media only screen and (min-width: 767px) and (max-width:991px) {

  .nav>.nav-header>.nav-title {
    display: inline-block;
    font-size: 18px;
    color: #fff;
    padding: 10px 10px 10px 10px;
    overflow: hidden;
  }



  .nav>.nav-links {
    display: flex;
    float: right !important;
    font-size: 15px;
    z-index: 9999;
    padding-top: 10px;
  }


  .para {
    position: absolute;
    z-index: 1;
    right: 46px;
    top: 9rem;
  }

  .para h1 {
    color: #f00505;
    text-transform: capitalize;
    font-size: 2rem;
    font-weight: 700;
  }

  .para h3 {
    font-size: 1rem;
    color: white;
  }

  .testimonial-section .carousel-item .carousel-caption p {
    font-size: 10PX;
    text-align: justify;
    position: absolute;
    top: -100px;
    padding-top: 5PX;
  }


  .name h1 {
    color: #ff0000;
    font-size: 28px;
  }

  .name h3 {
    color: #ffffff;
    font-size: 22px;
  }


  .name-1 h1 {
    color: #ff0000;
    margin-left: 2px;
  }

  .icon-1 {
    padding: 14px;
  }

  .baground-footer {
    background-image: url(../Images/footer-2.png);
    text-align: center;
    color: #ffffff;
    font-size: 1rem;
    width: 100%;
  }
  .para-7 p {
    margin-top: 0px;
  }


  
}

@media only screen and (min-width: 575px) and (max-width:767px) {

  .nav>.nav-links {
    float: right !important;
    font-size: 14px;
    z-index: 9999;
    padding-top: 10px;
  }

  .nav>.nav-header>.nav-title {
    display: inline-block;
    font-size: 16px;
    color: #fff;
    padding: 10px 10px 10px 10px;
     font-family: 'Roboto Thin';
    font-weight:100;
  }

  .para {
    position: absolute;
    z-index: 1;
    right: 29px;
    top: 7rem;
  }

  .para-2 p {
    color: #ffffff;
    font-size: 16px;
    text-align: left;
    font-family: 'Roboto Thin';
    font-weight:100;
  }

  .para h1 {
    display: none;
  }

  .para h3 {
    display: none;
  }

  .mask {
    display: block;
    margin: 0 auto;
    justify-content: center;
  }

  .d-none {
    display: inline-block !important;
  }


  .testimonial-section .carousel-item .carousel-caption p {
    font-size: 9PX;
    text-align: justify;
    position: absolute;
    top: -100px;
    padding-top: 1PX;
      font-family: 'Roboto Thin';
    font-weight:100;
  }

  .name h1 {
    color: #ff0000;
    font-size: 30px;
    font-family: 'Roboto Thin';
    font-weight:300;

  }

  .name h5 {
    margin-top: 0px;
  }

  .name h3 {
    color: #ffffff;
    font-size: 15px;
  }

  .para-4 {
    color: white;
    font-size: 12px;
    font-family: 'Roboto Thin';
    font-weight:100;
  }

  .para-5 {
    color: #eee;
    font-size: 15px;
    font-family: 'Roboto Thin';
    font-weight:100;
  }


  .name-1 h1 {
    color: #ff0000;
    margin-left: 10px;
    margin-top: -9px;
    font-family: 'Roboto Thin';
    font-weight:300;

  }

  .icon-1 {
    padding-top: 15px;
  }

  .icon-2 {
    padding-right: 0px;
  }

  .baground-footer {
    background-image: url(../Images/footer-2.png);
    text-align: center;
    color: #ffffff;
    font-size: 12px;
    width: 100%;
  }

  .carousel {
    position: relative;
    z-index: -2;
  }

  
  .carousel-1{
    z-index: 0;
  }
}


@media only screen and (min-width: 319px) and (max-width: 575px) {
  .para {
    right: 68px;
  }

  .para-6 h3 {
    font-size: 17px;
    text-align: center;
    font-weight: 400;
  }

  .para-6 P{
    margin-top: 10px;
  }
  .baground-footer {
    background-image: url(../Images/footer-2.png);
    text-align: center;
    color: #ffffff;
    font-size: 1rem;
  }

  .para-2 {
    margin-top: -105px;
}

  .testimonial-section h2 {
    color: #ff0000;
    font-size: 20px;
    padding: 40px;
    text-align: center;
    font-family: 'Roboto Thin';
    font-weight:300;
    text-transform: uppercase;
    margin-bottom: -60px;
    margin-top: 238px;
  }

  .para-3 h1 {
    text-align: center;
    margin: 120px;
    color: #ff0000;
    font-size: 25px;
    text-decoration: none;
    font-family: 'Roboto Thin';
    font-weight:300;
  }

  .carousel {
    position: relative;
    z-index: -2;
  }

  
  .carousel-1{
    position: relative;
    z-index: 0;
  }
  .name h3{
    color: #ffffff;
    font-size: 13px;
  }

  .para-5 {
    color: #eee;
    font-size: 14px;
    font-family: 'Roboto Thin';
    font-weight:100;
  }
  
  .group {
    margin-top: 128px;
    width: 100%;}
}

