/*================================ 
    #RESPONSIVE CSS 
====================================*/

/* Tablet Layout: 768px.*/
@media only screen and (min-width: 768px) and (max-width: 991px) {


 /* Banner */


 .banner-area.content-double .double-items .thumb {
  display: none;
 }

 .banner-area.half-bg::before {
  display: none;
 }

 .banner-area.half-bg .form-info {
  padding: 30px;
 }

 .banner-area.half-bg .form-info::after {
  display: block;
 }

 .banner-area.top-pad-80 .double-items {
  padding-top: 80px;
 }

 .shape-theme::after {
  display: none;
 }

 .companies-area.shape-theme .info h3 {
  color: #232323;
 }

 .companies-area.shape-theme .info p {
  color: #666666;
 }

 .companies-area.shape-theme .info span {
  color: #ff5a6e;
 }

 /* About Area */
 .about-area .info {
  margin-top: 30px;
 }

 .about-area .thumb {
  padding-right: 15px;
 }

 /* About Area */
 .about-area .info {
  margin-top: 30px;
 }

 .about-area .thumb {
  padding-right: 15px;
 }

 .about-area .thumb.left-width img {
  margin-left: 0;
  max-width: 100%;
 }
.achievement h3{
    text-align: center;
}
 /* Compnay Area */
 .companies-area .row {
  align-items: inherit;
  align-self: inherit;
  display: inherit;
  justify-content: inherit;
  vertical-align: inherit;
 }

 .companies-area .info {
  text-align: center;
 }

 .companies-area .clients .clients-items {
  margin-top: 30px;
 }

 /* Features */
 .features-area .features-items .col-md-5,
 .features-area .features-items .col-md-7 {
  display: block;
 }

 .features-items,
 .features-items .items-box {
  text-align: center;
 }

 .features-area .features-items.reversed .info-box {
  float: none;
 }

 .features-area .features-items .thumb {
  margin-top: 50px;
 }

 .features-area .features-items .thumb img {
  min-height: 400px;
 }

 .features-box .item {
  padding: 60px 30px;
  background: #ffffff;
  box-shadow: 0 0 10px #cccccc;
 }

 /* Fun Factor */
 .fun-factor-area .item {
  margin-bottom: 30px;
 }

 .fun-factor-area .item .fun-fact {
  padding: 50px 25px;
 }

 .fun-factor-area .subscribe {
  padding-left: 15px;
 }

 .fun-factor-area .item .fun-fact {
  text-align: center;
 }

 /* Success Stories*/
 .success-stories-area .item-flex .thumb {
  min-height: 350px;
  padding: 0;
 }

 .success-stories-area .info {
  padding: 80px 30px;
 }

 .success-stories-area .item-flex {
  display: block;
 }

 /* Work List */
 .work-list-area .thumb {
  padding-right: 15px;
 }

 .work-list-area.include-arrow .thumb::after {
  border-left: 20px solid transparent;
  border-bottom: 20px solid #ffffff;
  border-right: 20px solid transparent;
  border-top: inherit;
  content: "";
  margin-top: 0;
  position: absolute;
  right: inherit;
  top: inherit;
  bottom: 0;
  left: 50%;
  margin-left: -20px;
 }

 .work-list-area.include-arrow .single-item.reverse .thumb::before {
  border-left: 20px solid transparent;
  border-bottom: 20px solid #ffffff;
  border-right: 20px solid transparent;
  border-top: inherit;
  content: "";
  margin-top: 0;
  position: absolute;
  right: inherit;
  top: inherit;
  bottom: 0;
  left: 50%;
  margin-left: -20px;
 }

 .overview-items .single-item.reverse .thumb {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
 }

 .overview-items.solid-items .single-item {
  margin-bottom: 50px;
  overflow: hidden;
 }

 .work-list-area .info {
  margin-top: 30px;
 }

 /* Faq */
 .faq-area .faq-items {
  margin-bottom: -15px;
  margin-top: 15px;
 }

 .acd-items .panel-heading .panel-title a span {
  display: none;
 }

 .acd-arrow .panel-group.symb .panel-heading a::after {
  top: 13px;
 }

 /* Contact */
 .contact-us-area .address {
  margin-top: 30px;
  padding-left: 15px;
 }

 .google-maps iframe {
  height: 350px;
 }

 /* Footer */
 footer .item {
  height: auto;
  margin-bottom: 50px;
  padding-right: 15px;
 }

 footer .item:last-child {
  margin-bottom: 0;
 }

 footer .footer-bottom {
  margin-top: 70px;
  text-align: center;
 }

 footer .footer-bottom p {
  line-height: 26px;
  margin-bottom: 5px;
 }

 .footer-bottom .col-md-6 {
  padding: 0 !important;
 }

 .footer-bottom .col-md-6:last-child {
  text-align: center;
 }
}


