@charset "utf-8";
/* CSS Document */

*{
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
.oswald-font{
	font-family: 'Oswald';
	
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
}

body {
    line-height:1;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif; 
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
	text-decoration:none;
}
a:hover{
	text-decoration:none;
}


.main-header, .grwbnbottom{
	height:100px;
	background-color:#ff8c00;
	background-image:url(../images/banner-r.png);
	background-repeat:repeat-x;
		background-position:center top;

}
.fullwidth{
	width:100%;
}
.float-left{
	float:left;
}
.clearfix{
	clear:both;
}
.pl-15{
	padding-left:15px;
}
.pr-15{
	padding-right:15px;
}
.mb-15{
	margin-bottom:15px;
}
.mt-15{
	margin-top:15px;
}
.mt-20{
	margin-top:20px;
}
img{
	max-width:100%;
}
.text-center{
	text-align:center;
}
a:focus, button:focus{
	outline:none;
	border:none;
}
/*................ Style starts ....... */


.main-container{
	max-width:1170px;
	margin: 0 auto;
	width:100%;
}
.logo-left {
  max-width: 676px;
width: 100%;
margin-top: 15px;
margin-bottom: 15px;
}
.nav-right {
    float: right;
	margin-top: 50px;
}
.nav-ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.nav-li {
    display: inline-block;
    padding-right: 10px;
}
.nav-a {
    padding: 15px 10px;
   
    border-radius: 5px 5px 0 0;
    display: block;
	font-size:20px;
	color:#fff;
/*	text-shadow: 0px 1px 8px #000;
*/}
.nav-a.active, .nav-a:hover {
	 background: #fff;
	 color:#333;
	 text-shadow: none;
}
.slide-item.slide-1 {

    max-width: 100%;
    display: block;

}
.slide-thumbs {

    width: 100%;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;

}
.slide-item {
text-align:center;
	background-color:#fff;
    display: inline-block;
	padding:10px;
	/*border:1px solid #fff;
	-moz-box-shadow: 0px 0px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 3px rgba(0,0,0,0.2);
*/
}
.slide-item:hover {
	opacity:.8;
}
.js-img-viwer{
	display:block;
	/*cursor: zoom-in;*/
}
.js-img-viwer img {
    display: block;
}
.main-sectionwrp {
    padding: 20px 0;
    background-color: #fff;
}
.footer-in{
	text-align:center;
}
.footer-wrapper{
	padding:20px 0;
	background-color:#fff;
}
.footer-btn {
    display: inline-block;
    min-width: 50px;
    text-align: center;
    background-color: #ff8c00;
    color: #fff;
    padding: 15px 20px;
    border-radius: 5px;
    margin: 0 auto 15px;
    line-height: normal;
    font-size: 14px;
}
.copy-rights {
    font-size: 14px;
    color: #777;
    margin-top: 5px;
	text-align:center;
}
.factMhead {
    display: inline-block;
font-size:30px;
border-bottom:2px solid #4880b8;
padding-bottom:15px;

}
.factMheadwrp{
	margin:30px 0 10px;
}
.bg-title {
    font-size: 20px;
    padding: 10px 15px;
    background: #4880b8;
    float: left;
    color: #fff;
    line-height: normal;
	margin-bottom:20px;
    font-weight: normal;

}
.common-text{
	font-size:18px;
	color:#444;
	margin-bottom:10px;
	margin-top:10px;
	width:100%;
	float:left;
	line-height:28px;
}
.fact-ol {
}
.fact-ol li{
	position:relative;
		list-style:none;
		padding:8px 0;


}
.fact-li {
    margin-bottom: 40px;
    float: left;
    width: 100%;
}
ol .common-text{
	margin-top:0;
}
.graph-wrapper{
	padding:15px 0;
	background-color:#fff;
}
.graph-title {
    color: #000;
    margin-bottom: 20px;
    font-size: 22px;
    font-weight: normal;
    padding-left: 150px;
}
.graph-ul{
	list-style:none;
}
.fact-ol .graph-li {
    display: table;
    width: 100%;
	color:#333;
}
.graph-left {
    display: table-cell;
   max-width: 80px;
min-width: 80px;
    text-align: left;
	font-weight:bold;
	vertical-align:middle;
	padding:10px 15px 10px 0;
/*	border-right:1px solid #808080;*/
	position:relative;

}
.graphLi-title {
    font-weight: bold;
    font-size: 18px;
}
/*.graph-li:first-child .graph-left:before {
    content: "";
    position: absolute;
    height: 1px;
    width: 10px;
    background: #808080;
    right: 0;
    top: 0;
}
.graph-left::after {
    content: "";
    position: absolute;
    height: 1px;
    width: 10px;
    background: #808080;
    right: 0;
    bottom: 0;
}
*/
.graph-bar {
    height: 40px;
    background: #2c85c6;
    width: 100%;

}
.graph-barwrp {
    position: relative;
    width: 100%;
    height: 100%;
    padding-right: 0px;

}
.graph-barwrp::after {
    content: "";
    width: 10px;
    height: 40px;
    position: absolute;
    background: #333;
    top: 0;
    right: -15px;
}
.graph-text {
 position: absolute;
right: 8px;
top: 10px;
color: #fff;
font-weight: bold;

}
.graph-right {
    width: 100%;
    display: table-cell;
	vertical-align:middle;

}
.mobonlyinfo{
		display:none;
	}
.number-text{
/*	padding-left:20px; */
	position:relative;
	float: left;
width: 100%;
}
.number-text .common-text {
    /*color: #4880b8;*/
    font-weight: bold;
	color:#000;
	font-size:30px;
}
.listcount{
	color:red;
	position:absolute;
	left:0;
	top:5px;
	font-weight:bold;
}
.mute-text{
	margin:10px 0;
	color:#999999;
}
.fsttable{
	
border-collapse: collapse;
}
.fsttable td {
	padding:10px;
    border: 1px solid #000;
	vertical-align: middle;

}
.fsttable td.no-pd{
	padding:0;
}
.tablediv, .tablediv2 {

    display: block;
    border-bottom: 1px solid #000;
     padding: 10px;
    text-align: center;

}
.tablediv2 {
	border-bottom:none;
}
.rdtxt{
	color:#cc3333;
}
.bltlist li {
    list-style: disc;
	margin-bottom:10px;
}
.bltlist {
    padding-left: 15px;
    color: #666666;
}
.two-graph .graph-left {
       min-width: 260px;
    max-width: 260px;
}
.two-graph .graph-bar {
    height: 50px;
	min-width:10px;
}
.two-graph .graph-left{
	padding:50px 15px 50px 0;
}
.two-graph  .graph-text{
	top:18px;
}
.two-graph  .graph-barwrp{
	padding-right:60px;
}
.note-title{
	margin-bottom:5px;
	float:left;
	border-bottom:2px solid red;
	padding-bottom:10px;
}
.smltitle {
     margin-bottom: 10px;
 }
 .flag-icon{
	 background-image:url(../images/flag-icon.png);
	 background-size:24px auto;
	 width:24px;
	 height:16px;
	 background-position:0 0;
	 display:inline-block;
	 vertical-align: middle;
	 position:relative;
	 margin-left:14px;
	 margin-right: 5px;
 }
  .flag-icon:before{
position: absolute;
content: "";
width: 10px;
height: 16px;
background-color: #168eca;
left: -14px;
top: 0px;
  }
  .flag-uae {
    background-position: 0 -18px;
}
  .flag-uae:before {
	  background-color:#4eb548;
  }
.flag-sa {
    background-position: 0 -35px;
}
.flag-sa:before {
	background-color:#ee5624
}
.flag-us {
    background-position:0 -52px;
}
 .flag-us:before {
	  background-color:#eae71c;
  }
.flag-qtr {
    background-position: 0 -242px;
}
 .flag-qtr:before {
	  background-color:#3cc3e0;
  }
.flag-kwt {
    background-position: 0 -87px;
}
 .flag-kwt:before {
	  background-color:#7ac46d;
  }
.flag-oman {
    background-position: 0 -104px;
}
 .flag-oman:before {
	  background-color:#f79558;
  }
.flag-uk {
    background-position: 0 -121px;
}
 .flag-uk:before {
	  background-color:#fbf267;
  }
.flag-bhrn {
    background-position: 0 -138px;
}
 .flag-bhrn:before {
	  background-color:#89ceb2;
  }
.flag-astrla {
    background-position: 0 -156px;
}
 .flag-astrla:before {
	  background-color:#852c1a;
  }
 .grphfullwrp{
	 margin:10px 0;
 }
 .tble-left {
    display: inline-block;
    width: 35%;
    margin-right: -5px;
	padding-right:20px;
    vertical-align: middle;
} 
 .tble-right {
    display: inline-block;
    width: 65%;
    vertical-align: middle;
} 
.graph-ntitle {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 10px;
    margin-top: 20px;
}
.genderbox {
float: left;
width: 365px;
background-color: #2e86c6;
box-sizing: border-box;
padding: 20px 10px 0 10px;
margin-right: 24px;
border-radius: 10px;
color: #fff;
-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
border: 1px solid rgba(255,255,255,0.9);
}
.genderTitle {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 40px;
    margin-top: 20px;
}
.gender-image {
    width: 100%;
    height: 296px;
	background-repeat:no-repeat;
	background-image:url(../images/gender.png);
}
.m-gender .gender-image {
    background-position: 8px 0;
}
.f-gender .gender-image {
    background-position: -320px 0;
}
.gendrbxwrp {
    float: left;
    width: 100%;
    margin-top: 10px;
}
.p-cstmBox {
    float: left;
    width: 100%;
	text-align:left;
    padding: 10px 0;
}
.p-cstmwrp {
    float: left;
    width: 100%;
    margin: 0;
}
.p-cstmTtile {

    font-size: 28px;
    display: table;
    margin: 0 auto 10px;
   

}
.p-cstmBox .common-text {
clear:both;
    margin: 0 auto 20px;
        margin-top: 0px;
        margin-right: auto;
        margin-bottom: 20px;
        margin-left: auto;
    max-width: 480px;
    float: none;

}
.audp-wrapper {
    margin: 10px 0;
}
.growbandwrp {
    border-top: 1px solid #ddd;
}
.growbandwrptop {
    padding: 20px;
    width: 100%;
}
.grw-text {
  color: #000;
line-height: 30px;
font-size: 18px;
margin-bottom: 10px;
}
.gewbndtitle {
    margin-bottom: 15px;
    font-size: 25px;
    color: #ff8c00;
}
.grwbnbottom {
    width: 100%;
    	background-color:#ff8c00;
		height:auto;
	
	background-position:center top;
    color: #fff;
    padding: 35px 15px 15px;
}
.advinmBtn {
    display: table;
    margin: 15px auto 0;
    padding: 15px 15px;
    background: #fff;
    color: #ff8c00;
    font-weight: bold;
    border-radius: 5px;
    box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.1);
}
.advinmBtn:hover {
	  color: #ff6600;
}
.sndgrpmobtxt {
    padding: 10px;
    background: #e5e5e5;
    color: #333;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    display: none;
}
.mob-li{
	display:none;
}
.logo-left img{
	display:block;
}
.overlay{
	display:none;
}
.nav-mobmenu{
	display:none;
}
.d-480{
	display:none;
}
.main-container2{
	max-width:970px;
}
.slick-next{
	
}

