/*inline indax page  css start*/


.action-btn {
    margin-top: 30px;
    font-family: inherit;
    display: inline-block;
    width: 6em;
    height: 2.6em;
    line-height: 2.5em;
    position: relative;
    overflow: hidden;
    transition: color .5s;
    z-index: 1;
    font-size: 14px;
    border-radius: 6px !important;
    font-weight: 500;
    border-radius: 0px;
    text-align: center;
    color: #000 !important;
    background-color: #fff;
    overflow: hidden;
    font-weight: 600;
}

.action-btn a {
    color: #000 !important;
}

.action-btn:hover a {
    color: #fff !important;
}

.action-btn:before {
    content: "";
    position: absolute;
    z-index: -1;
    background: #63afe9;
    height: 150px;
    width: 200px;
    border-radius: 50%;
}

.action-btn:hover {
    color: #fff !important;
}

.action-btn::before {
    top: 100%;
    right: 100%;
    transition: all .7s;
    color: #fff !important;
}

.action-btn:hover:before {
    top: -30px;
    right: -30px;
}

.action-btn:active:before {
    background: #3a0ca3;
    transition: background 0s;
}

#carouselExampleCaptions {
    height: 100%;
    width: 100%;
}

.carousel-inner {
    height: 100%;
    width: 100%;
    position: relative;
}

.carousel-caption {
    position: absolute;
    width: fit-content;
    height: fit-content;
    top: 25vh;
    left: 4.6%;
    display: flex !important;
}

.carousel-caption p {
    color: #fff;
    font-size: 18px;
    text-align: left !important;
}

.carousel-caption h5 {
    text-align: left !important;
    color: #fff;
    font-size: 32px;
    font-weight: 700;
    font-family: "Roboto Slab", serif !important;
    font-optical-sizing: auto;
}

.text-1 {
    opacity: 0;
    animation-name: anmi;
    animation-timing-function: inherit;
    animation-iteration-count: infinite;
    animation-duration: 40s;
}

@keyframes anmi {
    1% {
        opacity: 0;
    }

    3% {
        opacity: 1;
    }

    98% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.banner-animated-text .carousel-control-next,
.carousel-control-prev {
    width: 5%;
}

.banner-animated-text .carousel-inner {
    user-select: none;
}

#videoWrapper {
    height: 100vh;
    overflow: hidden;
    position: relative;
}

#videoWrapper video {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    object-fit: cover;
    z-index: -100;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

#video-slider-1 {
    position: relative;
}

.banner-animated-text {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0%;
    left: 0%;
    z-index: 1;
    background-color: #00000060;
}

.text-div {
    width: fit-content;
    display: flex;
    flex-direction: column;
}

.award-div {
    width: 200px;
    height: auto;
    padding: 5px 0px 0px 60px;
}

@media (max-width: 1600px) {
    .carousel-caption {
        top: 25vh;
        left: 5.4%;
    }
}

@media (max-width: 1366px) {
    .carousel-caption {
        top: 25vh;
        left: 6%;
    }
}


@media (max-width: 1024px) {
    #videoWrapper {
        height: 60vh;
    }

    .banner-animated-text p {
        color: #fff;
        font-size: 18px;
    }

    .banner-animated-text h1 {
        color: #fff;
        font-size: 37px;
        font-weight: 700;
        font-family: 'Lora', serif;
    }

    .carousel-caption {
        width: 500px;
        top: 15vh;
        left: 8.6%;
    }
}

@media (max-width: 768px) {

    nav .m-menu {
        z-index: 11111111;
    }

    #videoWrapper {
        height: 55vh !important;
    }

    .client-section .item {
        padding: 10px 20px !important;
        height: max-content;
    }

    .carousel-caption {
        width: 500px;
        top: 7vh;
        left: 5.6%;
    }

    .banner-animated-text h5 {
        color: #fff;
        font-size: 22px;
        font-weight: 600;
        font-family: 'Lora', serif;
    }

    .banner-animated-text p {
        color: #fff;
        font-size: 15px;
    }

}

