/*
Theme Name: RBW WP
Theme URI: http://www.rbw.in/
Description: RBW WordPress Theme
Version: 1.0
Author: Esigners
Author URI: http://www.esigners.in/
Tags: white, blue, custom header, fixed width, two columns, widgets, fully responsive
*/
body{
    margin: 0px;
    padding: 0px;
    /*font-family: 'Open Sans', sans-serif;*/
	font-family: 'Source Sans Pro', sans-serif;
    font-size: 17px;
    color: #7f7f7f;
	letter-spacing: 0.0625em;
}
@font-face {
  font-family: 'FontAwesome';
  src: url('fonts/fontawesome-webfont.eot?v=4.3.0');
  src: url('fonts/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'), url('fonts/fontawesome-webfont.woff2?v=4.3.0') format('woff2'), url('fonts/fontawesome-webfont.woff?v=4.3.0') format('woff'), url('fonts/fontawesome-webfont.ttf?v=4.3.0') format('truetype'), url('fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
input, textarea, select, option, table{
    font-family: 'Open Sans', sans-serif;
}
ol, ul {
    list-style: none;
    margin:0px;
    padding:0px;
}
p{
    margin: 0px;
    padding: 0px;
}
table {/* tables still need 'cellspacing="0"' in the markup */
    border-collapse: separate;
    border-spacing: 0;
}
caption, th, td {
    font-weight: normal;
}
a img {
    border: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
img{
    max-width:100%;
}


/* =Structure
----------------------------------------------- */
a {
    color:#01509d;
    text-decoration:none;
    transition:.5s;
}
a:hover {
    color:#000;
    text-decoration:none;
    transition:.5s;
}
/* Base Type Styles Using Modular Scale ---------------------- */

h1, h2, h3, h4, h5, h6 {
/*  font-family: 'Roboto', sans-serif;*/
    font-style: normal;
    color: #000;
    margin-bottom: 18px;
    margin-top: 0px;
    font-weight:normal;
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
    font-size: 60%;
    color: #000;
    line-height: 0;
}
h1 {
    font-size: 32px;
}
h2 {
    font-size: 28px;
}
h3 {
    font-size: 24px;
}
h4 {
    font-size: 20px;
}
h5 {
    font-size: 18px;
}
h6 {
    font-size: 16px;
}
hr {
    border: none;
    clear: both;
    margin: 0px 0 20px;
    height: 1px;
    overflow:hidden;
    padding:0px;
    background:#ddd;
    border-width:thin;
}
/* hr:after {
content:".................................................................................................................";
letter-spacing: 0px; Use letter-spacing to increase space between dots
}*/


img {
    border:none;
    max-width: 100%;
}
strong {
    font-weight:700;
}
.clear {
    clear:both;
}
.left {
    float:left;
}
.right {
    float:right;
}
/* Alignment */
.alignleft {
    display: inline;
    float: left;
    margin-right: 15px;
}
.alignright {
    display: inline;
    float: right;
    margin-left:15px;
}
.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#PageContainer{
    width: 100%;
/*  overflow: hidden;*/
}
.TopPanel{
    background: #f5f6f8;
    font-size: 14px;
    color: #292929;
    border-bottom: 1px #c4c5c6 solid;
}
.TopPanel ul{
    float: right;
}
.TopPanel ul li{
    float: left;
    padding: 14px;
    border-right:1px #c4c5c6 solid;
    display: block;
}
.TopPanel ul li a{
    color: #7f7f7f;
	font-weight: bold;
}
.TopPanel ul li a:hover{
    color: #0092db;
}

.TopPanel .fa{
    font-size: 18px;
	color:#0092db;
}
.TopPanel span{
    padding-left: 15px;
}
.HeaderContainer{
    border-top: 2px #FFF solid;
    border-bottom: 1px #c4c5c6 solid;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f5f5f5+0,ffffff+20,ffffff+50,ffffff+80,f5f5f5+100 */
background: rgb(245,245,245); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(245,245,245,1) 0%, rgba(255,255,255,1) 20%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 80%, rgba(245,245,245,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(245,245,245,1) 0%,rgba(255,255,255,1) 20%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 80%,rgba(245,245,245,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(245,245,245,1) 0%,rgba(255,255,255,1) 20%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 80%,rgba(245,245,245,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#f5f5f5',GradientType=0 ); /* IE6-9 */
}

.HeaderContainer .logo{
    font-size: 11px;
    color: #0092db;
/*
    padding-top: 8px;
    padding-bottom: 8px;
*/
	margin-top: -50px;
	text-align: center;
	width:160px;
}
.HeaderContainer .logo img{
	padding: 10px;
	background: #FFF;
}
#NavigationCont {
    margin-top:7px;
}
#NavigationCont nav {
}
#NavigationCont ul{
    float:right;
}
#primary_nav_wrap {
    margin-top:0;
}
#primary_nav_wrap ul {
    list-style:none;
    position:relative;
    margin:0;
    padding:0;
}
#primary_nav_wrap ul a {
    display:block;
    color:#190d02;
    text-decoration:none;
    font-size:14px;
    /*padding:0px 12px;*/
	padding:0px 6px;
	line-height:24px;
}
#primary_nav_wrap ul a:hover {
    color:#fff;
	background:#0092db;
	-webkit-border-radius: 3px;-moz-border-radius: 3px;border-radius: 3px;
}
#primary_nav_wrap ul li {
    position:relative;
    float:left;
    margin:0;
    padding:0;
    /*border-right:1px #dddddd solid;*/
}
#primary_nav_wrap ul li:last-child{
border-right:0px #dddddd solid;
}
#primary_nav_wrap ul li.current-menu-item {
    color:#00a4e4;
}
#primary_nav_wrap ul li.current-menu-item a{
    color:#fff;
	background:#0092db;
	-webkit-border-radius: 3px;-moz-border-radius: 3px;border-radius: 3px;
}
#primary_nav_wrap ul li.current-menu-item ul a{
    /*color:#f67d34;*/
}
#primary_nav_wrap ul li.current-menu-item ul a:hover{
    /*color:#f67d34;*/
}

