File Editor
Directories:
.. (Back)
Files:
aos.css
bootstrap-icons.css
bootstrap.min.css
boxicons.min.css
font-awesome.min.css
styles.css
swiper-bundle.min.css
Create New File
Create
Edit File: styles.css
@import url(//fonts.googleapis.com/css?family=Roboto:300,400,500); body { font-family: "Roboto", sans-serif; } a { color: inherit; text-decoration: none; } a:visited { color: inherit; } i.fa { margin-right: 5px; } header { background-color: #af6e144d; } #about { font-size: 1.2rem; } @media only screen and (max-width: 600px) { .features-img { width: 300px; } } @media only screen and (max-width: 450px) { .features-img { width: 200px; } } @media screen and (max-width: 768px) { [data-aos-delay] { transition-delay: 0 !important; } } #hero img { max-width: 100% !important; max-height: 100% !important; } /*-------------------------------------------------------------- # Header --------------------------------------------------------------*/ #header { transition: all 0.5s; background: #fff; z-index: 997; padding: 15px 0; border-bottom: 1px solid #e6f2fb; } #header.header-scrolled { border-color: #fff; box-shadow: 0px 2px 15px rgba(18, 66, 101, 0.08); } #header .logo { font-size: 28px; margin: 0; padding: 0; line-height: 1; font-weight: 300; letter-spacing: 0.5px; font-family: "Poppins", sans-serif; } #header .logo a { color: #16507b; } #header .logo img { max-height: 40px; } @media (max-width: 992px) { #header .logo { font-size: 28px; } } /*-------------------------------------------------------------- # Navigation Menu --------------------------------------------------------------*/ /** * Desktop Navigation */ .navbar { padding: 0; } .navbar ul { margin: 0; padding: 0; display: flex; list-style: none; align-items: center; } .navbar li { position: relative; } .navbar a, .navbar a:focus { display: flex; align-items: center; justify-content: space-between; padding: 10px 0 10px 30px; font-size: 14px; color: #16507b; white-space: nowrap; transition: 0.3s; } .navbar a i, .navbar a:focus i { font-size: 12px; line-height: 0; margin-left: 5px; } .navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover>a { color: #2487ce; } .navbar .getstarted, .navbar .getstarted:focus { background: #2487ce; padding: 8px 20px; margin-left: 30px; border-radius: 4px; color: #fff; } .navbar .getstarted:hover, .navbar .getstarted:focus:hover { color: #fff; background: #3194db; } .navbar .dropdown ul { display: block; position: absolute; left: 14px; top: calc(100% + 30px); margin: 0; padding: 10px 0; z-index: 99; opacity: 0; visibility: hidden; background: #fff; box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25); transition: 0.3s; border-radius: 4px; } .navbar .dropdown ul li { min-width: 200px; } .navbar .dropdown ul a { padding: 10px 20px; text-transform: none; } .navbar .dropdown ul a i { font-size: 12px; } .navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover>a { color: #2487ce; } .navbar .dropdown:hover>ul { opacity: 1; top: 100%; visibility: visible; } .navbar .dropdown .dropdown ul { top: 0; left: calc(100% - 30px); visibility: hidden; } .navbar .dropdown .dropdown:hover>ul { opacity: 1; top: 0; left: 100%; visibility: visible; } @media (max-width: 1366px) { .navbar .dropdown .dropdown ul { left: -90%; } .navbar .dropdown .dropdown:hover>ul { left: -100%; } } /** * Mobile Navigation */ .mobile-nav-toggle { color: #124265; font-size: 28px; cursor: pointer; display: none; line-height: 0; transition: 0.5s; } .mobile-nav-toggle.bi-x { color: #fff; } @media (max-width: 991px) { .mobile-nav-toggle { display: block; } .navbar ul { display: none; } } .navbar-mobile { position: fixed; overflow: hidden; top: 0; right: 0; left: 0; bottom: 0; background: rgba(10, 38, 58, 0.9); transition: 0.3s; z-index: 999; } .navbar-mobile .mobile-nav-toggle { position: absolute; top: 15px; right: 15px; } .navbar-mobile ul { display: block; position: absolute; top: 55px; right: 15px; bottom: 15px; left: 15px; padding: 10px 0; background-color: #fff; overflow-y: auto; transition: 0.3s; } .navbar-mobile a, .navbar-mobile a:focus { padding: 10px 20px; font-size: 15px; color: #124265; } .navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover>a { color: #2487ce; } .navbar-mobile .getstarted, .navbar-mobile .getstarted:focus { margin: 15px; } .navbar-mobile .dropdown ul { position: static; display: none; margin: 10px 20px; padding: 10px 0; z-index: 99; opacity: 1; visibility: visible; background: #fff; box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25); } .navbar-mobile .dropdown ul li { min-width: 200px; } .navbar-mobile .dropdown ul a { padding: 10px 20px; } .navbar-mobile .dropdown ul a i { font-size: 12px; } .navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover>a { color: #2487ce; } .navbar-mobile .dropdown>.dropdown-active { display: block; } /*-------------------------------------------------------------- # Hero Section --------------------------------------------------------------*/ #hero { width: 100%; height: 100vh; background-color: rgba(17, 17, 17, 0.8); overflow: hidden; padding: 0; } #hero .carousel-item { width: 100%; height: 100vh; background-size: cover; background-position: center; background-repeat: no-repeat; position: relative; transition: 0.3; } #hero .carousel-item::before { content: ""; background-color: rgba(0, 0, 0, 0.5); position: absolute; top: 0; right: 0; left: 0; bottom: 0; } #hero .carousel-container { display: flex; justify-content: center; align-items: center; position: absolute; bottom: 0; top: 0; left: 0; right: 0; } #hero .carousel-content { text-align: center; } #hero h2 { color: #fff; margin-bottom: 30px; font-size: 48px; font-weight: 700; } #hero h2 span { color: #5c9f24; } #hero p { width: 80%; animation-delay: 0.4s; margin: 0 auto 30px auto; color: #fff; } #hero .carousel-inner .carousel-item { transition-property: opacity; background-position: center top; } #hero .carousel-inner .carousel-item, #hero .carousel-inner .active.carousel-item-start, #hero .carousel-inner .active.carousel-item-end { opacity: 0; } #hero .carousel-inner .active, #hero .carousel-inner .carousel-item-next.carousel-item-start, #hero .carousel-inner .carousel-item-prev.carousel-item-end { opacity: 1; transition: 0.5s; } #hero .carousel-inner .carousel-item-next, #hero .carousel-inner .carousel-item-prev, #hero .carousel-inner .active.carousel-item-start, #hero .carousel-inner .active.carousel-item-end { left: 0; transform: translate3d(0, 0, 0); } #hero .carousel-control-next-icon, #hero .carousel-control-prev-icon { background: none; font-size: 30px; line-height: 0; width: auto; height: auto; background: rgba(255, 255, 255, 0.2); border-radius: 50px; transition: 0.3s; color: rgba(255, 255, 255, 0.5); width: 54px; height: 54px; display: flex; align-items: center; justify-content: center; } #hero .carousel-control-next-icon:hover, #hero .carousel-control-prev-icon:hover { background: rgba(255, 255, 255, 0.3); color: rgba(255, 255, 255, 0.8); } #hero .carousel-indicators li { list-style-type: none; cursor: pointer; background: #fff; overflow: hidden; border: 0; width: 12px; height: 12px; border-radius: 50px; opacity: 0.6; transition: 0.3s; } #hero .carousel-indicators li.active { opacity: 1; background: #5c9f24; } #hero .btn-get-started { font-family: "Roboto", sans-serif; font-weight: 400; font-size: 14px; letter-spacing: 1px; display: inline-block; padding: 10px 32px 12px 32px; border-radius: 4px; transition: 0.5s; line-height: 1; margin: 10px; color: #fff; animation-delay: 0.8s; text-transform: uppercase; border: 2px solid #5c9f24; background: #5c9f24; } #hero .btn-get-started:hover { background: #6ab82a; border-color: #6ab82a; color: #fff; } @media (max-width: 768px) { #hero h2 { font-size: 28px; } } @media (min-width: 1024px) { #hero p { width: 60%; } #hero .carousel-control-prev, #hero .carousel-control-next { width: 5%; } } /*-------------------------------------------------------------- # Why Us --------------------------------------------------------------*/ .why-us .box { padding: 50px 30px; box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1); transition: all ease-in-out 0.3s; } .why-us .box span { display: block; font-size: 28px; font-weight: 700; color: #8ed851; } .why-us .box h4 { font-size: 24px; font-weight: 600; padding: 0; margin: 20px 0; color: #2a2a2a; } .why-us .box p { color: #aaaaaa; font-size: 15px; margin: 0; padding: 0; } .why-us .box:hover { background: #5c9f24; padding: 30px 30px 70px 30px; box-shadow: 10px 15px 30px rgba(0, 0, 0, 0.18); } .why-us .box:hover span, .why-us .box:hover h4, .why-us .box:hover p { color: #fff; } /* Testimonials Section - Home Page ------------------------------*/ .testimonials { --background-color: #f4f4f4; } .testimonials .info h3 { font-weight: 700; font-size: 32px; } .testimonials .swiper { box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.05); background-color: #fff; } .testimonials .testimonials-carousel, .testimonials .testimonials-slider { overflow: hidden; } .testimonials .testimonial-item { box-sizing: content-box; min-height: 200px; position: relative; margin: 30px; } .testimonials .testimonial-item .testimonial-img { width: 90px; height: 90px; border-radius: 50px; border: 6px solid var(--background-color); margin-right: 10px; } .testimonials .testimonial-item h3 { font-size: 18px; font-weight: bold; margin: 10px 0 5px 0; } .testimonials .testimonial-item h4 { color: rgba(var(--default-color-rgb), 0.5); font-size: 14px; margin: 0; } .testimonials .testimonial-item .stars { margin: 10px 0; } .testimonials .testimonial-item .stars i { color: #ffc107; margin: 0 1px; } .testimonials .testimonial-item .quote-icon-left, .testimonials .testimonial-item .quote-icon-right { color: rgba(var(--primary-color-rgb), 0.4); font-size: 26px; line-height: 0; } .testimonials .testimonial-item .quote-icon-left { display: inline-block; left: -5px; position: relative; } .testimonials .testimonial-item .quote-icon-right { display: inline-block; right: -5px; position: relative; top: 10px; transform: scale(-1, -1); } .testimonials .testimonial-item p { font-style: italic; margin: 15px auto 15px auto; } .testimonials .swiper-wrapper { height: auto; } .testimonials .swiper-pagination { margin-top: 20px; margin-bottom: 20px; position: relative; } .testimonials .swiper-pagination .swiper-pagination-bullet { width: 10px; height: 10px; background-color: rgba(var(--default-color-rgb), 0.15); opacity: 1; border: none; } .testimonials .swiper-pagination .swiper-pagination-bullet-active { background-color: var(--primary-color); } @media (max-width: 767px) { .testimonials .testimonials-carousel, .testimonials .testimonials-slider { overflow: hidden; } .testimonials .testimonial-item { margin: 15px; } } /* Faq Section - Home Page ------------------------------*/ .faq .content h3 { font-weight: 400; font-size: 34px; } .faq .content p { font-size: 15px; color: rgba(var(--default-color-rgb), 0.7); } .faq .faq-container .faq-item { position: relative; padding: 20px; margin-bottom: 20px; box-shadow: 0px 5px 25px 0px rgba(var(--default-color-rgb), 0.1); overflow: hidden; } .faq .faq-container .faq-item:last-child { margin-bottom: 0; } .faq .faq-container .faq-item h3 { font-weight: 600; font-size: 18px; line-height: 24px; margin: 0 30px 0 0; transition: 0.3s; cursor: pointer; display: flex; align-items: flex-start; } .faq .faq-container .faq-item h3 .num { color: var(--accent-color); padding-right: 5px; } .faq .faq-container .faq-item h3:hover { color: var(--accent-color); } .faq .faq-container .faq-item .faq-content { display: grid; grid-template-rows: 0fr; transition: 0.3s ease-in-out; visibility: hidden; opacity: 0; } .faq .faq-container .faq-item .faq-content p { margin-bottom: 0; overflow: hidden; } .faq .faq-container .faq-item .faq-toggle { position: absolute; top: 20px; right: 20px; font-size: 16px; line-height: 0; transition: 0.3s; cursor: pointer; } .faq .faq-container .faq-item .faq-toggle:hover { color: var(--accent-color); } .faq .faq-container .faq-active h3 { color: var(--accent-color); } .faq .faq-container .faq-active .faq-content { grid-template-rows: 1fr; visibility: visible; opacity: 1; padding-top: 10px; } .faq .faq-container .faq-active .faq-toggle { transform: rotate(90deg); color: var(--accent-color); } .contact { padding: 4%; } .contact_right { background: #ff9b00; padding: 4%; border-top-left-radius: 0.5rem; border-bottom-left-radius: 0.5rem; } .contact-info { margin-top: 10%; } .contact-info img { margin-bottom: 15%; } .contact-info h2 { margin-bottom: 10%; } .contact_left { padding: 3%; border-top-right-radius: 0.5rem; border-bottom-right-radius: 0.5rem; } .contact-form label { font-weight: 600; } .contact-form button { background: #25274d; color: #fff; font-weight: 600; } .contact-form button:focus { box-shadow: none; } /*-------------------------------------------------------------- # Footer --------------------------------------------------------------*/ #footer { color: #444444; font-size: 14px; background: #f6f4f4; box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1); } #footer .footer-top { padding: 60px 0 30px 0; background: #fff; } #footer .footer-top .footer-contact { margin-bottom: 30px; } #footer .footer-top .footer-contact h4 { font-size: 22px; margin: 0 0 30px 0; padding: 2px 0 2px 0; line-height: 1; font-weight: 700; } #footer .footer-top .footer-contact p { font-size: 14px; line-height: 24px; margin-bottom: 0; font-family: 'Nunito', sans-serif; color: #777777; } #footer .footer-top h4 { font-size: 16px; font-weight: bold; color: #444444; position: relative; padding-bottom: 12px; } #footer .footer-top .footer-links { margin-bottom: 30px; } #footer .footer-top .footer-links ul { list-style: none; padding: 0; margin: 0; } #footer .footer-top .footer-links ul i { padding-right: 2px; color: #ea6981; font-size: 18px; line-height: 1; } #footer .footer-top .footer-links ul li { padding: 10px 0; display: flex; align-items: center; } #footer .footer-top .footer-links ul li:first-child { padding-top: 0; } #footer .footer-top .footer-links ul a { color: #777777; transition: 0.3s; display: inline-block; line-height: 1; } #footer .footer-top .footer-links ul a:hover { text-decoration: none; color: #e43c5c; } #footer .footer-newsletter { font-size: 15px; } #footer .footer-newsletter h4 { font-size: 16px; font-weight: bold; color: #444444; position: relative; padding-bottom: 12px; } #footer .footer-newsletter form { margin-top: 30px; background: #fff; padding: 6px 10px; position: relative; border-radius: 50px; text-align: left; border: 1px solid #f7c2cc; } #footer .footer-newsletter form input[type='email'] { border: 0; padding: 4px 8px; width: calc(100% - 100px); } #footer .footer-newsletter form input[type='submit'] { position: absolute; top: 0; right: -2px; bottom: 0; border: 0; background: none; font-size: 15px; padding: 0 22px; background: #e43c5c; color: #fff; transition: 0.3s; border-radius: 50px; box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1); } #footer .footer-newsletter form input[type='submit']:hover { background: #d01d3f; } #footer .credits { padding-top: 5px; font-size: 13px; color: #444444; } #footer .social-links a { font-size: 18px; display: inline-block; background: #e43c5c; color: #fff; line-height: 1; padding: 8px 0; margin-right: 4px; border-radius: 50%; text-align: center; width: 36px; height: 36px; transition: 0.3s; } #footer .social-links a:hover { background: #d01d3f; color: #fff; text-decoration: none; }
Save Changes
Rename File
Rename