body {
    line-height: 1.5;
    font-size: 17px;
  font-family: "TASA Orbiter", sans-serif;
  font-family: "Inter", sans-serif;
    color: #444444;
    transition: all 0.4s;
    top: 0 !important;
    padding: 0 !important;
    overflow: unset !important;
}
body.overflow_style {
    overflow: hidden;
}
*,
a {
    text-decoration: none;
      font-family: "TASA Orbiter", sans-serif;
   
}
*,
*:before,
*:after {
    box-sizing: border-box;
    position: relative;
}
a {
    -webkit-transition: 0.4s all;
    -moz-transition: 0.4s all;
    -o-transition: 0.4s all;
    transition: 0.4s all;
}
a:hover,
a:focus {
    color: #0e3495;
}
input:focus,
textarea:focus,
select:focus,
button:focus,
a:focus {
    outline: none;
    box-shadow: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
     font-family: "TASA Orbiter", sans-serif;
}
ul,
li,
ol {
    list-style: none;
    margin: 0;
    padding: 0;
       font-family: "Inter", sans-serif;
}
p {
    font-size: 16px;
    color: #676767;
    line-height: 1.5;
    font-weight: 500;
    margin: 0;
       font-family: "Inter", sans-serif;
}
::selection {
    color: #ffffff;
    background: #444444;
}
html::-webkit-scrollbar, header .header_part .header_menu_list .translate_language ul.dropdown-menu::-webkit-scrollbar {
    width: 6px;
    background-color: transparent;
    background: #c5c6c6;
}
header .navbar .navbar-collapse::-webkit-scrollbar {
    width: 6px;
}
html::-webkit-scrollbar-thumb, header .header_part .header_menu_list .translate_language ul.dropdown-menu::-webkit-scrollbar-thumb {
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #0E3495;
    border: solid #e4eaef;
    border-width: 0px 0px 0px 1px;
    cursor: pointer;
}
section {
    position: relative;
    z-index: 1;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
input[type="number"] {
    -moz-appearance: textfield;
}
.form-group input:-webkit-autofill,
.form-group textarea:-webkit-autofill,
.form-group input:-webkit-autofill:hover,
.form-group textarea:-webkit-autofill:hover,
.form-group input:-webkit-autofill:focus,
.form-group textarea:-webkit-autofill:focus,
.form-group input:-webkit-autofill:active .form-group textarea:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px #ffffff inset !important;
    -webkit-background-clip: text;
    -webkit-text-fill-color: #444444;
}
footer input:-webkit-autofill,
footer textarea:-webkit-autofill,
footer input:-webkit-autofill:hover,
footer textarea:-webkit-autofill:hover,
footer input:-webkit-autofill:focus,
footer textarea:-webkit-autofill:focus,
footer input:-webkit-autofill:active .form-group textarea:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px #00507f inset !important;
    -webkit-background-clip: text;
    -webkit-text-fill-color: #ffffff;
}

.btn_style {
    background-color: #00507f;
    font-size: 19px;
    padding: 16px 14px;
    color: #ffffff;
    font-weight: 500;
    border: unset;
    cursor: pointer;
    letter-spacing: 0.2px;
    z-index: 1;
}
.skiptranslate {
    display: none;
}
.my_80 {
    margin: 80px 0;
}
.py_80 {
    padding: 80px 0;
}
.btn_style_view {
    display: block;
    max-width: fit-content;
    color: #444444;
    z-index: 1;
    font-size: 14px;
    font-weight: 500;
    margin: 0;
    overflow: hidden;
    transition: all 0.4s;
    text-align: left;
    position: absolute;
    bottom: 25px;
    padding-right: 25px;
    background: linear-gradient(to right, #0e3495, #4299c6 50%, #222222 0%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 200% 100%;
    background-position: 100%;
    transition: background-position 275ms ease;
    text-decoration: none;
}
.btn_style_view:hover, a.product_box:hover .btn_style_view{
    background-position: 0 70%;
} 
.text_black small.title_sub {
    color: #444444;
}

/* === header part ==== */
header {
    border-top: 12px solid #0E3495;
    position: sticky;
    top: -12px;
    z-index: 10;
    background-color: #ffffff;
}
.header_btn a.header_btn_view {
    background-color: #4299C6;
    color: #ffffff;
    padding: 16px 25px;
    display: inline-block;
    border-radius: 10px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.3px;
    line-height: 1;
    transition: all 0.4s;
    border: 1px solid #4299C6;
    overflow: hidden;
    z-index: 1;
}
.header_btn a.header_btn_view:hover {
    border-color: #0e3495;
}
.header_btn a.header_btn_view.login_btn {
    background-color: transparent;
    color: #4299C6;
}
.header_btn a.header_btn_view:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    bottom: 0;
    background: radial-gradient(circle,rgba(14, 52, 149, 1) 0%, rgba(66, 153, 198, 0) 100%);
    opacity: 0;
    transition: all 0.4s;
    z-index: -1;
    transform: scale(0.7);
}
.header_btn a.header_btn_view:hover:before {
    opacity: 1;
    transform: scale(3);
}
.header_btn a.header_btn_view.login_btn:hover {
    color: #ffffff;
    border-color: #0e3495;
        background-color: #4299C6;
}


