@media (min-width: 992px) and (max-width: 1024px) {
     .navbar-right {
        float: none !important;
        margin: auto;
        margin-left: 130px;
    }
}
@media  (max-width: 1200px){
 .responsive-logo img {
        width: 77%;
    }
}
@media (min-width: 768px) and (max-width: 1024px) {
     /* TOP BAR ELEMENTS */    
	.responsive-logo {
		width: 60%;
		position: relative;
		text-align: center;
		margin-top: 10px;
		padding-top: 15px;
	}
	.responsive-logo a {
		float: left !important;
	}
	.responsive-nav {
		text-align: center;
		width: 100%;
		padding-top: 0;
	}
	.responsive-nav li {
		margin-bottom: 15px;
		margin-top: 0 !important;
	}
     
     /* HOME */
	.intro {
		margin-top: 31%;
		line-height: 3.438rem !important;
		font-size: 2.813rem;
	}
      
      /* ABOUT US */
	.big-intro {
		text-align: center !important;
	}

	.about-us .column {
		margin-bottom: 40px;
	}

	.skills {
		margin-bottom: 78px !important;
	}
      
      /* TEAM */
	.team-member .profile-pic {
		width: 128px;
		height: 128px;
	}

	.team-member .details {
		display: none;
	}

      
      /* FOOTER */
	footer {
		padding-top: 40px;
	}

	.company-details {
		padding-top: 0;
		padding-bottom: 33px;
	}

	.copyright {
		width: 100%;
		padding-top: 33px;
		padding-bottom: 33px;
	}
}
@media (max-width: 1024px) {
    .features {
        text-align: center;
    }
    
    .features .feature-icon {
        float: none;
        margin-right: 0;
        margin-bottom: 20px;
    }
}


@media (max-width: 1024px) {
html {
        font-size: 90%;
    }
    .responsive-logo img {
        width: 70%;
    }
    .bs-navbar-collapse {
		border: 0;
	}

	.navbar-inverse .navbar-nav {
		padding-left: 10px;
		line-height: normal;
		text-align: center;
	}

	.navbar-inverse .navbar-nav>li {
		display: inline-block;
		margin-bottom: 0;
	}
    /* HOME */
	.header {
		min-height: inherit;
		padding-bottom: 75px;
	}

	.intro {
	    margin-top: 30%;
		line-height: 3.438rem !important;
		font-size: 2.813rem;
	}
      
      /* ABOUT US */
	.big-intro {
		text-align: center !important;
		font-size: 8vw !important;
	}

	.about-us .column {
		margin-bottom: 40px;
	}

	.skills {
		margin-bottom: 78px !important;
	}
      
      /* PURCHASE NOW */
	.purchase-now {
		margin: auto;
		text-align: center !important;
	}

	.purchase-now h3 {
		text-align: center;
		margin-bottom: 20px;
	}

	.purchase-now .red-btn {
		float: none;
	}
      
      /* FOOTER */
	footer {
		padding-top: 40px;
	}

	.company-details {
		padding-top: 0;
		padding-bottom: 33px;
	}

	.copyright {
		width: 100%;
		padding-top: 33px;
		padding-bottom: 33px;
	}
}

@media (max-width: 480px) {
/* HOME */
	html {
        font-size: 70%;
    }
	.responsive-logo img {
        width: 60%;
    }
    
    #main-nav {
        min-height: 55px;
    }
	
	.intro {
		margin-top: 40%;
		line-height: 3.438rem !important;
		font-size: 2.813rem;
	}
    
    .focus,.works,.about-us,.features, .our-team,.packages,.products .color-overlay,.testimonial,.contact-us {
	padding-top: 60px;
}
    .buttons {
	    margin-bottom: 0;
	    margin-top: 30px;
	}
     
    .custom-button {
        padding: 10px 18px;
    }
     h1 {
        font-weight: normal;
    }
    
	h2 {
		font-size: 6.5vw !important;
	}
	
	 h3 {
        font-size: 1.7rem;
    }

	.other-focus-list ul li {
		display: block;
		text-align: left;
		margin-right: 0;
	}
	.address-1 strong {
    float: left;
    width: 50%;
  }
	  .adjust{
	  margin:10px 0px 0px 10px;
	  }
	  .address-1 {
	  overflow: hidden;
		}
		.address-1 strong {
		  color: #fff;
		  display: block;
		  font-weight: 600;
		  font-size:12px;
		}
		.address-1 span {
		  display: inline-block;
		  width: 50%;
		  color: #ffffff;
		}
		.overflow span {
		  color: #fff;
		  font-weight: 600;
		  font-size:11px;
		}
		.mail-1 {
		  text-decoration: underline;
		  color: #F25C27;
		}
		.mail-1:hover {
		  text-decoration: none;
		}
		.mail-2 {
		  text-align: right;
		}
		.mail-2 a {
		  color: #3c3c3c;
		}
		.mail-2 a:hover {
		  text-decoration: underline;
		}
		.overflow {
			overflow: hidden;
		}
		.contact-form .success1 {
		  display: none;
		  margin-bottom: 20px;
		  color: #fff;
		  font-size: 10px;
		  line-height: 10px;
		  position: relative;
		  background: #9CBA7F;
		  padding: 12px 14px;
		  text-transform: none;
		}
}

@media (max-width: 370px) {
    
    html {
        font-size: 62.5%;
    }
    .responsive-logo img {
        width: 70%;
    }
    .navbar-brand{width:72%}
    body {
        font-size: 1.3rem;
    }
    
    .focus,.works,.about-us,.features, .our-team,.packages,.products .color-overlay,.testimonial,.contact-us {
	padding-top: 50px;
}
    
    h1 {
        font-weight: normal;
    }
    
    h3 {
        font-size: 1.7rem;
    }
    
    .intro {
        margin-top: 50%;
		line-height: 3.1rem !important;
		font-size: 2.1rem;
	}

	.client-list ul li {
		display: block;
	}
	.address-1 strong {
    float: left;
    width: 50%;
    }
	  .adjust{
	  margin:10px 0px 0px 10px;
	  }
	  .address-1 {
	  overflow: hidden;
		}
		.address-1 strong {
		  color: #fff;
		  display: block;
		  font-weight: 600;
		  font-size:12px;
		}
		.address-1 span {
		  display: inline-block;
		  width: 50%;
		  color: #ffffff;
		}
		.overflow span {
		  color: #fff;
		  font-weight: 600;
		  font-size:11px;
		}
		.mail-1 {
		  text-decoration: underline;
		  color: #F25C27;
		}
		.mail-1:hover {
		  text-decoration: none;
		}
		.mail-2 {
		  text-align: right;
		}
		.mail-2 a {
		  color: #3c3c3c;
		}
		.mail-2 a:hover {
		  text-decoration: underline;
		}
		.overflow {
			overflow: hidden;
		}
		.contact-form .success1 {
		  display: none;
		  margin-bottom: 20px;
		  color: #fff;
		  font-size: 10px;
		  line-height: 10px;
		  position: relative;
		  background: #9CBA7F;
		  padding: 12px 14px;
		  text-transform: none;
		}
}