body,
html {
    width: 100%;
	height: 100%;
       position: relative;
	overflow-x: hidden!important;
}


/*
<!---color:#787976; ---->
*
*
*/

body, p {

	font: 400 1rem/1.625rem "Open Sans", sans-serif;
}

h1 {
	
	font-weight: 700;
	font-size: 2.5rem;
	line-height: 3.25rem;
	font-family: "Montserrat", sans-serif;
}

h2 {
	
	font-weight: 700;
	font-size: 2rem;
	line-height: 2.5rem;
	font-family: "Montserrat", sans-serif;
}

h3 {
	
	font-weight: 700;
	font-size: 1.75rem;
	line-height: 2.25rem;
	font-family: "Montserrat", sans-serif;
}

h4 {
	
	font-weight: 700;
	font-size: 1.5rem;
	line-height: 2rem;
	font-family: "Montserrat", sans-serif;
}

h5 {
	
	font-weight: 700;
	font-size: 1.25rem;
	line-height: 1.625rem;
	font-family: "Montserrat", sans-serif;
}

h6 {
	
	font-weight: 700;
	font-size: 1rem;
	line-height: 1.375rem;
	font-family: "Montserrat", sans-serif;
}

/*
.replace-me{

        animation-name: fadeOut, fadeIn;
        animation-duration: 5s;
        animation-iteration-count: infinite;
        animation-direction: alternate;
        animation-timing-function: linear;

                  }  

*/


/* Fade Animation For Rotating Text - ReplaceMe  */
@-webkit-keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

@keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

.fadeIn {
	-webkit-animation: fadeIn 0.6s;
	animation: fadeIn 0.6s;
}

@-webkit-keyframes fadeOut {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
	}
}

@keyframes fadeOut {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
	}
}
/* end of fade animation for rotating text - replaceme */



/* ---Begininng Of Menu Styling -- */
*{
    box-sizing:border-box;
}
.mySidenav{
    height: 100%;
    width: 0;
    top:0;
    right: 0;
    position: fixed;
    background-color: black;
    opacity: 0.9;
    z-index: 1;
    padding-top: 60px;
    transition: 0.5s;
}

.mySidenav a{
    text-decoration: none;
    display:block;
    text-align: center;
    font-weight: 400;
    padding: 8px 8px 8px 32px;
    color: white;
    transition: 0.3s;
}

.mySidenav a:hover{
    color:rgb(5, 216, 153);
}
 
.closebtn{
    text-align: center;
    top: 0;
    font-size: 36px;
}

.head{
    display: flex;
    justify-content: space-between;
    padding-top:0px;
}

.menu{
    text-align: right;
}


/* --End Of Menu Styling -- */


.laurels{
    width: 5%;
    justify-content: space-around;
    display: flex;
    margin-left: 20px;
   
}

.laurels img{
    width: 100%;
}

.aria2{
    display: none;
}


.head{
    display: none;
}


/* Dropdown Menu */

.navssbar{
    overflow: hidden;
    background-color: inherit;
}

.navssbar a {
    float: left;
    font-size: 16px;
    color: aqua;
    text-align: center;
    padding: 14px 10px;
    text-decoration: none;
} 

.linkss{
    padding: 0px 10px;
    margin-top: 5px;
}


.dropsdown{
    float: left;
    overflow: hidden;
}

.dropsdown .dropsbtn{
    font-size: small;
    border: none;
    outline: none;
    color: white;
    margin-top: 5px;
    background-color: inherit;
    font-family: inherit;
    padding-top: 10px;
    
}

.dropsdown-content{
    display: none;
    position: absolute;
    background-color: #f9f9f9;
     
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2)!important;
    z-index: 1;
}

.dropsdown-content a{
    float: none !important;
    border-bottom: 0.2px solid rgba(0,0,0,0.2);
    color: black !important;
    padding: 12px 16px;
    text-decoration-line: none !important;
    display: block !important;
    text-align: left !important;
}

.dropsdown-content a:hover{
    color: white !important;
    background-color:rgb(5, 216, 153)!important;
    border-bottom: none !important;
}

.dropsdown:hover .dropsdown-content{
    display: block;
}
/* end of dropdown menu */




.first-inner{
    
    width: 100%;
    padding-bottom: 50px;
    background-image: url('header-background.jpg');
    background-size: cover;
    
}




