.hm_about_right {
    margin-left: 110px;
}
.hm_about_right a {
    margin-top: 30px;
}
.client_logo_wrap {
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.client_logo_wrap img {
    width: 120px !important;
    height: 50px !important;
    object-fit: contain;
}
.hm_clients {
    margin-top: 50px;
}
.pf_slider_title span {
    color: #434343;
    font-size: 14px;
    font-weight: 600;
}
.pf_slider_title h6 {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 600;
    width: 100px;
    margin-bottom: 0;
    margin-top: 10px;
}
.pf_slider_title {
    margin-top: 20px;
}
#facility_slider {
    border-bottom: 1px solid #232221;
    padding-bottom: 40px;
    margin: 40px 0;
}
.pf_description h4 {
    color: #FFFFFF;
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 20px;
}
.pf_description a {
    margin-top: 40px;
}
.pf_right {
    height: 580px;
    border-radius: 8px;
    overflow: hidden;
}
.pf_right img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.pf_left {
    margin-right: 50px;
}
.pf_slider_img {
    height: 100px;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
}
#facility_slider .item .active h6{
    color: #01adf1;
}
/* Animated underline base */
.pf_slider_img::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    width: 0%;
    background: #01ade3;
    transition: width 4.5s ease-in-out;
}

/* Only active item will show the underline fully */
.facility_slide_wrap.active .pf_slider_img::after {
    width: 100%;
}

/* Active number coloring */
.facility_slide_wrap.active .pf_slider_title span {
    color: #01ade3;
}
.pf_slider_img img{
  height: 100%;
  object-fit: cover;
}
.paragraph_white p{
    color: #D2D8DA;
}
#hm_expertise  .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background-color: transparent;
}
#hm_expertise .nav {
    border-top: 1px solid #D8D8D8;
    margin-top: 60px;
}
#hm_expertise .nav li {
    width: 25%;
    position: relative;
}
#hm_expertise .nav li .active::after {
    position: absolute;
    content: '';
    left: 0;
    top: -2px;
    background: #161514;
    width: 0%;
    height: 2px;
}
#hm_expertise .nav-link.active::after {
  animation: tabFill 5s linear forwards;
}

