body {
    margin: 0px;
    padding: 0px;
    font-weight: 700;
    font-family: "Elsie", serif;
    font-weight: 400;
    overflow-x: hidden;
    background: #F5F5F5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0px;
    padding: 0px;
    font-weight: normal;
}

p {
    margin: 0px;
    padding: 0px;
}

a {
    text-decoration: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

a:hover,
a:focus,
a:active {
    outline: none;
    text-decoration: none;
}

input {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

input:hover,
input:focus,
input:active {
    outline: none;
}

input::-webkit-input-placeholder {
    color: #333333;
}

input::-moz-placeholder {
    color: #333333;
}

input:-ms-input-placeholder {
    color: #333333;
}

input:-moz-placeholder {
    color: #333333;
}

textarea::-webkit-input-placeholder {
    color: #333333;
}

textarea::-moz-placeholder {
    color: #333333;
}

textarea:-ms-input-placeholder {
    color: #333333;
}

textarea:-moz-placeholder {
    color: #333333;
}

ul {
    margin: 0px;
    padding: 0px;
}

ul li {
    list-style-type: none;
}

img {
    border: 0px;
}

.clearfix {
    clear: both;
    overflow: hidden;
}

.container {
    max-width: 1160px;
    margin: auto;
}

.container_big {
    max-width: 1330px !important;
    margin: auto;
}

.wrapper {
    margin: 0px auto;
}

.common_title_hp {}

.common_title_hp h1 {
    color: #dfa25f;
    font-weight: 500;
    letter-spacing: 2px;
    font-size: 60px;
    text-align: center;
    position: relative;
    line-height: 180%;
    padding-bottom: 15px;
    margin-bottom: 20px;
    text-transform: lowercase;
}

.common_title_hp h1:after {
    content: '';
    position: absolute;
    margin-top: 8px;
    margin-bottom: 8px;
    border-top: 1px solid #dfa25f;
    border-bottom: 1px solid #dfa25f;
    bottom: 0;
    left: 50%;
    width: 100px;
    height: 5px;
    transform: translate(-50%, 0px);
}

.common_title_hp h2 {
    font-size: 50px;
    padding-bottom: 25px;
    font-weight: 500;
    position: relative;
    line-height: 120%;
    letter-spacing: 1px;
    color: #3C0008;
    position: relative;
    text-align: center;
}

.common_title_hp h2 span {
    color: #dfa25f;
}

.common_title_hp h2:after {
    content: '';
    position: absolute;
    margin-top: 8px;
    margin-bottom: 8px;
    border-top: 1px solid #dfa25f;
    border-bottom: 1px solid #dfa25f;
    bottom: 0;
    left: 50%;
    width: 20%;
    height: 5px;
    transform: translate(-50%, 0px);
}

.common_title_hp h4 {
    font-size: 26px;
    text-align: left;
    position: relative;
    line-height: 130%;
    letter-spacing: 0.5px;
    color: #3C0008;
    padding: 20px 0;
    font-weight: 500;
}

.common_title_hp p {
    font-size: 17px;
    line-height: 150%;
    color: #355E3B;
    font-weight: 400;
    text-align: center;
}


.common_btn_hp {
    color: #dfa25f;
    font-weight: 500;
    letter-spacing: 1px;
    font-family: "Elsie", serif;
    font-size: 14px;
    text-align: center;
    position: relative;
    line-height: 200%;
    min-width: 210px;
    text-transform: uppercase;
    padding: 10px 20px;
    background: url("/images/btn_bg_1.jpeg") no-repeat center center;
    color: #000;
    display: inline-block;
    background-size: 100% 100%;
    border: 3px solid transparent;
}

.common_btn_hp:hover {
    border: 3px solid #dfa25f;
    background: none;
}

/*--------------- HEADER_START --------------*/
#header {
    margin: 0px;
    width: 100%;
    height: 80px;
    position: absolute;
    z-index: 111;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.02);
}

.header-hp {
    padding: 0 50px;
}

.header_change_hp {
    position: relative;
    background: #000;
}

.header-in-hp {
    height: 80px;
    display: flex;
    align-items: center;
    padding: 0 15px;
    justify-content: space-between;
}

.header-left-hp {
    float: left;
    width: 140px;
    margin-bottom: -70px;
}

.mobile_logo_hp {
    display: none;
}

.group-menu-hp {
    float: left;
    background: #348441;
    width: 128px;
    height: 100px;
    text-align: center;
    font-size: 17px;
    color: #fff;
    line-height: 17px;
    font-family: Arial, Helvetica, sans-serif;
}

.group-menu-hp span {
    font-size: 13px;
}

.group-menu-hp a {
    display: block;
    color: #fff;
}

.group-menu-hp img {
    width: 25px;
    margin: 18px 0 9px 0;
}

.logo-hp {
    float: left;
    margin: 0 0 0 0;
    vertical-align: middle;
}

