/**handles:custom-css**/
.about_top_section h2 {
    font-size: 45px;
    line-height: 45px;
    color: #000000;
    font-family: 'din_bold';
    margin-bottom: 15px;
    margin-top: 30px;
}

.about_top_section .abt_group_cnt {
    padding: 60px 0 60px 0;
}

.vison_box {
    background-color: var(--color-primary);
    padding: 55px 100px;
    border-radius: 25px;
    display: flex;
    flex-wrap: wrap;

}

.vison_box .vision_icon {
    max-width: 70px;
}

.vison_box .vision_cnt {
    width: calc(100% - 70px);
    padding-left: 75px;
}

.vison_box .vision_cnt h2 {
    color: #fff;
    font-size: 45px;
    line-height: 45px;
    font-family: 'din_light';
    margin-bottom: 20px;
}

.vison_box .vision_cnt h2 span {
    font-family: 'din_bold';
}

.vison_box .vision_cnt p {
    color: #fff;
    font-size: 16px;
    line-height: 24px;
}
.download-profile {
    text-align: center;
    margin-bottom: 100px;
}

.team_section {
    padding: 100px 0;
}

.team_section h2 {
    margin-bottom: 30px;
}

.team_section ul {
    list-style: none;
    margin: 0 -2.15%;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    row-gap: 55px;
}

.team_section ul li {
    width: 29%;
    margin: 0 2.15%;
}

.team_section .team_pic {
    border: 1px solid #dedede;
    border-radius: 25px;
    padding-top: 20px;
    overflow: hidden;
    width: 100%;

}

.team_section ul li img {
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all 1s;
    background-position: center;
}

.team_section ul li:hover img {
    transform: scale(1.2);
}

.team_section .team_desc {
    margin-top: 30px;
}

.team_section ul li h3 {
    font-size: 25px;
    line-height: 25px;
    color: #000;
    margin-bottom: 10px;
    font-family: 'din_bold';
    letter-spacing: -1px;
}

.team_section ul li h4 {
    font-size: 14px;
    color: #000000;
    text-transform: uppercase;
    margin: 0;
    font-family: 'din_regular';
}
.team_section .card {
    position: relative;
    width:100%;
    height:345px;
    transform-style: preserve-3d;
    transform: rotateY(0deg);
    transition: transform 1s ease;
}
  
.team_section .card:hover {
    transform: rotateY(180deg);
}
  
.team_section .card .side {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: white;
    border-radius: 10px;
}
  
.team_section .card .back {
    background-color: #e74c3c;
    transform: rotateY(180deg);
    border-radius: 30px;
}
.solution-talk-expert-inside h6 {
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    font-family: 'din_regular';
}

.certification_section {
    padding: 130px 0;
}

.certification_section h2 {
    margin-bottom: 40px;
}

.certification_logo {
    border: 1px solid #d7dbe0;
    border-radius: 25px;
    padding: 70px 50px;
    margin-bottom: 10px;
}

.certification_section h3 {
    font-size: 16px;
    line-height: 20px;
    color: #000000;
    text-align: center;
}

.certification_logo img {
    width: 100%;
    background-repeat: no-repeat;
    max-width: 135px;
    margin: 0 auto;
}

.abt_proven_sec {
    padding-top: 140px;
    overflow: hidden;
}

.abt_proven_sec .proven_cnt_set {
    display: flex;
    flex-wrap: wrap;
}

.abt_proven_sec .proven_left {
    width: 40%;
    border-radius: 25px;
    overflow: hidden;
}

.abt_proven_sec .proven_right {
    width: 60%;
    padding: 0 100px 0 85px;
}

.abt_proven_sec h3 {
    font-size: 45px;
    line-height: 57px;
    margin-bottom: 20px;
}

.abt_proven_sec p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 30px;
}

.abt_proven_sec span {
    display: block;
    font-weight: bold;
}

.history_section {
    background-color: #f7f7f7;
    padding: 125px 0;
    overflow: hidden;
}

.history_section h2 {
    margin-bottom: 40px;
}

.history_section .item {
    background-color: #fff;
    padding: 30px;
    border-radius: 20px;
    margin-bottom: 50px;
}

