
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,700;0,800;1,400;1,500;1,600;1,700;1,800&family=Roboto&family=Roboto+Mono:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,700;0,800;1,400;1,500;1,600;1,700;1,800&family=Roboto&family=Roboto+Mono:wght@500&family=Work+Sans:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Russo+One&display=swap');
.abouttextpera {
  text-align: justify;
  color: gray;
  margin: auto;
  width: 95%;
  padding: 10px;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
}
.abouttextpera p{
  text-align: justify;

}
.nav-item:hover{
  
	border-radius: 10px 0px 0px 20px ;
  color:white;
  background: #f4f4f4;
  border-radius: 30px;
	

}
.quotebtn{
  color: white;
  background: #b6985a;
  padding: 12px;
    border-style: none;
    border-radius: 10px;


}
.getaquote{
  border-style: none;
  background-color: #b6985a;
  color: white;
  text-decoration: none;
  padding: 12px;
  text-decoration: none;
}

.getaquote:hover{
  color: white;
  text-decoration: none;
}
.nav-link:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 300;
	font-weight: bold;
	font-size: large;
	font-style: inherit;
	justify-content: space-around;
	text-align: justify;
  background: #b6985a;
  border-radius: 30px 0px 0px 20px;
}

/* Now Start Slider Css here */


header {
  overflow: hidden;
  
}

.hero-text h2 {
margin-bottom: 50px;
}

.hero-text .hero {
position: relative;
}

.hero-text .hero .hero-slide a:hover span {
color: #033a71;
}

.hero .hero-slide img {
width: 100%;
height: 600px;
object-fit: cover;
object-position: top center;
}

.hero .hero-slide .header-content {
top: 20%;
margin-left: 8rem;
max-width: 550px;
width: 100%;
padding: 2rem;
}

.slide-content {
padding: 10px 20px 10px 0;
}

.slide-content .h1 {
font-size: 62px
}

.btn-primary {
background-color:#b6985a;
border: #111;
border-radius: 0;
}

/** Text Animation **/

@-webkit-keyframes fadeInUpSD {
0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px)
}

100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none
}
}

@keyframes fadeInUpSD {
0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px)
}

100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none
}
}

.fadeInUpSD {
-webkit-animation-name: fadeInUpSD;
animation-name: fadeInUpSD;
}

.slick-active .slide-content {
animation-name: fadeInUpSD;
animation-duration: 1s;
opacity: 1;
width: 100%;
padding: 10px 20px 30px 0;
}

/* Text Animation End **/

.slick-dots {
position: absolute;
bottom: 10px;
display: block;
width: 100%;
padding: 0;
list-style: none;
text-align: center;
}

.slick-dots li {
width: auto;
position: relative;
display: inline-block;
width: 20px;
height: 20px;
margin: 0 5px;
padding: 0;
cursor: pointer;
}

.slick-dots li button {
font-size: 0;
line-height: 0;
display: block;
width: 20px;
height: 20px;
padding: 5px;
cursor: pointer;
border-radius: 50%;
border: 0;
outline: none;
}

.slick-dots li button::before {
font-size: 18px;
color: #fff;
opacity: 1;
}

.slick-active button {
background: #d60e96;
}

/* Media Queries */

@media (max-width: 768px) {
.hero-text .hero .hero-slide a {
  padding-top: 0.8rem;
}

.hero-text .hero .hero-slide a span {
  font-size: 20px;
  margin-top: 0.5rem;
}

.hero .hero-slide .header-content {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  margin: 0 auto;
}
}

/* Home page divisionheading code here */


@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,900);

html,
body {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  height: 100%;
  width: 100%; 
  background: #FFF;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}
 
.wrapper {
  display: table;
  height: 100%;
  width: 100%;
}

.container-fostrap {
  display: table-cell;
  padding: 1em;
  text-align: center;
  vertical-align: middle;
}
.fostrap-logo {
  width: 100px;
  margin-bottom:15px
}
h1.heading {
  color: #fff;
  font-size: 1.15em;
  font-weight: 900;
  margin: 0 0 0.5em;
  color: #505050;
}
@media (min-width: 450px) {
  h1.heading {
    font-size: 3.55em;
  }
}
@media (min-width: 760px) {
  h1.heading {
    font-size: 3.05em;
  }
}
@media (min-width: 900px) {
  h1.heading {
    font-size: 3.25em;
    margin: 0 0 0.3em;
  }
} 
.card {
  display: block; 
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12); 
    transition: box-shadow .25s; 
}
.card:hover {
  box-shadow: 0 8px 17px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
}
.img-card {
  width: 100%;
  height:200px;
  border-top-left-radius:2px;
  border-top-right-radius:2px;
  display:block;
    overflow: hidden;
}
.img-card img{
  width: 100%;
  height: 200px;
  object-fit:cover; 
  transition: all .25s ease;
} 
.card-content {
  padding:15px;
  text-align:left;
}
.card-title {
  margin-top:0px;
  font-weight: 700;
  font-size: 1.65em;
}
.card-title a {
  color: #000;
  text-decoration: none !important;
}
.card-read-more {
  border-top: 1px solid #D4D4D4;
}
.card-read-more a {
  text-decoration: none !important;
  padding:10px;
  font-weight:600;
  text-transform: uppercase
}

