/********** Template CSS **********/

:root {

/**************************************** Navigation Style 1 ****************************************/


    /********** Top Bar Style 1 **********/
    --topbar_background_color_style_1: #FBF3ED;
    --topbar_text_color_style_1: #202F59;
    --topbar_icon_text_color_style_1: #DC834E;
    --topbar_social_icon_color_style_1: #FBF3ED;
    --topbar_social_icon_background_color_style_1: #DC834E;
    --topbar_social_icon_color_hover_style_1: #202F59;

    /********** Nav Bar Style 1 **********/
    --navbar_background_color_style_1: #ffffff;
    --navbar_link_style_1: #202F59;
    --navbar_link_hover_style_1: #DC834E;
    --navbar_link_hover_background_style_1: rgba(220, 130, 78, 0.1);
    --navbar_link_active_style_1: #DC834E;

    /********** Primary Button Style 1 **********/
    --primry_button_border_color_style_1: #DC834E;
    --primry_button_text_color_style_1: #FBF3ED;
    --primry_button_background_color_style_1: #DC834E;
    --primry_button_border_color_hover_style_1: #202F59;
    --primry_button_text_color_hover_style_1: #FBF3ED;
    --primry_button_background_color_hover_style_1: #202F59;

    /********** Secondary Button Style 1 **********/
    --secondary_button_border_color_style_1: #202F59;
    --secondary_button_text_color_style_1: #202F59;
    --secondary_button_background_color_style_1: #ffffff;
    --secondary_button_border_color_hover_style_1: #DC834E;
    --secondary_button_text_color_hover_style_1: #DC834E;
    --secondary_button_background_color_hover_style_1: #ffffff;


/**************************************** Navigation Style 2 ****************************************/


    /********** Top Bar Style 2 **********/
    --topbar_background_color_style_2: #FBF3ED;
    --topbar_text_color_style_2: #202F59;
    --topbar_icon_text_color_style_2: #DC834E;
    --topbar_social_icon_color_style_2: #DC834E;
    --topbar_social_icon_background_color_style_2: #FBF3ED;
    --topbar_social_icon_color_hover_style_2: #DC834E;

    /********** Nav Bar Style 2 **********/
    --navbar_background_color_style_2: #DC834E;
    --navbar_link_style_2: #FBF3ED;
    --navbar_link_hover_style_2: #202F59;
    --navbar_link_hover_background_style_2: rgba(220, 130, 78, 0.1);
    --navbar_link_active_style_2: #202F59;

    /********** Primary Button Style 2 **********/
    --primry_button_border_color_style_2: #DC834E;
    --primry_button_text_color_style_2: #FBF3ED;
    --primry_button_background_color_style_2: #DC834E;
    --primry_button_border_color_hover_style_2: #202F59;
    --primry_button_text_color_hover_style_2: #FBF3ED;
    --primry_button_background_color_hover_style_2: #202F59;

    /********** Secondar Button Style 2 **********/
    --secondary_button_border_color_style_2: #202F59;
    --secondary_button_text_color_style_2: #202F59;
    --secondary_button_background_color_style_2: transparent;
    --secondary_button_border_color_hover_style_2: #DC834E;
    --secondary_button_text_color_hover_style_2: #DC834E;
    --secondary_button_background_color_hover_style_2: transparent;


/**************************************** Navigation Style 3 ****************************************/


    /********** Top Bar Style 3 **********/
    --topbar_background_color_style_3: transparent;
    --topbar_text_color_style_3: #FBF3ED;
    --topbar_icon_text_color_style_3: #DC834E;
    --topbar_social_icon_color_style_3: #FBF3ED;
    --topbar_social_icon_background_color_style_3: #DC834E;
    --topbar_social_icon_color_hover_style_3: #FBF3ED;

    /********** Nav Bar Style 3 **********/
    --navbar_background_color_style_3: #transparent;
    --navbar_link_style_3: #FBF3ED;
    --navbar_link_hover_style_3: #DC834E;
    --navbar_link_hover_background_style_3: transparent;
    --navbar_link_active_style_3: #DC834E;

    /********** Primary Button Style 3 **********/
    --primry_button_border_color_style_3: #DC834E;
    --primry_button_text_color_style_3: #FBF3ED;
    --primry_button_background_color_style_3: #DC834E;
    --primry_button_border_color_hover_style_3: #DC834E;
    --primry_button_text_color_hover_style_3: #FBF3ED;
    --primry_button_background_color_hover_style_3: #DC834E;

    /********** Secondary Button Style 3 **********/
    --secondary_button_border_color_style_3: #FBF3ED;
    --secondary_button_text_color_style_3: #FBF3ED;
    --secondary_button_background_color_style_3: transparent;
    --secondary_button_border_color_hover_style_3: #DC834E;
    --secondary_button_text_color_hover_style_3: #DC834E;
    --secondary_button_background_color_hover_style_3: transparent;


/**************************************** Hero Style ****************************************/


    --hero_sub_heading_color: #DC834E;
    --hero_heading_color: #ffffff;
    --hero_lead_color: #ffffff;


/**************************************** About Style ****************************************/


    --about_sub_heading_color: #DC834E;
    --about_heading_color: #1D1E25;
    --about_text_description_color: #637382;
    --about_list_text_color: #637382;
    --about_list_icon_color: #DC834E;


/**************************************** Features Style ****************************************/


    --features_sub_heading_color: #DC834E;
    --features_heading_color: #1D1E25;
    --features_text_description_color: #637382;
    --features_item_heading_color: #1D1E25;
    --features_item_text_description_color: #637382;


/**************************************** Destination Style ****************************************/


    --destination_sub_heading_color: #DC834E;
    --destination_heading_color: #1D1E25;
    --destination_text_description_color: #637382;
    --destination_item_heading_color: #ffffff;
    --destination_item_text_description_color: #ffffff;
    --destination_item_price_color: #DC834E;


/**************************************** Footer Style 1 ****************************************/


    --footer_background_color_style_1: #FBF3ED;
    --footer_copyright_background_color_style_1: #DC834E;
    --footer_heading_color_style_1: #DC834E;
    --footer_info_color_style_1: #202F59;
    --footer_info_icon_color_style_1: #DC834E;
    --footer_links_color_style_1: #202F59;
    --footer_links_hover_color_style_1: #DC834E;
    --footer_copyright_color_style_1: #ffffff;
    --footer_copyright_hover_color_style_1: #202F59;


/**************************************** Footer Style 2 ****************************************/


    --footer_background_color_style_2: #FBF3ED;
    --footer_copyright_background_color_style_2: #DC834E;
    --footer_heading_color_style_2: #DC834E;
    --footer_info_color_style_2: #202F59;
    --footer_info_icon_color_style_2: #DC834E;
    --footer_links_color_style_2: #202F59;
    --footer_links_hover_color_style_2: #DC834E;
    --footer_news_title_color_style_2: #1D1E25;
    --footer_news_date_color_style_2: #DC834E;
    --footer_copyright_color_style_2: #FBF3ED;
    --footer_copyright_hover_color_style_2: #202F59;
    --footer_copyright_social_icon_background_color_style_2: #FBF3ED;
    --footer_copyright_social_icon_color_style_2: #DC834E;
    --footer_copyright_social_icon_hover_color_style_2: #FBF3ED;
    --footer_copyright_social_icon_background_hover_color_style_2: #202F59;


/**************************************** Footer Style 3 ****************************************/


    --footer_background_color_style_3: #FBF3ED;
    --footer_copyright_background_color_style_3: #DC834E;
    --footer_heading_color_style_3: #FBF3ED;
    --footer_info_color_style_3: #FBF3ED;
    --footer_info_icon_color_style_3: #DC834E;
    --footer_links_color_style_3: #202F59;
    --footer_links_hover_color_style_3: #DC834E;
    --footer_news_title_color_style_3: #00CABC;
    --footer_news_date_color_style_3: #DC834E;
    --footer_copyright_color_style_3: #FBF3ED;
    --footer_copyright_hover_color_style_3: #202F59;
    --footer_copyright_social_icon_background_color_style_3: #DC834E;
    --footer_copyright_social_icon_color_style_3: #FBF3ED;
    --footer_copyright_social_icon_hover_color_style_3: #FBF3ED;
    --footer_copyright_social_icon_background_hover_color_style_3: #202F59;

}


