@charset "utf-8";

@font-face {
	font-family: 'proximanova-light-webfont';
	src:url('../fonts/proximanova-light-webfont.woff') format('woff');
}
@font-face {
	font-family: 'titillium-semibold-webfont';
	src:url('../fonts/titillium-semibold-webfont.woff') format('woff');
}
*, *: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, input{
	border: 0px;
	outline: 0px;	
}
img{vertical-align: middle;}
body{
}
.resp-tabs-list li{;
font-family: 'Open Sans', sans-serif;
}
.container1 {
	width: 100%;
	display: block;
	position: relative;
}
.container1_inner {
	max-width: 1140px;
	min-width: 240px;
	height: auto;
	margin: auto;	
	position: relative;
}
.wrapper{
	width: 100%;
	display: block;	
}

/*--------header-----------*/
.header{
	width: 100%;
	height: 120px;
	position:fixed;
	top: 0px;
	left: 0px;
	background-color: #fff;	
	z-index: 999999999999999;
	box-shadow: 0 0 4px 3px rgba(0, 0, 0, 0.15);
}
.logo{
	float: left;
	display: inline-block;	
}
.hd_right{
	float: right;
	display: inline-block;	
	margin-top:5px;
}
.hd_top{
	position: relative;
	text-align: right;	
}
.top_abs{
	float: right;
	margin-top: 7px;
	margin-right: 15px;
}
.top_social ul li {
    display: inline-block;
    float: left;
    margin-right: 5px;
}
.top_social ul li a {
    border-radius: 100%;
    color: #fff;
    display: block;
    font-size: 16px;
    line-height: 25px;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s ease 0s;
    width: 25px;
}
.top_social ul li a.fb1 {
    background-color: #3c5b9b;
}
.top_social ul li a.gplus1 {
    background-color: #f63e28;
}
.top_social ul li a.twit1 {
    background-color: #30abe1;
}
.top_social ul li a.linked1 {
    background-color: #0173b2;
}
.top_social ul li a.fb1:hover {
    background-color: #fff;
    color: #3c5b9b;
}
.top_social ul li a.gplus1:hover {
    background-color: #fff;
    color: #f63e28;
}
.top_social ul li a.twit1:hover {
    background-color: #fff;
    color: #30abe1;
}
.top_social ul li a.linked1:hover {
    background-color: #fff;
    color: #0173b2;
}

.home{
	margin-right: 20px;
	position: relative;
	top: 2px;	
	transition: all 0.3s ease 0s;
}
.home:after{
	position: absolute;	
	right: -10px;
	top: 2px;
	content: "";
	width: 1px;
	height: 17px;
	background-color: #ccc;
}
.home:hover{opacity: 0.8;}

.hd_btm{
	clear: both;
	text-align: right;
	display: inline-block;	
}


