@media (min-width: 320px) and (max-width: 480px) {
  .section-title {
    font-size: 36px;
  }
  .navbar-collapse {
    background: #222;
    padding-bottom: 16px;
    overflow-y: scroll;
    max-height: 200px;
  }
  #intro .main-text h1 {
    font-size: 32px;
  }
  #intro .main-text h2 {
    font-size: 20px;
  }
  #about .side-left {
    margin-bottom: 50px;
  }
  #why-chose .icon {
    float: left;
  }
  #why-chose .content-left .box-left .content {
    padding-left: 72px;
    padding-right: 0px;
  }
  #why-chose .content-left .box-left .content h4 {
    text-align: left;
  }
  #why-chose .content-left .box-left .content p {
    text-align: left;
  }
  
  #electro .electro-items .mix {
    width: 95%;
    margin-bottom: 28px;
  }
  #pricing .btn {
    bottom: -7%;
  }
  #blog .blog-wrapper .content {
    padding: 12px 6px 36px;
  }
  #blog .blog-wrapper .blog-footer {
    padding: 20px 6px;
  }
  #testimonial .testimonial-info p {
    padding: 30px 0px;
    font-size: 16px;
  }
  #clients img {
    margin-left: 24px;
  }
  #contact .contact-form .controls input.contact_input {
    width: 80%;
  }
.clsAward
{
	position: absolute;
    top: 10px;
    width: 50px;
    height: 100px;
    right: 5em;
	left:auto;
}
}
@media (min-width: 768px) and (max-width: 1024px) {
 .navbar-toggle {

        padding: 17px 10px;

}
.container {
    width: 98%!important;
}

#header .navbar-brand {
    height: auto;
	padding: 13px 16px!important;
}
.txtlogo {
      display: inline-block;
    /* margin-left: 2px; */
    width: 217px;
}
.imglogo {
       width: 57px;
    /* padding-right: 1px; */
    margin: -6px;
    margin-left: -32px;
}
#header .nav {
    list-style: none;
    margin-top: -46px!important;
    font-size: 13px;
	zoom: 1;          /* ie fix */
  position: relative;  
  
}
.navbar-header a {
    color: #0BAFA0;
    /* padding: 10px 10px; */
    width: 319px;
	
}

