.dropdown-field-wrap {
	position: relative;
}
.dropdown-field-wrap:before {
	content: '\f107';
	position: absolute;
	font-family: 'Font Awesome 5 Pro';
	right: 20px;
	top: 8px;
	color: #F47920;
	font-size: 20px;
	line-height: 22px;
	letter-spacing: 0;
	font-weight: 300;
	pointer-events: none;
}
.dropdown-field-wrap select {
	-webkit-appearance: none;
	appearance: none;
}

.cdg-popup-dot .elementor-heading-title {
    display: flex;
    align-items: center;
}
.cdg-transformation-popup-wrp .dialog-close-button {
    outline: none !important;
    box-shadow: none !important;
    text-decoration: none !important;
}
.cdg-popup-dot .elementor-heading-title:before {
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #0075BE;
    display: inline-block;
    margin-right: 10px;
}
.cdg-popup-dot .elementor-heading-title:after {
    content: "";
    height: 17px;
    margin: 0 20px;
    width: 1px;
    background: #0075BE;
}


.cdg-graph-wrp .ekit-wid-con::-webkit-scrollbar-track{
	background-color: #DDDDDD;
}
.cdg-graph-wrp .ekit-wid-con::-webkit-scrollbar{
	height: 2px;
	background-color: #DDDDDD;
}
.cdg-graph-wrp .ekit-wid-con::-webkit-scrollbar-thumb{
	background-color: #F47920;
}

.swiper-container:not(.swiper-container-initialized)>.swiper-wrapper, .swiper:not(.swiper-initialized)>.swiper-wrapper {
    overflow: initial !important;
}
.cdg-image-overlay .elementor-widget-container .wp-caption{
    position: relative;
}
.cdg-image-overlay .elementor-widget-container .wp-caption:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: linear-gradient(180deg, #2C2B2B00 40%, #2C2B2B 100%);
    border-radius: 20px;
}
.cdg-image-overlay .elementor-widget-container .wp-caption .widget-image-caption {
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 28px;
    font-style: initial;
}
/** Start Date picker CSS **/

.datepicker.datepicker-dropdown.dropdown-menu.datepicker-orient-left {
    background: #FFFFFF;
    border-radius: 10px;
    width: 100%;
    max-width: 230px !important;
    padding: 10px;
}
span.year,
span.month {
    color: #58595B;
    font-family: 'Poppins-Regular';
    font-size: 12px;
    letter-spacing: 0.24px;
    line-height: 15px !important;
    text-transform: uppercase;
    text-align: center;
    height: 40px !important;
    display: flex !important;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
	font-weight: 400;
}
span.year.active,
span.month.active {
    background: #F47920 !important;
    border-radius: 100px;
    width: 40px;
    height: 40px;
}
th.datepicker-switch {
    color: #2C2B2B;
    font-family: 'Poppins-Regular';
    font-weight: 100;
    font-size: 14px;
}
.datepicker-dropdown table.table-condensed thead tr th {
    border-top: none !important;
}
.datepicker-dropdown table.table-condensed tbody tr td {
    background: #fff !important;
    padding: 5px 10px;
}
.datepicker-dropdown table.table-condensed thead tr th.prev,
.datepicker-dropdown table.table-condensed thead tr th.next {
    position: relative;
}
.datepicker-dropdown table.table-condensed thead tr th.prev:before,
.datepicker-dropdown table.table-condensed thead tr th.next:before {
    content: '\f060';
    position: absolute;
    color: #F47920;
    font-family: 'Font Awesome 5 Pro';
    font-weight: 300;
    font-size: 14px;
}
.datepicker-dropdown table.table-condensed thead tr th.next:before {
	content: '\f061';
}
/** End Date picker CSS **/

/** Header css Start  **/

.cdge_menu_wrp .menu {
    padding: 0px;
    list-style-type: none !important;
    margin-bottom: 0 !important;
}
.cdge_menu_wrp {
    margin-bottom: 10px !important;
}
.cdge_menu_wrp .menu > li.menu-item a {
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 1.56px;
    font-family: 'JosefinSans-Regular';
    color: #D5CABA;
    text-transform: uppercase;
	font-weight: 400;
}
.cdge_menu_wrp .menu > li.menu-item a:hover {
    color: #EFECEC;
}
.cdge_menu_wrp .menu > li.menu-item.current_page_item a {
    color: #EFECEC;
}
.cdge_menu_wrp .menu > li.menu-item {
    border-bottom: 1px solid #6B625666;
    padding: 20px 0;
}
.cdge_menu_wrp .menu > li.menu-item:last-child {
    border-bottom: none;
}
.cdge_menu_wrp .menu > li.menu-item ul.sub-menu {
    display: none;
}
.cdge_menu_wrp .menu > .menu-item-has-children:before {
    content: "\f067";
    font-family: 'Font Awesome 5 Pro';
    color: #D5CABA;
    font-size: 16px;
    line-height: 19px;
    position: absolute;
    right: 0;
    cursor: pointer;
}
.cdge_menu_wrp .menu > .menu-item-has-children:hover:before {
    color: #EFECEC;
}
.cdge_menu_wrp .menu > .menu-item-has-children.active:before {
    content: "\f068";
}
.cdge_menu_wrp .menu > .menu-item-has-children.active ul.sub-menu{
	display: block;
	padding: 12px 0px 0px 20px;
}
.cdge_menu_wrp .menu > .menu-item-has-children ul.sub-menu .menu-item {
    list-style-type: none !important;
    padding: 8px 0px !important;
}
.cdge_menu_wrp .menu > .menu-item-has-children ul.sub-menu .menu-item:last-child {
    padding-bottom: 0px !important;
}
.cdge_menu_wrp .menu > .menu-item-has-children ul.sub-menu .menu-item a {
    font-size: 13px !important;
    line-height: 17.42px !important;
    letter-spacing: 0.65px;
    text-transform: capitalize;
    color: #D5CABA !important;
    font-family: 'JosefinSans-Regular';
	font-weight: 400;
}
.cdge_menu_wrp .menu > .menu-item-has-children ul.sub-menu .menu-item a:hover {
    color: #EFECEC !important;
}
.cdge_off_canvas_menu_main_wrp .dialog-message.dialog-lightbox-message {
    height: auto !important;
	max-height: 100vh !important;
    min-height: 100vh !important;
}
.cdge_search_wrp .elementor-search-form__icon {
    padding-left: 0px !important;
}
.cdge_search_wrp .elementor-search-form__container{
	min-height: 40px !important;
    margin-right: 50px !important;
}
.cdge_search_wrp .elementor-search-form__input{
	padding-left: 10px !important;
}
.cdge-header-top-text {
    font-size: 16px;
    line-height: 20px;
    color: #EA6072;
    letter-spacing: 0px;
    text-align: center;
    margin: 0px;
    font-family: JosefinSans-Regular;
	font-weight: 400;
}
.cdge-header-top {
    background: #000000;
    padding: 10px 15px;
}
.cdge-header-container .cdge-header-logo {
    width: 100%;
    max-width: 226px;
}
/* .cdge-language-section-wrap {
    display: none;
} */
.cdge-header-container {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 25px 50px;
	background: #FFFFFF;
}
.cdge-header-container .cdge-header-rightside {
    display: inline-flex;
    align-items: center;
}
.cdge-header-logo img {
    max-height: 30px;
    object-fit: contain;
    object-position: center;
}
.elementor-editor-active .site-header-wrp .cdge-header-main-wrp {
    position: relative;
}
.cdge-header-sidebar-icon .off_canvas_menu .line {
    width: 24px;
    display: block;
    margin-bottom: 6px;
    box-sizing: border-box;
    border-bottom: 2px solid #D5CABA;
}
.cdge-header-main-wrp.home_page .cdge-header-btn a {
    border-color: #131212;
    color: #131212;
}
.cdge-header-main-wrp.home_page .cdge-header-btn a:hover {
    background: #131212;
    color: #D5CABA;
}
.cdge-header-main-wrp.home_page li.header-account.header-account-custom:hover a i {
    color: #AE2638;
}
.cdge-header-main-wrp.home_page .cdge-header-sidebar-icon .off_canvas_menu .line {
	border-color: #131212;
}
.cdge-header-main-wrp.home_page li.header-account.header-account-custom a i {
    color: #000000;
}
.cdge-header-main-wrp.home_page button.toggle-menu.minicart-menu-link span i{
	color: #000000;
}
.off_canvas_menu {
    cursor: pointer;
}
.woocommerce-noreviews {
    font-family: 'JosefinSans-Regular';
    font-size: 16px;
	font-weight: 400;
}
span.header-minicart-total-custom span {
    font-family: 'JosefinSans-Regular';
    font-weight: 500 !important;
    font-size: 16px;
    letter-spacing: 0.85px;
    color: #AE2638;
}
.cdge-custom-badge {
    left: 0 !important;
    right: unset !important;
    border-radius: 0px;
    padding: 8px !important;
    width: auto !important;
    height: auto !important;
    background: #9F1D2E;
    font-size: 15px;
    line-height: 15px;
    margin: 0 !important;
    letter-spacing: 0.45px;
    color: #F0EEEE;
    font-family: 'JosefinSans-Regular';
    font-weight: 400 !important;
    min-height: unset;
    top: 0;
    display: inline-block;
    position: absolute;
	text-transform: uppercase;
}
.cdge-header-inner-wrp {
    display: flex;
    align-items: center;
}
.cdge-header-tools-icon {
    margin-left: auto;
}
.cdge-header-tools-icon .cdge-header-defualt-icon {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    list-style: none;
    padding: 0;
}
.cdge-navbar .menu li a {
    font-size: 16px;
    line-height: 21px;
    letter-spacing: 0.8px;
    color: #222323;
    font-family: 'JosefinSans-Regular';
	font-weight: 400;
    text-transform: uppercase;
    outline: none !important;
    text-decoration: none !important;
}
.cdge-navbar ul.menu li.menu-item:hover>a {
    color: #D91F25;
}
.cdge-header-defualt-icon li {
    position: relative;
/*     padding: 0px 20px; */
}
.cdge-header-defualt-icon li.search-tool {
    position: relative;
    padding-left: 50px;
    padding-top: 5px;
}
#woo-cart-count-text span.woocommerce-Price-amount.amount {
   font-size: 16px;
    line-height: 21px;
    letter-spacing: 0.8px;
    color: #222323;
    font-family: Lexend-Regular;
	font-weight: 400;
}
button.toggle-menu.minicart-menu-link span i {
    color: #000000;
    font-size: 20px;
    line-height: 27px;
    letter-spacing: 0px;
}
li.header-account.header-account-custom a i {
    text-align: center;
    color: #000000;
    font-size: 20px;
    line-height: 27px;
    letter-spacing: 0px;
}
.header-account-submenu::after {
    content: "";
    position: absolute;
    top: -15px;
    height: 16px;
    right: 22px;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    background: #FFFFFF;
    width: 34px;
}
.cdge-header-defualt-icon, .cdge-navbar .menu {
    margin-bottom: 0;
}
ul.header-account-submenu {
    display: none !important;
    position: absolute;
    top: 47px;
    text-align: left;
    background: #FFFFFF;
    right: -30px;
    margin: 0;
    padding: 25px 20px !important;
    box-shadow: 0px 4px 32px #0000004d;
    width: 238px;
    z-index: 9;
}
li.cdge-search-tool-desktop:hover .tools-btn-icon {
    color: #DA261F;
}
.search-tool .tools-btn i {
    color: #0075BE;
    font-size: 21px;
    line-height: 24px;
    letter-spacing: 0px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.search-tool .tools-btn i:hover {
    color: #F47920;
}
.cdge-header-search-main i.search-close {
    position: absolute;
    opacity: 0;
    visibility: hidden;
}
.cdge-header-search-opened .cdge-header-search-main i.search-close {
    opacity: 1;
    visibility: visible;
}
.cdge-header-search-opened .cdge-header-search-main i.header-search-icon {
    opacity: 0;
    visibility: hidden;
}
.cdge-header-search-main-section {
    display: block;
    position: absolute;
    top: 0px;
    width: 100%;
    z-index: 9;
    border-radius: 0;
    visibility: hidden;
    opacity: 0;
    background: #F1F1F1;
    transition: all 0.5s linear;
    padding: 30px 50px;
}
.cdge-header-search-opened .cdge-header-search-main-section {
    visibility: visible;
    opacity: 1;
    top: 100%;
}
.cdge-header-search-main-section .cdge-header-search {
    max-width: 1170px;
    margin: 0 auto;
}
.cdge-header-search-main-section .cdge-header-search form span {
    width: 100%;
}
.cdge-header-search-main-section .cdge-header-search form span .cdge-search-page-input {
    max-width: 100% !important;
}
.cdge-header-search form {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 2px solid #E9E9F0;
    padding-bottom: 10px;
}
.cdge-header-search-main-section input {
    background: transparent;
    border-radius: 0px !important;
    color: #2C2B2B;
    font-size: 0.875em;
    letter-spacing: 0px;
    line-height: 1.25em;
    font-family: 'Poppins-Regular';
    outline: none !important;
    border: none !important;
	padding: 0 !important;
	font-weight: 400;
}
.cdge-header-search-main-section input::placeholder {
    color: #2c2b2b4d;
}
.cdge-header-search-main-section .cdge-header-search button {
    color: #FFFFFF;
    font-size: 0.875em;
    line-height: 1.25em;
    letter-spacing: 0;
    background: #F47920;
    border: 1px solid #F47920;
    padding: 10px 30px;
    border-radius: 25px;
    height: 100%;
    text-transform: capitalize;
    font-family: 'Poppins-Regular';
    display: flex;
    align-items: center;
    margin-left: 30px;
	position: relative;
	font-weight: 400;
}
.cdge-header-search-main-section .cdge-header-search button:before {
    content: '';
    position: absolute;
    right: -2px;
    bottom: -4px;
    width: calc(100% - -2px);
    height: calc(100% - -4px);
    border: 1px solid #F47920;
    border-radius: 100px;
    z-index: -2;
    transition: all 0.5s ease-in-out;
}
.cdge-header-search-main-section .cdge-header-search button:focus {
    outline: none;
}
.cdge-header-search-main-section .cdge-header-search button:hover {
    background: #FFFFFF;
    color: #F47920;
}
.cdge-header-search-main-section button i {
    font-size: 18px;
    padding-right: 10px;
}
.cdge-mobile-header-search-main-section {
    padding-top: 30px;
    margin: 0 15px;
    padding-bottom: 10px;
    display: none;
}
.cdge-mobile-header-search form {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    border-bottom: 1px solid #CCCCCC;
}
.cdge-mobile-header-search input {
    background: transparent;
    border: 0 !important;
    border-radius: 0 !important;
    color: #656565;
    font-size: 16px;
    letter-spacing: 0.8px;
    line-height: 24px;
    font-family: 'JosefinSans-Regular';
    font-weight: 400;
    padding: 8px 0 !important;
    width: calc(100% - 40px) !important;
    outline: none !important;
}
.cdge-mobile-header-search input::placeholder {
    color: #CCCCCC;
}
.cdge-mobile-header-search form button#search-submit {
    font-size: 20px;
    line-height: 20px;
    background: transparent !important;
    border: 0;
    padding: 0;
}
.cdge-mobile-header-search form button#search-submit i {
    color: #ae2638;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
}
.header-account-submenu::before {
    content: "";
    width: 100%;
    height: 24px;
    position: absolute;
    top: -24px;
    left: 0;
    right: 0;
}
.header-fixed div#mobile-menu-toggle .navbar {
	margin-bottom: 0 !important
}
li.header-account.header-account-custom {
    padding-right: 0px;
}
header#header-wrp {
    position: relative;
    z-index: 9999;
    background: #FFFFFF;
}
button.toggle-menu.minicart-menu-link:focus {
    background: transparent;
	outline: none;
}
.menu li:hover a {
	text-decoration: none;
}
#menu-main-menu li ul.sub-menu li:hover a {
    color: #AE2638 !important;
}
li#woo-header-cart:hover button.toggle-menu span#woo-cart-count-text .woocommerce-Price-amount {
    color: #AE2638;
}
li#woo-header-cart:hover button.toggle-menu span.tools-btn-icon i {
    color: #AE2638;
}
li.header-account.header-account-custom:hover a i {
    color: #AE2638;
}
span#woo-cart-count {
    color: #FFFFFF;
    font-size: 12px;
    text-align: center;
    font-family: 'JosefinSans-Regular';
    line-height: 18px;
    letter-spacing: 0.6px;
    padding-right: 0;
    background: #C43245;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    display: inline-block;
    position: absolute;
    right: -10px;
    top: -3px;
	font-weight: 400;
}
span.header-minicart-total-custom {
    padding-top: 5px;
}
#off-fullscreen-menu.full-menu-open {
    visibility: visible;
    opacity: 1;
    -webkit-animation: slide 0.3s forwards;
    -webkit-animation-delay: 0.3s;
    animation: slide 0.3s forwards;
    animation-delay: 0.3s;
    right: 0;
}
li#woo-header-cart {
    display: flex;
    align-items: center;
}
.toggle-menu.minicart-menu-link {
    border: 0;
    padding: 0;
    display: flex;
    align-items: center;
	position: relative;
}
.toggle-menu.minicart-menu-link:hover {
    background: transparent;
}
#off-fullscreen-menu {
    z-index: 999 !important;
    display: table;
    top: 0;
    width: 550px;
	right: -100px;
    height: 100vh;
    background-color: #ffffff;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 70px 40px;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
    -webkit-backface-visibility: hidden;
}
button.toggle-menu.close-btn {
    border: 0;
    padding: 10px 20px;
    top: 35px !important;
}
#off-fullscreen-menu .toggle-menu.close-btn:hover,#off-fullscreen-menu .toggle-menu.close-btn:focus {
    background: transparent !important;
	outline:none !important;

}
#off-fullscreen-menu .toggle-menu.close-btn {
    top: 35px !important;
    font-size: 28px;
    color: #131212;
    border: 0;
    padding: 10px 20px;
    position: fixed;
    cursor: pointer;
    z-index: 2;
    -webkit-animation: slide 0.4s forwards;
    -webkit-animation-delay: 0.4s;
    animation: slide 0.4s forwards;
    animation-delay: 0.4s;
    transition-delay: 0.5s;
    right: 0;
}
#off-fullscreen-menu .toggle-menu.close-btn i{
	font-family: 'Font Awesome 5 Pro';
	font-weight: 100;
}
#off-fullscreen-menu, body:after {
    position: fixed;
}
#off-fullscreen-menu:not(.full-menu-open) {
    visibility: hidden;
    opacity: 0;
}
.admin-bar #off-fullscreen-menu .toggle-menu {
    outline: none;
    background: transparent;
}
.header-sidearea-body-style {
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    opacity: 0;
    background-color: #000000;
    -webkit-transition: opacity .2s ease-in-out,z-index .2s ease-in-out;
    -moz-transition: opacity .2s ease-in-out,z-index .2s ease-in-out;
    transition: opacity .2s ease-in-out,z-index .2s ease-in-out;
}
body.full-menu-open .header-sidearea-body-style {
    z-index: 1;
    opacity: 0.7;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: #000000;
    -webkit-transition: opacity .2s ease-in-out,z-index .2s ease-in-out;
    -moz-transition: opacity .2s ease-in-out,z-index .2s ease-in-out;
    transition: opacity .2s ease-in-out,z-index .2s ease-in-out;
}
.cdge-header-center .menu {
    padding-left: 0px;
    margin: 0px;
    list-style-type: none !important;
}
.cdge-header-center .menu > li.menu-item {
    display: inline-block;
    margin: 0 15px;
    position: relative;
}
.cdge-header-center .menu > li.menu-item > a {
    font-size: 0.875em;
    line-height: 1.5em;
    text-transform: capitalize;
    letter-spacing: 0;
    color: #03131D;
    font-family: 'Poppins-Regular';
    position: relative;
    display: inline-block;
    text-decoration: none !important;
    outline: none !important;
	font-weight: 400;
}
.cdge-header-center .menu > li.menu-item:hover > a,
.cdge-header-center .menu > li.current-menu-item > a,
.cdge-header-center .menu > li.current-menu-parent > a {
    color: #F47920;
}
.cdge-header-center .menu > li.menu-item > a span {
    display: inline-block;
    position: relative !important;
}
.cdge-header-center .menu > li.menu-item > ul.sub-menu {
    display: none !important;
    position: absolute;
    top: calc(100% + 28px);
    text-align: left;
    background: #FFFFFF;
    right: -50px;
    margin: 0;
    padding: 30px 30px !important;
    box-shadow: 0px 4px 32px #0000004d;
    width: 300px;
    list-style-type: none !important;
    z-index: 99;
    border-radius: 20px;
}
.cdge-header-center .menu > li.menu-item:hover > ul.sub-menu{
	visibility: visible;
    opacity: 1;
    display: block !important;
}
.cdge-header-center .menu > li.menu-item > ul.sub-menu:before {
    content: "";
    width: 100%;
    height: 30px;
    position: absolute;
    top: -30px;
    left: 0;
    right: 0;
}
.cdge-header-center .menu > li.menu-item > ul.sub-menu:after {
    content: "";
    position: absolute;
    top: -15px;
    height: 16px;
    right: 80px;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    background: #FFFFFF;
    width: 34px;
}
.cdge-header-center .menu > li.menu-item > ul.sub-menu li.menu-item {
    position: relative;
    list-style: none;
    margin-bottom: 20px;
    transition-duration: 0.5s;
}
.cdge-header-center .menu > li.menu-item > ul.sub-menu li.menu-item:last-child{
	margin-bottom: 0px;
}
.cdge-header-center .menu > li.menu-item > ul.sub-menu li.menu-item a {
    font-size: 1em;
    line-height: 1.25em;
    text-transform: capitalize;
    letter-spacing: 0;
    color: #2C2B2B;
    font-family: 'Poppins-Regular';
	font-weight: 400;
    position: relative;
    display: inline-block;
    text-decoration: none !important;
    outline: none !important;
	width: 100%;
}
.cdge-header-center .menu > li.menu-item > ul.sub-menu li.menu-item a:hover,
.cdge-header-center .menu > li.menu-item > ul.sub-menu li.current-menu-item a {
    color: #F47920;
}
.cdge-header-center .menu > li.menu-item > a span:before,
.cdge-header-center .menu > li.menu-item > ul.sub-menu li.menu-item a span:before,
li.header-account.header-account-custom ul a span:before {
    content: "";
    width: 0;
    height: 1px;
    position: absolute;
    top: 100%;
    background: #F47920;
    transition: width 0.5s linear;
}
.cdge-header-center .menu > li.menu-item > ul.sub-menu li.menu-item a:hover span,
.cdge-header-center .menu > li.menu-item > ul.sub-menu li.current-menu-item a span {
    text-decoration: underline;
}
.cdge-header-center .menu > li.menu-item:hover > a span:before,
li.header-account.header-account-custom ul a span:hover:before,
.cdge-header-center .menu > li.current-menu-parent > a span:before,
.cdge-header-center .menu > li.current-menu-item > a span:before {
	transition: width 0.5s linear;
	width: 100%;
}
.cdge-header-center .menu > li.menu-item-has-children > a:after {
    content: "\f078";
    font-family: 'Font Awesome 5 Pro';
    padding-left: 10px;
    color: #F47920;
    font-weight: 100;
	font-size: 13px;
}
.site-header-wrp.header-fixed .cdge-header-main-wrp {
    position: fixed;
    top: 0;
    background: #fff;
    transition: top 0.5s linear;
    box-shadow: 0 10px 32px #0000004d;
	width: 100%;
}
.admin-bar .site-header-wrp.header-fixed .cdge-header-main-wrp {
    top: 32px;
}
.cdge_toggle_icon .line {
    width: 30px;
    display: block;
    height: 2px;
    background: #0075BE;
    margin: 6px 0px;
    position: relative;
    transform: rotate(0deg);
    top: 0;
    transition: all 0.4s linear;
    bottom: 0;
}
.cdge_toggle_icon .line:nth-child(2) {
    width: 20px;
    margin-left: auto;
}
.cdge_toggle_icon:hover .line:nth-child(2) {
    width: 30px;
    transition: all 0.4s linear;
}
.cdge_toggle_icon.active .line:nth-child(1) {
    transform: rotate(-45deg);
    top: 8px;
	bottom: unset;
	transition: all 0.4s linear;
}
.cdge_toggle_icon.active .line:nth-child(2) {
    transform: rotateY(90deg);
	transition: all 0.4s linear;
	width: 20px;
    margin-left: auto;
}
.cdge_toggle_icon.active .line:nth-child(3) {
    transform: rotate(45deg);
    bottom: 8px;
	top: unset;
	transition: all 0.4s linear;
}
.cdge_toggle_icon {
    cursor: pointer;
}
/* body.cdge_menu_open:before {
    content: "";
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #000000;
    z-index: 0;
	opacity: 70%;
	z-index: 9999999;
}
.cdge_mobile_menu {
    position: fixed;
    right: -100%;
    width: 100%;
    max-width: 400px;
    top: 0;
    bottom: 0;
    transition: right 0.5s linear;
	z-index: 9999999;
}
.cdge_mobile_menu.active{
	right: 0px;
	transition: right 0.5s linear;
} */
.cdge-mobile_hamburger_icon {
    display: block;
	padding-right: 0px !important;
	padding-left: 50px;
}
ul.header-account-submenu {
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s ease;
    display: none;
}
li.header-account.header-account-custom {
    position: relative;
    transition-duration: 0.5s;
}
ul.header-account-submenu li {
    padding: 0 !important;
    transition-duration: 0.5s;
}
li.header-account.header-account-custom:hover ul.header-account-submenu {
    visibility: visible;
    opacity: 1;
    display: block !important;
}
ul.header-account-submenu li {
    white-space: nowrap;
    position: relative;
    list-style: none;
    margin-bottom: 20px;
}
ul.header-account-submenu li:last-child {
	margin-bottom: 0px;
}
li.header-account.header-account-custom ul a {
    font-size: 17px;
    line-height: 25.5px;
    text-transform: uppercase;
    letter-spacing: 0.85px;
    color: #000000;
    font-family: 'JosefinSans-Regular';
	font-weight: 400;
    position: relative;
    display: inline-block;
    text-decoration: none !important;
    outline: none !important;
}
li.header-account.header-account-custom ul a.cdge-logout {
    cursor: pointer;
}
li.header-account.header-account-custom ul a:hover {
    color: #AE2638;
}
.cdge-myccount-banner {
    width: 100% !important;
    padding: 0 !important;
}
.cdge-custom-logout-btn {
    display: flex;
}
.cdge-custom-logout-btn a {
   font-family: 'JosefinSans-Regular';
   font-weight: 400;
    font-size: 13px;
    text-decoration: none !important;
    line-height: 16px;
    letter-spacing: 1.3px;
    fill: #231F20;
    color: #EFECEC !important;
    background-color: #231F20;
    border-style: solid;
    border-width: 1px;
    border-color: #231F20;
    border-radius: 25px;
    padding: 16px 40px 16px 40px;
    text-transform: uppercase;
}
.cdge-custom-logout-btn a:hover {
	background: transparent;
    color: #131212 !important;
}
.ins_cart_content ul li:first-child {
    border: 0;
}
.cdge_mobile_menu_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 15px;
    background: #AE2638;
}
.cdge_mobile_menu_user_detail {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.cdge_mobile_menu_user_detail .cdge_top_text {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.8px;
    color: #FFFFFF;
    font-family: 'JosefinSans-Regular';
	font-weight: 400;
    width: 100%;
    margin-bottom: 6px;
}
.cdge_mobile_menu_user_detail.user_logged_in .cdge_top_text {
    margin-bottom: 0;
	margin-top: 8px;
}
.cdge_mobile_menu_user_detail .cdge_top_link {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.8px;
    color: #EDEDED;
    font-family: 'JosefinSans-Regular';
	font-weight: 400;
    text-decoration: none !important;
    text-transform: capitalize;
	display: inline-block;
}
.cdge_top_link_seprator {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.8px;
    color: #EDEDED;
    font-family: 'JosefinSans-Regular';
	font-weight: 400;
    text-decoration: none !important;
    text-transform: capitalize;
    display: inline-block;
    padding: 0 8px;
}
.cdge_mobile_close_btn {
    text-align: right;
    display: inline-block;
}
.cdge_mobile_close_btn i {
    color: #FFFFFF;
    font-size: 26px;
    line-height: 30px;
    display: inline-block;
	cursor: pointer;
}
.cdge_mobile_menu {
    background: #FFFFFF;
}
.cdge_mobile_my_account_menu{
	margin: 0 !important;
    padding: 0px 15px;
    list-style-type: none !important;
}
.cdge_mobile_menu .cdge_mobile_nav .menu {
    margin: 0 !important;
    padding: 30px 15px;
    list-style-type: none !important;
}
.cdge_mobile_my_account_menu > li,
.cdge_mobile_menu .cdge_mobile_nav .menu > li {
    margin-bottom: 20px;
}
.cdge_mobile_my_account_menu > li:last-child,
.cdge_mobile_menu .cdge_mobile_nav .menu > li:last-child{
	margin-bottom: 0px;
}
.cdge_mobile_my_account_menu li > a,
.cdge_mobile_menu .cdge_mobile_nav .menu li > a {
    font-size: 16px;
    line-height: 25.5px;
    text-transform: uppercase;
    letter-spacing: 0.85px;
    color: #000000;
    font-family: 'JosefinSans-Regular';
	font-weight: 400;
    position: relative;
    display: inline-block;
    text-decoration: none !important;
    outline: none !important;
}
.cdge_mobile_my_account_menu li > a:hover,
.cdge_mobile_menu .cdge_mobile_nav .menu li > a:hover,
.cdge_mobile_menu .cdge_mobile_nav .menu li.current-menu-item > a,
.cdge_mobile_menu .cdge_mobile_nav .menu li.current-menu-parent > a {
    color: #AE2638;
}
.cdge_mobile_my_account_menu li > ul.sub-menu,
.cdge_mobile_menu .cdge_mobile_nav .menu .sub-menu,
.cdge_mobile_menu .cdge_mobile_nav .menu > li > ul.sub-menu {
    list-style-type: none;
    padding: 15px 0px 0 20px;
    margin-bottom: 0px;
	display: none;
}
.cdge_mobile_my_account_menu li > ul.sub-menu li,
.cdge_mobile_menu .cdge_mobile_nav .menu > li > ul.sub-menu > li.menu-item-has-children > ul.sub-menu li,
.cdge_mobile_menu .cdge_mobile_nav .menu > li > ul.sub-menu li {
    margin-bottom: 15px;
}
.cdge_mobile_my_account_menu li > ul.sub-menu li:last-child,
.cdge_mobile_menu .cdge_mobile_nav .menu > li > ul.sub-menu > li.menu-item-has-children > ul.sub-menu li:last-child,
.cdge_mobile_menu .cdge_mobile_nav .menu > li > ul.sub-menu li:last-child{
	margin-bottom: 0px;
}
.cdge_mobile_my_account_menu li.menu-item-has-children,
.cdge_mobile_menu .cdge_mobile_nav .menu > li.menu-item-has-children,
.cdge_mobile_menu .cdge_mobile_nav .menu > li > ul.sub-menu > li.menu-item-has-children{
	position: relative;
}
.sub_menu_icon{
	color: #000000;
    font-size: 18px;
    line-height: 27px;
	float: right;
	cursor: pointer;
}
.sub_menu_icon.active:before{
	content: "\f068";
}
.cdge_mobile_menu .cdge_mobile_nav.user_logged_in .menu {
    padding-bottom: 0;
	margin-bottom: 15px !important;
}
.cdge_mobile_my_account_menu li > a:before,
.cdge_mobile_menu .cdge_mobile_nav .menu li > a:before,
.cdge_mobile_menu .cdge_mobile_nav .menu li.current-menu-item > a:before,
.cdge_mobile_menu .cdge_mobile_nav .menu li.current-menu-parent > a:before {
    content: "";
    width: 0;
    height: 2px;
    position: absolute;
    top: 100%;
    background: #AE2638;
    transition: width 0.5s linear;
}
.cdge_mobile_my_account_menu li > a:hover:before,
.cdge_mobile_menu .cdge_mobile_nav .menu li > a:hover:before,
.cdge_mobile_menu .cdge_mobile_nav .menu li.current-menu-item > a:before,
.cdge_mobile_menu .cdge_mobile_nav .menu li.current-menu-parent > a:before {
    transition: width 0.5s linear;
    width: 100%;
}
.cdge_mobile_menu .cdge_mobile_nav .menu li.current-menu-item .sub_menu_icon,
.cdge_mobile_menu .cdge_mobile_nav .menu li.current-menu-parent .sub_menu_icon {
    color: #AE2638;
}
.cdge-header-center-wrap {
    display: flex;
    align-items: center;
}
.cdge-header-main-flex {
    display: flex;
    align-items: center;
}
.cdge-language-section-wrap ul {
    padding: 0;
}
.cdge-language-section-wrap ul li {
    list-style-type: none;
}
.cdge-language-section-wrap ul li a{
	width: 40px;
    height: 40px;
    background: #F47920;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFFFFF !important;
	text-decoration: none !important;
}
.cdge-language-section-wrap ul li:last-child a {
    width: 40px;
    height: 40px;
    background: #0075BE;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFFFFF !important;
	border-top: 1px solid #FFFFFF;
	text-decoration: none !important;
}
/**  Header css End  **/

/** start Header Off Canvas Menu css **/

.cdg-offcanvace-wrp .dialog-widget-content:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
    background-size: cover;
}
.cdg-offcanvas-menu .cdg-menu-ul {
    list-style-type: none !important;
    padding-left: 0px;
    margin: 0px;
}
.cdg-offcanvas-menu .cdg-menu-ul li {
    margin-bottom: 20px;
}
.cdg-offcanvas-menu .cdg-menu-ul li .cdg-link {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-items: center;
	position: relative;
}
.cdg-offcanvas-menu .cdg-menu-ul li .cdg-link a {
    font-size: 18px;
    line-height: 22.5px;
    color: #FFFFFF;
    letter-spacing: 0.36px;
    font-family: 'Poppins-Regular';
	font-weight: 400;
    text-transform: capitalize;
}
.cdg-offcanvas-menu .cdg-menu-ul li .cdg-link a:hover {
    color: #F47920;
    text-decoration: underline;
}
.cdg-offcanvas-menu .cdg-menu-ul li .cdg-link a:focus {
    outline: none;
}
.cdg-offcanvace-wrp .elementor-location-popup section:last-child {
    margin-top: auto;
}
.sub-menu-wrap {
    position: fixed;
    top: 0;
    bottom: 0;
    right: -100vw;
    width: 644px;
    z-index: 9;
    transition: right 0.5s linear;
    overflow-x: auto;
    background-size: cover;
    padding: 70px 50px 50px 50px;
}
.cdg-offcanvas-menu .cdg-menu-ul > li > .cdg-link i {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.9px;
    color: #F47920 !important;
    margin-left: auto;
    cursor: pointer;
    padding-left: 50px;
    font-family: 'Font Awesome 5 Pro';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    text-align: right;
}
.cdg-offcanvas-menu-wrp [class^="menu-off-canvas-menu"],
.cdg-offcanvas-menu-wrp .menu-off-canvas-menu-container {
    min-width: 360px;
}
.cdg-offcanvas-menu .cdg-menu-ul > li.menu_open > .sub-menu-wrap:before, .cdg-offcanvas-menu .cdg-menu-ul > li.menu_open > .sub-menu-wrap {
    right: 0;
}
.cdg-offcanvas-border {
    width: 5px;
    background: #0075BF;
    height: 100%;
    position: absolute;
    left: -5px;
}
.cdg-offcanvas-border:before {
    content: "";
    background: #F47920;
    width: 5px;
    position: absolute;
    left: 0;
    height: 40%;
    bottom: 0;
}
.cdg-offcanvas-border:after {
    content: "";
    clip-path: polygon(1% 25%, 100% 0%, 100% 75%, 0% 100%);
    background: #FFFFFF;
    position: absolute;
    bottom: 36%;
    width: 5px;
    height: 61px;
}
.cdg-offcanvace-wrp .elementor-location-popup {
    min-height: 100%;
    display: flex !important;
    flex-wrap: wrap;
}
.cdg-offcanvace-wrp .cdg-footer-copyright-main .cdg-footer-copyright-text {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0;
    text-align: left;
}
.cdg-offcanvas-back-btn {
    font-family: 'Poppins-Regular';
    font-size: 14px;
    line-height: 17.5px;
    letter-spacing: 0;
    color: #FFFFFF;
    margin-bottom: 50px;
	font-weight: 400;
}
.cdg-offcanvas-back-btn i {
    color: #F47920 !important;
    font-family: 'Font Awesome 5 Pro';
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0;
	padding-right: 10px;
}
.sub-menu-wrap .current_menu_name {
    margin: 0;
    font-family: 'Poppins-SemiBold';
    font-size: 21px;
    line-height: 31px;
    letter-spacing: 0;
    color: #FFFFFF;
    padding-bottom: 8px;
    border-bottom: 2px solid #58595B;
    margin-bottom: 30px;
	font-weight: 600;
}
.sub-menu-wrap .current_menu_name i {
    font-family: 'Font Awesome 5 Pro';
    font-size: 18px;
    padding-left: 30px;
}
.sub-menu-wrap .sub-menu {
    list-style-type: none !important;
    padding-left: 0px;
    margin: 0px;
    max-width: 458px;
}
.cdg-offcanvas-back-btn:hover {
    color: #F47920;
    text-decoration: underline;
    cursor: pointer;
}
.cdg-offcanvace-wrp a.dialog-close-button {
    top: 20px;
    right: 20px;
    font-size: 28px !important;
    text-decoration: none;
}
.cdg-offcanvace-wrp a.dialog-close-button:focus {
    outline: none;
}
.cdg-offcanvace-wrp .dialog-close-button .eicon-close:before {
    content: "\f00d" !important;
    font-family: "Font Awesome 5 Pro";
    font-weight: 100 !important;
}


