@charset "utf-8";

*, *: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: 'Roboto', sans-serif;
}
.container1{
	width: 100%;
	display: table;
	position: relative;
}
.container1_inner{
	max-width: 1100px;
	min-width: 240px;
	height: auto;
	margin: auto;
	position: relative;
}
.wrapper {
	width: 100%;
	display: table;
}


/*------------header--------------*/
.header{
	clear: both;
	width: 100%;
	display: table;	
	background-color: #fff;
	box-shadow: 0 0 4px 4px rgba(0, 0, 0, 0.1);
	position: relative;
	z-index: 9;
}
.logo{
	float: left;
	display: inline-block;
	margin: 20px 0 0 0;	
}


.nav{
	float: right;
	display: inline-block;
}
.nav > ul > li{
	float: left;
	display: inline-block;
	position: relative;	
}
.nav > ul > li > a{
	display: block;
	padding: 28px 18px;
	color: #666;
	font-size: 15px;
	text-decoration: none;
	text-transform: uppercase;	
	font-weight: 400;
	border-bottom: 2px solid #fff;
	font-family: 'Montserrat', sans-serif;
	transition: all 0.3s ease 0s;
}
.nav > ul > li:hover > a{
	color: #16b9e9;
	border-bottom: 4px solid #16b9e9;
}
.nav > ul > li > a.active{
	color: #16b9e9;	
	border-bottom: 4px solid #16b9e9;
}
/*.nav > ul > li > a > i{font-size: 13px; margin-left: 3px;}*/