.history_section .item h4 {
    font-size: 20px;
    line-height: 25px;
    color: #000000;
    font-weight: bold;
    margin-bottom: 10px;
}

.history_section .item p {
    font-size: 14px;
    line-height: 20px;
    margin: 0;
    font-weight: bold;
}

.history_section .owl-stage-outer {
    /* overflow: initial; */
    min-height: 400px;
}

.history_section .owl-stage-outer::after {
    content: "";
    display: block;
    width: 100%;
    height: 4px;
    background-color: #da1725;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    z-index: -1;
}

.history_section .item:after {
    content: "";
    display: block;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 20px solid #ffffff;
    transform: translateX(-50%);
    position: absolute;
    bottom: 32px;
    left: 35px;
}

.history_section .bottom::after {
    bottom: auto;
    top: -15px;
    left: 25px;
    transform: rotate(180deg);
}

.history_section .bottom {
    transform: translateY(165%);
    margin-bottom: 0;
}

.history_section .dot {
    width: 16px;
    height: 16px;
    overflow: hidden;
    border: 5px solid var(--color-primary);
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    bottom: -7px;
    z-index: 999;
}

.history_section .bottom .dot {
    top: -56px;
}

.history_section .content {
    overflow-y: auto;
    height: 90px;
    padding-right: 10px;
}

.history_section .owl-carousel .owl-item img {
    width: auto;
}

/* .history_section .content::-webkit-scrollbar-track{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
} */
.history_section .content::-webkit-scrollbar {
    width: 5px;
    /* background-color: #F5F5F5; */
}

.history_section .content::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #D62929;
}

.history_section .owl-nav button.owl-prev {
    left: -35px;
}

.history_section .owl-nav button span {
    color: #000;
    font-size: 0;
}

.history_section .owl-nav button.owl-next span::after {
    content: "\e903";
    font-family: 'icomoon' !important;
    display: block;
    color: #000;
    font-size: 30px;
}

.history_section .owl-nav button.owl-prev span::after {
    content: "\e904";
    font-family: 'icomoon' !important;
    display: block;
    color: #000;
    font-size: 30px;
}

.history_section .owl-nav {
    position: absolute;
    top: -70px;
    right: 37%;
}

.history_section .owl-nav button:hover span::after {
    color: #fff;
}

.history_section .item:hover {
    background-color: var(--color-primary);
}

.history_section .item:hover h4,
.history_section .item:hover p {
    color: #fff
}

.history_section .item:hover::after {
    border-top-color: var(--color-primary);
}

/* .history_section .owl-stage{
    left: -145px;
} */

.core_value_section {
    padding: 145px 0;
    overflow: hidden;
}

.core_value_section .core_value_img {
    background: url(https://smart.sa/wp-content/themes/twentynineteen-child/assets/images/abt_round.png) no-repeat;
    width: 447px;
    height: 442px;
    margin: 0 auto;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}

.core_value_section h2 {
    margin-bottom: 0;
}

.core_value_set {
    position: relative;
    max-width: 500px;
    margin: 0 auto;
}

.core_list {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: absolute;
}

.core_list .list_text {
    color: #191919;
    font-size: 25px;
    margin-left: 20px;
}

.core_list:nth-child(1) {
    left: -35%;
    top: 15%;
}

.core_list:nth-child(2) {
    left: -50%;
    top: 45%;
}

.core_list:nth-child(3) {
    left: -50%;
    bottom: 10%;
}

.core_list:nth-child(4) {
    right: -50%;
    top: 15%;
}

.core_list:nth-child(5) {
    right: -45%;
    top: 45%;
}

.core_list:nth-child(6) {
    right: -35%;
    bottom: 10%;
}

.core_list:nth-child(1) .list_icon,
.core_list:nth-child(2) .list_icon,
.core_list:nth-child(3) .list_icon {
    order: 2;
    margin-right: 0;
}

.core_list:nth-child(1) .list_text,
.core_list:nth-child(2) .list_text,
.core_list:nth-child(3) .list_text {
    margin-left: 0;
    margin-right: 20px;
}

.about_career {
    width: 100%;
    min-height: 390px;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    background-position: center;
}

.about_career .container {
    height: 100%;
}

.about_career h2 {
    font-size: 50px;
    line-height: 50px;
    color: #fff;
    font-family: 'din_bold';
    margin-bottom: 20px;
}

.about_career p {
    font-size: 16px;
    line-height: 27px;
    color: #ffffff;
    font-family: 'din_regular';
    margin-bottom: 20px;
}

.about_career a {
    width: 154px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--color-primary);
    border-radius: 25px;
    font-size: 13px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'din_bold';
    transition: all 1s;
}

