@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900');
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box
}
body {
	margin: 0px;
	padding: 0px;
	background: #fff;
	color: #000;
}
h1, h2, h3, h4, h5, h6, p {
	margin: 0;
	padding: 0;
	line-height: normal;
}
html,body{
	height: 100%;
}
.padding-none {
	padding: 0;
}
a,a:hover {
	text-decoration: none;
}
ul, ol {
	padding: 0;
	margin: 0;
	list-style: none;
}
section,footer {
	width: 100%;
	float: left;
}
/*-------- ------*/
.hero_banner {
	background: #2c8aeb;
	position: relative;
	font-family: 'Roboto', sans-serif;
	min-height: 610px;
}
#iqbri_slider .owl-nav .owl-prev,#iqbri_slider .owl-nav .owl-next {
    position: absolute;
    top: 44%;
    border: 2px solid #fff;
	width: 40px;
	height: 40px;
	background: transparent;
	color: #fff;
	border-radius: 2px;
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	transition: linear .2s;
	-webkit-transition: linear .2s;
	-moz-transition: linear .2s;
}
#iqbri_slider .owl-nav .owl-prev:hover,#iqbri_slider .owl-nav .owl-next:hover,
#iqbri_slider .owl-nav .owl-prev:focus,#iqbri_slider .owl-nav .owl-next:focus,
#iqbri_slider .owl-nav .owl-prev:active,#iqbri_slider .owl-nav .owl-next:active{
	outline: 0px;
	border-color:#fc6746;
	color: #fc6746;
}
#iqbri_slider .owl-nav .owl-prev span,#iqbri_slider .owl-nav .owl-next span{
    font-size: 30px;
    position: absolute;
    width: 100%;
    height: 100%;
    top: -6px;
}
#iqbri_slider .owl-nav .owl-prev{
	left: 20px;
}
#iqbri_slider .owl-nav .owl-next {
	right: 20px;
}
#iqbri_slider .owl-dots{
    display:none;
}
.banner_large_heading {
  font-size: 80px;
  color: #fff;
/*  text-transform: capitalize; */
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  bottom: 0;
  justify-content: center;
  display: inline-flex;
  height: 100%;
  align-items: center;
  line-height: normal;
  z-index:1;
  font-weight: 400;
  text-align: center;
}
.hero_banner img{
  position: relative;
  z-index: 1;
  height: 100%;
  object-fit: cover;
  min-height: 610px;
}
.iqbri_sites {
    position: relative;
    background: #4b8bf1;
    padding-bottom: 170px;
}
.iqbri_sites::before {
	position: absolute;
	top: -80px;
	bottom: 0;
	left: 0;
	right: 0;
	background: #4b8bf1;
	z-index: 0;
	content: '';
	border-top-left-radius: 130% 40%;
	border-top-right-radius: 130% 40%;
}
.inner_content {
	margin-top: -90px;
	position: relative;
	z-index: 2;
}
.iqbri_logo_img {
	float: left;
	width: 100%;
	background: #fff;
	min-height: 145px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 30px;
	border-radius: 90px;
}
.iqbri_description {
	font-size: 18px;
	color: #fff;
	text-align: center;
	font-weight: 300;
	float: left;
	width: 100%;
	margin-bottom: 30px;
}

/*---Media Query---*/

@media only screen and (max-width:992px){
.container { max-width: 100%;}
.hero_banner,.hero_banner img{min-height:300px;}
.banner_large_heading{font-size: 8vw;top:0px;} 
.inner_content {margin-top: 60px;}
.iqbri_sites::before{display:none;}
}
