-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathstyle.css
More file actions
120 lines (118 loc) · 2.2 KB
/
style.css
File metadata and controls
120 lines (118 loc) · 2.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
/*
Theme Name: Office Master
Author: Linkon Miyan
Author URI: http://fb.com/rudlinkon
Description: This theme is created for ebit tutorial
Tags: ebit, theme, linkon, tutorial, bangla tutorial
Version: 1.01
*/
.navbar-default .navbar-nav > .current_page_item > a, .navbar-default .navbar-nav > .current_page_item > a:hover, .navbar-default .navbar-nav > .current_page_item > a:focus {
background-color: #6baaa8;
color: #fff;
}
.current_page_item {
background: #74b9b9 none repeat scroll 0 0 !important;
color: white;
}
.services-group {
margin-top: 30px;
}
.services-row {
margin-top: -30px;
}
.label a {
color: #fff;
}
.label {
margin: 0 2px;
}
.screen-reader-text {
display: none;
}
.nav-links {
border: 1px solid #ddd;
border-radius: 5px;
overflow: hidden;
}
.nav-links .page-numbers {
background: #fff none repeat scroll 0 0;
border-left: 1px solid #ddd;
display: block;
float: left;
line-height: 35px;
text-align: center;
width: 35px;
}
.nav-links .page-numbers:first-child {
border-left: 0 none;
}
.page-numbers.current, .page-numbers.current:hover {
background: #428bca none repeat scroll 0 0;
color: #fff;
}
.page-numbers:hover {
background: #eee none repeat scroll 0 0;
}
.blog-title a {
color: #385A30;
}
.page_area {
padding: 50px 0;
}
h2.page-title {
text-align: center;
}
.page-content{
background: #efefef;
padding: 20px 30px
}
.form-control.texarea-height {
height: 100px;
}
img{
max-width: 100%;
height: auto;
}
.filter_trigger {
list-style: none;
padding: 20px 0;
}
.filter_trigger li{
display: inline-block;
padding: 5px 20px;
background: #ddd;
border-radius: 5px;
cursor: pointer;
margin-right: 5px;
}
.filter_trigger li.active{
background: #999;
color: #fff;
}
.all_filter_item .mix{
display: none;
}
.single_item{
position: relative;
margin-bottom: 30px;
}
.single_item h2{
position: absolute;
top: 50%;
left: 0;
transform: translateY(-50%);
color: #fff;
width: 100%;
text-align: center;
margin: 0;
}
.filtering{
padding: 150px 0;
}
.single_tab_item {
display: inline-block;
width: 20%;
}
.tab_area{
padding: 150px 0;
}