867 lines
14 KiB
CSS
867 lines
14 KiB
CSS
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:wght@300;400;500;600;800&display=swap');
|
|
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,200;0,300;0,400;0,500;0,700;0,800;1,300;1,600;1,800&display=swap');
|
|
@import url('https://fonts.googleapis.com/css2?family=Source+Serif+Pro:ital,wght@0,400;0,600;0,700;0,900;1,400;1,700;1,900&display=swap');
|
|
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,300;0,400;0,700;0,900;1,400&display=swap');
|
|
@import url('https://fonts.googleapis.com/css2?family=Monoton&display=swap');
|
|
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@200;400;500;600;700&display=swap');
|
|
|
|
:root {
|
|
--second-color: rgb(176, 79, 0);
|
|
--first-color: rgb(61, 55, 54);
|
|
--third-color: #222;
|
|
}
|
|
|
|
html {
|
|
scroll-behavior: smooth;
|
|
}
|
|
|
|
h1,
|
|
h2,
|
|
h3,
|
|
h4,
|
|
p,
|
|
a, li {
|
|
font-family: 'Inter', sans-serif;}
|
|
|
|
p,
|
|
a,
|
|
th,
|
|
td, li {
|
|
font-size: 1.1rem;
|
|
}
|
|
|
|
.section-padding {
|
|
padding: 60px 0px;
|
|
}
|
|
|
|
.section-padding2 {
|
|
padding: 40px 0px;
|
|
}
|
|
|
|
|
|
.custom-text {
|
|
color: var(--first-color);
|
|
font-weight: 600;
|
|
}
|
|
|
|
a:hover {
|
|
text-decoration: none !important;
|
|
}
|
|
|
|
.custom-text2 {
|
|
color: var(--second-color);
|
|
position: relative;
|
|
font-weight: 600;
|
|
}
|
|
|
|
.above-nav p, .above-nav a{
|
|
font-size: 1rem;
|
|
|
|
}
|
|
/* .custom-text2:before {
|
|
height: 3px;
|
|
width: 15px;
|
|
background-color: var(--second-color);
|
|
content: "";
|
|
display: -webkit-inline-box;
|
|
margin-right: 10px;
|
|
} */
|
|
|
|
.giant-text {
|
|
font-size: 2.5rem;
|
|
font-family: 'Source Serif Pro', serif;
|
|
font-weight: 800;
|
|
}
|
|
|
|
.medium-text {
|
|
font-size: 2rem;
|
|
font-family: 'Source Serif Pro', serif;
|
|
font-weight: 800;
|
|
}
|
|
|
|
.custom-color{
|
|
background-color: #d5d5d542;
|
|
}
|
|
|
|
.navbar {
|
|
height: 100px;
|
|
background-color: #fefefe;
|
|
}
|
|
|
|
.navbar.scrolled {
|
|
background-color: #fff;
|
|
height: 100px;
|
|
position: sticky;
|
|
top: 0;
|
|
z-index: 111;
|
|
}
|
|
|
|
.navbar.scrolled button.btn.custom-btn a {
|
|
color: #fff;
|
|
}
|
|
|
|
.navbar-nav .active {
|
|
color: red;
|
|
}
|
|
|
|
.navbar.scrolled a {
|
|
color: #333;
|
|
}
|
|
|
|
.dropdown-menu a.dropdown-item {
|
|
background-color: var(--third-color);
|
|
color: #fff !important;
|
|
text-transform: capitalize;
|
|
font-size: 1rem;
|
|
}
|
|
|
|
.dropdown-menu a.dropdown-item:hover {
|
|
background-color: var(--second-color);
|
|
color: #fff !important;
|
|
}
|
|
|
|
.dropdown-menu {
|
|
padding: 0 !important;
|
|
}
|
|
|
|
|
|
.green-bg {
|
|
background-color: var(--first-color);
|
|
}
|
|
|
|
.blue-bg {
|
|
background-color: var(--second-color);
|
|
}
|
|
|
|
.dark-bg {
|
|
background-color: var(--first-color);
|
|
}
|
|
|
|
|
|
a.dropdown-item {
|
|
color: #333 !important;
|
|
}
|
|
|
|
.offcanvas li {
|
|
line-height: 3.5;
|
|
}
|
|
|
|
.offcanvas-body .navbar-nav a {
|
|
color: #333;
|
|
}
|
|
|
|
.offcanvas-body a.nav-link.custom-btn {
|
|
color: #fff;
|
|
}
|
|
|
|
.navbar a {
|
|
text-transform: uppercase;
|
|
font-size: 0.93rem;
|
|
font-weight: 600;
|
|
margin-right: 3px;
|
|
color: #333;
|
|
text-decoration: none;
|
|
position: relative;
|
|
font-family: 'Lato', sans-serif;
|
|
|
|
}
|
|
|
|
.dropdown-toggle::after {
|
|
display: none !important;
|
|
}
|
|
|
|
.navbar-toggler-icon {
|
|
color: var(--first-color);
|
|
}
|
|
|
|
.service-card {
|
|
box-shadow: 0 2px 20px rgb(0 0 0 / 20%);
|
|
min-height: 350px;
|
|
padding: 10px 20px;
|
|
background-color: #fff;
|
|
background-position: top-center;
|
|
background-repeat: no-repeat;
|
|
background-size: contain;
|
|
border-radius: 3px;
|
|
transition: all 400ms;
|
|
}
|
|
|
|
.service-card:hover {
|
|
margin-top: -15px;
|
|
}
|
|
|
|
.service-card .weird-text {
|
|
color: #33333337;
|
|
transition: 1s all;
|
|
font-family: 'Monoton', cursive;
|
|
}
|
|
|
|
.service-card:hover .weird-text {
|
|
color: var(--first-color);
|
|
}
|
|
|
|
.mission-card {
|
|
box-shadow: 0 2px 20px rgb(0 0 0 / 20%);
|
|
min-height: 320px;
|
|
padding: 10px 20px;
|
|
border-radius: 3px;
|
|
}
|
|
|
|
|
|
.blog-card {
|
|
box-shadow: 0 2px 20px rgb(0 0 0 / 20%);
|
|
min-height: 450px;
|
|
border-radius: 3px;
|
|
background-color: #fff;
|
|
}
|
|
|
|
.blog-card img {
|
|
height: 200px;
|
|
width: 100%;
|
|
object-fit: cover;
|
|
}
|
|
|
|
.navbar a:hover {
|
|
text-decoration: none;
|
|
transition: all 300ms;
|
|
color: var(--first-color);
|
|
|
|
}
|
|
|
|
|
|
.nav-link:focus {
|
|
color: #284f8c !important;
|
|
}
|
|
|
|
|
|
a.dropdown-item:focus {
|
|
background-color: #fff;
|
|
}
|
|
|
|
|
|
.navbar.scrolled a.nav-link.custom-btn:hover {
|
|
color: #fff;
|
|
}
|
|
|
|
|
|
.navbar.scrolled a.nav-link.custom-btn {
|
|
color: #fff;
|
|
padding: 10px 15px;
|
|
}
|
|
|
|
.navbar.scrolled {
|
|
padding: 20px;
|
|
}
|
|
|
|
.slider img {
|
|
height: 90vh;
|
|
width: 100%;
|
|
background-repeat: no-repeat;
|
|
object-fit: cover;
|
|
}
|
|
|
|
.carousel-control-next-icon {
|
|
display: inline-block;
|
|
background-color: var(--second-color);
|
|
border-radius: 10%;
|
|
padding: 25px;
|
|
background-size: 50% 50% !important;
|
|
}
|
|
|
|
.carousel-control-prev-icon {
|
|
display: inline-block;
|
|
background-color: var(--third-color);
|
|
border-radius: 10%;
|
|
padding: 25px;
|
|
background-size: 50% 50% !important;
|
|
}
|
|
|
|
.carousel-control-next,
|
|
.carousel-control-prev {
|
|
width: 7% !important;
|
|
}
|
|
|
|
.carousel-indicators [data-bs-target] {
|
|
|
|
background-color: var(--third-color) !important;
|
|
}
|
|
|
|
.carousel-indicators .active {
|
|
width: 15px !important;
|
|
height: 5px !important;
|
|
}
|
|
|
|
|
|
.nextPrev {
|
|
position: absolute;
|
|
bottom: 25px;
|
|
right: 5%;
|
|
}
|
|
|
|
button.form-btn {
|
|
background-color: var(--first-color);
|
|
color: #fff;
|
|
text-decoration: none;
|
|
border: 0;
|
|
padding: 0.8rem 1.2rem;
|
|
transition: 1s all;
|
|
}
|
|
|
|
button.form-btn:hover {
|
|
background-color: var(--second-color);
|
|
}
|
|
|
|
|
|
|
|
|
|
button.customPrevBtn {
|
|
background-color: #fff !important;
|
|
border: 0;
|
|
color: var(--first-color);
|
|
}
|
|
|
|
button.customNextBtn {
|
|
background-color: var(--second-color) !important;
|
|
color: #fff;
|
|
border: 0;
|
|
}
|
|
|
|
a.custom-btn {
|
|
background-color: var(--first-color);
|
|
color: #fff;
|
|
padding: 0.8rem 1.2rem;
|
|
border-radius: 3px;
|
|
text-decoration: none;
|
|
transition: 300ms all;
|
|
}
|
|
|
|
a.custom-btn:hover,
|
|
button.custom-btn:hover {
|
|
background-color: var(--third-color);
|
|
color: #fff;
|
|
text-decoration: none;
|
|
}
|
|
|
|
a.nav-link.custom-btn {
|
|
padding: 10px 15px !important;
|
|
|
|
}
|
|
|
|
|
|
a.custom-btn2 {
|
|
|
|
background-color: var(--second-color);
|
|
color: #fff;
|
|
padding: 0.8rem 1.2rem;
|
|
border-radius: 3px;
|
|
text-decoration: none;
|
|
transition: 300ms all;
|
|
}
|
|
|
|
a.custom-btn2:hover {
|
|
background-color: var(--first-color);
|
|
color: #fff;
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
|
a.custom-btn3 {
|
|
background-color: var(--first-color);
|
|
color: #fff;
|
|
padding: 1rem 1.25rem;
|
|
border-radius: 3px;
|
|
text-decoration: none;
|
|
transition: 300ms all;
|
|
}
|
|
|
|
a.custom-btn3:hover {
|
|
background-color: var(--third-color);
|
|
color: #fff;
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
|
.socials-head a i {
|
|
color: #fff;
|
|
}
|
|
|
|
.socials-head a i:hover {
|
|
color: #efefef;
|
|
}
|
|
|
|
|
|
.main-content {
|
|
position: absolute;
|
|
top: 23%;
|
|
left: 8%;
|
|
}
|
|
|
|
.main-content2 {
|
|
position: absolute;
|
|
top: 23%;
|
|
right: 8%;
|
|
|
|
}
|
|
|
|
|
|
|
|
@media only screen and (min-width: 1700px) {
|
|
.main-content {
|
|
top: 30%;
|
|
}
|
|
|
|
.main-content2 {
|
|
top: 30%;
|
|
}
|
|
|
|
}
|
|
|
|
@media only screen and (max-width: 800px) {
|
|
.main-content {
|
|
top: 15%;
|
|
}
|
|
|
|
.main-content2 {
|
|
top: 15%;
|
|
}
|
|
img.logo {
|
|
height: 70px;
|
|
width: 100%;
|
|
object-fit: contain;
|
|
}
|
|
|
|
}
|
|
|
|
.training-img-content {
|
|
position: absolute;
|
|
top: 90px;
|
|
left: 20px;
|
|
background-color: rgb(255, 255, 255);
|
|
animation: float 3s infinite;
|
|
}
|
|
|
|
|
|
@keyframes float {
|
|
0% {
|
|
transform: translate(0, 10px);
|
|
}
|
|
|
|
50% {
|
|
transform: translate(0, 35px);
|
|
}
|
|
|
|
100% {
|
|
transform: translate(0, 20px);
|
|
}
|
|
}
|
|
|
|
.about-us i,
|
|
.language-page i {
|
|
font-size: 2rem;
|
|
padding: 20px;
|
|
background-color: var(--second-color);
|
|
color: #fff;
|
|
border-radius: 6%;
|
|
}
|
|
|
|
.mission i,
|
|
.services-page i {
|
|
font-size: 2rem;
|
|
color: var(--second-color);
|
|
border-radius: 50%;
|
|
}
|
|
|
|
.get-in-touch .info i {
|
|
font-size: 2rem;
|
|
}
|
|
|
|
.contact-details i {
|
|
font-size: 1.5rem;
|
|
color: #fff;
|
|
background-color: var(--first-color);
|
|
padding: 10px;
|
|
border-radius: 6px;
|
|
}
|
|
|
|
.footer .socials-head i {
|
|
font-size: 1.5rem;
|
|
padding: 10px;
|
|
background-color: var(--first-color);
|
|
color: #fff;
|
|
border-radius: 50%;
|
|
transition: 300ms all;
|
|
}
|
|
|
|
.footer .socials-head i:hover {
|
|
background-color: var(--third-color);
|
|
color: #fff;
|
|
}
|
|
|
|
.footer a {
|
|
color: #fff;
|
|
text-decoration: none;
|
|
}
|
|
|
|
.footer a:hover {
|
|
color: #efefef;
|
|
text-decoration: underline;
|
|
}
|
|
|
|
.services i {
|
|
font-size: 3rem;
|
|
|
|
}
|
|
|
|
.owl-carousel {
|
|
margin-top: 30px;
|
|
}
|
|
|
|
.owl-dots{
|
|
margin-top: 50px !important;
|
|
}
|
|
|
|
.owl-carousel .item {
|
|
margin: 3px;
|
|
}
|
|
|
|
.owl-carousel .item img {
|
|
display: block;
|
|
width: 100%;
|
|
height: auto;
|
|
}
|
|
|
|
/* Circle */
|
|
.circle {
|
|
position: absolute;
|
|
top: 5%;
|
|
left: 20%;
|
|
background-color: #c18e19;
|
|
height: 300px;
|
|
width: 300px;
|
|
border-radius: 50%;
|
|
}
|
|
|
|
img#testimonial {
|
|
position: absolute;
|
|
top: 25%;
|
|
left: 35%;
|
|
border: 5px solid #fff;
|
|
height: 210px;
|
|
width: 210px;
|
|
border-radius: 50%;
|
|
object-fit: cover;
|
|
}
|
|
|
|
.testimonials-page img {
|
|
height: 200px;
|
|
width: 100%;
|
|
object-fit: cover;
|
|
}
|
|
|
|
.quote i {
|
|
font-size: 4rem;
|
|
animation: float 5s infinite;
|
|
|
|
}
|
|
|
|
.testimonials {
|
|
/* background-color: var(--third-color); */
|
|
}
|
|
|
|
.testimonial img {
|
|
width: 150px !important;
|
|
height: 150px;
|
|
display: inline !important;
|
|
object-fit: cover;
|
|
}
|
|
|
|
/* Partners */
|
|
.partners img {
|
|
height: 150px !important;
|
|
width: 100%;
|
|
object-fit: contain;
|
|
padding: 10px;
|
|
}
|
|
|
|
|
|
|
|
.programs img {
|
|
height: 300px;
|
|
width: 100%;
|
|
object-fit: cover;
|
|
}
|
|
|
|
/* Progress Bar */
|
|
.progressbar {
|
|
display: inline-block;
|
|
width: 100px;
|
|
margin: 25px;
|
|
}
|
|
|
|
.circle {
|
|
width: 100%;
|
|
margin: 0 auto;
|
|
margin-top: 10px;
|
|
display: inline-block;
|
|
position: relative;
|
|
text-align: center;
|
|
}
|
|
|
|
.circle canvas {
|
|
vertical-align: middle;
|
|
}
|
|
|
|
.circle div {
|
|
position: absolute;
|
|
top: 30px;
|
|
left: 0;
|
|
width: 100%;
|
|
text-align: center;
|
|
line-height: 40px;
|
|
font-size: 20px;
|
|
}
|
|
|
|
.circle strong i {
|
|
font-style: normal;
|
|
font-size: 0.6em;
|
|
font-weight: normal;
|
|
}
|
|
|
|
.circle span {
|
|
display: block;
|
|
color: #aaa;
|
|
margin-top: 12px;
|
|
}
|
|
|
|
|
|
.nav-tabs .nav-item.show .nav-link,
|
|
.nav-tabs .nav-link.active {
|
|
color: var(--third-color) !important;
|
|
font-weight: 600;
|
|
border-color: none !important;
|
|
border-bottom: 2px solid var(--second-color) !important;
|
|
text-decoration: none;
|
|
transition: 50ms all;
|
|
}
|
|
|
|
|
|
.nav-tabs .nav-link {
|
|
color: var(--third-color);
|
|
font-weight: 600;
|
|
|
|
}
|
|
|
|
.nav-tabs .nav-link:hover {
|
|
text-decoration: none;
|
|
color: #444;
|
|
}
|
|
|
|
/* Forms */
|
|
|
|
.form i.icons {
|
|
position: absolute;
|
|
left: 20px;
|
|
top: 40px;
|
|
color: var(--first-color);
|
|
font-size: 1.2rem;
|
|
}
|
|
|
|
.form i.icons-inside {
|
|
position: absolute;
|
|
right: 20px;
|
|
top: 10px;
|
|
color: var(--first-color);
|
|
font-size: 1.2rem;
|
|
}
|
|
|
|
/* Accordion */
|
|
.accordion-button:not(.collapsed) {
|
|
background-color: #eee !important;
|
|
color: var(--blue) !important;
|
|
font-weight: 600;
|
|
}
|
|
a.learn-more {
|
|
color: var(--third-color);
|
|
font-weight: 500;
|
|
}
|
|
|
|
a.learn-more:hover {
|
|
color: var(--first-color);
|
|
text-decoration: none;
|
|
}
|
|
|
|
.dark-bg a.learn-more {
|
|
color: #fff;
|
|
font-weight: 500;
|
|
}
|
|
|
|
.dark-bg a.learn-more:hover {
|
|
color: var(--first-color);
|
|
text-decoration: none;
|
|
}
|
|
|
|
a.learn-more i {
|
|
transition: all 1s;
|
|
}
|
|
|
|
a.learn-more:hover i {
|
|
margin-left: 15px !important;
|
|
}
|
|
|
|
.single-page img {
|
|
height: 50vh;
|
|
width: 100%;
|
|
object-fit: cover;
|
|
}
|
|
|
|
/* Job Category */
|
|
.contents-card.mt-3.text-center {
|
|
background-color: #fff;
|
|
}
|
|
|
|
.contents-card .custom-text {
|
|
background-color: #fff;
|
|
padding-bottom: 10px;
|
|
|
|
}
|
|
|
|
.contents-card .custom-text {
|
|
position: absolute;
|
|
top: 45%;
|
|
background-color: #fff;
|
|
border-top: 1px solid var(--third-color);
|
|
padding: 10px 20px;
|
|
}
|
|
|
|
.graphics-card img {
|
|
height: 350px;
|
|
width: 100%;
|
|
object-fit: cover;
|
|
border-radius: 6px;
|
|
}
|
|
|
|
.single-card img {
|
|
width: 100% !important;
|
|
height: 350px;
|
|
object-fit: cover;
|
|
border-radius: 6px;
|
|
}
|
|
|
|
.all-job .graphics-card {
|
|
box-shadow: 0 2px 20px rgba(0, 0, 0, 0.293);
|
|
min-height: 400px;
|
|
background-color: #fff;
|
|
border: 1px solid #ddd;
|
|
}
|
|
|
|
.all-job img {
|
|
height: 200px;
|
|
width: 100%;
|
|
object-fit: cover;
|
|
border: 2px solid #524e4e;
|
|
padding: 10px;
|
|
background-color: #e9e9e9;
|
|
transition: all 400ms;
|
|
}
|
|
|
|
.all-job img:hover {
|
|
transform: scale(1.03);
|
|
border: 2px solid var(--first-color);
|
|
}
|
|
|
|
.corporate-profile .graphics-card {
|
|
box-shadow: 0 2px 20px rgba(0, 0, 0, 0.293);
|
|
min-height: 200px;
|
|
background-color: #fff;
|
|
}
|
|
|
|
.partners img{
|
|
height: 150px;
|
|
width: 100%;
|
|
object-fit: contain;
|
|
padding: 15px;
|
|
border: 2px solid var(--first-color);
|
|
}
|
|
|
|
.clients img {
|
|
height: 150px;
|
|
width: 100%;
|
|
object-fit: contain;
|
|
padding: 15px;
|
|
}
|
|
|
|
|
|
.banner-background {
|
|
background: url(../img/background.jpg);
|
|
background-position: 100% 100%;
|
|
background-repeat: no-repeat;
|
|
background-size: cover;
|
|
background-attachment: fixed;
|
|
height: 50vh;
|
|
}
|
|
|
|
.custom-background {
|
|
background: url(../img/bg.png);
|
|
background-position: center;
|
|
background-repeat: no-repeat;
|
|
background-size: contain;
|
|
}
|
|
|
|
.contact-person i.fa-user {
|
|
background-color: var(--first-color);
|
|
padding: 10px;
|
|
color: #fff;
|
|
border-radius: 6px;
|
|
}
|
|
|
|
.contact-person i.fa-paper-plane {
|
|
background-color: #fff;
|
|
padding: 10px;
|
|
color: var(--third-color);
|
|
border-radius: 6px;
|
|
}
|
|
|
|
.vision img {
|
|
width: 100%;
|
|
object-fit: cover;
|
|
}
|
|
|
|
div#category-image {
|
|
position: sticky;
|
|
bottom: 0rem;
|
|
align-self: flex-end;
|
|
}
|
|
|
|
#category-image img {
|
|
height: 65vh;
|
|
width: 100%;
|
|
object-fit: cover;
|
|
}
|
|
|
|
|
|
|
|
.associate-office i {
|
|
font-size: 1rem;
|
|
color: #fff;
|
|
background-color: var(--third-color);
|
|
padding: 10px;
|
|
border-radius: 6px;
|
|
}
|
|
|
|
.ratio.ratio-16x9 {
|
|
background-color: transparent !important;
|
|
}
|
|
|
|
/* .navbar [type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
|
|
|
|
background-color: transparent !important;
|
|
border-radius: 0;
|
|
} */
|
|
|
|
img.d-block.mw-100.mh-100.h-auto.w-auto.m-auto.top-0.end-0.bottom-0.start-0.img-fluid {
|
|
padding: 20px;
|
|
object-fit: contain !important;
|
|
background-color: #fff;
|
|
} |