/* Header Section */
.redsky-logo{
    width: 60px;
    height: 60px;
    background-color: aliceblue;
    border-radius: 50%;
}

.head-bg-color{
    background-color: #0b2e4e;
}



/* About Page */
.text-color{
    color: black;
}
.img-border{
    border-radius: 12px;
}
.defalt-color{
    color: #06A3DA;
}

/*** Miscellaneous ***/
@media (min-width: 991.98px) {
    .factss {
        position: relative;
        margin-top: -170px;
        z-index: 1;
    }
}

/* Service */
.icon-color{
    color: white;
}
.service-border{
    border-radius: 12px;
}

/* our-vision */

.hover-effect{
    background-color: rgb(61, 56, 56);
    transition: 1s;
  
}
.hover-effect:hover{
    transform: scale(1.1);
}

/*** Team ***/
.team-item {
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 45px rgba(0, 0, 0, .07);
}

.team-item img {
    transition: .5s;
}

.team-item:hover img {
    transform: scale(1.1);
}

.team-text {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -50px;
    opacity: 0;
    transition: .5s;
}

.team-item:hover .team-text {
    bottom: 0;
    opacity: 1;
}

.team-item a.btn {
    color: var(--primary);
}

.team-item a.btn:hover {
    color: #FFFFFF;
    background: var(--primary);
    border-color: var(--primary);
}

/* Our Clients */
.testimonial-item {
    margin: 10px;
}




/*** 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;
}
.fotter-background{
    background-color: #15233C;
}
.footer-icon-colors{
    color: #06A3DA;
}

/*** Footer End ***/

/* contact */
.contact-align-center{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 10px;
 }
 .address-contact{
    text-align: center;
 }
 .phone-pd-h{
     /* height: 208px; */
    padding-bottom: 35px;
 }
 .email-align{
     /* word-break: break-word; */
     /* font-size: 1.25rem; */
 }
 .icon-color-defalt{
     background-color: #1ac6ff;
     display: flex;
     align-items: center;
     justify-content: center;
 }
 .icon-color-defaltt{
     color: #1ac6ff;
 }
 .google-map{
    height: 70vh;
 }
/* why-chose-us */
.why-chose-us-img{
    border-radius: 12px;
}

/* what's Up */

/* whatsup icons */

#whatsapp .wtsapp{
	position: fixed;
	transform: all .5s ease;
	background-color: #25d366;
	display: block;
	text-align: center;
	box-shadow: 0 0 20px rgba(0,0,0,0.15);
	border-radius: 50px;
	border-right: none;
	color: #fff;
	font-weight: 700;
	font-size: 30px;
	bottom: 40px;
	left: 30px;
	border: 0;
	z-index: 9999;
	width: 50px;
	height: 50px;
	line-height: 50px;

}

#whatsapp .wtsapp:before{
	content:"";
	position: absolute;
	z-index: -1;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	display: block;
	width: 60px;
	height: 60px;
	background-color: #25d366;
	border-radius: 50%;
	-webkit-animation: pulse-border 1500ms ease-out infinite;
	animation: pulse-border 1500ms ease-out infinite;
}

#whatsapp .wtsapp:focus{
	border: none;
	outline: none;
}

@keyframes pulse-border {
	0%{transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1); opacity: 1;}
	100%{transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3); opacity: 1;}
}

/* carosel  */
@media (max-width: 767px) {
    .carousel-caption {
        /* padding: 10px; */
        text-align: center;
    }

    .carousel-caption h1 {
        margin-top: 5px;
        font-size: 16px;
    }
    .carousel-caption h2 {
        margin-top: 5px;
        font-size: 16px;
    }

    .carousel-caption h4 {
        /* font-size: 1rem; */
        display: none;
    }

    .carousel-caption p {
        font-size: 16px;
        margin-bottom: 0;
    }

    .carousel-caption .btn {
        padding: 0.5rem 1rem;
        font-size: 0.875rem;
        margin-bottom: 15px;
    }
}
