@import url(font-googleapis.css);
@import url(flaticon.css);


/********** Template CSS **********/
:root {
    --orange: #FF6959;
    --secondary: #34AD54;
    --light: #EEF9FF;
    --dark: #091E3E;
}


/*** Spinner ***/
.spinner {
    width: 40px;
    height: 40px;
    background: var(--orange);
    margin: 100px auto;
    -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
    animation: sk-rotateplane 1.2s infinite ease-in-out;
}

@-webkit-keyframes sk-rotateplane {
    0% {
        -webkit-transform: perspective(120px)
    }

    50% {
        -webkit-transform: perspective(120px) rotateY(180deg)
    }

    100% {
        -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg)
    }
}

@keyframes sk-rotateplane {
    0% {
        transform: perspective(120px) rotateX(0deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg)
    }

    50% {
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg)
    }

    100% {
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    }
}

#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Heading ***/
h1,
h2,
.fw-bold {
    font-weight: 800 !important;
}

h3,
h4,
.fw-semi-bold {
    font-weight: 700 !important;
}

h5,
h6,
.fw-medium {
    font-weight: 600 !important;
}


/*** Button ***/
.btn {
    font-family: 'Nunito', sans-serif;
    font-weight: 600;
    transition: .5s;
}

.btn-primary,
.btn-secondary {
    color: #FFFFFF;
    box-shadow: inset 0 0 0 50px transparent;
}

.btn-primary:hover {
    box-shadow: inset 0 0 0 0 var(--orange);
}

.btn-secondary:hover {
    box-shadow: inset 0 0 0 0 var(--secondary);
}

.btn-square {
    width: 36px;
    height: 36px;
}

.btn-sm-square {
    width: 30px;
    height: 30px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}


/*** Navbar ***/
.logoImg {
    max-width: 25% !important;
    
}

.cd-headline {
    color: #FFF !important;
}

.is-hidden {
    display: none !important;
}

.cd-headline.clip span {
    display: inline-block;
    padding: .2em 0;
    color: #ffffff;
    font-size: 30px;
}

.cd-headline.clip span b {
    text-transform: uppercase;
}

.cd-headline.clip .cd-words-wrapper {
    overflow: hidden;
    vertical-align: top;
}

.cd-headline.clip .cd-words-wrapper::after {
    /* line */
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 2px;
    height: 100%;
    background-color: #aebcb9;
}

.cd-headline.clip b {
    opacity: 0;
}

.cd-headline.clip b.is-visible {
    opacity: 1;
}

.cd-words-wrapper {
    display: inline-block;
    position: relative;
    text-align: left;
}

.cd-words-wrapper b {
    display: inline-block;
    position: absolute;
    white-space: nowrap;
    left: 0;
    top: 0;
}

.cd-words-wrapper b.is-visible {
    position: relative;
}

.no-js .cd-words-wrapper b {
    opacity: 0;
}

.no-js .cd-words-wrapper b.is-visible {
    opacity: 1;
}

.navbar-dark .navbar-nav .nav-link {
    font-family: 'Nunito', sans-serif;
    position: relative;
    margin-left: 25px;
    padding: 35px 0;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 600;
    outline: none;
    transition: .5s;
}

.sticky-top.navbar-dark .navbar-nav .nav-link {
    padding: 20px 0;
    /* color: var(--dark);
     */
     color: #0062A5;;
}

.sticky-top img {
    content: url("../images/logo.png");
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
    /* color: var(--orange);
     */
     /* abckground: linear-gradient(to right, #ffde59, #ff914d);;
              -webkit-background-clip: text;
              -webkit-text-fill-color: transparent; */
              color: #0062A5;
}

.img-redius {
    border-radius: 0px 100px 0px 100px !important;
}

.navbar-dark .navbar-brand h1 {
    color: #FFFFFF;
}

.navbar-dark .navbar-toggler {
    /* color: var(--orange) !important;
    border-color: var(--orange) !important; */
    color: #0062A5 !important;
    border-color: #0062A5 !important;
}

.display-inb {
    display: inline-block;
}
.navbar-brand{
  width: 50%;
}
.navbar-collapse{
  width: 50%;
}

@media (max-width: 425px) {
    .navbar a {
        width: 55% !important;
    }

    .carousel-caption h1 {
        font-size: 20px !important;
    }

    .carousel-caption h3 span {
        font-size: 20px !important;
    }
}

@media (min-width:426px) and (max-width: 533px) {
    .navbar a {
        width: 70% !important;
    }
}

