@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;300;400;600;700&family=Roboto:wght@100;300;400;700&family=Work+Sans:wght@300;400;500;600;700;800;900&display=swap');
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

    /*---navbar---*/
.navbar ul li a{
    font-size: 14px;
    margin: 5px;
  }
.navbar button {
  font-size: 14px;
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.9px;
}
.navbar button:hover {
  color: #fff;
  box-shadow: inset 0 0 0 120px rgba(0, 0, 0, .18);
}
button .bi {
  margin-right: 10px;
}
#page-breadcrumb {
  border-top: 1px solid #eaecee;
  border-bottom: 1px solid #eaecee;
}
.breadcrumb-item a {
  font-size: .72em;
  text-decoration: none;
  color: #222;
}

    /*---Slider section---*/
.carousel-item {
  height: 100vh;
  width: 100%;
  background-size: cover, cover;
  background-repeat: no-repeat, no-repeat;
  transition: all .3s;
  background-attachment: scroll!important;
}
.carousel-item.one {
  background-image: url("image/home background-1.png");
}
.carousel-item.two {
  background-image: url("image/home background-2.jpg");
}
.carousel-item.three {
  background-image: url("image/home background-3.png");
}
.carousel-item .caption {
  padding: 35px 30px;
  color: #fff;
  animation-duration: 1s;
  animation-delay: 2s;
  background-color: rgba(0, 0, 0, 0.43);
  box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.22);
}
#carousel .carousel-item .caption h2 {
  font-size: 225%;
  font-weight: 400;
  line-height: 1.3;
}
#carousel .carousel-item .caption p {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.8;
}
.carousel-item a {
  color: #ffffff;
  font-size: 87%;
  text-decoration: none;
  text-shadow: 1px 1px 0px RGBA(0, 0, 0, 0.17);
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
  letter-spacing: 1px;
  background: #d85935;
  padding: 10px 18px;
  border-width: 0px;
  border-style: solid;
  border-color: #000000;
  border-radius: 3px;
}
.carousel-item a:hover {
  background: #bb4a28;
}

@media screen and (max-width: 389px) {
    .carousel-item .caption {
      padding: 25px 20px;
    }
}


 /*---card section---*/
