/*--
	Author: W3Layouts
	Author URL: http://w3layouts.com
	License: Creative Commons Attribution 3.0 Unported
	License URL: http://creativecommons.org/licenses/by/3.0/
--*/

html,
body {
	margin: 0;
	font-size: 100%;
    font-family: 'Open Sans', sans-serif;
	background: #fff;
}

body a {
	text-decoration: none;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
    font-family: 'Open Sans', sans-serif;
}

ol {
	list-style:decimal;
	padding-left: 20px;
}


ul {
	list-style:decimal;
	
}



bu {
	list-style:url(../images/bullet-arrowright.png);
}
bu1 {
	list-style:url(../images/rounddot.gif);
}
bu2 {
	list-style:url(../images/spacer.gif);
}



body img {
	width: 100%;
}

a:hover {
	text-decoration: none;
}

input[type="button"],
input[type="submit"],
input[type="text"],
input[type="email"],
input[type="search"] {
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
    font-family: 'Oswald', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
    font-family: 'Oswald', sans-serif;
	letter-spacing: 1px;
}

h10 {
	margin: 0;
	font-size:20px;
    font-family: 'Oswald', sans-serif;
	letter-spacing: 1px;
}

p {
	margin: 0;
	font-size: 0.9em;
	color: #000000;
	line-height: 2em;
	letter-spacing: 1px;
}

p1 {
	margin: 0;
	font-size: 1.0em;
	color:#090909;
	line-height: 2em;
	letter-spacing: 1px;
}

ul {
	margin: 0;
	padding: 0;
}
.first-nav {
    padding-top: 1.1em;
}

/*--/header --*/
.w3l_header_left{
	float:left;
	margin: .3em 0 0;
}
.w3l_header_left ul li{
	display:inline-block;
	margin-right:2em;
	font-size:15px;
	color: #000000;
    letter-spacing: 1px;
}
.w3l_header_left ul li i {
    padding-right:0.2em;
    color: #000000;
}
.w3l_header_left ul li a{
	color:#000000;
    letter-spacing: 1px;
	text-decoration:none;
}
.w3l_header_left ul li a:hover{
	color: #D3BCC4;
}
.w3l_header_right{
	float: right;
}
/*-- social-icons --*/
/*--top header start here--*/
.w3ls-social-icons.text-left a {
    display: inline-block;
}
.w3ls-social-icons i {
    font-size: 15px;
    background: #333;
    padding: 8px 10px;
    color: #fff;
    border: 1px solid #424242;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -moz-transition: 0.5s all;
}
.w3ls-social-icons i:hover {
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -moz-transition: 0.5s all;
}
.header-address h6 {
    font-size:0.9em;
    color: #fff;
    display: inline-block;
}
.logo h1 {
    font-size:2.5em;
}
.agileits_w3layouts_banner_nav {
    margin: 0 auto;
    width: 100%;
    background: #333;
    padding: 0 2em;
}
.agileits_top_menu {
    background: #F6C61F;
    padding: 0.5em 1em;
}
/*--/navbar--*/

.navbar {
    padding: 0.8em 2em;
}

a.navbar-brand {
    font-size: 0.8em;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.37);
    color: #fff;
    text-transform: uppercase;
}

.navbar-light .navbar-brand {
    font-family: 'Oswald', sans-serif;
}

.logo-w3 i {
    color:#CC0000;
    text-shadow: none;
}

li.nav-item {
    margin: 0 1px;
}

.navbar-light .navbar-nav .nav-link {
    padding: 0.3em 1.4em;
	color: #000000;
    
    background: transparent;
    font-size: 0.9em;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
    background: transparent;
    color: #CC0000;
}

.dropdown-item {
    padding: 0.4em 1.5rem;
    font-size: 0.9em;
    margin: 0;
}

.dropdown-menu {
    margin: 0;
    padding: 0;
}

.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
    color: #CC0000;
}

/*---*/
.main {
	padding: 3em 0em;
}




@media all and (max-width : 330px) {

	nav ul li {
		display:block;
		width: 94%;
	}

}

/* HVT Blocks Grid */


.grid-protection { 
  display: grid;
  grid-template-columns:  355px 355px 355px;
  grid-gap: 5px;
  margin-top: 2px;
  margin-bottom: 5px;
  
  }
  
  .grid-300px { 
  display: grid;
  grid-template-columns:  300px;
  grid-gap: 5px;
  margin-top: 2px;
  margin-bottom: 5px;
  
  }
  
  .grid-800px { 
  display: grid;
  grid-template-columns:  800px;
  grid-gap: 5px;
  margin-top: 2px;
  margin-bottom: 5px;
  
  }
  
  .grid-600px { 
  display: grid;
  grid-template-columns:  600px;
  grid-gap: 5px;
  margin-top: 2px;
  margin-bottom: 5px;
  
  }
  
  .grid-300-300px { 
  display: grid;
  grid-template-columns:  300px 300px;
  grid-gap: 5px;
  margin-top: 2px;
  margin-bottom: 5px;
  
  }
  
  .grid-logo { 
  display: grid;
  grid-template-columns:  551px;
    
  }


.grid-iso { 
  display: grid;
  grid-template-columns:  150px 150px;
  grid-gap: 5px;
  margin-top: 0px;
  
  }

 .grid-certs { 
  display: grid;
  grid-template-columns:  150px 150px 150px;
  grid-gap: 5px;
  margin-top: 0px;
  
  }
  
  .grid-departs { 
  display: grid;
  grid-template-columns:  90px 90px 90px 90px 90px;
  grid-gap: 5px;
  margin-top: 7px;
  
  }
 
 
  
  .grid-aboutus { 
  display: grid;
  grid-template-columns:  900px;
  text-align:center;
  
  grid-gap: 5px;
  margin-top: 0px;
  margin-bottom: 20px;
  
  }
  
  
  
  
 
.grid img {
  
  max-width: 100%;
}

/* HVT Blocks Grid */


/* gallery page */

.gal-img {
    padding: 5px;
    margin-bottom: 2em;
}
.gal-img img,.popup img {
    width: 100%;
}
.gal-img p {
    line-height: 28px;
    margin-top: 15px;
	text-align:center;
}
.popup p {
    line-height: 25px;
    margin-top: 15px;
	text-align:center;
}
.gal-img h5 {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 20px;
    margin-top: 15px;
}
/* popup */
.popup-effect {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 0ms;
    visibility: hidden;
    opacity: 0;
    z-index: 99;
}

.popup-effect:target {
    visibility: visible;
    opacity: 1;
}

.popup {
    background: #fff;
    border-radius: 4px;
    max-width: 800px;
    position: relative;
    margin: 4em auto;
    padding: 3em 2em;
    z-index: 999;
}

.popup-vert {
    background: #fff;
    border-radius: 4px;
    max-width: 500px;
    position: relative;
    margin: 3em auto;
    padding: 3em 2em;
    z-index: 999;
}

.popup .close {
    position: absolute;
    top: 5px;
    right: 15px;
    transition: all 200ms;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    color: #000;
}

/* //popup */
/* //gallery page */



/**** About ****/


.about{
	display: block;
}
.about-data{
	float:left;
	width:66.1%;
	margin-right:3.6%;
}
.aboutus-data{
	float:left;
	width:66.1%;
	align-content:center;
	text-align:center;
	margin-left:18.6%;
	margin-right:20.6%;
}

.certification-header{
	float:left;
	width:66.1%;
	align-content:center;
	text-align:center;
	margin-left:4.6%;
	margin-right:4.6%;
}

.certification-data{
	float:left;
	width:66.1%;
	align-content:center;
	text-align:center;
	margin-left:16.6%;
	margin-right:4.6%;
}


.about-img{
	float:left;
	width: 44.2%;
}
.main h2 {
	color: #CC0000;
	text-transform: capitalize;
	font-size: 2.3em;
	font-weight: 600;
	margin-bottom: 2%;
}
.about-img img{
	padding: 5px;
	background: #929DAC;
	box-shadow: 0px 56px 36px -60px #121D12;
	-webkit-box-shadow: 0px 56px 36px -60px #121D12;
	-moz-box-shadow: 0px 56px 36px -60px #121D12;
	-o-box-shadow: 0px 56px 36px -60px #121D12;
}
.about-desc{
	float:left;
	width: 54.2%;
	margin-right:1.6%;
	margin-bottom:1.5em;
}

