html {
    overflow-x: hidden !important;
}

body {
    margin: 0px;
    font-family: "Roboto", sans-serif;
}

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-thumb {
    background: #2f2d39;
    border-radius: 0px;
}

p {
    font-size: 16px;
    line-height: 28px;
    color: #616161;
    font-family: "Manrope", sans-serif;
}

/* Logo Section */

main.logo-section {
    padding: 10px 0px;
    background: #000000;
}

main.logo-section i.fa.fa-search {
    color: #3f6b9d;
    font-size: 13px;
}

.carousel-control-next,
.carousel-control-prev {
    width: 8% !important;
}

.form-control:focus {
    box-shadow: 0 0 0 0rem rgb(13 110 253 / 25%);
}

.hdt-btn a {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff !important;
    background: #f5a214;
    border: none;
    border-radius: 5px;
    position: relative;
    line-height: 40px;
    justify-content: space-between;
    padding: 0 25px;
    transition: all 0.5s ease-in-out;
}


/* Close Logo Section */

/* Menu Section */

main.menu-section header.sticky-top {
    background: #003c80;
}

/* Close Menu Section */

.hdr-1 {
    padding: 10px 0;
    background: #fb420e;
}

.hdr-1 h6 {
    margin-bottom: 0;
    color: #fff;
}

h1 {
    font-size: 50px;
    font-family: "Playfair Display", serif;
}

h2 {
    font-size: 50px;
    font-family: "Playfair Display", serif;
}



.btn-1 a {
    display: inline-block;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    border: 1px solid transparent;
    background-color: #f5a214;
    padding: 10px 20px;
    border-radius: 50px;
    transition: all 0.3s ease-in-out;
    position: relative;
    z-index: 5;
    text-transform: uppercase;
    text-decoration: none;
}

.btn-1 a:hover {
    background-color: #ab7312;
}

.esth-1-rght {
    padding-left: 30px;
}





main.logo-section.sticky-top {
    height: 95px;
}

main.logo-section.sticky-top .header .item-center {
    flex: 0 0 55%;
    margin-top: -50px;
}

.hdt-btn {
    margin-top: -50px;
}

.logo a {
    padding: 10px;
    background: #000;
    display: inline-block;
}

.sbt-tp span {
    padding: 5px 10px;
    font-size: 13px;
    border: 1px solid #ccc;
    border-radius: 50px;
    display: block;
    width: fit-content;
    text-transform: uppercase;
    font-weight: 500;
    color: #4c4c4d;
}

/* Banner Section */
.banner-section .overlay {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1;
    transition: opacity 0.3s ease;
    z-index: 9;
}

.banner-section .carousel-caption {
    z-index: 9;
    text-align: left;
    left: 0;
    right: 0;
}

.bnr-cntnt h2 {
    color: #f5a214;
    font-size: 60px;
    line-height: 64px;
    margin-bottom: 30px;
}

.bnr-cntnt h2 span {
    color: #fff;
}

.bnr-cntnt p {
    color: #fff;
    font-size: 16px;
    margin-bottom: 30px;
    letter-spacing: .5px;
}

.carousel-control-next,
.carousel-control-prev {
    z-index: 9;
}

.carousel-indicators [data-bs-target] {
    width: 10px;
    height: 10px;
    border-radius: 20px;
    border: 0;
}

.bnr-btns a {
    display: inline-block;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    border: 1px solid transparent;
    background-color: #f5a214;
    padding: 10px 30px;
    border-radius: 50px;
    transition: all 0.3s ease-in-out;
    position: relative;
    z-index: 5;
    text-transform: uppercase;
    text-decoration: none;
}

.bnr-btns a:hover {
    background-color: #000000;
}

/* Close Banner Section */

.msn-vsn-mn {
    margin-bottom: 20px;
}

.msn-vsn h2 {
    font-size: 28px;
}

.msn-vsn {
    background: #efefef;
    padding: 20px;
    height: 100%;
}

.msn-vsn p {
    margin: 0;
}

section.esth-1 {
    padding: 70px 0;
}


.bx-4 h2 {
    font-size: 28px;
}

.bx-4-mn {
    margin-top: 20px;
}

.bx-4 p {
    font-size: 15px;
}