h4,
h5,
h6,
.h4,
.h5,
.h6 {
    font-weight: 500 !important;
}


/********** Topbar in Header Style 1 **********/

header.nav-style-1 .topbar {
    background-color: var(--topbar_background_color_style_1);
}

header.nav-style-1 .topbar .topbar-info,
header.nav-style-1 .topbar .topbar-info:hover,
header.nav-style-1 .topbar .topbar-info:visited {
    color: var(--topbar_text_color_style_1);
}

header.nav-style-1 .topbar .topbar-info .fa {
    color: var(--topbar_icon_text_color_style_1);
}


/********** Navbar in Header Style 1 **********/

header.nav-style-1 .navbar {
    background-color: var(--navbar_background_color_style_1);
}

header.nav-style-1 {
    /*top: 0;*/
    transition: .5s;
    /*position: fixed;*/
    z-index: 1;
}

header.nav-style-1 .brand-logo {
    height: 80px;
}

header.nav-style-1 .navbar .navbar-nav .nav-link {
    margin-right: 15px;
    padding: 12px 15px;
    color: var(--navbar_link_style_1);
    font-weight: 400;
    outline: none;
    border-radius: 4px;
}

header.nav-style-1 .navbar .navbar-nav .nav-link:last-of-type {
    margin-right: 0;
}