.logo-hp img {
    width: 130%;
    margin-top: -50%;
}

.header_right_in_hp {
    display: flex;
    align-items: center;
    grid-gap: 0 20px;
}

.header_right_input_hp {
    width: 197px;
}

.header_right_input_hp input {
    border-radius: 4px;
    border: none;
    color: #A3A3A3;
    font-size: 12px;
    font-weight: 400;
    line-height: 120%;
    padding: 10px 8px;
    width: 100%;
    background: #F5F6F6 url(../images/header_img4.svg) no-repeat right 8px center;
}

.header_right_input_hp input::-webkit-input-placeholder {
    color: #A3A3A3;
}

.header_right_input_hp input::-moz-placeholder {
    color: #A3A3A3;
}

.header_right_input_hp input:-ms-input-placeholder {
    color: #A3A3A3;
}

.header_right_input_hp input:-moz-placeholder {
    color: #A3A3A3;
}

.header_right_img_hp {}

.header_right_img_hp img {
    max-width: 100%;
}

.header-left-mobile-hp {
    display: none;
}

.logo-mobile-hp {
    width: 200px;
    float: left;
    line-height: 40px;
    height: 45px;
    margin-left: 15px;
}

.logo-mobile-hp img {
    width: 100%;
}

.group-menu-mobile-hp {
    float: right;
    margin: 10px 15px 0 0;
}

.group-menu-mobile-hp a {
    color: #0D9A0F;
    font-size: 10px;
    line-height: 12px;
}

.group-menu-mobile-hp img {
    width: 20px;
    float: left;
    vertical-align: middle;
    margin: 3px 8px 0 0;
}

.group-menu-mobile-hp span {
    float: left;
}

.mobile-menu-hp {
    display: none;
    min-height: 36px;
    line-height: 34px;
    text-align: center;
    font-size: 10px;
}

.mobile-menu-hp a {
    color: #000;
}