@media (max-width: 991.98px) {
    .sticky-top.navbar-dark {
        position: relative;
        background: #FFFFFF;
    }

    .navbar-dark .navbar-nav .nav-link,
    .navbar-dark .navbar-nav .nav-link.show,
    .sticky-top.navbar-dark .navbar-nav .nav-link {
        padding: 10px 0;
        /* color: var(--dark);
         */
         color: #0062A5;
    }
    .navbar-dark .navbar-nav .nav-link {
      margin: auto !important;
      text-align: center !important;
    }

    .navbar-dark .navbar-brand h1 {
        color: var(--orange);
    }
}
@media (width:1024px) {
   .navbar-dark{
    width: 85% !important;
   }
}

@media (min-width: 992px) {
    .navbar-dark {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        /* border-bottom: 1px solid rgba(256, 256, 256, .1); */
        z-index: 999;
    }

    .sticky-top.navbar-dark {
        position: fixed;
        background: #FFFFFF;
    }

    .navbar-dark .navbar-nav .nav-link::before {
        position: absolute;
        content: "";
        width: 0;
        height: 2px;
        bottom: -1px;
        left: 50%;
        /* background: var(--orange); */
        /* background: linear-gradient(to right, #ffde59, #ff914d); */
        background: #0062A5;
        transition: .5s;
    }

    .navbar-dark .navbar-nav .nav-link:hover::before,
    .navbar-dark .navbar-nav .nav-link.active::before {
        width: 100%;
        left: 0;
       
    }

    .navbar-dark .navbar-nav .nav-link.nav-contact::before {
        display: none;
    }

    .sticky-top.navbar-dark .navbar-brand h1 {
        color: var(--orange);
    }
}


/*** Carousel ***/
.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* background: rgba(9, 30, 62, .7); */
   /* background:  rgb(22 23 26 / 70%); */
   background:  rgb(10 10 10 / 70%);
  
    z-index: 1;
}

@media (max-width: 576px) {
    .carousel-caption h5 {
        font-size: 14px;
        font-weight: 500 !important;
    }

    .carousel-caption h1 {
        font-size: 30px;
        font-weight: 600 !important;
    }
}

.carousel-control-prev,
.carousel-control-next {
    width: 10%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
}


/*** Section Title ***/
.section-title::before {
    position: absolute;
    content: "";
    width: 150px;
    height: 5px;
    left: 0;
    bottom: 0;
    /* background: var(--orange); */
    /* background:linear-gradient(to right, #ffde59, #ff914d);; */
    background: #0062A5;
    border-radius: 2px;
}

.section-title.text-center::before {
    left: 50%;
    margin-left: -75px;
}

.section-title.section-title-sm::before {
    width: 90px;
    height: 3px;
}

.section-title::after {
    position: absolute;
    content: "";
    width: 6px;
    height: 5px;
    bottom: 0px;
    background: #FFFFFF;
    -webkit-animation: section-title-run 5s infinite linear;
    animation: section-title-run 5s infinite linear;
}

.section-title.section-title-sm::after {
    width: 4px;
    height: 3px;
}

.section-title.text-center::after {
    -webkit-animation: section-title-run-center 5s infinite linear;
    animation: section-title-run-center 5s infinite linear;
}

.section-title.section-title-sm::after {
    -webkit-animation: section-title-run-sm 5s infinite linear;
    animation: section-title-run-sm 5s infinite linear;
}

@-webkit-keyframes section-title-run {
    0% {
        left: 0;
    }

    50% {
        left: 145px;
    }

    100% {
        left: 0;
    }
}

@-webkit-keyframes section-title-run-center {
    0% {
        left: 50%;
        margin-left: -75px;
    }

    50% {
        left: 50%;
        margin-left: 45px;
    }

    100% {
        left: 50%;
        margin-left: -75px;
    }
}

@-webkit-keyframes section-title-run-sm {
    0% {
        left: 0;
    }

    50% {
        left: 85px;
    }

    100% {
        left: 0;
    }
}


/*** Service ***/
.service-item {
    position: relative;
    height: 400px;
    padding: 0 30px;
    transition: .5s;
}

.service-item .service-icon {
    margin-bottom: 30px;
    margin-top: 1%;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--orange);
    border-radius: 2px;
    transform: rotate(-45deg);
}

.service-item .service-icon i {
    transform: rotate(45deg);
}

.service-item a.btn {
    position: absolute;
    width: 60px;
    bottom: -48px;
    left: 50%;
    margin-left: -30px;
    opacity: 0;
}

