 body {
  direction: ltr;
  font-family: 'Poppins', sans-serif;
}

.header .txt_box .title {
    font-size: 55px;
}

.header .txt_box .subtitle .left_arrows ,
.about_sec .txt_box .box ul li::before {
    transform: rotateY(180deg);
}

.about_sec .img_box .exp_box::before {
    clip-path: polygon(100% 0, 0 0, 100% 100%);
}

.butn_w_arrow i {
    transform: rotate(140deg);
}
.butn_w_arrow {
    width: 200px;
}

.blog_sec .blog_card .img_box .badge_categ::before {
    clip-path: polygon(100% 0, 0 100%, 100% 100%);
}

.contact_pg .form_box .phone_group .countryCode_span {
    padding-inline-start: 50px;
}
.contact_pg .form_box .phone_group .form-control {
    padding-left: 115px;
}