/*----- MOBILE_MENU_START -----*/
.menu-toggle-btn-hp {
    margin: 0;
    vertical-align: middle;
    display: inline-block;
    padding: 0px;
    width: 24px;
    height: 15px;
    cursor: pointer;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.menu-toggle-btn-hp span {
    background: #fff;
    display: block;
    width: 24px;
    height: 2px;
    border-radius: 0px;
    margin: 0px 1px 4px 1px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.menu-toggle-btn-hp span:last-child {
    margin-bottom: 0px;
}

.menu-toggle-btn-hp span:nth-child(2) {
    width: 24px;
}

.menu-toggle-btn-hp span:nth-child(3) {
    width: 24px;
}

.menu-toggle-btn-hp.open span:nth-child(1),
.menu-toggle-btn-hp.open span:nth-child(3) {
    transform: translate(0px, 7px) rotate(-45deg) scalex(1);
    margin-bottom: 0px;
}

.menu-toggle-btn-hp.open span:nth-child(2) {
    height: 0;
    margin-bottom: 0px;
    width: 0px;
}

.menu-toggle-btn-hp.open span:nth-child(3) {
    transform: translate(0px, 5px) rotate(45deg) scalex(1);
    width: 24px;
}

.menu-toggle-btn-text-hp {
    font-size: 10px;
    line-height: 6px;
    color: #00B5C4;
    font-weight: 500;
    letter-spacing: -0.39px;
    text-transform: uppercase;
    text-align: center;
    margin: 0px;
    padding: 9px 0px 0px;
    position: relative;
}

.hide-scroll {
    overflow: hidden !important;
}

/*----- MOBILE_MENU_END -----*/


.header-right-hp {
    float: right;
    display: flex;
    grid-gap: 0 100px;
    align-items: center;
}

.header_top_hp {
    padding-top: 0;
}

.header_top_hp ul {
    text-align: right;
    display: flex;
    justify-content: end;
}

.header_top_hp ul li {}

.header_top_hp ul li a {
    display: flex;
    font-size: 10px;
    line-height: 13px;
    color: #000000;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    border-right: 1px solid #000000;
    padding: 0 11px 0 10px;
}

.header_top_hp ul li:last-child a {
    border-right: none;
    padding-right: 0;
}

.header_top_hp ul li:first-child {
    padding-left: 0;
}

.navigation-hp {
    margin: 0px 0 0 0;
    min-height: auto;
}

.navbar .dropdown-menu {
    width: 100%;
    margin: 0px;
    padding: 0px;
    background: transparent linear-gradient(103deg, rgba(8, 21, 10, 0.95) 0%, rgba(62, 155, 76, 0.95) 100%) 0% 0% no-repeat;
    border: 0px;
    border-radius: 0px;
}

@media(min-width:992px) {
    .navbar .dropdown {
        position: static;
    }

    .navbar .dropdown-menu {
        width: 100%;
        left: 0;
        right: 0;
        top: 100px;
        display: block;
        visibility: hidden;
        opacity: 0;
        transition: visibility 0s, opacity 0.3s linear;
        margin: 0px;
        padding: 0px;
        background: transparent linear-gradient(103deg, rgba(8, 21, 10, 0.95) 0%, rgba(62, 155, 76, 0.95) 100%) 0% 0% no-repeat;
        border: 0px;
        border-radius: 0px;
    }

    .navbar .dropdown:hover .dropdown-menu,
    .navbar .dropdown .dropdown-menu:hover {
        display: block;
        visibility: visible;
        opacity: 1;
        transition: visibility 0s, opacity 0.3s linear;
    }
}

.navbar {
    padding: 0px;
    margin: 0px;
    position: static;
}

.navigation-main-hp {
    margin: 0px;
    padding: 0;
}

.navigation-main-hp>ul {
    padding: 0;
    display: flex;
    align-items: center;
}

.navigation-main-hp>ul>li {
    padding-left: 45px;
}

.navigation-main-hp>ul>li:first-child {
    padding-left: 0;
}

.navigation-main-hp>ul>li>a {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: 1px;
    padding: 0;
    text-decoration: none;
    position: relative;
    display: block;
    text-transform: uppercase;
}

.navigation-main-hp>ul>li>a img {
    max-width: 100%;
    margin-left: 2px;
}

.navigation-main-hp>ul>li>a.header_btn_hp {
    font-size: 14px;
    line-height: 19px;
    font-weight: 500;
    color: #FFFFFF !important;
    background: #1B75BB;
    min-width: 120px;
    min-height: 120px;
    padding: 26px 10px 10px 10px;
    display: inline-block;
    position: relative;
    margin-left: 5px;
    font-family: 'noto-sans-cjk-jp', sans-serif;
    text-align: center;
}

.navigation-main-hp>ul>li>a.box_color_hp {
    background: #00B7CE;
    padding: 32px 10px 10px 10px;
}

.navigation-main-hp>ul>li>a.header_btn_hp img {
    padding-bottom: 17px;
}

.navigation-main-hp>ul>li>a:before {
    content: '';
    position: absolute;
    background: #000;
    height: 2px;
    width: 0%;
    left: 0;
    bottom: -5px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.navigation-main-hp>ul>li>a:hover:before {
    width: 100%;
}

.navigation-main-hp>ul>li.dropdown.show>a {
    color: #3E9B4C;
}

.navigation-main-hp>ul>li.dropdown>a:after {
    border: 0px;
    background: url(../images/black_dropdown.svg) no-repeat center center;
    width: 8px;
    height: 6px;
    background-size: 8px;
    margin-left: 6px;
    vertical-align: .15em;
    display: none;
}

.navigation-main-hp>ul>li.dropdown.show>a::before {
    width: 100%;
}

.navigation-main-hp>ul>li>a.contact-btn-hp {
    line-height: 44px;
    padding: 0 38px;
    border-radius: 40px;
    color: #000;
    min-width: 200px;
    background: url("/images/btn_bg_1.jpeg") no-repeat center center;
    background-size: 100% 100%;
    text-align: center;
}

.navigation-main-hp>ul>li>a.contact-btn-hp:before {
    display: none;
}

.navigation-main-hp>ul>li>a.contact-btn-hp:hover {
    border: 2px solid #dfa25f;
    background: none;
    color: #dfa25f;
}

.navigation-main-hp>ul>li>a.header_btn_hp:before {
    display: none;
}

.dropdown-menu-in {
    padding: 60px 0;
}

.product-info-right-hp {
    width: calc(100% - 170px);
    padding-left: 40px;
    float: right;
}

.search-box-main-hp {
    padding-bottom: 16px;
}

.search-box-hp {
    width: 200px;
    margin-right: 13px;
    float: left;
}

.width-476-hp {
    width: 476px;
    margin-right: 0px;
}

.width-354-hp {
    width: 354px;
    margin-right: 0px;
}

.search-box-input-hp {
    width: calc(100% - 60px);
    float: left;
}

.search-box-input-hp input {
    width: 100%;
    height: 60px;
    border: 0px;
    background: #fff;
    color: #333333;
    font-size: 13px;
    font-weight: 700;
    padding: 0 15px;
}

.search-box-btn-hp {
    float: right;
    width: 60px;
    height: 60px;
    background: #3e9b4c url(../images/white_arrow.png) no-repeat center center;
    background-size: 20px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.search-box-btn-hp a {
    display: block;
    width: 100%;
    height: 100%;
}

.search-box-btn-hp:hover {
    opacity: 0.8;
}

.mobile-menu-btn-hp {
    margin: 0px;
    padding: 0px;
    float: right;
    right: 15px;
    display: none;
    position: absolute;
}

.mobile-menu-btn-hp a {
    display: block;
    font-size: 0px;
}

.mobile-menu-icon-hp {
    display: inline-block;
    vertical-align: top;
}

.mobile-menu-icon-hp img {
    width: 19px;
}

.mobile-menu-overlay-hp {
    display: none;
}

.mobile-menu-close-hp {
    display: none;
    float: right;
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 99999;
}

.mobile-menu-close-hp img {
    width: 19px;
}

/*--------------- HEADER_END --------------*/


/*--------------- HOME_PAGE_START --------------*/

/*-------SECTION-1-START-------*/

.banner_block_hp {
    padding: 100px 0 0 0;
}

.banner_block_in_hp {}

.banner_middle_hp {}

.banner_top_hp {
    display: flex;
    align-items: center;
}

.banner_left_hp {
    width: 45%;
    padding-right: 30px;
}

.banner_left_btn_hp {
    padding-top: 30px;
    text-align: center;
}

.banner_left_btn_hp a {
    border-radius: 80px;
}

.banner_right_hp {
    width: 55%;
}

.banner_right_img_hp {
    position: relative;
    padding-bottom: 60%;
}

.banner_right_img_hp img {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
    object-position: bottom;
    top: 0;
    left: 0;
    left: 0;
    right: 0;
    border-radius: 40px;
}

.banner_right_img_hp video {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    object-fit: cover;
    border-radius: 40px;
}

/*-------SECTION-1-END-------*/

/*-------SECTION-2-START-------*/

.about_block_hp {
    padding: 60px 0 40px;
}

.about_block_in_hp {}

.about_middle_hp {}

.about_top_hp {}

.about_title_hp {}

.about_title_hp h4 {
    font-size: 17px;
    line-height: 130%;
    letter-spacing: 3px;
    color: #355E3B;
    font-weight: 400;
    text-transform: uppercase;
    font-family: ' braskaMedium DB';
    text-align: center;
    position: relative;
    padding-bottom: 20px;
}

.about_title_hp h4:after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0px);
    margin-top: 3px;
    margin-bottom: 3px;
    border-top: 2px solid #137920;
    border-bottom: 2px solid #137920;
    width: 150px;
    height: 8px;
    z-index: 1;
}

.about_title_hp h2 {
    font-size: 40px;
    line-height: 120%;
    letter-spacing: 1px;
    color: #3C0008;
    font-weight: 700;
    position: relative;
    text-transform: lowercase;
    text-align: center;
    max-width: 650px;
    margin: auto;
    padding-top: 20px;
}

.about_title_hp h2 span {
    color: #D4AF37;
}

.about_title_hp p {
    font-size: 20px;
    line-height: 130%;
    letter-spacing: 1px;
    color: #355E3B;
    font-weight: 500;
    position: relative;
    max-width: 750px;
    margin: auto;
    text-align: center;
    padding-top: 20px;
    font-family: "Dancing Script", cursive;
}

.swiper.about_slider_hp {
    padding-top: 50px;
}

.about_img_hp {
    position: relative;
    height: 400px;
}

.about_img_hp img {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    object-fit: cover;
    border-radius: 30px;
    object-position: bottom;
}

/*-------SECTION-2-END-------*/

/*-------SECTION-3-START-------*/

.best_block_hp {
    padding: 60px 0;
}

.best_block_in_hp {}

.best_middle_hp {}

.best_top_hp {
    display: flex;
    grid-gap: 80px 40px;
    justify-content: center;
    flex-flow: wrap;
}

.best_box_hp {
    width: calc(50% - 20px);
    max-width: 620px;
    margin: auto;
}

.best_box_img_hp {
    width: 200px;
    margin: auto;
    height: auto;
    /* background: #3C0008; */
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
}

.best_box_img_hp svg {
    max-width: 40px;
    margin: auto;
}

.best_box_img_hp svg path {
    fill: #dfa25f;
}

/* .best_box_hp:hover .best_box_img_hp {
    background: #D4AF37;
} */

.best_box_hp:hover .best_box_img_hp svg path {
    fill: #013220;
}

/*-------SECTION-3-END-------*/

/*-------SECTION-4-START-------*/

.book_block_hp {
    padding: 70px 0;
    min-height: 400px;
}

.book_block_in_hp {}

.book_middle_hp {}

.book_top_hp {
    max-width: 800px;
    margin: auto;
}

.book_block_hp .common_title_hp h4 {
    color: #dfa25f;
}

.book_block_hp .common_btn_hp:hover {
    color: #dfa25f;
}

/*-------SECTION-4-END-------*/

/*-------SECTION-5-START-------*/

.click_block_hp {
    padding: 50px 0 30px;
}

.click_block_in_hp {}

.click_middle_hp {}

.click_top_hp {
    display: flex;
    grid-gap: 0 20px;
}

.click_box_hp {
    width: calc(33.33% - 0px);
}

.click_box_video_hp {
    position: relative;
    padding-bottom: 70%;
}

.click_box_video_hp video {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    object-fit: cover;
    border-radius: 20px;
}

/*-------SECTION-5-END-------*/

/*--------------- HOME_PAGE_END --------------*/

/*--------------- GALLARY_PAGE_START --------------*/

/*-------SECTION-2-START-------*/

.banner_block_gp {
    padding: 200px 0 100px;
    position: relative;
}

.banner_block_gp:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    bottom: 0px;
    left: 0px;
    background: rgba(0, 0, 0, 0.5);
    border: 4px solid #D4AF37;
}

.banner_block_in_gp {}

.banner_middle_gp {
    position: relative;
    z-index: 1;
}

.banner_title_gp {
    text-align: center;
}

.banner_title_gp h2 {
    font-size: 80px;
    line-height: 100%;
    letter-spacing: 2px;
    padding-bottom: 35px;
    color: #dfa25f;
    font-weight: 700;
    font-family: "Elsie", serif;
    position: relative;
}

.banner_title_gp h2:after {
    content: '';
    position: absolute;
    margin-top: 8px;
    margin-bottom: 8px;
    border-top: 1px solid #D4AF37;
    border-bottom: 1px solid #D4AF37;
    bottom: 0;
    left: 50%;
    width: 15%;
    height: 5px;
    transform: translate(-50%, 0px);
}

.banner_title_gp p {
    font-size: 35px;
    line-height: 100%;
    letter-spacing: 2px;
    color: #dfa25f;
    font-weight: 400;
    font-family: "Dancing Script", cursive;
    padding-top: 25px;
    max-width: 800px;
    margin: auto;
}

/*-------SECTION-2-END-------*/

/*-------SECTION-2-START-------*/

.tabs_block_gp {
    padding: 40px 0;
}

.tabs_box_gp {}

.tabs_box_gp .nav-tabs {
    border: none;
    grid-gap: 0 40px;
    justify-content: center;
}

.tabs_title_main_gp {
    font-size: 50px;
    line-height: 100%;
    letter-spacing: 4px;
    color: #D4AF37;
    font-weight: 700;
    position: relative;
    font-family: "Dancing Script", cursive;
    padding-bottom: 30px;
    display: block;
    text-transform: capitalize;
    text-align: center;
    position: relative;
}

.tabs_title_main_gp:after {
    content: '';
    position: absolute;
    margin-top: 8px;
    margin-bottom: 8px;
    border-top: 1px solid #D4AF37;
    border-bottom: 1px solid #D4AF37;
    bottom: 0;
    left: 50%;
    width: 150px;
    height: 4px;
    transform: translate(-50%, 0px);
}

.tabs_title_gp {}

.tabs_title_gp button {
    color: #3C0008;
    font-weight: 700;
    letter-spacing: 1px;
    font-family: "Elsie", serif;
    font-size: 14px;
    text-align: center;
    position: relative;
    line-height: 200%;
    min-width: 210px;
    text-transform: uppercase;
    padding: 10px 20px;
    background: none;
    border: none;
    position: relative;
    border-bottom: 2px solid #D4AF37;
}

.tabs_title_gp button.active {
    background: url("/images/btn_bg_1.jpeg") no-repeat center center;
    color: #000;
    border-radius: 30px;
    box-shadow: 0px 3px 25px 0px rgba(12, 57, 126, 0.20);
    background-size: 100% 100%;
}

.tabs_title_gp button:hover {
    background: url("/images/btn_bg_1.jpeg") no-repeat center center;
    color: #000;
    border-radius: 30px;
    position: relative;
    box-shadow: 0px 3px 25px 0px rgba(12, 57, 126, 0.20);
    background-size: 100% 100%;
}

.tabs_main_gp {
    display: flex;
    align-items: center;
    grid-gap: 3px;
    padding-top: 20px;
    flex-flow: wrap;
}

.tabs_img_gp {
    height: 450px;
    width: calc(25% - 8px);
    position: relative;
}

.tabs_img_gp img {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    object-position: bottom;
}

.modal.slider_width_hp {
    --bs-modal-width: 600px;
}

.slider_popup_top_hp {
    border: none;
    border-radius: 0;
    padding: 10px;
    width: 600px;
    border-radius: 16px;
    background: #FFF;
}

.slider_popup_top_hp .modal-content {
    border: none;
}

.slider_popup_top_hp .modal-body {
    padding: 0;
}

.slider_popup_top_hp .modal-header {
    border: none;
    padding: 0;
}

.btn_close_hp {
    border: none;
    background: none;
}

.slider_popup_box_hp {
    position: relative;
}

.slider_main_hp {
    position: relative;
}

.slider_main_hp .tabs_img_gp {
    width: 100%;
    height: 700px;
}

.slider_main_hp .tabs_img_gp img {
    border-radius: 20px;
}

.slider_main_hp .swiper-button-prev {
    position: absolute;
    content: '';
    background: url(../images/left-arrow.png) no-repeat center center;
    top: 50%;
    width: 50px;
    height: 50px;
    left: 20px;
    background-size: 50px;
}

.slider_main_hp .swiper-button-next {
    position: absolute;
    content: '';
    background: url(../images/right-arrow.png) no-repeat center center;
    top: 50%;
    width: 50px;
    height: 50px;
    right: 20px;
    background-size: 50px;
}

.slider_main_hp .swiper-button-prev:after {
    display: none;
}

.slider_main_hp .swiper-button-next:after {
    display: none;
}

/*-------SECTION-2-END-------*/

/*--------------- GALLARY_PAGE_END --------------*/


/*--------------- FOOTER_START --------------*/

#footer {
    margin: 0;
    padding: 40px 15px;
    position: relative;
    background: #3C0008;
}

