html,
body {
  margin: 0;
  font-size: 100%;
  font-family: "Open Sans";
  background: #fff;
}
body a {
  text-decoration: none;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
}
a:hover {
  text-decoration: none;
}

p {
  margin: 0;
}
ul {
  margin: 0;
  padding: 0;
}
label {
  margin: 0;
}
/*--banner-slider--*/

.banner {
  background: url(../images/bann.jpg) no-repeat 0px 0px;
  background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  -moz-background-size: cover;
  min-height: 790px;
}
.banner2 {
  background: url(../images/banner2.jpg) no-repeat 0px 0px;
  background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  -moz-background-size: cover;
  min-height: 790px;
}
.banner3 {
  background: url(../images/banner3.jpg) no-repeat 0px 0px;
  background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  -moz-background-size: cover;
  min-height: 790px;
}
.banner5 {
  background: url(../images/banner5.jpg) no-repeat 0px 0px;
  background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  -moz-background-size: cover;
  min-height: 790px;
}
.banner6 {
  background: url(../images/banner6.jpg) no-repeat 0px 0px;
  background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  -moz-background-size: cover;
  min-height: 790px;
}
/*
.navbar-header h1 {
    margin: 0;
    padding: 0;
    margin-top: 1px;
    font-size: 2em;
	font-family: 'PT Serif', serif;
}
*/
.navbar-default {
  background: none;
  border: none;
  margin: 0;
  min-height: inherit;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #99abd5;
  background: none !important;
}
.navbar-default .navbar-nav > li > a {
  font-size: 13px;
  padding: 22px 30px;
  position: relative;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 2px;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav li a.active {
  color: #85a0c7;
  outline: none;
}
.navbar-right {
  float: left !important;
  margin-right: 0px !important;
}
.navbar-collapse {
  padding: 0 !important;
}
/*-- nav-effect --*/
/* Effect 13: three circles */
.cl-effect-13 ul li a {
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  transition: color 0.3s;
}
.cl-effect-13 ul li a::before {
  position: absolute;
  top: 50%;
  left: 50%;
  color: transparent;
  content: ".";
  text-shadow: 0 0 transparent;
  font-size: 2em;
  -webkit-transition: text-shadow 0.3s, color 0.3s;
  -moz-transition: text-shadow 0.3s, color 0.3s;
  transition: text-shadow 0.3s, color 0.3s;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
}
.cl-effect-13 ul li a:hover::before,
.cl-effect-13 ul li a:focus::before,
ul.nav.navbar-nav li.active a::before {
  color: #fff;
  text-shadow: 10px 0 #fff, -10px 0 #fff;
}
.navbar-default {
  background: rgb(59, 94, 161);
  border: none;
  border-radius: 0;
}
.navbar-nav,
.header-top {
  padding-left: 24em;
}
.header-nav {
  position: relative;
}
.cl-effect-13 ul li a:hover::before,
.cl-effect-13 ul li a:focus::before,
ul.nav.navbar-nav li a.active::before {
  color: #fff;
  text-shadow: 10px 0 #fff, -10px 0 #fff;
}
/*-- //dropdown --*/
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #f8b239;
  background-color: transparent;
}
.dropdown-menu {
  background-color: rgba(0, 0, 0, 0.72);
}
.dropdown-menu > li > a {
  color: #fff;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #7030a0;
  background-color: transparent;
}
.dropdown-menu li a:before {
  display: none !important;
}
.dropdown-menu > li > a {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 13px;
  padding: 6px 20px;
}
.dropdown-menu {
  border: none;
}
/*-- //dropdown --*/
/*-- //nav-effect --*/
.navbar-default .navbar-brand {
  color: #fff;
  font-size: 40px;
  letter-spacing: 1px;
  display: block;
  text-transform: capitalize;
  /* margin: 13px 10px 0px 25px; */
  background: #eaf7ff;
  padding: 40px 30px 40px;
  position: absolute;
  top: 0;
  left: 1.8em;
  z-index: 99;
}
i.fa.fa-graduation-cap {
  position: absolute;
  color: #000000;
  transform: rotate(-29deg);
  -webkit-transform: rotate(-29deg);
  -moz-transform: rotate(-29deg);
  -o-transform: rotate(-29deg);
  -ms-transform: rotate(-29deg);
  font-size: 36px;
  left: 9px;
  top: 29px;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #fff;
  background-color: #eaf7ff;
}
.navbar-brand {
  height: initial;
  padding: 0;
  font-size: 18px;
  line-height: initial;
}
.contact-bnr-w3-agile {
  float: none;
}
.header-top {
  background: rgb(84, 116, 162);
}
.contact-bnr-w3-agile ul li {
  list-style: none;
  display: inline-block;
  padding: 0px 22px;
  color: #fff;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -ms-transition: 0.5s all;
  font-family: "Open Sans";
  font-size: 13px;
}
.contact-bnr-w3-agile ul li a {
  color: #fff;
  text-decoration: none;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -ms-transition: 0.5s all;
  font-size: 15px;
  letter-spacing: 0.7px;
  font-family: "Open Sans";
  font-size: 13px;
}
.contact-bnr-w3-agile ul li a:hover {
  color: #7030a0;
}
.contact-bnr-w3-agile ul li i {
  color: #93b0e9;
  font-size: 16px;
  margin-right: 7px;
}
/*-- Slider Part starts Here --*/
#slider3,
#slider4,
#slider5 {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  margin: 0 auto;
}
.rslides_tabs {
  list-style: none;
  padding: 0;
  background: rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 1px rgba(255, 255, 255, 0.3), inset 0 0 5px rgba(0, 0, 0, 1);
  -moz-box-shadow: 0 0 1px rgba(255, 255, 255, 0.3), inset 0 0 5px rgba(0, 0, 0, 1);
  /*-- white --*/
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.3), inset 0 0 5px rgba(0, 0, 0, 1);
  font-size: 18px;
  list-style: none;
  margin: 0 auto 50px;
  max-width: 540px;
  padding: 10px 0;
  text-align: center;
  width: 100%;
}
.rslides_tabs li {
  display: inline;
  margin-right: 1px;
}
.rslides_tabs a {
  width: auto;
  line-height: 20px;
  padding: 9px 20px;
  height: auto;
  background: transparent;
  display: inline;
}
.rslides_tabs li:first-child {
  margin-left: 0;
}
.rslides_tabs .rslides_here a {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  font-weight: bold;
}
.events {
  list-style: none;
}
.callbacks_container {
  position: relative;
  width: 100%;
}
.callbacks {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}
.callbacks li {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}
/*-- agileits --*/

.callbacks img {
  position: relative;
  z-index: 1;
  height: auto;
  border: 0;
}
.callbacks .caption {
  display: block;
  position: absolute;
  z-index: 2;
  font-size: 20px;
  text-shadow: none;
  color: #fff;
  left: 0;
  right: 0;
  padding: 10px 20px;
  margin: 0;
  max-width: none;
  top: 10%;
  text-align: center;
}
.callbacks_nav {
  position: absolute;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 61%;
  left: 0;
  opacity: 0.7;
  z-index: 3;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 62px;
  width: 45px;
  display: none;
  margin-top: -65px;
}
.callbacks_nav:active {
  opacity: 1;
}

#slider3-pager a,
#slider4-pager a,
#slider5-pager a {
  display: inline-block;
}
#slider3-pager span,
#slider4-pager span,
#slider5-pager span {
}
#slider3-pager span,
#slider4-pager span,
#slider5-pager span {
  width: 100px;
  height: 15px;
  background: #fff;
  display: inline-block;

  border-radius: 30em;
  opacity: 0.6;
}
#slider3-pager .rslides_here a,
#slider4-pager .rslides_here a,
#slider5-pager .rslides_here a {
  background: #fff;
  border-radius: 30em;
  opacity: 1;
}
#slider3-pager a,
#slider4-pager a,
#slider5-pager a {
  padding: 0;
}
#slider3-pager li,
#slider4-pager li,
#slider5-pager li {
  display: inline-block;
}
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}
.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
}
.rslides li {
  position: relative;
  display: block;
}

.callbacks_tabs {
  list-style: none;
  position: absolute;
  top: 82%;
  z-index: 999;
  right: 28%;
  padding: 0;
  margin: 0;
}
ul.callbacks_tabs.callbacks2_tabs {
  top: 120%;
  left: 30%;
}
/*-- agileits --*/
.slider-top {
  text-align: center;
  padding: 10em 0;
}
.slider-top h1 {
  font-weight: 700;
  font-size: 48px;
  color: #010101;
}
.slider-top p {
  font-weight: 400;
  font-size: 20px;
  padding: 1em 7em;
  color: #010101;
}
.slider-top ul.social-slide {
  display: inline-flex;
  margin: 0px;
  padding: 0px;
}
ul.social-slide li i {
  width: 70px;
  height: 74px;
  background: url(../images/img-resources.png) no-repeat;
  display: inline-block;
  margin: 0px 15px;
}
ul.social-slide li i.win {
  background-position: -6px 0px;
}
ul.social-slide li i.android {
  background-position: -110px 0px;
}
ul.social-slide li i.mac {
  background-position: -215px 0px;
}
.callbacks_tabs li {
  margin-left: 7px;
  display: inline-block;
}
@media screen and (max-width: 600px) {
  .callbacks_nav {
    top: 47%;
  }
}

@media screen and (min-width: 992px) {
  .vertical-align {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
  }
}

@media screen and (max-width: 1980px) {
  .according_inner_grids {
    background: #fbfbfb;
    padding: 30px !important;
  }
}