header.nav-style-1 .navbar .navbar-nav .nav-link:hover {
    color: var(--navbar_link_hover_style_1);
    background-color: var(--navbar_link_hover_background_style_1);
}

header.nav-style-1 .navbar .navbar-nav .nav-link.active {
    color: var(--navbar_link_active_style_1);
    font-weight: 500;
}

@media (max-width: 991.98px) {
    header.nav-style-1 .navbar .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
        background-color: transparent !important;
    }

    header.nav-style-1 .navbar .navbar-nav {
        border-top: none;
    }
}

header.nav-style-1 .navbar-toggler {
    padding: 0;
}

header.nav-style-1 .navbar-toggler-icon {
    background-image: url(../img/menu-black.svg)
}

header.nav-style-1 .btn-secondary {margin: 0 16px 0 48px;}



/********** Button Primary and Secondary in Header Style 1 **********/
.btn {
    font-weight: 500;
    transition: .5s;
}

.btn-primary,
.btn-secondary {
    padding: 8px 30px;
}

button:focus:not(:focus-visible) {
    box-shadow: none;
}

.btn-primary {
    color: var(--primry_button_text_color_style_1);
    background: var(--primry_button_background_color_style_1) !important;
    border: 2px solid var(--primry_button_border_color_style_1) !important;
}

.btn-primary:hover {
    color: var(--primry_button_text_color_hover_style_1) !important;
    background: var(--primry_button_background_color_hover_style_1) !important;
    border: 2px solid var(--primry_button_border_color_hover_style_1) !important;
}

.btn-secondary {
    color: var(--secondary_button_text_color_style_1) !important;
    background: var(--secondary_button_background_color_style_1) !important;
    border: 2px solid var(--secondary_button_border_color_style_1) !important;
}

.btn-secondary:hover {
    color: var(--secondary_button_text_color_hover_style_1) !important;
    background: var(--secondary_button_background_color_hover_style_1) !important;
    border: 2px solid var(--secondary_button_border_color_hover_style_1) !important;
}

/********** Button Square in Header Socail Icons Style 1 **********/

