diff --git a/about.php b/about.php index ec16618..d95fa41 100644 --- a/about.php +++ b/about.php @@ -73,47 +73,7 @@ As a managing director of the companies I am a true leader who inspire my team t - - -
+
Certifications & Achievements
@@ -177,6 +137,7 @@ As a managing director of the companies I am a true leader who inspire my team t
+
@@ -186,108 +147,11 @@ As a managing director of the companies I am a true leader who inspire my team t
- -
-
-
-
-
-
-
- 0+ -
-
Years Experiences
-
-
-
-
-
-
-
- 0 -
-
Great Volunteers
-
-
-
-
-
-
-
- 0k+ -
-
Satisfied Clients
-
-
-
-
-
-
-
- 0+ -
-
Awards Achieve
-
-
-
-
-
-
- -
-
-
-
What They Say!
-

"Grateful for all the love and positove feedbacks"

-
- -
-
+
-
+
diff --git a/achievment.php b/achievment.php new file mode 100644 index 0000000..202d6f6 --- /dev/null +++ b/achievment.php @@ -0,0 +1,96 @@ + + +
+
+

Achievements

+
Recognitions That Define My Career
+
+
+ + + + diff --git a/article-detail.php b/article-detail.php deleted file mode 100644 index 33f471a..0000000 --- a/article-detail.php +++ /dev/null @@ -1,93 +0,0 @@ - - -
-
-

Including animation in your
design system

-
By Eva Green - October 13, 2020
-
-
- - - - \ No newline at end of file diff --git a/article-list.php b/article-list.php deleted file mode 100644 index fca7b9e..0000000 --- a/article-list.php +++ /dev/null @@ -1,112 +0,0 @@ - - - -
-
-

Article List

-
Explore my educational articles
-
-
- - - - - \ No newline at end of file diff --git a/assets/css/responsive.css b/assets/css/responsive.css index fb66067..a815bae 100644 --- a/assets/css/responsive.css +++ b/assets/css/responsive.css @@ -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) { diff --git a/assets/css/style.css b/assets/css/style.css index 706e049..94e420f 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -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; +} diff --git a/assets/images/resource/certificate.png b/assets/images/resource/certificate.png index fe58c39..4287be5 100644 Binary files a/assets/images/resource/certificate.png and b/assets/images/resource/certificate.png differ diff --git a/assets/js/video.js b/assets/js/video.js index d8c16ff..72888c1 100644 --- a/assets/js/video.js +++ b/assets/js/video.js @@ -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 + }); + diff --git a/contact.php b/contact.php index 11f6fb8..1c827eb 100644 --- a/contact.php +++ b/contact.php @@ -8,7 +8,7 @@
-
+
diff --git a/footer.php b/footer.php index 9a6b30e..2de6d16 100644 --- a/footer.php +++ b/footer.php @@ -82,7 +82,7 @@