@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');
*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "Nunito", sans-serif;
}
.navbar{
    background-color:#08423e !important;
}
.nav-item a{
    color: #fff ;
    font-size: 18px;
}
.navitem:hover{
    background-color: red !important;
}

.navbar-toggler-icon{
    background-image: var(--bs-navbar-toggler-icon-bg) !important;
}

/*time-period-style*/

.time-period{
    padding: 8px;
    color: #fff;
}
.time-period {
  /*text-align: center;*/
  /*width: 65%;*/
  /*height: 250px;*/
  /*margin: auto;*/
  /*position: absolute;*/
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
   /*user-select: none;*/
}

.time-period b{
  font: 400 18px "Vibur";
  color: #fff;
  /*text-shadow: 0 -40px 100px, 0 0 2px, 0 0 1em #fff, 0 0 0.5em #fff, 0 0 0.1em #fff, 0 10px 3px #000;*/
/*}*/
/*.time-period b span{*/
/*  animation: blink linear infinite 2s;*/
/*}*/
/*.time-period b span:nth-of-type(2){*/
/*  animation: blink linear infinite 3s;*/
/*}*/
/*@keyframes blink {*/
/*  78% {*/
/*    color: inherit;*/
/*    text-shadow: inherit;*/
/*  }*/
/*  79%{*/
/*     color: #333;*/
/*  }*/
/*  80% {*/
    
/*    text-shadow: none;*/
/*  }*/
/*  81% {*/
/*    color: inherit;*/
/*    text-shadow: inherit;*/
/*  }*/
/*  82% {*/
/*    color: #333;*/
/*    text-shadow: none;*/
/*  }*/
/*  83% {*/
/*    color: inherit;*/
/*    text-shadow: inherit;*/
/*  }*/
/*  92% {*/
/*    color: #333;*/
/*    text-shadow: none;*/
/*  }*/
/*  92.5% {*/
/*    color: inherit;*/
/*    text-shadow: inherit;*/
/*  }*/
}
/*time-period-style-ends*/

.dropdown-menu{
    background-color: #08423e !important;
}
#carouselExampleControls{
    padding: 0;
}
.carousel-indicators{
    bottom: -60px !important;
}
.carousel-indicators button {
    width: 10px !important;
    height: 10px !important;
    background-color: black !important; /* Set bullet color to black */
    border-radius: 50%;     /* Make bullets circular */
    width: 12px;            /* Set width */
    height: 12px;           /* Set height */
    opacity: 0.7;           /* Slight transparency */
    border: none;           /* Remove border */
    margin: 5px;            /* Add some spacing */
}

.carousel-indicators button.active {
    opacity: 1;             /* Fully opaque for the active bullet */
}

.whp {
    position: fixed;
    top: 78%;
    left: 3%;
    width: 50px;
    height: 50px;
    z-index: 9999;
    animation: whp 1.2s ease infinite;
}

.call-float{
    position: fixed;
    width: 40px;
    height: 40px;
    bottom: 8%;
    left: 3%;
    padding: 6px;
    background: #074173;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    border-radius: 12px;
    z-index: 99;
    color: #fff;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.totop{
    position: fixed;
    width: 40px;
    height: 40px;
    bottom: 8%;
    right: 3%;
    padding: 6px;
    background: #08423e;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    border-radius: 12px;
    z-index: 99;
    color: #fff;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.dnone{
    display: none;
}

@keyframes whp {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }

    100% {
        transform: translateY(0);
    }
}


.centerit{
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo{
    /*width: 105px;*/
    height: 70px;
}

.logo-footer{
    width: 100%;
    height: 100%;
}

.pri-col{
    color: #074173;
}
.pri-col-bg{
    background: #08423e;
    color: #fff;
}

.banner-container{
    position: relative;
}

.info-card{
    position: relative;
    top: -3.2rem;
    height: 130px;
    background: #fff;
    color: #074173;
    border-radius: 10px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
#aboutUs{
    background-color: #e9ecef !important;
}
#about-row .centerit{
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px !important;
    border: 1px solid darkgray;
    border-radius: 10px;
}
.main-info{
    flex-direction: column;
   box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.25em, rgba(90, 125, 188, 0.05) 0px 0.25em 1em;
    border-radius: 10px;
    border: 1px solid darkgrey
}
.main-info h3{
    background-image: url(../img/quote-img-1.jpg);
    background-size: cover;
    background-position: bottom;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}