header.nav-style-1 .btn-square {
    width: 24px;
    height: 24px;
    background-color: var(--topbar_social_icon_background_color_style_1);
    color: var(--topbar_social_icon_color_style_1);
}

header.nav-style-1 .btn-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border: 0;
}

header.nav-style-1 .btn-square:hover {
    color: var(--topbar_social_icon_color_hover_style_1);
}


/********** Topbar in Header Style 2 **********/

header.nav-style-2 .topbar {
    background-color: var(--topbar_background_color_style_2);
}

header.nav-style-2 .topbar .topbar-info,
header.nav-style-2 .topbar .topbar-info:hover,
header.nav-style-2 .topbar .topbar-info:visited {
    color: var(--topbar_text_color_style_2);
}

header.nav-style-2 .topbar .topbar-info .fa {
    color: var(--topbar_icon_text_color_style_2);
}


/********** Navbar in Header Style 2 **********/

header.nav-style-2 .navbar {
    background-color: var(--navbar_background_color_style_2);
}

header.nav-style-2 {
    /*top: 0;*/
    transition: .5s;
    /*position: fixed;*/
    z-index: 1;
}

header.nav-style-2 .brand-logo {
    height: 80px;
}

header.nav-style-2 .navbar .navbar-nav .nav-link {
    margin-right: 15px;
    padding: 12px 15px;
    color: var(--navbar_link_style_2);
    font-weight: 400;
    outline: none;
    border-radius: 4px;
}

header.nav-style-2 .navbar .navbar-nav .nav-link:last-of-type {
    margin-right: 0;
}

header.nav-style-2 .navbar .navbar-nav .nav-link:hover {
    color: var(--navbar_link_hover_style_2);
    background-color: var(--navbar_link_hover_background_style_2);
    border-radius: 0 !important;
}

header.nav-style-2 .navbar .navbar-nav .nav-link.active {
    color: var(--navbar_link_active_style_2);
    font-weight: 500;
}

@media (max-width: 991.98px) {
    header.nav-style-2 .navbar .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
        background-color: transparent !important;
    }

    header.nav-style-2 .navbar .navbar-nav {
        border-top: none;
    }
}

header.nav-style-2 .navbar-toggler {
    padding: 0;
}

header.nav-style-2 .navbar-toggler-icon {
    background-image: url(../img/menu-white.svg);
    padding: 18px 0;
}

header.nav-style-2 .btn-secondary {
    margin: 0 16px 0 48px;
}

header.nav-style-2 small {
    font-weight: 500;
}

/********** Button Primary and Secondary in Header Style 2 **********/

header.nav-style-2 .btn {
    font-weight: 500;
    transition: .5s;
}

header.nav-style-2 .btn-primary,
header.nav-style-2 .btn-secondary {
    padding: 8px 30px;
}

header.nav-style-2 button:focus:not(:focus-visible) {
    box-shadow: none;
}

header.nav-style-2 .btn-primary {
    color: var(--primry_button_text_color_style_2) !important;
    background: var(--primry_button_background_color_style_2) !important;
    border: 2px solid var(--primry_button_border_color_style_2) !important;
}

header.nav-style-2 .btn-primary:hover {
    color: var(--primry_button_text_color_hover_style_2) !important;
    background: var(--primry_button_background_color_hover_style_2) !important;
    border: 2px solid var(--primry_button_border_color_hover_style_2) !important;
}

header.nav-style-2 .btn-secondary {
    color: var(--secondary_button_text_color_style_2) !important;
    background: var(--secondary_button_background_color_style_2) !important;
    border: 2px solid var(--secondary_button_border_color_style_2) !important;
}

header.nav-style-2 .btn-secondary:hover {
    color: var(--secondary_button_text_color_hover_style_2) !important;
    background: var(--secondary_button_background_color_hover_style_2) !important;
    border: 2px solid var(--secondary_button_border_color_hover_style_2) !important;
}


/********** Button Square in Header Socail Icons Style 2 **********/

