*{  

	font-family: 'Poppins', sans-serif;
	margin: 0; padding: 0;
   box-sizing: border-box;
   text-decoration: none;
   outline: none; border: none;
   transition: .2s linear;
}

body{ margin: 0;
	  padding: 0;
    
	background-color: none;
	color:white;
	font-family: sans-serif;}



header{

	padding: 0 20px; 
	background-color: rgb(43, 73, 175);
	height: 100px;
	display: flex; 
	justify-content: space-between; 
	}

	header a {text-decoration: none;}

                          










                           /*LOGO*/
  

	#brand img{ 
	margin-top: 15px;
	padding: 8 15;
    position: absolute;
	height: 70px;
	left: 5px;
	width: auto;
	float: left;
    
	}

	

#brandname {

	margin-left: 100PX;
	margin-top: 20PX;
	position: absolute;
	padding: 0 0;
	align-content: ;
	text-decoration: none;
	font-size: 32px;
	text-shadow: 0 2px 4px rgba(0,0,0,0.3) ;
	color: white;
}

#tagline {
	margin-left: 100PX;
	margin-top: 54PX;
	position: absolute;
	padding: 55 77;
	align-content: ;
	text-decoration: none;
	font-size: 13px;
	font-weight: 200;
	color: white;
    text-shadow: 0 2px 4px rgba(0,0,0,0.3) ;
}











 /* DESKTOP MENU */






nav.navigationbar {
	position: fixed;
	display: flex;
	top: 0;
	left: 0;
	right: 0;
	background: rgb(43, 73, 175);
	height: 100px;
	justify-content: space-between;
	box-shadow: 0 2px 4px rgba(0,0,0,0.3) ;
	z-index: 3;

}




ul { 
	float: right;
	list-style: none; 
	height: 100px; 
	display:flex;
	 align-items: center; 
	 justify-content: space-around;
	 	
	} 

ul a{color: white;
}

.navicons i {font-size: 1.4rem;}

 ul li{
 	padding: 5px;
    margin-left: 35px;
 }

nav.navigationbar ul li:hover {
 	transform: scale(1.4);
 	transition: 0.3s;
 }

 .GIT {
 	margin-left: 35px;
   margin-right: 25px;
 	border-radius: 25px;
 	padding: 15px 20px;
 	border: 3px solid white;
	background: #fff;
	display: flex;
	transition: all 0.3s ease;
 }



 a.GIT { color: black ;text-align: center; font-size: 14PX;}


 .GIT:hover { 
 	background: black;
	color: white;
}


 /* DESKTOP MENU END*/












 /* HAMBURGUER MENU*/








nav.nav-mobile {
	position: fixed;
	display: none;
	top: 0;
	left: 0;
	right: 0;
	background: rgb(43, 73, 175);
	height: 100px;
	justify-content: space-between;
	box-shadow: 0 2px 4px rgba(0,0,0,0.3) ;
	z-index: 3;
}


#hamburger-icon{
    
	margin: auto 0;
	margin-right: 25px;
	display: none;
	cursor: pointer;
}

#hamburger-icon div{
	width: 35px;
	height: 3px;
	background-color: white;
	margin: 6px 25;
	transition: 0.4s;

}

.bar1{
	margin-bottom: 6px;
}

.bar2{
	margin-bottom: 6px;
}
 .open .bar1 {

 	-webkit-transform: rotate(-45deg) translate(-6px, 6px);
 	transform: rotate(-45deg) translate(-6px, 6px);
}

.open .bar2 {
	opacity: 0;
}

.open .bar3 { 
	-webkit-transform: rotate(45deg) tranlate(-6px, -8px);
transform: rotate(45deg) translate(-6px, -8px);
}



.open .mobile-menu {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	transform: translateY(0);
    

}

.mobile-menu {
	display: flex;
	position: fixed;
	top: 100px;
	left: 0;
	right: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
    
	font-size: 1.6rem;
	background: linear-gradient( rgb(43, 73, 175), rgba(0, 0, 0, 0.98)); 
	/*background-color: rgba(0, 0, 0, 0.7);*/
	z-index: 9999;
	transform: translateY(100%);
	transition: transform 0.4s ease-out;

 align-items: center;
    justify-content: center;

	
}




.mobile-menu li {
	display: flex;
	margin-bottom: 8%;
    align-items: center;
    justify-content: center;
    display: flex;
   top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
    }