@media (max-width: 425px) {

    .festivals {
        position: absolute;
        bottom: 33px;
        width: fit-content;
        left: 41.2%;
        z-index: 100000000;
        text-align: center;
    }

    .festivals {
        font-size: 11px !important;
        font-weight: 500 !important;
        color: gold;
        font-style: italic;
    }

    #videoWrapper {
        height: 55vh !important;
    }

    .carousel-control-next-icon,
    .carousel-control-prev-icon {
        display: inline-block;
        width: 20px;
        height: 20px;
        background-repeat: no-repeat;
        background-position: 50%;
        background-size: 100% 100%;
    }

    .carousel-caption {
        width: 85%;
        top: 12vh !important;
        left: 5.6%;
    }

    .banner-animated-text h5 {
        color: #fff;
        font-size: 18px;
        font-weight: 600;
        font-family: 'Lora', serif;
    }

    .banner-animated-text p {
        color: #fff;
        font-size: 14px;
    }

    .client-section .item {
        padding: 10px 30px !important;
        height: max-content;
    }

    .owl-item {
        margin-right: auto;
    }

    .award-div {
        width: 280px;
        height: auto;
        padding: 5px 0px 0px 30px;
        display: none;
    }
}

.aard-animation {
    animation-name: aard-animation;
    animation-iteration-count: infinite;
    animation-duration: 12s;
    animation-timing-function: inherit;
}

@keyframes aard-animation {
    1% {
        transform: scale(1);
    }

    10% {
        transform: scale(0.9);
    }

    20% {
        transform: scale(1);
    }

    30% {
        transform: scale(0.9);
    }

    20% {
        transform: scale(1);
    }

    30% {
        transform: scale(0.9);
    }

    40% {
        transform: scale(1);
    }

    50% {
        transform: scale(0.9);
    }

    60% {
        transform: scale(1);
    }

    70% {
        transform: scale(0.9);
    }

    80% {
        transform: scale(1);
    }

    90% {
        transform: scale(0.9);
    }
}

@media (max-width: 1024px) {
    .blog_boxe p {
        padding: 0px 10px !important;
        margin-bottom: 5px !important;
    }

    .mr_icon {
        margin: 0;
        padding-left: 10px !important;
    }

    .blog_boxe {
        padding-bottom: 27px;
    }

    .blog_boxe img {
        height: 200px;
        object-fit: cover;
        object-position: center;
        border-radius: 5px 5px 0px 0px;
    }
}


@media (max-width: 992px) {
    #hero {
        height: 55vh;
        margin-top: 70px;
    }
}



@media (max-width: 768px) {
    #sc-home-features-area p {
        padding-bottom: 20px;
    }

    /*blogs*/
    .blog_boxe img {
        height: 210px !important;
        object-fit: cover;
        object-position: center;
        border-radius: 5px 5px 0px 0px;
    }

    .mr_icon {
        margin: 0;
        padding-left: 10px !important;
        display: inline !important;
    }
}

@media (max-width: 425px) {
    .rights {
        margin: auto;
        width: 100% !important;
    }

    .guest-message {
        position: absolute;
        top: 20px !important;
        width: fit-content;
        left: 13%;
        z-index: 10;
        text-align: center;
    }
}



/*counter */

.a_counter {
    position: absolute;
    width: 44%;
    top: 30%;
    left: 39%;
}

@media(max-width:1600px) {
    .a_counter {
        left: 35%;
    }
}

@media(max-width:1366px) {
    .a_counter {
        left: 39%;
    }
}

@media(max-width:768px) {
    .a_counter {
        display: none !important;
    }
}


.a_counter_row {
    display: flex;
}

