@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

:root {
    --primary: #CDAD88;
    --secondary: #0A3050;
}

body {
    font-family: "DM Sans", sans-serif;
}

p,
span,
li {
    font-family: "DM Sans", sans-serif;
}


h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "DM Sans", sans-serif;
}

.overflow-x {
    overflow-x: hidden;
}

.bg-theme {
    background-color: #0A3050;
}


.sec_padding {
    padding: 80px 0;
}

.sec_title {
    font-size: 52px;
    font-weight: 600;
    line-height: 55px;
}

.sec_title_h2 {
    font-size: 48px;
    line-height: 1.3;
    font-weight: 600;
}

.sec_title_h2 span {
    font-size: 48px;
    font-weight: 600;
    background: linear-gradient(180deg,
            #d5a46a 0%,
            #a26b3f 40%,
            #7c4a25 75%,
            #4b2a14 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    display: inline-block;
}

.sec_title_h3 {
    font-size: 60px;
    line-height: 1.1;
    font-weight: 600;
}

.sec_title_h3 span {
    font-size: 60px;
    font-weight: 600;
    background: linear-gradient(180deg,
            #d5a46a 0%,
            #a26b3f 40%,
            #7c4a25 75%,
            #4b2a14 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    display: inline-block;
}


.brand img {
    width: 90px;
    height: auto;
}

#menu-bar .brand {
    font-family: inherit;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: -1px;
    text-transform: uppercase;
    color: #fff;

}

.page-header {
    background-color: #fff;
    z-index: 999;
    position: absolute;
    top: 0;
    padding: 5px 0;
    width: 100%;
    /* border-bottom: 1px solid #ffa7a9; */
}


#menu-bar .navbar {
    z-index: 999999;
    position: static;
}

#menu-bar .header {
    position: unset;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 100;
    margin: 0 auto;
    z-index: 99999;
}


.wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto;

}

.left-area {
    display: flex;
    justify-content: right;
}

.navbar .menu {
    margin-top: 0;
    margin-bottom: 0;
}


#menu-bar .menu-item {
    display: inline-block;
    margin-left: 30px;
    /* position: relative; */
}

#menu-bar .menu-item a {
    text-decoration: none;
}


#menu-bar .menu-link {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 6px;
    font-size: 17px;
    /* font-weight: 600; */
    line-height: inherit;
    cursor: pointer;
    text-transform: capitalize;
    color: #000;
    transition: all 0.3s ease-in-out;
}

#menu-bar .menu-link a {
    text-decoration: none;
    color: #000;
}

#menu-bar .menu-link>i.fas {
    font-size: 16px;
    margin-left: 4px;
    color: inherit;
}

#menu-bar .menu-link:hover {
    outline: none;
    color: var(--primary);
}

#menu-bar .menu-link:hover a {
    outline: none;
    color: var(--primary);
}

.header-btns {
    display: inline-block;
    gap: 7px;
}


#menu-bar .submenu-link {
    font-size: 17px;
    font-weight: 600;
    line-height: inherit;
    cursor: pointer;
    color: #1b1f22;
}

#menu-bar .submenu-link i {
    font-size: 14px;
    margin-left: 10px;
}

#menu-bar .submenu-item .submenu-desc {
    font-size: 15px;
    color: #3d4751;
}

#menu-bar .submenu-item:hover .submenu-link,
#menu-bar .submenu-item:hover .submenu-desc {
    color: var(--colorPink);
}

/* #menu-bar .submenu {
    position: absolute;
    top: 83px;
    right: 20%;
    width: auto;
    height: auto;
    padding: 15px 50px 15px 20px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-1rem);
    background-color: #fff;
    transition: all 0.3s ease-in-out;
   
    box-shadow: 0px 2px 3px 3px #00000014;
    border-radius: 20px;
} */

#menu-bar .about-submenu {
    position: absolute;
    top: 83px;
    right: 25% !important;
    width: auto;
    height: auto;
    padding: 15px 50px 15px 20px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-1rem);
    background-color: #fff;
    transition: all 0.3s ease-in-out;
    /* border-top: 2px solid #e1e1e1; */
    box-shadow: 0px 2px 3px 3px #00000014;
    border-radius: 20px;
}

