@charset "utf-8";
@import url("user.css");
@import url(https://fonts.googleapis.com/css?family=Lato:400,300,100,700);
*, *:before, *:after {
    margin: 0px;
    padding: 0px;
    box-sizing:border-box;
    -ms-box-sizing: border-box; 
    -moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
}
a, img{
	border: 0px;
	outline: 0px;	
}
blockquote{
    padding-left: 30px;
}
.f_txt1.td1 > ul{
    padding-left: 20px !important;
}
body{
	font-family: 'Open Sans', sans-serif;
	font-size:12px;
}
.container {
	width: 100%;
	display: table;
	position: relative;
}
.tab_content ul{
	padding-left:40px !important;
}
.container_inner {
	max-width: 1240px;
	min-width: 240px;
	height: auto;
	margin: auto;	
	position: relative;
}
ul.nav, .all_cat_ddown ul, ul.contacts, .s_icons, .reports1 ul, ul.services, .client_list ul, .news_art ul, 
ul.ft_links, .reports2 ul, .breadcrumbs ul{
	list-style-image: none;
	list-style-type: none;	
}
.top_nav, .header, .header_inner, .social, .box1, .reports1, .clients, .client_list, .row1, .footer{
	width: 100%;
	display: table;
	clear: both;
}

.left_fixed {
    position: fixed;
    right: 0px;
    top: 160px;
    width: 38px;
    z-index: 22;
}
.s_icons li {
    display: inline-block;
    float: left;
    margin-right: 10px;
}
.s_icons li a {
   
    
    color: #fff;
    display: block;
    font-size: 18px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    text-decoration: none;
    transition: all 0.2s ease 0s;
    width: 40px;
    text-align: center;
}
.skype {
    background-color: #ff6600 !important;
    border: 1px solid #ff6600;
}
.skype:hover {
    color: #ff6600 !important;
    background-color: #fff !important;
}
.l_in {
    border: 1px solid #006599;
    background-color: #006599 !important;
}
.l_in:hover {
    color: #006599 !important;
    background-color: #fff !important;
}
.fb {
    border: 1px solid #3b5999;
    background-color: #3b5999 !important;
}
.fb:hover {
    color: #3b5999 !important;
    background-color: #fff !important;
}
.tw {
    border: 1px solid #1daced;
    background-color: #1daced !important;
}
.tw:hover {
    color: #1daced !important;
    background-color: #fff !important;
}
.gplus {
    border: 1px solid #d34836;
    background-color: #d34836 !important;
}
.gplus:hover {
    color: #d34836 !important;
    background-color: #fff !important;
}

.top_fix{
	position: fixed;
	left: 0px;
	top: 0px;	
	width: 100%;
	display: table;
	height: 132px;
	z-index: 99999;
}
.m_bott{
	margin-top: 150px;	
}
/*-------top_nav---------*/
.top_nav{
	background-color: #3a4449;
	height: 32px;
	position: relative;
	z-index: 99;
}
.nav{
	display: table;
	float: right;
	text-align:right;
	padding: 0px;	
}
.nav li{
	display: inline-block;
	float: left;
	position: relative;
	
	background-attachment: scroll;
	background-image: url(../images/nav_b_r.png);
	background-repeat: no-repeat;
	background-position: right center;
}
.nav li a{
	font-family: 'Open Sans', sans-serif;
	text-decoration: none;
	font-size: 13px;
	color: #fff;
	text-transform: uppercase;
	padding: 0px 10px;
	height: 32px;
	line-height: 32px;	
	display: block;
	text-align:left;	
}

.nav li:hover > a{
	color: #3a4449;
	background-color: #fbfbfb;
}
.nav li:hover > ul{
	display: block !important;
	
	-webkit-animation-duration: .3s;
	-webkit-animation-timing-function: ease;
	-webkit-animation-fill-mode: both;
	-webkit-animation-name: slideInUp;
	-moz-animation-duration: .3s;
	-moz-animation-timing-function: ease;
	-moz-animation-fill-mode: both;
	-moz-animation-name: slideInUp;
	animation-duration: .3s;
	animation-timing-function: ease;
	animation-fill-mode: both;
	animation-name: slideInUp;	
}
.nav ul{
	display: none;
	width: 200px;
	position: absolute;
	top: 32px;
	left: 0px;
	z-index: 99999;
	box-shadow: 0 6px 7px 0px rgba(0, 0, 0, 0.3);
	background-color: #fbfbfb;
}
.nav .last_ul{
	width: 160px;	
}
.nav ul li{

	width: 100%;
	display: block;
	border-bottom: 1px solid #E5E5E5;
	background-image: none;
}
/*.nav ul li:last-child{border-bottom: 0px !important;}*/
.nav ul li a{
	color: #3a4449;
	box-shadow: none;
	padding: 8px 10px;
	border-right: 0px;	
	display: block;
	height: auto;
	line-height: normal;
	font-size: 13px;
	text-transform: capitalize;
	font-family: Arial, Helvetica, sans-serif;
	transition: all 0.3s ease 0s;
}
.nav ul li:hover > a{
	box-shadow: none;
	color: #0e5ca3;
	background-color: #f7f7f7;	
}


.megamenu{
	display: none;
	width: 670px !important;
	position: absolute;
	top: 32px;
	left: 0px;
	z-index: 99999;
	box-shadow: 0 6px 7px 0px rgba(0, 0, 0, 0.3);
	background-color: #005ca1;
	padding: 5px;
}
.nav ul li:hover > .megamenu{
	display: block !important;
	
	-webkit-animation-duration: .3s;
	-webkit-animation-timing-function: ease;
	-webkit-animation-fill-mode: both;
	-webkit-animation-name: slideInUp;
	-moz-animation-duration: .3s;
	-moz-animation-timing-function: ease;
	-moz-animation-fill-mode: both;
	-moz-animation-name: slideInUp;
	animation-duration: .3s;
	animation-timing-function: ease;
	animation-fill-mode: both;
	animation-name: slideInUp;	
}
.megamenu li{float: left; width: 210px !important; margin-right: 10px;}


.slicknav_menu {
	display:none;
}
/*-------top_nav_end--------*/


/*-------header--------*/
.header{
	height: 100px;
    
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+15,0093dc+100 */
background: #ffffff; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjE1JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDkzZGMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(left,  #ffffff 0%, #ffffff 15%, #0093dc 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#ffffff), color-stop(15%,#ffffff), color-stop(100%,#0093dc)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  #ffffff 0%,#ffffff 15%,#0093dc 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  #ffffff 0%,#ffffff 15%,#0093dc 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  #ffffff 0%,#ffffff 15%,#0093dc 100%); /* IE10+ */
background: linear-gradient(to right,  #ffffff 0%,#ffffff 15%,#0093dc 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#0093dc',GradientType=1 ); /* IE6-8 */


	/*-webkit-box-shadow: 0px 3px 16px 0px rgba(173,173,173,0.5);
	-moz-box-shadow: 0px 3px 16px 0px rgba(173,173,173,0.5);
	box-shadow: 0px 3px 16px 0px rgba(173,173,173,0.5);*/
	
	
}
.header_inner{
	height: 100px;
	background-attachment: scroll;
	background-image: url(../images/header_bg.png);
	background-repeat: no-repeat;
	background-position: right top;	
	padding: 0 12px;
	-webkit-box-shadow: 0 8px 16px -8px rgba(173,173,173,0.6);
	   -moz-box-shadow: 0 8px 16px -8px rgba(173,173,173,0.6);
	        box-shadow: 0 8px 16px -8px rgba(173,173,173,0.6);
}
.logo{
	float: left;
	margin-top: 5px;	
}
.logo img{
	display: block;	
}
.search{
	float: left;
	margin-left: 106px;
	margin-top: 37px;
	min-height: 35px;
	width: 540px;
	/*background-color: #fff;*/
}
.input1{
	float: left;
	width: 260px;
	height: 35px;
	border: 1px solid #ebebeb;
	background-color: #fff;	
}
.input1 span.img{
	/*line-height: 35px;
    -moz-transform: scaleX(-1);
        -o-transform: scaleX(-1);
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1);
        filter: FlipH;
        -ms-filter: "FlipH";*/
	
	/*color: #ecc658;
	font-size: 22px;
	width: 33px;
	text-align: center;*/
	float: left;
	background-attachment: scroll;
	background-image: url(../images/search.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 32px;
	height: 33px;
}
.search_field{
	width: 200px;
	float: left;
	border: 0px;
	display: block;	
	height: 33px;
	color: #9f9d9d;
	font-size: 15px;
	font-weight: 500;
	font-family: 'Open Sans', sans-serif;
	outline: 0px;
    padding: 7px 5px;
}
.all_cat{
	width: 150px;
	float: left;
	height: 35px;
	background: #fcfdfe; /* Old browsers */
	background: -moz-linear-gradient(top,  #fcfdfe 0%, #e8e9e9 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfdfe), color-stop(100%,#e8e9e9)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fcfdfe 0%,#e8e9e9 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fcfdfe 0%,#e8e9e9 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fcfdfe 0%,#e8e9e9 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #fcfdfe 0%,#e8e9e9 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfdfe', endColorstr='#e8e9e9',GradientType=0 ); /* IE6-9 */
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	color: #333;
	line-height: 35px;
	padding: 0 12px;
	text-transform: uppercase;
	position: relative;
}
.all_cat i{
	margin-left: 10px;
	font-size: 18px;	
	position: absolute;
	top: 4px;
	right: 10px;
	color: #afacac;
}
.all_cat_ddown{
	position: absolute;
	top: 35px;
	background-color: #fbfbfb;
	width: 290px;
	display: none;
	right: 0px;
	border: 1px solid #dbdbdb;	
	z-index: 999;
    max-height: 300px;
    overflow-y: scroll;
}
.all_cat:hover > .all_cat_ddown{
	display: inline-block !important;
	
	-webkit-animation-duration: .3s;
	-webkit-animation-timing-function: ease;
	-webkit-animation-fill-mode: both;
	-webkit-animation-name: slideInUp;
	-moz-animation-duration: .3s;
	-moz-animation-timing-function: ease;
	-moz-animation-fill-mode: both;
	-moz-animation-name: slideInUp;
	animation-duration: .3s;
	animation-timing-function: ease;
	animation-fill-mode: both;
	animation-name: slideInUp;
}
.all_cat_ddown .hd a{
	padding: 0 15px;
	border-bottom: 1px solid #dbdbdb;
	color: #333;
	text-decoration: none;
	width: 100%;
	display: block;
}

.all_cat_ddown ul{
	padding: 3px 0;	
}
.all_cat_ddown ul li{
	width: 100%;
	line-height: normal;
	display: block;
	padding: 0 5px;
	line-height: 16px;
}
.all_cat_ddown ul li a{
	 color: #333;
    display: block;
    font-size: 13px;
    padding: 3px 10px;
    text-decoration: none;
    text-transform: capitalize;
    transition: all 0.5s ease 0s;
}
.all_cat_ddown ul li a:hover, .hd a:hover{
	background-color: #ebebeb;
	color: #0e5ca3;
}
.submit1{
	float: left;
    height: 35px;
    
    width: 130px;
	border: 0px;
	/*background-color: #fa6113;*/
	background-color: #27556d;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 600;
	color: #fff;
	line-height: 35px;
	text-decoration: none;	
	cursor: pointer;
	transition: all 0.5s ease 0s;
	text-shadow: -1px 1px #285151;
}
.submit1 i{
	margin-left: 5px;
	font-size: 18px;	
}
.submit1:hover{
	background-color: #0a3951;
}
.header_right{
	float: right;
}
ul.contacts{
	text-align: right;	
    margin-top: 4px;
	
}
ul.contacts li{
	display: inline;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	padding: 0 7px;
	font-size: 14px;
	border-right: 1px solid #dbf3ff;
}
ul.contacts li img{
	position: relative;
	top: 3px;
}
.email{
	clear:both;
	float: right;
	color: #fff;
	font-size: 14px;
	font-weight: 700;

	font-family: 'Open Sans', sans-serif;	
	text-decoration: none;
	margin-bottom: 2px;
}
.email:hover{
	text-decoration: underline;	
}

.login{
	display: inline-block;
	/*width: 100px;*/
	height: 28px;
	border-radius: 0px;
	color: #fff;
	text-transform: uppercase;
	background-color: #27556d;
	text-align:center;
	text-decoration: none;
	font-family: 'Open Sans', sans-serif;	
	font-size: 14px;
	font-weight: 600;
	line-height: 28px;
	transition: all 0.5s ease 0s;
	margin-left: 5px;
	text-shadow: -1px 1px #285151;
	padding:0px 12px;
}
.login:hover{
	background-color: #0a3951;
}

.header_right ul li.b_right{
	border-right: 0px;
	padding-right: 0px;
}


.header_right form{
	width: 260px;
	padding-top: 6px;
	
}
.header_right form .hd_form1{
	width: 100%;
	display: block;	
	text-align: right;
	margin-bottom: 8px;
}
.hd_form1 label{
	float: left;
	width: 30%;	
	font-family: "Open Sans",sans-serif;
	font-weight: 600;
	color: #fff;
	height: 23px;
	line-height: 23px;
	font-size: 14px;
	font-weight: bold;
	text-shadow: -1px 1px rgba(0,0,0,0.2);
}
.hd_form1 input{
	width: 65%;	
	height: 23px;	
	padding: 3px 10px;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 11px;
	border-radius: 10px;
	
	background-color: #ffffff;
    border: 1px solid #fff;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555555;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
}
.hd_form1 input:focus{
	
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);	
}
.hd_form2{
	clear: both;	
}
.hd_form2 .sub1{
	 background-color: #00628b;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-family: "Open Sans",sans-serif;
    font-size: 12px;
    font-weight: 600;
	border: 0px;
    
    text-align: center;
    text-decoration: none;
    text-shadow: -1px 1px #285151;
    text-transform: uppercase;
    transition: all 0.5s ease 0s;
    padding: 4px 20px;
	float:left;
	cursor: pointer;
	transition: all 0.5s ease 0s;
}
.hd_form2 .sub1:hover{
	background-color: #000 !important;	
}.header_right form{
	width: 260px;
	padding-top: 6px;
	
}
.header_right form .hd_form1{
	width: 100%;
	display: block;	
	text-align: right;
	margin-bottom: 8px;
}
.hd_form1 label{
	float: left;
	width: 30%;	
	font-family: "Open Sans",sans-serif;
	font-weight: 600;
	color: #fff;
	height: 23px;
	line-height: 23px;
	font-size: 14px;
	/*font-weight: bold;*/
	/*text-shadow: -1px 1px rgba(0,0,0,0.2);*/
}
.hd_form1 input{
	width: 65%;	
	height: 23px;	
	padding: 3px 10px;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 11px;
	border-radius: 2px;
	
	background-color: #ffffff;
    border: 1px solid #fff;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555555;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
}
.hd_form1 input:focus{
	
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);	
}
.hd_form2{
	clear: both;	
}
.hd_form2 .sub1{
	 background-color: #00628b;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-family: "Open Sans",sans-serif;
    font-size: 12px;
    font-weight: 600;
	border: 0px;
    
    text-align: center;
    text-decoration: none;
    text-shadow: -1px 1px #285151;
    text-transform: uppercase;
    transition: all 0.5s ease 0s;
    padding: 4px 20px;
	float:left;
	cursor: pointer;
	transition: all 0.5s ease 0s;
}
.hd_form2 .sub1:hover{
	background-color: #000 !important;	
}
.social_right{
    text-align: right;
    clear: both;
}
/*-------header_end--------*/


/*-------box1--------*/
.box1{
	margin-top: 15px;	
}
.col1{
	float: left;
	width: 280px;
	margin-right: 15px;	
	background-color: #275d9c;
	padding: 15px;
}
.col1 .hd{
	/*width: 100%;
	height: 42px;
	line-height: 42px;
	text-align: left;
	background-color: #fd355a;
	color: #fff;
	font-size: 15px;
	font-family: 'Lato', sans-serif;
	font-weight: 500;
	text-transform: uppercase;	
	padding-left: 15px;*/
	
	background-color: #fff;
    border-color: #3c948b #dadada #dadada;
    border-style: solid;
    border-width: 6px 1px 1px;
    color: #666;
    font-size: 14px;
    font-weight: bold;
    padding: 8px 10px;
    text-align: center;
    text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
}
.reports1 ul{
	/*list-style-image: url("../images/arrow_cat.png");
    list-style-type: circle;
    margin-top: 5px;
    padding-left: 20px;*/
}
.reports1 ul li{
	width: 100%;
	clear: both;	
	position: relative;	
}
.reports1 ul li a{
	font-family: 'Open Sans', sans-serif;
	text-decoration: none;
	color: #fff;
	font-size: 14px;
	display: block;
	line-height: 20px;
	transition: all 0.3s ease 0s;
	padding: 5px 3px;
	border-bottom: 1px dotted #bcbcbc;
	font-weight: 600;
	padding-left: 20px;
}
.reports1 ul li .par_c{
	border: 0px;
	cursor: pointer;
	position: absolute;
	left: -20px;
	padding-left: 20px !important;
	top: 0px;
	color: #fff !important;
	transition: none !important;
	background-color: transparent !important;	
}
.reports1 ul li a:hover{
	color: #275d9c;
	padding-left: 10px;
	background-color: #fff;
}
.reports1 ul li .sub_cat{
	list-style-image: none !important;
	list-style-type: none !important;
	margin-bottom: 5px;
	padding-left: 0px;
}
.reports1 .sub_cat li a{
	
	padding-left: 25px;
	background-attachment: scroll;
	background-image: url(../images/arrow_cat.png) !important;
	background-repeat: no-repeat;
	background-position: 10px 10px;    
}
.reports1 .sub_cat li > a.active{
	color: #275d9c;	
	padding-left: 10px;
	background-color: #fff;
}

.col2{
	float: left;
	margin-right: 15px;
	width: 730px;
	border-right: 1px solid #cccccc;
	padding-right: 15px;
	min-height: 1047px;
}
.row1_1{
	width: 100%;
	display: table;	
	margin-top: 15px;
}
.row1_1 .hd1{
	background-color: #275d9c;
    color: #fff;
    font-family: "Open Sans",sans-serif;
    font-size: 16px;
    font-weight: 600;
    padding: 6px 10px !important;
	text-transform: uppercase;
}
.main_hd{
	width: 100%;
	padding: 0px;
	display: table;
}
.r_posts_hd {
    background-color: #52aaa1;
    color: #fff;
    float: left;
    width: 240px;
	text-align:center;
    height: 32px;
    line-height: 32px;
    padding-left: 15px;
    position: relative;
    padding-right: 15px;
}
.r_posts_hd a{
	text-decoration: none;
	color: #fff;
	font-size: 15px;
	display: block;
}
#right-triangle {
    border-bottom: 16px solid transparent;
    border-left: 15px solid #52aaa1;
    border-top: 16px solid transparent;
    float: left;
    margin-left: 0;
}
.design2 .r_posts_hd{
	background-color: #3c5b9c ;
	padding-left: 30px;
}
.design3 .r_posts_hd{
	padding-left: 30px;
}
.design2 #right-triangle {
	border-left: 15px solid #3c5b9c ;
}
.design1{
	position: relative;
	z-index: 99;
}
.design2{
	position: relative;
	margin-left: -22px;
	z-index: 9;
	display: inline-block;
}
.design3{
	position: relative;
	margin-left: -44px;
	display: inline-block;
}
.row1_1_ul{
	list-style: none;	
}
.row1_1_ul li{
	padding: 10px;
	border-bottom: 1px dashed #ccc;	
	display: inline-table;
	background-color: #e0eeef;
	width: 100%;
}
.row1_1_ul li .img{
	float: left;
	width: 85px;
	height: 95px;
	margin: 0 10px 10px 0;	
}
.row1_1_ul li .cont{
	float: left;
	width: 590px;
}
.row1_1_ul .hd{
	color: #003b65;
	text-decoration: none;
	font-size: 13px;
	font-family: 'Open Sans', sans-serif;
	margin-bottom: 10px;
	display: inline-block;
	width: 100%;
	/*padding: 4px 5px;*/
    text-align: justify;
	line-height: 18px;
	
	font-weight:600;
}
.row1_1_ul .hd:hover{
	text-decoration: underline;	
}
.row1_1_ul .cont1{
	color: #404040;
	font-family: Verdana, Geneva, sans-serif;
	/*height: 34px;
	overflow: hidden;*/
    clear: both;
    display: table;
	font-size: 13px;
	margin-bottom: 7px;
	text-align: justify;
}
.row1_1_ul .cont2, .row1_1_ul .cont2 a{
	/*color: #ce7e22;*/

	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #9d9d9d;
	margin-bottom: 5px;
    
}
.row1_1_ul .cont2 a{
	float: right;	
	color: #ce7e22;
	font-weight: 600;
	margin-right: 5px;
}
.row1_1_ul .cont2 a i{
	font-size: 15px;
}
.row1_1_ul .cont2 a:hover{
	text-decoration: underline;	
}
.viewall{
	float: right;
	color: #ce7e22;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	text-decoration: none;
	font-weight: 600;
	background-attachment: scroll;
	background-image: url(../images/r_arrow1.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 28px;
	height: 22px;
	line-height: 22px;
	clear: both;
	margin-top: 5px;
}
.viewall:hover{
	text-decoration: underline;	
}

.news_art{
	list-style: none;
	margin-top: 15px;	
}
.news_art li {
	/*background-attachment: scroll;
	background-image: url(../images/r_arrow.png);
	background-position: left 6px;
	background-repeat: no-repeat;
	padding-bottom: 7px;
	padding-left: 15px;*/
	width: 100%;
	margin-bottom: 10px;
	display: table;
    border-bottom: 1px dashed #ccc;
}
.news_art li a {
    color: #404040;
	font-family: Verdana, Geneva, sans-serif;
	max-height: 36px;
	overflow: hidden;
	font-size: 13px;
	margin-bottom: 3px;
	text-align: left;
	text-decoration: none;
}
.news_art li a:hover {
    color: #0584ae;
}
.news_art li a .img{
	width: 60px;
	float:left;
	overflow:hidden;
	margin-right: 10px;
	margin-bottom: 5px;
}
.news_art li a .img img{
	display: block;
	width: 100%;	
}
.news_art li a .cont{
	height: 68px;
	overflow: hidden;
	line-height: 17px;
}


.col3{
	float: left;
	width: 200px;
}
.col3 .rfp{
	text-decoration: none;
	width: 100%;
	text-align: center;
	display: block;
	height: 32px;
	line-height: 32px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	
	
	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;
}
.col3 .rfp:hover,
.col3 .rfp.hover {
  -webkit-box-shadow: inset 0 0 0 1px #27496d,0 2px 5px #868686;
  -moz-box-shadow: inset 0 0 0 1px #27496d,0 2px 5px #868686;
  box-shadow: inset 0 0 0 1px #27496d,0 2px 5px #868686;
}
.col3 .rfp:active,
.col3 .rfp.active {
  -webkit-box-shadow: inset 0 0 0 1px #27496d,inset 0 5px 30px #193047;
  -moz-box-shadow: inset 0 0 0 1px #27496d,inset 0 5px 30px #193047;
  box-shadow: inset 0 0 0 1px #27496d,inset 0 5px 30px #193047;
}
.col3 .rfp i{
	font-size: 20px;
	margin-right: 5px;
	position: relative;
	top: 3px;	
	color: #ffe400;
	text-shadow: none;
}


.o_clients{
	clear: both;
	width: 100%;	
	margin-top: 10px;
    overflow: hidden;
}
.o_clients .hd{
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
	font-size: 16px;
	color: #000;
	font-weight: normal;
	
	border-bottom: 1px solid #7c7c7c;
    padding: 5px 0 5px;	
	position: relative;
}
.client_list{
	margin-top: 10px;
	height: 36px;	
	position: relative;
}

.client_list ul{
	float: left;	
	width: 560px;
}
.client_list ul li{
	float: left;
	display: inline-block;
	padding: 0px 6px;
	text-align:center;
}
.client_list ul li img{	
	height: 80px;
	width: 120px;
	display: inline-block;
}

#prev1 {
    cursor: pointer;
    right: 24px;
    position: absolute;
    z-index: 2;
	top: 5px;
}
#next1 {
    cursor: pointer;
    position: absolute;
    right: 0px;
    z-index: 2;
	top: 5px;
}

