-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
170 lines (154 loc) · 4 KB
/
style.css
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
.navbar-brand{
color: rgb(19, 3, 46);
font-family: lato; font-weight: 500; padding-top: 0px; padding-bottom: 0%;
}
.logo-name{
color: rgb(19, 3, 46);
font-family: lato; font-weight: 500; display: inline-block; padding-left: 5px; padding-top: 0px; padding-bottom: 0%;
}
.btn {background-color: rgb(17, 17, 148);}
dropdown{background-color: rgb(17, 17, 148);}
h6{color: brown;}
h5{font-family: lato; color: #000000; font-weight: 1000; font-size: large;}
/* footer */
.footer,.footer .container{
background-color: #000000;
}
.footer{
padding-top: 50px;
padding-bottom: 50px;
}
.footer .f-sec1 p{
color:#888888;
font-size: 14px;
font-family: 'Poppins', sans-serif;
margin-top: 20px;
margin-bottom: 5px;
}
.footer .f-sec1 a{
text-decoration: none;
color:#FFFFFF;
font-size: 14px;
font-family: 'Poppins', sans-serif;
}
.footer h4{
color:white;
font-size: 18px;
font-family: 'Poppins', sans-serif;
font-weight: 500;
padding-top: 20px;
}
.footer .f-sec2 ul{
margin-top: 35px;
padding-left: 0px;
}
.footer .f-sec2 ul li{
font-size: 14px;
font-family: 'Poppins', sans-serif;
list-style: none;
line-height: 2rem;
}
.footer .f-sec2 ul li a{
text-decoration: none;
color:#888888;
}
.footer .f-sec2 ul li a:hover i{
color:#f39c12;
}
.footer .f-sec2 ul li i{
margin-right: 5px;
color:#ffcc00;
}
.footer .f-sec3 .foot-tag-list{
padding-top: 35px;
}
.footer .f-sec3 .foot-tag-list span{
padding: 5px 20px;
border: 1px solid #a9a9a9;
margin-right: 5px;
margin-bottom: 10px;
font-family: 'Poppins', sans-serif;
font-size:13px;
color:#a9a9a9;
cursor: pointer;
}
.footer .f-sec3 h4{
color:white;
font-size: 18px;
font-family: 'Poppins', sans-serif;
font-weight: 500;
padding-top: 20px;
}
.footer .f-sec3 .portfolio-foot{
margin-top: 35px;
}
.footer .foot-2-sec form input{
background-color: #3e3f41;
border: solid 1px #3e3f41;
width: 100%;
margin-right: -30px;
padding: 20px;
padding-left: 30px;
color:#ffcc00;
}
.footer .foot-2-sec form input:focus {
outline: none;
}
.footer .foot-2-sec form button{
color:white;
background: -webkit-gradient(linear, left top, right top, from(#ffcc00), to(#ffb211));
background: -o-linear-gradient(left, #ffcc00 0%, #ffb211 100%);
background: linear-gradient(to right, #ffcc00 0%, #ffb211 100%);
font-size: 13px;
font-family: 'Poppins', sans-serif;
border:solid 1px #3e3f41;
padding:8px 40px 8px 40px;
background-size: 300% 100%;
-o-transition: all .4s ease-in-out;
-webkit-transition: all .4s ease-in-out;
transition: all .4s ease-in-out;
}
.footer .foot-2-sec form button:hover {
background-position: 100% 0;
-o-transition: all .4s ease-in-out;
-webkit-transition: all .4s ease-in-out;
transition: all .4s ease-in-out;
background-image: -webkit-gradient(linear, left top, right top, from(#ffcc00), color-stop(#ffae12), color-stop(#ffcc00), to(#ff9310));
background-image: -o-linear-gradient(left, #ffcc00, #ffae12, #ffcc00, #ff9310);
background-image: linear-gradient(to right, #ffcc00, #ffae12, #ffcc00, #ff9310);
}
.footer .foot-2-sec form button:focus {
outline: none;
}
.footer .foot-2-sec form input::-webkit-input-placeholder {
padding-left: 5px;
}
.footer .foot-2-sec form input::-moz-placeholder {
padding-left: 5px;
}
.footer .foot-2-sec form input:-ms-input-placeholder {
padding-left: 5px;
}
.footer .foot-2-sec form input::-ms-input-placeholder {
padding-left: 5px;
}
.footer .foot-2-sec form input::placeholder {
padding-left: 5px;
}
.footer .footer-container{
border-bottom: dashed 3px #565659;
padding-bottom: 50px;
}
.footer_notes p{
padding-top: 50px;
color: #888888;
}
/*footer sec css end*/
.dropdown-m{
position: absolute;
padding: 20px;
background-color: #FFFFFF;
-webkit-box-shadow: 1px 1px 10px #e1e1e1;
box-shadow: 1px 1px 10px #e1e1e1;
display: none;
}