.banner-section {
  max-width: 100%;
  height: auto;
}

.banner-img {
  width: 100%;
  height: 750px;
  background: url(../images/banner.jpg) no-repeat;
  background-size: cover;
}

.banner-content {
  text-align: center;
  margin-top: 22%;
}

.banner-content span {
  font-size: 6em;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: .7px;
}
.mobi-nav1,.nav1 {
  display: none;
  z-index: 3;
  width: 100%;
  top: 0;
}

.codrops-top a,a:focus,a:hover {
  text-decoration: none;
}

.item img,.related a img {
  max-width: 100%;
}

* {
  margin: 0;
  padding: 0;
}

.no-padding,.no-padding-left {
  padding-left: 0 !important;
}

.no-padding,.no-padding-right {
  padding-right: 0 !important;
}

.clear {
  clear: both;
}

.carousel-inner>.item>a>img,.carousel-inner>.item>img {
  width: 100%;
  height: 300px;
  margin: auto;
}

.item img {
  height: auto;
}

.header-default {
  width: 100%;
  height: 120px;
}

.header-default-sticky {
  width: 100%;
  height: 80px;
}

.mobi-nav,.mobi-nav1,.nav,.nav1 {
  height: auto;
}

.header-components {
  text-align: center;
  margin-top: 2em;
}

.header-components-sticky {
  text-align: center;
  margin-top: 1.5em;
}

.header-components a,.header-components-sticky a {
  transition: .3s ease;
  font-size: 1.4em;
  font-weight: 700;
  text-transform: uppercase;
  outline: 0;
}

.header-components a:hover,.header-components-sticky a:hover {
  border-top: 4px solid #1EC689;
  border-bottom: 4px solid #1EC689;
  padding: 6px 0;
  color: #FFB422;
}

.header-logo {
  text-align: center;
  outline: 0;
}

.header-main {
  padding-top: 1em;
}

.header-main-sticky {
  padding-top: .3em;
}

.nav {
  width: 100%;
  top: 0;
  position: absolute;
}

.nav1 {
  background-color: rgba(255, 255, 255, .8);
  position: fixed;
}

.mobi-nav {
  width: 100%;
  top: 0;
  position: absolute;
}

.mobi-nav1 {
  position: fixed;
}

.developer-we-provide-section {
  width: 100%;
  height: auto;
  float: left;
  background-color: #ffb422;
  padding: 2em 0;
}

.developer-we-provide-title {
  text-align: center;
}

.developer-we-provide-title span {
  font-size: 3.7em;
  color: #000;
  text-transform: uppercase;
  letter-spacing: .7px;
}

.divider-left-developer {
  width: 56%;
  height: 5px;
  margin-top: 11px;
  float: right;
}

.divider-right-developer {
  width: 58%;
  height: 5px;
  margin-top: 11px;
  float: left;
}

.divider-left-about {
  width: 15%;
  height: 5px;
  margin-top: 11px;
  float: right;
}

.divider-right-about {
  width: 15%;
  height: 5px;
  margin-top: 11px;
  float: left;
}

.divider-left-why-our-developer {
  width: 51%;
  height: 5px;
  margin-top: 11px;
  float: right;
}

.divider-right--why-our-developer {
  width: 54%;
  height: 5px;
  margin-top: 11px;
  float: left;
}

.contact-us-link {
  font-weight: 700;
  color: #FF5A25;
  font-size: 130%;
}

.divider-left-what-some-of-our-client-say {
  width: 69%;
  height: 5px;
  margin-top: 11px;
  float: right;
}

.divider-right-what-some-of-our-client-say {
  width: 70%;
  height: 5px;
  margin-top: 11px;
  float: left;
}

.divider-left-price-plan {
  width: 24%;
  height: 5px;
  margin-top: 11px;
  float: right;
}

.divider-right-price-plan {
  width: 25%;
  height: 5px;
  margin-top: 11px;
  float: left;
}

.divider-left-contact-us {
  width: 20%;
  height: 5px;
  margin-top: 11px;
  float: right;
}

.divider-right-contact-us {
  width: 20%;
  height: 5px;
  margin-top: 11px;
  float: left;
}

.submit-button {
  margin-top: 10px;
  text-align: center;
}

.divider-section {
  width: 100%;
  height: auto;
  text-align: center;
}

.divider-line {
  width: 46%;
  float: left;
}

.divider-img {
  width: 7%;
  float: left;
}

.technology-section {
  width: 100%;
  height: 395px;
  position: relative;
}

.technologies-img-icon {
  text-align: center;
  vertical-align: middle;
  display: table-cell;
}

.technology-back,.technology-front {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform .3s;
  transition: transform .3s;
}

.technology-front {
  display: table;
}

.technology-back {
  display: table;
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}

.technology-name {
  text-align: center;
  vertical-align: middle;
  display: table-cell;
}