.cdge-header-search-offcavas-main-section {
    margin-bottom: 55px;
}
.cdge-header-search-offcavas-main-section form input {
    background: transparent;
    border: none;
    font-family: 'Poppins-Regular';
    font-size: 16px;
    padding: 0;
    line-height: 20px;
    letter-spacing: 0;
    color: #FFFFFF;
	font-weight: 400;
}
.cdge-header-search-offcavas-main-section .cdge-header-search form {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: none;
    padding-bottom: 5px;
    position: relative;
    z-index: 9;
}
.cdge-header-search-offcavas-main-section .button-search {
    font-family: 'Poppins-Regular';
    font-size: 14px;
    line-height: 17.5px;
    color: #FFFFFF;
    border: 1px solid #F47920;
    background: #F47920;
    border-radius: 100px;
    padding: 8px 30px;
    position: relative;
    max-width: 360px;
	width: 100%;
	font-weight: 400;
}
.cdge-header-search-offcavas-main-section .button-search:focus {
    background: #F47920;
}
.cdge-header-search-offcavas-main-section .cdge-search-wrap input {
    display: none;
}
.cdge-header-search-offcavas-main-section .button-search:before {
    content: '';
    position: absolute;
    right: -3px;
    bottom: -3px;
    width: calc(100% - -3px);
    height: calc(100% - -3px);
    border: 1px solid #FFF;
    border-radius: 100px;
    z-index: -2;
    transition: all 0.5s ease-in-out;
}
.cdge-header-search-offcavas-main-section .button-search i {
    font-size: 18px;
    padding-right: 10px;
    line-height: 20px;
}
.cdge-header-search-offcavas-main-section .button-search:hover {
    background: #FFFFFF;
    color: #F47920;
}
.cdge-header-search-offcavas-main-section .button-search:focus {
    outline: none;
}
/** End Header Off Canvas Menu css **/




/**   Start search page css  **/

.cdge-search-page-wrp .page-header {
    padding: 20px;
    min-height: 410px;
    color: #000;
    text-align: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
	position: relative;
    border-bottom: 0;
}
.cdge-search-page-wrp .page-header:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: #000000;
    opacity: 40%;
}
.cdge-search-page-wrp .entry-title {
    color: #FFFFFF !important;
    font-size: 45px !important;
    letter-spacing: 2.3px;
    line-height: 60px;
    font-family: 'Poppins-SemiBold';
    margin-top: 8px;
    z-index: 1;
    word-break: break-all;
	font-weight: 600;
}
.cdge-search-page-wrp .page-content h2 a:hover{
    color:#7ED2EA;
}
.cdge-search-page-wrp .page-content p.search-page-not-find-text {
    font-size: 20px !important;
    line-height: 35px;
    letter-spacing: 1px;
    font-family: 'JosefinSans-Regular';
    padding-bottom: 100px;
    color: #D5CABA;
	text-align: center;
	font-weight: 400;
}
.cdge-search-page-wrp .page-content img {
    height: 350px;
    width: auto;
    object-fit: contain;
}
.cdge-search-page-wrp h2.search-page-title-wrp a {
	color: #000000;
    font-family: 'JosefinSans-Regular';
    font-size: 28px;
    text-transform: capitalize;
    line-height: 100px;
    letter-spacing: 1.6px;
    padding-top: 45px;
	font-weight: 400;
}
.search-img img {
    width: 250px;
    height: auto;
    object-fit: contain;
}
.cdge-search-page-wrp .page-content {
    padding: 100px 50px;
}
.cdge-search-page-wrp .page-content h2 a:hover{
  color: #000000;
}

/**  End search page css  **/

/** Blog Archive Page Css **/