.callbacks_tabs a {
  visibility: hidden;
}
.callbacks_tabs a:after {
  content: "\f111";
  font-size: 0;
  font-family: FontAwesome;
  visibility: visible;
  display: block;
  width: 16px;
  height: 16px;
  display: inline-block;
  background: #fff;
  border-radius: 50%;
  border: 4px solid #0177b5;
}
.callbacks_here a:after {
  background: #f8b239;
  border: 1px solid #f8b239;
  height: 3px;
  width: 40px;
  border-radius: 0;
  /* margin: 0 0px; */
} /*

/*-- Slider part Ends Here --*/
.banner-text {
  width: 45%;
  margin: 10.3em auto 0;
  padding: 3em;
  float: right;
  text-align: right;
  background: rgba(0, 0, 0, 0.63);
}
.callbacks_nav {
  top: 90% !important;
}
.banner-text h3 {
  color: #fff;
  font-size: 21px;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 4px;
  margin: 0 auto;
  line-height: 45px;
  font-family: "Raleway", sans-serif;
}
.banner-text h4 {
  color: #fff;
  font-size: 40px;
  /* text-transform: uppercase;*/
  font-weight: 400;

  margin: 0 auto;
  font-family: "Questrial";
  line-height: 50px;
}
.banner-text p {
  color: #c2f9c4;
  margin-top: 20px;
  /* background: rgba(0, 0, 0, 0.58); */
  line-height: 29px;
  letter-spacing: 2px;
  font-size: 15px;
}
.more-button a {
  padding: 12px 24px;
  display: inline-block;
  color: #fff;
  text-decoration: none;
  outline: none;
  margin-top: 2em;
  background: #3b5ea1;
  font-size: 15px;
  letter-spacing: 0.5px;
  text-transform: capitalize;
}
.more-button a:hover {
  background: #7030a0;
}
/*-- //Slider --*/
/*--modal--*/
.modal-content img {
  width: 100%;
}
.modal-content h4 {
  color: #0177b5;
  text-align: center;
  font-size: 26px;
  margin-bottom: 0.5em;
  text-transform: capitalize;
}
.modal-content h5 {
  color: #f8b239;
  padding: 15px 0;
  font-size: 22px;
  letter-spacing: 1px;
}
.modal-content p {
  color: #636363;
  font-size: 14px;
  line-height: 25px;
  padding-top: 10px;
  letter-spacing: 0.5px;
}
.modal-header {
  padding: 30px;
}
/*--//modal--*/
/*-- //Banner-Slider --*/
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
  float: left;
}
/*-- main --*/
.events-agileits-white,
.testimonials,
.stats-agileits,
.legal-expertise-banner,
.about-agileits,
.team,
.portfolio,
.contact-w3ls,
.inner-padding {
  padding: 5em 0em;
}
.heading-agileinfo {
  letter-spacing: 0.5px;
  font-size: 35px !important;
  margin-bottom: 1.9em;
  text-align: center;
  color: #3b5ea1;
  text-transform: capitalize;
  position: relative;
  font-family: "Questrial";
  margin: 71px 0px !important;
}
.heading-agileinfo span:after {
  content: "";
  background: #3b5ea1;
  height: 2px;
  width: 70px;
  position: absolute;
  top: 132%;
  right: 47%;
}
.heading-agileinfo span {
  display: block;
  font-size: 17px !important;
  margin-top: 1em;
  letter-spacing: 4px;
  text-transform: capitalize;
  color: #0177b5;
  font-weight: 500;
}
.white-w3ls {
  color: #fff !important;
}
.black-w3ls {
  color: #fff !important;
  font-size: 48px;
}
.yellow-w3ls {
  color: #f8b239 !important;
}

@media screen and (max-width: 62.75em) {
  .cbp-ig-grid li {
    width: 50%;
  }
}

@media screen and (max-width: 25em) {
  .cbp-ig-grid {
    font-size: 80%;
  }
}
/*-- //about us--*/
/*-- Stats --*/
.stats-agileits {
  background: url(../images/counter.jpg) no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.stats-info.agileits.white {
  padding: 2em 0;
  background: rgba(255, 255, 255, 0.14);
}
.stats-grid:nth-child(3),
.stats-grid:nth-child(4) {
  margin-bottom: 0em !important;
}
.numscroller {
  font-size: 40px;
  margin: 0;
  color: #f8b239;
  text-shadow: 1px 1px rgb(123, 79, 3);
  font-family: "PT Serif", serif;
  letter-spacing: 5px;
}
.stats-grid h4 {
  font-family: "Raleway", sans-serif;
  font-size: 20px;
  font-weight: 700;
  margin-top: 1em;
  color: #000;
}
/*-- //Stats --*/
/*--events-section--*/
.events-agileits-white {
  padding-bottom: 0px !important;
}
.popular-grid {
  background: #0177b5;
  padding: 0;
}
.popular-text {
  text-align: center;
  border: 1px double rgba(189, 187, 187, 0.61);
  border-top: none;
  background: #fff;
}
.popular-grid:hover img {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
}
.popular-grid img {
  -webkit-transition: all 2s ease-in-out;
  -moz-transition: all 2s ease-in-out;
  -o-transition: all 2s ease-in-out;
  transition: all 2s ease-in-out;
  border: 1px solid #fff;
  width: 100%;
}
.popular-grid h5 a {
  display: block;
  font-size: 1.5em;
  font-weight: 500;
  color: #ffffff;
  background: #f8b239;
  padding: 0.5em;
  margin: 0px 0 25px;
  text-transform: capitalize;
}
.popular-grid h5 a:hover,
.popular-grid h5 a:focus {
  text-decoration: none;
}
.detail-bottom ul li {
  list-style: none;
  display: inline;
  color: #000;
  font-size: 13px;
  font-weight: 600;
  font-family: "PT Serif", serif;
  letter-spacing: 1px;
}
.detail-bottom ul li i {
  color: #0177b5;
  font-size: 20px;
  padding: 0 15px;
}
.popular-grid p {
  font-size: 14px;
  letter-spacing: 0.5px;
  line-height: 28px;
  padding: 1em 1em 1.5em;
  color: #757575;
}
/*--//Events-section--*/

/*-- projects --*/
.portfolio {
  padding-bottom: 0px !important;
}
.portfolio h3.h3-1 {
  font-weight: 600;
  font-size: 40px;
  text-align: left;
  margin-bottom: 10px;
  padding-left: 600px;
}

.portfolio h3.h3-2 {
  font-size: 40px;
  font-weight: 100;
  text-align: left;
  margin-bottom: 50px;
  padding-left: 600px;
}

.filtr-item {
  padding: 0;
  width: 33.3335%;
  float: left;
}

.filtr-container {
  width: 99.9%;
}

.item-desc {
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  position: absolute;
  text-transform: uppercase;
  text-align: center;
  z-index: 1;
}

.filtr-item {
  transform: scale(1) translate3d(0px, 0px, 0px);
  -o-transform: scale(1) translate3d(0px, 0px, 0px);
  transition: all 0.5s ease-out 0ms;
  -o-transition: all 0.5s ease-out 0ms;
  transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
}
@media screen and (max-width: 991px) {
  .filtr-item {
    float: left;
    width: 33.33%;
  }
}

@media screen and (max-width: 768px) {
  .filtr-item {
    float: left;
    width: 50%;
  }
}

@media screen and (max-width: 600px) {
  .filtr-item {
    padding: 0em;
  }
}

@media screen and (max-width: 414px) {
  .filtr-item {
    width: 100%;
  }
}

figure img {
  width: 100%;
}

/*--testimonials--*/
#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;
}
.nbs-flexisel-item {
  float: left;
  margin: 0;
  padding: 0px;
  position: relative;
  line-height: 0px;
}
.nbs-flexisel-item > img {
  cursor: pointer;
  position: relative;
}
/*-- Nav --*/
.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
  width: 36px;
  height: 36px;
  position: absolute;
  cursor: pointer;
  z-index: 100;
  border: 1px solid #0177b5;
}
.nbs-flexisel-nav-left {
  left: 46.5%;
  top: 109% !important;
  background: #000 url(../images/themes.png) no-repeat 10px 10px;
}
.nbs-flexisel-nav-right {
  right: 46.5%;
  top: 109% !important;
  background: #000 url(../images/themes1.png) no-repeat 11px 11px;
}
.laptop {
  background: #0177b5;
  padding: 2em 2em;
  /* border: 1px solid #f8b239; */
  margin: 0 15px;
}
.team-left {
  padding: 0;
}
.team-right p,
.colorful-tab-content p,
.colorful-tab-content ul li {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.75);
  line-height: 2.2em;
  font-family: "Raleway", sans-serif;
}
.team-right h5 {
  font-size: 17px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.name-w3ls {
  padding: 13px 30px 19px;
  display: inline-block;
  background: rgba(4, 142, 214, 0.54);
  margin-top: 1em;
}
.name-w3ls span {
  display: block;
  font-size: 13px;
  text-transform: capitalize;
  font-style: italic;
  letter-spacing: 0.8px;
  color: #00517b;
  margin-top: 10px;
}
.flex-slider {
  margin: 0px auto 59px;
}
.team-left img {
  width: 100%;
  background: rgba(4, 142, 214, 0.54);
  border: 3px solid rgba(2, 98, 148, 0.51);
  padding: 10px;
}
/*--//testimonials--*/
/*--inner pages--*/
.inner-banner-w3l {
  background: url(../images/inner-bann.jpg) no-repeat 0px 0px;
  background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  -moz-background-size: cover;
  min-height: 300px !important;
}
/*.client-banner{background: url(../images/inner-bann.jpg) no-repeat 0px 0px; //client_banner.jpg
		background-size: cover;
		-webkit-background-size: cover;
		-o-background-size: cover;
		-ms-background-size: cover;
		-moz-background-size: cover;
		min-height: 300px!important;}*/

.client-banner {
  background: url(../images/client_banner.jpg) no-repeat 0px 0px;
  background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  -moz-background-size: cover;
  min-height: 300px !important;
}

.what-we-do-banner {
  background: url(../images/what-we-do-banner.jpg) no-repeat 0px 0px;
  background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  -moz-background-size: cover;
  min-height: 300px !important;
}

.our-guarntee-banner {
  background: url(../images/guarantee-banner.jpg) no-repeat 0px 0px;
  background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  -moz-background-size: cover;
  min-height: 300px !important;
}
.banner-resources3 {
  background: url(../images/bann-resource3.jpg) no-repeat center center;
  background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  -moz-background-size: cover;
  min-height: 300px !important;
}

.resources-button {
  position: relative;
  margin-top:-60px;
}
.query-table {
  width:450px;
}
.query-table input, .query-table text-area {
  width:100%;
  border: 1px solid #ccc;
}
@media (max-width: 900px) {
  .query-table {
    width:400px;
  }
}
@media (max-width: 768px) {
  .banner-resources3 {
  background: url(../images/bann-resource3-mobile.jpg) no-repeat center center;
  }
  .query-table {
    width:400px;
  }
  .resources-button {
    position: relative;
    margin-top:-40px;
  }
}
@media (max-width: 500px) {
  .query-table {
    width:350px;
  }
}
@media (max-width: 400px) {
  .query-table {
    width:auto;
  }
}
.resources-button p{
          position: absolute;
          right: 0;
          left:0;
          margin: 0 auto;
          text-align: center;
          background-color: #1a0f5d;
          color: #fff;
          padding: 0.8em;
          width: 200px;
          border-radius: 40px;
          border:4px solid #fff;
          transition: all 0.5s ease-in-out;
          -webkit-transition: all 0.5s ease-in-out;
          -webkit-animation: heartbeat 1.5s ease-in-out infinite both;
          animation: heartbeat 1.5s ease-in-out infinite both;
}
.resources-button p:hover {
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
          cursor: pointer;
          background-color: #638dcb;

}
@-webkit-keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  10% {
    -webkit-transform: scale(0.91);
            transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  17% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  33% {
    -webkit-transform: scale(0.87);
            transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}
@keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  10% {
    -webkit-transform: scale(0.91);
            transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  17% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  33% {
    -webkit-transform: scale(0.87);
            transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}

@media (max-width: 900px) {
  h3.hdg {
    font-size: 1.7em;
  }
}
@media (max-width: 768px) {
  .grid_5 {
    padding: 0 0 1em;
  }
  .grid_3 {
    margin-bottom: 0em;
  }
}
@media (max-width: 667px) {
  .bs-glyphicons li {
    width: 23% !important;
  }
}
@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: 10px;
  }
  .well {
    font-size: 14px;
    margin-bottom: 10px;
  }
  h2.typoh2 {
    font-size: 1.5em;
  }
}
@media (max-width: 600px) {
  .grid_5 h3,
  .grid_5 h2,
  .grid_5 h1,
  .grid_5 h4,
  .grid_5 h5,
  h3.hdg,
  h3.bars {
    margin-bottom: 0.5em;
  }
  h3.hdg {
    font-size: 1.5em;
  }
}
@media (max-width: 480px) {
  .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;
  }
}
@media (max-width: 384px) {
  h3.hdg {
    font-size: 1.3em;
  }
}
@media (max-width: 320px) {
  .grid_4 {
    margin-top: 18px;
  }
  .alert,
  p,
  ol.breadcrumb li,
  .grid_3 p,
  .well,
  ul.list-group li,
  li.list-group-item1,
  a.list-group-item {
    font-size: 13px;
  }
  .alert {
    padding: 10px;
    margin-bottom: 10px;
  }
  ul.pagination li a {
    font-size: 14px;
    padding: 5px 11px !important;
  }
  .list-group {
    margin-bottom: 10px;
  }
  .well {
    padding: 10px;
  }
  .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.81em;
  }
  .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: 12px !important;
  }
  .codes .row {
    margin: 0;
  }
}

