#fungi2-contact .col-md-6,
#fungi2-contact .col-md-12 {
    margin-bottom: 8px !important;
}

#fungi2-contact .wpcf7-form-control-wrap {
    margin: 0 !important;
    padding: 0 !important;
}

.sidenav {
  position: fixed;
  top: 0;
  right: 0;
  width: 0;
  height: 100vh;
  background: #fff;
  z-index: 9999;
  overflow-x: hidden;
  transition: width 0.3s ease;
  padding-top: 60px;
}

.sidenav a {
  display: block;
  padding: 12px 20px;
  font-size: 16px;
  color: #000;
}

@media (max-width: 768px) {
  .box_top_s {
    display: none;
  }
  #navMenu {
    display: inline-block;
    font-size: 28px;
    cursor: pointer;
  }
}

@media (min-width: 769px) {
  #navMenu {
    display: none;
  }
}



/* Blog banner at top of single post */
.banner {
  width: 100%;
  height: 650px;              /* adjust height as you like */
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 20px;
  margin: 94px auto 0;
}
  
@media (max-width: 768px) {
  .banner {
    height: 240px;
    border-radius: 12px;
  }
}


.callNOw{
  position: absolute;
  z-index: 100;
  display: flex;
flex-direction:coloum;
  right: 25px;
  bottom: 100px;
}
* {
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
}

.hero-text {
    color: #fff;
    font-size: 35px; /* Default font size for larger screens */
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.7);
    margin: 20px; /* Optional margin for spacing */
  }
  
  
  

  /* Media query for smartphones */
  @media (max-width: 600px) {
    .hero-text {
      font-size: 25px; /* Smaller font size for smaller screens */
      text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.6); /* Slightly smaller shadow */
      margin: 10px; /* Reduce margin on smaller screens */
    }
}

/* Hide the zoom control */
.leaflet-control-zoom {
    display: none !important;
}

/* Hide the zoom-in button */
.leaflet-control-zoom-in {
    display: none !important;
}

/* Hide the zoom-out button */
.leaflet-control-zoom-out {
    display: none !important;
}

/* Remove any zoom control positioning */
.leaflet-control-zoom {
    position: unset !important;
}


.magnific-img img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.img-gallery-magnific {
  margin: 80px 0px
}

.book-now-btn{
  background-color: #fd562a;
  padding: 10px;
  border-radius:  10px;
  color: #fff;
  border:none;
}

.book-now-btn:hover {
  background: #bf2902;
  color: #fff;
}

.book-now-btn a{
 
  color: #fff !important;

}

.magnific-img {
  display: inline-block;
  width: 100%;
  margin-bottom: 8px;
  height: auto;
  object-fit: cover;
}

a.image-popup-vertical-fit {
  cursor: -webkit-zoom-in;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  /* ideally, transition speed should match zoom duration */
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.98;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

.mfp-arrow-left:before {
  border-right: none !important;
}

.mfp-arrow-right:before {
  border-left: none !important;
}

button.mfp-arrow,
.mfp-counter {
  opacity: 0 !important;
  transition: opacity 200ms ease-in, opacity 2000ms ease-out;
}

.mfp-container:hover button.mfp-arrow,
.mfp-container:hover .mfp-counter {
  opacity: 1 !important;
}


/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Jost;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

.form-show-button {
font-size: 30px;
  height: 50px;
  width: 50px;
  padding: 0px;
  cursor: pointer;
  color: white;
  display: block;
  text-align: center;
  line-height: 60px;
}
.leaflet-container .leaflet-overlay-pane svg, .leaflet-container .leaflet-marker-pane img, .leaflet-container .leaflet-shadow-pane img, .leaflet-container .leaflet-tile-pane img, .leaflet-container img.leaflet-image-layer, .leaflet-container .leaflet-tile {
  max-width: none !important;
  max-height: none !important;
  display: none !important;
}

.form-cancel-button {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  height: 35px;
  width: 35px;
  padding: 7px;
  cursor: pointer;
  background-color: #fd562a;
  object-fit: cover;
  border-radius: 100%;
  margin: 0;
  top: 5px;
  right: 5px;
  color: white;
  position: absolute;
}

.hero-form-section {
  position: fixed;
  z-index: 100;
  background-color: #fd562a;
  border-radius: 100%;
  display: inline-block;
  right: 25px;
  bottom: 25px;
}


@media screen and (max-width: 800px) and (orientation: landscape),
screen and (max-height: 300px) {

  /**
     * Remove all paddings around the image on small screen
     */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

.section-title {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-bottom: 35px;
}

.box.modal-dialog {
  max-width: 500px;
  margin: 10.75rem auto;
}

.box1 .swiper-wrapper {
  width: 100%;

}

.box_div_from {
  width: 25%;
  background: #fff;
  padding: 15px;
  border-radius: 10px;
  z-index:10;
  position: fixed;
  bottom: 25px;
  right: 100px;
}

.box-hide {
  display: none
}

.box_top_s li {
  line-height: normal;
  display: inline-block;
  padding: 0px 15px;
}

.box_top_s li a:hover {
  color: #fd562a;
}

#site-header .row {
  align-items: center;
}

.float img {
  position: fixed;
  width: 50px;
  height: 50px;
  bottom: 15px;
  right: 15px;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}

.float1 img {
  position: fixed;
  width: 50px;
  height: 50px;
  bottom: 70px;
  right: 15px;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}

.my-float {
  margin-top: 16px;
}

.features-section .swiper {
  width: 100%;
  height: 553px;
}

.section-title h2 {
  position: relative;
  display: inline-block;
  line-height: 1;
  font-size: 30px;
  text-transform: uppercase;
  margin-bottom: 24px;
  font-weight: 600;
}

.section-title h2:before,
.section-title h2:after {
  content: '';
  width: 0;
  height: 0;
  border: 8px solid transparent;
  border-bottom-color: #fd562a;
  position: absolute;
  top: 2.5px;
}

.section-title h2:before {
  border-left-color: #fd562a;
  right: -30px;
}

.section-title h2:after {
  border-right-color: #fd562a;
  left: -30px;
}

.section-title.dark h2 {
  color: #fff;
}

.section-title.dark .lead {
  color: #bdb9cb;
}

.block-title {
  font-size: 48px;
  margin-bottom: 30px;
}

.block-title span {
  display: block;
  font-size: 18px;
  text-transform: uppercase;
  color: #fd562a;
  margin-bottom: 20px;
}

.lead {
  color: #948daa;
}

.lead.dark {
  color: #b0aac0;
}

.btn-main {
  padding: 8px 25px;
  background: #fd562a;
  color: #fff;
  border: none;
  border-radius: 5px;
  font-family: 'Jost', sans-serif;
  text-transform: uppercase;
}

.btn-main:hover {
  background: #bf2902;
  color: #fff;
}

.btn-ghost {
  padding: 13px 40px;
  background: transparent;
  color: #fff;
  border-radius: 5px;
  font-family: 'Jost', sans-serif;
  text-transform: uppercase;
  border: 2px solid #fd562a;
}

.btn-ghost:hover {
  background: #fd562a;
  color: #fff;
}

.btn-text {
  font-family: 'Jost', sans-serif;
  text-transform: uppercase;
}

/*navbar fixed styling */
.fixed-top {
  background: #222;
  z-index: 1001 !important;
}

.fixed-top .navbar-brand img {
  width: auto;
}

/* Keyframe animations */
@keyframes anim-rotate {
  0% {
    transform: rotate(-30deg);
  }

  50% {
    transform: rotate(-45deg);
  }

  100% {
    transform: rotate(-30deg);
  }
}

@keyframes anim-updown {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(30px);
  }

  100% {
    transform: translateY(0);
  }
}

.elem-updown {
  animation: anim-updown 5s infinite;
}

@keyframes anim-move {
  0% {
    transform: translateX(0);
  }

  50% {
    transform: translateX(30px);
  }

  100% {
    transform: translateX(0);
  }
}

.elem-move {
  animation: anim-move 5s infinite;
}

@keyframes anim-rotate-full {
  0% {
    transform: rotate(0deg);
  }

  50% {
    transform: rotate(360deg);
  }

  100% {
    transform: rotate(0deg);
  }
}

.elem-rotate-full {
  animation: anim-rotate-full 12s infinite;
}

@keyframes anim-zoom {
  0% {
    transform: scale(0.8);
  }

  50% {
    transform: scale(1);
  }

  100% {
    transform: scale(0.8);
  }
}

.elem-zoom {
  animation: anim-zoom 5s infinite;
}

/***********************************************************
3. General Style 
************************************************************/
body {
  font-family: 'Jost', sans-serif;
  font-size: 18px;
  color: #615978;
  margin: -35px;
}