#primary_nav_wrap ul li:hover {

}
#primary_nav_wrap ul ul {
    display:none;
    position:absolute;
    top:100%;
    left:0;
    background:#7f7f7f;
	-webkit-border-radius: 3px;-moz-border-radius: 3px;border-radius: 3px;
    padding:0;
    z-index:999;
}
#primary_nav_wrap ul li > a:not(:only-child):after{
    /*font-family: 'FontAwesome';
    position:absolute;
    top:3px;
    right:0px;
    content: "\f107";
    color:#000;
    font-size: 14px;*/
}

#primary_nav_wrap ul ul li {
    float:none;
    width:200px;
	border-bottom:1px #929292 dashed;
}

#primary_nav_wrap ul ul li:last-child {
	border-bottom:none;
}

#primary_nav_wrap ul ul a {
    line-height:120%;
    font-size:14px;
    font-weight:400;
    padding:10px 20px;
    text-transform:none;
    color:#FFF;
}
#primary_nav_wrap ul ul a:hover {
color:#fff;
background-color:#0092db;
}
#primary_nav_wrap ul ul ul {
    top:0;
    left:100%;
    border-left:1px #ccc solid;
}
#primary_nav_wrap ul li:hover > ul {
    display:block
}

/*#primary_nav_wrap ul > li > a:after { font-family: 'FontAwesome'; margin-left: 5px; content: '\f078';font-size:10px; }
#primary_nav_wrap ul > li > a:after { font-family: 'FontAwesome'; margin-left: 5px; content: '\f078'; font-size:10px; }*/
#primary_nav_wrap ul > li > a:only-child:after{
    position:absolute;
    top:-10px;
    right:0px;
    content:'';
    z-index:99;
}


#primary_nav_wrap ul li.current-menu-ancestor
{
	 color:#fff;
	background:#0092db;
	-webkit-border-radius: 3px;-moz-border-radius: 3px;border-radius: 3px;
}

#primary_nav_wrap ul li.current-menu-ancestor a
{
	 color:#fff;
	background:#0092db;
	-webkit-border-radius: 3px;-moz-border-radius: 3px;border-radius: 3px;
}
#primary_nav_wrap ul li.current-page-parent{
     color:#fff;
	background:#0092db;
	-webkit-border-radius: 3px;-moz-border-radius: 3px;border-radius: 3px;
}
#primary_nav_wrap ul li.current-page-parent a{
	 color:#fff;
	background:#0092db;
	-webkit-border-radius: 3px;-moz-border-radius: 3px;border-radius: 3px;
}

/*
#primary_nav_wrap ul li.current-page-parent .menu-item-type-post_type a{
	color:#fff !important;
	background:#777!important;
}
#primary_nav_wrap ul li.current-page-parent .menu-item-type-post_type a:hover{
	color:#fff !important;
	background:#777!important;
}
*/
#primary_nav_wrap ul ul li a{
	color:#fff !important;
	background:#777!important;
}
#primary_nav_wrap ul ul li a:hover{
	color:#fff !important;
	background:#0092db!important;
}