.a_counter_box {
    width: 32%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.a_counter_box img {
    object-fit: cover;
    object-position: center;
    position: relative;
}

.a_text_box {
    position: absolute !important;
    top: 11% !important;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.a_text_box h2 {
    color: #fff;
    font-size: 25px;
}

.a_text_box p {
    color: #fff;
    font-size: 35px !important;
    font-weight: 700;
}




.para_cnt {
    max-height: fit-content;
    height: -moz-max-content;
    height: 61px;
    overflow: hidden;
}

.sc-new-btn {
    background-color: #000 !important;
}

.send_pin_btn {
    display: none;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    outline: thin dotted;
    outline: 0px auto #fff !important;
    outline-offset: -2px;
}

.btn.focus,
.btn:focus,
.btn:hover {
    color: #fff !important;
    text-decoration: none;
}

.red_btn_clr {
    background-color: #DD251D !important;
    border-color: #DD251D !important;
}

.red_btn_clr:hover {
    background-color: #888 !important;
    border-color: #888 !important;
}

.gry_btn_clr {
    background-color: #888 !important;
    border-color: #888 !important;
}

.gry_btn_clr:hover {
    background-color: #DD251D !important;
    border-color: #DD251D !important;
}

.mb34 {
    margin-bottom: 34px !important;
}

.feture_btnn {
    background-color: #000;
    padding: 12px 20px;
    color: #fff !important;
    transition: all 1s;
}

.feture_btnn:hover {
    background-color: #333;
}

.festivals {
    position: absolute;
    bottom: 63px;
    width: fit-content;
    left: 8.7%;
    z-index:
        100000000;
    text-align: center;
}

.festivals i {
    font-size: 6px;
    padding: 0px 10px;
}

.festivals p {
    display: flex;
    align-items: center;
    margin: 0px !important;
}

.festivals {
    font-size: 17px;
    font-weight: 700;
    color: gold;
    font-style: italic;
}

@media (max-width: 1600px) {
    .festivals {
        left: 5.3%;
    }
}

@media (max-width: 1366px) {
    .festivals {
        left: 5.7%;
    }
}

.guest-message {
    position: absolute;
    top: 70px;
    width: fit-content;
    left: 13%;
    z-index:
        10;
    text-align: center;
}

.guest-message {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    font-style: italic;
}

@media (max-width: 1600px) {
    .guest-message {
        left: 9.1%;
    }
}

@media (max-width: 1366px) {
    .guest-message {
        left: 13%;
    }
}


.guest-message {
    left: 5.7%;
}

.guest-message {
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    font-style: italic;
}


/*about  section */

.about_section {
    position: relative;
    z-index: 100;
    background-color: #f4f4f4;
}

.about_section .container {
    transform: translateY(-49px);
}

.about_section .nav-pills .nav-link {
    padding: 12px 2px;
    margin-right: 17px;
    border-top: 2px solid transparent;
    border-radius: 0px;
    color: #000;
    font-weight: 500 !important;
}

.about_section .nav-pills .nav-link.active {
    color: #000;
    background: transparent;
    border-top: 2px solid #000;
}

.about_section .nav-pills .nav-link:hover {
    border-top: 2px solid #000;
}

.main_banner_tabs {
    padding-top: 4px !important;
    background-color: #f4f4f4;
    position: relative;
    width: fit-content;
    padding-left: 20px;
    border-radius: 5px 5px 0px 0px;
}

.main_banner_tabs button {
    color: #222;
    font-weight: 600;
    border-top: 2px solid #fff;
    font-size: 16px;
}

.about_section li.nav-item {
    padding-right: 5px;
}

.about_section .box {
    color: #fff;
    background: #000000ba;
    text-align: center;
    overflow: hidden;
    position: relative;
}

.about_section .box img {
    width: 100%;
    height: auto;
    transition: all 0.3s ease-in-out;
}

.pl45 {
    padding-left: 21px;
}



/*fastival*/
.festivals {
    position: absolute;
    bottom: 63px;
    width: fit-content;
    left: 8.7%;
    z-index:
        100000000;
    text-align: center;
}

.festivals i {
    font-size: 6px;
    padding: 0px 10px;
}

.festivals p {
    display: flex;
    align-items: center;
    margin: 0px !important;
}

.festivals {
    font-size: 17px;
    font-weight: 700;
    color: gold;
    font-style: italic;
}

@media (max-width: 1600px) {
    .festivals {
        left: 5.3%;
    }
}

@media (max-width: 1366px) {
    .festivals {
        left: 5.7%;
    }
}

.guest-message {
    position: absolute;
    top: 70px;
    width: fit-content;
    left: 13%;
    z-index:
        10;
    text-align: center;
}

.guest-message {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    font-style: italic;
}

@media (max-width: 1600px) {
    .guest-message {
        left: 9.1%;
    }
}

@media (max-width: 1366px) {
    .guest-message {
        left: 13%;
    }
}


.guest-message {
    left: 5.7%;
}

.guest-message {
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    font-style: italic;
}

/*.about_section {*/
/*    position: relative;*/
/*    z-index: 100;*/
/*    background-color: #e9f4fb;*/
/*}*/

.about_section .container {
    transform: translateY(-49px);
}

.about_section .nav-pills .nav-link {
    padding: 12px 2px;
    margin-right: 17px;
    border-top: 2px solid transparent;
    border-radius: 0px;
    color: #000;
    font-weight: 500 !important;
}

.about_section .nav-pills .nav-link.active {
    color: #000;
    background: transparent;
    border-top: 2px solid #000;
}

.about_section .nav-pills .nav-link:hover {
    border-top: 2px solid #000;
}

.main_banner_tabs {
    padding-top: 4px !important;

    background-color: #f4f4f4;
    position: relative;
    width: fit-content;
    padding-left: 20px;
    border-radius: 5px 5px 0px 0px;
}

.main_banner_tabs button {
    color: #222;
    font-weight: 600;
    border-top: 2px solid #fff;
    font-size: 16px;
}

.about_section li.nav-item {
    padding-right: 5px;
}

.about_section .box {
    color: #fff;
    background: #000000ba;
    text-align: center;
    overflow: hidden;
    position: relative;
}

.about_section .box img {
    width: 100%;
    height: auto;
    transition: all 0.3s ease-in-out;
}

.pl45 {
    padding-left: 21px;
}


/*sc home  area */
.sc-home-about-area {
    position: relative;
    z-index: 0;
}

.sc-home {
    position: relative;
    z-index: 100;
    padding-top: 45px !important;
}

.sc-home-img {
    padding: 14px;
    position: relative;
    z-index: 1;
}

.sc-home-img img {
    position: relative;
    z-index: 10;
    border: 0px !important;
    margin: 0px !important;
}

.sc-home-img::after {
    content: "";
    width: 41%;
    position: absolute;
    height: 100%;
    background-color: #fff;
    top: 0px;
    right: 0px;
    z-index: 2;
}

div#sc-home-features-area img {
    border-radius: 4px;
    width: 100%;
}

.new_heading_bordernt-left {
    width: 110px;
    height: auto;
    border-bottom: 1px #000 solid;
    margin-bottom: 20px;
}

.sc-home {
    padding-top: 30px;
}

.about-image {
    padding: 25px;
    position: relative;
}

.about-image img {
    position: relative;
    z-index: 10;
}

.about-image::after {
    content: " ";
    position: absolute;
    width: 40%;
    height: 100%;
    top: 0px;
    left: 0%;
    background-color: #f4f4f4;
    z-index: 1;
}

.feture_btm .about-image::after {
    content: " ";
    position: absolute;
    width: 40%;
    height: 100%;
    top: 0px;
    left: 0%;
    background-color: #fff;
    z-index: 1;
}

.relationship-area h4 {
    padding-top: 20px;
}

section.feture_btm h3 {
    font-size: 24px !important;
    font-weight: normal !important;
    font-family: "Roboto Slab", serif !important;
    font-optical-sizing: auto;
    color: #333;
    text-align: left;
    margin-bottom: 5px;
}

@media(max-width:425px) {
    .sc-home {
        position: relative;
        z-index: 100;
        padding-top: 15px !important;
    }

    .sc-home-about-area p {
        margin: 0px 0 25px 0;
        font-size: 14px !important;
        text-align: justify;
        line-height: 23px;
    }

    .sc-home-img {
        padding: 12px 12px 12px 0px;
    }

    .sc-home-img img {
        margin: 0px !important;
    }

    #sc-home-features-area p {
        padding-bottom: 20px;
        font-size: 14px !important;
        text-align: justify;
        line-height: 23px;
    }

    .about-image {
        padding: 12px 0px 12px 12px;
        position: relative;
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .about-image img {
        height: 100%;
        width: 100%;
        object-fit: cover;
        object-position: center;
    }

    #sc-home-features-area .overlay {
        padding: 17px 0 40px;
    }

    #pills-tabContent .pl45 {
        padding-left: 0px;
        font-size: 14px !important;
        text-align: justify;
        line-height: 23px;
    }

    .heading_text-left {
        font-size: 24px !important;
    }
}