header nav.navbar ul.navbar-nav {
    display: flex;
    gap: 12px 28px;
}
header nav.navbar .company_logo, header nav.navbar .company_logo a.navbar_brand {
    width: 100%;
    height: 100%;
    margin: 0;
    display: flex;
    max-width: fit-content;
}
header nav.navbar .company_logo a.navbar_brand img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    max-width: 310px;
}
header nav.navbar ul.navbar-nav>li.nav-item .dropdown-toggle {
    padding: 0;
    line-height: 0.5;
    border: unset;
    box-shadow: unset;
}
header nav.navbar ul.navbar-nav>li.nav-item .dropdown-toggle:after {
    margin: 0;
}
header nav.navbar {
    padding: 34px 45px;
}
header nav.navbar .header_btn {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
} 
header nav.navbar ul.navbar-nav>li.nav-item.dropdown > .dropdown-menu ul.dropdown_list li a, header nav.navbar ul.navbar-nav>li.nav-item.dropdown > .dropdown-menu ul.dropdown_list li a:focus {
    color: #444444;
    background-color: #ffffff;
}
header nav.navbar ul.navbar-nav>li.nav-item.dropdown > .dropdown-menu:before{
    height: calc(100% - 46px);
}
header nav.navbar ul.navbar-nav>li.nav-item.dropdown > .dropdown-menu{
            padding: 55px 8px 8px;
}
header:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    bottom: 0;
    box-shadow: 0px 0px 16px rgb(0 0 0 / 14%);
    opacity: 0;
    transition: all 0.4s;
    z-index: -1;
}
header.sticky:before {
    opacity: 1;
}
/* ==== home slider ==== */
.home_slider .slider_img_view {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    /* align-items: center; */
}
.home_slider .slider_img_view .slider_left {
    width: calc(50% - 10px);
    padding-left: calc(5% - 11px);
    padding-top: 45px;
    padding-bottom: 45px;
    vertical-align: middle;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    align-content: flex-start;
    flex-direction: column;
}
.home_slider .slider_img_view .slider_left h1 {
    font-size: calc(2.35em + 0px);
    color: #3D3D3D;
    font-weight: 700;
    max-width: 618px;
    margin: 0;
    line-height: 1.13;
    margin-bottom: 18px;
    background: linear-gradient(to bottom, #3D3D3D, #3D3D3D, rgba(0, 0, 0, 0));
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: auto 400%;
    background-position: center 150%;
    background-repeat: no-repeat;
}
.home_slider .carousel-item.active .slider_img_view .slider_left h1 {
    animation: fade_text_animate 0.6s linear forwards;
}
@keyframes fade_text_animate {
    from {
        background-position: center 150%;
    }
    to {
        background-position: center 0%;
    }
}
.home_slider .slider_img_view .slider_right {
    width: calc(50% + 10px);
}
.home_slider .slider_img_view .slider_right img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.home_slider {
    background-color: #DDE5EB;
}
.home_slider .slider_img_view .slider_right:after {
    background: linear-gradient(270deg,rgba(255, 255, 255, 0) 0%, rgba(221, 229, 235, 1) 100%);
    content: "";
    position: absolute;
    height: 100%;
    width: calc(28% - 0px);
    left: 0;
    top: 0;
}
.home_slider .slider_img_view .slider_left p {
    color: #676767;
    font-size: 18px;
    font-weight: 500;
    width: 100%;
    letter-spacing: 0.5px;
    word-break: break-word;
    max-width: 655px;
        background: linear-gradient(to bottom, #676767, #676767, rgba(0, 0, 0, 0));
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: auto 400%;
    background-position: center 150%;
    background-repeat: no-repeat;
} 
.home_slider .carousel-item.active .slider_img_view .slider_left p{
    animation: fade_text_animate 0.6s linear forwards; 
}
/* .home_slider .carousel-item{
    transition: transform 1.6s ease-in-out;
} */
 .home_slider .home_slider_btn {
    display: flex;
    margin-left: calc(5% - 11px);
    justify-content: flex-start;
    bottom: 0;
    gap: 7px;
    width: 100%;
    position: absolute;
    background-color: #ffffff;
    max-width: fit-content;
    padding: 10px 12px 8px 12px;
    border-radius: 12px 12px 0px 0px;
        z-index: 1;
}
.home_slider .home_slider_btn button {
    margin: 0;
    border: unset;
    background: #4299C6;
    opacity: 1;
    border-radius: 5px;
    height: 26px;
    width: 26px;
    padding: 5px;
    transition: all 0.4s;
    left: 0;
    position: relative;
}
.home_slider .home_slider_btn button.carousel-control-prev img {
    transform: scaleX(-1);
}
.home_slider .home_slider_btn button.active {
    background: #0e3495;
} 
.main_title_loc {
    padding: 0px 36px;
    gap: 15px 50px;
}
.title_part span.subtitle {
    color: #0E3495;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.05px;
    border: 1px solid #0E3495;
    border-radius: 10px;
    padding: 8px 15px;
    display: inline-block;
    line-height: 1.34;
    margin-bottom: 26px;
}
.title_part h2 {
    font-size: 35px;
    font-weight: 600;
    margin: 0;
    color: #444444;
    white-space: pre-line;
    line-height: 1.15;
        margin-bottom: 14px;
}
.my_100{
    margin: 100px 0;
}
.py_100{
    padding: 100px 0;
}
.product_box .products_box_img img.sourceImage {
    width: 100%;
    height: 100%;
    width: 210px;
    height: 210px;
    object-fit: contain;
    transition: all 0.4s;
}
a.product_box:hover .products_box_img img.sourceImage {
    transform: scale(1.05);
}
a.product_box {
    border: 1px solid #BFBFBF;
    border-radius: 10px;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 34px 28px;
    height: 100%;
}
.products_and_services .swiper-slide {
    height: auto;
}
a.product_box .pr_title h4 {
    color: #444444;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
}
.custom_arrows {
    display: flex;
    position: relative;
    width: 100%;
    max-width: 100px;
    height: 45px;
    align-items: center;
    justify-content: center;
    align-content: center;
    gap: 10px;
    /* margin-top: 60px; */
    z-index: 1;
}
.custom_arrows .swiper_button img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(103%) contrast(103%);
    width: 100%;
    height: 100%;
    object-fit: contain;
    max-width: 18px;
    transition: all 0.4s;
}
.custom_arrows .swiper_button:after {
    display: none;
}
.custom_arrows .swiper_button {
    background-color: #4299C6;
    border-radius: 10px;
    height: 45px;
    width: 45px;
    left: unset;
    right: unset;
    top: unset;
    bottom: unset;
    position: relative;
    margin: 0;
    opacity: 1;
    border: unset;
    box-shadow: unset;
    outline: unset;
    transition: all 0.4s;
} 
.swiper-button-prev[aria-disabled="true"], .swiper_button.swiper-button-disabled {
    background-color: transparent;
}
.custom_arrows .swiper-button-prev[aria-disabled="true"] img, .swiper_button.swiper-button-disabled img {
    filter: brightness(0) saturate(100%) invert(54%) sepia(98%) saturate(296%) hue-rotate(156deg) brightness(84%) contrast(90%);
}
.custom_arrows .swiper_button.swiper-button-prev img {
    transform: scaleX(-1);
}
.products_list_slider {
    margin-top: 55px;
} 
a.product_box .products_box_img {
    width: 100%;
    text-align: center;
}
a.product_box ul li {
    color: #444444;
    font-size: 15px;
    letter-spacing: 0.05px;
    line-height: 1.55;
    list-style-type: disc;
}
a.product_box .pr_title {
    margin-bottom: 32px;
    margin-top: 22px;
}
a.product_box .pr_title ul {
    padding-left: 18px;
}
.btn_style_view:before {
    content: "";
    background-image: url(./../images/arrow.svg);
    background-size: contain;
    width: 14px;
    height: 11px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    filter: brightness(0) saturate(100%) invert(24%) sepia(1%) saturate(428%) hue-rotate(337deg) brightness(100%) contrast(92%);
}
a.product_box:before {
    background: rgb(220 228 234 / 28%);
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 0;
    opacity: 1;
    transition: all 0.4s;
    transform: scaleY(0.7);
    transform-origin: bottom;
    opacity: 0;
}
a.product_box:hover:before {
    transform: scaleY(1);
    opacity: 1;
}
a.product_box:hover {
    border-color: #444444;
}

/* ======== about_us_part ============ */
.about_us_part {
    background: #DDE5EB;
    /* padding: 100px 0px; */
    /* margin: 100px 0px; */
    z-index: 1;
}
.aboutus_left_img .about_bg img, .aboutus_left_img .about_bg {
    border-radius: 15px;
    height: 100%;
    object-fit: cover;
}
.aboutus_left_img .about_bg:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgb(0 0 0 / 41%);
    left: 0;
    top: 0;
    border-radius: 15px;
}
.about_us_part:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background-image: url(./../images/about_us_background.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    left: 0;
    top: 0;
    z-index: -1;
    opacity: 0.26;
    mix-blend-mode: hard-light;
}
.aboutus_right .aboutus_top, .aboutus_right .vision_mission_box {
    background-color: #ffffff;
    border-radius: 15px;
    padding: 58px 52px 58px 40px;
    box-shadow: 0px 0px 5px rgb(0 0 0 / 25%);
}
.blue_text {
    color: #0E3495;
    font-size: 16px;
    font-weight: 600; 
}
.blue_text::before {
    filter: brightness(0) saturate(100%) invert(15%) sepia(53%) saturate(3687%) hue-rotate(211deg) brightness(104%) contrast(94%);
}
.aboutus_right .aboutus_top p {
    letter-spacing: 0.4px;
    margin-bottom: 32px;
    margin-top: 14px;
    line-height: 1.38;
}
.aboutus_right .aboutus_top .title_part span.subtitle {
    padding: 8px 28px;
}
.vision_mission_box .nav button.nav-link {
    padding: 0;
    line-height: 1.3;
    font-size: 16px;
    border: unset;
    color: rgb(70 70 70 / 40%);
    font-weight: 600;
    box-shadow: unset;
    outline: unset;
    border: unset;
}
.vision_mission_box .nav {
    border: unset;
    gap: 15px;
}
.vision_mission_box .nav button.nav-link.active {
    color: #0E3495;
}
.vision_mission_box .vision_mission_content .vision_mission_icon {
    background: #4299C6;
    border-radius: 4px;
    width: 62px;
    height: 62px;
    min-width: 62px;
    min-height: 62px;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
}
.vision_mission_box .vision_mission_content .vision_mission_icon img {
    filter: invert(1);
    max-width: 40px;
    max-height: 40px;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.vision_mission_box .vision_mission_content {
    display: flex;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 18px;
}
.vision_mission_content p {
    color: #444444;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0.35px;
    /* max-width: 400px; */
}
.vision_mission_box .tab-content {
    margin-top: 28px;
}

/* ============ counter === */
.aboutus_left_img .year_of_experiance .counter_view_box .counter_year .counter {
    position: relative;
    display: flex;
    overflow: hidden;
    height: 80px;
    text-align: center;
    max-width: fit-content;
    justify-content: center;
    align-items: center;
    align-content: center;
} 
.aboutus_left_img .year_of_experiance .counter_view_box .counter_year .counter > span {
    z-index: 1;
    display: flex;
    flex-direction: column;
    height: 100%;
    transition: transform 2s ease;
    transform: translateY(0);
    font-size: 80px;
    font-weight: 400;
    color: #ffffff;
    line-height: 0.8;
    text-align: left;
    align-content: center;
    align-items: center;
    width: 42px;
}
.aboutus_left_img .year_of_experiance .counter_view_box .counter_year .counter > span span {
    flex: 0 0 100%;
    height: 100%;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
        font-weight: 400;
}
.aboutus_left_img .year_of_experiance .counter_view_box .counter_year .counter_box {
    -webkit-text-fill-color: unset;
    background-clip: unset;
    -webkit-text-fill-color: unset;
    background: transparent;
    margin-bottom: 18px;
    max-width: fit-content;
} 
.aboutus_left_img .year_of_experiance {
    position: absolute;
    bottom: 38px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #ffffff;
    border-radius: 15px;
    width: calc(71% - 0px);
    padding: 25px;
} 
.aboutus_left_img .year_of_experiance .counter_view_box {
    background: #4299c6;
    border-radius: 15px;
    padding: 15px 32px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
        gap: 32px;
}
.aboutus_left_img .year_of_experiance .counter_view_box h2 {
    margin: 0;
    color: rgb(255 255 255 / 42%);
    font-weight: 400;
    font-size: 40px;
    white-space: pre-line;
    line-height: 1.04;
}
.aboutus_left_img .year_of_experiance p {
    color: #444444;
    line-height: 1.38;
    padding: 0 5px;
}
.aboutus_left_img .year_of_experiance .counter_view_box .counter_show {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    align-content: center;
}
.aboutus_left_img .year_of_experiance .counter_view_box .counter_show sup {
    color: #ffffff;
    font-size: 80px;
    font-weight: 400;
    top: 0;
}
.why_choos_us h4 {
    color: #444444;
    font-size: 18px;
    font-family: "Inter", sans-serif;
    white-space: pre-line;
    text-align: center;
    margin: 0 auto;
}
.whychoose_box {
    padding: 30px 30px 50px;
    border: 1px solid rgba(191, 191, 191, 0);
    border-radius: 10px;
    height: 100%;
    transition: all 0.4s;
    /* cursor: pointer; */
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 45px;
}
.whychoose_box:hover {
    border: 1px solid #BFBFBF;
}
    
.whychoose_box:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background: #F6F8F9;
    left: 0;
    top: 0;
    border-radius: 10px;
    opacity: 0;
    transition: all 0.4s;
}
.whychoose_box:hover:before{
    opacity: 1;
}
.why_choos_us_slider .swiper-slide {
    height: auto;
}
.whychoose_box .whychoose_us_img img {
    height: 100%;
    width: 100%;
    max-width: 250px;
    max-height: 160px;
    transition: all 0.4s;
}
.whychoose_box:hover .whychoose_us_img img {
    filter: brightness(0) saturate(100%) invert(15%) sepia(86%) saturate(2551%) hue-rotate(214deg) brightness(91%) contrast(95%);
}
.why_choos_us_slider .swiper-slide:before {
    border: 1px solid #A3A1A1;
}
.why_choos_us_slider .swiper-slide .whychoose_box .whychoose_us_img:after {
    content: "";
    background: #A3A1A1;
    height: 1px;
    width: calc(100% + 90px);
    left: 50%;
    bottom: 0;
    position: absolute;
    z-index: 0;
    transform: translateX(-50%);
}
.whychoose_box .whychoose_us_img {
    height: 220px;
}
.why_choos_us .why_choos_us_slider {
    margin-top: 55px;
}
.whychoose_box .whychoose_us_img span.dot_pt {
    background: #F6F4EE;
    position: absolute;
    height: 40px;
    width: 40px;
    border-radius: 100%;
    border: 1px solid #A3A1A1;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    transition: all 0.4s;
}
.whychoose_box .whychoose_us_img span.dot_pt:after {
    height: 10px;
    width: 10px;
    position: absolute;
    content: "";
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
    background: #0E3495;
    border-radius: 100%;
    transition: all 0.4s;
}
.whychoose_box .whychoose_us_img span.dot_pt:before {
    width: calc(100% + 1px);
    height: calc(100% + 1px);
    background: #0E3495;
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(0);
    border-radius: 100%;
    transition: all 0.4s;
}
.whychoose_box:hover .whychoose_us_img span.dot_pt:before {
    transform: translate(-50%, -50%) scale(1);
}
.whychoose_box:hover .whychoose_us_img span.dot_pt:after {
    background: #ffffff;
}
.whychoose_box:hover .why_choose_icon{
    animation: spclArrow 2s;
    stroke: #0E3495;
}
@keyframes spclArrow{ 
    10%{
        stroke-dasharray: 0, 500, 2900;
    } 
    100%{
        stroke-dasharray:2900, 500, 2900;
    }
}

