body {
  word-wrap: break-word;
  -ms-word-wrap: break-word;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  line-height: 1.6;
}

ol,
ul {
  list-style: none;
  padding-left: 0rem !important;
}

html {
  overflow-x: hidden;
}
a {
  text-decoration: none !important;
}

/* Top Header */
.logo>img {
 
  width: 80%;
}
.hdr-benr {
  background-image: url("/images/benr-1.jpg");
  background-size: 100% 100%;
  padding-top: 40px;
  height: 550px;
  animation-name: example;
  animation-duration: 15s;
  animation-iteration-count: infinite;
  position: relative;
}

.hdr-benr::after {
  content: " ";
  width: 100%;
  height: 100%;
  background-color: #3333338c;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  z-index: 1;
}
.extra-features-content>h5 {
  font-size: 27px;
}
@keyframes example {
  0% {
    background-image: url("/images/benr-2.jpg");
  }

  25% {
    background-image: url("/images/benr-3.jpg");
  }

  50% {
    background-image: url("/images/benr-4.jpg");
  }

  75% {
    background-image: url("/images/benr-1.jpg");
  }

  100% {
    background-image: url("/images/benr-2.jpg");
  }
}

.head-con {
  padding-top: 16%;
}

.head-con > h1 {
  font-size: 50px;
}

.head-con > p {
  font-size: 18px;
  color: #f9f4f4;
}

.contact {
  display: inline-block;
  background-color: #0b60a9;
  padding: 9px 25px 10px 25px;
  font-size: 19px;
  font-weight: 700;
  color: white !important;
  margin-top: 20px;
}

.contact:hover {
  background-color: #159515;
}

.top-header {
  background: #f7f5f5;
  padding: 8px 15px;
  position: relative;
  z-index: 99;
}

.botm-hdr,
.head-con {
  position: relative;
  z-index: 99;
}

.top-header ul {
  float: right;
  margin: 0;
  padding: 20px 0 0 0;
}
.top-header ul li {
  display: inline-block;
  margin: 0 10px;
}
.logo-ftr>img {
  width: 73%;
  margin-bottom: 10px;
}

.top-header ul li.last {
  margin-right: 0;
}

.top-header ul li i {
  float: left;
  margin-right: 10px;
  padding: 10px 10px;
  background-color: #1f690d;
  color: #ffffff;
  font-size: 24px;
}

.top-header ul li p {
  float: right;
  overflow: hidden;
  margin: 0;
}

.top-header ul li p span {
  display: block;
  width: 100%;
  font-size: 16px;
  font-weight: 700;
}
.bg-nav {
  background-color: #1f690d;
}
.top-header ul li p span.heading {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}

.navbar-light .navbar-brand {
  display: none;
}

/* <!-- second-benr-part--> */

.types-benar,
.about-benar,
.what-we-do-benar,
.contact-us-benar,
.tetimemorial-benar,
.ensure-benar,
.fottr-benar {
  padding: 100px 0px;
}

.ft-thx-feature-innerbox {
  padding: 50px 30px 45px;
  background-color: #ffffff;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}

.ft-thx-inner-item {
  text-align: center;
}

.ft-thx-inner-text h3 {
  color: #159515;
}

.ft-thx-inner-item img {
  width: 110px;
  margin-bottom: 20px;
}
.house {
  margin-top: 0px;
}
.extra-features-img > img {
  width: 100%;
  margin-top: 20px;
}

/* About part start  */
.readmore {
  background: #2a8ee6 none repeat scroll 0 0;
  border: medium none;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.5px;
  line-height: 1;
  margin-bottom: 0;
  padding: 18px 30px;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  z-index: 1;
}
.readmore:hover {
  background-color: #159515;
  color: white;
}
.testimemorial-box {
  padding: 20px 40px;
  text-align: center;
}
.testimemorial-box > p {
  font-size: 27px;
}
.headtag {
  color: brown;
}

/* services part  */
.cargo-type {
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
    rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
  padding: 20px 10px;
  margin: 0px 1px;
  cursor: pointer;
}

.cargo-type img {
  width: 100%;
}

.cargo-type h3,
.pr-cor-section-title h2 {
  font-weight: 700;
  color: #159515;
}
.swiper-slide {
  padding: 20px 0px;
}
/* contact part start  */
.form-benar {
  background-image: url(/images/about-4.jpg);
  background-size: 100% 100%;
  padding: 80px 0;
  position: relative;
  z-index: 99;
  background-attachment: fixed;
}

.form-benar::after {
  content: " ";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.77);
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  z-index: -1;
}

.info-box h1 {
  position: relative;
  z-index: 99;
}

.input-box {
  padding-left: 25px;
  margin: 20px 21px 20px 21px;
  width: 44%;
  height: 50px;
  border: none;
  border-radius: 4px;
}

.text-aera {
  padding-left: 25px;
  border: none;
  width: 92%;
  border-radius: 3px;
}

.contact {
  padding: 12px 25px;
  background-color: #2a8ee6;
  border-radius: 6px;
  margin-top: 20px;
  color: white;
  display: inline-block;
  font-weight: 700;
  /* border: 2px solid white; */
}

.contact:hover {
  background-color: #159515;
  color: white;
}

/* footer part  */

.con-t {
  padding: 10px 26px;
  font-weight: 700;
  margin-top: 35px;
}

.add1 li a,
.fotr-link {
  color: #0b60a9 !important;
  font-weight: 500;
}

.fotr-link:hover {
  color: #2a8ee6 !important;
}
.info-fotr > p {
  color: #0b60a9;
}

