Home page first section sapace updated
This commit is contained in:
commit
cd573446be
@ -71,7 +71,7 @@ export default function Home() {
|
||||
<>
|
||||
<Layout headerStyle={2} footerStyle={1} breadcrumbTitle="About Us" bannerImage="/assets/images/about-us/about-us-banner.webp">
|
||||
{/* about-section */}
|
||||
<section className="about-style-three pt_120 pb_120">
|
||||
<section className="about-style-three pt_90 pb_90">
|
||||
{/* <div className="pattern-layer" style={{ backgroundImage: 'url(/assets/images/shape/shape-35.webp)' }}></div> */}
|
||||
<div className="auto-container">
|
||||
<div className="row clearfix">
|
||||
@ -113,7 +113,7 @@ export default function Home() {
|
||||
{/* about-section end */}
|
||||
|
||||
{/* process */}
|
||||
<section className="process-section sec-pad ">
|
||||
<section className="process-section sec-pad pt-0">
|
||||
<div className="pattern-layer" style={{ backgroundImage: 'url(/assets/images/shape/shape-19.png)' }}></div>
|
||||
<div className="shape">
|
||||
<div className="shape-1 float-bob-x" style={{ backgroundImage: 'url(/assets/images/shape/shape-20.png)' }}></div>
|
||||
@ -366,7 +366,7 @@ export default function Home() {
|
||||
</section>
|
||||
|
||||
|
||||
<section className="image-slider-section relative w-full pt_120 pb_120 text-center">
|
||||
<section className="image-slider-section relative w-full pt_90 pb_90 text-center">
|
||||
<div className="auto-container mx-auto relative w-full">
|
||||
<div className="sec-title mb_50 centred">
|
||||
<h2>Our Trusted Partners</h2>
|
||||
|
||||
@ -22,7 +22,7 @@ export default function AccidentDetailsPage({ params }) {
|
||||
breadcrumbTitle={`${service.title}`}
|
||||
bannerImage={service.bannerImage}
|
||||
>
|
||||
<section className="service-details pt_120 pb_120">
|
||||
<section className="service-details pt_90 pb_90">
|
||||
<div className="auto-container">
|
||||
<div className="row clearfix">
|
||||
|
||||
|
||||
@ -21,7 +21,7 @@ export default function AreaOfInjuryDetails({ params }) {
|
||||
breadcrumbTitle={service.title}
|
||||
bannerImage={service.bannerImage}
|
||||
>
|
||||
<section className="service-details pt_120 pb_120">
|
||||
<section className="service-details pt_90 pb_90">
|
||||
<div className="auto-container">
|
||||
<div className="row clearfix">
|
||||
{/* Sidebar */}
|
||||
|
||||
@ -25,7 +25,7 @@ export default function Home() {
|
||||
return (
|
||||
<>
|
||||
<Layout headerStyle={2} footerStyle={1} breadcrumbTitle="Caregivers" bannerImage="/assets/images/caregivers/caregivers-banner.webp">
|
||||
<section className="feature-section pt_120 pb_90">
|
||||
<section className="feature-section pt_90 pb_90">
|
||||
<div className="shape" style={{ backgroundImage: 'url(/assets/images/shape/shape-6.png)' }}></div>
|
||||
<div className="auto-container">
|
||||
<div className="sec-title centred mb_50">
|
||||
@ -64,7 +64,7 @@ export default function Home() {
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section className="about-style-three pt_120 pb_120 bg-color-1">
|
||||
<section className="about-style-three pt_90 pb_90 bg-color-1">
|
||||
<div className="pattern-layer" style={{ backgroundImage: 'url(/assets/images/shape/shape-35.webp)' }}></div>
|
||||
<div className="auto-container">
|
||||
<div className="row clearfix">
|
||||
@ -97,7 +97,7 @@ export default function Home() {
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section className="service-section pb_120 pt_120 bg-color-1" id="service">
|
||||
<section className="service-section pb_90 pt_90 bg-color-1" id="service">
|
||||
<div className="auto-container">
|
||||
<div className="row clearfix">
|
||||
<div className="col-lg-4 col-md-6 col-sm-12 service-block">
|
||||
@ -198,7 +198,7 @@ export default function Home() {
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section className="faq-section pt_120 pb_120">
|
||||
<section className="faq-section pt_90 pb_90">
|
||||
<div className="auto-container">
|
||||
<div className="sec-title centred mb_50">
|
||||
<span className="sub-title">Nano Care</span>
|
||||
|
||||
@ -103,7 +103,7 @@ export default function Contact() {
|
||||
<Layout headerStyle={2} footerStyle={1} breadcrumbTitle="Contact Us" bannerImage="/assets/images/contact/contact-us-banner.webp">
|
||||
<div>
|
||||
{/* Contact Info Section */}
|
||||
<section className="contact-info-section pt_120">
|
||||
<section className="contact-info-section pt_90">
|
||||
<div className="auto-container">
|
||||
<div className="row clearfix">
|
||||
<div className="col-lg-4 col-md-6 col-sm-12 info-column">
|
||||
@ -144,7 +144,7 @@ export default function Contact() {
|
||||
</section>
|
||||
|
||||
{/* Contact Form Section */}
|
||||
<section className="contact-style-three pt_90 pb_120">
|
||||
<section className="contact-style-three pt_90 pb_90">
|
||||
<div className="auto-container">
|
||||
<div className="row clearfix">
|
||||
<div className="col-lg-8 col-md-12 col-sm-12 form-column">
|
||||
|
||||
@ -39,7 +39,7 @@ export default function Home() {
|
||||
return (
|
||||
<>
|
||||
<Layout headerStyle={2} footerStyle={1} breadcrumbTitle="COVID-19 UPDATES" bannerImage="/assets/images/covid/covid-19-banner.webp">
|
||||
<section className="chooseus-style-two pt_120 pb_120">
|
||||
<section className="chooseus-style-two pt_90 pb_90">
|
||||
<div className="auto-container">
|
||||
<div className="row clearfix">
|
||||
<div className="content-box">
|
||||
|
||||
@ -17,7 +17,7 @@ export default function ServiceDetailClient({ slug, service, servicesList }) {
|
||||
return (
|
||||
<div>
|
||||
{/* service-section */}
|
||||
<section className="service-details pt_120 pb_110">
|
||||
<section className="service-details pt_90 .pb_90">
|
||||
<div className="auto-container">
|
||||
<div className="row clearfix">
|
||||
|
||||
|
||||
@ -27,7 +27,7 @@ export default function Faq() {
|
||||
<Layout headerStyle={2} footerStyle={1} breadcrumbTitle="Faq's" bannerImage="/assets/images/faq/faq-banner.webp">
|
||||
|
||||
{/* faq */}
|
||||
<section className="faq-section pt_120 pb_120">
|
||||
<section className="faq-section pt_90 pb_90">
|
||||
<div className="auto-container">
|
||||
<div className="sec-title centred mb_50">
|
||||
<span className="sub-title">FAQ'S</span>
|
||||
|
||||
@ -7,7 +7,7 @@ export default function Home() {
|
||||
return (
|
||||
<>
|
||||
<Layout headerStyle={2} footerStyle={1} breadcrumbTitle="Our Team" bannerImage="/assets/images/our-team/our-team-banner.webp">
|
||||
<section className="team-section pt_120 pb_120 centred">
|
||||
<section className="team-section pt_90 pb_90 centred">
|
||||
<div className="auto-container">
|
||||
<div className="sec-title mb_50">
|
||||
<span className="sub-title">Meet the Team</span>
|
||||
|
||||
@ -7,7 +7,7 @@ export default function About() {
|
||||
<>
|
||||
<Layout headerStyle={2} footerStyle={1} breadcrumbTitle="Our Approach" bannerImage="/assets/images/our-approach/our-approach-banner.webp">
|
||||
{/* about-section */}
|
||||
<section className="about-style-two pt_120 pb_120">
|
||||
<section className="about-style-two pt_90 pb_90">
|
||||
<div className="pattern-layer">
|
||||
<div className="pattern-1 rotate-me" style={{ backgroundImage: "url(/assets/images/shape/shape-8.webp)" }}></div>
|
||||
<div className="pattern-2 rotate-me" style={{ backgroundImage: "url(/assets/images/shape/shape-9.png)" }}></div>
|
||||
|
||||
@ -22,7 +22,7 @@ export default function RehabilitationDetailsPage({ params }) {
|
||||
breadcrumbTitle={`${service.title}`}
|
||||
bannerImage={service.bannerImage}
|
||||
>
|
||||
<section className="service-details pt_120 pb_120">
|
||||
<section className="service-details pt_90 pb_90">
|
||||
<div className="auto-container">
|
||||
<div className="row clearfix">
|
||||
|
||||
|
||||
@ -26,7 +26,7 @@ export default function service() {
|
||||
<Layout headerStyle={2} footerStyle={1} breadcrumbTitle="Service Details">
|
||||
<div>
|
||||
{/* service-section */}
|
||||
<section className="service-details pt_120 pb_110">
|
||||
<section className="service-details pt_90 .pb_90">
|
||||
<div className="auto-container">
|
||||
<div className="row clearfix">
|
||||
<div className="col-lg-4 col-md-12 col-sm-12 sidebar-side">
|
||||
|
||||
@ -25,7 +25,7 @@ export default function service() {
|
||||
<Layout headerStyle={2} footerStyle={1} breadcrumbTitle="Service-Details">
|
||||
<div>
|
||||
{/* service-section */}
|
||||
<section className="service-details pt_120 pb_110">
|
||||
<section className="service-details pt_90 .pb_90">
|
||||
<div className="auto-container">
|
||||
<div className="row clearfix">
|
||||
<div className="col-lg-4 col-md-12 col-sm-12 sidebar-side">
|
||||
|
||||
@ -25,7 +25,7 @@ export default function service() {
|
||||
<Layout headerStyle={2} footerStyle={1} breadcrumbTitle="Service-Details">
|
||||
<div>
|
||||
{/* service-section */}
|
||||
<section className="service-details pt_120 pb_110">
|
||||
<section className="service-details pt_90 .pb_90">
|
||||
<div className="auto-container">
|
||||
<div className="row clearfix">
|
||||
<div className="col-lg-4 col-md-12 col-sm-12 sidebar-side">
|
||||
|
||||
@ -25,7 +25,7 @@ export default function service() {
|
||||
<Layout headerStyle={2} footerStyle={1} breadcrumbTitle="Service-Getails">
|
||||
<div>
|
||||
{/* service-section */}
|
||||
<section className="service-details pt_120 pb_110">
|
||||
<section className="service-details pt_90 .pb_90">
|
||||
<div className="auto-container">
|
||||
<div className="row clearfix">
|
||||
<div className="col-lg-4 col-md-12 col-sm-12 sidebar-side">
|
||||
|
||||
@ -25,7 +25,7 @@ export default function service() {
|
||||
<Layout headerStyle={2} footerStyle={1} breadcrumbTitle="Service-Details">
|
||||
<div>
|
||||
{/* service-section */}
|
||||
<section className="service-details pt_120 pb_110">
|
||||
<section className="service-details pt_90 .pb_90">
|
||||
<div className="auto-container">
|
||||
<div className="row clearfix">
|
||||
<div className="col-lg-4 col-md-12 col-sm-12 sidebar-side">
|
||||
|
||||
@ -26,7 +26,7 @@ export default function service() {
|
||||
<Layout headerStyle={2} footerStyle={1} breadcrumbTitle="Service Details">
|
||||
<div>
|
||||
{/* service-section */}
|
||||
<section className="service-details pt_120 pb_110">
|
||||
<section className="service-details pt_90 .pb_90">
|
||||
<div className="auto-container">
|
||||
<div className="row clearfix">
|
||||
<div className="col-lg-4 col-md-12 col-sm-12 sidebar-side">
|
||||
|
||||
@ -122,7 +122,7 @@ export default function Home() {
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section className="feature-section pb_120">
|
||||
<section className="feature-section pb_90">
|
||||
<div className="auto-container">
|
||||
<div className="row clearfix">
|
||||
<div className="col-lg-4 col-md-6 col-sm-12 feature-block">
|
||||
@ -188,7 +188,7 @@ export default function Home() {
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section className="chooseus-style-two bg-color-1 pt_120 pb_120">
|
||||
<section className="chooseus-style-two bg-color-1 pt_90 pb_90">
|
||||
<div className="auto-container">
|
||||
<div className="row clearfix">
|
||||
<div className="content-box">
|
||||
@ -302,7 +302,7 @@ export default function Home() {
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section className="process-section pt_120 pb_120">
|
||||
<section className="process-section pt_90 pb_90">
|
||||
<div className="pattern-layer" style={{ backgroundImage: 'url(/assets/images/shape/shape-19.png)' }}></div>
|
||||
<div className="shape">
|
||||
<div className="shape-1 float-bob-x" style={{ backgroundImage: 'url(/assets/images/shape/shape-20.png)' }}></div>
|
||||
@ -379,7 +379,7 @@ export default function Home() {
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section className="service-section pt_120 pb_120" id="service">
|
||||
<section className="service-section pt_90 pb_90" id="service">
|
||||
<div className="auto-container">
|
||||
<div className="row clearfix">
|
||||
<div className="col-lg-4 col-md-6 col-sm-12 service-block">
|
||||
@ -425,7 +425,7 @@ export default function Home() {
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section className="testimonial-section pt_120 pb_120 bg-color-1" id="testimonial">
|
||||
<section className="testimonial-section pt_90 pb_90 bg-color-1" id="testimonial">
|
||||
<div className="bg-layer" style={{ backgroundImage: 'url(/assets/images/shortcodes/testimonials-carousel.webp)' }}></div>
|
||||
<div className="pattern-layer" style={{ backgroundImage: 'url(/assets/images/shape/shape-21.webp)' }}></div>
|
||||
<div className="auto-container">
|
||||
@ -554,7 +554,7 @@ export default function Home() {
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section className="gallery-section pt_120 pb_120 bg-color-2">
|
||||
<section className="gallery-section pt_90 pb_90 bg-color-2">
|
||||
<div className="outer-container">
|
||||
<div className="sec-title-1 centred mb_30">
|
||||
<h2>Tabbed & vertical tabbed content</h2>
|
||||
|
||||
@ -7,7 +7,7 @@ export default function About() {
|
||||
<>
|
||||
<Layout headerStyle={2} footerStyle={1} breadcrumbTitle=" What To Expect" bannerImage="/assets/images/what-we-expect/expect-banner.webp">
|
||||
{/* chooseus-section */}
|
||||
<section className="about-style-three pt_120 pb_120">
|
||||
<section className="about-style-three pt_90 pb_90">
|
||||
<div className="pattern-layer" style={{ backgroundImage: 'url(/assets/images/shape/shape-35.webp)' }}></div>
|
||||
<div className="auto-container">
|
||||
<div className="row clearfix">
|
||||
|
||||
@ -19,7 +19,7 @@ export default function Team() {
|
||||
];
|
||||
return (
|
||||
<Layout headerStyle={2} footerStyle={1} breadcrumbTitle="Why Us" bannerImage="/assets/images/why-us/why-us-banner.webp">
|
||||
<section className="team-section pt_120 centred pb-0">
|
||||
<section className="team-section pt_90 centred pb-0">
|
||||
<div className="pattern-layer">
|
||||
<div className="pattern-1" style={{ backgroundImage: 'url(/assets/images/shape/shape-13.webp)' }}></div>
|
||||
<div className="pattern-2" style={{ backgroundImage: 'url(/assets/images/shape/shape-14.webp)' }}></div>
|
||||
@ -61,7 +61,7 @@ export default function Team() {
|
||||
</section>
|
||||
|
||||
|
||||
<section className="testimonial-style-two pb_120 p_relative">
|
||||
<section className="testimonial-style-two pb_90 p_relative">
|
||||
<div className="pattern-layer" style={{ backgroundImage: 'url(/assets/images/shape/shape-19.png)' }}></div>
|
||||
<div className="auto-container">
|
||||
<div className="row align-items-center">
|
||||
|
||||
@ -33,7 +33,7 @@ export default function Footer2() {
|
||||
<div className="pattern-4"></div>
|
||||
</div>
|
||||
|
||||
<div className="widget-section pt_120 pb_100">
|
||||
<div className="widget-section pt_90 pb_100">
|
||||
<div className="auto-container">
|
||||
<div className="row clearfix">
|
||||
<div className="col-lg-3 col-md-6 col-sm-12 footer-column">
|
||||
|
||||
@ -33,7 +33,7 @@ export default function Footer2() {
|
||||
<div className="pattern-4"></div>
|
||||
</div>
|
||||
|
||||
<div className="widget-section pt_120 pb_100">
|
||||
<div className="widget-section pt_90 pb_100">
|
||||
<div className="auto-container">
|
||||
<div className="row clearfix">
|
||||
<div className="col-lg-3 col-md-6 col-sm-12 footer-column">
|
||||
|
||||
@ -3,7 +3,7 @@ import React from 'react';
|
||||
|
||||
export default function AboutSection() {
|
||||
return (
|
||||
<section className="about-style-two pt_120 pb_120">
|
||||
<section className="about-style-two pt_90 pb_90">
|
||||
<div className="pattern-layer">
|
||||
<div className="pattern-1 rotate-me" style={{ backgroundImage: 'url(/assets/images/shape/shape-8.webp)' }}></div>
|
||||
<div className="pattern-2 rotate-me" style={{ backgroundImage: 'url(/assets/images/shape/shape-9.png)' }}></div>
|
||||
|
||||
@ -3,7 +3,7 @@ import React from 'react';
|
||||
|
||||
export default function MobileFeatureCard() {
|
||||
return (
|
||||
<section className="feature-section pt_120 pb-0 mobile-only" id="feature">
|
||||
<section className="feature-section pt_90 pb-0 mobile-only" id="feature">
|
||||
<div className="shape" style={{ backgroundImage: 'url(assets/images/shape/shape-6.png)' }}></div>
|
||||
<div className="auto-container">
|
||||
<div className="row clearfix">
|
||||
|
||||
@ -3,7 +3,7 @@ import React from 'react';
|
||||
|
||||
export default function about() {
|
||||
return (
|
||||
<section className="about-section pt_120 pb_120 bg-color-1">
|
||||
<section className="about-section pt_90 pb_90 bg-color-1">
|
||||
<div className="pattern-layer">
|
||||
<div className="pattern-1 rotate-me" style={{ backgroundImage: 'url(assets/images/shape/shape-8.webp)' }}></div>
|
||||
<div className="pattern-2 rotate-me" style={{ backgroundImage: 'url(assets/images/shape/shape-8.webp)' }}></div>
|
||||
|
||||
@ -3,7 +3,7 @@ import React from 'react';
|
||||
|
||||
export default function feature() {
|
||||
return (
|
||||
<section className="feature-section pt_120 pb_90">
|
||||
<section className="feature-section pt_90 pb_90">
|
||||
<div className="shape" style={{ backgroundImage: 'url(assets/images/shape/shape-6.png)' }}></div>
|
||||
<div className="auto-container">
|
||||
<div className="row clearfix">
|
||||
|
||||
@ -10,7 +10,7 @@ import Blogs from "@/utils/Blog.utils";
|
||||
|
||||
export default function News() {
|
||||
return (
|
||||
<section className="news-section pt_120 pb_120">
|
||||
<section className="news-section pt_90 pb_90">
|
||||
<div className="auto-container">
|
||||
<div className="sec-title mb_50 centred">
|
||||
<span className="sub-title">Our Blog</span>
|
||||
|
||||
@ -2,7 +2,7 @@ import React from 'react';
|
||||
|
||||
export default function About() {
|
||||
return (
|
||||
<section className="about-style-two pt_120 pb_120">
|
||||
<section className="about-style-two pt_90 pb_90">
|
||||
<div className="pattern-layer">
|
||||
<div className="pattern-1 rotate-me" style={{ backgroundImage: 'url(assets/images/shape/shape-8.webp)' }}></div>
|
||||
<div className="pattern-2 rotate-me" style={{ backgroundImage: 'url(assets/images/shape/shape-9.png)' }}></div>
|
||||
|
||||
@ -46,7 +46,7 @@ export default function Banner() {
|
||||
className="content-box"
|
||||
style={{
|
||||
background: 'white',
|
||||
padding: '50px',
|
||||
padding: '35px',
|
||||
borderRadius: '15%',
|
||||
opacity: 0.8
|
||||
}}
|
||||
@ -77,7 +77,7 @@ export default function Banner() {
|
||||
className="content-box"
|
||||
style={{
|
||||
background: 'white',
|
||||
padding: '50px',
|
||||
padding: '35px',
|
||||
borderRadius: '15%',
|
||||
opacity: 0.8
|
||||
}}
|
||||
@ -108,7 +108,7 @@ export default function Banner() {
|
||||
className="content-box"
|
||||
style={{
|
||||
background: 'white',
|
||||
padding: '50px',
|
||||
padding: '35px',
|
||||
borderRadius: '15%',
|
||||
opacity: 0.8
|
||||
}}
|
||||
@ -139,7 +139,7 @@ export default function Banner() {
|
||||
className="content-box"
|
||||
style={{
|
||||
background: 'white',
|
||||
padding: '50px',
|
||||
padding: '35px',
|
||||
borderRadius: '15%',
|
||||
opacity: 0.8
|
||||
}}
|
||||
|
||||
@ -2,7 +2,7 @@ import React from 'react';
|
||||
|
||||
export default function Contact() {
|
||||
return (
|
||||
<section className="contact-section pt_120 pb_120">
|
||||
<section className="contact-section pt_90 pb_90">
|
||||
<div className="auto-container">
|
||||
<div className="row clearfix">
|
||||
<div className="col-lg-6 col-md-12 col-sm-12 map-column">
|
||||
|
||||
@ -4,7 +4,7 @@ import Link from "next/link"
|
||||
export default function About() {
|
||||
return (
|
||||
<>
|
||||
<section className="about-style-three pt_120 pb_120 bg-color-1">
|
||||
<section className="about-style-three pt_90 pb_90 bg-color-1">
|
||||
<div className="pattern-layer" style={{ backgroundImage: 'url(assets/images/shape/shape-35.webp)' }}></div>
|
||||
<div className="auto-container">
|
||||
<div className="row clearfix">
|
||||
|
||||
@ -3,7 +3,7 @@ import React from 'react';
|
||||
|
||||
export default function about() {
|
||||
return (
|
||||
<section className="about-section pt_120 pb_120 bg-color-1" id="about">
|
||||
<section className="about-section pt_90 pb_90 bg-color-1" id="about">
|
||||
<div className="pattern-layer">
|
||||
<div className="pattern-1 rotate-me" style={{ backgroundImage: 'url(assets/images/shape/shape-8.webp)' }}></div>
|
||||
<div className="pattern-2 rotate-me" style={{ backgroundImage: 'url(assets/images/shape/shape-8.webp)' }}></div>
|
||||
|
||||
@ -3,7 +3,7 @@ import React from 'react';
|
||||
|
||||
export default function Feature() {
|
||||
return (
|
||||
<section className="feature-section pt_120 pb_90" id="feature">
|
||||
<section className="feature-section pt_90 pb_90" id="feature">
|
||||
<div className="shape" style={{ backgroundImage: 'url(assets/images/shape/shape-6.png)' }}></div>
|
||||
<div className="auto-container">
|
||||
<div className="row clearfix">
|
||||
|
||||
@ -2783,8 +2783,8 @@ Padding
|
||||
.pt_110 {
|
||||
padding-top: 110px;
|
||||
}
|
||||
.pt_120 {
|
||||
padding-top: 120px;
|
||||
.pt_90 {
|
||||
padding-top: 90px;
|
||||
}
|
||||
.pt_130 {
|
||||
padding-top: 130px;
|
||||
@ -3065,8 +3065,8 @@ Padding
|
||||
.pb_110 {
|
||||
padding-bottom: 110px;
|
||||
}
|
||||
.pb_120 {
|
||||
padding-bottom: 120px;
|
||||
.pb_90 {
|
||||
padding-bottom: 90px;
|
||||
}
|
||||
.pb_130 {
|
||||
padding-bottom: 130px;
|
||||
|
||||
@ -163,7 +163,7 @@
|
||||
|
||||
/* @media (max-width: 768px) {
|
||||
.banner-carousel .swiper-slide .bg-layer {
|
||||
height: 70%;
|
||||
height: 50%;
|
||||
}
|
||||
} */
|
||||
|
||||
@ -201,6 +201,13 @@
|
||||
transition: all 1000ms ease;
|
||||
}
|
||||
|
||||
@media (max-width: 425px) {
|
||||
.banner-carousel .content-box .upper-text {
|
||||
font-size: 18px;
|
||||
line-height: 28px;
|
||||
}
|
||||
}
|
||||
|
||||
.banner-carousel .swiper-slide-active .content-box .upper-text{
|
||||
opacity: 1;
|
||||
-webkit-transition-delay: 700ms;
|
||||
@ -623,8 +630,8 @@
|
||||
}
|
||||
|
||||
.banner-carousel .content-box h2{
|
||||
font-size: 36px;
|
||||
line-height: 55px;
|
||||
font-size: 28px;
|
||||
line-height: 38px;
|
||||
}
|
||||
|
||||
.banner-style-three .content-box .shape{
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
|
||||
.chooseus-section{
|
||||
position: relative;
|
||||
padding: 114px 0px 160px 0px;
|
||||
padding: 90px 0px 90px 0px;
|
||||
background-color: #102548;
|
||||
}
|
||||
|
||||
@ -182,7 +182,7 @@
|
||||
@media only screen and (max-width: 767px){
|
||||
|
||||
.chooseus-section{
|
||||
padding: 64px 0px 110px 0px;
|
||||
padding: 70px 0px 70px 0px;
|
||||
}
|
||||
|
||||
.chooseus-style-two{
|
||||
|
||||
@ -316,7 +316,7 @@
|
||||
@media only screen and (max-width: 767px){
|
||||
|
||||
.service-details{
|
||||
padding: 70px 0px 60px 0px;
|
||||
padding: 70px 0px 70px 0px;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
/** solutions-section **/
|
||||
|
||||
.solutions-section{
|
||||
padding: 120px 0px;
|
||||
padding: 90px 0px;
|
||||
}
|
||||
|
||||
.solutions-section .content-box{
|
||||
@ -104,7 +104,7 @@
|
||||
@media only screen and (max-width: 767px){
|
||||
|
||||
.solutions-section{
|
||||
padding: 64px 0px 70px 0px;
|
||||
padding: 70px 0px 70px 0px;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@ -316,7 +316,7 @@
|
||||
@media only screen and (max-width: 767px){
|
||||
|
||||
.team-section{
|
||||
padding-top: 34px !important;
|
||||
padding-top: 70px !important;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@ -125,7 +125,7 @@
|
||||
/** testimonial-style-two **/
|
||||
|
||||
.testimonial-style-two{
|
||||
padding: 120px 0px 120px 0px;
|
||||
padding: 90px 0px 90px 0px;
|
||||
}
|
||||
|
||||
.testimonial-style-two .thumb-box{
|
||||
@ -291,8 +291,8 @@
|
||||
}
|
||||
|
||||
.testimonial-style-two{
|
||||
padding-top: 64px;
|
||||
padding-bottom: 40px;
|
||||
padding-top: 70px;
|
||||
padding-bottom: 70px;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@ -481,13 +481,13 @@
|
||||
background: var(--theme-color);
|
||||
}
|
||||
|
||||
.theme-btn.btn-one-blue{
|
||||
.theme-btn.btn-one-blue {
|
||||
|
||||
background-color: #102548;
|
||||
background-color: #102548;
|
||||
|
||||
}
|
||||
|
||||
.theme-btn.btn-one-new {
|
||||
.theme-btn.btn-one-new {
|
||||
background: #fff !important;
|
||||
color: #bc0000 !important;
|
||||
}
|
||||
@ -546,6 +546,13 @@
|
||||
/* border: 1px solid #fff; */
|
||||
}
|
||||
|
||||
@media (max-width: 425px) {
|
||||
.theme-btn span {
|
||||
font-size: 14px;
|
||||
padding: 12px 24px 12px 24px;
|
||||
}
|
||||
}
|
||||
|
||||
.theme-btn span:before {
|
||||
position: absolute;
|
||||
content: '';
|
||||
@ -668,11 +675,11 @@
|
||||
}
|
||||
|
||||
.sec-pad {
|
||||
padding: 114px 0px 220px 0px;
|
||||
padding: 90px 0px 90px 0px;
|
||||
}
|
||||
|
||||
.sec-pad-2 {
|
||||
padding: 120px 0px;
|
||||
padding: 90px 0px;
|
||||
}
|
||||
|
||||
.mr-0 {
|
||||
@ -796,7 +803,7 @@
|
||||
display: block;
|
||||
}
|
||||
|
||||
.sec-title-1 .sub-title-1 {
|
||||
.sec-title-1 .sub-title-1 {
|
||||
position: relative;
|
||||
display: inline-block;
|
||||
font-size: 24px;
|
||||
@ -818,11 +825,12 @@
|
||||
margin-bottom: 15px;
|
||||
}
|
||||
|
||||
.new-color{
|
||||
.new-color {
|
||||
|
||||
color: #fff !important;
|
||||
color: #fff !important;
|
||||
|
||||
}
|
||||
|
||||
.sec-title h2 {
|
||||
position: relative;
|
||||
display: block;
|
||||
@ -833,7 +841,7 @@
|
||||
text-transform: capitalize;
|
||||
}
|
||||
|
||||
.sec-title-1 h2 {
|
||||
.sec-title-1 h2 {
|
||||
position: relative;
|
||||
display: block;
|
||||
font-size: 50px;
|
||||
@ -845,15 +853,15 @@
|
||||
}
|
||||
|
||||
@media (max-width: 425px) {
|
||||
.sec-title-1 h2 {
|
||||
font-size: 28px;
|
||||
line-height: 35px;
|
||||
}
|
||||
.sec-title-1 h2 {
|
||||
font-size: 28px;
|
||||
line-height: 35px;
|
||||
}
|
||||
}
|
||||
|
||||
.h3-white{
|
||||
.h3-white {
|
||||
|
||||
color: #fff !important;
|
||||
color: #fff !important;
|
||||
|
||||
}
|
||||
|
||||
@ -1055,10 +1063,10 @@
|
||||
}
|
||||
|
||||
@media (max-width: 426px) {
|
||||
.top-inner .info-list li:nth-child(2) {
|
||||
display: none !important;
|
||||
}
|
||||
}
|
||||
.top-inner .info-list li:nth-child(2) {
|
||||
display: none !important;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
@ -1078,13 +1086,14 @@
|
||||
.header-top .top-inner .social-links {
|
||||
gap: 15px;
|
||||
}
|
||||
.header-top .top-inner .social-links li{
|
||||
|
||||
.header-top .top-inner .social-links li {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
.header-top .top-inner{
|
||||
.header-top .top-inner {
|
||||
|
||||
justify-content: center;
|
||||
justify-content: center;
|
||||
|
||||
}
|
||||
|
||||
@ -2057,14 +2066,14 @@
|
||||
background-color: #bc0000;
|
||||
}
|
||||
|
||||
.tex-color-1{
|
||||
.tex-color-1 {
|
||||
|
||||
color: #ffffff !important;
|
||||
color: #ffffff !important;
|
||||
|
||||
}
|
||||
|
||||
.bg-color-2 {
|
||||
background-color: #102548;
|
||||
background-color: #102548;
|
||||
}
|
||||
|
||||
.list-style-one li {
|
||||
@ -2244,12 +2253,12 @@
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 426px) {
|
||||
.main-footer .widget-title h3 {
|
||||
.main-footer .widget-title h3 {
|
||||
|
||||
text-align: start;
|
||||
text-align: start;
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.main-footer .widget-title h3 {
|
||||
font-size: 26px;
|
||||
@ -2264,7 +2273,7 @@
|
||||
line-height: 40px;
|
||||
}
|
||||
|
||||
@media (max-width: 425px) {
|
||||
@media (max-width: 425px) {
|
||||
.main-footer .links-widget li a {
|
||||
line-height: 35px;
|
||||
}
|
||||
@ -2332,15 +2341,15 @@
|
||||
opacity: 0.5;
|
||||
}
|
||||
|
||||
.pattern-1{
|
||||
.pattern-1 {
|
||||
|
||||
opacity: 0.3;
|
||||
opacity: 0.3;
|
||||
|
||||
}
|
||||
|
||||
.pattern-2{
|
||||
.pattern-2 {
|
||||
|
||||
opacity: 0.3;
|
||||
opacity: 0.3;
|
||||
|
||||
}
|
||||
|
||||
@ -2889,11 +2898,11 @@
|
||||
}
|
||||
|
||||
.sec-pad {
|
||||
padding: 64px 0px 40px 0px;
|
||||
padding: 90px 0px 90px 0px;
|
||||
}
|
||||
|
||||
.sec-pad-2 {
|
||||
padding: 70px 0px;
|
||||
padding: 90px 0px;
|
||||
}
|
||||
|
||||
|
||||
@ -2916,11 +2925,11 @@
|
||||
}
|
||||
|
||||
.sec-pad {
|
||||
padding: 30px 0px;
|
||||
padding: 70px 0px;
|
||||
}
|
||||
|
||||
.sec-pad-2 {
|
||||
padding: 30px 0px;
|
||||
padding: 70px 0px;
|
||||
}
|
||||
|
||||
|
||||
@ -3082,3 +3091,15 @@
|
||||
display: none !important;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 425px) {
|
||||
.pb_90 {
|
||||
padding-bottom: 70px;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 425px) {
|
||||
.pt_90 {
|
||||
padding-top: 70px;
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user