.footer_svg_hp {}

.footer_svg_hp svg path {
    fill: #3C0008;
}

.footer_in_hp {
    padding: 0;
}

.footer_middle_hp {}

.footer_desktop_hp {}

.footer_top_hp {
    display: flex;
    justify-content: space-between;
    padding-bottom: 20px;
    border-bottom: 3px solid #fff;
}

.footer_info_hp {
    max-width: 320px;
}

.footer_logo_hp {
    width: 197px;
}

.footer_logo_hp img {
    width: 100%;
}

.footer_icons_hp {
    display: flex;
    justify-content: start;
    grid-gap: 0 20px;
    padding-top: 20px;
}

.footer_icon_img_hp {
    width: 40px;
    height: 40px;
    padding: 5px;
}

.footer_icon_img_hp svg path {
    max-width: 100%;
    fill: #dfa25f;
}

.footer_info_hp {
    font-size: 15px;
    line-height: 24px;
    font-weight: 700;
    color: #dfa25f;
    font-family: "Elsie", serif;
}

.footer_email_hp {
    padding-top: 20px;
}

.footer_email_hp a {
    color: #dfa25f;
    font-size: 15px;
    line-height: 24px;
    font-weight: 500;
    text-decoration: underline;
    font-family: "Elsie", serif;
    font-style: italic;
}

