body,html{
    font-family:'Poppins';
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

.up{
    background-color: #b78f1b;
    padding: 12px 0px;
    color: black;
}

.IconImages{
    width: 20px;
    margin-left: 10px;
}
a.nav-link {
    padding: 30px 0px;
    color: black;
    text-decoration: none; 
    /* font-size: 13px; */
    font-size: 15px;
    text-align: center;
}

a.nav-link:active{
    padding: 30px 0px;
    color:black !important;
}
a.nav-link:hover {
    padding: 30px 0px;
    color:black !important;
}

/* Add hover effect */
/* a.nav-link:hover {
    color: #b78f1b;
} */

.welcome {
    text-align: center;
    margin-top: 40px;
    font-size: 24px;
    color: #b78f1b;
    font-weight: 900;
}

.welcomeTara{
    text-align: center;
    font-size: 40px;
    font-weight: 900;
}
.welcomeTara1{
    /* text-align: center; */
    font-size: 22px;
    font-weight: 900;
}

hr:not([size]) {
    height: 4px; /* Increased thickness */
    width: 300px;
    margin: auto; /* Center the horizontal rule */
    border: none; /* Remove default border */
    background-color: #b78f1b; /* Background color */
}

.img_cls{
    font-size: 16px;
}

.back{
    background-color: #f5f5f5;
    font-family:'Poppins';
}

.knowMore{
    background-color: #b78f1b;
    color: black;
}

.ourwork_img {
    float: left;
    width: 100%;
    height: 280px;
    object-fit: cover;
}

.gallery{
    font-family:'Poppins';
    font-size: 21px;
    font-weight: bolder;
    background-color: #b78f1b;
    width: fit-content;
    padding: 7px 30px;
    border: none;
    color: black;
    margin: 30px;
}

.contain {
    margin: 0 auto;
    max-width: 1200px;
    width: 100%;
  }
  
  .item {
    align-items: center;
    /* background-color: tomato; */
    color: black;
    /* display: flex; */
    height: 300px;
    justify-content: center;
  }

  .owlHead{
    font-family:'Poppins';
    font-size: 40px;
    font-weight: bolder;
    text-align: center;
    margin-top: 30px;
    color: black;
  }

  .row_bckgnd{
    background-image: url(images/img_back.png);
  }

  .owl_pclass{
    padding: 28px;
    text-align: center;
    font-size: 18px;
    font-weight: normal;
    margin-top: 30px;
  }

  .make{
    margin: 30px 0px;
    font-size: 30px;
    font-family:'Poppins';
    font-weight: bolder;
    text-align: center;
  }

  .ContactUs{
    font-family:'Poppins';
    font-size: 19px;
    font-weight: bolder;
    background-color: #b78f1b;
    width: fit-content;
    padding: 7px 30px;
    border: none;
    color: black;
    margin-bottom: 30px;
  }

  .mob_view{
    display: none;
  }

  @media screen and (max-width: 1000px){
    .desk_view{
        display: none;
    }
    .mob_view{
        display: block;
    }
    .welcomeTara{
        font-size: 33px;
    }
    .welcomeTara1{
        font-size: 25px;
        text-align: center;
    }
    .checkpara{
        margin-top: -35px;
        padding: 0px 35px;
    
    }
}


a.nav-link1.active{
    color: #b78f1b;
    text-decoration: none;
    padding: 20px 0px !important;
}
a.nav-link1{
    color: black;
    text-decoration: none;
    padding: 20px 0px !important;
}


.js-scroll {
    opacity: 0;
    transition: opacity 500ms;
}

.js-scroll.scrolled {
    opacity: 1;
}

/* .scrolled.img_heart {
     animation: mymove1 2s;
  } */
.scrolled.top_container {
    animation: 0.7s ease-out 0s 1 btm;
}

.scrolled.top_container1 {
    animation: 0.7s ease-out 0s 1 slideInFromTop;
}

.scrolled.top_container6 {
    animation: 0.7s ease-out 0s 1 slideInFromLeft;
}

.scrolled.top_container7 {
    animation: 1s ease-out 0s 1 slideInFromleft_1;
}

.scrolled.top_container8 {
    animation: 1s ease-out 0s 1 btm;
}

.scrolled.top_container3 {
    animation: mymove1 2s;
}

.scrolled.btn_f {
    animation: mymove 2s;
}


.scrolled.top_container4 {
    animation: mymove1 2s;
}

.scrolled.top_container5 {
    animation: mymove1 2s;
}
@keyframes mymove {
    from {
        transform: rotatex(0.7turn);
    }

    to {
        transform: rotatex(1turn);
    }
}

@keyframes mymove1 {
    from {
        transform: rotatey(0.7turn);
    }

    to {
        transform: rotatey(1turn);
    }
}
.scrolled.top_container15 {
    animation: mymove1 2s;
    animation-duration: 2s;
    animation-timing-function: ease;
    animation-delay: 0s;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-fill-mode: none;
    animation-play-state: running;
    animation-name: mymove1;
}


@keyframes slideInFromLeft {
    0% {
        transform: translateX(-100%);
    }

    100% {
        transform: translateX(0);
    }
}

@keyframes slideInFromTop {
    0% {
        transform: translateY(-100%);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes slideInFromRight {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
}

@keyframes slideInFromleft_1 {
    0% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(0);
    }
}




.footer{
    text-align: center;
    padding: 30px;
    background: aliceblue;
}

.conBack{
    position: relative;
    text-align: center;
    color: white;
    
  }

  .centered {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 40px;
    font-weight: bold;
    font-family:'Poppins';
    transform: translate(-50%, -50%);
  } 

  .whatWeDo{
    margin: 30px 0px;
    font-weight: bold;
font-size:27px;
  }

  .wedo{
    background-color: #f5f5f5;
  }

  .checkpoint {
    display: flex;
    align-items: flex-start; /* Align items to the start of the container */
}

.checkpoint-icon {
    margin-right: 10px; /* Add some space between the icon and the text */
    font-size: 20px; /* Adjust the size of the icon */
}

/* Adjustments for responsiveness */
@media (max-width: 768px) {
    .checkpoint {
        flex-direction: column; /* Stack items vertically on smaller screens */
    }

    .checkpoint-icon {
        margin-right: 0; /* Remove right margin on smaller screens */
        margin-bottom: 10px; /* Add bottom margin for spacing */
    }
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.dropdown-item{
    display: block;
    width: 100%;
    padding: 0.65rem 1rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}
.dropdown-item:hover{
    display: block;
    width: 100%;
    padding: 0.65rem 1rem;
    clear: both;
    font-weight: 400;
    color: black;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: #b78f1b;
    border: 0;
}

.wedhead{
    font-size: 23px;
    margin-top: 20px;
}