/*==============================================
================================================

[Main Stylesheet]

Project:    Multipurpose Business
Version:    1.0
Create:     01 Nov 2020
Last change:  -
Developer:    Hi-Tech Parks

================================================
================================================*/

/************ TABLE OF CONTENTS ***************
1. Fonts
2. Reset
3. Global
4. Main Header / Style two / Style three
5. Main Banner / Style two / Style Three
6. Page Title
7. About Sec  / Two / Three
8. Our Mission Section 
9. Services Section / Two / Three / Four
10. Service Detail
11. Product Tabs Style
12. Portfolio Section / Two
13. Project Detail
14. Team Section / Two
15. Testimonial Section / Two
16. Feautred Section
17. App Section
18. Price Section
19. why choose us
20. Get Quote
21. Paralex Section
22. Faq's and skill Section / Two / Three
23. Featured Section
24. Contact Section
25. News Section / Two / Three / Classic
26. Blog Detail
27. Comment Area
28. Comment Form
29. Styled Pagination
30. Subscribe Section 
31. Clients Section / Two
32. Sidebar Page Container
33. Error Section
34. Main Footer / Two / Three
**********************************************/

/*** 

====================================================================
			Fonts
====================================================================

***/

@import url('https://fonts.googleapis.com/css?family=Nunito+Sans:300,400,600,700,800,900|Roboto:300,400,500,700');

/* 
font-family: 'Roboto', sans-serif;
font-family: 'Nunito Sans', sans-serif;
*/

@import url('flaticon.css');
@import url('fontawesome-all.css');
@import url('animate.css');
@import url('jquery-ui.css');
@import url('jquery.mCustomScrollbar.min.css');
@import url('owl.css');
@import url('jquery.bootstrap-touchspin.css');
@import url('jquery-ui.css');
@import url('jquery.fancybox.min.css');

/*** 

====================================================================
	Reset
====================================================================

 ***/

/**** Fact Count Sec ****/
.counter-column {
    position: relative;
    padding:100px 15px 40px;
}
.counter-column .count-box .count {
    font-size: 36px;
    color: #222222;
    font-weight: 600;
    padding-bottom: 15px;
}

.counter-column .count-box .counter-title {
    font-size: 22px;
    line-height: 36px;
    color: #230548;
    
    font-weight: 500;
    padding-top: 8px;
}

.counter-column .count-box .separater {
    position: relative;
    width: 130px;
    height: 2px;
    background-color: #ff9c00;
}

.counter-column .count-box .separater:before {
    position: absolute;
    content: '';
    right: -16px;
    bottom: -2px;
    width: 6px;
    height: 6px;
    display: inline-block;
    background-color: #ff9c00;
}


/*** 
