
/*################## LAYOUT ##################*/
/*=============== Header ===============*/
.icon {
    height: auto;
    width: 32px;
}
 

@media (max-width: 768px) {
    .icon {
        width: 24px;
    }
}

/*FEEDBACK*/
#feedbackModal .modal-content {
    position: fixed !important;
    bottom: 1.5rem !important;
    right: 1.5rem !important;
    max-width: 90% !important;
    width: 55rem;
}

/*NAVBAR*/
.logo > img {
    max-height: 65px;
    width: auto;
    margin-bottom: 8px;
}

@media all and (max-width: 1024px) {
    .logo img {
        max-height: 50px;
    }
}

@media (max-width: 575px) {
    .logo img {
        max-height: 60px;
    }
}

#header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000 !important;
    height: 80px;
    border-bottom: 1px solid #D9D9D9;
}

#header * {
    transition: all 200ms ease;

}

#header-top {
/*    background-color: var(--Color-White);*/
}

#header-top,
#header-bottom > div {
    padding: 0 16px;
/*       max-width: 1440px !important;*/
/*    padding: 0 0 0 5rem;*/
    margin: 0 auto;
/*    background-color: var(--Color-White);*/
/*    border-bottom: 1px solid var(--Color-Gray-Light);*/
}

@media (max-width: 991px) {


    #header {
        height: 70px;
    }
}

@media (max-width: 575px) {
    #header {
        height: 60px;
    }
}

#header .social-icons li.social-icon {
    border: 1px solid var(--Color-Black);
}

    #header .social-icons li.social-icon:hover,
    #header .social-icons li.social-icon:hover a {
        background-color: var(--Color-Black) !important;
        color: var(--Color-White) !important;
    }

#header .social-icons li.social-icon {
    padding: 0.3rem !important;
}

    #header .social-icons li.social-icon a i {
        font-size: var(--Font-Size-Text-Medium) !important;
    }

@media (max-width: 991px) {
    #header .social-icons li.social-icon a i {
        font-size: var(--Font-Size-Text-Small) !important;
    }
}

#header .social-icons li.social-icon:hover a i {
    color: var(--Color-White) !important;
}

#header-search {
    border: none;
    border-bottom: 1px solid var(--Color-Gray-Light);
    border-radius: 0 !important;
}

#header .header-nav-main nav > ul > li.dropdown > a {
    font-family: var(--Font-Title) !important;
/*    text-align: center;*/
    font-weight: 500 !important;
}

#header .header-nav-main nav > ul > li.dropdown:hover > a {
    background-color: transparent !important;
}

    #header .header-nav-main nav > ul > li.dropdown.open > a:before,
    #header .header-nav-main nav > ul > li.dropdown.accessibility-open > a:before,
    #header .header-nav-main nav > ul > li.dropdown:hover > a:before {
        border-bottom: none !important;
    }

#header .header-nav-main nav > ul > li,
#header .header-nav-main nav > ul > li:hover {
    border: none ;
}

#header .header-nav-main.header-nav-main-square nav > ul > li.dropdown .dropdown-item {
    height: 100%;
    display: flex;
/*    align-items: center;*/
    text-transform: none !important;
    font-weight: 500 !important;
    font-size: 16px !important;
    /*    justify-content: center;*/
}
/*@media (max-width: 1050px) {
    #header .header-nav-main.header-nav-main-square nav > ul > li.dropdown .dropdown-item {
        font-size: 14px !important;
    }
}*/
@media (max-width: 991px) {
    #header .header-nav-main.header-nav-main-square nav > ul > li.dropdown .dropdown-item {
        height: auto !important;
        font-size: 16px !important;
    }
}

#header .header-btn-collapse-nav {
    float: right !important;
    border-radius: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.dropdown-item {
/*    width:auto !important;*/
    position: relative;
/*    padding: 10px 0 !important;
    margin-left: 1.8rem;*/
}

.dropdown-item__bar {
    position: absolute;
    bottom: 30%;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: var(--Color-Primary);
    transform: scaleX(0);
    transition: var(--Transition);

}

@media (max-width: 991px) {
    .dropdown-item  > div{
/*        text-align: center;
        justify-content: center;*/
        width: 200px;
    }
    .dropdown-item__bar {
        bottom: 15%;
    }

    #header .header-nav-main nav > ul li ul a.dropdown-item   {
        border-bottom: 1px solid var(--Color-Gray-Light) !important;
    }

    #header .header-nav-main nav > ul li {
        border-bottom: none !important;
    }

}

.dropdown.open .caret,
#header .header-nav-main nav > ul > li.dropdown:hover .caret {
    transform: rotate(180deg);
}

.dropdown-item:hover .dropdown-item__bar {
    transform: scaleX(1);
}

.dropdown-item::after {
/*    font-size: var(--Font-Size-Text-Xsmall) !important;
    transform: translateX(1rem);*/
    display: none;
}


@media (min-width: 992px) {
    .dropdown-item__main {
        max-width: 14rem;
    }
}

@media (max-width: 1260px) {
    .dropdown-item__main {
        font-size: 14px !important;
        letter-spacing: 0;
    }

    #header .header-nav-main nav > ul > li.dropdown > a {
/*        padding-left: 8px !important;
        padding-right: 8px !important;*/
    }
}

@media (max-width: 991px) {
    .dropdown-item__main {
/*        letter-spacing: 1px;*/
    }
}


#header .header-nav-main.header-nav-main-square nav > ul > li.dropdown,
#header .header-nav-main.header-nav-main-square nav > ul > li.dropdown .dropdown-menu,
#header .header-nav-main.header-nav-main-square nav > ul > li.dropdown .dropdown-menu * {
/*    color: var(--Color-Black);*/
    margin: 0;
    font-family: var(--Font-Title);
/*    letter-spacing: 1px;*/
}

/*DROPDOWN SUBMENU DOWN CARET ICON*/
.dropdown-submenu__icon {
    width: .8rem;
    height: auto;
    margin-left: .5rem !important;
}


#header .header-nav-main.header-nav-main-square nav > ul > li.dropdown .dropdown-menu {
/*    padding: 20px;*/
/*    transform: translateY(-2px);*/
top: 95%;
border: 1px solid rgba(0,0,0,.08) !important;
z-index: 1000 !important;
}

    #header .header-nav-main.header-nav-main-square nav > ul > li.dropdown .dropdown-menu li {
        width: 100%;
        text-align: left !important;
        padding: 5px 0;
        display: flex;
        justify-content: start;
    }

        #header .header-nav-main.header-nav-main-square nav > ul > li.dropdown .dropdown-menu li .dropdown-item {
/*            padding: 1rem 4.8rem 1rem 3rem;*/
/*            letter-spacing: 1px;*/
            text-align: start !important;
