body{
  overflow-x: hidden;
  overflow-y: scroll;
}
html,
body,
.view {
  height: 100%;
}

/**
.loader_bg{
	position: fixed;
	z-index: 999999;
	background-color: white;
	width: 100%;
	height: 100%;
}

.loader{
	position: relative;
  margin-top: 42vh;
  text-align: center;
  width: 150px;
  height: 150px;
  margin-left: auto;
  margin-right: auto;
}
.loader:before, .loader:after{
	content: '';
	border: 1em solid #033e77;
	border-radius: 50%;
	width: inherit;
	height: inherit;
	position: absolute;
	top: 0;
	left: 0;
	animation: loader 2s linear infinite;
	opacity: 0;
}
.loader:before{
	animation-delay: .5s;
}

@keyframes loader{
	0%{
		transform: scale(0);
		opacity: 0;
	}
	50%{
		opacity: 1;
	}
	100%{
		transform: scale(1);
		opacity: 0;
	}
}
**/
.loader_bg{
	position: fixed;
	z-index: 999999;
	background-color: white;
	width: 100%;
	height: 100%;
}

.spinner {
  position: relative;
  margin-top: 40vh;
  text-align: center;
  width: 70px;
  height: 70px;
  margin-left: auto;
  margin-right: auto;
  
  -webkit-animation: sk-rotate 2.0s infinite linear;
  animation: sk-rotate 2.0s infinite linear;
}

.dot1, .dot2 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: #033e77;
  border-radius: 100%;
  
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out;
}

