@font-face {
    font-family: 'HV Florentino';
    font-weight: 300;
    font-style: normal;
    src: url('/typo3conf/ext/website_package/Resources/Public/fonts/HV Florentino Regular.woff2') format('woff2');
}

@font-face {
    font-family: 'HV Florentino';
    font-weight: 300;
    font-style: italic;
    src: url('/typo3conf/ext/website_package/Resources/Public/fonts/HV Florentino Italic.woff2') format('woff2');
}

@font-face {
    font-family: 'Roboto Mono';
    font-weight: 400;
    font-style: normal;
    src: url('/typo3conf/ext/website_package/Resources/Public/fonts/RobotoMono-Regular.woff2') format('woff2');
}

@font-face {
    font-family: 'Roboto Mono';
    font-weight: 400;
    font-style: italic;
    src: url('/typo3conf/ext/website_package/Resources/Public/fonts/RobotoMono-Italic.woff2') format('woff2');
}

@font-face {
    font-family: 'Roboto Mono';
    font-weight: 500;
    font-style: normal;
    src: url('/typo3conf/ext/website_package/Resources/Public/fonts/RobotoMono-Medium.woff2') format('woff2');
}

@font-face {
    font-family: 'Roboto Mono';
    font-weight: 500;
    font-style: italic;
    src: url('/typo3conf/ext/website_package/Resources/Public/fonts/RobotoMono-MediumItalic.woff2') format('woff2');
}

@font-face {
    font-family: 'Karl';
    font-weight: 100;
    font-style: normal;
    src: url('/typo3conf/ext/website_package/Resources/Public/fonts/Karl-Light.woff2') format('woff2');
}

body {
    font-family: "Karl" !important;
    font-size: 18px;
    letter-spacing: normal;
    word-spacing: 1px;
    color: #333;
    word-break: break-word;
    transition: background-color 0.2s ease-in-out;
    margin: 0;
}

p {
    font-family: "Karl" !important;
}

h6,
h5,
.header-area .header-bottom .left-side .main-menu ul>li a,
.btn,
.header-btn,
.hero-caption,
.banner-bottom-content p {
    font-family: "Roboto Mono", monospace !important;
}

h1,
h2,
h3,
h4 {
    font-family: 'HV Florentino' !important;
    font-weight: 600 !important;
}

b,
sup,
sub,
u,
del {
    color: #5D646A;
}

.content_wrpr p a {
    color: #5D646A;
}

.content_wrpr p a:hover,
.content_wrpr p a:focus {
    color: #846126;
}

.innerpage-wrapper .ce-left .ce-gallery img {
    margin-right: 30px;
}

.innerpage-wrapper .ce-right .ce-gallery img {
    margin-left: 30px;
}

.generic-blockquote {
    background: #f9f9ff;
    border-left: 2px solid #0492B5;
}

.btn,
.header-btn {
    background-color: #846126;
}

.browse-btn {
    color: #0492B5;
}

.browse-btn::before {
    background-color: #0492B5;
}

.browse-btn:hover {
    color: #0c566b
}

.header-info-left ul li a:hover {
    color: #c89034;
}

.btn:hover,
.header-btn:hover,
.btn::before {
    background-color: #c89034;
}

.header-area .header-bottom .left-side .main-menu ul>li>a:hover,
.header-area .header-bottom .left-side .main-menu ul ul.submenu>li>a:hover,
.header-area .header-bottom .left-side .main-menu ul>li:hover>a,
.header-area .header-bottom .left-side .main-menu ul>li.active>a {
    color: #846126;
}

.mobile_menu .slicknav_menu .slicknav_nav a:hover,
.slicknav_nav .slicknav_row:hover,
.slicknav_nav .slicknav_row:hover .slicknav_arrow {
    color: #846126;
}

.header-area .header-top {
    background-color: #0e6f85;
}

.logo img {
    width: 171px;
}

.header-info-left ul li a:hover {
    color: #c89034;
}

.header-area .header-bottom .left-side .main-menu ul>li a {
    font-size: 16px !important;
    letter-spacing: -1px;
}

