@charset "UTF-8";


html {
  height: 100%;

}

body  {
 
 background-image: url("../assets/img/mainBG.jpg");
 background-position: center;
 background-repeat: no-repeat;
 background-size: cover;
 z-index: 0;
}


body:before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;	 
  background-color: rgba(0, 0, 0,0.5) ;

}



.main{
  position: relative;
  width: 100%;
  overflow: hidden;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1%;

	
}
.main:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.topAddress{
	/*background-color: aqua;*/
	width: 100%;
	color:rgba(0,194,244,1.00);
	position: relative;
	text-decoration: none;
}

.topAddressItem{
	
	text-align: center;
	/*background-color: aliceblue;*/
	font-size: 1em;
	font-weight: 500;
    padding: 16px;
	text-decoration: none;
} 




.rightAlign{text-align: right;}

.myNavBar{
	padding: 0px;
	height:auto;
	z-index: 9999;
	
}

.myBar{
	margin-left: auto;
	margin-right: auto;
	width:70%;
	
}

.myNavItemSm{
	display: none;
}

.myNavItemLg{
	display:none;
}

@media screen and (min-width: 500px){
	
	.myNavItemSm{display:none;}
	.myNavItemLg{display:block;
}
}
.myNavItem{
	width: 100%;
	text-align:center;


}

.myNavItem a{
	color: rgba(0,0,0,1.00);
	font-weight:bolder;
    
	padding-top: 15px;
    height:60px;
	

}

.droppedDown a{
	color: rgba(0,0,0,1.00);
   

}

.droppedDown a:hover{
	color: rgba(255,255,255,1.00);
    background-color: aqua;

}


.myNavItem:hover a, .current a{
    color:white;
    background-color: rgba(0,194,244,1.00);
	
    }
.myBar ul li.myNavItemLg ul li a{
	color: rgba(0,0,0,1.00);
    background-color: white;
}

.myBar ul li.myNavItemLg ul li a:hover{
    color:white;
    background-color: rgba(0,194,244,1.00);
}

.mainLogo{
	position: relative;
	margin-top: 2%;
	
}

.mainLogoImg{
	
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 30%;
	
}

.mainSlogan{
	position: relative;
	margin-top: 2%;
	text-align: center;
}

.mainSlogan h2{
	color:rgba(0,194,244,1.00);
}

.secSlogan{
	position:relative;
	margin-top: 2%;
    text-align:center;
}

.secSlogan p{
	color:rgba(0,194,244,1.00);
	font-size: 1.2em;
}

.secSlogan hr{
	position:relative;
	border: 1px solid rgba(0,194,244);
	
	margin-left: auto;
	margin-right: auto;
	
	width: 60%;
}

.mainRequest{
	position: relative;
	margin-top: 2%;
	margin-bottom: 3%;
	text-align: center;
	
}

.mainRequest a{
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding: 1%;
	width: 30%;
	background-color: rgba(0,194,244,1.0);
	color: white;
	font-size: 1.5em;
	text-decoration:none;
	border-radius: 20px;
	
}

.mainRequest a:hover{

	background-color: rgba(0,0,0,1.0);
	color: white;

}

.secExperince{
	position: relative;
	margin-top: 1%;
	text-align: center;
	display: block;
	background-color: rgba(0,194,244,1.0);
	padding-top: 2%;
	padding-left: 5%;
	padding-right: 5%;
	padding-bottom: 2%;
	color: white;
}

.titExperince{
   font-size: 2em;
   font-weight: bold;
}

.desExperince{
	font-size: 1.5em;
}



.smallerHr{
	position:relative;
	border: 2px solid rgba(255,255,255);
	
	margin-left: auto;
	margin-right: auto;
	
	width: 10%;
	
}

.secServing{
	position: relative;
	margin-top: 0%;
	padding-top: 5%;
	padding-bottom: 5%;
	background-color: rgba(255,255,255,1.00);

}

.secServingText{
	margin-left: 5%;
}
.secServingImg img{
	width:280px;
	height:392px;
	margin-left: auto; 
	margin-right: auto;
	margin-top: 10%;
}

.mainService{
	position: relative;
	margin-top: 0%;
	display: block;
	background-color: rgba(0,194,244,1.0);
	padding-top: 2%;
	padding-left: 5%;
	padding-right: 5%;
	padding-bottom: 2%;
	color: white;
	text-align: center;
}
.serviceIcon{
	width: 80px;
	margin-bottom: 2%;
	margin-left: auto;
	margin-right: auto;
}
.serviceCrumb{
	
}

.secRegulators{
	position: relative;
	margin-top: 0%;
	padding-top: 5%;
	padding-bottom: 5%;
	background-color: rgba(255,255,255,1.00);
	text-align: center;
	
	
}

.regulatorImgs{
	display: block;
}

.regulatorImgs img{
	width: 50%;
}

.footer{
	position:relative;
	background-color: rgba(0,194,244,1.0);
}


