@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none !important;
    list-style: none;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 14px;
}

img {
    max-width: 100%;
}
body {
    max-width: 100%;
    overflow-x: hidden;
}
.btn.focus, .btn:focus {
    box-shadow: none;
}
.row {
    margin-right: -5px;
    margin-left: -5px;
}
.row>[class*=col-] {
    padding-right: 5px;
    padding-left: 5px;
}
.container {
    width: 100%;
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 1300px) {
    .elementor-section.elementor-section-boxed>.elementor-container {
        max-width: 1170px !important;
    }
}

.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-family: 'Poppins', sans-serif;
    font-weight: 700;
    color: #2c5aa7;
    margin: 0px 0 10px;
    line-height: initial;
}

.elementor-section h2 {
    font-size: 60px;
    color: #2c5aa7;
    text-align: center;
}
.home-slider-outer .elementor-column-gap-default .elementor-column-gap-default {
    align-items: center;
}
.home-accouding-outer .elementor-column-gap-default .elementor-column-gap-default {
    align-items: center;
}
.common-outer blockquote p {
    margin-bottom: 0;
}

.common-outer {
    width: 100%;
    padding: 50px 0 50px;
}

.common-outer h1 {
    font-size: 62px;
}

.common-outer ul {
    margin: 20px 0 20px !important;
    padding-left: 20px;
}

.common-outer ol {
    margin: 0 0 0 20px;
}

.common-outer ol li {
    list-style-type: decimal;
}

.common-outer ul li {
    color: #000;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
    display: table;
}
ul li {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    color: #5A5A5A;
    line-height: 28px;
    padding: 0px;
    font-weight: 400;
    margin-bottom: 10px;
    list-style: disc;
}
.common-outer ul li strong {
    font-weight: 700;
}
.mands-middle ul li {
    list-style: none;
}
.mands-middle li span {
    position: relative;
}
.mands-middle li span:before {
    content: "";
    position: absolute;
    left: -18px;
    top: 5px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #5A5A5A;
}
a {
    text-decoration: none !important;
}
a:focus {
    background-color: transparent !important;
}
.common-outer a {
    font-size: 16px;
    color: #000;
}


p {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    color: #5a5a5a;
    line-height: 28px;
    padding: 0px;
    font-weight: 400;
    margin-bottom: 10px;
}

.common-outer p {
    margin: 0 0 15px;
}

::placeholder {
    opacity: 1;
}

.common-title .why-title-img-outer {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    padding-bottom: 40px;
}
.common-title .why-title-img-outer img {
    width: 300px;
    margin-left: 15px;
    margin-top: -15px;
}
.common-title .why-title-img-outer .why-title em {
    font-weight: 400;
    font-size: 66px;
    color: #173753;
}
.common-title .elementor-widget-container {
    text-align: center;
}
.common-title2 {
    text-align: center;
}
.common-title2 h2 {
    font-weight: 700;
    font-size: 40px;
    color: #173753;
    text-align: center;
}
.site-content .ast-container {
    max-width: 100%;
    width: 100%;
    padding: 0px;
    display: block;
}

#ast-scroll-top {
    background-color: #fbb901;
}
#ast-scroll-top:hover{
    background-color: #1c2c7a;
}

/* FORM_validation_css_start */
.wpcf7-not-valid-tip {
    display: none;
}
.wpcf7-not-valid {
    border: 1px solid red !important;
}
.contact-right .wpcf7 form {
    position: relative;
    float: left;
    width: 100%;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    border-color: red;
    color: red;
    text-align: center;
    background-color: #fff;
    padding: 5px 15px;
    width: 90%;
    margin: 0;
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}
.wpcf7 form.sent .wpcf7-response-output {
    margin-bottom: 0px;
    color: #46b450;
    border-color: #46b450;
    margin-bottom: 0px;
    text-align: center;
    padding: 5px 15px;
    background-color: #fff;
    width: 90%;
    margin: 0;
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}


.elementor-button, 
.common-button {
    color: #fff!important;
    border-width: 0px!important;
    border-radius: 5px;
    background-image: linear-gradient(45deg,#2e5ba8  0%,#2e5ba8 100%);
    background-color: #2e5ba8;
    padding: 15px 24px !important;
    position: relative;
    z-index: 999;
    text-align: center;
    border-radius: 50px !important;
    overflow: hidden;
    display: inline-block;
    transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    line-height: initial;
}
.elementor-button span, 
.common-button {
    font-size: 15px;
    font-weight: 400 !important;
    transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
}
.elementor-button::before, 
.common-button::before {
    position: absolute;
    content: '';
    background-color: #fbb901;
    z-index: -1;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    width: 0px;
    height: 100%;
    transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
}
.elementor-button:hover::before, 
.common-button:hover::before {
    width: 100%;
}
.elementor-button:hover span, 
.common-button:hover {
    color: #fff;
}

#main .sub-banner-outer {
    border: 0px;
    padding: 80px 0px 100px;
    background: #2b5ba8;
}
#main .sub-banner-outer:before {
    content: "";
    position: absolute;
    top: 0px;
    background-image: url(../images/white-9.png);
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.1;
    background-attachment: fixed;
    left: 0;
}

.sub-banner-outer h3, 
.sub-banner-outer h3 span {
    font-size: 60px;
    color: #FFFFFF;
    line-height: initial;
    font-style: italic;
    font-weight: 200;
    text-align: left;
}
.sub-banner-outer h3 span {
    font-weight: 700;
}
.sub-banner-outer h2 {
    font-size: 60px;
    color: #FFFFFF;
    font-weight: 600;
    text-align: left;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 70px;
}
.sub-banner-outer h2 span {
    font-size: 60px;
    color: #FFFFFF;
    font-weight: 600;
}
/* NEW_CSS_START */
[data-section="section-header-mobile-trigger"] .ast-button-wrap .mobile-menu-toggle-icon .ast-mobile-svg {
    width: 20px;
    height: 20px;
    fill: #000000;
}
header.sticky {
    position: fixed;
    left: 0px;
    right: 0px;
    top: 0px;
    z-index: 9999;
    -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: #fff;
}



.ast-builder-menu-1 .menu-item:hover > .menu-link, 
.ast-builder-menu-1 .inline-on-mobile .menu-item:hover > .ast-menu-toggle {
    color: #ffcf43;
}

.header-main-layout-1 .main-header-bar  {
    background-color: #fff;
    border: 0px;
    box-shadow: 0px 2px 18px 0px rgb(225 225 225 / 50%);
    transition: box-shadow 300ms ease 0ms;
}
.custom-logo-link img {
    width: 190px;
}
.top_header_outer {
    background-color: #2c5aa7;
    padding: 5px 0px;
}
.top_header_outer .top_header_inner {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: space-between;
}
.top_header_outer .top_header_inner .top_header_left{
    display: flex;
    display: -webkit-flex;
    align-items: center;
    column-gap: 40px;
    row-gap: 20px;
}
.top_header_outer .top_header_inner .top_header_left p {
    margin: 0px;
}
.top_header_outer .top_header_inner .top_header_left p a {
    color: #fff;
}
.top_header_outer .top_header_inner .top_header_left p a i{
    color: #fbb901;
    margin-right: 5px;
}
.top_header_outer .top_header_inner .top_header_right i {
    color: #fbb901;

}
.home-slider-outer  {
    background-image: url(../images/slider10-a.png);
    background-repeat: no-repeat;
    background-position: 653px -155px;
}

.main-header-bar .main-navigation ul li a.menu-link {
    padding: 10px 15px;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 24px;
}
.main-header-bar .main-navigation ul li.signup-highlight-bg {
    line-height: initial !important;
}
.main-header-bar .main-navigation ul li.signup-highlight-bg a.menu-link{
    padding: 12px 20px;
    background-color: #2e5ba8;
    line-height: initial;
    height: auto;
    position: relative;
    overflow: hidden;
    border-radius: 50px;
    color: #fff;
    margin-left: 20px;
}
.main-header-bar .main-navigation ul li.signup-highlight-bg a.menu-link::before {
    content: "";
    width: 10px;
    height: 200px;
    position: absolute;
    left: -50px;
    top: 0;
    margin-top: -20px;
    background: #ffcd3a;
    opacity: .6;
    animation: login-blur 3s infinite;
    animation-delay: 0s;
    animation-delay: 0s;
    animation-delay: 0s;
    transform-origin: top;

}
.main-header-bar .main-navigation ul li.signup-highlight-bg a.menu-link::after {
    content: "";
    width: 20px;
    height: 200px;
    position: absolute;
    left: -20px;
    top: 0;
    margin-top: -20px;
    background: #ffcd3a;
    opacity: .6;
    animation: login-blur 3s infinite;
    animation-delay: 0s;
    animation-delay: 0s;
    animation-delay: 0s;
    transform-origin: top;
}
@keyframes login-blur {
    from {
      transform: translate(0) rotate(45deg);
    }
    to {
      transform: translateX(470px) rotate(45deg);
    }
}
.main-header-bar .main-navigation ul.sub-menu li a.menu-link {
    color: #000;
}
.main-header-bar .main-navigation ul.sub-menu li:hover {
    background-color: #ffcf43;
}
.main-header-bar .main-navigation ul.sub-menu li:hover a, 
.main-header-bar .main-navigation ul li.current-menu-item:hover a.menu-link {
    color: #000 !important;
}
.main-header-bar .main-navigation ul li.menu-item.current-menu-item > .menu-link {
    color: #fff;
}
.home-slider-inner {
    padding: 60px 0px;
}
.main-header-bar .main-navigation ul li.current-menu-item a.menu-link {
    color: #ffcf43 !important;
}
.home-slider-inner .home-slider-left h1 {
    font-weight: 700;
    font-size: 40px;
    line-height: 50px;
}
/* .home-slider-inner .home-slider-left p {
    color: #fff;
} */

