.hm_about_right p {
    color: #3B3B3B;
    font-size: 30px;
    line-height: 40px;
    font-weight: 500;
    margin: 0;
}
.reveal-text .word {
    color: #cfcfcf;
}

.reveal-text .word {
    color: #cfcfcf;
}
.hm_about_img {
    height: 350px;
    border-radius: 20px;
    overflow: hidden;
}
.hm_about_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.hm_about_content {
    height: 100%;
    display: flex;
    align-items: end;
    margin-left: 30px;
    width: 250px;
}
.hm_about_content p {
    color: #3B3B3B;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 30px;
}
.hm_avout_bottom {
    margin-top: 80px;
}
.slide_wrapper{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.hm_techology_left {
    width: 55%;
    display: flex;
    gap: 100px;
}
.slide_image {
    width: 45%;
    height: 480px;
    border-radius: 22px;
    overflow: hidden;
}

.slide_image img{
    width:100%;
    height:100%;
    object-fit:cover;
}

.count{
    color:#f7a12b;
    font-size:14px;
    display:block;
    margin-bottom:30px;
}
.slide_content h2 {
    color: #fff;
    margin-bottom: 25px;
}
.slide_content p{
    color:#bcbcbc;
    max-width:400px;
}

.slide_footer {
    margin-top: 100px;
}
.btn_explore{
    background:#f7a12b;
    color:#fff;
    padding:14px 30px;
    border-radius:50px;
    text-decoration:none;
}

.custom_nav{
    display:flex;
    gap:10px;
}

.custom_nav button{
    width:45px;
    height:45px;
    border:none;
    border-radius:50%;
    cursor:pointer;
}
#hm_technology {
    position: relative;
}
#hm_technology .container{
    position: relative;
    z-index: 9;
}
.bg_pattern {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    opacity: .1;
}
#hm_technology .owl-nav {
    position: absolute;
    bottom: 35px;
    left: 40%;
    display: flex;
    gap: 10px;
}
#hm_technology .owl-nav button{
    width: 39px;
    height: 39px;
    background: #444444;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    transition: all .2s linear;
}
#hm_technology .owl-nav button:hover{
    background: #F5821F;
    transition: all .2s linear;
}
.hm_service_head {
    margin-bottom: 60px;
}
.hm_service_wrap {
    height: 450px;
    border-radius: 22px;
    display: inline-block;
    width: 100%;
    overflow: hidden;
    position: relative;
    transition: all .2s linear;
    will-change: transform;
    background: #000;
}
.hm_service_wrap:hover img {
    transform: scale(1.05);
    transition: all .2s linear;
    opacity: .6;
}
.hm_service_wrap img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .2s linear;
    will-change: transform;
}
.hm_service_wrap h2 {
    position: absolute;
    bottom: 30px;
    left: 30px;
    background: #0000006B;
    padding: 10px 20px;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 600;
    border-radius: 50px;
    margin: 0;
}
.projects{
    display:flex;
    flex-direction:column;
    gap:24px;
}

.project-card{
    display:flex;
    align-items:center;
    gap:40px;
    padding: 20px 20px;
    border:1px solid #e5e5e5;
    border-radius:24px;
    cursor:pointer;
    transition:all .4s ease;
}

.project-card img{
    width:260px;
    height:80px;
    object-fit:cover;
    border-radius:16px;
    transition:all .4s ease;
    flex-shrink:0;
}

.content{
    flex:1;
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:30px;
}

.content > div{
    max-width:650px;
}

.project-card .medium_title{
    margin:0;
    color:#8d8d8d;
    transition:.3s;
}

.project-card p{
    display:none;
    margin-top:15px;
}

.project-card .common_btn {
    border: 1px solid #f58220;
    color: #000;
    transition: .3s;
    background: transparent;
}

/* Active Card */
.project-card.active {
    border-color: #f5822040;
    padding: 20px 20px;
}

.project-card.active img{
    height:160px;
}

.project-card.active .medium_title{
    color:#111;
}

.project-card.active p{
    display:block;
}