/*            font-weight: 500;*/
            display: block !important;
            font-size: 14px !important;
            color: var(--Color-Gray-Dark);
        }

        #header .header-nav-main.header-nav-main-square nav > ul > li.dropdown .dropdown-menu li a:hover {
            color: var(--Color-Secondary);
/*            background-color: transparent !important;*/
        }

.header-nav-main.collapse {
    width: 100vw;
}


.header-nav-main nav {
/*    border: none;*/
    width: 100%;
}

#header .header-nav-main.header-nav-main-square nav > ul > li.dropdown a {
    font-size: 18px !important;
}

@media (max-width: 1199px) {
    #header .header-nav-main.header-nav-main-square nav > ul > li.dropdown a {
        font-size: 15px !important;
    }
}

@media (max-width: 991px) {

    .header-body {
        height: auto !important;
    }

    /*When Toggle, NO LIMIT OF HEIGHT OF NAV*/
    #header .header-nav-main nav {
        max-height: none !important;
    }

    .header-nav-main nav {
/*        width: 100vw !important;*/
    }

    #header .header-nav-main.header-nav-main-square nav > ul > li.dropdown a {
        font-size: 14px !important;
    }
     

    #header .header-nav-main.header-nav-main-square nav > ul > li.dropdown .dropdown-menu li .dropdown-item {
/*        padding: .5rem 1rem;*/
        color: var(--Color-Gray-Light);
    }
}

#header .header-container {
    min-height: 124px;
}

#header .header-column .header-row {
    min-height: 80px;
}

@media (max-width: 575px) {
    #header .header-container {
        min-height: 70px;
        padding: 0 20px;
    }
}

@media screen and (min-width: 992px) {
    .desktopHide {
        display: none !important;
    }
}

i.fa-chevron-down::before {
    display: none;
}

#header .header-nav-main nav > ul > li > a {
/*    color: var(--Color-Black);*/
}


.header-item__round {
    padding: 8px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5rem !important;
    border: 1px solid var(--Color-White) !important;
    max-height: 4rem;
    transition: var(--Transition);
    text-transform: uppercase;
    font-weight: 600;
    font-size: var(--Font-Size-Text-5);
    letter-spacing: 1px;
}

.header-item__round.border {
    color: var(--Color-White);
}

.header-item__round.border a {
    color: var(--Color-White);
}

.header-item__round.filled {
    background-color: var(--Color-White);
    color: var(--Color-Primary-Dark);
}

.header-item__round.filled a {
    color: var(--Color-Primary-Dark);
}
.header-item__round:hover {
    background-color: var(--Color-Primary-Dark);
}

.header-item__round.filled:hover a {
    color: var(--Color-White);
}

#header .header-nav.header-nav-spaced nav > ul > li > a {
    padding: 1.5rem 10px !important;
/*    margin: 0 10px !important;*/
}

#header.light .header-nav-main nav > ul > li.open > a, #header.light .header-nav-main nav > ul > li.accessibility-open > a, #header.light .header-nav-main nav > ul > li:hover > a {
    color: var(--Color-Secondary) !important;
}

.header-item__full {
    padding: 1rem;
    height: 100%;
}

@media (min-width: 992px) {
    ul.nav, .dropdown {
        height: 100%;
    }
}

#header nav.identity-menu .dropdown:hover  .dropdown-menu {
    top: 100%;
    display: block !important;
    opacity: 1;
    right: 0 !important;
    left: auto !important;
    box-shadow: 3px 5px 8px rgba(0.0,0, 0.8);
}

/**************** FOOTER ******************/
#footer-form-wrapper {
    background-image: linear-gradient(to bottom, var(--Color-White) 50%, var(--Color-Black) 50%) !important;
}

#footer-form {
    display: flex !important;
    justify-content: center;
}

    #footer-form > div {
        min-width: 60vw;
        max-width: 85vw;
    }

#footer {
    height: auto;
/*    position: absolute;*/
    bottom: 0;
    height:auto;
    width: 100%;
    left: 0;
    z-index: 10 !important;
}



    #footer * {
        transition: all 350ms ease;
    }

.footer__logos img {
    max-width: 90%;
    width: auto;
    display: block;
}

.footer__logos .logo {
    max-height: 80px;
}

.footer__logos .logo {
    max-height: 80px;
}

.footer__item * {
    color: var(--Color-White);
}

.footer__item {
    font-size: var(--Font-Size-Text-Small);
}



    .footer__item:hover *,
    .footer__item:active *,
    .footer__item:focus * {
        color: var(--Color-Secondary);
        cursor: pointer;
        border-color: var(--Color-Secondary);
    }

.footer__item-icon {
    border-radius: 50%;
    border: 1px solid var(--Color-White);
    min-width: 43px !important;
    min-height: 43px !important;
}


.footer__item > h5 {
    color: var(--Color-White) !important;
}

.footer__item:hover h5 {
    color: var(--Color-Secondary) !important;
}

#footer .careapp {
    max-height: 6rem;
}

@media (max-width: 991px) {
    .footer__item, .footer__item * {
        font-size: 1.8rem !important;
    }

    .footer__item-icon {
        min-width: 35px !important;
        min-height: 35px !important;
    }

    .footer__logos .logo {
        max-height: 60px !important;
    }

    #footer .careapp {
        max-height: 5rem !important;
    }
}

@media (max-width: 576px) {
    .footer__item, .footer__item * {
        font-size: 1.5rem !important;
        letter-spacing: 0 !important;
    }
}

#footer .divider {
    height: 1px;
    background-color: var(--Color-Primary-Light);
    opacity: .4;
}

#footer .social-icons .social-icon {
    border: 1px solid var(--Color-White);
    background-color: var(--Color-Black);
}

    #footer .social-icons .social-icon a {
        background-color: var(--Color-Black);
    }

        #footer .social-icons .social-icon a i {
            color: var(--Color-White);
        }

    #footer .social-icons .social-icon:hover {
        border: 1px solid var(--Color-Secondary) !important;
        color: var(--Color-Secondary) !important;
    }

        #footer .social-icons .social-icon:hover a {
            color: var(--Color-Secondary) !important;
        }

#footer .footer-item.social:hover * {
    border-color: var(--Color-Secondary);
    color: var(--Color-Secondary);
}





