.hm_service_wrap {
    height: 350px;
    display: inline-block;
    width: 100%;
    overflow: hidden;
    position: relative;
    border-radius: 4px;
    transition: all .5s linear;
    margin-bottom: 17px;
}
.hm_product_img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.hm_service_title_wrap_01 {
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    width: 100%;
    padding: 20px;
    z-index: 9;
    transition: all .5s linear;
}
.hm_service_title_wrap_01 h5 {
    margin: 0;
    color: #FFFFFF;
    font-size: 22px;
    font-weight: 400;
    transition: all .5s linear;
}
.hm_service_wrap::after {
    position: absolute;
    content: '';
    left: 0;
    bottom: -60px;
    background: #000000DE;
    width: 100%;
    height: 150px;
    filter: blur(60px);
    border-radius: 50%;
    transition: all .5s linear;
}
.hm_service_title_wrap_02 {
    width: 270px;
    height: 270px;
    background: #F4A222;
    border-radius: 50%;
    position: absolute;
    bottom: -60px;
    left: -60px;
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: right;
    opacity: 0;
    transition: all .5s linear;
}
.hm_service_title_wrap_02 h5 {
    font-size: 22px;
    color: #1E0F6E;
    font-weight: 500;
    width: 170px;
}
.hm_service_title_wrap_02 button {
    background: #1E0F6E;
    border: 0;
    border-radius: 50px;
    padding: 6px 20px;
    display: flex;
    align-items: center;
    transition: all .5s linear;
}
.hm_service_title_wrap_02 button img {
    width: 16px;
}
.hm_service_wrap:hover .hm_service_title_wrap_02{
    opacity: 1;
    transition: all .5s linear;
}
.hm_service_wrap:hover .hm_service_title_wrap_01{
    opacity: 0;
    transition: all .5s linear;
}
.hm_service_list {
    margin-top: 80px;
}
.mob_service_slider{
    display: none;
}
.hm_enquiry_left {
    height: 500px;
    overflow: hidden;
    margin-right: 85px;
    position: relative;
}
.hm_enquiry_text {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    z-index: 9;
    padding: 50px 40px;
}
/* .hm_enquiry_left::after {
    position: absolute;
    background: #00000099;
    width: 400px;
    height: 300px;
    border-radius: 50%;
    top: -20px;
    left: -70px;
    content: '';
    filter: blur(51px);
} */
.star_wrap {
    position: relative;
    width: 45px;
    height: 47px;
    margin-bottom: 30px;
}
.hm_enquiry_text h5 {
    color: #F4F4F4;
    font-size: 24px;
    font-weight: 600;
    margin: 0;
    width: 160px;
}
.hm_enquiry_left img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.hm_enquiry_right h5 {
    color: #1E0F6E;
    font-size: 26px;
    font-weight: 600;
    display: flex;
    align-items: center;
    margin-bottom: 50px;
    gap: 30px;
    width: 500px;
}
.enquiry_input_wrap label {
    color: #1E0F6E;
    font-size: 14px;
    font-weight: 600;
    width: 100%;
    margin-bottom: 10px;
	    text-transform: capitalize;
}
.enquiry_input {
    width: 100%;
    border: 0;
    background-color: #2F21771A;
    padding: 18px 20px;
    outline: none;
    box-shadow: none;
    border-radius: 4px;
}
.form-select:focus {
    box-shadow: none;
}
.enquiry_input::placeholder{
    color: #1E0F6E99;
    font-size: 14px;
    font-weight: 400;
	    text-transform: capitalize;
}
.enquiry_input_wrap {
    margin-bottom: 15px;
}
.enquiry_submit_btn {
    background: #F4A222;
    display: flex;
    align-items: center;
    padding: 10px 20px;
    border-radius: 4px;
    width: fit-content;
    gap: 10px;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    margin-top: 30px;
	position: relative;
}
.enquiry_submit_btn .wpcf7-spinner {
    position: absolute;
    right: -50px;
}
.enquiry_submit_btn input{
    background: transparent;
    color: #fff;
    border: 0;
}
.enquiry_submit_btn iconify-icon{
    font-size: 25px;
}
.testimonial_wrap {
    background: #fab140;
    padding: 30px;
    border-radius: 4px;
    height: 420px;
}
.profile_img {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid #fff;
}
.profile_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.testi_profile {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 30px;
}
.testi_profile h6{
    color: #1E0F6E;
    font-size: 20px;
    font-weight: 600;
    margin: 0;
}
.testi_profile span {
    color: #1E0F6EC9;
    font-size: 14px;
    font-weight: 500;
}
.testimonial_wrap p {
    color: #1E0F6EC9;
    font-weight: 500;
}
.testimonial_wrap h5 {
    color: #1E0F6E;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 20px;
}
.rating {
    width: 130px !important;
    margin-bottom: 50px;
}
.rating_wrap {
    display: flex;
    justify-content: right;
    padding-right: 50px;
}
.quotes {
    position: absolute;
    left: 0;
    top: 0;
    background: #F4A222;
    border-radius: 0px 0px 40px 0px;
    padding: 10px 20px;
}
.quotes img{
    width: 70px!important;
}
#testimonial_slider {
    margin-top: 80px;
}
.faq_left {
    height: 580px;
    overflow: hidden;
}
.faq_left img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.faq {
    margin: 80px auto 0;
    width: 95%;
}
.faq .accordion-button {
    color: #1E0F6E;
    font-size: 22px;
    font-weight: 500;
    padding: 20px 0px;
    border-radius: 0;
}
.faq .accordion-item {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #D9D7E7;
    border-radius: 0;
}
.faq .accordion-body {
    padding: 20px 0px;
}
.faq .accordion-button:focus {
    z-index: 3;
    border-bottom: 1px solid #00000014;
    outline: 0;
    box-shadow: none;
    background: transparent!important;
}
.faq .accordion-button::after {
    width: 23px;
    height: 23px;
    background-size: 23px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%231E0F6E' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 12h14m-7 7V5'/%3E%3C/svg%3E");
}
.faq .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23F4A222' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 12h14'/%3E%3C/svg%3E");
}
.faq .accordion-button:not(.collapsed) {
    background-color: transparent;
    color: #F4A222;
}
.faq_right {
    margin-left: 75px;
}
footer {
    padding-top: 80px;
    background: #1E0F6E;
}
.ftr_top_wrap {
    display: flex;
    align-items: start;
    justify-content: space-between;
}
.ftr_top_wrap h5 {
    color: #F4A222;
    font-size: 40px;
    font-weight: 600;
    width: 400px;
}
.ftr_top_wrap a {
    color: #FFFFFF;
    font-size: 15px;
    font-weight: 600;
}
.ftr_social_media a {
    color: #FFFFFF;
    font-size: 15px;
    font-weight: 400;
    text-decoration: none;
    position: relative;
    transition: all .5s linear;
}
.ftr_social_media a:hover{
    color: #F4A222;
    transition: all .5s linear;
}
.ftr_social_media a::after{
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 0%;
    height: 1px;
    background: #F4A222;
    transition: all .5s linear;
}
.ftr_social_media a:hover::after{
    width: 100%;
    transition: all .5s linear;
}
.ftr_social_media {
    display: flex;
    gap: 50px;
}
.ftr_top {
    border-bottom: 1px solid #463B82;
    padding-bottom: 60px;
}
@keyframes marquee {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}

