@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@200;300;400;500;600;800&family=Poppins:wght@200;300;400;500;600&display=swap');
*{
	margin: 0;
	padding: 0;
	font-family: Poppins;
	scroll-behavior: smooth;
	
}
/*---------POPUP----------------*/
.popup{
    background-color: #ffffff;
    width: 420px;
    padding: 30px 40px;
    position: absolute;
    transform: translate(-50%,-50%);
    left: 50%;
    top: 50%;
    border-radius: 8px;
    font-family: "Poppins",sans-serif;
    display: none; 
    text-align: center;
}
.popup button{
    display: block;
    margin:  0 0 20px auto;
    background-color: transparent;
    font-size: 30px;
    color: #ffffff;
	background: #03549a;
	border-radius: 100%;
	width: 40px;
	height: 40px;
    border: none;
    outline: none;
    cursor: pointer;
}
.popup h2{
	margin-top: -20px;
}
.popup p{
    font-size: 14px;
    text-align: justify;
    margin: 20px 0;
    line-height: 25px;
}
/*a{
    display: block;
    width: 150px;
    position: relative;
    margin: 10px auto;
    text-align: center;
    background-color: #0f72e5;
	border-radius: 20px;
    color: #ffffff;
    text-decoration: none;
    padding: 8px 0;
}*/
/*---Main Page (index.html)---*/
.header{
	min-height: 100vh;
	width: 100%;
	position: relative;
}
.header::before{
	content: '';
	position: absolute;
	top: 0px;
	right: 0px;
	left: 0px;
	bottom: 0px;
	background-image: url('images/img14.jpg');
	background-size: cover;
	opacity: 0.4;
}
.header-1{
	min-height: 100vh;
	width: 100%;
	position: relative;
}
.header-1::before{
	content: '';
	position: absolute;
	top: 140px;
	right: 0px;
	left: 0px;
	bottom: 0px;
	background-image: url('images/img14.jpg');
	background-size: cover;
	opacity: 0.3;
}
.header-2{
	min-height: 70vh;
	width: 100%;
	position: relative;
}
.header-2::before{
	content: '';
	position: absolute;
	top: 140px;
	right: 0px;
	left: 0px;
	bottom: 0px;
	background-image: url('images/img14.jpg');
	background-size: cover;
	opacity: 0.4;
}
.logo{
	padding: 30px;
	width: 300px;
	opacity: 0.9;
}
.logo-1{
    padding:30px;
    width:700px;
    opacity:0.9;
}
.side-img{
	float: right;
	padding-right: 20px;
	padding-top: 15px;
}
nav{
	display: flex;
    
	padding: 2% 5%;
	justify-content: space-between;
	align-items: center;
}
.nav-links{
	flex: 1;
	text-align: right;
}
.nav-links ul li{
	list-style: none;
	display: inline-block;
	padding: 8px 20px;
	
	position: relative;
}
.nav-links ul li a{
	color: black;
	text-decoration: none;
	font-size: 18px;
}
.nav-links ul li::after{
	content: '';
	width: 0%;
	height: 2px;
	background:  #263238;
	display: block;
	margin: auto;
	

}
.nav-links ul li:hover::after{
	width: 100%;

}