/*################## SECTIONS & PAGES SETTING ##################*/
/**************** SECTION SETTING ******************/
/* HEADING SMALL*/
.section-header-small {
    width: 100%;
    padding: 9rem 2rem 5rem 2rem;
    min-height: 42rem;
    display: flex;
    justify-content: center;
    background-color: transparent !important;
    position: relative;
    max-height: 50vh;
}

    .section-header-small .section-bg {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        /*    min-height: 50vh;*/
        background-position: 50% 40%;
        background-size: cover;
        z-index: 0 !important;
        background-image: url('/content/images/bg-gallery-2.jpg');
    }

        .section-header-small .section-bg.center-top {
            background-position: 50% 0%;
        }

        .section-header-small .section-bg::after {
            content: "";
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            background-color: rgba(0,0,0,.4);
        }

    .section-header-small .section-title {
        z-index: 101 !important;
    }

        .section-header-small .section-title * {
            color: var(--Color-White);
            transition: var(--Transition);
        }

        .section-header-small .section-title p a  {
            text-decoration: underline;
        }

@media (max-width: 767px) {
    .section-header-small {
        margin-top: 60px !important;
        min-height: 38rem;
        padding-top: 8rem;

    }
        .section-header-small .section-bg.center-top {
            background-position: 50% 0%;
        }

}

/* LEFT TOP - SIDEBAR*/
.section-sidebar {
/*    border-radius: 1rem;*/
    overflow: hidden;
    background-color: var(--Color-Gray-Pale);
/*    margin-bottom: 8rem;*/
    padding: 0;
}

    .section-sidebar li {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 1rem 2rem  ;
        min-height: 5rem;
        width: 100%;
        color: var(--Color-Gray-Dark);
        text-transform: uppercase;
        font-size: var(--Font-Size-Text-4);
        font-family: var(--Font-Title);
        font-weight: 400;
    }

 

        .section-sidebar  li.active {
/*            background-color: var(--Color-Primary-Dark);*/
/*            color: var(--Color-Primary-Dark);*/
        }

            .section-sidebar li.active * {
                color: var(--Color-Secondary-Dark) !important;
            }

        .section-sidebar li:hover:not(:first-child) * {
            color: var(--Color-Secondary);
        }

        .section-sidebar  li:first-child {
            font-size: var(--Font-Size-Text-3);
            font-weight: 600;
        }

.section-sidebar  li:not(:last-child) {
    border-bottom: 1px solid white;
}

/*LEFT BOTTOM - LIST OF CONTENTS*/
.section-sidelist {
    background-color: var(--Color-Secondary-Light);
    padding: 0;
}

    .section-sidelist > li {
        padding: 2rem 2.4rem !important;
        font-family: var(--Font-Title);
        font-size: var(--Font-Size-Text-Small);
        letter-spacing: 1px;
    }

    .section-sidelist li:first-child {
        font-weight: bold;
        text-transform: uppercase;
        font-size: var(--Font-Size-Text-Medium);
        font-family: var(--Font-Title);
        color: var(--Color-Black);
    }

    .section-sidelist li:not(:first-child):hover a {
        color: var(--Color-Primary-Dark);
    }

.section-content {
    padding: 70px 0;
}

@media (max-width: 767px) {
    .section-content {
        padding: 50px 0;
    }
}

.section-right > div > form > input {
    width: 80%;
}

.section-right > div > form > button {
    background-color: transparent !important;
}

.section-right input[type=radio] {
    -ms-transform: scale(1.5) !important; /* IE 9 */
    -webkit-transform: scale(1.5) !important; /* Chrome, Safari, Opera */
    transform: scale(1.5) !important;
    background-color: var(--White);
    border-radius: 50%;
}

/*SECTION NAVBAR MOBILE ON TOP */
.section-topnav__item {
    border: 1px solid #e0e0e0;
    min-height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--Font-Title);
    font-size: var(--Font-Size-Text-4);
    font-weight: 500;
}
.section-topnav__item:last-child {
    border-left:none !important;
}

.section-topnav__dropdown {
    position: absolute;
    width: 100%;
    height: auto;
    left: 0;
    top: 101%;
    display: none;
    z-index: 100;
    background-color: white;
    padding: 2rem;
    box-shadow: 4px 4px 12px rgba(0,0,0,.1);
    transition: var(--Transition);
}

.section-topnav__item   img {
    transition: var(--Transition);
}
.section-topnav__dropdown.active {
    display: block;
}

    .section-topnav__dropdown > a {
        padding: 1rem 0;
        display: block;
    }

     .section-topnav__dropdown > a:not(:last-child) {
         border-bottom: 1px solid var(--Color-Gray-Light);
     }
#section-topnav__dropbtn {
    transition: var(--Transition);
}
#section-topnav__dropbtn.active + img {
    transform: rotate(180deg);
}
/**************** DESCRIPTIVE PAGES SETTING ******************/
.page-section {
    margin-bottom: 5rem;
}

    .page-section p,
    .page-section ul,
    .page-section li,
    .page-html {
        line-height: 1.5;
    }

.page-content {
/*    margin-bottom: 2vh;*/
}

.page-iframe p {
    font-family: var(--Font-Text) !important;
    font-size: var(--Font-Size-Text-Medium) !important;
    color: var(--Color-Black);
    text-align: left !important;
}

.page-iframe p.title {
    font-family: var(--Font-Title) !important;
    text-transform: uppercase;
}

.page-heading,
.page-description,
.page-list,
.page-images,
.page-files,
.page-buttons,
.page-iframe,
.page-html {
    margin-bottom: 2rem;
}


.page-section p a {
    font-weight: bold;
    color: var(--Color-Secondary);
    transition: var(--Transition);
}

.page-section p a:hover {
    color: var(--Color-Primary);

}

.page-section:not(:first-child) .page-heading {
    margin-top: 5rem;
}

.page-image {
    display: flex;
    justify-content: center !important;
/*    max-height: 45rem;*/
}

.page-image a.float-left {
    float: none !important;
    width: 100%;
}

.page-images {
    display:flex;
    justify-content: center !important;
}


.page-image img {
    width: 100%;
    margin: 0 auto;
    min-width: 35rem;
/*    max-width: 80%;*/
/*    max-height: 45rem;*/
/*    width: auto;*/
    height: auto;
/*    border: 1px solid #c0c0c0;*/
/*    box-shadow: 0 .7rem 1.2rem rgba(0,0,0,.2);*/
    transition: var(--Transition);
/*    margin: 2rem auto;*/
}

.page-image img:hover {
    box-shadow: 0 3px 7px rgba(0,0,0,.4);
}

.page-images-double .page-image img {
    height: 40rem;
    width: auto;
    object-fit: cover;
}

.page-images-multi .page-image img {
    width: auto;
    object-fit: cover;
}

.program-modal .page-images-double .page-image img,
.program-modal .page-images-multi .page-image img {
    height: auto !important;
}

.page-image {
    font-size: var(--Font-Size-Text-Xsmall);
    font-family: var(--Font-Text);
}



