/*** Spinner Start ***/

body{
    font-family: "Cambria, Times, serif;
}

    /*.modal-content {*/
    /*  background: #120052;*/
    /*  color: white;*/
    /*}*/
    /*.form-control {*/
    /*  background-color: #111;*/
    /*  color: white;*/
    /*}*/
    .btn-submit {
      /*background-color: red;*/
      color: white;
      border: none;
    }
    .btn-submit:hover {
      background-color: darkred;
    }
   .modal-content {
 border: 2px solid rgba(255, 255, 255, 0.2);
    border-radius: 14px;
    box-shadow: 5px 5px 10px rgb(132 132 132);
    background-color: #fff;
    /*padding: 20px;*/
    /* max-width: 400px; */
    margin: 20px auto;
}
.modal-header{
       background-color:#120052
}
            .client-name{
        color:#1F456E !important;
      }
      .show_modal{
          opacity: 0 !important;
      }
      .btn-submit:hover{
              background-color: #0097a7;
      }
       .btn-submit{
        background-color:#120052 ;
       }
       .btn-primary{
        background-color:#120052 ;
       }      .btn-primary:hover{
              background-color: #0097a7;
      }
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .8s ease-out, visibility 0s linear .5s;
    z-index: 99999;
 }

 #spinner.show {
     transition: opacity .8s ease-out, visibility 0s linear .0s;
     visibility: visible;
     opacity: 1;
 }
.modal.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}

.modal.fade.show {
  opacity: 1;
}
/*** Spinner End ***/


/*** Button Start ***/
.btn {
    font-weight: 100;
    transition: .5s;
}
.aegean_color{
    color:#1F456E;
}



.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-md-square {
    width: 46px;
    height: 46px;
}

.btn-lg-square {
    width: 58px;
    height: 58px;
}

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

.back-to-top {
    position: fixed;
    width: 50px;
    height: 50px;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}

/*** Button End ***/


/*** Topbar Start ***/

.topbar .top-info {
    letter-spacing: 1px;
}

.topbar .top-link {
    display: flex;
    align-items: center;
    justify-content: center;
}

.topbar .top-link a {
    margin-right: 10px;
}

#note {
    width: 500px;
    overflow: hidden;
}

#note small {
    position: relative;
    display: inline-block;
    animation: mymove 12s infinite;
    animation-timing-function: all;
}

@keyframes mymove {
    from {left: -100%;}
    to {left: 100%;}
}

/*** Topbar End ***/


/*** Navbar Start ***/


@media screen and (max-width: 425px) {
    #industry-sm-dropdown{
        width: 400px;
        height: 300px;
        overflow-y: scroll;
    }
    #platform-sm-dropdown{
        width: 400px;
        height: 200px;
        overflow-y: scroll;
    }
    #technology-sm-dropdown{
        width: 400px;
        height: 200px;
        overflow-y: scroll;
    }
    #services-sm-dropdown{
        width: 400px;
        height: 200px;
        overflow-y: scroll;
    }
}

@media screen and (max-width: 375px) {
    #industry-sm-dropdown {
        width: 355px;
        height: 300px;
        overflow-y: scroll;
    }
}
@media screen and (max-width: 320px) {
    #industry-sm-dropdown {
        width: 300px;
        height: 300px;
        overflow-y: scroll;
    }
}


@media screen and (max-width: 375px) {
    #platform-sm-dropdown {
        width: 355px;
        height: 200px;
        overflow-y: scroll;
    }
}@media screen and (max-width: 320px) {
    #platform-sm-dropdown {
        width: 300px;
        height: 200px;
        overflow-y: scroll;
    }
}

@media screen and (max-width: 375px) {
    #technology-sm-dropdown {
        width: 355px;
        height: 200px;
        overflow-y: scroll;
    }
}
@media screen and (max-width: 320px) {
    #technology-sm-dropdown {
        width: 300px;
        height: 200px;
        overflow-y: scroll;
    }
}

@media screen and (max-width: 375px) {
    #services-sm-dropdown {
        width: 355px;
        height: 200px;
        overflow-y: scroll;
    }
}
@media screen and (max-width: 320px) {
    #services-sm-dropdown {
        width: 300px;
        height: 200px;
        overflow-y: scroll;
    }
}
/*#content-writing-bg-img{*/
/*    background-image: url('http://apsensysmedia.com/media1/assets/servicesImgs/content_writing/Content%20Strategy%20Development.jpg');*/
/*    background-size: cover;*/
    /*background-color: rgba(0,0,0,0.5);*/
    /*object-fit: cover;*/
    /*width: 100%;*/
    /*height: 100%;*/
/*}*/
/*#content-writing-bg-img-overlay{*/
/*    background-color: rgba(0,0,0,0.5);*/
/*    position: absolute;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    top: 0;*/
/*    left: 0;*/
/*}*/

#content-writing-bg-img-overlay-pos{
    position: relative;
     border-radius: 20%;
}
#content-writing-bg-img-overlay-pos img{
    width: 100%;
    height: 100%;
    object-fit: fill;
    border-radius: 10%;
}

.content-writing-bg-img-overlay{
    background-color: rgba(0,0,0,0.6);
    width: 88%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 6%;
    border-radius: 10%;
}
#content-writing-bg-text-overlay{
    position:absolute;
    top: 10%;
    left: 0;
    text-align: left;
    padding: 45px;
    color: white;
    border-radius: 10%;
   
    
}

.seo-services-bg-img-overlay{
    background-color: rgba(0,0,0,0.6);
    width: 88%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 6%;
    border-radius: 10%;
}
#seo-services-bg-text-overlay{
    position:absolute;
    top: 10%;
    left: 0;
    text-align: left;
    padding: 45px;
    color: white;
    border-radius: 10%;
}

.navbar .navbar-nav {
    padding: 15px 0;
}

.navbar .navbar-nav .nav-link {
    padding: 10px;
    color: white;
    font-size: 18px;
    outline: none;
    
}
/*.nav-link{*/
/*    color:white !important;*/
/*}*/

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: white !important;
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "font awesome 5 free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        transition: .5s;
        opacity: 0;
    }


}

@media (min-width: 3840px) {
    .navbar-nav {
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }

    .navbar-nav .nav-item {
        margin-right: 15px; /* Add some spacing between items */
    }

    .navbar-nav .nav-item:last-child {
        margin-right: 0; /* Remove margin from last item */
    }

    /* Ensure the phone and search icons are not overlapping with menu items */
    .d-none.d-xl-flex {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }

    /* Prevent wrapping of nav items */
    .navbar-collapse {
        flex-grow: 0;
    }
}

.navbar .nav-item:hover .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    transition: .5s;
    opacity: 1;
}

/*** Navbar End ***/


/*** Carousel Start ***/

.carousel-item {
    position: relative;
}



/* added by ravi on 28/10/14 start */
.carousel-item img{
    width: 100%;
    /*height: 81vh;*/
    height: 98vh;
    /*height: 100vh;*/
}

/* about us img-on-img */
#about-us-img-on-img{
    top: 28%; 
    left: 25%;
}
@media screen and (max-width: 768px){
    #about-us-img-on-img {
        top: 3%;
        left: 25%;
    }
}