.esth-4-lft .btn-1 {
    margin-top: 30px;
}

.esth-4-lft p {
    margin-top: 30px;
}

.prjcts-1 h4 {
    font-size: 20px;
    margin-top: 20px;
}

.prjcts-mn .btn-1 {
    margin-top: 30px;

}

.prjcts-mn {
    margin-top: 30px;

}

.up-on-prjt {
    position: absolute;
        z-index: 99;
    top: 0;
    left: 0;
    background: #f5a214;
    padding: 4px 10px;
    transform: translate(10px, 10px);
}

.prjcts-1 a {
    display: block;
    border: 2px solid #ffcd7d;
    overflow: hidden;
    transition: .7s all;
}

.prjcts-1 img {
    transition: .7s all;
    transform: scale(1);
}

.prjcts-1 img:hover {
    transform: scale(1.1);
}

.on-prjt {
    background: #0b835f;
}

.cmplt-prjt {
    background: #793e06;
}

.prjcts-1 {
    position: relative;
}

section.esth-cntr {
    background-image: url(../img/bg-2.jpg);
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    padding: 80px 0;
    position: relative;
    color: #fff;
}

section.esth-cntr .container {
    z-index: 99;
    position: relative;
}

section.esth-cntr p {
    color: #fff;
}

section.esth-cntr .hdg-bx-1 {
    text-align: right;
}




.cntr-bx-1 p {
    font-size: 18px;
    text-transform: capitalize;
    margin: 0;
    color: #fff;
    font-weight: 600;
}

.cntr-bx-1 {
    padding: 30px 20px;
    height: 100%;
    border-radius: 10px;
    text-align: right;
}

.cntr-bx-1 img {
    width: 70px;
}

div#counter span.count.plus {
    color: #f4981c;
    font-weight: 400;
    font-size: 60px;
    margin: 0;
}

#counter span.plus:after {
    content: "+";
    display: inline-block;
}

.lst1 span.plus:after {
    content: "k+" !important;
}


.sbt-tp {
    margin-bottom: 10px;
}


.line-separator-outer {
    overflow: hidden;
}

/*Separator defualt*/
.line-separator {
    display: inline-block;
    height: 3px;
    width: 50px;
    position: relative;
}

.line-separator .separator-left,
.line-separator .separator-right {
    position: absolute;
    top: 50%;
    width: 70px;
    height: 2px;
    margin-top: -1px;
}

.line-separator .separator-left {
    background-color: #FFBC13;
    left: -80px;
}

.line-separator .separator-right {
    background-color: #FFBC13;
    right: -80px;
}

/*Separator liner*/
.line-separator.style-liner {
    width: 20px;
    height: 4px;
}

/*Separator square*/
.line-separator.style-square {
    width: 10px;
    height: 10px;
    background-color: transparent;
    border-width: 3px;
    border-style: solid;
    border-color: #2d3239;
}

.line-separator.style-square .separator-left,
.line-separator.style-square .separator-right {
    height: 3px;
}

.line-separator.style-square.has-bg {
    border-color: #fff;
}

/*Separator icon*/
.line-separator.style-icon {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 18px;
}

.bnr-cntnt p {
    padding-right: 100px;
}

.overlay {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1;
    transition: opacity 0.3s ease;
    z-index: 9;
}

.hdg-sc {
    margin-bottom: 30px;
}

.testim-slider1 {
    margin-top: 50px;
}

section.testi .container {
    z-index: 99;
    position: relative;
}

.testi-bx-1 p {
    color: #fff;
}

section.testi {
    background-image: url(../img/bg-1.jpg);
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    text-align: center;
    padding: 80px 0;
    position: relative;
    color: #fff;
}

section.prjcts {
    background-image: url(../img/bg-3.jpg);
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    text-align: center;
    padding: 80px 0;
    position: relative;
    color: #fff;
}

section.prjcts .container {
    z-index: 99;
    position: relative;
}

.testi-bx-1 img {
    border-radius: 50%;
    margin-bottom: 20px;
    width: 150px;
    display: none;
}

.testi-bx-1 {
    text-align: center;
    height: 100%;
}

.testi-bx-1 h5 {
    font-size: 20px;
    font-style: italic;
    font-family: 'Playfair Display', serif;
    color: #efa635;
}


