@import url('../fonts/myraid-pro/stylesheet.css');
/*font-family: 'DS-Digital';*/
@import url('https://fonts.googleapis.com/css2?family=Great+Vibes&family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Playfair+Display&family=Poppins:ital,wght@1,100&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/*font-family: 'Playfair Display', serif;*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/*font-family: 'Poppins', sans-serif;*/
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
/*font-family: 'Bebas Neue', sans-serif;*/
@import url(aos.css);
@import url(jquery.fancybox.min.css);
@import url(bootstrap.min.css);
@import url(owl.carousel.min.css);
@import url(fontawesome/css/fontawesome.min.css);
@import url(nav-menu.css);
@import url(fontawesome/css/all.min.css);

* {
    list-style: none;
}

img {
    max-width: 100%;
}

body {
    font-family: 'Myriad Pro';
    font-weight: Regular;
    color: #696969;
    font-size: 16px;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Myriad Pro", 'Lucida Sans Regular';
}

header,
section,
footer {
    width: 100%;
    float: left;
}

header {
    position: absolute;
    z-index: 100;
}



/*
 *  Custom Scrollbar
 */

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #f7f7f7;
}

::-webkit-scrollbar {
    width: 5px;
    border-radius: 10px;
    background-color: #f7f7f7;
}

::-webkit-scrollbar-thumb {
    border-radius: 20px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background: #0e76bc;
}

.container {
    max-width: 95%;
}

/*
 *  Custom Scrollbar End
 */
/* header */

.top-1 {
    padding-top: 20px;
}

.logo-side {
    color: white;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.upper-logo {
    float: left;
    display: flex;
    align-items: center;
    position: relative;
    min-height: 77px;
    /* padding-left: 81px; */
}

.logo-img img {
    max-width: 90px;
}

.logo-text {
    float: left;
    margin-left: 10px;
    margin-top: 25px;
    /* text-align: center; */
}

.logo-text h4 {
    font-size: 26px;
    font-weight: 600;
    /* font-family: 'Bebas Neue', sans-serif; */
    /* font-family: "Oswald", sans-serif; */
    /* font-weight: normal; */
    line-height: 0;
    color: #00368f;
}

.logo-text p {
    font-size: 24px;
    padding: 5px 0px 0px 0px;
}

.menu-con {
    /* float: right; */
    /* padding: 0; */
    display: inline-flex;
    align-items: center;
}

.menu-con .nav-menu>li>a {
    padding: 5px 0px;
    margin: 10px 25px;
    display: inline-block;
    text-decoration: none;
    font-size: 18px;
    color: #343a40;
    transition: color 0.3s, background 0.3s;
}

/* a.btn-btn-read {
    padding: 5px 10px !important;
} */

.menu-con .nav-menu>li>a {

    text-transform: capitalize;
}

.menu-con .nav-menu a {
    text-decoration: none;
    color: #000;
    font-weight: 500;
    font-size: 16px;
    padding: 10px 0;
    display: inline-block;
    position: relative;
    transition: color 0.3s ease;
}

/* Active link underline */
.menu-con .nav-menu a.active::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 70%;
    height: 2px;
    background-color: blue;
}

/* Active link text color */
.menu-con .nav-menu a.active {
    color: red;
}

/* Hover underline */
.menu-con .nav-menu a::after,
.menu-con .nav-menu li.active a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: blue;
    transition: width 0.3s ease;
    z-index: 10;
}

.menu-con .nav-menu a:hover::after,
.menu-con .nav-menu li.active a:hover::after {
    width: 100%;
}

/* Hover text color */
.menu-con .nav-menu a:hover {
    color: #4061ad;
}

.floating-sm {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    margin: auto;
    height: max-content;
}

.floating-sm ul {
    padding: 0;
    margin: 0;
}

.floating-sm ul li a {
    text-decoration: none;
    display: inline-flex;
    width: 40px;
    height: 40px;
    border-radius: 25px;
    align-items: center;
    background: #df2f6d;
    color: #fff;
    margin-bottom: 0;
    font-size: 15px;
    box-shadow: 0 0 4px #00000059;
    padding: 0 12px;
    margin: 5px;
}

.floating-sm ul li:nth-child(2) a {
    background: #4861b3;
}

.floating-sm ul li:nth-child(3) a {
    background: #336dce;
}

.floating-sm ul li:nth-child(4) a {
    background: #4a81df;
}

