/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Oct 2, 2017, 5:12:27 PM
    Author     : admin
*/
/*Training Css*/

.tra_cust1
{
padding:60px 0px;
background-image:url("images/training.jpg");
background-size:cover;
background-repeat:no-repeat;
position:relative;

}
.main h1
{
text-transform:uppercase;
text-align:center;
font-size:36px;
font-weight:bold;
color:#08c;
position:absolute;
z-index:1;
left:500px;
top:30px;
}
.main::after
{
background-color:rgba(0,0,0,0.0);
content:"";
top:0px;
left:0px;
height:100%;
width:100%;
position:absolute;
}
.main1
{
padding:30px 0px;
}
.main1-m img
{
width:100%;
margin-top: 30px;

}
.main1-m p
{
font-size:20px;
color:#666666;
margin-top: 20px;
    margin-bottom: 20px;
	text-transform:capitalize;
}
.main2
{
padding:50px 0px;
}
.main2 h2
{
    text-align:center;
    color:#08c;
}
.a
{
color:#009900;
font-weight:bold;
font-family:Rosewood Std Regular;
font-size:49px;
position:relative;
}
.ab
{
margin-bottom: -11px;
    padding-bottom: 12px;
    border-bottom: 5px solid #08c;
	/*width:100px;*/
	    margin-left: 400px;
    width: 14%;
}
.main2-m
{
box-sizing: border-box;
border-radius:8px;
border-top: 1px solid #dfdfdf;
margin-top:80px;
border-top-color:#08c;
}
.main2-m img
{
height:50px;
width:50px;
margin-top:30px;
margin-left: 100px;

}
.main2-m h4
{
color:#08c;
text-align:center;
margin-top:20px;
}
.main2-m p
{
    color: #666666;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
}
.hvr-shutter-out-horizontal
{

border-color:#009933;
border-radius:3px;
/*margin-top:50px;*/
margin-left:48px;
line-height:20px;
padding:10px 20px;
background-color:#339933 !important;
color:black;
}
.main3
{
padding:40px 0px;
background-color:#333333;
}
.main4
{
padding:40px 0px;
background-color:#999999;
}
.main5
{
padding:50px 0px;
}
.main5-m img
{
height:500px;
width:600px;
}
.main5-m1 h2
{
text-align:center;
font-weight:bold;


}
.abc
{
background-color:#08c;
}
/* input[type=text] {
width:100%;
    padding: 12px 20px;
    margin: 5px 35px;
    display: inline-block;
    border: 2px solid #ccc;
    box-sizing: border-box;
	border-radius:30px;
	
}*/
 button {
    background-color: #1972b7;
    color: #fff;
    padding: 10px 40px;
    font-size: 16px;
    font-weight: 600;
  
    border: none;
    text-transform: capitalize;
	text-align:center;
}

.tra1{
    text-align: justify;
}

.tra-btn{
    position: relative;
    margin-left: 25%;
}