@font-face {
    font-family: "Roc_Grotesk_regular";
    src: url("fonts/fonnts.com-Roc_Grotesk_Regular.otf") format("OpenType");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Roc_Grotesk_bold";
    src: url("fonts/fonnts.com-Roc_Grotesk_Bold.otf") format("OpenType");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "Roc_Grotesk_medium";
    src: url("fonts/fonnts.com-Roc_Grotesk_Medium.otf") format("OpenType");
    font-weight: 500;
    font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Roc_Grotesk_bold" !important;
}

.Roc_Grotesk_regular,
.Roc_Grotesk_regular * {
    font-family: "Roc_Grotesk_regular";
}

.Roc_Grotesk_bold,
.Roc_Grotesk_bold * {
    font-family: "Roc_Grotesk_bold";
}

.Roc_Grotesk_medium,
.Roc_Grotesk_medium * {
    font-family: "Roc_Grotesk_medium";
}

html,
body {
    margin: 0;
    font-family: "Roc_Grotesk_regular";
    overflow-x: hidden;
}


body {
    overflow-x: hidden;
}

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1* var(--bs-gutter-y));
    margin-right: calc(-.5* var(--bs-gutter-x));
    margin-left: calc(-.5* var(--bs-gutter-x));
    box-sizing: border-box;
}

.row>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x)* .5);
    padding-left: calc(var(--bs-gutter-x)* .5);
    margin-top: var(--bs-gutter-y);
    box-sizing: border-box;
}

.d-none {
    display: none !important;
}

.d-flex {
    display: flex;
}

.flex-column {
    flex-direction: column;
}

.d-block {
    display: block;
}

.w-100 {
    width: 100%;
    min-width: 100%;
}

.px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.mb-3 {
    margin-bottom: 1rem !important;
}

.mb-4 {
    margin-bottom: 20px !important;
}

.elementor-location-header .elementor-sticky--effects {
    background-color: #ffffff;
}
.home .bread_top{display:none;}

.wpcf7-textarea,
.wpcf7-select,
.wpcf7-select option {
    font-family: "Lato", Sans-serif;
    font-size: 18px;
    font-weight: 400;
}

