

html,
body {
    scroll-behavior: smooth;
    overflow-x: hidden;
}
.headers header .nav-link {
    font-family: "Urbanist", sans-serif;
    font-weight:600;
    font-size: 17px;
    line-height: 22px;
    color: #fff;
}
.headers {
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 9;
    padding: 0px 10px;
}
.header-logo, .headers-logo, .header-logos, .dd-none {
    width: 65%;
}
.bg-1, .bg-2, .bg-3, .bg-4, .bg-5{
    background: linear-gradient(175deg, rgba(0, 0, 0, 0.80) -3.38%, rgba(0, 0, 0, 0.10) 100%), url(../images/bnr/slider-bg-1.jpg) no-repeat;
    height: 700px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center right;
    position: relative;
}
.bg-2{
    background: linear-gradient(175deg, rgba(0, 0, 0, 0.80) -3.38%, rgba(0, 0, 0, 0.10) 100%), url(../images/bnr/slider-bg-2.jpg) no-repeat;
    background-size: cover;
    background-position: center right;
}
.bg-3{
    background: linear-gradient(175deg, rgba(0, 0, 0, 0.80) -3.38%, rgba(0, 0, 0, 0.10) 100%), url(../images/bnr/slider-bg-3.jpg) no-repeat;
    background-size: cover;
    background-position: center right;
}
.bg-4{
    background: linear-gradient(175deg, rgba(0, 0, 0, 0.80) -3.38%, rgba(0, 0, 0, 0.10) 100%), url(../images/bnr/slider-bg-4.jpg) no-repeat;
    background-size: cover;
    background-position: center right;
}
.bg-5{
    background: linear-gradient(175deg, rgba(0, 0, 0, 0.80) -3.38%, rgba(0, 0, 0, 0.10) 100%), url(../images/bnr/slider-bg-5.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
    background-position: center right;
}
.carousel-caption {
    position: absolute;
    top: calc(30%);
    width: 100%;
    left: inherit !important;
    right: inherit !important;
}
.carousel-caption h2 {
    font-family: "Urbanist", sans-serif;
    font-weight:600;
    font-size: 45px;
    line-height: 60px;
    color: #fff;
    text-align: left;
    margin-bottom: 35px;
}
.carousel-dark .carousel-indicators [data-bs-target]{
    background-color: #fff !important;
}
.carousel-indicators [data-bs-target]{
    width: 80px;
}
.carousel-indicators{
    justify-content: start !important;
}
.carousel-indicators {
    bottom: calc(22%);
    left: calc(20% - 360px);
    width: fit-content !important;
}
.req-btn a, .commom-btn a{
    font-family: "Urbanist", sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #fff;
    text-decoration: none;
    border: 2px solid #fff;
    padding: 0px 0px 0px 8px;
    display: flex;
    align-items: center;
    gap: 5px;
    width: fit-content;
    transition: all ease-in .3s;
    border-radius: 5px;
}
.req-btn a:hover i, .commom-btn a:hover i{
    background-color: #DF3030;
    transform: scale(1.4);
}
.req-btn a:hover, .commom-btn a:hover{
    background-color: #F7CC27 !important;
    border-color: #F7CC27 !important;
}
.commom-btn a:hover{  
    color: #fff !important;
}
.req-btn a i, .commom-btn i{
    font-size: 25px;
    background-color: #F7CC27;
    border-radius: 50px;
    transform: scale(1.2);
    position: relative;
    left: 7px;
    color: #fff;
    transition: all ease-in .3s;
}
.counter-1 .counter{
    font-family: "Urbanist", sans-serif;
    font-weight: 700;
    font-size: 35px;
    line-height: 19px;
}
.counter-1 .plus{
    font-size: 40px;
}
.counter-1 p{
    font-family: "Jost", sans-serif;
    font-weight:500;
    font-size: 15px;
    line-height: 20px;
    color: #000;
    text-align: center;
}
/* .stry-card {
    padding: 40px 0px 10px 0px;
} */
.stry-card{
    background-image: url(../images/border-clr.png);
    background-size: 100% 90%;
    background-repeat: no-repeat;
    padding: 15px 15px 20px;
    margin-top: 25px;
}
.stry-card-1{
    background-image: url(../images/border-clr-1.png);
}
.stry-card-2{
    background-image: url(../images/border-clr.png);
}
@keyframes fadeInDown {
    from {
        transform: translate3d(0, -200px, 0)
    }

    to {
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

.fixed-tops {
    background-color: #fff;
    animation-name: fadeInDown;
    animation-duration: 1s;
    animation-fill-mode: both;
    opacity: 0;
    box-shadow: 10px 0px 10px rgba(0, 0, 0, 0.2);
}    
.fixed-topss {
    background-color: #fff;
    animation-name: fadeInDown;
    animation-duration: 1s;
    animation-fill-mode: both;
    opacity: 0;
    box-shadow: 10px 0px 10px rgba(0, 0, 0, 0.2);
}
.fixed-tops .nav-link, .fixed-topss .nav-link{
    color: #000 !important;
}
.fixed-tops .req-btn a, .fixed-topss .req-btn a, .commom-btn a{
   color: #DF3030 !important;
   border-color: #DF3030 !important;
}
.fixed-tops .req-btn a i, .fixed-topss .req-btn a i, .fixed-tops .req-btn a:hover, .fixed-topss .req-btn a:hover, .commom-btn a:hover i{
    color: #fff !important;
    border-color: #fff !important;
}
.common-black-title {
    font-family: "Urbanist", sans-serif;
    font-weight: 700;
    font-size: 38px;
    line-height: 45px;
    color: #000;
    /* margin-bottom: 35px; */
}
section{
    padding: 100px 0px;
}
.common-txt {
    font-family: "Jost", sans-serif;
    font-weight:400;
    font-size: 18px;
    line-height: 28px;
    color: #4C4C4C;
    /* text-align: center; */
}
.align-items-centers {
    align-items: center;
}
.project .nav-tabs, .project .nav-tabs .nav-link.active, .packages-card .nav-tabs .nav-link.active{
    border: none !important;
}
.project .nav-tabs .nav-link.active, .packages-card .nav-tabs .nav-link.active{
    color: #DF3030
}
.project .nav-tabs, .packages-card .nav-tabs {
    margin-bottom: 20px;
    margin-top: 5px;
}
.project .nav-link, .packages-card .nav-link  {
    font-family: "Urbanist", sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    color: #49505799;
    padding: 0px;
}
.project .nav-tabs, .packages-card .nav-tabs{
    gap: 40px;
    border: none !important;
}
.project .nav-link:hover, .packages-card .nav-link:hover{
    border-color: #ffff !important;
   
}
.project-bg-1, .project-bg-2, .project-bg-3, .project-bg-4 {
    background-image: url('../images/project-1-img.jpg');
    height: 500px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center right;
    filter: blur(5px);
  -webkit-filter: blur(5px);
  position: relative;
}
.a-bg-s{
    background-image: url('../images/anugraha-s-1.jpg') !important;
}
.gt-s-bgg {
    background-image: url('../images/gt-s-bg.jpg') !important;
}
.venus-s-bgg {
    background-image: url('../images/venus-s-bg.jpg') !important;
}
.a-i-bg {
    background-image: url('../images/brindha-a-bg.jpg') !important;
}
.sp-i-bg{
    background-image: url('../images/spc-hos-img.jpg') !important;
}
.p-i-bg {
    background-image: url('../images/p-bg-img.jpg') !important;
}
.rao-bg-im {
    background-image: url('../images/rao-bg-img.jpg') !important;
}
.gal-s-bgg{
    background-image: url('../images/galaxy-c-img.jpg') !important;
}
.project-bg-1::before, .project-bg-2::before, .project-bg-3::before, .project-bg-4::before{
    position: absolute;
    content: '';
    top: 0px;
    left: 0px;
    background-color: #00000086;
    height: 100%;
    width: 100%;
}
.project-mbg-1{
    background-image: url('../images/project-1-img.jpg');
}
.project-bg-2, .project-mbg-2{
    background-image: url('../images/project-2-img.jpg');
}
.project-bg-3, .project-mbg-3{
    background-image: url('../images/project-3-img.jpg');
}
.project-bg-4, .project-mbg-4{
    background-image: url('../images/project-4-img.jpg');
}
.project-mbg-1.a-bg-s, .project-mbg-2.gt-s-bgg, .project-mbg-3.venus-s-bgg, .project-mbg-4.gal-s-bgg, .project-mbg-1.a-i-bg, .project-mbg-2.sp-i-bg, .project-mbg-3.p-i-bg, .project-mbg-4.rao-bg-im{
    background-size: cover;
    background-position: center;
    height: 300px;
    position: relative;
}
.project-mbg-1::before, .project-mbg-2::before, .project-mbg-3::before, .project-mbg-4::before{
    background-color: #00000080;
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
}
.project-pos-img {
    position: absolute;
    right: 0px;
    bottom: 0px;
}
.project .carousel-indicators{
    left: calc(20% - 420px) !important;
    bottom: calc(10%) !important;
}
.project .carousel-indicators{
    display: grid !important;
}
.project .carousel-indicators [data-bs-target]{
    width: 3px !important;
    height: 60px !important;
}
.project-captions, .project-loc {
    font-family: "Jost", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    width: 50%;
    text-align: start !important;
    /* padding: 0px; */
}
.project .carousel-caption {
    top: calc(25%) !important;
}
.project-loc { 
    display: block !important;
    padding: 20px 0px;
}
.project .carousel-caption{
    width: auto !important;
}
.project .carousel-caption h2{
    margin-bottom: 0px !important;
}
.project-captions {
    margin-bottom: 30px;
}
.project-mb-1 {
    background: linear-gradient(175deg, rgba(0, 0, 0, 0.80) -3.38%, rgba(0, 0, 0, 0.10) 100%), url(../images/project-bg.jpg) no-repeat;
    height: 300px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center right;
    position: relative;
}
.mobby-slider {
    display: none;
}
.slider-sectionss .project-captions, .project-loc {
    width: 100%;
}
.slider-sectionss .carousel-caption{
    /* top: calc(7%) !important; */
    top: calc(13%) !important;
}
.slider-sectionss .project-loc {
    padding: 6px 0px;
}
.slider-sectionss .carousel-caption h2{
    font-size: 25px;
}
.slider-sectionss .project-captions {
    font-size: 15px;
}
.secrive-card h3, .vision h3, .Mission h3{
    font-family: "Urbanist", sans-serif;
    font-weight: 700;
    font-size: 30px;
    line-height: 28px;
    color: #000;
    padding: 15px 0px;
    margin-bottom: 0px;
}
.secrive-card p, .vm p{
    font-family: "Jost", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #040404ab;
    text-align: start !important;
}
.services h2{
    margin-bottom: 30px;
}
.secrive-card{
    margin-bottom: 25px;
}




.grid-wrapper > div {
	display: flex;
	justify-content: center;
	align-items: center;
}
.grid-wrapper > div > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	/* border-radius: 5px; */
}

.grid-wrapper {
	display: grid;
	grid-gap: 10px;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	grid-auto-rows: 200px;
	grid-auto-flow: dense;
}
.grid-wrapper .wide {
	grid-column: span 2;
}
.grid-wrapper .tall {
	grid-row: span 2;
}
.grid-wrapper .big {
	grid-column: span 2;
	grid-row: span 2;
}


.paddings-left{
    padding-left: 110px;
}
.accord-slider {
    background-color: #AE988833;
}

.accord-slider h3 {
    font-family: "Urbanist", sans-serif;
    font-weight: 700;
    font-size: 30px;
    line-height: 35px;
    color: #DF3030;
    /* padding: 15px 0px; */
}
.accord-slider .req-btn a{
    color: #DF3030 !important;
    border-color: #DF3030 !important;
}
.accord-slider .req-btn a i{
    color: #fff !important;
    border-color: #fff !important;
}
.cct {
    text-align: -webkit-center;
}
.pk-card h3{
    font-family: "Urbanist", sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #000000;
}
.pk-card h2{
    font-family: "Urbanist", sans-serif;
    font-weight: 700;
    font-size: 50px;
    line-height: 60px;
    color: #DE5353;
}
.pk-card p{
    font-family: "Urbanist", sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    color: #4C4C4C99;
    margin-bottom: 30px;
}
.flex-art h4{
    font-family: "Jost", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #4C4C4C;
    /* text-align: start !important; */
}
.flex-art {
    display: flex;
    justify-content: space-between;
}
.flex-art i{
    color: #DE5353;
    font-size: 22px;
}
.pk-card hr{
    margin: 0px 0px 12px 0px;
}
.pk-card {
    border: 1px solid #df3030;
    padding: 25px;
    border-radius: 10px;
    transition: all ease-in .3s;
    margin-bottom: 20px;
}
.pk-card:hover {
    box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.1);
    background-color: #f7cc271f;
    border-color: #f7cc271f;
}
.no-b-bg {
    border: none;
    background-color: #f7cc271f;
    position: relative;
}
.pk-img{
    position: absolute;
    top: -7px;
    right: -9px;
}
.tailored {
    background-color: #AE988833;
}
.m-t-130 {
    margin-top: 120px;
}
.tailored p, .space p{
    padding: 20px 0px;
    margin-bottom: 0px !important;
}
.blog-slider p{
    font-family: "Jost", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #4C4C4C;
    padding-top: 10px;
}
.blog-slider{
    position: relative;
}
.blog-slider span {
    padding: 10px;
    line-height: 22px;
    color: #fff;
    position: absolute;
    top: 0px;
    right: 0px;
    background-color: #495057;
    font-family: "Jost", sans-serif;
    text-align: center;
}
.blog-slider span b{
    font-size: 25px;
}
.blog-slider a{
    font-family: "Urbanist", sans-serif;
    font-weight: 600;
    font-size: 17px;
    line-height: 20px;
    color: #DE5353;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 5px;
    transition: all ease-in .3s;
}
.blog-slider a:hover {
    gap: 10px;
    color: #F7CC27;
}
.blog-slider a i{
    font-size: 30px;
    
}
.blogs .owl-dots .active{
    opacity: 1;
    width: 45px !important;
    transition: all 0.5s ease;
}
.client .owl-dots .active{
    opacity: 1;
    width: 55px !important;
    transition: all 0.5s ease;
}
.blogs .owl-dot, .client .owl-dot{
    margin: 3px !important;
    opacity: 0.5;
    background: #DE5353 !important;
    height: 10px !important;
    border: none !important;
    width: 10px !important;
    border-radius: 16px !important;
    transition: all 0.5s ease;
}
.client .owl-dot{ 
    border-radius: 0px !important;
    height: 3px !important;
    width: 55px !important;
}
.blogs .owl-dots, .client .owl-dots {
    text-align: center;
}
.blogs .owl-nav, .client .owl-nav {
    display: none;
}
.bk{
    background-image: url('../images/bank-bg.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
.bk::before {
    background-color: #000;
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    opacity: 0.7;
}
.bk .container {
    position: relative;
}
.wt {
    color: #fff;
    margin-bottom: 35px;
}
.bk img{
    padding-bottom: 40px;
}
.bk {
    padding-bottom: 80px !important;
}
.client .item span{
    font-family: "Urbanist", sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
    color: #2A2E33;
    text-align: center;
    margin-top: 15px;
    display: inline-block;
}
.space{
    background-color: #EFEAE7;
}
.footer-logo img{
    width: 70%;
}
footer{
    padding: 50px 0px 10px 0px;
}
.quick-links-1 h3{
    font-family: "Urbanist", sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    color: #2A2E33;
    margin-bottom: 15px;
}
.quick-links-1 ul{
    padding-left: 0px !important;
}
.quick-links-1 ul li {
    list-style-type: none !important;
}
.quick-links-1 ul li a {
    text-decoration: none;
    font-family: "Jost", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: #4c4c4ca6;
}
.no-t h3{
    visibility: hidden;
}
.quick-links-1 .d-flex p, .quick-links-1 .d-flex a{
    font-family: "Jost", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: #4c4c4ca6;
    margin-bottom: 0px !important;
}
.quick-links-1 .d-flex i{
    color: #4c4c4ca6;
}
.quick-links-1 .d-flex {
    align-items: center;
    gap: 10px;
}
.quick-links-1 .d-flex a{ 
    text-decoration: none;
}
.social-icons {
    display: flex;
    gap: 20px;
    margin-top: 15px;
}
.social-icons i{
    color: #000;
    font-size: 20px;
    transition: all ease-in .2s;
    padding: 6px 6px 2px 7px;
    border-radius: 5px;
}
.social-icons li:hover a i{
    color: #fff !important;
    background-color: #DF3030 !important;
}
footer a {
    transition: all ease-in .2s;
}
footer a:hover{
   color: #DF3030 !important;
}
.copyright {
    background-color: #DDE7ED66;
}
.copyright .container{ 
    padding: 10px 0px;
}
.copyright .container p{ 
    margin-bottom: 0px;
    font-family: "Jost", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
} 
.pk-bg {
    background: linear-gradient(175deg, rgba(0, 0, 0, 0.80) -3.38%, rgba(0, 0, 0, 0.10) 100%), url(../images/bnr/packages-bg.jpg) no-repeat !important;
}
.pr-bg {
    background: linear-gradient(175deg, rgba(0, 0, 0, 0.80) -3.38%, rgba(0, 0, 0, 0.10) 100%), url(../images/bnr/project.jpg) no-repeat !important;
}
.in-bg {
    background: linear-gradient(175deg, rgba(0, 0, 0, 0.80) -3.38%, rgba(0, 0, 0, 0.10) 100%), url(../images/bnr/ist-bg.jpg) no-repeat !important;
}
.inner-bnr-1, .inner-bnr-2, .about-bg, .testimonial-bnr {
    background: linear-gradient(175deg, rgba(0, 0, 0, 0.80) -3.38%, rgba(0, 0, 0, 0.10) 100%), url(../images/bnr/how-we-work-bnr.jpg) no-repeat;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    height: 400px;
}
.inner-bnr-2{
    background: linear-gradient(175deg, rgba(0, 0, 0, 0.80) -3.38%, rgba(0, 0, 0, 0.10) 100%), url(../images/bnr/inner-bnr-1.jpg) no-repeat;
}

.about-bg { 
    background: linear-gradient(175deg, rgba(0, 0, 0, 0.80) -3.38%, rgba(0, 0, 0, 0.10) 100%), url(../images/bnr/about-bg.jpg) no-repeat;
    background-position: center center !important;
}
.testimonial-bnr {
    background: linear-gradient(175deg, rgba(0, 0, 0, 0.80) -3.38%, rgba(0, 0, 0, 0.10) 100%), url(../images/bnr/testimonial-bnr.jpg) no-repeat;
    background-position: center center !important;
}
.breadcrumb-tit{
    font-family: "Urbanist", sans-serif;
    font-weight: 700;
    font-size: 45px;
    line-height: 60px;
    color: #fff;
    /* margin-bottom: 15px; */
}
.breadcrumb .breadcrumb-item{
    font-family: "Jost", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
}
.breadcrumb .breadcrumb-item a{
    text-decoration: none;
    opacity: 0.5 !important;
    color: #fff !important;
}
.breadcrumb .active, .breadcrumb-item+.breadcrumb-item::before{
    opacity: 1;
    color: #fff !important;
}
.imgg-card{
    position: relative;
}
.imgg-card img{ width: 100%; }
.imgg-card::after {
    position: absolute;
    top: 0px;
    height: 100%;
    width: 100%;
    content: '';
    background-color: #DF3030;
    opacity: 0.7;
    left: 0;
}
.process-card {position: relative;}
.process-card h3{
    font-family: "Urbanist", sans-serif;
    font-weight: 700;
    font-size: 30px;
    /* line-height: 60px; */
    color: rgba(255, 255, 255, 0.7);
    text-transform: uppercase;
    position: absolute;
    right: 20px;
    bottom: 60px;
    transform: rotate(-90deg);
}
.process-card p{
    font-family: "Urbanist", sans-serif;
    font-weight: 700;
    font-size: 35px;
    /* line-height: 70px; */
    color: rgba(255, 255, 255, 0.7);
    text-transform: uppercase;
    position: absolute;
    right: -60px;
    white-space: nowrap;
    bottom: 72px;
    transform: rotate(-90deg);
}
.nr h3{
    right: 20px !important;
    bottom: 60px !important;
}
.nr p{
    right: -120px !important;
    white-space: nowrap;
    bottom: 140px !important;
}
.nn p{
    right: -140px;
    white-space: nowrap;
    bottom: 155px;
}
.nn h3{

}
.steps-designs h3{
    font-family: "Urbanist", sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
}
.steps-designs li{
    font-family: "Jost", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
}
.spacing-50{
    padding: 100px;
   
}
.ss {
    background-image: url(../images/yellow-dots.png);
    background-position: center center;
    background-repeat: no-repeat;
}
.text-rights {
    text-align: right;
}
.s-img{
    position: relative;
}
.fit{
    width: fit-content;
}
.s-img img:nth-child(2){
    position: absolute;
    top: -38px;
    right: -25px;
}
.comfort-card p{
    font-family: "Urbanist", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color:  rgba(42, 46, 51, 1);
    margin-bottom: 0px;
}
.comfort-card {
    background-color: rgba(239, 234, 231, 1);
    padding: 50px;
}
.build-bg{
    background-image: url(../images/build-bg.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    height: 500px;
}
.floor-plan{
    background-color: rgba(174, 152, 136, 0.2);
}
.floor-img img{
    width: 70%;
    margin-top: 20px;
}
.plan{
    background-image: url(../images/project-bg.jpg);
    background-position: center right;
    background-size: 55%;
    background-repeat: no-repeat;
}
.plan h2{
    text-align: start !important;
}
.plan img{
    display: none;
}
.bgg-section {
    background-image: url(../images/inner-bg.jpg);
    background-position: center center;
    height: 500px;
}
.scrollimgzoom {
    width: 100%;
    /* height: 100%; */
    transition: all 1s;
  }
  
  .scrollimgzoomin {
    transform: scale(1.2);
  }
  .loc-img h4{
    color: rgba(42, 46, 51, 1);
    font-weight: 400;
    font-size: 16px;
    font-family: "Jost", sans-serif;
    line-height: 28px;
    margin-bottom: 0px !important;
  }
  .loc-img img{
    width: auto !important;
  }
  .loc-img {
    align-items: center;
    gap: 8px;
  }
  .zoom-img{
    transition: all .8s;
  }
  .zoom-img:hover {
    transform: scale(1.2);
  }
  .overflow-hidden{
    overflow: hidden;
  }
  .choose-text p{
    font-size: 17px;
    min-height: 115px;
  }
  .choose-text h3{
    font-size: 20px;
    padding: 10px 0px;
  }
  .choose-text .secrive-card{
    box-shadow: 7px 7px 15px 0px rgba(0, 0, 0, 0.11);
    padding: 15px 20px 10px 20px;
    background-color: #fff;
    border-radius: 6px;
    border-bottom: 3px solid #F7CC27;
    transition: all ease-in .3s;
  }
  .choose-text .secrive-card:hover{ 
    border-color: #DF3030;
  }
  .choose-text .secrive-card img{ transition: all ease-in .2s; }
  .choose-text .secrive-card:hover img{ 
    transform: scaleX(-1);
  }
   
   
   .clr-crd{
    padding: 10px;
    background-color: #F7CC27;
    width: fit-content;
    border-radius: 50px;
    transition: all ease-in .3s;
   }
   .choose-text .secrive-card:hover .clr-crd{
    background-color: #DF3030
   }
   .choose-text .secrive-card img{
    width: 45px;
   }
  .choose-uss {
    background-color: #f7f7f7;
  }
  .vm img{
    /* background-color: #DE5353; */
    border-radius: 50px;
    /* padding: 10px; */
    width: 70px;
    transition: all ease-in .3s;
  }
  .vm img:hover{
    /* background-color: #F7CC27; */
    transform: scaleX(-1);
  }
  .vm p, .vision, .Mission{
    text-align: center !important;
}
.vm{
    background: rgb(247,204,39);
    padding: 50px 0px;
background: linear-gradient(90deg, rgba(247,204,39,1) 50%, rgba(222,83,83,1) 50%);
}
.vision h3, .Mission h3, .vision p, .Mission p { color: #fff;  }
.accords {
    background-color: #f7f7f7;
}
.Mission{
    padding-left: 15px;
}
.accords .accordion-button {
    font-family: "Urbanist", sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    color: #000;
    /* padding: 15px 0px; */
    margin-bottom: 0px;
    outline: none !important;
    box-shadow: none !important;
    border-bottom: 1px solid #dee2e6;
    background-color: #f7f7f7!important;
}
.accordion{
    border-color: #f7f7f7 !important;
}
.accordion-body{
    background-color: #f7f7f7!important;
}
.accordion-item{
    border: none !important;
}
.accords p{
    font-family: "Jost", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #040404ab;
    text-align: start !important;
}
.dots .owl-dots{
    display: none;
}
.dots .owl-nav{
    display: block;
}
.dots .owl-prev{
   position: absolute;
   left: -35px;
   top: 30%;
   font-size: 45px !important;
   color: #DE5353 !important;
}
.dots .owl-next{ 
    color: #DE5353 !important;
  position: absolute !important;
  right: -30px !important;
  top: 30%;
  font-size: 45px !important;
}
.t-bg {
    background-color: #f7f7f7;
}
.dd-none {
    display: none;
}
.project-crd{
    box-shadow: 4px 4px 14px 0px rgba(0, 0, 0, 0.15);
    padding: 10px;
}
.project-crd h3{
    font-family: "Urbanist", sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    color: #000;
    padding: 15px 0px;
    margin-bottom: 0px;
}
.project-crd h4{
    font-family: "Urbanist", sans-serif;
    font-weight: 700;
    font-size: 15px;
    margin-bottom: 0px;
}
.project-crd span{
    font-family: "Jost", sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 28px;
    color: #040404ab;
}
.prj-content .d-flex{
    gap: 10px;
}
.prj-content {
    padding: 0px 10px 10px 10px;
}
.prj-content .g-3{
    gap: 50px;
}
.prj-img a{
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
}
.prj-img a::before{ 
    position: absolute;
    content: '';
    top: 0px;
    left: 0px;
    background-color: #00000091;
    width: 100%;
    height: 100%;
    transform: scale(0.5);
    opacity: 0;
    transition: all .3s;
}
.project-crd:hover .prj-img a::before{
    transform: scale(1);
    opacity: 1;
}
.project-crd {
    margin-bottom: 20px;
}
.project-crds a{
    text-decoration: none !important;
    color: inherit !important;
}


.modal-content{
    border: 3px solid #F7CC27;
    border-radius: 10px;
}


.pj .w-50{
    width: 40% !important;
}







.vb {
    -webkit-animation: vibrate  2s infinite;
    animation: vibrate 2s infinite;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    /* -webkit-backface-visibility: hidden; */
    /* backface-visibility: hidden; */
    /* -webkit-perspective: 300px; */
    /* perspective: 300px; */
  }
  @keyframes vibrate {
    0.50%, 90% {
     -webkit-transform: translate3d(-0.5px, 0px, 0);
     transform: translate3d(-2.5px, 0px, 0);
   }
  
  0.50%, 80% {
    -webkit-transform: translate3d(0.5px, 0px, 0);
    transform: translate3d(2.5px, 0px, 0);
  }
  
  30%, 50%, 70% {
    -webkit-transform: translate3d(-0.5px, 0, 0);
    transform: translate3d(-2.5px, 0px, 0);
  }
  
  0.50%, 60% {
    -webkit-transform: translate3d(0.5px, 0px, 0);
    transform: translate3d(2.5px, 0x, 0);
  }
  }




















  .contact-bgg .shadow {
    border-radius: 5px;
    box-shadow: 7px 7px 30px 0px rgba(0, 0, 0, 0.1);
}
form .row input, form select, textarea {
    background-color: #EBEBEB;
    border: none;
    padding: 15px 15px;
    width: 100%;
    margin: 10px 0px;
    border-radius: 5px;
    font-family: "Roboto Flex", sans-serif;
    font-weight: 400;
    font-size: 15px;
    outline: none;
}
textarea {
    height: 130px !important;
    resize: none !important;
    width: 100%;
}
.blue-btn {
    width: auto !important;
}
.spacing {
    padding: 30px 20px;
    background-color: #fff;
    border-radius: 0px 5px 5px 0px;
}
.bg-c-imgg {
    background-image: url(../images/projects/atm-plaza-img.jpg);
    background-position: center center;
    background-size: cover;
    border-radius: 5px 5px 5px 5px;
    position: relative;
}
.bg-c-imgg::before{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    content: '';
    background-color: #000;
    opacity: 0.9;
    border-radius: 5px 5px 5px 5px;
}
.contact-bgg {
    background-color: #f7f7f7;
}
.contact-bg-img-c {
    padding: 25px;
    position: relative;
}
.contact-bg-img-c h2, .contact-bg-img-c h3, .contact-bg-img-c p, .contact-bg-img-c a{
    color: #fff;
}
.contact-bg-img-c i{
    color: #DF3030 
}
.blue-btn{
    color: #fff;
    background-color: #DE5353 !important;
    padding: 6px 12px !important;
    font-family: "Urbanist", sans-serif !important;
    transition: all ease-in .3s;
}
.blue-btn:hover{
    background-color: #F7CC27 !important;
 }
.contact-bg-img-c i::before{
    background-color: #fff;
    padding: 5px;
    border-radius: 30px;
}
.contact-bg-img-c h2, .contact-bg-img-c h3{
    font-family: "Urbanist", sans-serif;
}
.contact-bg-img-c h3{
    font-size: 20px;
 }
 .loc p, .loc a{
    font-family: "Jost", sans-serif;
 }
 .contact-bg-img-c .d-flex{
    gap: 10px;
 }
 .loc-title{
    margin-bottom: 15px;
 }
 .contact-bg-img-c a, .nav-link {
    text-decoration: none;
    transition: all ease .3s;
 }
 .contact-bg-img-c a{font-size: 15px;}
 .contact-bg-img-c a:hover, .nav-link:hover {
    color: #DE5353 !important;
 }
 .no-mr h3{
    margin-bottom: 8px !important;
 }
 .no-mr h3, .no-mr a{
    font-size: 15px;
 }
 .google-map iframe {
    width: 100%;
    border-top: 4px solid #DE5353 !important;
}
.services .secrive-card p{
    width: 75%;
}
.ab .secrive-card p{width: auto !important;  margin-bottom: 0px !important;}
.packages-card .nav-tabs{
    display: none;
}
.ab .secrive-card{
    padding: 20px !important;
}
.packages-card .tab-content{
    margin-top: 30px;
}
.careers hr{
    color: #fff;
    margin: 20px 0px !important;
}
.careers textarea {
    height: 100px !important;
}
.careers h2{
    margin-bottom: 20px;
}
.founder{
    font-size: 16px;
    font-weight: 500;
}
.project-crds .nav-tabs{
    display: flex !important;
}
.modal-header{
    border-bottom: 0px !important;
    padding: 20px 10px 0px 10px !important;
    justify-content: center;
}
.modal-title {
    width: 100%;
    text-align: center;
}

.modal-header button{
    opacity: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0px;
    right: -2px;
    text-align: end;
    padding: 0px !important;
    background-image: none !important;
    padding: 0px;
    color: #ffffff;
    font-family: Arial;
    font-weight: 100;
    padding: 3px 4px 5px 5px !important;
    font-size: 20px;
    /* line-height: 24px; */
    border: 2px solid #ffffff;
    border-radius: 26px;
    box-shadow: 0px 0px 15px 1px rgba(2, 2, 2, 0.75);
    text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.23);
    background-color: rgba(221, 51, 51, 1.00);
    outline: none;
}
.modal-header button:hover{
    opacity: 1 !important;
    color: #fff !important;
}
.header-logo{
    width: 75%;
}
.navbar-expand-lg .navbar-collapse{
    width: 100%;
}
.modal-title {
    font-family: "Urbanist", sans-serif;
    font-weight: 500;
    font-size: 28px !important;
    /* line-height: 45px; */
    color: #000;
}
.fancybox__caption {
    display: none;
}
#carouselExampleDark .req-btn a{
    animation: blink .8s alternate infinite;
 }
 #carouselExampleDark .req-btn a i {
     animation: icon-blink .8s alternate infinite;
 }
 .dd-b a{
    display: block;
 }
 .spt { 
    font-family: "Urbanist", sans-serif;
    font-weight: 700;
    font-size: 25px;
    line-height: 30px;
    color: #000;
    padding: 0px 0px 20px 0px;
    text-align: center;
 }
 @keyframes blink{
     100% {
         background-color: #F7CC27;
         border-color: #F7CC27;
     }
 }
 
 @keyframes icon-blink {
     100%{
         background-color: #DF3030;
         /* transform: scale(1.3); */
     }
 }
/* Media Query */
@media (min-width: 1500px){
    .project-pos-img{
        bottom: 10px;
    }
}
@media (max-width: 1650px){
    .project .carousel-indicators{
        left: calc(20% - 470px) !important;
    }
}
@media (max-width: 1399px){
    .project .carousel-indicators{
        left: calc(20% - 420px) !important;
    }
}
@media (max-width: 1250px){
    .navbar-brand{
        margin-right: 0px;
        width: 20%;
    }
    .header-logo, .headers-logo, .header-logos {
        width: 100%;
    }
    .headers header .nav-link{
        font-size: 15px;
    }
    section {
        padding: 50px 0px;
    }
    .bk {
        padding-bottom: 10px !important;
    }
    .spacing-50 {
        padding: 60px;
    }
}
@media (max-width: 991px){
    .carousel-caption h2{
        font-size: 24px;
        line-height: 35px;
        width: 80%;
    }
    .carousel-caption{
        left: 5% !important;
    }
    .carousel-indicators{
        left: -10%;
        bottom: calc(10%);
    }
    .bg-1, .bg-2, .bg-3, .bg-4, .bg-5{
        height: 400px;
    }
    .common-black-title br, .carousel-caption h2 br{
        display: none;
    }
    .align-items-centers {
        align-items: start;
    }
    .common-black-title  {
        text-align: center !important;
    }
    .project .carousel-indicators{
        left: calc(20% - 335px) !important;
        /* bottom: calc(10%) !important; */
    }
    .project-bg-1, .project-bg-2, .project-bg-3, .project-bg-4{
        height: 430px !important;
    }
    .mobby-slider {
        display: block;
    }
    .desky-slider{
       display: none;
    }
    .project .nav-tabs, .packages-card .nav-tabs  {
        gap: 12px;
    }
    .paddings-left{
        padding-left: 40px;
    }
    .mobile-flexs {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
    }
    .mobile-flexs .secrive-card {
        width: 48%;
        margin-bottom: 0px !important;
    }
    .tailored{
        padding-bottom: 50px !important;
    }
    .tailored p, .space p{
        padding: 10px 0px;
    }
    .tailored img{
        margin-bottom: 20px;
    }
    .space .g-5{
        --bs-gutter-y: 1rem;
    }
    .spacing-50 {
        padding: 70px;
    }
    .choose-text .secrive-card{
        margin-bottom: 25px !important;
        width: auto !important;
    }
    .vm{
        background: linear-gradient(180deg, rgba(247,204,39,1) 45%, rgba(222,83,83,1) 45%);
    }
    .vision p{
        padding-bottom: 50px;
    }
    .headers{
        background-color: #fff;
    }
    .dd-none {
        display: block;
        width: 100%;
    }
    .nn{
        display: none;
    }
    .headers header .nav-link{
        color: #000;
    }
    .navbar-toggler {
        border: none;
        outline: none;
        box-shadow: none !important;
    }
    .services img{
        width: 40px;
    }
    .secrive-card h3, .vision h3, .Mission h3{
        font-size: 24px;
    }
    .container {
        max-width: 860px;
    }
    .project .carousel-indicators{
        display: none !important;
    }
    .secrive-card{
        text-align: -webkit-center !important;
       }
       .secrive-card p{
        text-align: center;
    }
    .req-btn{
        display: none;
    }
    .spt {
        font-size: 18px;
    }
}
@media (max-width: 768px) {
    .navbar-brand {
        text-align: start !important;
    }
    .common-black-title { 
        font-size: 30px;
        line-height: 38px;
    }
    .m-t-130{
        margin-top: 70px !important;
    }
    .bk img{ 
       width: 85%;
       padding-bottom: 30px;
    }
    .bk .col-6{
        text-align: center;
    }
    .wt {
        color: #fff;
        margin-bottom: 25px;
    }
    .footer-logo {
        text-align: center;
    }
    .spacing-50 {
        padding: 45px;
    }
    
    .breadcrumb-tit{
        font-size: 35px;
        line-height: 40px;
    }
    .inner-bnr-1, .inner-bnr-2, .about-bg, .testimonial-bnr {
        height: 300px;
    }
    .breadcrumb .breadcrumb-item {
        font-size: 14px;
    }
    hr{
        margin-top: 0px !important;
    }
    .plan img{
        display: block;
    }
    .plan{
        background-image: none;
    }
    .choose-text .col-12:nth-child(7) .secrive-card{
        margin-bottom: 0px !important;
    }
    .contact-bgg{
        padding: 40px 10px !important;
    }
}
@media (max-width: 575px){
    .stry-card {
        width: 100%;
        /* margin: 0 auto; */
    }
    .paddings-left{
        padding-left:30px;
        padding-right: 30px;
    }
    footer {
        padding: 30px 0px;
    }
    .fits {
        width: fit-content;
    }
    .mt-r{
        text-align: -webkit-right;
    }
    .text-rights {
        text-align: start;
    }
    .carousel-indicators [data-bs-target]{
        width: 50px;
    }
}
@media (max-width: 527px){
    .navbar-brand {
        width: 50%;
    }
    .header-logo, .headers-logo, .header-logos, .dd-none {
        width: 85%;
    }
    section{
        padding: 40px 0px;
    }
    .mobile-flexs .secrive-card {
        width: 100%;
        
    }
    .m-t-130{
        margin-top: 50px !important;
    }
    .tailored{
        padding-bottom: 40px !important;
    }
    .no-mr h3, .no-mr a{
        font-size: 12px;
    }
    .contact-bg-img-c{
        padding: 20px;
    }
    .services .secrive-card p{
        width: 100%;
        text-align: center !important;
    }
    .services .secrive-card{
        text-align: center;
    }
}