/*BLOG SEARCH*/
.blog-search .input-wrapper {
    display: flex;
    flex-direction: column;
    gap: 19px;
    width: 100%;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  }
  .blog-search .input-wrapper label {
    font-size: 18px;
    font-weight: bold;
  }
  @media all and (max-width: 767px) {
    .blog-search .input-wrapper label {
      font-size: 16px;
    }
  }
  .blog-search .input-wrapper input,
  .blog-search .input-wrapper textarea {
    width: 100%;
    color: #000;
    font-size: 16px;
    resize: none;
    font-weight: 300;
  }
  .blog-search .input-wrapper input::-moz-placeholder, .blog-search .input-wrapper textarea::-moz-placeholder {
    font-style: italic;
    opacity: 0.59;
  }
  .blog-search .input-wrapper input::placeholder,
  .blog-search .input-wrapper textarea::placeholder {
    font-style: italic;
    opacity: 0.59;
  }
  @media all and (max-width: 767px) {
    .blog-search .input-wrapper input,
    .blog-search .input-wrapper textarea {
      font-size: 14px;
    }
  }
  .blog-search .search-button {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #E94F2D;
    transition: all 0.3s ease;
  }
  .blog-search .search-button:hover {
    background-color: #2E264F;
  }
  @media all and (max-width: 575px) {
    .blog-search .search-button {
      width: 100%;
    }
  }
  .blog-search form {
    padding: 30px 0;
    background-color: #DBE0E9;
  }
  @media all and (max-width: 992px) {
    .blog-search form {
      padding: 30px 0;
    }
  }
  .blog-search .form-container {
    display: flex;
    width: 100%;
    gap: 12px;
  }
  .blog-search .form-container .row {
    width: 100%;
  }
  @media all and (max-width: 575px) {
    .blog-search .form-container {
      flex-direction: column;
    }
  }
  /*BLOG SEARCH*/
  /*BLOG LIST PAGINATION*/
  .pagination
{
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    align-items:center;
    justify-content:center;
    width:100%;
    gap:6px;
    margin-top: 70px;
}
.pagination li a {
    width:30px;
    height:30px;
    background:#dfdfdf;
    color:#000;
    font-size:14px;
    font-weight:400;
    transition:all 300ms;
    -webkit-transition:all 300ms;
    -moz-transition:all 300ms;
    -ms-transition:all 300ms;
    -o-transition:all 300ms;
    text-align:center;
    line-height:30px;
    display: inline-block;
}
.pagination li a:hover {
    color:#fff;
    background:#2E264F
}
.pagination li.disabled a {
    opacity:.8
}
.pagination li.active a {
    background:#2E264F;
    color:#fff;
    font-weight:500;
}
.pagination li.active span {
    width:30px;
    height:30px;
    background:#2E264F;
    color:#fff;
    font-size:14px;
    font-weight:500;
    text-align:center;
    line-height:30px;
    display: inline-block;
}
  /*BLOG LIST PAGINATION*/

.clamp-text-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 4.5em;
  line-height: 1.5em;
}

.clamp-text-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 3em;
  line-height: 1.5em;
}

.blog-news-details .blog-detail-title .detail-title p{
max-width:100%;
padding: 0 20px
}



.blog-search .input-wrapper label {
    font-size: 14px !important;
    font-weight: 400 !important;
}
.blog-search .input-wrapper {
    padding-bottom: 0 !important;
    border-bottom: 0 !important;
    gap: 5px !important;
}

.blog-search .input-wrapper input {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    height: 50px !important;
    line-height: 50px !important;
    margin-bottom: 0 !important;
    font-size: 14px !important;
}
.blog-search .search-button {
    height: 50px !important;
    width: 120px;
}
.news-image {
    border-bottom-right-radius: 30px !important;
}
.news-summary p {
    max-width: 530px !important;
    font-size: 14px !important;
    font-weight: 300 !important;
}
.news-learn-more {
    display: block !important;
    padding: 10px 25px !important;
    text-align: center !important;
    font-size: 13px !important;
    font-weight: 300 !important;
    width: 100% !important;
    max-width: 180px !important;
    border-bottom-right-radius: 10px !important;
}
.news-title-h2 {
    font-size: 17px !important;
    font-weight: 500 !important;
    margin-bottom: 10px !important;
    transition: all 0.3s ease-in-out !important;
}


