@font-face {
    font-family: 'opensans-regular';
    src:  url('../fonts/OpenSans-Regular.ttf') format('truetype');
  }
  @font-face {
    font-family: 'opensans-bold';
    src:  url('../fonts/OpenSans-Bold.ttf') format('truetype');
  }
  @font-face {
    font-family: 'opensans-extrabold';
    src:  url('../fonts/OpenSans-ExtraBold.ttf') format('truetype');
  }
  @font-face {
    font-family: 'opensans-semibold';
    src:  url('../fonts/OpenSans-Semibold.ttf') format('truetype');
  }
  @font-face {
    font-family: 'opensans-light';
    src:  url('../fonts/OpenSans-Light.ttf') format('truetype');
  }
body{
    background:#2E4053;
}
.wrapper{
    display:flex;
    height:100vh;
    flex-direction:column;
}
.dropdown-menu:li {
    text-align: left;
}
.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0; 
 }
 .navbar-collapse{
    justify-content:flex-end;
 }
nav{
    height:80px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.56) 0px 22px 70px 4px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}
.navbar-expand-md .navbar-nav .nav-link{
    color: #fff;
    font: 600 16px "Opensans-semibold",Arial,Sans-serif;
    line-height: 32px;
    padding: 0 16px;
}
.navbar-brand,
.footer-logo{
    font: 700 28px 'opensans-bold',Arial,sans-serif;
    color: #fff;
    letter-spacing: 1px;
}
.title{
    font:700 60px "opensans-bold",Arial,sans-serif;
    line-height:72px;
    color:#fff;
    margin-bottom:24px;
}
.desc{
    font:500 16px "opensans-Regular",Arial,sans-serif;
    line-height:20px;
    color:#fff;
    margin:0;
}
 .service-section .row{
    align-items: center;
    justify-content: center;
 }
