/*** Start Blog Category and Tag Archive Page Css ***/
.cdge-blog-category-template-main-wrp {
    max-width: 1304px;
    padding: 50px 50px 80px 50px;
    margin: 0 auto;
}
.cdge-blog-category-template-main-wrp .cdge-blog-archive-content-wrp > a {
    text-decoration: none !important;
}
/*** End Blog Category and Tag Archive Page Css ***/

/* Start Careers Archive Page CSS */
.cdge_career_taxonomy_main {
    display: flex;
    flex-wrap: wrap;
    margin: 0px -10px;
}
.cdge_career_taxonomy_main .cdge_career_taxonomy_wrap {
    width: 33.33%;
    padding: 0px 10px;
    margin-bottom: 20px;
}
.cdge_career_taxonomy_main .cdge_career_taxonomy_inner {
    position: relative;
    height: 100%;
}
.cdge_career_taxonomy_main .cdge_career_taxonomy_inner:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top:0;
    background: transparent conic-gradient(from 90deg at 50% 50%, #0075BF0F 0.00%, #0075BF26 16.50%, #F479203B 45.95%, #0075BF26 85.45%, #0075BF0A 100.00%) 0% 0% no-repeat padding-box;
    border-radius: 18px;
    opacity: 50%;
}
.cdge_career_taxonomy_main .cdge_career_taxonomy_inner_box {
    padding: 30px;
    position: relative;
    z-index: 2;
}
.cdge_career_taxonomy_main .cdge_career_taxonomy_name {
    color: #000000;
    font-family: Poppins-Bold;
    font-size: 18px;
    letter-spacing: 0.36px;
    line-height: 27px;
    margin: 0px 0px 10px 0px;
}
.cdge_career_taxonomy_main .cdge_career_taxonomy_content {
    color: #58595B;
    font-family: NotoSans-Regular;
    font-size: 16px;
    letter-spacing: 0.32px;
    line-height: 24px;
    margin: 0px 0px 20px 0px;
}
.cdge_career_taxonomy_main .cdge_career_taxonomy_btn {
    color: #F47920;
    font-family: NotoSans-Regular;
    font-size: 16px;
    letter-spacing: 0.32px;
    line-height: 24px;
    text-transform: capitalize;
    padding: 4px 16px 4px 8px;
	margin-left: -8px;
    border-radius: 15px;
    background: transparent;
}
.cdge_career_taxonomy_main .cdge_career_taxonomy_btn:hover {
    background: #f4792026;
}
.cdge_career_taxonomy_main .cdge_career_taxonomy_btn i {
    width: 20px;
    height: 20px;
    background: #F47920;
    border-radius: 100px;
    color: #ffffff;
    font-size: 14px;
    letter-spacing: 0.7px;
    line-height: 18px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
	margin-left: 5px;
}

/* End Careers Archive Page CSS */

/** Start Reviews widget css **/

.cdge-reviews-slider-content-main a:focus {
    outline: none;
}
.cdge-reviews-slider-content-main .cdge-reviews-category {
    color: #0075BF;
    font-size: 14px;
    letter-spacing: 0.28px;
    line-height: 21px;
    font-family: 'NotoSans-Italic';
    margin-bottom: 7px;
    display: inline-block;
}
.cdge-reviews-slider-content-main .cdge-reviews-content p {
    color: #000000;
    font-size: 16px;
    letter-spacing: 0.32px;
    line-height: 24px;
    font-family: 'NotoSans-Regular';
}
.cdge-reviews-slider-content-main .cdge-reviews-title {
    color: #000000;
    font-size: 14px;
    letter-spacing: 0.28px;
    line-height: 21px;
    font-family: 'Poppins-Bold';
    text-transform: uppercase;
	margin-bottom: 5px;
}
.cdge-reviews-slider-content-main .cdge-reviews-designation {
    color: #58595B;
    font-size: 14px;
    letter-spacing: 0.28px;
    line-height: 21px;
    font-family: 'Poppins-Italic';
	margin-bottom: 0;
}
.cdge-reviews-content {
    padding-bottom: 15px;
	width : 100%;
}
.cdge-reviews-slider-repeater-main .slick-list.draggable {
    padding-left: 0 !important;
    padding-right: 110px;
}
.cdge-reviews-slider-loop {
    margin: 0 10px;
    height: 100% !important;
    position: relative;
    min-height: 400px;
}
.cdge-reviews-slider-content-main {
    background: #FFFFFF;
    padding: 30px;
    border-radius: 18px;
    height: 100% !important;
    display: flex;
    flex-wrap: wrap;
}
.cdge-reviews-arrow-wrpper {
    position: absolute;
    bottom: 0;
    left: -41%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 100px;
    background: #FFFFFF;
    overflow: hidden;
    margin-left: auto;
    border-radius: 20px;
    height: 40px;
}
.cdge-reviews-arrow-wrpper .slick-arrow {
    color: #00000080;
    font-size: 18px;
    letter-spacing: 1.05px;
    cursor: pointer;
}
.cdge-reviews-arrow-wrpper .slick-arrow:hover {
    color: #000000;
}
.cdge-reviews-slider-main {
    display: flex !important;
    flex-wrap: wrap;
}
.cdge-reviews-slider-main .slick-track {
    display: flex !important;
    flex-wrap: wrap;
}
.cdge-reviews-slider-main .slick-slide {
    display: flex !important;
}
.cdge-reviews-slider-main .cdge-reviews-slider-wrp {
    height: 100% !important;
}
.cdge-reviews-bottom-content {
    width: 100%;
	margin-top: auto;
}
.cdge-reviews-slider-main.cdge-reviews-slider-no-padding .slick-list.draggable {
    padding: 0 !important;
}