.cdge-blog-upper {
    display: flex;
    align-items: center;
    justify-content: space-between;
	    margin-top: 80px;
}
.cdge-sorting {
    display: flex;
    min-width: 200px;
    align-items: center;
	position: relative;
}
.cdge-sorting .sorting-select {
    border: none;
    background: transparent !important;
    color: #000000;
    font-size: 14px;
    font-family: 'JosefinSans-Regular';
    border-bottom: 1px solid #CCCCCC;
    border-radius: 0;
    width: 100%;
    padding: 0;
    line-height: 18.75px;
    padding-bottom: 5px;
    -webkit-appearance: none;
    letter-spacing: 0.84px;
	font-weight: 400;
}
.cdge-sorting::before {
    content: '\f107';
    font-family: 'Font Awesome 5 Pro';
    color: #000000;
    left: 185px;
    top: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    font-size: 16px;
    line-height: 19px;
}
.cdge-sv-post {
    display: flex;
    align-items: center;
    margin-left: auto;
    min-width: 280px;
	height: auto;
}
.cdge-post-search-wrp .cdge-post-search-inner {
    outline: none !important;
    background: transparent;
    font-size: 14px;
    line-height: 18.76px;
    color: #000000;
    width: 100%;
    font-family: 'JosefinSans-Regular';
    border: none;
    border-radius: 0 !important;
    border-bottom: 1px solid #CCCCCC !important;
	padding-left: 30px;
	z-index: 11;
	font-weight: 400;
}
.cdge-post-search-wrp .cdge-post-search-btn {
    border: none !important;
    color: #000000 !important;
    font-size: 14px;
    background: transparent !important;
    margin-right: -30px;
    line-height: 21px;
    outline: none !important;
    z-index: 99;
}
.cdge-post-search-inner::-webkit-input-placeholder { /* Edge */
  color: #000000 !important;
  font-family: 'JosefinSans-Regular' !important;
  font-weight: 400;
}
.cdge-blog-archive-main-wrp {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 50px;
}
.cdge-blog-archive {
    width: 33.33%;
    padding: 0 15px;
    margin-bottom: 50px;
}
.cdge-blog-archive-feature-img img {
    width: 100%;
    height: 300px !important;
    object-fit: cover;
}
.cdge-blog-archive-content-wrp .cdge-blog-title {
    color: #000000;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.9px;
    font-family:'JosefinSans-Regular';
    text-transform: capitalize;
	font-weight: 400;
}
.cdge-blog-archive-content-wrp .cdge-blog-content{
    color: #000000;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.32px;
    font-family:'JosefinSans-Regular';
    text-transform: capitalize;
	font-weight: 400;
}
.cdge-blog-archive-content-wrp .cdge-blog-date {
    font-size: 13px;
    font-family: 'JosefinSans-Regular';
    color: #000000;
    letter-spacing: 0.5px;
    text-transform: capitalize;
    line-height: 19.5px;
	font-weight: 400;
}
.cdge-blog-date i {
    margin-right: 10px;
}
.cdge-blog-archive-content-wrp {
    padding: 10px;
}
.cdge-blog-archive-content-wrp .cdge-blog-btn a {
    font-size: 13px;
    font-family: 'JosefinSans-Regular';
    line-height: 16px;
    letter-spacing: 1.3px;
    text-transform: uppercase;
    color: #000000;
    outline: none !important;
    border: none !important;
	font-weight: 400;
}
.cdge-blog-archive-inner:hover {
    /* opacity: 0.5; */
    box-shadow: 0px 4px 32px #00000029;
}
.cdge-blog-archive-inner:hover .cdge-blogs-data-wrp a,
.cdge-blog-archive-inner:hover .cdge-blog-title:hover,
.cdge-blog-archive-inner:hover .cdge-blog-title{
	color: #AE2638;
}
.cdge-blog-archive-inner:hover .cdge-blog-btn a {
    color: #AE2638;
    text-decoration: underline;
}
.cdge-pagination {
    margin-top: 30px !important;
    margin-bottom: 50px !important;
    text-align: center;
    width: 100%;
}
.cdge-pagination .page-numbers {
    height: 40px;
    width: 40px;
    display: inline-block;
    font-size: 16px;
    line-height: 42px;
    letter-spacing: 1.92px;
    font-family: 'JosefinSans-Regular';
    color: #AE2638;
	 margin: 0px 10px;
	 font-weight: 400;
}
.cdge-pagination .page-numbers:hover,
.cdge-pagination .page-numbers.current{
	border: 1px solid #AE2638;
}
.cdge-blog-error-msg-wrp{
	text-align: center;
    display: block;
    width: 100%;
}
.blog-loader {
    text-align: center;
    max-width: 400px;
    margin: 0 auto;
}
.cdge-blog-error-msg-wrpp h4 {
    font-size: 24px;
    text-align: center;
    width: 100%;
    margin: 0 !important;
    line-height: 34px;
    font-family: 'JosefinSans-Regular';
	font-weight: 400;
}
.cdge-blogs-data-wrp {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
/** End Blog Archive Page Css **/

/** Start Blog Single Page Design **/

.cdge-single-blog-main {
    padding-bottom: 80px;
	margin-top: 100px;
}
.cdge-blog-back-btn a {
	font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.32px;
    color: #000000;
    font-family: 'JosefinSans-Regular';
    text-decoration: none !important;
	font-weight: 400;
}
.cdge-blog-back-btn:hover a,
.cdge-blog-back-btn:hover a i
{
    color: #AE2638 !important;
}
.cdge-blog-back-btn i {
    padding-right: 10px;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.32px;
    color: #000000;
}
.cdge-single-blog-date {
	    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.8px;
    font-family: 'JosefinSans-Regular';
    color: #000000;
	font-weight: 400;
}
.cdge-single-blog-date i {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 1.4px;
    margin-right: 15px;
    color: #000000;
}
.cdge-single-blog-title .cdge-blog-title {
	color: #000000;
    font-size: 38px;
    line-height: 57px;
    letter-spacing: 0.76px;
    font-family: 'JosefinSans-Regular';
    text-transform: capitalize;
    margin-bottom: 30x;
	font-weight: 400;
}
.single-blog-category .blog-category {
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 1.4px;
    font-family: 'JosefinSans-Regular';
    color: #000000;
	font-weight: 400;
}
.single-blog-category .blog-category a {
    color: #83BD41;
    text-decoration: none;
}
.cdge-blog-date-social-main {
    display: flex;
    justify-content: space-between;
}
.cdge-single-blog-social-icon {
    display: flex;
    font-family: 'JosefinSans-Regular';
    font-size: 16px;
    color: #000000;
    line-height: 24px;
    letter-spacing: 0.8px;
	font-weight: 400;
}
.cdge-single-blog-social-icon ul {
    display: flex;
    padding: 0;
    list-style: none;
    align-items: center;
    margin-bottom: 0 !important;
	margin-left: 10px;
}
.cdge-single-blog-social-icon ul li {
    padding: 0 10px;
}
.cdge-single-blog-feature-image {
       margin-top: 40px;
    margin-bottom: 40px;
}
.cdge-single-blog-social-icon ul li a i {
font-size: 14px;
    line-height: 28px;
    letter-spacing: 0.7px;
    color: #AE2638;
    transition: .3s;
}

.cdge-single-blog-social-icon ul li a:hover i {
    transform: translate(0px, -3px);
    color: #C43245;
}

.cdge-single-blog-info .blog-date {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.7px;
    color: #777777;
    font-family: 'JosefinSans-Regular';
	font-weight: 400;
}
.cdge-blogs-data-wrp a {
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.8px;
    font-family: 'JosefinSans-Regular';
    color: #000000;
    text-decoration: none !important;
    outline: none !important;
    margin-bottom: 7px;
	font-weight: 400;
}
.single-blog-content p {
    color: #000000;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.8px;
    font-family: 'JosefinSans-Regular';
	font-weight: 400;
}
.cdge-single-blog-social-icon {
    display: flex;
    font-family: 'JosefinSans-Regular';
    font-size: 16px;
    color: #6C6C6C;
    line-height: 24px;
    letter-spacing: 0.8px;
	font-weight: 400;
}

.cdge-single-blog-content {
    margin-top: 15px;
}
.cdge-single-blog-feature-image img {
    /*border-radius: 100px 0 0 0 !important;*/
    margin-top: 15px !important;
    margin-bottom: 20px !important;
}
.cdge-single-blog-inner .pag-blogs-cat {
    padding: 0;
    margin: 0 0 10px 0;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.8px;
    font-family: 'JosefinSans-Regular';
	font-weight: 400;
}

/** End Blog Single Page Design **/


/** Start Footer css **/

.cdg-ftr-border .elementor-widget-wrap.elementor-element-populated:before {
    content: '';
    position: absolute;
    left: -1px;
    top: 0px;
    width: 1px;
    height: 50px;
    background: #F47920;
}
.cdg-ftr-iconlist .elementor-widget-container ul li {
    margin-bottom: 10px;
}
.cdg-footer-copyright-text {
    color: #FBFDFF;
    font-family: 'Poppins-Regular';
    font-size: 0.875em;
    line-height: 1.42em;
    letter-spacing: 0;
    margin-bottom: 0;
    text-align: left;
	font-weight: 400;
}
.cdg-footer-btn .elementor-button-wrapper a.elementor-button-link {
    position: relative;
}
.cdg-footer-btn .elementor-button-wrapper a.elementor-button-link:before {
    content: "";
    position: absolute;
    right: -2px;
    bottom: -4px;
    width: calc(100% - 2px);
    height: calc(100% - 4px);
    border: 1px solid #FFF;
    border-radius: 100px;
    z-index: -2;
    transition: all 0.5s ease-in-out;
}
.cdg-footer-btn-orange .elementor-button-wrapper a.elementor-button-link {
    position: relative;
}
.cdg-footer-btn-orange .elementor-button-wrapper a.elementor-button-link:before {
    content: "";
    position: absolute;
    right: -2px;
    bottom: -4px;
    width: calc(100% - 2px);
    height: calc(100% - 4px);
    border: 1px solid #F47920;
    border-radius: 100px;
    z-index: -2;
    transition: all 0.5s ease-in-out;
}
.cdgc-footer-email-icon a.elementor-button-link span span.elementor-button-text {
    position: relative;
}
.cdgc-footer-email-icon a.elementor-button-link span span.elementor-button-text:before {
    content: '\f061';
    position: absolute;
    right: -40px;
    font-family: 'Font Awesome 5 Pro';
    font-weight: 300;
    font-size: 28px;
    letter-spacing: 0.56px;
    color: #FFFFFF;
}
.cdg-footer-contact-us-icon a.elementor-button-link span span.elementor-button-text {
    position: relative;
}
.cdg-footer-contact-us-icon a.elementor-button-link span span.elementor-button-text:before{
	content: '\f061';
    position: absolute;
    right: -40px;
    font-family: 'Font Awesome 5 Pro';
    font-weight: 300;
    font-size: 28px;
    letter-spacing: 0.56px;
    color: #FFFFFF;
	transform: rotate(-45deg);
    transition: all .5s ease;
}
.cdgc-footer-email-icon a.elementor-button-link:hover span span.elementor-button-text:before {
    color: #F47920;
    transform: rotate(-45deg);
    transition: all .5s ease;
}
.cdg-footer-contact-us-icon a.elementor-button-link:hover span span.elementor-button-text:before {
    color: #F47920;
    transform: rotate(0deg);
    transition: all .5s ease;
}
.cdg-footer-bg-overlay {
    position: relative;
}
.cdg-footer-bg-overlay:before {
    content: "";
    position: absolute;
    width: 673px;
    max-width: 673px;
    height: 670px;
    background: #ffffff47;
    border-radius: 50%;
    top: 10%;
    right: -260px;
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
    transform: translate(0, -50%);
	opacity: 0.68;
}
/** End Footer css **/


/** Start Video Popup Widget css **/
    .arrow-link {
      display: inline-block;
      text-decoration: none;
      color: #000; /* Adjust the color as needed */
    }

    /* Animation styles for the arrow icon */
    .arrow-icon {
      animation: bounceUpDown 400ms infinite alternate;
    }

    @keyframes bounceUpDown {
      0% {
        transform: translateY(0);
      }
      100% {
        transform: translateY(10px); /* Adjust the distance of the animation */
      }
    }

.cdg-home-slider-repeater-main {
    position: relative;
/*     max-height: 688px; */
}
.cdg-home-slider-repeater-main .cdg-video-section-wrap:after {
    content: '';
    position: absolute;
    background: #f4781f66;
    width: 30%;
    height: 100%;
    top: 0px;
    left: -30%;
    bottom: 0;
    z-index: 1;
    opacity: 0;
    transition: all 0s linear;
}
.cdg-home-slider-repeater-main .slick-active .cdg-video-section-wrap:after {
    opacity: 1;
    left: 0;
	transition: all 1s linear;
}
/* .cdg-video-section-wrap:after {
    content: '';
    position: absolute;
    background: #f4781f66;
    width: 314px;
    height: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
} */
.cdg-video-section-wrap {
    position: relative;
	max-height: 688px;
}
.cdg-video-section-wrap:before {
    content: '';
    position: absolute;
    background: linear-gradient(239deg, #00000000 0%, #000000 100%) 0% 0% no-repeat padding-box;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    opacity: 0.4;
}
.cdg-video-section-container {
    max-width: 1268px;
    margin: 0 auto;
    padding: 30px 50px 70px 50px;
    position: relative;
    z-index: 99;
    min-height: 688px;
    display: flex;
    align-items: end;
    transform: translate(50%, 0px);
    opacity: 0;
    transition: all 0s linear;
}
.slick-active .cdg-video-section-container {
    transform: translate(0%, 0px);
    opacity: 1;
    transition: all 1s linear;
}
.cdg-video-section-container .cdg-video-section-sub-title {
    color: #ffffff;
    font-size: 1.125em;
    line-height: 1.5em;
    letter-spacing: 0;
    font-family: 'Poppins-Regular';
    font-weight: normal;
    padding-bottom: 10px;
	font-weight: 400;
}
.cdg-video-section-container .cdg-video-section-title {
    color: #ffffff;
    font-size: 3em;
    line-height: 1.25em;
    letter-spacing: 0;
    font-family: 'Poppins-Bold';
    width: 100%;
    max-width: 574px;
    padding-bottom: 20px;
    display: inline-block;
	font-weight: bold;
}
.cdg-scroll-next-section-btn {
    position: absolute;
    width: 100%;
    display: block;
    z-index: 1;
    left: 0;
    text-align: center;
    right: 0;
    bottom: 30px;
}
.cdg-scroll-next-section-btn a {
    outline: none !important;
    display: inline-flex;
}
.cdg-home-slider-main button.slick-arrow {
    max-width: 70px !important;
    height: 30px !important;
    width: 100% !important;
    cursor: pointer;
    border: 1px solid #F47920;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    right: 0px;
    opacity: 1;
    font-size: 0;
    background: #F47920 !important;
    outline: none !important;
}
.cdg-home-slider-main button.slick-prev {
    left: unset;
    right: 66px;
    top: 54%;
}
.cdg-home-slider-main button.slick-next {
    right: 66px;
    top: 47%;
}
.cdg-home-slider-main .slick-prev:before {
    content: "\f060";
    font-size: 18px;
    line-height: 24px;
    font-weight: 300;
    font-family: 'font awesome 5 pro';
    letter-spacing: 0.36px;
    color: #fff;
}
.cdg-home-slider-main .slick-next:before {
    content: "\f061";
    font-size: 18px;
    line-height: 24px;
    font-weight: 300;
    font-family: 'font awesome 5 pro';
    letter-spacing: 0.36px;
    color: #fff;
}
.cdg-home-slider-main button.slick-arrow:hover {
    background: #fff !important;
}
.cdg-home-slider-main button.slick-arrow:hover:before {
	color: #F47920 !important;
}
.cdg-home-slider-main button.slick-arrow.slick-disabled {
    background: #DDDDDD !important;
    border: 1px solid #DDDDDD !important;
}
.cdg-home-slider-main button.slick-arrow.slick-disabled::before {
    color: #58595B !important;
}
.cdg-video-section-inner {
    max-width: 475px;
    width: 100%;
}
.cdg-video-section-btn-main {
    margin-top: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
	margin-bottom: 20px;
}
.cdg-video-section-btn-main a.video-btn {
    background: #F47920;
    padding: 10px 30px;
    border-radius: 100px;
    color: #FFFFFF !important;
    font-family: 'Poppins-Regular';
    font-size: 0.875em;
    line-height: 1.25em;
    letter-spacing: 0;
	cursor: pointer;
	display: inline-block;
	border: 1px solid #F47920;
	position: relative;
	font-weight: 400;
}
.video-btn-wrap {
    position: relative;
    z-index: 9;
    margin: 0 10px;
}
.cdg-video-section-btn-main a.video-btn:before {
    content: "";
    position: absolute;
    bottom: -4px;
    right: -1px;
    border: 1px solid #ffffff;
    width: 100%;
    height: 100%;
    transition: all 0.4s linear;
    border-radius: 25px;
    z-index: -1;
}
.video-btn-wrap .cdg-btn-link:before {
    content: "";
    position: absolute;
    bottom: -4px;
    right: -1px;
    border: 1px solid #ffffff;
    width: 100%;
    height: 100%;
    transition: all 0.4s linear;
    border-radius: 25px;
    z-index: -1;
}
.cdg-video-section-btn-main a.video-btn:before {
    content: "";
    position: absolute;
    bottom: -4px;
    right: -1px;
    border: 1px solid #ffffff;
    width: 100%;
    height: 100%;
    transition: all 0.4s linear;
    border-radius: 25px;
	z-index: -1;
}
.cdg-video-section-btn-main a.video-btn i {
    margin-right: 10px;
}
.cdg-video-section-btn-main a.video-btn:hover {
    color: #F47920 !important;
    background: #FFFFFF;
}
a.cdg-btn-link {
    background: #FFFFFF;
    padding: 10px 30px;
    border-radius: 100px;
    color: #F47920 !important;
    font-family: 'Poppins-Regular';
    font-size: 0.875em;
    line-height: 1.25em;
    letter-spacing: 0;
    cursor: pointer;
    display: inline-block;
    border: 1px solid #F47920;
	font-weight: 400;
}
a.cdg-btn-link:hover {
    background: #F47920;
    color: #FFFFFF !important;
}
.modal-dialog {
    width: 970px;
    padding: 160px 0px;
}
.modal-body {
    padding: 0;
}
button.close {
    position: relative;
    right: 20px;
    top: 50px;
    opacity: 1 !important;
	z-index: 99;
}
button.close span {
    font-size: 42px;
    line-height: 42px;
    color: #FFFFFF;
}
button.close i {
    font-weight: 100;
}
button.close:hover {
    opacity: 1;
    background: transparent;
}
button.close:focus {
    outline: none !important;
    background: transparent;
}
.modal-content {
    background: transparent;
	border-radius: 20px;
}
.modal-content iframe#video {
    border-radius: 20px;
}
.modal {
    background: #03121cb3;
}
.cdg-scroll-next-section-btn a i {
    color: #FFFFFF;
    font-family: 'Font Awesome 5 Pro';
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
}
.cdg-scroll-next-section-btn a i:hover {
    color: #F47920;
}
/** End Video Popup Widget css **/



/** Start Our Accreditations Widget css **/
.our-accreditations-slider-image img {
    padding: 5px;
    border-radius: 10px !important;
    object-fit: contain !important;
    width: 100% !important;
    background: #FFF  !important;
}
.cdg-our-accreditations-slider-scrollbar.swiper-scrollbar {
    background: #DDDDDD !important;
    width: 100% !important;
    height: 3px !important;
    max-width: 100%;
    margin: 0 auto;
    border-radius: 100px;
    margin-top: 30px;
    bottom: -15px !important;
    display: none;
}
/** End Our Accreditations Widget css **/



/** Start Home Page static section  css **/
.cdg-counter-section-img-overlay {
    position: relative !important;
}
.cdg-counter-text .elementor-counter-number-wrapper .elementor-counter-number-suffix {
    font-family: 'Poppins-Regular';
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0;
    font-weight: 400;
	padding-left: 10px;
}
.cdg-counter-text .elementor-counter-number-wrapper {
    display: flex;
    align-items: center;
}
.cdg-counter-text .elementor-counter-title {
    text-align: left !important;
}
.cdg-counter-text .elementor-counter-number-prefix {
    text-align: left !important;
    flex-grow: 0 !important;
}
.cdg-counter-section-img-overlay {
    position: relative;
}
.cdg-counter-section-img-overlay:after {
    content: "";
    position: absolute;
    width: 673px;
    max-width: 673px;
    height: 673px;
    background: #ffffff47;
    border-radius: 50%;
    top: 50%;
    left: -260px;
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
    transform: translate(0, -50%);
}
.cdg-find-out-more-section-bg {
    position: relative;
}
/* .cdg-find-out-more-section-bg:after {
    content: '';
    position: absolute;
    width: 673px;
    height: 673px;
    opacity: 1;
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    background: #ffffff47;
    border-radius: 50%;
    top: 0;
} */
.our-accreditation-bg .elementor-image-carousel .swiper-slide .swiper-slide-inner .swiper-slide-image {
    height: 80px;
    object-fit: contain;
}
.cdh-home-future:before {
    content: '';
    position: absolute;
    background: #f4781f66;
    width: 314px;
    height: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 99;
}
.cdg-home-border > .elementor-widget-wrap.elementor-element-populated:before ,
.cdg-procurement-border > .elementor-widget-wrap.elementor-element-populated:before {
    content: '';
    position: absolute;
    left: -1px;
    top: 0px;
    width: 1px;
    height: 100px;
    background: #F47920;
}
.cdg-home-imagebox .elementor-image-box-wrapper .elementor-image-box-content h3.elementor-image-box-title {
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    cursor: unset;
}
.cdg-home-imagebox .elementor-image-box-wrapper .elementor-image-box-content h3.elementor-image-box-title span {
    color: #F47920;
    font-size: 36px;
    line-height: 54px;
    letter-spacing: 0;
    font-family: 'Poppins-Bold';
    font-weight: bold;
    padding-right: 9px;
}
.cdg-home-eyes-future .elementor-widget-container {
    position: relative;
}
.cdg-home-eyes-future .elementor-widget-container:before {
    content: '';
    position: absolute;
    border: 1px solid #dddddd;
    bottom: 0;
    width: calc(100% + 100px);
    left: -50px;
}
/** End Home Page static section  css **/



/** Start Sustainability CPT css **/
.sustainability-sorting-searching-wrap {
    display: flex;
    justify-content: space-between;
	align-items: center;
}
.sustainability-sorting-searching-inner {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.sustainability-search-wrp {
    display: flex;
    align-items: center;
}
.sustainability-search-inner {
    position: relative;
    font-family: 'Poppins-Regular';
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0;
    color: #2C2B2B;
     border: 1px solid #FFFFFF !important;
    border-radius: 10px !important;
    padding: 10px 20px !important;
    min-width: 376px;
	font-weight: 400;
}
.sustainability-search-inner::placeholder {
    color: #2c2b2b80;
}
.sustainability-search-inner:hover {
    border: 1px solid #F47920 !important;
    cursor: pointer;
}
.sustainability-search-inner:focus {
    border: 1px solid #00000014 !important;
    background: #00000014;
}
.sustainability-search-btn {
    position: absolute;
    background: none;
    border: none !important;
    right: 20px;
    color: #F47920 !important;
    font-size: 16px !important;
    line-height: 26.25px;
    letter-spacing: 0;
    padding: 0 !important;
}
.sustainability-category-sorting-select,
.sustainability-category-sorting-select1{
    min-width: 222px;
    border: 1px solid #FFFFFF;
    border-radius: 10px;
    font-family: 'Poppins-Regular';
    font-size: 14px;
    line-height: 17.5px;
    letter-spacing: 0;
    color: #2C2B2B;
    -webkit-appearance: none;
    padding: 10px 20px;
    background: #FFFFFF;
	font-weight: 400;
}
.sustainability-category-sorting-select:hover,
.sustainability-category-sorting-select1:hover{
    border: 1px solid #F47920;
 	cursor: pointer;
}
.sustainability-category-sorting-select:focus,
.sustainability-category-sorting-select1:focus{
    border: 1px solid #00000014;
 	background: #00000014;
}
.sustainability-cat-sorting {
    position: relative;
}
.sustainability-cat-sorting:before {
    content: '\f107';
    position: absolute;
    font-family: 'Font Awesome 5 Pro';
    right: 20px;
    top: 10px;
    color: #F47920;
    font-size: 20px;
    line-height: 22px;
    letter-spacing: 0;
    font-weight: 300;
    pointer-events: none;
}
.sustainability-sorting {
    position: relative;
    margin-right: 20px;
}
.sustainability-sorting:before {
    content: '\f107';
    position: absolute;
    font-family: 'Font Awesome 5 Pro';
    right: 20px;
    top: 10px;
    color: #F47920;
    font-size: 20px;
    line-height: 22px;
    letter-spacing: 0;
    font-weight: 300;
    pointer-events: none;
}
.sustainability-sorting-select {
    min-width: 222px;
    border: none;
    border-radius: 10px;
    font-family: 'Poppins-Regular';
    font-size: 14px;
    line-height: 17.5px;
    letter-spacing: 0;
    color: #2C2B2B;
    -webkit-appearance: none;
    padding: 10px 20px;
    background: #FFFFFF;
	border: 1px solid #FFFFFF;
	font-weight: 400;
}
.sustainability-sorting-select:hover {
    border: 1px solid #F47920;
    cursor: pointer;
}
.sustainability-sorting-select:focus {
    background: #00000014;
    border: 1px solid #00000014;
}
.cdg-sustainability-archive-main-wrp {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}
.cdg-sustainability-archive {
    width: 33.33%;
    padding: 0 10px;
    margin-bottom: 20px;
}
.cdg-sustainability-archive-feature-img .cdg-sustainability-img-inner img {
    max-height: 251PX;
    width: 100%;
    border-radius: 20px 20px 0px 0px;
    object-fit: cover;
}
.cdg-sustainability-title {
    font-family: 'Poppins-Bold' !important;
    color: #2C2B2B !important;
    font-size: 1.125em !important;
    line-height: 1.25em !important;
    margin: 0;
    letter-spacing: 0;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
	cursor: default;
	font-weight: bold;
}
.cdg-sustainability-content {
    margin: 0;
    color: #2C2B2B;
    font-family: 'Poppins-Regular';
    font-size: 1em;
    line-height: 1.25em;
    letter-spacing: 0;
	margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
	font-weight: 400;
}
.cdg-sustainability-archive-bottom {
    padding: 20px;
    position: relative;
    height: 251px;
}
.cdg-sustainability-archive-bottom:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #00000014;
    border-radius: 0 0 20px 20px;
    backdrop-filter: blur(33px);
    -webkit-backdrop-filter: blur(33px);
	z-index: -1;
}
.cdg-sustainability-category {
    padding-left: 15px;
    position: relative;
	margin-bottom: 10px;
}
.cdg-sustainability-category:before {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    left: 0;
    background: #0075BE;
    border-radius: 100%;
    top: 9px;
}
.cdg-sustainability-category .cdg-sustainability-cat span {
    font-family: 'Poppins-Italic';
    font-size: 0.75em;
    line-height: 1.5em;
    letter-spacing: 0;
    color: #58595B;
    text-transform: capitalize;
    font-weight: 400;
    padding: 0;
}
.cdg-sustainability-archive-content-wrp {
    position: relative;
}
.cdg-sustainability-report-archive {
    width: 25%;
	margin-bottom: 30px;
}
.cdg-sustainability-report-archive .cdg-sustainability-archive-feature-img .cdg-sustainability-img-inner img {
    max-height: 390px;
    border-radius: 10px;
	box-shadow: 0px 4px 32px #00000029;
}
.cdg-sustainability-report-archive .cdg-sustainability-archive-bottom {
	padding: 0;
    padding-top: 20px;
    position: relative;
    min-height: 145px;
	height: unset;
}
.cdg-sustainability-report-archive .cdg-sustainability-archive-bottom:before{
	content: none;
}
.cdg-sustainability-report-archive .cdg-sustainability-title {
    padding-bottom: 20px;
}
.cdg-sustainability-reports-document-link-download .cdg-sustainability-reports-document-link {
    background: #F47920;
    padding: 6px 20px;
    border-radius: 100px;
    color: #FFFFFF;
    font-family: 'Poppins-Regular';
    font-size: 0.875em;
    line-height: 1.25em;
    letter-spacing: 0;
    display: inline-block;
	font-weight: 400;
}
.cdg-sustainability-reports-document-link-download .cdg-sustainability-reports-document-link:hover {
    background: #FFFFFF ;
    color: #F47920;
}
.cdg-sustainability-video-document-link-download .cdg-sustainability-video-document-link {
	background: #F47920;
    padding: 5px 20px;
    border-radius: 100px;
    color: #FFFFFF;
    font-family: 'Poppins-Regular';
    font-size: 0.875em;
    line-height: 1.25em;
    letter-spacing: 0;
	display: inline-block;
	font-weight: 400;
}
.cdg-sustainability-video-document-link-download .cdg-sustainability-video-document-link:hover {
    background: #FFFFFF ;
    color: #F47920;
}
.cdg-pagination {
    margin-top: 30px !important;
    text-align: center;
    width: 100%;
    margin-bottom: 0 !important;
}
.cdg-pagination .page-numbers {
    height: 40px;
    width: 40px;
    display: inline-block;
    font-size: 12px;
    line-height: 40px;
    letter-spacing: 0.24px;
    font-family: 'Poppins-Regular';
    color: #58595B;
    margin: 0px 10px;
    border-radius: 40px;
    transition: all 0.3s linear;
    border: 1px solid transparent;
    text-decoration: none;
	font-weight: 400;
}
.cdg-pagination .page-numbers.current:hover {
    color: #FFFFFF !important;
}
.cdg-pagination .page-numbers.current {
    border: 1px solid #F47920;
    background-color: #F47920;
    color: #FFFFFF !important;
}
.cdg-pagination .page-numbers:hover{
    border: 1px solid #F47920;
    color: #F47920 !important;
}
.cdg-sustainability-report-document-link-download .cdg-sustainability-report-document-link {
    background: #F47920;
    padding: 5px 20px;
    border-radius: 100px;
    color: #FFFFFF;
    font-family: 'Poppins-Regular';
    font-size: 0.875em;
    line-height: 1.25em;
    letter-spacing: 0;
	display: inline-block;
	font-weight: 400;
}
.cdg-sustainability-report-document-link-download .cdg-sustainability-report-document-link:hover {
    background: #FFFFFF ;
    color: #F47920;
}
.cdg-pagination a.prev {
    float: left;
    margin: 0;
    border: 1px solid #F47920;
    width: 70px;
    height: 30px;
    border-radius: 100px;
    background: #F47920;
	margin: 5px 0;
}
.cdg-pagination a.prev i {
    line-height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #FFFFFF;
}
.cdg-pagination a.prev:hover {
    color: #F47920;
    background: #FFFFFF;
	cursor: pointer;
}
.cdg-pagination a.prev:hover i {
    color: #F47920;
}
.cdg-pagination a.next {
    color: #F47920;
    border: 1px solid #F47920;
    width: 70px;
    height: 30px;
    float: right;
    margin: 0;
	background: #F47920;
	margin: 5px 0;
}
.cdg-pagination a.next i {
    line-height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #FFFFFF;
}
.cdg-pagination a.next:hover {
    color: #F47920;
    background: #FFFFFF;
	cursor: pointer;
}
.cdg-pagination a.next:hover i {
    color: #F47920;
}
.cdg-pagination a.page-numbers.disable {
    background: #DDDDDD;
    border: 1px solid #DDDDDD;
}
.cdg-pagination a.page-numbers.disable i {
    color: #58595B;
}
.cdg-sustainability-report-document-link-download {
    position: absolute;
    bottom: 20px;
}
.cdg-sustainability-video-document-link-download {
    position: absolute;
    bottom: 20px;
}
/** End Sustainability CPT css **/



/** Start News CPT css **/
.cdg-news-archive-main-wrp .cdg-news-report-not-found {
    text-align: center;
    margin: 0;
}
.cdg-news-cat-date-wrap {
    display: flex;
    align-items: center;
	flex-wrap: wrap;
	padding-bottom: 5px;
}
.cdg-news-category a.cdg-news-cat {
    font-family: 'Poppins-Italic';
    color: #57595bfc;
    font-size: 0.75em;
    line-height: 1.5em;
    text-transform: capitalize;
    letter-spacing: 0;
	position: relative;
	text-decoration: none;
	font-weight: 400;
}
.cdg-news-category a.cdg-news-cat:before {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    background: #0075BE;
    border-radius: 100px;
    left: -15px;
    top: 6px;
}
.cdg-news-date-wrap .cdg-news-date {
    margin: 0;
    font-family: 'Poppins-Regular';
    color: #57595bfc;
    font-size: 0.75em;
    line-height: 1.5em;
    text-transform: capitalize;
    letter-spacing: 0;
	font-weight: 400;
}
.cdg-news-cat-date-spacer {
    color: #0075BE;
    font-size: 18px;
    font-family: 'Poppins-Light';
    margin: 0 20px;
	padding-bottom: 5px;
	font-weight: 300;
}
.cdg-news-archive-content-wrp .cdg-news-title {
    font-family: 'Poppins-Bold' !important;
    color: #2C2B2B !important;
    font-size: 1.125em !important;
    margin: 0;
    line-height: 1.25em !important;
    letter-spacing: 0;
	cursor: unset;
	font-weight: bold;
}
.cdg-news-title a {
    color: #2C2B2B !important;
}
.cdg-news-category {
    padding-left: 15px;
	padding-bottom: 5px;
}
/* .cdg-news-archive-inner:hover {
    cursor: pointer;
} */
.cdg-news-slider-wrp:hover .cdg-news-archive-content-wrp a .cdg-news-title {
    text-decoration: underline;
}
.news-search-wrp {
    display: flex;
    align-items: center;
	position: relative;
	margin-bottom: 10px;
}
.news-search-inner {
    position: relative;
    font-family: 'Poppins-Regular';
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0;
    color: #2C2B2B;
    border: 1px solid #FFFFFF !important;
    border-radius: 10px !important;
    padding: 10px 20px !important;
    min-width: 376px;
	font-weight: 400;
}
.news-search-inner::placeholder {
	opacity: 50%;
}
.news-search-inner:hover {
    border: 1px solid #F47920 !important;
    cursor: pointer;
}
.news-search-inner:focus {
    background: #00000014;
    border: 1px solid #00000014 !important;
}
.news-sorting {
    position: relative;
    margin-right: 20px;
	margin-bottom: 10px;
}
.news-sorting-select {
    min-width: 222px;
    border: none;
    border-radius: 10px;
    font-family: 'Poppins-Regular';
    font-size: 14px;
    line-height: 17.5px;
    letter-spacing: 0;
    color: #2C2B2B;
    -webkit-appearance: none;
    padding: 10px 20px;
    background: #FFFFFF;
	border: 1px solid #FFFFFF;
	font-weight: 400;
}
.news-sorting-select:focus {
    background: #00000014;
    border: 1px solid #00000014 !important;
}
.news-sorting-select:hover {
    border: 1px solid #F47920;
    cursor: pointer;
}
.news-date-sorting-inner .datepicker:focus {
    background: #00000014;
    border: 1px solid #00000014 !important;
}
.news-sorting:before {
    content: '\f078';
    position: absolute;
    font-family: 'Font Awesome 5 Pro';
    right: 20px;
    top: 8px;
    color: #F47920;
    font-size: 13px;
    line-height: 22px;
    letter-spacing: 0;
    font-weight: 300;
    pointer-events: none;
}
main.site-main.news-category-company-announcements {
    max-width: 1070px !important;
    margin: 0 auto;
    padding: 0 50px;
}
.news-sorting-searching-wrap {
    display: flex;
	flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
	margin-top: 50px;
}
.news-search-btn {
    position: absolute;
    background: none;
    border: none !important;
    right: 20px;
    color: #F47920 !important;
    font-size: 16px !important;
    line-height: 26.25px;
    letter-spacing: 0;
    padding: 0 !important;
}
.cdg-news-category-main .cdg-news-archive {
    background: #FFFFFF;
    margin-bottom: 10px;
    padding: 30px;
    border-radius: 20px;
}
.cdg-news-category-main .cdg-news-archive-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.cdg-news-category-main .cdg-news-archive-content-wrp {
    max-width: 742px;
}
.cdg-news-category-main {
    margin-bottom: 100px;
}
.cdg-news-category-main .cdg-news-date-wrap .cdg-news-date {
    margin: 0;
    font-family: 'Poppins-Regular';
    color: #58595B;
    font-size: 0.75em;
    line-height: 1em;
    text-transform: capitalize;
    letter-spacing: 0;
	font-weight: 400;
}
.cdg-news-category-main .cdg-news-date-wrap {
    padding-bottom: 5px;
}
.cdg-news-category-main .cdg-news-date-wrap .cdg-news-date.company {
    margin: 0;
    font-family: 'Poppins-SemiBold';
    color: #0075BE;
    font-size: 0.875em;
    line-height: 1em;
    text-transform: capitalize;
    letter-spacing: 0;
	font-weight: 600;
}
main.site-main.news-category-press-release {
    max-width: 1070px !important;
    margin: 0 auto;
    padding: 0 50px;
}
.cdg-news-report-document-link-download a.cdg-news-report-document-link {
    background: #F47920;
    color: #FFFFFF;
    padding: 6px 21px;
    border-radius: 100px;
    text-decoration: none;
    font-size: 0.875em;
    line-height: 1.25em;
    display: inline-block;
	font-family: 'Poppins-Regular';
	font-weight: 400;
}
.cdg-news-category-main .cdg-news-archive:hover {
    background: #F1F1F1;
/* 	cursor: pointer; */
}
.cdg-news-category-main .cdg-news-archive:hover .cdg-news-title a{
    text-decoration: underline;
	cursor: pointer;
}
.cdg-news-category-main .cdg-news-archive:hover a.cdg-news-report-document-link {
    background: #FFFFFF;
    color: #F47920;
}
a.investor-relations-btn {
    background: #F47920;
    color: #FFFFFF;
    padding: 5px 20px;
    border-radius: 100px;
    text-decoration: none;
    font-size: 0.875em;
    line-height: 1.25em;
}
.news-sorting-searching-inner {
    display: flex;
    align-items: center;
	flex-wrap: wrap;
}
.news-date-sorting-inner .datepicker {
    min-width: 222px;
    border: none;
    border-radius: 10px;
    font-family: 'Poppins-Regular';
    font-size: 14px;
    line-height: 17.5px;
    letter-spacing: 0;
    color: #2C2B2B;
    -webkit-appearance: none;
    padding: 10px 20px;
    background: #FFFFFF;
	border: 1px solid #FFFFFF;
	font-weight: 400;
}
.news-date-sorting-inner .datepicker:hover {
    border: 1px solid #F47920;
	cursor: pointer;
}
.news-search-btn:focus {
    outline: none;
}
.news-search-btn:hover {
    background: none !important;
}
main.site-main.news-category-features {
    max-width: 1270px !important;
    padding: 0 50px;
    margin: 0 auto;
}
.main.news-category-features .cdg-news-archive {
    width: 33.33%;
    margin-bottom: 20px;
	position: relative;
}
.main.news-category-features .cdg-news-archive {
    width: 33.33%;
    margin-bottom: 20px;
    position: relative;
    padding: 30px 20px 20px 20px;
	overflow: hidden;
}
.main.news-category-features .cdg-news-archive:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #00000014;
    border-radius: 0 0 20px 20px;
    backdrop-filter: blur(33px);
    -webkit-backdrop-filter: blur(33px);
    z-index: 9;
    width: 100%;
    height: 100%;
	border-radius: 20px;
}
.cdg-news-pagination {
    padding-top: 20px;
}
.main.news-category-features .cdg-news-archive-inner {
    position: relative;
    z-index: 9;
}
main.news-category-features .cdg-news-archive-main-wrp .cdg-news-archive .cdg-news-title {
    padding-bottom: 30px;
}
.cdge-features-archive-feature-img img {
    border-radius: 10px !important;
}
.cdge-features-btn a.features-btn {
    background: #F47920;
    padding: 5px 20px;
    border-radius: 25px;
    color: #FFFFFF;
    font-size: 0.875em;
    line-height: 1.25em;
    text-decoration: 1.25em;
	display: inline-block;
}
.cdg-news-features-archive .cdg-news-archive:hover .cdge-features-btn a.features-btn{
	background: #FFFFFF;
	color: #F47920;
}
main.news-category-features .cdg-news-archive-main-wrp .cdg-news-archive:hover .cdge-features-btn a.features-btn {
    background: #FFFFFF;
    color: #F47920;
}
main.news-category-features .cdg-news-archive-main-wrp {
    margin-top: 30px;
    display: flex;
    flex-wrap: nowrap;
    margin-left: -10px;
    margin-right: -10px;
}
main.news-category-features .cdg-news-archive-main-wrp .cdg-news-archive {
    width: 33.33%;
    margin-left: 10px;
    margin-bottom: 20px;
    margin-right: 10px;
    position: relative;
    z-index: 9;
    overflow: hidden;
	max-width: 376px;
}
main.news-category-features .cdg-news-archive-main-wrp .cdg-news-archive:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #00000014;
    border-radius: 0 0 20px 20px;
    backdrop-filter: blur(33px);
    -webkit-backdrop-filter: blur(33px);
    z-index: -1;
}
main.news-category-features .cdg-news-archive-main-wrp .cdg-news-archive:hover {
    background: none;
}
.cdge-single-news-feature-main.container {
    padding: 50px 0px 100px 0px;
	width: 970px;
}
.cdge-single-news-feature-info .cdge-news-feature-back-btn a {
    font-family: 'Poppins-Regular';
    font-size: 0.875em;
    line-height: 1.25em;
    letter-spacing: 0;
    color: #000000;
	font-weight: 400;
}
.cdge-single-news-feature-info .cdge-news-feature-back-btn a i {
    color: #F47920;
    font-size: 16px;
    padding-right: 10px;
}
.cdge-single-news-feature-info .cdge-news-feature-back-btn a:hover {
    color: #F47920;
    text-decoration: underline;
}
.cdge-single-news-feature-inner-main {
    background: #FFFFFF;
    padding: 50px;
	border-radius: 20px;
}
.cdge-news-feature-title {
    font-family: 'Poppins-Bold';
    color: #2C2B2B !important;
    font-size: 2.25em !important;
    margin: 0;
    line-height: 1.5em !important;
    letter-spacing: 0;
	padding-bottom: 10px;
	font-weight: bold;
}
.cdge-single-news-feature-info {
    margin-bottom: 30px;
}
.cdge-single-news-feature-social-icon {
    display: flex;
    align-items: center;
}
.cdge-single-news-feature-social-icon {
    display: flex;
    align-items: center;
    color: #2C2B2B;
    font-family: 'Poppins-Regular';
    font-size: 0.875em;
    line-height: 1.25em;
	font-weight: 400;
}
.cdge-single-news-feature-social-icon ul {
    list-style-type: none;
    display: flex;
    align-items: center;
    padding-left: 15px;
}
.cdge-single-news-feature-social-icon ul li a {
    margin: 0 15px;
}
.cdge-single-news-feature-social-icon ul li a i:hover {
    color: #F47920;
}
.cdge-single-news-feature-social-icon ul li a i {
    font-size: 18px;
    line-height: 24px;
    color: #58595B;
    letter-spacing: 0;
}
.cdg-news-feature-content {
    font-family: 'Poppins-Regular';
    color: #2C2B2B;
    padding-bottom: 20px;
    font-size: 1em;
    line-height: 1.25em;
    margin: 0;
	font-weight: 400;
}
.cdge-news-feature-date-social-main {
    padding-bottom: 30px;
}
.custom-social-link-btn {
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
}
.custom-social-link-btn i {
    background: transparent !important;
    color: #58595B !important;
    line-height: 24px;
    font-size: 16px;
    letter-spacing: 0;
    padding: 0 !important;
    border: 0;
    margin-left: 15px;
    font-weight: 300;
}
.custom-social-link-btn i:hover {
    color: #F47920 !important;
}
.custom-social-link-btn:focus {
    outline: none;
}
.cdge-single-news-feature-feature-image {
    max-width: 772px;
    margin: 0 auto;
}
.cdge-single-news-feature-feature-image img {
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}
.single-news main.site-main {
    max-width: 1070px !important;
    padding-left: 50px;
    padding-right: 50px;
}
.news-feature-credit-text {
    margin: 0;
    padding-top: 10px;
    font-family: 'Poppins-Italic';
    font-size: 0.875em;
    line-height: 1.25em;
    color: #58595B;
	font-weight: 400;
}
.cdg-single-media-pagination {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    width: 100%;
	margin-bottom: 0px;
}
.cdge-single-news-feature-main {
    margin-top: 50px;
}
.nav-previous.cdg-single-arrow {
    width: 50%;
    padding-right: 15px;
    max-width: 277px;
}
.nav-next.cdg-single-arrow {
    text-align: end;
    width: 50%;
    padding-left: 15px;
    max-width: 277px;
}
.cdg-single-arrow .post-title {
    color: #2C2B2B !important;
    font-family: 'Poppins-Regular';
    line-height: 1.25em;
    font-size: 0.875em;
    margin: 0;
    letter-spacing: 0;
    padding-top: 10px;
	font-weight: 400;
}
.cdg-single-arrow a {
    border: 1px solid #F47920;
    padding: 5px 20px;
    border-radius: 100px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
	text-decoration: none;
}
.cdg-single-arrow a span {
    color: #F47920;
    font-family: 'Poppins-Regular';
    line-height: 17.5px;
    font-size: 14px;
	font-weight: 400;
}
.nav-next.cdg-single-arrow i {
    font-size: 16px;
    line-height: 20px;
    color: #F47920;
    padding-left: 10px;
}
.nav-previous.cdg-single-arrow i {
    font-size: 16px;
    line-height: 20px;
    color: #F47920;
    padding-right: 10px;
}
.cdg-last-post-disable .prev-disabled {
    background: #DDDDDD;
    padding: 5px 20px;
    display: inline-flex;
    border-radius: 100px;
    line-height: 17.5px;
    font-size: 14px;
    color: #58595B;
    align-items: center;
}
.cdg-last-post-disable .prev-disabled i {
    color: #58595B;
}
.cdg-single-arrow a:hover {
    background: #F47920;
}
.cdg-single-arrow a:hover span{
	color: #FFFFFF;
}
.cdg-single-arrow a:hover i{
	color: #FFFFFF;
}
.cdge-features-btn {
    padding-top: 20px;
}
.cdg-first-post-disable .next-disabled {
    padding-right: 15px;
    max-width: 277px;
    color: #58595B;
    font-size: 0.875em;
    line-height: 1.25em;
    background: #DDDDDD;
    display: inline-flex;
    padding: 5px 20px;
	border-radius: 100px;
}
.cdg-first-post-disable .next-disabled i {
    color: #58595B;
}
.news-features-content {
    background: #F1F1F1;
    padding: 30px;
    text-align: center;
    border-radius: 20px;
    margin-top: 50px;
}
.news-features-content p {
    font-family: 'Poppins-Regular';
    margin: 0;
    color: #2C2B2B;
    font-size: 1em;
    line-height: 1.25em;
	font-weight: 400;
}
/* input[type="date"]::-webkit-calendar-picker-indicator {
    display: none;
    -webkit-appearance: none;
}
.news-date-sorting-inner{
	position: relative;
}
.news-date-sorting-inner:before {
    content: "\f078";
    position: absolute;
    font-family: 'Font Awesome 5 Pro';
    color: #F47920;
    font-weight: 100;
    font-size: 13px;
    top: 8px;
    right: 20px;
} */
/** End News CPT css **/