.about-desc h4{
	color: #494949;
	font-size: 1.4em;
	line-height: 1.8em;
}
.about-data p{
	font-size: 0.9em;
	color: #343434;
	line-height: 1.8em;
	margin: 1em 0em;
}
.about-data span{
	font-size: 0.9em;
	color: #343434;
	line-height: 1.8em;
	margin: 1em 0em;
}
.sidebar{
	float:left;
	width: 30.2%;
}
.sidebar-orhvs5 h2{
	color: #494949;
	font-size: 1.0em;
	font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	
	
	font-weight:400;
	margin-bottom: 1%;
}

.blog_heading p.date {
	padding-bottom: 5px;
}
.date span.author:hover{
	text-decoration:underline;
}
.blog_desc p {
	font-size: 0.9em;
	color: #4D4D4D;
	line-height: 1.8em;
}
.blog_heading span {
	color: #343434;
	font-size: 1.2em;
	font-weight: 600;
}
.blog_desc {
	margin: 1em 0em 1.5em;
}




.under{
	margin: 6;
    padding: 0em 0em;
	text-align:center;
	color: #F9F9F9;
}
.under h2 {
	font-size: 2em;
	font-weight: 300;
	background: #020000;
	line-height: 1.8em;
}
.welcome{
	padding:3em 0em 0;
	text-align:center;
}
.welcome h2 {
	font-size: 4em;
	font-weight: 500;
	color: #CC0000;
	padding: 0.3em 0;
}
.welcome h6 {
	font-size: 1.8em;
	font-weight: 500;
	color: #000000;
	line-height:1.5em;
}
.welcome p{
	font-size: 1.2em;
	font-weight: 400;
	color: #6B6B6B;
	margin: 1em 0em;
	line-height:1.8em;
}

.suppliers{
	padding:0em 0em 0;
	text-align:center;
}
.suppliers h2 {
	font-size: 4em;
	font-weight: 500;
	color: #CC0000;
	padding: 0.3em 0;
}
.suppliers h6 {
	font-size: 1.8em;
	font-weight: 500;
	color: #000000;
	line-height:1.5em;
}
.suppliers th{
	font-size: 1.1em;
	font-weight: 400;
	color: #000000;
	margin: 1em 0em;
	line-height: 1.8em;
	text-align: left;
}

article {
	
	overflow-x: auto;
	
}

table {
	border-collapse: collapse;
	text-align: left;
	font-size:14px;
	
	
	
}

.title-section {
  margin-top: 30px;
  margin-bottom: 80px;
}
.title-section2 {
  margin-top: 45px;
  margin-bottom: 20px;
}
.title-section4 {
  font-size: 18px;
  margin-top: 35px;
  margin-bottom: 35px;
}
.title-section5 {
	
  margin-top: 20px;
  font-size: 25px;
  font-weight: normal;
  text-transform: uppercase;
  display: block;
  margin-bottom: 20px;
}