.discount{
	clear: both;
	width: 100%;
	height: 150px;
	background-color: #fbfefe;
	border: 1px solid #E5E5E5;	
	margin-top: 15px;
	
	background-attachment: scroll;
	background-image: url(../images/dis.png);
	background-repeat: no-repeat;
	background-position: center 45px;
}
.dis_hd{
	font-size: 15px;
	text-align: center;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	height: 36px;
	line-height: 32px;
	font-weight: 400;
	color: #fff;
	
	border-bottom: 4px solid #c6e5ea;
	
	
	background: repeating-linear-gradient(
	  45deg,
	  #73a0a8,
	  #73a0a8 1px,
	  #60878e 1px,
	  #60878e 5px
	);
}
.discount ul{
	list-style: none;
	
}
.discount ul li a{
	text-decoration: none;
}
.discount ul li{
	float: left;
}
.discount ul li .hd{
	float: left;
	width: 32%;	
	padding: 10px 0 10px 10px;
	font-family: 'Lato', sans-serif;
	font-size: 30px;
	font-weight: 300;
	color: #507d85;
	text-align:center;
}
.discount ul li .sub_hd{
	float: left;
	width: 68%;	
	padding: 10px;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	text-transform:  capitalize;
	color: #507d85;
	text-align:center;
	line-height: 22px;
	font-weight: 400;
}

