.inner_banner {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    min-height: 470px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.inner_banner::after {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .2);
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

.inner_banner_contents {
    position: relative;
    z-index: 1;
}

.inner_banner h1 {
    font-size: 60px;
    line-height: 65px;
    color: #fff;
    margin: 50px 0 0 0;
    text-align: center;
    font-family: 'optima_lt_stdmedium';
    font-weight: 400;
}

.top_sub_navigation {
    background-color: #f1f1f1;
}

.top_sub_navigation ul {
    display: flex;
    justify-content: center;
    margin: 0 -20px;
}

.top_sub_navigation ul li {
    padding: 0 20px;
}

.top_sub_navigation ul li:nth-child(1) {
    padding-left: 0;
}

.top_sub_navigation ul li a {
    color: #000000;
    font-size: 15px;
    padding: 29px 0 25px 0;
    font-weight: normal;
    display: block;
    border-bottom: 5px solid transparent;
    font-family: 'proximanova-medium';
}

.top_sub_navigation ul li.active a {
    border-color: #00a5ed;
}

.top_sub_navigation ul li:hover a {
    border-color: #00a5ed;
}

.management_top_sec {
    padding: 90px 0;
}

.management_top_sec .content_boxes {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -2%;
}

.management_top_sec .contet_box {
    width: 46%;
    padding: 70px 40px;
    border: 1px solid #cfcfcf;
    margin: 0 2%;
    border-radius: 15px;
}

.management_top_sec .contet_box .logo_img {
    display: block;
    margin-bottom: 30px;
}

.management_top_sec .contet_box h2 {
    color: #000000;
    font-size: 28px;
    line-height: 35px;
    font-family: 'optima_lt_stdmedium';
    font-weight: 400;
    margin-bottom: 15px;
}

.management_top_sec .contet_box p {
    font-size: 16px;
    line-height: 23px;
    color: #000;
}

.management_sec {
    background-color: #f1f1f1;
    padding: 90px 0;
    overflow: hidden;
}

.management_sec .ceo_info {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-bottom: 1px solid #afafaf;
    padding-bottom: 95px;
}

.management_sec .left_img img {
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 15px;
}

.management_sec .left_img {
    width: 31%;
}

.management_sec .right_cnt {
    width: 69%;
    padding: 0 120px 0 50px;
}

.main_title {
    font-size: 60px;
    line-height: 64px;
    font-family: 'optima_lt_stdmedium';
    font-weight: 400;
    color: #000;
}

.view_more_btn {
    color: #030303;
    text-transform: uppercase;
    font-size: 13px;
    padding: 11px 35px;
    display: inline-block;
    border: 1px solid #797979;
}

.view_more_btn:hover {
    background-color: #000;
    border-color: #000;
    color: #fff;
}

.management_sec .main_title {
    margin-bottom: 30px;
}

.management_sec h3 {
    color: #030303;
    font-size: 30px;
    line-height: 30px;
    font-family: 'optima_lt_stdmedium';
    margin-bottom: 10px;
}

.management_sec .ceo_info h4 {
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    color: rgba(0, 0, 0, .8);
    margin-bottom: 25px;
}

.management_sec .ceo_info p {
    color: #030303;
    margin-bottom: 30px;
}

.management_sec .ceo_info .view_more_btn {
    margin-top: 30px;
    padding: 11px 40px;
}

.team_list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -2.5%;
    padding: 85px 0 50px 0;
    row-gap: 50px;
}

.team_list li {
    width: 28.3%;
    margin: 0 2.5%;
}

