﻿@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@600&family=Poppins:ital,wght@0,400;1,100&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');

:root{
    --primary-color:#40c4ff;
    --secondry-color:#b0f7fc;
    --dark-color:#0094cc;
    --dark-heading:#024b66;
    --sec-font-: 'Open Sans', sans-serif;
    --primary-font: 'Poppins', sans-serif;
    --heading-font: 'Ubuntu', sans-serif;
}
::placeholder{
    font-family: var(--primary-font);
    color: var(--dark-heading);
    text-transform: uppercase;

}
.img-circle{
    box-shadow:4px 4px 8px #999999;
}
*{
    box-sizing:border-box;
    margin: 0;
}
h1,h2,h3,h4,h5,h6{
    font-family: var(--sec-font);
    color: var(--dark-heading);
}
p{
    font-family: var(--primary-font);
}
a{
    font-family: var(--sec-font-);
    text-decoration: none;
}
body{
    background-color: rgb(238, 250, 255);
    background-image: radial-gradient(#aae5fa 2px, rgba(206,242,255,1) 2px);
    background-size: 40px 40px;
    z-index: 0;
}
.carosul-inner{
    height: 50vh;
}
.header{
    background-color: var(--secondry-color);
    color: black !important;
    z-index: 9999;
}
.header .container nav a{
    color: var(--dark-heading) !important;
    font-family: var(--primary-font);
    text-transform: uppercase;
    font-weight: 500;
}
#footer, .btm-section {
    background-color:var(--dark-heading);
    padding-top: 5px;
}

.blockquote-1,#footer a, .btm-section  a{
    color: #fafafa;
}
.btm-section h4{
    color: #fafaf5;
}
.btm-section  li{
    list-style-type:disc; 
    color:#fafaf5;
}

.legal{
    background-color:#f2be00;

}
.legal-card {
    box-shadow:4px 4px 8px #ccc;
    border:1px solid #000;
    text-align:center;

}
.legal-card:hover {
    box-shadow:12px 16px 32px #ccc;
    text-align:center;

}
.legal-card:hover{
    transform:scale(1.1);
    transition:1s ease-in-out;
}
.welcome-section{
    background-color: var(--secondry-color);
}
.welcome-section h1{
    color: var(--dark-heading);
    font-family: var(--heading-font);
}
.welcome-section p{
    font-size: 16px;
    color: #000007;
    font-family: var(--sec-font-);
}

/*Cuurent Project*/

.project-section .project-card{
    border-top:4px solid var(--dark-heading);
    border-bottom:4px solid var(--dark-heading);
    background-color: #c8ebf85d;
    box-shadow: 4px 4px 8px #02506d65;
    border-radius:20px ;
}

.btn-color{
    background-color: var(--primary-color);
    border: 2px solid var(--dark-heading);
}
.project-section-2{
    background-color: var(--secondry-color);
}
.project-section-2 .project-card{
    background-color: var(--secondry-color);
    border-top: 0;
    border-bottom:4px solid var(--dark-heading);
    box-shadow: 4px 4px 8px #02506d65;
}
.querry{
    background:url(/images/banner.jpg);
    background-attachment:fixed;
    background-position: center center;
    background-size:cover ;
}
.querry form input {
    background-color: #cbf1ff;
    border: 1px solid var(--secondry-color);
}
.querry form textarea{
    background-color: #cbf1ff;
    border: 1px solid var(--secondry-color);
}
.content{
    background-color: #00000777;
    padding: 25px 10px;
}

@keyframes glowing {
    0% { box-shadow: 4px 8px -15px var(--secondry-color); }
    40% { box-shadow: 2px 4px 20px var(--secondry-color); }
    60% { box-shadow: 2px 4px 20px var(--secondry-color); }
    100% { box-shadow: 2px 4px -10px var(--secondry-color); }
  }
  
  .button-glow {
    animation: glowing 1000ms infinite;
  }