#menu-bar .platform-submenu {
    position: absolute;
    top: 83px;
    right: 15% !important;
    width: auto;
    height: auto;
    padding: 15px 50px 15px 20px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-1rem);
    background-color: #fff;
    transition: all 0.3s ease-in-out;
    /* border-top: 2px solid #e1e1e1; */
    box-shadow: 0px 2px 3px 3px #00000014;
    border-radius: 20px;
}


#menu-bar .resources-submenu {
    position: absolute;
    top: 83px;
    right: 5% !important;
    width: auto;
    height: auto;
    padding: 15px 50px 15px 20px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-1rem);
    background-color: #fff;
    transition: all 0.3s ease-in-out;
    /* border-top: 2px solid #e1e1e1; */
    box-shadow: 0px 2px 3px 3px #00000014;
    border-radius: 20px;
}


#menu-bar .noHover:hover .submenu-link,
#menu-bar .noHover:hover .submenu-desc {
    color: #000;
}

#menu-bar .submenu-item {
    display: block;
    margin-top: 0;
    padding: 5px 0px;
    color: #3d4751;
    text-decoration: none;
    list-style: none;
    transition: .4s all;
}

#menu-bar .submenu-item:hover {
    color: var(--first-color);
}

#menu-bar .submenu-item i {
    font-size: 11px;
    margin-right: 5px;
    color: #b306de6f;
    transition: .4s all;
}

#menu-bar .submenu-item:hover i {
    color: #b306de;
}

/* #menu-bar .submenu-item:hover {
    background-color: var(--colorPink);
    color: #fff;
} */

/* #menu-bar .submenu-item:hover .submenu-link {
    color: #fff;
} */


.menu-drop::after {
    content: "\21AA";
    position: absolute;
    right: 20px;
    display: none;
}


.close {
    position: absolute;
    top: 16px;
    right: 5%;
    display: none;
    z-index: 99999;
    text-align: center;
    background-color: #ffffff;
    border: 1px solid var(--colorPurple);
    padding: 3px 17px;
    border-radius: 3px;
}

.close i {
    font-size: 14px;
}

.brand-nav img {
    height: 50px;
    margin-left: 15px;
    margin-bottom: 20px;
    margin-top: 0px;
    display: none;
}




#menu-bar .burger {
    position: relative;
    display: none;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 2rem;
    height: 1.15rem;
    opacity: 0;
    visibility: hidden;
    background: transparent;
}

#menu-bar .burger-line {
    position: absolute;
    display: block;
    right: 0;
    width: 100%;
    height: 2.5px;
    opacity: 1;
    border: none;
    outline: none;
    background: #fff;
}

#menu-bar .burger-line:nth-child(1) {
    top: 0px;
    width: 80%;
}

#menu-bar .burger-line:nth-child(2) {
    top: 0.5rem;
    width: 100%;
}

#menu-bar .burger-line:nth-child(3) {
    top: 1rem;
    width: 70%;
}


#menu-bar .overlay {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: all 0.35s ease-in-out;
    background-color: rgba(0, 0, 0, 0.65);
}


.page-header.is-sticky {
    position: fixed;
    box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1);
    padding: 0px 0;
    opacity: 1;
    animation: slideDown 0.3s ease-out;
    z-index: 999;
    width: 100%;
    top: 0;
}

.page-header .logo-img {
    height: 40px;
    filter: brightness(0) invert(1);

}

.page-header.is-sticky a.brand img {
    filter: brightness(1);
}

@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }

    to {
        transform: translateY(0);
    }
}

.page-header.is-sticky #menu-bar .menu-link {
    color: #1F243C;
}

.page-header.is-sticky #menu-bar .menu-link a {
    text-decoration: none;
    color: #1F243C;
}

/* .page-header.is-sticky #menu-bar .submenu {
    background-color: var(--colorPurple);
    color: #fff;
} */

/* .page-header.is-sticky #menu-bar .submenu-item:hover {
    background-color: var(--colorPink);
    color: #fff !important;
    transition: .2s all;
} */

/* .page-header.is-sticky #menu-bar .submenu-item:hover .submenu-link {
    color: #fff !important;
} */

.page-header.is-sticky #menu-bar .burger-line {
    background: #1F243C;
}


.success-message {
    color: #6b4029;
    font-weight: bold;
}

