@import url('https://fonts.googleapis.com/css?family=Monda:400,700|Signika:300,400,600,700');
@import url('https://fonts.googleapis.com/css?family=Rokkitt:300,400,500,600,700,800,900');
@import url('https://fonts.googleapis.com/css?family=PT+Serif:400,400i,700,700i&display=swap');
@import url('https://fonts.googleapis.com/css?family=Josefin+Sans:400,400i,600,600i,700,700i&display=swap');
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css">

*{
	margin: 0;
	padding: 0;

}

html{
	scroll-behavior: smooth;
}

body{

	font-family: sans-serif;
	color: #fff;
	background-color: #f8f9fa;
	box-sizing: border-box;
	font-size: 16px;
}
#nav-bar{
	width: 100%;
	z-index: -1000;
	margin-bottom: 0px;
	

}

.menu-mob{
	display: none;
}

nav.menu-bar{
	display: block;
	height: min-content;
	position: sticky;
	top: 50px;
	position: relative;
	
}
.menu-bar img{
	width: 15%;
	height: auto;
	margin: 15px 15px;
	
}

.menu-bar ul{
    list-style-type: none;
    position: absolute;
	margin-top: 30px;
	top: 10px;
	right: 5%;
	font-family: 'Monda', sans-serif;
	float: right;
}

.menu-bar ul li{
	display: inline-block;
	margin-left: 25px;
	font-size: 18px;
	text-decoration: none;
	float: left;
	color: #fff;
	text-align: center;
	z-index: 1000;
	left: 3%;

	


}
.menu-bar  ul li a{
	color: green;
	text-decoration: none;
	font-weight: 700;
	cursor: pointer;
	color: #1A237E;
	padding-left: 10px;
	padding-right: 10px;
	border-bottom: 2px solid #388e3c;
	z-index: 1000;

	


	
}
.plans{
	
}
.plans i{
	padding-left: 5px;
}

.plans:hover .plans-content{
	display: block;
}


.plans-content{
	display: none;	
	position: absolute;
	font-size: 20px;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	padding-top: 30px;
	padding-bottom: 30px;
	text-transform: uppercase;
	height: 500px;
	z-index: 1000;



}
div.plans-content a{
	display: block;
	margin-bottom: 3px;
	font-size: 14px;
	padding-top: 5px;
	cursor: pointer;
	color: #fff;
	background-color: #1A237E;
	border-radius: 1px;
	text-transform: uppercase;
	transition: 0.2s ease-in-out;



}
div.plans-content a:hover{
	font-size: 19px;
	background-size: 20px;
}


/*----------------------------------------banner section--------------------------------------*/

#header {
	height: 100vh;
	width: 100%;
	border-top: 1px solid blue;
	background-image: linear-gradient(to right bottom,
	rgba(26, 35, 126, 0.8),
	rgba(35, 132, 1, 0.8))
	, url(img/2.jpg);
	background-size: cover;
	background-position: center;
	color: #fff;
	clip-path: polygon(0% 4%, 100% 0, 100% 92vh, 0 100%);
	position: relative;
	background-attachment: fixed;
	margin-top: -2.6%;
	
}

.title-box{
          position: absolute;
          top:46%;
          left: 50%;
          transform: translate(-50%,-50%);
          text-transform: uppercase;
          font-family: 'Monda', sans-serif;
          letter-spacing: 1.9px;
          line-height: 3px;
          width: 100%;
          text-align:center;


}

h2.heading-main{
	       display: inline;
	       font-size: 51px;
	       font-weight: 900;
	       text-shadow: -5px 2px 2px  #1A237E;




}

h3.heading-sub{
	display: block;
    font-size: 20px;
    font-weight: 300;
    padding-left: 220px;
    padding-top: 20px;
    text-shadow: -5px 1px 2px  #1A237E;


}

/*...................................why we are differnt...................................*/

#choose-us {
    margin-top: -16.5vh;
	height: 610px;
	width: 100%;
	background-color: #f5f6fa;
	padding-top: 20px;


	
	
	}

} 

div.choose-contant-box{
	width: 100%;
	height: 480px;
	color: #fff;
	text-align: justify center;
	
	
    
}

.choose-contant-box h1{
	font-family: 'Monda' sans-serif;
	font-size: 40px;
	font-weight: 700;
	text-overflow: hidden;
	text-transform: uppercase;
	color: #40739e;
	text-align: center;
	line-height: 1.2em;
	word-spacing: 0.3em;
	padding-top: 10%;

}
.choose-contant-box p{
	text-align: justify;
	color: #1A237E;
	padding: 10px 18px;
	font-family: 'Rokkitt', serif;
	font-size: 21px;
	font-weight: 400px;
	line-height: 1.5em;
	word-spacing: 1px;

}
.choose-contant-box  a{
	position: absolute;
	left: 45%;
	transform: translateX(-50%,-50%);
	border: 1px solid green;
	border-radius: 15px;
	color: #1A237E;
}

.choose-contant-box  a:hover{
           color: white;
}


.btn{
	
	padding-bottom: 50% 5px;
	border: 1px solid pink;
	border-radius: 5px;
	background-color: green;
	transition: 0.5s;
	
    

	}
	
	.btn:hover{
		background-color: blue;
        font-weight:700;
        transform:translateY(-5px);
        color: #ffffff;

  }


  /*------------------- services-------------*/

  #services{

  	width: 100%;
  	background-color: #ffffff;
  	background-image: url(img/services.jpg);
  	background-size: cover;
  	background-repeat: no-repeat;
  	

  }
 div.services-box{
 	height: auto;
 	width: 100%
 	color:white;
 	background-color:#fbfbfb;
 	padding-bottom: 50px;
 	opacity: 0.9;
 	
 }

 .services-box h1{
          text-align: center;
          font-size: 40px;
          font-family: 'Monda', sans-serif;
          font-weight: 400px;
          padding-top: 30px;
          padding-bottom: 40px;
          text-transform:uppercase;
  
 }


 div.services-containt{
 	display: grid;
 	grid-template-columns: 24% 24% 24% 24%;
 	grid-column-gap: 20px;
 	grid-row-gap: 30px;
 	justify-content: center;
 	text-align: center;
 	margin-left: 30px;
 	margin-right: 30px;
 	grid-auto-rows: 100px, auto;


 }

 .services-containt > div{
 	box-shadow: -7px -4px 5px #1A237E;
 	max-height: 900px;
 	background-color: #dfe4ea;

 }