nav .fa{
	display: none;
}
.text-box{
	width: 90%;
	position: absolute;
	top: 60%;
	left: 55%;
	transform: translate(-50%,-50%);
	text-align: left;
}
.text-box h1{
	font-size: 48px;
	color: black;
}
.text-box h2{
	font-size: 32px;
	color: black;
}
.text-box h3{
    font-size:46px;
    /*color:#4682b4;*/
    color:black;
}
.text-box p{
	font-size: 16px;
	margin: 10px 0 40px;
	line-height: 28px;
}
/*.text-box hr{
	width: 70%;
}*/
.hero-btn{
	display: inline-block;
	text-decoration: none;
	border: 2px solid #4682b4;
	padding: 12px 34px;
	font-size: 18px;
	position: relative;
	background: #4682b4;
	color: white;
	border-radius: 5%;
}
.hero-btn:hover{
	border: 1px solid #b0c4de;
	background: #b0c4de;
	transition: 1s;
}
nav .fa{
	display: none;
}
.sub-menu-1 {
	display: none;
}
.nav-links ul li:hover .sub-menu-1{
	display: block;
	position: absolute;
}
.nav-links ul li:hover .sub-menu-1 ul{
	display: block;
	margin: 10px;
}
.nav-links ul li:hover .sub-menu-1 ul li{
	width: 150px;
	padding: 10px;
	
	text-align: left;
	border-radius: 0;
}
@media (max-width:3300px){
    .header{
        height:110vh;
    }
    .img-2{
        display:block;
        width:100%;
    }
 
    .text-box{
        padding-top:80px;
    }
    .nav-links {
        width:50px;
    }
}
/*@media only screen and (max-width: 1000px){*/
@media only screen and (max-width:820px) and (min-width:768px){
    .img-2{
        display:block;
        width:100%;
    }
    .column{
        width:100%;
        display:block;
        
    }
    .nav-links ul li{
		display: block;
		width: 100%;
		
	}
	.nav-links{
		position:fixed;
		background: white;
		height: 80vh;
		width: 200px;
		top: 0;
		right: -200px;
		text-align: left;
		z-index: 2;
		transition: 1s;
	}
	nav .fa{
		display: block;
		color: black;
		margin: 10px;
		font-size: 22px;
		cursor: pointer;
		opacity:0.9; 


	}
	.nav-links ul{
		padding: 2% 8%;
		align-items: center;
		justify-content: space-between;


	}
	.nav-links ul li{
	list-style: none;
	display: inline-block;
	padding: 20px 30px;
	position: relative;

}
	.sub-menu-1 {
		display: none;
	}
	.nav-links ul li:hover .sub-menu-1{
	display: block;
	position: relative;
	}

	.nav-links ul li:hover .sub-menu-1 ul{
	display: block;
	margin: 10px;
	}
	.nav-links ul li:hover .sub-menu-1 ul li{
	width: 100px;
	padding: 10px;
	
	text-align: left;
	border-radius: 0;
	}
	.contact{
	   text-align:center; 
	}


}
@media all and (max-width:700px){
	.nav-links ul li{
		display: block;
		width:100%;
	}
	.logo-1{
	    height:220px;
	    width:120%;
	    padding-right:;
	    padding-top:15%;
	    padding-left:0%;
	    
	   
	}
	.nav-links{
		position:absolute;
		background: white;
		height: 80vh;
		width: 200px;
		top: 0;
		right: -200px;
		text-align: left;
		z-index: 2;
		transition: 1s;
	}
	nav .fa{
		display:block;
		color: black;
		margin: 15px;
		font-size: 22px;
		cursor: pointer;
		opacity:0.9; 


	}
	.nav-links ul{
		padding: 2% 8%;
		align-items: center;
		justify-content: space-between;


	}
	.nav-links ul li{
	list-style: none;
	display: inline-block;
	padding: 20px 30px;
	position: relative;

}
	.sub-menu-1 {
		display: none;
	}
	.nav-links ul li:hover .sub-menu-1{
	display: block;
	position: relative;
	}

	.nav-links ul li:hover .sub-menu-1 ul{
	display: block;
	margin: 10px;
	}
	.nav-links ul li:hover .sub-menu-1 ul li{
	width: 100px;
	padding: 10px;
	
	text-align: left;
	border-radius: 0;
	}
	.img-2{
		display: block;
		width: 100%;
	}
	.header{
	    height:100vh;
	}

	.text-box h1{
		font-size: 10px;
		margin-top:-100px;
	}
	.text-box h2{
		font-size: 18px;
	}
	.text-box h3{
	    font-size:16px;
	}
	.text-box p{
		font-weight: 300;
	}
	.hero-btn{

	}
}

/*-----homepage 2nd section-----*/
html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

.column {
  float: left;
  width: 33.3%;
  margin-bottom: 16px;
  padding: 0 8px;
}

.card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  margin: 8px;
 
}

