@font-face {font-family: "GD Sherpa"; src: url("../../assets/fonts/GDSherpa/0aee6008b82cde991ec28387169bb13e.eot"); 
    src: url("../../assets/fonts/GDSherpa/0aee6008b82cde991ec28387169bb13e.eot?#iefix") format("embedded-opentype"), 
    url("../../assets/fonts/GDSherpa/0aee6008b82cde991ec28387169bb13e.woff2") format("woff2"), 
    url("../../assets/fonts/GDSherpa//0aee6008b82cde991ec28387169bb13e.woff") format("woff"), 
    url("../../assets/fonts/GDSherpa/0aee6008b82cde991ec28387169bb13e.ttf") format("truetype"),
    url("../../assets/fonts/GDSherpa/0aee6008b82cde991ec28387169bb13e.svg#GD Sherpa") format("svg"); }
.material-icons-outlined {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    scroll-behavior: smooth;
}

a {
    text-decoration: none;
}

body {
    line-height: 1.4;
    font-size: 14px;
    word-wrap: break-word;
    margin: 0;
    -webkit-text-size-adjust: 100%;
    padding: 0px;
    font-family: 'GD Sherpa', sans-serif, arial;
   
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    scroll-behavior: smooth;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

nav ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}


/* change colours to suit your needs */

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}


/* change border colour to suit your needs */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

.bg_white {
    background: #fff;
}

.a_left {
    text-align: left !important;
}

textarea:focus,
input:focus,
select:focus,
a:focus {
    outline: none !important;
}

input[type="file"] {
    border: 0px !important;
    padding: 0px !important;
}

 ::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #9ba8b9;
    opacity: 1;
    /* Firefox */
}

 :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #9ba8b9;
}

 ::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #9ba8b9;
}

table {
    border-collapse: collapse;
}

tr {
    border-bottom: 0px;
}

th,
td {
    text-align: left;
    padding: 4px;
}

ul,
li {
    list-style: none;
}

*:focus {
    outline: 0 !important;
}
.rowss{ display: flex; flex-wrap: wrap; margin: 0 -25px; align-items: center;
    align-content: center; }
.colmn2{ flex-basis: 50%; max-width: 50%; padding: 25px; }
.container {
    display: block;
    padding: 0px 15px;
    width: 100%;
    max-width: 75%;
    margin: auto;
}
.head-container {
    display: block;
    padding: 0px 15px;
    width: 100%;
    max-width: 90%;
    margin: auto;
}
header{ display: flex; padding: 5px 0; width: 100%; background: #fff; }
img{ max-width: 100%; }
.digi_logo{ float: left; }
nav{ float: left; padding-left: 20px; margin: 15px 0 0; }
nav ul{ padding:0px; margin: 0px;  }
nav ul li{ float: left; padding: 0px 20px; }
nav ul li a{ display: block; font-family: inherit; opacity: .6; font-size: 18px; color: #0e103e; padding: 10px 0;  font-weight: 600; position: relative; }
nav ul li a:hover:after, nav ul li a.active:after  {position: absolute; bottom: 0px; left: 0px; width: 40px; height: 3px; background: #017eff; content: "";  }
nav ul li a:hover{ color: #017eff; }
.about_txt{ padding: 30px 0; }
.about_txt h2{ font-family: inherit; font-size: 42px; color: #000;  font-weight: 800; text-align: center; margin-bottom: 40px; position: relative; }
.ss:after{ position: absolute; content: ""; background: #017eff; height: 3px; width: 50px; left: 50%; top: 60px; transform: translate(-50%, 0px); }
.about_txt h2 em{ color: #010334; font-style: normal; }
.text-left{ text-align: left !important; }
.about_txt h3{ font-family: inherit;
    font-size: 21px;
    color: #000;
    margin-bottom: 10px;
    font-weight: 500;
    opacity: .8;
    margin-top: 15px; }
.about_txt h3 i{ vertical-align: middle; margin-right: 10px; font-size: 30px; color: #017eff; }    
.about-wrap{ max-width: 1100px; width: 100%; display: block; margin: 10px auto 50px; }
.about_txt p{     font-family: inherit;
    font-size: 15px;
    color: #010334;
    font-weight: 400;
    opacity: .7; }
.br-3{ padding: 30px 0; border-bottom: 1px dashed #ddd; }    
footer{ background: #2e3842; padding: 30px 0 }
.footer_wrap{ display: flex; flex-wrap: wrap; padding: 0; margin: 0 -10px; }
.footer_colmn{ max-width: 25%; flex-basis: 25%; padding: 0 10px; }
.footer_colmn ul li{ font-family: inherit; font-size: 15px; font-weight: 500; line-height: 24px; color: #fff; }
.footer_colmn ul li a{ font-family: inherit; font-size: 15px; font-weight: 500; line-height: 24px; color: #fff; display: block; padding: 3px 0;}
.footer_colmn h2{ font-family: inherit; font-size: 14px; font-weight: 500; line-height: 24px; color: #017eff; display: block; margin-bottom: 5px; text-transform: uppercase;
    letter-spacing: 2px; }
.footer_colmn ul li a:hover{color: #017eff;}
.social a{ float: left; padding: 0 5px; } .social a img:hover{ opacity: 0.8; } .social a img{ max-width: 28px; }.social{ margin-top: 20px; }
.service_wrap{ display: flex; flex-wrap: wrap; padding: 0; margin: 20px -10px 0;  }
.service_comn{ max-width: 33.33%; flex-basis: 33.33%; padding: 0 10px 10px 10px; display: table; }
.service_comn h2{  font-family: inherit; font-size: 22px; color: #2e2f30;  font-weight: 600;   margin-bottom: 10px;}
.service_comn i{ font-size: 50px; color: #017eff; }
.service_comn p{ font-family: inherit; font-size: 15px; color: #010334; font-weight: 500; line-height: 23px; }
.c-sec{ padding: 15px; display: table-cell;  }
.mbi{ display: none; }

@media only screen and (max-width: 1023px) {
 .container { max-width: 100%;}.head-container{ max-width: 100%;  } 

}

@media only screen and (max-width: 768px) {
.colmn2 { flex-basis: 100%; max-width: 100%; padding: 5px 15px;}  .rowss{ margin:0 -15px; ; }
.footer_colmn { max-width: 100%; flex-basis: 100%; padding: 10px;}
.service_comn {
    max-width: 100%;
    flex-basis: 100%;
    padding: 0 10px 10px 10px;
    display: table;
}
.about_txt { padding: 10px 0;}
nav{ padding-left: 0px;  margin: 5px 0 0; }
.about_txt h2{ font-size: 35px; margin-bottom: 10px; } .about-wrap{ margin: 10px auto 20px; } .br-3{  padding: 10px 0;}
.banner{ width: 100%;
    position: relative;
    display: block;
    padding-top: 40%;
    overflow: hidden; }
.banner img{     width: 100%;
    position: absolute;
    top: 0px;
    height: 100%;
    left: 0px;
    object-fit: cover;
    object-position: left; } 
 .mbi{ display: block; }   .desk{ display: none; }    

}
