@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&family=League+Spartan:wght@100;200;300;400;500;600;700;800;900&display=swap');

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none !important;
    list-style: none;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    line-height: 1.5;
    font-weight: 400;
    font-size: 16px;
    color: #4A5355;
}

p {
    font-family: 'Inter', sans-serif;
    font-size: 17px;
    line-height: 27px;
    font-weight: 400;
}
img {
    max-width: 100%;
}
body {
    max-width: 100%;
    overflow-x: hidden;
}
.btn.focus, .btn:focus {
    box-shadow: none;
}
.row {
    margin-right: -15px;
    margin-left: -15px;
}
.row>[class*=col-] {
    padding-right: 15px;
    padding-left: 15px;
}
.container {
    width: 100%;
    max-width: 1200px;
    padding: 0px 15px;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 1300px) {
    .elementor-section.elementor-section-boxed>.elementor-container {
        width: 100%;
        max-width: 1200px !important;
        padding: 0px;
        margin-left: auto;
        margin-right: auto;
    }
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.clearfix {
    display: inline-block;
}

* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

::-moz-selection {
    background: rgb(237 118 122 / 61%);
    color: #000;
}

::-webkit-selection {
    background: rgb(237 118 122 / 61%);
    color: #000;
}

::selection {
    background: rgb(237 118 122 / 61%);
    color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
    font-weight: 600;
    color: #282f3b;
    padding: 0 0 10px;
    margin: 0px;
    font-family: 'League Spartan', sans-serif;
}
.elementor-element h2 span, 
.elementor-element h2 {
    font-size: 48px;
    line-height: 50px;
    font-weight: 600;
    color: #282f3b;
    padding: 0 0 10px;
    font-family: 'League Spartan', sans-serif;
}

input, select, textarea {
    border: 0px !important;
    font-size: 14px;
    margin-bottom: 18px;
    height: 50px;
    border-bottom: 1px solid #e3e3e3 !important;
    border-radius: 0px !important;
    padding: 0px !important;
}

/* @media (min-width: 991px) {
    .site-header.sticky {
        animation-duration: 1s;
        animation-iteration-count: 1;
        animation-name: fadeInDown;
        animation-timing-function: linear;
        opacity: 1;
        visibility: visible;
        z-index: 999;
        left: 0;
        right: 0px;
        position: fixed;
        top: 0;
        transition: all 1s ease 0s;
        -webkit-transition: all 1s ease 0s;
        width: 100%;
        background-color: #FFF;
        box-shadow: 1px 1px 20px 0px;
        color: rgb(0 0 0 / 15%);
    }
    
    @keyframes fadeInDown {
        from {
            opacity: 0;
            transform: translate3d(0, -100%, 0)
        }
    
        to {
            opacity: 1;
            transform: none
        }
    }
    
} */

.main-title h6 {
    color: #ca0007;
    font-family: "Manrope", Sans-serif;
    font-size: 18px;
    font-weight: 800;
    padding: 10px 0px 10px 35px;
    position: relative;
}
.main-title h6::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    width: 26px;
    height: 26px;
    background-image: url(../images/dots_shape.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    pointer-events: none;
}

/* ul li {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.8;
    color: #4A5355;
    padding-left: 20px;
    position: relative;
}
ul li::before {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    left: 0;
    top: 12px;
    border-radius: 100px;
    background-color: #ca0007;
} */

.wpcf7-not-valid-tip, 
.paoc-credit-wrp {
    display: none;
}

input.wpcf7-not-valid, 
select.wpcf7-not-valid, 
textarea.wpcf7-not-valid{
    border-bottom-color: red !important;
}
.wpcf7 form.invalid .wpcf7-response-output, 
.wpcf7 form.unaccepted .wpcf7-response-output, 
.wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #ca0007;
    background: #ca0007;
    color: #fff;
    text-align: center;
    margin: 0px;
}
.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    background: #46b450;
    color: #fff;
    text-align: center;
    margin: 0px;
}

.scacontact-form li.scasend input {
    display: inline-flex;
    display: -webkit-inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 25px !important;
    border-radius: 10px 0 !important;
    background: #07c4c0;
    color: #fff;
    border: 1px solid #07c4c0;
    line-height: 56px;
    min-height: 56px;
    min-width: 160px;
    text-align: center;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
}
.scacontact-form li.scasend input:hover {
    border-radius: 0px 10px !important;
}



/* ELEMENTOR-BUTTON */


.elementor-element .elementor-button {
    display: inline-flex;
    display: -webkit-inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 25px;
    border-radius: 10px 0;
    background: #07c4c0;
    color: #fff;
    border: 1px solid #07c4c0;
    line-height: 56px;
    min-height: 56px;
    min-width: 160px;
    text-align: center;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
}
.elementor-element .elementor-button span {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    color: #fff;
}
.elementor-element .elementor-button:hover {
    background-color: transparent;
}
.elementor-element .e-con-inner {
    align-items: center !important;
}

/* Scroll to top */