.grid_5 h3,
.grid_5 h2,
.grid_5 h1,
.grid_5 h4,
.grid_5 h5,
h3.hdg,
h3.bars {
  margin-bottom: 1em;
  color: #212121;
  font-weight: bold;
}
/*-- //typography --*/
.row {
  margin: 0;
}
@media (max-width: 1080px) {
  .icon-box {
    width: 33.3%;
    float: left;
  }
}
@media (max-width: 991px) {
  .icon-box {
    width: 50%;
    float: left;
    margin: 1em 0 0em 0;
  }
}
@media (max-width: 480px) {
  .icon-box {
    width: 100%;
    float: none;
    margin: 0.5em 0 0em 0;
  }
  .bs-glyphicons li {
    width: 31.3% !important;
  }
}
@media (max-width: 414px) {
  .bs-glyphicons li {
    width: 48% !important;
  }
  .heading-agileinfo {
    line-height: 47px;
  }
}
/*-- //icons --*/
/*--//inner pages--*/
/*--footer--*/
.contact-w3ls {
  background: #3b5ea1;
  position: relative;
  padding-top: 0 !important;
  margin-top: 6.3em;
}
.contact-w3ls:before {
  content: "";
  position: absolute;
  top: -106px;
  border-width: 0 882px 106px 0;
  border-style: solid;
  border-color: transparent transparent #7030a0 #7030a0;
  display: block;
  width: 0;
}
.contact-w3ls:after {
  content: "";
  position: absolute;
  top: -120px;
  right: 0;
  border-width: 0px 1904px 120px 0;
  border-style: solid;
  border-color: transparent transparent #3b5ea1 #3b5ea1;
  display: block;
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  width: 0;
}
ul.w3_address li {
  display: block;
  color: #ffffff;
  letter-spacing: 0.5px;
  font-size: 14px;
  margin-bottom: 31px;
  list-style: none;
  width: 33%;
  float: left;
  font-weight: 500;
  font-family: "Open Sans";
}
ul.w3_address li span {
  margin-top: 10px;
  display: inline-block;
  float: left;
  width: 73%;
  line-height: 28px;
}
ul.w3_address li span a {
  text-decoration: none;
  color: #fff;
  font-weight: 500;
}
ul.w3_address li span a:hover {
  text-decoration: none;
  color: #7030a0;
}
ul.w3_address li i {
  font-size: 1.8em;
  color: #c1d5f2;
  text-align: center;
  display: inline-block;
  width: 75px;
  height: 75px;
  float: left;
  padding-top: 23px;
  margin-right: 10px;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -o-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border: 2px solid #c1d5f2;
}
ul.w3_address li:nth-child(2) span {
  /*margin-top: 22px;
    padding-left: 5px;*/
}
ul.w3_address li:nth-child(3) span {
  margin-top: 22px;
  padding-left: 5px;
}
ul.w3_address li:nth-child(4) span {
  margin-top: 22px;
  padding-left: 5px;
}
ul.banner-menu-white {
  float: left;
  margin-top: 6px;
}
ul.banner-menu-white li {
  list-style: none;
  display: inline-block;
  padding-right: 33px;
  /* float: left;*/
}
ul.banner-menu-white li a {
  color: #87aadd;
  letter-spacing: 1.5px;
  font-size: 14px;
  font-weight: 600;
}
ul.banner-menu-white li a:hover {
  color: #fff;
}

