/* @import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap"); */

html {
    font-size: 62.5%;
    overflow-x: hidden;
}

body {
    font-size: 1.6rem;
    overflow-x: hidden;
    font-weight: 400;
    font-family: "DM Sans", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul li a,
a {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
blockquote,
caption,
figcaption,
p {
    text-wrap: auto !important;
}

/*======================  Start Page  ======================*/
.banner_area {
    background: url(../images/homepage/banner/bg.png) no-repeat scroll center center / cover;
    padding: 412px 0 219px 0;
}

.header_area {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    transition: background-color 0.5s ease;
}

.header_area2 {
    position: inherit !important;
}

.header_white {
    background: #fff;
}

.header_white .main_logo {
    display: none;
}

.header_area2 .main_logo {
    display: none;
}

/* .main_logo {
	display: none;
} */

.white_logo {
    display: none;
}

.header_white .white_logo {
    display: block;
}

.header_area2 .white_logo {
    display: block;
}

.header_white .menu a {
    color: #000 !important;
}

.header_area2 .menu a {
    color: #000 !important;
}

.banner_area {
    background: url(../images/homepage/banner/bg.png) no-repeat scroll center center / cover;
}

.banner {
    display: flex;
    align-items: center;
    /* height: 750px; */
}

.header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.menu a {
    color: #f9f9f9;
    font-size: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 40px 0;
    margin: 1px 0;
}

.menu ul li a {
    position: relative;
    transition: color 0.3s ease;
}

.menu ul li a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 3px;
    background-color: #ec7200;
    transition: width 0.4s ease;
    /* Smooth animation for the line */
}

.menu ul li a i {
    transition: transform 0.3s ease;
    /* Smooth rotation transition */
}

.menu ul li a:hover::after {
    width: 100%;
    /* On hover, the line expands to full width */
}

/* Basic styling for drop_middle_menu */

.drop_middle_menu>ul>li {
    position: relative;
    /* To position the dropdown menu */
}

.drop_middle_menu>ul>li>a {
    display: inline-block;
    position: relative;
    overflow: hidden;
    transition: 0.3s;
}

.banner_areaa {
    position: relative;
}

.banner_areaa.sk_banner_height {
    height: 100vh;
    overflow: hidden;
}

.banner_ut_text .btn_1 {
    font-size: 14px !important;
    padding: 6px 14px !important;
}

.drop_middle_menu>ul>li>a::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 3px;
    background: #f00d0d;
    bottom: 0;
    left: -100%;
    z-index: 9999;
    transition: 0.3s;
    display: block;
}

.drop_middle_menu>ul>li>a:hover:after {
    left: 0;
}

/* Basic styling for drop_middle_menu */

.sub-menu {
    display: none;
    padding: 15px 0 4px 0;
}

.sub-menu li {
    margin-bottom: 5px !important;
    margin-left: 34px;
}

.sub-menu a {
    font-size: 16px !important;
}

.sub_menu_title {
    font-size: 18px !important;
}

.menu ul {
    display: flex;
    align-items: center;
    gap: 28px;
}

.banner_text h4 {
    color: #fff;
    font-weight: 500;
    letter-spacing: 4px;
    font-size: 18px;
}

.banner_text h2 {
    color: #f9f9f9;
    font-size: 68px;
    font-weight: 200;
    margin: 14px 0;
    font-family: "Inter", sans-serif;
    letter-spacing: 2px;
}

.banner_text p {
    color: #f9f9f9;
    font-size: 24px;
    margin-bottom: 52px;
}

.banner_text {
    width: 100%;
    max-width: 638px;
    margin-top: -145px;
}

.btn_1 {
    background: #f00d0d;
    color: #ffff;
    font-size: 16px;
    font-weight: 500;
    padding: 8px 16px;
    display: inline-block;
    transition: 0.3s;
    text-transform: uppercase;
}

.btn_1:hover {
    color: #ffff;
    opacity: 0.83;
}

.section_padding {
    padding: 100px 0;
}

.overview_title h4 {
    color: #4c4e4f;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 4px;
    font-family: "Inter", sans-serif;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.overview_title h3 {
    font-size: 48px;
    color: #084873;
    font-weight: 700;
    font-family: "Inter", sans-serif;
    margin-bottom: 40px;
    position: relative;
}

.overview_title h3::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -12px;
    width: 57px;
    height: 4px;
    background: #f00d0d;
}

.overview_title p {
    font-size: 20px;
    color: #000;
    margin-bottom: 50px;
    text-align: justify;
}
.overview_title ul {
    font-size: 20px;
}

.subscribe_text_left {
    width: 50%;
    margin: 0 auto;
}

.overview_item {
    position: relative;
}

.overview_item p {
    color: #090800;
    font-size: 16px;
    width: 139px;
    text-transform: uppercase;
}

.overview_item h4 {
    color: #17476a;
    font-family: "Inter", sans-serif;
    font-size: 72px;
    font-weight: 300;
}

.overview_item h5 {
    color: #17476a;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 300;
    position: absolute;
    top: -8px;
}

.overview_row {
    display: flex;
    text-align: center;
}

.overview_item {
    text-align: left;
    flex: 0 0 20%;
}

.after_h3 a {
    color: #4c4e4f;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 2px;
    font-family: "Inter", sans-serif;
    text-transform: uppercase;
    margin-bottom: 5px;
    position: relative;
    transition: color 0.3s;
    /* Smooth color transition */
}

.after_h3 a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -13px;
    width: 0;
    /* Initial width */
    height: 5px;
    background: #f00d0d;
    transition: width 0.3s ease;
    /* Smooth transition for width */
}

.after_h3 a:hover::after {
    width: 100%;
    /* Full width on hover */
}

.after_h3 a:hover {
    color: #000;
    /* Optional: Change text color on hover */
}

.after_h3 {
    margin-top: 70px;
}

.work_area {
    background: #f4f3f3;
}

.work_single_text h4 {
    color: #000;
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 900;
}

.work_single_text p {
    color: #000;
    font-size: 14px;
}

.single_work_item img {
    width: 100%;
}

.single_work_item {
    background: #fff;
    height: 100%;
    width: 95%;
    overflow: hidden;
    display: block;
}

.single_deep_img {
    overflow: hidden;
}

.single_work_img {
    overflow: hidden;
}

.single_deep_img img,
.single_work_item img {
    transition: 0.5s;
}

.single_deep_img:hover img {
    transform: scale(1.2);
}

.single_work_item img:hover {
    transform: scale(1.2);
}

.work_single_text {
    padding: 20px 28px;
}

.single_business_item {
    position: relative;
    display: block;
    width: 95%;
}

.single_business_item img {
    width: 100%;
}

.single_business_item>h3 {
    font-size: 20px;
    font-family: "Inter", sans-serif;
    /* text-align: left; */
    text-align: center;
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    color: #fff;
    z-index: 999;
    padding: 0 58px;
    font-weight: 700;
}

.single_business_item::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: var(--after-bg, #e26624);
    opacity: 0.7;
}

.single_business_item_1:after {
    opacity: 0.5;
}

.single_overlay_box {
    position: absolute;
    z-index: 999;
    bottom: -150%;
    background: #f70504;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    justify-content: center;
    padding: 35px;
    left: 0;
    transition: 0.3s;
}

.single_capble_item img {
    height: 100%;
}

.single_business_item {
    /* height: 480px; */
}

/* .ai_carousel .owl-next {
	position: absolute;
	bottom: -64px;
	left: 0;
	right: -55px;
}

.ai_carousel .owl-prev {
	position: absolute;
	bottom: -64px;
	right: 0;
	left: -55px;
} */

.ai_carousel .owl-next:hover,
.ai_carousel .owl-prev:hover {
    outline: none;
    background: transparent !important;
}

.ai_carousel .owl-prev img {
    width: 42px;
}

.single_business_item:hover .single_overlay_box {
    bottom: 0;
}

.single_overlay_box2 {
    background: #f70504;
    opacity: 95%;
}

.single_overlay_box>h3 {
    font-size: 20px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 10px;
    max-width: 233px;
}

.single_business_item1 h3 {
    max-width: 175px;
}

.single_overlay_box p {
    color: #fff;
    font-size: 16px;
    line-height: 23px;
    width: 100%;
    max-width: 80%;
}

button:focus {
    outline: none;
}

.single_business_item_2::after {
    background: #e26624;
    opacity: 0.7;
}

.single_business_item_3::after {
    background: #3d3a37;
}

.single_ut_bussiness::after {
    background: transparent !important;
}

.deep_left p {
    color: #124560;
    font-size: 20px;
    margin-bottom: 55px;
    padding-top: 30px;
    width: 100%;
    max-width: 324px;
}

.btn_2 {
    color: #4c4e4f;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 2px;
    font-family: "Inter", sans-serif;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    transition: 0.3s;
}

.btn_2:hover {
    color: #124560;
}

.btn_2:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 0;
    height: 4px;
    background: #f00d0d;
    transition: 0.3s;
}

.btn_2:hover::after {
    width: 100%;
}

.deep_box {
    margin-top: 76px;
}

.single_deep_item {
    position: relative;
    margin-bottom: 30px;
    width: 100%;
    display: block;
}

.single_deep_item::after {
    content: "";
    /* position: absolute; */
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.3;
}

.single_deep_item img {
    width: 100%;
    height: 185px;
}

.single_deep_item h4 {
    font-size: 14px;
    text-transform: uppercase;
    font-family: "Inter", sans-serif;
    color: #fff;
    position: absolute;
    bottom: 8px;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 9;
    padding: 0 39px;
    line-height: 18px;
}

