@import url('https://fonts.googleapis.com/css?family=Special+Elite');
body{
    overflow-x:hidden;
}
:root {
    --primary: #0764c4;
    --secondary: #070707;
    --light: #F1F3FA;
    --dark: #040505;
}
.text-color{
 color: var(--primary)   
}

.btn-more{
    padding: 1rem;
}

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

.fw-medium {
    font-weight: 500;
}

/* Global css */
.section-entry {
    padding: 5rem 0 5rem;
  }
  .section-entry-top {
    padding-top: 5rem;
  }
  .section-entry-bottom {
    padding-bottom: 5rem;
  }
  .txtct {
    text-align: center;
  }
  .align-c {
    align-items: center;
  }
  .txtbc h1, .txtbc h2, .txtbc h3, .txtbc h4, .txtbc h5, .txtbc h6, .txtbc p, .txtbc i, .txtbc a, .txtbc span {
    color: #000;
  }
  .txtwt h1, .txtwt h2, .txtwt h3, .txtwt h4, .txtwt h5, .txtwt h6, .txtwt p, .txtwt i, .txtwt a, .txtwt span {
    color: #fff;
  }
  .txtbu {
    color: #004c86;
  }
  .txtor {
    color: #ff2515;
  }
  
  
/*** Spinner ***/
#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;
}


/*** Button ***/
.btn {
    transition: .5s;
    font-weight: 500;
}

.btn-primary,
.btn-outline-primary:hover {
    color: #fff;
    background-color: var(--secondary);
    border: none;
}

.btn-primary:hover{
    color: #000;
    background-color: #fff;
    border: none;
}

.btn-secondary,
.btn-outline-secondary:hover {
    color: var(--dark);
}

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

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

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

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

.logo-s {
    width: 200px;
}
/*** Navbar ***/
.bg-top-color{
    background-color: #0764c45e;
}
.bg-color{
    background-color:#0764c4;
}
.sticky-top {
    top: -100px;
    transition: .5s;
}



/*navbar start*/
/* Style for dropdown-right icon */

.dropdown-right-icon {
    float: right;
    font-size: 12px;
    color: #333;
    margin-left: 10px;
}

/* Ensure submenu is hidden by default */
.dropdown-menu {
    display: none;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

/* Show dropdown on hover */
.nav-item.dropdown:hover > .dropdown-menu {
    display: block;
    opacity: 1;
}

/* Position submenu properly */
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu > .submenu {
    position: absolute;
    top: 0;
    left: 100%;
    display: none;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    background-color: #fff; /* Adjust as needed */
    border: 1px solid #ddd;
    min-width: 200px;
}

/* Show submenu on hover */
.dropdown-submenu:hover > .submenu {
    display: block;
    opacity: 1;
}


/*working*/
.dropdown-toggle::after {
    display: none;
}
.my-n {
    padding: 0.5rem 0;
}
.nav-link {
    color: #fff!important;
}

/*navbar end*/


/* Topbar */
.img-size img{
    width: 60%;
    margin: 0.5rem 0;
}

.icon-color-topbar a{
    color: #000!important;
}

@media( max-width :1380px){
    .dis-none-cl{
        display:none;
    }
    
    .cont-space{
    justify-content: space-around;
    width: 100%;
    }
}
/*breadcrum*/

.back-image{
    padding:4.5rem .5rem!important;
    /*background-image: url(../images/pagetop-bg.jpg)!important;*/
    background-size: cover;
    background-repeat:no-repeat;
    background-color: #e9ecef;
}

.text-edit-breadc h1{
    font-size: 2rem!important;
    color: #0764c4;
    font-weight: 500;
    
}

.text-edit-breadc li:nth-child(1) a{
    color:black!important;
    font-weight:600;
}
/*** Header ***/

.font-s-banner{
    color: white;
    font-weight: bolder;
    font-size: 2.5rem;
}

.font-size-banner{
    color: white;
    font-size: 2.7rem;
}

.font-size-banner-p i{
    font-size: 1.5rem;
    font-weight: 800;
    
    width: initial;

}
.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    background: rgba(0, 0, 0, .1);
    z-index: 1;
}

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

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 3.5rem;
    background-color: var(--primary);
    border: 15px solid var(--primary);
}




.page-header {
    background: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .1)), url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}

.page-header .breadcrumb-item+.breadcrumb-item::before {
    color: var(--light);
}

