@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Lora:ital,wght@0,400..700;1,400..700&family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Pacifico&family=Phudu:wght@300..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Red+Rose:wght@300..700&family=Roboto:ital,wght@0,100..900;1,100..900&family=Sigmar&display=swap");

* {
    box-sizing: border-box;
    margin: 0px;
    padding: 0px;
}
p {
    font-family: montserrat !important;
}
a {
    text-decoration: none;
}

body {
    margin: 0px;
    padding: 0px;
    font-family: "Roboto", sans-serif;
}

h1 {
    font-size: 35px;
    font-family: "red rose";
}

@media (min-width: 1200px) {
    .h4,
    h4 {
        font-size: 1.5rem;
        font-family: "merriweather";
    }
}

@media (min-width: 1200px) {
    .h3,
    h3 {
        font-size: 1.75rem;
        font-family: "merriweather";
    }
}

.mt-30 {
    margin-top: 30px !important;
}

.mt-60 {
    margin-top: 60px !important;
}

.mt-90 {
    margin-top: 90px;
}

.mt-120 {
    margin-top: 120px;
}

.mt-150 {
    margin-top: 150px;
}

/*--------headertop-------*/

.btn-danger {
    color: #fbb800;
    background-color: #fff !important;
    border-color: #fbb800 !important;
    transition: all 0.3s ease-in-out;
}

.btn-danger:hover {
    color: #fff;
    background-color: #fbb800 !important;
    border-color: #fbb800 !important;
}

.btn-danger:active,
.btn-danger:focus {
    outline: none !important;
    box-shadow: none !important;
}

.top-nav-btn {
    color: #fff !important;
    background-color: #fbb800 !important;
    border-color: #fff !important;
    transition: all 0.3s ease-in-out;
}

.top-nav-btn:hover {
    color: #fbb800 !important;
    background-color: #fff !important;
    border-color: #fbb800 !important;
}

.headertopbox {
    margin: 0px;
    padding: 0px 0px;
    display: flex;
    padding-top: 11px;
    align-items: center;
    background-color: #00b4d8;
    border-bottom: solid 2px rgb(163, 163, 163);
}

.headertopboxleft {
    margin: 0px;
    padding: 0px;
    display: flex;
    gap: 15px;
}

.headertopboxleft i {
    color: white;
    line-height: 25px;
}

.headertopboxleft p {
    color: white;
    font-size: 16px;
}

.headertopright {
    margin: 0px;
    padding: 0px;
}

.headertopright ul {
    margin: 0px;
    padding: 0px;
    display: flex;
    justify-content: right;
}

.headertopright ul li {
    margin: 0px;
    padding: 0px 14px;
    list-style: none;
}

.headertopright ul li .headertoprighticon {
    margin: 0px;
    padding: 0px;
    display: flex;
    gap: 14px;
}

.headertopright ul li .headertoprighticon i {
    color: white;
    line-height: 25px;
}

.headertopright ul li .headertoprighticon p,
.headertopright ul li .headertoprighticon p a {
    color: white;
    font-size: 16px;
    text-decoration: none;
}

/*-----logo&navigation-------*/

.logonavbox {
    background-color: #fff;
    margin: 0px;
    padding: 4px 0px;
    display: flex;
    align-items: center;
    position: relative;
}

.logobox {
    margin: 0px;
    /* padding-top: 5px;
    padding-bottom: 5px; */
    width: 50%;
}

.headernavigation {
    margin: 0px;
    padding: 0px;
}

.headernavigation ul {
    margin: 0px;
    padding: 0px;
    display: flex;
    justify-content: center;
    position: relative;
    margin-top: 20px;
}

.headernavigation ul li {
    margin: 0px;
    padding: 0 0px;
    list-style: none;
}

.headernavigation ul li a {
    margin: 0px;
    padding: 0px 14px;
    color: #45463e;
    font-size: 16px;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.5s ease-in-out;
    font-weight: 500;
    padding-bottom: 60px;
}

.headernavigation ul li a:hover {
    color: #00b4d8;
}

.megamenu {
    position: absolute;
    transition: all 2s ease-in-out;
    display: none;
    z-index: 2;
    font-size: 17px;
    border: none;
    outline: none;
    padding: 14px 16px;
    font-family: inherit;
    margin: 0;
}

@media only screen and(max-width: 678px) {
    .megamenu {
        left: 0;
        background-color: #e4e4e4;
        border: none;
        outline: none;
        padding: 14px 16px;
    }
}

.megamenu1 {
    margin: 0px;
    padding: 0px;
}

.megamenuitems ul {
    margin: 0px;
    padding: 0px;
    display: block;
    position: absolute;
    background-color: #e4e4e4;
    width: 200px;
}

.megamenuitems ul li {
    margin: 0px;
    padding: 5px 10px;
    list-style: none;
    color: #000000;
}

.megamenuitems > ul > li > a {
    margin: 0px;
    padding: 0px 10px;
    font-size: 14px;
    color: black;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.5s ease-in-out;
}

.megamenuitems > ul > li > a:hover {
    color: #00b4d8;
}

.headernavigation > ul > li:hover .megamenu {
    top: 100%;
    display: block;
}

@media (max-width: 991px) {
    .megamenuitems ul {
        position: relative;
    }
}

.headerappointment {
    margin: 0px;
    padding: 0px;
    display: flex;
    justify-content: right;
    margin-top: 10px;
}

.headerappointment button {
    /* background-color: #e5232c; */
    color: #fbb800;
    /* border-radius: 5px; */
}

.quote-btn {
    padding: 0.6rem 2rem;
    border-radius: 500px;
    border: 1px solid #00b4d8 !important;
    color: #00b4d8 !important;
    transition: all 0.5s ease-in-out;
}

.quote-btn:hover,
.quote-btn:focus {
    background-color: #00b4d8 !important;
    color: #fff !important;
    border: 1px solid #00b4d8 !important;
}

.btn:active,
.btn:focus {
    color: #fbb800 !important;
}

.bannerbox .btn-danger {
    background-color: transparent !important;
}

.main-heading {
    font-family: "phudu";
    font-weight: 800;
    letter-spacing: 5px;
}

/*---banner----*/

.bannerbox {
    margin: 0px;
    padding: 0px;
    width: 100%;
    display: block;
}

.bannerboximage {
    margin: 0px;
    padding: 0px;
    width: 100%;
    display: block;
    height: 550px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../img/banner.jpg);
    position: relative;
}

/* .bannerboximage .container, .bannerboximage .container .row {
    height: 100% !important;
} */

.bannerboximage::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background-color: rgba(0, 0, 0, 0.136) !important; */
    z-index: -1;
}

.bannerboximage h2 {
    color: white;
    font-weight: 500;
}

.bannerboximage1 {
    margin: 0px;
    padding: 0px;
    width: 100%;
    display: block;
    height: 550px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../img/banner2.jpg);
    position: relative;
}

.bannerboximage1::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.507);
    z-index: -1;
}

.bannerboximage1 h2 {
    color: white;
    font-weight: 500;
}

.bannerboximage2 {
    margin: 0px;
    padding: 0px;
    width: 100%;
    display: block;
    height: 550px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../img/banner3.jpg);
    position: relative;
}