.project-card.active .common_btn{
    background:#f58220;
    color:#fff;
} 
.clients_title {
    color: #F5821F;
    text-transform: capitalize;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 30px;
}
.client_wrap {
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.client_wrap img {
    filter: grayscale(1);
    max-width: 160px;
    max-height: 90px;
    object-fit: contain;
}
#cta {
    padding: 100px 0;
    position: relative;
    text-align: center;
    overflow: hidden;
}
.cta_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#cta .container{
    position: relative;
    z-index: 9;
}
#cta .common_title {
    width: 650px;
    margin: auto;
}
#cta p {
    color: #FFFFFF;
    width: 610px;
    margin: 20px auto 40px;
}
#cta .common_btn {
    margin: auto;
}
#cta::after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(245, 130, 31, 1) 44%, rgba(255, 255, 255, 0) 100%);
}
footer {
    padding: 50px 0px 20px;
    background: #FFFBF84D;
    position: relative;
    overflow: hidden;
}
footer::after {
    position: absolute;
    content: '';
    left: 50%;
    top: 40%;
    width: 140%;
    height: 290px;
    border-radius: 50%;
    background: #fff;
    transform: translate(-50%, -50%);
    filter: blur(40px);
}
.ftr_bottom{
    position: relative;
    z-index: 9;
}
.ftr_top{
    position: relative;
    z-index: 9;
}
.ftr_top h2 {
    color: #000000;
    font-size: 40px;
    font-weight: 700;
    display: flex;
    align-items: center;
    width: 300px;
    line-height: 40px;
}
.ftr_top h2 span{
    width: 39px;
    height: 39px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F5821F;
}
.ftr_top {
    display: flex;
    align-items: end;
    justify-content: space-between;
}
.ftr_top p {
    margin: 0;
    width: 500px;
}
.ftr_bottom {
    border-top: 1px solid #ededed;
    padding-top: 60px;
    margin-top: 60px;
}
.ftr_title {
    color: #000000;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 20px;
    /*text-transform: uppercase;*/
}
.quick_links a {
    text-decoration: none;
    color: #3B3B3B;
    font-size: 15px;
    display: block;
    margin-bottom: 5px;
    font-weight: 500;
    transition: all .5s linear;
}
.quick_links a:hover{
    color: #f5821f;
    transition: all .5s linear;
}
.quick_links {
    margin-bottom: 30px;
}
.copyright {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 50px;
}
.copyright p{
    margin: 0;
    color: #000000;
    font-size: 12px;
    font-weight: 400;
}
.copyright p a{
    text-decoration: none;
    color: #000000;
    font-weight: 500;
}
.ftr_text {
    color: #F5821F4D;
    font-size: 248px;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0;
	text-align: center;
}
.about_img {
    min-width: 460px;
    height: 320px;
    border-radius: 22px;
    overflow: hidden;
}
.about_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.about_content {
    display: flex;
    align-items: center;
    gap: 50px;
    margin-top: 80px;
}
.mission_vision {
    margin-top: 80px;
}
.mission_vision_wrap {
    background: #F0F0F0A1;
    border-radius: 22px;
    padding: 40px;
    text-align: center;
    transition: all .2s linear;
}
.mission_vision_wrap p {
    margin: 0;
}
.mission_vision_wrap:hover{
    background: #F5821F;
    transition: all .2s linear;
}
.mission_vision_wrap span{
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: #2E2E2E;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    transition: all .2s linear;
}
.mission_vision_wrap:hover span{
    background: #FFFFFF;
    transition: all .2s linear;
}
.mission_vision_wrap:hover span img {
    filter: grayscale(1) invert(1);
    transition: all .2s linear;
}
.mission_vision_wrap span img {
    max-width: 40px;
    max-height: 40px;
    object-fit: contain;
    transition: all .2s linear;
}
.mission_vision_wrap h2 {
    margin: 30px 0 20px;
    transition: all .2s linear;
}
.mission_vision_wrap:hover h2{
    color: #fff;
    transition: all .2s linear;
}
.mission_vision_wrap:hover p{
    color: #fff;
    transition: all .2s linear;
}

.team_img {
    height: 400px;
    border-radius: 22px;
    overflow: hidden;
    margin-bottom: 20px;
    background: #000;
    transition: all .2s linear;
}
.team_img:hover img{
    transform: scale(1.03);
    transition: all .2s linear;
    opacity: .8;
}
.team_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .2s linear;
        object-position: top;
}
.name {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 2px;
}
.designation {
    color: #3B3B3B;
    font-size: 14px;
    font-weight: 500;
}
.award_wrap {
    height: 300px;
}
.award_wrap img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#team .head_centre p {
    width: 700px;
}
.portfolio-grid{
/*     display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:24px;
    grid-auto-rows:10px; */
}