/*--copy-right--*/
.copy {
  text-align: center;
  padding: 2.5em 0em 0;
  margin-top: 1em;
  border-top: 2px solid #c1d5f2;
}
.copy p {
  color: #fff;
  font-size: 14px;
  letter-spacing: 2px;
  display: inline-block;
  /*float: right;*/
  font-weight: 500;
  margin-top: 21px;
}
.copy p a {
  color: #87aadd;
  text-decoration: none;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
}
.copy p a:hover {
  color: #fff;
  text-decoration: none;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
}
/*--//copy-right--*/
/*--//footer--*/
/*-- to-top --*/
#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 24px;
  right: 2%;
  overflow: hidden;
  z-index: 999;
  width: 32px;
  height: 32px;
  border: none;
  text-indent: 100%;
  background: url(../images/arr.png) no-repeat 0px 0px;
}
#toTopHover {
  width: 64px;
  height: 64px;
  display: block;
  overflow: hidden;
  float: right;
  opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
}
/*-- //to-top --*/
/*--responsive--*/
@media (max-width: 1680px) {
  .contact-w3ls:after {
    border-width: 0px 1674px 120px 0;
  }
}
@media (max-width: 1440px) {
  .banner {
    min-height: 700px;
  }
  .banner2 {
    min-height: 700px;
  }
  .banner3 {
    min-height: 700px;
  }
  .banner5 {
    min-height: 700px;
  }
  .banner6 {
    min-height: 700px;
  }

  .banner-text {
    margin: 7.5em auto 0;
  }
  .agileits_portfolio_sub_grid .white_port_head {
    top: 53%;
  }
}
@media (max-width: 1366px) {
  .events-agileits-white,
  .testimonials,
  .stats-agileits,
  .legal-expertise-banner,
  .about-agileits,
  .team,
  .portfolio,
  .contact-w3ls,
  .inner-padding {
    padding: 4em 0em;
  }
  .heading-agileinfo {
    font-size: 47px;
    margin-bottom: 0.6em;
    margin-top: 0.6em;
    font-family: "Questrial";
  }
  .heading-agileinfo span {
    font-size: 15px !important;
    margin-top: 0.6em;
    letter-spacing: 3px;
  }
  .about-agileits p {
    font-size: 16px;
  }
  .banner-text h3 {
    font-size: 18px;
    line-height: 38px;
  }
  .banner-text h4 {
    font-size: 37px;
  }
  .banner-text p {
    margin-top: 14px;
    font-size: 14px;
  }
  .more-button a {
    margin-top: 1.5em;
  }
  .callbacks_tabs {
    top: 81%;
  }
  .inner-banner-w3l {
    min-height: 290px !important;
  }

  .client-banner {
    min-height: 290px !important;
  }
  .agileinfo_services_grid1 p {
    font-size: 15px;
  }
  .about-bott-right p {
    font-size: 16px;
  }
}
@media (max-width: 1280px) {
  .navbar-default .navbar-brand {
    font-size: 36px;
    padding: 33px 36x 33px;
  }
  .navbar-default .navbar-nav > li > a {
    font-size: 11.5px;
    padding: 16px 30px 16px;
  }
  .dropdown-menu > li > a {
    font-size: 11.5px;
  }
  .cl-effect-13 ul li a::before {
    top: 42%;
  }
  .contact-bnr-w3-agile ul li {
    padding: 13px 28px;
  }
  .navbar-nav,
  .header-top {
    padding-left: 21em;
  }
  .banner-text {
    padding: 2em;
  }
  .banner {
    min-height: 600px;
  }
  .banner-text {
    margin: 7em auto 0;
  }
  .numscroller {
    font-size: 35px;
  }
  .stats-grid h4 {
    font-size: 18px;
    margin-top: 0.6em;
  }
  .agile_team_grid h4 {
    font-size: 1.2em;
  }
  .agile_team_grid p {
    font-size: 14px;
  }
  i.fa.fa-graduation-cap {
    font-size: 31px;
    left: 11px;
    top: 24px;
  }
}
@media (max-width: 1080px) {
  .banner-text h3 {
    font-size: 15px;
    line-height: 36px;
  }
  .banner-text h4 {
    font-size: 30px;
  }
  .banner {
    min-height: 505px;
  }
  .banner-text {
    margin: 4.5em auto 0;
  }
  .navbar-default .navbar-nav > li > a {
    padding: 16px 25px 16px;
  }
  .callbacks_tabs a:after {
    width: 12px;
    height: 12px;
    border: 3px solid #0177b5;
  }
  .callbacks_here a:after {
    background: #f8b239;
    border: none;
    height: 3px;
    width: 30px;
  }
  .callbacks_tabs {
    top: 80%;
    right: 27%;
  }
  .w3ls_banner_bottom_grids {
    margin: 1.5em 0 0;
  }
  .detail-bottom ul li i {
    font-size: 18px;
    padding: 0 6px;
  }
  .popular-grid h5 a {
    font-size: 1.4em;
  }
  .laptop {
    padding: 1.5em 1.5em;
    margin: 0 7px;
  }
  .nbs-flexisel-nav-right {
    right: 45.5%;
  }
  .nbs-flexisel-nav-left {
    left: 45.7%;
  }
  .contact-w3ls:after {
    top: -95px;
    border-width: 0px 1585px 95px 0;
  }
  .contact-w3ls:before {
    top: -96px;
    border-width: 0 800px 66px 0;
  }
  .contact-w3ls {
    margin-top: 5.5em;
  }
  .copy .agileits_social_list {
    float: right;
  }
  .copy {
    padding: 2em 11em 0;
  }
  .copy p {
    float: none;
    margin-top: 20px;
  }
  ul.w3_address li i {
    font-size: 1.6em;
    width: 55px;
    height: 55px;
    padding-top: 15px;
  }
  ul.w3_address li span {
    margin-top: 0px;
  }
  ul.w3_address li:nth-child(4) span {
    margin-top: 13px;
  }
  .inner-banner-w3l {
    min-height: 250px !important;
  }
  .client-banner {
    min-height: 250px !important;
  }
  .view,
  .view .mask,
  .view .content {
    width: 220px;
    height: 256px;
  }
  .view h5 {
    font-size: 1.3em;
  }
  .agileinfo_services_grid1 {
    padding: 1.5em;
  }
  .agileinfo_services_grid1 h4 {
    margin: 0.7em 0 0.3em;
  }
  .agileinfo_services_grid1 i {
    font-size: 2.2em;
  }
  .contact-w3-agileits img {
    width: 31%;
  }
  h5.title-w3 {
    font-size: 21px;
  }
  .contact-w3-agileits {
    margin-bottom: 1.5em;
  }
}
@media (max-width: 1050px) {
  .cbp-ig-icon:before {
    font-size: 3.5em;
  }
  .cbp-ig-grid .cbp-ig-title:before {
    height: 4px;
  }
  .heading-agileinfo {
    font-size: 30px;
    margin-bottom: 1.6em;
  }
  .events-agileits-white,
  .testimonials,
  .stats-agileits,
  .legal-expertise-banner,
  .about-agileits,
  .team,
  .portfolio,
  .contact-w3ls,
  .inner-padding {
    padding: 3em 0em;
  }
  .contact-w3ls:after {
    top: -79px;
    border-width: 0px 1585px 79px 0;
  }
  .contact-w3ls:before {
    top: -80px;
    border-width: 0 930px 62px 0;
  }
  .contact-w3ls {
    margin-top: 4.7em;
  }
  .copy p {
    font-size: 13px;
  }
  .team-right h5 {
    font-size: 14.4px;
    letter-spacing: 0.6px;
  }
  .about-bott-right h5 {
    font-size: 23px;
  }
}
@media (max-width: 1024px) {
  .colorful-tab-menu-item a {
    font-size: 17px;
    letter-spacing: 1px;
  }
  .detail-bottom ul li i {
    font-size: 16px;
    padding: 0px 5px;
  }
  .contact-w3ls:after {
    border-width: 0px 1020px 79px 0;
  }
  .contact-w3ls:before {
    top: -62px;
  }
}
@media (max-width: 991px) {
  .navbar-default .navbar-brand {
    font-size: 32px;
    left: 1.3em;
  }
  i.fa.fa-graduation-cap {
    font-size: 27px;
    left: 14px;
    top: 26px;
  }
  .navbar-nav,
  .header-top {
    padding-left: 17em;
  }
  .banner-text {
    width: 55%;
  }
  .callbacks_tabs {
    top: 79.5%;
    right: 34%;
  }
  .agileits_banner_bottom {
    width: 95%;
  }
  .cbp-ig-grid li:nth-child(1),
  .cbp-ig-grid li:nth-child(2) {
    border-bottom: 1px solid rgb(161, 225, 249);
  }
  .cbp-ig-grid li:nth-child(2) {
    border-right: 1px solid rgb(161, 225, 249);
  }
  .stats-grid {
    width: 50%;
    float: left;
    text-align: center;
  }
  .stats-grid:nth-child(1),
  .stats-grid:nth-child(2) {
    margin-bottom: 2em;
  }
  .popular-grid {
    width: 50%;
    float: left;
  }
  .popular-grid img {
    width: 100%;
  }
  .team-left {
    padding: 0;
    float: right;
    width: 30%;
  }
  .team-right {
    float: left;
    width: 67%;
  }
  .nbs-flexisel-nav-left {
    left: 42.5%;
  }
  .name-w3ls {
    margin-top: 1.5em;
  }
  .team-right p {
    font-size: 13.5px;
    margin-top: 0.6em;
    letter-spacing: 0.88px;
  }
  .flex-slider {
    margin: 0px auto 58px;
  }
  .laptop {
    padding: 2em 2em;
    margin: 0 50px;
  }
  .nbs-flexisel-nav-right {
    right: 44.5%;
  }
  ul.w3_address {
    width: 80%;
    margin: 0 auto;
  }
  ul.w3_address li {
    width: 50%;
  }
  .copy {
    padding: 2em 3em 0;
  }
  #toTop {
    background-size: 27px;
  }
  .view,
  .view .mask,
  .view .content {
    width: 330px;
    height: 270px;
  }
  .agile_team_grid {
    width: 50%;
    float: left;
  }
  .view h5 {
    margin: 3.5em 0 0.5em;
  }
  .agile_team_grid:nth-child(1),
  .agile_team_grid:nth-child(2) {
    margin-bottom: 2em;
  }
  .agileinfo_services_grid:nth-child(7),
  .agileinfo_services_grid:nth-child(5),
  .agileinfo_services_grid:nth-child(6),
  .agileinfo_services_grid:nth-child(4) {
    margin: 1em 0 0;
  }
  .agileinfo_services_grid {
    width: 50%;
    float: left;
  }
  .agileinfo_portfolio_grid {
    float: left;
    width: 33.33%;
    padding: 0 0.5em;
  }
  .w3_agile_portfolio_grid1 {
    margin-top: 1em;
  }
  .contact-left-white {
    float: none;
    width: 100%;
  }
  .contact-w3-agileits {
    margin-bottom: 1.5em;
    width: 50%;
    float: left;
  }
  p.head-w3-agileits {
    font-size: 13px;
    letter-spacing: 0.8px;
    line-height: 23px;
    margin: 10px 0 20px;
  }
  h5.title-w3 {
    font-size: 19px;
    margin-top: 1em;
  }
  .contact-right-white {
    float: left;
    width: 100%;
  }
  .inner-banner-w3l {
    min-height: 230px !important;
  }
  .client-banner {
    min-height: 230px !important;
  }
  .contact-w3ls:after {
    border-width: 0px 986px 79px 0;
  }
  .contact-w3ls:before {
    top: -62px;
    border-width: 0 930px 62px 0;
  }
}
@media (max-width: 900px) {
  .navbar-default .navbar-nav > li > a {
    padding: 16px 20px 16px;
  }
  .contact-bnr-w3-agile ul li {
    padding: 13px 20px;
    font-size: 15px;
  }
  .contact-bnr-w3-agile ul li a {
    font-size: 14px;
  }
  .banner-text h3 {
    font-size: 13px;
    line-height: 35px;
    letter-spacing: 3px;
  }
  .banner-text h4 {
    font-size: 25px;
  }
  .banner-text p {
    margin-top: 11px;
    font-size: 13px;
    line-height: 25px;
    letter-spacing: 1.5px;
  }
  .more-button a {
    padding: 8px 25px;
    font-size: 13px;
    letter-spacing: 0.8px;
  }
  .banner {
    min-height: 400px;
  }
  .banner-text {
    margin: 2.5em auto 0;
    padding: 1em 1.5em 1.5em;
  }
  .callbacks_tabs {
    top: 76.5%;
  }
  .heading-agileinfo span {
    font-size: 14px !important;
    margin-top: 0.5em;
    letter-spacing: 2px;
  }
  .heading-agileinfo {
    font-size: 28px;
    margin-bottom: 1.2em;
  }
  .events-agileits-white,
  .testimonials,
  .stats-agileits,
  .legal-expertise-banner,
  .about-agileits,
  .team,
  .portfolio,
  .contact-w3ls,
  .inner-padding {
    padding: 2.3em 0em;
  }
  .heading-agileinfo span:after {
    width: 53px;
    top: 127%;
  }
  .stats-grid h4 {
    font-size: 16px;
  }
  .contact-w3ls {
    margin-top: 3.9em;
  }
  .contact-w3ls:before {
    top: -62px;
    border-width: 0 723px 62px 0;
  }
  .agileinfo_services_grid1 h4 {
    font-size: 1.2em;
  }
  .inner-banner-w3l {
    min-height: 200px !important;
  }
  .client-banner {
    min-height: 200px !important;
  }
  .agileinfo_services_grid1 p {
    font-size: 14px;
  }
  .contact-right-white input[type="submit"] {
    padding: 8px 30px;
    letter-spacing: 0.8px;
    font-size: 14px;
  }
  .right-contact-w3ls a,
  p.number-w3,
  .agileinfo_services_grid1 p {
    font-size: 13.5px;
    letter-spacing: 0.5px;
  }
  .modal-content p {
    font-size: 13px;
  }
  .about-agileits p {
    font-size: 14px;
    font-weight: 500;
  }
  .cbp-ig-grid .cbp-ig-title {
    font-size: 0.9em;
  }
  .cbp-ig-grid .cbp-ig-category {
    font-size: 0.9em;
  }
  .popular-grid p {
    font-size: 13.5px;
  }
  .team-right p,
  .colorful-tab-content p,
  .colorful-tab-content ul li {
    font-size: 13.5px;
    letter-spacing: 0.5px;
  }
  .colorful-tab-menu-item a {
    font-size: 16px;
  }
  .about-agile p {
    font-size: 0.9em;
  }
  ul.w3_address li {
    font-size: 13.5px;
  }
  ul.w3_address li i {
    font-size: 1.4em;
    padding-top: 17px;
  }
  ul.banner-menu-white li a {
    font-size: 13.5px;
  }
  .about-bott-right p {
    font-size: 14px;
    font-weight: 500;
  }
}
@media (max-width: 800px) {
  .navbar-default .navbar-brand {
    font-size: 29px;
    left: 1em;
  }
  i.fa.fa-graduation-cap {
    font-size: 25px;
    left: 16px;
    top: 27px;
  }
  .navbar-default .navbar-nav > li > a {
    padding: 16px 15px 16px;
    font-size: 11px;
  }
  .navbar-nav,
  .header-top {
    padding-left: 15.5em;
  }
  .dropdown-menu > li > a {
    font-size: 11px;
  }
  .view,
  .view .mask,
  .view .content {
    width: 300px;
  }
  .view h5 {
    margin: 3em 0 0.5em;
  }
  .cl-effect-13 ul li a:hover::before,
  .cl-effect-13 ul li a:focus::before,
  ul.nav.navbar-nav li a.active::before {
    color: #fff;
    text-shadow: 8px 0 #fff, -8px 0 #fff;
  }
  .about-bott-right {
    padding: 2em 1.7em;
  }
  .contact-w3ls:after {
    border-width: 0px 802px 79px 0;
  }
}
@media (max-width: 768px) {
  .navbar-default .navbar-nav > li > a {
    padding: 16px 14px 16px;
    letter-spacing: 1.5px;
  }
  .contact-w3ls:after {
    top: -63px;
    border-width: 0px 826px 63px 0;
  }
  .contact-w3ls:before {
    top: -53px;
    border-width: 0 490px 47px 0;
  }
  .contact-w3ls {
    margin-top: 3.5em;
  }
  ul.w3_address li {
    margin-bottom: 25px;
  }
  .copy {
    padding: 1.8em 3em 0;
    margin-top: 0.5em;
  }
}
@media (max-width: 767px) {
  .navbar-default .navbar-toggle {
    border-color: #fff;
  }
  .navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
  }
  .navbar-default .navbar-toggle:hover,
  .navbar-default .navbar-toggle:focus {
    background-color: transparent;
  }
  .navbar-toggle {
    margin: 0.85em 1.5em 0 0;
  }
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border: none;
    position: absolute;
    width: 100%;
    background: rgba(0, 0, 0, 0.91);
    z-index: 999;
  }
  .navbar-nav > li > a {
    margin-bottom: 5px;
  }
  .navbar-default .navbar-nav > li > a {
    padding: 10px 14px 6px;
    letter-spacing: 1.5px;
  }
  .navbar-nav {
    margin: 0;
    text-align: center;
    padding-left: 0;
    width: 100%;
    padding: 1em 0;
  }
  .navbar-nav .open .dropdown-menu {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    background-color: transparent;
    border-radius: 0;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #fff;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #7030a0;
  }
  .navbar-header.logo {
    float: none;
  }
  .navbar-default .navbar-brand {
    font-size: 27px;
    padding: 20px 25px 20px;
  }
  i.fa.fa-graduation-cap {
    font-size: 21px;
    left: 13px;
    top: 16px;
  }
  .header-top {
    padding-left: 11em;
  }
  .contact-bnr-w3-agile ul li {
    padding: 20px 20px;
  }
  .callbacks_tabs {
    z-index: 99;
  }
  .dropdown-menu li a:before {
    display: block !important;
  }
  .dropdown-menu li a {
    position: relative;
  }
  .dropdown-menu li a:before {
    position: absolute;
    top: 50%;
    left: 50%;
    color: transparent;
    content: ".";
    text-shadow: 0 0 transparent;
  }
  .banner {
    min-height: 358px;
  }
  .inner-banner-w3l {
    min-height: 175px !important;
  }
  .client-banner {
    min-height: 175px !important;
  }
  .header-top {
    background: rgba(255, 255, 255, 0.12);
  }
}
@media (max-width: 736px) {
}
@media (max-width: 667px) {
  .contact-bnr-w3-agile ul li {
    padding: 20px 12px;
  }
  .copy {
    padding: 1.8em 1em 0;
  }
  .contact-bnr-w3-agile ul li i {
    margin-right: 7px;
  }
  .callbacks_tabs {
    right: 32%;
  }
}
@media (max-width: 640px) {
  .contact-bnr-w3-agile ul li {
    padding: 20px 7px;
  }
  .numscroller {
    font-size: 31px;
  }
  .stats-grid h4 {
    font-size: 14px;
    letter-spacing: 0.5px;
  }
  .heading-agileinfo {
    font-size: 25px;
    margin-bottom: 1.2em;
  }
  .popular-grid h5 a {
    font-size: 1.3em;
    letter-spacing: 0.5px;
  }
  .team-left {
    width: 33%;
  }
  ul.banner-menu-white li {
    padding-right: 29px;
  }
  .view,
  .view .mask,
  .view .content {
    width: 267px;
  }
  .contact-w3-agileits img {
    width: 35%;
  }
  .right-contact-w3ls {
    padding: 5px 0px 0px 15px;
  }
  .laptop {
    margin: 0 20px;
  }
  .about-bott-right h5 {
    font-size: 20px;
  }
}
@media (max-width: 600px) {
  .contact-bnr-w3-agile ul li {
    font-size: 13.5px;
  }
  .contact-bnr-w3-agile ul li a {
    font-size: 13px;
  }
  .navbar-default .navbar-brand {
    left: 0.3em;
  }
  .navbar-toggle {
    margin: 0.85em 1em 0 0;
  }
  .contact-bnr-w3-agile ul li {
    padding: 20px 5px;
  }
  .banner-text h3 {
    font-size: 11px;
    line-height: 31px;
    letter-spacing: 2.5px;
  }
  .banner-text h4 {
    font-size: 22px;
  }
  .banner-text {
    width: 65%;
    margin: 1.5em auto 0;
  }
  .callbacks_tabs {
    right: 40%;
  }
  .banner {
    min-height: 317px;
  }
  .name-w3ls {
    margin-top: 1em;
  }
  ul.banner-menu-white li {
    padding-right: 22px;
  }
  .view,
  .view .mask,
  .view .content {
    width: 247px;
  }
  .contact-w3-agileits {
    width: 100%;
    float: none;
  }
  .contact-w3-agileits img {
    width: 105px;
  }
  .inner-banner-w3l {
    min-height: 140px !important;
  }
  .client-banner {
    min-height: 140px !important;
  }
  .what-we-do-banner {
    min-height: 140px !important;
  }
  .our-guarntee-banner {
    min-height: 140px !important;
  }
}
@media (max-width: 568px) {
  .contact-bnr-w3-agile ul li:nth-child(1) {
    padding: 20px 5px !important;
  }
  .navbar-default .navbar-brand {
    padding: 20px 25px 21px;
  }
  .contact-bnr-w3-agile ul li:nth-child(2) {
    padding: 11px 5px 12px !important;
  }
  .navbar-toggle {
    margin: 1em 1em 0 0;
  }
  .banner-text p {
    margin-top: 6px;
    line-height: 23px;
  }
  .more-button a {
    margin-top: 1.2em;
  }
  .callbacks_tabs {
    right: 38.5%;
    top: 74.5%;
  }
  .laptop {
    margin: 0 0px;
  }
  .nbs-flexisel-nav-right {
    right: 43.5%;
  }
  ul.w3_address li {
    width: 100%;
  }
  ul.banner-menu-white {
    float: none;
    margin-top: 0;
  }
  ul.banner-menu-white li {
    float: none;
  }
  .copy .agileits_social_list {
    float: none;
    margin-top: 20px;
  }
  .copy p {
    margin-top: 13px;
    line-height: 30px;
  }
  .view,
  .view .mask,
  .view .content {
    width: 232px;
  }
  .agile_team_grid h4 {
    font-size: 1.05em;
  }
  ul.w3_address li {
    font-size: 13px;
  }
  ul.banner-menu-white li a {
    font-size: 13px;
  }
  .contact-page-w3ls iframe {
    height: 15em;
  }
  ul.w3_address li:nth-child(4) span {
    padding-left: 1px;
  }
}
@media (max-width: 480px) {
  .banner-text {
    width: 85%;
    margin: 1.5em auto 0;
  }
  .heading-agileinfo {
    font-size: 23px;
  }
  .events-agileits-white,
  .testimonials,
  .stats-agileits,
  .legal-expertise-banner,
  .about-agileits,
  .team,
  .portfolio,
  .contact-w3ls,
  .inner-padding {
    padding: 2em 0em;
  }
  .heading-agileinfo span:after {
    right: 45%;
  }
  .popular-grid {
    width: 100%;
    float: none;
  }
  .laptop {
    padding: 1.3em 1.3em;
  }
  .nbs-flexisel-nav-left {
    left: 40.5%;
  }
  .nbs-flexisel-nav-right {
    right: 42.5%;
  }
  .heading-agileinfo span {
    letter-spacing: 0.5px;
  }
  .contact-w3ls:after {
    top: -43px;
    border-width: 0px 463px 43px 0;
  }
  .contact-w3ls:before {
    top: -37px;
    border-width: 0 410px 37px 0;
  }
  .contact-w3ls {
    margin-top: 2.5em;
  }
  .agile_team_grid {
    width: 100%;
  }
  .agile_team_grid:nth-child(1),
  .agile_team_grid:nth-child(2),
  .agile_team_grid:nth-child(3) {
    /*margin-bottom: 1.5em;*/
  }
  .agile_team_grids {
    margin: 0em auto;
    width: 61%;
  }
  .agileinfo_services_grid {
    width: 100%;
    float: none;
  }
  .agileinfo_services_grid:nth-child(3) {
    margin: 1em 0 0;
  }
  .agileinfo_portfolio_grid {
    float: none;
    width: 100%;
    padding: 0 1em;
  }
  .agileinfo_portfolio_grid .w3_agile_portfolio_grid1:nth-child(1) {
    margin-top: 1em !important;
  }
  h5.title-w3 {
    font-size: 17px;
    margin-top: 0.8em;
  }
  .right-contact-w3ls h6 {
    font-size: 14px;
  }
  p.work-w3 {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
  }
  .modal-content h5 {
    font-size: 19px;
    padding: 15px 0 0;
  }
  .contact-w3ls:before {
    top: -37px;
    border-width: 0 315px 37px 0;
  }
  .agile_team_grid p {
    font-size: 13px;
  }
}
@media (max-width: 440px) {
  .header-top {
    padding-left: 9.8em;
  }
  .navbar-default .navbar-brand {
    padding: 22px 17px 22px 17px;
    font-size: 25px;
  }
  i.fa.fa-graduation-cap {
    font-size: 20px;
    left: 12px;
  }
  .cbp-ig-grid li {
    width: 100%;
    float: none;
  }
  .cbp-ig-grid li {
    border-left: none;
  }
  .cbp-ig-grid li:last-child {
    border-right: none;
    border-top: 1px solid rgb(161, 225, 249);
  }
  .cbp-ig-grid li:nth-child(2) {
    border-right: none;
  }
  .heading-agileinfo {
    margin-bottom: 1em;
    line-height: 30px;
  }
  .stats-grid {
    width: 100%;
    float: none;
  }
  .stats-grid:nth-child(1),
  .stats-grid:nth-child(2),
  .stats-grid:nth-child(3) {
    margin-bottom: 1.5em !important;
  }
  .nbs-flexisel-nav-right {
    right: 40.5%;
  }
  ul.banner-menu-white li {
    padding-right: 15px;
  }
  .copy p {
    letter-spacing: 1px;
  }
  .agile_team_grids {
    width: 67%;
  }
  .callbacks_tabs {
    right: 48.5%;
  }
  .heading-agileinfo span {
    line-height: 25px !important;
  }
  .heading-agileinfo span:after {
    right: 44%;
    top: 110%;
  }
}
@media (max-width: 414px) {
  .navbar-default .navbar-brand {
    padding: 22px 34px 22px 41px;
    left: 0.8em;
  }
  .header-top {
    padding-left: 0;
  }
  .contact-bnr-w3-agile ul li:nth-child(1) {
    padding: 14px 24px 12px !important;
  }
  .contact-bnr-w3-agile ul li:nth-child(2) {
    padding: 14px 24px 12px !important;
  }
  .contact-bnr-w3-agile ul li:nth-child(3) {
    padding: 14px 24px 12px !important;
  }
  .contact-bnr-w3-agile ul li:nth-child(4),
  .contact-bnr-w3-agile ul li:nth-child(5) {
    padding: 11px 45px 12px !important;
  }
  .navbar-toggle {
    margin: 5.2em 2em 0 0;
  }
  .banner-text h4 {
    font-size: 19px;
  }
  .banner-text {
    width: 99%;
    margin: 1em auto 0;
  }
  .banner {
    min-height: 285px;
  }
  .banner2 {
    min-height: 285px;
  }
  .banner3 {
    min-height: 285px;
  }
  .banner5 {
    min-height: 285px;
  }
  .banner6 {
    min-height: 285px;
  }
  i.fa.fa-graduation-cap {
    left: 30px;
    top: 17px;
  }
  /*.heading-agileinfo {
		line-height: 30px;
		margin-bottom: 1.5em;
	}*/
  .heading-agileinfo {
    line-height: 47px;
    margin-bottom: 1.5em;
  }
  .nbs-flexisel-nav-left {
    left: 39.5%;
    top: 105% !important;
  }
  .nbs-flexisel-nav-right {
    right: 37.5%;
    top: 105% !important;
  }
  .team-right {
    float: none;
    width: 100%;
    padding: 0;
    padding-bottom: 1em;
  }
  .team-left {
    width: 47%;
    float: none;
  }
  ul.w3_address {
    width: 100%;
  }
  ul.w3_address li {
    margin-bottom: 16px;
  }
  .copy {
    padding: 1.1em 0.5em 0;
  }
  ul.banner-menu-white li {
    padding-right: 13px;
  }
  .agile_team_grids {
    width: 72%;
  }
  .callbacks_tabs {
    right: 59.5%;
    top: 72.5%;
  }
  .about-bott-right h5 {
    margin-bottom: 0.5em;
  }
}
@media (max-width: 384px) {
  ul.banner-menu-white li {
    padding-right: 0;
    display: block;
    padding: 7px 0;
  }
  .copy .agileits_social_list {
    margin-top: 12px;
  }
  .copy {
    padding: 0.8em 0em 0;
  }
  .agile_team_grids {
    width: 78%;
  }
  .events-agileits-white,
  .testimonials,
  .stats-agileits,
  .legal-expertise-banner,
  .about-agileits,
  .team,
  .portfolio,
  .contact-w3ls,
  .inner-padding {
    padding: 1.2em 0em;
  }
  .heading-agileinfo {
    margin-bottom: 1.1em;
    line-height: 60px;
  }
  .agileinfo_services_grid1 h4 {
    font-size: 1.1em;
  }
  .contact-w3ls:after {
    top: -38px;
    border-width: 0px 390px 38px 0;
  }
  .contact-w3ls:before {
    top: -31px;
    border-width: 0 315px 29px 0;
  }
  .contact-w3ls {
    margin-top: 2.3em;
  }
  .callbacks_tabs {
    right: 56.5%;
  }
  .w3ls_banner_bottom_grids {
    margin: 1em 0 0;
  }
  .navbar-default .navbar-brand {
    padding: 17px 30px 18px 30px;
    left: 0.5em;
  }
  i.fa.fa-graduation-cap {
    left: 19px;
    top: 12px;
  }
  .contact-bnr-w3-agile ul li:nth-child(4),
  .contact-bnr-w3-agile ul li:nth-child(5) {
    padding: 2px 21px 0 !important;
    margin-left: 20px;
  }
  .contact-bnr-w3-agile ul li:nth-child(2) {
    padding: 11px 21px 12px !important;
  }
  .contact-bnr-w3-agile ul li:nth-child(3) {
    padding: 0px 21px 0 !important;
  }
  .contact-bnr-w3-agile ul li:nth-child(1) {
    padding: 8px 21px 0 !important;
  }
  .navbar-toggle {
    margin: 4.7em 2em 0 0;
  }
  .banner {
    min-height: 265px;
  }
  .banner2 {
    min-height: 265px;
  }
  .banner3 {
    min-height: 265px;
  }
  .banner5 {
    min-height: 265px;
  }
  .banner6 {
    min-height: 265px;
  }

  .about-bott-right {
    padding: 1.5em 1.7em;
  }
}
@media (max-width: 375px) {
  .colorful-tab-menu-item a {
    font-size: 15px;
  }
  .agile_team_grids {
    width: 80%;
  }
}
@media (max-width: 320px) {
  .navbar-default .navbar-brand {
    left: 4px;
  }
  .banner-text {
    width: 100%;
    margin: 1em auto 0;
    padding: 0.7em 1em 1em;
  }
  .banner-text p {
    margin-top: 12px;
    letter-spacing: 0.92px;
  }
  .banner {
    min-height: 256px;
  }
  .banner2 {
    min-height: 256px;
  }
  .banner3 {
    min-height: 256px;
  }
  .banner5 {
    min-height: 256px;
  }
  .banner6 {
    min-height: 256px;
  }

  .more-button a {
    padding: 6px 21px;
  }
  .callbacks_tabs {
    right: 51%;
    top: 74.5%;
  }
  .contact-w3ls:before {
    border-width: 0 250px 29px 0;
  }
  .nbs-flexisel-nav-left {
    left: 36.5%;
  }
  .nbs-flexisel-nav-right {
    right: 36.5%;
  }
  .agile_team_grids {
    width: 96%;
  }
  .contact-w3-agileits img {
    width: 98px;
  }
  .right-contact-w3ls {
    padding: 5px 0px 0px 11px;
    width: 64%;
  }
  h5.title-w3 {
    font-size: 15px;
    margin-top: 0.8em;
    letter-spacing: 1px;
  }
  .contact-bnr-w3-agile ul li:nth-child(4),
  .contact-bnr-w3-agile ul li:nth-child(5) {
    padding: 14px 21px !important;
    margin-left: 8px;
  }
  .contact-bnr-w3-agile ul li:nth-child(2) {
    padding: 11px 11px 12px !important;
  }
  .contact-bnr-w3-agile ul li:nth-child(3) {
    padding: 0px 11px 0 !important;
  }
  .contact-bnr-w3-agile ul li:nth-child(1) {
    padding: 7px 10px 0 !important;
  }
  .navbar-toggle {
    margin: 4.6em 1.2em 0 0;
  }
  i.fa.fa-graduation-cap {
    left: 20px;
    top: 13px;
    font-size: 19px;
  }
  .contact-w3ls:after {
    top: -34px;
    border-width: 0px 314px 34px 0;
  }
  .contact-w3ls:before {
    top: -30px;
  }
  .according_inner_grids {
    background: #fbfbfb;
    padding: 0em 1em !important;
  }
  .contact-bnr-w3-agile ul li a {
    font-size: 11px;
  }
}
@media (min-width: 1920px) {
  .navbar-default .navbar-brand {
    color: #fff;
    font-size: 40px;
    letter-spacing: 1px;
    display: block;
    text-transform: capitalize;
    margin: 13px 10px 0px 25px;
    background: #eaf7ff;
    background-color: rgb(234, 247, 255);
    padding: 40px 30px 40px;
    position: absolute;
    top: -14px;
    left: 9.1em !important;
    z-index: 1;
  }
  .navbar-nav,
  .header-top {
    padding-left: 42em;
  }
  .contact-bnr-w3-agile ul li {
    list-style: none;
    display: inline-block;
    padding: 0px 18px;
    color: #fff;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    font-family: "Open Sans";
    font-size: 13px;
  }
}
/*--responsive--*/