.bannerboximage2::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.507);
    z-index: -1;
}

.bannerboximage2 h2 {
    color: white;
    font-weight: 500;
}

/*--------aboutus----------*/

.aboutusleft {
    margin: 0px;
    padding: 0px;
    width: 100%;
    display: block;
}

.aboutusleft h2 {
    color: #000000;
    position: relative;
}

.aboutusleft h2::before {
    position: absolute;
    content: "";
    top: 120%;
    left: 35%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 4px;
    background-color: #5e8a9f;
}

.aboutuslefticon {
    margin: 0px;
    padding: 0px;
    text-align: center;
}

.aboutuslefticon1 {
    margin: 0px;
    padding: 0px;
}

.aboutuslefticontext {
    margin-top: 15px;
    padding: 0px;
}

.aboutusright {
    margin: 0px;
    padding: 0px;
}

.aboutusright iframe {
    border-radius: 14px;
}

/*--------workprocess------*/

.workprocess {
    margin: 0px;
    padding: 60px 0px;
    background-image: url(../img/workprocess-bg1.jpg);
    width: 100%;
    width: 100%;
    display: block;
}

.workprocesstext {
    margin: 0px;
    padding: 0px;
    text-align: center;
}

.workprocesstext h2 {
    color: #000000;
    font-weight: 500;
    position: relative;
    font-family: "red rose";
}

.workprocesstext h2::before {
    position: absolute;
    content: "";
    top: 120%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 4px;
    background-color: #365e88;
}

.workprocessbox {
    margin: 0px;
    padding: 0px;
}

.workprocessboximg {
    margin: 0px;
    padding: 0px;
}

.workprocessboximg img {
    height: 550px;
    object-fit: contain;
}

.workprocessboxtext {
    margin: 15px 0px;
    padding: 15px;
    background-color: white;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    box-shadow: 6px 5px 6px rgba(0, 0, 0, 0.356);
    border-radius: 14px;
}

.workprocessboxtext button {
    text-align: center;
}

/*-----offer----*/

.offermainbox {
    margin: 0px;
    padding: 0px;
    transition: all 0.5s ease-in-out;
}

.offerbox {
    width: 115px;
    height: 115px;
    background-color: #a0b1c3;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    display: table;
}

.offerboxtext {
    margin: 10px 0px;
    padding: 0px;
    text-align: center;
}

.offerboxtext h5 a {
    color: #000000;
    text-decoration: none;
}

.offermainbox:hover {
    transform: translateY(-10px);
}

.ftco-services {
    margin-top: -50px;
    padding-bottom: 2em;
}
.ftco-services .services {
    display: block;
    width: 100%;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.ftco-services .services .icon {
    line-height: 1.3;
    position: relative;
    width: 100px;
    box-shadow: 0 0 10px #000;
    height: 100px;
    background: #fff;
    z-index: 99;
    /* margin-left: 121px; */
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}
.ftco-services .services .icon span {
    font-size: 50px;
    color: #fff;
}
.ftco-services .services .media-body h3 {
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 18px;
    font-family: merriweather;
}

.media-body {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
}

/*-----gurantee-----*/

.guranteebg {
    margin: 0px;
    padding: 40px;
    background-image: url(../img/guarantee-bg.jpg);
    width: 100%;
    display: block;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.guranteebgbox {
    margin: 0px;
    padding: 0px;
    display: flex;
    flex-direction: row;
}

.guranteebgbox2 {
    margin: 0px;
    padding: 0px;
    display: flex;
    flex-direction: row;
}

.guranteebgbox1 {
    width: 20%;
    margin: 30px;
    padding: 0px 0px;
    display: block;
    border-right: dotted 1px #3d3d3d;
    padding-right: 40px;
}

.guranteebgbox1 img {
    margin: 0 auto;
    display: table;
}

.guranteebgbox1:last-child {
    border-right: none;
}

/*----gallery----*/

.gallerybox {
    margin: 0px;
    padding: 0px;
    width: 100%;
    display: block;
    height: 350px;
    border-radius: 14px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    cursor: pointer;
    position: relative;
    z-index: 1;
}

.gallerybox::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 13%);
    z-index: -1;
    transition: all 0.4s ease-in-out;
    border-radius: 15px;
}

.galleryboxtext {
    margin: 15px 0px;
    padding: 0px;
    width: 100%;
    display: block;
}

.galleryboxtext h5 {
    font-family: montserrat;
    color: #595c43;
    font-size: 24px;
}

/*-----Highlighting-*/

.Highlighting1 {
    text-align: center;
    font-size: 18px;
    color: #000;
    padding: 0px 0px 40px 0px;
    margin-top: 30px;
    -webkit-box-shadow: 0px 0px 10px 5px #d9d9d9;
    -moz-box-shadow: 0px 0px 10px 5px #d9d9d9;
    -o-box-shadow: 0px 0px 10px 5px #d9d9d9;
    box-shadow: 0px 0px 10px 5px #d9d9d9;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
}

.Highlighting1color {
    background-color: #e4ffe3;
}

.Highlighting1color1 {
    background-color: #fff8e3;
}

.Highlighting1color2 {
    background-color: #e3e9ff;
}

.Highlighting1text {
    text-align: center;
    padding: 20px 0px;
}

.Highlighting1text h4 {
    font-size: 24px;
    font-weight: 600;
    color: #048b00;
    text-transform: uppercase;
    padding: 30px 0px;
    border-bottom: 1px solid #a8daa6;
}

.Highlighting1text1 {
    margin: 30px 0px;
    padding: 0px;
}

.Highlighting1text1 p {
    font-size: 18px;
    font-weight: 500;
    text-align: center;
}

.Highlighting1text1 button {
    background-color: #048b00;
}

/*--------nri--------*/

.nribg {
    margin: 0px;
    padding: 10px 0px;
    background-image: url(../img/nri-bg.jpg);
    width: 100%;
    display: block;
}

.nribgleft {
    margin: 0px;
    padding: 0px;
}

.nribgright {
    margin: 0px;
    padding: 0px;
}

.nribgright h4 {
    font-size: 30px;
    line-height: 1;
    color: #000000;
    font-weight: 600;
    padding-bottom: 25px;
    font-family: "red rose";
    position: relative;
}

.nribgright button {
    /* background-color: #dc2126;
    color: white; */
}

/*before&after*/

.beforeafterbox {
    margin: 0px;
    padding: 0px;
    width: 100%;
    display: block;
}

.beforeafterbox1 {
    margin: 0px;
    padding: 0px;
}

.beforeafterbox1img {
    width: 100%;
    display: block;
}

.beforeafterbox1text {
    margin: 15px 0px;
    padding: 0px;
    text-align: center;
}

.beforeafterbox1text h6 {
    color: #3d3d3d;
    font-size: 20px;
}

/*----easyemi-----*/