.slider_items h4 {
    color: #fff;
    font-weight: 500;
    letter-spacing: 4px;
    font-size: 18px;
}

.slider_items h2 {
    color: #f9f9f9;
    font-size: 68px;
    font-weight: 200;
    margin: 14px 0;
    font-family: "Inter", sans-serif;
    letter-spacing: 2px;
}

.slider_items p {
    color: #f9f9f9;
    font-size: 24px;
    margin-bottom: 16px;
}

.carrear_img.key_care_img img {
    width: 64%;
    margin: 0 0 0 auto;
}

.carrear_img.key_care_img {
    text-align: right;
}

.slider_items {
    width: 100%;
    max-width: 638px;
}

.slider_box {
    display: flex;
    align-items: center;
    height: 800px;
}

.custom_slider {
    /* padding: 182px 0 156px 0; */
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
}

.slider_3 {
    background: url(../images/homepage/banner/bg.png) no-repeat scroll center center / cover;
    height: 100vh;
}

.slider_1 {
    background: url(../images/homepage/slider/1.png) no-repeat scroll center center / cover;
    height: 100vh;
}

.slider_2 {
    background: url(../images/homepage/slider/2.png) no-repeat scroll center center / cover;
    height: 100vh;
}

.team_area {
    background: url(../images/homepage/team/join.png) no-repeat fixed center center / cover;
    height: 100vh;
    position: relative;
}

.team_area::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.4);
}

.whitepapers_banner {
    background: url(../images/whitepapers/bg.png) no-repeat scroll center center / cover;
    position: relative;
}

.whitepapers_banner::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.4);
}

.brochures_banner {
    background: url(../images/brochure/bg.png) no-repeat scroll center center / cover;
    position: relative;
}

.brochures_banner::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.4);
}

.overview_img img {
    object-fit: cover;
}

.team_content {
    position: relative;
    z-index: 9;
}

.slider_carousel .owl-dots {
    position: absolute;
    bottom: 20px;
    left: 0;
    display: flex;
    right: 0;
    /* justify-content: center; */
}

.slider_carousel .owl-dot span {
    width: 10px !important;
    height: 10px !important;
}

.slider_carousel .owl-dot.active span {
    width: 13px !important;
    height: 13px !important;
}

.slide_down_icon a i {
    font-size: 65px;
    color: #fff;
}

.owl-dots {
    align-items: center;
}

.slide_down_icon {
    position: absolute;
    bottom: 35px;
    z-index: 99;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
}

.team_content {
    width: 100%;
    max-width: 582px;
    margin: 0 0 0 auto;
}

.subscribe_area {
    background: #1a1628;
    padding: 35px 0;
}

.subscribe {
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
}

.subscribe_right h3,
.subscribe_text_left h3 {
    color: #fff;
    font-size: 30px;
    font-family: "Inter", sans-serif;
    margin-bottom: 15px;
    font-weight: 700;
}

.subscribe_right h3 {
    margin-bottom: 5px;
}

.subscribe_right p {
    color: #fff;
    font-size: 16px;
}

.subscribe_form {
    display: flex;
    align-items: center;
    gap: 15px;
}

.subscribe_form input {
    border: none;
    padding: 16px 14px;
    font-size: 16px;
    width: 273px;
    height: 45px;
}

.subscribe_form>button {
    border: none;
    padding: 16px 35px;
}

.subscribe_text_left a {
    padding: 16px 35px;
}

.subscribe_right {
    border-left: 1px solid #fff;
    padding-left: 25px;
}

.footer_main {
    padding: 35px 0;
    background: #000;
}

.footer_top_row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 35px;
}

.footer_logo {
    display: flex;
    align-items: center;
    gap: 20px;
}

.footer_logo a {
    border-right: 3px solid #aeaeae;
    padding-right: 17px;
}

.footer_logo h4 {
    font-size: 18px;
    color: #fff;
    font-family: "Inter", sans-serif;
}

.footer_social a i {
    color: #fff;
    font-size: 24px;
}

.footer_social ul {
    display: flex;
    gap: 11px;
}

.footer_single h4 {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 5px;
    color: #1a1628;
    color: #fff;
}

.footer_bottom_left a,
.footer_bottom_left p {
    color: #1a1628;
}

.footer_single a,
.footer_single p {
    color: #a7a7a7;
    font-size: 16px;
}

.footer_single ul {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.footer_single a {
    transition: 0.3s;
}

.footer_single .wpcf7-form.sent .wpcf7-response-output {
    color: #ffffff;
}

.footer_bottom_left a,
.footer_bottom_left p {
    font-size: 14px;
}

.footer_bottom_left ul {
    display: flex;
    gap: 40px;
    align-items: center;
}

.footer_bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer_bottom_area {
    background: #f4f3f3;
    padding: 20px 0;
}

.footer_top_to_back button {
    background: #f00d0d;
    border: none;
    font-size: 14px;
    color: #fff;
    padding: 10px 12px;
    position: fixed;
    bottom: 24px;
    right: 40px;
    z-index: 93;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s ease-in, visibility 0.4s ease-in;
}

.footer_top_to_back button.show {
    opacity: 1;
    visibility: visible;
}

.footer_top_to_back button i {
    margin-left: 5px;
}

.drop_menu_main {
    position: absolute;
    left: 0;
    top: 105px;
    width: 100%;
    background-color: #fff;
    border-top: 1px solid #f4f3f3;
    display: none;
    box-shadow: 0 2px 10px #ddd;
    z-index: 999;
}

.dorp_menu_left {
    height: 100%;
    padding: 40px 0;
    border-right: 1px solid #f4f3f3;
}

.dorp_menu_left h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 10px;
}

.dorp_menu_left p {
    font-size: 16px;
    color: #1b1b1b;
    width: 198px;
}

.drop_middle_menu {
    padding: 40px 0;
}

.drop_middle_menu b,
.drop_middle_menu a {
    color: #484553;
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
}

.drop_middle_menu b {
    font-weight: 600;
}

.drop_middle_menu ul li {
    margin-bottom: 20px;
}

.drop_middle_menu ul li:last-child {
    margin-bottom: 0;
}

.footer_single a:hover {
    color: #000;
}

.made_carosel_content {
    width: 100%;
}

.made_carosel_content>p {
    font-size: 18px;
    color: #3b3b3b;
    margin: 0 0 40px 0;
    line-height: 26px;
}

.made_user p {
    font-size: 16px;
    font-weight: 400;
    color: #000;
}

.made_user h4 {
    font-size: 16px;
    font-weight: 700;
    color: #000;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.made_carousel {
    padding-bottom: 18px;
}

.made_carosel_content img {
    width: 50px !important;
}

.owl-next i {
    position: absolute;
    bottom: 26px;
    right: 45%;
}

.owl-prev:hover i,
.owl-next:hover i {
    color: #000;
}

.owl-prev i {
    position: absolute;
    bottom: 26px;
    left: 45%;
}

.made_carousel {
    position: relative;
}

.owl-theme .owl-dots .owl-dot span {
    width: 7px;
    height: 7px;
    margin: 5px 7px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #f00d0d !important;
}

/* responsive  */

.mobile_bars_search {
    display: none;
}

/*Start Mobile Menu icon*/
#nav-icon1,
#nav-icon2,
#nav-icon3,
#nav-icon4 {
    width: 28px;
    height: 23px;
    position: relative;
    margin: 0px;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
}

#nav-icon1 span,
#nav-icon3 span,
#nav-icon4 span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #000000;
    border-radius: 0px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}

#nav-icon4 span:nth-child(1) {
    top: 0px;
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
}

#nav-icon4 span:nth-child(2) {
    top: 8px;
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
}

#nav-icon4 span:nth-child(3) {
    top: 16px;
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
}

#nav-icon4.open span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: -2px;
    left: 2px;
}

#nav-icon4.open span:nth-child(2) {
    width: 0%;
    opacity: 0;
}

#nav-icon4.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 18px;
    left: 2px;
}

/*End Mobile Menu icon*/

.mobiler_for_menu {
    display: none;
}

.mobile_banner_img {
    display: none;
    text-align: center;
}

.single_business_item {
    overflow: hidden;
    transition: 0.3s;
}

.single_business_item img {
    transition: 0.3s;
}

.single_business_item:hover img {
    transform: scale(1.1);
}

.slider_box_2 .slider_items {
    max-width: 720px;
}

.menu_back_drop {
    display: block;
}

.follow_social {
    /* display: none; */
    color: #fff;
}

.footer_mobile_main {
    display: none;
}

.career_img {
    display: none;
}

.career_img img {
    width: 100%;
    margin-bottom: 25px;
}

.drop_back {
    display: none;
}

.footer_bottom_left a:hover,
.footer_single a:hover {
    color: #f00d0d;
    opacity: 0.83;
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background: #000;
}

#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    z-index: 99999;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #9370db;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

#loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    z-index: 99999;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #ba55d3;
    -webkit-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite;
}

#loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 99999;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #ff00ff;
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.contact_next_btn button,
.contact_btn_prev button {
    background: #f00d0d;
    border: none;
    color: #fff;
    padding: 8px 10px;
    font-size: 16px;
    display: inline-block;
    /* transform: rotate(-90deg); */
}

.btn_black_contact {
    background-color: #000 !important;
}

.contact_next_btn,
.contact_btn_prev {
    display: flex;
    transform: rotate(-90deg);
    flex-direction: row-reverse;
}