.scroll-top-section {
    float: right;
    margin-right: 10px;
    position: fixed;
    bottom: 60px;
    right: 10px;
    z-index: 999;
    cursor: pointer;
    color: #fff;
    border-radius: 0px;
    transition: .5s ease-in-out;
    -webkit-transition: .5s ease-in-out;
    width: 45px;
    height: 45px;
}
a.ScrollTop {
    position: relative;
    width: 50px;
    height: 50px;
    z-index: 0;
    outline: none;
    border-radius: 0%;
    background-color: #07c4c0;
    transition: 0.5s;
    display: none;
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-size: 20px;
    border-radius: 50px;
}
a.ScrollTop::before {
    content: '\f077';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    text-align: center;
    line-height: 44px;
    color: #fff;
    font-size: 22px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
}
a.ScrollTop:hover {
    background-color: #454b55;
}


.whats-app-outer {
    position: fixed;
    bottom: 130px;
    z-index: 999;
    right: 15px;
    background: #25d366;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    animation-name: pulse;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
}
@keyframes pulse {
	0% {
		box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
	}
	80% {
		box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
	}
}


.main_title h5 {
    font-size: 22px;
    line-height: 40px;
    margin: 0;
    color: #07c4c0;
    text-decoration: underline;
}
.main_title h2 {
    margin: 0px;
}


/* New_css_start */

header.page-header {
    display: none;
}
.site-header:not(.dynamic-header) {
    max-width: 100%;
    justify-content: center;
    padding: 0px;
}
.menu_outer {
    width: 100%;
} 
.site-footer .footer-inner, 
.e-con>.e-con-inner {
    max-width: 1320px;
    width: 100%;
    padding: 0px;
    display: flex;
    column-gap: 30px;
}
.menu_outer .container  {
    max-width: 1200px;
    width: 100%;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 0px 15px;
}
.site-footer:not(.dynamic-footer) {
    width: 100%;
    max-width: 100%;
    background: #282F3B;
    padding: 50px 0px 0px;
}
.menu_outer .header_top {
    width: 100%;
    background-color: #454b55;
    padding: 10px 0px;
}
.menu_outer .header_top ul {
    margin: 0 auto;
    column-gap: 20px;
    row-gap: 10px;
    display: flex;
}
.menu_outer .header_top ul li p {
    font-size: 15px;
    color: #fff;
    margin-right: 5px;
    margin-bottom: 0px;
}
.menu_outer .header_top ul li a {
    color: #fff;
    font-size: 14px;
}
.menu_outer .header_top ul li i {
    color: #07c4c0;
    padding-right: 10px;
}

.menu_outer .header_bottom {
    max-width: 1200px;
    width: 100%;
    padding: 8px 15px;
    margin: 0 auto;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: center;
}
.menu_outer .header_bottom .header_logo img{
    width: 170px;
    min-width: 170px;
}
.menu_outer .header_bottom .header_logo a {
    display: block;
}
.header_right {
    display: flex;
    column-gap: 20px;
}
.header_right img {
    width: 16px;
}
#mega-menu-wrap-menu-1 {
    background-color: transparent;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    column-gap: 20px;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
    font-size: 18px;
    line-height: 26px;
    padding: 0;
    display: flex;
    color: #282f3b;
    height: auto;
    font-family: 'League Spartan', sans-serif;
    transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link:focus {
    color: #07c4c0;
    background-color: transparent;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
    color: #07c4c0;
    background-color: transparent;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
    background-color: transparent;
    color: #07c4c0;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item:last-child a.mega-menu-link  {
    display: inline-flex;
    display: -webkit-inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 25px;
    border-radius: 10px 0;
    background: #07c4c0;
    color: #fff;
    border: 1px solid #07c4c0;
    line-height: 56px;
    min-height: 56px;
    min-width: 160px;
    text-align: center;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item:last-child a.mega-menu-link:hover {
    background-color: transparent;
    color: #07c4c0;
}


/* footer */

.footer_outer .row {
    display: flex;
    display: -webkit-flex;
    column-gap: 35px;
}
.footer_outer .row .footer_common {
    width: 25%;
}
.footer_outer .row .footer_common p, 
.footer_outer .row .footer_common h3 {
    color: #fff;
    position: relative;
}
.footer_outer .row .footer_common h3 {
    padding-bottom: 10px;
    margin-bottom: 25px;
}
.footer_outer .row .footer_common ul.menu li a {
    display: block;
    padding-bottom: 10px;
    color: #fff;
    position: relative;
}
.footer_outer .row .footer_common ul.menu li {
    padding: 0px;
}
.footer_outer .row .footer_common ul.menu li::before {
    display: none;
}
.footer_outer .row .footer_common h3::before {
    content: "";
    position: absolute;
    background-color: #0bc5c1;
    width: 34px;
    height: 2px;
    bottom: 0px;
    left: 0%;
    z-index: 0;
    pointer-events: none;
}
.footer_outer .footer_two.footer_common, 
.footer_outer .footer_three.footer_common {
    padding-left: 40px;
}
footer.site-footer .site-logo img {
    width: 100px;
}
footer.site-footer .header_mail img {
    width: 200px;
}

#site-footer {
    display: none;
}

