/* header */
/*header*/
#small_header {
  min-height: 80px;
  display: flex;
  padding: 5px 0;
  align-items: center;
}
.addition-seo{
    position:absolute;
    opacity:0;
    overflow:hidden;
    visibility:hidden;
    top:-100%;
}
.header_all {
  position: absolute;
  z-index: 999;
  width: 100%;
  /*background: rgba(255, 255, 255, 0.09) ;*/
  /*backdrop-filter: blur(5px) ; */
}
.header_all.header-open {
  background: #000000 !important;
}
.bar-1.open,
.bar-2.open,
.bar-3.open {
  background: #ffffff;
  transition: 0.3s ease-in-out;
}

.header_all.is-sticky {
  backdrop-filter: blur(10px);
  background: #2c2c2c;
  animation: slideDown 0.55s ease-in-out;
  box-shadow: 0 5px 16px rgb(0 0 0 / 45%);
  position: fixed;
  top: 0;
  padding: 0;
}

.header_all.is-sticky.open-sticky {
  background: #fff;
}
@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
.header_wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header_left {
  display: flex;
  align-items: center;
  gap: 10px;
}
.header_left a {
  width: 100%;
  height: 100%;
  display: block;
}

.header_left a img {
  width: 100%;
  max-width: 220px;
  height: auto;
}

.header_navbar_list {
  display: flex;
  align-items: center;
  justify-content: center;
}

.header_navbar_list li {
  padding: 13px 15px;
  line-height: 40px;
}

.header_navbar_list li a {
  color: #fff;
  font-size: 14px;
  position: relative;
}

.header_navbar_list .navbar_item {
  position: relative;
}

.navbar_item:hover .navbar_submenu {
  opacity: 1;
  max-height: 300px;
  overflow: visible;
  visibility: visible;
  transition: opacity 0.3s ease-out;
  animation: rotateMenu 400ms ease-in-out forwards;
  transform-origin: top center;
}

.navbar_item:hover #angle_dropdown {
  transform: rotate(180deg);
  transition: 0.3s ease-out;
  top: 0;
}

#angle_dropdown {
  margin-left: 4px;
  position: relative;
  top: 2px;
  font-size: 14px;
  transition: 0.3s ease-in;
}

@keyframes rotateMenu {
  0% {
    transform: rotateX(-90deg);
  }

  70% {
    transform: rotateX(20deg);
  }

  100% {
    transform: rotateX(0deg);
  }
}

.navbar_submenu {
  position: absolute;
  min-width: max-content;
  padding: 12px 16px;
  z-index: 555;
  margin-top: 20px;
  top: 40px;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.12),
    0 4px 4px rgba(0, 0, 0, 0.12), 0 8px 8px rgba(0, 0, 0, 0.12),
    0 16px 16px rgba(0, 0, 0, 0.12);
  font-size: 16px;
  background-color: #fff;
  max-height: 0;
  opacity: 0;
  transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  visibility: hidden;
  overflow: hidden;
}
.mobile_navbar_item span.submenu-btn-1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.navbar_submenu li {
  padding: 8px;
  line-height: 20px;
  width: 100%;
  transition: 0.3s ease-in-out;
  border-radius: 6px;
}
.navbar_submenu li:hover {
  background: #eee;
}
.navbar_submenu_item {
  position: relative;
}
.navbar_submenu li a {
  color: #000;
  font-size: 14px;
}

#angle_dropdown-2 {
  margin-left: 4px;
  position: relative;
  top: 2px;
  font-size: 14px;
  transition: 0.3s ease-in;
}

.navbar_submenu_item:hover #angle_dropdown-2 {
  transform: rotate(180deg);
  transition: 0.3s ease-out;
  top: 0;
}

.navbar_social {
  display: none;
  align-items: center;
}

.navbar_social li {
  margin: 0 5px;
}

.navbar_social li a {
  color: #2b321d;
  width: 34px;
  height: 34px;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
  transition: 0.3s;
}

.navbar_social li a:hover {
  opacity: 0.8;
}

.header_right {
  display: flex;
  align-items: center;
}

.apply_for {
  display: none;
}

.apply_for a {
  font-weight: 500;
  padding: 14px 30px;
  height: 45px;
  display: flex;
  align-items: center;
  background: transparent;
  outline: none !important;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  border-radius: 6px;
}
.active-btn {
  background: #000 !important;
}
/*header_for_home*/
.apply_for a {
  border: 2px solid #fff;
  z-index: 1;
  color: #fff;
}