.mobile-menu li a {
	justify-content: center;
	text-align: center;
	font-size: 9px;
}

.mobile-menu i {
	margin-bottom: 10px;
	font-size: 28px;
}


    .mobile-menu i:hover {
    	transform: scale(2.0) ;
    	color: skyblue;
    	

 }

 

    .callbtn{
    	display: flex;
    	align-items: center;
    	align-content: center;
	justify-content: center;
	
    }

a.callbtn {
	display: flex;
	text-decoration: none;
	width: 150px;
	padding: 15PX 15PX; 
	color: #333; 
	background: #fff;
	border-radius: 25px; 
	border: 2px solid white;
	margin-top: 22%;
	
	
	align-content: center;
	justify-content: center;
	position: absolute;
	font-size: 1.0rem;
	transition: all 0.3s ease;


	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

a.callbtn:hover {
 	background: black;
	color: #fff;
}




@media only screen and (max-width: 750px) { header nav.navigationbar {display: none;} nav.nav-mobile{display: flex;}
#hamburger-icon { display: block; } .image-data {display: block;}  #tagline {display: none;} #brandname { padding: 27 77; }
}













/* LANDING TITTLE - BUILD MORE */














#tittlecontainer {
    
	width: 100%;
	height: auto;
	background: rgb(43, 73, 175);
}

#tittlewraper {
	margin-right: 1.5%;
	float: right;
	background-color: rgb(43, 73, 175);
	width: auto;
	height: auto;
	background: rgb(43, 73, 175);
	
	justify-content: right;
}

#tittlewraper H1 {

    
	padding: 0 0;
	margin-top: 3%;
    
	text-align: right;
	font-size: calc(25px + 1.5vw); /*responsive font size*/
	list-height: calc(10px + 1vw); /*responsive vertical space*/
	text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
	 }


#tittlewraper H3 {
		padding: 0 0;
	margin-top: 0%;
	margin-bottom: 3%;
	text-align: right;
	font-size: calc(20px + 1.5vw); /*responsive font size*/
	list-height: calc(8px + 1vw); /*responsive vertical space*/
    color: orangered;
}

#tittlewraper i {
	color: whitesmoke;
}

#tittlewraper a {
	color: yellowgreen;
} 




                     /* SLIDE */









.slidercontainer {width: 100% ;height: auto; padding: 10px 0px;

	background-color: rgb(43, 73, 175);}
	 
	 .main{
	 	height: 80vh;
	 	width: 97%;	

	 }

	 @media only screen and (max-width: 750px) {.main {height: 75vh}}

.wrapper .slide {
	position: relative;
	width: 100%;
	heigh: 100%;


}

.slide {
	overflow: hidden;
}

.slide::before {
	content: "";
	position: absolute;
	height: 100%;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.4);
	z-index: 10;
}
      


.slide .image {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.slide .image-data {

	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	width: 100%;
	z-index: 100;

}

.image-data span.text {
	font-size: 14px;
	font-weight: 400;
	color: #fff;
} 

.image-data h2 {
	
	font-weight: 600;
	color: #fff;
	font-size: calc(15px + 5vw); /*responsive font size*/
	    list-height: calc(22px + 1vw); /*responsive vertical space*/
}

a.button3 {
	margin-top: 25px;
	display: inline-block;
	padding: 15px 20px;
	text-decoration: none;
	color: #333;
   border: 3px solid white;
	border-radius: 25px;
	background: #fff;
	transition: all 0.3s ease;
	
}

a.button3:hover {
	background: black;
	color: #fff;
}

/*Swiper Button CSS */

div.n-btn { 
 	height: 50px;
 	width: 50px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.3);

 } 
 div.n-btn:hover { 
      background: rgba(255, 255, 255, 0.4);
    }

div.swiper-button-next{
	right: 50px;
}


div.swiper-button-prev{
	left: 50px;
}

 div.n-btn::before, 
 div.n-btn::after {
   
 	color: #fff;
 	font-size: 25px;
  
    }

  div .swiper-pagination-bullet {
 	opacity: 1 ;
 	height: 12px;
 	width: 12px;
 	background-color: #fff;
 }

 div .swiper-pagination-bullet-active {
 	border: 2px solid #fff;
 	background-color: #333;

 }

 	
 @media screen and (max-width: 768px) { 
    
   .n-btn {
    	
   	visibility: hidden;
   } 

 	.swiper-pagination-bullet  {

      visibility: visible; 
 	} 

 }