/** Start Annual Reports CPT css **/
.cdg-annual-reports-archive-main-wrp {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}
.cdg-annual-reports-archive {
    width: 25%;
    padding: 0 10px;
    margin-bottom: 30px;
}
.cdg-annual-reports-img-inner img {
    max-height: 390px;
    width: 100%;
    object-fit: cover;
	border-radius: 10px !important;
    box-shadow: 0px 4px 32px #00000029 !important;
}
.cdg-annual-reports-archive-content-wrp .cdg-annual-reports-title {
    font-family: 'Poppins-Bold';
    color: #2C2B2B;
    margin: 0;
    padding-top: 10px;
    font-size: 1.125em;
    line-height: 1.25em;
    letter-spacing: 0;
    padding-bottom: 5px;
	font-weight: bold;
}
.cdg-annual-reports-archive .cdg-annual-reports-archive-inner:hover .cdg-annual-reports-title {
    color: #F47920;
}
.cdg-annual-reports-archive-feature-img {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.annual-reports-read-more-btn {
    position: absolute;
    background: #F47920;
    padding: 5px 20px;
    border-radius: 100px;
    color: #FFFFFF;
    font-family: 'Poppins-Regular';
    font-size: 0.875em;
    line-height: 1.25em;
    letter-spacing: 0;
	opacity: 0;
	font-weight: 400;
}
.annual-reports-read-more-btn:hover {
    color: #F47920;
    background: #FFFFFF;
}
.cdge-annual-reports-btn .annual-reports-btn {
    font-family: 'Poppins-Regular';
    font-size: 0.875em;
    line-height: 1.25em;
    letter-spacing: 0;
    color: #2C2B2B;
	font-weight: 400;
}
.cdge-annual-reports-btn .annual-reports-btn i {
    color: #F47920;
    padding-left: 10px;
    font-size: 18px;
    line-height: 24px;
}
.cdge-annual-reports-btn .annual-reports-btn:hover i {
    transition: all 0.3s linear;
    padding-left: 15px;
}
.cdge-annual-reports-btn .annual-reports-btn:hover {
    color: #F47920;
    text-decoration: underline;
}
.cdg-annual-reports-archive-inner:hover {
    cursor: pointer;
}
.cdg-annual-reports-archive-inner:hover .annual-reports-read-more-btn {
    opacity: 1;
}
.cdg-annual-reports-archive-inner:hover .cdg-annual-reports-title {
    text-decoration: underline;
}
.single-reports .cdge-single-annual-reports-main {
    max-width: 1070px;
    padding: 0 50px;
    padding-bottom: 100px;
    width: 100%;
}
.cdge-single-annual-reports-info {
    margin-top: 50px;
}
.cdge-annual-reports-back-btn a {
    font-size: 14px;
    line-height: 17.5px;
    letter-spacing: 0;
    color: #2C2B2B;
    font-family: 'Poppins-Regular';
	display: flex;
    align-items: center;
	font-weight: 400;
}
.cdge-annual-reports-back-btn a i {
    color: #F47920;
    font-size: 18px;
    line-height: 24px;
    padding-right: 10px;
}
.cdge-annual-reports-back-btn {
    padding-bottom: 30px;
}
.cdge-annual-reports-back-btn a {
    font-size: 14px;
    line-height: 17.5px;
    letter-spacing: 0;
    color: #2C2B2B;
    font-family: 'Poppins-Regular';
    display: flex;
    align-items: center;
    text-decoration: none;
	font-weight: 400;
}
.cdge-single-annual-reports-inner-main {
    background: #FFFFFF;
    padding: 50px 70px;
    border-radius: 20px;
}
.cdge-single-annual-reports-feature-image img {
    max-width: 283px;
    max-height: 400px;
    object-fit: cover;
    border-radius: 10px;
    box-shadow: 0px 4px 32px #00000029;
}
.cdge-single-annual-reports-inner-left {
    margin-right: 30px;
}
.cdge-single-annual-reports-inner-main {
    background: #FFFFFF;
    padding: 50px 0px 50px 70px;
    border-radius: 20px;
    display: flex;
	justify-content: space-between;
}
.cdge-single-annual-reports-inner-right {
    padding-left: 0;
    max-width: 475px;
    width: 100%;
    display: grid;
    align-content: center;
}
.cdge-annual-reports-single-title {
    color: #2C2B2B !important;
    font-family: 'Poppins-Bold';
    font-size: 2.125em !important;
    line-height: 1.5em;
    letter-spacing: 0;
    margin: 0;
	font-weight: bold;
}
.cdg-annual-reports-content {
    color: #58595B;
    font-family: 'Poppins-Regular';
    font-size: 1em;
    line-height: 1.5em;
    letter-spacing: 0;
    margin: 0;
    padding-bottom: 20px;
	font-weight: 400;
}
.cdge-single-annual-reports-more-details {
    font-family: 'Poppins-Regular';
    color: #2C2B2B;
    font-size: 1em;
    line-height: 1.25em;
    letter-spacing: 0;
	font-weight: 400;
}
.cdge-annual-reports-single-btn a {
    background: #F47920;
    padding: 10px 30px;
    border-radius: 100px;
    color: #FFFFFF;
    text-decoration: none;
    line-height: 1.25em;
    font-size: 0.875em;
    letter-spacing: 0;
    display: inline-block;
	border: 1px solid #F47920;
	position: relative;
}
.cdge-annual-reports-single-btn a:before {
    content: '';
    position: absolute;
    bottom: -4px;
    right: -3px;
    border: 1px solid #F47920;
    width: 100%;
    height: 100%;
    transition: all 0.4s linear;
    border-radius: 25px;
	z-index: -1;
}
.cdge-annual-reports-single-btn {
    position: relative;
    z-index: 9;
}
.single-reports main.site-main.reports.type-reports {
    max-width: 1070px;
    margin: 0 auto;
    padding: 0;
}
.cdge-annual-reports-single-btn a:hover {
    background: #FFFFFF;
    color: #F47920;
}
.cdge-single-annual-reports-social-icon {
    display: flex;
    align-items: center;
}
.cdge-single-annual-reports-social-icon {
    display: flex;
    align-items: center;
    color: #2C2B2B;
    font-family: 'Poppins-Regular';
    font-size: 0.875em;
    line-height: 1.25em;
	font-weight: 400;
}
.cdge-single-annual-reports-social-icon ul {
    list-style-type: none;
    display: flex;
    align-items: center;
    padding-left: 15px;
}
.cdge-single-annual-reports-social-icon ul li a {
    margin: 0 15px;
}
.cdge-single-annual-reports-social-icon ul li a i:hover {
    color: #F47920;
}
.cdge-single-annual-reports-social-icon ul li a i {
    font-size: 18px;
    line-height: 24px;
    color: #58595B;
    letter-spacing: 0;
}
.cdge-annual-reports-date-social-main {
    margin-top: 20px;
}
.cdge-single-annual-reports-feature-image {
    max-width: 283px;
    margin: 0 auto;
}
.cdge-annual-reports-back-btn a span:hover {
    color: #F47920;
    text-decoration: underline;
}
.annual-report-sorting-searching-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    margin-top: 20px;
}
.annual-report-sorting {
    position: relative;
    margin-right: 20px;
}
div#annual-report-sort-by:before {
    content: '\f078';
    position: absolute;
    font-family: 'Font Awesome 5 Pro';
    right: 20px;
    top: 8px;
    color: #F47920;
    font-size: 13px;
    line-height: 22px;
    letter-spacing: 0;
    font-weight: 100;
    pointer-events: none;
}
.annual-report-sorting-select {
    min-width: 222px;
    border: none;
    border-radius: 10px;
    font-family: 'Poppins-Regular';
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0;
    color: #2C2B2B;
    -webkit-appearance: none;
    padding: 10px 20px;
    background: #FFFFFF;
	border: 1px solid #FFFFFF;
	font-weight: 400;
}
.annual-report-sorting-select:hover {
    border: 1px solid #F47920;
    cursor: pointer;
}
.annual-report-sorting-select:focus {
    border: 1px solid #00000014 !important;
    background: #00000014;
}
.annual-report-search-wrp {
    display: flex;
    align-items: center;
    position: relative;
}
.annual-report-search-inner {
    position: relative;
    font-family: 'Poppins-Regular';
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0;
    color: #2C2B2B;
    border: 1px solid #FFFFFF !important;
    border-radius: 10px !important;
    padding: 9px 20px !important;
    min-width: 376px;
	font-weight: 400;
}
.annual-report-search-inner::placeholder {
	opacity: 50%;
}
.annual-report-search-inner:hover {
    border: 1px solid #F47920 !important;
    cursor: pointer;
}
.annual-report-search-inner:focus {
   border: 1px solid #00000014 !important;
   background: #00000014;
}
.annual-report-search-btn {
    position: absolute;
    background: none !important;
    border: none !important;
    right: 20px;
    color: #F47920 !important;
    font-size: 16px !important;
    line-height: 26.25px;
    letter-spacing: 0;
    padding: 0 !important;
}
.annual-report-search-btn:focus {
    outline: none;
}
.cdge-annual-reports-download-text span {
    font-family: 'Poppins-Regular';
    font-size: 0.875em;
    line-height: 1.25em;
    letter-spacing: 0;
    color: #2C2B2B;
	font-weight: 400;
}
.cdge-annual-reports-download-text i {
    color: #F47920;
    padding-left: 10px;
    font-size: 18px;
    line-height: 24px;
}
.cdge-annual-reports-download-buttons {
    display: inline-grid;
    border-top: 1px solid #DDDDDD;
    padding-top: 30px;
    margin-top: 30px;
}
.cdge-annual-reports-download-buttons a .cdge-annual-reports-download-btn-text {
    font-family: 'Poppins-Regular';
    font-size: 0.875em;
    line-height: 1.25em;
    letter-spacing: 0;
    color: #2C2B2B;
	font-weight: 400;
}
.cdge-annual-reports-download-buttons a i {
	color: #F47920;
    padding-left: 10px;
    font-size: 18px;
    line-height: 24px;
}
.cdge-annual-reports-download-buttons a.button:hover i {
    padding-left: 15px;
    transition: all 0.3s linear;
}
.cdge-annual-reports-download-buttons a .cdge-annual-reports-download-btn-text:hover {
    color: #F47920;
    text-decoration: underline;
}
/** End Annual Reports CPT css **/