/** End Reviews widget css **/


/** Start News & Blogs widget css **/

.cdge-blogs-slider-repeater-main {
    overflow: hidden;
}
.cdge-blogs-slider-wrp a:focus {
    outline: none;
}
.cdge-blogs-slider-repeater-main .slick-list.draggable {
    padding-left: 0 !important;
    padding-right: 130px !important;
}
.cdge-blogs-slider-repeater-main .slick-slide {
    margin: 0 10px;
	display: flex !important;
}
.cdge-blogs-slider-arrow-wrpper {
    position: absolute;
    bottom: 0;
    left: -41%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 100px;
    background: #FFFFFF;
    overflow: hidden;
    margin-left: auto;
    border-radius: 20px;
    height: 40px;
}
.cdge-blogs-slider-arrow-wrpper .slick-arrow {
    color: #00000080;
    font-size: 18px;
    letter-spacing: 1.05px;
    cursor: pointer;
}
.cdge-blogs-slider-arrow-wrpper .slick-arrow:hover {
    color: #000000;
}
.cdge-blogs-slider-main {
    display: flex !important;
    flex-wrap: wrap;
}
.cdge-blogs-slider-main .slick-track {
    display: flex !important;
    flex-wrap: wrap;
}
.cdge-blogs-slider-main .cdge-blogs-slider-wrp {
    height: 100% !important;
} 
.cdge-blogs-slider-main .cdge-blogs-slider-wrp .cdge-blog-archive-inner {
    height: 100%;
}
.cdge-blogs-slider-main.cdge-blogs-slider-no-padding .slick-list.draggable {
    padding: 0 !important;
}
.cdge-blogs-slider-repeater-main .slick-slide > div {
    width: 100%;
}

/** End News & Blogs widget css **/


/*** End CDGE Promotion Slider Box   ***/
.promotion-icon .elementor-widget-container .elementor-button-text{
	padding:4px 8px;
	display:inline-block;
}
.promotion-icon .elementor-widget-container .elementor-button-text:after {
    content: "\f105";
    font-family: "Font Awesome 5 Pro";
    margin-left: 10px;
    padding: 3px 8px;
    background: #F47920;
    color: #FFFFFF;
    border-radius: 100%;
    /* height: 20px; */
    /* width: 20px; */
}
.promotion-icon .elementor-widget-container .elementor-button-text:hover{
	background: #f4792026;
	border-radius: 15px;
	padding:4px 8px;
}
.cdge-promotion-box-feature-img a {
    display: inline-block;
	width: 100%;
    outline: none;
}
.cdge-promotion-slider-loop .cdge-promotion-box-feature-img img {
    width: 100% !important;
    border-radius: 18px 18px 18px 18px!important;
    height: 303px;
    object-fit: cover; 
}
.cdge-promotion-slider-loop:hover {
    box-shadow: none;
}
.cdge-promotion-slider-loop h6.cdge-promotion-title a {
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0.36px;
    color: #000000;
    margin-top: 0;
    font-family: Poppins-Bold;
    outline: none;
}
.cdge-promotion-slider-loop:hover h6.cdge-promotion-title a {
    color: #F47920;
} 
.cdge-promotion-slider-loop .cdge-promotion-excerpt {
    font-size: 16px;
    line-height: 24px;
    margin: 0;
    letter-spacing: 0.32px;
    color: #58595B;
    font-family: 'NotoSans-Regular';
}
.cdge-promotion-slider-loop {
    border-radius: 18px;
    background: transparent;
    margin: 0 10px;
}
.cdge-promotion-slider-content-main {
    padding: 10px 0;
}
.cdge-promotion-arrow-wrpper {
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 100px;
    background: #FFFFFF;
    overflow: hidden;
    margin-left: auto;
    border-radius: 20px;
    height: 40px;
	z-index: 99;
}
.cdge-promotion-slider-right-arrow.slick-arrow ,
.cdge-promotion-slider-left-arrow.slick-arrow {
    color: #000000;
    font-size: 18px;
    letter-spacing: 1.05px;
    line-height: 27px;
	opacity: 50%;
	cursor: pointer;
}
.cdge-promotion-slider-left-arrow.slick-arrow:hover ,
.cdge-promotion-slider-right-arrow.slick-arrow:hover {
    opacity: 100%;
}
.cdge-promotion-slider-main .slick-list.draggable {
    padding-left: 0px !important;
	padding-right: 240px !important;
}
.cdge-promotion-slider-wrp {
    margin-top: 30px;
	margin-bottom: 30px;
}
.cdge-promotion-slider-main {
    margin-left: -10px;
    margin-right: -10px;
}
.cdge-promotion-slider-repeater-main {
    overflow: hidden;
}
/*** End CDGE Services Slider Box   ***/