.about-section {
  padding: 50px;
  text-align: center;
  background-color: #202A44;
  color: white;
}

.container {
  padding: 0 16px;
}

.container::after, .row::after {
  content: "";
  clear: both;
  display: table;
}

.title {
  color: grey;
}


.contact {
	width: 100%;
	margin: auto;
	text-align: center;
	padding-top: 80px;
	
}
.contact-col{
	flex-basis: 45%;
	border-radius: 30px;
	position: relative;
	overflow: hidden;
	
}
.layer{
	background: rgba(226,0,0,0.7);
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0
}
.row-2{
	
	align-items: center;
	
}
@media only screen and (max-width: 740px){
	.column{
		width: 100%;
	}
	.img-2{
	    width:100%;
	    display:block;
	}
	h1{
		font-size: 20px;
	}
}
/*-----Footer-----*/
.footer {
display: flex;
flex-flow: row wrap;
padding: 50px;
color: #fff;
background-color: #263238;
}

.footer > * {
flex:  1 100%;
}

.l-footer {
margin-right: 1.25em;
margin-bottom: 2em;
}

h2 {
font-weight: 400;
font-size: 15px;
}

.footer ul {
list-style: none;
padding-left: 0;
}

.footer li {
line-height: 2em;
}

.footer a {
text-decoration: none;
}

.r-footer {
display: flex;
flex-flow: row wrap;
}

.r-footer > * {
flex: 1 50%;
margin-right: 1.25em;
}

.box a {
color: #999;
}

.h-box {
column-count: 2;
column-gap: 1.25em;
}

.b-footer {
text-align: center;
color: white;
padding-top: 50px;

}
.b-footer p a{
	color: white;
}

.l-footer p {
padding-right: 20%;
color: #999;
}   

@media screen and (min-width: 600px) {
.r-footer > * {
flex: 1;
}

.features {
flex-grow: 2;
}

.l-footer {
flex: 1 0px;
}

.r-footer {
flex: 2 0px;
}
}

/*----Vision & Mission Page (vision.html)----*/
.header-4{
	height: 100vh;
	width: 100%;
	position: relative;
}
.header-4::before{
	content: '';
	position: absolute;
	top: 0px;
	right: 0px;
	left: 0px;
	bottom: 0px;
	background-image: url('images/img14.jpg');
	background-size: cover;
	opacity: 0.4;
}
.text-box-vision{
	text-align: center;

}
.text-box-vision h1{
	font-size: 26px;
	color: #4682b4;
}
.text-box-vision p{
	font-size: 22px;

}
.column-6{
	
	width: 70%;
	opacity: 0.9;
	font-size: 16px;
	margin: 0 auto;
}
.row-7{
	margin:0 30px;
}
.row-7:after{
	content: "";
	display: table;
	clear: both;
}
.card-6{
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.3);
	padding:  25px;
	text-align: center;
	background-color:white;
	justify-content: center;
	padding-right: 30px;
	border-radius: 20px;

	
}
.card-6::before{
	content: '';
	position: absolute;
	background-image: url('images/img14.jpg');
	background-size: cover;
	opacity:0.2;
	
}


/*----Vision Page (second section)----*/
.second-header{
	background:white;
	height: 100vh;

}
.text-box-2 h1{
	font-size: 36px;
	text-align: center;
	padding-top: 30px;
	color: black;	
}
.text-box-2 h2{
	color: #4682b4;
	text-align: center;
	font-size: 20px;
}
.text-box-2 p{
	font-size: 13px;
	text-align: left;
	padding-left: 100px;
	line-height: 20px;
}
*{
	box-sizing: border-box;
}
.column-1{
	float: left;
	width: 33.3%;
	margin-bottom: 16px;
	padding: 0 8px;
	font-size: 20px;
}
.row-3{
	margin:0 30px;
}
.row-3:after{
	content: "";
	display: table;
	clear: both;
}
.card-1 h3{
	color:  #263238;
}
.card-1{
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
	padding: 16px;
	text-align: center;
	color:#4682b4;
	background-color:white;
	border-radius: 10%;
	height: 400px;
}

