/* general */
.owl-carousel .nav-btn {
  height: 25px;
  position: absolute;
  width: 26px;
  cursor: pointer;
  top: 50%;
}

.owl-carousel .prev-slide {
  background: url("https://cdn.shopify.com/s/files/1/0424/3079/1845/files/button.png?v=1593841677") no-repeat scroll 0 0;
  background-color: #f3f3f3;
  left: 0;
  background-size: 50%;
  background-position: center;
}

.owl-carousel .next-slide {
  background: url("https://cdn.shopify.com/s/files/1/0424/3079/1845/files/arrow.png?v=1593841677") no-repeat scroll 0 0;
  background-color: #f3f3f3;
  right: 0;
  background-size: 50%;
  background-position: center;
}

.owl-carousel .prev-slide:hover {
  background-color: #3B558F;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.owl-carousel .next-slide:hover {
  background-color: #3B558F;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
/* end general */

/* header */
.sub-menu {
  width: 100%;
}
.dynamic-header-wrapper {
  padding: 0 !important;
}
.dynamic-header-wrapper .site-logo img {
  padding: 18px 18px 17px;
}
.site-header .header-inner {
  align-items: center;
}
.site-navigation-search {
  margin-left: 10px;
}
#searchform {
  display: flex;
  position: relative;
}
#searchform button {
  border: 0;
  color: #000;
  position: absolute;
  right: 0;
  display: block;
  bottom: 0;
  top: 0;
  background-color: transparent!important;
}
#searchform button:hover,
#searchform button:focus {
  background-color: transparent;
  color: #000;
}
.site-navigation-toggle-holder.elementor-active .site-navigation-toggle i:before {
  content: "\f00d"!important;
}
.menu-item-has-children .menu-item a {
  width: 100%;
}
/* end header */

/* homepage */
.custom-text-editor .list-text i {
  font-size: 25px;
}
.custom-text-editor .list-text {
  display: flex;
  gap: 15px;
}
.swiper-pagination {
  display: none;
}
.contact-us-title {
  margin-bottom: 63px;
  padding-bottom: 12.5px;
  position: relative;
  width: fit-content;
}
.contact-us-title::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #51515d;
}
.owl-carousel .nav-btn {
  height: 25px;
  position: absolute;
  width: 26px;
  cursor: pointer;
  top: 50%;
}
.owl-carousel .prev-slide {
  background: url("https://cdn.shopify.com/s/files/1/0424/3079/1845/files/button.png?v=1593841677") no-repeat scroll 0 0;
  background-color: #f3f3f3;
  left: 0;
  background-size: 50%;
  background-position: center;
}

.owl-carousel .next-slide {
  background: url("https://cdn.shopify.com/s/files/1/0424/3079/1845/files/arrow.png?v=1593841677") no-repeat scroll 0 0;
  background-color: #f3f3f3;
  right: 0;
  background-size: 50%;
  background-position: center;
}