.apply_for a:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 0;
  top: 0;
  left: 0;
  z-index: -1;
  background: #fff;
  transition: all 0.3s ease;
}

.apply_for a:hover {
  color: #000;
  border: 2px solid #fff;
}

.apply_for a:hover:after {
  top: auto;
  bottom: 0;
  height: 100%;
}

.apply_for a:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 0;
  top: 0;
  left: 0;
  z-index: -1;
  background: #6d6767cc;
  transition: all 0.3s ease;
}

.apply_for a:hover {
  color: #fff;
  border-color: #6d6767cc;
}

.apply_for a:hover:after {
  top: auto;
  bottom: 0;
  height: 100%;
}
.hamburger .hamburger_icon {
  height: 34px;
  width: 34px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  flex-direction: column;
  border: 0;
  outline: 0;
  row-gap: 8px;
  background-color: transparent;
}

.bar-1,
.bar-2,
.bar-3 {
  width: 100%;
  height: 2px;
  border-radius: 1px;
  background: #fff;
  transition: 0.5s;
}

.hamburger_icon .bar-1 {
  width: 50%;
}

.change .bar-1 {
  width: 100%;
  transform: rotate(-45deg) translate(-14px, 8px);
}

.change .bar-2 {
  opacity: 0;
}

.change .bar-3 {
  width: 100% !important;
  transform: rotate(45deg) translate(-6px, -1px);
}

.header_center {
  display: none;
}

.hamburger {
  display: block;
}
.header_social_mode_apply {
  display: flex;
  align-items: center;
  gap: 10px;
}
#mobile-navbar {
  position: absolute;
  top: 80px;
  width: 100%;
  height: 450px;
  background-color: #000000;
  z-index: 100;
  padding: 20px 0;
  overflow-y: auto;
  display: none;
}

.mobile_navbar_submenu {
  padding: 10px;
  border-top: 1px solid #ddd;
  margin-top: 10px;
}
.mob_dropdown {
  display: none;
}
.mob_dropdown-2 {
  display: none;
}
.mobile_navbar_submenu li {
  padding: 8px 0;
}

.mobile_navbar_submenu li a {
  display: flex;
  gap: 5px;
  align-items: center;
  font-size: 16px;
}

.mobile_navbar_list {
  display: block;
  height: 100%;
}

.mobile_navbar_item {
  width: 100%;
  padding: 10px 0;
}
.mobile_navbar_item a,
.mobile_navbar_item span {
  color: #fffdfd;
  font-size: 18px;
  font-weight: 500;
}
.mobile_navbar_item span.active > .fa-chevron-down,
.mobile_navbar_submenu li span.active > .fa-chevron-down {
  transform: rotate(180deg);
  transition: 0.5s;
}
.modal_res_button {
  padding: 14px 30px;
  border: 0;
  color: #ffffff;
  font-size: 14px;
  border-radius: 8px;
  background: #ff3e3e;
  transition: 0.3s;
  font-weight: 500;
}

.no-scroll {
  overflow: hidden;
}
.overlay {
  transition: 0.4s ease-in-out;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 90px;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.81);
  visibility: hidden;
  overflow: hidden;
  opacity: 0;
  transform: translateY(-100%);
}
.overlay.active {
  visibility: visible;
  overflow: visible;
  opacity: 1;
  transform: translateY(0%);
}

@media screen and (min-width: 768px) {
  .navbar_social {
    display: flex;
  }

  .modal_res_button {
    display: none;
  }

  .apply_for {
    display: flex;
  }
}

@media screen and (min-width: 1200px) {
  .header_center {
    display: block;
  }

  .hamburger {
    display: none;
  }
}

/* hero slider */

/*hero-slider*/

#hero-section {
  overflow: hidden;
  width: 98%;
  margin: 10px auto;
  height: 90vh;
  border-radius: 1.5rem;
}

#hero_slider {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

#hero_slider .swiper-slide {
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
  display: flex;
  align-items: center;
}

.hero_prev_next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 100;
  display: flex;
  justify-content: space-between;
  width: 98%;
}