#BannerContainer{
/*
    border-top: 1px #FFF solid;
    border-bottom: 1px #FFF solid;
    padding-top: 30px;
    padding-bottom: 10px;
    background: url(images/banner-bg.jpg);
	-webkit-box-shadow:inset 0px 10px 5px -3px rgba(0,0,0,0.35);
-moz-box-shadow:inset 0px 10px 5px -3px rgba(0,0,0,0.35);
box-shadow:inset 0px 10px 5px -3px rgba(0,0,0,0.35);
*/
}
.BanerShadow{
/*    background: url(images/banner-shadow.png) no-repeat bottom center;*/
    padding-bottom: 14px;
	-webkit-border-radius: 3px;-moz-border-radius: 3px;border-radius: 3px;
}
#BannerSlider{
    border: 0px #FFF solid;
	max-height: 450px;
    overflow: hidden;
}
#BannerSlider .img{
    line-height: 10px;
}
#BannerSlider .BannerText{
    background: rgba(0,0,0,.7);
    position: absolute;
    /*left: 0px;*/
    /*bottom: 0px;*/
    right: 0px;
	top:0;
	width:30%;
	padding-right: 2%;
	height:100%;
    z-index: 9;
}
#BannerSlider .BannerText h4{
    padding-top: 20px;
    padding-left: 20px;
    margin-bottom: 10px;
    color: #0092db;
    font-size: 30px;
    text-transform: uppercase;
	font-weight:bold;

}
#BannerSlider .BannerText p{
    padding-left: 20px;
    color: #FFF;
    padding-bottom: 20px;
    max-width: 850px;
}
#BodyContainer{
    /*padding-top: 30px;*/
	padding-top: 10px;
    padding-bottom: 30px;
   /* border-top:1px #c4c5c6 solid;
	-webkit-box-shadow: 0px -24px 18px -24px rgba(0,0,0,0.35);
-moz-box-shadow: 0px -24px 18px -24px rgba(0,0,0,0.35);
box-shadow: 0px -24px 18px -24px rgba(0,0,0,0.35); */
}

#BodyContainer h1{
    font-size: 35px;
    font-weight: 700;
	color:#0092db;
    text-transform: uppercase;
}

#BodyContainer h2{
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
	/*color:#7f7f7f;*/
	color:#00a1f1;
}

#BodyContainer .index-about{
    padding-bottom: 20px;
    text-align: center;
}

#BodyContainer .index-about p{
    padding-bottom: 20px;
    line-height: 26px;
	font-size:18px;
}

#OfferCont{
    padding: 30px 0;
}
#OfferCont img{
    width: auto;
}

#OfferCont .OfferSection{
    padding: 30px 30px 80px;
    position: relative;
}
#OfferCont .OfferSectionGreenBackground{
    /*background: #85c341;*/
}
#OfferCont .OfferSectionPinkBackground{
    background: #de0f7b;
}
#OfferCont .OfferSectionBlueBackground{
    background: #2591cf;
}

#OfferCont .OfferSectionIcon{
    text-align: center;
    margin-bottom: 20px;
    width: 200px;
    height: 200px;
    margin-left: auto;
    margin-right: auto;
}
#OfferCont .OfferSectionIcon span{
    width: 150px;
    height: 150px;
    background: #efefef;
    border-radius: 50%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 20px;
	border:1px solid #fff;
	transition: all 0.5s ease;
}
#OfferCont .OfferSectionIcon span:hover{
    border:1px solid #ddd;
}
#OfferCont .OfferSectionIcon img{
    display: inline;
}
#OfferCont .OfferSection h3{
    font-size: 38px;
    font-weight: bold;
    text-align: center;
    color: #0092db;
/*    text-transform: uppercase;*/
}
#OfferCont .OfferSection p{
    font-size: 15px;
    color: #7f7f7f;
    text-align: center;
    min-height: 80px;
	line-height:23px;
}
#OfferCont .OfferSectionReadmore{
    position: absolute;
    bottom: 25px;
    left: 0px;
    right: 0px;
    z-index: 99;
    text-align: center;
}
#OfferCont .OfferSectionReadmore a{
    display: inline-block;
    padding: 5px 10px;
    background: #0092db;
	-webkit-border-radius: 3px;-moz-border-radius: 3px;border-radius: 3px;
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
	-webkit-box-shadow: 0px 29px 18px -24px rgba(0,0,0,0.49);