/* SLIDE 1.2 */


 div.servicestittle {
 	display: flex;
 	height: 120px;
 	width: 100%;
   background: rgb(33, 32, 32);
   padding: 50 20;
	text-align: left;
	font-size: calc(20px + 1.0vw); /*responsive font size*/
	list-height: calc(22px + 1vh); /*responsive vertical space*/
	align-items: center;
	align-content: center;
	justify-content: center;

 }


div.swiper12 {
      background: #444;
      font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
      font-size: 14px;
      padding-bottom: 25px;
      
      margin: 0;
      padding: 0;
    }

    .principal {
    	width: 100%;
      height: 360px;
      overflow: hidden;
      background: rgb(33, 32, 32);
      

    }


  
 div.envoltura .card{

 	text-align: center;
      font-size: 18px;
      background-color: rgb(43, 73, 175);
      display: flex;
      justify-content: center;
      align-items: center;
     
 }

 .card {
 	filter: blur(2.5px);
 }

div.swiper-slide-active{
 	filter: blur(0px);
 }

 div.swiper-slide-shadow-left,
 .swiper-slide-shadow-right
   {

    background-image: none;

}
    .card img{
    	background: none;
    	width: 140px;
    }

div.ccontent:before {
    content: '';
  	position: absolute;
  	top: 0;
  	left: 0;
  	width: 100%;
  	height: 100%;
	background: linear-gradient(45deg, mediumvioletred, orangered);
  	
  	transform: scaleY(0);
  	transform-origin: top;
  	transition: transform 0.5s;
  	align-items: center;

}

div.ccontent:hover:before {
 transform: scaleY(1);
  	transform-origin: bottom;
  	transition: transform 0.5s;

}


 div.ccontent h1 {
    	color: white;
    	font-size: 18px;
    	padding: 0 0;
    	z-index: 2;
    	position: relative;
    	opacity: 0.01;
    	transition: 0.5s;

}

 div.ccontent:hover h1 { 
    	
    	z-index: 2;
    	color: #fff;
    	transform: translateY(-90%);
    	opacity: 1.0;
    	
    }

   div.ccontent p {
    	
    	
    	color: #777;
    	font-size: 12px;
    	line-height: 1.5;
    	padding: 5px;
    	margin-top: 0px;
    	z-index: 2;
    	position: relative;
    	opacity: 0.01;
    	transition: 0.5s;


    }

   div.ccontent:hover p { 
    	
    	z-index: 2;
    	color: #fff;
    	opacity: 1.0;
    	transform: translateY(-21%) ;
    }

     div.ccontent img{
     	
     	position: relative;
     	z-index: 1;
     	opacity: 1;
     	opacity: 1.0;
     	
     	transition: 0.5S;
     	transform: translateY(90%);
     	color: whitesmoke;
     }

    



     div.ccontent:hover img
     {
     	opacity: 0.05;
     	transform: translateY(-25.0%);
     	
     }

     div.servicesfooter {
 	display: flex;
 	height: 70px;
 	width: 100%;
   background: rgb(33, 32, 32);
   padding: 50 20;

 }

/* SLIDE 1.2 - END */ 















                /* SLIDE 2 */













div.slider2container {width: 100% ;height: auto; padding: 10px 0px;

	background: rgb(33, 32, 32);
    
    }





















   


/* OUR PROJECTS  */






/* TITTLE */
div.ptittle {
	display: flex;
	height: 150px;
	width: 100%;
	background-color: whitesmoke;
	align-items: center;
	font-size: calc(12px + 1.0vw); /*responsive font size*/
	list-height: calc(22px + 1vh); /*responsive vertical space*/
     justify-content: center;


   
}

div.ptittle h1{
 color: black;
}








div.projects {
	width: 100%;
	background: whitesmoke;
	display: flex;
	justify-content: center;
	align-items: center;
}



/* OUR PROJECTS Swipers */

div.procontainer {
	
	background: none;
	width: 90%;
	display: grid;
	
	grid-template-columns: repeat( auto-fit, minmax(390px, 1fr));
	gap:10px;
    overflow: hidden;
	justify-content: center;
	align-items: center;
	height: auto;

}


 @media only screen and (max-width: 898px) { div.procontainer {
  width: 100%;
 }
}

 