.technology-name span {
  font-size: 2em;
  font-weight: 700;
  letter-spacing: .7px;
  text-transform: uppercase;
}

.about-us-section {
  width: 100%;
  height: 800px;
  background: url(../images/about-banner.jpg) no-repeat;
  background-size: cover;
}

.about-us-title {
  margin-top: 5em;
  text-align: center;
}

.about-us-title span {
  font-size: 3.7em;
  color: #0cf;
  text-transform: uppercase;
  letter-spacing: .7px;
}

.about-us-content-section {
  width: 100%;
  height: auto;
  padding: 7em 0;
  background-color: rgba(50, 50, 50, .8);
  margin-top: 3em;
}

.about-us-content-details p {
  text-align: justify;
  font-size: 1.8em;
  letter-spacing: .7px;
}

.cd-top,.client-logo,.client-testimonial-description,.client-testimonial-img,.footer-cell-number-icon,.pricing-plan-title,.pricing-table-1 .plan,.related>a,.skill-one,.skill-three,.what-some-of-out-client-say-title,.why-our-developer-title {
  text-align: center;
}

.why-our-developers-section {
  width: 100%;
  height: auto;
  padding: 2em 0 0;
  background-color: #26547c;
}

.why-our-developer-title span {
  font-size: 3.7em;
  letter-spacing: .7px;
  text-transform: uppercase;
}

.skill-five span,.skill-four span,.skill-one span,.skill-three span,.skill-two span {
  font-size: 1.8em;
  text-transform: uppercase;
}

.developers-skills-sections {
  width: 100%;
  height: auto;
  padding: 5em 0;
  background-color: rgba(0, 0, 0, .4);
  margin-top: 2em;
}

.skill-one .sky-white {
  border-left: 6px solid #09f;
}

.skill-two .sky-white {
  border-left: 6px solid #cc3;
}

.skill-three .sky-white {
  border-left: 6px solid #f30;
}

.skill-four .sky-white {
  border-left: 6px solid #90f;
}

.skill-five .sky-white {
  border-left: 6px solid #3f3;
}

.skill-two {
  margin: 1.5em 0;
}

.skill-four,.skill-three {
  margin: 0 0 1.5em;
}

.why-our-developer-after-img-section {
  margin-top: 3em;
}

.what-some-of-our-client-say-section {
  width: 100%;
  height: 700px;
  background: url(../images/what-some-of-our-client-say-bg.png) no-repeat;
  background-size: cover;
  padding: 5em 0;
}

.what-some-of-out-client-say-title span {
  font-size: 3.7em;
  letter-spacing: .7px;
  text-transform: uppercase;
}

.client-testimonial-section {
  margin-top: 7em;
}

.client-testimonial-description {
  width: 60%;
  margin: 1em auto auto;
}

.client-testimonial-description p {
  font-size: 1.7em;
  letter-spacing: .7px;
}

.testimonial-client-name {
  text-align: center;
}

.testimonial-client-name span {
  font-size: 1.4em;
  letter-spacing: .7px;
  text-transform: uppercase;
}

.client-logo-section {
  padding: 1em 0;
  width: 100%;
  height: auto;
  display: table;
}

.client-logo {
  vertical-align: middle;
  display: table-cell;
}