/** Blog Archive Page Css **/
.cdge-fblog-archive-main-wrp {
    margin-top: 50px;
}
.cdge-fblog-archive-main-wrp .cdge-fblog-archive {
    display: flex;
    justify-content: space-between;
}
.cdge-fblog-archive-feature-img {
    width: 50%;
    padding-right: 20px;
}
.cdge-fblog-archive-feature-img img {
    width: 100% !important;
    height: 382px !important;
    object-fit: cover !important;
    border-radius: 30px !important;
}
.cdge-fblog-archive-content-wrp {
    width: 50%;
    padding-left: 100px;
}
.cdge-fblog-archive-content-wrp .cdge-fblogs-data-wrp {
    margin-top: 5px;
}
.cdge-fblogs-data-wrp a {
    color: #FFFFFF !important;
    border: 1px solid #0075BF !important;
    padding: 7px 20px;
    background: #0075BF;
    font-family: 'NotoSans-Regular' !important;
    font-size: 14px !important;
    border-radius: 100px;
    line-height: 21px !important;
    letter-spacing: 0.28px !important;
}
.cdge-fblogs-data-wrp a:hover {
    color: #0075BF !important;
    background: transparent !important;
}
.cdge-fblogs-data-wrp .cdge-fblog-date {
    margin: 20px 0 !important;
    font-family: 'NotoSans-Regular';
    color: #57585B;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.28px;
    text-transform: uppercase;
	margin-bottom: 10px !important;
}
.cdge-fblog-archive-content-wrp .cdge-fblog-content {
    font-family: 'NotoSans-Regular';
    color: #58595B;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.32px;
}
.cdge-fblog-archive-content-wrp .cdge-fblog-title {
    font-size: 21px;
    letter-spacing: 0.42px;
    line-height: 31.5px;
    color: #000000;
    font-family: 'Poppins-Bold';
}
.cdge-fblog-archive-content-wrp .cdge-fblog-btn a {
    font-size: 16px;
    line-height: 24px;
    align-items: center !important;
    color: #F47920;
    letter-spacing: 0.32px;
    font-family: 'NotoSans-Regular';
	padding: 4px 8px;
	margin-left: -8px;
}
.cdge-fblog-archive-content-wrp .cdge-fblog-btn a i {
    color: #FFFFFF;
    background: #F47920;
    border-radius: 100px;
    padding: 3px 7px;
	margin-left: 10px;
}
.cdge-fblog-archive-content-wrp .cdge-fblog-btn a:hover {
    background: #f4792026;
    padding: 4px 8px;
    border-radius: 15px;
}

