@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");
body {
    --wp--preset--color--black: #000000;
    --wp--preset--color--cyan-bluish-gray: #abb8c3;
    --wp--preset--color--white: #ffffff;
    --wp--preset--color--pale-pink: #f78da7;
    --wp--preset--color--vivid-red: #cf2e2e;
    --wp--preset--color--luminous-vivid-orange: #ff6900;
    --wp--preset--color--luminous-vivid-amber: #fcb900;
    --wp--preset--color--light-green-cyan: #7bdcb5;
    --wp--preset--color--vivid-green-cyan: #00d084;
    --wp--preset--color--pale-cyan-blue: #8ed1fc;
    --wp--preset--color--vivid-cyan-blue: #0693e3;
    --wp--preset--color--vivid-purple: #9b51e0;
    --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg, rgba(6, 147, 227, 1) 0%, rgb(155, 81, 224) 100%);
    --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg, rgb(122, 220, 180) 0%, rgb(0, 208, 130) 100%);
    --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg, rgba(252, 185, 0, 1) 0%, rgba(255, 105, 0, 1) 100%);
    --wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg, rgba(255, 105, 0, 1) 0%, rgb(207, 46, 46) 100%);
    --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg, rgb(238, 238, 238) 0%, rgb(169, 184, 195) 100%);
    --wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg, rgb(74, 234, 220) 0%, rgb(151, 120, 209) 20%, rgb(207, 42, 186) 40%, rgb(238, 44, 130) 60%, rgb(251, 105, 98) 80%, rgb(254, 248, 76) 100%);
    --wp--preset--gradient--blush-light-purple: linear-gradient(135deg, rgb(255, 206, 236) 0%, rgb(152, 150, 240) 100%);
    --wp--preset--gradient--blush-bordeaux: linear-gradient(135deg, rgb(254, 205, 165) 0%, rgb(254, 45, 45) 50%, rgb(107, 0, 62) 100%);
    --wp--preset--gradient--luminous-dusk: linear-gradient(135deg, rgb(255, 203, 112) 0%, rgb(199, 81, 192) 50%, rgb(65, 88, 208) 100%);
    --wp--preset--gradient--pale-ocean: linear-gradient(135deg, rgb(255, 245, 203) 0%, rgb(182, 227, 212) 50%, rgb(51, 167, 181) 100%);
    --wp--preset--gradient--electric-grass: linear-gradient(135deg, rgb(202, 248, 128) 0%, rgb(113, 206, 126) 100%);
    --wp--preset--gradient--midnight: linear-gradient(135deg, rgb(2, 3, 129) 0%, rgb(40, 116, 252) 100%);
    --wp--preset--font-size--small: 13px;
    --wp--preset--font-size--medium: 20px;
    --wp--preset--font-size--large: 36px;
    --wp--preset--font-size--x-large: 42px;
    --wp--preset--spacing--20: 0.44rem;
    --wp--preset--spacing--30: 0.67rem;
    --wp--preset--spacing--40: 1rem;
    --wp--preset--spacing--50: 1.5rem;
    --wp--preset--spacing--60: 2.25rem;
    --wp--preset--spacing--70: 3.38rem;
    --wp--preset--spacing--80: 5.06rem;
    --wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);
    --wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);
    --wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);
    --wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);
    --wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);
    overflow: hidden !important;
    overflow-y: auto !important;
}
.description {
    font-weight: 300;
}
:where(.is-layout-flex) {
    gap: 0.5em;
}
:where(.is-layout-grid) {
    gap: 0.5em;
}
body .is-layout-flow > .alignleft {
    float: left;
    margin-inline-start: 0;
    margin-inline-end: 2em;
}
body .is-layout-flow > .alignright {
    float: right;
    margin-inline-start: 2em;
    margin-inline-end: 0;
}
body .is-layout-flow > .aligncenter {
    margin-left: auto !important;
    margin-right: auto !important;
}
body .is-layout-constrained > .alignleft {
    float: left;
    margin-inline-start: 0;
    margin-inline-end: 2em;
}
body .is-layout-constrained > .alignright {
    float: right;
    margin-inline-start: 2em;
    margin-inline-end: 0;
}
body .is-layout-constrained > .aligncenter {
    margin-left: auto !important;
    margin-right: auto !important;
}
body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
    max-width: var(--wp--style--global--content-size);
    margin-left: auto !important;
    margin-right: auto !important;
}
body .is-layout-constrained > .alignwide {
    max-width: var(--wp--style--global--wide-size);
}
body .is-layout-flex {
    display: flex;
}
body .is-layout-flex {
    flex-wrap: wrap;
    align-items: center;
}
body .is-layout-flex > * {
    margin: 0;
}
body .is-layout-grid {
    display: grid;
}
body .is-layout-grid > * {
    margin: 0;
}
body,
* {
     font-family: Gordita;
}

body,
.gmap-marker-wrap {
    font-family: Gordita;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0em;
    line-height: 1.87;
}
h1,
h2,
h3,
h4,
h5,
h6,
.heading,
.heading-typography {
    font-family: Butler;
    font-weight: 700;
    letter-spacing: 0em;
    line-height: 1.3;
}
.navbar-nav li a, .nav-item .nav-link, .title span, h3.post-title a, .marquesectitle h4 span{
    font-family: Butler;
}
:where(.wp-block-columns.is-layout-flex) {
    gap: 2em;
}
:where(.wp-block-columns.is-layout-grid) {
    gap: 2em;
}
:where(.wp-block-post-template.is-layout-flex) {
    gap: 1.25em;
}
:where(.wp-block-post-template.is-layout-grid) {
    gap: 1.25em;
}
.has-black-color {
    color: var(--wp--preset--color--black) !important;
}
.has-cyan-bluish-gray-color {
    color: var(--wp--preset--color--cyan-bluish-gray) !important;
}
.has-white-color {
    color: var(--wp--preset--color--white) !important;
}
.has-pale-pink-color {
    color: var(--wp--preset--color--pale-pink) !important;
}
.has-vivid-red-color {
    color: var(--wp--preset--color--vivid-red) !important;
}
.has-luminous-vivid-orange-color {
    color: var(--wp--preset--color--luminous-vivid-orange) !important;
}
.has-luminous-vivid-amber-color {
    color: var(--wp--preset--color--luminous-vivid-amber) !important;
}
.has-light-green-cyan-color {
    color: var(--wp--preset--color--light-green-cyan) !important;
}
.has-vivid-green-cyan-color {
    color: var(--wp--preset--color--vivid-green-cyan) !important;
}
.has-pale-cyan-blue-color {
    color: var(--wp--preset--color--pale-cyan-blue) !important;
}
.has-vivid-cyan-blue-color {
    color: var(--wp--preset--color--vivid-cyan-blue) !important;
}
.has-vivid-purple-color {
    color: var(--wp--preset--color--vivid-purple) !important;
}
.has-black-background-color {
    background-color: var(--wp--preset--color--black) !important;
}
.has-cyan-bluish-gray-background-color {
    background-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}
.has-white-background-color {
    background-color: var(--wp--preset--color--white) !important;
}
.has-pale-pink-background-color {
    background-color: var(--wp--preset--color--pale-pink) !important;
}
.has-vivid-red-background-color {
    background-color: var(--wp--preset--color--vivid-red) !important;
}
.has-luminous-vivid-orange-background-color {
    background-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}
.has-luminous-vivid-amber-background-color {
    background-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}
.has-light-green-cyan-background-color {
    background-color: var(--wp--preset--color--light-green-cyan) !important;
}
.has-vivid-green-cyan-background-color {
    background-color: var(--wp--preset--color--vivid-green-cyan) !important;
}
.has-pale-cyan-blue-background-color {
    background-color: var(--wp--preset--color--pale-cyan-blue) !important;
}
.has-vivid-cyan-blue-background-color {
    background-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}
.has-vivid-purple-background-color {
    background-color: var(--wp--preset--color--vivid-purple) !important;
}
.has-black-border-color {
    border-color: var(--wp--preset--color--black) !important;
}
.has-cyan-bluish-gray-border-color {
    border-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}
.has-white-border-color {
    border-color: var(--wp--preset--color--white) !important;
}
.has-pale-pink-border-color {
    border-color: var(--wp--preset--color--pale-pink) !important;
}
.has-vivid-red-border-color {
    border-color: var(--wp--preset--color--vivid-red) !important;
}
.has-luminous-vivid-orange-border-color {
    border-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}
.has-luminous-vivid-amber-border-color {
    border-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}
.has-light-green-cyan-border-color {
    border-color: var(--wp--preset--color--light-green-cyan) !important;
}
.has-vivid-green-cyan-border-color {
    border-color: var(--wp--preset--color--vivid-green-cyan) !important;
}
.has-pale-cyan-blue-border-color {
    border-color: var(--wp--preset--color--pale-cyan-blue) !important;
}
.has-vivid-cyan-blue-border-color {
    border-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}