#hero_prev,
#hero_next {
  background-color: #fff;
  width: 40px;
  height: 50px;
  border: none;
  display: none;
  outline: none;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease-in-out;
  font-size: 30px;
  color: #000;
}
#hero_prev:hover,
#hero_next:hover {
  background-color: rgba(0, 0, 0, 0.8);
  color: white;
}
.line-text {
  width: 0px;
  border-bottom: 3px solid #fff;
  margin: 10px 0px;
  position: relative;
  z-index: 2;
}
.line-text.animate-line {
  -webkit-animation-name: line;
  animation-name: line;
  -webkit-animation-duration: 10s;
  animation-duration: 10s;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
@keyframes line {
  0% {
    width: 0%;
  }
  25% {
    width: 45%;
  }
  50% {
    width: 70%;
  }
  75% {
    width: 60%;
  }
  100% {
    width: 45%;
  }
}
#hero_prev {
  border-bottom-right-radius: 9999px;
  border-top-right-radius: 9999px;
}

#hero_next {
  border-bottom-left-radius: 9999px;
  border-top-left-radius: 9999px;
}

#hero_slider .swiper-slide:after {
  position: absolute;
  content: '';
  inset: 0;
  width: 100%;
  z-index: 1;
  height: 100%;
  background: linear-gradient(0deg, #00000083, rgba(0, 0, 0, 0.411) 50%);
}

.hero_content {
  padding: 0 0px;
  position: relative;
  z-index: 2;
}

.hero_content h3 {
  width: 100%;
  line-height: 1.2;
  font-size: 18px;
  color: #fff;
  margin-bottom: 10px;
}

.hero_content p {
  font-size: 14px;
  width: 100%;
  line-height: 1.5;
  color: #fff;
  opacity: 0.9;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  height: auto;
  -webkit-line-clamp:4;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media screen and (min-width: 560px) {
  #hero_prev,
  #hero_next {
    display: flex;
  }
  #hero-section {
    height: 98vh;
    margin: 15px auto;
  }
}
@media screen and (min-width: 992px) {
  #hero_prev,
  #hero_next {
    width: 57px;
    height: 100px;
  }
  .hero_content {
    padding: 0 40px;
  }
  .hero_content h3 {
    font-size: 24px;
  }
}
/*hero-slider*/

.section-title {
  margin-bottom: 50px;
}

.section-title h3 {
  display: block;
  font-size: 24px;
  font-weight: bold;
  color: #323232;
}
.section-title h3:after {
  content: '';
  width: 55px;
  height: 3px;
  background: var(--defaultTwo);
  display: block;
  margin-top: 13px;
}
.section-title p {
  color: #898989;
  margin: 0;
  margin-top: 20px;
  font-size: 14px;
  line-height: 1.5;
}
@media screen and (min-width: 992px) {
  .section-title h3 {
    font-size: 30px;
  }
}
.welcome-services {
  margin-top: 0px;
  padding: 80px 0;
  background: #e3e8ec;
}

.welcome-services-cards {
  margin-top: 20px;
}

.welcome-services-cards .row {
  row-gap: 20px;
}

.welcome-single-services {
  background: #fff;
}

.welcome-single-services:hover .services-text-box {
  background: var(--defaultOne);
}

.welcome-single-services:hover .services-text-box:before {
  background: var(--defaultOne);
}

.welcome-single-services:hover .services-text-box:after {
  background:var(--defaultOne);
  left: -30px;
  width: 20px;
  transform: skew(-15deg);
}

.welcome-single-services:hover .services-text-box h3,
.welcome-single-services:hover .services-text-box p {
  color: #ffffff;
}

.welcome-single-services .services-img-box,
.welcome-single-services .services-text-box {
  display: block;
  padding: 0;
}

.welcome-single-services .services-img-box {
  background: #fff;
  width: 100%;
  height: 250px;
  clip-path: unset;
}

.welcome-services .services-img-box img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}

.welcome-single-services .services-text-box {
  background: #eff3f6;
  position: relative;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
}

.welcome-single-services .services-text-box .services-content {
  position: relative;
  z-index: 11;
}