a {
  color: #fd562a;
  text-decoration: none;
  transition: 0.3s;
}

a:hover {
  color: #f23402;
}

p:last-of-type {
  margin-bottom: 0;
}

ul {
  padding-left: 0;
}

li {
  list-style: none;
}

.section-block {
  padding-top: 50px;
  padding-bottom: 60px;
}

.skill-section.section-block {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-block .row>div {
  margin-bottom: 60px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  color: #222;
}

.private-text {
  font-size: 16px;
  line-height: 1.3;
  color: #fff;
  text-transform: capitalize;
  margin: 0;
  font-weight: 600;
}


/***********************************************************
4. Header
************************************************************/
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}

.hero-area_section {
  margin-top: 100px;
}


.site-header {

  width: 100%;
  z-index: 1001;
  padding-top: 25px;
  background-color: #000;
  padding-bottom: 25px;

 
}

.site-header .navbar {
  padding-top: 24px;
  padding-bottom: 24px;
  z-index: 1;
  transition: 0.3s;
}

.site-header .navbar.fixed-top {
  padding-top: 12px;
  padding-bottom: 12px;
}

.site-header .nav-item .nav-link {
  padding-left: 1.2rem;
  padding-right: 1.2rem;
}

.site-header .nav-item .active {
  color: #fd562a;
}

.site-header a {
  color: #fff;
  text-transform: capitalize;
  font-family: 'Jost', sans-serif;
  font-weight: 500;
}



.site-header .navbar-brand {
  width: auto;
}

.float_buton img {
  width: 50px;
  height: 50px;
  bottom: 70px;
  right: 15px;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  z-index: 100;
}

/***********************************************************
5. Hero Area
************************************************************/
.portfolio-section1 .box:after {
  top: auto;
  bottom: -32%;
}


.custom-heading {

  font-size: 33px;
  margin-top: 40px;
  color: #000;
}

.custom-digit-span {
  background-color: #fd562a;
  padding: 4px;
  border-radius: 5px;
}

.hero-Para {
  margin-top: 20px;

}


.list-text {
  padding-top: 10px;
}

.whatsapp-icon {
  font-size: 40px;
  /* color: #fff; */
}

.whatsapp-icon:hover {
  color: #fd562a;
}

.hero-support {
  font-size: 25px;
  font-weight: 600;
  color: #000;
}

.hero-list-item {
  padding-top: 10px;
}



.enquire-btn {
  border: 1px solid beige;
  background-color: #fd562a;
  padding-left: 50px;
  padding-right: 50px;
  color: white;
  margin-top: 30px;
  border-radius: 30px;

}

.enquire-btn:hover {
  background-color: #bf2902;
  color: #fff;

}



.contect-number {
  padding: 10px 20px 10px;
  border: 1px solid white;
  border-radius: 20px;
  font-size: 13px;
  color: #fff;
  margin-right: 22px;
  background: transparent;
}

.contect-whatsapp {
  padding: 10px 20px 10px;
  border: 1px solid white;
  border-radius: 20px;
  font-size: 13px;
  color: #fff;
  background: transparent;
}

.contect-whatsapp:hover {
  background: #bf2902;
}

.contect-number:hover {
  background: #bf2902;
}







.hero-area .hero-head {
  color: #fff;
  font-size: 90px;
}

.hero-area .hero-head small {
  font-size: 24px;
  margin-bottom: 12px;
  display: block;
}

.hero-area .hero-head strong {
  color: #fd562a;
}

 .hero-area .hero-facts li {
  background: #fff;
  position: absolute;
  display: inline-block;
  padding: 18px 24px;
  text-align: left;
  box-shadow: 10px 10px 50px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}

.hero-area .hero-facts li p,
.hero-area .hero-facts li h4 {
  display: inline-block;
}



/***********************************************************
6. Intro Section  
************************************************************/
.intro-section {
  position: relative;
}

.intro-section .item-wrapper {
  border: 1px solid #e0e0e0;
  padding: 20px;
  border-radius: 12px;
  position: relative;
  background: #fff;
  transition: 0.3s;
}

.intro-section .item-wrapper:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #fd562a;
  transition: 0.3s;
  z-index: -1;
  border-radius: 12px;
}

.intro-section .item-wrapper:hover {
  box-shadow: 10px 10px 50px rgba(0, 0, 0, 0.1);
  border-color: #fff;
}

.intro-section .item-wrapper:hover:after {
  transform: rotate(-10deg);
}

.intro-section .icon-box {
  font-size: 48px;
  color: #fd562a;
  margin-bottom: 20px;
}

.features-list .align-items-start {
  align-items: center !important;
}

.intro-section h3 {
  font-size: 25px;
  margin-bottom: 18px;
}

.intro-section .de-intro-1 {
  position: absolute;
  left: 5%;
  top: 17%;
}

/***********************************************************
7. About Section 
************************************************************/
.about-section {
  padding-bottom: 80px;
  background: #f2f5fb;
  position: relative;
}

.about-section .img-wrapper {
  position: relative;
  text-align: center;
}

.about-section .img-wrapper:before,
.about-section .img-wrapper:after {
  position: absolute;
  content: '';
}

.about-section .img-wrapper:before {
  width: 60px;
  height: 60px;
  border-radius: 7px;
  border: 5px solid #fd562a;
  left: 30px;
  top: 190px;
}

.about-section .img-wrapper:after {
  width: 36px;
  height: 36px;
  background: #fd562a;
  left: 332px;
  bottom: -90px;
  border-radius: 4px;
}

.about-section .about-img-2 {
  position: absolute;
  left: 0;
  bottom: -200px;
}

.about-section .content-block h2 {
  font-size: 48px;
  margin-bottom: 30px;
}

.about-section .content-block h2 span {
  display: block;
  font-size: 18px;
  text-transform: uppercase;
  color: #fd562a;
  margin-bottom: 20px;
}

.about-section .content-block h2 strong {
  display: block;
  font-size: 30px;
  margin-top: 24px;
}

.about-section .personal-details {
  margin-top: 36px;
  margin-bottom: 36px;
}

.about-section .personal-details>div {
  margin-bottom: 0;
}

.about-section .personal-info li {
  margin-bottom: 18px;
  position: relative;
  padding-left: 25px;
}

.about-section .personal-info h4 {
  font-size: 20px;
  margin-bottom: 4px;
  color: #615978;

}

.about-section .personal-info li:after {
  content: "";
  width: 13px;
  border-radius: 4px;
  height: 13px;
  background: #ea5233;
  position: absolute;
  top: 4px;
  left: 0px;
}

.about-section .de-about-1 {
  position: absolute;
  right: 10%;
  top: -8%;
}

.about-section .de-about-2 {
  position: absolute;
  left: 5%;
  bottom: -3%;
  z-index: 2;
}

/***********************************************************
8. Skill Sections
************************************************************/
.skill-section {
  background-color: #333;
  background: url(../image/bg.jpeg) no-repeat center center;
  background-size: cover;
  position: relative;
  z-index: 9;
  background-attachment: fixed;

}

.skill-section:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: -1;
}

.skill-section h2 {
  color: #fff;
  font-size: 48px;
  margin-bottom: 36px;
}

.skill-section h2 span {
  display: block;
  font-size: 18px;
  text-transform: uppercase;
  color: #fd562a;
}

.skill-section .lead {
  color: #bdb9cb;
}

.skill-section .content-block {
  padding-right: 72px;
}

.skill-section .progress-block {
  margin-top: 30px;
}

.skill-section .progress-block h4 {
  color: #fff;
  font-size: 16px;
  margin-bottom: 12px;
}

.skill-section .progress-wrapper {
  margin-bottom: 24px;
  position: relative;
}

.skill-section .progress {
  height: 0.5rem;
  position: relative;
}

.skill-section .progress-bar {
  background-color: #fd562a;
}

.skill-section .progress-value {
  position: absolute;
  right: 0;
  top: 2px;
  color: #fd562a;
  font-size: 16px;
}

.progress-bar {
  transition-duration: 3s;
}

.skill-section {
  text-align: center;
}

.biv {
  background: #ffffff30;
  padding: 20px;
  border-radius: 20px;
  border: 3px solid #ea5233;
}

.skill-section .biv h2 {

  font-size: 25px;
  margin-bottom: 0px;
  z-index: 9999;
  position: relative;
}

.skill-section .biv h2 a {
  color: #fff;
}

.skill-section .biv h2 a:hover {
  color: #ea5233;
}

.navbar-brand .img-fluid {
  max-width: 50%;
  height: auto;
}