.error {
    color: red;
    font-size: 12px;
}



@media only screen and (max-width: 992px) {

    .page-header {
        overflow-x: hidden;
    }

    .wrapper {
        display: flex;
        width: 100%;
        justify-content: inherit;
        /* background-color: #EE4466; */
        padding: 10px 0;
    }

    a.brand img {
        width: 80px;
    }

    .mbl-header {
        display: flex;
        justify-content: space-between;
    }

    #menu-bar .navbar {
        position: fixed;
        top: 0;
        left: -100%;
        width: 90%;
        height: 100%;
        z-index: 99999;
        opacity: 0;
        overflow-y: scroll;
        visibility: hidden;
        background-color: #f7f7f7;
        transition: all 0.5s ease;
    }

    #menu-bar .navbar.active {
        left: 0rem;
        opacity: 1;
        visibility: visible;
    }

    #menu-bar .navbar.active .submenu .submenu-link {
        padding: 8px 0;
    }

    .left-area {
        width: 100%;
        display: flex;
        justify-content: space-between;
        padding: 10px 20px;
        /* background-color: #212529; */
    }


    .header-btns {
        display: none;
    }

    /* .page-header {
        background-color: #EE4466;
    } */

    .page-header .container {
        max-width: 100%;
    }

    #menu-bar .menu {
        width: 100%;
        height: 100%;
        padding: 1rem 0;
    }

    #menu-bar .menu-item {
        display: block;
        margin: 0 auto;
    }

    #menu-bar .menu-link {
        justify-content: space-between;
        padding: 2px 20px 20px 20px;
    }

    .wrapper {
        margin: 0 auto;
        row-gap: 0rem;
    }

    #menu-bar .menu-link:hover {
        outline: none;
        color: var(--colorPink);
    }

    #menu-bar .burger {
        display: block;
        opacity: 1;
        visibility: visible;
        margin-top: 25px;
    }

    #menu-bar .overlay.active {
        display: block;
        opacity: 1;
        visibility: visible;

    }

    .page-header.is-sticky #menu-bar .menu-link {
        color: #1F243C;
    }

    .page-header.is-sticky #menu-bar .menu-link a {
        text-decoration: none;
        color: #1F243C;
    }

    .page-header.is-sticky #menu-bar .submenu {
        background-color: transparent;
    }

    .page-header.is-sticky #menu-bar .submenu-item:hover {
        width: 86.5% !important;
    }

    #menu-bar .submenu-item:hover {
        width: 86.5% !important;
    }

    #menu-bar .submenu {
        position: relative;
        top: -0.5rem;
        left: .5rem;
        width: 96%;
        max-height: 0;
        padding: 0px;
        border: none;
        outline: none;
        border-top: 1px solid #e1e1e1;
        color: #1F243C;
        opacity: 1;
        overflow: hidden;
        -webkit-overflow-scrolling: touch;
        /* visibility: visible; */
        transform: translateY(0px);
        box-shadow: none;
        background: #fff !important;
        border-radius: 0px !important;
    }

    #menu-bar .menu-item.menu-dropdown.active .submenu {
        visibility: visible;
        visibility: visible;
        backface-visibility: hidden;

    }

    #menu-bar .submenu-link {
        color: #1F243C;
        font-weight: bold;
    }

    .close {
        display: block;
        background-color: #fff;
    }

    .close i {
        color: var(--colorPurple) !important;
    }

    .menu-link i {
        display: none;
    }

    #menu-bar .submenu-item {
        padding: 10px 10px 5px 10px;
    }



    .brand-nav img {
        display: block;
    }

    #menu-bar .burger-line {
        background-color: #1F243C
    }
}


@media only screen and (min-width: 993px) {
    #menu-bar .menu-dropdown:hover>.submenu {
        display: block;
        opacity: 1;
        visibility: visible !important;
        transform: translateY(0);
        overflow: hidden;
        -webkit-overflow-scrolling: touch;
    }


}

@media only screen and (min-width: 992px) and (max-width: 1100px) {
    .left-area {
        display: flex;
        justify-content: left;
    }

    #menu-bar .menu-item {
        margin-left: 15px;
    }

    #menu-bar .menu-link>i.fas {
        font-size: 16px;
        margin-left: 0px;
        color: inherit;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1280px) {
    .phone {
        display: none;
    }

    .right-area {
        display: flex;
        align-items: center;
        justify-content: space-around;
    }
}