.footer_email_hp a:hover {
    opacity: 0.5;
}

.footer_num_hp {
    padding-top: 20px;
}

.footer_num_hp a {
    font-size: 15px;
    line-height: 24px;
    font-weight: 500;
    color: #dfa25f;
    margin-top: 20px;
    text-decoration: none;
    font-style: italic;
}

.footer_links_hp {}

.footer_links_hp h5 {
    color: #dfa25f;
    font-family: "Dancing Script", cursive;
    font-size: 17px;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding-bottom: 20px;
    margin: 0;
}

.footer_links_hp ul {
    padding: 0;
}

.footer_links_hp ul li {
    font-size: 16px;
    line-height: 120%;
    font-weight: 500;
    padding: 10px 0;
    color: #dfa25f;
    font-style: italic;
}

.footer_links_hp ul li:first-child {
    padding-top: 0;
}

.footer_links_hp ul li:last-child {
    padding-bottom: 0;
}

.footer_links_hp ul li a {
    color: #dfa25f;
    text-decoration: none;
}

.footer_links_hp ul li a span {
    color: #dfa25f;
    text-decoration: underline;
    text-transform: uppercase;
}

.footer_links_hp ul li a:hover {
    color: #fff;
}

.footer_img_hp {
    width: 400px;
}