.twit{
	clear: both;
	width: 100%;
	margin-top: 15px;	
}
/*-------box1_end--------*/


/*-------footer----------*/
.footer{
	margin-top: 15px;
	background-color: #eff3f6;
	padding: 20px 0px;	
	border-top: 5px solid #003c74;
}
.ft_left1{
	float: left;
	width: 30%;
	margin-right: 3%;
}
.ft_left1 .ft_hd{
	float: left;
	border-bottom: 2px solid #60606a;
    margin-bottom: 20px;
    padding-bottom: 15px;
	font-family: 'Roboto Condensed', sans-serif;
	
	width: 100%;
	color: #047078;
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
    text-transform: uppercase;
}
.ft_left1 .ft_cont{
	color: #383838;	
	font-size: 13px;
	line-height: 22px;
	font-family: 'Roboto', sans-serif;
}

.ft_left2{
	float: left;
	width: 30%;
}
.u_links{
	list-style: none;	
}
.u_links li{
	display: block;
}
.u_links li a{
	color: #383838;	
	font-size: 14px;
	line-height: 30px;
	font-family: 'Roboto Condensed', sans-serif;
	text-decoration: none;
	text-transform: uppercase;
	transition: all 0.3s ease 0s;
}
.u_links li a:hover{
	color: #fa6113;
}