.pricing-plan-section {
  background-color: #0C99D5;
  background-image: linear-gradient(to bottom, rgba(12, 153, 213, 0) 0, rgba(12, 153, 213, 0) 100px, #0C99D5 450px, #0C99D5), repeating-linear-gradient(118deg, rgba(12, 153, 213, 0) 0, #00A7E0 550px, rgba(12, 153, 213, 0) 550px, #00A7E0 800px, rgba(12, 153, 213, 0) 800px, #00A7E0 950px);
  overflow: hidden;
  padding: 5em 0;
}

.pricing-plan-title span {
  font-size: 3.7em;
  letter-spacing: .7px;
  text-transform: uppercase;
}

.pricing-table {
  margin-top: 5em;
}

.col-md-4 {
  padding-left: 0;
  padding-right: 0;
}

.pricing-table-1 .plan {
  -webkit-box-shadow: 0 2px 2px rgba(10, 10, 10, .06);
  box-shadow: 0 2px 2px rgba(10, 10, 10, .06);
  background: #fff;
  color: #484f5a;
  margin-right: 1px;
  padding-bottom: 30px;
}

.pricing-table-1 .plan h3 {
  border-radius: 7px 7px 0 0;
  color: #fff;
  font-size: 2em;
  font-weight: 700;
  letter-spacing: .7px;
  margin: 0;
  padding: 35px 0;
  position: relative;
  top: -7px;
  text-transform: uppercase;
}

.pricing-table-1 .plan p {
  margin: 1em 0;
}

.pricing-table-1 .plan .price span {
  color: #aaa;
  display: block;
  font-size: 1.3em;
}

.pricing-table-1 .plan .price strong {
  font-weight: 400;
  left: -10px;
  position: relative;
}

.pricing-table-1 .plan ul {
  font-size: 1.7em;
  list-style: none;
  margin: 0 0 35px;
  padding-left: 0;
  padding-top: 20px;
}

.pricing-table-1 .plan ul li {
  margin-bottom: 12px;
}

.pricing-table-1 .plan ul li strong {
  font-weight: 400;
}

.pricing-table-1 .favorite {
  -webkit-box-shadow: 0 0 20px rgba(10, 10, 10, .35);
  box-shadow: 0 0 20px rgba(10, 10, 10, .35);
  margin-left: -5px;
  margin-right: -5px;
  padding-bottom: 50px;
  position: relative;
  top: -30px;
  z-index: 2;
}

.pricing-table-1 .favorite h3 {
  background: #f97352;
  padding-top:65px;
}

.pricing-table-1 .favorite .price strong {
  left: -8px;
}

.pricing-table-1 .blue h3 {
  background: #27aae0;
}

.pricing-table-1 .orange h3 {
  background: #faaf40;
}

.contact-us-link:hover {
  color: #0cf;
}

.address-icon,.footer-cell-number-icon {
  padding-right: 20px;
}

.sky-blue {
  background-color: #39ccfc;
}

.white-black {
  background-color: #334045;
}

.parrot {
  background-color: #9dc800;
}

.grey {
  background-color: #6d6e71;
}

.light-blue {
  background-color: #6082bb;
}

.white-red {
  background-color: #fa503b;
}

.color-white-red {
  color: #fa503b;
}

.black-blue {
  background-color: #21759a;
}

.white-green {
  background-color: #1ec689;
}

.bg-back {
  background-color: #000;
}

.black {
  color: #000;
}

.bg-white {
  background-color: #fff;
}

.white,.white:focus {
  color: #fff;
}

.sky-white {
  color: #0ff;
}

.bg-white-blue {
  background-color: #008fff;
}

.bg-light-parrot {
  background-color: #5cb85c;
}

.light-parrot {
  color: #5cb85c;
}

.bg-dark-grey {
  background-color: #1e1e1e;
}

.cd-top {
  display: inline-block;
  height: 40px;
  width: 50px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  overflow: hidden;
  white-space: nowrap;
  background: url(../images/move-up.png) center 50% no-repeat #fff;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
  font-size: 50px;
  font-size: 39px;
  color: #fff;
  cursor: pointer;
  z-index: 2;
  border: 2px solid #fff;
}

.cd-top.cd-fade-out,.cd-top.cd-is-visible,.no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}

.cd-top.cd-is-visible {
  visibility: visible;
  opacity: 1;
}

.cd-top.cd-fade-out {
  opacity: 1;
}

.no-touch .cd-top:hover {
  background-color: #e86256;
  opacity: 1;
}

.codrops-top {
  width: 100%;
  text-transform: uppercase;
  font-weight: 600;
  font-size: .69em;
  line-height: 2.2;
  background: #fff;
}

.codrops-top a {
  display: inline-block;
  padding: 0 1em;
}

.codrops-top span.right {
  float: right;
}

.codrops-top span.right a {
  display: block;
  float: left;
}

.codrops-icon:before {
  margin: 0 4px;
  text-transform: none;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  font-family: codropsicons;
  line-height: 1;
  speak: none;
  -webkit-font-smoothing: antialiased;
}

.codrops-icon-drop:before {
  content: "\e001";
}

.codrops-icon-prev:before {
  content: "\e004";
}

.codrops-demos {
  margin: 30px auto 0;
  padding: 30px 0;
}

.codrops-demos a.current-demo,.codrops-demos a:active,.codrops-demos a:hover {
  background: #777;
}

.related>a {
  border: 1px solid #9c3;
  display: inline-block;
  margin: 20px 10px;
  padding: 25px;
  color: #9c3;
  opacity: .8;
  -webkit-transition: color .3s, border-color .3s;
  transition: color .3s, border-color .3s;
  -webkit-backface-visibility: hidden;
}

.related a:hover {
  border-color: #82b222;
  color: #82b222;
}

.related a h3 {
  margin: 0;
  padding: .5em 0 .3em;
  max-width: 300px;
  text-align: left;
  font-size: 65%;
  font-weight: 400;
}

.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(255, 180, 34, .9);
  z-index: 10;
}

.overlay .overlay-close {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 20px;
  top: 20px;
  overflow: hidden;
  border: none;
  background: url(../images/cross.png) center center no-repeat;
  text-indent: 200%;
  color: transparent;
  outline: 0;
  z-index: 100;
}

.overlay nav {
  text-align: center;
  position: relative;
  top: 50%;
  height: 60%;
  font-size: 2em;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.overlay ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: inline-block;
  height: 100%;
  position: relative;
}

.overlay ul li {
  display: block;
  height: 20%;
  height: calc(100% / 6);
  min-height: 54px;
}