.swiper-slide {
    display: flex;
    flex-wrap: nowrap;
}

.testim-slider.swiper.swiper-initialized.swiper-horizontal.swiper-pointer-events.swiper-backface-hidden {
    width: 100%;
    height: 100%;
    margin: 0;
    float: left;
    display: flex !important;
    flex-wrap: nowrap;
}


span.swiper-pagination-bullet {
    background: #f4b146;
    padding: 7px;
}


section.testi .swiper-pagination {
    margin-top: 0;
    position: absolute;
}

section.testi .swiper-wrapper {
    height: auto;
    padding-bottom: 70px;
}



section.esth-4 {
    padding: 60px 0;
}

.esth-4-lft p {
    padding-right: 100px;
}

section.esth-3 {
    padding: 60px 0;
    background: #f7f7f7;
}

.hd-cntct {
    margin-top: -40px;
    line-height: 1;
}

.hd-cntct h6 img {
    width: 40px;
}

.header-item.item-right .hd-cntct h6 a {
    color: #f5d698;
    font-size: 20px;
}

.header-item.item-right .hd-cntct h6 a:hover {
    color: #f5a214;
}

.hd-cntct h6 i {
    font-size: 20px;
}

.why-bx-1 h3 {
    font-size: 20px;
    margin: 10px 0;
        text-transform: uppercase;
}

.esth-4-rght .img-hvr:hover {
    transition: .7s all;
    box-shadow: 5px 5px 0px #ffac36;
}

.banner-section .carousel-control-next,
.banner-section .carousel-control-prev {
    width: auto;
    height: fit-content;
    top: 50%;
}



footer {
    padding: 50px 0;
    background: #000000;
}

.ftr-abt img {
    width: 190px;
    margin-bottom: 20px;
}

.ftr-sc h4 {
    color: #ffffff;
    font-size: 20px;
    font-family: "Playfair Display", serif;
}

.ftr-sc ul {
    padding: 0;
    margin-top: 20px;
}

.ftr-sc li {
    list-style: none;
    line-height: 38px;
    font-weight: 400;
    color: #cfcfcf;
    font-size: 16px;
}

.ftr-sc.ftr-sc-cntct li {
    line-height: 26px;
    margin-bottom: 18px;
    display: flex;
    align-items: baseline;
}

.ftr-sc li a {
    text-decoration: none;
    color: #cfcfcf;
    font-size: 16px;
    font-weight: 400;
}

.ftr-abt img {
    width: 100px;
}

.ftr-sc li a:hover {
    color: #ff9b29;
}

.ftr-abt {
    padding-right: 70px;
}

.ftr-abt p {
    color: #cfcfcf;
    font-size: 16px;
}

.ftr-sc.ftr-sc-cntct li i {
    margin-right: 7px;
}

footer h6 {
    color: #a3a3a3;
    font-size: 15px;
    font-weight: 400;
}

section.copy {
    padding: 20px 0;
    background: #1a1919;
}

.ftr-abt ul {
    padding: 0;
    margin-top: 20px;
    margin-bottom: 0;
}

.ftr-abt ul li {
    list-style: none;
    display: inline-block;
    margin-right: 10px;
}

.ftr-abt ul li a i {
    color: #fff;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #3b3b3b;
    border-radius: 5px;
    font-size: 20px;
}

.ftr-abt ul li a i:hover {
    background: #f5a214;
    color: #000000;
}

.ftr-abt a {
    text-decoration: none;
}

.cpyrght-sc ul li {
    list-style: none;
    display: inline-block;
    padding-left: 20px;
}

.cpyrght-sc ul {
    padding: 0;
    text-align: right;
    margin: 0;
}

.cpyrght-sc a {
    text-decoration: none;
    color: #bdbaba;
    font-size: 16px;
}

.cpyrght-sc h6 {
    color: #bdbaba;
    font-size: 15px;
    margin: 0;
    font-weight: 400;
}


/* Reveal sections */
.reveal {
    opacity: 0;
    transform: translateY(40px);
    transition: all 0.8s ease;
    will-change: transform, opacity;
}

/* When in view */
.reveal.active {
    opacity: 1;
    transform: none;
}