.about_career a:hover {
    background-color: #000;
}

.carees_top_sec {
    padding: 30px 0 20px 0;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
}

.carees_top_sec ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -.5%;
}

.carees_top_sec>ul li:first-child {
    width: 25%;
}

.carees_top_sec>ul li:last-child {
    width: 14%;
}

.carees_top_sec>ul li {
    width: 18%;
    margin: 0 .5%;
}

.carees_top_sec input,
.carees_top_sec select {
    border: 1px solid #c7c7c7;
    height: 45px;
    background-color: transparent;
    width: 100%;
    padding: 0 20px;
    border-radius: 30px;
    font-size: 14px;
    color: #000000;
    font-family: 'din_regular';
}

.carees_top_sec input[type="submit"] {
    background-color: var(--color-primary);
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    border-color: var(--color-primary);
    text-transform: uppercase;
    transition: all .3s;
}

.carees_top_sec input[type="submit"]:hover {
    background-color: #000;
    border-color: #000;
}

.career_top_sec {
    padding-top: 100px;
}

.career_top_sec h2 {
    margin-bottom: 30px;
}

.career_top_sec p {
    font-size: 14px;
    line-height: 23px;
    max-width: 900px;
    color: #000;
    margin-bottom: 0;
}

.career_list ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1.5%;
    row-gap: 40px;
    border-top: none;
}

.career_list ul li {
    width: 30%;
    margin: 0 1.5%;
    border: 1px solid #d4d4d4;
    border-radius: 20px;
    padding: 35px;
}

.career_list h3 {
    font-size: 25px;
    line-height: 25px;
    font-weight: bold;
    margin-bottom: 0px;
    font-family: 'din_regular';
    min-height: 50px;
}

.career_list span {
    font-size: 15px;
    color: #b3b3b3;
    margin: 5px 0 20px 0;
    display: block;
    font-family: 'din_regular';
}

.career_list p {
    font-size: 14px;
    line-height: 23px;
    margin-bottom: 20px;
}

.career_list a {
    width: 166px;
    height: 45px;
    display: block;
    border: 2px solid var(--color-primary);
    border-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    text-transform: uppercase;
    font-family: 'din_regular';
    font-weight: bold;
}

.career_list a:hover {
    background-color: var(--color-primary);
    color: #fff;
}

.career_list {
    padding: 75px 0 115px 0;
}

.career_popup {
    width: 75%;
    margin: 0 auto;
    padding: 0;
    border-radius: 20px;

}

.career_popup .popup_top {
    background-color: #f2f2f2;
    padding: 55px 65px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.career_popup a {
    font-size: 13px;
    text-transform: uppercase;
    color: #fff;
    width: 136px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--color-primary);
    border-radius: 25px;
    font-weight: bold;
    transition: all .3s;
}

.career_popup a:hover {
    background-color: #000;
}

.career_popup h3 {
    font-size: 37px;
    line-height: 40px;
    color: #000;
    font-weight: bold;
    margin-bottom: 15px;
    font-family: 'din_regular';
}

.career_popup h4 {
    font-size: 18px;
    line-height: 20px;
    font-family: 'din_regular';
    color: #000;
    margin-bottom: 20px;
}

.career_popup h5 {
    font-size: 15px;
    line-height: 15px;
    color: #000000;
    font-family: 'din_regular';
    font-weight: 300;
}

.career_popup ul {
    list-style: none;
    margin: 30px 0 30px 0;
    padding: 0;
}