/*----------------------- Brodband service box.......*/
	 .service-1, .service-2,.service-3,.service-4 {
	 	position: relative;
	 	height: 640px;
	 }

	 .service-1 h3{
		text-decoration: none;
	    text-transform: uppercase;
	    text-transform: bold;
		font-size: 21px;
		text-align: center;
		justify-content: center;
		padding-top: 5px;
		padding-bottom: 5px;
		font-family: 'Monda', sans-serif;
	}

	.imgbroadband > img{
		width: 100%;
		height: 200px;
		opacity: 0.9;
		margin-bottom: 10px;
		 

	} 

	.service-1 h4{
		text-decoration: underline;
	    text-transform: uppercase;
	    text-transform: bold;
		font-size: 20px;
		text-align: center;
		justify-content: center;
		padding-top: 5px;
		padding-bottom: 5px;
		font-family: 'Monda', sans-serif;


}
		.service-1 p, .service-2 p,.service-3 p,.service-4 p{
		 font-size:18px;
		 font-family:'Rokkitt', sans-serif;
		 padding: 5px 7px 0px 7px;
		 text-align: justify;	
}

	   .service-1 a{
		display: block;
		width: 100px;
		border:1px solid green;
		border-radius: 15px;
		text-align: center;
		justify-content: center;
	    position: absolute;		
		left: 18%;
		bottom: 5%;
		transform: translate(50%,50%);
		margin-bottom: 5px;
		color: #1A237E;

		
   
}
.btn-a{
	text-decoration: none;

}


/*--------------------- corporate leased line box.......*/


	 .service-2 h3{
		text-decoration: none;
	    text-transform: uppercase;
	    text-transform: bold;
		font-size: 21px;
		text-align: center;
		justify-content: center;
		padding-top: 5px;
		padding-bottom: 5px;
		font-family: 'Monda', sans-serif;

	}

	.corporateimg > img{
		width: 100%;
		height: 200px;
		opacity: 0.9;
		margin-bottom: 10px;
		 

	} 

	.service-2 h4{
		text-decoration: underline;
	    text-transform: uppercase;
	    text-transform: bold;
		font-size: 20px;
		text-align: center;
		justify-content: center;
		padding-top: 5px;
		padding-bottom: 5px;
		font-family: 'Monda', sans-serif;

}
		

	   .service-2 a{
		display: block;
		width: 100px;
		border:1px solid green;
		border-radius: 15px;
		text-align: center;
		justify-content: center;
	    position: absolute;		
		left: 18%;
		bottom: 5%;
		transform: translate(50%,50%);
		margin-bottom: 5px;
		color: #1A237E;
   
}

/*---------------complete wifi box.......*/


	 .service-3 h3{
		text-decoration: none;
	    text-transform: uppercase;
	    text-transform: bold;
		font-size: 21px;
		text-align: center;
		justify-content: center;
		padding-top: 5px;
		padding-bottom: 5px;
		font-family: 'Monda', sans-serif;
	}

	.wifiimg > img{
		width: 100%;
		height: 200px;
		opacity: 0.9;
		margin-bottom: 10px;
		 

	} 

	.service-3 h4{
		text-decoration: underline;
	    text-transform: uppercase;
	    text-transform: bold;
		font-size: 20px;
		text-align: center;
		justify-content: center;
		padding-top: 5px;
		padding-bottom: 5px;
		font-family: 'Monda', sans-serif;


}
		

	   .service-3 a{
		display: block;
		width: 100px;
		border:1px solid green;
		border-radius: 15px;
		text-align: center;
		justify-content: center;
	    position: absolute;		
		left: 18%;
		bottom: 5%;
		transform: translate(50%,50%);
		margin-bottom: 5px;
		color: #1A237E;
   
}

/*----------------------- Network solution box------------------------------*/


	 .service-4 h3{
		text-decoration: none;
	    text-transform: uppercase;
	    text-transform: bold;
		font-size: 21px;
		text-align: center;
		justify-content: center;
		padding-top: 5px;
		padding-bottom: 5px;
		font-family: 'Monda', sans-serif;
	}

	.network > img{
		width: 100%;
		height: 200px;
		opacity: 0.9;
		margin-bottom: 10px;
		 

	} 

	.service-4 h4{
		text-decoration: underline;
	    text-transform: uppercase;
	    text-transform: bold;
		font-size: 20px;
		text-align: center;
		justify-content: center;
		padding-top: 5px;
		padding-bottom: 5px;
		font-family: 'Monda', sans-serif;


}
		
	   .service-4 a{
		display: block;
		width: 100px;
		border:1px solid green;
		border-radius: 15px;
		text-align: center;
		justify-content: center;
	    position: absolute;		
		left: 18%;
		bottom: 5%;
		transform: translate(50%,50%);
		margin-bottom: 5px;
		color: #1A237E;
   
}

.service-1 a:hover, .service-2 a:hover, .service-3 a:hover, .service-4 a:hover{
	text-decoration: none;
	background-color: darkblue;
	color: #fff;
}

/*------------------About us------------------------*/

#about-us{
	width: 100%;
	background-color:#f8f9fa;
	color: #004085;
	height: 400px;
}