/*----Vision Page (third section)----*/
.third-header{
	height: 90vh;
}

.text-box-3 h5{
	font-size: 24px;
	text-align: center;
	color:  #4682b4;	
	
}
.text-box-3 h1{
	color: black;
	text-align: center;
	font-size: 36px;
}
.text-box-3 p{
	font-size: 16px;
	text-align: center;
	
	
	line-height: 20px;
}
.column-2{
	
	width: 70%;
	
	
	font-size: 16px;
	margin: 0 auto;
}
/.row-4{
	margin:0 30px;
}
.row-4:after{
	content: "";
	display: table;
	clear: both;
}
.card-2{
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.1);
	padding:  25px;
	text-align: center;
	color:#4682b4;
	background-color:white;
	
	justify-content: center;
	padding-right: 30px;

}

/*----Vision Page (fourth section)----*/
.fourth-header{
	height: 110vh;
}
.text-box-4 h1{

	padding-top: 10px;
	padding-left:  100px;
}
.text-box-4 p{
	padding-top: 0px;
	padding-left: 100px;
}
*{
	box-sizing: border-box;
}
.column-4{
	float: left;
	width: 15%;
	margin-bottom: 16px;
	
	padding-left:10px;
	font-size: 16px;
}
.row-6{
	margin:0 90px;
	padding-top: 50px;
}
.row-6:after{
	content: "";
	display: table;
	clear: both;
}
.card-4{
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
	padding: 16px;
	text-align: center;

	color:#4682b4;
	background-color:white;
	border-radius: 10%;
	height: 40vh;
}
.card-4 h2{
	padding-top: 90px;
	font-size: 16px;
}
.card-4 h3{
	font-size: 24px;
}
.img-column{
	float: right;
	padding-right: 30px;
	padding-top: 50px;
	border-radius: 10%;
}
.img-column p{
	text-align: center;
	padding-top: 5px;
	color: #4682b4;

}
@media (min-width:3300px){
    .header-4{
        height:200vh;
    }
    .card-1 p{
        font-size:16px;
    }
    .img-box{
        width:30%;
        margin-left:50%;
    }
    .fourth-header{
        height:240vh;
    }
    .card-4{
        width:130%;
        height:250px;
    }
    .column-4{
        margin-right:70px;
        margin-left:70px;
    
    }
    .row-6{
        padding-top:530px;
    }
    .text-box-4{
        padding-top:100px;
    }
}
@media only screen  and (max-width: 414px) and (min-width:350px){
	.fourth-header{
		height: 200vh;
	}

	.column-6{
		width: 100%;
	}
	.card-6 p{
		font-size: 18px;
	}
	.column-1{
		width: 200%;
	}
	.card-1{
	    width:150%;
	}
	.img-box img{
		display: none;
	}
	.column-4{
		display: none;
		
	}
	.text-box-4 p{
		text-align: left;
		padding-top: 30px;
		padding-left: 10px;
		font-size: 15px;
		margin-right:30px;
		margin-left:10px;
	}
	.text-box-4 h1{
		text-align: left;
		padding-left: 10px;
		font-size: 22px;
		margin-right:50px;
		margin-left:10px;
		
	}
	.text-box-3 h1{
	    font-size:24px;
	    margin-right:30px;
	}
	.text-box-3 p{
	    margin-right: 50px;
	    margin-left:30px;
	    font-size:18px;
	    text-align:center;
	}
	.img-column{
	    width:30%;
	    display:block;
	}
	.column-4{
	    display:block;
	    width:100%;
	}
	.text-box-2 h1{
	    font-size : 26px;
	}
	.card-1{
	    width:100%;
	}
	.card-1 p{
	    font-size:18px;
	}
}
@media only screen and (max-width:820px) {
    .column-1{
        width:110%;
        margin:auto;
        padding-top:20px;
        padding-right:30px;
    }
    .img-box{
        width:75%;
        margin-left:110px;
    }
    .img-box p{
        display:none;
    }
    .column-4{
        width:100%;
        
    }
    .card-4{
        height:350px;
    }
    
}
@media only screen and (max-width:768px){
    .fourth-header{
        height:200vh;
    }
    .text-box-4{
        width:100%;
        
        }
}
/*----Brand.html(logo section)---*/
.logo-section{
	padding-left: 320px;
	padding-top: 130px;
	padding-bottom: 100px;
}
.logo-column img{
	
	width: 16%;
}
.msi{
	height: 150px;
	width: 150px;
	float: right;
}
@media (max-width:3300px){
    .header-2{
        height:80vh;
    }
    .logo-section{
        
        width:90%;
        
    }
    
}
@media (max-width: 700px){
	
	.text-box h1{
		font-size: 36px;

	}
	.text-box p{
		font-size: 24px;
	}
	.logo-section{
		width: 100%;
		padding-left: 20px;

	}
}

