@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@400;800&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Reem+Kufi+Fun:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Righteous&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Castoro+Titling&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kalam:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Edu+TAS+Beginner:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playpen+Sans:wght@500&display=swap');
/* @import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=El+Messiri:wght@500&display=swap');
#ourteam {
    background: #000;
    color: #fff;
}

#ourteam h2,
#ourteam p,
#ourteam h4 {
    color: #fff !important;
}

#ourteam .card {
    background: unset !important;
    box-shadow: unset !important;
}

.glow-wrap {
    overflow: hidden;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    margin-top: -10px;
}

.glow {
    display: block;
    position: absolute;
    width: 40%;
    height: 200%;
    background: rgba(231, 3, 3, 0.01);
    top: 0;
    filter: blur(5px);
    transform: rotate(45deg) translate(-450%, 0);
    transition: all .5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

#ourteam .card:hover .glow-wrap {
    margin-top: 0;
}

#ourteam .card:hover .glow {
    transform: rotate(45deg) translate(450%, 0);
    transition: all 1s cubic-bezier(0.645, 0.045, 0.355, 1);
}


#ourteam .card .card-body h4 {
    border-top: 2px solid green;
    padding-top: 10px;
}

#ourteam .card:hover .card-img-top {
    filter: drop-shadow(8px 8px 10px #ffffff);
}

#whoweare {
    background-color: #000 !important;
    color: #fff;
}

/* .owl-carousel .owl-item img.img-fluid {
    width: 100%;
    height: 300px;
} */

.secondaryColor {
    color: #CE9C29;
}

.card-body {
    font-size: 18px;
}

.card-body ul li {
    line-height: 2em;
}

.visionCircle {
    width: 300px;
    height: 300px;
    background: #783881;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    border: 2px solid #90fe00;
}

.visionCircle img {
    width: 100%;
    height: auto;
    max-width: 57%;
    filter: invert(1);
}

/* back btn */

.backBtn {
    font-size: 18px;
    color: #000;
    position: relative;
    left: -20px;
}

.backBtn svg {
    width: 30px;
    height: 30px;
    animation: arrow 1.5s linear infinite alternate;
    transform: translateX(10px);
}

@keyframes arrow {
    0% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(10px);
    }

    100% {
        transform: translateX(0);
    }
}

/* navbar */
.headerbg {
    /* background: #783881 !important; */
    /* background: #00000096 !important; */
}
.headerbg {
    /* background: #783881 !important; */
    background: #0000009d !important;
    backdrop-filter: blur(1.8px);
}
.p-200{
    padding-top: 200px !important;
}
/* form styles */

.investorForm,
.careerEmployee,
.careerTrainee {
    margin: auto;
    border-radius: 3px;
    background-color: #fff;
    display: flex;
    padding: 2em;
    text-align: center;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    box-shadow: -2px 0px 8px 2px rgb(0 0 0 / 56%);
    -webkit-box-shadow: 0px 0px 8px 2px rgb(0 0 0 / 21%);
    -moz-box-shadow: -2px 0px 8px 2px rgba(0, 0, 0, 0.56);
    z-index: 2;
    position: relative;
    width: 100%;
}

/* contactus */

.locationCard {
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
    margin-right: 1rem;
    width: 100%;
    max-width: 450px;
    border-top: 4px solid #783881;
    border-radius: 3px;
    margin-bottom: 1.5rem;
}

.locationMap {
    width: 100%;
    height: 100%;
    margin-top: 5em !important;
    max-width: 70%;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

/*about us  */
.valuesCard {
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%) !important;
    margin-right: 1rem;
    width: 100%;
    max-width: 351px;
    border-top: 4px solid #783881;
    border-radius: 3px;
    margin-bottom: 1.5rem !important;
    height: 195px;
    margin: auto;
    position: relative;
    transition: all ease 1s 0.1s;
    opacity: 1 !important;
}

.valuesCard:hover {
    transform: scale(1.1);
    opacity: 1 !important;
}

#custom-content .custom-featured-boxes-style-1 .featured-box .box-content {
    height: -webkit-fill-available;
}

.successfullyMsg .successfully__inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    font-style: italic;
    font-weight: 600;
    text-align: center;
    width: 100%;
    max-width: 100%;
    margin: auto;
    padding: 0 2em;
}

.height-webkit {
    height: -webkit-fill-available;
}

.scrollHidden::-webkit-scrollbar {
    display: none;
}

/* nav bar mega menu */

#header .header-nav.header-nav-line nav>ul li:hover>a.textdecnone:before {
    background: none !important;
}

.dropdown-mega-content {
    max-width: 1400px;
    margin: 0 auto;
}

.section {
    padding-right: 2rem
}

.dropdown-mega-content h3 {
    color: #783881;
    /* letter-spacing: 2px; */
    letter-spacing: 5px;
    text-align: left;
    font-weight: bold;
    font-style: normal;
    line-height: 1em;
    /* font-size: 40px; */
    font-size: 30px;
    text-transform: uppercase;
    margin-top: 30px;
    margin-bottom: 15px;
    font-family: system-ui;
}
@media (max-width:1250px) {
    .dropdown-mega-content h3 {
        
        letter-spacing: 2px;
        
    }
}

.dropdown-mega-content h4 {
    text-transform: none;
    font-style: normal;
    font-size: 37px;
    color: rgb(0, 0, 0);
    text-align: left;
    line-height: 1em;
    margin-bottom: 0.7em;

}

.dropdown-mega-content .imagetype {
    margin-top: 2em;
}