/* .floating-sm ul li a:hover {
    width: auto;
}  */
.floating-sm ul li a span {
    width: 0px;
    overflow: hidden;
    display: inline-flex;
    transition: all ease-in-out 0.5s;
}

/* .floating-sm ul li a:hover span {
    width: auto;
    padding: 0 12px;
} */
.btn-btn-read {
    background: #0e76bc;
    color: #fff !important;
    border-radius: 5px;
    padding: 8px 18px;
    text-decoration: none;
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    border: none;
}

.home-page-sliderimg {
    height: 100vh;
}

.home-page-sliderimg img {
    width: 100%;
    height: 100%;
}

section.iiser-slider {
    position: relative;
    margin-top: 0;
}

.slider-text {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: end;
    z-index: 1;
    padding-bottom: 200px;
}



.slider-text-wrapper h2 {
    font-size: 42px;
    margin: 10px 0;
    color: #ffffff;
    font-weight: 600;
    text-shadow: 0 0 4px #00000080;
    /* opacity: 0; */
    /* transform: translateX(300px); */
    /* animation: bounceInRight 1s forwards ease-out; */
}

/* .slider-text-wrapper h2:nth-child(2) {
    animation-delay: 0.8s;
    
} */

section.iiser-slider .slider {
    position: relative;
}

section.iiser-slider .slider:before {
    position: absolute;
    content: '';
    background: linear-gradient(180deg, #e3f4ff, #e3f4ffd9, transparent);
    width: 100%;
    height: 210px;
    top: 0;
    z-index: 1;
}


section.iiser-slider .slider:after {
    position: absolute;
    content: '';
    /* background: linear-gradient(
359deg, #232324, transparent, #2222229e); */
    width: 100%;
    height: 410px;
    bottom: 0;
}




.about-section {
    padding: 60px 0px 80px;
    background: url(../images/about-left-bg.png) no-repeat;
    background-color: #e3f4ff;
    position: relative;
    background-position: left bottom;
    background-repeat: no-repeat;
}

.about-section:before {
    position: absolute;
    content: '';
    background: url(../images/banner-bg.png) no-repeat;
    height: 100%;
    width: 100%;
    top: -150px;
    left: 0;
    background-position: top;
    background-size: contain;
}

.about-text h2 {
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 20px;
    color: #333;
}

.about-text h2 span {
    color: #2d4d8d;
    font-weight: 700;
}

.about-text p {
    /* font-size: 16px; */
    line-height: 1.7;
    margin-bottom: 10px;
    /* color: #444; */
}

.btn-read {
    display: inline-block;
    padding: 10px 20px;
    font-weight: 400;
    margin-top: 7px;
    border-radius: 36px;
    background-color: #236ebf;
    color: #fff;
    text-decoration: none;
    border-radius: 20px;
    transition: background 0.3s;
}

.btn-read:hover {
    background-color: #1b325e;
}

/* Images container */
.about-images {
    position: relative;
    text-align: left;
    padding-left: 158px;
}

/* Big image */
.about-images .big-image {
    width: 100%;
    /* max-width: 500px; */
    height: auto;
    border-radius: 8px;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.2);
    position: relative;
    z-index: 2;
}

/* Small overlapping image */
.about-images .small-image {
    width: 40%;
    height: 180px;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.2);
    position: relative;
    margin-top: -240px;
    left: 0;
    bottom: 0px;
    z-index: 3;
    margin-left: -135px;
}

/* Circle background */
.about-images::before {
    content: "";
    position: absolute;
    left: 70px;
    bottom: 80px;
    width: 200px;
    height: 200px;
    background-color: #b1c4e5;
    border-radius: 50%;
    z-index: 1;
}


section.services {
    position: relative;
    background: url('../images/shipping-bg.jpeg') no-repeat center top;
    background-size: cover;
    padding: 60px 0;
}

section.services::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 250px;
    background: linear-gradient(181deg, #eaf5ff, #eaf5ffe0, transparent);
    z-index: 1;
}

section.services::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 300px;
    background: linear-gradient(1deg, #eaf5ff, #eaf5ffad, transparent);
    z-index: 1;
}

section.services .container {
    position: relative;
    z-index: 2;
}

.service-card {
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s ease;
    background: #fff;
    margin-bottom: 30px;
}

.service-card:hover {
    transform: translateY(-5px);
}

.service-card img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    display: block;
}

.service-info {
    position: absolute;
    left: 15px;
    bottom: 30px;
    right: 25px;
    margin: 0;
    width: 88%;
    height: 50px;
    background: #ffffffa8;
    padding: 10px 15px;
    backdrop-filter: blur(1px);
    box-shadow: 0 0 5px 0 #000000a6;
}