.add1 li a {
  line-height: 38px;
}

.add1 li a i {
  margin-right: 17px;
}

.compnay-info {
  padding-left: 60px;
}

.add li {
  padding-left: 16px;
}

/* copy right part  */
.copyright {
  background-color: #1f690d;
}

.social-icon {
  margin-top: 17px;
}

.ftr-mm li a {
  margin: 0 12px;
  color: white;
}

.jaya {
  color: #ffffff !important;
}

.contact-t {
  display: inline-block;
  padding: 8px 20px;
  font-weight: 700;
  margin-top: 25px;
  background-color: white !important;
  border: 2px solid white !important;
  color: #04044a;
}

.contact-t:hover {
  border: 2px solid white !important;
  color: white !important;
}
.whatsp {
  background-color: #159515;
  color: white !important;
  padding: 0px 12px 2px 12px;
  font-size: 35px;
  position: fixed;
  bottom: 60px;
  right: 25px;
  border-radius: 50%;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  z-index: 999;
}

.fottr-benar {
  background-color: rgb(145, 214, 117);
}
.fottr-benar {
  padding: 56px 0px;
}

.company-add {
  padding-left: 46px;
}

/* contact us page  */

.contact-bnr {
  background-image: url(/images/contact-bnr.jpg);
  background-size: 100% 100%;
}
.bnr {
  display: flex;
  align-items: center;
  height: 400px;
}
.contact-info-bnr {
  padding: 80px 0px;
}

.contact-way > li > a {
  color: #0b60a9;
  font-size: 21px;
}
.contact-way > li > a > svg {
  color: rgb(197, 93, 19);
  margin-right: 12px;
}
.btn-sign {
  background-color: rgb(197, 93, 19) !important;
  color: white !important;
}

.value-bnr,
.servce-con {
  padding: 80px 0px;
}
.head-tag {
  color: #1f690d;
}
.offmenu-ul > li > a {
  color: chocolate;
  font-weight: 700;
}
.offcanvas-header {
  background-color: green;
  color: white;
}


/* mobile  responsive start  */

@media (max-width: 992px) {
  body{
    overflow-x: hidden;
  }
  .container {
    width: 100%;
  }
  .top-header ul {
    display: none;
  }
  .top-header {
    padding: 0px 15px 0px 15px;
  }

  .navbar-brand {
    display: block !important;
  }
  .delivry-benr,
  .about-benr,
  .our-services-benr,
  .counter-benr,
  .testimonial-benar,
  .fotr-benr,
  .contact-us-benar {
    padding: 50px 0;
  }
  .cargo {
    width: 100%;
  }
  .about-con {
    padding-top: 20px;
  }
  .house {
    margin-top: 20px;
  }
  .top-header {
    display: none;
  }
  .social-icons > li > a > i {
    font-size: 30px;
    color: black;
  }
  .social-icons > li > a > i :hover {
    color: #1f690d;
  }
  .input-box {
    padding-left: 16px;
    margin: 13px 0px;
    width: 100%;
}
.text-aera {
  padding-left: 16px;
  width: 100%;
}
}

@media (max-width: 768px) {
  .social-icon {
    justify-content: center;
    margin-top: 10px;
  }
  .types-benar,
  .about-benar,
  .what-we-do-benar,
  .contact-us-benar,
  .tetimemorial-benar,
  .ensure-benar,
  .fottr-benar {
    padding: 55px 0px;
  }

  .logo {
    display: none;
  }

  .head-con > h1 {
    font-size: 32px;
  }

  .head-con > p {
    font-size: 16px;
  }

  .hdr-benr {
    height: 464px;
  }
  .worldwide {
    margin: 25px 0;
  }

  .experience {
    margin-bottom: 20px;
  }

  .cargo {
    width: 100%;
    display: block !important;
    gap: 0px;
  }

  .cargo > span {
    display: block;
    margin-top: 20px;
  }

  .info-ad {
    margin-top: 0px;
  }

  .form-inquiry {
    margin-top: 30px;
  }

  .testimonial-con p {
    font-size: 12px;
  }

  .testimonial-con h5 {
    font-size: 14px;
  }

  .thumb i {
    font-size: 37px;
    padding: 10px 15px;
  }

  .tailor-details {
    padding-left: 15px;
  }
  .tailor-img,
  .tailor-details {
    width: 100%;
  }
  .cargo-type {
    margin: 0px 10px;
  }
  .pr-cor-section-title h2 {
    margin-top: 15px;
  }
  .input-box {
    padding-left: 15px;
    margin: 8px 0px 8px 0px;
    width: 100%;
  }
  .text-aera {
    padding-left: 15px;
    width: 100%;
  }
  .testimemorial-box {
    padding: 15px 5px;
  }
  .testimemorial-box > p {
    font-size: 16px;
  }
  .compnay-info,
  .company-add {
    padding-left: 0px;
  }
  .copy > p {
    margin-bottom: 0rem !important;
    text-align: center;
  }
  .company-add > h4 {
    margin-left: 0px;
  }
  .contact-bnr {
    height: 300px;
  }
  .contact-way > li > a {
    font-size: 16px;
  }
  .image-servce > img {
    width: 100%;
  }
  .social-icons {
    width: 100%;
    justify-content: space-evenly;
  }
}
@media (max-width: 540px) {
  .time {
    margin: 20px 0;
  }
  .vision-img {
    margin-bottom: 15px;
  }
  .scroll-bar {
    white-space: nowrap;
    overflow-x: auto;
  }
}