.easyemibg {
    background-image: url(../img/afterworksupport-bg.jpg);
    width: 100%;
    display: block;
    padding: 60px 0px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.easyemibox {
    margin: 0px;
    padding: 0px;
}

.easyemiboximg {
    margin: 0px;
    padding: 0px;
    display: block;
    text-align: center;
}

.easyemiboximg h5 {
    margin: 14px 0px;
    padding: 0px;
    min-height: 72px;
}

.easyemiboxtext {
    margin: 15px 0px;
    padding: 0px;
}

.easyemiboxtext p {
    color: black;
    text-align: left;
    letter-spacing: -1px;
    height: 150px;
    padding: 20px;
    width: 100%;
    resize: vertical;
    overflow: auto;
    scrollbar-width: none;
}

.mt_20 {
    margin-top: -60px;
}

.mt_40 {
    margin-top: -30px;
}

.mt_10 {
    margin-top: -20px;
}

/*-----feq-------*/

.feqbox {
    margin: 0px;
    padding: 0px;
}

.accordion {
    font-family: Arial, Helvetica, sans-serif;
    width: 100%;
}

.accordion-item {
    margin-bottom: 10px;
}

.accordion-title {
    color: #fff;
    background-color: #1a1a1a;
    cursor: pointer;
    padding: 10px;
    transition: background-color 1s;
}

.accordion-title:hover {
    background-color: #dc2126;
}

.accordion-content {
    background: rgb(238, 238, 238);
    display: none;
    padding: 10px;
}

.accordion-item.active .accordion-content {
    display: block;
}

/*-----------happyclients-------*/

.happyclientsbox {
    margin: 0px;
    padding: 0px;
    width: 100%;
    display: block;
}

.happyclientsbox1 {
    margin: 0px;
    padding: 10px;
    width: 100%;
    display: block;
    border-radius: 15px;
    border: solid 1px #cfcfcf;
}

.happyclientsbox1img {
    width: 100%;
    margin: 0px;
    padding: 0px;
    display: block;
    position: relative;
    /* background-color: #f4b800; */
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 60px;
    border-radius: 15px;
}

.happyclientsbox1imgtext {
    position: absolute;
    bottom: -40px;
    left: 50%;
    right: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    display: block;
    text-align: center;
}

.happyclientsbox1imgtext h5 {
    /* color: white;
    text-shadow: 2px 2px #2c2c2c; */
    color: #2c2c2c;
    font-family: "poppins";
    font-weight: 600;
}

.happyclientsbox1imgtext p {
    color: #2c2c2c;
    font-family: "lato";
}

.happyclientsbox1text {
    margin: 15px 0px;
    text-align: center;
}

.happyclientsbox1text p {
    color: #1a1a1a;
    font-size: 15px;
    font-family: montserrat;
}

/*-----refer-----*/

.referbg {
    margin: 0px;
    padding: 60px 0px;
    width: 100%;
    display: block;
    background-image: url(../img/refer-bg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.referleft {
    margin: 0px;
    padding: 0px;
    text-align: center;
}

.referleft h2 {
    color: black;
}

.referleft p {
    color: #000;
}

.referleft button {
    background-color: #dc2126;
    color: white;
    margin-top: 25px;
}

.referright {
    margin: 0px;
    padding: 0px;

    width: 100%;
    display: block;
}

/*----share------*/

.sharebox {
    margin: 0px;
    padding: 0px;
}

.sharebox h2 {
    color: black;
    text-align: center;
    font-size: 36px;
}

.sharebox h5 {
    color: #000;
    text-align: center;
    margin-top: 20px;
}

.sharebox1 {
    margin: 45px auto;
    display: table;
    padding: 0px;
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 600px;
}

.sharebox1 button a {
    color: #000000;
    text-decoration: none;
}

.sharebox1 button a:hover {
    color: black;
    background: transparent;
}

.btn-outline-dark {
    background-color: transparent !important;
}

/*-----------blog-----------*/

.blogbox {
    margin: 0px;
    padding: 0px;
}

.blogbox {
    margin: 0px;
    padding: 0px;
    width: 100%;
    display: block;
}

.blogboximg {
    width: 100%;
    display: block;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
}

.blogboximg img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    border-radius: 15px;
    transition: all 5s ease-in-out;
}

.blogboximg img:hover {
    transform: scale(1.3);
    border-radius: 15px;
}

.blogboxtext {
    margin: 0px;
    padding: 0px;
}

.blogboxtextadmin {
    margin: 12px 0px;
    padding: 0px;
    display: flex;
    justify-content: space-between;
}

.blogboxtextadmin h5 {
    color: #dc2126;
}

.blogboxtextadminheader {
    margin: 0px;
    padding: 0px;
}

.blogboxtextadminheader h2 a {
    color: black;
    text-decoration: none;
    font-size: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.blogboxtextadminheader p {
    color: black;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.blogboxtextadminheader h6 a {
    color: #dc2126;
    font-size: 18px;
    text-decoration: none;
    transition: all 0.5s ease-in-out;
}

.blogboxtextadminheader h6 a:hover {
    letter-spacing: 6px;
}

/*----footer-----*/

.footerbg {
    background-color: #1f1f1f;
    padding-top: 40px;
    padding-bottom: 20px;
}

.footerleft {
    margin: 0px;
    padding: 0px;
}
.footerleft a img {
    width: 50% !important;
}

.footerleft p {
    color: white;
    font-size: 16px;
    margin-top: 20px;
}

.footermiddle {
    margin: 0px;
    padding: 0px;
}

.footermiddle h2 {
    color: #f4b800;
    font-size: 32px;
    margin-bottom: 20px;
}

.footernav {
    margin: 0px;
    padding: 0px;
}

.footernav ul {
    margin: 0px;
    padding: 0px;
    display: block;
}

.footernav ul li {
    margin: 0px;
    padding: 3px 0px;
    display: block;
    list-style: none;
}

.footernav ul li a {
    font-size: 16px;
    color: white;
    margin: 0px;
    padding: 0px;
    transition: all 0.5s ease-in-out;
    text-decoration: none;
}

.footernav ul li a:hover {
    color: #00b4d8;
}

.footerright {
    margin: 0px;
    padding: 0px;
}

.footerright h2 {
    color: #f4b800;
    font-size: 32px;
    margin-bottom: 20px;
}

.footerrighticon {
    margin: 2px 0px;
    padding: 0px;
    display: flex;
    gap: 15px;
}

.footerrighticon i {
    color: white;
    line-height: 20px;
}

.footerrighticon p,
.footerrighticon p a {
    font-size: 16px;
    color: white;
    text-decoration: none;
}

.footercopyright {
    background-color: #00b4d8;
    padding: 5px 0;
    text-align: center;
    color: #fff;
}

.footercopyright1 {
    margin: 0px;
    padding: 0px;
    text-align: center;
}

.footercopyright1 p,
.footercopyright1 p a {
    color: white;
    text-decoration: none;
    margin-top: 10px;
}

.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    display: block;
    z-index: 99990;
    border-bottom: solid 1px #607d8b;
}

.whatsappfloating {
    position: fixed;
    bottom: 120px;
    right: 10px;
    z-index: 2;
    z-index: 999;
}

.whatsappfloating i {
    color: #048b00;
    font-size: 48px;
}

/*progressbar*/

#progress {
    position: fixed;
    bottom: 20px;
    right: 10px;
    height: 50px;
    width: 50px;
    display: none;
    place-items: center;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    background: #fff !important;
    z-index: 999;
    font-size: 1.5rem;
    border: 1px solid #727272;
    transition: all 0.3s ease-in-out;
}

#progress:hover {
    background: #f4b800 !important;
}

.font-montserrat {
    font-family: "montserrat" !important;
}

.sub-loc {
    font-weight: 500;
}

.sub-project .project-btn,
.project-card .project-btn {
    border: none !important;
}

.sub-project .project-btn:hover {
    border: none !important;
}

#progress-value {
    display: block;
    height: calc(100% - 15px);
    width: calc(100% - 15px);
    background-color: #ffffff;
    border-radius: 50%;
    display: grid;
    place-items: center;
    font-size: 35px;
    color: #001a2e;
}