-moz-box-shadow: 0px 29px 18px -24px rgba(0,0,0,0.49);
box-shadow: 0px 29px 18px -24px rgba(0,0,0,0.49);
}
#OfferCont .OfferSectionReadmore a:hover{
    background: #7f7f7f;
    color: #fff;
	-webkit-border-radius: 6px;-moz-border-radius: 6px;border-radius: 6px;
	-webkit-box-shadow: 0px 29px 18px -24px rgba(0,0,0,0.49);
-moz-box-shadow: 0px 29px 18px -24px rgba(0,0,0,0.49);
box-shadow: 0px 29px 18px -24px rgba(0,0,0,0.49);
}

#BodyBottom{
    padding-top: 30px;
}

.BodyBottomLeft{
    padding: 30px;
	-webkit-border-radius: 3px;-moz-border-radius: 3px;border-radius: 3px;
	background:#7f7f7f;
	min-height:170px;
	-webkit-box-shadow: 0px 29px 14px -24px rgba(0,0,0,0.35);
-moz-box-shadow: 0px 29px 14px -24px rgba(0,0,0,0.35);
box-shadow: 0px 29px 14px -24px rgba(0,0,0,0.35);
}
.BodyBottomLeft h2{
	/*border-bottom: 1px #ddd solid;*/
	padding-bottom: 7px;
	color: #fff !important;
}
.BodyBottomLeft .testi-text{
    padding-left: 135px;
    font-size: 15px;
    color: #929292;
    line-height: 24px;
    position: relative;
    padding-right: 0;

}

.BodyBottomLeft .testi-text p{
    margin-bottom: 20px;
	color:#fff;
}

.BodyBottomLeft .testi-img{
    position: absolute;
    left: 0px;
    top: 0;
    width: 105px;
    height: 105px;
    z-index: 9;
	/*-webkit-border-radius: 60px;-moz-border-radius: 60px;border-radius: 60px;*/
	-webkit-border-radius: 3px;-moz-border-radius: 3px;border-radius: 3px;
	/*border:6px solid #0092db;*/
	border:0px solid #0092db;
}

.BodyBottomLeft .testi-img img{
	-webkit-border-radius: 3px;-moz-border-radius: 3px;border-radius: 3px;
}

.BodyBottomRight{
    background: #0092db;
    padding: 30px 30px 30px;
	min-height:170px;
	color: #FFF;
	-webkit-border-radius: 3px;-moz-border-radius: 3px;border-radius: 3px;
	-webkit-box-shadow: 0px 29px 14px -24px rgba(0,0,0,0.35);
-moz-box-shadow: 0px 29px 14px -24px rgba(0,0,0,0.35);
box-shadow: 0px 29px 14px -24px rgba(0,0,0,0.35);
}


.BodyBottomRight #NewsSlider{
    font-size: 15px;
    color: #FFF;
    line-height: 24px;
}
.BodyBottomRight h2{
	 color: #FFF!important;
}

#FooterCont{
    background: #7f7f7f;
    padding-top: 30px;
    padding-bottom: 30px;
}
#FooterCont h2{
    color: #FFF;
    font-size: 30px;
    font-weight: 700;
    text-transform: none;
}

#FooterCont .footer-left{
    color: #FFF;
}
#FooterCont .footer-left p{
    margin-bottom: 15px;
}
#FooterCont .email{
    font-size: 20px;
    margin-top: 20px;

}
#FooterCont .email a{
    text-decoration: underline;
    color: #FFF;
}
#FooterCont .email a:hover{
    text-decoration: none;
}
#FooterCont .skype{
    font-size: 16px;
    margin-top: 30px;
}
#FooterCont .skype .fa{
    font-size: 26px;
    margin-right: 10px;
}
#FooterCont .skype a{
    color: #FFF;
}
#FooterCont .skype a:hover{
    color: #000;
}

#FooterCont .footer-middle{
    color: #FFF;
}
#FooterCont .follow-us{
    margin-bottom: 35px;
}
#FooterCont .follow-us ul{
    text-align: left;
}
#FooterCont .follow-us ul li{
    display: inline-block;
}
#FooterCont .follow-us ul li a{
    width: 54px;
    height: 54px;
    background: #FFF;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 20px;
    color: #000;
    /*border-radius:50%;*/
	border-radius:3%;
}
#FooterCont .follow-us ul li a:hover{
    background: #0092db;
    color: #FFF;
}
#FooterCont .footer-middle .email {
    color: #000;
}
#FooterCont .footer-middle .email a{
    text-decoration: underline;
    color: #000;
}
#FooterCont .footer-middle .email a:hover{
    text-decoration: none;
}
#FooterCont .footer-right{
    padding-top: 10px;
}

