/* Fida Marwat (Design Ninja) */

/* first media query for mobile responsiveness */

@media(max-width:767px){
    
#contactus h1{
    font-size: 20px !important;
}    

#exampleModalLabel{
    font-size: 22px;
    margin-top: -5px;
}

/* header starts */
#left-buttons .send-sms-in-mobile{
	display: block;
}

#left-buttons .send-sms-in-web{
	display: none;
}

.left-top-sec{ 
    width: 100%;
    height: auto;
    display: inline-block;
    background-color: #f60600;
    padding: 17px 0px 17px 30px; 
}

.left-top-sec ul li{ 
    color: #fff;
    font-family: 'Anton', sans-serif;
    font-size: 12px !important;
}

.left-top-sec ul li:first-child{ 
    padding-right: 16px !important;

}

.right-top-sec{ 
    height: auto;
    display: inline-block;
    background-color: #080808;
    width: 100%; 
}

.right-top-sec .btn-gradient{
    display: table;
    margin-right: auto;
    margin-left: auto;
    float: none;
}

/*.right-top-sec img{ 
   width: 30%;
   padding: 11px 0px;
   margin-right: auto;
   margin-left: auto;
   float: none;
}*/

.navbar-toggle {

    margin-top: 33px;
    margin-bottom: 33px;
}

.navbar-brand {
	height: auto;
	padding: 28px 15px;
}

.navbar-brand>img {
    display: block;
    height: 40px !important;
}

.navbar-toggle {
    background-color: #f60600;
    border: 1px solid #f60600 !important;
}

.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
    background-color: #182333;
    border: 1px solid #182333 !important;
}

ul.nav.navbar-nav.navbar-right {
    background: #fff;
    margin-top: 0px;
}

.navbar-inverse .navbar-nav>li>a {
    line-height: 0px;
}

.slider-text h1{
	font-size: 40px;
}

.slider-text p{
	font-size: 25px;
}

.slider-text .btn-qoute{
	margin-bottom: 90px;
}

#contact h1{
    font-size: 17px;
}

.main-text {
    position: absolute;
    top: 301px;
    left: 0px;
    width: 100% !important;
    color: #FFF;
}

.main-text img{
    float: none !important;
    width: 40% !important;
    margin-right: auto;
    margin-left: auto;
}

#vision p{
    margin-top: 0px;
    text-align: center;
    margin-bottom: 40px;
}

#contact .top-head{
    font-size: 24px;
}

#contact .form-head{
    margin-top: 30px !important;
}

#contact .btn-qoute{
    float: none;
}

#contact .cont-headigns{
    font-size: 20px !important;
}

#contact img{
    margin-top: 20px;
    width: 60%;
}

#contact .sub-bt{
    width: 60%;
}

#footer p{
    text-align: center;
}

#left-buttons{
    display: block;
    top:45%;
    width:50%;
}
#left-buttons img{
    width:100%;
}

#testimonial .carousel-indicators{
  top: 390px;
  background-color: #fff;
  z-index: 1;
}

#projects img{
    width: 60%;
}

}

/* second media query for tablet responsiveness */

@media(min-width:768px) and (max-width:991px){

/* header starts */

#left-buttons{
    width: 28%;
}

#exampleModalLabel{
    font-size: 22px;
    margin-top: -5px;
}

.left-top-sec{ 
    width: 100%;
    height: auto;
    display: inline-block;
    background-color: #f60600;
    padding: 26px 0px 26px 15px; 
}

.left-top-sec ul li{ 
    color: #fff;
    font-family: 'Anton', sans-serif;
    font-size: 20px;

}

.right-top-sec{ 
    height: auto;
    display: inline-block;
    background-color: #080808;
    width: 100%; 
}

.right-top-sec img{
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 23.5px;
    margin-bottom: 23.5px;
}

.right-top-sec .btn-gradient{
    margin-right: 15px;
    float: right;
    margin-top: 12px;
    margin-bottom: 12px;
}

/*.right-top-sec img{ 
   width: 32%;
   padding: 11px 0px;
   margin-right: 15px;
   float: right;
}*/

.navbar-toggle {

    margin-top: 33px;
    margin-bottom: 33px;
}

.navbar-brand {
    height: auto;
    padding: 28px 15px;
}

.navbar-brand>img {
    display: block;
    height: 40px !important;
}

.navbar-toggle {
    background-color: #f60600;
    border: 1px solid #f60600 !important;
}

.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
    background-color: #182333;
    border: 1px solid #182333 !important;
}

ul.nav.navbar-nav.navbar-right {
    background: transparent;
    margin: 24px 0px;
}

.navbar-inverse .navbar-nav>li>a {
    line-height: 0px;
}

.slider-text h1{
    font-size: 40px;
}

.slider-text p{
    font-size: 25px;
    margin-top: 50px;
}

.slider-text .btn-qoute{
    margin-bottom: 90px;
}

.slider-text img{
    width: 30%;
}

#contact h1{
    font-size: 34px;
}

.main-text {
    position: absolute;
    top: 250px;
    left: 0px;
    width: 100% !important;
    color: #FFF;
}

.main-text img{
    float: none !important;
    width: 20% !important;
    margin-right: auto;
    margin-left: auto;
}

#vision p{
    margin-top: 60px;
    text-align: left;
    margin-bottom: 40px;
}

#contact .top-head{
    font-size: 24px;
}

#contact .form-head{
    margin-top: 50px !important;
}

#footer p{
    text-align: center;
}

#left-buttons{
    display: block;
}

#projects img{
    width: 30%;
}

#contact img{
    width: 30%;
}

}

/* /////////////////////////////////////////////////////////////////////////////////////// */


@media(min-width:992px) and (max-width:1200px){
    #exampleModalLabel{
    font-size: 22px;
    margin-top: -5px;
}

#left-buttons{
    width: 20%;
}

.left-top-sec{ 
    width: 100%;
    height: auto;
    display: inline-block;
    background-color: #f60600;
    padding: 45px 0px 45px 15px; 
}

.left-top-sec ul li{ 
    color: #fff;
    font-family: 'Anton', sans-serif;
    font-size: 21px;

}

.right-top-sec{ 
    height: auto;
    display: inline-block;
    background-color: #080808;
    width: 100%; 
}

.right-top-sec .btn-gradient{
    margin-right: 15px;
    float: right;
    margin-top: 17px;
    margin-bottom: 17px;
}

/*.right-top-sec img{ 
   width: 32%;
   padding: 11px 0px;
   margin-right: 15px;
   float: right;
}*/

.slider-text p{
    margin-top: 80px;
}    

.main-text {
    position: absolute;
    top: 270px;
    left: 0px;
    width: 100% !important;
    color: #FFF;
}

.main-text img{
    float: none !important;
    width: 20% !important;
    margin-right: auto;
    margin-left: auto;
}    

#contact h1{
    font-size: 22px;
}

#left-buttons{
    display: block;
}

#contact .cont-headigns{
    font-size: 26px !important;
}

.right-top-sec img {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 25px; 
    margin-bottom: 25px; 
}

}

@media(min-width:1200px) and (max-width:1440px){
    .left-top-sec ul li {
        color: #fff;
        font-family: 'Anton', sans-serif;
        font-size: 26px;
    }
}