@media screen and (min-width: 1599px) and (max-width:3200px) {
    .container-fluid {
        width: 1600px !important;
    }
}

.header-btns {
    background: var(--secondary);
    padding: 8px 24px;
    display: flex;
    align-items: center;
    margin-left: 60px;
    text-decoration: none;
    color: #fff;
    border-radius: 50px;
    transition: .4s all;
}

.header-btns:hover {
    color: #fff;
    background-color: var(--primary);
}


.header-btns i {
    transition: .4s all;
}

.header-btns:hover i {
    margin-left: 6px;
}

.theme_btn {
    background: var(--secondary);
    padding: 10px 30px;
    display: inline-block;
    align-items: center;
    text-decoration: none;
    color: #fff;
    border-radius: 50px;
    transition: .4s all;
}


.theme_btn:hover {
    color: #fff;
    background-color: var(--primary);
}

.theme_btn i {
    transition: .4s all;
    margin-left: 4px;
}

.theme_btn:hover i {
    margin-left: 6px;
}

.submenu_subItem {
    display: flex;
    gap: 10px;
    margin-bottom: 12px;
}

.submenu_subItem h5 {
    font-size: 17px;
    color: #000;
    font-weight: 400;
}

.submenu_subItem h5 a {
    color: #000;
}

.submenu_subItem a:hover {
    font-size: 17px;
    color: var(--primary);
    font-weight: 400;
}

.header-service-content h4 {
    font-size: 22px;
    color: #1b1f22;
    font-weight: 600;
    line-height: 1;
}

.header-service-content p {
    color: #3d4751;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.3;
    padding-bottom: 6px;
}

.banner {
    margin-top: 87px;
}

.banner_image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.swiper-pagination-bullet {
    height: 7px !important;
    width: 24px !important;
    border-radius: 0px;
}

.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: linear-gradient(180deg,
            #d5a46a 0%,
            #a26b3f 40%,
            #7c4a25 75%,
            #4b2a14 100%);

    transform: scale(1.2) !important;
    -webkit-transform: scale(1.2) !important;
    -moz-transform: scale(1.2) !important;
    -ms-transform: scale(1.2) !important;
    -o-transform: scale(1.2) !important;
}


.package_box {
    border: 1px solid #a26b3f;
    padding: 20px;
    border-radius: 20px;
    height: 100%;
}

.package_box img {
    width: 80px;
    border-radius: 12px;
}

.package_box h3 {
    margin-top: 50px;
    font-size: 24px;
}


.price_table {
    border-radius: 15px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.142);
    margin-bottom: 30px;
    height: 500px;
}

.price_table .table_head {
    background-color: #ff9924;
}


#generic_price_table {
    background-color: #f0eded;
}

#generic_price_table .generic_content {
    background-color: #fff;
}

#generic_price_table .generic_content .generic_head_price {
    background-color: #f6f6f6;
}

#generic_price_table .generic_content .generic_head_price .generic_head_content .head_bg {
    border-color: #e4e4e4 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #e4e4e4;
}

#generic_price_table .generic_content .generic_head_price .generic_head_content .head span {
    color: #525252;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price .sign {
    color: #414141;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price .currency {
    color: #414141;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price .cent {
    color: #414141;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .month {
    color: #414141;
}

#generic_price_table .generic_content .generic_price_btn a {
    border: 1px solid #2ECC71;
    color: #2ECC71;
}

#generic_price_table .generic_content.active .generic_head_price .generic_head_content .head_bg,
#generic_price_table .generic_content:hover .generic_head_price .generic_head_content .head_bg {
    border-color: #2ECC71 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #2ECC71;
    color: #fff;
}

#generic_price_table .generic_content:hover .generic_head_price .generic_head_content .head span,
#generic_price_table .generic_content.active .generic_head_price .generic_head_content .head span {
    color: #fff;
}

#generic_price_table .generic_content:hover .generic_price_btn a,
#generic_price_table .generic_content.active .generic_price_btn a {
    background-color: #2ECC71;
    color: #fff;
}



.row .table {
    padding: 28px 0;
}

/*PRICE BODY CODE START*/