.page-html a:not(.color-black) {
    color: var(--Color-Secondary);
    font-weight: bold;
    transition: var(--Transition);
}

    .page-html a:not(.color-black):hover {
        text-decoration: underline !important;
        color: var(--Color-Primary);
    }

.page-grid {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}

.page-grid::after {
  content: "";
  flex: auto;
}

/**************** DETAIL PAGES & MODALS : ELEMENTS SETTING ******************/
.modal-xl {
    width: 90vw !important;
}

.card-body .has-user-generated-content p,
.card-body .has-user-generated-content .text-body-medium,
.card-body p {
    font-family: var(--Font-Text);
    font-size: var(--Font-Size-Text-Small);
    color: var(--Color-Black);
/*    margin-bottom: 4rem;*/
}

.card-body .structured-content h2 {
    font-weight: bold;
    font-size: var(--Font-Size-Text-Big);
    font-family: var(--Font-Title);
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--Color-Black);
    margin: 2rem 0;
}



/*SMART INSURANCE SPECIFICES*/

/*FOOTER - CONTACT BOXES*/
#footer-forms {
/*    transform: translateY(10rem);*/
    z-index: 500;
    position: relative;
}

.footer-form__box {
    background-color: var(--Color-White);
    border: 1px solid var(--Color-Gray);
    border-radius: 1.5rem;
    padding: 4rem 6rem;
    transition: var(--Transition);
}

.footer-form__box:hover {
    transform: scale(1.03);
}

#footer * {
    transition: var(--Transition);
}

#footer .logo {
    max-height: 6rem;
}




.footer-social__box {
    width: 5rem;
    height: 5rem;
    background-color: var(--Color-White);
    border-radius: 5rem;
}

.footer-social__box.instagram > i {
    background-image: var(--Color-Instagram) !important;
/*    color: transparent;*/
    -webkit-background-clip: text;
    background-clip: text !important;
    -webkit-text-fill-color:  transparent !important;
}


.footer-social__box.instagram:hover {
    background-image: var(--Color-Instagram) !important;
}

.footer-social__box:hover > i {
    color: var(--Color-White) !important;
    -webkit-text-fill-color: var(--Color-White) !important;
}

.footer-social__box.facebook > i {
    color: var(--Color-Facebook);
}

.footer-social__box.facebook:hover {
    background-color: var(--Color-Facebook);
}

.footer-social__box.myTwitter > i {
    color: var(--Color-Twitter);
}

.footer-social__box.myTwitter:hover {
    background-color: var(--Color-Twitter);
}


#mobile-bottom-nav {
/*    max-height: 8.5rem;*/
    padding: 10px 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: var(--Color-White);
    box-shadow: 0 3px 6px rgba(0,0,0,.1);
    z-index: 1100;
}

.mobile-bottom__item {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--Color-Gray-Medium);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    background-color: var(--Color-Gray-Pale);
    transition: var(--Transition);
    border: 1px solid var(--Color-Gray-Pale);
}

.mobile-bottom__item > img {
    max-width: 25px !important;
    max-height: 25px !important;
    width: auto;
    height: auto;
}

.mobile-bottom__item.home {
    width: 50px;
    height: 50px;
}

.mobile-bottom__item:hover {
    color: var(--Color-Black);
    border: 1px solid var(--Color-Primary-Dark);
}
/*
.dropdown:first-child,
.dropdown:nth-child(7) {
    border-right: 1px solid var(--Color-Gray-Light) !important;
}*/

@media (max-width: 991px) {
    #nav-collapse {
        background-color: var(--Color-White) !important;
        padding-bottom: 8rem !important;
    }

    #header .header-nav-main nav > ul > li > a {
        color: var(--Color-Black) !important;
    }

    .dropdown:first-child,
    .dropdown:nth-child(7) {
        border-right: none !important;
    }
}

 
@media  (max-width: 991px) {

    #nav-collapse {
        display: none !important;
    }

    #nav-collapse.active {
        display: flex !important;
        height: 100vh;
    }

    .header-nav-main {
        display: flex !important;
        flex-direction: column;
        justify-content: center;
    }
}


/*    SMART BUTTON  */
.btn-round {
    min-height: 4.5rem;
    min-width: 18rem;
    font-size: var(--Font-Size-Text-3);
    font-weight: bold;
    letter-spacing: 1px;

    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 0;
    text-transform: uppercase;
    transition: all ease 350ms;
    text-align: center;
    line-height: 1.2;
    padding: 0 2.5rem;
    font-family: var(--Font-Title) !important;
    transition: var(--Transition);
    border-radius: 5rem;
}

.btn-primary-filled {
    border: 2px solid var(--Color-Primary-Dark);
    background-color: var(--Color-Primary-Dark);
    color: var(--Color-White);
}

    .btn-primary-filled:hover, .btn-primary-filled:focus {
        border: 2px solid var(--Color-Primary-Dark);
        color: var(--Color-Primary-Dark);
        background-color: var(--Color-White);
    }

.btn-primary-outlined {
    border: 2px solid var(--Color-Primary-Dark);
    color: var(--Color-Primary-Dark);
    background-color: var(--Color-White);
}

    .btn-primary-outlined:hover, .btn-primary-outlined:focus {
        border: 2px solid var(--Color-Primary-Dark);
        background-color: var(--Color-Primary-Dark);
        color: var(--Color-White);
    }

.btn-secondary-filled {
    border: 1px solid var(--Color-Secondary);
    background-color: var(--Color-Secondary);
    color: var(--Color-White);
}

    .btn-secondary-filled:hover, .btn-secondary-filled:focus {
        border: 2px solid var(--Color-Secondary);
        color: var(--Color-Secondary);
        background-color: var(--Color-White);
    }

.btn-secondary-outlined {
    border: 1px solid var(--Color-Secondary);
    color: var(--Color-Secondary);
    background-color: var(--Color-White);
}

    .btn-secondary-outlined:hover, .btn-secondary-outlined:focus {
        border: 2px solid var(--Color-Secondary);
        background-color: var(--Color-Secondary);
        color: var(--Color-White);
    }



.carousel-item {
    height: 100vh;
    width: 100%;
    padding-top: 80px;
}

#homeSlider .carousel-inner .carousel-item {
    background-position: center;
    background-size: cover;
    padding-bottom: 5rem;
}

.carousel-item.slide1 {
    background-image: url(/Content/images/hero-1.jpg);
}

.carousel-item__content {
    z-index: 10;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.bg-filter {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,.4);
    z-index: 1;
}

#homeSlider .carousel-item.slide2 {
    background-image: url(/Content/images/hero-2.jpg);
}

#homeSlider .carousel-item.slide3 {
    background-image: url(/Content/images/hero-3.jpg);
}

@media (max-width: 991px) {
    .carousel-item {
        height: calc(100vh - 90px);
    }
}

