@import 'common.css';

.MainHeader {
    position: sticky;
    background: rgba(var(--white-color), 1);
    top: 0;
    z-index: 999;
    width: 100%;
}

.navbar {
    top: 0;
    z-index: 999;
    width: 100%;
    padding: 15px 0px;
}

.navbar.header-fixed {
    position: fixed;
    background: rgba(var(--white-color), 1);
    animation: slideDown 0.35s ease-out;
    backdrop-filter: blur(5px);
    box-shadow: 0px 5px 20px -8px rgba(14, 13, 14, 0.08);
    border-bottom-color: rgba(var(--main-color), 0);
}

@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }

    to {
        transform: translateY(0);
    }
}

.DesktopNav .row {
    align-items: center;
}

.navbar.DesktopNav .HeadContainer {
    display: flex;
    gap: 8px;
    align-items: center;
    /* justify-content: center; */
}

.NBM-box {
    display: flex;
    gap: 50px;
    width: 100%;
    justify-content: flex-end;
}

.DesktopNav .navbar-brand,
.MobileNav .navbar-brand {
    /* width: 226px;
    width: 117px;
    height: 112px; */
    margin-right: 15px;
}

.navbar-brand img {
    object-fit: contain;
}

.navbar-brand h4 {
    font-size: 20px;
    font-weight: 800;
    color: rgba(var(--main-color), 1);
    margin-bottom: 0;
}

.head-BrandMenu {
    display: flex;
    gap: 16px;
}

.navbar-toggler {
    padding: 6px;
    border: none;
    background: rgba(var(--main-color), 1);
    border-radius: 0px;
}

.navbar-toggler .navbar-toggler-icon {
    background: rgba(var(--white-color), 1);
    width: 1.1em;
    height: 2px;
    position: relative;
    display: block;
}

.navbar-toggler-icon.bar-1 {
    width: 0.6em;
}

.navbar-toggler-icon.bar-2 {
    width: 0.9em;
}

.navbar-toggler-icon.bar-2 {
    margin: 4px 0px;
}

.navbar.DesktopNav .HeadContainer .navbar-nav .nav-item .nav-link {
    color: rgba(var(--black-color), 1);
    transition: var(--transition-05s);
    position: relative;
    text-transform: capitalize;
    white-space: nowrap;
    font-weight: 500;
    padding: 4px 12px;
    margin-right: 24px;
    font-size: 16px;
    font-family: var(--Poppins-font);
}

.navbar.DesktopNav .HeadContainer .navbar-nav .nav-item:last-child .nav-link {
    margin-right: 0px;
}

.navbar.DesktopNav .HeadContainer .navbar-nav .nav-item .nav-link.active,
.navbar.DesktopNav .HeadContainer .navbar-nav .nav-item .nav-link:hover,
.navbar.DesktopNav .HeadContainer .navbar-nav .nav-item .nav-link:focus,
.navbar.DesktopNav .HeadContainer .navbar-nav .nav-item .nav-link[aria-current="page"] {
    color: rgba(var(--main-color), 1);
}

.navbar.DesktopNav .HeadContainer .navbar-nav .nav-item .nav-link::before {
    content: '';
    display: inline-block;
    position: absolute;
    width: 0%;
    height: 2px;
    border-radius: 5px;
    background: rgba(var(--main-color), 1);
    transition: var(--transition-05s);
    right: 0px;
    bottom: 0px;
    opacity: 0;
    visibility: hidden;
}

.navbar.DesktopNav .HeadContainer .navbar-nav .nav-item .nav-link.active::before,
.navbar.DesktopNav .HeadContainer .navbar-nav .nav-item .nav-link:hover::before,
.navbar.DesktopNav .HeadContainer .navbar-nav .nav-item .nav-link:focus::before,
.navbar.DesktopNav .HeadContainer .navbar-nav .nav-item .nav-link[aria-current="page"]::before {
    opacity: 1px;
    visibility: visible;
    width: 100%;
    left: 0px;
    right: auto;
}

.navbar .navbar-nav .nav-item .nav-link.dropdown-toggle::after {
    content: '\f107';
    font-family: var(--font-awesome);
    font-weight: 600;
    border: none;
    vertical-align: middle;
}

