about.css
3.65 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
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
/* Cubic Bezier Transition */
/***
Anout Us Page
***/
/* BEGIN HEADER */
.about-header {
height: 500px;
background-image: url("../media/bg/5.jpg");
background-position: center;
text-align: center;
margin: 0 -20px; }
.about-header h1 {
color: #fff;
font-size: 55px;
font-weight: 600;
margin-top: 130px;
text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.2); }
.about-header h2 {
color: #fff;
font-size: 22px;
font-weight: 400;
letter-spacing: 1px;
text-transform: uppercase;
margin-top: 30px;
margin-bottom: 40px; }
/* END HEADER */
/* BEGIN CARD */
.card-icon {
width: 100%;
text-align: center;
overflow: hidden; }
.card-icon i {
font-size: 50px;
border: 1px solid #ecf0f4;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
padding: 47px 30px;
margin: 30px 0 30px 0; }
.card-title {
text-align: center; }
.card-title span {
font-size: 18px;
font-weight: 600;
color: #373d43; }
.card-desc {
text-align: center;
margin-top: 20px;
margin-bottom: 30px; }
.card-desc span {
font-size: 14px;
font-weight: 400;
color: #808a94; }
/* END CARD */
/* BEGIN LINKS BLOCK */
.about-links-cont {
background-color: #fff;
margin: 0 -20px; }
.about-links-cont .about-links {
padding: 70px 0 70px 70px; }
.about-links-cont .about-image {
padding-left: 110px; }
.about-links-item h4 {
font-size: 18px;
font-weight: 600;
color: #373d43; }
.about-links-item ul {
margin: 0;
padding: 0;
list-style-type: none; }
.about-links-item ul li {
padding-top: 5px; }
.about-links-item ul li a {
font-size: 14px;
font-weight: 400;
color: #4a8fba; }
.about-image {
background-repeat: no-repeat;
background-size: cover; }
/* END LINKS BLOCK */
/* BEGIN MEMBERS SUCCESS STORIES */
.stories-header {
text-align: center; }
.stories-header h1 {
color: #373d43;
font-size: 35px;
font-weight: 600; }
.stories-header h2 {
color: #808a94;
font-size: 18px;
font-weight: 400;
letter-spacing: 1px;
text-transform: uppercase;
margin-top: 20px; }
.stories-cont .photo {
width: 100%; }
.stories-cont .photo img {
margin: 30px auto;
width: 130px;
height: 130px;
-webkit-border-radius: 50% !important;
-moz-border-radius: 50% !important;
border-radius: 50% !important; }
.stories-cont .title {
text-align: center; }
.stories-cont .title span {
font-size: 18px;
font-weight: 600;
color: #373d43; }
.stories-cont .desc {
text-align: center;
margin-top: 20px;
margin-bottom: 30px; }
.stories-cont .desc span {
font-size: 14px;
font-weight: 400;
color: #808a94; }
.stories-footer {
text-align: center; }
/* END MEMBERS SUCCESS STORIES */
/* BEGIN ABOUt AND VIDEO */
.about-text {
height: 500px;
padding: 0 !important; }
.about-text > h4 {
background-color: #d9534f;
font-size: 24px;
font-weight: 600;
color: #fff;
padding: 1em 20px;
margin: 0; }
.about-text > h4 > i {
font-size: 24px !important;
color: #fff; }
.about-text > p {
color: #808a94; }
.about-text ul,
.about-text > p,
.about-text .about-quote {
padding-left: 20px;
padding-right: 20px; }
.about-text li {
margin-bottom: 0.5em; }
.about-text .about-quote > h3 {
border-left: 3px solid;
border-color: #ccc;
padding-left: 1em;
font-style: italic;
line-height: 1.3em; }
.about-text .about-quote > .about-author {
text-align: right; }
.about-image {
height: 545px; }
.about-links-item {
margin-bottom: 2em; }
/* END ABOUt AND VIDEO */
/* BEGIN RESPONSIVE */
@media (max-width: 600px) {
.about-text {
height: auto;
padding-bottom: 1.5em !important; }
.about-image {
margin: 0 -20px; } }
/* END RESPONSIVE */