@media screen and (max-width: 425px) {
    #about-us-img-on-img {
        top: 50%;
        left: 25%;
    }
    #about-us-heading-sm{
        margin-top: 70px;
    }
}
/* about us img-on-img */


/* added by ravi on 28/10/14 end */




.carousel-item::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .6);
}

.carousel-caption {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.carousel-item p {
    max-width: 700px;
    margin: 0 auto 35px auto;
}

.carousel-control-prev {
    /*width: 90px;*/
    width: 50px;
    height: 60px;
    position: absolute;
    top: 50%;
    left: 0;
    background: #1F456E;
    border-radius: 0 50px 50px 0;
    opacity: 1;
}

.carousel-control-prev:hover {
    background: var(--bs-secondary);
    transition: .8s;
}

.carousel-control-next {
    /*width: 90px;*/
    width: 50px;
    height: 60px;
    position: absolute;
    top: 50%;
    right: 0;
    background: #1F456E;
    border-radius: 50px 0 0 50px;
    opacity: 1;
}

.carousel-control-next:hover {
    background: var(--bs-secondary);
    transition: .8s;
}

.carousel-caption .carousel-content a button.carousel-content-btn1 {
    background: var(--bs-secondary);
    color: var(--bs-dark);
    opacity: 1;
    border: 0;
    border-radius: 20px;
}

.carousel-caption .carousel-content a button.carousel-content-btn1:hover {
    background: var(--bs-primary);
    color: #ffffff;
    border: 0;
    opacity: 1;
    transition: 1s;
    border-radius: 20px;
}

.carousel-caption .carousel-content a button.carousel-content-btn2 {
    background: var(--bs-primary);
    color: var(--bs-white);
    opacity: 1;
    border: 0;
    border-radius: 20px;
}

.carousel-caption .carousel-content a button.carousel-content-btn2:hover {
    background: var(--bs-secondary);
    color: white;
    border: 0;
    opacity: 1;
    transition: 1s;
    border-radius: 20px;
}

#carouselId .carousel-indicators li {
    /*width: 30px;*/
    /*height: 10px;*/
    width: 15px;
    height: 0px;
    background: var(--bs-primary);
    margin: 10px;
    border-radius: 30px;
    opacity: 1;
}

#carouselId .carousel-indicators li:hover {
    background: var(--bs-secondary);
    opacity: 1;
}

@media (max-width: 992px) {
    .carousel-item {
        min-height: 500px;
    }
    
    .carousel-item img {
        min-height: 500px;
        object-fit: cover;
    }

    .carousel-item h1 {
        font-size: 40px !important;
    }

    .carousel-item p {
        font-size: 16px !important;
    }
}

@media (max-width: 768px) {
    .carousel-item {
        min-height: 400px;
    }
    
    .carousel-item img {
        min-height: 400px;
        object-fit: cover;
    }

    .carousel-item h1 {
        font-size: 28px !important;
    }

    .carousel-item p {
        font-size: 14px !important;
    }
}

.page-header {
    background: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url(../img/IMG_9631.JPG) center center no-repeat;
    background-size: cover;
    height:550px;
    margin-top: 52px;
}

.page-header .breadcrumb-item+.breadcrumb-item::before {
    color: var(--bs-white);
}

.page-header .breadcrumb-item,
.page-header .breadcrumb-item a {
    font-size: 18px;
    color: var(--bs-white);
}

/*** Carousel End ***/

/*text sliding up css*/
.wrapper{
/*position: absolute;*/
/*top: 50%;*/
color: #fff;
padding: 1rem;
}
.wrapper p{
    /*width: 55vw;*/
    margin: 1.5rem 0;
    font-weight: 300;
}
.fcontainer{
    display:flex;
    align-items:center;
    justify-content:center;
    height: 200px;
    width: 430px;
    margin-left: 473px;
    
}
.wrapper .content{
    font:lighter 1rem "poppins", sans-serif;
}
.wrapper .content ol{
    list-style: none;
    height:3.8rem;
    height: var(--height);
    line-height: var(--height);
    overflow: hidden;
}
.wrapper .content ol li{
    animation: slide-up 12s infinite;
}
@keyframes slide-up{
    0%, 10% {
        transform:translateY(0%);

    }
    15%, 25% {
        transform:translateY(-100%);
        
    }
    30%, 40% {
        transform:translateY(-200%);
        
    }
    45%, 55% {
        transform:translateY(-300%);
        
    }
    60%, 70% {
        transform:translateY(-400%);
        
    }
    75%, 85% {
        transform:translateY(-500%);
        
    }

}
.wrapper .content ol li span{
    font-weight: 600;
    -webkit-text-fill-color:transparent;
    background: linear-gradient(20deg,white, white);
    -webkit-background-clip: text;
    white-space: nowrap;
}







/* added by ravi on 28/10/24 start */

#scrolling-text li {
    display: none;
    opacity: 0;
    transition: 0.1s ease;
    font-size: 20px;
    font-weight: 100;
    line-height: 2rem;
}
#scrolling-text li.visible {
    display: list-item;
    opacity: 1;
    transition: 10s ease;
}


#about-company-lists-lef1-1{
    position: absolute; top: 50%; left: 5%;  color: #fff; padding: 15px; width: 25rem; font-size: large; background-color: rgba(0, 0, 0, 0.4); font-family: "Times New Roman", Times, serif;font-style: normal;font-size: 20px;
}
#about-company-lists-lef1-2{
    position: absolute; top: 60%; left: 5%;  color: #fff; padding: 15px; width: 25rem; font-size: large; background-color: rgba(0,0,0,0.4); font-family: 'Roboto';font-style: normal;font-size: 20px;
}
#about-company-lists-lef1-3{
    position: absolute; top: 70%; left: 5%;  color: #fff; padding: 15px; width: 25rem; font-size: large; background-color: rgba(0,0,0,0.4); font-family: 'Roboto';font-style: normal;font-size: 20px;
}

#about-company-lists-right-1{
    position: absolute; top: 50%; right: 5%;  color: #fff; padding: 15px; width: 25rem; font-size: large; background-color: rgba(0,0,0,0.4); font-family: 'Roboto';font-style: normal;font-size: 20px;
}

#about-company-lists-right-2{
 position: absolute; top: 60%; right: 5%;  color: #fff; padding: 15px; width: 25rem; font-size: large; background-color: rgba(0,0,0,0.4); font-family: 'Roboto';font-style: normal;font-size: 20px; 
}
#about-company-lists-right-3{
    position: absolute; top: 70%; right: 5%;  color: #fff; padding: 15px; width: 25rem; font-size: large; background-color: rgba(0,0,0,0.4); font-family: 'Roboto';font-style: normal;font-size: 20px;
}