/** Start SGX Announcement CPT css **/
.investor-relation-sorting-searching-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}
.investor-relation-sorting-searching-inner {
    display: flex;
    align-items: center;
    padding-bottom: 30px;
}
.investor-relation-sorting {
    position: relative;
    margin-right: 20px;
}
.investor-relation-sorting:before {
    content: '\f107';
    position: absolute;
    font-family: 'Font Awesome 5 Pro';
    right: 20px;
    top: 8px;
    color: #F47920;
    font-size: 20px;
    line-height: 22px;
    letter-spacing: 0;
    font-weight: 300;
    pointer-events: none;
}
.investor-relation-sorting-select {
    min-width: 222px;
    border: none;
    border-radius: 10px;
    font-family: 'Poppins-Regular';
    font-size: 14px;
    line-height: 17.5px;
    letter-spacing: 0;
    color: #2C2B2B;
    -webkit-appearance: none;
    padding: 10px 20px;
    background: #FFFFFF;
	border: 1px solid #FFFFFF;
	font-weight: 400;
}
.investor-relation-sorting-select:hover,
input#investorrelationdate:hover,
input#newsdate:hover {
    border: 1px solid #F47920;
    cursor: pointer;
}
.investor-relation-sorting-select:focus,
input#investorrelationdate:focus,
input#newsdate:focus {
    background: #00000014;
    border: 1px solid #00000014;
}
input#investorrelationdate,
input#newsdate {
    min-width: 222px;
    border-radius: 10px;
    font-family: 'Poppins-Regular';
    font-size: 14px;
    line-height: 17.5px;
    letter-spacing: 0;
    color: #2C2B2B;
    -webkit-appearance: none;
    padding: 10px 20px;
    background: #FFFFFF;
    border: 1px solid #FFFFFF;
    height: unset;
    box-shadow: none;
	font-weight: 400;
}
.investor-relation-date-sorting-inner .datepicker {
    min-width: 222px;
    border: none;
    border-radius: 10px;
    font-family: 'Poppins-Regular';
    font-size: 14px;
    line-height: 17.5px;
    letter-spacing: 0;
    color: #2C2B2B;
    -webkit-appearance: none;
    padding: 9px 20px;
    background: #FFFFFF;
	border: 1px solid #FFFFFF;
	font-weight: 400;
}
.investor-relation-date-sorting-inner .datepicker:hover {
    border: 1px solid #F47920;
    cursor: pointer;
}
.investor-relation-date-sorting-inner .datepicker:focus {
    background: #00000014;
    border: 1px solid #00000014;
}
.investor-relation-search-wrp {
    display: flex;
    align-items: center;
    position: relative;
}
.investor-relation-search-inner {
    position: relative;
    font-family: 'Poppins-Regular';
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0;
    color: #2C2B2B;
    border: none !important;
    border-radius: 10px !important;
    padding: 9px 20px !important;
    min-width: 376px;
	border: 1px solid #FFFFFF !important;
	font-weight: 400;
}
.investor-relation-search-inner::placeholder {
	opacity: 50%;
}
.investor-relation-search-inner:hover {
    border: 1px solid #F47920 !important;
    cursor: pointer;
}
.investor-relation-search-inner:focus {
    border: 1px solid #00000014 !important;
	background: #00000014;
}
.investor-relation-search-btn {
    position: absolute;
    background: none !important;
    border: none !important;
    right: 20px;
    color: #F47920 !important;
    font-size: 16px !important;
    line-height: 26.25px;
    letter-spacing: 0;
    padding: 0 !important;
}
.cdg-investor-relations-category-main .cdg-investor-relations-archive {
    background: #FFFFFF;
    margin-bottom: 10px;
    padding: 30px;
    border-radius: 20px;
}
.cdg-investor-relations-archive-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.site-main.investor-relations-category-sgx-announcements {
    max-width: 1070px !important;
    margin: 0 auto;
    padding: 0 50px;
	padding-bottom: 100px;
}
.cdg-investor-relations-category-main .cdg-investor-relations-archive:hover {
    background: #F1F1F1;
}
.cdg-investor-relations-category-main .cdg-investor-relations-archive:hover .cdg-investor-relations-title a{
    text-decoration: underline;
}
.cdg-investor-relations-report-document-link-download .cdg-investor-relations-report-document-link {
    background: #F47920;
    color: #FFFFFF;
    padding: 6px 21px;
    border-radius: 100px;
    text-decoration: none;
    font-size: 0.875em;
    line-height: 1.25em;
    display: inline-block;
}
.cdg-investor-relations-category-main .cdg-investor-relations-archive:hover .cdg-investor-relations-report-document-link {
    background: #FFFFFF;
    color: #F47920;
}
.investor-relation-date-sorting-inner,
.news-date-sorting-inner {
    margin-right: 10px;
    position: relative;
}
.news-date-sorting-inner{
	margin-bottom: 10px;
}
.investor-relation-date-sorting-inner:before,
.news-date-sorting-inner:before {
    content: '\f107';
    position: absolute;
    font-family: 'Font Awesome 5 Pro';
    right: 20px;
    top: 8px;
    color: #F47920;
    font-size: 20px;
    line-height: 22px;
    letter-spacing: 0;
    font-weight: 300;
    pointer-events: none;
}
/** End SGX Announcement CPT css **/


/** Start Financial Results CPT css **/
.cdg-financial-results-title {
    font-family: 'Poppins-Bold' !important;
    color: #0075BE !important;
    font-size: 1.125em !important;
    line-height: 1.25em !important;
    letter-spacing: 0;
    margin: 0;
	padding-bottom: 10px;
	font-weight: bold !important;
}
.cdge-financial-results-text-content {
    color: #58595B;
    font-family: 'Poppins-Italic';
    font-size: 0.875em;
    line-height: 1.25em;
	font-weight: 400;
}
.cdg-financial-results-archive-post-name {
    margin: 0;
    font-size: 1.125em;
    line-height: 1.25em;
    letter-spacing: 0;
    color: #2C2B2B;
}
.cdg-financial-results-archive-date-cat-wrap {
    display: flex;
    align-items: center;
	margin-bottom: 12px;
}
.cdg-financial-results-archive-post-name {
    font-family: 'Poppins-Italic' !important;
    color: #58595B !important;
    font-size: 0.75em !important;
    line-height: 1.5em !important;
	padding-left: 15px;
    position: relative;
	font-weight: 400;
}
.cdg-financial-results-archive-post-name:before {
    content: '';
    position: absolute;
    background: #0075BE;
    height: 5px;
    width: 5px;
    left: 0;
    border-radius: 100%;
    top: 6px;
}
.cdge-financial-results-text-date {
    color: #0075BE;
    font-family: 'Poppins-SemiBold';
    font-size: 0.875em;
    line-height: 1.071em;
    padding-left: 20px;
    margin-left: 20px;
    position: relative;
	display: none;
	font-weight: 600;
}
.cdge-financial-results-text-date:before {
    content: '';
    position: absolute;
    background: #0075BE;
    width: 1px;
    height: 17px;
    left: 0;
    top: -2px;
}
.cdge-financial-results-title {
    font-family: 'Poppins-Bold';
    font-size: 1.125em !important;
    line-height: 1.25em !important;
    color: #2C2B2B;
    margin: 0;
	font-weight: bold;
}
.cdg-financial-results-archive-content-main:hover .cdge-financial-results-title {
    text-decoration: underline;
}
.cdge-financial-results-read-more-btn a {
    background: #F47920;
    color: #FFFFFF;
    padding: 6px 20px;
    border-radius: 100px;
    display: inline-block;
    font-size: 0.875em;
    line-height: 1.25em;
}
.cdg-financial-results-archive-content-main:hover .cdge-financial-results-read-more-btn a {
    background: #FFFFFF;
    color: #F47920;
}
.cdge-financial-results-read-more-btn a:hover {
    background: #FFFFFF;
    color: #F47920;
}
.cdg-financial-results-archive-left-content-wrp {
    min-width: 277px;
}
.cdg-financial-results-archive-right-content-wrp {
    min-width: 673px;
}
.cdg-financial-results-archive-content-main {
    display: flex;
	flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
	margin-bottom: 20px;
	position: relative;
	background: #FFFFFF;
    padding: 30px;
    border-radius: 20px;
}
.cdg-financial-results-archive-content-main .cdge-financial-results-box-link {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.cdg-financial-results-archive-bottom {
    display: flex;
    justify-content: space-between;
}
.financial-results-sorting-searching-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}
.financial-results-sorting-searching-inner {
    display: flex;
    align-items: center;
}
.financial-results-sorting {
    position: relative;
    margin-right: 10px;
}
.financial-results-sorting:before {
    content: '\f078';
    position: absolute;
    font-family: 'Font Awesome 5 Pro';
    right: 20px;
    top: 8px;
    color: #F47920;
    font-size: 13px;
    line-height: 22px;
    letter-spacing: 0;
    font-weight: 300;
    pointer-events: none;
}
.financial-results-sorting-select {
    min-width: 222px;
    border: none;
    border-radius: 10px;
    font-family: 'Poppins-Regular';
    font-size: 14px;
    line-height: 17.5px;
    letter-spacing: 0;
    color: #2C2B2B;
    -webkit-appearance: none;
    padding: 10px 20px;
    background: #FFFFFF;
    border: 1px solid #FFFFFF;
	font-weight: 400;
}
.financial-results-sorting-select:hover {
    border: 1px solid #F47920;
    cursor: pointer;
}
.financial-results-sorting-select:focus {
    background: #00000014;
    border: 1px solid #00000014;
}
.financial-results-date-sorting-inner .datepicker {
    min-width: 163px;
    border: none;
    border-radius: 10px;
    font-family: 'Poppins-Regular';
    font-size: 14px;
    line-height: 17.5px;
    letter-spacing: 0;
    color: #2C2B2B;
    -webkit-appearance: none;
    padding: 10px 20px;
    background: #FFFFFF;
	border: 1px solid #FFFFFF;
	font-weight: 400;
}
.financial-results-date-sorting-inner .datepicker:hover {
    border: 1px solid #F47920;
    cursor: pointer;
}
.financial-results-date-sorting-inner .datepicker:focus {
    background: #00000014;
    border: 1px solid #00000014;
}
.financial-results-search-wrp {
    display: flex;
    align-items: center;
    position: relative;
}
.financial-results-search-inner {
    position: relative;
    font-family: 'Poppins-Regular';
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0;
    color: #2C2B2B;
    border: none !important;
    border-radius: 10px !important;
    padding: 9px 20px !important;
    min-width: 376px;
	border: 1px solid #FFFFFF !important;
	font-weight: 400;
}
.financial-results-search-inner::placeholder {
	opacity: 50%;
}
.financial-results-search-inner:focus {
    background: #00000014;
	border: 1px solid #00000014 !important;
}
.financial-results-search-inner:hover {
    border: 1px solid #F47920 !important;
    cursor: pointer;
}
.financial-results-search-btn {
    position: absolute;
    background: none !important;
    border: none !important;
    right: 20px;
    color: #F47920 !important;
    font-size: 16px !important;
    line-height: 26.25px;
    letter-spacing: 0;
    padding: 0 !important;
    outline: none !important;
}
.financial-results-search-btn:focus {
    outline: none;
}
.financial-results-date-sorting-inner {
    position: relative;
}
.financial-results-date-sorting-inner:before {
    content: '\f078';
    position: absolute;
    font-family: 'Font Awesome 5 Pro';
    right: 20px;
    top: 8px;
    color: #F47920;
    font-size: 13px;
    line-height: 22px;
    letter-spacing: 0;
    font-weight: 300;
    pointer-events: none;
}
.cdg-financial-results-archive-main-wrp h3.financial-results-error {
    color: #2C2B2B;
    text-align: center;
}
.cdg-financial-results-tab .elementor-tab-title.elementor-active {
    text-decoration: underline;
    font-family: 'Poppins-Bold' !important;
	font-weight: bold !important;
}
.cdg-financial-results-tab .elementor-tab-title:first-child {
    padding-left: 0;
}
.cdg-financial-results-tab .elementor-tab-title:last-child {
    padding-right: 0;
}
.cdg-financial-results-tab .elementor-tab-content {
    padding: 0 !important;
    padding-top: 10px !important;
}
/** End Financial Results CPT css **/