.career_popup ul li {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.career_popup ul li .icon {
    margin-right: 10px;
    display: inline-block;
    font-family: 'din_regular';
}

.career_popup .popup_bottom {
    padding: 50px 65px;
}

.career_popup .popup_bottom h6 {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 20px;
    font-family: 'din_regular';
    color: #000;
}

.career_popup .popup_bottom ul li {
    position: relative;
    padding-left: 25px;
    font-size: 14px;
    color: #000;
    margin-bottom: 25px;
    font-family: 'din_regular';
}

.career_popup .popup_bottom ul li::before {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    background-color: #000;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 6px;
}

.career_popup .popup_bottom p {
    font-size: 14px;
    line-height: 24px;
    color: #000;
    font-family: 'din_regular';
}

/*.career_popup .popup_bottom .set {*/
/*    margin-bottom: 50px;*/
/*}*/

.contact_page {
    display: flex;
    flex-wrap: wrap;
}

.contact_page .contact_form_main {
    width: 50%;
    background-color: #f8f8f8;
    padding: 115px 125px 115px 0;
}

.contact_page .contact_detail {
    width: 50%;
    padding: 115px 0 115px 80px;
    max-width: 600px;
}

.contact_page ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.contact_page h3 {
    font-size: 40px;
    line-height: 45px;
    font-family: 'din_demibold';
    color: #000000;
    margin-bottom: 15px;
}

.contact_page p {
    font-size: 15px;
    line-height: 24px;
    color: #000;
    font-family: 'din_regular';
}

.contact_page .contact_form li {
    width: 100%;
    margin-bottom: 20px;
}

.contact_page .contact_form input,
.contact_page .contact_form textarea {
    height: 54px;
    width: 100%;
    border: 1px solid #dfdfdf;
    border-radius: 25px;
    padding: 20px;
    background-color: transparent;
    font-size: 15px;
    color: #000;
}

.contact_page .contact_form input::placeholder,
.contact_page .contact_form textarea::placeholder {
    color: #000;
}

.contact_page .contact_form textarea {
    padding-top: 20px;
}

.contact_page .contact_form {
    max-width: 450px;
    margin-top: 45px;
}

.contact_page input[type="submit"] {
    width: 145px;
    height: 54px;
    background-color: var(--color-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    font-family: 'din_bold';
    border-radius: 25px;
    margin-top: 10px;
    transition: all 1s;
    padding: 0 20px;
}

.contact_page input[type="submit"]:hover {
    background-color: #000;
}

.contact_page .details span {
    display: block;
    font-family: 'din_bold';
    margin-bottom: 5px;
}

.contact_page .details ul li {
    margin-bottom: 30px;
}

.contact_page .social {
    border-top: 1px solid #e5e5e5;
    padding-top: 40px;
    margin-top: 45px;
}

.contact_page .social ul {
    display: flex;
}

.contact_page .social li {
    margin-right: 25px;
}

.contact_page .social li a {
    font-size: 20px;
}

.contact_page h4 {
    font-size: 22px;
    line-height: 25px;
    color: #000000;
    font-family: 'din_bold';
    margin-bottom: 25px;
}

.contact_page a:hover {
    color: var(--color-primary);
}

.contact_page .details {
    margin-top: 40px;
}

.core_value_section h2 {
    color: #da1725;
    font-size: 45px;
    line-height: 50px;
    text-align: center;
    font-family: 'din_light';
    margin-bottom: 30px;
}

.core_value_section h2 span {
    font-family: 'din_demibold';
}

.core_value_section p {
    text-align: center;
    font-size: 16px;
}

.value_boxes {
    display: flex;
    flex-wrap: wrap;
    max-width: 1000px;
    justify-content: center;
    margin: 80px auto 0 auto;
}

.value_boxes .value_box {
    width: 40%;
}

.value_boxes .value_box:nth-child(2) {
    width: 15%;
    margin: 0 2.5%;
}

.value_boxes ul {
    list-style: none;
}

.value_boxes ul li {
    display: flex;
    align-items: center;
    margin-bottom: 63px;
    justify-content: flex-end;
}

.value_boxes h6 {
    color: #191919;
    font-size: 14px;
    line-height: 20px;
    font-family: 'din_demibold';
    text-align: right;
    width: 50%;
    margin-bottom: 0;
    transition: all .3s;
    min-height: 60px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.value_boxes .value_box_icon {
    width: 45px;
}

.value_boxes ul li>div {
    /* width: 25%; */
    margin-left: 15px;
}

.center_big_title {
    color: black;
    -webkit-text-fill-color: white;
    /* Will override color (regardless of order) */
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #e9e9e9;
    font-size: 156px;
    line-height: 165px;
    text-transform: uppercase;
    transform: rotate(270deg) translateX(-410px);
    letter-spacing: -6px;
}

.value_boxes .value_box:nth-child(3) h6 {
    order: 3;
    text-align: left;
}

.value_boxes .value_box:nth-child(3) .value_box_icon {
    order: 1;
    padding-left: 0 !important;
}

.value_boxes .value_box:nth-child(3) .value_arrow {
    order: 2;
    transform: scaleX(-1);
    margin-right: 15px;
}

.value_boxes .value_box:nth-child(3) ul li {
    justify-content: flex-start;
}


.value_boxes ul li .value_box_icon img {
    transition: all .3s;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
}

.value_boxes .value_box:nth-child(3) h6 {
    justify-content: flex-start;
}

.inner_line_text {
    color: #000000 !important;
    font-size: 21px !important;
    line-height: 32px !important;
    font-family: 'din_demibold' !important;
}

.inner_main_head {
    font-size: 443px !important;
    line-height: 500px !important;
    color: #da1725 !important;
    font-family: 'din_demibold' !important;
    letter-spacing: -25px !important;

}

.content_section_new {
    text-align: center;
    padding: 50px 0 100px 0;
}

.content_section_new h2 {
    color: #000000;
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 50px;
    font-family: 'din_demibold';
}

.content_section_new p {
    font-size: 17px;
    line-height: 23px;
    color: #000000;
}

.content_section_new .container {
    max-width: 1030px;
}

.solution_text {
    font-family: 'din_demibold' !important;
    letter-spacing: -5px !important;
}

.it_projects {
    margin-top: -160px;
}

.it_solution_full_bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
}

.it_solution_full_bg .content_section_new {
    /* text-align: left; */
    padding-top: 0;
}

.loadmore {
    width: 190px;
    height: 50px;
    background-color: #e4e3e3;
    margin: 50px auto 0 auto;
    font-size: 15px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 25px;
    font-family: 'din_bold';
}

.mobile_banner_list {
    display: none;
    width: 100%;
    padding: 0 6%;
}

.mobile_banner_list ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    row-gap: 10px;
}

.mobile_banner_list li {
    width: 50%;
    color: #000000;
    font-size: 12px;
    padding-left: 20px;
    position: relative;
    text-align: left;
    padding-right: 5px;
}

.mobile_banner_list li::before {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    background-color: #8e2323;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 3px;
}

.header_white_logo {
    display: none;
}

.page-template-html-contact .header_white_logo {
    display: block;
}

.page-template-html-contact .header_main_logo {
    display: none;
}

.it_solution_full_bg .inner-banner {
    padding-bottom: 0;
}

.map_image .g_map {
    width: 100%;
}

.map_image {
    position: relative;
}

.map_image .marker {
    position: absolute;
    max-width: 27px;
}

.map_image .marker_1 {
    left: 0;
    top: 25%;
    margin: 0 auto;
    right: 27%;
}

.map_image .marker_2 {
    left: 0;
    right: 27%;
    margin: 0 auto;
    bottom: 40%;
}

.map_image .marker_3 {
    left: 0;
    right: 3%;
    margin: 0 auto;
    bottom: 37%;
}

.map_image .marker_4 {
    left: 0;
    right: 10%;
    margin: 0 auto;
    bottom: 25%;
}

.map_image .marker_5 {
    left: 0;
    right: 26%;
    margin: 0 auto;
    bottom: 47%;
}

/* .page-template-html-contact .menu-ul a{
    color: #fff;
}
.page-template-html-contact .menu-ul a:hover, .page-template-html-contact .current_page_item>a, .current-menu-item>a{
    color: var(--color-primary) !important;
}
.page-template-html-contact  .menu-icon:not(.open) span{
    background: #fff;
}
.page-template-html-contact .languge-switch{
    color: #fff;
} */
.header {
    -webkit-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}

header .site-logo {
    width: 225px;
}

.header.header-sticky {
    position: fixed;
    top: 0;
    background-color: #fff;
    box-shadow: 0px 0px 16px 0px rgb(0 0 0 / 12%);
    padding: 10px 0;
}

.header-sticky .site-logo {
    -webkit-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}

.header-sticky .site-logo {
    width: 170px;
}

.search_remote_position {
    display: none;
}

.search_jobs {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -.5%;
}

.search_jobs .search_keywords {
    width: 35%;
    margin: 0 .5%;
}

.search_categories,
.search_location,
.search_categories {
    width: 23%;
    margin: 0 .5%;
}

.search_submit {
    width: 15%;
    margin: 0 .5%;
}

.search_jobs label {
    display: none;
}

.carees_top_sec .job_types {
    margin-top: 25px;
    justify-content: center
}


.job_types label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid var(--color-primary);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 7px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    position: absolute;
    left: 0;
    top: -2px;
}