.carousel-curve {
    width: 100%;
    height: auto;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10;
    transform: translateY(3px);
}

#homeSlider .carousel-control-prev,
#homeSlider .carousel-control-next {
    z-index: 200 !important;
}
#header .header-body {
    background-color: transparent;
    border-bottom-style: solid !important;
    border-bottom-color: var(--Color-Gray-Light) !important;
    border-bottom-width: 1px !important;
}

#header-bottom.active,
#header-top.active {
    background-color: rgba(0,0,0,.9) !important;
}

.home-hero__text-box {
    position: relative;
    padding: 8rem 0;
    width: 100%;
    height: auto;
}

.home-hero__box-decor {
    position: absolute;
    height: 8rem;
}

.home-hero__box-decor.left {
    left: 0;
    top: 0;
}

.home-hero__box-decor.right {
    right: 0;
    bottom: 0;
}



#home-services {
    background-color: var(--Color-White);
    border-radius: 1.5rem;
    overflow: hidden;
    border: none !important;
    transform: translateY(-20rem);
    box-shadow: 8px 15px 20px rgba(0,0,0,.1);
}

.home-services__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 20rem;
    border-top: 1px solid var(--Color-Gray-Light);
    border-right: 1px solid var(--Color-Gray-Light);
}

.home-services__item > img {
   max-height: 10rem;
   transition: var(--Transition);
}

.home-services__item:hover > img {
    transform: scale(1.05);
}
.home-hero__text-box > .title-1 {
    font-size: 42px !important;
}

@media (max-width: 991px) {
    .home-hero__text-box {
        padding: 5rem;
    }

        .home-hero__text-box > .title-1  {
            font-size: 34px !important;
        }
   

 
        .home-hero__text-box > p:not(.title-1), .text-2 {
            font-size: 16px !important;
        }

    .home-hero__box-decor {
        height: 5rem;
    }

    .home-services__item > img {
        max-height: 8rem;
    }
}

/*MAIN PAGE SECTIONS PADDING*/
.home-section-padding {
    padding: 7rem 0;
}

/*GREEN BOX*/
.home-box {
    width: 100%;
    max-width: 150rem;
    background-color: var(--Color-Primary);
    display: flex;
    justify-content: space-between;
    border-radius: 0 5rem 0 5rem;
}

.home-whyus__item {
    border-radius: 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
/*    height: 40rem;*/
    overflow: hidden;
    transition: var(--Transition);
}

    .home-whyus__item:hover {
        transform: scale(1.03);
    }

    .home-whyus__item-img {
        width: 100%;
        height: 23rem;
        overflow: hidden;
        background-color: var(--Color-White);
        background-size: cover;
        background-position: center;
    }



.home-whyus__item-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    height: 20rem;
    width: 100%;
    padding: 1.5rem;
    background-color: var(--Color-White);
}

@media (max-width: 991px) {
    .home-whyus__item-img {
        display: none;
    }

    .home-whyus__item-text {
        justify-content: center;
    }
}


.home-review__item {
    border-radius: 1rem !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
    transition: var(--Transition);
    padding: 4rem 2rem;
/*    min-width: 28rem;*/
    background-color: var(--Color-White);
}

.home-review__item-avatar {
    font-size: 5rem;
    color: var(--Color-White);
    background-color: var(--Color-Secondary-Dark);
    width: 7rem;
    height: 7rem;
    border-radius: 8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}

#home-products {
    padding: 2rem;
    overflow-x: scroll;
    margin-top: 5rem;
}
.home-product__item {
    max-height: 12rem;
    max-width: 33rem;
    margin: 1.5rem;
}

@media (max-width: 499px) {
    .home-product__item {
        max-width: 20rem;
        max-height: 8rem;
    }
}

.btn:focus, .btn:active, button:focus, button:active, button:hover {
    outline: none !important;
    outline-color: rgba(0,0,0,0) !important;
    text-decoration: none !important;
    text-decoration-color: rgba(0,0,0,0) !important;
}

@media (max-width: 991px) {

    #btn-estimate {
        height: auto !important;
        max-height: 60px !important;
    }
}

#btn-estimate:hover {
    bacKground-color: var(--Color-Black) !important;
}

.header-top__link {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--Color-Gray-Medium);
    border-radius: 35px;
    min-width: 35px;
    height: 30px;
    background-color: var(--Color-Gray-Pale);
    transition: var(--Transition);
    border: 1px solid var(--Color-Gray-Pale);
    margin: 0 10px;
    padding: 4px 8px;
}

.header-top__link > span,
.header-top__link > i {
    font-size: var(--Font-Size-Text-1);
}

.header-top__link:hover {
    color: var(--Color-Black);
    border: 1px solid var(--Color-Primary-Dark);
}



.section-header__title {
    font-weight: bold;
    font-family: var(--Font-Title);
    font-size: 3.3rem;
}
@media (max-width: 991px) {
    .section-header__title {
        font-size: 3rem;
    }
}
@media (max-width: 499px) {
    .section-header__title {
        font-size: 2.8rem;
    }
}
#bottom-link {
    align-items: stretch !important;
}

.bottom-link__item {
    padding: 5rem 3rem;
}

.bottom-link__item > h5 {
    font-weight: 700;
}

#footer-top {
    border-bottom: 1px solid var(--Color-Gray-Dark)
}

@media (max-width: 991px) {

    .footer-accordion-content {
        display: none !important;
        transition: var(--Transition);
    }
    .footer-accordion-content.active {
        display: block !important;
    }
        #footer-accordion-3.footer-accordion-content.active {
            display: flex !important;
        }
}

/*HERO SLIDE BOTTOM BUTTONS*/
#hero-btn-box {
    z-index: 10;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}


.btn-on-photo {
    display: inline-flex !important;
    padding-left: 2rem;
    padding-right: 2rem;
    position: absolute;
    z-index: 20;
    transform-origin: center;
}

#service-img-desktop {
    position: relative;
}

.btn-on-photo.trim {
    top: 7%;
    left: 45%;
    width: auto;
    height: auto;
}

.btn-on-photo.siding {
    top: 23%;
    left: 32%;
    width: auto;
    height: auto;
}

.btn-on-photo.roofing {
    top: 20%;
    left: 60%;
    width: auto;
    height: auto;
}

.btn-on-photo.gutter {
    bottom: 20%;
    left: 30%;
    width: auto;
    height: auto;
}

.btn-on-photo.door {
    bottom: 10%;
    left: 60%;
    width: auto;
    height: auto;
}

.btn-on-photo.window {
    bottom: 28%;
    right: 10%;
    width: auto;
    height: auto;
}

