/*** Spinner Start ***/

#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;
 }

/*** Spinner End ***/

#cookie-consent {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    padding: 10px 20px;
    text-align: center;
    z-index: 1000;
}

#cookie-consent button {
    background-color: #fff;
    color: #000;
    border: none;
    padding: 5px 10px;
    margin-left: 10px;
    cursor: pointer;
}

.architecture-img{
    align-items: center;
    text-align: center;
}

.architecture-img img{
    width: 90%;
    /* height: 100%; */
    object-fit: cover;
    padding-bottom: 40px;
}

.architecture-img{
-webkit-box-shadow: 0 28px 16px -26px black;
-moz-box-shadow: 0 28px 16px -26px black;
box-shadow: 0 28px 16px -26px black;
}

.everify-img{
    /* shadow bottom and right make it 3d */
    width: 90%;
    margin-top: 20px;
}

/*** Button Start ***/
.btn {
    font-weight: 600;
    transition: .5s;
}

.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 5s infinite;
    animation-timing-function: all;
}

@keyframes mymove {
    from {left: -100%;}
    to {left: 100%;}
} 

/*** Topbar End **


/*** Navbar Start ***/
.navbar .navbar-nav {
    padding: 15px 0;
}

.snowflake-heading p{
    color: #29B5E8;
}

.navbar .navbar-nav .nav-link {
    padding: 10px;
    color: var(--bs-white);
    font-size: 18px;
    outline: none;
    z-index: 999;
    
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: #F7931E;
    font-weight: bold;
}

.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;
    }
}

.navbar .nav-item:hover .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    transition: .5s;
    opacity: 1;
}

/*** Navbar End ***/




.aiml{
    background: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url(../img/ai.jpg) center center no-repeat;
    background-size: cover;
    height: 50vh;
}

.career-bg{
    background: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url(../img/carrers.jpg) center center no-repeat;
    background-size: cover;
    height: 50vh;
}
.services-bg{
    background: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url(../img/services-header.jpg) center center no-repeat;
    background-size: cover;
    height: 50vh;
}
.about-bg{
    background: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url(../img/about-header.jpg) center center no-repeat;
    background-size: cover;
    height: 50vh;
}
.contact-bg{
    background: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url(../img/contact-header.jpg) center center no-repeat;
    background-size: cover;
    height: 50vh;
}
.snowflake-bg{
    background: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url(../img/snowflake-bg.jpg) center center no-repeat;
    background-size: cover;
    background-position: bottom;
    height: 50vh;
}

.display-2{
    padding-top: 30px;
}

.snowflake-heading{
    margin-bottom: 10px;
}
/*** Carousel Start ***/

.bg-nav{
    background: #021B40;
}

.showcase {
    width: 100%;
    height: 550px;
    position: relative;
    color: white;
    text-align: center;
}

.showcase img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index:99
}

.showcase .overlay {
    width: 100%;
    height: 550px;
    background-color: rgba(0, 36, 82, 0.694);
    position: absolute;
    top: 0;
    left: 0;
    z-index:999
  }


.silver-logo{
    width: 140px;
    margin: 0;
    padding: 0;
}

.carousel-item {
    position: relative;
}

.carousel-item::after {
    content: "";
    width: 100%;
    height: 80%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .6);
}

