* {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
  font-family: "Open Sans", sans-serif;
}

.row {
  --bs-gutter-x: 0 !important;
  --bs-gutter-y: 0 !important;
}

.banner_top {
  position: relative;
}

p {
  color: #444243 !important;
}

.point_ser ul li{
color: #a7a2a2 !important;
    margin-top: 7px;
}

.point_ser ul{
  padding-left: 17px;
}

.point_wrapper_s {
  padding: 10px;
  background-color: #f1ecdd;
  box-shadow: rgb(99 99 99 / 57%) 0px 2px 8px 0px;
  margin: 7px;
  border-radius: 15px;
  display: flex;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
}

.main_ul_point h5{
      font-size: 20px;
  text-transform: capitalize;
  margin-top: 10px;
}

.main_ul_point ul{
  list-style-type: none;
/*  padding-left:0px;*/
  margin-top:10px;
}

.main_ul_point ul li{
    margin-top: 10px;
    color: #cabbbb;
    list-style-type: circle;
}

.offcanvas {
    position: fixed;
    bottom: 0;
    z-index: 9999 !important;
    display: flex;
    flex-direction: column;
    max-width: 100%;
    visibility: hidden;
    background-color: #ede6df;
    background-image: linear-gradient(to bottom, #ffffffd9, #ffffffc7), url(../images/banner11.jpg);
    background-size: cover;
    background-position: center;
    background-clip: padding-box;
    outline: 0;
    transition: transform .3s ease-in-out;
}

.hello.dk-footer-box-info .footer-social-link h3 {
font-size: 15px;
    color: #444343;
    position: relative;
    margin-bottom: 7px;
    margin-top: 20px;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
}

.modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #ffffff !important;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px);
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgb(0 0 0 / 0%) !important;
    border-radius: 2.3rem !important;
    outline: 0;
}

.right h5 {
    background-color: #eaae06;
    padding: 12px 39px;
    width: fit-content;
    max-height: fit-content;
    border-radius: 31px;
    text-decoration: none;
    color: #000000;
    font-size: 13px;
    border: 2px solid #eaae06;
    border-style: dotted;
    cursor: pointer;
}

.side_ul ul{
list-style-type: none;
    padding-left: 0px;
    line-height: 43px;
}

.side_ul li a{
text-decoration: none;
    font-size: 14px;
    text-transform: uppercase;
    color: #444243;
    letter-spacing: 2px;
        font-weight: 500;
}

.side_p{
  margin-top:20px;
}

.side_p p{
  font-size:15px;
}

.offcanvas-start {
    top: 0;
    left: 0;
    width: 365px !important;
    border-right: 1px solid rgba(0, 0, 0, .2);
    transform: translateX(-100%);
}

.offcanvas-header .btn-close:focus{
  border:none !important;
  box-shadow: none !important;
}

.exp_box_inner img {
  position: relative;
  max-width: 434px;
  height: 511px;
  background-color: #eaae0636;
  object-fit: cover;
  border-radius: 52px;
}