.navbar .navbar-nav .nav-item .dropdown-menu {
    padding: 0px;
    border: 0;
    border-radius: 0px;
    margin: 0 !important;
    transition: var(--transition-05s);
    /* overflow: hidden; */
    box-shadow: -12px 8px 20px -8px rgba(14, 13, 14, 0.08), 12px 8px 20px -8px rgba(14, 13, 14, 0.08);
}

.navbar .navbar-nav .nav-item .dropdown-menu li a,
.dropdown-menu .dropdown-submenu a {
    font-weight: 600;
    font-size: 14px;
    border-bottom: 1px solid rgba(var(--black-color), 0.175);
    padding: 8px 10px;
    color: rgba(var(--black-color), 0.8);
    transition: var(--transition-05s);
    background: none;
}

.navbar .navbar-nav .nav-item .dropdown-menu li a:hover,
.navbar .navbar-nav .nav-item .dropdown-menu li a:active,
.navbar .navbar-nav .nav-item .dropdown-menu li a:focus,
.navbar .navbar-nav .nav-item .dropdown-menu li a.active,
.dropdown-menu li .dropdown-submenu a:hover,
.dropdown-menu li .dropdown-submenu a:active,
.dropdown-menu li .dropdown-submenu a:focus,
.dropdown-menu li .dropdown-submenu a.active {
    color: rgba(var(--white-color), 1);
    background-color: rgba(var(--main-color), 1);
    border-color: rgba(var(--main-color), 1);
}

.navbar .navbar-nav .nav-item .dropdown-menu ul>li:last-child a {
    border-bottom: none;
}

.Head-CaLog {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-left: 40px;
}

.Head-CaLog .common-btn {
    white-space: nowrap;
    font-weight: 600;
}

.Head-CaLog .common-btn i {
    color: rgba(var(--main-color), 1);
    margin-right: 3px;
}

/* banner start */

.banner-section {
    --banner-hvh: 80vh;
    --banner-hhp: 100%;
    min-height: var(--banner-hvh);
    height: var(--banner-hhp);
    position: relative;
    z-index: 9;
}

.banner-section.banner-inner-page {
    --banner-hvh: 60vh;
}

.banner-section>*:first-child,
.banner-slider>*:first-child>*,
.banner-slider>*:first-child>*>*,
.banner-slider>*:first-child>*>*>*,
.banner-slider>*:first-child>*>*>*>* {
    min-height: var(--banner-hvh);
    height: var(--banner-hhp);
}

.banner-inner-section {
    background: rgba(var(--main-color), 0.5) no-repeat center center / cover;
    display: flex;
    align-items: center;
    justify-content: center;
    /* overflow: hidden; */
    position: relative;
    padding-bottom: 50px;
}

.banner-slider.owl-carousel .owl-dots {
    position: absolute;
    bottom: 40px;
    left: 0px;
    right: 0px;
    gap: 8px;
    display: flex;
    justify-content: center;
}

.banner-slider.owl-carousel button.owl-dot {
    --ehw-ocbd: 4px;
    width: calc(var(--ehw-ocbd) + 40px);
    height: calc(var(--ehw-ocbd));
    background: #ECD7C2;
    border-radius: 0px;
    transition: var(--transition-05s);
}

.banner-slider.owl-carousel button.owl-dot.active {
    background: rgba(var(--main-color), 1);
}

.banner-section.banner-inner-page .banner-inner-section {
    background-position: center top;
    padding-bottom: 60px;
}

.banner-section.banner-inner-page .banner-inner-section .row {
    text-align: center;
}

.banner-inner-page .banner-inner-section>*>* {
    justify-content: center;
}

.banner-bg {
    position: absolute;
    display: block;
    inset: 0px;
    width: 100%;
    height: 100%;
}

.banner-bg::after {
    content: '';
    display: block;
    position: absolute;
    inset: 0px;
    height: 100%;
    background: linear-gradient(90deg, rgb(0 0 0 / 66%) 50%, rgb(0 0 0 / 29%));
    width: 100%;
}

.banner-box {
    margin-top: 30px;
}

.banner-inner-page .banner-inner-section .banner-box {
    margin-top: 0px;
}