.menu{
	display: block;
	clear: both;
	margin-top: 20px;
}
.menu ul{
	list-style: none;	
}
.menu ul.nav_ul > li{
	float: left;
	display: inline-block;
	position: relative;
	padding: 0px 16px;
}
.menu ul.nav_ul > li > a{
	display: block;
	padding: 10px 0;
	color: #5a5a5a;
	text-decoration: none;
	font-size: 13px;
	text-transform: uppercase;	
	transition: all 0.3s ease 0s;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	letter-spacing: 1px;
}
.menu ul.nav_ul > li > a img{
	margin-right: 8px;	
}
.menu ul > li:hover > a:hover{color: #000;}
.menu ul > li > a.active{
	color: #f38142;
	border-bottom: 1px solid #f38142;
}
.icon2, .icon3{
	position: relative;
	top: -2px;	
}

.menu ul.nav_ul > li:hover ul.submenu1{
	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;	
}

ul.submenu1{
	width: auto;
	min-width: 210px;
	/*max-width: 1000px;*/
	background-color: #004a80;	
	box-shadow: 0 6px 4px 3px rgba(0, 0, 0, 0.10);
	position: absolute;
	top: 100%;
	left: 0px;
	list-style: none;
	display: none;
	/*border-bottom: 5px solid #005494;*/
}
.submenu1 li{
	display: table;
	clear: both;
	position:relative;
	width: 100%;	
}
.submenu1 li:hover > .submenu2{
	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;	

}
.submenu2{
	width: auto;
	min-width: 210px;
	/*max-width: 1000px;*/
	background-color: #004a80;	
	box-shadow: 0 6px 4px 3px rgba(0, 0, 0, 0.10);
	position: absolute;
	top: 0px;
	left: 210px;
	list-style: none;
	display: none;
	/*border-bottom: 5px solid #005494;*/
}

.submenu2 li a{
text-decoration: none;
	color: #fff;
	font-size: 12px;
	line-height: 20px;
	padding: 6px 20px;
	display: block;
	font-weight: 500;
	background-color: #004a80 !important;
	transition: all 0.3s ease 0s;
	font-family:'Open Sans', sans-serif;
	text-align:left;
	text-transform: uppercase;
}
.submenu2 li a:hover{
	color: #fff !important;
	background-color: #5aa3e2 !important;
}
.submenu1 li a{
	text-decoration: none;
	color: #fff;
	font-size: 12px;
	line-height: 20px;
	padding: 6px 20px;
	display: block;
	font-weight: 500;
	transition: all 0.3s ease 0s;
	font-family: 'Open Sans', sans-serif;
	text-align:left;
	text-transform: uppercase;
}

.submenu1 li:hover a{
	color: #fff !important;
	background-color: #5aa3e2;
}
.submenu1 li:last-child a{
	border-bottom: 0px !important;
}
/*------header_end--------*/


.m_top1{
	width: 100%;
	margin-top: 120px;
	display: block;	
}

/*----------banner-----------*/
.banner_txt {
    top: 100px !important;
    color: #fff;
    position: absolute;
    text-align: left;
    width: 625px;
	padding: 0 20px !important;
	margin: auto;
	left: 8%;
	font-family: 'Open Sans', sans-serif;
	margin: auto;
}
.banner_hd {
    color: #fff;
	font-size: 46px;
	margin-bottom: 15px;
	font-weight: 700;	
	text-shadow: 0 0 10px rgba(0, 0, 0, 0.2) !important;
}
.banner_cont {
    color: #fff;
	font-size: 16px;
	margin-bottom: 15px;
	line-height: 22px;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	text-shadow: 0 0 10px rgba(0, 0, 0, 0.10) !important;
}
.banner_r_more{
	clear: both;
	margin-top: 40px;
	display: none;
}
.banner_r_more a{
	font-size: 16px;
	color: #fff;
	text-decoration: none;
	background-color: #ff8718;
	border-radius: 5px;
	padding: 10px 20px;
	transition: all 0.3s ease 0s;
	border: 1px solid #e5650a;
	border-bottom: 3px solid #e5650a;
	font-family: 'Open Sans', sans-serif;
	text-transform: capitalize;
}
.banner_r_more img{margin-left: 5px;}
.banner_r_more a:hover{
	background-color: #e5650a;
}
/*----------banner-----------*/




/*---------box1----------*/
.box1_line{
	position: absolute;
	left: 0px;
	top: 0px;
	height: 3px;
	width: 480px;
	display: none;
	background-color: #f77831;	
}
.box1{
	background-color: #fff;
	position: relative;
	padding: 35px 0;
	display: table;
}
.box1_left{
	float:  left;
	display: inline-block;
	width: 650px;
	margin-right: 30px;
	text-align: justify;	
}
.box1_left .hd1{
	color: #4b5c72;
	font-family: "texgyreadventor-regular-webfont";
	font-size: 22px;
	font-weight: 600;
	width: 100%;
	text-align: left;
	display: table;
}
.box1_left .cont1{
	clear: both;
	width: 100%;
	display: block;
	line-height: 25px;
	font-size: 16px;
	height: 170px;
	overflow: hidden;
	color: #4b5c72;
	font-family: 'Open Sans', sans-serif;
	margin: 15px 0 20px 0;
}
.box1_left a{
	text-decoration: none;
	color: #2d425c;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	float: right;
	font-weight: 600;
	transition: all 0.3s ease 0s;
}
.box1_left a i{
	margin-left: 10px;	
}
.box1_left a:hover{
	color: #005494;
}


.box1_left2{
	width: 460px;
	float: left;
	display: inline-block;
	position: relative;
	margin: 0;	
}
.box1_left2 .hd1{
	width: 100%;
	height: 40px;
	line-height: 40px;
	color: #fff;
	text-align: left;
	font-size: 18px;
	font-weight: 600;
	font-family: 'Open Sans', sans-serif;
	background-color: #005494;	
	padding: 0 25px;
}
.images1{
	clear: both;
	width: 100%;
	display: table;
	background-color: #f4f4f4;
	height: 210px;
	border: 1px solid #c2c2c2;
	text-align: center;	
	position: relative;
	padding: 10px;
}
.images1 ul{
	list-style: none;
	width: 100%;
	display: table;
}
.images1 ul li{
	width: 50%;
	height:auto;
	float:left;
	text-align:center;	
}
.images1 ul li a{
	width: 100%;
	padding: 5px 5px;
	float: left;	
}
.images1 ul li a img{
	width: 100%;
	height: 92px;
	border: 1px solid #ccc;
	padding: 5px;
	background-color: #fff;	
}

.p_arrows1{
	position: absolute;
	width: 100%;
	top: -30px;
	right: 10px;
	z-index: 999;
	opacity: 0.8;
}
.p_arrows1 #prev1{
	right: 25px;
	position: absolute;
	cursor: pointer;
}
.p_arrows1 #next1{
	right: 10px;
	position: absolute;
	cursor: pointer;
}