.aboutus-box{
	margin-top: 50px
	height: 400px;
	width: 100%;
	

}


.aboutus-box h1{
 
 font-family: 'Monda', sans-serif;
 font-size: 40px;
 font-weight: 700;
 color: #0c5460;
 text-align: center;
 justify-content: center;
 padding: 25px;
 text-transform: uppercase;


}

.aboutus-box p{
         font-size: 25px;
         font-weight: 400;
         padding: 0px 25px 25px 25px;
         text-align: justify;
         font-family: 'Rokkitt', serif;
         color: #000;

}
.aboutus-box  a{
	position: absolute;
	left: 45%;
	transform: translateX(-50%,-50%);
	border: 1px solid green;
	border-radius: 15px;
	color: #273c75;
}

.aboutus-box  a:hover{
           color: white;
}


.btn{
	
	padding-bottom: 50% 5px;
	border: 1px solid pink;
	border-radius: 5px;
	background-color: green;
	transition: 0.5s;
	
    

	}

/*-----------------------------Contact us---------------------------*/

#contact-us{

	width: 100%;
	height: auto;
	text-align: center;
	color:#fff;


}

.contact-form{
	width: 100%;
	height: min-content;
	padding-bottom: 40px;
	background-image:linear-gradient(to left, 
	rgba(35, 121, 1, 0.7),
	rgba(26, 35, 126, 0.7)), 
	url(img/airtech3.jpg);
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	background-repeat: no-repeat;
}

.contact-form h1{
     font-family: 'Monda', sans-serif;
     font-size: 40px;
     font-weight: 700;
     text-align: center;
     justify-content: center;
     padding-top: 10px;
     text-transform: uppercase;
     padding-top: 40px;


}

.contact-form h5{
     font-family: 'Monda', sans-serif;
     font-size: 20px;
     line-height: 30px;
     font-weight: 700;
     text-align: center;
     justify-content: center;
     padding: 10px 15px 0px 15px;
     text-transform: uppercase;
     text-align: center;
     word-spacing: 4px;


}

div.submit-form{
	margin: auto;
	width: 45%;
	height:80%;
	position: relative;
	
}

div.g-recaptcha{
	 position: absolute;
          top:85%;
          left: 50%;
          transform: translate(-50%,-50%);
          padding-bottom: 8%;
         
}

form {
	border: none;
	width: 100%;
	font-color:#fff;
	border:none;
    outline:none;	
    font-weight: 400px;
    color: #fff;
    background: none;
    outline: none;



}
input{
	overflow: auto;
	background: none;
	outline: none;
	background: transparent;
	width: 100% ;
	height: 60px;
	outline-color: none;
	border: none;
	border-bottom: 1px solid #237901;
	color: #fff;
	padding-left: 10px;

}
::placeholder{
	color: #a5b1c2;
	padding-left: 20px;

}

.contact-form textarea{
	background: transparent;
	width: 100%;
	font-color:#fff;
	border:none;
    outline:none;	
    border-bottom: 1px solid #237901;
    font-weight: 400px;
    color: #fff;
    margin-top: 10px;
}

.contact-form button{
	margin-top: 20%;
	padding: 8px;
	background-color: #1A237E;
	border-radius: 15px;
	color: #fff;
	transition: 0.2s ease;
	cursor: pointer;
}

.contact-form button:hover{
	background-color: #237901;
	border-radius: 15px;
	color: #fff;
	transform: translateY(-5px);

	}

	div.contact{
	width: 100%;
	height: min-content;
	background-image: linear-gradient(to left,
    rgba(213, 0, 0, 0.7), 
    rgba(26, 35, 126, 0.9));
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	display: grid;
	grid-template-columns: 50% 50%;
	position: relative;

}

	.contact-details{
		background-color: transparent;
		width: 100%;
		height: 500px;
		margin-top: 10px;
		margin-left: 90px;
	    line-height: 30px;
	    
}
.address-details{
	font-family: 'Monda', sans-serif;
	text-transform: uppercase;
	width: 40%;
	clear: both;
}

.contact-details h4{
	line-height: 30px;
	word-spacing: 5px;
}
.contact-details p{
	text-transform: lowercase;
}
div.map{
    position: absolute;
    left: 70%;
    top: 50%;
    transform: translate(-50%,-50%);

}
div.mob-map{
	display: none;
}

/*-------------------------------Footer Header-------------------------------*/
.footer-header{
	width: 100%;
	height: 130px;
	background-color: #f4f4f4f4;
	color: #000;
	font-weight: 400px;
	text-align: center;

}

.footer-address{
	text-align: center;
	background-color: transparent;
	padding-top: 15px;
	font-family: 'Monda', sans-serif;

}


.footer-address h4{
	font-size: 24px;
	

}
.footer-header img{
	width: 10%;
	height: auto;
}
.digital{
	float: right;
	padding-right: 15px;
	padding-bottom: 5px;
}
.swatch{
	float: left;
	padding-left: 15px;
}

/*---------------------Footer Section--------------------------*/
.footer{
	background-image: linear-gradient(rgba(26, 35, 126, 1), rgba(1, 107, 116, 1));
	clear: both;
    text-align: center;
    color:#fff;
    padding-bottom: 0px;
    margin-bottom: 0px;

}


}


/*------------------------Medial---------------
*/

@media (min-width: 910px) and (max-width: 1100px){

.menu-bar ul {
    position: absolute;
    list-style-type: none;
    width: 85%;
    margin-top: 25px;
    top: 10px;
    left: 15%;
    font-family: 'Monda', sans-serif;
}
.menu-bar ul li {
    display: inline-block;
    margin-left: 25px;
    font-size: 15px;
    text-decoration: none;
    float: left;
    color: #fff;
    text-align: center;
    z-index: 1000;
}
#header {
    height: 104vh;
    width: 100%;
    border-top: 1px solid blue;
    background-image: linear-gradient(to right bottom,
 rgba(1, 47, 145, 0.8),
 rgba(35, 132, 1, 0.7))
 , url(img/2.jpg);
    background-size: cover;
    background-position: center;
    color: #fff;
    clip-path: polygon(0% 5%, 100% 0, 100% 96vh, 0 100%);
    position: relative;
    background-attachment: fixed;
    margin-top:0.3%;
}
#choose-us {
    margin-top: -16.5vh;
    height: 720px;
    width: 100%;
    background-color: #f5f6fa;
    padding-top: 20px;
}