.banner-title,
.banner-box h1 {
    color: rgba(var(--white-color), 1);
    position: relative;
    margin-bottom: 14px;
    font-size: 50px;
    font-weight: 600;
}

.banner-inner-page .banner-inner-section .banner-title,
.banner-inner-page .banner-inner-section .banner-box h1 {
    margin-bottom: 0px;
    font-size: 58px;
}

.banner-para {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: rgba(var(--second-color), 1);
    margin: 0px 0px 30px;
    line-height: 1.5;
    font-size: 19px;
    font-weight: 400;
}

.banner-para p {
    margin-bottom: 10px;
}

.banner-para p:last-child {
    margin-bottom: 0px;
}

.banner-user-img {
    width: calc(100% + 20%);
    margin-bottom: -50px;
    height: 660px;
    margin-left: -40%;
    margin-top: -14%;
}

.banner-user-img img {
    object-fit: contain;
}

/* banner end */

/* AOSHPS start */
.AOSHPS-section {
    background-color: rgba(var(--second-color), 0.2);
}

.AOSHPS-Titlebox .common-para,
.common-box.AOSHPS-Titlebox>div.common-para {
    padding: 0px 10px;
}

/*  */


.AOSHPS-img {
    --ehw-aoi: 550px;
    height: var(--ehw-aoi);
    border-radius: 100px 0px 100px 0px;
    overflow: hidden;
    border: 3px dashed rgba(var(--main-color), 01);
}

.AOSHPS-text {
    padding-left: 25px;
}

.AOSHPS-img img {
    object-fit: cover;
    object-position: top;
}

.AOSHPS-text h4 {
    text-align: left;
    font-size: 15px;
    color: rgba(var(--black-color), 0.6);
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 12px;
    position: relative;
    /* padding-left: 25px; */
}

.AOSHPS-text h3 {
    text-align: left;
    font-size: 24px;
    color: rgba(var(--main-color), 1);
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 12px;
    position: relative;
    /* padding-left: 25px; */
}

/* .AOSHPS-text h4::after {
    position: absolute;
    top: 50%;
    left: 1%;
    transform: translate(-15%, -50%);
    content: "";
    --calwidth: 13px;
    width: var(--calwidth);
    height: var(--calwidth);
    border-radius: 50%;
    background-color: rgba(var(--main-color), 1);
} */

.AOSHPS-text .common-para {
    /* padding: 0px 25px; */
    text-align: left;
}

.AOSHPS-text .common-para p strong {
    color: rgba(var(--main-color), 1);
}

/* AOSHPS end */

/* WSWO start */
.WSWO-section .AOSHPS-text h4 {
    text-align: center;
    font-size: 15px;
    color: rgba(var(--black-color), 1);
}

.WSWO-section .AOSHPS-text h3,
.WSWO-section .AOSHPS-text p {
    text-align: center;
}


.parent {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 8px;
    border-radius: 100px 0px 100px 0px;
    overflow: hidden;
}

.div1 {
    grid-column: span 2 / span 2;
    grid-row: span 2 / span 2;
}

.div2 {
    grid-column-start: 3;
}

.div3 {
    grid-column-start: 3;
    grid-row-start: 2;
}

.div1 img {
    height: 610px !important;
}

.WSWOs-img {
    width: 100%;
    height: 300px;
    object-position: top;
}


/* WSWO end */

/* PProcess start */
.divimg .WSWOs-img {
    object-fit: cover;
    object-position: top;
    height: 450px;
    border-radius: 100px 0px 100px 0px;
}

.bottombox .AOSHPS-img {
    border-radius: 0px 100px 0px 100px;
    border: none;
}

.bottombox h3,
.bottombox h4,
.bottombox p {
    text-align: left !important;
}

.common-section.PPvrocess-section {
    background: rgba(var(--main-color), 1);
}

.PProcess-bg {
    position: absolute;
    display: block;
    inset: 0px;
    width: 100%;
    height: 100%;
}


.PPvrocess-section .AOSHPS-text h3,
.PPvrocess-section .AOSHPS-text .common-para {
    text-align: center;
}

.PPvrocess-section .AOSHPS-text .common-para {
    color: rgba(var(--white-color), 1);
}