@media screen and (max-width: 1440px) {
    #about-company-lists-lef1-1{
        position: absolute; top: 50%; left: 5%;  color: #fff; padding: 15px; width: 18rem; font-size: 14px; background-color: rgba(0,0,0,0.4); font-family: 'Roboto';font-style: normal;font-size: 20px;
    }
    #about-company-lists-lef1-2{
    position: absolute; top: 60%; left: 5%;  color: #fff; padding: 15px; width: 18rem; font-size: 14px; background-color: rgba(0,0,0,0.4); font-family: 'Roboto';font-style: normal;font-size: 20px;
    }
    #about-company-lists-lef1-3{
    position: absolute; top: 70%; left: 5%;  color: #fff; padding: 15px; width: 18rem; font-size: 14px; background-color: rgba(0,0,0,0.4); font-family: 'Roboto';font-style: normal;font-size: 20px;
    }
    #about-company-lists-right-1{
    position: absolute; top: 50%; right: 5%;  color: #fff; padding: 15px; width: 18rem; font-size: 14px; background-color: rgba(0,0,0,0.4); font-family: 'Roboto';font-style: normal;font-size: 20px; 
    }
    #about-company-lists-right-2{
    position: absolute; top: 60%; right: 5%;  color: #fff; padding: 15px; width: 18rem; font-size: 14px; background-color: rgba(0,0,0,0.4); font-family: 'Roboto';font-style: normal;font-size: 20px;  
    }
    #about-company-lists-right-3{
    position: absolute; top: 70%; right: 5%;  color: #fff; padding: 15px; width: 18rem; font-size: 14px; background-color: rgba(0,0,0,0.4); font-family: 'Roboto';font-style: normal;font-size: 20px;
}
}




/* services category */
@media screen and (max-width: 425px){
    #color-info h4{
        font-size: smaller;
    }
}
#exampleModal{
    width: 100%;
    height: 100%;
    overflow-y: scroll;
}
#model-open-btn{
    background-color: #120052; 
    border: #000;
}







.container{
    max-width: 1400px;
    width: 100%;
    margin:auto;
}

.home{
    height: 50px;
    background-image: url("images/bg.jpg");
    background-size: cover;
    background-position: center;
    display: flex;
    flex-wrap: wrap;
    padding:50px 15px;
    position: relative;
}
.home::before{
    content: '';
    position: absolute;
    left:0;
    top:0;
    width: 100%;
    height: 100%;
    /*background-color: rgba(0,0,0,0.8);*/
    z-index: 1;
}

.home .home-text{
    text-align: center;
    position: relative;
    z-index: 2;
}

.home .home-text h1{
   color:#ffffff;
   font-size: 50px;
   color:#ffffff;
   line-height: 56px;
   font-weight: 700;
   margin:0 0 20px;
}
.home .home-text p{
   margin:0;
  
}
.home .home-text p span{
   font-size: 20px;
   color:#fff;
   /*font-weight: 700;*/
   display: inline-block;
   line-height: 46px;
   display: none;
}

.home .home-text p span.text-in{
   display: block;
   animation: textIn .90s ease;
}
.home .home-text p span.text-out{
   animation: textOut .90s ease;
}
@keyframes textIn{
   0%{
       transform: translateY(100%);
   }
   100%{
       transform: translateY(0%);
   }
}
@keyframes textOut{
   0%{
       transform: translateY(0%);
   }
   100%{
       transform: translateY(-100%);

   }
}
@media only screen and (max-width: 768px) {
.home .home-text{
    text-align: center;
    position: relative;
    z-index: 2;
    width:250px;
}

}

@media screen and (max-width: 1440px) {
    .carousel-content #large-heading{
        font-size: 55px;
    }
    
    .fcontainer{
        display:flex;
        align-items:center;
        justify-content:center;
        height: 200px;
        width: 430px;
        margin-left: 291px;
    
    }
}
@media screen and (max-width: 1024px) {
    .carousel-content #large-heading{
        font-size: 35px;
    }
    .carousel-content #large-heading-2{
        font-size: 35px;
        padding-bottom: 95px;
    }
    .home .home-text p span{
   font-size: 14px;
   color:#fff;
   font-weight: 700;
   display: inline-block;
   line-height: 46px;
   display: none;
   width: 10rem;
}
}

@media screen and (max-width: 1440px) {
    .fcontainer {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 200px;
        width: 430px;
        /*margin-left: 139px;*/
        margin-left: 273px;
        margin-top: 20px;
        /*padding-top: 289px;*/
        padding-top: 110px;
    }
    #carouselId{
        margin-top: 2%;
    }
}
@media screen and (max-width: 1024px) {
    .fcontainer {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 200px;
        width: 430px;
        /*margin-left: 139px;*/
        /*margin-left: 273px;*/
        margin-left: 142px;
        margin-top: 20px;
        /*padding-top: 289px;*/
        /*padding-top: 110px;*/
        padding-top: 264px;
    }
}
@media screen and (max-width: 768px) {
    .fcontainer {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 200px;
        width: 430px;
        margin-left: 48px;
        margin-top: 20px;
        padding-top: 289px;
    }
}
@media screen and (max-width: 425px) {
    .fcontainer {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 200px;
        width: 430px;
        /*margin-left: 48px;*/
        margin-left: -73px;
        margin-top: 20px;
        /*padding-top: 289px;*/
        padding-top: 250px;
    }
}
@media screen and (max-width: 375px) {
    .fcontainer {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 200px;
        width: 430px;
        /*margin-left: 48px;*/
        margin-left: -95px;
        margin-top: 20px;
        /*padding-top: 289px;*/
        padding-top: 250px;
    }
    #carouselId{
        margin-top: 15%;
    }
}

@media screen and (max-width: 320px){
    #hero-carousal-section-first{
        width: 22rem;
    }
    #counter-content-section{
        width: 22rem;
    }
}

/*#scrolling-text li {*/
/*    opacity: 0;*/
/*    transition: opacity 0.5s ease-in-out;*/
    /* Adjust this duration as needed */
/*}*/

/*#scrolling-text li.visible {*/
/*    opacity: 1;*/
/*}*/

/* added by ravi on 28/10/24  end */

@media screen and (max-width: 1440px) {
    .content{
        width: 132%;
        margin-left: -101px;
    }
}
@media screen and (max-width: 1024px) {
    .content{
        width: 132%;
        margin-left: -101px;
    }
}

@media screen and (max-width: 768px) {
    .content{
        font-size: 10px;
    }
}

@media screen and (max-width: 768px) {
    #scrolling-text li.visible {
    display: list-item;
    opacity: 1;
    font-size: 14px;
}
}

@media screen and (max-width: 425px) {
    .content{
        width: 132%;
        margin-left: -50px;
    }
}




/*end text slid-up css*/

/*** Services Start ***/

.services .services-item {
    box-shadow: 0 0 60px rgba(0, 0, 0, .2);
    width: 100%;
    height: 100%;
    border-radius: 10px;
    padding: 10px 0;
    position: relative;
    /* border radius added by ravi on 8/11/24 */
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
}


.services-content::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    border-radius: 10px 10px 0 0;
    background: rgba(3, 43, 243, 0.8);
    transition: .5s;
}

.services-content::after {
    top: 0;
    bottom: auto;
    border-radius: 10px 10px 10px 10px;
}

.services-item:hover .services-content::after {
    height: 100%;
    opacity: 1;
    transition: .5s;
}

.services-item:hover .services-content-icon {
    position: relative;
    z-index: 2;
}

