 
html{
	scroll-behavior: smooth;
	transition: ease-in-out;
	transition-delay: 1ms;
}
body {
	/*background-image: url(image/background/IMGE_20180422_133508.jpg);*/
	margin: 0px;
	padding: 0px;
	background-color:rgb(255, 255, 255);
	color:aliceblue;
	width: 100%;
	height: 100%;
	
}

/*.sticky-top{
	position: fixed;

	width: 100%;
	 
}
@font-face {
  .  font-family: 'quantify';
    src: url('fonts/Quantify-Bold.ttf'),
    src: url('fonts/on-air-inline-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/on-air-inline-webfont.woff') format('woff'),
         url('fonts/Quantify-Bold.ttf') format('truetype'),
         url('fonts/on-air-inline-webfont.svg#On-AirInline') format('svg');
    font-weight: normal;
    font-style: normal;
}*/

@font-face {
    font-family: 'On-AirRegular';
    src: url('fonts/on-air-regular-webfont.eot');
    src: url('fonts/on-air-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/on-air-regular-webfont.woff') format('woff'),
         url('fonts/on-air-regular-webfont.ttf') format('truetype'),
         url('fonts/on-air-regular-webfont.svg#OnAirRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
/*
.fixed-wrap{position: fixed;
	width: 100%;
	
}
.fixed{position: fixed;
	background-image: url(image/background/IMGE_20180422_133508.jpg);
	background-repeat: no-repeat;
	background-size: 100%;
}*/
.wrapper{
	width: 100%;
	height: auto;
	font-size: 1.5rem; 	
	margin: 0px;		

	
}
.overlay{
	width: 100%;
	height: 100%;
	opacity: .98;	
	background-color: rgba(4, 10, 19, 0.527);
	overflow: hidden;
}
.bg-info{background: linear-gradient( rgb(19, 17, 17)-30%,rgba(19, 17, 17, 0));
	
	transition: .5s ease-in;
}
.bg-info:hover{
	background-image: linear-gradient( rgb(19, 17, 17)-10%,rgba(19, 17, 17, 0.062));

}
.bg-warning{background-color: rgba(0, 0, 0, 0.712) ;
	transition: 2s ease;
}
.bg-warning:hover{background-color: rgb(255, 196, 0);
		color: black;
	border: solid thin rgb(255, 166, 0);
}
.bg-success:hover{background-color: rgba(250, 192, 0, 0.884);
	color: black;

}
.bg-success{background-color: rgba(27, 36, 43, 0.747);
	transition: 2.7s ease-in;
	}

.logo2 {
	margin-top: 10px;
	margin-bottom: 30px;
}

.topnav a.logo{background-color: aliceblue;
	padding: 14px 16px;
	transition: 1.5s ease-in-out;
}
.topnav a.logo:hover{background-color:rgb(255, 196, 0) ;
	padding: 5px 5px;
	transition: 1.5s ease-in-out;
}
.brand{margin-top: 10px;}
 /* Add a black background color to the top navigation */
 .topnav {
	 height: auto;
	 font-family: 'roboto', sans-serif;
	background-color: transparent;
	border-bottom: rgba(46, 39, 39, 0.904);
	overflow: visible;
	transition: .5s ease-in;
	

  }
  .nav{height: 103px;
	  margin-bottom: 0px;
	  z-index: 3;
	}

	
  /* Style the links inside the navigation bar */
  .topnav a {
	float: left;
	display: block;
	color: #f2f2f2;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
	font-size: 17px;
	transition: 0.4s ease-in;
	
  }
  
  /* Add an active class to highlight the current page */
  .active {
	
	color: white;
  }
  
  /* Hide the link that should open and close the topnav on small screens */
  .topnav .icon {
	display: none;
  }
  
  /* Dropdown container - needed to position the dropdown content */
  .dropdown {
	float: left;
	overflow: visible;
	transition: 2s ease-in-out;
  }
  
  /* Style the dropdown button to fit inside the topnav */
  .dropdown .dropbtn {
	  outline: none;
	  border: none;
	padding: 14px 16px;
	margin: 30px 0px 0px 5px;
	width: 120px;
	height: 40px;
	color: rgb(230, 236, 218);
	font-size:1em;
	font-weight: lighter;
	font-family: 'roboto', sans-serif;
	background-color: transparent;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	text-shadow: 1px 1px 5px rgb(19, 16, 16);
	box-shadow: 0px 1px 0px rgba(255, 196, 0, 0.664);
	transition: .2s ease-in-out;
  }
  
  /* Style the dropdown content (hidden by default) */
  .dropdown-content {
	  margin-left: 15px;
	display: none;
	position: absolute;
	background-color: transparent; 
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
	transition: 0.2s ease-in;

  }
  
  /* Style the links inside the dropdown */
  .dropdown-content a {
	float: none;
	color: aliceblue;
	font-weight: lighter;
	padding: 2px 2px;
	text-decoration: none;
	display: block;
	text-align: center;
	z-index: 1;
	transition: 0.3s ease-in;
	width: 150px;
	
  }
  
  /* Add a dark background on topnav links and the dropdown button on hover */
  .topnav a:hover, .dropdown:hover .dropbtn {
	background-color: transparent;
	color: white;
	padding: 2px 2px;
	z-index: 1;
	transition: 0.3s ease-in;
  }
  
  /* Add a grey background to dropdown links on hover */
  .dropdown-content a:hover {
	background-color: whitesmoke;
	font-weight: bold;
	color: black;
	padding: 5px 5px;
	z-index: 1;
  }
  
  /* Show the dropdown menu when the user moves the mouse over the dropdown button */
  .dropdown:hover .dropdown-content {
	display: block;
	z-index: 1;
  }
  
  /* When the screen is less than 600 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon) */
  @media screen and (max-width: 780px) {
	.topnav a:not(:first-child), .dropdown .dropbtn {
	  display: none;
	  
	}
	.topnav a.icon {
	  float: right;
	  display: block;
	}
  }
  
  /* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
  @media screen and (max-width: 780px) {
	.topnav.responsive {position: relative;}
	.topnav.responsive a.icon {
	  position: absolute;
	  right: 0;
	  top: 0;
	}
	.topnav.responsive a {
		
	  float: none;
	  display: block;
	  text-align: center;
	}
	.topnav.responsive .dropdown {float: none;}
	.topnav.responsive .dropdown-content {position: relative;}
	.topnav.responsive .dropdown .dropbtn {
	  display: block;
	  width: 100%;
	  text-align: left;
	}
  } 
#myTopnav{overflow: visible;}


#navtab{width: 100px;
	height: 40px;
	color: rgb(230, 227, 216);
	font-size:1em;
	font-weight: lighter;
	font-family: 'roboto', sans-serif;
	margin: 30px 0px 0px 10px;
	background-color: transparent;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	text-shadow: 1px 1px 5px rgb(19, 16, 16);
	box-shadow: 0px 1px 0px rgba(255, 196, 0, 0.664);
	transition: 0.5s ease-in-out ;
	
	

}
#navtab:hover{width: 110px;
	height: 40px;
	color: aliceblue;
	font-family: 'roboto', sans-serif;
	font-size:1em;
	
	transition: 0.4s ease-in;
	padding: 14px 16px; 
	margin: 30px 0px 0px 10px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	text-shadow: 1px 1px 5px rgb(19, 16, 16);
	box-shadow: 0px 1px 0px rgb(19, 16, 16);
}
#current{width: 100px;
	height: 40px;
	color: rgb(234, 240, 222);
	font-size:1em;
	font-weight: bolder;
	font-family: 'roboto', sans-serif;
	color:  aliceblue;
	margin: 30px 0px 0px 10px;
	background-color: transparent;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	text-shadow: 1px 1px 5px rgb(19, 16, 16);
	box-shadow: 0px 1px 0px rgba(255, 196, 0, 0.664);
	transition: 0.5s ease-in-out;

}
#current:hover{width: 110px;
	height: 40px;
	color: rgb(234, 240, 222);
	font-size:1em;
	font-weight: bolder;
	font-family: 'roboto', sans-serif;
	color:  aliceblue;
	margin: 30px 0px 0px 10px;
	background-color: transparent;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	text-shadow: 1px 1px 5px rgb(19, 16, 16);
	box-shadow: 0px 1px 0px rgba(255, 196, 0, 0.664);
	transition: 0.5s ease-in-out;
}
/*
.dropdown{height: 40px;
	background-color: transparent;
	color: rgb(105, 211, 0);
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	text-shadow: 1px 1px 5px rgb(19, 16, 16);
	box-shadow: 0px 2px 0px rgb(255, 196, 0);
}
.dropdown:hover{
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	text-shadow: 1px 1px 5px rgb(19, 16, 16);
	box-shadow: 0px 2px 0px rgb(19, 16, 16);
	color:  aliceblue;
	
}
/*
#servicesTab{	height: 40px;
	color: rgb(155, 230, 17);
	background-color: transparent;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	text-shadow: 1px 1px 5px rgb(19, 16, 16);
	box-shadow: 0px 1px 0px rgba(255, 196, 0, 0.664);
	margin: 63px 0px 0px 0px;
	font-size:1em;
	font-weight: bold;
	font-family: gisha;
}
#servicesTab:hover{color: aliceblue;
	font-family: gisha;
	margin: 2px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	text-shadow: 1px 1px 5px rgb(19, 16, 16);
	box-shadow: 0px 2px 0px rgb(19, 16, 16);
	font-size:1em;
	font-weight: bolder;
}*/
.dropdown{background-color: transparent ;
	margin: 0px 0px 0px 0px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	font-size:1em;
	border: none;
	
}

.menuTab:hover{
	color: black;
	text-align: center;
	background-color: rgba(235, 230, 230, 0.678);
	border: solid 1px rgba(0, 0, 0, 0.623); 	
	margin-top:1.5px;
	font-family: 'roboto', sans-serif;
	font-size:1em;
	border-top-left-radius: 20px ;
	border-bottom-left-radius: 20px;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
	
	
}

.menuTab{ 
	text-align: center;
	font-family: 'roboto', sans-serif;
	font-weight: bold;
	margin-top:2px;
	border: solid 1px rgba(54, 56, 54, 0.856);
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	box-shadow: 0px 2px 0px rgba(121, 121, 118, 0.61);
	font-size:1em;
}
ul .menutab2{width: 80px;
	color: black;
	background-color: rgba(235, 230, 230, 0.678);
	border: solid 1px rgba(0, 0, 0, 0.623); 	
	margin-top:1.5px;
	font-family: 'roboto', sans-serif;
	border-top-left-radius: 20px ;
	border-bottom-left-radius: 20px;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
	box-shadow: 0px 2px 0px rgb(255, 196, 0);
	font-size:1em;
}
ul .menutab2:hover{color: black;
	font-family: 'roboto', sans-serif;
	font-size:1em;
	margin-top:2px;
	border: solid 1px rgba(70, 73, 70, 0.856);
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	box-shadow: 1px 1px 5px rgb(37, 28, 28);

}
.social .col-xs-12{
	margin: 50px 0px 0px 0px;
	padding: 5px 0px 5px 0px;
	border-bottom-right-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-top-left-radius: 10px;
}
.social.col-sm-5{
	margin: 50px 0px 0px 0px;
	padding: 5px 0px 5px 0px;
	border-bottom-right-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-top-left-radius: 10px;
}
.social .col-md-5{
	margin: 50px 0px 0px 0px;
	padding: 5px 0px 5px 0px;
	border-bottom-right-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-top-left-radius: 10px;
}
.social.col-lg-3{
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-bottom-right-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-top-left-radius: 10px;
}
.smedia {width: 30px;
	height: 30px;
	float: right;
	margin-left: 0px;
	margin-right: 4px;
	margin-bottom: 0px;
	border-radius:100px;
	box-shadow: 0px 5px 5px 0px rgba(43, 42, 42, 0.87) ;
	transition: .5s ease-in;
}
.searchIcon{width: 30px;
	height: 30px;
	margin-left: 0px;
	margin-right: 4px;
	margin-bottom: 0px;
	box-shadow: none;
	border-radius:100px;
	
}
.smedia.col-xs-10:hover {width: 35px;
	height: 30px;
	margin-left: 0px;
	margin-right: 4px;
	margin-bottom: 0px;
	border-radius:100px;
	box-shadow: 0px 5px 5px 0px rgba(43, 42, 42, 0.87) ;
}
.smedia:hover {width: 50px;
	height: 30px;
	float: right;
	margin-left: 0px;
	margin-right: 4px;
	margin-bottom: 0px;
	border-radius:100px;
	box-shadow: 0px 5px 5px 0px rgba(43, 42, 42, 0.87) ;
}
.searchsmedia:hover {width: 50px;
	height: 30px;
	box-shadow: none;
}
.searchBox{
	margin: 0px;
	box-shadow: none;
}
.searchimg{margin-top: 10px;
}
.searchimg:hover{width: 50px;
	margin-top: 10px;
	transition: .2s ease-in;
	}
#searchContent{ 
	color: black;
	padding: 0px;
	height: 50px;
	box-shadow: none;
}

 .caption{
	color: rgb(0, 0, 0);
	font-family: 'Exo 2','Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
	font-size: 80%;
	margin: 0px 0px 0px 30px;
	padding: 0% 0% 0% 0%;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	text-align: center;
 }

 

.home-header h1{
	font-family: 'Exo 2',Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
	font-weight: bolder;
	line-height: 35px;
	text-align: left;
	font-size: 5.4em;
}
.home-header{
	margin-top: 110px;
	line-height: 0.1px;
}


.smalla{font-family: 'Roboto',sans-serif;
	color: rgba(180, 172, 172, 0.979); 
	font-variant: small-caps;
	text-align: center;
	margin-left: 0px;
	font-size: 15px ;
	font-weight: bold;
}
.smallb{font-family: 'Roboto',sans-serif;
	color: rgb(212, 208, 208); 
	font-variant: small-caps;
	text-align: center;
	margin-left: 0px;
	font-size: 15px ;
	font-weight: bold;
}
.smallc{font-family: 'Roboto',sans-serif;
	color: rgba(231, 150, 0, 0.904); 
	font-variant: small-caps;
	text-align: center;
	margin-left: 0px;
	font-size: 15px ;
	font-weight: bold;
}
.jumbotron{ background: none;
	text-align: left;
	color: rgb(223, 217, 217);	
	font-size: 22px;
	text-shadow: 0.5px 0.5px 1px rgb(8, 8, 8);
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border: none;
}
.lead{ text-align: center;
	color: rgb(223, 217, 217);	
	font-size: 250%;
	margin: 0px 0px 0px 10px;
	font-family:  'Roboto','Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
	
}
.lead2{ text-align: center;
	color: rgb(0, 0, 0);	
	font-size: 130%;
	margin: 0px 60px 0px 0px;
	font-family: Roboto, Oxygen, Ubuntu, Cantarell,-apple-system, BlinkMacSystemFont, 'Segoe UI', 'Open Sans', 'Helvetica Neue', sans-serif;
	font-weight: bolder;
}

@media screen and(min-width: 600px){
	.formbox, .form-group{ display: none;
	}
}
.formbox{
	color: rgb(81, 85, 81);
	margin: 150px 0px 0px 0px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}

.formbox:hover{width: 360px;
	
	color: rgb(81, 85, 81);
	margin: 70px 0px 0px 0px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}
.form{
	color: rgb(81, 85, 81);
	margin: 70px 0px 0px 0px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}
.quote{width: 127px;
	height: 43px;
	margin: 0px 0px 0px 0px;
	background-color: rgba(4, 0, 61, 0.911);
	border-top-left-radius: 9px;
	border-bottom-left-radius: 9px;
	border-top-right-radius: 9px;
	border-bottom-right-radius: 9px;
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
	font-weight: bolder;
	border: none;
	background-repeat: no-repeat;
	background-size: 200px;
	background-position-x: 0px;
	background-position-y: 0px;
}
.quote:hover{
	background-image: linear-gradient( rgb(4, 0, 61), rgba(40, 37, 83, 0.973)) ;
}
.getInspired{margin: 50px 0px 0px 0px; }
li .services{ font-size: 1em;
	text-align: center;
	margin-left: 0px;
	color: black;
	
}
.list-group-item:hover{background-color: gold;
	margin: 2px 0px 0px 10px;
	border-radius: 20px 20px;
}
.list-group-item{ width:100px;
	font: gisha;
	text-align: center;
	margin: 0px 0px 0px 20px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	border: none;
	color:black;
	box-shadow: rgba(20, 20, 20, 0.678) 2px 3px 2px;
	text-shadow: 0.5px 0.5px 1px rgb(8, 8, 8);
	
}
.group-list{
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}
.designTab{font-size: 1em; 
	color: rgb(255, 255, 255);
	font-weight: bold;
	text-decoration: none;
	text-shadow: 0.4px 0.4px 0.4px rgb(26, 25, 25);

	
}
.designBanner{margin: 10% 0% 0% 0%;}
.designBanner2{margin: 9% 0% 0% 0%;}
.alliance{margin: 50px 0px 0px 0px;
	background-color: transparent; 
	padding-bottom: 50px;
}
.clients{margin: 10px 0px 0px 0px;
	background-color: transparent; 
	font-family: 'Roboto','Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}



.slide-heading.col-md-12{font-size:200px ;
	font-family: 'Exo 2',gisha;
	font-weight: bold;
	color: rgba(17, 3, 41, 0.849); 
}
.slide-heading.col-xs-6{font-size:50px ;
	font-family: 'Exo 2',gisha;
	margin: 50px 0px 0px 0px;
	font-weight: bold;
	color: rgba(17, 3, 41, 0.849); 
}

#my-slider{margin: 0px 0px 0px 0px;
	background-color: rgba(207, 203, 180, 0.897);
	height: auto;
	width: 100%;
}
.carousel-inner{height:600px;
	border-radius: 10px;
}

#my-slider2{height: 50px;
	margin-top: 100px;	
}	
#my-sliderDesign{width: 100%;
	height: 480px;
}
.carousel-indicators li{ border: solid thin rgba(199, 193, 193, 0.884);
	margin-bottom:	0px;
}
.bottom-carousel-control{margin: 50px 0px 0px 0px;
	height: 200px;}
