@charset "utf-8";

* {
    outline: none;
    margin: 0px;
    padding: 0px;
    border: none;
    text-decoration: none;
    font-family: 'Poppins';
    box-sizing: border-box;
}

body {
    text-decoration: none;
    font-family: 'Poppins';
    font-size: 18px;
    color: #505050;
}

html,
body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    /* Remove horizontal scrollbar */
}

.c1 {
    background-color: #fff !important;
    color: #333 !important;
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    transform: rotate(90deg);
}

@font-face {
    font-family: 'Nexa Book';
    src: url('../fonts/Nexa-Book.eot');
    src: url('../fonts/Nexa-Book.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Nexa-Book.woff') format('woff'),
        url('../fonts/Nexa-Book.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Nexa';
    src: url('../fonts/Nexa-Regular.eot');
    src: url('../fonts/Nexa-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Nexa-Regular.woff') format('woff'),
        url('../fonts/Nexa-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Nexa';
    src: url('../fonts/Nexa-Bold.eot');
    src: url('../fonts/Nexa-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Nexa-Bold.woff') format('woff'),
        url('../fonts/Nexa-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Nexa';
    src: url('../fonts/Nexa-Black.eot');
    src: url('../fonts/Nexa-Black.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Nexa-Black.woff') format('woff'),
        url('../fonts/Nexa-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Bold.eot');
    src: url('../fonts/Poppins-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-Bold.woff') format('woff'),
        url('../fonts/Poppins-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-SemiBold.eot');
    src: url('../fonts/Poppins-SemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-SemiBold.woff2') format('woff2'), url('../fonts/Poppins-SemiBold.woff') format('woff'), url('../fonts/Poppins-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Regular.eot');
    src: url('../fonts/Poppins-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-Regular.woff2') format('woff2'), url('../fonts/Poppins-Regular.woff') format('woff'), url('../fonts/Poppins-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Medium.eot');
    src: url('../fonts/Poppins-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-Medium.woff2') format('woff2'), url('../fonts/Poppins-Medium.woff') format('woff'), url('../fonts/Poppins-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}


.clear {
    clear: both
}

audio,
::selection {
    background: #8cc248;
    color: #fff;
}

.effect-shine:hover {
    -webkit-mask-image: linear-gradient(-75deg, rgba(0, 0, 0, 0.8) 30%, #000 50%, rgba(0, 0, 0, .6) 70%);
    -webkit-mask-size: 200%;
    -webkit-animation: shine 2s infinite;
    animation: shine 2s infinite;
}

.grecaptcha-badge {
    display: none !important;
}

.img-full {
    width: 100%;
    height: auto;
    display: block
}

.img-responsive {
    max-width: 100%;
    height: auto;
}

.container {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%
}



.effect-shine:hover {
    -webkit-mask-image: linear-gradient(-75deg, rgba(0, 0, 0, 0.8) 30%, #000 50%, rgba(0, 0, 0, .6) 70%);
    -webkit-mask-size: 200%;
    -webkit-animation: shine 2s infinite;
    animation: shine 2s infinite;
}

@-webkit-keyframes shine {
    from {
        -webkit-mask-position: 150%;
    }

    to {
        -webkit-mask-position: -50%;
    }
}

.effect-shine1:hover {
    -webkit-mask-image: linear-gradient(-75deg, rgba(255, 172, 0, 1) 30%, #000 50%, rgba(255, 172, 0, .6) 70%);
    -webkit-mask-size: 200%;
    -webkit-animation: shine 2s infinite;
    animation: shine 2s infinite;
}

@-webkit-keyframes shine1 {
    from {
        -webkit-mask-position: 150%;
    }

    to {
        -webkit-mask-position: -50%;
    }
}

.line>a:after {
    display: block;
    content: '';
    border-bottom: 2px solid #f58233;
    transform: scaleX(0);
    transition: transform 250ms ease-in-out;
}

.line>a:hover:after {
    transform: scaleX(1);
}

.hvr-underline-reveal {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    overflow: hidden;
}

.hvr-underline-reveal:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    bottom: 0;
    background: #006a4e;
    height: 2px;
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-underline-reveal:hover:before,
.hvr-underline-reveal:focus:before,
.hvr-underline-reveal:active:before {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.logo1 {
    display: none
}

.banner-wraper {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
}

.swiper-slide-caption {
    position: absolute;
    z-index: 1;
    display: inline-block;
    width: 100%;
    max-height: 100%;
    white-space: normal;
    overflow: hidden;
    bottom: 0;
    left: 0px;
    top: 0;
    display: flex;
    align-items: center;
    /* background-color: rgba(0, 0, 0, 0.5); */
}

.banner-caption-mid {
    font-size: 2em;
    color: #fff;
    font-family: 'Nexa Book';
    text-align: left;
    font-weight: normal;
    line-height: 1.2;
    letter-spacing: -1px;
}

.banner-caption-bottom {

    font-size: 3.556em;
    color: #fff;
    font-family: 'Nexa';
    text-align: left;
    font-weight: 900;
    font-style: normal;
    font-display: swap;
    line-height: 1.2;
    letter-spacing: -1px;
}

.caption {
    font-size: 1.625em;
    color: #fff;
    font-family: inherit;
    text-align: left;
    font-weight: normal;
    line-height: 1;
}

.caption-bottom {
    font-size: 3.500em;
    color: #fff;
    font-family: 'Plus Jakarta Sans';
    text-align: left;
    font-weight: 500;
    line-height: 1.7;
    letter-spacing: -3px
}

.caption-bottom span {
    font-family: 'geomanist-book';
    font-size: 0.5em;
    letter-spacing: 0px;
}

.logo-container {
    width: auto;
    height: auto;
    position: absolute;
    left: 0;
    top: 0;
    padding-top: 10px;
}

.menu-container {
    width: auto;
    height: auto;
    float: right;
    margin-top: 1em
}

.logo {
    width: auto;
    height: auto;
    float: left;
}

.effect-shine:hover {
    -webkit-mask-image: linear-gradient(-75deg, rgba(0, 0, 0, 0.8) 30%, #000 50%, rgba(0, 0, 0, .6) 70%);
    -webkit-mask-size: 200%;
    -webkit-animation: shine 2s infinite;
    animation: shine 2s infinite;
}

@-webkit-keyframes shine {
    from {
        -webkit-mask-position: 150%;
    }

    to {
        -webkit-mask-position: -50%;
    }
}

.effect-shine1:hover {
    -webkit-mask-image: linear-gradient(-75deg, rgba(255, 172, 0, 1) 30%, #000 50%, rgba(255, 172, 0, .6) 70%);
    -webkit-mask-size: 200%;
    -webkit-animation: shine 2s infinite;
    animation: shine 2s infinite;
}

@-webkit-keyframes shine1 {
    from {
        -webkit-mask-position: 150%;
    }

    to {
        -webkit-mask-position: -50%;
    }
}

.desk-view {
    display: block
}

.mob-view {
    display: none
}

.nav-menu>li:nth-last-child(1) a {
    padding-right: 0%;
}

.footer-wraper {
    width: 100%;
    height: auto;
    background-color: #323232;
}

.copy-right {
    width: auto;
    height: auto;
    float: left;
    color: #f7f7f7;
    font-family: inherit;
    font-size: 1em;
    font-weight: 400;
    line-height: 44px
}

.designed {
    width: auto;
    height: auto;
    float: right
}

.designed-ido {
    float: right;
    height: auto;
    padding-left: 8px;
    width: auto;
    color: #f7f7f7
}

.designed p {
    width: auto;
    height: auto;
    float: right;
    color: #f7f7f7;
    font-family: inherit;
    font-size: 1em;
    font-weight: 400;
    line-height: 44px
}

.designed p a {
    text-decoration: none;
    color: #f7f7f7;
    font-family: inherit;
    font-size: 1em;
    font-weight: 400
}

.designed p a:hover {
    text-decoration: none;
    color: #fff;
    font-family: inherit;
    font-size: 1em
}

.whats-app {
    position: fixed;
    bottom: 10vh;
    right: 0;
    margin-right: 4%;
    width: 30px;
    z-index: 120000
}

.whats-app img {
    animation-name: floating;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    margin-left: 30px;
    margin-top: 5px;
    opacity: 1;
    max-width: 40px
}

.whats-app:hover img {
    opacity: 1
}

@keyframes floating {
    from {
        transform: translate(0, 0)
    }

    65% {
        transform: translate(0, 15px)
    }

    to {
        transform: translate(0, 0)
    }
}

.footer-outer-wraper {
    position: relative;
    width: 100%;
    height: auto;
    background-color: #f0f0f0;
    padding-top: 5em;
    position: relative;
    margin-top: -5em;
}

.footer-outer-left-bg {
    width: auto;
    height: auto;
    position: absolute;
    left: 0;
    bottom: 0;
}

.footer-outer-right-bg {
    width: auto;
    height: auto;
    position: absolute;
    right: 0;
    bottom: 0;
}

.footer-social {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
}

.footer-social-container {
    width: 100%;
    height: auto;
    padding-bottom: 70px;

}

.footer-title {
    width: auto;
    height: auto;
    font-size: 1em;
    text-transform: uppercase;
    color: #18785f;
    text-align: center;
}

.footer-title img {
    width: 20px;
}

.footer-title-bg {
    width: 100%;
    height: auto;
    text-align: center;
    padding: 1em 0em;
}

.social-for {
    width: 100%;
    height: auto;
    text-align: center;
    display: flex;
    justify-content: center;
}

.socials {
    width: auto;
    height: auto;
    float: left;
    margin: 1em 0.1em;
}


.socials a {
    display: block;
    text-align: center;
    background-color: transparent;
    font-size: 1.5em;
    color: #987554;
    line-height: 35px;
    border-radius: 50%;
}

.socials a:hover {
    font-size: 1.5em;
}

.twitter-ftr:hover {
    color: #1DA1F2 !important;
}

.instagram-ftr:hover {
    color: transparent !important;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%) !important;
    background-clip: border-box;
    background: -webkit-radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%) !important;
    background-clip: text !important;
    -webkit-background-clip: text !important;
    font-weight: bold !important;
}

.whats-ftr:hover {
    color: #699303;
}

.linked-ftr:hover {
    color: #0A66C2 !important;
}

.youtube-ftr:hover {
    color: #c4302b !important;
}

.footer-details {
    width: 100%;
    height: auto;
    text-align: center;
    margin: 0 auto;
    padding: 40px 0px;
    position: relative;
    z-index: 999;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.footer-details-outer {
    display: flex;
    flex-direction: column;
}

.footer-details-container {
    width: auto;
    height: auto;
    display: flex;
    gap: 12px;
    float: none;
    /* margin-bottom: 1em !important; */
    margin: 0.5rem;
    margin-bottom: 0.5rem;

}

/* .footer-details-container:nth-child(2) {
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
} */

.footer-details-container p {
    width: 100%;
    height: auto;
    text-align: left;
    font-size: 0.9em;
    color: #333;
    line-height: 1.7;
}

.footer-details-container p a {
    width: 100%;
    height: auto;
    text-align: center;
    font-size: 1em;
    color: #333;
    line-height: 1.7;
}

.location-link {
    text-decoration: none;
    color: #333;
    font-size: 0.9em;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: all ease-in 0.4180;
}

.arrow {
    display: inline-block;
    animation: arrowMove 1.2s ease-in-out infinite;
}

.location-link:hover {
    color: #f58233;
}

/* Keyframes */
@keyframes arrowMove {
    0% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(6px);
    }

    100% {
        transform: translateX(0);
    }
}

.footer-links {
    width: 100%;
    height: auto;
    text-align: center;
    margin: 0 auto;
    position: relative;
    z-index: 99999;
}

.footer-links-for {
    width: 100%;
    height: auto;
    padding: 20px 0px;
    text-align: center;
    margin: 0 auto;
}

.footer-links-for ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

.footer-links-for ul li {
    width: auto;
    height: auto;
    display: inline-block;
    vertical-align: middle;
    float: none;
    padding: 0px 20px;
    font-size: 1em;
    color: #333;
    font-family: inherit;
    font-weight: normal;
}

.footer-links-for ul li a {
    font-size: 1em;
    color: #333;
    font-family: inherit;
    font-weight: normal;
}

.footer-links-for ul li a:hover {
    color: #1197d5;
}

/* .footer-logo {
    width: 100%;
    height: auto;
    text-align: center;
    padding: 5em 0em 1.5em 0em;
    position: relative;
    z-index: 99;
} */

.main-wraper {
    width: 100%;
    height: auto;
    padding-top: 70px;
}

.brand-title {
    width: 100%;
    height: auto;
    font-family: inherit;
    font-weight: bold;
    color: #333;
    font-size: 1.500em;
    line-height: 1;
    margin-bottom: 1em;
}

.specialist {
    text-align: center;
}

.specialist img {
    max-width: 160px;
}

.videos {
    width: 23.5%;
    height: auto;
    float: left;
    margin-right: 2%;
    position: relative;
    margin-bottom: 2%;
    border: 2px solid #ccc;
    padding: 1em;
}

.videos:nth-child(4n+4) {
    margin-right: 0%;
}





.box-link {
    overflow: hidden;
    position: relative;
    cursor: pointer;
    width: 100%
}

.box-link img {
    width: 100%;
    height: auto;
    display: block;
    transform: scale(1);
    transition: all 0.5s ease 0s
}

.view-img .box-link img {
    width: auto;
    display: block;
    width: 100%;
    object-fit: cover;
    height: 265px;
    padding: 1em;
}

.box-link:hover img {
    transform: scale(1.1)
}

.box-link .box-content {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transform: rotateY(180deg) scale(0.5);
    transition: all 0.45s ease-out 0s;
    display: flex;
    align-items: center;
    justify-content: center
}

.box-link:hover .box-content {
    opacity: 1;
    transform: rotateY(0deg) scale(1)
}

.box-link .box-content:before {
    content: "";
    width: 90%;
    height: 90%;
    position: absolute;
    top: 5%;
    left: 5%
}

.box-link .icon {
    display: inline-block;
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative
}

.box-link .icon li {
    display: inline-block
}

.box-link .icon li img {
    width: auto !important;
    height: auto !important;
}

.box-link .icon li i {
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    font-size: 18px;
    transition: all 0.5s ease 0s;
    background: #fff;
    color: #333;
    display: flex;
    align-items: center;
    justify-content: center
}

.box-link .icon li i:hover {
    background: #fff;
    color: #333
}

.box-link .icon li i img {
    width: 30px;
}

.box-link .content {
    padding: 10px;
    text-align: left;
    position: absolute;
    bottom: 5%;
    left: 5%;
}

.box-link .title {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    margin: 0 0 5px;
}

.box-link .post {
    display: block;
    font-size: 1em;
    color: #fff;
}

.video-icon a {
    width: 45px;
    height: 45px;
    line-height: 45px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    position: relative;
    color: #333;
    -webkit-animation: ripple-white 1s linear infinite;
    animation: ripple-blue 1s linear infinite;
    -webkit-transition: .5s;
    background: rgba(255, 255, 255, 0.45);
    font-size: 1.25em !important;
    z-index: 44;
}

.slider10 .video-icon a {
    border-radius: 0;
}

@-webkit-keyframes ripple-blue {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3)
    }

    100% {
        -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0)
    }
}

@keyframes ripple-blue {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3)
    }

    100% {
        -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0)
    }
}

.main_video {
    width: 70px;
    height: 70px;
    overflow: hidden;
    border-radius: 50%
}


.main_video {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.welcome-pic {
    width: 50%;
    height: auto;
    float: left;
}

.welcome-container {
    width: 50%;
    height: auto;
    float: left;
    padding-left: 5%;
}

.welcome-top-title {
    width: 100%;
    height: auto;
    text-align: left;
    color: #333;
    font-family: 'Nexa';
    font-weight: bold;
    font-size: 1.667em;
    line-height: 1;
}

.welcome-title {
    width: 100%;
    height: auto;
    text-align: left;
    color: #333;
    font-family: inherit;
    font-weight: 700;
    font-size: 2.333em;
    line-height: 1;
}

.welcome-container p {
    width: 100%;
    height: auto;
    line-height: 1.7;
    color: #333;
    font-size: 1em;
    font-family: inherit;
    font-weight: normal;
    text-align: justify;
    padding-top: 0.5em;
}

.welcome-wrap-container {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
}

.buttonfx {
    color: #fff;
    outline: none;
    background: transparent;
    border: none;
    letter-spacing: 0px;
    padding: 2px 30px;
    line-height: 2;
    position: relative;
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
    overflow: hidden;
    transition: all .5s;
    z-index: 1;
    font-size: 1em;
    font-weight: normal;
    font-family: inherit;
    border-radius: 20px;
}

.buttonfx:before,
.buttonfx:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    background: #1197d5;
    z-index: -1;
    transform: translate3D(0, -100%, 0);
    transition: all .5s;
}

.buttonfx:before {
    background: #f58233;
    z-index: -2;
    transform: translate3D(0, 0, 0);
}

.buttonfx:hover {
    color: white;
}

.buttonfx:hover:after {
    transform: translate3D(0, 0, 0);
    transition: all .5s;
}

.home-button {
    width: 100%;
    text-align: left;
    padding-top: 1em;
    display: flex;
    justify-content: flex-start;
}

.welcome-slider {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
}

.welcome-slider-content {
    width: 32%;
    height: auto;
    float: left;
    margin-right: 2%;
}

.welcome-slide-wrap {
    width: 100%;
    height: auto;
    float: left;
    position: relative;
}

.home-product-title {
    width: 100%;
    height: auto;
    text-align: left;
    font-family: 'Nexa';
    font-weight: 900;
    color: #333;
    font-size: 2.333em;
    line-height: 1;
}

.home-product-title span {
    font-size: 1.310em;
}

.welcome-slider-content p {
    width: 100%;
    height: auto;
    line-height: 1.7;
    color: #333;
    font-size: 1em;
    font-family: inherit;
    font-weight: normal;
    text-align: justify;
    padding-top: 0.5em;
}

.home-product-name {
    width: 100%;
    height: auto;
    text-align: center;
    font-size: 0.85em;
    font-family: inherit;
    font-weight: 400;
    line-height: 1.2;
    background-color: #f6f6f6;
    padding: 0.5em 0.5em;
    min-height: 70px;
}

.product-bg-wrap {
    width: 100%;
    height: auto;
    background: url(../images/productbg.png) no-repeat left top;
}

.welcome-bg-for {
    position: relative;
}

.welcome-left-pic {
    width: auto;
    height: auto;
    position: absolute;
    left: 0;
    top: -5em;
}

.welcome-pic-left {
    width: auto;
    height: auto;
    position: absolute;
    left: -3%;
    top: -5%;
    z-index: -1;
}

.welcome-pic-right {
    width: auto;
    height: auto;
    position: absolute;
    right: -25%;
    top: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
}

.bottom-bgfor {
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    bottom: -20%;
    z-index: -1
}

.scroll-for {
    width: 100%;
    height: auto;
    background-color: #fff;

    padding: 0.5em 1em;
    z-index: 1;
    position: relative;
}

/************************************************** START LOCATION **************************************************/
.inner-wraper-main {
    width: 100%;
    height: auto;
    background-color: #ebede5;
    padding-bottom: 90px;
}

.inner-banner-caption-wrap {
    width: 100%;
    height: auto;
    position: absolute;
    bottom: 25%;
    right: 0;
    left: 0;
    display: flex;
    align-items: center;
    font-size: 0.5em
}

.inner-banner {
    width: 100%;
    height: auto;
}

.inner-banner-wrap {
    width: 100%;
    height: auto;
    position: relative;
}

.inner-caption {
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    bottom: 25%;
}

.bredcum-wraper {
    width: 100%;
    height: auto;
    padding-top: 30px;
}

.bredcum-container {
    width: auto;
    height: auto;
    float: right;
}

.bred-home {
    width: auto;
    height: auto;
    float: left;
    font-family: inherit;
    font-weight: normal;
    font-size: 1em;
    color: #333;
    line-height: 30px;
    text-transform: capitalize;
}

.bred-home a {
    width: auto;
    height: auto;
    float: left;
    font-family: inherit;
    font-weight: normal;
    font-size: 1em;
    color: #333;
    line-height: 30px;
}

.bred-home a:hover {
    width: auto;
    height: auto;
    float: left;
    font-family: inherit;
    font-weight: normal;
    font-size: 1em;
    color: #000;
    line-height: 30px;
}

.bred-arrow {
    width: auto;
    height: auto;
    float: left;
    font-size: 0.85em;
    color: #999;
    line-height: 30px;
    padding-left: 8px;
    padding-right: 8px;
}

.bred-next {
    width: auto;
    height: auto;
    float: left;
    font-family: inherit;
    font-weight: normal;
    font-size: 1em;
    color: #f58233;
    line-height: 30px;
}

.inner-wrap {
    width: 100%;
    height: auto;
    margin-top: 50px;
}

.about-bottom {
    width: 80%;
    /* height: auto;
    text-align: center;*/
    margin: 0 auto;
    margin-top: 1.5em;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: stretch;

}

.about-mission {
    /* width: 40%;
    height: auto;
    display: inline-block;
    vertical-align: middle;
    float: none;
    margin-bottom: 1em !important;
    margin: 0.5rem;
      margin-bottom: 0.5rem;*/
    background: url(../images/productbg.png) no-repeat;
    background-size: cover;
    padding: 2em 1.5em;



    flex: 1;
    margin: 20px;
    /*   max-width: 400px; */
    max-width: 100%;
    box-shadow: 0px 15px 35px -5px rgba(50, 88, 130, 0.32);
}

.about-mission:nth-child(2) {
    transform: scaleX(-1) scaleY(1);
}

.about-bottom-icon {
    width: 100%;
    height: auto;
    text-align: center;

}

.about-mission:nth-child(2) .about-bottom-icon {
    transform: scaleX(-1) scaleY(1);
}

.about-mission:nth-child(2) .about-bottom-title {
    transform: scaleX(-1) scaleY(1);
}

.about-mission:nth-child(2) p {
    transform: scaleX(-1) scaleY(1);
}

.about-bottom-title {
    width: 100%;
    height: auto;
    text-align: center;
    font-size: 1.15em;
    color: #333;
}

.about-mission p {
    width: 100%;
    height: auto;
    line-height: 1.7;
    color: #333;
    font-size: 1em;
    font-family: inherit;
    font-weight: normal;
    text-align: center;
    padding-top: 0.5em;
}

.eqWrap {
    display: flex;
}

.equalHMRWrap {
    justify-content: space-between;
    flex-wrap: wrap;
}

.equalHMVWrap {
    flex-wrap: wrap;
}

.equalHMV {
    width: 32%;
    margin-right: 2%;

    margin-bottom: 2%;

    background-color: #fff;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    padding: 1em 1.5em;
}

.equalHMV p {
    width: 100%;
    height: auto;
    line-height: 1.7;
    color: #333;
    font-size: 1em;
    font-family: inherit;
    font-weight: normal;
    text-align: justify;
}

.equalHMV a {
    width: 100%;
    border-radius: 4px;
    padding: 2px;
}

.equalHMV:nth-of-type(3n+3) {
    margin-right: 0;
}

.refference-pic {
    width: 100%;
    height: auto;
    margin-bottom: 0.5em;
}

.pdf-name {
    width: 100%;
    height: auto;
    text-align: center;
    font-size: 1.1em;
    color: #333;
    font-family: inherit;
    font-weight: normal;
    padding-bottom: 10px;


}

.pdf-download {
    width: 125px;
    height: 100%;
    float: right;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 125px;
}

.join {
    width: 100%;
    height: auto;
}

.join ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

.join ul li {
    width: 100%;
    height: auto;
    line-height: 1.7;
    color: #333;
    font-size: 1em;
    font-family: inherit;
    font-weight: normal;
    text-align: justify;
    padding-top: 1em;
    background: url(../images/listing.png) no-repeat left 28px;
    padding-left: 35px;

}

.join p {
    width: 100%;
    height: auto;
    line-height: 1.7;
    color: #333;
    font-size: 1em;
    font-family: inherit;
    font-weight: normal;
    text-align: justify;
    padding-top: 0.5em;
}

.join p a {
    line-height: 1.7;
    color: #f58233;
    font-size: 1em;
    font-family: inherit;
    font-weight: normal;
    text-align: justify;
}

.inner-main-wraper {
    width: 100%;
    height: auto;
    padding-top: 40px;
}

/************************************************** START CONTACT **************************************************/
.contact-wraper {
    width: 100%;
    height: auto;
    background-color: #f1f1f1;
    display: table;
    margin-bottom: 60px;
    margin-top: 10px;
    border-radius: 15px;
}

.contact-address-container {
    width: 35%;
    height: auto;
    text-align: left;
    background-color: #8BB4B4;
    padding: 50px 50px;
    display: table-cell;
}

.contact-address-container p {
    width: 100%;
    height: auto;
    text-align: left;
    font-family: inherit;
    font-size: 1em;
    color: #fff;
    font-weight: normal;
}

.contact-icon {
    position: relative;
    margin-left: -50px;
    margin-top: 1.5em;
}

.contact-icon img {
    max-width: 100%;
}

.contact-get {
    width: 65%;
    height: auto;
    text-align: left;
    padding: 50px 50px;
    display: table-cell
}

.address-container {
    width: 100%;
    height: auto;
    padding-bottom: 1.5em;
    padding-top: 1em;
    display: flex;
    align-items: center;
}

.address-container:nth-child(1) {
    display: inherit;
}

.address-icon {
    width: auto;
    height: auto;
    float: left;
}

.contact-icon img {
    max-width: 100%;
}

.address-details {
    width: auto;
    height: auto;
    float: left;
    padding-left: 1.5em;
}

.address-title {
    width: 100%;
    height: auto;
    text-align: left;
    color: #fff;
    font-size: 1.375em;
    color: #fff;
    font-family: 'geomanist-book';
    text-transform: uppercase;
}

.contact-social-container {
    width: 100%;
    height: auto;
    padding-top: 1.5em;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    display: flex;
    justify-content: center;
    margin-top: 2em;
}

.contact-social {
    padding: 0;
    margin: 0em 0 0;
    text-align: left;
    float: left;
    padding-top: 0.5em;
}

.contact-social ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    width: auto;
}

.contact-social ul li {
    list-style: none;
    height: 52px;
    width: 52px;
    float: left;
    margin-right: 10px;
    background-color: #1b4d8c;
    border-radius: 50%;
}

.contact-social ul li a {
    height: 52px;
    width: 52px;
    display: block;
    text-align: center;
    font-size: 1.5em;
    color: #fff;
    line-height: 52px;
    border-radius: 50%;
    border: 2px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contact-social ul li a:hover {
    color: #fff;
    font-size: 1.5em;
    background-color: #8cc248;
    border: 2px solid #8cc248;
    display: flex;
    justify-content: center;
    align-items: center;
}

.location-map {
    width: 100%;
    height: auto;
}

.enquiry:nth-child(1) {
    width: 48%;
    float: left
}

.enquiry:nth-child(2) {
    width: 48%;
    float: right
}


.enquiry {
    width: 100%;
    height: auto;
    float: left;
    margin-bottom: 1.5%
}

.address-enquiry {
    width: 100%;
    height: auto;
    float: left;
    margin-bottom: 1.5%;
}

.calback-box1 {
    width: 100%;
    height: 140px;
    padding-left: 2.5%;
    padding-right: 2.5%;
    line-height: 26px;
    font-weight: normal;
    font-style: normal;
    color: #666;
    font-size: 1em;
    padding-top: 1em;
    font-family: inherit;
    border-radius: 25px;
}

.contact-enquiry-box {
    width: 100%;
    height: 55px;
    padding-left: 5%;
    padding-right: 5%;
    line-height: 55px;
    font-weight: normal;
    font-style: normal;
    color: #666;
    font-size: 1em;
    background-color: #fff;
    font-family: inherit;
    border-radius: 25px;
}

textarea.calback-box1::-webkit-input-placeholder {
    color: #333 !important;
    font-size: 1em !important;
    opacity: 1 !important;
    font-family: inherit;
    text-transform: capitalize;
    font-weight: normal;
}

textarea.calback-box1::-moz-placeholder {
    color: #333 !important;
    font-size: 1em !important;
    opacity: 1 !important;
    font-family: inherit;
    text-transform: capitalize;
    font-weight: normal;
}

textarea.calback-box1:-ms-input-placeholder {
    color: #333 !important;
    font-size: 1em !important;
    opacity: 1 !important;
    font-family: inherit;
    text-transform: capitalize;
    font-weight: normal;
}

textarea.calback-box1:-moz-placeholder {
    color: #333 !important;
    font-size: 1em !important;
    opacity: 1 !important;
    font-family: inherit;
    text-transform: capitalize;
    font-weight: normal;
}

input.contact-enquiry-box::-webkit-input-placeholder {
    color: #333 !important;
    font-size: 1em !important;
    opacity: 1 !important;
    font-family: inherit;
    text-transform: capitalize;
    font-weight: normal;
}

input.contact-enquiry-box::-moz-placeholder {
    color: #333 !important;
    font-size: 1em !important;
    opacity: 1 !important;
    font-family: inherit;
    text-transform: capitalize;
    font-weight: normal;
}

input.contact-enquiry-box:-ms-input-placeholder {
    color: #333 !important;
    font-size: 1em !important;
    opacity: 1 !important;
    font-family: inherit;
    text-transform: capitalize;
    font-weight: normal;
}

input.contact-enquiry-box:-moz-placeholder {
    color: #333 !important;
    font-size: 1em !important;
    opacity: 1 !important;
    font-family: inherit;
    text-transform: capitalize;
    font-weight: normal;
}

.enquiry-for {
    padding-top: 1.5em;
    width: 100%;
    clear: both
}

.contact-container {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}




.enquiry-submit {
    color: #fff;
    outline: none;
    background: transparent;
    line-height: 55px;
    position: relative;
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
    overflow: hidden;
    transition: all .5s;
    z-index: 1;
    font-family: inherit;
    font-size: 1.1em !important;
    font-weight: 500;
    text-align: center;
    width: auto;
    text-transform: uppercase;
    padding-left: 40px;
    padding-right: 40px;
    border-radius: 30px;
}

.enquiry-submit:before,
.enquiry-submit:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    background: #f58233;
    z-index: -1;
    transform: translate3D(0, -100%, 0);
    transition: all .5s
}

.enquiry-submit:before {
    background: #1197d5;
    z-index: -2;
    transform: translate3D(0, 0, 0)
}

.enquiry-submit:hover {
    color: #fff;
    background: #666
}

.enquiry-submit:hover:after {
    transform: translate3D(0, 0, 0);
    transition: all .5s
}

.contact-title {
    width: 100%;
    height: auto;
    text-align: left;
    font-family: 'Nexa';
    font-weight: bold;
    color: #333;
    font-size: 2em;
    line-height: 1.7;
}

.contact-map {
    position: relative;
    margin-bottom: -20em;
    margin-top: 2em;
}

/************************************************** END CONTACT **************************************************/


/************************************************** START STUDENT WORKS **************************************************/

.blog-content-wrap {
    width: 100%;
    height: auto;
    padding-top: 1em;
}

.blog {
    width: 31%;
    height: auto;
    float: left;
    margin-right: 3.5%;
    margin-bottom: 3.5%;
}

.blog:nth-child(3n+3) {
    margin-right: 0%;
}

.blog-pic-wrap {
    width: 100%;
    height: auto;
    position: relative;
    margin-bottom: 10px;
}

.blog-pic {
    width: 100%;
    height: 400px;
    overflow: hidden;
}

.blog-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

.blog-site-name {
    width: 100%;
    height: auto;
    text-align: left;
    font-size: 1.5em;
    color: #1197d5;
    font-family: inherit;
    font-weight: normal;
    padding-bottom: 10px
}

a:hover .blog-site-name {
    font-size: 1.5em;
    color: #eb5a41;
    font-family: inherit;
    font-weight: normal;
}

.blog p {
    width: 100%;
    height: auto;
    font-size: 1em;
    color: #666;
    font-family: inherit;
    font-weight: normal;
    line-height: 1.6;
    text-align: justify;
}

.blog-bottom {
    width: 100%;
    height: auto;
    border-top: 1px solid #eaeae9;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin-top: 0.5em;
}

.blog_date {
    font-family: 'Poppins', sans-serif;
    color: #666;
    font-size: 1.1em;
    font-weight: 400;
    padding: 1% 0% 0% 0%;
    line-height: 1.8em;
    text-align: right;
    float: right;
    margin-top: 3%;
}

.blog_date::before {
    vertical-align: sub;
    display: inline-block;
}

.blog_date span {
    font-family: 'Poppins', sans-serif;
    color: #1197d5;
}

.blog_readmore {
    font-family: 'Poppins', sans-serif;
    font-size: 1em;
    line-height: 1.5em;
    text-align: left;
    font-weight: 600;
    color: #666;
    margin-top: 2.5%;
    margin-bottom: 1.5%;
    text-transform: uppercase;
    float: left;
    clear: both;
    cursor: pointer;
}

.blog_readmore a {
    font-family: 'Poppins', sans-serif;
    padding: .25em .8em .25em .8em;
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
    background: #f58233;
    display: block;
    border: 1px solid #f58233;
    font-weight: normal;
}

.blog_readmore a:hover {
    font-family: 'Poppins', sans-serif;
    background: rgba(255, 255, 255, 1);
    color: #1197d5;
    text-decoration: none;
    border: 1px solid #1197d5;
}

/************************************************** END STUDENT WORKS **************************************************/


/*********************************************** S BLOG DETAILS ***********************************************/
.blog-details-wrap {
    width: 100%;
    display: table;
    padding-top: 40px;
}

.blog-pic-detail {
    width: 23.5%;
    height: auto;
    float: left;
    margin-right: 3%;
    margin-bottom: 2%;
}

.blog-details-content {
    width: auto;
    height: auto;
    z-index: 9;
}

.blog-details-content p {
    font-family: inherit;
    font-weight: normal;
    font-size: 1em;
    color: #333;
    line-height: 1.7;
    text-align: justify;
}

.blog-detail-social {
    margin-top: -2em;
}

.blog-gallery {
    width: 13.42%;
    height: auto;
    float: left;
    margin-right: 1%;
    margin-bottom: 1%;
}

.blog-gallery:nth-child(7n+7) {
    margin-right: 0%;
}


.main-blog-title-details {
    width: 100%;
    height: auto;
    text-align: left;
    color: #000;
    font-size: 1.85em;
    font-family: 'Playfair Display';
    font-weight: normal;
    margin-top: 0.5em
}

.home-blog-date {
    font-size: 1.25em;
    color: #000
}

.home-blog-date span {
    font-size: 1em;
    color: #9f0a4e;
}

/*********************************************** E BLOG DETAILS ***********************************************/

/************************************************** START GALLERY **************************************************/
.cab {
    width: 23.5%;
    height: auto;
    float: left;
    margin-bottom: 1.5em;
    margin-right: 2%;
}

.cab:nth-child(4n+4) {
    margin-right: 0%;
}

.box-group {
    text-align: center;
    overflow: hidden;
    position: relative;
    border: 2px solid #afafaf;
}

.box-group img {
    max-width: 100%;
    max-height: 100%;
    transform: scale3d(1, 1, 1);
    transition: all 0.3s ease 0s;
    display: block;
}

.box-group:hover img {
    transform: scale3d(1.15, 1.15, 1);
}

.box-group .box-content {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    padding-top: 35%;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 2;
    transition: all 0.3s ease 0s;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 12px 28px 0px, rgba(0, 0, 0, 0.1) 0px 2px 4px 0px, rgba(255, 255, 255, 0.05) 0px 0px 0px 1px inset;
}

.box-group:hover .box-content {
    opacity: 1;
}

.box-group .box-content:before,
.box-group .box-content:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    bottom: 15px;
    right: 15px;
    opacity: 0;
    z-index: -1;
    transform: scale(1.5);
    transition: all 0.6s ease 0.2s;
}

.box-group .box-content:before {
    border-top: none;
    border-bottom: none;
    left: 30px;
    right: 30px;
}

.box-group .box-content:after {
    border-left: none;
    border-right: none;
    top: 30px;
    bottom: 30px;
}

.box-group:hover .box-content:before,
.box-group:hover .box-content:after {
    opacity: 1;
    transform: scale(1);
}

.box-group .content-inner {
    opacity: 0;
    transform: scale(0);
    transition: all 0.3s ease 0s;
}

.box-group:hover .content-inner {
    opacity: 1;
    transform: scale(1);
}

.box-group .title {
    font-size: 22px;
    font-weight: 700;
    color: #ffcc00;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0 0 10px;
}

.box-group .post {
    display: block;
    font-size: 15px;
    font-weight: 600;
    font-style: italic;
    margin-bottom: 15px;
}

.box-group-icon {
    position: absolute;
    bottom: 0;
    left: 0px;
    color: rgba(255, 255, 255, 1) !important;
    font-size: 1.5em;
    font-family: inherit;
    width: 100%;
    text-align: left;
    z-index: 2;
    font-weight: 500;
    padding-left: 2%;
    padding-right: 2%;
    top: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

a:hover .box-group-icon {
    display: none !important;
}

.group-link {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 60px;
    left: 0;
    right: 0;
}

.box-group .icon {
    list-style: none;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    opacity: 0;
    transition: all 0.5s ease 0s;
    bottom: 0;
    right: 0;
    margin: auto;
}

.box-group:hover .icon {
    left: 0px;
    opacity: 1;
    transition-delay: 0.3s;
}

.box-group .icon li {
    display: inline-block;
}

a .box-group .icon li {
    width: 125px;
    height: 125px;
    background: #fff;
    font-size: 18px;
    color: #fff;
    transition: all 0.5s ease 0s;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.box-title {
    font-size: 1em;
    font-family: inherit;
    width: 100%;
    text-align: center;
    z-index: 2;
    font-weight: normal;
    color: #333;
    padding-top: 0.5em;
    /*text-transform: uppercase;*/
}

/*.cab .box-title {
     position: relative;
     width: 90%;
     background-color: #fff;
     margin-top: -1em;
}
*/
.box-title-sub {
    font-size: 1em;
    font-family: inherit;
    width: 100%;
    text-align: center;
    z-index: 2;
    font-weight: normal;
    color: #333;
    padding-top: 0.25em;
}

a:hover .box-title {
    color: #1197d5;
}

a:hover .box-title-sub {
    color: #1197d5;
}

.blog-details-content p a {
    width: 100%;
    height: auto;
    text-align: left;
    font-size: 1em;
    color: #1197d5;
    font-family: inherit;
    font-weight: normal;

}

.home-gallery-sliding {
    position: relative;
}

.social-bg {
    width: 100%;
    height: 200px;
    position: relative;
    float: right;
    background: #f0f0f0;
    margin-top: -150px;
    z-index: -1;
}

/************************************************** END GALLERY **************************************************/
.wedding-wrap {
    width: 100%;
    height: auto;
    padding-top: 1.5em;
}

a .img {
    width: 24.25%;
    height: 240px;
    float: left;
    margin-right: 1%;
    margin-bottom: 1%;
    cursor: pointer;
    overflow: hidden;
}

a:nth-child(4n+4) .img {
    margin-right: 0%;
}


.view-img {
    width: 24.25%;
    height: auto;
    float: left;
    margin-right: 1%;
    margin-bottom: 1%;
    cursor: pointer;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #ccc;
}

.view-img:nth-child(4n+4) {
    margin-right: 0%;
}

.cab:nth-last-child(2) {
    margin-right: 0%;
}

/************************************************** START LEGACY **************************************************/

/************************************************** END LEGACY **************************************************/


/**************************************************************** START ABOUT ****************************************************************/


/**************************************************************** END ABOUT ****************************************************************/


/**************************************************************** START COURSE ****************************************************************/

/**************************************************************** END COURSE ****************************************************************/
.hide-menu {
    display: none !important;
}


.product-listing {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: stretch;
}





.services-wrap {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    margin-top: 1.5em;
}

/* Service Card */
.service-box {
    position: relative;
    background: #fff;
    color: #333;
    padding: 15px 25px;
    border-radius: 15px;
    border-bottom: 5px solid #f47c2a;
    font-size: 1em;
    line-height: 1.5;
    /* min-height: 120px; */
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: left;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    transition: 0.3s ease;
}

/* Hover Effect */
.service-box:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.12);
}

.service-number {
    position: absolute;
    top: 50%;
    left: -20px;
    transform: translateY(-50%);
    width: 55px;
    height: 55px;
    background: #1496d4;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2em;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}

.service-number img {
    width: 60%;
    filter: brightness(0) invert(1);
}

/* Responsive */
@media (max-width: 768px) {
    .services-wrap {
        grid-template-columns: repeat(2, 1fr);
        width: 95%;
        margin: auto;
    }
}

@media (max-width: 560px) {
    .services-wrap {
        grid-template-columns: 1fr;
        width: 90%;
        margin: auto;
    }

    .service-number {
        width: 45px;
        height: 45px;
    }

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



.why-choose {
    padding: 60px 0;
    padding-bottom: 0px;
}

.why-choose-container {
    margin: auto;
    display: flex;
    gap: 50px;
    align-items: stretch;
}

/* Left Image */
.left-img {
    flex: 1;
}

.left-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 6px;
}

/* Right Content */
.right-content {
    flex: 1;
}

.right-content h2 {
    font-size: 36px;
    margin-bottom: 30px;
    color: #222;
}

/* Timeline List */
.timeline {
    list-style: none;
    padding-left: 30px;
    position: relative;
    margin-bottom: 40px;
}

.timeline::before {
    content: "";
    position: absolute;
    left: 8px;
    top: 0;
    bottom: 0;
    width: 3px;
    background: #f47b20;
}

.timeline li {
    position: relative;
    padding-left: 5px;
    margin-bottom: 22px;
    font-size: 1em;
    color: #444;
}

.timeline li::before {
    content: "";
    position: absolute;
    left: -32px;
    top: 1px;
    width: 16px;
    height: 16px;
    background: #fff;
    border: 4px solid #1596d4;
    border-radius: 50%;
}

/* Contact Section */
.contact h3 {
    font-size: 30px;
    margin-bottom: 15px;
}

.contact p {
    font-size: 17px;
    color: #555;
    margin-bottom: 25px;
}

.contact-info {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    font-size: 18px;
    color: #333;
}

.contact-info span {
    align-items: center;
    display: flex;
}

.contact-info span img {
    margin-right: 8px;
}

/* Responsive */
@media (max-width: 900px) {
    .why-choose-container {
        flex-direction: column;
    }

    .right-content h2 {
        font-size: 30px;
    }
}




.what-we-offer-wrap {
    width: 100%;
    height: auto;
    padding-top: 80px;
}

.offer-title {
    width: 100%;
    height: auto;
    text-align: center;
    color: #333;
    font-family: inherit;
    font-weight: 600;
    font-size: 1.75em;
    line-height: 1;
}

.what-we-offer {
    background: #fff;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 40px;
}

.what-we-offer-container {
    max-width: 100%;
    margin: auto;
}

.section-title {
    text-align: center;
    font-size: 38px;
    margin-bottom: 60px;
    color: #222;
}

.offer-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 60px 50px;
    text-align: center;
}

.offer-item {
    width: calc(33.333% - 34px);
}

.offer-item {
    text-align: center;
}



.icon-circle {
    width: 80px;
    height: 80px;
    background: #f58b2f;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    margin: 0 auto 20px;
}

.offer-item h3 {
    font-size: 1.25em;
    margin-bottom: 12px;
    color: #222;
    font-weight: normal;
}

.underline {
    width: 36px;
    height: 6px;
    background: #1596d4;
    display: block;
    margin: 0 auto 20px;
    border-radius: 4px;
}

.offer-item p {
    font-size: 1em;
    color: #555;
    line-height: 1.6;
    margin: auto;
}

@media (max-width: 991px) {
    .offer-item {
        width: calc(50% - 25px);
    }
}

@media (max-width: 600px) {
    .offer-item {
        width: 100%;
    }


}

.career-bottom {
    width: 100%;
    height: auto;
    margin: 0 auto;
    margin-top: 4em;
    /*padding: 2em 3em;
  border-top: 1px solid #ddd;*/
    background: #f1f1f1;
    border-radius: 15px;
    padding: 50px 5%;

}

.career-bottom p {
    width: 100%;
    height: auto;
    text-align: center;
    font-weight: 600;
    font-size: 1.25em;
    color: #1197d5;
    font-family: inherit;
    font-weight: 500;
}

.caree-bottom-button {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    margin-top: 1em;
    align-items: center;
}

.caree-bottom-button p {
    font-size: 1.15em;
    color: #1197d5;
    font-family: inherit;
    font-weight: normal;
    width: auto;
    margin-right: 10px;
}

.career-button {
    background: #fff;
    padding: 10px 20px;
    font-size: 1.1em;
    color: #1197d5;
    font-family: inherit;
    font-weight: normal;
    border-radius: 30px;
}



/*********************** Banner Slider ***********************/

.banner-wraper {
    width: 100%;
    overflow: hidden;
}

.swiper {
    width: 100%;
}

.swiper-wrapper {
    display: flex;
}

.swiper-slide {
    width: 100% !important;
    flex: 0 0 100% !important;
}

.swiper-slide img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.swiper-slide {
    transition-timing-function: ease-in-out;
}

.swiper-pagination {
    bottom: 20px !important;
}

.swiper-pagination-bullet {
    width: 10px !important;
    height: 10px !important;
    transition: all 0.4s ease !important;
}

.swiper-pagination-bullet-active {
    width: 40px !important;
    border-radius: 10px !important;
    background: #fff !important;
}

.swiper-button-prev,
.swiper-button-next {
    color: #ffffff;
    width: 45px !important;
    height: 45px !important;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    transition: 0.3s ease;
    background-image: none !important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
    background: rgba(0, 0, 0, 0.6);
}

.swiper-button-prev {
    left: 20px !important;
}

.swiper-button-next {
    right: 20px !important;
}

.swiper-button-prev i,
.swiper-button-next i {
    font-size: 2em;
    color: #fff;
}



/* Hide arrows mobile */
@media (max-width: 768px) {

    .swiper-button-prev,
    .swiper-button-next {
        display: none !important;
    }
}












@media (min-width: 1023px) and (max-width: 1279px) {
    .view-img .box-link img {
        height: 145px;
    }

    body {
        font-size: 13px !important;
    }

    .container {
        width: 100%;
        padding-left: 3%;
        padding-right: 3%
    }

    .top-container {
        width: 100%;
        padding-left: 3%;
        padding-right: 3%;
    }

    .nav-menu>li>a {
        font-size: 0.9em !important
    }

    .nav-menu>li>a {
        margin: 0px 10px !important;
        padding: 5px 0 !important;
    }

    .home-product-name {
        font-size: 0.85em;
    }

    .lSAction>.lSPrev {
        left: -23.5% !important;
    }

    .home-product-name {
        font-size: 0.8em;
    }

    .view-img {
        height: 200px;
    }

    .nav-header {
        margin-top: 13px;
    }

    .nav-menu {
        display: flex !important;
        gap: 10px !important;
    }

    .sexy-menu.detached .top-header {
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    }

    .sexy-menu.detached .nav-brand img {
        width: 150px !important;
    }

    .service-box {
        text-align: center;
    }

    .service-number {
        width: 45px;
        height: 45px;
    }
}

@media (min-width: 1280px) and (max-width: 1359px) {
    .view-img .box-link img {
        height: 190px;
    }

    body {
        font-size: 15px !important;
    }

    .container {
        width: 100%;
        padding-left: 3%;
        padding-right: 3%
    }

    .top-container {
        width: 100%;
        padding-left: 3%;
        padding-right: 3%;
    }

    .nav-menu>li>a {
        font-size: 1em !important
    }

    .lSAction>.lSPrev {
        left: -21.5% !important;
    }

    .home-product-name {
        font-size: 0.8em;
    }

    .view-img {
        height: 230px;
    }

    .nav-brand img {
        width: 250px;
    }

    .sexy-menu.detached .top-header {
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    }

    .sexy-menu.detached .nav-brand img {
        width: 250px !important;
    }

    .nav-menu>li>a {
        margin: 15px 12px !important;
    }

    .service-number {
        width: 48px;
        height: 48px;
    }


}

@media (min-width: 1360px) and (max-width: 1399px) {
    .view-img .box-link img {
        height: 198px;
    }

    body {
        font-size: 16px !important;
    }

    .container {
        width: 100%;
        padding-left: 3%;
        padding-right: 3%
    }

    .top-container {
        width: 100%;
        padding-left: 3%;
        padding-right: 3%;
    }

    .nav-menu>li>a {
        font-size: 1em !important
    }

    .view-img {
        height: 250px;
    }

    .nav-brand img {
        width: 250px;
    }

    .sexy-menu.detached .top-header {
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    }

    .sexy-menu.detached .nav-brand img {
        width: 250px !important;
    }

    .service-number {
        width: 50px;
        height: 50px;
    }

}

@media (min-width: 1400px) and (max-width: 1441px) {
    body {
        font-size: 16px !important;
    }

    .container {
        width: 100%;
        padding-left: 5%;
        padding-right: 5%
    }

    .nav-menu>li>a {
        font-size: 1em !important
    }

    .view-img .box-link img {
        height: 200px;
    }

    .nav-header {
        margin-right: 0;
    }

    .nav-menu>li>a {
        margin: 10px !important;
    }

    .sexy-menu.detached .top-header {
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    }

    .service-number {
        width: 50px;
        height: 50px;
    }


}

@media (min-width: 1441px) and (max-width: 1599px) {
    body {
        font-size: 16px !important;
    }

    .container {
        width: 100%;
        padding-left: 5%;
        padding-right: 5%
    }

    .view-img .box-link img {
        height: 200px;
    }
}

@media (min-width:1600px) and (max-width:1680px) {
    body {
        font-size: 17px !important;
    }

    .container {
        width: 100%;
        padding-left: 5%;
        padding-right: 5%
    }

    .view-img .box-link img {
        height: 210px;
    }

    .sexy-menu.detached .top-header {
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    }

}

@media (min-width:1681px) {
    body {
        font-size: 18px !important;
    }

    .container {
        width: 100%;
        padding-left: 5%;
        padding-right: 5%
    }
}

@media (max-width:420px) {
    body {
        font-size: 14px !important;
    }

    .container {
        width: 100%;
        padding-left: 3%;
        padding-right: 3%
    }

    .top-container {
        width: 100%;
        padding-left: 1%;
        padding-right: 1%;
    }

    .desk-view {
        display: none
    }

    .mob-view {
        display: block
    }

    .footer-wraper {
        padding-bottom: 90px;
        padding-top: 10px;
    }

    .copy-right {
        width: 100%;
        text-align: center;
        line-height: 2;
    }

    .designed p {
        line-height: 2;
    }

    .designed {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .welcome-slider-content {
        width: 100%;
        margin-right: 0px;
        padding: 0px 3%;
    }

    .welcome-slider {
        display: inherit;
    }

    .footer-details-container {
        width: 100%;
        /* margin: 0px; */
    }

    .footer-details-container:nth-child(2) {
        border: none;
    }

    .footer-logo {
        display: none;
    }

    .footer-links {
        display: none;
    }

    .footer-social-container {
        padding-bottom: 30px;
    }

    .footer-details {
        padding-bottom: 0px;
    }

    .welcome-wrap-container {
        display: inherit;
    }

    .welcome-container {
        width: 100%;
        padding-left: 0px;
    }

    .main-wraper {
        padding-top: 30px;
    }

    .videos {
        width: 100%;
        margin-right: 0%;
        margin-bottom: 2%;
    }

    .welcome-pic {
        display: none;
    }

    .footer-details {
        z-index: 0;
    }

    .about-bottom {
        width: 100%;
    }

    .cab {
        width: 100%;
        margin-right: 0%;
    }

    .eqWrap {
        display: inherit;
    }

    .equalHMV {
        width: 100%;
        margin-right: 0%;
    }

    .blog {
        width: 100%;
        margin-right: 0%;
        margin-bottom: 2em;
    }

    .contact-wraper {
        display: inherit;
    }

    .contact-address-container {
        width: 100%;
        display: inherit;
        padding: 20px 8px;
    }

    .address-details {
        padding-left: 0.8em;
    }

    .address-icon img {
        width: 40px;
    }

    .enquiry:nth-child(1) {
        width: 100%;
    }

    .enquiry:nth-child(2) {
        width: 100%;
    }

    .contact-get {
        padding: 50px 10px;
    }

    .enquiry {
        width: 100%;
        margin-top: 1em;
    }

    .address-enquiry {
        margin-top: 1em;
    }

    .bredcum-wraper {
        padding-top: 10px;
    }

    .inner-main-wraper {
        padding-top: 30px;
    }

    .navigation-portrait .nav-menu>li>a {
        padding: 5px 15px 5px 26px !important;
    }

    .welcome-slide-wrap {
        width: 100%;
        margin-top: 1em;
    }

    .lSAction {
        display: none !important;
    }

    .welcome-slider {
        padding-right: 5%;
        margin-top: 1em;
    }

    .view-img {
        width: 100%;
        margin-right: 0%;
        margin-bottom: 2%;
    }

    .view-img .box-link img {
        height: 165px;
    }

    .view-img:nth-child(2n+2) {
        margin-right: 0%;
    }

    .blog-pic-detail {
        width: 100%;
        margin-right: 0%;
    }

    .swiper-slide-caption {
        font-size: 9px;
    }

    .career-bottom {
        width: 100%;
    }

    .service-number {
        top: -29px;
        left: 50%;
        transform: translateX(-50%);
    }

    .services-wrap {
        gap: 45px;
    }

}

@media (min-width:421px) and (max-width:460px) {
    body {
        font-size: 14px !important;
    }

    .container {
        width: 100%;
        padding-left: 3%;
        padding-right: 3%
    }

    .top-container {
        width: 100%;
        padding-left: 1%;
        padding-right: 1%;
    }

    .desk-view {
        display: none
    }

    .mob-view {
        display: block
    }

    .footer-wraper {
        padding-bottom: 90px;
        padding-top: 10px;
    }

    .copy-right {
        width: 100%;
        text-align: center;
        line-height: 2;
    }

    .designed p {
        line-height: 2;
    }

    .designed {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .welcome-slider-content {
        width: 100%;
        margin-right: 0px;
        padding: 0px 3%;
    }

    .welcome-slider {
        display: inherit;
    }

    .footer-details-container {
        width: 100%;
        /* margin: 0px; */
    }

    .footer-details-container:nth-child(2) {
        border: none;
    }

    .footer-logo {
        display: none;
    }

    .footer-links {
        display: none;
    }

    .footer-social-container {
        padding-bottom: 30px;
    }

    .footer-details {
        padding-bottom: 0px;
    }

    .welcome-wrap-container {
        display: inherit;
    }

    .welcome-container {
        width: 100%;
        padding-left: 0px;
    }

    .main-wraper {
        padding-top: 50px;
    }

    .videos {
        width: 100%;
        margin-right: 0%;
        margin-bottom: 2%;
    }

    .welcome-pic {
        display: none;
    }

    .footer-details {
        z-index: 0;
    }

    .about-bottom {
        width: 100%;
        display: inherit;
    }

    .cab {
        width: 100%;
        margin-right: 0%;
    }

    .eqWrap {
        display: inherit;
    }

    .equalHMV {
        width: 100%;
        margin-right: 0%;
    }

    .blog {
        width: 100%;
        margin-right: 0%;
        margin-bottom: 2em;
    }

    .contact-wraper {
        display: inherit;
    }

    .contact-address-container {
        width: 100%;
        display: inherit;
        padding: 50px 20px;
    }

    .enquiry:nth-child(1) {
        width: 100%;
    }

    .enquiry:nth-child(2) {
        width: 100%;
    }

    .contact-get {
        padding: 50px 10px;
    }

    .enquiry {
        width: 100%;
        margin-top: 1em;
    }

    .address-enquiry {
        margin-top: 1em;
    }

    .bredcum-wraper {
        padding-top: 10px;
    }

    .inner-main-wraper {
        padding-top: 30px;
    }

    .navigation-portrait .nav-menu>li>a {
        padding: 5px 15px 5px 26px !important;
    }

    .welcome-slide-wrap {
        width: 100%;
        margin-top: 1em;
    }

    .lSAction {
        display: none !important;
    }

    .welcome-slider {
        padding-right: 5%;
        margin-top: 1em;
    }

    .view-img {
        width: 49%;
        margin-right: 2%;
        margin-bottom: 2%;
    }

    .view-img .box-link img {
        height: 130px;
    }

    .view-img:nth-child(2n+2) {
        margin-right: 0%;
    }

    .blog-pic-detail {
        width: 100%;
        margin-right: 0%;
    }

    .swiper-slide-caption {
        font-size: 10px;
    }

    .career-bottom {
        width: 100%;
    }

    .service-number {
        top: -29px;
        left: 50%;
        transform: translateX(-50%);
    }

    .services-wrap {
        gap: 45px;
    }
}

@media (min-width:461px) and (max-width:560px) {
    body {
        font-size: 14px !important;
    }

    .container {
        width: 100%;
        padding-left: 3%;
        padding-right: 3%
    }

    .top-container {
        width: 100%;
        padding-left: 1%;
        padding-right: 1%;
    }

    .desk-view {
        display: none
    }

    .mob-view {
        display: block
    }

    .footer-wraper {
        padding-bottom: 90px;
        padding-top: 10px;
    }

    .copy-right {
        width: 100%;
        text-align: center;
        line-height: 2;
    }

    .designed p {
        line-height: 2;
    }

    .designed {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .welcome-slider-content {
        width: 100%;
        margin-right: 0px;
        padding: 0px 3%;
    }

    .welcome-slider {
        display: inherit;
    }

    .footer-details-container {
        width: 100%;
        /* margin: 0px; */
    }

    .footer-details-container:nth-child(2) {
        border: none;
    }

    .footer-logo {
        display: none;
    }

    .footer-links {
        display: none;
    }

    .footer-social-container {
        padding-bottom: 30px;
    }

    .footer-details {
        padding-bottom: 0px;
    }

    .welcome-wrap-container {
        display: inherit;
    }

    .welcome-container {
        width: 100%;
        padding-left: 0px;
    }

    .main-wraper {
        padding-top: 50px;
    }

    .videos {
        width: 100%;
        margin-right: 0%;
        margin-bottom: 2%;
    }

    .welcome-pic {
        display: none;
    }

    .footer-details {
        z-index: 0;
    }

    .about-bottom {
        width: 100%;
        display: inherit;
    }

    .cab {
        width: 100%;
        margin-right: 0%;
    }

    .eqWrap {
        display: inherit;
    }

    .equalHMV {
        width: 100%;
        margin-right: 0%;
    }

    .blog {
        width: 100%;
        margin-right: 0%;
        margin-bottom: 2em;
    }

    .contact-wraper {
        display: inherit;
    }

    .contact-address-container {
        width: 100%;
        display: inherit;
        padding: 50px 20px;
    }

    .enquiry:nth-child(1) {
        width: 100%;
    }

    .enquiry:nth-child(2) {
        width: 100%;
    }

    .contact-get {
        padding: 50px 10px;
    }

    .enquiry {
        width: 100%;
        margin-top: 1em;
    }

    .address-enquiry {
        margin-top: 1em;
    }

    .bredcum-wraper {
        padding-top: 10px;
    }

    .inner-main-wraper {
        padding-top: 30px;
    }

    .navigation-portrait .nav-menu>li>a {
        padding: 5px 15px 5px 26px !important;
    }

    .welcome-slide-wrap {
        width: 100%;
        margin-top: 1em;
    }

    .lSAction {
        display: none !important;
    }

    .welcome-slider {
        padding-right: 5%;
        margin-top: 1em;
    }

    .view-img {
        width: 49%;
        margin-right: 2%;
        margin-bottom: 2%;
    }

    .view-img .box-link img {
        height: 130px;
    }

    .view-img:nth-child(2n+2) {
        margin-right: 0%;
    }

    .blog-pic-detail {
        width: 100%;
        margin-right: 0%;
    }

    .home-product-name {
        font-size: 1em;
    }

    .swiper-slide-caption {
        font-size: 11px;
    }

    .career-bottom {
        width: 90%;
    }
}

@media (min-width:561px) and (max-width:680px) {
    body {
        font-size: 14px !important;
    }

    .container {
        width: 100%;
        padding-left: 3%;
        padding-right: 3%
    }

    .top-container {
        width: 100%;
        padding-left: 1%;
        padding-right: 1%;
    }

    .desk-view {
        display: none
    }

    .mob-view {
        display: block
    }

    .footer-wraper {
        padding-bottom: 80px;
    }

    .welcome-slider-content {
        width: 100%;
        margin-right: 0px;
        padding: 0px 3%;
    }

    .welcome-slider {
        display: inherit;
    }

    .footer-details-container {
        width: 100%;
        /* margin: 0px; */
    }

    .footer-details-container:nth-child(2) {
        border: none;
    }

    .footer-logo {
        display: none;
    }

    .footer-links {
        display: none;
    }

    .footer-social-container {
        padding-bottom: 30px;
    }

    .footer-details {
        padding-bottom: 0px;
    }

    .welcome-wrap-container {
        display: inherit;
    }

    .welcome-container {
        width: 100%;
        padding-left: 0px;
    }

    .main-wraper {
        padding-top: 50px;
    }

    .videos {
        width: 100%;
        margin-right: 0%;
        margin-bottom: 2%;
    }

    .welcome-pic {
        display: none;
    }

    .footer-details {
        z-index: 0;
    }

    .about-bottom {
        width: 100%;
        display: inherit;
    }

    .cab {
        width: 49%;
        margin-right: 2%;
    }

    .cab:nth-child(3n+3) {
        margin-right: 2%;
    }

    .cab:nth-child(2n+2) {
        margin-right: 0%;
    }

    .eqWrap {
        display: inherit;
    }

    .equalHMV {
        width: 100%;
        margin-right: 0%;
    }

    .blog {
        width: 100%;
        margin-right: 0%;
        margin-bottom: 2em;
    }

    .contact-wraper {
        display: inherit;
    }

    .contact-address-container {
        width: 100%;
        display: inherit;
        padding: 50px 20px;
    }

    .enquiry:nth-child(1) {
        width: 100%;
    }

    .enquiry:nth-child(2) {
        width: 100%;
    }

    .contact-get {
        padding: 50px 10px;
    }

    .enquiry {
        width: 100%;
        margin-top: 1em;
    }

    .address-enquiry {
        margin-top: 1em;
    }

    .bredcum-wraper {
        padding-top: 10px;
    }

    .inner-main-wraper {
        padding-top: 30px;
    }

    .navigation-portrait .nav-menu>li>a {
        padding: 5px 15px 5px 26px !important;
    }

    .welcome-slide-wrap {
        width: 100%;
        margin-top: 1em;
    }

    .lSAction {
        display: none !important;
    }

    .welcome-slider {
        padding-right: 5%;
        margin-top: 1em;
    }

    .view-img {
        width: 49%;
        margin-right: 2%;
        margin-bottom: 2%;
    }

    .view-img .box-link img {
        height: 130px;
    }

    .view-img:nth-child(2n+2) {
        margin-right: 0%;
    }

    .blog-pic-detail {
        width: 100%;
        margin-right: 0%;
    }

    .home-product-name {
        font-size: 1em;
    }

    .swiper-slide-caption {
        font-size: 12px;
    }

    .career-bottom {
        width: 90%;
    }
}

@media (min-width:681px) and (max-width: 768px) {
    body {
        font-size: 14px !important;
    }

    .container {
        width: 100%;
        padding-left: 3%;
        padding-right: 3%
    }

    .top-container {
        width: 100%;
        padding-left: 1%;
        padding-right: 1%;
    }

    .desk-view {
        display: none
    }

    .mob-view {
        display: block
    }

    .footer-wraper {
        padding-bottom: 80px;
    }

    .welcome-slider-content {
        width: 100%;
        margin-right: 0px;
        padding: 0px 3%;
    }

    .welcome-slider {
        display: inherit;
    }

    .footer-details-container {
        width: 100%;
        /* margin: 0px; */
    }

    .footer-details-container:nth-child(2) {
        border: none;
    }

    .footer-logo {
        display: none;
    }

    .footer-links {
        display: none;
    }

    .footer-social-container {
        padding-bottom: 30px;
    }

    .footer-details {
        padding-bottom: 0px;
    }

    .welcome-wrap-container {
        display: inherit;
    }

    .welcome-container {
        width: 100%;
        padding-left: 0px;
    }

    .main-wraper {
        padding-top: 50px;
    }

    /*.videos{ width: 100%; margin-right: 0%; margin-bottom: 2%;}*/
    .welcome-pic {
        display: none;
    }

    .footer-details {
        z-index: 0;
    }

    .about-bottom {
        width: 100%;
        display: inherit;
    }

    .cab {
        width: 49%;
        margin-right: 2%;
    }

    .cab:nth-child(3n+3) {
        margin-right: 2%;
    }

    .cab:nth-child(2n+2) {
        margin-right: 0%;
    }

    .eqWrap {
        display: inherit;
    }

    .equalHMV {
        width: 100%;
        margin-right: 0%;
    }

    .blog {
        width: 100%;
        margin-right: 0%;
        margin-bottom: 2em;
    }

    .contact-wraper {
        display: inherit;
    }

    .contact-address-container {
        width: 100%;
        display: inherit;
        padding: 50px 20px;
    }

    .enquiry:nth-child(1) {
        width: 100%;
    }

    .enquiry:nth-child(2) {
        width: 100%;
    }

    .contact-get {
        padding: 50px 10px;
    }

    .enquiry {
        width: 100%;
        margin-top: 1em;
    }

    .address-enquiry {
        margin-top: 1em;
    }

    .bredcum-wraper {
        padding-top: 10px;
    }

    .inner-main-wraper {
        padding-top: 30px;
    }

    .navigation-portrait .nav-menu>li>a {
        padding: 5px 15px 5px 26px !important;
    }

    .welcome-slide-wrap {
        width: 100%;
        margin-top: 1em;
    }

    .lSAction {
        display: none !important;
    }

    .welcome-slider {
        padding-right: 5%;
        margin-top: 1em;
    }

    .view-img {
        width: 49%;
        margin-right: 2%;
        margin-bottom: 2%;
    }

    .view-img .box-link img {
        height: 165px;
    }

    .view-img:nth-child(2n+2) {
        margin-right: 0%;
    }

    .blog-pic-detail {
        width: 100%;
        margin-right: 0%;
    }

    .home-product-name {
        font-size: 1em;
    }

    .career-bottom {
        width: 90%;
    }
}

@media (min-width:769px) and (max-width:991px) {
    body {
        font-size: 14px !important;
    }

    .container {
        width: 100%;
        padding-left: 3%;
        padding-right: 3%
    }

    .top-container {
        width: 100%;
        padding-left: 1%;
        padding-right: 1%;
    }

    .desk-view {
        display: none
    }

    .mob-view {
        display: block
    }

    .footer-wraper {
        padding-bottom: 80px;
    }

    .copy-right {
        width: 100%;
        text-align: center;
    }

    .designed {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .welcome-slider-content {
        width: 100%;
        margin-right: 0px;
        padding: 0px 3%;
    }

    .welcome-slider {
        display: inherit;
    }

    .footer-details-container {
        width: 100%;
        margin: 0px;
    }

    .footer-details-container:nth-child(2) {
        border: none;
    }

    .footer-logo {
        display: none;
    }

    .footer-links {
        display: none;
    }

    .footer-social-container {
        padding-bottom: 30px;
    }

    .footer-details {
        padding-bottom: 0px;
    }

    .welcome-wrap-container {
        display: inherit;
    }

    .welcome-container {
        width: 100%;
        padding-left: 0px;
    }

    .main-wraper {
        padding-top: 50px;
    }

    /*.videos{ width: 100%; margin-right: 0%; margin-bottom: 2%;}*/
    .welcome-pic {
        display: none;
    }

    .footer-details {
        z-index: 0;
    }

    .about-bottom {
        width: 100%;
        display: inherit;
    }

    .cab {
        width: 49%;
        margin-right: 2%;
    }

    .cab:nth-child(3n+3) {
        margin-right: 2%;
    }

    .cab:nth-child(2n+2) {
        margin-right: 0%;
    }

    .eqWrap {
        display: inherit;
    }

    .equalHMV {
        width: 100%;
        margin-right: 0%;
    }

    .blog {
        width: 100%;
        margin-right: 0%;
        margin-bottom: 2em;
    }

    .contact-wraper {
        display: inherit;
    }

    .contact-address-container {
        width: 100%;
        display: inherit;
        padding: 50px 20px;
    }

    .enquiry:nth-child(1) {
        width: 100%;
    }

    .enquiry:nth-child(2) {
        width: 100%;
    }

    .contact-get {
        padding: 50px 10px;
    }

    .enquiry {
        width: 100%;
        margin-top: 1em;
    }

    .address-enquiry {
        margin-top: 1em;
    }

    .bredcum-wraper {
        padding-top: 10px;
    }

    .inner-main-wraper {
        padding-top: 30px;
    }

    .navigation-portrait .nav-menu>li>a {
        padding: 5px 15px 5px 26px !important;
    }

    .welcome-slide-wrap {
        width: 100%;
        margin-top: 1em;
    }

    .lSAction {
        display: none !important;
    }

    .welcome-slider {
        padding-right: 5%;
        margin-top: 1em;
    }

    .view-img {
        width: 49%;
        margin-right: 2%;
        margin-bottom: 2%;
    }

    .view-img:nth-child(2n+2) {
        margin-right: 0%;
    }

    .blog-pic-detail {
        width: 100%;
        margin-right: 0%;
    }

    .home-product-name {
        font-size: 1em;
    }

    .career-bottom {
        width: 90%;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .nav-menu>li>a {
        margin-top: 15px;
    }

    .nav-menu>li>a {
        margin-left: 5px !important;
        margin-right: 5px !important;
    }

    .nav-header {
        margin-right: 1em !important;
        margin-top: 13px;
    }

    .logo img {
        width: 150px;
    }
}

@media (max-width:992px) {

    .whats-app {
        bottom: 25vh;
    }

    .nav-brand img {
        width: 60% !important;
    }

    .nav-toggle,
    .navigation-hidden .nav-header {
        display: block !important;
    }

    .hide-menu {
        display: block !important;
    }

    .banner-wrp {
        height: calc(100vh - 75px) !important;
        overflow: hidden !important
    }

    .carousel-inner {
        height: 100% !important;
    }

    #quick_view_bottom {
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 99;
        width: 100%;
        height: auto;
        background-color: #fff;
    }

    .hide-menu {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: #fff;
        z-index: 99999;
        padding: 15px 20px;
        display: block;
    }

    .sexy-menu.detached {
        opacity: 1 !important
    }

    .hide-menu a {
        width: 20%;
        line-height: 1;
        font-size: 1.5em;
        float: left;
        display: flex;
        justify-content: center;

    }

    .hide-menu img {
        display: block;
        justify-content: center;
        margin: 0 auto;
    }

    .nav-toggle {

        display: flex !important;
        align-items: center;
        width: 25px;
        height: 20px;
        cursor: pointer;
        /*border-top: 3px solid #000;
    border-bottom: 3px solid #000;*/
        text-align: center;
        justify-content: center;
        position: inherit !important;
        top: auto !important;

    }

    .nav-toggle {
        top: auto !important;
        bottom: auto !important;
    }

    .nav-toggle:before {
        position: absolute;
        content: "";
        width: 40px;
        border-bottom: 3px solid #000;
        right: 0;
        display: none
    }

    .nav-toggle:after {
        content: "";
        width: 33px;
        border-bottom: 3px solid #000;
        position: absolute;
        top: -2px;
        right: 0;
        display: none
    }


    .nav-toggle {
        margin-top: 3px !important;
    }

    .banner-wraper {
        height: auto;
    }

    .nav-header {
        margin-right: 0em !important;
        display: flex !important;
        justify-content: center !important;
    }

    .logo {
        width: 100% !important;
        position: inherit !important;
        display: flex !important;
        justify-content: center;
        height: auto !important;
    }

    /*.nav-brand img{ width: 250px;}*/
    .nav-header {
        width: 100%;
        padding-top: 1em;
        padding-bottom: 1em;
    }

    .sexy-menu.detached .nav-brand img {
        margin-top: 0px !important;
        width: 70%;
    }

    .bottom-menu {
        width: 45px;
        height: 45px;
        border-radius: 50%;
        display: flex !important;
        justify-content: center;
        align-items: center;
        border: 1px solid #999;
    }

    .nav-menu>li>a {
        font-size: 1em !important;
    }

    .whats-app img {
        margin-left: 0%;
    }

    .sexy-menu.detached .nav-menu>li>a {
        color: #fff !important;
    }

    .bredcum-wraper {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .home-product-name {
        font-size: 0.75em;
    }

    .welcome-left-pic {
        display: none;
    }

    .welcome-pic-left {
        display: none;
    }

    .box-title {
        font-size: 0.85em;
    }

    .product-caption {
        display: none;
    }

    .footer-details {
        flex-direction: column;
        gap: 20px;
        z-index: 0;
    }

    .footer-links {
        z-index: 0;
    }
}

@media screen and (max-width: 600px) {
    .caree-bottom-button {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .caree-bottom-button p {
        margin-bottom: 10px;
    }

    .service-box br {
        display: none;
    }

    .service-box {
        min-height: inherit;
    }
}