.services-item .services-content-icon i,
.services-item .services-content-icon p {
    transition: .5s;
}

.services-item:hover .services-content-icon i {
    color: var(--bs-secondary) !important;
}

.services-item:hover .services-content-icon p {
    color: var(--bs-white);
}

/*** Services End ***/


/*** Project Start ***/

/*.project-img {*/
/*    position: relative;*/
/*    padding: 15px;*/
/*    overflow: hidden;*/
/*}*/

/*.project-img::before, .project-img::after {*/
/*    content: "";*/
/*    position: absolute;*/
/*    width: 100px;*/
/*    height: 100px;*/
/*    border-radius: 50%;*/
/*    transition: all 0.5s;*/
/*    z-index: -1;*/
/*}*/

/*.project-img::before {*/
/*    background: var(--bs-secondary);*/
/*    top: 10px;*/
/*    left: 10px;*/
/*}*/

/*.project-img::after {*/
/*    background: var(--bs-primary);*/
/*    bottom: 10px;*/
/*    right: 10px;*/
/*}*/

/*.project-content {*/
/*    position: absolute;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    top: 0;*/
/*    left: 0;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
    opacity: 1; /* Set opacity to 1 to make it visible by default */
/*    transition: opacity 0.5s ease-in-out;*/
/*}*/

/*.project-content a {*/
/*    display: inline-block;*/
/*    padding: 20px 25px;*/
/*    background: #1F456E;*/
/*    border-radius: 10px;*/
/*}*/

/*.project-item {*/
/*    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);*/
/*    border-radius: 15px;*/
/*    overflow: hidden;*/
/*    margin-bottom: 30px;*/
/*    transition: transform 0.3s ease;*/
/*}*/

/*.project-item:hover {*/
/*    transform: scale(1.05);*/
/*}*/

/*.project-item:hover .project-img::before,*/
/*.project-item:hover .project-img::after {*/
/*    opacity: 0;*/
/*}*/

/*@media (max-width: 768px) {*/
/*    .col-md-6 {*/
/*        width: 100%;*/
/*    }*/
/*}*/

/*@media (max-width: 576px) {*/
/*    .project-content a {*/
/*        padding: 15px 20px;*/
/*    }*/
/*}*/

/* General Styles */
/* General Styles */
.project {
    background-color: #f9f9f9;
    padding: 60px 0;
}

.project h1 {
    font-size: 36px;
    font-weight: bold;
    color: #333;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.project-item {
    margin-bottom: 30px;
    position: relative;
    overflow: hidden; /* Ensure content doesn't overflow */
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.project-item:hover {
    transform: translateY(-10px); /* Slight upward movement */
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2); /* Darker shadow on hover */
}

.project-img {
    position: relative;
    display: block; /* Ensures proper alignment */
    width: 100%;
    height: 300px; /* Set a fixed height for the image */
}

.project-img img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ensure the image covers the area and doesn't stretch */
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.project-item:hover .project-img img {
    transform: scale(1.05); /* Slight zoom effect on hover */
    text-decoration:none;
}

.project-content {
    position: absolute;
    bottom: 0px;
    
    transform: translateX(-50%);
    background-color: rgba(0, 0, 0, 0.7);
    padding: 15px 10px;
    width: calc(100% - 0px); /* Prevent content from going out of bounds */
    text-align: center;
    opacity: 1; /* Make content visible by default */
    transform: translateY(0); /* Ensure content starts in its correct position */
}
.rowsz {
    display: flex;
    gap:20px;
   
    align-items: center;
}
.project-content h4 {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0; /* Remove any margins around the text */
}

/* Link Styling */

.project-content a:hover h4 {
   
}
.project-content a {
    text-decoration: none !important; /* Enforce removal of underline */
}

.project-content a:hover h4 {
   
    text-decoration: none !important; /* Ensure no underline on hover */
}

/* Responsive Layout */
@media (max-width: 1199px) {
    
    .rowsz {
    display: flex;
    gap:20px;
    flex-direction:column;

    align-items: center;
}
    .project-item {
        margin-bottom: 20px;
    }
}

@media (max-width: 991px) {
    .project-gallery .row {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .rowsz {
    display: flex;
    gap:20px;
    flex-direction:column;
  
    align-items: center;
}
    .project-item {
        width: 100%;
        margin-bottom: 20px;
    }
}

@media (max-width: 767px) {
    .project h1 {
        font-size: 30px;
    }

    .project-item {
        margin-bottom: 15px;
    }
    .rowsz {
    display: flex;
    gap:20px;
    flex-direction:column;
   
    align-items: center;
}
    .project-content h4 {
        font-size: 16px;
    }
}

/*** Project End ***/


/*** Blog Start ***/
.blog-item .blog-btn {
    z-index: 2;
}

.blog-btn .blog-btn-icon {
    height: 50px;
    position: relative;
    overflow: hidden;
}

.blog-btn-icon .blog-icon-2 {
    display: flex;
    position: absolute;
    top: 6px;
    left: -140px;
    
}

.blog-btn-icon:hover .blog-icon-2 {
    transition: 1s;
    left: 5px;
    top: 6px;
    padding-bottom: 5px;
}
.blog-icon-1 {
    position: relative;
    top: -4px;
}
.blog-btn-icon:hover .blog-icon-1 {
    top: 0;
    right: -140px;
    transition: 1s;
}

/*** Blog End ***/


/*** Team Start ***/

.team-item {
    border-top: 30px solid var(--bs-secondary) !important;
    background: rgba(239, 239, 241, 0.8);
}

.team-content::before {
    height: 200px;
    display: block;
    content: "";
    position: relative;
    top: -101px;
    background: var(--bs-secondary);
    clip-path: polygon(50% 50%, 100% 50%, 50% 100%, 0% 50%);
    padding: 60px;
    opacity: 1;
}

.team-img-icon {
    position: relative;
    margin-top: -200px;
    padding: 30px;
    padding-bottom: 0;
}

.team-img {
    border: 15px solid var(--bs-white);
}

.team-img img {
    border: 10px solid var(--bs-secondary);
    transition: .5s;
}

.team-item:hover h4 {
    color: var(--bs-primary);
    transition: .5s;
}

.team-item:hover .team-img img {
    transform: scale(1.05);
    border: 10px solid var(--bs-secondary);
}

.team-carousel .owl-stage {
    position: relative;
    width: 100%;
    height: 100%;
}

.team-carousel .owl-nav {
    position: absolute;
    top: -100px;
    right: 50px;
    display: flex;
}

.team-carousel .owl-nav .owl-prev,
.team-carousel .owl-nav .owl-next {
    width: 56px;
    height: 56px;
    border-radius: 56px;
    margin-left: 15px;
    background: var(--bs-secondary);
    color: var(--bs-white);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s;
}

.team-carousel .owl-nav .owl-prev:hover,
.team-carousel .owl-nav .owl-next:hover {
    background: var(--bs-primary);
    color: var(--bs-white);
}

@media (max-width: 992px) {
    .team-carousel {
        margin-top: 3rem;
    }

    .team-carousel .owl-nav {
        top: -85px;
        left: 50%;
        right: auto;
        transform: translateX(-50%);
        margin-left: -15px;
    }
}

/*** Team End ***/


/*** Testimonial Start ***/

.testimonial-item {
    background: #e3f0eb;

}

.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: #c1dad0;
    border-radius: 15px;
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    width: 30px;
    background: var(--bs-primary);
}