.job_types input {
    display: none;
}


.job_types input:checked+label:after {
    content: '';
    display: block;
    position: absolute;
    top: 1px;
    left: 7px;
    width: 5px;
    height: 11px;
    border: solid var(--color-primary);
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.job_types li {
    display: flex;
    align-items: center;
    padding-left: 30px;
    font-size: 13px;
    position: relative;
    margin: 0 5%;
}

.job_types label {
    font-size: 13px;
    display: flex;
    align-items: center;
}

.contact_btn_set .main-red-btn {
    margin-top: 20px;
}

.contact_btn_set .main-red-btn:hover {
    color: #fff;
}

.contact_map_sec {
    margin-top: 130px;
}

.showing_jobs.wp-job-manager-showing-all {
    text-align: center;
    margin-top: 35px;
}

.wpcf7-form-control-wrap {
    position: relative;
    width: 100%;
}

.wpcf7-spinner {
    display: none;
}


.pagination-main {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
}

.page-numbers {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ddd;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.page-numbers+.page-numbers {
    margin-left: 15px;
}

.page-numbers:hover,
.page-numbers.current {
    color: #ffffff;
    border-color: #da1725;
    background: #da1725;
}

.wpcf7-not-valid-tip {
    font-size: 12px;
    text-align: right;
}

.contact_page .contact_form input.wpcf7-not-valid {
    border-color: #da1725;
}

.wpcf7 form.sent .wpcf7-response-output {
    font-size: 12px;
    background: #46b450;
    color: #fff;
}

.wpcf7 form.invalid .wpcf7-response-output {
    font-size: 12px;
    text-align: center;
    padding: 4px;
    color: #fff;
    background: #da1725;
    border-color: #da1725;
    margin: 15px 0;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #da1725 !important;
}

.history_section .item:hover .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #fff !important;
}

.career_popup .popup_body {
    padding: 80px 100px;
}

.career_popup .popup_body ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0;
}