.copy_rights_outer .container {
    border-top: 1px solid #67707e;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 30px;
}
.copy_rights_outer .row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.copy_rights_outer .copy_rights_left p {
    margin: 0px;
    color: #fff;
}
.copy_rights_outer .Privacy_ul {
    display: flex;
    display: -webkit-flex;
    column-gap: 30px;
    row-gap: 30px;
}
.copy_rights_outer .Privacy_ul li {
    padding: 0px;
}
.copy_rights_outer .Privacy_ul li::before {
    display: none;
}
.copy_rights_outer .Privacy_ul li a {
    color: #fff;
}


/* SLider_css_start */

.elementor-element.slider-outer {
    padding: 100px 0px; 
}

.elementor-element.slider-outer .slider_left_content h2{
    font-size: 50px;
    line-height: initial;
    font-weight: 800;
    margin-bottom: 20px;
    color: #fff;
    transition: .9s ease-in-out;
    -moz-transition: .9s ease-in-out;
    -o-transition: .9s ease-in-out;
    -ms-transition: .9s ease-in-out;
}
.elementor-element.slider-outer .slider_left_content p {
    font-size: 17px;
    line-height: 27px;
    font-weight: 400;
    color: #aaafb8;
    margin-bottom: 0px;
    transition: .9s ease-in-out;
    -moz-transition: .9s ease-in-out;
    -o-transition: .9s ease-in-out;
    -ms-transition: .9s ease-in-out;
}
.elementor-element.slider-outer .ekit-wid-con .ekit-video-popup-btn {
    background-color: #07c4c0;
}
.elementor-element.slider-outer .ekit-video-popup-btn.glow-btn::after, 
.elementor-element.slider-outer .ekit-video-popup-btn.glow-btn:before {
    color: #07c4c0 !important;
}



.slick span {
    display: block;
    color: #fff;
    position: relative;
    text-align: center;
    transform: translate(0, 0) scale(.4);
    transition: all .4s ease;
    opacity: .5;
}

.slick-slide.lt2 span {
    transform: translate(10%, 0) scale(.6);
}

.slick-slide.lt1 span {
    opacity: .7;
    transform: translate(5%, 0) scale(.8);
}

.slick-slide.gt1 span {
    opacity: .7;
    transform: translate(-5%, 0) scale(.8);
}

.slick-slide.gt2 span {
    transform: translate(-10%, 0) scale(.6);
}

.slick-slide.slick-center span {
    z-index: 1;
    transform: scale(1);
    opacity: 1;
    color: #e67e22;
}

.slick-prev,
.slick-next {
    position: absolute;
    top: 50%;
    appearance: none;
    margin-top: -10px;
    padding: 0;
    border: 0;
    background: none;
    cursor: pointer;
    color: transparent;
    outline: none;
    z-index: 100;
    background: transparent;
    width: 50px;
    height: 50px;
    border-radius: 50px;
}

.slick-prev:hover::before,
.slick-next:hover::before {
    filter: invert(1);
}
.slick-prev:focus::before,
.slick-next:focus::before {
    filter: invert(1);
}
.slick-prev:focus,
.slick-next:focus {
    background: #07c4c0;
}


.slick-prev:hover,
.slick-next:hover {
    background: #07c4c0;
}

.slick-prev,
.slick-next {
    font-size: 0px;
}

.slick-slide .item-image {
    margin-bottom: 20px;
    overflow: hidden;
}
.slick-slide .item-image img {
    transition: .5s ease-in-out;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
}
.slick-slide:hover .item-image img {
    transform: scale(1.2);
}
.slick-slide .item-content {
    padding: 0px 10px;
    text-align: center;
}

.slick-slide .item-content h4 {
    color: #1a4277;
}

.slick-slide .item-content p {
    margin-bottom: 6px;
}

.slick-slide .item-content .slider-learn-more {
    color: #07c4c0 !important;
}

.slick-slide .item-content .slider-learn-more:hover {
    color: #07c4c0;
}

.slick-initialized .slick-slide.slick-current.slick-active {
    box-shadow: 0 0 8px 0 #ececec;
    margin-bottom: 10px;
}

/* Default slide */
.center-slider .slick-slide {
    color: #FFF;
    margin: 0;
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transform: scale(0.8);
    transition: all 0.4s ease-in-out;
    padding-bottom: 25px;
    background-color: #fff;
}

.center-slider .slick-slide,
.center-slider .slick-slide[aria-hidden="true"]:not(.slick-cloned)~.slick-cloned[aria-hidden="true"] {
    transform: scale(0.8, 0.8);
    transition: all 0.4s ease-in-out;
}

/* Active center slide (You can change anything here for cenetr slide)*/
.center-slider .slick-center,
.center-slider .slick-slide[aria-hidden="true"]:not([tabindex="-1"])+.slick-cloned[aria-hidden="true"] {
    transform: scale(1.1);
}

