﻿body {
    margin: 0 auto;
    width: 100%;
    overflow-x: hidden;
    font-family: 'Lato', sans-serif !important;
}
:root {
    --primary: #124F91;
    --orange: rgb(228 129 37);
    --light: ##E9E9E9;
    --dark: #3A3A3A;
    --peach: #FFF1E6;
}
.form-check-input:checked {
    background-color: rgb(196,110,43) !important;
    border-color: rgb(196,110,43) !important;
}
.form-check-input[type=checkbox] {
    width: 14px;
    height: 14px;
    border-radius: 3px !important;
    border: 1px solid #D2D2D2 !important;
}
p {
    font-size: 18px;
}
.text-primary {
    color: #124F91 !important;
}
.text-orange {
    color: #e37d27 !important;
}
.social {
    padding: 0;
    display: flex;
    margin: 0;
}

    .social a {
        text-decoration: none;
        color: white !important;
    }

    .social li {
        list-style: none;
        padding: 1px 7px;
        width: 30px;
        height: 30px;
        display: flex;
        background-color: #104c91;
        border-radius: 47px;
        margin: 5px;
        align-content: center;
        justify-content: center;
        align-items: center;
    }

    .social a:hover {
        color: white;
    }

.text-theme {
    color: #104c91;
}
.navbar-nav .nav-link.badge-link {
    /*background: linear-gradient(-75deg, #ED7F22 0%, #ED7F22 77%, #ED7F22 100%);*/
    background: linear-gradient(-75deg, #ed7f226e 50%);
    border-radius: 5px !important;
    padding-left: 0.75rem;
    right: 0.75rem;
}
.nav-link:focus, .nav-link:hover {
    color: black !important;
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0 !important;
    box-shadow: none !important;
    border: 0 !important;
}

.navbar-nav .nav-link {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
    color: #3A3A3A !important;
    font-size: 16px;
    font-weight: 500;
}

.nav-item a:hover{
    color: rgb(228 129 37) !important;

}

.nav-item.active a {
    /* color: rgb(228 129 37) !important; */
    color: var(--orange) !important;
}

.banner {
    background-position: center;
    display: block;
    position: relative;
    /* padding: 82px 0; */
    margin: 0;
    /*background: linear-gradient(90deg, #ffffff 0%, #f8cfaf 100%);*/
    background: linear-gradient(94.79deg, #BB743D -7.18%, #2B5288 92.48%) !important;
}

    .banner img {
        width: 100%;
        margin: 0 auto;
        display: block;
    }

.header .navbar {
    position: relative;
    width: 100%;
    margin: 0 auto;
    /*background: linear-gradient(90deg, #ffffff 0%, #f8cfaf 100%);*/
    background: #E9E9E9;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
}

.header.fixed {
    position: fixed;
    z-index: 99;
    width: 100%;
    background-color: white;
    display: block;
    box-shadow: rgb(255 255 255 / 10%) 0px 1px 1px 0px inset, rgb(50 50 93 / 25%) 0px 50px 100px -20px, rgb(0 0 0 / 30%) 0px 30px 60px -30px;
}

    .header.fixed .navbar {
        background-color: white;
        display: block;
    }

.header .navbar .navbar-brand img {
    width: 120px;
    /* width: 100%; */

}
.item.item-home1.position-relative {
    display: flex;
    height: 100vh;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background: url('../images/banner/slider1.png');
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.carousel-caption{
    top:15%;
    bottom:15% !important;
}
    .carousel-caption .title {
        font-size: 30px;
        font-weight:700;
    }
.carousel-caption .subtitle{
    font-size: 25px;
    font-weight:600;
}
    .carousel-caption .desc {
        font-size: 16px;
        font-weight: 400;
    }
        .carousel-caption .desc .date-period {
            font-size: 16px;
            font-weight: 600;
        }

.btn-primary {
    background-color: #124F91 !important;
}
.btn-primary:hover {
    background-color: #124F91 !important;
}
.text-custom-primary {
    color: #124F91;
}

section {
    padding: 3rem 0 0 0;
    height: auto;
    position: relative;
}

.bg-theme {
    background: rgb(196,110,43);
    background: linear-gradient(90deg, rgba(196,110,43,1) 0%, rgba(37,80,138,1) 100%);
}

    .bg-theme .about-contain {
        margin-top: 12rem !important;
    }

.desc-primary {
    color: #3A3A3A !important;
    font-size:16px !important;
    font-weight:400 !important;
}

.card-theme {
    padding: 0rem 0;
    background-color: #e5ecf8 !important;
    /*position: relative;*/
    top: -9rem;
    /*box-shadow: rgb(255 255 255 / 10%) 0px 1px 1px 0px inset, rgb(50 50 93 / 25%) 0px 50px 100px -20px, rgb(0 0 0 / 30%) 0px 30px 60px -30px;*/
    border-radius: 33px !important;
    border: 0 !important;
    display: flex;
    /* height: 404px; */
    align-items: center;
    align-content: center;
    flex-wrap: nowrap;
    /*margin-top: 3rem;*/
}

    .card-theme h2 {
        color: #18508d;
        margin: 1rem 0;
    }

    .card-theme p {
        color: #000000;
        margin: 2rem 0;
    }

    .card-theme .profile {
        width: 100%;
        position: relative;
        top: -28px;
        margin: 0 auto;
        display: block;
    }

    .card-theme .about {
        padding: 0 63px;
    }

.about-content img {
    width: auto !important;
}

.bg-theme-section2 {
    background: rgb(248,207,171);
    background: linear-gradient(90deg, rgba(248,207,171,1) 0%, rgba(255,255,255,1) 30%);
}

.box-heading {
    text-align: center;
}

    .box-heading h1 {
        color: #104c91;
    }

    .box-heading p {
        color: #164C92;
    }

    .box-heading h2 {
        font-weight: 100;
        font-size: 38px;
    }

.HowCanWeElement {
    height: 296px;
    width: 296px;
    background-repeat:no-repeat !important;
}
.movement-name {
    font-size: 14px;
    font-weight:400 !important;
    color: #3A3A3A;
    margin-top:0.5rem;
}

.circle-chart {
    margin: 0 auto;
    position: relative;
    display: block;
    width: 100%;
}

.circle-chart__circle {
    animation: circle-chart-fill 2s reverse; /* 1 */
    transform: rotate(-90deg); /* 2, 3 */
    transform-origin: center; /* 4 */
}

.circle-chart__percent {
    font-size: 3px;
    text-transform: uppercase;
}

.circle-chart__subline {
    font-size: 3px;
}

.circle-chart__percent-step {
    font-size: 4px;
}

.circle-chart__circle--negative {
    transform: rotate(-90deg) scale(1,-1); /* 1, 2, 3 */
}

.circle-chart__background {
    fill: none;
    stroke: #BCBCBC;
    stroke-width: 0.25;
}

.circle-chart__circle {
    fill: none;
    stroke: url(#SVGID_1_);
    stroke-width: 2;
    stroke-linecap: round;
    stroke-dasharray: 75,100;
}

.circle-chart__info {
    animation: circle-chart-appear 2s forwards;
    opacity: 0;
    transform: translateY(0.3em);
    fill: url(#MyGradient);
}

@keyframes circle-chart-fill {
    to {
        stroke-dasharray: 0 100;
    }
}

@keyframes circle-chart-appear {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes animate1 {
    to {
        stroke-dashoffset: 1000;
    }
}

@-moz-keyframes animate1 {
    to {
        stroke-dashoffset: 1000;
    }
}

@-webkit-keyframes animate1 {
    to {
        stroke-dashoffset: 1000;
    }
}

.pattern {
    position: absolute;
    display: block;
    width: 100%;
    left: 0;
    bottom: 11rem;
}

.pattern-1 {
    position: absolute;
    width: 25%;
    left: 0;
    bottom: 10rem;
}

.pattern-2 {
    /*   position: absolute;
    width: 25%;
    right: 0;
    top: 23rem;*/
    position: absolute;
    width: 25%;
    left: 5rem;
    top: 21rem;
}

.pattern-3 {
/*    position: absolute;
    width: 20%;
    right: 13rem;
    top: 50rem;*/
    position: absolute;
    width: 20%;
    right: 29rem;
    top: 2rem;
}
.pattern-4 {
/*    position: absolute;
    width: 30%;
    left: 8rem;
    top: 54rem;*/
    position: absolute;
    width: 30%;
    right: 0;
    top: 36rem;
}

.pattern-5 {
    /* position: absolute;
    width: auto;
    left: 20rem;
    top: 49rem;*/
    position: absolute;
    width: auto;
    left: 9rem;
    top: 0;
}

    .pattern-5 img {
        width: 76px;
    }

.pattern-6 {
    position: absolute;
    width: auto;
    right: 20rem;
    top: 36rem;
}

    .pattern-6 img {
        width: 76px;
    }

.pattern--line1 {
    opacity: 0.8;
    fill: none;
    stroke: #FFFFFF;
    stroke-width: 12;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10;
}

.pattern--line2 {
    opacity: 0.8;
    fill: none;
    stroke: #F7DFC8;
    stroke-width: 12;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10;
}

/* --- Pulse Animation for Big Circles --- */
.svg-animate {
    overflow-clip-margin: content-box;
    overflow: visible !important;
}

@keyframes pulse1 {
    0% {
        opacity: 0;
        transform: scale(0);
    }

    25% {
        opacity: 0.75;
        transform: scale(.2);
    }

    50% {
        opacity: 1;
        transform: scale(0.3);
    }

    75% {
        opacity: 0.5;
        transform: scale(0.4);
    }

    100% {
        opacity: 0;
        transform: scale(0.5);
    }
}


.pulse-circle {
    animation: pulse1 1.5s infinite ease-out;
    transform-origin: center center;
}

    .pulse-circle.second {
        animation-delay: 2.5s !important; /* ripple delay */
    }
    .pulse-circle.third {
        animation-delay: 3.5s !important; /* ripple delay */
    }

/* --- Path Loading Animation --- */
.draw-path {
    stroke-dasharray: 600;
    stroke-dashoffset: 600;
    animation: draw 3s ease forwards;
}

@keyframes draw {
    to {
        stroke-dashoffset: 0;
    }
}

/* --- Small ellipse "blinking/loading" --- */
@keyframes blink {
    0%, 100% {
        opacity: 0;
        transform: scale(0.5);
    }

    50% {
        opacity: 1;
        transform: scale(1);
    }
}

.loading-ellipse {
    /* stroke-dasharray: 600; 
      stroke-dashoffset: 600;
      animation: draw 1s ease forwards; */
    animation: blink 3s ease;
}

.form-style {
    padding: 2px;
    border-radius: 26px;
    background-color: white;
    position: relative;
    z-index: 1;
    border-radius: 34px;
    background-image: linear-gradient( 360deg, white, white), linear-gradient(315deg, #104c91, #e57e27);
    background-origin: border-box;
    background-clip: content-box, border-box;
}

    .form-style form {
        padding: 20px 40px;
    }

    .form-style h3 {
        text-align: center;
        color: #104C8F;
        font-size: 24px;
        text-align: center;
        /* color: #104c91; */
        /* font-size: 21px; */
        padding: 18px;
    }

    .form-style .form-check {
        display: flex;
        flex-wrap: nowrap;
        align-items: flex-start;
        justify-content: center;
    }
    .form-style.form-style2 .form-check {
        justify-content: start !important;
    }

        .form-style .form-check label {
            padding: 0 13px;
            font-size: 13px;
            text-align: left;
            width: 100%;
        }

    .form-style .type1 label {
        width: auto;
    }

    .form-style a {
        text-decoration: none;
        /* color: rgb(57, 75, 173); */
        color: #2D9CDB;
        font-weight: 600;
    }

    .form-style input {
        font-size: 14px;
        border-radius: 0 !important;
        border: .5px solid #6B6B6B !important;
        box-shadow: none !important;
    }

    .form-style .form-check-label {
        padding: 0 5px;
    }

    .form-style .form-check-input[type=radio] {
        border: .5px solid #6B6B6B !important;
        border-radius: 50% !important;
    }

    .form-style input:focus {
        border: 1px solid black !important;
        box-shadow: none !important;
    }

    .form-style select {
        font-size: 14px;
        border-radius: 0 !important;
        border: .5px solid #6B6B6B !important;
        box-shadow: none !important;
    }

.steps-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 40px;
    gap: 30px;
    flex-wrap: wrap;
    /*max-width: 1200px;*/
    margin: auto;
    border-radius: 10px !important;
}

.step {
    flex: 1 1 200px;
    /*background-color: #f9f9f9;*/
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    /*box-shadow: 0 2px 5px rgba(0,0,0,0.1);*/
    position: relative;
}

.step-number::after {
    content: url('/assets/images/Arrow.png');
    position: absolute;
    right: -25px;
    top: 40px;
    transform: translateY(-50%);
    font-size: 24px;
    color: #f7941e;
}

.step:last-child .step-number::after {
    content: "";
}

.step-number {
    background-color: #194f92;
    color: white;
    font-size: 16px;
    width: 40px;
    height: 40px;
    margin: 0 auto 15px auto;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.step h3 {
    color: #194f92;
    margin: 10px 0;
    font-size: 16px;
}

.step p {
    color: var(--dark);
    font-size: 14px;
    margin-bottom:0;
}

.step a {
    color: var(--dark);
    text-decoration: underline;
}

@media (max-width: 768px) {
    .steps-container {
        flex-direction: column;
        align-items: center;
    }

    .step::after {
        display: none;
    }
    .owl-carousel .owl-item .logo-container img{
        width:35% !important;
    }
    .carousel-caption .title{
        font-size:22px !important;
    }
    .carousel-caption .subtitle {
        font-size: 18px !important;
    }
    .carousel-caption .desc, .carousel-caption .desc .date-period{
        font-size: 14px !important;
    }
}

START: Counter CSS
----------------------------------------*/
.counter-item {
    display: flex;
    align-items: center;
    flex-direction: column;
    flex-wrap: wrap;
}

@media only screen and (max-width: 767px) {
    .counter-item {
        justify-content: center;
    }
}

.counter-item .title {
    color: var(--primary);
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 0;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    position:relative;
}






.counter-item .title .odometer-auto-theme {
    font-family: inherit;
    line-height: 1;
}

.counter-item .title .odometer-digit-spacer {
    padding-right: 2px;
}

.counter-item p {
    font-size: 14px;
    font-weight:500;
    color: var(--primary);
    margin-bottom: 0;
    margin-left: -20px;
    text-align: center;
    position: relative;
    z-index: 1;

}
.counter-col:last-child .counter-item .title:after {
    content:"" !important;
}

.counter-item .title:after {
    content: url('/assets/images/icons/heart.svg');
    position: absolute;
    right: -25px;
}

@media (max-width: 1170px) {
    .counter-item p {
        font-size: 16px;
        
    }
}

@media only screen and (max-width: 767px) {
    .counter-item p {
        font-size: 15px;
        line-height: 1.2;
    }

        .counter-item p br {
            display: block;
        }
}

.counter-2 {
    padding: 100px 0;
}

@media only screen and (max-width: 992px) {
    .counter-2 {
        padding: 40px 0;
    }
}

.counter-area {
    background-color: var(--rr-color-bg-1);
    border-top: 1px solid var(--rr-color-border-1);
}

@media only screen and (max-width: 992px) {
    .counter-area {
        padding: 70px 0;
    }
}

.counter-container {
    max-width: 1760px;
    margin: 0 auto;
    padding: 0 15px;
    width: 100%;
}

.counter-card-2 {
    display: flex;
    align-items: center;
    -moz-column-gap: 25px;
    column-gap: 25px;
    border-right: 1px solid var(--rr-color-border-1);
    padding: 80px 0;
}

@media (max-width: 1600px) {
    .counter-card-2 {
        flex-direction: column;
        row-gap: 20px;
        align-items: start;
        padding-left: 40px;
    }
}

@media (max-width: 1170px) {
    .counter-card-2 {
        padding-right: 40px;
    }
}

@media only screen and (max-width: 992px) {
    .counter-card-2 {
        border-right: none;
        padding: 0;
    }
}

.counter-card-2.item-4 {
    border-right: none;
}

.counter-card-2.card-space {
    padding-left: 40px;
    padding-right: 40px;
}

@media only screen and (max-width: 992px) {
    .counter-card-2.card-space {
        padding: 0;
    }
}

.counter-card-2 .title {
    font-size: 60px;
    font-weight: 700;
    margin-bottom: 0;
    line-height: 1;
}

@media (max-width: 1700px) {
    .counter-card-2 .title {
        font-size: 40px;
    }
}

.counter-card-2 .title .odometer-auto-theme {
    line-height: 1;
    font-family: inherit;
}

.counter-card-2 .counter-right .sub-title {
    font-size: 24px;
    margin-bottom: 15px;
}

.counter-card-2 .counter-right p {
    margin-bottom: 0;
}

@media (max-width: 1170px) {
    .counter-card-2 .counter-right p br {
        display: none;
    }
}

/* !END: Counter CSS */

/*New Form CSS*/

.form-container {

    background: white;
    /*padding: 20px;*/
    border:0 !important;
    border-radius: 10px;
    /*box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);*/
    position: relative;
}

.form-title {
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    color: #104c8f;
    font-size: 24px;
    text-align: center;
    line-height: 1.2;
    margin-bottom: 40px;
    max-width: 421px;
    margin-left: auto;
    margin-right: auto;
}

.form-fields {
    display: flex;
    gap: 72px;
    margin-bottom: 30px;
}

.form-column {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 27px;
}

.field-group {
    display: flex;
    flex-direction: column;
    gap: 9px;
}

.field-label {
    font-family: 'Lato', sans-serif;
    color: #4f4f4f;
    font-size: 16px;
    font-weight: normal;
}

.field-input,
.field-select {
   /* width: 297px;
    height: 35px;*/
    border: 0.5px solid #6b6b6b;
    border-radius: 0;
    padding: 0 11px;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #333;
    background: white;
}

    .field-input::placeholder {
        color: #cacaca;
    }

.field-select {
    cursor: pointer;
    appearance: none;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
    background-position: right 8px center;
    background-repeat: no-repeat;
    background-size: 16px;
    padding-right: 32px;
}

    .field-select option {
        color: #333;
    }

.checkbox-group {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 15px;
}

.checkbox-input {
    width: 14px;
    height: 14px;
    margin-top: 2px;
    cursor: pointer;
}

.checkbox-label {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 1.2;
    cursor: pointer;
}

    .checkbox-label a {
        color: #2d9cdb;
        text-decoration: none;
    }

        .checkbox-label a:hover {
            text-decoration: underline;
        }
.btn-orange {
  
    background-color: #e37d27 !important;
    border: none !important;
    border-radius: 5px;
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    color: white !important;
    font-size: 18px !important;
    cursor: pointer;
    margin: 35px auto 0;
    display: block;
    transition: background-color 0.2s;
}
.form-style .submit-button {
    width: 269px;
    height: 38px;
    background-color: #e37d27;
    border: 0 !important;
    border-radius: 5px !important;
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    color: white;
    font-size: 18px;
    cursor: pointer;
    margin: 10px auto 0;
    display: block;
    transition: background-color 0.2s;
}
input.submit-button[disabled] {
    pointer-events: none;
    opacity: 0.85;
    cursor: no-drop;
}
    .submit-button:hover {
        background-color: #d16d1a;
    }

    .submit-button:active {
        background-color: #c05d0f;
    }
@media (max-width: 991px) {
    .counter-col:nth-child(3) .counter-item .title:after {
        display: none;
    }
    .card-theme .about{
        padding:0 40px !important;
    }
}
    @media (max-width: 768px) {
        .card-theme .about {
            padding: 0 25px !important;
        }
        .counter-item .title{
            line-height:normal !important;
        }
        .counter-col:nth-child(3) .counter-item .title:after {
            display: block !important;
        }
        .counter-item .title:after {
            right: auto !important;
            bottom: -56px !important;
        }
        .step-number::after {
            right: auto !important;
            top: auto !important;
            bottom: 40px;
            transform: translate(4px, 54px) rotate(90deg) !important;
        }
        .counter-item p {
            margin-left: 0 !important;
        }

        .form-container {
            width: 100%;
            /*max-width: 500px;*/
            height: auto;
            /*padding: 15px;*/
        }

        .form-fields {
            flex-direction: column;
            gap: 20px;
        }

        .field-input,
        .field-select {
            width: 100%;
        }

        .form-title {
            font-size: 20px;
            margin-bottom: 30px;
        }
    }
.video-iframe{
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
}
/*Old form*/
#ifNoForm {
    font-size: 1rem !important;
    color: #333537;
    font-weight: 500;
    line-height: 1.2;
}

    .form-style.form-style2 {
        border: 0 !important;
        background-image: none !important;
    }

    .form-style .form-label {
        position:relative;
        display: block;
        text-align: left;
    }
        .form-style label.form-label:after {
            content: " *";
            color: red;
            /* right: auto; */
            position: absolute;
        }

    .form-style .radio-label {
        font-size: 16px !important;
        color:#000 !important;
        font-weight:400 !important;
    }
.form-style .form-label {
    color: #4F4F4F !important;
    font-size: 16px !important;
    font-weight: 400 !important;
}
.form-style .form-check-label {
    color: #000 !important;
    font-size: 14px !important;
    font-weight: 400 !important;
}
    .iti__selected-country {
        border-right: 0.5px solid #6B6B6B !important;
    }
/*    .form-style button {
        text-align: center;
        background: linear-gradient(270deg, rgb(19 78 135) 0%, rgb(230 137 52) 86%);
        display: block;
        margin: 15px auto;
        padding: 5px 20px;
        border-radius: 5px;
        text-transform: uppercase;
        font-weight: 600;
        border: 0;
    }*/
.upload-btn {
    border: 0.5px dashed #6B6B6B !important;
    opacity: .8;
    transition: all .25s ease !important;
    height: 35px !important;
}

        .upload-btn:hover,
        .btn.upload-btn:hover {
            background: rgba(248, 207, 175,.65) !important;
            opacity: 1 !important;
        }
    .upload-btn::after {
        content: url(../images/icons/upload.svg);
    }
    .form-style .button-style-a {
        background: linear-gradient(270deg, rgb(19 78 135) 0%, rgb(230 137 52) 86%);
        display: block;
        margin: 15px auto;
        padding: 5px 20px;
        /* border-radius: 5px; */
        text-transform: uppercase;
        font-weight: 600;
        border: 0;
        display: inline-block;
        text-align: center;
        color: white;
        transition: .75s ease;
    }

    .slider-head a:hover,
    .btn:hover {
        background: linear-gradient(270deg, rgb(230 137 52) 0%, rgb(19 78 135) 86%) !important;
    }

    .slider-head .btn-no-hover:hover {
        background: none !important;
    }

    .form-style button:focus {
        box-shadow: none !important;
    }

    footer {
        background-color: #E4EAF8;
        ;
    }

    .footer-sm {
        margin: 0 auto;
        display: block;
    }

    .webotix {
        width: 72px !important;
        filter: brightness(0.5);
        opacity: 0.5;
    }

        .webotix:hover {
            width: 72px !important;
            filter: none;
            opacity: 1;
        }

    footer a {
        text-decoration: none;
        display: flex;
        align-items: center;
        align-content: center;
        color: black !important;
        font-size: 14px;
    }

    footer img {
/*        width: 103px;*/
/*        padding: 0 5px;*/
    }
    /*home slider*/
    .home-slide .owl-carousel .owl-item {
        position: relative;
    }



.slider-head:after {
    content: '';
    background: rgba(22, 77, 146, 0.4);
    background-blend-mode: multiply;
    position: absolute;
    z-index: -1;
    display: block;
    height: 100%;
    width: 100%;
}

    .slider-head.no-bgcolor:after {
        background: none !important;
    }

    .slider-head2:after {
        content: '';
        background: rgb(18 79 145 / 50%);
        background-blend-mode: multiply;
        position: absolute;
        z-index: -1;
        display: block;
        height: 100%;
        width: 100%;
    }

    .slider-head {
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: 1;
        text-align: center;
        display: flex;
        align-items: center;
        top: 0;
        justify-content: center;
    }

        .slider-head h1 {
            font-family: 'Lato', sans-serif;
            font-style: normal;
            font-weight: 600;
            font-size: 44px;
            line-height: 120%;
            color: white;
        }

        .slider-head h3 {
            font-style: normal;
            font-weight: 600;
            font-size: 22px;
            line-height: 200%;
            color: white;
        }

    .btn-badge-gradient {
        background: linear-gradient(94.79deg, #BB743D -7.18%, #2B5288 92.48%) !important;
        border-radius: 0 !important;
        border: 0 !important;
        transition: .75s ease !important;
        color: white !important;
        padding: 15px !important;
        /*margin: 15px !important;*/
    }

    .gallery {
        height: 100%;
        padding: 5rem 0 5rem 0;
    }

        .gallery .video {
            position: relative;
            display: flex;
            justify-content: center;
            align-items: center;
            align-content: center;
        }

            .gallery .video i {
                position: absolute;
                font-size: 41px;
                color: #ffffff;
            }

    .photo-gallery {
        color: #313437;
    }

        .photo-gallery p {
            color: #7d8285;
        }

        .photo-gallery h2 {
            font-weight: bold;
            margin-bottom: 40px;
            padding-top: 40px;
            color: inherit;
        }

    @media (max-width:767px) {
        .photo-gallery h2 {
            margin-bottom: 25px;
            padding-top: 25px;
            font-size: 24px;
        }
    }

    .photo-gallery .intro {
        font-size: 16px;
        max-width: 500px;
        margin: 0 auto 40px;
    }

        .photo-gallery .intro p {
            margin-bottom: 0;
        }

    .photo-gallery .photos {
        padding-bottom: 20px;
    }

    .photo-gallery .item {
        padding-bottom: 30px;
    }
    /*accordian pills*/
    .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
        color: #fff !important;
        background-color: #104c91 !important;
    }



    .para-container p {
        color: #335483;
    }

    .article-contain p {
        color: #335483;
    }

        .article-contain p span {
            font-style: italic;
        }

    .article-contain h6 {
        font-weight: 600;
        font-size: 18px;
        color: #ED7F22;
    }

        .article-contain h6 span {
            color: #124F91;
            font-weight: 400;
        }

    .heart-content {
        position: relative;
        background: linear-gradient( 45deg, #F7CDA9 0%, #FBFBFB 100%);
    }

    .footer-section {
        background: linear-gradient(90deg, rgba(255, 255, 255,50%) 0%, rgba(246, 193, 148,26%) 44%, rgba(236, 128, 35,0) 92%);
    }

    .heart-content h2 {
        color: #124F91;
    }

    .heart-content p {
        color: #525A62;
    }

    .heartToheart-contain {
        background: linear-gradient(90deg, rgb(255 255 255 / 0%) 0%, rgb(246 193 148 / 77%) 44%, rgb(236 128 35 / 16%) 92%);
    }

        .heartToheart-contain .content {
            color: #525A62;
        }

            .heartToheart-contain .content * {
                font-size: 20px;
            }

    .activities-content {
        background-color: #124F91;
        color: #ffff;
        border-top-right-radius: 25px;
        border-top-left-radius: 25px;
    }

        .activities-content p {
            font-size: 18px;
        }

    .activityImg-contain {
        background: linear-gradient(107deg, #ED7F22 16.68%, #164D92 107.71%);
    }

        .activityImg-contain .img-container {
            height: 400px;
            background-repeat: no-repeat;
            background-size: cover;
            background-position: bottom;
            display: flex;
            align-content: center;
            justify-content: center;
            align-items: center;
            flex-direction: column;
        }

            .activityImg-contain .img-container .image-content .p-img {
                position: absolute;
                /* top: -100px; */
                /* bottom: 96px; */
                left: -70px;
                padding: 20px;
                z-index: 1;
            }

            .activityImg-contain .img-container .image-content .heart-img {
                position: absolute;
                width: 75px;
                top: -15px;
                right: 42px;
            }

        .activityImg-contain .image-content {
            position: relative;
            top: 0;
            left: 0;
            /* background-color: #ED7F22; */
            color: #ffff;
            margin: 15px;
            padding: 30px 30px 30px 65px;
            font-size: 15px;
            z-index: 0;
            display: flex;
            justify-content: center;
            align-items: center;
            align-content: center;
        }

            .activityImg-contain .image-content .content {
                background-color: #ED7F22;
                /* padding-left: 52px; */
                padding: 35px 25px 15px 48px;
            }

            .activityImg-contain .image-content h5 {
                font-size: 18px;
            }

            .activityImg-contain .image-content p {
                font-size: 11px;
            }

        .activityImg-contain .img-content {
            color: #fff;
            padding: 10px;
        }

        .activityImg-contain img {
            width: 250px;
            height: auto;
        }

        .activityImg-contain .img-content h5 {
            font-size: 16px;
        }

        .activityImg-contain .img-content p {
            font-size: 14px;
        }

    .bg-theme .reg-para {
        font-size: 24px;
        color: #335483;
    }

        .bg-theme .reg-para p a {
            text-decoration: none;
            color: #ED7F22;
            cursor: pointer;
        }

            .bg-theme .reg-para p a:hover {
                color: black !important;
            }

    .bg-theme-section2 {
        font-size: 23px;
    }

    section.patient_quotes {
        background: linear-gradient(90deg, rgba(236, 128, 35,25%) 0%,rgba(236, 128, 35,0%) 92%) !important
    }



    .home-slide .owl-nav {
        position: absolute;
        top: 36%;
        width: 100%;
        display: flex;
        justify-content: space-between;
        z-index: 99;
    }

        .home-slide .owl-nav button {
            border: 0 !important;
            background-color: var(--orange) !important;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 25px !important;
            width: 40px !important;
            color: black !important;
            font-size: 28px !important;
            line-height: 1.2;
            margin: 15px;
            border-radius: 7px;
        }
        .home-slide .owl-nav button span {
            height: 45px;
            /* width: 32px; */
            color: #fff;
            line-height: normal !important;
        }
    .home-slide .owl-dots {
        display: none;
    }

    @media screen and (max-width: 1400px) {
        .row-manage {
        }

        .slider-res {
            justify-content: center !important;
            display: flex;
            align-items: flex-start;
            align-content: flex-start;
            height: 100% !important;
            top: 0;
        }

            .slider-res .slider-res-inner a {
                font-size: 16px;
                margin: 5px;
                padding: 15px;
            }
    }

    @media (max-width: 1200px) {
        .navbar-nav .nav-link {
            font-size: 13px !important
        }

        .row-manage {
        }

        .slider-res {
            justify-content: center !important;
            display: flex;
            align-items: flex-start;
            align-content: flex-start;
            height: 100% !important;
            top: 0;
            flex-direction: column;
            flex-wrap: wrap;
        }

        .slider-res-inner {
            margin: 0 auto !important;
            left: 0;
        }

        .slider-res .slider-res-inner a {
            font-size: 14px;
            margin: 0;
            padding: 3px;
        }
    }

    @media (max-width: 800px) {
        .home-medea {
            display: flex !important;
            justify-content: center;
            align-items: center;
            align-content: center;
        }

        .container.home-medea a {
            background: linear-gradient(94.79deg, #BB743D -7.18%, #2B5288 92.48%);
            border-radius: 6px;
            color: white;
        }

        .home-slide .owl-stage .item-home1 {
            padding-bottom: 0;
        }

        .flex-wrap-media {
            flex-direction: column !important;
        }



        .home-slide .slider-res {
            position: absolute;
            top: 123px;
            width: auto;
            margin: 0 auto;
            display: none !important;
        }

        .home-slide .owl-nav {
            padding: revert;
            position: relative;
            display: none;
            justify-content: center;
            align-items: center;
        }

        .slider-res {
            justify-content: center !important;
            display: flex;
            align-items: flex-start;
            align-content: flex-start;
            position: relative;
            height: 143px !important;
            top: 0;
            flex-direction: column;
            flex-wrap: wrap;
        }

        .slider-res-inner {
            margin: 0 auto !important;
            left: 0;
        }

        .slider-res .slider-res-inner a {
            display: flex;
            font-size: 14px;
            margin: 3px !important;
            padding: 3px;
            text-align: center;
            justify-content: center;
            flex-direction: column;
        }

        .webotix-img {
            margin: auto !important;
        }
    }

    @media (max-width: 576px) {
        .form-style form {
            padding: 20px !important;
        }

        .form-style h3 {
            font-size: 20px !important;
        }
    }

    @media (max-width: 375px) {


        .home-medea {
            display: flex !important;
            justify-content: center;
            align-items: center;
            align-content: center;
        }

        .container.home-medea a {
            background: linear-gradient(94.79deg, #BB743D -7.18%, #2B5288 92.48%);
            border-radius: 6px;
            color: white;
        }

        .home-slide .owl-stage .item-home1 {
            padding-bottom: 0;
        }

        .flex-wrap-media {
            flex-direction: column !important;
        }





        .home-slide .owl-nav {
            padding: revert;
            position: relative;
            display: none;
            justify-content: center;
            align-items: center;
        }

        .slider-res {
            justify-content: center !important;
            display: flex;
            align-items: flex-start;
            align-content: flex-start;
            position: relative;
            height: 143px !important;
            top: 0;
            flex-direction: column;
            flex-wrap: wrap;
        }

        .slider-res-inner {
            margin: 0 auto !important;
            left: 0;
        }

        .slider-res .slider-res-inner a {
            display: flex;
            font-size: 14px;
            margin: 3px !important;
            padding: 3px;
            text-align: center;
            justify-content: center;
            flex-direction: column;
        }

        .webotix-img {
            margin: auto !important;
        }
    }

    .home-media .btn {
        background: linear-gradient(94.79deg, #BB743D -7.18%, #2B5288 92.48%);
        border-radius: 6px;
        color: white;
        padding: 3px 20px;
        margin: -1px;
    }

    .home-medea {
        display: none;
    }

    .videoText-content {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        display: grid;
        align-content: center;
        justify-content: center;
        text-align: center;
        justify-items: center;
        background: rgb(18 79 145 / 50%);
    }

        .videoText-content * {
            text-decoration: none;
            color: #fff;
        }

        .videoText-content .btn {
            background: linear-gradient(94.79deg, #BB743D -7.18%, #2B5288 92.48%);
            border-radius: 6px;
            border: 0;
            transition: .75s ease;
            color: white;
            padding: 10px 20px;
            margin: 15px;
            width: auto;
        }

            .videoText-content .btn:hover {
                background: rgb(18 79 145 / 50%);
            }