/* Reset */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
    display: block;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}


/* Fonts */
:root {
    --font-default: Open Sans, system-ui, -apple-system, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, Liberation Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    --font-primary: "Poppins", sans-serif;
    --font-secondary: "Poppins", sans-serif;
    ;
}

/* 

   font-family: "Poppins", sans-serif;

*/

/* Colors */
:root {
    --color-default: #555;
    --color-primary: #333;
    --color-secondary: #1D67CD;
    --color-bodyFont: #555;
    --color-white: #fff;
}

/* Smooth scroll behavior */
:root {
    scroll-behavior: smooth;
}



/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
    font-family: var(--font-secondary) !important;
    color: var(--color-default);
    overflow-x: hidden !important;
}


a {
    font-family: var(--font-secondary) !important;
    color: var(--color-secondary);
    text-decoration: none;
    transition: all ease-in-out 0.3s;
}

a:hover {
    color: var(--color-primary);
    ;
    text-decoration: none;
}

p,
ul li,
ol li {
    font-family: var(--font-secondary);
    font-size: 16px;
    font-weight: 400;
    line-height: 2em;
}

.para-justify {
    text-align: justify !important
}


p b,
p span,
li b,
li span {
    color: var(--color-secondary);
    font-weight: bold;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--font-primary);
    color: var(--color-primary);
    font-weight: 700;
}

h1 {
    font-size: 3rem;
}

h2 {
    font-size: 3rem;
}

h1 > span,
h2 > span {
    color: var(--color-secondary);
}

.top-bar {
    height: 56px;
    border-bottom: 1px solid rgba(0, 0, 0, .07);
    background: var(--color-secondary);
    color: var(--color-white);
}

.top-bar .text-body i {
    color: var(--color-white);
}

.sec-pad {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}


.light-bg-inner {
    background: radial-gradient(circle at 18.7% 37.8%, rgb(250, 250, 250) 0%, rgb(225, 234, 238) 90%);
}

