html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	background: transparent;
}
body {
	margin:auto;
	padding:0px;
}
@font-face {
    font-family: 'open_sansregular';
    src: url('font/opensans-regular-webfont.eot');
    src: url('font/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/opensans-regular-webfont.woff2') format('woff2'),
         url('font/opensans-regular-webfont.woff') format('woff'),
         url('font/opensans-regular-webfont.ttf') format('truetype'),
         url('font/opensans-regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
	font-family: 'OpenSans-Semibold';
	src: url('font/OpenSans-Semibold.eot?#iefix') format('embedded-opentype'),
	     url('font/OpenSans-Semibold.woff') format('woff'),
		 url('font/OpenSans-Semibold.ttf') format('truetype'),
		 url('font/OpenSans-Semibold.svg#OpenSans-Semibold') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Raleway-ExtraLight';
	src: url('font/Raleway-ExtraLight.eot?#iefix') format('embedded-opentype'),
	     url('font/Raleway-ExtraLight.otf') format('opentype'),
		 url('font/Raleway-ExtraLight.woff') format('woff'),
		 url('font/Raleway-ExtraLight.ttf') format('truetype'),
		 url('font/Raleway-ExtraLight.svg#Raleway-ExtraLight') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
    font-family: 'RalewayRegular';
    src: url('font/raleway-regular.eot');
    src: url('font/raleway-regular.eot') format('embedded-opentype'),
         url('font/raleway-regular.woff2') format('woff2'),
         url('font/raleway-regular.woff') format('woff'),
         url('font/raleway-regular.ttf') format('truetype'),
         url('font/raleway-regular.svg#RalewayRegular') format('svg');
}
@font-face {
    font-family: 'RalewayMedium';
    src: url('font/raleway-medium.eot');
    src: url('font/raleway-medium.eot') format('embedded-opentype'),
         url('font/raleway-medium.woff2') format('woff2'),
         url('font/raleway-medium.woff') format('woff'),
         url('font/raleway-medium.ttf') format('truetype'),
         url('font/raleway-medium.svg#RalewayMedium') format('svg');
}
@font-face {
    font-family: 'RalewaySemiBold';
    src: url('font/raleway-semibold.eot');
    src: url('font/raleway-semibold.eot') format('embedded-opentype'),
         url('font/raleway-semibold.woff2') format('woff2'),
         url('font/raleway-semibold.woff') format('woff'),
         url('font/raleway-semibold.ttf') format('truetype'),
         url('font/raleway-semibold.svg#RalewaySemiBold') format('svg');
}
@font-face {
    font-family: 'ralewaybold';
    src: url('font/raleway-bold-webfont.eot');
    src: url('font/raleway-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/raleway-bold-webfont.woff2') format('woff2'),
         url('font/raleway-bold-webfont.woff') format('woff'),
         url('font/raleway-bold-webfont.ttf') format('truetype'),
         url('font/raleway-bold-webfont.svg#ralewaybold') format('svg');
    font-weight: normal;
    font-style: normal;
}
a{
	-webkit-transition: all .20s ease-in-out .0s;
	-moz-transition: all .20s ease-in-out .0s;
	-ms-transition: all .20s ease-in-out .0s;
	-o-transition: all .20s ease-in-out .0s;
	transition: all .20s ease-in-out .0s;
}
a:hover{
	outline:none;
}
#wrapper{
	width:auto;
	height:auto;
}
.wrapper_container_iqim{
	max-width:960px;
	height:auto;
	margin:auto;
}
/*============================================ Header Start ============================================*/
.header_container_iqim{
	background:#fff;
	padding:25px 15px;
}
.logo_iqim{
	float:left;
	padding-top:6px;
}
/*========================== Navigation*/
.menu_but_iqim{
	float:right;
}
.navigation_iqim{
	float:right;
}
.navigation_iqim ul{
	margin-bottom:0px;
}
.navigation_iqim ul li{
	list-style:none;
	display:inline-block;
	margin-right:10px;
}
.navigation_iqim ul li a{
	font-family: 'RalewayMedium';
	color:#656666;
	font-size:16px;
	text-decoration:none;
	padding:2px 6px;
	border:1px solid #a8abac;
	width:105px;
	display:inline-block;
	text-align:center;
}
.navigation_iqim ul li a:hover,
.navigation_iqim ul li a:focus{
	text-decoration:none;
	background:#176baf;
	color:#FFF;
	outline:none;
}
.navigation_iqim ul li:last-child{
	margin-right:0px;
}
/*====================== Banner Container*/
.banner_container_iqim{
	background:url(images/banner_bg.jpg) no-repeat center top;
	min-height:445px;
	padding:60px 15px;
}
.banner_container_iqim h1{
	font-family: 'Raleway-ExtraLight';
	font-size:33px;
	color:#000;
	font-weight:normal;
}
.banner_container_iqim h1 strong{
	font-weight:normal;
	font-family: 'ralewaybold';
}
.select_iqim{
	padding-top:40px;
	color:#323333;
	font-size:18px;
	font-family: 'open_sansregular';
	max-width:360px;
}
.select_iqim span{
	color:#526a30;
	font-size:21px;
	font-weight:normal;
	text-align:center;
	padding:0 7px 4px;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	border-radius:50%;
	-khtml-border-radius:50%;
	background:#dde6cc;
    font-family: 'RalewaySemiBold';
}
.select_iqim div{
	font-size:16px;
	font-family: 'open_sansregular';
	padding-top:6px;
}
.select_iqim div strong{
	font-family: 'OpenSans-Semibold' !important;
}
.see_how_bg_iqim{
	background:url(images/see_how_bg.png) repeat;
	padding:20px;
}
.see_how_bg_iqim h1{
	color:#ffffff;
	font-weight:normal;
	font-size:40px;
	font-family: 'Raleway-ExtraLight';
}
.see_how_bg_iqim h1 span{
	color:#b4f49d;
	font-family: 'RalewayMedium';
}
.see_how_bg_iqim h3{
	color:#b4f49d;
	font-size:20px;
	font-weight:normal;
    font-family: 'open_sansregular';
	padding-top:6px;
}
.see_how_bg_iqim ul{
}
.see_how_bg_iqim ul li{
	list-style:none;
	padding:5px;
	display:inline-block;
	border:2px solid #b4f49d;
	width:48%;
	height:45px;
	line-height:28px;
	margin-top:20px;
	float:left;
	font-family: 'RalewayRegular';
	font-size:17px;
	color:#FFF;
	background:#2783c6;
}
.see_how_bg_iqim ul li:nth-child(even){
	float:right;
}
.see_how_bg_iqim ul li img{
	margin-right:6px;
}
.see_how_bg_iqim ul li strong{
	font-weight:normal;
	font-family: 'ralewaybold';
}
/*================================================================================== Home Page Start*/
.body_container_iqim{
	padding-top:20px;
}
.body_left_iqim{
	margin-top:10px;
}
.body_left_iqim ul{
	margin-bottom:0px;
}
.body_left_iqim ul li{
	list-style:none;
	margin-top:15px;
}
.body_left_iqim ul li a{
	text-decoration:none;
	color:#005ca7;
	font-size:20px;
	font-family: 'RalewayMedium';
}
.body_left_iqim ul li a:hover,
.body_left_iqim ul li a:focus{
	color:#000;
	outline:none;
}
.body_left_iqim ul li img{
	margin-right:10px;
}
.body_right_iqim{
	margin-top:10px;
}
.left_bor_iqim{
	border-left:1px solid #e6e7e7;
}
.body_right_iqim h1{
	color:#005ca7;
	font-size:22px;
	font-family: 'RalewayMedium';
}
.body_right_iqim p{
	padding-top:15px;
	color:#7c7c7c;
	font-size:16px;
    font-family: 'open_sansregular';
}
/*================================================================================== Inner Page Start*/

/*============================================ Footer Start ============================================*/
.footer_container_iqim{
	padding:15px;
	background:#f6f8fb;
	margin-top:50px;
}
.footer_logo_iqim{
	text-align:center;
	padding-top:20px;
}
.footer_logo_iqim img{
	display:inline-block;
}
.footer_menu_iqim{
	text-align:center;
}
.footer_menu_iqim ul{
	margin-bottom:0px;
}
.footer_menu_iqim ul li{
	list-style:none;
	display:inline-block;
	margin:10px 5px;
}
.footer_menu_iqim ul li a{
	font-family: 'RalewayMedium';
	color:#656666;
	font-size:16px;
	text-decoration:none;
	padding:2px 6px;
	border:1px solid #a8abac;
	width:105px;
	display:inline-block;
	text-align:center;
}
.footer_menu_iqim ul li a:hover,
.footer_menu_iqim ul li a:focus{
	text-decoration:none;
	background:#176baf;
	color:#FFF;
	outline:none;
}
.clear{
	clear:both;
}