.cdge-blog-upper #blog-sort-by {
    position: relative;
}
.cdge-blog-upper #blog-sort-by:after {
    content: "";
    position: absolute;
    background: #AAAAAA;
    height: 50px;
    width: 1px;
    right: 0;
}
.cdge-blog-upper #blog-cat-filter {
    position: relative;
}
.cdge-blog-upper #blog-cat-filter:after {
    content: "";
    position: absolute;
    background: #AAAAAA;
    height: 50px;
    width: 1px;
    right: 0;
}
.cdge-blog-upper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 50px;
    border: 1px solid #000000;
    border-radius: 35px;
    padding: 10px 30px;    
}
.cdge-blog-template-main-wrp.cdge-sustainability-template-main-wrp .cdge-blog-upper {
	display: none;
}
.cdge-sorting {
    display: flex;
    min-width: 205px;
    align-items: center;
    text-align: center;
    padding: 0 20px;
}
.cdge-filter {
    display: flex;
    min-width: 325px;
    align-items: center;
	position: relative;
	padding: 0 20px;
}
.cdge-blog-upper .cdge-blog-upper-text {
    min-width: 170px;
    color: #000000;
    font-family: 'Poppins-Medium';
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.32px;
}
.cdge-sorting .sorting-select {
        border: none;
    background: transparent !important;
    color: #AAAAAA;
    font-size: 14px;
    font-family: 'Noto Sans';
    border-radius: 0;
    width: 100%;
    line-height: 21px;
    -webkit-appearance: none;
    letter-spacing: 0.28px;
	padding: 0;
	cursor: pointer;
}
.cdge-filter .sorting-select {
    border: none;
    background: transparent !important;
    color: #AAAAAA;
    font-size: 14px;
    font-family: 'Noto Sans';
    border-radius: 0;
    width: 100%;
    line-height: 21px;
    -webkit-appearance: none;
    letter-spacing: 0.28px;
	padding: 0;
	cursor: pointer;
}
.cdge-sorting::before {
    content: '\f107';
    font-family: 'Font Awesome 5 Pro';
    color: #000000;
    top: 0;
    right: 20px;
    bottom: 0;
    position: absolute;
    font-size: 16px;
    line-height: 19px;
	pointer-events: none;
}
.cdge-filter::before {
    content: '\f107';
    font-family: 'Font Awesome 5 Pro';
    color: #000000;
    top: 0;
    right: 20px;
    bottom: 0;
    position: absolute;
    font-size: 16px;
    line-height: 19px;
	pointer-events: none;
}
.cdge-sv-post {
    display: flex;
    align-items: center;
    margin-left: auto;
    width: calc(100% - 710px);
    height: auto;
}
.cdge-post-search-wrp .cdge-post-search-inner {
   outline: none !important;
    background: transparent !important;
    font-size: 14px !important;
    line-height: 21px !important;
    color: #AAAAAA !important;
    width: 100%;
    font-family: 'NotoSans-Regular' !important;
    border: none !important;
    border-radius: 0 !important;
    padding: 0 10px!important;
    z-index: 11;
}
.cdge-post-search-wrp .cdge-post-search-btn {
   border: none !important;
    color: #AAAAAA !important;
    font-size: 14px;
    background: transparent !important;
    line-height: 21px;
    outline: none !important;
    z-index: 99;
    padding: 13px 0 13px 0;
}
.cdge-post-search-inner::-webkit-input-placeholder { /* Edge */
  color: #AAAAAA !important;
  font-family: 'NotoSans-Regular' !important;
}
.cdge-blog-archive-main-wrp {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
    margin-top: 50px;
}
.cdge-blog-archive {
    width: 33.33%;
    padding: 0 10px;
   margin-bottom: 20px;
}
.cdge-blog-archive-inner {
    border-radius: 18px !important;
	background: #FFFFFF;
}
.cdge-blog-archive-feature-img img {
    width: 100%;
    height: 231px !important;
    object-fit: cover;
    border-radius: 18px 18px 0 0 !important;
}
.cdge-promotion-archive-feature-img img {
    border-radius: 18px !important;
}
.cdge-blog-archive-feature-img {
    position: relative;
}
.cdge-blog-archive-feature-img a.cdge-blogs-cat {
    position: absolute;
    /* top: 0; */
    bottom: 0;
    left: 0;
    padding: 7px 20px;
    background: #0075BF;
    border-radius: 0 12px 0 0 !important;
    color: #FFFFFF;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0;
}
.cdge-blog-template-main-wrp.cdge-sustainability-template-main-wrp .cdge-blog-archive-feature-img a.cdge-blogs-cat{
	display: none;
}
.cdge-blog-archive-content-wrp .cdge-blog-title {
    color: #000000;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.32px;
    font-family:'Poppins-Bold';
	margin: 0;
}
.cdge-blog-archive-content-wrp .cdge-blog-content{
    color: #58595B;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.32px;
    font-family:'NotoSans-Regular';
    text-transform: capitalize;
}
.cdge-blog-archive-content-wrp .cdge-blog-date {
    padding: 0;
    margin: 0;
    color: #57585B;
    font-family: 'NotoSans-Regular' !important;
    font-size: 14px;
    line-height: 21px;
    text-transform: uppercase;
    letter-spacing: 0.28px;
}
.cdge-blog-date i {
    margin-right: 10px;
}
.cdge-blog-archive-content-wrp {
    padding: 28px 30px 23px 30px;
}
.cdge-blog-archive-content-wrp .cdge-blog-btn a {
    font-size: 16px;
    line-height: 24px;
	font-family: 'NotoSans-Regular';
    letter-spacing: 0.32px;
    text-transform: capitalize;
    color: #F47920;
    outline: none !important;
    border: none !important;
}
.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: #F15A29;
    text-decoration: underline;
}
.cdge-pagination {
    margin-top: 30px !important;
    margin-bottom: 50px !important;
    text-align: center;
    width: 100%;
	display: block;
}
.cdge-pagination .page-numbers {
    height: 30px;
    width: 30px;
    display: inline-block;
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 0.28px;
    font-family: 'Noto Sans';
    color: #F47920;
    margin: 0px 10px;
	border-radius: 30px;
    border: 1px solid #F47920;
}
.cdge-pagination .prev.page-numbers {
    float: left;
    color: #F47920;
}
.cdge-pagination .next.page-numbers {
    float: right;
	color: #F47920;
}
.cdge-pagination .page-numbers:last-child {
    margin-right: 0;
}
.cdge-pagination .page-numbers:first-child {
    margin-left: 0;
}
.cdge-pagination .page-numbers:hover,
.cdge-pagination .page-numbers.current{
	border: 1px solid #F47920;
	background-color: #F47920;
	color: #FFFFFF !important;
}
.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: 'NotoSans-Regular';
}
.cdge-blogs-data-wrp {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 5px;
}
.cdge-blog-archive-content-wrp .cdge-blog-btn {
    margin: 5px 0 0 0!important;
}
/** End Blog Archive Page Css **/