/** Start AGM EGM CPT css **/

.cdg-agm-egm-archive-right-content-inner {
    width: 100%;
    max-width: 475px;
}
.cdg-agm-egm-archive-main-wrp .financial-results-error {
    color: #2C2B2B;
    text-align: center;
}
.cdg-agm-egm-archive-main-wrp .cdg-financial-results-archive-right-content-inner {
    width: 80%;
}
/** End AGM EGM CPT css **/

/*** Start Tab Widget Css ***/
.cdg_tab_main_wrp .cdg_tab_main_inner .cdg_tab_top_detail {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-items: center;
    justify-content: space-between;
	margin-bottom: 10px;
}
.cdg_tab_main_wrp .cdg_tab_main_inner .cdg_tab_top_detail .cdg_tab_top_left {
    width: 100%;
    max-width: calc(100% - 160px);
    padding-right: 50px;
}
.cdg_tab_main_wrp .cdg_tab_main_inner .cdg_tab_top_detail .cdg_tab_top_left .cdg_tab_top_subtitle {
    font-size: 1.125em;
    line-height: 1.25;
    text-transform: capitalize;
    font-weight: normal;
    font-family: 'Poppins-Italic';
    position: relative;
    padding-left: 15px;
    color: #2C2B2B;
    margin: 0 0 10px 0;
	font-weight: 400;
}
.cdg_tab_main_wrp .cdg_tab_main_inner .cdg_tab_top_detail .cdg_tab_top_left .cdg_tab_top_subtitle:before {
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #F47920;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0px, -50%);
}
.cdg_tab_main_wrp .cdg_tab_main_inner .cdg_tab_top_detail .cdg_tab_top_left .cdg_tab_top_heading {
    color: #2C2B2B;
    font-size: 2.25em;
    line-height: 1.5;
    letter-spacing: 0;
    font-weight: bold;
    font-family: 'Poppins-Bold';
    margin: 0;
}
.cdg_tab_main_wrp .cdg_tab_main_inner .cdg_tab_top_detail .cdg_tab_top_right {
    width: 100%;
    max-width: 160px;
    display: flex;
    align-items: center;
    justify-content: end;
    flex-wrap: wrap;
}
.cdg_tab_main_wrp .cdg_tab_main_inner .cdg_tab_top_detail .cdg_tab_top_right a {
    border: 1px solid #F47920;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 5px 26px;
    border-radius: 100px;
    color: #FFFFFF;
    font-size: 18px;
    line-height: 1;
    letter-spacing: 0;
    background: #F47920;
	margin-right: 20px;
}
.cdg_tab_main_wrp .cdg_tab_main_inner .cdg_tab_top_detail .cdg_tab_top_right a:hover {
    background: #FFFFFF;
    color: #F47920;
}
.cdg_tab_main_wrp .cdg_tab_main_inner .cdg_tab_top_detail .cdg_tab_top_right a:last-child{
	margin-right: 0px;
}
.cdg_tab_main_wrp .cdg_tab_main_inner .cdg_tab_title_wrp {
    max-width: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: start;
    list-style: none;
    padding: 5px;
    margin: 0 0 20px 0;
    border-radius: 100px;
	background: #FFFFFF;
	overflow-y: auto;
}
.cdg_tab_main_wrp .cdg_tab_main_inner .cdg_tab_title_wrp::-webkit-scrollbar,
.cdg_tab_main_wrp .cdg_tab_main_inner .cdg_tab_title_wrp::-webkit-scrollbar-track{
	background-color: #F5F5F5;
	width: 0px;
	height: 0px;
}
.cdg_tab_main_wrp .cdg_tab_main_inner .cdg_tab_title_wrp::-webkit-scrollbar-thumb{
	background-color: #F47920;
}
.cdg_tab_main_wrp .cdg_tab_main_inner .cdg_tab_title_wrp .cdg_tab_title_loop {
    margin: 0 10px 0 0;
    /*padding: 5px 20px;*/
    padding: 5px 40px;
    text-align: center;
    background: transparent;
    border-radius: 100px;
    cursor: pointer;
    color: #2C2B2B;
    font-size: 0.875em;
    line-height: 21px;
    font-family: 'Poppins-Regular';
	min-width: fit-content;
	font-weight: 400;
}
.cdg_tab_main_wrp .cdg_tab_main_inner .cdg_tab_title_wrp .cdg_tab_title_loop:hover, .cdg_tab_main_wrp .cdg_tab_main_inner .cdg_tab_title_wrp .cdg_tab_title_loop.active {
    background: #F47920;
    color: #FFFFFF;
}
.cdg_tab_main_wrp .cdg_tab_main_inner .cdg_tab_content_main_wrp {
    overflow: hidden;
}
.cdg_tab_main_wrp .cdg_tab_main_inner .cdg_tab_content_main_wrp .cdg_tab_content_inner {
    margin-left: -10px;
    margin-right: -10px;
}
/*** End Tab Widget Css ***/





/** Start Banner css **/

.cdge-banner-img-wrap {
    min-height: 300px;
    width: 100%;
    display: flex;
    position: relative;
    padding-bottom: 85px;
    padding-top: 85px;
    align-items: center;
}
.cdge-banner-img-wrap:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #000000;
    opacity: 40%;
}
.cdge-banner-img-wrap:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #F47920;
    opacity: 50%;
    width: 30%;
}
.cdge-banner-img-inner {
    max-width: 1268px;
    width: 100%;
    margin: 0 auto;
    text-align: left;
    padding-left: 50px;
    padding-right: 50px;
    position: relative;
    z-index: 5;
}
.cdge-breadcrumbs-inner {
    position: relative;
}
.cdge-breadcrumbs-inner:before {
    content: '';
    position: absolute;
    top: 8px;
    left: -15px;
    width: 5px;
    height: 5px;
    background: #F47920;
    border-radius: 100%;
}
.cdge-banner-img-inner .cdge-breadcrumbs span.cdg-breadcrumb-title {
    color: #ffffff;
    text-decoration: underline;
}
.cdge-banner-img-inner .cdge-breadcrumbs a {
    font-size: 14px;
    letter-spacing: 0px;
    line-height: 15px;
    color: #ffffffcc;
    font-family: 'Poppins-Regular';
    text-decoration: none !important;
    text-transform: capitalize;
	font-weight: 400;
}
.cdge-banner-img-inner .cdge-breadcrumbs a:hover {
    color: #ffffff;
	text-decoration: underline !important;
}
.cdge-banner-img-inner .cdge-breadcrumbs span.cdg-breadcrumb-parent-title.disable {
    pointer-events: none;
}
.cdge-banner-img-inner .cdge-breadcrumbs span.cdg-breadcrumb-parent-title.disable a {
	color: #ffffff80;
}
.cdge-banner-img-inner .cdge-breadcrumbs a.cdg-breadcrumb-parent-title.disable {
	color: #ffffff80;
	pointer-events: none;
}
.cdge-breadcrumbs .separator {
    padding: 0 20px;
    color: #ffffff80;
    font-size: 17px;
    line-height: 0px;
}
.cdge-breadcrumbs .separator i{
	font-size: 20px;
    line-height: 19px;
}
.cdge-banner-img-wrap .cdge-banner-img-inner .cdge-breadcrumbs {
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0;
    color: #ffffffcc;
    font-family: 'Poppins-Regular';
    text-transform: capitalize;
	display: flex;
    align-items: center;
	padding-left: 15px;
	font-weight: 400;
}
.cdge-banner-img-wrap  h1.cdge-page-title {
    color: #FFFFFF;
    font-size: 2.25em;
    letter-spacing: 0;
    line-height: 1.5em;
    font-family: 'Poppins-Bold';
    margin-top: 0;
    margin-bottom: 8px;
    text-transform: capitalize;
	font-weight: bold;
}
/** End Banner css**/

/** Start About Corporate Css **/
.cdg-corporate-profile-right-btn i {
    color: #F47920;
    font-size: 16px;
}
body:not(.elementor-editor-active) .cdg-corporate-profile-right-btn i {
    font-weight: 300;
}
.cdg-cp-shape:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #F47920;
    opacity: 40%;
    width: 30%;
    z-index: 1;
}
.cdg-cp-border-left {
    position: relative;
}
.cdg-cp-border-left:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100px;
    background: #F47920;
    width: 1px;
    z-index: 1;
}
/** End About Corporate Css **/

/** Start vision & values Css **/

ul.cdg-box-content {
    padding-left: 15px;
}
ul.cdg-box-content li {
    color: #2C2B2B;
    list-style: none;
    margin-bottom: 10px;
    line-height: 20px;
}
ul.cdg-box-content li:before {
    content: '\2022';
    width: 1em;
    display: inline-block;
    margin-left: -1em;
    color: #F47920;
}
.cdg-middle-box-line:before,
.cdg-middle-box-line:after {
    content: '';
    position: absolute;
    border: 1px solid #F1F1F1;
    height: 420px;
}
.cdg-middle-box-line:after {
	right: 0;
}

/** End vision & values Css **/

.cdg-corporate-governance-section {
    max-width: 792px;
    margin: 0 auto;
}
.cdg-governance-ellipse:before {
    content: '';
    position: absolute;
    width: 553px;
    height: 553px;
    opacity: 1;
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
    left: -140px;
    margin: auto;
    bottom: 0;
    background: #ffffff47;
    border-radius: 100%;
    top: 0;
}

.cdg-contact-box .elementor-widget-wrap.elementor-element-populated {
    width: 100%;
    max-width: 970px;
    margin: 0 auto !important;
}

/** Start Financial Calendar Page Css **/

.cdg-financial-calender-outer-top {
    width: 100%;
    display: flex;
    max-width: 772px;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}
.cdg-financial-calender-main-title {
    color: #2C2B2B;
    font-size: 1em;
    line-height: 1.5em;
    letter-spacing: 0;
    font-family: 'Poppins-SemiBold';
    font-weight: normal;
	margin-right: 50px;
	font-weight: 600;
}
.cdg-financial-calender-outer {
    width: 100%;
    max-width: 163px;
	position: relative;
	margin-left: 50px;
}
.cdg-financial-calender-outer:before {
    content: '\f078';
    position: absolute;
    color: #F47920;
    font-family: 'Font Awesome 5 Pro';
    right: 20px;
    font-weight: 100;
    font-size: 13px;
    top: 8px;
    pointer-events: none;
}
.cdg-financial-calender-outer select {
    color: #2C2B2B;
    background: #fff;
    font-weight: normal;
    font-family: 'Poppins-Regular';
    border: 1px solid transparent;
    border-radius: 10px;
    font-size: 14px;
    line-height: 17.5px;
    padding: 10px 20px;
    appearance: none;
	font-weight: 400;
}
.cdg-financial-calender-outer select:focus {
    background: #00000014;
    border: 1px solid #00000014 !important;
}
.cdg-financial-calender-outer select:hover {
    border: 1px solid #F47920;
}
.cdg-financial-calender-main-container {
    width: 100%;
    max-width: 772px;
    margin: 0 auto;
}
.cdg-financial-calender-tbl thead tr th {
    border: none !important;
    background: #03131D;
    color: #FFFFFF;
    font-size: 14px;
    line-height: 17.5px;
    letter-spacing: 0;
    font-family: 'Poppins-Regular';
    font-weight: normal;
	padding: 11px 20px;
}
.cdg-financial-calender-tbl thead tr th:first-child {
    border-top-left-radius: 10px;
}
.cdg-financial-calender-tbl thead tr th:last-child {
	border-top-right-radius: 10px;
}
.cdg-financial-calender-tbl tbody tr td {
    border: none;
    background: #ffffff !important;
    color: #2C2B2B;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0;
    font-family: 'Poppins-SemiBold';
    font-weight: normal;
    padding: 10px 20px 15px 20px;
    border-radius: 0 !important;
	font-weight: 600;
}
.cdg-financial-calender-tbl tbody tr:last-child td:first-child {
    border-bottom-left-radius: 10px !important;
}
.cdg-financial-calender-tbl tbody tr:last-child td:last-child {
    border-bottom-right-radius: 10px !important;
}
.cdg-financial-calender-tbl tbody tr td.financial-date {
    font-family: 'Poppins-Regular';
    font-size: 14px;
    line-height: 17.5px;
	font-weight: 400;
}
.cdg-financial-calender-tbl tbody tr:first-child td {
    padding-top: 20px;
}
.cdg-financial-calender-tbl tbody tr:last-child td {
    padding-bottom: 20px;
}
/** End Financial Calendar Page Css **/

/** Start Dividend Information Page Css **/

.cdg-dividend-archive-latest {
    padding: 30px;
    border-radius: 20px;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
}
.cdg-dividend-archive-latest:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #eaedef;
    border-radius: 0 0 20px 20px;
    z-index: -1;
}
/* .cdg-sustainability-archive-bottom:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #00000014;
    border-radius: 0 0 20px 20px;
    backdrop-filter: blur(33px);
    -webkit-backdrop-filter: blur(33px);
    z-index: -1;
} */
.cdg-dividend-main-title.center {
    text-align: center;
    padding-bottom: 0px;
    padding-top: 0px;
}
table.cdg-dividend-archive-latest-table {
    margin-bottom: 0;
}
.cdg-dividend-archive-latest-table thead tr th {
    color: #2C2B2B;
    font-size: 16px;
    line-height: 1.25em;
    letter-spacing: 0;
    font-family: 'Poppins-Regular';
    font-weight: normal;
	border: none !important;
	padding: 20px;
	font-weight: 400;
}
.cdg-dividend-archive-latest-table thead tr th span {
    color: #58595B;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 1.0714;
    font-family: 'Poppins-Regular';
    font-weight: normal;
	font-weight: 400;
}
.cdg-dividend-archive-latest-table tbody tr td {
    background: #ffffff !important;
    border: none;
    color: #F47920;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0;
    font-family: 'Poppins-Medium';
    font-weight: normal;
	padding: 20px;
	font-weight: 500;
}
.cdg-dividend-archive-latest-table tbody tr td:first-child {
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}
.cdg-dividend-archive-latest-table tbody tr td:last-child {
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}
.cdg-dividend-archive-latest-table tbody tr td.year-title {
    color: #2C2B2B;
    font-family: 'Poppins-SemiBold';
	font-weight: 600;
}
.cdg-dividend-special-num-tbl {
    color: #58595B;
    font-size: 0.875em;
    line-height: 1.25em;
    letter-spacing: 0;
    font-family: 'Poppins-Italic';
    padding-top: 5px;
    font-weight: normal;
	font-weight: 400;
}
.cdg-dividend-archive-latest-table tbody tr td.final-total {
	font-family: 'Poppins-Bold';
	font-weight: bold;
}
.cdg-dividend-main-title {
    color: #2C2B2B;
    font-size: 1.75em;
    line-height: 1.5em;
    letter-spacing: 0;
    font-weight: normal;
    font-family: 'Poppins-SemiBold';
    padding-bottom: 30px;
	padding-top: 90px;
	font-weight: 600;
}
.cdg-dividend-archive-main-wrp {
    display: flex;
    flex-wrap: wrap;
	margin-left: -10px;
    margin-right: -10px;
}
.cdg-dividend-archive {
    width: 25%;
    padding: 0 10px;
    margin-bottom: 20px;
}
.cdg-dividend-archive-inner {
    padding: 20px;
    padding-top: 30px;
    border-radius: 20px;
    height: 100%;
    position: relative;
    padding-bottom: 75px;
	overflow: hidden;
}
.cdg-dividend-archive-inner:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #eaedef;
    border-radius: 0 0 20px 20px;
    z-index: -1;
}
.cdg-dividend-archive-content-wrp h3.cdg-dividend-title {
    color: #2C2B2B;
    font-size: 1.125em;
    line-height: 1.25em;
    letter-spacing: 0;
    margin: 0;
    padding-bottom: 10px;
    font-family: 'Poppins-Bold';
    font-weight: bold;
}
.cdg-dividend-middle-wrap {
    background: #fff;
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 5px;
}
.cdg-dividend-middle-wrap .cdg-dividend-upper-title {
    color: #58595B;
    font-size: 0.75em;
    letter-spacing: 0.24px;
    line-height: 1.25em;
    font-family: 'Poppins-Bold';
    font-weight: bold;
}
.cdg-dividend-middle-wrap p.cdg-dividend-upper-text {
    color: #58595B;
    font-size: 0.875em;
    line-height: 1.0714;
    letter-spacing: 0;
    font-family: 'Poppins-Regular';
    font-weight: normal;
    margin-bottom: 15px;
	font-weight: 400;
}
.cdg-dividend-middle-wrap .cdg-dividend-upper-num {
    color: #F47920;
    font-size: 1em;
    line-height: 1.25em;
    letter-spacing: 0;
    font-family: 'Poppins-SemiBold';
    font-weight: normal;
	font-weight: 600;
}
.cdg-dividend-upper-num span {
    color: #03131D;
}
.cdg-dividend-total-wrap {
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-top: 2px solid #DDDDDD;
    padding-top: 15px;
    align-items: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    width: calc(100% - 40px);
    margin: 0 auto;
}
.cdg-dividend-total-wrap .cdg-dividend-total-title {
    color: #2C2B2B;
    font-size: 1em;
    line-height: 1.25em;
    letter-spacing: 0;
    font-family: 'Poppins-Regular';
    font-weight: normal;
	font-weight: 400;
}
.cdg-dividend-total-value {
    color: #2C2B2B;
    font-size: 1em;
    line-height: 1.25em;
    letter-spacing: 0;
    font-family: 'Poppins-Bold';
    font-weight: bold;
}
.cdg-dividend-middle-wrap .cdg-dividend-special-num {
    color: #58595B;
    font-size: 0.875em;
    line-height: 1.25em;
    letter-spacing: 0;
    font-family: 'Poppins-Italic';
    font-weight: normal;
    padding-top: 3px;
	font-weight: 400;
}
/** End Dividend Information Page Css **/

/** Start Passion Page Css **/