.appoinment {
  display: inline-block;
  background-color: #638dcb;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  height: 45px;
  line-height: 45px;
  padding: 0 27px;
  color: #fff;
  text-decoration: none;
  -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;
}

.contact-info {
  background: #6886b1;
  padding-top: 36px;
  padding-bottom: 36px;
  font-size: 16px;
  border-top: 5px solid #7997c3;
}
.text-center {
  text-align: center !important;
}
.contact-info ul {
  margin-bottom: 0;
}
.list-inline {
  padding-left: 0;
  list-style: none;
}
.contact-info li {
  color: rgb(183, 205, 249);
  font-size: 25px;
  margin-top: 18px;
}
.list-inline-item:not(:last-child) {
  margin-right: 5px;
}
.list-inline-item {
  display: inline-block;
}
.contact-info li .fa {
  margin-right: 10px;
}
.contact-info li a {
  color: rgba(255, 255, 255, 0.8);
}
.key_areas {
  background-color: #fbfbfb;
}

/*--//service legal practice--*/

.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
h1 {
  font-size: 25px;
  text-align: left;
  text-transform: capitalize;
}
.service-box {
  position: relative;
  overflow: hidden;
  margin-bottom: 35px;
  perspective: 1000px;
  -webkit-perspective: 1000px;
}
.service-icon {
  width: 100%;
  height: 220px;
  padding: 20px;
  text-align: center;
  transition: all 0.5s ease;
}