/** Start Blog Single Page Design **/
body.single-post main.site-main {
    max-width: 100% !important;
}
.cdge-single-blog-breadcrumbs {
    background: #58595B;
    padding: 5.5px 50px;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.28px;
    font-family: 'NotoSans-Regular';
    color: #CCCCCC;
}
.cdge-single-blog-breadcrumbs i {
    margin: 0 20px;
}
.cdge-single-blog-breadcrumbs a {
    color: #CCCCCC !important;
    text-decoration: none;
    font-size: 14px !important;
    line-height: 21px !important;
    letter-spacing: 0.28px !important;
    font-family: 'NotoSans-Regular' !important;
}
.cdge-single-blog-breadcrumbs a:hover{
	color: #FFFFFF !important;
}
.cdge-single-blog-breadcrumbs span.current {
    color: #FFFFFF;
    font-family: 'NotoSans-BoldItalic';
}
.cdge-single-blog-info {
    max-width: 1304px;
    margin: 0 auto;
    padding: 0 50px;
    margin-top: 50px;
}
.cdge-single-blog-main {
	width: 100%;
    max-width: 1100px;
    margin: 20px auto 0 auto;
    padding-left: 50px;
    padding-right: 50px;
	padding-bottom: 80px;
}
.cdge-single-blog-info .cdge-blog-back-btn a {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.32px;
    color: #F47920 !important;
    font-family: 'NotoSans-Regular';
    text-decoration: none !important;
	cursor: pointer;
}
.cdge-single-blog-info .cdge-blog-back-btn a i,
.cdge-single-blog-info .cdge-blog-back-btn a {
    color: #F47920 !important;
}
.cdge-single-blog-info .cdge-blog-back-btn a:hover,
.cdge-single-blog-info .cdge-blog-back-btn a:hover i{
    color: #F15A29 !important;
}
.cdge-single-blog-info .cdge-blog-back-btn a:hover{
	text-decoration: underline !important;
}
.cdge-blog-back-btn i {
    padding-right: 10px;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.32px;
    color: #000000;
}
span.cdge-blog-cat-date-seprator {
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.28px;
    color: #57585B;
    margin: 0 5px;
}
.cdge-single-blog-date {
	    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.28px;
    font-family: 'NotoSans-Regular';
    color: #57585B;
}
.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: 32px;
    line-height: 48px;
    letter-spacing: 0.64px;
    font-family: 'Poppins-Bold';
    text-transform: capitalize;
}

.single-blog-category .blog-category {
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 1.4px;
    font-family: 'JosefinSans-Regular';
    color: #000000;
}
.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;
}
.cdge-single-blog-social-icon ul {
    display: flex;
    padding: 0;
    list-style: none;
    align-items: center;
    margin-bottom: 0 !important;
    margin-left: 30px;
}
.cdge-single-blog-social-icon ul li {
    padding: 0 10px;
}
.cdge-single-blog-feature-image {
    margin-top: 10px;
    margin-bottom: 10px;
}
.cdge-single-blog-inner:has(.cdge-single-blog-content .elementor-widget-video) .cdge-single-blog-feature-image {
    display: none;
}
.cdge-single-blog-social-icon ul li a i {
font-size: 14px;
    line-height: 28px;
    letter-spacing: 0.7px;
    color: #555555;
}

.cdge-single-blog-social-icon ul li a:hover i {
    color: #F47920;
}

.cdge-single-blog-info .blog-date {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.7px;
    color: #777777;
    font-family: 'JosefinSans-Regular';
}
.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;
}
.single-blog-content p {
    color: #000000;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.8px;
    font-family: 'NotoSans-Regular';
}
.cdge-single-blog-social-icon {
    display: flex;
    font-family: 'Poppins-Bold';
    font-size: 14px;
    color: #000000;
    line-height: 21px;
    letter-spacing: 0.7px;
    align-items: center;
}