.footer_insta_hp {
    display: flex;
    grid-gap: 15px;
    flex-flow: wrap;
}

.footer_insta_img_hp {
    width: calc(33.33% - 10px);
    position: relative;
    height: 120px;
}

.footer_insta_img_hp img {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    object-fit: cover;
    right: 0;
    bottom: 0;
    border: 3px solid #fff;
}

.footer_copyright_hp {
    color: #dfa25f;
    font-weight: 500;
    font-size: 14px;
    line-height: 120%;
    text-align: center;
    padding-top: 20px;
    font-style: italic;
}

/*--------------- FOOTER_END --------------*/

/*--------------- CONTACT_PAGE_START --------------*/

/*-------SECTION-2-START-------*/

.contact_block_cp {
    padding: 80px 0;
}

.contact_block_in_cp {}

.contact_middle_cp {}

.contact_title_cp h2 {
    font-size: 40px;
    padding-bottom: 25px;
    position: relative;
    line-height: 120%;
    letter-spacing: 1px;
    color: #3C0008;
    font-weight: 500;
    font-family: "Elsie", serif;
    position: relative;
    text-align: center;
}

.contact_title_cp h2 span {
    color: #dfa25f;
}

.contact_title_cp h2:after {
    content: '';
    position: absolute;
    margin-top: 8px;
    margin-bottom: 8px;
    border-top: 1px solid #dfa25f;
    border-bottom: 1px solid #dfa25f;
    bottom: 0;
    left: 50%;
    width: 35%;
    height: 5px;
    transform: translate(-50%, 0px);
}