.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;
}

/*** Testimonial End ***/


/*** Contact Start ***/
.contact-detail::before {
    position: absolute;
    content: "";
    height: 50%;
    width: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(rgb(210, 243, 235, 1), rgba(230, 250, 245, .3)), url(../img/background.jpg) center center no-repeat;
    background-size: cover;
    border-radius: 10px;
    z-index: -1;
}

.contact-map {
    background: #26d48c;
}

.contact-form {
    background: #26d48c;
}

/*** Contact End ***/


/*** Footer Start ***/

.footer .short-link a,
.footer .help-link a,
.footer .contact-link a {
    transition: .5s;
}

.footer .short-link a:hover,
.footer .help-link a:hover,
.footer .contact-link a:hover {
    letter-spacing: 1px;
}

.footer .hightech-link a:hover {
    background: var(--bs-secondary);
    border: 0;
}


/*new navbar style */
.serviceHome{
    max-width: 1536px;
}
.about{
    background-color: #f8faff;
}
.our-parterners{
    /*background-color: #f8faff;*/
}
.details-main-container{
    background-color: #f8faff;
}
.contactus-main-container{
    background-color: #f8faff;
}


/* Nav Bar */
.navbar img{
    /*height:35px;*/
    /*width:200px;*/
    height: 50px;
    width: 270px;
}

@media screen and (max-width: 425px) {
    .navbar img{
    height: 50px;
    width: 200px;
}
}

/*.navbar ul{*/
/* float: inline-end;*/
/*}*/

.navbar{
    box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    background-color:#120052 !important;
    /*position: fixed !important;*/
    /*padding:10px;*/
}

.navbar a{
    font-weight: 300;
    font-size: large;
    color: #fff !important;
}
.navbar .dropdown-menu .dropdown-item{
    color: #fff !important;
    /*font-size: 10pt;*/
    /*font-size: 20px;*/
    font-size: 16px;
}
.navbar .dropdown-menu .dropdown-item:hover{
    color: black !important;
    background-color: white !important;
    text-decoration:none;
    
}


.dropdown { 
    position: static !important; 
} 
  
.dropdown-menu { 
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15)!important; 
    margin-top: 0px !important; 
    width: 100% !important; 
    border-top: 2px solid #26d48c !important;
    left: 0;
}
.basic-color{
    color:#26d48c;    
    /*font-size: 28px;*/
    font-size: 20px;
}

/*.dropdown-item{*/
/*    color:white !important;*/
/*}*/

/*.dropdown:hover .dropdown-menu{*/
/*    display: block;*/
/*    margin-top: 0;*/
/*}*/

/*.dropdown-item:hover{*/
/*  background-color: #fff;*/
/*  color: #333A73 !important;*/
/*}*/


.line{
    border-top: 1px solid rgb(0 0 0);
}
.dottedline{
    border: 1px solid rgba(88, 88, 88, 0.699);
    border-style: dotted;
    /* height: 1px; */
}

@media (max-width:1024px){
   .navbar a{
       font-size:10pt !important;
       
   
}
}
#social-content-bg{
    /*background-color: rgb(7, 7, 143);*/
    background-color: #52b2bf;
}


/* vision and mission added by ravi on 22/11/24 */
.vision_and_mission_hero{
    margin-top: 56px;
}

/*@media screen and (max-width: 425px){*/
/*    .vision_and_mission_hero{*/
/*        margin-left: 10px;*/
/*    }*/
/*    #vision_and_mission_content{*/
/*        margin-left: 5px;*/
/*        margin-right: 5px;*/
/*    }*/
/*}*/

.apsensys_group_bg_sec{
    height: 70vh;
    /*background-color: rgba(0, 0, 0, 0.790);*/
    background-color: #2C3E4C;
    position: relative;
}
.wow{
    color:yellow !important;
}
.apsensys_group_text_overlay{
    position: absolute;
    top: 45%;
    left: 35%;
}
@media screen and (max-width: 1440px){
    .apsensys_group_text_overlay {
        position: absolute;
        top: 45%;
        left: 30%;
    }
}
@media screen and (max-width: 1024px){
    .apsensys_group_text_overlay {
        position: absolute;
        top: 45%;
        left: 24%;
    }
}
@media screen and (max-width: 768px) {
    .apsensys_group_text_overlay {
        position: absolute;
        top: 45%;
        left: 21%;
    }
}
.our_dream_hero_sec img{
    /*height: 95vh;*/
}
@media screen and (max-width: 425px){
    #our_dream_content{
        padding: 25px;
    }
    #our_dream_content_main_div{
        margin-top: 65px;
    }
    #apsensys_group_sm{
        font-size: 32px;
    }
}
@media screen and (max-width: 375px) {
    .apsensys_group_text_overlay {
        position: absolute;
        top: 45%;
        left: 18%;
    }
}
@media screen and (max-width: 320px) {
    .apsensys_group_text_overlay {
        position: absolute;
        top: 45%;
        left: 12.5%;
    }
}
.the_stroy_hero img{
    height: 80vh;
}

.our_dream_hero_sec{
    position: relative;
}
.our_dream_overlay{
    background-color: rgba(0,0,0,0.4);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.our_dream_text_overlay{
    width: 500px;
    height: 500px;
    position: absolute;
    background-color: rgba(0,0,0,0.6);
    top: 50%;
    left: 8%;
}
@media screen and (max-width: 1440px){
    .our_dream_text_overlay {
        width: 500px;
        height: 350px;
        position: absolute;
        background-color: rgba(0, 0, 0, 0.6);
        top: 50%;
        left: 8%;
    }
    .our_dream_text_overlay .yellow_line_overlay {
        position: absolute;
        width: 100px;
        border-bottom: 8px solid yellow;
        top: 26%;
        left: 10.5%;
    }
}
@media screen and (max-width: 1024px) {
    .our_dream_text_overlay {
        width: 500px;
        height: 350px;
        position: absolute;
        background-color: rgba(0, 0, 0, 0.6);
        top: 38%;
        left: 8%;
    }
}
@media screen and (max-width: 425px) {
    .our_dream_text_overlay {
        width: 350px;
        height: 350px;
        position: absolute;
        background-color: rgba(0, 0, 0, 0.6);
        top: 38%;
        left: 8%;
    }
}
@media screen and (max-width: 425px) {
    .our_dream_text_overlay .yellow_line_overlay {
        position: absolute;
        width: 100px;
        border-bottom: 8px solid yellow;
        top: 26%;
        left: 14.5%;
    }
    #our_dream_paragraph_sm{
        margin-top: -70px;
        font-size: 13px;
    }
}
@media screen and (max-width: 375px) {
    .our_dream_text_overlay {
        width: 315px;
        height: 350px;
        position: absolute;
        background-color: rgba(0, 0, 0, 0.6);
        top: 38%;
        left: 8%;
    }
}
@media screen and (max-width: 375px) {
    #our_dream_paragraph_sm {
        margin-top: -70px;
        font-size: 12px;
    }
}
@media screen and (max-width: 320px) {
    .our_dream_text_overlay {
        width: 270px;
        height: 350px;
        position: absolute;
        background-color: rgba(0, 0, 0, 0.6);
        top: 38%;
        left: 8%;
    }
    #our_dream_paragraph_sm {
        margin-top: -70px;
        font-size: 11px;
    }
    .our_dream_text_overlay .yellow_line_overlay {
        position: absolute;
        width: 100px;
        border-bottom: 8px solid yellow;
        top: 26%;
        left: 18.5%;
    }
    .our_dream_hero_sec img {
        height: 85vh;
    }
}