.owl-carousel .prev-slide:hover {
  background-color: #3B558F;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.owl-carousel .next-slide:hover {
  background-color: #3B558F;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
/* end homepage */

/* about us */
.history-item {
  padding-bottom: 1.5rem;
}
.history-icon span {
  font-size: 44px;
  display: inline-block;
}
.history-icon span i {
  width: 1em;
  height: 1em;
}
.history-item .history-title p {
  font-size: 22px;
  line-height: 18px;
  font-weight: 600;
}
.tab-items {
  border-style: solid;
  border-width: 1px 0px 1px 1px;
  border-radius: 0px 0px 0px 0px;
  border-color: #fff;
  background: #3B558F;
}
.tab-items:last-child {
  border-right: 1px solid #fff;
}
.tab-items .tab-container {
  padding: 10px;
  text-align: center;
}
.tab-items .tab-title {
  font-size: 18px;
  line-height: normal;
  color: #fff;
  font-weight: 500;
}
.tab-items .tab-link {
  display: block;
  width: 100%;
}
/* end about us */

/* product and services */
.product-desc ul {
  margin-bottom: 1em;
}
.principal-wrapper {
  padding: 30px 0;
  padding-bottom: 10px;
}
.principal-wrapper .owl-stage {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
.principal-wrapper .pricipal-item {
  padding: 10px;
}
.principal-wrapper .pricipal-item img {
  margin: 0 auto;
  text-align: center;
}
.accordion-principal { 
  background-color: #eee !important;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left; 
  border: none;
  outline: none;
  transition: 0.4s;
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: space-between;
}
.principal-detail {
  display: flex;
  align-items: center;
  gap: 15px;
}
.principal-icon i {
  color: #444;
}
.principal-icon i {
  color: #444;
}
.active-principal .principal-icon i {
  transform: rotate(180deg);
}
.accordion-principal-title {
  color: #444 !important;
}
.accordion-principal img {
  display: block;
  width: 100px !important;
}
.accordion-principal:hover .accordion-principal-title {
  color: #fff!important;
}
.accordion-principal:hover {
  background-color: #3B558F !important;
  opacity: .8;
}
.panel-principal {
  padding: 0 18px;
  /* background-color: white; */
  display: none;
  overflow: hidden;
}
.panel-principal .row {
  padding: 15px;
}
.principal-product {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.product-item .product-img {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  flex-wrap: nowrap;
}
.product-item .product-img img {
  max-width: 300px;
  display: block;
  margin: 0 auto;
  width: 100%;
}
.product-item:not(:last-child) {
  border-bottom: 1px solid #000;
}
/* end product and services */

/* contact us */
.agreement-wrapper p {
  margin: 0;
}
.label-textarea {
  width: 100%;
}
.wpcf7-acceptance span {
  margin-left: 0!important;
  margin-right: 1em!important;
}
.logo-list-item {
  text-align: center;
}
.logo-list-item .logo-icon {
  padding: 1rem;
  font-size: 50px;
  background-color: #3B558F;
  fill: #fff;
  color: #fff;
  border-radius: 50%;
  display: inline-block;
  line-height: 1;
  text-align: center;
  margin-bottom: 1rem;
}
.logo-icon i {
  width: 1em;
  height: 1em;
  position: relative;
  display: block;
}
.form-wrapper input,
.form-wrapper textarea {
  margin-top: 10px;
  width: 100%;
}
/* end contact us */

/* faq */
.elementor-accordion .elementor-tab-title {
  display: flex;
  flex-direction: row-reverse;
}
.elementor-accordion .elementor-accordion-title {
  flex: 1;
}
/* end faq */

/* footer */
#site-footer .site-navigation {
  justify-content: flex-start !important;
}
/* end footer */
@media only screen and (min-width: 750px) {
  .medium-hide {
    display: none!important;
  }
  .site-header + .elementor {
    min-height: 40vw !important;
  }
  .menu-item-has-children .menu-item:hover {
    background: #3B558F;
    transition: .3s;
  }
  .menu-item-has-children .menu-item:hover a {
    color: #fff !important;
  }
  .contact-us-img img {
    width: 100%;
    height: 660px !important;
    object-fit: cover;
    object-position: center;
  }
}
@media only screen and (max-width: 749px) {
  .small-hide {
    display: none!important;
  }
  /* header */
  #main-menu .sub-menu {
    margin-left: 20px;
  }
  #main-menu .item {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
  }
  #main-menu .item a:not(.item-dropdown-parent) {
    flex: 1;
  }
  .site-navigation-dropdown ul.menu>li li {
    margin-left: 0!important;
  }
  .site-navigation-dropdown ul.menu li {
    position: relative;
    font-size: 16px;
  }
  .site-navigation-dropdown ul.menu li.menu-item-has-children::after {
    position: absolute;
    top: 8px;
    right: 20px;
    width: 32px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: '\f105';
    color: #555;
    font-size: 13px;
    border-left: 1px solid #ddd;
  }
  .site-navigation-dropdown ul.menu li.menu-item-has-children.elementor-active::after {
    transform: rotate(90deg);
    border-left: 0;
    border-bottom: 1px solid #ddd;
    color: #000;
  }
  .site-navigation-dropdown ul.menu li.current-menu-item a {
    color: #000!important;
    background: transparent!important;
  }
  .site-navigation-dropdown ul {
    margin-left: 20px;
  }
  /* endheader */

  /* contact us */
  .logo-list-item .logo-icon {
    font-size: 25px;
  }
  /* end contact us */
  
  /* about us */
  .tab-items .tab-title {
    font-size: 14px;
  }
  .history-icon {
    margin-bottom: 15px;
  }
  /* end about us */

  /* principal */
  .product-item .product-img {
    padding: 20px 0;
  }
  .principal-wrapper .nav-btn {
    top: 35%;
  }
  .principal-wrapper .next-slide {
    right: -20px;
  }
  .principal-wrapper .prev-slide {
    left: -20px;
  }
  /* end principal */
}