html
{
    height: 100%;    
}
body
{
    font-family: "Livvic", sans-serif;
    /* font-family: "Inter", sans-serif; */
    /* font-family: "Fredoka", serif; */
}
.contentPartHead
{
    font-family: "Rajdhani", sans-serif;
}
:root
{
    --primaryColor : #f9b62a;
    --primaryBgOpacityColor : #f9b62a21;
    --secondaryColor : #000000;
    --whiteColor : #ffffff;
    --secondaryWhiteColor : #d6d6d6; 
    --grayColor : #757575;
    --cardsLayout : #f4f4f4;
    --iconColor : #333333;
}
/*Common Css Starts Here*/
.row
{
    margin-left: 0px !important;
    margin-right: 0px !important;
}
.height100
{
    height: 100%;
}
.width100
{
    width: 100%;
}
.primaryBtn
{
    background-color: var(--primaryColor);
    color: var(--whiteColor);
    border: 0px;
    padding: 12px 36px;
    border-radius: 32px;
    font-weight: 600;
}
.floatL
{
    float: left;
}
.floatR
{
    float: right;
}
.commonul
{
    padding-left: 0px;
}
.commonli 
{
    list-style-type: none;
}
.sectionSpacing
{
    padding-top: 60px;
    padding-bottom: 60px;
}
.contentPartHead h2
{
    margin-bottom: 8px;
    font-weight: 700;
    line-height: 46px;
}
.contentPartBody p
{
    line-height: 36px;
}
.iconPoint h2
{
    font-size: 18px;
    font-weight: 700;
}
.iconPoint p
{
    font-size: 14px;
    line-height: 24px;
}
.padLR32
{
    padding-left: 32px;
    padding-right: 32px;
}
.primaryColor
{
    color: var(--primaryColor);
}
.padLR0
{
    padding-left: 0px;
    padding-right: 0px;
}
.padL0
{
    padding-left: 0px;
}
.padR0
{
    padding-right: 0px;
}
.marT12
{
    margin-top: 12px;
}
.cardsLayout
{
    background-color: var(--cardsLayout);
}
.cardsLayout .card-title
{
    margin: 12px 0px;
}
.cardsLayout .card
{
    height: 90%;
    border-top-left-radius: 24px;
    border: 1px solid #e3e3e3;
}
.cardsLayout .card:hover
{
    background-color: var(--primaryBgOpacityColor);
}
.cardsLayout .card p
{
    font-size: 12px;
    line-height: 24px;
}
.rightPartBanner
{
    padding-left: 16px;
    margin-top: 32px;
    width: 100%;
}
.material-symbols-rounded
{
    float: left;
    padding-right: 8px;
    color: var(--iconColor);
}
.cardsLayout .material-symbols-rounded
{
    float: initial;
    color: var(--primaryColor);
}
.footerPart .material-symbols-rounded
{
    color: var(--whiteColor);
    font-size: 16px;
}
.marB0
{
    margin-bottom: 0px;
}
/*Common Css Ends Here*/
/*Internal Page Css Starts Here*/
.internalTopSpacing
{
    margin-top: 42px;
}
/*Internal Page Css Ends Here*/
/*Header Css Starts Here*/
.header
{
    position: fixed;
    background-color: var(--whiteColor);
    width: 100%;
    z-index: 9;
}
.headerTopPart
{
    clear: both;
    height: 40px;
    line-height: 40px;
    background-color: var(--primaryBgOpacityColor);
}
.headerBottomPart .navbar
{
    -webkit-box-shadow: 0px 3px 12px 0px rgb(121 112 112 / 17%);
    -moz-box-shadow: 0px 3px 12px 0px rgb(121 112 112 / 17%);
    box-shadow: -1px 14px 12px 9px rgb(121 112 112 / 17%);
}
.topContact
{
    display: flex;
}
.navbar-brand
{
    margin: 0px;
}
.navbar-brand img
{
    width: 200px;
}
.navbar-expand-lg .navbar-collapse
{
    justify-content: end;
    flex-grow: initial;
}
.nav-item 
{
    font-size: 18px;
    font-weight: 600;
    padding: 8px;
}
.dropdown-menu.show
{
    padding: 16px;
    border: 0px;
    -webkit-box-shadow: 0px 7px 5px 0px rgba(214, 214, 214, 1);
    -moz-box-shadow: 0px 7px 5px 0px rgba(214, 214, 214, 1);
    box-shadow: 0px 7px 5px 0px rgba(214, 214, 214, 1);
}
.dropdown-menu.show li
{
    padding-bottom: 8px;
}
.dropdown-menu.show a:hover,
.dropdown-item.active, 
.dropdown-item:active
{
    background-color: var(--primaryBgOpacityColor);
    color: var(--secondaryColor);
}
/*Header Css Ends Here*/
/*Hero Section Css Starts Here*/
.carousel-item
{
    height: 100vh;
}
.carousel-caption
{
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #000000a1;
}
.carousel-caption h1
{
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 12px;
}
.carousel-caption p
{
    margin-bottom: 32px;
    color: var(--secondaryWhiteColor);
}
.sliderBody
{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: baseline;
    padding-left: 13%;
    padding-top: 2%;
}
/*Hero Section Css Ends Here*/
/*Eliminate Section Css Starts Here*/
.eliminatePart
{
    height: 550px !important;
}
/*Eliminate Section Css Ends Here*/
/*Items Card Css Starts Here*/
.item
{
    position: relative;
}
.item:hover .hoverPart
{
    display: block;
}
.hoverPart
{
    display: none;
    /*position: absolute;
    top: 0px;
   
    width: 100%;
    height: 100%;
    left: 0px;
    transform: translate3d(0px, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
    border-top-left-radius: 50px; */
    position: absolute;
    background-color: var(--primaryBgOpacityColor);
    top: -100%; /* Start off-screen above */
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    color: var(--whiteColor);
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform 0.5s ease-in-out; /* Transition effect */
    border-top-left-radius: 50px;
}
.item:hover .hoverPart {
    transform: translateY(100%); /* Move down when hovered */
    opacity: 1;
}
.hoverAcionBtn
{
    position: absolute;
    bottom: -10px;
    left: 50%;
    background-color: var(--primaryColor) !important;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    float: left;
    margin-left: -25px;
    line-height: 14px;
}
.hoverAcionBtn a
{
    color: var(--whiteColor);
}
/*Item Cards Css Ends Here*/
/*About Us Css Starts Here*/
.aboutUsRight .iconPoint h2
{
    font-size: initial;
    font-weight: initial;
    margin-bottom: 24px;
}
/*About Us Css Ends Here*/
/*Carousel Css Starts Here*/
/*Carousel Css Ends Here*/
/*Image Width Css Starts Here*/
.imagePart
{
    padding-right: 32px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.imagePart img
{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/*Image Width Css Ends Here*/
/*Services Section Css Starts Here*/
.servicesSlider .item
{
    padding: 18px;
    margin: 12px 0px;
    margin-right: 16px;
    border-radius: 4px;
    background-color: var(--whiteColor);
    color: var(--secondaryColor);
    border: 1px solid #f0f0f0;
    height: 440px;
    box-shadow: 0 6px 18px 0 rgba(0, 0, 0, 0.13);
    border-top-left-radius: 50px;
}
.servicesSlider .item img
{
    height: 280px;
    object-fit: cover;
    border-radius: 4px;
    border-top-left-radius: 40px;
}
.servicesSlider .item h3
{
    font-size: 18px;
    font-weight: 600;
    text-align: left;
    padding-top: 12px;
}
.servicesSlider .item p
{
    font-size: 12px;
    text-align: left;
    line-height: 24px;
}
/*Services Section Css Ends Here*/
/*Products Section Css Starts Here*/
.productsSlider .item
{
    padding: 18px;
    margin: 12px 0px;
    margin-right: 16px;
    border-radius: 4px;
    background-color: var(--whiteColor);
    color: var(--secondaryColor);
    border: 1px solid #f0f0f0;
    height: 380px;
    box-shadow: 0 6px 18px 0 rgba(0, 0, 0, 0.13);
}
.productsSlider .item img
{
    width: 100%;
    object-fit: cover;
    border-radius: 4px;
    opacity: 0.6;
}
.productsSlider .item h3
{
    font-size: 18px;
    font-weight: 600;
    text-align: left;
    padding-top: 12px;
}
.productsSlider .item p
{
    font-size: 12px;
    text-align: left;
    line-height: 24px;
}
.productInfo:nth-child(odd)
{
    margin-bottom: 50px;    
}
.productInfo:nth-child(even)
{
    margin-top: 50px;
}
/*Products Section Css Ends Here*/
/*Carousel Css Starts Here*/
.item
{
    background-color: transparent;
    color: #000;
    padding: 0px;
    margin: 0px;
    text-align: left;
}
/*Carousel Css Ends Here*/
/*Testimonial Css Starts Here*/
.testimonialCard 
{
    display: flex;
    padding: 24px 24px 0px 24px;
    background-color: var(--primaryBgOpacityColor);
}
.testimonialImage
{
    margin-right: 32px;
}
.testimonialDescription p
{
    font-size: 13px;
    line-height: 24px;
}
/*Testimonial Css Ends Here*/
/*Clients Slider Css Starts Here*/
.clientsSlider .item
{
    padding: 28px;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
}
/*Clients Slider Css Ends Here*/
/*Internal Page Banner Css Starts Here*/
.internalPageBanner 
{
    position: relative;
    width: 100%;
    max-height: 260px;
    overflow: hidden;
    background-color: #f9b62a0d;
}
.internalPageBanner img 
{
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}
.overlay 
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}
.banner-text 
{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -10%);
    color: var(--secondaryColor);
    font-size: 2.5rem;
    text-align: center;
    padding: 20px;
    font-family: Arial, sans-serif;
}
@media (max-width: 768px) 
{
    .banner-text 
    {
        font-size: 2rem;
        padding: 15px;
    }
}
@media (max-width: 480px) 
{
    .banner-text 
    {
        font-size: 1.5rem;
        padding: 10px;
    }
}
/*Internal Page Banner Css Ends Here*/
.howWeWork
{
    background-color: #f4f4f4;
}
.workProcess
{
    text-align: center;
}
.workProcess img
{
    height: 300px;
}
/*Footer Section Css Starts Here*/
.footerPart
{
    background-color: var(--secondaryColor);
    color: var(--whiteColor);
}
.footerPart .anchorInitial
{
    color: var(--whiteColor);
    text-decoration: none;
}
.footerTop
{
    padding: 30px 0px 10px;
}
.footerLogo img
{   
    width: 200px;
    margin-bottom: 32px;
}
.footerShortInfo p
{
    font-size: 13px;
    line-height: 28px;
    color: var(--secondaryWhiteColor);
}
.footerLinks
{
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* align-items: center; */
}
.footerLinks a
{
    color: var(--secondaryWhiteColor);
    text-decoration: none;
    font-size: 13px;
}
.footerLinks .commonli
{
    margin-bottom: 8px;
    margin-left: 20px;
    list-style-type: initial;
}
.contactDetails
{
    font-size: 13px;
    color: var(--secondaryWhiteColor);
}
.footerBottom
{
    background-color: #101010;
    padding: 12px;
    font-size: 12px;
}
.onePart .footerLinks .commonli
{
    float: left;
    padding-right: 32px;
}
/*Footer Section Css Ends Here*/
/*Contact Us Form Css Starts Here*/
.contactInfo
{
    background-color: #f9f9f9;
    padding: 24px;
    border-radius: 8px;
    height: 100%;
}
.contactFormPart
{
    height: 100%;
    padding: 24px;
}
.commonInput
{
    margin-bottom: 10px;
}
.commonInput label
{
    font-size: 14px;
    font-weight: 500;
    color: var(--grayColor);
    margin-bottom: 6px;
}
.commonInput input
{
    height: 40px;
    border-radius: 2px;
    border: 1px solid #cccccc;
}
.commonInput textarea
{
    border: 1px solid #cccccc;
}
.commonInput input,
.commonInput textarea
{
    width: 100%;
}
.contactInfo .contentPartHead h2
{
    margin-bottom: 28px;
}
.contactInfo .commonInput
{
    display: flex;
}
.contactInfo .commonInput h2
{
    font-size: 16px;
    margin-bottom: 12px;
    line-height: 28px;
}
.contactInfo .commonInput a
{
    color: var(--secondaryColor);
}
.contactMap
{
    border: 1px dashed var(--primaryColor);
    border-radius: 4px;
}
.contactMap iframe
{
    border-radius: 4px;
}
/*Contact Us Form Css Ends Here*/
/*Privacy Policy Css Starts Here*/
.privacyPolicy
{
    font-weight: 300;
}
.spanTitle
{
    font-weight: 500;
    padding-right: 4px;
}
/*Privacy Policy Css Ends Here*/

/*Responsive Css Starts Here*/
@media only screen and (max-width: 600px) and (min-width: 280px) 
{

}
@media only screen and (max-width: 1024px) and (min-width: 280px) 
{
    .sectionSpacing 
    {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .eliminatePart 
    {
        display: none;
    }
    .carousel-item,
    .carousel-item img
    {
        height: 70vh;
    }
    .workProcess img
    {
        height: auto;
        width: 100%;
    }
    .clientsSlider .item img
    {
        max-width: 200px;
    }
    .contentPartFooter
    {
        margin-top: 24px;
    }
    .sliderBody 
    {
        padding: 24px;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .sliderBody h1
    {
        font-size: 26px;
        line-height: 32px;
    }
    .sliderBody p
    {
        display: none;
    }

    .internalPageBanner
    {
        height: 200px;
    }
    .aboutUsRight
    {
        margin-top: 32px;
    }
    .banner-text
    {
        width: 100%;
    }
    .contactFormPart .padL0
    {
        padding-right: 0px;
    }
    .contactFormPart .padR0
    {
        padding-left: 0px;
    }
    .internalTopSpacing
    {
        margin-top: 0px;
    }
}
/*Responsive Css Ends Here*/
/* 2E2E2E
F59724 */