.header-top-menu a:hover {
    color: #c89034;
}

.banner-bottom-area.section-bg-blue .row>div {
    padding: 0;
}

.banner-bottom-area.section-bg-blue .banner-bottom-content {
    background-color: #0492b5;
    padding: 39px 5px;
    border-right: 1px solid #fff;
}

.banner-bottom-area.section-bg-blue .banner-bottom-content p {
    color: #fff;
    margin-bottom: 0px;
}

.header-area .header-top .header-info-left ul li span {
    padding-right: 12px;
}

.header-info-right .header-top-menu {
    display: flex;
    gap: 23px;
}

.header-area .header-bottom .left-side .main-menu ul>li {
    margin: 0px 5px;
}

.mobile_menu .slicknav_menu .slicknav_btn .slicknav_icon-bar {
    background: #846126 !important;
}

.class-offer-area .properties__img img {
    height: 500px;
    object-fit: cover;
    object-position: top;
}

.board-members.class-offer-area .properties__img img {
    height: 550px;
}

#scrollUp,
#back-top {
    background: #846126;
}

.chamber-tiles-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

li.gray-bg {
    align-items: center;
    display: flex;
    justify-content: center;
    border: 1px solid #cecece;
}

li.gray-bg img {
    width: 245px;
}

li.gray-bg h3 {
    text-align: center;
    font-weight: 900;
    font-size: 31px;
    color: #0e6F85;
}

.hero-banner.slider-area {
    background-color: transparent;
}

.hero-banner.slider-area .hero-caption span,
.hero-banner.slider-area .hero-caption p {
    color: #000;
}

.hero-banner.slider-area .hero-caption h1 {
    color: #0e6F85;
    font-size: 46px;
}

.hero-banner.slider-area .hero-caption h1 i {
    color: #0492B5;
}

.visit-three .tailor-details .single-gallery .thumb-content-box .thumb-content a {
    color: #0e6F85;
    border: 1px solid #0e6F85;
}

.visit-three .tailor-details .single-gallery:hover .thumb-content-box .thumb-content a {
    background: #0e6F85;
}

.visit-three .tailor-details .single-gallery .thumb-content-box .thumb-content h3 {
    margin-bottom: 5px;
}

.visit-three .tailor-details .single-gallery:hover .thumb-content-box .thumb-content h3 {
    color: #0e6F85;
}

.visit-three .tailor-details .single-gallery:hover {
    background: #0e6F8514;
    border: 1px solid transparent;
}

/* .visit-three {
  background-color:transparent;
}
*/

.thumb-content-box .capt {
    width: 85%;
}