.about-section img {
	border-bottom-right-radius: 30px;
}
.why-choose-us .box {
	padding: 50px !important;
	border-radius: 50px !important;
}
.why-choose-us .box p {
	margin-bottom: 0 !important;
}

.our-services .services-box .img-box {
	border-bottom-right-radius: 40px;
    overflow: hidden;
}
.our-services .services-box .absolute-content {
    bottom: 30px !important;
    padding: 0 30px !important;
	text-align: left !important;
}
.our-services .services-box::after {
    border-bottom-right-radius: 40px;
    overflow: hidden;
}
.our-services .services-box .absolute-content h3 {
	font-size: 20px !important;
	min-height: 50px !important;
}
.our-services .services-box .absolute-content p {
	font-size: 14px !important;
}
.our-services .services-box .absolute-content .orange-button {
    margin: 0 !important;
    padding: 10px 25px !important;
    font-size: 13px !important;
    max-width: 170px !important;
	border-bottom-right-radius: 10px;
}
.our-services .services-box:hover .absolute-content .orange-button {
	max-width: 100% !important;
	border-bottom-right-radius: 15px;
}

a.orange-button:hover {
    background: #090843;
    color: #fff;
}

.we-move .more .move-button:hover {
	color: #fff;
}

.testimonials h3 {
	color: #090843;
	margin-bottom: 20px;
	font-size: 17px;
}
.testimonials .content .text-content p {
	font-size: 14px;
	font-weight: 300;
	line-height: 1.5;
	margin-bottom: 20px;
}
.testimonials .content .text-content span {
	font-size: 16px;
	color: #090843;
}
.testimonials .swiper-wrapper {
	padding-bottom: 50px !important;
}
.testimonials .title h2 {
	font-size: 27px !important;
    font-weight: 500 !important;
    margin-bottom: 30px !important;
}
.we-move .more .move-button{
border-radius: 30px;
background: #D08B27 !important;
padding: 20px;
max-width: 350px;
transition: all 350ms ease-in-out;
}
.we-move .more .move-button:hover{
background: #fff !important;
color: #D08B27;
}
.about-section .content .orange-button{
  border-bottom-right-radius:10px;

}

*{
  text-decoration: none !important;
}

.contact-section .box {
    display: flex !important;
    border: 1px solid #fff !important;
    text-align: center !important;
    background: #fff !important;
    border-radius: 30px !important;
    height: 150px !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    transition: all 0.3s ease-in-out !important;
    position: relative;
}
.contact-section .box:before {
    content: '';
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 2;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #28559c !important;
    opacity: 0;
    transition: all 0.3s ease-in-out !important;
}
.contact-section .box:hover:before {
    opacity: 1;
}

.contact-section .box:hover {
    border-top-left-radius: 10px !important;
}
.contact-section .box h2 {
    font-size: 17px !important;
    font-weight: 700 !important;
    margin-bottom: 10px !important;
    padding-top: 0 !important;
    color: #28559c !important;
    transition: all 0.3s ease-in-out !important;
}
.contact-section .box span {
    text-decoration: none !important;
    font-size: 14px !important;
    font-weight: 300 !important;
    padding-bottom: 0 !important;
    display: block;
    color: #5b5b5b !important
}
.contact-section .box:hover h2 {
    color: #28559c !important;
    letter-spacing: 1px !important;
}
.contact-section .box:hover span {
    color: #5b5b5b !important
}

.home-page .content h2 {
    font-size: 60px !important;
    line-height: 1 !important;
    font-weight: 700 !important;
    margin-bottom: 25px !important;
}
.home-page .content h2 span {
    font-weight: 500;
    letter-spacing: -2px;
    color: #4bade5;
}
.home-page .content .button-blue {
  border-bottom-right-radius: 10px;
}
.home-page .content p {
    font-size: 22px !important
}

#headerLayout header .menus .menu {
  gap: 60px;
}