.center-slider .slick-current.slick-active {
    transform: scale(1.1);
}

.slick-next,
.slick-prev {
    z-index: 5;
}

.slick-next {
    right: -15px;
}

.slick-prev {
    left: -15px;
}

.slick-next:before,
.slick-prev:before {
    color: #000;
    font-size: 26px;
}


/* home_about_css_start */
.elementor-element.home-about-outer {
    padding: 70px 0px;
}
.home-about-outer .home-about-left-grid .elementor-widget-container .elementskit-infobox {
    padding: 0px !important;
    border: 0px !important;
    column-gap: 25px;
}
.home-about-outer .home-about-left-grid .elementor-widget-container .elementskit-infobox h3 {
    position: relative;
    padding-bottom: 12px !important;
}   
.home-about-outer .home-about-left-grid .elementor-widget-container .elementskit-infobox h3::before {
    position: absolute;
    content: "";
    width: 50px;
    height: 3px;
    background: #07c4c0;
    bottom: 0;
    left: 0;
    transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
}
.home-about-outer .home-about-left-grid .elementor-widget-container .elementskit-infobox .elementskit-info-box-icon {
    margin: auto;
    line-height: 65px;
    width: 65px;
    height: 65px;
    background:#07c4c0;
    text-align: center;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s ease-in-out !important;
    -moz-transition: .5s ease-in-out !important;
    -o-transition: .5s ease-in-out !important;
    -ms-transition: .5s ease-in-out !important;
}
.home-about-outer .home-about-left-grid .elementor-widget-container .elementskit-infobox .elementskit-info-box-icon i {
    color: #ffff;
    font-size: 30px !important;
}
.home-about-outer .elementor-element.home-about-right {
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
.home-about-outer .elementor-element.home-about-right .home-about-right-grid {
    width: 50%;
}
.home-about-outer .elementor-element.home-about-right .home-about-right-grid:last-child {
    padding: 11rem 0rem 0rem 0rem;
}
.home-about-outer .home-about-right .elementor-widget-container .elementskit-infobox {
    box-shadow: 0px 0px 40px 0px rgba(0,0,0,.09);
}

.elementor-element.home-cta-outer {
    position: relative;
    padding: 100px 0;
    overflow: hidden;
    background-attachment: fixed;
    z-index: 99;
}
.elementor-element.home-cta-outer::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: linear-gradient(300deg, #282f3b 40%,rgba(0,0,0,.09) 100%);
    opacity: .9;
    z-index: -1;
}
.elementor-element.home-cta-outer .elementor-widget-text-editor, 
.elementor-element.home-cta-outer .elementor-widget-button {
    width: 50%;
    margin-left: auto;
    text-align: right;
}
.elementor-element.home-cta-outer .elementor-widget-text-editor h3 {
    font-size: 50px;
    color: #FFF;
}
.elementor-element.home-cta-outer .elementor-widget-text-editor h4 {
    margin: 0px;
    color: #fff;
    font-weight: 300;
    font-size: 20px;
}

.elementor-element.home-tech-oiuter {
    background-color: #F0F3F9;
    padding: 80px 0px 15px;
}
.elementor-element.home-tech-grid-outer {
    background-color: #F0F3F9;
    padding: 10px 0px 80px;
    row-gap: 0px;
}
.elementor-element.home-tech-grid-outer .e-con-inner {
    column-gap: 30px;
    row-gap: 30px;
}

.elementor-element.home-tech-grid  {
    position: relative;
    padding: 0px;
    row-gap: 0px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 7px 0px #e8e8e8;
}
.elementor-element.home-tech-grid  .elementor-widget-text-editor {
    position: unset;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: #fff;
    padding: 20px;
}
.elementor-element.home-tech-grid .elementor-widget-image img {
    /* height: 360px; */
    object-fit: cover;
}
.insights-outer {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 30px;
    row-gap: 30px;
}
.insights-outer .insights-inner {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    z-index: 99;
}
.insights-outer .insights-inner::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #282f3b;
    opacity: .4;
    z-index: 1;
    transition: .9s ease-in-out;
    -moz-transition: .9s ease-in-out;
    -o-transition: .9s ease-in-out;
    -ms-transition: .9s ease-in-out;
}
.insights-outer .insights-inner:hover::before {
    opacity: .7;
}
.insights-outer .insights-inner .insights-image {
    height: 100%;
    display: flex;
    display: -webkit-flex;
    height: 370px;
}
.insights-outer .insights-inner .insights-image img {
    object-fit: cover;
    width: 100%;
}
.insights-outer .insights-inner .insights-cont {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    padding: 20px;
    z-index: 99;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-direction: column;
}
.insights-outer .insights-inner .insights-cont .insights-category h5 {
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    padding: 0px;
}
.insights-outer .insights-inner .insights-cont .insights-title {
    text-align: center;
}
.insights-outer .insights-inner .insights-cont .insights-title span {
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    padding-bottom: 6px;
    display: block;
}
.insights-outer .insights-inner .insights-cont h4 a {
    color: #fff;
    font-size: 25px;
    padding: 0px;
}
.insights-outer .insights-inner .insights-cont h4 {
    padding: 0px;
}
.insights-outer .insights-inner .insights-cont .auth-sec h5 {
    padding: 0px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
}
.insights-outer .insights-inner .insights-cont .auth-sec h3 a {
    color: #fff;
    font-weight: 500;
    display: block;
}
.elementor-element.home-steps-outer {
    padding: 80px 0px 15px;
}
.home-grid-finance .elementskit-infobox {
    text-align: left !important;
    padding: 0px !important;
    border: 0px !important;
}
.home-grid-finance .elementskit-infobox .elementskit-info-box-icon i {
    color: #07c4c0 !important;
}
.elementor-element.home_blog_2 {
    padding-bottom: 80px;
}
.elementor-element.home_blog_2 .e-con-inner {
    column-gap: 20px;
}
.home_blog_2 .home_blog_2_grid {
    background-color: #f0f3f9;
    border-radius: 13px;
    overflow: hidden;
    padding: 15px;
}
.center_title,
.quote_title {
    text-align: center;
}

