/***------------Responsive CSS------------***/

@media (min-width: 768px) {
  .navbar-default {
    background-color: transparent;
    border-color: transparent;
    padding: 20px 0;
  }
  .navbar-default .navbar-header .navbar-brand {
    color: rgba(255, 255, 255, 0.7);
  }
  .navbar-default .navbar-header .navbar-brand:hover,
  .navbar-default .navbar-header .navbar-brand:focus {
    color: white;
  }
  .navbar-default .nav > li > a{
    border-radius: 0;
  }
  .navbar-default .nav > li > a,
  .navbar-default .nav > li > a:focus {
    color: #fff;
  }
  .navbar-default .nav > li > a:hover,
  .navbar-default .nav > li > a:focus:hover {
    color: rgba(255, 255, 255, 0.75);
  }
  .navbar-default .nav > li.active > a, 
  .navbar-default .nav > li.active > a:focus{
    color: #fff;
    text-decoration: overline;
  }
  .navbar-default.affix {
    background-color: #673AB7;
    border-color: #673AB7;
    opacity: 1;
    padding: 0;
    box-shadow: 0 0 20px -10px rgba(0, 0, 0, 0.8);
  }
  .navbar-default.affix .navbar-header .navbar-brand {
    color: #222222;
  }
  .navbar-default.affix .navbar-header .navbar-brand:hover,
  .navbar-default.affix .navbar-header .navbar-brand:focus {
    color: #fdcc52;
  }
  .navbar-default.affix .nav > li > a,
  .navbar-default.affix .nav > li > a:focus {
    color: #fff;
  }
  .navbar-default.affix .nav > li > a:hover,
  .navbar-default.affix .nav > li > a:focus:hover {
    color: rgba(255, 255, 255, 0.75);
  }
  header {
    min-height: 740px;
  }
  header .header-content {
    text-align: left;
    padding: 0;
    height: 100vh;
    min-height: 740px;
  }
  header .header-content .header-content-inner {
    width: 100%;
    text-align: center;
    margin: 0;
    position: absolute;
    top: 55%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  header.demos .header-content .header-content-inner{
    top: 50%;
  }
  header .header-content .header-content-inner h1 {
    font-size: 35px;
  }
  .header-content-inner.text_left h1,
  .header-content-inner.text_left p,
  .header-content-inner.text_left a{
    text-align: left !important;
    float: left ;
  }
  .client_logo:nth-child(1),
  .client_logo:nth-child(2),
  .client_logo:nth-child(3),
  .client_logo:nth-child(4){
    border-bottom: none;
  }
  .client_logo:nth-child(5),
  .client_logo:nth-child(6){
    border-bottom: 1px solid #ddd;
  }
  .client_logo:nth-child(2),
  .client_logo:nth-child(3),
  .client_logo:nth-child(4),
  .client_logo:nth-child(6),
  .client_logo:nth-child(7),
  .client_logo:nth-child(8){
    border-left: none;
  }
}

@media (min-width: 992px) {
  header .header-content .header-content-inner h1 {
    font-size: 36px;
  }
  section.features .device-container {
    margin-bottom: 0;
  }
  section.features .device-container,
  section.features .feature-item {
    max-width: none;
  }
}

@media (max-width:1460px) {
  section.why_us .why-us-des{
    padding: 25px 15px 15px 50px;
  }
}

@media (max-width:1200px) {
  header .form-content .panel.panel-default{
    margin-top: 200px;
  }
  section.why_us .why-us-des{
    padding: 15px 15px 0 45px;
  }
  section.about .about_right .about-des{
    padding-top: 0;
  }
  section.about .about_right .about-des h3{
    margin-top: 0;
  }
}

@media only screen and (min-width:992px) and (max-width: 1200px) {
  
}

@media (max-width: 992px) {
  .navbar-default .nav > li > a {
    font-size: 16px;
    margin-right: 0;
    padding: 10px 8px;
  }
  header .form-content .panel.panel-default{
    margin-top:125px;
  }
  .main_counter_content .single_counter {
    margin-bottom: 30px;
  }
  .form-get-call .form-control{
    margin-bottom: 15px;
    text-align: center;
  }
  section.about .about_left .feature-item{
    padding: 0 0 50px 0;
  }
  section.why_us .why-us-des{
    padding: 15px 15px 0 20px;
  }
  section.why_us .why-us-img{
    height: 500px;
  }
  h3.skill-text{
    margin-bottom: 40px;
  }
  .blog_worp .blog_img .imghover img{
    width: 100%;
  }
  .mar-30b{
    margin-bottom: 30px;
  }
}

@media (max-width: 792px) {
  section .section-heading h2 {
    font-size: 26px;
  }
  section.why_us .why-us-des h3{
    font-size: 26px;
  }
  section.about .about_right .about-des h2{
    font-size: 26px;
  }
}

@media (max-width:768px) {
  section{
    padding: 50px 0;
  }
  .navbar-default.affix {
    background-color: #673AB7;
    border-color: #673AB7;
    opacity: 1;
    padding: 0;
    box-shadow: 0 0 20px -10px rgba(0, 0, 0, 0.8);
  }
  .navbar.has_menu .navbar-header{
    width: auto;
  }
  .navbar-header{
    width: 150px;
  }
  .header-content-inner p {
    text-align: center;
  }
  header.demos .header-content{
    padding-top: 100px;
  }
  header.demos .header-content-inner h1{
    font-size:26px;
  }
  header.demos .header-content-inner h2{
    font-size:24px;
  }
  header.demos .header-content-inner p{
    font-size: 16px;
  }
  header .form-content .panel.panel-default{
    margin-top:35px;
    padding: 25px 10px;
  }
  header .form-content .panel.panel-default .panel-heading{
    padding: 30px 0 15px;
  }
  header .form-content .panel.panel-default .panel-heading .panel-title{
    font-size: 22px;
  }
  section.why_us .why-us-img{
    height: 300px;
  }
  .news_subs{
    margin-bottom: 50px
  }
  footer .copy_right p {
    text-align: center;
  }
  footer .copy_right ul {
    text-align: center;
  }
  footer .social_touch ul.list-social{
    float: none;
    margin: 0 auto;
    display: block;
  }
  section.demo{
    min-height: 350px;
  }
  section.demo .header-content-inner h1{
    font-size:26px;
  }
  section.demo .header-content-inner h2{
    font-size:24px;
    line-height: 1.3;
  }

  section.demo .header-content-inner p{
    font-size: 16px;
  }
}

@media (max-width:450px) {
  .navbar-header{
    width: 100%;
  }
  .navbar.has_menu .navbar-header .navbar-brand{
    float: left;
    padding: 13px 15px 15px 15px;
  }
  .navbar-default .navbar-header .navbar-brand{
    width: 172px;
    margin: 0 auto;
    display: block;
    float: none;
    padding: 0 15px 15px 15px;
  }
  header.demos .header-content{
    padding-top: 50px;
  }
  header{
    min-height: 650px;
  }
  header .header-content .header-content-inner h1{
    font-size: 26px;
    line-height: 1.3;
  }
  section .section-heading h2 {
    font-size: 20px;
  }
  section.about .about_right .about-des h3{
    font-size: 16px;
  }
  section.about .about_right .about-des h2{
    font-size: 20px;
  }
  section.why_us .why-us-des h3, 
  .why-us-item h4{
    font-size: 20px;
  }
  .team_details > li h3,
  section.services .feature-item h3{
    font-size: 16px;
  }
  section.about .container-fluid{
    padding-right: 0;
    padding-left: 0;
  }
  section.about .about_left .feature-item {
    padding: 50px 0;
  }
  section.about .about_left .feature-item h3{
    font-size: 48px;
  }
  section.about .about_left .feature-item h3 span{
    font-size: 58px;
  }
  .btn-outline {
    padding: 8px 15px;
  }
  #carousel-testimonials{
    padding: 5px;
  }
  section.testimonials p.testimonial_para{
    font-size: 14px;
  }
  section.testimonials .testimonial_para i{
    font-size: 16px;
  }
  #newsletter .single .btn {
    letter-spacing: 1;
    font-size: 14px;
    padding: 6px;
  }
  section.demo .header-content-inner h1{
    font-size:22px;
  }
  section.demo .header-content-inner h2{
    font-size:20px;
  }

  section.demo .header-content-inner p{
    font-size: 14px;
  }
}
