-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
abfbfea
commit 2026327
Showing
7 changed files
with
223 additions
and
240 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,206 +1,133 @@ | ||
body { | ||
background: #fbfbfd; | ||
} | ||
|
||
.new_footer_area { | ||
background: #fbfbfd; | ||
.footer { | ||
box-sizing: border-box; | ||
margin: 0; | ||
padding: 0; | ||
color: #fff; | ||
background: #121315; | ||
} | ||
|
||
|
||
.new_footer_top { | ||
padding: 120px 0px 270px; | ||
position: relative; | ||
overflow-x: hidden; | ||
} | ||
.new_footer_area .footer_bottom { | ||
padding-top: 5px; | ||
padding-bottom: 50px; | ||
} | ||
.footer_bottom { | ||
font-size: 14px; | ||
font-weight: 300; | ||
line-height: 20px; | ||
color: #7f88a6; | ||
padding: 27px 0px; | ||
} | ||
.new_footer_top .company_widget p { | ||
font-size: 16px; | ||
font-weight: 300; | ||
line-height: 28px; | ||
color: #6a7695; | ||
margin-bottom: 20px; | ||
.footer ul { | ||
list-style: none; | ||
} | ||
.new_footer_top .company_widget .f_subscribe_two .btn_get { | ||
border-width: 1px; | ||
margin-top: 20px; | ||
} | ||
.btn_get_two:hover { | ||
background: transparent; | ||
color: #5e2ced; | ||
} | ||
.btn_get:hover { | ||
color: #fff; | ||
background: #6754e2; | ||
border-color: #6754e2; | ||
-webkit-box-shadow: none; | ||
box-shadow: none; | ||
} | ||
a:hover, a:focus, .btn:hover, .btn:focus, button:hover, button:focus { | ||
text-decoration: none; | ||
outline: none; | ||
} | ||
|
||
|
||
|
||
.new_footer_top .f_widget.about-widget .f_list li a:hover { | ||
color: #5e2ced; | ||
} | ||
.new_footer_top .f_widget.about-widget .f_list li { | ||
margin-bottom: 11px; | ||
} | ||
.f_widget.about-widget .f_list li:last-child { | ||
margin-bottom: 0px; | ||
} | ||
.f_widget.about-widget .f_list li { | ||
margin-bottom: 15px; | ||
} | ||
.f_widget.about-widget .f_list { | ||
margin-bottom: 0px; | ||
} | ||
.new_footer_top .f_social_icon a { | ||
width: 44px; | ||
height: 44px; | ||
line-height: 43px; | ||
background: transparent; | ||
border: 1px solid #e2e2eb; | ||
font-size: 24px; | ||
} | ||
.f_social_icon a { | ||
width: 46px; | ||
height: 46px; | ||
border-radius: 50%; | ||
font-size: 14px; | ||
line-height: 45px; | ||
color: #858da8; | ||
display: inline-block; | ||
background: #ebeef5; | ||
text-align: center; | ||
-webkit-transition: all 0.2s linear; | ||
-o-transition: all 0.2s linear; | ||
transition: all 0.2s linear; | ||
} | ||
.ti-facebook:before { | ||
content: "\e741"; | ||
} | ||
.ti-twitter-alt:before { | ||
content: "\e74b"; | ||
} | ||
.ti-vimeo-alt:before { | ||
content: "\e74a"; | ||
} | ||
.ti-pinterest:before { | ||
content: "\e731"; | ||
.footer p { | ||
color: #fff; | ||
max-width: 25em; | ||
font-size: 0.9em; | ||
line-height: 23px; | ||
} | ||
|
||
.btn_get_two { | ||
-webkit-box-shadow: none; | ||
box-shadow: none; | ||
background: #5e2ced; | ||
border-color: #5e2ced; | ||
color: #fff; | ||
.footer a { | ||
color: #fff; | ||
text-decoration: none; | ||
} | ||
|
||
.btn_get_two:hover { | ||
background: transparent; | ||
color: #5e2ced; | ||
.footer .container { | ||
max-width: 1200px; | ||
margin: 0 auto; | ||
padding: 2em; | ||
display: flex; | ||
justify-content: space-between; | ||
gap: 2em; | ||
} | ||
|
||
.new_footer_top .f_social_icon a:hover { | ||
background: #5e2ced; | ||
border-color: #5e2ced; | ||
color:white; | ||
} | ||
.new_footer_top .f_social_icon a + a { | ||
margin-left: 4px; | ||
.footer .brand { | ||
display: block; | ||
font-size: 1.8em; | ||
font-weight: 600; | ||
margin-bottom: 1em; | ||
} | ||
.new_footer_top .f-title { | ||
margin-bottom: 30px; | ||
color: #263b5e; | ||
|
||
.footer .media-icons li, | ||
.footer .services-icons li { | ||
display: inline-block; | ||
margin: 0.5em 0.5em 0.5em 0; | ||
} | ||
.f_600 { | ||
font-weight: 600; | ||
|
||
.footer .media-icons a { | ||
font-size: 1.1em; | ||
width: 2em; | ||
height: 2em; | ||
border: 1px #fff solid; | ||
border-radius: 50%; | ||
display: flex; | ||
justify-content: center; | ||
align-items: center; | ||
transition: 0.3s; | ||
} | ||
.f_size_18 { | ||
font-size: 18px; | ||
|
||
.footer .media-icons a:hover { | ||
background: #fff; | ||
color: #111; | ||
} | ||
h1, h2, h3, h4, h5, h6 { | ||
color: #4b505e; | ||
|
||
.footer .services-icons a { | ||
font-size: 1.6em; | ||
} | ||
.new_footer_top .f_widget.about-widget .f_list li a { | ||
color: #6a7695; | ||
|
||
.footer .services-icons a:hover { | ||
color: #94fbab; | ||
} | ||
|
||
.footer .footer-bottom { | ||
display: flex; | ||
justify-content: center; | ||
border-top: 1px solid rgba(138, 208, 153, 0.36); | ||
padding: 2em; | ||
} | ||
|
||
.new_footer_top .footer_bg { | ||
position: absolute; | ||
bottom: 0; | ||
background: url("https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEigB8iI5tb8WSVBuVUGc9UjjB8O0708X7Fdic_4O1LT4CmLHoiwhanLXiRhe82yw0R7LgACQ2IhZaTY0hhmGi0gYp_Ynb49CVzfmXtYHUVKgXXpWvJ_oYT8cB4vzsnJLe3iCwuzj-w6PeYq_JaHmy_CoGoa6nw0FBo-2xLdOPvsLTh_fmYH2xhkaZ-OGQ/s16000/footer_bg.png") no-repeat scroll center 0; | ||
width: 100%; | ||
height: 266px; | ||
.footer .menu { | ||
margin-bottom: 1em; | ||
} | ||
|
||
.new_footer_top .footer_bg .footer_bg_one { | ||
background: url("https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEia0PYPxwT5ifToyP3SNZeQWfJEWrUENYA5IXM6sN5vLwAKvaJS1pQVu8mOFFUa_ET4JuHNTFAxKURFerJYHDUWXLXl1vDofYXuij45JZelYOjEFoCOn7E6Vxu0fwV7ACPzArcno1rYuVxGB7JY6G7__e4_KZW4lTYIaHSLVaVLzklZBLZnQw047oq5-Q/s16000/volks.gif") no-repeat center center; | ||
width: 330px; | ||
height: 105px; | ||
background-size:100%; | ||
position: absolute; | ||
bottom: 0; | ||
left: 30%; | ||
-webkit-animation: myfirst 22s linear infinite; | ||
animation: myfirst 22s linear infinite; | ||
.footer .menu li { | ||
display: inline-block; | ||
margin: 0 0.7em 0.7em 0; | ||
text-align: center; | ||
} | ||
|
||
.new_footer_top .footer_bg .footer_bg_two { | ||
background: url("https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhyLGwEUVwPK6Vi8xXMymsc-ZXVwLWyXhogZxbcXQYSY55REw_0D4VTQnsVzCrL7nsyjd0P7RVOI5NKJbQ75koZIalD8mqbMquP20fL3DxsWngKkOLOzoOf9sMuxlbyfkIBTsDw5WFUj-YJiI50yzgVjF8cZPHhEjkOP_PRTQXDHEq8AyWpBiJdN9SfQA/s16000/cyclist.gif") no-repeat center center; | ||
width: 88px; | ||
height: 100px; | ||
background-size:100%; | ||
bottom: 0; | ||
left: 38%; | ||
position: absolute; | ||
-webkit-animation: myfirst 30s linear infinite; | ||
animation: myfirst 30s linear infinite; | ||
.footer .menu a { | ||
transition: 0.3s; | ||
font-weight: 600; | ||
} | ||
|
||
.footer .menu a:hover { | ||
color: #94fbab; | ||
} | ||
|
||
.footer .input-wrap { | ||
margin: 1em 0; | ||
display: flex; | ||
} | ||
|
||
@-moz-keyframes myfirst { | ||
0% { | ||
left: -25%; | ||
} | ||
100% { | ||
left: 100%; | ||
} | ||
.footer .input-wrap input { | ||
padding: 0.5em; | ||
border: none; | ||
background: #20232a; | ||
color: #ccc; | ||
} | ||
|
||
@-webkit-keyframes myfirst { | ||
0% { | ||
left: -25%; | ||
} | ||
100% { | ||
left: 100%; | ||
} | ||
.footer .input-wrap input:focus { | ||
outline: none; | ||
} | ||
|
||
@keyframes myfirst { | ||
0% { | ||
left: -25%; | ||
} | ||
100% { | ||
left: 100%; | ||
} | ||
.footer .input-wrap button { | ||
padding: 0.8em; | ||
background: #94fbab; | ||
border: none; | ||
color: #217634; | ||
transition: 0.3s; | ||
} | ||
|
||
/*************footer End*****************/ | ||
.footer .input-wrap button:hover { | ||
background: #fff; | ||
color: #111; | ||
} | ||
|
||
/* Responsive */ | ||
@media screen and (max-width: 900px) { | ||
.footer .container { | ||
flex-direction: column; | ||
} | ||
} |
Binary file added
BIN
+2.3 MB
images/Rotating Earth GIF - Earth Planet Sun - Discover & Share GIFs.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.