.elementor-element.Our_team_main {
    padding: 80px 0px !important;
    margin-top: 80px !important;
    background-color: #F0F3F9;
}

.elementor-element.Our_team_main .home_team_grid .ekit-team-popup {
    display: flex;
    border-radius: 13px;
    overflow: hidden;
}
.elementor-element.Our_team_main .home_team_grid .profile-header {
    margin: 0px !important;
    border-radius: 13px;
    overflow: hidden;
}
.elementor-element.Our_team_main .home_team_grid .profile-card {
    position: relative;
    border-radius: 13px;
    overflow: hidden;
    background-color: transparent;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
} 
.elementor-element.Our_team_main .home_team_grid .profile-card .profile-header::before {
    position: relative;
}
.elementor-element.Our_team_main .home_team_grid .profile-card .profile-header::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    bottom: -30px;
    background: linear-gradient(to top, #282f3b 6%,rgba(0,0,0,0) 70%);
    z-index: 9;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
}
.elementor-element.Our_team_main .home_team_grid .profile-card .profile-body {
    position: absolute;
    bottom: 30px;
    width: 100%;
    z-index: 99;
    padding: 0px 20px;
    text-align: left;
    opacity: 1;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
}
.elementor-element.Our_team_main .home_team_grid .profile-card .profile-footer {
    position: absolute;
    bottom: 52px;
    left: -170px;
    opacity: 0;
    z-index: 99;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;

}
.elementor-element.Our_team_main .home_team_grid .profile-card:hover .profile-body  {
    left: -170px;
    opacity: 0;
    visibility: hidden;
}
.elementor-element.Our_team_main .home_team_grid .profile-card:hover .profile-footer {
    left: 15px;
    opacity: 1;
    visibility: visible;
}
.elementor-element.Our_team_main .home_team_grid .profile-card .profile-footer .ekit-team-social-list > li > a {
    background-color: #07c4c0;
}
.elementor-element.Our_team_main .home_team_grid .profile-card .profile-footer .ekit-team-social-list > li > a i {
    color: #fff;
}
.elementor-element.Our_team_main .home_team_grid .profile-card .profile-body h2 a {
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    display: block;
    line-height: 30px;
    padding: 0px;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
}
.elementor-element.Our_team_main .home_team_grid .profile-card .profile-body h2 {
    padding: 0px;
    margin: 0px;
}
.elementor-element.Our_team_main .home_team_grid .profile-card .profile-body p {
    display: block;
    font-size: 12px;
    line-height: 20px;
    font-weight: 600;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 10px;
    transition: all .45s ease;
    -moz-transition: all .45s ease;
    -o-transition: all .45s ease;
    -ms-transition: all .45s ease;
}

.elementor-element.quote_main_div  {
    padding: 0px;
}
.elementor-element.quote_main_div .e-con-inner {
    max-width: 100%;
    width: 100%;
    padding: 0px;
}
.elementor-element.quote_main_div .home_blog_1 {
    padding: 80px 0px 30px;
}
.elementor-element.quote_main_div .home_blog_1, 
.elementor-element.quote_main_div .home_blog_2 {
    background-color: #fff;
}
.elementor-element.quote_main_div .home_blog_1 .e-con-inner, 
.elementor-element.quote_main_div .home_blog_2 .e-con-inner {
    max-width: 1200px;
} 
.elementor-element.quote_main_div .Customer_Stories_left  {
    padding: 0px;
}
.elementor-element.quote_main_div .Customer_Stories_right {
    padding: 100px;
}
.elementor-element.quote_main_div .Customer_Stories_right .stories-inner .stories-desc p, 
.elementor-element.quote_main_div .Customer_Stories_right .main_title h2 {
    color: #fff;
}
.elementor-element.quote_main_div .Customer_Stories_right .stories-inner {
    display: flex;
    column-gap: 30px;
    row-gap: 0px;
    flex-wrap: wrap;
}
.elementor-element.quote_main_div .Customer_Stories_right .stories-inner .stories-image img {
    width: 60px;
    height: 60px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
}
.elementor-element.quote_main_div .Customer_Stories_right .stories-inner .stories-title h2 {
    color: #fff;
    line-height: inherit;
    padding: 0px;
    font-size: 32px;
}
.elementor-element.quote_main_div .Customer_Stories_right .stories-inner .stories-desig h4 {
    color: #fff;
    font-size: 15px;
    font-family: 'League Spartan', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    color: #07c4c0;
    margin-bottom: 5px;
}