.box1_left3{
	width: 347px;
	position: relative;
	float: right;
	display: inline-block;	
}
.box1_left3 ul{
	list-style: none;
	width: 100%;
	height: 210px;	
	overflow: hidden;
}
.box1_left3 .newsCss{
	float: left;
	display: block;
	width: 100%;
	position: relative;	
}
.box1_left3 .newsCss .img{
	width: 100%;
	position: relative;	
	display: block;
}
.box1_left3 .newsCss .img img{
	display: block;	
}
.box1_left3 .newsCss .img .cont{
	position: absolute;
	top: 50px;
	width: 100%;
	display: table;
	padding: 0 20px;
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	line-height: 28px;
	text-shadow: 0 0 10px rgba(0, 0, 0, 0.2) !important;
}	

.p_arrows2{
	float: right;
	display: table;
	text-align: right;	
	margin-bottom: 15px;
	position: relative;
	z-index: 9999999;
	
}
.p_arrows2 #prevDiv{
	float: left;
	display: inline-block;
	margin-right: 5px;
	cursor: pointer !important;
}
.p_arrows2 #nextDiv{
	float: left;
	cursor: pointer !important;
	display: inline-block;
}

/*---------box1_end----------*/


/*--------box2----------*/
.main_box2_hd{
	position: absolute;
	left: 7.8%;
	top: 15px;	
	color: #4b5c72;
    display: table;
    font-family: 'Open Sans', sans-serif
    font-size: 28px;
    font-weight: 600;
}
.box2{
	position: relative;
	z-index: 99;
	display: table;
	width: 100%;
}
.cont_box{
	position: absolute;
	left:0px;
	bottom: 0px;
	background-color: rgba(16,180,233,0.8);	
	padding: 30px 30px;
	width: 420px;
	
	-webkit-animation-duration: 0.5s;
	-webkit-animation-timing-function: ease;
	-webkit-animation-fill-mode: both;
	-webkit-animation-name: fadeInRight;
	-moz-animation-duration: 0.5s;
	-moz-animation-timing-function: ease;
	-moz-animation-fill-mode: both;
	-moz-animation-name: fadeInRight;
	animation-duration: 0.5s;
	animation-timing-function: ease;
	animation-fill-mode: both;
	animation-name: fadeInRight;
}
.cont_box .thd1{
	font-family: "Open Sans', sans-serif";
	font-size: 22px;
	color: #fff;
	width: 100%;
	display: block;
	font-weight: 400;
	margin-bottom: 10px;
	text-align: left;
	line-height: 32px;
}
.cont_box .tcont1{
	font-family: "Open Sans', sans-serif";
	font-weight: 500;
	font-size: 16px;
	line-height: 21px;
	color: #fff;
	text-align: justify;
	margin-bottom: 15px;
}
.cont_box a{
	float: right;
	text-decoration: none;
	color: #fff;
	transition: all 0.3s ease 0s;
	padding: 5px 20px;
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	border-radius: 5px;
	background-color: #005494;
}
/*--------box2_end----------*/