a.btn-purchase {
    background: #525CE7;
    color: #fff;
    text-transform: uppercase;
    border-radius: 4px;
	margin-top: 15px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
a.btn-purchase:hover,
a.btn-purchase:focus {
    background: #E20D0D;
    color: #fff;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

/*---*/

.dropdown-toggle::after {
    width: 0;
    height: 0;
    margin-left: 0;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border: 0px;
}

li.nav-item.active {
    background: none;
	color: #000000;
}

.dropdown-item:hover,
.dropdown-item:focus {
    color: #666666;
    text-decoration: none;
    background-color: #f0f0f6;
}


/*-- //top-nav --*/
.top-head.text-left {
    padding: 0.1em 1em;
    background: #000000;
}
.right-p ul li {
    display: inline-block;
    font-size: 15px;
    letter-spacing: 1px;
    color: #fff;
    margin: 0.5em 1em;
}
.left-info.footer-grid-w3ls ul.social li a span{
    color: #fff;
    font-size: 12px;
    background: transparent;
    width: 28px;
    height: 28px;
    line-height: 27px;
    text-align: center;
    display: block;
    border-radius: 50%;
}
/*-- //header --*/
h3.tittle-wthree span {
    display: block;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.3em;
    color: #807f7e;
    letter-spacing: 4px;
}
h3.tittle-wthree {
    text-shadow: 2px 2px 2px rgba(41, 41, 41, 0.12);
    font-size: 3em;
    color: #CC0000;
    font-weight: 400;
}
/*-- effect --*/
/*--/about--*/
.aboutright h3 {
    color: #CC0000;
    font-weight: 400;
    font-size: 31px;
    letter-spacing: 1px;
}
.aboutright h4 {
    margin: 1.2em 0;
    font-style: italic;
    font-size: 15px;
    color: #383838;
}
.about-img img, .galsses-grid-left img{
    background: #f0f0f0;
    padding: 0.4em;
}
/*--*/

/* Global Button Styles */

a.animated-button:link,
a.animated-button:visited {
	position: relative;
    padding: 10px 25px;
    color: #555;
	font-size: 13px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	overflow: hidden;
	letter-spacing: .08em;
	border-radius: 0;
	z-index: 9;
	text-shadow: 0 0 1px rgba(0, 0, 0, 0.2), 0 1px 0 rgba(0, 0, 0, 0.2);
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}

a.animated-button:link:after,
a.animated-button:visited:after {
	content: "";
	position: absolute;
	height: 0%;
	left: 50%;
	top: 50%;
	width: 150%;
	z-index: -1;
	-webkit-transition: all 0.75s ease 0s;
	-moz-transition: all 0.75s ease 0s;
	-o-transition: all 0.75s ease 0s;
	transition: all 0.75s ease 0s;
}

a.animated-button:link:hover,
a.animated-button:visited:hover {
	color: #FFF;
	text-shadow: none;
}

a.animated-button:link:hover:after,
a.animated-button:visited:hover:after {
	height: 450%;
}

/* Victoria Buttons */

a.animated-button.victoria-two {
	border: 2px solid #CC0000;
}

a.animated-button.victoria-two:after {
	background:#CC0000;
	-moz-transform: translateX(-50%) translateY(-50%) rotate(25deg);
	-ms-transform: translateX(-50%) translateY(-50%) rotate(25deg);
	-webkit-transform: translateX(-50%) translateY(-50%) rotate(25deg);
	transform: translateX(-50%) translateY(-50%) rotate(25deg);
}
/*--//about--*/
/*--/middle--*/
.course-selection {
background: url(../images/banner2.jpg) no-repeat center;
    background-size: cover;
    min-height: 408px;
    position: relative;
}
h3.course {
    font-size: 2.5em;
    color: #fff;
}
.dotts {
    background: url(../images/dots.png);
}
.course-left p {
    color: #fff;
}
.course-detials-inner-info h4 {
    color:#CC0000;
    font-weight: 600;
    margin-bottom: 0.6em;
}
.course-right input[type="text"],.course-right input[type="email"],.course-right select.form-control.option {
    width: 100%;
    padding: 0.8em 1em;
    font-size: 0.85em;
    outline: none;
    color: #212121;
    border: none;
    border: 1px solid #fff;
    letter-spacing: 1px;
	margin-bottom: 0.5em;
	border-radius:0px;
}
.course-right input[type="submit"] {
    outline: none;
    padding:15px 0;
    font-size: 14px;
    color: #fff;
    background:#CC0000;
    border: none;
    letter-spacing: 2px;
    text-transform: uppercase;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
    font-weight: 600;
    cursor: pointer;
    border-radius: 0px;
}
.course-right  select.form-control.option {
    height: 46px;
}
.text-info-sec h5 {
    font-size: 1.1em;
    color: #313131;
    text-shadow: 0 1px 2px rgba(18, 18, 19, 0.13);
    font-weight: 500;
}
.text-info-sec p.card-text {
    margin: 8px 0;
}

.cource-box-info .card-body {
    padding: 0;
}
p.card-text {
    font-size: 1.08em;
    margin-bottom: 1em!important;
}
.cource-box-info i {
    color: #616167;
}
h5.card-title {
    color: #CC0000;
    font-size: 1.1em;
    font-weight: 400;
}

h5.card-heading {
    color: #CC0000;
    font-size: 1.4em;
    font-weight: 400;
}

ul.property-box li:nth-child(2) {
    margin-left: 7em;
}
/*--//middle--*/
/*--/services--*/
.service-in .card {
    border: none;
    background: none;
}
.service-in .card-title {
    font-size: 1.4em;
    color: #333;
    font-weight: 600;
}
.service-in p.card-text{
    line-height: 1.9em;
    padding: 0 1em;
}
.service-in .card i {
    font-size: 2em;
    margin-bottom: 0.7em;
    color:#CC0000;
}

.iframe-container{
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; 
  height: 0;
}
.iframe-container iframe{
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*--//services--*/

/*--//--*/
.galsses-grid-left {
	position: relative;
	margin: 0 auto;
	max-width: 1000px;
	list-style: none;
	text-align: center;
}


.galsses-grid-right h5 {
    font-size: 0.85em;
    color: #888;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.16);
    font-weight: 400;
}

.galsses-grid-right p {
	line-height: 2.2em;
}

.galsses-grid-left p {
    color:#CC0000;
}

h4.post {
    font-size: 1em;
    color: #454646;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.16);
    font-weight: 600;
}

span.post-color {
    font-size: 2em;
    color: #6a67ce;
}

/*-- Pricing --*/

/*-- stats --*/

.stats_info p {
    font-size: 41px;
    letter-spacing: 1px;
    line-height: 2;
    color: #CC0000;
}
.stats_info h4 {
    font-size: 20px;
    color: #efefef;
    margin: 0;
    letter-spacing:2px;
    text-transform: uppercase;
    font-weight: 100;
}
.stats_info i {
    font-size: 2.5em;
    color: #fff;
    margin: 0;
    margin-top: 1em;
}
.stats_bottom_grid_left img {
	margin: 0 auto;
}

.stats_info.counter_grid {
    background: url(../images/g4.jpg) no-repeat center;
    background-size: cover;
}

.stats_info.counter_grid1 {
    background: url(../images/g1.jpg) no-repeat center;
    background-size: cover;
    position: relative;
}

.stats_info.counter_grid2 {
    background: url(../images/g2.jpg) no-repeat center;
    background-size: cover;
    position: relative;
}
.stats_info.counter_grid3 {
    background: url(../images/g6.jpg) no-repeat center;
    background-size: cover;
    position: relative;
}
.stats_info {
	text-align: center;
	padding: 0;
	border-top: none;
	border-bottom: none;
}

.stats_info:nth-child(3) {
	border-right: 0px;
}

.stats_info:nth-child(2) {
	border-left: 0px;
	border-right: 0px;
}
/*--//stats--*/
/*--testimonials--*/
.testimonials_grid h3 {
    margin: 0.5em 0 0 0;
    color: #131212;
    font-size: 1.2em;
}
.testimonials_grid label {
    font-size: 0.9em;
    letter-spacing: 1px;
    color:#CC0000;
}
.testimonials_grid h3 span {
    font-weight: 100;
    font-size: 0.8em;
    color: #888;
}
.testimonials_grid p {
    width: 70%;
    margin: 1em auto 0;
    line-height: 2em;
    letter-spacing: 1px;
    color: #959596;
}
div#carouselExampleControls .carousel-item {
    background: none;
    height: auto;
}
.testimonials_grid {
    margin: 2em auto 0;
    width: 60%;
}
a.carousel-control-next.test, a.carousel-control-prev.test {
    color: #0e0f10;
    text-align: center;
    opacity: 0.9;
    font-size: 2em;
}
.testimonials_grid i {
    font-size: 3em;
    color: #26d0f7;
}
/*--//testimonials--*/
.inner-page{
    background: url(../images/lightning-banner.jpg) no-repeat center;
    background-size: cover;
    min-height: 50px;
}
li.breadcrumb-item {
	font-size: 0.9em;
	letter-spacing: 3px;
}

li.breadcrumb-item a {
    color: #CC0000;
}

.breadcrumb-item.active {
	color: #030000;
}

ol.breadcrumb {
    background: none;
    margin: 0;
    padding: 1em 2em;
    background: #f7f7f7;
}

ol.breadcrumb2 {
    background: none;
    margin: 0;
    padding: 1em 2em;
    background: #FFFF00;
}

ol.breadcrumb3 {
    background: none;
    margin: 0;
    padding: 1em 0.8em;
	font-size: 8px;
    background: #FFFF00;
}


.ban-inner-content h3 {
	color: #fff;
	font-size: 2em;
}

.breadcrumb-item+.breadcrumb-item::before {
	display: inline-block;
	padding-right: 0.5rem;
	padding-left: 0.5rem;
	color: #ddd;
	content: "/";
}
/*-- /error --*/
.error {
    margin-bottom: 1em;
}
.error-404 h4 {
	font-size: 12em;
	font-weight:500;
	color: #333;
	margin: 0;
	padding: 0;
}

a.b-home {
	background: #202020;
	padding: 0.7em 1.5em;
	display: inline-block;
	color: #FFF;
	text-decoration: none;
	margin-top: 1em;
	font-size: 0.9em;
}

a.b-home:hover {
    background: #f34235;
}

.error-404 p {
	color: #929090;
	font-size: 1em;
	letter-spacing: 8px;
	margin: 0em 0 2em 0;
}

.error.social-icons {
	margin-bottom: 1em;
}

.error.social-icons a {
	color: #4e4e4e;
}
.error-404 form {
	margin: 0 auto 2em;
	width: 40%;
	text-align: center;
}
.error-404 .copyrighttop a.facebook {
    color: #aaacaf;
    font-size: 15px;
}
.error-404 form input[type="search"] {
	outline: none;
	border: 1px solid #c4c5c5;
	background: none;
	color: #212121;
	padding: 14px 15px;
	width: 80%;
	float: left;
	font-size: 12px;
	letter-spacing: 5px;
	border-radius: 4px 0px 0px 4px;
	-webkit-border-radius: 4px 0px 0px 4px;
	-moz-border-radius: 4px 0px 0px 4px;
	-ms-border-radius: 4px 0px 0px 4px;
	-o-border-radius: 4px 0px 0px 4px;
}

.error-404 button.btn1 {
	color: #fff;
	border: none;
	padding: 12px 0;
	text-align: center;
	cursor: pointer;
	text-decoration: none;
    background:#6a67ce;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	transition: 0.5s all;
	float: right;
	width: 20%;
	-webkit-border-radius: 0px 4px 4px 0px;
	-o-border-radius: 0px 4px 4px 0px;
	-moz-border-radius: 0px 4px 4px 0px;
	-o-border-radius: 0px 4px 4px 0px;
}

.error-404 button.btn1:hover {
    background:#ec1c24;
}

.social_media.footer-icons.error-page ul li a {
    color: #676161;
}
.social_media.footer-icons.error-page ul li a:hover {
}
@media(max-width:640px) {
	.error-404 h4 {
		font-size: 9em;
	}
	.error-404 form {
		width: 72%;
	}
	
	
}

@media(max-width:600px) {
	.error-404 h4 {
		font-size: 6em;
	}
	a.b-home {
		padding: 0.6em 1em;
		margin-top: 1em;
	}
}

@media(max-width:480px) {
	.error-404 h4 {
		font-size: 5em;
	}
	.error-404 p {
		font-size: 0.8em;
		letter-spacing: 5px;
		margin: 1em 0;
	}
}

/*-- //error --*/
/*--/team--*/

.member-main .card {
	border: none;
	background: none;
}

.member-main .card-body {
	padding: 0 1em;
}

.team-social ul.social-icons li {
	display: inline-block;
}

.team-social ul.social-icons li a {
	display: block;
	color: #afadad;
	text-decoration: none;
	font-size: 14px;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	line-height: 34px;
	background: transparent;
	border: 2px solid #afadad;
}

.team-social ul.social-icons li a:hover {
    color: #6a67ce;
    border: 2px solid #6a67ce;
}

.member-main h4 {
	font-size: 1em;
	color: #454646;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.16);
	font-weight: 600;
	margin-top: 0.5em;
}

.member-main p {
	padding: 0 0.8em;
}

/*--//team--*/
/*--/services--*/

.serve-grid i {
font-size: 2em;
    color: #6a67ce;
}

.grid-logo { 
  display: grid;
  grid-template-columns:  551px;
  background-image: url(../images/hvservices2020-551.jpg);
  background-repeat: no-repeat;
  width: 551px;
  height: 86px;
  
  }
  
.serve-grid p {
	color: #7d7d7d;
	font-size: 15px;
	line-height: 1.9;
}

.serve-grid:hover.serve-grid i {
    color: #CC0000;
}
.serve-grid h4 {
color: #212020;
    font-size: 1.4em;
    letter-spacing: 2px;
    font-weight: 600;
}
.project-img img {
    background: #eaecef;
    padding: 0.7em;
}

/*--//services--*/

/*-- Contact --*/

.map iframe {
	border: none;
	width: 100%;
	height: 450px;
}

.main_grid_contact h4 {
	font-size: 1.4em;
	color: #4e4f50;
	text-shadow: 0 1px 2px rgba(18, 18, 19, 0.13);
	font-weight: 700;
	text-transform: uppercase;
}

.map {
	position: relative;
	margin-bottom: 13em;
}

.contact-info h3 {
	color: #eee;
}

.contact-info p {
	margin: 0;
	font-size: 15px;
	color: #999;
	letter-spacing: 1px;
}

.main_grid_contact {
	width: 70%;
	position: absolute;
	bottom: -57%;
	left: 15%;
	-webkit-box-shadow: -5px 6px 25px -12px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: -5px 6px 25px -12px rgba(0, 0, 0, 0.75);
	box-shadow: -5px 6px 25px -12px rgba(0, 0, 0, 0.75);
}

.form {
	flex-basis: 70%;
	-webkit-flex-basis: 70%;
	padding: 3em 5em;
	background: #fff;
}

.main_grid_contact label {
	color: #454646;
	letter-spacing: 1px;
	font-size: 1em;
	font-weight: 600;
	font-family: 'Poppins', sans-serif;
}

.main_grid_contact input[type="text"],
.main_grid_contact input[type="email"],
.main_grid_contact textarea {
	outline: none;
	padding: 15px 15px;
	font-size: 14px;
	color: #777;
	background: #f7f7f7;
	width: 100%;
	letter-spacing: 1px;
	border: 1px solid #ebeeef;
	border-radius: 0px;
}

.input-group input.margin2 {
	margin-right: 2%;
}

.input-group1 input[type="submit"] {
	outline: none;
	padding: 20px 0;
	font-size: 14px;
	color: #fff;
	background: #242525;
	border: none;
	letter-spacing: 2px;
	text-transform: uppercase;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	transition: 0.5s all;
	font-weight: 600;
	cursor: pointer;
	border-radius: 0px;
	font-family: 'Poppins', sans-serif;
}

.input-group1 input[type="submit"]:hover {
    background:#6a67ce;
	transition: all 0.5s ease-in;
	box-shadow: 21.213px 21.213px 60px 0px rgba(34, 59, 140, 0.06);
}

.main_grid_contact textarea {
	min-height: 80px;
	margin: 1em 0em;
	resize: none;
}

.address {
	margin-top: 22em;
}

.address-info {
	background: #f7f7f7;
	border: 1px solid #ebeeef;
	padding: 3em 1em;
}

.address-right h6 {
	font-size: 1em;
	color: #414346;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.07);
}

.address-grid i {
    font-size: 1.5em;
    color: #f34235;
}

.address-right p,
.address-right p a {
	color: #7c848c;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact {
  padding-bottom: 30px;
}

.contact .info-box {
  color: #444;
  text-align: center;
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 20px 0 30px 0;
  margin-bottom: 30px;
}

.contact .info-box i {
  font-size: 32px;
  color: #68A4C4;
  border-radius: 50%;
  padding: 8px;
  border: 2px dotted #a2cce3;
}

.contact .info-box h3 {
  font-size: 20px;
  color: #666;
  font-weight: 700;
  margin: 10px 0;
}

.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.contact .php-email-form {
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 30px;
  margin-bottom: 30px;
}

.contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input, .contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form input::focus, .contact .php-email-form textarea::focus {
  background-color: #68A4C4;
}

.contact .php-email-form input {
  padding: 20px 15px;
}

.contact .php-email-form textarea {
  padding: 12px 15px;
}

.contact .php-email-form button[type="submit"] {
  background: #68A4C4;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
}

.contact .php-email-form button[type="submit"]:hover {
  background: #8dbad2;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}


/*-- HomePage-Keywords --*/


.keywords_right p {
    text-align: center;
    color: #fff;
    font-size: 1px;
    text-transform: capitalize;
    letter-spacing: 2px;
}
.keywords_right a {
    color: #161616;
}
.keywords_right a:hover {
    color: #161616;
}


/*-- footer --*/
.footer {
	background: #D02427;
    
}


.footer-nav ul li { float: left; border-right: 0px solid #fff;  padding:0 10px; font-size: 12px; line-height: 28px; }





.footer-grid-w3ls.links.text-left {
    margin: 0;
}
.footer-grid-w3ls h3, .footer-list h3, .edu-footer-grid-w3ls h3 {
    font-size: 24px;
    color: #FFFFFF;
    text-transform: capitalize;
    line-height: 1.5em;
    letter-spacing: 2px;
}
.footer-grid-w3ls p {
    color: #bbbbbb;
    font-size: 14px;
    line-height: 1.8em;
    letter-spacing: 1px;
}
.footer-grid-w3ls ul, .footer-list ul {
    padding: 0;
    margin: 0;
}
.footer-grid-w3ls ul li, .footer-list ul li {
    display: block;
    margin: .4em 0 0;
}
.footer-logo-w3 li {
    display: inline-block !important;
}
.footer-logo-w3 ul li a {
    color: #bbb;
    font-size: 1.2em;
    text-decoration: none;
    padding-right: 5px;
}
.footer-list ul li {
    color: #bbb;
    font-size: 1em;
}
.footer-grid-w3ls ul li {
    color: #bbb;
     font-size: 14px;
    text-decoration: none;
    line-height: 2em;
    text-transform: capitalize;
    letter-spacing: 1px;
    font-family: 'Open Sans', sans-serif;
}
.footer-grid-w3ls strong {
    text-decoration: underline;
     color: #eee;
}
.footer-grid-w3ls ul li a  {
    color: #bbb;
    font-size: 1em;
}
.footer-grid-w3ls ul li a:hover{
   color: #CC0000;
}
.footer-grid-w3ls ul li i:hover{
    color: #00BCD4;
	border: 1px solid #00BCD4;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
.edu-footer-grid-w3ls ul {
    padding: 0;
    margin: 0;
}
.edu-footer-grid-w3ls input[type="email"],.edu-footer-grid-w3ls input[type="text"]{
	outline:none;
    padding: 11px 15px;
	background:#fff;
	border:none;
	font-size:14px;
	color:#212121;
    margin-bottom: 1em;
	width:100%;
    border-bottom: 1px solid #ccc;
     border-radius: 3px;
}
.edu-footer-grid-w3ls input[type="submit"] {
    outline: none;
    padding: 11px 15px;
    border: none;
    font-size: 14px;
    color: #fff;
    border: 1px solid #fff;
    width: 100%;
    text-align: left;
    background-color: transparent;
    letter-spacing: 2px;
    text-align: center;
     border-radius: 3px;
    cursor:pointer;
}
.edu-footer-grid-w3ls input[type="submit"]:hover{
    background:#CC0000;
    border: 1px solid #CC0000;
}
.footer-logo-w3 a {
    color: #FFFFFF;
    font-weight: 600;
    text-decoration: none;
     font-size: 1.4em;
    text-transform: capitalize;
}
.footer-logo-w3 h3 span {
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 400;
    text-align: center;
    display: block;
	position: relative;
}
.footer-logo-w3 h3 span:after{
    position: absolute;
    content: '';
    height: 2px;
    width: 40px;
    background: #fff;
    bottom: 47%;
    right: 18%;
}
.footer-logo-w3 h3 span:before{
    position: absolute;
    content: '';
    height: 2px;
    width: 40px;
    background: #fff;
    bottom: 47%;
    left: 18%;
}
.copy_right {
    background: #161616;
}
.copy_right p {
    text-align: right;
    color: #000000;
	padding: 5px 55px;
    font-size: 12px;
    letter-spacing: 1px;
}
.copy_right a {
    color: #000000;
}
.copy_right a:hover {
    color: #000000;
}
.copy_right {
    background: #F6C61F;
}
.footer-grid-w3ls ul.social li a span {
    color: #777;
    font-size: 13px;
    background: #D02427;
    width: 37px;
    height: 3px;
    line-height: 37px;
    text-align: center;
    display: block;
    border-radius: 50%;
}
.footer-grid-w3ls ul.social li a span:hover{
    background: #fff;
    color: #CC0000;
}
/*-- //footer --*/

/*--/toTop--*/

#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 10px;
	right: 10px;
	overflow: hidden;
	width: 34px;
	height: 34px;
	border: none;
	text-indent: 100%;
	background: url(../images/top_up.png) no-repeat 0px 0px;
	font-size: 0;
}

/*--//toTop--*/

/*--responsive--*/

@media(max-width:1440px) {
	
	.grid-logo { 
  display: grid;
  grid-template-columns:  450px;
  background-image: url(../images/hvservices2020-450.jpg);
  background-repeat: no-repeat;
  width: 450px;
  height: 70px;
  
  }
	
	}

@media(max-width:1366px) {
	
	.grid-logo { 
  display: grid;
  grid-template-columns:  450px;
  background-image: url(../images/hvservices2020-450.jpg);
  background-repeat: no-repeat;
  width: 450px;
  height: 70px;
  
  }
	
	
	}

@media(max-width:1280px) {
	
	.grid-logo { 
  display: grid;
  grid-template-columns:  450px;
  background-image: url(../images/hvservices2020-450.jpg);
  background-repeat: no-repeat;
  width: 450px;
  height: 70px;
  
  }
	
	
	}

@media(max-width:1080px) {
    .navbar {
        padding: 0.8em 1em;
    }
    .right-p ul li {
        margin: 0.5em 0em;
    }
	
	
	
	.grid { 
  display: grid;
  grid-template-columns:  90px 90px 90px 90px;
  grid-gap: 2px;
  
  }
.grid img {
  
  max-width: 100%;
}  

.grid-logo { 
  display: grid;
  grid-template-columns:  450px;
  background-image: url(../images/hvservices2020-450.jpg);
  background-repeat: no-repeat;
  width: 450px;
  height: 70px;
  
  }

  .grid-img {
  
  max-width: 50%;
}      
    
}

@media(max-width:1050px) {
	
		
 .grid { 
  display: grid;
  grid-template-columns:  90px 90px 90px 90px;
  grid-gap: 2px;
  
  }
  
  .grid-logo { 
  display: grid;
  grid-template-columns:  450px;
  background-image: url(../images/hvservices2020-450.jpg);
  background-repeat: no-repeat;
  width: 450px;
  height: 70px;
  
  }
  
.grid img {
  
  max-width: 100%;
}           
}

@media(max-width:1024px) {
	.welcome h2 {
	font-size: 3em;
}
.welcome h6 {
	font-size: 1.6em;
}
.welcome {
	padding: 3em 0 0;
}
.grid { 
  display: grid;
  grid-template-columns:  90px 90px 90px 90px;
  grid-gap: 2px;
  
  }
  
  .grid-logo { 
  display: grid;
  grid-template-columns:  450px;
  background-image: url(../images/hvservices2020-450.jpg);
  background-repeat: no-repeat;
  width: 450px;
  height: 70px;
  
  }
  
  .grid-repair { 
  display: grid;
  grid-template-columns:  446px 446px;
  grid-gap: 5px;
  margin-top: 0px;
  margin-bottom: 20px;
  
  }
  
  
  .grid-iso { 
  display: grid;
  grid-template-columns:  150px 150px;
  grid-gap: 5px;
  margin-top: 0px;
  
  }
  
  .grid-iso { 
  display: grid;
  grid-template-columns:  150px 150px;
  grid-gap: 5px;
  margin-top: 0px;
  
  }
  
  .grid-certs { 
  display: grid;
  grid-template-columns:  150px 150px 150px;
  grid-gap: 5px;
  margin-top: 0px;
  
  }
  
  .grid-christ { 
  display: grid;
  grid-template-columns:  1024px;
  grid-gap: 5px;
  margin-top: 0px;
  margin-bottom: 20px;
  
  }
  
  
  .grid-800px { 
  display: grid;
  grid-template-columns:  600px;
  grid-gap: 5px;
  margin-top: 2px;
  margin-bottom: 5px;
  
  }
  
  .grid-600px { 
  display: grid;
  grid-template-columns:  600px;
  grid-gap: 5px;
  margin-top: 2px;
  margin-bottom: 5px;
  
  }
  
  .grid-300-300px { 
  display: grid;
  grid-template-columns:  300px 300px;
  grid-gap: 5px;
  margin-top: 2px;
  margin-bottom: 5px;
  
  }
  
  
  
.grid img {
  
  max-width: 100%;
}       	
	}

@media(max-width:991px) {
	.navbar-light .navbar-nav .nav-link {
		padding: 0.4em 1.4em;
		font-size: 0.9em;
		text-align: center;
	}
	li.nav-item {
		margin: 6px 0px 0 0;
	}
	.dropdown-item {
		text-align: center;
	}
	.active>.nav-link,
	.navbar-light .navbar-nav .nav-link.show,
	.navbar-light .navbar-nav .nav-link.active,
	.navbar-light .navbar-nav .nav-link:hover {
		color: #555;
		text-shadow: 1px 1px 2px #000000;
		border: 2px solid #ffffff;
		border-radius: 3px;
	}
	.navbar-light .navbar-nav .nav-link {
		padding: 0.7em 1.4em;
		font-size: 0.9em;
		text-align: center;
		color: #555;
	}
	#navbarSupportedContent {
		background: #fff;
		padding: 0.5em 0;
	}
	.cd-header-buttons {
		top: 20px;
		right: 60px;
	}
	.card.feature {
		border: 0;
		width: 50%;
	}
	.copyright {
		text-align: center;
		margin-bottom: 2em;
	}
	.footer-bottom {
		margin-top: 1em;
		padding-top: 2em;
	}
	footer {
		padding: 3em 0;
	}
	.subscribe-grid {
		padding: 1em 0em;
		margin: 0 auto;
		width: 90%;
	}
	span.navbar-toggler-icon i {
		line-height: 1.2em;
		font-size: 1.4em;
	}
	.navbar-toggler {
		padding: 0.3rem 0.6rem;
		font-size: 1.25rem;
		border: 1px solid transparent;
		border-radius: 0;
	}
	#navbarSupportedContent {
		background: #fff;
		padding: 0.5em 0;
		position: absolute;
		width: 90%;
		z-index: 99;
		top: 100%;
	}
    .navbar {
        padding: 0.8em 1em;
    }
    a.navbar-brand {
       font-size: 0.7em;
    }
    .footer-logo-w3 a {
        font-size: 1.2em;
    }
    .footer-grid-w3ls h3, .footer-list h3, .edu-footer-grid-w3ls h3 {
       font-size: 20px;
    }
    .galsses-grid-right {
        margin-bottom: 1em;
    }
    .inner-page {
        min-height: 50px;
    }
    .course-right {
        padding-bottom: 2em;
    }
    .aboutright {
        margin-top: 1.5em;
    }
    ul.social {
        margin: 0!important;
    }
    .footer-grid-w3ls:nth-child(3) {
        margin: 1.2em 0!important;
    }
    .serve-gd-ingo {
        margin-bottom: 1em;
    }
    .project-img img {
        background: #eaecef;
        padding: 0.5em;
        margin-bottom: 0.5em;
    }
    .member-img img {
        width: 50%;
        margin-top: 1em;
    }
	.grid { 
  display: grid;
  grid-template-columns:  80px 80px 80px 80px;
  grid-gap: 2px;
  
  }
  
  .grid-logo { 
  display: grid;
  grid-template-columns:  450px;
  background-image: url(../images/hvservices2020-450.jpg);
  background-repeat: no-repeat;
  width: 450px;
  height: 70px;
  
  }
  
  .grid-protection { 
  display: grid;
  grid-template-columns:  180px 180px 180px;
  grid-gap: 5px;
  margin-top: 2px;
  margin-bottom: 5px;
  
  }
  
  
.grid-repair { 
  display: grid;
  grid-template-columns:  446px 446px;
  grid-gap: 5px;
  margin-top: 0px;
  margin-bottom: 20px;
  
  }
  
  .grid-clearance { 
  display: grid;
  grid-template-columns:  500px;
  grid-gap: 5px;
  margin-top: 0px;
  margin-bottom: 30px;
  
  }
  
  .grid-trac { 
  display: grid;
  grid-template-columns:  350px;
  text-align:center;
  
  grid-gap: 5px;
  margin-top: 0px;
  margin-bottom: 20px;
  
  }
  
  .grid-800px { 
  display: grid;
  grid-template-columns:  600px;
  grid-gap: 5px;
  margin-top: 2px;
  margin-bottom: 5px;
  
  }
  
  .grid-600px { 
  display: grid;
  grid-template-columns:  600px;
  grid-gap: 5px;
  margin-top: 2px;
  margin-bottom: 5px;
  
  }
  
  .grid-300-300px { 
  display: grid;
  grid-template-columns:  250px 250px;
  grid-gap: 5px;
  margin-top: 2px;
  margin-bottom: 5px;
  
  }
  
   
.grid img {
  
  max-width: 100%;
}       
 }
@media(max-width:768px) {
     .form {
        flex-basis:80%;
        -webkit-flex-basis:80%;
        padding: 2em 2em;
    }
	
	.about-data {
	float: none;
	width: 100%;
	margin-right:0; 
}
.sidebar {
	float: none;
	width: 100%;
	margin-top:2em;
	text-align:center;
}
.sidebar h2 {
	font-size: 1.5em;
}
.about-data h2 {
	font-size: 1.6em;
}
.about-desc {
	float: none;
	width: 100%;
	margin-right: 0;
	text-align:center;
}
.about-img {
	float: none;
	width: 100%;
	text-align: center;
}
.about-data p {
	text-align: center;
}
.grid { 
  display: grid;
  grid-template-columns:  80px 80px 80px 80px;
  grid-gap: 2px;
  
  }
  
  .grid-logo { 
  display: grid;
  grid-template-columns:  350px;
  background-image: url(../images/hvservices2020-350.jpg);
  background-repeat: no-repeat;
  width: 350px;
  height: 54px;
  
  }
  
  .grid-protection { 
  display: grid;
  grid-template-columns:  150px 150px 150px;
  grid-gap: 5px;
  margin-top: 2px;
  margin-bottom: 5px;
  
  }
  
  .grid-repair { 
  display: grid;
  grid-template-columns:  446px 446px;
  grid-gap: 5px;
  margin-top: 0px;
  margin-bottom: 20px;
  
  }
  
  .grid-iso { 
  display: grid;
  grid-template-columns:  150px 150px;
  grid-gap: 5px;
  margin-top: 0px;
  
  }
  
  
  .grid-certs { 
  display: grid;
  grid-template-columns:  140px 140px 140px;
  grid-gap: 5px;
  margin-top: 0px;
  
  }
  
    
  .grid-christ { 
  display: grid;
  grid-template-columns:  700px;
  grid-gap: 5px;
  margin-top: 0px;
  margin-bottom: 20px;
  
  }
  
  .grid-clearance { 
  display: grid;
  grid-template-columns:  450px;
  grid-gap: 5px;
  margin-top: 0px;
  margin-bottom: 30px;
  
  }
  
  .grid-trac { 
  display: grid;
  grid-template-columns:  350px;
  text-align:center;
  
  grid-gap: 5px;
  margin-top: 0px;
  margin-bottom: 20px;
  
  }
  
  .grid-800px { 
  display: grid;
  grid-template-columns:  600px;
  grid-gap: 5px;
  margin-top: 2px;
  margin-bottom: 5px;
  
  }
  
  .grid-grid-600px { 
  display: grid;
  grid-template-columns:  500px;
  grid-gap: 5px;
  margin-top: 2px;
  margin-bottom: 5px;
  
  }
  
  .grid-300-300px { 
  display: grid;
  grid-template-columns:  250px 250px;
  grid-gap: 5px;
  margin-top: 2px;
  margin-bottom: 5px;
  
  }
  
  
.grid img {
  
  max-width: 100%;
}     
  
}
@media(max-width:667px) {
    h3.tittle-wthree {
       font-size: 2em;
    }
    .aboutright h3 {
        font-size: 20px;
    }
    h3.course {
    font-size: 2em;
    }
    h4.text-white {
        font-size: 1.2em;
    }
    .service-in .card-title {
       font-size: 1.2em;
    }
     .right-p ul li {
        margin: 0.5em 0em;
         font-size:14px;
    }
    .member-main h4 {
      font-size: 1em;
    }
   .w3l_header_left {
		float: none;
		margin: .3em 0 0;
		text-align: center;
	}
	.w3l_header_left ul li {
		font-size: 14px;
		margin-right: 1em;
	}
	.w3l_header_right {
		float: none;
		text-align: center;
	}
	.text-left {
		text-align: center;
		margin-top: 1em;
		margin-bottom: .5em;
	}
	.grid { 
  display: grid;
  grid-template-columns:  80px 80px 80px 80px;
  grid-gap: 2px;
  
  }
  
  .grid-logo { 
  display: grid;
  grid-template-columns:  250px;
  background-image: url(../images/hvservices2020-250.jpg);
  background-repeat: no-repeat;
  width: 250px;
  height: 39px;
  
  }
  
  .grid-protection { 
  display: grid;
  grid-template-columns:  150px 150px 150px;
  grid-gap: 5px;
  margin-top: 2px;
  margin-bottom: 5px;
  
  }
  
  .grid-repair { 
  display: grid;
  grid-template-columns:  346px 346px;
  grid-gap: 5px;
  margin-top: 0px;
  margin-bottom: 20px;
  
  }
  
  .grid-iso { 
  display: grid;
  grid-template-columns:  150px 150px;
  grid-gap: 5px;
  margin-top: 0px;
  
  }
  
  
  .grid-certs { 
  display: grid;
  grid-template-columns:  120px 120px 120px;
  grid-gap: 5px;
  margin-top: 0px;
  
  }
  
  .grid-christ { 
  display: grid;
  grid-template-columns:  700px;
  grid-gap: 5px;
  margin-top: 0px;
  margin-bottom: 20px;
  
  }
  
  .grid-clearance { 
  display: grid;
  grid-template-columns:  450px;
  grid-gap: 5px;
  margin-top: 0px;
  margin-bottom: 30px;
  
  }
  
  .grid-trac { 
  display: grid;
  grid-template-columns:  350px;
  text-align:center;
  
  grid-gap: 5px;
  margin-top: 0px;
  margin-bottom: 20px;
  
  }
  
  .grid-800px { 
  display: grid;
  grid-template-columns:  500px;
  grid-gap: 5px;
  margin-top: 2px;
  margin-bottom: 5px;
  
  }
  
  .grid-grid-600px { 
  display: grid;
  grid-template-columns:  500px;
  grid-gap: 5px;
  margin-top: 2px;
  margin-bottom: 5px;
  
  }
  
  
  .grid-300-300px { 
  display: grid;
  grid-template-columns:  220px 220px;
  grid-gap: 5px;
  margin-top: 2px;
  margin-bottom: 5px;
  
  }
  
  
.grid img {
  
  max-width: 100%;
}     
}

@media(max-width:640px) {
   
    .testimonials_grid p {
        width: 95%;
    }
    .main_grid_contact {
        width: 100%;
        position: static;
        bottom: -57%;
        left: 10%;
    }
    .address {
        margin-top: 2em;
    }
    .map {
        position: relative;
        margin-bottom: 1em;
    }
    .address-right.text-left {
        text-align: center!important;
        margin-top: 1em;
    }
    ol.breadcrumb {
        padding: 1em 1em;
    }
	.grid { 
  display: grid;
  grid-template-columns:  80px 80px 80px 80px;
  grid-gap: 2px;
  
  }
  
  .grid-train { 
  display: grid;
  grid-template-columns:  400px;
  grid-gap: 5px;
  margin-top: 0px;
  margin-bottom: 20px;
  
  }
  
  .grid-protection { 
  display: grid;
  grid-template-columns:  150px 150px 150px;
  grid-gap: 5px;
  margin-top: 2px;
  margin-bottom: 5px;
  
  }
  
    
  
  .grid-clearance { 
  display: grid;
  grid-template-columns:  450px;
  grid-gap: 5px;
  margin-top: 0px;
  margin-bottom: 30px;
  
  }
  
  .grid-repair { 
  display: grid;
  grid-template-columns:  246px 246px;
  grid-gap: 5px;
  margin-top: 0px;
  margin-bottom: 20px;
  
  }
  
  .grid-iso { 
  display: grid;
  grid-template-columns:  150px 150px;
  grid-gap: 5px;
  margin-top: 0px;
  
  }
  
 
  .grid-certs { 
  display: grid;
  grid-template-columns:  120px 120px 120px;
  grid-gap: 5px;
  margin-top: 0px;
  
  }
  
  .grid-christ { 
  display: grid;
  grid-template-columns:  700px;
  grid-gap: 5px;
  margin-top: 0px;
  margin-bottom: 20px;
  
  }
  
  .grid-800px { 
  display: grid;
  grid-template-columns:  500px;
  grid-gap: 5px;
  margin-top: 2px;
  margin-bottom: 5px;
  
  }
  
  .grid-800px { 
  display: grid;
  grid-template-columns:  450px;
  grid-gap: 5px;
  margin-top: 2px;
  margin-bottom: 5px;
  
  }
  
  .grid-600px { 
  display: grid;
  grid-template-columns:  450px;
  grid-gap: 5px;
  margin-top: 2px;
  margin-bottom: 5px;
  
  }
  
  .grid-300-300px { 
  display: grid;
  grid-template-columns:  220px 220px;
  grid-gap: 5px;
  margin-top: 2px;
  margin-bottom: 5px;
  
  }
  
  
  
.grid img {
  
  max-width: 100%;
}    
}

@media(max-width:600px) {
     h3.course {
       font-size:1.8em;
    }
    .course-detials-inner-info h4 {
        margin-bottom: 0.6em;
        font-size: 1em;
    }
    p{
        font-size:0.85em;
    }
    .inner-page {
        min-height: 50px;
    }
    .map iframe {
        height: 350px;
    }
    .testimonials_grid {
        margin: 2em auto 0;
        width: 80%;
    }
	.grid { 
  display: grid;
  grid-template-columns:  70px 70px 70px 70px;
  grid-gap: 2px;
  
  }
  
    
  .grid-repair { 
  display: grid;
  grid-template-columns:  246px 246px;
  grid-gap: 5px;
  margin-top: 0px;
  margin-bottom: 20px;
  
  }
  
  .grid-protection { 
  display: grid;
  grid-template-columns:  150px 150px 150px;
  grid-gap: 5px;
  margin-top: 2px;
  margin-bottom: 5px;
  
  }
  
  .grid-iso { 
  display: grid;
  grid-template-columns:  150px 150px;
  grid-gap: 5px;
  margin-top: 0px;
  
  }
  
   .grid-certs { 
  display: grid;
  grid-template-columns:  120px 120px 120px;
  grid-gap: 5px;
  margin-top: 0px;
  
  }
  
  .grid-clearance { 
  display: grid;
  grid-template-columns:  400px;
  grid-gap: 5px;
  margin-top: 0px;
  margin-bottom: 30px;
  
  }
  
  .grid-trac { 
  display: grid;
  grid-template-columns:  300px;
  text-align:center;
  
  grid-gap: 5px;
  margin-top: 0px;
  margin-bottom: 20px;
  
  }
  
.grid img {
  
  max-width: 100%;
}      
}

@media(max-width:568px) {
        h3.tittle-wthree {
           font-size: 1.6em;
        }
        h3.course {
        font-size: 1.4em;
        }
		.grid { 
  display: grid;
  grid-template-columns:  70px 70px 70px 70px;
  grid-gap: 2px;
  
  }
  
  .grid-train { 
  display: grid;
  grid-template-columns:  400px;
  grid-gap: 5px;
  margin-top: 0px;
  margin-bottom: 20px;
  
  }
  
    
  .grid-repair { 
  display: grid;
  grid-template-columns:  246px 246px;
  grid-gap: 5px;
  margin-top: 0px;
  margin-bottom: 20px;
  
  }
  
  .grid-protection { 
  display: grid;
  grid-template-columns:  130px 130px 130px;
  grid-gap: 5px;
  margin-top: 2px;
  margin-bottom: 5px;
  
  }
  
  .grid-clearance { 
  display: grid;
  grid-template-columns:  400px;
  grid-gap: 5px;
  margin-top: 0px;
  margin-bottom: 30px;
  
  }
  
  .grid-iso { 
  display: grid;
  grid-template-columns:  150px 150px;
  grid-gap: 5px;
  margin-top: 0px;
  
  }
  
  .grid-certs { 
  display: grid;
  grid-template-columns:  120px 120px 120px;
  grid-gap: 5px;
  margin-top: 0px;
  
  }
  
  .grid-christ { 
  display: grid;
  grid-template-columns:  450px;
  grid-gap: 5px;
  margin-top: 0px;
  margin-bottom: 20px;
  
  }
  
.grid img {
  
  max-width: 100%;
}     
}

@media(max-width:480px) {
    .testimonials_grid h3 {
        font-size: 0.9em;
    }
    testimonials_grid label {
        font-size: 0.8em;
    }
	.grid { 
  display: grid;
  grid-template-columns:  70px 70px 70px 70px;
  grid-gap: 2px;
  
  }
  
  .grid-train { 
  display: grid;
  grid-template-columns:  400px;
  grid-gap: 5px;
  margin-top: 0px;
  margin-bottom: 20px;
  
  }
  
  .grid-protection { 
  display: grid;
  grid-template-columns:  130px 130px 130px;
  grid-gap: 5px;
  margin-top: 2px;
  margin-bottom: 5px;
  
  }
  
    
  .grid-repair { 
  display: grid;
  grid-template-columns:  246px 246px;
  grid-gap: 5px;
  margin-top: 0px;
  margin-bottom: 20px;
  
  }
  
  .grid-iso { 
  display: grid;
  grid-template-columns:  150px 150px;
  grid-gap: 5px;
  margin-top: 0px;
  
  }
  
  .grid-certs { 
  display: grid;
  grid-template-columns:  120px 120px 120px;
  grid-gap: 5px;
  margin-top: 0px;
  
  }
  
  .grid-clearance { 
  display: grid;
  grid-template-columns:  300px;
  grid-gap: 5px;
  margin-top: 0px;
  margin-bottom: 30px;
  
  }
  
  .grid-christ { 
  display: grid;
  grid-template-columns:  400px;
  grid-gap: 5px;
  margin-top: 0px;
  margin-bottom: 20px;
  
  }
  
.grid img {
  
  max-width: 100%;
}     
}

@media(max-width:440px) {
    h3.tittle-wthree {
    text-shadow: 2px 2px 2px rgba(41, 41, 41, 0.12);
    font-size: 1.6em;
    }
	
    .grid { 
  display: grid;
  grid-template-columns:  70px 70px 70px 70px;
  grid-gap: 2px;
  
  }
  
  .grid-train { 
  display: grid;
  grid-template-columns:  400px;
  grid-gap: 5px;
  margin-top: 0px;
  margin-bottom: 20px;
  
  }
  
  .grid-protection { 
  display: grid;
  grid-template-columns:  110px 110px 110px;
  grid-gap: 5px;
  margin-top: 2px;
  margin-bottom: 5px;
  
  }
  
    
  .grid-repair { 
  display: grid;
  grid-template-columns:  246px 246px;
  grid-gap: 5px;
  margin-top: 0px;
  margin-bottom: 20px;
  
  }
  
  .grid-iso { 
  display: grid;
  grid-template-columns:  150px 150px;
  grid-gap: 5px;
  margin-top: 0px;
  
  }
  
  .grid-certs { 
  display: grid;
  grid-template-columns:  120px 120px 120px;
  grid-gap: 5px;
  margin-top: 0px;
  
  }
  
  .grid-clearance { 
  display: grid;
  grid-template-columns:  300px;
  grid-gap: 5px;
  margin-top: 0px;
  margin-bottom: 30px;
  
  }
  
  .grid-christ { 
  display: grid;
  grid-template-columns:  200px;
  grid-gap: 5px;
  margin-top: 0px;
  margin-bottom: 20px;
  
  }
  
.grid img {
  
  max-width: 100%;
}     
    
}

@media(max-width:414px) {
    .navbar {
        padding: 0.5em 0.8em;
    }
    .course-detials-inner-info h4 {
        margin-bottom: 0.6em;
        font-size: 0.95em;
    }
    .inner-page {
         min-height: 50px;
    }
    .map iframe {
        height: 450px;
    }
	.grid { 
  display: grid;
  grid-template-columns:  70px 70px 70px 70px;
  grid-gap: 2px;
  
  }
  
  .grid-train { 
  display: grid;
  grid-template-columns:  300px;
  grid-gap: 5px;
  margin-top: 0px;
  margin-bottom: 20px;
  
  }
  
  .grid-protection { 
  display: grid;
  grid-template-columns:  100px 100px 100px;
  grid-gap: 5px;
  margin-top: 2px;
  margin-bottom: 5px;
  
  }
  
   
  .grid-repair { 
  display: grid;
  grid-template-columns:  246px 246px;
  grid-gap: 5px;
  margin-top: 0px;
  margin-bottom: 20px;
  
  }
  
  .grid-iso { 
  display: grid;
  grid-template-columns:  150px 150px;
  grid-gap: 5px;
  margin-top: 0px;
  
  }
  
  .grid-certs { 
  display: grid;
  grid-template-columns:  120px 120px 120px;
  grid-gap: 5px;
  margin-top: 0px;
  
  }
  
  .grid-christ { 
  display: grid;
  grid-template-columns:  200px;
  grid-gap: 5px;
  margin-top: 0px;
  margin-bottom: 20px;
  
  }
  
  .grid-clearance { 
  display: grid;
  grid-template-columns:  300px;
  grid-gap: 5px;
  margin-top: 0px;
  margin-bottom: 30px;
  
  }
  
  
  .grid-departs { 
  display: grid;
  grid-template-columns:  60px 60px 60px 60px 60px;
  grid-gap: 5px;
  margin-top: 7px;
  
  }
  
.grid img {
  
  max-width: 100%;
}      
}

@media(max-width:384px) {
    p.text-right {
        text-align: center!important;
    }
    .top-head.text-left {
       padding: 0.3em 0em;
    }
    .stats_info h4 {
      font-size:18px;
    }
	.grid { 
  display: grid;
  grid-template-columns:  70px 70px 70px 70px;
  grid-gap: 2px;
  
  }
  
  .grid-train { 
  display: grid;
  grid-template-columns:  300px;
  grid-gap: 5px;
  margin-top: 0px;
  margin-bottom: 20px;
  
  }
  
  .grid-protection { 
  display: grid;
  grid-template-columns:  100px 100px 100px;
  grid-gap: 5px;
  margin-top: 2px;
  margin-bottom: 5px;
  
  }
  
    
  .grid-repair { 
  display: grid;
  grid-template-columns:  246px 246px;
  grid-gap: 5px;
  margin-top: 0px;
  margin-bottom: 20px;
  
  }
  
  .grid-iso { 
  display: grid;
  grid-template-columns:  150px 150px;
  grid-gap: 5px;
  margin-top: 0px;
  
  }
  
  .grid-certs { 
  display: grid;
  grid-template-columns:  80px 80px 80px;
  grid-gap: 5px;
  margin-top: 0px;
  
  }
  
  .grid-christ { 
  display: grid;
  grid-template-columns:  150px;
  grid-gap: 5px;
  margin-top: 0px;
  margin-bottom: 20px;
  
  }
  
  .grid-clearance { 
  display: grid;
  grid-template-columns:  300px;
  grid-gap: 5px;
  margin-top: 0px;
  margin-bottom: 30px;
  
  }
  
  .grid-departs { 
  display: grid;
  grid-template-columns:  60px 60px 60px 60px 60px;
  grid-gap: 5px;
  margin-top: 7px;
  
  }
  
.grid img {
  
  max-width: 100%;
}      

}

@media(max-width:375px) {
    .honey-leo {
        margin: 0;
    }
    p {
       font-size: 0.85em;
        line-height: 1.9em;
    }
    .stats_info h4 {
        font-size: 15px;
    }
	.grid { 
  display: grid;
  grid-template-columns:  70px 70px 70px 70px;
  grid-gap: 2px;
  
  }
  
  .grid-train { 
  display: grid;
  grid-template-columns:  300px;
  grid-gap: 5px;
  margin-top: 0px;
  margin-bottom: 20px;
  
  }
  
  .grid-protection { 
  display: grid;
  grid-template-columns:  100px 100px 100px;
  grid-gap: 5px;
  margin-top: 2px;
  margin-bottom: 5px;
  
  }
  
  
  .grid-repair { 
  display: grid;
  grid-template-columns:  150px 150px;
  grid-gap: 5px;
  margin-top: 0px;
  margin-bottom: 20px;
  
  }
  
  .grid-iso { 
  display: grid;
  grid-template-columns:  150px 150px;
  grid-gap: 5px;
  margin-top: 0px;
  
  }
  
  .grid-certs { 
  display: grid;
  grid-template-columns:  80px 80px 80px;
  grid-gap: 5px;
  margin-top: 0px;
  
  }
  
  .grid-christ { 
  display: grid;
  grid-template-columns:  150px;
  grid-gap: 5px;
  margin-top: 0px;
  margin-bottom: 20px;
  
  }
  
  .grid-clearance { 
  display: grid;
  grid-template-columns:  300px;
  grid-gap: 5px;
  margin-top: 0px;
  margin-bottom: 30px;
  
  }
  
  .grid-departs { 
  display: grid;
  grid-template-columns:  60px 60px 60px 60px 60px;
  grid-gap: 5px;
  margin-top: 7px;
  
  }
  
.grid img {
  
  max-width: 100%;
}       
 }

@media(max-width:320px) {
    .aboutright h3 {
        font-size: 18px;
    }
    .aboutright h4 {
        margin: 1.2em 0;
        font-size: 13px;
    }
    h3.tittle-wthree {
        text-shadow: 2px 2px 2px rgba(41, 41, 41, 0.12);
        font-size: 1.4em;
    }
	.grid { 
  display: grid;
  grid-template-columns:  70px 70px 70px 70px;
  grid-gap: 2px;
  
  }
  
  .grid-train { 
  display: grid;
  grid-template-columns:  300px;
  grid-gap: 5px;
  margin-top: 0px;
  margin-bottom: 20px;
  
  }
  
  .grid-protection { 
  display: grid;
  grid-template-columns:  100px 100px 100px;
  grid-gap: 5px;
  margin-top: 2px;
  margin-bottom: 5px;
  
  }
  
 
  .grid-repair { 
  display: grid;
  grid-template-columns:  150px 150px;
  grid-gap: 5px;
  margin-top: 0px;
  margin-bottom: 20px;
  
  }
  
  .grid-iso { 
  display: grid;
  grid-template-columns:  150px 150px;
  grid-gap: 5px;
  margin-top: 0px;
  
  }
  
  .grid-certs { 
  display: grid;
  grid-template-columns:  80px 80px 80px;
  grid-gap: 5px;
  margin-top: 0px;
  
  }
  
  .grid-christ { 
  display: grid;
  grid-template-columns:  150px;
  grid-gap: 5px;
  margin-top: 0px;
  margin-bottom: 20px;
  
  }
  
  .grid-clearance { 
  display: grid;
  grid-template-columns:  300px;
  grid-gap: 5px;
  margin-top: 0px;
  margin-bottom: 30px;
  
  }
  
  .grid-departs { 
  display: grid;
  grid-template-columns:  60px 60px 60px 60px 60px;
  grid-gap: 5px;
  margin-top: 7px;
  
  }
  
.grid img {
  
  max-width: 100%;
}       

}
@media(max-width:280px) {
    .aboutright h3 {
        font-size: 18px;
    }
    .aboutright h4 {
        margin: 1.2em 0;
        font-size: 13px;
    }
    h3.tittle-wthree {
        text-shadow: 2px 2px 2px rgba(41, 41, 41, 0.12);
        font-size: 1.4em;
    }
	.grid { 
  display: grid;
  grid-template-columns:  70px 70px 70px 70px;
  grid-gap: 2px;
  
  }
  
  .grid-train { 
  display: grid;
  grid-template-columns:  300px;
  grid-gap: 5px;
  margin-top: 0px;
  margin-bottom: 20px;
  
  }
  
  .grid-protection { 
  display: grid;
  grid-template-columns:  100px 100px 100px;
  grid-gap: 5px;
  margin-top: 2px;
  margin-bottom: 5px;
  
  }
  
    
  .grid-repair { 
  display: grid;
  grid-template-columns:  150px 150px;
  grid-gap: 5px;
  margin-top: 0px;
  margin-bottom: 20px;
  
  }
  
  .grid-iso { 
  display: grid;
  grid-template-columns:  150px 150px;
  grid-gap: 5px;
  margin-top: 0px;
  
  }
  
  .grid-certs { 
  display: grid;
  grid-template-columns:  80px 80px 80px;
  grid-gap: 5px;
  margin-top: 0px;
  
  }
  
  .grid-christ { 
  display: grid;
  grid-template-columns:  150px;
  grid-gap: 5px;
  margin-top: 0px;
  margin-bottom: 20px;
  
  }
  
  .grid-clearance { 
  display: grid;
  grid-template-columns:  250px;
  grid-gap: 5px;
  margin-top: 0px;
  margin-bottom: 30px;
  
  }
  
  .grid-departs { 
  display: grid;
  grid-template-columns:  60px 60px 60px 60px 60px;
  grid-gap: 5px;
  margin-top: 7px;
  
  }
  
.grid img {
  
  max-width: 100%;
}       

}

/*--//responsive--*/