.ft_left3{
	float: left;
	width: 30%;
}
.icon-styles {
    float: left;
    font-size: 45px;
    margin-top: -12px;
    padding-right: 15px;
}
.cust-date i {
    color: #e9e7e8 !important;
}
.info-content{
	color: #e9e7e8 !important;
    font-family: "Roboto Condensed",sans-serif;
    text-transform: uppercase;	
	font-size: 13px;
	line-height: 22px;
}
.ft_cat{
	clear: both;
	width: 100%;
}
.ft_cat select{
	clear: both;
	width: 100%;
	height: 32px;
	line-height: 32px;
	margin-top: 10px;
	padding-left: 10px;
	border: 3px solid #cecece;
	border-radius: 5px;
	font-family: "Roboto Condensed",sans-serif;
	color: #999;
	font-size: 14px;
}

.newsletter-content{
	margin-top: 10px;
	display: table;
	position: relative;
	width: 100%;
		
}
.input-icon{
	color: #3e3e4a !important;
    left: 10px;
    position: absolute;
    top: 9px;
    z-index: 999;
	font-size: 13px;
}
.input-area input{
	background: #ffffff none repeat scroll 0 0;
    border: 2px solid #cecece;
    border-radius: 4px;
    color: #737373;
    font-size: 13px;
    line-height: 13px;
    padding: 7px 40px 7px 32px;
    width: 100%;	
}
.input-area1{
	margin-top: 10px;	
}
.input-area1 input{
	background-color: #27556d;
    border: 0 none;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    font-family: "Roboto",sans-serif;
    font-size: 14px;
    padding: 3px 10px;
    transition: all 0.3s ease 0s;
}
.input-area1 input:hover{
    background-color: #154056;
}