#FooterCont .footer-right input[type="text"]{
    width: 96%;
    padding: 10px 2%;
    font-size: 14px;
    color: #000;
    margin-bottom:10px;
	background:#bebebe;
    border: 1px #5c5c5c solid;
	-webkit-border-radius: 3px;-moz-border-radius: 3px;border-radius: 3px;
}

#FooterCont .footer-right input[type="email"]{
    width: 96%;
    padding: 10px 2%;
    font-size: 14px;
    color: #000;
    margin-bottom:10px;
	background:#bebebe;
    border: 1px #5c5c5c solid;
	-webkit-border-radius: 3px;-moz-border-radius: 3px;border-radius: 3px;
}
#FooterCont .footer-right input[type="tel"]{
    width: 96%;
    padding: 10px 2%;
    font-size: 14px;
    color: #000;
    margin-bottom:10px;
	background:#bebebe;
    border: 1px #5c5c5c solid;
	-webkit-border-radius: 3px;-moz-border-radius: 3px;border-radius: 3px;
}
#FooterCont .footer-right textarea{
    width: 96%;
    padding: 10px 2%;
    font-size: 14px;
    color: #000;
    height: 90px;
    margin-bottom:10px;
	background:#bebebe;
    border: 1px #5c5c5c solid;
	-webkit-border-radius: 3px;-moz-border-radius: 3px;border-radius: 3px;
}

#FooterCont .footer-right input[type="submit"]{
    width: 100px;
    padding: 5px 0;
    font-size: 20px;
    font-weight: 600;
    color: #FFF;
    margin-bottom:10px;
    background: #0092db;
    border: none;
    cursor: pointer;
	-webkit-border-radius: 3px;-moz-border-radius: 3px;border-radius: 3px;
}
#FooterCont .footer-right input[type="submit"]:hover{
    background: #FFF;
    color: #000;
}

#Copyright{
    /*background: url(images/banner-bg.jpg);*/
    text-align: center;
    padding: 18px 0;
    font-size: 16px;
    color: #7f7f7f;
}


.TopPanel ul li.headersearch{
    padding-top: 00px;
    padding-bottom: 0px;
    height: 47px;
}
.TopPanel ul li.headersearch strong{
    padding-top: 14px;
    display: inline-block;
    cursor: pointer;
}
.TopPanel ul li.headersearch strong:hover{
    color: #0093dd;
}
.header-search-box {
    display:none;
    width: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 14px;
    color: #000;
    border: 1px #ccc solid;
    background: #FFF;
}
.header-search-box:focus, .header-search-box:onclick{
    border: 1px #ccc solid;
}
.magnifying-glass {
}

/*
.mobile_logo{
    width: 250px;
    height: 60px;
    display: none;
    position: absolute;
    z-index: 999;
    left: 0px;
    top: 60px;
    background: #FFF;
}
*/


.mobile_logo{
    background: #FFF;
    padding:5px 10px;
    text-align: center;
    display: none;
}
.mobile_logo img{
    max-width: 100%;
    height: auto;
    margin-bottom: 10px;
}
.mobile_logo p{
    text-align: center;
        font-size: 12px;
    color: #0093dd;
}

.logo p{
    text-align: center;
}

/*Innet Pages*/

.inner-banner{
	margin:0 auto;
	text-align:center;
}

.breadcrumbs{
    background:#FFFFFF;
    /*padding-top:10px;*/
	padding-top:0;
    padding-bottom:10px;
    box-shadow:0px 1px 0px #dedede;
    margin-bottom: 30px;
}

.breadcrumbs ul li{
    font-size:11px;
    color:#9a9a9a;
    padding:0 15px 0 5px;
    position:relative;
    display:inline-block;
}
.breadcrumbs ul li:after{
 font-family: 'FontAwesome';
  position: absolute;
  right: 0px;
  top: 3px;
  z-index: 9;
  content: "\f105";
  font-size: 12px;
  color:#9b9b9b;
}
.breadcrumbs ul li a{
color:#9a9a9a;
}
.breadcrumbs ul li a:hover{
color:#f99d1e;
}


.breadcrumbs ul li:last-child:after{
    display:none;
}

/*Inner Page Container*/
#InnerPageContainer{
    padding-top:20px;
    padding-bottom:20px;
}


