/*-- Reset Code --*/
body {
  padding: 0;
  margin: 0;
  background: #fff;
  font-family: "open Sans", sans-serif;
}

body a {
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
  text-decoration: none;
}

body a:hover {
  text-decoration: none;
}

body a:focus,
a:hover {
  text-decoration: none;
}

input[type="button"],
input[type="submit"] {
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  text-align: center;
  font-family: "Roboto", sans-serif;
  letter-spacing: 1px;
}

p {
  margin: 0;
}

ul {
  margin: 0;
  padding: 0;
}

label {
  margin: 0;
}

a:focus,
a:hover {
  text-decoration: none;
  outline: none;
}

img {
  width: 100%;
}

/*-- //Reset Code --*/

/*-- navbar --*/
.nav-links .navbar > .container .navbar-brand,
.navbar > .container-fluid .navbar-brand {
  margin-left: 0;
}

.nav-links .navbar {
  margin-bottom: 0px;
}

.nav-links .navbar-inverse {
  background-color: #fff;
  border: none;
}

.nav-links .navbar-inverse .navbar-brand h1 {
  color: #0a0a0a;
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 600;
}
.nav-links .navbar-inverse .navbar-brand.zh h1 {
  font-size: 27px;
}

.nav-links .navbar-brand {
  height: inherit;
  padding: 24px 0 0;
}

.nav-links .navbar-nav > li > a {
  padding: 30px 25px;
  color: #000;
  font-size: 16px;
  font-weight: 600;
}

.nav-links .navbar-inverse .navbar-nav > li > a:hover {
  background-color: #fff;
  color: #3581ed;
}

.navbar-inverse .navbar-nav > li > a:focus {
  color: #000;
}

.nav-links .navbar-inverse .navbar-nav > .active > a,
.nav-links .navbar-inverse .navbar-nav > .active > a:focus,
.nav-links .navbar-inverse .navbar-nav > .active > a:hover {
  color: #3581ed;
  background-color: #ffffff;
}

.navbar-header {
  width: 30%;
  float: left;
}

div#myNavbar {
  width: fit-content;
  float: right;
  position: relative;
}
.language-wrap {
  position: absolute;
  right: -20px;
  top: 28px;
  font-size: 16px;
  font-weight: 600;
}

.language-wrap-en {
  position: absolute;
  right: -120px;
  top: 28px;
  font-size: 16px;
  font-weight: 600;
}
.language-wrap a,
.language-wrap-en a {
  color: #000;
}
.language-wrap .active,
.language-wrap-en .active {
  color: #3581ed;
}
.navbar-nav {
  float: right;
}

.tlinks {
  text-indent: -9999px;
  height: 0;
  line-height: 0;
  font-size: 0;
  overflow: hidden;
}

/*-- Link Effect: bottom border enlarge --*/
.link-effect a {
  padding: 0 0 10px;
}

.link-effect > li > a:not(.dropdown-toggle)::after {
  position: absolute;
  top: 94%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #3581ed;
  content: "";
  opacity: 0;
  -webkit-transition: height 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  -moz-transition: height 0.3s, opacity 0.3s, -moz-transform 0.3s;
  transition: height 0.3s, opacity 0.3s, transform 0.3s;
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  transform: translateY(-10px);
}

.link-effect li {
  position: relative;
}

.link-effect li.active a::after,
.link-effect > li > a:not(.dropdown-toggle):hover::after {
  height: 5px;
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  transform: translateY(0px);
}

/*-- /Link Effect: bottom border enlarge --*/
/*-- /navbar --*/

/*-- banner --*/
.banner-agile-wrap {
  display: flex;
}
.banner-agile-left {
  flex: 1;
  background: url(../images/pill.jpg) no-repeat 0px -100px;
  background-size: cover;
  min-height: 400px;
  margin-top: 80px;
}
.banner-agile-right {
  flex: 1;
  background: url(../images/equipment.jpeg) no-repeat 0px -100px;
  background-size: cover;
  min-height: 400px;
  margin-top: 80px;
}

