@media screen and (max-width: 640px) {
  .inner {
    width: 100% !important;
    padding: 0 30px;
  }
	.main-breadcrumbs {
		position: relative;
		background: #333 !important;
	}
	.sub-services-col .service-col-wrapper {
		margin-bottom: 30px !important;
		padding-bottom: 45px !important;
	}
  body .page-footer .col-one-fourth {
    width: 100%;
    float: none;
    padding: 20px 0px;
 }
	.icons-list-3cols .why-col-wrapper {
		max-width: 100%;
		width: 100%;
		padding: 20px 0;
		text-align: center;
	}
  .home-slider .rsABlock {
      width: 90%;
  }
  .home-slider {
      height: auto !important;
  }
  .home-slider .rsOverflow {
    height: 350px !important;
  }
  .home-slider-btns {
      position: relative;
      height: auto;
      bottom: 0;
      clear: both;
      padding: 10px 20px 15px;
      background-color: #313131;
  }
  .home-slider-btns .slider-inner {
      max-width: 400px !important;
      margin: 0 auto;
  }
  .home-slider-btns a {
      max-width: 187px;
      margin: 5px !important;
  }
  .home-slider .rsABlock .table-cell {
      padding-top: 0;
      vertical-align: middle;
  }
  .full-padding-section .col-one-fourth,
	.sub-services-template1 #home-why-choose .sub-services-lists .why-col-wrapper {
		width: 100% !important;
		padding: 30px 0;
		margin: 0 auto;
  }
	.sub-services-col .service-col-wrapper a.bordered-btn {
		left: 0px;
	}
  #home-why-choose .why-col-wrapper {
      text-align: center;
  }
  .case-study-section .has-bg-img {
      height: 350px;
  }
  #home-case-study-1:before {
      width: 160px;
      height: 120px;
      top: 350px;
	  max-width: 100%;
  }

  #home-client .client-content .partner-inner {
      padding: 20px 0;
      margin: 50px auto 0;
      max-width: 400px;
  }
  .copyright-bar p {
      max-width: 100%;
      margin: 0;
      float: none;
      text-align: center;
  }
  .case-study-section .case-content {
      padding: 40px 30px;
  }
  .page-footer .inner {
    padding-top: 20px;
	padding-bottom: 20px;
  }
	#home-support h1 {
		font-size: 35px;
		line-height: 1;
	}

}

@media screen and (max-width: 440px) {
	.hexa-section-mobile {
		height: 300px;
	}
	#home-support h1 {
		font-size: 28px;
		line-height: 1;
	}
	ul.top-menu>li>ul.sub-menu li {
		padding: 10px;
	}
	ul.top-menu li ul.sub-menu li a {
		font-size: 11px;
		line-height: 20px;
	}
	.it-mobile-phone {
		display: block !important;
	}
	.copyright-bar {
		padding-bottom: 95px;
	}
	ul.footer-menu {
		column-width: 130px;
	}

	.page-footer .inner,
	.main-section.full-padding-section {
    padding-left: 30px;
	padding-right: 30px;
  }
  .case-study-section .has-bg-img {
      height: 300px;
  }
  #home-case-study-1:before {
    top: 300px;
  }
  #home-services .hexa-img,
  .hexa-img  {
      height: 380px;
  }
  .home-slider-btns a {
      max-width: 45%;
      margin: 2%;
  }
  .contact-box {
    display: none;
  }
}