.team_list li img {
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.team_list .team_img {
    overflow: hidden;
    border-radius: 15px;
}

.team_list .team_info {
    margin-top: 20px;
}

.team_list .team_info h5 {
    font-size: 15px;
    color: rgba(0, 0, 0, .8);
    font-weight: 300;
}

.team_popup {
    max-width: 1200px;
    padding: 100px;
    border-radius: 15px;
}

.team_popup .popup_contents {
    display: flex;
    flex-wrap: wrap;
}

.team_popup .popup_left {
    width: 30%;
    -webkit-border-top-left-radius: 15px;
    -webkit-border-top-right-radius: 15px;
    -moz-border-radius-topleft: 15px;
    -moz-border-radius-topright: 15px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    overflow: hidden;
}

.team_popup .popup_left h4 {
    font-weight: normal;
    font-family: 'proximanova-medium';
}

.team_popup .popup_img img {
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.team_popup .popup_right {
    width: 70%;
    padding-left: 50px;
}

.team_popup .popup_left h3 {
    color: #000000;
    font-size: 30px;
    line-height: 30px;
    font-family: 'optima_lt_stdmedium';
    font-weight: 300;
    margin-top: 20px;
}

.team_popup .popup_right p {
    font-size: 15px;
    line-height: 24px;
    color: #2d2d2d;
}

.team_popup .popup_right ul {
    margin-left: 15px;
    margin-bottom: 15px;
}

.team_popup .popup_right ul li {
    list-style: disc;
    font-size: 15px;
    line-height: 24px;
    color: #2d2d2d;
    margin-bottom: 5px;
}

.team_popup.fancybox__content>.carousel__button.is-close {
    top: 15px;
    right: 15px;
    box-shadow: none;
    color: #000000;
    outline: none;
}

.team_popup.fancybox__content>.carousel__button svg {
    stroke-width: 1.5px;
    width: 18px;
    height: 18px;
}

.download_title {
    font-size: 50px;
    line-height: 55px;
    color: #000000;
    text-transform: uppercase;
    font-family: 'optima_lt_stdmedium';
    font-weight: 400;
    margin-bottom: 40px;
}

.download_top_sec {
    padding: 120px 0;
}

.download_sets {
    display: flex;
    flex-wrap: wrap;
}

.download_sets h3 {
    color: #000000;
    font-size: 23px;
    line-height: 27px;
    margin-bottom: 30px;
    font-weight: 600;
}

.download_sets .left_set {
    width: 32%;
}

.download_sets .right_set {
    width: 68%;
    padding-left: 2%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 20px;
}

.download_box {
    border: 1px solid #797979;
    padding: 30px 35px;
    border-radius: 15px;
    background-color: #fff;
    margin-bottom: 15px;
}

.download_box:last-child {
    margin-bottom: 0;
}

.download_box ul li {
    margin-bottom: 20px;
}

.download_box ul li a {
    display: flex;
    align-items: center;
    color: #000000;
    font-size: 16px;
    font-weight: 600;
}

.download_box ul li:last-child {
    margin-bottom: 0;
}

.download_box ul li span.icon {
    margin-right: 15px;
    display: block;
    width: 25px;
}

.download_box ul li span.title_pdf {
    width: calc(100% - 25px);
}

.download_sets .right_set>* {
    width: 49%;
}

.download_form_sec {
    background-color: #f7f7f7;
    padding: 90px 0;
}

.no_border {
    border: none;
}

.download_form_sec .right_set .download_box:nth-child(1) {
    margin-bottom: 0;
}

.overview_top_section {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    padding: 30px 0 100px 0;
    overflow: hidden;
}

.overview_top_section .overview_top_left {
    width: 38%;
}

.overview_top_section .overview_top_right {
    width: 52%;
    padding-left: 45px;
}

.overview_page {
    padding-top: 115px;
}

.overview_top_section p {
    font-size: 15px;
    line-height: 23px;
    color: #000;
}

.mission_value_sec {
    padding: 85px 0;
}

.gradient_bg {
    background: rgb(75, 157, 89);
    background: -moz-linear-gradient(left, rgba(75, 157, 89, 1) 20%, rgba(153, 197, 129, 1) 71%, rgba(153, 197, 129, 1) 71%, rgba(153, 197, 129, 1) 71%, rgba(19, 184, 228, 1) 100%, rgba(32, 124, 202, 1) 100%, rgba(19, 184, 228, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(75, 157, 89, 1) 20%, rgba(153, 197, 129, 1) 71%, rgba(153, 197, 129, 1) 71%, rgba(153, 197, 129, 1) 71%, rgba(19, 184, 228, 1) 100%, rgba(32, 124, 202, 1) 100%, rgba(19, 184, 228, 1) 100%);
    background: linear-gradient(to right, rgba(75, 157, 89, 1) 20%, rgba(153, 197, 129, 1) 71%, rgba(153, 197, 129, 1) 71%, rgba(153, 197, 129, 1) 71%, rgba(19, 184, 228, 1) 100%, rgba(32, 124, 202, 1) 100%, rgba(19, 184, 228, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4b9d59', endColorstr='#13b8e4', GradientType=1);
}

.mission_value_sec ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -.8%;
}

.mission_value_sec ul li {
    width: 48.4%;
    margin: 0 .8%;
    background-color: #fff;
    border-radius: 15px;
    padding: 70px 45px;
    margin-bottom: 20px;
}

.mission_value_sec ul li:last-child {
    width: 100%;
    margin-bottom: 0px;
}

.mission_value_sec h3 {
    color: #000000;
    font-size: 36px;
    line-height: 36px;
    font-family: 'optima_lt_stdmedium';
    margin: 25px 0 20px 0;
    font-weight: 400;
}

.mission_value_sec p {
    color: #000000;
}

.mission_value_sec p:last-child {
    margin-bottom: 0;
}

.abt_fact_section {
    padding: 0 0 85px;
    background-repeat: no-repeat;
    width: 100%;
    background-position: center;
    background-size: cover;
    display: flex;
    align-items: center;
}

.abt_fact_section h3 {
    color: #ffffff;
    font-size: 30px;
    line-height: 30px;
    font-family: 'optima_lt_stdmedium';
    font-weight: 400;
    margin-bottom: 20px;
}

.abt_fact_section ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -.3%;
}

.abt_fact_section ul li {
    background-color: rgba(11, 41, 59, .72);
    border: 1px solid #fff;
    padding: 36px;
    width: 24%;
    font-size: 35px;
    line-height: 35px;
    color: #fff;
    margin: 0 .3% 7px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

.abt_fact_section ul li .count_text {
    display: block;
    font-size: 15px;
    line-height: 20px;
    margin-top: 5px;
}

.dsc_page {
    padding: 100px 0;
}

.district_cooling_list {
    display: flex;
    flex-wrap: wrap;
    row-gap: 30px;
    margin: 0 -1%;
}

.district_cooling_list li {
    width: 47%;
    border: 1px solid #d4d4d4;
    border-radius: 15px;
    margin: 0 1%;
}

.district_cooling_list li h3 {
    color: #000000;
    font-size: 35px;
    line-height: 35px;
    margin-bottom: 15px;
}

.district_cooling_list li .dsc_title {
    padding: 30px 25px 40px 25px;
}

.district_cooling_list li p {
    margin-bottom: 0;
    color: #000;
}

.district_cooling_list li .dsc_image {
    overflow: hidden;
    border-radius: 15px 15px 0 0;
}

.dsc_top_cnt {
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
}

.dsc_top_cnt .title_left {
    width: 40%;
}

.dsc_top_cnt .title_left img {
    width: 100%;
}

.title_two {
    color: #000000;
    font-size: 50px;
    line-height: 65px;
    font-family: 'optima_lt_stdmedium';
    font-weight: 400;
}

.dsc_top_cnt .content_right {
    width: 60%;
    padding-left: 100px;
}

.dsc_top_cnt .content_right p {
    color: #000000;
    margin-bottom: 25px;
}

.gray_bg {
    background-color: #f1f1f1;
}

.how_its_work_sec {
    padding: 80px 0 100px;
    overflow: hidden;
}

.how_its_work_sec h2 {
    margin-bottom: 45px;
}

.two_col_set li .image {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    display: block;
}

.two_col_set {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1%;
    row-gap: 50px;
}

.two_col_set li {
    width: 48%;
    margin: 0 1%;
    border-radius: 15px;
    /* overflow: hidden; */

}

.two_col_set li .youtube_icon {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    margin: 0 auto;
    max-width: 124px;
    transform: translateY(-50%);
}

.dsc_top_cnt.history_dsc .content_right {
    padding-left: 60px;
}

.two_col_set li h5 {
    color: #000000;
    font-size: 23px;
    line-height: 25px;
    font-family: 'optima_lt_stdmedium';
    font-weight: 400;
    margin-bottom: 40px;
}

.history_dsc {
    margin-top: 50px;
}

.dc_benefits_list li {
    border: 1px solid #d3d3d3;
    border-radius: 15px;
    padding: 17px 25px;
    margin-top: 10px;
    font-size: 16px;
}

.benefits_boxs_sec {
    padding: 85px 0;
}

.benefits_boxes {
    display: flex;
    flex-wrap: wrap;
}

.benefits_boxes .benefits_box {
    width: 19%;
    background-color: #fff;
    padding: 40px 25px;
    border-radius: 15px;
    margin: 0 .5%;
}

.benefits_boxes .benefits_box h3 {
    color: #000000;
    font-size: 25px;
    margin-bottom: 20px;
    font-family: 'optima_lt_stdmedium';
    font-weight: 400;
    min-height: 58px;
}

.benefits_box ul li {
    font-size: 15px;
    color: #000000;
    margin-bottom: 20px;
    padding-left: 20px;
    position: relative;
}

.benefits_box ul li:last-child {
    margin-bottom: 0;
}

.benefits_box ul li::before {
    content: "";
    width: 8px;
    height: 8px;
    background-color: #00a5ed;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 5px;
}

.project_page {
    padding: 100px 0;
}

.project_list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1%;
    row-gap: 30px;
}

.project_list li {
    width: 31.33%;
    margin: 0 1%;
    height: auto;
    border: 1px solid #d0d0d0;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

.project_list .pic {
    border-radius: 15px 15px 0 0;
    overflow: hidden;
}

.project_list .pic img {
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all .3s;
}

.project_list li:hover .pic img {
    transform: scale(1.1);
}

.project_list .project_info {
    border-top: none;
    border-radius: 0 0 15px 15px;
    padding: 26px 30px;
}

.project_list .project_info h3 {
    color: #38383b;
    font-size: 25px;
    line-height: 25px;
    font-family: 'optima_lt_stdmedium';
    font-weight: 400;
    margin-bottom: 7px;
}

.project_list .project_info h5 {
    color: rgba(44, 37, 37, .5);
    font-size: 14px;
    line-height: 15px;
    text-transform: uppercase;
    font-weight: 300;
}

.load_more {
    background-color: #0c0e12;
    color: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 168px;
    height: 43px;
    font-size: 14px;
    margin: 0 auto;
}

.load_more:hover {
    opacity: .8;
}

.project_page .project_list {
    margin-bottom: 60px;
}

.project_popup h3 {
    color: #000000;
    font-size: 30px;
    line-height: 30px;
    font-family: 'optima_lt_stdmedium';
    font-weight: 400;
}

.project_popup h4 {
    color: #2b2b2b;
    font-size: 16px;
    line-height: 16px;

}

.project_popup .title_set {
    margin-bottom: 35px;
    padding-top: 25px;
}

.project_popup p {
    color: #2d2d2d;
}

.project_popup p:last-child {
    margin-bottom: 0;
}

.project_popup.team_popup {
    padding: 80px 85px;
}

.project_popup.team_popup .popup_left {
    width: 45%;
}

.project_popup.team_popup .popup_right {
    width: 55%;
    padding-left: 40px;
}

.awards_page {
    padding: 60px 0 100px 0;
}

.award_lists .award_title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #ececec;
    padding: 15px 30px;
    border-radius: 15px;
}

.award_lists .award_title {
    cursor: pointer;
}

.award_lists .award_title.active span {
    transform: rotate(180deg);
}

.award_lists .award_title h3 {
    font-size: 25px;
    line-height: 25px;
    color: #38383b;
    font-family: 'optima_lt_stdmedium';
    font-weight: 400;
}

.award_lists .award_details ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1%;
    row-gap: 15px;
}

.award_lists .award_details ul li {
    width: 31.33%;
    margin: 0 1%;
    border-radius: 15px;
    text-align: center;
    border: 1px solid #e7e7e7;
}

.award_lists .award_desc {
    background-color: #00a5ed;
    border-radius: 0 0 15px 15px;
    padding: 10px 0;
    min-height: 60px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.award_lists .award_desc h4 {
    color: #ffffff;
    font-size: 16px;
    line-height: 16px;
    width: 100%
}

.award_lists .award_desc p {
    margin: 0;
    color: #fff;
}

.award_lists .awd_icon {
    padding: 25px 0 15px 0;
    max-width: 300px;
    margin: 0 auto;
    min-height: 138px;
}

/* .award_lists .awd_icon img{
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
} */

.award_lists .awd_icon img {
    margin: 0 auto;
    max-height: 138px;
}

.award_lists .award_details {
    padding: 15px 0 20px 0;
}

.award_lists .award_set {
    margin-bottom: 10px;
}

.accordion-item>span i {
    float: right;
    margin-top: 2px;
}

.accordion-item:first-child {
    border-top: solid 1px #dddddd;
}

.accordion-item>a.active {
    width: 10px;
    height: 2px;
    background-color: #3399cc;
}

.accordion-content {
    display: none;
}

.accordion-content p {
    margin: 15px 0 0 0;
    color: #000000;
    font-size: 16px;
}

.accordion-content p a {
    color: #000;
}

.accordion-content p a:hover {
    color: #00adee;
}

.accordion-title {
    position: relative;
    width: 100%;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

}

.accordion-title.active {
    color: var(--color-primary);
}

.accordion-title i {
    margin-left: auto;
    position: absolute;
    right: 9px;
    top: 9px;
    background-image: url(../images/arrow_down.png);
    background-repeat: no-repeat;
    width: 13px;
    height: 7px;
}

/* .accordion-title .icon-plus,
.accordion-title .icon-minus {
    width: 20px;
    height: 4px;
    background-color: var(--color-primary);
} */

.accordion-title .icon-plus::after {
    content: "";
    position: absolute;
    right: calc(50% - 2px);
    height: 20px;
    width: 4px;
    background-color: var(--color-primary);
    top: calc(50% - 10px);
}

.accordion-title i.icon-minus {
    transform: rotate(180deg);
}

.accordion-title:hover {
    color: var(--color-primary);
}

.accordion-title .number-span {
    /* position: absolute;
    left: 0;
    top: 0; */
    font-size: 25px;
    line-height: 28px;
    color: #000000;
    font-family: 'optima_lt_stdmedium';
    font-weight: 400;
}

.accordion-item {
    padding: 25px 0;
    border-bottom: solid 1px #dddddd;
}

.faq_page {
    padding: 90px 0;
}

.faq_page h2 {
    color: #000000;
    font-size: 45px;
    line-height: 45px;
    font-family: 'optima_lt_stdmedium';
    font-weight: 400;
    margin-bottom: 50px;
}

.guideline_top {
    padding: 70px 0;
}

.guide_download {
    margin-top: 60px;
}

.guide_download h5 {
    color: #000000;
    font-size: 23px;
    line-height: 25px;
    font-family: 'optima_lt_stdmedium';
    font-weight: 400;
    margin-bottom: 10px;

}

.guide_download .download_link {
    width: 165px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    font-size: 14px;
    color: #fff;
    background-color: #00ab4d;
    margin-top: 17px;
}

.guide_download .download_link:hover {
    opacity: .8;
}


.customer-tearms-section-inner .expand-terms {
    padding: 10px 0;
    display: none;
}

.customer-tearms-section-inner .expand-terms a {
    position: static;
}

.customer-tearms-section-inner .expand-terms h5 {
    font-family: proximanova-bold;
    font-weight: 700;
    font-size: 16px;
    color: #000;
    margin-top: 20px;
}

.customer-tearms-section-inner .expand-terms ul {
    margin: 10px 0 10px 15px;
}

.customer-tearms-section-inner .expand-terms ul li {
    margin-bottom: 10px;
    list-style: disc;
}

.customer-tearms-section-inner .expand-terms p a {
    color: #000;
}

.customer-tearms-section-inner .expand-terms p a:hover {
    color: #00a5ed;
}

.value-main-section {
    width: 100%;
    display: flex;
    align-items: center;
}

.value-main-section-left {
    width: 15%;
    height: auto;
}

.value-main-section-right {
    width: 85%;
    height: auto;
}

.mission_value_sec .value-main-section-right ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 0px !important;
}

/*.mission_value_sec .value-main-section-right ul li {
    width: 33.3%;
    padding: 0px 20px;
    box-sizing: border-box;
    border-right: 1px solid #a8a8a8;
    border-radius: 0px;
    margin: 0px !important;
    margin-bottom: 50px !important;
}

.mission_value_sec .value-main-section-right ul li h4 {
    font-size: 20px;
    line-height: 30px;
    font-family: 'optima_lt_stdmedium';
    font-weight: 500;
}

.mission_value_sec .value-main-section-right ul li h4 span {
    font-size: 36px;
}
*/

.mission_value_sec .value-main-section-right ul li {
    width: 100%;
    padding: 0px 20px;
    box-sizing: border-box;
    /* border-right: 1px solid #a8a8a8; */
    border-radius: 0px;
    margin: 0px !important;
    margin-bottom: 30px !important;
}


.mission_value_sec .value-main-section-right ul li h4 {
    font-size: 20px;
    line-height: 30px;
    font-family: 'optima_lt_stdmedium';
    font-weight: 500;
    display: inline-block;
    padding: 0 5px 0 0;
}

.mission_value_sec .value-main-section-right ul li h4 span {
    font-size: 36px;
    color: #a3d393;
    padding: 0 2px 0 0;
}



.mission_value_sec .value-main-section-right ul li:nth-child(3n) {
    border-right: none;
}

.mission_value_sec .value-main-section-right ul li:last-child {
    border-right: none;
    width: 100%;
    margin-bottom: 0px !important;
}


/* ---------------------------------------------------------------------------- */

.header .container {
    align-items: center;
}


span.search-btn {
    display: block;
    width: 52px;
    height: 52px;
    background: #104379 url(../../images/search.png) no-repeat;
    border: 1px solid #fff;
    background-position: center center;
    background-size: 20px;
    transition: background-color .35s ease-in-out;
}


.search-pannel-outer {
    color: #fff;
    cursor: pointer;
    position: relative;
}

.search-pannel {
    z-index: 99;
}

.search-pannel {
    position: absolute;
    height: 52px;
    top: 0;
    width: 320px;
    display: none;
    background: #fff;
    overflow: hidden;
    right: 52px;
}

.search-pannel form {
    height: 100%;
    width: 100%;
}

.ExpInput {
    width: 100%;
    height: 100%;
    float: left;
    color: #000;
    font-weight: 400;
    z-index: 999;
    padding: 0px 5% 0px 5%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    border-left: none;
    border: none;
    border-right: none;
    font-size: 14px;
}

span.search-btn.active {
    background-color: #22c2f3;
}


.select2-container .select2-selection--multiple,
.select2-container--default .select2-selection--multiple {
    min-height: 54px !important;
    overflow-x: hidden;
}

.pagination-box {
    margin: 30px 0;
}

.pagination-box ul {
    display: flex;
    flex-wrap: wrap;
}

.pagination-box a {
    width: 36px;
    height: 36px;
    color: #000000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #999999;
}


.pagination-box a:hover,
.pagination-box .active a {
    color: #fff;
    background: #22c2f3;
    border-color: #22c2f3;
}

.pagination-box li+li {
    margin-left: 10px;
}

.resumesearch-button {
    margin-left: auto;
    display: flex;
    justify-content: flex-end;
}

.resumesearch-button .reset,
.resumesearch-button .search-btn-main {
    border: none;
    cursor: pointer;
}

/* ---------------------------------------------------------- */
.websitenotification-popup.fancybox__content {
    background: transparent;
}

.websitenotification-popup.fancybox__content>.carousel__button.is-close {
    top: 0;
}

.select2-container--default .select2-search--inline .select2-search__field {
    background-image: url(../images/arrow-down.png) !important;
    background-repeat: no-repeat !important;
    background-position: right 15px center !important;
    margin-left: 0px !important;
}

/*latest 05-10-2023*/

.menu-main {
    margin-left: auto;
}

.lang-switch {
    margin-right: 15px;
}

.menu-main {
    margin-right: 15px;
}

.home-companies-logos ul li a {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    color: #3a3636;
}

    .home-companies-logos ul li a:hover {
        color: #3a3636;
    }