.page-header .breadcrumb-item,
.page-header .breadcrumb-item a {
    font-size: 18px;
    color: var(--light);
}


@media (max-width: 768px) {
    
.font-s-banner{
    color: white;
    font-weight: bolder;
    font-size: 0.9rem;
}


.font-s-banner strong{
    color: black;
   background-color: #ffffff9e;
}
.font-size-banner{
    
    font-size: 1rem;
}

.font-size-banner-p i{
    font-size: 1rem;
    font-weight: 800;
    background-color:#2f2b2b9e;
    width: initial;

}
}




/*---------------------
  After banner
-----------------------*/

.services-section {
	padding-top: 0;
	padding-bottom: 60px;
}

.services-section.services-normal .container {
	margin-top: 0;
}

.services-section .container {
	position: relative;
	margin-top: -150px;
	z-index: 99;
}

.services-item {
	text-align: center;
	padding: 10px 10px 18px 10px;
	background: #ffffff;
	-webkit-box-shadow: 0px 10px 25px rgba(206, 206, 206, 0.5);
	box-shadow: 0px 10px 25px rgba(206, 206, 206, 0.5);
	margin-bottom: 30px;
	height:100%;
}

.services-item img {
	margin-bottom: 28px;
	min-width: 100%;
}

.services-item h3 {
	color: #191039;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 10px;
}

@media (max-width: 768px) {
    .services-section .container{
        margin-top:0 ;
    }
}
.after-banner a h3{
    color: var(--primary)!important;
    
}

.after-banner a p{
    color: black!important;
    
}
/*** Footer ***/

.back-footer-color{
    background-color: #fff;
    border-top: 3px solid #0764c4;
}
.my-s-i {
    color: #fff!important;
}
.back-footer-color h4{
    color: var(--primary)!important;
}
.back-footer-color .rounded-circle,.signupfooter{
    background-color: var(--primary);
}
.footer {
    color: #B0B9AE;
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #000;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: #0764c4;;
    letter-spacing: 1px;
    box-shadow: none;
}

.copyright {
    color: #B0B9AE;
}

.copyright {
    background: #111111;
}

.copyright a:hover {
    color: var(--primary) !important;
}


/*** About Page ***/
.section-title {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
}

.section-title::before {
    position: absolute;
    content: "";
    width: calc(100% + 80px);
    height: 2px;
    top: 4px;
    left: -40px;
    background: var(--primary);
    z-index: -1;
}

.section-title::after {
    position: absolute;
    content: "";
    width: calc(100% + 120px);
    height: 2px;
    bottom: 4px;
    left: -60px;
    background: var(--primary);
    z-index: -1;
}

.section-title.text-start::before {
    width: calc(100% + 40px);
    left: 0;
}

.section-title.text-start::after {
    width: calc(100% + 60px);
    left: 0;
}



/*** About Page Img Border ***/
.img-border {
    position: relative;
    height: 100%;
    min-height: 400px;
}



.img-border::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 3rem;
    bottom: 3rem;
    border: 5px solid var(--primary);
    border-radius: 6px;
}

.img-border img {
    position: absolute;
    top: 3rem;
    left: 3rem;
    width: calc(100% - 3rem);
    height: calc(100% - 3rem);
    object-fit: cover;
    border-radius: 6px;
}

@media (max-width: 510px){
    .img-border::before{
        display:none;
    }
    .img-border{
        display:flex;
        justify-content:center;
        align-items:center;
        
    }
    .img-border img{
        top: auto;
        left:auto;
        object-fit:contain;
    }
}
@media (max-width: 380px){
     .img-border{
         min-height: 350px;
     }
}

/* Services */

.project-item {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 0 45px rgba(0, 0, 0, .07);
}

.project-item .project-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, .5);
    opacity: 0;
    padding-top: 60px;
    transition: .5s;
}

.project-item:hover .project-overlay {
    opacity: 1;
    padding-top: 0;
}

.project-carousel .owl-nav {
    position: absolute;
    top: -100px;
    right: 0;
    display: flex;
}

.project-carousel .owl-nav .owl-prev,
.project-carousel .owl-nav .owl-next {
    margin-left: 15px;
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--secondary);
    border-radius: 55px;
    box-shadow: 0 0 45px rgba(0, 0, 0, .15);
    font-size: 25px;
    transition: .5s;
}