.service-content {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  width: 100%;
  height: 220px;
  padding: 20px;
  text-align: center;
  transition: all 0.5s ease;
  background-color: #474747;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  -webkit-transform: translateY(110px) rotateX(-90deg);
  -moz-transform: translateY(110px) rotateX(-90deg);
  -ms-transform: translateY(110px) rotateX(-90deg);
  -o-transform: translateY(110px) rotateX(-90deg);
  transform: translateY(110px) rotateX(-90deg);
}
.service-box .service-icon .front-content {
  position: relative;
  top: 90px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.service-box .service-icon .front-content i {
  font-size: 65px;
  color: #fff;
  font-weight: normal;
}

.service-box .service-icon .front-content h3 {
  font-size: 22px;
  color: #fff;
  text-align: center;
  margin-bottom: 15px;
  text-transform: uppercase;
  line-height: 32px;
  margin-top: 10px;
  font-family: "Questrial";
}
.service-box .service-content h3 {
  color: #fff;
  margin-top: 29%;
  font-family: "Questrial";
}

.service-box .service-content p {
  font-size: 13px;
  color: #b1b1b1;
  margin: 0;
}
.yellow {
  background-color: #3b5ea1;
}
.orange {
  background-color: #6886b1;
}
.red {
  background-color: #7030a0;
}
.grey {
  background-color: #a364d1;
}
.service-box:hover .service-icon {
  opacity: 0;
  -webkit-transform: translateY(-110px) rotateX(90deg);
  -moz-transform: translateY(-110px) rotateX(90deg);
  -ms-transform: translateY(-110px) rotateX(90deg);
  -o-transform: translateY(-110px) rotateX(90deg);
  transform: translateY(-110px) rotateX(90deg);
}
.service-box:hover .service-content {
  opacity: 1;
  -webkit-transform: rotateX(0);
  -moz-transform: rotateX(0);
  -ms-transform: rotateX(0);
  -o-transform: rotateX(0);
  transform: rotateX(0);
}

.practice_content {
  font-size: 30px;
  color: #fff;
  font-family: "Raleway", sans-serif;
}

/*-- mid-services --*/

.according_inner_grids {
  background: #fbfbfb;
  padding: 0em 8em;
}

.mid_services_img {
  background: url(../images/home-vision-and-mission.jpg) no-repeat 0px 0px;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
  min-height: 580px;
}
.mid_services1_img {
  background: url(../images/mid1.jpg) no-repeat 0px 0px;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
  min-height: 600px;
}
.mid_services2_img {
  background: url(../images/mid_whywlg_img.jpg) no-repeat 0px 0px;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
  min-height: 600px;
}

.mid_whywlg_img {
  background: url(../images/mid_whywlg_img.jpg) no-repeat 0px 0px;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
  min-height: 715px;
}

.pa_italic i {
  left: -1em;
  font-size: 11px;
}

.pa_italic span {
  display: none;
}

.collapsed span {
  display: inline-block;
  left: -1em;
  font-size: 11px;
}

.collapsed i {
  display: none;
}

.panel-heading {
  padding: 10px 35px;
}

.panel-title {
  font-size: 18px;
  color: #fff;
  text-transform: capitalize;
  text-decoration: none;
  font-family: "Questrial";
}

.panel-default {
  border: 1px solid #e0e0e0 !important;
  background: #fff;
}

.panel-default > .panel-heading {
  border-color: #3b5ea1;
  color: #fff;
  background-color: #3b5ea1;
}

.panel-body {
  padding: 1.5em;
  font-size: 14px;
  line-height: 2em;
  color: #333;
  letter-spacing: 1px;
}

a.pa_italic label {
  cursor: pointer;
  font-weight: 500;
}

a.pa_italic:focus {
  outline: none;
  text-decoration: none;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top: none;
}

.panel-heading {
  padding: 24px 32px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 0px !important;
  border-top-right-radius: 0px !important;
  border-radius: 0 !important;
}

.panel-group .panel {
  margin-bottom: 0;
  border-radius: 0 !important;
}

h3.agile_heading.two {
  color: #262c38;
  margin: 0;
  font-size: 2.5em;
  font-weight: 700;
  letter-spacing: 1px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.19);
  margin-bottom: 1em;
}