.services_main_outer {
    padding: 80px 0px;
}
.services_main_outer .service-grid-row {
    column-gap: 30px;
    display: flex;
    flex-wrap: nowrap;
    margin-bottom: 30px;
}
.services_main_outer .service-grid-row:nth-child(even) {
    flex-direction: row-reverse;
}

.elementor-element.service-grid-img {
    padding: 0px;
}


/* .elementor-element.service-grid-text{
    background: #454b55;
    border-radius: 0px;
    position: relative;
    display: block;
    padding: 40px;
    border-top: 0;
    transition: all .5s ease;
}
.elementor-element.service-grid-text p {
    color: #fff;
} */
.elementor-element.service-grid-text h2 {
    font-size: 40px;
    color: #07c4c0;
}
/* .elementor-element.service-grid-img img {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1);
    -webkit-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
}
.services_main_outer .service-grid-row:hover .service-grid-img img {
    transform: scale(1.05);
}
.elementor-element.service-grid-img::before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: "";
    border-radius: 0;
    background-color: rgba(23, 23, 23, .4);
    z-index: 1;
    transform: scale(0) perspective(400px);
    transform-origin: bottom left;
    transform-style: preserve-3d;
    transition: all .7s ease;
}
.services_main_outer .service-grid-row:hover .elementor-element.service-grid-img::before {
    transform: scaleX(1) perspective(400px);

} */



/* Sub_banner */


.banner_outer {
    padding: 30px;
    position: relative;
    z-index: 99;
}
.banner_outer .e-con-inner {
    z-index: 99;
}
.banner_outer::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: linear-gradient(360deg, #282f3b 40%,rgb(0 0 0 / 21%) 100%);
    opacity: .9;
    z-index: 1;
}
.banner_outer h2.elementor-heading-title {
    padding: 0px;
}
.banner_outer .e-con-inner {
    justify-content: center !important;
}


/* COntact_us */
.elementor-element.contact_main_outer {
    padding: 80px 0px;
}

.contact_left .address_box {
    position: relative;
    padding: 20px 30px 20px 80px;
    display: block;
    border-radius: 10px;
    border: 1px solid #e4e7ee;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    cursor: pointer;
    background: #fff;
}
.contact_left .address_box::before {
    position: absolute;
    content: '\f3c5';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 19px;
    color: white;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #07c4c0;
    border-radius: 50%;
    left: 18px;
}
.contact_left .address_box p {
    margin: 0px;
}
.contact_right .elementor-tabs-content-wrapper {
    position: relative;
    padding: 30px;
    border-radius: 15px;
    background: #fff;
    box-shadow: 0px 0px 40px 0px rgba(0,0,0,.09);
    z-index: 1;
}
.contact_right .elementor-tabs-content-wrapper .elementor-tab-content  {
    padding: 0px;
    border: 0px !important;
}
.contact_right .elementor-tab-desktop-title.elementor-active {
    background-color: #07c4c0;
    color: #fff;
}
.contact_right .country-select input  {
    padding-left: 55px !important;
}
.contact_right ul.scacontact-form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 30px;
}
.contact_right .elementor-tab-content:last-child ul.scacontact-form li.country, 
.contact_right ul.scacontact-form li.company {
    grid-column: span 2;
}
.contact-details h5 {
    padding: 0px;
    margin: 0px;
}
.contact-details a {
    background-color: transparent;
    text-decoration: none;
    color: #07c4c0;
    display: block;
    margin-bottom: 25px;
}
.contact-details a:hover {
    text-decoration: underline;
}



/* .contact_right form {
    position: relative;
    padding: 30px;
    border-radius: 15px;
    background: #fff;
    box-shadow: 0px 0px 40px 0px rgba(0,0,0,.09);
    z-index: 1;
} */

.elementor-element.home-service-new-outer {
    padding: 80px 0px;
    background-color: #F0F3F9;
}
.slick-prev:hover, 
.slick-next, 
.slick-prev:hover, 
.slick-prev {
    background: #07c4c0 !important;
}


.elementor-section.home-logo-outer {
    padding: 80px 0px;
    background-color: #F0F3F9;
    margin-top: 60px;
}