.get_in_touch_part {
    background-color: #0E3495;
    padding: 80px 0;
    z-index: 1;
}

.get_in_touch_part .get_in_touch_box {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    gap: 0 150px;
}
.get_in_touch_part .get_in_touch_box .title_part {
    width: calc(100% - 320px);
}
.border_btn {
    border: 1px solid #ffffff;
    color: #ffffff;
    padding: 12px 45px 12px 20px;
    border-radius: 10px;
    background: transparent;
    -webkit-text-fill-color: unset;
}
.border_btn:before {
    filter: invert(0);
    right: 20px;
    transition: all 0.4s;
}
.border_btn:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #ffffff;
    opacity: 0;
    transition: all 0.4s;
    z-index: -1;
}
.border_btn:hover:after {
    opacity: 1;
} 
.border_btn:hover:before {
    filter: brightness(0) saturate(100%) invert(11%) sepia(62%) saturate(5128%) hue-rotate(225deg) brightness(100%) contrast(94%);
}
.get_in_touch_part:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background-image: url(./../images/about_us_background.jpg);
    background-repeat: no-repeat;
    background-size: calc(100% - 420px);
    background-position: right top;
    left: 0;
    top: 0;
    z-index: -1;
    mix-blend-mode: multiply;
    opacity: 0.26;
}
/* .product_portfolio_part .title_part h2 {
    margin-bottom: 25px;
} */
.product_portfolio_part .title_part, .why_choos_us .title_part, .products_and_services .title_part {
    max-width: calc(100% - 150px);
}
.product_portfolio_part .product_portfolio_slider {
    margin-top: 55px;
}
.product_portfolio_part .pr_portfolio_box {
    border: 1px solid #BFBFBF;
    padding: 35px 26px 28px 26px;
    border-radius: 15px;
    display: flex;
    height: 100%;
    flex-wrap: nowrap;
    flex-direction: column;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
}
.product_portfolio_part .pr_portfolio_box:hover {
    border-color: #ffffff;
}
.product_portfolio_part .pr_portfolio_box .pr_portfolio_title h4 {
    font-size: 20px;
    font-weight: 500;
    color: #444444;
    margin-bottom: 12px;
}