.card:nth-child(even){
    grid-row:span 18;
}

.card:nth-child(odd) {
    grid-row: span 22;
}
.portfolio-grid .card {
    border: 0;
    background: transparent;
    margin-bottom: 40px;
    text-decoration: none;
    transition: all .5s linear;
    display: inline-block;
    width: 100%;
}
.portfolio-grid .card img:hover{
    transform: scale(1.01);
    transition: all .5s linear;
}
.portfolio-grid .card img {
    width: 100%;
    height: 570px;
    object-fit: cover;
    border-radius: 22px;
    margin-bottom: 20px;
    transition: all .5s linear;
}
.portfolio-grid .card p {
    width: 470px;
    margin: 0;
}
.service_detail_left h6 {
    color: #000000;
    font-size: 28px;
    font-weight: 600;
    margin: 30px 0px;
    width: 440px;
}
.service_detail_left .common_title {
    margin-bottom: 30px;
}
.quick_connect_wrap {
    background: #F5821F;
    border-radius: 22px;
    padding: 30px;
    width: fit-content;
}
.quick_connects a {
    text-decoration: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 15px;
    margin: 10px 0px;
}
.quick_connects a svg{
    font-size: 20px;
}
.quick_connects {
    margin: 30px 0px 40px;
}
.service_detail_left {
    margin-right: 100px;
}
.service_detail_right {
    position: sticky;
    top: 100px;
}
.faq_bottom {
    background: #121212;
    border-radius: 22px;
    padding: 30px;
    width: 350px;
    margin-top: 50px;
}
.faq_bottom h6 {
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 600;
}
.faq_bottom p {
    color: #ffffffb5;
    margin: 20px 0px 40px;
}
.faq_right .accordion-item {
    background: #FFF7F0;
    border: 0;
    border-radius: 15px!important;
    margin-bottom: 20px;
}
.faq_right .accordion-button {
    background: transparent;
    border: 0;
    border-radius: 0!important;
    padding: 20px;
    color: #000000;
    font-size: 18px;
    font-weight: 600;
}
.faq_right .accordion-button:not(.collapsed) {
    color: #000000;
    background-color: transparent;
    box-shadow: none;
}
.faq_right .accordion-button:focus {
    border-color: transparent;
    box-shadow: none;
}
.faq_right .accordion-button::after {
    width: 30px;
    height: 30px;
    background-size: 30px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23f5821f' d='M17 13h-4v4h-2v-4H7v-2h4V7h2v4h4m-5-9A10 10 0 0 0 2 12a10 10 0 0 0 10 10a10 10 0 0 0 10-10A10 10 0 0 0 12 2'/%3E%3C/svg%3E");
}
.faq_right .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='%23f5821f' d='M17 13h-4v4h-2v-4H7v-2h4V7h2v4h4m-5-9A10 10 0 0 0 2 12a10 10 0 0 0 10 10a10 10 0 0 0 10-10A10 10 0 0 0 12 2'/%3E%3C/svg%3E");
        transform: rotate(45deg);
}
.faq_right {
    margin-left: 60px;
}
.faq_top p {
    width: 400px;
}
.faq_top .common_title {
    width: 440px;
    margin-bottom: 20px;
}
.technology_wrap {
    border: 1px solid #ef7f2b3d;
    display: inline-block;
    width: 100%;
    overflow: hidden;
    border-radius: 20px;
    padding: 20px;
    background: #FFFBF8;
    text-decoration: none;
    margin-bottom: 22px;
    transition: all .2s linear;
}
.technology_wrap:hover {
    background: #ef7f2b17;
    border-color: #ffede2;
    transition: all .2s linear;
}
.technology_wrap:hover img{
    transform: scale(1.02);
    transition: all .2s linear;
}
.technology_title span {
    color: #F5821F;
    font-size: 20px;
    font-weight: 600;
    display: block;
    margin-bottom: 10px;
}
.technology_list_img {
    height: 200px;
    border-radius: 20px;
    overflow: hidden;
    margin: 30px 0px;
}
.technology_list_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .2s linear;
    will-change: transform;
}
.technology_wrap p{
    margin-bottom: 0;
}
.video_wrap {
    overflow: hidden;
    position: relative;
    height: 500px;
    border-radius: 20px;
}
.video_wrap video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#video{
    overflow: hidden;
}

.video_wrap{
    display: block;
    transform: scale(.8);
    will-change: transform;
}
.play_btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 3px solid #fff;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 60px;
}
.pause {
    display: block;
}