.home-why-heal {
    padding: 80px 0px;
    position: relative;
}
.home-why-heal::before {
    position: absolute;
    content: '';
    top: 0px;
    background-image: url(../images/dark-4.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.1;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    background-attachment: fixed;
}
.home-why-heal .home-why-heal-box {
    background-color: #ffffff;
    border-radius: 5px 5px 5px 5px;
    overflow: hidden;
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    box-shadow: 0px 2px 18px 0px rgb(225 225 225 / 50%);
    transition: box-shadow 300ms ease 0ms;
}
.home-why-heal .home-why-heal-box:hover {
    box-shadow: 0px 2px 18px 0px rgb(50 96 171 / 35%);
}
.home-why-heal .elementor-column-gap-default {
    row-gap: 30px;
    column-gap: 30px;
}
.home-why-heal .home-why-heal-box .elementor-widget-heading {
    margin-bottom: 0px;
}
.home-why-heal .home-why-heal-box .elementor-widget-heading h2 {
    font-size: 20px;
    line-height: 28px;
    text-transform: none;
    margin-bottom: 15px;
    color: #2c5aa7;
}
.home-why-heal .home-why-heal-box .elementor-widget-text-editor li {
    list-style: disc;
    text-align: left;
    color: #000;
}

.home-why-heal .home-why-heal-grid  {
    margin-bottom: 30px;
}
.home-why-heal-grid .home-why-heal-box .elementor-widget-image {
    width: 80px;
    margin: 0 auto;
    padding-bottom: 20px;
}
.home-trustedby-outer {
    padding: 60px 0px;
    background: rgb(54,166,184);
    background: -moz-radial-gradient(circle,rgba(54,166,184,1) 0%,rgba(0,137,239,1) 100%);
    background: -webkit-radial-gradient(circle,rgba(54,166,184,1) 0%,rgba(0,137,239,1) 100%);
    background: radial-gradient(circle,rgba(54,166,184,1) 0%,rgba(0,137,239,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#36a6b8",endColorstr="#0089ef",GradientType=1);
}

.home-usecases-outer {
    padding: 40px 0px 60px;
}
.home-usecases-outer .home-casestudy-inner {
    background-color: #f4f9fa;
    padding: 15px;
}
.home-usecases-outer .home-casestudy-content {
    text-align: center;
}
.home-usecases-outer .home-casestudy-content h6 {
    color: #173753;
    font-size: 20px;
    text-align: center;
    padding-top: 20px;
}
/* .home-usecases-outer .home-casestudy-content .common-button {
    padding: 0px !important;
    background-color: transparent;
    background-image: none;
    color: #ed767a !important;
}
.home-usecases-outer .home-casestudy-content .common-button:hover {
    color: #0a8fe6 !important;
}
.home-usecases-outer .home-casestudy-content .common-button::before {
    display: none;
} */
.home-future-outer {
    padding: 80px 0px;
    padding-top: 16px;
    margin-top: 65px;
    background: rgb(37,105,186);
    background: -moz-linear-gradient(90deg,rgba(37,105,186,1) 0%,rgba(11,18,74,1) 34%);
    background: -webkit-linear-gradient(90deg,rgba(37,105,186,1) 0%,rgba(11,18,74,1) 34%);
    background: linear-gradient(90deg,rgba(37,105,186,1) 0%,rgba(11,18,74,1) 34%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2569ba",endColorstr="#0b124a",GradientType=1);
}
.home-future-outer .elementor-column.home-future-right {
    position: absolute;
    right: -10%;
    width: 57%;
    top: -27%;
}
.home-future-outer .home-future-left {
    text-align: center;
    padding: 0px 40px;
}
.home-future-outer .home-future-left h2 {
    color: #fff;
    font-weight: 700;
    font-size: 40px;
    line-height: 55px;
    margin-bottom: 30px !important;
}
.home-future-outer .home-future-left .elementor-widget-text-editor {
    color: #fff;
}
.home-trustedby-logo-grid .elementor-column img {
    width: 160px;
}
.home-trustedby-logo-grid .elementor-column {
    padding: 20px 0px;
}
.home-trustedby-outer .common-title2 h2 {
    color: #fff;
}

.home-customer-outer {
    padding: 60px 0px 70px;
    background: #2b5ba8;
    position: relative;
}
.home-customer-outer::before {
    position: absolute;
    content: '';
    top: 0px;
    background-image: url(../images/White_4.png);
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.1;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    background-attachment: fixed;
}
.home-customer-outer .home-testimonial-inner {
    padding: 50px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 25px;
    position: relative;
    z-index: 999;
    background-color: #fff;
}
.home-customer-outer .home-testimonial-content h6 {
    font-size: 22px;
    font-weight: 400;
    line-height: initial;
}
.home-customer-outer .home-testimonial-content p {
    text-align: center;
}
.home-customer-outer .home-testimonial-content h5 {
    color: #173753;
    font-size: 20px;
    text-align: center;
    margin: 0px;
    padding-top: 0px;
}
.home-customer-outer .common-title2 h2 {
    color: #fff;
}
.home-customer-outer .hometestimonial .owl-item{
    height: 100%;
}
.home-whatwedo-outer {
    padding: 60px 0px 70px;
}

/* HOME-RES-OUTER-CSS-START */

.home-res-outer {
    padding: 60px 0px;
}
.home-res-outer .homeinsights {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 30px;
    row-gap: 30px;
}
.home-res-outer .homeinsights .home-insights-image img {
    width: 100%;
}
.home-res-outer .homeinsights .home-insights-inner {
    width: 31.333%;
    background-color: #f4f9fa;
    padding: 15px;
}
.home-res-outer .homeinsights .home-insights-inner h6 {
    color: #173753;
    font-size: 20px;
    text-align: center;
    padding-top: 20px;
}


/* HOME-DASHBOARD-OUTER-CSS-START */
.home-dashboard-outer .elementor-tabs-content-wrapper {
    border: none !important;
}
.home-dashboard-outer {
    padding: 30px 0px 50px;
    background: rgb(54,166,184);
    background: -moz-radial-gradient(circle,rgba(54,166,184,1) 0%,rgba(0,137,239,1) 100%);
    background: -webkit-radial-gradient(circle,rgba(54,166,184,1) 0%,rgba(0,137,239,1) 100%);
    background: radial-gradient(circle,rgba(54,166,184,1) 0%,rgba(0,137,239,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#36a6b8",endColorstr="#0089ef",GradientType=1);
}
.home-dashboard-outer .common-title2 h2,  
.home-dashboard-outer .common-title2 h2 span {
    color: #fff;
}
.home-dashboard-outer .elementor-tab-title {
    padding: 10px;
    border: 1px solid #ccc !important;
    margin-left: -1px;
    font-size: 16px;
    vertical-align: middle;
    position: relative;
    left: 1px;
    width: 264px;
    display: table;
    border-radius: 5px;
    margin-bottom: 5px;
    cursor: pointer;
    color: #fff !important;
}
.home-dashboard-outer .elementor-tab-title::after {
    display: none !important;
}
.home-dashboard-outer .elementor-tab-content {
    background-color: #fff;
    height: 100%;
}
.home-dashboard-outer .elementor-tab-content .home-tab-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    row-gap: 30px;
    column-gap: 30px;
}
.home-dashboard-outer .elementor-tab-content .home-tab-left h2 {
    color: #333;
    padding-bottom: 5px;
    font-size: 30px;
    position: relative;
}
.home-dashboard-outer .elementor-tab-content .home-tab-left h2::after {
    content: "";
    width: 30%;
    height: 5px;
    background: #0095da;
    position: absolute;
    bottom: -10px;
    left: 0;
}
.home-dashboard-outer .elementor-tab-title.elementor-active {
    background: #1b2b79;
    border-color: #1b2b79 !important;
}

.home-whatwedo-outer .division-map button.map-point-sm {
    background-image: linear-gradient(90deg,#0098b2 0%,#36b88b 100%);
    width: 250px;
    height: 250px;
    display: block;
    position: relative;
    clip-path: polygon(25% 5%,75% 5%,100% 50%,75% 95%,25% 95%,0% 50%);
    -webkit-clip-path: polygon(25% 5%,75% 5%,100% 50%,75% 95%,25% 95%,0% 50%);
    -webkit-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
    margin: 0;
    float: left;
}
.home-whatwedo-outer .division-map button.map-point-sm p {
    color: #fff;
    font-size: 25px;
    font-weight: 600;
    margin: 0px;
}
.home-whatwedo-outer .division-map button.map-point-sm:nth-child(1) {
    background-image: none !important;
    background: transparent;
}
.home-whatwedo-outer .division-map button.map-point-sm:nth-child(2) {
    margin-top: -130px;
    margin-left: -20px;
}
.home-whatwedo-outer .division-map button.map-point-sm:nth-child(3) {
    margin-left: -20px;
    background-image: linear-gradient(90deg,#0098b2 0%,#033f89 100%);
}
.home-whatwedo-outer .division-map button.map-point-sm:nth-child(4) {
    background-image: linear-gradient(90deg,#0098b2 0%,#033f89 100%);
    margin-left: -481px;
    margin-top: 130px;
}
.home-whatwedo-outer .division-map button.map-point-sm:nth-child(1):hover, 
.home-whatwedo-outer .division-map button.map-point-sm:nth-child(2):hover {
    background-image: linear-gradient(90deg,#0098b2 0%,#033f89 100%);
}
.home-whatwedo-outer .division-map button.map-point-sm:nth-child(3):hover, 
.home-whatwedo-outer .division-map button.map-point-sm:nth-child(4):hover {
    background-image: linear-gradient(90deg,#0098b2 0%,#36b88b 100%);
}
.home-whatwedo-outer .hexa-shortcode-outer {
    margin-top: 150px;
}
.home-whatwedo-outer .hexa-shortcode-outer .elementor-shortcode {
    display: grid;
    grid-template-columns: 70% 1fr;
}
.home-whatwedo-outer .inner-basic h4 {
    font-size: 25px;
    color: #000;
    font-weight: 700;
}
.home-whatwedo-outer .inner-basic p {
    line-height: initial;
    font-size: 16px;
    color: #555;
    font-weight: 500;
}
ul.elementskit-navbar-nav.submenu-click-on-icon {
    list-style: none;
    padding: 0;
    margin: 0;
}
ul.elementskit-navbar-nav.submenu-click-on-icon li {
    list-style: none;
    padding: 0;
    margin: 0;
}
ul.elementskit-navbar-nav.submenu-click-on-icon li.menu-contact {
    display: flex;
    align-items: center;
}
/* ul.elementskit-navbar-nav.submenu-click-on-icon li.menu-contact a {
    text-indent: -9999px;
    width: 20px;
    background: url(../images/contact.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
} */
ul.elementskit-navbar-nav.submenu-click-on-icon li span.nav-click{
    display: none;
}
.elementor-24817 .elementor-element.elementor-element-69dca16 ul.elementskit-navbar-nav.submenu-click-on-icon ul {
    padding: 0;
}
.elementor-24817 .elementor-element.elementor-element-69dca16 ul.elementskit-navbar-nav.submenu-click-on-icon li a {
    padding: 5px 14px 5px 14px;
    font-size: 14px;
}
.elementor-24817 .elementor-element.elementor-element-69dca16 ul.elementskit-navbar-nav.submenu-click-on-icon li li:hover a {
    color: #2c5aa7;
    background: #D2EBE9;
}
.ekit-template-content-header .elementor-col-66 {
    width: 80%;
}
.ekit-template-content-header .elementor-col-33 {
    width: 20%;
}
.footer-outer {
    background: linear-gradient(180deg,#2b5ba8 0,#264f8a 40%,#2b5ba8 80%,#2b5ba8 100%);
    background: -webkit-linear-gradient(180deg,#2b5ba8 0,#264f8a 40%,#2b5ba8 80%,#2b5ba8 100%);
    /* background-image: url(https://cdn.healsoftware.ai/wp-content/uploads/2023/01/12065257/footer-bg.png); */
    background-repeat: no-repeat;
    padding-top: 70px;
    background-color: #2b5ba8;
    float: left;
    width: 100%;
}
.footer-outer .footer-top {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}
.footer-outer .footer-top h3 {
    color: #fff;
}
.footer-outer .widget_nav_menu ul li {
    list-style: none;
}
.service-middle p {
    text-align: justify;
}
.footer-outer .widget_nav_menu ul li a {
    color: #ffffff;
    font-weight: 300;
    padding: 5px 0px;
}
.footer-outer .footer-bottom {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    padding: 40px 0px 10px;
}
.footer-outer .footer-bottom .footer-bottom-left {
    color: #fff;
    text-align: center;
    width: 100%;
}
.footer-outer .footer-top-four form input {
    width: 100%;
}
.footer-outer .footer-top-four form input[type="submit"] {
    background-color: #f8c83d;
    color: #000;
    margin-top: 10px;
}
.footer-outer .footer-top-four form input[type="submit"]:hover {
    background-color: #f46065;
    color: #fff;
}
.about-content-outer {
    padding: 70px 0px;
}
.about-content-outer h2, 
.about-leadership-outer h2 {
    font-size: 60px;
    color: #173753;
    text-align: center;
}

.about-leadership-outer {
    padding: 60px 0px;
    background-color: #f9f9f9;
}

.about-leadership-outer .leadership-box {
    text-align: center;
    box-shadow: 0px 2px 18px 0px rgb(225 225 225 / 50%);
    transition: box-shadow 300ms ease 0ms;
    margin: 0 10px 30px;
    padding: 0 0;
    position: relative;
    border-radius: 15px;
}
.about-leadership-outer .leadership-box:hover {
    box-shadow: 0px 2px 18px 0px rgb(50 96 171 / 35%);
}
.about-leadership-outer .leadership-box-img img {
    width: 100%;
    height: 230px;
    border-radius: 10px;
    object-fit: cover;
}
.about-leadership-outer .leadership-box h4 {
    font-size: 20px;
    text-align: center;
    margin-bottom: 10px;
    font-weight: 600;
    color: #2d5aa7;
    /* text-shadow: 0px 2px 3px #aaa; */
}
.about-leadership-outer .leadership-box h4 a{
    font-size: 19px;

}
.about-leadership-outer .leadership-box h6 {
    font-size: 16px;
    color: #000000!important;
    text-align: center;
    font-weight: 400;
    letter-spacing: 0.7px;
}

.about-awards-outer {
    padding: 60px 0px;
}
.about-awards-outer h2 {
    font-size: 60px;
    color: #173753;
    text-align: center;
}

.about-awards-outer .about-award-box {
    border-right: 2px solid #ddd;
    margin: 20px 0px;
}
.about-awards-outer .about-award-box img {
    width: 200px;
    height: 200px;
    object-fit: contain;
}

.about-investor-outer h2 {
    font-size: 46px;
    color: #49BEAA!important;
    line-height: 55px;
    text-align: center;
}
.about-investor-outer-bottom .elementor-container {
    background: #ed767a;
    align-items: center;
    padding: 20px;
}
.about-investor-outer-bottom .elementor-widget-text-editor .elementor-widget-container {
    color: #fff;
    padding-left: 50px;
    border-left: 2px solid #fff;
}

.jobs-content  {
    padding: 60px 0px;
}
.jobs-grid-outer {
    padding: 20px 0px 0px;
}
.jobs-grid-outer .awsm-grid-item a {
    background: transparent;
    border-radius: 26px;
    border: 1px solid #707070;

    margin-bottom: 30px;
    -webkit-box-shadow: 0 1px 4px 0 rgb(0 0 0 / 5%);
    box-shadow: 0 1px 4px 0 rgb(0 0 0 / 5%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-grow: 1;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.jobs-grid-outer .awsm-job-more-container {
    padding-top: 15px;
    color: #000;
    display: block;
}

.jobs-grid-outer .awsm-job-item:hover {
    box-shadow: 6px 10px #2c5aa7;
    background: transparent;
}
.elementor-section.about-leadership-outer.leadership-white {
    background-color: #fff;
}
.career-points-outer .elementor-column-gap-default {
    column-gap: 20px;
    row-gap: 20px;
}

.career-points-outer .career-points-left, 
.career-points-outer .career-points-right {
    text-align: center;
    background-color: #f0f8db;
    padding: 30px;
    margin-bottom: 20px;
    border-radius: 20px;
    border-top: 5px solid #fdd666;
    transition: .5s ease-in-out;
    -webkit-transition: .5s ease-in-out;
}
.career-points-outer .career-points-left:hover, 
.career-points-outer .career-points-right:hover {
    background-color: #fff;
    border-color: #ed767a;
}
.career-points-outer .career-points-left img, 
.career-points-outer .career-points-right img {
    width: 150px;
    height: 150px;
    object-fit: contain;
}
.career-points-outer .career-points-left h3, 
.career-points-outer .career-points-right h3 {
    color: #173753;
}
.career-feature-outer, 
.career-points-outer {
    background-color: #f9f9f9;
}
.career-feature-outer {
    padding-top: 50px;
}
.career-points-outer {
    padding-top: 30px;
    padding-bottom: 50px;
}
.career-feature-outer .career-feature-img img {
    padding: 50px;
    background-color: #fff;
}
.career-feature-outer .career-feature-title p {
    text-align: center;
}


/* Partner_css_start */
.why-partner-outer {
    padding: 70px 0px;
}
.why-partner-outer .why-partner-left {
    padding-right: 50px;
}
.why-partner-outer .why-partner-left ul {
    padding-left: 18px;
}
.why-partner-outer .why-partner-left ul li {
    list-style: disc;
    padding-bottom: 15px;
}
.why-partner-right form {
    background-color: #071d2d;
    position: relative;
    padding-top: 30px;
    padding-right: 25px;
    padding-bottom: 40px;
    padding-left: 40px;
    margin-top: 0px;
    box-shadow: 14px 14px 15px 0px rgba(0,0,0,0.3);
}
.why-partner-right form ul {
    padding: 0px;
}

.partner-top-logo-outer .career-feature-title .elementor-widget-container {
    text-align: center;
}
/* .partner-top-logo-outer {
    padding: 60px 0px;
    background-color: #f9f9f9;
} */
.elementor-section.partner-top-logo-section .elementor-container {
    /* background-color: #000; */
    padding: 50px;
    border-radius: 25px 25px 25px 25px;
    overflow: hidden;
    border-width: 1px;
    border-color: #FFFFFF;
    border: 1px solid #333;
    box-shadow: 0 0 50px 0 rgb(204 204 204 / 55%);
    margin: 40px auto 60px;
}
.partner-top-logo-section .partner-top-logo-section-left {
    border-right: 1px solid #333;
    padding-right: 35px;
}
.partner-top-logo-section .partner-top-logo-section-left .elementor-widget-image {
    text-align: left;
}
.partner-top-logo-section .partner-top-logo-section-left h3 {
    text-align: left;
}
.partner-top-logo-section .partner-top-logo-section-left ul {
    padding-left: 18px;
}
.partner-top-logo-section .partner-top-logo-section-left ul li {
    list-style: disc;
    padding-bottom: 15px;
}
.partner-top-logo-section .partner-logo-top .elementor-element-populated {
    display: grid !important;
    grid-template-columns: 1fr 1fr 1fr;
}
.partner-top-logo-section .partner-logo-top .elementor-widget-image {
    min-height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.partner-top-logo-section .partner-logo-top .elementor-widget-image img {
    height: 100px;
    width: 150px;
    object-fit: contain;
}
.home-blog-outer {
    padding: 70px 0px;
}
.home-blog-outer .element-list-outer {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    column-gap: 30px;
    row-gap: 30px;
    justify-content: center;
}
.home-blog-outer .element-list {
    width: 31.333%;
    border-radius: 37px 37px 37px 37px;
    overflow: hidden;
    border-width: 0px;
    text-align: center;
    background-image: url(../images/slide-bg.png);
    background-color: transparent;
    border: 0px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.home-blog-outer .blog_content {
    text-align: center;
}
.home-blog-outer .blog_content h3 a {
    color: #fff;
    font-size: 20px;
    line-height: initial;
    text-align: center;
}
.home-blog-outer .blog_content {
    padding: 30px 20px 30px;
}
.home-blog-outer .blog_content .blog_read_more {
    color: #fdd666;
    display: block;
    padding-top: 10px;
}
.home-blog-outer .blog_content .blog_read_more:hover {
    text-decoration: underline;
}
.home-blog-outer .blog_img {
    position: relative;
    overflow: hidden;
    transition: .5s ease-in-out;
    -webkit-transition: .5s ease-in-out;
}
.home-blog-outer .blog_img a {
    display: block;
}
.home-blog-outer .blog_img p {
    position: absolute;
    bottom: 0px;
    background-color: #f46065;
    margin: 0px;
    right: 0px;
    padding: 0px 15px;
    color: #fff;
}
.home-blog-outer .blog_img img {
    height: 250px;
    width: 100%;
    object-fit: cover;
    transition: .5s ease-in-out;
    -webkit-transition: .5s ease-in-out;
}
.home-blog-outer .element-list:hover img {
    transform: scale(1.1);
}
.home-blog-outer .pagination {
    width: 100%;
    text-align: center;
    margin-top: 30px;
}
.home-blog-outer .pagination .page-numbers{
    width: 50px;
    height: 50px;
    display: inline-block;
    line-height: 50px;
    background: #f4f4f4;
    border-radius: 50px;
    color: #000;
    transition: .5s ease-in-out;
    -webkit-transition: .5s ease-in-out;
}
.home-blog-outer .pagination .page-numbers.current, 
.home-blog-outer .pagination .page-numbers:hover {
    background: #f46065;
    color: #fff;
}

.partner-join-outer  {
    text-align: center;
    padding: 30px 0px;
}
.partner-join-outer h2 {
    color: #fff;
    margin: 0px;
}

.events_outer.custom-newsletter-outer {
    padding: 80px 0px;
}
.events_outer .event-list {
    display: flex;
    display: -webkit-flex;
    width: 100%;
    box-shadow: 4px 3px 5px #ccc;
    border-radius: 10px;
    overflow: hidden;
    transition: .5s ease-in-out;
    -webkit-transition: .5s ease-in-out;
}
.events_outer .event-list:hover {
    box-shadow: none;
    background-color: #f4f9fa;
}
.events_outer .event-list .events_img{
    width: 25%;
    background: #d9d9d9;
}
.events_outer .events_img img {
    width: 100%;
    height: 100%;
}
.events_outer .event-list .events_content {
    padding: 20px 40px;
    width: 75%;
    transition: all .2s ease;
    /* box-shadow: 4px 3px 5px #ccc;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px; */
}
.events_outer .events_content .event_content_hover {
    margin-bottom: 20px;
}
.events_outer .event-item {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    row-gap: 35px;
}


.home-counter-outer{
    background-color: #F5F9FF;
    padding: 70px 0px;
    position: relative;
}
.home-counter-outer::before {
    position: absolute;
    content: '';
    background-image: url(../images/1-2.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 136px;
    height: 294px;
    right: 0px;
    top: -30%;
}
.home-counter-outer .home-counter-grid .elementor-counter-number, 
.home-counter-outer .home-counter-grid .elementor-counter-number-suffix {
    font-size: 50px;
    font-weight: 700;
    color: #ffcf43;
}
.home-counter-outer .elementor-container {
    column-gap: 20px;
    row-gap: 20px;
}
.home-counter-outer .home-counter-grid {
    background-color: #fff;
}
.home-modeling-outer {
    background-color: #2b5ba8;
    padding: 30px 0px;
    position: relative;
}
.home-modeling-outer::before {
    position: absolute;
    content: '';
    top: 0px;
    background-image: url(../images/white-9.png);
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.1;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    background-attachment: fixed;
}
.home-modeling-outer .home-modeling-content h3 {
    color: #ffcf43;
}
.home-modeling-outer .home-modeling-content p {
    color: #fff;
}
.home-modeling-outer .home-modeling-content ul {
    padding-left: 20px;
}
.home-modeling-outer .home-modeling-content ul li {
    color: #fff;
}
.home-accouding-toogle .elementor-accordion .elementor-accordion-item {
    border: 0px solid #d5d8dc;
}
.home-accouding-outer {
    padding: 50px 0px 70px;
}
.home-accouding-outer .elementor-accordion-icon, 
.home-accouding-outer .elementor-accordion-title {
    color: #2e5ba8 !important;
}
.home-logo-outer{
    background-color: #F5F9FF;
    padding: 40px 0px 50px;
}
body .site .site-content ul {
    margin-left: 10px;
    float: left;
    width: 100%;
}
body .site .site-content ul li {
    position: relative;
    float: left;
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0 0 0 25px;
}
body .site .site-content ul li:before {
    position: absolute;
    content: "";
    left: 0;
    top: 12px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #5A5A5A;
}

body .site .site-content .service-left ul {
    padding: 0;
    margin: 0;
}
body .site .site-content .service-left ul li {
  list-style: none;
    border-bottom: 1px solid #d5d8dc;
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}
body .site .site-content .service-left ul li:before {
    display: none;
}
body .site .site-content .home-modeling-outer .home-modeling-content ul li {
    color: #fff;
    padding: 0;
    list-style: initial;
}
body .site .site-content .home-modeling-outer .home-modeling-content ul li:before {
display: none;
}
.home-logo-outer .swiper-slide-inner img {
    width: 90%;
    background: #fff;
    padding: 0px 30px;
}
.home-logo-outer .swiper-pagination {
    margin-top: 20px;
}
.top_menu-head {
    display: table;
    width: 100%;
    background: #fff;
}
.menu_outer .header_logo {
    float: left;
    width: 25%;
}
.menu_outer .header_logo a {
    float: left;
    width: 250px;
    padding: 16px 0;
}
.menu_outer .header_resp_section {
    float: right;
    width: 67%;
    padding: 40px 0;
}
.top_menu-head header #mega-menu-wrap-primary ul#mega-menu-primary li a.mega-menu-link {
    color: #253452;
}
.top_menu-head header #mega-menu-wrap-primary ul#mega-menu-primary li a.mega-menu-link:hover, .top_menu-head header #mega-menu-wrap-primary ul#mega-menu-primary li a.mega-menu-link:focus {
    background: transparent;
    color: #2c5aa7;
}
.top_menu-head header #mega-menu-wrap-primary ul#mega-menu-primary li a.mega-menu-link span:after {
    color: #2c5aa7;
}
.top_menu-head header #mega-menu-wrap-primary ul#mega-menu-primary li.mega-toggle-on a.mega-menu-link {
    background: transparent;
    color: #2c5aa7;
}
.top_menu-head header #mega-menu-wrap-primary ul#mega-menu-primary li.mega-menu-item.mega-current-menu-item a.mega-menu-link, .top_menu-head header #mega-menu-wrap-primary ul#mega-menu-primary li.mega-menu-item.mega-current-menu-ancestor a.mega-menu-link, .top_menu-head header #mega-menu-wrap-primary ul#mega-menu-primary li.mega-menu-item.mega-current-page-ancestor a.mega-menu-link {
    color: #2c5aa7;
    background: transparent;
}
.top_menu-head header #mega-menu-wrap-primary ul#mega-menu-primary li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item.mega-current-menu-item a.mega-menu-link {
    background: #ddd;
    color: #666;
}
.menu_outer #mega-menu-wrap-primary {
    background: transparent;
}
.top_menu-head header #mega-menu-wrap-primary ul#mega-menu-primary li.mega-current-menu-item a.mega-menu-link {
    color: #2c5aa7;
    background: transparent;
}
/*faq*/
.faq-outer .elementor-accordion {
    text-align: left;
    margin: 40px 0;
}
.faq-outer .elementor-accordion .elementor-accordion-item {
    border: 0px solid #d5d8dc;
    margin: 0 0 35px;
    box-shadow: 0px 2px 18px 0px rgb(50 96 171 / 35%);
    transition: box-shadow 300ms ease 0ms;
    border-radius: 7px;
}
.faq-outer .elementor-accordion .elementor-tab-title.elementor-active {
    background: #2d5aa7;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.faq-outer .elementor-widget-accordion .elementor-active .elementor-accordion-icon, .faq-outer .elementor-widget-accordion .elementor-active .elementor-accordion-title {
    color: #fff;
}
.faq-outer .elementor-widget-accordion .elementor-accordion-icon, .faq-outer .elementor-widget-accordion .elementor-accordion-title {
    color: #2d5aa7;
}
/*end of faq*/
.footer-social-div {
    background-color: #D2EBE9;
    padding: 40px 0px;
    float: left;
    width: 100%;
}
.footer-social-div h3 {
    margin: 0px;
}
.footer-social-div .footer-social-div-inner {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    margin: 0px;
}
.footer-social-div .footer-right .footer-social-icon img {
        width: 24px;
    margin-bottom: 3px;
}

.footer-right {
    margin-left: 10px;
}

.footer-outer .widget p {
    color: #fff;
}

.mands-middle img {
    width: 35%;
}

/* services */
section.sub_banner_outer.sub-banner-outer {
  padding: 80px 0px 100px;
    background: #2b5ba8;
    position: relative;
    display: table;
    width: 100%;
}
section.sub_banner_outer.sub-banner-outer:before {
    content: "";
    position: absolute;
    top: 0px;
    background-image: url(../images/white-9.png);
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.1;
    background-attachment: fixed;
    left: 0;
}
section.sub_banner_outer.sub-banner-outer ul.thm-breadcrumb {
    list-style: none;
    margin: 0;
}
section.sub_banner_outer.sub-banner-outer ul.thm-breadcrumb li {
        list-style: none;
    margin: 0;
    padding: 0;
    float: none;
}
section.sub_banner_outer.sub-banner-outer ul.thm-breadcrumb li:before {
display: none;
}
section.service-outer {
    float: left;
    width: 100%;
    margin: 50px 0 20px;
}
.service-left {
    float: left;
    width: 20%;
}
.service-left h2 {
    font-size: 24px;
    color: #191c1f;
    margin: 0 0 15px;
}
.service-left ul {
    padding: 0;
    margin: 0;
}
.service-left ul li {
    list-style: none;
    border-bottom: 1px solid #d5d8dc;
    float: left;
    width: 100%;
    margin: 0;
}
.service-left ul li:nth-child(2n) {
    display: none;
}
.service-left ul li a {
    color: #2d5aa7;
    font-weight: 700;
    width: 100%;
    float: left;
    padding: 6px 10px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
.service-left ul li a.active, .service-left ul li a.focus {
    background: #2d5aa7 !important;
    color: #fff;
}
.service-left ul li a:hover {
    background: #2d5aa7 !important;
    color: #fff;
}
.service-right {
    float: right;
    width: 76%;
}
section.service-casestudy-outer {
    float: left;
    width: 100%;
    margin: 50px 0;
}
.service-casestudy-grid {
    float: left;
    width: 100%;
    background-color: #f4f9fa;
    padding: 15px;
    margin: 0;
}
.service-top {
    float: left;
    width: 100%;
    margin: 0 0 15px;
}
.home-counter-icon .elementor-icon i {
    font-size: 60px;
    padding-top: 12px;
    color: #2c5aa7;
}
.service-top .service-top-left {
    float: left;
    width: 20%;
    margin-right: 20px;
}
/* .service-top .service-top-right {
    float: right;
    width: 77%;
} */
.service-top-right h2 {
    font-size: 26px;
    color: #191c1f;
    margin: 0;
}
.service-top-right h3 {
    font-size: 15px;
    font-weight: 600;
    padding-left: 1px;
}
.service-top-right ul {
    margin: 0;
    padding-left: 10px;
}
.service-middle {
    float: left;
    width: 100%;
}
.service-bottom {
	margin-top: 20px;
    float: left;
    width: 100%;
}
.service-bottom ul {
    margin-left: 10px;
    float: left;
    width: 100%;
}
.service-bottom h3 {
    text-transform: capitalize;
    font-size: 26px;
    color: #191c1f;
}
.service-casestudy-grid p {
    margin: 15px 0 15px;
    float: left;
    width: 100%;
}
.service-casestudy-grid p a {
    color: #173753;
    font-size: 18px;
    text-align: center;
    padding-top: 0;
    font-weight: 600;
    float: left;
    width: 100%;
}
.service-casestudy-grid a.insight-read-more {
    font-size: 15px;
    font-weight: 400;
    background-color: #2d5aa7;
    padding: 10px 40px;
    position: relative;
    text-align: center;
    border-radius: 50px;
    overflow: hidden;
    display: table;
    color: #fff;
    margin: 10px auto;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    cursor: pointer;
}
.service-casestudy-grid a.insight-read-more:hover {
    background-color: #fbb901;
}
section.service-casestudy-outer h2 {
    text-transform: capitalize;
    font-size: 40px;
    color: #173753;
    font-weight: 700;
    display: table;
    margin: 0 auto 20px;
}
.home-accouding-title h2 {
    font-weight: 700;
    font-size: 40px;
    color: #173753;
    text-align: left;
}
.service-top-right li {
    position: relative;
    float: left;
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0 0 0 25px;
}
.service-top-right li:before {
content: "";
    position: absolute;
    left: 0;
    top: 12px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #5A5A5A;
}
.service-bottom li {
    position: relative;
    float: left;
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0 0 0 25px;
}
.service-bottom li:before {
  content: "";
    position: absolute;
    left: 0;
    top: 12px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #5A5A5A;
}

.service-sidebar-img {
    float: left;
    width: 100%;
    margin-top: 20px;
}
/* end of services */
/* carrer */
.jobs-grid-outer .service-casestudy-outer h2.elementor-heading-title {
    text-transform: capitalize;
    font-size: 38px;
    color: #191c1f !important;
    display: table;
    margin: 0 auto 20px;
}
form .awsm-selectric span.label {
    padding: 0 0 0 10px;
}
.awsm-job-item h2.awsm-job-post-title {
    color: #2c5aa7;
}
/* form .awsm-selectric {
    border-radius: 50px;
} */
/* end of carrer */
/* casestudy */
.casestudy-page-left {
    float: left;
    width: 25%;
}
.casestudy-page-right {
    float: left;
    width: 75%;
}
.service-casestudy-grids {
    float: left;
    width: 31.8%;
    background-color: #f4f9fa;
    padding: 15px;
    margin-right: 20px;
    margin-bottom: 20px;
}
.service-casestudy-grids:nth-child(3n) {
    margin-right: 0;
}
.casestudy-page-right .service-casestudy-grids a {
    color: #173753;
    font-size: 20px;
    text-align: center;
    font-weight: 600;
    width: 100%;
    float: left;
    padding: 15px 0 0;
    margin: 0 0 15px;
}
.casestudy-page-right .service-casestudy-grids a.insight-read-more {
    color: #fff;
    background-color: #2e5ba8;
    max-width: 130px;
    width: 100%;
    padding: 7px 14px;
    position: relative;
    z-index: 999;
    text-align: center;
    border-radius: 50px;
    transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    line-height: initial;
    font-size: 14px;
    font-weight: 400;
    display: table;
    margin: 0 auto;
    float: none;
    overflow: hidden;
}
.service-casestudy-grids a.insight-read-more::before {
    position: absolute;
    content: '';
    background-color: #fbb901;
    z-index: -1;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    width: 0px;
    height: 100%;
    border-radius: 50px;
    transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
}
.service-casestudy-grids a.insight-read-more:hover::before {
    width: 100%;
}
.casestudy-page-left h3 {
    font-size: 24px;
    color: #191c1f;
}
.casestudy-page-left ul {
    margin: 0;
    padding-left: 10px;
}
.casestudy-page-left ul li {
    position: relative;
    float: left;
    width: 100%;
    list-style: none;
    margin: 0 0 10px;
    padding: 0 0 0 25px;
}
.casestudy-page-left ul li:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #5A5A5A;
}
.service-casestudy-grids:nth-child(3n+1) {
    clear: left;
}
nav.pagination .page-numbers {
    width: 35px;
    height: 35px;
    float: left;
    background-color: #f4f9fa;
    margin: 0 6px 0 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}
nav.pagination .page-numbers:focus {
    background-color: #f4f9fa !important;
}
nav.pagination .page-numbers.current {
    background-color: #2e5ba8;
    color: #fff;
}
nav.pagination {
    display: table;
    margin: 0 auto;
    clear: both;
}
/* casestudy */
.poster-main-outer .casestudy-page-right {
    float: left;
    width: 100%;
}
.poster-main-outer .casestudy-page-right .service-casestudy-grids {
    width: calc((100% - 20px * 3) / 3);
    margin-right: 20px;
    box-shadow: 0px 2px 18px 0px rgb(225 225 225 / 50%);
    transition: box-shadow 300ms ease 0ms;
    background: #fff;
}
.poster-main-outer .service-casestudy-grids:nth-child(3n+1) {
    clear: initial;
}
.poster-main-outer .service-casestudy-grids:nth-child(3n) {
    margin-right: 20px;
}
/* .poster-main-outer .service-casestudy-grids:nth-child(4n) {
    margin-right: 0;
} */
.service-casestudy-grids img {
    height: 200px;
    object-fit: contain;
}
.case-stydy-back.casestudy-center {
    margin: 0 auto;
}
.poster-title-outer p {
    color: #173753;
    font-size: 15px;
    text-align: center;
    font-weight: 500;
    width: 100%;
    float: left;
    padding: 15px 0 0;
    margin: 0 0 15px;
}
.poster-main-outer .casestudy-page-right .service-casestudy-grids a {
    color: #fff;
    cursor: pointer;
    border: 2px solid #2e5ba8;
    background: #2e5ba8;
    padding: 5px 0;
    border-radius: 50px;
    font-size: 17px;
    font-weight: 600;
    width: 75%;
    margin: 0 auto 20px;
    display: table;
    float: none;
    position: relative;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
.poster-main-outer .casestudy-page-right .service-casestudy-grids a:hover {
    background: transparent;
    color: #2e5ba8;
}
.pressrelease {
    display: table;
    width: 100%;
    margin: 50px 0;
}
.pressrelease p {
    text-align: center;
    margin: 0 0 20px;
}
.pressrelease img {
    display: table;
    margin: 0 auto 30px;
}
.pressrelease button {
    display: table;
    margin: 0 auto;
    border-radius: 50px;
    background-image: linear-gradient(45deg,#2e5ba8 0%,#2e5ba8 100%);
    padding: 15px 24px !important;
    position: relative;
    z-index: 999;
    text-align: center;
    transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    line-height: initial;
    overflow: hidden;
}
.pressrelease button::before {
    position: absolute;
    content: '';
    background-color: #fbb901;
    z-index: -1;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    width: 0px;
    height: 100%;
    transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
}
.pressrelease button:hover::before {
    width: 100%;
}
.mands-middle {
    display: table;
}
.mands-middle h2 {
    margin: 25px 0 10px;
    display: table;
    width: 100%;
}
/* contact */
section.elementor-element.contact-outer {
    margin: 50px 0 50px;
}
.elementor-column.contact-left h3 {
    font-size: 24px;
    color: #191c1f;
    font-weight: 700;
}
.elementor-column.contact-left ul.elementor-icon-list-items li {
    list-style: none;
    padding: 0;
}
.elementor-column.contact-left ul.elementor-icon-list-items li:before {
display: none;
}
body .site .site-content .elementor-column.contact-right ul li:before {
display: none;
}
body .site .site-content .elementor-column.contact-right ul {
    list-style: none;
    margin: 0;
    padding: 48px 48px 48px 48px;
    background-color: #fff;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0px 5px 25px 0px rgb(0 0 0 / 10%);
    float: left;
    width: 100%;
}
body .site .site-content .elementor-column.contact-right ul li {
    padding: 0;
    margin-bottom: 10px;
}
.elementor-column.contact-right ul {
    list-style: none;
    margin: 0;
    padding: 48px 48px 48px 48px;
    background-color: #fff;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0px 5px 25px 0px rgb(0 0 0 / 10%);
    float: left;
    width: 100%;
}
.elementor-column.contact-right ul li {
    list-style: none;
    float: left;
    width: 47%;
}
.elementor-column.contact-right ul li:nth-child(2n) {
    float: right;
}
.elementor-column.contact-right ul li.lastname {
    width: 100%;
}
.elementor-column.contact-right ul li.textarea {
    width: 100%;
}
.elementor-column.contact-right ul li.textarea textarea {
    height: 140px;
    float: left;
    width: 100%;
}
.elementor-column.contact-right ul li p {
    margin-bottom: 0;
    position: relative;
}
.elementor-column.contact-right ul li input.wpcf7-submit {
    color: #fff;
    background-color: #2e5ba8;
    max-width: 130px;
    width: 100%;
    padding: 7px 14px;
    position: relative;
    z-index: 999;
    text-align: center;
    border-radius: 50px;
    transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    line-height: initial;
    font-size: 14px;
    font-weight: 400;
    display: table;
    margin: 0 auto;
    float: none;
    overflow: hidden;
}
.elementor-column.contact-right ul li input.wpcf7-submit:hover {
    background-color: #fbb901;
}
.contact-right ul input.wpcf7-form-control {
    border-radius: 5px;
}
.elementor-column.contact-right ul li.scasend {
    width: 100%;
}
.contact-right ul li.scasend .wpcf7-spinner {
    position: absolute;
    right: 0;
    bottom: 0;
}
/* end of contact */
.mands-right {
    float: right;
    width: 100%;
}
section.mands-stages-outer {
    display: table;
    margin: 0 0 15px;
    width: 100%;
}
.mands-right ul.mands-top-top {
    margin: 0;
}
.mands-right ul.mands-top-top li {
    float: left;
    list-style: none;
    position: relative;
    margin: 0 10px 20px 0;
    width: calc((100% - 10px * 3) / 4);
    box-shadow: 0px 2px 18px 0px rgb(225 225 225 / 50%);
    transition: box-shadow 300ms ease 0ms;
    padding: 15px 15px 25px;
    text-align: center;
}
.mands-right ul.mands-top-top li:hover {
    box-shadow: 0px 2px 18px 0px rgb(50 96 171 / 35%);
}
.mands-right ul.mands-top-top li img {
    width: 100px;
    display: table;
    margin: 0 auto 25px;
}
/* .mands-right ul.mands-top-top li:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
    border-radius: 15px;
} */
.mands-right ul.mands-top-top li a {
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    background-color: #2e5ba8;
    width: auto;
    padding: 6px 25px;
    position: relative;
    z-index: 999;
    text-align: center;
    border-radius: 50px;
    overflow: hidden;
    transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    margin: 15px auto 0;
    display: table;
}
.mands-right ul.mands-top-top li a:hover, .mands-right ul.mands-top-top li a:focus {
    background-color: #fbb901 !important;
}
.mands-right ul.mands-top-top li:nth-child(4n) {
    margin-right: 0;
}
.mands-stages-common .mands-stages-left {
    float: left;
    width: 30%;
    margin-right: 20px;
}
.mands-stages-common h3 {
    font-size: 22px;
    color: #191c1f;
    margin: 0 0 10px;
}
.mands-stages-common {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    float: right;
}
.mands-stages-common .mands-stages-right {
    float: right;
    width: 67%;
}
.mands-stages-right ul {
    list-style: none;
    margin: 0 0 0 10px;
}
.mands-stages-right ul li {
    list-style: none;
    margin: 0 0 14px;
    position: relative;
    padding: 0 0 0 20px;
}
.mands-stages-right ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 12px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #5A5A5A;
}
section.elementor-section.vantage-points-new-outer {
    margin: 30px 0 0;
}
section.elementor-section.vantage-points-new-outer h3 {
    font-size: 20px;
}
section.elementor-section.vantage-points-new-outer ul {
    padding: 0 0 0 17px;
}
section.elementor-section.vantage-points-img .elementor-container {
    max-width: 1140px;
}
section.elementor-section.vantage-points-img .elementor-container .elementor-element-populated {
    padding: 0;
}
section.elementor-section.vantage-points-img img {
    width: 100%;
}
section.elementor-section.vantage-points-new-outer strong {
    font-weight: 400;
    color: #5a5a5a;
}
section.elementor-section.vantage-point-grid {
    margin: 0 0 30px;
}
section.elementor-section.vantage-points-img {
    margin: 0 0 15px;
}
section.elementor-section.vantage-points-content p {
    margin: 0 0 20px;
}
.vantage-point-grid .elementor-column.vantage-grid-common {
    padding: 0 10px;
}

.case-stydy-back a:focus {
    background-color: #2e5ba8 !important;
}
.case-stydy-back {
    display: table;
}
.elementor-column.contact-left ul li span.elementor-icon-list-icon {
    display: none;
 }
 .elementor-column.contact-left ul li span.elementor-icon-list-text {
     position: relative;
     display: table;
     padding-left: 30px;
     font-size: 15px;
 }
 .elementor-column.contact-left ul li span.elementor-icon-list-text:before {
     content: "";
     position: absolute;
     left: 0;
     top: 50%;
     transform: translateY(-50%);
     background: url(../images/mail.png);
     background-position: center;
     background-repeat: no-repeat;
     background-size: contain;
     width: 20px;
 height: 20px;
 }
.case-stydy-back a {
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    background-color: #2e5ba8;
    width: auto;
    padding: 6px 25px;
    position: relative;
    z-index: 999;
    text-align: center;
    border-radius: 50px;
    overflow: hidden;
    transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    margin: 15px 0 0;
    display: table;
}


.vantage-point-grid .elementor-column.vantage-grid-common .elementor-element-populated {
    background-color: #ffffff;
    border-radius: 5px 5px 5px 5px;
    overflow: hidden;
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    box-shadow: 0px 2px 18px 0px rgb(225 225 225 / 50%);
    transition: box-shadow 300ms ease 0ms;
}
.vantage-point-grid .elementor-column.vantage-grid-common h5 {
    text-align: center;
    font-size: 23px;
    color: #1e293b;
}
.vantage-point-grid .elementor-column.vantage-grid-common p {
    text-align: center;
}
section.elementor-section.expertise-dev-outer .elementor-container {
    background-color: #ffffff;
    border-radius: 5px 5px 5px 5px;
    overflow: hidden;
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    box-shadow: 0px 2px 18px 0px rgb(225 225 225 / 50%);
    transition: box-shadow 300ms ease 0ms;
}
section.elementor-section.expertise-dev-outer {
    margin: 0 0 30px;
}
section.elementor-section.expertise-dev-outer h2 {
    text-align: center;
    font-size: 23px;
    color: #1e293b;
}
section.elementor-section.expertise-dev-outer p {
    text-align: center;
}
section.elementor-section.expertise-dev-outer {
    text-align: center;
}
section.elementor-section.vantage-point-increase {
    margin: 0 0 20px;
}
section.elementor-section.vantage-point-increase .elementor-element-populated {
    padding: 0;
}
section.elementor-section.vantage-point-increase img {
    width: 100%;
}
section.elementor-section.impact-drug-outer {
    margin: 0 0 20px;
}
section.elementor-section.impact-drug-outer h3 {
    font-size: 20px;
}
section.elementor-section.impact-drug-outer p {
    margin: 0 0 15px;
}
section.mobile-about-bg.custom-single-blog {
    border: 0px;
    padding: 80px 0px 100px;
    background: #2b5ba8;
    position: relative;
}
section.mobile-about-bg.custom-single-blog:before {
    content: "";
    position: absolute;
    top: 0px;
    background-image: url(../images/white-9.png);
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.1;
    background-attachment: fixed;
    left: 0;
}
section.mobile-about-bg.custom-single-blog ul li {
    font-size: 60px;
    color: #FFFFFF !important;
    font-weight: 600;
    text-align: left;
    list-style: none;
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 70px;
    line-height: initial;
}
section.mobile-about-bg.custom-single-blog li {
    display: none;
}
.blog_single_outer.entry-content {
    display: table;
    margin: 0px auto;
    width: 100%;
}
.blog_single_outer.entry-content .single_list_content figure, 
.blog_single_outer.entry-content .single_list_content img {
    width: 100% !important;
}
.blog_single_outer.entry-content .single_author_info {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    align-items: center;
    
}
.blog_single_outer.entry-content .single_author_info h3 {
    width: 100%;
}
.blog_single_outer.entry-content .single_author_left img {
    height: 50px;
    border-radius: 50%;
}
.blog_single_outer.entry-content .single_author_right h3 {
    margin: 0px;
    padding-left: 10px;
}
.blog_single_outer.entry-content .single_author_right h4, 
.blog_single_outer.entry-content .single_author_right .single-desc {
    display: none;
}

.back_btn_singleblog {
    width: 100% !important;
    max-width: 1170px;
    margin-left: auto !important;
    margin-right: auto !important;
}
.service-top-img {
    display: table;
    margin: 20px 0 0;
    background: #f4f6fd;
    width: 70%;
    padding: 40px;
}
.service-top-right {
    width: 77%;
    display: table;
}
ul.elementskit-navbar-nav.submenu-click-on-icon li.menu-contact a.ekit-menu-nav-link.menu-link {
    width: auto;
    height: 40px;
    background-image: url(../images/contact.png);
    background-position: left 10px center;
    background-repeat: no-repeat;
    background-size: 29px;
    background-color: #2e5ba8;
    padding: 0 15px 0 48px;
    color: #fff;
    border-radius: 5px;
}
.oncology-outer.service-top-right {
    width: 100%;
    display: table;
}
ul.elementskit-navbar-nav.submenu-click-on-icon li.menu-contact a.ekit-menu-nav-link.menu-link:focus {
    background-color: #2e5ba8 !important;
}
/* Banner  */

.text {
    position: absolute;
    top: 40%;
    left: 40%;
    color:white;
  }
  .vantage_value-inner-title h2.elementor-heading-title {
    font-size: 26px;
}
.single_blog_left .col-lg-8 {
    float: left;
    width: 76%;
    padding: 0;
}
.single_blog_left .col-lg-4 {
    float: right;
    width: 23%;
    padding: 0;
}
.single_list_content p a {
    font-size: 15px;
    color: #2c5aa7;
    line-height: 28px;
}
.single_list_content img {
    display: table;
    width: 50%;
}
.single_author_info .single_author_left img {
    display: table;
    width: 150px;
}
.single_blog_right ul {
    margin: 0;
    padding-left: 10px;
}
.single_blog_right li {
    position: relative;
    float: left;
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0 0 0 25px;
}
.single_blog_right li:before {
    content: "";
    position: absolute;
    background: url(../images/right-direction.png);
    width: 15px;
    height: 15px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    top: 6px;
    left: 0;
}
.back_btn_singleblog {
    display: table;
    margin: 0 0 50px;
    width: 100%;
    padding: 0 30px;
}
.back_btn_singleblog a {
    font-size: 15px;
    color: #2c5aa7;
    line-height: 28px;
    font-weight: 600;
    position: relative;
    padding: 0 0 0 27px;
}
.back_btn_singleblog a i {
    display: none;
}
.single_blog_right li a {
    font-size: 15px;
    color: #2c5aa7;
    line-height: 28px;
    font-weight: 600;
}
.back_btn_singleblog a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 22px;
    height: 26px;
    background: url(../images/left-arrow.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
.blog_single_inner {
    padding: 0 40px;
    display: table;
    width: 100%;
}
section#mands2 .mands-stages-left img {
    width: 75%;
}
/* career */
.elementor-column.career_otr-img img {
    width: 70%;
}
.jobs-grid-outer .career_title-main .service-casestudy-outer h2.elementor-heading-title {
    font-size: 26px;
    margin-bottom: 10px;
}
.elementor-column.career_title-main ul {
    margin: 0;
    padding-left: 10px;
    padding-right: 20px;
}
.service-right ul li a {
    color: #5A5A5A;
}
.service-right h5 {
    text-transform: capitalize;
    font-size: 26px;
    color: #191c1f;
    margin-top: 15px;
}

.elementor-column.career_title-main ul li {
    position: relative;
    float: left;
    width: 100%;
    list-style: none;
    margin: 0 0 10px;
    padding: 0 0 0 25px;
}
.elementor-column.career_title-main ul li:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 11px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #5A5A5A;
}
section.elementor-section.reach-out-outer.career_reach-main {
    margin: 0 0 50px;
}
section.elementor-section.reach-out-outer.career_reach-main h3 {
    font-size: 26px;
    margin-bottom: 10px;
}
section.elementor-section.roles_sec-otr ul {
    margin: 0 0 15px;
    padding-left: 10px;
    display: table;
    width: 100%;
}
section.elementor-section.roles_sec-otr ul li {
    position: relative;
    float: left;
    width: 100%;
    list-style: none;
    margin: 0 0 10px;
    padding: 0 0 0 25px;
}
section.elementor-section.roles_sec-otr ul li:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 11px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #5A5A5A;
}
/* end of career */
.pressrelease.casestudies-single {
    background: #fff;
    margin: 0;
    padding: 50px 0;
}
.pressrelease.casestudies-single .casestudy-row {
    padding: 28px;
    border-radius: 10px;
    margin-bottom: 18px;
    background-color: #f4f9fa;
    display: flex;
    flex-wrap: nowrap;
    column-gap: 40px;
}
.casestudies-single .casestudy-row .casestudy-content {
    width: 65%;
}
.casestudies-single .casestudy-row .casestudy-right-single {
    width: 35%;
}
.casestudies-single .casestudy-row .casestudy-content p {
    text-align: left;
}
.casestudies-single .casestudy-right-single .single_case_right {
    display: table;
    width: 100%;
}
.casestudies-single .casestudy-right-single ul.contact-form {
    list-style: none;
    margin: 0;
    padding: 0;
}
.casestudies-single .casestudy-right-single ul.contact-form li {
    list-style: none;
    margin: 0;
    padding: 0;
}
.casestudies-single .casestudy-right-single ul.contact-form li:before {
    display: none;
}
.casestudies-single .casestudy-right-single .single_case_right h4 {
    margin: 0 0 30px;
}
.casestudies-single .casestudy-right-single ul.contact-form li input.wpcf7-submit {
    color: #fff!important;
    border-width: 0px!important;
    background-image: linear-gradient(45deg,#2e5ba8 0%,#2e5ba8 100%);
    background-color: #2e5ba8;
    width: auto;
    padding: 15px 24px !important;
    position: relative;
    z-index: 999;
    text-align: center;
    border-radius: 50px !important;
    overflow: hidden;
    display: inline-block;
    transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    line-height: initial;
}
.casestudies-single .casestudy-right-single form.wpcf7-form {
    display: table;
    width: 100%;
    position: relative;
}
.casestudies-single .casestudy-right-single form.wpcf7-form .wpcf7-response-output {
/*     display: table; */
	float: left;
    width: 100%;
    position: relative;
    bottom: 0;
}

.custom-single-blog .page-header__inner {
    display: flex;
}
.custom-single-blog .page-header__inner .thm-breadcrumb  {
    margin: 0px;
}
.custom-single-blog .page-header__inner .thm-breadcrumb li {
    padding-left: 0px;
}
.custom-single-blog .page-header__inner .thm-breadcrumb li::before {
    display: none;
    padding-left: 0px;
}
.blog_single_outer {
    margin: 0px;
    padding: 80px 0px;
}
.hackathon-banner img {
    width: 100%;
}
.hackathon-about-outer {
    padding: 60px 0px 0px;
}

.hackathon-rules-outer {
    padding: 60px 0px;
    background: #f4f9fa;
}
.hackathon-title {
    padding: 60px 0px;
}
.hackaton-section-two {
    padding: 60px 0px;
    background: #f4f9fa;
}

.hackathon-section-three {
    padding-top: 60px;
}
.hackaton-btn  {
    padding-bottom: 50px;
}
.hackathon-title h2, .hackaton-section-two h2{
    font-weight: 700;
    font-size: 40px;
    color: #173753;
    text-align: center;
}
  
.hackaton-section-new h4 {
    margin-top: 50px;
}
  @-webkit-keyframes push-in {
    0% {
      opacity: 0;
      -webkit-transform: translateX(-100%);
    }
    70% {
      opacity: 1;
      -webkit-transform: translateX(10%);
    }
    100% {
      opacity: 1;
      -webkit-transform: translateX(0);
    }
  }
  @-moz-keyframes push-in {
    0% {
      opacity: 0;
      -moz-transform: translateX(-100%);
    }
    60% {
      opacity: 1;
      -moz-transform: translateX(10%);
    }
    100% {
      opacity: 1;
      -moz-transform: translateX(0);
    }
  }
  @keyframes push-in {
    0% {
      opacity: 0;
      -webkit-transform: translateX(-100%);
      -moz-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
      -o-transform: translateX(-100%);
      transform: translateX(-100%);
    }
    60% {
      opacity: 1;
      -webkit-transform: translateX(10%);
      -moz-transform: translateX(10%);
      -ms-transform: translateX(10%);
      -o-transform: translateX(10%);
      transform: translateX(10%);
    }
    100% {
      opacity: 1;
      -webkit-transform: translateX(0);
      -moz-transform: translateX(0);
      -ms-transform: translateX(0);
      -o-transform: translateX(0);
      transform: translateX(0);
    }
  }
  @-webkit-keyframes push-out {
    0% {
      opacity: 1;
      -webkit-transform: translateX(0);
    }
    60% {
      opacity: 0;
      -webkit-transform: translateX(110%);
    }
    100% {
      opacity: 0;
      -webkit-transform: translateX(100%);
    }
  }
  @-moz-keyframes push-out {
    0% {
      opacity: 1;
      -moz-transform: translateX(0);
    }
    60% {
      opacity: 0;
      -moz-transform: translateX(110%);
    }
    100% {
      opacity: 0;
      -moz-transform: translateX(100%);
    }
  }
  @keyframes push-out {
    0% {
      opacity: 1;
      -webkit-transform: translateX(0);
      -moz-transform: translateX(0);
      -ms-transform: translateX(0);
      -o-transform: translateX(0);
      transform: translateX(0);
    }
    60% {
      opacity: 0;
      -webkit-transform: translateX(110%);
      -moz-transform: translateX(110%);
      -ms-transform: translateX(110%);
      -o-transform: translateX(110%);
      transform: translateX(110%);
    }
    100% {
      opacity: 0;
      -webkit-transform: translateX(100%);
      -moz-transform: translateX(100%);
      -ms-transform: translateX(100%);
      -o-transform: translateX(100%);
      transform: translateX(100%);
    }
  }

/* RESPONSIVE_CSS_START */

@media screen and (max-width: 1024px) {


    .home-blog-outer .element-list {
        width: 46%;
    }    
    .home-future-outer .elementor-column.home-future-right {
        position: unset;
    }
    .home-future-outer .home-future-left, 
    .home-future-outer .elementor-column.home-future-right {
        width: 100% !important;
    }
    .home-future-outer .home-future-left h2 {
        margin-bottom: 0px !important;
    }
    .home-future-outer .home-future-left {
        margin-bottom: 50px;
    }
    .footer-outer .footer-top {
        grid-template-columns: 1fr 1fr;
    }
    section.home-why-heal .home-why-heal-box {
        width: 47.9%;
    }
    .home-why-heal {
        padding: 30px 0px;
    }
    section.home-counter-outer .home-counter-grid {
        width: 48.6%;
    }
    .top_header_outer {
        padding: 5px 15px;
    }
    .main-header-bar .main-navigation ul li a.menu-link {
        padding: 10px 8px;
        font-size: 12px;
    }
    .owl-theme .owl-nav {
        display: none;
    }
    .footer-social-div {
        padding: 40px 40px;
    }
    .footer-outer {
        padding: 70px 40px 0;
    }
    section.service-casestudy-outer {
        padding: 0 20px;
    }
    .service-casestudy-grids {
        width: 48.6%;
    }
    .service-casestudy-grids:nth-child(2n) {
        margin-right: 0;
    }
    .service-casestudy-grids:nth-child(2n+1) {
        clear: left;
        margin-right: 20px;
    }
    .service-casestudy-grids:nth-child(3n+1) {
        clear: left;
        clear: initial;
    }
    .poster-main-outer .service-casestudy-grids:nth-child(2n+1) {
        clear: initial;
    }
    .poster-main-outer .service-casestudy-grids:nth-child(3n+1) {
        clear: initial;
    }
    .faq-outer .elementor-accordion {
        padding: 0 15px;
    }
    section.service-outer {
        padding: 0 25px;
    }
    section.elementor-element.contact-outer {
        padding: 0 20px;
    }
    .wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
        padding: 5px 5px;
        font-size: 13px;
    }
    .wpcf7 form.sent .wpcf7-response-output {
        padding: 5px 5px;
        font-size: 13px;
    }
    .top_menu-head {
        padding: 0 20px;
    }
    header.sticky {
        padding: 0 20px;
    }
    .menu_outer .header_logo a {
        width: 220px;
        padding: 16px 0;
    }
    .menu_outer .header_resp_section {
        width: 74%;
    }
    .top_menu-head header #mega-menu-wrap-primary ul#mega-menu-primary li a.mega-menu-link {
        color: #253452;
        padding: 0px 8px;
        font-size: 12px;
    }
    .mands-stages-common {
        width: 76%;
    }
    section.elementor-section.vantage-points-new-outer h3 {
        padding: 0 15px;
    }
    section.elementor-section.vantage-points-new-outer p {
        padding: 0 15px;
    }
    section.elementor-section.vantage-points-new-outer ul {
        padding: 0 15px 0 32px;
    }
    section.elementor-section.vantage-points-new-outer strong {
        padding: 0 15px;
    }
    section.elementor-section.vantage-points-content p {
        padding: 0 15px;
    }
    section.elementor-section.expertise-dev-outer {
        padding: 0 20px;
    }
    section.elementor-section.impact-drug-outer h3 {
        padding: 0 15px;
    }
    section.elementor-section.impact-drug-outer p {
        padding: 0 15px;
    }
    .elementor-24817 .elementor-element.elementor-element-69dca16 ul.elementskit-navbar-nav.submenu-click-on-icon li ul a {
        font-size: 13px;
    }
    .pressrelease.casestudies-single .casestudy-row {
    margin: 0 20px;
}
}

@media screen and (max-width: 991px) {
    .home-res-outer .homeinsights .home-insights-inner {
        width: 47%;
    }
    .casestudy-page-left {
        width: 30%;
    }
    .casestudy-page-right {
        width: 69%;
        float: right;
    }
    .service-casestudy-grids {
        width: 100%;
        margin-right: 0;
    }
    .service-left {
        float: left;
        width: 100%;
        margin-bottom: 30px;
    }
    .service-right {
        float: right;
        width: 100%;
    }
    .elementor-column.contact-right ul li {
        width: 100%;
    }
    .elementor-column.contact-right ul {
        padding: 30px 30px;
    }
    .wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
        padding: 5px 5px;
        font-size: 9px;
        line-height: 12px;
    }
    .wpcf7 form.sent .wpcf7-response-output {
        padding: 5px 5px;
        font-size: 9px;
        line-height: 12px;
    }
    .menu_outer .header_logo {
        width: auto;
        float: none;
        display: table;
        margin: 0 auto;
    }
    .top_menu-head {
        padding: 0;
    }
    .menu_outer .header_resp_section {
        width: 100%;
        padding: 0;
        float: left;
    }
    .mands-right {
        width: 100%;
    }
    section.mands-stages-outer {
        padding: 0 25px;
    }
    .mands-stages-common .mands-stages-left {
        width: 50%;
        display: table;
        margin: 0 auto 30px;
        float: none;
    }
    .mands-stages-common .mands-stages-right {
        display: table;
        width: 100%;
        float: none;
    }
    .mands-stages-common {
        display: table;
        width: 100%;
        float: none;
    }
    .poster-main-outer .casestudy-page-right .service-casestudy-grids {
        width: calc((100% - 20px * 1) / 2);
    }
    .poster-main-outer .service-casestudy-grids:nth-child(2n) {
        margin-right: 0;
    }
    .pressrelease.casestudies-single .casestudy-row {
    column-gap: 0;
    display: table;
}
    .casestudies-single .casestudy-row .casestudy-content {
    width: 100%;
    padding: 0;
    margin: 0 0 30px;
}
.casestudies-single .casestudy-row .casestudy-right-single {
    width: 100%;
}
.casestudies-single .casestudy-right-single ul.contact-form li.send p {
    margin: 0;
}
}

@media screen and (max-width: 768px) {
    .home-res-outer .homeinsights .home-insights-inner {
        width: 100%;
    }
   
}

@media screen and (max-width: 767px) {
    .common-title .why-title-img-outer img {
        width: 135px;
    }
    .common-title .why-title-img-outer .why-title em {
        font-size: 45px;
    }
    .common-title2 h2 {
        font-size: 45px;
    }
    .home-whatwedo-outer .hexa-shortcode-outer .elementor-shortcode {
        grid-template-columns: 1fr;
    }
    .home-whatwedo-outer .hexa-shortcode-outer .elementor-shortcode .map-container:nth-child(1) {
        width: 95%;
        margin: 0 auto;
        padding-bottom: 30px;
    }
    .home-whatwedo-outer .division-map button.map-point-sm {
        width: 215px;
        height: 215px;
        margin: 0 auto !important;
    }
    .home-whatwedo-outer .division-map button.map-point-sm:nth-child(4) {
        margin-left: -412px;
        margin-top: 103px;
    }
    .home-whatwedo-outer .division-map button.map-point-sm:nth-child(3) {
        margin-left: -18px;
    }
    .home-whatwedo-outer .division-map button.map-point-sm p {
        font-size: 20px;
    }
    .home-dashboard-outer .elementor-tab-content .home-tab-content {
        grid-template-columns: 1fr;
    }
    .home-dashboard-outer .elementor-tab-content .home-tab-left h2 {
        text-align: left;
    }
    .home-dashboard-outer .elementor-tab-content {
        padding: 20px !important;
    }
    .home-dashboard-outer .elementor-tab-title {
        width: 100%;
    }
    .home-dashboard-outer .elementor-tab-content {
        margin-bottom: 8px;
    }
    .home-trustedby-logo-grid .elementor-column {
        padding: 0px 0px;
    }
    .home-trustedby-logo-grid .elementor-column img {
        width: 180px;
    }
    .footer-outer {
        margin-top: 0;
        padding: 60px 20px 20px;
    }
    .home-future-outer .home-future-left {
        text-align: center;
        padding: 0px 0px;
    }

    .sub-banner-outer h3, .sub-banner-outer h3 span {
        font-size: 40px;
    }
    .sub-banner-outer h2 {
        font-size: 20px;
        margin-left: 0px;
        margin-bottom: 0px;
    }
    .sub-banner-outer h2 br {
        display: none;
    }
    .sub-banner-outer {
        padding: 40px 0px 60px;
    }

    .about-content-outer {
        padding: 60px 0px;
    }

    .about-leadership-outer .leadership-box-img img {
        object-fit: contain;
    }
    .about-awards-outer .about-award-box {
        border-right: 0px solid #ddd;
        margin: 0px 0px;
        border-bottom: 1px solid #ddd;
        padding: 20px 0px;
    }

    .about-investor-outer-bottom .elementor-widget-text-editor .elementor-widget-container {
        color: #fff;
        padding-left: 0px;
        border-left: 0px solid #fff;
        border-top: 1px solid #fff;
        padding-top: 30px;
    }
    section.home-why-heal .home-why-heal-box {
        width: 100%;
    }
    section.home-counter-outer .home-counter-grid {
        width: 100%;
    }
    .casestudy-page-left {
        width: 100%;
    }
    .casestudy-page-right {
        width: 100%;
        float: left;
    }
    section.sub_banner_outer.sub-banner-outer {
        padding: 80px 20px 100px;
    }
    .service-top .service-top-left {
        width: 30%;
        margin: 0 auto 20px;
        float: none;
    }
    /* .service-top .service-top-right {
        float: left;
        width: 100%;
    } */
    .service-top .service-top-right {
        float: right;
        width: 100%;
    }
    .service-top-img {
        display: table;
        width: 100%;
    }
    .service-top-img img {
        width: 100%;
    }
    .service-sidebar-img img {
        display: none;
    }
    .wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
        padding: 5px 5px;
        font-size: 13px;
    }
    .wpcf7 form.sent .wpcf7-response-output {
        padding: 5px 5px;
        font-size: 13px;
    }
    .mands-right ul.mands-top-top li img {
        width: 280px;
        margin: 0 auto;
        display: table;
    }
    .mands-right ul.mands-top-top li {
        margin: 0 0 20px 0;
        width: 100%;
    }
    .mands-right ul.mands-top-top li h6 {
        margin: 10px 0;
    }
    .vantage-point-grid .elementor-column.vantage-grid-common {
        padding: 0 10px;
        margin: 0 0 15px;
    }
    .main_head-otr .elementor-container.elementor-column-gap-default {
        justify-content: space-between;
        align-items: center;
    }
    .ekit-template-content-header .elementor-column.main_logo-otr {
        width: 35%;
    }
    .ekit-template-content-header .elementor-column.header-hanbager {
        width: auto;
        float: right;
        display: block;
    }
    .pressrelease .casestudy-left-content {
        padding: 0 15px;
    }
    .poster-main-outer .casestudy-page-right .service-casestudy-grids {
        width: 100%;
        margin-right: 0;
    }
    .single_blog_left .col-lg-8 {
        width: 100%;
    }
    .single_blog_left .col-lg-4 {
        width: 100%;
    }
    .back_btn_singleblog {
        padding: 0 10px;
    }
    .blog_single_inner {
        padding: 0 20px;
    }
    .single_list_content img {
        width: 80%;
    }
    .home-accouding-left .elementor-element.home-accouding-img {
    margin-bottom: 0;
}
.home-slider-inner {
    padding: 60px 0px 20px;
}
body .site .site-content .elementor-column.contact-right ul {
    padding: 48px 28px 48px 28px;
}
}

@media screen and (max-width: 640px) {
    .home-whatwedo-outer .division-map button.map-point-sm:nth-child(2) {
        margin-top: 0;
        margin-left: 0;
    }
    .home-whatwedo-outer .division-map button.map-point-sm:nth-child(3) {
        margin-left: 0;
    }
    .home-whatwedo-outer .division-map button.map-point-sm:nth-child(4) {
        margin-left: 0;
        margin-top: 0;
    }
    .home-whatwedo-outer .division-map {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
    .home-whatwedo-outer .hexa-shortcode-outer .elementor-shortcode .map-container:nth-child(1) {
        width: 100%;
    }
    .footer-outer .footer-top {
        grid-template-columns: 1fr;
        row-gap: 30px;
		
    }
.footer-top {
    margin-right: 10px !important;
}
	
    .footer-outer .footer-bottom {
        padding: 40px 0px 50px;
        flex-wrap: wrap;
        align-items: center;
    }
    .footer-outer .footer-bottom .footer-bottom-left {
        color: #fff;
        text-align: center;
    }
    .elementor-column.contact-right ul {
        padding: 30px 30px 50px;
    }
    .home-blog-outer .element-list {
        width: 100%;
    }
}

@media screen and (max-width: 520px) {
    .home-whatwedo-outer .division-map {
        grid-template-columns: 1fr;
    }
    .mands-stages-common .mands-stages-left {
        width: 60%;
    }
    .mands-stages-common h3 {
        font-size: 20px;
        word-break: break-all;
    }
    .ekit-template-content-header .elementor-column.main_logo-otr {
        width: 55%;
    }

    .custom-single-blog .page-header__inner .thm-breadcrumb li {
        padding: 0px 20px;
        margin: 0px;
    }
}


@media screen and (max-width: 425px) {
    .ekit-template-content-header .elementor-column.main_logo-otr {
        width: 60%;
    }
}

@media screen and (max-width: 375px) {

}

@media screen and (max-width: 320px) {

}