.choose-contant-box h1 {
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
    color: #40739e;
    text-align: center;
    line-height: 1.2em;
    word-spacing: 0.3em;
    padding-top: 200px;
}

div.services-containt {
    display: grid;
    grid-template-columns: 40% 40%;
    grid-column-gap: 20px;
    grid-row-gap: 30px;
    justify-content: center;
    text-align: center;
    margin-left: 30px;
    margin-right: 30px;

}

#about-us {
    width: 100%;
    background-color: #f8f9fa;
    color: #004085;
    height: 500px;
}
.address-details {
    font-family: 'Monda', sans-serif;
    text-transform: uppercase;
    width: 50%;
    clear: both;
}


}



@media (min-width: 685px) and (max-width: 1220px){
	.menu-bar ul {
    position: absolute;
    list-style-type: none;
    margin-top: 30px;
    top: 10px;
    font-family: 'Monda', sans-serif;
}

.menu-bar ul li {
    display: inline-block;
    margin-left: 2px;
    text-decoration: none;
    font-size: 0.7em;
    float: left;
    color: #fff;
    text-align: center;
    z-index: 1000;
    }
    #header {
    height: 100vh;
    width: 100%;
    border-top: 1px solid blue;
    background-image: linear-gradient(to right bottom,
 rgba(1, 47, 145, 0.8),
 rgba(35, 132, 1, 0.7))
 , url(img/2.jpg);
    background-size: cover;
    background-position: center;
    color: #fff;
    clip-path: polygon(0% 7%, 100% 0, 100% 96vh, 0 100%);
    position: relative;
    background-attachment: fixed;
    margin-top:0.3%;
}
    #choose-us {
    margin-top: -12.5vh;
    height: min-content;
    width: 100%;
    background-color: #f5f6fa;
    padding-bottom: 6%;

}


.choose-contant-box h1 {
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
    color: #40739e;
    text-align: center;
    line-height: 1.2em;
    word-spacing: 0.3em;
    padding-top: 140px;

}
div.services-containt {
    display: grid;
    grid-template-columns: 45% 45%;
    grid-column-gap: 20px;
    grid-row-gap: 30px;
    justify-content: center;
    text-align: center;
    margin-left: 30px;
    margin-right: 30px;
}
#about-us {
    width: 100%;
    background-color: #f8f9fa;
    color: #004085;
    height: 550px;
}

iframe{
	width: 450px;
}
.contact-details {
    background-color: transparent;
    width: 100%;
    height: 500px;
    margin-top: 10px;
    margin-left: 50px;
    line-height: 30px;
}
.address-details {
    font-family: 'Monda', sans-serif;
    text-transform: uppercase;
    width: 50%;
    clear: both;
}
}


@media (min-width: 400px) and (max-width: 680px) {
	
body{
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
}

#nav-bar{
	z-index: -1;
}
div.menu-bar{
	display: none;
}

#nav-bar{
	width: 100%;
}


.menu-mob{
	width: 100%;
	display: block;
	position: sticky;
	top: 30px;
	}

	.menu-mob img{
		width: 30%;
		height: auto;
		margin-left: 18px;
		margin-top: 16px;

	}

.menu-mob ul{

	float: right;
	text-align: center;
	text-decoration: none;
	list-style-type: none;
	margin-top: 30px;
	display: none;




}
.menu-mob ul li{
	padding: 5px 20px 5px 10px;
	cursor: pointer;
	font-size: 16px;
	border-radius: 8px;
	background-color: #1A237E;
	margin-bottom: 15px;
	text-align: center;


}
.menu-mob ul li a{
	text-decoration: none;
	cursor: pointer;
	color: #fff;
}

.menu-btn{
	width: 10%;
	position: absolute;
	right: 25px;
	top:10px; 
}

.fa-bars,
.fa-times{
	cursor: pointer;
	color: #1A237E;
	transition: 0.1s ease-in-out ;


}

.menu-mob ul.active{
	display: block;
	margin-top: 80px;

}

.plan{
	
}
.plan i{
	color: #fff;
	padding-right: 8px;
}

.mob-plan-content{
	display: none;
	padding-top: 10px;


}
.mob-plan-content a{
	display: block;
	color: green;
	text-decoration: none;
	font-weight: 400;
	cursor: pointer;
	color: #0404B4;
	padding-left: 2px;
	padding-right: 2px;
    margin-top: 20px;
    border-bottom: 1px solid green;
    text-transform: uppercase;
}

.plan:hover .mob-plan-content{
	display: block;
}



#header {
	height: 92vh;
	width: 100%;
	background-image: linear-gradient(to right bottom,
	rgba(1, 47, 131, 0.8),
	rgba(35, 121, 1, 0.8))
	, url(img/2.jpg);
	background-attachment: fixed;
	z-index: -1;
	clip-path: polygon(0% 10%, 100% 0%, 100% 100%, 0 100%);
	margin-top:0.3%;
	}


 h2.heading-main{
	       display: inline;
	       font-size: 30px;
	       font-weight: 900;
	       } 

	h3.heading-sub{
    font-size: 10px;
    font-weight: 300;
    padding-left: 97px;
    padding-top: 10px;
}

#choose-us {
	height: min-content;
	width: 100%;
	background-color: #f5f6fa;
	padding-bottom: 40px;
	margin-top: 0px;
	padding-top: 15px;
	


} 