.section-head {
  margin-bottom: 20px;
}
.section-head h2 {
  position: relative;
  padding: 0;
  line-height: 1;
  font-size: 2.1em;
  line-height: 1;
  font-weight: 700;
  text-align: center;
}
.border-divider {
align-content: center;
  width: 264px;
  height: 4px;
  background: #F46666;
  display: inline-block;
  border-radius: 2px;
}
.section-head p {
  color: #818181;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}
.item {
  border-top: 2px solid #E0C832;
  background: #fff;
  text-align: center;
  box-shadow: 0 0 25px rgba(0,0,0,0.1);
  margin-bottom: 30px;
  padding: 60px 25px 50px 25px;
  border-radius: 6px;
  height: 95%;
}
.item h3{
  color: #161c2d;
  font-size: 1.3em;
  font-weight: 400;
  line-height: 1.2em;
}
.divider {
  width: 7%;
  height: 1px;
  background: #161c2d;
  display: inline-block;
  margin-bottom: 5px;
}
.item p {
  color: #869ab8;
  font-size: 0.9em;
  font-weight: 300;
  line-height: 1.7em;
  letter-spacing: 0.3px;
  margin-bottom: 20px;
}
.item a {
  font-size: 0.95em;
  text-decoration: none;
  color: #D8473F;
  transition: all .14s ease-out;
}
.item a:hover {
  color: #4169ea;
  font-size: 16px;
}


    /*---section 2---*/
.img {
  height: auto;
  max-width: 100%;
  border: none;
  border-radius: 0;
  box-shadow: none;
}
.title-wraper {
  margin-top: 90px;
}
.title-wraper h2 {
  font-size: 2.1em;
  line-height: 1;
  color: #FFFFFF;
  font-weight: 500;
}
.line-divider {
  height: 4px;
  width: 100px;
  background: #585757;
  display: inline-block;
  border-radius: 2px;
  margin-bottom: 3px;
}
.title-wraper p {
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
  font-weight: 400;
  margin-bottom: 55px;
}
.title-wraper h3 {
  font-size: 48px;
  font-weight: 700;
  color: #FFFFFF;
  margin-bottom: 40px;
}
.title-wraper a {
  border: 1px solid #EC2F2F;
  color: #FFFFFF;
  padding: 22px 54px 22px 45px;
  font-size: 15px;
  font-weight: 700;
  background-color: #EC2F2F;
  border-radius: 49px;
  
}
.title-wraper a:hover {
  border-color: #FFFFFF;
  background-color: #FFFFFF;
  color: #EC2F2F;
}

@media screen and (max-width: 992px) {
  .title-wraper a {
    margin-left: 200px;
  }
  .img {
    margin-left: 100px;
  }
}

@media screen and (max-width: 700px) {
  .title-wraper h2{
  font-size: 1.7em;
  }
  .title-wraper a{
  margin-left: 50px;
  }
}
@media screen and (max-width: 767px) {
  .title-wraper a {
    margin-left: 135px;
  }

  .img {
    margin-left: 40px;
  }
}
@media screen and (max-width: 540px) {
  .title-wraper a {
    margin-left: 100px;
  }

  .img {
    margin-left: 20px;
  }
}
@media screen and (max-width: 500px) {
  .title-wraper a {
    margin-left: 90px;
  }

  .img {
    margin-left: 10px;
  }
}
@media screen and (max-width: 400px) {
  .title-wraper a {
    margin-left: 55px;
  }

  .img {
    margin-left: 0px;
  }
}
@media screen and (max-width: 415px) {
  .title-wraper a {
    margin-left: 68px;
  }

  .img {
    margin-left: 0px;
  }
}
@media screen and (max-width: 360px) {
  .title-wraper a {
    margin-left: 40px;
  }
}



      /*---section 3---*/
.title-wrap h1 {
  font-size: 39px;
  color: #E49C6E;
  font-weight: 700;
  margin-bottom: 35px;
}
.title-wrap a {
  background-color: #484848;
  color: #FFF;
  font-size: 15px;
  font-weight: 500;
  padding: 10px 20px 10px 20px;
  margin-bottom: 40px;
}
.title-wrap a:hover {
  color: #fff;
  background-color: #484848;
}
.title-wrap p {
  color: #7A7A7A;
  font-weight: 600;
}


    /*---section 4---*/
.license .text {
  color: rgba(255, 255, 255, 0.64);
  letter-spacing: 1px;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 30px;
}
.license .title {
  color: #ffffff;
  font-size: 5.4rem;
  font-weight: 500;
  line-height: 1em;
}
.license a {
  font-size: 17px;
  color: #fff;
  font-weight: 500;
  background-color: #ef15c4;
  border-style: 2px solid #ef15c4;
  border-radius: 100px;
  padding: 20px 40px;
  transition: all .14s ease-out;
}
.fa-check-circle {
  padding-left: 10px;
}
.license a:hover {
  border-color: #fff;
  color: #fff;
  font-size: 15px;
}
.media p {
  display: none;
}
.media h2 {
  display: none;
}

@media (max-width: 992px) {
  .license .text {
    display: none;
  }
  .license .title {
    display: none;
  }
  .media p {
    display: block;
    color: rgba(255,255,255,0.64);
    font-size: 18px;
    text-align: center;
    letter-spacing: 3px;
  }
  .media h2 {
    display: block;
    color: #ffffff;
    font-size: 5.4rem;
    text-align: center;
    font-weight: 500;
    line-height: 1em;
  }
  .license .verify-btn {
    display: flex;
    justify-content: center;
  }
  .license .verify-btn a {
    margin-top: 50px;
  }
}
@media (max-width: 769px) {
  .media p {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .media h2 {
    font-size: 48px;
  }
}


     /*---section 5---*/
.duties .memphis {
  display: flex;
  justify-content: end;
}
.duties .memphis img {
  width: 200px;
  margin-right: 150px;
  margin-top: 20px;
  position: relative;
}
.video-popup {
  padding: 56px 59px 40px 47px;
  background-image: url("image/photo.jpg");
  width: 55%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-style: solid;
  border-width: 11px 11px 11px 11px;
  border-color: #FFFFFF;
  box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.09);
  margin-top: -320px;
  position: relative;
  margin-left: 270px;
}
.duties .video-popup img {
  width: 125px;
  cursor: pointer;
}
.header h2 {
  color: #242F65;
  margin: 0px 0px 20px 0px;
  font-size: 48px;
  font-weight: 900;
  line-height: 1.3em;
  letter-spacing: 1px;
  margin-left: 45px;
}
.line-divider-two {
  height: 4px;
  width: 100px;
  background: #2575fc;
  margin-left: 50px;
  display: inline-block;
  border-radius: 2px;
  margin-bottom: 3px;
}
.header p {
  color: #767B92;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5em;
  margin-left: 45px;
}
.shape-bottom svg {
  margin-top: -110px;
}
.header hr {
  margin-left: 40px;
}


@media (max-width: 1199px) {
  .video-popup {
    
  }
  .duties .memphis {
    display: flex;
    justify-content: start;
}
  .duties .memphis img {
    margin-left: 150px; 
  }
  .header h2 {
    font-size: 38px;
  }
  .header p {
    font-size: 16px;
  }
  .header hr {
    margin-left: -40px;
  }
  .shape-bottom svg {
    margin-top: -100px;
  }
}
@media (max-width: 992px) {
  .video-popup {
    width: 37%;
  }
  .header h2 {
    font-size: 38px;
    margin-left: -30px;
  }
  .header p {
    font-size: 16px;
    margin-left: -30px;
  }
  .line-divider-two {
    margin-left: -30px;
  }
  .shape-bottom svg {
    margin-top: -90px;
  }
}
@media (max-width: 768px) {
  .video-popup {
    width: 50%;
  }
  .header h2 {
    font-size: 32px;
  }
  .shape-bottom svg {
    margin-top: -70px;
  }
}
@media (max-width: 575px) {
  .duties .video-popup img {
    width: 75px;
}
  .duties .video-popup {
    width: 45%;
  }
  .header h2 {
    margin-left: 1px;
  }
  .line-divider-two {
    margin-left: 1px;
  }
  .header p {
    margin-left: 1px;
  }
  .shape-bottom svg {
    margin-top: -50px;
  }
}
@media (max-width: 415px) {
  .duties .video-popup {
    margin-left: 220px;
  }
}
@media (max-width: 400px) {
  .inspection img{
    width: 480px;
  }
  .duties .video-popup {
    margin-left: 210px;
}
  .shape-bottom svg{
    margin-top: -50px;
  }
}
@media (max-width: 360px) {
  .duties .video-popup {
    margin-left: 190px;
  }
}



    /*---section 6---*/
.vision h2 {
  color: #242F65;
  margin: 0px 0px 25px 0px;
  font-size: 48px;
  font-weight: 900;
  line-height: 1.3em;
}
.vision p {
  color: #767B92;
  font-size: 20px;
  line-height: 1.5em;
  margin: 0px 5px 30px 0px;
}
.inspection img {
  width: 100%;
  height: auto;
  position: relative;
}
.vision .btn-one {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5em;
  border-radius: 100px;
  background-color: #FF5151;
  color: #fff;
  padding: 15px 35px;
  margin-left: 20px;
  margin-bottom: 20px;
  position: relative;
}
.vision .btn-one:hover {
  color: #fff;
  background-color: #242F65;
}
.vision .btn-two {
  color: #242F65;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5em;
  border-radius: 100px;
  background-color: #F8F8F9;
  padding: 15px 35px;
  margin-left: 20px;
  margin-bottom: 20px;
  position: relative;
}
.vision .btn-two:hover {
  color: #fff;
  background-color: #242F65;
}
.shape svg {
  margin-top: -110px;
}

@media (max-width: 769px) {
  .shape svg {
    margin-top: -50px;
  }
  .vision .btn-one {
    width: 50%;
    margin-left: -5px;
    margin-right: 5px;
  }
  .vision .btn-two {
    width: 50%;
    margin-left: -5px;
  }
}

@media (max-width: 401px) {
  .vision h2 {
    font-size: 32px;
  }
  .vision p {
    font-size: 16px;
  }
  .vision .btn-one {
    width: 100%;
    margin-bottom: 10px;
  }
  .vision .btn-two {
    width: 100%;
  }
  .shape svg {
    margin-top: -30px;
  }
}
@media (max-width: 415px) {
  .vision .btn-one {
    width: 100%;
    margin-bottom: 10px;
  }
  .vision .btn-two {
    width: 100%;
  }
}



    /*---section 7---*/
.contact h2 {
  color: #242F65;
  margin: 0px 0px 20px 0px;
  font-size: 48px;
  font-weight: 900;
  line-height: 1em;
}
.contact .text {
  font-size: 20px;
  line-height: 1.5em;
  margin: 0px 10px;
}
.card-item {
  border: 1px solid #f5f5f5;
  background: #fff;
  padding: 48px 41px;
  box-shadow: 0px 30px 60px 0px rgba(145, 152, 156, 0.09);
  border-width: 0px;
  border-radius: 20px;
  height: 90%;
}
.card-item h3 {
  margin: 0px 0px 22px 0px;
  color: #242F65;
  font-size: 26px;
  font-weight: 900;
  line-height: 1.3em;
}
.info-icon-one {
  background-color: #FF5151;
  border-radius: 20px;
  margin: 0px 0px 33px 0px;
  height: 85px;
  box-shadow: 10px 10px 0px 0px rgba(255, 81, 81, 0.28);
  padding: 21px;
  width: 85px;
}
.fa-map-marker {
  font-size: 44px;
  font-weight: 900;
}
.info-icon-two {
  background-color: #51A2FF;
  border-radius: 20px;
  margin: 0px 0px 33px 0px;
  height: 85px;
  box-shadow: 10px 10px 0px 0px rgba(81, 162, 255, 0.32);
  padding: 21px 21px 21px 21px;
  transform: rotate(0deg);
  width: 85px;
}
.fa-phone {
  font-size: 44px;
  font-weight: 900;
}
.fa-inbox {
  background-color: #33CA94;
  border-radius: 20px;
  box-shadow: 10px 10px 0px 0px rgba(51, 202, 148, 0.23);
  padding: 21px 21px 21px 21px;
  transform: rotate(0deg);
  width: 85px;
  height: 85px;
  margin: 0px 0px 33px 0px;
}
.info-icon-three {
  font-size: 44px;
  font-weight: 900;
}
.info .p-three a {
  text-decoration: none;
  color: #1e4b75;
}
.info .p-three a:hover {
  color: #111111;
}
.contact .text-two {
  display: none;
}

@media (max-width: 769px) {
  .contact .text-two {
    display: block;
  }
  .contact .text {
    display: none;
  }
  .contact h2 {
    font-size: 32px;
  }
  .contact .text-two {
    font-size: 16px;
  }
}


    /*---footer section---*/
.copyright-item a {
  color: rgba(255, 255, 255, .79);
  text-decoration: none;
}
.copyright-item a:hover {
  color: #fff;
}