@import url('https://fonts.googleapis.com/css?family=Muli:300,400,600,700');
body {
    padding: 0;
    margin: 0;
    background-color: #ffffff;
    font-family: 'Muli', sans-serif;
    font-size: 18px;
    line-height: 32px;
    color: #292929;
    text-align: justify;
}

a {
    outline: none !important;
    text-decoration: none;
}

a:hover {
    text-decoration: none !important;
    outline: none !important;
}

ul {
    padding: 0;
    margin: 0;
}


/*Menu*/
.navbar-inverse {
    background-color: transparent;
    border-color: transparent;
    min-height: auto;
    padding: 20px 0;
    margin-bottom: 0;
}

.navbar-inverse2 {
    background-color: #ffffff;
    box-shadow: 0 12px 42px 12px rgba(0, 0, 0, 0.08);
    padding: 10px 0;
}

.navbar-inverse2 .logo1 {
    display: none;
}

.logo2 {
    display: none !important;
}

.navbar-inverse2 .logo2 {
    display: block !important;
}

.navbar-brand {
    height: auto;
    padding: 0px 15px;
}

.navbar-brand img {
    max-width: 130px;
}

.navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 13px;
    color: #ffffff;
    height: auto;
    position: relative;
    padding: 0;
    margin: 10px 15px;
}

.navbar-inverse .navbar-nav > li > a {
    color: #fff;
}

.navbar-inverse2 .navbar-nav > li > a {
    color: #050708;
}

.navbar-center li a::after {
    position: absolute;
    content: '';
    height: 2px;
    background-color: #ffffff;
    bottom: -8px;
    left: 0;
    width: 0%;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
}

.navbar-center li.active a::after {
    width: 100%;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
}

.navbar-center li a:hover::after {
    width: 100%;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    background-color: #fff;
}

.navbar-inverse2 .navbar-center li:hover a::after {
    background-color: #002e63;
}

.navbar-inverse2 .navbar-center li.active a::after {
    background-color: #002e63;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .active > a:hover {
    color: #ffffff;
    background-color: transparent;
}

.navbar-inverse2 .navbar-nav > .active > a,
.navbar-inverse2 .navbar-nav > .active > a:focus,
.navbar-inverse2 .navbar-nav > .active > a:hover {
    color: #002e63;
}

.navbar-inverse .navbar-nav > li.aiworkxBtn > a,
.navbar-inverse .navbar-nav > li.aiworkxBtn > a {
    color: #ffffff;
    background-color: transparent;
}

.navbar-inverse2 .navbar-nav > li.aiworkxBtn > a,
.navbar-inverse2 .navbar-nav > li.aiworkxBtn > a {
    color: #002e63;
}

.navbar-inverse2 .navbar-nav > li.aiworkxBtn > a:focus {
    background-color: transparent;
    color: #002e63 !important;
}
.navbar-inverse2 .navbar-nav > li.aiworkxBtn > a:hover {
    color: #ffffff !important;
}

.navbar-inverse2 .navbar-nav > li > a:focus,
.navbar-inverse2 .navbar-nav > li > a:hover {
    color: #002e63 !important;
    background-color: transparent;
}

.navbar-nav.navbar-center {
    position: absolute;
    left: 50%;
    transform: translatex(-50%);
}

.navbar-right li {
    border-radius: 4px;
    border: solid 2px #cad3df;
    padding: 0px 10px !important;
    font-weight: bold;
    letter-spacing: 0.5px;
}

.navbar-inverse2 .navbar-right li {
    border-color: #002e63;
}

.navbar-inverse2 .navbar-right li a {
    color: #002e63;
}

.navbar-right li:hover {
    border-color: #002e63;
}

.navbar-right li:hover a {
    color: #ffffff !important;
}


/*Banner*/

.bannerSection canvas {
    display: block;
    vertical-align: bottom;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}


/* ---- stats.js ---- */

.js-count-particles {
    font-size: 1.1em;
}