div.choose-contant-box{
	width: 100%;
	height: min-content;
	color: #fff;
	margin-top: 0px;
	text-align: justify center;
	padding-bottom: 80px;
	
    
}

.choose-contant-box h1{
	font-family: 'Monda', sans-serif;
	font-size: 25px;
	font-weight: 700;
	text-overflow: hidden;
	text-transform: uppercase;
	color: #40739e;
	text-align: center;
	line-height: 1.2em;
	word-spacing: 0.3em;
	padding-top: 3px;

}
.choose-contant-box p{
	text-align: justify;
	color: navy;
	padding: 10px 25px;
	font-family: 'Rokkitt', serif;
	font-size: 20px;
	font-weight: 400px;
	line-height: 1.5em;
	word-spacing: 0.3em;

}
.choose-contant-box  a{
	position: absolute;
	left: 35%;
	transform: translateX(50%,50%);
	border: 1px solid green;
	border-radius: 15px;
	color: #273c75;
	margin-top: 30px;
}

div.services-containt{
 	display: grid;
 	grid-template-columns: 95%;
 	grid-row-gap: 18px;
 	grid-column-gap: 10px;
 	justify-content: center;
 	text-align: center;
 	margin-left: 30px;
 	margin-right: 30px;
 	grid-auto-rows: 100px, auto;


 }
  div.services-box{
 	height: min-content;
 	width: 100%
 	color:white;
 	background-color:#fbfbfb;
 	
 }

 .service-1 a, .service-2 a, .service-3 a, .service-4 a{
		display: block;
		width: 100px;
		border:1px solid green;
		border-radius: 15px;
		text-align: center;
		justify-content: center;
	    position: absolute;		
		left: 18%;
		bottom: 5%;
		transform: translate(50%,50%);
		margin-bottom: 5px;
		color: blue;

}

 #about-us{
	width: 100%;
	background-color: lightyellow;
	color: green;
	height: min-content;
	padding-bottom: 30px;
}
.aboutus-box {
	height: min-content;
	padding-bottom: 30px;
}

.aboutus-box h1{
	font-size: 30px;
	font-family: 'Monda',sans-serif;
}
.aboutus-box  a{
	position: absolute;
	left: 35%;
	transform: translateX(50%,50%);
	border: 1px solid green;
	border-radius: 15px;
	color: #273c75;
	margin-top: 5px;
}

.tax{
	position: absolute;
	top:80%;
	left: 30%;
	transform: translate(-50%,-50%);
}


div.submit-form{
	margin-top: 40px;
	width: min-content;
	height:min-content;
	position: relative;
	left: 1%;
	transform:translateX(50%,50%);
}




.contact-form{
	width: 100%;
	height: 980px;
	padding-bottom: 10px;
}

div.g-recaptcha{
	 position: absolute;
          top:115%;

      
          
 }
.contact-form button {
top: 115%;
left: 33%;
position: absolute;


}

div.contact {
    width: 100%;
    height: 900px;
    background-image: linear-gradient(to left,
    rgba(35, 121, 1, 0.7),
	rgba(26, 35, 126, 0.7));
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    position: relative;
    

}
.contact-details {
    background-color: transparent;
    width: 100%;
    margin-top: 10px;
   
   
}
div.address-details{
	position: absolute;
	width: 95%;
	left: 8px;
	float: none;
	

}
.contact-details h4{
	font-size: 25px;
	text-align: center;
}
.contact-details p{
	font-size: 20px;
}
input.form-control{
	width: 100%;

}
textarea.form-control{
	width: 100%;
}
.contact-form textarea{
	width: 400px;
}

div.map{
	display: none;
    position: absolute;
    width: 100%;
    top: 75%;
    transform: translate(-50%,-50%);
   
}
div.mob-map{
	display: block;
	position: absolute;
    width: 100%;
    left: 50%;
    top: 75%;
    transform: translate(-50%,-50%);
}
div.mob-map p iframe{
	width: 400px;
}

}

@media  (max-width: 399px) {
body{
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
}

div.menu-bar{
	display: none;
}

#nav-bar{
	width: 100%;
}


.menu-mob{
	width: 100%;
	display: block;
	position: sticky;
	top: 30px;
	}

	.menu-mob img{
		width: 30%;
		height: auto;
		margin-left: 18px;
		margin-top: 12px;

	}

.menu-mob ul{

	float: right;
	text-align: center;
	text-decoration: none;
	list-style-type: none;
	margin-top: 30px;
	display: none;



}
.menu-mob ul li{
	padding: 5px 20px 5px 10px;
	cursor: pointer;
	font-size: 16px;
	border-radius: 15px;
	background-color: #1A237E;
	margin-bottom: 15px;
	text-align: center;

}
.menu-mob ul li a{
	text-decoration: none;
	cursor: pointer;
	color: #fff;
}

.menu-btn{
	position: absolute;
	right: 50px;
	top:10px;
}

.fa-bars,
.fa-times{
	position: absolute;
	cursor: pointer;
	color: #1A237E;
}

.menu-mob ul.active{
	display: block;
	margin-top: 80px;
}


.plan{
	
}
.plan i{
	color: #fff;
	padding-right: 8px;
}

.mob-plan-content{
	display: none;
	padding-top: 10px;

}
.mob-plan-content a{
	display: block;
	color: green;
	text-decoration: none;
	font-weight: 700;
	cursor: pointer;
	color: #0404B4;
	padding-left: 10px;
	padding-right: 10px;
    margin-top: 15px;
    border-bottom-color: 1px solid green;
    text-transform: uppercase;
}

.plan:hover .mob-plan-content{
	display: block;
}