/*---Contact Us---*/
.header-3{
	
}
.contact-us{
	position: relative;
	min-height: 10vh;
	padding: 50px 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;

}

.contact-content{
	width: 800px;
	text-align: center;


}
.contact-content h3{
	font-size: 38px;


}
.contact-container{
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 30px;
}
.contact-container .contactInfo{
	width: 50%;
	display: flex;
	flex-direction: column;
}
.contact-container .contactInfo .box-1{
	position: relative;
	padding:3px;
	display: flex;
}
.contact-container .contactInfo .box-1 .text{
	display: flex;
	margin: 20px;
	font-size: 16px;
	flex-direction: column;

}
.contact-container .contactInfo .box-1 .text p{
	font-weight: 500;
	color:  #4682b4;
}
.contactForm{
	width: 40%;
	padding: 50px;

}
.contactForm h2{
	font-size: 30px;
	font-weight: 500;
}
.contactForm .inputBox{
	position: relative;
	width: 100%;
	margin-top: 10px;
}
.contactForm .inputBox input,
.contactForm .inputBox textarea
{
	width: 100%;
	padding: 5px 0;
	font-size: 16px;
	margin: 10px 0;
	border :none;
	border-bottom: 2px solid #333;
	outline: none;
	resize: none;

}
.contactForm .inputBox span{
	position: absolute;
	left: 0;
	padding: 5px 0;
	font-size: 16px;
	margin: 10px 0;
	pointer-events: none;
	transition: 0.5s;
	color: #666;	
}
.contactForm .inputBox input:focus ~ span,
.contactForm .inputBox input:valid ~ span,
.contactForm .inputBox textarea:focus ~ span,
.contactForm .inputBox textarea:valid ~ span
{
	color: #e91e63;
	font-size: 12px;
	transform: translateY(-20px);
}
.contactForm .inputBox input[type="submit"]{
	width: 100px;
	background:#4682b4;
	color: white;
	border:none;
	cursor: pointer;
	padding: 10px;
	font-size: 18px; 
}
@media (max-width: 991px){
	.contact-us{
		padding: 50px;
	}
	.contact-container{
		flex-direction: column;
	}
	.contact-container .contactInfo{
		margin-bottom: 40px;
	}
	.contact-container .contactInfo,
	.contactForm
	{
		width: 100%;
	}
}
/*---Sales and Services page----*/
.second-header-2{
	height: 600vh;
	padding-top: 30px;
}
.text-box-3{
	
}
/*.sales-card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.0);
  width: 25%;
  text-align: center;
  float: left;
  padding: 0 20px;

}*/
.sales-h1{
	padding-right: 220px;
	float: right;
}
.sales-card{

	padding-left: 170px;
	padding-top: 30px;
}
.sales-card h1{
	float: right;
	text-align: center;
	padding-right: 450px;

}
.sales-card h2{
	padding-left: 550px;
	padding-right: 200px;
	margin-top: -350px;
	float: right;
	

}
.third-sales{
	height: 90vh;
}
.column-sales{
   margin:auto; 
   margin-left: 200px;
   margin-top: -900px;
   width: 23%;
   margin-bottom: 16px;
   padding: 0 8px;
}
.card-sales{
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
	margin: 8px;
}
.column-sales-1{
   margin:; 
   margin-left: 600px;
   margin-top: -490px;
   width: 23%;
   margin-bottom: 16px;
   padding: 0 8px;
}
.card-sales-1{
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
	margin: 8px;
}
.column-sales-2{
	margin:; 
   margin-left: 1000px;
   margin-top: -490px;
   width: 23%;
   margin-bottom: 16px;
   padding: 0 8px;
}
.card-sales-2{
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
	margin: 8px;
}
.container-sales{
	padding: 0 16px;
}
.container::after, .row-sales::after{
	content: "";
	clear: both;
	display: table;
}
.slidershow{
	width: 1000px;
	height: 600px;
	overflow: hidden;

}
.middle{
	position: absolute;
	top: 4200px;
	left: 50%;
	transform: translate(-50%,-50%);
}
.navigation{
	position: absolute;
	
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
}
.bar{

	width: 10px;
	height: 10px;
	background: #87CEEB;
	border-radius: 50%;
	margin: 6px;
	cursor: pointer;
	transition: 0.4s;

}
.bar:hover{
	background:#4682b4;
}
input[name="r"]{
	position: absolute;
	visibility: hidden;
	
}
.slides{
	width: 500%;
	height: 100%;
	display: flex;
}
.slide{
	width: 25%;
	transition: 0.4s;
}
.slide h1{
	float: right;
	padding-right: 200px;
}
.slide-1{
	margin-right: 330px;
}
.slide-1-p{
	padding-left: 80px;
	padding-right: 200px;
}
.slide-2{
	margin-right: 330px;
}
.slide-2-p{
	padding-left: 80px;
	padding-right: 200px;
}
.slide-3{
	margin-right: 330px;
}
.slide-3-p{
	padding-left: 80px;
	padding-right: 200px;
}
.slide-4{
	margin-right: 330px;
}
.slide-4-p{
	padding-left: 80px;
	padding-right: 200px;
}
.slide p{
	float: right;
	margin-right: 100px;
	margin-left: 350px;
	margin-top: -340px;
}
.slide img{
	margin-top: 100px;
	height: 55%;
	width: 30%;
	border-radius: 100%;
}