#stats,
.count-particles {
    -webkit-user-select: none;
    margin-top: 5px;
    margin-left: 5px;
}

#stats {
    border-radius: 3px 3px 0 0;
    overflow: hidden;
}

.count-particles {
    border-radius: 0 0 3px 3px;
}


/* ---- particles.js container ---- */

.bannerSection {
    display: table;
    vertical-align: middle;
    background-image: url("../images/ai_robo_banner.png");
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-position: 50% 0;
    transition: 0s linear;
    transition-property: background-position;
}

.bannerSection::after {
    position: absolute;
    content: ' ';
    mix-blend-mode: multiply;
    background-color: rgba(0, 46, 99, 0.5);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.bannerSectionInner {
    display: table-cell;
    vertical-align: middle;
    color: #fff;
    width: 100%;
    z-index: 2;
    font-size: 18px;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
         -ms-transform: translate(0, -50%);
             -o-transform: translate(0, -50%);
             -moz-transform: translate(0, -50%);
}
.ourSolutions::after{
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0,0,0,0.40);
    position: absolute;
} 
.bannerSectionInner h1 {
    font-size: 40px;
    line-height: 40px;
    font-weight: bold;
    text-align: center;
    color: #ffffff;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.19);
}

.playVideo {
    top: 40%;
    text-align: center;
    left: 0;
    right: 0;
    margin: auto;
        color: #ffffff;
    z-index: 1;
}
.playInner {
    text-align: center;
    display: inline-block;
    font-size: 28px;
}

.playInner .flex {
    cursor: pointer;
}

.playInner img {
    margin-right: 20px;
}

.modal-open {
    overflow: auto;
    padding-right: 0 !important;
}

.bannerVideo .modal-body {
    position: relative;
    min-height: 90vh;
    padding: 10px;
}

.bannerVideo .close {
    border: 1px solid #fff;
    font-size: 30px;
    color: #fff;
    position: relative;
    z-index: 999;
    border-color: #002e63 !important;
    opacity: 1;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    background: #002e63;
}

.bannerVideo .close span {
    margin-top: -5px;
    display: block;
}

.bannerVideo iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.testimonials {
    bottom: 0;
    z-index: 2;
    background-color: #2a87dd;
    color: #fff;
    line-height: 24px;
    left: 0;
}
.testimonials h3 {
    margin: 0;
    color: #ff8100;;
    font-size: 20px;
}
/*Our Technology*/

.ourTechnologySection {

}

.OurTechnologyImg img {
    display: table;
    margin: auto;
    max-width: 120px;
}



#technology .paegsubHead {
    margin-bottom: 5px;
}
h3{
    margin-top: 0;
}


/*Our Solutions*/