.banner-text-agileinfo {
  background: hsla(14, 100%, 57%, 0.75);
  padding: 30px;
  margin: 14% 0 0 52%;
  width: 30%;
}

.banner-text-agileinfo h2 {
  color: #fff;
  font-size: 30px;
  text-align: left;
  margin-bottom: 20px;
}

.banner-text-agileinfo p {
  font-size: 14px;
  color: #eee;
  line-height: 28px;
}

/*-- /banner --*/

/*-- about--*/
.about-agileits,
.services-w3,
.clients,
.team,
.contact-wthree,
.gallery,
.skills-w3ls {
  padding: 50px 0;
}

.about-agileits h3,
.services-w3 h3,
.clients h3,
.team h3,
.contact-wthree h3,
.gallery h3,
.skills-w3ls h3 {
  font-size: 28px;
  text-transform: uppercase;
  color: #000;
  font-weight: 700;
}

label.line {
  background: #3581ed;
  height: 3px;
  width: 5%;
  display: block;
  margin: 20px auto;
}

p.top-p {
  color: #999;
  line-height: 28px;
  width: 70%;
  margin: 0 auto 40px auto;
  text-align: center;
}

.about-left {
  background: url(../images/about-me.jpeg) no-repeat 0px 0px;
  background-size: cover;
  min-height: 400px;
}

.about-right {
  padding: 35px 55px;
  background: #6c9bea;
  height: 400px;
}

.about-right p {
  color: white;
  font-size: 14px;
  margin-top: 20px;
  line-height: 28px;
}

.about-right h4 {
  color: #fff;
  font-size: 24px;
  text-align: left;
  font-weight: 700;
  margin-bottom: 15px;
}

p.sec-p {
  margin-top: 20px;
}

.about-right a {
  color: #fff;
  border: 2px solid #fff;
  padding: 8px 20px;
  display: inline-block;
  margin-top: 20px;
  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-right a:hover {
  color: #000;
  border: 2px solid #000;
}

.about-right:before {
  position: absolute;
  top: 0;
  left: -120px;
  content: "";
  border-top: 0px solid transparent;
  border-bottom: 401px solid transparent;
  border-right: 120px solid #6c9bea;
  z-index: 1;
}

h4.modal-title {
  font-size: 30px;
  font-weight: 700;
}

.modal-body p {
  color: #999;
  font-size: 14px;
  line-height: 28px;
}

/*--/about --*/

/*-- services--*/
.services-grids-w3l {
  text-align: center;
}

.services-grids-w3l .glyphicon {
  color: #000;
  font-size: 35px;
  margin-bottom: 20px;
}

.services-grids-w3l {
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
}

.services-grids-w3l:hover .glyphicon {
  color: #3581ed;
}

.services-grids-w3l p {
  width: 90%;
  margin: 20px auto;
  color: #999;
  font-size: 14px;
  line-height: 28px;
}

/*-- /services--*/

/*--skills--*/
.skills-w3ls {
  background: url(../images/skillsbg.jpeg) no-repeat 0px 0px;
  background-size: cover;
  text-align: center;
}

.skills-w3ls h3 {
  color: #fff;
  margin-bottom: 40px;
}

div#demo-pie-2 {
  margin-left: 5em;
}

div#demo-pie-3 {
  margin: 0 5em;
}

.pie-title-center {
  display: inline-block;
  position: relative;
  text-align: center;
}

.pie-value {
  display: block;
  position: absolute;
  font-size: 14px;
  height: 40px;
  top: 50%;
  left: 0;
  right: 0;
  margin-top: -20px;
  line-height: 40px;
  color: #fff;
}

#jquery-script-menu {
  position: fixed;
  height: 90px;
  width: 100%;
  top: 0;
  left: 0;
  border-top: 5px solid #316594;
  background: #fff;
  -moz-box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
  z-index: 999999;
  padding: 10px 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.jquery-script-center {
  width: 960px;
  margin: 0 auto;
}