.cdge-single-blog-content {
    margin-top: 15px;
}
.cdge-single-blog-feature-image img {
    border-radius: 18px !important;
    margin-top: 15px !important;
    margin-bottom: 20px !important;
    height: 528px !important;
    width: 100% !important;
	object-fit: cover;
}
.cdge-blog-cat {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
span.cdge-blog-cat-seprator {
    margin: 0 3px;
}
.cdge-single-blog-inner .cdge-blogs-cat {
    padding: 0;
    margin: 0;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.28px;
    font-family: 'NotoSans-Italic';
    color: #0075BF !important;
	text-decoration: none !important;
}
.cdge-post-tags-main {
    margin: 30px 0 50px 0;
}
.cdge-post-tags-main .cdge-tags-text {
    color: #000000;
    font-family: 'Poppins-Medium';
    margin-right: 25px;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.28px;
}
.cdge-single-blog-inner .cdge-post-tags-main a {
    color: #0075BF !important;
    margin-right: 10px;
    padding: 5px 20px;
    border: 1px solid #0075BF;
    border-radius: 100px;
    background: transparent !important;
    outline: none !important;
    text-decoration: none !important;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.28px;
	margin-bottom: 10px;
    display: inline-block;
}
.cdge-post-tags-main a:hover {
    color: #FFFFFF !important;
	background: #0075BF !important;
}
.cdge-single-media-pagination {
    display: flex;
    flex-wrap: wrap;
}
 .cdge-single-media-pagination .nav-previous.cdge-single-arrow {
   width: 50%;
    text-align: left;
    padding-right: 100px;
}
.cdge-single-media-pagination .nav-next.cdge-single-arrow {
    width: 50%;
    text-align: right;
	padding-left: 100px;
} 
.cdge-single-media-pagination .cdge-single-arrow a {
    font-size: 14px;
    line-height: 19px;
    letter-spacing: 1.4px;
    color: #F47920;
    text-decoration: none !important;
    font-family: 'NotoSans-Regular';
    text-transform: uppercase;
} 
.cdge-single-media-pagination .cdge-single-arrow a:hover {
    text-decoration: underline !important;
}
.cdge-single-media-pagination .cdge-single-arrow a:hover i{
    background-color: #F47920;
    color: #FFFFFF;
}
.cdge-single-media-pagination .cdge-single-arrow i {
    width: 30px;
    height: 30px;
    display: inline-block;
    border: 1px solid #F47920;
    border-radius: 50%;
    line-height: 29px;
    text-align: center;
    background-color: transparent;
    color: #F47920;
    font-size: 14px;
    letter-spacing: 1.4px;
}
/* .cdge-single-blog-content * {
    color: #58595B;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.32px;
    font-family: 'NotoSans-Regular';
} */
.cdge-single-media-pagination h6.post-title {
    color: #000000;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.32px;
    font-family: 'Poppins-Bold';
}
.cdge-single-blog-content ul {
    padding-left: 20px;
}
/** End Blog Single Page Design **/



/** Start Promotion Page Css**/
#cdge-promo-featured .cdge-fblog-archive .cdge-fblog-date {
    margin-top: 0 !important;
}
#cdge-promo .cdge-blog-archive .cdge-blog-archive-content-wrp {
    padding: 20px 0 0;
}
.cdge-blog-upper #promotion-sort-by {
    position: relative;
}
#cdge-promo .cdge-blog-archive .cdge-blog-archive-inner:hover{
	box-shadow:none;
}
.cdge-blog-upper #promotion-sort-by:after {
    content: "";
    position: absolute;
    background: #AAAAAA;
    height: 50px;
    width: 1px;
    right: 0;
}
.cdge-blog-upper #promotion-cat-filter {
    position: relative;
}
.cdge-blog-upper #promotion-cat-filter:after {
    content: "";
    position: absolute;
    background: #AAAAAA;
    height: 50px;
    width: 1px;
    right: 0;
}
#cdge-promo .cdge-blog-archive .cdge-blog-archive-content-wrp .cdge-blog-title {
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0.36px;
}
.cdge-promo-pagination.cdge-pagination .page-numbers {
    height: 30px;
    width: 30px;
    display: inline-block;
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 0.28px;
    font-family: 'Noto Sans';
    color: #0075BF;
    margin: 0px 10px;
	border-radius: 30px;
    border: 1px solid #0075BF;
	background: transparent;
}
.cdge-promo-pagination.cdge-pagination .prev.page-numbers {
    float: left;
    color: #0075BF;
}
.cdge-promo-pagination.cdge-pagination .next.page-numbers {
    float: right;
}
.cdge-promo-pagination.cdge-pagination .page-numbers:hover,
.cdge-promo-pagination.cdge-pagination .page-numbers.current{
	border: 1px solid #0075BF;
	background-color: #0075BF;
	color: #FFFFFF !important;
}
.cdge-promo-pagination.cdge-pagination .page-numbers:first-child {
    margin-left: 0;
}
.cdge-promo-pagination.cdge-pagination .page-numbers:last-child {
    margin-right: 0;
}

/** End Promotion Page Css**/


