

/*
Author: XpeedStudio
Author URI: http://themeforest.net/user/XpeedStudio/portfolio
*/

/* Portrait tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
    body {
        font-size: 20px;
    }
	
   p{
	   font-size:25px;
   } 

}

/* Portrait tablets and small desktops */
@media  (max-width: 991px) {
    html {
        font-size: 90%;
    }
   


}
/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
    html {
        font-size: 80%;
    }
	
	p{
	   font-size:13px;
   }
   h3{
	   font-size:10px;
   }
	
	.smallslider {
     
	     background-color: white;
    height: 330px;
    width: 365px;
    margin-top: 80px;
    margin-bottom: 10px;
	padding-top:60px;
}

.features-content h4 span {
    font-size: 14px;
    font-weight: 600;

}
  
	

	
	.heading .title h4 {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    background: #464646;
    color: #fff;
    padding: 10px 60px;
    display: inline;
    box-shadow: 2px 2px 2px 0 rgba(0,0,0, .5);
    -webkit-box-shadow: 2px 2px 2px 0 rgba(0,0,0, .5);
    -moz-box-shadow: 2px 2px 2px 0 rgba(0,0,0, .5);
    -ms-box-shadow: 2px 2px 2px 0 rgba(0,0,0, .5);
    -o-box-shadow: 2px 2px 2px 0 rgba(0,0,0, .5);
}
	.imgSmall{
		height:65px;
		margin-left:-20px;
	}
	.navbar-default {
    background-color:WHITE;
    border: transparent;
    padding:20px 0;
	}
	.navbar-default .navbar-toggle {
    border-color:none;
    background: #464646;
	border:0;
	}
	.navbar-default .navbar-toggle:hover {
		background:#000;
	}
	
	.navbar-default .navbar-toggle .icon-bar {
    background-color: white;
	}
	
	homepage-style .unique-apps h2 {
    font-size: 20px;
	}
	.main-history .history-heading {
    margin: 30px 0;
    text-align: center;
	}
	.homepage-style .unique-apps h2 {
    font-size: 28px;
	}
	.main-history .history-img {
    text-align: center;
	}
	.main-history .history-content .hst-btn{
	 text-align: center;	
	}
	.homepage-style .slider-area {
    margin-top: 30px;
	}
	.resp-container {
    position: relative;
    overflow: hidden;
    padding-top:;
}
.resp-container {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
	margin-left: 0%;
}
.resp-iframe {
    position: absolute;
    top: 10%;
    left: 0;
    width: 100%;
    height:100%;
    border: 0;
}
	
   
}



/* Landscape phones and smaller */
@media (max-width: 480px) {
    html {
        font-size: 65%;
    }
	
	.homepage-style .unique-apps h2 {
    font-size: 20px;
	}
	.portfolio .portfolio-item h4 {
    font-size: 12px;
	}
	
	.navbar-default .navbar-collapse, .navbar-default .navbar-form {
		background:#428BCA;
		border:0;
	}
	.homepage-style .slider-area {
    margin-top: 30px;
	}
	
	.supports-content .spt-btn{
		text-align:center;
	}
	
 
   

}



@media (max-width: 320px) {


    html {
        font-size: 60.5%;
    }
	.homepage-style .unique-apps h2 {
    font-size: 12px;
	}
	.heading .title h4 {
    font-size: 5px;
	}
	.portfolio .portfolio-item h4 {
    font-size: 10px;
	}
	
}