.light-bg{ background-color: #f8f9fa}

.inside-top-bg {
    background-color: #e2ebe9;
}

.dark-bg {
    background-color: var(--color-primary)
}

.text-lite {
    color: #f3f3f3;
}

.sub-hdr {
    font-size: 24px;
}

.sec-header,
.sec-header-lg,
.sec-header h2 {
    /*    color: var(--color-secondary);*/
    font-size: 38px;
    font-weight: 700;
    position: relative;
    height: 100px;
    display: inline-block;
}

.sec-header-lg {
    font-size: 64px;
}


.sec-header h2::after {
    content: "\f128";
    position: absolute;
    width: 50px;
    height: 2px;
    display: block;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 10rem;
    opacity: 0.1;
    z-index: -1;
    top: -50px;
    right: -50px;
}

.light-bg-inner .sec-header h2::after {
    z-index: 999;
}


.theme-btn {
    padding: 15px 30px;
    text-align: center;
    font-family: var(--font-secondary);
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: #fff;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    /*        box-shadow: 0 0 20px #eee;*/
    border-radius: 10px;
    display: inline-block;
}

.theme-btn-light {
    background-image: linear-gradient(to right, #0064b0 0%, #00317e 51%, #0064b0 100%);
}

.theme-btn-dark {
    background-image: linear-gradient(to right, #f3f3f3 0%, #262c30 51%, #f3f3f3 100%);
}

.theme-btn-light:hover {
    background-position: right center;
    color: #fff;
}

.theme-btn-dark:hover {
    background-position: right center;
    color: #fff;
}


.top-btn {
    padding: 7px 15px;
    text-align: center;
    text-transform: uppercase;
    font-family: var(--font-secondary);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.7);
    transition: all 0.3s ease-in-out;
}

.top-btn:hover {
    color: #8ed7f7;
}

.navik-header{position: relative !important;}



@media screen and (max-width:768px) {
    
    
    .sec-header {
        font-size: 30px;
    }

    h2{font-size: 2rem;}
    .sec-header h2 {
        max-width: 100%;
    }

    .sec-header::before,
    .sec-header::after,
    .sec-header h2::after{
        display: none;
    }
}


/*--------------------------------------------------------------
# Home Banner
--------------------------------------------------------------*/
/*
#carouselExampleCaptions {
    height: 80vh;
    overflow: hidden;
}
*/

/*
@media screen and (max-width: 480px) {
    #carouselExampleCaptions {
        height: auto;
    }
}

#carouselExampleCaptions .carousel-caption {
    text-align: left;
    top: 35%;
    width: 35%;
}

#carouselExampleCaptions .carousel-caption h5 {
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--color-white);
}

#carouselExampleCaptions .carousel-caption p {
    font-size: 20px;
    color: var(--color-white);
}

#carouselExampleCaptions .carousel-caption.carousel-text-bg {
    background-color: rgba(0, 49, 126, 0.75);
    height: 30%;
    padding: 30px;
    flex-direction: column;
    justify-content: center;
    backdrop-filter: blur(10px);
    border-radius: 50px 0 50px 0;
}

@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(1, 1);
    }

    to {
        -webkit-transform: scale(1.3, 1.3);
    }
}

@keyframes zoom {
    from {
        transform: scale(1, 1);
    }

    to {
        transform: scale(1.5, 1.5);
    }
}

.carousel-inner .carousel-item > img {
    -webkit-animation: zoom 20s;
    animation: zoom 20s;
}
*/

/*
.contribute-area {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.contribute-form {
    width: 60%
}

.type-header-xlarge,
.type-subheader,
.explore-btn {
    margin-bottom: 1.2rem;
    text-align: center;
}

.type-header-xlarge {
    font-size: 2rem;
    font-weight: 700;
    color: var(--color-secondary);
}

.type-subheader {
    font-size: 1.6875rem;
    font-weight: 600;
    color: var(--color-primary);
}
*/




/*--------------------------------------------------------------
# Hero- area
--------------------------------------------------------------*/

.hero-area {
    width: 100%;
    min-height: 500px;
/*    background: url("../images/s1.jpg") top center;*/
    background-attachment: scroll;
    background-size: auto;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    padding: 30px 0;
    z-index: 3;
    display: flex;
    align-items: center;
}

.hero-area::before {
    position: absolute;
    content: "";
    background: rgba(256, 256, 256, 0.8);
    inset: 0;
}


.hero-area::after {
    position: absolute;
    content: "";
    width: 50%;
    background: rgba(230, 230, 230, 0.7);
    top: 0;
    right: 0;
    inset: 0;
}

.hero-area .container {
    z-index: 1;
    color: var(--color-white);
    ;
}


/*
.top-bg{
    background-color: #0164b0;
}
*/

.top-area{padding: 30px 0 60px; background: var(--color-secondary);}

.top-area h1 {
    font-size: 2rem;
    margin-bottom: 20px;
    color: var(--color-white);
}

.top-area h3 {
    font-size: 18px;
    font-weight: 500;
    color: var(--color-white);
}

.query-hdr, .query-subhdr, .query-hdr-bnr{
    color: var(--color-default);
}

.query-hdr-bnr{font-size: 2rem; margin-bottom: 20px;}

.query-subhdr {
    font-size: 22px;
    font-weight: 500;
/*    margin-bottom: 30px;*/
}

.query{padding-left: 30px;}

.query li{list-style: disclosure-closed; padding-left: 5px;}

.query li a, .query li {
    color: var(--color-default);
    margin-bottom: 10px;
    display: block;
}

.query:first-child li a, .query:first-child li{
    font-size: 20px;
    padding: 15px 0;
}

.modal-header{
    flex-shrink: 1;
    background: var(--color-secondary);
    color: #fff;
}

h2.modal-header{border: none;}

.modal-body select{font-weight: bold !important;}

.btn-close{
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
}

.tea-parallax {
    background: url(https://mldgroup.in/wp-content/uploads/2025/04/tea-plantation.jpg) fixed;
    background-size: cover;
    color: #fff;
}


@media (min-width: 768px) {
    .modal-dialog {
        max-width:700px;
    }
}

@media screen and (max-width: 480px) {
    
    .hero-area{padding: 60px 0 0 0;}

    .hero-area::after {
        display: none;
    }
    
    .query-mob-bg{
        background: rgba(230, 230, 230, 1);
        padding: 50px 15px;
        margin-top: 30px;
    }
    
    .modal-dialog {
       padding: 15px;
    }

}







/*--------------------------------------------------------------
# Home about area
--------------------------------------------------------------*/
.deco-bdr-area {
    /*
    position: absolute;
    top: -90px;
*/
    padding-right: 30px;
}

.deco-bdr-area img {
    position: relative;
    z-index: 10;
}

.deco-bdr {
    border: 4px solid rgba(172, 82, 81, 1);
    position: absolute;
    height: 460px;
    width: 460px;
    top: 25px;
    right: -15px;
    z-index: 1;
}


.deco-bdr-area img {
    position: absolute;
    left: 0;
    top: -93px;
    z-index: 9;
}

.abt-txt-area {
    padding: 0 60px 0 0;
}

.abt-txt-area h2 {
    color: var(--color-white);
    font-size: 44px;
    position: relative;
    font-weight: 300;
}

.abt-txt-area .sec-header::after {
    display: none;
}



.abt-txt-area p {
    color: #f7f7f7;
}

@media screen and (max-width: 480px) {
    .deco-bdr-area img {
        position: static;
    }

    .abt-txt-area {
        padding: 15px;
    }

    .deco-bdr {
        display: none;
    }
}



.ftco-section {
    padding: 50px 0;
    position: relative;
    width: 100%;
    overflow-x: hidden;
}

@media (max-width: 575.98px) {
    .ftco-section {
        padding: 6em 0;
    }
}

.flow-wrap {
    width: 100%;
    margin-bottom: 0px;
    position: relative;
    z-index: 0;
    margin-bottom: 30px;
    z-index: 0;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

@media (max-width: 1199.98px) {
    .flow-wrap {
        margin-bottom: 20px;
    }
}

@media (max-width: 767.98px) {
    .flow-wrap {
        border-radius: 2px;
        margin-bottom: 10px;
    }
}

.flow-wrap .icon {
    width: 130px;
    height: 130px;
    /*    background: #fff;*/
    background-image: linear-gradient(45deg, #0064b0, #00317e);
    margin: 0 auto;
    margin-bottom: 30px;
    border-radius: 25px;
    position: relative;
    -webkit-box-shadow: 0px 5px 25px -2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 5px 25px -2px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 5px 25px -2px rgba(0, 0, 0, 0.05);
    display: flex;
    justify-content: center;
    align-items: center;
}

.flow-wrap .icon:after {
    position: absolute;
    bottom: -19px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 15px 0 15px;
    border-color: #0058a4 transparent transparent transparent;
}

.flow-wrap .icon span {
    font-size: 70px;
    line-height: 1.2;
    color: var(--color-white);
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.flow-wrap .icon img {
    width: 70px;
}

.flow-wrap .text {
    width: 100%;
}

.flow-wrap .text h2,
.flow-wrap .text .h2 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 10px;
    font-family: var(--font-secondary);
}

.flow-wrap .text span {
    font-size: 13px;
    font-weight: 500;
    background: #f9faff;
    padding: 5px;
    border-radius: 4px;
}

.ftco-intro-2 {
    color: rgba(255, 255, 255, 1);
    z-index: 0;
    position: relative;
    padding: 5em 0;
}

.ftco-intro-2 .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    opacity: .6;
    background: #00317e;
    z-index: -1;
}

@media (max-width: 767.98px) {
    .ftco-intro-2 {
        background-position: center center !important;
    }
}

.ftco-intro-2 .subheading {
    font-size: 13px;
    display: block;
    margin-bottom: 5px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
}

.ftco-intro-2 h1,
.ftco-intro-2 .h1 {
    color: #fff;
    font-weight: 600;
    font-size: 30px;
}



.benefits li {
    margin-top: 15px;
    position: relative;
    padding-left: 60px;
}

.benefits li::before {
    position: absolute;
    content: "\f00c";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    display: inline-block;
    color: var(--color-secondary);
    top: 0;
    left: 0;
    padding-left: 30px;
}


.testimonial .carousel-inner .carousel-caption {
    position: static;
    padding: 30px 250px;
    min-height: 120px;
}

#carouselClient {
    position: relative;
}

#carouselClient:before {
    content: "\f10e";
    position: absolute;
    width: 50px;
    height: 2px;
    display: block;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 6rem;
    opacity: 1;
    color: var(--color-secondary);
    z-index: 999;
    top: -100px;
    right: 50%;
}

@media (max-width: 480px) {
    padding: 30px 15px;
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer {
    /*    background: url(../images/ftr-bg.jpg);*/
    background: #00317e;
    /*
    padding: 60px 0 30px;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
*/
}

.ftr-head {
    color: #dddddd;
    font-size: 24px;
    margin: 10px 0;
    font-weight: 500;
    letter-spacing: 1px;
}

@media screen and (max-width: 480px) {
    .ftr-head {
        font-size: 26px;
        margin: 20px 0 10px;
    }
}

.link-list li {
    word-break: break-all;
    line-height: 1.4;
    padding: 5px 0;
}

.link-list li:before {
    content: '\f105';
    font-family: FontAwesome;
    font-size: 14px;
    margin-right: 10px;
    color: #e6e0cf;
}

.link-list li a {
    color: #e6e0cf;
    font-size: 14px;
    font-family: var(--font-secondary);
    transition: all 0.2s ease 0s;
}

@media screen and (max-width: 480px) {
    .link-list li {
        padding: 8px 0;
    }

    .link-list li a {
        font-size: 16px;
    }
}

.link-list li:hover a,
.link-list li:focus a {
    text-decoration: none;
    color: #aaa;
    padding-left: 5px;
}

.link-list li.indent {
    margin-left: 25px;
}

.connect {
    color: #e6e0cf;
    font-size: 14px;
    line-height: 28px;
    font-family: var(--font-secondary);
}

@media screen and (max-width: 480px) {
    .connect {
        font-size: 16px;
        line-height: 30px;
    }
}

.social-icon-area {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
    display: block;
}

.social-icon-area ul li {
    float: left;
    padding: 0 7px;
}

.social-icon-area ul li a {
    font-size: 20px;
    color: #e6e0cf;
    transition: all ease-in-out 0.3s;
}

.social-icon-area ul li:hover a {
    color: #aaa;
}

/* @media screen and (max-width: 480px) {
    footer {
        text-align: center;
    }

    .social-icon-area ul {
        margin-left: 32.5%;
    }
} */

.cpyr8 {
    background-color: #00317e;
}

.cpyr8 p {
    text-align: center;
    color: #fff;
    line-height: normal;
    font-size: 14px;
    font-family: var(--font-secondary);
    margin: 15px auto;
    letter-spacing: 0.1rem;
}





.scroll-top,
.scroll-top:hover {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 99999;
    background: var(--color-primary);
    width: 40px;
    height: 40px;
    border-radius: 4px;
    transition: all 0.4s;
    color: #fff;
}

.scroll-top.active {
    visibility: visible;
    opacity: 1;
}

.wpcf7-form .form-group {
    margin: 10px auto !important;
    align-items: center;
    flex-direction: column;
}


.form-control-captcha {
    padding: 1.375rem 0.75rem;
    /* padding: .375rem .75rem;*/
    height: 38px;
    max-height: 38px;
    border: 1px solid #c1c1c1;
    font-size: 13px;
    color: #616161;
    background: #fff;
    width: 100%;
    border-radius: .375rem;
}

.form-control,
textarea.form-control {
    max-height: 50px !important;
    padding: 13px 15px !important;
}

.form-control-captcha {
    padding: 1.375rem 0.75rem;
    /* padding: .375rem .75rem; */
    height: 38px;
    max-height: 38px;
    border: 1px solid #c1c1c1;
    font-size: 13px;
    color: #616161;
    background: #fff;
    width: 50%;
    border-radius: .375rem;
}

.wpcf7-submit {
    background-image: linear-gradient(to right, #0064b0 0%, #00317e 51%, #0064b0 100%);
    color: #fff;
}


.wpcf7-submit:hover {
    background-position: right center;
    color: #fff;
}



/*.................... Why US timeline CSS ....................*/

.timeline:before {
    content: '';
    position: absolute;
    height: 100%;
    left: 50%;
    width: 2px;
    top: -20px;
    background: #0063af;
    z-index: 1;
}

.timeline {
    position: relative;
    margin: 50px auto;
    width: 1000px;
    padding: 50px 0;
    display: flex;
}


.timeline ul {
    margin: 0;
    padding: 0;
}

.timeline ul li {
    list-style: none;
    box-sizing: border-box;
    line-height: normal;
    position: relative;
    width: 50%;
    padding: 40px 70px;
}

.timeline ul li .right_content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.timeline ul li .right_content h2 {
    color: rgba(0, 99, 175, 0.6);
    padding: 0px 2px 18px 0px;
    font-size: 56px;
    text-align: center;
    border: 10px solid rgba(0, 99, 175, 0.2);
    border-radius: 50%;
    height: 128px;
    width: 128px;
    line-height: 110px;
}

.timeline ul li .right_content p {
    font-size: 20px;
}

.timeline ul li:nth-child(odd) {
    float: left;
    text-align: right;
    clear: both;
}

.timeline ul li:nth-child(even) {
    float: right;
    text-align: left;
    clear: both;
}

.left_content {
    padding-bottom: 20px;
}

.timeline ul li:nth-child(odd):before {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    background: rgba(0, 99, 175, 1);
    border-radius: 50%;
    box-shadow: 0 0 0 3px rgba(0, 99, 175, 0.2);
    right: -6px;
    top: 24px;
    z-index: 1;
}

.timeline ul li:nth-child(even):before {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    background: rgba(0, 99, 175, 1);
    border-radius: 50%;
    box-shadow: 0 0 0 3px rgba(0, 99, 175, 0.2);
    left: -4px;
    top: 24px;
}

.timeline ul li:nth-child(odd) .left_content {
    position: absolute;
    top: 12px;
    right: -165px;
    margin: 0;
    padding: 8px 16px;

    color: var(--color-secondary);
    box-shadow: 0 0 0 3px rgba(0, 99, 175, 0.3);
    border-radius: 18px;

}

.timeline ul li:nth-child(even) .left_content {
    position: absolute;
    top: 12px;
    left: -165px;
    margin: 0;
    padding: 8px 16px;

    color: var(--color-secondary);
    box-shadow: 0 0 0 3px rgba(0, 99, 175, 0.3);
    border-radius: 18px;

}

@media (max-width: 1000px) {

    .timeline {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .timeline {
        width: 100%;
    }

    .timeline:before {
        left: 20px;
    }

    .timeline ul li:nth-child(odd),
    .timeline ul li:nth-child(even) {
        width: 100%;
        text-align: left;
        padding-left: 50px;
    }

    .timeline ul li:nth-child(odd):before {
        top: -18px;
        left: 16px;

    }

    .timeline ul li:nth-child(even):before {
        top: -18px;
        left: 16px;
    }

    .timeline ul li:nth-child(odd) .left_content,
    .timeline ul li:nth-child(even) .left_content {
        top: -30px;
        left: 50px;
        right: inherit;
    }


}


/*.................... Why US timeline CSS end ....................*/


/*.................... About page team CSS Start....................*/

.staff {
    margin-bottom: 30px;
    position: relative;
    z-index: 0;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.staff .img {
    height: 200px;
    width: 200px;
    display: block;
    background-position: top center;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
    border-radius: 50%;
    margin: 0 auto;
    border: 10px solid #f8f9fa;
    z-index: 0;
}

.staff .img:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    content: '';
    opacity: 0;
    z-index: -1;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.staff .text {
    position: relative;
    background: #fff;
    padding: 110px 30px 30px 30px;
    border-radius: 4px;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin-top: -100px;
    z-index: -1;
    -webkit-box-shadow: 0px 5px 25px -2px rgba(0, 0, 0, 0.01);
    -moz-box-shadow: 0px 5px 25px -2px rgba(0, 0, 0, 0.01);
    box-shadow: 0px 5px 25px -2px rgba(0, 0, 0, 0.01);
}

.staff .text h3,
.staff .text .h3 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 0;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.staff .text .position {
    color: #4f86f9;
    display: block;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 14px;
}

.staff .ftco-social {
    padding: 0;
}

.staff .ftco-social li {
    list-style: none;
    margin-right: 2px;
    display: inline-block;
}

.staff .ftco-social {
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.staff .ftco-social li a {
    width: 34px;
    height: 34px;
    background: #4f86f9;
    color: #fff;
    border-radius: 50%;
}

.staff:hover .text,
.staff:focus .text {
    background: #4f86f9;
    color: rgba(255, 255, 255, 0.8);
}

.staff:hover .text h3,
.staff:hover .text .h3,
.staff:focus .text h3,
.staff:focus .text .h3 {
    color: #fff;
}

.staff:hover .text .position,
.staff:focus .text .position {
    color: #fff;
}

.staff:hover .ftco-social li a,
.staff:focus .ftco-social li a {
    background: rgba(255, 255, 255, 0.3);
    color: #fff;
}


/*.................... About page team CSS End ....................*/



/********************************************/

.faq_subhead {
    font-size: 28px;
    margin: 20px 0;
    font-weight: bold;
    color: var(--color-secondary);
}

.wpsm_panel-body{
    padding: 30px 45px !important;
}

.comments-area {
    display: none;
}

.timeline {
    position: relative;
    margin: 50px auto;
    width: 1000px padding: 50px 0;
}

.timeline ul li .right_content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.italic-text {
    font-style: italic;
}

.whatsAppText {
    position: absolute;
    top: 17%;
    left: -196px;
    background: #eee;
    border-radius: 6px;
    padding: 10px;
    font-size: 14px;
}

.wab-icon-styled.wab-cont.wab-pull-right, .wab-icon-plain.wab-cont.wab-pull-right{
    right: 60px !important;
    display: none;
}

/*#wab_cont, .wab-cont{display: none !important}*/


#wp-chatbot-ball .wp-chatbot-ball img {
    width: 110px !important;
    height: auto !important;
    display: block;
    border-radius: 0 !important;
    margin: 2px;
/*    margin-top: -50px;*/

}

.wp-chatbot-ball {
    float: right;
    position: relative;
    cursor: pointer;
    background: none !important;
    margin-top: 10px;
    box-shadow: none;
    border-radius: none !important;
    width: 110px !important;
    height: 110px;
}

.wp-chatbot-ball:hover, .wp-chatbot-ball:focus{
    background: none !important;
}


.bigger-chat-ico, .bigger-chat-ico img{
    height: 60px;
    width: 60px;
}

#wpsm_accordion_126 .ac_title_class {
    font-family: var(--font-secondary) !important;
    display: block !important;
    padding-top: 12px !important;
    padding-bottom: 12px !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
}

#wpsm_accordion_130 .wpsm_panel-title a, .wpsm_panel-title a, .wpsm_panel-title a span{
    font-family: var(--font-secondary) !important;
}




/*** Chatbot CSS ****/

.wp-chatbot-board-container{width: 480px;}

#wp-chatbot-messages-container .wp-chatbot-avatar img, .wp-chatbot-agent-profile .wp-chatbot-widget-avatar img{display: none;}
ul.wp-chatbot-messages-container > li.wp-chatbot-msg{padding-left: 15px !important;}

@media screen and (max-width: 480px) {
    #wp-chatbot-chat-container {
        width: 90%;
        right: 15px !important;
        left: 15px !important;
    }
}