header.nav-style-2 .btn-square {
    width: 24px;
    height: 24px;
    background-color: var(--topbar_social_icon_background_color_style_2);
    color: var(--topbar_social_icon_color_style_2);
}

header.nav-style-2 .btn-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border: 0;
}

header.nav-style-2 .btn-square:hover {
    color: var(--topbar_social_icon_color_hover_style_2);
}




/********** Topbar in Header Style 3 **********/

header.nav-style-3 .topbar {
    background-color: var(--topbar_background_color_color_style_3);
}

header.nav-style-3.sticky-top {
    background-color: #202F59;
}

header.nav-style-3 .topbar .topbar-info,
header.nav-style-3 .topbar .topbar-info:hover,
header.nav-style-3 .topbar .topbar-info:visited {
    color: var(--topbar_text_color_style_3);
}

header.nav-style-3 .topbar .topbar-info .fa {
    color: var(--topbar_icon_text_color_style_3);
}

/********** Navbar in Header Style 3 **********/

header.nav-style-3 .navbar {
    background-color: var(--navbar_background_color_style_3);
}

header.nav-style-3 {
    /*top: 0;*/
    transition: .5s;
    position: absolute;
    z-index: 1;
}

header.nav-style-3 .brand-logo {
    height: 80px;
}

header.nav-style-3 .navbar .navbar-nav .nav-link {
    margin-right: 15px;
    padding: 12px 15px;
    color: var(--navbar_link_style_3);
    font-weight: 400;
    outline: none;
    border-radius: 4px;
}

header.nav-style-3 .navbar .navbar-nav .nav-link:last-of-type {
    margin-right: 0;
}

header.nav-style-3 .navbar .navbar-nav .nav-link:hover {
    color: var(--navbar_link_hover_style_3);
    background-color: var(--navbar_link_hover_background_style_3);
    border-radius: 0 !important;
}

header.nav-style-3 .navbar .navbar-nav .nav-link.active {
    color: var(--navbar_link_active_style_3);
    font-weight: 500;
}

@media (max-width: 991.98px) {
    header.nav-style-3 .navbar .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 20px;
        background-color: transparent !important;
    }

    header.nav-style-3 .navbar .navbar-nav {
        border-top: none;
        padding-bottom: 0 !important;
    }

    header.nav-style-3 .navbar-collapse {
        background-color: rgb(0 0 0 / 80%);
        border-radius: 4px;
    }

    header.nav-style-3.sticky-top .navbar-collapse {
        background-color: transparent;
    }

    header.nav-style-3.sticky-top .navbar-collapse .nav-link {
        padding: 10px 0;
    }
}

header.nav-style-3 .navbar-toggler {
    padding: 0;
}

header.nav-style-3 .navbar-toggler-icon {
    background-image: url(../img/menu-white.svg);
    padding: 18px 0;
}

header.nav-style-3 .btn-secondary {
    margin: 0 16px 0 48px;
}

header.nav-style-3 small {
    font-weight: 500;
}

/********** Button Primary and Secondary in Header Style 3 **********/

header.nav-style-3 .btn {
    font-weight: 500;
    transition: .5s;
}

header.nav-style-3 .btn-primary,
header.nav-style-3 .btn-secondary {
    padding: 8px 30px;
}

header.nav-style-3 button:focus:not(:focus-visible) {
    box-shadow: none;
}

header.nav-style-3 .btn-primary {
    color: var(--primry_button_text_color_style_3) !important;
    background: var(--primry_button_background_color_style_3) !important;
    border: 2px solid var(--primry_button_border_color_style_3) !important;
}

header.nav-style-3 .btn-primary:hover {
    color: var(--primry_button_text_color_hover_style_3) !important;
    background: var(--primry_button_background_color_hover_style_3) !important;
    border: 2px solid var(--primry_button_border_color_hover_style_3) !important;
}

header.nav-style-3 .btn-secondary {
    color: var(--secondary_button_text_color_style_3) !important;
    background: var(--secondary_button_background_color_style_3) !important;
    border: 2px solid var(--secondary_button_border_color_style_3) !important;
}