.service-item:hover a.btn {
    bottom: -24px;
    opacity: 1;
}
.service-detail p{
    /* transform: rotate(5deg) translateY(60px);
    transition: all ease 0.5s; */
    display: block;
  }
  /* .service-detail{
    overflow: hidden;
  } */
/* .service-item:hover p {
    transform: rotate(0) translateY(0);
} */

  .service-item:hover .service-icon {
    transition: transform 0.6s ease-in-out;
    transform: rotate(315deg);
}
.service-detail {
    height: 50%;
}

@media (min-width: 285px) and (max-width:767px) {
    .service-item {
        height: 600px;
    }

    /* .service-detail {
        height: 100%;
    }

    .service-item .service-icon {
        margin-top: 20%;
        width: 60px;
        height: 80px;
    } */
}

@media (min-width: 768px) and (max-width:1024px) {
    .service-item {
        height: 550px;
    }
}

@media only screen and (max-width: 768px) {
    .m-order1 {
        order: 1;
    }

    .m-order2 {
        order: 2;
    }
}

.contact-icon {
    width: 60px;
    height: 60px;
}

/* @media only screen and (max-width: 320px) {
    .contact-icon {
        width: 50px;
        height: 50px;
    }
} */


/*** Testimonial ***/
.testimonial-carousel .owl-dots {
    margin-top: 15px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    background: #DDDDDD;
    border-radius: 2px;
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    width: 30px;
    /* background: var(--orange); */
    /* background: linear-gradient(135deg, #ffde59, #ff914d); */
    background: #0062A5;

}

.testimonial-carousel .owl-item.center {
    position: relative;
    z-index: 1;
}

.testimonial-carousel .owl-item .testimonial-item {
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-item {
    background: #FFFFFF !important;
    box-shadow: 0 0 30px #DDDDDD;
}


/*** Team ***/
.team-item {
    transition: .5s;
}

.team-social {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s;
}

.team-social a.btn {
    position: relative;
    margin: 0 3px;
    margin-top: 100px;
    opacity: 0;
}

.team-item:hover {
    box-shadow: 0 0 30px #DDDDDD;
}

.team-item:hover .team-social {
    background: rgba(9, 30, 62, .7);
}

.team-item:hover .team-social a.btn:first-child {
    opacity: 1;
    margin-top: 0;
    transition: .3s 0s;
}

.team-item:hover .team-social a.btn:nth-child(2) {
    opacity: 1;
    margin-top: 0;
    transition: .3s .05s;
}

.team-item:hover .team-social a.btn:nth-child(3) {
    opacity: 1;
    margin-top: 0;
    transition: .3s .1s;
}

.team-item:hover .team-social a.btn:nth-child(4) {
    opacity: 1;
    margin-top: 0;
    transition: .3s .15s;
}

.team-item .team-img img,
.blog-item .blog-img img {
    transition: .5s;
}

.team-item:hover .team-img img,
.blog-item:hover .blog-img img {
    transform: scale(1.15);
}


/*** Miscellaneous ***/
@media (min-width: 991.98px) {
    .facts {
        position: relative;
        margin-top: -75px;
        z-index: 1;
    }
}

/* .back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
} */

.bg-header {
    background: linear-gradient(rgba(9, 30, 62, .7), rgba(9, 30, 62, .7)), url(../uploads/about-banner.jpg) center center no-repeat;
    background-size: cover;
}
/* .bg-header-aboutus {
    background: linear-gradient(rgba(9, 30, 62, .7), rgba(9, 30, 62, .7)), url(../uploads/AboutUS.jpg) center center no-repeat;
    background-size: cover;
} */
/* .bg-header-aboutus {
    background:linear-gradient(rgba(32, 33, 34, 0.7), rgba(32, 33, 34, 0.7)), url(../uploads/AboutUS.jpg) center center no-repeat;
    background-size: cover;
} */
.bg-header-aboutus {
    background:linear-gradient(rgba(10, 10, 10, 0.7), rgba(15,15, 15, 0.3)), url(../uploads/AboutUS.jpg) center center no-repeat;
    background-size: cover;
}
.bg-header-aboutus {
    background:linear-gradient(rgba(10, 10, 10, 0.7), rgba(15,15, 15, 0.3)), url(../uploads/AboutUS.jpg) center center no-repeat;
    background-size: cover;
}
.bg-header-service {
    background:linear-gradient(rgba(10, 10, 10, 0.7), rgba(15,15, 15, 0.3)), url(../uploads/service.jpg) center center no-repeat;
    background-size: cover;
}
.bg-header-blog {
    background: linear-gradient(rgba(10, 10, 10, 0.7), rgba(15,15, 15, 0.3)), url(../uploads/Blog.jpg) center center no-repeat;
    background-size: cover;
}
.bg-header-portfolio {
    background: linear-gradient(rgba(10, 10, 10, 0.7), rgba(15,15, 15, 0.3)), url(../uploads/Portfolio.jpg) center center no-repeat;
    background-size: cover;
}
.bg-header-team {
    background: linear-gradient(rgba(10, 10, 10, 0.7), rgba(15,15, 15, 0.3)), url(../uploads/Team.jpg) center center no-repeat;
    background-size: cover;
}
.bg-header-contact {
    background:linear-gradient(rgba(10, 10, 10, 0.7), rgba(15,15, 15, 0.3)), url(../uploads/Contact.jpg) center center no-repeat;
    background-size: cover;
}

.bg-header-blogDetails {
    background:linear-gradient(rgba(10, 10, 10, 0.7), rgba(15,15, 15, 0.3)), url(../uploads/BlogDetails.png) center center no-repeat;
    background-size: cover;
}
.link-animated a {
    transition: .5s;
}

.link-animated a:hover {
    padding-left: 10px;
}

@media (min-width: 767.98px) {
    .footer-about {
        margin-bottom: -75px;
    }
}

/* darshan */
@media (max-width:400px) {
    .carousel-item img {
        height: 305px;
    }
}

@media (min-width:200px) and (max-width:767px) {
    .logoImg {
        content: url("../images/logo.png");
        max-width: 60% !important;
    }
    .footerLogo{
      height: 35% !important;
    }
    .shattered{
      display: none;
    }
    
}
@media (width:768px) {
    .logoImg {
        content: url("../images/logo.png");
        max-width: 40% !important;
    }
        .footerLogo{
      height: 10% !important;
    }
    
}
@media (min-width:769px) and (max-width:991px) {
    .logoImg {
        content: url("../images/logo.png");
        max-width: 40% !important;
    }
        .footerLogo{
      height: 10% !important;
    }
    
}

.footerLogo {
    /* margin-top: 70px; */
    /* width: 133px;
    height: 233px; */
    /* width: 100%;
    height: 40%; */
    margin-top: 100px;
    width: 80%;
    height: 20%;
}

.footer-about {
    text-align: center;
}

#accordion .card-header {
    margin-bottom: 8px;
}