.header-container{
    padding-bottom: 120px;
    width: 100%;
    
}


.navsbar{
    display: flex;
    justify-content: space-between;
    padding: 20px;
    width: 100%;
    
}
.navssbar{
   
    padding-right: 30px;
    
}


.navssbar a{
    text-decoration: none;
    display:inline-block;
    padding-right: 20px;
    color: white;
    font-size: small;
    text-decoration-line: none;
} 

.navssbar a:hover{
    color:rgb(5, 216, 153);
    text-decoration-line: none;
}
 
#twitt{
    background-image: url("hexagon-green.svg");
    text-align: center;
    padding:  8px 9px ;
    background-repeat: no-repeat;
    justify-content: center;
    color: white; 
    margin-top: 0px;
   
}

#twitt:hover{
    color: rgb(5, 216, 153);
    cursor: pointer;
    background-image: url("hexagon-white.svg");
    background-size: contain;
    text-align: center;
    padding:  8px 9px ;
    background-repeat: no-repeat;
    justify-content: center;
    margin-top: 0px;
   
}

#face{
    background-image: url("hexagon-green.svg");
    text-align: center;
    padding: 10px 12px;
    background-repeat: no-repeat;
    justify-content: center;
   color: white;
   margin-right: 5px;
   margin-top: 0px;
}

#face:hover{
    color: rgb(5, 216, 153);
    cursor: pointer;
    background-image: url("hexagon-white.svg");
    background-size: contain;
    text-align: center;
    padding: 10px 12px;
    background-repeat: no-repeat;
    justify-content: center;
   margin-right: 5px;
   margin-top: 0px;
}


.home-text{
    text-align: center;
    padding-top: 130px;
    padding-bottom: 200px;
}

.home-text h1{
    font-weight: bold;
    font-size:63px;
    color: white;
}
.home-text p{
    line-height: 30px;
    color: white;
    font-size: 19px;
}

.break1{
   display: block;
}

.break2{
  display:none
}


.btns a{
   text-decoration: none;
   background-color: rgb(5, 216, 153);
   color: white;
   padding: 10px 30px;
   border-radius: 5px;
   line-height: 60px;
   width:auto;
   transition: 0.5s;
   letter-spacing: 2px;
   border: 1px solid rgb(5, 216, 153);
   
}

.btns a:hover{
    color: white;
    letter-spacing: 4px;
    text-decoration-line: none;
    background: transparent;
    font-weight: 500;
}

.second-container{
    width: 100%;
    margin-top: 80px;
    padding: 10px 15px; 
     
}

.second-cont{
    width: 100%;
    clear: both;
    display: flex;
    justify-content: space-around;
    margin-left: 10px;
    padding-top: 70px;
}



.binos{
    position: relative;
    width: 100px;
    height: 90px;
    border-radius: 55px;
    
}

#binos{
    display: flex;
    width: 100%;
    height: 100%;
    font-size: 30px;
    justify-content: center;
    align-items: center;
    text-align: center;
  
}

.bint{
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background: rgb(5, 216, 153);
    clip-path: polygon( 25% 0, 75% 0, 100% 50%, 75% 100% , 25% 100%, 0 50%); 

}

.binto{
    position: relative;
    width: 40px;
    height: 30px;
    border-radius: 50%;
}

#binost{
    display: flex;
    width: 100%;
    height: 100%;
    font-size: 20px;
    justify-content: center;
    align-items: center;
    text-align: center;
  
}
.second-inner{
    width: 100%;
}


.first-column{
   float: left;
    width: 50%; 
}

.first-column h6, .first-column h5, .first-column h2, .first-column p{
    padding-left: 70px;
}

.first-column img{
    width: 100%;
    padding-right: 70px;
    
}




.third-container{
    width: 100%;
}

.third-inner{
    width: 100%;
    display: flex;
    justify-content: space-around;
}


.third-conti{
    display: block;
    width: 100%;
    margin-top: 100px;
    text-align: center;
}

.third-conti h6{
    padding-bottom: 9px;
}

.third-conti h4{
    padding-bottom: 15px;
}

.third-cont1{
    border: 1px solid rgba(0,0,0,0.15);
    border-radius: 10px;
    height: 475px;
    width: 300px;

}

.third-cont2{
    border: 1px solid rgba(0,0,0,0.15);
    border-radius: 10px;
    height: 450px;
    width: 300px;

}

