html,
body {
  padding: 0;
  margin: 0;
  background: #f3f3f3;
  letter-spacing: 1px;
  font-family: "Montserrat", sans-serif;
}

body a {
  outline: 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;
  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;
  letter-spacing: 1px;
  font-family: "Montserrat", sans-serif;
}
select,
input[type="email"],
input[type="text"],
input[type="password"],
input[type="button"],
input[type="submit"],
textarea {
  font-family: "Montserrat", sans-serif;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
  letter-spacing: 1px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 1px;
}

p {
  margin: 0;
  padding: 0;
  letter-spacing: 1px;
  font-family: "Montserrat", sans-serif;
  color: #777;
}

ul {
  margin: 0;
  padding: 0;
}

.header-outs {
  width: 100%;
  position: relative;
}
.header-outs-div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  display: flex;
  justify-content: space-around;
  flex-direction: column;
}
.head-text {
  font-family: Source Han Sans CN;
  font-weight: bold;
  font-size: 78px;
  color: #ffffff;
  text-shadow: 0px 3px 10px rgba(1, 1, 1, 0.4);
  margin: 20px auto;
  margin-top: 179px;
  text-align: center;
}
.header-outs-item{
  font-size: 16px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  color: #ffffff;
}
.head-top-box{
  padding: 40px 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #fff;
  align-items: center;
}
.head-top-left{
  display: flex;
  align-items: center;
  font-weight: 500;
font-size: 28px;
color: #FFFFFF;
}
.logo-sty{
  width: 70px;
  height: 70px;
  margin-right: 20px;
}
.login-box{
  display: flex;
  align-items: center;
  justify-content: end;
}
.header-outs-item-span {
  width: 150px;
  height: 50px;
  background: #FFFFFF;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 20px;
}
.go-sty{
  width: 18px;height: 18px;
  margin-left: 5px;
}
.head-bom{
  padding: 30px 0;
  color: #fff;
  font-style: 18px;
  display: flex;
  align-items: center;
}
.head-li{
display: flex;
align-items: center;
padding: 0 20px 0 0;
}
.head-li-icon{
  width: 17px;
  height: 17px;
  margin-right: 10px;
}
.box {
  padding: 5vh 0;
}

.te-se-p {
  width: 100%;
  background-color: #333;
  text-align: center;
  font-size: 42px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 80px;
}
.te-se-img {
  width: 100px;
  height: 10px;
  display: block;
  margin: 20px auto;
}
.te-se-ul {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  list-style: none;
  transition: opacity 0.3s ease;
}
.chuan-yuan-ul {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  list-style: none;
  transition: opacity 0.3s ease;
  background-color: #fff;
  border-radius: 10px;
}
.te-se-ul-show {
  opacity: 1;
  transition: opacity 3s ease;
}
.te-se-ul-hide {
  opacity: 0;
  transition: opacity 3s ease;
}
.te-se-li {
  width: 23%;
  font-weight: 500;
font-size: 24px;
color: #333333;
  text-align: center;
  background-color: #fff;
  border-radius:20px;
  padding: 20px;
}
.te-se-li:hover {
  box-shadow: 0 2px 8px 0 #3d73ff;
  margin-top: -30px;
  padding: 20px;
}
.te-se-text{
  font-weight: 400;
font-size: 16px;
color: #848484;
padding-top: 10px;
}
.te-se-li img {
  width: 77px;
  height: 74px;
  margin-bottom: 30px;
}
.chuan-yuan {
  width: 100%;
  border-radius: 0px 0px 0px 0px;
}
.gong-ying-img {
  width: 100%;
  height: 100%;
}
.chuan-yuan-img {
  width: 100%;
  height: auto;
  margin-top: 40px;
  border-radius: 20px;
  overflow: hidden;
}