.main-info h3{
    font-size: 18rem;
    font-weight: 700;
}

.about-head{
    color: #074173;
}

.flex-col{
    flex-direction: column;
    text-align: center;
}

.about_section{
    padding: 1rem 0.5rem;
}
.about_section img{
    border-radius: 300px 100px 100px 100px;
    box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.12);
}

.logo-center{
    text-align: center;
    position: relative;
    z-index: 9;
}

.logo-center::before{
    position: absolute;
    content: '';
    height: 1px;
    width: 100vw;
    background: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.logo-center img{
    position: relative;
    z-index: 8;
    background: #fff;
    border-radius: 20px;
    width: 12rem;
    height: 12rem;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.img-box img{
    display: block;
    width: 100%;

}

.btn-pri{
    padding: 10px 15px;
    background: #08423e;
    color: #f8f9fa;
    outline: none;
    border: 2px solid #08423e;
    margin-bottom: 20px;
}


.heading_container.heading_center{
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

.bg-sca{
    background-image: url(../img/bg-img/bg-img-3.jpg);
    background-position: center;
    background-size: cover;
    position: relative;
}
#service{
    background-color: #08423e;
    color: #fff;
}
.service-card{
    flex-direction: column;
    border: 7px solid #dddbdb;
    border-radius: 5px;
    padding: 1rem;
    margin: 2.6rem .8rem;
    transition: .3s ease-in-out;
}

.service-card:hover{
    transform: scale(1.1);
}

.service-icon{
    width: 5rem;
    height: 5rem;
    margin: 12px 0;
}

.pro-details{
    margin: 0 20px;
}

.pro-img{
    position: relative;
    width: 100%;
    /*border: 5px solid rgb(69, 69, 69);*/
     border-radius: 5px;
    margin: 0 20px;
    background-color: #08423e;
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
}

.pro-img img{
    width: 100%;
    /*border: 2px solid black;*/
    border-radius: 5px;
    transform: translate(-30px, -37px);
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}

.pro-content{
    flex-direction: column;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.507);
     border-radius: 5px;
    color: #fff;
    top: 0;
    visibility: hidden;
    overflow: hidden;
    transform: translate(-30px, -37px);
}
.content-details{
    position: absolute;
    bottom: -50%;
    text-align: center;
    transition: .3s ease-in-out;
}

.pro-img:hover .pro-content{
    visibility: visible; 
}
.pro-img:hover .content-details{
    bottom: 0;
    transform: translateY(-80%);

}

.query-from{    
    background-color: #f8f9fa;
    border-radius: 10px;
    margin: 1.8rem 0;
    padding: 0 .8rem .8rem .8rem;
    overflow: hidden;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.query-from h4{
    padding: 10px 0;
    background: #08423e;
    color: #fff;
    text-align: center;
}
.service-button{
    background-color: #fff;
    color: #08423e;
}
.gallery-container{
    width: 100%;
    object-position: center;
    overflow: hidden;
    border: 5px solid #08423e;
    border-radius: 50%;
}

.gallery-container>img:hover{
    transform: scale(1.1);
}

.gallery-container img{
    transition: .3s ease-in-out;
    aspect-ratio: 3/3;
    border-radius: 50%;
}

.client img{
    width: 160px;
    height: 160px;
}

.social-link{
    display: flex;
    align-items: center;
}
.social-link i{
    margin: 0 10px;
    font-size: 24px;
}
.social-link a{
    color: #fff;
    transition: 0.5s ease;
}
.social-link a:hover{
    color: black;
    transform: translateY(-10px);
}

.footer-a{
    color: #fff;
    text-decoration: none;
}

/* about.php */

.team-card{
    margin-top: 2rem;
    padding: .5rem;
    text-align: center;
    border: 3px solid #08423e;
    border-radius: 10px;
    transition: .3s ease-in-out;
}

.team-card img{
    width: 100%;
}

.team-card h4{
    margin: 1rem auto;
}

.team-card:hover{
    background: #08423e;
    color: #fff;
    transform: scale(1.1);
}

/* product.php */

.product-img img{
    width: 100%;
}

.pro-m-img{
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding-bottom: 1rem;
}

.pro-m-img img{
    width: 100%;
    height: 100%;
}



/* gallery.php  */

.gallery-section{
    display: flex;
    flex-wrap: wrap;
}
.gallery-img{
    margin: .2rem;
    max-width: 24%;
    max-height: 25%;
}

.gallery-img img{
    border: 5px solid #747474;
    width: 100%;
    height: 100%;
}


/* contact.php  */

.contact-card{
    height: 100%;
    flex-direction: column;
    font-size: 1.2rem;
}

.location i, .mail i{
    color: red;
}

.phone i{
    color: blue;
}

/*testimonial start*/
#testimonials{
    background-color: #e9ecef ;
}
.testimonial h2 {
	color: #333;
	text-align: center;
	text-transform: uppercase;
	font-family: "Roboto", sans-serif;
	font-weight: bold;
	position: relative;
	margin: 30px 0 60px;
}
.testimonial h2::after {
	content: "";
	width: 100px;
	position: absolute;
	margin: 0 auto;
	height: 3px;
	background: #8fbc54;
	left: 0;
	right: 0;
	bottom: -10px;
}
.col-center {
	margin: 0 auto;
	float: none !important;
}
.carousel {
	padding: 0 70px;
}
.carousel .carousel-item {
	color: #999;
	font-size: 14px;
	text-align: center;
	overflow: hidden;
	/*min-height: 290px;*/
}
.carousel .carousel-item .img-box {
	width: 135px;
	height: 135px;
	margin: 0 auto;
	padding: 5px;
	border: 1px solid #ddd;
	border-radius: 50%;
}
.carousel .img-box img {
	width: 100%;
	height: 100%;
	display: block;
	border-radius: 50%;
}
.carousel .testimonial {
	padding: 30px 0 10px;
}
.carousel .overview {	
	font-style: italic;
}
.carousel .overview b {
	text-transform: uppercase;
	color: #7AA641;
}
.testimonial .carousel-control-prev, .testimonial .carousel-control-next {
	width: 40px;
	height: 40px;
	margin-top: -20px;
	top: 50%;
	background: none;
}
.testimonial .carousel-control-prev i, .carousel-control-next i {
	font-size: 68px;
	line-height: 42px;
	position: absolute;
	display: inline-block;
	color: rgba(0, 0, 0, 0.8);
	text-shadow: 0 3px 3px #e6e6e6, 0 0 0 #000;
}
.testimonial .carousel-indicators {
	bottom: -40px !important;
}
.testimonial .carousel-indicators li, .carousel-indicators li.active {
	width: 12px;
	height: 12px;
	margin: 1px 3px;
	border-radius: 50%;
	border: none;
}
.testimonial .carousel-indicators li {	
	background: #999;
	border-color: transparent;
	box-shadow: inset 0 2px 1px rgba(0,0,0,0.2);
}
.testimonial .carousel-indicators li.active {	
	background: #555;		
	box-shadow: inset 0 2px 1px rgba(0,0,0,0.2);
}
/*testimonial ends*/

/*custom style*/

.blog-item{
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 10px;
    margin: 20px 10px;
    max-width: 360px;
}
.blog-image img{
    width: 100%;
    height: 100%;
     transition: 0.5s ease;
}
.blog-image{
    overflow: hidden;
}
.blog-image:hover.blog-image img{
    transform: scale(1.1);
}
.blog-text .blog-button{
    display: inline-block;
    text-align: center;
}

.blog-details-image img{
    width: 100%;
    height: 100%;
}

/*custom style ends*/


@media screen and (min-width:768px){
    .about_section{
        padding-top: 5rem;
    }
    .query-from{
        width: 30vw;
        position: relative;
        top: 1rem;
        left: 60%;
    }
    .pro-details{
        display: flex;
        
    }
    
}

@media screen and (max-width: 768px){
    .main-info h3{
        font-size: 16rem !important;
    }
    .pro-img{
        width: 270px;
        margin: 60px 20px;
    }
}
@media (max-width: 375px){
    #offcanvas-time-period{
        display: none;
    }
}