.right_form_contact {
    position: fixed;
    z-index: 9999;
    right: -57px;
    top: 50%;
}

.btn_black_contact {
    padding: 12px 10px !important;
    border-radius: 0 10px 0 0;
}

.btn_red_contact {
    border-radius: 10px 0 0 0;
}

.btn_next {
    display: none;
}

.contact_next_btn .btn_black_contact {
    border-radius: 10px !important;
}

.form_hover {
    width: 100%;
    max-width: 400px;
    padding: 25px;
    background: #f4f3f3;
    border-radius: 15px;
    position: fixed;
    /* right: 55px; */
    right: -600px;
    z-index: 9999;
    top: 15%;
}

.form_group {
    margin-bottom: 15px;
}

.form_group textarea,
.form_group input {
    width: 100%;
    border: 1px solid #ddd;
    padding: 12px 20px;
    border-radius: 35px;
    font-size: 16px;
    text-transform: capitalize;
}

.form_group textarea {
    resize: none;
    height: 100px;
}

.form_group button {
    width: 100%;
    font-size: 16px;
    border-radius: 35px;
    border: 1px solid #ddd;
    padding: 12px 20px;
    background-color: #0f2435;
    color: #fff;
}

.form_title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 42px;
}

.form_title a {
    font-size: 25px;
    color: #110e0e;
}

.form_title h2 {
    position: relative;
    font-size: 24px;
    font-weight: 300;
}

.form_title h2::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 30px;
    height: 3px;
    background: #f00d0d;
}

.deep_box_btn {
    margin-top: 25px;
}

.made_single {
    /*background: #f7f6fe;*/
    background: #f4f3f3;
    padding: 25px;
    height: 363px;
    position: relative;
    margin-bottom: 55px;
    border-radius: 15px;
}

.made_carousel_arrow img {
    width: 40px !important;
    position: absolute;
    bottom: -10px;
    right: 15px;
}

.overview_img {
    display: flex;
    gap: 70px;
    margin-bottom: 25px;
}

.team_content .after_h3 a,
.team_content h4,
.team_content h3,
.team_content p {
    color: #fff !important;
}

.blog_post_text {
    padding: 25px 10px;
}

/* .single_work_item {
	background: #E7E6E6;

} */

.banner_ut_text p {
    margin-bottom: 16px !important;
}

.single_work_item.single_blog_post {
    width: 85% !important;
    display: block;
}

.subscribe_forms input {
    border: 1px solid #686868;
    padding: 12px 9px;
    flex: 0 0 69%;
    width: 100%;
}

.subscribe_forms {
    display: flex;
    margin-top: 20px;
}

.subscribe_forms button {
    background: red;
    border: none;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    display: block;
    flex: 0 0 95px;
    padding: 12px 9px;
}

.blog_post_text a,
.blog_post_text span {
    font-size: 12px;
    color: #f00d0d;
    text-transform: uppercase;
}

.blog_post_text p {
    font-size: 18px;
    color: #231116;
    margin-top: 5px;
}

.global_award_area {
    background: url(../images/homepage/global/bg.png) no-repeat scroll center center / cover;
}

.global_title h4,
.global_title h3 {
    color: #fff;
}

.global_item_content h4 {
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 14px;
    font-weight: 700;
}

.global_item_content p {
    color: #fff;
    font-size: 16px;
    margin-bottom: 14px;
}

.global_item_content i {
    color: #fff;
    margin-top: 4px;
}

.global_item_content ul li {
    display: flex;
    gap: 17px;
    color: #fff;
    margin-bottom: 14px;
}

.global_award_img {
    margin-top: 45px;
}

/*Blog Page Contents*/
.blog_content_area {
    padding: 100px 0px;
}

.blog_contents {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.blog_page_contents_left {
    max-width: 850px;
    width: 100%;
}

.blog_page_contents_right {
    max-width: 380px;
    width: 100%;
}

.bpcl_1st p {
    font-size: 26px;
    color: #021e46;
    text-align: justify;
    margin-bottom: 60px;
}

.bpcl_single {
    margin-bottom: 40px;
}

.bpcl_single h4 {
    font-size: 24px;
    font-weight: 700;
    color: #021e46;
    margin-bottom: 5px;
}

.bpcl_single p {
    font-size: 18px;
    color: #010101;
}

.bpcl_single p b {
    font-weight: 700;
}

.blog_page_contents_left .bpcl_single:nth-child(2) p {
    text-align: justify;
}

.bpcl_single ul {
    list-style: disc;
    padding-left: 16x;
    margin-top: 5px;
    margin-left: 5px;
}

.bpcl_single ul li {
    font-size: 18px;
    color: #010101;
}

.bpcl_single ul li b {
    font-weight: 500;
}

.blog_page_contents_left .bpcl_single:last-child p {
    font-weight: 500;
    font-style: italic;
    color: #021e46;
}

.blog_page_contents_right_main {
    padding-top: 15px;
    border-top: 2px solid #000;
}

.blog_page_contents_right_main p {
    font-size: 31px;
    color: #052446;
}

.bpcrm_email input {
    width: 100%;
    display: inline-block;
    padding: 15px 50px 15px 15px;
    background: #f4f3f3;
    border: 1px solid #f40916;
    margin: 15px 0px;
    font-size: 18px;
}

.bpcrm_email {
    position: relative;
    z-index: 2;
}

.bpcrm_email i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    font-size: 18px;
    color: #000000ab;
}

.bpcrm_label {
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

.bpcrm_label input {
    flex-shrink: 0;
    width: 15px;
    height: 15px;
    display: inline-block;
    margin-top: 6px;
}

.bpcrm_label label {
    font-size: 16px;
    color: #4a4a4a;
}

.blog_page_contents_right_main button {
    margin-top: 25px;
    font-size: 24px;
    font-weight: 300;
    color: #fff;
    background: #f40916;
    padding: 15px 70px;
    border: none;
    margin-left: 32px;
    transition: 0.2s;
}

.blog_page_contents_right_main button:hover {
    background: #bc0e18;
}

/* .down-arrow {
	position: absolute;
	animation: jumpInfinite 1.5s infinite;
}

@keyframes jumpInfinite {
	0% {
		transform: translateY(0);
	}
	50% {
		transform: translateY(-20px);
	}
	100% {
		transform: translateY(0);
	}
} */

.slide_down_icon.down-arrow img {
    width: 42px;
    opacity: 50%;
}

.slide_down_icon.down-arrow a {
    display: inline-block;
}

/* SUb page Utilites  */

.menu_set ul {
    display: flex;
    align-items: center;
    gap: 8px;
}

.menu_set ul li {
    font-size: 14px;
}

.menu_set ul li a {
    color: #010101;
    font-size: 14px;
    font-family: "DM Sans", sans-serif;
}

.menu_set ul li a:hover {
    text-decoration: underline;
}

banner_utility img {
    width: 100%;
}

.banner_retail img {
    width: 100%;
}

.banner_finance img {
    width: 100%;
}

.banner_telecom img {
    width: 100%;
}

.banner_insurance img {
    width: 100%;
}

.banner_logistics img {
    width: 100%;
}

.banner_government img {
    width: 100%;
}

.banner_education img {
    width: 100%;
}

.banner_education {
    background: url(../images/education/education/bg.png) no-repeat scroll center center / cover;
}

.banner_logistics {
    background: url(../images/logistics/logistics/bg.png) no-repeat scroll center center / cover;
}

.banner_finance {
    background: url(../images/finance/finance/bg.png) no-repeat scroll center center / cover;
}

.insurance_bg {
    background: url(../images/insurance/insurance/bg.png) no-repeat scroll center center / cover;
}

.banner_retail {
    background: url(../images/retail/retail/bg.png) no-repeat scroll center center / cover;
}

.banner_government {
    background: url(../images/government/government/bg.png) no-repeat scroll center center / cover;
}

.banner_menus_set {
    background: #eff0f6;
    padding: 4px 0;
}

.cloud_bg {
    background: url(../images/cloud/cloud_bg.png) no-repeat scroll center center / cover;
}

.salesforce_bg {
    background: url(../images/salesforce/salesforce_bg.png) no-repeat scroll center center / cover;
}

.sap_bg {
    background: url(../images/sap/sap_bg.png) no-repeat scroll center center / cover;
}

.testing_bg {
    background: url(../images/testing/testing_bg.png) no-repeat scroll center center / cover;
}

.microsoft_bg {
    background: url(../images/microsoft/microsoft_bg.png) no-repeat scroll center center / cover;
}

.dataanalytics_bg {
    background: url(../images/dataanalytics/dataanalytics_bg.png) no-repeat scroll center center / cover;
}

.cybersecurity_bg {
    background: url(../images/cybersecurity/cybersecurity_bg.png) no-repeat scroll center center / cover;
}

.softwaretesting_bg {
    background: url(../images/softwaretesting/softwaretesting_bg.png) no-repeat scroll center center / cover;
}

.overview_title.ut_overview_title {
    max-width: 92%;
}

.overview_title.cyber_overview_title {
    max-width: 90%;
}

.cyber_overview_title p {
    max-width: 88%;
}

.ut_overview_title h3 {
    width: 80%;
}

.ut_overview_title p {
    text-align: justify;
}

.red_btn {
    color: #e31e24;
    text-transform: uppercase;
    font-size: 18px;
    position: relative;
    font-family: "Inter", sans-serif;
    transition: color 0.3s;
}

.red_btn:hover {
    color: #e31e24;
    transition: color 0.3s;
}

.red_btn::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -13px;
    width: 0;
    height: 2px;
    background: #e31e24;
    transition: width 0.3s ease;
}