.chuan-bo {
  display: flex;
  border-radius: 10px;
  overflow: hidden;
  height: 500px;
}
.chuan-bo-left {
  background-color: #f8fafb;
  width: 30%;
  padding: 20px;
}
.chuan-bo-left-li{
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
font-size: 24px;
color: #333333;
border-radius: 12px;
padding: 20px 0;
 cursor: default;
}
.chuan-bo-left-li-active{
  background: #0090FF;
  color: #fff;
}
.chuan-bo-right{
  flex: 1;
  background-color: #fff;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.chuan-bo-li-img {
  flex: 1;
 

}
.chuan-bo-li-img img {
  width: 440px;
  height: 350px;
  margin: auto;
}
.chuan-bo-li-img2 img {
  width: 540px;
  height: 433px;
}
.chuan-bo-li {
  display: flex;
  justify-content: space-around;
  margin: 0 auto;
}
.chuan-bo-li-left {
  transform: translateX(-2800px);
  transition: all 0.5s ease;
  padding-top: 123px;
}
.chuan-bo-li-left2 {
  transform: translateX(2800px);
  transition: all 0.5s ease;
  padding-top: 123px;
  margin-left: 30px;
}
.chuan-bo-li-left3 {
  transform: translateX(-2800px);
  transition: all 0.5s ease;
  padding-top: 123px;
}
.chuan-bo-li-p {
  font-size: 48px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  color: #333333;
  margin-bottom: 30px;
}
.chuan-bo-li-pp {
  width: 540px;
  font-size: 24px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  color: #333333;
}
.fixed-box{
  position: fixed;
  bottom: 40%;
  right: 20px;
  z-index: 999;
}
.fixed-top{
  display: flex;
align-items: center;
justify-content: end;
}
.fixed-top-right,.fixed-code,.fixed-bom,.call-box{
  width: 70px;
background: #FFFFFF;
box-shadow: 0px 3px 10px 0px rgba(23,36,133,0.11);
border-radius: 14px;
margin-bottom: 20px;
text-align: center;
padding: 10px 0;
}
.fixed-code{
width: 200px;
height: 230px;
margin-right: 10px;
}
.call-box{
  width:200px;
  height:70px;
  margin-right: 10px;
 text-align: center;
 line-height: 50px;
}
.fixed-bom{
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
}
footer {
  background: #363940;
  padding: 2em 0 0 0;
  color: #fff;
  font-size: 14px;
  position: relative;
}
.footer-div {
  display: flex;
  justify-content: space-between;
  height: 200px;
  margin-bottom: 20px;
}
.foot-bar{
  display: flex;
  align-items: center;
  font-size: 16px;
}
.bar{
  width: 5px;
height: 14px;
background: #FFFFFF;
border-radius: 3px;
margin-right: 15px;
}
.footer-left {
  padding-right: 30px;
}
.code-sty{
  width: 136px;
  height: 136px;
  margin-top: 30px;
}
.footer-center{
  padding: 0 30px;
}
.footer-center-ul{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 40px;
}
.footer-center-li{
  width: 25%;padding: 20px 0;
  color: #B3BEDD;
}
.footer-right {
  padding: 0 0 0 30px;
}
.footer-right-li {
  padding: 20px 0;
}
.flooter-right-img {
  width: 24px;
  height: 24px;
  margin-right: 10px;
}
.footer-p{
  color: #fff;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
}
.code-sty{
  border-radius: 20px;
}
/*-- bottom-to-top --*/
#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 24px;
  right: 1%;
  overflow: hidden;
  z-index: 999;
  width: 64px;
  height: 64px;
  border: none;
  text-indent: 100%;
  background: url("../images/arrowup.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);
}
/*-- //bottom-to-top --*/

/*--responsive--*/