.footer-wrapper {
    /* background: #636363;
    border-top: 1px solid #e8e8e8; */
    /* background-image: linear-gradient(125deg, #0e6f85 0%, #0592b5 50%, #0f6f86 100%); */
    border-top: 1px solid rgba(255, 255, 255, 0.35);
    background: linear-gradient(to top, #0f6f86, #16a2dd, #0f6f86);
}

.footer-wrapper .footer-area .footer-tittle ul li a,
.footer-wrapper .footer-area .footer-tittle p,
.footer-bottom-area .footer-copy-right p a,
.footer-bottom-area .footer-copy-right p,
.footer-wrapper .footer-area .footer-tittle h4 {
    color: #fff;
}

.footer-wrapper .footer-area .footer-tittle ul li a:hover {
    /* color: #c89034; */
    color: #936009;
}
@media(max-width:767.9px){
    .footer-wrapper{
        text-align: center;
    }
}
.footer-copy-right a:hover,
.footer-developed-by a:hover {
    color: #c89034 !important;
}

.footer-copy-right.text-right,
.footer-developed-by.text-right {
    text-align: right;
}

.footer-developed-by p.text-right {
    font-size: 14px;
    color: #fff;
}

.newsletter-wrpr .row {
    flex-direction: column;
}

.newsletter-wrpr .powermail_fieldwrap {
    width: 100%;
    margin-bottom: 20px;
}

.newsletter-wrpr ul.powermail-errors-list {
    font-size: 12px;
}

@media(min-width:992px) {
    .newsletter-wrpr .row {
        flex-direction: row;
    }

    .newsletter-wrpr .powermail_fieldwrap {
        width: auto;
        margin-bottom: 20px;
    }

    .newsletter-wrpr .col-sm-6 {
        width: 30%;
        margin-bottom: 20px;
    }

    .powermail_fieldset .boxed-btn {
        padding: 13px 44px;
    }
}

.newsletter-wrpr .button-contactForm {
    /* border-color: #846126; */
    /* background-color: #846126; */
    border-color: #fff;
    background-color: transparent;
    color: #fff !important;
}

.newsletter-wrpr .button-contactForm:hover {
    background-color: #c89034;
    border-color: #c89034;
    color: #fff !important;
}

.newsletter-wrpr .tx-powermail .powermail_fieldset .powermail_field_error,
.newsletter-wrpr .tx-powermail .powermail_fieldset div.error {
    background-color: transparent;
    color: #fff;
    border-color: red;
}

.newsletter-wrpr .form-contact .form-control {
    color: #fff;
}

.newsletter-wrpr input:-internal-autofill-selected,
.newsletter-wrpr input:-webkit-autofill {
    background-color: transparent !important;
    color: #fff !important;
}

.tx-powermail .powermail_create p {
    color: #56b641;
    font-weight: 500;
}

.tx-powermail .powermail_create p::before {
    content: "\f058";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: inherit;
    margin-right: 0.5rem;
}

@media(max-width:1199.5px) {

    .footer-copy-right.text-right,
    .footer-developed-by.text-right {
        text-align: center;
    }
}

/* .footer-logo {
  width:234px;
}
*/

.footer-social a:hover {
    color: #0492B5;
}

.home-blog .single-blogs,
.home-blog .article {
    height: 100%;
}

.home-blog .single-blogs .blog-img img {
    height: 270px;
    object-fit: cover;
}

.home-blog .single-blogs:hover {
    border: 1px solid #0e6F85;
}

.home-blog .single-blogs:hover .blog-caption h3 a {
    color: #0e6F85;
}

#back-top a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.events-list-wrpr h4,
.text-subscribe h4 {
    font-family: "Roboto Mono", monospace !important;
    font-weight: normal !important;
}

.newsletter-title h4 {
    font-family: "Roboto Mono", monospace !important;
}

.newsletter-title.section-tittle.text-center.mb-40 p {
    color: #fff;
    margin-top: 50px;
    font-size: 14px !important;
    margin-bottom: 0px !important;
}

.newsletter-title.section-tittle.text-center.mb-40 p a {
    text-decoration: none !important;
}

.diversity-section .section-tittle h2 {
    color: black;
}

.diversity-section .section-tittle h2 i {
    color: #0492B5;
}

.section-tittle p {
    font-size: 16px !important;
}

.event-list-li.generic-blockquote {
    padding: 10px;
}

.event-list li {
    margin: 8px 0px;
}

.blue-bg {
    background-color: #0e6f85;
}

.section-tittle h2 {
    color: #0e6F85;
    text-transform: none;
}

.section-tittle h2 i,
.section-tittle h2 strong,
.section-tittle h2 b {
    color: #0492B5;
}

.blue-bg .section-tittle h2 i,
.blue-bg .section-tittle h2 strong,
.blue-bg .section-tittle h2 b {
    color: #5aa8bc;
}

.blue-bg h2,
.blue-bg h4,
.blue-bg h5 {
    color: #fff;
}

.footer-social.follow-us-social-list a {
    font-size: 40px;
    margin-right: 30px;
}

.header-btn {
    padding: 9px 24px !important;
    border-radius: 6px;
}

.home-blog .events-list-wrpr {
    margin-bottom: 50px;
}

.events-list-wrpr h4.ce-headline-left {
    font-weight: 500 !important;
}

.events-list-wrpr h5 {
    font-weight: 300 !important;
}

.about-img1 {
    position: relative;
    display: inline-block;
}

.about-img1 img {
    z-index: 2;
}

.bg-parallax {
    background-attachment: scroll;
}

.sponsor-img {
    margin: 0px 20px;
}

.about-2col-right-wrpr figure.image:before {
    content: url(/typo3conf/ext/website_package/Resources/Public/Images/mesh.png);
    position: absolute;
    top: -32px;
    right: 22px;
    z-index: 1;
    width: 100%;
    height: 100%;
}

.about-2col-right-wrpr figure.image img {
    z-index: 1;
    position: relative;
}

/* .section-newsletter h2:before {
  content:url(/typo3conf/ext/website_package/Resources/Public/Images/service_overlay.png);
  position:absolute;
  top:-32px;
  right:22px;
  z-index:1;
  width:100%;
  height:100%;
}
*/

.section-newsletter h2 {
    position: relative;
    z-index: 1;
}

.section-newsletter h2::before,
.section-newsletter h2::after {
    content: '';
    position: absolute;
    top: -8px;
    transform: translateY(-50%);
    width: 97px;
    height: 97px;
}

.section-newsletter h2::before {
    background: url('/typo3conf/ext/website_package/Resources/Public/Images/service_overlay_left.png') no-repeat center center;
    left: -60px;
}

.section-newsletter h2::after {
    background: url('/typo3conf/ext/website_package/Resources/Public/Images/service_overlay_right.png') no-repeat center center;
    right: -60px;
}

.section-newsletter .row:nth-child(2) {
    align-items: center;
    margin-bottom: 63px;
}

.section-newsletter .row:nth-child(2) .text-subscribe h4 {
    width: 73%;
    margin-left: auto;
}

.properties__caption {
    text-align: left !important;
}

.properties__caption h5 {
    color: #0492B5;
    font-family: 'HV Florentino' !important;
    font-weight: 600;
}

.home-testimonials li:nth-child(3) {
    padding-top: 100px;
}

.section-join h2 {
    margin-bottom: 100px;
}

.section-join>.container {
    background: url('/typo3conf/ext/website_package/Resources/Public/Images/joint_overlay.png') no-repeat center bottom;
}

.section_develop {
    background: url('/typo3conf/ext/website_package/Resources/Public/Images/grid.png') no-repeat center center;
    background-size: cover;
}

.section_talent {
    background: url('/typo3conf/ext/website_package/Resources/Public/Images/wave.png') no-repeat center center;
    background-size: cover;
}

.single-brand .sponsor-title {
    height: 40px;
    padding: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.single-brand .sponsor-title p {
    margin-bottom: 0px;
}

.single-brand small {
    margin-top: 0px !important;
    font-weight: 100 !important;
}

.header-area .header-bottom .left-side .main-menu ul ul.submenu {
    /* width: 210px; menu width change*/
    width: 100%;
    padding: 22px; /* menu width change*/
}

/* contact start */

.contact_section .content_wrpr .frame-type-html iframe {
    width: 100%;
}

.contact_section .boxed-btn {
    color: #846127 !important;
    border: 1px solid #846127;
}

.contact_section .boxed-btn:hover {
    color: #fff !important;
    background: #846127;
    border: 1px solid #846127;
}

.contact_section .form-select {
    height: 48px;
    width: 100%;
    padding: 0px;
    border-radius: 0px;
    margin-bottom: 0px;
}

.contact_section .form-select .nice-select {
    height: 45px;
    background: #fff;
    padding-left: 13px;
    padding-right: 40px;
    padding-top: 0px;
    padding-bottom: 0px;
    display: flex;
    align-items: center;
}

.contact_section .form-select .nice-select .list {
    border: 1px solid #d3d3d3;
    border-top: 0px;
    max-height: 200px;
    overflow-y: scroll;
    width: calc(100% + 2px);
    left: -1px;
}

/* .contact_section .form-contact textarea {
  margin-bottom:30px;
}
*/

.contact_section .powermail_fieldwrap.powermail_fieldwrap_type_text.powermail_fieldwrap_marker_01.layout6.form-group.col-12 {
    margin-bottom: 11px;
}

.contact_section .form-contact label {
    margin-bottom: 13px;
}

.contact_section legend {
    font-size: 12px;
}

.contact_section .mandatory {
    color: rgb(255, 0, 0);
}

.contact_section .powermail-errors-list.filled {
    font-size: 12px;
    background: transparent;
    border: 0;
    margin-bottom: -24px;
}

.contact_section .tx-powermail .powermail_fieldset .powermail-errors-list>li {
    color: rgb(255, 0, 0);
}

.contact_section .tx-powermail .powermail_fieldset .powermail_field_error {
    background-color: transparent;
    color: rgb(255, 0, 0);
    border: 1px solid rgb(255, 0, 0);
}

.contact_section .tx-powermail .powermail_message.powermail_message_error {
    padding: 10px 0 10px 20px;
    min-height: 50px;
    background-color: #eed202;
    border: 1px solid #eed202;
    background-position: 98% 11px;
    background-size: 27px;
    margin-bottom: 17px;
}

.contact_section .tx-powermail .powermail_message.powermail_message_error li {
    font-size: 16px;
    padding: 0px;
}

.contact_section .powermail_create p {
    color: rgb(2, 144, 2);
    font-weight: 500;
}

/* contact end */
/* Sponsor page start */
.sponsor_title {
    height: 58px;
    padding: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    background-color: #0e6f85;
    color: #fff;
    margin-top: 12px;
}

.sponsor_title h4 {
    color: #fff;
    margin-bottom: 0px;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 26px;
    vertical-align: middle;
    padding-top: 5px;
    text-align: center;
}

.sponsors_list {
    text-align: center;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

/* .sponsors_list li {
  max-width:271px;
  padding:15px;
}
*/
.content_wrpr .three-col-row>div,
.content_wrpr .two-col-row>div {
    align-items: start !important;
}

.sponsors_list li {
    height: 226px;
    padding: 15px;
    width: 293px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sponsors_list li img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

@media(max-width:1024px) {
    .sponsors_list {
        flex-flow: wrap;
    }

    .sponsors_list li {
        height: 147px;
    }
}

@media(max-width:768px) {
    .sponsors_list li {
        height: 193px;
    }
}

/* Sponsor page end */
.ordered-list {
    margin-bottom: 25px;
    font-size: 16px;
}

.ordered-list li {
    color: #5D646A;
}

.unordered-list {
    margin-bottom: 25px;
    margin-left: 20px;
    font-size: 16px;
}

.unordered-list li {
    color: #5D646A;
}

.unordered-list li:before {
    border: 3px solid #0c566b;
    top: 11px;
}

.innerpage-wrapper p a {
    color: #0492b5;
}

.innerpage-wrapper p a:hover {
    color: #0c566b;
}

section.section_error {
    padding: 200px 20px;
}

section.section_error h1 {
    font-size: 90px;
}

section.section_error a {
    color: #0492b5;
    text-decoration: underline;
}

section.section_error a:hover {
    color: #0c566b;
}

form#ribbonCuttingRequestForm-334 {}

form#ribbonCuttingRequestForm-334 input,
form#ribbonCuttingRequestForm-334 select,
form#ribbonCuttingRequestForm-334 .nice-select {
    margin-bottom: 2rem;
}

form#ribbonCuttingRequestForm-334 .actions {}

form#ribbonCuttingRequestForm-334 .actions .form-navigation {}

form#ribbonCuttingRequestForm-334 .actions .form-navigation .btn-toolbar {
    display: block;
    margin-bottom: 3rem;
}

form#ribbonCuttingRequestForm-334 .actions .form-navigation .btn-toolbar .btn-group {}

@media(min-width:1200.5px) {
    .section-padding {
        overflow: hidden;
    }

    .two-col-right-content .about-img1::before {
        content: url('/typo3conf/ext/website_package/Resources/Public/Images/about_overlay.png');
        position: absolute;
        top: -136px;
        right: 240px;
        z-index: -1;
        width: 123px;
        height: 123px;
    }

    .two-col-left-content .about-img1::before {
        content: url('/typo3conf/ext/website_package/Resources/Public/Images/about_overlay_left.png');
        position: absolute;
        top: -136px;
        left: -120px;
        z-index: -1;
        width: 123px;
        height: 123px;
    }
}

@media(max-width:1200.5px) {
    .footer-border .row {
        text-align: center;
    }

    .header-area .header-bottom .left-side .main-menu ul>li a {
        font-size: 15px !important;
    }

    .header-area .header-info-left ul li a,
    .header-area .header-info-right ul li a {
        font-size: 16px;
        word-break: keep-all;
    }

    .hero-banner.slider-area .hero-caption h1,
    .slider-area .hero-caption h1 {
        font-size: 42px;
    }

    .footer-bottom-area .footer-border {
        padding-top: 30px;
    }
}

@media only screen and (min-width:992px) {
    form#ribbonCuttingRequestForm-334>.form-inline>.form-group {
        width: 26%;
        float: left;
        margin-right: 2rem;
    }

    form#ribbonCuttingRequestForm-334>.form-inline>.form-group .form-label {
        min-height: 60px;
    }

    form#ribbonCuttingRequestForm-334>.form-inline>.form-group .small.form-control.hasDatepicker {
        line-height: 30px;
        border: 1px solid #eaeaea;
        height: 50px;
        width: 100%;
        color: #071112;
        font-weight: 500;
        text-transform: capitalize;
        padding-top: 10px;
        border-radius: 25px;
    }

    form#ribbonCuttingRequestForm-334>.form-inline>.form-group:nth-child(2) .form-label,
    form#ribbonCuttingRequestForm-334>.form-inline>.form-group:nth-child(3) .form-label {
        padding-top: 28px;
    }
}