.img-fluid {
  max-width: auto;
  height: 100%;
}

ul.box_top_s {
  padding-left: 0;
  margin: 0px;
  display: flex;
  align-items: center;
  justify-content: end;
}

/***********************************************************
9. Portfolio Section
************************************************************/
.portfolio-section {
  padding-bottom: 100px;
  position: relative;

}

.portfolio-section .row>div {
  margin-bottom: 24px;
}

.portfolio-section .filter-button-group {
  text-align: center;
  margin-bottom: 48px;
}

.portfolio-section .filter-button-group button {
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  background: transparent;
  padding: 6px 12px;
  color: #615978;
  font-size: 16px;
  transition: 0.3s;
}

.portfolio-section .filter-button-group button:hover {
  border-color: #fd562a;
}

.portfolio-section .filter-button-group .active {
  background: #fd562a;
  color: #fff;
  border-color: #fd562a;
}

.portfolio-section .box {
  background-color: #774691;
  overflow: hidden;
  position: relative;
  border-radius: 10px;
}

.portfolio-section .box:before,
.portfolio-section .box:after {
  content: '';
  background: #fd562a;
  height: 50%;
  width: 100%;
  opacity: 0.8;
  position: absolute;
  top: -50%;
  left: 0;
  z-index: 1;
  transition: all 0.3s ease-in 0s;
}

.portfolio-section .box:after {
  top: auto;
  bottom: -36%;
}

.portfolio-section .box img {
  width: 100%;
  height: auto;
}

.portfolio-section .box .box-content {
  color: #fff;
  text-align: center;
  width: 100%;
  opacity: 0;
  position: absolute;
  bottom: 40%;
  left: 0;
  z-index: 2;
  transition: all 0.3s ease-out 0.1s;

}

.portfolio-section .box .title {
  font-size: 21px;
  line-height: 1.3;
  color: #fff;
  text-transform: capitalize;
  margin: 0;
  font-weight: 600;
}

.portfolio-section .box .category {
  color: #fff;
  opacity: 0.8;
  font-size: 16px;
  text-transform: uppercase;
  display: block;
  font-weight: bold;
  margin-bottom: 6px;
}

.portfolio-section .box .icon-box {
  padding: 0;
  margin: 0;
  opacity: 0;
  transform: translate(-50%, -50%);
  position: absolute;
  left: 50%;
  top: 70%;
  z-index: 2;
  transition: all 0.3s ease-out 0.1s;
}

.portfolio-section .box .icon-box a {
  width: 200px;
  height: 60px;
  line-height: 0px;
  background: rgba(255, 255, 255, 1);
  display: block;
  text-align: center;
  border-radius: 10px;
  transition: 0.3s;
  color: #222;
}

.icon-box a h2 {
  line-height: 60px;
  color: #000;
  font-size: 20px;
  background: transparent !important;
}

.portfolio-section .box .icon-box a:hover {
  background: #ffffff;
  color: #fd562a;
}

.portfolio-section .box:hover:before {
  top: 0;
}

.portfolio-section .box:hover:after {
  bottom: 0;
}

.portfolio-section .box .box-content {
  opacity: 1;
  bottom: 15px;
}

.portfolio-section .box:hover .icon-box {
  opacity: 1;
  top: 50%;
}

.portfolio-section .box .icon li {
  margin: 0 3px;
  display: inline-block;
}

.portfolio-section .box .icon li a {
  color: #444;
  background-color: #fff;
  font-size: 15px;
  text-align: center;
  line-height: 36px;
  height: 35px;
  width: 35px;
  border-radius: 10px;
  display: block;
  transition: all 0.3s ease 0s;
}

.portfolio-section .box .icon li a:hover {
  color: #fff;
  background: #12c2e9;
}

.portfolio-section .btn-close {
  position: absolute;
  right: 54px;
  top: 54px;
  background: #fd562a;
  color: #fff;
  text-align: center;
  width: 36px;
  height: 36px;
  line-height: 36px;
  border-radius: 50%;
  transition: 0.3s;
}

.portfolio-section .item-content>div {
  margin-bottom: 0;
}

.portfolio-section .content-wrapper {
  padding: 30px 12px 24px 0;
}

.portfolio-section .content-wrapper .item-title {
  font-size: 36px;
  margin-bottom: 24px;
}

.portfolio-section .modal-body {
  padding: 36px 36px 12px;
}

.portfolio-section .modal-body img {
  border-radius: 12px;
}

.portfolio-section .meta-wrapper {
  background: #f6f6f6;
  padding: 30px;
  margin-top: 42px;
  border-radius: 8px;
}

.portfolio-section .item-meta {
  font-size: 16px;
}

.portfolio-section .item-meta li {
  margin-bottom: 18px;
}

.portfolio-section .item-meta li span {
  font-weight: bold;
  color: #222;
  margin-left: 8px;
}

.portfolio-section .de-portfolio-1,
.portfolio-section .de-portfolio-2 {
  position: absolute;
}

.portfolio-section .de-portfolio-1 {
  left: 5%;
  top: 10%;
}

.portfolio-section .de-portfolio-2 {
  right: 5%;
  bottom: -2%;
  z-index: 1;
}

.portfolio-section1 .row>div {
  margin-bottom: 24px;
}

.portfolio-section1 .filter-button-group {
  text-align: center;
  margin-bottom: 48px;
}

.portfolio-section1 .filter-button-group button {
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  background: transparent;
  padding: 6px 12px;
  color: #615978;
  font-size: 16px;
  transition: 0.3s;
}

.portfolio-section1 .filter-button-group button:hover {
  border-color: #fd562a;
}

.portfolio-section1 .filter-button-group .active {
  background: #fd562a;
  color: #fff;
  border-color: #fd562a;
}

.portfolio-section1 .box {
  background-color: #774691;
  overflow: hidden;
  position: relative;
  border-radius: 10px;
}

.portfolio-section1 .box:before,
.portfolio-section1 .box:after {
  content: '';
  background: #fd562a;
  height: 50%;
  width: 100%;
  opacity: 0.8;
  position: absolute;
  top: -50%;
  left: 0;
  z-index: 1;
  transition: all 0.3s ease-in 0s;
}

.portfolio-section1 .box:after {
  top: auto;
  bottom: -36%;
}

.portfolio-section1 .box img {
  width: 100%;
  height: auto;
}

.portfolio-section1 .box .box-content {
  color: #fff;
  text-align: center;
  width: 100%;
  opacity: 0;
  position: absolute;
  bottom: 40%;
  left: 0;
  z-index: 2;
  transition: all 0.3s ease-out 0.1s;

}

.portfolio-section1 .box .title {
  font-size: 21px;
  line-height: 1.3;
  color: #fff;
  text-transform: capitalize;
  margin: 0;
  font-weight: 600;

}

.portfolio-section1 .box .category {
  color: #fff;
  opacity: 0.8;
  font-size: 16px;
  text-transform: uppercase;
  display: block;
  font-weight: bold;
  margin-bottom: 6px;
}

.portfolio-section1 .box .icon-box {
  padding: 0;
  margin: 0;
  opacity: 0;
  transform: translate(-50%, -50%);
  position: absolute;
  left: 50%;
  top: 70%;
  z-index: 2;
  transition: all 0.3s ease-out 0.1s;
}

.portfolio-section1 .box .icon-box a {
  width: 200px;
  height: 60px;
  line-height: 0px;
  background: rgba(255, 255, 255, 1);
  display: block;
  text-align: center;
  border-radius: 10px;
  transition: 0.3s;
  color: #222;
}

.icon-box a h2 {
  line-height: 60px;
  color: #000;
  font-size: 20px;
  background: transparent !important;
}

.portfolio-section1 .box .icon-box a:hover {
  background: #ffffff;
  color: #fd562a;
}

.portfolio-section1 .box:hover:before {
  top: 0;
}

.portfolio-section1 .box:hover:after {
  bottom: 0;
}

.portfolio-section1 .box .box-content {
  opacity: 1;
  bottom: 5px;
}

.portfolio-section1 .box:hover .icon-box {
  opacity: 1;
  top: 50%;
}

.portfolio-section1 .box .icon li {
  margin: 0 3px;
  display: inline-block;
}

.portfolio-section1 .box .icon li a {
  color: #444;
  background-color: #fff;
  font-size: 15px;
  text-align: center;
  line-height: 36px;
  height: 35px;
  width: 35px;
  border-radius: 10px;
  display: block;
  transition: all 0.3s ease 0s;
}

.portfolio-section1 .box .icon li a:hover {
  color: #fff;
  background: #12c2e9;
}