.project-carousel .owl-nav .owl-prev:hover,
.project-carousel .owl-nav .owl-next:hover {
    background: var(--primary);
    color: #FFFFFF;
}

@media (max-width: 768px) {
    .project-carousel .owl-nav {
        top: -70px;
        right: auto;
        left: 50%;
        transform: translateX(-50%);
    }

    .project-carousel .owl-nav .owl-prev,
    .project-carousel .owl-nav .owl-next {
        margin: 0 7px;
        width: 45px;
        height: 45px;
        font-size: 20px;
    }
}



/* counter */

.counter::before{
    content: '';
    background-image: linear-gradient( #0764c49e,#0764c4c2),url(../img/counterbg.png);
    background-attachment:fixed;
    /* height: 100%; */
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    opacity: 0.5;
  }

.counter img{
    width: 100px;
    height: 100px;
    padding-bottom: 1rem;
}
.counter {
    padding: 5rem 0;
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    position: relative;
}
.counter li {
    flex: 1;
    text-align: center;
    font-size: 40px;
    list-style: none;
    font-weight: bolder;
    color:black;
}

/* Product */
.project-item {
    position: relative;


}

.project-title{
    width: fit-content;
}

.project-item .project-title {
    position: absolute;
    top: auto;
    /*right: 1rem;*/
    bottom: 1rem;
    /*left: 1rem;*/
    padding: 1rem;
    text-align: center;
    background: #ffffffb0;
    transition: .5s;
}

.project-item:hover .project-title {
    color: #FFFFFF;
    background: var(--primary);
}

.project-content{
    background-image: linear-gradient( #94909094,#000000bd),url('../img/product-14.png');
   background-repeat: no-repeat;
   background-size: cover;
   

}

.content-port{
    padding : 4rem 4.5rem 8rem 4.5rem;
    font-weight: 100;
    font-size: 1.3rem;
}
@media (max-width:500px) {
.project-content{
    background-size: contain;
}
}


@media (max-width:1199px) {
.content-port{
       font-size: 1rem;
}
}

.content-port{
    padding : 4rem 1rem 8rem 1rem;
    font-weight: 100;
    font-size: 1rem;
}
}
.tes-para{
font-size: 1.1rem;
    color: black!important;
    font-weight: 500;
}
.view-btn {
    position: absolute;
    top: auto;
    /* right: 1rem; */
    bottom: 1rem;
    left: 50%;
    transform: translateX(-50%);
    padding: 1rem;
    text-align: center;
    background: #FFFFFF;
    transition: .5s;
    width: max-content;

}

.view-btn:hover{
    color: #FFFFFF;
    background: var(--primary);
}
.title{
    color: aliceblue;
    position: absolute;
    text-align: center;
    width: 100%;
}

.cardbox{
    perspective: 500px;
    
   
}

.card{
    
    border-radius: 5%; 
   
    background: #fff;
    transform-style: preserve-3d;
    transition: 0.25s ease;
    box-shadow: 0 30px 30px rgba(0,0,0,0.5);
    cursor : pointer;
    background: linear-gradient( #0764c4 0 0) no-repeat;
    background-size: 100% 0%;
    transition: .4s;
}






.card-front , .card-back{ 
    backface-visibility: hidden;
    
}

.card-front{
    font-size: 40px;
    justify-content: center;
    text-align: center;
    display: flex;
    align-items: center;
}

.card-back{
    position: absolute;
    font-size: 25px;
    justify-content: center;
    text-align: center;
    display: flex;
    align-items: center;
    top: 42%;
    right:35%;

}

.cardbox:hover .card{
    /*transform: rotateY(180deg);*/
    background-size: 100% 100%;
    transition: .4s;
}

.cardbox a {
    color: white!important;
    font-weight: bolder;
}
.card-back{
    transform: rotateY(180deg);
}
.cardbox:hover .card p{
    
    transition: 0.9s;


}






/*** Testimonial ***/
.testimonial-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .07);
    transition: .5s;
    height:100%!important;
}

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

.owl-item.center .testimonial-item,
.testimonial-item:hover {
    background: var(--primary);
}

.owl-item.center .testimonial-item *,
.testimonial-item:hover * {
    color: #FFFFFF !important;
}

.testimonial-item img {
    width: 100px !important;
    height: 100px !important;
    border-radius: 100px;
}