.PPvrocess-section .AOSHPS-text h3 {
    color: rgba(var(--second-color), 1);
}

/* PProcess end */

/* WChoose start */
.WChoose-section {
    background-color: rgba(var(--second-color), 0.3);
}

.WChoose-bg {
    position: absolute;
    bottom: -1px;
    right: 0px;
    opacity: 0.3;
}

.WChoose-ListBox {
    display: flex;
    flex-direction: column;
    gap: 30px;
    width: 90%;
}

.WChoose-ListBox li {
    display: flex;
    gap: 20px;
    align-items: center;
    background: rgba(var(--white-color), 1);
    box-shadow: 0px 6px 18px -4px rgba(var(--main-color), 0.3);
    padding: 30px 20px;
    border-radius: 16px;
}

.WChoose-icon {
    --ehw-wci: 100px;
    width: var(--ehw-wci);
    height: var(--ehw-wci);
    padding: 2px;
}

.WChoose-icon img {
    object-fit: contain;
}

.WChoose-Txt {
    padding-right: 100px;
}

.WChoose-Txt h4 {
    text-transform: capitalize;
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 8px;
    line-height: 1.3;
    color: rgba(var(--black-color), 1);
}

.WChoose-Txt p {
    margin-bottom: 0px;
    font-size: 18px;
    padding-right: 20px;
    color: rgba(var(--black-color), 0.8);
}

.WChoose-img {
    margin-bottom: -180px;
    width: 600px;
}

/* WChoose end */



/* Article start */
.WSWO-slider .common-para {
    text-align: left !important;
}

.WSWO-slider .owl-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-top: 30px;

}

.article-img {
    width: 100%;
    height: 300px;
    overflow: hidden;
    border-radius: 30px 0px 0px 0px;
}

.article-TxtBox {
    padding: 20px;
    background-color: rgba(var(--second-color), 1);
    overflow: hidden;
    border-radius: 0px 0px 30px 0px;
}

.date-post {
    display: flex;
    align-items: center;
    gap: 15px;
    color: rgba(var(--black-color), 0.8);
    font-size: 16px;
    margin-bottom: 12px;
}

.date-post li {
    border-right: 1px solid #adadad;
    padding-right: 15px;
}

.date-post li i {
    color: rgba(var(--main-color), 1);
    margin-right: 5px;
}

.blogDtl-box .date-post li i {
    vertical-align: text-top;
}

.date-post li:last-child {
    border-right: none;
    padding-right: 0px;
}

.article-title,
.article-txt h3 {
    text-transform: capitalize;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-clamp: 1;
    -o-line-clamp: 1;
    -moz-line-clamp: 1;
    -webkit-line-clamp: 1;
    line-height: 1.3;
    margin-bottom: 10px;
    font-size: 25px;
    color: rgba(var(--main-color), 01);
}

.article-txt .common-para {
    line-clamp: 2;
    -o-line-clamp: 2;
    -moz-line-clamp: 2;
    -webkit-line-clamp: 2;
    font-size: 16px;
    margin-bottom: 14px;
    color: rgba(var(--black-color), 1);
}

.article-txt .common-btn {
    padding: 12px 26px;
    font-size: 18px;
    border-radius: 8px;
}

.RecentBlog-box {
    background: rgba(var(--second-color), 1);
    padding: 30px;
    border-radius: 20px;
}

.RecentBlog-btn .common-bgBtn {
    text-transform: uppercase;
    padding: 20px 40px;
    font-size: 18px;
}

/* Article end */

/* footer start */

.footer-section {
    background: rgba(var(--second-color), 1);
    background: #FFF7F3;
}

.inner-footer {
    padding-top: 80px;
    padding-bottom: 50px;
    border-bottom: 1px solid #D1D1D1;
}

.inner-footer .row {
    justify-content: space-between;
}

.inner-footer .common-para {
    font-size: 16px;
}

.inner-footer .common-btn {
    font-size: 12px;
}

.footer-box {
    height: 100%;
    padding-right: 30px;
    border-right: 1px solid #D1D1D1;
}

.inner-footer .row>*:last-child .footer-box {
    border-right: none;
    padding-right: 0px;
}

.foot-logo {
    width: 117px;
    margin-bottom: 20px;
}