#generic_price_table .generic_content {
    overflow: hidden;
    position: relative;
    text-align: center;
}

#generic_price_table .generic_content .generic_head_price {
    margin: 0 0 20px 0;
}

#generic_price_table .generic_content .generic_head_price .generic_head_content {
    margin: 0 0 50px 0;
}

#generic_price_table .generic_content .generic_head_price .generic_head_content .head_bg {
    border-style: solid;
    border-width: 90px 1411px 23px 399px;
    position: absolute;
}

#generic_price_table .generic_content .generic_head_price .generic_head_content .head {
    padding-top: 40px;
    position: relative;
    z-index: 1;
}

#generic_price_table .generic_content .generic_head_price .generic_head_content .head span {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 2px;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    color: #000000;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag {
    padding: 0 0 20px;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price {
    display: block;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price .sign {
    display: inline-block;
    font-family: "Lato", sans-serif;
    font-size: 28px;
    font-weight: 400;
    vertical-align: middle;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price .currency {
    font-size: 48px;
    font-weight: 600;
    line-height: 1.2;
    padding: 0;
    vertical-align: middle;
    background: linear-gradient(180deg,
            #d5a46a 0%,
            #a26b3f 40%,
            #7c4a25 75%,
            #4b2a14 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    display: inline-block;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price .cent {
    display: inline-block;
    font-family: "Lato", sans-serif;
    font-size: 24px;
    font-weight: 400;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .month {
    font-family: "Lato", sans-serif;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 3px;
    vertical-align: bottom;
}

.generic_feature_list {
    padding: 0 10px;
}

.accordion-header {
    padding: 7px 0;
}

.accordion-button {
    padding: 0;
    font-size: 14px;
}

.accordion-button::after {
    background: 0 0;
    content: "\f068";
    font-weight: 900;
    font-family: "Font Awesome 5 pro";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    transform: var(--bs-accordion-btn-icon-transform);
}

.accordion-button:not(.collapsed)::after {
    content: "\f067";
    background: 0 0;
}

.accordion-item {
    border: none !important;
}

.accordion-button:not(.collapsed) {
    color: #000;
    background-color: transparent !important;
    box-shadow: 0px !important;
}

.accordion-button:focus {
    border-color: none !important;
    box-shadow: none !important;
}

.accordion-button::after {
    width: 18px;
    height: 18px;
}

.accordion-button:not(.collapsed) {
    box-shadow: none !important;
}

#generic_price_table ul {
    margin-bottom: 0;
}

#generic_price_table ul li {
    list-style: square;
    text-align: left;
    font-size: 14px;
    color: #3d3d3d;
}

#generic_price_table .accordion-body {
    padding: 10px 0 !important;
    background-color: #fbf8d9;
    border-radius: 10px;
    margin-top: 5px;
}


#generic_price_table .generic_content .generic_price_btn {
    margin: 20px 0 32px;
}

#generic_price_table .generic_content .generic_price_btn a {
    border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    -webkit-border-radius: 50px;
    display: inline-block;
    font-size: 14px;
    outline: medium none;
    padding: 8px 20px;
    text-decoration: none;
    text-transform: uppercase;
}

@media (max-width: 320px) {}

@media (max-width: 767px) {
    #generic_price_table .generic_content {
        margin-bottom: 15px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #generic_price_table .col-md-3 {
        float: left;
        width: 50%;
    }

    #generic_price_table .col-md-4 {
        float: left;
        width: 50%;
    }

    #generic_price_table .generic_content {
        margin-bottom: 15px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {}

@media (min-width: 1200px) {}

#generic_price_table_home {
    font-family: 'Raleway', sans-serif;
}

.text-center h1,
.text-center h1 a {
    color: #7885CB;
    font-size: 30px;
    font-weight: 300;
    text-decoration: none;
}

.demo-pic {
    margin: 0 auto;
}

.demo-pic:hover {
    opacity: 0.7;
}

#generic_price_table_home ul {
    margin: 0 auto;
    padding: 0;
    list-style: none;
    display: table;
}

#generic_price_table_home li {
    float: left;
}

#generic_price_table_home li+li {
    margin-left: 10px;
    padding-bottom: 10px;
}

#generic_price_table_home li a {
    display: block;
    width: 50px;
    height: 50px;
    font-size: 0px;
}