.testimonial-carousel .owl-nav {
    position: absolute;
    top: -100px;
    right: 0;
    display: flex;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    margin-left: 15px;
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--secondary);
    border-radius: 55px;
    box-shadow: 0 0 45px rgba(0, 0, 0, .15);
    font-size: 25px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    background: var(--primary);
    color: #FFFFFF;
}

@media (max-width: 768px) {
    .testimonial-carousel .owl-nav {
        top: -70px;
        right: auto;
        left: 50%;
        transform: translateX(-50%);
    }

    .testimonial-carousel .owl-nav .owl-prev,
    .testimonial-carousel .owl-nav .owl-next {
        margin: 0 7px;
        width: 45px;
        height: 45px;
        font-size: 20px;
    }
}
.hm-icon {
    margin-top: 4rem;
}
/* service */
  .service-item .service-text {
    position: relative;
    width: 100%;
    border: 1px solid var(--primary);
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    background: #FFFFFF;
    box-shadow: 0 0 45px rgba(0, 0, 0, .06);
    transition: .5s;
    z-index: 2;
    padding:3rem;
}

.service-item .service-text-contact {
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    text-align: center;
    background: #FFFFFF;
    box-shadow: 0 0 45px rgba(0, 0, 0, .06);
    transition: .5s;
    z-index: 2;
    padding:1rem;
    height: 100%;
}

@media (max-width:991px){
    .service-item .service-text{
        padding:3.5rem;
    }
}

.service-item:hover .service-text {
    top: -1.5rem;
}


.service-item:hover .service-text-contact {
    top: -1.5rem;
}


.service-item .service-text h5 {
    transition: .5s;
}

.service-item:hover .service-text h5 {
    color: var(--primary);
}
.service-item:hover .img-sty img{
    filter: brightness(0) saturate(100%);
}


.service-item:hover .service-text-contact h5 {
    color: var(--primary);
}
.service-item:hover .img-sty img{
    filter: brightness(0) saturate(100%);
}


.service-item .service-btn {
    position: absolute;
    width: 80%;
    height: 3rem;
    left: 10%;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    box-shadow: 0 0 45px rgba(0, 0, 0, .07);
    transition: .5s;
    z-index: 1;
}

.service-item:hover .service-btn {
    bottom: -1.5rem;
}


.para-bef::before{
    content: "";
    display: block;
    width: 5px;
    height: 146px;
    background: var(--primary);
    left: -16px;
    top: 0%;
    bottom: 1%;
    position: absolute;
    
}

.pro-wrap {
    text-align: center;
    
}
.pro-wrap a {
    font-size: 18px;
}
.para-bef p{
    font-weight: bolder;
    color: black!important;
}


@media (max-width: 992px) {
    .para-bef::before{
        display: none;
    }
}

/*about page*/

.about-page{
    padding: 4rem 0;
}


.about-list-img{
       background: #0764c4;
}
.con-icon {
    filter: grayscale(1);
}

.content h2 {
 color: var(--primary);
 font-weight: 300;
}


.content p{
 color: light-grey;
 font-style:italic;
 font-weight:400;
 padding:0.5rem 0 1rem 0;
}

.content{
    padding:0 0 2rem 0;
}

.content blockquote{
    
	font-family: 'Special Elite', cursive;
	color: #3f3f5a;
	font-weight: 100;
	font-size: 1.5rem;
	position: relative;
	margin: 0;
	padding: .7rem;
}

.content blockquote:before,
blockquote:after {
	position: absolute;
	color: #f1efe6;
	font-size: 5rem;
	width: 4rem;
	height: 4rem;
}

.content blockquote:before {
	content: '“';
	left:20rem;
	top: -1rem;
}