.service-info:before {
    position: absolute;
    content: '';
    background: #f58d0cd9;
    width: 100%;
    height: 8px;
    top: -8px;
    right: 0;
    left: 10px;
    border-top: 1px solid #f58d0cde;
}

/* .service-info:before {
    position: absolute;
    content: '';
    background: #00297e;
    width: 100%;
    height: 8px;
    top: -8px;
    right: 0;
    left: 10px;
    border-top: 1px solid #4f6fb9;
} */

.service-info h5 {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    color: #000;
}

.plus-btn {
    background: #f58d0cd9;
    position: absolute;
    right: -10px;
    bottom: 20px;
    color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    cursor: pointer;
}

/* .plus-btn {
    background: #00297e;
    position: absolute;
    right: -10px;
    bottom: 20px;
    color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    cursor: pointer;
} */

section.services .owl-nav button.owl-prev:hover,
section.services .owl-nav button.owl-next:hover {
    opacity: 1;
}

section.services .owl-nav button.owl-prev,
section.services .owl-nav button.owl-next {
    position: absolute;
    top: 0;
    left: -45px;
    bottom: 0;
    font-size: 54px !important;
    margin: auto;
    height: max-content;
    color: #2d709a !important;
    opacity: 0.3;
    -webkit-text-stroke: #00000059 1px;
    transition: all 0.3s ease-in;
}

section.services .owl-nav button.owl-next,
section.services .owl-nav button.owl-next {
    right: -45px;
    left: unset;
}

.section-title {
    text-align: center;
    margin-bottom: 40px;
    font-size: 26px;
    font-weight: 600;
    color: #2c3e50;
}

.section-title span {
    color: #3b5998;
    font-weight: 700;
}


.section-journey {
    padding: 60px 0;
    background: #e3f4ff;
    /* padding-bottom: 70px; */
    background-image: url(../images/journey-left-bg.png);
    /* url(../images/journey-right-bg.png) */
    background-repeat: no-repeat, no-repeat;
    background-size: 160px;
    background-position: left top, right bottom;
    /* background-blend-mode: soft-light; */
}

.section-title {
    font-size: 26px;
    font-weight: 600;
    color: #2c3e50;
}

.section-title .highlight {
    color: #1f3c88;
    /* Blue highlight */
}

.journey-wrapper {
    text-align: center;
    padding: 20px;
}

.journey-icon {
    width: 90px;
    height: 90px;
    margin: 0 auto 20px;
    border: 2px solid #1f3c88;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.journey-icon img {
    width: 50px;
    height: 50px;
}

.journey-wrapper h3 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #1f3c88;
}

.journey-wrapper p {
    font-size: 15px;
    text-transform: uppercase;
    color: #555;
    font-weight: 500;
}


/* Section Background */
.our-clients {
    background: url('../images/our-client-bg.jpeg') no-repeat;
    background-color: #f8fbff;
    background-size: unset;
    padding: 60px 0 100px;
    background-position: center center;
    position: relative;
    z-index: 1;
    background-size: cover;
}

.clients-card {
    margin-bottom: 30px;
    background: #fff;
    padding: 25px;
    border-radius: 6px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    min-height: 280px;
    position: relative;
    /* ✅ needed for the triangle */
    overflow: hidden;
    /* ensures it stays inside */
}

/* 🔹 Blue triangle in the top-left corner */
.clients-card::before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    width: 80px;
    height: 80px;
    background: #2d709a;
    clip-path: polygon(0 0, 100% 0, 0 100%);
    z-index: 0;
    /* padding: 18px; */
}