.portfolio-section1 .btn-close {
  position: absolute;
  right: 54px;
  top: 54px;
  background: #fd562a;
  color: #fff;
  text-align: center;
  width: 36px;
  height: 36px;
  line-height: 36px;
  border-radius: 50%;
  transition: 0.3s;
}

.portfolio-section1 .item-content>div {
  margin-bottom: 0;
}

.portfolio-section1 .content-wrapper {
  padding: 30px 12px 24px 0;
}

.portfolio-section1 .content-wrapper .item-title {
  font-size: 36px;
  margin-bottom: 24px;
}

.portfolio-section1 .modal-body {
  padding: 36px 36px 12px;
}

.portfolio-section1 .modal-body img {
  border-radius: 12px;
}

.portfolio-section1 .meta-wrapper {
  background: #f6f6f6;
  padding: 30px;
  margin-top: 42px;
  border-radius: 8px;
}

.portfolio-section1 .item-meta {
  font-size: 16px;
}

.portfolio-section1 .item-meta li {
  margin-bottom: 18px;
}

.portfolio-section1 .item-meta li span {
  font-weight: bold;
  color: #222;
  margin-left: 8px;
}

.portfolio-section1 .de-portfolio-1,
.portfolio-section .de-portfolio-2 {
  position: absolute;
}

.portfolio-section1 .de-portfolio-1 {
  left: 5%;
  top: 10%;
}

.portfolio-section1 .de-portfolio-2 {
  right: 5%;
  bottom: -2%;
  z-index: 1;
}



/***********************************************************
10. Service Section
************************************************************/
.service-section {
  background-color: #333;
  position: relative;
  padding-bottom: 100px;
}

.service-section .row>div {
  margin-bottom: 24px;
}

.service-section p {
  color: #b0aac0;
  transition: 0.3s;
}

.service-section h3 {
  color: #fff;
  margin-bottom: 30px;
  transition: 0.3s;
}

.service-section .icon-box {
  font-size: 36px;
  color: #fd562a;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  width: 96px;
  height: 96px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  position: relative;
}

.service-section .icon-box i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.service-section .content-wrapper {
  border: 1px solid #474747;
  padding: 60px 48px;
  text-align: center;
  border-radius: 10px;
  transition: 0.4s;
}

.service-section .content-wrapper:hover {
  background: #fff;
}

.service-section .content-wrapper:hover .icon-box {
  background: #fd562a;
  color: #fff;
}

.service-section .content-wrapper:hover h3 {
  color: #222;
}

.service-section .content-wrapper:hover p {
  color: #615978;
}

.service-section .de-service-1,
.service-section .de-service-2,
.service-section .de-service-3 {
  position: absolute;
}

.service-section .de-service-1 {
  left: 5%;
  top: 12%;
}

.service-section .de-service-2 {
  right: 5%;
  top: 48%;
}

.service-section .de-service-3 {
  left: 5%;
  bottom: -2%;
}

/***********************************************************
11. Features Section
************************************************************/

.features-section .box {
  overflow: hidden;
  position: relative;
  border-radius: 40px;
}

.features-section .box:before,
.features-section .box:after {
  content: '';
  background: #fd562a;
  height: 50%;
  width: 100%;
  opacity: 0.8;
  position: absolute;
  top: -50%;
  left: 0;
  z-index: 1;
  transition: all 0.3s ease-in 0s;
}

.features-section .box:after {
  top: auto;
  bottom: -36%;
}

.features-section .box img {
  width: 100%;
  height: auto;
}

.features-section .box .box-content {
  color: #fff;
  text-align: center;
  width: 100%;
  opacity: 0;
  position: absolute;
  bottom: 40%;
  left: 0;
  z-index: 2;
  transition: all 0.3s ease-out 0.1s;
  padding: 18px;
}

.features-section .box .title {
  font-size: 21px;
  line-height: 1.3;
  color: #fff;
  text-transform: capitalize;
  margin: 0;
  font-weight: 600;
}

.features-section .box .category {
  color: #fff;
  opacity: 0.8;
  font-size: 16px;
  text-transform: uppercase;
  display: block;
  font-weight: bold;
  margin-bottom: 6px;
}

.features-section .box .icon-box {
  padding: 0;
  margin: 0;
  opacity: 0;
  transform: translate(-50%, -50%);
  position: absolute;
  left: 50%;
  top: 70%;
  z-index: 2;
  transition: all 0.3s ease-out 0.1s;
}

.features-section .box .icon-box a {
  width: 48px;
  height: 48px;
  line-height: 49px;
  background: rgba(255, 255, 255, 0.6);
  display: block;
  text-align: center;
  border-radius: 50%;
  transition: 0.3s;
  color: #222;
}

.features-section .box .icon-box a:hover {
  background: #ffffff;
  color: #fd562a;
}

.features-section .box .box-content {
  opacity: 1;
  bottom: 0;
}

.features-section .box:hover .icon-box {
  opacity: 1;
  top: 50%;
}


.features-section h3 {
  margin-bottom: 48px;
}

.features-section h4 {
  font-size: 21px;
  margin-bottom: 0px;
  line-height: 25px;
}

.features-section h4 span {
  font-family: 'Jost', sans-serif;
  color: #615978;
  font-size: 70%;
  float: right;
}

.features-section h5 {
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.features-section .content-block {
  padding-left: 120px;
}

.features-section .features-list {
  margin-top: 36px;
  margin-bottom: 0;
}

.features-section li {
  margin-bottom: 20px;
}

.features-section li:last-child {
  margin-bottom: 0;
}

.features-section li:last-child .icon-box:after {
  content: none;
}

.features-section .icon-block {
  margin-right: 24px;
}

.features-section .icon-box {
  width: 60px;
  height: 60px;
  background: #fd562a;
  color: #fff;
  font-size: 24px;
  text-align: center;
  border-radius: 50%;
  line-height: 60px;
  position: relative;
}

/***********************************************************
12. Testimonial Section
************************************************************/
.testimonial-section {
  background-color: #333;
  background: url('../image/testimonial-bg.webp') no-repeat center center;
  background-size: cover;
  padding-bottom: 25px;
  position: relative;
  z-index: 1;
}

.testimonial-section:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: -1;
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: -22px;
}

.testimonial-section .item-wrapper {
  background: #fff;
  padding: 10px 15px 40px;
  position: relative;
  margin-top: 36px;
  border-radius: 10px;
  /* height: 100%; */
  display: flex;
  flex-direction: column;
  text-align: center;
  box-shadow: 0 10px 30px rgba(176, 18, 6, 0.1);
}



.testimonial-section .item-wrapper p {
  font-style: italic;
  margin-bottom: 30px;
}

.testimonial-section .item-wrapper h4 {
  font-size: 21px;
}

.testimonial-section .item-wrapper h4 span {
  display: block;
  margin-top: 8px;
  font-size: 16px;
  font-family: 'Jost', sans-serif;
  color: #948daa;
}

.testimonial-section .quote-icon {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: #fd562a;
  position: absolute;
  top: -36px;
  left: 50%;
  transform: translateX(-50%);
  line-height: 72px;
}

.testimonial-section .quote-icon img {
  width: 24px;
}

.testimonial-section .quote-author {
  text-align: left;
}

.testimonial-section .quote-author .image-block {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 18px;
}

.testimonial-section .quote-author h4 {
  margin-bottom: 0;
}

.custom-video-style {
  height: 100%;
  width: auto;
}

/***********************************************************
14. Partner Section  
************************************************************/
.partner-section {
  padding-top: 90px;
  padding-bottom: 90px;
  background: #333;
}

.partner-section .image-wrapper {
  text-align: center;
}

/***********************************************************
15. Contact Section
************************************************************/
.contact-section {
  padding-bottom: 60px;
  position: relative;
  /* contact form message */
}

.contact-section .icon-box {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #fd562a;
  line-height: 60px;
  text-align: center;
  color: #fff;
  margin-right: 24px;
  font-size: 24px;
}

.contact-section a {
  color: #615978;
  text-transform: initial;
  transition: 0.3s;
}

.contact-section a:hover {
  color: #fd562a;
}

.contact-section address {
  margin-bottom: 0;
}

.contact-section h3 {
  font-size: 36px;
  margin-bottom: 20px;
}

.contact-section .map-wrapper {
  min-height: 396px;
  background: #f9f9f9;
  margin-right: 90px;
  border-radius: 10px;
}

.contact-section form>div {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}

.contact-section input,
.contact-section textarea {
  border-radius: 4px !important;
}

.contact-section textarea {
  min-height: 183px;
}

.contact-section .form-control {
  padding: 12px 18px;
}

.contact-section .form-control:focus {
  border-color: #fea68f;
  box-shadow: none;
}