.modal{background-color: transparent;}
.my-modal-slider{width: 300px;
	height:400px;
	margin: 0px 0px 0px 0px;
}
.modal-body{font-size: 15px;
	margin: 0px 0px 0px 0px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;

}
.modal-header{padding: 0px 0px 0px 0px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	background-color: rgb(255, 196, 0);
}
.modal-dialog{background-color: transparent;
	margin-top: 0px;}
.modal-content{background-color: rgba(223, 219, 219, 0.747);}
.slide{background-color: transparent;}
.ptext{
	color: black;
	font-size: 100%;
}
.slogan{color:rgb(14, 4, 31);
	text-align: center;
	font-family: 'roboto',gisha;
	font-size: 300%;
	font-weight: bolder;
	margin: 30px 0px 0px 0px;
	line-height: 40px;
}
.sloganBar{border-bottom:solid 2px rgb(255, 200, 0);
	margin: 0px 0px 0px 0	px;
	line-height: 20px;
	background-color: black;
}
.subSlogan{ 	 text-align: center;
	font-family: 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', '-apple-system', 'BlinkMacSystemFont', 'Segoe UI','Open Sans', 'Helvetica Neue', sans-serif;
	font-size: 1.5em; 
	font-weight: bold;
	color: rgb(193, 187, 204);
	margin: 0px 0px 0px 0px;
	text-shadow: 0.5px 0.5px 1px rgb(15, 13, 13);
}
.slogan2{
	color:black;
	text-align: left;
	font-family: 'Ubuntu', 'Cantarell';
	font-size: 200%;
	font-weight: bolder;
	margin: 0px 0px 0px 0px;
	
}
.slogan3{
	color:black;
	text-align: center;
	font-family: 'Exo 2', Cantarell,-apple-system, BlinkMacSystemFont, 'Segoe UI', 'Open Sans', 'Helvetica Neue', sans-serif;
	font-size: 310%;
	font-weight: bolder;
	margin: 10px 0px 0px 0px;
}