.slider-wrp .slick-next, .slider-wrp .slick-next:hover {
 right: 0;
 background-image:url(data:image/svg+xml;base64,PHN2ZyBpZD0i44Os44Kk44Ok44O8XzEiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDI4MzQuNjUgMjgzNC42NSIgZmlsbD0iI0ZGRiAiPjx0aXRsZT5pY29uPC90aXRsZT48cGF0aCBkPSJNMTgzNy44OCwxNDE3LjMyLDY0My41OSwyMjNhNzIuMjEsNzIuMjEsMCwwLDEsMC0xMDEuODJMNzQzLjgyLDIxYTcyLjIxLDcyLjIxLDAsMCwxLDEwMS44MiwwTDIwOTAuODMsMTI2Ni4xOWwxMDAuMjMsMTAwLjIzYTcyLjIxLDcyLjIxLDAsMCwxLDAsMTAxLjgyTDg0NS42NCwyODEzLjY1YTcyLjIxLDcyLjIxLDAsMCwxLTEwMS44MiwwTDY0My41OSwyNzEzLjQyYTcyLjIxLDcyLjIxLDAsMCwxLDAtMTAxLjgyWiIvPjwvc3ZnPg==)
}
.slider-wrp .slick-prev, .slider-wrp .slick-prev:hover {
left: 0;
 background-image:url(data:image/svg+xml;base64,PHN2ZyBpZD0i44Os44Kk44Ok44O8XzEiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDI4MzQuNjUgMjgzNC42NSIgZmlsbD0iI0ZGRiI+PHRpdGxlPmljb248L3RpdGxlPjxwYXRoIGQ9Ik05OTYuNzcsMTQxNy4zMiwyMTkxLjA2LDIyM2E3Mi4yMSw3Mi4yMSwwLDAsMCwwLTEwMS44MkwyMDkwLjgzLDIxQTcyLjIxLDcyLjIxLDAsMCwwLDE5ODksMjFMNzQzLjgyLDEyNjYuMTksNjQzLjU5LDEzNjYuNDJhNzIuMjEsNzIuMjEsMCwwLDAsMCwxMDEuODJMMTk4OSwyODEzLjY1YTcyLjIxLDcyLjIxLDAsMCwwLDEwMS44MiwwbDEwMC4yMy0xMDAuMjNhNzIuMjEsNzIuMjEsMCwwLDAsMC0xMDEuODJaIi8+PC9zdmc+)
}
.slider-wrp .slick-arrow, .slider-wrp .slick-arrow:hover {
 
    background-color:#333995;
    text-indent: -9999px;
    width: 40px;
    height: 40px;
    background-size: 20px auto;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 1;
    border-radius: 5px;

}
 