.resnav {
    margin: 0px;
    padding: 0px;
    float: right;
    display: none;
}

.rounded {
    border-radius: 2.25rem !important;
}

/*modularkitchenpage*/

.modularkitchenbg {
    width: 100%;
    display: block;
    margin: 0px;
    padding: 0px;
    height: 250px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    z-index: 1;
}

.modularkitchenbg::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: -1;
}

.modularkitchenbg h2 {
    color: white;
}

.modularkitchenbg h4,
.modularkitchenbg h4 a {
    color: white;
    text-decoration: none;
}

.modularkitchenpic {
    margin: 0px;
    padding: 0px;
    width: 100%;
    display: block;
}

.modularkitchenpicmain {
    margin: 0px;
    padding: 0px;
    width: 100%;
    display: block;
}

.modularkitchenpicmainimg {
    width: 100%;
    display: block;
    margin: 0px;
    padding: 0px;
}

.modularkitchenpicmainimg img {
    height: 500px;
    width: 100%;
    display: block;
    border-radius: 15px;
    object-fit: cover;
}

.modularkitchenpicmaintext {
    margin: 15px 0px;
    padding: 0px;
}

.modularkitchenpicmaintext p {
    color: #000000;
    font-size: 24px;
}

.modularkitchen .owl-nav .owl-prev,
.modularkitchen .owl-nav .owl-next {
    width: 40px !important;
    height: 70px !important;
    background-color: #999e7c !important;
    border: solid 1px #ffffff !important;
    color: white !important;
}

.modularkitchen .owl-nav .owl-prev {
    position: absolute !important;
    top: 45% !important;
    left: 0 !important;
}

.modularkitchen .owl-nav .owl-next {
    position: absolute !important;
    top: 45% !important;
    right: 0 !important;
}
/*----popup-------*/

.popupbox {
    width: 100%;
    height: auto;
    margin: 0px;
    padding: 0px;
    display: none;
}