.play_icon {
    display: none;
}
.technology_right {
    height: 330px;
    border-radius: 22px;
    overflow: hidden;
}
.technology_right img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.technology_left .reveal-text {
    color: #3B3B3B;
    font-size: 30px;
    line-height: 40px;
    font-weight: 500;
    margin-bottom: 30px;
}
.technology_left {
    margin-right: 50px;
}
.technology_accordian_left .common_title {
    width: 400px;
    margin-bottom: 30px;
}

.technology_accordian .accordion-item {
    border: 0;
    border-bottom: 1px solid #00000012!important;
    border-radius: 0px!important;
}
.technology_accordian .accordion-button {
    background: transparent;
    border: 0;
    border-radius: 0!important;
    padding: 20px;
    color: #000000;
    font-size: 18px;
    font-weight: 600;
}
.technology_accordian .accordion-button:not(.collapsed) {
    color: #000000;
    background-color: transparent;
    box-shadow: none;
    padding: 20px 20px 0px;
}
.technology_accordian .accordion-button:focus {
    border-color: transparent;
    box-shadow: none;
}
.technology_accordian .accordion-button::after {
    width: 30px;
    height: 30px;
    background-size: 30px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23f5821f' d='M17 13h-4v4h-2v-4H7v-2h4V7h2v4h4m-5-9A10 10 0 0 0 2 12a10 10 0 0 0 10 10a10 10 0 0 0 10-10A10 10 0 0 0 12 2'/%3E%3C/svg%3E");
}
.technology_accordian .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='%23f5821f' d='M17 13h-4v4h-2v-4H7v-2h4V7h2v4h4m-5-9A10 10 0 0 0 2 12a10 10 0 0 0 10 10a10 10 0 0 0 10-10A10 10 0 0 0 12 2'/%3E%3C/svg%3E");
        transform: rotate(45deg);
}
.technology_accordian .accordion-body {
    padding: 0 20px;
}
.project_list_wrap {
    height: 450px;
    border-radius: 22px;
    display: inline-block;
    width: 100%;
    overflow: hidden;
    position: relative;
    transition: all .2s linear;
    will-change: transform;
    background: #000;
    margin-bottom: 22px;
}
.project_list_wrap:hover img {
    transform: scale(1.05);
    transition: all .2s linear;
    opacity: .6;
}
.project_list_wrap::after {
    position: absolute;
    content: '';
    left: -40px;
    bottom: 0;
    width: 100%;
    height: 100px;
    background: #000;
    border-radius: 50%;
    filter: blur(80px);
}
.project_list_wrap img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .2s linear;
}
.project_list_wrap .medium_title {
    position: absolute;
    bottom: 30px;
    left: 30px;
    color: #fff;
    margin: 0;
    z-index: 9;
}
#other_projects .flex_title .common_title {
    width: 300px;
}
.project_management_centre {
    height: 400px;
    border-radius: 20px;
    overflow: hidden;
    margin-right: 50px;
}
.project_management_centre img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.project_management_right p{
    margin: 0;
}
#our_process ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline-block;
    width: 100%;
    position: relative;
}
#our_process ul::after {
    position: absolute;
    content: '';
    left: 50%;
    top: 40px;
    width: 80%;
    height: 1px;
    border: 1px dashed #f5821f14;
    transform: translate(-50%, 0%);
}
#our_process ul li{
    width: 25%;
    float: left;
    text-align: center;
}
#our_process ul li:hover span {
    background: #2E2E2E;
    transition: all .5s linear;
    transform: translateY(-5px);
}
#our_process ul li span {
    width: 60px;
    height: 60px;
    background: #F5821F;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    transition: all .5s linear;
}
#our_process ul li span img {
    max-width: 35px;
    max-height: 35px;
}
#our_process ul li p {
    width: 228px;
    margin: auto;
}
#our_process ul li .medium_title {
    margin: 20px auto 10px;
}
.why_choose_img {
    height: 380px;
    border-radius: 22px;
    overflow: hidden;
}
.why_choose_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.why_choose_content {
    background: #F5821F;
    border-radius: 22px;
    height: 100%;
    padding: 30px;
}
.why_choose_content p {
    color: #fff;
}
.why_choose_content .common_title {
    width: 330px;
    margin-bottom: 30px;
}
#other_projects .project_list_wrap {
    margin: 0;
}
.contact_img {
    height: 350px;
    border-radius: 22px;
    overflow: hidden;
    position: relative;
    margin-left: 50px;
}
.contact_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.office_timing {
    position: absolute;
    top: 20px;
    left: 20px;
    background: #00000080;
    padding: 10px;
    border-radius: 10px;
}
.office_timing h6 {
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 5px;
    background: #F6811C;
    border-radius: 50px;
    width: fit-content;
    padding: 5px 15px 5px 5px;
}
.office_timing h6 svg{
    font-size: 18px;
}
.office_timing p {
    margin: 0;
    color: #fff;
    font-size: 14px;
    width: 180px;
    line-height: 20px;
}
.contact_form {
    background: #222222;
    padding: 50px 40px;
    border-radius: 22px;
}
.google_map {
    height: 400px;
    border-radius: 22px;
    overflow: hidden;
    margin: 30px 0px;
}
.google_map iframe{
    width: 100%;
    height: 100%;
}
.social_media {
    display: flex;
    align-items: center;
    gap: 10px;
}
.social_media a {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    border-radius: 50%;
    background: #ffffff0f;
    font-size: 16px;
    transition: all .3s linear;
}
.social_media a:hover{
    background: #F5821F;
    transition: all .3s linear;
}
.contact_form_left p {
    color: #c1c1c1;
    margin: 0;
    width: 500px;
}
.contact_input {
    width: 100%;
    background: transparent;
    border: 0;
    border-bottom: 1px solid #ffffff08;
    padding: 20px 0px;
    outline: none;
    box-shadow: none;
    color: #fff;
    font-size: 15px;
}
.contact_input::placeholder{
    color: #6f6f6f;
    font-size: 14px;
    font-weight: 400;
}
.contact_form_right {
    margin-left: 50px;
}
.contact_form_right textarea {
    height: 100px;
    resize: none;
}
.wpcf7-response-output {
    color: #fff;
}
span.wpcf7-not-valid-tip {
    margin-top: 6px;
    font-size: 14px;
}
.contact_form_right .common_btn{
    margin-top: 20px;
}
.contact_form_right .medium_title {
    margin-bottom: 30px;
}
.contact_left .medium_title {
    width: 370px;
    margin-bottom: 20px;
}
.contact_left p {
    width: 440px;
}
.contact_left ul {
    padding: 0;
    margin: 20px 0px 0px 0px;
    list-style: none;
    display: inline-block;
    width: 100%;
}
.contact_left ul li{
    padding-right: 30px;
    float: left;
}
.contact_left ul li span{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #F5821F;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
}
.contact_left ul li a {
    text-decoration: none;
    color: #3B3B3B;
    font-size: 15px;
    font-weight: 500;
    width: 160px;
    display: flex;
}
.contact_left ul li h3 {
    color: #000000;
    font-size: 16px;
    font-weight: 700;
    margin: 20px 0px 10px;
    text-transform: capitalize;
}
.project_details_right {
    padding-left: 50px;
}