.red_btn:hover::after {
    width: 100%;
}

/* Main Content  */

.overview_title2 p {
    font-family: "DM Sans", sans-serif;
    font-size: 15px;
    font-weight: 300;
    margin-bottom: 0;
}

.content1 {
    margin-bottom: 20px;
}

.content1 h4 {
    font-size: 18px;
    font-family: "Inter", sans-serif;
    font-weight: 700;
}

.content1 p {
    font-family: "DM Sans", sans-serif;
    font-size: 15px;
    font-weight: 300;
}

.content1 ul {
    list-style: disc;
    margin-left: 20px;
}

.content1 ul li {
    font-family: "DM Sans", sans-serif;
    font-size: 15px;
    font-weight: 300;
}

.content2 {
    padding-top: 20px;
}

.content3 h4 {
    font-size: 16px;
}

/* Application form  */

.applicationform {
    width: 684px;
}

.namefielsd {
    display: flex;
    align-items: center;
    gap: 30px;
}

.formitems {
    width: 320px;
    margin-bottom: 20px;
}

.formitems label {
    font-family: "DM Sans", sans-serif;
    font-size: 15px;
    font-weight: 300;
}

.formitems label span {
    color: #bd3739;
}

.formitems input {
    width: 100%;
    border: 1px solid #6a6a6a;
    border-radius: 4px;
    padding: 16px 10px;
}

.formitems input:focus {
    box-shadow: none !important;
    border: 1px solid #6a6a6a !important;
}

.formitems2 {
    width: 100%;
}

.formitems2 textarea {
    height: 120px;
    width: 100%;
    border: 1px solid #6a6a6a;
    border-radius: 4px;
    padding: 16px 10px;
}

.uploadbox {
    width: 100%;
    border: 1px solid #6a6a6a;
    border-radius: 4px;
    padding: 16px 10px;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.uploadbox h3 {
    font-family: "DM Sans", sans-serif;
    font-weight: 700;
    color: #084873;
    font-size: 18px;
    text-align: center;
}

.uploadbox h3 a {
    color: #084873;
    text-decoration: underline;
}

.uploadbox p {
    font-family: "DM Sans", sans-serif;
    text-align: center;
    color: #5d5e5f;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
}

.applicationformbtn button {
    display: block;
    margin: 0 auto;
    background: red;
    border: none;
    padding: 10px 30px;
    color: white;
}

.applicationformbtn .wpcf7-submit {
    display: block;
    margin: 0 auto;
    background: red;
    border: none;
    padding: 10px 30px;
    color: white;
}

/* Main Content End  */

.industry_carousel,
.offer_carousel {
    position: relative;
}

.industry_carousel .owl-prev:focus,
.industry_carousel .owl-next:focus,
.offer_carousel .owl-prev:focus,
.offer_carousel .owl-next:focus {
    outline: none;
}

.industry_carousel .owl-prev:hover,
.industry_carousel .owl-next:hover,
.offer_carousel .owl-prev:hover,
.offer_carousel .owl-next:hover {
    background: transparent !important;
}

.offer_carousel .owl-next {
    position: absolute;
    top: 45%;
    right: -10px;
}

.offer_carousel .owl-prev {
    position: absolute;
    top: 45%;
    left: -25px;
}

.industry_carousel .owl-next {
    position: absolute;
    top: 35%;
    right: -29px;
}

.industry_carousel .owl-prev {
    position: absolute;
    top: 35%;
    left: -29px;
}

.overview_title.ut_expert_overview_title h3 {
    width: 61%;
}

.overview_title.industry_ut_title h3 {
    width: 35%;
}

.partner_area {
    background: url(../images/aiml/bg.png) no-repeat scroll center center / cover;
}

.banner_utility {
    background: url(../images/homepage/utility/bg.png) no-repeat scroll center center / cover;
    position: relative;
}

.banner_telecom {
    background: url(../images/telecom/telecom/bg.png) no-repeat scroll center center / cover;
    position: relative;
}

.sitemap_banner {
    background: url(../images/sitemap/bg.png) no-repeat scroll center center / cover;
}

.banner_cyber {
    background: url(../images/homepage/cyber/bg.png) no-repeat scroll center center / cover;
}

.banner_strategic {
    background: url(../images/deliverymodels/strategic/bg.png) no-repeat scroll center center / cover;
}

.banner_co-managed {
    background: url(../images/deliverymodels/co-managed/bg.png) no-repeat scroll center center / cover;
}

.banner_professional {
    background: url(../images/deliverymodels/professional/bg.png) no-repeat scroll center center / cover;
}

.banner_contact {
    /* background: url(../images/contact/bg.png) no-repeat scroll center center / cover;  */
    position: relative;
}

.banner_resources {
    background: url(../images/resources/banner/banner.png) no-repeat scroll center center / cover;
}

.sk_position {
    position: relative;
}

/* .banner_contact .about_video{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.banner_contact .about_video video{
	width: 100%;
	height: 100%;
} */

.sk_img_btn_box .active {
    display: none;
}

.sk_contact_btn .nav-link.active .sk_img_btn_box .active {
    display: block;
}

.sk_contact_btn .nav-link.active .sk_img_btn_box .non_active {
    display: none;
}

.active.sk_contact_first_img {
    width: 52px !important;
    margin-left: 13px;
}

.footer_single.sk_mobile_mbe img {
    width: 100px;
}

.footer_single.sk_mobile_mbe {
    display: flex;
    justify-content: flex-end;
}

.banner_contact .about_video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    /* Ensures no overflow from the container */
    z-index: -1;
    /* Optional: Send the video behind other content */
}

.banner_contact .about_video::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
}

.banner_contact .about_video video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* Center the video */
    min-width: 100%;
    /* Ensure the video covers the width */
    min-height: 100%;
    /* Ensure the video covers the height */
    width: auto;
    /* Maintain aspect ratio */
    height: auto;
    /* Maintain aspect ratio */
    object-fit: cover;
    /* Ensures the video covers the entire container */
}

.banner_ut_text {
    position: relative;
    z-index: 99;
}

.blog_post_bg {
    background: url(../images/blog-post/banner.png) no-repeat scroll center center / cover;
}

.resources_banner {
    position: relative;
    background: url(../images/resources/banner/banner.png) no-repeat scroll center center / cover;
}

.resource_img img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}

.resources_banner .banner_ut_text {
    position: relative;
    z-index: 99;
}

.text_decoration {
    transition: 0.5s;
}

.text_decoration:hover {
    text-decoration: underline;
    transition: 0.5s;
}

.partner_title h3 {
    color: #cdcee6;
}

.partner_title p {
    color: #f4f3f3;
    width: 48%;
    text-align: left;
}

.made_single_slider {
    position: relative;
}

.left_side_slider {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
}

.overview_title.slider_title {
    width: 73%;
}

.capability_area,
.deep_area {
    background: #f4f3f3;
}

.capability_area {
    position: relative;
}

.slider_area2 {
    background: #f4f3f3;
    padding-bottom: 15px;
}

.make_carousel .owl-nav {
    transform: translateY(41px) !important;
}

.overview_ut_img img {
    width: 100%;
}

.overview_title.slider_title p {
    text-align: left;
}

.overview_title.slider_title b {
    font-size: 21px;
}

.right_img_boxsss img {
    width: 100%;
    height: 700px;
    object-fit: cover;
}

.banner_ut_text {
    padding: 140px 0;
}

.banner_ut_text h3 {
    font-size: 54px;
    color: #fff;
    font-weight: 300;
    font-family: "Inter", sans-serif;
}

.banner_ut_text p {
    font-size: 24px;
    color: #fff;
    font-family: "Inter", sans-serif;
    margin: 12px 0 22px 0 !important;
}

.capability_area_img img {
    position: absolute;
    bottom: 0;
    left: 0;
}

.capability_content {
    position: relative;
    z-index: 99;
}

.single_capble_item {
    margin-bottom: 25px;
}

.single_capble_item .single_business_item>h3 {
    padding: 0 37px;
}

#pills-tab {
    justify-content: center;
    border-bottom: 1px solid #a8a8a8;
}

.security_img img {
    width: 90%;
}

.nav-pills .nav-link {
    padding: 5px 20px;
    border: none;
    background: transparent;
    color: #888;
    height: 100%;
    font-size: 18px;
    font-family: "Inter", sans-serif;
}

.nav-pills .nav-link.active {
    color: #fff;
    background-color: #e31e24;
    border-radius: 5px 5px 0 0;
}

.nav-pills .nav-link:hover {
    color: #000;
}

.security_item_content {
    margin-top: 60px;
}

.security_content {
    margin-top: 100px;
}

.security_text h3 {
    font-size: 30px;
    font-weight: 700;
    color: #281f1f;
    margin-bottom: 18px;
}

.security_text p {
    font-size: 18px;
    color: #281f1f;
}

/* here is acrodion text for test  */

.faqs-item {
    width: 100%;
    display: block;
}

.single_mobile_ul>li>a {
    text-transform: uppercase;
}

.faqs-title {
    display: flex;
    position: relative;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    padding: 20px;
    width: 100%;
    outline: none;
    color: #414141;
    transition: 0.4s;
    border-bottom: 1px solid #999;
}

.faqs-title.active,
.faqs-title:hover {
    color: #e31e24;
}