/* SWIPE CARDS EFFECT */

div.swipercardcontainer {
	position: relative;
	display: grid;
	justify-content: center;
	align-items: center;
	width: 360px;
	height: 450px;
	background: none;
	
	padding: 0 0;
	overflow: hidden;
	margin-bottom: 20px;
	margin-top: 20px;
	text-align: center;
   

}

div.swipercardcontainer h3 {

color: black;
}

 div.swipercardcontainer .mySwiper3 {
    position: relative;
	height: 405px;
	width: 250px;
justify-content: center;
align-items: center;

}

 div .mySwiper3 {
 	background-color: rgba(0, 0, 0, 0.2);
 box-shadow: 15px 15px 20px rgba(0, 0, 0, 0.75);
 }




div.mySwiper3 img{
		
		object-fit: cover;
		width: 100%;
		height: 100%;
		border-radius: 0px;
         
	
	}





 @media only screen and (max-width: 798px) { div.swipercardcontainer { 
   
        height: 490px;
        width: 424px;

   
   }
}

	/* SWIPE CARDS EFFECT */












/* ABOUT US */ 





/*tittle*/

div.about-us {
    width: 100%;
	height: 150px ;	
	display: flex;
	justify-content: center;
	background-color: rgb(43, 73, 175);
    align-items: center;
	font-size: calc(14px + 1.0vw); /*responsive font size*/
	list-height: calc(22px + 1vh); /*responsive vertical space*/
   
}

div.about-us h1 {
       
	    color: whitesmoke;
	    
}




/* BUILDING WITH PRIDE SINCE 2015 */



div.content-box {
	display: block;
	height: auto;
	background-color: rgb(43, 73, 175);
	width: 100%;
	
}

div.img-frame {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
 height: auto; 
background-color: rgb(43, 73, 175);

}


div.i-box {
	
	display: flex;
	justify-content: center;
	align-items: center;
	height: auto;
	width: 500px;
	height: auto;
    background: none;
    overflow: hidden;
    padding: 0 0;
    background: none;
}
div.i-box img {
	
	
	width: 100%;
	height: 100%;
   
	
	border-radius: 5px;

	
	
}

div.image-content {
	
	background: none;
}
div.image-content p {
	
	color: whitesmoke;
	padding: 25 35;
	
	background-color: rgb(43, 73, 175);
	font-size: calc(12px + 0.5vh); /*responsive font size*/
	list-height: calc(11px + 1vw); /*responsive vertical space*/
	max-width: 540px;
    font-weight: 600;
	margin-bottom: 25px;
    
}



















           /* TEAM */
















div.teamt {
    
    width: 100%;
	height: 150px;	
	display: flex;
	justify-content: center;
	background-color: whitesmoke;
    align-items: center;
	font-size: calc(12px + 1.0vw); /*responsive font size*/
	list-height: calc(22px + 1vh); /*responsive vertical space*/
	background: whitesmoke;

}

div.teamt h1 {
	text-align: center;
	color: black;
	
	
}

div.team {
	width: 100%;
	height: auto;
	background: whitesmoke ;
    text-align: center;
    
}


/* MEMBER PHOTO CONTENT */
div.team h2 {color: black;} /* NAME */
div.team h5 {color: black; font-weight: 200; } /* PROFESSION */ 


div.tgrid {
    background: none;
    width: 100%;
    height: auto;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 10px;
	padding: 10 10;
    flex-direction: column;
    flex-wrap: wrap;
    
     }


div.member {

	padding: 0 0;
    background: none;
    text-align: center;
  	position: relative;
  	align-items: center;
  	text-align: left;

    }

    div.member img{
    	width: 100%;
    	height: auto;
    }

    div.mpcontent {padding: 10 0}






















        /*  REVIEWS */











div.reviews {
	width: 100%;
	height: 450px;
	background-color: rgb(43, 73, 175);
	
}





div.rtittle {
	display: flex;
	height: 80px;
	color: white;
    align-items: flex-end;
    text-align: center;
    justify-content: center;
	background-color: rgb(43, 73, 175);
}



div.reviews .rtittle h1{ 
	font-size: calc(26px + 1.5vh);
  font-weight: 900 ;
  padding:   0 0;

}



 
div.slider3container .image-data {
	max-width: 700px;
}

