

* {
  scroll-behavior: smooth;
}

.social-links1 {
  display: flex;
  flex-direction: column;
  position: fixed;
  transform: translate(0%, 30%);
  z-index: 2;
  height: 100%;
}

.social-btn {
  cursor: pointer;
  height: 45px;
  width: 45px;
  color: #333;
  border-radius: 10px;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1);
  background: white;
  margin: 5px;
  transition: 0.4s;
  display: flex;
  justify-content: center;
  align-items: center;
}

.social-btn span {
  width: 0px;
  overflow: hidden !important;
  transition: 0.4s;
  text-align: center;
  color: black;
}

.social-btn:hover {
  width: 150px;
  border-radius: 5px;
}

.social-btn:hover span {
  padding: 3px;
  width: max-content;
  overflow: hidden !important;
}

.fa-upload,
.fa-download {
  color: #d82929;
  font-size: 28px;
}

.fa-whatsapp {
  color: #08880d !important;
  font-size: 28px;
}

.fa-phone {
  color: #5c6efa;
  font-size: 28px;
}

@keyframes easy {
  to {
    opacity: 0;
  }

  from {
    opacity: 1;
  }
}

.text-decoration-none {
  text-decoration: none;
}

.ser-box {
  text-align: center;
  list-style: none;
  display: inline-block;
  border: 1px solid #ccc;
  box-shadow: 0 0 10px #cccccc;
  padding: 20px 0px;
  border-radius: 8px;
}