.contact_title_cp p {
    font-size: 20px;
    line-height: 120%;
    letter-spacing: 0.5px;
    color: #dfa25f;
    font-weight: 400;
    font-family: "Elsie", serif;
    padding-top: 20px;
    max-width: 650px;
    margin: auto;
    text-align: center;
}

.contact_top_cp {
    display: flex;
    align-items: center;
    grid-gap: 0 40px;
    padding-top: 50px;
}

.contact_left_cp {
    width: 60%;
    max-width: 500px;
    margin: auto;
}

.contact_input_row_cp {
    margin-bottom: 30px;
}

.contact_input_row_cp:last-child {
    margin-bottom: 0;
}

.contact_title_cp {
    padding-bottom: 10px;
}

.contact_title_cp h3 {
    font-size: 20px;
    line-height: 120%;
    letter-spacing: 0.5px;
    color: #3C0008;
    font-weight: 700;
    font-family: "Elsie", serif;
}

.contact_input_cp {
    position: relative;
}

.contact_input_cp input {
    width: 100%;
    padding: 15px 15px 15px 50px;
    position: relative;
    font-family: "Elsie", serif;
    color: #0c0b5f;
    font-size: 18px;
    font-weight: 400;
    line-height: 103%;
    height: 55px;
    border: 2px solid #3C0008;
}

.contact_input_cp input::-webkit-input-placeholder {
    color: #0c0b5f;
}

.contact_input_cp input::-moz-placeholder {
    color: #0c0b5f;
}

.contact_input_cp input:-ms-input-placeholder {
    color: #0c0b5f;
}

.contact_input_cp input:-moz-placeholder {
    color: #0c0b5f;
}

.contact_input_cp textarea {
    width: 100%;
    padding: 15px 15px 15px 50px;
    color: #0c0b5f;
    font-family: "Elsie", serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 103%;
    height: 140px;
    border: 2px solid #3C0008;
}

.contact_input_cp textarea::-webkit-input-placeholder {
    color: #0c0b5f;
}

.contact_input_cp textarea::-moz-placeholder {
    color: #0c0b5f;
}

.contact_input_cp textarea:-ms-input-placeholder {
    color: #0c0b5f;
}

.contact_input_cp textarea:-moz-placeholder {
    color: #0c0b5f;
}

.contact_input_cp select {
    width: 100%;
    padding: 15px;
    position: relative;
    font-family: "Elsie", serif;
    color: #0c0b5f;
    font-size: 18px;
    font-weight: 400;
    line-height: 103%;
    height: 55px;
    border: 2px solid #3C0008;
}

.contact_btn_cp {
    padding-top: 20px;
}

.contact_input_cp img {
    position: absolute;
    top: 17px;
    left: 15px;
    max-width: 20px;
}

.contact_right_cp {
    width: 40%;
}

.contact_right_img_cp {
    position: relative;
    padding-bottom: 150%;
}

.contact_right_img_cp img {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 300px;
    object-position: bottom;
}

.contact_change_cp img {
    opacity: 0.5;
}

/*-------SECTION-2-END-------*/

/*-------SECTION-2-START-------*/

.keep_block_cp {
    padding: 20px 0;
    margin-bottom: 50px;
}

.keep_block_cp .contact_title_cp h2 {
    color: #dfa25f;
}

.keep_img_cp {
    padding: 20px 0;
    text-align: center;
    max-width: 400px;
    margin: auto;
}

.keep_img_cp img {
    width: 100%;
}

.keep_map_cp {}

.keep_map_cp iframe {
    display: flex;
    height: 400px;
    width: 100%;
}


/*-------SECTION-2-END-------*/

/*--------------- CONTACT_PAGE_END --------------*/

/*--------------- about_page_START --------------*/

/*-------SECTION-2-START-------*/

.about_block_ap {
    padding: 50px 0;
}

.about_block_ap .contact_title_cp h2:after {
    width: 25%;
}

.about_block_ap .common_title_hp h4 {
    font-size: 23px;
    text-transform: lowercase;
}

.about_block_in_ap {}

.about_middle_ap {}

.about_top_ap {
    display: flex;
    grid-gap: 0 10px;
    padding-top: 40px;
}

.about_box_ap {
    width: calc(20% - 0px);
}

.about_box_img_ap {
    width: 200px;
    margin: auto;
    height: auto;
    /* background: #3C0008; */
    border-radius: 30% 30% 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    margin-bottom: 10px;
    position: relative;
}

.about_box_img_ap:after {
    content: '';
    position: absolute;
    border-top: 1px solid #dfa25f;
    border-bottom: 1px solid #dfa25f;
    bottom: -20px;
    left: 50%;
    width: 100%;
    height: 5px;
    transform: translate(-50%, 0px);
}

.about_box_img_ap svg {
    max-width: 40px;
    margin: auto;
}

.about_box_img_ap svg path {
    fill: #dfa25f;
}

/* .about_box_ap:hover .about_box_img_ap {
    background: #D4AF37;
} */