.portfolio_slider_img img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    margin-bottom: 20px;
    border-radius: 22px;
}
.portfolio_slider_content .portfolio_title{
    font-size: 24px;
    font-weight: 600;
}
.portfolio_slider_wrap {
    display: inline-block;
    width: 100%;
    margin-bottom: 25px;
}
.portfolio_slider .owl-dots {
    position: absolute;
    bottom: 23px;
    width: 100%;
    text-align: center;
}
.portfolio_slider .owl-dots button {
    width: 12px;
    height: 12px;
    background: #d6d2d2!important;
    border-radius: 50%;
    margin: 0 3px;
}
.portfolio_slider .owl-dots button.active {
    background: #f5821f!important;
}
.project_slider_wrap {
    height: 300px;
    overflow: hidden;
    margin-bottom: 22px;
}
.project_slider_wrap img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#project_slider{
    overflow: hidden;
}
#service_slider .owl-nav button {
    width: 35px;
    height: 35px;
    background: #f5821f;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 50%;
	position: absolute;
    top: 50%;
}
#service_slider .owl-nav button.owl-prev.disabled {
    opacity: 0.5;
    pointer-events: none;
}
#service_slider .owl-nav button.owl-next.disabled {
    opacity: 0.5;
    pointer-events: none;
}
#service_slider .owl-nav button.owl-prev{
    left:0;
}
#service_slider .owl-nav button.owl-next{
    right:0;
}