/*-------box3---------*/
.box3{
	clear: both;
	width: 100%;
	display: table;
	background-color: #fff;
	padding: 35px 0;	
	box-shadow: 0 0 8px 3px rgba(0, 0, 0, 0.15);
}
.box3 .hd1{
	color: #4b5c72;
    font-family: "Open Sans', sans-serif";
    font-size: 28px;
	position: relative;
	width: 100%;
	text-align: center;
	font-weight: 600;
}
.box3 .hd1:before{
	position: absolute;
	left: 0px;
	top: 20px;
	width: 485px;
	height: 1px;
	background-color: #cacaca;
	content:"";
}
.box3 .hd1:after{
	position: absolute;
	right: 0px;
	top: 20px;
	width: 485px;
	height: 1px;
	background-color: #cacaca;
	content:"";
}


.clients_logos{
	clear: both;
	width: 91%;
	margin: 20px auto 0;
	position: relative;	
}
.clients_logos ul{
	list-style: none;
	width: 100%;
	display: block;	
}
.clients_logos ul li{
	float: left;
	display: inline-block;
	margin-right: 25px;
	width: 125px !important;	
}
.clients_logos ul li a{display: block;}

.p_arrows3{
	position: absolute;
	width: 100%;
	top: 23px;
}
.p_arrows3 #prev3{
	left: -60px;
	position: absolute;
	cursor: pointer;
}
.p_arrows3 #next3{
	right: -50px;
	position: absolute;
	cursor: pointer;
}
/*-------box3_end---------*/



/*---------footer---------*/
.footer{
	clear: both;
	width: 100%;
	overflow:hidden;
	display: table;
	background-color: #fff;
	
}
.footer_fluid
{
	width:100%;
	float:left;
	background:url(../images/image-1.jpg) repeat-x;
	
	padding: 30px 0;
	position: relative;
}

.footer_fluid:before
{
	background-color: #11c3f0;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    opacity: 0.9;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;	
}
.innerfooterdiv
{
	width:100%;
	float:left;
	
}
.footersection
{
	width:22%;
	float:left;
	margin-right:10px;
	margin-top:10px;
}
.footersection h4
{
	color:#fff;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size:16px;
	text-transform:uppercase;
}
.footersection p
{
	color:#fff;
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	margin-top:10px;
}
.footermenu
{
	list-style-type:none;
	margin-top:10px;
}
.footermenu li
{
	padding:2px;
}
.footermenu li a
{
	color:#ffffff;
	text-decoration:none;
	font-family: 'Lato', sans-serif;
	font-size:14px;
}
.footermenu li a:hover
{
	color:#f6de9d;
}
.socialicons
{
	list-style-type:none;
	margin-top:20px;
}
.socialicons li
{
	float:left;
	margin-right:10px;
}
socialicons li a
{
	outline:none;
}
.copyright
{
	width:100%;
	float:left;
	color:#fff;
	font-family: 'Open Sans', sans-serif
	font-size:14px;
	text-align:center;
	margin-top:30px;
}
.copyright a
{
	color:#fff;
	font-family: 'Open Sans', sans-serif
	font-size:14px;
	text-decoration:none;
}
.copyright a:hover
{
	color:#8CC63F;
}
#clients{height: 120px !important;}
.clients_logos ul li a{height: 90px;}