/** Start Career Page Css**/
.cdge-career-upper{
	     display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #000000;
    border-radius: 35px;
    padding: 10px 30px;
}
.cdge-career-search-wrp.cdge-sv-career {
    display: flex;
    position: relative;
    align-items: center;
    /* margin-right: auto; */
    height: auto;
/*     min-width: 380px; */
	width: 100%; 
}
.cdge-career-upper .cdge-career-filter {
    display: flex;
    position: relative;
    max-width: 240px;
    margin: 0 20px;
    width: 100%;
}
.cdge-career-upper .cdge-career-search-wrp:after {
    content: "";
    position: absolute;
    background: #AAAAAA;
    height: 50px;
    width: 1px;
    right: 0;
}
.cdge-career-upper .cdge-hide-filter-btn{
	position: relative;
    min-width: 130px;
    height: 48px;
    line-height: 48px;
	    cursor: pointer;
}
.cdge-career-upper .cdge-hide-filter-btn:after{
	content: "";
    position: absolute;
    background: #AAAAAA;
    height: 50px;
    width: 1px;
    right: 0;
}
.cdge-career-search-wrp .cdge-career-search-inner {
    outline: none !important;
    background: transparent !important;
    font-size: 14px !important;
    line-height: 21px !important;
    color: #AAAAAA !important;
    width: 100%;
    font-family: 'NotoSans-Regular' !important;
    border: none !important;
    border-radius: 0 !important;
    padding: 0 10px!important;
    z-index: 11;
}
.cdge-career-search-wrp .cdge-career-search-btn {
    border: none !important;
    color: #000000 !important;
    font-size: 14px;
    background: transparent !important;
    line-height: 21px;
    outline: none !important;
    z-index: 99;
    padding: 13px 0 13px 0;
}
.cdge-career-filter .sorting-select {
    border: none;
    background: transparent !important;
    color: #AAAAAA;
    font-size: 14px;
    font-family: 'Noto Sans';
    border-radius: 0;
    width: 100%;
    line-height: 21px;
    -webkit-appearance: none;
    letter-spacing: 0.28px;
    padding: 0 15px 0 0;
	cursor: pointer;
}
.cdge-career-filter .cdge-hide-filter-icon {
    margin-right: 13px;
    color: #000000
}
.cdge-career-upper #cdge-career-btn {
    min-width: 170px;
    margin: 0 20px 0 0px;
    min-height: 40px;
    background: #F47920;
    color: #FFFFFF;
    border-radius: 100px !important;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.32px;
    font-family: 'NotoSans-Regular';
    border: 1px solid #F47920 !important;
    outline: none !important;
}
.cdge-career-upper #cdge-career-filter {
    position: relative;
}
.cdge-career-filter::before {
    content: '\f107';
    font-family: 'Font Awesome 5 Pro';
    color: #000000;
    right: 0px;
    bottom: 0;
    position: absolute;
    font-size: 16px;
    line-height: 19px;
	pointer-events: none;
}
.cdge-hide-filter-btn .cdge-hide-filter-icon {
    font-size: 14px;
    color: #000000;
	margin-right:10px;
}
.cdge-hide-filter-btn .cdge-hide-filter-text {
   font-size: 14px;
    color: #000000;
    line-height: 21px;
    letter-spacing: 0.28px;
    font-family: verdana;
    cursor: pointer;
}
.cdge-career-sorting {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 160px;
    padding-left: 10px;
    width: 100%;
}
.cdge-career-sorting .sorting-select {
	max-width: 80px;
    border: none;
    background: transparent !important;
    color: #AAAAAA;
    font-size: 14px;
    font-family: 'Noto Sans';
    border-radius: 0;
    width: 100%;
    line-height: 21px;
    -webkit-appearance: none;
    letter-spacing: 0.28px;
    cursor: pointer;
	
}
.cdge-career-sorting{
	position:relative;
}
.cdge-career-sorting::before {
    content: '\f107';
    font-family: 'Font Awesome 5 Pro';
    color: #000000;
    right: 0px;
    position: absolute;
    font-size: 16px;
    line-height: 19px;
	pointer-events: none;
}
.cdge-career-sorting span.cdge-career-upper-text {
    font-family: 'verdana';
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.28px;
    color: #000000;
	width: 100%;
}
.cdge-career-template-main-wrp .cdge-career-sorting-category {
    margin: 20px 0 0 0;
    display: inline-block;

}
.cdge-career-sorting-category .getDataId {
    background: transparent !important;
    border: 1px solid #0075BF !important;
    color: #0075BF!important;
    border-radius: 100px;
    padding: 5px 20px;
    color: #0075BF;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.28px;
    margin-right: 10px;
	margin-bottom: 20px;
    font-family: 'NotoSans-Regular';
	outline:none !important;
	text-decoration: none !important;
}
.cdge-career-sorting-category .getDataId:hover,
.cdge-career-sorting-category .getDataId.getcurrent{
    background: #0075BF !important;
    border: 1px solid #0075BF !important;
	color: #FFFFFF !important;
}