.dot2 {
  top: auto;
  bottom: 0;
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes sk-rotate { 100% { -webkit-transform: rotate(360deg) }}
@keyframes sk-rotate { 100% { transform: rotate(360deg); -webkit-transform: rotate(360deg) }}

@-webkit-keyframes sk-bounce {
  0%, 100% { -webkit-transform: scale(0.0) }
  50% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bounce {
  0%, 100% { 
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 50% { 
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}
.a-banner{
	height: 45%;
}
.slide-thu{
	overflow-x: hidden !important;
}
.a-about{
	font-size: 3em;
}
.a-about-small{
	font-weight: 1.5em;
}
.a-about-small a{
	color: burlywood;
}
.trailer-graph img{
	max-width: 100%;
}

.background {
	background-color: aqua;
}
.contact-form{
	padding-top: 60px;
	padding-bottom: 50px;
}
.center-p {
	line-height: 40pt;
	padding-top: 10%;
	padding-bottom: 10%;
	font-size: 3.5em;
}
.center-b{
	color: #033e77;
	line-height: 40pt;
	padding-top: 5%;
	padding-bottom: 5%;
	font-size: 2em;
}

.center-p .center-p-2{
	line-height: 40pt;
	font-size: 0.3em;
}
.about-long{
	padding-top: 15%;
	padding-bottom: 15%;
}
.slidetitle{
	color: #033e77;
	font-size: 3.3em;
}
.training-text1{
	font-size: 1em;
	color: grey;
}
.hr-title{
	width: 50%;
	border-color: #033e77;
	border-bottom-width: thick;
}
.slide-height{
	max-height: 350px !important;
	min-height: 250px !important;
	
}


.carousel-item {
  height: 100vh !important;
  background: no-repeat left center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.carousel-item2 {
  height: auto !important;
  min-height: 350px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.carousel-item3 {
  height: auto !important;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.testimonials {
	padding-bottom: 70px;
	padding-top: 70px;
	background-color: #2E2E2E;
}
.testimonials i{
	color: #ffffff;
}
.main2{
	padding-top: 50px;
	padding-bottom: 20px;
}

.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: aliceblue;
}


.main6{
background-image: url("../img/background4.jpg");
  /* Set a specific height */
  /* Create the parallax scrolling effect */
 background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.parallax {
  /* The image used */
  background-image: url("../img/welder1.jpg");
  /* Set a specific height */
  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.logo img{
	max-height: 100%;
	width: 140px;
	transition: 0.4s;
	margin-right: 30px;
}
.navbar{
	color: #01579b;
	min-height: 55px;
	background-color: rgba(255, 255, 255, 0.9);
	max-width: 100%;
}
.footer-dt img {
	max-height: 100px;
}
.carousel-inner .slide-col {
	padding-left: 70px;
	padding-right: 70px;
	margin-top: 70px;
}
.carousel-control-next, .carousel-control-prev { 
	width: 10%;
}

.carousel-control-prev {
	padding-left: 4% !important;
}
.carousel-control-next {
	padding-right: 4% !important;
}
.carousel-control-prev-icon{
	font-size: 30px;
}

.mt-5, .my-5 {
	margin-top: 0em !important; 
}

/* contact */

.contact-home{
	background-color: #eceff1;
}
.form-header {
	background-color: #01579b;
}
.contact-i i{
	background-color: #01579b !important;
}
.home-a-titles h2{
	font-size: 3em;
}
.home-a-slide{
  border-left: 8px solid #01579b;
}
.home-a-slide h2{
	color: #2E2E2E;
	line-height: 26pt;
	padding-left: 20px;
	font-size: 2.3em;
}
.trailer-info{
border-left: 4px solid #01579b;
}

.home-a-slide h5{
	color: gray;
	padding-left: 20px;
	font-size: 1em;
}
.mid-slide{
	padding-bottom: 30px;
}
.home-a-titles h3{
	color: #01579b;
	line-height: 10%;
	font-size: 1.4em;
}
#myTab a{
	color: #01579b;
}
.livestok-banner-t{
	padding-top: 3%;
}
.banner-img img {
	min-height: 280px;
	
}
}

@media (max-width: 1370px) {
	.carousel-item2{
  height: 60vh;
	}
	.center-p .center-p-2{
		line-height: 5pt;
		font-size: 0.5em;
	}
	.a-about{
	font-size: 3em;
		align-items: center;
}
	.a-banner{
	height: 50%;
}
  .livestok-banner-t{
	padding-top: 0%;
}
	.livestok-banner-t h1{
		font-size: 2em !important;
	}
	
	.spinner {
  position: relative;
  margin-top: 40vh;
  text-align: center;
  width: 70px;
  height: 70px;
  margin-left: 30%;
  margin-right: 30%;
  
  -webkit-animation: sk-rotate 2.0s infinite linear;
  animation: sk-rotate 2.0s infinite linear;
}
}
@media (max-width: 1180px) {
	.view2{
		padding: 0px 10px 25px 10px;
	}
	.a-about{
	font-size: 3em;
		align-items: center;
}
	.trailer-info{
		text-align: left !important;
	}
	.center-p .center-p-2{
		line-height: 5pt;
		font-size: 0.5em;
	}
	.carousel2{
  height: auto !important;
	}
  .slide-height{
	max-height: 270px !important;
	min-height: 200px !important;
	
}
	.home-a-titles {
		text-align: center !important;
		font-size: 1.8em;
		line-height: 100%;
	}
	.home-a-titles h3{
		font-size: 1em;
		line-height: 20%;
	}
	.home-a-titles h2{
		line-height: 85%;
		font-size: 1.7em;
	}
  .banner-img{
	padding-top: 5%;
}
	.navbar-nav {
		max-width: 100%;
		text-align: center !important;
		font-size: 1.3em;
	}
	.contact {
		text-align: center;
	}
	.dropdown{
		text-align: center !important;
	}
	
	.spinner {
  position: relative;
  margin-top: 40vh;
  text-align: center;
  width: 70px;
  height: 70px;
  margin-left: 45%;
  margin-right: 0%;
  
  -webkit-animation: sk-rotate 2.0s infinite linear;
  animation: sk-rotate 2.0s infinite linear;
}
	
}

@media (max-width: 844px) {
.spinner {
  position: relative;
  margin-top: 40vh;
  text-align: center;
  width: 70px;
  height: 70px;
  margin-left: 35%;
  margin-right: 0%;
  
  -webkit-animation: sk-rotate 2.0s infinite linear;
  animation: sk-rotate 2.0s infinite linear;
}
	
}

@media (max-width: 776px) {
	.hr-title{
		align-content: center;
	}
	.view2{
		padding: 0px 10px 25px 10px;
	}
	.trailer-info{
		border-left: 4px solid #01579b;
	}
	.trailer-info{
		text-align: left !important;
	}
	.a-about{
	font-size: 3em;
	text-align: center !important;
}
	.carousel2{
  height: auto !important;
	}
	.center-p .center-p-2{
		font-size: 0.5em;
		line-height: 5pt;
	}
	.slide-height{
	max-height: 270px !important;
	min-height: 250px !important;
	
}
  
	.home-a-titles {
		text-align: center !important;
		font-size: 1.8em;
		line-height: 100%;
	}
	.home-a-titles h3{
		font-size: 1em;
		line-height: 20%;
	}
	.a-about{
		line-height: 90%;
	}
	.home-a-titles h2{
		line-height: 85%;
		font-size: 1.7em;
	}
	.about-us-home{
		text-align: center;
	}
	.center-p{
		padding-top: 30%;
		padding-bottom: 30%;
		font-size: 2em;
	}
	.navbar-nav {
		max-width: 100%;
		text-align: center !important;
		font-size: 1.3em;
	}
	.contact {
		text-align: center;
	}
	.contact i{
		padding-top: 0px;
	}
	.contact-i i {
		padding-top: 0px;
	}
	.dropdown{
		text-align: center !important;
	}
	.slider-text hr {
		width: 50%;
		margin-left:25% !important;
		margin-right:25% !important;
	}
	header{
		margin-bottom: 18px !important;
	}
	.page-footer i {
	position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
	body {
    overflow-x: hidden;
    width: 100%;
}
	
	.loader_bg{
	position: absolute;
	z-index: 999999;
	background-color: white;
	width: 100%;
	height: 100%;
}
	
	.spinner {
  position: relative;
  margin-top: 40vh;
  text-align: center;
  width: 70px;
  height: 70px;
  margin-left: -15%;
  margin-right: 0%;
  
  -webkit-animation: sk-rotate 2.0s infinite linear;
  animation: sk-rotate 2.0s infinite linear;
}
	
	
}
	
	
}

@media (max-width: 500px) {
	.view2{
		padding: 0px 10px 25px 10px;
	}
	.a-about{
	font-size: 3em;
		line-height: 100%;
		text-align: center !important;
}
	.trailer-info{
		text-align: left !important;
	}
	.carousel2{
  height: auto !important;
	}
	.center-p .center-p-2{
		font-size:0.5em;
	}
  
	.home-a-titles {
		
		text-align: center !important;
		font-size: 1.8em;
		line-height: 90%;
	}
	.home-a-titles h3{
		font-size: 1em;
		line-height: 20%;
	}
	.home-a-titles h2{
		line-height: 85%;
		font-size: 1.7em;
	}
	.about-us-home{
		text-align: center;
	}
	.navbar-nav {
		max-width: 100%;
		text-align: center !important;
		font-size: 1.3em;
	}
	.contact {
		text-align: center;
	}
	.dropdown{
		text-align: center !important;
	}
	header{
		margin-bottom: 18px !important;
	}
}
/* footer */

.page-footer {
	background-color: #2E2E2E !important;
}

.banner-img {
	max-height: 600px;
	padding-right: -20px;
}

/* Navbar*/

.contact i{
	background-color: #2E2E2E !important;
}
.contact i:hover{
	background-color: #01579b !important;
}
.navbar {
  border-bottom: 2px solid #01579b;
}

 .dropdown .dropdown-menu.dropdown-custom .dropdown-item:hover, .dropdown .dropdown-menu.dropdown-custom .dropdown-item:active, .dropdown .dropdown-menu.dropdown-custom .dropdown-item.active,
  .dropup .dropdown-menu.dropdown-custom .dropdown-item:hover,
  .dropup .dropdown-menu.dropdown-custom .dropdown-item:active,
  .dropup .dropdown-menu.dropdown-custom .dropdown-item.active,
  .dropleft .dropdown-menu.dropdown-custom .dropdown-item:hover,
  .dropleft .dropdown-menu.dropdown-custom .dropdown-item:active,
  .dropleft .dropdown-menu.dropdown-custom .dropdown-item.active,
  .dropright .dropdown-menu.dropdown-custom .dropdown-item:hover,
  .dropright .dropdown-menu.dropdown-custom .dropdown-item:active,
.dropright .dropdown-menu.dropdown-custom .dropdown-item.active {
    background-color: #01579b !important;
    -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    -webkit-border-radius: 0.125rem;
    border-radius: 0.125rem; }

.navbar.navbar-dark .navbar-nav .nav-item .nav-link {
    color: #fff;
	font-size: 1em;
	font-weight: 400;
    -webkit-transition: .35s;
    -o-transition: .35s;
    transition: .35s;
}

a .nav-link:hover {
	border-bottom: 1px;
	border-bottom-color: #01579b;
}
.navbar.navbar-light .navbar-nav .nav-item .nav-link {
    color: #37474F;
	font-size: 0.9em;
	font-weight: 500;
	margin: 3px;
}
.navbar.navbar-light .shop-cart .nav-item .nav-link {
    color: #37474F;
	font-size: 1.3em;
	font-weight: 500;
	margin: 3px;
}
.navbar.navbar-light .navbar-nav .nav-item .nav-link:hover {
	color: #01579b;
}
.navbar.navbar-light .navbar-nav .nav-item.active > .nav-link {
    color: #01579b;
	background-color: rgba(255, 255, 255, 0);
	border-bottom: 1px solid #01579b;
}
.top-nav-collapse {
  background-color: white; }

/* Adding color to the Navbar on mobile */
@media only screen and (max-width: 768px) {
  .navbar {
    background-color: white; 
	max-width: 100%;
	} 
.a-about{
	font-size: 3em;
		text-align: center !important;
}
}

/* Footer color for sake of consistency with Navbar */
.page-footer {
  background-color: #929FBA; }

.info-top{
	color: white;
	background-color: #546e7a;
}
}
.logo-top{
	float: right;
}

ul.dropdown-cart{
    min-width:250px;
}
ul.dropdown-cart li .item{
    display:block;
    padding:3px 10px;
    margin: 3px 0;
}
ul.dropdown-cart li .item:hover{
    background-color:#f3f3f3;
}
ul.dropdown-cart li .item:after{
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

ul.dropdown-cart li .item-left{
    float:left;
}
ul.dropdown-cart li .item-left img{
	float: left;
	border-radius: 25px;
	margin-top: 2px;
}
ul.dropdown-cart li .item-left span.item-info{
    float:left;
}
ul.dropdown-cart li .item-left span.item-info{
    margin-left:10px;   
}
ul.dropdown-cart li .item-left span.item-info span{
    display:block;
}
ul.dropdown-cart li .item-right{
    float:right;
}
ul.dropdown-cart li .item-right button{
    margin-top: 10px;
	border: none;
}

.counter-2{
	font-size: 2em;
	color: #ffbb33;
}
.counter-3{
	font-size: 1.2em;
}
.gallery-con{
	padding-top: 40px;
}
.gallery {
	padding-top: 40px !important;
	padding-bottom: 40px !important;
}
.gallery {
-webkit-column-count: 3;
-moz-column-count: 3;
column-count: 3;
-webkit-column-width: 33%;
-moz-column-width: 33%;
column-width: 33%; }
.gallery .pics {
-webkit-transition: all 350ms ease;
transition: all 350ms ease; }
.gallery .animation {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1); }

@media (max-width: 450px) {
.gallery {
-webkit-column-count: 1;
-moz-column-count: 1;
column-count: 1;
-webkit-column-width: 100%;
-moz-column-width: 100%;
column-width: 100%;
}
}

@media (max-width: 400px) {
.btn.filter {
padding-left: 1.1rem;
padding-right: 1.1rem;
}

}


.main7 {
    background: linear-gradient(112deg, rgba(62, 69, 81, 0.7) 50%, rgba(62, 69, 81, 0.3) 50%);
    max-width: 100%;
    margin: auto;
	padding-top: 40px;
	padding-bottom: 40px;
	
}

.carousel-caption {
    position: initial;
    z-index: 10;
    padding: 5rem 8rem;
    color: rgba(78, 77, 77, 0.856);
    text-align: center;
    font-size: 1.2rem;
    font-style: italic;
    font-weight: bold;
    line-height: 2rem
}

@media(max-width:767px) {
    .carousel-caption {
        position: initial;
        z-index: 10;
        padding: 3rem 2rem;
        color: rgba(78, 77, 77, 0.856);
        text-align: center;
        font-size: 0.7rem;
        font-style: italic;
        font-weight: bold;
        line-height: 1.5rem
    }
	
	.loader_bg {
		max-width: 100%;
		align-content: center;
		padding-left: 50%;
	}
}

.carousel-caption img {
    width: 6rem;
    border-radius: 5rem;
    margin-top: 2rem
}

@media(max-width:767px) {
    .carousel-caption img {
        width: 4rem;
        border-radius: 4rem;
        margin-top: 1rem
    }
	
}

#image-caption {
    font-style: normal;
    font-size: 1rem;
    margin-top: 0.5rem
}

@media(max-width:767px) {
    #image-caption {
        font-style: normal;
        font-size: 0.6rem;
        margin-top: 0.5rem
    }
	.a-about{
	font-size: 2.8em;
	text-align: center !important;
}
}

.main7 i {
    background-color: #01579b;
    padding: 1.4rem
}

@media(max-width:767px) {
    i {
        padding: 0.8rem
		
    }
	
}

.carousel-control-prev {
    justify-content: flex-start
}

.carousel-control-next {
    justify-content: flex-end
}

.carousel-control-prev,
.carousel-control-next {
    transition: none;
    opacity: unset	
	}

.main7 .carousel-inner .carousel-item {
	height: auto !important;
}

.container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
    width: 100%;
    padding-right: 0px !important;
    padding-left: 0px !important;
    margin-right: auto;
    margin-left: auto;
}
.pics i {
	font-size: 3em;
}
.green{
  background-color:#6fb936;
}
        .thumb{
            margin-bottom: 30px;
        }
        
        .page-top{
            margin-top:40px;
        }

   
img.zoom {
    width: 100%;
    height: 200px;
    border-radius:5px;
    object-fit:cover;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
}
        
 
.transition {
    -webkit-transform: scale(1.2); 
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
    .modal-header {
   
     border-bottom: none;
}
    .modal-title {
        color:#000;
    }
    .modal-footer{
      display:none;  
    }
