@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap");

@font-face {
    font-family: YesevaOne-Regular;
    src: url(../fonts/YesevaOne-Regular.ttf);
}
:root {
    /* --primary-color: #fe5716; */
    --primary-color: #0d6efd;
    --secondary-color: #010101;
    --text-color: #666;
    --typography-body-font-family: "Manrope", sans-serif;
    --typography-body-font-family2: "Poppins", sans-serif;
    /* --typography-secondary-font-family: "Host Grotesk", sans-serif; */
    /* --bs-primary-rgb: 254, 87, 22 !important; */
    --head-font-family: YesevaOne-Regular;
}
*,
*::before,
*::after {
    transition: 0.7s;
}
.head-font-family {
    font-family: var(--head-font-family) !important;
}
body {
    scroll-behavior: smooth;
    font-family: var(--typography-body-font-family2);
    font-weight: 400;
    font-style: normal;
    font-size: 15px;
    line-height: 30px;
    text-align: justify;
    color: var(--text-color);
    overflow-x: clip;
    padding: 0 !important;
}
a {
    text-decoration: none;
}
section {
    position: relative;
    overflow-x: clip;
}
ul p {
    line-height: 22px;
}
.bg-blur {
    backdrop-filter: blur(3px);
}
.logo img {
    width: 220px;
}
.navbar a {
    font-family: var(--typography-body-font-family2);
}
.navbar-nav .nav-link.active,
.navbar-nav .nav-link:hover {
    background-color: var(--primary-color) !important;
    color: white !important;
}
.navbar .dropdown-item:hover {
    color: var(--primary-color) !important;
}
.navbar .top-social-icons a:hover {
    color: var(--primary-color) !important;
    background-color: transparent !important;
}

/* Caption bilkul hide */
#homeCarousel .carousel-caption {
    visibility: hidden;
    opacity: 0;
}

/* Sirf ACTIVE slide te show + animate */
#homeCarousel .carousel-item.active .carousel-caption {
    visibility: visible;
    animation: captionFade 1s ease forwards;
}