.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;
	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;*/
}
.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;
}
ul.drop_menu1 li a{
	text-decoration: none;
	color: #666;	
	display: block;
	font-size: 14px;
	font-weight: 300;
}
ul.drop_menu1 li a:hover{color: #16b9e9;}

.ord_now{
	float: right;
	display: inline-block;
	text-decoration: none;
	color: #fff;
	background-color: #ff6519;
	text-transform: uppercase;
	padding: 8px 10px 8px 14px;	
	font-size: 14px;
	border-radius: 25px;	
	margin-top: 21px;
	margin-left: 15px;
	transition: all 0.3s ease 0s;
}
.ord_now i{
	margin-left: 6px;	
}
.ord_now:hover{background-color: #0d2153;}
/*------------header_end--------------*/
.nav > ul > li.fb, .nav > ul > li.tw { font-size: 20px; }




/*--------banner---------*/
.banner{
	clear: both;
	width: 100%;
	display: table;	
}

.banner_txt {
    color: #fff;
    position: absolute;
	width: 100%;
	display: block;
}
.banner_txt .b_img1{
	float: left;	
	margin-left: 115px;
	bottom: 135px;
	 position: absolute;
}
.banner_txt .name1{
	float: left;
	display: inline-block;
	position: absolute;
	bottom: 220px;
	left: 0px;
	margin-left: 125px;
	width: 900px;
	font-family: 'Roboto Condensed', sans-serif;
	padding: 10px 20px;
	z-index: 9999;
	text-shadow: 2px 2px 6px rgba(0,0,0,0.7);
} 
.name1 .b_hd1{
	width: 100%; 
	clear: both; 
	display: table; 
	font-size: 47px; 
	font-weight: 500; 
	position: relative; 
	margin-bottom: 10px;
	padding-bottom: 15px;
}
/*--------banner_end---------*/



/*-----------footer-------------*/
.footer{
	height: 45px;
	width: 100%;
	display: table;
	background-color: #388fcf;
	line-height: 45px;
	color: #fff;
	font-size: 14px;
	text-align:center;
	font-weight: 300;
}
.footer a{
	text-decoration: none;
	color: #000;	
}
/*-----------footer_end-------------*/



.inner_banner {
	width: 100%;
	height: 240px;
	overflow: hidden;
	display: block;
	position: relative;
}
.inner_banner img{
	width: 100%;
	display: block;	
	height: 250px;
}
.inner_banner_txt1{
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	display: table;
	height: 36px;
	line-height: 36px;
	background-color: rgba(0,0,105,.5);
	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;
}
.inner_left1{
	float: left;
	display: inline-block;
	width: 100%;
	padding: 0 20px;	
}
.b2_cont1 {
    color: #3f3f3f;
    display: table;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    margin: 20px 0;
    text-align: justify;
    width: 100%;
}
.inner_left1 .b2_hd1, .right_content .b2_hd1{font-size: 24px; font-weight: 700; color: #16b9e9; letter-spacing: 0px; margin-bottom: 20px;}
.inner_left1 ul{padding-left: 20px;}

.right_content {
    float: left;
    padding: 0px 25px;
    width: 23%;
	border-left: thin dotted #d8d8d8;
	min-height: 300px;
	display: none;
}
.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;
	font-size: 14px;
    width: 100%;
}
.ser_list ul li a {
    color: #000;
    font-size: 14px;
    text-decoration: none;
    text-transform: capitalize;
    transition: all 0.5s ease 0s;
}
.ser_list ul li a:hover {
    color: #16b9e9;
    text-decoration: none;
}
.innerbox2{
	clear: both;
	width: 100%;
	display: table;
	padding: 30px;
	background-attachment: scroll;
	background-image: url(../images/abt_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 100%;
}
.qlinks{
	margin: auto;
	display: table;
	width: 945px;
}
.qlink1{
	width: 50%;
	padding: 15px;
	display: inline-block;	
	float: left;
}
.q_linkb1{
	background-color: #fff;
	width: 100%;
	display: block;
	min-height: 440px;	
	font-family: 'Montserrat', sans-serif;
	text-align: center;
}
.q_linkb1 .img1{
	height: 160px;
	display: block;
	width: 100%;
	position: relative;
	overflow:hidden;
	margin-bottom: 20px;
}
.q_linkb1 .img1 > img{
	display: block;
	width: 100%;	
}
.q_linkb1 .hd1{
	text-align: center;
	font-size: 20px;
	color: #404040;
}
.q_linkb1 .cont1{
	padding: 20px 40px;
	font-size: 15px;
	color: #7f7f7f;
	line-height: 24px;
}
.cir1{
	position: absolute;
	left: 40%;
	top: 35px;
	width: 90px;
	height: 90px;
	border-radius: 100%;
	background-color: rgba(41,155,96,0.8);	
	text-align: center;
	vertical-align: middle;
	line-height: 90px;
}




.cont_top{
	width: 100%;
	display: table;
	margin-bottom: 20px;
	border-bottom: 1px solid #eeeeee;
	width: 100%;
	padding-bottom: 30px;	
	font-weight: 300;
	font-family: 'Roboto Condensed', sans-serif;
}
.cont_top .hd1{
	font-size: 42px;
	line-height: 50px;
	margin-bottom: 10px;
}
.cont_top .hd2{
	color: #b0af2c;
	line-height: 32px;
	font-size: 26px;
}
.cont_btm{
	clear: both;
	width: 100%;
	display: table;
	background-color: #fff;	
}
.cont_lft{
	float: left;
	display: inline-block;
	width: 33%;
	margin-right: 2%;	
}
.cont_rt{
	float: left;
	display: inline-block;
	width: 65%;
	border-radius: 6px;
    padding: 24px;
	background-color: #f5f5f5;
	min-height: 600px;
}
.cont_lft .hd1{
	font-size: 26px;
    line-height: 32px;	
	font-family: 'Roboto Condensed', sans-serif;
}
.cont_lft .hd2{
	color: #2a89ad;	
	font-size: 22px;
    line-height: 32px;	
	font-family: 'Roboto Condensed', sans-serif;
	border-bottom: 1px solid #eeeeee;
	font-weight: 300;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.address1{
	padding-left: 25px;
	line-height: 24px;
	font-size: 15px;
	color: #333333;
	margin-bottom: 10px;
	position: relative;	
}
.address1 i{
	position: absolute;
	left: 0px;
	top: 5px;
	font-size: 18px;
	color: #2a89ad;	
}
.address1 a{color: #2a89ad; text-decoration: none;}


.cont_rt .hd1{
	font-size: 26px;
    line-height: 32px;	
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 300;
	margin-bottom: 20px;
}
.cont_rt .wid50{
	float: left;
	display: inline-block;
	width: 50%;
	padding-right: 15px;
	padding-bottom: 15px;	
}
.cont_rt .wid100{
	float: left;
	display: inline-block;
	width: 100%;
	padding-right: 15px;	
	padding-bottom: 15px;
}
.cont_rt label{
	font-weight: 700;
	font-size: 15px;
	color: #333333;
	margin-bottom: 10px;
}
.cont_rt span{
	color: #F00;
	margin-left: 5px;
}
.cont_rt .ft_txt{
	
}
.btn-primary {
    background-color: #388fcf !important;
    border: medium none;
    border-radius: 0;
    box-shadow: 0 -4px 0 rgba(0, 0, 0, 0.15) inset;
    color: #fff;
    font-size: 15px;
    line-height: 24px;
    text-shadow: none;
	padding: 6px 12px;
	font-size: 18px;
	font-weight: 300;
	margin-top: 20px;
	text-transform: capitalize;
}
.btn-primary:hover, .btn-primary .disabled, .btn-primary [disabled] {
    background-color: #a44d16;
    border: medium none;
    box-shadow: none;
    color: #fff;
}


.prod_list1{
	clear: both;
	width: 100%;
	display: table;
	margin-bottom: 20px;	
}
.prod_list1 .hd1{
	background-color: #000069;
	color: #fff;
	font-weight: 500;
	font-size: 18px;
	padding: 8px 20px;	
}
.prod_list1 ul{
	clear: both;
	width: 100%;
	display: table;
	list-style: none;
	background-color: #f5f5f5;
	padding: 15px;	
	border-radius: 0 0 5px 5px;
}
.prod_list1 ul li{
	float: left;
	display: inline-block;
	width: 33.33%;
	padding: 8px 20px 8px 30px;
	position: relative;
	color: #000;
	text-transform: uppercase;
	font-size: 14px;	
	font-weight: 500;
}
.prod_list1 ul li i{
	position: absolute;
	left: 0px;
	top: 10px;
	font-size: 18px;
	color: #2a89ad;	
}

.footer p{float: left;line-height: 45px;margin:0;}
ul.foo_social {
	float: right;
margin:0;
}
ul.foo_social li {
    display: inline-block;
    float: left;
    height: 32px;
    margin-right: 5px;
    width: 32px;
}
ul.foo_social li a {
    background-color: #fff;
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.07);
    display: inline-block;
    font-size: 16px;
    height: 32px;
    line-height: 34px;
    margin-bottom: 5px;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s ease 0s;
    width: 32px;
    border-radius: 100%;
 background-color: #fff;
color: #333;
}/*
ul.foo_social li a.fb {
    background-color: #597eba;
    color: #fff;
}
ul.foo_social li a.gplus {
    background-color: #e04108;
    color: #fff;
}
ul.foo_social li a.twit {
    background-color: #5ea9dd;
    color: #fff;
}*/
ul.foo_social li a.fb:hover {
    background-color: #fff;
    color: #597eba;
}
ul.foo_social li a.gplus:hover {
    background-color: #fff;
    color: #e04108;
}
ul.foo_social li a.twit:hover {
    background-color: #fff;
    color: #5ea9dd;
}



/*-------box3---------*/
.box3{
	clear: both;
	width: 100%;
	display: table;
	background-color: #f7f7f7;
	padding: 35px 0;	
	box-shadow: 0 0 8px 3px rgba(0, 0, 0, 0.15);
}
.box3 .hd1{
	font-size: 32px;
	color: #000;
	position: relative;
	width: 100%;
	text-align: center;
	font-weight: 600;
}
.box3 .hd1:before{
	position: absolute;
	left: 0px;
	top: 20px;
	width: 465px;
	height: 1px;
	background-color: #cacaca;
	content:"";
}
.box3 .hd1:after{
	position: absolute;
	right: 0px;
	top: 20px;
	width: 465px;
	height: 1px;
	background-color: #cacaca;
	content:"";
}


.clients_logos{
	clear: both;
	width: 91%;
	margin: 20px auto 0;
	position: relative;	
}
.caroufredsel_wrapper{height: 120px;}
.clients_logos ul{
	list-style: none;
	width: 100%;
	display: block;	
}
.clients_logos ul li{
	float: left;
	display: inline-block;
	margin-right: 25px;
	min-width: 144px;	
	height: 125px;
}
.clients_logos ul li a{display: block; text-align: center; text-decoration: none; font-size: 14px; color: #333; transition: all 0.3s ease 0s;}
.clients_logos ul li a:hover{color: #388fcf;}
.clients_logos ul li a div{margin-bottom: 10px;}

.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---------*/

.slicknav_menu{display: none;}

.deskno{display: none;}





/* ===========================
   ====== Media Queries ====== 
   =========================== */
/*------smallphones----------------*/  
@media only screen and (min-width : 240px) and (max-width : 960px)
{

	.wrapper{padding: 0 15px;}
	.mobno{display: none;}.deskno{display: block;}
	.logo{margin-bottom: 10px;}
	.logo img{width: 200px; position: relative; z-index: 9999999; display: block;}
	
	
	.banner_txt .name1{bottom: 20%; width: auto; margin-left: 10%;}
	.name1 .b_hd1{font-size: 20px;}
	
	.inner_banner{height: auto;}
	.inner_banner img{height: auto;}
	.qlinks{width: 100%;}
	.qlink1{width: 100%; float: none;}
	.q_linkb1{min-height: 100px;}
	.q_linkb1 .img1{height: auto;}
	.cir1{top: 20%; width: 70px; height: 70px; line-height: 70px;}
	.cir1 img{width: 50%;}
	.innerbox2{background-size: 100% 100%; padding: 15px;}
	
	.prod_list1 ul li{width: 100%; float: none; padding: 10px;}
	
	.box3 .hd1:before, .box3 .hd1:after{display: none;}
	
	
	.clients_logos ul li{min-width: auto; margin-right: 0px; padding: 0 13px;}
	
	#clients img {width: 100%;}
	.p_arrows3 #prev3{left: -10px; z-index: 999;}
	.p_arrows3 #next3{right: -10px; z-index: 999;}
	
	.cont_lft{clear: both; width: 100%; margin: auto auto 20px auto;}
	.cont_rt{clear: both; width: 100%;}
	
	.cont_rt .wid50{padding-right: 0px; width: 100%;}
	.slicknav_menu{display: table;}
	.nav{display: none;}
	#prev3 > img, #next3> img{width: 20px;}
	
	.q_linkb1 .cont1{padding: 20px;}
	.cont_top{margin-bottom: 10px; padding-bottom: 15px;}
	.cont_top .hd1{font-size: 28px; line-height: 30px;}
	.cont_top .hd2{font-size: 20px;}
}
/*------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 : 1024px)
{
	.qlinks{width: 90%;}
	.clients_logos ul li{min-width: auto;}
	.box3 .hd1:before, .box3 .hd1:after{display: none;}
	#clients img {width: 100%;}
	.p_arrows3 #prev3{left: -40px; z-index: 999;}
	.p_arrows3 #next3{right:-20px; z-index: 999;}
}
@media only screen and (min-width : 960px) and (max-width : 1100px)
{
	
}
@media only screen and (min-width : 1200px) and (max-width : 1366px)
{
	
}