.about-passion-section {
    width: 100%;
    max-width: 970px;
    margin: 0 auto;
}
.cdg-passion-slider-main .swiper-scrollbar .swiper-scrollbar-drag {
    cursor: pointer;
    background: #F47920 !important;
}
.cdg-passion-slider-repeater-main .swiper-button-prev {
    max-width: 70px !important;
    height: 30px !important;
    width: 100% !important;
    cursor: pointer !important;
    border: 1px solid #F47920;
    background: #F47920;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    left: -90px;
    right: 0;
    opacity: 1 !important;
}
.cdg-passion-slider-repeater-main .swiper-button-prev i {
    color: #FFFFFF;
}
.cdg-passion-slider-repeater-main .swiper-button-prev:hover {
    background: #FFFFFF;
}
.cdg-passion-slider-repeater-main .swiper-button-prev:hover i {
    color: #F47920;
}
.cdg-passion-slider-repeater-main .swiper-button-next:hover {
    background: #FFFFFF;
}
.cdg-passion-slider-repeater-main .swiper-button-next:hover i {
    color: #F47920;
}
.cdg-passion-slider-repeater-main .swiper-button-next {
    right: -90px;
    height: 30px !important;
    width: 100% !important;
    cursor: pointer;
    max-width: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #F47920;
    background: #F47920;
    border-radius: 100px;
	opacity: 1 !important;
}
.cdg-passion-slider-repeater-main .swiper-button-next i {
   color: #FFFFFF;
}
.cdg-passion-slider-repeater-main .swiper-button-disabled {
    background: #DDDDDD;
    border: 1px solid #DDDDDD;
}
.cdg-passion-slider-repeater-main .swiper-button-disabled  i {
   color: #58595B;
}
.cdg-passion-slider-main .swiper-scrollbar {
   background: #DDDDDD !important;
    width: 100% !important;
    height: 3px !important;
    max-width: 100%;
    margin: 0 auto;
    border-radius: 100px;
    bottom: 0px !important;
	display: none;
}
.cdg-passion-slider-inner .cdg-passion-slider-image img {
    border-radius: 20px;
	object-fit: cover;
}
.cdg-passion-slider-title {
    text-align: center;
    font-size: 1.125em;
    line-height: 1.25em;
    letter-spacing: 0;
    color: #ffffff;
    font-family: 'Poppins-Bold';
    font-weight: bold;
	padding-top: 10px;
}
.cdg-passion-slider-inner:hover .cdg-passion-slider-title {
    text-decoration: underline;
}
.cdg-passion-slider-inner a {
    outline: none !important;
}
/** End Passion Page Css **/