/* Specific Animations */
.fade-in {
    transform: translateY(40px);
}

.slide-left {
    transform: translateX(-60px);
}

.zoom-in {
    transform: scale(0.8);
}

.flip-up {
    transform: rotateX(90deg);
    transform-origin: bottom;
}

.slide-right {
    transform: translateX(60px);
}

.flip-down {
    transform: rotateX(-90deg);
    transform-origin: top;
}

.fade-up {
    transform: translateY(40px);
    opacity: 0;
}

/* Activated states (reuse .active for all) */
.reveal.slide-right.active,
.reveal.flip-down.active,
.reveal.fade-up.active {
    transform: none;
    opacity: 1;
}

/* Activated states */
.reveal.fade-in.active,
.reveal.slide-left.active,
.reveal.zoom-in.active,
.reveal.flip-up.active {
    transform: none;
}


.msn-vsn-mn-abt {
    margin-top: 40px;
}

.msn-vsn-mn-abt .msn-vsn {
    padding: 50px;
    text-align: center;
        height: 100%;
}

.msn-vsn-mn-abt .msn-vsn h2 {
    font-size: 40px;
    margin-bottom: 20px;
}

.cntct-1 {
    text-align: center;
    border: 1px solid #eab358;
    height: 100%;
    padding: 40px 20px;
}

.locat-icn i {
    width: 70px;
    height: 70px;
    background: linear-gradient(90deg, #eab358 0%, #f5b543 100%);
    display: grid;
    align-items: center;
    margin: auto;
    border-radius: 50%;
    font-size: 22px;
    color: #fff;
}

.cntct-1 h3 {
    font-size: 20px;
    color: #113427;
    text-transform: uppercase;
    margin-top: 20px;
    margin-bottom: 10px;
    font-weight: 600;
}

.cntct-mn {
    margin-top: 30px;
}


.prjct-1 {
    position: relative;
    overflow: hidden;
}

.prjct-1 img {
    transform: scale(1);
    transition: .6s all;
}

.prjct-1:hover img {
    transform: scale(1.1);
}

.prjct-1 h3 {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: #000000d4;
    margin: 0;
    text-align: center;
    padding: 15px 10px;
    font-size: 20px;
    color: #fff;
    font-weight: 400;
}

.prjct-inr-1 h3 a {
    font-family: "Playfair Display", serif;
    font-size: 25px;
    text-decoration: none;
    color: #000;
}

.prjct-inr-1 h1 {
    margin-top: 30px;
}

.prjct-inr-1 h3 {
    margin-top: 20px;
}

.prjct-inr-1-dtl p {
    text-align: justify;
}

.prjct-rght {
    padding-left: 30px;
}

.prjct-rght-bx1 h5 {
    margin: 0;
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
}

.prjct-rght-bx1 h5 a {
    color: #000000;
    text-decoration: none;
}

.prjct-rght-bx1 h5 a:hover {
    color: #383838;
}

.prjct-rght-bx {
    margin-bottom: 40px;
    border-radius: 0px;
    background: #f1f1f1;
    padding: 20px;
}

.prjct-rght-bx1 {
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
    margin-top: 15px;
    --bs-gutter-x: 0rem;
}

.prjct-rght h4 {
    font-size: 33px;
    margin-bottom: 20px;
    color: #000;
    font-family: "Playfair Display", serif;
}

.blg-lft h3 {
    font-size: 30px;
    margin-bottom: 20px;
    margin-top: 20px;
    color: #000;
}

.blg-sngl-rght {
    padding-left: 30px;
}

.prjct-rght-bx1 img {
    width: 85%;
}

.video-sc-blg h5 {
    font-size: 17px;
    margin: 20px 0;
    color: #000;
    line-height: 25px;
}

.glry-mn {
    margin-top: 30px;
}

.glry-bx1 {
    overflow: hidden;
    transition: .6s all;
    border-radius: 10px;
}

.glry-bx a img {
    border-radius: 10px;
    transition: .6s all;
    transform: scale(1);
}

.glry-bx a:hover img {
    transform: scale(1.3);
}

#button1 {
    display: inline-block;
    background-color: #FF9800;
    text-decoration: none;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s,
        opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}