header.nav-style-3 .btn-secondary:hover {
    color: var(--secondary_button_text_color_hover_style_3) !important;
    background: var(--secondary_button_background_color_hover_style_3) !important;
    border: 2px solid var(--secondary_button_border_color_hover_style_3) !important;
}

/********** Button Square in Header Socail Icons Style 3 **********/

header.nav-style-3 .btn-square {
    width: 24px;
    height: 24px;
    background-color: var(--topbar_social_icon_background_color_style_3);
    color: var(--topbar_social_icon_color_style_3);
}

header.nav-style-3 .btn-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border: 0;
}

header.nav-style-3 .btn-square:hover {
    color: var(--topbar_social_icon_color_hover_color_style_3);
}






/********** Hero **********/

.hero-header {
    background-image: linear-gradient(rgba(51, 20, 1, 0.4), rgba(51, 20, 1, 0)), var(--hero-img);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 200px;
    padding-bottom: 200px;
}

.hero-header .sub-heading {
    color: var(--hero_sub_heading_color);
    text-transform: uppercase;
}

.hero-header h1 {
    color: var(--hero_heading_color);
}

.hero-header .lead {
    color: var(--hero_lead_color);
}

/********** About **********/

.about-section .sub-heading {
    color: var(--about_sub_heading_color);
    text-transform: uppercase;
}

.about-section h1 {
    color: var(--about_heading_color);
}

.about-section .text-description {
    color: var(--about_text_description_color);
}

.about-section ul,
.about-section ul li {
    list-style: none;
    padding: 0;
    margin-bottom: 8px;
    color: var(--about_list_text_color);
}

.about-section ul li::before {
    content: "\f058";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    padding-right: 10px;
    color: var(--about_list_icon_color);
  }

/********** Features **********/

.features-section .sub-heading {
    color: var(--features_sub_heading_color);
    text-transform: uppercase;
}

.features-section h1 {
    color: var(--features_heading_color);
}

.features-section .text-description {
    color: var(--features_text_description_color);
}

.features-item h5 {
    color: var(--features_item_heading_color);
}

.features-item p {
    color: var(--features_item_text_description_color);
}

/********** Destination **********/

.destination-item {
    position: relative;
}

.destination-info {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.destination-section a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 20px;
  }

.destination-section img {
    border-radius: 20px;
}

.destination-section .sub-heading {
    color: var(--destination_sub_heading_color);
    text-transform: uppercase;
}

.destination-section h1 {
    color: var(--destination_heading_color);
}

.destination-section .text-description {
    color: var(--destination_text_description_color);
}

.destination-item h3 {
    color: var(--destination_item_heading_color);
    text-align: center;
}

.destination-item p {
    color: var(--destination_item_text_description_color);
    text-align: center;
}

.destination-item p span {
    color: var(--destination_item_price_color);
    font-weight: 700;
}

/********** Footer Style 1 **********/

.footer-style-1 .footer {
    background-color: var(--footer_background_color_style_1);
}

.footer-style-1 .footer .footer-info,
.footer-style-1 .footer .footer-info a,
.footer-style-1 .footer .footer-info a:hover,
.footer-style-1 .footer .footer-info a:visited {
    color: var(--footer_info_color_style_1)
}

.footer-style-1 .footer .footer-info i {
    color: var(--footer_info_icon_color_style_1)
}

.footer-style-1 .footer-links a,
.footer-style-1 .footer-links a:visited {
    color: var(--footer_links_color_style_1);
    transition: .5s;
}

.footer-style-1 .footer-links a:hover {
    color: var(--footer_links_hover_color_style_1);
}

.footer-style-1 .footer h5 {
    color: var(--footer_heading_color_style_1)
}

.footer-style-1 .copyright {
    background-color: var(--footer_copyright_background_color_style_1);
}