@keyframes tabFill {
  from { width: 0%; }
  to { width: 100%; }
}
#hm_expertise .nav button {
    color: #161514;
    font-size: 18px;
    font-weight: 600;
    padding: 40px 0 0;
    text-align: center;
    width: 100%;
}
.expertise_details {
    height: 520px;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
}
.expertise_details img{
    width: 100%;
    height: 100%;
    object-fit: cover;
      animation: zoomin 25s ease-in infinite;
  transition: all .5s ease-in-out;
}
@keyframes zoomin {
  0% {transform: scale(1);}
  50% {transform: scale(1.5);}
  100% {transform: scale(1);}
}
.expertise_detail_wrap {
    position: absolute;
    top: 0;
    left: 0;
    background: #161514;
    padding: 20px;
    width: 280px;
}
.expertise_detail_wrap p {
    color: #D2D8DA;
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 30px;
}
#hm_expertise .tab-content {
    margin-top: 50px;
}
.sliderTab {
    position: relative;
    overflow: hidden;
    margin-bottom: 50px;
    padding: 0;
}
@media (max-width: 479px) {
  .sliderTab {
    width: 100%;
    margin-bottom: 30px;
  }
}
.sliderTab .swiper-slide {
  padding: 0 8px;
  width: auto;
}
.sliderTab .swiper-slide a {
  transition: 0.25s;
}
.sliderTab .swiper-slide a .slide__nav:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0;
  height: 1px;
  background: var(--color1);
  transform: translateX(-50%);
  transition: 0.25s;
}
.sliderTab .swiper-slide.on .slide__nav {
    color: #161514;
    background: #01ADF1;
}
.sliderTab .swiper-slide.on .slide__nav:after {
  width: 100%;
}
.sliderTab .slide__nav {
    padding: 10px 20px;
    box-sizing: border-box;
    position: relative;
    display: inline-block;
    white-space: nowrap;
    font-size: 14px;
    color: #BBB9B9;
    transition: 0.25s;
    background: #232221;
    border-radius: 50px;
    font-weight: 600;
}
.sliderTab .slide__nav:hover{
    color: #161514;
    background: #01ADF1;
}
.sliderContent {
  width: 100%;
}
.sliderContent .swiper-slide .title {
  margin-bottom: 15px;
  font-size: 30px;
  text-align: center;
}
.hm_projects {
    margin-top: 50px;
    overflow: hidden;
    padding-bottom: 20px;
}
.hm_project_image {
    height: 300px;
    border-radius: 8px;
    overflow: hidden;
    transition: all .5s linear;
    background: #01adf1;
    position: relative;
}
.hm_project_image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .5s linear;
    will-change: transform;
}
.hm_project_wrap {
    text-decoration: none;
    display: inline-block;
    width: 100%;
    transition: all .5s linear;
    will-change: transform;
    cursor: pointer;
}
.hm_project_wrap:hover .hm_project_image img{
    transform: scale(1.05);
    transition: all .5s linear;
    opacity: .5;
}
.hm_project_image span::after {
    position: absolute;
    content: '';
    height: calc(100% + 10px);
    width: calc(100% + 10px);
    border: 1px dashed #ffffff;
    top: -5px;
    left: -5px;
    border-radius: inherit;
    animation: spin 10s linear infinite;
}
@keyframes spin {
    100% {
        transform: rotateZ(360deg);
    }
}
.hm_project_image span {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #ffffff;
    color: #01adf1;
    opacity: 0;
    transition: all .5s linear;
    will-change: transform;
}
.hm_project_image:hover span{
    opacity: 1;
    transition: all .5s linear;
    will-change: transform;
}
.place {
    display: flex;
    align-items: center;
    font-size: 13px;
    color: #BBB9B9;
    font-weight: 600;
    margin: 20px 0 10px 0px;
}
.place span{
    width: 6px;
    height: 6px;
    border-radius: 50px;
    background: #BBB9B9;
    margin: 0 10px;
}
.hm_project_title h6 {
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 600;
    margin: 0;
}
.project_slider .owl-dots {
    display: flex;
    align-items: center;
    width: 86%;
    margin-top: 75px;
}
.project_slider .owl-dots .active{
    background: #01ADF1!important;
}
.project_slider .owl-dots button {
    width: 100%;
    background: #E7E7E733 !important;
    height: 1px;
}
.project_slider .owl-nav {
    position: absolute;
    bottom: -19px;
    right: 0;
    display: flex;
    align-items: center;
    gap: 15px;
}
.project_slider .owl-nav button{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff!important;
    background: #01ADF1!important;
    font-size: 20px!important;
    opacity: .5;
    transition: all .5s linear;
}
.project_slider .owl-nav button:hover{
    opacity: 1;
    transition: all .5s linear;
}
#cta {
    height: 450px;
    background-position: left;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    background-attachment: fixed;
}
.cta {
    display: flex;
    align-items: center;
    justify-content: right;
}
.cta_wrap h4 {
    color: #161514;
    font-size: 34px;
    font-weight: 600;
}
.cta_wrap p{
    margin: 10px 0 30px;
}
.cta_wrap {
    width: 470px;
}
footer {
    background: #161514;
    padding: 80px 0px 20px;
}
.ftr_left p {
    color: #D2D8DA;
    font-size: 15px;
    font-weight: 500;
    margin: 25px 0px 30px;
    width: 350px;
}
.ftr_social_media a {
    width: 35px;
    height: 35px;
    background: #232221;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #01ADF1;
    font-size: 18px;
    transition: all .5s linear;
}
.ftr_social_media a:hover {
    background: linear-gradient(45deg, #01adf1, transparent);
    color: #fff;
    transition: all .5s linear;
}
.ftr_social_media {
    display: flex;
    align-items: center;
    gap: 20px;
}
.ftr_title {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 20px;
}
.quick_links a {
    color: #CAC9C9;
    text-decoration: none;
    font-size: 15px;
    display: flex;
    margin-bottom: 15px;
}
.quick_links a:hover{
    color: #01ADF1;
}
.view_all {
    color: #01ADF1 !important;
}
.ftr_contact_wrap {
    background: #232221;
    text-align: center;
    padding: 20px;
    height: 130px;
    border-radius: 8px;
}
.ftr_contact_wrap h6 {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 10px;
}
.ftr_contact_wrap h6 span{
    width: 30px;
    height: 30px;
    background: #161514;
    color: #01ADF1;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ftr_contact_wrap a {
    color: #CAC9C9;
    text-decoration: none;
    font-size: 15px;
    
}
.ftr_contacts {
    margin-top: 65px;
}
.copy_right p {
    color: #ABAEBD;
    font-size: 12px;
    font-weight: 400;
    margin: 0;
}
.copy_right p a{
    color: #ABAEBD;
    text-decoration: none;
}
.copy_right {
    text-align: center;
    margin-top: 40px;
}
/* contact page */
.contact_us {
    width: 75%;
    margin: auto;
}
.contact_title {
    text-align: center;
    margin-bottom: 50px;
}
.contact_title p {
    width: 620px;
    margin: 0 auto;
}
.contact_input {
    background: #f5f5f5;
    border: 1px solid #f3f3f3;
    border-radius: 6px;
    padding: 10px 20px;
    width: 100%;
    outline: none;
    box-shadow: none;
    font-size: 14px;
    font-weight: 500;
}
.contact_input::placeholder{
    color: #a1a1a1;
    font-size: 15px;
    font-weight: 400;
}
.contact_input_wrap label {
    color: #222222;
    font-size: 15px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 15px;
}
.contact_input_wrap {
    margin-bottom: 35px;
}
.contact_input_wrap textarea {
    height: 120px;
    resize: none;
}
.contact_title h4 {
    margin-bottom: 15px;
}
.input_submit {
    text-transform: uppercase;
    background: transparent;
    border: 0;
    outline: none;
    font-weight: 600;
}
.submit_btn {
    display: flex;
    align-items: center;
    justify-content: center;
}
.contact_location_left {
    height: 480px;
    border-radius: 8px;
    overflow: hidden;
}
.contact_location_left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.contact_location_title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.social_media a {
    width: 35px;
    height: 35px;
    background: #d8edf5;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #161514;
    font-size: 16px;
    transition: all .5s linear;
}
.social_media a:hover{
    background: linear-gradient(45deg, #009ddb, transparent);
    color: #000000;
    transition: all .5s linear;
}
.social_media {
    display: flex;
    align-items: center;
    gap: 20px;
}
.contact_location_title h4 {
    width: 400px;
    margin: 0;
}
.contact_location_right ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.contact_location_right ul li {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.contact_location_right ul li:last-child{
    margin-bottom: 0;
}
.contact_details span {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #01adf1;
}
.contact_details a {
    color: #363636;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
    width: 300px;
}
.contact_details {
    display: flex;
    align-items: center;
    gap: 15px;
}
.contact_location_right {
    margin-left: 50px;
}
.view_map {
    background: #d8edf5;
    border-radius: 12px;
    padding: 10px 20px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: #00abee;
    transition: all .5s linear;
    width: fit-content;
}
.view_map:hover {
    color: #ffffff;
    background: #01adf1;
    transition: all .5s linear;
}
.project_list_wrap {
    background: #f5f5f5;
    border-radius: 16px;
    padding: 20px;
    display: inline-block;
    width: 100%;
    text-decoration: none;
    transition: all .5s linear;
    margin-bottom: 30px;
}
.project_image {
    height: 290px;
    border-radius: 8px;
    overflow: hidden;
    transition: all .5s linear;
    background: #01adf1;
    position: relative;
}
.project_image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .5s linear;
}
.project_name {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
}
.project_name h6 {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    color: #161514;
}
.project_name span {
    font-size: 14px;
    font-weight: 600;
    color: #626567;
}
.project_image span {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #ffffff;
    color: #01adf1;
    opacity: 0;
    transition: all .5s linear;
    will-change: transform;
}
.project_list_wrap:hover .project_image img {
    transform: scale(1.05);
    transition: all .5s linear;
    opacity: .5;
}
.project_list_wrap:hover .project_image span {
    opacity: 1;
    transition: all .5s linear;
}
.project_image span::after {
    position: absolute;
    content: '';
    height: calc(100% + 10px);
    width: calc(100% + 10px);
    border: 1px dashed #ffffff;
    top: -5px;
    left: -5px;
    border-radius: inherit;
    animation: spin 10s linear infinite;
}
#project_list {
    padding-bottom: 50px;
}
#project_detail .hm_project_title h6 {
    color: #161514;
}
#project_detail .place {
    color: #8d9092;
}
#project_detail .place span {
    background: #8d9092;
}
#project_detail .hm_project_wrap{
    margin-bottom: 40px;
}
#project_detail {
    padding-bottom: 40px;
}
.counter_wrap {
    background: #f5f5f5;
    border-radius: 8px;
    padding: 30px;
}
.counter_wrap h6 {
    font-size: 13px;
    font-weight: 500;
    color: #8b8b8b;
    text-transform: uppercase;
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.counter_wrap span {
    color: #01adf1;
    font-size: 56px;
    font-weight: 600;
}
.counter {
    margin-top: 50px;
}
.plus:after {
    content: "+";
    display: inline-block;
  }
  .mission_vision_img {
    height: 420px;
    border-radius: 8px;
    overflow: hidden;
}
  .mission_vision_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .mission_vision_left {
    height: 100%;
    display: grid;
    align-content: space-between;
}
.mission_vision_left h6 {
    color: #01adf1;
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 20px;
}
.mission_vision_left ul {
    padding: 0;
    margin: 20px 0px;
    list-style: none;
}
.mission_vision_left ul li {
    color: #ffffff6e;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
    position: relative;
    padding-left: 20px;
    border-left: 3px solid #ffffff1a;
    cursor: pointer;
}
.mission_vision_left ul li::after {
    position: absolute;
    content: '';
    left: -3px;
    top: 0;
    width: 3px;
    height: 100%;
    background: transparent;
}
.mission_vision_left ul li.active::after {
    background: rgba(1, 173, 241, 1);
    transform-origin: top;
    transform: scaleY(0);
    animation: fillBar 4s linear forwards;
}
@keyframes fillBar {
    from {
        transform: scaleY(0);
    }
    to {
        transform: scaleY(1);
    }
}
.mission_vision_left ul .active{
    color: #fff;
}
.mission_vision_left p {
    width: 410px;
}
.head_centre {
    text-align: center;
    margin-bottom: 55px;
}
.head_centre h4{
    margin-bottom: 20px;
}
.head_centre p {
    width: 670px;
    margin: auto;
}
.why_choose_wrap {
    text-align: center;
}
.why_choose_wrap span{
    width: 50px;
    height: 50px;
    background: #01adf1;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}
.why_choose_wrap h6{
    font-size: 20px;
    font-weight: 600;
    color: #161514;
    margin: 20px 0 15px;
}
.why_choose_wrap p {
    margin: 0;
    font-size: 15px;
    line-height: 22px;
    width: 300px;
    margin: auto;
}
#mission_vision .fade-out {
    transform: scale(.9);
    opacity: .2;
    transition: all .5s linear;
}
#mission_vision .fade-in {
    transform: scale(1);
    opacity: 1;
    transition: all .5s linear;
}
#available_machine_slider{
    position: relative;
    z-index: 999;
}
#available_machine_slider .item {
    transition: .4s ease all;
    transform: scale(.6);
}
#available_machine_slider .active.center .item {
    transform: scale(1);
}
.available_machine_wrap{
    height: 320px;
    padding-bottom: 50px;
}
.available_machine_wrap img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
#available_machines {
    position: relative;
}
#available_machines::before {
    position: absolute;
    content: '';
    width: 350px;
    height: 100px;
    left: 50%;
    top: 65%;
    transition: all .5s linear;
    background: #01ADF1;
    filter: blur(200px);
    z-index: 9;
    transform: translate(-50%, -50%);
}
.available_machine_wrap h5 {
    color: #01ADF1;
    font-size: 24px;
    font-weight: 600;
    margin: 0;
    position: absolute;
    bottom: 0px;
    text-align: center;
    width: 100%;
    opacity: 0;
}
#available_machine_slider .active.center .item .available_machine_wrap h5{
    opacity: 1;
}
#available_machine_slider .owl-nav {
    position: absolute;
    display: flex;
    justify-content: space-between;
    width: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#available_machine_slider .owl-nav button {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff !important;
    background: #01ADF1 !important;
    font-size: 20px !important;
    opacity: .5;
    transition: all .5s linear;
}
#available_machine_slider .owl-nav button:hover{
    opacity: 1;
    transition: all .5s linear;
}
#expertise_details {
    padding-bottom: 40px;
}
.expertise_wrap {
    height: 285px;
    display: inline-block;
    width: 100%;
    position: relative;
    text-decoration: none;
    transition: all .5s linear;
    margin-bottom: 40px;
}
.expertise_wrap:hover .expertice_content{
    height: 200px;
    transition: all .5s linear;
}
.expertise_wrap:hover p{
    opacity: 1;
    transition: all .5s linear;
}
.expertise_wrap:hover button{
    opacity: 1;
    transition: all .5s linear;
}
.expertise_wrap img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    border-radius: 16px;
}
.expertice_content {
    box-shadow: 0px 4px 8px 0px #00000014;
    background: #F5F5F5;
    border-radius: 16px;
    padding: 20px;
    position: absolute;
    bottom: 0;
    width: 90%;
    left: 50%;
    transform: translate(-50%, 0%);
    height: 60px;
    overflow: hidden;
    transition: all .5s linear;
}
.expertice_content h6 {
    color: #161514;
    font-size: 16px;
    font-weight: 600;
    transition: all .5s linear;
    margin: 0;
}
.expertice_content p{
    font-size: 15px;
    opacity: 0;
    transition: all .5s linear;
}
.expertice_content button {
    border: 0;
    display: flex;
    align-items: center;
    gap: 5px;
    background: transparent;
    color: #01ADF1;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    opacity: 0;
    transition: all .5s linear;
}
.expertice_content button iconify-icon{
    font-size: 20px;
}
.expertice_big_banner {
    height: 450px;
    border-radius: 16px;
    overflow: hidden;
    margin-top: 40px;
}
.expertice_big_banner img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#approaches ul {
    display: grid;
    gap: 0px 70px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 0;
    margin: 0;
    list-style: none;
}
#approaches ul li {
    display: flex;
    gap: 50px;
    border-top: 1px solid #626363;
    padding: 40px 0px;
    position: relative;
    transition: all .5s linear;
}
#approaches ul li::after{
    position: absolute;
    content: '';
    top: -1px;
    left: 0;
    width: 0%;
    height: 1px;
    background: #01ADF1;
    transition: all .5s linear;
}
#approaches ul li:hover::after{
    width: 100%;
    transition: all .5s linear;
}
#approaches ul li span{
    color: #626363;
    font-size: 14px;
    font-weight: 600;
    transition: all .5s linear;
}
#approaches ul li:hover span{
    color: #01ADF1;
    transition: all .5s linear;
}
#approaches ul li h6 {
    font-size: 20px;
    color: #FFFFFF;
    font-weight: 500;
    margin-bottom: 20px;
    gap: 25px;
    display: flex;
    width: 250px;
}
#approaches ul li p{
    color: #D2D8DA;
    margin: 0;
}
#other_expertise_slider .owl-nav {
    position: absolute;
    top: -90px;
    right: 0;
    display: flex;
    align-items: center;
    gap: 15px;
}
#other_expertise_slider .owl-nav button{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff!important;
    background: #01ADF1!important;
    font-size: 20px!important;
    opacity: .5;
    transition: all .5s linear;
}
#other_expertise_slider .owl-nav button:hover{
    opacity: 1;
    transition: all .5s linear;
}
#other_expertise_slider {
    margin-top: 50px;
}
#other_expertise .expertise_wrap {
    margin: 0;
}
.slide-panel {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 9999999;
  visibility: hidden;
  transition: visibility 0s 0.6s;
}
.slide-panel.is-visible {
  visibility: visible;
  transition: visibility 0s 0s;
}
.slide-panel-header {
    position: fixed;
    width: 59%;
    height: 80px;
    background-color: #fafafa;
    transition-timing-function: ease-out;
    transition-property: all;
    transition-duration: 0.6s;
    transition-delay: 0.6s;
    transform: translate3d(100%, 0, 0);
    display: flex;
    justify-content: space-between;
    padding: 20px 30px;
}
.slide-panel-header h2 {
  font-size: 18px;
  font-weight: 300;
  color: #667387;
  padding-top: 33px;
}
.slide-panel-header h1 {
  font-size: 24px;
  color: #667387;
}
.slide-panel-header .slide-panel-close {
    font-size: 24px;
    color: #000000;
    cursor: pointer;
}
.slide-panel-close iconify-icon {
    position: relative;
    z-index: -1;
}
.slide-panel-header h6 {
    color: #161514;
    font-size: 16px;
    font-weight: 500;
    margin: 0;
}
.slide-panel-header .badge {
  font-family: 'Roboto', sans-serif;
  font-size: 9px;
  font-weight: 500;
  color: #fff;
  margin-right: 10px;
}
.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;
}
.is-visible .slide-panel-header {
  top: 0;
  transform: translate3d(0, 0, 0);
  transition-delay: 0s;
}
.slide-panel-container {
  position: fixed;
  width: 59%;
  height: 100vh;
  top: 80px;
  right: 0;
  padding-left: 30px;
  padding-right: 30px;
  background-color: #fafafa;
  transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.6s;
  transition-delay: 0.6s;
  transform: translate3d(100%, 0, 0);
}
.slide-panel-container .slide-panel-content {
    height: 500px;
    overflow-y: scroll;
}
.from-right .slide-panel-container {
  right: 0px;
}
.is-visible .slide-panel-container {
  transform: translate3d(0, 0, 0);
  transition-delay: 0s;
}