.yellow_line_overlay{
    position: absolute;
    width: 100px;
    border-bottom: 8px solid yellow;
    top: 20%;
    left: 10.5%;
}
@media screen and (max-width: 425px){
    #vision_mission_sm_main{
        padding: 25px;
    }
    #the_story_sm_main{
        padding: 20px;
    }
}

.shadow_story{
    box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 25.15) !important;
    /*margin-top: 10px;*/
}



/*.our_careers_hero_section img{*/
/*    width: 100%;*/
/*    height: 80vh;*/
/*}*/
/*@media screen and (max-width: 425px){*/
/*    .our_careers_hero_section img {*/
/*        margin-top: 56px;*/
/*        width: 100%;*/
/*        height: 70vh;*/
/*    }*/
/*}*/

/*@media screen and (max-width: 320px) {*/
/*    .our_careers_hero_section img {*/
/*        width: 100%;*/
/*        height: 65vh;*/
/*    }*/
/*}*/

@media screen and (max-width: 768px){
    #social_market_order2_img_sm img{
        margin-top: -70px;
    }
    #social_market_order2_text_sm{
        margin-top: -70px;
    }
}
#more_details_about_sec{
    background-color: #1f456e;
   
}
/*#more_details_about_sec:hover{*/
/*   background:var(--bs-secondary);*/
  
/*}*/
#your_business_underline{
    text-decoration: underline;
}


/* General Layout & Typography */

/* vision.php */



#vision_mission_sm_main {
    background-color: white;
    padding: 50px 20px;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

/* Rows & Columns */
.row {
    margin-bottom: 1px;
}

.col-md-4 img {
    border-radius: 8px;
    transition: transform 0.3s ease-in-out;
}

.col-md-4 img:hover {
    transform: scale(1.05);
}

/* Mission & Vision Section */
h2 {
    font-size: 28px;
    color: #007BFF;
    margin-bottom: 20px;
    font-weight: bold;
}

p {
    font-size: 16px;
    color: #555;
    line-height: 1.8;
}

/* Core Values */
#core-values {
 
    color: white;
    padding: 40px 20px;
    border-radius: 10px;
    text-align: center;
}

#core-values h1 {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 20px;
     color: #333;
}

#core-values p {
    font-size: 18px;
    max-width: 800px;
    margin: 0 auto;
}

/* Milestones Section */
h1.milestones {
    font-size: 36px;
    color: #333;
    text-align: center;
    margin-bottom: 40px;
    font-weight: bold;
}

h3.milestone-year {
    font-size: 24px;
    color: #333;
    margin-top: 30px;
    font-weight: bold;
}

.milestone-description {
    font-size: 16px;
    color: #555;
    margin-bottom: 20px;
}

.milestone-description strong {
    color: #007BFF;
}

/* Responsive Design */
@media (max-width: 767px) {
    .col-md-4 {
        text-align: center;
    }
    
    #core-values p {
        font-size: 16px;
    }
    
    h1.milestones {
        font-size: 28px;
    }
}
/* Card Layout for Milestones */
.card-milestone {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;  /* Make cards stretch vertically */
    height: 100%;  /* Ensure the card stretches to take up all available height */
    transition: transform 0.3s ease;
}

.card-milestone:hover {
    transform: translateY(-10px);
}

.card-header {
    background-color: #007BFF;
    color: #fff;
    padding: 20px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    flex-shrink: 0; /* Prevent the header from shrinking */
}

.card-body {
    padding: 20px;
    flex-grow: 1; /* Make the body take up remaining space */
}

.card-body h3 {
    font-size: 24px;
    font-weight: bold;
    color: #007BFF;
    margin-bottom: 15px;
}

.card-body p {
    font-size: 16px;
    color: #555;
    line-height: 1.8;
}

/* Flexbox for equal-height card container */


.col-md-4 {
    flex: 1 1 calc(33.333% - 20px); /* Ensures 3 equal columns with gaps */
    padding: 10px;
}

/* vision.php */
/* apsensys group */

 .section-title {
        font-size: 36px;
        font-weight: 700;
        color: #2c3e50;
        text-transform: uppercase;
        letter-spacing: 2px;
        margin-bottom: 20px;
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
         max-width: 900px; /* Increased max-width for more space */
    }
     .col-md-8 {
        /*background: #ecf0f1;*/
        border-radius: 10px;
        /*box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);*/
        padding: 40px;
    }

    /* Offset styling for centering */
    .offset-md-2 {
        margin-left: 16.66667%;
    }
    .text-warnings {
        color:black;
    }
    
        .content-section {
            padding: 40px 20px;
            background-color: #ffffff;
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
            margin-bottom: 30px;
            border-radius: 8px;
        }
        .section-heading {
            color: #007bff;
            font-size: 1.5rem;
            font-weight: bold;
        }
        .section-text {
            font-size: 1.1rem;
            line-height: 1.6;
            color: #555;
            
        }
        .highlight-list {
            font-size: 1.1rem;
            color: #555;
            list-style: none;
            padding-left: 0;
        }
        .highlight-list li {
            margin-bottom: 10px;
        }
        .highlight-list li::before {
            content: "✔️";
            margin-right: 10px;
            color: #007bff;
        }
        .card-body {
            background-color: #f1f1f1;
        }
        .btn-primary {
            /*background-color:#1F456E;*/
            /*border-color: #007bff;*/
        }

.icon-box {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

#icon-box-link:hover .icon-box {
  transform: scale(1.05);
  box-shadow: 5px 5px 15px rgba(18, 0, 82, 0.2); /* Soft blurry effect */
}

        .btn-primary:hover {
            /*background-color: #0056b3;*/
            /*border-color: #0056b3;*/
        }
        .btn-primary:hover{
           border-color: #f0f8ff00!important;
        }
          .btn-primary:not(:disabled):not(.disabled):active{
              background-color: #0097a7;
    border-color: #f0f8ff00;
          }
        /* apsensys group */
/* our dream */


#our_dream_content {
    background-color: #f8f9fa;
    padding: 40px;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

#our_dream_content h1 {
    font-size: 3rem;
    font-weight: bold;
    color: #2c3e50;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

#our_dream_content h3 {
    font-size: 2.5rem;
        color: #1842b6 !important;
    margin-top: 10px;
}

#our_dream_content p {
    font-size: 1rem;
    line-height: 1.7;

    color: #34495e;
    margin-bottom: 20px;
}