.overlay ul li a {
  font-weight: 300;
  display: block;
  color: #fff;
  -webkit-transition: color .2s;
  transition: color .2s;
  outline: 0;
}

.btn-contact-us-submit,.btn-get-started {
  font-weight: 400;
  white-space: nowrap;
  vertical-align: middle;
  text-transform: uppercase;
  cursor: pointer;
  text-align: center;
}

.overlay ul li a:focus,.overlay ul li a:hover {
  color: #000;
}

.btn-get-started,.btn-get-started:focus,.btn-get-started:hover {
  color: #fff;
  outline: 0;
}

.overlay-hugeinc {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .5s, visibility 0s .5s;
  transition: opacity .5s, visibility 0s .5s;
}

.overlay-hugeinc.open {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
}

.overlay-hugeinc nav {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.overlay-hugeinc nav ul {
  opacity: .4;
  -webkit-transform: translateY(-25%) rotateX(35deg);
  transform: translateY(-25%) rotateX(35deg);
  -webkit-transition: -webkit-transform .5s, opacity .5s;
  transition: transform .5s, opacity .5s;
}

.overlay-hugeinc.open nav ul {
  opacity: 1;
  -webkit-transform: rotateX(0);
  transform: rotateX(0);
}

.overlay-hugeinc.close nav ul {
  -webkit-transform: translateY(25%) rotateX(-35deg);
  transform: translateY(25%) rotateX(-35deg);
}

.thumbs_up {
  height: 100%;
}

.thumbs_up img {
  height: 20px;
  margin-top: -5px;
}
.technology-icon-desc{
	text-align:center;
	padding-top:20px;
	color:#fff;
	font-weight:bold;
	font-size:30px;
}
@media screen and (max-height: 30.5em) {
  .overlay nav {
    height: 70%;
    font-size: 34px;
  }

  .overlay ul li {
    min-height: 34px;
  }
}

@media screen and (max-width: 25em) {
  .codrops-icon span {
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}

@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 50px;
    width: 60px;
    right: 30px;
    bottom: 30px;
  }
}

@media (max-width: 767px) {
  .pricing-table-1 .plan {
    margin-bottom: 20px;
  }

  .pricing-table-1 .plan .btn {
    margin-top: 2px;
  }

  .pricing-table-1 .favorite {
    margin-left: 0;
    margin-right: 0;
    top: 0;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .pricing-table-1 .plan {
    padding-bottom: 64px;
  }

  .pricing-table-1 .plan .price small {
    font-size: 16px;
    margin-top: -1px;
    padding-bottom: 18px;
    line-height: 23px;
  }

  .pricing-table-1 .plan .price sup {
    font-size: 36px;
    margin: 77px 0 0 -4px;
  }

  .pricing-table-1 .plan ul {
    margin: 35px 0 22px;
  }

  .pricing-table-1 .plan .btn {
    padding: 16px 27px;
    line-height: 1.3333333;
    border-radius: 0;
    font-size: 14px;
    letter-spacing: 2px;
    margin-bottom: 3px;
    margin-top: -13px;
    position: relative;
    top: 26px;
  }
}

.btn-get-started {
  width: 180px;
  display: inline-block;
  margin-bottom: 0;
  background-image: none;
  font-size: 1.5em;
  line-height: 1.84615;
  border-radius: 2px;
  background-color: #282e38;
  border: none;
  padding: .3em;
}

.google-map-frame {
  width: 100%;
  height: 450px;
  border: none;
}

.contact-us-section {
  width: 100%;
  height: auto;
  background: url(../images/contact-us-bg.jpg) no-repeat;
  background-size: cover;
  padding: 5em 0;
}

.contact-us-title {
  text-align: center;
}

.contact-us-title span {
  font-size: 3.7em;
  letter-spacing: .7px;
  text-transform: uppercase;
}

.contact-us-field,.contact-us-text-area-field {
  width: 100%;
  padding: 6px 12px;
  font-size: 1.6em;
  line-height: 1.42857143;
  color: #000;
  background-color: transparent;
  background-image: none;
}

.contact-us-field {
  display: block;
  height: 60px;
  border: 2px solid #000;
}

.recaptcha {
  margin-bottom: 2em;
}

.g-recaptcha {
  display: inline-block;
  data-size: compact;
}

.contact-us-field:focus {
  border: 2px solid #1EC689;
}

.contact-us-text-area-field {
  display: block;
  height: 200px;
  border: 2px solid #000;
}

.footer-cell-number-detail a:focus,.footer-cell-number-detail a:hover,.social-linked-in {
  color: #fff;
}

.contact-us-text-area-field:focus {
  border: 2px solid #1EC689;
}

.contact-us-field-area {
  margin: 1.5em 0;
}

.btn-contact-us-submit {
  width: 90%;
  max-width: 270px;
  height: 50px;
  display: inline-block;
  margin-bottom: 0;
  background-image: none;
  font-size: 1.5em;
  line-height: 1.84615;
  border-radius: 2px;
  color: #fff;
  background-color: #1f968f;
  border: none;
}

.address-detail,.footer-cell-number-detail {
  font-size: 20px;
}

.footer-section {
  width: 100%;
  height: auto;
  background-color: #f02f27;
  padding: 2em 0;
}

.footer-address-section {
  text-align: center;
}

.footer-cell-number-detail>.white {
  vertical-align: middle;
}

.address-detail>.white {
  vertical-align: middle;
}

.footer-cell-number-section {
  text-align: center;
}

.copy-right-section {
  padding: .3em 0;
  background-color: #000;
}

.copy-right-content {
  text-align: center;
}

.copy-right-content span {
  font-size: .8em;
  text-transform: uppercase;
}

.responsive-btn-section {
  margin: 7px 0;
  text-align: center;
}

.responsive-menu-btn {
  width: 40px;
  height: 40px;
  background: url(../images/responsive-menu-btn.png) no-repeat;
  cursor: pointer;
  margin: 10px 0 0;
}

#fade-quote-carousel.carousel {
  padding-bottom: 60px;
}