.has-vivid-purple-border-color {
    border-color: var(--wp--preset--color--vivid-purple) !important;
}
.has-vivid-cyan-blue-to-vivid-purple-gradient-background {
    background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;
}
.has-light-green-cyan-to-vivid-green-cyan-gradient-background {
    background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;
}
.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background {
    background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;
}
.has-luminous-vivid-orange-to-vivid-red-gradient-background {
    background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;
}
.has-very-light-gray-to-cyan-bluish-gray-gradient-background {
    background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;
}
.has-cool-to-warm-spectrum-gradient-background {
    background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;
}
.has-blush-light-purple-gradient-background {
    background: var(--wp--preset--gradient--blush-light-purple) !important;
}
.has-blush-bordeaux-gradient-background {
    background: var(--wp--preset--gradient--blush-bordeaux) !important;
}
.has-luminous-dusk-gradient-background {
    background: var(--wp--preset--gradient--luminous-dusk) !important;
}
.has-pale-ocean-gradient-background {
    background: var(--wp--preset--gradient--pale-ocean) !important;
}
.has-electric-grass-gradient-background {
    background: var(--wp--preset--gradient--electric-grass) !important;
}
.has-midnight-gradient-background {
    background: var(--wp--preset--gradient--midnight) !important;
}
.has-small-font-size {
    font-size: var(--wp--preset--font-size--small) !important;
}
.has-medium-font-size {
    font-size: var(--wp--preset--font-size--medium) !important;
}
.has-large-font-size {
    font-size: var(--wp--preset--font-size--large) !important;
}
.has-x-large-font-size {
    font-size: var(--wp--preset--font-size--x-large) !important;
}
.wp-block-navigation a:where(:not(.wp-element-button)) {
    color: inherit;
}
:where(.wp-block-post-template.is-layout-flex) {
    gap: 1.25em;
}
:where(.wp-block-post-template.is-layout-grid) {
    gap: 1.25em;
}
:where(.wp-block-columns.is-layout-flex) {
    gap: 2em;
}
:where(.wp-block-columns.is-layout-grid) {
    gap: 2em;
}
.wp-block-pullquote {
    font-size: 1.5em;
    line-height: 1.6;
}
body {
    color: #696969;
    background: #ffffff;
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
a {
    color: #696969;
}
a:hover,
a:focus {
    color: #ae152d;
}
h1,
h2,
h3,
h4,
h5,
h6,
caption,
th,
blockquote,
.heading,
.heading-color {
    color: #111;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.wp-block-button__link,
.button,
.wc-forward,
.button.button-alt:hover,
.elementor-button,
.dpn-zvc-single-content-wrapper .dpn-zvc-sidebar-wrapper .dpn-zvc-sidebar-box .join-links .btn,
.single_add_to_cart_button,
a.tutor-button,
.tutor-button,
a.tutor-btn,
.tutor-btn,
.tutor-button.tutor-success {
    color: #fff;
    border-color: #ae152d;
    background-color: #ae152d;
}
.wp-block-button.is-style-outline {
    color: #ae152d;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.wp-block-button__link:hover,
.button:hover,
.button:focus,
.button-alt,
.wc-forward:hover,
.wc-forward:focus,
.elementor-button:hover,
.dpn-zvc-single-content-wrapper .dpn-zvc-sidebar-wrapper .dpn-zvc-sidebar-box .join-links .btn:hover,
.single_add_to_cart_button:hover,
a.tutor-button:hover,
.tutor-button:hover,
a.tutor-btn:hover,
.tutor-btn:hover,
.tutor-button.tutor-success:hover {
    color: #fff;
    border-color: #111;
    background-color: #111;
}
.wp-block-button.is-style-outline .wp-block-button__link:hover {
    color: #111;
}
.tm-button.style-flat {
    color: #fff;
    border-color: #ae152d;
    background: #ae152d;
}
.tm-button.style-flat:before {
    background-color: #ae152d;
}
.tm-button.style-flat:hover {
    color: #fff;
    border-color: #111;
}
.box-body {
    margin-bottom: 8px;
}
.unicamp-event-box .box-footer {
    border-bottom: solid 2px #ae152d;
}
.tm-button.style-flat:after {
    background-color: #111;
}
.lates_newsection .tm-swiper .swiper-pagination-bullet:before {
    background: #8d8d8d82 !important;
}
.lates_newsection .tm-swiper .swiper-pagination-bullet-active:before {
    background: #333333 !important;
}
.unicamp-event-box .event-date--day,
.unicamp-event-box .btn-view-more {
    color: #ae152d;
}
.tm-button.style-border,
.tm-button.style-thick-border {
    color: #ae152d;
    border-color: #ae152d;
}
.tm-button.style-border:before,
.tm-button.style-thick-border:before {
    background-color: rgba(0, 0, 0, 0);
}
.tm-button.style-border:hover,
.tm-button.style-thick-border:hover {
    color: #fff;
    border-color: #ae152d;
}
.tm-button.style-border:after,
.tm-button.style-thick-border:after {
    background-color: #ae152d;
}
.top-bar-01 {
    padding-top: 6px;
    padding-bottom: 6px;
    border-bottom-width: 0px;
    font-size: 15px;
    font-weight: 400;
    line-height: 26px;
    background-color: #9d2235;
    border-bottom-color: rgba(0, 0, 0, 0);
    color: #fff;
}
.top-bar-01 a {
    font-size: 15px;
    font-weight: 500;
    line-height: 26px;
    color: #fff;
}
.top-bar-01 .top-bar-user-links a + a:before,
.top-bar-01 .top-bar-info .info-item + .info-item:before {
    background: rgba(255, 255, 255, 0.4);
}
.top-bar-01 a:hover,
.top-bar-01 a:focus {
    color: #9d2235;
}
.top-bar-01 .info-list .info-icon {
    color: #9d2235;
}
.top-bar-01 .info-list .info-link:hover .info-icon {
    color: #9d2235;
}
.top-bar-02 {
    padding-top: 6px;
    padding-bottom: 6px;
    border-bottom-width: 0px;
    font-size: 13px;
    font-weight: 400;
    line-height: 26px;
    background-color: #10386b;
    border-bottom-color: rgba(0, 0, 0, 0);
    color: #fff;
}
.top-bar-02 a {
    font-size: 13px;
    font-weight: 500;
    line-height: 26px;
    color: #fff;
}
.top-bar-02 .top-bar-user-links a + a:before,
.top-bar-02 .top-bar-info .info-item + .info-item:before {
    background: rgba(255, 255, 255, 0.4);
}
.top-bar-02 a:hover,
.top-bar-02 a:focus {
    color: rgba(255, 255, 255, 0.6);
}
.top-bar-02 .info-list .info-icon,
.top-bar-02 .top-bar-icon {
    color: #fff;
}
.top-bar-02 .info-list .info-link:hover .info-icon,
.top-bar-02 .top-bar-icon:hover {
    color: rgba(255, 255, 255, 0.6);
}
.top-bar-03 {
    padding-top: 6px;
    padding-bottom: 6px;
    border-bottom-width: 0px;
    font-size: 13px;
    font-weight: 400;
    line-height: 26px;
    background-color: #9d2235;
    border-bottom-color: rgba(0, 0, 0, 0);
    color: #fff;
}
.top-bar-03 a {
    font-size: 13px;
    font-weight: 500;
    line-height: 26px;
    color: #fff;
}
.top-bar-03 .top-bar-user-links a + a:before,
.top-bar-03 .top-bar-info .info-item + .info-item:before {
    background: rgba(255, 255, 255, 0.4);
}
.top-bar-03 a:hover,
.top-bar-03 a:focus {
    color: rgba(255, 255, 255, 0.6);
}
.top-bar-03 .info-list .info-icon,
.top-bar-03 .top-bar-icon {
    color: #fff;
}
.top-bar-03 .info-list .info-link:hover .info-icon,
.top-bar-03 .top-bar-icon:hover {
    color: rgba(255, 255, 255, 0.6);
}
header .container {
    max-width: 100%;
}
.top-bar-04 {
    padding-top: 6px;
    padding-bottom: 6px;
    border-bottom-width: 0px;
    font-size: 13px;
    font-weight: 400;
    line-height: 26px;
    background-color: #9d2235;
    border-bottom-color: rgba(0, 0, 0, 0);
    color: #fff;
}
.top-bar-04 a {
    font-size: 13px;
    font-weight: 500;
    line-height: 26px;
    color: #fff;
}
.top-bar-04 .top-bar-user-links a + a:before,
.top-bar-04 .top-bar-info .info-item + .info-item:before {
    background: rgba(255, 255, 255, 0.4);
}
.top-bar-04 a:hover,
.top-bar-04 a:focus {
    color: rgba(255, 255, 255, 0.6);
}
.top-bar-04 .info-list .info-icon,
.top-bar-04 .top-bar-icon {
    color: #fff;
}
.top-bar-04 .info-list .info-link:hover .info-icon,
.top-bar-04 .top-bar-icon:hover {
    color: rgba(255, 255, 255, 0.6);
}
.headroom--not-top .page-header-inner .header-wrap {
    padding: 7px 0;
}
#page-header.headroom--not-top .page-header-inner {
    background: #ffffff;
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    box-shadow: 0 0 5px #d5cfcf !important;
} /* .header-bottom span.button-text { text-transform: uppercase; } */
.page-header.headroom--not-top .header-icon,
.page-header.headroom--not-top .wpml-ls-item-toggle {
    color: #111 !important;
}
.header-bottom .tm-button.style-flat {
    padding: 0 24px;
    min-height: 41px;
}
.page-header.headroom--not-top .header-icon:hover {
    color: #111 !important;
}
.page-header.headroom--not-top .wpml-ls-slot-shortcode_actions:hover > .js-wpml-ls-item-toggle {
    color: #111 !important;
}
.page-header.headroom--not-top .header-social-networks a {
    color: #111 !important;
}
.page-header.headroom--not-top .header-social-networks a:hover {
    color: #111 !important;
}
.page-header.headroom--not-top .menu--primary > ul > li > a {
    color: #111 !important;
}
.page-header.headroom--not-top .menu--primary > li:hover > a,
.page-header.headroom--not-top .menu--primary > ul > li > a:hover,
.page-header.headroom--not-top .menu--primary > ul > li > a:focus,
.page-header.headroom--not-top .menu--primary > ul > .current-menu-ancestor > a,
.page-header.headroom--not-top .menu--primary > ul > .current-menu-item > a {
    color: #ae152d !important;
}
.header-sticky-button.tm-button {
    color: #111;
    border-color: #eee;
}
.header-sticky-button.tm-button:before {
    background: rgba(17, 17, 17, 0);
}
.header-sticky-button.tm-button:hover {
    color: #fff;
    border-color: #111;
}
.header-sticky-button.tm-button:after {
    background: #111;
}
#page-header.headroom--not-top .search-field {
    color: #696969;
    border-color: #f5f5f5;
    background: #f5f5f5;
}
#page-header.headroom--not-top .search-field:focus {
    color: #333;
    border-color: #ae152d;
    background: #fff;
}
.header-more-tools-opened .header-right-inner {
    background: #ffffff;
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: scroll;
    border-width: 1px;
    border-color: #eee;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-box-shadow: 0 0 26px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 0 26px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 26px rgba(0, 0, 0, 0.05);
}
.header-more-tools-opened .header-right-inner .header-social-networks a {
    color: #333 !important;
}
.header-more-tools-opened .header-right-inner .header-social-networks a:hover {
    color: #ae152d !important;
}
.header-01 .page-header-inner {
    border-bottom-width: 0px;
}
.header-01 .menu--primary > ul > li > a {
    font-size: 15px;
    font-weight: 700;
    line-height: 26px;
}
.desktop-menu .header-01 .menu--primary > ul > li > a {
    padding-top: 11px;
    padding-bottom: 11px;
    padding-left: 24px;
    padding-right: 24px;
}
.header-01 .header-wrap .menu--secondary > ul > li > a {
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 26px;
    text-transform: uppercase;
}
.desktop-menu .header-01 .header-wrap .menu--secondary > ul > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 12px;
    padding-right: 12px;
}
.header-01.header-dark .page-header-inner {
    background: #fff;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    border-color: #eee;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-box-shadow: 0 10px 26px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 10px 26px rgba(0, 0, 0, 0.05);
    box-shadow: 0 10px 26px rgba(0, 0, 0, 0.05);
}
.header-01.header-dark .header-icon,
.header-01.header-dark .wpml-ls-item-toggle {
    color: #111;
}
.header-01.header-dark .header-icon:hover {
    color: #ae152d;
}
.header-01.header-dark .wpml-ls-slot-shortcode_actions:hover > .js-wpml-ls-item-toggle {
    color: #ae152d;
}
.header-01.header-dark .header-icon .badge,
.header-01.header-dark .mini-cart .mini-cart-icon:after {
    color: #fff;
    background-color: #ae152d;
}
.header-01.header-dark .header-bottom {
    background: #9d2235;
    background-color: #9d2235;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.header-01.header-dark .menu--primary > ul > li > a {
    color: #fff;
}
.header-01.header-dark .menu--primary > ul > li:hover > a,
.header-01.header-dark .menu--primary > ul > li > a:hover,
.header-01.header-dark .menu--primary > ul > li > a:focus,
.header-01.header-dark .menu--primary > ul > .current-menu-ancestor > a,
.header-01.header-dark .menu--primary > ul > .current-menu-item > a {
    color: #fff;
}
.page-header.header-01.headroom--not-top .menu--primary > ul > li > a {
    color: #fff !important;
}
.page-header.header-01.headroom--not-top .menu--primary > li:hover > a,
.page-header.header-01.headroom--not-top .menu--primary > ul > li > a:hover,
.page-header.header-01.headroom--not-top .menu--primary > ul > li > a:focus,
.page-header.header-01.headroom--not-top .menu--primary > ul > .current-menu-ancestor > a,
.page-header.header-01.headroom--not-top .menu--primary > ul > .current-menu-item > a {
    color: #fff !important;
}
.header-01.header-dark .header-wrap .menu--secondary > ul > li > a {
    color: #696969;
}
.header-01.header-dark .header-wrap .menu--secondary > ul > li:hover > a,
.header-01.header-dark .header-wrap .menu--secondary > ul > li > a:hover,
.header-01.header-dark .header-wrap .menu--secondary > ul > li > a:focus,
.header-01.header-dark .header-wrap .menu--secondary > ul > .current-menu-ancestor > a,
.header-01.header-dark .header-wrap .menu--secondary > ul > .current-menu-item > a {
    color: #ae152d;
}
.header-01.header-dark .header-button {
    color: #fff;
    border-color: #ae152d;
}
.header-01.header-dark .header-button:before {
    background: #ae152d;
}
.header-01.header-dark .header-button:hover {
    color: #ae152d;
    border-color: #ae152d;
}
.header-01.header-dark .header-button:after {
    background: rgba(0, 0, 0, 0);
}
.header-01.header-dark .header-social-networks a {
    color: #111;
}
.header-01.header-dark .header-social-networks a:hover {
    color: #ae152d;
}
.header-01.header-light .page-header-inner {
    border-color: rgba(255, 255, 255, 0.2);
}
.header-01.header-light .header-icon,
.header-01.header-light .wpml-ls-item-toggle {
    color: #fff;
}
.header-01.header-light .header-icon:hover {
    color: #fff;
}
.header-01.header-light .wpml-ls-slot-shortcode_actions:hover > .js-wpml-ls-item-toggle {
    color: #fff;
}
.header-01.header-light .header-icon .badge,
.header-01.header-light .mini-cart .mini-cart-icon:after {
    color: #fff;
    background-color: #ae152d;
}
.header-01.header-light .menu--primary > ul > li > a {
    color: #fff;
}
.header-01.header-light .menu--primary > ul > li:hover > a,
.header-01.header-light .menu--primary > ul > li > a:hover,
.header-01.header-light .menu--primary > ul > li > a:focus,
.header-01.header-light .menu--primary > ul > .current-menu-ancestor > a,
.header-01.header-light .menu--primary > ul > .current-menu-item > a {
    color: #fff;
}
.header-01.header-light .header-wrap .menu--secondary > ul > li > a {
    color: #fff;
}
.header-01.header-light .header-wrap .menu--secondary > ul > li:hover > a,
.header-01.header-light .header-wrap .menu--secondary > ul > li > a:hover,
.header-01.header-light .header-wrap .menu--secondary > ul > li > a:focus,
.header-01.header-light .header-wrap .menu--secondary > ul > .current-menu-ancestor > a,
.header-01.header-light .header-wrap .menu--secondary > ul > .current-menu-item > a {
    color: #fff;
}
.header-01.header-light .header-button {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.3);
}
.header-01.header-light .header-button:before {
    background: rgba(255, 255, 255, 0);
}
.header-01.header-light .header-button:hover {
    color: #111;
    border-color: #fff;
}
.header-01.header-light .header-button:after {
    background: #fff;
}
.header-01.header-light .header-social-networks a {
    color: #fff;
}
.header-01.header-light .header-social-networks a:hover {
    color: #fff;
}
.header-02 .page-header-inner {
    border-bottom-width: 0px;
}
.header-02 .menu--primary > ul > li > a {
    font-size: 15px;
    font-weight: 700;
    line-height: 26px;
}
.desktop-menu .header-02 .menu--primary > ul > li > a {
    padding-top: 23px;
    padding-bottom: 23px;
    padding-left: 17px;
    padding-right: 17px;
}
.header-02.header-dark .page-header-inner {
    background: #fff;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    border-color: #eee;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-box-shadow: 0 10px 26px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 10px 26px rgba(0, 0, 0, 0.05);
    box-shadow: 0 10px 26px rgba(0, 0, 0, 0.05);
}
.header-02.header-dark .header-icon,
.header-02.header-dark .wpml-ls-item-toggle {
    color: #252525;
}
.header-02.header-dark .header-icon:hover {
    color: #ae152d;
}
.header-02.header-dark .wpml-ls-slot-shortcode_actions:hover > .js-wpml-ls-item-toggle {
    color: #ae152d;
}
.header-02.header-dark .header-icon .badge,
.header-02.header-dark .mini-cart .mini-cart-icon:after {
    color: #fff;
    background-color: #ae152d;
}
.header-02.header-dark .menu--primary > ul > li > a {
    color: #333;
}
.header-02.header-dark .menu--primary > ul > li:hover > a,
.header-02.header-dark .menu--primary > ul > li > a:hover,
.header-02.header-dark .menu--primary > ul > li > a:focus,
.header-02.header-dark .menu--primary > ul > .current-menu-ancestor > a,
.header-02.header-dark .menu--primary > ul > .current-menu-item > a {
    color: #ae152d;
}
.header-02.header-dark .header-button {
    color: #fff;
    border-color: #ae152d;
}
.header-02.header-dark .header-button:before {
    background: #ae152d;
}
.header-02.header-dark .header-button:hover {
    color: #ae152d;
    border-color: #ae152d;
}
.header-02.header-dark .header-button:after {
    background: rgba(0, 0, 0, 0);
}
.header-02.header-dark .header-social-networks a {
    color: #111;
}
.header-02.header-dark .header-social-networks a:hover {
    color: #ae152d;
}
.header-02.header-light .page-header-inner {
    border-color: rgba(255, 255, 255, 0.2);
}
.header-02.header-light .header-icon,
.header-02.header-light .wpml-ls-item-toggle {
    color: #fff;
}
.header-02.header-light .header-icon:hover {
    color: #fff;
}
.header-02.header-light .wpml-ls-slot-shortcode_actions:hover > .js-wpml-ls-item-toggle {
    color: #fff;
}
.header-02.header-light .header-icon .badge,
.header-02.header-light .mini-cart .mini-cart-icon:after {
    color: #fff;
    background-color: #9d2235;
}
.header-02.header-light .menu--primary > ul > li > a {
    color: #fff;
}
.header-02.header-light .menu--primary > ul > li:hover > a,
.header-02.header-light .menu--primary > ul > li > a:hover,
.header-02.header-light .menu--primary > ul > li > a:focus,
.header-02.header-light .menu--primary > ul > .current-menu-ancestor > a,
.header-02.header-light .menu--primary > ul > .current-menu-item > a {
    color: #fff;
}
.header-02.header-light .header-button {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.3);
}
.header-02.header-light .header-button:before {
    background: rgba(255, 255, 255, 0);
}
.header-02.header-light .header-button:hover {
    color: #111;
    border-color: #fff;
}
.header-02.header-light .header-button:after {
    background: #fff;
}
.header-02.header-light .header-social-networks a {
    color: #fff;
}
.header-02.header-light .header-social-networks a:hover {
    color: #fff;
}
.header-03 .page-header-inner {
    border-bottom-width: 0px;
}
.header-03 .menu--primary > ul > li > a {
    font-size: 15px;
    font-weight: 700;
    line-height: 26px;
}
.desktop-menu .header-03 .menu--primary {
    --gap-top: 11px;
    --gap-bottom: 6px;
    --gap-left: 17px;
    --gap-right: 17px;
}
.header-03.header-dark .page-header-inner {
    background: #fff;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    border-color: #eee;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-box-shadow: 0 10px 26px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 10px 26px rgba(0, 0, 0, 0.05);
    box-shadow: 0 10px 26px rgba(0, 0, 0, 0.05);
}
.header-03.header-dark .header-icon,
.header-03.header-dark .wpml-ls-item-toggle {
    color: #252525;
}
.header-03.header-dark .header-icon:hover {
    color: #ae152d;
}
.header-03.header-dark .wpml-ls-slot-shortcode_actions:hover > .js-wpml-ls-item-toggle {
    color: #ae152d;
}
.header-03.header-dark .header-icon .badge,
.header-03.header-dark .mini-cart .mini-cart-icon:after {
    color: #fff;
    background-color: #ae152d;
}
.header-03.header-dark .menu--primary > ul > li > a {
    color: #333;
}
.header-03.header-dark .menu--primary > ul > li:hover > a,
.header-03.header-dark .menu--primary > ul > li > a:hover,
.header-03.header-dark .menu--primary > ul > li > a:focus,
.header-03.header-dark .menu--primary > ul > .current-menu-ancestor > a,
.header-03.header-dark .menu--primary > ul > .current-menu-item > a {
    color: #ae152d;
}
.header-03.header-dark .header-social-networks a {
    color: #111;
}
.header-03.header-dark .header-social-networks a:hover {
    color: #ae152d;
}
.header-03.header-light .page-header-inner {
    border-color: rgba(255, 255, 255, 0.2);
}
.header-03.header-light .header-icon,
.header-03.header-light .wpml-ls-item-toggle {
    color: #fff;
}
.header-03.header-light .header-icon:hover {
    color: #fff;
}
.header-03.header-light .wpml-ls-slot-shortcode_actions:hover > .js-wpml-ls-item-toggle {
    color: #fff;
}
.header-03.header-light .header-icon .badge,
.header-03.header-light .mini-cart .mini-cart-icon:after {
    color: #fff;
    background-color: #9d2235;
}
.header-03.header-light .menu--primary > ul > li > a {
    color: #fff;
}
.header-03.header-light .menu--primary > ul > li:hover > a,
.header-03.header-light .menu--primary > ul > li > a:hover,
.header-03.header-light .menu--primary > ul > li > a:focus,
.header-03.header-light .menu--primary > ul > .current-menu-ancestor > a,
.header-03.header-light .menu--primary > ul > .current-menu-item > a {
    color: #fff;
}
.header-03.header-light .header-social-networks a {
    color: #fff;
}
.header-03.header-light .header-social-networks a:hover {
    color: #fff;
}
.header-04 .page-header-inner {
    border-bottom-width: 0px;
}
.header-04 .menu--primary > ul > li > a {
    font-size: 15px;
    font-weight: 700;
    line-height: 26px;
}
.desktop-menu .header-04 .menu--primary {
    --gap-top: 11px;
    --gap-bottom: 6px;
    --gap-left: 17px;
    --gap-right: 17px;
}
.header-04.header-dark .page-header-inner {
    background: #fff;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    border-color: #eee;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-box-shadow: 0 10px 26px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 10px 26px rgba(0, 0, 0, 0.05);
    box-shadow: 0 10px 26px rgba(0, 0, 0, 0.05);
}
.header-04.header-dark .header-icon,
.header-04.header-dark .wpml-ls-item-toggle {
    color: #252525;
}
.header-04.header-dark .header-icon:hover {
    color: #ae152d;
}
.header-04.header-dark .wpml-ls-slot-shortcode_actions:hover > .js-wpml-ls-item-toggle {
    color: #ae152d;
}
.header-04.header-dark .header-icon .badge,
.header-04.header-dark .mini-cart .mini-cart-icon:after {
    color: #fff;
    background-color: #ae152d;
}
.header-04.header-dark .menu--primary > ul > li > a {
    color: #333;
}
.header-04.header-dark .menu--primary > ul > li:hover > a,
.header-04.header-dark .menu--primary > ul > li > a:hover,
.header-04.header-dark .menu--primary > ul > li > a:focus,
.header-04.header-dark .menu--primary > ul > .current-menu-ancestor > a,
.header-04.header-dark .menu--primary > ul > .current-menu-item > a {
    color: #ae152d;
}
.header-04.header-dark .header-social-networks a {
    color: #111;
}
.header-04.header-dark .header-social-networks a:hover {
    color: #ae152d;
}
.header-04.header-light .page-header-inner {
    border-color: rgba(255, 255, 255, 0.2);
}
.header-04.header-light .header-icon,
.header-04.header-light .wpml-ls-item-toggle {
    color: #fff;
}
.header-04.header-light .header-icon:hover {
    color: #fff;
}
.header-04.header-light .wpml-ls-slot-shortcode_actions:hover > .js-wpml-ls-item-toggle {
    color: #fff;
}
.header-04.header-light .header-icon .badge,
.header-04.header-light .mini-cart .mini-cart-icon:after {
    color: #fff;
    background-color: #9d2235;
}
.header-04.header-light .menu--primary > ul > li > a {
    color: #fff;
}
.header-04.header-light .menu--primary > ul > li:hover > a,
.header-04.header-light .menu--primary > ul > li > a:hover,
.header-04.header-light .menu--primary > ul > li > a:focus,
.header-04.header-light .menu--primary > ul > .current-menu-ancestor > a,
.header-04.header-light .menu--primary > ul > .current-menu-item > a {
    color: #fff;
}
.header-04.header-light .header-social-networks a {
    color: #fff;
}
.header-04.header-light .header-social-networks a:hover {
    color: #fff;
}
.header-05 .page-header-inner {
    border-bottom-width: 0px;
}
.header-05 .menu--primary > ul > li > a {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.6;
}
.desktop-menu .header-05 .menu--primary > ul > li > a {
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 17px;
    padding-right: 17px;
}
.header-05.header-dark .page-header-inner {
    background: #fff;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    border-color: #eee;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-box-shadow: 0 10px 26px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 10px 26px rgba(0, 0, 0, 0.05);
    box-shadow: 0 10px 26px rgba(0, 0, 0, 0.05);
}
.header-05.header-dark .header-icon,
.header-05.header-dark .wpml-ls-item-toggle {
    color: #111;
}
.header-05.header-dark .header-icon:hover {
    color: #ae152d;
}
.header-05.header-dark .wpml-ls-slot-shortcode_actions:hover > .js-wpml-ls-item-toggle {
    color: #ae152d;
}
.header-05.header-dark .header-icon .badge,
.header-05.header-dark .mini-cart .mini-cart-icon:after {
    color: #fff;
    background-color: #ae152d;
}
.header-05.header-dark .menu--primary > ul > li > a {
    color: #333;
}
.header-05.header-dark .menu--primary > ul > li:hover > a,
.header-05.header-dark .menu--primary > ul > li > a:hover,
.header-05.header-dark .menu--primary > ul > li > a:focus,
.header-05.header-dark .menu--primary > ul > .current-menu-ancestor > a,
.header-05.header-dark .menu--primary > ul > .current-menu-item > a {
    color: #ae152d;
}
.header-05.header-dark .header-button {
    color: #fff;
    border-color: #ae152d;
}
.header-05.header-dark .header-button:before {
    background: #ae152d;
}
.header-05.header-dark .header-button:hover {
    color: #ae152d;
    border-color: #ae152d;
}
.header-05.header-dark .header-button:after {
    background: rgba(0, 0, 0, 0);
}
.header-05.header-dark .header-social-networks a {
    color: #111;
}
.header-05.header-dark .header-social-networks a:hover {
    color: #ae152d;
}
.header-05.header-light .page-header-inner {
    border-color: rgba(255, 255, 255, 0.2);
}
.header-05.header-light .header-icon,
.header-05.header-light .wpml-ls-item-toggle {
    color: #fff;
}
.header-05.header-light .header-icon:hover {
    color: #fff;
}
.header-05.header-light .wpml-ls-slot-shortcode_actions:hover > .js-wpml-ls-item-toggle {
    color: #fff;
}
.header-05.header-light .header-icon .badge,
.header-05.header-light .mini-cart .mini-cart-icon:after {
    color: #fff;
    background-color: #ae152d;
}
.header-05.header-light .menu--primary > ul > li > a {
    color: #fff;
}
.header-05.header-light .menu--primary > ul > li:hover > a,
.header-05.header-light .menu--primary > ul > li > a:hover,
.header-05.header-light .menu--primary > ul > li > a:focus,
.header-05.header-light .menu--primary > ul > .current-menu-ancestor > a,
.header-05.header-light .menu--primary > ul > .current-menu-item > a {
    color: #fff;
}
.header-05.header-light .header-button {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.3);
}
.header-05.header-light .header-button:before {
    background: rgba(255, 255, 255, 0);
}
.header-05.header-light .header-button:hover {
    color: #111;
    border-color: #fff;
}
.header-05.header-light .header-button:after {
    background: #fff;
}
.header-05.header-light .header-social-networks a {
    color: #fff;
}
.header-05.header-light .header-social-networks a:hover {
    color: #fff;
}
.header-06 .page-header-inner {
    border-bottom-width: 0px;
}
.header-06 .menu--primary > ul > li > a {
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
}
.desktop-menu .header-06 .menu--primary > ul > li {
    margin-right: 35px;
}
.desktop-menu .header-06 .menu--primary > ul > li:last-child {
    margin-right: 0;
}
.desktop-menu .header-06 .menu--primary > ul > li > a {
    padding-top: 11px;
    padding-bottom: 11px;
    padding-left: 0;
    padding-right: 0;
}
.header-06 .header-wrap .menu--secondary > ul > li > a {
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 26px;
    text-transform: capitalize;
}
.desktop-menu .header-06 .header-wrap .menu--secondary > ul > li > a {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 8px;
    padding-right: 8px;
}
.header-06.header-dark .page-header-inner {
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    border-color: #eee;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-box-shadow: 0 10px 26px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 10px 26px rgba(0, 0, 0, 0.05);
    box-shadow: 0 10px 26px rgba(0, 0, 0, 0.05);
}
.top_header {
    background: #10386b;
}
.header-06.header-dark .page-header-inner {
    box-shadow: none !important;
}
.header-06.header-dark .header-bottom,
.header-06.header-light.headroom--not-top .header-bottom {
    background-color: transparent !important;
    background: transparent !important;
}
.header-06.header-dark .header-icon,
.header-06.header-dark .wpml-ls-item-toggle {
    color: #111;
}
.header-06.header-dark .header-icon:hover {
    color: #ae152d;
}
.header-06.header-dark .wpml-ls-slot-shortcode_actions:hover > .js-wpml-ls-item-toggle {
    color: #ae152d;
}
.header-06.header-dark .header-icon .badge,
.header-06.header-dark .mini-cart .mini-cart-icon:after {
    color: #fff;
    background-color: #ae152d;
}
.header-06.header-dark .header-bottom,
.header-06.header-light.headroom--not-top .header-bottom {
    background: #9d2235;
    background-color: #9d2235;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.header-06.header-dark .menu--primary > ul > li > a {
    color: #fff;
}
.header-06.header-dark .menu--primary > ul > li:hover > a,
.header-06.header-dark .menu--primary > ul > li > a:hover,
.header-06.header-dark .menu--primary > ul > li > a:focus,
.header-06.header-dark .menu--primary > ul > .current-menu-ancestor > a,
.header-06.header-dark .menu--primary > ul > .current-menu-item > a {
    color: #fff;
}
.innerpagescustom .header-06.header-dark .menu--primary > ul > li > a {
    color: #3c3737;
}
.innerpagescustom .header-06.header-dark .header-bottom,
.innerpagescustom .header-06.header-light.headroom--not-top .header-bottom {
    background: #fff !important;
}
.page-header.header-06.headroom--not-top .menu--primary > ul > li > a {
    color: #3c3737 !important;
}
.page-header.header-06.headroom--not-top .menu--primary > li:hover > a,
.page-header.header-06.headroom--not-top .menu--primary > ul > li > a:hover,
.page-header.header-06.headroom--not-top .menu--primary > ul > li > a:focus,
.page-header.header-06.headroom--not-top .menu--primary > ul > .current-menu-ancestor > a,
.page-header.header-06.headroom--not-top .menu--primary > ul > .current-menu-item > a {
    color: #221e1f !important;
}
.header-06.header-dark .header-wrap .menu--secondary > ul > li > a {
    color: #fff;
}
.header-06.header-dark .header-wrap .menu--secondary > ul > li:hover > a,
.header-06.header-dark .header-wrap .menu--secondary > ul > li > a:hover,
.header-06.header-dark .header-wrap .menu--secondary > ul > li > a:focus,
.header-06.header-dark .header-wrap .menu--secondary > ul > .current-menu-ancestor > a,
.header-06.header-dark .header-wrap .menu--secondary > ul > .current-menu-item > a {
    color: #ffffffb5;
}
.nav-links-hover-style-01 .menu--primary .menu__container > li.active > a .menu-item-wrap:after {
    width: 100% !important;
    left: 0;
    right: auto;
}
.header-06.header-dark .header-button {
    color: #fff;
    border-color: #ae152d;
}
.header-06.header-dark .header-button:before {
    background: #ae152d;
}
.header-06.header-dark .header-button:hover {
    color: #ae152d;
    border-color: #ae152d;
}
.header-06.header-dark .header-button:after {
    background: rgba(0, 0, 0, 0);
}
.header-06.header-dark .header-social-networks a {
    color: #111;
}
.header-06.header-dark .header-social-networks a:hover {
    color: #ae152d;
}
.header-06.header-light .page-header-inner {
    border-color: rgba(255, 255, 255, 0.2);
}
.header-06.header-light .header-icon,
.header-06.header-light .wpml-ls-item-toggle {
    color: #fff;
}
.header-06.header-light .header-icon:hover {
    color: #fff;
}
.header-06.header-light .wpml-ls-slot-shortcode_actions:hover > .js-wpml-ls-item-toggle {
    color: #fff;
}
.header-06.header-light .header-icon .badge,
.header-06.header-light .mini-cart .mini-cart-icon:after {
    color: #fff;
    background-color: #ae152d;
}
.header-06.header-light .menu--primary > ul > li > a {
    color: #fff;
}
.unicamp-modern-slider-style-03 .tm-modern-slider .title span {
    background: #ae152d;
    padding: 0 12px;
    margin-left: 0;
}
.header-06.header-light .menu--primary > ul > li:hover > a,
.header-06.header-light .menu--primary > ul > li > a:hover,
.header-06.header-light .menu--primary > ul > li > a:focus,
.header-06.header-light .menu--primary > ul > .current-menu-ancestor > a,
.header-06.header-light .menu--primary > ul > .current-menu-item > a {
    color: #fff;
}
.header-06.header-light .header-wrap .menu--secondary > ul > li > a {
    color: #fff;
}
.header-06.header-light .header-wrap .menu--secondary > ul > li:hover > a,
.header-06.header-light .header-wrap .menu--secondary > ul > li > a:hover,
.header-06.header-light .header-wrap .menu--secondary > ul > li > a:focus,
.header-06.header-light .header-wrap .menu--secondary > ul > .current-menu-ancestor > a,
.header-06.header-light .header-wrap .menu--secondary > ul > .current-menu-item > a {
    color: #fff;
}
.header-06.header-light .header-button {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.3);
}
.header-06.header-light .header-button:before {
    background: rgba(255, 255, 255, 0);
}
.header-06.header-light .header-button:hover {
    color: #111;
    border-color: #fff;
}
.header-06.header-light .header-button:after {
    background: #fff;
}
.header-06.header-light .header-social-networks a {
    color: #fff;
}
.header-06.header-light .header-social-networks a:hover {
    color: #fff;
}
.header-07 .page-header-inner {
    border-bottom-width: 0px;
}
.header-07 .menu--primary > ul > li > a {
    font-size: 15px;
    font-weight: 700;
    line-height: 26px;
}
.desktop-menu .header-07 .menu--primary > ul > li > a {
    padding-top: 11px;
    padding-bottom: 11px;
    padding-left: 24px;
    padding-right: 24px;
}
.header-07 .header-wrap .menu--secondary > ul > li > a {
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 26px;
    text-transform: uppercase;
}
.desktop-menu .header-07 .header-wrap .menu--secondary > ul > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 8px;
    padding-right: 8px;
}
.header-07.header-dark .page-header-inner {
    background: #fff;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    border-color: #eee;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-box-shadow: 0 10px 26px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 10px 26px rgba(0, 0, 0, 0.05);
    box-shadow: 0 10px 26px rgba(0, 0, 0, 0.05);
}
.header-07.header-dark .header-icon,
.header-07.header-dark .wpml-ls-item-toggle {
    color: #111;
}
.header-07.header-dark .header-icon:hover {
    color: #ae152d;
}
.header-07.header-dark .wpml-ls-slot-shortcode_actions:hover > .js-wpml-ls-item-toggle {
    color: #ae152d;
}
.header-07.header-dark .header-icon .badge,
.header-07.header-dark .mini-cart .mini-cart-icon:after {
    color: #fff;
    background-color: #ae152d;
}
.header-07.header-dark .header-bottom,
.header-07.header-light.headroom--not-top .header-bottom {
    background: #9d2235;
    background-color: #9d2235;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.header-07.header-dark .menu--primary > ul > li > a {
    color: #fff;
}
.header-07.header-dark .menu--primary > ul > li:hover > a,
.header-07.header-dark .menu--primary > ul > li > a:hover,
.header-07.header-dark .menu--primary > ul > li > a:focus,
.header-07.header-dark .menu--primary > ul > .current-menu-ancestor > a,
.header-07.header-dark .menu--primary > ul > .current-menu-item > a {
    color: #fff;
}
.page-header.header-07.headroom--not-top .menu--primary > ul > li > a {
    color: #fff !important;
}
.page-header.header-07.headroom--not-top .menu--primary > li:hover > a,
.page-header.header-07.headroom--not-top .menu--primary > ul > li > a:hover,
.page-header.header-07.headroom--not-top .menu--primary > ul > li > a:focus,
.page-header.header-07.headroom--not-top .menu--primary > ul > .current-menu-ancestor > a,
.page-header.header-07.headroom--not-top .menu--primary > ul > .current-menu-item > a {
    color: #fff !important;
}
.header-07.header-dark .header-wrap .menu--secondary > ul > li > a {
    color: #696969;
}
.header-07.header-dark .header-wrap .menu--secondary > ul > li:hover > a,
.header-07.header-dark .header-wrap .menu--secondary > ul > li > a:hover,
.header-07.header-dark .header-wrap .menu--secondary > ul > li > a:focus,
.header-07.header-dark .header-wrap .menu--secondary > ul > .current-menu-ancestor > a,
.header-07.header-dark .header-wrap .menu--secondary > ul > .current-menu-item > a {
    color: #ae152d;
}
.header-07.header-dark .header-button {
    color: #fff;
    border-color: #ae152d;
}
.header-07.header-dark .header-button:before {
    background: #ae152d;
}
.header-07.header-dark .header-button:hover {
    color: #ae152d;
    border-color: #ae152d;
}
.header-07.header-dark .header-button:after {
    background: rgba(0, 0, 0, 0);
}
.header-07.header-dark .header-social-networks a {
    color: #111;
}
.header-07.header-dark .header-social-networks a:hover {
    color: #ae152d;
}
.header-07.header-light .page-header-inner {
    border-color: rgba(255, 255, 255, 0.2);
}
.header-07.header-light .header-icon,
.header-07.header-light .wpml-ls-item-toggle {
    color: #fff;
}
.header-07.header-light .header-icon:hover {
    color: #fff;
}
.header-07.header-light .wpml-ls-slot-shortcode_actions:hover > .js-wpml-ls-item-toggle {
    color: #fff;
}
.header-07.header-light .header-icon .badge,
.header-07.header-light .mini-cart .mini-cart-icon:after {
    color: #fff;
    background-color: #ae152d;
}
.header-07.header-light .menu--primary > ul > li > a {
    color: #fff;
}
.header-07.header-light .menu--primary > ul > li:hover > a,
.header-07.header-light .menu--primary > ul > li > a:hover,
.header-07.header-light .menu--primary > ul > li > a:focus,
.header-07.header-light .menu--primary > ul > .current-menu-ancestor > a,
.header-07.header-light .menu--primary > ul > .current-menu-item > a {
    color: #fff;
}
.header-07.header-light .header-button {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.3);
}
.header-07.header-light .header-button:before {
    background: rgba(255, 255, 255, 0);
}
.header-07.header-light .header-button:hover {
    color: #111;
    border-color: #fff;
}
.header-07.header-light .header-button:after {
    background: #fff;
}
.header-07.header-light .header-social-networks a {
    color: #fff;
}
.header-07.header-light .header-social-networks a:hover {
    color: #fff;
}
.header-08 .page-header-inner {
    border-bottom-width: 0px;
}
.header-08 .menu--primary > ul > li > a {
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 26px;
    text-transform: uppercase;
}
.desktop-menu .header-08 .menu--primary {
    --gap-top: 11px;
    --gap-bottom: 6px;
    --gap-left: 17px;
    --gap-right: 17px;
}
.header-08.header-dark .page-header-inner {
    background: #fff;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    border-color: #eee;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-box-shadow: 0 10px 26px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 10px 26px rgba(0, 0, 0, 0.05);
    box-shadow: 0 10px 26px rgba(0, 0, 0, 0.05);
}
.header-08.header-dark .header-icon,
.header-08.header-dark .wpml-ls-item-toggle {
    color: #252525;
}
.header-08.header-dark .header-icon:hover {
    color: #ae152d;
}
.header-08.header-dark .wpml-ls-slot-shortcode_actions:hover > .js-wpml-ls-item-toggle {
    color: #ae152d;
}
.header-08.header-dark .header-icon .badge,
.header-08.header-dark .mini-cart .mini-cart-icon:after {
    color: #fff;
    background-color: #ae152d;
}
.header-08.header-dark .menu--primary > ul > li > a {
    color: #333;
}
.header-08.header-dark .menu--primary > ul > li:hover > a,
.header-08.header-dark .menu--primary > ul > li > a:hover,
.header-08.header-dark .menu--primary > ul > li > a:focus,
.header-08.header-dark .menu--primary > ul > .current-menu-ancestor > a,
.header-08.header-dark .menu--primary > ul > .current-menu-item > a {
    color: #ae152d;
}
.header-08.header-dark .header-social-networks a {
    color: #111;
}
.header-08.header-dark .header-social-networks a:hover {
    color: #ae152d;
}
.header-08.header-light .page-header-inner {
    border-color: rgba(255, 255, 255, 0.2);
}
.header-08.header-light .header-icon,
.header-08.header-light .wpml-ls-item-toggle {
    color: #fff;
}
.header-08.header-light .header-icon:hover {
    color: #fff;
}
.header-08.header-light .wpml-ls-slot-shortcode_actions:hover > .js-wpml-ls-item-toggle {
    color: #fff;
}
.header-08.header-light .header-icon .badge,
.header-08.header-light .mini-cart .mini-cart-icon:after {
    color: #fff;
    background-color: #9d2235;
}
.header-08.header-light .menu--primary > ul > li > a {
    color: #fff;
}
.header-08.header-light .menu--primary > ul > li:hover > a,
.header-08.header-light .menu--primary > ul > li > a:hover,
.header-08.header-light .menu--primary > ul > li > a:focus,
.header-08.header-light .menu--primary > ul > .current-menu-ancestor > a,
.header-08.header-light .menu--primary > ul > .current-menu-item > a {
    color: #fff;
}
.header-08.header-light .header-social-networks a {
    color: #fff;
}
.header-08.header-light .header-social-networks a:hover {
    color: #fff;
}
.page-navigation .children > li > a,
.page-navigation .children > li > a .menu-item-title {
    font-weight: 500;
    letter-spacing: 0em;
    line-height: 1.39;
    text-transform: none;
}
.page-navigation .children > li > a {
    font-size: 13px;
    color: #7e7e7e;
}
.page-navigation .children,
.primary-menu-sub-visual {
    background-color: #fff;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.12);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.12);
}
.page-navigation .children > li:hover > a,
.page-navigation .children > li > a.active,
.page-navigation .children > li.current-menu-item > a,
.page-navigation .children > li.current-menu-ancestor > a {
    color: #ae152d;
}
.popup-canvas-menu {
    background: #f9f9fb;
    background-color: #f9f9fb;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.page-close-main-menu:before,
.page-close-main-menu:after {
    background-color: #111;
}
.popup-canvas-menu .menu__container > li > a {
    font-weight: 500;
    line-height: 1.5;
    color: #111;
}
.popup-canvas-menu .menu__container > li > a:hover,
.popup-canvas-menu .menu__container > li > a:focus {
    color: #ae152d;
}
.popup-canvas-menu .menu__container .children a {
    color: #777;
}
.popup-canvas-menu .menu__container .children a:hover {
    color: #ae152d;
}
.page-mobile-menu-header {
    background: #fff;
    padding: 10px;
}
.page-close-mobile-menu {
    color: #111;
}
.page-close-mobile-menu:hover {
    color: #111;
}
.page-mobile-main-menu > .inner:before {
    background-color: rgba(0, 0, 0, 0.8);
}
section.marquee_scrollsection {
    background: #ae152d;
    overflow: hidden;
}
.marquesectitle {
    display: flex;
    align-items: center;
    justify-content: start;
    line-height: 0;
}
.col2 {
    position: absolute;
    width: calc(100% - 214px);
    right: 0;
}
.marquesectitle p,
.marquesectitle h4 {
    margin: 0;
    line-height: normal;
    font-size: 21px;
    padding: 4px 13px;
    color: #fff;
    text-align: right;
    position: relative;
}
.marquesectitle h4::before {
    content: url(../images/anouceshpa.png);
    position: absolute;
    left: -63px;
    top: 0;
}
.marquee_scrollsection marquee {
    line-height: normal;
    padding: 1px 0 0;
    background: #e7e7e7;
    height: 33px;
    display: flex;
    align-items: start;
}
.marquesectitle p {
    font-size: 16px;
    font-weight: 600;
    color: #333333;
    text-align: left;
    display: ruby-text;
    padding-right: 0px;
}
.marquesectitle p img{
    margin-left: 12px;
}
.pbold {
    font-weight: 500;
    color: #000000;
}
.scroll-container {
    overflow: hidden;
    position: relative;
}
.scroll-text {
    width: 100%;
    animation: scrollUp 30s linear infinite;
}
@keyframes scrollUp {
    0% {
        transform: translateY(100%);
    }
    100% {
        transform: translateY(-100%);
    }
}
#page-header.headroom--not-top .page-header-inner .dsh_logo,
.styick_logo {
    display: none !important;
}
#page-header.headroom--not-top .page-header-inner .styick_logo {
    display: inline-block !important;
}
body.innerpagescustom .dsh_logo {
    display: none !important;
}
body.innerpagescustom .styick_logo {
    display: inline-block !important;
}
.page-mobile-main-menu .menu__container > li > a {
    padding-top: 19px;
    padding-bottom: 19px;
    padding-left: 0;
    padding-right: 0;
    font-weight: 500;
    line-height: 1.5;
    font-size: 14px;
    color: #fff;
}
.page-mobile-main-menu .menu__container > li > a:hover,
.page-mobile-main-menu .menu__container > li.opened > a {
    color: #fff;
}
.page-mobile-main-menu .menu__container > li + li > a,
.page-mobile-main-menu .menu__container > li.opened > a {
    border-color: rgba(255, 255, 255, 0.15);
}
.page-mobile-main-menu .children > li > a,
.page-mobile-main-menu .simple-menu > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
}
.page-mobile-main-menu .simple-menu > li > a,
.page-mobile-main-menu .children > li > a {
    font-weight: 500;
    line-height: 1.5;
}
.page-mobile-main-menu .children > li > a {
    font-size: 13px;
}
.page-mobile-main-menu .children > li > a,
.page-mobile-main-menu .unicamp-list .link {
    color: rgba(255, 255, 255, 0.7);
}
.page-mobile-main-menu .children a:hover,
.page-mobile-main-menu .children .opened > a,
.page-mobile-main-menu .current-menu-item > a, .page-mobile-main-menu .children a.active,
.page-mobile-main-menu .children .opened > a.active,
.page-mobile-main-menu .current-menu-item > a.active {
    color: #fff;
}
.page-mobile-main-menu .toggle-sub-menu {
    color: #fff;
    background: rgba(255, 255, 255, 0);
}
.page-mobile-main-menu .toggle-sub-menu:hover {
    color: #fff;
    background: rgba(255, 255, 255, 0.2);
}
.page-title-bar-01 .page-title-bar-bg {
    background: #f8f8f8;
    background-color: #f8f8f8;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.page-title-bar-01 .page-title-bar-inner {
    border-bottom-width: 0px;
    border-bottom-color: rgba(0, 0, 0, 0);
    padding-top: 17px;
    padding-bottom: 61px;
}
.page-title-bar-01 {
    margin-bottom: 60px;
}
.page-title-bar-01 .heading {
    font-size: 52px;
    font-weight: 700;
    line-height: 1.24;
    color: #111;
}
.page-title-bar-01 .insight_core_breadcrumb li {
    font-size: 14px;
    font-weight: 500;
    line-height: 26px;
    color: #333;
}
.page-title-bar-01 .insight_core_breadcrumb li a {
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
}
.page-title-bar-01 .insight_core_breadcrumb a {
    color: #ababab;
}
.page-title-bar-01 .insight_core_breadcrumb a:hover {
    color: #111;
}
.page-title-bar-01 .insight_core_breadcrumb li + li:before {
    color: #ababab;
}
.page-title-bar-02 .page-title-bar-bg {
    background-image: url("assets/main/wp-content/themes/unicamp/assets/images/title-bar-02-bg.jpg");
    background-color: #111;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.page-title-bar-02 .page-title-bar-inner {
    border-bottom-width: 0px;
    border-bottom-color: rgba(0, 0, 0, 0);
    padding-top: 17px;
    padding-bottom: 61px;
}
.page-title-bar-02 {
    margin-bottom: 60px;
}
.page-title-bar-02 .heading {
    font-size: 52px;
    font-weight: 700;
    line-height: 1.24;
    color: #fff;
}
.page-title-bar-02 .insight_core_breadcrumb li {
    font-size: 14px;
    font-weight: 500;
    line-height: 26px;
    color: #fff;
}
.page-title-bar-02 .insight_core_breadcrumb li a {
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
}
.page-title-bar-02 .insight_core_breadcrumb a {
    color: #fff;
}
.page-title-bar-02 .insight_core_breadcrumb a:hover {
    color: #fff;
}
.page-title-bar-02 .insight_core_breadcrumb li + li:before {
    color: #ababab;
}
.page-title-bar-03 .page-title-bar-bg {
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.page-title-bar-03 .page-title-bar-inner {
    border-bottom-width: 0px;
    border-bottom-color: rgba(0, 0, 0, 0);
    padding-top: 16px;
    padding-bottom: 16px;
}
.page-title-bar-03 {
    margin-bottom: 52px;
}
.page-title-bar-03 .insight_core_breadcrumb li {
    font-size: 14px;
    font-weight: 500;
    line-height: 26px;
    color: #111;
}
.page-title-bar-03 .insight_core_breadcrumb li a {
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
}
.page-title-bar-03 .insight_core_breadcrumb a {
    color: #696969;
}
.page-title-bar-03 .insight_core_breadcrumb a:hover {
    color: #111;
}
.page-title-bar-03 .insight_core_breadcrumb li + li:before {
    color: #696969;
}
.page-title-bar-04 .page-title-bar-bg {
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.page-title-bar-04 .page-title-bar-inner {
    border-bottom-width: 0px;
    border-bottom-color: rgba(0, 0, 0, 0);
    padding-top: 16px;
    padding-bottom: 16px;
}
.page-title-bar-04 .insight_core_breadcrumb li {
    font-size: 14px;
    font-weight: 500;
    line-height: 26px;
    color: #111;
}
.page-title-bar-04 .insight_core_breadcrumb li a {
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
}
.page-title-bar-04 .insight_core_breadcrumb a {
    color: #ababab;
}
.page-title-bar-04 .insight_core_breadcrumb a:hover {
    color: #ae152d;
}
.page-title-bar-04 .insight_core_breadcrumb li + li:before {
    color: #ababab;
}
.page-title-bar-05 .page-title-bar-bg {
    background: #f5f7fd;
    background-color: #f5f7fd;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.page-title-bar-05 .page-title-bar-inner {
    border-bottom-width: 0px;
    border-bottom-color: rgba(0, 0, 0, 0);
    padding-top: 16px;
    padding-bottom: 16px;
}
.page-title-bar-05 {
    margin-bottom: 74px;
}
.page-title-bar-05 .insight_core_breadcrumb li {
    font-size: 14px;
    font-weight: 500;
    line-height: 26px;
    color: #111;
}
.page-title-bar-05 .insight_core_breadcrumb li a {
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
}
.page-title-bar-05 .insight_core_breadcrumb a {
    color: #696969;
}
.page-title-bar-05 .insight_core_breadcrumb a:hover {
    color: #111;
}
.page-title-bar-05 .insight_core_breadcrumb li + li:before {
    color: #696969;
}
.page-title-bar-07 .page-title-bar-bg {
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.page-title-bar-07 .page-title-bar-inner {
    border-bottom-width: 0px;
    border-bottom-color: rgba(0, 0, 0, 0);
    padding-top: 16px;
    padding-bottom: 16px;
}
.page-title-bar-07 .insight_core_breadcrumb li {
    font-size: 14px;
    font-weight: 500;
    line-height: 26px;
    color: #fff;
}
.page-title-bar-07 .insight_core_breadcrumb li a {
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
}
.page-title-bar-07 .insight_core_breadcrumb a {
    color: #fff;
}
.page-title-bar-07 .insight_core_breadcrumb a:hover {
    color: #fff;
}
.page-title-bar-07 .insight_core_breadcrumb li + li:before {
    color: #fff;
}
.page-title-bar-08 .page-title-bar-bg {
    background-image: url("assets/main/wp-content/themes/unicamp/assets/images/title-bar-08-bg.png");
    background-color: #f8f8f8;
    background-repeat: no-repeat;
    background-position: bottom right;
    background-attachment: scroll;
    -webkit-background-size: auto;
    -moz-background-size: auto;
    -ms-background-size: auto;
    -o-background-size: auto;
    background-size: auto;
}
.page-title-bar-08 .page-title-bar-inner {
    border-bottom-width: 0px;
    border-bottom-color: rgba(0, 0, 0, 0);
    padding-top: 80px;
    padding-bottom: 80px;
}
.page-title-bar-08 {
    margin-bottom: 57px;
}
.page-title-bar-08 .heading {
    font-size: 40px;
    font-weight: 500;
    line-height: 1.4;
}
.page-title-bar-08 .insight_core_breadcrumb li {
    font-size: 14px;
    font-weight: 500;
    line-height: 26px;
    color: #111;
}
.page-title-bar-08 .insight_core_breadcrumb li a {
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
}
.page-title-bar-08 .insight_core_breadcrumb a {
    color: #696969;
}
.page-title-bar-08 .insight_core_breadcrumb a:hover {
    color: #111;
}
.page-title-bar-08 .insight_core_breadcrumb li + li:before {
    color: #696969;
}
.page-loading {
    background-color: #fff;
}
.page-loading .sk-wrap {
    color: #ae152d;
}
.error404 {
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.cutom_gaplogo {
    column-gap: 25px;
}
    .branding-logo-wrap img, .error404--header .branding-logo-wrap img, .header-sticky-both .headroom.headroom--not-top .branding img, .header-sticky-up .headroom.headroom--not-top.headroom--pinned .branding img, .header-sticky-down .headroom.headroom--not-top.headroom--unpinned .branding img {
        width: 100%;
        max-width: 100%;
    }
.branding-logo-wrap img {
    padding-top: 15px;
    padding-right: 0px;
    padding-bottom: 15px;
    padding-left: 0px;
}
.desktop-menu .sm-simple {
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
}
.headroom--not-top .branding-logo-wrap .sticky-logo {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
}
.page-mobile-popup-logo img {
    width: 165px;
}
.archive-event .page-title-bar-02 .page-title-bar-bg {
    background-image: url("assets/main/wp-content/themes/unicamp/assets/images/title-bar-bg-event.jpg");
    background-color: #111;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.page-search-popup {
    background: #fff;
}
.page-search-popup .search-form,
.page-search-popup .search-field:focus {
    color: #111;
}
.page-search-popup .search-field:-webkit-autofill {
    -webkit-text-fill-color: #111 !important;
}
body,
.gmap-marker-wrap {
    font-family: Gordita;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0em;
    line-height: 1.87;
}
h1,
h2,
h3,
h4,
h5,
h6,
.heading,
.heading-typography {
    font-family: Butler;
    font-weight: 700;
    letter-spacing: 0em;
    line-height: 1.3;
}
h1 {
    font-size: 38px;
}
h2 {
    font-size: 34px;
}
h3 {
    font-size: 30px;
}
h4 {
    font-size: 26px;
}
h5 {
    font-size: 22px;
}
h6 {
    font-size: 18px;
}
b,
strong {
    font-weight: 700;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.wp-block-button__link,
.rev-btn,
.tm-button,
.button,
.wc-forward,
.elementor-button,
.dpn-zvc-single-content-wrapper .dpn-zvc-sidebar-wrapper .dpn-zvc-sidebar-box .join-links .btn,
.single_add_to_cart_button,
a.tutor-button,
.tutor-button,
a.tutor-btn,
.tutor-btn {
    font-family: inherit;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0em;
    text-transform: none;
}
.elementor-section-wrap {
    margin-top: -43px;
}
.menu_btncustom {
    display: table;
    margin: 0 auto 20px;
    margin-right: 0;
}
.unicamp-modern-slider-style-03 .tm-modern-slider .description {
    text-transform: initial;
    letter-spacing: 0;
}
.menu_btncustom .button-content-wrapper {
    text-transform: uppercase;
}
.elementor-2136 .elementor-element.elementor-element-fb74d74 .elementor-repeater-item-3636b5d .slide-bg {
    background: url(../images/home-01-hero-slide-bg-01.jpg) !important;
    background-position: center;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
.elementor-2136 .elementor-element.elementor-element-fb74d74 .elementor-repeater-item-ea97025 .slide-bg {
    background-image: url(../images/home-01-hero-slide-bg-02.jpg) !important;
    background-position: center;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
.elementor-2136 .elementor-element.elementor-element-fb74d74 .elementor-repeater-item-0f08c74 .slide-bg {
    background-image: url(../images/home-01-hero-slide-bg-03.jpg) !important;
    background-position: center;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
.bodycentermember .elementor-2136 .elementor-element.elementor-element-fb74d74 .elementor-repeater-item-3636b5d .slide-bg {
    background: url(../images/bannercentermember.png) !important;
    background-position-x: 50% !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
.bodycentermember .elementor-2136 .elementor-element.elementor-element-fb74d74 .elementor-repeater-item-ea97025 .slide-bg {
    background: url(../images/bannercentermember.png) !important;
    background-position-x: 50% !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
.page-scroll-up {
    background: #9d2235;
}
body.elementor-archive-page .page-content,
body.elementor-page .page-content {
    margin-top: -100px !important;
}
body.innerpagescustom .page-content,
body.innerpagescustom.elementor-page .page-content,
body.innerpagescustom .elementor-section-wrap {
    margin-top: 0 !important;
}
.page-open-mobile-menu .burger-icon-top:before,
.page-open-mobile-menu .burger-icon-top:after,
.page-open-mobile-menu .burger-icon-bottom:before,
.page-open-mobile-menu .burger-icon-bottom:after,
.page-open-components .circle {
    background: #fff !important;
}
.min_hight {
    min-height: auto !important;
}
.tm-social-networks li a {
    font-size: 22px;
    color: #fff;
    padding: 0 !important;
}
.header-bottom {
    z-index: 999999999;
}
.left_borderdev::before {
    position: absolute;
    content: "";
    width: 1px;
    height: calc(100% - 8px);
    background: #ffffff5c;
    left: -1px;
    top: 50%;
    transform: translateY(-50%);
}
span.search-btn-icon {
    font-size: 17px;
    line-height: 17px;
}
.space_section {
    padding: 80px 0;
}
.center_secslider .unicamp-animation-zoom-in .unicamp-image {
    overflow: hidden;
    border: solid 1px #e7e7e7;
    text-align: center;
    padding: 5px 5px 42px;
    background: #fff;
}
.center_secslider .unicamp-animation-zoom-in .unicamp-image img {
    width: auto;
    height: auto;
    max-height: 172px;
}
.unicamp-graphic-box {
    transition: 2s;
}
.unicamp-image img {
    transition: 2s;
}
.unicamp-graphic-box:hover .unicamp-image img {
    transition: 2s;
    transform: scale(1.1);
}
.h2_heading {
    position: relative;
}
.h2_heading::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    width: 104px;
    height: 4px;
    bottom: -19px;
    background: #9d2235;
    margin: 0 auto;
}
.h2_spacemb {
    padding: 0 0 60px;
}
.unicamp-rich-carousel-style-01 .unicamp-box {
    padding-bottom: 42px;
} /* .unicamp-animation-zoom-in .unicamp-image { overflow: hidden; border: solid 1px #E7E7E7; text-align: center; padding: 5px 5px 42px; background: #fff; } */
.unicamp-rich-carousel-style-01 .title {
    line-height: 24px;
}
.unicamp-rich-carousel-style-01 .slide-content {
    left: 0;
    right: 0;
    padding: 10px;
    text-align: center;
    background: #9d2235;
    width: 83%;
    margin: 0 auto;
}
.unicamp-rich-carousel-style-01 .unicamp-box:hover .slide-content {
    border-bottom: solid 2px #9d2235;
}
.space_sectiontop60 {
    padding-top: 80px;
}
.cardbox {
    text-align: center;
    border: solid 1px #ccc;
    padding: 20px;
    transition: 2s;
}
.cardbox:hover {
    border-color: #9d2235;
    transform: translateY(-2px);
}
.hoverimg {
    overflow: hidden;
    transition: 2s;
}
.hoverimg img {
    transition: 2s;
}
.hoverimg:hover img {
    transform: scale(1.1);
}
.box_rightsection {
    background: #fff;
    padding: 20px !important;
    margin-right: -105px;
    z-index: 1;
    position: relative;
}
.elementor-2136 .elementor-element.elementor-element-b7da4d4:not(.elementor-motion-effects-element-type-background),
.elementor-2136 .elementor-element.elementor-element-b7da4d4 > .elementor-motion-effects-container > .elementor-motion-effects-layer {
    background-image: url(../assets/images/bgdirectors_fix.png) !;
    background-image: url(../images/bgdirectors_fix.png) !important;
}
.uniCamp_section .container {
    max-width: 1510px !important;
}
.h2_heading_left::before {
    margin: 0;
}
.description p {
    color: #fff;
}
.custom_btn,
.custom_btn a {
    display: inline-block;
    padding: 0 !important;
    min-height: initial !important;
    width: auto !important;
}
.custom_btn a {
    padding: 8px 17px !important;
}
.titleprof {
    font-size: 17px;
    line-height: normal;
    color: #fff;
}
.containt_text {
    margin: 13px 0 0;
}
.titleprof span {
    font-size: 14px;
    color: #fff;
}
.card_prof {
    max-width: 229px;
    text-align: center;
    margin: 0 auto;
    margin-right: 0;
}
.description_dark,
.description_dark p {
    color: #333333;
}
.box-caption {
    text-align: left;
    padding: 10px 0;
}
.btn_red span.button-text,
.btn_red .button-icon {
    color: #9d2235;
    font-weight: 500;
    font-size: 15px;
    line-height: normal;
    transition: 0.4s;
}
.btn_red:hover span.button-text,
.btn_red:hover .button-icon {
    color: #d71f3b;
}
.blog_section {
    background: url(../images/blog_bg.png) no-repeat;
    background-size: cover;
}
.new_title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 51px;
}
.bg_white {
    background: #fff;
}
.newbox .box-caption {
    padding: 10px;
    position: relative;
}
.newbox .description p {
    font-size: 16px;
    line-height: 27px;
    font-weight: 500;
}
.updatedtitle p {
    font-size: 12px;
    color: #a4a4a4;
}
.img_btnopn {
    position: absolute;
    left: 0;
    width: 100% !important;
    bottom: -45px;
    transition: 0.5s;
}
.newbox {
    transition: 0.4;
}
.img_btnopn a {
    width: 100% !important;
}
.button-content-wrapper {
    justify-content: center !important;
}
.unicamp-image {
    overflow: hidden;
}
.newbox:hover .img_btnopn {
    bottom: 0;
}
.newbox .unicamp-image img {
    transition: 0.4s;
}
.newbox:hover .unicamp-image img {
    transform: scale(1.1);
    opacity: 0.8;
}
.photo_gallery {
    background: #fff !important;
    z-index: 2;
    position: relative;
}
.main_tap_head {
    gap: 5px;
    padding: 0px 0 15px;
    margin: 0 0 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.nav-tabs {
    border: none !important;
    padding: 0px 0;
    margin: 0 0;
}
.lates_sec .nav-item {
    margin-right: 48px;
    position: relative;
    margin-top: 0;
}
.lates_sec .nav-link {
    border: none !important;
    background: transparent;
    padding: 0 0;
    font-size: 24px;
    line-height: normal;
    font-weight: 600;
}
.navbar-nav li a,
.nav-item .nav-link {
    font-size: 18px;
    line-height: normal;
    color: #b8b8b8 !important;
    font-weight: 600;
    transition: 0.4s;
}
.navbar-nav li a:hover,
.navbar-nav li a:focus,
.navbar-nav li a:active,
.navbar-nav li a.active,
.nav-item .nav-link:hover,
.nav-item .nav-link:focus,
.nav-item .nav-link.active {
    color: #333333 !important;
}
.main_tap_head .h2_heading::before {
    opacity: 0;
    visibility: hidden;
}
.main_tap_head .h2_heading.active::before {
    opacity: 1;
    visibility: visible;
}
.lates_sec .nav-item::after {
    position: absolute;
    content: "";
    width: 3px;
    height: 34px;
    top: 15px;
    background: #000;
    right: -24px;
}
.lates_sec .nav-item:last-child::after {
    display: none;
}
.lates_sec .nav-item:last-child {
    margin-right: 0;
}
.cardgallery {
    position: relative;
    z-index: 1;
    transition: 2s;
    overflow: hidden;
}
.cardgallery::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-image: linear-gradient(#ff000000, #9d2235 103%);
    background: transparent;
    transition: 2s;
}
.cardgallery:hover::before {
    background-image: linear-gradient(#ff000000, #9d2235 72%);
    background: #10386bf0;
    transition: 2s;
}
.photo_gallery .row > div:nth-child(even) .cardgallery:hover::before {
    background: #9d2235f2;
    transition: 2s;
}
.gallery_containtex {
    position: absolute;
    top: -100%;
    padding: 30px 20px 20px 30px;
    z-index: 2;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    transition: 2s;
}
.unicamp-modern-slider-style-03 .tm-modern-slider .title {
    font-size: 45px;
    font-weight: 600;
}
.cardgallery:hover .gallery_containtex {
    top: 0;
}
.gallery_containtex h4 {
    font-size: 17px;
    line-height: 24px;
    color: #fff;
    text-align: left;
    margin: 0;
}
.gallery_containtex p {
    color: #ffffffba;
}
.cardgallery a::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9;
}
.cardgallery img {
    transition: 2s;
}
.cardgallery:hover img {
    transform: scale(1.1);
}
.btn_vedion {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    background: #fff !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
    border-radius: 50% !important;
    opacity: 1;
    transition: 0.5s;
    z-index: 1;
}
.btn_vedion::before,
.btn_vedion::after {
    content: "";
    background: #af4556;
    width: calc(100% + 17px);
    height: calc(100% + 17px);
    border-radius: 50%;
    top: -8px;
    left: -8px;
    position: absolute;
    z-index: -1;
    animation: mymove 5s infinite;
    opacity: 0%;
    transition: 0.4s;
}
.btn_vedion::after {
    width: calc(100% + 30px);
    height: calc(100% + 30px);
    top: -14px;
    left: -14px;
}
@keyframes mymove {
    0% {
        opacity: 60%;
        transition: 0.4s;
    }
    50% {
        opacity: 50%;
        transition: 0.4s;
    }
    75% {
        opacity: 40%;
        transition: 0.4s;
    }
    100% {
        opacity: 10%;
        transition: 0.4s;
    }
}
.modal-open {
    padding-right: 0 !important;
}
.modal {
    padding: 0 !important;
    z-index: 99999999 !important;
    background: #21222291;
}
button.btn-close {
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 !important;
    width: 25px;
    height: 25px;
}
.modal-header {
    background: #9d2235;
}
h5.modal-title {
    color: #fff;
}
button.btn-close path {
    fill: #fff;
}
.study_secflex {
    display: flex;
    align-items: center;
    gap: 15px;
    transition: 0.8s;
}
.iconstudy {
    flex: none;
}
.study_title h4 {
    margin: 0 0 0;
    font-size: 18px;
    font-weight: 500;
}
.study_section .col {
    flex: 0 1 20%;
}
.study_section .row {
    row-gap: 45px;
}
.study_section {
    position: relative;
    z-index: 0;
}
.study_section::before {
    content: "";
    z-index: -1;
    position: absolute;
    background: url(../images/study_section_bg.png) no-repeat;
    background-size: cover;
    width: 100%;
    height: calc(100% + 296px);
    top: -296px;
    left: 0;
}
.footer_customsection {
    background: url(../images/footer_bg.png) no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
    padding-top: 103px;
}
.elementor-2136 .elementor-element.elementor-element-7832218 .heading-primary {
    font-size: 34px !important;
}
.elementor-2136 .elementor-element.elementor-element-b7da4d4 {
    padding: 98px 0px;
}
.footer_customsection::before {
    position: absolute;
    content: "";
    z-index: -1;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #000000e0;
}
.header-06.header-dark .header-wrap .menu--secondary > ul > li.home_icon > a {
    position: relative;
}
.header-06.header-dark .header-wrap .menu--secondary > ul > li.border_leftde {
    position: relative;
    margin-left: 14px;
}
.header-06.header-dark .header-wrap .menu--secondary > ul > li.border_leftde::before {
    position: absolute;
    content: "";
    width: 2px;
    height: 17px;
    background: #ffffff52;
    top: 50%;
    left: -10px;
    transform: translateY(-50%);
}
.lates_newsection,
.about_sec {
    background: #fafafa !important;
}
.unicamp-blog-caption-style-01 .post-wrapper {
    box-shadow: none !important;
    background: #fff !important;
}
.footer_customsection li {
    list-style: none;
}
.footer_customsection li a,
.foosech a {
    text-decoration: none;
    color: #ffffffad;
    transition: 0.4s;
    font-size: 14px;
}
.footer_customsection li a:hover,
.foosech a:hover {
    color: #fff;
}
.foosech p {
    margin: 0;
    color: #ffffffad;
    font-size: 14px;
}
.foosech p a {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
}
.foosech h4 {
    color: #fff;
    font-size: 21px;
    margin: 0 0 20px;
}
ol,
ul {
    margin: 0;
    padding: 0;
}
.fooinput {
    padding: 25px 0 40px;
}
.fooinput input.form-control {
    outline: none;
    border-color: #9d2235 !important;
    border: solid 1px;
    box-shadow: none;
    padding: 5px 12px !important;
    min-height: initial !important;
    height: initial !important;
    line-height: normal !important;
    color: #fff;
}
.updatedlastsec {
    display: flex;
    justify-content: flex-start;
    gap: 10px 50px;
    padding: 6px 0 0 0;
}
.updatedlastsec .lefupse h4 {
    margin: 0 0 0;
}
.updatedlastsec span {
    font-size: 12px;
    color: #ffffffad;
}
.fooinput ::placeholder {
    color: #ffffffc2 !important;
}
.max-width-407 {
    max-width: 407px;
}
.max-width-188 {
    max-width: 254px;
}
.max-width-255 {
    max-width: 221px;
}
.max-width-368 {
    max-width: 368px;
    margin: 0 auto;
    margin-right: 0;
}
.tm-swiper .swiper-pagination-bullet {
    width: 12px;
}
.footer_logosec {
    margin: 0 0 50px;
    max-width: 560px;
}
.mt_top {
    margin-top: 24px !important;
}
.elementor-section-wrap {
    margin-top: -51px;
}
.copyright_sec {
    border-top: none;
    padding: 15px 0 55px;
    margin: 62px 0 0;
}
.copyright_sec p,
.copyright_sec p a {
    color: #ffffffad;
    transition: 0.4s;
    font-size: 14px;
}
.copyright_sec p a:hover {
    color: #fff;
}
.tm-social-networks li {
    margin-right: 20px;
}
.tm-social-networks li:last-child {
    margin-right: 0;
}
.tm-social-networks li a {
    font-size: 22px;
    padding: 0 !important;
}
.tm-social-networks {
    padding-left: 8px !important;
    margin-bottom: 28px;
}
.footer_customsection .tm-button.style-flat:after,
.directo_seccusotm .tm-button.style-flat:after {
    background-color: #10386b;
}
.divevediosec {
    position: relative;
    overflow: hidden;
    height: 720px;
}
.divevediosec video {
    width: 100%;
    height: auto;
    object-fit: cover;
    position: absolute;
    height: 100vh;
}
.divevediosec .slide-layer {
    opacity: 1 !important;
    visibility: visible !important;
}
.divevediosec .slide-layers {
    padding: 201px 0px 70px 0px !important;
}
.containedescripve {
    position: absolute;
    top: 0;
    left: 0;
    background: #2210101c;
    width: 100%;
    height: 100%;
}
.divevediosec .slide-content {
    justify-content: start;
    text-align: left;
}
.page-header {
    z-index: 999999;
}
.modal-backdrop.fade.show {
    display: none;
} /* .branding-logo-wrap img { background: #fff; padding: 15px; border-radius: 4px; margin-top: 10px; } */
.aboutvediosec ul::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}
.aboutvediosec ul::-webkit-scrollbar-track,
.aboutvediosec ul::-webkit-scrollbar-thumb {
    border-radius: 10px;
}
.aboutvediosec ul::-webkit-scrollbar-track {
    background: #fff;
}
.aboutvediosec ul::-webkit-scrollbar-thumb {
    background: #ed1c24;
} /* about page css start */
.mainsectiabout {
    background: url(../images/inboutbgmain.png) no-repeat;
    background-size: cover;
}
.fontsizebig {
    font-size: 25px;
    line-height: normal;
    color: #000000;
}
.h5heading {
    font-size: 18px;
    line-height: normal;
    color: #000000;
}
.aboutvediosec .cardgallery::before {
    display: none;
}
.mainsectiabout p {
    color: #101112;
} /* about page css end */ /* Centre Members section css
    start */
.centremembersec h2 {
    text-align: left;
}
.centermemberbox {
    background: #ae152d;
    padding: 55px 10px 30px 96px;
    margin-left: -97px;
}
.centermemberbox ul, ul.list2 {
    overflow: hidden auto;
    max-height: 455px;
    padding: 0 0 0 25px;
}
.centermemberbox ul{
    height: 455px;
}
.centermemberbox ul li, ul.list2 li {
    color: #fff;
    font-size: 15px;
    line-height: normal;
    text-align: left;
    margin: 0 0 25px !important;
    list-style: none;
    position: relative;
}
ul.list2 li{color: #000;}
.centermemberbox ul li::before, ul.list2 li::before {
    content: url(../images/list1.svg) !important;
    position: absolute;
    width: 15px;
    height: 15px;
    top: 10px;
    left: -24px;
}

ul.list2 li::before{
    content: url(../images/list2.svg) !important;
}
.centermemberbox ul li span {
    font-size: 14px;
    display: block;
}
.centerimgsec {
    position: relative;
    z-index: 1;
}
.centremembersec .card_prof {
    max-width: none;
    margin-right: auto;
    padding: 20px;
    background: #fff;
    height: 100%;
    display: grid;
    place-items: center;
    box-shadow: 0 2px 11.9px 0 #0000000f;
}
.centremembersec .titleprof,
.centremembersec .titleprof span {
    color: #333;
}
.maincentersection {
    position: relative;
    z-index: 1;
}
.maincentersection .bg-transparent {
    background: transparent !important;
}
.maincentersection::before,
.maincentersection::after {
    position: absolute;
    left: 0;
    top: 0;
    content: url(../images/mainmembersecbg1.png);
    z-index: -1;
}
.maincentersection::after {
    content: url(../images/mainmembersecbg.png);
    top: auto;
    bottom: 0;
}
.centemembboxsect {
    margin-top: -75px;
}
.centremembersec .card_prof img {
    border: solid 5px #d9d9d9;
    max-width: 200px;
}
.centermemberbox ul::-webkit-scrollbar {
    width: 8px;
}
.centermemberbox ul::-webkit-scrollbar-track,
.centermemberbox ul::-webkit-scrollbar-thumb {
    background: #ffffff1f;
    border-radius: 0;
}
.centermemberbox ul::-webkit-scrollbar-thumb {
    background: #ffffffc7;
}
.centermemberbox ul::-webkit-scrollbar-thumb:hover {
    background: #ffffffc7;
}
.centermemberbox ul {
    scrollbar-width: thin;
    scrollbar-color: #ffffffc7 #ffffff1f;
}

.bodycentermember .header-06 .menu--primary > ul > li {
    margin-right: 10px;
}
.bodycentermember .toggle-sub-menu {
    margin-left: 13px;
}
.aboutcenter .centermemberbox {
    padding-left: 225px;
}
.text-white::before{
    background: #fff;
}

.aboutcenter .cardbox, .staffbox {
    padding: 30px 20px !important;
    margin: 0;
    box-shadow: 0 2px 11.9px 0 #0000000f;
    border-color: transparent;
    height: 100%;
}
.aboutcenter .cardbox {
    padding: 40px 30px;
}
.breadcrumb_section {
    position: absolute;
    bottom: 10px;
    left: 0px;
    width: 100%;
}
li.breadcrumb-item a, li.breadcrumb-item {
    font-size: 14px;
    line-height: normal;
    color: #00070e;
    font-weight: 500;
}
.breadcrumb-item + .breadcrumb-item {
    margin: 0px;
}
.breadcrumb-item + .breadcrumb-item::before {
    color: #00070e;
    line-height: 2.2;
    font-size: 10px !important;
}
.breadcrumb-item.active, .breadcrumb-item.active a, .breadcrumb-item a:hover, .breadcrumb-item:active a, .breadcrumb-item:focus a {
    color: rgb(45 112 178);
}

span.mobileiconview {
    display: none;
}
.page-footer .elementor-section-wrap {
    margin-top: auto !important;
}

.swiper-wrapper {    
    height: auto !important;   
}
.page-mobile-menu-opened.mobile-menu-push-to-left .site {
    -webkit-transform: translateX(0) !important;
    -ms-transform: translateX(0) !important;
    transform: translateX(0) !important;
}
.marquee_scrollsection .container {
    max-width: 100% !important;
    padding: 0px !important;
}
.col1 {
    padding-left: 52px;
}
.inrcontent {
    padding: 80px 0;
}
.staffbox li, .inrcontent  ul.list-style li, .table li, .list-style ul li, .list-style li {
    position: relative;
    list-style: none;
    margin: 0 0 5px 26px;
}
.inrcontent  ul.list-style li::before, .staffbox li::before, .table li::before, .list-style ul li::before, .list-style li::before {
    content: url(../images/innerlist1.png) !important;
    position: absolute;
    top: 11px;
    left: -24px;
}
.inrcontent a {
    color: #07539e;
}
.bnrtxt {
    display: none;
}
.inrcontent h4, .inrcontent h2 {
    position: relative;
    font-size: 34px;
    padding: 0;
    margin: 0 0 33px;
}
.inrcontent h4::before, .inrcontent h2::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    width: 104px;
    height: 4px;
    bottom: -10px;
    background: #9d2235;
    margin: 0;
}
.line_center::before {
    margin: 0 auto !important;
}

.inrcontent {
    padding: 80px 0;
}



.staffbox li, .inrcontent  ul.list-style li, .table li, .list-style ul li, .list-style li {
    position: relative;
    list-style: none;
    margin: 0 0 5px 26px;
}
.inrcontent  ul.list-style li::before, .staffbox li::before, .table li::before, .list-style ul li::before, .list-style li::before {
    /* content: url(../images/innerlist1.png) !important; */
    content: url(../images/list2.svg) !important;
    position: absolute;
    top: 8px;
    left: -24px;
}

.inrcontent table.table-striped th, .table th {
    background: #ae152d !important;
    color: #fff !important;
    min-width: 71px;
}
.resp-vtabs ul.resp-tabs-list {
    background: #10386b !important;    
}
.new-tabbing-wrap .resp-vtabs .resp-tabs-list li, .resp-vtabs .resp-tabs-list li {
    color: rgb(255, 255, 255);
    position: relative;
    width: 100%;
    border-bottom: 1px solid rgb(13 36 64);
    margin: 0px;
    padding: 10px 15px !important;
    display: flex;
    align-items: start;
    gap: 6px;
}
.resp-vtabs .resp-tabs-list li > i {
    position: relative;
    top: 6px;
}
.new-tabbing-wrap .resp-vtabs li.resp-tab-active, .resp-vtabs li.resp-tab-active {
    margin: 0px;
    border-radius: 0px;
    background: rgb(174 21 45) !important;
    border-top: none;
    border-left: none;
}
.item-img-faculty {
    width: 100%;
    height: 143px;
    display: flex;
    justify-content: center;
    margin: 0 auto 8px;
    text-align: center;
    overflow: hidden;
    
}
.item-img-faculty img{
    object-fit: contain;
    transition: 2s;
}
.resp-tab-content .row {
    row-gap: 20px;
}
a.commno-person-listing, .facultybox, .visitingbox {
    width: 100%;
    display: block;
    text-align: center;
    height: 100%;
    border-radius: 5px;
    padding: 9px 5px 5px;
    box-shadow: 0 0 5px #cccccc63;
    transition: .4s;
    overflow: hidden;
    
}
.person-name {
    color: #10386b;
    font-size: 16px;
    line-height: normal;
    font-weight: 600;
    transition: .4s;
}

.person-designation {
    color: #111111;
    font-size: 14px;
    line-height: normal;
    font-weight: 500;
}
a.commno-person-listing:hover .person-name {
    color: #ae152d;
}
a.commno-person-listing:hover .item-img-faculty img{
    transform: scale(1.1);
}

.profile-info-box, .profile-contact {
    padding: 25px;
    border: 1px solid #dbdbdb;
}
.profile-contact {
    margin-top: 15px;
}
.profile-info-img {
    float: left;
    display: block;
    margin-right: 35px;
}
.profile-info-des {
    display: block;
    float: left;
}
.profile-name {
    color: #156ab8;
    font-weight: bold;
    font-size: 26px;
    margin-top: 12px;
}
.profile-degree, .profile-designation {
    color: #000000;
    font-size: 18px;
    margin: 5px 0;
}
.profile-degree, .profile-designation {
    color: #000000;
    font-size: 18px;
    margin: 5px 0;
}
.smk_accordion .accordion_in .acc_head {   
    color: #07559c !important;
}
.smk_accordion .accordion_in .acc_head {   
    font-size: 16px;   
}
.smk_accordion .accordion_in.acc_active > .acc_head {
    background: #ae152d !important;
    color: #fff !important;
}
.staffbox {
    padding: 15px;
    background: #fff !important;
}
.acc_head i {
    margin-right: 6px;
}
.staffbox > .row > .col-sm-12 > p span, .staffbox > .row > .col-sm-12 > p b {
    background: #ff000000 !important;
    font-size: 15px;
    position: relative;
}
.staffbox > .row > .col-sm-12 > p {
    margin: 5px 0;
}
.pspaceno p {
    margin: 0 0;
}
.inrcontent a {
    color: #07539e;
}
.inrcontent a:hover{
    color: #9d2235;
}
.item-img {
    position: relative;
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    color: rgba(61,84,193,0.50);
}
.item-img img {
    opacity: 0.99;
    -webkit-transition: all 2s linear;
    -moz-transition: all 2s linear;
    -o-transition: all 2s linear;
    transition: all 2s linear;
    transform: scale(1);
    -o-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
}
.item-img:hover img {
    transform: scale(1.1) !important;
    -o-transform: scale(1.1) !important;
    -moz-transform: scale(1.1) !important;
    -webkit-transform: scale(1.1) !important;
    -ms-transform: scale(1.1) !important;
    opacity: 1 !important;
}

.inrcontent .readbtn, .inrcontent .profile_read_more_btn {
    color: #fff;
    border-radius: 0;
    padding: 5px 15px;
    min-width: 90px;
    margin: 10px 0 0;
    display: inline-block;
}

.inrcontent .readbtn:hover, .inrcontent .profile_read_more_btn:hover{
    color: #fff;
    background: #111;
}

.newboxinner .staffbox p {
    margin: 0;
}
.newboxinner .staffbox h6 {
    margin: 0 0 12px;
}
.newboxinner .staffbox {
    padding: 30px;
    box-shadow: 0 0 5px #e5e1e1;
}
.newboxinner .staffbox h6 + p {
    color: #065496;
    font-weight: 500;
    font-size: 17px;
    line-height: normal;
}

.judgesbox.staffbox {
    height: 100%;
}
.newboxinner h4 {
    margin-bottom: 15px;
}
.newboxinner h4::before {    
    bottom: -10px;    
}
.line-center h4::before, .line-center h2::before {
    margin: 0 auto;
}
.cms-asp-stu-data p {
    margin: 0;
}
.cms-asp-stu-data {
    display: block;
    border-radius: 5px;
    padding: 15px;
    box-shadow: 0 0 5px #cccccc63;
    transition: .4s;
    overflow: hidden;
}
.imboxhiden {
    margin: 0 0 10px;
}
.imboxhiden img, .imboxhiden {
transition: 2s;
overflow: hidden;
}
.imboxhiden:hover img {
    transform: scale(1.1);
    }
.boxshinner {
    box-shadow: 0 0 5px #cccccc59;
    padding: 25px;
}
.boxshinner h6 {
    border-bottom: solid 1px #e7e6e6;
    padding-bottom: 12px;
    margin: 0 0 12px;
}
.inrcontent h5 {
    margin-top: 30px;
}
body.modal-open {
  overflow: hidden !important;
}

.modal-dialog {
  margin: 1.75rem auto;
  max-width: 75%;
  width: auto;
  max-height: 90vh;
  display: grid;
 place-items: center;
}

.modal-content {
  width: 100%;
  max-height: 100%;
  overflow: visible !important; 
}

.modal-body {
  overflow: visible !important; 
}

.carousel-control-next, .carousel-control-prev {
    background: #9d2235 !important;
    height: 34px !important;
    width: 34px !important;
    padding: 4px !important;
    top: 50% !important;
    bottom: auto !important;
    transform: translateY(-50%);
}
.carousel-control-prev {
    left: -60px !important;
}
.carousel-control-next{
  right: -60px !important;
}

.list-group.gallery, .list-group.mcgallery {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    text-align: center;
    row-gap: 25px;
}
.mcgallery .thumbnail img {
    max-height: 262px;
    min-height: 262px;
    text-align: center;
    margin: auto;
}
.list-group.gallery h6 {
   font-size: 17px;
    line-height: 24px;
    color: rgb(255, 255, 255);
    text-align: left;
    margin: 0px;
}
.list-group.gallery .item-img, .list-group.gallery .item-img img {
    width: 100%;
}
.list-group.gallery .item-img::before, .list-group.mcgallery .item-img::before, .resp-vtabs .item-img::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-image: linear-gradient(#ff000000, #9d2235 103%);
    background: transparent;
    transition: 2s;
}
.list-group.gallery .item-img:hover::before, .list-group.mcgallery .item-img:hover::before, .resp-vtabs .item-img:hover::before {
    background-image: linear-gradient(#ff000000, #9d2235 72%);
    background: #10386bf0;
    transition: 2s;
}
.list-group.gallery > div:nth-child(2n) .item-img:hover::before, .list-group.mcgallery > div:nth-child(2n) .item-img:hover::before, .resp-vtabs .row > div:nth-child(2n) .item-img:hover::before {
    background: rgba(157, 34, 53, 0.95);
    transition: 2s;
}
.list-group.mcgallery .item-img {
    width: 100%;
    border: solid 1px #ddd;
}


.list-group.gallery .item-img .text-center {
    position: absolute;
    top: -100%;
    z-index: 2;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    padding: 30px 20px 20px 30px;
    transition: 2s;
    text-align: left !important;
}
.list-group.gallery .item-img:hover .text-center {
    top: 0px;
}
.fancybox-overlay {   
    z-index: 999999 !important;
}
.pagination {
    display: block;
    padding-left: 0px;
    text-align: center;
    max-width: 545px;
    margin: 20px auto;
    border-radius: 4px;
}
.pagination > li {
    display: inline;
}
.pagination > li:first-child > a, .pagination > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #fff;
    text-decoration: none;
    background-color: #9d2235;
    border: 1px solid #ffffff54;
}
.inrcontent .pagination a:hover, .pagination a:hover {
    color: #fff;
}
.pagination > .disabled > span, .pagination > .disabled > span:hover, .inrcontent .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: rgb(174 21 45);
    border-color: rgb(174 21 45);
    color: #fff;
}
#parentHorizontalTab > .resp-tabs-list li {
    border: 1px solid #ae152d !important;   
}
.resp-tab-active {
    background-color: #9d2235;
}
.resp-tab-content {
    border: 1px solid #9d2235;
}
.resp-vtabs .item-img {
    max-height: 187px;
    width: 100%;
}
.resp-vtabs .item-img img {
    width: 100%;
}
.achievement_page .list-group.mcgallery {
    padding: 0px 0 40px;
}
.mty_title {
    margin: 15px 0 5px;
}
.inrcontent.padding40 {
    padding: 0;
}
.visitingbox, .visitingbox h3{text-align: left;}
.visitingbox h3 {
    font-size: 20px;
    margin: 0 0 10px;
}
.legal_history_museum .resp-vtabs .item-img {
    max-height: none;
}
.legal_history_museum .resp-vtabs .item-img img{
    width: auto;
}
.legal_history_museum .list-group.gallery{
    text-align: left;
}
.center_secslider .owl-dots {
    display: none;
}
.center_secslider .owl-nav button{display: inline-block;}
.center_secslider .owl-nav span {
    font-size: 102px;
    line-height: 0;
    font-weight: 200;
}
.center_secslider .owl-nav {
    width: 100%;  
   
}
.center_secslider .owl-nav .owl-prev, .center_secslider .owl-nav .owl-next {
    position: absolute;
    left: -22px !important;
    top: 42%;
    transform: translateY(-50%);
}
.center_secslider .owl-nav .owl-next{
    right: -22px !important;
    left: auto !important;
}
.center_secslider .tm-swiper .owl-nav .swiper-nav-button{
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
}
.testimonial_div {
    box-shadow: 0 2px 11.9px 0 #0000000f;
    border-color: transparent !important;
    background: transparent !important;
}
.testimonial_div h5 {
    font-size: 20px;
    color: #10386b;
}
.testimonial_div span {
    color: #3c3737;
}
.testimonial_div p:before{
    display: none;
}
.testimonial_div, .testimonial_div .test-img img{transition: 2s;}
.testimonial_div .test-img {    
    overflow: hidden;
}
.testimonial_div:hover .test-img img{
  transform: scale(1.1);
}
.nexcentbox {
    display: flex;
    gap: 30px;
}
.nexcentbox a {
    flex: none;
    margin: 0 !important;
    overflow: hidden;
}
.nexcentbox a img, .nexcentbox a{
    transition: 2s;
}
.nexcentbox a:hover img{
    transform: scale(1.1);
}

/* 6-8-25 */
.header-06 .top_header .header-wrap{
    padding: 0px 0;
}
.top_header .menu__container > li {
    padding: 10px 0;
}
.top_header ul.sub_menu_custom, .top_header ul, .custom_maga_bottom  .mega_menu_li ul{
 display: block !important;
}
.mega_menu_custom ul.mega_sub_menuu.col {
    position: initial;
    width: 100%;
    max-width: 100%;
    min-width: 100%;
}
.top_header .mega_menu_li, .custom_maga_bottom .mega_menu_li{
    position: initial !important;
}
.top_header .mega_menu_li .sub_menu_custom li > a, .custom_maga_bottom .mega_menu_li .sub_menu_custom li > a {
    padding: 6px 6px;
}

.top_header .mega_menu_li .sub_menu_custom {
    width: 100%;
    max-width: 100%;
    left: 0;
    padding: 30px 0 20px;
}
.top_header ul.sub_menu_custom, .top_header .sub_menu_custom, .custom_maga_bottom .sub_menu_custom {
       min-width: 250px;   
    top: 100%;
    position: absolute;
    padding: 10px 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
        background-color: #fff;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.12);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.12);
}
.desktop-menu .sm-simple li ul.sub_menu_custom a {
    padding: 7px 15px;
}
.top_header ul.menu__container > li:hover > ul.sub_menu_custom, .top_header ul.menu__container > li:hover > .sub_menu_custom, .custom_maga_bottom li.mega_menu_li:hover > .sub_menu_custom{
    opacity: 1;
    visibility: visible;
} 
.header-sticky-both .mega_menu_custom.row.sub_menu_custom {
    height: auto !important;
}

.banner_customslider .carousel-item::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    background: linear-gradient(to bottom, rgb(0 0 0 / 87%), rgba(0, 0, 0, 0));
}


/* accordion css */

 .accordion-item {
            border: none;
            margin-bottom: 15px;
            border-radius: 8px;
            overflow: hidden;
            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
        }

        .accordion-button {
            font-weight: 600;
            font-size: 16px;
            background: #f8f9fa;
            border-radius: 8px !important;
        }

        .accordion-button:focus {
            box-shadow: none;
        }

        .accordion-button:not(.collapsed) {
            color: #004080;
            background-color: #e9f2ff;
        }

        .accordion-body {
            font-size: 15px;
            color: #333;
            line-height: 1.6;
        }
       .accordion-button::after {
    content: "+";
    font-size: 25px;
    font-weight: 900;
    transform: none !important;
    background-image: none !important;
    position: relative;
    top: -16px;
}

        .accordion-button:not(.collapsed)::after {
            content: "−";
        }
        .accordion-button:hover,  .accordion-button:not(.collapsed) {
            color: #fff !important;
    border-color: #ae152d !important;
    background-color: #ae152d !important;
        }

/* accordion css */

.whom-to-contact-table ol li {
    display: list-item;
    list-style: auto;
    margin-left: 40px;
}
.whom-to-contact-table ol li::before {
   display: none !important;
}
.whom-to-contact-table table td {
    border: solid 1px #ddd !important;
    text-align: left !important;
    font-size: 14px !important;
    line-height: normal !important;
    margin: 0 !important;
    padding: 5px 8px !important;
}
.whom-to-contact-table table td br {
    display: none;
}

@media (min-width: 1200px) {
    
    .desktop-menu .sm-simple .children {
    padding: 13px 10px 16px !important;
    width: 256px !important;
}
.page-navigation .children > li > a, .top_header .children > li > a {
    font-size: 13px;
    color: #000;
    padding: 0px !important;
    font-weight: 500;
}
.page-navigation .children > li > a:hover, .page-navigation .children > li > a:focus, .page-navigation .children > li > a:active, .top_header .children > li > a:hover, .top_header .children > li > a:focus, .top_header .children > li > a:active {
    color: #ae152d;
}
.bodycentermember .header-06 .menu--primary > ul > li > ul li {
    list-style: disc !important;
    display: list-item !important;
    margin: 0 0 10px 18px !important;
}
.bodycentermember .header-06 .menu--primary > ul > li > ul li:last-child{
    margin-bottom: 0 !important;
}
    .top_header .menu__container {
    position: relative !important;
    justify-content: space-between;
    display: flex !important;
}
    .menu-item:hover > .sub-menu {
    display: block;
}
    .bodycentermember .container {
        padding-left: 40px;
        padding-right: 40px;
    }
    .menu-item:hover > .sub-menu {
    display: block !important;
}
.desktop_menu_none{
    display: none !important;
}
.desktop-menu .sm-simple .children a .toggle-sub-menu::before{right: 20px !important;}
.menu__container li:last-child > ul.sub_menu_custom,
.menu__container li:nth-last-child(2) > ul.sub_menu_custom, .menu__container li:last-child > ul.sub-menu,
.menu__container li:nth-last-child(2) > ul.sub-menu {
    left: auto !important;
    right: 0 !important;
}
.top_header ul li ul li a {
    padding: 0 !important;
}
.top_header ul li ul li{
            list-style: disc !important;
        display: list-item !important;
        margin: 0 0 10px 18px !important;
}
.top_header ul li ul li:last-child{
                  margin-bottom: 0 !important;
}
.bodycentermember .toggle-sub-menu {
    margin: 0 7px 0 17px !important;
    top: 2px !important;
}

}

@media (max-width: 1599px) {
    .inrcontent {
    padding: 70px 0px;
}
   
    .unicamp-modern-slider-style-03 .tm-modern-slider .title {
        font-size: 47px;
    }
    .space_section {
        padding: 60px 0;
    }
    .fontsizebig {
        font-size: 23px;
    }
    .h2_spacemb {
        padding: 0 0 40px;
    }
    header .container {
        padding-left: 15px;
        padding-right: 15px;
    }
    .header-06 .menu--primary > ul > li > a {
        font-size: 15px;
    }
   
    .elementor-section-wrap {
        margin-top: -74px;
    }
    .desktop-menu .header-06 .menu--primary > ul > li {
        margin-right: 15px;
    }
    h2 {
        font-size: 30px;
    }
    
}

@media (max-width: 1449px) {
    
    .menu_btncustom {
        margin: 0 auto 11px;
        margin-right: 0;
    }
    .desktop-menu .header-06 .menu--primary > ul > li {
        margin-right: 23px;
    }
   
    .bodycentermember .header-06 .menu--primary > ul > li {
        margin-right: 15px;
    }
}
@media (max-width: 1350px) {
    .unicamp-box h2, .inrcontent h4, .inrcontent h2 {
    font-size: 24px;
}
    .inrcontent {
    padding: 60px 0px;
}
   
    
    .menu_btncustom {
        margin: 0 auto 9px;
        margin-right: 0;
    }
  
  
   
    .bodycentermember .header-06 .menu--primary > ul > li > a {
        font-size: 13px;
    }
    header .container {
        padding-left: 17px;
        padding-right: 17px;
    }
    .unicamp-box h2 {
        font-size: 24px;
    }
    .unicamp-blog-caption-style-01 .post-caption {
        padding: 14px 10px;
    }
    .unicamp-blog .post-title {
        font-size: 17px !important;
        line-height: normal !important;
    }
    .unicamp-blog .post-meta {
        margin: 14px 0 0;
    }
    .unicamp-event-box .post-item {
        padding: 20px 15px;
    }
    .unicamp-event-box .event-date--day {
        font-size: 34px;
    }
    .unicamp-event-box .post-title {
        font-size: 16px;
        line-height: normal;
    }
}
@media (max-width: 1279px) {
    
    .header-06 .menu--primary > ul > li > a {
        font-size: 15px;
        font-weight: 600;
        line-height: normal;
    }
    .menu_btncustom {
        margin: 0 auto 2px;
        margin-right: 0;
    }
   
    .unicamp-modern-slider-style-03 .tm-modern-slider .title {
        font-size: 41px;
    }
    h3 {
        font-size: 20px;
    }
    .elementor-2136
.elementor-element.elementor-element-da2d510 .heading-primary, .elementor-2136 .elementor-element.elementor-element-2987ccb .heading-primary {
    font-size: 30px;
}
.unicamp-rich-carousel-style-01 .title {
    font-size: 14px;
}
.main_tap_head {
    padding: 0px 0 12px;
    margin: 0 0 50px;
}
.lates_sec .nav-item::after {   
    height: 27px;
    top: 11px;
}
.foosech h4 {
    font-size: 17px;
}
}

@media (max-width: 1199px) {
    .inrcontent {
    padding: 50px 0px;
}
    .toggle_mobile_topheader .menu--secondary > ul > li > a {
        letter-spacing: 0 !important;
        line-height: 13px !important;
        display: grid;
        place-content: center;
        justify-content: left;
    }
    .toggle_mobile_topheader .menu--secondary > ul > li {
        margin: 0 0 12px !important;
    }
    .toggle_mobile_topheader .menu--secondary > ul > li:last-child{margin-bottom: 0;}
   
    .fontsizebig {
        font-size: 20px;
    }
    body.innerpagescustom header .branding-logo-wrap .ddsh_logo {
        display: none !important;
    }
    .top_header {
        background: transparent;
    }
    #page-header.headroom--not-top .page-header-inner .ddsh_logo {
        display: none;
    }
   
    #page-header.headroom--not-top .page-header-inner .page-open-mobile-menu .burger-icon-top:before, #page-header.headroom--not-top .page-header-inner .page-open-mobile-menu .burger-icon-top:after, #page-header.headroom--not-top .page-header-inner .page-open-mobile-menu .burger-icon-bottom:before, #page-header.headroom--not-top .page-header-inner .page-open-mobile-menu .burger-icon-bottom:after, #page-header.headroom--not-top .page-header-inner .page-open-components .circle {
        background: #07539d !important;
    }
    .innerpagescustom .page-header-inner .page-open-mobile-menu .burger-icon-top:before, .innerpagescustom .page-header-inner .page-open-mobile-menu .burger-icon-top:after, .innerpagescustom .page-header-inner .page-open-mobile-menu .burger-icon-bottom:before, .innerpagescustom .page-header-inner .page-open-mobile-menu .burger-icon-bottom:after, .innerpagescustom .page-header-inner .page-open-components .circle {
        background: #07539d !important;
    }
    
    .page-title-bar-01 .page-title-bar-inner .heading {
        font-size: 44px;
    }
    .page-title-bar-02 .page-title-bar-inner .heading {
        font-size: 44px;
    }
    .page-title-bar-08 .page-title-bar-inner {
        padding-top: 60px;
        padding-bottom: 50px;
    }
    .page-title-bar-08 .page-title-bar-inner .heading {
        font-size: 34px;
    }
    .study_section .col {
        flex: 0 1 33.33%;
    }
    .box_rightsection {
        margin-right: 0;
    }
    .space_section {
        padding: 50px 0;
    }
    .lates_newsection .col {
        flex: 1 0 33.33%;
    }
    .lates_newsection .row {
        row-gap: 30px;
    }
    .foosech h4 {
        margin: 0 0 20px;
        font-size: 19px;
    }
    .footer_customsection li a,
    .foosech a {
        font-size: 13px;
    }
    p {
        font-size: 14px;
    }
    .page-open-components {
        display: block;
    }
    .mobile-menu .header-06 .navigation-secondary {
        display: block !important;
    }
    .mobile_togglebtn {
        position: absolute;
        right: 8px;
        display: flex;
        align-items: center;
        gap: 19px;
    }
    .toggle_mobile_topheader {
        position: fixed;
        top: 0;
        background: #10386b;
        width: 294px !important;
        left: 0;
        padding: 40px 30px;
        transition: 0.8s;
        transform: translateX(-200%);
        z-index: 99;
        height: 100vh;
    }
    .header-more-tools-opened .toggle_mobile_topheader {
        transform: translateX(0);
        transition: 0.8s;
    }
    /* .elementor-2136 .elementor-element.elementor-element-fb74d74
.swiper-slide {
    height: 720px !important;
} */
.unicamp-modern-slider-style-03 .tm-modern-slider .title {
    font-size: 33px;
}
.toggle_mobile_topheader li {
    list-style: none;
    margin: 0;
    padding: 0;
}
.toggle_mobile_topheader .header-right .header-content-inner {
    justify-content: start;
    margin: 0 0 0;
    padding: 0 0;
}
.toggle_mobile_topheader .header-left .header-content-inner > div, .toggle_mobile_topheader .header-center .header-content-inner > div, .toggle_mobile_topheader .header-right .header-content-inner > div {
    padding: 0 0;    
}
.toggle_mobile_topheader .header-left .header-content-inner > div{
    padding: 0 0 10px;
}
.toggle_mobile_topheader .header-left .header-content-inner, .toggle_mobile_topheader .header-center .header-content-inner, .toggle_mobile_topheader .header-right .header-content-inner{
    margin: 0 0;
}
.header-06.header-dark .header-wrap .menu--secondary > ul > li.border_leftde::before{display: none;}
.unicamp-box h2 {
    font-size: 17px;
}
.foosech h4 {
    font-size: 18px;
}
.updatedlastsec {
    gap: 10px 5px;
}
.tm-button.style-flat, .tm-button.style-border, .tm-button.style-thick-border {
    padding: 0 13px;
}
.page-mobile-menu-header .tm-button.style-flat {
    padding: 0 16px;
    min-height: 47px;
    text-align: center;
}
.header-06.header-dark .header-wrap .menu--secondary > ul > li.border_leftde {
    margin-left: 0;
}
.unicamp-image {
    max-height: 450px;
}
.elementor-2136 .elementor-element.elementor-element-b7da4d4 {
    padding: 50px 0px;
}
.elementor-2136 .elementor-element.elementor-element-404812f {
    margin-bottom: 0;
}
.tm-social-networks a.link i {
    font-size: 20px !important;
}
.gap25px {
    column-gap: 25px;
}
}
@media (max-width: 991px) {
    .elementor-2136
    .elementor-element.elementor-element-da2d510 .heading-primary, .elementor-2136 .elementor-element.elementor-element-2987ccb .heading-primary, h2, .inrcontent h4, .inrcontent h2 {
    font-size: 25px;
}
    .page-title-bar-01 .page-title-bar-inner {
        padding-bottom: 50px;
    }
    .page-title-bar-01 .page-title-bar-inner .heading {
        font-size: 36px;
    }
    .page-title-bar-02 .page-title-bar-inner {
        padding-bottom: 50px;
    }
    .page-title-bar-02 .page-title-bar-inner .heading {
        font-size: 36px;
    }
    .page-title-bar-08 .page-title-bar-inner .heading {
        font-size: 28px;
    }
    .footer_customsection .col {
        flex: 1 0 100%;
        max-width: none;
    }
    .max-width-368 {
        max-width: none;
        margin: 0;
    }
    .footer_customsection .row {
        row-gap: 25px;
    }
    .footer_customsection li {
        line-height: normal;
    }
    .footer_logosec {
        margin: 0 0 13px;
    }
    .copyright_sec {
        padding: 11px 0;
        margin: 33px 0 0;
    }
    .foosech p a {
        font-size: 18px;
    }
    .h2_spacemb {
        padding: 0 0 40px;
    }
   
    .marquesectitle p {
        font-size: 15px;
    }
   
    .marquesectitle p, .marquesectitle h4 {
        font-size: 18px;
        padding: 4px 10px;
    }
    .elementor-section-wrap {
        margin-top: -72px;
    }
    .unicamp-modern-slider-style-03 .tm-modern-slider .title {
        font-size: 30px;
    }
    .marquesectitle p, .marquesectitle h4 {
        font-size: 16px;
    }
    .unicamp-modern-slider-style-03 .tm-modern-slider .title span {
        padding: 0 6px;
    }
   
   
    .elementor-2136
.elementor-element.elementor-element-da2d510 .heading-primary, .elementor-2136 .elementor-element.elementor-element-2987ccb .heading-primary, h2 {
    font-size: 25px;
}
    .new_title {
        margin: 0 0 30px;
    }
    .h2_heading::before {        
        bottom: -11px;
    }
    .unicamp-image {
        max-height: 340px;
    }
    .elementor-2136 .elementor-element.elementor-element-7832218 .heading-primary {
        font-size: 20px !important;
    }
    .custom_btn a {
        padding: 5px 12px !important;
    }
    .elementor-2136 .elementor-element.elementor-element-b7da4d4 {
        padding: 40px 0px;
    }
    .updatedlastsec {
        gap: 10px 32px;
    }
    .copyright_sec .row {
        gap: 3px;
    }
    .copyright_sec {
        padding: 11px 0;
        margin: 22px 0 0;
    }
    .centemembboxsect {
        margin-top: 0;
    }
    .centremembersec .card_prof{
        height: auto;
    }
    .marquesectitle .col2 {
    width: calc(100% - 167px);
}
.col1 {
    padding-left: 20px;
}
}
@media (max-width: 767px) {
    .marquesectitle .col2 {
    width: calc(100% - 73px);
}
    span.mobileiconview {
        display: inline-block;
    }
    span.mobileiconview svg {
        width: 30px;
        height: 30px;
    }
    span.desktopview {
        display: none;
    }
    span.desktopview {
        display: none;
    }
    span.mobileiconview {
        display: inline-block;
    }
    span.mobileiconview svg {
        width: 30px;
        height: 30px;
    }
   
    .study_section .col {
        flex: 0 1 50%;
    }
    .page-title-bar-01 .page-title-bar-inner .heading {
        font-size: 28px;
    }
    .page-title-bar-02 .page-title-bar-inner .heading {
        font-size: 28px;
    }
    .page-title-bar-08 .page-title-bar-inner .heading {
        font-size: 24px;
    }
   
    .header-sticky-both .headroom.headroom--not-top .branding img, .header-sticky-up .headroom.headroom--not-top.headroom--pinned .branding img, .header-sticky-down .headroom.headroom--not-top.headroom--unpinned .branding img {
        max-width: 438px;
    }
    .mobile_togglebtn {
        right: 8px;
        gap: 17px;
        bottom: auto;
        top: 50%;        
        transform: translateY(-50%);
    }
    .elementor-section-wrap {
        margin-top: -52px;
    }
    .unicamp-modern-slider-style-03 .tm-modern-slider .title {
        font-size: 23px;
    }
    .tm-swiper .swiper-pagination-bullet {
        width: 6px;
    }
    .tm-swiper .swiper-pagination-bullet:before {        
        width: 10px;
        height: 10px;        
    }
    .elementor-2136 .elementor-element.elementor-element-fb74d74 .swiper-slide {
        height: 402px;
    }
    .marquesectitle p, .marquesectitle h4 {
        font-size: 14px;
        min-height: 37px;
        display: flex;
        align-items: center;
    }
    .marquesectitle .col2 {
        width: calc(100% - 73px);
    }
    .card_prof {       
        margin: 19px auto 0;
    }
   
    .directo_seccusotm .h2_heading_left::before {
        margin: 0 auto;
    }
    .h2_spacemb {
        padding: 0 0 30px;
    }
    .unicamp-image {
        text-align: left;
    }
    .main_tap_head {
        margin: 0 0 30px;
    }
    .header-left .header-content-inner, .header-center .header-content-inner, .header-right .header-content-inner {
        margin: 0;
        display: block;
        padding-right: 66px;
    }
    .header-left .header-content-inner > div, .header-center .header-content-inner > div, .header-right .header-content-inner > div {
        padding: 0;
    }
   
}

@media (max-width: 575px) {
    header .container {
        padding-left: 12px;
        padding-right: 12px;
    }
   
   
    .space_section {
        padding: 40px 0;
    }
   
.lates_sec .nav-item::after {
    height: 22px;
    top: 9px;
}

}

@media (max-width: 479px) {
    .elementor-2136
    .elementor-element.elementor-element-da2d510 .heading-primary, .elementor-2136 .elementor-element.elementor-element-2987ccb .heading-primary, h2, .inrcontent h4, .inrcontent h2 {
    font-size: 20px;
}
   
    .mobile_togglebtn {
        right: 2px;
        gap: 8px;
        bottom: 3px;
    }
    
    
    .elementor-2136 .elementor-element.elementor-element-fb74d74 .swiper-slide {
        height: 390px;
    }
    .unicamp-modern-slider-style-03 .tm-modern-slider .title {
        font-size: 20px;
    }
   
.lates_sec .nav-item {
    margin-right: 26px;
}
.lates_sec .nav-item a{
    font-size: 16px !important;
}
.lates_sec .nav-item::after {
    height: 17px;
    top: 5px;
    right: -15px;
    width: 2px;
}
.h2_heading::before {
    bottom: -9px;
    height: 2px;
}
.study_section .row {
    row-gap: 20px;
}
.study_section .col {
    flex: 0 1 100%;
}
.box_rightsection {
    padding: 10px !important;
}
.cardbox {
    padding: 15px 10px;
}
.h2_spacemb {
    padding: 0 0 7px;
}
.elementor-2136
.elementor-element.elementor-element-da2d510 .heading-primary, .elementor-2136 .elementor-element.elementor-element-2987ccb .heading-primary, h2 {
    font-size: 20px;
}
.space_section {
    padding: 31px 0;
}
.new_title {
    margin: 0 0 15px;
}
.toggle_mobile_topheader {   
    width: 230px !important;
    padding: 31px 15px;
}
.header-left .header-content-inner, .header-center .header-content-inner, .header-right .header-content-inner {   
    padding-right: 43px;
}
}

@media (max-width: 349px) {
    .inrcontent {
    padding: 35px 0px;
}
    .gap25px {
        column-gap: 10px;
    }
    .branding-logo-wrap img, .error404--header .branding-logo-wrap img {
        max-width: 303px;
    }
    .header-sticky-both .headroom.headroom--not-top .branding img, .header-sticky-up .headroom.headroom--not-top.headroom--pinned .branding img, .header-sticky-down .headroom.headroom--not-top.headroom--unpinned .branding img {
        max-width: 304px;
    }
    .elementor-container.elementor-column-gap-extended > .elementor-row > .elementor-column > .elementor-element-populated {
        padding: 0 8px;
    }
}

/* new banner css add */

 .banner_customslider .carousel-item {
      position: relative;
      height: 720px;
      overflow: hidden;
    }
    .banner_customslider{z-index: 1;}
    .banner_customslider::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(16 56 107 / 22%);
    z-index: 2;
}

    .banner_customslider .carousel-item img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      /* animation: zoomIn 15s ease-in-out infinite; */
    }
   .banner_customslider .carousel-indicators [data-bs-target] {   
    width: 12px !important;
    height: 12px !important;
    border-radius: 50%;   
}

    @keyframes zoomIn {
      0% {
        transform: scale(1.5);
      }
      100% {
        transform: scale(1);
        transition: .4s ease-in-out;
      }
    }

       
   @media screen and (max-width: 1024px) {
      .banner_customslider .carousel-item {
        height: 500px; 
      }     
    }
    @media screen and (max-width: 767px) {
      .banner_customslider .carousel-item {
        height: 450px; 
      }      
    }

    @media screen and (max-width: 479px) {
      .banner_customslider .carousel-item {
        height: 390px; 
   }
  }




 .library-section ol, .library-section ul, .library-section2 ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.library-section2{margin-bottom: 50px;}
.library-section ul li i{    padding-right: 5px;}
.tl_h2_hed{margin-bottom: 35px;}
.library-box{    background-color: #f4f9ffb8;
    padding: 15px 25px;
    height: 100%;
    box-shadow: 1px 2px 6px #cfcfcf80;}
.library-box img{width: auto !important;max-width: 100%;}
.pub-left, .pub-right {
    display: inline-block;
    width:49%;
    vertical-align: top;
}
.pub-left, .pub-right {
    display: inline-block;
    width: 48.5%;
    vertical-align: top;
}
.pub-title {
    font-size: 15px;
    color: #171717;
    line-height: 18px;
    margin-bottom: 10px;
}
.pub-title h6{margin-bottom: 0px;    color: #000;}
.pub-author {
    color: #171717;
    font-size: 12px;
    font-style: italic;
    margin: 3px 0;
}
.library-box .owl-carousel .owl-nav{position: absolute;
    right: 0px;    display: flex;
    gap: 5px;
    bottom:50px;}
.library-section2 .owl-carousel{height: 100%;}
.library-section2 .library-box .owl-carousel .owl-nav button{line-height: 0px !important;
    background: #10386b;
    height: auto;
    color: #fff;
    width: 25px;
    height: 25px;
    border-radius: 100px;
    font-size:25px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0px;
    padding: 0px !important;}
.library-section2 .library-box .owl-carousel .owl-nav button span{    margin-top: -5px;}
.library-section2 .library-box .owl-carousel .owl-nav button:hover { background:#ae152d;}
.library-box-link{    background-color: #10386b;   padding:20px 30px 15px 30px;}
.library-box-link ul li {border-bottom: 1px solid rgba(255, 255, 255, 0.1); padding-bottom:7px;}
.library-box-link ul li:last-child {border-bottom: none;}
.library-box-link ul li a{color: #fff;}
.library-box-link ul li a .fa {
    margin-right: 10px;
}
.library-box-link ul li a:hover {
    color: #ff3e5d;
}
.library-box-2{border: 1px solid #eee; padding: 25px;}
.library-box-2 ul li{color: #000;}
.library-box-3{    border: 0px solid #eee;
    padding: 15px 25px;
    background: #ae152d;
    box-shadow: 1px 2px 6px #cfcfcf80;}
.library-box-3 h2, .library-box-3 ul li a{color: #fff;}
.library-box-3 ul li a:hover{color:#ede1e1;}
.library-box-3 ul li i {
    padding-right:10px;
}
.accordion_in .staffbox {
    height: auto !important;
}