.carousel-caption {
    height: 80%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.carousel-item p {
    max-width: 700px;
    margin: 0 auto 35px auto;
}

.carousel-item .hero-img {
    height: 80%;
    width: 100%;
}

.carousel-control-prev {
    width: 90px;
    height: 60px;
    position: absolute;
    top: 50%;
    left: 0;
    background: var(--bs-secondary);
    border-radius: 0 50px 50px 0;
    opacity: 1;
}

.carousel-control-prev:hover {
    background: #F7931E;
    transition: .8s;
}

.carousel-control-next {
    width: 90px;
    height: 60px;
    position: absolute;
    top: 50%;
    right: 0;
    background: var(--bs-secondary);
    border-radius: 50px 0 0 50px;
    opacity: 1;
}

.carousel-control-next:hover {
    background: #F7931E;
    transition: .8s;
}

.carousel-content h6{
    color: #F7931E;
}

.btn-about{
        background: #fff;
        color: #F7931E;
        border: solid 2px #F7931E;
        font-weight: bold;
        
}
.btn1c:hover,
    .btn1c:active {
        background-color: #F7931E;
        color: #ffffff;
    }

.carousel-caption .carousel-content a button.carousel-content-btn1 {
    background: #F7931E;
    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: #F7931E;
    color: var(--bs-dark);
    border: 0;
    opacity: 1;
    transition: 1s;
    border-radius: 20px;
}

#carouselId .carousel-indicators li {
    width: 30px;
    height: 10px;
    background: var(--bs-primary);
    margin: 10px;
    border-radius: 30px;
    opacity: 1;
}

#carouselId .carousel-indicators li:hover {
    background: #F7931E;
    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;
    }

    .bestIt{
        font-size: 10px;
    }
    .showcase .hero img{
        height: 40vh;
        width: 100%;
    }
    .title{
        font-size: 30px;
    }
    .sub-title{
        font-size: 18px;
    }
    .contact-us a{
        font-size: 12px;
    }
}

@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 .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);
}

.sub-title span:hover {
    color: #F7931E;
    font-weight: bold;
}

.hero-title:hover {
    color: #fff;
    text-shadow: 0 0 5px #03e9f4,
                0 0 25px #03e9f4,
                0 0 50px #03e9f4,
                0 0 100px #03e9f4;
  }

/*** Carousel End ***/

/* About AI Start */

.about-img {
    position: relative;
    overflow: hidden;
    transition: transform .3s ease-in;
}

.about-img:hover {
    transform: scale(1.1);
}

.about-img::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(../img/bg-about-img1.png) top left no-repeat;
    background-size: contain;
}

.feature {
    background: url(../img/bg-hero.png) center center no-repeat;
    background-size: cover;
}

.service-item-ai {
    position: relative;
    padding: 45px 30px;
    background: #FFFFFF;
    transition: .5s;
}

.service-item-ai:hover {
    background: var(--bs-primary);
}

.service-item-ai .service-icon {
    margin: 0 auto 20px auto;
    width: 90px;
    height: 90px;
    color: var(--bs-primary);
    background: var(--light);
    transition: .5s;
}

.service-item-ai:hover .service-icon {
    background: #FFFFFF;
}

.service-item-ai h5,
.service-item-ai p {
    transition: .5s;
}

.service-item-ai:hover h5,
.service-item-ai:hover p {
    color: #FFFFFF;
}

.service-item-ai a.btn {
    position: relative;
    display: flex;
    color: var(--bs-primary);
    transition: .5s;
    z-index: 1;
}

.service-item-ai:hover a.btn {
    color: var(--bs-primary);
}

.service-item-ai a.btn::before {
    position: absolute;
    content: "";
    width: 35px;
    height: 35px;
    top: 0;
    left: 0;
    border-radius: 35px;
    background: var(--light);
    transition: .5s;
    z-index: -1;
}

.service-item-ai:hover a.btn::before {
    width: 100%;
    background: var(--light);
}

.hero-header {
    margin-top: -75px;
    background: url(../img/bg-hero.png) center center no-repeat;
    background-size: cover;
}

.hero-header .breadcrumb-item+.breadcrumb-item::before {
    color: var(--light);
}

.product-btn .icon {
    left: auto;
    right: -1px;
}

.product-btn:hover {
    background: var(--bs-secondary);
}