#fade-quote-carousel.carousel .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -ms-transition-property: opacity;
  transition-property: opacity;
}

#fade-quote-carousel.carousel .carousel-inner .active {
  opacity: 1;
  -webkit-transition-property: opacity;
  -ms-transition-property: opacity;
  transition-property: opacity;
}

#fade-quote-carousel.carousel .carousel-indicators {
  bottom: 10px;
}

#fade-quote-carousel.carousel .carousel-indicators>li {
  background-color: #e84a64;
  border: none;
}

.div-keywords,.footer-separator {
  background-color: #f02f27;
}

#fade-quote-carousel blockquote {
  text-align: center;
  border: none;
}

#fade-quote-carousel blockquote p {
  font-size: 1.8em;
  letter-spacing: .7px;
}

#fade-quote-carousel .profile-circle {
  width: 150px;
  height: 150px;
  margin: 0 auto;
  border-radius: 100px;
}

.social-linked-in:hover {
  color: #0177B5;
}

.social-facebook {
  color: #fff;
}

.social-facebook:hover {
  color: #3C5899;
}

.social-twitter {
  color: #fff;
}

.social-twitter:hover {
  color: #2CAAE1;
}

.social-skype {
  color: #fff;
}

.social-skype:hover {
  color: #00AFF0;
}

.keywords,.success-message {
  text-align: center;
}

.keywords li {
  display: inline;
  padding-left: 10px;
  padding-right: 10px;
  color: #fff;
  font-size: 16px;
}

.div-keywords {
  padding-top: 20px;
  padding-bottom: 20px;
}

.footer-separator hr {
  width: 75%;
  color: #fff;
  display: block;
  border-style: inset;
  border-width: 1px;
  margin: 0 auto;
  margin: 0 auto;
}

