@charset "UTF-8";
/*-----------------
[Master Stylesheet]
Project:	Interior & Furniture
-----------------*/	

/*-----------------
[Table of contents]

1. Body
2. Click Top / #topcontrol
4. Header / .header
5. navbar / .navbar
6. Theme Banner / #banner
7. section-about / #section-about
8. Our Service / #Our Service
9. section-testimonial / #section-testimonial
10. section-portfolio / #portfoliolist
11. bg-image / #bg-image 
12. event / .event
13. footer / .footer
-------------------------------------------------------------------
[Color codes]
Body-Font:  	#ffffff {white}
Background:		#ffffff (white)
Content:		#111111 (dark grey)
Default:		#17f0f0 (grey)
Primary:		#2bb9c3	(Turquoise)
Info:			#fd7397	(Pink)
Success:		#128807	(Green)
Warning:		#f0ad4e	(Yellow)
Danger:			#f33923	(Red)

a (standard):	#212121 (dark grey)
a (visited):	#17f0f0 (Yellow )
a (active):	 	#17f0f0 (Yellow )
 
-------------------------------------------------------------------

Body defaults:14px 'Ubuntu', sans-serif;;
Input, textarea:14px 'Ubuntu', sans-serif;;
Notes:	decreasing heading by 0.4em with every subsequent heading level

-------------------------------------------------------------------*/
/* Page css */
@import "bootstrap.min.css";
@import "style.css";
@import "hover.css";
@import "banner.css";
@import "layout.css";
/* Page css */

/*responsive css*/
@import "responsive.css";
/*responsive css*/

/*coming-soon*/
@import "../coming-soon/css/style.css";
/*coming-soon*/

/*font-awesome*/
@import "../font-awesome/css/font-awesome.min.css";
/*font-awesome*/



                /* own css */
 @media (max-width: 322px){
 #services-list li a {
         padding: 0px;
                 }
#section-service-1 li{
font-size: 14px;
text-align: justify;
}   
#about .mobile_h{
        margin-top: -36px;
        margin-bottom: 45px;
}  
#section-service-1 h4 {
        font-size: 16px;
    }
.content__item-title {
font-size: 6vw !important;
} 
.cancle{
margin-left: 80px !important;
}
        
 }

 @media (max-width: 480px){
.content__item-title {
font-size: 6vw !important;
                } 
.cancle{
margin-left: 80px;
                }      
 }


#subheader .port_h1{
 margin-top: 74px;
         }   
.navbar-default .navbar-toggle{
        margin-top: 27px;
}
.navbar-default .mobile{
        margin-right: 15px;
}  
#section-service-1 li{
font-size: 14px;
text-align: justify;
        } 
             