.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-4b8e585:#585858;--e-global-color-a2a0a6a:#F1F1F1;--e-global-color-3cd7878:#343434;--e-global-color-44e4415:#080574;--e-global-color-bb843f6:#12288A;--e-global-color-a149be4:#215BAA;--e-global-color-d3edd0d:#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;color:var( --e-global-color-text );font-family:"Poppins", Sans-serif;font-size:16px;font-weight:400;line-height:1.4em;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{background-color:var( --e-global-color-d3edd0d );font-family:"Poppins", Sans-serif;font-size:16px;font-weight:600;color:#FFFFFF;border-style:none;border-radius:10px 10px 10px 10px;padding:10px 33px 10px 33px;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 p{margin-block-end:20px;}.elementor-kit-6 h1{font-size:80px;font-weight:800;}.elementor-kit-6 h2{font-size:60px;font-weight:700;}.elementor-kit-6 h3{font-size:44px;}.elementor-kit-6 h4{font-size:28px;}.elementor-kit-6 h5{font-size:18px;}.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);}@media(max-width:1024px){.elementor-kit-6 h1{font-size:60px;}.elementor-kit-6 h2{font-size:44px;}.elementor-kit-6 h3{font-size:28px;}.elementor-kit-6 h4{font-size:20px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.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;
}

/*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;
    }
}

.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;
    }
}
@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;
}/* End custom CSS */