@charset "utf-8";
@font-face {font-family:"Gidole Regular";
			src:url("../fonts/Gidole-Regulard41dd41d.eot?") format("eot"),url("../fonts/Gidole-Regular.woff") format("woff"),url("../fonts/Gidole-Regular.ttf") format("truetype"),url("../fonts/Gidole-Regular.svg#Gidole-Regular") format("svg");font-weight:normal;font-style:normal;}

.navigation {
  height: 10px !important;
  background: #ffffff;
}


*, *: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;
}
body {
	font-family: 'Arimo', sans-serif;
}
.container1{
	width: 100%;
	float:left;
	position: relative;
}
.container1_inner{
	max-width: 1170px;
	min-width: 240px;
	height: auto;
	margin: auto;
	position: relative;
}
.wrapper {
	width: 100%;
	float:left;
}

.sticky {
    height: 130px;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
}
.fixed {
  position: fixed;
  top:0; left:0;
  width: 100%; z-index: 9999; box-shadow: 0 0 4px 4px rgba(0, 0, 0, 0.1);
}
  
.m_top{
	margin-top: 130px;
	clear: both;
	display: table;
	width: 100%;	
}
.slider-wrapper {

	height: auto;
}
/*-------social_fix--------*/
.social_fix{
	position: fixed;
	top: 215px;	
	width: 205px;
	right: -185px;
	z-index: 99;
	-webkit-transition:all 0.25s ease-in-out;
	-moz-transition:all 0.25s ease-in-out;
	-o-transition:all 0.25s ease-in-out;
	transition:all 0.25s ease-in-out;
	background-color: #b63434;
	height: 42px;
	padding: 5px;
	font-family: 'Open Sans', sans-serif;
}
.social_fix:hover{
	right: 0px;	
}
.social_fix ul{
	list-style: none;	
}
.share_side{
	width: 50px;
	position: fixed;
	right: 0px;
	top: 215px;
	text-align: center;
	color: #fff;
	font-size: 10px;
	font-weight: 700;
	cursor: pointer;	
	z-index: 99999999;
	height: 42px;
	display: block;
	padding: 5px 0;
	background-color: #b63434;
}
.share_side i{
	font-size: 16px;	
	font-weight: 400;
}
.social_fix ul li{
	float: left;
	width: 32px;
	height: 32px;
	display: inline-block;	
	margin-right: 5px;
}
.social_fix ul li a{
	text-decoration: none;
	display: inline-block;
	font-size: 18px;
	transition: all 0.3s ease 0s;
	background-color: #fff;
	width: 32px;
	height: 32px;
	text-align: center;
	line-height: 36px;
	margin-bottom: 5px;
	text-decoration: none;
	box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.07);	
}
.social_fix ul li a.fb{background-color: #597eba; color: #fff;}
.social_fix ul li a.gplus{background-color: #e04108; color: #fff;}
.social_fix ul li a.twit{background-color: #5ea9dd; color: #fff;}
.social_fix ul li a.lin{background-color: #0177b5; color: #fff;}
.social_fix ul li a.plus{background-color: #ff6550; color: #fff;}

.social_fix ul li a.fb:hover{background-color: #fff; color: #597eba;}
.social_fix ul li a.gplus:hover{background-color: #fff; color: #e04108;}
.social_fix ul li a.twit:hover{background-color: #fff; color: #5ea9dd;}
.social_fix ul li a.lin:hover{background-color: #fff; color: #0177b5;}
.social_fix ul li a.plus:hover{background-color: #fff; color: #ff6550;}
/*------social_fix_end--------*/


/*------------header--------------*/
.header{
	clear: both;
	width: 100%;
	display: table;	
	background-color: #fff;
	/*box-shadow: 0 0 4px 4px rgba(0, 0, 0, 0.1);*/
	height: 80px;
}
.logo{
	position: absolute; top: 25px; left: 0px; z-index: 9;
}
.hd_right{
	float: right;
	display: inline-block;
	padding-top: 20px;	
}
.hd_right ul{
	list-style: none;	
}
.hd_right ul li{
	float: left;
	display: inline-block;
	padding-right: 20px;
	padding-left: 50px;
	margin-right: 20px;
	background-attachment: scroll;
	background-image: url(../images/phone.png);
	background-repeat: no-repeat;
	background-position: left center;
	border-right: 1px solid #cecece;
	font-size: 16px;
	color: #5e5e5e;

	font-family: 'Arimo', sans-serif;
}
.hd_right ul li:last-child{border-right: 0px; margin-right: 0px; padding-right: 0px;}

.hd_right ul li .li1{font-size: 15px;}
.hd_right ul li .li2{font-size: 18px; margin-top: 2px;}
/*------------header_end--------------*/




/*-----------menu------------*/
.menu{
	width: 100%;
	display: table;
	height: 50px;
	background-color: #fff;
	position: relative;
}
.menu:after{
	position: absolute;
	right: 0px;
	top: 0px;
	height: 50px;
	background-color: #0e5aa4;
	content: "";
	width: 30%;	
}


.nav{
	float: right;
	display: inline-block;
	background-color: #0e5aa4;
	z-index: 999;
	position: relative;
}
.nav:before{
	width: 0; height: 0; 
	border-bottom: 50px solid #0e5aa4; border-left: 50px solid transparent; content:""; position: absolute; left: -50px;	
}
.nav > ul > li{
	float: left;
	display: inline-block;
	position: relative;	
}
.nav > ul > li > a{
	display: block;
	padding: 0px 18px;
	height: 50px;
	line-height: 50px;
	color: #fff;
	font-size: 15px;
	text-decoration: none;
	text-transform: uppercase;	
}
.nav > ul > li:hover > a{
	color: #bde0f5;	
	transition: all 0.3s ease 0s;
}
a.current {position:relative;color: #8BBFDE !important;font-weight:700;}
a.current:after {/*position:absolute;
bottom:0;left:0;content:'';width:100%;height:4px;background:#e97520;*/}

.nav > ul > li:hover ul.drop_menu1{
	max-height: 600px;
	box-shadow:0 8px 15px rgba(0, 0, 0, 0.5);
	border: 1px solid #ccc;
	border-bottom: 3px solid #950e00;
	display: block;
	
	-webkit-animation-duration: 0.3s;
	-webkit-animation-timing-function: ease;
	-webkit-animation-fill-mode: both;
	-webkit-animation-name: fadeInUp;
	-moz-animation-duration: 0.3s;
	-moz-animation-timing-function: ease;
	-moz-animation-fill-mode: both;
	-moz-animation-name: fadeInUp;
	animation-duration: 0.3s;
	animation-timing-function: ease;
	animation-fill-mode: both;
	animation-name: fadeInUp
}
ul.drop_menu1{	
	left:0px;
	top:100%;
	list-style: none;
	position: absolute;
	text-align:left;
	z-index: 99999;
	background-color: #fff;
	width: 220px;
	display: none;
	
	/* This is important for the show/hide CSS animation */
	max-height:0px;
	/*overflow:hidden;*/
	
	/*-webkit-transition:max-height 0.5s linear;
	-moz-transition:max-height 0.5s linear;
	transition:max-height 0.5s linear;*/
}
.mobile_menu {display: none;}
.nav > ul > li > ul.drop_menu1 > li:hover ul.drop_menu2,
ul.drop_menu2 > li:hover ul.drop_menu3,
ul.drop_menu3 > li:hover ul.drop_menu4
{
	max-height: 600px;
	box-shadow: none;
	border: 1px solid #ccc;
	display: block !important;
	
	-webkit-animation-duration: 0.3s;
	-webkit-animation-timing-function: ease;
	-webkit-animation-fill-mode: both;
	-webkit-animation-name: fadeInUp;
	-moz-animation-duration: 0.3s;
	-moz-animation-timing-function: ease;
	-moz-animation-fill-mode: both;
	-moz-animation-name: fadeInUp;
	animation-duration: 0.3s;
	animation-timing-function: ease;
	animation-fill-mode: both;
	animation-name: fadeInUp
}
ul.drop_menu2, ul.drop_menu3, ul.drop_menu4{	
	left:100%;
	top: -1px;
	list-style: none;
	position: absolute;
	text-align:left;
	z-index: 99999;
	background-color: #fff;
	width: 180px;
	display: none;
	
	/* This is important for the show/hide CSS animation */
	max-height:0px;
	
	/*-webkit-transition:max-height 0.5s linear;
	-moz-transition:max-height 0.5s linear;
	transition:max-height 0.5s linear;*/
}
ul.drop_menu1 li{
	padding: 8px;
	display: block;	
	width: 100%;
	position: relative;
	border-bottom: 1px solid #E8E8E8;
}
ul.drop_menu1 li:last-child{border-bottom: 0px;}
ul.drop_menu1 li a{
	text-decoration: none;
	color: #666;	
	display: block;
	font-size: 14px;
	text-transform: capitalize;
	transition: all 0.3s ease 0s;
}
ul.drop_menu1 li a:hover{color: #b53434;}
/*-----------menu_end------------*/






/*----------box1------------*/
.box1{
	width: 100%;
	display: table;
	padding: 40px 0;
	background-color: #fff;
	text-align:center;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
}
.box1_hd1{
	color: #12202e;
    font-size: 42px;
    line-height: 42px;	
	width: 100%;
	margin-bottom: 20px;
}
@-webkit-keyframes super-rainbow {
 0% {
color: #970f00;
}
 20% {
color: #f39c12;
}
 40% {
color: #f1c40f;
}
 60% {
color: #1abc9c;
}
 80% {
color: #3498db;
}
 100% {
color: #8e44ad;
}
}
 @-moz-keyframes super-rainbow {
 0% {
color: #970f00;
}
 20% {
color: #f39c12;
}
 40% {
color: #f1c40f;
}
 60% {
color: #1abc9c;
}
 80% {
color: #3498db;
}
 100% {
color: #8e44ad;
}
}
.box1_hd1 span {
    color: #12202e;
	-webkit-animation: super-rainbow 10s infinite alternate linear;
	-moz-animation: super-rainbow 10s infinite alternate linear;
	animation: super-rainbow 10s infinite alternate linear;
	
	color: #e54a36;
	font-family: 'Roboto Slab', serif;
	font-weight: 700;
}
.box1_hd1 strong {
    color: #e54a36;
	font-family: 'Roboto Slab', serif;
	font-weight: 700;
}
.box1_cont1{
	color: #4c4c4c;
    font-size: 22px;
    line-height: 32px;	
	width: 100%;
	margin-bottom: 20px;
}


@-webkit-keyframes super-rainbow1 {
 0% {
background-color: #970f00;
}
 20% {
background-color: #f39c12;
}
 40% {
background-color: #f1c40f;
}
 60% {
background-color: #1abc9c;
}
 80% {
background-color: #3498db;
}
 100% {
background-color: #8e44ad;
}
}
 @-moz-keyframes super-rainbow1 {
 0% {
background-color: #970f00;
}
 20% {
background-color: #f39c12;
}
 40% {
background-color: #f1c40f;
}
 60% {
background-color: #1abc9c;
}
 80% {
background-color: #3498db;
}
 100% {
background-color: #8e44ad;
}
}
.box1_rmore{
	padding: 10px 20px;
	background-color: #aa1000;
	text-decoration: none;
	color: #fff;
	font-size: 16px;
	display: inline-block;	
	transition: all 0.3s ease 0s;
	font-weight: 400;
	
	-webkit-animation: super-rainbow1 10s infinite alternate linear;
	-moz-animation: super-rainbow1 10s infinite alternate linear;
	animation: super-rainbow1 10s infinite alternate linear;
}
.box1_rmore:hover{background-color: #4c4c52 !important; transition: all 0.3s ease 0s;}
/*----------box1_end------------*/






/*----------box2------------*/
.box2{
	width: 100%;
	display: table;
	padding: 40px 0;
	background-color: #f9f9f9;
}
.box2 ul{
	list-style: none;
	width: 100%;
	float: left;
}
.box2 ul li{
	float: left;
	display: inline-block;
	
	font-family:"Gidole Regular";
}
.box2_hd{
	font-size: 46px;
	width: 85%;
	margin: 20px 0 10px 0;
	color: #555;
}
.box2_cont{
	font-size: 18px;
	line-height: 26px;
	width: 85%;
	margin-bottom: 20px;
	color: #555;
}
.box2_view{
	clear: both;
	text-decoration: none;
	border: 2px solid #e97520;
	border-radius: 3px;
	display: table-cell !important;
	height: 50px;
	line-height: 50px;
	color: #e97520;
	font-size: 16px;
	padding: 0 50px;
	font-weight: 400;
	transition: all 0.3s ease 0s;
}
.box2_view:hover{background-color: #e97520; color: #fff;}


.box2 ul li a{width: 100%; display: block; text-decoration: none;}
.box2_img{
	width: 100%;
	display: block;
	height: 235px;
	overflow: hidden;
	position: relative;
	text-align: center;
}
.box2_img::before {
    background-image: inherit;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 0;
    content: " ";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.3s ease 0s;
    z-index: 1;
}
.box2_img::after {
    background: rgba(220, 100, 14, 0.8) none repeat scroll 0 0;
    content: " ";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transform: translateX(-50px);
    transition: opacity 0.3s ease 0s, transform 0.3s ease 0s, visibility 0s ease 0.3s;
    visibility: hidden;
    width: 100%;
    z-index: 2;
}
.box2_img .arrow {
    height: 42px;
    opacity: 0;
    position: relative;
    top: 50%;
    transform: translate(-50px, -50%);
    transition: opacity 0.3s ease 0s, transform 0.3s ease 0s, visibility 0s ease 0.3s;
    visibility: hidden;
    width: 84px;
    z-index: 3;
}
.box2_img {
    animation: 0.8s ease 0s normal forwards 1 running fadeAndScale;
}
.box2 ul li:hover .box2_img::before {
    transform: scale(1.1);
}
.box2 ul li a:hover .box2_img::after {
    opacity: 1;
    transform: translateX(0px);
    transition: opacity 0.3s ease 0s, transform 0.3s ease 0s;
    visibility: visible;
}
.box2 ul li a:hover .box2_img .arrow {
    opacity: 1;
    transform: translate(0px, -50%);
    transition: opacity 0.3s ease 0.1s, transform 0.3s ease 0.1s;
    visibility: visible;
}
.box2_name{
	width: 100%;
	clear: both;
	display: block;	
	text-decoration: none;
	color: #555;
	font-size: 26px;
    margin-bottom: 30px;
    margin-top: 20px;
	transition: all 0.3s ease 0s;
}
.box2 ul li a:hover .box2_name{color: #880d00;}
/*----------box2_end------------*/





/*----------box3------------*/
.box3{
	width: 100%;
	display: table;
	padding: 40px 0;
	background-color: #5ec0d5;	
}
.box3_left{
	float: left;
	display: inline-block;
	width: 23%;	
	padding: 0 15px;
	font-family:"Gidole Regular";
}
.box3_right{
	float: right;
	display: inline-block;
	width: 75%;
	padding: 0 15px;	
	font-family:"Gidole Regular";
}
.box3_hd1{
	width: 100%;
	display: block;
	color: #fff;
	font-size: 50px;	
	font-weight: 400;
}
.box3_right ul{
	list-style: none;
	width: 100%;
	display: table;	
}
.box3_right ul li{
	float: left;
	display: inline-block;
	width: 50%;	
	padding: 0 30px;
	margin: 20px 0;
}
.box3_num{
	float: left;
	display: inline-block;
	width: 23%;
	color: rgba(255, 255, 255, 0.2);
	font-size: 100px;
	font-weight: 400;
	position: relative;
	top: -15px;
}
.box3_rt1{
	float: left;
	display: inline-block;
	width: 77%;
}
.whyhd1{
	font-size: 30px;
	color: #fff;
	width: 100%;
	display: block;
	font-style: normal;
    font-weight: 300;
	margin-bottom: 5px;
}
.whycont1{
	font-size: 20px;
	color: #fff;
	width: 100%;
	clear: both;
	line-height: 26px;
}
/*----------box3_end------------*/





/*----------box4------------*/
.box4{
	width: 100%;
	display: table;
	padding: 40px 0;
	background-color: #fff;	
}
.box4_left{
	float: left;
	display: inline-block;
	width: 23%;	
	padding: 0 15px;
	overflow: hidden;
	font-family: 'Open Sans', sans-serif;
}


.news{width: 250px; overflow: hidden; clear: both;}


.slider {
	width: 100%;
	margin: auto;
}

.slick-slide {
  margin: 0px;
}

.slick-slide img {
  width: 100%;
}

.slick-prev:before,
.slick-next:before {
	color: black;
}
.ndt1{
	width: 100%;
	display: table;
	font-size: 13px;
	color: #777;
	margin-bottom: 5px;	
}
.nhd1{
	width: 100%;
	display: table;
	font-size: 21px;
	color: #940e00;
	margin-bottom: 10px;
	line-height: 28px;
	font-weight: 600;
}
.ncont1{
	width: 100%;
	display: table;
	font-size: 16px;
	color: #666;
	line-height: 24px;
}

.box4_right{
	float: right;
	display: inline-block;
	width: 100%;
	padding: 0 15px;
}
.box4_hd{
	font-family:"Gidole Regular";
	font-size: 50px;
	color: #555;
	margin-bottom: 20px;
}
.box4_right ul{
	list-style: none;
	clear: both;
	display: table;
}
.box4_right ul li{
	float: left;
	display: inline-block;
	border: 1px solid #EBEBEB;
	padding: 0px;
	width: 18%;
	margin:6px 1%;	
	text-align: center;
}
.box4_right ul li img{display: inline-block;width:100%;}
/*----------box4_end------------*/




/*----------footer-----------*/
.footer{
	clear: both;
	width: 100%;
	display: table;	
}
.map{
	float: left;
	display: inline-block;
	width: 50%;
	height: 420px;	
}
.map iframe{display: block;}
.ft_form{
	float: left;
	display: inline-block;
	width: 50%;
	padding: 30px 20px;
	background-color: #f1f1f1;
}

.ft_hd1 {
    color: #000;
    display: table;
    font-size: 36px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 20px;
    text-align: left;
    text-transform: uppercase;
    width: 100%;
	font-family:"Gidole Regular";
    padding-left: 30px;
}
.ft_hd1 span {
    color: #908e8e;
    font-size: 16px;
    font-weight: 400;
    position: relative;
}
.ft_hd1 span::before {
    background-color: #e97520;
    content: "";
    height: 4px;
    position: absolute;
    right: 0;
    top: -10px;
    width: 60px;
}
.ft_form .ft_txt, .ft_form .ft_txtarea {
    border: 1px solid #cccccc;
    clear: both;
    color: #000;
    display: table;
    font-size: 14px;
    height: 40px;
    margin-bottom: 13px;
    padding: 5px 15px;
    width: 83%;
	font-family: 'Arimo', sans-serif;
}
.ft_form .ft_txtarea {
    height: 90px;
	font-family: 'Arimo', sans-serif;
}
.ft_sub1 {
    background-color: #e97520;
    border: 0 none;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    padding: 10px 25px;
    text-transform: uppercase;
	cursor: pointer;
	transition: all 0.3s ease 0s;
}
.ft_sub1:hover{background-color: #4c4c52;}




.m_Footer {
    background-color: #115ba4;
    color: #fff;
    display: table;
    font-size: 15px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    width: 100%;
}
.m_Footer a {
    color: #fff;
    text-decoration: none;
	transition: all 0.3s ease 0s;
}
.m_Footer a:hover {
    color: #8a0d00;
}

.m_Footer1 {
    background-color: #021f3c;
    color: #fff;
    display: table;
    font-size: 15px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    width: 100%;
}
.m_Footer1 a {
    color: #fff;
    text-decoration: none;
	transition: all 0.3s ease 0s;
}
.m_Footer1 a:hover {
    color: #8a0d00;
}
/*----------footer_end-----------*/


.inner_banner {
	width: 100%;
	height: 300px;
	overflow: hidden;
	display: block;
	position: relative;
}
.inner_banner img{
	width: 100%;
	display: block;	
}
.inner_banner_txt1{
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	display: table;
	height: 36px;
	line-height: 36px;
	background-color: rgba(0,0,0,.3);
	color: #fff;
	font-size: 16px;
}

.inner_banner_txt1 ul{list-style: none;}
.inner_banner_txt1 ul li{
	float: left;
	display: inline-block;
	position: relative;
	padding-right: 25px;
	font-weight: 400;
	color: #fff;	
}
.inner_banner_txt1 ul li:after{
	content: "/";
	color: #fff;
	position: absolute;
	font-size: 14px;
	right: 8px;
	top: 2px;	
}
.inner_banner_txt1 ul li:last-child:after{display: none;}
.inner_banner_txt1 ul li a{color: #fff; text-decoration: none;}

.innerbox1{
	width: 100%;
	display: table;
	background-color: #fff;
}
.inner_left1{
	float: left;
	display: inline-block;
	width: 73%;
	padding-right: 20px;	
}
.b2_cont1 {
    color: #484848;
    float: left;
    font-size: 16px;
    line-height: 28px;
    margin: 20px 0;
    width: 100%;
}
.b2_hd1 {
    color: #000;
    display: table;
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    width: 100%;
	font-family:"Gidole Regular";
}
.b2_hd1 span {
    color: #908e8e;
    font-size: 16px;
    font-weight: 400;
    position: relative;
}
.b2_hd1 span::before {
    background-color: #e97520;
    content: "";
    height: 4px;
    position: absolute;
    right: 0;
    top: -10px;
    width: 60px;
}

.right_content {
    float: left;
    padding: 0px 25px;
    width: 23%;
	border-left: thin dotted #d8d8d8;
	min-height: 300px;
}
.right_head {
    color: #00639f;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
    margin-top: 20px;
    padding: 12px 0;
    position: relative;
}
.right_head::after {
    background: #d1d1d1 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    width: 50px;
}
.ser_list ul {
    list-style: outside none none;
    padding-left: 0;
    width: 100%;
	margin-top: 20px;
}
.ser_list ul li {
    background-image: url("../images/SpryMenuBarRight.gif");
    background-position: 0 15px;
    background-repeat: no-repeat;
    border-bottom: thin dotted #d8d8d8;
    line-height: 20px;
    padding-bottom: 8px;
    padding-left: 15px;
    padding-top: 8px;
    width: 100%;
}
.ser_list ul li a {
    color: #3d505a;
    font-size: 15px;
    text-decoration: none;
    text-transform: capitalize;
    transition: all 0.5s ease 0s;
	font-family: 'Arimo', sans-serif;
}
.ser_list ul li a:hover {
    color: #8a0d00;
    text-decoration: none;
}
.ser_list ul .leftactive {border-bottom: thin dotted #8a0d00;}
.ser_list ul .leftactive a {
    color: #8a0d00;
    text-decoration: none;
}

.address{
	font-size: 16px;
	line-height: 26px;
	color: #555;	
	margin-top: 20px;
}


.contactus{
	clear: both;
	width: 100%;
	display: table;	
}
.cont50{
	float: left;
	display: inline-block;
	width: 35%;
	padding: 20px 0;
}
.ft_form1{
	width: 60%;	
    float:right;
}
.cont501{
	float: left;
	display: inline-block;
	width: 50%;
	padding: 0 20px;	
}
.cont501 .ft_txt, .cont501 .ft_txtarea {width: 100% !important; margin-bottom: 20px;}
.cont501 .ft_txtarea {
    height: 160px;
	font-family: 'Arimo', sans-serif;
}

.clients1{
    display: block;
    margin: 0px;
    width: 100%;
    list-style: none;
}
.clients1 li {border:2px solid #E9E9E9;padding:0;float: left;width: 18%;margin: 8px 1%;display: inline-block;
	height: 120px;text-align: center;line-height: 120px;vertical-align: middle;}
.clients1 li img {display: inline-block;}

.mobile_menu {width: 100%;float: left;font-family: 'Arimo', sans-serif;}
.m_icon {position: absolute;top:-45px;right: 15px;font-size: 28px;cursor: pointer;}
#mmenu {box-shadow: 0 5px 5px 1px #ccc;}
.mobile_menu ul {width: 100%;float: left;background: #0e5aa4;list-style: none;padding: 5px 0;display: none;}
.mobile_menu ul li {width: 100%;float: left;padding: 0 10px;border-bottom: 1px solid #0c5093;}
.mobile_menu ul ul li {border-top:1px solid #0c5093;border-bottom: 0px solid #0c5093; }
.mobile_menu ul li a{width: 100%;float: left;padding: 5px 10px;color:#fff;text-decoration: none;font-size: 14px;}
.mobile_menu ul li a i {float:right;}
/* mobile starts here */
@media only screen and (min-width : 980px) and (max-width :1279px) {
.container1_inner{
	max-width: 960px;
	min-width: 240px;
}
.logo {top:2px;}
.nav  {width:100%;text-align: center;}
.nav ul li {display: inline-block;float: none;}
.nav:before, .menu::after {display: none;}
.slider-wrapper {min-height: auto;}
.theme-default .nivo-controlNav {display: none !important}
.ft_form {padding: 20px 20px 20px 30px;}
.ft_form .ft_txt, .ft_form .ft_txtarea {width: 100%;}
.map {height: 504px;}
.map iframe{height: 100%;}
.ft_sub1 {float: left !important;margin-right: 0;}
.inner_banner {height: auto;}
.right_content {padding: 0 0 0 25px;}




}
@media only screen and (min-width : 768px) and (max-width :979px) {
.container1_inner{
	max-width: 750px;
	min-width: 240px;
}
.logo {top:2px;width: 100%;text-align: center;position: relative;}
.hd_right {display: none;}
.nav {width:100%;text-align: center;}
.nav ul li {display: inline-block;float: none;}
.nav:before, .menu::after {display: none;}
.slider-wrapper {min-height: auto;}
.nivo-caption {top:15%;}
.theme-default .nivo-controlNav {display: none !important}
.box2 , .box3, .box4, .box5, .innerbox1{display: block;padding:20px 0;float:left;}
.box2_hd {font-size: 36px;}
.box2_img {height: 190px;}
.box3_left , .box3_right{width:100%;}
.box3_hd1 {text-align: center;}
.box4_right ul li {width: 23%;}
.ft_form {padding: 20px 20px 20px 30px;}
.ft_form .ft_txt, .ft_form .ft_txtarea {width: 100%;}
.map {height: 504px;}
.map iframe{height: 100%;}
.ft_sub1 {float: left !important;margin-right: 0;}
.inner_banner {height: auto;}
.right_content {padding: 0 0 0 25px;}
.clients1 li {height: 100px;line-height: 100px;width: 23%}
.ft_sub2 {float: none !important}




}
@media only screen and (min-width : 360px) and (max-width :767px) {
.container1_inner{
	max-width: 550px;
	min-width: 240px;
	padding: 0 10px;
}
.logo {top:10px;width: 50%;position: relative;}
.logo img {width: 220px;}
.header {height:60px;}
.sticky {height: auto;}
.m_top {margin-top: 60px}
.hd_right {display: none;}
.nav {width:100%;text-align: center;}
.nav ul li {display: inline-block;float: none;}
.nav:before, .menu, .menu::after {display: none;}
.mobile_menu {display: block;}
.slider-wrapper {min-height: auto;}
.nivo-caption {top:15%;width: 80%;}
.banner_hd1 {padding: 5px 10px;height:auto;line-height: 20px;font-size: 18px;}
.banner_cont1 {padding: 5px;font-size: 14px;display: none !important}
.nivo-caption a{float: left;padding: 5px 10px;font-size: 12px;height:auto;line-height: 22px;}
.theme-default .nivo-controlNav {display: none !important}
.box1_hd1 {font-size: 24px;line-height: 26px;}
.box1_cont1 {font-size: 18px;line-height: 28px;}
.box2 , .box3, .box4, .box5, .innerbox1, .contactus{display: block;padding: 0;}
.box2 ul li {width: 100%;padding: 10px 20px;margin: 0;}
.box2_hd {font-size: 36px;}
.box2_img {height: 190px;}
.box3_left , .box3_right{width:100%;}
.box3_right ul li {width: 100%;padding: 0;margin: 10px 0;}
.box3_hd1 {text-align: center;}
.box4_right ul li {width: 48%;text-align: center;}
.box4_right ul li img {width: 100%;}
.ft_form {padding: 10px;width: 100%}
.ft_form .ft_txt, .ft_form .ft_txtarea {width: 100%;}
.map {height: 250px;width: 100%;}
.map iframe{height: 100%;}
.ft_sub1 {float: left !important;margin-right: 0;}
.social_fix {display: none;}
.inner_banner {height: auto;}
.inner_banner iframe{height: 200px;}
.inner_left1 {width: 100%;}
.right_content {display: none;}
.clients1 li {height: 100px;line-height: 100px;width: 48%}
.nocarer {display: none;}
.b2_cont1 table, .b2_cont1 table table {width: 330px !important;}
.cont50 {width: 100%;min-height: 100%;height: auto;padding: 15px;}
.cont501 {width: 100%;padding: 0;}

}
@media only screen and (max-width: 767px) and (min-width: 360px){
.cont33{
    width: 100% !important;
}
}

@media only screen and (min-width : 240px) and (max-width :359px) {
.container1_inner{
	max-width: 320px;
	min-width: 240px;
	padding: 0 10px;
}
.logo {top:10px;width: 50%;position: relative;}
.logo img {width: 220px;}
.header {height:60px;}
.sticky {height: auto;}
.m_top {margin-top: 60px}
.hd_right {display: none;}
.nav {width:100%;text-align: center;}
.nav ul li {display: inline-block;float: none;}
.nav:before, .menu, .menu::after {display: none;}
.mobile_menu {display: block;}
.slider-wrapper {min-height: auto;}
.nivo-caption {top:15%;width: 80%;}
.banner_hd1 {padding: 5px 10px;height:auto;line-height: 20px;font-size: 18px;}
.banner_cont1 {padding: 5px;font-size: 14px;display: none !important}
.nivo-caption a{float: left;padding: 5px 10px;font-size: 12px;height:auto;line-height: 22px;}
.theme-default .nivo-controlNav {display: none !important}
.box1_hd1 {font-size: 24px;line-height: 26px;}
.box1_cont1 {font-size: 18px;line-height: 28px;}
.box2 , .box3, .box4, .box5, .innerbox1{display: block;padding: 0;}
.box2 ul li {width: 100%;padding: 10px 20px;margin: 0;}
.box2_hd {font-size: 36px;}
.box2_img {height: 190px;}
.box3_left , .box3_right{width:100%;}
.box3_right ul li {width: 100%;padding: 0;margin: 10px 0;}
.box3_hd1 {text-align: center;}
.box4_right ul li {width: 48%;text-align: center;}
.box4_right ul li img {width: 100%;}
.ft_form {padding: 10px;width: 100%}
.ft_form .ft_txt, .ft_form .ft_txtarea {width: 100%;}
.map {height: 250px;width: 100%;}
.map iframe{height: 100%;}
.ft_sub1 {float: left !important;margin-right: 0;}
.social_fix {display: none;}
.g-recaptcha, .g-recaptcha iframe {display: block;width: 220px !important;float: left;}
.g-recaptcha div {display: block;width: 100% !important;float: left;}
.inner_banner {height: auto;}
.inner_banner iframe{height: 200px;}
.inner_left1 {width: 100%;}
.right_content {display: none;}
.clients1 li {height: 90px;line-height: 90px;width: 48%}
.nocarer {display: none;}
.b2_cont1 table, .b2_cont1 table table {width: 280px !important;}
.cont50 {width: 100%;float: left;min-height: 100%;height: auto;padding: 10px;}
.cont501 {width: 100%;padding: 0;}


}