.marquee {
  width: 100%;
  overflow: hidden;
}

.marquee-content {
  display: flex;
  width: max-content;
  animation: marquee 100s linear infinite;
}

.marquee span {
  display: flex;
  align-items: center;
  text-transform: uppercase;
  font-size: 180px;
  font-weight: 600;
  color: #B8B8B842;
  white-space: nowrap;
  margin-right: 50px; /* space between items */
  transition: all .5s linear;
}
.marquee-content span:hover {
    color: #ffffff69;
    transition: all .5s linear;
}
.marquee img {
    margin-right: 50px;
    width: 165px;
}
.ftr_title {
    color: #F4A222;
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 14px;
    margin-bottom: 20px;
}
.ftr_address a {
    text-decoration: none;
    color: #FFFFFF;
    font-size: 15px;
    width: 100%;
    display: flex;
    transition: all .5s linear;
}
.ftr_address a:hover{
    color: #F4A222;
    transition: all .5s linear;
}
.ftr_address {
    margin-bottom: 50px;
}
.quick_links ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.quick_links ul li a{
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    color: #FFFFFF;
    font-size: 15px;
    text-transform: capitalize;
    border-bottom: 1px solid #463B82;
    padding: 13px 0px;
    position: relative;
    transition: all .5s linear;
}
.quick_links ul li a:hover{
    color: #F4A222;
}
.quick_links ul li a::after{
    position: absolute;
    content: '';
    width: 0%;
    height: 1px;
    bottom: 0;
    left: 0;
    background: #f4a3225c;
    transition: all .5s linear;
}
.quick_links ul li a:hover::after{
    width: 100%;
    transition: all .5s linear;
}
.copyright p {
    margin: 0;
    color: #B8B8B8B2;
    font-size: 12px;
}
.copyright p a{
    text-decoration: none;
    color: #fff;
}
.copyright .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.copyright {
    border-top: 1px solid #463B82;
    padding: 10px 0px;
    margin-top: 100px;
}
.quick_links {
    width: 470px;
    margin-left: 65px;
}
.ftr_bottom_left {
    margin-right: 90px;
}
.star1 {
    position: absolute;
    left: 0;
    top: 0;
    width: 40px !important;
    height: 40px !important;
}
.star2 {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 15px !important;
    height: 15px !important;
}
.hm_about_content {
    margin: 30px 0px 40px;
    width: 570px;
}
.hm_about_left {
    position: relative;
    height: 393px;
    margin-right: 68px;
    width: 380px;
}
.about_img1 {
    width: 205px;
    height: 205px;
    border-radius: 4px;
    object-fit: cover;
    object-position: top;
    position: absolute;
    left: 0;
    top: 0;
}
.about_img2 {
    width: 155px;
    height: 145px;
    border-radius: 4px;
    object-fit: cover;
    object-position: top;
    position: absolute;
    right: 0;
    top: 60px;
}
.about_img3 {
    width: 180px;
    height: 170px;
    border-radius: 4px;
    object-fit: cover;
    object-position: top;
    position: absolute;
    left: 30%;
    bottom: 0;
}
.hm_about {
    width: 90%;
    margin: auto;
}
.hm_about_right {
    margin-left: 36px;
}
.square {
    position: absolute;
}
.square1 {
    width: 20px;
    height: 20px;
    background: #F4A221;
    border-radius: 5px;
    display: flex;
    right: 50px;
    top: 0;
}
.square2 {
    width: 35px;
    height: 32px;
    background: #1E0F6E;
    border-radius: 5px;
    display: flex;
    right: 0;
    top: 0;
}
.square3 {
    width: 20px;
    height: 18px;
    background: #F4A221;
    border-radius: 5px;
    display: flex;
    left: 0px;
    bottom: 0;
}
.enquiry_input_wrap textarea {
    height: 220px;
    resize: none;
}
.contact_right ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.contact {
    width: 97%;
    margin: auto;
}
.contact_right ul li {
    border-bottom: 1px solid #D9D7E7;
    padding: 20px 30px;
}
.contact_right ul li:last-child{
    border: 0;
}
.contact_right ul li h6 {
    color: #F4A222;
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 14px;
    margin-bottom: 10px;
}
.contact_link {
    text-decoration: none;
    font-size: 14px;
    color: #1E0F6E;
    font-weight: 600;
}
.contact_link:hover{
    color: #1E0F6E;
}
.social_media {
    display: flex;
    align-items: center;
    gap: 10px;
}
.social_media a {
    width: 28px;
    height: 28px;
    border-radius: 4px;
    border: 1px solid #D9D7E7;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1E0F6E;
    transition: all .5s linear;
}
.social_media a:hover{
    background: #1E0F6E;
    color: #fff;
    transition: all .5s linear;
}
.location_link {
    font-size: 14px;
    color: #1E0F6E;
    font-weight: 600;
}
.location_link:hover{
    color: #1E0F6E;
}
.contact_right {
    margin-left: 65px;
}
#career_banner {
    padding: 80px 0px;
}
.career_banner_right {
    height: 440px;
    border-radius: 4px;
    overflow: hidden;
    margin-left: 10px;
}
.career_banner_right img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.career_banner_left {
    margin-right: 77px;
}
.career_banner_left h3 {
    margin: 40px 0px 20px 0px;
    animation: fade-in 0.8s 0.1s forwards cubic-bezier(0.11, 0, 0.5, 0);
    filter: blur(4px);
}
#values .head_centre p {
    width: 830px;
}
.values_wrap span {
    width: 50px;
    height: 50px;
    background: #F4A222;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0 auto 30px;
}
.values_wrap {
    text-align: center;
}
.values_wrap h6 {
    color: #F4A222;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 20px;
}
.values_wrap p {
    max-width: 226px;
    margin: auto;
}
.values {
    margin-top: 90px;
}
.opening_wrap {
    background: #2F21771A;
    border-radius: 10px;
    padding: 35px;
    position: relative;
    margin-bottom: 23px;
    min-height: 300px;
}
.job_title {
    display: flex;
    align-items: start;
    justify-content: space-between;
    min-height: 70px;
}
.job_title h6 {
    margin: 0;
    color: #1E0F6E;
    font-size: 24px;
    font-weight: 600;
    width: 260px;
}
.other_details {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 40px;
}
.other_details span{
    background: #FFFFFF;
    border-radius: 4px;
    padding: 5px 10px;
    display: flex;
    align-items: center;
    color: #1E0F6E;
    font-size: 14px;
    font-weight: 500;
    gap: 10px;
	    text-transform: capitalize;
}
.current_openings {
    margin-top: 80px;
    transition: all .5s linear;
}
.opening_wrap:hover {
    background: #F4A222;
    transition: all .5s linear;
}
.opening_wrap:hover .other_details span {
    background: #FFFFFF85;
    transition: all .5s linear;
}
.opening_wrap:hover .btn_arrow {
    background: #1E0F6E;
    transition: all .5s linear;
}
.opening_wrap:hover p {
    color: #1E0F6ED1;
    transition: all .5s linear;
}
.slide-panel-button {
  cursor: pointer;
}
.slide-panel {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  visibility: hidden;
  transition: visibility 0s 0.5s;
  z-index: 9999999;
  background: #000000AD;
}
.slide-panel.is-visible {
  visibility: visible;
  transition: visibility 0s 0s;
}
.slide-panel-header {
  position: fixed;
  width: 33%;
  height: 200px;
  background-color: #fff;
  z-index: 2;
  transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-delay: 0.5s;
  transform: translate3d(100%, 0, 0);
  padding-left: 33px;
  padding-right: 33px;
  padding-bottom: 23px;
}
.team_detail img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 15px;
}
.slide-panel-header .slide-panel-close {
  /* padding-top: 14px; */
  font-size: 22px;
  color: #ffffff;
  position: absolute;
  right: 30px;
  top: 10px;
  text-decoration: none;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background: #0eaba6;
  display: flex;
  align-items: center;
  justify-content: center;
}
.slide-panel-header .badge {
  font-size: 9px;
  font-weight: 500;
  color: #fff;
  margin-right: 10px;
}
.team_detail {
  display: flex;
  align-items: center;
}
.team_detail h6 {
  font-size: 16px;
  margin: 0;
  color: #0eaba6;
}
.team_detail span {
  font-size: 13px;
  color: #606060;
}
.slide-panel-header .scheduled-badge {
  border-radius: 2px;
  background-color: #17b140;
}
.slide-panel-header .edited-style {
  font-size: 12px;
  color: #9b9b9b;
}
.from-right .slide-panel-header {
  right: 0;
  padding-top: 60px;
  border-left: 1px solid #efefef;
}
.is-visible .slide-panel-header {
  top: 0;
  transform: translate3d(0, 0, 0);
  transition-delay: 0s;
}
.slide-panel-container {
    position: fixed;
    width: 56%;
    height: 100vh;
    top: 0;
    right: 0;
    padding: 45px 50px 45px 30px;
    background-color: #fff;
    z-index: 2;
    transition-timing-function: ease-out;
    transition-property: all;
    transition-duration: 0.5s;
    transition-delay: 0.5s;
    transform: translate3d(100%, 0, 0);
    border-left: 1px solid #efefef;
    overflow-x: auto;
}
.slide-panel-container .slide-panel-content {
  font-size: 14px;
  color: #667387;
}
.from-right .slide-panel-container {
  right: 0px;
}
.is-visible .slide-panel-container {
  transform: translate3d(0, 0, 0);
  transition-delay: 0s;
  transition: transform .5s ease-out;
}
.pull-right {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 60%;
    color: #1E0F6E;
    font-size: 25px;
    position: absolute;
    right: 20px;
    top: 15px;
}
.pull-right:hover{
color: #1E0F6E;
}
.slide-panel-content h4 {
    color: #1E0F6E;
    font-size: 36px;
    font-weight: 500;
}
.slide-panel-content .other_details span {
    background: #F4A222;
    color: #FFFFFF;
}
.slide-panel-content .other_details span img{
    filter: brightness(0) invert(1);
}
.slide-panel-content .other_details {
    margin-top: 20px;
    margin-bottom: 20px;
}
.slide-panel-container h5 {
    color: #1E0F6E;
    font-size: 22px;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 10px;
}
.text_red {
    color: #D20A0A !important;
}
.slide-panel-content h6 {
    color: #1E0F6E;
    font-size: 15px;
    font-weight: 600;
    margin: 20px 0px;
}
.slide-panel-content ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.slide-panel-content ul li {
    position: relative;
    padding-left: 25px;
    line-height: 24px;
}
.slide-panel-content ul li::after {
    position: absolute;
    content: '';
    width: 14px;
    height: 14px;
    background-image: url(../images/bullet-point.svg);
    background-repeat: no-repeat;
    background-position: left;
    background-size: contain;
    left: 0;
    top: 5px;
}
.about_img {
    height: 350px;
    overflow: hidden;
    margin-top: 70px;
    position: relative;
}
.about_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.about_left h6 {
    color: #595472;
    font-size: 16px;
    font-weight: 600;
    width: 400px;
	    line-height: 22px;
}
.timing_wrap {
    position: absolute;
    top: 0;
    right: 40px;
    background: #1E0F6E;
    border-radius: 0px 0px 90px 90px;
    padding: 25px;
    width: 160px;
}
.emergency_response {
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 38px;
    font-weight: 500;
    position: relative;
    padding-left: 40px;
    justify-content: center;
}
.emergency_response img {
    position: absolute;
    width: 60px;
    height: 80px;
    object-fit: contain;
    left: 0;
    object-position: center;
}
.timing_wrap p {
    margin: 0;
    font-size: 14px;
    color: #E5E5E5;
    font-weight: 500;
    width: 140px;
    line-height: 17px;
    margin-top: 22px;
    padding-left: 13px;
}
.about_right h6 {
    color: #595472;
    font-size: 15px;
    font-weight: 600;
    line-height: 22px;
    margin-bottom: 20px;
}
.mission_vission {
    margin-top: 50px;
}
.mission_vission h5 {
    color: #1E0F6E;
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 40px;
}
.mission_vission .nav-link {
    border: 1px solid #DEDDDF !important;
    color: #1E0F6E;
    font-size: 14px;
    font-weight: 600;
    padding: 12px 25px;
}
.mission_vission #pills-tab {
    gap: 20px;
    margin-bottom: 30px !important;
}
.mission_vission .nav-pills .nav-link.active {
    background-color: #F4A222;
    border-color: #F4A222 !important;
}
.about_right {
    margin-left: 25px;
}
.about_left {
    margin-right: 80px;
}
.professional_services_head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 80px;
}
.ps_head_left {
    width: 400px;
}
.ps_head_left p {
    color: #F4A222;
    font-size: 14px;
    font-weight: 600;
    margin: 0;
}
.ps_head_left h3 {
    margin: 0;
}
.customer_satisfaction {
    border-left: 1px dashed #C2C2C2;
    padding-left: 20px;
}
.customer_satisfaction h6 {
    color: #F4A222;
    font-size: 42px;
    font-weight: 500;
    margin: 0;
    line-height: 32px;
}
.customer_satisfaction span {
    font-size: 14px;
    color: #F9F9F9;
    text-transform: capitalize;
}
.professional_service_wrap h4 {
    color: #F4A222;
    font-size: 22px;
    margin: 20px 0px 20px;
}
.professional_service_wrap p {
    color: #ECECEC;
    width: 245px;
}
.professional_detail_img {
    height: 360px;
    overflow: hidden;
    border-radius: 4px;
    margin-left: 90px;
    width: 480px;
}
.professional_detail_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.professional_service_details {
    margin-top: 60px;
}
.professional_detail_content {
    margin-right: 10px;
}
.team_wrap {
    height: 430px;
    border-radius: 4px;
    overflow: hidden;
    transition: all .5s linear;
    background: #000;
}
.team_wrap:hover img {
    transform: scale(1.05);
    transition: all .5s linear;
    will-change: transform;
    opacity: 1;
}
.team_wrap img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: all .5s linear;
    will-change: transform;
    opacity: .9;
}
.team_name_wrap {
    position: absolute;
    bottom: -100px;
    left: 0;
    background: #00000080;
    width: 100%;
    padding: 22px 35px;
    transition: all .5s linear;
}
.team_wrap:hover .team_name_wrap{
    bottom: 0;
    transition: all .5s linear;
}
.team_name_wrap h6 {
    color: #FFFFFF;
    font-size: 20px;
    margin: 0;
    font-weight: 600;
}
.team_name_wrap span {
    color: #F4A222;
    font-size: 14px;
    font-weight: 500;
}
.management_team_left h3 {
    width: 100%;
    margin-bottom: 20px;
}
.management_team_left p {
    margin: 0;
    width: 365px;
}
.cta {
    background: #2F21771A;
    padding: 50px;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    position: relative;
}
.cta .star_wrap {
    position: absolute;
    width: 45px;
    height: 47px;
    margin-bottom: 0;
    left: 33%;
    bottom: 26%;
}
.cta_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
}
.cta_icon {
    display: flex;
    align-items: center;
    gap: 20px;
}
.cta_icon a{
  width: 55px;
  height: 55px;
  border: 1px solid #ACA7CA;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1E0F6E;
  border-radius: 50%;
  font-size: 25px;
  transition: all .5s linear
}
.cta_icon a:hover{
    background: #1E0F6E;
    color: #fff;
    transition: all .5s linear
}
.cta_right {
    width: 655px;
}
.cta_left h3 {
    width: 400px;
}
.tool_icon {
    width: 290px;
    height: 290px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #EBE9F27D;
    border-radius: 50%;
    border: 40px solid #EBE9F291;
}
.benefit_main_img {
    height: 400px;
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: -150px;
    position: relative;
    z-index: 9;
    margin-top: 70px;
}
.benefit_main_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
/*     object-position: top; */
}
#benefits::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 65%;
    bottom: 0;
    left: 0;
    background: #1E0F6E;
    z-index: -1;
}
#benefits {
    position: relative;
	padding-top: 150px;
}
.benefits_point ul {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
}
.benefits_point ul::after {
    position: absolute;
    content: '';
    left: 22px;
    top: 0;
    width: 1px;
    height: 89%;
    border: 1px dashed #f4a2225e;
}
.benefits_point ul li{
    display: flex;
    gap: 30px;
    margin-bottom: 30px;
}
.benefits_point ul .active span{
    background: #F4A222;
}
.benefits_point ul .active span img{
    filter: unset;
}
.benefits_point ul li span{
    min-width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #F4A222;
    background: #1E0F6E;
    position: relative;
    z-index: 9;
}
.benefits_point ul li span img {
    filter: brightness(0) invert(1);
    width: 28px;
    height: 28px;
    object-fit: contain;
}
.benefits_point ul li h5{
    color: #F4A222;
    font-size: 22px;
    font-weight: 500;
        opacity: .6;
}
.benefits_point ul li p{
     opacity: .6;
}
.benefits_point ul .active h5{
    opacity: 1;
}
.benefits_point ul .active p{
    opacity: 1;
}
.benefits_point ul li {
  transition: all 0.5s ease;
}

