/*================================ 
    #RESPONSIVE CSS 
====================================*/

/* Tablet Layout: 768px.*/
@media only screen and (min-width: 768px) and (max-width: 991px) {


  /* Banner */
  .banner-area .wavesshape.shape {
    bottom: -30px;
  }

  .banner-area .wavesshape {
    bottom: 0;
  }

  .banner-area.content-double .double-items .thumb {
    display: none;
  }

  /* About Area */
  .about-area .info {
    margin-top: 30px;
  }

  /* 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;
  }

  /* 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;
  }

}


/* Mobile Layout: 320px. */
@media only screen and (max-width: 767px) {

  /* Heading */
 .top-banner{
    background-image: url(../../index.html);
	    background-size: cover;
}

  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 {
    display: none;
  }

  .breadcrumb-area h1 {
    font-size: 36px;
  }

  /* Banner Area */
  body, .banner-area, .banner-area div {
    height: auto;
  }

  .banner-area .wavesshape {
    bottom: 0;
  }

  .banner-area .wavesshape.shape {
    bottom: -10px;
  }

  .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;
  }


  /* 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;
  }

}


@media only screen and (min-width: 320px) and (max-width: 469px) {
.why_choose{ background:#002d58;}


.banner_area2{display:none;}
.banner_mob{margin:20px 0 20px 0px; background:#FFF; width:100%;}

.banner_mob h1 {
  font-weight: normal;
  color:#120f0f;
  font-size:20px;
  line-height:20px;
  text-transform:uppercase;
  font-family: 'Open Sans', sans-serif;
  text-align:left;
  margin:0;
  padding-bottom:5px;
}


.banner_mob h2 {
  font-weight: 600;
  color:#002d58;
  font-size:27px;
  line-height:30px;
  margin-bottom: 5px;
  text-transform:uppercase;
  text-align:left;
}


.banner_mobile{ display:block; margin-top: -65px; position: relative;}
.banner_slide{width:100%; height:auto !important;}	
	
nav.navbar .navbar-brand img.logo {
    height: 40px;
}	

.navbar-right {
float: right!important;
margin-right: 0px;
padding-top:10px;
}

.navbar-right img{
	height:24px !important;
}

nav.navbar.bootsnav .navbar-brand {
    display: inline-block;
    float:left;
    margin: 0 !important;
}

	
}

@media only screen and (min-width: 320px) and (max-width: 469px) {
  .banner-area {
      overflow: hidden;
      position: absolute;
      z-index: 10;
      top: 238px;
  }
}


@media only screen and (min-width: 470px) and (max-width: 769px) {
.why_choose{ background:#002d58;}

.banner_mob{ margin:20px 0 20px 0px; background:#FFF; width:100%;}

.banner_mob h1 {
  font-weight: normal;
  color:#120f0f;
  font-size:20px;
  line-height:20px;
  text-transform:uppercase;
  font-family: 'Open Sans', sans-serif;
  text-align:left;
  margin:0;
  padding-bottom:5px;
}


.banner_mob h2 {
  font-weight: 600;
  color:#002d58;
  font-size:27px;
  line-height:30px;
  margin-bottom: 5px;
  text-transform:uppercase;
  text-align:left;
}
	
.banner_area2{display:none;}
.banner_mobile{ display:block;}
.banner_slide{width:100%; height:auto !important;}		
	
}