.faqs-title:after {
    content: "\002B";
    font-weight: normal;
    float: right;
    margin-left: auto;
    font-size: 24px;
    line-height: 1;
    padding-left: 20px;
}

/* .active:after {
    content: "\2212";
}  */

.faqs-content-inside {
    padding: 20px;
}

.faqs-content {
    padding: 0;
    opacity: 0;
    display: none;
    transition: opacity 0.3s ease;
}

.faqs-content.show {
    opacity: 1;
    display: block;
}

.security_content_for_mobile {
    display: none;
}

.security_content {
    display: block;
}

.owl-dots .owl-dot.active::after {
    content: "";
}

.slider_carousel .owl-dots .owl-dot span {
    width: 12px !important;
    height: 12px !important;
    margin: 10px 8px !important;
}

.core_after:after {
    position: inherit !important;
}

.office_item_single h3 {
    font-size: 18px;
    color: #084873;
    font-weight: 700;
    font-family: "Inter", sans-serif;
    margin-bottom: 25px;
    text-transform: uppercase;
    letter-spacing: 1.3px;
}

.office_item_single h3 span {
    color: #e6353a;
}

.office_item_single a,
.office_item_single p {
    font-size: 16px;
    color: #231f20;
}

.office_item_content {
    margin-bottom: 20px;
}

.office_item_content p {
    width: 74%;
}

.office_tabs_content {
    margin: 50px 0;
}

.office_tabs_row {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ddd;
}

#myTab button {
    display: flex;
    flex-direction: column;
    font-size: 24px;
    justify-content: center;
    align-items: center;
    height: 224px;
    gap: 5px;
    width: 240px;
    font-weight: 900;
    color: #89898d;
    background: transparent;
    padding: 20px 0 0 0;
}

#myTab button img {
    width: 120px;
}

.btn_profile img {
    width: 80px !important;
}

.sk_img_btn_box {
    height: 200px;
    display: flex;
    align-items: end;
}

#myTab .nav-link.active {
    border: 1px solid #dee2e6;
}

.form_group_2 {
    margin-bottom: 40px;
}

.form_group_2 textarea,
.form_group_2 input {
    border: 1px solid #6d6d6d;
    padding: 16px 20px;
    font-size: 16px;
    width: 100%;
    text-transform: capitalize;
    background: transparent;
}

.form_group_2 textarea {
    resize: none;
    height: 200px;
}

.form_btn_2 {
    text-align: center;
}

.contact_area {
    background: #f4f3f3;
}

.about_video video {
    width: 100%;
    display: block;
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
}

.about_us_baner {
    position: relative;
}

.about_us_baner::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    background: rgba(0, 0, 0, 0.4);
}

.about_banner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
    margin: auto;
    z-index: 99;
}

.about_banner .banner_ut_text {
    margin-top: 135px;
}

.vission_area {
    background: url(../images/about/vission.png) no-repeat scroll center center / cover;
}

.vission_item {
    padding: 40px;
    height: 330px;
    border-radius: 20px;
    background: #f63333;
    position: relative;
}

.vission_item h4 {
    font-size: 24px;
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.vission_item p {
    font-size: 16px;
    color: #000;
}

.mission_items {
    background: #f48c33;
}

.vission_item img {
    position: absolute;
    bottom: 0;
    right: 0;
}

.compass_row {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.compass_col {
    flex: 0 0 calc(100% / 5 - 20px);
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.compass_single {
    height: 235px;
    background: #f7f0ef;
    padding: 50px 40px;
    border-radius: 30px;
}

.compass_col .compass_img:first-child,
.compass_col .compass_single:first-child {
    margin: auto 0;
}

.compass_single h3 {
    font-size: 18px;
    color: #000;
    margin-bottom: 10px;
    font-weight: 700;
    text-transform: uppercase;
}

.compass_single p {
    font-size: 14px;
    color: #000;
}

.compass_img img {
    width: 100%;
    height: 235px;
}

.compass_box {
    padding-top: 112px;
}

.compass_col_top {
    transform: translateY(-50px);
}

.solutions_area {
    background: #f4f3f3;
}

.soltion_left p {
    font-size: 18px;
    /* color: #124560; */
    color: #000;
    margin-bottom: 30px;
    width: 90%;
    text-align: justify;
}

.abt_partner p {
    width: 43%;
}

.mobile_compass {
    display: none;
}

.compass_box {
    display: block;
}

.mobile_compass_carousel {
    position: relative;
}

.mobile_compass_carousel .owl-next {
    position: absolute;
    top: 60%;
    right: -24px;
}

.mobile_compass_carousel .owl-prev {
    position: absolute;
    top: 60%;
    left: -24px;
}

.mobile_compass_carousel .owl-next i,
.mobile_compass_carousel .owl-prev i {
    font-size: 35px;
}

.team_banner p {
    max-width: 300px;
}

.sk_single_team_item img {
    width: 100%;
    height: 380px;
    transition: 0.5s;
}

.sk_single_team_item img:hover {
    transform: scale(1.2);
}

.sk_single_team_item h4 {
    font-size: 20px;
    color: #09344f;
    font-weight: 700;
    font-family: "Inter", sans-serif;
    margin-bottom: 4px;
    margin-top: 25px;
}

.sk_single_team_item p {
    font-size: 16px;
    color: #58595b;
    text-transform: uppercase;
}

.sk_single_team_item {
    margin-bottom: 25px;
    overflow: hidden;
    cursor: pointer;
}

.modal_body_custom img {
    width: 100%;
    height: auto;
}

.team_page_popup_main .modal-title a {
    font-size: 16px;
    text-transform: uppercase;
    color: #3a383f;
    transition: 0.2s;
}

.team_page_popup_main .modal-title a:hover {
    margin-left: 5px;
}

.sk_single_tem_img {
    overflow: hidden;
}

.ul_team_btn button {
    background: #dad8d8;
    padding: 8px 16px;
    border: none;
    border-radius: 15px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    transition: 0.3s;
}

.ul_team_btn button:hover,
.ul_team_btn button.active {
    background: #6a5757;
    color: #fff;
}

.ul_team_btn {
    display: flex;
    gap: 24px;
    margin-bottom: 30px;
}

.mix {
    display: none;
}

.mixitup-container .mix {
    display: block;
}

.join_team_left img {
    width: 100%;
}

.join_team_area {
    position: relative;
}

.join_team_box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

.sk_team_join_img {
    display: none;
}

.join_team_img {
    display: block;
}

.banner_ut_text ul li h5 {
    font-size: 20px;
    color: #fff;
    font-weight: 700;
}

.banner_ut_text ul {
    display: flex;
    gap: 28px;
    margin-bottom: 30px;
}

.blog_content img {
    width: 100%;
}

.resources_btn button {
    width: 100%;
    max-width: 115px;
    height: 60px;
    background: transparent;
    border: 1px solid #ed7c1c;
    font-size: 20px;
    transition: 0.3s;
}

.resources_btn button:hover {
    border: 1px solid #ec7200;
    background: #ec7200;
    color: #fff;
}

/* .select_rousrce select {
	width: 100%;
	max-width: 300px;
	height: 60px;
	font-size: 20px;
	padding: 0 22px;
	background: transparent;
	border: 1px solid #ddd;
} */

.select_rousrce {
    width: 260px;
}

.resources_select_row p {
    font-size: 20px;
}

.resources_row {
    display: flex;
    gap: 30px;
    align-items: center;
}

.resources_select_row {
    display: flex;
    align-items: center;
    flex: 0 0 74%;
    gap: 18px;
}

.resources_btn {
    flex: 23%;
}

.resources_btn ul {
    display: flex;
    gap: 18px;
}

.resources_btn li {
    flex: 50%;
}

.resourche_item_img img {
    width: 100%;
}

.single_resource {
    border: 1px solid #ddd;
    border-radius: 5px;
    height: 100%;
}

.resource_content {
    padding: 30px;
}

.resource_content h5 {
    font-size: 12px;
    color: #000;
}

.resource_content h3 {
    font-size: 22px;
    color: #1c557c;
    font-weight: 700;
    margin: 20px 0 15px 0;
}

.resource_content p {
    font-size: 20px;
    color: #000;
}

.resource_area {
    margin-top: 40px;
}

/* test  */

.select2.select2-container {
    width: 100% !important;
}

.select2.select2-container .select2-selection {
    border: 1px solid #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    height: 60px;
    outline: none;
    transition: all 0.15s ease-in-out;
}

.select2.select2-container .select2-selection .select2-selection__rendered {
    color: #333;
    line-height: 60px;
    padding-right: 33px;
    font-size: 20px;
}

.select2.select2-container .select2-selection .select2-selection__arrow {
    background: transparent;
    border-left: none;
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
    height: 60px;
    width: 60px;
}

.select2.select2-container.select2-container--open .select2-selection.select2-selection--single {
    background: transparent;
}

.select2.select2-container.select2-container--open .select2-selection.select2-selection--single .select2-selection__arrow {
    -webkit-border-radius: 0 3px 0 0;
    -moz-border-radius: 0 3px 0 0;
    border-radius: 0 3px 0 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #5e5e5e transparent transparent transparent;
    border-style: solid;
    border-width: none !important;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -4px;
    position: absolute;
    top: 50%;
    width: 0;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-width: none !important;
}

.select2.select2-container.select2-container--open .select2-selection.select2-selection--multiple {
    border: 1px solid #34495e;
}

.select2.select2-container.select2-container--focus .select2-selection {
    border: 1px solid #34495e;
}

.select2.select2-container .select2-selection--multiple {
    height: auto;
    min-height: 34px;
}

.select2.select2-container .select2-selection--multiple .select2-search--inline .select2-search__field {
    margin-top: 0;
    height: 32px;
}

.select2.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: block;
    padding: 0 4px;
    line-height: 29px;
}

.select2.select2-container .select2-selection--multiple .select2-selection__choice {
    background-color: #f8f8f8;
    border: 1px solid #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin: 4px 4px 0 0;
    padding: 0 6px 0 22px;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    position: relative;
}

.select2.select2-container .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove {
    position: absolute;
    top: 0;
    left: 0;
    height: 22px;
    width: 22px;
    margin: 0;
    text-align: center;
    color: #e74c3c;
    font-weight: bold;
    font-size: 16px;
}

.select2-container .select2-dropdown {
    background: transparent;
    border: none;
    margin-top: -5px;
}

.select2-container .select2-dropdown .select2-search {
    padding: 0;
}

.select2-container .select2-dropdown .select2-search input {
    outline: none;
    border: 1px solid #34495e;
    border-bottom: none;
    padding: 4px 6px;
}

.select2-container .select2-dropdown .select2-results {
    padding: 0;
}

.select2-container .select2-dropdown .select2-results ul {
    background: #fff;
    border: 1px solid #34495e;
}

.select2-container .select2-dropdown .select2-results ul .select2-results__option--highlighted[aria-selected] {
    background-color: #3498db;
}

.big-drop {
    width: 600px !important;
}

.select2-container .select2-selection::after {
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 16px;
    position: absolute;
    top: 30px;
    right: 22px;
    transform: translateY(-50%);
    pointer-events: none;
}

.select2-container--open .select2-selection:after {
    content: "\f077";
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 22px;
}

/*======================  End Page  ======================*/

/*Start Client Page*/
.client_page_bannermerithub.html h3 {
    font-size: 60px;
    font-weight: 700;
    max-width: 700px;
}

.client_page_banner p {
    max-width: 700px;
}

.partner_success_area {
    padding: 100px 0px 70px 0px;
}

.client_success_area {
    padding: 70px 0px 100px 0px;
    background: #f9f9f9;
}

.clientp-title p {
    font-size: 22px;
}

/*Client-List Page*/
.client-list-main {
    padding: 10px 0px 100px 0px;
}

.client-list-single {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}

.client-list-img {
    flex: 0 0 calc(100% / 6);
    text-align: center;
}

.cli2 {
    flex: 0 0 calc(100% / 8) !important;
}

.client-list-img a {
    display: inline-block;
}

.client-list-img img {
    width: auto !important;
    height: 100%;
    margin: 30px auto 0;
    object-fit: contain;
}

.client-list-contents.owl-carousel .owl-nav button.owl-prev,
.client-list-contents-mobile.owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: 50%;
    left: 0;
}

.client-list-contents.owl-carousel .owl-nav button.owl-next,
.client-list-contents-mobile.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 50%;
    left: inherit;
    right: 0;
}