.service-mobile-item {
    background-color: var(--Color-Black);
    height: 280px;
    width: 100%;
    position: relative;
    background-position: center;
    background-size: cover;
}

.service-mobile-item__btn {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    font-size: var(--Text-2);
    min-width: 155px;
}
@media (min-width: 992px) {
    .service-mobile-item__btn {
        min-width: 200px;
        padding:  2.5rem;
    }
}


@media (max-width: 991px) {
    .service-mobile-item {
        height: 220px;
    }

    .service-mobile-item__btn {
        font-size: var(--Text-4) !important;
    }
}

@media (max-width: 544px) {
    .service-mobile-item {
        height: 180px;
        width: 100%;
        position: relative;
    }


    .service-mobile-item__btn {
        padding: 5px !important;
        min-width: 135px;
    }
}


.service-mobile-item.windows {
    background-image: url('/Content/images/services/service-windows-1.jpg');
}

.service-mobile-item.door {
    background-image: url('/Content/images/services/service-door-1.jpg');
}

.service-mobile-item.roofing {
    background-image: url('/Content/images/services/service-roofing-1.jpg');
}

.service-mobile-item.siding {
    background-image: url('/Content/images/services/service-siding-1.jpg');
}

.service-mobile-item.gutters {
    background-image: url('/Content/images/services/service-gutters-1.jpg');
}

.service-mobile-item.trim {
    background-image: url('/Content/images/services/service-trim-1.jpg');
}


.strength-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: var(--Color-White);
    min-height: 180px;
    padding: 3rem 1rem;
    position: relative;
}

.strength-item img {
    width: auto;
}

.strength-item__arrow {
    position: absolute;
    right: -20px;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: auto;
}


@media (max-width: 991px) {
    .strength-item__arrow.md-down {
        top: 108%;
        bottom: -50px;
        left: 50%;
        transform: translate(-50%, -100%) rotate(90deg);
    }

    .strength-item__arrow.md-left {
        top: 50%;
        left: -20px;
        transform: translateY(-50%) rotate(180deg);
    }
}


@media (max-width: 767px) {
    .strength-item__arrow.sm-down {
        top: 108%;
        bottom: -50px;
        left: 50%;
        transform: translate(-50%, -100%) rotate(90deg);
    }
    .strength-item__arrow.sm-left {
        top: 50%;
        left: -20px;
        transform: translateY(-50%) rotate(180deg);
    }
    .strength-item__arrow.sm-normal {
        position: absolute;
        left: calc(100% - 20px);
        right: -20px !important;
        top: 50%;
        transform: translateY(-50%);
        width: 40px;
        height: auto;
    }
}

.certification-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.certification-list > img {
    max-height: 60px;
    max-width: 12rem;
}

@media (max-width: 991px) {
    .strength-item img {
        height: 80px;
    }

    .certification-list > img {
        max-height: 50px;
        max-width: 10rem;
    }
}

@media (max-width: 499px) {
    .strength-item {
        min-height: 150px;
    }

        .strength-item img {
            height: 60px;
        }

/*    .certification-list > img {
        max-height: 50px;
        max-width: 10rem;
    }*/
}


.review-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px solid var(--Color-Gray-Light);
    padding-top: 20px;
/*    min-width: 300px;*/
}

#instagram-feed {
    overflow-x: auto;
}

#reviews-buttons {
    position: fixed;
    bottom: 30px;
    right: 30px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    z-index: 500;
}

.reviews-buttons-item {
    padding: 1rem 1.5rem;
    border: 1px solid var(--Color-Gray-Light);
}

.reviews-buttons-item.item1 {
    padding: 0;
}

.reviews-buttons-img {
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.reviews-buttons-img > img {
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
}



@media (max-width: 991px) {

    #reviews-buttons {
        bottom: 9rem !important;
        right: 2rem !important;

    }
    .reviews-buttons-item {
        width: 40px;
        height: 40px;
        border-radius: 40px;
        padding: 0;
        display: flex;
        align-items:center;
        justify-content: center;
    }

    .reviews-buttons-img {
        width: 27px;
        height: 27px;
    }
        .reviews-buttons-item.item1 .reviews-buttons-img {
            width: 40px;
            height: 40px;
        }

/*            .reviews-buttons-item.item1 .reviews-buttons-img > img {
                width: 40px;
                height: 40px;
            }*/

/*            .scroll-to-top {
                bottom: 19rem !important;
                right: 2rem !important;
            }*/
}

.product-item {
    border: 1px solid var(--Color-Gray-Light);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 4rem 0;
    min-height: 28rem;
    background-position: 60rem 50%;
    background-size: cover;
    background-color: white;
    transition: var(--Transition);
    background-repeat: no-repeat;
}

@media (max-width: 991px) {
    .product-item {
        min-height: 24rem;
    }
}
@media (max-width: 499px) {
    .product-item {
        min-height: 20rem;
    }
}

    .product-item > img {
        width: auto;
        height: auto;
        max-width: 80%;
        max-height: 15rem;
        transition: var(--Transition);
    }


    .product-item > p {
        margin: 2rem 0 0 0;
        font-family: var(--Font-Title);
        font-size: var(--Font-Size-Title-5);
        font-weight: 700;
        text-align: center;
        transition: var(--Transition);
    }

.product-item:hover {
    background-position: center;
}

    .product-item:not(.non-change):hover  p,
    .product-item:not(.non-change):hover img {
        opacity: 0;
    }

.works-list >img {
    height: 20rem;
}

.product-item.doublehung {
    background-image: url('/Content/images/products/windows/window-photo-doublehung.jpg');
}

.product-item.picture {
    background-image: url('/Content/images/products/windows/window-photo-picture.jpg');
}

.product-item.casement {
    background-image: url('/Content/images/products/windows/window-photo-casement.jpg');
}

.product-item.awning {
    background-image: url('/Content/images/products/windows/window-photo-awning.jpg');
}

.product-item.slider {
    background-image: url('/Content/images/products/windows/window-photo-slider.jpg');
}

.product-item.garden {
    background-image: url('/Content/images/products/windows/window-photo-garden.jpg');
}

.product-item.bay {
    background-image: url('/Content/images/products/windows/window-photo-bay.jpg');
}

.product-item.entry {
    background-image: url('/Content/images/products/doors/door-photo-entry.jpg');
}

.product-item.patio {
    background-image: url('/Content/images/products/doors/door-photo-patio.jpg');
}

.product-item.french {
    background-image: url('/Content/images/products/doors/door-photo-french.jpg');
}

.product-item.sliding {
    background-image: url('/Content/images/products/doors/door-photo-sliding.jpg');
}

.product-item.storm {
    background-image: url('/Content/images/products/doors/door-photo-storm.jpg');
}

