html,
body {
  font-size: 100%;
  font-family: "Ubuntu", sans-serif;
  background: #ffffff;
  margin: 0;
}
p,
ul li,
ol li {
  margin: 0;
  font-size: 14px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-family: "Roboto", sans-serif;
}
ul,
label {
  margin: 0;
  padding: 0;
}
body a:hover {
  text-decoration: none;
}
input[type="submit"],
input[type="reset"],
a {
  -webkit-transition: 0.5s ease-in;
  -moz-transition: 0.5s ease-in;
  -ms-transition: 0.5s ease-in;
  -o-transition: 0.5s ease-in;
  transition: 0.5s ease-in;
}
img {
  width: 100%;
}

/*-- site header --*/
.site-header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1000;
  background: #fff;
  box-shadow: 0 1px 0 rgba(15, 23, 42, 0.06);
}
.top-bar {
  background: #f4f6f9;
  border-bottom: 1px solid #e9edf3;
  padding: 0.45em 0;
  font-size: 13px;
  color: #4a5568;
}
.top-bar-info {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35em 1.75em;
}
.top-bar-info li {
  margin: 0;
}
.top-bar-info a {
  color: #2d3748;
  text-decoration: none;
}
.top-bar-info a:hover,
.top-bar-info a:focus {
  color: #0e51aa;
  text-decoration: none;
}
.site-nav-wrap {
  padding: 0.85em 0;
  border-bottom: 1px solid #e9edf3;
}
/* legacy class kept for other pages if any */
.sub-agile {
  background: #fff;
  padding: 1em 0;
  border-bottom: 1px solid #e9edf3;
}
.company-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.company-brand {
  color: #0e51aa;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.3;
  text-decoration: none;
}
.company-brand:hover,
.company-brand:focus {
  color: #0c4691;
  text-decoration: none;
}
.company-menu {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 22px;
  margin: 0;
  padding: 0;
}
.company-menu li a {
  color: #2b2b2b;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  padding: 6px 0;
  border-bottom: 2px solid transparent;
}
.company-menu li a:hover,
.company-menu li a:focus {
  color: #0e51aa;
  border-bottom-color: #0e51aa;
  text-decoration: none;
}
.agile1 {
  float: left;
  width: 33.33%;
}
.log-lt {
  float: left;
  width: 33.33%;
  text-align: center;
}
.logo li {
  display: inline-block;
  font-size: 46px;
}
i.glyphicon.glyphicon-book {
  color: #e91e63;
  font-size: 40px;
}
.logo h1 {
  color: #0e51aa;
  font-size: 40px;
  padding-left: 0px;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .company-nav {
    flex-direction: column;
    align-items: flex-start;
  }
  .company-menu {
    flex-wrap: wrap;
    gap: 12px 16px;
  }
}
@media (max-width: 480px) {
  .company-brand {
    font-size: 20px;
  }
  .company-menu li a {
    font-size: 14px;
  }
  .top-bar-info {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.25em;
  }
}
.navbar-default {
  background-color: #fff;
  border-color: transparent;
}

.navbar-right {
  float: none !important;
  text-transform: uppercase;
  background: #fff;
  text-align: center;
}
.navbar-default .navbar-nav > li > a {
  color: #000000;
  font-size: 1em;
  font-weight: 600;
  text-transform: capitalize;
}
.navbar-default .navbar-nav > li > a:hover {
  color: #006cdc;
}
.navbar .container-fluid .navbar-brand {
  margin: 25px 670px;
  font-size: 40px;
  font-weight: 900;
}
.navbar {
  margin-bottom: 0px;
}
.w3l-info .fa,
.social-icons .fa,
.social .fa {
  display: inline-block;
  color: #fff;
  font-size: 2em;
  padding: 0em 0.6em;
  margin-bottom: 20px;
}
.w3l-info .fa-facebook:hover {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  -webkit-font-smoothing: antialiased;
  color: #3b5998;
  font-size: 2em;
  transition: 1s all;
  -webkit-transition: 1s all;
}
.w3l-info .fa-pinterest-p:hover {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  -webkit-font-smoothing: antialiased;
  color: #bd081c;
  font-size: 2em;
  padding: 0em 0.6em;
  transition: 1s all;
  -webkit-transition: 1s all;
  -moz-transition: 1s all;
}
.w3l-info .fa-google-plus:hover {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  -webkit-font-smoothing: antialiased;
  color: #dd4b39;
  font-size: 2em;
  padding: 0em 0.6em;
  transition: 1s all;
  -webkit-transition: 1s all;
  -moz-transition: 1s all;
}
.w3l-info .fa-twitter:hover {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  -webkit-font-smoothing: antialiased;
  color: #1da1f2;
  font-size: 2em;
  padding: 0em 0.6em;
  transition: 1s all;
  -webkit-transition: 1s all;
  -moz-transition: 1s all;
}
.social-media {
  margin: 5em 0em 2em;
}
.social-media li {
  display: inline-block;
}
.navbar {
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  -ms-border-radius: 0px;
}
.logo a {
  color: #fff;
  border: 9px solid #fff;
  padding: 0.5em;
  font-weight: 600;
  font-size: 2em;
}
.navbar-nav > li {
  float: none;
  display: inline-block;
  text-align: center;
}
.w3l-banner {
  background: url(../images/bg.jpg) no-repeat 0px 0px;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
}
.w3l-banner1 {
  background: url(../images/bg.jpg) no-repeat 0px 0px;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
}
.banner-dott {
  background: url(../images/dott.png) repeat 0px 0px;
  background-size: 2px;
  -webkit-background-size: 2px;
  -moz-background-size: 2px;
  -o-background-size: 2px;
  -ms-background-size: 2px;
}
.banner-dott1 {
  background: url(../images/dott.png) repeat 0px 0px;
  background-size: 2px;
  -webkit-background-size: 2px;
  -moz-background-size: 2px;
  -o-background-size: 2px;
  -ms-background-size: 2px;
  min-height: 300px;
}
.banner-dott1,
.w3l-banner1 {
  min-height: 300px;
}
.w3l-info {
  text-align: center;
}
.w3l-info h2,
.w3l-info h3 {
  font-size: 3em;
  color: #fff;
  text-transform: capitalize;
  line-height: 1.4em;
  letter-spacing: 2px;
  margin-bottom: 0px;
  font-weight: 600;
}
.w3l-info p {
  color: #fff;
  font-size: 1em;
  line-height: 1.8em;
  letter-spacing: 1px;
  margin: 0.5em auto;
  font-weight: 400;
  text-transform: capitalize;
}
.w3l-info h6 {
  color: #fff;
  font-size: 1.2em;
  line-height: 1.8em;
  letter-spacing: 1px;
  margin: 0.5em auto 1.5em;
  font-weight: 400;
  text-transform: capitalize;
}
.grid1 {
  padding: 20px 10px;
  transition: 0.5s all;
}
.gd_tp {
  width: 80%;
  margin: 0 auto;
}
.agileinfo-news-button a {
  padding: 8px 20px;
  color: #ffffff;
  font-size: 15px;
  text-decoration: none;
  outline: none;
}
.hvr-shutter-in-horizontal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  background: #f99104;
  -webkit-transition-property: color;
  /* transition-property: color; */
  /* -webkit-transition-duration: 0.3s; */
  /* transition-duration: 0.3s; */
}
.agileinfo-news-button {
  margin-top: 35px;
}
/* //banner */
/*--search--*/
.number {
  float: right;
}
.number p {
  display: inline;
  padding: 22px 22px;
  font-size: 20px;
  border-left: 1px solid #698790;
  line-height: 56px;
  color: #698790;
}
.number i.fa {
  font-size: 26px;
  line-height: 60px;
  color: #e91e63;
  cursor: pointer;
}
.sb-search {
  position: absolute;
  right: 0%;
  top: 0px;
  width: 0%;
  min-width: 42px;
  margin-top: 5px;
  height: 40px;
  float: right;
  overflow: hidden;
  -webkit-transition: width 0.3s;
  -moz-transition: width 0.3s;
  transition: width 0.3s;
  -webkit-backface-visibility: hidden;
}
.sb-search-input {
  position: absolute;
  top: 0;
  right: 3px;
  border: none;
  outline: none;
  background: #698790;
  width: 68%;
  height: 35px;
  margin: 0;
  z-index: 10;
  padding: 5px 15px;
  font-size: 15px;
  color: #ffffff;
  border-radius: 50px;
}
.sb-search-input::-webkit-input-placeholder {
  color: #ffffff;
}
.sb-search-input:-moz-placeholder {
  color: #ffffff;
}
.sb-search-input::-moz-placeholder {
  color: #efb480;
}
.sb-search-input:-ms-input-placeholder {
  color: #ffffff;
}
.sb-icon-search,
.sb-search-submit {
  width: 30px;
  height: 40px;
  display: block;
  position: absolute;
  right: 0;
  top: 0%;
  padding: 0;
  margin: 0;
  line-height: 71px;
  text-align: center;
  cursor: pointer;
}
.sb-search-submit {
  background: url("../images/search.png") no-repeat -3px 10px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE 8 */
  filter: alpha(opacity=0); /* IE 5-7 */
  color: transparent;
  border: none;
  outline: none;
  z-index: -1;
  -webkit-appearance: none;
}
.sb-icon-search {
  background: #698790 url(../images/search.png) no-repeat 3px 10px;
  background-size: 28px;
  z-index: 90;
  width: 35px;
  height: 35px;
  border-radius: 50px;
}
/* Open state */
.sb-search.sb-search-open,
.no-js .sb-search {
  width: 72%;
}
.sb-search.sb-search-open .sb-icon-search,
.no-js .sb-search .sb-icon-search {
  background: url("../images/search.png") no-repeat 3px 10px;
  color: #fff;
  z-index: 11;
}
.sb-search.sb-search-open .sb-search-submit,
.no-js .sb-search .sb-search-submit {
  z-index: 90;
}
/*--//search--*/
/* -- TOP HEADER */
.top-middle li {
  display: inline-block;
}
.top .top-middle,
.top .top-right {
  padding: 0px;
}
.top .top-left {
  padding: 4px 0 0;
  text-align: left;
}
.top-left li {
  display: inline-block;
  color: #909090;
  margin-right: 2em;
  letter-spacing: 1px;
}
.top-left li a {
  color: #909090;
}
.top {
  padding: 10px 0;
  background: #191826;
}
.top-middle {
  text-align: right;
}
.top-left p {
  color: #fff;
  font-size: 16px;
  margin-top: 3px;
}
.top-left i.fa {
  margin-right: 2px;
  color: #909090;
  font-size: 20px;
}