.third-cont3{
    border: 1px solid rgba(0,0,0,0.15);
    border-radius: 10px;
    height: 450px;
    width: 300px;

}

.picture1{
    padding: 90px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background-image: url('service-1.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

.picture2{
    padding: 90px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background-image: url('service-2.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

.picture3{
    padding: 90px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background-image: url('service-3.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}


.detel{
    border: 1px solid rgb(5, 216, 153);
    
}

.detel:hover{
    background-color: transparent;
    cursor: pointer;
}


.texts{
   
    text-align: center;
    font-size: smaller;
}
/* End of Jumbotron **/



.first-phase{
    
    width: 100%;
    float: left;
}

.fourth-container{
    clear: both;
    padding-top: 150px;
   

}

.namb{
    background-color: rgb(5, 216, 153);
    border-radius: 100%;
    margin-right: 5px;
    color: white;
    padding: 6px 12px;
    border: 1px solid rgb(5, 216, 153) ;
}

.nambs{
    border-radius: 100%;
    margin-right: px;
    color: black;
    padding: 5px 11px;
    border: 1px solid black;
} 




.textt img{
    width: 100%;
    
}

.prog{
    padding-left: 50px;
    padding-right: 50px;
    color: #484a46;

}

.prog-2{
    padding-top: 20px;
    padding-left: 50px;
    padding-right: 50px;
    color: #484a46;

}

.pro {
    display: flex;
    justify-content: space-between;
    padding-right: 70px;
    
       
}

.business{
    color:rgb(5, 216, 153) ;
}

.business:hover{
    cursor: pointer;
}


.expertise{
    color: grey;
}

.expertise:hover{
    color: rgb(5, 216, 153);
    cursor: pointer;
}

.expertises{
    display: none;
}

.quality{
    color: grey;
    cursor: pointer;
}

.quality:hover{
    color: rgb(5, 216, 153);
    cursor: pointer;
    
}

.qualities{
    display: none;
}



.serv{
    color: rgb(5, 216, 153);
    text-decoration: underline;
}

.textt{
    float: left;
    width: 50%; 
    color: #484a46;
          
}

.textt h4{
    padding-top: 50px;
}

.textt h5{
   line-height: 40px;
}

.progs h4{
    padding-left: 70px;
}

.progs p{
    padding-left: 106px;
}

.progs h5{
    padding-left: 70px;
   
}

.H6{
    color: rgb(5, 216, 153);
}

.fifth-container{
    width: 100%;
    padding-top: 100px;
    padding-bottom: 100px;
    clear: both;
    
    
}

       
/************************/
/*     Testimonials     */
/************************/


.slider-1 {
	padding-top: 8rem;
	padding-bottom: 8rem;
	text-align: center;
}

.slider-1 .h2-heading {
	margin-bottom: 3.5rem;
}

.slider-1 .slider-container {
	position: relative;
}

.slider-1 .swiper-container {
	position: static;
	width: 88%;
	text-align: center;
}

.slider-1 .swiper-button-prev:focus,
.slider-1 .swiper-button-next:focus {
	/* even if you can't see it chrome you can see it on mobile device */
	outline: none;
}

.slider-1 .swiper-button-prev {
	left: -10px;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2028%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23484a46'%2F%3E%3C%2Fsvg%3E");
	background-size: 18px 28px;
}

.slider-1 .swiper-button-next {
	right: -10px;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2028%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23484a46'%2F%3E%3C%2Fsvg%3E");
	background-size: 18px 28px;
}

.slider-1 .card {
	position: relative;
	border: none;
	background-color: transparent;
}

.slider-1 .card-image {
	width: 96px;
	height: 96px;
	margin-right: auto;
	margin-bottom: 1.5rem;
	margin-left: auto;
	border-radius: 50%;
}

.slider-1 .card-body {
	padding: 0;
}

.slider-1 .testimonial-author {
	margin-bottom: 0;
	color: #484a46;
}



.sixth-container{
    width: 100%;
    
}

.sixth-inner{
    width: 100%;
    display: flex;
    background-color: rgb(11, 29, 43);
    color: white;
    
    align-items: center;
    justify-content: center;
    padding: 50px;
}

.call-me{
    width: 50%;
    padding-left: 50px;
}

.call-me h5{
    color:white;
}

.call-me h6{
    color:rgb(5, 216, 153);
}

.call-me p{
    color: white;
}

.call-form{
    width: 50%;
    flex: 1;
    padding-left: 40px;
}

.call-form p{
    color: white;
}

#name {
   width: 70%;
   margin: 10px;
   background-color: rgb(82, 96, 107) ;
   border-radius: 5px;
   color: white;
   padding-left: 10px;
   font-size: small;
   padding-top: 8px;
   padding-bottom: 8px;
}

#tel {
    width: 70%;
    margin: 10px;
    background-color: rgb(82, 96, 107) ;
    border-radius: 5px;
    color: white;
    padding-left: 10px;
    font-size: small;
    padding-top: 8px;
    padding-bottom: 8px;
 }

 #email {
    width: 70%;
    margin: 10px;
    background-color: rgb(82, 96, 107) ;
    border-radius: 5px;
    color: white;
    padding-left: 10px;
    font-size: small;
    padding-top: 8px;
    padding-bottom: 8px;
 }


 #browsers {
    width: 70%;
    margin: 10px;
    background-color: rgb(82, 96, 107) ;
    border-radius: 5px;
    color: white;
    padding-left: 10px;
    font-size: small;
    padding-top: 8px;
    padding-bottom: 8px;
 }

 
 .terms {
    width: 70%;
    margin-bottom: 8px;
    background: none ;
    color: white;
    margin-left: 10px;
    font-size: 13px;
    margin-top: 3px;
    
 }

 .terms a{
    color: white;
    text-decoration: underline;
    text-decoration-color: white;
 }

 #submit {
    width: 70%;
    margin: 10px;
    background-color: rgb(5, 216, 153) ;
    border-radius: 5px;
    color: white;
    font-size: small;
    padding-top: 6px;
    padding-bottom: 6px;
    border: 1px solid rgb(5, 216, 153);
 }

 #submit:hover{
    color: rgb(11, 29, 43);
    letter-spacing: 3px;
  
 }




 