div.slider3container p {
	
	font-size: calc(12px + 1.5vh); /*responsive font size*/
	list-height: calc(12px + 1vw); /*responsive vertical space*/
	font-weight: 500;
	margin-bottom: 0px;
}

div.slider3container h3 {
	font-size: calc(12px + 0.5rem);
	font-weight: 200;
	margin-bottom: 80px;
}




div.slider3container {
	width: 100% ;
	height: auto; 
	padding: 10px 0px;
	background-color: rgb(43, 73, 175);}
	 
div.slider3container .main{
	 	height: 350px;
	 	width: 97%;	

	 }


div.slider3container .main .slide::before {
	
	background-color: rgba(0, 0, 0, 0.0);
	
}



/* SLIDE 3 SWIPER BUTTONS MODS */ 

/*Swiper Button CSS */

div.slider3container .main .n-btn /*Swiper Button background color */
    {background: rgba(255, 255, 255, 0.8);}

 div.slider3container .main .n-btn:hover  /*Swiper Button background color while hover */
 {background: rgba(255, 255, 255, 1.0);}


div.slider3container .main .swiper-button-next /*Swiper Button-next position */
{

	right: 46%;
	top: 87%;
	
}

div.slider3container .main .swiper-button-prev /*Swiper Button-prev position*/
{   left: 46%;
	top: 87%;
}

 @media screen and (max-width: 1200px) {

 	div.slider3container .main .swiper-button-prev{
 		left: 42%;
 	}
 	div.slider3container .main .swiper-button-next{
 		right: 42%;
 	}
 }


 div.slider3container .main .n-btn::before, 
 div.slider3container .main .n-btn::after {
   
 	color: black;
 	font-size: 25px;
  
    }

  div .slider3container .main .swiper-pagination3-bullet {
  	display: none;

 }

 div .slider3container .main .swiper-pagination3-bullet-active {
 	display: none;

 }

 	
 @media screen and (max-width: 768px) { 

 	div.reviews {
	
	height: 600px;}

 	div.slider3container .main{
	 	height: 500px;
	 	width: 97%;	    }
    
    div.slider3container .main .n-btn {	visibility: visible; } 

 
 	div.slider3container .main .swiper-button-next {right: 36vw;}


    div.slider3container .main .swiper-button-prev {left: 36vw;}

 } /* END OF @MEDIA SCREEN AND (MAX-WIDTH: 768PX) */


















/* CONTACT FORM */

















div.contact-secction {
	display: flex;
   justify-content: center;
	align-items: center;
	height: 600px;
	background: linear-gradient( rgb(43, 73, 175), gainsboro); 

}

div.contact-secction .formcontainer {
   
    background-color: whitesmoke;
	width: 70%;
	min-width: 420px;
    padding: 35px 50px;
	transform: translate(-50%, - 50%);
    left: 50%;
    top: 50%;
    border-radius: 10px;
    box-shadow: 20px 30px 25px rgba(0, 0, 0, 0.15);
    font-weight: 500;
    
}

div .formcontainer h1 {
	font-size: 30px;
	text-align: center;
	color: #1c093c;
}

div .formcontainer p {
	position: relative;
	width: 100%;
	text-align: center;
	color: #606060;
	font-size: 14px;
	font-weight: 400;
}

div .formcontainer form {
	width: 100%;
	position: relative;
	margin: 30px auto 0px auto;
}

div .formcontainer .row {
	
	width: 100%;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    grid-gap: 20px 30px;
    margin-bottom: 20px;

}


div .formcontainer .row .column label {
    font-weight: 700;
	color: #1c093c;
	font-size: 14px;

}

div .formcontainer .row .column textarea, input {
     
	width: 100%;
	font-weight: 200;
	padding: 8px 10px;
	border-radius: 5px;
	border: 1.3px solid #c4cae0;
    margin-top: 5px;
}



div .formcontainer .row .column textarea {
	resize: none;
}

div .formcontainer .row .column textarea:focus, input:focus {
	outline: none;
	border-color: rgb(43, 73, 175);
}


div .formcontainer button {
	border: none;
	padding: 10px 20px;
	background: rgb(43, 73, 175);
	color: #ffffff;
	border-radius: 3px;
}










 