.page-loader {
  width: 100%;
  height: 100vh;
  position: absolute;
  background-color: #ede6df;
  z-index: 99999;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

/* HTML: <div class="loader"></div> */
.loader {
  width: 40px;
  aspect-ratio: 1;
  --c: linear-gradient(#5a5454 0 0);
  --m: radial-gradient(farthest-side, #eaae06 92%, #3a373700);
  background:
    var(--c), var(--m),
    var(--c), var(--m),
    var(--c), var(--m);
  background-size: 8px 15px, 8px 8px;
  background-repeat: no-repeat;
  animation: l14 1s infinite alternate;
}

@keyframes l14 {

  0%,
  10% {
    background-position: 0 0, 0 100%, 50% 0, 50% 100%, 100% 0, 100% 100%
  }

  33% {
    background-position: 0 100%, 0 0, 50% 0, 50% 100%, 100% 0, 100% 100%
  }

  66% {
    background-position: 0 100%, 0 0, 50% 100%, 50% 0, 100% 0, 100% 100%
  }

  90%,
  100% {
    background-position: 0 100%, 0 0, 50% 100%, 50% 0, 100% 100%, 100% 0
  }
}

.banner_img {
  position: relative;
  overflow: hidden;
}


.banner_img1 {
  position: relative;
}

.banner_img1::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  bottom: 0px;
  left: 0px;
  z-index: 9;
  background-image: linear-gradient(to top, #00000000, #ede6df);
}

/* .banner_top::after{
  position: absolute;
  content: "";
  width: 100%;
  height: 46%;
  bottom: 0px;
  left: 0px;
  z-index: 9;
  background-image: linear-gradient(to top, #ede6df, #ffffff00);
} */


.banner_cover img {
  position: relative;
    max-height: 714px;
  width: 100%;
  object-fit: cover;
}

.banner_img1{
  display: flex;
  justify-content: center;
  align-items: center;
}

.header_top {
  position: fixed;
  content: "";

  z-index: 999;
  top: 4px;
  width: 100%;
  margin: auto;
  padding-right: 44px;
  padding-left: 44px;

}

.btn3 a {
  background-color: #eaae06;
  padding: 12px 39px;
  width: fit-content;
  max-height: fit-content;
  border-radius: 31px;
  text-decoration: none;
  color: #000000;
  font-size: 13px;
  border: 2px solid #eaae06;
  border-style: dotted;
}

.logo_company img {
  width: 125px;
}

.logo_menus {
background-color: #eaae06;
    padding: 3px 3px;
    border-radius: 37px;
}

.logo_menu ul {
  list-style-type: none;
  display: inline-flex;
  gap: 32px;
  margin-top: 4px;
  padding-left: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
}

.logo_menu ul li a {
  color: #ffffff;
  text-decoration: none;
  font-size: 15px;
  text-transform: capitalize;
}

.logo_menu ul li a span {
  color: #ffffff;
  font-size: 16px;
  visibility: hidden;
}

.logo_menu ul li a:hover span {
  color: #ffffff;
  font-size: 16px;
  visibility: visible;
}

.new_arrival .owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
  width: 45px;
  height: 45px;
  border-radius: 27px;
  background-color: #eaae06;
  font-size: 32px !important;
  color: #ffffff !important;
  margin-top: 9px;
}

.new_arrival .owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
  width: 45px;
  height: 45px;
  border-radius: 27px;
  background-color: #eaae06;
  font-size: 32px !important;
  color: #ffffff !important;
  margin-top: 9px;
}

button.owl-prev span {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -8px;
  height: -15%;
}

button.owl-next span {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -8px;
  height: -15%;
}

.new_arrival .owl-carousel .owl-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.banner_text {
  position: absolute;
  content: "";
  z-index: 99;
  width: 80%;

}

.pos-rel {
  position: relative;
}

.black_box {
  animation: animName 10s linear infinite;
  background-color: #444243;
  border-radius: 50%;
  padding: 10px;
  position: absolute;
  top: 0;
  right: 60%;
  z-index: 9;
}

@keyframes animName {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.black_box img {
  object-fit: contain;
}

.abt_images {
  position: relative;
  margin-right: auto;
  padding: 13px;
}

.abt_img2 {
  position: relative;
  max-width: 450px
}


.exp_box img {
  position: relative;
  max-width: 307px;
  height: 511px;
  background-color: #eaae0636;
  object-fit: cover;
  border-radius: 200px;
}


.point_wrapper {
  padding: 10px;
  background-color: #f1ecdd;
  box-shadow: rgb(99 99 99 / 57%) 0px 2px 8px 0px;
  margin: 7px;
  border-radius: 15px;
  display: flex;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
}

.line {
  border-right: 1px solid #fff;
}

.banner_text h2 {

    position: relative;
    font-size: 36px;
    font-family: "Signika Negative", sans-serif;
    text-transform: capitalize;
    padding-left: 61px;
    color: #312f30;
    text-align: center;
    font-weight: 400;

}

.mega_img img {
  width: 220px !important;
  margin: auto;
  padding-bottom: 26px;
}


.logo_menu .btn1 {
  background-color: #fff;
  padding: 6px 13px;
  width: fit-content;
  max-height: fit-content;
  border-radius: 31px;
}

.logo_menu .btn2 {
  background-color: #ffffff;
  padding: 6px 13px;
  width: fit-content;
  max-height: fit-content;
  border-radius: 31px;
}


.logo_menu .btn1 a {
  font-size: 13px;
  text-decoration: none;
  color: #000000;
  font-weight: 600;
}

.logo_menu .btn2 a {
  font-size: 13px;
  text-decoration: none;
  color: #000000;
  font-weight: 600;
}

.about_section {
  padding-top: 0px;
  padding-bottom: 80px;
  background-color: #ffffff;
}

.abt_img {
  max-width: 550px;
  scale: 1;
  border-radius: 0%;
  overflow: hidden;
}

.abt1 img {
  max-width: 100px;
  position: absolute;
  right: 0px;
  content: "";


}

.point_cards {
  position: relative;
  padding: 18px;
  border-radius: 8px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: start;
  border: 1px solid #ff7f504f;
}

.point_cards p {
  margin-top: 18px;
  font-size: 15px;
}



.point_card {
  position: relative;
  padding: 18px;
  border-radius: 8px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: start;
  border: 1px solid #ff7f504f;
}

.contact_sec {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #fff;
}

.point_card p {
  margin-top: 18px;
  font-size: 15px;
}

.input-wrapper input {
  font-size: 13px;
  color: #0e0e0e;
  width: 100%;
  height: 49px;
  outline: none;
  border: 1px solid #444243;
  padding: 10px 20px;
  border-radius: 25px;
  position: relative;
  background-color: #f3f7fc00;
}

.textarea.form-control {
  min-height: calc(1.5em + (.75rem + 2px));
  background-color: #ffebcd00 !important;
}

.form-control {
  display: block;
  width: 100%;
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #ffffff00 !important;
  background-clip: padding-box;
  border: 1px solid #444243 !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 25px !important;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.input-wrapper label {
  color: #000000 !important;
  font-size: 15px;
  text-transform: capitalize;
  position: absolute;
  z-index: 2;
  left: 20px;
  top: 14px;
  font-weight: 700;
  padding: 0 8px;
  pointer-events: none;
  background: #ffffff;
  -webkit-transition: -webkit-transform 100msease;
  -moz-transition: -moz-transform 100ms ease;
  -o-transition: -o-transform 100ms ease;
  -ms-transition: -ms-transform 100ms ease;
  transition: transform 100msease;
  -webkit-transform: translateY(-20px);
  -moz-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
}

#button-6 {
  background-color: #eaae06;
  border-radius: 33px;
  color: #000000;
  font-size: 14px;
  padding: 10px 26px;
  border: none;
}

.input-wrapper {
  width: 100%;
  position: relative;
  line-height: 14px;
  margin-top: 23px;
  display: inline-block;
}

.ser_img img {
  position: relative;
  width: 100% !important;
  height: 250px;
  object-fit: cover;
}


.ser_img {
  position: relative;
}

.ser_img::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  bottom: 0px;
  left: 0px;
  z-index: 9;
  background-image: linear-gradient(to bottom, #00000000, #ffffff);
}

.point_card_ser {
  position: relative;
}

.footer_sos {
  position: fixed;
  bottom: 10px;
  right: 10px;
  background-color: #eaae06;
  padding: 12px 20px;
  border-radius: 37px;
  z-index: 99;
}

.vzlov p span {
  color: rgb(43, 33, 6);
  font-weight: 500;
  text-transform: uppercase;
  box-shadow: rgba(99, 99, 99, 0.41) 0px 2px 8px 0px;
  letter-spacing: 1px;
  font-size: 10px;
  background-color: rgb(237, 230, 223);
  width: fit-content;
  padding: 6px 12px;
  text-decoration: none;
  border-radius: 16px;
}

.logo_menu a {
  color: #2e2c2c;
  text-decoration: none;
}

.line {
  border-right: 1px solid #052e08;
}

.point_card_ser h3 {
  text-transform: capitalize;
  font-size: 20px;
}

.number h3{
      font-size: 30px;
    color: #eaae06;
}

.point_ser p {
    margin-top: 18px;
    font-size: 17px;
}

.point_ser h4 {
   font-size: 22px;
    color: #000000;
    font-weight: 500;
    margin-bottom: 0px;
}

.point_ser {
    position: relative;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    justify-content: start;
}

.abt_texts h2 {
    font-size: 27px;
    color: #413c3c;
    margin-top: 20px;
    text-transform: capitalize;
}

.one {
    top: 50px;
    background: #ffffff;
    margin-top: 10px;
}

  .two {
    top: 80px;
    background: #ffffff;
    margin-top: 10px;
  }
  .three {
    top: 110px;
    background: #ffffff;
    margin-top: 10px;
  }
  
  .four {
    top: 140px;
    background: #ffffff;
    margin-top: 10px;
  }

  .we_offer_sticky{
      position: sticky;
      top: 140px;
  }

  .rights h5 {
    background-color: #eaae06;
    padding: 12px 39px;
    width: fit-content;
    max-height: fit-content;
    border-radius: 31px;
    text-decoration: none;
    color: #000000;
    font-size: 16px;
    letter-spacing: 0px;
    border: 2px solid #eaae06;
    border-style: dotted;
    cursor: pointer;
    text-transform: capitalize;
}

  .card {
    width: 100%;
    margin: 0 20px;
    box-sizing: border-box;
    background: #ffffff;
    box-shadow: rgb(109 106 100 / 14%) 0px 3px 8px;
    min-height: 310px;
    border-radius: 32px;
    position: sticky;
    margin: auto;
    border: 1px solid #256e9600;
    font-weight: medium;
    color: #FFF;
    padding: 25px;
}

.ser_text a {
  padding: 6px 12px;
  text-decoration: none;
  color: #2b2106;
  font-weight: 500;
  text-transform: uppercase;
  box-shadow: rgb(99 99 99 / 41%) 0px 2px 8px 0px;
  letter-spacing: 1px;
  font-size: 10px;
  background-color: #ede6df;
  border-radius: 16px;
  width: fit-content;
}

.point_card_img img {
    border-radius: 15px;
    height: 250px;
    object-fit: cover;
    width: 100%;
}

.point_title {
  padding-top: 10px;
  display: flex;
  gap: 3px;
  align-items: center;
  padding-bottom: 10px;
  border-bottom: 1px solid #ffa989 !important;
}

.require_contact {
  position: relative;
  padding-top: 100px;
  padding-bottom: 60px;
  background-color: #ede6df;
  background-image: linear-gradient(to bottom, #ffffff52, #ffffffc7), url(../images/call_bg.webp);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.require_contact::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 25%;
  bottom: 0px;
  left: 0px;
  background-color: #ffffff;
  z-index: 9;
}


.point_cards {

  position: relative;
  z-index: 99;
  background-color: #fff;
  padding: 33px;
  padding-bottom: 0px;
  background-image: url(../images/contact_pop_bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  box-shadow: rgb(99 99 99 / 19%) 0px 2px 8px 0px;
}

.point_cardser h4 {
  font-size: 30px;
  color: #444343;
  text-transform: capitalize;
}

.point_img {
  position: absolute;
  max-width: 90px;
  bottom: -36px;
  right: 0px;
}

.reveal {
  visibility: hidden;
  position: relative;
  overflow: hidden;
}

.box_mar {
  position: relative;
  z-index: 99;
  margin-top: -20px;
}


.point_card h4 {
  font-size: 18px;
  color: #000000;
  font-weight: 500;
  margin-bottom: 0px;

}

.point_cardser h4 {
  font-size: 18px;
  color: #000000;
  font-weight: 500;
  margin-bottom: 0px;

}


.blog_head img {
    max-height: 350px;
    width:100%;
    object-fit: cover;
    margin-top:10px;
}

.blog_content p{
  padding:3px;
  font-size: 15px;
  text-align: justify;
}

.blog_content img{
  width:100%;
}


.blog_text p{
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
    text-overflow: ellipsis;
    overflow: hidden;
}

.time_left p{
  font-size:12px;
  color:gray;
  font-weight: 600;
}

.time_blog{
  position: absolute;
  width:100%;
    z-index: 99;
    bottom: 5px;
    padding: 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.point_title span {
  font-weight: 700;
  font-size: 29px;
  color: #ff7f50;
}

.abt3 img {
  max-width: 100px;
  position: absolute;
  top: 250px;
  right: 0px;
  content: "";

}

.abt2 img {
  max-width: 100px;
  position: absolute;
  top: 120px;
  content: "";
}

.abt_img {
  position: relative;
  background-image: url(../images/bg.png);
  background-position: center;
  background-size: cover;
}

.abt_text h2 {
  font-size: 37px;
  color: #413c3c;
  margin-top: 20px;
  text-transform: capitalize;
}

.what_we_two {
 padding-top: 60px;
 padding-bottom:60px;
 background-image: linear-gradient(to bottom, #ffffffab, #ffffffc7), url(../images/dot_bg.webp);
 background-size: contain;
 background-position:top;
 background-repeat: no-repeat;
}

.between{
      display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.what_we {
    position: relative;

}

.what_we img{
    max-width: 400px;
}

.points ul{
  padding-left:0px;
}

.work_with ul{
    display: flex;
    list-style-type: none;
    gap: 35px;
    justify-content: center;
    flex-wrap: wrap;
    padding-left: 0px;
}

.work_with ul li{
    background-color: #eaae0629;
    text-transform: capitalize;
    padding: 20px;
    border-radius: 37px;
    border-style: dotted;
    border-color: #ea9306;
    font-size: 14px;
    text-align: center;
}

.points ul li {
    position: relative;
    margin-top: 21px;
    color: #444243 !important;
    list-style-type: none;
    padding-left: 0px;
}

.point_box{
    margin-top: 1.5rem !important;
}

.tick_text p{
  margin-bottom:0px;
}

.point_card_so h4 {
    font-size: 18px;
    color: #000000;
    font-weight: 500;
    margin-bottom: 0px;
}

.point_cards h4 {
    font-size: 18px;
    color: #000000;
    font-weight: 500;
    margin-bottom: 0px;
}

.point_cards {
    position: relative;
    padding: 18px;
    border-radius: 8px;
    /* height: 100%; */
    display: flex;
    flex-direction: column;
    justify-content: start;
    border: 1px solid #ff7f504f;
}

.tick{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    background-color: #eaae06;
    border-radius: 50%;
    width: 28px;
    height: 28px;
}

.tick i{
  font-size:16px;
  color:#fff;
}

.points ul li:before {
content: "\2713 ";
    font-size: 1.2em;
    margin-left: -3px;
    margin-right: 8px;
    padding: .2em .45em .2em .45em;
    position: relative;
    color: white;
    background-color: #eaae06;
    border-radius: 50%;
}



.abt_text h2 span {
  color: #eaae06;
}

.abt_texts h2 span {
  color: #eaae06;
}

.floating {
  animation-name: floating;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  margin-left: 30px;
  margin-top: 5px;
}

@keyframes floating {
  from {
    transform: translate(0, 0px);
  }

  65% {
    transform: translate(0, 15px);
  }

  to {
    transform: translate(0, -0px);
  }
}

.abt_section_two {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}

.vzlov {
  max-width: 450px;
  padding-left: 10px;
}

.what_we_do {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #ede6df;
  background-image: url(../images/bg_dotted.webp);
  background-position: bottom right;
  background-size: 18%;
  background-repeat: no-repeat;
}

.point_card_ser {
  position: relative;
  background-color: #ede6df;
  box-shadow: rgb(99 99 99 / 19%) 0px 2px 8px 0px;
  padding: 0px;
  border-radius: 8px;
  overflow: hidden;
  margin: 10px;
  /* height: 100%; */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}


.ser_text {
  position: relative;
  min-height: 224px;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}




.textreview {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #ffffff;
  background-image: url(../images/testi.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.user_img img {
  width: 60px !important;
  height: 60px !important;
  border-radius: 50%;
}

.user_text h6 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 0px;
}

.user_text p {
  font-size: 14px;
}

#style-1::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
  border-radius: 10px;
  background-color: #F5F5F5;
}

#style-1::-webkit-scrollbar {
  width: 2px;
  background-color: #F5F5F5;
}

#style-1::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
  background-color: #55555517;
}

.user_quotes i {
  font-size: 58px;
  color: #eaae0699;
  margin-right: 86px;
}

.client_text p {
  font-size: 20px;
  height: 142px;
  overflow-y: scroll;
}

.rating {
  margin-bottom: 20px;
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
}

.rating input {
  display: none;
}

.rating label {
  font-size: 24px;
  cursor: pointer;
  color: orange;
}

.rating label:hover,
.rating label:hover~label {
  color: orange;
}

.rating input:checked~label {
  color: orange;
}

.exp_box h5 {
  font-size: 50px;
  font-weight: 700;
  color: #534f44;
}

.exp_box {
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 10px;
}

.exp_box p {
  font-size: 13px;
}

.inner_bg img {
  position: relative;
  max-height: 300px !important;
  width: 100%;
  object-fit: cover;
}

.inner_bg{
  display: flex;
  justify-content: center;
  align-items: center;
}

.abt_texts p span {
    color: #eaae06;
    font-weight: 600;
}

.inner_text_ab{
    position: absolute;
    content: "";
    z-index: 999;
    text-align: center;
}

.inner_text_ab h4{
  font-size:30px;
  text-transform: uppercase;
}

.inner_bg::after {
position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    bottom: 0px;
    left: 0px;
    z-index: 9;
    background-image: linear-gradient(to top, #ffffff, #ede6dfa6);
}

.vzola p span {
  color: rgb(43, 33, 6);
  font-weight: 500;
  text-transform: uppercase;
  box-shadow: rgba(99, 99, 99, 0.41) 0px 2px 8px 0px;
  letter-spacing: 1px;
  font-size: 10px;
  background-color: rgb(237, 230, 223);
  width: fit-content;
  padding: 6px 12px;
  text-decoration: none;
  border-radius: 16px;
}

.vzlov_inner {
  /* max-width: 450px; */
  padding-left: 10px;
}

.point_title_y span {
  font-weight: 700;
  font-size: 29px;
  color: #eaae06;
}

.point_wrapper_soc {
  padding: 10px;
  background-color: #f1ecdd;
  box-shadow: rgb(99 99 99 / 57%) 0px 2px 8px 0px;
  margin: 7px;
  border-radius: 15px;
  display: flex;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
}

.footersection {
  padding-top: 80px;
  padding-bottom: 30px;
  background-color: #ede6df;
}

.compy_logo_footer img {
  max-width: 168px;
}

.footer-info-text {
  margin: 26px 0 32px;
  font-size: 16px;
  color: #5a5656;
}

.footer-info-text {
  color: #000000;
}

.copyright {
  padding: 28px 0;
  background-color: #ede6df;
  border-top: 1px solid #b29a760d;
}

.copyright span,
.copyright a {
  color: #000000;
  text-decoration: none;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  font-size: 13px;
}

.dk-footer-box-info .footer-social-link h3 {
  font-size: 18px;
  color: #444343;
  position: relative;
  margin-bottom: 15px;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

.dk-footer-box-info .footer-social-link a i {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  margin-right: 5px;
  text-decoration: none !important;
}

.dk-footer-box-info .footer-social-link ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: inline-block
}

.dk-footer-box-info .footer-social-link li {
  display: inline-block;
}

.whst a {
  color: #654c06;
  text-decoration: none;
}

.footer-widget ul {
  width: 100%;
  float: left;
  list-style: none;
  margin-top: 22px;
  padding: 0;
}

.footer-widget a {
  color: #000000;
  font-size: 16px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none;
}

.footer-widget li {
  margin-bottom: 18px;
}

.footer_dis {
  display: flex;
  justify-content: center;
}

.contact-us {
  position: relative;
  z-index: 2;
  margin-top: 34px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  justify-content: flex-start;
  align-items: flex-start;
}

.contact-info h3 {
  font-size: 16px;
  color: #c1b8b8;
  margin-bottom: 0;
  line-height: 28px;
}

.dk-footer .contact-icon i {
  font-size: 19px;
  position: relative;
  color: #eaae06;
}

.dk-footer .contact-us .contact-info {
  margin-left: 14px;
}

.footer-widget h3 {
  font-size: 18px;
  color: #444343;
  position: relative;
  font-weight: 700;
  margin-bottom: 15px;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

.contact-info h4 {
  color: #000000;
  font-size: 16px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none;
  font-weight: 400;
  line-height: 23px;
}

.thnkyou{
  height:100vh;
  width:100%;
  display:flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

button a{
  text-decoration: none;
  color:#000000;
}

button a:hover{
  text-decoration: none;
  color:#000000;
}

.one{
  top:90px;
  position: sticky;
}

.blog_img {
    width: 46%;
}

.blog_img img{
 
  border-radius:50px;
}

.ser_texts h3{
  font-size:15px;
  font-weight: 700;
}
 
.blog_sidebox{
    border-bottom: 1px solid #80808042;
    padding-bottom: 15px;
}

.ser_texts a {
    padding: 6px 12px;
    text-decoration: none;
    color: #2b2106;
    font-weight: 500;
    text-transform: uppercase;
    box-shadow: rgb(99 99 99 / 41%) 0px 2px 8px 0px;
    letter-spacing: 1px;
    font-size: 10px;
    background-color: #ede6df;
    border-radius: 16px;
    width: fit-content;
}

.blog_texts p {
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 12px;
}

.search form .form-control{
    font-size: 12px;
    width: 200px;
    border: 1px solid #b5b0b2 !important;
}

.btn-primary:hover {
    color: #000000;
    background-color: #eaae06 !important;
    border-color: #eaae06;
}

.btn-primary {
    color: #fff;
    background-color: #eaae06 !important;
    border-color: #eaae06;
    padding: 3px;
    border-radius: 50%;
    width: 34px;
}

.search form{
  max-width: 360px;
}


.abt_text_ser{
  display: flex;
  justify-content: flex-end;
}


  @media screen and (max-width:780px) {
    .banner_cover img{
        min-height: 600px;
        object-fit: cover;
    }

    .dk-footer-box-info .footer-social-link a i {
    display: block;
    width: 40px;
    display: flex
;
    height: 40px;
    padding-left: 0px;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    margin-right: 5px;
    text-decoration: none !important;
}

    .pt-text p{
      text-align: center !important;
    }

    .dk-footer-box-info .footer-social-link ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: inline-block;
    margin-bottom: 20px;
}

    .abt_text_ser{
  display: flex;
  justify-content: center;
}


    .banner_text h2 {
      position: relative;
        font-size: 30px;
        text-transform: capitalize;
        padding-left: 0px;
        color: #333333;
        text-align: center;
        font-weight: 500;
}


.banner_text {
    position: absolute;
    content: "";
    z-index: 99;
    width: 90%;

}

.logo_menu .btn2 {
    background-color: #ffffff;
    padding: 6px 13px;
    width: fit-content;
    max-height: fit-content;
    border-radius: 31px;
    display: none;
}

.line {
    border-right: 1px solid #052e08;
    display: none;
}


.header_top {
    position: fixed;
    content: "";
    z-index: 999;
    top: 15px;
    width: 100%;
    margin: auto;
    padding-right: 14px;
    padding-left: 14px;
}

.exp_box img {
    position: relative;
    max-width: 307px;
    height: 410px;
    background-color: #eaae0636;
    object-fit: cover;
    border-radius: 200px;
}

.abt_text h2 {
    font-size: 30px;
    color: #413c3c;
    margin-top: 20px;
    text-transform: capitalize;
}

.exp_box h5 {
    font-size: 35px;
    font-weight: 700;
    color: #534f44;
}

.abt_text h2 {
        font-size: 24px;
        color: #413c3c;
        text-align: center !important;
        margin-top: 20px;
        text-transform: capitalize;
}
.footer_dis {
    display: flex;
    justify-content: flex-start;
}

.abt_texts h2 {
    font-size: 24px;
    color: #413c3c;
    margin-top: 20px;
    text-transform: capitalize;
}

.abt_texts h2 {
    font-size: 24px;
    color: #413c3c;
    margin-top: 20px;
    text-transform: capitalize;
}

.inner_bg img {
    position: relative;
           min-height: 274px !important;
    width: 100%;
    object-fit: cover;
}

.inner_text_ab h4
 {
    font-size: 23px;
    text-transform: uppercase;
}

.mega_img img {
    width: 100px !important;
    margin: auto;
}

.abt_section_two {
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #ffffff;
}

  }