.content blockquote:after {
	content: '”';
	right: 20rem;
	bottom: .5rem;
}

 @media (max-width: 1399px) {
    .content blockquote:before {
        left:15rem;
    }
    .content blockquote:after {
        right:15rem;
    }

 }

 @media (max-width: 1199px) {
    .content blockquote:before {
        left:9.5rem;
    }
    .content blockquote:after {
        right:9.5rem;
    }

 }



 @media (max-width: 991px) {
    .content blockquote:before {
        left:2.1rem;
    }
    .content blockquote:after {
        right:2.1rem;
    }
 }



 @media (max-width: 767px) {

.content blockquote {
    font-size:1.4rem;
}
    .content blockquote:before {
        font-size:4rem;
        top:-0.5;
        left:-2.3rem;
    }
    .content blockquote:after {
        font-size:4rem;
        bottom:0.6;
        right:-2.3rem;
    }
 }


 @media (max-width: 575px) {
    .content blockquote:before {
        left:-1rem;
    }
    .content blockquote:after {
        right:-1rem;
    }
 }


 .back-image-cont{
    padding:4rem;
    background: linear-gradient(-45deg,rgb(233 184 122 / 46%), rgb(253 234 197 / 77%)) fixed, url(../img/aboutpage4.jpg)fixed;
    background-size: cover;
    background-repeat:no-repeat;
 }

 .content-about-sec{
    font-size: 1rem;
    font-weight: bold;
    padding: 1rem;
    color: #2d2d2d;
    background-image: linear-gradient(-45deg,rgb(254 247 227 / 74%), rgb(253 234 197 / 77%));
 }

 
 @media (max-width: 360px){
    .content-about-sec{
        font-size: 0.9rem;
        
    }
    .back-image-cont{
        padding: 4rem 1.5rem;
    }
 }
 .about-pad-cont-sec{
    padding-bottom: 2rem;
 }

 .back-end-about{
    background-color:#111111;
    padding: 2rem;
 }

.para-writting{
    font-size: 1.2rem;
    color: var(--primary);
}


/*product*/
.icon-hel a{
    color: var(--primary);
    
}
.myform {
  margin-bottom: 2rem;
}
.proj-box {
    border-radius: 5%;
    background: #fff;
    transform-style: preserve-3d;
    transition: 0.25s ease;
    /* box-shadow: 0 30px 30px rgba(0,0,0,0.5); */
    cursor: pointer;
    /* background-image: url(../images/pagetop-bg.jpg); */
    background-size: 100% 0%;
    transition: .4s;
    border: 1px solid;
    overflow: hidden;
}
.proj-box:hover{

    background-size: 100% 100%;
    transition: .4s;
}
.proj-info {
        border-top: 1px solid;
}
.pro-view {
	float: left;
}
.pro-view img {
	width: 500px;
    border: 1px solid #0764c4;
    margin: 0 2rem 0.5rem 0;
}

.contact-page{
    margin-top: 2rem;
    margin-bottom:2rem;
}
.hm-t-t {
    color: var(--primary)!important;
    font-size: 35px;
    font-weight: 700;
}
.a-b {
    color: #000;
}
.services-item p {
    color: #000;
}




/*code*/
.hm-ab-sec img {
    height: 400px;
    object-fit: cover;
    width: 100%;
}
.top-tt {
    font-size: 30px;
    padding-top: 1.5rem;
    color: #fff!important;
}
.services-item {
    background: #000;
}
.hm-s-ser {
    background: var(--primary);
}

/*sitemap*/
.sitemap-back{
    padding:0.5rem 0.5rem!important;
    border-radius: 10px;
        background: #0764c4;
    background-size: cover;
    background-repeat:no-repeat;
    margin: 1rem 0;
}

.sitemap-back:hover{
    
    background: #000;
    
}



.sitemap-back a{
    color: white;
    font-size: 1.2rem;
    font-weight: bold;
    
}


/*product inner page*/
.pro-inner-cover{
    margin-top: 3rem;
}

.pro-inner-wrap{
    border: 4px double #0764c4;
    
}

.social-buttons {display:none;}
.cardbox {
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s;
  }

  .cardbox:hover {
    transform: translateY(-5px);
  }

  .card {
    position: relative;
    text-align: center;
  }

  .card-front img {
    width: 100%;
    height: 200px; /* Fixed height for images */
    object-fit: cover; /* Ensures images fit within the space */
    border-radius: 8px 8px 0 0;
  }

  .project-title {
    font-size: 1rem;
    font-weight: 600;
    margin: 0;
    padding: 8px;
    color: #333;
  }

  .card-back {
    background: #333;
    color: #fff;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0 0 8px 8px;
  }

  .project-content {
    background: #004080;
    color: white;
    padding: 20px;
    border-radius: 8px;
    margin: 16px 0;
  }

  .view-btn {
    display: inline-block;
    margin-top: 12px;
    padding: 8px 16px;
    background: #f28c28;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    transition: background 0.3s;
  }

  .view-btn:hover {
    background: #d06b00;
  }