.txt_gradient,
.txt_gradient_full_black,
.txt_gradient_fst span {
    background: linear-gradient(90deg, #EC5F19 0%, #8100F8 41.96%);
    background: linear-gradient(90deg, #EC5F19 0%, #8100F8 60%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: "Roc_Grotesk_bold";
}

.txt_gradient_full_black span {
    color: inherit;
    background: none;
    -webkit-background-clip: initial;
    -webkit-text-fill-color: black;
    display: inline-block;
}


.txt_gradient_accnt span {
    color: var(--e-global-color-accent);
    font-family: "Roc_Grotesk_bold";
}
.htmenu-icon{font-size:14px;display:none;}

.fltr_itm {
    background: rgba(4, 113, 233, 0.43);
    filter: blur(200px);
    -webkit-filter: blur(200px);
}

.clnt_logos .lakit-carousel__item-img {
    object-fit: contain !important;
    width: 100% !important;
    height: 100% !important;
}

.cr_srvc .lakit-posts__item,
.cr_srvc .lakit-posts__inner-content-inner,
.cr_srvc .lakit-posts__outer-box,
.cr_srvc .lakit-posts__inner-box,
.cr_srvc .lakit-posts__inner-content,
.cr_srvc .lakit-posts__more-wrap {
    display: flex;
}

.cr_srvc .lakit-posts__outer-box,
.cr_srvc .lakit-posts__inner-box,
.cr_srvc .lakit-posts__inner-content {
    width: 100%;
}

.cr_srvc .lakit-posts__inner-box {
    flex-direction: column;
}

.cr_srvc .lakit-posts__inner-content-inner {
    width: 100%;
}

.cr_srvc .lakit-posts__inner-content-inner,
.cr_srvc .lakit-posts__title,
.cr_srvc .lakit-posts__btn-more {
    margin: auto 0 !important;
}

.cr_srvc .lakit-posts__title {
    flex: 1;
}

.cr_srvc .lakit-posts__inner-box:hover .lakit-posts__title {
    color: var(--e-global-color-accent) !important;
}

.cr_srvc .lakit-posts__inner-box:hover .lakit-posts__btn-more,
.cr_srvc .lakit-posts__inner-box:hover .lakit-posts__btn-more .hover-icon {
    background-color: var(--e-global-color-accent) !important;
    color: #ffffff !important;
    fill: #ffffff !important;
}
.cr_srvc .lakit-posts__btn-more{width:45px;height:45px;}
.home_contact .wpcf7-list-item{}

.home_contact .wpcf7-list-item input{display:none;}

.home_contact .wpcf7-list-item .wpcf7-list-item-label {padding-left:16px;}
.home_contact .wpcf7-list-item .wpcf7-list-item-label:before {
  content: '';
  left: 0px;
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid #000;
  width: 22px;
  height: 22px;
  display: inline-block;
  position: absolute;
  vertical-align: middle;
  cursor: pointer;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.home_contact .wpcf7-list-item input:checked+.wpcf7-list-item-label:after {
  display: block;
  position: absolute;
  font-size: 14px;
  top: 49%;
    left: 8px;
    width: 6px;
    height: 14px;
border: solid #000;
border-width: 0 2px 2px 0;
  content: '';
  transform: translateY(-50%) rotate(45deg);
  -webkit-transform: translateY(-50%) rotate(45deg);
  -moz-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  -o-transform: translateY(-50%) rotate(45deg);
}
.testimonial_hldr .bdt-ep-review-card-carousel-content {
    display: flex;
    flex-direction: column;
}

.testimonial_hldr .bdt-ep-review-card-carousel-text {
    order: 0;
}

.testimonial_hldr .bdt-ep-review-card-carousel-name {
    order: 1;
    font-family: "Roc_Grotesk_bold";
}

.testimonial_hldr .bdt-ep-review-card-carousel-job-title {
    order: 2;
    font-family: "Roc_Grotesk_regular";
}

.reviw_ck .bdt-ep-review-card-content {
    display: flex;
    flex-wrap: wrap;
}

.reviw_ck .bdt-ep-review-card-job-title {
    background: #EC5F19;
    width: auto;
    padding: 0 10px;
}

.reviw_ck .bdt-ep-review-card-text {
    width: 100%;
}

.reviw_ck .bdt-ep-review-card-text p {
    margin: 0;
}

.count_ltr .lakit-counter-number-wrapper {
    font-family: "Roc_Grotesk_bold";
}

.count_ltr .lakit-counter-title {
    font-family: "Roc_Grotesk_regular";
}

.evnt_wrp .lakit-carousel__content {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    bottom: 0;
    font-family: "Roc_Grotesk_bold";
}

.evnt_wrp .lakit-carousel__dots.swiper-pagination {
    bottom: -30px !important;
}

.ind_wrk .bdt-fancy-list-wrap {
    cursor: pointer;
}

.ind_wrk .bdt-fancy-list-wrap:hover .bdt-fancy-list-icon path {
    fill: var(--e-global-color-accent);
}

.ind_wrk .bdt-fancy-list-wrap .bdt-flex.flex-wrap {
    background-color: #ffffff;
    z-index: 1;
    position: relative;
}

.ind_wrk .bdt-fancy-list-wrap:hover .bdt-flex.flex-wrap::before {
    content: "";
    position: absolute;
    inset: -1px;
    border-radius: inherit;
    padding: 1px;
    background: linear-gradient(45deg, rgba(236, 95, 25, 1), rgba(129, 0, 248, 1));
    -webkit-mask: linear-gradient(white, white) content-box, linear-gradient(white, white);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
    z-index: -1;
}

.ind_wrk .bdt-fancy-list-wrap .bdt-fancy-list-content {
    position: relative;
}

.ind_wrk .bdt-fancy-list-wrap .bdt-fancy-list-content::after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    content: '';
    right: 0;
    background-image: url('data:image/svg+xml;charset=UTF-8,%3Csvg width="26" height="26" viewBox="0 0 26 26" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cg id="iconamoon:arrow-up-2-light"%3E%3Cpath id="Vector" d="M10.8333 7.58341L16.25 13.0001L10.8333 18.4167" stroke="%23050505" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/%3E%3C/g%3E%3C/svg%3E');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.ind_wrk .bdt-fancy-list-wrap:hover .bdt-fancy-list-content::after {
    background-image: url('data:image/svg+xml;charset=UTF-8,%3Csvg width="26" height="26" viewBox="0 0 26 26" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M10.8333 7.58341L16.25 13.0001L10.8333 18.4167" stroke="%23EC5F19" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/%3E%3C/svg%3E');
}



.ind_wrk.ind_wrk_b .bdt-fancy-list-wrap .bdt-fancy-list-content::after {
    display: none;
}

.nwz_lst .lakit-posts__item,
.nwz_lst .lakit-posts__outer-box,
.nwz_lst .lakit-posts__inner-box,
.nwz_lst .lakit-posts__inner-content {
    display: flex;
    width: 100%;
}

.nwz_lst .lakit-posts__inner-box {
    flex-direction: column;
}

.nwz_lst .lakit-posts__title,
.nwz_lst .lakit-posts__floating_category-inner {
    font-family: "Roc_Grotesk_bold";
}

.nwz_lst .lakit-posts__excerpt {
    font-family: "Roc_Grotesk_regular";
}

.vido_lst .lakit-carousel__dots {
    bottom: -50px !important;
}

.vido_lst .lakit-carousel__content {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
}

.vido_lst .lakit-carousel__item-inner img {
    transition: all 0.3s ease-in-out;
}

.vido_lst .lakit-carousel__item-inner .lakit-carousel__item-link {
    position: relative;
}

.vido_lst .lakit-carousel__item-inner .lakit-carousel__item-link::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    transition: all 0.3s ease-in-out;
    opacity: 1;
    display: block;
}

.vido_lst .lakit-carousel__item-inner:hover .lakit-carousel__item-link::after {
    background-color: rgba(0, 0, 0, 0.7);
}

.vido_lst .lakit-carousel__content .lakit-carousel__item-title {
    font-family: "Roc_Grotesk_bold" !important;
}

.vido_lst .lakit-carousel__content .lakit-carousel__item-text,
.vido_lst .lakit-carousel__content .lakit-carousel__item-button span {
    opacity: 0;
    transition: all 0.3s ease-in-out;
}

.vido_lst .lakit-carousel__content .lakit-carousel__item-button {
    margin: auto auto 0 0 !important;
}

.vido_lst .lakit-carousel__content .lakit-carousel__item-button .btn-icon {
    opacity: 1;
}

.vido_lst .lakit-carousel__item-inner:hover .lakit-carousel__item-text,
.vido_lst .lakit-carousel__item-inner:hover .lakit-carousel__item-button span {
    opacity: 1;
}

.vido_lst .lakit-carousel__item-inner:hover .lakit-carousel__item-button {
    color: #FFFFFF;
    background-color: #FFFFFF3B !important;
}

.timeline_lst .lakit-vtimeline-item__card-content-inner div h5 {
    margin-top: 30px;
    margin-bottom: 5px;
}

@keyframes pulseEffect {
    0% {
        opacity: 0;
        transform: translate(-50%, -50%) scale(.9);
    }

    50% {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1);
    }

    100% {
        opacity: 0;
        transform: translate(-50%, -50%) scale(1.1);
    }
}

.btn_a a::after,
.btn_b a::after,
.btn_c a::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 110%;
    height: 130%;
    transform: translate(-50%, -50%);
    background-color: transparent;
    border-radius: 4px;
    transition: all 0.3s ease-in-out;
    opacity: 0;
    display: block;
    animation: pulseEffect 4s infinite ease-in-out;
}