.welcome-single-services .services-text-box:before {
  content: '';
  width: 50px;
  height: 100%;
  position: absolute;
  top: 0;
  left: -20px;
  display: none;
  -webkit-transform: skew(-12deg);
  -ms-transform: skew(-12deg);
  transform: skew(-12deg);
  background: #eff3f6;
  z-index: 9;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.welcome-single-services .services-text-box:after {
  content: '';
  width: 2px;
  height: 100%;
  position: absolute;
  top: 0;
  left: -28px;
  -webkit-transform: skew(-13deg);
  -ms-transform: skew(-13deg);
  transform: skew(-13deg);
  background: #dadada;
  z-index: 8;
  display: none;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.welcome-single-services .services-text-box h3 {
  font-size: 18px;
  text-transform: capitalize;
  color: #242424;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 9px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.welcome-single-services .services-text-box h3 a{
    display:block;
    color:currentColor;
    width:100%;
    height:100%;
}

.welcome-single-services .services-text-box p {
  color: #898989;
  font-size: 14px;
  line-height: 24px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
   display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media screen and (min-width: 576px) {
  .welcome-single-services .services-img-box,
  .welcome-single-services .services-text-box {
    display: table-cell;
    vertical-align: middle;
  }
  .welcome-single-services .services-text-box h3 {
    font-size: 20px;
  }
  .welcome-single-services .services-img-box {
    width: 222px;
    height: 222px;
    -webkit-clip-path: polygon(0 0, 100% 0, 75% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 75% 100%, 0 100%);
  }

  .welcome-single-services .services-text-box {
    padding-left: 13px;
    padding-right: 13px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .welcome-single-services .services-text-box::before,
  .welcome-single-services .services-text-box::after {
    display: block;
  }
}


/*advantages*/
#advantages{
    padding: 40px 0;
    background:#f4f5f4;
}
#advantages .row{
    row-gap:20px;
}
.advantages_card{
    padding: 16px;
    border-radius: 10px;
    display: flex;
    align-items: flex-start;
    border: 1px solid #ccc;
    gap: 10px;
    box-shadow:rgba(0, 0, 0, 0.46) 3px 3px 3px;
    cursor: pointer;
    transition: .3s ease-in-out;
}
.advantages_card:hover{
    border-color:#4c4c4c;
}

.advantages_card_icon img{
   width: 40px;
   height: 40px;
   margin-top:10px;
   filter:invert(0);
  
}
.advantages_content{
    width: calc(100% - 40px);
}
.advantages_content h3{
    font-size: 16px;
    font-weight: bold;
    color:#17181c;
    margin-bottom: 5px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    height: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    line-height: 1.2;
}
.advantages_content p{
    font-size: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    height: auto;
    -webkit-box-orient: vertical;
    color: #000;
    font-weight: 500;
    opacity: .5;
    overflow: hidden;
    text-overflow: ellipsis;
}
/*advantages*/
/* footer */

#footer {
  background: #10181f;

}
.footer-head{
      padding: 30px 0;
}
.footer-head .row {
  row-gap: 20px;
}

.footer-widget .footer-title {
  margin-bottom: 20px;
}

.footer-widget .footer-title h3:after {
  content: '';
  width: 40px;
  height: 2px;
  background: var(--defaultTwo);
  display: block;
  margin-top: 13px;
}

.footer-widget .footer-title h3 span {
  display: block;
  font-size: 20px;
  font-weight: 600;
  font-style: italic;
  color: rgba(255, 255, 255, 0.6);
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
}

.footer-widget .about-widget p {
  color: #62666a;
  margin-top: 30px;
  font-size: 16px;
  hyphens: auto;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  overflow: hidden;
  height: auto;
  -webkit-box-orient: vertical;
}

.about-widget a img {
  max-width: 200px;
  height: auto;
  width: 100%;
}

.read-more-footer {
  margin-top: 20px;
  display: block;
}

.footer-widget .about-widget a {
  color: var(--defaultOne);
}

.footer-widget .about-widget .social {
  margin-top: 15px;
}

.footer-widget .social li {
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  border: 1px solid var(--defaultOne);
  border-radius: 50%;
  transition: 0.3s ease-in-out;
  color: var(--defaultOne);
}

.footer-widget .social li:not(:last-child) {
  margin-right: 6px;
}

.footer-widget .social li a {
  color: currentColor;
  font-size: 15px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-widget .social li:hover {
  background-color: var(--defaultOne);
  color: white;
}

.footer-widget .social li a .fa-google-plus {
  font-size: 16px;
}

.footer-widget .link-list li {
  height: fit-content;
}

.footer-widget .link-list li:not(:last-child) {
  margin-bottom: 10px;
}

.footer-widget .link-list a {
  color: #62666a;
  text-transform: capitalize;
  line-height: 39px;
}

.footer-widget .link-list a:hover {
  color: var(--defaultOne);
}

.footer-contact-list li {
  display: block;
  align-items: center;
}

.footer-contact-list li:not(:last-child) {
  margin-bottom: 20px;
}

.footer-contact-list li i {
  font-size: 20px;
  color: #62666a;
}

.footer-contact-list li span {
  margin-left: 5px;
  color: #898989;
  line-height: 1.4;
  font-size: 16px;
}

.footer-contact-list li a {
  color: #898989;
  font-size: 16px;
  margin-left: 5px;
  line-height: 1.2;
  transition: 0.3s ease-in-out;
}

.footer-contact-list li a:hover {
  color: var(--defaultOne);
}

#footer-list-2,
#footer-list-3 {
  display: none;
}

@media screen and (min-width: 768px) {
  #footer-list-2,
  #footer-list-3 {
    display: block;
  }
  .footer-widget .about-widget .social{
      margin-top:45px;
  }
}

