/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

.btn-num svg path {
    transition: all 0.3s;
}

.btn-num:hover svg path {
    fill: #fff;
}

/* Contact Form */
.contact-frm .gform_heading {
    display: none;
}

.contact-frm form .gform-body .gform_fields .ginput_container input:not([type="submit"]),
.contact-frm form .gform-body .gform_fields .ginput_container textarea {
    font-family: 'Albert Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: var(--e-global-color-031bcd1);
    height: 35px;
    padding: 0 13px;
    border-color: #fff;
    border-radius: 5px;
    background: transparent !important;
}

.contact-frm form .gform-body .gform_fields .ginput_container textarea {
    height: 87px;
    resize: none;
    padding-top: 7px;
    padding-bottom: 13px;
}

.contact-frm .gform_wrapper.gravity-theme .ginput_container_address span {
    flex: 0 0 100%;
}

.contact-frm form .gform-body .gform_fields .ginput_container input::placeholder,
.contact-frm form .gform-body .gform_fields .ginput_container textarea::placeholder {
    color: var(--e-global-color-031bcd1);
    opacity: 1;
}

.contact-frm form .gform-body .gform_fields .ginput_container input:focus,
.contact-frm form .gform-body .gform_fields .ginput_container textarea:focus {
    /* border-color: transparent; */
    outline: none;
    box-shadow: 0px 14px 83px rgba(3, 3, 254, 0.08);
}

.contact-frm form .gform_fields {
    grid-row-gap: 13px !important;
}

.contact-frm form .ginput_address_country {
    margin-bottom: 0 !important;
}

.contact-frm form .ginput_container_address {
    margin-bottom: 0 !important;
}

.contact-frm .gform-footer .gform_button {
    background-color: var(--e-global-color-accent) !important;
    font-family: var(--e-global-typography-accent-font-family), Sans-serif;
    font-size: var(--e-global-typography-accent-font-size);
    font-weight: var(--e-global-typography-accent-font-weight);
    text-transform: var(--e-global-typography-accent-text-transform);
    font-style: var(--e-global-typography-accent-font-style);
    text-decoration: var(--e-global-typography-accent-text-decoration);
    line-height: var(--e-global-typography-accent-line-height);
    letter-spacing: var(--e-global-typography-accent-letter-spacing);
    word-spacing: var(--e-global-typography-accent-word-spacing);
    fill: var(--e-global-color-d861698);
    color: var(--e-global-color-d861698) !important;
    border-radius: 40px 40px 40px 40px;
    margin: 0 !important;
    border: 1px solid transparent;
    padding: 13px;
    width: 100% !important;
}

.contact-frm .gform-footer .gform_button:hover {
    background-color: transparent !important;
    color: #fff !important;
    border-color: #fff;
}

.contact-frm .gform-footer {
    margin: 0 !important;
    padding: 0 !important;
    margin-top: 8px !important;
}

.contact-frm .gfield_description.validation_message.gfield_validation_message {
    text-transform: none !important;
}

.contact-frm .gfield {
    position: relative;
}

.contact-frm .validation_message {
    /* display: none;  */
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    z-index: 1;
    width: 30px !important;
    min-height: 25px !important;
    border-radius: 50px;
    padding: 5px 35px 5px 10px !important;
    overflow: hidden;
    font-size: 0 !important;
    background-color: #fff !important;
    line-height: 1.2 !important;
    cursor: help;
    background: url(images/info.png) right center no-repeat var(--e-global-color-d861698) !important;
    background-size: 20px !important;
    margin: 0 !important;
    border: 1px solid transparent !important;

}

.contact-frm .validation_message:hover {
    font-size: 10px !important;
    max-width: calc(100% - 20px) !important;
    width: auto !important;
    border: 1px solid #c02b0a !important;
    transition: all 0.3s ease-in-out;
    background-color: #fff !important;
}

.contact-frm .gfield--type-textarea .validation_message {
    top: 5px !important;
    transform: translateY(-0%);
}