.foot-title {
    color: rgba(var(--black-color), 0.95);
    margin-bottom: 25px;
    font-size: 22px;
}

.foot-form {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.foot-form .form-control,
.foot-form .form-control:hover,
.foot-form .form-control:focus {
    border: none;
    border-radius: 10px 0px 0px 10px;
    background: rgba(var(--black-color), 0.15);
    background: #E5E5E5;
    font-size: 16px;
}

.foot-form .form-control::placeholder {
    color: rgba(var(--black-color), 0.7);
}

.foot-form-btn {
    background: rgba(var(--main-color), 1);
    border-color: rgba(var(--main-color), 1);
    color: rgba(var(--white-color), 1);
    transition: var(--transition-05s);
    padding: 8px 14px;
    border-radius: 0px 10px 10px 0px;
}

.foot-form-btn:hover,
.foot-form-btn:focus,
.foot-form-btn:active {
    background: rgba(var(--main-color), 0);
    border-color: rgba(var(--main-color), 1);
    color: rgba(var(--main-color), 1);
}

.foot-list {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.foot-list li a {
    display: inline-flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 5px;
    color: rgba(var(--black-color), 0.95);
    transition: var(--transition-05s);
    color: #6D6D6D;
    font-size: 16px;
    font-weight: 400;
}

.foot-list li a:hover,
.foot-list li a:focus,
.foot-list li a:active,
.foot-list li a[aria-current="page"] {
    color: rgba(var(--main-color), 0.95);
}

.copy-box {
    padding: 30px 0px;
}

a {
    font-family: var(--Poppins-font);
}

.copy-text {
    color: #AAAAAA;
    font-size: 16px;
    font-family: var(--Poppins-font);
}

.social-list {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: flex-end;
}

.social-list li a i {
    color: rgba(var(--main-color), 1);
}

.social-list li a {
    color: rgba(var(--black-color), 0.95);
    color: #8A8B8C;
    font-size: 20px;
    transition: var(--transition-05s);
}

.social-list li a:hover,
.social-list li a:focus {
    color: rgba(var(--main-color), 1);
}

/* footer end */

/* contact start */

.cta-form-box {
    margin-top: 30px;
}

.iframe-box {
    width: 100%;
    height: 600px;
    overflow: hidden;
    position: relative;
    border-radius: 40px 0px 40px 0px;
}

.iframe-box iframe {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    z-index: 1;
}

/* contact end */


/* media start */

.navbar.DesktopNav>* {
    display: block;
}

/* @media( min-width: 320px) {
    .navbar.DesktopNav > * {
        display: block;
    }
} */

@media (min-width: 992px) {

    /* .Head-CaLog {
        display: none;
    } */
    .nav-item.dropdown .dropdown-menu {
        opacity: 0;
        visibility: hidden;
    }

    .nav-item.dropdown:hover>.dropdown-menu,
    .nav-item.dropdown .dropdown-menu.show,
    .dropdown-menu ul li:hover>.dropdown-menu.dropdown-submenu {
        opacity: 1;
        display: block;
        visibility: visible;
    }

    .navbar-expand-lg .navbar-collapse {
        width: max-content;
        max-width: max-content;
    }

    .nav-item.dropdown .DDMenu.dropdown-menu {
        left: 100px;
    }
}

@media (min-width: 1200px) {
    .nav-item.dropdown .dropdown-menu[data-bs-popper] {
        top: 100%;
    }
}

@media (min-width: 1600px) {
    .container {
        /* max-width: 1520px; */
        max-width: 1320px;
    }
}

@media (min-width: 1700px) {
    .container {
        max-width: 1320px;
    }

    .PProcess-section .container,
    .Article-section .container,
    .service-page .container {
        max-width: 1660px;
    }
}

@media (min-width: 1800px) {

    .PProcess-section .container,
    .Article-section .container,
    .service-page .container {
        max-width: 1620px;
    }
}

@media (min-width: 1900px) {

    .PProcess-section .container,
    .Article-section .container,
    .service-page .container {
        max-width: 1700px;
    }
}

@media (min-width: 2000px) {

    .PProcess-section .container,
    .Article-section .container,
    .service-page .container {
        max-width: 1820px;
    }
}

@media (max-width: 1800px) {
    .banner-user-img {
        width: calc(100% + 20%);
        height: 600px;
        margin-left: -20%;
    }
}

@media (max-width: 1600px) {
    .banner-user-img {
        width: calc(100% + 10%);
        height: 560px;
        margin-bottom: -84px;
        margin-left: -20%;
    }
}

@media (max-width: 1500px) {
    .banner-user-img {
        width: calc(100% + 15%);
        height: 500px;
        margin-left: -12%;
        margin-bottom: -120px;
    }

    .banner-title,
    .banner-box h1 {
        font-size: 40px;
    }

    .banner-para {
        font-size: 17px;
    }

    .common-bgBtn {
        font-size: 17px;
    }
}

@media (max-width: 1400px) {
    .banner-section {
        --banner-hvh: 62vh;
    }

    .banner-user-img {
        width: calc(100% + 8%);
        height: 530px;
        margin-left: -8%;
        margin-bottom: -130px;
    }

    .navbar.DesktopNav .HeadContainer .navbar-nav .nav-item .nav-link {
        padding: 4px 8px;
        margin-right: 10px;
        font-size: 17px;
    }

    .AOSHPS-text .common-para {
        padding: 0px 0px;
        font-size: 14px;
    }

    .AOSHPS-img {
        --ehw-aoi: 100%;
        margin: 0px;
        border-radius: 80px 0px 80px 0px;
    }

    .AOSHPS-text h4,
    .WSWO-section .AOSHPS-text h4 {
        font-size: 13px;
    }

    .parent .WSWOs-img {
        height: 300px;
    }

    .AOSHPS-box.bottombox .AOSHPS-img {
        height: 450px;
    }

    .parent {
        border-radius: 80px 0px 80px 0px;
    }

    .WSWOs-Text .common-para {
        padding: 0px 0px;
        font-size: 17px;
    }

    .article-txt .common-btn {
        padding: 10px 20px;
        font-size: 16px;
    }

    .common-para,
    .common-box>div.common-para {
        font-size: 14px;
    }

    .form-control,
    .form-select {
        font-size: 15px;
    }

    .form-box .common-bgBtn {
        border-radius: 8px;
        font-size: 14px;
        padding: 15px 30px;
    }

    .iframe-box {
        width: 100%;
        height: 100%;
    }

    .WChoose-Txt {
        padding-right: 0px;
    }

    .WChoose-img {
        width: 560px;
    }

    .WChoose-icon {
        --ehw-wci: 80px;
    }

    .WChoose-Txt h4 {
        font-size: 22px;
    }

    .WChoose-Txt p {
        font-size: 17px;
        padding-right: 0px;
    }

    .Video-img::after {
        font-size: 80px;
    }

    .article-img {
        height: 270px;
    }

    .article-title,
    .article-txt h3 {
        font-size: 20px;
    }

    .article-txt .common-para {
        font-size: 14px;
    }

    .date-post {
        font-size: 14px;
    }

    .inner-footer .common-para,
    .copy-text {
        font-size: 14px;
    }

    .AOSHPS-text {
        padding-left: 0px;
    }
}

@media (max-width: 1199px) {
    .banner-section {
        --banner-hvh: 60vh;
    }

    .banner-user-img {
        width: calc(100%);
        height: 390px;
        margin-left: 0%;
        margin-bottom: -50px;
        margin-top: 0%;
    }

    .banner-title,
    .banner-box h1 {
        font-size: 30px;
    }

    .banner-para {
        font-size: 14px;
    }

    .article-img {
        height: 200px;
    }

    .banner-slider.owl-carousel .owl-dots {
        bottom: 20px;
    }

    .banner-slider.owl-carousel button.owl-dot {
        --ehw-ocbd: 3px;
        width: calc(var(--ehw-ocbd) + 30px);
    }

    .AOSHPS-Titlebox .common-para,
    .common-box.AOSHPS-Titlebox>div.common-para {
        padding: 0px 0px;
    }

    .AOSHPS-img {
        --ehw-aoi: 450px;
        margin: 0px auto 0px;
    }

    .AOSHPS-text h3 {
        text-align: left;
        font-size: 20px;
    }


    .AOSHPS-box {
        padding: 0px 10px;
    }

    .WSWOs-box .WSWOs-Text {
        display: none;
    }

    .WSWOs-Text.WSWOs-TextHover {
        display: block;
        position: static;
        opacity: 1;
        visibility: visible;
        background: rgba(var(--white-color), 1);
    }

    .PProcess-ListImg {
        --ehw-ppli: 60px;
    }

    .WChoose-img {
        width: 100%;
    }

    .WChoose-Txt p {
        font-size: 15px;
        padding-right: 10px;
    }

    .WChoose-Txt h4 {
        font-size: 20px;
    }

    .WChoose-icon {
        --ehw-wci: 70px;
    }

    .foot-list {
        gap: 5px;
    }

    .foot-list li a {
        font-size: 14px;
    }

    .navbar.DesktopNav .HeadContainer .navbar-nav .nav-item .nav-link {
        margin-right: 10px;
        font-size: 14px;
    }

    .common-section.Video-section {
        height: auto;
    }

    .Video-img::after {
        font-size: 60px;
    }

    .article-title,
    .article-txt h3 {
        font-size: 17px;
    }

    .RecentBlog-box {
        padding: 20px;
    }

    .RecentBlog-btn .common-bgBtn {
        padding: 14px 30px;
        font-size: 16px;
    }

    .article-txt .common-btn {
        padding: 10px 22px;
        font-size: 16px;
    }

    .inner-footer .common-para {
        font-size: 14px;
    }

    .foot-logo {
        width: 100px;
    }
}

@media (max-width: 991px) {
    .parent {
        display: flex;
        flex-direction: column;
    }
    .flexresec {
        flex-direction: column-reverse !important;
    }


    .AOSHPS-box.bottombox .AOSHPS-img {
        height: 350px;
    }

    .bottombox .AOSHPS-img {
        border-radius: 40px 0px 40px 0px;
    }

    .div1 img {
        height: 450px !important;
    }

    .iframe-box {
        width: 100%;
        height: 450px;
        border-radius: 30px 0px 30px 0px;
    }

    .navbar.DesktopNav .HeadContainer .navbar-nav .nav-item .nav-link {
        color: rgba(var(--black-color), 1);
    }

    .navbar.DesktopNav .HeadContainer .navbar-nav .nav-item .nav-link.active,
    .navbar.DesktopNav .HeadContainer .navbar-nav .nav-item .nav-link:hover,
    .navbar.DesktopNav .HeadContainer .navbar-nav .nav-item .nav-link:focus,
    .navbar.DesktopNav .HeadContainer .navbar-nav .nav-item .nav-link[aria-current="page"] {
        color: rgba(var(--main-color), 1);
    }

    .navbar.DesktopNav .HeadContainer {
        justify-content: flex-end;
    }

    .NBM-box .navbar-nav.ms-auto.navbar-nav-scroll {
        gap: 10px;
    }

    .NBM-box {
        display: flex;
        gap: 50px;
        position: absolute;
        top: 100%;
        width: 100%;
        left: 0px;
        /* padding: 20px 30px; */
    }

    .NBM-box>* {
        background: rgba(var(--white-color), 1);
        padding: 20px 30px;
    }

    .navbar.DesktopNav .HeadContainer .navbar-nav .nav-item .nav-link {
        margin: 0;
        width: max-content;
    }

    .NBM-box li.nav-item.dropdown {
        position: static;
        width: max-content;
    }

    .NBM-box ul:last-child {
        margin-top: 10px;
    }

    .inner-footer .row>*:first-child .footer-box {
        border-right: none;
        padding-right: 0px;
    }

    .WChoose-img {
        width: 500px;
        margin: 0 auto;
        margin-bottom: -150px;
    }

    .banner-inner-section .container>*>*:first-child {
        order: 1;
    }

    .banner-box {
        margin-top: 0px;
    }

    .banner-title,
    .banner-box h1 {
        font-size: 40px;
    }

    .WSWOs-Text {
        padding: 20px 20px;
    }

    .WSWOs-Text h4 {
        font-size: 24px;
    }

    .WSWOs-Text .common-para {
        font-size: 16px;
    }

    .WSWOs-Text .common-bgBtn {
        padding: 12px 30px;
        font-size: 16px;
    }

    .common-section.PProcess-section {
        padding-top: 380px;
        padding-bottom: 80px;
    }

    .WChoose-ListBox {
        margin: auto;
    }

    .banner-section.banner-inner-page {
        --banner-hvh: 40vh;
    }
}

@media (max-width: 767px) {
    .banner-section {
        --banner-hvh: 45vh;
    }

    .banner-inner-page .banner-inner-section .banner-title,
    .banner-inner-page .banner-inner-section .banner-box h1 {
        font-size: 25px;
    }

    /* 
    .DesktopNav .navbar-brand,
    .MobileNav .navbar-brand {
        width: 97px;
        height: 92px;
    } */
    .AOSHPS-img {
        --ehw-aoi: 350px;
    }

    .div1 img {
        height: 350px !important;
    }

    .banner-title,
    .banner-box h1 {
        font-size: 25px;
    }

    .common-bgBtn {
        padding: 12px 30px;
        font-size: 17px;
    }

    .PProcess-ListTxt h4 {
        font-size: 20px;
    }

    .PProcess-ListImg {
        --ehw-ppli: 55px;
        margin-bottom: 14px;
    }

    .PProcess-ListTxt .common-para {
        font-size: 15px;
    }

    .WSWOs-img {
        height: 300px;
    }

    .WSWOs-Text h4 {
        font-size: 22px;
    }

    .WSWOs-Text .common-para {
        font-size: 15px;
    }

    .copy-text {
        font-size: 14px;
    }

    .social-list li a {
        font-size: 17px;
    }

    .copy-box {
        padding: 20px 0px;
    }

    .inner-footer {
        padding-top: 60px;
        padding-bottom: 40px;
    }

    .foot-form .form-control,
    .foot-form .form-control:hover,
    .foot-form .form-control:focus {
        font-weight: 500;
        font-size: 14px;
    }

    .foot-title {
        margin-bottom: 18px;
        font-size: 20px;
    }

    .iframe-box {
        height: 400px;
    }

    .blogDtl-img {
        height: 320px;
    }

    .serDtl-box .common-box :where(h1, h2, h3, h4, h5, h6),
    .blogDtl-box .common-box :where(h1, h2, h3, h4, h5, h6) {
        --ehwAcc-fs: 16px;
        margin-bottom: 16px;
    }
}

@media (max-width: 580px) {
    .Head-CaLog .common-btn {
        padding: 10px 14px;
        font-size: 14px;
    }

    .banner-section {
        --banner-hvh: 40vh;
    }

    /* .DesktopNav .navbar-brand,
    .MobileNav .navbar-brand {
        width: 77px;
        height: 72px;
    } */

    .banner-inner-section {
        padding-bottom: 60px;
    }

    .banner-user-img {
        height: 310px;
        margin-bottom: -30px;
    }

    .banner-para {
        font-size: 15px;
        margin: 0px 0px 20px;
    }

    .common-bgBtn {
        padding: 10px 22px;
        font-size: 16px;
    }

    .common-para,
    .common-box>div.common-para {
        font-size: 13px;
    }

    .AOSHPS-box {
        padding: 0;
    }


    .WChoose-icon {
        --ehw-wci: 80px;
    }

    .Video-img::after {
        font-size: 34px;
    }

    .WChoose-ListBox li {
        gap: 16px;
        flex-direction: column;
        padding: 22px 20px;
    }

    .WChoose-img {
        width: 100%;
    }

    .footer-box {
        border-right: none;
        border-bottom: 1px solid #D1D1D1;
        padding-right: 0px;
        padding-bottom: 30px;
    }

    .inner-footer .row>*:last-child .footer-box {
        border-bottom: none;
        padding-bottom: 0px;
    }

    .copy-box>*>*:last-child {
        order: -1;
    }

    .copy-text {
        text-align: center;
    }

    .social-list {
        justify-content: center;
    }

    .service-page .WSWOs-Text h4 {
        font-size: 22px;
    }
}

@media (max-width: 400px) {

    .banner-title,
    .banner-box h1 {
        font-size: 18px;
    }

    .banner-inner-section {
        padding-bottom: initial;
    }
}

/* media end */