#accordion .accordion-title {
    position: relative;
    display: block;
    padding: 8px 0 8px 50px;
    /* background: #091E3E; */
    background: #242424;
    border-radius: 8px;
    overflow: hidden;
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    width: 100%;
    text-align: left;
    transition: all 0.4s ease-in-out;
    height: 70px;
}

#accordion .accordion-title i {
    position: absolute;
    width: 40px;
    height: 100%;
    left: 0;
    top: 0;
    color: #000;
    /* background: radial-gradient(rgba(33, 55, 68, .8), #213744); */
    background:#0062A5;
    /* background: linear-gradient(135deg, #ffde59, #ff914d); */

    text-align: center;
    border-right: 1px solid transparent;
}

#accordion .accordion-title:hover {
    padding-left: 60px;
    /* background: #091E3E; */
    background: #242424;
    color: #fff;
}

#accordion .accordion-title:hover i {
    border-right: 1px solid #fff;
}

#accordion [aria-expanded="true"] {
    /* background: #FF6959; */
    /* background: linear-gradient(to right,#ffde59,#ff914d); */
    background:#0062A5;
    color: #000;
}

#accordion [aria-expanded="true"] i {
    color: #fff;
    /* background: #FF6959; */
    background: #242424;

}

#accordion [aria-expanded="true"] i:before {
    content: "\f068";
}

#accordion .accordion-body {
    padding: 40px 55px;
}

.filter-button-group {
    border-radius: 0px;
    margin: 10px 0px;
    display: block;
    border-radius: 100px 100px 0px 100px;
}

.filter-button-group button.active {
    /* background: #FF6959;
     */
     background:#0062A5;
    color: #fff;
    box-shadow: 2px 20px 45px 5px rgba(0, 0, 0, .2);
    border-radius: 100px 100px 0px 100px;
}

.button-group button {
    margin-top: 10px;
}