.home-heading{text-align: center;
	margin: 0% 0% 0% 0%;
}
.panel-heading{font-weight:bolder; 
	font-size:130%;
	margin-top: 50px;
	text-align: center;
}

.whyus{background-image: url(image/background/WhyusBG.jpg); 
	background-repeat:no-repeat; 
	background-size: 100%;
	font-family: 'Oxygen', Ubuntu, Cantarell, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Open Sans', 'Helvetica Neue', sans-serif;
	text-align: center;
	font-size: 120%;
	color: rgb(209, 206, 206);
	text-shadow: 0.5px 0.5px 0.5px rgb(26, 25, 25);
	margin: 50px 0px 150px 0px;
	padding: 0px 30px 50px 30px;
	border-radius: 10px;
	background-color: rgba(169, 199, 48, 0.952);	
}
.whyusImage{
	margin: 0px 0px 0px 0px;
}
.whyusImage0{
	margin: 25px 0% 0% 0%;
}
.notKnow{width:110px;
	height: 55px;
	border-radius: 100px 100px;
	margin-top: 20px;
	font-weight: bold;
	text-align: center;
	color: rgba(252, 250, 255, 0.205);
	background-color: rgb(255, 196, 0);
	border: solid 0.5px rgb(255, 196, 0);
		
}
.didyouknow{text-align: center;
	margin: 5px 0px 0px 3px;	
}
.productcont{width: 300px;
	margin-left: 0px;
	margin-top: 0px;
	transition: ease-in 0.5s;
	text-align: center;
}
.productcont.col-lg-4{width: 250px;
	margin-left: 0px;
	margin-top: 0px;
	color: rgb(3, 151, 156);
}
.productcont2{width: 300px;
	margin-left: 0px;
	margin-top: 100px;
	color: rgb(3, 151, 156);
	transition: ease-in 0.5s;
	text-align: center;
}
.productcont2.col-lg-4{width: 250px;
	margin-left: 0px;
	margin-top: 20px;
	color: rgb(3, 151, 156);
}
.productcont:hover{width: 250px ;
	height: 350px;
	background-color: rgb(255, 196, 0);
	font-size:1.2em;
	margin-top: 0%;
	margin-left: 0px;
	border-radius: 20px; 
}
.productcont.col-xs-12{width: 100%;
	margin-left: 0px;
	margin-top: 100px;
}
.productcont2:hover{width: 280px;
	height: 250px;
	background-color: rgb(255, 196, 0);
	font-size:1.2em;
	margin-top: 100px;
	margin-left: 10px;
	border-radius: 20px; 
}
.productcont3{width: 300px;
	margin-left: 0px;
	margin-top: 10px;
	border-radius: 20px; 
	text-align: center;
	transition: ease-in 0.5s;
}
.productcont2.col-lg-4{width: 260px;
	margin-left: 0px;
	margin-top: 100px;
}
.productcont3:hover{width: 350px;
	font-size:1.2em;
	margin-top: 10px;
	margin-left: 0px;
	border-radius: 20px; 
}
.services{ font-family: 'Exo 2','ubuntu', 'Roboto';
	font-size:1.6em;
	font-weight: bolder;
	text-align: center;
	color: rgb(30, 38, 49);
	margin-top: 20px;
}
.productImages{width: 100%;
	margin: 2px 0px 0px 0px;
	border-top-right-radius: 10px; 
	border-bottom-right-radius: 10px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	box-shadow: 0px 5px 5px 0px rgba(43, 42, 42, 0.87) ;
}
.modalImages{
	border-top-right-radius: 10px; 
	border-bottom-right-radius: 10px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	box-shadow: 0px 5px 5px 0px rgba(43, 42, 42, 0.87) ;
}