.dropdown-mega-content .imagetype ul {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

.dropdown-mega-content .imagetype ul li {
    flex-basis: 33%;
    padding-bottom: 80px;
    padding-right: 60px; /* 60*/
    list-style: none;
}

.dropdown-mega-content .imagetype ul li a {
    display: flex;
    align-items: center;
    align-content: center;
    text-decoration: none;
}

/* .dropdown-mega-content .imagetype ul li img {} */

.dropdown-mega-content .imagetype ul li img {
    float: left;
    width: 45%;
    object-fit: cover;
    height: 75px;
}

.dropdown-mega-content .imagetype ul li h4 {
    float: left;
    width: 55%;
    padding-left: 20px; /* 20*/
    padding-right: 20px; /*20*/
    color: black;
    line-height: 1em;
    font-size: 16px;
    text-decoration: none;
    letter-spacing: 0.1px;
    font-family: system-ui;
    font-weight: 700;
    text-transform: capitalize;
}

.dropdown-mega-content .imagetype ul li:hover h4 {
    color: #783881;
}

.dropdown-mega-content .imagetype ul li:hover a {
    border-right: 5px solid #783381;
    transition: all ease-in-out 0.1s 0.1s;
}

@media (max-width:1024px) {
    
    .dropdown-mega-content .imagetype ul li h4 {
        padding-left: 10px; /* 20*/
        padding-right: 10px; /*20*/
    }
    .dropdown-mega-content .imagetype ul li {
        padding-right: 30px; /* 60*/
    }
}
.dropdown-menu {
    width: 100% !important;
    left: 0 !important;
    right: 0 !important;
}

#header .header-nav.header-nav-line.header-nav-bottom-line.header-nav-bottom-line-effect-1 nav>ul>li:hover>a:after {
    content: '';
    display: block;
    position: absolute;
    top: auto;
    left: 50%;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 11px solid white;
    transform: translate3d(-7px, 10px, 0);
    bottom: 10px;
    margin-top: auto;
    z-index: 1001;
    opacity: 1;
    transition: ease transform 300ms;
    border-top: unset;
}

.dropdown-mega-content .listType {
    margin-top: 15px;
}

.ch-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.dropdown-mega-content .listType ul {
    padding: 0;
    margin: 0;
}

.dropdown-mega-content .listType ul li {
    margin-bottom: 30px;
    list-style: none;
}

.dropdown-mega-content .listType ul li a {
    text-transform: none;
    font-style: normal;
    font-size: 16px;
    color: rgb(0, 0, 0);
    text-align: left;
    line-height: 1em;
    margin-bottom: 0.7em;
    width: 100%;
    text-decoration: none;
    padding: 0;
    font-weight: 700;
}

.dropdown-mega-content .listType ul li ul li {
    margin-bottom: 10px;
}

.dropdown-mega-content .listType ul li ul li a {
    font-style: normal;
    font-size: 14px;
    color: rgb(0 0 0 / 54%);
    text-align: left;
    line-height: 1em;
    font-weight: 200;
}
.early-careers-img{
    width: 100%;
    /* height: 300%; */
    object-fit: cover;
}


.title h1{
    margin: 0 0 0 15px ;
    padding: 0 0 0 15px ;
    border-left: 10px solid #783881;
}

.title {
 padding: 30px 30px 30px 0;
 width: 70%;
}
.blog-content{
    width: 90%;
    margin: 0 5%;
}
.blog-content img{
    margin: 30px 30px 15px;
    object-fit: cover;
}