.product_portfolio_part .pr_portfolio_box .pr_portfolio_title ul li {
    font-size: 16px;
    color: #444444;
    font-family: "TASA Orbiter", sans-serif;
    line-height: 1.32;
        list-style-type: disc;
}

.product_portfolio_part .pr_portfolio_box .pr_portfolio_title .btn_style_view {
    padding: 0;
    width: 45px;
    height: 45px;
    background: #4299C6;
    max-width: unset;
    border-radius: 10px;
    position: absolute;
    bottom: 0;
}

.product_portfolio_part .pr_portfolio_box .pr_portfolio_title .btn_style_view::before {
    position: relative;
    z-index: 1;
    display: block;
    height: 18px;
    filter: invert(0);
    transform: translate(-50%, -50%) rotate(-45deg);
    width: 18px;
    left: 50%;
    top: 50%;
    background-size: contain;
    background-position: center;
}
.product_portfolio_part .product_portfolio_slider .swiper-slide {
    height: unset;
}
.product_portfolio_part .pr_portfolio_box .pt_port_icon {
    width: 100%;
    height: 100%;
    max-width: 60px;
    max-height: 67px;
    margin-bottom: 22px;
}

.product_portfolio_part .pr_portfolio_box .pt_port_icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.product_portfolio_part .pr_portfolio_box .pr_portfolio_title ul {
    margin-bottom: 22px;
    padding-left: 18px;
}
.product_portfolio_part .pr_portfolio_box .pr_portfolio_title {
    height: 100%;
    width: 100%;
    padding-bottom: 42px;
    z-index: 1;
}
.product_portfolio_part .pr_portfolio_box .categories_img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    border-radius: 15px;
    overflow: hidden;
    z-index: 2;
    transition: all 0.4s;
    pointer-events: none;
}