#r1:checked ~ .s1{
	margin-left: 0;
}
#r2:checked ~ .s1{
	margin-left: -25%;
}
#r3:checked ~ .s1{
	margin-left: -50%;
}
#r4:checked ~ .s1{
	margin-left: -75%;
}
#r5:checked ~ .s1{
	margin-left: -100%;
}


.title {
  color: grey;
  font-size: 18px;
}
.slideshow-container {
    max-width: 800px;
    position: relative;
    margin: auto;
    top: -1200px;
    
}

.mySlides {
	  display: none;
	  height: 500px;
	  
     
}

.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: #4682b4;
    font-weight: bold;
    font-size: 30px;
    transition: .6s ease;
    border-radius: 0 3px 3px 0
}

.next {
    right: -50px;
    border-radius: 3px 3px 3px 3px
}

.prev {
    left: -50px;
    border-radius: 3px 3px 3px 3px
}

.prev:hover,
.next:hover {
    color: #f2f2f2;
    background-color: #4682b4;
}

.text {
    color: #f2f2f2;
    font-size: 20px;
    padding-top: 12px;
  	padding-bottom: 12px;
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    background-color: #4682b4;
}

.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0
}

/*.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color .6s ease
}*/

.active,
.dot:hover {
    background-color: #717171
}

@media only screen and (max-width: 780px){
	.sales-card{
		width: 90%;
		display: block;
		margin-left:20px;
	}
	.text-box h1{
		font-size: 28px;
		font-weight: 800;
	}
	.text-box p{
		font-size: 20px;
	}
	.text-box-3 h1{
		font-size: 30px;
		font-weight: 300;
	}
}


/*---Laptop repair--*/
.laptop-repair{
 height: 100vh;
}

.sidenav {
  height: 100%;
  width: 190px;
  position: absolute;
  z-index: 1;
  top: 10;
  left: 0;

  background-color: white;
  overflow-x: hidden;
  padding-top: 10px;
}