.secFooter {
  position:relative;
  left: 0;
  bottom: 0;
  width: 100%;
  
  padding-top:5%; 
  padding-bottom:5%;
  /*background-image: url("../assets/img/footerBG.jpg");*/
  background-color: rgba(0,194,244,1.0);
  color: white;
  text-align: center;
}

.footerLogo{
	width:300px;
	margin-top: 5%;
}


.footerHr {
	position:relative;
	border: 2px solid rgba(255,255,255,1.0);
	
	margin-left: auto;
	margin-right: auto;
	
	width: 60%;
}

.footerLinks{
	 text-decoration: none;
	color: white;
}
.footerLinks:hover{
	 text-decoration:underline;
	color: black;
}
.footerList{
	list-style-type: none; margin-left:auto; margin-right: auto;

}

@media only screen and (max-width: 700px){
	[class*="col-"] {width: 100%;}
	main{font-size: 0.5em;}
	.myNavItemSm{display:block;}
	.myNavItemLg{display:none;}
	.desExperince{
	font-size: 1em;
}
	
	.mainSlogan h2{font-size: 1em;}
	 .secSlogan p{font-size: 0.8em;}
	
	
	.titExperince{font-size: 1.5em;}
	
	
	.topAddressItem{
	text-align: center;
	font-size: 1em;
	font-weight: 400;
    padding: 5px;
} 
	.topAddressItem img{
		width:20px;
	}
	.secServingText{
		text-align: center;
	}
	
	.secServingImg img{
		width:200px;height:280px;margin-left: auto; margin-right: auto;margin-top: 10%;
	}
	
	.mainRequest a{
	font-size: 0.8em;
		width: 40%;
	
}
	
	.regulatorImgs img{
		width: 100%;
	}
	
}

/*About page section */

.pageName{
	position: relative;
	margin-top: 5%;
	margin-bottom: 5%;
	text-align: center;
	
}

.pageName h1{
    font-weight: 600;
	color: white;
	
	
}


.mainLogoOthers{
	position: relative;
	margin-top: 2%;
	padding-top: 2%;
	padding-bottom: 5%;
	padding-left: 10%;
	padding-right: 10%;
	text-align: center;
	background-color: white;
}


.mainLogoImgAboutus{
	
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 3%;
  width: 50%;
	
}

.mainLogoOthers p{
	font-size: 1em;
	margin-bottom: 5%;
	
}

.secAbout{
	position: relative;
	margin-top: 0%;
	padding-top: 2%;
	
	text-align: center;
	width: 100%;
	background-color: rgba(0,194,244,1.0);

	color: white;

}
.aboutIcon img{
	width:150px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	
}

.aboutIcon{
	text-align: center;}

.secGallery{
	position: relative;
	margin-top: 0%;
	text-align: center;
	display: block;
	background-color: rgba(255,255,255,1.0);
	padding-top: 2%;
	padding-left: 5%;
	padding-right: 5%;
	padding-bottom: 2%;

}

.secGalleryHeader{
	color: black;
	margin-bottom: 5%;
}

div.gallery {
  border: 1px solid #ccc;
}

div.gallery:hover {
  border: 1px solid #777;
}

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

div.desc {
  padding: 15px;
  text-align: center;
}

* {
  box-sizing: border-box;
}

.responsive {
  padding: 0 6px;
  float: left;
  width: 24.99999%;
}

@media only screen and (max-width: 700px) {
  .responsive {
    width: 49.99999%;
    margin: 6px 0;
  }
}

@media only screen and (max-width: 500px) {
  .responsive {
    width: 100%;
  }
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

/* Style form */

input[type=text], select, textarea{
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  resize: vertical;
}

/* Style the label to display next to the inputs */
label {
  padding: 12px 12px 12px 0;
  display: inline-block;
}

/* Style the submit button */
input[type=submit] {
  background-color:#00C2F4;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  float: right;
}

/* Style the container */
.containerx {
  border-radius: 5px;
  background-color: #f2f2f2;
  padding: 20px;
}

/* Floating column for labels: 25% width */
.col-25s {
  float: left;
  width: 25%;
  margin-top: 6px;
}

/* Floating column for inputs: 75% width */
.col-75s {
  float: left;
  width: 75%;
  margin-top: 6px;
}

/* Clear floats after the columns */
.rowex:after {
  content: "";
  display: table;
  clear: both;
}

.error{
	color: red;
	font-weight: bold;
}

/* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .col-25s, .col-75s, input[type=submit] {
    width: 100%;
    margin-top: 0;
  }
}


/* Customize the label (the container) */

.containery {
  display: block;
  position: relative;
 /* padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer */
  margin-top: 1%;
	padding-left:35px;
	text-align: left;
  font-size: 1em;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.containery input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
	
  top: 10px;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #00C2F4;
}

/* On mouse-over, add a grey background color */
.containery:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.containery input:checked ~ .checkmark {
  background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.containery input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.containery .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