.ourSolutions {
    background-image: url('../images/doctor.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    width: 46%;
}


/* Our Partners*/

.partnersList ul {
    list-style: none;
    display: block;
}

.partnersList ul li {
    display: inline-block;
}

.partnersList ul li a {
    color: #949494;
}

.partnersList ul li a {
    color: #949494;
    margin: 0 20px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
}

.partnersList ul li.active a {
    font-weight: bold;
    color: #2e89ff;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    text-decoration: none;
}

.partnersList ul li a:hover {
    color: #2e89ff;
    text-decoration: none;
}

.partnerInnerCircle {
    width: 220px;
    height: 220px;
    background-color: #ffffff;
    box-shadow: 0 4px 20px 0 rgba(224, 224, 224, 0.5);
    border-radius: 50%;
    display: table;
    vertical-align: middle;
    margin: auto;
}

.partnerInner {
    display: table-cell;
    vertical-align: middle;
    overflow: hidden;

}

.partnerInner img {
    width: 100%;
    max-width: 180px;
}

.partnerDesc {
    top: auto;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    line-height: 20px;
    font-size: 13px;
    display: table;
    vertical-align: middle;
    left: 0%;
    bottom: -100%;
    opacity: 0;
    padding: 15px;
    background-color: #2474dc;
    box-shadow: 0 1px 10px 0 #e5e5e5;
    color: #fff;
    text-align: left;
}

.partnerDesc p {
    display: table-cell;
    vertical-align: middle;
        text-align: center;
}

.partnerInnerCircle:hover .partnerDesc {
    bottom: 0%;
    opacity: 1;
}

.meidaLogos {
    box-shadow: 0 8px 20px 0 rgba(224, 224, 224, 0.5);
    min-height: 60px;
}

.meidaLogos img {
    max-width: 100%;
    padding: 0 10px;
    max-height: 35px;
    filter: grayscale(40%);
}
.meidaLogos:hover {
    box-shadow: 0px 5px 20px -8px #000000;
}
.meidaLogos:hover img{
       filter: grayscale(0%);
}


 .scrollbars {
            height: 280px;
     width: 100%;
        }



.scrollbar-path-vertical, .scrollbar-path-horizontal {
    position: absolute;
    background-color: #eee;
    background-color: rgba(220,220,220,0.5); 
    z-index: 100;
}
.scrollbar-path-horizontal {
    bottom: 5px;
    left: 0;
    width: 100%;
    height: 10px;
}
.scrollbar-path-vertical {
    right: 5px; 
    top: 0; 
    height: 100%; 
    width: 8px; 
}
.scrollbar-path-vertical {
    box-shadow: inset 1px 0px 1 rgba(0,0,0,0.1);
    -moz-box-shadow: inset 1px 0px 1 rgba(0,0,0,0.1);
    -webkit-box-shadow: inset 1px 0px 0 rgba(0,0,0,0.1);
}
.scrollbar-path-horizontal {
    box-shadow: inset 0px 1px 1 rgba(0,0,0,0.1);
    -moz-box-shadow: inset 0px 1px 1 rgba(0,0,0,0.1);
    -webkit-box-shadow: inset 0px 1px 0 rgba(0,0,0,0.1);
}
.scrollbar-handle{
    position: relative;
    top: 0;
    left: 0;
  background-color: #00aeef;
}
.scrollbar-path-vertical .scrollbar-handle {
    height: 20%;
    width: 100%;
}
.scrollbar-path-horizontal .scrollbar-handle {
    width: 20%;
    height: 100%;
}
.scrollbar-path-vertical, .scrollbar-path-horizontal, .scrollbar-handle {
    -moz-border-radius: 5px; 
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.scrollbar-content {
    padding: 0 20px 0 0;
}
.scrollbar-path-vertical {
    top: 0 !important;
}

.teamList ul {
    list-style: none;
}
.nav.nav-pills {
    height: 280px;
    overflow-x: hidden;
    overflow-y: scroll;
}
.nav-pills > li > a, .nav-pills > li > a:hover {
    border-radius: 0px;
    background: none;
    padding: 0;
}
.nav-pills > li{
    margin: 0 0px 15px;
    display: block;
    width: 100%;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {

    background-color: transparent;
}
.well {
    min-height: 20px;
    padding: 0px;
    margin-bottom: 0px;
    background-color: transparent;
    border: 0px solid #e3e3e3;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,.05);
    box-shadow: inset 0 0px 0px rgba(0,0,0,.05);
}

.teamList li{
    margin-bottom: 15px;
}

.teamList ul li a {
    width: 100%;
    float: left;
}

.teamMemberImage {
    border-radius: 50%;
    width: 80px;
    height: 80px;
    background-color: #ffffff;
    box-shadow: 0 1px 10px 0 #e5e5e5;
    overflow: hidden;
    filter: grayscale(100%);
    position: relative;
}
.teamMemberImage img {
    position: absolute;
    width: 100%;
}

.teamMemberName {
    margin-left: 25px;
    line-height: 26px;
    font-size: 14px;
    color: #292929;
    width: 75%;
}

.teamMemberName b {
    font-size: 18px;
}

.active .teamMemberName {
    color: #2e89ff;
}

.active .teamMemberImage {
    filter: grayscale(0%);
}

.teamMemberName:hover {
    color: #2e89ff;
}

.teamList ul li:hover .teamMemberImage {
    filter: grayscale(0%);
}


.testimonialsInner {
    background-color: rgba(0, 0, 0, 0.02);
    border-bottom: 4px solid #009ee3;
}



.blogDiv {
    line-height: 1.33;
    color: #7f7f7f;
    font-size: 14px;
}

.blogDiv img {
    width: 100%;
}

.blogDiv b {
    color: #292929;
    font-size: 18px;
    margin: 15px 0;
    display: block;
}

.blogDiv small {
    font-size: 12px;
    font-weight: 600;
    color: #7f7f7f;
}
.blogDiv p, .blogDiv span{
    padding:0 10px 10px
}
.blogDiv a{
    color: #7f7f7f;
}
.blogDiv a span{
color: #337ab7;
}
.blogDiv a:hover, .blogDiv a:focus, .blogDiv a:visited{
    text-decoration: none;
    outline: none;
    }

.blogDiv:hover {
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2);
}

.mapSection {
    right: 0;
    top: 0;
    padding-right: 0;
    height: 100%;
}

.mapSection iframe {
    width: 100%;
    height: 100%;
}

.form-group input {
    height: auto;
    color: #7d7d7d;
    background-color: transparent;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075);
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075);
    border: 0;
    border-bottom-width: 0px;
    border-bottom-style: none;
    border-bottom-color: currentcolor;
    border-bottom: 1px solid #cad3df;
    padding: 5px 0;
    font-size: 16px;
}