.client-list-contents .owl-prev i,
.client-list-contents-mobile .owl-prev i {
    font-size: 30px;
}

.client-list-contents .owl-next i,
.client-list-contents-mobile .owl-next i {
    font-size: 30px;
}

.client-list-contents-mobile-main {
    display: none;
}

.careers_title {
    width: 100%;
    max-width: 702px;
}

.careears_action {
    background: #f9f9f9;
}

.action_careers .single_business_item {
    width: 100%;
    height: 390px;
    max-width: 275px;
}

.action_careers .single_business_item:hover {
    transform: translateY(-10px);
}

.action_careers .single_business_item img {
    transition: 0.3s;
    width: 100%;
    height: 100%;
}

.action_careers .single_business_item::after {
    position: inherit;
    background: transparent;
}

.action_careers .single_business_item>h3 {
    padding: 0 40px;
}

.action_careers .single_overlay_box {
    padding: 30px;
}

.action_careers .single_overlay_box p {
    max-width: 100%;
    font-size: 16px;
}

/*Start Awards Page*/
.awards_banner_title p {
    max-width: 500px;
}

.awards_accolades_main {
    padding: 50px 0px 100px 0px;
    background: #000000;
}

.awards_accolades_title h3,
.awards_accolades_title h4 {
    color: #fff;
}

.awards_accolades_contents img {
    width: 100%;
    height: auto;
}

.certifications_main {
    padding: 40px 0px 70px 0px;
}

.certifications_contents_left p {
    font-size: 18px;
    color: #070707;
    max-width: 570px;
    display: flex;
}

.certifications_contents_left p span img {
    width: 8px;
    height: auto;
    margin-right: 10px;
}

.certifications_contents_left p:first-child {
    margin-bottom: 20px;
}

.certifications_contents {
    display: flex;
    justify-content: space-between;
}

.certifications_contents_right {
    display: flex;
    align-items: center;
    gap: 40px;
}

.certifications_contents_right a img {
    width: 150px;
    height: auto;
}

.certifications_contents_right a:last-child img {
    width: 120px;
    height: auto;
}

.carrear_img img {
    width: 100%;
    height: auto;
}

.banner_areaa .bg_area {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
}

.ai_carousel .single_overlay_box>h3 {
    font-size: 20px;
}

.sk_ul_ai p {
    font-size: 14px;
    line-height: 20px;
    color: #000;
    max-width: 100%;
}

.sk_ul_ai li {
    margin-top: 12px;
    font-size: 14px;
    line-height: 20px;
    color: #000;
}

.aimi_services .security_text h3 {
    width: 100%;
    /* max-width: 350px; */
}

.aimi_services_ul li {
    position: relative;
    padding-left: 27px;
    margin-top: 10px;
}

.aimi_services_ul i {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 18px;
    margin-top: 6px;
}

.aimi_services_ul {
    width: 100%;
    max-width: 600px;
    font-size: 18px;
}

.aimi_unlock_ul p {
    display: flex;
    align-items: start;
}

.single_expert_item {
    background: #fff;
    padding: 35px 20px;
    height: 385px;
    border-radius: 15px;
    margin-bottom: 15px;
    box-shadow: 0 7px 10px #ddd;
    border: 1px solid #ddd;
}

.offer_carousel.owl-carousel .owl-item img {
    height: 100% !important;
}

.single_expert_item h3 {
    font-size: 24px;
    color: #000;
    font-weight: 900;
    margin-bottom: 25px;
    position: relative;
}

.single_expert_item h3::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -12px;
    width: 54px;
    height: 3px;
    background: red;
}

.single_expert_item ul {
    list-style: disc;
    margin-left: 17px;
}

/* .utility_expart_carousel .owl-next {
	position: absolute;
	bottom: -64px;
	left: 0;
	right: -55px;
}

.utility_expart_carousel .owl-prev {
	position: absolute;
	bottom: -64px;
	right: 0;
	left: -55px;
} */

.utility_expart_carousel .owl-next:hover,
.utility_expart_carousel .owl-prev:hover {
    outline: none;
    background: transparent !important;
}

.utility_expart_carousel .owl-prev img {
    width: 42px;
}

.sitemap_single ul li a {
    color: #484553;
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    transition: 0.3s;
}

.sitemap_single ul li a:hover {
    color: #000;
}

.sitemap_single ul li {
    margin-bottom: 10px;
}

.sitemap_single ul li i {
    margin-right: 18px;
    font-size: 14px;
}

.sitemap_single h3 {
    font-size: 18px;
    font-weight: 500;
    color: #00008b;
    text-transform: uppercase;
    margin-bottom: 18px;
}

.sitemap_single {
    margin-bottom: 25px;
}

.banner_cyber22 {
    position: relative;
}