@media only screen and (min-width:992px) and (max-width:1199.9px) {
    .header-area .header-bottom .left-side .main-menu ul>li {
        margin: 0px 0px;
    }

    .header-area .header-bottom .left-side .main-menu ul>li a {
        font-size: 16px;
        letter-spacing: -1.2px;
    }

    .header-area .header-bottom .left-side .main-menu {
        margin-left: 12px;
    }

    .header-btn {
        padding: 10px 18px !important;
        font-size: 12px !important;
        letter-spacing: -1.2px;
    }
}

@media only screen and (min-width:768px) and (max-width:991.5px) {

    .section-newsletter h2::before,
    .section-newsletter h2::after {
        width: 67px;
        height: 67px;
    }

    .section-newsletter h2::before {
        left: -18px;
    }

    .section-newsletter h2::after {
        right: -18px;
    }
}

@media only screen and (min-width:576.5px) and (max-width:767.5px) {
    .header-area .header-top .header-info-left ul li span {
        margin-right: 10px;
        font-size: 15px;
    }

    .section-tittle h2 {
        font-size: 31px;
    }
}

@media(max-width:991.5px) {
    .header-area .header-top .header-info-left ul li {
        margin-bottom: 15px;
    }

    .header-area .header-top .header-info-left {
        text-align: center;
        margin-right: 0;
    }

    .header-info-right ul.header-top-menu {
        margin: auto;
    }

    .hero-banner.slider-area .hero-caption {
        margin-left: 30px !important;
        margin-right: 30px;
    }

    .hero-banner.slider-area .home-hero-img img {
        margin: auto;
        margin-top: 20px;
        width: 90%;
    }

    .banner-bottom-area.section-bg-blue .banner-bottom-content {
        border-top: 1px solid #fff;
        padding: 25px 10px;
    }

    .two-col-left-content .button-wrpr {
        margin-bottom: 40px;
    }

    li.gray-bg img {
        width: 138px;
    }

    li.gray-bg h3 {
        font-size: 23px;
    }

    .mobile_menu .slicknav_menu .slicknav_btn {
        top: -42px;
    }

    .about-img1 {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .section-newsletter .row:nth-child(2) .text-subscribe h4 {
        width: 100%;
    }

    .slider-height2 {
        background-repeat: repeat;
    }
}

@media(max-width:767.5px) {
    li.gray-bg img {
        width: 116px;
    }

    li.gray-bg h3 {
        font-size: 18px;
    }

    .banner-bottom-area.section-bg-blue .col-xxl-4.col-xl-4.col-lg-4.col-md-4.col-xs-12.text-center {
        border-right: 1px solid transparent;
        border-bottom: 1px solid #fff;
    }

    .home-blog .single-blogs {
        margin-bottom: 20px;
    }

    .header-top-menu a {
        font-size: 16px;
        letter-spacing: -1px;
    }

    .section-newsletter h2::before,
    .section-newsletter h2::after {
        display: none;
    }

    ul.home-testimonials {
        columns: 1 !important;
        -webkit-columns: 1 !important;
    }

    .home-testimonials li:nth-child(3) {
        padding-top: 0px;
    }

    .section-newsletter .text-subscribe {
        margin-top: 20px;
    }

    .footer-logo img {
        width: 166px;
    }

    .hero-banner.slider-area .hero-caption h1,
    .slider-area .hero-caption h1 {
        font-size: 38px;
    }

    .section-tittle {
        margin-bottom: 0px;
    }

    .section-join h2 {
        margin-bottom: 40px;
    }

    .properties__caption {
        text-align: center !important;
    }

    .header-info-right .header-top-menu {
        flex-flow: wrap;
        grid-row-gap: 0px;
        justify-content: center;
    }

    .innerpage-wrapper .ce-left .ce-gallery img {
        margin-right: 0px;
        margin-bottom: 30px;
    }

    .innerpage-wrapper .ce-right .ce-gallery img {
        margin-left: 0px;
        margin-bottom: 30px;
    }

    .innerpage-wrapper .ce-right,
    .innerpage-wrapper .ce-left {
        display: flex;
        flex-direction: column;
    }

    .innerpage-wrapper .ce-right .ce-gallery .ce-column,
    .innerpage-wrapper .ce-right .ce-gallery .ce-column figure,
    .innerpage-wrapper .ce-right .ce-gallery .ce-column figure img {
        width: 100%;
    }

    .innerpage-wrapper .ce-left .ce-gallery .ce-column,
    .innerpage-wrapper .ce-left .ce-gallery .ce-column figure,
    .innerpage-wrapper .ce-left .ce-gallery .ce-column figure img {
        width: 100%;
    }

    .innerpage-wrapper .ce-right .ce-gallery {
        margin-left: 0px;
    }

    .bg-parallax {
        background-size: cover;
        height: 150px;
    }

    .slider-height2 {
        height: 150px;
    }
}

@media(max-width:800px) {

    #c354 table tr th:nth-child(odd),
    #c354 table tr td:nth-child(odd) {
        width: 70%;
        text-align: left;
    }

    #c354 table tr th:nth-child(even),
    #c354 table tr td:nth-child(even) {
        width: 30%;
        text-align: center;
    }
}

