body, html {
    margin: 0;
    font-family: helvetica neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #333;
    background-color: #fff;
}
.container{
    max-width: 1366px;
    margin:0 auto;
}
header {
    background: #000;
    padding: 5px 0;
}
img{
    max-width: 100%;
}
.logo_new p a {
    color: #00AFD1;
    margin: 0;
    font-size: 28px;
    text-decoration: none;
}
.header_new {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.menu_new ul {
    display: flex;
    gap: 50px;
}
.menu_new ul li {
    list-style: none;
}
.menu_new ul li a{
    color: #fff;
    text-decoration: none;
}
.bannersec {
    background: url(https://askioinfotech.com/images/Askioinfotechwebsite.jpeg);
    height: 700px;
    background-attachment: fixed;
}
.welcome_sectionmain {
    background: rgba(0, 174, 209, 1);
    padding: 50px 0;
    text-align: center;
    margin-bottom: 40px;
}
.welome_sec h2 {
    margin: 0 0 40px 0;
    color: #fff;
    font-size: 30px;
    text-transform: uppercase;
}
.welome_sec p {
    color: #fff;
    font-size: 16px;
    line-height: 25px;
    margin: 0;
}
.ttl {
    font-size: 40px;
    margin: 60px 0;
    color: rgba(0,174,209,1);
}
.text-center{
    text-align: center;
}
.row {
    display: flex;
    align-items: center;
    gap: 19px;
}
.right_side p {
    font-size: 16px;
    line-height: 25px;
}
.col-sm-6 {
    width: 50%;
}
.right_side a {
    display: block;
    color: rgba(0, 174, 209, 1);
    border: 1px solid rgba(0, 174, 209, 1);
    text-decoration: none;
    max-width: 113px;
    text-align: center;
    padding: 10px;
}
.featured_client {
    background: rgba(0, 174, 209, 1);
    padding: 50px;
    margin: 60px 0 0;
}
.featured_client img {
    max-width: 24%;
}
h2.ttl_sub {
    font-size: 40px;
    color: #fff;
    padding-bottom: 20px;
    margin: 0;
}
.ttl_super_sub {
    display: flex;
    width: 23.7%;
    gap: 15px;
    align-items: flex-start;
}
.ttl_super_sub h3{
    font-size: 25px;
    margin: 0;
    line-height: normal;
}
section.services_new {
    background: url(https://askioinfotech.com/images/keybord.jpeg);
    padding: 90px 0;
    position: relative;
    background-attachment: fixed;
    background-size: 100%;
}
section.services_new::before{
    position: absolute;
    background-color: rgba(0,0,0,0.4);
    height: 100%;
    width: 100%;
    top: 0;
    content: "";
}
.services_new .row {
    flex-wrap: wrap;
    padding-top: 20px;
    align-items: self-start;
}
.services_new_cnt {
    color: #fff;
}
.services_new_cnt p {
    margin: 10px 0 0 0;
    font-size: 16px;
    line-height: 22px;
}
section.services_new .container {
    position: relative;
}
.services_new_img {
    width: 100%;
}
.about_sec.career_section {
    background: #00AFD1;
    padding: 80px 0 30px;
}
section.about_sec.career_section h2 {
    margin: 0;
}
section.about_sec.career_section .ttl {
    color: #fff;
}
.about_sec.career_section .row {
    padding-top: 45px;
}
.about_sec.career_section .right_side a {
    display: block;
    color: #fff;
    border: 1px solid #fff;
    text-decoration: none;
    max-width: 113px;
    text-align: center;
    padding: 10px;
}
.about_sec.career_section .right_side p {
    font-size: 16px;
    line-height: 25px;
    color: #fff;
}
.form_input input {
    border: 1px solid rgba(0, 174, 209, 1);
    width: 100%;
    height: 50px;
    border-radius: 5px;
    padding-left: 5px;
    margin-bottom: 10px;
}
textarea#customerMessage {
    border: 1px solid rgba(0, 174, 209, 1);
    width: 100%;
    height: 170px;
    border-radius: 5px;
    padding-left: 5px;
    margin-bottom: 10px;
}
input.btn.viamagus-button-transparent.viamagus-button- {
    background: transparent;
    color: rgba(0, 174, 209, 1);
    border: 1px solid rgba(0, 174, 209, 1);
    float: right;
    padding: 10px 20px;
    display: block;
}
footer {
    background: rgba(0, 174, 209, 1);
    text-align: center;
    color: #fff;
    padding: 20px;
    margin-top: 0;
    font-size: 15px;
}
section.welcome_sectionmain.inside_page_new h2 {
    margin-bottom: 0;
}
section.inside_page a {
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
}
.ttl_services {
    font-size: 27px;
    color: rgba(0, 174, 209, 1);
    margin: 0 0 20px 0;
}
.services_secition .row {
    align-items: flex-start;
}
.services_secition_grey {
    background: rgba(239, 239, 239, 1);
    padding: 50px 0;
    margin: 40px 0;
}
.services_secition_grey .row {
    align-items: flex-start;
    flex-direction: row-reverse;
}
section.services_secition_grey p, section.services_secition p {
    font-size: 18px;
    line-height: 25px;
}
.services_secition_grey.last_serivces_sec {
    margin-bottom: 0;
}
.row_NEW .col-sm-12 img {
    width: 100%;
}
.row_NEW .col-sm-12 figure {
    margin: 0;
}
section.about_sec.career_page {
    padding-bottom: 40px;
}

section.detail_contact .col-sm-4 img {
    max-width: 44px;
}
.detail_contact .row {
    display: flex;
    align-items: flex-start;
}
.detail_contact .col-sm-4 {
    width: 33%;
    text-align: center;
}
section.detail_contact {
    padding: 99px 0 20px;
}
iframe {
    width: 100%;
    height: 500px;
    margin-bottom: 40px;
}