.form-group input:active,
.form-group input:focus,
.form-group input.active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-group label {
    font-size: 16px;
    color: #7d7d7d;
    font-weight: normal;
}

.form-group textarea {
    color: #7d7d7d;
    font-size: 14px;
    border-radius: 4px;
    background-color: #ffffff;
    border: solid 1px #cad3df;
}

.form-control::-moz-placeholder {
    color: #7d7d7d;
}

.submitBtn {
    border-radius: 4px;
      background-color: #002e63; 
    color: #fff;
    z-index: 9;
    font-weight: bold;
    letter-spacing: 0.5px;
    font-size: 14px;
    position: relative;
    border: 0;
}

.submitBtn:hover {
    color: #ffffff;
}

.submitBtn::after {
    position: absolute;     
    background-color: #2474dc;
    content: ' ';
    top: 0%;
    left: 0%;
    width: 100%;
    height: 0%;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    z-index: -1;
    border-radius: 4px;
}

.submitBtn:hover::after {
    height: 100%;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
}

.followUsLinks ul {
    list-style: none;
    display: inline-block;
}

.followUsLinks ul li {
    display: inline-block;
}

.footerLogo img {
    max-width: 150px;
}

.footerList h4 {
    opacity: 0.8;
    color: #fff;
    font-weight: 600;
    letter-spacing: 0.6px;
}

.footerList ul {
    list-style: none;
    width: 100%;
}

.footerList ul li {
    width: 100%;
    display: block;
    font-size: 14px;
    line-height: 2.1;
}

.footerList ul li a {
    opacity: 0.8;
    width: 100%;
    display: block;
    font-size: 14px;
    color: #fff;
}

.footerList ul li a:hover {
    opacity: 1;
}

.copyrights {
    font-size: 13px;
    letter-spacing: 0.5px;
    color: #fff;
    opacity: 0.8;
}
.patentpending1, .patentpending2 {
    position: absolute;
    right: 40px;
    top: 20px;
}
.patentpending2 {
    top: 15px;
}
.careers {
    background-color: #fff;
    cursor: pointer;
    position: relative;
}
.careers p {
    position: absolute;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    width: 100%;
   
}
.careers b {
 color: #fff !important;
}
.careers:hover{
    border:1px solid #ddd;
}
.modal-lg {
    width: 95%;
}
.applyBox {
    border: 1px solid #ddd;
    padding: 10px;
    background: rgba(0,0,0,0.01);
}
.applyBox h3{
    border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}
