/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
 .beforeAfter_text .before,
        .beforeAfter_text .after {
            position: absolute;
            top: 24px;
            z-index: 99;
            color: #fff;
            padding: 10px;
            border-radius: 8px;
            text-transform: capitalize;
            font-family: Manrope;
            font-size: 24px;
            font-weight: 600;
            line-height: 32px;
        }

        .beforeAfter_text .before {
            background: #292B34;
            left: 24px;
        }

        .beforeAfter_text .after {
            background: #F81;
            right: 24px;
        }

        .beforeAfter {
            height: 500px;
        }

        .beforeAfter img {
            height: 100%;
            width: 100%;
            border-radius: 8px;
        }

        .beforeAfter img {
            max-width: unset !important;
        }
        /* Our services section */
        .our_service_area .head {
            display: flex;
            align-items: center;
            justify-content: space-between;
            margin-bottom: 24px;
        }

        .our_service_area .services {
            display: flex;
            flex-wrap: wrap;
            gap: 32px;
            margin-bottom: 86px;
        }
        .a.srvc-itm a{
            width: 256px;
        }
        .our_service_area .services a.srvc-itm,
        a.srvc-itm {
            display: flex;
            align-items: center;
            flex-direction: column;
            justify-content: end;
            position: relative;
            border-radius: 8px;
            overflow: hidden;
            transition: all 0.3s ease-in-out;
        }

        .our_service_area .services a.srvc-itm span,
        a.srvc-itm span {
            position: absolute;
            width: 100%;
            text-align: center;
            height: 73px;
            display: flex;
            align-items: center;
            justify-content: center;
            padding-top: 30px;
            color: #fff;
            font-family: 'Manrope', sans-serif;
            font-size: 16px;
            line-height: 24px;
            background: url(../imgs/homepage/shape_service.png);
            background-size: cover;
            font-weight: 600;
        }

        .our_service_area a.btn-services,
        .exprt_soln .head a {
            border: 1px solid #A9ABB7;
            font-size: 16px;
            font-family: 'Manrope', sans-serif;
            color: #111527;
            font-weight: 600;
            padding: 16px;
            border-radius: 8px;
        }

        .our_service_area .services a.srvc-itm img,
        a.srvc-itm img {
            width: 100%;
        }

        /* EXPLORE SERVICES */
        .explore_services {
            display: flex;
            /* gap: 32px; */
            margin: 30px 0;
            justify-content: space-between;
            flex-wrap: wrap;

        }

        .explore_services .exprt_guidance .head {
            display: flex;
            justify-content: space-between;
            margin-bottom: 16px;
            align-items: center;
        }

        .explore_services .exprt_guidance {
            width: calc(25% - 32px);
            text-align: center;
            font-size: 16px;
            color: #363D5A;
            font-family: 'Manrope', sans-serif;
            font-weight: 400;
        }

        .explore_services .exprt_guidance p.content {
            padding: 0 10px;
            min-height: 104px;
        }

        .explore_services .exprt_guidance .head h3.heading {
            font-size: 30px;
            margin: 0;
            line-height: 40px;
        }

        .explore_services .exprt_guidance a.srvc-itm img {
            /* height: 242px; */
            object-fit: cover;
        }

        .explore_services .exprt_guidance a.srvc-itm span {
            background: transparent;
            font-size: 16px;
            padding: 0;
            position: unset;
            margin: -75px 0 0px;
            z-index: 1;
        }

        .explore_services .exprt_guidance a.srvc-itm svg {
            margin-top: -22px;
            scale: 1.1;
            margin-bottom: 3px;
        }

        .explore_services .exprt_guidance a.srvc-itm:hover svg path {
            fill: #ff8811;
        }
        .fillColorOrange svg path{
            fill: #ff8811;
        }
        @media(max-width:500px){
            .explore_services .exprt_guidance a.srvc-itm svg {
                scale: 1.3 !important;
            }
              
        }
        @media(max-width:991px){
            .explore_services .exprt_guidance{
                width:100%;
            }
            .explore_services{
                flex-direction: column;
            }
            .explore_services .exprt_guidance a.srvc-itm svg {
                margin-top: -82px;
                scale: 2.3;
            }
        }
        .custom_owl.owl-carousel  .owl-nav {
            display: flex !important;
    text-align: center;
    margin-bottom: 50px;
    justify-content: center;
    align-items: center;
}
.custom_owl.owl-carousel  .owl-nav div, 
.custom_owl.owl-carousel  .owl-nav button{
	position:static;
	margin-top: 24px !important;
}
.custom_owl.owl-carousel  .owl-nav .owl-next,
.custom_owl.owl-carousel  .owl-nav .owl-prev{
	background: transparent !important;
    width: 78px !important;
    height: 35px !important;
    padding: 8px 12px !important;
    border-radius: 4px;
    border: 1px solid #A9ABB7;
    line-height: 20px !important;
    position: relative;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.custom_owl.owl-carousel  .owl-nav .owl-next span,
.custom_owl.owl-carousel  .owl-nav .owl-prev span{
    display: none;
}
.custom_owl.owl-carousel  .owl-nav .owl-next:before,
.custom_owl.owl-carousel  .owl-nav .owl-prev:before,
.custom_owl.owl-carousel  .owl-nav .owl-next:after,
.custom_owl.owl-carousel  .owl-nav .owl-prev:after{
	text-transform: uppercase;
    color: #111527;
    font-family: Manrope;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
}
.owl-carousel .owl-item img{ height: 100%; }
.custom_owl.owl-carousel  .owl-nav .owl-next:before{
	content: "next";
}
.custom_owl.owl-carousel  .owl-nav .owl-next:after{
	content: ">";
	right: 8px;
}
.custom_owl.owl-carousel  .owl-nav .owl-prev:before{
	content:"<";
}
.custom_owl.owl-carousel  .owl-nav .owl-prev:before,
.custom_owl.owl-carousel  .owl-nav .owl-next:after{
	font-size: 20px;
}
.custom_owl.owl-carousel  .owl-nav .owl-prev:after {
    content: "prev";
    right: 12px;
}
.custom_owl.owl-carousel  .owl-nav .owl-prev:after,
.custom_owl.owl-carousel  .owl-nav .owl-next:after {
	 position: absolute;
	 top: 7px;
}
.custom_owl.owl-carousel  .owl-nav .owl-prev{
	/* margin-right:24px; */
    margin-right:130px;
}
.custom_owl.owl-carousel  .owl-nav .owl-prev:hover, 
.custom_owl.owl-carousel  .owl-nav .owl-next:hover {
    background-color: #4361ED !important;
    border-color:#4361ED;
}
.custom_owl.owl-carousel  .owl-nav .owl-prev:focus, 
.custom_owl.owl-carousel  .owl-nav .owl-next:focus {
    outline:none;
}
.custom_owl.owl-carousel  .owl-nav .owl-next:hover:before,
.custom_owl.owl-carousel  .owl-nav .owl-prev:hover:before,
.custom_owl.owl-carousel  .owl-nav .owl-next:hover:after,
.custom_owl.owl-carousel  .owl-nav .owl-prev:hover:after{
	color:#fff !important;
}
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}

@media only screen and (min-device-width: 1023px){
    .right_hero img, .cards_img img, .services_img img, .right_expert img{ 
        max-width: unset;
    }
}
@media only screen and (max-device-width: 1023px){
    .choose_service .cards_img img {
        display: block;
        margin: auto;
    }
}
#st-louis {
    /* overflow: hidden; */
}
.explore_services .exprt_guidance a.srvc-itm span{
    text-transform: uppercase;
}