.seventh-container{
    width: 100%;
    margin-bottom: 100px;
    clear: both;
   
}

.seventh-cont{
    width: 100%;
    padding-bottom: 100px;
}

.seventh-inner{
    width: 100%;

}

.headerr-textt{
    width: 100%;
    text-align: center;
    padding-top: 100px;
    padding-bottom: 30px;
}

.project-header{
    font-weight: 600;
}

.headerr-textt h6{
     color: rgb(5, 216, 153);

}



.show-all{
    width: 100%;
    text-align: center;
    font-size: small;
}

.show-all span{
    border-radius: 5px ;
    padding: 5px 14px;
    margin: 0px 5px;
}

.des{
    background:rgba(240, 234, 234, 0.514) ;
    border: 1px solid rgba(240, 234, 234, 0.884);
}

.des:hover{
    background-color:  rgb(5, 216, 153);
    cursor: pointer;
}

.show{
    background: rgb(5, 216, 153);
    border: 1px solid rgb(5, 216, 153);
}

.show:hover{
   cursor: pointer;
}

.projects{
    width: 100%;
    padding:  15px 50px;
    
}

.project{
    float: left;
    width:25%;
   
}

.project img{
    width: 100%;
}

.Eight-container{
    width: 100%;
    clear: left;
    margin-top: 100px;
    border-top: 30px solid white;
    

}

.eight-inner{
    width: 100%;
    padding-top: 100px;
    background-color: rgba(0, 0, 0, 0.035) ;
    margin-top: 100px;
    padding-bottom: 120px;

}

.eight-text{
    text-align: center;
}

.eight-cont{
    position: relative;
    display:flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    
}
 
.hexagon{
     position:relative;
     width: 250px; 
     height: 230px;
     margin: 50px 20px 10px;
     transition:2s;
}

.hexagon:hover{
 transform: translateY(-30px);
}

.shape{
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background: black;
    clip-path: polygon( 25% 0, 75% 0, 100% 50%, 75% 100% , 25% 100%, 0 50%); 
}

.shape img{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height: 100%;
    object-fit:cover;
}

.hex-textt{
    text-align: center;
}


.hexa{
    position:relative;
    width: 10px; 
    height: 20px;
    transition:2s;
    margin: 5px 10px;
}

.hexa:hover{
transform: translateY(-30px);
}