.jquery-script-center ul {
  width: 212px;
  float: left;
  line-height: 45px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.jquery-script-center a {
  text-decoration: none;
}

.jquery-script-ads {
  width: 728px;
  height: 90px;
  float: right;
}

.jquery-script-clear {
  clear: both;
  height: 0;
}

/*-- /skills--*/

/*--gallery--*/
.gallery-grids p {
  font-size: 16px;
  color: #343a40;
  margin-top: 20px;
  margin-bottom: 5px;
}
.gallery-grids span {
  color: #8f9397;
  display: inline-block;
  margin-top: 0;
  margin-bottom: 1.3rem;
}
.gallery-box {
  display: block;
  overflow: hidden;
  width: 100%;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
}

.gallery-box img {
  max-width: inherit;
}

/*--image-zoom--*/
img.zoom-img {
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transition-timing-function: ease-out;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  border-radius: 4px;
  max-width: 255px;
  height: 191px;
  object-fit: cover;
}

img.zoom-img:hover {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  -webkit-transition-timing-function: ease-in-out;
  -webkit-transition-duration: 750ms;
  -moz-transition-timing-function: ease-in-out;
  -moz-transition-duration: 750ms;
  -ms-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -ms-transition-duration: 750ms;
  -o-transition-duration: 750ms;
  overflow: hidden;
}

/*--//image-zoom--*/
/*--//gallery--*/

/*--team--*/
.agile_team_grids {
  margin: 3em 0 0;
}

.agile_team_grid1 {
  padding: 1em;
  border: 4px double #d0d0d0;
  text-align: center;
  margin-top: 10px;
}

.agile_team_grid1 h4 {
  font-size: 1.5em;
  text-transform: uppercase;
  color: #212121;
  margin-bottom: 0.5em;
}

.agile_team_grid1 p {
  color: #3581ed;
  font-size: 14px;
}

.agile_team_grid_main {
  position: relative;
  overflow: hidden;
}

.agile_team_grid_main .p-mask {
  opacity: 0;
  visibility: hidden;
  background: rgba(0, 0, 0, 0.72);
  bottom: 0%;
  position: absolute;
  padding: 11em 0;
  width: 100%;
  -webkit-transform: translate3d(0px, 100%, 0px);
  -moz-transform: translate3d(0px, 100%, 0px);
  -ms-transform: translate3d(0px, 100%, 0px);
  -o-transform: translate3d(0px, 100%, 0px);
  transform: translate3d(0px, 100%, 0px);
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  text-align: center;
  height: 100%;
}

.agile_team_grid:hover .p-mask {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate3d(0px, 0px, 0px);
  -moz-transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}

ul.social-icons li {
  display: inline-block;
}

ul.social-icons li a {
  font-size: 16px;
  color: #fff;
  border: 1px solid #fff;
  display: inline-block;
  margin: 0 5px;
}

ul.social-icons li a .fa {
  padding: 8px 15px;
}

ul.social-icons li a .fa-twitter:hover {
  color: #1da1f2;
}

ul.social-icons li a .fa-facebook:hover {
  color: #3b5998;
}

ul.social-icons li a .fa-linkedin:hover {
  color: #0077b5;
}

/*--team--*/
/*-- clients--*/
.clients {
  background: url("../images/testimonialsbg.jpeg") no-repeat 0px 0px;
  background-size: cover;
  text-align: center;
  background-attachment: fixed;
}

.clients h3 {
  color: #fff;
}

.clients label.line {
  background: #fff;
}

.clients h4 {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #fff;
  margin-bottom: 35px;
}

.flex-active-slide p {
  line-height: 30px;
  text-align: center;
  color: #fff;
  font-style: italic;
  width: 80%;
  margin: 30px auto;
  letter-spacing: 2px;
  font-size: 14px;
}

.client h5 {
  font-size: 20px;
  color: #3581ed;
  font-weight: 700;
}

/*-- //clients--*/

/*-- contact--*/
.w3layouts-agileits input[type="text"],
.w3layouts-agileits input[type="email"] {
  padding: 10px;
  border: 1px solid #000;
  width: 49%;
  outline: none;
  margin-top: 20px;
}

input[type="text"] {
  margin-right: 10px;
}

.w3layouts-agileits textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #000;
  resize: none;
  height: 150px;
  margin: 20px 0;
  outline: none;
}