.our-clients:before {
    content: '';
    position: absolute;
    background: linear-gradient(#dbf0fd, #dbf0fdeb 75px, #00000000 160px);
    height: 170px;
    width: 100%;
    top: 0;
    z-index: -1;
}

.our-clients:after {
    content: '';
    position: absolute;
    background: linear-gradient(359deg, #e3f4ff 35.9%, rgb(0 0 0 / 0%) 90.96%, rgb(0 0 0 / 0%) 95.96%, rgb(0 0 0 / 0%) 80.96%);
    height: 180px;
    width: 100%;
    bottom: 0;
    z-index: -1;
}

/* section.our-clients .owl-carousel .owl-nav button.owl-prev, our-clients .owl-carousel .owl-nav button.owl-next {
    right: 0px;
}

section.our-clients .owl-carousel .owl-nav button.owl-next, section.our-clients .owl-carousel .owl-nav button.owl-prev {
    z-index: 1;
    width: 40px;
    height: 40px;
    color: #fff;
    border-radius: 0;
    position: absolute;
    bottom: -20px;
    transform: translatey(-50%);
    right: 0;
    left: 0;
    margin: auto;
} */

/* Heading */
.heading-group-1 h3 {
    font-size: 32px;
    font-weight: 400;
    color: #2c3e50;
    margin-bottom: 20px;
}

.heading-group-1 h3 span {
    color: #1f3c88;
    font-weight: 600;
}

/* Card Design */
.clients-card {
    margin-bottom: 30px;
    background: #fff;
    padding: 8px;
    border-radius: 6px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    min-height: 0px;
}

.client-text {
    min-height: 150px;
}

.clients-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.15);
}

/* Top Part - Image + Name */
.client-card-wrapper {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    position: relative;
}

.client-img {
    width: 70px;
    height: 70px;
    margin-right: 15px;
    flex-shrink: 0;
}

.client-img img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 3px solid #1f3c88;
    object-fit: cover;
}


.client-dsng h4 {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    color: #2c3e50;
}

.client-dsng p {
    margin: 0;
    font-size: 14px;
    color: #666;
}

/* Testimonial Text */
.client-text p {
    font-size: 15px;
    line-height: 1.6;
    color: #444;
    margin: 0;
}

.sea-line {
    position: relative;
    width: 100%;
    border-top: 1px solid #a3a3a3;
    margin-bottom: 40px;
    z-index: 1;
}

.sea-line img {
    position: absolute;
    top: -107px;
    right: 0px;
    width: 180px;
    z-index: -1;
    opacity: 0.7;
}

.section-footer {
    position: relative;
    background: #eaf5ff;
    padding: 60px 0 40px;
    font-family: "Fredoka", sans-serif;
    background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), url('../images/footer-back.png') no-repeat center center;
    background-size: cover;
    z-index: 1;
}