.about_box_ap:hover .about_box_img_ap svg path {
    fill: #013220;
}

/*-------SECTION-2-END-------*/

/*-------SECTION-3-START-------*/

.story_block_ap {
    padding: 50px 0;
}

.story_block_ap .contact_title_cp h2:after {
    width: 15%;
}

.story_block_in_ap {}

.story_middle_ap {}

.story_top_ap {
    display: flex;
    align-items: center;
    grid-gap: 0 40px;
    padding-top: 40px;
}

.story_left_ap {
    width: 40%;
    position: relative;
    height: 700px;
}

.story_left_ap img {
    width: 100%;
    border-radius: 100px;
    height: 100%;
    position: absolute;
    object-fit: cover;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    object-position: top;
}

.story_right_ap {
    width: calc(100% - 40% - 40px);
    padding: 40px;
    background: rgba(223, 162, 95, 0.5);
    border-radius: 50px;
}

.story_right_info_ap {
    min-height: 400px;
}

.story_right_info_ap p {
    color: #493313;
    font-family: "Elsie", serif;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.4px;
    line-height: 140%;
    padding-bottom: 20px;
}

.story_right_info_ap h3 {
    color: #3C0008;
    font-family: "Dancing Script", cursive;
    font-size: 35px;
    font-weight: 400;
    line-height: 140%;
    padding-top: 10px;
}

/*-------SECTION-3-END-------*/

/*-------SECTION-4-START-------*/

.people_block_ap {}

.people_block_ap .contact_title_cp h2:after {
    width: 20%;
}

.people_block_in_ap {}

.people_middle_ap {}

.people_top_ap {
    position: relative;
    padding: 310px 0px;
}

.people_img_ap {
    width: 400px;
    margin: auto;
    height: 400px;
    position: relative;
}

.people_img_ap img {
    width: 100%;
    border-radius: 500px;
    height: 100%;
    position: absolute;
    object-fit: cover;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    object-position: top;
}

.people_box_ap {
    position: absolute;
}

.people_box_img_ap {
    width: 200px;
}

.people_box_img_ap img {
    width: 100%;
    border-radius: 200px;
}

.people_box_info_ap {
    padding-top: 10px;
    text-align: center;
}

.people_box_info_ap h2 {
    color: #3C0008;
    font-family: "Dancing Script", cursive;
    font-size: 30px;
    font-weight: 400;
    line-height: 140%;
}

.people_box_info_ap h4 {
    color: #493313;
    font-family: "Elsie", serif;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0.4px;
    line-height: 140%;
    padding-top: 5px;
}

.people_box_1_ap {
    top: 23%;
    left: 16%;
}

.people_box_2_ap {
    top: 55%;
    left: 15%;
}

.people_box_3_ap {
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0px);
}

.people_box_4_ap {
    top: 20%;
    right: 18%;
}

.people_box_5_ap {
    top: 55%;
    right: 15%;
}

.people_box_6_ap {
    top: 0;
    left: 50%;
    transform: translate(-50%, 0px);
}

/*-------SECTION-4-END-------*/

/*-------SECTION-5-START-------*/

.our_block_ap {
    padding: 50px 0;
}

.our_block_in_ap {}

.our_middle_ap {}

.our_top_ap {}

.our_slider_ap .swiper-wrapper {
    padding: 30px 0;
}

.our_slider_ap .swiper-slide {
    width: auto;
}

.our_slider_ap .swiper-slide {
    position: relative;
}

.our_slider_ap .swiper-slide .our_box_ap {
    width: 300px;
}

.our_box_img_ap {
    position: relative;
    padding-bottom: 100%;
}

.our_box_img_ap img {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    object-position: bottom;
}

/*-------SECTION-5-END-------*/

/*--------------- about_page_END --------------*/



/* color: #355E3B; ------ light green color */
/* color:#013220; ------ green color */
/* color:#493313; ------green color*/
/* color:#dfa25f-----skin color */
/* color:#D4AF37; ---- cream for norml fonts */
/* color:#3C0008;  ----- marroon color */

/* font-family: 'Calluna'; */
/* font-family: 'NebraskaMedium DB'; */
/* font-family: Oswald, sans-serif; */
/* font-family: "Elsie", serif; */













/* <video controls */
/* poster="https://images.pexels.com/photos/7551451/pexels-photo-7551451.jpeg?auto=compress&cs=tinysrgb&w=600" */
/* height="500px" width="100%"> */
/* <source */
/* src="https://player.vimeo.com/external/434045863.sd.mp4?s=4db5378537b13bd1120c26c874107f00b0f7d4b9&profile_id=164&oauth2_token_id=57447761" */
/* class="mx-auto" width="100%"> */



/* text-shadow: 0 0 3px #0c0b5f, 0 0 5px #0c0b5f;  -webkit-text-stroke-width: 1px; */
/* -webkit-text-stroke-color: #fff;  */