.top-middle li {
  margin-left: 15px;
}
.top-middle .fa-facebook {
  font-size: 16px;
  text-align: center;
  line-height: 29px;
  width: 30px;
  height: 30px;
}
.top-middle .fa-facebook:hover {
  background: #527dbd;
  color: #ececec;
  border: 1px solid #527dbd;
}
.top-middle .fa-twitter {
  font-size: 16px;
  text-align: center;
  line-height: 29px;
  width: 30px;
  height: 30px;
}
.top-middle .fa-twitter:hover {
  background: #1da1f2;
  color: #ececec;
  border: 1px solid #1da1f2;
}
.top-middle .fa-google-plus {
  font-size: 16px;
  text-align: center;
  line-height: 29px;
  width: 30px;
  height: 30px;
}
.top-middle .fa-google-plus:hover {
  background: #dd4b39;
  color: #ececec;
  border: 1px solid #dd4b39;
}
.top-middle .fa-linkedin {
  font-size: 16px;
  text-align: center;
  line-height: 29px;
  width: 30px;
  height: 30px;
}
.top-middle .fa-linkedin:hover {
  background: #0077b5;
  color: #ececec;
  border: 1px solid #0077b5;
}
.top-middle i.fa {
  border: 1px solid #909090;
  color: #909090;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
}
/* -- //TOP HEADER */
.se-rht {
  position: relative;
}
/*-- Top-Bar --*/
.top-bar {
  background: #fff;
  padding: 10px 0;
}
/*-- navigation section --*/
div p button {
  /* z-index: 999; */
  border: none;
  background: none;
  font-size: 26px;
  padding: 0;
  margin-top: 3px;
}
/*-- //navigation section --*/
/* ---- particles.js container ---- */
#particles-js {
  width: 100%;
  background-image: url("");
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
canvas.particles-js-canvas-el {
  height: 540px !important;
}
/*--//parallax-js--*/
/*--//stats-section--*/
/* About */
.about-3 {
  padding: 5em 0;
}
h3.center {
  text-align: center;
  font-weight: 700;
  font-size: 35px;
  text-transform: uppercase;
  margin-bottom: 30px;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
  letter-spacing: 2px;
}
h3.center:after {
  border-top: 2px solid #ff5722;
  display: block;
  width: 100px;
  content: "";
  margin: 10px auto 0;
}
.d-flex {
  display: -ms-flexbox;
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.about1,
.about2 {
  flex: 1;
  -ms-flex: 1;
}
.about1 {
  padding-right: 15px;
}
.about1 h4 {
  font-size: 35px;
  text-transform: none;
  margin-bottom: 20px;
  color: #0e51aa;
}
.about1 p {
  color: #999;
  font-size: 15px;
  line-height: 1.8em;
}
ul.about-list li {
  margin: 20px 0px;
  display: block;
}
ul.about-list li span.fa {
  font-size: 50px;
  height: 80px;
  width: 80px;
  vertical-align: top;
  color: #08f3d4;
}
.in-block {
  display: inline-block;
  width: calc(100% - 100px);
}
.in-block h5 {
  font-weight: 600;
  text-transform: capitalize;
  font-size: 22px;
  margin-bottom: 10px;
  letter-spacing: 1px;
  color: #191826;
}
.about2 {
  background: url(../images/g1.png) no-repeat;
  background-size: cover;
  background-position: center;
  /* background-attachment: fixed; */
}
/* //About */
.heading-agileinfo {
  font-weight: 600;
  letter-spacing: 0.5px;
  font-size: 40px;
  margin-bottom: 2.5em;
  text-align: center;
  color: #006cdc;
  text-transform: uppercase;
  position: relative;
  margin-top: 0;
}
.heading-agileinfo span {
  display: block;
  font-size: 17px !important;
  margin-top: 1em;
  letter-spacing: 4px;
  text-transform: capitalize;
  color: #000000;
  font-weight: 500;
}
.heading-agileinfo span:after {
  content: "";
  background: #212121;
  height: 2px;
  width: 70px;
  position: absolute;
  top: 132%;
  right: 47%;
}
span.nnn {
  color: #fff;
}
/*--stats--*/
.stats-agileits {
  background: url(../images/bg3.jpg) no-repeat 0px 0px;
  background-attachment: fixed;
  background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  -moz-background-size: cover;
  padding: 5em 0;
}
.stats-grid {
  text-align: center;
}
.numscroller {
  font-size: 40px;
  font-weight: 500;
  margin: 12px 0 25px;
  color: #006cdc;
  position: relative;
}
.numscroller:after {
  position: absolute;
  content: " ";
  width: 55px;
  height: 2px;
  background: #006cdc;
  display: block;
  bottom: -8px;
  left: 39%;
}
.stats-grid h4 {
  font-size: 22px;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 1px;
}
.stat-info-w3ls i {
  color: #fff;
  font-size: 50px;
  margin-bottom: 10px;
}
/*-- //Stats --*/
/*-- testimonials --*/
.tex-t {
  float: right;
  padding: 3em 2em 0;
}
.w3_agile_testimonials_grid_left img {
  border-radius: 50%;
}
.tex-t h4 {
  color: #006cdc;
  font-size: 22px;
}
.agile_testimonials_grid p {
  color: #777;
  line-height: 2em;
  margin-bottom: 1em;
  text-align: left;
  letter-spacing: 1px;
  font-size: 15px;
}
.w3_agile_testimonials_grid_right {
  text-align: left;
  float: left;
  width: 94%;
  padding: 1em 4em;
  border: 1px solid #006cdc;
  position: relative;
}
.test-tooltip:before {
  content: "";
  position: absolute;
  left: -17px;
  top: 38%;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 14px solid#006cdc;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
}
.test-tooltip1:after {
  content: "";
  position: absolute;
  left: 7%;
  bottom: -11%;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 14px solid#006cdc;
  transform: rotate(90deg);
  -webkit-transform: rotate(178deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
}
.w3_agile_testimonials_grid_left {
  margin-top: 0em;
  float: left;
}
.w3_agile_testimonials_grid {
  float: left;
  padding: 2em 0em 0;
}
.w3_agile_testimonials_grid_right h4 {
  font-size: 20px;
  color: #000;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 2px;
}
.w3_agile_testimonials_grid_right h5 {
  font-size: 14px;
  color: #87b200;
}
.agile_testimonials_grids {
  margin: 4em 0 2em;
}
/*--flexisel--*/
.flex-slider {
  background: #222227;
  padding: 70px 0 165px 0;
}
#flexiselDemo1 {
  display: none;
}
.nbs-flexisel-container {
  position: relative;
  max-width: 100%;
}
.nbs-flexisel-ul {
  position: relative;
  width: 9999px;
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
.nbs-flexisel-inner {
  overflow: hidden;
  margin: 0px auto;
  padding: 0em 0 0;
}
.nbs-flexisel-item {
  float: left;
  margin: 0;
  padding: 0px;
  position: relative;
  line-height: 35px;
}
.nbs-flexisel-item > img {
  cursor: pointer;
  position: relative;
}
/*---- Nav ---*/
.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
  width: 40px;
  height: 40px;
  position: absolute;
  cursor: pointer;
  z-index: 100;
  background: url(../images/right1.png) no-repeat 8px 13px #006cdc;
  top: 18% !important;
}
.nbs-flexisel-nav-left {
  left: 0%;
}
.nbs-flexisel-nav-right {
  right: 3%;
  background: url(../images/left1.png) no-repeat 8px 13px #006cdc;
}
/*--//flexisel--*/
.agile_testimonials_grid {
  margin: 0 0em 2em;
}
.port {
  font-size: 14px;
  letter-spacing: 1px;
  color: #000;
  padding: 0px 19em;
  line-height: 2em;
  text-align: center;
}
.ser-info {
  color: #fff;
}
/*-- //testimonials --*/
.testimonials {
  padding: 5em 0;
}
/*-- wthree-mid --*/
.wthree-mid {
  background: url(../images/bg2.jpg) no-repeat 0px 0px;
  background-size: cover;
  padding: 5em 0;
  text-align: center;
  background-attachment: fixed;
}
.wthree-mid h3 {
  font-size: 34px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 600;
}
.wthree-mid p {
  color: #ffffff;
  text-align: center;
  line-height: 28px;
  width: 63%;
  margin: 30px auto;
  font-size: 17px;
  padding: 20px 0;
  border-top: 1px solid #8d8d8d;
}
.botton a {
  background: #006cdc;
  color: #fff;
  display: inline-block;
  letter-spacing: 3px;
  font-weight: 400;
  font-size: 15px;
  padding: 10px 25px;
  cursor: pointer;
  text-decoration: none;
  margin-top: 1em;
  border: 2px solid transparent;
}
.botton a:hover {
  color: #fff;
  background: transparent;
  border-color: #fff;
}
/*-- //wthree-mid --*/
/*-- news --*/
.news {
  padding: 5em 0;
}
.news-agileinfo {
  margin-top: 5em;
}
.wthree-news-grids {
  margin-top: 5em;
}
.datew3-agileits-info {
  padding-left: 2em;
}
.datew3-agileits img.img-responsive {
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  transition: 0.5s all;
  overflow: hidden;
  border: solid #dedede;
}
.datew3-agileits-info h5 {
  margin: 0;
}
.datew3-agileits-info h5 a {
  color: #000;
  text-decoration: none;
  font-size: 1.4em;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
}
.datew3-agileits-info h5 a:hover {
  color: #006cdc;
}
.datew3-agileits-info h6 {
  font-size: 1em;
  color: #006cdc;
  font-weight: 600;
  margin: 1em 0;
  letter-spacing: 1px;
}
.datew3-agileits-info p {
  margin: 1em 0 0;
  color: #999999;
  font-size: 15px;
  line-height: 1.8em;
  letter-spacing: 1px;
}
.datew3-agileits.datew3-agileits-fltrt {
  float: right;
}
.news-right h4 {
  color: #000;
  font-size: 2em;
  margin: 0;
}
.news-right {
  padding-left: 4em;
}
.achievesw3-agile {
  background: #97f302;
  padding: 1em;
  display: inline-block;
  margin: 2em 0 0 0;
}
.achievesw3-agile ul {
  padding: 0;
  margin: 0;
}
.achievesw3-agile ul li {
  display: block;
  margin: 1.3em 1em;
}
.achievesw3-agile ul li a {
  font-size: 1em;
  color: #fff;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -ms-transition: 0.5s all;
  -o-transition: 0.5s all;
  text-decoration: none;
}
.achievesw3-agile ul li a:hover {
  color: #000;
}
.achievesw3-agile ul li a i.fa {
  margin-right: 0.8em;
}
/*-- //news --*/
/*-- footer --*/

.footer_top_agileits {
  background: #141415;
  padding: 4em 0;
}

.footer_bottom1 a {
  display: inline-block;
}
.footer_w3ls {
  background: #0f0f10;
  text-align: center;
  padding: 1em 0;
}
ul.tag2:last-child {
  margin: 0;
}

.footer_bottom_grid:nth-child(2) {
  float: right;
  text-align: right;
}

.footer_bottom {
  padding: 2em 0;
}

.index-copy-right {
  background: transparent;
}

.footer_bottom h6 {
  color: #ffffff;
  font-size: 1.4em;
  letter-spacing: 1px;
  margin-bottom: 1em;
  text-transform: uppercase;
  font-weight: 700;
}

.footer_bottom1 p {
  color: #fff;
  font-size: 14px;
  letter-spacing: 2px;
  margin-top: 0em;
}

.footer_bottom1 p a {
  color: #006cdc;
  transition: 0.5s ease-in;
  -webkit-transition: 0.5s ease-in;
  -moz-transition: 0.5s ease-in;
  -o-transition: 0.5s ease-in;
  -ms-transition: 0.5s ease-in;
}

.footer_bottom1 p a:hover {
  color: #fff;
  transition: 0.5s ease-in;
  -webkit-transition: 0.5s ease-in;
  -moz-transition: 0.5s ease-in;
  -o-transition: 0.5s ease-in;
  -ms-transition: 0.5s ease-in;
}

.social ul {
  padding: 0;
  margin: 0;
}

.social ul li {
  display: inline-block;
}

.social ul li a {
  color: #333;
  text-align: center;
}

.social ul li a i.fa.fa-facebook {
  height: 32px;
  width: 32px;
  line-height: 32px;
  background: #ffffff;
  color: #3b5998;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
}

.social ul li a i.fa.fa-facebook:hover {
  height: 32px;
  width: 32px;
  line-height: 32px;
  background: #3b5998;
  color: #ffffff;
}

.social ul li a i.fa.fa-twitter {
  height: 32px;
  width: 32px;
  line-height: 32px;
  background: #ffffff;
  color: #1da1f2;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
}

.social ul li a i.fa.fa-twitter:hover {
  height: 32px;
  width: 32px;
  line-height: 32px;
  background: #1da1f2;
  color: #ffffff;
}

.social ul li a i.fa.fa-rss {
  height: 32px;
  width: 32px;
  line-height: 32px;
  background: #ffffff;
  color: #f26522;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
}

.social ul li a i.fa.fa-rss:hover {
  height: 32px;
  width: 32px;
  line-height: 32px;
  background: #f26522;
  color: #ffffff;
}

.footer_bottom1 label {
  color: #006cdc;
  display: block;
  font-size: 0.3em;
  letter-spacing: 3px;
}

.footer_bottom1 h2 {
  font-size: 2.2em;
  text-transform: uppercase;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.29);
  color: #fff;
  font-weight: 700;
}