.contact-section button {
  font-family: 'Jost', sans-serif;
  text-transform: uppercase;
}

.contact-section .form-message p {
  font-size: 14px;
}

.contact-section .form-message p.error,
.contact-section .form-message p.success {
  margin-bottom: 12px;
  font-size: 22px;
  margin-bottom: 35px
}

.contact-section .form-message p.success {
  color: #00b300;
}

.contact-section .form-message p.error {
  color: #ff3333;
}

/* Hide the zoom control */
.leaflet-control-zoom {
    display: none !important;
}

.contact-section .de-contact-1,
.contact-section .de-contact-2 {
  position: absolute;
}

.contact-section .de-contact-1 {
  right: 7%;
  top: 12%;
}

.contact-section .de-contact-2 {
  left: 4%;
  bottom: -2%;
  z-index: 2;
}

select {
  color: gray !important;
}

/***********************************************************
16. Site Footer 
************************************************************/
.site-footer {
  background-color: #333;
  background: url('../image/footer-bg.jpg') no-repeat center center;
  background-size: cover;
  padding-top: 15px;
  padding-bottom: 0px;
  position: relative;
  z-index: 1;
}

.site-footer:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.1);
  z-index: -1;
}

.site-footer .container {
  position: relative;
}

.site-footer h3 {
  color: #fff;
  font-size: 21px;
  margin-bottom: 30px;
}

.site-footer p {
  color: #b0aac0;
}

.site-footer input {
  padding-left: 24px;
  padding-right: 24px;
}

.site-footer input:focus {
  border-color: #fd562a;
  box-shadow: none;
}

.site-footer .footer-brand {
  margin-bottom: 36px;
  display: inline-block;
}

.site-footer .footer-brand img {
  width: auto;
}

.site-footer .footer-social {
  margin-top: 30px;
}

.site-footer .footer-social li {
  margin-right: 24px;
}

.site-footer .footer-social li:last-child {
  margin-right: 0;
}

.site-footer .footer-social a {
  color: #fff;
  transition: 0.3s;
  font-size: 24px;
  display: inline-block;
}

.site-footer .footer-social a:hover {
  color: #fd562a;
  transform: translateY(-5px);
}

.site-footer .back-to-top {
  position: absolute;
  top: -120px;
  right: var(--bs-gutter-x, 0.75rem);
}

.site-footer .back-to-top a {
  width: 60px;
  height: 60px;
  background: #fd562a;
  text-align: center;
  line-height: 60px;
  font-size: 24px;
  color: #fff;
  transition: 0.3s;
  border-radius: 50%;
  display: inline-block;
}

.site-footer .footer-bottom {
  margin-top: 30px;
}

.site-footer .footer-bottom p {
  font-size: 16px;
}

.site-footer .footer-bottom ul {
  margin-bottom: 0;
}

.site-footer .footer-bottom ul a {
  font-family: 'Jost', sans-serif;
  color: #b0aac0;
  text-transform: capitalize;
  font-size: 16px;
}

/***********************************************************
17. Libraries
************************************************************/
/* PRE LOADER */
.flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #222;
  z-index: 10000;
}

.dots .dot {
  display: inline-block;
  width: 35px;
  height: 35px;
  margin: 0 10px 0 10px;
  border-radius: 50%;
  background: #FFF;
  -webkit-animation: dot-dot-dot 1.4s linear infinite;
  animation: dot-dot-dot 1.4s linear infinite;
}

.dots .dot:nth-child(2) {
  animation-delay: 0.2s;
}

.dots .dot:nth-child(3) {
  animation-delay: 0.4s;
}

@keyframes dot-dot-dot {

  0%,
  60%,
  100% {
    -webkit-transform: initial;
    -ms-transform: initial;
    transform: initial;
  }

  30% {
    -webkit-transform: translateY(-25px);
    -ms-transform: translateY(-25px);
    transform: translateY(-25px);
  }
}

/* swiper */
.swiper {
  width: 100%;
  /* margin: 50px 0px;
  padding: 50px 0px; */
}

.swiper .swiper-pagination-bullet {
  background: #878787;
  opacity: 0.5;
  width: 8px;
  height: 8px;
}

.swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fd562a;
  opacity: 1;
}

.partnerCarousel {
  overflow: hidden;
  width: 100%;
}



.silder-text {

  z-index: 1;
  position: absolute!important;

  transition: all 0.3s ease-in 0s;
  text-align: center;
  width: 100%;
  padding: 10px;
  border-radius: 21px;
 position: absolute; /* Position relative to the parent container */

  transform: translate(-50%, -51
  0%); /* Adjust position to be exactly centered */
  text-align: center; 

}

/***********************************************************
18. Media Queries 
************************************************************/
/* max-width: 1599px and min-width:992px */
@media (max-width: 1599px) and (min-width: 992px) {
  .hero-area .hero-head {
    font-size: 90px;
  }
}

/* max-width: 1599px and min-width:1200px */
@media (max-width: 1599px) and (min-width: 1200px) {
  .hero-area .image-wrapper:after {
    width: 380px;
    height: 300px;
    top: 60px;
    right: -10px;
  }

  .hero-area .image-wrapper img {
    width: 66%;
  }

  .hero-area .hero-facts li {
    padding: 16px;
  }

  .hero-area .hero-facts li:first-child {
    left: 96px;
  }

  .hero-area .hero-facts li:nth-child(2) {
    right: -90px;
  }

  .hero-area .hero-facts li p {
    font-size: 36px;
  }

  .hero-area .hero-facts li h4 {
    font-size: 15px;
  }

  .about-section .img-wrapper:before {
    left: 24px;
  }

  .service-section .content-wrapper {
    padding: 48px 36px;
  }

  /* .testimonial-section .swiper {
    height: 480px;
  } */
}

/* Max-width: 1599px and Min-width: 1400px */
@media (max-width: 1599px) and (min-width: 1400px) {
  .hero-area .de-hero-1 {
    left: 1%;
    top: 16%;
  }

  .hero-area .de-hero-2 {
    right: 3%;
  }

  .hero-area .de-hero-3 {
    right: 2%;
  }

  .hero-area .de-hero-5 {
    bottom: 12%;
  }
}

/* Max-width: 1399px */
@media (max-width: 1599px) {

  .service-section .de-service-1,
  .service-section .de-service-2 {
    display: none;
  }

  .blog-section .de-blog-2 {
    bottom: 5%;
  }

  .contact-section .de-contact-1 {
    top: 12%;
  }
}

/* Max-width: 1399px and Min-width: 1200px */
@media (max-width: 1399px) and (min-width: 1200px) {
  .hero-area .hero-content>.row {
    margin-top: 72px;
  }

  .hero-area .de-hero-1 {
    left: 3%;
    top: 20%;
  }

  .hero-area .de-hero-2 {
    right: 3%;
  }

  .hero-area .de-hero-3 {
    right: 2%;
  }

  .hero-area .de-hero-5 {
    left: 1%;
    bottom: 8%;
  }
}