#generic_price_table_home .blue {
    background: #3498DB;
    transition: all 0.3s ease-in-out 0s;
}

#generic_price_table_home .emerald {
    background: #2ECC71;
    transition: all 0.3s ease-in-out 0s;
}

#generic_price_table_home .grey {
    background: #7F8C8D;
    transition: all 0.3s ease-in-out 0s;
}

#generic_price_table_home .midnight {
    background: #34495E;
    transition: all 0.3s ease-in-out 0s;
}

#generic_price_table_home .orange {
    background: #E67E22;
    transition: all 0.3s ease-in-out 0s;
}

#generic_price_table_home .purple {
    background: #9B59B6;
    transition: all 0.3s ease-in-out 0s;
}

#generic_price_table_home .red {
    background: #E74C3C;
    transition: all 0.3s ease-in-out 0s;
}

#generic_price_table_home .turquoise {
    background: #1ABC9C;
    transition: all 0.3s ease-in-out 0s;
}

#generic_price_table_home .blue:hover,
#generic_price_table_home .emerald:hover,
#generic_price_table_home .grey:hover,
#generic_price_table_home .midnight:hover,
#generic_price_table_home .orange:hover,
#generic_price_table_home .purple:hover,
#generic_price_table_home .red:hover,
#generic_price_table_home .turquoise:hover {
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    transition: all 0.3s ease-in-out 0s;
}

#generic_price_table_home .divider {
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
    padding: 20px;
}

#generic_price_table_home .divider span {
    width: 100%;
    display: table;
    height: 2px;
    background: #ddd;
    margin: 50px auto;
    line-height: 2px;
}

#generic_price_table_home .itemname {
    text-align: center;
    font-size: 50px;
    padding: 50px 0 20px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 40px;
    text-decoration: none;
    font-weight: 300;
}

#generic_price_table_home .itemnametext {
    text-align: center;
    font-size: 20px;
    padding-top: 5px;
    text-transform: uppercase;
    display: inline-block;
}

#generic_price_table_home .footer {
    padding: 40px 0;
}

.price-heading {
    text-align: center;
}

.price-heading h1 {
    color: #666;
    margin: 0;
    padding: 0 0 50px 0;
}

.demo-button {
    background-color: #333333;
    color: #ffffff;
    display: table;
    font-size: 20px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 50px;
    outline-color: -moz-use-text-color;
    outline-style: none;
    outline-width: medium;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
}

.bottom_btn {
    background-color: #333333;
    color: #ffffff;
    display: table;
    font-size: 28px;
    margin: 60px auto 20px;
    padding: 10px 25px;
    text-align: center;
    text-transform: uppercase;
}

.demo-button:hover {
    background-color: #666;
    color: #FFF;
    text-decoration: none;

}

.bottom_btn:hover {
    background-color: #666;
    color: #FFF;
    text-decoration: none;
}



.connect-icon {
    position: fixed;
    cursor: pointer;
    right: 20px;
    bottom: 40px;
    display: flex;
    flex-direction: column;
    z-index: 99;
}

.connect-icon img {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    cursor: pointer;
}

input {
    color: #000;
}

.phone-sec {
    display: flex;
}

.phone-sec .country-code {
    width: 20% !important;
    border: none !important;
    top: 1px;
    background-color: transparent;
    border-right: 1px solid #e1e1e1;
}

.iti {
    position: absolute;
    width: 20% !important;
}

input:focus {
    box-shadow: none !important;
}

.form__select select {
    height: 50px;
    margin-top: 10px;
}

.form__select select:focus {
    box-shadow: none !important;
}

.input-group>.form-control,
.input-group>.form-floating,
.input-group>.form-select {
    width: 100%;
    background: transparent;
    border: none;
    height: 50px;
    border: 1px solid #ffab4b;
    border-radius: 0px;
    color: #000;
}

select {
    width: 100%;
    background: transparent;
    border: none;
    height: 50px;
    border: 1px solid #ffab4b;
    border-radius: 0px;
    color: #000;
    padding: 0 10px;
}

/* .input-group #phone {
  color: white;
} */

.phone-sec .phn-num {
    width: 100% !important;
    height: 50px;
    border: none;
    background-color: transparent;
    border: 1px solid #ffab4b;
    padding-left: 110px !important;
    outline: 0 !important;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #d5d5d5;
    border-radius: 1px;
}