.video_job {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video_job video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.job_career img {
    width: 100%;
}

.car_releted_img img {
    width: 100% !important;
}

.car_releted_content {
    padding: 25px 10px;
}

.car_releted_single {
    background: #fff;
    box-shadow: 0 2px 10px #ddd;
    margin: 10px 2px;
    height: 300px;
}

.car_releted_img {
    position: relative;
}

.play_btn_car {
    position: absolute;
    bottom: 0;
    background: #286592;
    padding: 15px 20px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.play_btn_car i,
.play_btn_car p {
    font-size: 18px;
    color: #ffff;
}

.car_releted_content p {
    font-size: 20px;
}

.car_releted_carousel {
    position: relative;
}

.car_releted_carousel .owl-next {
    position: absolute;
    top: -22px;
    right: 0px;
}

.car_releted_carousel .owl-prev {
    position: absolute;
    top: -22px;
    right: 65px;
}

.car_releted_carousel .owl-next i,
.car_releted_carousel .owl-prev i {
    font-size: 35px;
}

.subscribe_area {
    background: url(../images/job/subscribeparallex-scaled.jpg) no-repeat fixed center center / cover;
}

.car_subscribe {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    padding: 85px 0;
    text-align: center;
}

.car_subscribe,
.subscribe_forms {
    justify-content: center;
}

.car_subscribe h3 {
    font-size: 40px;
    color: #fff;
    margin-bottom: 35px;
}

.car_subscribe p {
    color: #fff;
    margin-bottom: 40px;
}

.banner_cyber22 {
    position: relative;
}

.banner_cyber22::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.articles_banner {
    background: url(../images/articles/bg.png) no-repeat scroll center center / cover;
    position: relative;
}

.articles_banner::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.whiteapapers_banner {
    background: url(../images/whitepapers/bg.png) no-repeat scroll center center / cover;
    position: relative;
}

.whitepapers_banner::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.casestudies_banner {
    background: url(../images/casestudies/bg.png) no-repeat scroll center center / cover;
    position: relative;
}

.casestudies_banner::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.casestudy_sin_banner {
    position: relative;
    height: 475px;
    z-index: 998;
    background: #000;
    display: flex;
    align-items: center;
}

.case_sing_banner_left h5 {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 4px;
    font-family: "Inter", sans-serif;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.case_sing_banner_left h2 {
    font-size: 48px;
    color: #fff;
    font-weight: 500;
    font-family: "Inter", sans-serif;
    margin-bottom: 40px;
    position: relative;
    width: 100%;
    max-width: 498px;
}

.case_single_img img {
    width: 100%;
}

.case_main_content p {
    margin-bottom: 20px;
    font-weight: 300;
}

.case_main_content h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #00008b;
    position: relative;
}

.case_main_content p b {
    color: #084873 !important;
    font-size: 18px;
    font-weight: 600;
}

/* .case_main_content h3:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -8px;
	background: red;
	height: 2px;
	width: 50px;
} */

.releted_case_study>h3 {
    font-size: 28px;
    color: #1c557c;
    font-weight: 700;
    margin: 50px 0 15px 0;
}

.download_case {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #000;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 16px 0;
    margin-bottom: 25px;
}

.case_sidebar b {
    font-size: 18px;
    color: #084873 !important;
}

.download_case:hover {
    color: #000;
}

.case_sidebar>p {
    margin-bottom: 15px;
}

.sk_justify {
    text-align: justify;
}

.case_main_content {
    width: 100%;
    max-width: 900px;
}

.single_key_tech_img img {
    width: 100%;
}

.single_key_tech {
    position: relative;
}

.key_text_tech {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

.key_text_tech_content p {
    text-align: justify;
    margin: 0;
}

.key_tech_cont_left {
    width: 100%;
    max-width: 580px;
}

.key_tech_cont_right {
    width: 100%;
    max-width: 580px;
    margin: 0 0 0 auto;
}

.technology_area {
    background: #f4f3f3;
    padding: 0px 0px 70px 0px;
}

.key_text_tech_content h3 {
    font-size: 30px;
    width: 100%;
    max-width: 453px;
}

.mobile_show_tech {
    display: none;
}

.desktop_show_tech {
    display: block;
}

.header_iv a:after {
    background: #ec7200 !important;
}

.after_h3.header_iv {
    margin-top: 25px;
}

.after_h3.header_iv a {
    font-size: 14px;
    letter-spacing: 1px;
}

.header_iv a::after {
    height: 2px;
}

.resourche_item_img {
    overflow: hidden;
}

.resourche_item_img img {
    transition: 0.3s;
    height: 250px;
}

.resourche_item_img img:hover {
    transform: scale(1.2);
}

.key_text_black {
    background-color: #000;
}

.key_text_color .overview_title h3,
.key_text_color .overview_title p {
    color: #fff !important;
}

.current_open_bg {
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    background-size: cover;
}

.current_left {
    display: flex;
    gap: 0;
}

.current_left select {
    background: transparent;
    border: 1px solid #ddd !important;
    color: #000;
    outline: none !important;
    padding: 12px 25px;
    border-radius: 5px 0 0 5px;
    flex: 0 0 20%;
}

.current_search {
    /* flex: 0 0 80%; */
    flex: auto;
    display: flex;
}

.current_search input {
    padding: 12px 25px;
    border: 1px solid #ddd !important;
    color: #000;
    outline: none !important;
    border-left: none;
    width: 90%;
}

.current_search button {
    background: red;
    border: none;
    width: 46px;
    height: 46px;
    border-radius: 0 5px 5px 0;
}

.current_search button i {
    font-size: 24px;
    color: #fff;
}

.current_opening_select select {
    background: transparent;
    outline: none !important;
    border: 1px solid #ddd !important;
    color: #000;
    padding: 12px 25px;
    border-radius: 5px;
}

.current_openning_filter_area {
    box-shadow: 0 2px 10px #ddd;
}

.current_card {
    box-shadow: 0 2px 10px #ddd;
    margin-top: 25px;
}

.single_current_filter>ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.single_current_filter>ul li {
    flex: 1;
}

.single_current_filter>ul li:last-child {
    flex: unset;
}

.single_current_filter>ul li:last-child {
    flex: unset;
}

.single_current_filter {
    padding: 35px 30px;
    border-bottom: 1px solid #ddd;
}

.current_job_name {
    display: flex;
    align-items: center;
    gap: 10px;
}

.current_job_name p {
    color: red;
    font-size: 18px;
    cursor: pointer;
}

.scf_1st {
    display: flex;
    align-items: center;
    gap: 10px;
}

.single_current_filter span {
    font-size: 14px;
}

.current_opening_data_area {
    margin: 40px 0;
}

.mobile_show {
    display: none;
}

.desktop_show {
    display: block;
}

.tech_mobile_carousel,
.delivery_owl_carousel {
    position: relative;
}

.tech_mobile_carousel .owl-next,
.delivery_owl_carousel .owl-next {
    position: absolute;
    top: 45%;
    right: -30px;
}

.tech_mobile_carousel .owl-prev,
.delivery_owl_carousel .owl-prev {
    position: absolute;
    top: 45%;
    left: -30px;
}

.key_deef_carousel .owl-next:hover,
.key_deef_carousel .owl-prev:hover {
    background: transparent !important;
}

.key_deef_carousel {
    padding-bottom: 30px;
}

.banner_ut_text.talent_banenr {
    padding: 100px 0;
}

.current_opening_select {
    display: flex;
    gap: 5px;
}

.sitemap_single li p {
    font-weight: 700 !important;
    color: #00008b;
}

.case_main_content p {
    font-size: 20px;
}

/*End Awards Page*/

/*Start Corrections*/
.utility_expart_carousel .owl-prev i,
.key_deef_carousel .owl-prev i,
.ai_carousel .owl-prev i,
.our_people_carousel .owl-prev i,
.cybersecurity_service_mobile .owl-prev i,
.offer_carousel .owl-prev i,
.industry_carousel .owl-prev i,
.unlocking_owl_carousel .owl-prev i {
    position: absolute;
    bottom: -30px;
    left: -55px;
    right: 0;
    margin: auto;
    width: 45px;
    height: 45px;
    background: #e2e2e5;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 20px;
}

.utility_expart_carousel .owl-next i,
.key_deef_carousel .owl-next i,
.ai_carousel .owl-next i,
.our_people_carousel .owl-next i,
.cybersecurity_service_mobile .owl-next i,
.offer_carousel .owl-next i,
.industry_carousel .owl-next i,
.unlocking_owl_carousel .owl-next i {
    position: absolute;
    bottom: -30px;
    right: -55px;
    left: 0;
    margin: auto;
    width: 45px;
    height: 45px;
    background: #e2e2e5;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 20px;
}

.utility_expart_carousel.owl-theme .owl-nav [class*="owl-"]:hover i,
.key_deef_carousel.owl-theme .owl-nav [class*="owl-"]:hover i,
.ai_carousel.owl-theme .owl-nav [class*="owl-"]:hover i,
.our_people_carousel.owl-theme .owl-nav [class*="owl-"]:hover i,
.cybersecurity_service_mobile.owl-theme .owl-nav [class*="owl-"]:hover i,
.offer_carousel.owl-theme .owl-nav [class*="owl-"]:hover i,
.industry_carousel.owl-theme .owl-nav [class*="owl-"]:hover i,
.unlocking_owl_carousel.owl-theme .owl-nav [class*="owl-"]:hover i {
    background: #afafb3 !important;
}

.offer_carousel .owl-prev,
.industry_carousel .owl-prev {
    position: absolute;
    left: -30px;
}

.offer_carousel .owl-next,
.industry_carousel .owl-next {
    position: absolute;
    right: 35px;
}

.offer_carousel .owl-prev i,
.industry_carousel .owl-prev i {
    left: 0px;
    background: #fff;
    box-shadow: 0px 0px 10px #b8b8b8;
}

.offer_carousel .owl-next i,
.industry_carousel .owl-next i {
    right: 0px;
    background: #fff;
    box-shadow: 0px 0px 10px #b8b8b8;
}

.industry_carousel .owl-next {
    position: absolute;
    right: 15px;
}

.our_people_section .action_careers .single_business_item {
    width: 100%;
    height: 390px;
    max-width: 100%;
}

.our_people_carousel_mobile {
    display: none;
}

.cybersecurity_service_mobile_main {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    display: none;
}

.what_we_do_homepage {
    display: flex;
    justify-content: space-between;
    padding: 0 2px;
}

.what_we_do_homepage .owl-stage {
    display: flex;
}

.what_we_do_homepage .owl-stage .what_we_do_homepage_single {
    height: 100%;
}
.what_we_do_homepage.owl-carousel .owl-item {
    opacity: 0;
    transition: 0.4s ease-in-out;
}
.what_we_do_homepage.owl-carousel .owl-item.active {
    opacity: 1;
}
.what_we_do_homepage.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.what_we_do_homepage .owl-next i {
    bottom: 8px;
}

.what_we_do_homepage .owl-prev i {
    bottom: 8px;
}


/*Start Team-page popup*/
.team_page_popup_main .modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.team_page_popup_main .modal-header .tp_popup_close {
    width: 40px;
    height: 40px;
    background: #a4adb0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.2s;
}

.team_page_popup_main .modal-header .tp_popup_close:hover {
    background: #d27578;
}

.team_page_popup_main .tp_popup_close i {
    font-size: 20px;
    color: #FFF;
    transition: 0.2s;
}

.team_popup_profile {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.team_popup_profile_left {
    display: flex;
    align-items: center;
    gap: 20px;
}

.team_popup_profile_left_img img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    object-fit: cover;
}

.team_popup_profile_contents h5 {
    font-size: 20px;
    font-weight: 700;
    color: #000;
}

.team_popup_profile_contents P {
    font-size: 14px;
    margin-top: 5px;
    text-transform: uppercase;
}

.team_popup_profile_right ul {
    display: flex;
    gap: 15px;
}

.team_popup_profile_right ul li a {
    display: inline-block;
}

.team_popup_profile_right ul li a i {
    font-size: 22px;
}

.team_page_popup_main .modal-body {
    padding: 10px 35px 55px 35px;
}

.team_page_popup_main .modal-header {
    padding: 30px 35px 20px 35px;
    border-bottom: none;
}

.team_popup_contents {
    margin-top: 20px;
}

.team_popup_profile_right_mobile {
    display: none;
}

.team_popup_profile_1st {
    display: flex;
    justify-content: space-between;
    gap: 30px;
}

.tp_profile_1st_left {
    flex: 0 0 21%;
}

.tp_profile_1st_right {
    flex: 0 0 74%;
}

.tp_profile_1st_left img {
    width: 100%;
    height: auto;
}

.tp_profile_1st_left h5 {
    font-family: "Inter", sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #0f3895;
    margin-top: 10px;
}

.tp_profile_1st_left p {
    font-family: "Inter", sans-serif;
    font-weight: 300;
    margin: 3px 0px 4px 0px;
}

.tp_profile_1st_left ul {
    display: flex;
    align-items: center;
    gap: 10px;
}

.tp_profile_1st_left ul li a {
    display: inline-block;
    transition: 0.2s;
}

.tp_profile_1st_left ul li a i {
    color: #000;
    font-size: 18px;
    transition: 0.2s;
}

.tp_profile_1st_left ul li a:hover i {
    color: #0f3895;
}

.tp_profile_1st_right p {
    font-family: "DM Sans", sans-serif;
    font-size: 20px;
    font-weight: 300;
    color: #342c2c;
}

.scf_1st input {
    accent-color: #1a476f;
}

/*new update 9 november 2025*/
.width-100 a {
    width: 135px !important;
}

.width-100 a img {
    width: 135px !important;
}

.width-85 a {
    width: 90px !important;
}

.width-85 a img {
    width: 85px !important;
}

.border-style {
    border-left: 1px solid #084873;
    padding-left: 50px;
}




/*Search bar Design*/
/* ---------- Tokens ---------- */
:root {
    --zs-bg: #fff;
    --zs-surface: #ffffff;
    --zs-text: #0f172a;
    --zs-muted: #6b7280;
    --zs-line: #e5e7eb;
    --zs-amber: #f59e0b;
    --zs-shadow: 0 12px 40px rgba(2, 6, 23, .08);
    --zs-radius: 18px;
}

.zs-hide {
    display: none !important
}

/* ---------- Overlay ---------- */
.zs-search-overlay {
    position: fixed;
    inset: 0;
    background: var(--zs-bg);
    z-index: 9999;
    display: none;
    flex-direction: column;
}

.zs-search-overlay.is-open {
    display: flex
}

.zs-search-top {
    display: grid;
    grid-template-columns: 1fr auto auto;
    align-items: center;
    gap: 14px;
    padding: 18px 22px;
    border-bottom: 1px solid var(--zs-line);
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
}

.zs-search-input {
    width: 100%;
    border: none;
    outline: none;
    background: transparent;
    color: var(--zs-text);
}

.zs-search-input::placeholder {
    color: #9ca3af
}

.zs-icon-btn {
    width: 38px;
    height: 38px;
    border-radius: 10px;
    border: 1px solid var(--zs-line);
    display: grid;
    place-items: center;
    background: #fff;
    cursor: pointer;
}

.zs-icon {
    width: 20px;
    height: 20px;
    fill: #6b7280
}

.zs-search-body {
    padding: 22px;
    overflow: auto;
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
}

/* ---------- Section headings ---------- */
.zs-sec-title {
    color: var(--zs-amber);
    font-weight: 800;
    margin: 22px 0 14px;
    font-size: 20px;
}

.zs-chips {
    display: flex;
    gap: 12px;
    flex-wrap: wrap
}

.zs-chip {
    padding: 10px 14px;
    border-radius: 999px;
    background: #f3f4f6;
    border: 1px solid var(--zs-line);
    font-weight: 600;
    cursor: pointer;
}

/* ---------- Two column layout for default content ---------- */
.zs-columns {
    display: grid;
    gap: 28px;
    grid-template-columns: 1.4fr 1fr;
}

@media (max-width:900px) {
    .zs-columns {
        grid-template-columns: 1fr
    }
}

/* Trending list */
.zs-list {
    display: grid;
    gap: 18px
}

.zs-item {
    display: grid;
    grid-template-columns: 96px 1fr;
    gap: 12px;
    align-items: center;
}

.zs-thumb {
    width: 96px;
    height: 64px;
    border-radius: 10px;
    border: 1px solid var(--zs-line);
    background: linear-gradient(135deg, #eef2ff, #e5e7eb);
}

.zs-item-title {
    margin: 0 0 4px;
    font-weight: 800
}

.zs-item-meta {
    margin: 0;
    color: var(--zs-muted);
    font-size: 14px
}

/* Featured Topics (simple two-column text) */
.zs-feature-grid {
    display: grid;
    grid-template-columns: 96px 1fr;
    gap: 12px 18px
}

.zs-topic-thumb {
    width: 96px;
    height: 64px;
    border-radius: 10px;
    border: 1px solid var(--zs-line);
    background: #e2e8f0
}

/* ---------- Search Results view ---------- */
.zs-results {
    display: grid;
    gap: 26px;
    max-width: 820px
}

.zs-group {
    display: grid;
    gap: 10px
}

.zs-group-title {
    color: var(--zs-amber);
    font-weight: 800;
    font-size: 20px;
    margin: 0
}

.zs-link {
    display: block;
    text-decoration: none;
    color: var(--zs-text);
    padding: 6px 0
}

.zs-sub {
    color: var(--zs-muted);
    font-size: 15px;
    margin-top: 2px
}

.zs-hl {
    font-weight: 800
}

/* highlight */

.zs-nores {
    color: var(--zs-muted);
    padding: 8px 0
}

.zs-search-overlay {
    z-index: 2147483647;
}

.menu .your-search-icon {
    background: none;
    border: 0;
    padding: 0;
    cursor: pointer;
    color: #FFFFFF;
    transition: 0.3s;
}

.header_area2 .menu .your-search-icon {
    color: #000000;
}

.header_white .your-search-icon {
    color: #000000;
}

.zs-search-overlay {
    position: fixed;
    inset: 0;
    display: none;
    background: #fff;
    z-index: 2147483647;
}

.zs-search-overlay.is-open {
    display: flex !important;
    flex-direction: column;
}

.zs-search-input {
    font: 500 16px/1.4 "Inter", ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, Arial;
    font-size: 18px !important;
}



/*

font-family: "DM Sans", sans-serif;
font-family: "Inter", sans-serif;

*/
/* =====trial=========== */
.subscribe_forms input[type="text"],
.subscribe_forms input[type="email"] {
    border: 1px solid #686868;
    padding: 11px 9px;
    max-width: 241px;
    width: 100%;
}

.subscribe_forms input[type="text"],
.subscribe_forms input[type="email"],
.subscribe_forms input[type="submit"] {
    min-height: 45px;
    height: 45px;
}

.subscribe_forms input[type="submit"] {
    background: red;
    border: none;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    display: block;
    flex: 0 0 95px;
    padding: 11.4px 9px;
    height: 100%;
}

.footer_single .wpcf7 form.invalid .wpcf7-response-output {
    color: red;
    border-color: red;
}

.subscribe_forms {
    position: relative;
}

.subscribe_forms .wpcf7-spinner {
    position: absolute;
    right: 0;
    bottom: -24px;
}

.form_hover {
    width: 100%;
    max-width: 400px;
    padding: 25px;
    background: #f4f3f3;
    border-radius: 15px;
    position: fixed;
    /* right: 40px; */
    right: -600px;
    top: 15%;
    z-index: 9999;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    max-height: 80vh;
    overflow-y: auto;
}

.form_hover::-webkit-scrollbar {
    width: 6px;
    display: none;
}

.form_hover::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 10px;
    display: none;
}

/* Inside form */
.form_hover form {
    overflow: visible !important;
}

body.form-open {
    overflow: hidden;
}

.form_hover input[type="submit"] {
    width: 100%;
    font-size: 16px;
    border-radius: 35px;
    border: 1px solid #ddd;
    padding: 12px 20px;
    background-color: #0f2435;
    color: #fff;
    position: relative;
}
/* ==========cookie button ========== */
button.cookieadmin_re_consent{
    background: #f00d0d;
}

/* !!! 19012026 by wizard !!! */
.page-co-managed-delivery-model .overview_area + .overview_area {
    background: #f4f3f3;
    padding-bottom: 0;
}

.owl-carousel{
    display:block !important;
}

.owl-carousel:not(.owl-loaded) .custom_slider:not(:first-child) {
    display: none !important;
}