.residentialhomeimg {
    position: absolute;
    bottom: -314px !important;
    left: 0%;
    z-index: 11;
    margin-left: 0px;
}

.commercialhomeimg {
    position: absolute !important;
    left: 0%;
    bottom: -350px !important;
}

.sezhomeimg {
    position: absolute;
    bottom: -315px !important;
    left: 0%;
    margin-left: 0px;
}

@media (max-width: 425px) {
    .homemainfourimg {
        margin-bottom: 30px !important;
        margin-top: 460px !important;
    }

    #we-searve {
        background: url("/images/sc-we-searve-bg.jpg")no-repeat center center;
        background-color: rgba(0, 0, 0, 0.5);
        background-attachment: fixed;
        background-size: cover;
        margin: 50px 0px 40px 0px;
        height: 900px !important;
    }

    .project_desc {
        padding: 15px 0px 30px 0px;
        padding-right: 15px;
    }

    .commercialhomeimg {
        position: absolute !important;
        left: 0%;
        bottom: -448px !important;
        width: 194px;
    }

    .residentialhomeimg {
        position: absolute;
        bottom: -29px !important;
        left: 0%;
        z-index: 11;
        margin-left: 200px;
    }
}


/*blog  section */
.blog_area-heading {
    font-size: 16px;
    padding: 20px 20px 0px 20px;
    color: #000 !important;
}