.iti--separate-dial-code .iti__selected-flag {
    background-color: transparent !important;
    border-right: 1px solid #d5d5d5;
    padding: 0 11px 0 8px;
    height: 50px;
}

.iti__arrow {
    opacity: 0;
}

.select2-container .select2-selection--single {
    height: 50px !important;
    padding-left: 16px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 50px;
    color: #757575;
    font-family: var(--Manrope);
    font-size: 14px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 30px;
    right: 12px;
    width: 21px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent;
    border-style: solid;
    border-width: 10px 6px 0 7px;
}

.flag-icon.flag-icon-squared {
    width: 1em;
    margin-right: 8px;
}

.iti__flag-container {
    position: absolute;
    top: 0;
    bottom: -1px;
    right: 0;
    padding: 0 !important;
}

.select2-search__field:focus-visible {
    outline: 0 !important;
}

.select2-search--dropdown .select2-search__field {
    padding: 8px;
    width: 100%;
    box-sizing: border-box;
}

#mobile_code.form-select {
    padding-top: 0.9rem;
}

.theme_btn_3 {
    padding: 10px 30px;
    border-radius: 50px;
    border: none;
    color: #fff;
    background: linear-gradient(180deg,
            #d5a46a 0%,
            #a26b3f 40%,
            #7c4a25 75%,
            #4b2a14 100%);
}

.contact_image img {
    height: 100%;
    object-fit: cover;
}

.footer_logo {
    width: 100px;
}

.social_icon {
    display: flex;
    justify-content: center;
    gap: 20px;
    padding-left: 0;
    margin-top: 20px;
    margin-bottom: 0;
}

.social_icon li {
    text-decoration: none;
    color: #fff;
    list-style: none;
    border: 1px solid #333;
    height: 50px;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
}

.social_icon li:hover {
    background: linear-gradient(180deg,
            #d5a46a 0%,
            #a26b3f 40%,
            #7c4a25 75%,
            #4b2a14 100%);
}

.social_icon li svg {
    color: #fff;
}

.footer_links {
    display: flex;
    justify-content: center;
    gap: 50px;
    border-top: 1px solid #4a4a4a;
    border-bottom: 1px solid #4a4a4a;
    padding: 20px 0;
    padding-left: 0;
    margin-top: 30px;
    margin-bottom: 30px;
}

.footer_links li {
    text-decoration: none;
    color: #fff;
    list-style: none;
}

.footer_links li a {
    text-decoration: none;
    color: #e4e4e4;
    font-size: 18px;
}

.footer_links li a:hover {
    color: #a26b3f;
}

.testimonial {
    background-color: #262626;
}

.profile_image {
    height: 200px;
    width: 200px;
    border-radius: 50px;
    margin: auto;
}

.profile_image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 50px;
}

.testimonial * {
    color: #fff;
}

.testimonial .swiper-slide {
    padding: 0 10px;
}

.testimonial .swiper-wrapper {
    padding-bottom: 50px;
}

.project_gal img {
    height: 300px;
    width: 100%;
    object-fit: cover;
}

.col-responsive {
    flex: 0 0 100%;
    max-width: 100%;
}

/* Tablet: 3 columns */
@media (min-width: 768px) and (max-width: 991.98px) {
    .col-responsive {
        flex: 0 0 33.3333%;
        max-width: 33.3333%;
    }
}

/* Desktop: 5 columns */
@media (min-width: 992px) {
    .col-responsive {
        flex: 0 0 25%;
        max-width: 25%;
    }
}

@media only screen and (max-width: 768px) {
    .sec_padding {
        padding: 40px 0;
    }

    .page-header {
        border-bottom: 1px solid #CDAD88;
        padding: 0;
    }

    .banner {
        margin-top: 90px;
    }

    .sec_title_h2 {
        font-size: 36px;
        line-height: 1.3;
    }

    .sec_title_h2 span {
        font-size: 36px;
    }

    .sec_title_h3 {
        font-size: 36px;
        line-height: 1.1;
    }

    .sec_title_h3 span {
        font-size: 36px;
    }

    .footer_links {
        flex-wrap: wrap;
        gap: 20px;
    }

}