.sidenav a {
  padding: 6px 8px 6px 16px;
  text-decoration: none;
  font-size: 16px;
  color: #4682b4;
  display: block;
}

.sidenav a:hover {
  color: blue;
}
.main-content{
	margin-left: 200px;
	font-size: 18px;
	padding: 0px 10px;
	padding-top: 30px;
}
.main-content h2{
	font-size: 24px;
	font-weight: 500;
	color:  #4682b4;
}
.main-content-1 img{
	margin-left: 220px;
}
.main-content-1-col img{
	width: 33.33%;
}
.main-content p{
	font-size: 16px;
}
@media (max-width:3300px){
    .laptop-repair{
        height:110vh;
    }
    .main-content-1 img{
        width:25%;
    }
    .main-content{
        height:45vh;
    }
}
@media (max-width: 700px){
	.main-content-1 img{
		display: none;
	}
	.sidenav{
		width: 35%;
	}
	.main-content{
		margin-left: 35%;
	}
	.main-content p{
		font-size: 14px;
	}
	.laptop-repair{
		height: 180vh;
	}
}

/*----Our Team----*/
.team-section{
	height: 150vh;
}
.team-section{
	height: 120vh;
}
.img-section{
	height: 100vh;
	margin-left: 50px;
}

.img-section-2{
	height: 130vh;
}
.cert-img{
    width: 28%;
    margin-left: 100px;
    padding-top: 80px;
}
.sec-title h1{
    text-align: center;
    font-size: 50px;
    color:  #4682b4;
}
.cert-img-txt {
	float: right;
	margin-left: 600px;
    margin-right: 300px;
	font-size: 18px;
    margin-top: -450px;
}
.cert-img-txt h2{
    font-size: 24px;
    color:#4682b4; 
}
.cert-img-1{
	width: 26%;
    float: right;
    padding-top: 0px;
    margin-right: 160px;
}
.cert-img-txt-1{
	margin-left: 200px;
    margin-right: 700px; 
    padding-top: 100px;
    font-size: 18px;
}
.cert-img-txt-1 h2{
    font-size: 24px;
    color:#4682b4; 
}
.cert-img-2 {
	width: 26%;
    margin-left: 130px;
    padding-top: 220px;
}
.cert-img-txt-2{
	float: right;
    margin-left: 600px;
    margin-right: 300px;
    font-size: 18px;
    margin-top: -450px;
}
.cert-img-txt-2 h2{
    font-size: 24px;
    color:#4682b4; 
}