.product_portfolio_part .pr_portfolio_box .categories_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 40% 40% 40% 40%;
    transform: scale(0.8);
    transition: all 0.4s;
    filter: blur(2px);
    opacity: 0;
    transform-origin: bottom;
}

.product_portfolio_part .pr_portfolio_box:hover .categories_img img {
    transform: scale(1);
    filter: blur(0px);
    visibility: visible;
    opacity: 1;
    border-radius: 0% 0% 0% 0%;
}

.product_portfolio_part .pr_portfolio_box:hover .categories_img {
    opacity: 1;
    visibility: visible;
}




/* .product_portfolio_part .pr_portfolio_box .pt_port_icon {
    width: 100%;
    height: 100%;
    max-width: 60px;
    max-height: 67px;
    margin-bottom: 22px;
}

.product_portfolio_part .pr_portfolio_box .pt_port_icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.product_portfolio_part .pr_portfolio_box .pr_portfolio_title ul {
    margin-bottom: 22px;
}

.product_portfolio_part .pr_portfolio_box .pr_portfolio_title {
    height: 100%;
    width: 100%;
    padding-bottom: 42px;
} */



/* === footer === */
footer .footer_part p, footer .footer_part a {
    color: #444444;
    font-size: 16px;
    font-weight: 500;
    white-space: pre-line;
    display: block;
    width: 100%;
    max-width: fit-content;
    font-family: "Inter", sans-serif;
        line-height: 1.5;
}
footer .footer_part a:hover {
    color: #0e3495;
    text-decoration: underline;
}
.footer_list h6 {
    font-size: 15px;
    font-weight: 600;
    color: #0E3495;
    text-transform: uppercase;
    margin-bottom: 10px;
}
footer {
    background: #DDE5EB;
    z-index: 1;
    padding: 90px 0 0 0;
}
footer .footer_part .footer_list .contact_number {
    margin-bottom: 25px;
}
/* .footer_list.products_list li {line-height: 1.0;} */
footer:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background-image: url(./../images/about_us_background.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right top;
    left: 0;
    top: 0;
    z-index: -1;
    mix-blend-mode: hard-light;
    opacity: 0.26;
}
footer .footer_logo {
    border-top: 1px solid rgb(0 0 0 / 20%);
    margin-top: 62px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    align-content: center;
    flex-wrap: wrap;
    gap: 15px 70px;
    padding: 38px 35px 28px;
}
footer .footer_logo ul.footer_social {
    display: flex;
    gap: 12px 20px;
}
footer .footer_logo ul.footer_social li a img, footer .footer_logo ul.footer_social li a {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: inline-block;
}
footer .footer_logo ul.footer_social li a img{
    transition: all 0.4s;
}
footer .footer_logo ul.footer_social li a:hover img {
    filter: brightness(0) saturate(100%) invert(54%) sepia(46%) saturate(549%) hue-rotate(156deg) brightness(91%) contrast(95%);
}
footer .copyright_part_text {
    background-color: #0E3495;
    text-align: center;
}
/* footer .footer_part .footer_list.products_list li {
    line-height: 1.5;
} */
.copyright_part_text .copy_text, .copyright_part_text .copy_text strong {
    color: #ffffff;
    font-weight: 400;
    font-size: 14px;
}

