

	/*============================= Small MOBILE Devices================================ */
	
	@media(min-width:767px){
		
		
		
		
	}
	
	
	
	
	
	/*============================= MOBILE Devices================================ */
	@media(max-width:767px){
		h1 {
            font-size: 40px;
        }
		.header-top .header-container {
            padding: 8px 15px;
        }
        .header-top .header-container .logo img {
            width: 123px;
        }
        .specilitySec .aboutinfo {
            padding-left: 37px;
        }
        ul.specilityinner li{
            width: 49%;
            margin-bottom: 15px;
        }

        section.specilitySec {
            overflow-x: hidden;
        }
        .intro-about .intro-content-text .exper .numb-ex>span {
            font-size: 37px;
        }
        .intro-about .intro-content-text .exper h4 {
            margin-top: 0;
        }
        .intro-about .intro-content-text .exper {
            overflow: hidden;
            margin-bottom: 40px;
        }
        .title h1 {
            font-size: 35px;
        }
        section.vismisbox .p-100 {
            padding: 30px 19px;
        }
        .header-hero .contenet-hero{
            padding-bottom: 0;
        }
        .tabs-box .tab-buttons .tab-btn {
            font-size: 13px;
            padding: 7px 14px !important;
        }
        .proj-title  {
            padding-top: 15px;
        }
        .proj-title h3 {
            font-size: 25px;
        }
    
    
    
    
    
    
    
    
    
    
    
    
    }
	
	
	



	
	


	/*============================= Medium Devices, Tablets ================================ */
	@media(min-width:768px) and (max-width:991px){
        ul.specilityinner li {
            width: 49%;
            margin-bottom: 15px;
        }
        .intro-about .intro-content-text .exper h4 {
            margin-top: 0;
        }
        .intro-about .intro-content-text .exper {
            overflow: hidden;
            margin-bottom: 40px;
        }
        .footer{
            padding: 0;
        }
        section.specilitySec {
            overflow-x: hidden;
        }
	}
	
	
	
	/*============================= Medium Devices, Desttop ================================ */
	@media(min-width:992px) and (max-width:1199px){
		
        section.specilitySec {
            overflow-x: hidden;
        }
		ul.specilityinner li {
            width: 32%;
        }
        .intro-about .intro-content-text .exper h4 {
            margin-top: 0;
        }
        .intro-about .intro-content-text .exper {
            overflow: hidden;
            margin-bottom: 40px;
        }
	}	






