.home-page .content {
    position: relative !important;
    bottom: auto !important;
    left: auto !important;
    color: #fff;
    top: 60px;
}
.home-page .banner-img {
    position: absolute;
    height: 100vh;
    width: 100%;
}
@media screen and (max-width: 992px) {
    .home-page .content {
        left: auto !important;
        top: auto !important;
        bottom: unset !important;
        transform: none !important;
        width: 100% !important;
        padding: 10px !important;
        padding-bottom: 40px !important;
        display: -webkit-flex !important;
        display: -moz-flex !important;
        display: flex !important;
        align-items: start !important;
        justify-content: end !important;
        flex-direction: column !important;
        text-align: left !important;
    }
    .home-page .content h2 {
      font-size: 46px !important;
    }
    .home-page .content p {
        font-size: 20px !important
    }
}
@media screen and (max-width: 767px) {
    .home-page .content h2 {
      font-size: 36px !important;
    }
    .home-page .content p {
        font-size: 17px !important
    }
    .faq{
      padding: 30px 15px;
    }
}
.accordion-item.hidden {
  display: none;
}
.accordion-show-more.orange-button{
  margin: 35px auto 0 auto;
  border-bottom-right-radius:10px;
}
.accordion-show-more.orange-button:hover{
  background-color: #090843;
}
.faq .accordion .accordion-answer{
  background-color: transparent !important;
}
.faq{
  padding: 50px 20px !important;
}
.faq .accordion .accordion-question{
  padding-right: 35px;
}

.faq .accordion .accordion-answer:before {
    content: '';
    left: 20px;
    top: 0;
    bottom: 25px;
    width: 5px;
    background: #326cc6;
    position: absolute;
    z-index: 1;
}
.faq .accordion .accordion-answer {
    display: none;
    padding: 20px;
    background: #fff;
    font-size: 16px;
    border-radius: 38px;
    padding-bottom: 25px;
    padding-left: 40px;
    position: relative;
}
.faq .accordion .accordion-item {
    border-radius: 7px;
    margin-bottom: 10px;
    border: none;
}
.faq .accordion .accordion-title {
    font-size: 27px;
    font-weight: 600;
    margin-bottom: 20px;
    padding-left: 0
}

