.header-icons .elementor-icon {
    vertical-align: middle !important;
}
.elementor-widget-text-editor .elementor-widget-container p:last-child {
    margin-bottom: 0;
}
.newsletter-footer-style [title="flex-box"] {
    padding-bottom: 4px;
    display: flex;
    border-bottom: 1px solid #fff;
}
.newsletter-footer-style [title="flex-box"] input[type="email"] {
    background: transparent;
    border: none;
    border-radius: 0 !important;
    outline: 0;
    color: rgb(255 255 255 / 60%);
    padding: 0;
}
.newsletter-footer-style [title="flex-box"] input[type="submit"] {
    border: 0;
    color: #3c3c3f;
    font-size: 13px;
    background-color: #fff;
    border-radius: 0;
    padding: 10px 17px 7px 17px;
    height: auto !important;
    align-self: flex-end;
    font-weight: 600;
    font-family: "Interstate", Sans-serif;
    line-height: 1;
    text-transform: uppercase;
}
.newsletter-footer-style [title="flex-box"] input[type="submit"]:hover {
    animation: btnmove .7s infinite;
    animation-timing-function: ease-in-out;
}
@keyframes btnmove {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-3px);
  }
  100% {
    transform: translateY(0);
  }
}
.blue-multi-gradient-bg {
    background-image: linear-gradient(125deg, #f1f6f9 0%, #fbfcfe 53%, #f7fbfc 53%, #e8f2fb 80%, #c6dde7 80%, #bcdae8 93%, #b8d8e7 93%, #b3d4e5 100%);
}
.h-100 {
    height: 100%;
}
.half-height-slide {
    height: Calc(50% - 20px);
}
.gallery-bg-contain .e-gallery-image {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}
.gallery-bg-contain .elementor-gallery-item {
    padding: 20px;
}
.desgin-power-ar img {
    object-fit: cover;
    aspect-ratio: 4/5;
    width: 100%;
    object-position: top center;
}
.full_img img {
    width: 100%;
}

.project-grid-ar img {
    aspect-ratio: 5/3;
    object-fit: cover;
    object-position: center;
}
.box-pagination-style .page-numbers {
    padding: 16px 28px;
    border-bottom: 1px solid #cdcfd0;
    margin: 0 !important;
}
.box-pagination-style .elementor-pagination {
    display: flex;
    justify-content: center;
}
.box-pagination-style .page-numbers.current,.box-pagination-style a.page-numbers:hover {
    border-bottom: 1px solid #18252c;
    box-shadow: 0 -2px 0px 0px #18252c inset;
}
.collection-slider-image-ar .elementor-image-box-img img {
    aspect-ratio: 1;
	object-fit:cover;
	object-position:center;
}
.image-box-hover figure.elementor-image-box-img {
    overflow: hidden;
}
.image-box-hover:hover figure.elementor-image-box-img img {
    scale: 1.1;
    transition: scale 0.8s ease;
}
.image-box-hover figure.elementor-image-box-img img {
    transition: scale 0.8s ease;
}
.strong-blue strong {
    color: #3e7dbe;
}
.iframe-h-100 iframe{
    height: 100%;
}
.brand-image-box figure.elementor-image-box-img img {
    display: block;
}
.brand-image-box .elementor-image-box-title {
    margin: 0;
}
.project-post-nav-style .elementor-post-navigation .elementor-post-navigation__link {
    width: auto;
}
.project-post-nav-style .elementor-post-navigation .post-navigation__arrow-wrapper i {
    transform: unset;
}
.project-nav-bar {
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease;
}
.project-nav-bar.visible {
visibility: visible;
opacity: 1;
}
.project-post-nav-style .elementor-post-navigation {
    gap: 8px;
}  
.collection-grid-ar-1 img{
    aspect-ratio: 1;
    height: auto !important;
}
.form-style .form-flex-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.form-style .form-flex-wrapper .form-field>p {
    margin: 0;
}
.form-style .form-flex-wrapper .form-field {
    width: 100%;
}
.form-style .form-flex-wrapper .form-field.w-half {
    width: calc(50% - 10px);
}
.form-style .form-flex-wrapper .form-field :is(input:not([type="submit"]), select, textarea) {
    width: 100%;
    display: block;
    border: 1px solid #ccc;
    border-radius: 0;
    color: #333;
    font-size: 16px;
    outline: 0;
    padding: 10px 10px;
    height: auto;
    font-family: "Interstate", sans-serif;
}
.form-style .form-flex-wrapper .form-field  textarea {
    height: 80px;
}
.form-style .form-flex-wrapper .form-field  input.wpcf7-submit {
    font-family: "GothamBook", sans-serif;
    background: #1483c9;
    color: #fff;
    border: 1px solid #1483c9;
    padding: 10px 40px;
}
.form-style .form-flex-wrapper .form-field  input.wpcf7-submit:hover {
    background: #0e659b;
    border: 1px solid #0e659b;
}
.post-nav-w-fix .elementor-post-navigation .elementor-post-navigation__link {
    width: auto;
}
.post-nav-w-fix .elementor-post-navigation .elementor-post-navigation__separator-wrapper {
    margin-inline: 15px;
}
#search-block{
    min-width:300px;
}
#search-trigger {
    cursor: pointer;
}
#search-block {
    display: none;
}
.search-grid-ar img {
    aspect-ratio: 5/4;
}
@media screen and (max-width:1024px){
    .half-height-slide {
        height: Calc(50% - 10px);
    }
}
@media screen and (max-width:767px) {
    .form-style .form-flex-wrapper .form-field.w-half {
        width: 100%;
    }
    .half-height-slide{
        height: auto;
    }
}