.w3layouts-agileits input[type="submit"] {
  padding: 8px 20px;
  color: #fff;
  background: #3581ed;
  outline: none;
  border: none;
}

.w3layouts-agileits input[type="submit"]:hover {
  background: #000;
}

address {
  line-height: 30px;
}

address a {
  color: #000;
}

address a:hover {
  color: #000;
}

ul.agileits-company-social li {
  display: inline-block;
  padding: 0 10px;
}

ul.agileits-company-social li .fa {
  font-size: 20px;
}

ul.agileits-company-social .fa-twitter:hover {
  color: #1da1f2;
}

ul.agileits-company-social .fa-facebook:hover {
  color: #3b5998;
}

ul.agileits-company-social .fa-dribbble:hover {
  color: #ea4c89;
}

ul.agileits-company-social .fa-google-plus:hover {
  color: #dd4b39;
}

/*-- //contact--*/
.footer {
  padding: 30px 0;
  background: #3581ed;
}

.footer p {
  text-align: center;
  font-size: 14px;
  color: #fff;
}

.footer p a {
  color: #fff;
}

.footer p a:hover {
  text-decoration: underline;
}

/*-- to-top --*/
#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 20px;
  right: 2%;
  overflow: hidden;
  z-index: 999;
  width: 32px;
  height: 32px;
  border: none;
  text-indent: 100%;
  background: url(../images/up-arrow.png) no-repeat 0px 0px;
}

#toTopHover {
  width: 32px;
  height: 32px;
  display: block;
  overflow: hidden;
  float: right;
  opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
}

/*-- //to-top --*/
@media (max-width: 1440px) {
  .about-left {
    min-height: 400px;
    background: url(../images/about-me.jpeg) no-repeat 0px 0px;
    background-size: cover;
  }

  .about-right {
    padding: 49px;
    height: 400px;
  }

  .about-right:before {
    border-bottom: 400px solid transparent;
  }
}

@media (max-width: 1280px) {
  .about-right {
    padding: 35px 42px;
  }
}

@media (max-width: 1080px) {
  .banner-agile {
    min-height: 520px;
  }

  .banner-text-agileinfo {
    margin: 10% 0 0 52%;
    width: 40%;
  }

  .about-left {
    min-height: 443px;
  }

  .about-right:before {
    border-bottom: 443px solid transparent;
  }

  .about-right {
    height: 443px;
  }

  .w3layouts-agileits input[type="text"],
  .w3layouts-agileits input[type="email"] {
    width: 48.8%;
  }
}

@media (max-width: 1024px) {
  .banner-text-agileinfo {
    margin: 11% 0 0 49%;
    width: 44%;
  }

  .about-right p {
    font-size: 13px;
  }
}

@media (max-width: 991px) {
  .nav-links .navbar-inverse .navbar-brand h1 {
    font-size: 22px;
  }

  .nav-links .navbar-nav > li > a {
    padding: 30px 16px;
    font-size: 14px;
  }

  .banner-agile {
    min-height: 500px;
  }

  .about-left,
  .about-right {
    width: 50%;
    float: left;
  }

  p.top-p {
    width: 75%;
  }

  .services-grids-w3l {
    width: 33.3%;
    float: left;
  }

  .services-grids-w3l p {
    width: 100%;
  }

  div#demo-pie-2 {
    margin-left: 2em;
  }

  div#demo-pie-3 {
    margin: 0 2em;
  }

  .gallery-grids {
    width: 25%;
    float: left;
  }

  .agile_team_grid {
    width: 33.3%;
    float: left;
  }

  .w3layouts-agileits input[type="text"],
  .w3layouts-agileits input[type="email"] {
    width: 48.4%;
  }

  label.line {
    width: 7%;
  }

  .agile_team_grid_main .p-mask {
    padding: 9em 0;
  }
}