.footer_grid h3,
.footer_grid_left h3 {
  font-size: 1.5em;
  color: #fff;
  position: relative;
  margin-bottom: 1.5em;
  font-weight: 600;
  letter-spacing: 1px;
}

.footer_grid_left h3 {
  margin: 0;
}

.footer_grid p {
  color: #8b8b96;
  line-height: 2em;
  margin-bottom: 2em;
}

.footer_grid_list li,
.address li {
  display: block;
  margin-bottom: 1em;
}

.footer_grid_list li i {
  color: #006cdc;
  padding-right: 1em;
}

.footer_grid_list li a {
  color: #8b8b96;
  text-decoration: none;
  line-height: 1.5em;
  letter-spacing: 1px;
  font-size: 0.9em;
}

.footer_grid_list li a:hover {
  color: #fff;
}

.footer_grid_list li:last-child,
.address li:last-child {
  margin-bottom: 0;
}

.address li {
  color: #8b8b96;
}

.address li i {
  margin-right: 1.5em;
  color: #fff;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 30px;
  border: 1px solid #4b4b50;
}

.address li span {
  display: block;
  margin-left: 4em;
  letter-spacing: 1px;
  font-size: 0.9em;
}

.address li a {
  color: #a8aeb3;
  text-decoration: none;
}