.cdge-career-archive-main-wrp {
    margin-top: 40px;
    border-top: 1px solid #cccccc;
}
.cdge-career-archive-main-wrp .cdge-career-archive {
    display: flex;
    padding: 30px 102px;
    border-bottom: 1px solid #CCCCCC;
}
.cdge-career-archive .cdge-career-archive-content-left {
    width: 81%;
}
.cdge-career-archive .cdge-career-archive-content-right {
    width: 19%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.cdge-career-archive .cdge-career-data-wrp {
    margin-bottom: 10px;
}
.cdge-career-archive .cdge-career-data-wrp a {
    color: #0075BF;
    font-family: NotoSans-Regular;
    font-size: 14px;
    letter-spacing: 0.28px;
    line-height: 21px;
}
.cdge-career-archive .cdge-career-title {
    color: #000000;
    font-family: Poppins-Bold;
    font-size: 21px;
    letter-spacing: 0.42px;
    line-height: 31.5px;
    margin: 0px 0px 10px 0px;
}
.cdge-career-archive .cdge-career-address {
    color: #58595B;
    font-family: NotoSans-Regular;
    font-size: 16px;
    letter-spacing: 0.32px;
    line-height: 24px;
    margin: 0px 0px 15px 0px;
}
.cdge-career-archive .cdge-career-address i {
    font-size: 16px;
    letter-spacing: 0.32px;
    line-height: 24px;
    margin-right: 10px;
}
.cdge-career-archive .cdge-career-content {
    color: #58595B;
    font-family: NotoSans-Regular;
    font-size: 16px;
    letter-spacing: 0.32px;
    line-height: 24px;
    margin: 0px;
}
.cdge-career-archive-content-right .cdge-career-btn a {
    color: #F47920;
    font-family: NotoSans-Regular;
    font-size: 16px;
    letter-spacing: 0.32px;
    line-height: 24px;
    text-transform: capitalize;
    padding: 5px 5px 5px 8px;
}
.cdge-career-archive-content-right .cdge-career-btn a:hover {
    background: #f4792026;
    border-radius: 15px;
}
.cdge-career-archive-content-right .cdge-career-btn i {
    width: 20px;
    height: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #F47920;
    color: #ffffff;
    border-radius: 100%;
    font-size: 14px;
    letter-spacing: 0.7px;
    line-height: 18px;
}
.cdge-career-pagination.cdge-pagination {
    margin-top: 50px !important;
}
.cdge-career-upper .hide-filter {
    display: none !important;
}
.cdge-career-sorting .sorting-select.show-filter,
.show-filter{
	width:100%;
}
/** End career Page Css**/

/** Start Career Single Page Css**/
.cdge-single-career-inner {
    max-width: 896px;
    margin: 30px auto 80px auto;
    padding-left: 50px;
    padding-right: 50px;
}
.cdge-single-career-inner .cdge-career-cat a {
    border: 1px solid #0075BF !important;
    border-radius: 100px;
    padding: 5px 20px;
    color: #0075BF;
    background: transparent;
    outline: none !important;
    text-decoration: none !important;
	font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.28px;
    font-family: 'NotoSans-Regular';
}
.cdge-single-career-inner .cdge-career-cat a:hover {
    color: #FFFFFF;
    background: #0075BF;
}
.cdge-single-career-inner .cdge-single-career-title {
    margin: 10px 0;
	color: #000000;
    font-family: Poppins-Bold;
    font-size: 42px;
    font-weight: normal;
    line-height: 63px;
    letter-spacing: 0.84px;
}
.cdge-single-career-inner .cdge-single-career-address {
    color: #58595B;
    font-family: 'NotoSans-Regular';
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.32px;
}
.cdge-single-career-inner .cdge-single-career-address i{
	margin-right:10px;
}
.cdge-career-applylink-main {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.cdge-career-applylink-main a.career-apply-btn {
    padding: 11px 40px;
    background: #F47920;
    border: 1px solid #F47920 !important;
    border-radius: 100px;
    margin: 0px 20px 20px 0px;
    color: #FFFFFF;
    font-family: 'NotoSans-Regular';
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.32px;
	text-decoration:none !important;
	outline:none !important;
}
.cdge-career-applylink-main a.career-apply-btn:hover {
    background: #F15A29;
    border: 1px solid #F15A29 !important;
    }
/** End Career Single Page Css**/

/**  Start Sustainability CPT Css**/

.cdge-blog-upper #sus-sorting {
    position: relative;
}
.cdge-blog-upper #sus-sorting:after {
    content: "";
    position: absolute;
    background: #AAAAAA;
    height: 50px;
    width: 1px;
    right: 0;
}
.cdge-blog-upper #sus-cat-filter {
    position: relative;
}
.cdge-blog-upper #sus-cat-filter:after {
    content: "";
    position: absolute;
    background: #AAAAAA;
    height: 50px;
    width: 1px;
    right: 0;
}
/**  End Sustainability CPT Css**/


/**  Start Single Sustainability CPT Css**/
body.single-cd_sustainability .site-main {
    max-width: 100% !important;
}
.cdge-sus-pdf-main a.sus-btn {
    font-size: 16px;
    line-height: 24px;
    align-items: center !important;
    color: #F47920;
    letter-spacing: 0.32px;
    font-family: 'NotoSans-Regular';
	padding: 4px 8px;
	margin-left: -8px;
    text-decoration: none !important;
	outline: none !important;
	border: none !important;
}
.cdge-sus-pdf-main a.sus-btn i {
    color: #FFFFFF;
    background: #F47920;
    border-radius: 100px;
    padding: 3px 7px;
	margin-left: 10px;
}
.cdge-sus-pdf-main a.sus-btn:hover {
    background: #f4792026;
    padding: 4px 8px;
    border-radius: 15px;
}
.cdge-sus-pdf-main {
    margin: 35px 0 50px 0;
}
/**  End Single Sustainability CPT Css**/