/* footer_bottom */
.footer_bottom {
    padding:20px 0;
    display: flex;
    align-items: center;
    border-top:1px solid #ddd;
}

.footer_bottom .row {
    row-gap: 10px;

}

.footer_bottom .footer_bottom_content p {
    font-size: 15px;
    text-align:center;
    color: #fff;
    line-height: 1.5;
    margin: 0;
}

.footer_bottom .footer_bottom_content .footer_bottom_list {
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0;
    gap: 5px;
    justify-content: center;
}

.footer_bottom_content .footer_bottom_list li span {
    color: #fff;
    font-size: 15px;
}

.footer_bottom_content .footer_bottom_list li a {
    position: relative;
    font-size: 15px;
    text-decoration: none;
    color: #fff;
}

.footer_bottom_content .footer_bottom_list li a::after {
    content: '';
    left: 0;
    position: absolute;
    bottom: -10px;
    background-color: #fff;
    width: 100%;
    transition: .3s ease-in-out;
    height: 2px;
}
.footer_bottom_content .footer_bottom_list li a:hover{
    opacity: .8;
}
.footer_bottom_content .footer_bottom_list li a:hover::after {
    width: 0;
}
/*responsive */
@media screen and (min-width:768px){
   .footer_bottom .footer_bottom_content p{
       text-align:start;
   }
     .footer_bottom .footer_bottom_content .footer_bottom_list{
        justify-content: flex-end;
    }
}

/* question */

#question {
  background-image: url('../img/write-wp.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 64px 0px;
  position: relative;
  background-attachment: fixed;
}

#question .question-overlay {
  width: 100%;
  height: 100%;
  background-color: #10181f9f;
  position: absolute;
  z-index: 1;
  top: 0;
}

#question .question-main {
  position: relative;
  z-index: 10;
}
.question-main .row {
  row-gap: 20px;
  align-items: center;
}
.question-text {
  text-align: center;
}
.question-text h4 {
  font-size: 36px;
  color: #ffffff;
  font-weight: 700;
}

.question-text p {
  margin-top: 20px;
  font-size: 20px;
  line-height: 1.4;
  color: #ebebeb;
  font-weight: 400;
  margin-bottom: 0;
}
.question-btn {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
}
.question-btn a {
  background-color: white;
  padding: 16px;
  display: inline-block;
  max-width: 200px;
  width: 100%;
  font-size: 16px;
  color: #606160;
  border-radius: 4px;
  font-weight: 600;
  transition: 0.3s;
  border: none;
}

.question-btn a:hover {
  background-color: rgba(225, 225, 225, 0.9);
}
@media screen and (min-width: 768px) {
  .question-text {
    text-align: unset;
  }
  .question-btn {
    justify-content: flex-end;
  }
}
/* about */
.about-us {
  padding: 40px 0;
}

.about-us .row {
  row-gap: 30px;
}

.accrodion.active .accrodion-title {
  background: #ebebeb;
  border-color: #ebebeb;
}

.accrodion.active .accrodion-title:after {
  content: '-';
  font-size: 40px;
  line-height: 39px;
}

.accrodion:last-child .accrodion-title {
  border-bottom: 1px solid #dedede;
}

.accrodion .accrodion-title {
  cursor: pointer;
  border: 1px solid #dedede;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  padding: 0 20px;
  position: relative;
}

.accrodion .accrodion-title:after {
  content: '+';
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  color: #898989;
  font-size: 23px;
  position: absolute;
  top: 0;
  right: 20px;
  line-height: 48px;
}