.career_popup .popup_body ul li {
    width: 49%;

}

.career_popup .popup_body ul li:last-child,
.career_popup .popup_body ul li:nth-child(5),
.career_popup .popup_body ul li:nth-child(6) {
    width: 100%;
}

.career_popup .popup_body input,
.career_popup .popup_body textarea {
    height: 54px;
    width: 100%;
    border: 1px solid #dfdfdf;
    border-radius: 25px;
    padding: 14px 20px;
    background-color: transparent;
    font-size: 15px;
    color: #000;
    outline: none;
    font-family: 'din_regular';
    cursor: auto;
}

.career_popup .popup_body form p {
    width: 100%;
}

.career_popup .popup_body ul li span {
    font-size: 15px;
    margin-bottom: 4px;
}

.career_popup .popup_body .btn-primary {
    font-size: 13px;
    text-transform: uppercase;
    color: #fff;
    width: 136px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--color-primary);
    border-radius: 25px;
    font-weight: bold;
    transition: all .3s;
    padding: 0;
    border: 0;
    outline: none;
    font-family: 'din_regular';
    cursor: pointer;
}

.fancybox__content :focus:not(.carousel__button.is-close) {
    outline: none;
    box-shadow: none;
}

.popup_body h3 {
    margin-bottom: 40px;
}