.btn_a a::after {
    border: 2px solid #057017;
}

.btn_b a::after {
    border: 1px solid #5C230F;
    animation-duration: 3s;
}

.btn_c a::after {
    border: 1px solid #4E0476;
}

.btn_a a:hover::after,
.btn_b a:hover::after,
.btn_c a:hover::after {
    opacity: 1;
}

.scrl_itm {
    height: 660px !important;
    overflow: hidden;
}

.scrl_itm video {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    width: 100%;
}


.scrl_itm .e-hosted-video {
    width: 100%;
}

#the_content_readmor {
    height: 130px;
    overflow: hidden;
    transition: height 0.4s ease-in-out;
    /* Smooth transition */
}

#expand-btn {
    cursor: pointer;
}

.social-links {
    visibility: visible;
    opacity: 1;
}

.f-social-mob .mobpop-btn {
    display: none;
}

.faq_blk .bdt-ep-title-text {
    font-family: "Roc_Grotesk_bold";
}

.timeline_lst {}

.timeline_lst .lakit-vtimeline-item__card-arrow {
    margin-left: 0px !important;
    left: -100px !important;
    width: 100px !important;
    height: 2px !important;
    background-color: var(--e-global-color-accent) !important;
    transform: translateY(-50%) rotate(0deg) !important;
    -webkit-transform: translateY(-50%) rotate(0deg) !important;
    -moz-transform: translateY(-50%) rotate(0deg) !important;
    -ms-transform: translateY(-50%) rotate(0deg) !important;
    -o-transform: translateY(-50%) rotate(0deg) !important;
}

.timeline_lst .lakit-vtimeline-item__card-inner {
    display: flex;
}

.timeline_lst .lakit-vtimeline-item__card-inner h5 {
    font-size: 20px;
    font-weight: 700;
    font-family: "Roc_Grotesk_bold";
    margin: 0 0 10px;
}

.timeline_lst .lakit-vtimeline-item__card-img {
    position: absolute;
    left: -50px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}


.timeline_lst .lakit-vtimeline__line {
    margin-left: 0px !important;
}

.timeline_lst ul {
    padding-left: 20px;
    margin: 0;
}


.timeline_lst ul li {
    list-style: none;
    margin-bottom: 10px;
    font-family: "Lato", Sans-serif;
    position: relative;font-size: 16px;
  line-height: 1.6em;
}

