@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Montserrat', sans-serif;
}


/*background for about */
  
.homebackground{
  background-image: url("media/13.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%; 
 padding-top: 20%; 
 padding-bottom: 10%;
}
.homepage{
 display: flex;
 flex-direction: column;
 
}

.homepage .heading{
 color: #06463E;
 text-align: center;
 padding: 10px 0;
 background: #fff;
 text-shadow: 5px 5px 10px #FFCC00;
 font-size: 60px;
 font-weight: 900;
 text-transform: uppercase;
 text-align: center;
 
}




  /* about css coding */
  

  .about-page h1 {
    font-family: "Montserrat", sans-serif;
    color: #e5e9e9;    
  }
  .about-page h2 {
    font-family: "Montserrat", sans-serif;
    color: #e5e9e9;    
  }

  .about-page-pro{
    border-radius: 15px;
    background-color: #06463E;
  }
  
  .about-page-pro h1{
    text-align: center;
    padding: 20px 0;
  }
  .about-page-pro h2{
    text-align: center;
    padding: 15px 0;
  }

  .about-page-pro1{
    line-height: 30px;
    padding: 0 8%;
    text-align: justify;
  }
  
  .about-page{
    padding-top: 3%;
  }



/*contact us page  */

.section .row{
  /* margin-top: 12%; */
  margin-bottom: 5%;
}
.section .row .col-md-6{
  background: #f5f5f5;
  /* margin-right: -2%; */
  padding-right: 20px;
  text-align: justify;
}
.section p{
  margin-top: 15px;
  color: black;
}
.section img
{
  width: 100%;
}
.section .row .topResearch{
  text-align: center;
  padding-top: 10px;
  color: #e5e9e9;
  font-size: larger;
}
.section .row .contact-heading{
  text-align: center;
  background-color: #06463E;
  color: #e5e9e9;
  padding: 10px;
  font-size: large;
  border-radius: 15px;
  font-weight: 600;
}

.section .contact-us-header{
    background-color: #06463E;
    margin-bottom: 50px;
    padding: 20px;
    color: #e5e9e9;
    border-radius: 16px;
    text-align: center;
    font-weight: 700;
    font-size: 35px;
    text-transform: uppercase;
}

.section .row .contact-address{
    font-size: 15px;
    text-align: center;
    margin-top: 25px;
    font-weight: 600;
}
.section .row .contact-details{
    text-align: center;
    margin-bottom: 20px;
    font-size: 15px;
    font-weight: 600;
}
.section .row .whoweare-icon{
    text-align: center;
    font-size: medium;
    font-weight: 700;
    padding-bottom: 10px;
}
.section .row .contact-details .fas{
    font-size: 25px;
    color: crimson;
}


.section .row .contact-details:hover{
    transform: scale(1.1);
    color:#06463E;
    font-weight: 700;
}





  /* services in about */
  @import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');
section{
	padding: 60px 0;
}

section .section-title{
	text-align:center;
	color:#06463E !important;
	margin-bottom:50px;
	text-transform:uppercase;
  font-weight: 900;
}
#what-we-do{
	background:#e5e9e9;
}
#what-we-do .card{
	padding: 1rem!important;
	border: none;
	margin-bottom:1rem;
	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	transition: .5s all ease;
  
}
#what-we-do .card .card-title{
  font-weight: 600;
}
#what-we-do .card:hover{
	-webkit-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
	-moz-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
	box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
}
#what-we-do .card .card-block{
	padding-left: 50px;
    position: relative;
}
#what-we-do .card .card-block a{
	font-weight:700;
	text-decoration:none;
  font-size: 20px;
}

#what-we-do .card .card-block a i{
	display:none;
	
}
#what-we-do .card:hover .card-block a i{
	display:inline-block;
	font-weight:700;
	
}
#what-we-do .card .card-block:before{
	font-family: FontAwesome;
    position: absolute;
    font-size: 39px;
    color: #06463E;
    left: 0;
	-webkit-transition: -webkit-transform .2s ease-in-out;
    transition:transform .2s ease-in-out;
}
#what-we-do .card .block-1:before{
    content: "\f0e7";
}
#what-we-do .card .block-2:before{
    content: "\f0eb";
}
#what-we-do .card .block-3:before{
    content: "\f00c";
}
#what-we-do .card .block-4:before{
    content: "\f209";
}
#what-we-do .card .block-5:before{
    content: "\f0a1";
}
#what-we-do .card .block-6:before{
    content: "\f218";
}
#what-we-do .card:hover .card-block:before{
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);	
	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	transition: .5s all ease;
}


.founders{
  display: flex;
  gap: 50px;
  justify-content: center;
}