#header {
	height: 89.5vh;
	width: 100%;
	background-image: linear-gradient(to right bottom,
	rgba(1, 47, 131, 0.8),
	rgba(35, 121, 1, 0.8))
	, url(img/2.jpg);
	background-attachment: fixed;
	z-index: -1;
	margin-top: -13px;
	clip-path: polygon(0% 10%, 100% 0%, 100% 100%, 0 100%);
	}


 h2.heading-main{
	       display: inline;
	       font-size: 20px;
	       font-weight: 900;
	       } 

	h3.heading-sub{
    font-size: 9px;
    font-weight: 300;
    padding-left: 25px;
    padding-top: 15px;
}

#choose-us {
	height: min-content;
	width: 100%;
	background-color: #f5f6fa;
	padding-top: 2px;
	padding-bottom: 40px;
	margin-top: -10px;
	


} 

div.choose-contant-box{
	width: 100%;
	height: min-content;
	color: #fff;
	margin-top: 0px;
	text-align: justify center;
	padding-bottom: 80px;
	
    
}

.choose-contant-box h1{
	font-family: 'Monda', sans-serif;
	font-size: 20px;
	font-weight: 700;
	text-overflow: hidden;
	text-transform: uppercase;
	color: #40739e;
	text-align: center;
	line-height: 1.2em;
	word-spacing: 0.3em;
	padding-top: 13px;

}
.choose-contant-box p{
	text-align: justify;
	color: navy;
	padding: 10px 25px;
	font-family: 'Rokkitt', serif;
	font-size: 20px;
	font-weight: 400px;
	line-height: 1.5em;
	word-spacing: 1px;

}
.choose-contant-box  a{
	position: absolute;
	left: 35%;
	transform: translateX(50%,50%);
	border: 1px solid green;
	border-radius: 15px;
	color: #273c75;
	margin-top: 30px;
}

div.services-containt{
 	display: grid;
 	grid-template-columns: 98%;
 	grid-row-gap: 18px;
 	grid-column-gap: 10px;
 	justify-content: center;
 	text-align: center;
 	margin-left: 30px;
 	margin-right: 30px;
 	grid-auto-rows: 100px, auto;

 }

 div.services-containt > div{
 	height: 700px;

 }
  div.services-box{
 	height: 2900;
 	width: 100%
 	color:white;
 	background-color:#fbfbfb;
 	
 }

 .service-1 a, .service-2 a, .service-3 a, .service-4 a{
		display: block;
		width: 100px;
		border:1px solid green;
		border-radius: 15px;
		text-align: center;
		justify-content: center;
	    position: absolute;		
		left: 15%;
		bottom: 5%;
		transform: translate(50%,50%);
		margin-bottom: 5px;
		color: blue;

}

 #about-us{
	width: 100%;
	background-color: lightyellow;
	color: green;
	height: min-content;
	padding-bottom: 30px;
}
.aboutus-box {
	height: min-content;
	padding-bottom: 30px;
}

.aboutus-box h1{
	font-size: 30px;
	font-family: 'Monda',sans-serif;
}
.aboutus-box  a{
	position: absolute;
	left: 35%;
	transform: translateX(50%,50%);
	border: 1px solid green;
	border-radius: 15px;
	color: #273c75;
	margin-top: 2px;
}
div.contact-form{
	height: 900px;
}


.contact-form h1 {
	font-size: 31px;
	text-align: center;
}

.contact-form h5 {
	font-size: 13px;
	text-align: justify;
}

div.submit-form{
	margin-top: 40px;
	width: 95%;
	height:min-content;
	position: relative;
	left: 1%;
	transform:translateX(50%,50%);
	margin: auto;
	padding-bottom: 7%;
}
.contact{
	padding-top: 10%;

}
form#contact-form{
	left: 1px;
	position:relative;

}
.contact-form{
	height: min-content;
	padding-bottom: 90px;
}
input.form-control{
	width: 100%;


}
textarea.form-control{
	width: 100%;
}
.contact-form textarea{
	width: 96%;
}

.contact-form button {
top: 110%;
left: 30%;
position: absolute;

}
div.g-recaptcha{
	 position: absolute;
          top:115%;
         
}

div.contact {
    width: 100%;
    height: 900px;
    background-image: linear-gradient(to left,
    rgba(213, 0, 0, 0.7), 
    rgba(26, 35, 126, 0.9));
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    position: relative;
}
.contact-details {
    background-color: transparent;
    width: 100%;
    margin-top: 10px;
    
}
div.address-details{
	position: absolute;
	width: 100%;
	left: 1px;
	

}
.contact-details h4{
	font-size: 20px;
	text-align: center;
}
.contact-details p{
	font-size: 15px;
}


div.map{
	display: none;

   
}
div.mob-map{
    display: block;
	position: absolute;
    width: 100%;
    left: 50%;
    top: 75%;
    transform: translate(-50%,-50%);
}
div.mob-map p iframe{
	width: 98%;
}
.footer-header{
	width: 100%;
	height: 120px;
	}
.footer-address h4{
	font-size: 18px;
}

.footer p{
	font-size: 11px;
}

}

@media (max-width: 321px){
	.contact-form button {
     top: 100%;
     left: 30%;
     position: absolute;


}

.choose-contant-box h1 {
    font-family: 'Monda', sans-serif;
    font-size: 18px;
    font-weight: 700;
    text-overflow: hidden;
    text-transform: uppercase;
    color: #40739e;
    text-align: center;
    line-height: 1.2em;
    word-spacing: 0.3em;
    padding-top: 13px;

	
}

}


/*=======================================================Service Page========================================*/

.service-page{
	width: 100%;
	height: min-content;
	text-align: justify;
	font-family: 'Josefin', sans-serif;
	background-image: linear-gradient(to top,
	rgba(35, 121, 1, 0.3),
	rgba(123, 1, 131, 0.3));
	font-size: 18px;
	padding-bottom: 20px;

}
.service-page-con{
	margin-top: 25px;
	width: 90%;
	margin: auto;
	text-align: justify;
	margin-top: 0px;
}