#InnerPageContainer h1{
    background-color:#c5c5c5;
    font-size:22px;
    color:#cdcdcd;
    font-weight:400;
    text-transform:uppercase;
    margin-bottom:10px;
    text-shadow:0px 1px 1px #000;
}
#InnerPageContainer h1 span{
    background:#FFF;
    min-width:20%;
    display:inline-block;
    padding:5px 20px 5px 10px;
    position:relative;
}
#InnerPageContainer h1 span:after{
    content:"";
    position:absolute;
    background: #FFF;
    top:0;
    right:-10px;
    bottom: 0;
    width: 20px;
    -webkit-transform: skew(-20deg);
    -moz-transform: skew(-20deg);
    -ms-transform: skew(-20deg);
    transform: skew(-20deg);
}


.InnerBodyText{
    line-height:28px;
    /*padding:20px 0;*/
    font-size:15px;
}

.InnerBodyText h2{
    font-weight:700;
}


.InnerBodyText p{
    padding-bottom:20px;
    text-align: justify;
}
.InnerBodyText a{
    color:#0092db;
    text-decoration:underline;
}

.InnerBodyText a:hover{
    color:#7f7f7f;
    text-decoration:none;
}

.InnerBodyText blockquote{
    background:#f3f3f3;
    padding:20px;
    font-size:15px;
    line-height:23px;
    color:#000;
    margin-bottom:20px;
}
.InnerBodyText ul {
  padding: 0 10px 20px;
}

.InnerBodyText ul li {
  position: relative;
  padding-left: 15px;
  font-size: 14px;
  margin-bottom:5px;
}

.InnerBodyText ul li:before {
  font-family: 'FontAwesome';
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 9;
  content: "\f0da";
  font-size: 22px;
  color:#0092db;
}

.InnerBodyText ol {
  padding: 0 10px 20px 30px;
}

.InnerBodyText ol li {
 position: relative;
  padding-left:0px;
  font-size: 14px;
  margin-bottom:5px;
  list-style:decimal;
}

/*Inner riggt*/

.InnerRightPanel{
    width: 94%;
    padding: 0px 4%;
    background: #FFF;
}
.InnerRightPanel .nav li{

}
.InnerRightPanel .nav li a{
    background: #0092db;
    border-top: 1px #FFF dotted;
    padding:10px 20px;
    display: block;
    font-size: 18px;
    color: #FFF;
    font-weight: 500;
	-webkit-border-radius: 3px;-moz-border-radius: 3px;border-radius: 3px;
}

.InnerRightPanel .nav li a:hover{
    background: #7f7f7f;
}

.contact-add-cont{
    width: 48%;
    float: left;
    padding-right: 1.5%;
}
.contact-text{
    font-size: 20px;
}
.office-location{
    border: 1px #a1abb2 solid;
    padding: 20px;
}





.contact-form{
    padding-top: 10px;
}

.contact-form input[type="text"]{
    padding: 10px 2%;
    color: #333;
    width: 96%;
    margin-bottom: 15px;
    border: 1px #ddd solid;
	-webkit-border-radius: 3px;-moz-border-radius: 3px;border-radius: 3px;
}
.contact-form input[type="email"]{
    padding: 10px 2%;
    color: #333;
    width: 96%;
    margin-bottom: 15px;
    border: 1px #ddd solid;
	-webkit-border-radius: 3px;-moz-border-radius: 3px;border-radius: 3px;
}
.contact-form input[type="tel"]{
    padding: 10px 2%;
    color: #333;
    width: 96%;
    margin-bottom: 15px;
    border: 1px #ddd solid;
	-webkit-border-radius: 3px;-moz-border-radius: 3px;border-radius: 3px;
}
.contact-form textarea{
    padding: 10px 2%;
    color: #333;
    width: 96%;
    height: 75px;
    border: 1px #ddd solid;
	-webkit-border-radius: 3px;-moz-border-radius: 3px;border-radius: 3px;
}
.contact-form select{
    padding: 10px 2%;
    color: #333;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
    border: 1px #ddd solid;
	-webkit-border-radius: 3px;-moz-border-radius: 3px;border-radius: 3px;
}

.contact-form input[type="submit"]{
    width: 100px;
    padding: 5px 0;
    font-size: 20px;
    font-weight: 600;
    color: #FFF;
    margin-bottom: 10px;
    background: #0092db;
    border: none;
    cursor: pointer;
	-webkit-border-radius: 3px;-moz-border-radius: 3px;border-radius: 3px;
}

.contact-form input[type="submit"]:hover{
    background: #333;
}