.timeline_lst ul li:before {
    content: '';
    width: 10px;
    height: 10px;
    display: block;
    position: absolute;
    background: url(https://demo3.wowdle.com/oxford/wp-content/uploads/2025/04/oxford-icon.svg);
    top: 6px;
    left: -20px;
    background-size: cover;
}

.elementor-element p {
    margin-top: 0;
}

.elementor-widget-container p:last-child {
    margin-bottom: 0;
}

.arow-pos-list ul.elementor-icon-list-items li a {
    display: flex;
}

.arow-pos-list ul.elementor-icon-list-items li a span.elementor-icon-list-icon {
    order: 1;
    margin-left: auto;
    right: 0;
    padding-left: 5px;
}

.arow-pos-list ul.elementor-icon-list-items li a span.elementor-icon-list-text {
    padding: 0;
}

.list_p_c {}

.list_p_c .bdt-fancy-list-wrap {}

.list_p_c .bdt-fancy-list-wrap .bdt-flex.flex-wrap {
    align-items: unset;
    min-height: 218px;
}

.list_p_c .bdt-fancy-list-wrap .bdt-fancy-list-img,
.list_p_c .bdt-fancy-list-wrap .bdt-fancy-list-content {
    position: relative;
    flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #E9EDFF;
}

.list_p_c .bdt-fancy-list-wrap .bdt-fancy-list-img {
    width: 300px;
    padding: 25px;
    border-top: 1px solid #E9EDFF;
    border-bottom: 1px solid #E9EDFF;
    border-left: 1px solid #E9EDFF;
    background: #FFF;
    align-content: center;
}

.list_p_c .bdt-fancy-list-wrap .bdt-fancy-list-content {
    padding: 45px 25px 25px 25px;
    border: 1px solid #E9EDFF;
    background: #FAFAFA;
}

.list_p_c .bdt-fancy-list-wrap:hover .bdt-fancy-list-img::before {
    content: "";
    position: absolute;
    inset: -1px;
    border-radius: inherit;
    padding: 1px 0px 1px 1px;
    background: linear-gradient(180deg, rgba(236, 95, 25, 1), rgba(129, 0, 248, 1));
    -webkit-mask: linear-gradient(white, white) content-box, linear-gradient(white, white);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
    z-index: 9;
}

.list_p_c .bdt-fancy-list-wrap:hover .bdt-fancy-list-content::before {
    content: "";
    position: absolute;
    inset: -1px;
    border-radius: inherit;
    padding: 1px;
    background: linear-gradient(90deg, rgba(236, 95, 25, 1), rgba(129, 0, 248, 1));
    -webkit-mask: linear-gradient(white, white) content-box, linear-gradient(white, white);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
    z-index: 9;
}

/* .list_p_c .bdt-fancy-list-wrap .bdt-fancy-list-content {
    border: 1px solid #FAFAFA;
    position: relative;
}

.list_p_c .bdt-fancy-list-wrap:hover .bdt-fancy-list-content {
    border: 1px solid transparent;
}
 */
.vdo_fle .e-hosted-video{width:100% !important;}
.srl_edt .elementor-swiper-button{width: 45px;
    height: 45px;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-radius: 50% 50% 50% 50%;
	color: var(--lakit-secondary-color);display:flex;    position: absolute;top: -60px !important;bottom: auto !important;left: auto !important;}
.srl_edt .elementor-swiper-button svg{margin:auto;fill:inherit !important;}
.srl_edt .elementor-swiper-button.elementor-swiper-button-prev{right: 60px !important;}
.srl_edt .elementor-swiper-button.elementor-swiper-button-next{right: 0px !important;}
.srl_edt .elementor-swiper-button:hover{color: var(--e-global-color-accent);fill: var(--e-global-color-accent);    border-color: var(--e-global-color-accent);}

.slide_b .bdt-ep-product-carousel-title{width:100%;text-align:left;}
.slide_b .bdt-ep-product-carousel-item{cursor:pointer;}
.slide_b .bdt-ep-product-carousel-image{height:600px;}
.slide_b .bdt-ep-product-carousel-image img{width:100%;height:100%;object-fit: cover;object-position: center;}
.slide_b .bdt-ep-product-carousel-image::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    transition: all 0.3s ease-in-out;
    opacity: 1;
    display: block;
}

.slide_b .bdt-ep-product-carousel-item:hover .bdt-ep-product-carousel-image::after {
    background-color: rgba(0, 0, 0, 0.7);
}
.slide_b .bdt-ep-product-carousel-item{}
.slide_b .bdt-ep-product-carousel-content{position:absolute;width:100%;height:100%;}
.slide_b .bdt-ep-product-carousel-content div{display:flex;flex-direction:column;height:100%;}
.slide_b .bdt-ep-product-carousel-title-price{margin-top:0px;margin-bottom:auto;}
.slide_b .bdt-ep-product-carousel-readmore-wrap{margin-top:auto;margin-bottom:0px;height:auto !important;}
.slide_b .bdt-ep-product-carousel-item .bdt-ep-product-carousel-readmore {margin-right:auto !important;padding: 5px 16px 5px 5px;
    margin: 0px 0px 0px 0px;
    border-radius: 50px 50px 50px 50px;
    color: #FFFFFF;    transition: all .3s;
    background-color: #02010100;display: inline-flex !important;flex-direction: row-reverse; font-weight:400;
    align-items: center;    font-family: "Roc_Grotesk_regular" !important;}