.popupboxmainbox {
    width: 50%;
    /* aspect-ratio: 1/1; */
    background-image: url(../img/popbg2.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 15px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
    box-shadow: 6px 6px 8px rgba(2, 0, 49, 0.514);
}

.cross {
    padding: 0px 15px;
    display: flex;
    justify-content: right;
}

.cross i {
    font-size: 24px;
    cursor: pointer;
}

.popupleft {
    margin: 0px;
    padding: 0px;
    background-image: url(../img/popup.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 550px;
    margin-top: -15px;
    border-radius: 15px;
}

.popupright {
    margin: 0px;
    padding: 0px;
    text-align: center;
}

.popupright h2 {
    color: black;
    text-align: center;
    margin-top: 15px;
}

.popupright h4 {
    color: #2c2c2c;
}

.popuprightform {
    margin: 15px auto;
    padding: 0px 15px;
    text-align: center;
    display: table;
    width: 80%;
}

.popuprightform input {
    width: 100%;
    max-width: 500px;
    display: block;
    margin: 19px 0px;
    padding: 10px;
    border: solid 1px black;
}

.popuprightform button {
    background-color: red;
    color: white;
}

/*----------blogdetails-------*/

.blogdetailslrft {
    margin: 0px;
    padding: 0px;
}

.blogdetailslrftimg {
    margin: 0px;
    padding: 0px;
}

.blogdetailslrftimg1 {
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 450px;
    object-fit: cover;
    margin-top: 35px;
    border-radius: 10px;
}

.blogdetailslrftimgtext {
    margin-top: 20px;
    padding: 20px;
}

.blogdetailslrftimgtext1 {
    margin: 0px;
    padding: 0px;
    display: flex;
    gap: 20px;
}

.blogdetailslrftimgtext1 p {
    font-size: 18px;
    color: #ff2c04;
}

.blogdetailslrftimgtext1 h6 {
    color: #000;
    margin-top: 4px;
}

.blogdetailslrftimgtext1social {
    display: flex;
    justify-content: space-between;
}

.blogdetailslrftimgtext1social1 {
    display: flex;
    gap: 15px;
}

.blogdetailslrftimgtext1social1 h6 {
    color: #ff2c04;
    font-size: 24px;
}

.blogdetailslrftimgtext1social1 p,
.blogdetailslrftimgtext1social1 p a {
    color: black;
    font-size: 18px;
    text-decoration: none;
    margin-top: 3px;
}

.blogdetailslrftimgtext1social2 {
    display: flex;
    gap: 15px;
}

.blogdetailslrftimgtext1social2 h6 {
    color: #ff2c04;
    font-size: 24px;
}

.blogdetailslrftimgtext1social2 i {
    margin-top: 8px;
}

/*------------blogpage-----------*/

.blogleft {
    margin: 0px;
    padding: 0px;
}

.blogleftimage {
    width: 100%;
    display: block;
    margin: 0px;
    padding: 0px;
}

.blogleftimage1 {
    width: 100%;
    display: block;
    height: 450px;
    object-fit: cover;
    border-radius: 10px;
}

.blogright {
    margin: 0px;
    padding: 20px;
    border: solid 1px #ff2c04;
    border-radius: 10px;
    margin-top: 40px;
}

.blogright h2 {
    color: black;
}

.blogrightimg {
    margin: 0px;
    padding: 0px;
}

.blogrightimg1 {
    border-radius: 10px;
    height: 160px;
    object-fit: cover;
}

.blogrightimgtext {
    width: 100%;
    display: block;
    margin: 0px;
    padding: 0px;
}

.blogrightimgtext h4 {
    color: black;
}

.blogrightimgtext p,
.blogrightimgtext p a {
    color: black;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    text-decoration: none;
    color: #000;
    text-decoration: none;
}

/*------latestblog----------*/

.latestblogbox {
    margin: 0px;
    padding: 0px;
}

.latestblogboximg {
    width: 100%;
    display: block;
}

.latestblogboximg1 {
    width: 100%;
    display: block;
    height: 400px;
    object-fit: cover;
    border-radius: 10px;
}

.latestblogboximgtext {
    position: relative;
    background-color: white;
    margin: -158px 30px 0;
    padding: 30px 30px 27px;
    border-radius: 10px;
    box-shadow: 0px 0px 60px 0px rgba(2, 2, 2, 0.07);
}

.latestblogboximgtext1 {
    margin: 0px;
    padding: 0px;
    display: flex;
    justify-content: space-between;
}

.latestblogboximgtext1 p {
    color: black;
    font-size: 16px;
    font-weight: 500;
}

.latestblogboximgtext1 p span {
    color: #ff2c04;
    font-size: 16px;
    font-weight: 500;
}

.latestblogboximgtext h2,
.latestblogboximgtext h2 a {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    text-decoration: none;
    color: black;
}

.latestblogboximgtext p {
    font-size: 16px;
    color: black;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    text-decoration: none;
    color: black;
}

.latestblogboximgtext h6 a {
    color: #ff2c04;
    font-size: 16px;
    text-decoration: none;
}

/*------workprocess-----*/

.workprocesstext {
    margin: 0px;
    padding: 0px;
    text-align: center;
    font-family: merriweather;
}

.workprocesstextleft {
    margin: 0px;
    padding: 20px;
    width: 100%;
    display: block;
    background-color: #dc2126;
    border-radius: 12px;
}

.workprocesstextleft h4 {
    color: white;
}

.workprocesstextleft input {
    width: 100%;
    display: block;
    background-color: white;
    border-radius: 12px;
    border: solid 1px black;
    margin: 10px 0px;
    padding: 15px;
}

.workprocesstextleft input:focus {
    outline: none;
    border: none;
}

.workprocesstextright {
    margin: 0px;
    padding: 0px;
    width: 100%;
    display: block;
}

.workprocesstextrighttext {
    margin: 15px 0px;
    padding: 0px;
    width: 100%;
    display: block;
    border-bottom: dotted 4px #000000;
}

.workprocesstextrighttext h2 {
    color: #e5232c;
}

.workprocesstextrightbox {
    margin: 0px;
    padding: 0px;
    margin-top: 20px;
    padding: 10px 50px 30px;
    background: #fff;
    box-shadow: 0px 0px 10px #ccc;
    border-radius: 15px;
}

.workprocesstextrightbox h4 {
    text-align: center;
    color: #dc2126;
    margin: 20px 0px;
    font-size: 32px;
    font-weight: bold;
}

.workprocesstextrightboximg {
    width: 100%;
    display: block;
    margin: 0px;
    padding: 0px;
}

.workprocesstextrightboximg img {
    width: 100%;
    display: block;
    margin: 0px;
    padding: 0px;
    height: 400px;
    object-fit: cover;
    border-radius: 14px;
}

.workprocesstextrightboxtext {
    margin: 14px 0px;
    padding: 0px;
}

.workprocesstextrightboxtext p {
    color: black;
    font-size: 16px;
}

/*-------step2-------*/

.step2text {
    margin: 0px;
    padding: 0px;
    width: 100%;
    display: block;
    border-bottom: dotted 4px #000000;
}

.step2box {
    margin: 0px;
    padding: 0px;
    margin-top: 20px;
    padding: 10px 50px 30px;
    background: #fff;
    box-shadow: 0px 0px 10px #ccc;
    border-radius: 15px;
}

.step2boximg {
    width: 100%;
    display: block;
    margin: 0px;
    padding: 0px;
    margin-top: 20px;
}

.step2boximg img {
    width: 100%;
    display: block;
    height: 550px;
    object-fit: cover;
    border-radius: 14px;
}

.step2boxtext {
    margin: 20px 0px;
    padding: 0px;
}

.step2boxtext h2 {
    color: #dc2126;
}

.step2boxtext h4 {
    color: black;
}

.step2boxtext p {
    color: #000;
    font-size: 16px;
}

/*----------nri------------*/

.nribox {
    margin: 0px;
    padding: 0px;
    width: 100%;
    display: block;
}

.nribox p {
    color: black;
    font-size: 16px;
}

.nribox span {
    color: #000000;
    font-size: 18px;
    font-weight: bold;
}

.nribox h4 {
    color: black;
    font-size: 24px;
    font-weight: bold;
}

.nritext {
    margin: 15px 0px;
    padding: 0px;
}

.nritext ul {
    margin: 0px;
    padding: 0px;
    display: block;
    counter-reset: my-sec-counter;
}

.nritext ul li {
    margin: 0px;
    padding: 0px;
    display: block;
}

.nritext ul li p::before {
    margin: 20px 0px;
    padding: 0px;
    font-size: 16px;
    color: black;
    counter-increment: my-sec-counter 1;
    content: counter(my-sec-counter) ". ";
    font-weight: bold;
}

/*-----contactus--------*/

.contactus {
    margin: 0px;
    padding: 20px;
    width: 100%;
    display: block;
    border-radius: 14px;
    border: solid 1px #dc2126;
}

.contactusicon {
    margin: 0px;
    padding: 0px;
    text-align: center;
}

.contactusicon i {
    color: #dc2126;
    font-size: 24px;
}

.contactustext {
    margin: 15px 0px;
    padding: 0px;
}

.contactustext p span {
    color: #dc2126;
    font-size: 18px;
    font-weight: bold;
}

.contactustext p {
    font-size: 17px;
    color: black;
    text-align: center;
}

.contactustext p a {
    color: black;
    text-decoration: none;
}

/*====map&formbox=====*/

.mapbox {
    margin: 0px;
    padding: 0px;
    width: 100%;
    display: block;
}

.mapbox iframe {
    width: 100%;
    display: block;
    border-radius: 15px;
}

.formbox {
    margin: 0px;
    padding: 20px;
    width: 100%;
    display: block;
    background-color: #f0f0f0;
    border-radius: 14px;
}

.formbox input {
    width: 100%;
    display: block;
    margin: 10px 0px;
    padding: 12px;
    border: solid 1px #dc2126;
    border-radius: 14px;
    font-size: 16px;
    color: #000000;
}

.formbox input:focus {
    outline: none;
}

.formbox input:focus {
    outline: none;
}

.formbox textarea {
    width: 100%;
    display: block;
    margin: 10px 0px;
    padding: 12px;
    border: solid 1px #dc2126;
    border-radius: 14px;
    font-size: 16px;
    color: #000000;
    height: 120px;
}

.formbox textarea:focus {
    outline: none;
}

.formbox button {
    background-color: #dc2126;
    color: white;
    border-radius: 10px;
}

.formbox button:hover {
    background-color: #dc2126;
    color: white;
    border-radius: 10px;
}

/*-----------aboutus---------*/

.aboutus {
    margin: 0px;
    padding: 0px;
}

.aboutusleft {
    margin: 0px;
    padding: 0px;
}

.aboutusleft h4 {
    color: #dc2126;
    font-weight: 600;
}

.aboutusleft h2 {
    color: #192c33;
    position: relative;
}

.aboutusleft p,
.aboutusleft p a {
    font-size: 16px;
    color: black;
    margin-top: 20px;
    text-decoration: none;
    font-weight: 600;
}

.aboutusleftbox {
    margin: 10px 0px;
    padding: 0px;
}

.aboutusleftbox1 {
    display: flex;
    gap: 15px;
    margin: 18px 0px;
}

.aboutusleftbox1 i {
    font-size: 18px;
}

.aboutusleftbox1 p {
    color: black;
    margin: 0px;
    padding: 0px;
    vertical-align: baseline;
    font-size: 18px;
    margin-top: -5px;
    font-weight: 600;
}

.aboutusright {
    margin: 0px;
    padding: 0px;
    position: relative;
}

.aboutusright img {
    width: 100%;
    display: block;
    height: 550px;
    object-fit: cover;
    border-radius: 15px;
}

.aboutusright1 img {
    width: 70%;
    display: block;
    /* height: 388px; */
    /* object-fit: cover; */
    border-radius: 15px;
}

@media only screen and (max-width: 678px) {
    .offset-1 {
        margin-left: 0px;
    }
}

.completed-project {
}

/*---whatwedo---*/

.whatwedoleft {
    margin: 0px;
    padding: 0px;
}

.whatwedoleftimg {
    width: 100%;
    height: 350px;
    border-radius: 15px;
    object-fit: cover;
}

.whatwedoleftimg img {
    width: 100%;
    height: 350px;
    border-radius: 15px;
    object-fit: cover;
}

.whatwedolefttext {
    margin: 25px 0px;
    padding: 0px;
}

.whatwedolefttext h2 {
    color: var(--themecolor1);
}

.whatwedoright {
    margin: 0px;
    padding: 0px;
}

.whatwedoright h1 {
    color: #e5232c;
    text-align: center;
}

/*historyofus*/

.historyofusleft {
    margin: 0px;
    padding: 0px;
    margin-top: 60px;
}

.historyofusleft h2 {
    color: #dc2126;
    text-align: center;
}

.historyofusleft p {
    color: rgb(0, 0, 0);
}

.historyofusright {
    margin: 0px;
    padding: 0px;
}

.historyofusright img {
    width: 100%;
    height: 350px;
    border-radius: 15px;
    object-fit: cover;
}

/*---USB----*/

.servicetextcenter {
    margin: 0px;
    padding: 0px;
}

.servicetextcenter h4 {
    color: #e5232c;
}

.usbtextcenter {
    margin: 0px;
    padding: 0px;
    text-align: center;
}

.usbtextcenter h2 {
    color: #e5232c;
}

.usbleft {
    margin: 0px;
    padding: 20px;
    width: 100%;
    border: solid 1px #dc2126;
    border-radius: 15px;
}

.usbleft ul {
    margin: 0px;
    padding: 0px;
    display: block;
}

.usbleft ul li {
    margin: 0px;
    padding: 14px 0px;
    display: block;
}

.usbleft ul li p {
    color: black;
    font-size: 16px;
}

/*------assistentcall------*/
.totalgurdsbox {
    background-color: #e5232c;
    margin: 0px;
    padding: 0px;
}

.assistentcallleft {
    margin: 15px 0px;
    padding: 0px;
}

.assistentcallleft h2 {
    color: white;
    font-size: 48px;
}

.assistentcallleft h2 span {
    color: #ffffff;
}

.assistentcallright {
    margin: 15px 0px;
    padding: 0px;
    display: flex;
    justify-content: right;
    margin-top: 50px;
}

.assistentcallrighticon {
    display: flex;
    gap: 15px;
}

.assistentcallrighticon1 {
    margin: 0px;
    padding: 0px;
}

.assistentcallrighticon1 i {
    color: white;
    font-size: 36px;
    line-height: 50px;
}

.assistentcallrighticonnumber {
    margin: 0px;
    padding: 0px;
}

.assistentcallrighticonnumber p,
.assistentcallrighticonnumber p a {
    font-size: 32px;
    color: white;
    text-decoration: none;
    margin: 0px;
    padding: 0px;
}

/*------whychooseus---------*/

.whychoosetextcenter {
    margin: 0px;
    padding: 0px;
}

.whychoosetextcenter h2 {
    color: #e5232c;
    text-align: center;
}

.whychoosetextcenter1 {
    margin: 0px;
    padding: 20px 0px;
}

.whychoosetextcenter1 p {
    color: rgb(0, 0, 0);
    font-size: 16px;
}

/*ourmission&vision*/

.ourmission {
    margin: 0px;
    padding: 20px;
    width: 100%;
    display: block;
    border-radius: 15px;
    border: dotted 1px #dc2126;
}

.ourmission h4 {
    color: #e5232c;
    text-align: center;
}

.ourmission p {
    color: black;
}

/*feq*/

.contactusboxtextcenter {
    margin: 0px;
    padding: 0px;
}

.contactusboxtextcenter h4 {
    color: #dc2126;
    font-size: 36px;
}

.feqleft {
    margin: 0px;
    padding: 0px;
}

.accordion {
    font-family: Arial, Helvetica, sans-serif;
    width: 100%;
}

.accordion-item {
    margin-bottom: 10px;
}

.accordion-title {
    color: #fff;
    background-color: #e5232c;
    cursor: pointer;
    padding: 10px;
    transition: background-color 1s;
}

.accordion-title:hover {
    background-color: #dc2126;
}

.accordion-content {
    background: rgb(238, 238, 238);
    display: none;
    padding: 10px;
}

.accordion-item.active .accordion-content {
    display: block;
}

/*---ourlocation----*/

.ourlocationbox {
    margin: 0px;
    padding: 0px;
}

.ourlocationbox ul {
    margin: 0px;
    padding: 0px;
    display: inline-block;
    margin-top: 21px;
}

.ourlocationbox ul li {
    margin: 0px;
    padding: 0px 35px;
    list-style: none;
    display: inline-block;
}

.ourlocationbox ul li p a {
    color: black;
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
}

/*---floorplanend----*/

.floorplan {
    margin: 0px;
    padding: 0px;
}

.floorplan label {
    color: black;
    font-size: 16px;
}
.floorplan1 {
    margin: 0px;
    padding: 0px;
}

.floorplan1 h4 {
    color: #e5232c;
    font-size: 24px;
}

.floorplan input {
    margin: 4px 0 0;

    line-height: normal;
    width: 18px;
    height: 18px;
}

/*-----WHAT KIND----*/

.whatkind {
    margin: 0px;
    padding: 0px;
}

.whatkind ul {
    margin: 0px;
    padding: 0px;
    display: block;
}

.whatkind ul li {
    margin: 0px;
    padding: 15px 0px;
    list-style: none;
}

/*--------desctibe-----------*/

.describebox {
    margin: 14px 0px;
    padding: 0px;
    width: 100%;
    display: block;
}

.describebox h4 {
    color: #e5232c;
}

.describebox1 {
    margin: 15px 0px;
    padding: 0px;
    width: 100%;
    display: block;
}

.describebox1 input {
    width: 100%;
    display: block;
    border-radius: 14px;
    border: solid 1px #000000;
    margin: 15px 0px;
    padding: 30px 10px;
}

.describebox2 {
    margin: 0px;
    padding: 0px;
}

.describebox2 input {
    width: 100%;
    display: block;
    border: solid 1px #000;
    border-radius: 14px;
    margin: 10px 0px;
    padding: 15px;
}

@media (max-width: 576px) {
    .referright img {
        margin: 0 auto;
        display: table;
    }
}

@media (max-width: 768px) {
    .beforeafterbox1img img {
        height: 300px;
        object-fit: cover;
    }

    .guranteebgbox1 img {
        width: 180px !important;
    }

    .guranteebgbox2 > .guranteebgbox1 img {
        width: 180px;
    }

    .workprocessboximg img {
        height: 350px;
        object-fit: cover;
    }
}

/*media---991pxto1200px------*/

@media only screen and (min-width: 991px) and (max-width: 1200px) {
    .headernavigation ul li a {
        padding: 0px 8px;
    }
}

@media (max-width: 991px) {
    .resnav {
        display: block;
    }

    .dis-none {
        display: none;
    }

    .headernavigation {
        width: 250px;
        background-color: white;
        position: fixed;
        top: 0;
        left: -100%;
        z-index: 999;
        height: 100%;
        transition: all 0.5s ease-in-out;
    }

    .headernavigation ul {
        margin: 0px;
        padding: 0px;
        display: block;
    }

    .headernavigation ul li {
        display: block;
        margin: 0px;
        padding: 14px 0px;
        text-decoration: none;
    }

    .headernavigation.main {
        left: 0;
    }

    .guranteebgbox {
        flex-direction: column;
        margin: 0 auto;
        display: table;
    }

    .guranteebgbox2 > .guranteebgbox1 div img {
        margin: 30px 15px;
        width: 82px;
        height: 22px;
        transform: scale(1.2);
    }

    .guranteebgbox1 {
        border-right: none;
        gap: 40px !important;
    }

    #progress {
        width: 60px;
        height: 60px;
    }

    .megamenu {
        position: relative;
        max-height: 320px;
        overflow-y: scroll;
    }

    .bannerboximage2 {
        height: 350px;
    }

    .bannerboximage1 {
        height: 350px;
    }

    .bannerboximage {
        height: 350px;
    }

    .workprocessboximg img {
        height: 300px;
    }

    .sharebox h2 {
        font-size: 24px;
    }

    .guranteebgbox2 > .guranteebgbox1 {
        width: 25%;
        flex-direction: column;
        padding-right: 0px;
        margin: 10px;
    }

    .guranteebgbox1 img {
        margin: 0 auto;
        display: table;
    }

    .guranteebgbox > .guranteebgbox1 {
        width: 100%;
        margin: 0 auto;
        margin-bottom: 20px;
    }

    .nribgleft img {
        margin: 0 auto;
        display: table;
    }

    #progress {
        right: 0px;
    }

    .resnav {
        margin-top: -35px;
    }

    .popupboxmainbox {
        top: 58%;
    }

    .popuprightform {
        width: 100%;
    }

    .popupboxmainbox {
        width: 100%;
    }
    .assistentcallright {
        justify-content: left;
    }

    .step2boximg img {
        height: 350px;
    }

    .workprocesstextrightboximg img {
        height: 350px;
    }

    .form-bg {
        width: 90% !important;
        padding: 1rem !important;
    }
}