.blog_area-heading a {
    color: #000 !important;
}


.white-linetextindex {
    color: #ffffff;
    position: absolute;
    top: 75%;
    left: 0% !important;
    font-size: 18px;
    background-color: #00000096;
    padding: 25px 19px;
    border-left: 4px solid #fff;
}

.feture_btm {
    padding-bottom: 40px !important;
    background-color: #e9f4fb;
}

.btn-effect {
    /*--color: #63afe9;*/
    font-family: inherit;
    display: inline-block;
    width: 8em;
    height: 2.6em;
    line-height: 2.5em;
    position: relative;
    overflow: hidden;
    border: 1px solid #63afe9;
    transition: color .5s;
    z-index: 1;
    font-size: 13px;
    border-radius: 6px;
    font-weight: 600;
    border-radius: 6px;
    text-align: center;
    color: #000;
}

.btn-effect:before {
    content: "";
    position: absolute;
    z-index: -1;
    background: #63afe9;
    height: 150px;
    width: 200px;
    border-radius: 50%;
}

.btn-effect:hover {
    color: #fff;
}

.btn-effect:before {
    top: 100%;
    right: 100%;
    transition: all .7s;
}

.btn-effect:hover:before {
    top: -30px;
    right: -30px;
}

.btn-effect:active:before {
    /*background: #3a0ca3;*/
    transition: background 0s;
}


/*vou  modal css*/
.vouchure-modal {
    z-index: 1000000000;
}

.show-voucher {
    width: fit-content;
    padding: 1px 3px;
    color: gold;
    position: relative;
    transition: all .3s ease;
    border-radius: 4px;
}

.show-voucher span {
    text-decoration: underline;
    margin-right: 6px;
}


.show-voucher:hover {
    cursor: pointer;
    background-color: #000;
}

.show-voucher:hover span {
    text-decoration: none !important;
}

.btns {
    position: relative;
    width: 100%;
    padding-top: 35px;
    display: flex;
    padding-bottom: 30px;
    justify-content: center;
}

.download-btn {
    width: fit-content;
    background-color: #222;
    border-radius: 5px;
    color: #fff;
    padding: 4px 10px;
    outline: 0px;
    border: 0px solid #000;
}

.download-btn:hover {
    background-color: #777;
}

.vouchure-modal img {
    -webkit-filter: drop-shadow(5px 5px 5px #222);
    filter: drop-shadow(5px 5px 5px #222);
}

.vouchure-modal .modal-body {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin-top: 40px;
}

.vouchure-modal .modal-body img {
    width: 90%;
}

.vouchure-modal .modal-content {
    border-radius: 25px !important;
}

/*inline indax page  css end*/










/*inline about page  css start*/
.about-us-section {
    padding-bottom: 56px;
}

@media(max-width:425px) {
    .about-us p {
        font-size: 14px !important;
        text-align: justify;
        line-height: 23px;
    }

    .section-frame-right .section-right-image {
        padding: 12px 12px 12px 0px;
    }

    .section-frame-left .section-left-image {
        padding: 12px 0px 12px 12px;
    }
}

/*inline about page  css end*/




/*mission vision   in page  css  startr */
.vission-mission-section {
    padding-bottom: 56px;
}

@media(max-width:425px) {
    .vision-mission p {
        font-size: 14px !important;
        text-align: justify;
        line-height: 23px;
    }

    .section-frame-right .section-right-image {
        padding: 12px 12px 12px 0px;
    }

    .section-frame-left .section-left-image {
        padding: 12px 0px 12px 12px;
    }
}

/*mission vision   in page  css  startr end */