/*-- //mid-services --*/

.item-list ul li,
ul.menu li {
  background: url(../images/right-arrow.png) 0 5px no-repeat;

  list-style: none;
  margin: 24px 0 0;
  padding: 1px 0 0 61px;
  font-family: "Questrial";
  color: #333;
  font-size: 20px;

  font-weight: normal;
  letter-spacing: 1px;
  /*text-align: justify;*/
  text-align: left; /*09-01-18*/
}
.heading_web {
  font-size: 29px;
  color: #3b5ea1;
  font-family: "Questrial", sans-serif;
  line-height: 36px;
  margin-bottom: 2px;
  margin-top: -10px;
}
.wel_content {
  /*font-family: "Open Sans";*/
  font-family: "Questrial";
  line-height: 32px;
  font-size: 15px;
}
.margin-top3 {
  margin-top: 6.6em;
}
/*-- /testimonials_section--*/

.testimonials_section {
  padding: 1em 0 8em 0;
}

.carousel.slide.two .item {
  background: none !important;
}

.testimonials_grid_wthree h4 {
  font-size: 14px;
  color: #6b6a6a;
  line-height: 2.2em;
  margin: 1em auto;
  padding-left: 2.5em;
  position: relative;
  font-family: "Open Sans";
  /*width: 73%;*/
  /*text-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);*/
}

.testimonials_grid_wthree h5 {
  font-weight: 600;
  color: #6886b1;
  font-size: 1.4em;
  font-family: "Raleway";
}

.testimonials_grid_wthree i.fa.fa-quote-left {
  color: #3b5ea1;
  font-size: 2em;
}

.testimonials_grid_wthree {
  text-align: center;
}

.carousel-indicators.second {
  bottom: -34%;
  left: 50%;
}

.carousel-indicators.second .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #7030a0;
  border: #7030a0;
}

.carousel-indicators.second li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: rgb(104, 134, 177);
  /*border: 1px solid #rgb(104, 134, 177);*/
  border-radius: 10px;
  border: rgb(104, 134, 177);
}

.testimonials_grid_wthree img {
  margin: 0 auto;
  text-align: center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
}
.user_n {
  font-size: 65px !important;
  color: #6886b1;
  border: 2px solid;
  padding: 18px 30px;
  border-radius: 67%;
  background: #f7f7f7;
}

/*-- //testimonials_section--*/
/*.inner-banner-w3l{ background:url(../images/inner-bann.jpg) no-repeat; min-height:310px;-webkit-background-size: cover;}*/
/*.client-banner{ background:url(../images/client_banner.jpg) no-repeat; min-height:310px;-webkit-background-size: cover;}*/
.add_heading {
  margin-top: 15px;
  margin-bottom: -1px;
  color: #7030a0;
  font-family: "Questrial", sans-serif;
  font-size: 21px;
}
.head-text {
  font-family: "Questrial";
  color: #333;
  font-size: 20px;
  font-weight: normal;
  letter-spacing: 1px;
  text-align: justify;
  margin: 10px;
}
.head-text2 {
  font-family: "Questrial";
  color: #333;
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 1px;
  text-align: justify;
  margin: 10px;
}
.address h4 {
  font-size: 16px;
  color: #888787;
  margin-top: 23px;
  padding-bottom: 15px;
  font-weight: bold;
}
.inquriy_heading {
  font-family: "Open Sans";
  color: #3b5ea1;
  letter-spacing: 1px;
  font-size: 17px;
  font-weight: normal;
  padding-bottom: 9px;
}

