.elementor-kit-6{--e-global-color-primary:#C6182A;--e-global-color-secondary:#000000;--e-global-color-text:#1C1C1C;--e-global-color-accent:#FFFFFF;--e-global-color-d674451:#010A33;--e-global-color-068f750:#080574;--e-global-color-f055729:#12288A;--e-global-color-af41cfa:#183F97;--e-global-color-b6eecd6:#215BAA;--e-global-color-33ae91f:#585858;--e-global-color-c0e96d8:#F1F1F1;--e-global-color-fbd0325:#9E122B;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Poppins";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Poppins";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Poppins";--e-global-typography-accent-font-weight:500;font-size:16px;font-weight:400;line-height:1.5em;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 p{margin-block-end:20px;}.elementor-kit-6 h1{font-family:"Poppins", Sans-serif;font-size:52px;font-weight:700;line-height:1.2em;}.elementor-kit-6 h2{font-family:"Poppins", Sans-serif;font-size:44px;line-height:1.2em;}.elementor-kit-6 h3{font-family:"Poppins", Sans-serif;font-size:34px;font-weight:700;line-height:1.2em;}.elementor-kit-6 h4{font-family:"Poppins", Sans-serif;font-size:24px;line-height:1.4em;}.elementor-kit-6 h5{font-family:"Poppins", Sans-serif;font-size:21px;line-height:1.4em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1280px;}.e-con{--container-max-width:1280px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-kit-6 h1{font-size:44px;}.elementor-kit-6 h2{font-size:36px;}.elementor-kit-6 h3{font-size:28px;}.elementor-kit-6 h4{font-size:20px;}.elementor-kit-6 h5{font-size:18px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-6 h1{font-size:38px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS */p:last-child {
    margin-bottom: 0 !important;
}
ul > li:not(header ul > li, footer ul > li):last-child {
    margin-bottom: 20px;
}
ul:not(header ul, footer ul) {
    padding-left: 20px;
}
ul > li::marker {
    color: #080574;
    font-size: 20px;
}
#main-menu-container .elementor-widget-theme-site-logo img {
    transition: height 0.2s ease-in-out;
}
.elementor-sticky--active#main-menu-container .elementor-widget-theme-site-logo img {
    height: 60px !important;
}
.elementor-sticky--active#main-menu-container .e-con-inner {
    padding-top: 8px;
    padding-bottom: 8px;
}

.home-dr-desc p {
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

/*Our Team Loop*/
@media screen and (min-width: 1025px) {
    #team-loop .elementor-grid > div:nth-child(odd){
        margin-left: 100px;
    }
    #team-loop .elementor-grid > div:nth-child(even){
        margin-right: 100px;
    }
    .schedule > div:first-child {
        min-width: 550px;
        align-items: center;
    }
}

@media screen and (min-width: 768px) {
    #team-loop .elementor-grid > div:nth-child(odd) .e-con-inner {
        flex-direction: row-reverse;
    }
}

#team-loop .elementor-grid > div:nth-child(odd) h4 {
    color: red;
}

/*Schedule Animation*/
.schedule > div {
    transition: all 0.2s ease-in-out;
    bottom: 0px;
}
.schedule > div:hover {
    background: #8a000e !important;
    bottom: 2px;
}

/*Arrow Animation in Button*/
a.elementor-button svg{
    left: 0px;
    position: relative;
    transition: all 0.25s ease-in-out;
}
a.elementor-button:hover svg {
    left: 5px;
}

/*Hide Entry Title*/
.entry-title {
    display: none !important;
}

/*Responsive*/

/*Tablet*/
@media screen and (min-width: 768px) and (max-width: 1024px) { 
    .inner-width {
        max-width: 800px;
        margin: auto;
    }
    #team-loop .elementor-grid > div:nth-child(odd){
        margin-left: 32px;
    }
    #team-loop .elementor-grid > div:nth-child(even){
        margin-right: 32px;
    }
}

/*Mobile*/
@media screen and (max-width: 767px) {
    .inner-width {
        max-width: 500px;
        margin: auto;
    }
    .br-mbl {
        display: none;
    }
}/* End custom CSS */