.col6 {
	float: left;
	width: 670px;
	margin-right: 15px;
	
}
.col6 .hd{
	background-color: #f9f9f9;
    border-radius: 5px;
    color: #262626;
    display: table;
    font-family: "Roboto",sans-serif;
    font-size: 20px;
    font-weight: normal;
    line-height: 24px;
    margin-bottom: 10px;
    padding: 10px;
    width: 100%;
border: 1px solid #ededed;
	
	/*animation: fadeIn 1s infinite alternate;*/
}
.col6 .hd .img{
	display: inline-block;
    float: left;
    height: 70px;
    margin-bottom: 15px;
    margin-right: 15px;
    width: 73px;
}
.col6 .hd .img img{
	display: block;
	width: 100%;
	box-shadow: 0 0 5px rgba(0,0,0,0.35);
	
}
.col6 .hd .cont{
	float: left;
	width: 560px;
}
.col6 .hd .cont .para1{
	margin-bottom: 10px;
}
.col6 .para2 {
    background-color: #f2f2f2;
    border-radius: 5px;
    display: table;
    padding: 0 15px;
    width: 100%;
}
.col6 .pub{
	
	color: #777;
	font-size: 13px;
	
	margin-top: 8px;
	margin-bottom: 8px;
	float:left;
	display: inline-block;
	font-family: Verdana, Geneva, sans-serif;
}
.col6 .disc1{
	color: #fff;
    text-shadow: -2px 2px #346392;
    background-color: #ff9664;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#6496c8), to(#346392));
    background-image: -webkit-linear-gradient(top, #6496c8, #346392);
    background-image: -moz-linear-gradient(top, #6496c8, #346392);
    background-image: -o-linear-gradient(top, #6496c8, #346392);
    background-image: -ms-linear-gradient(top, #6496c8, #346392);
    background-image: linear-gradient(top, #6496c8, #346392);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#ff9664', EndColorStr='#c86432');
    -webkit-box-shadow: inset 0 0 0 1px #27496d;
    -moz-box-shadow: inset 0 0 0 1px #27496d;
    box-shadow: inset 0 0 0 1px #27496d;
    border: none;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
	transition: all 0.3s ease 0s;
	padding: 5px 20px 5px 50px;
	display: inline-block;
	margin-bottom: 15px;
	float:right;
	text-transform: uppercase;
	position: relative;
	margin-left: 8px;
	font-size: 12px;
}
.disc1 .arro{
	position: absolute;
	left: -8px;
	top: -8px;
}
.multi_tabs{
	clear: both;
	width: 100%;
	display: table;
	
}
ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 32px;
/*	border-left: 1px solid #999999;*/
	width: 100%;
}
ul.tabs li {
	float: left;
	margin: 0;
	cursor: pointer;
	padding: 0px 13px ;
	height: 32px;
	line-height: 32px;
	border-left: none;
	font-size: 14px;
	overflow: hidden;
	position: relative;
	margin-right: 1px;
	font-family: 'Open Sans', sans-serif;
	color: #262626;
	position: relative;
	font-weight: 600;
	transition: all 0.3s ease 0s;
	background-color: #f2f2f2;
	text-align:center;
}
ul.tabs li:last-child {
	margin-right: 0px !important; 	
}
ul.tabs li:hover {
	background: #454a51;
	border-radius: 5px 5px 0 0;
	/*border-bottom: 3px solid #79bedb;*/
	color: #fff;
}	
ul.tabs li.active{
	background: #454a51;
	/*border-bottom: 3px solid #0080b6;*/
	color: #fff;
	border-bottom: 0px;
	border-radius: 5px 5px 0 0;

}
.tab_container {
	border-top: none;
	clear: both;
	float: left; 
	width: 100%;
	background: #FFFFFF;
	border: 1px solid #ccc;	
}
.tab_content {
	font-size: 13px;
	line-height: 22px;
	color: #515151;
	padding: 20px;
	line-height: 18px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
}



.col7{
	width: 200px;
	float: left;	
}
.categ_1{
	list-style: none;	
}
.categ_1 li{
	width: 100%;
	display: block;
	margin-bottom: 10px;
}
.categ_1 li a{
	display: block;
	width: 100%;
	height: 35px;
	line-height: 35px;
	color: #fff;
	text-decoration: none;
	text-align: center;
	border-radius: 25px;
	text-transform: uppercase;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	font-weight: 600;
	transition: all 0.3s ease 0s;
}

.categ_1 li a:hover{
	text-decoration: underline;
}

.categ_1 li a.enq_abt1{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fa5675+0,fa5675+50,ed2349+51,ed2349+100 */
background: #fa5675; /* Old browsers */
background: -moz-linear-gradient(top,  #fa5675 0%, #fa5675 50%, #ed2349 51%, #ed2349 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fa5675), color-stop(50%,#fa5675), color-stop(51%,#ed2349), color-stop(100%,#ed2349)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #fa5675 0%,#fa5675 50%,#ed2349 51%,#ed2349 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #fa5675 0%,#fa5675 50%,#ed2349 51%,#ed2349 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #fa5675 0%,#fa5675 50%,#ed2349 51%,#ed2349 100%); /* IE10+ */
background: linear-gradient(to bottom,  #fa5675 0%,#fa5675 50%,#ed2349 51%,#ed2349 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fa5675', endColorstr='#ed2349',GradientType=0 ); /* IE6-9 */
	
}
.categ_1 li a.enq_abt2{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f8a116+0,f8a116+50,e89003+51,e89003+100 */
background: #f8a116; /* Old browsers */
background: -moz-linear-gradient(top,  #f8a116 0%, #f8a116 50%, #e89003 51%, #e89003 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f8a116), color-stop(50%,#f8a116), color-stop(51%,#e89003), color-stop(100%,#e89003)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #f8a116 0%,#f8a116 50%,#e89003 51%,#e89003 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #f8a116 0%,#f8a116 50%,#e89003 51%,#e89003 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #f8a116 0%,#f8a116 50%,#e89003 51%,#e89003 100%); /* IE10+ */
background: linear-gradient(to bottom,  #f8a116 0%,#f8a116 50%,#e89003 51%,#e89003 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8a116', endColorstr='#e89003',GradientType=0 ); /* IE6-9 */

}
.categ_1 li a.enq_abt3{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#a5d53d+0,a5d53d+50,8bc808+51,8bc808+100 */
background: #a5d53d; /* Old browsers */
background: -moz-linear-gradient(top,  #a5d53d 0%, #a5d53d 50%, #8bc808 51%, #8bc808 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a5d53d), color-stop(50%,#a5d53d), color-stop(51%,#8bc808), color-stop(100%,#8bc808)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #a5d53d 0%,#a5d53d 50%,#8bc808 51%,#8bc808 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #a5d53d 0%,#a5d53d 50%,#8bc808 51%,#8bc808 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #a5d53d 0%,#a5d53d 50%,#8bc808 51%,#8bc808 100%); /* IE10+ */
background: linear-gradient(to bottom,  #a5d53d 0%,#a5d53d 50%,#8bc808 51%,#8bc808 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a5d53d', endColorstr='#8bc808',GradientType=0 ); /* IE6-9 */

}



.frm_reg1{
	clear: both;
	display: table;
	width: 100%;
	margin-bottom: 15px;	
}
.frm_reg1 .hd{
	width: 100%;
	text-align: center;
	height: 40px;
	line-height: 40px;
	background-color: #262626;
	color: #fff;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	font-weight: 600;	
	border-radius: 5px 5px 0 0;
}
.frm_reg1 table{
	border-collapse: collapse;	
}
.frm_reg1 table tr{
	background-color: #f8f8f8;
    border-bottom: 1px solid #d7d7d7;
}
.frm_reg1 table tr td{
	padding: 12px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #6e6e6e;
}

.frm_reg2 table tr{
	border: 0px;
	border-left: 1px solid #d7d7d7;
	border-right: 1px solid #d7d7d7;
	text-align: center;	
}
.frm_reg2 table tr:last-child{
	border-bottom: 1px solid #d7d7d7;
}
.frm_reg2 table tr:first-child{
	border-top: 1px solid #d7d7d7;
}

a.btn1{
	color: #fff;
	background-color: #0080C0;
	text-decoration: none;
	display: inline-block;
	padding: 8px 20px;
	
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;		
	
	transition: all 0.3s ease 0s;
	
	
}
a.btn2{
	
	border:1px solid #057a9c; 
	background-color: #0080C0;
	
}
a.btn3{
	
	border:1px solid #057a9c;
	background-color: #0080C0;
	
}
a.btn4{
	
	border:1px solid #057a9c;
	background-color: #0080C0;
	
}
.frm_reg2 table tr td a:hover{
	color: #000;	
	text-shadow: none !important;
}
.frm_reg2 table tr td{
	padding: 6px 0px;
}
.frm_reg2 table tr:first-child td{
	padding-top: 12px;
}
.frm_reg2 table tr:last-child td{
	padding-bottom: 12px;
}

.td_left{
	padding-left: 10px !important;
	padding-right: 5px !important;
	width: 20px;
}
.frm_sub1{
	clear: both;
	width: 100%;
	
	
}
.frm_sub1 input{
	font-family: 'Open Sans', sans-serif;
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
	background-color: transparent;
	font-weight: 600;
	height: 36px;
	line-height: 36px;
	width: 100%;
	display: block;
	background-color: #005279;
	
	cursor: pointer;
	transition: all 0.3s ease 0s;
	text-align:center;
	border-radius: 0 0 5px 5px;	
}
.frm_sub1 input:hover{
	background-color: #0080C0;
}






.rel_reports{
	clear: both;
	width: 100%;
	margin-bottom: 20px;	
	position: relative;
}

.rel_reports .hd{
	clear: both;
    color: #000000;
    display: table;
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    font-weight: 700;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}
.rel_reports .hd::before{
    background-color: #dbdbdb;
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    left: 0;
    top: 50%;
    width: 23em;
}
.rel_reports .hd::after {
    background-color: #dbdbdb;
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    right: 0;
    top: 50%;
    width: 23em;
}

.rel_reports .reports_1{
	clear: both;
	width: 100%;
	display: table;
	background-color: #E8E8E8;
	padding: 20px 50px;
	margin-top: 10px;
	position: relative;	
}
.rel_reports ul{
	
	list-style: none;
}
.rel_reports ul li{
	width: 240px;
	background-color: #fff;
	padding: 10px;
	float: left;
	margin: 0 12px;
	text-align:center;
	border: 2px solid #ccc;
}
.rel_reports ul li .hd1{
	color: #38939b;
	font-size: 15px;
	font-family: 'Lato', sans-serif;
	text-decoration: none;
	height: 60px;
	line-height: 20px;
	display: block;
	margin-top: 10px;
	transition: all 0.3s ease 0s;
	overflow: hidden;
}
.rel_reports ul li .hd1:hover{
	color: #38939b;
}
.rel_reports ul li .cont{
	display: none;
	height: 60px;
	line-height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	color: #6d6d6d;
	overflow:hidden;
	font-size: 13px;
	margin-top: 10px;
}
.rel_reports ul li .r_report{
	font-family: 'Lato', sans-serif;
	clear: both;
	display: block;
	/*border: 1px solid #ccc;*/
	background-color: #999;
	border-radius: 5px;
	padding: 5px;
	margin-top: 10px;
	color: #fff;
	font-size: 13px;
	text-decoration: none;
	margin-bottom: 5px;
	transition: all 0.3s ease 0s;
}
.rel_reports ul li .r_report:hover{
	background-color: #38939b;
	color: #fff;
}

#prev2 {
    cursor: pointer;
    left: 0px;
    position: absolute;
    z-index: 2;
	top: 70px;
}
#next2 {
    cursor: pointer;
    position: absolute;
    right: 0px;
    z-index: 2;
	top: 70px;
}

.frm_reg{
	list-style: none;
	clear: both;
	display: table;
	width: 100%;
}
.frm_reg li{
	width: 100%;
	display: block;
	margin-bottom: 10px;
}
.frm_reg li a{
	/*background-color: #fff;
	display: block;
	color: #38939b;
	text-decoration: none;
	padding: 5px;
	font-size: 13px;
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
	font-weight: 600;
	border-radius: 2px;
	text-align: center;*/
	color: #fff;
	display: block;
	text-decoration: none;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	text-align: center;
	font-weight: 600;
	padding: 5px 0;
	line-height: 18px;
	border-radius: 5px;
}
.frm_reg li a:hover{
	background-color: #005680 !important;	
}

 @media only screen and (min-width : 768px) and (max-width :979px) {
	 
.select_licence
{
	margin:10px 0px;
	padding:0px 10px;
	width:100% !important;
}
 
 }

 @media only screen and (min-width : 360px) and (max-width :767px) {
.col6 .hd .img {
    margin-bottom: 0px;
    margin-right: 0px;
}
ul.tabs li {
    background-color: #057a9c;
    width: 100%;
	border-radius:0px !important;
	color:#fff;
}
ul.tabs {
    height: auto;
    width: 100%;
}
.select_licence
{
	margin:10px 0px;
	padding:0px 10px;
}


 }


 @media only screen and (min-width : 240px) and (max-width :359px) {
.col6 .hd .img {
    margin-bottom: 0px;
    margin-right: 0px;
}
ul.tabs li {
    background-color: #057a9c;
    width: 100%;
	bor
}
ul.tabs li {
    background-color: #057a9c;
    width: 100%;
	border-radius:0px !important;
	color:#fff;
}
ul.tabs {
    height: auto;
    width: 100%;
}
.select_licence
{
	margin:10px 0px;
	padding:0px 10px;
}
	 
 }