.accrodion .accrodion-title h4 {
  color: #242424;
  font-weight: bold;
  font-size: 16px;
  line-height: 48px;
}

.accrodion .accrodion-content {
  padding: 30px 0;
}

.accrodion-content .img-caption {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.accrodion .accrodion-content .img-caption .img-box,
.accrodion .accrodion-content .img-caption .content-box {
  display: table-cell;
  vertical-align: middle;
}

.accrodion .accrodion-content .img-caption .img-box {
  width: 100%;
  height: 260px;
}

.accrodion .accrodion-content .img-caption .img-box img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}

.accrodion .accrodion-content .img-caption .content-box {
  vertical-align: top;
}

.accrodion .accrodion-content .img-caption .content-box h4 {
  color: #242424;
  font-size: 18px;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 11px;
  margin-top: 10px;
}

.accrodion .accrodion-content .img-caption .content-box p {
  color: #898989;
  line-height:1.3;
  font-size:16px;
}

.about-view-location-figure {
  width: 100%;
  height: 250px;
  border-radius: 10px;
  overflow: hidden;
}

.about-view-location-figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-view-location p {
  color: #757575;
  margin: 20px 0;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  height: auto;
}

.about-view-location a {
  color: var(--defaultOne);
  display: block;
  font-size: 18px;
  font-weight: bold;
  text-transform: capitalize;
}

@media screen and (min-width: 768px) {
  .accrodion .accrodion-content .img-caption .content-box {
    padding-left: 30px;
  }

  .about-view-location-figure {
    height: 230px;
  }

  .accrodion-content .img-caption {
    flex-wrap: unset;
  }

  .accrodion .accrodion-content .img-caption .img-box {
    width: 200px;
    height: 200px;
  }

  .accrodion .accrodion-content .img-caption .content-box {
    width: calc(100% - 230px);
  }
}

/* latest-blog */
.latest-blog {
  background: #f3f5f7;
  padding: 60px 0;
}
.latest-blog .row {
  row-gap: 20px;
}

.single-blog-post .blog-img-figure {
  width: 100%;
  height: auto;
  border-radius: 5px;
  overflow: hidden;
}
.single-blog-post .blog-img-figure img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}
.single-blog-post .blog-content-box {
  width: 100%;
  margin-top: 10px;
}
.single-blog-post .blog-content-box .date {
  font-size: 18px;
  color: #444444;
  margin-bottom: 22px;
}
.single-blog-post .blog-content-box .date span {
  font-size: 45px;
  color: #242424;
}
.single-blog-post .blog-content-box h3 {
  color: #000000;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 14px;
  transition: 0.3s ease-in-out;
}
.single-blog-post .blog-content-box h3:hover {
  color: var(--defaultOne);
}
.single-blog-post .blog-content-box p {
  color: #8e8d8d;
  font-size: 14px;
  -webkit-line-clamp: 4;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  line-height: 1.2;
  height: auto;
  -webkit-box-orient: vertical;
}

.blog-thm-btn {
  border: none;
  outline: none;
  background: var(--defaultTwo);
  line-height: 28px;
  /*color: #202020;*/
  color: #fff;
  text-transform: capitalize;
  max-width: 150px;
  width: 100%;
  border-radius: 3px;
  transition: all 0.5s ease;
  font-size: 12px;
  padding: 4px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 500;

  margin-top: 9px;
}
.blog-content-box a.blog-thm-btn i {
  border: none;
  font-size: 12px;
  padding: 0;
  margin: 0;
  padding-left: 15px;
}
.blog-content-box a.blog-thm-btn i:after {
  display: none;
}