@media (max-width: 966px) {
  .banner-text-agileinfo {
    margin: 11% 0 0 45%;
  }

  .about-left,
  .about-right {
    width: 100%;
    float: left;
  }

  .about-right {
    height: 400px;
  }

  .about-left {
    background: url(../images/about-me.jpeg) no-repeat 0px 0px;
    background-size: cover;
    height: 400px;
  }

  .pattern-overlay-2 .row > div {
    margin-bottom: 3rem;
  }
}

@media (max-width: 900px) {
  .banner-agile {
    min-height: 437px;
  }
}

@media (max-width: 800px) {
  .banner-agile {
    background: url(../images/banner.jpeg) no-repeat 0px -90px;
    background-size: cover;
    min-height: 370px;
  }

  .banner-text-agileinfo {
    margin: 8% 0 0 45%;
    width: 46%;
  }
}

@media (max-width: 768px) {
  .banner-text-agileinfo {
    margin: 6% 0 0 45%;
    width: 48%;
  }
}

@media (max-width: 736px) {
  .navbar-header {
    width: 100%;
    float: left;
  }

  .nav-links .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: 15px;
  }

  .nav-links .navbar-brand {
    padding: 20px 0;
  }

  .navbar-toggle {
    background: #3581ed;
    border-radius: 0;
    border: none;
    margin: 20px 0 0 0;
  }

  .navbar-inverse .navbar-collapse,
  .navbar-inverse .navbar-form {
    border: none;
  }

  div#myNavbar {
    width: 100%;
    float: none;
    margin: 0;
    background: #f5f5f5;
    padding: 1em 0;
  }

  .navbar-nav {
    float: none;
    margin: 0;
  }

  .nav-links .navbar-nav > li > a {
    text-align: center;
    padding: 25px 16px;
  }

  .banner-text-agileinfo {
    margin: 4% 0 0 39%;
    width: 53%;
  }

  canvas {
    height: 120px;
    width: 120px;
  }

  .contact-left {
    width: 65%;
    float: left;
  }

  .contact-right {
    width: 35%;
    float: left;
  }

  .w3layouts-agileits input[type="text"],
  .w3layouts-agileits input[type="email"] {
    width: 48.2%;
  }
}

@media (max-width: 667px) {
  .banner-agile {
    background: url(../images/banner.jpeg) no-repeat 0px -61px;
    background-size: cover;
    min-height: 360px;
  }

  .banner-text-agileinfo {
    margin: 3% 0 0 36%;
    width: 59%;
  }

  p.top-p {
    width: 86%;
  }

  .about-left {
    min-height: 323px;
  }

  .w3layouts-agileits input[type="text"],
  .w3layouts-agileits input[type="email"] {
    width: 48%;
  }

  .agile_team_grid_main .p-mask {
    padding: 7.5em 0;
  }

  .agile_team_grid1 h4 {
    font-size: 1.3em;
  }
}

@media (max-width: 640px) {
  .banner-agile {
    background: url(../images/banner.jpeg) no-repeat 0px -61px;
    background-size: cover;
    min-height: 355px;
  }

  p.top-p {
    width: 95%;
  }

  .about-left {
    min-height: 305px;
  }

  .services-grids-w3l {
    padding: 0 5px;
  }

  ul.social-icons li a .fa {
    padding: 8px 12px;
  }

  .agile_team_grid_main .p-mask {
    padding: 7em 0;
  }

  .flex-active-slide p {
    width: 91%;
  }

  .contact-left {
    width: 100%;
    float: left;
    margin-bottom: 20px;
  }

  .contact-right {
    width: 100%;
    float: left;
  }

  .agile_team_grid1 p {
    font-size: 13px;
  }

  .flex-active-slide p {
    width: 100%;
  }

  .w3layouts-agileits input[type="text"],
  .w3layouts-agileits input[type="email"] {
    width: 48.7%;
  }
}