.banner{
    background: linear-gradient(-45deg, #6b42ff85, #e6eafa), url(/images/banner1.jpg);
    background-attachment: fixed;
    background-position: center center;
}



/***Team **********************/

.blog .carousel-indicators {
	left: 0;
	top: auto;
    bottom: -40px;

}

/* The colour of the indicators */
.blog .carousel-indicators li {
    background: #a3a3a3;
    border-radius: 50%;
    width: 8px;
    height: 8px;
    margin-bottom:10px;
    
}

.blog .carousel-indicators .active {
background: #707070;
margin-bottom:10px;
}

.our-team-section {
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
}
.our-team-section:before {
  position: absolute;
  top: -0;
  left: 0;
  content: " ";
  background: url(img/service-section-bottom.png);
  background-size: 100% 100px;
  width: 100%;
  height: 100px;
  float: left;
  z-index: 99;
}
.our-team {
  padding: 0 0 40px;
  background: var(--secondry-color);
  text-align: center;
  overflow: hidden;
  position: relative;
  border-bottom: 5px solid var(--dark-color);
}
.our-team:hover {
  border-bottom: 5px solid var(--dark-heading);
}

.our-team .pic {
  display: inline-block;
  width: 130px;
  height: 130px;
  margin-bottom: 50px;
  z-index: 1;
  position: relative;
}
.our-team .pic:before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: var(--dark-heading);
  position: absolute;
  bottom: 135%;
  right: 0;
  left: 0;
  opacity: 1;
  transform: scale(3);
  transition: all 0.3s linear 0s;
}
.our-team:hover .pic:before {
  height: 100%;
  background: var(--dark-color);
}
.our-team .pic:after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: var(--dark-color);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transition: all 0.3s linear 0s;
}
.our-team:hover .pic:after {
  background: var(--primary-color);
}
.our-team .pic img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  transform: scale(1);
  transition: all 0.9s ease 0s;
  box-shadow: 0 0 0 14px #f7f2dd;
  transform: scale(0.7);
  position: relative;
  z-index: 2;
}
.our-team:hover .pic img {
  box-shadow: 0 0 0 14px #f7f3e4;
  transform: scale(0.7);
}
.our-team .team-content {
  margin-bottom: 30px;
}
.our-team .title {
  font-size: 22px;
  font-weight: 700;
  color: #021222;
  letter-spacing: 1px;
  text-transform: capitalize;
  margin-bottom: 5px;
}
.our-team .post {
  display: block;
  font-size: 15px;
  color: var(--dark-heading);
  text-transform: capitalize;
}
.our-team .social {
  width: 100%;
  padding-top: 10px;
  margin: 0;
  background: var(--dark-heading);
  position: absolute;
  bottom: -100px;
  left: 0;
  transition: all 0.5s ease 0s;
}
.our-team:hover .social {
  bottom: 0;
}
.our-team .social li {
  display: inline-block;
}
.our-team .social li a {
  display: block;
  padding-top: 6px;
  font-size: 15px;
  color: #fff;
  transition: all 0.3s ease 0s;
}
.our-team .social li a:hover {
  color: #145889;
  background: #f7f5ec;
}
@media only screen and (max-width: 990px) {
  .our-team {
    margin-bottom: 10px;
  }
}


.contact-card{
  background: var(--secondry-color);
  border: 1px solid var(--dark-heading);
}
.contact-card label{
  color:var(--dark-heading);
  text-transform: uppercase;
  font-family: var(--sec-font-);
  font-size: 15px;
  font-weight:500;
  letter-spacing: 0.1em;
}
.contact-card input, .contact-card textarea{
  color:var(--dark-heading);
  font-family: var(--primary-font);
  background-color: #ffffffda;
  border-bottom: 1px solid  var(--dark-heading);
  font-size: 14px;
  font-weight:500;
  letter-spacing: 0.1em;
}
.contact-card input:focus, .contact-card textarea:focus{
  background: var(--secondry-color);
  color: #000007;
  border-bottom:1px solid var(--dark-heading);
}


.services-card{
  background-color: #ffffff36;
  border-left: 4px solid var(--dark-color);
  border-top: 4px solid var(--dark-color);
  border-bottom-left-radius: 25px;
  border-top-right-radius: 25px;
  box-shadow: 4px 4px 8px #dbdee0;

}
.project-card{
  background-color: #ffffff27;
  border-left: 4px solid var(--dark-color);
  border-top: 4px solid var(--dark-color);
  border-right: 4px solid var(--dark-color);
  box-shadow: 4px 4px 8px #dbdee0;
}