.text-box-card h2{
	font-size: 24px;
	font-weight: 500;
	color: #4682b4;
}
.text-box-row{
	margin:0 100px;
}
.text-box-row::after{
	content: "";
	display: table;
	clear: both;
}
.text-box-col{
	float: right;
	padding-top: 100px;

}
.text-box-card{
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.3);
	transition: 0.3s;
	width: 100%;
	padding: 22px;
	height: 700px;	
}
.team-card{
	
	transition: 0.3s;
	width: 25%;
	float: left;
	margin-right: 10%;
	margin-left: 0%;
	margin-top: 180px;
}
.team-card:hover{
	
}
.team-container{
	

}
.team-row{
	margin:0 30px;
}
.team-row:after{
	content: "";
	display: table;
	clear: both;
}
.team-container h4{
	color:#4682b4;
	font-size: 24px;
}
/*@media (min-width:3300px){
    .team-section{
        height:300vh;
    }
    .text-box-row{
        
    }
    .team-row{
        width:100%;
        
    }
    .team-card img{
        margin-left:250px;
        
    }
    .team-container{
        width:300%;
        margin-left:250px;
    }
}*/
@media only screen and (max-width:780px){
	.team-section{
		height: 200vh;
	}
	.text-box-row{
		width: 120%;
		margin-left: 10px;
		height: 900px;
		font-size: 14px;
	}
	.team-card{
	    
		width: 75%;
		margin-top: 100px;
		margin-right: 50px;
	}
	.team-container h4{
		width:200%;
	}
	.team-container p{
		width: 200%;
	}
	.sec-title h1{
		padding-right:220px;
		font-size: 26px;
		width: 150%;
		margin-top: -500px;
		
	}
	.cert-img{
		width: 70%;
		display: block;
		margin-left: 20px;
	}
	.cert-img-txt{
		width: 110%;
		margin:auto;
		margin-top: 100px;
	}
	.cert-img-1{
		width: 70%;
		display: block;
		margin: auto;
		margin-right: 60px;
	}
	.cert-img-txt-1{
		width: 95%;
		margin: auto;
		margin-top: 80px;
		padding-left: 10px;
	}
	.cert-img-2{
		width: 70%;
		display: block;
		margin: auto;
		margin-right: 60px;
		margin-top: -150px;
	}
	.cert-img-txt-2{
		width: 95%;
		margin: auto;
		margin-top: 80px;
		
	}
	

			
}
/*----Autocount System---*/
.auto-section{
	height: 110vh;
	scroll-behavior: smooth;
}
.auto-text-box h1{
	font-size: 34px;
	padding-top: 50px;
	text-align: left;
	color: #4682b4;
	margin-left: 100px;
}
.auto-text-box p{
	text-align: left;
	font-size: 18px;
	margin-left: 100px;
	margin-right: 100px;
}
.auto-img{
	text-align: center;
	width: 20%;
	margin-left: 5%;
}
.auto-section-2 p{
	text-align: left;
	margin-right: 50px;
	margin-left: 550px;
	margin-top: -300px;
	font-size: 18px;
}
.auto-text-box-2 h2{
	font-size: 24px;
	font-weight: 500;
	text-align: right;
	margin-right: 60px;
	margin-top: -250px;
	color: #4682b4;

}
.auto-text-box-2 p{
	text-align: right;
	margin-right: 60px;
	margin-left: 1000px;
}

/*----Auto section 2----*/
.auto-section-1{
	height: 180vh;
	
}

.auto-text-box-1 h2{
	font-size: 28px;
	font-weight: 500;
	margin-left: 10px;
	color: #4682b4;
}
.auto-text-box-1 p{
	text-align: left;
	margin-left: 10px;
	margin-right: 800px;
	font-size: 16px;
}
.auto-text-box-card h2{
	font-size: 24px;
	font-weight: 500;
	color: #4682b4;
}
.auto-text-box-row{
	margin:0 100px;
}
.auto-text-box-row::after{
	content: "";
	display: table;
	clear: both;
}
.auto-text-box-col{
	text-align: center;
}
.auto-text-box-card{
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
	transition: 0.3s;
	width: 33.33%;
	padding: 22px;
	height: 350px;	
	border-radius: 10%;
}
.auto-image{
	padding-left: 600px;
	margin-top: -1200px;
	padding-top: 200px;

}
.auto-image-1{
	padding-left: 1000px;
	margin-top: -500px;
	padding-top: 200px;
}
.auto-image-2{
	padding-left: 650px;
	margin-top: -100px;
	padding-top: 200px;
}
.auto-text-box-2 h1{
	text-align: center;
}
.auto-text-box-2 p{
	text-align: center;
	margin-right: 500px;
	margin-left: 500px;
}
@media only screen and (max-width:780px){
    .auto-text-box h1{
        font-size:18px;
        text-align:left;
        margin-left: 20px;
    }
    .auto-img{
    	width: 70%;

    }
    .auto-text-box p{
        font-size:16px;
        margin-right:70px;
        margin-left: 20px;
    }
    .auto-section-2 p{
        font-size:15px;
        margin-right:50px;
        margin-left:20px;
        margin-top: 50px;
    }
    
    .auto-text-box-col{
    	margin-top: 650px;
    	margin-bottom: -650px;

    }
    .auto-text-box-card{
    	width: 180%;
    	margin-top: 100px;
    	margin-right: 100px;
    	margin-left: -75px;


    }
    .auto-image{
    	display: none;
   
    	width: 70%;


    }
    .auto-image-1{
    	display: none;
    }
    .auto-image-2{
    	display: none;
    }
}