@media (max-width: 600px) {
  .banner-agile {
    background: url(../images/banner.jpeg) no-repeat 0px -38px;
    background-size: cover;
    min-height: 350px;
  }

  .banner-text-agileinfo {
    margin: 4% 0 0 34%;
    width: 61%;
  }

  .banner-text-agileinfo h2 {
    margin-bottom: 10px;
  }

  .about-agileits,
  .services-w3,
  .clients,
  .team,
  .contact-wthree,
  .gallery,
  .skills-w3ls {
    padding: 35px 0;
  }

  .about-agileits h3,
  .services-w3 h3,
  .clients h3,
  .team h3,
  .contact-wthree h3,
  .gallery h3,
  .skills-w3ls h3 {
    font-size: 25px;
  }

  .about-left {
    min-height: 278px;
  }

  canvas {
    height: 110px;
    width: 110px;
  }
}

@media (max-width: 568px) {
  .banner-agile {
    background: url(../images/banner.jpeg) no-repeat 0px -20px;
    background-size: cover;
    min-height: 345px;
  }

  .banner-text-agileinfo {
    padding: 20px;
  }

  .banner-text-agileinfo {
    margin: 6% 0 0 34%;
  }

  label.line {
    width: 9%;
  }

  p.top-p {
    width: 100%;
  }

  .about-left {
    min-height: 257px;
  }

  .services-grids-w3l {
    padding: 0 8px;
  }

  canvas {
    height: 100px;
    width: 100px;
  }

  .gallery-grids {
    width: 50%;
    float: left;
  }

  .agile_team_grid {
    padding: 0 10px;
  }

  .agile_team_grid1 h4 {
    font-size: 1.2em;
  }

  .w3layouts-agileits input[type="text"],
  .w3layouts-agileits input[type="email"] {
    width: 48.5%;
  }
}

@media (max-width: 480px) {
  .nav-links .navbar-inverse .navbar-brand h1 {
    font-size: 22px;
  }

  .banner-text-agileinfo p {
    font-size: 13px;
    line-height: 25px;
  }

  .banner-agile {
    background: url(../images/banner.jpeg) no-repeat 0px 0px;
    background-size: cover;
    min-height: 295px;
  }

  .banner-text-agileinfo {
    margin: 0% 0 0 34%;
  }

  .about-left {
    min-height: 171px;
  }

  .services-grids-w3l {
    padding: 0 15px;
    width: 100%;
  }

  .services-grids-w3l:nth-child(5) {
    margin: 25px 0;
  }

  canvas {
    height: 84px;
    width: 84px;
  }

  .agile_team_grid {
    width: 55%;
    float: none;
    padding: 0 15px;
    margin: 0 auto;
  }

  .agile2 {
    margin: 25px auto;
  }

  .agile_team_grid_main .p-mask {
    padding: 6em 0;
  }

  .w3layouts-agileits input[type="text"],
  .w3layouts-agileits input[type="email"] {
    width: 48.3%;
  }
}

@media (max-width: 414px) {
  .banner-text-agileinfo {
    margin: 0% 0 0 24%;
    width: 69%;
  }

  .banner-text-agileinfo h2 {
    font-size: 28px;
  }

  .about-left {
    background: url(../images/about-me.jpeg) no-repeat 0px 0px;
    background-size: cover;
  }

  canvas {
    height: 100px;
    width: 100px;
  }

  div#demo-pie-2 {
    margin: 0;
  }

  div#demo-pie-3,
  div#demo-pie-1 {
    margin-right: 5em;
    margin-left: 0;
  }

  div#demo-pie-2,
  div#demo-pie-1 {
    margin-bottom: 30px;
  }

  .w3layouts-agileits input[type="text"],
  .w3layouts-agileits input[type="email"] {
    width: 100%;
  }

  .w3layouts-agileits input[type="text"] {
    margin-bottom: 20px;
  }

  .nav-links .navbar-nav > li > a {
    padding: 19px 16px;
  }
}