.subbaner-outer {
    background-image: url(https://demolabsale.in/methodhub/wp-content/uploads/2023/09/events-1.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    height: 300px;
    position: relative;
}
.subbaner-outer h2, .subbaner-outer p {
    color: #ffffff;
}
.subbaner-outer .elementor-container  {
    max-width: 1200px;
    width: 100%;
}
.subbaner-outer .elementor-widget-wrap.elementor-element-populated {
    padding: 0px !important;
}

.bredcrum-outer {
    background-color: #ececec;
    padding: 10px 0px;
}

.bredcrum-outer .banner-bredcrum a {
    color: #6c757d;
}
.bredcrum-outer .banner-bredcrum span.breadcrum-active {
    color: #07c4c0;
}
.contact-outer-address {
    padding: 60px 0px;
    background-color: #F0F3F9;
}
.contact-outer-address .contactpage-address{

    position: relative;
    display: block;
    padding: 32px 19px 30px;
    box-shadow: 0 0 20px 0 #ddf0ff;
    border-radius: 13px;
    background: white;
}


.casestudy-outer {
    padding: 60px 0px 0px;
}

.service-casestudy-grids img {
    height: 320px;
    object-fit: cover;
    width: 100%;
    display: flex;
}

.service-casestudy-grids {
    position: relative;
    background-color: #fff;
    margin-bottom: 30px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    box-shadow: 0 0 0 1px rgba(56, 60, 67, 0.05), 0 1px 3px 0 rgba(56, 60, 67, 0.15);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.service-casestudy-grids .casestudy-title-outer {
    text-align: left;
    padding: 20px 25px;
    position: absolute;
    left: 0px;
    z-index: 9;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    background: rgb(0 0 0 / 70%);
    width: 80%;
}

.service-casestudy-grids .casestudy-title-outer a {
    color: #fff;
}

.service-casestudy-grids .casestudy-title-outer h6 {
    margin-bottom: 0px;
    margin-top: 15px;
}

.service-casestudy-grids .casestudy-title-outer h6 a {
    text-transform: none;
    color: #fff;
    font-weight: 400;
    position: relative;
}

.service-casestudy-grids .casestudy-title-outer h6 a::before {
    position: absolute;
    content: '';
    background-image: url(../images/csh_rarrow.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
    width: 20px;
    height: 15px;
    top: 3px;
    right: -28px;
    transition: .5s ease-in-out;
    -webkit-transition: .5s ease-in-out;
}

.service-casestudy-grids .casestudy-title-outer h6 a:hover::before {
    right: -35px;
}

.service-casestudy-grids .casestudy-title-outer h4 {
    font-size: 15px;
    color: #fff;
    font-weight: 400;
    position: relative;
    padding-left: 25px;
}

.service-casestudy-grids .casestudy-title-outer h4::before {
    position: absolute;
    content: '\f073';
    font-family: 'FontAwesome';
    left: 0px;
}

.service-casestudy-grids p {
    margin: 0px;
}

.service-casestudy-grids p a {
    font-size: 24px;
    color: #0d1827;
    font-weight: 500;
}


.casestudy-outer .row {
    display: grid;
    grid-template-columns: 1fr 1fr;
}


.casestudies-single {
    padding: 60px 0px 60px;
}
.casestudies-single .case_single_inner {
    border-radius: 10px;
    margin-bottom: 18px;
    background-color: #fff;
}
.casestudy-left-content img {
    width: 100%;
}




.life-mh-left ul {
    padding-left: 16px;
    padding-top: 10px;
}
.life-mh-left ul li {
    list-style: disc;
    padding-bottom: 10px;
}
.life-mh-outer {
    padding: 60px 0px;
}

.life-mh-outer .elementor-container {
    align-items: center;
}

.mh-life-outer {
    padding: 60px 0px;
}

.mh-life-outer .elementor-container {
    column-gap: 20px;
    row-gap: 20px;
}

.mh-life-outer .mh-life-grid .elementor-widget-wrap {
    border: 1px solid #ddd;
    border-radius: 10px;
    background: #fff;
    text-align: center;
    padding: 20px;
    height: 260px;
    margin-bottom: 20px;
    position: relative;
    z-index: 99;
    display: flex;
    display: -webkit-flex;
    align-content: center;
    overflow: hidden;
}
.mh-life-outer .mh-life-grid .elementor-widget-wrap::before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    bottom: 0px;
    right: 0px;
    background-color: #000;
    opacity: .6;
}
.mh-life-outer .mh-life-grid .elementor-widget-wrap:hover::before {
    background-color: #f27422;
    opacity: 1;  
}
.mh-life-outer .mh-life-grid:hover .mh-life-title, 
.mh-life-outer .mh-life-grid .mh-life-content  {
    display: none;
}
.mh-life-outer .mh-life-grid:hover .mh-life-content {
    display: block;
}
.mh-life-outer .mh-life-grid h3 {
    font-size: 28px;
    font-weight: 600;
    color: #fff;
}
.mh-life-outer .mh-life-grid h6 {
    color: #fff;
}
.mh-life-outer .mh-life-grid .mh-life-title {
    margin: 0px;
}
/* .mh-life-outer .mh-life-grid .elementor-widget-wrap :hover {
    background-color: #f27422;
} */

.mh-life-outer .mh-life-grid .elementor-widget-wrap:hover h3,
.mh-life-outer .mh-life-grid .elementor-widget-wrap:hover h6,
.mh-life-outer .mh-life-grid .elementor-widget-wrap:hover .elementor-widget-container,
.mh-life-outer .mh-life-grid .elementor-widget-wrap:hover p {
    color: #fff;
}

.mh-benefits-outer {
    padding: 60px 0px;
    background-color: #f5f4fa;
}

.mh-benefits-outer .mh-befefits-grid i {
    font-size: 50px;
    color: #07c4c0;
}

.mh-benefits-outer .mh-befefits-grid .elementor-icon-box-title {
    line-height: inherit;
}

.mh-benefits-outer .mh-befefits-grid .elementor-icon-box-title span {
    line-height: inherit;
    display: block;
}

.befefits-joining-titel {
    margin-bottom: 40px !important;
}

.bredcrum-outer .elementor-widget-wrap {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}
.elementor-element.careers-outer {
    padding: 80px 0px;
}


.awsm-job-listings.awsm-lists {
    display: flex;
    flex-direction: column;
    column-gap: 30px;
    row-gap: 30px;
    border: 0px;
}
.awsm-job-listing-item.awsm-list-item {
    margin-bottom: 0px;
}

.awsm-job-listings.awsm-lists {
    display: flex;
    flex-direction: column;
    column-gap: 30px;
    row-gap: 30px;
    border: 0px;
}

.awsm-list-item .awsm-job-item {
    border: 1px solid #dbdbdb;
}

.awsm-job-item .awsm-job-more span::before,
.awsm-job-item .awsm-job-more {
    color: #f27422;
}

.awsm-job-wrap .awsm-job-item:hover {
    background: #cccccc26 !important;
    -webkit-box-shadow: 0 8px 16px rgb(0 0 0 / 7%) !important;
    box-shadow: 0 8px 16px rgb(0 0 0 / 7%) !important;
    border: 1px solid #dadada !important;
    cursor: pointer;
}





.awsm-job-wrap .awsm-load-more.awsm-load-more-btn {
    cursor: pointer;
    display: inline-block;
    position: relative;
    padding: 12px 34px;
    font-size: 18px;
    font-weight: 400;
    z-index: 1;
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    vertical-align: middle;
    border: none;
    text-align: center;
    text-decoration: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 4px;
    height: auto;
    line-height: normal;
    text-transform: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #07c4c0;
    border: none;
    color: #fff;
}

.awsm-job-wrap .awsm-load-more.awsm-load-more-btn::after {
    display: block;
    position: absolute;
    left: 0px;
    bottom: 0px;
    height: 0px;
    width: 100%;
    z-index: -1;
    content: '';
    color: #000 !important;
    border-radius: 4px;
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    background: #000000;
}

.awsm-job-wrap .awsm-load-more.awsm-load-more-btn:hover:after {
    top: 0%;
    bottom: auto;
    height: 100%;
}

.awsm-row .awsm-jobs-pagination {
    text-align: center;
}



.elementor-section.bfsi-service-content {
    margin: 0px;
    padding: 60px 0px 60px;
}
.elementor-section.bfsi-service-content .elementor-widget-wrap.elementor-element-populated {
    text-align: center;
}

.ekit-wid-con .profile-square-v .profile-card .profile-body {
    padding: 0px !important;
}
.ekit-wid-con .profile-body .profile-title a, 
.ekit-wid-con .profile-body .profile-title {
    padding: 0px !important;
}
.ekit-wid-con .profile-body .profile-title a {
    display: block;
}
.ekit-wid-con .profile-body .profile-title {
    line-height: initial;
}
.ekit-wid-con .profile-body .profile-designation {
    margin-bottom: 20px !important;
}
.ekit-wid-con .profile-square-v .profile-card::before {
    background-color: #07c4c0 !important;
}
.ekit-wid-con .profile-square-v.square-v6 .profile-card::after {
    background-color: #007e7c !important;
}





.elementor-section.bfsi-done-outer {
    background-color: #f2f3f4;
    padding: 50px 0px;
    margin-top: 60px;
}

.elementor-section.bfsi-done-outer .bfsi-done-right {
    padding-left: 40px;
}


.elementor-element.euc-grid-outer {
    padding: 40px 0px 10px;
}

.bfsi-done-right .elementor-widget-elementskit-icon-box .elementskit-infobox {
    padding: 20px !important;
}
.bfsi-done-right .elementskit-infobox {
    column-gap: 25px !important;
}
.bfsi-done-right .elementskit-infobox {
    box-shadow: 0 0 8px 0 #e4e4e4 !important;
}
.elementor-section.subbaner-outer {
    display: flex;
}
.elementor-section.subbaner-outer .elementor-section.elementor-section-boxed>.elementor-container {
    align-items: center;
}