.InnerRightPanel .blog-nav {
    /*padding-right: 20px;*/
    margin-bottom: 30px;
    border-left: 1px #ccc solid;
	-webkit-box-shadow: 0px 37px 50px -28px rgba(0,0,0,0.35);
-moz-box-shadow: 0px 37px 50px -28px rgba(0,0,0,0.35);
box-shadow: 0px 37px 50px -28px rgba(0,0,0,0.35);
}

.InnerRightPanel .blog-nav li{
    border-bottom: 1px #ccc dotted;
    padding-top: 1px;
    padding-bottom: 1px;
    position: relative;
}
.InnerRightPanel .blog-nav li a{
    background: rgb(245,245,245); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(245,245,245,1) 0%, rgba(255,255,255,1) 20%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 80%, rgba(245,245,245,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(245,245,245,1) 0%,rgba(255,255,255,1) 20%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 80%,rgba(245,245,245,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(245,245,245,1) 0%,rgba(255,255,255,1) 20%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 80%,rgba(245,245,245,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#f5f5f5',GradientType=0 ); /* IE6-9 */
    padding:10px 20px;
    display: block;
    font-size: 14px;
    color: #666;
    font-weight: 300;
     transition-property: background;
  transition-duration: .2s;
  transition-timing-function: linear;
}
.InnerRightPanel .blog-nav li a:hover{
    background: #7f7f7f;
    color: #FFF;
}


.InnerRightPanel .blog-nav li:before {
  font-family: 'FontAwesome';
  position: absolute;
  left: 10px;
  top: 9px;
  z-index: 9;
  content: "\f0da";
  font-size: 20px;
  color:#0092db;
}

.InnerRightPanel .blog-nav li:hover{
    color: #FFF;
}
.blogsidebar h3{
    border-left: 5px #0092db solid;
    padding-left: 20px;
    margin-bottom: 0px;
    padding-bottom: 10px;
    padding-top: 10px;
    background:#f5f5f5;
    box-shadow: -5px 2px 2px #ccc;

}

.RecentArticleCont{
    background: #FFF;
    padding: 20px;
}

.RecentArticleCont h2{
    font-size: 24px;
    font-weight: 500;
    background: url(images/heading-bg.jpg) repeat-x center;
    margin-top: 12px;
}
.RecentArticleCont h5{
    text-align: right;
}

.RecentArticleCont h5 a{
    background: #0092db;
    padding: 2px 10px;
    display: inline-block;
    color: #FFF;
    border-radius: 5px;
    font-size: 12px;
}
.RecentArticleCont h5 a:hover{
    background: #333;
}

.RecentArticleCont article{
    border-bottom: 1px #ccc solid;
    padding-bottom: 20px;
    padding-top: 20px;
    position: relative;
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
}
.RecentArticleCont article p{
    padding-bottom: 20px;
}
.RecentArticleCont article header{
    color:#0093dd;
    font-size: 25px;
    font-weight: 500;
    border-top: 1px #f2f2f2 solid;
    border-bottom: 1px #f2f2f2 solid;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 30px;
}

.RecentArticleCont article header a{
    color:#0092db;
}

.RecentArticleCont article .date{
    color:#0092db;
    font-weight: 500;
    font-size: 12px;
}

.RecentArticleCont article .user{
    color:#0092db;
    font-weight: 500;
    font-size: 12px;
    margin-left: 30px;
}

.RecentArticleCont article .readmore{
    background: #0092db;
    color:#FFF;
    font-weight: 500;
    padding: 5px 10px;
    display: inline-block;
    border-radius: 5px;
}

.RecentArticleCont article .readmore:hover{
    background: #4a4a4a;
}

.RecentArticleCont article .comment{
    color:#333333;
    font-weight: 500;
    font-size: 12px;
}
.RecentArticleCont article .comment a{
    color:#333333;
    text-decoration: underline;
    padding-left: 5px;
    padding-right: 5px;
    display: inline;
}
.RecentArticleCont article .comment a:hover{
    color:#0092db;
    text-decoration: none;
}



.RecentArticleCont .article_withimage{
/*  padding-left: 240px;*/
}

.RecentArticleCont article .article_image{
    margin-bottom: 10px;
}
.RecentArticleCont .article_withimage .article_cont{
    padding-left: 240px;
}
.RecentArticleCont article .article_image img{
    width: 100%;
    height: auto;
}

.RecentArticleCont .more-article{
    padding: 30px;
    text-align: center;
}
.RecentArticleCont .more-article a{
    background: #0093dd;
    color:#FFF;
    font-weight: 500;
    padding: 15px 20px;
    display: inline-block;
/*  border-radius: 5px;*/
    font-size: 24px;
}
.RecentArticleCont .more-article a:hover{
    background: #333;
}


.RecentArticleCont .pagination{
    margin-bottom: 40px;
    background: #f6f6f6;
}

.RecentArticleCont .pagination ol{
    text-align: center;
}

.RecentArticleCont .pagination ol li{
    display: inline-block;
/*
    margin-left: 5px;
    margin-right: 5px;
*/
    font-size: 14px;
    font-weight: 400;
}

.RecentArticleCont .pagination ol li a{
    display: block;
    padding:14px 17px;
    color: #636363;
    background: none;
    border: 0px;
    margin: 0px;
   border-bottom: 2px #f6f6f6 solid;
}
.RecentArticleCont .pagination ol li a:hover{
    background: #ddd;
    border-bottom: 2px #0092db solid;
}
.RecentArticleCont .pagination ol li .current{
    border: 0px;
    border-bottom: 2px #0092db solid;
    color: #000;
    font-weight: 500;
    display: block;
    padding:14px 17px;
    color: #636363;
    background: none;
     margin: 0px;
}
.RecentArticleCont .pagination ol li .current:hover{
    border-bottom: 2px #0093dd solid;
    background: none;
}
.download-table table{
    border: 1px #666 solid;
    padding: 2px;
}
.download-table td{
    padding: 10px;
    border: 1px #ccc solid;
    font-size: 16px;
}

/*new*/
hr.style14 { 
  border: 0; 
  height: 1px; 
  background-image: -webkit-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -moz-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -ms-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -o-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0); 
}

hr.style12 {
	height: 6px;
	background: url(http://ibrahimjabbari.com/english/images/hr-12.png) repeat-x 0 0;
    border: 0;
}

.rounded-corner{
	-webkit-border-radius: 80px;-moz-border-radius: 80px;border-radius: 80px;
	border:5px solid #f67d34;
}

.rounded-corner img{
	-webkit-border-radius: 80px;-moz-border-radius: 80px;border-radius: 80px;
	border:5px solid #f67d34;
}

#respond input[type="text"] {
    border: 1px solid #ddd;
    border-radius: 3px;
    color: #333;
    margin-bottom: 15px;
    padding: 10px 2%;
    width: 96%;
}

#respond textarea {
    border: 1px solid #ddd;
    border-radius: 3px;
    color: #333;
    height: 75px;
    padding: 10px 2%;
    width: 96%;
}

#respond input[type="submit"]{
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 10px;
    padding: 5px 0;
    width: 190px;
    background: #f67d34;
    border: none;
    cursor: pointer;
	-webkit-border-radius: 3px;-moz-border-radius: 3px;border-radius: 3px;
}