@media (max-width: 384px) {
  .banner-text-agileinfo {
    margin: 0% 0 0 14%;
    width: 78%;
  }

  .about-left {
    background: url(../images/about-me.jpeg) no-repeat 0px 0px;
    background-size: cover;
  }

  .about-right h4 {
    font-size: 22px;
  }

  .agile_team_grid {
    width: 65%;
  }
}

@media (max-width: 375px) {
  .about-left {
    background: url(../images/about-me.jpeg) no-repeat 0px 0px;
    background-size: cover;
  }
}

@media (max-width: 320px) {
  .nav-links .navbar-inverse .navbar-brand h1 {
    font-size: 21px;
  }

  .navbar-toggle {
    margin: 14px 0 0 0;
  }

  .banner-text-agileinfo h2 {
    font-size: 24px;
  }

  .about-agileits h3,
  .services-w3 h3,
  .clients h3,
  .team h3,
  .contact-wthree h3,
  .gallery h3,
  .skills-w3ls h3 {
    font-size: 23px;
  }

  .about-left {
    background: url(../images/about-me.jpeg) no-repeat 0px 0px;
    background-size: cover;
  }

  div#demo-pie-3,
  div#demo-pie-1 {
    margin-right: 1em;
  }

  .gallery-grids {
    width: 100%;
    float: left;
  }

  .agile_team_grid {
    width: 75%;
  }

  .agile_team_grid_main .p-mask {
    padding: 5em 0;
  }

  .about-right h4 {
    font-size: 17px;
  }

  .about-right p {
    line-height: 25px;
  }

  p.sec-p {
    margin-top: 13px;
  }

  label.line {
    width: 14%;
  }

  .banner-agile {
    padding-top: 34px;
  }

  .nav-links .navbar-nav > li > a {
    padding: 16px 16px;
  }
}

.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