.bion{
    position: relative;
    width: 30px;
    height: 30px;
    border-radius: 55px;
    margin-right: 10px;
    transition: 1.2s;
    
}

.bion:hover{
    transform: translateY(-30px);
    }

#bions{
    display: flex;
    width: 100%;
    height: 100%;
    font-size: 10px;
    justify-content: center;
    align-items: center;
    text-align: center;
  
}

.ninth-container{
    width: 100%;
}

.ninth-inner{
    width: 100%;
    display: flex;
    padding: 65px 20px 80px;
    justify-content: space-around;
}

.ninth-image{
    width: 50%;
}

.ninth-image img{
    width: 100%;
}

.ninth-cont{
    padding-top: 50px;
   
}

.ninth-cont h6{
    color:rgb(5, 216, 153) ;
    
    
}

.ninth-cont h1{
    color:rgb(5, 216, 153) ;
    font-weight: 900;
}


.ninth-numbers{
    display: flex;
    justify-content: space-between;
    
}



.number{
    display: flex;
    
}

.numb{
    display: flex;
    flex-direction: column;
    padding-left: 10px;
    
}


.num{
   padding-right: 6px;
   text-decoration: underline;
   text-decoration-color:grey ;
}

.num:hover{
    color: rgb(5, 216, 153);
    text-decoration-color: rgb(5, 216, 153);
    cursor: pointer;
}
.contact-us h6{
    font-size: small;
    color:rgb(5, 216, 153) ;
}

.tenth-container{
    width: 100%;
}

.tenth-inner{
    width: 100%;
    display: flex;
    background-color:rgba(0, 0, 0, 0.035) ;
    justify-content: space-between;
}

.social1{
    float:left;
}



.bunt{
    position: relative;
    width: 45px;
    height: 40px;
    border-radius: 55px;
    margin-right: 10px;
    transition: 1.2s;
    
}

.bunt:hover{
    transform: translateY(-15px);
}
#bunts{
    display: flex;
    width: 100%;
    height: 100%;
    font-size: 25px;
    justify-content: center;
    align-items: center;
    text-align: center;
  
}

.contact-us{
    width: 50%;
    padding-left: 80px;
    padding-top: 80px;
    padding-bottom: 75px;
}

.contactus-form{
    width: 50%;
    padding-top: 80px;
    padding-left: 175px;
    padding-bottom: 75px;
}

#names{
    width: 90%;
    border: 1px solid rgba(0, 0, 0, 0.3);
    margin-bottom: 15px;
    padding-left: 15px;
    color: grey;
    font-size: small;
    padding-top: 8px;
    padding-bottom: 8px;
    border-radius: 5px;

}

#emails{
    width: 90%;
    border: 1px solid rgba(0, 0, 0, 0.3);
    margin-bottom: 15px;
    padding-left: 15px;
    color: grey;
    font-size: small;
    padding-top: 8px;
    padding-bottom: 8px;
    border-radius: 5px;

}

#message{
    width: 90%;
    border: 1px solid rgba(0, 0, 0, 0.3);
    margin-bottom: 5px;
    padding-left: 15px;
    color: grey;
    font-size: small;
    padding-top: 8px;
    padding-bottom: 8px;
    border-radius: 5px;

}

.termz{
    width: 90%;
    color: grey;
    font-size: 15px;
    margin-top: 3px;
    margin-bottom: 8px;
}



.termz a{
    color: grey;
    text-decoration: underline;
    font-size: 13px;

}

#submits{
    width: 90%;
    margin-top: 5px;
    background-color: rgb(5, 216, 153) ;
    border-radius: 5px;
    color: white;
    font-size: small;
    padding-top: 6px;
    padding-bottom: 6px;
    border: 1px solid rgb(5, 216, 153);
}

#submits:hover{
    letter-spacing: 3px;
    color:#484a46;
}

.eleventh-container{
    width: 100%;
    color: white;
}

.eleventh-inner{
    width: 100%;
    display: flex;
    justify-content: space-around;
    padding-left: 20px;
    padding-top: 60px;
   
}

.eleventh-inner a{
    color: white;
    text-decoration-line: white;
    text-decoration: underline;
    display: block;
}

.eleventh-in{
    width: 100%;
    background-color: rgb(11, 29, 43);
}

.copy-right{
    width: 100%;
    text-align: center;
    padding: 30px 30px 4px 30px;
}