@media(max-width:576.5px) {
    .logo img {
        width: 123px;
    }

    .btn {
        margin-bottom: 7px;
    }

    li.gray-bg {
        padding: 12px 0px;
    }

    .chamber-tiles-list {
        grid-template-columns: repeat(1, 1fr);
    }

    .header-right-btn {
        position: absolute;
        left: 41%;
    }

    .header-right-btn a {
        font-size: 9px !important;
    }

    .hero-banner.slider-area .hero-caption h1,
    .slider-area .hero-caption h1 {
        font-size: 34px;
    }

    .slider-area .hero-caption span {
        font-size: 18px;
    }

    .section-tittle h2 {
        font-size: 30px;
    }

    .slider-area .hero-caption p {
        font-size: 17px;
    }

    .mobile_menu .slicknav_menu .slicknav_btn {
        top: 50%;
        transform: translateY(-50%);
        margin-top: -25px;
    }

    .hero-banner.slider-area .hero-caption {
        margin-left: 0px !important;
        margin-right: 0px;
    }

    .hero-banner.slider-area .home-hero-img img {
        width: 100%;
    }

    .header-area .header-top .header-info-left ul li {
        margin-bottom: 0px;
    }

    .header-area .header-top .header-info-left ul li a {
        font-size: 16px;
    }

    .section-padding {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .slider-height2 {
        height: 150px;
    }
}

.form-contact .form-control::placeholder {
    color: #f6e4e4;
}

.footer-tittle h4 {
    font-family: "Karl" !important;
}

/* two coloumn image */
@media(max-width:991.9px) {
    .diversity-section .two-col-row figure {
        margin: 20px 0px;
    }
}

/* Ribbon banner */
.ribbon-carousel {
    padding: 12px 0;
}

.ribbon-height-wrapper {
    min-height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ribbon-carousel .owl-carousel .item {
    display: flex;
    justify-content: center;
    align-items: center;
}

.ribbon-box img {
    /* max-height: 100px; */
    width: auto;
    height: auto;
    object-fit: contain;
}

.ribbon-box {
    padding: 10px 25px;
    display: inline-block;
}

.ribbon-carousel .owl-item {
    display: flex;
    justify-content: center;
}

@media (max-width: 768px) {
    .ribbon-box {
        padding: 8px 18px;
    }
}

/* newsletter */
@media(min-width:992px) {
    .newsletter-wrpr {
        border-bottom: 1px solid rgba(255, 255, 255, 0.35);
        margin-bottom: 50px;
        padding-bottom: 90px;
    }

    .newsletter-wrpr fieldset.powermail_fieldset.powermail_fieldset_5>.row:nth-child(2) {
        width: auto;
        padding-left: 16px;
    }

    .newsletter-wrpr fieldset.powermail_fieldset.powermail_fieldset_5 {
        display: flex;
        width: 75%;
        margin: 0 auto;
    }

    .newsletter-wrpr fieldset.powermail_fieldset.powermail_fieldset_5>.row:nth-child(1) {
        width: 100%;
    }

    .newsletter-wrpr fieldset.powermail_fieldset.powermail_fieldset_5>.row:nth-child(2) input.button.button-contactForm.boxed-btn.powermail_submit {
        margin-left: 8px;
    }

    .newsletter-wrpr .col-sm-6 {
        width: 50%;
        margin-bottom: 20px;
    }
}

@media(max-width:991.9px) {
    .newsletter-wrpr {
        border-bottom: 1px solid rgba(255, 255, 255, 0.35);
        margin-bottom: 50px;
        padding-bottom: 60px;
    }

    .newsletter-wrpr fieldset.powermail_fieldset.powermail_fieldset_5>.row:nth-child(2) {
        margin: 0 auto;
        width: 100%;
        text-align: center;
    }

    .newsletter-wrpr fieldset.powermail_fieldset.powermail_fieldset_5>.row:nth-child(2) .boxed-btn {
        padding: 15px 44px;
    }
}

@media(max-width:576px) {
    .newsletter-wrpr fieldset.powermail_fieldset.powermail_fieldset_5>.row:nth-child(2) .boxed-btn {
        padding: 12px 34px;
    }
}

/* diversity-section */
.diversity-section .two-col-row .row.align-items-center{
align-items: flex-end !important;
}
.diversity-section .two-col-row .row.align-items-center .two-col-right-content .ce-bodytext p{
line-height: 51px;
}
/* affiliates */
.brand-active {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
@media (max-width: 1399px) {
  .brand-active {
    display: block; 
  }
}
/* menu width change start */
ul.submenu>li>a {
    border-bottom: 1px solid #000;
    margin-right: 25%;
}
@media(max-width:991.9px){
    ul.slicknav_nav {
    overflow-y: scroll;
    height: calc(100vh - 167px);
}
}
ul.submenu>* {
    flex: 1;
}
ul.submenu {
    display:flex;
}
ul.submenu-inner li a {
    padding: 6px 10px !important;
    display:  block !important;
    width: 100%;
}

ul.submenu-inner li {
    width: 100%;
    margin: 0px !important;
}
@media(max-width:991.9px){
    ul.submenu {
    flex-direction: column;
}
.slicknav_nav .slicknav_arrow {
    top: 0px;
}
.mobile_menu .slicknav_menu .slicknav_nav a {
    padding: 4px 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
}
/* menu width change end */