@media (max-width: 1680px) {
}
@media (max-width: 1600px) {
}
@media (max-width: 1440px) {
  .header-outs {
    min-height: 688px;
  }
  .slider-info h4 {
    font-size: 5em;
  }
  .slider-info {
    margin-top: 15em;
  }
}
@media (max-width: 1366px) {
  .about,
  .services,
  .contact,
  .team,
  .testimonials,
  .portfolio,
  .price-table,
  .buttom-w3 {
    padding: 4em 0;
  }
}
@media (max-width: 1280px) {
  h1 a.navbar-brand {
    font-size: 45px;
  }
  .header-outs {
    min-height: 603px;
  }
  .navbar-default .navbar-nav > li > a {
    font-size: 14px;
  }
  .slider-info {
    margin-top: 11em;
  }
  .slider-info h4 {
    font-size: 4.5em;
  }
  .slider-info p {
    font-size: 18px;
  }
  .title {
    font-size: 44px;
    margin-bottom: 24px;
  }
  .about,
  .services,
  .contact,
  .team,
  .testimonials,
  .portfolio,
  .price-table,
  .buttom-w3 {
    padding: 3em 0;
  }
  span.cost {
    font-size: 28px;
  }
}
@media (max-width: 1080px) {
  h1 a.navbar-brand {
    font-size: 42px;
  }
  h1 a.navbar-brand span.fa {
    font-size: 32px;
  }
  .letter input[type="email"] {
    width: 64%;
  }
  .newsletter input[type="submit"] {
    width: 36%;
  }
  .navbar-nav {
    margin-top: 6px;
  }
  .navbar-default .navbar-nav > li > a {
    font-size: 13px;
    padding: 5px 4px;
    margin: 0 6px;
  }
  .slider-info h4 {
    font-size: 3.7em;
  }
  .outs_more-buttn a {
    font-size: 13px;
  }
  .about-para p {
    font-size: 14px;
  }
  .arrow ul li p {
    font-size: 14px;
  }
  span.banner-icon {
    font-size: 45px;
  }
  .its-banner-grid h4 {
    font-size: 22px;
  }
  .its-banner-grid:nth-child(4),
  .its-banner-grid:nth-child(5),
  .its-banner-grid:nth-child(6) {
    margin-top: 23px;
  }
  .agileits-banner-grid h4 {
    font-size: 22px;
  }
  span.cost {
    font-size: 24px;
  }
  .left-matter p {
    font-size: 14px;
    letter-spacing: 1px;
  }
  .carousel-indicators {
    bottom: -6px;
  }
  #quote-carousel .carousel-indicators .active {
    width: 116px;
    height: 116px;
  }
  .footer_grid_left p,
  .footer_grid_left p a {
    font-size: 13px;
  }
  .contact input[type="text"],
  .contact input[type="email"],
  .contact textarea {
    padding: 0.8em;
    font-size: 14px;
  }
  .sub-para p {
    letter-spacing: 0px;
  }
  .map-grid iframe {
    height: 360px;
  }
  .outs_more-buttn a {
    padding: 7px 25px;
  }
}
@media (max-width: 1050px) {
  .header-outs {
    min-height: 589px;
  }
  .form-left-to-w3l input[type="text"],
  .form-right-to-w3ls input[type="text"],
  .form-left-to-w3l input[type="email"],
  .form-control-w3l textarea,
  .form-add-to-w3ls input[type="text"] {
    font-size: 14px;
    padding: 0.6em 1em;
  }
  select.form-control {
    font-size: 14px;
    padding: 0.6em 1em;
    height: 40px;
  }
  .about-top-grid h2 {
    font-size: 36px;
  }
  .list-price ul li {
    padding-bottom: 13px;
  }
  .carousel-indicators {
    bottom: 8px;
  }
  .footer_grid_left h5 {
    font-size: 24px;
    letter-spacing: 1px;
    margin: 13px 0px 6px;
  }
}
@media (max-width: 1024px) {
  h1 a.navbar-brand {
    font-size: 38px;
  }
  .navbar-nav {
    margin-top: 2px;
  }
  .navbar-default .navbar-nav > li > a {
    margin: 0 4px;
  }
  .slider-info p {
    font-size: 16px;
  }
  .about,
  .services,
  .contact,
  .team,
  .testimonials,
  .portfolio,
  .price-table,
  .buttom-w3 {
    padding: 2.9em 0;
  }
  span.banner-icon {
    font-size: 42px;
  }
  .bottom-head h4 a {
    font-size: 34px;
  }
  .pet-cat p {
    font-size: 17px;
    padding-top: 4px;
  }
  .copyright h4 {
    font-size: 30px;
    letter-spacing: 2px;
  }
  .sub-para {
    margin-top: 17px;
  }
  .newsletter input[type="submit"] {
    font-size: 12px;
  }
  .letter input[type="email"] {
    font-size: 12px;
  }
  footer {
    padding: 1.5em 0;
  }
  .agileits-banner-grid {
    padding: 1.8em;
  }
}
@media (max-width: 991px) {
  h1 a.navbar-brand {
    letter-spacing: 1px;
  }
  .title {
    font-size: 42px;
    margin-bottom: 23px;
  }
  .navbar-default .navbar-nav > li > a {
    letter-spacing: 1px;
  }
  .header-outs {
    min-height: 571px;
  }
  .banner-agileits-btm {
    margin-top: 20px;
    min-height: 384px;
  }
  .arrow {
    margin: 1.2em 0em 0.6em;
  }
  .arrow ul li span {
    padding: 0px 14px 16px 0px;
  }
  .its-banner-grid:nth-child(3),
  .its-banner-grid:nth-child(4),
  .its-banner-grid:nth-child(5),
  .its-banner-grid:nth-child(6) {
    margin-top: 17px;
  }
  .footer_grid_left h5 {
    font-size: 22px;
  }
  .sub-para {
    margin-top: 12px;
  }
  .copyright {
    margin: 1.5em 0em;
  }
  .button span {
    font-size: 30px;
  }
  span.cost {
    font-size: 22px;
  }
  .arrow span.dog-arrow {
    font-size: 16px;
  }
}
@media (max-width: 900px) {
  h1 a.navbar-brand span.fa {
    font-size: 28px;
  }
  h1 a.navbar-brand {
    letter-spacing: 1px;
    font-size: 36px;
  }
  nav.navbar.navbar-default {
    padding: 2em 2em 1em;
  }
  .header-outs {
    min-height: 550px;
  }
  .slider-info {
    margin-top: 10em;
  }
  .slider-info h4 {
    font-size: 3.2em;
  }
  .map-grid iframe {
    height: 345px;
  }
  .agileits-banner-grid h4 {
    font-size: 19px;
  }
  span.banner-icon {
    font-size: 40px;
  }
}
@media (max-width: 800px) {
  nav.navbar.navbar-default {
    padding: 2em 1em 1em;
  }
  .navbar-default .navbar-nav > li > a {
    font-size: 12px;
    padding: 5px 2px;
  }
  .header-outs {
    min-height: 525px;
  }
  .slider-info {
    margin-top: 9em;
  }
  span.banner-icon {
    font-size: 37px;
  }
  .its-banner-grid h4 {
    font-size: 20px;
  }
  .about,
  .services,
  .contact,
  .team,
  .testimonials,
  .portfolio,
  .price-table,
  .buttom-w3 {
    padding: 2.8em 0;
  }
  .title {
    font-size: 40px;
    margin-bottom: 22px;
  }
  .map-grid iframe {
    height: 335px;
  }
  .contact textarea {
    min-height: 11em;
    resize: none;
  }
  .contact input[type="submit"] {
    font-size: 14px;
    margin: 1.5em 0em 0em;
  }
  footer p {
    font-size: 13px;
  }
  .arrow span.dog-arrow {
    font-size: 17px;
  }
}
@media (max-width: 768px) {
  .header-outs {
    min-height: 491px;
  }
  h1 a.navbar-brand {
    font-size: 33px;
  }
  h1 a.navbar-brand span.fa {
    font-size: 24px;
  }
  .slider-info {
    margin-top: 8.5em;
  }
  .slider-info h4 {
    font-size: 3em;
  }
  .about-top-grid h2 {
    font-size: 32px;
  }
  .arrow {
    margin: 0.9em 0em 0.2em;
  }
  .about,
  .services,
  .contact,
  .team,
  .testimonials,
  .portfolio,
  .price-table,
  .buttom-w3 {
    padding: 2.7em 0;
  }
  .resp-tab-item {
    font-size: 0.8em;
  }
  .list-price ul li {
    padding-bottom: 11px;
  }
  .agileits-banner-grid h4 {
    font-size: 19px;
  }
  span.cost {
    font-size: 22px;
  }
  .left-matter p {
    line-height: 30px;
  }
  #quote-carousel .carousel-indicators .active {
    width: 102px;
    height: 102px;
  }
  .carousel-indicators {
    bottom: 23px;
  }
  .contact textarea {
    min-height: 9em;
  }
  .navbar-default .navbar-nav > li > a {
    padding: 5px 1px;
  }
  .outs_more-buttn a {
    padding: 6px 24px;
  }
}
@media (max-width: 767px) {
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    position: absolute;
    width: 96%;
    z-index: 999;
    padding: 0em 0;
    background: #9e0022;
    z-index: 9999;
  }

  .navbar-nav {
    width: 15%;
    margin: 0px auto;
    text-align: center;
    padding: 10px 0px;
  }
  .navbar-default .navbar-toggle {
    border: none;
    background: #171616;
    border-radius: 5px;
  }
  .navbar-default .navbar-toggle:hover,
  .navbar-default .navbar-toggle:focus {
    background-color: #9e0022;
  }
  .navbar-default .navbar-nav > li > a {
    padding: 11px 1px;
  }
  .arrow span.dog-arrow {
    font-size: 17px;
  }
  .contact input[type="text"],
  .contact input[type="email"],
  .contact textarea {
    padding: 0.6em;
    font-size: 14px;
  }
  footer {
    padding: 1em 0;
  }
}
@media (max-width: 736px) {
  .copyright {
    margin: 1.2em 0em;
  }
  .header-outs {
    min-height: 472px;
  }
  .slider-info {
    margin-top: 7em;
  }
  .slider-info h4 {
    font-size: 2.7em;
  }
  .left-icon-grid {
    margin-bottom: 0.7em;
  }
  .contact textarea {
    min-height: 6em;
  }
  .bottom-head h4 a {
    font-size: 32px;
  }
  .sub-para {
    margin-top: 9px;
  }
  .title {
    font-size: 38px;
  }
}
@media (max-width: 667px) {
  h4.modal-title {
    font-size: 30px;
  }
  .slider-info p {
    padding: 13px 0px;
  }
  .its-banner-grid:nth-child(3),
  .its-banner-grid:nth-child(4),
  .its-banner-grid:nth-child(5),
  .its-banner-grid:nth-child(6) {
    margin-top: 14px;
  }
  .agileits-banner-grid h4 {
    font-size: 18px;
  }
  a.w3_play_icon1 {
    padding: 9px 24px;
  }
  .carousel-indicators {
    bottom: 18px;
  }
  .about,
  .services,
  .contact,
  .team,
  .testimonials,
  .portfolio,
  .price-table,
  .buttom-w3 {
    padding: 2.5em 0;
  }
  .paw-banner {
    font-size: 13px;
  }
}
@media (max-width: 640px) {
  .about-para p {
    line-height: 32px;
  }
  .banner-agileits-btm {
    min-height: 377px;
  }
  .its-banner-grid p {
    padding: 0px 51px;
  }
  .agileits-banner-grid {
    width: 70%;
    margin: 0px 86px;
  }
  #quote-carousel .carousel-indicators .active {
    width: 87px;
    height: 87px;
  }
  .left-matter h5 {
    font-size: 18px;
    margin-top: 11px;
  }
  .title {
    font-size: 37px;
  }
}
@media (max-width: 600px) {
  .header-outs {
    min-height: 450px;
  }
  .slider-info h4 {
    font-size: 2.5em;
  }
  .slider-info p {
    font-size: 15px;
    padding: 11px 0px;
  }
  .callbacks_nav,
  .callbacks_nav.next {
    background-size: 34px;
  }
  .about-top-grid h2 {
    font-size: 29px;
  }
  .arrow span.dog-arrow {
    font-size: 15px;
  }
  .its-banner-grid p {
    padding: 0px 42px;
  }
  span.banner-icon {
    font-size: 34px;
  }
  .its-banner-grid h4 {
    font-size: 18px;
  }
  .carousel-indicators {
    bottom: 29px;
  }
  button[type="submit"] {
    width: 32%;
    font-size: 13px;
  }
}
@media (max-width: 568px) {
  .slider-info h4 {
    letter-spacing: 1px;
  }
  .slider-info p {
    letter-spacing: 1px;
  }
  .banner-agileits-btm {
    min-height: 364px;
  }
  .title {
    font-size: 37px;
  }
  .its-banner-grid p {
    padding: 0px 35px;
  }
  .outs_more-buttn a {
    padding: 5px 23px;
  }
}
@media (max-width: 480px) {
  .header-outs {
    min-height: 405px;
  }
  .slider-info h4 {
    font-size: 2em;
  }
  .slider-info {
    margin-top: 6em;
  }
  .button span {
    font-size: 28px;
  }
  .button a {
    padding: 13px 16px;
  }
  .its-banner-grid p {
    padding: 0px 13px;
  }
  .agileits-banner-grid {
    margin: 0px 65px;
  }
  .contact-map,
  .contact-icons {
    width: 100%;
  }
  .contact-icons {
    margin-top: 1em;
    text-align: center;
  }
  .contact-us {
    margin-top: 2em;
  }
  .styled-input {
    width: 100%;
  }
  .styled-input {
    margin: 1.5em 0em 0em;
  }
  .styled-input:nth-child(1),
  .styled-input:nth-child(2),
  .styled-input:nth-child(3),
  .styled-input:nth-child(4) {
    padding: 0px;
  }
  .styled-input:nth-child(2) {
    margin-top: 1.5em;
    padding-left: 0px;
  }
  .bottom-head h4 a {
    font-size: 29px;
  }
  footer p {
    line-height: 26px;
  }

  .main {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .carousel-indicators {
    bottom: 20px;
  }
  textarea {
    height: 116px;
  }
  .title {
    font-size: 35px;
  }
}
@media (max-width: 440px) {
  .agileits-banner-grid {
    width: 80%;
    margin: 0px 39px;
  }
  #quote-carousel .carousel-indicators .active {
    width: 76px;
    height: 76px;
  }
  .map-grid iframe {
    height: 286px;
  }
  .its-banner-grid {
    width: 100%;
  }
  .its-banner-grid:nth-child(2),
  .its-banner-grid:nth-child(3),
  .its-banner-grid:nth-child(4),
  .its-banner-grid:nth-child(5),
  .its-banner-grid:nth-child(6) {
    margin-top: 14px;
  }
  .banner-agileits-btm {
    min-height: 345px;
  }
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    width: 94%;
  }
  .navbar-nav {
    width: 20%;
  }
  .its-banner-grid p {
    letter-spacing: 1px;
  }
  .letter input[type="email"] {
    width: 60%;
  }
  .newsletter input[type="submit"] {
    width: 40%;
  }
}
@media (max-width: 414px) {
  .callbacks_nav,
  .callbacks_nav.next {
    background-size: 28px;
  }
  .callbacks_nav {
    top: 86%;
    left: -3px;
  }
  .carousel-indicators {
    bottom: -3px;
  }
  .portfolio-grids {
    width: 100%;
  }
  .about,
  .services,
  .contact,
  .team,
  .testimonials,
  .portfolio,
  .price-table,
  .buttom-w3 {
    padding: 2.3em 0;
  }
}
@media (max-width: 384px) {
  .slider-info h4 {
    font-size: 1.8em;
  }
  .header-outs {
    min-height: 393px;
  }
  .navbar-default .navbar-nav > li > a {
    padding: 9px 1px;
  }
  .arrow ul li p {
    letter-spacing: 1px;
  }
  .banner-agileits-btm {
    min-height: 314px;
  }
  .button {
    padding: 10em 0em 0em;
  }
  .its-banner-grid p {
    padding: 0px 6px;
  }
  .resp-tab-item {
    margin: 0em 0.5em;
  }
  .carousel-indicators {
    width: 64%;
  }
  .map-grid iframe {
    height: 246px;
  }
  .outs_more-buttn a {
    font-size: 12px;
    padding: 5px 20px;
  }
  .callbacks_nav {
    top: 90%;
  }
}
@media (max-width: 375px) {
  h1 a.navbar-brand {
    font-size: 31px;
  }
  #quote-carousel .carousel-indicators .active {
    width: 58px;
    height: 58px;
  }
  .left-matter h5 {
    font-size: 16px;
  }
  .agileits-banner-grid {
    width: 88%;
    margin: 0px 19px;
  }
  .slider-info p {
    letter-spacing: 0.5px;
  }
}
@media (max-width: 320px) {
  .navbar-toggle {
    margin-top: 2px;
    margin-right: 1px;
  }
  .slider-info h4 {
    font-size: 1.6em;
  }
  .slider-info p {
    font-size: 14px;
    line-height: 24px;
  }
  .slider-info {
    margin-top: 1em;
  }
  h1 a.navbar-brand {
    font-size: 24px;
  }
  .header-outs {
    min-height: 300px;
  }
  .callbacks_nav {
    top: 74%;
  }
  .col-md-7.about-top-grid {
    padding: 0px 4px;
  }
  .arrow ul li span {
    padding: 0px 5px 16px 0px;
  }
  .banner-agileits-btm {
    min-height: 256px;
  }
  .button {
    padding: 7.5em 0em 0em;
  }
  .title {
    font-size: 32px;
  }
  .resp-tab-item {
    padding: 0.6em 1em;
  }
  .left-matter p {
    font-size: 13px;
  }
  .carousel-indicators {
    width: 77%;
    left: 39%;
  }
  .left-matter p {
    line-height: 26px;
  }
  .navbar-nav {
    width: 30%;
  }
  .sub-para p {
    font-size: 13px;
  }
  .slider-info h4 {
    letter-spacing: 0px;
  }
  .outs_more-buttn a {
    padding: 5px 17px;
  }
  .arrow ul li p,
  .about-para p {
    font-size: 13.5px;
  }
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1180px;
  }
}
@media (min-width: 576px) {
  .container,
  .container-sm {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container,
  .container-md,
  .container-sm {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1180px;
  }
}

/*--//responsive--*/