/* Animation */
@keyframes captionFade {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.title h6 {
    font-size: 17px;
    box-shadow: var(--primary-color) 3px 3px 6px 0px inset, rgb(0 0 0 / 0%) -3px -3px 6px 1px inset;
    padding: 8px 15px 8px 30px;
    border-radius: 50px;
    margin-bottom: 20px !important;
}
.title h6::before {
    width: 0.5rem;
    height: 0.5rem;
    background: var(--primary-color);
    border-radius: 100%;
    transform: translateY(-50%);
    content: "";
    animation: 1s blink ease infinite;
    position: absolute;
    left: 15px;
    top: 50%;
}
.title h6.text-white::before {
    background-color: #fff;
}
@keyframes blink {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
.homeAboutContent div.d-flex .factIcon {
    height: 50px;
    width: 50px;
    box-shadow: 0px 0px 2px 5px rgb(13 110 253 / 27%);
}
.aboutImage img.position-absolute {
    bottom: -10%;
    right: 5%;
    border: 10px solid white;
}
.aboutImage .aboutExperience {
    top: -2%;
    right: -2%;
    height: 110px;
    width: 120px;
}
.aboutImage .aboutImage1 {
    width: 80%;
}
.whyChooseSection .card .card-body div.d-flex {
    height: 80px;
    width: 80px;
    border-radius: 50%;
}
.whyChooseSection .card .card-body div.d-flex img,
.homeAboutContent div.d-flex .factIcon img {
    filter: invert(1);
    height: 60%;
    width: 60%;
}
.categorySect img {
    filter: drop-shadow(2px 4px 6px rgb(0 0 0 / 50%));
}
.categorySect h4 {
    font-size: 18px;
}
.directorSection div.row {
    background-color: #e9f2ff;
}
.whyChooseSection .card .card-body div.d-flex {
    box-shadow: 0 0 11px 6px rgb(118 172 241 / 29%) !important;
}
.whyChooseSection .card .card-body div.d-flex::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    border: 2px dashed white;
    animation: 12s linear 0s infinite normal none running spinAround;
}
@keyframes spinAround {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}
.whyChooseSection .card .card-body h4 {
    width: 80%;
}
@media only screen and (max-width: 768px) {
    .whyChooseSection .card .card-body h4 {
        width: 100%;
    }
     .aboutImage img.position-absolute{
       width : 50%;
           border: 3px solid white;
     }
     .carousel-inner h1{
         font-size : 12px;
      
    }
}
.directorImage-one_image {
    position: relative;
    overflow: hidden;
}
.directorImage-one_image img {
    position: relative;
    width: 100%;
    display: block;
    -webkit-mask-size: cover;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-image: url("../media/icons/mask-1.png");
    mask-image: url("../media/icons/mask-1.png");
    mask-size: cover;
    mask-repeat: no-repeat;
}
.missionVisonHead ul .nav-link.active,
.missionVisonHead ul .nav-link:hover {
    color: var(--primary-color) !important;
}
.missionVisonHead ul .nav-link:hover div img.position-relative,
.missionVisonHead ul .nav-link.active div img.position-relative {
    opacity: 0 !important;
}
.missionVisonHead ul .nav-link:hover div img.position-absolute,
.missionVisonHead ul .nav-link.active div img.position-absolute {
    opacity: 1 !important;
}
.missionVisonContent img {
    filter: drop-shadow(0 0 19px rgb(0 0 0 / 30%));
}
.missionVisonContent h2 {
    font-family: var(--head-font-family);
}
.button--hyperion {
    font-weight: 500;
    padding: 10px 14px;
    border: 1px solid #000;
    background: #000;
}
.button::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    background: var(--primary-color);
    transition: transform 0.7s cubic-bezier(0.7, 0, 0.2, 1);
    transform-origin: 100% 50%;
    width: 100%;
    height: 100%;
}
.button--hyperion:hover::before {
    transform: scale3d(0, 1, 1);
    transform-origin: 0% 50%;
}
.button--hyperion:hover > span > span {
    animation: MoveUpInitial 0.5s forwards, MoveUpEnd 0.2s forwards 0.2s;
}
@keyframes MoveUpInitial {
    100% {
        transform: translate3d(0, -105%, 0);
    }
}
@keyframes MoveUpEnd {
    0% {
        transform: translate3d(0, 100%, 0);
    }
    100% {
        transform: translate3d(0, 0, 0);
    }
}
.button--hyperion2 {
    padding: 9px 14px;
}
.button--hyperion2::before {
    display: none;
}
.whatWeOfferSection {
    margin-top: 80px !important;
}
.whatWeOfferBg {
    background: url("../media/banner/what-we-offer.jpg") center / cover no-repeat;
}
.whatSetsUsApart {
    background: linear-gradient(rgb(0 0 0 / 0.6), rgb(0, 0, 0, 0.6)), url(../media/about/bg-01.jpg) center / cover no-repeat fixed;
}
.whatSetsUsApartSideHead {
    writing-mode: vertical-lr;
}
.whatSetsUsApartNumber {
    height: 40px;
    width: 40px;
    letter-spacing: 1px;
    font-weight: 500;
    background: rgb(118 112 112 / 62%);
}
.whatSetsUsApartNumber::before {
    content: "";
    position: absolute;
    bottom: -110%;
    left: 50%;
    transform: translateX(-50%);
    width: 1px;
    height: 100%;
    background: var(--primary-color);
}
.whatSetsUsApartNumber02 {
    background: var(--primary-color);
}
.whatSetsUsApartNumber02::after {
    position: absolute;
    content: "";
    top: -4px;
    left: -4px;
    width: 48px;
    height: 48px;
    border: 1px solid var(--primary-color);
    border-radius: 50%;
}
.whatSetsUsApartNumber02::before {
    height: 90%;
    bottom: -100%;
}
.whatSetsUsApartNumber03::before {
    display: none;
}
.whatSetsUsApartFact {
    line-height: 1.7;
}
.contactForm .form-control {
}
.accordion-button:not(.collapsed) {
    background-color: var(--primary-color) !important;
    color: white !important;
}
.link-div {
    height: 40px;
    width: 40px;
    background-color: var(--primary-color);
    opacity: 0;
    transition: 0.7s ease;
}
/*.products-section .shadow::before {*/
/*    content: "";*/
/*    height: 100%;*/
/*    width: 100%;*/
/*    background-color: rgb(0 0 0 / 0.3);*/
/*    position: absolute;*/
/*    left: 0;*/
/*    bottom: -100%;*/
/*    z-index: -1;*/
/*    transition: 0.7s ease;*/
/*}*/

.products-section .shadow:hover::before {
    bottom: 0;
    z-index: 1;
}
.products-section .shadow:hover .link-div {
    opacity: 1;
    z-index: 999;
}
.h5-before-pro::before {
    content: "";
    position: absolute;
    left: 0px;
    
    background-color: var(--primary-color);
    height: 25px;
    width: 5px;
    transform: skew(20deg);
    transform-origin: top;
}
.h5-before-pro::after {
    content: "";
    position: absolute;
    left: 8px;
    top : 0px;
    background-color: var(--primary-color);
    height: 25px;
    width: 5px;
    transform: skew(20deg);
    transform-origin: top;
}
.sticky-sidebar {
    position: sticky;
    top: 20px;
    height: 400px;
}
.dropdown-submenu{
    position: relative;
}
.dropdown-submenu > .dropdown-menu{
    top: 0;
    left: 100%;
    margin-left: .1rem;
    display: none;
}
.dropdown-submenu:hover > .dropdown-menu{
    display: block;
}