.slide_b .bdt-ep-product-carousel-item  .bdt-button-icon-align-left{font-size:38px;margin-right: 20px;
    display: flex
;}
.slide_b .bdt-ep-product-carousel-rating-time{display:none !important;}
.slide_b .bdt-ep-product-carousel-item:hover .bdt-ep-product-carousel-readmore {color: #FFFFFF;
    background-color: #FFFFFF3B !important;}
.slide_b{}
.slide_b .bdt-ep-product-carousel-item-link::before{content:"";bottom:30px; left:30px;position:absolute; background-image:url("https://oxfordintegration.com/wp-content/uploads/2025/06/play_a.svg");height:47px;background-repeat:no-repeat;width:100%;}
.slide_b .bdt-ep-product-carousel-item-link:hover::before{background-image:url("https://oxfordintegration.com/wp-content/uploads/2025/06/play_b.svg");}
.slide_d .bdt-ep-product-carousel-title-price{margin-bottom:15px;height:auto !important;}
.slide_d .bdt-ep-product-carousel-text{margin-bottom:auto;margin-top:0px;opacity:0;transition:all 0.3s ease-in-out;}
.slide_d .bdt-ep-product-carousel-item:hover .bdt-ep-product-carousel-text{opacity:1;}

.srl_edt.srl_edtc .elementor-swiper-button{    top: 50% !important;}
.srl_edt.srl_edtc .elementor-swiper-button.elementor-swiper-button-next{right:-50px !important;}
.srl_edt.srl_edtc .elementor-swiper-button.elementor-swiper-button-prev{right:auto !important;left:-50px !important;}
.page-numbers li .page-numbers{    border:  1px solid var(--e-global-color-accent) !important; width: 40px !important;
    height: 40px !important;}
.page-numbers li .page-numbers:hover{background-color:var(--e-global-color-accent) !important;}
.page-numbers li .page-numbers.current{ background-color:var(--e-global-color-accent) !important;}


.head_mega .htmega-megamenu li a.sub-menu-link{    color: #666666 !important;}
.head_mega .htmega-megamenu li a.sub-menu-link:hover{ color:var(--e-global-color-accent) !important;}
.head_mega .htmega-megamenu li.current_page_parent a.main-menu-link{color:var(--e-global-color-accent) !important;}
.head_mega .htmega-megamenu li.current_page_parent .current-menu-item  a.sub-menu-link{color:var(--e-global-color-accent) !important;}
.make_the_ctry_blog .main-category-list{display:flex;flex-wrap:wrap;margin-left:-12px;margin-right:-12px;}
.make_the_ctry_blog .main-category-list .parent-cat{width:33.33%;padding:12px 12px;display:flex;margin:0px !important;}
.make_the_ctry_blog .main-category-list .parent-cat a{border:1px solid #E5E5E5;display:flex;padding:22px 28px;width:100%; position: relative;}
.make_the_ctry_blog .main-category-list .parent-cat a::after{content:""; background-image:url("https://oxfordintegration.com/wp-content/uploads/2025/06/weui_arrow-filled.svg");
	background-size:contain;background-repeat:no-repeat; background-position:center right; width: 50px;height:50px; position:absolute;right:28px;top: 50%;
    transform: translateY(-50%); transition:all 0.3s ease-in-out;}
.make_the_ctry_blog .main-category-list .parent-cat a h3{margin:auto 0px;color:#000000; padding-right:16px;color: #000;
font-size: 20px;
font-style: normal;
font-weight: 700;
line-height: 125%;}
.make_the_ctry_blog .main-category-list .parent-cat a img{display:none;}
.make_the_ctry_blog .main-category-list .parent-cat.highlight-parent a,
.make_the_ctry_blog .main-category-list .parent-cat a:hover{border:1px solid var(--e-global-color-accent);}
.make_the_ctry_blog .main-category-list .parent-cat.highlight-parent a::after,
.make_the_ctry_blog .main-category-list .parent-cat a:hover::after{background-image:url("https://oxfordintegration.com/wp-content/uploads/2025/06/weui_arrow-filledb.svg");}
.make_the_ctry_blog .main-category-list .parent-cat.highlight-parent a h3,
.make_the_ctry_blog .main-category-list .parent-cat a:hover h3{color:var(--e-global-color-accent);}
.the_blog_list .lakit-posts__item{display:flex;}
.the_blog_list .lakit-posts__outer-box{width:100%;}
.the_blog_list .lakit-posts__inner-box{height:100%;}
.the_blog_list  .lakit-posts__floating_category {z-index:11;}
.blog_list-menu li a{
    color: #000000;
    font-family: "Lato", Sans-serif;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 1.2em;}
.blog_list-menu li.active a{color:var(--e-global-color-accent) !important;}

.service-card_b:hover .card-button .elementor-button {
  background-color: #1f1f1f !important;
  color: #ffffff !important;
  border-color: #1f1f1f !important;
}

/* Change icon color on hover (if icon is added later) */
.service-card_b:hover .card-button .elementor-button .elementor-button-icon {
  color: #ffffff !important;
}

/* Ensure default icon color is black */
.service-card_b .card-button .elementor-button .elementor-button-icon {
  color: #1f1f1f !important;
}
.service-card_b .elementor-button-text{white-space:nowrap;}
.service-card_b  .elementor-button-content-wrapper{    gap: 5px !important;
    justify-content: space-between;}
#career-filter-form{background: #FFF4EF;padding:45px 40px;  display: flex;
  flex-wrap: wrap;
  gap:28px 21px; /* adds both row and column gaps */}

    #career-filter-form select, #career-filter-form input {
        padding: 15px !important;
        font-size: 18px;
        line-height: 1;border: 0.5px solid #000;background:transparent;margin:0px!important;outline:none;
    }
#career-filter-form input{width:100%;}
#career-filter-form select{width:calc(33.33% - 14px);cursor:pointer;}
#career-filter-form  button{background-color: var(--e-global-color-accent);
    font-size: var(--e-global-typography-12f0170-font-size);
    line-height: var(--e-global-typography-12f0170-line-height);
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: var(--e-global-color-accent);
    fill: #FFFFFF;position:relative;
    color: #FFFFFF;text-align:left;
    border-radius: 0px 0px 0px 0px;cursor:pointer;padding:12px 24px 12px 24px;}