#main-slider .item {
    height: 410px;
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: cover;
}
#main-slider .main-text {
    margin: 152px 0px;
}

  #header .nav li {
    margin: 0 0 5px 12px;
  }
  #header .affix .nav {
    margin-top: 14px;
  }
  #intro .main-text h1 {
    font-size: 33 px;
  }
  #intro .main-text h2 {
    font-size: 42px;
  }
  #main-slider .main-text h1 {
    font-weight: 700;
    font-size: 36px;
    color: #FF8300;
}
#main-slider .owl-prev, #main-slider .owl-next {
    position: absolute;
    top: 40%;
    background-color: rgba(0, 0, 0, 0.2);
    color: #fff;
    font-size: 30px;
    display: inline-block;
    margin-top: -31px;
    height: 70px;
    width: 70px;
    line-height: 70px;
    text-align: center;
    border-radius: 100px;
    z-index: 5;
    -webkit-transition: background-color 400ms;
    transition: background-color 400ms;
}
  .section-title {
    text-align: center;
    text-transform: uppercase;
    color: #45a88e;
    font-size: 34px;
    font-weight: 700;
    padding:22px 20px;
}
  #about .side-left {
    margin-right: 46px;
  }
  #services .content h2 {
    font-size: 16px;
  }
  #electro .electro-items .mix {
    width: 19%;
	float: left;
    margin: 0 52px 20px 0px;
  }
  #electro .electro-items .marketing {
    display: inline-block;
	margin-left:0px!important;
  }
  #electro .electro-items .img img {
    height:200px!important;
  }
  #electro .electro-items figure:hover a.link-left {
    left: 28%;
  }
  #electro .electro-items figure:hover a.link-right {
    right: 28%;
  }
  #why-chose .icon {
    float: left;
  }
  #why-chose .content-left .box-left .content {
    padding-left: 72px;
    padding-right: 0px;
  }
  #why-chose .content-left .box-left .content h4 {
    text-align: left;
  }
  #why-chose .content-left .box-left .content p {
    text-align: left;
  }
   
  #social .content .title h3 {
    font-size: 30px;
  }
  #pricing .price-value {
    left: 38%;
  }
  #pricing .btn {
    left: 34%;
  }
  #contact .contact-form .controls input.contact_input {
    width: 80%;
  }
  .widget ul {
    text-align: left;
    padding: 10px;
}
}
@media (min-width: 817px) and (max-width: 1024px){
#header .nav {
    list-style: none;
    margin-top: 23px!important;
    font-size: 13px;
}
}
@media (min-width: 902px) and (max-width: 1024px){
#header .nav li {
    margin: 0 0 5px 21px;
}
#header .nav {
    list-style: none;
    margin-top: 23px!important;
    font-size: 14px;
}
}
@media (min-width: 0px) and (max-width: 400px) {
.txtlogo {
    display: inline-block;
    margin-left: 2px;
    width: 149px;
}
.imglogo {
        width: 52px;
    /* padding-right: 1px; */
    margin: -6px;
}
.navbar-brand {
    float: left;
    height: 50px;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
    width: 76px;
}
.navbar-header a{
	    color: #0BAFA0;
    /* padding: 10px 10px; */
    width: 215px;
}
.navbar-toggle {
  
    padding: 9px 2px 16px 5px;
   
}
#main-slider .main-text h1 {
    font-weight: 700;
    font-size: 18px;
    color: #FF8300;
	letter-spacing:1px;
	font-style:normal!important;
}
#main-slider .main-text h1 span {
 color:#FF8300!important;
}
#main-slider .owl-prev, #main-slider .owl-next {
    position: absolute;
    top: 40%;
    background-color: rgba(0, 0, 0, 0.2);
    color: #fff;
    font-size: 30px;
    display: inline-block;
    margin-top: -34px;
    height: 70px;
    width: 55px;
    line-height: 70px;
    text-align: center;
    border-radius: 100px;
    z-index: 5;
    -webkit-transition: background-color 400ms;
    transition: background-color 400ms;
}
.widget ul 
{
	text-align:left;
}
.widget ul li iframe
{
	width:200px;
	height:200px;
	padding-top:10px;
}
.section-title {
	font-size:27px;
	padding: 16px 2px 10px 20px;
}

#electro .electro-items .mix {
    width: 37%;
    overflow: hidden;
}
#electro .electro-items .marketing{
      margin-left: 0px!important;
}

#main-slider .item {
    height: 200px;
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: cover;
}
#main-slider .main-text {
    margin: 73px 0px;
}
#electro-items .mix {
    float: left;
    display: none;
    margin: 0 23px 20px 10px;
}
.smallview
{
	display:block;
}
.largeview
{
	
	display:none;
}

}
@media(min-width: 0px) and (max-width: 400px) {
	#why-chose .showcase-box img {
    position: relative;
    top: 2px;
    text-align: center;
	    width: 155px;
}
#MainLogo img {
    width:50%;
    /* padding-right: 1px; */
    
}
.clsAward
{
	position: absolute;
    top: 10px;
    width: 50px;
    height: 100px;
    right: 3em;
	left:auto;
}
}
@media(min-width: 401px) and (max-width: 991px) {
	#why-chose .showcase-box {
    
position: relative;
    top: -86px;
    text-align: center;
	

  }
  #main-slider .main-text h1 {
    
	letter-spacing:1px;
	font-style:normal!important;
}
}