input[type=number] {
    -moz-appearance:textfield;
}


/*Common CSS*/

.b {
    width: 100%;
    float: left;
}

.rel {
    position: relative;
}

.abs {
    position: absolute;
}

.vh100 {
    height: 100vh;
}

.m10 {
    margin: 10px 0;
}

.m20 {
    margin: 20px 0;
}

.m30 {
    margin: 30px 0;
}

.m40 {
    margin: 40px 0;
}

.m50 {
    margin: 50px 0;
}


.t3s {
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
}

.aiworkxBtn {
    position: relative;
}

.aiworkxBtn::after {
    position: absolute;
    background-color: #002e63;
    content: ' ';
    top: 0%;
    left: 0%;
    width: 100%;
    height: 0%;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    z-index: -1;
}

.aiworkxBtn:hover::after {
    height: 100%;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
}

.flex {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -o-flex;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -o-align-items: center;
}

.boxshadow {
    box-shadow: 0 12px 42px 12px rgba(0, 0, 0, 0.08);
}

.whiteBG {
    background-color: #ffffff;
}

.grayBG {
    background-color: #f9f9f9;
}

.darkBlueBg {
    background-color: #5858f5}

.p10 {
    padding: 10px 0;
}
.pf10{
    padding: 10px;
}

.p50 {
    padding: 50px;
}

.p350 {
    padding: 30px 50px;
}

.pTB50 {
    padding: 50px 0px;
}

.pageHeading {
    font-size: 40px;
    line-height: 40px;
    font-weight: 300;
    color: #292929;
    margin-bottom: 20px;
}

.paegsubHead {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 0;
}

.readMoreBtn {
    border-radius: 4px;
     background-color: #002e63;
    padding: 10px 0;
    color: #ffffff;
    z-index: 9;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.5px;
}

.readMoreBtn:hover {
    color: #ffffff;
    text-decoration: none;
}

.readMoreBtn:active,
.readMoreBtn:visited {
    color: #ffffff !important;
    text-decoration: none;
}

.readMoreBtn::after {
    position: absolute;
       background-color: #2474dc;
    content: ' ';
    top: 0%;
    left: 0%;
    width: 100%;
    height: 0%;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    z-index: -1;
    border-radius: 4px;
}

.readMoreBtn:hover::after {
    height: 100%;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
}

.pagesubhederLine::before {
    content: '';
    background-color: #2e89ff;
    position: absolute;
    left: -15px;
    height: 100%;
    width: 6px;
    top: 0;
}

.blue {
    color: #2474dc;
}

.dashedborder {
    border: dashed 1px #cad3df;
}

.imgCenter {
    display: table;
    margin: auto;
    width: auto !important;
}

.navbar-inverse .navbar-toggle {
    border-color: transparent;
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #00aeef;
    height: 4px;
    border-radius: 0px;
}

.navbar-toggle {
    margin-bottom: 0px;
    margin-top: 4px;
}

toggle:focus,
.navbar-inverse .navbar-toggle:hover {
    background-color: transparent;
}

.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
    background-color: transparent;
}
@media(min-width:1024px) and (max-width:1199px) {
    .navbar-nav.navbar-center {
    position: absolute;
    left: 20%;
    transform: translatex(0%);
}
}
@media(min-width:768px) and (max-width:1023px) {
    .mediaContents .col-sm-2 {
    padding: 0 5px;
}
    .teamMemberName {
    width: 60%;
}
    .pageHeading {
    font-size: 26px;
    line-height: 26px;
    }
}
@media(min-width:767px) and (max-width:1023px) {
    .navbar-header {
        float: left;
        width: 100%;
        text-align: center;
    }
    .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
        margin-left: 0px;
        float: left;
        width: 100%;
    }
    .navbar-nav.navbar-center {
        position: relative;
        left: auto;
        transform: translatex(0%);
        width: 100%;
    }
    #myNavbar {
        text-align: center;
    }
    .navbar-nav > li {
        float: none;
        display: inline-block;
    }
    .navbar-nav > li > a {
        margin: 10px 10px;
    }
    .navbar-brand > img {
        display: block;
        margin: auto;
    }
    .partnersList ul li a {
        margin: 0 10px;
    }
        .testimonials{
        position: relative !important;
    }
     .ourSolutions {
    position: relative !important;
    min-height: 250px;
         width: 66%;
}
}