.service-page-con h3{
	text-align: center;
	font-family: 'Monda', sans-serif;
	font-size: 35px;
	padding-top: 25px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	text-shadow: -3px 1px 2px gray;
}

.service-page-con p{
	font-family: 'Rokkitt', sans-serif;
	font-size: 20px;
}

.services-bottom {
	width: 	100%;
	margin: auto;	
	background-image: linear-gradient(to bottom,
	rgba(1, 47, 131, 0.4),
	rgba(1, 107, 116, 0.5));

}

.service-bottomLine{
	width: 80%;
	margin: auto;
	height: min-content;
	padding-bottom: 20px;
	position: relative;


}

.service-bottomLine h5{
	font-family: 'Monda', sans-serif;
	font-weight: bold;;
	font-size: 28px;
    text-decoration: underline;
    color: #fff;
    text-shadow: -4px 1px 2px gray;
    text-align: center;
    padding-top: 20px;
    

}

.service-bottomLine ul{
	padding-top: 20px;
	font-family: 'Rokkitt',sans-serif;
	font-size: 20px;
	

}

.service-bottomLine ul li{
	list-style-type: square;
	color: #000;
	

}




}
/*------------------------------------Media Quiry--------------------------------*/


/*==============================================Packages=========================================*/

#package{
    width:100%;
    height:100vh;

}




.package-box{
	width: 100%;
	height: auto;
	background-color: #f4f4f4;
	margin-top: 33px;
	text-align: center;
}

div.tax{
	position: absolute;
	left: 82%;
	top:25%;
	transform: translate(-50%,50%);
}
.package-box h4{
	padding-top: 20px;
	font-family: 'Monda',sans-serif;
	font-weight: bold;
	font-size: 32px;
	color: #d50000;
	text-transform: uppercase;
	text-shadow: -1px 1px 1px #1A237E;

}

.package-box span{
	font-size: 20px;
}




.package-content{
	width: 90%;
	margin: auto;
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	grid-gap: 20px;
	margin-top: 35px;
	padding-bottom: 10px;
    text-align: center;
    

	
	
}

.package-content > div{
	background-color: #fff;
	padding-bottom: 8px;


}



.ftth > div{
	background-color: #1A237E;
	width: 100%;
	height: min-content;
	box-shadow: -0px 3px 4px lightblue;
	text-align: center;
	color: #fff;
	margin-bottom: 10px;
	text-align: center;
	text-shadow: -1px 1px 1px #8d6e63;
	text-decoration: none;

}
.ftth > div span{
	color: #fff;
	padding-top: 5px;

}
.ftth span{
	font-weight: bold;;
	font-family: 'Monda', sans-serif;
	color: #000;
	border-bottom: 1px solid #1A237E;
	padding-top: 10px;
	display: block;


}
.ftth-btn{
	
	border: 1px solid yellowgreen;
	border-radius: 10px;
	background-color: #1A237E;
	color: #fff;
	padding: 5px;
	text-decoration: none;

}

.ftth a{
	color: #fff;
	text-decoration: none;
	margin-top: 50px;
	display: block;
	font-weight: 600;
	transition: 0.2s ease-in-out;
}

.ftth a:hover{
	background-color: darkblue;
	text-decoration: none;
	color: #fff;
}
/*---------------------------------------Media Quiry-----------------------------*/

@media (max-width: 480px){

.package-content{
	width: 80%;
	margin: auto;
	grid-template-columns: 1fr;
}

.package-box h4{
	font-size: 20px;
	padding-bottom: 10px;
}

.package-box span{
	font-size: 15px;
}
div.tax{
	position: absolute;
	left: 28%;
	top:16%;
	transform: translate(-50%,50%);
}

}

@media (min-width: 690px) and (max-width: 900px){
	.package-content {
    width: 90%;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 20px;
    margin-top: 35px;
    padding-bottom: 10px;
    text-align: center;
}
.ftth > div {
    background-color: green;
    width: 100%;
    height: min-content;
    box-shadow: 0px 3px 4px lightblue;
    text-align: center;
    color: #fff;
    margin-bottom: 9px;
    text-align: center;
    text-shadow: -2px 1px 2px blue;
    text-decoration: none;
}


}

/*==============================================About Us=============================*/

#aboutUs{
	width: 100%;
	height: min-content;
	margin-top: 0px;
	

}
.about-box{
	width: 100%;
	height: min-content;
	background-image: linear-gradient(to bottom,
		    rgba(26, 35, 126,0.3),
		    rgba(56, 103, 214,0.4));


}
.about-content{
	width: 90%;
	margin: auto;
	height: min-content;
	font-family: 'Rokkitt',sans-serif;
	text-align: justify;
	padding-bottom: 20px;
	
}
.about-content >h4{
	padding-top: 23px;
	text-align: center;
	font-family: 'Monda',sans-serif;
	text-transform: uppercase;
	color: #fff;
	text-shadow: -3px 1px 1px gray;
	font-size: 33px;
	font-weight: bold;

}


.about-content > h5{
	font-size: 24px;
	padding-top: 2px;
	text-align: center;
	color: #fff;
	text-shadow: -2px 1px 1px gray;

}
.about-content p{
	color: #000;
	font-size: 19px;
}

/*---------------------------------------------------------------*/

header{
	width: 100%;
	height: 90vh;
	
}

.bg{
	width: 100%;
	height: 90vh;
	background-image: linear-gradient(rgba(255, 56, 56,0.3),rgba(1, 163, 164,0.5)), url(img/pic1.gif); 
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	justify-content: center;
	align-items: center;

	}

.bg .offer-header{
	position: absolute;
	top: 25%;
	font-family: roboto;
	color: #fff;
}

