*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;


}
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800&display=swap");

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');




 h1 h2 h3 h4 h5 h6 p span{

	font-family: 'Montserrat', sans-serif;
}
li{
    list-style: none;
}
a{
	text-decoration: none;
    list-style: none;
}
.logo h1 a{
    color: whitesmoke;
}

.logo h1{
 	transition: transform 1s, filter 2s ease-in-out;
 	transform: scale(1.1);
 }
.logo:hover h1{
 	transform: scale(1);
 }

/*navhheader social icon start*/
 .navheader  ul{
    list-style: none!important;
    display: flex;

 }



    .social-icon{

      height: 25px;
      width: 25px;
      display: flex;
      justify-content: center;
      align-items: center;
      color: white;
      font-size: 13px;
      margin-right: 11px;
      cursor: pointer;
      border-radius: 50px;
      background-color: black;

    }


    .social-icon {

      transition: 0.4s all;
    }

    .social-icon:hover{

      transform: scale(1.4);

    }

 /*navhheader social icon end section*/
 /*navbar-brand  start section*/
 .navbar-brand img{
 	transition: transform 1s, filter 2s ease-in-out;
 	transform: scale(1.1);
 }


 .navbar-brand:hover img{
 	transform: scale(1);
 }
  /*navbar-brand  end section*/
/*button1*/
.icon-img a img{
	transition: 0.4s all;
}
.icon-img a img:hover{
	transform: scale(1.2);
}
/*grid-container start from here*/

/*grid-container end from here*/
.navbar2{
    background-color: #5c5959!important;
}
.navbar2 .button a{
	clear:both;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	display:inline-block;
	transition:all 0.8s, color 0.3s 0.3s;
	cursor:pointer;
	background:transparent;
	color:whitesmoke;
}

.navbar2 .button a:hover{
	box-shadow:0 0 0 4px whitesmoke inset;
	border-radius: 30px;
	border: 1px solid whitesmoke!important;

}
  /*navbar2  start section*/
/*About us Banner section*/
/*banner 1*/
 #banner {
     background-image: url("../img/banner.png");
     background-repeat: no-repeat;
     background-size: cover;
     background-position: center;
     padding: 125px 0 135px;
     position: relative;
     background-attachment: fixed;
 }

#banner:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
}
/*banner 1*/
/*banner 2*/
#banner2 {
    background-image: url("../img/wwa.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 125px 0 135px;
    position: relative;
    background-attachment: fixed;
}
#banner2:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
}
/*banner 3*/
#banner3 {
    background-image: url("../img/top.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 125px 0 135px;
    position: relative;
    background-attachment: fixed;
}

#banner3:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
}
/*banner 1*/
/* Team section start from here */
.team .team-logo h1{
	font-weight: 300;
	margin-top: 20px;
}
.team .team-logo span{
	font-weight: 500;
	font-style: italic;
}
.team-logo .team-img img{
 	transition: transform 1s, filter 2s ease-in-out;
 	transform: scale(1.1);
 }

.team-logo .team-img:hover img{
 	transform: scale(1);
 }

.team2 a img {
    border-radius: 50%;
    opacity: 0.70;
    transition: 0.3s;
    filter: grayscale(100);
}

.team2 a img:hover {
    filter: none;
    opacity: 1;
}
.team2 .name{
    font-size: 20px;
    margin-top: 10px;
    font-weight: 500;
}
.team2 .dg{
    font-size: 20px;
    color: #6a6a6a;
}

/* Team section end from here */

/* services section start from here */
.services .service-group{
 display: inline-flex;
}
.services .service-group h2{
    font-size: 35px;
    margin: 50px 50px;
}
/* services section end from here */


.gallery a{
    height: 40% !important;
    width: 40%!important;
    margin-bottom: 15px;
}
.gallery img{
    height: 100% !important;
    width: 100%!important;
    margin-bottom: 15px;
}

/*project section start form here*/
.project-details{
    box-shadow: 0px 5px 40px 5px #9c9c9c;
    border-radius: 3px;
}
.project-details ul li i{
    font-size: 20px;
    padding-right: 10px;
}
.project-details ul{
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    padding: 10px;
    list-style: none!important;
}
.project-details li{
    margin-top: 15px;
    margin-bottom: 15px;
    list-style: none!important;
}
/*project section end form here*/
.project-img{
    display: block;
    width: 100%;
    height: auto;
}
.overlay{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .3s ease;
    background-color: black;
}

.icon {
    color: white;
    font-size: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}
.project-card:hover .overlay{
    opacity: .50;
}
.project-card{
    position: relative;
    width: 24%;
    max-width: 475px;
    transition: transform 1s, filter 2s ease-in-out;
    transform: scale(1.1);
    margin: auto;
    margin-bottom: 30px;
}
.project-card:hover{
    transform: scale(1);
}
/*Contact form start from here*/
.contact1 {
    color: #131006;
}
.contact1 h3{
    font-size: 40px;
    font-weight: 600;
}
.contact1 p{
    font-size: 25px;
    font-weight: 200;
}

.contact .info-item+.info-item {
    margin-top: 40px;
}

.contact .info-item i {
    font-size: 25px;
    color: #0f1d23;
    width: 44px;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    transition: all 0.3s ease-in-out;
    margin-right: 15px;
}

.contact .info-item h4 {
    padding: 0;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 5px;
    color: #1c88ba;
}

.contact .info-item p {
    padding: 0;
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 200;
}
.contact-form .php-email-form {
    width: 100%;
}

.contact-form .php-email-form .form-group {
    padding-bottom: 8px;
}

.contact-form .php-email-form .error-message {
    display: none;
    color: #fff;
    background: #df1529;
    text-align: left;
    padding: 15px;
    font-weight: 600;
}

.contact-form .php-email-form .error-message br+br {
    margin-top: 25px;
}

.contact-form .php-email-form .sent-message {
    display: none;
    color: #fff;
    background: #059652;
    text-align: center;
    padding: 15px;
    font-weight: 600;
}

.contact-form .php-email-form .loading {
    display: none;
    background: #fff;
    text-align: center;
    padding: 15px;
}

.contact-form .php-email-form .loading:before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin: 0 10px -6px 0;
    border: 3px solid #059652;
    border-top-color: #fff;
    animation: animate-loading 1s linear infinite;
}

.contact-form .php-email-form input,
.contact-form .php-email-form textarea {
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
    padding: 12px 15px;
    background-color: #F4EDE6;
}

.contact-form .php-email-form input:focus,
.contact-form .php-email-form textarea:focus {
    border-color: black;
}

.contact-form .php-email-form textarea {
    padding: 10px 12px;
}

.contact-form .php-email-form button[type=submit] {
    background: #1f98d1;
    border: 0;
    padding: 12px 40px;
    color: #fff;
    transition: 0.4s;
}

.contact-form .php-email-form button[type=submit]:hover {
    background: #e5fffe;
    color: black;
}

@keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*Contact form end from here*/
/*footer section start form here*/
.last-footer{
    position: static;
    left: 0;
    bottom: 0;
    width: 100%;
}
/*footer section end form here*/