#career-filter-form  button .elementor-button-content-wrapper{gap: 20px;justify-content: space-between;}
#career-filter-form  button .elementor-button-icon{font-size:21px;}
#career-filter-form  button:hover{background-color: #02010100;
    color: var(--e-global-color-accent);
    border-color: var(--e-global-color-accent);}
#career-filter-form  button:hover::after{}

.career-item{display:flex;flex-wrap:wrap;border-bottom:1px solid #A8A8A8;padding:25px 0px 30px 0px;position:relative;}
.career-item::after{position:absolute; content:'';right:0px;top:50%;transform: translateY(-50%); background-image:url("https://oxfordintegration.com/wp-content/uploads/2025/06/carr_rt.svg");width:50px;height:50px; display:none;}
.career-item *{margin:0px;}
.blk_wrp_a{width:100%;max-width:400px;display:flex;flex-wrap:wrap;}
.blk_wrp_a h3{font-size: var(--e-global-typography-8a94b30-font-size);
    font-weight: var(--e-global-typography-8a94b30-font-weight);
    line-height: var(--e-global-typography-8a94b30-line-height);width:100%;margin-bottom:16px;}
.blk_wrp_a p{width:auto;color: #000;font-size: 14px;font-style: normal;font-weight: 400;line-height: normal;padding:5px 10px;margin-bottom:auto !important;margin-right:8px;}
.blk_wrp_a p.blk_wrp_a_a{border-radius: 20px;background: #A9F6FF;}
.blk_wrp_a p.blk_wrp_a_b{border-radius: 20px;background: #A9FFB2;}
.blk_wrp_a p.blk_wrp_a_c{color: #626262;font-size: 12px;font-style: normal;font-weight: 400;line-height: 140%; }

.blk_wrp_b{width:100%;max-width:200px;}
.blk_wrp_b h4{font-size:16px; font-weight: var(--e-global-typography-8a94b30-font-weight);line-height:1.6;}
.blk_wrp_b p{color: #626262;font-size: 16px;font-style: normal;font-weight: 400;line-height: 100%;}
.blk_wrp_c{flex:1;display:flex;}
.blk_wrp_c p{margin-bottom:0px !important;color: #626262;font-size: 16px;font-style: normal;font-weight: 400;line-height: 1.6;}
.blk_wrp_c_a{flex:1;}
.blk_wrp_c a{width:50px;height:50px;margin-top:auto;margin-bottom:auto;}

.tab-vd-im-gal .bdt-gallery-item-link{ background-image:url("https://oxfordintegration.com/wp-content/uploads/2025/06/icon_c.svg");background-position:center;background-repeat:no-repeat;background-size:contain; width:30px!important;height:30px;}
.tab-vd-im-gal .bdt-gallery-item-link i{display:none;}
.tab-vd-im-gal .bdt-gallery-item-link:hover{ background-image:url("https://oxfordintegration.com/wp-content/uploads/2025/05/icon_b.svg");}

.hide_blkz{  height: 0 ;
  overflow: hidden ;
  transition: height 0.4s ease;}

.hide_blkz.open {
  height: auto; /* JS will set the exact height */
}

#toggle-button_blk {
  cursor: pointer;
  display: inline-block;
}



@media (max-width: 880px) {
    .elementor-element.right-first-item-id {
        margin-top: 0 !important;
    }
	.blog_list-menu{width:100%;position:relative; height:50px;}
	
  .blog_list-menu .subcategory-sidebar,  .blog_list-menu .custom-taxonomy-list {
  list-style: none;
  padding: 0;
  margin: 0;
	  position:absolute;
	  width:100%;
	  background-color:#ffffff;
	  z-index:15;
}.blog_list-menu .subcategory-sidebar::before,.blog_list-menu .custom-taxonomy-list::before{content:""; position:absolute; width:50px;height:30px;  background-image:url("https://oxfordintegration.com/wp-content/uploads/2025/06/weui_arrow-filled.svg");background-size:contain;background-repeat:no-repeat;top: 10px;
    transform:  rotate(90deg);background-position:center; right:5px; z-index:0;}

  .blog_list-menu .subcategory-sidebar li a ,.blog_list-menu .custom-taxonomy-list li a{
  display: block;
  padding: 10px;
  text-decoration: none;
  background: #f5f5f5;
  color: #333;
  border: 1px solid #ddd;
  margin-bottom: 2px;
}

/* Highlight active item */
  .blog_list-menu .subcategory-sidebar li.active a ,.blog_list-menu .custom-taxonomy-list li.active a{
  background-color: var(--e-global-color-accent);
  color: white !important;
}
	  .blog_list-menu .subcategory-sidebar li,.blog_list-menu .custom-taxonomy-list li {
    display: none;
  }

   .blog_list-menu .subcategory-sidebar li.active, .blog_list-menu .custom-taxonomy-list li.active {
    display: list-item !important;
  }

   .blog_list-menu .subcategory-sidebar.show li,.blog_list-menu .custom-taxonomy-list.show li {
    display: list-item !important;
  }
	.slide_b .bdt-ep-product-carousel-item-link::before{    bottom: 20px;
    left: 20px}
}
.file_grp{margin-top:15px;}
.file_grp .wpcf7-form-control-wrap{display:none;}
.file_grp p{margin-bottom:5px !important;}
.btn_slct{display:block;padding:10px 16px;font-size:16px;background: #000;border:1px solid #000000;color:#ffffff;cursor:pointer;}

.clear-file{display:flex;background:red;color:#ffffff;border:0px;cursor:pointer;font-size:16px;line-height:1;padding:10px 10px;}

.evnt_high_light{}
.evnt_high_light .bdt-ep-product-grid-item{}

.evnt_high_light .bdt-ep-product-grid-item .bdt-ep-product-grid-content{    background-color: #ffffff;border:1px 0px 1px 1px solid #ffffff;
    z-index: 1;
    position: relative;}
.evnt_high_light .bdt-ep-product-grid-item:hover .bdt-ep-product-grid-content::after{ content: "";
    position: absolute;
    inset: -1px;
    border-radius: inherit;
    padding: 1px;
    background: linear-gradient(0deg, rgba(129, 0, 248, 1), rgba(236, 95, 25, 1));
    -webkit-mask: linear-gradient(white, white) content-box, linear-gradient(white, white);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
    z-index: -1;}

@media (min-width: 992px) {
	.head_mega .htmega-megamenu .main-menu-item:last-child {
  display: none;
}
}


@media (min-width: 881px) {
    .vdo_fle video {
        height: 600px !important;
        object-fit: contain !important;
    }

    .vdo_fle .elementor-custom-embed-image-overlay {
        height: 600px !important;
    }

    .vdo_fle .e-hosted-video {
        height: 600px !important;
    }
}

@media (min-width: 768px) {
    .col-md-4 {
        flex: 0 0 auto;
        width: 33.3333%;
    }

    .col-md-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }

    .col-md-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .col-md-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }

    .col-md-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
	
}
@media (max-width: 1200px) {
	.timeline_lst .lakit-vtimeline-item__card-arrow{    left: -79px !important;
    width: 80px !important;}
	.timeline_lst .lakit-vtimeline-item__card-content-inner div h5{margin-top:5px;}
}

@media (max-width: 981px) {
	.career-item{padding:10px 0px;}
	.blk_wrp_a{padding-bottom:10px;}
	.blk_wrp_b{padding-bottom:10px;}
	.blk_wrp_c{width:100%;flex:none; margin-top:10px;}
	.blk_wrp_c a{width:40px;height:40px;}
}

@media (max-width: 880px) {
    .menu_fl .menu-item {
        width: 100%;
    }

    .vido_lst .lakit-carousel__item-inner .lakit-carousel__item-button {
        color: #FFFFFF;
        background-color: #FFFFFF3B !important;
    }

    .vido_lst .lakit-carousel__content .lakit-carousel__item-text,
    .vido_lst .lakit-carousel__content .lakit-carousel__item-button span {
        opacity: 1;
    }

    .ind_wrk .bdt-fancy-list-wrap .bdt-fancy-list-content::after {
        width: 30px;
        height: 30px;
        right: -10px;
    }

    .evnt_wrp .lakit-carousel__dots.swiper-pagination {
        bottom: -15px !important;
    }

    .scrl_itm {
       /* height: 450px !important; */ height: auto !important; 
    }
	#career-results{padding-left:16px;padding-right:16px;}
	.cl_mbl{margin-bottom:0px;}
	.cl_mbl a{display:block;padding:5px 0px;}
}

@media (min-width: 982px) {
.head_mega{}
.head_mega .main-menu-item{}
.head_mega .htmegamenu-content-wrapper{width:100vw !important; padding:0px !important;position:fixed !important;top:73px;left:50% !important;transform:translatex(-50%);box-shadow:none;}
.head_mega .htmegamenu-content-wrapper>.elementor { width:100%;   max-width: 1440px;padding: 40px 80px 40px 80px;margin-left:auto;margin-right:auto;}
.head_mega .sub-menu.menu-depth-1{margin-top:20px !important;box-shadow:none ;width:auto;}
.head_mega .sub-menu.menu-depth-1 li a{padding: 1px 20px;}
}
@media (max-width: 1366px) {
.slide_b .bdt-ep-product-carousel-image{height:500px;}}
@media (max-width: 1200px) {
.slide_b .bdt-ep-product-carousel-image{height:450px;}}
@media (max-width: 1024px) {
.srl_edt .elementor-swiper-button{top: 120px !important;bottom: auto !important;left: auto !important;width: 40px;height: 40px;}
.srl_edt .elementor-swiper-button svg{margin:auto;fill:inherit !important;}
.srl_edt .elementor-swiper-button.elementor-swiper-button-prev{right: 50px !important;}
.srl_edt .elementor-swiper-button.elementor-swiper-button-next{right: 0px !important;}
.slide_b .bdt-ep-product-carousel-image{height:400px;}
	.make_the_ctry_blog .main-category-list .parent-cat a{    padding: 16px 16px;}
	.make_the_ctry_blog .main-category-list .parent-cat a::after{width:20px;height:30px;}
}

@media (max-width: 981px) {
.head_mega .htmobile-aside-button{        padding:5px 12px 0px 12px;font-size: 25px;    background-color: var(--e-global-color-accent); color:white; }
.head_mega .htmega-menu-area{border:0px;}
.head_mega .htmobile-menu-wrap.inside{ overflow-y:auto;}
.head_mega .elementor-icon-list-item{padding:0px !important;}
.head_mega .sub-menu a{padding:5px 0px !important;}
.head_mega .htmobile-navigation{padding:40px 16px 50px;}
.head_mega .htmega-menu-container ul > li{margin-right:0px !important;}
.head_mega .htmobile-menu-wrap .htmobile-navigation .htmega-megamenu li a.main-menu-link{width:100%;color:#000000;}	
.head_mega .htmobile-menu-wrap .htmobile-navigation .htmega-megamenu li.current-menu-item a.main-menu-link{color:var(--e-global-color-accent);}
/*.head_mega .htmobile-menu-wrap .htmobile-navigation .htmega-megamenu li a{width:100%;color:#000000;}
.head_mega .htmobile-menu-wrap .htmobile-navigation .htmega-megamenu li.current-menu-item a{color:var(--e-global-color-accent);}
	.nav_sml a{color:#666666;}
	.nav_sml .current-menu-item a{color:var(--e-global-color-accent);}
	*/
.head_mega .htmobile-menu-wrap .htmobile-aside-close{left: auto;right: 0px;    background-color: #ffffff;color: #000000;font-size: 20px;}
	.make_the_ctry_blog .main-category-list .parent-cat a h3{font-size:18px;}
	.make_the_ctry_blog .main-category-list .parent-cat{width:50%;padding:8px 5px;}
	#career-filter-form{padding:32px 25px;gap: 20px 15px;}#career-filter-form select{width:calc(33.33% - 10px);}
}

@media (max-width: 767px) {
	 .the_tab_to_accdn .ntabs--selectboxicon{display:none;}
	.the_tab_to_accdn  .accordion-clone .lakit-col-width-auto-no{padding-left:0px;padding-right:0px;}
  .the_tab_to_accdn .lakit-ntab-title {
    background: #f9f9f9;
    
    border-bottom: none;
    font-weight: 600;
    position: relative;
	  display:block !important;
	  padding-left:15px;
  }

  .the_tab_to_accdn .lakit-ntab-title.e-active {
    background: #ddd;
	  order:unset !important;
  }

  .the_tab_to_accdn .lakit-ntab-title::after {
	  width:30px !important;height:30px !important;background:transparent !important;
    content: '+';
    position: absolute;
    right: 16px;
	  left:auto;
    font-size: 20px;
    top: 50%;
    transform: translateY(-50%);
    transition: transform 0.3s ease;
  }

  .the_tab_to_accdn .lakit-ntab-title.e-active::after {
    content: '−';
  }

  .the_tab_to_accdn .lakit-ntabs-content-item {
    border-top: none;
	  display:block !important;
  }
	#career-filter-form select{width:calc(50% - 7.5px);}
}




@media (max-width: 767px) {
	.lakit-vtimeline-item__card-img{left: 16px !important;
  top: 0px !important;}
	.timeline_lst .lakit-vtimeline-item__card-arrow{left: -20px !important;}
	.make_the_ctry_blog .main-category-list .parent-cat{width:100%;padding:8px 5px;}
	.blk_wrp_a{padding-right:30px;max-width:100%;}
	.blk_wrp_b{max-width:100%;}
	.blk_wrp_c a{position:absolute;right:0px;top:10px;width:30px;height:30px;}
  #career-filter-form select, #career-filter-form input {
        padding: 10px 14px !important;
        font-size: 14px;
	  min-width:100px !important;
    }
}



@media (max-width: 500px) {
	#career-filter-form{        padding: 25px 16px;gap: 15px 15px}
	#career-filter-form select:nth-child(4){width:100%;}
	#career-filter-form button{width:100%;}
	
}