#respond input[type="submit"]:hover{
    background: #7f7f7f;
}


/*new*/


#Testimonials .flex-control-nav{
	bottom: -25px;
}
/*
#Testimonials .flex-direction-nav a{	
	top: auto;
	bottom: -40px;
}
#Testimonials .flex-direction-nav .flex-prev {
  right: 40px;
  background: #7f7f7f;
	left: auto;
}
#Testimonials .flex-direction-nav .flex-next {
  right: 0px;
   background: #7f7f7f;
}
*/

#Testimonials .flex-direction-nav a{
	z-index: 99999;
	display: none;
}


.footer-left a {
	color: #fff;
}

.footer-middle a {
	color: #fff;
}

.customers {
    padding: 0px;
}

.customers ul {
    list-style: none;
    text-align: left;
}

.customers ul li {
    display: inline-block;
    position: inherit;
    margin: 10px;
	padding-left:0;
	width:22%;
}

.customers ul li img {
    border: 1px solid #dedede;
    padding: 2px;
}


.customers ul li::before {
    color: #0092db;
    content: "";
    font-family: "FontAwesome";
    font-size: 22px;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 9;
	display:none;
}

.ProductLeftImg{
	width:28%;
	display:inline-block;
	margin:0 2% 0 0;
}

.ProductLeftImg img{
	border:1px solid #f3f3f3;
}

.ProductRightTxt{
	width:68%;
	display:inline-block;
	margin:0 0 0 0;
	vertical-align:top;
	margin: -7px 0 0;
}

#Copyright p a {
	font-weight: bold;
	color: #000;
}

#Copyright p a:hover {
	text-decoration: underline;
}

.searcresults p.nodataSearch{
    color: #0092db;
    font-size: 25px;
    text-align: center;
}