.linktext{
	font-size: 1em;
	margin: 15px 0px 0px 0px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;}
.modalText{font-size: 1em;
	margin: 15px 0px 0px 0px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;}

.col-xs-10.caption{display: none;
}
.col-sm-10.caption{font-size: 1.5em;
}
.col-md-4 img{border-radius: 10px;}

.item2{width:300px;
	height: 300px;
}

.how{color:rgb(255, 196, 0);}
span.small{
	font-variant: small-caps;
}
.valAdd{margin: 10px 40px 0px 0px;
	background-color:rgb(255, 196, 0) ;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	
}
.valAddIcon{margin: 10%;}

.mantainance{font-family: 'Ubuntu', 'Roboto', 'Oxygen', 'Cantarell', 'Open Sans', 'Helvetica Neue', sans-serif;
	text-align: justify;
	font-size: 120%;
	color: rgba(34, 31, 31, 0.966);
	margin: 0px 0px 0px 0px;
	padding-bottom: 20px;
	background-color: rgba(255, 196, 0, 0.952);
}
.mantainanceImages{border-top-right-radius: 10px; 
	border-bottom-right-radius: 10px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	opacity: 0.99; 
}
.mantainanceImages1{border-top-right-radius: 10px; 
	border-bottom-right-radius: 10px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	opacity: 0.99; 
}
.mantainance2{
	margin: 10px 0px 0px 0px;
	opacity: 0.99; 
	border-top-right-radius: 10px; 
	border-bottom-right-radius: 10px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}
article{margin: 0px  0px 0px 0px;
		color:black;
		background-color: rgb(236, 234, 234);
		border-top-right-radius: 10px; 
		border-bottom-right-radius: 10px;
		border-top-left-radius: 10px;
		border-bottom-left-radius: 10px;
}	
/*section{
	color:black;
	background-color: rgb(40, 51, 51);
	border-top-right-radius: 10px; 
	border-bottom-right-radius: 10px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}*/