#button1::after {
    content: "\f077";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 20px;
    line-height: 50px;
    color: #fff;
}

#button1:hover {
    cursor: pointer;
    background-color: #333;
}

#button1:active {
    background-color: #555;
}

#button1.show {
    opacity: 1;
    visibility: visible;
}


a.telephone {
    display: none;
}

a.whatsapp {
    display: none;
}

.whatsapp {
    position: fixed;
    bottom: 20px;
    right: 15px;
    text-align: center;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    width: 40px;
    height: 40px;
}

.telephone {
    position: fixed;
    bottom: 70px;
    right: 15px;
    text-align: center;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    width: 40px;
    height: 40px;
}

a.telephone img {
    box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.2);
    border-radius: 50px;
    border: 3px solid #fff;
}

.whatsapp img {
    border-radius: 6px;
}

.cntct-1 p a {
    color: #616161;
    text-decoration: none;
}

.cntct-1 p a:hover {
    color: #000000;
}


.why-bx-1 {
    background: #fff;
    padding: 50px 30px;
    text-align: center;
    height: 100%;
    transition: .6s all;
    border: 1px solid transparent;
    --borderWidth: 2px;
    position: relative;
}


.why-bx-1:hover:after {
    transition: .6s all;
    content: '';
    position: absolute;
    top: calc(-1 * var(--borderWidth));
    left: calc(-1 * var(--borderWidth));
    height: calc(100% + var(--borderWidth) * 2);
    width: calc(100% + var(--borderWidth) * 2);
    background: linear-gradient(60deg, #000000, #ffe600, #c7dd00, #000000);
    z-index: -1;
    -webkit-animation: animatedgradient 3s ease alternate infinite;
    animation: animatedgradient 3s ease alternate infinite;
    background-size: 300% 300%;
}


@-webkit-keyframes animatedgradient {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}


@keyframes animatedgradient {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}






.dvlpd {
    text-align: right;
}





/* Media Screens */

@media (max-width: 576px) {
    .toggle-button {
        display: block;
    }

    .container {
        max-width: 90%;
    }
    .testim-slider1 {
        margin-top: 20px !important;
    }
}



@media (max-width: 767.9px) {
.testim-slider1 {
    margin-top: 40px;
}
    .cpyrght-sc h6 {
        text-align: center;
    }

    .dvlpd {
        text-align: center;
    }

    #button1.show {
        display: none;
    }

    a.telephone {
        display: block;
    }

    a.whatsapp {
        display: block;
    }






    img.img-fluid.logo-image {
        width: 125px;
        float: left;
    }

    .msn-vsn-mn-abt {
        margin-top: 0px;
    }

    .glry-mn {
        margin-top: 0px;
    }

    .esth-1-rght p {
        text-align: justify;
    }

    .cntct-mn {
        margin-top: 0px;
    }

    .cntct-1 {
        padding: 20px 20px;
    }

    .msn-vsn-mn-abt .msn-vsn h2 {
        font-size: 25px;
        margin-bottom: 10px;
    }

    .msn-vsn-mn-abt .msn-vsn {
        padding: 20px;
    }

    .prjct-inr-1 h3 a {
        font-size: 22px;
    }

    .btn-1 a {
        padding: 6px 18px;
    }

    .prjct-rght {
        padding-left: 0px;
    }

    .prjct-rght-bx {
        margin-bottom: 0px;
        padding: 20px;
    }

    .prjct-rght h4 {
        font-size: 25px;
    }

    .prjct-rght-bx1 h5 {
        font-size: 16px;
        line-height: 22px;
    }

    .prjct-rght-bx1:nth-child(1) {
        margin-top: 0px;
    }

    .esth-1-rght {
        padding-left: 0px;
        padding-top: 20px;
    }

    .prjct-inr-1 h1 {
        margin-top: 20px;
    }

    h1 {
        font-size: 28px;
    }

    h2 {
        font-size: 28px;
    }

    .bnr-cntnt p {
        padding-right: 0px;
        line-height: 23px;
    }

    .bnr-cntnt p {
        font-size: 15px;
        margin-bottom: 20px;
    }

    .bnr-cntnt h2 {
        font-size: 30px;
        line-height: 30px;
        margin-bottom: 10px;
    }

    section.esth-3 {
        padding: 30px 0;
    }

    .bnr-btns a {
        font-size: 15px;
        padding: 5px 20px;
    }

    section.esth-1 {
        padding: 30px 0;
    }

    p {
        font-size: 15px;
        line-height: 23px;
    }

    .msn-vsn h2 {
        font-size: 22px;
    }

    section.prjcts {
        padding: 30px 0;
    }

    .prjcts-1 h4 {
        font-size: 19px;
        margin-top: 12px;
    }

    .why-bx-1 {
        padding: 20px 20px;
    }

    section.testi {
        padding: 30px 0;
    }

    .esth-4-lft p {
        padding-right: 0px;
        margin-top: 10px;
    }

    .bx-4 h2 {
        font-size: 22px;
    }

    section.esth-4 {
        padding: 50px 0 30px;
    }

    footer {
        padding: 30px 0 10px;
    }

    .header .item-right {
        margin-top: -30px;
    }

    .ftr-sc li a {
        font-size: 15px;
    }

    .hd-cntct {
        display: none;
    }

    main.logo-section.sticky-top {
        height: 80px;
    }

    .ftr-sc li {
        line-height: 25px;
        font-size: 15px;
    }

    .ftr-sc ul {
        padding: 0;
        margin-top: 0px;
    }

    section.copy {
        padding: 10px 0;
    }

    .ftr-sc.ftr-sc-cntct ul {
        margin: 0;
    }

    .ftr-sc.ftr-sc-cntct li {
        line-height: 24px;
        margin-bottom: 12px;
    }

    .ftr-abt {
        padding-right: 0px;
        padding-bottom: 20px;
    }

    .ftr-abt p {
        font-size: 14px;
    }

    .ftr-sc h4 {
        font-size: 18px;
    }

    .esth-4-lft .btn-1 {
        margin-top: 10px;
        margin-bottom: 30px;
    }

    .logo {
        width: 100px;
    }

    .hd-cntct h6 img {
        width: 25px;
    }

    .header-item.item-right .hd-cntct h6 a {
        font-size: 16px;
    }

    .banner-section .carousel-caption {
        justify-content: end !important;
    }

}