.bg .offer-header h3{
	font-size: 35px;
}


	.offer-content-box{
		width: 100%;
		height: 80%;
		display: flex;
		margin: 5% 0 0 0;
}

.offer-content-box .offer-box{
	position: relative;
	width: 25%;
	height: 90%;
	margin: 15px auto;
	box-sizing: border-box;
}


.offer-content-box .offer-box .imgbox{
	position: relative;
	width: 100%;
	overflow: hidden;
	height:55%;


}

.offer-content-box .offer-box .imgbox img{
	width: 100%;
	transition: transform 2s;
	background-size: cover;
	height: 100%;
}
.offer-content-box .offer-box:hover .imgbox img{
	transform: scale(1.2);
}

.offer-content-box .offer-box .box-content{
	position: relative;
	width: 100%;
	height: min-content;
	overflow: hidden;
	text-align: center;
	padding: 8px;
	background: rgba(109, 33, 79,0.9);
	height: 38%;
}
.offer-content-box .offer-box .box-content h1{
	font-family: roboto;
	color: #fff;
	text-transform: capitalize;

}

.offer-content-box .offer-box .offer-content{
	position: absolute;
	box-sizing: border-box;
	top: 1px;
	bottom: 1px;
	background-color: rgba(53, 59, 72,1.0);
    transform: scaleY(0);
    transition: transform 0.2s;
    width: 100%;
    height: 95%;
}

.offer-content-box .offer-box:hover .offer-content{
	transform: scaleY(1);
}

.offer-content-box .offer-box .offer-content .content{
	text-transform: capitalize;
	text-align: center;
	padding: 8px 5px 5px 5px;

}  

.offer-content-box .offer-box .offer-content .content h4{

font-size: 26px;
font-weight: bold;
text-shadow: 1px 1px 1px rgba(245, 59, 87,1.0);
margin: 0;
padding: 0;
color: #fff;
}

.bg h6{
	position: absolute;
	color: #fff;
	font-size: 7px;
    right: 5px;
}

/*---------------------------main page offer highlight---------------------------*/

#header .highlight{
	position: absolute;
	top: 12%;
	width: 90%;
	margin: auto;
	height: 10%;
	text-decoration: none;
	background: transparent;


}
#header .highlight a{
	text-decoration: none;
	font-size: 9px;
	font-weight: bold;
	color: #fff;
	background-color: #ff01;
	cursor: pointer;
}
@media (max-width: 680px) and (min-width: 400px)
{
header{
	width: 100%;
	height: auto;
	
}

.bg{
	width: 100%;
	height: auto;
	background-image: linear-gradient(rgba(255, 56, 56,0.3),rgba(1, 163, 164,0.5)), url(img/pic1.gif); 
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	justify-content: center;
	align-items: center;

	}

.bg .offer-header{
	position: absolute;
	top: 17%;
	font-family: roboto;
	color: #fff;
}

.bg .offer-header h3{
	font-size: 30px;
}



.offer-content-box{
		width: 100%;
		height: 90;
		display: grid;
		margin: 23% 0 0 0;
		
}

.offer-content-box .offer-box{
	position: relative;
	width: 70%;
	height: auto;
	margin: 15px auto;
	box-sizing: border-box;
	flex-wrap: nowrap;
}

.offer-content-box .offer-box .offer-content{
	position: absolute;
	box-sizing: border-box;
	top: 1px;
	bottom: 1px;
	background-color: rgba(53, 59, 72,1.0);
    transform: scaleY(0);
    transition: transform 0.2s;
    width: 100%;
    height: auto;
}

}

@media (max-width: 399px){

header{
	width: 100%;
	height: auto;
	
}

.bg{
	width: 100%;
	height: auto;
	background-image: linear-gradient(rgba(255, 56, 56,0.3),rgba(1, 163, 164,0.5)), url(img/pic1.gif); 
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	justify-content: center;
	align-items: center;

	}

.bg .offer-header{
	position: absolute;
	top: 12%;
	font-family: roboto;
	color: #fff;
}

.bg .offer-header h3{
	font-size: 25px;
}



.offer-content-box{
		width: 100%;
		height: 90;
		display: grid;
		margin: 19% 0 0 0;
		
}

.offer-content-box .offer-box{
	position: relative;
	width: 70%;
	height: auto;
	margin: 15px auto;
	box-sizing: border-box;
	flex-wrap: nowrap;
}

.offer-content-box .offer-box .offer-content{
	position: absolute;
	box-sizing: border-box;
	top: 1px;
	bottom: 1px;
	background-color: rgba(53, 59, 72,1.0);
    transform: scaleY(0);
    transition: transform 0.2s;
    width: 100%;
    height: auto;
}



}

@media (min-width: 685px) and (max-width: 1220px){

header{
	width: 100%;
	height: auto;
	
}

.bg{
	width: 100%;
	height: auto;
	background-image: linear-gradient(rgba(255, 56, 56,0.3),rgba(1, 163, 164,0.5)), url(img/pic1.gif); 
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	justify-content: center;
	align-items: center;

	}

.bg .offer-header{
	position: absolute;
	top: 17%;
	font-family: roboto;
	color: #fff;
}

.bg .offer-header h3{
	font-size: 30px;
}



.offer-content-box{
		width: 100%;
		height: 90;
		display: flex;
		margin: 23% 0 0 0;
		flex-wrap: wrap;
}

.offer-content-box .offer-box{
	position: relative;
	width: 70%;
	height: auto;
	margin: 15px auto;
	box-sizing: border-box;
	flex-wrap: nowrap;
}

.offer-content-box .offer-box .offer-content{
	position: absolute;
	box-sizing: border-box;
	top: 1px;
	bottom: 1px;
	background-color: rgba(53, 59, 72,1.0);
    transform: scaleY(0);
    transition: transform 0.2s;
    width: 100%;
    height: auto;
}
}

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


	
}

}