p.number-w3 {
  /*color: #6b6b6b;
    font-size: 15px;
    font-size: 19px;
    display: inline;*/
  font-family: "Questrial";
  color: #333;
  font-size: 20px;
  display: inline;
}
.right-contact-w3ls span {
  display: inline-block;
  color: #337ab7;
  font-size: 14px;
  margin-right: 7px;
  padding: 20px 10px;
}
.map {
  width: 100%;
  clear: both;
  margin-bottom: 30px;
  overflow: hidden;
}
.text_mo {
  font-size: 14px;
  color: #7030a0;
  font-family: "Open Sans";
}
@media (max-width: 992px) {
  .according_inner_grids {
    background: #fbfbfb;
    padding: 0em 1em !important;
  }
}
@media (min-width: 992px) {
  .mid_services {
    display: flex;
  }
}
.inquiry_sub_text {
  color: #333;
  font-family: "Questrial", sans-serif;
  font-size: 20px;
  margin-bottom: 23px;
  text-align: justify;
}
.agile_team_grid p {
  color: #dbdbdb !important;
  font-size: 15px;
  letter-spacing: 0.5px;
  margin-bottom: 10px;
}
.grid-new p {
  color: #343434;
  font-size: 15px;
  letter-spacing: 0.5px;
  margin-bottom: 10px;
}
.grid-new .add_heading {
  margin-top: 15px;
  margin-bottom: -1px;
  color: #7030a0;
  font-family: "Questrial", sans-serif;
  font-size: 21px;
}
.agile_team_grid h4 {
  font-size: 18px;
  color: #fff;
  margin: 1em 0 0.5em;
}
.office1 {
  background: #7030a0;
  padding: 10px 20px;
}
.reception1 {
  background: #3b5ea1;
  padding: 10px 20px;
}
.legal1 {
  background: #6886b1;
  padding: 10px 17px;
}
.visiontag {
  font-size: 21px;
  color: #a364d1;
  font-family: "Questrial", sans-serif;
  font-weight: bold;
}

/*---- --------- Our Guarntee ------------ ----*/

.value_delivery1 {
  background: #7030a0;
  padding: 10px 17px;
}
.value_delivery2 {
  background: #3b5ea1;
  padding: 10px 17px;
}
.value_delivery3 {
  background: #5474a2;
  padding: 10px 17px;
}
.value_delivery4 {
  background: #6886b1;
  padding: 10px 17px;
}

.wearediffer-text ul li {
  margin: 45px 0 0 !important;
}
/*---- --------- Our Guarntee ------------ ----*/

/*---- --------- What We Do ------------ ----*/

.legal-expertise-banner {
  background: url(../images/legal-expertise-bg-what-we-do.jpg) no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.legal-expertise-boxes ul li {
  margin: 0px !important;
  color: #fff;
}

.alert-what-we-do,
.alert-what-we-do ul {
  color: #fff !important;
  background-color: #7030a0;
  border-color: #7030a0;
}

.faq-button,
.blog-button {
  background: #7030a0;
  padding: 10px 17px;
}

.DisputeManagementSteps-banner {
  background: #f7f7f7;
  padding: 30px;
}

/*---- --------- What We Do End ------------ ----*/

/*-- //clent_profile--*/

.clientbox {
  text-align: center;
  margin: 0 0px;
  margin-bottom: 37px;
}
.clientbox img {
  width: 100%;
  height: auto;
}
.clientbox .client-content {
  position: relative;
  background: #3b5ea1;
  color: #fff;
  padding: 50px 30px 30px;
}
.clientbox .client-icon {
  display: block;
  width: 70px;
  height: 70px;
  background: #eef0d7;
  border-radius: 10px;
  position: absolute;
  top: -35px;
  left: 0;
  right: 0;
  margin: auto;
  transform: rotate(45deg);
}
.clientbox .client-icon i {
  font-size: 30px;
  line-height: 70px;
  color: #7030a0;
  transform: rotate(-45deg);
}
.clientbox .title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.clientbox .description {
  font-size: 14px;
  line-height: 25px;
  margin-bottom: 20px;
}
.clientbox .read-more {
  display: inline-block;
  padding: 7px 20px;
  border: 1px solid #f0f4ba;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  background: #6886b1;
  text-transform: capitalize;
  transition: all 0.5s ease 0s;
}
.clientbox .read-more:hover {
  color: #7030a0;
  background: #fefefe;
  text-decoration: none;
}
.clientbox.middle .client-content {
  padding: 30px 30px 50px;
}
.clientbox.middle .client-icon {
  bottom: -35px;
  top: auto;
}
@media only screen and (max-width: 990px) {
  .clientbox .title {
    font-size: 17px;
  }
}
@media only screen and (max-width: 767px) {
  .clientbox {
    margin: 0 0 30px 0;
  }
}

/*-- //clent_profile--*/

.list-triangle li::before {
  content: "";
  position: absolute;
  height: 0;
  width: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 6px solid #3b5ea1;
  top: 5px;
  left: 0;
}
.list-triangle li {
  position: relative;
  padding-left: 14px;
  font-size: 14px;
  margin-top: 17px;
}

.list li,
.list-order-color > li > span {
  font-family: "Open Sans";
  color: #333;
  margin-bottom: 14px;
  margin-bottom: 13px;
  line-height: 20px;
  font-weight: 400;
}
ul {
  list-style: none;
  color: #333;
  width: 100%;
  padding: 0px 0px;
}

.pop_subheading {
  font-size: 15px;
  color: #0177b5;
  line-height: 31px;
}
.client_pop_heading {
  color: #7030a0;
  text-align: center;
  font-size: 16px;
  margin-bottom: 0.5em;
  text-transform: capitalize;
}
.clientheading {
  color: #7030a0;
  text-align: center;
  font-size: 22px;
  margin-bottom: -0.5em;
  text-transform: capitalize;
}

.with-errors ul {
  color: #a94442 !important;
}

.call-us-now {
  background-color: #6886b1;
  color: #fff;
  font-weight: bold;
}

.contactus-resources-text ul li {
  margin: 10px 0 0 !important;
}

.book-appoinment-mobile {
  background-color: #638dcb !important;
  padding: 15px !important;
  margin-bottom: 10px !important;
  text-transform: uppercase !important;
}

.home-vision-and-mission {
  padding-left: 0px;
  padding-right: 0px;
}
.home-mid-why-wlg ul li {
  background: url(../images/right-arrow.png) 0 -1px no-repeat !important;
  /*font-size: 20px !important;*/
  font-size: 15px !important;
  font-family: "Questrial";
}

.mid_why_wlg_img {
  background: url(../images/WLGbroc1.jpg) no-repeat 0px 0px;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
  min-height: 650px;
}
/*enquiry form*/
.form-container {
  max-width: 600px;
  width: 100%;

  position: relative;
}
.form-container fieldset {
  position: relative;
}
fieldset #btnrefresh {
  position: absolute;
  top: 0;
  right: 0;
}
#contact input[type="text"],
#contact input[type="email"],
#contact input[type="tel"],
#contact input[type="url"],
#contact textarea,
#contact button[type="submit"] {
  font: 400 12px/16px "Open Sans", Helvetica, Arial, sans-serif;
}

#contact {
  background: #f9f9f9;
  padding: 25px;
  box-shadow: 5px 5px 17px 6px #eee;
  margin: 30px 0;
}

#contact h3 {
  color: #5474a2;
  display: block;
  font-size: 30px;
  font-weight: 400;
  margin: 0 0 20px 0;
}

#contact h4 {
  margin: 5px 0 15px;
  display: block;
  font-size: 13px;
}

fieldset {
  border: medium none !important;
  margin: 0 0 10px;
  min-width: 100%;
  padding: 0;
  width: 100%;
}

#contact input[type="text"],
#contact input[type="email"],
#contact input[type="tel"],
#contact input[type="url"],
#contact textarea {
  width: 100%;
  border: 1px solid #ccc;
  background: #fff;
  margin: 0 0 5px;
  padding: 10px;
}

#contact input[type="text"]:hover,
#contact input[type="email"]:hover,
#contact input[type="tel"]:hover,
#contact input[type="url"]:hover,
#contact textarea:hover {
  -webkit-transition: border-color 0.3s ease-in-out;
  -moz-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
  border: 1px solid #aaa;
}

#contact textarea {
  height: 100px;
  max-width: 100%;
  resize: none;
}

#contact button[type="submit"] {
  cursor: pointer;
  width: 30%;
  border: none;
  background: #3b5ea1;
  color: #fff;
  margin: 0 0 5px;
  padding: 10px;
  font-size: 15px;
}

#contact button[type="submit"]:hover {
  background: #7030a0;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}

#contact button[type="submit"]:active {
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
}

#contact input:focus,
#contact textarea:focus {
  outline: 0;
  border: 1px solid #999;
}
::-webkit-input-placeholder {
  color: #888;
}
:-moz-placeholder {
  color: #888;
}
::-moz-placeholder {
  color: #888;
}
:-ms-input-placeholder {
  color: #888;
}
/*enquiry-form-end*/
/*subscribe-pop-up-resorces-page*/
.box {
  width: 40%;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.2);
  padding: 35px;
  border: 2px solid #fff;
  border-radius: 20px/50px;
  background-clip: padding-box;
  text-align: center;
}

.button-subscribe {
  font-size: 1em;
  padding: 10px;
  color: #fff;
  border: 2px solid #06d85f;
  border-radius: 20px/50px;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease-out;
}
.button-subscribe:hover {
  background: #06d85f;
}

.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
}

.popup {
  margin: 70px auto;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  width: 30%;
  position: relative;
  transition: all 5s ease-in-out;
}

.popup h2 {
  margin-top: 0;
  color: #333;
  font-family: Tahoma, Arial, sans-serif;
}
.popup .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.popup .close:hover {
  color: #06d85f;
}
.popup .content {
  max-height: 30%;
  overflow: auto;
}
/*resources-page*/

.modal, .modal2 {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content, .modal-content2 {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 50%;
}
@media (max-width: 768px){
  .modal-content, .modal-content2 {
    width:80%;
  }
}
@media (max-width: 500px){
  .modal-content, .modal-content2 {
    width:95%;
  }
}
/* The Close Button */
.close, .close2 {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus, .close2:hover,
.close2:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
} 
/*resources-page-end*/
@media screen and (max-width: 700px) {
  .box {
    width: 70%;
  }
  .popup {
    width: 70%;
  }
}
/*subscribe-pop-up-end-resorces-page*/
@media only screen and (max-width: 767px) and (min-width: 414px) {
  .contact-bnr-w3-agile {
    padding-top: 60px;
  }
  .header-top {
    padding-left: 0;
  }
}
@media only screen and (max-width: 414px) {
  .contact-bnr-w3-agile {
    padding-top: 20px;
  }
}
