latest pushes
This commit is contained in:
parent
ad7b41382b
commit
fc9b5c0c09
@ -2659,7 +2659,7 @@ hr {
|
||||
|
||||
.main-header .main-menu ul li:hover>a {
|
||||
color: #fff;
|
||||
background: #c6a16e
|
||||
background: #00ffd5
|
||||
}
|
||||
|
||||
.main-header .main-menu ul ul.submenu {
|
||||
@ -2828,7 +2828,7 @@ hr {
|
||||
font-size: 70px;
|
||||
font-weight: 900;
|
||||
margin-bottom: 14px;
|
||||
color: #ffffff;
|
||||
color: #c6a16e;
|
||||
font-family: 'Barlow', sans-serif;
|
||||
line-height: 1.2;
|
||||
text-transform: uppercase
|
||||
|
@ -12,7 +12,7 @@
|
||||
}
|
||||
|
||||
.white-bg {
|
||||
background: #777777
|
||||
background: #fcfcfc
|
||||
}
|
||||
|
||||
.black-bg {
|
||||
@ -32,7 +32,7 @@
|
||||
}
|
||||
|
||||
.white-color {
|
||||
color: #777777
|
||||
color: #fcfcfc
|
||||
}
|
||||
|
||||
.black-color {
|
||||
@ -44,7 +44,7 @@
|
||||
}
|
||||
|
||||
.boxed-btn {
|
||||
background: #777777;
|
||||
background: #fcfcfc;
|
||||
color: #00ffd5 !important;
|
||||
display: inline-block;
|
||||
padding: 18px 44px;
|
||||
@ -62,7 +62,7 @@
|
||||
|
||||
.boxed-btn:hover {
|
||||
background: #00ffd5;
|
||||
color: #777777 !important;
|
||||
color: #fcfcfc !important;
|
||||
border: 1px solid #00ffd5
|
||||
}
|
||||
|
||||
@ -212,7 +212,7 @@ a {
|
||||
}
|
||||
|
||||
a:hover {
|
||||
color: #777777
|
||||
color: #fcfcfc
|
||||
}
|
||||
|
||||
a:focus,
|
||||
@ -224,7 +224,7 @@ a:hover,
|
||||
|
||||
a,
|
||||
button {
|
||||
color: #777777;
|
||||
color: #fcfcfc;
|
||||
outline: medium none
|
||||
}
|
||||
|
||||
@ -388,7 +388,7 @@ hr {
|
||||
}
|
||||
|
||||
.owl-carousel:hover .owl-nav div:hover {
|
||||
color: #777777;
|
||||
color: #fcfcfc;
|
||||
background: #ff3500
|
||||
}
|
||||
|
||||
@ -397,7 +397,7 @@ hr {
|
||||
padding: 27px 44px;
|
||||
text-transform: capitalize;
|
||||
font-family: "Rubik", sans-serif;
|
||||
color: #777777;
|
||||
color: #fcfcfc;
|
||||
cursor: pointer;
|
||||
display: inline-block;
|
||||
font-size: 14px;
|
||||
@ -437,7 +437,7 @@ hr {
|
||||
|
||||
.btn:hover::before {
|
||||
transform: scaleX(1);
|
||||
color: #777777 !important;
|
||||
color: #fcfcfc !important;
|
||||
z-index: -1
|
||||
}
|
||||
|
||||
@ -477,7 +477,7 @@ hr {
|
||||
height: 60px;
|
||||
padding: 10px 20px;
|
||||
border: 0;
|
||||
color: #777777;
|
||||
color: #fcfcfc;
|
||||
text-transform: capitalize;
|
||||
cursor: pointer;
|
||||
font-size: 16px;
|
||||
@ -546,7 +546,7 @@ hr {
|
||||
right: 31px;
|
||||
bottom: 18px;
|
||||
position: fixed;
|
||||
color: #777777;
|
||||
color: #fcfcfc;
|
||||
font-size: 20px;
|
||||
text-align: center;
|
||||
border-radius: 50%;
|
||||
@ -569,7 +569,7 @@ hr {
|
||||
}
|
||||
|
||||
#scrollUp:hover {
|
||||
color: #777777
|
||||
color: #fcfcfc
|
||||
}
|
||||
|
||||
.sticky-bar {
|
||||
@ -584,7 +584,7 @@ hr {
|
||||
-webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
|
||||
animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
|
||||
-webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
|
||||
background: #777777
|
||||
background: #fcfcfc
|
||||
}
|
||||
|
||||
.mt-5 {
|
||||
|
14
index.html
14
index.html
@ -53,7 +53,7 @@
|
||||
<a href="index.html"><img src="assets/img/logo_loder.png" alt=""></a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-xl-30 col-lg-30 col-md-30">
|
||||
<div class="col-xl-10 col-lg-10 col-md-5">
|
||||
<!-- Main-menu -->
|
||||
<div class="main-menu f-right d-none d-lg-block">
|
||||
<nav>
|
||||
@ -61,7 +61,7 @@
|
||||
|
||||
|
||||
<!-- Learn -->
|
||||
<li><a href="#" style="color: white;">Home</a>
|
||||
<li><a href="#" style="color: orange;">Home</a>
|
||||
<ul class="submenu">
|
||||
<li><a href="index.html">News & Events</a></li>
|
||||
<li><a href="index.html">Industries</a></li>
|
||||
@ -71,7 +71,7 @@
|
||||
|
||||
|
||||
<!-- Learn -->
|
||||
<li><a href="#" style="color: white;">Information</a>
|
||||
<li><a href="#" style="color: orange;">Information</a>
|
||||
<ul class="submenu">
|
||||
<li><a href="index.html">Introduction</a></li>
|
||||
<li><a href="index.html">Production</a></li>
|
||||
@ -86,7 +86,7 @@
|
||||
|
||||
|
||||
<!-- Research & Publication -->
|
||||
<li><a href="#" style="color: white;">Research & Publication</a>
|
||||
<li><a href="#" style="color: orange;">Research & Publication</a>
|
||||
<ul class="submenu">
|
||||
<li><a href="index.html">Research Areas</a></li>
|
||||
<li><a href="index.html">Research & Development</a></li>
|
||||
@ -103,7 +103,7 @@
|
||||
|
||||
|
||||
<!-- Resources-->
|
||||
<li><a href="#" style="color: white;">Resources</a>
|
||||
<li><a href="#" style="color: orange;">Resources</a>
|
||||
<ul class="submenu">
|
||||
<li><a href="index.html">Careers</a></li>
|
||||
<li><a href="index.html">Models & Dataset</a></li>
|
||||
@ -117,7 +117,7 @@
|
||||
|
||||
|
||||
<!-- Community-->
|
||||
<li><a href="#" style="color: white;">Community</a>
|
||||
<li><a href="#" style="color: orange;">Community</a>
|
||||
<ul class="submenu">
|
||||
<li><a href="index.html">Team</a></li>
|
||||
<li><a href="index.html">Join</a></li>
|
||||
@ -133,7 +133,7 @@
|
||||
|
||||
|
||||
<!-- Login -->
|
||||
<li><a href="#" style="color: white;">Login</a>
|
||||
<li><a href="#" style="color: orange;">Login</a>
|
||||
</li>
|
||||
<!-- Login -->
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user