@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.6.0/css/all.min.css');

@import url('https://fonts.googleapis.com/css2?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&display=swap');

:root {
    --theme-color: #F15A24;
    --black: #000;
    --white: #fff;
    --yellow: #2E2E2E;
    --paragraph: #303030;
    --tag: rgb(243,245,191);
    --custom-red: #F15A24;
    --red-muted: #dd3a3d3b;
    --icons-gray: #6c757d;
    --contact-secondary: #e67e22;
    --form-border-color: #ced4da;
    --form-focus-border-color: #e67e22;
    --footer-bg: #171717;
    --footer-text-color: #ffffff;
    --footer-link-color: #ffe644;
}

* {
    padding: 0;
    margin: 0;
    list-style-type: none;
    text-decoration: none;
    outline: none;
    box-sizing: border-box;
}

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

h1, h2, h4, h5, h6 {
    font-family: "Poppins", sans-serif;
    margin: 0;
    padding: 0;
}

p {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    padding: 0;
    margin: 0;
    color: var(--paragraph);
    font-weight: 400;
    line-height: 22px;
}

ul, li {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

img {
    max-width: 100%;
    border: none;
}

a {
    text-decoration: none;
    outline: none !important;
}

html {
    scroll-behavior: smooth;
    font-size: 100%;
}

.p-80 {
    padding: 80px 0;
}

.bannertext h1 {
    font-size: 100px;
    color: #ffffff;
    font-weight: 600;
    line-height: 100px;
    text-transform: capitalize;
    display: flex;
    flex-direction: column;
	margin: 0;
}

.bannertext h2 {
    font-size: 65px;
    color: #ffffff;
    font-weight: 600;
}

.inner_title h2 {
    font-size: 62px;
    color: var(--white);
    font-weight: 700;
    margin: 0;
    position: relative;
    z-index: 1;
}

.headertext h3 {
    font-size: 50px;
    color: var(--black);
    font-weight: 600;
    margin: 0 0 10px;
    position: relative;
    line-height: 60px;
}

.headertext h3 span {
    color: var(--theme-color);
    font-weight: 600;
}

.small_title h4 {
    font-size: 28px;
    color: var(--black);
    font-weight: 600;
    margin-bottom: 10px;
    transition: 0.6s;
}

.small_title h5 {
    font-size: 20px;
    color: var(--white);
    font-weight: 500;
    margin-bottom: 8px;
    transition: 0.6s;
}

.small_title h6 {
    font-size: 16px;
    color: var(--paragraph);
    font-weight: 500;
    margin-bottom: 0px;
    transition: 0.6s;
}

.btn01 {
    font-size: 16px;
    font-weight: 400;
    padding: 10px 20px;
    color: var(--white);
    text-align: center;
    line-height: normal;
    background-color: #F15A24;
    border: 1px solid #F15A24;
    position: relative;
    border-radius: 8px;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: 0.6s;
    /*box-shadow: 0 0 7px 3px #1789EA inset, 0 0 7px 3px #1789EA;*/
}

.btn01:hover {
    background-color: var(--yellow);
    color: var(--white);
    box-shadow: 0 0.5em 0.5em -0.4em;
    transform: translateY(-0.25em);
    border-color: #2E2E2E;
}

.btn01 .fa-circle-arrow-right {
    font-size: 20px;
    transform: rotate(-45deg);
    transition: 0.6s;
    vertical-align: middle;
}

.btn01:hover .fa-circle-arrow-right {
   color: var(--white);
   transform: rotate(0deg);
}

/*// backToTop //*/
#backToTop { position: fixed; bottom: 30px; right: 30px; width: 45px; height: 45px; padding: 10px; background: linear-gradient(to bottom, #d44341, #e4d349); border: none; border-radius: 50%; cursor: pointer; display: none; align-items: center; justify-content: center; z-index: 1000; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3); border: 1px solid rgb(255 255 255 / 89%); transition: 0.6s; }
#backToTop .fa-arrow-up { font-size: 18px; color: #fff; top: -1px; position: relative; }
#backToTop:hover { background-color: #f15c5a; transform: scale(1.1); }
#backToTop:hover svg { transform: translateY(-3px); }
/*// backToTop //*/

.form-select:focus {
    box-shadow: none;
}

a {
    color: rgb(0 0 0);
    text-decoration: none;
}

.texttag h6 {
    margin-bottom: 10px;
    font-size: 16px;
    color: var(--theme-color);
    font-weight: 500;
    display: inline-block;
    position: relative;
}

.texttag h6:after {
    content: "";
    position: absolute;
    right: -110px;
    top: 9px;
    width: 100px;
    height: 1px;
    background-color: var(--theme-color);
}

.headerarea.fix .logo {
    max-width: 185px;
}

/* ======================================================================= */
    /* header start */
/* ======================================================================= */

.headerarea {
    box-shadow: none;
    padding: 8px 0;
    position: relative;
    z-index: 11;
}

.headerarea .logo {
    width: 100%;
    max-width: 185px;
    position: relative;
    display: inline-block;
}

.headerarea .logo img {
    max-width: 185px !important;
    height: auto !important;
}

.footer_sec .logo img, .footer_sec .logo img {
    width: 100%;
    object-fit: cover;
    position: relative;
	filter: brightness(0) invert(1);
}

.headerarea .logo img {
    width: 100%;
    object-fit: cover;
    position: relative;
}
img.twentytwenty-after {
    filter: grayscale(1);
}
.headerarea .header-contact .call {
    width: 100%;
    min-width: 43px;
    max-width: 43px;
    height: 43px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #F6F7FB;
    background-color: #F6F7FB;
    color: #000000;
    border-radius: 100%;
    margin-left: 10px;
    transition: 0.5s;
}

.headerarea .header-contact .call:hover {
    border-color: #000000;
    background-color: #000000;
    color: #ffffff;
}

.headerarea.fix {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    border-radius: 0;
    background-color: #fff;
    /*padding: 5px 100px;*/
    z-index: 33;
    box-shadow: 0 4px 10px rgb(0 0 0 / 10%);
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

.headerarea.fix .menu ul li a {
    color: #000;
}

.headerarea.fix .menu {
    margin-top: 0px;
    margin-right: 0;
}

.headerarea.fix .menu ul li a:hover, .headerarea.fix .menu ul li.active a {
    color: var(--theme-color);
}

/*.headerarea.fix .menu ul li.active a {
    color: #fff;
}*/


.header-right {
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-right .header-contact .btn {
    margin-right: 10px;
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
/*menu CSS
--------------------------------------------------------------------------------------------------*/
.menu {
    margin-top: 0px;
    margin-right: 0px;
}
 
.menu ul{margin:0;padding:0;font-size:0;}
.menu ul li{display:inline-block;padding:0;list-style-type:none;position:relative;vertical-align:middle;}
.menu ul li.active {
    color: #000;
}
.menu ul li.active::before {content: '';position: absolute;top: -5px;left: 0;width: 100%;max-width: 50px;height: 50px;background-repeat: no-repeat;background-size: contain;background-position: center;background-image: url(../images/menu-active-shape.svg);}
.menu ul li span {
    position: absolute;
    top: 20%;
    right: 8px;
}
.menu ul li span::after { content: '\f107'; color: #000000; font-family: FontAwesome; font-size: 12px; }
.menu ul li:hover span::after { color: var(--theme-color); }
.headarea.innerheader .menu ul li a { color: #000; }
.menu ul li a {
    font-size: 17px;
    font-weight: 400;
    display: block;
    padding: 0px 10px;
    margin: 0 10px;
    position: relative;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.menu ul li a:hover, .menu ul li.active a { 
    color: var(--theme-color);
}
.menu ul li.active a::after { width: 100%; }
.menu ul li a span { display: inline-block; vertical-align: 0px; margin-left: 6px; font-size: 10px; }
.menu ul li:hover ul li a:hover { color: var(--white) !important; background-color: var(--theme-color); }
.menu ul li ul { width: 240px; position: absolute; top: calc(100% + 30px); left: 0; z-index: 2; background-color: #ffffff; text-align: left; transition: 0.3s; opacity: 0; visibility: hidden; box-shadow: 0px 0px 5px 0px #ddd; }
.menu ul ul li:first-child:before{display:none;}
.menu ul ul li:after{display:none;}
.menu ul li:last-child ul{width:220px;position:absolute;top:100%;left:auto;right:0;z-index:2;background-color:#ffffff;box-shadow:0px 5px 14px rgb(0 0 0 / 2%);text-align:left;}
.menu ul li ul li a { font-size: 14px; text-transform: none; padding: 12px 15px; color: #000; line-height: 20px; font-weight: 500; transition: all ease-in-out 0.5s; -moz-transition: all ease-in-out 0.5s; -webkit-transition: all ease-in-out 0.5s; -o-transition: all ease-in-out 0.5s; -ms-transition: all ease-in-out 0.5s; -khtml-transition: all ease-in-out 0.5s; display: block; margin: 0; }
.menu ul li ul li ul{top:10px;left:149px;}
.menu ul li ul li span{right:7px;top:12px;}
.menu ul li a:hover.menu ul li ul{display:block;}
.menu ul li ul li{display:block;padding:0;border-bottom:solid 1px #dbdbdb;border-right:none;}
.menu ul li ul li:last-child{border:none;}
.menuButton{width:40px;height:35px;padding:5px;float:right;display:none;}
.menuButton span { width: 100%; height: 2px; background: #fff; margin-bottom: 6px; float: left; transition: all 0.3s ease-in-out 0s; }
.menuButton span:last-child{margin-bottom:0;}
@media (min-width:991.98px) {
    .menu ul {
        display: block!important;
    }

    .menu ul li:hover > ul {
        opacity: 1;
        top: 100%;
        visibility: visible;
    }
}
@media (max-width:991.98px){.menuButton{display:block;margin-left:15px;cursor:pointer;}
 .menu ul li span{background:url(../images/menu_arrow.png) center center no-repeat;cursor:pointer;width:15px;height:15px;position:absolute;right:15px;top:20px;z-index:99;}
 .menu ul li:hover span{background:url(../images/menu_arrow_hover.png) center center no-repeat;}
 .arrow_change span:nth-child(2){display:none;}
 .arrow_change span:first-child{position:relative;top:9px;transform:rotate(-45deg);-moz-transform:rotate(-45deg);-webkit-transform:rotate(-45deg);}
 .arrow_change span:last-child{position:relative;top:1px;transform:rotate(45deg);-moz-transform:rotate(45deg);-webkit-transform:rotate(45deg);}
 .menuBar{padding:15px 0;}
 .menu{padding:5px 0;}
 .menu ul{display:none;background-color:#fff;position:absolute;top:100%;left:0;width:100%;z-index:99;}
 .menu ul li a{color:#071731;display:block;width:100%;font-size:15px;}
 .menu ul li ul{display:none;background-color:#e1e1e1;position:relative;top:5px;left:0;width:100%;z-index:1;padding:0;visibility: initial;opacity: 1;}
 .menu ul li:last-child ul{display:none;background-color:#e1e1e1;position:relative;top:5px;left:0;width:100%;z-index:1;}
 .menu ul li{display:block;padding:10px 15px 10px 15px;border-top:1px solid #cccccc54;text-align:left;position:relative;}
 .menu ul li span{position:absolute;right:30px;z-index:99;cursor:pointer;top:12px;text-align:center;}
 .menu ul li ul li ul{top:0;left:0;}
 .menu ul li ul li a{font-size: 12px;text-transform: none; background-color: #e1e1e1; padding: 8px 12px;color: #000;}
}

.headerarea .menu .active>a {
    color: var(--theme-color);
    background: transparent;
}

.menu ul li.active {
    color: #f15a24;
}

/* ======================================================================= */
    /* banner_sec start */
/* ======================================================================= */
.banner_sec { 
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    height: 100%;
    position: relative;
    height: 775px;
}

.banner_sec .bannertext {
    width: 75%;
    position: relative;
    z-index: 1;
}

/*.bnr_para {
    width: 40%;
    margin-left: auto;
}*/

.banner_sec p { 
    font-size: 18px;
    color: var(--white);
    margin-top: 20px;
    letter-spacing: 1px;
}

.banner_sec .btn01 {
    background-color: var(--white);
}

.banner_sec .btn01:hover {
    background-color: #193519;
    color: var(--white);
}

.bannerimg { background-position: center center !important; background-repeat: no-repeat !important; background-size: cover !important; height: 750px; position: relative; display: flex; align-items: center; justify-content: center; }
.bannerimg:before {
    content: "";
    position: absolute;
    left: 0px;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 40%);
}
.banner-carousel .owl-carousel .owl-stage-outer { padding: 55px 0 0 !important; }
.banner-carousel .owl-nav button.owl-prev, .banner-carousel .owl-nav button.owl-next { width: 40px; height: 40px; border: 1px solid #fff; border-radius: 50%; color: #fff; font-size: 30px;}
.banner-carousel .owl-nav button.owl-prev span { position: relative; top: 0px; font-size: 0; display: flex; align-items: center; justify-content: center;}
.banner-carousel .owl-nav button.owl-prev span::after { content: '\f060'; color: #fff !important; font-family: FontAwesome; position: absolute; border-radius: 50%; font-size: 16px; }
.banner-carousel .owl-nav button.owl-next span { position: relative; top: 0px; font-size: 0; display: flex; align-items: center; justify-content: center;}
.banner-carousel .owl-nav button.owl-next span::before { content: '\f061'; color: #fff !important; font-family: FontAwesome; position: absolute; border-radius: 50%; font-size: 16px; }
.banner-carousel .owl-nav button.owl-next:hover span::before { content: '\f061'; color: #000 !important; }
.banner-carousel .owl-nav button.owl-prev:hover span::after { content: '\f060'; color: #000 !important; }
.banner-carousel .owl-nav button.owl-prev { left: 0px; position: relative;}
.banner-carousel .owl-nav button.owl-next { right: 0px; position: relative;}
.banner-carousel .owl-nav { position: relative; bottom: 210px; left: 30%; display: inline-flex; justify-content: flex-start; border-radius: 10px 0 0 0; }
.banner-carousel .owl-nav button.owl-prev:hover, .banner-carousel .owl-nav button.owl-next:hover { background: #fff; border: 1px solid #fff; transition: all .3s ease-in-out;}
.owl-theme .owl-nav { margin-top: 0; }
.owl-carousel .banner-carousel .owl-dots.disabled, .owl-carousel .banner-carousel .owl-nav.disabled { display: block !important; }

.banner-carousel .owl-nav:before {
    content: "";
    position: absolute;
    left: -200px;
    bottom: 24px;
    width: 26px;
    height: 2px;
    background-color: #fff;
    border-radius: 10px;
}

.banner-carousel .owl-nav:after {
    content: "";
    position: absolute;
    left: -168px;
    bottom: 24px;
    width: 150px;
    height: 2px;
    background-color: #fff;
    border-radius: 10px;
}

.hero_contact {
    width: auto;
    position: relative;
    white-space: nowrap;
    transform: rotate(-90deg);
    transform-origin: 218% -2013%;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 35px;
}

.hero_contact:before {
    content: "";
    position: absolute;
    left: -85px;
    top: 17px;
    width: 70px;
    height: 1px;
    background-color: var(--white);
}

.hero_contact:after {
    content: "";
    position: absolute;
    right: -85px;
    top: 17px;
    width: 70px;
    height: 1px;
    background-color: var(--white);
}
.hero_contact h6 {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    margin: 0;
}

.ph_circle {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ph_circle i {
    font-size: 15px;
    color: #fff;
}


/* ======================================================================= */
    /* serach_sec start */
/* ======================================================================= */
.serach_sec {
    width: 100%;
    margin-top: -88px;
    position: relative;
    z-index: 1;
}

.bookRow {
    width: 100%;
    background-color: #fff;
    border-bottom: 2px solid var(--theme-color);
    padding: 35px 25px;
    border-radius: 15px;
    box-shadow: 0px 0px 5px 0px #ddd;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}

.serach_sec .form-control, .serach_sec .form-select {
    width: 100%;
    border: 1px solid #d7d7d7;
    border-radius: 8px;
    font-size: 16px;
    color: var(--black);
    padding: 5px 15px 5px 15px;
    height: 50px;
    font-weight: 400;
    margin-bottom: 0;
    position: relative;
}

.serach_sec .form-group {
    text-align: left;
    width: 100%;
    margin-bottom: 0;
}

.serach_sec .form-control:focus, .serach_sec .form-select:focus {
    border-color: var(--theme-color);
    box-shadow: none;
}

.serach_sec .btn01 {
    background-color: var(--theme-color);
    border-radius: 8px;
    padding: 12px 10px;
    flex-basis: 150px;
    flex-shrink: 0;
    transition: 0.6s;
}

.serach_sec .btn01:hover {
    background-color: var(--yellow);
    color: #fff;
    border-color: var(--yellow);
}


/* ======================================================================= */
    /* weare start */
/* ======================================================================= */
.weare {
    width: 100%;
}

.weare p {
    margin-bottom: 12px;
}

.weare p b {
    color: var(--theme-color);
    font-size: 18px;
    font-weight: 600;
}

/* Details Grid for List and Stats */
.details-grid {
    margin-top: 35px;
    display: flex;
    align-items: flex-start;
    gap: 100px;
}

.details-grid ul li {
    font-size: 16px;
    color: #000;
    padding: 0 0 5px 15px;
    position: relative;
    font-weight: 500;
    list-style-position: inside;
}

.details-grid ul li::before {
    content: "•";
    position: absolute;
    left: 0;
    top: 3px;
    color: #000;
    font-size: 18px;
    line-height: 1;
    margin-right: 5px;
}


.sales-stat {
    text-align: center;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}


.bg_red_home {
    background-color: var(--theme-color);
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin-bottom: 15px;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bg_red_home img {
    max-width: 58px;
    object-fit: contain;
}

.weare h5 {
    font-size: 24px;
    color: #000;
    font-weight: 600;
}

.weare_pic {
    width: 90%;
    height: 550px;
    margin-left: auto;
    position: relative;
    display: flex;
}

.weare_pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
    transition: 0.6s;
}

.weare_pic:before {
    content: "";
    position: absolute;
    left: -30px;
    top: 30px;
    width: 100%;
    height: 100%;
    border: 2px solid var(--theme-color);
    border-radius: 15px;
    transition: 0.6s;
}

.weare_pic:hover:before { 
    top: 0; 
    left: 0; 
}

/* ======================================================================= */
    /* director_sec start */
/* ======================================================================= */
.director_sec {
    width: 100%;
}

.director_sec_bg {
    width: 100%;
    height: 500px;
    position: relative;
    background-color: rgb(221,58,60);
    border-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.director_sec_bg:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/linehome.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.director_lft {
    width: 100%;
    height: 100%;
    position: relative;
}

.director_secpic {
    width: 100%;
    height: 553px;
    position: absolute;
    display: flex;
    overflow: hidden;
    left: 0;
    top: 0;
    transform: translate(5px, -103px);
}

.director_secpic img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.director_text {
    width: 90%;
    margin-left: auto;
    margin-right: 30px;
    background-color: #FEF7ED;
    padding: 30px;
    border-radius: 15px;
}

.director_text p {
    margin-bottom: 10px;
}










/*.director_sec_bg {
    width: 100%;
    height: 500px;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    border-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.director_secpic {
    width: 100%;
    height: 553px;
    position: absolute;
    display: flex;
    overflow: hidden;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -55%);
}

.director_secpic img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.director_text {
    width: 90%;
    margin-left: auto;
    margin-right: 30px;
    background-color: #FEF7ED;
    padding: 30px;
    border-radius: 15px;
}

.director_text p {
    margin-bottom: 10px;
}*/

/* ======================================================================= */
    /*  featured_sec start */
/* ======================================================================= */
.featured_sec {
    width: 100%;
}

.featured_sec_top {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 35px;
}

.featured_sec_top .btn02 {
    background-color: transparent;
    color: var(--theme-color);
}

.featured_sec_top .btn02:hover {
    border-color: var(--theme-color);
}

.featured_card {
    width: 100%;
    border: 1px solid #d7d7d7;
    padding: 12px;
    border-radius: 15px;
    transition: 0.6s;
}

.featured_pic {
    height: 270px;
    position: relative;
    display: flex;
    overflow: hidden;
    border-radius: 12px;
}

.featured_pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.6s;
}

.featured_card:hover .featured_pic img {
    transform: scale(1.1);
}

.featured_card:hover {
    box-shadow: 0 4px 10px rgb(0 0 0 / 10%);
}

.featured_descp {
    width: 100%;
    padding: 25px 10px 5px;
}

.featured_descp h5 {
    font-size: 16px;
    color: var(--black);
    font-weight: 500;
    margin: 0;
}

.featured_descp h4 {
    font-size: 22px;
    color: var(--theme-color);
    font-weight: 600;
    margin: 8px 0 10px;
}

.featured_descp h6 {
    font-size: 14px;
    color: var(--paragraph);
    font-weight: 500;
    margin: 0;
}

.featured_descp img {
    max-width: 18px;
    object-fit: contain;
    transition: 0.6s;
    filter: brightness(0) invert(0);
}

.featured_descp .btn01 {
    width: 100%;
}

.featured_descp .btn02 {
    background-color: transparent;
    color: var(--theme-color);
}

.featured_descp .btn02:hover {
    background-color: transparent;
    color: var(--theme-color);
    border-color: var(--theme-color);
}

.featured_sec .btn03 {
    background-color: transparent;
    color: var(--theme-color);
    margin: 35px auto 0;
    display: table !important;
}

.featured_sec .btn03:hover {
    background-color: var(--theme-color);
    color: var(--white);
    border-color: var(--theme-color);
    box-shadow: none;
    transform: inherit;
}

.construction_tag {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #fff;
    text-align: center;
    color: #000;
    padding: 5px 10px;
    border-radius: 0 8px 0 8px;
    font-size: 13px;
    font-weight: 400;
}

/* ======================================================================= */
    /*  signature_sec start */
/* ======================================================================= */
.signature_sec {
    width: 100%;
}

.signature_sec .headertext h3 {
    font-size: 40px;
    line-height: 48px;
}

.signature_sec .headertext h3 span {
    font-weight: 500;
}

.property_type {
    width: 170%;
    position: relative;
    background-color: #fff;
    margin-top: 100px;
    border-bottom: 2px solid var(--theme-color);
    padding: 45px 35px 35px;
    border-radius: 15px;
    box-shadow: 0px 0px 5px 0px #ddd;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    align-items: center;
    z-index: 1;
}

.property_card {
    width: 100%;
    padding: 0 20px;
    border-right: 1px solid #d7d7d7;
}

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

.property_icon {
    width: 60px;
    height: 60px;
    margin-bottom: 25px;
    margin-left: 20px;
    position: relative;
    display: flex;
}

.property_icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: 0.6s;
	filter: brightness(0) invert(1);
}

.property_icon:before {
    content: "";
    position: absolute;
    left: -18px;
    top: -10px;
    width: 80px;
    height: 80px;
    background-color: #f15a24;
    border-radius: 50%;
    z-index: -1;
}

.property_card h5 {
    font-size: 20px;
    color: var(--black);
    font-weight: 600;
    margin-bottom: 10px;
}

.property_card p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.signature_secPic {
    width: 95%;
    margin-left: auto;
    height: 700px;
    position: relative;
    display: flex;
    border-radius: 15px;
    overflow: hidden;
}

.signature_secPic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.6s;
}

.signature_secPic:hover img {
    transform: scale(1.1);
}


/* ======================================================================= */
    /*  our_experience start */
/* ======================================================================= */
.our_experience {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    height: 100%;
    position: relative;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    background-attachment: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
}

.our_experience:before {
    content: "";
    position: absolute;
    left: 0px;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 62%);
}

.our_experience .headertext h3, .our_experience .texttag h6, .our_experience .headertext p {
    color: #fff;
    position: relative;
    z-index: 1;
}

.our_experience .texttag h6:after {
    background-color: #fff;
}

.our_experience a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    margin-top: 15px;
    display: block;
    position: relative;
    z-index: 1;
}

.our_experience a img {
    max-width: 30px;
}

.experience_type {
    width: 85%;
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    grid-gap: 25px;
    z-index: 1;
}

.experience_card {
    width: 100%;
    padding: 20px;
    border-bottom: 1px solid #fff;
}

.experience_type h2 {
    font-size: 45px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 5px;
}

.experience_card h6 {
    font-size: 17px;
    color: #fff;
    font-weight: 400;
}

/* ======================================================================= */
    /* popular_home start */
/* ======================================================================= */
.popular_home {
    width: 100%;
}

.popular_home .texttag h6:before {
    content: "";
    position: absolute;
    left: -110px;
    top: 9px;
    width: 100px;
    height: 1px;
    background-color: var(--theme-color);
}

.popular_home_in {
    margin-top: 40px;
}


.popular_box {
    width: 100%;
    transition: 0.6s;
}

.popular_boxpic {
    width: 100%;
    height: 465px;
    margin: 0 auto;
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 20px;
}

.popular_boxpic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.6s;
}

.popular_btm {
    width: 100%;
    padding: 0 15px;
}

.popular_btm h4 {
    font-size: 24px;
    color: #000;
    font-weight: 500;
    transition: 0.6s;
}

.home_descp {
    width: 100%;
    margin: 10px 0 20px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
}

.home_descp img {
    max-width: 18px;
    object-fit: contain;
}

.home_descp h6 {
    font-size: 14px;
    color: #000;
    font-weight: 400;
}

.popular_btm a {
    font-size: 16px;
    color: #000;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 5px;
    transition: 0.6s;
}

.popular_btm a i {
    font-size: 14px;
    transform: rotate(-45deg);
    transition: 0.6s;
}

.popular_btm a img {
    width: 14px !important;
    height: 16px;
    display: inline-block !important;
}

.popular_box:hover .popular_boxpic img {
    transform: scale(1.1);
    transition: 0.6s;
}

.popular_box:hover .popular_btm h4 {
    color: var(--theme-color);
}

.popular_box:hover .popular_btm a i {
    transform: rotate(0deg);
    color: var(--theme-color);
}

.popular_box:hover .popular_btm a {
    color: var(--theme-color);
}

/**/
.countries_slide .owl-carousel .owl-stage-outer { padding: 55px 0 0 !important; }
/*.popular_slide .owl-nav { position: absolute; top: -130px; width: 100%; left: 0; right: 0; text-align: center;}*/
.popular_slide .owl-nav button.owl-prev, .popular_slide .owl-nav button.owl-next { width: 40px; height: 40px; border: 1px solid #345C7E; border-radius: 50%; color: #345C7E; font-size: 30px;}
.popular_slide .owl-nav button.owl-prev span { position: relative; top: 0px; font-size: 0; display: flex; align-items: center; justify-content: center;}
.popular_slide .owl-nav button.owl-prev span::after { content: '\f060'; color: #345C7E !important; font-family: FontAwesome; position: absolute; border-radius: 50%; font-size: 16px; }
.popular_slide .owl-nav button.owl-prev:hover span::after { content: '\f060'; color: #fff !important; }
.popular_slide .owl-nav button.owl-next span { position: relative; top: 0px; font-size: 0; display: flex; align-items: center; justify-content: center;}
.popular_slide .owl-nav button.owl-next span::before { content: '\f061'; color: #345C7E !important; font-family: FontAwesome; position: absolute; border-radius: 50%; font-size: 16px; }
.popular_slide .owl-nav button.owl-next:hover span::before { content: '\f061'; color: #fff !important; }
.popular_slide .owl-nav button.owl-prev { left: 0px; position: relative;}
.popular_slide .owl-nav button.owl-next { right: 0px; position: relative;}
.popular_slide .owl-nav { position: absolute; top: -100px; display: inline-flex; left: 0; justify-content: end; width: 65%;}
.popular_slide .owl-nav button.owl-prev:hover, .popular_slide .owl-nav button.owl-next:hover { background: #345C7E; border: 1px solid #345C7E; color: #fff; transition: all .3s ease-in-out;}
.owl-theme .owl-nav { margin-top: 0; }
.owl-carousel .popular_slide .owl-dots.disabled, .owl-carousel .popular_slide .owl-nav.disabled {
    display: block !important;
}
.popular_home .btn01 {
    margin: 50px auto 0;
    display: table;
}

/* ======================================================================= */
    /* your_place start */
/* ======================================================================= */
.your_place {
    width: 100%;
}

.your_placepic1 {
    height: 600px;
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 40px;
}

.your_placepic1 img, .your_placepic2 img, .your_placepic3 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.6s;
}

.your_placepic2 {
    width: 500px;
    height: 340px;
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    margin-left: auto;
}

.your_placepic3 {
    height: 450px;
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    margin-left: auto;
    margin-top: 45px;
}

.your_placepic1:hover img, .your_placepic2:hover img, .your_placepic3:hover img {
    transform: scale(1.1);
}

.your_place .headertext {
    width: 96%;
    margin-left: auto;
}

/* ======================================================================= */
    /* customer_sec start */
/* ======================================================================= */
.customer_sec {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    height: 100%;
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.customer_sec:before {
    content: "";
    position: absolute;
    left: 0px;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(255 255 255 / 75%);
}

.customer_sec .headertext {
    width: 55%;
    position: relative;
    z-index: 1;
}

.customer_sec_in {
    width: 125%;
    margin-top: 40px;
}

.customer_card {
    width: 100%;
    display: flex;
    transition: 0.6s;
}

.customer_cardpic {
    width: 300px;
    height: 300px;
    position: relative;
    display: flex;
    flex-basis: 300px;
    flex-shrink: 0;
    border-radius: 15px;
    overflow: hidden;
}

.customer_cardpic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.6s;
}

.customer_card:hover .customer_cardpic img {
    transform: scale(1.1);
}

.feedback_sec_card {
    width: 75%;
    background-color: rgb(255,252,242);
    padding: 20px 25px;
    border-radius: 15px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-40%, -50%);
    box-shadow: 0px 0px 5px 0px #c3c3c3;
}
.feedback_sec_card ul li { display: inline-block; font-size: 15px; color: #FFC107; padding-right: 0; }
.client_row { width: 100%; margin-top: 20px; }
.client_circle { width: 50px; height: 50px; border-radius: 50%; overflow: hidden; border: 1px solid #d3d3d3; }
.client_circle img { width: 100%; height: 100%; }
.client_row h6 {font-size: 16px; color: var(--black); font-weight: 500;  position: relative; display: block; }
.feedback_sec_card small { font-size: 12px; display: block; }
.feedback_sec_card p {
    font-size: 14px;
    line-height: 20px;
}

/**/
.customer_slide .owl-nav button.owl-prev, .customer_slide .owl-nav button.owl-next { width: 40px; height: 40px; border: 1px solid #000; border-radius: 50%; color: #000; font-size: 30px;  pointer-events: all;}
.customer_slide .owl-nav button.owl-prev span { position: relative; top: 0px; font-size: 0; display: flex; align-items: center; justify-content: center;}
.customer_slide .owl-nav button.owl-prev span::after { content: '\f060'; color: #000 !important; font-family: FontAwesome; position: absolute; border-radius: 50%; font-size: 16px; }
.customer_slide .owl-nav button.owl-prev:hover span::after { content: '\f060'; color: #fff !important; }
.customer_slide .owl-nav button.owl-next span { position: relative; top: 0px; font-size: 0; display: flex; align-items: center; justify-content: center;}
.customer_slide .owl-nav button.owl-next span::before { content: '\f061'; color: #000 !important; font-family: FontAwesome; position: absolute; border-radius: 50%; font-size: 16px; }
.customer_slide .owl-nav button.owl-next:hover span::before { content: '\f061'; color: #fff !important; }
.customer_slide .owl-nav button.owl-prev { left: 0px; position: relative;}
.customer_slide .owl-nav button.owl-next { right: 0px; position: relative;}
.customer_slide .owl-nav {
    position: absolute;
    top: -120px;
    display: inline-flex;
    left: 0;
    justify-content: end;
    width: 80%;
    pointer-events: all;
}
.customer_slide .owl-nav button.owl-prev:hover, .customer_slide .owl-nav button.owl-next:hover { background: #000; border: 1px solid #000; color: #fff; transition: all .3s ease-in-out;}
.owl-theme .owl-nav { margin-top: 0; }
.owl-carousel .customer_slide .owl-dots.disabled, .owl-carousel .customer_slide .owl-nav.disabled {
    display: block !important;
}

/* ======================================================================= */
    /* blogpost start */
/* ======================================================================= */
.blogpost {
    width: 100%;
}

.blogpost_in {
    margin-top: 40px;
}

.blogpost_card {
    width: 98%;
    margin: 5px;
    transition: 0.6s;
}

.slideimg {
    width: 100%;
    height: 300px;
    display: flex;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
}

.slideimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.6s;
}

.blogpost_card:hover .slideimg img {
    transform: scale(1.1);
}

.slide_btmB {
    width: 100%;
    padding: 25px 15px 0;
}

.date_row {
    width: 100%;
}

.date_circle {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: #FEC80059;
    overflow: hidden;
    text-align: center;
}

.date_circle .fa-calendar-days {
    font-size: 12px;
}

.date_row h6 {
    font-size: 14px;
    color: #3a3a3a;
    font-weight: 500;
}

.slide_btmB h5 {
    font-size: 22px;
    color: #000;
    font-weight: 500;
    margin: 10px 0;
    transition: 0.6s;
}

.blogpost_card:hover .slide_btmB h5 {
    color: var(--theme-color);
}

.slide_btmB .small, .slide_btmB small {
    font-size: 14px;
    display: block;
    margin-bottom: 8px;
}

.slide_btmB a {
    font-size: 14px;
    color: var(--theme-color);
    display: block;
    font-weight: 600;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    transition: 0.6s;
}


/*.slide_btmB a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 45px;
    height: 1px;
    background-color: #656565;
}*/

.slide_card:hover .slideimg img{
    transform: scale(1.1);
}

.slide_card:hover .slide_btmB a {
    color: #000;
    letter-spacing: 1px;
    font-weight: 700;
}

/*.blog_slide .owl-nav { position: absolute; top: -130px; width: 100%; left: 0; right: 0; text-align: center;}*/
.blog_slide .owl-nav button.owl-prev, .blog_slide .owl-nav button.owl-next { width: 40px; height: 40px; border: 1px solid #53321C; border-radius: 50%; color: #53321C; font-size: 30px;}
.blog_slide .owl-nav button.owl-prev span { position: relative; top: 0px; font-size: 0; display: flex; align-items: center; justify-content: center;}
.blog_slide .owl-nav button.owl-prev span::after { content: '\f060'; color: #000 !important; font-family: FontAwesome; position: absolute; border-radius: 50%; font-size: 16px; }
.blog_slide .owl-nav button.owl-prev:hover span::after { content: '\f060'; color: #fff !important; }
.blog_slide .owl-nav button.owl-next span { position: relative; top: 0px; font-size: 0; display: flex; align-items: center; justify-content: center;}
.blog_slide .owl-nav button.owl-next span::before { content: '\f061'; color: #000 !important; font-family: FontAwesome; position: absolute; border-radius: 50%; font-size: 16px; }
.blog_slide .owl-nav button.owl-next:hover span::before { content: '\f061'; color: #fff !important; }
.blog_slide .owl-nav button.owl-prev { left: 0px; position: relative; pointer-events: all;}
.blog_slide .owl-nav button.owl-next { right: 0px; position: relative; pointer-events: all;}
.blog_slide .owl-nav { position: absolute; top: -100px; display: inline-flex; left: 0; justify-content: end; width: 100%; pointer-events: none;}
.blog_slide .owl-nav button.owl-prev:hover, .blog_slide .owl-nav button.owl-next:hover { background: #53321C; border: 1px solid #53321C; color: #fff; transition: all .3s ease-in-out;}
.owl-theme .owl-nav { margin-top: 0; }
.owl-carousel .blog_slide .owl-dots.disabled, .owl-carousel .blog_slide .owl-nav.disabled {
    display: block !important;
}

/* ======================================================================= */
    /* real_estate start */
/* ======================================================================= */
.real_estate {
    width: 100%;
	position: relative;
}


.real_estatein {
    width: 100%;
    border-radius: 15px;
    padding: 50px 25px;
    box-shadow: 0px 0px 5px 0px #ddd;
}

.branBox { height: 100%; max-height: 90px; width: 93%; background-color: #fff; padding: 10px; margin: 10px; border-radius: 15px; text-align: center;  box-shadow: 0 4px 10px rgb(0 0 0 / 10%); display: flex; align-items: center; justify-content: center; }
.branBoxlogo { width: 100%; max-width: 110px; height: 65px; position: relative; display: flex; align-items: center; justify-content: center; overflow: hidden; }
.branBoxlogo img { width: 100%; height: 100%; object-fit: contain; }
.owl-carousel  .owl-item .branBoxlogo img { display: block; width: 100%; margin: 0 auto;}
/**/
.brand_slide .owl-carousel .owl-stage-outer { padding: 55px 0 0 !important; }
/*.brand_slide .owl-nav { position: absolute; top: -130px; width: 100%; left: 0; right: 0; text-align: center;}*/
.brand_slide .owl-nav button.owl-prev, .brand_slide .owl-nav button.owl-next { width: 40px; height: 40px; border: 1px solid #fff; border-radius: 50%; color: #fff; font-size: 30px;}
.brand_slide .owl-nav button.owl-prev span { position: relative; top: 0px; font-size: 0; display: flex; align-items: center; justify-content: center;}
.brand_slide .owl-nav button.owl-prev span::after { content: '\f060'; color: #fff !important; font-family: FontAwesome; position: absolute; border-radius: 50%; font-size: 16px; }
.brand_slide .owl-nav button.owl-prev:hover span::after { content: '\f060'; color: #fff !important; }
.brand_slide .owl-nav button.owl-next span { position: relative; top: 0px; font-size: 0; display: flex; align-items: center; justify-content: center;}
.brand_slide .owl-nav button.owl-next span::before { content: '\f061'; color: #fff !important; font-family: FontAwesome; position: absolute; border-radius: 50%; font-size: 16px; }
.brand_slide .owl-nav button.owl-next:hover span::before { content: '\f061'; color: #fff !important; }
.brand_slide .owl-nav button.owl-prev { left: 0px; position: relative;}
.brand_slide .owl-nav button.owl-next { right: 0px; position: relative;}
.brand_slide .owl-nav { position: absolute; display: inline-flex; right: -215px; bottom: 160px; align-items: center; justify-content: flex-end; width: 100%; }
.brand_slide .owl-nav button.owl-prev:hover, .brand_slide .owl-nav button.owl-next:hover { background: #C82D2D; border: 1px solid #C82D2D; color: #fff; transition: all .3s ease-in-out;}
.owl-theme .owl-nav { margin-top: 0; }
.owl-carousel .brand_slide .owl-dots.disabled, .owl-carousel .brand_slide .owl-nav.disabled {
    display: block !important;
}


/* ======================================================================= */
    /* requirement_sec start */
/* ======================================================================= */
.requirement_sec { width: 100%; padding-bottom: 0px; position: relative; }
.requirement_sec:before {
    content: "";
    position: absolute;
    bottom: 0px;
    right: 0;
    left: 0;
    background-color: #2E2E2E;
    width: 100%;
    height: 80px;
    z-index: -1;
}
.requirement_sec_in { width: 100%; margin-top: 60px; }
.requirement_sec .headertext { width: 50%; margin: 0 auto; }
.requirement_sec_left { width: 100%; }

.address_sec { width: 100%; margin-top: 65px; border-left: 5px solid var(--theme-color); padding-left: 40px; }
.address_sec .mb-5 { margin-bottom: 30px !important; }
.requirement_sec h5 { font-size: 18px; color: var(--black); font-weight: 500; margin-bottom: 0px; }
.requirement_sec .we_offer_circle { 
    width: 65px;
    height: 65px;
    background-color: var(--yellow);
    padding: 5px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}

.requirement_sec .we_offer_circle img { 
    max-width: 40px;
    object-fit: contain;
	filter: brightness(0) invert(1);
}
.requirement_sec .we_offer_circle i { font-size: 18px; color: #fff;}
.requirement_sec .d-flex.align-items-center.gap-3 {
    padding: 15px;
    border: 1px solid var(--theme-color);
    border-radius: 10px;
    margin-bottom: 20px;
}

/**/
.requirement_sec_right {
    width: 70%;
    position: relative;
    margin-left: 100px;
    background-color: var(--white);
    box-shadow: 0px 4px 15px rgb(0 0 0 / 24%);
    border-radius: 25px;
    padding: 40px 40px;
}
/* .requirement_sec_right:after { content: ""; position: absolute; top: 60px; right: -120px; background-color: var(--theme-color); width: 80%; height: 100%; border-radius: 0 0 0 30px; z-index: -1; } */


.requirement_sec_right label {
    position: relative;
    background-color: var(--white);
    top: 13px;
    left: 10px;
    padding: 2px 8px;
    font-size: 14px;
    color: var(--black);
    font-weight: 400;
    z-index: 1;
    width: 100%;
}
.requirement_sec_right label span { color: red; }
.requirement_sec_right .form-control, .order_form .form-control, .requirement_sec_right .form-select { padding: 5px 12px; border-radius: 0px; margin-bottom: 0px;  color: var(--black); border: 1px solid #c1c1c1; border-radius: 8px; font-size: 14px; height: 48px; font-weight: 400; width: 100%; transition: 0.6s; }
.requirement_sec_right textarea.form-control { height: 100px !important; padding: 10px 12px;}
.requirement_sec_right .form-control:focus, .requirement_sec_right .form-select:focus { box-shadow: none; border-color: var(--theme-color); }
.requirement_sec_right .btn01 { margin-top: 25px; }

/* ======================================================================= */
    /* footer_sec start */
/* ======================================================================= */
.footer_sec { width: 100%;  background-color: #2E2E2E; padding-top: 50px; padding-bottom: 0; position: relative;}


.footer_sec .logo { width: 100%; max-width: 185px; position: relative; display: inline-block; }
.footer_card { width: 100%; }
.footer_sec h5 { font-size: 20px; color: var(--white); font-weight: 500; margin: 0 0 15px; }
.footer_card ul { padding: 0; }
.footer_card ul li { width: 100%; }
.footer_card ul li a { display: block; position: relative; width: 100%; font-size: 15px; color: #f15a24; font-weight: 400; padding: 0 5px 10px 12px; list-style: disc; transition: 0.6s; }
.footer_card ul li a:before { content:""; position: absolute; left: 0; top: 9px; width: 4px; height: 4px; border-radius: 50%; background-color: #f15a24; }
.footer_card ul li a:hover { color: #fff; }
.footer_card_grid { display: grid; grid-template-columns: 1fr 1fr; }
.footer_sec h6 {
    font-size: 16px;
    color: #e8602f;
    font-weight: 400;
    margin: 0;
}
.footer_sec small { font-size: 13px; color: var(--white); font-weight: 400; margin: 0; }

.copyright { width: 100%; margin-top: 35px; }
.footer-social { display: flex; justify-content: end; position: relative; overflow: hidden; }
.footer-social li { margin: 0px 4px; }
.footer-social li a { width: 100%; min-width: 40px; max-width: 40px; height: 40px; background-color: #fff; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; font-size: 16px; color: var(--black); transition: 0.5s; text-decoration: none; }

.leftline:before { content:""; display: inline-block; height: 0.5em; width: 100%; margin-left: -100%; margin-right: 10px; margin-top: 20px; border-top: 1px solid #cdcdcd; }
.copyright p { text-align: center; font-size: 15px; margin-top: 10px; color: var(--white);}
.copyright p span { color: var(--green); font-weight: 500; }

/* ======================================================================= */
    /* inner_banner start */
/* ======================================================================= */
.inner_banner {
    width: 100%;
    height: 380px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.inner_banner:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgb(0 0 0 / 59%) 0%, rgb(0 0 0 / 13%) 35%, rgb(255 255 255 / 0%) 100%);
}

.breadcrumb-item {
    font-size: 15px;
    color: var(--white);
}

.breadcrumb-item a, .breadcrumb-item+.breadcrumb-item::before, .breadcrumb-item.active {
    color: var(--white);
}

.inner_banner .bannertext {
    position: relative;
    z-index: 1;
}

/* ======================================================================= */
    /* property-showcase start */
/* ======================================================================= */
.property-showcase {
    width: 100%;
}

.showcase_left {
    width: 100%;
}

/**/
.property-showcase .gallery { width: 100%; }
.property-showcase .gallery-slider { width: 100%; height: auto; margin: 0 0 10px 0; }
.property-showcase .gallery-slider .swiper-slide { width: 100%; height: 500px; position: relative; display: flex; overflow: hidden; border-radius: 15px; }
.property-showcase .gallery-slider .swiper-slide img { display: block; width: 100%; height: 100%; object-fit: cover; margin: 0 auto; }
.property-showcase .gallery-thumbs { width: 100%; padding: 0; overflow: hidden; }
.property-showcase .gallery-thumbs .swiper-slide { width: 125px; height: 95px; position: relative; display: flex; text-align: center; border-radius: 10px; overflow: hidden; opacity: 0.5; }
.property-showcase .gallery-thumbs .swiper-slide-active { opacity: 1; }
.property-showcase .gallery-thumbs .swiper-slide img { width: auto; height: 100%; }
/**/

.showcase_right {
    width: 100%;
    padding: 25px 20px;
    border-radius: 15px;
    border: 1px solid #d7d7d7;
}

.showcase_right h4 {
    font-size: 26px;
    color: var(--theme-color);
    font-weight: 500;
    margin: 8px 0 10px;
}

.showcase_right h6 {
    font-size: 16px;
    color: var(--black);
    font-weight: 600;
    margin: 15px 0 5px;
}

.showcase_right small {
    font-size: 14px;
    color: var(--paragraph);
    font-weight: 400;
    margin: 8px 0 10px;
    display: block;
}

.showcase_right .btn01{
    width: 100%;
}

/* ======================================================================= */
    /* project-description start */
/* ======================================================================= */
.project-description {
    width: 100%;
    padding: 25px 20px;
    margin-top: 50px;
    box-shadow: 0px 0px 5px 0px #ddd;
    border-radius: 15px;
}

.project-description .headertext h3, .floor_plan .headertext h3 {
    color: var(--theme-color);
    font-size: 34px;
    line-height: 48px;
}

.project-description p {
    margin-bottom: 15px;
}

.feature_card {
    width: 100%;
    padding: 25px 20px;
    box-shadow: 0px 0px 5px 0px #ddd;
    border-radius: 15px;
    border-left: 2px solid var(--theme-color);
}

.feature_card h5 {
    font-size: 22px;
    color: #000;
    font-weight: 500;
    margin-bottom: 15px;
}

.feature_card ul li {
    width: 100%;
    position: relative;
    font-size: 16px;
    color: var(--paragraph);
    padding: 0 0 10px 15px;
    list-style-position: inside;
}
.feature_card ul li::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 8px;
    width: 5px;
    height: 5px;
    background-color: #000;
    border-radius: 50%;
}

.maprow iframe {
    width: 100%;
    min-height: 400px;
    border-radius: 15px;
}

/* ======================================================================= */
    /* floor_plan start */
/* ======================================================================= */
.floor_plan {
    width: 100%;
    margin-top: 25px;
}

.accordionB { display: flex; gap: 15px; width: 100%; max-width: 100%; height: 550px; overflow: hidden; border-radius: 15px; }
.accordionB-item { position: relative; flex: 1; background-size: cover; background-position: center; transition: flex 0.6s ease, filter 0.6s ease; cursor: pointer; filter: grayscale(70%); }
.accordionB-item.active { flex: 3; filter: grayscale(0%); }
.accordionB-item::before { content: attr(data-title); position: absolute; bottom: 20px; left: 0; right: 0; color: #fff; font-size: 13px; font-weight: 600; text-align: center; text-shadow: 0 3px 8px rgba(0,0,0,0.7); opacity: 0; transform: translateY(20px); transition: opacity 0.5s, transform 0.5s; }
.accordionB-item:after { content: ''; background: #000000; background: linear-gradient(180deg, rgba(0, 115, 184, 0) 0%, rgb(0 0 0 / 90%) 100%); position: absolute; left: 0; top: 0; height: 100%; width: 100%; z-index: -1; pointer-events: none; }
.accordionB-item.active::before { opacity: 1; transform: translateY(0); }
/* Example images */
/*.item1 { background-image: url('https://picsum.photos/id/1018/1000/600'); }
.item2 { background-image: url('https://picsum.photos/id/1025/1000/600'); }
.item3 { background-image: url('https://picsum.photos/id/1040/1000/600'); }
.item4 { background-image: url('https://picsum.photos/id/1056/1000/600'); }
.item5 { background-image: url('https://picsum.photos/id/1062/1000/600'); }*/

@media (max-width: 768px) {
  .accordionB { flex-direction: column; height: 90vh; }
  .accordionB-item { flex: 0.6; }
  .accordionB-item.active { flex: 3; }
}
/* ======================================================================= */
    /* floor_plan start */
/* ======================================================================= */
.downloads-section {
    border: 2px solid var(--custom-red);
    border-radius: 15px;
}

.downloads-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
}

.download-item {
    padding: 1rem;
    position: relative;
}

.download-item h5 {
    font-size: 24px;
    color: #000;
    margin-bottom: 10px;
}

.download-item h6 {
    font-size: 15px;
    color: #000;
    margin-bottom: 0px;
    font-weight: 400;
}

.download-item:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 10%;
    right: -0.75rem;
    bottom: 10%;
    width: 1px;
    background-color: #cbcbcb;
}

.icon-wrapper, .download-icon-wrapper {
    position: relative;
    margin-bottom: 35px;
}

.icon-wrapper:before {
    content: "";
    position: absolute;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: var(--red-muted);
    width: 80px;
    height: 80px;
    border-radius: 50%;
}

.icon-wrapper img {
    max-width: 65px;
    object-fit: contain;
}

.download-item .btn02 {
    padding: 8px 20px;
    background-color: transparent;
    color: var(--theme-color);
    margin-top: 15px;
    transition: 0.6s;
}

.download-item:hover .btn02 {
    background-color: var(--theme-color);
    color: #fff;
}

/**/
.pricing-table {
    --bs-table-bg: transparent;
    border-collapse: separate;
    border-spacing: 0 0.75rem;
    margin-bottom: 0;
}

.pricing-table-header th {
    background-color: var(--custom-red);
    color: white;
    font-weight: 500;
    padding: 1rem 1.5rem;
    border: none;
    text-align: left;
}

.pricing-row {
    background-color: #fff;
    border-radius: 0.75rem;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.pricing-row td {
    padding: 1.25rem 1.5rem;
    color: var(--custom-red);
    font-weight: 500;
    vertical-align: middle;
    border: none;
}

.pricing-table-header th:first-child,
.pricing-row td:first-child {
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
}

.pricing-table-header th:last-child,
.pricing-row td:last-child {
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
}

.custom-card {
    margin-top: 25px;
}

/* ======================================================================= */
    /* amenities-section start */
/* ======================================================================= */
.amenities-section {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    height: 100%;
    position: relative;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    background-attachment: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
}

.amenities-section:before {
    content: "";
    position: absolute;
    left: 0px;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 62%);
}

.amenities-grid {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-grow: 1;
    gap: 1.5rem;
}

.amenity-card {
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    width: clamp(100px, 20%, 200px);
    aspect-ratio: 1/1;
    background-color: rgba(255, 255, 255, 0.954);
    border-radius: 1rem;
    text-decoration: none;
    transition: transform 0.3s ease;
    color: black;
}

.amenity-icon-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 120px;
    height: 120px;
    aspect-ratio: 1/1;
    background-color: var(--red-muted);
    border-radius: 50%;
    transform: translateY(0) scale(1);
    transition: transform 0.3s ease-out;
    will-change: transform;
}

.amenity-icon-wrapper img {
    max-width: 65px;
    object-fit: contain;
}

.amenity-icon-wrapper {
    container-type: inline-size;
}

.amenity-card:hover .amenity-icon-wrapper,
.amenity-card:focus-within .amenity-icon-wrapper {
    transform: translateY(-20%) scale(0.75);
}

.amenity-label-overlay {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 30%;
    background-color: var(--custom-red);
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translateY(100%);
    transition: transform 0.3s ease-out;
}

.amenity-label {
    color: white;
    font-size: 18px;
    font-weight: 500;
}

.amenity-card:hover .amenity-label-overlay {
    transform: translateY(0);
    transition: transform 0.3s ease-out;
}

/* ======================================================================= */
    /* gallery_sec start */
/* ======================================================================= */
.gallery_sec {
    width: 100%;
}

.gallery_sec .headertext {
    width: 55%;
    margin: 0 auto;
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 70px;
    gap: 15px;
    margin-top: 40px;
}

.gallery-grid .gallery-item:nth-child(1) {
    grid-column: 1 / 2;
    grid-row: 1 / span 3;
}

.gallery-grid .gallery-item:nth-child(2) {
    grid-column: 2 / 3;
    grid-row: 1 / span 5;
}

.gallery-grid .gallery-item:nth-child(3) {
    grid-column: 3 / 4;
    grid-row: 1 / span 3;
}

.gallery-grid .gallery-item:nth-child(4) {
    grid-column: 1 / 2;
    grid-row: 4 / span 5;
}

.gallery-grid .gallery-item:nth-child(5) {
    grid-column: 2 / 3;
    grid-row: 6 / span 3;
}

.gallery-grid .gallery-item:nth-child(6) {
    grid-column: 3 / 4;
    grid-row: 4 / span 5;
}

.gallery-itempic {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    border-radius: 15px;
    overflow: hidden;
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.6s;
}

.gallery-item:hover img {
    transform: scale(1.1);
}

@media (max-width: 768px) {
    .gallery-grid {
        grid-template-columns: 1fr;
        grid-auto-rows: 250px;
        gap: 1rem;
    }

    .gallery-grid .gallery-item:nth-child(1),
  .gallery-grid .gallery-item:nth-child(2),
  .gallery-grid .gallery-item:nth-child(3),
  .gallery-grid .gallery-item:nth-child(4),
  .gallery-grid .gallery-item:nth-child(5),
  .gallery-grid .gallery-item:nth-child(6) {
        grid-column: 1;
        grid-row: auto / span 1;
    }

    .gallery-grid .gallery-item:nth-child(2n) {
        grid-row: auto / span 2;
    }
}

/* ======================================================================= */
    /* projects_sec start */
/* ======================================================================= */
.projects_sec {
    width: 100%;
}

.projects_sec .headertext {
    width: 55%;
    margin: 0 auto;
}

.featured_slide {
    margin-top: 40px;
}

.featured_slideCard {
    width: 100%;
    background-color: #F7F7F7;
    border-radius: 15px;
    padding: 12px;
    transition: 0.6s;
}

.featured_slideCard_pic {
    height: 275px;
    position: relative;
    display: flex;
    border-radius: 15px;
    overflow: hidden;
}

.featured_slideCard_pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.6s;
}

.featured_slideCard:hover .featured_slideCard_pic img {
    transform: scale(1.1);
}

.featured_slideCard_body {
    width: 100%;
    padding: 20px 5px 5px;
}

.featured_slideCard_body h4 {
    font-size: 25px;
    color: #000;
    font-weight: 500;
    margin-bottom: 5px;
}

.featured_details {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    flex-wrap: wrap;
    width: 100%;
}

.detail-item {
    display: flex;
    align-items: flex-start;
    justify-content: start;
    flex-grow: 1;
    gap: 8px;
    height: 50px;
    padding: 7px 10px;
    border: 1px solid #d7d7d7;
    border-radius: 6px;
    margin-bottom: 10px;
}

.detail-item h6 {
    font-size: 15px;
    color: var(--paragraph);
    font-weight: 400;
}

.detail-item h6 span {
    font-size: 13px;
    color: #505050;
}

.detail-item img {
    max-width: 20px;
    object-fit: contain;
}

.card-actions {
    display: flex;
    gap: 10px;
    flex-grow: 1;
}

.card-actions .btn_icon {
    width: 50px;
    height: 50px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 7px;
    border: 1px solid #d7d7d7;
    border-radius: 6px;
    transition: 0.6s;
}

.card-actions .btn_icon img {
    max-width: 26px;
    object-fit: contain;
}

.card-actions .btn_icon:hover {
    background-color: var(--yellow);
    border-color: var(--yellow);
}

.card-actions .btn01 {
    width: 100%;
}

.card-actions .btn01:hover {
    box-shadow: none;
    transform: inherit;
}

/*.featured_carousel .owl-nav { position: absolute; top: -130px; width: 100%; left: 0; right: 0; text-align: center;}*/
.featured_carousel .owl-nav button.owl-prev, .featured_carousel .owl-nav button.owl-next { width: 40px; height: 40px; border: 1px solid #53321C; border-radius: 50%; color: #53321C; font-size: 30px;}
.featured_carousel .owl-nav button.owl-prev span { position: relative; top: 0px; font-size: 0; display: flex; align-items: center; justify-content: center;}
.featured_carousel .owl-nav button.owl-prev span::after { content: '\f060'; color: #000 !important; font-family: FontAwesome; position: absolute; border-radius: 50%; font-size: 16px; }
.featured_carousel .owl-nav button.owl-prev:hover span::after { content: '\f060'; color: #fff !important; }
.featured_carousel .owl-nav button.owl-next span { position: relative; top: 0px; font-size: 0; display: flex; align-items: center; justify-content: center;}
.featured_carousel .owl-nav button.owl-next span::before { content: '\f061'; color: #000 !important; font-family: FontAwesome; position: absolute; border-radius: 50%; font-size: 16px; }
.featured_carousel .owl-nav button.owl-next:hover span::before { content: '\f061'; color: #fff !important; }
.featured_carousel .owl-nav button.owl-prev { left: 0px; position: relative; pointer-events: all;}
.featured_carousel .owl-nav button.owl-next { right: 0px; position: relative; pointer-events: all;}
.featured_carousel .owl-nav { position: absolute; top: -100px; display: inline-flex; left: 0; justify-content: end; width: 100%; pointer-events: none;}
.featured_carousel .owl-nav button.owl-prev:hover, .featured_carousel .owl-nav button.owl-next:hover { background: #53321C; border: 1px solid #53321C; color: #fff; transition: all .3s ease-in-out;}
.owl-theme .owl-nav { margin-top: 0; }
.owl-carousel .featured_carousel .owl-dots.disabled, .owl-carousel .featured_carousel .owl-nav.disabled {
    display: block !important;
}

/* ======================================================================= */
    /* projects_sec start */
/* ======================================================================= */
.aboutus {
    width: 100%;
}

.aboutus .headertext p, .aboutus p {
    margin-bottom: 10px;
}

.aboutus .property_type {
    width: 100%;
    position: relative;
    background-color: #fff;
    margin: 35px 0 25px;
    border-bottom: none;
    padding: 0;
    border-radius: 0;
    box-shadow: none;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    grid-gap: 25px;
    z-index: 1;
}

.aboutus .property_card {
    width: 100%;
    padding: 0 20px;
    border-right: none;
}

.aboutus .property_card h5 {
    font-size: 18px;
    color: var(--black);
    font-weight: 500;
    margin-bottom: 10px;
}

.aboutus .property_icon img {
    max-width: 50px;
    object-fit: contain;
    transition: 0.6s;
}

.aboutus_pic {
    width: 100%;
    height: 600px;
    position: relative;
    display: flex;
    overflow: hidden;
}

.aboutus_pic img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* ======================================================================= */
    /* mission_vision start */
/* ======================================================================= */
.mission_vision {
    width: 100%;
}

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

.mission_vision .headertext h3 {
    color: var(--theme-color);
    font-size: 34px;
    line-height: 48px;
}

.mission_vision_itemcard {
    width: 100%;
    padding: 15px;
    border-radius: 15px;
    box-shadow: 0px 0px 5px 0px #ddd;
}

.mission_vision_pic {
    width: 100%;
    height: 330px;
    position: relative;
    display: flex;
    border-radius: 15px;
    overflow: hidden;
}

.mission_vision_pic img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: 0.6s;
}

.mission_vision_card:hover .mission_vision_pic img{
    transform: scale(1.1);
}

.mission_vision h4 {
    font-size: 22px;
    color: #000;
    font-weight: 500;
    margin: 20px 0 10px;
}

.mission_vision_card p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

/* ======================================================================= */
    /* project_page start */
/* ======================================================================= */
.project_page {
    width: 100%;
}

.project_page .headertext {
    width: 55%;
    margin: 0 auto;
}

.project_page_in {
    width: 100%;
    margin-top: 40px;
}

.project_pagePic {
    width: 100%;
    height: 450px;
    position: relative;
    display: flex;
    border-radius: 15px;
    overflow: hidden;
}

.project_pagePic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.6s;
}

.project_pagePic:hover img {
    transform: scale(1.1);
}

.project_pagePic_desc {
    width: 90%;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    background-color: var(--theme-color);
    padding: 15px;
    border-radius: 10px 10px 0 0;
}

.project_pagePic_desc h5 {
    font-size: 20px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 5px;
}

.project_pagePic_desc p {
    color: #fff;
}

/* ======================================================================= */
    /* our_gallery start */
/* ======================================================================= */

.our_gallery { 
    width: 100%; 
}

.our_gallery .headertext { 
    margin-top: -250px;
}

.our_gallery .headertext h3 {
    width: 35%;
    position: relative;
}

.our_gallery .headertext h3::after {
    content: "";
    position: absolute;
    right: 70px;
    bottom: -10px;
    width: 150px;
    height: 2px;
    background-color: #C82D2D;
}

.project_gallery {
    column-count: 4;
    --webkit-column-count: 4;
    --moz-column-count: 4;
    gap: 15px;
    padding: 0;
    margin-top: 100px;
}

.project_gallery .project_galleryimg {
    margin-bottom: 1rem;
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.6s;
    border-radius: 10px;
    overflow: hidden;
}

.project_gallery .project_galleryimg:hover {
    margin-bottom: 1rem;
    cursor: pointer;
}

.project_galleryimg img {
    height: auto;
    width: 100%;
    object-fit: cover;
    transition: 1s;
    border-radius: 10px;
}

.project_galleryimg:hover img {
    opacity: 0.7;
    transform: scale(1.1);
}

.project_galleryimg .overlay-text {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    display: block !important;
    background: rgb(4 4 4 / 41%);
    transition: 0.6s;
    opacity: 0;
}

.project_galleryimg .overlay-text .fa-plus {
    color: #fff;
    font-size: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    position: relative;
    z-index: 1;
}

/*.project_galleryimg .overlay-text .fa-plus::before {
    content: "";
    position: absolute;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: #fff;
    z-index: -1;
}*/

.project_galleryimg:hover .overlay-text {
    display: block;
    opacity: 1;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
}

.ongoing_projects .btn01 {
    border: 1px solid #000;
    margin: 50px auto 0;
    display: table;
}

/* ======================================================================= */
    /* contact_sec start */
/* ======================================================================= */
.contactus { width: 100%; position: relative; }
.contactbox { width: 100%; padding: 40px;  border-radius: 15px; box-shadow: 0 1px 10px rgb(0 0 0 / 10%);}
.contactus_card { width: 100%; padding: 30px; }
.contactus .title1 h3 {
    font-size: 34px;
    line-height: 40px;
}

.queriesin { width: 100%; }
.form_box { width: 100%; margin-top: 30px; }
.field_label { position: relative; padding: 0 5px; font-size: 14px; line-height: normal; color: #000000; margin-bottom: 5px; }
.form-group { margin-bottom: 10px; }
.form_box .form-group span { color: #000; }
.contactus .form-control, .contactus .textfield02 { width: 100%; border: 1px solid #d7d7d7; background-color: transparent; font-size: 15px; color: #000; height: 48px; padding: 5px 15px 5px 15px; font-weight: 400; border-radius: 10px; position: relative; transition: 0.6s; }
.contactus .form-control::placeholder, .textfield02::placeholder { color: #000; }
.contactus .form-control:focus, .textfield02:focus { border-color: #ffb650; }
.contactus .form-select { width: 100%; border: 1px solid #d7d7d7; background-color: transparent; font-size: 15px; color: #000; height: 48px; padding: 5px 15px 5px 15px; font-weight: 400; border-radius: 10px; position: relative; transition: 0.6s; }
.form-select:focus { border-color: #ffb650; outline: 0; box-shadow: none; }
.textfield02 { height: 115px !important; margin-bottom: 10px; padding: 10px 15px; }
.submit02 { font-size: 15px; font-weight: 500; padding: 10px 25px; color:#fff; text-align: center; line-height: normal; background-color: #F15A24; border: 1px solid #F15A24; position: relative; border-radius: 30px; display: inline-flex; align-items: center; justify-content: center; gap: 5px; transition: 0.6s; }
.submit02 .fa-arrow-right { transform: rotate(-45deg); transition: 0.6s; padding-left: 5px; }
.submit02:hover .fa-arrow-right { transform: rotate(0deg); }
.submit02:hover { color: #fff !important; background-color: #000; border: 1px solid #000; transition: all 0.4s ease; box-shadow: 0 0 0.5em 0em #c79d5e; }
.submit02:hover img { transition: all 0.4s ease; filter: brightness(0) saturate(100%) invert(99%) sepia(6%) saturate(0%) hue-rotate(88deg) brightness(117%) contrast(100%); }
.contactus .form-group {
    margin-bottom: 0;
}

/*//*/
.contactright { width: 100%; background-color: #fef5e5; padding: 40px 30px; border-radius: 15px; border: 1px solid #ffe9bf; }
.contactright p { margin: 5px 0 20px; }
.contactright .title4 h4 {
    font-size: 22px;
}
.contactright h6, .contactright h6 a {
    font-size: 16px;
    color: var(--paragraph);
    font-weight: 400;
}
.contactright .footer-social li a {
    background-color: rgb(126 126 126);
}
.contactright .footer-social li a:hover { background-color: var(--theme-color); }
.contactright .counter3 { align-items: center; border-bottom: 1px solid #f8b85882; padding-bottom: 15px; margin-bottom: 25px; }
.contactright .counter3:last-child { border-bottom: none; }
.contactright .counter-img { width: 40px; height: 40px; background: #f15a24; border-radius: 50%; text-align: center; justify-content: center; margin-right: 15px; display: flex; align-items: center; font-size: 15px; color: #fff; }
.contactright .counter-body h5 { font-size: 20px; line-height: 26px; color: #000000; margin-bottom: 5px; font-weight: 500; }
.contactright .footer-social { display: flex; justify-content: flex-start; margin-top: 25px; }
.mapsec { width: 100%; margin-top: 40px; }
.mapsec iframe { width: 100%; min-height: 450px; border: 1px solid #d7d7d7; padding: 2px; border-radius: 15px; }

.contactus .footer-social ul li a {
    background-color: #000;
    color: var(--white) !important;
}

.contactright .footer-social li a {
    color: #ffffff;
}

/* .header-right a:visited {
	color: #000 !important;
} */
.header-right .btn01 a:visited {
    color: var(--white) !important;
} 

.requirement_sec_right input[type="submit"], .contactbox input[type="submit"], .ays-pb-modal_2 input[type="submit"] {
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 3px;
    background: #e6e6e6;
    color: rgba(0, 0, 0, 0.8);
    line-height: 1;
    padding: 0.6em 1em 0.4em;
    font-size: 16px;
    font-weight: 400;
    padding: 10px 20px;
    color: var(--white);
    text-align: center;
    line-height: normal;
    background-color: #F15A24;
    border: 1px solid #F15A24;
    position: relative;
    border-radius: 8px;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: 0.6s;
}
.ays-pb-modals div.ays_pb_description .row.g-3 {
    width: 91%;
    margin: 0 auto;	
}
.ays-pb-modal_2 {
	height: 630px !important;
}
.ays-pb-modal_2 .form-group p, .requirement_sec_right .form-group p {
	margin-bottom: 0;
}
.ays-pb-modal_2 .wpcf7-form-control {
	height: 45px;
	border-radius: 5px;
}
.copyright  {
	background-color: #f15a24;
	padding: 15px 0;
}

.copyright .container {
	display: flex;
	align-items: center;
	justify-content: space-between;
}























