@media (max-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3 rem;
  }

  .we-trusted-area .trusted-caption {
    padding: 0px !important;
    margin-left: 0px !important;
    margin-left: 0px !important;
  }

  .we-trusted-area .trusted-caption h2 {
    color: #af7e0f !important;
  }

  .slicknav_menu .slicknav_icon-bar {
    background-color: #af7e0f !important;
  }

  .header-area .header-bottom {
    padding: 22px 20px !important;
  }
}

body {
  font-family: Arial, Helvetica, sans-serif;
}

input[type="text"],
input[type="password"] {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  box-sizing: border-box;
}

button {
  background-color: #4caf50;
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  cursor: pointer;
  width: 100%;
}

button:hover {
  opacity: 0.8;
}

.cancelbtn {
  width: auto;
  padding: 10px 18px;
  background-color: #f44336;
}

.bottonLogin {
  width: 20%;
  margin-left: 39%;
  margin-top: 6%;
  margin-bottom: 5%;
}

.imgcontainer {
  text-align: center;
  margin: AUTO;
  width: 60%;
  padding-bottom: 2%;
  padding-top: 12%;
}

img.avatar {
  width: 40%;
  border-radius: 50%;
}

.container {
  padding: 16px;
}

.contnenrtRow {
  margin-bottom: 5%;
  margin-top: 5%;
}

span.psw {
  float: right;
  padding-top: 16px;
}

/* Change styles for span and cancel button on extra small screens */
@media screen and (max-width: 300px) {
  span.psw {
    display: block;
    float: none;
  }
  .cancelbtn {
    width: 100%;
  }
}

.we-trusted-area .trusted-caption h2 {
  color: #af7e0f;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 40px;
  display: block;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
  color: #af7e0f;
  margin-top: 0px;
  font-style: normal;
  font-weight: 500;
  text-transform: normal;
}
.section-tittle h2 {
  color: #af7e0f;
  font-size: 60px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 95px;
}

.services-area .single-services .services-caption h4 {
  color: #af7e0f;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 25px;
  display: inline-block;
}

#scrollUp {
  background: #af7e0f;
  height: 50px;
  width: 50px;
  right: 31px;
  bottom: 18px;
  color: #fff;
  font-size: 20px;
  text-align: center;
  border-radius: 50%;
  line-height: 48px;
  border: 2px solid transparent;
}

.border-btn {
  background: none;
  -moz-user-select: none;
  border: 2px solid #2b733bf2;
  padding: 18px 38px;
  margin: 10px;
  text-transform: capitalize;
  color: #2b733bf2;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  margin-bottom: 0;
  border-radius: 5px;
  position: relative;
  transition: color 0.4s linear;
  position: relative;
  overflow: hidden;
  margin: 0;
}

.border-btn::before {
  border: 2px solid transparent;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #57b96df2;
  z-index: -1;
  transition: transform 0.5s;
  transition-timing-function: ease;
  transform-origin: 0 0;
  transition-timing-function: cubic-bezier(0.5, 1.6, 0.4, 0.7);
  transform: scaleY(0);
}

.btn::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 110%;
  height: 100%;
  background: #57b96df2;
  z-index: 1;
  border-radius: 5px;
  transition: transform 0.5s;
  transition-timing-function: ease;
  transform-origin: 0 0;
  transition-timing-function: cubic-bezier(0.5, 1.6, 0.4, 0.7);
  transform: scaleX(0);
}

.footer-area .footer-tittle h4 {
  color: #af7e0f;
  font-size: 20px;
  margin-bottom: 29px;
  font-weight: 500;
  text-transform: capitalize;
}
.footer-area .footer-tittle ul li a {
  font-size: 15px;
}
.footer-bottom-area .footer-copy-right p a {
  color: #2b733bf2;
}

.slider-active button:hover {
  background: #57b96df2;
}
.slider-active button.slick-arrow {
  background: #af7e0f;
}

.single-services:hover .services-icon span {
  color: #2b733bf2;
}

.main-header .main-menu ul li:hover > a {
  color: #28a745 !important;
}

.header-area .header-top .header-info-right .header-social li a:hover {
  color: #2b733bf2;
}

.footer-area .footer-social a i:hover {
  color: #2b733bf2;
  box-shadow: 0 -3px 0 0 rgba(24, 24, 24, 0.15) inset,
    0 3px 10px rgba(0, 0, 0, 0.3);
  -webkit-transform: translateY(-3px);
  -moz-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}

.footer-area .footer-tittle ul li a:hover {
  color: #2b733bf2;
  padding-left: 5px;
}

.header-area .header-bottom {
  padding: 0px 70px;
}

.main-header .main-menu ul li a {
  padding: 27px 19px !important;
}

.trusted-padding {
  padding-top: 80px;
}

.section-padding2 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.footer-padding {
  padding-top: 100px;
  padding-bottom: 50px;
}

.swal2-styled.swal2-confirm {
  border: 0;
  border-radius: 0.25em;
  background: initial;
  background-color: #2b733bf2 !important;
  color: #fff;
  font-size: 1.0625em;
}

.recent-area .single-recent-cap .recent-img img {
  width: 90%;
}

.we-trusted-area .trusted-caption {
  background: rgba(255, 255, 255, 0.8);
  padding: 26px 60px 25px 30px;
  margin-left: -152px;
}

.btn {
  background: #2b733bf2;
  -moz-user-select: none;
  text-transform: uppercase;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 0;
  margin-bottom: 0;
  padding: 20px 5px;
  border-radius: 5px;
  min-width: 180px;
  margin: 10px;
  cursor: pointer;
  transition: color 0.4s linear;
  position: relative;
  z-index: 1;
  border: 0;
  overflow: hidden;
  margin: 0;
}

.main-header .main-menu ul li a {
  padding: 27px 19px !important;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
}

.we-trusted-area .trusted-img img {
  width: 90%;
}

.header-area .header-top {
  padding: 2px 80px;
}

.header-area .header-top .header-info-left ul li {
  color: #fff;
  display: inline-block;
  margin-right: 56px;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
}

.services-area .single-services {
  padding: 23px 21px 29px 27px;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  background: #fcfdff;
  position: relative;
}

.services-area .single-services .services-caption p {
  line-height: 15px;
}

.footer-area .footer-pera p {
  color: #868c98;
  padding-right: 125px;
  font-size: 15px;
  margin-bottom: 50px;
  line-height: 1.8;
}

body {
  font-size: 0.8rem;
}

.border-btn {
  padding: 16px 20px;
}

.services-area .single-services .services-icon span {
  font-size: 40px;
}

.boxed-btn {
  padding: 11px 30px;
  font-size: 10px;
}

.contact-info .media-body h3 {
  font-size: 13px;
}

p {
  font-size: 11px;
}

.form-contact .form-control {
  height: 43px;
  font-size: 10px;
}
.form-select {
  height: 30px;
  width: 100%;
}

.form-control {
  height: calc(1.8rem + 2px);
  font-size: 0.8rem;
}
.slider-area .hero-cap h2 {
  color: white;
  font-size: 40px;
  font-weight: 700;
  text-transform: capitalize;
}
.header-area .header-top .header-info-right .header-social li a {
  font-size: 23px;
}

@media (max-width: 767px) {
  .slider-height2 {
    min-height: 170px !important;
  }
}