.ft_left4{
	display: none;
	/*width: 22%;
	margin-right: 0% !important;	*/
}
.address{
	clear: both;
	width: 100%;
	display: table;	
	list-style: none;
}
.address li {
    float: none !important;
    width: 100% !important;
	margin-bottom: 15px;
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
	color: #383838;
	line-height: 22px;
}
.address li span {
    float: left;
    font-size: 21px;
	
}
.address li p {
    font-size: 14px;
    font-weight: normal;
    padding-left: 40px;
}
/*-------footer_end----------*/


.m_Footer{
	background-color: #003c74;
	height: 50px;
	line-height: 50px;
	
	color: #fff;
	font-family: 'Roboto', sans-serif;
	font-size: 13px;
}
.m_Footer ul{
	float: none;
	list-style: none;	
}
.m_Footer ul li{
	float: left;
	margin-right: 22px;
	display: inline-block;	
}
.m_Footer li a{
	color: #c0fcff;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;	
}
.m_Footer li a:hover{
	text-decoration: underline;	
}
.m_right{
	float: right;	
    color: #c0fcff;
}





/*------popup---------*/
.popup{
	display: none; 
	position: fixed; 
	opacity: 1; 
	z-index: 11000; 
	left: 50%;
	margin-left: -202px; 
	top: 40px !important;	
}
#lean_overlay {
	position: fixed;
	z-index: 10000;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	background: #000;
	display: none;
}
#signup {
	width: 600px;
	padding-bottom: 2px;
	display: none;
	background: #FFF;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 0px 0px 4px rgba(0,0,0,0.7);
	-webkit-box-shadow: 0 0 4px rgba(0,0,0,0.7);
	-moz-box-shadow: 0 0px 4px rgba(0,0,0,0.7);
}
#test {
	width: 600px;
	padding: 30px;
	display: none;
	background: #FFF;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 0px 0px 4px rgba(0,0,0,0.7);
	-webkit-box-shadow: 0 0 4px rgba(0,0,0,0.7);
	-moz-box-shadow: 0 0px 4px rgba(0,0,0,0.7);
}
.modal_close {
	position: absolute;
	top: 12px;
	right: 12px;
	display: block;
	width: 14px;
	height: 14px;
	z-index: 2;
	
	text-decoration: none;
	color: #B7B7B7;
	font-size: 20px;
	font-family: 'Lato', sans-serif;
}
#signup-header{
	width: 100%;
	display: table;
	padding: 18px 18px 14px;
	border-bottom: 1px solid #ccc;
	background-color: #E6E6E6;
	border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