.checkbox-item {
    position: relative;
    min-width: 96px;
}

.checkbox-item > .checkbox-round {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(-20%, -50%);
    background-color: white;
    height: 25px;
    width: 25px;
    border: 3px solid var(--Color-Gray-Dark);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}
.checkbox-item > input {
    margin-right: 15px;
    opacity: 0;
    z-index: 10;
}
    .checkbox-item > input:checked ~ .checkbox-round {
        background-color: var(--Color-Primary);
        border: 3px solid var(--Color-Primary);
    }

#estimate-bg {
    position: absolute;
    top: 0;
    left:0;
    width:100%;
    height: 100%;
    background-color: rgba(255,255,255,.8);
    z-index: 1;
}

#reviews .carousel-item {
    height: auto !important;
}

#reviews .carousel-control-next {
    right: -6rem;
}

#reviews .carousel-control-prev {
    left: -6rem;
}

#reviews .carousel-inner {
    padding: 0;
}

#reviews .swiper-button-next, #reviews .swiper-button-prev {
    top: 108%;
    color: gray !important;
    height: 50px !important;
    width: 50px !important;
    border: 2px solid lightgray;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: var(--Transition);
}

    #reviews .swiper-button-next {
        right: 25%;
    }
     #reviews .swiper-button-prev {
         left: 25%;
     }
    #reviews .swiper-button-next::after, #reviews .swiper-button-prev::after {
        height: 30px !important;
        font-size: 28px !important;
    }

#reviews .swiper-button-next:hover, #reviews .swiper-button-prev:hover {
    border: 2px solid var(--Color-Primary) !important;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    min-width: 310px;
}

@media (max-width: 991px) {
    #header .header-nav-bar .header-nav {
/*        min-height: 80px !important;*/
        height: 100%;
    }
}

.swiper-wrapper {
/*    transform: none;*/
}

.siding-type__text {
    font-size: 18px !important;
    font-weight: 500 !important;
}

@media (max-width: 991px) {
    .siding-type__text {
        font-size: 14px !important;
    }

    .product-item.siding {
        height: 180px;
    }
}


/*INDEX PAGE*/
.index-section {
    padding: 60px 24px;
}

    .index-section.section-people {
        background: -moz-linear-gradient(to bottom, rgba(65,174,86,1) 0%, rgba(65,174,86,.6) 100%), url('/content/images/section-people.jpg') center/cover no-repeat;
        background: -webkit-gradient(linear, top, bottom, color-stop(0%, rgba(65,174,86,1)), color-stop(100%, rgba(65,174,86, 0.45))), url('/content/images/section-people.jpg') center/cover no-repeat;
        background: -webkit-linear-gradient(to bottom, rgba(65,174,86,1) 0%, rgba(65,174,86,.6) 100%), url('/content/images/section-people.jpg') center/cover no-repeat;
        background: -o-linear-gradient(to bottom, rgba(65,174,86,1) 0%, rgba(65,174,86,.6) 100%), url('/content/images/section-people.jpg') center/cover no-repeat;
        background: -ms-linear-gradient(to bottom, rgba(65,174,86,1) 0%, rgba(65,174,86,.6) 100%), url('/content/images/section-people.jpg') center/cover no-repeat;
        background: linear-gradient(to bottom, rgba(65,174,86,1) 0%, rgba(65,174,86,.6) 100%), url('/content/images/section-people.jpg') center/cover no-repeat;
    }

    .index-section.section-news {
        background: -moz-linear-gradient(to bottom, rgba(0,158,214,1) 0%, rgba(0,158,214,.6) 100%), url('/content/images/section-tanzania-1.jpg') center/cover no-repeat;
        background: -webkit-gradient(linear, top, bottom, color-stop(0%, rgba(0,158,214,1)), color-stop(100%, rgba(0,158,214, 0.45))), url('/content/images/image-tanzania-1.jpg') center/cover no-repeat;
        background: -webkit-linear-gradient(to bottom, rgba(0,158,214,86,1) 0%, rgba(0,158,214,.6) 100%), url('/content/images/section-tanzania-1.jpg') center/cover no-repeat;
        background: -o-linear-gradient(to bottom, rgba(0,158,214,1) 0%, rgba(0,158,214,.6) 100%), url('/content/images/section-tanzania-1.jpg') center/cover no-repeat;
        background: -ms-linear-gradient(to bottom, rgba(0,158,214,1) 0%, rgba(0,158,214,.6) 100%), url('/content/images/section-tanzania-1.jpg') center/cover no-repeat;
        background: linear-gradient(to bottom, rgba(0,158,214,1) 0%, rgba(0,158,214,.6) 100%), url('/content/images/section-tanzania-1.jpg') center/cover no-repeat;
    }

.index-square {
    height: 240px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    color: white;
    background-position: center;
    background-size: cover;
    transition: all 400ms ease;
}

@media (max-width: 991px) {
    .index-square {
        height: 180px;
    }
    .index-square h3.title-4 {
        font-size: 20px !important;
    }
}

.index-square .bg-filter {
    background: linear-gradient(to bottom, rgba(0,0,0,.4) 0%, rgba(0,0,0,.4) 100%);
    z-index: 1;
    transition: all 400ms ease;
}

    .index-square h3,
    .index-square p {
        color: var(--Color-White) !important;
        transition: all 400ms ease;
    }

.index-square .index-square__content {
    position: relative;
    z-index: 5;
}

.index-square * {
    line-height: 1.2;
    text-align: center;
}

.index-square:hover  h3,
.index-square:hover  p {
/*    color: var(--Color-Black) !important;*/
}

.index-square:hover .bg-filter {
    background: var(--Color-Gradient), rgba(0,0,0,.4);
    z-index: 1;
    opacity: .8;
}
.index-square.square1 {
    background-image: url('/content/images/image-tcbc.jpg');
}
.index-square.square2 {
    background-image: url('/content/images/image-lsbs.jpg');
}
.index-square.square3 {
    background-image: url('/content/images/image-church.jpg');
}
.index-square.square4 {
    background-image: url('/content/images/image-shortterm.jpg');
}
.index-square.square5 {
    background-image: url('/content/images/image-alumni-tcbc.jpg');
}
.index-square.square6 {
    background-image: url('/content/images/image-alumni-lsbs.jpg');
}
.index-square.square7 {
    background-image: url('/content/images/image-supporters.jpg');
}
.index-square.square8 {
    background-image: url('/content/images/image-mission.jpg');
}
.index-square.square9 {
    background-image: url('/content/images/image-news.jpg');
}
.index-square.square10 {
    background-image: url('/content/images/image-letter.jpg');
}
.index-square.square11 {
    background-image: url('/content/images/image-video.jpg');
}
.index-square.square12 {
    background-image: url('/content/images/image-photo.jpg');
}