.mCSB_scrollTools .mCSB_draggerContainer {
    opacity: 0;
}

.history_section .item:hover .mCSB_scrollTools .mCSB_draggerContainer {
    opacity: 1;
}

.content_section_new ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.content_section_new ul li {
    width: 33%;
    text-align: left;
    margin-bottom: 15px;
    font-size: 15px;
    padding-right: 30px;
}

.solution-slider .item {
    min-height: 415px;
    border: 1px solid #d4d4d4;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top right;
    overflow: hidden;
    position: relative;
}

.solution-slider .hme-solution-hover {
    padding: 25px;
}

.solution-slider .hme-solution-hover h4 {
    font-size: 35px;
    line-height: 40px;
}

.solution-slider .hme-solution-btn {
    left: 25px;
}

.solution-slider .item:hover .hme-solution-hover {
    top: 0px;
}

.solution-slider {
    margin-top: 50px;
}

.related-solution-section .main-title {
    font-weight: 600;
    text-align: center;
}

.related-solution-section {
    padding-bottom: 120px;
}

.solution-slider h3 {
    position: absolute;
    bottom: 40px;
    left: 0px;
    width: 100%;
    padding: 0px 30px;
    font-size: 35px;
    line-height: 30px;
    color: #000;
    font-family: 'din_regular';
    font-weight: 400;
    margin-bottom: 0px;
    z-index: 9;
}

.font_family {
    font-family: 'din_regular' !important;
}

.banner-text-two {
    font-family: 'din_demibold' !important;
}

.career_popup .popup_body ul li .wpcf7-not-valid-tip {
    /*position: absolute;*/
    /*top: 15px;*/
    /*right: 25px;*/
    font-size: 13px;
}

/* .solution-slider .item::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0px;
    background: rgb(255, 255, 255);
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 3%, rgba(255, 255, 255, 0) 100%);
} */


.content_section_new .box_list {
    row-gap: 40px;
    margin: 40px -2% 0 -2%;
    align-items: initial;
}

.content_section_new .box_list li {
    padding: 25px;
    display: flex;
    flex-wrap: wrap;
    box-shadow: 1px 0px 9px -3px #ddd;
    width: 46%;
    margin: 0 2%;
    list-style: none;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

.content_section_new .box_list .box_icon{
    width:100px;
    padding-right:10px;
}

.content_section_new .box_list .box_content{
    width:calc(100% - 100px);
}

.content_section_new .box_list .box_content h3{
    font-size: 18px;
    color: #da1725;
    margin-bottom:20px;
}

.content_section_new .box_list .box_content p{
    font-size:14px;
    margin:0;
    line-height: 20px;
}

.content_section_new .box_list .box_content p + p{
    margin-top:10px;
}


@media (min-width: 1025px) {
    .value_boxes ul li:hover h6 {
        font-size: 20px;
        white-space: nowrap;
    }

    .value_boxes ul li:hover .value_box_icon img {
        transform: scale(1.8);
    }
}
@media (-webkit-device-pixel-ratio: 1.50) {
    .hme-solution-inner{
        max-width:1000px !important;
        padding-left:5%;
        padding-right:5%;
    }
    .hme-solution-inner ul li h3 {
        font-size: 20px !important;
        line-height: 25px !important;
    }
    .hme-solution-hover h4 {
         font-size: 20px !important;
    }
    header .site-logo {
        width: 140px !important;
    } 
    .menu-ul a {
      font-size: 13px !important;
  }
  .get-service-btn {
    width: 145px !important;
    height: 40px !important;
    line-height: 40px !important;
    font-size: 12px !important;
}
.hme-solution-hover p {
    font-size: 14px  !important;
}
.hme-solution-btn{
    font-size:12px !important;
}
}