.filter-button-group button {
    color: #333;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    background: #43434372;
    padding: 12px 40px;
    border: none;
    border-radius: 0px;
    border-radius: 100px 100px 0px 100px;
}


/* ====================== [ Start Blog ] ====================== */
.blog-grid {
    position: relative; }
    .blog-grid .item .post-img .img {
      overflow: hidden; }
    .blog-grid .item .post-img:hover img {
      -webkit-transform: scale(1.1, 1.1);
      -ms-transform: scale(1.1, 1.1);
      transform: scale(1.1, 1.1); }
    .blog-grid .item .post-img img {
      -webkit-transition: all .5s;
      -o-transition: all .5s;
      transition: all .5s; }
    .blog-grid .item .cont {
      position: relative;
      padding: 40px 30px 0;
      width: 92%;
      margin-left: 8%;
      margin-top: -40px;
      background: #fff; }
    .blog-grid .item .info {
      margin-bottom: 15px; }
      .blog-grid .item .info a {
        color: #777;
        font-size: 11px;
        text-transform: uppercase;
        font-weight: 500;
        letter-spacing: 1px;
        margin-right: 10px; }
        .blog-grid .item .info a:last-of-type {
          margin-right: 0; }
        .blog-grid .item .info a i {
          margin-right: 2px; }
      .blog-grid .item .info .tag {
        color: #b19777;
        font-weight: 600;
        float: right; }
    .blog-grid .item h5 {
      font-size: 17px;
      line-height: 1.7;
      margin-bottom: 15px; }
    .blog-grid .item .more {
      color: #b19777;
      font-size: 16px;
      text-transform: uppercase;
      letter-spacing: 1px;
      border-bottom: 1px solid #b19777;
      -webkit-transition: all .2s;
      -o-transition: all .2s;
      transition: all .2s; }
      .blog-grid .item .more:hover {
        border-color: transparent; }
    .blog-grid.center .item {
      text-align: center; }
      .blog-grid.center .item .cont {
        margin-left: 4%;
        padding: 40px; }
        .blog-grid.center .item .cont h5 {
          font-size: 21px; }
  
  .blog-pg .posts .item .img {
    position: relative; }
    .blog-pg .posts .item .img .info {
      position: absolute;
      right: 0;
      top: 0;
      padding: 15px;
      background: #fff; }
      .blog-pg .posts .item .img .info .date {
        text-align: center;
        color: #b19777; }
        .blog-pg .posts .item .img .info .date .num {
          display: block;
          font-size: 30px;
          font-weight: 700;
          margin-bottom: 10px;
          padding-bottom: 10px;
          position: relative; }
          .blog-pg .posts .item .img .info .date .num:after {
            content: '';
            width: 30px;
            height: 1px;
            background: #eee;
            position: absolute;
            bottom: 0;
            left: calc(50% - 15px); }
        .blog-pg .posts .item .img .info .date h5 {
          font-size: 14px;
          text-transform: uppercase;
          letter-spacing: 2px; }
  
  .blog-pg .posts .item .content {
    padding-top: 25px; }
    .blog-pg .posts .item .content .tags {
      margin-bottom: 10px; }
      .blog-pg .posts .item .content .tags a {
        font-size: 12px;
        font-weight: 500;
        color: #b19777;
        padding-right: 20px;
        position: relative; }
        .blog-pg .posts .item .content .tags a:after {
          content: '';
          width: 8px;
          height: 2px;
          background: #eee;
          position: absolute;
          right: 4px;
          top: 50%; }
        .blog-pg .posts .item .content .tags a:last-of-type {
          padding-right: 0; }
          .blog-pg .posts .item .content .tags a:last-of-type:after {
            display: none; }
    .blog-pg .posts .item .content h4 {
      font-weight: 700;
      line-height: 1.6;
      margin-bottom: 5px; }
    .blog-pg .posts .item .content .more {
      margin-top: 20px;
      font-size: 12px;
      font-weight: 500;
      text-transform: uppercase;
      letter-spacing: 2px;
      padding-left: 60px;
      position: relative;
      -webkit-transition: all .5s;
      -o-transition: all .5s;
      transition: all .5s; }
      .blog-pg .posts .item .content .more:after {
        content: '';
        width: 50px;
        height: 1px;
        background: #090909;
        position: absolute;
        left: 0px;
        top: 50%;
        -webkit-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s; }
      .blog-pg .posts .item .content .more:hover {
        padding-left: 40px; }
        .blog-pg .posts .item .content .more:hover:after {
          width: 30px; }
  
  
  
  .blog-pg.single .post .title-head {
    text-align: center;
    margin-bottom: 50px; }
    .blog-pg.single .post .title-head h2 {
      margin-bottom: 10px; }
    .blog-pg.single .post .title-head a {
      font-size: 12px;
      font-weight: 500;
      letter-spacing: 2px;
      text-transform: uppercase;
      margin: 0 10px; }
  
  .blog-pg.single .post .main-img .simpleParallax {
    height: 70vh;
    max-height: 600px; }
  
  .blog-pg.single .post .main-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center; }
  
  .blog-pg.single .post .content p {
    color: #555;
    font-size: 16px;
    font-family: inherit;
    margin: 30px 0; }
  
  .blog-pg.single .post .content ul li {
    margin: 10px 0; }
    .blog-pg.single .post .content ul li span {
      margin-right: 10px;
      font-weight: 500;
      font-size: 13px; }
  
  .blog-pg.single .post .content .quotes {
    background: #fafafa;
    padding: 30px;
    margin: 30px 0; }
    .blog-pg.single .post .content .quotes p {
      color: #111;
      font-size: 18px;
      font-style: italic; }
  
  .blog-pg.single .post .content .spacial p {
    color: #111;
    font-size: 18px;
    font-weight: 500; }
  
  .blog-pg.single .post .content .share-info {
    margin-top: 20px;
    padding-top: 10px;
    border-top: 1px solid #999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .blog-pg.single .post .content .share-info .social a {
      font-size: 13px;
      margin-right: 20px; }
    .blog-pg.single .post .content .share-info .tags {
      margin-left: auto; }
      .blog-pg.single .post .content .share-info .tags a {
        font-size: 12px;
        margin: 0 10px; }
  
  
  
  
  
  /* ====================== [ End Blog ] ====================== */


    .cont img{
        width: 100%;
        height: 100%;
    }
    
    /* .main-img img{
        width: 100%;
        height: 100%;
    } */

    .item img{
        width: 100%;
        height: 100%;
    }
    .item{
        margin-bottom:40px ;
    }
    .info{
        display: none;
    }
    .item .img:hover .info{
        display: block;
    }

    .left-border-radius{
        border-radius: 10px 0px 0px 10px !important ;
    }
    .right-border-radius{
        border-radius: 0px 10px 10px 0px !important;
    }
    .border-radius{
        border-radius: 10px !important;
    }

    .bg-dark{
        background-color: #1E2024 !important;
    }


    /* portfolio new */

    our-portfolio {
        padding-top: 120px;
        margin-top: 0px;
      }
      
      .our-portfolio .section-heading h2 {
        text-align: center;
        margin: 0px 90px 0px 90px;
        margin-bottom: 120px;
        position: relative;
        z-index: 1;
      }
      
      .our-portfolio .item {
        position: relative;
      }
      
      .our-portfolio .item:hover .hidden-content {
        top: -100px;
        opacity: 1;
        visibility: visible;
      }
      
      .our-portfolio .item:hover .showed-content {
        top: 120px;
      }
      
      .our-portfolio .hidden-content {
        background: #0062A5;
        /* background: linear-gradient(105deg, rgba(255,77,30,1) 0%, rgba(255,44,109,1) 100%); */
        padding: 30px;
        border-radius: 20px;
        text-align: center;
        opacity: 0;
        top: 0;
        visibility: hidden;
        position: absolute;
        z-index: 2;
        transition: all 0.5s;
        width: 100%;
      }
      
      .our-portfolio .hidden-content:after {
        width: 20px;
        height: 20px;
        position: absolute;
        background:#0062A5;
        content: '';
        left: 50%;
        bottom: -8px;
        margin-left: -5px;
        transform: rotate(45deg);
        /* background: linear-gradient(105deg, rgba(255,52,69,1) 0%, rgba(255,51,78,1) 100%); */
        z-index: -1;
      }
      
      .our-portfolio .hidden-content h4 {
        font-size: 20px;
        font-weight: 700;
        color: #fff;
        margin-bottom: 20px;
      }
      
      .our-portfolio .hidden-content p {
        color: #fff;
      }
      
      .our-portfolio .showed-content {
        top: 0px;
        position: relative;
        z-index: 3;
        background-color: #fff;
        text-align: center;
        padding: 20px;
        border-radius: 20px;
        box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
        transition: all 0.5s;
        height: 300px;
      }
      
      .our-portfolio .showed-content img {
        /* max-width: 100px; */
        width: 100% !important;
      }
      

      /* popup */

      
  .popup-overlay {
    display: none;
    position: fixed;
    top: 0; left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(5px);
    justify-content: center;
    align-items: center;
    z-index: 9999;
    animation: fadeInOverlay 0.4s ease forwards;
  }
  
  /* Popup Content */
  .popup-content {
    /* background: rgba(255, 255, 255, 0.15); */
    background: rgba(250, 244, 244, 0.995);
    backdrop-filter: blur(20px);
    border-radius: 20px;
    padding: 40px;
    max-width: 600px;
    width: 90%;
    color: #000000;
    position: relative;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 0 30px rgba(255, 255, 255, 0.1);
    transform: scale(0.7);
    opacity: 0;
    animation: popupIn 0.4s forwards;
  }
  
  /* Title */
  .popup-content h2 {
    font-size: 26px;
    margin-bottom: 15px;
    font-weight: bold;
    color: #000000;
  }
  
  /* Text */
  .popup-content p {
    font-size: 16px;
    line-height: 1.6;
    color: #000000;
  }
  
  /* Close Button */
  .close-btn {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 26px;
    color: #000000;
    cursor: pointer;
    transition: transform 0.3s, color 0.3s;
  }
  
  .close-btn:hover {
    transform: scale(1.2);
    color: #ff0000;
  }
  
  /* Animations */
  @keyframes popupIn {
    from {
      transform: scale(0.7);
      opacity: 0;
    }
    to {
      transform: scale(1);
      opacity: 1;
    }
  }
  
  @keyframes popupOut {
    from {
      transform: scale(1);
      opacity: 1;
    }
    to {
      transform: scale(0.7);
      opacity: 0;
    }
  }
  
  /* @keyframes fadeInOverlay {
    from {
      background-color: rgba(171, 153, 153, 0);
    }
    to {
      background-color: rgba(91, 6, 6, 0.6);
    }
  } */




  /* our product */

  .product-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
    height: 300px;
  }
  .product-card {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 20px;
    padding: 30px;
    backdrop-filter: blur(10px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    animation: fadeInUp 1s ease-out;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
  .product-card:hover {
    transform: scale(1.07) rotate(-1deg);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.5);
  }
  .product-icon {
    font-size: 50px;
    margin-bottom: 20px;
  }
  .product-title {
    font-size: 1.5em;
    margin-bottom: 10px;
    font-weight: 600;
  }
  .product-desc {
    font-size: 1em;
    margin-bottom: 20px;
    color: #ccc;
  }
  

  @keyframes fadeInUp {
    from {
      opacity: 0;
      transform: translateY(40px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  

  .modal-custom {
    display: none;
    position: fixed;
    z-index: 1050;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.7);
    justify-content: center;
    align-items: center;
    padding: 30px;
  }

  .modal-content-custom {
    display: flex;
    flex-direction: column;
    max-height: 90vh;
    overflow: hidden;
    border-radius: 15px;
    background: white;
    padding: 20px;
    width: 100%;
    max-width: 800px;
    position: relative;
    color: #333;
  }
  .header {
    position: sticky;
    top: 0;
    background: white;
    z-index: 10;
    padding: 15px 0;
    margin-bottom: 10px;
  }
  
  .footer {
    position: sticky;
    bottom: 0;
    background: white;
    z-index: 10;
    padding: 15px 0;
    display: flex;
    justify-content: space-around;
    gap: 10px;
  }
  
  .modal-body-scrollable {
    overflow-y: auto;
    flex-grow: 1;
    padding-right: 10px;
  }

  .modal-content-custom img {
    width: 100%;
    margin: 15px 0;
    border-radius: 8px;
  }

  .modal-buttons {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    margin-top: 20px;
  }
  @keyframes modalFadeIn {
    0% {
      opacity: 0;
      transform: scale(0.95);
    }
    100% {
      opacity: 1;
      transform: scale(1);
    }
  }
  
  @keyframes modalFadeOut {
    0% {
      opacity: 1;
      transform: scale(1);
    }
    100% {
      opacity: 0;
      transform: scale(0.95);
    }
  }
/* Animate modal */
.modal-custom.show .modal-content-custom {
    animation: modalFadeIn 0.4s ease forwards;
  }
  
  .modal-custom.hide .modal-content-custom {
    animation: modalFadeOut 0.3s ease forwards;
  }




  .shattered-container {
    position: relative;
    width: 500px;
    height: 500px;
    transform: rotate(-5deg);
  }

  .piece {
    position: absolute;
    background-size: cover;
    background-position: center;
    animation: floatPiece 6s ease-in-out infinite;
    transition: transform 0.3s ease;
    box-shadow: 0 10px 20px rgba(0,0,0,0.4);
  }

  .piece:hover {
    transform: scale(1.03);
    z-index: 10;
  }

  .piece-1 {
    width: 280px;
    height: 240px;
    clip-path: polygon(0 0, 80% 0, 100% 100%, 20% 100%);
    background-image: url('/uploads/Team/KartikKukadiya.png');
    top: 0;
    left: 0;
    animation-delay: 0s;
  }

  .piece-2 {
    width: 240px;
    height: 250px;
    clip-path: polygon(0 0, 100% 10%, 100% 100%, 10% 90%);
    background-image: url('/uploads/Team/JenilSojitra.png');
    top: 10px;
    right: 0;
    animation-delay: 1s;
  }

  .piece-3 {
    width: 260px;
    height: 260px;
    clip-path: polygon(10% 0, 100% 10%, 90% 100%, 0 90%);
    background-image: url('/uploads/Team/YagneshMovaliya.png');
    bottom: 0;
    left: 0;
    animation-delay: 2s;
  }

  .piece-4 {
    width: 250px;
    height: 250px;
    clip-path: polygon(0 10%, 90% 0, 100% 100%, 10% 90%);
    background-image: url('/uploads/Team/ChintanGangani.png');
    bottom: -20px;
    right: 0;
    animation-delay: 3s;
  }

  @keyframes floatPiece {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-8px); }
  }

  @media (max-width: 600px) {
    .shattered-container {
      transform: scale(0.8);
    }
  } 



  /* Back to top btn */
  .back-to-top {
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 9999;
    transition: all 0.5s ease;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .back-to-top.fly {
    animation: flyUp 2s ease-in-out forwards;
    width: 60px;
    height: 60px;
    background: #00aaff;
    border-radius: 0;
    clip-path: polygon(50% 0%, 80% 30%, 60% 30%, 60% 100%, 40% 100%, 40% 30%, 20% 30%);
  }
  
  .back-to-top.fly i {
    display: none;
  }
  
  @keyframes flyUp {
    0% {
      transform: translateY(0) rotate(0deg);
      opacity: 1;
    }
    50% {
      transform: translateY(-300px) rotate(-5deg);
    }
    100% {
      transform: translateY(-1000px) rotate(0deg);
      opacity: 0;
    }
  }
  




  /* img live animated */
.live-animated-img {
  position: absolute;
  /* border-radius: 20px; */
  animation: floatUpDown 4s ease-in-out infinite;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

/* Live floating animation */
@keyframes floatUpDown {
  0% {
    transform: translateY(0px) scale(1);
  }
  50% {
    transform: translateY(-20px) scale(1.02);
  }
  100% {
    transform: translateY(0px) scale(1);
  }
}



/* .bg-color-blue{
  background: #242424 !important;
} */
.bg-color-black{
  background: #242424 !important;
}

/* .bg-color-orange-shade
{
  
  background : #0062A5 !important;
} */
.bg-color-blue{
  /* background: linear-gradient(to right, #ffde59, #ff914d) !important; */
  background : #0062A5 !important;
}
/* .text-color-orange-shade{
  background: linear-gradient(to right, #ffde59, #ff914d) !important;
              -webkit-background-clip: text !important;
              -webkit-text-fill-color: transparent !important;
             color: #0062A5 !important;
              
} */
.text-color-blue{
  color: #0062A5 !important;
}
/* .btn-blue {
  color: #fff !important;
  background-color: #0062A5 ;
  border-color:#0062A5 ;
} */


.btn-black
{
    color: #FFFFFF !important;
    box-shadow: inset 0 0 0 50px transparent;
    /* background-color: #0062A5 ; */
    background-color: #242424 ;
    border-color:#0062A5 ;
  
}

.btn-black:hover {
    /* box-shadow: inset 0 0 0 0 #ffde59; */
    /* background: linear-gradient(135deg, #ff914d, #ffde59); */
    background: #0062A5;
/* box-shadow: inset 0 0 10px rgba(255, 145, 77, 0.5), inset 0 0 20px rgba(255, 222, 89, 0.5); */
color: #fff !important;
}

.btn-outline-blue {
  color: #fff;
  border-color: #0062A5;
}
.text-color-gray{
  color: #242424 !important;
}
.btn-outline-blue:hover{
  color: #242424;
}