/*---------footer_end---------*/

.contact_form {
    float: left;
    margin-top: 40px;
    width: 65%;
}
.contact_hd {
    color: #202020;
    font-family: 'Open Sans', sans-serif
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 30px;
    text-transform: uppercase;
}
.address_main {
    float: right;
    margin-top: 40px;
    width: 30%;
}
.formdiv {
    float: left;
    margin-bottom: 20px;
    width: 100%;
}
.ctname {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #cecece;
    box-sizing: border-box;
    color: #333;
    float: left;
    font-size: 13px;
    font-weight: 300;
    margin-right: 20px;
    padding: 10px 5px;
    transition: box-shadow 0.45s ease 0s, border-color 0.45s ease-in-out 0s;
    width: 47%;
}
.cn_textarea {
    height: 150px;
    width: 100%;
}
.cn_submit {
    background: #ff4242 none repeat scroll 0 0;
    border: medium none;
    border-radius: 3px;
    color: #fff;
    font-family: 'Open Sans', sans-serif
    font-size: 12px;
    padding: 10px 20px;
    text-transform: uppercase;
}
.cn_submit:hover {
    background: #002d70 none repeat scroll 0 0;
}
.address {
    float: left;
    width: 100%;
}
.address ul {
    list-style-type: none;
    margin: 0;
}
.address ul li {
    float: left;
    font-family: "Lato",sans-serif;
    margin-bottom: 30px;
    width: 100%;
}
.address ul li p {
    float: right;
    width: 80%;
}
.address ul li p strong {
    color: #000;
    display: table;
    font-family: "Lato",sans-serif;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 5px;
    margin-top: -8px;
}
.address ul li p span {
    color: #545454;
    display: table;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 5px;
    width: 100%;
}
.address ul li i {
    border: 1px solid #002d70;
    color: #002d70;
    float: left;
    font-size: 30px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    width: 50px;
}
.clients {
    text-align: left;
}
.clients li {
    display: inline-block;
    list-style: outside none none;
    margin: 8px;
    padding: 8px;
}
.clients li img {
    height: 80px;
}

 @media only screen and (min-width : 1279px) and (max-width : 4000px) {
	#cssmenu
{
	display:none;
} 
	 
 }

 @media only screen and (min-width : 980px) and (max-width : 1279px) {
.container1_inner {
	max-width: 960px;
	min-width: 240px;
	height: auto;
	margin: auto;	
	position: relative;
}
.menu ul.nav_ul > li {
    padding: 0px 9px;
}
.menu ul.nav_ul > li > a
{
	font-size:12px;
}
.banner_txt {
    top: 35px !important;
}
.box1_left {
    width: 48%;
}
box1_left2 {
    width: 48%;
}
.resp-vtabs ul.resp-tabs-list {
    padding-left: 1.8% !important;
}
.resp-tabs-list li {
    font-size: 12px !important;
}
.box2 
{
	height:525px;
}
.resp-vtabs .resp-tab-content {
    height: 525px;
}
.img1 {
    height: 525px ;
}
.resp-tab-content .img1 img {
   height: 100%;
}
.box3 .hd1::before {
    width: 410px;
}
.box3 .hd1::after {
      width: 410px;
}
.clients_logos {
    width: 89%;
}
.clients_logos ul li {
    margin-right: 20px;
}
#cssmenu
{
	display:none;
}
.inner_banner
{
	height:auto !important;
}

}
 @media only screen and (min-width : 768px) and (max-width :979px) {
.container1_inner {
	max-width: 740px;
	min-width: 240px;
	height: auto;
	margin: auto;	
	position: relative;
}
.logo {
	width:100%;
	text-align:center;
}
.header
{
	height:170px;
}
.menu {
    margin-top: 0px;
}
.menu ul.nav_ul > li {
    padding: 0px 14px;
}
.hd_right {
    float: left;
}
.m_top1 {
    margin-top: 170px;
}
.banner_txt {
    top: 15px !important;
}
.banner_hd {
    font-size: 33px;
}
.box1_left {
    width: 100%;
}
.box1_left2 {
    width: 100%;
    margin-top: 20px;
}
.box2 {
    padding: 20px;
}
.main_box2_hd {
    position:inherit;
	margin-bottom:15px;
}
.resp-accordion i
{
	display:none;
}
.box3 .hd1::before {
    width: 280px;
}
.box3 .hd1::after {
    width: 280px;
}
.clients_logos ul li {
    margin-right: 10px;
}
.p_arrows3 #prev3 {
    left: -41px;
}
.p_arrows3 #next3 {
    right: -37px;
}
#cssmenu
{
	display:none;
}
.contact_form {
    margin-top: 0px;
    width: 60%;
}
.address_main {
    float: right;
    margin-top: 40px;
    width: 37%;
}
.mobileclient
{
	width:100% !important;
}
.mobileblog
{
	width:100% !important;
}

}
 @media only screen and (min-width : 360px) and (max-width :767px) {
.container1_inner {
	max-width: 500px;
	min-width: 240px;
	height: auto;
	margin: auto;	
	position: relative;
}
.header_social
{
	display:none;
}
.logo {
	width:100%;
	text-align:center;
}
.header
{
	position:relative;
	height:auto;
}
.menu {
	width:100%;
	float:left;
    margin-top:0px;
}
.nav_ul
{
	display:none;
}
.hd_btm {
    text-align: left;
    width: 100%;
}
.hd_right {
    margin-top: 0px;
    width: 100%;
}
.banner_txt {
    top:0px !important;
	left:0px;
	width:100%;
}
.banner_hd {
    font-size:16px;
}
.banner_cont {
    font-size: 14px;
    margin-bottom: 0px;
    line-height: 17px;
}
.box1_left {
    width: 100%;
    margin-right:0px;
	padding:0px 10px;
}
.box1_left2 {
    width: 100%;
    float: left;
	padding:0px 10px;
	margin-top:20px;
}
.box2 
{
	padding:0px 10px;
}
.cont_box
{
	width:100%;
	height:100%;
	overflow:hidden;
	padding:10px;
}
.cont_box .thd1 {
    font-size: 14px;
    font-weight: bold;
    margin-bottom:5px;
    line-height: 21px;
}
.cont_box .tcont1 {
    font-size: 12px;
    line-height: 18px;
    margin-bottom:10px;
}
.box3 .hd1::before {
	display:none;
}
.box3 .hd1::after {
   display:none;
}
.clients_logos {
    width: 75%;
}
.clients_logos ul li {
    margin-right: 10px;
}
.p_arrows3 #prev3 {
    left: -42px;
}
.p_arrows3 #next3 {
    right: -40px;
}
.mobile_footersection
{
	display:none;
}
.footersection {
    width: 100%;
    float: left;
	padding:0px 10px;
    margin-right:0px;
    margin-top: 10px;
}
.copyright
{
	padding:10px;
}
.m_top1
{
	display:none;
}
.resp-accordion i
{
	display:none;
}
.cont_box a {
    padding: 4px 20px;
	font-size:10px;
}
.contact_form {
    margin-top: 0px;
    width:100%;
	padding:0px 10px;
}
.address_main {
    float: right;
    margin-top: 20px;
	padding:0px 10px;
    width: 100%;
}
.ctname {
    margin-right:0px;
	margin-bottom: 10px;
    width: 100%;
}
.formdiv {
    margin-bottom: 0px;
}
.blog_inner {
    float: left;
    width: 37% !important;
}
.blog_right {
    width: 100% !important;
}
.blogpage {
    width: 100% !important;
    float: left;
}
.blog_innerR {
    width: 100% !important;
}
.inner_left1
{
	display:none;
}
.main_box2_hd {
    position:inherit;
    width: 100%;
	margin:10px 0px;
    float: left;
}
.resp-vtabs
{
	width:100% !important;
	float:left !important;
}

}
 @media only screen and (min-width : 240px) and (max-width :359px) {
	 
	 .container1_inner {
	max-width: 500px;
	min-width: 240px;
	height: auto;
	margin: auto;	
	position: relative;
}
.mail span {
    margin-left: 9px !important;
    font-size: 12px;
    font-weight: 500;
}
mail {
    float: left;
    margin-right: 10px;
    padding: 10px 20px 10px 0;
    border-right:0;
    font-size: 13px;
}
.header_social
{
	display:none;
}
.logo {
	width:100%;
	text-align:center;
}
.header
{
	position:relative;
	height:auto;
}
.menu {
	width:100%;
	float:left;
    margin-top:0px;
}
.nav_ul
{
	display:none;
}
.hd_btm {
    text-align: left;
    width: 100%;
}
.hd_right {
    margin-top: 0px;
    width: 100%;
}
.banner_txt {
    top:5px !important;
	left:0px;
	width:100%;
}
.banner_hd {
    font-size:12px;
	margin-bottom: 5px;
}
.banner_cont {
    font-size: 12px;
    margin-bottom: 0px;
    line-height: 14px;
}
.box1_left {
    width: 100%;
    margin-right:0px;
	padding:0px 10px;
}
.box1_left2 {
    width: 100%;
    float: left;
	padding:0px 10px;
	margin-top:20px;
}
.box2 
{
	padding:0px 10px;
}
.cont_box
{
	width:100%;
	height:100%;
	overflow:hidden;
	padding:10px;
}
.cont_box .thd1 {
    font-size: 14px;
    font-weight: bold;
    margin-bottom:5px;
    line-height: 21px;
}
.cont_box .tcont1 {
    font-size: 12px;
    line-height: 18px;
    margin-bottom:10px;
}
.box3 .hd1::before {
	display:none;
}
.box3 .hd1::after {
   display:none;
}
.clients_logos {
    width: 75%;
}
.clients_logos ul li {
    margin-right: 10px;
}
.p_arrows3 #prev3 {
    left: -42px;
}
.p_arrows3 #next3 {
    right: -40px;
}
.mobile_footersection
{
	display:none;
}
.footersection {
    width: 100%;
    float: left;
	padding:0px 10px;
    margin-right:0px;
    margin-top: 10px;
}
.copyright
{
	padding:10px;
}
.m_top1
{
	display:none;
}
.resp-accordion i
{
	display:none;
}
h2.resp-accordion {
    font-size: 12px !important;
}
.cont_box a {
    padding: 4px 20px;
	font-size:10px;
}
.contact_form {
    margin-top: 0px;
    width:100%;
	padding:0px 10px;
}
.address_main {
    float: right;
    margin-top: 20px;
	padding:0px 10px;
    width: 100%;
}
.ctname {
    margin-right:0px;
	margin-bottom: 10px;
    width: 100%;
}
.formdiv {
    margin-bottom: 0px;
}
.clients li {
    margin: 3px;
    padding: 8px;
}
.blog_inner {
    float: left;
    width: 37% !important;
}
.blog_right {
    width: 100% !important;
}
.blogpage {
    width: 100% !important;
    float: left;
}
.blog_innerR {
    width: 100% !important;
}
.inner_left1
{
	display:none;
}
.main_box2_hd {
    position:inherit;
    width: 100%;
	margin:10px 0px;
    float: left;
}
.resp-vtabs
{
	width:100% !important;
	float:left !important;
}
	 
}