.project_gallery_wrap {
    height: 350px;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 10px;
}
.project_gallery_wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.project_gallery .owl-nav {
    position: absolute;
    top: 50%;
    left: 10px;
    display: flex;
    transform: translate(0%, -50%);
    justify-content: space-between;
    width: 96%;
}
.slide-panel-content h5 {
    color: #161514;
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 25px;
}
.project_gallery .owl-nav button{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff!important;
    background: #01ADF1!important;
    font-size: 20px!important;
    opacity: .5;
    transition: all .5s linear;
}
.project_gallery .owl-nav button:hover{
    opacity: 1;
    transition: all .5s linear;
}
.slide-panel-content ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
.slide-panel-content ul li{
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #ebebeb;
    padding: 15px 0px;
}
.slide-panel-content ul li:last-child{
    border: 0;
    padding-bottom: 0;
}
.slide-panel-content ul li span{
    color: #161514;
    font-size: 16px;
    font-weight: 400;
    width: 40%;
}
.slide-panel-content ul li p{
    color: #161514;
    font-size: 15px;
    font-weight: 600;
    margin: 0;
    width: 60%;
}
.fix_icons {
    position: fixed;
    right: 10px;
    top: 50%;
    z-index: 99999999;
    display: grid;
    gap: 10px;
}
.fix_icons a{
    width: 40px;
    height: 40px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 26px;
}
.ftr_left a img {
    width: 190px;
    filter: brightness(0) invert(1);
}
.email {
    background: #01adf1;
}
.phone {
    background: #0029ff;
}
.whatsapp {
    margin-top: 80px;
    font-size: 36px !important;
}
.approach_right img {
    max-width: 38px;
    max-height: 38px;
    object-fit: contain;
}
	.wpcf7-not-valid-tip {
    font-size: 14px!important;
}
	.wpcf7-response-output {
    font-size: 14px!important;
}