﻿
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot");
  src: url("../fonts/fontawesome-webfont-1.eot") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2") format("woff2"), url("../fonts/fontawesome-webfont.woff") format("woff"), url("../fonts/fontawesome-webfont.ttf") format("truetype"), url("../fonts/fontawesome-webfont.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

 /*makes the font 33% larger relative to the icon container*/ 
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.85714em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right {
  margin-left: .3em; }

 Deprecated as of 4.4.0 
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(359deg); } }

@keyframes fa-spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(359deg); } }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

.fa-search:before {
    content: ""; }

.fa-close:before,
.fa-times:before {
    content: ""; }

.fa-bars:before {
    content: "";
}
.fa-phone:before {
    content: "";
}
.fa-envelope-o:before {
    content: "";
}
.fa-clock-o:before {
    content: "";
}
.fa-exclamation-circle:before {
    content: "";
}
.fa-google-plus:before {
    content: "";
}
.fa-facebook:before {
    content: "";
}
/********FaFa End********/

:root {
    --primary: #00a6dd;
    --secondary: #0b2b43;
    --title-color: #1c0a1a;
    --text-color: #5a5a5a;
    --light-bg-color: #fafafa;
    --card-box-shadow: 0px 9px 24px 5px rgba(0, 0, 0, 0.04);
    --card-hover-box-shadow: 1px 20px 30px #C4C4C433;
}
.header-section p {
    max-width: 750px;
    margin: 0 auto;
}

.header-section p {
  color: var(--text-color);
  font-size: 16px;
  line-height: 24.5px; }

.theme-button {
  transition: 0.3s ease-out;
  display: inline-block;
  line-height: 40px;
  font-weight: 700;
  font-size: 12px;
  margin: 0px;
  padding: 0px 25px;
  border-radius: 0;
  text-transform: uppercase; }


.rounded-circle {
  border-radius: 50%; }

.w3l-top-header-strip .d-grid {
  display: grid; 
}

.w3l-top-header-strip .grid-columns-top-3 {
  grid-template-columns: 1fr auto auto;
  align-items: center;
  grid-gap: 30px; }

.w3l-top-header-strip .grid-columns-auto {
  grid-auto-flow: column;
  align-items: center; }

.w3l-top-header-strip .grid-columns-auto-end {
  grid-auto-flow: column;
  justify-content: space-between;
  align-items: end;
  min-height: 200px; }

.w3l-top-header-strip .grid-columns-3 {
  grid-template-columns: 1fr auto 1fr; }

.w3l-top-header-strip .align-right,
.w3l-top-header-strip .menu-overlay-left {
  text-align: right; }