.product-btn {
    border: 2.5px solid #F7931E;
    text-align: left;
    text-transform: uppercase;
    font-weight: bold;
    font-family: "Roboto Condensed", sans-serif;
    color: #ffffff;
    background-color: transparent;
    transition: background-color 0.5s, ease-in-out 0.5s;
    letter-spacing: 2.5px;
    border-radius: 45px;
    transition: all ease 0.2s;
    cursor: pointer;
    outline: none;
    font-size: 14px;
}

/*** About AI End ***/


.about-div img{
    transition: transform 0.5s ease-in-out ;
}

.about-div img:hover{
    transform: scale(1.1);
}


/*** Services End ***/


/*** Project Start ***/

.project-img {
    position: relative;
    padding: 15px;
}

.project-img::before {
    content: "";
    position: absolute;
    width: 150px;
    height: 150px;
    top: 0;
    left: 0;
    background: #F7931E;
    border-radius: 10px;
    opacity: 1;
    z-index: -1;
    transition: .5s;
}

.project-img::after {
    content: "";
    width: 150px;
    height: 150px;
    position: absolute;
    right: 0;
    bottom: 0;
    background: var(--bs-primary);
    border-radius: 10px;
    opacity: 1;
    z-index: -1;
    transition: .5s;
}

.counter-bg {
    /* background: #F7931E; */
    margin-top: -75px;
    background: url(../img/bg-hero.png) center center no-repeat;
    background-size: cover;
}

.bg-counter {
    background-color: #050E33;
}

.project-content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
}

.project-content div {
    display: inline-block;
    padding: 20px 25px;
    background: var(--bs-secondary);
    border-radius: 10px;
}

.project-item:hover .project-content {
    opacity: 1;
    transition: .5s;
}

.project-item:hover .project-img::before,
.project-item:hover .project-img::after {
    opacity: 0;
}

/*** Project End ***/


.container {
    /* margin-top: 20px; */
    overflow: hidden;
    .slider {
      animation: slidein infinite 10s linear;
      white-space: nowrap;
      .logos {
        width: 100%;
        display: inline-block;
        margin: 0px 0;
      }
      .logos img {
        width: 100%;
        margin-left: 20px;
        margin-right: 10px;
      }
    }
  }
  
  @keyframes slidein {
    from {
      transform: translate3d(0, 0, 0);
    }
    to {
      transform: translate3d(-100%, 0, 0);
    }
  }
  
  @keyframes fade-in {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  
.aimlkey {

    ul {
        margin: 0;
        padding: 0;
        list-style: none;
      }
      
      li {
        line-height: 1.5;
        text-indent: -30px;
        padding: 8px 0 8px 30px;
      }
      
      li:before {
        float: left;
        display: block;
        content: '\2605';
        color: #ffd900;
        margin: 0 30px 0 0;
      }

}


.half-fluid {
    .left-half, .right-half {
      left: 50%;
        margin-left: -50vw;
        max-width: 100vw;
        position: relative;
        right: 50%;
        width: 100vw;
      padding: 0px;
    }
    .image {
      background-image: url(../img/careers5.jpg);
      background-size: cover;
      background-position: center;
      min-height: 400px;
      height: 100%;
      width: 100%;
      border-radius: 20px;
    }
    margin-bottom: 30px;
  }
  
  @media (min-width: 992px) {
  
    .half-fluid {
      .left-half {
        padding-left:0 !important;
        position: absolute;
        left: 0;
        right: 50%;
        margin-left: auto;
        width: auto;
      }
      .image{
        width: 100%;
        margin-left: 0px;
      }
  
      
    }
  }
/*** 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/bgcontact.jpg) center center no-repeat;
    background-size: cover;
    border-radius: 10px;
    z-index: -1;
}

.contact-map {
    border: 0;
    background: #1742B6;
}

.contact-form {
    background: #1742B6;
}

/*** 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: #F7931E;
    border: 0;
}

/*** Footer End ***/
.htmlcodex{
    font-size: 1px;
}


.section-services {
	font-family: "Poppins", sans-serif;
	background-color: rgba(197, 212, 235, 0.876);;
	color: #202020;
	padding-top: 115px;
    padding-bottom: 120px;
}

.section-services a {
    text-decoration: none;
    color: inherit;
}

.section-services .header-section {
	margin-bottom: 34px;
}

.section-services .header-section .title {
	position: relative;
    padding-bottom: 14px;
    margin-bottom: 25px;
	font-weight: 700;
    font-size: 32px;
}

.section-services .header-section .title:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 50px;
	height: 3px;
	background-color: #ff4500;
    border-radius: 3px;
}