/* max-width: 1199px */
@media (max-width: 1199px) {
  .btn-main {
    padding: 12px 30px;
  }

  .btn-ghost {
    padding: 10px 28px;
  }

  .section-title {
    width: 80%;
  }

  .design-elements {
    display: none;
  }

  .site-header .navbar-toggler {
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.3);
    padding: 0.25rem;
  }

  .site-header .navbar-toggler:focus {
    box-shadow: none;
  }

  .site-header .navbar-toggler-icon {
    line-height: 1.5em;
  }

  .site-header .nav-link {
    color: #222;
    padding-top: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #e0e0e0;
  }

  .site-header .navbar-collapse {
    background: #fff;
  }

  .site-header .nav-item:last-child .nav-link {
    border-bottom: none;
  }

  .hero-area {
    text-align: center;
  }

  .hero-area .content-block {
    margin-bottom: 120px;
  }

  .hero-area .hero-head {
    font-size: 60px;
  }

  .hero-area .image-wrapper {
    text-align: center;
    margin-top: 160px;
    margin-bottom: 72px;
  }

  .hero-area .image-wrapper:after {
    width: 460px;
    top: 72px;
    right: 102px;
  }

  .hero-area .image-wrapper img {
    width: 60%;
  }

  .hero-area .hero-facts li {
    padding: 14px 16px;
  }

  .hero-area .hero-facts li:first-child {
    left: 80px;
  }

  .hero-area .hero-facts li:nth-child(2) {
    right: 85px;
  }

  .hero-area .hero-facts li h4 {
    font-size: 14px;
  }

  .hero-area .hero-facts li p {
    font-size: 36px;
  }

  .hero-area .de-hero-4 {
    left: 18%;
    top: 48%;
  }

  .about-section .content-block {
    margin-top: 72px;
  }

  .about-section .content-block h2 {
    font-size: 48px;
  }

  .about-section .content-block h2 span {
    margin-bottom: 12px;
  }

  .about-section .content-block h2 strong {
    font-size: 24px;
  }

  .about-section .img-wrapper {
    text-align: left;
  }

  .about-section .img-wrapper:before {
    left: 430px;
    top: 84px;
  }

  .about-section .img-wrapper:after {
    left: 240px;
    bottom: -72px;
  }

  .about-section .about-img-2 {
    bottom: -96px;
    left: 312px;
  }

  .skill-section .content-block {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
  }

  .skill-section h2 span {
    margin-bottom: 12px;
  }

  .portfolio-section .meta-wrapper {
    margin-top: 12px;
    margin-bottom: 30px;
  }

  .features-section .image-wrapper {
    text-align: center;
  }

  .features-section .image-wrapper img {
    width: 60%;
  }

  .features-section .content-block {
    padding-left: calc(var(--bs-gutter-x) * 0.5);
  }

  .features-section h4 span {
    display: block;
    margin-top: 12px;
    float: none;
  }

  .features-section .icon-box:after {
    content: none;
  }

  .blog-section .large-post .post-content h3 {
    font-size: 24px;
  }

  .blog-section .large-post img {
    width: 100%;
  }

  .blog-section .post-group h3 {
    font-size: 18px;
  }

  .contact-section .icon-box {
    flex-shrink: 0;
  }

  .contact-section .map-wrapper {
    margin-right: 0;
  }

  .site-footer .social-block li {
    margin-right: 15px;
  }
}

/* max-width: 1199px and min-width:992px */
@media (max-width: 1199px) and (min-width: 992px) {
  .silder-text.silder-text {
    bottom: 0px;
    z-index: 999;
    position: absolute;
    z-index: 999;
    transition: all 0.3s ease-in 0s;
    text-align: center;
    width: 100%;
    padding: 10px;
    border-radius: 21px;
    left: inherit;
    color: #fff;
    font-size: 35px !important;
  }

  .blog-section .post-group h3 {
    line-height: 1.2;
    margin-top: 24px;
  }
}

/* max-width: 991px and min-width:768px */
@media (max-width: 991px) and (min-width: 768px) {
  .silder-text.silder-text {
    bottom: 0px;
    z-index: 999;
    position: absolute;
    z-index: 999;
    transition: all 0.3s ease-in 0s;
    text-align: center;
    width: 100%;
    padding: 10px;
    border-radius: 21px;
    left: inherit;
    color: #fff;
    font-size: 25px !important;
  }

  /* .testimonial-section .swiper {
    height: 360px;
  } */

  .blog-section .row .large-post {
    margin-bottom: 24px;
  }

  .blog-section .post-footer>div.blog-tags {
    margin-bottom: 18px;
  }

  .blog-section .modal .blog-title {
    font-size: 30px;
  }

  .site-footer .row>div {
    margin-bottom: 48px;
  }

  .site-footer .row>div:last-child {
    margin-bottom: 0;
  }
}