.blog-thm-btn:hover {
  background: var(--defaultOne);
  color: #fff;
}
.blog-img-box img {
  height: 100%;
  width: 100%;
}
.single-blog-post:hover .blog-img-box .blog-img-caption {
  top: 0;
}
.blog-img-caption {
  border-radius: 5px;
}
.single-blog-post:hover .blog-img-box .blog-img-caption:before {
  bottom: 10px;
  opacity: 1;
}
.single-blog-post:hover .blog-img-box .blog-img-caption .blog-box-holder ul {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.single-blog-post .blog-img-box {
  position: relative;
  overflow: hidden;
}
.single-blog-post .blog-img-box .blog-img-caption {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(251, 177, 47, 0.6);
  text-align: center;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.single-blog-post .blog-img-box .blog-img-caption:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 100%;
  opacity: 0;
  border: 5px solid #ffffff;
  border-bottom: 0;
  border-right: 0;
  -webkit-transition: all 0.5s ease 0.5s;
  transition: all 0.5s ease 0.5s;
}
.single-blog-post .blog-img-box .blog-img-caption .blog-box-holder {
  width: 100%;
  height: 100%;
  display: table;
}
.single-blog-post .blog-img-box .blog-img-caption .blog-box-holder ul {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  display: table-cell;
  vertical-align: middle;
  -webkit-transition: all 0.5s ease 1s;
  transition: all 0.5s ease 1s;
}
.single-blog-post .blog-img-box .blog-img-caption .blog-box-holder ul li {
  display: inline-block;
}
.single-blog-post .blog-img-box .blog-img-caption .blog-box-holder ul li a {
  display: block;
  width: 30px;
  height: 30px;
  background: #13314c;
  font-size: 13px;
  color: #fff;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  margin-right: 5px;
}
.blog-video-area{
    padding:20px 0 ;
}
.blog-video-area .row{
    justify-content:start !important;
}
.video-image {
    border-radius: 4px;
   height: 250px;
   object-fit:cover;
    width: 100%;
}
@media screen and (min-width: 576px) {
  .single-blog-post .blog-img-figure img {
    height: 250px;
  }
  
}
@media screen and (min-width: 768px) {
  .single-blog-post .blog-img-figure {
    width: 220px;
    margin-bottom: unset;
  }

  .single-blog-post .blog-img-figure img {
    height: 220px;
  }
  .single-blog-post .blog-content-box {
    padding-left: 20px;
    width: calc(100% - 230px);
    margin-top: 0;
  }
  .single-blog-post .blog-img-box,
  .single-blog-post .blog-content-box {
    display: table-cell;
    vertical-align: middle;
  }
}
@media screen and (min-width: 1200px) {
  .single-blog-post .blog-img-figure {
    width: 250px;
  }
  .single-blog-post .blog-content-box {
    padding-left: 30px;
    width: calc(100% - 280px);
  }
}
.page-breadcrumb {
  height: 350px;
  background-size: cover;
  background-position: center;
  position: relative;
  background-repeat: no-repeat;
}
.page-breadcrumb::after {
  content: '';
  inset: 0;
  position: absolute;
  z-index: 1;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.479);
}
.page-breadcrumb-container {
  display: flex;
  align-items: center;
  height: 100%;
  min-height: 100%;
  position: relative;
  z-index: 2;
}

.page-breadcrumb-content .return-back {
  vertical-align: middle;
  font-size: 0.875rem;
  line-height: 1.5rem;
  opacity: 0.5;
  color: white;
  z-index: 200;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.page-breadcrumb-content .return-back i {
  margin-right: 5px;
  color: white;
  transition: all 0.3s ease;
}
.page-breadcrumb-content .return-back:hover i {
  transform: translateX(-10px);
}
.page-breadcrumb-content .return-back:hover {
  opacity: 1;
  text-decoration: none;
}
.my-speedbar {
  margin: 20px 0;
  color: white;
}
.my-speedbar a{
    color:#fff;
}

.page-breadcrumb-content h2 {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.2;
  color: white;
}
#static_page {
  padding: 40px 0;
  background: #eee;
}
#static_page .row {
  row-gap: 20px;
}
.static_page_content {
  width: 100%;
  padding: 20px 0;
}
.static_page_content img{
    display:none;
}
.static_image_all {
  margin-bottom: 20px;
}
.static-image {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.videos_area {
  padding: 10px 0;
}

.video {
  position: relative;
  width: 100%;
  display: block;
 height: 250px;
  background-color: #5f5f5f;
  border-radius: 10px;
  transition-duration: 0.5s;
  overflow: hidden;
}
.video:after{
    inset:0;
    display:block;
    content:'';
    position:absolute;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.5);
}
.play,
.video-wrap {
  position: absolute;
  width: 100%;
}

.video-wrap {
  top: 0;
  left: 0;
  height: 100%;
  object-fit: cover;
  opacity: 0.4;
  z-index: 3;
}

.video:hover {
  background-color: #1f1f1f;
}

.play {
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  text-align: center;
}

.play-button img {
  width: 40px;
  height: 40px;
}

.big-circ img {
  width: 80px;
  height: 80px;
}

.small-circ img {
  width: 100px;
  height: 100px;
}