/* services */
.services .item {
  position: relative;
  overflow: hidden;
  min-height: 300px;
}
.services .item::after {
  content: "";
  position: absolute;
  left: 8px;
  right: 0;
  bottom: 0;
  width: calc(100% - 16px);
  height: 100%;
  background: linear-gradient(to bottom, rgba(9, 8, 67, 0), #090843);
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}
.services .item:hover::after {
  height: 55%;
}
@media screen and (max-width: 767px) {
  .services .item:hover::after {
    height: 80%;
  }
}
.services .item:hover .content {
  visibility: visible;
  opacity: 1;
  bottom: 15px;
}
@media screen and (max-width: 767px) {
  .services .item:hover .content {
    bottom: -85px;
  }
}
@media screen and (max-width: 345px) {
  .services .item:hover .content {
    bottom: -63px;
  }
}
.services .item:hover .content .orange-button {
  background-color: #fff !important;
  color: #000 !important;
}
.services .item:hover .content h2 {
  color: #fff !important;
}
.services .item .img-box {
  height: 100%;
}
.services .item .img-box img {
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.services .item .content {
  position: absolute;
  bottom: -200px;
  padding: 0 20px;
  text-align: center;
  z-index: 2;
  padding: 0 50px 30px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .services .item .content {
    padding: 0 20px;
    min-height: 250px;
  }
}
.services .item .content h2 {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .services .item .content h2 {
    font-size: 23px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 385px) {
  .services .item .content h2 {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
.services .item .content p {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .services .item .content p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 4.5em;
    line-height: 20px;
    margin-bottom: 15px;
  }
}
.services .item .content .orange-button {
  margin: 0 auto;
  border-bottom-right-radius: 10px;
  font-size: 13px !important;
  padding: 10px 25px !important;
  }

  .services .item .title{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-bottom: 0;
    z-index: 2;
  }
  .services .item .title h3{
    color: #fff;
    font-size: 27px;
    font-weight: 600;
    margin-bottom: 0;
    transition: opacity 0.3s ease, visibility 0s linear 0.3s;
  }
  @media screen and (max-width:992px) {
      .services .item .title h3{
      font-size: 25px;
    }
  }
  @media screen and (max-width:767px) {
      .services .item .title h3{
      font-size: 22px;
    }
  }
  .services .item:hover .title h3{
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease, visibility 0s linear 0.3s;
  }
/* services */

footer .footer-content .top .right-side .head{
  flex-wrap: wrap;
}
@media screen and (max-width:992px) {
  footer .footer-content .top .right-side .head{
    gap: 10px;
  } 
}
@media screen and (max-width:767px) {
  footer .footer-content .top .right-side .head{
    flex-direction: column;
  } 
  footer .footer-content .bottom{
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.section-contact .items{
  margin-bottom: 50px;
}

/* policy */
.policy-page{
  padding: 50px;
  background-color: #fff;
}
.policy-bg{
background-color: #F8F8F8;
    padding: 50px;
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
}
.policy-bg h1{
  font-size: 35px;
  text-align: center;
  margin-bottom: 35px;
  color: #090843;
}
/* policy */

.letstalk .box a{
  max-width: 372px;
    background-color: #fff;
    text-align: center;
    color: #000;
    border: 1px solid transparent;
    transition: all 0.3s ease-in-out;
    display: block;
    padding: 8px 35px;
    border-radius: 30px;
}
.letstalk .box {
    border-radius: 50px;
}
.loremV7 .container-1500::after{
  transition: all 250ms;
}

.loremV7:hover .container-1500::after{
  width: 75% !important;
}

.benefits .items .box{
  border-radius: 50px;
  background-color: #ffffffe6;
  transition: all 250ms;
}
.benefits .items .box:hover{
  background-color: #fff;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 2px;
}

.what-do-we-offer .boxes{
  border-radius: 50px;
  transition: all 250ms;
  background-color: #f2f5f76e;
}
.what-do-we-offer .boxes:hover{
  background-color: #f2f5f7;
}
@media screen and (max-width:1499px) {
  .mooving-service .service-title{
    padding-top: 80px;
    padding-bottom: 50px;
  }
}
@media screen and (max-width:1299px) {
  .mooving-service .service-title{
    padding-top: 50px;
    padding-bottom: 50px;
    font-size: 25px;
  }
}
@media screen and (max-width:992px) {
    .mooving-service .service-title{
    font-size: 20px;
    text-align: center;
    margin: 0 auto;
  }
  .benefits .items .box{
    text-align: center;
  }
  .loremV7-small{
    padding-bottom: 20px;
  }
  .loremV7 h3, .effortless-moving-services h3{
    font-size: 20px;
    margin-bottom: 15px;
  }
  .loremV7:hover .container-1500::after{
    width: 100% !important;
  }
  .faq .accordion .accordion-question{
    font-size: 16px;
  }
  .accordion-answer{
    font-size: 14px !important;
  }
  .faq .accordion .accordion-title{
    font-size: 23px !important;
  }
  .section-contact .items .contact-item h2{
    font-size: 20px !important;
  }
  .section-contact .items .contact-item .lets-talk {
    font-size: 15px;
  }
  .loremV7 .container-1500::after{
    width: 100% !important;
  }
  .loremV7:hover .container-1500::after{
    width: 100%;
  }
  .what-do-we-offer .boxes{
    padding: 30px;
  }
  .packaging-services .content{
    padding-top: 0;
    text-align: center;
  }
  .packaging-services .content h2{
    text-align: center;
    font-size: 23px;
    margin: 0 auto 20px;
  }
}

.home-page{
  max-height: 100vh !important;
}
.modal .modal-close-button {
    padding: 0 !important;
    position: absolute !important;
    right: 5px !important;
    top: 5px !important;
}
.custom-checkbox label {
    font-size: 14px !important;
}
.custom-checkbox input {
  top: 0 !important
}
.loremV2 .content {
    position: absolute  !important;
    left: 50% !important;
    top: 50% !important;
    transform: translate(-80%, -50%) !important;
    color: #fff !important;
    z-index: 2 !important;
}
@media screen and (max-width: 991px) {
    .loremV2 .content {
        transform: translate(-50%, -50%) !important;
    }
}

.sup-banner .sup-content .content {
    padding: 50px !important;
    border-radius: 15px;
}
.sup-banner .img-box img {
    min-height: 600px !important;
    object-fit: cover;
    object-position: center;
}
.sup-banner .sup-content {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    width: 100% !important;
    max-width: 795px !important;
    transform: translate(-50%, -50%) !important;
}
@media screen and (max-width: 1499px) {
    .sup-banner .sup-content {
        left: 50% !important;
        max-width: 700px !important;
        transform: translate(-50%, -50%) !important;
    }
}
@media screen and (max-width: 1399px) {
    .sup-banner .sup-content {
        left: 50% !important;
    }
}
@media screen and (max-width: 1299px) {
    .sup-banner .sup-content {
        left: 50% !important;
        max-width: 650px !important;
    }
}
@media screen and (max-width: 991px) {
    .sup-banner .sup-content {
        left: unset !important;
        max-width: 100% !important;
        display: -webkit-flex !important;
        display: -moz-flex !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        top: 50% !important;
        transform: translateY(-50%) !important;
        padding: 20px !important;
        text-align: center !important;
    }
    .sup-banner .img-box img {
        min-height: 600px !important;
    }
}

.packaging-services img{
  object-fit: cover;
  object-position: center;
}
.service-left .img-box, .service-right .img-box {
    width: 50% !important;
}
.service-left, .service-right {
  display: flex;
  gap: 40px;
  align-items: center;
}
.service-left .content, .service-right .content {
    width: 50% !important;
}
.service-left .content h2, .service-right .content h2 {
    color: #090843 !important;
    transition: all 0.3s ease-in-out !important;
}
.service-left:hover .content h2, .service-right:hover .content h2 {
    color: #326CC6 !important;
}
.service-left .content p, .service-right .content p {
    color: #535353 !important;
}
.service-left .content .orange-button, .service-right .content .orange-button {
  padding: 10px 25px !important;
  max-width: 180px !important;
  font-size: 13px !important;
  transition: all 0.3s ease-in-out !important;
}
.service-left:hover .content .orange-button, .service-right:hover .content .orange-button {
  background: #326CC6 !important;
}

.service-left .img-box img {
  border-bottom-right-radius: 30px;
}
.service-right .img-box img {
  border-bottom-left-radius: 30px;
}
.service-left .content .orange-button {
  border-bottom-right-radius: 10px;
}
.service-right .content .orange-button {
  border-bottom-left-radius: 10px;
}
@media(max-width: 1199px) {
    .service-left, .service-right {
        margin-bottom: 40px;
    }
}
@media(max-width: 767px) {
    .service-left, .service-right {
        flex-direction: column;
        align-items: center;
    }
    .service-left .img-box, .service-right .img-box {
        width: 100% !important;
    }
    .service-left .content, .service-right .content {
        width: 100% !important;
    }
    .service-right .img-box {
      order: 1;
      -webkit-order: 1
    }
    .service-right .content {
      order: 2;
      -webkit-order: 2
    }
}

footer .footer-content .top .left-side {
  padding-left: 0 !important
}
footer .footer-content .top .right-side .head {
  padding-right: 0 !important
}
footer .footer-content .top .right-side .absolute-wp {
  right: 0 !important
}
@media(max-width: 991px) {
  footer .footer-content .top .left-side {
    padding-left: 60px !important
  }
  footer .footer-content .top .left-side {
    border-right: 0 !important
  }
}

footer .footer-content .bottom a, .copyright-text {
    font-size: 13px;
}
@media screen and (max-width:1199px) {
  .sup-banner .sup-content .content{
    padding: 20px !important;
  }
  .service-left .content h2, .service-right .content h2{
    font-size: 23px;
    margin-bottom: 20px !important;
  }
  .loremV7:hover .container-1500::after{
    height: 100% !important;
  }
}
@media screen and (max-width: 992px) {
    footer .footer-content .footer-container {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .service-left .content h2, .service-right .content h2{
      margin-bottom: 10px !important;
    }
    .service-left .content p, .service-right .content p{
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis;
      max-height: 4.5em;
      line-height: 1.5em;
    }
    .loremV7 .container-1500 .items{
      padding-bottom: 0 !important;
    }
    .loremV7-small .items .item .content h3{
      max-width: 100%;
      text-align: center !important;
    }
    .residential-moving .content h3{
      max-width: 100% !important;
    }
    .residential-moving .content{
      text-align: center;
      margin: 0 auto;
    }
    .residential-moving .content p{
      max-width: 100% !important;
    }
    .packaging-services .content p{
      max-width: 100% !important;
    }
    .loremV6 .items .item .content p{
      max-width: 100% !important;
    }
    .socials .socials-items .socials-title h2{
      font-size: 30px !important;
    }
    .socials .socials-items .socials-title span{
      font-size: 30px !important;
    }

}
@media screen and (max-width: 767px) {
  .service-left, .service-right{
    gap: 20px !important;
  }
  .residential-moving-bg-dark .container-1400{
    padding-bottom: 20px;
  }
  .residential-moving-bg-dark .container-1400 .content{
    padding: 20px !important;
  }
  .socials .socials-items{
    padding: 0;
    text-align: center;
    padding-top: 20px;
  }
  .socials .socials-items .social-icons{
    justify-content: center;
    align-items: center;
  }
  .socials .socials-items .social-icons a {
    width: unset !important;
    height: unset !important;
    line-height: unset !important;
  }
  .socials .socials-items .socials-title h2{
    font-size: 25px !important;
  }
  .socials .socials-items .socials-title span{
    font-size: 25px !important;
  }
}

.loremV7 .container-1500 .items{
  padding-bottom: 90px;
  
}
.loremV7{
  overflow: hidden;
}
.loremV6 .items .item .content {
  padding: 20px !important;
}
.head-office .items::after{
  height: calc(100% + 35px) !important;
}

.home-controllers{
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 2;
  display: flex;
  transform: rotate(-90deg);
  gap: 0 25px;
}
.home-controllers .next-button,.prev-button{
  font-size: 17px;
  color: #fff;
  transition: all 250ms ease-in-out;
}
.home-controllers .next-button:hover,.prev-button:hover{
    color: #4bade5;
}
.home-controllers .prev-button{
    transform: rotate(180deg);
}
@media screen and (max-width:992px) {

  .home-controllers{
    top: unset;
    bottom: 45px;
    transform: unset;
    right: 25px;
    gap: 0 15px;
  }
  .home-controllers .prev-button{
    transform: unset;
    direction: rtl;
  }
}
@media screen and (max-width:767px) {
  .home-controllers{
    right: 15px;
    gap: 0 5px;
  }
}

form select{
  appearance: none;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-repeat: no-repeat;
  background-position: right 0.7rem top 50%;
  background-size: 0.65rem auto;
  background-color: #6c9fee;
  color: #fff;
}
.homepage-form textarea{
  background-color: #6c9fee;
  color: #fff;
}

textarea::-webkit-input-placeholder { color: #fff; }
textarea:-moz-placeholder { color: #fff; }
textarea::-moz-placeholder { color: #fff; }
textarea:-ms-input-placeholder { color: #fff; }

.modal .form-send-btn:hover {
    background-color: #326CC6 !important;
    color: #fff !important;
}
label a {
    color: #d08b27 !important;
}

.section-contact .items .contact-person .item .socials .social-item{
  transition: all 250ms;
}
.section-contact .items .contact-person .item .socials .social-item .svg-box{
  transition: all 250ms;
}
.section-contact .items .contact-person .item .socials .social-item:hover .svg-box{
  background-color: #4bade5;
}
.section-contact .items .contact-person .item .socials .social-item:hover .svg-box i{
  color: #fff;
}
.form-send-btn { max-width: 300px }
::placeholder {
    color: #d3d3d3 !important;
}

#headerLayout header .menus .menu {
    gap: 40px !important;
}
#headerLayout header .menus .menu a {
    white-space: nowrap !important;
}
#headerLayout header .menus {
    display: flex;
    gap: 40px;
    align-items: center !important;
    justify-content: center !important;
}
@media(max-width: 767px) {
  .header-offer-now {
    display: none;
  }
}
#headerLayout header .menus .menu a {
    font-size: 14.5px !important;
}
.header-offer-now {
    font-size: 14.5px !important;
    border-radius: 10px;
    transition: all 0.3s ease-in-out;
    border: 1px solid #326CC6;
}
.header-offer-now:hover {
    border-color: #fff !important;
    background-color: transparent !important;
    color: #fff !important;
}
@media(max-width: 991px) {
  #headerLayout header .menus {
    gap: 20px !important;
  }
  .homepage-form {
    padding: 50px !important;
      max-width: 100% !important;
  }
}
#headerLayout header.sub-sticky .hamburger-menu {
  margin-left: 0 !important
}
@media(min-width: 992px) {
  #headerLayout header.sub-sticky .hamburger-menu {
    margin-left: -15px !important
  }
}
input[type=datetime-local], input[type=date] {
    display: block;
    width: 100%;
    height: max-content;
    padding: 16px 25px;
    outline: none;
    margin-bottom: 15px;
    border: transparent;
}input[type=datetime-local], input[type=date] {
    padding-right: 5px;
}
/* p fz15 */
.about-section .content p,
.why-choose-us .box p,
.about-lorem .items .item .right-side p,
.loremV3 p,
.loremV4 .content p,
.loremV2 .content p,
.benefits .items .box p,
.what-do-we-offer .boxes p,
.packaging-services .content p,
.value-added-expertise .content p,
.detail-content p{
  font-size: 14px !important;
}
.blog-news-details .blog-detail-title .detail-title p{
  font-size: 16px !important;
}
.detail-content h3{
  color: #326CC6;
}

/* p fz15 */

.blog-section .blogs .blogSwiper .items .item .content p{
  display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 4.5em;
    line-height: 1.5em;
}