/* max-width: 767px */
@media (max-width: 767px) {
  .silder-text.silder-text {
  
    z-index: 999;
    position: absolute;
    z-index: 999;
    transition: all 0.3s ease-in 0s;
    text-align: center;
    width: 100%;
    padding: 10px;
    border-radius: 21px;
    left: inherit;
    color: #fff;
    font-size: 22px !important;
  }

  .btn-main,
  .btn-ghost,
  .bt-text {
    font-size: 16px;
  }

  .block-title {
    font-size: 36px;
  }

  .fixed-top .navbar-brand img {
    width: auto;
  }

  .hero-area .btn-main {
    margin-right: 0;
    margin-bottom: 30px;
    display: inline-block;
  }

  .hero-area .hero-social {
    display: block;
  }

  .hero-area .hero-social li:last-child {
    margin-right: 0;
  }

  .hero-area .hero-social a {
    font-size: 21px;
  }

  .hero-area .hero-facts li:first-child {
    left: 0;
    top: 48px;
  }

  .hero-area .hero-facts li:nth-child(2) {
    right: 0;
    bottom: 48px;
  }

  .hero-area .image-wrapper:after {
    width: 430px;
    height: 300px;
    top: 72px;
    right: 36px;
  }

  .hero-area .image-wrapper img {
    width: 80%;
  }

  .hero-area .hero-head {
    font-size: 48px;
  }

  .hero-area .hero-head small {
    font-size: 21px;
    margin-bottom: 12px;
  }

  .hero-area .content-block p {
    font-size: 18px;
  }

  .hero-area .design-elements {
    display: none;
  }

  .intro-section .row>div {
    margin-bottom: 15px;
  }

  .intro-section .design-elements {
    display: none;
  }

  .about-section .design-elements {
    display: none;
  }

  .facts-section .row>div {
    margin-bottom: 36px;
  }

  .skill-section {
    padding-top: 80px;
    padding-bottom: 20px;
  }

  .skill-section .row>div {
    margin-bottom: 36px;
  }

  .skill-section h2 {
    font-size: 30px;
  }

  .skill-section .content-block {
    margin-bottom: 36px;
  }

  .portfolio-section .content-wrapper {
    padding-top: 24px;
  }

  .portfolio-section .content-wrapper .item-title {
    font-size: 30px;
  }

  .portfolio-section .design-elements {
    display: none;
  }

  .portfolio-section .modal-body {
    padding: 18px 18px 6px;
  }

  .portfolio-section .meta-wrapper {
    margin-top: 0;
    margin-bottom: 12px;
  }

  .portfolio-section .btn-close {
    right: 30px;
    top: 30px;
  }

  .service-section .design-elements {
    display: none;
  }

  .features-section .image-wrapper img {
    width: 80%;
    position: relative;
    left: -20px;
  }

  .testimonial-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  /* .testimonial-section .swiper {
    height: 440px;
  } */

  .testimonial-section .swiper-pagination {
    bottom: 0;
  }

  .blog-section .row .large-post {
    margin-bottom: 24px;
  }

  .blog-section .row .large-post .post-content {
    left: 30px;
    right: 30px;
    bottom: 30px;
  }

  .blog-section .row .large-post .post-content h3 {
    font-size: 21px;
  }

  .blog-section .post-meta li {
    font-size: 14px;
  }

  .blog-section .modal .blog-title {
    font-size: 24px;
    text-align: left;
    margin-bottom: 18px;
  }

  .blog-section .modal .blog-content>div {
    margin-bottom: 24px;
  }

  .blog-section .modal .blog-meta {
    margin-bottom: 18px;
  }

  .blog-section .modal .blog-meta li {
    margin-bottom: 6px;
  }

  .blog-section .modal .btn-close {
    top: 24px;
    right: 24px;
    width: 24px;
    height: 24px;
    line-height: 24px;
  }

  .blog-section .post-footer>div.blog-tags {
    margin-bottom: 18px;
  }

  .blog-section .post-footer>div.blog-tags h4 {
    margin-bottom: 6px;
  }

  .blog-section .design-elements {
    display: none;
  }

  .contact-section .contact-options>div {
    margin-bottom: 30px;
  }

  .contact-section form>div {
    margin-top: 0;
  }

  .contact-section form>div:first-child {
    margin-bottom: 0;
  }

  .contact-section .design-elements {
    display: none;
  }

  .site-footer {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .site-footer .btn-main {
    padding-left: 21px;
    padding-right: 21px;
  }

  .site-footer input {
    padding-left: 12px;
    padding-right: 12px;
  }

  .site-footer .row>div {
    margin-bottom: 48px;
  }

  .site-footer .footer-bottom {
    margin-top: 0;
    text-align: center;
  }

  .site-footer .footer-bottom>div {
    margin-bottom: 24px;
  }

  .site-footer .footer-bottom>div:last-child {
    margin-bottom: 0;
  }

  .portfolio-section1 .box .box-content {
    position: relative;
    background: #fd562a;
    min-height: 80px;
    display: flow;
    padding: 10px;
  }






}

/* max-width: 576px */
@media (max-width: 576px) {

  .box_div_from {
    width: 100%;
    background: #fff;
    padding: 50px;
    border-radius: 20px;
    z-index: 10;
    position: absolute;
    top: 370px;
    right: 0px;
  }

  .silder-text.silder-text {
   
    z-index: 999;
    position: absolute;
    z-index: 999;
    transition: all 0.3s ease-in 0s;
    text-align: center;
    width: 100%;
    padding: 10px;
    border-radius: 21px;
    left: inherit;
    color: #fff;
    font-size: 18px !important;
  }

  /* .closebtn {
    position: absolute;
    top: 40px;
    right: 30px;
    font-size: 36px;
    margin-left: 50px;
  } */

  .features-section .swiper {
    width: 100%;
    height: auto;
  }

  .features-section .box:after {
    top: auto;
    bottom: -30%;
  }

  .about-img-1 {
    display: none;
    border-radius: 10px;
    object-fit: cover;
  }

  /* .site-header .closebtn {
    position: absolute;
    right: 10px;
    font-size: 30px;
    font-weight: bold;
    top: 0;
  } */

  .section-block .row>div {
    margin-bottom: 20px;
  }

  .biv {
    background: #ffffff30;
    padding: 15px 30px;
    border-radius: 20px;
    border: 3px solid #ea5233;
    /* display: inline; */
    width: 80%;
    margin: auto;
  }

  .skill-section.section-block {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .section-title h2 {
    font-size: 19px
  }

  .intro-section {
    padding-top: 0px !important
  }

  #service-section .col-lg-6 {
    width: 50%;
  }

  .intro-section h3 {
    font-size: 14px;
    margin-bottom: 0px;
  }

  #service-section .icon-box img,
  svg {
    vertical-align: middle;
    width: 20%;
  }

  .intro-section .icon-box {
    font-size: 48px;
    color: #fd562a;
    margin-bottom: 5px;
  }

  .portfolio-section {
    padding-top: 40px;
    padding-bottom: 0px;
  }

  #myVideo {
    position: relative;
    width: 100%;
    height: 100%;
    left: 0px;
  }

  .navbar-brand .img-fluid {
    max-width: 100%;
    height: auto;
  }

  .site-header span {
    font-size: 34px !important;
    color: #fff;
    float: right;
    cursor: pointer;
  }

  .site-header .row .col-md-6 {
    width: 50%
  }

  .hero-area .icon-box img,
  svg {
    vertical-align: middle;
    width: 20%;
  }

  .hero-area .hero-content {
    /* min-height: 100vh; */
    /* position: absolute; */
    /* z-index: 10; */
    /* width: 100%; */
    /* bottom: 100px; */
    /* right: 0px; */
  }

  .hero-area h3 {
    font-family: 'Jost', sans-serif;
    color: #fff;
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 25px;
  }

  section,
  .site-footer {
    padding-left: 0px;
    padding-right: 0px;
  }

  .section-title {
    width: 100%;
    margin-bottom: 10px;
    margin-top: 30px;
  }

  .lead {
    font-size: 15px;
  }

  .site-header .navbar-brand {
    width: 108px;
  }

  .hero-area .image-wrapper {
    margin-top: 136px;
    margin-bottom: 36px;
  }

  .img.about-img-1.img-fluid {
    border-radius: 10px !important;
  }

  .hero-area .image-wrapper:after {
    width: 66%;
    right: 54px;
    top: 2px;
  }

  .hero-area .content-block {
    margin-bottom: 96px;
  }

  .hero-area .hero-facts {
    display: none;
  }

  .hero-area .link-group {
    margin-top: 36px;
  }

  .intro-section {
    padding-top: 80px;
    padding-bottom: 20px;
  }

  .intro-section .item-wrapper {
    padding: 10px;
  }

  .intro-section .content-wrapper {
    margin-left: 0;
  }

  .intro-section .icon-box {
    float: none;
  }

  .facts-section {
    padding-top: 60px;
    padding-bottom: 20px;
  }

  .facts-section .icon-box {
    font-size: 36px;
  }

  .facts-section .number-data {
    font-size: 36px;
  }

  .about-section {
    padding-top: 40px;
    padding-bottom: 0px;
  }

  .about-section .content-block {
    margin-top: 48px;
  }

  .about-section .content-block h2 {
    font-size: 36px;
  }

  .about-section .content-block h2 span {
    margin-bottom: 8px;
  }

  .about-section .img-wrapper:before,
  .about-section .img-wrapper:after {
    display: none;
  }

  .about-section .about-img-2 {
    left: auto;
    right: 0;
    width: 120px;
  }

  .portfolio-section {
    padding-top: 30px;
    padding-bottom: 0px;
    margin-bottom: 50px;
  }

  .portfolio-section .filter-button-group button {
    margin-bottom: 6px;
  }

  .service-section {
    padding-top: 80px;
    padding-bottom: 60px;
  }

  .service-section .content-wrapper {
    padding: 36px 24px;
    text-align: left;
  }

  .service-section .content-wrapper h3 {
    margin-bottom: 24px;
  }

  .service-section .icon-box {
    width: 84px;
    height: 84px;
    margin-left: 0;
  }

  .features-section {
    padding-top: 40px;
    padding-bottom: 0px;
  }

  .features-section .image-wrapper img {
    width: 90%;
    left: -10px;
  }

  /* .testimonial-section .swiper {
    height: 500px;
  } */

  .testimonial-section .item-wrapper {
    padding: 54px 36px 42px;
  }

  .blog-section {
    padding-top: 80px;
    padding-bottom: 0;
  }

  .blog-section .modal-body {
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 24px;
  }

  .blog-section .modal .btn-close {
    right: 36px;
    top: 36px;
  }

  .partner-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .contact-section {
    padding-top: 30px;
    padding-bottom: 40px;
  }

  .contact-section .row .form-block {
    margin-bottom: 0;
  }

  .site-footer .footer-brand img {
    width: 130px;
  }

  .site-footer .back-to-top {
    top: -90px;
  }

  .site-footer .footer-social a {
    font-size: 21px;
  }
}

/* max-width: 360px */
@media (max-width: 360px) {
  .silder-text.silder-text {
    bottom: 0px;
    z-index: 999;
    position: absolute;
    z-index: 999;
    transition: all 0.3s ease-in 0s;
    text-align: center;
    width: 100%;
    padding: 10px;
    border-radius: 21px;
    left: inherit;
    color: #fff;
    font-size: 18px !important;
  }


  .block-title {
    font-size: 30px;
  }

  .hero-area .hero-head {
    font-size: 36px;
  }

  .hero-area .hero-head small {
    font-size: 18px;
  }

  .hero-area .image-wrapper:after {
    display: none;
  }

  .about-section .content-block h2 {
    font-size: 30px;
  }

  .about-section .content-block h2 strong {
    font-size: 21px;
  }

  .skill-section .progress-block h4 {
    font-size: 14px;
  }

  .service-section .content-wrapper {
    padding: 24px;
  }

  .testimonial-section .quote-author {
    text-align: center;
  }

  .testimonial-section .quote-author .image-block {
    display: none;
  }

  .testimonial-section .item-wrapper {
    padding: 42px 24px 30px;
  }

  .testimonial-section .item-wrapper h4 {
    font-size: 18px;
  }

  .testimonial-section .item-wrapper p {
    margin-bottom: 24px;
  }

  .blog-section .row .large-post .post-content {
    left: 21px;
    right: 21px;
    bottom: 21px;
  }

  .blog-section .post-group .post-content {
    top: 21px;
    left: 21px;
    right: 21px;
    bottom: 21px;
  }

  .blog-section .row .large-post .post-content h3 {
    font-size: 18px;
  }
}


#myVideo {
  position: relative;
  min-width: 100%;
  min-height: 100%;
  max-width: 100%;
}

#myBtn {
  height: 50px;
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  text-align: center;
  padding: 10px;
  text-align: center;
  line-height: 40px;
  border: none;
  outline: none;
  background-color: #1e88e5;
  color: white;
  cursor: pointer;
  border-radius: 50%;
}

.fa-arrow-circle-up {
  font-size: 30px;
}

#myBtn:hover {
  background-color: #555;
}

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #fff;
  overflow-x: hidden;
  transition: 0.5s;
  /* padding-top: 60px; */
}

.sidenav a {
  padding: 8px 8px 8px 20px;
  text-decoration: none;
  font-size: 18px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #ea5233;
}

/* .closebtn {

  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 36px;
  margin-left: 50px;
  color: red;
} */

@media screen and (max-height: 450px) {
  /* .sidenav {
    padding-top: 15px;
  } */

  .sidenav a {
    font-size: 18px;
  }

  .box_top_s h4 {
    font-size: 16px;
    font-weight: 600;
    margin-top: 30px;
  }

  .box_top_s ul li {
    list-style: lower-alpha;
    margin-left: 83px;
    margin-bottom: 15px;
    font-size: 14px;
  }

  .box_fhr {
    margin-left: 65px;
    font-size: 14px;
  }

  .box_top_s h4 span {
    color: #fff;
    background: #fd562a;
    width: 25px;
    height: 25px;
    display: inline-block;
    line-height: 25px;
    text-align: center;
    border-radius: 120px;
    margin-right: 10px;
  }

  .box_top_s h3 {
    font-size: 16px;
    margin-bottom: 15px;
    color: #767676;
  }

  .box_top_s p {
    font-size: 14px;
  }

}