@media (min-width: 401px) and (max-width: 767px) {
.navbar-toggle {

        padding: 17px 10px;

}
#header .navbar-brand {
    height: auto;
	padding: 13px 16px!important;
}
.txtlogo {
   display: inline-block;
    margin-left: 2px;
    width: 224px;
}
#MainLogo img {
    width:80%;
    /* padding-right: 1px; */
    
}
.navbar-header a {
    color: #0BAFA0;
    /* padding: 10px 10px; */
    width: 319px;
	
}
#main-slider .item {
    height: 300px;
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: cover;
}

#main-slider .main-text h1 {
    font-weight: 700;
    font-size: 27px;
    color: #FF8300;
}
#main-slider .main-text {
    margin: 125px 0px;
}
#main-slider .owl-prev, #main-slider .owl-next {
    position: absolute;
    top: 40%;
    background-color: rgba(0, 0, 0, 0.2);
    color: #fff;
    font-size: 30px;
    display: inline-block;
    margin-top: -15px;
    height: 70px;
    width: 55px;
    line-height: 70px;
    text-align: center;
    border-radius: 100px;
    z-index: 5;
    -webkit-transition: background-color 400ms;
    transition: background-color 400ms;
}
.smallview
{
	display:block;
	padding-left: 88px;
    padding-right: 157px;
}
.largeview
{
	
	display:none;
}
.section-title {
    text-align: center;
    text-transform: uppercase;
    color: #45a88e;
    font-size: 34px;
    font-weight: 700;
    padding: 23px 20px;
}
#why-chose .content-left .box-left .content h4 {
	text-align: left;
  }
#why-chose .content-left .box-left .content p {
  	text-align: left;
}
.widget ul li iframe {
    width: 400px;
    height: 400px;
    padding-top: 10px;
	float:left;
}
.clsAward
{
	position: absolute;
    top: 10px;
    width: 60px;
    height: 100px;
    right: 5em;
	left:auto;
}	
}

@media (min-width: 401px) and (max-width: 562px) {

.smallview {
	display:block;
	padding-left: 0px;
    padding-right: 0px;
	
}
.widget ul li iframe {
    width: 300px;
    height: 300px;
    padding-top: 10px;
	float:left;
}
}
@media (min-width: 1025px) and (max-width: 1199px) {
	#electro .electro-items .marketing{
	margin-left: 0%!important;
    display: inline-block;
	}
	#electro .electro-items figure .img img {
    
	height:200px!important;
	}
	
}
@media (min-width: 965px) and (max-width: 969px) {
	#electro .electro-items .item-description h4 {
    
	font-size:13px;
	}
}
@media (min-width: 775px) and (max-width: 914px) {
	#electro .electro-items .mix{
	width: 19%;
    float: left;
    /* margin: 0 52px 20px 0px; */
    margin: 10px 23px 24px 0px;
	}
	.largeview {
    display: block;
	float: left;
    margin-left: 86px;
}
.clsAward
{
	position: absolute;
    top: 10px;
    width: 80px;
    height: 100px;
    right: 5em;
	left:auto;
}
}
@media (max-width: 1024px) and (min-width: 915px)
{
#electro .electro-items .mix {
    width: 18%;
    /* float: left; */
    /* margin: 0 52px 20px 0px; */
}
.largeview {
    display: block;
	float: left;
    margin-left: 103px;
}
.clsAward
{
	position: absolute;
    top: 10px;
    width: 80px;
    height: 100px;
    right: 5em;
	left:auto;
}
}
@media (max-width: 1199px) and (min-width: 1025px)
{
.largeview {
    display: block;
	float: left;
    margin-left: 103px;
}
}
@media (min-width: 768px) and (max-width: 774px) {
#electro .electro-items .mix {
    width: 26%;
    float: left;
    margin: 0 40px 20px 0px;
}
.largeview {
    display: block;
	float: left;
    margin-left: 103px;
}
.clsAward
{
	position: absolute;
    top: 10px;
    width: 80px;
    height: 100px;
    right: 5em;
	left:auto;
}
}