.contact-frm .gform_wrapper.gravity-theme .gform_validation_errors {
    padding: 10px 15px 10px 40px !important;
}

.contact-frm .gform_wrapper.gravity-theme .gform_validation_errors>h2 {
    font-size: 11px;
    line-height: 1.2em;
    font-weight: 600 !important;
    font-family: 'Albert Sans';
}

.contact-frm .gform_wrapper.gravity-theme .gform_validation_errors>h2 .gform-icon {
    font-size: 20px;
    inset-inline-start: 13px;
}

.contact-frm .name_first {
    padding: 0 !important;
}

/* Contact Form */

.bnr-image-slide .swiper-wrapper {
    -webkit-transition-timing-function: linear !important;
    transition-timing-function: linear !important;
}

.bnr-image-slide .swiper-slide-inner img {
    height: 49px;
    object-fit: contain;
}

.work-slider img {
    height: 423px !important;
	object-fit: cover;
    width: 100% !important;
    object-fit: cover;
    opacity: 0.58;
}

.work-slider .swiper-slide-next img {
    height: 565px !important;
	object-fit: cover;
    opacity: 1;
}

.work-slider .elementor-image-carousel-wrapper .elementor-swiper-button svg {
    width: 13px !important;
    height: 100% !important;
}

.work-slider .elementor-image-carousel-wrapper .elementor-swiper-button {
    width: 55px;
    height: 55px;
    background: #00297E;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    transition: all 0.3s;
}

.work-slider .elementor-image-carousel-wrapper .elementor-swiper-button:hover {
    background-color: var(--e-global-color-2afb303);
}

.work-slider .elementor-image-carousel-wrapper .elementor-swiper-button-prev {
    left: 16.6% !important;
}

.work-slider .elementor-image-carousel-wrapper .elementor-swiper-button-next {
    right: 16.6% !important;
}

.test-slide .swiper .swiper-wrapper .swiper-slide-next .sing-test-bx {
    background-color: #00297E;
}

.test-slide .swiper .swiper-wrapper .swiper-slide-next .sing-test-bx p,
.test-slide .swiper .swiper-wrapper .swiper-slide-next .sing-test-bx .elementor-icon-list-text,
.test-slide .swiper .swiper-wrapper .swiper-slide-next .sing-test-bx .des-txt{
    color: #fff;
}

.test-slide .swiper .swiper-wrapper .swiper-slide-next .sing-test-bx .elementor-icon-list-icon svg>path {
    fill: #fff;
}

.test-slide .swiper .swiper-wrapper .swiper-slide-next .sing-test-bx .elementor-icon-list-icon svg path:last-of-type {
    fill: #00297E;
}
.test-slide .swiper .swiper-wrapper .swiper-slide-next .sing-test-bx .srv-txt .elementor-widget-container{
    background-color: #03B1F1;
}

/* Resposnive */
@media(max-width: 1440px) {
    .work-slider .elementor-image-carousel-wrapper .elementor-swiper-button-prev {
        left: 16% !important;
        top: 45.5% !important;
    }

    .work-slider .elementor-image-carousel-wrapper .elementor-swiper-button-next {
        right: 16% !important;
        top: 45.5% !important;
    }
}

@media(max-width: 1024px){
    .work-slider img {
        height: 300px !important;
    }
    .work-slider .swiper-slide-next img {
        height: 415px !important;
    }
    .contact-frm .gform-footer .gform_button{
        padding: 6px;
    }
}

@media(max-width: 767px){
    .work-slider img {
        height: 180px !important;
    }
    .work-slider .swiper-slide-next img {
        height: 280px !important;
    }
    .work-slider .elementor-image-carousel-wrapper .elementor-swiper-button{
        width: 30px;
        height: 30px;
    }
    .work-slider .elementor-image-carousel-wrapper .elementor-swiper-button svg {
        width: 8px !important;
    }
}

/* Responsive */