.benefits_point ul li h5,
.benefits_point ul li p,
.benefits_point ul li span {
  transition: all 0.5s ease;
  will-change: opacity, transform;
}

.benefits_point ul li:not(.active) h5,
.benefits_point ul li:not(.active) p {
  opacity: 0.5;
  transform: translateY(10px);
}

.benefits_point ul li.active h5,
.benefits_point ul li.active p {
  opacity: 1;
  transform: translateY(0);
}

.benefit_left {
    width: 518px;
}
.benefit_left h3 {
    margin-bottom: 30px;
}
.upload_resume {
    background: #2F21771A;
    border-radius: 4px;
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border: 1px dashed #1E0F6E3D;
}
.upload_resume p {
    color: #1E0F6E99;
    font-size: 13px;
    font-weight: 500;
    width: 130px;
    margin: 0px auto 0px;
    line-height: 16px;
}
.upload_resume iconify-icon {
    font-size: 40px;
}
.upload_resume p span{
    color: #1C5AE0;
    font-weight: 600;
}
.job_application textarea {
    height: 90px;
}
.application_form {
    margin-top: 60px;
}
.slide-panel-container hr {
    color: #D9D7E7;
    margin: 40px 0px;
}
.accept_checkbox {
    margin-top: 20px;
    display: flex;
    align-items: baseline;
    gap: 10px;
    font-size: 13px;
}
.accept_checkbox input[type="checkbox"] {
    accent-color: #000000;
    opacity: .8;
    position: relative;
    top: 3px;
}
#other_services {
    border-top: 1px solid #efeef3;
}
#other_services {
    overflow: hidden;
    padding-left: 68px;
}
.service_sub_title {
    color: #F4A222;
    font-size: 20px;
    margin-bottom: 30px;
}
.service_right {
    margin-left: 10px;
}
.service_right .hm_service_wrap {
    margin-bottom: 0;
}
#service_slider .owl-nav button {
    background: #F4A221 !important;
    border: 0;
    border-radius: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    transition: all .5s  linear;
    color: #fff !important;
    height: 24px;
    justify-content: center;
    font-size: 28px !important;
}
#service_slider .owl-nav button:hover{
    background: #1E0F6E!important;
}
#service_slider .owl-nav {
    display: flex;
    gap: 10px;
    position: absolute;
    left: -45%;
    bottom: 30%;
}
.service_detail_right {
    margin-left: 75px;
}
.blink1{
    text-decoration: blink;
	animation-name: blinker1;
	animation-duration: 0.8s;
    animation-delay: 4s;
	animation-iteration-count:infinite;
	animation-timing-function:ease-in-out;
	animation-direction: alternate;
}
@keyframes blinker1 {
  from {opacity: 1.0;}
  to {opacity: 0.0;}
}
.blink2{
    text-decoration: blink;
	animation-name: blinker1;
	animation-duration: 0.8s;
    animation-delay: 2s;
	animation-iteration-count:infinite;
	animation-timing-function:ease-in-out;
	animation-direction: alternate;
}
@keyframes blinker2{
  from {opacity: 1.0;}
  to {opacity: 0.0;}
}
.cta_right p {
    margin: 0;
}