.address li a:hover {
  color: #fff;
  text-decoration: none;
}

.footer_grids {
  margin: 3em 0 0 0;
}

.footer_grid_right input[type="email"] {
  outline: none;
  padding: 14px;
  background: #fff;
  font-size: 0.9em;
  color: #888;
  width: 70%;
  margin-right: 1em;
  border: none;
  letter-spacing: 2px;
}

.footer_grid_right input[type="email"]::-webkit-input-placeholder {
  color: #999 !important;
}

.footer_grid_right input[type="submit"] {
  outline: none;
  padding: 12px 0;
  background: #006cdc;
  font-size: 1em;
  color: #fff;
  width: 20%;
  border: none;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.footer_grid_right input[type="submit"]:hover {
  background: #1d71c7;
}

ul.social-icons3.two li a {
  text-align: center;
}
/*-- //footer --*/
h4.modal-title {
  color: #006cdc;
  font-size: 29px;
  text-transform: uppercase;
  font-weight: 600;
}
.agileits-w3layouts-info p {
  font-size: 14px;
  color: #777;
  line-height: 1.8em;
  padding: 20px 0;
}
/*-- portfolio --*/
.w3ls_portfolio_grids {
  padding-top: 1em;
}
/*-- offer-bottom --*/
.w3l_services_footer_top_right_main:nth-child(2) {
  margin: 3em 0;
}
.w3l_services_footer_top_left img {
  margin: 0 auto;
}
.w3l_services_footer_top_right_main_l {
  float: left;
}
.w3l_services_footer_top_right_main_l h3 {
  font-size: 1.2em;
  color: #ff464f;
  padding-right: 2em;
  border-right: 1px solid #212121;
  margin: 1.8em 0 0;
}
.w3l_services_footer_top_right_main_l1 {
  float: left;
  margin: 0 4em;
}
.w3ls_service_icon {
  width: 70px;
  height: 70px;
  border: 2px solid #0accff;
  border-radius: 40px;
  text-align: center;
}
.w3ls_service_icon i {
  font-size: 2em;
  color: #0accff;
  padding-top: 0.5em;
}
.w3l_services_footer_top_right_main_r {
  float: right;
  width: 50%;
}
.w3l_services_footer_top_right_main_r a {
  font-size: 1em;
  color: #212121;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 600;
}
.w3l_services_footer_top_right_main_r a:hover {
  color: #0accff;
}
.w3l_services_footer_top_right_main_r p {
  margin: 1em 0 0;
  color: #999;
  line-height: 2em;
}
.agileits_portfolio_sub_grid {
  background: #0accff;
}
.w3_agile_portfolio_grid1 {
  margin-top: 2em;
  overflow: hidden;
}
.agileits_portfolio_sub_grid .w3layouts_port_head {
  content: "";
  z-index: 1;
  position: absolute;
  left: 49%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  opacity: 0;
  filter: alpha(opacity=0);
  margin-top: 100px;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.w3_agile_portfolio_grid1:hover .agileits_w3layouts_team_grid img {
  opacity: 0.8;
}
.w3_agile_portfolio_grid1:hover
  .agileits_w3layouts_team_grid
  .w3layouts_port_head {
  opacity: 1;
  filter: alpha(opacity=100);
  margin-top: 0;
}
.w3layouts_port_head h3 {
  font-size: 1em;
  letter-spacing: 5px;
  color: #fff;
  text-transform: uppercase;
  padding: 0.5em 0em;
}
.w3_agile_portfolio_grid1 {
  position: relative;
}
/*-- //offer-bottom --*/
.banner-bottom {
  padding: 5em 0;
}
/*-- //portfolio --*/
/*-- contact us --*/
.mail {
  padding: 5em 0;
}
.agileits_mail_grid_left input[type="text"],
.agileits_mail_grid_left input[type="email"],
.agileits_mail_grid_left textarea {
  outline: none;
  background: #f5f5f5;
  border: 1px solid #e8e8e8;
  color: #212121;
  padding: 10px;
  font-size: 14px;
  width: 100%;
  margin-bottom: 3em;
}
.agileits_mail_grid_left textarea {
  min-height: 150px;
}
.agileits_mail_grid_left input[type="submit"] {
  font-size: 1em;
  padding: 0.8em;
  display: block;
  margin-top: 1em;
  outline: none;
  background: #212121;
  color: #fff;
  border: none;
  width: 34%;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
}
.agileits_mail_grid_left input[type="submit"]:hover {
  background: #006cdc;
}
.agileits_mail_grid_left h4 {
  font-size: 1.2em;
  color: #006cdc;
  margin-bottom: 1em;
}
.agileits_mail_grids {
  margin-top: 5em;
}
.left-agileits ul li {
  list-style-type: none;
  margin-bottom: 1em;
  font-size: 14px;
  line-height: 1.8em;
  color: #212121;
  padding-left: 1em;
}
.left-agileits ul li span {
  left: -1em;
}
.left-agileits li span {
  color: #006cdc;
}
.left-agileits h3 {
  font-size: 26px;
  font-weight: 600;
  color: #212121;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 1em;
}
.agileits_mail_grid_right {
  padding-left: 40px;
}
.left-agileits {
  margin-top: 30px;
}
.agile-map iframe {
  min-height: 370px;
}
/*-- contact us --*/
/*-- icons --*/
.codes a {
  color: #999;
}
.icon-box {
  padding: 8px 15px;
  background: rgba(149, 149, 149, 0.18);
  margin: 1em 0 1em 0;
  border: 5px solid #ffffff;
  text-align: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 13px;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
  -moz-transition: 0.5s all;
  cursor: pointer;
}
.icon-box:hover {
  background: #000;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
  -moz-transition: 0.5s all;
}
.icon-box:hover i.fa {
  color: #fff !important;
}
.icon-box:hover a.agile-icon {
  color: #fff !important;
}
.codes .bs-glyphicons li {
  float: left;
  width: 12.5%;
  height: 115px;
  padding: 10px;
  line-height: 1.4;
  text-align: center;
  font-size: 12px;
  list-style-type: none;
}
.codes .bs-glyphicons .glyphicon {
  margin-top: 5px;
  margin-bottom: 10px;
  font-size: 24px;
}
.codes .glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #777;
}
.codes .bs-glyphicons .glyphicon-class {
  display: block;
  text-align: center;
  word-wrap: break-word;
}
h3.icon-subheading {
  font-size: 28px;
  color: #006cdc !important;
  margin: 30px 0 15px;
  font-weight: 700;
  letter-spacing: 2px;
}
h3.agileits-icons-title {
  text-align: center;
  font-size: 33px;
  color: #222222;
  font-weight: 700;
  letter-spacing: 2px;
}
.icons a {
  color: #999;
}
.icon-box i {
  margin-right: 10px !important;
  font-size: 20px !important;
  color: #282a2b !important;
}
.bs-glyphicons li {
  float: left;
  width: 18%;
  height: 115px;
  padding: 10px;
  line-height: 1.4;
  text-align: center;
  font-size: 12px;
  list-style-type: none;
  background: rgba(149, 149, 149, 0.18);
  margin: 1%;
}
.bs-glyphicons .glyphicon {
  margin-top: 5px;
  margin-bottom: 10px;
  font-size: 24px;
  color: #282a2b;
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #777;
}
.bs-glyphicons .glyphicon-class {
  display: block;
  text-align: center;
  word-wrap: break-word;
  color: #777;
}
@media (max-width: 991px) {
  h3.agileits-icons-title {
    font-size: 28px;
  }
  h3.icon-subheading {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  h3.agileits-icons-title {
    font-size: 28px;
  }
  h3.icon-subheading {
    font-size: 25px;
  }
  .row {
    margin-right: 0;
    margin-left: 0;
  }
  .icon-box {
    margin: 0;
  }
}
@media (max-width: 640px) {
  .icon-box {
    float: left;
    width: 50%;
  }
}
@media (max-width: 480px) {
  .bs-glyphicons li {
    width: 31%;
  }
}
@media (max-width: 414px) {
  h3.agileits-icons-title {
    font-size: 23px;
  }
  h3.icon-subheading {
    font-size: 22px;
  }
  .bs-glyphicons li {
    width: 31.33%;
  }
}
@media (max-width: 384px) {
  .icon-box {
    float: none;
    width: 100%;
  }
}
/*-- //icons --*/
.w3_wthree_agileits_icons.main-grid-border {
  padding: 5em 0;
}
/*--Typography--*/
.well {
  font-weight: 300;
  font-size: 14px;
}
.list-group-item {
  font-weight: 300;
  font-size: 14px;
}
li.list-group-item1 {
  font-size: 14px;
  font-weight: 300;
}
.typo p {
  font-size: 14px;
  font-weight: 300;
}
.show-grid [class^="col-"] {
  background: #fff;
  text-align: center;
  margin-bottom: 10px;
  line-height: 2em;
  border: 10px solid #f0f0f0;
}
.show-grid [class*="col-"]:hover {
  background: #e0e0e0;
}
.grid_3 {
  margin-bottom: 2em;
}
.xs h3,
h3.m_1 {
  color: #000;
  font-size: 1.7em;
  font-weight: 300;
  margin-bottom: 1em;
}
.grid_3 p {
  color: #999;
  font-size: 0.85em;
  margin-bottom: 1em;
  font-weight: 300;
}
.grid_4 {
  background: none;
  margin-top: 50px;
}
.label {
  font-weight: 300 !important;
  border-radius: 4px;
}
.grid_5 {
  background: none;
  padding: 2em 0;
}
.grid_5 h3,
.grid_5 h2,
.grid_5 h1,
.grid_5 h4,
.grid_5 h5,
h3.hdg,
h3.bars {
  margin-bottom: 1em;
  color: #006cdc;
  font-weight: 700;
  font-size: 30px;
  letter-spacing: 2px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  border-top: none !important;
}
.tab-content > .active {
  display: block;
  visibility: visible;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 0;
}
.badge-primary {
  background-color: #03a9f4;
}
.badge-success {
  background-color: #fb5710;
}
.badge-warning {
  background-color: #ffc107;
}
.badge-danger {
  background-color: #e51c23;
}
.grid_3 p {
  line-height: 2em;
  color: #888;
  font-size: 0.9em;
  margin-bottom: 1em;
  font-weight: 300;
}
.bs-docs-example {
  margin: 1em 0;
}
section#tables p {
  margin-top: 1em;
}
.tab-container .tab-content {
  border-radius: 0 2px 2px 2px;
  border: 1px solid #e0e0e0;
  padding: 16px;
  background-color: #ffffff;
}
.table td,
.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  padding: 15px !important;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  font-size: 0.9em;
  color: #999;
  border-top: none !important;
}
.tab-content > .active {
  display: block;
  visibility: visible;
}
.label {
  font-weight: 300 !important;
}
.label {
  padding: 4px 6px;
  border: none;
  text-shadow: none;
}
.alert {
  font-size: 0.85em;
}
h1.t-button,
h2.t-button,
h3.t-button,
h4.t-button,
h5.t-button {
  line-height: 2em;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
li.list-group-item1 {
  line-height: 2.5em;
}
.input-group {
  margin-bottom: 20px;
}
.in-gp-tl {
  padding: 0;
}
.in-gp-tb {
  padding-right: 0;
}
.list-group {
  margin-bottom: 48px;
}
ol {
  margin-bottom: 44px;
}
h2.typoh2 {
  margin: 0 0 10px;
}
@media (max-width: 768px) {
  .grid_5 {
    padding: 0 0 1em;
  }
  .grid_3 {
    margin-bottom: 0em;
  }
}
@media (max-width: 640px) {
  h1,
  .h1,
  h2,
  .h2,
  h3,
  .h3 {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .grid_5 h3,
  .grid_5 h2,
  .grid_5 h1,
  .grid_5 h4,
  .grid_5 h5,
  h3.hdg,
  h3.bars {
    margin-bottom: 0.5em;
  }
  .progress {
    height: 10px;
    margin-bottom: 10px;
  }
  ol.breadcrumb li,
  .grid_3 p,
  ul.list-group li,
  li.list-group-item1 {
    font-size: 14px;
  }
  .breadcrumb {
    margin-bottom: 25px;
  }
  .well {
    font-size: 14px;
    margin-bottom: 10px;
  }
  h2.typoh2 {
    font-size: 1.5em;
  }
  .label {
    font-size: 60%;
  }
  .in-gp-tl {
    padding: 0 1em;
  }
  .in-gp-tb {
    padding-right: 1em;
  }
}
@media (max-width: 480px) {
  .grid_5 h3,
  .grid_5 h2,
  .grid_5 h1,
  .grid_5 h4,
  .grid_5 h5,
  h3.hdg,
  h3.bars {
    font-size: 1.2em;
  }
  .table h1 {
    font-size: 26px;
  }
  .table h2 {
    font-size: 23px;
  }
  .table h3 {
    font-size: 20px;
  }
  .label {
    font-size: 53%;
  }
  .alert,
  p {
    font-size: 14px;
  }
  .pagination {
    margin: 20px 0 0px;
  }
  .grid_3.grid_4.w3layouts {
    margin-top: 25px;
  }
}
@media (max-width: 320px) {
  .grid_4 {
    margin-top: 18px;
  }
  h3.title {
    font-size: 1.6em;
  }
  .alert {
    padding: 10px;
    margin-bottom: 10px;
  }
  ul.pagination li a {
    font-size: 14px;
    padding: 5px 11px;
  }
  .list-group {
    margin-bottom: 10px;
  }
  .well {
    padding: 10px;
  }
  .nav > li > a {
    font-size: 14px;
  }
  table.table.table-striped,
  .table-bordered,
  .bs-docs-example {
    display: none;
  }
}
/*-- //typography --*/
.typo {
  padding: 5em 0;
}
/* about section */

.about_bottom_left h4 {
  font-size: 2em;
  color: #262c38;
  letter-spacing: 1px;
  margin-bottom: 20px;
  font-weight: 600;
}

.about_bottom_left h4 span {
  color: #006cdc;
}

.about_bottom_left p {
  color: #666;
  line-height: 1.8em;
  margin-bottom: 1em;
  font-size: 15px;
  letter-spacing: 1px;
}

.about_bottom_left p:nth-child(3) {
  margin-bottom: 0;
}

.banner_bottom_left h4 span {
  color: #37bf91;
}

.about2-info {
  text-align: center;
}
.about-sec {
  padding: 5em 0;
}
.team {
  padding: 5em 0;
}
/*-- about-team --*/

.thumbnail.team-agileits {
  border: none;
  text-align: center;
  border-radius: 0;
  margin: 0;
  padding: 0;
}

.team .effectd-caption {
  padding: 20px;
  background: #fff;
  -webkit-box-shadow: 0px 2px 3px #ccc;
  -moz-box-shadow: 0px 2px 3px #ccc;
  box-shadow: 0px 0px 3px 1px #ccc;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  transition: 0.5s all;
}

.team h4 {
  color: #37bf91;
  font-size: 22px;
}

.effectd-caption p {
  margin: 4px 0 9px;
}

.social-lsicon a {
  color: #000;
  padding: 0 7px;
  font-size: 15px;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
}

.social-lsicon a:hover {
  color: #ef5861;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
}

/*-- //about-team --*/
/*-- to-top --*/
#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 20px;
  right: 2%;
  overflow: hidden;
  z-index: 999;
  width: 40px;
  height: 40px;
  border: none;
  text-indent: 100%;
  background: url(../images/arrow.png) no-repeat 0px 0px;
}
#toTopHover {
  width: 40px;
  height: 40px;
  display: block;
  overflow: hidden;
  float: right;
  opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
}
/*-- //to-top --*/