.static-image img {
  max-width: 100%;
  border-radius: 10px;
  max-height: 450px;
  min-height: 250px;
  object-fit: cover;
  height: 100%;
}
.static_text {
  font-size: 14px;
  line-height: 1.3;
  hyphens: auto;
}

.all_alt_image_for_static {
  margin: 30px 0;
}
.static_alt_images_link {
  display: block;
  height: 100%;
  width: 100%;
}
.static_alt_images_link img {
  width: 100%;
  border-radius: 6px;
  object-fit: cover;
  height: 100%;
  max-height: 250px;
}

@media screen and (min-width: 576px) {
  .static-image img {
    min-height: 300px;
  }
  
}

@media screen and (min-width: 992px) {
  .static_alt_images_link img {
    max-height: 350px;
  }

}



/*feedback*/
/*feedback*/
.feedback {
    padding: 40px 0;
}

.feedback .row {
    row-gap: 20px;
}

.feedback-content-block:not(:last-child) {
    margin-bottom: 20px;
    width:100%;
}

.feedback-content-block h3 {
    font-weight: bold;
    color: #323232;
    font-size: 18px;
    margin-bottom: 20px;
}

.feeback_contact_list li {
    display: flex;
    align-items: center;
    flex-wrap:wrap;
    row-gap:10px;
    column-gap: 10px;
        margin-bottom:10px;
}

.feeback_contact_list li a,
.feeback_contact_list li span {
    font-size: 16px;
    font-weight: 400;
    color: var(--defaultOne);
    transition: .3s ease-in-out;
}

.feeback_contact_list li a:hover {
    opacity: .4;
}

.feedback-social {
    display: block;
    font-weight: 600 !important;
}

.feedback-social-list {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.feedback-social-list li:not(:last-child) {
    margin-right: 10px;
}

.feedback-social-list li {
    width: 40px;
    height: 40px;
    background: var(--defaultTwo);
    color: #fff;
    overflow: hidden;
    margin-bottom:10px;
    border-radius: 50%;
}

.feedback-social-list li a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: currentColor;
}

#map {
    width: 100%;
    height: 300px;
    margin-bottom:20px;
    max-width:100%;
    border-radius:20px;
    overflow:hidden;
}

.feedback-content-qr {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.feedback-qrcode {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    row-gap: 20px;
}

.feedback-location {
    padding: 20px;
    height: 130px;
    row-gap:10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    border-radius: 5px;
    width: 100%;
    font-size: 20px;
    text-align: right;
    color: #fff;
    background: var(--defaultTwo);
}

.feedback-location span {
    font-weight: bolder;
}

.qrcode_key {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 130px;
    border-radius: 5px;
    padding:10px;
      

    border: 4px solid var(--defaultTwo);
}
.qrcode_key img{
    width:40%;
    height:100px;
    object-fit:cover;
}
@media screen and (min-width:576px){
    .feedback-location{
        width:50%; align-items: flex-end;
    }
    .qrcode_key {
        width:45%;
           margin-left: 20px;
    }
}



/*static page*/
 
.static_page_head {
  background-color: #eee;
  padding: 20px;
  width: 100%;
  margin-bottom: 20px;
}
.static-full .row {
  row-gap: 10px;
  justify-content: center;
}
.static_page_title {
  max-width: 100%;
  margin: 0 auto;
}

.static_page_title h1 {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -1px;
  color: #000;
  line-height: 1.2;
}

.static_page_content{
  font-size: 14px;
  color: #000;
  opacity: 0.8;
  line-height: 1.5;
  font-weight: normal;
}
 
.static_page_image a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
 
.static_page_image a img {
  border-radius: 4px;
  max-height: 450px;
  max-width: 500px;
  margin: 0 auto;
  object-fit: cover;
  width: 100%;
  height: 100%;
}


.static-page-content  a img,
.static-page-content  img {
  display: none;
}
.static_page_content ul li::before ,.static_page_content ol li::before{
  content: '🚚';
  margin-right: 5px;
}

.fixed-whatsapp {
    width: 50px;
    height: 50px;
    background: #00e676;
    position: fixed;
    bottom: 20px;
    z-index: 1000;
    right: 20px;
    color: #fff;
    animation: 1s infinite qiymetAnimation;
    box-shadow: 0 0 0 18px transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 20px
}

@keyframes qiymetAnimation {
    0% {
        box-shadow: 0 0 0 0 #00e676
    }
}