.text-black {
    color: #000 !important;
}

.bg-primary {
    background-color: #f4b800 !important;
}

.text-primary {
    color: #4f5e47 !important;
}

.whatsapp {
    position: fixed;
    cursor: pointer;
    display: block;
    width: 52px !important;
    height: 52px;
    bottom: 102px;
    right: 22px;
    background-color: rgba(0, 200, 0, 1);
    color: white;
    border-radius: 50px;
    text-align: center;
    transition-duration: 0.5s;
    animation: pulse-btn 3s infinite;
    z-index: 9000;
}

.bg-design {
    background-color: #d5d4cf75;
}

.meet img {
    width: 100%;
    max-width: 100%;
    height: 400px;
    /* border-radius: 0.5rem; */
    display: block;
    object-fit: cover;
}

.flex {
    display: flex;
}

/* FRONT PAGE */
#title {
    text-align: center;
    padding: 1rem 0rem;
}

.contain-images {
    grid-template-columns: repeat(auto-fill, minmax(32rem, 1fr));
    gap: 3rem;
}

.figure-meet {
    width: 100%;
    min-height: 11rem;
    position: relative;
    border-radius: 0.5rem;
    box-shadow: 0.25rem 0.5rem 0.85rem rgba(0, 0, 0, 0.25);
}