.box_top_s h2 {
  font-size: 35px;
  font-weight: 600;
  color: #000;
  margin-top: 45px;
  margin-bottom: 20px;
}

.box_top_s h3 {
  font-size: 22px;
  margin-bottom: 15px;
  color: #767676;
}

.box_top_s h4 {
  font-size: 25px;
  font-weight: 600;
  margin-top: 30px;
}

.box_top_s h4 span {
  color: #fff;
  background: #fd562a;
  width: 50px;
  height: 50px;
  display: inline-block;
  line-height: 50px;
  text-align: center;
  border-radius: 120px;
  margin-right: 10px;
}

.box-hide {
  font-size: 30px;
  color: #fff;
  float: right;
  cursor: pointer
}


@media screen and (max-width: 1024px) {

  .box_top_s {
    display: none !important;
  }

  .box-hide {
    display: block !important;
  }

  .navbar-brand .img-fluid {
    max-width: 70%;
    height: auto;
  }

  .box_div_from {
    width: 100%;
    background: #fff;
    padding: 30px;
    border-radius: 20px;
    z-index: 10;
    position: relative;
    top: 0;
    right: 0;
  }

  .portfolio-section1 {
    padding-bottom: 20px;
    position: relative;
    padding-top: 30px;
  }

  .box_top_d {
    /* width: 50% !important; */
  }

  .box_div_from {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  }

  .swiper {
    width: 100%;
    /* height: 500px; */
  }
}

@media (max-width: 576px) {

  #site-header .col-sm-6 {
      width: 50% !important;
  }

  .box_div_from {
    width: 100%;
    background: #fff;
    padding: 15px;
    border-radius: 20px;
    
    /* position: absolute; */
    /* top: 370px; */
    right: 0px;
  }

  .portfolio-section1 {
    padding-bottom: 20px;
    position: relative;
    /* padding-top: 370px; */
  }

  .private-text {
    font-size: 14px;
    line-height: 1.3;
    color: #fff;
    text-transform: capitalize;
    margin: 0;
    margin-top: 0px;
    font-weight: 600;
    margin-top: 5px;
  }

  .portfolio-section1 .box .title {
    font-size: 18px;
    line-height: 1.3;
    color: #fff;
    text-transform: capitalize;
    margin: 0;
    font-weight: 500;
  }

  .portfolio-section1 .box::after {
    top: auto;
    /* bottom: -26%; */
  }

  .swiper {
    width: 100%;
    /* height: 320px; */
  }

  .navbar-brand .img-fluid {
    max-width: 80%;
    height: auto;
  }
}

@media (max-width: 425px) {

  .testimonial-section .item-wrapper {
    padding: 10px;
    /* height: 100%; */
  }

  .box_div_from {
    width: 100%;
    background: #fff;
    padding: 15px;
    border-radius: 20px;
 
    
    /* position: absolute; */
    /* top: 248px; */
    right: 0px;
  }

  .input-group.mb-3 {
    margin-bottom: 0.1rem !important;
  }

  .portfolio-section1 {
    padding-bottom: 20px;
    position: relative;
    padding-top: 350px;
  }

  .swiper {
    width: 100%;
    height: 505px;
  }

  .portfolio-section1 {
    padding-bottom: 0px;
    position: relative;
    padding-top: 20px;
  }

}

.box_top_s ul li {
  list-style: lower-alpha;
  margin-left: 83px;
  margin-bottom: 15px;
}

.box_fhr {
  margin-left: 65px;
}

.box_fhr_d {
  margin-left: 65px;
  margin-bottom: 50px !important;
}

.box_top_dhe_d {
  margin-top: 25px
}


.wrapper-1 {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
}

.wrapper-2 {
  padding: 30px;
  text-align: center;
}

h1 {
  font-family: 'Jost', Arial Black, Sans-Serif;
  font-size: 2em !important;
  color: #000000;
  margin-bottom: 20px;
}

.wrapper-2 p {
  margin: 0;
  font-size: 1.3em;
  color: #fafafa;
  font-family: 'Jost', sans-serif;
  letter-spacing: 1px;
  line-height: 1.5;
}

.go-home {
  background: #fff;
  border: none;
  padding: 25px 30px;
  margin: 30px 0;
  border-radius: 5px;
  cursor: pointer;
}

.go-home:hover {
  opacity: 0.9;
}

.go-home a {
  font-family: 'Jost', Arial Black;
  font-size: 1rem;
  font-weight: 700 !important;
  text-transform: uppercase;
  letter-spacing: 2px;

}

.footer-like {
  margin-top: auto;
  background: #fff;
  padding: 6px;
  text-align: center;
}

.footer-like p {
  margin: 0;
  padding: 4px;
  color: #fafafa;
  font-family: 'Jost', sans-serif;
  letter-spacing: 1px;
}

.footer-like p a {
  text-decoration: none;
  color: #5892FF;
  font-weight: 600;
}

.footer-like p a:hover {
  color: #FFF;
}

@media (min-width:360px) {
  h1 {
    font-size: 4.5em;
  }

  .go-home {
    margin-bottom: 20px;
  }
}

@media (min-width:600px) {
  .thankyoucontent {
    max-width: 1000px;
    margin: 0 auto;
  }

  .wrapper-1 {
    height: initial;
    max-width: 620px;
    margin: 0 auto;
    margin-top: 50px;
  }



}

@media(max-width:767px) {
  .portfolio-section1 .box img {
    height: 400px;
    object-fit: cover;
  }

  .hero-content p {
    font-size: 12px;
  }

  .hero-content h4 {
    font-size: 20px;
  }

    .hero-area video{
        height: 500px;
    }
    .site-header {

    padding-top: 10px;

    padding-bottom: 10px;

}
.hero-area_section {
    margin-top: 65px;
}




}

.eng_dh_s {
  background: #fd562a;
  height: 100%;
  margin: 0;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.about-img-wrap img {
  border-radius: 10px;
}

/* ===========================================
   MOBILE-ONLY WEBSITE ALIGNMENT FIXER
   Applies ONLY to screens below 768px
   =========================================== */
@media (max-width: 767.98px) {

  /* No horizontal scroll on mobile */
  html, body {
    overflow-x: hidden !important;
    margin: 0;
    padding: 0;
  }

  /* Fluid containers */
  .container, .container-fluid {
    max-width: 100% !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  /* Columns stack properly */
  .row > [class*="col-"] {
    width: 100% !important;
    padding-left: 8px !important;
    padding-right: 8px !important;
  }

  /* Images & videos fully responsive */
  img, .img-fluid, video, iframe {
    max-width: 100% !important;
    height: auto !important;
  }

  /* Blog banner image */  
  .banner {
    width: 100% !important;
    height: 220px !important;
    background-size: cover !important;
    background-position: center !important;
    border-radius: 12px !important;
  }

  /* Blog text readability */
  body.single-post h1 {
    font-size: 22px !important;
    line-height: 1.2 !important;
    margin-bottom: 12px !important;
    color: #000 !important;
  }

  body.single-post .entry-content p,
  body.single-post .entry-content li {
    font-size: 15px !important;
    line-height: 1.75 !important;
    text-align: justify !important;
    color: #222 !important;
  }

  /* Blog slider */
  #blog-section .image-container,
  .testimonial-section .image-container {
    width: 100% !important;
    border-radius: 10px !important;
    overflow: hidden !important;
  }

  #blog-section .image-container img,
  .testimonial-section .image-container img {
    width: 100% !important;
    height: auto !important;
    border-radius: 10px !important;
  }

  /* Swiper overflow fix */
  .swiper,
  .testimonial-carousel.swiper {
    overflow: hidden !important;
  }

  /* Sidebar moves below content */
  .col-md-4 { 
    margin-top: 24px !important;
  }

  /* Reduce overly large heading sizes only on mobile */
  h1 { font-size: 26px !important; }
  h2 { font-size: 20px !important; }
  h3 { font-size: 18px !important; }

  /* Ensure modals/forms stay inside screen */
  .box_div_from, .modal-content {
    max-width: 95% !important;
    margin: 0 auto !important;
  }

  /* Buttons sizing for mobile */
  .btn, button, .contect-whatsapp a {
    font-size: 15px !important;
    padding: 10px 14px !important;
  }

}