@media (min-width: 992px) {
  .navbar-nav .dropdown-menu {
    top: 120%;
    visibility: hidden;
    opacity: 0;
    display: block;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }

  .navbar-nav .dropdown:hover > .dropdown-menu {
    top: 100%;
    visibility: visible;
    opacity: 1;
  }

  .navbar-nav .dropdown-submenu:hover > .dropdown-menu {
    top: 0;
    visibility: visible;
    opacity: 1;
  }

  .navbar-nav .dropdown-menu:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: block;
    height: 3px;
    opacity: 1;
    background: -moz-linear-gradient(150deg, #4095ea 0%, #3581ed 100%);
    background: -webkit-gradient(
      linear,
      left top,
      right top,
      color-stop(0%, #4095ea),
      color-stop(100%, #3581ed)
    );
    background: -webkit-linear-gradient(150deg, #4095ea 0%, #3581ed 100%);
    background: -o-linear-gradient(150deg, #4095ea 0%, #3581ed 100%);
    background: -ms-linear-gradient(150deg, #4095ea 0%, #3581ed 100%);
    background: linear-gradient(150deg, #4095ea 0%, #3581ed 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color-one', endColorstr='$color-two', GradientType=1);
  }

  .dropdown-submenu {
    position: relative;
  }

  .dropdown-submenu .dropdown-menu {
    position: absolute;
    top: 0;
    left: 100%;
    margin-top: -1rem;
  }
}

@media (max-width: 991.98px) {
  .navbar-collapse {
    overflow-y: scroll;
    max-height: 350px;
    box-shadow: 0px 10px 30px rgba(83, 88, 93, 0.2);
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    background: #ffffff;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }

  .navbar-nav .nav-link {
    line-height: 44px;
  }

  .navbar-nav .dropdown-menu {
    box-shadow: none;
    padding-top: 0;
  }

  .navbar-nav .dropdown-menu:before {
    content: none;
  }

  .navbar-nav .nav-item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 0px 30px;
    position: relative;
  }

  .navbar-nav .dropdown-toggle::after {
    position: absolute;
    right: 30px;
  }

  .navbar-nav .nav-item.dropdown.show > .dropdown-toggle::after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .navbar-nav .dropdown-submenu .dropdown-menu {
    padding-left: 20px;
    padding-bottom: 0px;
  }
}

@media (min-width: 992px) {
  .navbar-nav {
    flex-direction: row;
  }

  .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-toggler {
    display: none;
  }
}

.dropdown-item {
  font-weight: 400;
  text-transform: capitalize;
  position: relative;
}

.dropdown-item.active {
  color: #3581ed !important;
}

.dropdown-item-icon {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  font-size: 0.875rem;
  min-width: 1rem;
  max-width: 1rem;
  margin-right: 0.3rem;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.4rem 1.5rem !important;
  clear: both;
  font-weight: 500;
  color: #8f9397 !important;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item:hover,
.dropdown-item:focus {
  color: #3581ed !important;
  text-decoration: none;
  background-color: transparent;
}

.dropdown-item.active,
.dropdown-item:active {
  color: #3581ed;
  text-decoration: none;
  background-color: transparent;
}

.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #3581ed;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.dropdown-toggle:after {
  content: "\f107";
  font-family: "FontAwesome";
  font-size: 0.6rem;
  margin-left: 0.35rem;
  font-weight: 900;
  vertical-align: middle;
  border: none;
}

.pattern-overlay-2 {
  position: relative;
  z-index: 1;
  border-radius: 3px;
  padding-bottom: 3rem !important;
  padding-top: 3rem !important;
  font-size: 16px;
}

.pattern-overlay-2 p {
  margin-top: 30px;
}

.pattern-overlay-2 .row > div {
  margin-bottom: 40px;
}

.pattern-overlay-2::before {
  content: "";
  -webkit-background-size: cover;
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 0;
}

address i {
  color: #3581ed;
}

.export-wrap > div > div {
  padding: 5rem 0;
  background: -moz-linear-gradient(150deg, #56bcce 0%, #749ce4 100%);
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0%, #56bcce),
    color-stop(100%, #749ce4)
  );
  background: -webkit-linear-gradient(150deg, #56bcce 0%, #749ce4 100%);
  background: -o-linear-gradient(150deg, #56bcce 0%, #749ce4 100%);
  background: -ms-linear-gradient(150deg, #56bcce 0%, #749ce4 100%);
  background: linear-gradient(150deg, #56bcce 0%, #749ce4 100%);
}

#services1 {
  padding-top: 60px;
}

.nav-links {
  z-index: 111;
}

header {
  box-shadow: 0px 0px 40px rgba(83, 88, 93, 0.2);
}

#services2 i {
  font-size: 50px;
}

#services2 i:before {
  background: -moz-linear-gradient(150deg, #56bcce 0%, #749ce4 100%);
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0%, #56bcce),
    color-stop(100%, #749ce4)
  );
  background: -webkit-linear-gradient(150deg, #56bcce 0%, #749ce4 100%);
  background: -o-linear-gradient(150deg, #56bcce 0%, #749ce4 100%);
  background: -ms-linear-gradient(150deg, #56bcce 0%, #749ce4 100%);
  background: linear-gradient(150deg, #56bcce 0%, #749ce4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color-one', endColorstr='$color-two',GradientType=1 );
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -ms-background-clip: text;
  -o-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
  -ms-text-fill-color: transparent;
  -o-text-fill-color: transparent;
  text-fill-color: transparent;
}

@media (min-width: 1440px) {
  .about-left {
    background: url(../images/about-me.jpeg) no-repeat 0px -100px;
    background-size: cover;
  }
}

.badge {
  height: 80px;
  width: 240px;
  border: 4px solid #fff;
  color: #fff;
  background-color: #6c9bea;
  margin-top: 30px;
  white-space: normal;
  position: relative;
}

.badge .box {
  content: "";
  height: 80px;
  width: 240px;
  border: 4px solid #fff;
  background-color: #6c9bea;
  border-radius: 10px;
  position: absolute;
  top: -12px;
  left: -12px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  padding: 0 5px;
}