.copyright_part_text .copy_text span:before {
    content: "";
    position: absolute;
    height: calc(100% - 2px);
    width: 1px;
    background: #ffffff;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.copyright_part_text .copy_text span {
    padding-left: 7px;
    margin-left: 2px;
}

.copyright_part_text .copy_text span.webplus a img {
    max-width: 26px;
    mix-blend-mode: luminosity;
    opacity: 0.8;
    margin-left: 5px;
}

.copyright_part_text .copy_text {
    padding: 14px 0;
}
.copyright_part_text .copy_text span:first-child:before {
    display: none;
} 
.copyright_part_text .copy_text span:first-child{
    margin-left: 0px;
    padding-left: 0px;
}
.footer_list.address {
    padding-left: 36px;
}
.footer_list.contact_info {
    padding-left: 87px;
}
.footer_list.quick_link {
    padding-left: 108px;
}
.footer_list.products_list {
    padding-left: 90px;
}
footer .footer_logo .footer_logo_img>a {
    display: block;
    width: 100%;
    height: 100%;
}

footer .footer_logo .footer_logo_img>a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

footer .footer_logo .footer_logo_img {
    width: 100%;
    max-width: 335px;
}

.products_and_services_view .custom_arrows, .why_choos_slide .custom_arrows, .product_portfolio_slide_view  .custom_arrows{
    position: absolute;
    right: 38px;
    top: -121px; 
}
.product_portfolio_slide_view .custom_arrows {
    right: 50px;
}
.product_portfolio_part .title_part p {
    max-width: calc(74% - 0px);
}

.home_slider_btn:before, .home_slider_btn:after {
    content: "";
    position: absolute;
    width: 22px;
    height: 22px;
    left: -21px;
    background: #ffffff;
    clip-path: path("M0 0 Q0,25 25,20 L 0 25 Z");
    z-index: 1;
    bottom: 0;
    transform: rotate(00deg) scaleX(-1);
}