#signup-header h2{
	font-family: "Roboto Condensed",sans-serif;
	font-size: 22px;
	color: #444;
	margin-bottom: 5px;
}
#signup-header p{
	font-family: "Roboto Condensed",sans-serif;
	font-size: 14px;
	color: #444;
}
.pop_form{
	padding: 15px 0px 0px 0px;
	clear: both;
	width: 100%;	
	display: table;
}
.txt-fld{
	float: left;
	width: 100%;
	padding: 10px 20px;	
	font-family: 'Lato', sans-serif;
	font-weight: 600;
	color: #444;
	
}

.bgcol1{
    background-color: #f8f8f8;
}
.bgcol2{
    background-color: #e0eeef;
}
.txt-fld label{
	/*width: 100%;
	margin-bottom: 6px;
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
	color: #757575;
	display: block;
	font-weight: 500;*/
	color: #000;
    float: left;
    font-family: Verdana,Geneva,sans-serif;
    font-size: 13px;
    font-weight: 400;
	
	width: 22%;
	margin-bottom: 6px;
}
.txt-fld label span{
	color: #ff0000;	
    font-size: 12px;
    margin-left: 3px;
}
.txt-fld input,.txt-fld select, .txt-fld2 textarea{
	transition: all 0.5s ease 0s;
	background-color: #ffffff;
    background-image: none;
    border: 1px solid #808080;
    border-radius: 0px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #757575;
    display: block;
    font-size: 12px;
    line-height: 1.42857;
    padding: 3px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    vertical-align: middle;
	position: relative;
	float: left;

    font-family: Verdana,Geneva,sans-serif;
    font-weight: 400;
    height: 32px;
    width: 100%;
}

.txt-fld input:focus, .txt-fld2 textarea:focus{
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
	border: 1px solid #38939b;
}




.req_inp{
	float: left;
	width: 50%;	
	
	position: relative;
}
.ch-txt-fld input, .ch-txt-fld textarea{
	float: left;
	font-family: Verdana, Geneva, sans-serif;
	width: 100%;	
	font-size: 13px;
	height: 32px;
	font-weight: 400;
}

.width100{width: 100%;}
.required-icon{
	border-color: #e8e8e8;
    background-color: transparent;
    height: 30px;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    transition: color 0.2s ease 0s;
    width: 30px;
    z-index: 10;
}
.required-icon::after {
    border-bottom: 30px solid transparent;
    border-left: 0 solid transparent;
    border-right-color: inherit;
    border-style: solid;
    border-top: 0 solid transparent;
    border-width: 0 30px 30px 0;
    content: "";
    height: 0;
    position: absolute;
    right: 1px;
    top: 1px;
    transition: border-color 0.2s ease 0s;
    width: 0;
    z-index: -1;
}
.required-icon .text {
    color: #b80000;
    font-size: 12px;
    margin: 5px 0 0 12px;
	font-family: Arial, Helvetica, sans-serif;
}


.tool-tip{
	width: 99px !important;
	color: #fff;
	background-color: #191919;
	text-shadow: none;
	font-size: .8em;
	visibility: hidden;
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px; 
	-o-border-radius: 3px; 
	border-radius: 3px;	
	text-align: center;	
	opacity: 0;
	z-index: 999;
	padding: 3px 8px;	
	height: 23px;
	top: 5px;
	position: absolute;
	font-weight: 400;
	cursor: default;
	-webkit-transition: all 240ms ease-in-out;
	-moz-transition: all 240ms ease-in-out;
	-ms-transition: all 240ms ease-in-out;
	-o-transition: all 240ms ease-in-out;
	transition: all 240ms ease-in-out;	
}
.tool-tip.top:after,
.tool-tip:after{
	position: absolute;
	bottom: -12px;
	left: 50%;
	margin-left: -7px;
	content: ' ';
	height: 0px;
	width: 0px;
	border: 6px solid transparent;
    border-top-color: #191919;	
}

/* default heights, width and margin w/o Javscript */

.tool-tip,
.tool-tip.top{
	width: 80px;
	height: 22px;
	margin-left: -43px;
}

/* tool tip position left */