.demo {
  background: linear-gradient(to right, #ffcccc, #d3d3d3);
}

.post-slide {
  margin: 0 15px;
  border-radius: 13px;
}

.post-slide .post-img {
  overflow: hidden;
}

.post-slide .post-img img {
  width: 100%;
  height: auto;
  transform: scale(1);
  transition: all 1s ease-in-out 0s;
}

.post-slide:hover .post-img img {
  transform: scale(1.08);
}

.post-slide .post-content {
  background: #fff;
  padding: 20px;
  max-height: 380px;
}

.post-slide .post-title {
  font-size: 17px;
  font-weight: 600;
  margin-top: 0;
  text-transform: capitalize;
}

.post-slide .post-title a {
  display: inline-block;
  color: #808080;
  transition: all 0.3s ease 0s;
}

.post-slide .post-title a:hover {
  color: #3d3030;
  text-decoration: none;
}

.post-slide .post-description {
  font-size: 15px;
  color: #676767;
  line-height: 24px;
  margin-bottom: 14px;
  text-align: justify;
}

.post-slide .post-bar {
  padding: 0;
  margin-bottom: 15px;
  list-style: none;
}

.post-slide .post-bar li {
  color: #676767;
  padding: 2px 0;
}

.post-slide .post-bar li i {
  margin-right: 5px;
}

.post-slide .post-bar li a {
  display: inline-block;
  font-size: 12px;
  color: #808080;
  transition: all 0.3s ease 0s;
}

.post-slide .post-bar li a:after {
  content: ",";
}

.post-slide .post-bar li a:last-child:after {
  content: "";
}

.post-slide .post-bar li a:hover {
  color: #3d3030;
  text-decoration: none;
}

.post-slide .read-more {
  display: inline-block;
  padding: 9px 18px;
  font-size: 15px;
  font-weight: bold;
  color: #000;
  background: #fff;
  border-bottom-right-radius: 15px;
  text-transform: capitalize;
  transition: all 0.3s linear;
  margin-top: 20px;
  border-top-left-radius: 15px;
  border: 1px solid #000;
}

.post-slide .read-more:hover {
  background: #333;
  text-decoration: none;
}

/*bg*/
/*txt*/
/*success*/

.cart-contact {
  top: 15px !important;
}
.buttons {
  display: flex;
  justify-content: space-around;
  top: 20px;
  left: 20px;
}

.buttons button {
  width: 130px;
  height: 45px;
  background-color: #056bb3;
  color: #fff !important;
  position: relative;
  overflow: hidden;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 500;
  text-transform: uppercase;
  transition: all 0.3s ease;
  cursor: pointer;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
}

.buttons p {
  color: #fff;
}
.buttons button:before,
.buttons button:after {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  /* background-color: #faa831; */
  transition: all 0.3s cubic-bezier(0.35, 0.1, 0.25, 1);
}

.buttons button:before {
  right: 0;
  top: 0;
  transition: all 0.5s cubic-bezier(0.35, 0.1, 0.25, 1);
}

.buttons button:after {
  left: 0;
  bottom: 0;
}

.buttons button span {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
  padding: 0;
  z-index: 1;
}

.buttons button span:before,
.buttons button span:after {
  content: "";
  position: absolute;
  width: 2px;
  height: 0;
  /* background-color: #faa831; */
  transition: all 0.3s cubic-bezier(0.35, 0.1, 0.25, 1);
}

.buttons button span:before {
  right: 0;
  top: 0;
  transition: all 0.5s cubic-bezier(0.35, 0.1, 0.25, 1);
}

.buttons button span:after {
  left: 0;
  bottom: 0;
}



.buttons button p {
  padding: 0;
  margin: 0;
  transition: all 0.4s cubic-bezier(0.35, 0.1, 0.25, 1);
  position: absolute;
  width: 100%;
  height: 100%;
}

.buttons button p:before,
.buttons button p:after {
  position: absolute;
  width: 100%;
  transition: all 0.4s cubic-bezier(0.35, 0.1, 0.25, 1);
  z-index: 1;
  left: 0;
}

.buttons button p:before {
  content: attr(data-title);
  top: 50%;
  transform: translateY(-50%);
}

.buttons button p:after {
  content: attr(data-text);
  top: 150%;
  color: #ffffff;
}

.buttons button:hover:before,
.buttons button:hover:after {
  width: 100%;
}

.buttons button:hover span {
  z-index: 1;
  /* background: rgb(61, 106, 255); */
  box-shadow: 0 0 30px 5px rgba(0, 142, 236, 0.815);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.buttons button:hover span:before {
  box-shadow: 0 0 20px 160px #051829;
  -webkit-transform: skewX(-30deg);
  -moz-transform: skewX(-30deg);
  -ms-transform: skewX(-30deg);
  -o-transform: skewX(-30deg);
  transform: skewX(-30deg);
}
.buttons button:hover span:after {
  height: 100%;
  -webkit-animation: sh02 0.9s 0s linear;
  -moz-animation: sh02 0.9s 0s linear;
  animation: sh02 0.9s 0s linear;
}

.buttons button:hover p:before {
  top: -50%;
  transform: rotate(5deg);
}

.buttons button:hover p:after {
  top: 50%;
  transform: translateY(-50%);
}

.buttons button.start {
  /* background-color: #faa831; */
  box-shadow: 0px 5px 10px -10px rgba(0, 0, 0, 0.2);
  transition: all 0.2s ease;
}

.buttons button.start p:before {
  top: -50%;
  transform: rotate(5deg);
}

.buttons button.start p:after {
  color: white;
  transition: all 0s ease;
  content: attr(data-start);
  top: 50%;
  transform: translateY(-50%);
  animation: start 0.3s ease;
  animation-fill-mode: forwards;
}

.yellow {
  background-color: #faa831 !important;
}

.buttons .yellow:before,
.buttons .yellow:after {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  background-color: #056bb3 !important;
  transition: all 0.3s cubic-bezier(0.35, 0.1, 0.25, 1);
}

.buttons .yellow span:before,
.buttons .yellow span:after {
  content: "";
  position: absolute;
  width: 2px;
  height: 0;
  background-color: #056bb3 !important;
  transition: all 0.3s cubic-bezier(0.35, 0.1, 0.25, 1);
}
.buttons .yellow.start {
  background-color: #056bb3 !important;
  box-shadow: 0px 5px 10px -10px rgba(0, 0, 0, 0.2);
  transition: all 0.2s ease;
}

@keyframes start {
  from {
    top: -50%;
  }
}

.buttons button.start:hover:before,
.buttons button.start:hover:after {
  display: none;
}

.buttons button.start:hover span {
  display: none;
}

.buttons button:active {
  outline: none;
  border: none;
}

.buttons button:focus {
  outline: 0;
}

.topbar-style-2 .topbar-contact-info {
  display: flex;
  align-items: center;
}

.topbar-style-2 .topbar-contact-info p {
  padding-top: 5px;
}

.social-links {
  display: flex;
  align-items: center;
}

.fa-facebook-square:hover {
  color: #0b58fc !important;
  scale: 1.07;
  transition: all 0.3s ease-in-out;
}

.fa-twitter-square:hover {
  color: #46c1f6 !important;
  scale: 1.07;
  transition: all 0.3s ease-in-out;
}

.fa-instagram:hover {
  color: #e1306c !important;
  scale: 1.07;
  transition: all 0.3s ease-in-out;
}

.fa-linkedin-square:hover {
  color: #456ec7 !important;
  scale: 1.07;
  transition: all 0.3s ease-in-out;
}

.embla {
  overflow: hidden;
}
.embla__container {
  display: flex;
}
.embla__slide {
  flex: 0 0 100%;
  min-width: 0;
}

/* .embla__slide img {
  aspect-ratio: 16/9;
} */

/* .embla__container .embla__slide:nth-child(1) {
  background: url(../images/slider/manpower_top-edited.jpeg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 700px;
}

.embla__container .embla__slide:nth-child(2) {
  background: url(../images/slider/industrialservices-edited.jpeg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 700px;
}

.embla__container .embla__slide:nth-child(3) {
  background: url(../images/slider/housekeepingservices-edites.jpeg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 700px;
}

.embla__container .embla__slide:nth-child(4) {
  background: url(../images/slider/it-traning-edited.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 700px;
}

.embla__container .embla__slide:nth-child(5) {
  background: url(../images/slider/garden_top-edited.jpeg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 700px;
}

.embla__container .embla__slide:nth-child(6) {
  background: url(../images/slider/securityservices-edited.jpeg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 700px;
} */

.text-wrap {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 11;
}

.slide-caption {
  width: 500px;
  text-align: center;
}

.slide-caption h2 {
  font-size: 45px !important;
  color: #fff;
}

.slide-caption span {
  color: #faa934;
}

.btns-wrap {
  display: flex;
}

.p-2 {
  margin: 10px;
}

.left .buttons .p-2 {
  justify-content: none !important;
}

.buttons a .size {
  width: 110px !important;
  height: 40px !important;
  font-size: 12px !important;
}

/* our domain  */

.domain-wrap {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
}

.card-1 {
  width: 280px;
  height: 350px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: #000 solid 1px;
  border-radius: 15px;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px,
    rgba(0, 0, 0, 0.22) 0px 15px 12px;
  transition: all ease-in-out 0.3s;
  margin: 10px 20px;
}

.card-details {
  width: 260px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.card-details h3 {
  font-size: 20px;
}

.icon i:before {
  font-size: 60px;
}



.flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.column {
  flex-direction: column;
}

.section-title-white {
  display: flex;
  justify-content: center;
}

.service-icon:hover {
  transform: scale(1.09);
  transition: 0.2s;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px,
    rgba(0, 0, 0, 0.3) 0px 30px 60px -30px,
    rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
}

.service-icon:hover .fa {
  color: #056bb3;
}

.contact-section-contact-box .details ul i {
  color: #faa934 !important;
}

.contact-section-contact-box {
  background: rgb(217, 217, 217);
  background: linear-gradient(
    153deg,
    rgba(217, 217, 217, 1) 0%,
    rgba(80, 82, 84, 0.3241379) 0%
  );
}

.contact-section-contact-box:hover {
  scale: 1.04;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px,
    rgba(0, 0, 0, 0.3) 0px 30px 60px -30px,
    rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
  transition: all ease-in-out 0.3s;
}

.contact-form-s1 .wpcf7-submit {
  background: rgb(217, 217, 217);
  background: linear-gradient(
    153deg,
    rgba(217, 217, 217, 1) 0%,
    rgba(80, 82, 84, 0.3241379) 0%
  );
}

.offer-images img {
  height: 300px;
  width: auto;
}

/* Auto scroll effect  */

/* Auto Scroll  */
.slider {
  width: 100%;
  height: 200px !important;
  margin: auto;
  overflow-y: hidden;
  background-color: #fff;
  -ms-overflow-style: none;
  scrollbar-width: none;
  margin: 20px 0;
}

.slider::-webkit-scrollbar {
  display: none;
}

.slider ul {
  display: flex;
  padding: 0;
  animation: cambio 50s infinite linear;
}
.slider li {
  padding: 0 12px;
  list-style: none;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.slider img {
  max-width: 200px !important;
  height: 180px !important;
}
@keyframes cambio {
  from {
    margin-left: 0%;
  }
  to {
    margin-left: -500%;
  }
}

.marg {
  margin-left: 50px;
}

/* Auto scroll 2 */
/* Auto Scroll  */
.slider1 {
  width: 100%;
  height: 200px !important;
  margin: auto;
  overflow-y: hidden;
  background-color: #fff;
  -ms-overflow-style: none;
  scrollbar-width: none;
  margin: 20px 0;
}

.slider1::-webkit-scrollbar {
  display: none;
}

.slider1 ul {
  display: flex;
  padding: 0;
  animation: cambio1 40s infinite linear;
}
.slider1 li {
  padding: 0 12px;
  list-style: none;
  cursor: pointer;
}
.slider1 img {
  max-width: 150px !important;
  height: auto !important;
}
@keyframes cambio1 {
  from {
    margin-left: 0%;
  }
  to {
    margin-left: -100%;
  }
}

.card4 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 320px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  padding: 32px;
  overflow: hidden;
  background: rgb(73, 69, 69);
  background: linear-gradient(
    153deg,
    rgba(37, 33, 33, 0.5) 0%,
    rgba(17, 18, 18, 0.524) 0%
  );
  border-radius: 10px;
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}

.widt2 {
  width: 100px;
}

.content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  color: #e8e8e8;
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}

.content .heading {
  font-weight: 700;
  font-size: 18px;
  color: #fff;
}

.content .para {
  line-height: 1.5;
  color: #fff;
}

.content .btn {
  color: #e8e8e8;
  text-decoration: none;
  padding: 10px;
  font-weight: 600;
  border: none;
  cursor: pointer;
  background: linear-gradient(-45deg, #f89b29 0%, #ff0f7b 100%);
  border-radius: 5px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.card4::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0px;
  height: 100%;
  background: url(../images/services.jpeg);
  background-position: center;
  background-size: cover;
  z-index: -1;
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}

.card4:hover::before {
  width: 100%;
}

.card4:hover {
  box-shadow: none;
}

.card4:hover .btn3 {
  color: #212121;
  background: #e8e8e8;
}

.content .btn3:hover {
  outline: 2px solid #e8e8e8;
  background: transparent;
  color: #e8e8e8;
}

.content .btn3:active {
  box-shadow: none;
}

.map-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 800px; /* Adjust as needed */
  display: flex;
  justify-content: center;
}


/* Responsive Code  */
@media (min-width: 280px) and (max-width: 766px) {
  .topbar-contact-info {
    flex-direction: column;
    justify-content: center;
  }

  .topbar-style-1 .topbar-contact-info p,
  .topbar-style-2 .topbar-contact-info p {
    font-size: 15px !important;
  }
  .social {
    display: none;
  }

  .site-header .navbar-header {
    display: flex;
    align-items: center;
  }

  .cart-contact {
    left: 0 !important;
    top: 10px !important;
  }

  .social-btn {
    height: 40px;
    width: 40px;
  }

  .slide-caption {
    width: 90%;
  }

  .slide-caption h2 {
    font-size: 30px !important;
  }

  .text-wrap {
    justify-content: start;
    padding-top: 130px;
  }

  .btns-wrap {
    margin-top: 30px;
  }

  .marg {
    margin-left: 20px;
  }

  .slider ul {
    animation: cambio 30s infinite linear;
  }

  .team {
    padding-left: 0 !important;
  }
  .post-slide {
    width: 90%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .flex-row {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .testimoials-s2-grids .testimoials-s2-slider {
    width: 100%;
  }

  .testimoials-s2-slider .testimoials-s2-grid {
    width: 90vw !important;
  }
  .col-sm-6 {
    width: 100%;
  }

  .testimoials-s2-slider .client-info p {
    text-align: start !important;
  }

  .ind_cer_logo .card h4 {
    padding-top: 0px !important;
  }

  .contact-form-s1 form {
    margin: 0 !important;
  }

  .contact-form-s1 form > div {
    width: 90vw;
    padding: 0 60px 0px 60px !important;
  }

  .contact-form-s1 .wpcf7-submit {
    margin-top: 30px !important;
  }

  /* .map-container iframe {
    width: 300px !important;
    height: 300px !important;
  } */

  .small-column img {
    width: 180px !important;
  }

 
} 

@media (min-width: 766px) and (max-width: 991px) {
  .slide-caption {
    width: 90%;
  }

  .text-wrap {
    justify-content: start;
    padding-top: 130px;
  }

  .btns-wrap {
    margin-top: 30px;
  }

  .cart-contact {
    left: 0 !important;
    top: 8px !important;
  }

  .marg {
    margin-left: 40px;
  }

  .post-slide {
    width: 90%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .flex-row {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .testimoials-s2-grids .testimoials-s2-slider {
    width: 100%;
  }

  .testimoials-s2-slider .testimoials-s2-grid {
    width: 35vw !important;
  }

  .testimoials-s2-slider .client-info .details {
    left: 0% !important;
  }

  .col-sm-6 {
    width: 50%;
  }

  .widt {
    width: 100%;
  }

  /* .owl-item {
    width: 270px !important;

  } */

  .testimoials-s2-slider .client-info p {
    text-align: start !important;
  }

  .ind_cer_logo .card h4 {
    padding-top: 0px !important;
  }

  .contact-form-s1 form {
    margin: 0 !important;
  }

  .contact-form-s1 form > div {
    width: 90vw;
    padding: 0 60px 0px 60px !important;
  }

  .contact-form-s1 .wpcf7-submit {
    margin-top: 30px !important;
  }
}

@media (max-width: 767px) {
  .testimoials-s2-slider .testimoials-s2-grid {
    width: 100%;
  }

  .testimoials-s2-slider .client-info .details {
    left: 0% !important;
  }
}
@media (min-width: 992px) and (max-width: 1190px) {
  /* .header-style-2 .navigation-holder {
    margin-right: 70px;
  } */

  .testimoials-s2-slider .testimoials-s2-grid {
    width: 100%;
  }
  .header-style-2 #navbar > ul > li > a {
    padding: 30px 5px !important;
  }
  .topbar-style-2 .topbar-contact-info > div + div {
    margin-left: 6px !important;
} 
.topbar-style-2 .topbar-contact-info > div > i {
  left: 8px;
}
.social-links1 {
  transform: translate(0%, 23%);
}
.card-1, .card-details {
  width: 230px !important;
  
}
.card-details h3 {
  font-size: 16px;
} 

.widt-4 {
  width: 50% !important;
}

.social-btn {
  cursor: pointer;
  height: 42px;
  width: 42px;}
}

 /* Banners */
    .embla__container .embla__slide:nth-child(1) {
        background-image: url(../images/slider/patle-group-1.jpg);
        background-size: cover;
        height: 600px;
        background-repeat: no-repeat;
        background-position: top;
    }

    .embla__container .embla__slide:nth-child(2) {
        background-image: url(../images/slider/patle-group-2.jpg);
        background-size: cover;
        height: 600px;
        background-repeat: no-repeat;
        background-position: top;
    }

    .embla__container .embla__slide:nth-child(3) {
        background-image: url(../images/slider/patle-group-3.jpg);
        background-size: cover;
        height: 600px;
        background-repeat: no-repeat;
        background-position: top;
    }



   


    /* Map Adjustment  */
    .map-container iframe {
        width: 600px;
        height: 450px;
    }

    .contact-section-contact-box {
        margin-top: 70px;
        height: 440px;
    }

    .contact-section-contact-box .details ul li {
        margin-top: 30px;
    }


    .buttons button {
        width: 130px;
        height: 43px;
    }

    .social-btn {
        cursor: pointer;
        height: 40px;
        width: 40px;
    }

    .card-1:hover {
        scale: 1;
    }

    .team p {
        color: #fff;
    }

    .home-about-img img {
        border-radius: 10px;
        box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
    }

    /* .header-style-2 .navigation-holder {
        margin-right: 120px;
    } */
    .section-title-s3 {
        margin-top: 30px;
    }

    .post-slide .post-content {
        height: 370px;
    }

    /* testimonials  */

    .testimonial-slider {
        width: 100%;
    }

    .testimonial {
        text-align: center;
        padding: 100px 40px 5px;
        margin-top: 100px;
        border-top: 5px solid #051829;
        position: relative;
        width: 100%;

    }

    .testimonial:before {
        content: "\f10d";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        position: absolute;
        top: 20px;
        left: 20px;
        font-size: 50px;
        color: #056bb3;
        opacity: 0.5;
    }

    .testimonial .pic {
        width: 150px;
        height: 150px;
        border: 5px solid #051829;
        position: absolute;
        top: -80px;
        left: 0;
        right: 0;
        margin: 0 auto;
    }

    .testimonial .pic img {
        width: 100%;
        height: 100%;
    }

    .testimonial .description {
        font-size: 14px;
        color: #6f6f6f;
        line-height: 25px;
        margin-bottom: 30px;
    }

    .testimonial .testimonial-title {
        display: block;
        text-align: right;
        font-size: 22px;
        color: #051829;
        margin: 0;
    }

    .testimonial .post {
        display: block;
        font-size: 12px;
        color: #6f6f6f;
        margin-top: 7px;
    }

    .owl-theme .owl-controls .owl-page span {
        width: 20px;
        height: 3px;
        background: #051829;
    }

    @media only screen and (max-width: 479px) {
        .testimonial {
            padding: 80px 15px 5px;
        }

        .testimonial::before {
            top: 10px;
        }

        .testimonial .pic {
            width: 120px;
            height: 120px;
            top: -60px;
        }
    }


    @media (min-width: 280px) and (max-width: 766px) {
        .map-container iframe {
            width: 100% !important;
            height: 250px;
        }

        .display-none-mobile {
            display: none;
        }

        .home-about-left-1 .home-about-img {
            display: flex;
            flex-direction: column;
            justify-content: center;
        }

        .embla__container .embla__slide {
            height: 200px !important;
        } 


        .long {
          display: flex;
          justify-content: center;
          margin: 0 auto !important;
          position: relative;
        }

        .long img {
           max-height: 700px;
           position: absolute;
           margin: 0 auto;
        }
    }

    @media (min-width: 766px) and (max-width: 991px) {
        .map-container iframe {
            width: 100% !important;
            height: 220px;
        }

        .section-title-s3 {
            margin-top: 30px;
        }

        .post-slide .post-content {
            height: 300px;
        }

        .display-none-mobile {
            display: none;
        }

        .testimonial-slider {
            width: 100vw !important;
        }


    }

    @media (min-width: 992px) and (max-width: 1190px) {
        .header-style-2 #navbar>ul>li>a {
            font-size: 14px;
        }

        .post-slide .post-content {
            height: auto;
        }


    }

    @media (min-width:1300px) {
        .home-about-img img {
            height: 600px;
        }

        .post-slide .post-content {
            height: 310px;
        }

        .card-1 {
            width: 320px;
        }

        .card-details {
            width: 300px;
        }

        .left-small img {
            height: 290px !important;
        }
    }