#our_dream_content .highlighted-section {
    background-color: #ecf0f1;
    padding: 20px;
    border-left: 5px solid #3498db;
    margin-top: 30px;
}

#our_dream_content ul {
    list-style-type: none;
    padding-left: 0;
}

#our_dream_content ul li {
    padding-left: 20px;
    position: relative;
    margin-bottom: 15px;
}

#our_dream_content ul li::before {
    content: '\2022';
    font-size: 25px;
    color: #3498db;
    position: absolute;
    left: 0;
    top: 0;
}

#our_dream_content span.font-weight-bold {
    font-size: 1.3rem;
    color: #2c3e50;
    display: block;
    margin-bottom: 20px;
}

#our_dream_content .lead {
    font-size: 1.3rem;
    color: #2c3e50;
    font-weight: 500;
}


/* our dream */


/* careers */

 .career-card {
        transition: all 0.3s ease;
        background-color: #f8f9fa;
        border-radius: 8px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    }

    .career-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    }

    h2 span {
        color: #007bff;
        border-bottom: 2px solid #007bff;
    }

    h3 {
        font-size: 1.5rem;
 
    }

    p {
        font-size: 18px;
        color: #000000;
        line-height: 1.6;
    }
/* careers */

/*terms of use start*/
  .containers {
            background-color: #fff;
            padding: 40px;
            border-radius: 15px;
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
            margin-top: 50px;
        }
        .containers {
            width: 60%;                /* Reduce the width by 50% */
            margin: 30px auto;            /* Center the container horizontally */
            padding: 20px;             /* Optional padding for better spacing */
            box-sizing: border-box;    /* Ensure padding doesn't affect width */
              text-align: justify;
        }

        header h1 {
            font-size: 38px;
            color: #2980b9;
            font-weight: 700;
            margin-bottom: 15px;
            color:#1f456e;
        }

        header p {
            color: #7f8c8d;
            font-size: 16px;
            font-style: italic;
        }

        section h2 {
            font-size: 30px;
            color: #1f456e;
            font-weight: 600;
            border-bottom: 3px solid #2980b9;
            padding-bottom: 8px;
            margin-bottom: 20px;
        }

        section p {
            font-size: 18px;
            color: #555;
            line-height: 1.6;
        }

        a {
            color: #2980b9;
            text-decoration: none;
            /*font-weight: bold;*/
            transition: all 0.3s ease;
        }

        a:hover {
            color: #e74c3c;
            text-decoration: underline;
        }

        footer {
            text-align: center;
            font-size: 16px;
            color: #7f8c8d;
            margin-top: 50px;
        }

        /* Button Style */
        .btn-custom {
            background-color: #2980b9;
            color: #fff;
            font-weight: 600;
            border-radius: 5px;
            padding: 10px 20px;
            border: none;
            transition: background-color 0.3s ease;
        }

        .btn-custom:hover {
            background-color: #1f6f8b;
        }

        /* Responsive Design */
        @media (max-width: 768px) {
            
            .containers {
            width: 93%; 
            }
            header h1 {
                
                font-size: 30px;
            }

            section h2 {
                font-size: 26px;
            }

            section p {
                font-size: 16px;
            }

            .container {
                padding: 30px;
            }
        }
  /*terms of use end*/
  


/*new navbar style end */

/*** Footer End ***/
/*homepage map */

.map {
    width: 100%;  /* Ensure the map takes up the full width available */
    overflow: hidden;  /* Prevent the map from overflowing */
}

.map iframe {
    width: 100%;  /* Make sure the iframe takes up the entire width of the container */
    height: 350px;  /* Fixed height for the map */
}

.address h4 {
    margin-bottom: 10px;
    font-size: 1.2rem;
}

@media (max-width: 768px) {
    .map iframe {
        height: 250px; /* Adjust the map height for smaller screens */
    }
}
/*homepage map end */
/*apsensys group start */
/*homepage map end */

/*contact us css start*/



   .custom-container {
        background-color: #2c2626;;
        padding-left: 10rem;
        padding-right: 11rem;
        padding-top: 10rem;
        padding-bottom: 3rem;
        width: 100%;
      }
      .heading {
        font-size: 4rem;
        color:white;
      }
      .description {
        font-size: 1.5rem;
        color: #b4b4b8;
        text-align: right;
      }
      .row {
        display: flex;
        justify-content: space-between;
        align-items: center;
      }
      .icon-box {
          
        /*background-color: #2c2626;*/
        width: 100%;
        /*height: 150px;*/
        /*border: 2px solid rgb(97, 97, 97);*/
        /*border-radius: 10px;*/
        /*text-align: center;*/
        /*padding: 30px 0;*/
        /*box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);*/
        /*transition: border-color 0.3s ease, transform 0.2s ease;*/
        /*cursor: pointer;*/
      }
      .icon-box:hover {
        /*border: 2px solid #ffffff;*/
        transform: scale(1.05);
      }
      .icon-box i {
        font-size: 1.5rem;
        color: #ffff;
      }
      .icon-box p {
        font-size: 1.5rem;
        margin-top: 15px;
        color:white;
      }
      .custom-section {
        padding-left: 10rem;
        padding-right: 10rem;
        background:#120052;
      }
      .custom-text-section {
        padding-left: 10rem;
        padding-right: 10rem;
        padding-top: 2rem;
        padding-bottom: 2rem;
        background:#2c2626;
        
      }
      .grey-text {
        color: white;
        font-size: 1.5rem;
        margin-left: 1rem;
      }

      .four-item-section {
        display: flex;
        font-size: 22px;
        padding-left: 5rem;
        padding-right: 10rem;
        justify-content: space-between;
        align-items: center;
        padding-top: 2rem;
        padding-bottom: 2rem;
        box-sizing: border-box;
        text-decoration: none;
        flex-wrap: wrap;
        color: white;
        background:#2c2626;;
        gap: 40rem;
        
      }
      .four-item-section p{
      color:white;
      font-size: 22px;
      font-weight:bold;
        
      }

      .four-item-box {
        display: flex;
        align-items: center;
        color: white;
        flex: 1;
        position: relative;
      }

      .four-item-section a {
        display: flex;
        align-items: center;
        text-decoration: none;
        color: white;
        justify-content: center;
        position: relative;
      }

      .arrow-container {
        width: 33px;
        height: 33px;
        background-color: white;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        border: 2px solid #007bff;
        margin-left: 10px;
        position: relative;
        top: -5px;
        transition: transform 0.3s ease;
      }

      .arrow {
        font-size: 18px;
        color: #007bff;
        text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
        transition: transform 0.5s ease, opacity 0.5s ease;
      }

      .four-item-box:hover .arrow-container {
        transform: translateX(10px);
      }

      .four-item-box:hover .arrow {
        opacity: 0;
      }

      .arrow-container.reappear .arrow {
        animation: reappear 0.5s forwards;
      }

      @keyframes reappear {
        0% {
          transform: translateX(-10px);
          opacity: 0;
        }
        100% {
          transform: translateX(0);
          opacity: 1;
        }
      }

      @media (max-width: 768px) {
        .custom-container {
          padding-left: 2rem;
          padding-right: 2rem;
        }

        .custom-section,
        .custom-text-section {
          padding-left: 2rem;
          padding-right: 2rem;
        }

        .four-item-section {
          flex-direction: column;
          align-items: stretch;
          gap: 1rem;
          padding-left: 0;
          padding-right: 0;
          max-width: 2500px;
        }

        .four-item-box {
          justify-content: space-between;
          font-size: 18px;
          width: 100%;
        }

        .heading {
          font-size: 2.5rem;
          text-align: center;
        }

        .description {
          font-size: 1rem;
          text-align: center;
        }

        .row {
          flex-direction: column;
          text-align: center;
          gap: 29px;
        }

        .icon-box {
          height: auto;
          padding: 20px;
        }

        .four-item-section {
          gap: 1.5rem;
          padding-top: 1rem;
          padding-bottom: 1rem;
        }
        .four-item-section {
          flex-direction: column;
          align-items: stretch;
          gap: 1rem;
          padding-left: 0;
          padding-right: 0;
        }

        .four-item-box {
          justify-content: center;
          font-size: 18px;
          width: 100%;
        }
      }

      @media screen and (min-width: 1024px) and (max-width: 2560px) {
        .four-item-section {
          display: flex;
          font-size: 22px;
          justify-content: space-between;
          align-items: center;
          padding-top: 2rem;
          padding-bottom: 14rem;
          box-sizing: border-box;
          text-decoration: none;
          gap: 6rem;
        }
      }
      
      #icon-box-link {
    text-decoration: none;
    color: #ffff;
}

      /*contact us css End */
      