@media only screen and (min-width: 1024px) and (max-width: 1120px) {
  .img-responsive {
    max-width: 70%;
  }

  .client-logo {
    text-align: match-parent;
  }

  .img-responsive-logo {
    max-width: 100%;
  }

  .header-default {
    height: 100px;
  }

  .banner-img {
    height: 600px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .header-components,.header-components-sticky {
    margin-top: 1em;
  }

  .address-detail,.address-detail>.white {
    display: inherit;
  }

  .img-responsive-logo {
    max-width: 100%;
  }

  .header-default-sticky {
    height: 55px;
  }

  .header-components a,.header-components-sticky a {
    font-size: 1.1em;
  }

  .header-default {
    height: 80px;
  }

  .banner-img {
    height: 500px;
  }

  .banner-content span {
    font-size: 5em;
  }

  .skill-five span,.skill-four span,.skill-one span,.skill-three span,.skill-two span {
    font-size: 1.5em;
  }

  .why-our-developer-after-img-section-apps-logo {
    max-width: 57%;
    float: right;
  }

  .about-us-title span,.contact-us-title span,.developer-we-provide-title span,.pricing-plan-title span,.what-some-of-out-client-say-title span,.why-our-developer-title span {
    font-size: 3em;
  }

  .address-detail span {
    font-size: 1.3em;
  }

  .google-map-frame {
    width: 100%;
    height: 300px;
  }

  .divider-img {
    width: 10%;
  }

  .divider-line {
    width: 44%;
  }

  .divider-left-developer,.divider-right-developer {
    width: 70%;
  }

  .divider-left-about,.divider-right-about {
    width: 20%;
  }

  .divider-left-why-our-developer,.divider-right--why-our-developer {
    width: 65%;
  }

  .divider-left-what-some-of-our-client-say,.divider-right-what-some-of-our-client-say {
    width: 87%;
  }

  .divider-left-price-plan,.divider-right-price-plan {
    width: 30%;
  }

  .divider-left-contact-us,.divider-right-contact-us {
    width: 25%;
  }

  .technology-section {
    height: 200px;
  }

  .technology-section img {
    max-width: 100px;
  }

  .pricing-table-1 .plan ul {
    font-size: 1.2em;
  }

  .pricing-table-1 .plan h3 {
    font-size: 1.5em;
  }

  .pricing-table-1 .plan {
    padding-bottom: 25px;
  }

  .pricing-table-1 .favorite {
    font-size: 110%;
    padding-bottom: 45px;
  }

  .contact-us-section {
    padding: 5em 0 1em;
  }

  .address-icon,.footer-cell-number-icon {
    padding-right: 0;
  }

  .footer-full-width {
    width: 50%;
  }

  .about-us-content-details p {
    font-size: 1.5em;
  }

  .address-detail {
    font-size: 18px;
  }

  .footer-cell-number-detail,.footer-section {
    font-size: 20px;
  }

  .keywords li {
    display: block;
  }

  .keywords {
    margin-bottom: 0;
  }

  .div-keywords {
    padding-top: 2em;
    padding-bottom: 2em;
  }
  .technology-icon-desc {
	padding-top:0px;
	font-size:16px;	
  }
}

@media only screen and (min-width: 600px) and (max-width: 767px) {
  .address-detail,.address-detail>.white {
    display: inherit;
  }

  .img-responsive-logo {
    max-width: 100%;
  }

  .header-components a {
    font-size: 1.1em;
  }

  .header-default {
    height: 60px;
    background-color: rgba(51, 51, 51, .7);
  }

  .header-components {
    margin-top: 1em;
  }

  .banner-img {
    height: 400px;
  }

  .banner-content span {
    font-size: 4em;
  }

  .skill-five span,.skill-four span,.skill-one span,.skill-three span,.skill-two span {
    font-size: 1.5em;
  }

  .why-our-developer-after-img-section-apps-logo {
    max-width: 57%;
    float: right;
  }

  .developer-we-provide-section,.float-none {
    float: none;
  }

  .about-us-title span,.contact-us-title span,.developer-we-provide-title span,.pricing-plan-title span,.what-some-of-out-client-say-title span,.why-our-developer-title span {
    font-size: 2.3em;
  }

  .pricing-table-1 .favorite {
    top: 40px;
    margin-bottom: 6em;
  }

  .address-detail span {
    font-size: 1.3em;
  }

  .google-map-frame {
    width: 100%;
    height: 300px;
  }

  .responsive-social-media {
    text-align: center;
    margin-bottom: 2em;
  }

  .divider-img {
    width: 10%;
  }

  .divider-line {
    width: 44%;
  }

  .divider-left-developer,.divider-right-developer {
    width: 70%;
  }

  .divider-left-about,.divider-right-about {
    width: 20%;
  }

  .divider-left-why-our-developer,.divider-right--why-our-developer {
    width: 65%;
  }

  .divider-left-what-some-of-our-client-say,.divider-right-what-some-of-our-client-say {
    width: 87%;
  }

  .divider-left-price-plan,.divider-right-price-plan {
    width: 30%;
  }

  .divider-left-contact-us,.divider-right-contact-us {
    width: 25%;
  }

  .about-us-section {
    height: 500px;
  }

  .about-us-content-section {
    padding: 3em 0;
  }

  .skill-five {
    text-align: center;
  }

  .technology-section {
    height: 300px;
  }

  .technology-section img {
    max-width: 150px;
  }

  .contact-us-section {
    padding: 5em 0 4em;
  }

  .address-icon,.footer-cell-number-icon {
    padding-right: 0;
  }

  .about-us-content-details p {
    font-size: 1.5em;
  }

  .footer-cell-number-detail,.footer-section {
    font-size: 18px;
  }

  .address-detail {
    font-size: 18px;
  }

  .keywords li {
    display: block;
  }

  .keywords {
    margin-bottom: 0;
  }

  .div-keywords {
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .btn-contact-us-submit {
    width: 80%;
  }

  .submit-button {
    text-align: left;
  }
  .technology-icon-desc {
	padding-top:0px;
	font-size:20px;	
  }
}

@media only screen and (min-width: 481px) and (max-width: 599px) {
  .developer-we-provide-section,.float-none {
    float: none;
  }

  .address-detail,.address-detail>.white {
    display: inherit;
  }

  .img-responsive-logo {
    max-width: 100%;
  }

  .header-components a {
    font-size: 1.1em;
  }

  .header-default {
    height: 80px;
    background-color: rgba(51, 51, 51, .7);
  }

  .header-components {
    margin-top: 1em;
  }

  .banner-content {
    margin-top: 30%;
  }

  .banner-img {
    height: 400px;
  }

  .banner-content span {
    font-size: 3em;
  }

  .skill-five span,.skill-four span,.skill-one span,.skill-three span,.skill-two span {
    font-size: 1.3em;
  }

  .about-us-title span,.contact-us-title span,.developer-we-provide-title span,.pricing-plan-title span,.what-some-of-out-client-say-title span,.why-our-developer-title span {
    font-size: 1.8em;
  }

  .address-detail span,.client-testimonial-description p {
    font-size: 1.3em;
  }

  .pricing-table-1 .favorite {
    top: 40px;
    margin-bottom: 6em;
  }

  .google-map-frame {
    width: 100%;
    height: 300px;
  }

  .responsive-social-media {
    text-align: center;
  }

  .client-testimonial-description {
    width: 90%;
  }

  .divider-img {
    width: 12%;
  }

  .divider-line {
    width: 44%;
  }

  .divider-left-developer,.divider-right-developer {
    width: 70%;
  }

  .divider-left-about,.divider-right-about {
    width: 20%;
  }

  .divider-left-why-our-developer,.divider-right--why-our-developer {
    width: 65%;
  }

  .divider-left-what-some-of-our-client-say,.divider-right-what-some-of-our-client-say {
    width: 87%;
  }

  .divider-left-price-plan,.divider-right-price-plan {
    width: 30%;
  }

  .divider-left-contact-us,.divider-right-contact-us {
    width: 25%;
  }

  .about-us-section {
    height: 500px;
  }

  .about-us-content-section {
    padding: 3em 0;
  }

  #fade-quote-carousel .profile-circle {
    width: 100px;
    height: 100px;
  }

  .client-testimonial-section {
    margin-top: 5em;
  }

  .what-some-of-our-client-say-section {
    min-height: 600px;
  }

  .technology-section {
    height: 250px;
  }

  .technology-section img {
    max-width: 150px;
  }

  .contact-us-section {
    padding: 5em 0 4em;
  }

  .col-md-4 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .address-icon,.footer-cell-number-icon {
    padding-right: 0;
  }

  .about-us-content-details p {
    font-size: 1.5em;
  }

  .footer-cell-number-detail,.footer-section {
    font-size: 18px;
  }

  .address-detail {
    font-size: 18px;
  }

  .keywords li {
    display: block;
  }

  .keywords {
    margin-bottom: 0;
  }

  .div-keywords {
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .btn-contact-us-submit {
    width: 82%;
  }

  .submit-button {
    text-align: left;
  }

  .footer-icon {
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .footer_number {
    margin-top: 10px;
  }
  .technology-icon-desc {
	padding-top:0px;
	font-size:16px;	
  }
}

@media only screen and (min-width: 320px) and (max-width: 480px) {
  .skill-one,.skill-three {
    text-align: left;
  }

  .developer-we-provide-section,.float-none {
    float: none;
  }

  .address-detail,.address-detail>.white {
    display: inherit;
    margin-top: 15px;
  }

  .banner-content {
    margin-top: 40%;
  }

  .img-responsive-logo {
    max-width: 100%;
  }

  .header-components a {
    font-size: 1.1em;
  }

  .header-default {
    height: 60px;
    background-color: rgba(51, 51, 51, .7);
  }

  .navbar1 {
    min-height: 60px;
  }

  .header-components {
    margin-top: 1em;
  }

  .banner-img {
    height: 400px;
  }

  .banner-content span {
    font-size: 3em;
  }

  .skill-five span,.skill-four span,.skill-one span,.skill-three span,.skill-two span {
    font-size: 1.3em;
  }

  .about-us-title span,.contact-us-title span,.developer-we-provide-title span,.pricing-plan-title span,.what-some-of-out-client-say-title span,.why-our-developer-title span {
    font-size: 1.8em;
  }

  .pricing-table-1 .favorite {
    top: 40px;
    margin-bottom: 6em;
  }

  .address-detail span {
    font-size: 1.3em;
  }

  .google-map-frame {
    width: 100%;
    height: 300px;
  }

  .responsive-social-media {
    text-align: center;
  }

  .about-us-content-details p {
    font-size: 1.2em;
  }

  .client-testimonial-description {
    width: 90%;
  }

  .client-testimonial-description p {
    font-size: 1.3em;
  }

  .pricing-table-1 {
    padding: 0;
  }

  .pricing-table-1 .plan h3 {
    font-size: 1.5em;
    padding: 25px 0;
  }

  .pricing-table-1 .plan .price span {
    font-size: 1.3em;
  }

  .pricing-table-1 .plan ul {
    margin: 0;
    font-size: 1.3em;
  }

  .btn-get-started {
    height: 40px;
    font-size: 1.3em;
  }

  .pricing-plan-section {
    padding: 2em 0 5em;
  }

  .footer-full-width {
    width: 100%;
  }

  .divider-line {
    width: 40%;
  }

  .divider-img {
    width: 20%;
  }

  .divider-left-developer,.divider-right-developer {
    width: 60%;
  }

  .divider-left-about,.divider-right-about {
    width: 25%;
  }

  .divider-left-what-some-of-our-client-say,.divider-right-what-some-of-our-client-say {
    width: 60%;
  }

  .divider-left-price-plan,.divider-right-price-plan {
    width: 45%;
  }

  .divider-left-contact-us,.divider-right-contact-us {
    width: 35%;
  }

  .about-us-content-section {
    padding: 3em 0;
  }

  #fade-quote-carousel blockquote p {
    font-size: 1em;
  }

  .footer-cell-number-detail,.footer-section {
    font-size: 18px;
  }

  #fade-quote-carousel .profile-circle {
    width: 100px;
    height: 100px;
  }

  .client-testimonial-section {
    margin-top: 5em;
  }

  .what-some-of-our-client-say-section {
    min-height: 800px;
  }

  .technology-section {
    height: 150px;
  }

  .technology-section img {
    max-width: 75px;
  }

  .about-us-section {
    height: 650px;
  }

  .img-responsive {
    width: 80%;
  }

  .contact-us-section {
    padding: 5em 0 4em;
  }

  .col-md-4 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .address-icon,.footer-cell-number-icon {
    padding-right: 0;
  }

  .address-detail {
    font-size: 18px;
  }

  .keywords li {
    display: block;
  }

  .keywords {
    margin-bottom: 0;
  }

  .div-keywords {
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .btn-contact-us-submit {
    width: 82%;
  }

  .submit-button {
    text-align: left;
  }

  .footer-icon {
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .footer_number {
    margin-top: 10px;
  }
  .technology-icon-desc {
	padding-top:0px;
	font-size:16px;	
  }
}

@media only screen and (min-width: 1px) and (max-width: 319px) {
  .skill-one,.skill-three {
    text-align: left;
  }

  .developer-we-provide-section,.float-none {
    float: none;
  }

  .address-detail,.address-detail>.white {
    display: inherit;
  }

  .banner-content {
    margin-top: 40%;
  }

  .img-responsive-logo {
    max-width: 100%;
  }

  .header-components a {
    font-size: 1.1em;
  }

  .header-default {
    height: 60px;
  }

  .navbar1 {
    min-height: 60px;
  }

  .header-components {
    margin-top: 1em;
  }

  .banner-img {
    height: 400px;
  }

  .banner-content span {
    font-size: 3em;
  }

  .skill-five span,.skill-four span,.skill-one span,.skill-three span,.skill-two span {
    font-size: 1.3em;
  }

  .about-us-title span,.contact-us-title span,.developer-we-provide-title span,.pricing-plan-title span,.what-some-of-out-client-say-title span,.why-our-developer-title span {
    font-size: 1.8em;
  }

  .pricing-table-1 .favorite {
    top: 40px;
    margin-bottom: 6em;
  }

  .address-detail span {
    font-size: 1.3em;
  }

  .google-map-frame {
    width: 100%;
    height: 300px;
  }

  .responsive-social-media {
    text-align: center;
  }

  .about-us-content-details p {
    font-size: 1.5em;
  }

  .client-testimonial-description {
    width: 90%;
  }

  .client-testimonial-description p {
    font-size: 1.3em;
  }

  .pricing-table-1 {
    padding: 0;
  }

  .pricing-table-1 .plan h3 {
    font-size: 1.5em;
    padding: 25px 0;
  }

  .pricing-table-1 .plan .price span {
    font-size: 1.3em;
  }

  .pricing-table-1 .plan ul {
    margin: 0;
    font-size: 1.3em;
  }

  .btn-get-started {
    height: 40px;
    font-size: 1.3em;
  }

  .pricing-plan-section {
    padding: 2em 0 5em;
  }

  .footer-full-width {
    width: 100%;
  }

  .divider-line {
    width: 40%;
  }

  .divider-img {
    width: 20%;
  }

  .divider-left-developer,.divider-right-developer {
    width: 60%;
  }

  .divider-left-about,.divider-right-about {
    width: 25%;
  }

  .divider-left-what-some-of-our-client-say,.divider-right-what-some-of-our-client-say {
    width: 60%;
  }

  .divider-left-price-plan,.divider-right-price-plan {
    width: 45%;
  }

  .divider-left-contact-us,.divider-right-contact-us {
    width: 35%;
  }

  .about-us-content-section {
    padding: 3em 0;
  }

  #fade-quote-carousel blockquote p {
    font-size: 1em;
  }

  .footer-cell-number-detail,.footer-section {
    font-size: 18px;
  }

  .col-md-4 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .address-icon,.footer-cell-number-icon {
    padding-right: 0;
  }

  .address-detail {
    font-size: 18px;
  }

  .keywords li {
    display: block;
  }

  .keywords {
    margin-bottom: 0;
  }

  .div-keywords {
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .btn-contact-us-submit {
    width: 82%;
  }

  .submit-button {
    text-align: left;
  }

  .footer-icon {
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .footer_number {
    margin-top: 10px;
  }
  .technology-icon-desc {
	padding-top:0px;
	font-size:16px;	
  }
}