.section-services .header-section .title:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
    transform: translateX(30px);
	width: 10px;
	height: 3px;
	background-color: #504f93;
    border-radius: 3px;
}

.section-services .header-section .description {
	font-size: 14px;
    color: #282828;
    text-align: center;
}

.section-services .single-service {
    position: relative;
    margin-top: 30px;
    background-color: #fff;
    border-radius: 10px;
    padding: 40px 30px;
    overflow: hidden;
    height: 300px;
}

.section-services .single-service .content {
	position: relative;
	z-index: 20;
}

.section-services .single-service .circle-before {
    position: absolute;
    top: 0;
    right: 0px;
    transform: translate(40%, -40%);
    width: 150px;
    height: 150px;
    /* background-color: #0d6efd; */
    background-color: rgb(247,147,31);
    /* border: 6px solid #504f93; */
    border-radius: 50%;
    opacity: 0.5;
    z-index: 10;
    transition: all .6s;
}

.section-services .single-service:hover .circle-before {
	width: 100%;
	height: 100%;
	transform: none;
	border: 0;
	border-radius: 0;
	opacity: 1;
}

.section-services .single-service .icon {
	display: inline-block;
	margin-bottom: 26px;
    width: 70px;
    height: 70px;
    background-color: rgb(247,147,31);
    border-radius: 5px;
    line-height: 70px;
    text-align: center;
    color: #fff;
    font-size: 30px;
    transition: all .3s;
}

.section-services .single-service:hover .icon {
	background-color: #fff;
	color:#F7931E;
}

.section-services .single-service .title {
    margin-bottom: 18px;
	font-weight: 700;
    font-size: 23px;
    transition: color .3s;
}

.section-services .single-service:hover .title {
	color: #fff;
}

.section-services .single-service .description {
    margin-bottom: 20px;
    font-size: 14px;
    transition: color .3s;
}

.section-services .single-service:hover .description {
	color: #fff;
}

.section-services .single-service a {
	position: relative;
	font-size: 18px;
    color: #202020;
    text-decoration: none;
    font-weight: 500;
    transition: color .3s;
}

.section-services .single-service:hover a {
	color: #fff;
}

.section-services .single-service:hover a:after {
	background-color: #fff;
}

.section-title h2 {
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    padding-bottom: 6px;
    color: #000;
    letter-spacing: 0.3px;
    padding: 0;
}
.section-title::after {
    content: "";
    height: 3px;
    background: #fbb900;
    width: 80px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
}


.client-section .slider {
    position: relative;
    margin-top: 30px;
}

.client-section .slider .slide {
    text-align: center;
    padding: 0 20px;
}

.client-section img {
    width: 100px;
    height: 100px;
    transition: all .3s;
}

/* apply black filter to client imgs apply bg */


.client-section .header-section .title {
	position: relative;
    padding-bottom: 14px;
    margin-bottom: 25px;
	font-weight: 700;
    font-size: 32px;
}

.client-section .header-section .title:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 50px;
	height: 3px;
	background-color: #ff4500;
    border-radius: 3px;
}

.client-section .header-section .title:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
    transform: translateX(30px);
	width: 10px;
	height: 3px;
	background-color: #504f93;
    border-radius: 3px;
}

.client-section .header-section .description {
	font-size: 14px;
    color: #282828;
    text-align: center;
}

.emp-login{
    color: white;
}

.emp-login:hover{
    color:#F7931E;
}