/*contact1 start*/
.contact-wrapper {
  display: flex;
  
  height: 100vh;
  background: black;
}

.contact-left {
  width: 50vw;
  height: 100%;
  background-image: url("http://apsensysmedia.com/img/right-img.png");
  background-size: cover;
  background-repeat: no-repeat;
}

.contact-right {
  background: #010712;
  width: 50vw;
  height: 100vh;
  padding: 8rem 6.5rem;
  color: #fff;
}

.contact-heading,
.contact-label,
.contact-button,
.contact-description {
  font-family: "Jost", sans-serif;
  font-weight: 400;
  letter-spacing: 0.1rem;
}

.contact-heading {
  color: #fff;
  text-transform: uppercase;
  font-size: 2.5rem;
  letter-spacing: 0.5rem;
  font-weight: 300;
}

.contact-paragraph {
  color: #fff;
  font-size: 1rem;
  width: 40vw;
  margin: 0.25rem 0;
}

.contact-label,
.contact-description {
  color: #fff;
  text-transform: uppercase;
  font-size: 1rem;
}

.contact-forms {
  width: 31.25rem;
  position: relative;
  margin-top: 2rem;
  padding: 1rem 0;
}

.contact-input,
.contact-textarea,
.contact-label {
  width: 40vw;
  display: block;
}

.contact-input,
.contact-textarea {
  color: black;
  background: #010712;
  border: none;
  border-bottom: 0.5px solid #fff;
  padding: 0.5rem 0;
  margin-bottom: 1rem;
  outline: none;
}

.contact-input:focus,
.contact-textarea:focus {
  background-color: #010712; /* Keep the background black */
  color: #fff; /* Keep text color white */
  border-color: #fff; /* White border on focus */
  outline: white; /* Remove the blue outline */
}

.contact-textarea {
  resize: none;
}

.contact-submit-btn {
  text-transform: uppercase;
  font-weight: 300;
  background: #3b3636;
  color: #fcfdfd;
  width: 10rem;
  height: 2.25rem;
  border: none;
  border-radius: 2px;
  outline: none;
  cursor: pointer;
}

.contact-submit-btn:hover {
  opacity: 0.5;
}

#contact-error,
#contact-success-msg {
  width: 40vw;
  margin: 0.125rem 0;
  font-size: 0.75rem;
  text-transform: uppercase;
  font-family: "Jost";
  color: #fff;
}

.notification-popup {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  color: white;
  padding: 20px 40px;
  border-radius: 10px;
  font-size: 16px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  z-index: 9999;
  opacity: 0;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}

.notification-popup.show {
  display: block;
  opacity: 1;
}


@media only screen and (max-width: 1024px) {
  .contact-wrapper {
    flex-direction: column;
  }

  .contact-left, .contact-right {
    width: 100%;
    height: auto;
  }

  .contact-right {
    padding: 4rem 2rem; /* Adjust padding for smaller screens */
  }

  .contact-heading {
    font-size: 1rem; /* Adjust heading size for smaller screens */
    text-align: center;
  }

  .contact-paragraph {
    font-size: 1rem;
    width: 100%;
    text-align: center;
  }

  .contact-forms {
    width: 100%;
    margin-top: 1rem;
    padding: 0;
  }

  .contact-input,
  .contact-textarea {
    width: 90%; 
  }

  .contact-submit-btn {
    width: 50%;
    margin: 0 auto;
  }

  #contact-error, #contact-success-msg {
    width: 90%;
  }

  .notification-popup {
    font-size: 14px;
    padding: 10px 20px;
  }
}

@media only screen and (max-width: 768px) {
  .contact-paragraph {
    font-size: 0.85rem;
    width: 90%;
  }

  .contact-heading {
    font-size: 1.8rem;
  }

  .contact-input,
  .contact-textarea {
    width: 100%;
  }

  .contact-submit-btn {
    width: 60%;
  }
}
      /*contact1 end*/






/* Service Cards start */
.service-card {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}

.service-img {
    width: 100%;
    height: auto;
    transition: transform 0.3s ease;

}


.service-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    opacity: 1; 
    transition: opacity 0.3s ease;
    text-align:center;
}

.service-card:hover .service-img {
    transform: scale(1.1);
}

.service-card:hover .service-overlay {
    opacity: 1;
}

.service-overlay h4 {
    color: white;
    margin-bottom: 15px;
}

.service-overlay p {
    color: white;
    margin-bottom: 20px;
}

.btn {
    /*background-color: #007bff;*/
    color: white;
    padding: 10px 20px;
    border-radius: 50px;
    font-weight: bold;
    text-decoration: none;
}



@media (max-width: 767px) {
  
    .service-card {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .service-overlay {
        position: static;
        background: none;
        opacity: 1;
        display: block;
        text-align: center;
    }

    .service-img {
        width: 100%;
        height: auto;
        transition: transform 0.3s ease;
    }

    .service-overlay h4 {
        color: #000;
        margin-bottom: 10px;
        font-size: 1.5rem; 
    }

    .service-overlay p {
        color: #000;
        margin-bottom: 20px;
        font-size: 1rem;
    }

    .service-card:hover .service-img {
        transform: none;
    }

    .btn {
        margin-top: auto; 
        padding: 8px 16px;
    }
}


@media (min-width: 768px) {
    .service-overlay {
        opacity: 1 !important; 
    }

    .service-card:hover .service-img {
        transform: scale(1.1);
    }

    .service-card:hover .service-overlay {
        opacity: 1;
    }
}
/* Service Cards start */