.w3l-top-header-strip .top-header {
  padding: 5px 0;
  box-sizing: border-box;
  border-bottom: 1px solid #e7e7e7; }

.w3l-top-header-strip .main-header {
  box-sizing: border-box;
  background: var(--secondary);
  padding: 0; 
  height: 40px;
}

.w3l-top-header-strip .quick-links ul {
  display: flex;
  align-items: center; }

.w3l-top-header-strip .quick-links ul li {
  display: flex;
  margin-right: 50px;
  align-items: center; }

.w3l-top-header-strip .quick-links ul li,
.w3l-top-header-strip .quick-links ul li a {
  font-size: 14px;
  color: #e2e2e2; }

.w3l-top-header-strip .quick-links ul li a:hover {
  text-decoration: underline; }

.w3l-top-header-strip .quick-links ul li.mobile-none p {
  font-size: 14px;
  color: #e2e2e2; }

.w3l-top-header-strip .quick-links ul li span {
  font-size: 18px;
  color: var(--primary);
  margin-right: 5px;
  opacity: 0.8; }

.w3l-top-header-strip .right-grid {
  grid-auto-flow: column;
  align-items: center;
  grid-template-columns: 1fr auto; }

.w3l-top-header-strip i.fa.fa-bars {
  font-size: 20px;
  color: #000000;
  background: #fff;
  text-align: center; }

.w3l-top-header-strip .gap-top {
  margin-top: 4rem; }

.w3l-header .d-grid {
  display: grid; 

}
.w3l-header .form-inline .search {
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    height: 40px;
    line-height: 40px;
    font-style: normal;
    font-weight: normal;
    padding-left: 15px;
    background: #fff;
    outline: none;
    border-radius: 0;
    font-size: 16px;
    color: var(--title-color);
    -webkit-appearance: none;
    border: none;
    border-bottom: 1px solid #384d62;
    padding-right: 38px;
}

.nav-container {
    padding: 0px 60px;
}
.quick-links {
    height: 40px !important;
}
.quick-links ul {
    padding: 0px;
    height: 40px;
}
.quick-links ul li {
    height: 40px;
    width: 150px;
}
.for-border {
    border-right: 1px solid #667a88;
}
.quick-links ul li .fa {
    color: #00a6dd !important;
}
.quick-links ul li a {
    text-decoration: none !important;
    font-size: 15px;
    text-align: center;
}
.btn-fa {
    padding: 8px 30px !important;
    background: #fff;
}
.btn-fa .fa {
    color: #0b2b43;
    font-size: 15px;
    padding: 0px 5px ;
}
.navbar-brand{
    display: table !important;
    margin: 0 auto !important;
}
nav{
  position: fixed;
  z-index: 99;
  width: 100%;
  background: #fff;
  margin-bottom: 30px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;

}
nav .wrapper{
  position: relative;
  max-width: 1300px;
  padding: 35px 30px;
  height: 70px;
  line-height: 70px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.wrapper .logo a{
  color: ;
  font-size: 30px;
  font-weight: 600;
  text-decoration: none;
}
.wrapper .nav-links{
  display: inline-flex;
  margin-top: 15px!important;
}
.nav-links li{
  list-style: none;
}
.logo img{
    margin-top: -20px;
}
.nav-links li a{
  color: #0b2b43;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  padding: 10px 15px;
  font-weight: 400;
  border-radius: 5px;
  transition: all 0.3s ease;
}
.nav-links .mobile-item{
  display: none;
}
.nav-links .drop-menu{
  position: absolute;
  width: 180px;
  line-height: 45px;
  top: 85px;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0 6px 10px rgba(0,0,0,0.15);
}
.nav-links li:hover .drop-menu,
.nav-links li:hover .mega-box{
  transition: all 0.3s ease;
  top: 70px;
  opacity: 1;
  visibility: visible;
}
.drop-menu li a{
  width: 100%;
  display: block;
  padding: 0 0 0 15px;
  font-weight: 400;
  border-radius: 0px;
}
.content .row header{
  color: #0b2b43;
  font-size: 20px;
  font-weight: 500;
}
.content .row .mega-links{
  margin-left: -40px;
  border-left: 1px solid rgba(255,255,255,0.09);
}
.row .mega-links li{
  padding: 0 20px;
}
.row .mega-links li a{
  padding: 0 20px;
  color: #d9d9d9;
  font-size: 17px;
  display: block;
  font-weight: 900;
}
.row .mega-links li a:hover{
  color: #f2f2f2;
}
.wrapper .btn{
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  display: none;
}
.wrapper .btn.close-btn{
  position: absolute;
  right: 30px;
  top: 10px;
}
nav input{
  display: none;
}

/**************Navbar End**************/


.first-section {
    background-color: #f7fbfb;
    margin: 40px 0px 0px 0px !important;
}
[b-0j0m5r44ha] .content{
    padding: 0px !important;  
}
.banner_w3lspvt {
    padding: 4vw 0;
    z-index: 0;
    position: relative !important;
}
.banner-img{
  padding: 30px 0px 50px 50px;
}
.banner_txt {
    padding-top: 5vw !important;
}
.banner_txt h3 {
    font-size: 1.8rem;
    color: #0b2b43;
    margin-top: 50px;
}
.banner_txt h3 span {
    color: #00a6dd;
    font-size: 2.5rem;
}
.banner_txt p {
    font-size: 16px !important;
    color: #51585f !important;
    max-width: 800px !important;
    margin: 10px 0px 0px 0px !important;
    text-align: justify !important;
}
.button-style {
    padding: 14px 26px;
    border: none;
    color: #fff;
    font-size: 14px;
    letter-spacing: 1px;
    border-radius: 4px;
    background-color: #00a6dd;
    margin-top: 20px !important;
}
.img-fluid {
    max-width: 100% !important;
    height: auto !important;
}
img {
    vertical-align: middle;
    border-style: none;
}
.shape-w3-one {
    top: 37% !important;
    position: absolute !important;
    right: 2% !important;
}
.shape-w3-two {
    top: 12% !important;
    position: absolute !important;
    right: 50% !important;
}
.shape-w3-three {
    top: 10% !important;
    position: absolute !important;
    right: 15% !important;
}
.shape-w3-four {
    position: absolute !important;
    top: 30% !important;
    left: 2% !important;
}
.shape-w3-five {
    position: absolute !important;
    bottom: 14% !important;
    right: 7% !important;
}
.shape-w3-six {
    position: absolute !important;
    bottom: 18% !important;
    left: 23% !important;
}
.shape-wthree {
    -webkit-animation: fa-spin 5s infinite linear; 
    animation: fa-spin 5s infinite linear;
}
.wel-container{
    text-align: center;
    padding-top: 7%;
    position: relative;
}
.tex-box h3 {
    color: #0b2b43;
    font-weight:bold;
}
.tex-box h3 span{
    color: #00a6dd;
    font-weight:100;
}
.tex-box p {
    line-height: 2.4;
    margin-top: 30px;
    font-size: 16px !important;
    color: #51585f !important;
}
.img-box {
    border: 1px solid #e2e2e2;
    padding: 20px 0px!important;
   
}
.img-box img{
    width: 130%;
}
.exp-box {
    background: #e9efff;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    height: 200px;
    width: 200px;
    position: absolute;
    bottom: 40%;
    right: 88%;
    padding-top: 20px;
}
.exp-box img{
    width: 30%;
}
.third-section {
    background-image: url('../../images/map1.png');
    height: auto;
    margin-top: 8%;
    box-shadow: inset 0 0 0 2000px #000000c4 !important;
}

.service-box{
    padding: 5% 0%;
}
.sec-box {
    background: #fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 28px;
    height: 300px;
    margin-top: 15px;
}
.sec-box h4 {
    color: #0b2b43;
    margin-top: 10px;
}
.sec-box p {
    line-height: 1.4;
}
.sec-box .fa {
    color: #00a6dd;
}
.sec-box a{
    text-decoration: none;
    font-size: 14px !important;
}
.spe-box {
    background: #0b2b43;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 28px;
    height: 300px;
    margin-top: 15px;
}
.spe-box h4{
    color: #fff;
    margin-top: 10px;

}
.spe-box p{
    color: #fff;
    line-height: 1.4;

}
.spe-box .fa{
        color: #00a6dd;
}
.spe-box a {
    text-decoration: none;
    font-size: 14px !important;
}
.help-box h4{
    color: #0b2b43;
    font-weight: bold;
    text-align: center;
}
.help-box h4 span{
    color: #00a6dd;
    font-weight:100;
}
.help-box{
    padding: 50px 30px;
}
.help-box p{
    text-align: center;
}
.help-text{
    padding: 0px 50px;
}
.help-img img{
    margin-top: 80px;
}
.comm-box {
    padding: 10px 15px;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 15px 15px 15px 15px;
    height: 200px;
    display: table;
    margin: 0 auto;
    margin-top: 50px;
}
.comm-box h5{
    text-align: center;
    margin-top: 10px;
}
.comm-box p{
    font-size: 13px;
}
.help-icon {
    background-color: #0b2b43;
    height: 50px;
    width: 50px;
    align-items: center;
    justify-content: center;
    display: flex;
    border-radius: 50px;
    margin-top: -30px;
    border: 2px solid #00a6dd;
}
.help-icon .fa{
    color: #00a6dd;
    font-size: 22px;
    text-align:  center;
}
/***********Footer start***********/

.footer-section {
    background-color: #0b2b43;
    margin-top: 50px;
    padding: 40px 0px;
}
footer-container {
    padding: 0px 50px;
}
.comm-footer2 {
    padding: 0px 30px;
}
.comm-footer2 ul{
    padding: 0px;
}
.comm-footer2 ul li {
    list-style: none !important;
    margin-top: 10px;
    text-align: center;

}
.comm-footer2 ul li a{
    text-decoration: none;
    color: #fff;
    align-items: center !important;
    margin-top: 10px;
}
.comm-footer2 h4{
    color: #fff;
    text-align: center;
}   
.comm-footer p{
    color: #fff;
    margin-top: 15px;
    line-height: 1.7;
}
.comm-footer3{
    justify-content: center;
    display: flex;
}
.footer-subscribe{
    padding-top: 20px;
}
.footer-subscribe input{
    background: #fff;
    border-radius: 10px;
    padding: 10px;
    border: none;
    width: 100%
}
.footer-subscribe input{
    background: #fff;
    border-radius: 10px;
    padding: 10px;
    border: none;
    width: 100%
}
.btn-footer {
    margin-top: 15px;
    width: 100%;
    padding: 8px;
    border: none;
    background: #00a6dd;
    color: #fff;
    border-radius: 10px;
}
.footer-fa {
    justify-content: space-evenly;
    display: flex;
}
.footer-fa .fa{
    height: 40px;
    width: 40px;
    background: #fff;
    color: #0b2b43;
    border-radius: 10px;
    margin-top: 15px;
    text-align: center;
    padding-top: 12px;
}

/***********About start***********/

.about-section {
    background-image: url('../../images/development-services.jpg');
    background-size: cover;
    background-position: center center;
    height: 300px;
    box-shadow: inset 0 0 0 2000px #000000b4;
    padding: 40px;
}
.about-breadcrumb{
    margin-top: 100px;
    width: 30%;
}
.about-breadcrumb h2{
    color: #fff;
}
.about-breadcrumb p{
    color: #fff;
}
.about-breadcrumb a{
    text-decoration: none;
}
.about-breadcrumb i{
    color: #fff !important;
}
.about-container{
    padding-top: 8%;
}
.about-text h3 {
    color: #0b2b43;
    font-weight: bold;
}
.about-text h3 span{
    color: #00a6dd;
    font-weight:100;
}
.about-text p{
    line-height: 2;
    font-size: 14px;
    margin-top: 10px;
}
/***********Product start***********/

.product-section {
    background-image: url('../../images/development-services.jpg');
    background-size: cover;
    background-position: center center;
    height: 350px;
    box-shadow: inset 0 0 0 2000px #000000b4;
    padding: 40px;
}
.product-breadcrumb{
    margin-top: 100px;
    width: 30%;
}
.product-breadcrumb h2{
    color: #fff;
}
.product-breadcrumb p{
    color: #fff;
}
.product-breadcrumb a{
    text-decoration: none;
}
.product-breadcrumb i{
    color: #fff !important;
}
.product-container{
    margin-top: 50px;
}
.product-image {
    border-right: 1px solid #223f55;
}
.product-image img {
    width: 100%;
}
.product-menu .fa {
    height: 40px !important;
    width: 40px !important;
    background-color: #0b2b43 !important;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}
.dealing_text {
    border: 1px solid #c3ced5;
    position: relative;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    margin: 15px 0px;
}
.dealing_text a{
    text-align: center !important;
    margin-top: -10px;
    position: absolute;
    left: 15%;
    top: 20px;
    font-weight: 700;
    color: #0b2b43;
}

/***********Solution & Services start***********/

.solution-section {
    background-image: url('../../images/development-services.jpg');
    background-size: cover;
    background-position: center center;
    height: 350px;
    box-shadow: inset 0 0 0 2000px #000000b4;
    padding: 40px;
}
.solution-breadcrumb{
    margin-top: 100px;
    width: 30%;
}
.solution-breadcrumb h2{
    color: #fff;
}
.solution-breadcrumb p{
    color: #fff;
}
.solution-breadcrumb a{
    text-decoration: none;
}
.solution-breadcrumb i{
    color: #fff !important;
}
/***********contact start***********/
.contact{
    padding: 80px 50px;
}
.contact .info-box {
    color: #444444;
    text-align: center;
    box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
    padding: 20px !important;
    background: #fff;
    border-radius: 20px;
}

.contact .info-box i {
    font-size: 32px;
    color: #00a6dd;
    border-radius: 50%;
    padding: 8px;
}

.contact .info-box h3 {
    font-size: 20px;
    color: #2c4964;
    font-weight: 700;
    margin: 10px 0;
}

.contact .info-box p {
    padding: 0;
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 0;
}

.contact .php-email-form {
    box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
    padding: 30px;
    background: #fff;
}

.contact .php-email-form .error-message {
    display: none;
    color: #fff;
    background: #ed3c0d;
    text-align: left;
    padding: 15px;
    font-weight: 600;
}

.contact .php-email-form .error-message br + br {
    margin-top: 25px;
}

.contact .php-email-form .sent-message {
    display: none;
    color: #fff;
    background: #18d26e;
    text-align: center;
    padding: 15px;
    font-weight: 600;
}

.contact .php-email-form .loading {
    display: none;
    background: #fff;
    text-align: center;
    padding: 15px;
}

.contact .php-email-form .loading:before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin: 0 10px -6px 0;
    border: 3px solid #18d26e;
    border-top-color: #eee;
    animation: animate-loading 1s linear infinite;
}
.contact .php-email-form input,
.contact .php-email-form textarea {
    border-radius: 5px;
    box-shadow: none;
    font-size: 14px;
}
.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
    border-color: #5846f9;
}
.contact .php-email-form input {
    padding: 10px 15px;
}
.contact .php-email-form textarea {
    padding: 12px 15px;
}
.contact .php-email-form button[type=submit] {
    background: #0b2b43;
    border: 0;
    padding: 10px 24px;
    color: #fff;
    transition: 0.4s;
    border-radius: 5px;
}
@keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}





/************@media query**********/ 

@media (max-width: 1200px) {
    .w3l-header .navbar-light .navbar-toggler-icon {
        background-image: none;
        color: #fff;
        font-size: 20px;
        padding-top: 5px;
    }
    .w3l-header .navbar-toggler {
        padding: 6px 10px;
        font-size: 16px;
        background-color: var(--secondary);
        border: none;
        border-radius: 0;
    }
}
@media (max-width: 1080px) {
    .w3l-header .grid-columns-auto-end {
        min-height: 350px;
    }
    .w3l-top-header-strip .grid-columns-auto-end {
        min-height: 350px;
    }
}

@media (max-width: 991px) {
    .w3l-header .navbar-collapse {
        background: var(--light-bg-color);
        padding: 10px;
        overflow-y: auto;
    }

    .w3l-header li.nav-item {
        margin: 0px 0px;
    }

    .w3l-header .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
}

@media only screen and (max-width:900px) and (min-width: 350px){

    .about-breadcrumb {
        width: 100%;
    }
    .product-breadcrumb {
        width: 100%;
    }
    .solution-breadcrumb {
        width: 100%;
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: relative;
        left: 0px;
        padding: 20px 0px;
    }
    .dropdown-menu img {
        height: 120px;
    }
    [b-0j0m5r44ha] .content {
        padding: 10px !important;
    }
    .for-mobile {
        display: none !important;
    }
    .quick-links ul {
        padding: 10px 40px !important;
    }
    .for-border {
        border: none;
    }
    .nav-container {
        padding: 0px 20px;
    }
    .navbar-brand {
        display: table !important;
        margin: unset !important;
    }
    .navbar-toggler:focus {
        box-shadow: none !important;
    }
    .icon-effects-w3l {
        display: none;
    }
    .banner-img {
        padding: 0px;
    }
    .img-box img {
        width: 100%;
    }
    .header-section h3 {
        font-size: 40px;
        line-height: 50px;
    }
    .header-section h2 {
        font-size: 40px;
        line-height: 50px;
    }
    .w3l-header .grid-columns-auto-end {
        min-height: 300px;
    }
    .w3l-top-header-strip .grid-columns-auto-end {
        min-height: 300px;
    }
    .w3l-top-header-strip .main-header {
        padding: 10px 0;
    }
    .btn-fa {
        display: none !important;
    }
    .quick-links {
        margin: 0px !important
    }

    .w3l-header .button.align-right {
        display: none;
    }

    .w3l-header li.mobile-none {
        display: none !important;
    }

    .quick-links {
        margin: -10px !important
    }
    .btn-fa {
        display: none !important;
    }

    .quick-links {
        margin: -10px !important
    }

    .w3l-top-header-strip .search form input {
        width: 200px;
    }

    .w3l-header .search form input {
        width: 200px;
    }

    .w3l-top-header-strip .button.align-right {
        display: none;
    }

    .header-section h3 {
        font-size: 32px;
        line-height: 42px;
    }

    .header-section h2 {
        font-size: 32px;
        line-height: 42px;
    }

    .btn-fa {
        display: none !important;
    }

    .quick-links {
        margin: -10px !important
    }

    .w3l-header .accounts {
        order: 1;
    }

    .w3l-header .menu-overlay-left {
        order: 2;
    }

    .w3l-header .grid-columns-top-3 {
        grid-template-columns: auto 1fr;
        grid-gap: 10px;
    }

    .w3l-header .search form input {
        width: 100%;
    }

    .w3l-header .search form {
        display: none;
    }

    .w3l-header form.form-inline {
        width: 100%;
    }

    .w3l-top-header-strip .accounts {
        order: 1;
    }

    .w3l-top-header-strip .menu-overlay-left {
        order: 2;
    }

    .w3l-top-header-strip .grid-columns-top-3 {
        grid-template-columns: auto 1fr;
        grid-gap: 10px;
    }

    .w3l-top-header-strip .search form input {
        width: 100%;
    }

    .w3l-top-header-strip .quick-links ul li {
        margin-right: 20px;
    }

    .w3l-top-header-strip li.mobile-none {
        display: none !important;
    }

    .w3l-header .quick-links ul li {
        margin-right: 20px;
    }

    .theme-button {
        line-height: 44px;
        padding: 0px 20px;
    }
}
@media screen and (max-width: 970px) {
  .wrapper .btn{
    display: block;
    color: #0b2b43;
  }
  .wrapper .nav-links{
    position: fixed;
    height: 70vh;
    width: 100%;
    max-width: 350px;
    top: 0;
    left: -100%;
    background: #fff;
    display: block;
    padding: 50px 10px;
    line-height: 50px;
    overflow-y: auto;
    box-shadow: 0px 15px 15px rgba(0,0,0,0.18);
    transition: all 0.3s ease;
  }
  #menu-btn:checked ~ .nav-links{
    left: 0%;
  }
  #menu-btn:checked ~ .btn.menu-btn{
    display: none;
  }
  #close-btn:checked ~ .btn.menu-btn{
    display: block;
  }
  .nav-links li{
    margin: 15px 10px;
  }
  .nav-links li a{
    padding: 0px;
    display: block;
    font-size: 20px;
    font-weight: 700;
    border-radius: 0px;
    border-bottom: 1px solid #0b2b43;
  }
  .nav-links .drop-menu{
    position: static;
    opacity: 1;
    top: 65px;
    visibility: visible;
    padding-left: 20px;
    width: 100%;
    max-height: 0px;
    overflow: hidden;
    box-shadow: none;
    transition: all 0.3s ease;
  }
  #showDrop:checked ~ .drop-menu,
  #showMega:checked ~ .mega-box,
  #showMega2:checked ~ .mega-box
  {
    max-height: 100%;
  }
  .nav-links .desktop-item{
    display: none;
  }
  .nav-links .mobile-item{
    display: block;
    color: #f2f2f2;
    font-size: 20px;
    font-weight: 500;
    padding-left: 20px;
    cursor: pointer;
    border-radius: 5px;
    transition: all 0.3s ease;
  }
  .nav-links .mobile-item:hover{
    background: #3A3B3C;
  }
  .drop-menu li{
    margin: 0;
  }
  .drop-menu li a{
    border-radius: 5px;
    font-size: 18px;
  }
  .mega-box{
    position: static;
    top: 65px;
    opacity: 1;
    visibility: visible;
    padding: 0 20px;
    max-height: 0px;
    transition: all 0.3s ease;

  }
  .mega-box .content{
    box-shadow: none;
    flex-direction: column;
    padding: 20px 20px 0 20px;
   
  }
  .mega-box .content .row{
    width: 100%;
    margin-bottom: 15px;
    border-top: 1px solid rgba(255,255,255,0.08);
  }
  .mega-box .content .row:nth-child(1),
  .mega-box .content .row:nth-child(2){
    border-top: 0px;
  }
  .content .row .mega-links{
    border-left: 0px;
    padding-left: 15px;
  }
  .row .mega-links li{
    margin: 0;
  } 
  .content .row header{
    font-size: 19px;
  }
}