.section-footer:before {
    content: '';
    position: absolute;
    background: linear-gradient(#e3f4ff, #e3f4ffde 15px, #00000000 100px);
    height: 180px;
    width: 100%;
    top: 0;
    z-index: -1;
}

.section-footer:after {
    content: '';
    position: absolute;
    background: linear-gradient(359deg, #e3f4ff 35.9%, rgb(0 0 0 / 0%) 90.96%, rgb(0 0 0 / 0%) 95.96%, rgb(0 0 0 / 0%) 80.96%);
    height: 180px;
    width: 100%;
    bottom: 0;
    z-index: -1;
}

/* 
.section-footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(234, 245, 255, 0.92); 
  z-index: -1;
} */

.logo {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    margin-top: -18px;
}

.logo img {
    width: 70px;
}

.logo-desc-footer {
    margin-left: 12px;
}

.logo-desc-footer h4 {
    font-size: 16px;
    font-weight: 700;
    color: #0068ca;
    margin: 0;
    white-space: nowrap;
}

.logo-desc-footer p {
    font-size: 14px;
    font-weight: 600;
    color: #69abd8;
    margin: 0;
    white-space: nowrap;
}

.icon i {
    color: #000;
}

footer.section-footer p i {
    color: #000;
}

.icon-text {
    color: #000;
    padding: 0 10px;
    margin-bottom: 10px;
}


footer h5 {
    font-size: 16px;
    font-weight: 700;
    color: #004aad;
    margin-bottom: 15px;
    white-space: nowrap;

}


footer ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

footer ul li {
    font-size: 14px;
    color: #000;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
}

footer ul li i {
    color: #004aad;
    margin-right: 8px;
    font-size: 12px;
}

footer p {
    font-size: 14px;
    margin-bottom: 10px;
    color: #000;
}

footer p i {
    color: #004aad;
    margin-right: 8px;
}

.map iframe {
    width: 100%;
}

.map-wrapper {
    position: relative;
}

a.map-link {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

footer .copyright {
    text-align: center;
    font-size: 13px;
    /* margin-top: 20px; */
    padding-top: 30px;
    border-top: 1px solid #ccc;
    color: #555;
}

/* contact-us-css */

section.contact-section {
    padding: 60px 0px;
    background: #e4f4fe;
    }

    .contact-wrapper .contact-single:nth-child(1) {
        width: 100%;
    }

    .contact-single {
        width: 50%;
        margin-bottom: 39px;
        position: relative;
    }

    .contact-single img {
        width: 60px;
        height: 60px;
    }

    .contact-single p {
        font-weight: 600;
        color: #6C6969;
        margin-bottom: 0;
        line-height: 20px;
        font-size: 16px;
    }

    .contact-wrapper .contact-single:nth-child(2) {
        width: 48%;
        border-right: 1px solid #CCC;
    }

    .contact-single h4 {
        font-weight: 700;
        font-size: 20px;
        margin-bottom: 1px;
        margin-top: 9px;
    }

    .contact-single a,
    .contact-single a:hover {
        color: #6C6969;
        text-decoration: none;
    }

    .contact-wrapper {
        display: flex;
        flex-wrap: wrap;
    }

    .contact-wrapper .contact-single:nth-child(3) {
        padding-left: 20px;
    }

    .contact-wrapper .contact-single:nth-child(3) {
        width: 50%;
    }

    .contact-wrapper-heading h2 {
        font-size: 60px;
        font-weight: 700;
        color: #101010;
    }

    .contact-wrapper-heading h2 span {
        color: #3751a2;
    }

    .contact-map iframe {
        padding: 10px;
        box-shadow: 0px 0px 4px 0px #d0d0d0;
        height: 285px;
        width: 100%;
    }

    /* .sea-line img {
        display: none;
    } */

/* contact-us-css */





/*Min Width End*/
/*Max Width*/

@media (max-width:1900px) {
    .about-section:before {
        position: absolute;
        content: '';
        background: url(../images/banner-bg.png) no-repeat;
        height: 100%;
        width: 100%;
        top: -120px;
        left: 0;
        background-position: top;
        background-size: contain;
    }
}

@media (max-width:1619px) {}

@media (max-width:1400px) {
    .logo-text h4 {
    font-size: 22px;
    font-weight: 600;
    /* font-family: 'Bebas Neue', sans-serif; */
    /* font-family: "Oswald", sans-serif; */
    /* font-weight: normal; */
    line-height: 0;
    color: #00368f;
}

.logo-text p {
    font-size: 18px;
    padding: 5px 0px 0px 0px;
}
}

@media (max-width:1300px) {
    .about-section:before {
        position: absolute;
        content: '';
        background: url(../images/banner-bg.png) no-repeat;
        height: 100%;
        width: 100%;
        top: -100px;
        left: 0;
        background-position: top;
        background-size: contain;
    }
}

@media (max-width:1200px) {
    .container {
        max-width: 92%;
    }

    .about-section:before {
        position: absolute;
        content: '';
        background: url(../images/banner-bg.png) no-repeat;
        height: 100%;
        width: 100%;
        top: -80px;
        left: 0;
        background-position: top;
        background-size: contain;
    }
}

@media (max-width:992px) {
    .logo-text h4 {
        font-size: 16px;

    }

    .menu-con .nav-menu>li>a {
        margin: 10px 15px;
        font-size: 16px;
    }

 .btn-btn-read {
    padding: 8px 10px;
    font-size: 12px;
}

    .slider-text-wrapper h2 {
        font-size: 28px;
    }

    .home-page-sliderimg {
        height: 100%;
    }

    .about-section {
        /* flex-direction: column;
        text-align: center; */
        padding: 40px 20px;
    }

    .about-text {
        padding-right: 0;
        margin-bottom: 30px;
    }

    .about-images {
        justify-content: center;
    }

    .about-images .big-image {
        width: 100%;
        max-width: 400px;
    }
    .about-section:before {
    top: -75px;
    
}

    .about-images .small-image {
        position: relative;
        left: 0;
        top: 0;
        bottom: 0;
        margin-top: -99px;
    }

    .about-images .small-image {
        width: 65%;
        height: 120px;
        margin-left: -70px;
    }

    .about-images::before {
        display: none;
    }

    .heading-group-1 h3 {
        font-size: 28px;
        margin-bottom: 10px;
    }

    .btn-read {
        font-size: 14px;
    }

    .logo-desc-footer h4 {
        font-size: 12px;
    }

    .logo-desc-footer p {
        font-size: 12px;
    }

    footer h5 {
        font-size: 14px;
    }

    .icon-text {
        font-size: 14px;
    }
    section.section-services .card-block h5.card-title {
    font-size: 16px;
}
.heading-new-1 h3 {
    font-size: 28px!important;
}
.left-text p {
    font-size: 13px;
}
.logo-img img {
    max-width: 60px;
}
.left-text p {
    font-size: 13px;
    white-space: pre-line;
}
}

/* @media (max-width:920px) {

} */

@media (max-width:768px) {
.about-section:before {
    top: -50px;
}
.slider-text {

    padding-bottom: 100px;
}
.btn-read {
    font-size: 12px;
}
.logo-text h4 {
    font-size: 14px;
}
.logo-text p {
    font-size: 14px;
}
.slider-text-wrapper h2 {
    font-size: 24px;
}
section.services .owl-nav button.owl-prev, section.services .owl-nav button.owl-next {
    position: absolute;
    top: 0;
    left: -20px;
}
section.services .owl-nav button.owl-next, section.services .owl-nav button.owl-next {
    right: -20px;
    left: unset;
}
.left-text p {
    text-align: center!important;
}
.right-btn {
    float: none!important;
    padding-top: 20px;
    text-align: center!important;
}
.about-section {
    background: url(../images/about-left-bg.png) no-repeat;
    background-size: 100px;
    background-color: #e3f4ff;
    background-position: left bottom;
    background-repeat: no-repeat;
} 
.section-journey {
    padding: 60px 0;
    background: #e3f4ff;
    /* padding-bottom: 70px; */
    background-image: url(../images/journey-left-bg.png);
    background-repeat: no-repeat, no-repeat;
    background-size: 100px;
    background-position: left top, right bottom;
    /* background-blend-mode: soft-light; */
}
.sea-line img {
    position: absolute;
    top: -73px;
    right: 0px;
    width: 120px;
    z-index: -1;
    opacity: 0.7;
}
}

@media (max-width:576px) {
    .top-1 {
    padding-top: 10px;
}
.nav-toggle {
    width: 30px;
    height: 30px;
    padding: 6px 2px 0;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    right: 0;
    display: none;
    cursor: pointer;
}
    .slider-text {
    padding-bottom: 45px;
}
.about-section:before {
    top: -40px;
}
    .top-1 .btn-btn-read {
    position: fixed;
    right: 0;
    top: 100px;
    bottom: 0;
    /* margin: 0 auto; */
    height: max-content;
    writing-mode: vertical-lr;
}
.btn-btn-read {
    padding: 10px 6px;
    font-size: 10px;
}
.about-text p {
    /* font-size: 16px; */
    line-height: 1.7;
    margin-bottom: 5px;
    /* color: #444; */
    text-align: justify;
}
.logo-img img {
    max-width: 45px;
}
.logo-text h4 {
    font-size: 12px;
}
.logo-text p {
    font-size: 11px;
}
.slider-text-wrapper h2 {
    font-size: 18px;
}
.btn-read {
    padding: 7px 15px;
}
.heading-group-1 h3 {
    font-size: 22px;
    margin-bottom: 10px;
}
.about-images {
    position: relative;
    text-align: left;
    padding-left: 100px;
}
.journey-wrapper {
    text-align: center;
    padding: 0px;
}
.section-journey {
    padding: 40px 0;
}
footer .copyright {
    padding-top: 15px;
}
.section-footer {
    padding: 40px 0 20px;
}
.contact-single img {
    width: 40px;
    height: 40px;
}
.contact-single p {
    font-size: 14px;
}
.contact-single h4 {
    font-size: 16px;
}
.contact-single a, .contact-single a:hover {
    font-size: 13px;
}
.contact-wrapper .contact-single:nth-child(2) {
    width: 40%;
    border-right: 1px solid #CCC;
}

}
@media (max-width:420px) {
     
    .about-section:before {
    top: -30px;
}
.slider-text-wrapper h2 {
    font-size: 16px;
}
.slider-text-wrapper h2 {
    margin: 5px 0;
}
.btn-read {
    padding: 5px 13px;
}
.heading-group-1 h3 {
    font-size: 18px;
    margin-bottom: 10px;
}
.heading-group-1 h3 {
    font-size: 18px;
    margin-bottom: 10px;
}

}

/*Max Width End*/


@keyframes bounceInRight {
    0% {
        opacity: 0;
        transform: translateX(300px);
    }

    60% {
        opacity: 1;
        transform: translateX(-20px);
    }

    80% {
        transform: translateX(10px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

/* Ziggle animation class (added via JS) */
.ziggle {
    animation: ziggle 2s ease-in-out infinite;
}

@keyframes ziggle {

    0%,
    100% {
        transform: rotate(0deg);
    }

    25% {
        transform: rotate(3deg);
    }

    50% {
        transform: rotate(0deg);
    }

    75% {
        transform: rotate(-3deg);
    }
}