.footer-style-1 .copyright p,
.footer-style-1 .copyright a,
.footer-style-1 .copyright a:visited {
    color: var(--footer_copyright_color_style_1);
    font-size: 14px;
    margin: 0;
    transition: .5s;
}

.footer-style-1 .copyright a:hover {
    color: var(--footer_copyright_hover_color_style_1);
}


/********** Footer Style 2 **********/

.footer-style-2 .footer {
    background-color: var(--footer_background_color_style_2);
}

.footer-style-2 .footer .footer-info,
.footer-style-2 .footer .footer-info a,
.footer-style-2 .footer .footer-info a:hover,
.footer-style-2 .footer .footer-info a:visited {
    color: var(--footer_info_color_style_2)
}

.footer-style-2 .footer .footer-info i {
    color: var(--footer_info_icon_color_style_2)
}

.footer-style-2 .footer .footer-news a,
.footer-style-2 .footer .footer-news a:hover,
.footer-style-2 .footer .footer-news a:visited {
    color: var(--footer_news_title_color_style_2)
}

.footer-style-2 .footer .footer-news small {
    color: var(--footer_news_date_color_style_2);
}

.footer-style-2 .footer-links a,
.footer-style-2 .footer-links a:visited {
    color: var(--footer_links_color_style_2);
    transition: .5s;
}

.footer-style-2 .footer-links a:hover {
    color: var(--footer_links_hover_color_style_2);
}

.footer-style-2 .footer h5 {
    color: var(--footer_heading_color_style_2)
}

.footer-style-2 .copyright {
    background-color: var(--footer_copyright_background_color_style_2);
}

.footer-style-2 .copyright p,
.footer-style-2 .copyright a,
.footer-style-2 .copyright a:visited {
    color: var(--footer_copyright_color_style_2);
    font-size: 14px;
    margin: 0;
    transition: .5s;
}

.footer-style-2 .copyright a:hover {
    color: var(--footer_copyright_hover_color_style_2);
}

.footer-style-2 .copyright .btn-square {
    background-color: var(--footer_copyright_social_icon_background_color_style_2);
    color: var(--footer_copyright_social_icon_color_style_2) !important;
    height: 24px;
    width: 24px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border: 0;
}

.footer-style-2 .copyright .btn-square:hover {
    background-color: var(--footer_copyright_social_icon_background_hover_color_style_2);
    color: var(--footer_copyright_social_icon_hover_color_style_2) !important;
}



/********** Footer Style 3 **********/

.footer-style-3 .footer {
    background-color: var(--footer_background_color_style_3);
}

.footer-style-3 .footer-links p {
    margin-right: 20px;
    margin-bottom: 0;
}
.footer-style-3 .footer-links p:last-child {
    margin-right: 0;
}

.footer-style-3 .footer-links a,
.footer-style-3 .footer-links a:visited {
    color: var(--footer_links_color_style_3);
    transition: .5s;
}

.footer-style-3 .footer-links a:hover {
    color: var(--footer_links_hover_color_style_3);
}

.footer-style-3 .footer h5 {
    color: var(--footer_heading_color_style_3)
}

.footer-style-3 .copyright {
    background-color: var(--footer_copyright_background_color_style_3);
}

.footer-style-3 .copyright p,
.footer-style-3 .copyright a,
.footer-style-3 .copyright a:visited {
    color: var(--footer_copyright_color_style_3);
    font-size: 14px;
    margin: 0;
    transition: .5s;
}

.footer-style-3 .copyright a:hover {
    color: var(--footer_copyright_hover_color_style_3);
}

.footer-style-3 .footer-social .btn-square {
    background-color: var(--footer_copyright_social_icon_background_color_style_3);
    color: var(--footer_copyright_social_icon_color_style_3) !important;
    height: 24px;
    width: 24px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border: 0;
}

.footer-style-3 .footer-social .btn-square:hover {
    background-color: var(--footer_copyright_social_icon_background_hover_color_style_3);
    color: var(--footer_copyright_social_icon_hover_color_style_3) !important;
}