.quote{
    color: #fff;
    padding:70px 0;
    font:700 28px "Opensans-bold",Arial,Sans-serif;
    line-height:44px;
    text-align:center;
    max-width: 768px;
    margin: 0;
    position:relative;
}
.service-section .col-12 > ul > li a{
    background:#fff;
    color: #2E4053;
    font: 600 18px "Opensans-bold",Arial,Sans-serif;
    line-height: 32px;
    width: 94%;
    -webkit-box-shadow: 0 0 7px rgba(0,0,0,0.1);
    box-shadow: 0 0 7px rgba(0,0,0,0.1);
    padding: 24px 16px;
    display: inline-flex;
    align-items: flex-start;
    justify-content: flex-start;
    text-align: left;
    margin: 0 48px 0 0;
    text-transform: uppercase;
    border-radius: 18px;
    flex-direction: column;
}
.service-section .col-12 > ul{
    list-style:none;
    display:flex;
    justify-content:space-between;
    padding: 0;
    margin: 0 0 108px 0;
}
.service-section ul li a,
.service-section ul li a:hover{
    color: #2E4053;
    text-decoration:none;
}
.service-section .col-12 > ul ul{
    list-style: disc;
    padding-left:18px;
    margin:10px 0;
}
.service-section .col-12 > ul ul li{
    color: #2E4053;
    font-size:14px;
    line-height:22px;
    font-family:"opensans-bold";
    text-transform: uppercase;
    text-align: left;
    margin-bottom: 10px;
}
footer{
    display: flex;
    margin-top: auto;
    padding: 0 0 16px;
    box-shadow: 0 0px 6px 6px rgba(0, 0, 0, 0.12);
}
.footer .container{
    text-align:center;
}
footer .row > div a{
    color: #fff;
    font: 500 14px "Opensans-Regular",Arial,Sans-serif;
    line-height: 24px;
    margin-right: 24px;
}
footer .row > div a:hover{
    text-decoration:underline;
    color:#fff;
}
.footer-logo{
    display:flex;
    margin-bottom:32px;
}
.footer-logo:hover{
    text-decoration:none;
}
footer .row{
    align-items:center;
    justify-content:center;
}
footer .row div{
    display: flex;
    justify-content: center;
    margin-top: 16px;
}
a:hover{
    color:#fff;
}
/* proto design css */
.proto-design .container .row{
    color:#fff;
}
.component-title{
    color: #fff;
    font: 700 30px 'opensans-bold',Arial,sans-serif;
    line-height:38px;
    margin:48px 0 24px;
}
.subtext{
    margin:0 0 48px;
}
.subtext,
ul li,
table tr td{
    font: 500 16px 'opensans-semibold',Arial,sans-serif;
    line-height:38px;
    text-align: justify;
    color:#fff;
}
.subtext, ul li{
    font: 500 20px 'opensans-regular',Arial,sans-serif;
    line-height:38px;
    text-align: justify;
}
.flow-chart-img {
    margin: 0 0 100px;
    width: 100%;
    height: auto;
}
.flow-chart-v1{
    width:65%;
}
.contactus-section .row,
.about-us .row,
.pricing-model .row,
.research .row,
.reverse-engineering .row,
.terms-and-conditions .row,
.refund-policy .row{
    color:#fff;
}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover{
    color:#fff;
}
.navbar-dark .navbar-brand{
    padding:0;
}
.logo{
    width:180px;
    height:auto;
}
.enggservices-section {
    color:#fff;
    margin:24px 0 48px;
}
.localization{
    color:#fff;
}
.enggservices-section .component-title{
    margin:24px 0;
    font-size:28px;
    line-height:40px;
}
.enggservices-section .subtext{
    margin-bottom: 4px;
    font-size:20px;
}
.enggservices-section ul,
.proto-design ul{
    padding-left:80px;
}
.enggservices-section p span{
    font-family: 'opensans-bold',Arial,sans-serif;
}
.service-section .col-12 > ul > li a:last-of-type{
    margin:0;
}
.dropdown-toggle::after{
    position: relative;
    top: 1.5px;
}
.service-section .col-12 > ul > li{
    color: #2E4053;
    flex:1;
    display: flex;
}
@media(max-width:991.98px){
    .dropdown-toggle::after{
        top: 1px;
    }
    .component-title {
        font: 700 20px 'opensans-bold',Arial,sans-serif;
        line-height: 32px;
        margin: 24px 0;
    }
    .subtext, ul li, table tr td {
        font: 500 16px 'opensans-regular',Arial,sans-serif;
        line-height: 32px;
        color: #fff;
    }
    .flow-chart-img {
        margin: 0 0 48px;
        width: 100%;
        height: auto;
    }
    footer .row div {
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
        margin: 24px 0 0;
    }
    footer .row > div a{
        margin: 0 0 8px;
        width: 100%;
        display: block;
    }
    .service-section ul{
        flex-wrap: wrap;
        margin:0;
    }
    .service-section ul li{
        margin-bottom: 16px;
    }
    .quote{
        padding: 48px 0 32px;
        max-width: 100%;
    }
    .service-section{
        margin-bottom: 48px;
    }
    .wrapper .navbar{
        padding: 0;
    }
    
    .navbar-dark .navbar-brand {
        color: #fff;
        padding: 12px 16px;
    }
    .navbar-collapse{
        box-shadow: rgba(0, 0, 0, 0.56) 0px 22px 70px 4px;
        z-index: 9;
        background: #2E4053;
    }
    .navbar-collapse ul li{
        padding:10px 0;
    }
    .navbar-dark .navbar-toggler {
        color: #fff;
        border: none;
    }
    .navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover{
        color:#fff;
    }
    .navbar-dark .navbar-toggler-icon:focus-visible,
    .navbar-dark .navbar-toggler:focus-visible,
    .navbar-dark .navbar-toggler:focus,
    .navbar-dark .navbar-toggler-icon:focus{
        outline:none;
        border:none;
    }
    .nav-item.dropdown.show .dropdown-menu{
        display:block;
    }
    .nav-item.dropdown .dropdown-menu{
        display:none;
    }
    .wrapper .dropdown-item{
        padding: 0.25rem 1rem;
    }
    .navbar-nav{
        padding: 16px 0 32px;
    }
    table tr td,
    .localization .subtext{
        text-align: left;
    }
    .logo{
        width:120px;
        height:auto;
    }
    .wrapper .navbar-expand-md{
        padding:0;
    }
    .service-section .col-12 > ul > li a{
        width:100%;
        margin:0 0 16px;
    }
    .service-section .col-12 > ul > li{
        font-size:16px;
        line-height:26px;
        border-radius: 8px;
    }
    .quote{
        font-size: 22px;
        line-height: 34px;
    }
    .service-section .col-12 > ul ul li{
        margin-bottom: 4px;
    }
    .enggservices-section .component-title{
        font-size:20px;
        line-height: 30px;
        margin:24px 0 16px;
    }
    .enggservices-section .subtext{
        font-size:16px;
        line-height:22px;
        margin-bottom:14px;
    }
    .enggservices-section ul,
    .proto-design ul{
        padding-left: 18px;
    }
    .enggservices-section ul li,
    .proto-design ul li{
        text-align:left;
    }
    .service-section .col-12 > ul ul{
        padding-left:20px;
    }
    .service-section .col-12 > ul{
        flex-direction: column;
    }    
}
@media(max-width:767.98px){
    .navbar .container{
        background: #2E4053;
        box-shadow: rgba(0, 0, 0, 0.56) 0px 22px 70px 4px;
    }    
}
@media(min-width:768px) and (max-width:991.98px){
    .service-section .col-12 > ul > li{
        justify-content: center;
    }
    .service-section .col-12 > ul > li a{
        width:65%;
    }
    .contactus-section .w-75{
        width:100% !important;
    }
}
.wrapper .navbar-expand-md{
    height:100px;
    padding:8px 16px;
}
.logo{
    width:auto;
    height:72px;
}
.quote:before {
    content: '';
    width: 200px;
    border-bottom: 1px solid #66696d;
    position: absolute;
    top: 50%;
    margin-left: -236px;
}
.quote:after {
    content: '';
    width: 200px;
    border-bottom: 1px solid #66696d;
    position: absolute;
    top: 50%;
    margin-left: 30px;
}
.contactus-section p.m-0 {
    font: 500 16px 'opensans-semibold', Arial, sans-serif;
    line-height: 26px;
    text-align: justify;
    color: #fff;
}
.contactus-section table tr td{
    padding:0;
}
.service-section ul li .sub-title{
    min-height:64px;
    text-decoration:underline;
}
@media(max-width:767px){
    .wrapper .navbar-expand-md{
        padding:0;
        height: 70px;
    }
    .logo{
        height:48px;
    }
    .quote::after,
    .quote::before{
        content:none;
    }
    .service-section ul li .sub-title{
        min-height:auto;
    }
}
@media(min-width:768px){
    .navbar-expand-md .navbar-collapse{
        box-shadow:none;
    }    
}
.sublist-bullet{
    list-style: lower-roman;
    margin:6px 0;
}
.sublist-bullet li{
    margin:0 0 6px;
}
@media(max-width:991.98px){
    .address-section{
        flex-direction: column;
        width:100% !important;
    }
    .address-section > div:first-of-type{
        margin-bottom:32px !important;
    }
    .contactus-section .component-title{
        margin-bottom:32px !important;
    }
    .service-section ul li .sub-title{
        min-height:auto;
    }
}