.keywords ul{
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.keywords li{
    padding: 2px 5px;
 border: 1px solid gainsboro;
}
.keywords li:hover{
    padding: 2px 5px;
    color: #783881;
    border: 1px solid #783881;
}
.intrest-content {
    padding-top: 10px;
    width: 70%;
}
.intrest-card{
    display: flex;
    width: 400px;
    gap: 15px;
    border:2px solid grey;
}

.intrest-card h6{
    font-weight: 700;
}
.intrest-card p{
    margin: 0;
}
.intrest-card img{
    /* width: 170px !important; */
    width: 30%;
    /* height: 100px !important; */
    margin: 0 !important;
    object-fit: cover;
    min-height: 120px;

}
.intrest-body{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
    padding: 0 0 30px 0;
}
.knowmore{
    display: flex;
    /* justify-content: center; */
    align-items: center;
    flex-wrap: wrap;
    margin-left: 3%;
    gap: 15px;
}
.knowmore a{
    border: 1px solid #783881;
    padding: 2px 5px;
    transition: .2s ease-in-out;
}
.knowmore a:hover{
    text-decoration: none;
    background-color: #783881;
    color: #fff;
}
@media (max-width:500px) {
    .under-construction{
        background-size: contain;
    }
    .intrest-card{
        width: 350px;
    }
    .blog-content img{
        width: 100% !important;
        margin:10px 0;
    }
    .intrest-card img{
        min-height: 90px;
        width: 30% !important;
    }
    .title {
        padding: 30px 30px 30px 0;
        width: 100%;
        font-size: 10px;
    }
}
@media (max-width:350px) {
    .intrest-card{
        width: 290px;
    }
}
.why-body-content{
    padding: 15px;
    background-color: rgba(131, 128, 128, 0.1);
    margin: 15px;
    width: 500px;
    height: auto;
    padding: 30px;
}
.why-charis{
    font-weight: 700;
    margin: 32px 0;
}
.why-body{
    display: flex;
    /* align-items: center; */
    justify-content: center;
    flex-wrap: wrap;
}
.why-body-content h6{
    color: #783881;
    font-weight: 500;
}  

.nobefore *::before{
    display: none !important;
}
.column-flex{
    flex-direction: column !important;

}
@media (max-width: 768px){
    .no_pb_mobile{
        padding-bottom: 0px !important;
    }
    .no-mobile-border{
        border: none !important;
    }
    .no-mobile{
        display: none !important;
    }
    .flex-flex-direction-column{
        flex-direction: column !important;
    }
    .flex-flex-direction-column-reverse{
        flex-direction: column-reverse;
    }
    .mobile-width-100{
        width: 100% !important;
        margin: 15px 0;
    }
    .dropdown-mega-content .imagetype ul li img {
        width: 20%;
    }
}
@media (max-width: 500px){
    .dropdown-mega-content .imagetype ul li img {
        width: 35%;
    }
}
.color-black{
    color: #000;
    font-size: 20px !important;
    margin-top: 10px;
}
.team{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
}
.know_more{
    padding: 1rem;
    margin: 0;
    font-size: 20px;
    font-family: 'simple-line-icons';
    letter-spacing: 1px;
}
/* .team-body:hover{
    scale: 1.1;
} */
.team-body{
    max-width: 450px;
    height: 350px;
    position: relative;
    overflow: hidden ;
    background-color: #000000;
}
.team-body::after{
    content: "";
    height: 100%;
    left: 0;
    /* -webkit-perspective: 1000; */
    /* perspective: 1000; */
    position: absolute;
    top: 0;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    transition: opacity .5s ease;
    width: 100%;
    z-index: 3;
    background-image: linear-gradient(180deg,transparent 30%,rgba(0,0,0,.6));
}
.team-body img{
    position: relative;
    transition: .3s;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.team-body img:hover{
    scale: 1.1 !important;
    transform: rotate(1.5deg);    
    /* opacity: 0.9; */
}
.team-body:hover img{
    /* background-image: linear-gradient(180deg,transparent 30%,rgba(0,0,0,.6)); */
    scale: 1.1 !important;
    transform: rotate(1.5deg);  
}
.team-content{
    z-index: 10;
    position: absolute;
    bottom: 5%;
    left: 5%;  
    text-transform: capitalize;
    
}
.team-content h3{
    color: #fffafa !important;
    font-weight: 900;
    /* filter: drop-shadow(0 0 .5px #000); */
}
.team-content p{ 
    font-weight: 900;
    /* filter: drop-shadow(0 0 .5px #000); */
    color: white !important;
}
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
-webkit-appearance: none;
}
.board-of-director{
    /* justify-content: center; */
    gap: 30px;
    /* align-items:center; */
   
    padding: 0 5rem;
}

.board-of-director .img{
   margin-top: 30px;
   
}

.board-of-director .img img{
    position: sticky;
    top: 100px;
    transition: .3s;
    
}

@media (max-width: 768px){
    .board-of-director{
        /* padding: 0 2rem ; */
        align-items: center;
    }
    .estimate_input_main .card-body select{
        width: 100% !important;
    }
    .Cabinet_Material{
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        gap: 30px;
    }
    .board-of-director .img img{
        position: static;
    }
   
   
}
@media (max-width: 1025px){
    .board-of-director{
        padding: 0 2rem ;
    }
    .display_cost{
    padding: 30px 10px !important;
    }
   
}

.estimate_claculator{
    display: flex;
    width: 100%;
    padding: 5%;
    gap: 10px;
    align-items: baseline;
}
.claculator_body{
    width: 70%;
    min-height: 100vh;
}
.display_cost{
    width: 30%;
    min-height: 500px;  
    padding: 30px;
    position: sticky;
    top: 100px;
    border: 1px solid #000;
    border-radius: 5px;
}
.estimate_input_main{
    overflow: hidden;
    margin: 30px;
    flex-wrap: wrap;
}

.estimate_input_main .card-header p ,.estimate_input_main_fault .card-header p{
    color: black;
    margin: 10px;
}

.estimate_input_main .card-body select, .card-header .card-body select {
    border: none;
    width: 50%;
    outline: none;
    padding-bottom: 2px;
    border-bottom: 2px solid rgba(93, 91, 91, 0.485);
}

.Kitchen-Shape{
    display: flex;
    flex-direction: column;
    height: 250px;
    width: 300px;
    justify-content: space-between; 
    align-items: center;

}
.Kitchen-Shape label{
    height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.Kitchen-Shape_svg{
    /* flex-wrap: wrap; */
    /* justify-content: center!important; */
    gap: 30px;
    width: 100%;
    overflow-x: scroll ;
}
.Kitchen-Shape_svg::-webkit-scrollbar {
    display: none;
  }
.dflex{
    display: flex;
}
.overflow-x-scroll{
    overflow-x: scroll;
}
.accessories_body{
    width: 100%;
    overflow-x: scroll;
    display: flex;
    gap: 30px;
    align-items: center;
}
.accessories_item{
    width: 300px;
    gap: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.accessories_body::-webkit-scrollbar {
    display: none;
  }
.modularkitchen-pop-up{
    height: 100vh;
    transform: translateY(300vh);
    /* scale: 0; */
    width: 100%;
    z-index: 9999 !important;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    backdrop-filter: blur(4px);
    transition: .3s;
    background-color: rgba(0, 0, 0, 0.612);
}
.modularkitchen-pop-up form{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.view-modularkitchen-pop-up{
    transform: translateY(0vh);
    /* scale: 1; */
}
.kitchen_box{
    height: 150px;
    width: 150px;
    border: 10px solid black;
    box-sizing: border-box;
}

.centered-axis-x{
    position: absolute;
    left: 50%;
    top: 60%;
    transform: translate(-50%, -50%);
}
.bubble
{
   position: relative;
   width: 500px;
   /* min-height: 110px; */
   height: 120px;
   padding: 0px;
   background: #d2d2d2;
   -webkit-border-radius: 10px;
   -moz-border-radius: 10px;
   border-radius: 10px;
    padding: 10px;
    margin: 0 0 0 30px ;
    color: #000;
}

.bubble:after
{
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 15px 20px 15px 0;
    border-color: transparent #d2d2d2;
    display: block;
    width: 0;
    z-index: 0;
    margin-top: -20px;
    left: -20px;
    top: 35%;
}
.bubble-div{
    display: flex;
    /* justify-content: center; */
    align-items: center;
    width: 100%;
}

.bubble-2
{
   position: relative;
   width: 180px;
   height: 80px;
   padding: 10px;
   background: #d2d2d2;
   -webkit-border-radius: 14px;
   -moz-border-radius: 14px;
   border-radius: 14px;
}

.bubble-2::after
{
    /* content: '';
    position: absolute;
    border-style: solid;
    border-width: 17px 0 17px 23px;
    border-color: transparent ;
    display: block;
    width: 0;
    z-index: 1;
    right: -23px;
    top: 25px; */

    /* content: '';
    position: absolute;
    border-style: solid;
    border-width: 17px 17px 23px 0;
    border-color: transparent #d2d2d2 ;
    display: block;
    width: 0;
    z-index: 1;
    right: -20px;
    top: 15px; */
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 15px 17px 15px 0;
    border-color: transparent #d2d2d2 ;
    display: block;
    width: 0;
    z-index: 1;
    left: -17px;
    top: 20px;
}



.grab {
    cursor: -webkit-grab;
    cursor: grab;
  }
  .gallery-image::-webkit-scrollbar {
    display: none;
  }

  .estimate_calculator_banner{
      height: 300px;
      width: 100%;
      /* backdrop-filter: blur(4px); */
      background-color: #e6e6e6;
      opacity: 0.9;
      background-image: url(../img/modular-kitchens_banner_2.png);
      background-repeat: no-repeat ;
      background-size: cover;
      background-position: right;
    }
   

    
.estimate_calculator_banner_content{
    display: flex;

    flex-direction: column;
    width: 90%;
    height: 100%;
    opacity: 1;
    align-items: flex-end;
    justify-content: center;
}
.project-view-all:hover{
    background-color: #363636 !important;
}
@media (max-width: 500px){
.estimate_calculator_banner_content{
    width: 100%;
    align-items: center;
}
.durham-University-intrest{
    margin: 1rem !important;
}
    }

    @media (max-width: 1020px) and (min-width: 770px) { 
        .thumb-info-wrapper{
            width: 450px !important;
        }
     }

    .padding_b-30{
    padding-bottom: 30px !important ;
}
@media (max-width: 770px){  
    #zoom-div{
        display: none;
    }
    .gallery-image{
        width: 100% !important;
        flex-direction: row !important;
        padding: 0 0 30px;
        height: auto !important;
    }
    .estimate_calculator_banner{
    background-position: -800;

    }
    .padding_b-30{
        padding-bottom: 0px !important;
    }
    #project_zoom_img{
        display: none !important;
    }   
    .durham-University-intrest{
        margin-top: 0 !important;
    }
}

.building_img{
    width: 300px !important;
    object-fit: cover !important;
}
.building_img_div{
    padding: 0px !important;
}
.projects_box_2{
    align-items: center;
}
.side_bar_social{

    width: 60px ;
    position: fixed;
    top :30%;
    bottom: 20%;
    background-color: rgba(255, 255, 255, 0.779);
    z-index: 10000;
    left: 0px;
    border-radius: 0 50%  50% 0;
    /* transform: translateX(0px); */
    animation:side_bar_social_animation .5s ease-in-out  ;
}
@keyframes side_bar_social_animation {
    0%{
        left: -60px;
    }
    100%{
        left: 0;

    }
}
.social-icons-arrow{
    position: absolute;
    top: 50%;
}

.bubble-div{
    margin:  0 0 0 30px;
}
  @media (max-width: 500px){  
    .mobile_contain{
        object-fit: contain !important;
    }
    .bubble-div{
        margin:  0 0 0 0;
    }
}
.direction_btn{
    transition: .3s;
    text-decoration: none !important;
}
.direction_btn:hover{
    background-color: #783381;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
}
/* charis-infra */
.charis_infra_landing-page{
    position: relative;
    width: 100%;
    min-height: 110vh;
    padding: 0 !important;
    /* background-image: url(/img/charis_infra_bg1.jpg); */
    background-image: url(../img/charis_infra_bg1.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.charis_infra_landing-page h1{
    color: #fff;
    font-family: 'Times New Roman', Times, serif;
    font-weight: 700;
    font-size: 50px;
    line-height: normal;
    width: 60%;
    text-align: center;
    margin: 0;
    font-family: 'Poppins', sans-serif;
}
.charis_infra_landing-page h1 span{
    color: #CE9C29;
    /* text-shadow: #fff; */    
}
.cross_div{

    height: 60px;
    width: 100%;
    background-color: #ffffff;
    transform: rotate(1.5deg);
    position: absolute;
    bottom: -4%;
}
.charis_infra_services{
    width: 100%;
    display: flex;
    /* align-items: center; */
    justify-content: center;
    gap: 30px;
    padding: 50px;
}
.charis_infra_card {    
    background-color: #ffffff99 !important; 
   background-image: url(/img/cards-bg.png);
   background-size: contain;
   box-shadow: 0 0 15px #0000007b;
   border-radius: 5px !important;
   
}

.charis_infra_card .card-body{
    padding: 2rem 2.5rem !important; 
}
.charis_infra_contact_section{
    background-color: #000000;
}
.charis_infra_contact{
    width: 100%;
    height: 350px;
    background-image: url(../img/con-info.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin: 30px 0;
    /* opacity: 0.8; */
    padding: 5rem;
    
}
.charis_infra_contact .body{
}
.charis_infra_contact h2{
    color: #fff;
    font-family: 'Times New Roman', Times, serif;
    font-weight: 500;
    font-size: 30px;
    line-height: normal;
    margin: 0;
    font-family: 'Poppins', sans-serif;
}
.charis_infra_contact a{
    font-family: 'Times New Roman', Times, serif;
    font-weight: 400;
    font-size: 20px;
    line-height: normal;
    margin: 0;
    font-family: 'Poppins', sans-serif;
    padding: 5px 10px ;
    border-radius: 5px;
    text-decoration: none;
    transition: .3s ease-in;
    color: #fff;
    background: none;
    border: 1px solid #fff;
}
.charis_infra_contact a:hover{
    color: #000;
    background-color: #ffffff;
    text-decoration: none;
}
.charis_infra_contact a span{
  font-size: 14px;
  opacity: .9;
  font-weight: 100;
}
.charis_infra_quality{
    width: 100%;
   /* min-height: 100vh; */
}
.charis_infra_quality .container{
    display: flex;
    /* align-items: center; */
    justify-content: center;
    padding: 30px 0;
    gap: 40px;
}
.charis_infra_quality .container img{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    height: 100%;
    object-fit: contain;
   
}
.charis_infra_quality .container .content{ 
    width: 50%;
    padding: 50px 0 ;
}
.charis_infra_quality .container .content h6{
    font-weight: 600;
    color: #783381;
    font-size: 18px;
    letter-spacing: .5px;
    margin-bottom:20px;
}
.charis_infra_quality .container .content h3{
    font-weight: 600;
    /* color: #783381; */
    /* font-size: 15px; */
    letter-spacing: .3px;
    line-height: normal;
    margin: 10px 0;
}
.charis_infra_quality .container .content ul{
   list-style: none;
   padding: 0;
}
.charis_infra_quality .container .content li{
    margin: 15px 0;
    color: #000;
   font-size: 15px ;
   display: flex;
   align-items: center;
   justify-content: flex-start;

}
.charis_infra_quality .container .content li p{
    margin: 0;
    line-height: 20px;
}
.charis_infra_quality .container .content ul li span{
   margin: 0 10px 0;
   color: #783381;
   font-weight: 600;
   font-size: 20px ;

}

.why_charis_infra_section{
    margin: 30px 0 0 0 ;
}

.why_charis_infra{
    height: 450px;
    width: 100%;
    background-image: url(../img/bg1.png);
    background-repeat: no-repeat;
    position: relative;
    /* background-position: center; */
    /* background-size: contain; */
    /* border: 1px solid red; */
}
.why_charis_infra .content{
    width: 500px ;
    background-color: #783381;
    color: #fff !important;
    padding: 30px;
    position: absolute;
    bottom: 20%;
    left: 53%;
    transform: skew(-15deg); 
}
.why_charis_infra .content h3{
    font-weight: 600;
    /* color: #783381; */
    /* font-size: 15px; */
    letter-spacing: .3px;
    line-height: normal;
    margin: 10px 0;
    color: #fff !important;
}
.why_charis_infra .content p{
   font-weight: 200;
    color: #fff !important;
}
/* .charis_infra_address_parent{
    display: flex;
    align-items: center;
    justify-content: center;
} */
@media (max-width: 1024px){  
    .why_charis_infra .content{
        left: 40%;
    }
}

@media (max-width: 770px){  
    .charis_infra_services {    
     flex-direction: column;  
     align-items: center;
     padding: 50px 0; 
    }
    .charis_infra_quality .container{
    flex-direction: column;
    }
    .charis_infra_quality .container img{
        width: 350px ;
        margin: auto;
    }
    .charis_infra_quality .container .content{
        width: 100%;
        margin: auto;
    }
    .why_charis_infra .content{
        left: 20%;
    }
}
@media (max-width: 500px){
    .charis_infra_quality .container .content{
        padding: 0 30px ; 
    }  
    .charis_infra_services {    
     flex-direction: column;  
     align-items: center;
     padding: 50px 0; 
    }
    .Speciaized_p{
        width: 90% !important;
    }
    .charis_infra_landing-page h1{
        font-size: 30px;
    }
    .charis_infra_contact{
        padding: 3rem 2rem;
    }
    .why_charis_infra .content{
        width: 90%;
        left: 0;
        transform: skew(0); 
        margin: auto;
        position: static;
    }
    .why_charis_infra{
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}
.lets_talk_main{
    width: 70%;
    /* height: 100px; */
    margin: auto;
    /* background-color: #000;  */
    display: flex;
    align-items: flex-start;
    justify-content: space-evenly;
    /* padding: 30px 0; */
}
.lets_talk_main .address{
    width: 300px;
}
.lets_talk_main .lets_talk_social{
    width: 300px;
}
.lets_talk_main .address h6{
    font-weight: 600;
    letter-spacing: 1px;
    margin: 5px 0;
    font-size: 15px;
}
.lets_talk_main .lets_talk_social h6{
    font-weight: 600;
    letter-spacing: 1px;
    margin: 5px 0;
    font-size: 15px;
}
.lets_talk_{
    color: #783381;
}
.lets_talk_ span{
    font-weight: 800;
}
.lets_talk_main .lets_talk_social ul{
    margin-top: 10px;
}
.lets_talk_main .lets_talk_social ul li a i{
    font-size: 20px !important;
}
@media (max-width: 500px){
    .lets_talk_main{
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .no-mobile-margin{
        margin: 0  !important;
    }
    .charis_infra_quality .container {
        padding: 0px 0px;
    }
}
/* .copytoclipboard button{
    transition: 0.3s ease-in-out;
} */
.copytoclipboard button:hover{
    color: black;
}
.share-offsite .btn:hover{
    color: black;
}
.share_main{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}
.share_text{
    transition: .3s ease-in-out;
}
.share-offsite:hover.share-offsite .share_text{
    display: none;
    /* font-size: 0 !important; */
}
.share_btn_div{
    display: flex;
    align-items: center;
    justify-content: center;
    /* gap: 10px; */
}
.share_social_icon ul li{
    margin: 0%;
    list-style: none;
}
.share_social_icon ul{
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    scale: 0;
    width: 0;
    height: 0;
}

.share_social_icon ul li a{
    font-size: 0 !important;
}
.share_btn_div_cild{
    width: 110px !important;
    height: 37px !important;
}
.share-offsite:hover.share-offsite .share_social_icon ul {
    /* display: none; */
    /* font-size: 0 !important; */
    scale: 1;
    width: auto;
    height: auto;
}
.share-offsite:hover .share_btn_div{
    padding: 0 !important;
    border: none !important;
}
.internship_testimonial_carousel_content{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    flex-direction: column;
    text-align: center;
}
.internship_testimonial_carousel_content img{
   width: 100px;
   height: 100px;
   border-radius: 50%;
   object-fit: contain;
}
.internship_testimonial_carousel_content p{
   width: 60%;
   margin: 0;
  
   
}
.internship_testimonial_carousel_content{
    min-height: 300px;
    margin-top: 15px;
}
.internship_testimonial_carousel_content h6{
    font-size: 16px;
    font-weight: 600;
    letter-spacing: .5px;
    text-transform: capitalize;

}
/* .internship_testimonial_carousel_content h4{
    font-family: 'Kalam', cursive;
    font-weight: 200;
    text-transform: capitalize;

} */
.What-Our-Intern-Says{
    /* font-family: 'Kalam', cursive; */
    font-weight: 200;
    text-transform: capitalize;

}
/* 
@keyframes slideleft {
    0%{
        transform: translateX(0%);
    }
   
    100% {
        transform: translateX(-100%);
    }
}


.photo_slide{
    animation: slideleft 15s linear infinite;
}
.photo_slide_container{
    padding: 0 0 40px;
}
.photo_slide:hover img {
    animation-play-state: paused;
}

@media (max-width: 500px){
    .photo_slide img{
        animation: slideleft 5s linear infinite;
    }
} */

/* .photo_slide_container {
    height:350px; 
    position:relative; 
    overflow:hidden;
  }
  
  .photo_slide {
    position:absolute; 
    top:0px; 
    left:0px; 
    overflow:hidden; 
    white-space: nowrap;
    animation: bannermove 10s linear infinite;
    transition: animation-play-state 0.3s ease;
  }
  
  .photo_slide img {    
    margin: 0 0.5em 
  }
  
  @keyframes bannermove {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(-50%, 0);
    }
  }
.photo_slide:hover{
    animation-play-state: paused;
} */

.photo_slide_container {
    height: 250px;
    /* padding: 0 0 30px; */
    position: relative;
    overflow: hidden;
  }
  
  .photo_slide {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    white-space: nowrap;
    animation: bannermove 15s linear infinite;
    transition: 2s ease;
    
  }
  
  .photo_slide img {
    margin: 0 0.5em;
  }
  
  @keyframes bannermove {
    0% {
      transform: translate(0, 0);
    }
    100% {
      transform: translate(-50%, 0);
    }
  }

  
.intern_work_video{
    width: 100%;
    /* display: flex; */
    align-items: center;
    justify-content: center;
    margin: 0 0 60px;

}
.intern_work_video .video{
    margin: 0;
    width: 47%  ;
    position: relative;
}
.intern_work_video .video video{
    margin: 0;
    width: 100%  ;
}
.intern_work_video .video h5{
position: absolute;
/* top: px; */
padding: 10px 10px 30px;
width: 100%;
color: #fff;
/* background: rgb(101,101,101);
background: linear-gradient(0deg, rgba(101,101,101,0) 0%, rgba(0,0,0,1) 70%); */
background: rgb(101,101,101);
background: linear-gradient(0deg, rgba(101,101,101,0) 0%, rgba(0,0,0,1) 100%);
opacity: 0;
transition: .3s ease-in-out;

}
.intern_work_video .video:hover h5{
    opacity: 1;
}

.work_video_main {
    display: flex ;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
    align-items: center;
    gap: 10px 15px;
    /* padding:30px 60px ; */
}

@media (max-width: 500px){
    .intern_work_video .video{
        width: 100%  ;
    } 
    .work_video_main {
        padding:30px  ;
    }
    .intern_work_video{
        margin: 0 ;
    }
    .flyer-img{
        width: 90%;
    }
} 
.flyer-a{
    transition: .2s ease-out;
}
.flyer-a:hover{
    text-decoration: none !important;
    background-color: #783381;
    color: #fff;
}



/* .btn {
    border: none;
    border-radius: 5px;
    padding: 12px 20px;
    font-size: 16px;
    cursor: pointer;
    background-color: #282A35;
    color: white;
    position: relative;
  } */
  
  .ribbon {
    letter-spacing: 1px;
    width: 50px;
    font-size: 12px;
    padding: 2px;
    position: absolute;
    right: -20px;
    top: -12px;
    text-align: center;
    border-radius: 25px;
    transform: rotate(20deg);
    background-color: #783381;
    color: white;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
@media (max-width: 770px){ 
    .investor_a a .dot{
        top: 20px !important;
        left: 65%;
    }
    .dropdown-mega a span{
        /* position: relative; */
        top: 10px !important ;
        background-color: #783381 !important;
        left: 60px;
    }
}

/* .dot {
    width: 20px;
    height: 20px;
    position: absolute;
    
    right: 0px;
    top: 0px;
    background-color: #783381;
    border-radius: 50%;
    animation: dotAnimation 1s infinite alternate;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  }
  
  @keyframes dotAnimation {
    0% {
      transform: scale(1);
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    }
    100% {
      transform: scale(0.5);
      box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    }
  } */

  /* .notification-container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
  }
  
  .notification-dot {
    position: absolute;
    width: 5px;
    height: 5px;
    background-color: #783381;
    border-radius: 50%;
    animation: dotAnimation 1s infinite alternate ease;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
    z-index: 3;

  }
  
  .notification-dot:nth-child(2) {
    width: 10px;
    height: 10px;
    position: absolute;
    background-color: #a56aac;
    animation-delay: 2s;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    z-index: 2;
    animation: dotAnimation 1.5s infinite alternate ease;

  }
  
  .notification-dot:nth-child(3) {
    position: absolute;
    width: 15px;
    height: 15px;
    background-color: #c4a9c8;
    animation-delay: 3s;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    z-index: 1;
    animation: dotAnimation 2s infinite alternate ease;

  }
  
  @keyframes dotAnimation{
    0% {
       scale: 1;
    }
    100% {
       scale: 1.5;
    }
} */



.dot {
    width: 10px;
    height: 10px;
    position: absolute;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    right: 0px;
    top: 0px;
    background-color: #783381;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    transition: .2s;
    animation: blinkAnimation 1.5s linear infinite;
    opacity: 0;
  }


  @keyframes blinkAnimation {
    0% {
      opacity: 0; /* Start with opacity 0 */
    }
    50% {
      opacity: 1; /* Transition to opacity 1 */
    }
    100% {
      opacity: 0; /* Return to opacity 0 */
    }
  }
  
  .investor_a:hover a .dot{
    display: none !important;
  }
.tp-leftarrow{
    display: none;
}
.tp-rightarrow{
    display: none;
}
.project_topic{
    position: absolute;
    bottom: 20px;
    margin: 0;
    left: 20px;
    color: #fff;
    font-weight: 500;
    opacity: 0;
    transition: .3s;
    transform: translateY(-10px);
}
.project_img_container:hover  .project_topic{
    opacity: 1;
    transform: translateY(0px);

}
  

.header_content{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 90px;
    width: 100%;
}
/* .menu-button,
.menu-button::before,
.menu-button::after {
  display: block;
  background-color: #fff;
  position: absolute;
  height: 4px;
  width: 30px;
  transition: transform 400ms cubic-bezier(0.23, 1, 0.32, 1);
  border-radius: 2px;
  transition: .3s ease;
}
.menu-button-parent{
    cursor: pointer !important;
}
.menu-button-active::before,.menu-button-active::after{
    opacity: 1 !important;
}
.menu-button-active{
    opacity: 0 !important;
}
.menu-button::before {
  content: '';
  margin-top: -8px;
}

.menu-button::after {
  content: '';
  margin-top: 8px;
} */
.menu-button{
    position: relative;
    display: flex ;
    flex-direction: column;
    gap: 4px;
    transition: .3s ease;
    
}
.menu-button span{
    display: block;
    background-color: #fff;
    /* position: absolute; */
    height: 4px;
    width: 30px;
    transition: transform 400ms cubic-bezier(0.23, 1, 0.32, 1);
    border-radius: 2px;
    transition: .3s ease;
    
    
}
.menu-button:hover .menu-button-line-2{
    transform: translateX(10px);
    /* align-items: flex-end; */
}
.menu-button-parent{
    cursor: pointer !important;
}
.menu-button-active{
    gap: 0px;
}
.menu-button .menu-button-line-2{
    /* opacity: 0 !important; */
    width: 20px !important;
}
.menu-button-active .menu-button-line-2{
    opacity: 0 !important;
}
.menu-button-active .menu-button-line-1{
    opacity: 1 !important;
    transform: rotate(-45deg);
  margin-top: 8px;

}
.menu-button-active .menu-button-line-3{
    opacity: 1 !important;
    transform: rotate(45deg);
  margin-top: -8px;

}
/* .menu-button .menu-button-line-1 {
  margin-top: -8px;
}

.menu-button .menu-button-line-2{
  margin-top: 8px;
} */
.menu{
    position: fixed;
    padding-bottom: 100px;
    left: 0;
    top: 0;
    bottom: 0px;
    margin: 0;
    /* margin-top: 45px; */
    padding: 50px;
    width: 450px;
    /* height: 85vh; */
    z-index: 100;
    background-color: #fff;
    transition: .3s ease;
    transform: translateX(-100%);
    overflow-y: scroll !important;
    -ms-overflow-style: none;  
    scrollbar-width: none;
}
.fixed_body{
    overflow-y: hidden !important;
    filter: brightness(0.7);
}
.menu::-webkit-scrollbar {
    display: none;
}
body::-webkit-scrollbar {
    display: none;
}
body{
    -ms-overflow-style: none;  
    scrollbar-width: none; 
}

.menu h1{
    position: relative;
    font-weight: 700;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    font-size: 20px;
    margin: 0;
   
    /* margin-bottom: 30px; */
}
.menu h1::after{
    position: absolute;
    content: "";
    bottom: -5px;
    width: 100%;
    border: .5px solid #33333393;
    left: 0;
}
.menu h2{
    font-weight: 700;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    font-size: 13px;   
    text-decoration: underline;
    margin: 0;
}
.menu details summary{
    list-style: none;
    margin: 15px 0;
    font-size: 2rem;
    letter-spacing: 1.5px;
    text-transform: capitalize;
    /* font-family: 'Edu TAS Beginner', cursive; */
    /* font-family: 'Bebas Neue', sans-serif; */
    font-family: 'El Messiri', sans-serif;
}
.menu .news{
    display: none;
    list-style: none;
    margin: 15px 0;
    font-size: 2rem;
    letter-spacing: 1.5px;
    text-transform: capitalize;
    /* font-family: 'Edu TAS Beginner', cursive; */
    /* font-family: 'Bebas Neue', sans-serif; */
    font-family: 'El Messiri', sans-serif;
}
.menu .news a{
  color: #777;
  text-decoration: none;
}
.menu .news a{
  color: #777;
  text-decoration: none;
}
.menu .news{
    list-style: none;
    margin: 15px 0;
    font-size: 2rem;
    letter-spacing: 1.5px;
    text-transform: capitalize;
    /* font-family: 'Edu TAS Beginner', cursive; */
    /* font-family: 'Bebas Neue', sans-serif; */
    font-family: 'El Messiri', sans-serif;
}
.menu details ul li{
    list-style: none;
    padding-top: 3px;
    padding-bottom: 3px;
    text-transform: capitalize;
    /* font-family: 'Edu TAS Beginner', cursive; */
    /* font-family: 'Playpen Sans', cursive; */
    font-family: 'El Messiri', sans-serif;

}
.menu details ul li a{
    color: #777 !important;
    font-size: 18px;
    letter-spacing: 1.5px;
    font-weight: 500;
    /* font-weight: 600; */
    transition: .3s;
} 

.header_content_body_a{
    color: #fff !important;
    font-weight: 600;
    font-size: 20px !important;
    position: relative;
    transition: .2s;
}
.header_content_body_a:hover{
    text-decoration: none !important;
    color: #eae4e4 !important;
}
.visible_menu{
    transform: translateX(0);
    box-shadow: rgba(255, 255, 255, 0.5) 0px 7px 29px 0px !important;  
    filter: brightness(1);
}
.less_brightness{
    filter: brightness(0.5);
}
.contact_shadow{
    box-shadow: rgba(255, 255, 255, 0.16) 0px 10px 36px 0px, rgba(255, 255, 255, 0.06) 0px 0px 0px 1px !important;
}
/* search bar on header */
.search_input_header{
    display: flex;
    align-items: center;
    overflow: hidden;
    border-radius: 15px;       
}
.search_input_header input{
    padding: 2px 10px;
    border: none;
    outline: none;
    background-color: #ffffff;
    font-size: 13px;
    text-transform: capitalize;
    /* font-style: ; */
    font-family: 'El Messiri', sans-serif;

}
.search_input_header button{
    background-color: #ffffff8e;
    padding: 2.1px 10px 2.1px 8px;
    border: none;
    outline: none;
}
.search_input_header button i{
    transition: .3s ease;
}


.search_input_{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0px;
}
.search_input_parent{
    border-radius: 15px;
    overflow: hidden;
}
.search_input_ input{
    /* min-width: 450px; */
    width: 700px;
    padding: 15px 15px;
    
    border: none;
    outline: none;
    background-color: #00000014;
}
.search_input_ button{
    background-color: #000;
    padding: 15px 20px;
    margin-left: -5px;
    border: none;
    outline: none;
}
.search_input_ button i{
    font-size: 20px;
    transform: translateY(3px);
}
.nomatch{
    width: 100%;
    text-align: center;
    padding: 60px 0 ;
    font-size: 20px;
}
.searchResult{
    padding: 30px;
}
.searchResult li{
    list-style: none;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: capitalize;
    cursor: pointer;
    padding: 10px;
    display: block;
}
.searchResult li:hover{
    color: #333;
    text-decoration: underline;
}
.menu-button-mobile{
    display: none;
}



/* .project_section{
    padding: 0 0 30px 0 ;
} */
.project_section .project{
  
    min-height: 100vh;
    width: 100%;
    margin: 60px 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    transition: .3s;
}
.project_section .project .content h1{
    text-transform: capitalize;
    margin-bottom: 15px;
}
.project_section .project .content {
    border-radius: 10px;
    box-shadow: 2px 3px 15px #000000;
}
.project_section .project .content{
    width: 500px;
    padding: 30px;
    margin: 30px;
    background-color: rgb(255, 255, 255);
}
.project_section .project .content a{
    text-transform: capitalize;
    
}
@media (max-width:550px) {
    .menu-button-mobile{
        display: block;
    }
    .menu{
        width: 100%;
    }
    .header_content{
        padding: 20px 15px;
    }
    .project_section .project{
        min-height: 60vh;
        /* background-size: contain; */
    }
    .project_section .project .content{
        background: rgba(0, 0, 0, 0.263);
        border-radius: 16px;
        box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
        backdrop-filter: blur(.5px);
        -webkit-backdrop-filter: blur(.5px);
        border: 1px solid rgba(0, 0, 0, 0.3);
    }
    .project_section .project .content h1{
        color: #fff;
        font-weight: 500;
    }
    .project_section .project .content p{
        line-height: normal;        
        color: #fff;
    }
    .project_section .project .content a{
        color: #fff;
        font-weight: 500;
        position: relative;
    }
    .project_section .project .content a::after{
        content: "";
        width: 100%;
        position: absolute;
        border: 2px solid #fff;
        bottom: -5px;
        left: 0;
    }
    .search_input_parent{
        width: 90%;
        display: flex;
    }
    .searchResult{
        padding: 0 15px;
    }
    .menu .news{
        display: block;
    }
    .header_content_body_a{
        display: none;
    }
    .blog-para{
        margin: 0 !important;
    }
    .title h1{
        width: 90% !important;
    }
}