/* Mobile Layout: 320px. */
@media only screen and (max-width: 767px) {

 /* Heading */
 h1 {
  font-size: 30px;
 }

 h2 {
  font-size: 26px;
 }

 h3 {
  font-size: 20px;
 }

 h4 {
  font-size: 18px;
  line-height: 1.4;
 }

 h5 {
  font-size: 16px;
  line-height: 1.4;
 }

 h6 {
  font-size: 14px;
  line-height: 1.4;
 }

 .default-padding {
  padding-top: 50px;
  padding-bottom: 50px;
 }

 .padding-xl {
  padding-bottom: 50px;
  padding-top: 50px;
 }

 .default-padding.bottom-less {
  padding-bottom: 20px;
  padding-top: 50px;
 }

 .default-padding-bottom {
  padding-bottom: 50px;
 }

 .default-padding-top {
  padding-top: 50px;
 }

 .default-padding.carousel-shadow {
  padding-bottom: 40px;
 }

 .site-heading {
  margin-bottom: 30px;
 }

 .attr-nav {
  margin-right: 10px;
 }

 .navbar.navbar-transparent .attr-nav>ul>li:first-child a {
  background: transparent none repeat scroll 0 0 !important;
  border: 1px solid #e7e7e7 !important;
 }

 .breadcrumb-area h1 {
  font-size: 36px;
 }

 /* Banner Area */
 body,
 .banner-area,
 .banner-area div {
  height: auto;
  width: ;
 }

 .banner-area .wavesshape {
  bottom:0px;
 }

 .banner-area .wavesshape.shape {
  bottom:-5px;
 }

 .banner-area.text-normal .content h1 {
  font-size: 36px;
  line-height: 1.2;
 }

 .banner-area.navbar-transparent {
  padding-top: 60px;
 }

 .banner-area.fixed-navbar .content {
  padding-top: 150px;
 }

 .banner-area.auto-height .content {
  padding: 0;
 }

 .banner-area .content {
  padding: 100px 0;
 }

 .banner-area.auto-height .double-items,
 .banner-area.auto-height .content-box {
  padding-top: 120px;
 }

 .banner-area.content-double .double-items {
  display: block;
 }

 .banner-area.button-effect .double-items .content.inc-video {
  margin-top: 0;
 }

 .banner-area.content-double .content {
  padding: 40px 0 30px;
  text-align: center;
 }

 .banner-area.content-double .content.inc-video {
  padding-bottom: 50px;
 }

 .banner-area.content-double .content .video-play-button {
  left: 0;
 }

 .banner-area.content-double .form {
  padding-bottom: 50px;
 }

 .banner-area.content-double .double-items .thumb {
  margin-bottom: 50px;
 }

 .banner-area.content-double.fixed-navbar .double-items .content {
  padding-top: 110px;
  padding-bottom: 80px !important;
 }

 .banner-area.content-double .double-items .thumb {
  display: none;
 }

 .banner-area .form-info {
  text-align: center;
 }

 .banner-area.half-bg::before {
  display: none;
 }

 .banner-area.half-bg .form-info {
  padding: 30px;
 }

 .banner-area.half-bg .form-info::after {
  display: block;
 }

 .banner-area.text-xl .double-items h1 strong {
  font-size: 36px;
  line-height: 1.2;
 }

 .banner-area.top-pad-80 .double-items {
  padding-top: 80px;
 }

 .banner-area.transparent-nav .content {
  padding-top: 121px;
 }

 .shape-theme::after {
  display: none;
 }

 .shape-box .round-shape {
  display: none;
 }

 .companies-area.shape-theme .info h3 {
  color: #232323;
 }

 .companies-area.shape-theme .info p {
  color: #666666;
 }

 .companies-area.shape-theme .info span {
  color: #ff5a6e;
 }

 /* About Area */
 .about-area .info {
  margin-top: 30px;
 }

 .about-area .thumb {
  padding-right: 15px;
 }

 .about-area .thumb.left-width img {
  margin-left: 0;
  max-width: 100%;
 }

 /* Compnay Area */
 .companies-area .row {
  align-items: inherit;
  align-self: inherit;
  display: inherit;
  justify-content: inherit;
  vertical-align: inherit;
 }

 .companies-area .info {
  text-align: center;
 margin-top: 30px;}

 .companies-area .clients .clients-items {
  margin-top: 30px;
 }

.achievement h3 {
    font-weight: bold;
    margin-top: 115px;
    text-align: center;
}

img{
margin-left: -20px;
margin-top:-8px;
}


.image img{
    margin-left: 0;
}
 /* Features */

 .features-items,
 .features-items .items-box {
  overflow: inherit;
 }

 .features-area.item-full .features-items .item {
  padding: 0;
 }

 .features-area .features-items.reversed .info-box {
  display: block;
  float: inherit;
 }

 .features-area .features-items.less-icon .items-box.inc-cell .equal-height:last-child {
  border: medium none;
  margin-bottom: 0;
  padding-bottom: 0;
 }

 .features-area .equal-height::after,
 .features-area .equal-height::before {
  display: none;
 }

 .features-area .items-box .equal-height:nth-child(1) .item,
 .features-area .items-box .equal-height:nth-child(2) .item {
  padding: 0;
 }

 .features-area .items-box .equal-height {
  padding: 0;
 }

 .features-area .items-box .equal-height:last-child {
  border: medium none;
  margin-bottom: 0;
  padding-bottom: 0;
 }

 .features-area .features-items .items-box.inc-cell .item .icon,
 .features-area .features-items .items-box.inc-cell .item .info {
  display: block;
  text-align: center;
 }

 .features-area .features-items .items-box.inc-cell .item .icon {
  margin-bottom: 20px;
 }

 .features-area .features-items .items-box.inc-cell .item .info {
  padding: 0;
 }

 .features-area .items-box .equal-height .item {
  padding: 0;
 }

 .features-area .thumb {
  margin-top: 50px;
 }

 .features-area .features-items .col-md-5,
 .features-area .features-items .col-md-7 {
  display: block;
 }

 .features-area .features-items .item {
  padding: 0 15px;
 }

 .features-area.cell-items .equal-height {
  margin-bottom: 50px;
 }

 .features-area.cell-items .equal-height:last-child {
  margin-bottom: 0;
 }

 .features-box .item {
  padding: 60px 30px;
  background: #ffffff;
  box-shadow: 0 0 10px #cccccc;
 }


 /* Success Stories*/
 .success-stories-area .item-flex {
  display: block;
 }

 .success-stories-area .info {
  padding: 50px 15px 40px;
 }

 .success-stories-area .item-flex .thumb {
  min-height: 300px;
  padding: 0;
 }

 /* Fun Factor */
 .fun-factor-area .item {
  margin-bottom: 30px;
 }

 .fun-factor-area .subscribe {
  padding-left: 15px;
  text-align: center;
 }

 .fun-factor-area .item .fun-fact {
  text-align: center;
 }

 .fun-factor-area .subscribe form {
  max-width: 80%;
  margin: auto;
 }

 /* Overview */
 .overview-items.solid-items .single-item {
  margin-bottom: 30px;
  overflow: hidden;
 }

 /* Work List */
 .work-list-area .thumb {
  padding-right: 15px;
 }

 .work-list-area.include-arrow .thumb::after {
  border-left: 20px solid transparent;
  border-bottom: 20px solid #ffffff;
  border-right: 20px solid transparent;
  border-top: inherit;
  content: "";
  margin-top: 0;
  position: absolute;
  right: inherit;
  top: inherit;
  bottom: 0;
  left: 50%;
  margin-left: -20px;
 }

 .work-list-area.include-arrow .single-item.reverse .thumb::before {
  border-left: 20px solid transparent;
  border-bottom: 20px solid #ffffff;
  border-right: 20px solid transparent;
  border-top: inherit;
  content: "";
  margin-top: 0;
  position: absolute;
  right: inherit;
  top: inherit;
  bottom: 0;
  left: 50%;
  margin-left: -20px;
 }

 .overview-items .single-item.reverse .thumb {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
 }

 .work-list-area .info {
  margin-top: 30px;
 }

 /*We Offer */
 .we-offer-area .item {
  text-align: center;
 }

 /* Pricing */

 .pricing-area.default-padding-top {
  padding-bottom: 0;
 }

 .pricing-area .site-heading {
  margin-bottom: 80px;
 }

 .pricing-area .col-md-3:last-child .pricing-item,
 .pricing-area .col-md-4:last-child .pricing-item,
 .pricing-area .col-md-6:last-child .pricing-item {
  margin-bottom: 50px;
 }


 /* Testimonials */
 .testimonials-area .testimonial-item .thumb,
 .testimonials-area .testimonial-item .info {
  display: block;
 }

 .testimonials-area .testimonial-item .info .content {
  border-left: medium none;
  padding-left: 0;
  text-align: center;
 }

 .testimonials-area .testimonial-item .info p::after {
  left: 50%;
  margin-left: -20px;
 }

 .testimonial-items .testimonial-item .thumb img {
  height: 300px;
  margin: auto;
  width: 300px;
 }

 .testimonials-area .testimonial-item .info {
  margin-top: 30px;
 }

 /* Faq */
 .faq-area .faq-items {
  margin-bottom: -15px;
  margin-top: 15px;
 }

 .acd-items .panel-heading .panel-title a span {
  display: none;
 }

 .acd-arrow .panel-group.symb .panel-heading a::after {
  top: 13px;
 }

 /* Login */
 .login-area {
  padding: 50px 0;
 }

 /* Contact */
 .contact-us-area .address {
  margin-top: 30px;
  padding-left: 15px;
 }

 .google-maps iframe {
  height: 300px;
 }

 /* Footer */
 footer .item {
  height: auto;
  margin-bottom: 50px;
  padding-right: 15px;
 }

 footer .item:last-child {
  margin-bottom: 0;
 }

 footer .footer-bottom {
  margin-top: 50px;
  text-align: center;
 }

 footer .footer-bottom p {
  line-height: 26px;
  margin-bottom: 5px;
 }

 .footer-bottom .col-md-6 {
  padding: 0 !important;
 }

 .footer-bottom .col-md-6:last-child {
  text-align: center;
 }
}


@media only screen and (max-width: 600px) {
 .attr-nav {
  position: inherit !important;
 }

 /* footer .f-item>img{
    margin-top:10px;
 } */
}