 
    body {
        font-family: Arial, sans-serif;
        line-height: 1.6;
        margin: 0;
        padding: 0;
        background-color: #F5F5FB;
    }
    html {
        scroll-behavior: smooth;
      }
    .innerbg {
        background-color: #fff;
        max-width: 1460px;
        margin: 0 auto;
    }
    header {
        display: flex;
        padding: 25px 10%;
        text-align: center;
        align-items: center;
        justify-content: center;
        background-color: #efefef;
    }
    header .logo {
        width: 250px;
    }
    header .logo img {
        width: 100%;
    }
    section {
        padding: 15px;
    }
    footer {
        background-color: #333;
        color: white;
        text-align: center;
        padding: 10px 0;
    }
    h1, h2 {
        color: #0056b3;
    }
    ul {
        padding-left: 20px;
    }
    li {
        margin: 10px 0;
    }
    .contact {
        background-color: #f4f4f4;
        border: 1px solid #ccc;
        margin: 0 auto;
        text-align: center;
    }
    p{
        color: #585858;
    }
    .logo {
        font-size: 18px;
    }
    .copyright {
        color: #fff;
    }




   .d_flex {
    display: flex;
   }
   .banner img {
    width: 100%;
   }
   .twoparts_sec {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
   }
   .twoparts_sec .twoparts {
    width: 48%;
   }

   .servicesarea {
    margin: 0 -15px;
    display: flex;
    flex-wrap: wrap;
    position: relative;
   }
   .servicesarea .services_parts {
    text-align: left;
    margin: 15px 15px;
    width: calc((100% - 180px) / 3);
    position: relative;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    background-color: #f1f1f1;
    padding: 15px;
    border-radius: 14px;
   }

   .num {
    font-size: 20px;
    background-color: #2e8df3;
    color: #fff;
    height: 35px;
    min-width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    border-radius: 24px;
   }
   .services_parts h3 {
    margin-top: 0;
    margin-left: 10px;
   }
   .b_bottom {
    border-bottom: 1px solid #ccc;
   }



   .maintitlediv {
    text-align: center;
   }
   .maintitlediv .sec_title {
    text-align: center;
    margin: 50px 0 30px;
    display: inline-block;
    position: relative;
    padding: 0 15px;
   }
   .maintitlediv .sec_title:before {
    content: "";
    position: absolute;
    width: 100px;
    height: 1px;
    background-color: #ccc;
    left: 100%;
    top: 50%;
   }
   .maintitlediv .sec_title::after {
    content: "";
    position: absolute;
    width: 100px;
    height: 1px;
    background-color: #ccc;
    right: 100%;
    top: 50%;
   }
   


 .headerpart .menu a {
    color: #0e6ab7;
    text-decoration: none;
    margin-right: 20px;
    font-weight: bold;
    transition: all 0.2s ease;
 }
 .headerpart .menu a:last-child {
    margin-right: 0;
 }
 .headerpart .menu a:hover {
    color: #000;
 }

 .headerpart {
    display: flex    ;
    align-items: center;
    justify-content: space-between;
    background-color: #f1f1f1;
    padding: 0 15px;
    position: sticky;
    z-index: 1;
    top: 0;
}

 .headerpart .menu {
   width: 80%;
   display: flex;
   align-items: center;
   justify-content: flex-end;
}
 .headerpart .logo img {
    width: 200px;

}

.min_height_80 {
    min-height: 80px;
}
.icondiv {
    width: 35px;
}
.icondiv img {
    width: 100%;
}
.twoparts .desc h2 {
    color: #fff;
    margin-top: 0;
    margin-left: 10px;
    margin-bottom: 0;
}
#why_choose h3 {
    margin-top: 2px;
    margin-left: 10px;
    margin-bottom: 0;
}
#why_choose p {
    margin-left: 42px;
    margin-top: 0;
}


.navigation .nav-mobile {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    background: #262626;
    height: 70px;
    width: 70px;
}
.navigation nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
 #nav-toggle {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    font-size: 30px;
    color: #fff;
}
.navigation nav ul li {
    float: left;
    position: relative;
}
.navigation nav ul li a, .navigation nav ul li a:visited {
    display: block;
    padding: 0 15px;
    line-height: 50px;
    color: #0e6ab7;
    text-decoration: none;
    font-weight: bold;
    transition: all 0.2s ease;
}





@media screen and (max-width: 1199px) {
    .headerpart .menu a {
        font-size: 15px;
    }
    .navigation nav ul li a, .navigation nav ul li a:visited {
        padding: 0 7px;
    }
}

@media screen and (max-width: 991px) {
    .servicesarea .services_parts {
        width: calc((100% - 120px) / 2);
    }
    .maintitlediv .sec_title:before {
        content: none;
    }
    .maintitlediv .sec_title::after {
        content: none;
    }
    .maintitlediv .sec_title {
        margin: 55px 0 30px;
    }
}
@media screen and (max-width: 991px) {
    .navigation .nav-mobile {
        display: block;
        z-index: 1;
    }
    .navigation nav ul {
        display: none;
    }
    .navigation nav ul {
        top: 70px;
        background-color: #262626;
        position: absolute;
        left: 0;
        width: 100%;
        box-shadow: rgb(0 0 0 / 10%) 0px 10px 14px 2px;
    }
    .nav-mobile ~ .nav-list {
        display: none;
    }   
    .topnav.responsive .nav-mobile ~ .nav-list {
        display: block;
    } 
    .navigation nav ul li {
        width: 100%;
        border-bottom: 1px solid #4a4a4a;
        margin: 0;
    }  
    .navigation nav ul li a, .navigation nav ul li a:visited {
        line-height: 40px;
        color: #fff;
    }
    .navigation nav ul li a, .navigation nav ul li a:visited {
        padding: 10px 25px;
    }
    
}
@media screen and (max-width: 767px) {
    .twoparts_sec .twoparts {
        width: 100%;
    }
    .servicesarea .services_parts {
        width: 100%;
    }
    .maintitlediv .sec_title {
        border-bottom: 1px solid;
    }
    
}