.home_slider_btn:after {
    transform: rotate(00deg) scaleX(1);
    left: unset;
    right: -22px;
}


.popup_modal_style .modal .modal-dialog {
    margin: 25px 25px 25px auto;
    transform: translate(-70px, 0px) !important;
    border: unset;
    /* height: calc(100% - 50px); */
    transition: all 0.6s !important;
}
.popup_modal_style .modal.show .modal-dialog {
    transform: translate(0px, 0px) !important;
}
.popup_modal_style .modal .modal-dialog .modal-content {
    border: unset;
    border-radius: 15px;
    background: #fafafa; 
    margin: 25px 0px 25px auto;
}
/* .popup_modal_style .modal .modal-dialog .modal-content {
    height: 100%;
} */
.popup_modal_style .modal .modal-dialog .modal-content button.btn-close {
    position: fixed;
    right: 8px;
    top: 8px;
    opacity: 1;
    background-color: #bd6639;
    filter: invert(1);
    width: 35px;
    height: 35px;
    border-radius: 12px;
    z-index: 4;
    box-shadow: unset;
}

.popup_modal_style .modal .modal-dialog .modal-content .req_modal_details {
    padding: 40px 35px;
}

.popup_modal_style .modal .modal-dialog .modal-content .req_modal_details .modal-title p {
    color: #0E3495;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.05px;
    border: 1px solid #0E3495;
    border-radius: 10px;
    padding: 8px 15px;
    display: inline-block;
    line-height: 1.34;
    margin-bottom: 26px;
}
.popup_modal_style .modal .modal-dialog .modal-content .req_modal_details .modal-title h3 {
    font-size: 35px;
    font-weight: 500;
    margin: 0;
    color: #444444;
    line-height: 1.15;
    margin-bottom: 14px;
}
.popup_modal_style .modal .modal-dialog .modal-content .main_title_loc span.pera {
    letter-spacing: 0.4px;
    font-size: 16px;
    max-width: 750px;
    color: #444444;
    line-height: 1.38;
    font-weight: 500;
    margin: 0;
    display: block;
    font-family: "Inter", sans-serif;
}
.popup_modal_style .modal .modal-dialog .modal-content .req_modal_details span a {
    white-space: nowrap;
    color: #0E3495;
    font-weight: 500;
}
.popup_modal_style .form-group input, .popup_modal_style .form-group textarea, .popup_modal_style .form-group input:focus, .popup_modal_style .form-group textarea:focus {
    width: 100%;
    padding: 12px 12px 10px 15px;
    border-radius: 7px;
    border: 1px solid rgb(68 68 68 / 58%);
    font-size: medium;
    background: transparent;
    box-shadow: unset;
}
.popup_modal_style .form-group textarea{
    height: 110px;
    resize: unset;
}
.popup_modal_style .form-group input::placeholder, .popup_modal_style .form-group textarea::placeholder{
    font-size: 15px;
    color: #444444;
    font-weight: 500;
    letter-spacing: 0.25px;
    opacity: 0.75;
}
.popup_modal_style .form-group label {
    font-size: 15px;
    font-weight: 600;
    color: #444444;
    margin-bottom: 5px;
    padding: 0 7px;
    letter-spacing: 0.3px;
    position: absolute;
    z-index: 1;
    top: -9px;
    background: #fafafa;
    line-height: 1.3;
    left: 11px;
}
.sky_btn {
    background: #4299c6;
    border-color: #4299c6;
    font-size: 16px;
    font-weight: 500;
    transition: all 0.4s;
}
.sky_btn:after {
    background: #0e3495;
}
.sky_btn:hover{
    border-color: #0e3495;
    background: #0e3495;
}
.sky_btn:hover::before {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(6108%) hue-rotate(184deg) brightness(111%) contrast(101%);
}
.popup_modal_style .gy-4 {
    --bs-gutter-y: 2.3rem;
}
.popup_modal_style .modal .modal-dialog .modal-content .main_title_loc {
    margin-bottom: 26px;
    z-index: 1;
}



.products_inq_btn {
    position: sticky;
    bottom: 18px;
    z-index: 2;
    margin-bottom: 0px;
    transition: all 0.6s;
    transform: translateY(calc(100% + 30px));
    margin-top: 35px;
} 
.products_inq_btn.active {
    transform: translateY(calc(0% + 0px))
}
.products_inq_btn button.pr_btn {
    font-size: 15px;
    padding: 14px 55px 14px 20px;
    display: inline-block;
    color: #fff;
    width: 100%;
    max-width: 200px;
    border-radius: 15px;
    backdrop-filter: blur(5px);
    text-transform: uppercase;
    text-align: left;
    border-bottom: unset;
    border: 1px solid #e2e2e2;
    background: #4299C6;
    transform: scale(.8);
    transition: all 0.4s;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.3px;
}
.products_inq_btn button.pr_btn:hover {
    background-color: #0e3495;
}
.products_inq_btn button.pr_btn:before {
    content: "";
    position: absolute;
    height: 38px;
    width: 38px;
    right: 7px;
    background-image: url(./../images/arrow_90.svg);
    background-size: 13px;
    background-repeat: no-repeat;
    top: 50%;
    border: 1px solid #ffffff;
    border-radius: 9px;
    background-position: center;
    transform: translateY(-50%);
}
.products_inq_btn.active button.pr_btn {
    transform: scale(1)
}