.index-square__content > img {
    height: 32px;
}

@media (max-width: 575px) {
    .index-square__content > img {
        height: 24px;
    }
}

.dropdown-item:hover, .dropdown-item:focus {
    background-color: rgba(0,0,0,.04);
}
 
.section-bg-gradient-green {
    background: radial-gradient(circle at center, rgba(55,206,85, .17) 0, rgba(55,206,85, 0) 80%);
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(50%,-50%);
    width: 500px;
    height: 500px;
    border-radius: 50%;
}

.section-bg-gradient-blue {
    background: radial-gradient(circle at center, rgba(77,192,233, .17) 0, rgba(55,206,85, 0) 80%);
    position: absolute;
    top: 0;
    bottom: 0;
    transform: translate(-50%,50%);
    width: 500px;
    height: 500px;
    border-radius: 50%;
}

@media (max-width:767px) {
    .carousel-control-prev img, .carousel-control-next img {
        width: 40px;
        height: 40px;
    }
}

#forum {
    padding-bottom: 120px;
}

.blog-list {
    border-top: 3px solid var(--Color-Black);
    border-bottom: 3px solid var(--Color-Black);

}

tr.blog-list__item {
/*    padding: 2rem 0;*/

}

/*.blog-list__item:not(:last-child)*/
    .blog-list__item >td > div {
        border-bottom: 1px solid var(--Color-Gray) !important;
        padding: 2rem 0;
    }
        .blog-list__item:first-child > td > div {
            border-top: 1px solid var(--Color-Gray) !important;
        }

input:not([type=file]), textarea, select {
    outline: none !important;
    border-color: #909090 !important;
}

input, textarea, input:focus, input:active, textarea:focus, textarea:active {
    outline: none !important;
}

input::placeholder, textarea::placeholder {
    color: gray !important;
}
.gallery-item {
    width: 100%;
/*    min-height: 380px;*/
    height: 100%;
    border: 1px solid #dedede;

}

.gallery-item__img {
    width:100%;
    height: 70%;
    min-height: 300px;
    background-position: center;
    background-size: cover;
    position: relative;
}

@media (min-width: 992px) {
    .gallery-item__img {
        min-height: 200px;
    }
}
.gallery-item__count {
    position: absolute;
    right: 8px;
    top: 8px;
    width: auto;
    height: auto;
    border-radius: 3px;
    background-color: white;
    padding: 8px;
    
}

.gallery-item__text {
    width: 100%;
    height: 30%;
    padding: 8px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;

}

.categoryBtn{
    cursor: pointer;
}


/*Blog - Datatable*/
.dataTables_wrapper {
    width: 100%;
}

.dataTables_length label, .dataTables_filter label {
    font-size: 14px;
    color: var(--Color-Gray);
}

.dataTables_length select {
    font-size: 14px !important;
    padding: 4px;
    width: 60px !important;
    margin: 0 8px;
    max-height: 3px !important;
    height: 30px !important;
    min-height: 30px !important;
}

.dataTables_filter input.form-control-sm {
    max-height: 3px !important;
    height: 30px !important;
    min-height: 30px !important;
    font-size: 14px;
    padding: 4px 8px;
}

th.sorting.sorting_asc::before, th.sorting.sorting_asc::after {
    display: none !important;
}

.dataTables_wrapper > .row:last-child {
    font-size: 14px;
    color: var(--Color-Gray-Dark);
}

.pagination > li > a {
    border: none !important;
    opacity: 1 !important;
}

.pagination > li > a, .pagination > li > a {
    color: var(--Color-Gray-Dark) !important;
}

/*.paginate_button:not([class^=active]) {
    color: var(--Color-Primary) !important;
    font-weight: 500;
}*/

.paginate_button.active > a {
    background-color: transparent !important;
    text-decoration: none;
   font-weight: 600 !important;
}

.datatable.gallery {
    width: 100%;
}
.datatable.gallery tr{
    display: inline !important;
    width: 50%;
}
.datatable.gallery td {
    float: left !important;
    width: 100% !important;
    margin: 0;

}

#header.dark  .logo-lightmode, #header.dark .icon-lightmode {
    display: none !important;
}

#header.light .logo-darkmode, #header.light .icon-darkmode {
    display: none !important;
}

#header.light, #header.active {
    background-color: white !important;
}

#header.dark .dropdown-item {
   color: var(--Color-White) !important;
}

#header.light .dropdown-item, #header.active .dropdown-item {
    color: var(--Color-Black) !important;
}

@media (max-width: 991px) {
    ul#mainNav > li {
        max-width: 230px;
        margin: 0 auto;
    }

    .dropdown-menu {
        background-color: var(--Color-Gray-Pale) !important;
    }
}

.carousel-control-wrapper {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 48px;
    background-color: rgba(255,255,255,.5);
}

.carousel-control-next, .carousel-control-prev {
    width: 60px !important;
}

.table-row-desktop {
    display: none;
}

@media (min-width: 992px) {
    .table-row-desktop {
        display: table-row;
    }

        .table-row-desktop table tr {
            border-collapse: collapse !important;
        }

    .table-row-desktop td {
        padding: 16px 0;
        border-top: 1px solid gray !important;
        border-collapse: collapse !important;
    }
}

.table-row-desktop td.border-none {
    border: none !important;
    border-top: none !important;
    border-image-width: 0 !important;
}
.main-blog_list > a {
    padding: 12px 0;

}
.main-blog_list > a:not(:last-child) {
    border-bottom: 1px solid var(--Color-Gray-Light);
}

.main-gallery__wrapper {
    min-height: 230px;
    width: 100%;
    background-position: center;
    background-size: cover;
    transition: var(--Transition);
    position: relative;
}

    .main-gallery__wrapper > p {
        opacity: 0;
        transition: var(--Transition);
        position: relative;
        z-index: 10;
    }

.main-gallery__wrapper:hover > p {
    opacity: 1;
}

    .main-gallery__wrapper:hover::after {
        position: absolute;
        z-index: 1;
        content: '';
        top: 0;
        left: 0;
        width:100%;
        height: 100%;
        background-color: rgba(0,0,0,.6);
    }
.main-section__title  {
    padding-bottom: 16px;
    border-bottom: 2px solid var(--Color-Black);
}
 

option:disabled {
    color: var(--Color-Gray);
}

select:not(:active) {
    color: gray !important;
}

#header .dropdown-item.color-black {
    color: var(--Color-Black) !important;
}

#about-table th, #about-table td {
    border-bottom: 1px solid gray;
    text-align: center;
}

#photoSlide .slide-pageno {
    position: absolute;
    bottom: 24px;
    left: 0;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    color: white;
}