@media(max-width:767px) {
    .navbar-inverse,
    .navbar-inverse2 {
        padding: 5px 0;
    }
    .nav > li {
    padding: 7px 10px;
}
    .navbar-inverse .navbar-nav > li > a {
    color: #9d9d9d;
}
.navbar-nav > li > a {
    font-size: 17px;
    margin: 0px 0px;
    border-bottom: 1px solid rgba(0,0,0,0.05);
}
    .navbar-center li a::after {
    bottom: 0px;
    }
    .scrollbars {
    height: 200px;
}
    
    .navbar-nav.navbar-center {
        position: relative;
        left: auto;
        transform: translatex(0%);
        margin-top: 0;
    }
    .navbar-collapse {
        background-color: #ffffff;
    }
    .navbar-inverse .navbar-nav > li > a {
        color: rgba(0, 0, 0, 0.6) !important;
    }
    .navbar-inverse .navbar-nav > .active > a,
    .navbar-inverse .navbar-nav > .active > a:focus,
    .navbar-inverse .navbar-nav > .active > a:hover {
        color: #00aeef !important;
    }
    .bannerSectionInner h1 {
        font-size: 30px;
        line-height: 30px;
    }
    .ourTechnologySection {
        margin-top: -30px;
    }
    .p50 {
        padding: 20px;
    }
    .pageHeading {
        font-size: 30px;
        line-height: 30px;
    }
    .outTechnolgies .flex {
        display: block;
    }
    .OurTechnologyImg img {
        margin: 0 0 20px;
    }
    .ourTechnologyInner div.outTechnolgies:nth-child(3) {
        border-bottom: 1px solid #ddd;
        border-top: 1px solid #ddd;
        padding-top:15px ; 
    }
    .outTechnolgies.m30 {
        margin: 0;
        padding: 20px 0px;
    }
    .p350 {
        padding: 30px 15px;
    }
    .partnersList.m30 {
        margin: 5px 0;
    }
    .partnersList ul li a {
        margin: 0 10px;
        font-size: 14px;
    }
    .ourPartners .p50 {
        padding: 0;
    }
    .ourPartners.m50, .ourPartners.m50 {
        margin: 50px 0 0;
    }
    .partnerOuter {
        margin: 10px 0;
    }
    .teamMemberName {
        width: 64%;
    }
    .mapSection {
        padding-right: 15px;
        height: 100%;
        position: relative !important;
    }
    .teamList::before {
        top: auto;
        right: 0%;
        height: 2px;
        bottom: -15px;
        width: 100%;
    }
    .row.flex {
        display: block;
    }
    .testimonials{
        position: relative !important;
    }
    .patentpending1, .patentpending2 {
    position: absolute;
    right: 15px;
    top: 10px;
    max-width: 63px;
}

    .ourSolutions {
    position: relative !important;
    min-height: 250px;
        width: 100%;
}
    
}

@media(min-width:640px) and (max-width:767px) {}

@media(min-width:480px) and (max-width:639px) {}

@media(min-width:321px) and (max-width:479px) {}

@media(max-width:320px) {
    .bannerSectionInner h1 {
        font-size: 22px;
        line-height: 26px;
    }
}


input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}
    