/* ========== */
header nav.navbar ul.navbar-nav li.nav-item {
    position: static;
}
header nav.navbar ul.navbar-nav li.nav-item {
    position: static;
}

header nav.navbar ul.navbar-nav > li.nav-item.dropdown > .dropdown-menu .mega_menu_list .dropdown_img_view ul li img {
    max-width: 200px;
    max-height: 200px;
    object-fit: contain;
    width: 100%;
    height: 100%;
}

header nav.navbar ul.navbar-nav > li.nav-item.dropdown > .dropdown-menu .mega_menu_list .dropdown_img_view ul li {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 100%;
    width: 100%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    transition: all 0.4s;
    opacity: 0;
}

header nav.navbar ul.navbar-nav > li.nav-item.dropdown > .dropdown-menu .mega_menu_list .dropdown_img_view ul {
    width: 250px;
    height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
}
header nav.navbar ul.navbar-nav > li.nav-item.dropdown > .dropdown-menu .mega_menu_list {
    display: flex;
    flex-wrap: wrap;
}
header nav.navbar ul.navbar-nav > li.nav-item.dropdown > .dropdown-menu .mega_menu_list .dropdown_img_view ul li.active {
    opacity: 1;
}
.home_slider .home_slider_btn button:hover, .custom_arrows .swiper_button:hover {
    background-color: #0e3495;
}
.req_quote_btn>button {
    position: fixed;
    z-index: 2;
    top: calc(50% + 20px);
    right: 0;
    outline: unset;
    box-shadow: unset;
    border-radius: 12px 0px 0px 12px;
    background: #4299c6;
    padding: 10px 3px 6px 6px;
    transform: translate(60px, -50%);
    writing-mode: vertical-rl;
    border: unset;
    transition: all 0.4s;
}
.req_quote_btn.active>button{
    transform: translate(0px, -50%);
}
.req_quote_btn>button img {
    max-width: 26px;
    filter: invert(1);
}
.req_quote_btn>button span {
    font-weight: 500;
    color: #ffffff;
    font-size: 15px;
    border-top: 1px solid rgb(255 255 255 / 40%);
    padding: 8px 6px 7px 6px;
    margin-top: 10px;
}

.popup_modal_style .form-group input:-webkit-autofill, .popup_modal_style .form-group textarea:-webkit-autofill, .popup_modal_style .form-group input:-webkit-autofill:hover, .popup_modal_style .form-group textarea:-webkit-autofill:hover, .popup_modal_style .form-group input:-webkit-autofill:focus, .popup_modal_style .form-group textarea:-webkit-autofill:focus, .popup_modal_style .form-group input:-webkit-autofill:active, .popup_modal_style .form-group textarea:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px #fafafa inset !important;
    -webkit-background-clip: text;
    -webkit-text-fill-color: #444444;
}
.contact_form .form-group input:-webkit-autofill, .contact_form .form-group textarea:-webkit-autofill, .contact_form .form-group input:-webkit-autofill:hover, .contact_form .form-group textarea:-webkit-autofill:hover, .contact_form .form-group input:-webkit-autofill:focus, .contact_form .form-group textarea:-webkit-autofill:focus, .contact_form .form-group input:-webkit-autofill:active, .contact_form .form-group textarea:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px #dde5eb inset !important;
    -webkit-background-clip: text;
    -webkit-text-fill-color: #444444;
}

.thanks_error_img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    max-width: 90px;
    max-height: 90px;
}
.tx_error_text h2 {
    font-size: 3.5rem;
}
.tx_error_text p {
    font-size: 18px;
    max-width: 750px;
    margin: 0 auto;
}
.thanks_error .btn_style_view {
    padding: 16px 55px 16px 20px;
    display: inline-block;
    color: #fff;
    width: 100%;
    max-width: 220px;
    border-radius: 15px;
    backdrop-filter: blur(5px);
    text-transform: uppercase;
    text-align: left;
    border-bottom: unset;
    border: 1px solid #e2e2e2;
    background: #4299C6;
    transform: scale(.8);
    transition: all 0.4s;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 0.3px;
}
.thanks_error .btn_style_view:before{
     content: "";
    position: absolute;
    height: 38px;
    width: 38px;
    right: 7px;
    background-image: url(./../images/arrow_90.svg);
    background-size: 13px;
    background-repeat: no-repeat;
    top: 50%;
    border: 1px solid #ffffff;
    border-radius: 9px;
    background-position: center;
    transform: translateY(-50%);
}
.my_70{
    margin: 70px 0;
}
.tx_error_text h5 {
    font-size: 20px;
    margin: 12px 0;
    font-weight: 600;
    color: #444444;
    font-family: "Inter", sans-serif;
}