update
This commit is contained in:
@@ -96,8 +96,13 @@
|
||||
}
|
||||
.banner-section-two .content-box .inner {
|
||||
|
||||
margin-top: 0px;
|
||||
/* margin-top: 0px; */
|
||||
}
|
||||
.banner-section-two .sec-bg {
|
||||
height: 518px !important;
|
||||
|
||||
}
|
||||
|
||||
.cta-section .image img {
|
||||
height: 287px;
|
||||
width: 287px;
|
||||
@@ -294,9 +299,15 @@
|
||||
margin-bottom: 0px;
|
||||
padding-bottom: 23px;
|
||||
}
|
||||
.swiper-slide {
|
||||
width: 100% !important;
|
||||
}
|
||||
.abt1{
|
||||
margin-bottom: 120px;
|
||||
}
|
||||
.popup .contact-form-section .contact-form {
|
||||
padding: 0px;
|
||||
}
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 350px) {
|
||||
|
||||
@@ -202,7 +202,7 @@ figure {
|
||||
}
|
||||
.cta-section {
|
||||
|
||||
margin-bottom: 150px;
|
||||
margin-bottom: 120px;
|
||||
}
|
||||
.theme-btn {
|
||||
display: inline-block;
|
||||
@@ -2737,11 +2737,13 @@ a{
|
||||
}
|
||||
|
||||
.testimonial-block .image img {
|
||||
padding: 3px;
|
||||
border-radius: 50%;
|
||||
width: 200px;
|
||||
width: 160px;
|
||||
margin: 0 auto;
|
||||
height: 200px;
|
||||
height: 160px;
|
||||
border: 2px solid var(--primary-color1);
|
||||
object-fit: contain;
|
||||
}
|
||||
.testimonials-section.abt11
|
||||
{
|
||||
@@ -2987,9 +2989,18 @@ a{
|
||||
font-size: 14px;
|
||||
margin-top: 5px;
|
||||
}
|
||||
|
||||
.fancybox-image{
|
||||
border-radius: 5px;
|
||||
}
|
||||
/* Blog Section */
|
||||
|
||||
.inner-box .right-column{
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
}
|
||||
.inner-box .right-column ul{
|
||||
display: flex;
|
||||
gap: 10px;
|
||||
}
|
||||
.blog-section {
|
||||
position: relative;
|
||||
padding: 120px 0 120px;
|
||||
@@ -3111,6 +3122,7 @@ a{
|
||||
.newsletter-section {
|
||||
position: relative;
|
||||
padding: 160px 0 100px;
|
||||
background-color: #DFE6F6;
|
||||
}
|
||||
|
||||
.newsletter-section .sec-bg {
|
||||
@@ -4400,21 +4412,24 @@ gap: 8px;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
}
|
||||
|
||||
.banner-section-two{
|
||||
height: 696px;
|
||||
background-color: #DFE6F6;
|
||||
}
|
||||
|
||||
/* Testimonials Section Two */
|
||||
|
||||
.testimonials-section-two {
|
||||
position: relative;
|
||||
padding: 45px 0 8px;
|
||||
background-color: #e9f7f2;
|
||||
/* background-color:#DFE6F6 ; */
|
||||
}
|
||||
|
||||
.testimonial-block-two .inner-box {
|
||||
position: relative;
|
||||
margin-bottom: 30px;
|
||||
text-align: center;
|
||||
background-color: rgb(255, 255, 255);
|
||||
/* background-color: rgb(255, 255, 255); */
|
||||
box-shadow: 0px 10px 20px 0px rgba(8, 13, 62, 0.03);
|
||||
padding: 35px 20px;
|
||||
border-radius: 10px;
|
||||
@@ -4425,6 +4440,7 @@ gap: 8px;
|
||||
margin-bottom: 25px;
|
||||
}
|
||||
|
||||
|
||||
.testimonial-block-two .image img {
|
||||
width: auto;
|
||||
margin: 0 auto;
|
||||
@@ -4460,6 +4476,7 @@ gap: 8px;
|
||||
font-size: 22px;
|
||||
font-weight: 600;
|
||||
margin-bottom: 5px;
|
||||
color: var(--primary-color1);
|
||||
}
|
||||
.swiper-button-next, .swiper-button-prev {
|
||||
background-color: white;
|
||||
@@ -4536,9 +4553,9 @@ gap: 8px;
|
||||
|
||||
/* Page Title */
|
||||
.page-title {
|
||||
margin-top: 157px;
|
||||
/* margin-top: 157px; */
|
||||
position: relative;
|
||||
padding: 105px 0;
|
||||
padding: 219px 0 120px;
|
||||
text-align: center;
|
||||
background-size: cover;
|
||||
}
|
||||
@@ -4703,6 +4720,14 @@ gap: 8px;
|
||||
position:relative;
|
||||
margin-bottom: 30px;
|
||||
}
|
||||
.homee .contact-form input[type="text"],
|
||||
.homee .contact-form input[type="email"],
|
||||
.homee .contact-form input[type="password"],
|
||||
.homee .contact-form select,
|
||||
.homee .contact-form textarea{
|
||||
background: white !important;
|
||||
}
|
||||
|
||||
|
||||
.contact-form input[type="text"],
|
||||
.contact-form input[type="email"],
|
||||
@@ -4712,17 +4737,17 @@ gap: 8px;
|
||||
display:block;
|
||||
width:100%;
|
||||
line-height:28px;
|
||||
height: 60px;
|
||||
height: 43px;
|
||||
font-size:16px;
|
||||
padding: 10px 30px;
|
||||
background:#ffffff;
|
||||
background:#DFE6F6;
|
||||
color: #565872;
|
||||
border: 2px solid #ffffff;
|
||||
transition:all 500ms ease;
|
||||
-webkit-transition:all 500ms ease;
|
||||
-ms-transition:all 500ms ease;
|
||||
-o-transition:all 500ms ease;
|
||||
border-radius: 30px;
|
||||
border-radius: 10px;
|
||||
}
|
||||
|
||||
.contact-form textarea{
|
||||
@@ -4796,12 +4821,20 @@ gap: 8px;
|
||||
}
|
||||
|
||||
/* Contact form section */
|
||||
|
||||
.homee .contact-form-section {
|
||||
background-color: #DFE6F6 !important;
|
||||
}
|
||||
.contact-form-section {
|
||||
position: relative;
|
||||
position: relative;
|
||||
padding: 28px 0 0px;
|
||||
background-color: #e5f8f1;
|
||||
/* border: 1px solid var(--primary-color1); */
|
||||
border-radius: 10px;
|
||||
background-color: white;
|
||||
|
||||
|
||||
}
|
||||
.contact-form-section.home{
|
||||
border-radius: 10px;
|
||||
}
|
||||
.contact-form-section.popupp{
|
||||
padding: 0px !important;
|
||||
@@ -4815,7 +4848,7 @@ gap: 8px;
|
||||
padding: 0px 57px;
|
||||
}
|
||||
.popup .contact-form-section .contact-form {
|
||||
padding: 0px !important;
|
||||
/* padding: 0px !important; */
|
||||
}
|
||||
|
||||
/*Error Section*/
|
||||
@@ -4864,9 +4897,14 @@ gap: 8px;
|
||||
position: relative;
|
||||
padding: 69px 0 120px;
|
||||
}
|
||||
.contact-info-section-two.homee{
|
||||
margin-bottom: 0px !important;
|
||||
}
|
||||
.contact-info-section-two.home{
|
||||
margin-bottom: 120px;
|
||||
position: relative;
|
||||
padding: 120px 0 120px;
|
||||
background-color: #DFE6F6;
|
||||
}
|
||||
|
||||
|
||||
@@ -5321,7 +5359,7 @@ gap: 8px;
|
||||
/* Sidebar page */
|
||||
.sidebar-page {
|
||||
position: relative;
|
||||
padding: 80px 0 120px;
|
||||
padding: 120px 0 120px;
|
||||
}
|
||||
|
||||
|
||||
@@ -5635,7 +5673,7 @@ gap: 8px;
|
||||
background-color: whitesmoke;
|
||||
}
|
||||
.modal-dialog-scrollable .modal-body {
|
||||
background-color: #e5f8f1;
|
||||
/* background-color: #e5f8f1; */
|
||||
padding: 0px !important;
|
||||
}
|
||||
.modal-header .btn-close {
|
||||
@@ -5665,7 +5703,7 @@ gap: 8px;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
/* margin-right: 10px !important; */
|
||||
margin-right: 15px !important;
|
||||
}
|
||||
|
||||
/* .mySwiper-video .swiper-button-next::after,
|
||||
@@ -5845,3 +5883,44 @@ gap: 8px;
|
||||
.swiper-pagination-bullet {
|
||||
background: #ff6600;
|
||||
}
|
||||
|
||||
/* achievment */
|
||||
.achievements {
|
||||
padding: 0px 0 120px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
|
||||
/* .achievements .swiper-slide {
|
||||
margin-right: 0px !important;
|
||||
} */
|
||||
|
||||
.achievements-swiper {
|
||||
width: 90%;
|
||||
margin: auto;
|
||||
}
|
||||
|
||||
.swiper-slide {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.swiper-slide img {
|
||||
width: 100%;
|
||||
max-width: 260px;
|
||||
height: auto;
|
||||
border-radius: 10px;
|
||||
box-shadow: 0 10px 25px rgba(0,0,0,0.15);
|
||||
transition: transform 0.3s ease;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.swiper-slide img:hover {
|
||||
transform: scale(1.05);
|
||||
}
|
||||
|
||||
/* Navigation arrows color */
|
||||
.swiper-button-next,
|
||||
.swiper-button-prev {
|
||||
color: #3f3fd6;
|
||||
}
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 281 KiB After Width: | Height: | Size: 1.9 MiB |
@@ -3,3 +3,33 @@
|
||||
function changeVideo(videoId) {
|
||||
document.getElementById("mainVideo").src = "https://www.youtube.com/embed/" + videoId;
|
||||
}
|
||||
|
||||
|
||||
// Swiper
|
||||
const swiper = new Swiper('.achievements-swiper', {
|
||||
slidesPerView: 4,
|
||||
spaceBetween: 30,
|
||||
loop: true,
|
||||
navigation: {
|
||||
nextEl: '.swiper-button-next',
|
||||
prevEl: '.swiper-button-prev',
|
||||
},
|
||||
breakpoints: {
|
||||
0: {
|
||||
slidesPerView: 1,
|
||||
},
|
||||
576: {
|
||||
slidesPerView: 2,
|
||||
},
|
||||
992: {
|
||||
slidesPerView: 4,
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
// Lightbox
|
||||
const lightbox = GLightbox({
|
||||
touchNavigation: true,
|
||||
loop: true
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user