.tool-tip.left{
	top: 50%;
	left: auto;
	right: 105%;
	margin-top: -10px;	
	margin-left: auto;	
}

.tool-tip.left:after{
	left: auto;
	right: -10px;
	top: 50%;
	margin-top: -6px;
	bottom: auto;
	border-top-color: transparent;	
    border-left-color: #191919;	
}




/* tooltip on focus left and right */

.on-focus .tool-tip.left,
.on-focus .tool-tip.right{
	margin-top: -19px;
}

/* on hover of element containing tooltip default*/

*:not(.on-focus):hover > .tool-tip,
.on-focus input:focus + .tool-tip{
	visibility: visible;
	opacity: 1;
	-webkit-transition: all 240ms ease-in-out;
	-moz-transition: all 240ms ease-in-out;
	-ms-transition: all 240ms ease-in-out;
	-o-transition: all 240ms ease-in-out;
	transition: all 240ms ease-in-out;		
}
	

/* left slideIn */

*:not(.on-focus) > .tool-tip.slideIn.left,
.on-focus > .tool-tip.slideIn.left{
	right: 50%;	
}

*:not(.on-focus):hover > .tool-tip.slideIn.left,
.on-focus > input:focus + .tool-tip.slideIn.left{
	right: 105%;		
}










.txt-fld2{
	width: 100%;	
}
.btn-fld {
    clear: both;
    display: table;
    margin-left: 24%;
    margin-top: 15px;
    padding: 10px 0;
    position: relative;
}
.btn-fld img{
	position: absolute;
	left: 15px;
	top: 22px;	
}
.pop_submit{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#6294c6+0,346392+100 */
background: #6294c6; /* Old browsers */
background: -moz-linear-gradient(top,  #6294c6 0%, #346392 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6294c6), color-stop(100%,#346392)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #6294c6 0%,#346392 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #6294c6 0%,#346392 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #6294c6 0%,#346392 100%); /* IE10+ */
background: linear-gradient(to bottom,  #6294c6 0%,#346392 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6294c6', endColorstr='#346392',GradientType=0 ); /* IE6-9 */

    border: medium none;
    border-radius: 0px;
    box-shadow: 0 0 0 1px #27496d inset;
    color: #fff;
    cursor: pointer;
    display: block;
    float: left;
   
    font-family: Verdana,Geneva,sans-serif;
    font-size: 12px;
    height: 32px;
    line-height: 32px;
    padding: 0px 20px 0px 26px;
    text-align: center;
    text-decoration: none;
    text-shadow: -2px 2px #346392;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}
.pop_submit:hover{
	box-shadow: 0 0 0 1px #27496d inset, 0 2px 5px #868686;
}



/*-----------about_us_pg-------------*/
.abt_cont{
	font-family: Verdana, Geneva, sans-serif;
	background-color: #f8f8f8;
	padding: 10px 20px;
	color: #404040;
	font-size: 13px;
	line-height: 20px;	
}
.abt_cont strong{
	font-family: 'Open Sans', sans-serif;
	color: #003b65;
	margin-bottom: 5px;
	font-weight: 600;
	font-size: 16px;	
}
.abt_cont h4{
	font-family: 'Open Sans', sans-serif;
	color: #003b65;
	margin-bottom: 5px;
	font-weight: 600;
	font-size: 13px;	
}
.abt_cont h3{
	font-family: Verdana, Geneva, sans-serif;
	margin-bottom: 5px;
	font-weight: 600;
	font-size: 12px;	
}
.abt_cont ul{
	list-style:none;
	padding-left: 20px;
}
.abt_cont ul li{
	line-height: 24px;
	padding-left: 20px;
	background-attachment: scroll;
	background-image: url(../images/abt_arrow.png);
	background-repeat: no-repeat;
	background-position: left 5px;
}


.rfp_pg{
	border: 1px solid #cccccc;
    clear: both;
    display: table;
   
    width: 100%;
	background-color: #fff;
}
.rfp_pg p{
	padding: 10px 15px 0;
	font-family: 'Open Sans', sans-serif;	
	font-size: 15px;
	font-weight: 600;
	color: #3c948b;
}
.diskno{display: none !important}

.tb_fm1{
	width: 100%;
	padding: 5px 0;	
	display: table;
}
.tb_fm1 input{
	float: left;
	border: 1px solid #ccc;
	margin-right: 10px;
}
.tb_fm1 label {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	float: left;
	position: relative;
	top: -2px;
	cursor:pointer;
}
.tooltip {
    background-color: #eeeeee;
    border-radius: 3px;
    color: #707070;
    display: none;
    font-size: 12px;
    left: 130px;
    padding: 8px;
    position: absolute;
    top: -8px;
    width: 400px;
    z-index: 10000;
}
.morelink {
    color: #275d9c;
    font-size: 12px;
    font-weight: 500;
}
.twit iframe {
    height: 400px !important;
}
.col2 .hd1 {
    padding: 0 10px;
}
/* ===========================
   ====== Media Queries ====== 
   =========================== */
/*------smallphones----------------*/  
@media only screen and (min-width : 240px) and (max-width : 960px)
{
	.mob_no{display: none !important;}
	.width100{width: 100% !important;}
	.header_inner{background-image: none;}
	.top_nav{display: none;}
	/*-----------nav----------*/
	.js #menu, .main_menu {
		display:none;
		background-color: transparent;
		z-index:-222 !important;
	}
	
	.js .slicknav_menu {
		display:block;
	}
	/*-----------nav_end----------*/
	
	.megamenu{
		display: none;
		width: 100% !important;
		position: absolute;
		top: auto !important;
		left: 0px;
		z-index: 99999;
		box-shadow: 0 6px 7px 0px rgba(0, 0, 0, 0.3);
		background-color: #005ca1;
		padding: 0px;
	}
	.megamenu > div{float: none; width: 100% !important; margin-right: 0px;}	
	.megamenu li{margin-right: 0px; width: 100% !important;}
	
	.slicknav_nav ul li:last-child{
		border-bottom: 0px;	
	}
	
	
	.logo{width: 100%; float: none; text-align: left;}
	.logo img{display: inline-block;}
	
	.search, .all_cat, .input1, .submit1, .all_cat_ddown, .header_right{float: none !important; clear: both; width: 100% !important; margin: auto;}
	.all_cat{
		display: none;	
	}
	ul.contacts, .email, .social{text-align: center; float:none; display: block; display: none;}
	.all_cat i{float: right; top: 4px;}
	
	.col4, .col2, .col3{float: none; clear: both; width: 100% !important; border: 0px !important; padding-right: 0px !important; min-height: auto; border-right: 0px;}
	
	.row1_1, .col3{padding: 10px;}
	
	.row1_1_ul li{display: inline-flex;}
	.row1_1_ul li .img{width: 60px; margin-right: 2%; display: inline-block;}
	.row1_1_ul li .img img{display: block; width: 60px;}
	.row1_1_ul li .cont{width: auto; display: inline-block;}
	.row1_1_ul .cont2 a{margin-top: 5px;}
	.row1_1_ul .cont1{clear: both; width: 100%; margin-top: 10px; display: inline-block;}
	
	.ft_left1{clear: both; margin: 0px 0px 20px 0; padding: 0 15px; width: 100%;}
	.diskno{display: inline-block !important}
	
	.news_art li{
		background-color: #e0eeef;	
		margin-bottom: 0px;
		padding: 5px;
		border-bottom: 1px dashed #ccc;
	}
	.news_art li.bg{
		background-color: #f8f8f8;	
	}
	.top_fix{
		position: relative;	
		height: auto;
	}
	.m_bott{
		display: none;
		margin-top: 0px !important;	
	}
	.left_fixed{
		display: none;	
	}
	.social_right {
		clear: both;
		margin: 10px 0;
		text-align: center;
	}
	.login{
		width: 48%;	
		margin: 5px 2px;
	}
	.caroufredsel_wrapper{width: 100% !important;}
	.col1{width: 96% !important; margin: 0 2%;}
	.twit iframe{width: 100% !important; height: 300px !important; padding-right: 10px !important;}
	.txt-fld label{width: 30%;}
	.req_inp{width: 70%;}
	.btn-fld{margin-left: 32%;}
	.m_Footer ul{display: none;}
	.m_right{width: 100%; text-align: center; font-size: 12px;}
    .col2 td {
    clear: both !important;
    display: inline-block;
    width: 100% !important;
    padding: 10px !important;
}
	
}
/*------iphone----------------*/  
@media only screen and (min-width : 320px) and (max-width : 480px)
{
	
}
/*------smalltablet----------------*/  
@media only screen and (min-width : 480px) and (max-width : 768px)
{
	
}
/*--------iPad - Portrait--------------*/
@media only screen and (min-width : 768px) and (max-width : 960px)
{
	
}
@media only screen and (min-width : 960px) and (max-width : 1260px)
{
	.mob_no{display: none !important;}
	.width100{width: 100% !important;}
	
	.top_nav{display: none;}
	/*-----------nav----------*/
	.js #menu, .main_menu {
		display:none;
		background-color: transparent;
		z-index:-222 !important;
	}
	
	.js .slicknav_menu {
		display:block;
	}
	/*-----------nav_end----------*/
	
	.megamenu{
		display: none;
		width: 100% !important;
		position: absolute;
		top: auto !important;
		left: 0px;
		z-index: 99999;
		box-shadow: 0 6px 7px 0px rgba(0, 0, 0, 0.3);
		background-color: #005ca1;
		padding: 0px;
	}
	.megamenu > div{float: none; width: 100% !important; margin-right: 0px;}	
	.megamenu li{margin-right: 0px; width: 100% !important;}
	
	.slicknav_nav ul li:last-child{
		border-bottom: 0px;	
	}
	.search{float: left; margin-left: 20px;}
	.header_right{float: right; width: 29%;}
	
	.col4, .col3{float: none; clear: both; width: 100% !important; border: 0px !important; margin: 0 0 20px 0 !important; padding-right: 0px !important;}
	.col3{width: 48% !important; float: left; clear:none;}
	.col4{margin-bottom: 0px !important; width: 30% !important; padding: 0 10px;}
	.col1 {
		background-color: #275d9c;
		float: left;
		margin-right: 15px;
		padding: 15px;
		width: 100%;
		margin-bottom: 15px;
	}
	.col2{
		border: 0 none !important;
		float: left;
		margin: 0 0 20px !important;
		padding-right: 0 !important;
		width: 69% !important;	
		min-height: auto;
		border-right: 0px;
	}
	.twit iframe{
		height: 300px !important;	
	}
	.m_bott{
		margin-top: 65px;
        display: table;
	}
	
	.row1_1, .col3{padding: 0 10px 10px;}
	
	.row1_1_ul li{display: inline-flex;}
	.row1_1_ul li .img{width: 60px; margin-right: 2%; display: inline-block;}
	.row1_1_ul li .img img{display: block; width: 100%;}
	.row1_1_ul li .cont{width: auto; display: inline-block;}
	.row1_1_ul .cont2 a{margin-top: 5px;}
	.row1_1_ul .cont1{clear: both; width: 100%; margin-top: 10px; display: inline-block;}
	
	.news_art li{
		
		margin-bottom: 0px;
		padding: 5px;
		border-bottom: 1px dashed #ccc;
	}
	.news_art li.bg{
		background-color: #f8f8f8;	
	}
	
	.width50{float: left; width: 50% !important;}
	.diskno{display: inline-block !important}
	
	.search{width: 48%; margin-left: 20px;}
	.input1{width: 41%;}
	.search_field{width: 80%;}
	.submit1{padding: 0 10px; width: auto !important; font-size: 13px;}
	.subscribe{display: block !important;}
	
}
@media only screen and (min-width : 960px) and (max-width : 1200px)
{
	
}
@media only screen and (min-width : 1200px) and (max-width : 1366px)
{
	
}