.figcap {
    width: 100%;
    padding: 10px 0rem;
    font-size: 1rem;
    font-weight: 300;
    color: #fff;
    background: rgb(0 0 0 / 68%);
    /* border-radius: 0rem 0rem 0.5rem 0.5rem; */
    text-align: center;
    position: absolute;
    font-family: montserrat;
    bottom: 0;
}

.text-start {
    text-align: left !important;
    /* background-color: #00000045; */
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 120px;
}

@media only screen and (max-width: 678px) {
    .text-start {
        text-align: center !important;
        /* background-color: #00000045; */
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 16px;
    }

    .ftco-services .services .icon {
        /* margin-left: 122px !important; */
    }

    .nribg {
        padding: 1rem !important;
    }

    .footerbg {
        padding: 1rem !important;
    }
    .form-bg-modal {
        background: #323232 !important;
    }
    .form-col {
        position: absolute !important;
    }

    .modal-body {
        align-items: start !important;
    }
}

/* // Relevant styles */
.image-stack {
    position: relative;
    width: 100%;
    padding-bottom: 60px; /* Space for the offset */
}

.image-stack__item {
    width: 100%;
    position: relative;
}

.image-stack__item--top {
    position: relative;
    z-index: 0;
}

.image-stack__item--bottom {
    position: absolute;
    top: 50%;
    left: 65%;
    z-index: 1;
    width: 50%;
}

.top-img,
.bottom-img {
    width: 100%;
    height: auto;
    display: block;
}

@media (max-width: 768px) {
    .image-stack__item--bottom {
        top: 20px;
        left: 20px;
    }
    .image-stack__item--bottom {
        display: none !important;
    }
}

.project-heading {
    font-family: "montserrat";
    /* font-weight: 900; */
    font-size: 1.5rem;
    color: #808080;
    padding: 1rem;
    line-height: 2rem;
    /* background-color: #f4b800; */
}

.project-btn {
    padding: 1rem;
    border: 1px solid #424242;
    color: #424242;
    border-radius: 100px;
    height: 50px;
    width: 50px;
    font-size: 1rem;
    line-height: 1.2rem;
    transition: all 0.3s ease-in-out;
}

.project-btn:hover {
    background-color: #f4b800;
    color: #fff;
    border: 1px solid #f4b800;
}

.project-btn1 {
    padding: 1rem;
    border: 1px solid #424242;
    color: #424242;
    border-radius: 100px;
    height: 50px;
    width: 50px;
    font-size: 1rem;
    /* margin-top: 41px; */
    /* margin-right: 363px; */
    line-height: 1.2rem;
    transition: all 0.3s ease-in-out;
}

.project-btn1:hover {
    background-color: #f4b800;
    color: #fff;
    border: 1px solid #f4b800;
}

@media only screen and (max-width: 678px) {
    .project-btn1 {
        padding: 1rem;
        border: 1px solid #424242;
        color: #424242;
        border-radius: 100px;
        height: 50px;
        width: 50px;
        font-size: 1rem;
        margin-top: 0px;
        margin-right: 0px;
        line-height: 1.2rem;
        transition: all 0.3s ease-in-out;
    }
}

@media only screen and(max-width:678px) {
    .project-btn1:hover {
        background-color: #f4b800;
        color: #fff;
        border: 1px solid #f4b800;
    }
}

.appoint p {
    font-size: 13px;
    padding-top: 12px;
}