@media (min-width: 768px) and (max-width: 991.9px) {


    .ftr-abt {
        padding-right: 30px;
        padding-bottom: 30px;
    }

    h2 {
        font-size: 30px;
    }

    h1 {
        font-size: 30px;
    }

    .esth-4-lft p {
        padding-right: 30px;
    }

    .bx-4 h2 {
        font-size: 20px;
    }

    p {
        font-size: 14px;
        line-height: 24px;
    }

    .esth-1-rght {
        padding-left: 10px;
    }

    .bnr-cntnt h2 {
        font-size: 35px;
        line-height: 33px;
        margin-bottom: 20px;
    }

    .bnr-cntnt p {
        padding-right: 50px;
    }

    .msn-vsn {
        padding: 15px;
    }

    .msn-vsn h2 {
        font-size: 22px;
    }

    section.esth-1 {
        padding: 50px 0;
    }

    section.prjcts {
        padding: 40px 0;
    }

    .why-bx-1 h3 {
        font-size: 18px;
        margin: 10px 0;
    }

    .why-bx-1 {
        padding: 30px 20px;
        height: 100%;
    }

    section.testi {
        padding: 40px 0;
    }

    footer {
        padding: 30px 0;
    }

    .header .mobile-menu-trigger {
        margin-top: -50px;
    }

}

@media (min-width: 992px) and (max-width: 1199.9px) {

    h1 {
        font-size: 40px;
    }

    h2 {
        font-size: 40px;
    }

    p {
        font-size: 15px;
        line-height: 24px;
    }

    .bx-4 h2 {
        font-size: 24px;
    }

    .esth-4-lft p {
        padding-right: 50px;
    }

    section.testi {
        padding: 50px 0;
    }

    section.prjcts {
        padding: 50px 0;
    }

    .bnr-cntnt h2 {
        font-size: 40px;
        line-height: 44px;
        margin-bottom: 20px;
    }
}

@media (min-width: 1201px) and (max-width: 1400px) {}



/* Close Media Screens */