/* responsive design */

@media screen and (max-width: 1440px) {
}
@media screen and (max-width: 1280px) {
}
@media screen and (max-width: 1080px) {
  .about1 h4 {
    font-size: 30px;
  }
  .stats-grid h4 {
    font-size: 20px;
    letter-spacing: 1px;
  }
  .test-tooltip1:after {
    bottom: -9%;
  }
}
@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 991px) {
  .w3l-info h2,
  .w3l-info h3 {
    font-size: 2.3em;
    letter-spacing: 0px;
  }
  .banner-dott1,
  .w3l-banner1 {
    min-height: 250px;
  }
  .top .top-left {
    float: left;
  }
  .top-middle {
    float: right;
  }
  .top-middle li {
    margin-left: 0px;
  }
  .top-left li {
    margin-right: 1em;
  }
  .agileits_mail_grids {
    margin-top: 2em;
  }
  .agileits_mail_grid_left {
    padding: 0;
  }
  .agileits_mail_grid_right {
    padding: 0;
    margin-top: 2em;
  }
  .agile-map iframe {
    min-height: 370px;
    width: 100%;
  }
  .footer_grids {
    margin: 2em 0 0 0;
  }
  .footer_grid {
    margin-bottom: 1.5em;
  }
  .footer_grid_right {
    margin-top: 2em;
  }
  .w3_agile_portfolio_grid1 {
    margin-bottom: 2em;
  }
  .w3_agile_portfolio_grid1 {
    margin-top: 0em;
  }
  .w3ls_portfolio_grids {
    padding-top: 0;
  }
  .about2-info {
    margin-top: 2em;
  }
  .wthree-mid p {
    width: 100%;
    font-size: 15px;
    padding: 20px 0 0;
  }
  .thumbnail.team-agileits {
    margin-bottom: 2em;
  }
  .grid2-1 {
    width: 33.33%;
    float: left;
  }
  .stats-grid {
    margin-top: 1.5em;
  }
  .w3_agile_testimonials_grid_right {
    padding: 1em 1em;
  }
}
@media screen and (max-width: 900px) {
}
@media screen and (max-width: 800px) {
  .logo h1 {
    font-size: 36px;
  }
}
@media screen and (max-width: 768px) {
  .banner-dott1,
  .w3l-banner1 {
    min-height: 200px;
  }
  .mail {
    padding: 3em 0;
  }
  .footer_top_agileits {
    padding: 3em 0;
  }
  .typo {
    padding: 3em 0;
  }
  .w3_wthree_agileits_icons.main-grid-border {
    padding: 3em 0;
  }
  .banner-bottom {
    padding: 3em 0 1em;
  }
  .about-sec {
    padding: 3em 0;
  }
  .about_bottom_left h4 {
    font-size: 1.7em;
  }
  .wthree-mid {
    padding: 3em 0;
  }
  .team {
    padding: 3em 0 1em;
  }
  .about-3 {
    padding: 3em 0;
  }
  .about1 h4 {
    font-size: 24px;
  }
  .stats-agileits {
    padding: 3em 0;
  }
  .testimonials {
    padding: 3em 0;
  }
  .news {
    padding: 3em 0;
  }
}
@media screen and (max-width: 736px) {
  .w3l-info h2,
  .w3l-info h3 {
    font-size: 2.1em;
  }
  .w3_agile_testimonials_grid_right {
    width: 100%;
    padding: 1em 7em;
  }
  .nbs-flexisel-nav-right {
    right: 0%;
  }
  .test-tooltip1:after {
    bottom: -11%;
  }
  .stats-grid {
    float: left;
    width: 50%;
  }
}
@media screen and (max-width: 667px) {
  .w3l-info h2,
  .w3l-info h3 {
    font-size: 2em;
  }
  .top .top-left {
    float: left;
    width: 100%;
    text-align: center;
  }
  .top-middle {
    width: 100%;
    text-align: center;
    margin-top: 1em;
  }
  .banner-dott1,
  .w3l-banner1 {
    min-height: 170px;
  }
  .grid1 {
    padding: 20px 0px;
  }
  .w3l-info h6 {
    font-size: 1em;
  }
}
@media screen and (max-width: 640px) {
  .w3l-info h2,
  .w3l-info h3 {
    font-size: 1.8em;
  }
  .d-flex {
    flex-direction: column-reverse;
  }
  .about2 {
    height: 300px;
    margin-bottom: 30px;
  }
  .wthree-mid h3 {
    font-size: 30px;
  }
  .botton a {
    margin-top: 0;
  }
  .w3_agile_testimonials_grid_right {
    width: 96%;
    padding: 1em 2em;
  }
  .nbs-flexisel-nav-right {
    right: 2%;
  }
  .test-tooltip1:after {
    bottom: -8%;
  }
  .datew3-agileits {
    float: left;
    width: 100%;
  }
  .datew3-agileits-info {
    padding-left: 1em;
    float: left;
    width: 100%;
    margin-top: 1em;
  }
  .wthree-news-grids {
    margin-top: 1em;
  }
  .in-block {
    display: inline-block;
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .w3l-info h2,
  .w3l-info h3 {
    font-size: 1.7em;
  }
  .copyright-agile p {
    font-size: 14px;
  }
  .w3_agile_testimonials_grid_right {
    width: 100%;
    padding: 1em 7em;
  }
  .nbs-flexisel-nav-right {
    right: 0%;
  }
}
@media screen and (max-width: 568px) {
  .service-list {
    flex-direction: column;
  }
  .top-left li {
    margin-right: 0.5em;
  }
}
@media screen and (max-width: 480px) {
  .list {
    flex-direction: column;
    text-indent: 60px;
  }
  .banner-dott1,
  .w3l-banner1 {
    min-height: 150px;
  }
  .sub-agile {
    padding: 0.5em 0;
  }
  .heading-agileinfo {
    font-size: 36px;
    margin-bottom: 2em;
  }
  .footer_bottom1 p {
    line-height: 1.8em;
  }
  .wthree-mid h3 {
    font-size: 23px;
  }
  .w3_agile_testimonials_grid_right {
    width: 100%;
    padding: 1em 1em;
  }
  .agile_testimonials_grid p {
    font-size: 14px;
  }
  .test-tooltip1:after {
    bottom: -7%;
  }
}
@media screen and (max-width: 414px) {
  .heading-agileinfo span {
    font-size: 14px !important;
    letter-spacing: 2px;
  }
  .agileits_mail_grid_left h4 {
    font-size: 1em;
  }
  .agileits_mail_grid_left input[type="text"],
  .agileits_mail_grid_left input[type="email"],
  .agileits_mail_grid_left textarea {
    margin-bottom: 2em;
  }
  .agileits_mail_grid_left input[type="submit"] {
    margin-top: 0em;
  }
  .footer_grid_right input[type="submit"] {
    width: 24%;
  }
  .agileits_mail_grid_left input[type="submit"] {
    width: 42%;
  }
  .sb-search-input {
    width: 75%;
  }
  .sb-search.sb-search-open,
  .no-js .sb-search {
    width: 80%;
  }
  .log-lt {
    float: left;
    width: 50%;
    text-align: center;
  }
  .agile1 {
    float: left;
    width: 25%;
  }
  .team-grids {
    width: 100%;
    float: left;
  }
  .w3l-info h2,
  .w3l-info h3 {
    font-size: 1.6em;
  }
  .grid1 {
    padding: 0px 0px 0;
  }
  .gd_tp {
    width: 100%;
  }
  .w3_agile_testimonials_grid_right {
    width: 100%;
    padding: 1em 4em;
  }
}
@media screen and (max-width: 384px) {
}
@media screen and (max-width: 375px) {
  .banner-dott1,
  .w3l-banner1 {
    min-height: 120px;
  }
  .agile-map iframe {
    min-height: 250px;
  }
  .footer_grid_right input[type="email"] {
    margin-right: 0.5em;
  }
  .footer_grid_right input[type="submit"] {
    width: 26%;
  }
}
@media screen and (max-width: 320px) {
  .w3l-info h2,
  .w3l-info h3 {
    margin-bottom: 20px;
  }
  .list {
    flex-direction: column;
    text-indent: 40px;
  }
  .sb-search-input {
    width: 78%;
  }
  .sb-search.sb-search-open,
  .no-js .sb-search {
    width: 92%;
  }
  .heading-agileinfo span {
    font-size: 14px !important;
    letter-spacing: 1px;
  }
  .mail {
    padding: 2.5em 0;
  }
  .banner-dott1,
  .w3l-banner1 {
    min-height: 100px;
  }
  .heading-agileinfo {
    font-size: 32px;
    margin-bottom: 1.5em;
  }
  .agileits_mail_grid_left input[type="submit"] {
    width: 52%;
  }
  .footer_grid_right input[type="email"] {
    width: 100%;
    margin-right: 0em;
  }
  .footer_grid_right input[type="submit"] {
    width: 47%;
    margin-top: 1em;
  }
  .top-middle {
    margin-top: 0.5em;
  }
  .footer_grid h3,
  .footer_grid_left h3 {
    margin-bottom: 1em;
  }
  .footer_top_agileits {
    padding: 2.5em 0;
  }
  .typo {
    padding: 2.5em 0;
  }
  .w3_wthree_agileits_icons.main-grid-border {
    padding: 2.5em 0;
  }
  .banner-bottom {
    padding: 2.5em 0 1em;
  }
  .about_bottom_left h4 {
    font-size: 1.5em;
  }
  .about-sec {
    padding: 2.5em 0;
  }
  .team {
    padding: 2.5em 0 1em;
  }
  .news {
    padding: 2.5em 0;
  }
  .testimonials {
    padding: 2.5em 0;
  }
  .tex-t {
    padding: 3em 1em 0;
  }
  .w3_agile_testimonials_grid_right {
    padding: 1em 3em;
  }
  .about-3 {
    padding: 2.5em 0;
  }
  .w3l-info p {
    font-size: 12px;
    line-height: 1.8em;
    letter-spacing: 0px;
  }
  .w3l-info .fa,
  .social-icons .fa,
  .social .fa {
    margin-bottom: 0px;
  }
  .w3l-info h6 {
    font-size: 13px;
  }
  .about-3 {
    padding: 2.5em 0;
  }
  .testimonials {
    padding: 2.5em 0;
  }
  .news {
    padding: 2.5em 0;
  }
}

/* 众码官网：页头 / Banner CTA / 服务与产品卡片 */
.banner-cta {
  margin: 1.25em auto 0.5em;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 12px 16px;
}
.btn-banner {
  display: inline-block;
  padding: 10px 22px;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 1px;
  text-decoration: none;
  border-radius: 4px;
  border: 2px solid transparent;
  transition:
    background 0.25s ease,
    color 0.25s ease,
    border-color 0.25s ease;
}
.btn-banner-primary {
  background: #006cdc;
  color: #fff;
  border-color: #006cdc;
}
.btn-banner-primary:hover,
.btn-banner-primary:focus {
  background: #0056b3;
  border-color: #0056b3;
  color: #fff;
  text-decoration: none;
}
.btn-banner-ghost {
  background: transparent;
  color: #fff;
  border-color: rgba(255, 255, 255, 0.85);
}
.btn-banner-ghost:hover,
.btn-banner-ghost:focus {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  text-decoration: none;
}
.services-section {
  padding: 4.5em 0;
  background: #f8fafc;
}
.service-cards {
  margin-top: 2em;
}
.service-card {
  background: #fff;
  border: 1px solid #e9edf3;
  border-radius: 6px;
  padding: 1.75em 1.35em;
  margin-bottom: 1.5em;
  min-height: 220px;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.04);
  transition:
    box-shadow 0.25s ease,
    border-color 0.25s ease;
}
.service-card:hover {
  border-color: #c5d9f5;
  box-shadow: 0 12px 28px rgba(14, 81, 170, 0.08);
}
.service-card-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(14, 81, 170, 0.08);
  color: #0e51aa;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  margin-bottom: 1em;
}
.service-card h4 {
  font-size: 1.15em;
  color: #1a202c;
  margin-bottom: 0.5em;
  font-weight: 600;
}
.service-card p {
  color: #4a5568;
  line-height: 1.75;
  font-size: 14px;
}
.products-section {
  padding: 5em 0;
  background: #fff;
}
.product-cards {
  margin-top: 2em;
}
.product-card {
  background: #f8fafc;
  border: 1px solid #e9edf3;
  border-radius: 8px;
  padding: 2em 1.5em;
  margin-bottom: 1.5em;
  min-height: 280px;
  text-align: center;
  transition:
    box-shadow 0.25s ease,
    border-color 0.25s ease;
}
.product-card:hover {
  border-color: #c5d9f5;
  box-shadow: 0 14px 36px rgba(14, 81, 170, 0.1);
}
.product-card--muted {
  background: #fff;
}
.product-card-visual {
  width: 72px;
  height: 72px;
  margin: 0 auto 1.25em;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  color: #fff;
}
.product-card-visual--quiz {
  background: linear-gradient(135deg, #0e51aa, #2563eb);
}
.product-card-visual--pickup {
  background: linear-gradient(135deg, #047857, #10b981);
}
.product-card-visual--more {
  background: linear-gradient(135deg, #6b21a8, #a855f7);
}
.product-card h4 {
  font-size: 1.25em;
  color: #1a202c;
  margin-bottom: 0.65em;
  font-weight: 600;
}
.product-card p {
  color: #4a5568;
  line-height: 1.8;
  font-size: 14px;
  text-align: left;
}
.botton-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 14px 20px;
}
.botton-row a {
  margin-top: 0;
}
.wthree-mid .btn-mid-secondary {
  background: transparent;
  color: #fff;
  border: 2px solid rgba(255, 255, 255, 0.9);
}
.wthree-mid .btn-mid-secondary:hover,
.wthree-mid .btn-mid-secondary:focus {
  background: #fff;
  color: #006cdc;
  border-color: #fff;
}
.w3l-info .banner-cta {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}
.w3l-info h2,
.w3l-info h3,
.w3l-info h6 {
  text-transform: none;
}

/* 动态资讯卡片 */
.news-section {
  padding: 5em 0;
  background: #f8fafc;
}
.news-cards {
  margin-top: 2em;
}
.news-card {
  background: #fff;
  border: 1px solid #e9edf3;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 1.75em;
  box-shadow: 0 10px 32px rgba(15, 23, 42, 0.06);
  transition:
    box-shadow 0.25s ease,
    transform 0.25s ease;
}
.news-card:hover {
  box-shadow: 0 16px 40px rgba(14, 81, 170, 0.12);
  transform: translateY(-2px);
}
.news-card-cover {
  display: block;
  position: relative;
  overflow: hidden;
  max-height: 220px;
}
.news-card-cover img {
  width: 100%;
  height: auto;
  vertical-align: middle;
  transition: transform 0.35s ease;
}
.news-card:hover .news-card-cover img {
  transform: scale(1.03);
}
.news-card-body {
  padding: 1.5em 1.5em 1.65em;
}
.news-card-date {
  display: block;
  font-size: 13px;
  color: #718096;
  margin-bottom: 0.5em;
}
.news-card-title {
  font-size: 1.25em;
  font-weight: 600;
  color: #1a202c;
  margin: 0 0 0.65em;
  line-height: 1.45;
}
.news-card-body > p {
  color: #4a5568;
  line-height: 1.8;
  font-size: 14px;
  margin-bottom: 1em;
}
.news-card-more {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  font-weight: 600;
  color: #0e51aa;
  text-decoration: none;
}
.news-card-more:hover,
.news-card-more:focus {
  color: #006cdc;
  text-decoration: none;
}
.news-card-more .fa {
  transition: transform 0.2s ease;
}
.news-card-more:hover .fa {
  transform: translateX(3px);
}

/* 回到顶部（覆盖模板箭头图为圆钮 + 图标） */
#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 28px;
  right: 24px;
  overflow: visible;
  z-index: 1001;
  width: 48px;
  height: 48px;
  border: none;
  border-radius: 50%;
  text-indent: 0 !important;
  background: #0e51aa !important;
  background-image: none !important;
  box-shadow: 0 6px 20px rgba(14, 81, 170, 0.35);
  transition:
    background 0.25s ease,
    box-shadow 0.25s ease,
    transform 0.2s ease;
}
#toTop:hover,
#toTop:focus {
  background: #0c4691 !important;
  box-shadow: 0 8px 24px rgba(14, 81, 170, 0.45);
  transform: translateY(-2px);
}
#toTop::after {
  content: "\f062";
  font-family: FontAwesome;
  font-size: 18px;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  line-height: 1;
}
#toTop #toTopHover,
#toTopHover {
  display: none !important;
}
@media (max-width: 480px) {
  #toTop {
    right: 14px;
    bottom: 18px;
    width: 44px;
    height: 44px;
  }
  .news-card-cover {
    max-height: 180px;
  }
}

.product-card-link {
  display: inline-block;
  margin-top: 1em;
  font-size: 14px;
  font-weight: 600;
  color: #0e51aa;
  text-decoration: none;
}
.product-card-link:hover,
.product-card-link:focus {
  color: #006cdc;
  text-decoration: none;
}

/* //responsive design */