/*** Start Contact us Page Css ***/
#yith-sl-main-filters-container.layout-dropdown .wrap-filters-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
#yith-sl-main-filters-container.layout-dropdown .wrapper-filter {
    width: 100%;
    /*max-width: 50%;*/
    padding: 0 10px;
}
#yith-store-locator .wrapper-main-sections>div {
    padding: 0 0px;
}
div#yith-store-locator div#yith-sl-section-results {
    padding: 30px 50px 30px 50px;
    position: relative;
    overflow: unset;
    width: 100%;
}
div#yith-store-locator div#yith-sl-section-results ul li.wrap-store-details {
    margin: 8px;
    width: 100%;
    max-width: calc(33.33% - 16px) !important;
}
#yith-sl-search-icon {
    width: 18px;
    right: 20px;
    top: calc(50% - 8px);
}
#yith-sl-wrap-search-bar {
    width: 100%;
    margin-bottom: 0;
	background-color: unset !important;
}
.wrap-search-bar .search-stores {
    border: none !important;
    border-radius: 10px !important;
    height: 40px !important;
    font-family: 'Poppins-Regular';
    font-size: 14px !important;
    line-height: 21px !important;
    letter-spacing: 0px !important;
    padding: 15px 40px 15px 20px !important;
    color: #2C2B2B !important;
    width: 100% !important;
    background: #ffffff !important;
    font-weight: 400;
}
.wrap-search-bar .search-stores::placeholder {
	color: #2C2B2B !important;
	opacity: 50% !important;
}
#yith-sl-wrap-search-stores h4.title-search-bar {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.32px;
    font-family: 'Poppins-Bold';
    margin-bottom: 10px;
    margin-top: 0px;
    color: #000000;
	font-weight: bold;
}
div#yith-sl-section-results .layout-opened .wrap-filters-list label.filter-label {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.32px;
    font-family: 'Lato-Black';
    color: #000000;
    padding-bottom: 0px;
    padding-top: 0px;
    margin-bottom: 10px;
	font-weight: 900;
}
div#yith-sl-section-results .layout-opened .wrap-filters-list select {
    background: #F7F7F7;
    height: 50px;
    border: none !important;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.28px;
    font-family: 'Lato-Regular';
    padding: 15px 20px;
    border-radius: 0px;
    color: #000000;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
	font-weight: 400;
}
div#yith-sl-section-results .layout-opened .wrap-filters-list .type-dropdown{
	position: relative;
}
div#yith-sl-section-results .layout-opened .wrap-filters-list .type-dropdown:before {
    content: "\f107";
    font-family: 'Font Awesome 5 Pro';
    position: absolute;
    bottom: 45px;
    right: 24px;
    font-size: 16px;
    line-height: 21px;
    letter-spacing: 0.28px;
    color: #000000;
    font-weight: 500;
    pointer-events: none;
    cursor: pointer;
}
div#yith-sl-section-results .layout-opened .wrap-filters-list .type-dropdown {
    position: relative;
    border-bottom: 1px solid #CCCCCC;
    padding-bottom: 30px;
	margin-bottom: 30px;
}
.wrapper-main-sections div#yith-sl-section-results .search-stores[type="submit"] {
    margin-top: 90px !important;
    border: 1px solid #000000;
    display: inline-block;
    width: auto;
    border-radius: 100px;
    padding: 10px 25px;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.32px;
    font-family: 'Lato-Regular';
    text-transform: uppercase;
    color: #FFFFFF;
    font-weight: normal !important;
    background: #000000;
    outline: none !important;
	font-weight: 400;
}
.wrapper-main-sections div#yith-sl-section-results .search-stores[type="submit"]:hover {
    background: #733A7E;
    border: 1px solid #733A7E;
}
.gd-store-locator-radio{
	display: none;
}
.gd-store-locator-label {
    position: relative;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    outline: 1px solid #733A7E;
    display: inline-block;
    background: transparent;
    cursor: pointer;
}
.gd-store-locator-radio:checked+.gd-store-locator-label:before {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    background: #FFFFFF;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    transform: translate(-50%, -50%);
}
.gd-store-locator-radio:checked+.gd-store-locator-label {
    outline: 1px solid #FFFFFF;
}
.wrapper-main-sections #yith-sl-results .wrap-store-details {
    margin-bottom: 10px;
    border-radius: 10px;
    padding: 20px;
    background: #fff;
}
.wrapper-main-sections #yith-sl-results .wrap-store-details.active,
.wrapper-main-sections #yith-sl-results li.wrap-store-details:hover {
    background: #E4E4E4 !important;
}
.wrapper-main-sections #yith-sl-results .wrap-store-details:last-child {
    margin-bottom: 0;
}
.wrapper-main-sections #yith-sl-results .wrap-store-details .gd-store-info-wrp {
    width: 100%;
}
.wrapper-main-sections #yith-sl-results .wrap-store-details.hover,
.wrapper-main-sections #yith-sl-results .wrap-store-details:hover {
    background-color: #fff !important;
}
/* .wrapper-main-sections #yith-sl-section-results #yith-sl-results .store-info {
    padding: 10px 0px 0px 0px;
    position: relative;
    margin: 0px;
    width: 100%;
    display: none;
} */
.wrapper-main-sections #yith-sl-results .wrap-store-details.active .store-name .cdg-location-icon:before {
    content: "\f077";
}
.gd-store-locator-wrp {
    position: absolute;
    right: 0px;
}
#yith-sl-results .stores-list p.store-name {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0;
    font-family: 'Poppins-Bold';
    margin-bottom: 0px;
    color: #2C2B2B;
    padding-right: 50px;
    position: relative;
	font-weight: bold;
}
#yith-sl-results .stores-list p.store-name a{
	color: #2C2B2B;
}
#yith-sl-results .stores-list p.store-name .cdg-location-icon {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 20px;
    line-height: 20px;
    color: #F47920;
    cursor: pointer;
	display: none;
}
#yith-sl-results .stores-list .store-info .store-description * {
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.28px;
    color: #333333;
    font-family: 'Poppins-Regular';
	font-weight: 400;
}
#yith-sl-results .stores-list .store-info .store-description em {
    font-size: 10px;
    color: #733A7E;
    line-height: 12px;
    letter-spacing: 0.2px;
    font-family: 'Lato-Italic';
	font-weight: 400;
}
#yith-sl-results .stores-list .store-info .store-description *:last-child{
	margin-bottom: 0px;
}
.wrapper-main-sections #yith-sl-results .wrap-store-details.hover .store-description *,
.wrapper-main-sections #yith-sl-results .wrap-store-details.hover p.store-name,
.wrapper-main-sections #yith-sl-results .wrap-store-details:hover .store-description *,
.wrapper-main-sections #yith-sl-results .wrap-store-details:hover p.store-name {
/*     color: #FFFFFF; */
}
.gd-store-locator-back-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.32px;
    color: #733A7E;
    font-family: 'Lato-Regular';
    cursor: pointer;
    margin-bottom: 16px;
    text-transform: uppercase;
	font-weight: 400;
}
.gd-store-locator-back-btn:hover {
    color: #733A7E;
}
.gd-store-locator-back-btn:hover span{
	text-decoration: underline;
}
.gd-store-locator-back-btn i{
	margin-right: 10px;
}
div#yith-sl-results h4.title {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.32px;
    color: #000000;
    font-family: 'Lato-Black';
    margin-top: 0;
    margin-bottom: 0;
	font-weight: 900;
}
div#yith-sl-results {
    margin-top: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #F1F1F1;
    padding: 10px 0px 0 0;
    display: none;
    overflow-y: scroll;
   height: 374px;
    width: calc(100% + 20px);
    padding-right: 20px;
}
div#yith-sl-results::-webkit-scrollbar-track,
div#yith-sl-results::-webkit-scrollbar{
	width: 5px;
	background-color: #FFFFFF;
	border-radius: 100px;
}
div#yith-sl-results::-webkit-scrollbar-thumb,
div#yith-sl-results::-webkit-scrollbar-thumb{
	background-color: #F47920;
	border-radius: 50px;
	width: 5px;
}
.gd-filter-result-wrp .wrapper-filter {
    display: block !important;
}
.gd-filter-result-wrp .wrapper-filter ul.wrapper-terms li {
    border: none !important;
    padding: 0 !important;
    margin: 0px !important;
}
.gd-filter-result-wrp .wrapper-filter ul.wrapper-terms li span.term-name {
    font-size: 16px !important;
    line-height: 24px !important;
    letter-spacing: 0.32px !important;
    font-family: 'Lato-Regular';
    color: #333333 !important;
	font-weight: 400;
}
.gd-store-locator-top {
    padding-bottom: 26px;
    margin-bottom: 26px;
    border-bottom: 1px solid #CCCCCC;
    margin-left: 25px;
    margin-right: 25px;
}
#yith-sl-results h4.gd-result-title {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.32px;
    color: #000000;
    font-family: 'Lato-Black';
    margin-top: 0px;
    margin-bottom: 20px;
    padding: 0 25px;
	font-weight: 900;
}
li.wrap-store-details.gd_detail_show .gd-sl-single-detail-main-wrp{
	display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.gd-sl-single-detail-top-box {
    width: 100%;
}
.gd-sl-single-directional,
.gd-sl-single-services,
.gd-sl-single-opening-hours {
    background: #F0F0F0;
    border-radius: 0px;
    margin-bottom: 10px;
}
.gd-ac-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
	padding: 10px 20px;
}
.gd-ac-content {
    border-top: 1px solid #CCCCCC;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.28px;
    font-family: 'Lato-Regular';
    display: none;
    padding: 20px 20px;
	font-weight: 400;
}
.gd-ac-heading h4.gd-ac-title {
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.28px;
    color: #000000;
    font-family: 'Lato-Bold';
    margin: 0;
	font-weight: bold;
}
.gd-ac-heading i {
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.7px;
    padding: 0px 7px;
    color: #000000;
    font-weight: 500;
	cursor: pointer;
	transition: all 0.5s linear;
	font-family: 'Font Awesome 5 Pro';
}
.gd-sl-single-directional.open .gd-ac-heading,
.gd-sl-single-services.open .gd-ac-heading,
.gd-sl-single-opening-hours.open .gd-ac-heading {
    padding: 15px 20px 15px 20px;
}
.gd-sl-single-directional.open .gd-ac-heading i,
.gd-sl-single-services.open .gd-ac-heading i,
.gd-sl-single-opening-hours.open .gd-ac-heading i {
    transform: rotate(-180deg);
}
.gd-sl-single-back-btn {
    margin-bottom: 18px;
    display: inline-flex;
    align-items: center;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.32px;
    color: #733A7E;
    font-family: 'Lato-Regular';
    cursor: pointer;
    text-transform: uppercase;
	font-weight: 400;
}
.gd-sl-single-back-btn i{
	margin-right: 10px;
}
.gd-sl-single-back-btn:hover span {
    text-decoration: underline;
}
.gd_sl_single_data {
    margin-bottom: 10px;
    background: #733A7E;
    border-radius: 0px;
    padding: 20px 50px 20px 20px;
    position: relative;
}
.gd_sl_single_data p.gd-sl-single-store-name {
    color: #FFFFFF;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.28px;
    font-family: 'Lato-Black';
    margin: 0;
	font-weight: 900;
}
.gd-store-description * {
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.28px;
    color: #FFFFFF;
    font-family: 'Lato-Regular';
    font-weight: normal;
	font-weight: 400;
}
.gd-store-description em {
    font-size: 10px;
    line-height: 12px;
    letter-spacing: 0.2px;
    font-family: 'Lato-Italic';
	font-weight: 400;
}
.gd-store-description *:last-child{
	margin-bottom: 0px;
}
.gd_sl_single_active_icon {
    position: absolute;
    right: 20px;
    width: 16px;
    height: 16px;
    outline: 1px solid #FFFFFF;
    border-radius: 50%;
}
.gd_sl_single_active_icon:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    background: #FFFFFF;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    transform: translate(-50%, -50%);
}
.gd-sl-single-directional a.gd-direction-link {
    background: #000000;
    color: #fff;
    font-size: 14px;
    line-height: 23px;
    letter-spacing: 0.32px;
    padding: 9px 22px;
    display: inline-block;
    border-radius: 100px;
    outline: none !important;
    border: none !important;
    text-transform: uppercase;
    font-family: 'Lato-Regular';
	font-weight: 400;
}
.gd-sl-single-directional a.gd-direction-link:hover {
    background: #733A7E;
}
.gd-sl-single-directional .gd-ac-content {
    padding: 20px 20px 20px 20px;
}
.gd-sl-single-detail-main-wrp .gd-sl-single-bottom a {
    background: #000000;
    color: #fff;
    font-size: 16px;
    line-height: 23px;
    letter-spacing: 0.32px;
    padding: 9px 25px;
    display: inline-block;
    border-radius: 100px;
    outline: none !important;
    border: none !important;
    text-transform: uppercase;
    margin-right: 10px;
    font-family: 'Lato-Regular';
	font-weight: 400;
}
.gd-sl-single-detail-main-wrp .gd-sl-single-bottom a:hover {
    background: #733A7E;
}
.gd-sl-single-bottom {
    margin-top: auto;
    width: 100%;
	padding-left: 25px;
    padding-right: 25px;
}
.gd-sl-single-detail-top-fix {
    padding-right: 25px;
    padding-left: 25px;
}
.gd-store-locator-top-wrp {
    width: 100%;
}
.gd-sl-single-detail-content-wrp {
    padding-right: 25px;
	padding-left: 25px;
    overflow-y: auto;
    max-height: 245px;
}
.gd-store-locator-top-wrp .stores-list {
    padding: 0 20px;
    max-height: 350px;
    overflow-y: auto;
}
.gd-store-locator-top-wrp .stores-list::-webkit-scrollbar-track,
.gd-sl-single-detail-content-wrp::-webkit-scrollbar-track,
.gd-store-locator-top-wrp .stores-list::-webkit-scrollbar,
.gd-sl-single-detail-content-wrp::-webkit-scrollbar{
	width: 5px;
	background-color: #F47920;
	border-radius: 100px;
}
.gd-store-locator-top-wrp .stores-list::-webkit-scrollbar-thumb,
.gd-sl-single-detail-content-wrp::-webkit-scrollbar-thumb{
	background-color: #FFFFFF;
	border-radius: 50px;
	width: 5px;
}
address.store-info.yith-sl-pin-modal {
    margin-bottom: 0px;
    padding: 0;
}
address.store-info.yith-sl-pin-modal * {
    outline: none !important;
}
.gd-ac-content .gd-address {
    margin: 0 0 20px 0;
}
.gd-ac-content .gd-address br {
    display: none;
}
address.store-info.yith-sl-pin-modal p.store-name span {
    font-size: 16px !important;
    font-family: 'Poppins-Bold';
    font-weight: bold !important;
    line-height: 20px !important;
    letter-spacing: 0;
    color: #FFFFFF;
	font-weight: bold;
}
address.store-info.yith-sl-pin-modal p.store-address {
    letter-spacing: 0;
    font-family: 'Poppins-Regular';
    line-height: 17.5px !important;
    margin-bottom: 10px;
    color: #DDDDDD !important;
    position: relative;
	font-weight: 400;
}
address.store-info.yith-sl-pin-modal *:last-child{
	margin-bottom: 0px !important;
}
address.store-info.yith-sl-pin-modal a.get-direction.custom-link.link {
    font-weight: normal !important;
    color: #F47920;
    font-family: 'Poppins-Medium';
    text-transform: capitalize;
    font-size: 14px;
    letter-spacing: 0.28px;
    line-height: 21px;
	font-weight: 500;
}
.gd-ac-content p {
    margin-bottom: 0;
    color: #333333;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.28px;
    font-family: 'Lato-Regular';
	font-weight: 400;
}
.gd-ac-content p a {
    color: #733A7E;
}
.gd-store-locator-sub-wrp {
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
	align-items: flex-start;
}
#yith-sl-gmap .gm-style .gm-style-iw {
    border-radius: 10px !important;
    max-width: 350px !important;
    padding: 30px 20px 20px 20px !important;
    background: #706F6E !important;
}
#yith-sl-gmap .gm-style .gm-style-iw button.gm-ui-hover-effect {
    right: 10px !important;
    outline: none !important;
    display: none !important;
}
#yith-sl-gmap .gm-style .gm-style-iw .gm-style-iw-d {
    overflow: hidden !important;
}
div#yith-sl-section-results .layout-opened .wrap-filters-list .type-dropdown[data-taxonomy="radius"] {
    display: none;
    visibility: hidden;
    opacity: 0;
}
.gd-filter-result-wrp .wrapper-filter[data-taxonomy="radius"] {
    display: none !important;
}
#yith-sl-main-filters-container.layout-dropdown .wrap-filters-list .wrapper-filter .open-dropdown {
    margin-bottom: 0;
    border: 1px solid #fff !important;
    border-radius: 10px;
    padding: 10px 40px 10px 20px;
    margin-right: 10px;
    line-height: 17.5px;
    color: #2C2B2B !important;
    background: #fff !important;
    font-family: 'Poppins-Regular';
    width: 100% !important;
	font-weight: 400;
}
#yith-sl-main-filters-container.layout-dropdown .wrapper-options, .wrapper-filter.type-dropdown .wrapper-options {
    min-width: calc(100% - 20px) !important;
}
#yith-sl-main-filters-container.layout-dropdown .wrapper-filter.type-dropdown li.active label {
    color: #F47920;
}
#yith-sl-main-filters-container.layout-dropdown .wrap-filters-list .wrapper-filter .open-dropdown:hover {
    border: 1px solid #F47920 !important;
    background: transparent !important;
}
#yith-sl-main-filters-container.layout-dropdown .wrap-filters-list .wrapper-filter.active .open-dropdown {
    background-color: #ddd !important;
    border: 1px solid transparent;
}
#yith-sl-main-filters-container.layout-dropdown .wrapper-filter.type-dropdown ul {
    border-radius: 10px;
    font-family: 'Poppins-Regular';
    font-size: 14px;
    line-height: 17.5px;
    letter-spacing: 0;
    color: #2C2B2B !important;
    -webkit-appearance: none;
    padding: 10px 20px;
    background: #FFFFFF;
    border: 1px solid #FFFFFF;
	font-weight: 400;
}
#yith-sl-main-filters-container .wrapper-filter.type-dropdown .open-dropdown .dropdown-arrow, #yith-sl-main-filters-container.layout-dropdown .wrapper-filter .open-dropdown .dropdown-arrow {
    filter: invert(57%) sepia(17%) saturate(6335%) hue-rotate(348deg) brightness(99%) contrast(93%);
}
#yith-sl-section-results div#yith-sl-active-filters {
    display: none !important;
}
.store-info p.store-address,
ul.store-contact li {
    color: #2C2B2B !important;
    font-size: 14px !important;
    line-height: 17.5px !important;
    font-family: 'Poppins-Regular';
	font-weight: 400;
}
address.store-info .contact-us-user {
    color: #2C2B2B !important;
    font-size: 14px !important;
    line-height: 17.5px !important;
    font-family: 'Poppins-Medium';
    position: relative;
    padding-left: 25px;
	font-weight: 500;
}
address.store-info .contact-us-user:before {
    content: '';
    position: absolute;
    width: 13px;
    height: 13px;
    left: 0;
    object-fit: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
address.store-info p.store-address {
    position: relative;
    padding-left: 25px;
}
address.store-info p.store-address:before {
    content: '\f3c5';
    position: absolute;
    font-family: 'Font Awesome 5 Pro';
    color: #F47920;
    font-weight: 100;
    font-size: 16px;
    left: 0;
}
.wrap-store-details address.store-info p.store-address br {
    display: none;
}
ul.store-contact li.store-phone,
ul.store-contact li.store-email,
ul.store-contact li.store-fax{
    padding-bottom: 7px;
    position: relative;
    padding-left: 25px;
}
ul.store-contact li.store-phone:before,
ul.store-contact li.store-email:before,
ul.store-contact li.store-fax:before {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    left: 0;
    object-fit: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
ul.store-contact li b {
    display: none;
}
address.store-info.yith-sl-pin-modal ul.store-contact li {
    color: #DDDDDD !important;
    position: relative;
}
address.store-info.yith-sl-pin-modal .store-description .contact-us-user {
    color: #dddddd !important;
    position: relative;
}
address.store-info.yith-sl-pin-modal .store-description .contact-us-user:before,
address.store-info.yith-sl-pin-modal p.store-address:before,
address.store-info.yith-sl-pin-modal ul.store-contact li.store-phone:before,
address.store-info.yith-sl-pin-modal ul.store-contact li.store-fax:before,
address.store-info.yith-sl-pin-modal ul.store-contact li.store-email:before {
	content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    left: 0;
    object-fit: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
address.store-info.yith-sl-pin-modal .store-description {
    padding-bottom: 10px;
}
address.store-info.yith-sl-pin-modal ul.store-contact li.store-phone {
	padding-bottom: 7px;
}
.cdg-contact-km-text {
    color: #58595B;
    font-size: 10px;
    line-height: 12.5px;
    font-family: 'Poppins-Italic';
    font-weight: normal;
	font-weight: 400;
}
#yith-sl-results .stores-list>ul.additional-stores {
    margin-top: -14px;
}

.contact-info-tab .cdg_tab_main_wrp .cdg_tab_main_inner .cdg_tab_title_wrp .cdg_tab_title_loop {
    margin: 5px;
}
.contact-info-tab .cdg_tab_main_wrp .cdg_tab_main_inner .cdg_tab_title_wrp {
    flex-wrap: wrap;
    justify-content: center;
	padding: 5px 20px;
}
/*** End Contact us Page Css ***/


#yith-sl-section-map .gm-style-mtc {
  display: none;
}
div#yith-sl-section-map {
    position: relative;
}
div#yith-sl-section-map .cdg-location-wrp {
    position: absolute;
    left: 20px;
    top: 20px;
    z-index: 99;
}
.cdg-location-wrp ul {
    list-style-type: none;
    padding: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.cdg-location-wrp ul li {
    padding-right: 10px;
    padding-bottom: 10px;
}
.cdg-location-wrp ul li label {
    padding: 5px;
    background: #5b5c5d;
    border-radius: 10px;
    font-size: 10px;
    line-height: 15px;
    color: #DDDDDD;
    font-family: 'Poppins-Regular';
    font-weight: normal;
    min-width: 79px;
    text-align: center;
	margin-bottom: 0;
    cursor: pointer;
	font-weight: 400;
}
.cdg-location-wrp ul li label.active,
.cdg-location-wrp ul li label:hover{
	background: #F47920;
	color: #FFFFFF;
}
.cdg-sorting .wrapper-options1 {
    position: absolute;
    bottom: auto;
    padding-top: 15px;
    z-index: 100;
    text-align: left;
    width: 100%;
    max-width: calc(100% - 20px);
    display: none;
}
.wrapper-filter.type-dropdown.cdg-sorting.active .wrapper-options1 {
    display: block;
}

/*** Start Image Box Widget Css ***/
.cdg-image-box-widget-main-wrp {
    min-height: 434px;
    border-radius: 20px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 30px;
	overflow: hidden;
	cursor: pointer;
}
.cdg-image-box-widget-main-wrp:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 40%;
    background: linear-gradient(180deg, #2C2B2B00 0%, #2C2B2B 100%);
    transition: all 0.5s linear;
    height: 100%;
}
.cdg-image-box-widget-main-wrp.active:before,
.cdg-image-box-widget-main-wrp:hover:before {
    top: 0;
}
.cdg-image-box-widget-main-wrp .cdg-image-box-widget-top {
    width: 100%;
    text-align: right;
    font-size: 21px;
    line-height: 21px;
    margin-bottom: auto;
    position: relative;
    z-index: 2;
}
.cdg-image-box-widget-main-wrp .cdg-image-box-widget-top i {
    cursor: pointer;
    transition: all 0.5s linear;
}
.cdg-image-box-widget-main-wrp:not(.active):hover .cdg-image-box-widget-top i {
    transform: rotate(-45deg);
}
.cdg-image-box-widget-main-wrp.active .cdg-image-box-widget-top i:before {
    content: "\f00d";
    font-family: 'Line Awesome Free';
    font-weight: 600;
    font-size: 23px;
}
.cdg-image-box-widget-main-wrp .cdg-image-box-widget-bottom {
    margin-top: auto;
    padding-top: 20px;
    width: 100%;
	position: relative;
    z-index: 2;
}
.cdg-image-box-widget-main-wrp .cdg-image-box-widget-bottom .cdg-image-box-title {
    margin: 0 0 0 0;
    font-size: 1.125em;
    line-height: 1.25;
    letter-spacing: 0;
    color: #FFFFFF;
    font-family: 'Poppins-Bold';
	font-weight: bold;
}
.cdg-image-box-widget-main-wrp .cdg-image-box-widget-bottom .cdg-image-box-content {
    padding-top: 10px;
    font-size: 1em;
    line-height: 1.25;
    letter-spacing: 0;
    font-family: 'Poppins-Regular';
    color: #F1F1F1;
	display: none;
	font-weight: 400;
}
.cdg-image-box-widget-main-wrp .cdg-image-box-widget-bottom .cdg-image-box-content *{
    font-size: 1em;
    line-height: 1.25;
    letter-spacing: 0;
    font-family: 'Poppins-Regular';
    color: #F1F1F1;
	font-weight: 400;
}
.cdg-image-box-widget-main-wrp .cdg-image-box-widget-bottom .cdg-image-box-content ul {
    padding: 0;
    list-style-type: none;
}
.cdg-image-box-widget-main-wrp .cdg-image-box-widget-bottom .cdg-image-box-content ul li {
    margin-bottom: 10px;
    padding-left: 14px;
    position: relative;
}
.cdg-image-box-widget-main-wrp .cdg-image-box-widget-bottom .cdg-image-box-content ul li:last-child{
	margin-bottom: 0px;
}
.cdg-image-box-widget-main-wrp .cdg-image-box-widget-bottom .cdg-image-box-content ul li:before {
    content: "";
    width: 5px;
    height: 5px;
    position: absolute;
    left: 0;
    top: 8px;
    background: #F47920;
    border-radius: 50%;
}
/*** End Image Box Widget Css ***/


/*** Start Coffeetable Slider Widget Css ***/

.cdg-coffeetable-slider-main-wrp{
    overflow: hidden;
}
.cdg-coffeetable-slider-main-wrp .cdg-coffeetable-slider-slider-wrp {
    position: relative;
    margin: 0 -10px;
}
.cdg-coffeetable-slider-main-wrp .cdg-coffeetable-topbar {
    padding: 0 10px 20px 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.cdg-coffeetable-slider-main-wrp .cdg-coffeetable-topbar .cdg-coffeetable-heading {
    margin: 0;
    color: #2C2B2B;
    font-size: 2.25em;
    line-height: 1.5;
    letter-spacing: 0;
    font-family: 'Poppins-Bold';
	padding-right: 30px;
	font-weight: bold;
}
.cdg-coffeetable-slider-main-wrp .cdg-coffeetable-slider-slider-wrp .cdg-coffeetable-slider-slider {
    padding: 0;
}
.cdg-coffeetable-slider-slider .cdg-coffeetable-slider-loop {
    height: initial;
    margin-bottom: 0px;
    overflow: inherit;
    width: 100%;
    max-width: 495px;
}
.cdg-coffeetable-slider-slider .cdg-coffeetable-slider-loop .cdg-coffeetable-slider-inner {
    margin: 0 10px 0px 10px;
    width: 100%;
    max-width: calc(100% - 20px);
    min-height: 100%;
    display: flex;
    flex-wrap: wrap;
}
.cdg-coffeetable-slider-loop .cdg-coffeetable-slider-inner .cdg-coffeetable-slider-top {
    width: 100%;
    margin-bottom: auto;
}
.cdg-coffeetable-slider-inner .cdg-coffeetable-slider-top .cdg-coffeetable-slider-image {
    position: relative;
    line-height: 0;
	margin-bottom: 20px;
}
.cdg-coffeetable-slider-top .cdg-coffeetable-slider-image a {
    display: block;
    outline: none !important;
    text-decoration: none;
}
.cdg-coffeetable-slider-top .cdg-coffeetable-slider-image a img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    border-radius: 20px;
    aspect-ratio: 3/2;
}
.cdg-coffeetable-slider-inner .cdg-coffeetable-slider-top .cdg-coffeetable-slider-title {
    margin: 0;
    padding: 0px 20px 10px 20px;
}
.cdg-coffeetable-slider-inner .cdg-coffeetable-slider-top .cdg-coffeetable-slider-title a {
    display: inline-block;
    font-size: 21px;
    line-height: 1.25;
    letter-spacing: 0px;
    color: #2C2B2B;
    font-family: 'Poppins-SemiBold';
	font-weight: 600;
}
.cdg-coffeetable-slider-slider .cdg-coffeetable-slider-loop .cdg-coffeetable-slider-inner .cdg-coffeetable-slider-top {
    width: 100%;
    margin-bottom: auto;
}
.cdg-coffeetable-slider-loop .cdg-coffeetable-slider-inner .cdg-coffeetable-slider-read-more {
    padding: 0 20px 0 20px;
    width: 100%;
    margin-top: auto;
}
.cdg-coffeetable-slider-loop .cdg-coffeetable-slider-inner .cdg-coffeetable-slider-read-more a {
    font-size: 0.875em;
    line-height: 1.25;
    letter-spacing: 0;
    color: #2C2B2B;
    font-family: 'Poppins-Regular';
    display: inline-flex;
    align-items: center;
    text-decoration: none;
	font-weight: 400;
	text-transform: capitalize;
}
.cdg-coffeetable-slider-loop .cdg-coffeetable-slider-inner .cdg-coffeetable-slider-read-more a i {
    font-size: 22px;
    color: #F47920;
    padding-left: 6px;
    transition: all 0.5s linear;
}
.cdg-coffeetable-slider-loop .cdg-coffeetable-slider-inner .cdg-coffeetable-slider-read-more a:hover{
	color: #F47920;
}
.cdg-coffeetable-slider-loop .cdg-coffeetable-slider-inner .cdg-coffeetable-slider-read-more a:hover i{
	padding-left: 12px;
}
.cdg-coffeetable-slider-loop .cdg-coffeetable-slider-inner .cdg-coffeetable-slider-read-more a:hover span{
	text-decoration: underline;
}
.cdg-coffeetable-slider-main-wrp .cdg-coffeetable-slider-slider-wrp .swiper-scrollbar {
    position: inherit;
    width: calc(100% - 20px);
    left: 10px;
    right: 10px;
    height: 2px;
    background: #CCCCCC;
    bottom: unset;
	display: none;
}
.cdg-coffeetable-slider-main-wrp .cdg-coffeetable-slider-slider-wrp .swiper-scrollbar .swiper-scrollbar-drag {
    background: #000000;
    cursor: pointer;
}
.cdg-coffeetable-slider-main-wrp .cdg-coffeetable-topbar .cdg-coffeetable-arrow {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 160px;
}
.cdg-coffeetable-slider-main-wrp .cdg-coffeetable-topbar .cdg-coffeetable-arrow .swiper-button-prev {
    position: inherit;
    width: 100%;
    max-width: 70px;
    border: 1px solid #F47920;
    background: #F47920;
    border-radius: 100px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    margin: 0;
    height: 30px;
	font-size: 18px;
    letter-spacing: 0.36px;
    line-height: 30px;
	color: #FFFFFF;
}
.cdg-coffeetable-slider-main-wrp .cdg-coffeetable-topbar .cdg-coffeetable-arrow .swiper-button-next {
    position: inherit;
    width: 100%;
    max-width: 70px;
    border: 1px solid #F47920;
    background: #F47920;
    border-radius: 100px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    margin: 0;
    height: 30px;
    font-size: 18px;
    letter-spacing: 0.36px;
    line-height: 30px;
	color: #FFFFFF;
}
.cdg-coffeetable-slider-main-wrp .cdg-coffeetable-topbar .cdg-coffeetable-arrow .swiper-button-next:hover,
.cdg-coffeetable-slider-main-wrp .cdg-coffeetable-topbar .cdg-coffeetable-arrow .swiper-button-prev:hover {
    color: #F47920;
    background: #FFFFFF;
}
.cdg-coffeetable-slider-main-wrp .cdg-coffeetable-topbar .cdg-coffeetable-arrow .swiper-button-disabled {
    border-color: #DDDDDD !important;
    background: #DDDDDD !important;
    color: #58595B !important;
}

/*** End Coffeetable Slider Widget Css ***/

/*** Start Coffeetable single Page Css ***/
.cdge-single-coffeetable-main {
    overflow: hidden;
}
.cdge-single-coffeetable-main .cdge-coffeetable-back-btn {
    width: 100%;
    max-width: 1268px;
    margin: 0 auto;
    padding: 50px 50px 20px 50px;
}
.cdge-single-coffeetable-main .cdge-coffeetable-back-btn a {
    color: #2C2B2B;
    font-size: 0.875em;
    line-height: 1.25;
    display: inline-flex;
    align-items: center;
    text-decoration: none;
}
.cdge-single-coffeetable-main .cdge-coffeetable-back-btn a span {
    padding-top: 2px;
}
.cdge-single-coffeetable-main .cdge-coffeetable-back-btn a i {
    color: #F47920;
    font-size: 18px;
    padding-right: 10px;
}
.cdge-single-coffeetable-main .cdge-coffeetable-back-btn a:hover{
	color: #F47920;
}
.cdge-single-coffeetable-main .cdge-coffeetable-back-btn a:hover span{
	text-decoration: underline;
}
.cdge-single-coffeetable-main .cdge-single-coffeetable-inner {
    padding: 0 0px 100px 0px;
}
.cdge-coffeetable-social-main {
    width: 100%;
    max-width: 1268px;
    margin: 0 auto;
    padding: 20px 50px 0 50px;
}
.cdge-coffeetable-social-main .cdge-single-coffeetable-social-icon {
    display: flex;
    align-items: center;
    color: #2C2B2B;
    font-family: 'Poppins-Regular';
    font-size: 0.875em;
    line-height: 1.25em;
	font-weight: 400;
}
.cdge-coffeetable-social-main .cdge-single-coffeetable-social-icon ul {
    list-style-type: none;
    display: flex;
    align-items: center;
    padding-left: 30px;
}
.cdge-coffeetable-social-main .cdge-single-coffeetable-social-icon ul li:not(:last-child) {
    margin-right: 30px;
}
.cdge-coffeetable-social-main .cdge-single-coffeetable-social-icon ul li a i {
    font-size: 18px;
    line-height: 24px;
    color: #58595B;
    letter-spacing: 0;
}
.cdge-coffeetable-social-main .cdge-single-coffeetable-social-icon ul li a:hover i {
	color: #F47920;
}
.cdge-coffeetable-social-main .cdge-single-coffeetable-social-icon ul li.cdge-single-coffeetable-copy {
    position: relative;
}
.cdge-coffeetable-social-main .cdge-single-coffeetable-social-icon ul li.cdge-single-coffeetable-copy i {
    margin: 0;
}
.cdg-coffeetable-nxt-prev-post {
    width: 100%;
    max-width: 1268px;
    margin: 0 auto;
    padding: 50px 50px 0 50px;
}
.cdg-coffeetable-nxt-prev-post .cdg-coffeetable-pagination {
    display: flex;
    justify-content: space-between;
}
.cdg-coffeetable-prev-pagination a.prev ,
.cdg-coffeetable-nxt-pagination a.next {
    border: 1px solid #F47920;
    padding: 5px 20px;
    border-radius: 100px;
    margin-bottom: 10px;
    color: #F47920;
    text-decoration: none;
    font-size: 14px;
    line-height: 17.5px;
    letter-spacing: 0px;
}
.cdg-coffeetable-prev-pagination a.prev:hover  ,
.cdg-coffeetable-nxt-pagination a.next:hover {
    background: #F47920;
    color: #FFFFFF;
}
.cdg-coffeetable-pagination .cdg-coffeetable-prev-pagination {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
	width: 50%;
    padding-right: 10px;
}
.cdg-coffeetable-pagination .cdg-coffeetable-nxt-pagination {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
	width: 50%;
    padding-left: 10px;
}
.cdg-coffeetable-prev-pagination a.prev i {
    margin-right: 10px;
    color: #F47920;
    font-size: 16px;
    font-weight: 300;
}
.cdg-coffeetable-nxt-pagination a.next i {
    margin-left: 10px;
    color: #F47920;
    font-size: 16px;
    font-weight: 300;
}
.cdg-coffeetable-nxt-pagination a.next:hover i,
.cdg-coffeetable-prev-pagination a.prev:hover i {
    color: #ffffff;
}
.cdg-coffeetable-pagination .cdg-coffeetable-prev-pagination .cdg-coffeetable-prev-title ,
.cdg-coffeetable-nxt-pagination .cdg-coffeetable-nxt-title {
    color: #2C2B2B;
   font-size: 0.875em;
    line-height: 1.25em;
    font-family: poppins-regular;
    margin: 0;
	text-align: right;
	font-weight: 400;
}
.cdg-coffeetable-pagination .cdg-coffeetable-prev-pagination .prev.disabled ,
.cdg-coffeetable-pagination .cdg-coffeetable-nxt-pagination .next.disabled {
    border: 1px solid transparent;
    padding: 5px 20px;
    background: #DDDDDD;
    border-radius: 100px;
    margin-bottom: 10px;
    color: #FFFFFF;
    text-decoration: none;
    font-size: 14px;
    line-height: 17.5px;
    letter-spacing: 0px;
}
.cdg-coffeetable-prev-pagination .prev.disabled i {
    margin-right: 10px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 300;
}
.cdg-coffeetable-nxt-pagination .next.disabled i {
    margin-left: 10px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 300;
}
/*** End Coffeetable single Page Css ***/
.store_locator_main_wrp .dropdown-field-wrap:before {
	top: 10px;
}
.store_locator_main_wrp select#category {
    margin-bottom: 0;
    border: 1px solid #fff !important;
    border-radius: 10px;
    padding: 10px 40px 10px 20px;
    margin-right: 10px;
    line-height: 17.5px;
	font-size: 14px;
    color: #2C2B2B !important;
    background: #fff !important;
    font-family: 'Poppins-Regular';
	font-weight: 400;
    width: 100% !important;
	cursor: pointer;
}
.store_locator_main_wrp select#category:hover {
    border: 1px solid #F47920 !important;
    background: transparent !important;
}
.store_locator_main_wrp .stores-list {
    border-radius: 10px;
    padding: 20px;
    background: #fff;
    margin: 8px;
    width: 100%;
    max-width: calc(33.33% - 16px) !important;
}
.store_locator_main_wrp .stores-list .store_name {
    color: #2C2B2B;
    font-family: 'Poppins-Bold';
    font-weight: bold;
    font-size: 1em;
    line-height: 1.25em;
    letter-spacing: 0;
}
.store_locator_main_wrp .stores-list:hover {
    background: #E4E4E4 !important;
}
.store_locator_main_wrp #store_locator_main {
    display: flex;
    flex-wrap: wrap;
    padding-right: 0px;
    background: unset;
    width: calc(100% + 16px);
    margin: 20px -8px 40px -8px;
}
.store_locator_main_wrp #store_locator_main::-webkit-scrollbar-thumb {
    background-color: #F47920;
    border-radius: 50px;
    width: 5px;
}
.store_locator_main_wrp #store_locator_main::-webkit-scrollbar {
    width: 5px;
    background-color: #FFFFFF;
    border-radius: 100px;
}
.store_locator_main_wrp #store_locator_main::-webkit-scrollbar-track {
    width: 5px;
    background-color: #FFFFFF;
    border-radius: 100px;
}
.store_locator_main_wrp .store_locator_upper p {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.32px;
    font-family: 'Poppins-Bold';
    margin-bottom: 10px;
    margin-top: 0px;
    color: #000000;
	font-weight: bold;
}
.store_locator_main_wrp .store-info .store-phone {
    position: relative;
    padding-left: 25px;
}
.store_locator_main_wrp .store-info .store-phone:before {
    content: ' ';
    position: absolute;
    width: 15px;
    height: 15px;
    left: 0;
    top: 5px;
    background-size: contain;
    background-repeat: no-repeat;
}
.store_locator_main_wrp .store-info .store-phone a {
    color: #2C2B2B;
    font-weight: 400;
    font-size: 14px;
    line-height: 17.5px;
}
.store_locator_main_wrp .store-info .store-phone a:hover {
    text-decoration: underline;
}
.store_locator_main_wrp .store-fax {
    position: relative;
    padding-left: 25px;
    color: #2C2B2B;
    font-weight: 400;
    font-size: 14px;
    line-height: 17.5px;
}
.store_locator_main_wrp .store-fax:before {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    left: 0;
    object-fit: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.store_locator_main_wrp .store-email {
    position: relative;
    padding-left: 25px;
    color: #2C2B2B;
    font-weight: 400;
    font-size: 14px;
    line-height: 17.5px;
	overflow-wrap: break-word;
}
.store_locator_main_wrp .store-email:before {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    left: 0;
    object-fit: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.store_locator_main_wrp .store-info .store-website {
    position: relative;
    padding-left: 25px;
    color: #2C2B2B;
    font-weight: 400;
    font-size: 14px;
    line-height: 17.5px;
    overflow-wrap: break-word;
}
.store_locator_main_wrp .store-website:before {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    left: 0;
    object-fit: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.store_locator_main_wrp .store-info .store-website a {
    color: #2C2B2B;
    text-decoration: underline;
}
.store_locator_main_wrp .store-info .store-website a:hover {
    color: #F47920;
}

@media (max-width: 768px) {
	.store_locator_main_wrp .stores-list {
		max-width: calc(50% - 16px) !important;
	}
}
@media (max-width: 480px) {
	.store_locator_main_wrp .stores-list {
		max-width: calc(100% - 16px) !important;
	}
}
