/*
 Theme Name:   Hello Elementor Child
 Theme URI:    https://example.com/hello-elementor-child
 Description:  Hello Elementor Child Theme
 Author:       Your Name
 Author URI:   https://example.com
 Template:     hello-elementor
 Version:      1.0.0
 Text Domain:  hello-elementor-child
*/


body,
html {
    overflow-x: hidden !important;
}
.yellow h2.elementor-heading-title b {
    color: #e3ae00 !important;
}
.home_icon .elementor-image-box-img {
    background: hsl(196.22deg 53.62% 40.59% / 9%);
    padding: 11px;
    border-radius: 8px;
    border: 1px solid #fff;
    height: 75px !important;
    display: flex !important;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.home_icon h3.elementor-image-box-title {
    margin: 0;
    text-transform: initial;
}
.accor_dian .e-n-accordion-item-title-text,
.banner_slider .elementor-widget-text-editor,.cap_text .elementor-heading-title {
    text-transform: initial !important;
}
.header_menu a.elementor-item {
    text-transform: capitalize !important;
}
.header_menu .elementor-nav-menu--main .elementor-item.elementor-item-active {
    font-weight: bold !important;
}
.banner_slider .e-n-carousel.swiper {
    padding-bottom: 0 !important;
}
.slider_title b {
    padding: 3px 10px;
    border: 1px solid #fff;
    display: inline-block;
    position: relative;
}
.slider_title h2.elementor-heading-title:before {
    content: "";
    position: absolute;
    background: #e3ae00;
    height: 20px;
    width: 2px;
    right: -10px;
    transform: rotate(40deg);
    top: 15px;
    animation: blink 2.5s ease-in-out infinite;
    animation-delay: 1s;
}
.slider_title b:before {
    content: "";
    position: absolute;
    background: #e3ae00;
    width: 20px;
    height: 2px;
    top: -12px;
    right: -45px;
    animation: blink 2.5s ease-in-out infinite;
    animation-delay: 0.5s;
}
.slider_title b:after {
    content: "";
    position: absolute;
    background: #e3ae00;
    width: 2px;
    height: 20px;
    top: -45px;
    right: 0;
    animation: blink 2.5s ease-in-out infinite;
    animation-delay: 0s;
}
.stroke b:before {
    content: "";
    position: absolute;
    background: #e3ae00;
    width: 20px;
    height: 2px;
    top: 3px;
    right: -8%;
    animation: blink 2.5s ease-in-out infinite;
    animation-delay: 0.5s;
}
.stroke b:after {
    content: "";
    position: absolute;
    background: #e3ae00;
    width: 2px;
    height: 20px;
    top: -29px;
    animation: blink 2.5s ease-in-out infinite;
    animation-delay: 0s;
    right: 0%;
}
.stroke h2.elementor-heading-title::after {
	content: "";
	position: absolute;
	background: #e3ae00;
	width: 20px;
	height: 2px;
	top: -16px;
	right: -32px;
	animation: blink 2.5s ease-in-out infinite;
	animation-delay: 0.5s;
	transform: rotate(-45deg);
}
.line_after h4.elementor-heading-title:after {
    content: "";
    position: absolute;
    background: #30819f;
    width: 62px;
    height: 2px;
    top: 13px;
    margin-left: 15px;
}
.gradient span,.service-title {
    font-weight: bold;
    background: linear-gradient(to right, #8f1427 20%, #cda239 40%, #8f1427 60%, #cda239 80%);
    background-size: 200% auto;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: shine 10s linear infinite;
	font-family: "Libre Caslon Text";
}
.image_up.elementor-widget-image {
    position: relative;
    display: inline-block;
}
.image_up.elementor-widget-image img {
    display: block;
    border-radius: 12px;
    position: relative;
}
.image_up.elementor-widget-image::after {
    content: "";
    position: absolute;
    top: 20px;
    left: 20px;
    width: 100%;
    height: 100%;
    border: 2px solid #a4c8d5;
    border-radius: 12px;
    z-index: 1;
}
.rotate.elementor-widget-image {
    animation: spin 13s linear infinite;
}


.arrow-icon {
    width: 25px;
    margin-bottom: -5px;
}
.home_hover .eael-grid-post-holder {
    padding: 20px;
}
.home_hover .eael-grid-post-holder:hover {
    background: #073b47 !important;
}
.home_hover .eael-grid-post-holder:hover .eael-grid-post-excerpt a,
.home_hover .eael-grid-post-holder:hover .eael-grid-post-excerpt p {
    color: #fff !important;
}
.home_hover .eael-grid-post-holder:hover .eael-grid-post-excerpt a img {
    filter: brightness(0) invert(1);
}

.logo_carosel .swiper-slide-image {
    filter: grayscale(1);
}

.home_team p.elementor-image-box-description {
    font-weight: 400 !important;
}
.home_approach .elementor-image-box-img img {
    margin-top: -97px;
}
.testimonial .elementor-element.e-child {
    min-height: 370px;
}
.testimonial .swiper-slide:hover .test_box {
    background: #073b47;
}
.testimonial .swiper-slide:hover .test_box .elementor-widget-text-editor {
    color: #fff;
}
.newsletter-form {
    display: flex;
    gap: 15px;
}
.newsletter-form input[type="submit"] {
    background: #e3ae00;
    color: #fff;
    border-radius: 8px;
    border: 0 !important;
    font-size: 18px;
    padding: 12px 40px;
    cursor: pointer;
    font-family: "Inter" !important;
}
.newsletter-form input[type="submit"]:hover {
    background: #8f1427;
}
.newsletter-form input#email {
    background: #ffffff;
    color: #b3b3b3;
    border-radius: 8px;
    border: 0 !important;
    font-size: 18px;
    padding: 12px 20px;
    font-family: "Inter" !important;
    min-width: 380px;
}
.newsletter-form ::-webkit-input-placeholder {
    /* Edge */
    font-size: 18px;
    line-height: 28px;
    color: #b3b3b3;
    font-weight: 400;
    font-family: "Inter" !important;
    opacity: 1;
}
.newsletter-form :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    font-size: 18px;
    line-height: 28px;
    color: #b3b3b3;
    font-weight: 400;
    font-family: "Inter" !important;
    opacity: 1;
}
.newsletter-form ::placeholder {
    font-size: 18px;
    line-height: 28px;
    color: #b3b3b3;
    font-weight: 400;
    font-family: "Inter" !important;
    opacity: 1;
}
.short-form .nf-form-content {
    max-width: 100% !important;
    padding: 0 !important;
}
.short-form .nf-form-fields-required {
    display: none;
}
.short-form .nf-response-msg p {
    color: green !important;
    font-size: 18px;
}
.short-form ::-webkit-input-placeholder {
    /* Edge */
    font-size: 18px;
    line-height: 28px;
    color: #b3b3b3;
    font-weight: 400;
    font-family: "Inter" !important;
    opacity: 1;
}
.short-form :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    font-size: 18px;
    line-height: 28px;
    color: #b3b3b3;
    font-weight: 400;
    font-family: "Inter" !important;
    opacity: 1;
}
.short-form ::placeholder {
    font-size: 18px;
    line-height: 28px;
    color: #b3b3b3;
    font-weight: 400;
    font-family: "Inter" !important;
    opacity: 1;
}
.short-form input[type="date"],
.short-form input[type="email"],
.short-form input[type="number"],
.short-form input[type="password"],
.short-form input[type="search"],
.short-form input[type="tel"],
.short-form input[type="text"],
.short-form input[type="url"],
.short-form select,
.short-form textarea {
    border-bottom: 1px solid rgb(0 0 0 / 30%) !important;
    border-left: 0 !important;
    border-right: 0 !important;
    border-top: 0 !important;
    border-radius: 0 !important;
    padding-left: 5px;
    color: #b3b3b3 !important;
    opacity: 1 !important;
}
.short-form input[type="date"]:focus,
.short-form input[type="email"]:focus,
.short-form input[type="number"]:focus,
.short-form input[type="password"]:focus,
.short-form input[type="search"]:focus,
.short-form input[type="tel"]:focus,
.short-form input[type="text"]:focus,
.short-form input[type="url"]:focus,
.short-form select:focus,
.short-form textarea:focus {
    border: 0 !important;
    outline: 0 !important;
    border-bottom: 1px solid rgb(0 0 0 / 80%) !important;
}
.short-form .field-wrap input[type="submit"] {
    background-image: linear-gradient(180deg, #8f1427 25%, #cda239 100%);
    border-radius: 8px 8px 8px 8px;
    padding: 15px 40px 15px 40px;
    font-size: 18px;
    line-height: 28px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Inter" !important;
    opacity: 1;
    border: 0 !important;
    cursor: pointer;
    margin-top: 20px;
}
.short-form .field-wrap input[type="submit"]:hover {
    background-image: linear-gradient(180deg, #cda239 25%, #8f1427 100%);
}
.footer_icon h3.elementor-image-box-title {
    margin-top: -4px;
    margin-bottom: 10px !important;
}
.footer_icon p.elementor-image-box-description a {
    color: #fff;
}
.footer_icon p.elementor-image-box-description a:hover {
    color: #e3ae00;
}

.ui-e-apg-overlay .ui-e-post-content {
    justify-content: space-between !important;
    width: 100%;
    opacity: 0.7;
    background: linear-gradient(180deg, rgb(0 0 0 / 23%) 45%, rgb(0 0 0) 87%) !important;
}
.blog_post h4.ui-e-post-title {
    text-transform: uppercase !important;
    margin-top: 0 !important;
    padding-top: 0 !important;
}
.blog_post a.elementor-button-link.elementor-button.ui-e-readmore {
    align-self: end !important;
}
.blog_post .ui-e-post-content {
    display: flex;
    flex-direction: row;
    align-content: flex-end;
    justify-content: flex-end;
    align-items: flex-end;
}
.blog_post h4.ui-e-post-title {
    padding-right: 40px;
}
.blog_post .elementor-button-icon .e-font-icon-svg {
    height: auto !important;
}

.stroke-img span:before,.stroke-img b:before {
    content: "";
    position: absolute;
    background: url(https://spilerp.csweb.ca/wp-content/uploads/2025/10/strokee.png);
    width: 42px;
    height: 35px;
    right: -25px;
    top: 30px;
}
.stroke-img1 span:before,.stroke-img1 b:before {
    top: -20px !important;
}
.stroke-img1 b:before {
    right: -30px;
}
.stroke-img2 span:before {
    top: -22px;
}
.stroke-img3 b:before {
    right: 90px;
    top: -25px;
}
.elementor-widget-search .e-search-form {
    background: #ffffff;
    padding: 7px;
    padding-right: 20px;
}
.elementor-widget-search .e-search .e-search-submit>svg {
    margin-right: 0 !important;
    width: 20px !important;
    height: 20px !important;
}
button.e-search-submit {
    height: 45px !important;
    margin-top: 5px;
}
.recent-posts-widget {
    font-family: "Inter";
}

ul.recent-posts-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.recent-post-item a {
    display: flex;
    align-items: center; /* vertical alignment */
    gap: 20px; /* even spacing between image and text */
    margin-bottom: 20px;
    text-decoration: none;
}

.recent-post-thumb {
    flex-shrink: 0; /* prevent image from shrinking */
}

.recent-post-thumb img {
    width: 70px !important;
    height: 70px !important;
    object-fit: cover !important;
    border-radius: 6px;
    display: block;
}

.recent-post-text {
    color: #000;
    font-size: 18px;
    line-height: 1.5;
    font-family: "Inter";
    flex: 1; 
}

.recent-post-item a:hover .recent-post-text {
    color: #8F1427; 
}
h3.recent-posts-title {
    font-weight: bold;
    background: linear-gradient(to right, #8f1427 20%, #cda239 40%, #8f1427 60%, #cda239 80%);
    background-size: 200% auto;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: shine 10s linear infinite;
    font-family: 'Inter';
    font-size: 22px;
    line-height: 1.4em;
    margin-bottom: 25px;
    margin-top: 10px;
}
.single-post h6,.single-post h5,.single-post h4,.single-post h3,.single-post h2 {
    background: linear-gradient(to right, #8f1427 20%, #cda239 40%, #8f1427 60%, #cda239 80%);
    background-size: 200% auto;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: shine 10s linear infinite;
    font-family: "Libre Caslon Text";
    text-transform: uppercase;
    font-weight: bold !important;
}
.single-post strong {
    font-weight: 500;
}
.single-post h2 {
    font-size: 24px;
    line-height: 34px; 
}
.single-post h3 {
    font-size: 22px;
    line-height: 32px; 
}
.single-post h4 {
    font-size: 20px;
    line-height: 30px; 
}
.single-post h5 {
    font-size: 18px;
    line-height: 28px; 
}

.single-post h6 {
    font-size: 17px;
    line-height: 27px; 
}
.post_content blockquote {
    padding: 0;
    margin: auto;
}
.post_content ul li {
    padding-bottom: 15px;
}
span.post-navigation__next--label,span.post-navigation__prev--label {
    text-transform: capitalize !important;
    font-family: 'Inter' !important;
}
.post_content hr {
    margin: 20px 0 !important;
}
.post_content a,.ui-e-meta-item a:hover {
    color: #8F1427;
}
.post_content a:hover,.ui-e-meta-item a {
    color: #000;
}
.ui-e-post-meta {
    flex-direction: column !important;
}
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
@keyframes shine {
    100% {
        background-position: 200% center;
    }
}
@keyframes blink {
    0%,
    100% {
        opacity: 0.2;
    }
    50% {
        opacity: 1;
    }
} 
.elementor-1199 .elementor-element.elementor-element-eef904a::before, .elementor-1199 .elementor-element.elementor-element-eef904a > .elementor-background-video-container::before, .elementor-1199 .elementor-element.elementor-element-eef904a > .e-con-inner > .elementor-background-video-container::before, .elementor-1199 .elementor-element.elementor-element-eef904a > .elementor-background-slideshow::before, .elementor-1199 .elementor-element.elementor-element-eef904a > .e-con-inner > .elementor-background-slideshow::before, .elementor-1199 .elementor-element.elementor-element-eef904a > .elementor-motion-effects-container > .elementor-motion-effects-layer::before {
display:none;
}
.short-form1 input[type="date"], .short-form1 input[type="email"], .short-form1 input[type="number"], .short-form1 input[type="password"], .short-form1 input[type="search"], .short-form1 input[type="tel"], .short-form1 input[type="text"], .short-form1 input[type="url"], .short-form1 select, .short-form1 textarea {
    border: 1px solid hsl(0deg 0% 0% / 30%) !important;
    height: 60px;
    padding: 15px;
	color: #000 !important;
}

.short-form1 input[type="date"]:focus,
.short-form1 input[type="email"]:focus,
.short-form1 input[type="number"]:focus,
.short-form1 input[type="password"]:focus,
.short-form1 input[type="search"]:focus,
.short-form1 input[type="tel"]:focus,
.short-form1 input[type="text"]:focus,
.short-form1 input[type="url"]:focus,
.short-form1 select:focus,
.short-form1 textarea:focus {
    outline: 1px !important;
    border: 1px solid #000 !important;
}
.short-form1 .field-wrap input[type="submit"] {
    float: right;
}

.services-timeline {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 80px 80px;
    position: relative;
    padding: 80px 0;
}
.services-timeline::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 2px;
    background: hsl(0deg 0% 0% / 30%);
    transform: translateX(-50%);
    z-index: 1;
}

.service-item {
    position: relative;
    padding: 10px;
    border-radius: 10px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 300px;
}

 .service-item::before {
    content: '';
    position: absolute;
    top: 145px;
    width: 35px;
    height: 35px;
    background-color: #30819F;
    border: 4px solid #ffffff;
    border-radius: 50%;
    z-index: 3;
} 

.service-item.left::before {
    right: -58px;
}
 .service-item.right::before {
    left: -58px;
}
 
.service-item.left {
    grid-column: 1;
    text-align: right;
}

.service-item.right {
    grid-column: 2;
    text-align: left;
}

.service-image img {
    width: 100%;
    max-width: 100%;
    border-radius: 10px !important;
}

.service-image {
    text-align: center;
}

.service-content {
    padding: 10px;
	text-align:left;
}

.service-title {
    font-size: 20px;
    color: #b04127;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.service-description {
    font-size: 18px;
    color: #000000;
    line-height: 28px;
    font-family: "Inter" !important;
    margin-top: 20px;
    margin-bottom: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.learn-more {
    color: #30819F;
    font-weight: 400;
    letter-spacing: 1px;
    font-size: 18px;
    line-height: 28px;
    text-transform: uppercase;
    font-family: 'Inter' !important;
}
.learn-more:hover {
    color: #8F1427;
}
.service_list .elementor-image-box-img img {
    max-width: 45px;
}
.service_list .elementor-image-box-img {
    background: rgb(164 200 213 / 10%);
    border-color: #30819F;
    width: 80px !important;
    height: 70px;
    vertical-align: middle;
    display: flex !important;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.elementor-element-823f682 span.ui-e-title {
    font-weight: 600 !important;
    text-transform: uppercase;
}
.list ul {
    list-style: none;
}
.list ul li,.list ol li {
    padding-bottom: 15px;
}
.list ul li:before {
    content: "";
    position: absolute;
    background: url(https://spilerp.csweb.ca/wp-content/uploads/2025/10/dot.svg);
    height: 30px;
    width: 30pc;
    background-repeat: no-repeat;
    background-size: 18px;
    margin-left: -35px;
    margin-top: 6px;
}
.semi_bold p, .semi_bold {
    font-weight: 600;
}
.image_blue img {
    z-index: 1;
    position: relative;
}
.image_blue {
    position: relative;
}
.image_blue:before {
    content: "";
    position: absolute;
    background: #30819F;
    height: 300px;
    width: 430px;
    top: -15px;
    left: -15px;
    z-index: 0;
}
.image_upp.elementor-widget-image::after {
    left: -20px;
}
.page-id-1260 .short-form .nf-response-msg p {
    position: absolute;
    bottom: 0;
}
.accor_line details.e-n-accordion-item {
    border-bottom: 1px solid hsl(0deg 0% 0% / 30%);
}
.service-image {
  position: relative;
}

.service-image img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 16px;
	transition: transform 0.5s ease;
}


.service-image::after {
    content: "";
    position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    border: 2px solid rgba(255, 255, 255, 0.6);
    border-radius: 14px;
    pointer-events: none;
	transition: opacity 0.3s ease;
	opacity: 0;
}
.service-image:hover::after {
  opacity: 1;
}
.service-image:hover img {
  transform: scale(1.02); /* zoom in */
}
.logo_carosel .swiper-slide-image:hover {
    filter: none;
}




















/* Responsive Media Query */
@media (max-width: 1650px) {

    .stroke span::before {
        right: -46px;
    }
    .stroke span::after {
        right: 0;
    }


.elementor-14 .elementor-element.elementor-element-85e85d2::before {
    background-color: #00000085 !important;
}
}
@media (max-width: 1480px) and (min-width: 1200px) {
    .laptop-responsive {
        padding-left: 80px !important;
        padding-right: 80px !important;
        zoom: 0.9;
    }
}
@media (max-width: 1100px) and (min-width: 767px) {
    .laptop-responsive {
        padding-left: 40px !important;
        padding-right: 40px !important;
        zoom: 0.9;
    }
}
@media (max-width: 1500px) {
    .home_approach .elementor-image-box-img img {
        margin-top: -95px;
    }
    .home_approach .elementor-widget-image-box {
        padding-right: 15px !important;
    }
.slider_title b::after {
    top: -45px;
    animation-delay: 0s;
    right: 0px;
}
.slider_title h2.elementor-heading-title::before {
    transform: rotate(45deg);
    top: 0px;
    right: 175px;
}
.slider_title b::before {
    top: -13px;
    right: -35px;
    animation-delay: 0.5s;
}
.stroke-img b::before{
	background-size: 30px;
    background-repeat: no-repeat;	
}	
.stroke-img1 b::before {
	right: -40px;
}	
	
.stroke-img span::before {
    background-size: 30px;
    background-repeat: no-repeat;
	top: 20px;
}	
.elementor-element-6965c6c.stroke-img span::before {
    top: -20px;
}
.elementor-element-a42b52b.stroke-img span::before {
    top: -20px;
    right: 30px;
}	
.stroke-img3 b::before {
    right: 55px;
    top: -20px;
}	
.elementor-element-9c8d272.stroke-img span::before {
    top: -15px;
    right: -35px;
}
.service-item::before {
    width: 30px;
    height: 30px;
}
.service-item.right::before {
	left: -56px;
}
.elementor-element.elementor-element-1c03b18.stroke-img span::before{
	background-size: 30px;
	background-repeat: no-repeat;
	top: -25px!important;
	right: -40px!important;
}
.elementor-element.elementor-element-b59ea4a.stroke-img span::before {
	background-size: 30px;
	background-repeat: no-repeat;
	top: -14px !important;
	right: -32px !important;
}

}



@media (max-width: 1400px) {

.slider_title h2.elementor-heading-title::before {
	right: 155px;
}
.service-item::before {
	top: 125px;
}
}

@media (max-width: 1300px) {
.slider_title h2.elementor-heading-title::before {
	right: 99px;
}
.service-item.right::before {
	left: -56px;
}
.service-item::before {
	top: 110px;
}
.elementor-element.elementor-element-1c03b18.stroke-img span::before {
	right: 180px !important;
}
}
@media (min-width: 1200px) and (max-width: 1500px){
.elementor-22 .elementor-element.elementor-element-04eac9f .elementor-nav-menu--dropdown {
	left: 21px !important;
}
}
@media (max-width: 1100px) {
    .home_approach .elementor-widget-image-box {
        padding-right: 262px !important;
    }
    .home_approach .elementor-image-box-img img {
        margin-top: -93px;
    }
    .blog_post h4.ui-e-post-title {
        width: 100%;
    }

    .slider_title b {
        padding: 0;
        border: 0;
        display: unset;
    }
	
.slider_title h2.elementor-heading-title::before,.slider_title b::before,.slider_title b::after,.stroke-img span::before, .stroke-img b::before {
    display:none;
}
.line_after h4.elementor-heading-title::after {
	width: 40px;
}
.elementor-14 .elementor-element.elementor-element-eda60e2 .ui-e-post-top {
	--ui-e-img-size: 59 !important;
}
.ui-e-apg-overlay .ui-e-post-content {
	opacity: 0.8;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.78) 45%, rgb(0 0 0) 87%) !important;
}
.page-id-1033 .elementor-1033 .elementor-element.elementor-element-58511ff .ui-e-post-top {
    --ui-e-img-size: 100 !important;
}
.single-post h2 {
    font-size: 22px;
    line-height: 32px; 
}
.single-post h3 {
    font-size: 18px;
    line-height: 28px; 
}
.single-post h4 {
    font-size: 17px;
    line-height: 27px; 
}
.single-post h5 {
    font-size: 16px;
    line-height: 26px; 
}

.single-post h6 {
    font-size: 16px;
    line-height: 26px; 
}
.recent-post-text {
	font-size: 16px !important;
}
.short-form1 .field-wrap input[type="submit"] {
	float: none;
	margin: auto;
	display: block;
}
.short-form1 .nf-field-element textarea {
	height: 85px !important;
}
.services-timeline {
	gap: 50px 50px;
}
.service-item::before {
    width: 20px;
    height: 20px;
}
.service-item.right::before {
    left: -35px;
}
.service-item.left::before {
    right: -35px;
}
.service-title {
    font-size: 18px;
}
.service-description {
    font-size: 16px;
    line-height: 26px;
}
.learn-more {
    font-size: 16px;
    line-height: 26px;
}	
.image_blue::before {
	height: 200px;
	width: 230px;
}	
.service-item::before {
	top: 90px;
}
.home_icon .elementor-image-box-img {
    height: unset !important;
}
}


@media (max-width: 991px) {
    .home_approach .elementor-widget-image-box {
        padding-right: 110px !important;
    }
	
.elementor-14 .elementor-element.elementor-element-85e85d2::before {
	background-color: #073b47 !important;
}	
.post_content ul {
	padding-left: 17px;
}	
.services-timeline {
	gap: 0px 50px;
	padding: 40px 0;
}	
.service-item::before {
	top: 80px;
}	
	
	
}
@media (max-width: 767px) {
    .home_icon .elementor-image-box-wrapper {
        display: flex;
        justify-content: center;
        align-content: center;
        align-items: center;
    }
    .home_icon .elementor-image-box-content {
        padding-left: 20px;
    }
    .home_icon .elementor-image-box-img {
        padding: 7px;
        border-radius: 6px;
        width: 60px !important;
    }
    .home_approach .elementor-widget-image-box {
        padding-right: 20px !important;
    }
    .home_approach .elementor-image-box-img img {
        margin-top: -47px;
        max-width: 52px;
    }
	
	.slider_title h2.elementor-heading-title br {
	display: none;
}
.image_up.elementor-widget-image::after {
	top: 10px !important;
	left: 10px !important;
}	
.elementor-button {
	padding: 10px 15px !important;
}	
.testimonial img {
    max-width: 45px !important;
}
.testimonial .elementor-widget-image {
    margin-top: -25px !important;
}
.elementor-14 .elementor-element.elementor-element-85e85d2::before {
	background-color: #073b47 !important;
	background-image: none !important;
	opacity: .8;
}
.newsletter-form input#email {
    font-size: 16px;
    padding: 10px 20px;
    min-width: unset;
}
.newsletter-form {
    display: block;
}
.newsletter-form input[type="submit"] {
    font-size: 16px;
    padding: 10px 40px;
    margin: auto;
    display: block;
}
.blog_post .ui-e-post-content {
	display: block !important;
	text-align: center !important;
}	
.elementor-element .ui-e-post-top,.elementor-14 .elementor-element.elementor-element-eda60e2 .ui-e-post-top {
	--ui-e-img-size: 82 !important;
}	
.ui-e-btn-anim-show .ui-e-post-content .elementor-button {
	padding: 8px !important;
	background: #fff !important;
}
.nf-form-cont .one-third, .nf-form-cont .two-sixths,.nf-form-cont .one-half {
	width: 100% !important;
	margin-left: 0 !important;
}	
.short-form ::-webkit-input-placeholder {
        font-size: 16px;
    line-height: 26px;
}
.short-form :-ms-input-placeholder {
       font-size: 16px;
    line-height: 26px;
}
.short-form ::placeholder {
    font-size: 16px;
    line-height: 26px;
}
.newsletter-form ::-webkit-input-placeholder {
    font-size: 16px;
    line-height: 26px;
}
.newsletter-form :-ms-input-placeholder {
    font-size: 16px;
    line-height: 26px;
}
.newsletter-form ::placeholder {
    font-size: 16px;
    line-height: 26px;
}	
.short-form .field-wrap input[type="submit"] {
	padding: 10px 20px !important;
	font-size: 16px !important;
	line-height: 26px !important;

}	
.blog_post h4.ui-e-post-title {
	padding-right: 0 !important;
}
header .elementor-button {
	padding: 5px 10px !important;
	font-size: 13px !important;
}
	
.single-post h2 {
    font-size: 20px;
    line-height: 30px; 
}
.single-post h3 {
    font-size: 19px;
    line-height: 29px; 
}
.single-post h4 {
    font-size: 16px;
    line-height: 26px; 
}
.single-post h5 {
    font-size: 16px;
    line-height: 26px; 
}

.single-post h6 {
    font-size: 16px;
    line-height: 26px; 
}
.recent-post-thumb img {
	width: 50px !important;
	height: 50px !important;
}	
.footer_menu .elementor-nav-menu__align-center .elementor-nav-menu {
	justify-content: center !important;
}	
.short-form1 input[type="date"], .short-form1 input[type="email"], .short-form1 input[type="number"], .short-form1 input[type="password"], .short-form1 input[type="search"], .short-form1 input[type="tel"], .short-form1 input[type="text"], .short-form1 input[type="url"], .short-form1 select, .short-form1 textarea {
	height: 50px !important;
}	
.short-form1 #ninja_forms_required_items, .short-form1 .nf-field-container {
	margin-bottom: 15px;
}	
.short-form1 .field-wrap input[type="submit"] {
	margin-top: 20px;
}	

.services-timeline::before,.service-item::before {
    display: none;
}	
	
.services-timeline {
    grid-template-columns: 1fr;
}

.service-item {
    text-align: left !important;
}

.service-item.left,.service-item.right {
    grid-column: 1;
}

.service-item::before {
    left: 20px !important;
    right: auto !important;
}

.services-timeline::before {
    left: 20px;
}	
	
.service-item {
	min-height: unset;
	padding: 0;
}	




.service-content {
    margin-bottom: 40px;
}	
footer .elementor-nav-menu__align-end .elementor-nav-menu {
    justify-content: center !important;
}	
.services-timeline {
    padding: 60px 0 0;
}	
.service-title {
    font-size: 16px;
}
.learn-more {
    font-size: 15px;
    line-height: 25px;
}	
.service-content {
	padding: 10px 0;
	text-align: center;
}	
.image_blue::before {
	height: 100px;
	width: 130px;
	top: -8px;
	left: -8px;
}	
.tab_cs .e-n-tab-title-text {
	font-size: 15px !important;
}	

  .services-timeline .service-item {
    display: block;
    width: 100%;
    margin-bottom: 20px;
  }
  .services-timeline .service-image,
  .services-timeline .service-content {
    width: 100%;
  }	
}





