/* Our Team Home Page Code cSS Here */

img {
  max-width: 100%;
  height: auto;
}
.custom-padding {
  padding: 45px 0;
}

.socials a {
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  margin: 5px;
  color: #fff;
  display: inline-block;
  border: 1px solid #fff;
  height: 30px;
  width: 30px;                
}
.team-area h2 {
text-align: center;
font-weight: 700;
margin-top: 15px;
color: #000;
}
.team-area h2 span {
display: block;
font-weight: 300;
margin-top: 10px;
font-size: 16px;
text-transform: uppercase;
}

.socials {
margin-top: -27px;
position: relative;
z-index: 2;
border-radius: 25px;
background: #b6985a;
text-align: center;
padding: 5px;
margin-left: 25px;
margin-right: 25px;
}
.socials a:hover {
background: #fff;
color: #000;
transition: .7s;
}

@media only screen and (max-width: 767px){
  .team-area{
      margin-bottom: 30px;
  }
  .team-area img{
      width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px){
  .team-area{
      margin-bottom: 30px;
  }
  .team-area img{
      width: 100%;
  }
}


/* Division and solution code here  */




/* here division and services code  */

.Divisionheading{
  background-color: #F8F9F9;
  text-align: center;
  padding: 43px 0;
  position: relative;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;

}
/* division images css code here */

.card{
  margin: 5% 0%;
}

.card-body{
  margin: 0% 0% 0% 3%;
  padding: 6% 0%;
}

/* HERE WHEN YOU CLICK FIRST CARD PAGE ELECTRICAL & SOLAR CSS CODE HERE */

.Electricalsolarheading{
  background-color: #F8F9F9;
  text-align: center;
  padding: 43px 0;
  position: relative;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;

}

.img-fluid{
  border: 1px solid black;
  height: 300px;
  width: 300px;
  margin-top: 20px;
  transition: width 2s;
}



/* Now Start Footer Css Here */
/* .footer {
    background-color: #0E2838;
    width: 100%;
    text-align: left;
    font-family: sans-serif;
    font-weight: bold;
    font-size: 16px;
    padding: 50px;
    margin-top: 50px;
  }
  
  .footer .footer-left,
  .footer .footer-center,
  .footer .footer-right {
    display: inline-block;
    vertical-align: top;
  } */
  
  
  /* footer left*/
  
  /* .footer .footer-left {
    width: 33%;
    padding-right: 15px;
  }
  
  .footer .about {
    line-height: 20px;
    color: #ffffff;
    font-size: 13px;
    font-weight: normal;
    margin: 0;
  }
  
  .footer .about span {
    display: block;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 20px;
  }
  
  .footer .icons {
    margin-top: 25px;
  }
  
  .footer .icons a {
    display: inline-block;
    width: 35px;
    height: 35px;
    cursor: pointer;
    background-color: #33383b;
    border-radius: 2px;
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    line-height: 35px;
    margin-right: 3px;
    margin-bottom: 5px;
  }
   */
  
  /* footer center*/
  
  /* .footer .footer-center {
    width: 30%;
  }
  
  .footer .footer-center i {
    background-color: #33383b;
    color: #ffffff;
    font-size: 25px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    text-align: center;
    line-height: 42px;
    margin: 10px 15px;
    vertical-align: middle;
  }
  
  .footer .footer-center i.fa-envelope {
    font-size: 17px;
    line-height: 38px;
  }
  
  .footer .footer-center p {
    display: inline-block;
    color: #ffffff;
    vertical-align: middle;
    margin: 0;
  }
  
  .footer .footer-center p span {
    display: block;
    font-weight: normal;
    font-size: 14px;
    line-height: 2;
  }
  
  .footer .footer-center p a {
    color: #0099ff;
    text-decoration: none;
  } */
  
  
  /* footer right*/
  
  /* .footer .footer-right {
    width: 35%;
  }
  
  .footer h2 {
    color: #ffffff;
    font-size: 36px;
    font-weight: normal;
    margin: 0;
  }
  
  .footer h2 span {
    color: #0099ff;
  }
  
  .footer .menu {
    color: #ffffff;
    margin: 20px 0 12px;
    padding: 0;
  } */
  
  /* .footer .menu a {
    display: inline-block;
    line-height: 1.8;
    text-decoration: none;
    color: inherit;
  }
  
  .footer .menu a:hover {
    color: #0099ff;
  }
  
  .footer .name {
    color: #0099ff;
    font-size: 14px;
    font-weight: normal;
    margin: 0;
  }
  
  @media (max-width: 767px) {
    .footer {
      font-size: 14px;
    }
    .footer .footer-left,
    .footer .footer-center,
    .footer .footer-right {
      display: block;
      width: 100%;
      margin-bottom: 40px;
      text-align: center;
    }
    .footer .footer-center i {
      margin-left: 0;
    }
  } */
