-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontact_style.css
More file actions
110 lines (96 loc) · 1.82 KB
/
contact_style.css
File metadata and controls
110 lines (96 loc) · 1.82 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
/*Copyright 2020,Mayank Laxkar And Kartik Budhraja, All rights reserved.*/
.contact {
padding: 130px 0;
z-index: 111;
}
.contact .heading h2 {
font-size: 30px;
font-weight: 700;
margin: 0;
padding: 0;
}
.contact .heading h2 span {
/* color: #ff9100; */
color: #3b5998;
}
.contact .heading p {
font-size: 15px;
font-weight: 400;
line-height: 1.7;
color: #999999;
margin: 20px 0 60px;
padding: 0;
}
.contact .form-control {
padding: 25px;
font-size: 13px;
margin-bottom: 10px;
background: #f9f9f9;
border: 0;
border-radius: 10px;
/* border: 1px solid #bab8b3; */
}
.contact button.btn {
padding: 10px;
border-radius: 10px;
border: 1px solid #e6e6e6;
font-size: 15px;
background: #ffffff;
color: #3b5998;
}
.contact button.btn:hover{
color: black;
/* border: 1px solid #8f8f8f; */
padding: 10px;
border-radius: 11px;
font-size: 15px;
background: #3b5998;
color: white;
transition: .3s ease-in;
}
.contact .title h3 {
font-size: 18px;
font-weight: 600;
margin-top: 10px;
}
.contact .title p {
font-size: 14px;
font-weight: 400;
color: #999;
line-height: 1.6;
margin: 0 0 40px;
}
.contact .content .info {
margin-top: 30px;
}
.contact .content .info i {
font-size: 30px;
padding: 0;
margin: 0;
color: #02434b;
margin-right: 20px;
text-align: center;
width: 20px;
}
.contact .content .info h4 {
font-size: 13px;
line-height: 1.4;
}
.contact .content .info h4 span {
font-size: 13px;
font-weight: 300;
color: #999999;
}
.contact a{
color: rgb(53, 51, 51);
font-size: 14px;
}
.contact a:hover {
text-decoration: none;
color: #3b5998;
transition: .4s ease-in;
padding-left: 1px;
/* font-style: italic; */
font-weight: bold;
font-size: 15px;
}