@media only screen and (max-width: 678px) {
    .appoint p {
        font-size: 20px;
        padding-top: 5px;
        text-align: center;
        padding-bottom: 11px;
    }
}

.pt-15 {
    padding-top: 15px;
}

.truncated-link {
    font-size: 1rem !important;
    color: #f4b800 !important;
}

.navcontrol {
    border-bottom: 1px solid #e1e1e1;
    box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.1);
}

.project-card {
    border: 1px solid #00b4d881;
    border-radius: 10px;
    padding: 10px;
    box-shadow: 1px 2px 4px #00b4d856;
}

.load-more-btn {
    color: #fff;
    background-color: #00b4d8 !important;
    border: none;
    transition: all 0.3s ease-in-out;
}

.load-more-btn:hover {
    background-color: #00697e !important;
}

.project-card .project-heading {
    /* font-size: 1.8rem; */
}

.project-row {
    opacity: 0.8;
    font-size: 0.8rem;
}

.project-dtls-row h5 {
    font-family: "Merriweather";
    padding-bottom: 1rem;
    padding-top: 1rem;
    font-weight: 600;
    color: #00b4d8;
    /* color: #fff; */
    /* padding: 10px; */
    border-radius: 3px;
}

.catalog-menu {
    width: 200px;
    position: absolute;
    top: 120%;
    transition: all 2s ease-in-out;
    left: 150px;
    background-color: #e4e4e4;
    display: none;
    z-index: 200;
    font-size: 17px;
    border: none;
    outline: none;
    padding: 14px 16px;
    font-family: inherit;
    margin: 0;
}

@media only screen and(max-width: 678px) {
    .catalog-menu {
        left: 0;
        background-color: #e4e4e4;
        border: none;
        outline: none;
        padding: 14px 16px;
    }
}

.catalog-menu1 {
    margin: 0px;
    padding: 0px;
    display: flex;
}

.catalog-menuitems ul {
    display: flex;
    flex-direction: column;
}

.catalog-menuitems ul li {
    margin: 0px;
    padding: 5px 5px;
    list-style: none;
    color: #565656;
    border-bottom: 1px solid #b5b5b5;
}

.catalog-menuitems ul li:last-child {
    border-bottom: none;
}

.catalog-menuitems > ul > li > a {
    margin: 0px;
    padding: 0px;
    font-size: 14px !important;
    color: #565656 !important;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.5s ease-in-out;
}

.catalog-menuitems ul li a:hover {
    color: #f4b800 !important;
}
.headernavigation > ul > li:hover .catalog-menu {
    top: 100%;
    display: block;
}

.alert-info {
    text-align: center;
    background-color: #fff;
    color: #5c5c5c;
    padding: 3rem 2rem;
    border: 1px solid #e1e1e1;
    box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.1);
}

.alert-info p {
    margin-bottom: 0px !important;
    font-family: "poppins";
    font-size: 1.5rem;
    font-weight: 500;
    opacity: 0.9;
}

.form-bg {
    background-color: #fff;
    border: 1px solid #00b4d8;
    width: 60%;
    border-radius: 5px;
    padding: 3rem;
}

.form-floating label {
    color: #00b4d8 !important;
}

.formbtn {
    background-color: #00b4d8;
    color: #fff !important;
    border: 1px solid #fff;
    font-size: 1rem !important;
    line-height: 2rem !important;
    border-radius: 5px;
    /* display: block; */
    margin: 20px 0px;
    padding: 15px 40px !important;
    transition: 0.5s all ease-in-out;
}

.formbtn:hover {
    background-color: #fff;
    border: 1px solid #00b4d8;
    color: #00b4d8 !important;
}

.form-bg .form-control {
    background-color: #fff;
    color: #5f5e4c;
    border: none;
    border-radius: 0;
    border: 1px solid #00b4d8;
    transition: 0.5s;
    font-family: "lato";
}

/* .form-bg .form-control::placeholder {
    color: #fff;
} */

.modal {
    z-index: 100000;
}

.swal2-container {
    z-index: 100001;
}

.modal-header {
    border-bottom: none !important;
}

.modal-sticker {
    color: #fff;
    font-size: 3rem !important;
    font-weight: bold;
    margin: 0;
}

.modal-sticker-normal {
    /* font-family: 'lora'; */
    font-size: 3rem !important;
}

.modal-sticker-for {
    font-family: "pacifico";
    font-size: 2rem !important;
}

.modal-sticker-category {
    font-family: "Sigmar";
    font-size: 4rem;
    background: linear-gradient(to right, #ff9933, #ff3399);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.form-bg-modal {
    background: #3232328c;
    padding: 2rem 1rem;
    border-radius: 5px;
    box-shadow: 1px 2px 30px 24px #77777769;
}

.form-bg-modal .form-control {
    background: transparent;
    border: 2px solid #fff;
    color: #fff;
}

.form-bg-modal label {
    color: #fff !important;
}

.form-bg-modal .formbtn {
    background-color: #ffffff63;
    color: #fff !important;
    border: 1px solid #fff;
    font-size: 1rem !important;
    line-height: 2rem !important;
    border-radius: 5px;
    /* display: block; */
    margin: 20px 0px;
    padding: 15px 40px !important;
    transition: 0.5s all ease-in-out;
}

.form-bg-modal .formbtn:hover {
    background-color: #ffffff00;
    border: 1px solid #f4b700;
    color: #f4b800;
}

.btn-close {
    color: #fff !important;
}

.form-bg-modal .form-select {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.form-select {
    background-color: #222; /* Dark background */
    color: #fff; /* White text */
    border-color: #6c757d;
}

/* Change text color of selected option */
.form-select option {
    color: #000; /* Black text */
    background: #f8f9fa; /* Light background */
}

/* When select is focused */
.form-select:focus {
    /* border-color: #007bff;
    box-shadow: 0 0 5px rgba(0, 123, 255, 0.5); */
}

/* Hide the nav by default */
.bottom-nav {
    display: none;
}

/* Show the nav only on mobile screens (max-width: 768px) */
@media (max-width: 768px) {
    .bottom-nav {
        display: block;
        position: fixed;
        bottom: 0;
        width: 100%;
        background-color: #00b4d8; /* Cyan background */
        box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1); /* Subtle shadow for depth */
        z-index: 1000;
    }

    .bottom-nav ul {
        display: flex;
        justify-content: space-around;
        list-style: none;
        margin-bottom: 0px !important;
        padding: 1rem 0;
        box-shadow: 1px 2px 10px 10px #383838b5;
    }

    .bottom-nav li {
        text-align: center;
    }

    .bottom-nav a {
        text-decoration: none;
        color: #fff; /* White text and icons */
        display: flex;
        flex-direction: column;
        align-items: center;
        font-size: 12px;
    }

    .bottom-nav i {
        font-size: 20px;
        margin-bottom: 5px;
        /* font-weight: 200; */
    }

    .bottom-nav span {
        font-size: 12px;
        font-family: "montserrat";
        font-weight: 500;
    }

    /* Hover effect */
    .bottom-nav a:hover {
        color: #f0f0f0; /* Slightly lighter white on hover */
    }

    .whatsapp {
        display: none;
    }
}
