/*! HTML5 Boilerplate v5.2.0 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
/*siteguru*/
li {
 display: block;
}

ul li ul {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  margin-top: 1rem;
  right: 0;
  display: none;
  background-color:#2b2b2b !important;
  width:100%;
  margin-top:0px;
}

ul li:hover > ul,
ul li ul:hover {
  visibility: visible;
  opacity: 1;
  display: block;
  z-index:999 !important;
}

ul li ul li {
  clear: both;
  width: 100%;
  z-index:999 !important;
  background-color:#02d1ae !important;
}
.cat-item{padding:10px;background-color: #0284a8;color: #fff;border-bottom:solid 1px}
.cat-item:hover{background-color: #304561;box-shadow: 0 10px 10px rgba(0,0,0,.2);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transform: translate(0,-5px);
    transform: translate(0,-5px);
    -webkit-transition: .2s;
    transition: .2s;}
.cat-item a{color:#fff;}
.cat-item a:hover{}
/*End siteguru*/
::-webkit-input-placeholder {
    color: #555;
    opacity: 1;
}

:-moz-placeholder { /* Firefox 18- */
    color: #555;
    opacity: 1;
}

::-moz-placeholder { /* Firefox 19+ */
    color: #555;
    opacity: 1;
}

:-ms-input-placeholder { /* IE 10+ */
    color: #555;
    opacity: 1;
}

::-ms-input-placeholder { /* Edge */
    color: #555;
    opacity: 1;
}

:placeholder-shown { /* Standard one last! */
    color: #555;
    opacity: 1;
}

html {
    color: #222;
    font-size: 16px;
    line-height: 1.4;
}
body{
	background:#ededed;
	font-size: 16px;
	color:#2e3337;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
a, a:hover{
	text-decoration:none;
	
}
footer a{color:#fff;}
footer a:hover{color:#fff;}
::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
ul{
	margin:0;
	padding:0;
	list-style:none;
}
a:focus {
    outline: inherit;
}
.mar-none{margin:0;}
.mar-btm30 {margin-bottom:30px;}
.pad-none{
	padding:0;
}
.pad-left{
	padding-left:0;
}
.pad-right{
	padding-right:0;
}
.pad-lft-10{
	padding-left:10px;
}
.pad-rht-20{
	padding-right:20px;
}
.pad-lft-20{
	padding-left:20px;
}
.pad-rht-10{
	padding-right:10px;
}
.rowpad{padding:0 30px;}
.white-bg{background:#ffffff;}
.haoh{height:auto; overflow:hidden;}
.curves{border-radius:10px;}
.top-curves{border-radius:10px 10px 0 0;}
.bottom-curves{border-radius: 0 0 10px 10px;}
.fsize25{font-size:25px;}
.fsize28{font-size:28px;}
.fsize18{font-size:18px;}
.fw400{font-weight:400;}
.fw600{font-weight:700;}
.fw700{font-weight:800;}
.ttupper{text-transform:uppercase;}
.colorred{color:#cc0000;}
.colordgrey{color:#2e3337;}

.logo-header{
	height:105px;
	padding-top:18px;
}
header{background:#ffffff;}
.navbar{
	margin-bottom:0;
}
.logo{
}
.logo{
}
.logo a img{
	max-width:100%;
}
html[dir="rtl"] .call-social, html[dir="rtl"] .call, html[dir="rtl"] .social , html[dir="rtl"] .search{
	float:left;
}
.call{
	width: 280px;
	margin-top:9px;
	line-height:40px;
}
html[dir="rtl"] .call a, html[dir="rtl"] .call p{
	float:left;
	text-align:center;
}
.call a{
	width:170px;
	height:40px;
	background:#ff7417;
	font-size:18px;
	font-weight:600;
	color:#ffffff;
}
.call p{
	width: 110px;
	font-size:16px;
	font-weight:600;
	color:#242d3e;
	text-transform:uppercase;
}

.social{
	margin-top:18px;
	direction:rtl !important;
	text-align:center;
}
.social ul li {
	display:inline-block;
	
}
.social ul li a{
	width:30px;
	line-height:30px;
	text-align:center;
	border-radius:8px;
	display:block;
	font-size:20px;
	color:#ffffff;
	text-decoration:none;
	margin:0 5px;
}
.social ul li:first-child a{
	background:#3b5999;
}
.social ul li:first-child + li a{
	background:#00abf1;
}
.social ul li:last-child a{
	background:#d4391b;
}
.social ul li a i{background:none !important;}
.headcontact a{color:#19398a; font-size:18px; line-height:30px;}
.headcontact a img{color:#bfbfbf; padding-left:20px; vertical-align:middle;}

/*navigation*/
/*nav{ background:#0284A8;}*/
.nav-border-top{
	border-top: 6px solid #242d3e;
	height:50px;
}
.navbar-default {
    background-color: inherit;
    border-color: none;
}
.navbar-fixed-top {
    border-width: 0;
}
html[dir="rtl"] .navbar-right{
	margin-left:0;
}
.navbar-right{
	margin-left:0;
	margin:0;
	padding:0;
}
.navbar-nav{width:100%;}
html[dir="rtl"] .navbar-nav>li{float:right;}
.nav > li > a{
	padding-left:0;
	padding-right:0;
	text-transform:uppercase;
	font-size:16px;
}
html[dir="rtl"] .nav li:first-child a{
	margin-right:0px;
}html[dir="rtl"] .nav li:last-child a{
	margin-left:0px;
}
.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:focus,.navbar-default .navbar-nav>.active>a:hover{color:#ff7417;background-color:inherit; border-top: 6px solid #ff7417; margin-top:-6px;}
.navbar-default .navbar-nav>li>a:focus,.navbar-default .navbar-nav>li>a:hover{color:#ff7417;background-color:transparent;border-top: 6px solid #ff7417; margin-top:-6px;}
/*.navbar-default .navbar-nav>.active>a::after{
    content: "";
	position: absolute;
	right: 17px;
	top: 50px;
	width: 0px;
	height: 0px;
	border-left: 17px solid transparent;
	border-right: 17px solid transparent;
	border-top: 11px solid #ffffff;
	clear: both;
}*/
.dropdown-menu {
    background-color: #ff7417 !important;
    border: 0;
    border-radius: 0;
	text-align:right;
}
.dropdown-menu > li > a{
	color:#242d3e !important;
	
}
.dropdown-menu > li > a:hover{
	background:#242d3e !important;
	color:#ffffff !important;
}
.navbar-fixed-top .navbar-collapse {
    max-height: 500px;
}
.navbar-default .navbar-nav > .open > a{
	background:#ffffff;
}
/*
 * slider
 */
.color {
    background: inherit;
    -ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Safari */
    transform: rotate(180deg); /* Standard syntax */

}
.carousel-caption{text-align:right;/* font-family: 'Source Sans Pro', sans-serif !important;*/ right: 65px; left: auto; top: 30px; max-width: 100%; width: 400px;}
.carousel-caption:before{content:' '; background:url('../images/open-quotes.png') no-repeat; width:20px; height:17px; position: absolute; right: -40px;} 
.carousel-caption:after{content:' '; background:url('../images/close-quotes.png') no-repeat; width:20px; height:17px; position:absolute; left:0;} 
.slider{
	z-index:12 !important;
}
.slider .carousel-caption {
    top: 25%;
    padding-bottom: 30px;
	text-align:right !important;
}

.slider .carousel-indicators li{
	background:#ffffff;
}
.slider .carousel-indicators .active{
	background:#ff7417;
	border:0;
}
.slider .carousel-inner > .item > img{
	height:840px;
}
.slider .carousel-caption{
	left:0;
	right:0;
}
.slider .carousel-indicators{
	left:51%;
}

.baner {
    margin-bottom: 70px;
    position: absolute;
    top: 180px;
    left: 0;
    right: 0;
}
.main-content{
	position:relative;
	top:0px;
	z-index:333 !important;
}
.sectetur-box
{
	width: 270px;
	box-sizing:border-box;
	background:rgba(214, 217, 219, 0.7);
}
.sectetur-box .sect-head h4
{
	color:#fff;
	font-size:18px;
}
.sectetur{
	box-sizing:border-box;
	background:rgba(214, 217, 219, 0.7);
	width: 270px;
}
.sect-head{
	width:100%;
	background:rgba(36, 45, 62, 0.7)
}
.sect-head::after{
    content: "";
	position: absolute;
	right: 22px;
	top: 57px;
	width: 0px;
	height: 0px;
	border-left: 17px solid transparent;
	border-right: 17px solid transparent;
	border-top: 13px solid #505866;
	clear: both;
}
.sect-head h4{
	margin:0;
	line-height:60px;
	text-transform:uppercase;
	color:#ffffff;
	text-align:center;
}
.sect-form{
	padding:20px;
}
.sect-form .form-control{border-radius:0;}
.sect-form form select, .sect-form form input{
	width:100%;
	margin-top:10px;
	height:35px;
	border:0;
	outline:0;
}
.sect-form input[type="submit"]{
	background:#242d3e;
	color:#ffffff;
	text-transform:uppercase;
}
.sect-form input[type="submit"]:hover{
	background:#ff7417;
}
/*----slider 4 part div start----*/

.margin-t{
	margin-top:65px;
}
.lorem-ipsum{
	background:rgba(247,244,243,1.00);
	padding:0;
	text-align:center;
	float: left;
	-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;
}
.lorem-ipsum h1{
	font-size:18px;
	color:#242d3e;
	font-weight:300;
	text-transform:uppercase;
	margin-top:20px;
	margin-bottom:5px;
	padding:0;
}
.lorem-ipsum p{
	font-size:16px;
	color:#242d3e;
	font-weight:normal;
	margin-bottom:22px;
	text-align:justify;
	padding:0;
}
.icon-font{
	width:70px;
	height:70px;
	margin:0 auto;
	color:#ff7417;
	background-color:#FFFFFF;
	margin-top:-35px;
}
.icon-font i{
font-size: 43px;
line-height: 70px;
text-align: center;
}
.border-down{
	border-bottom:10px solid #242d3e;
}
.lorem-ipsum::after{
    content: '';
    position: absolute;
    left: 42%;
    top: 96%;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #242d3e;
    clear: both;
}
.triange{
	font-size:18px;
	position:absolute;
	z-index:900000;
	bottom: -15px;
	left:138px;
	margin-top:-55px;
	color:#ffffff;
	text-decoration:none !important;
}
.triange:hover{
	color:#ff7417;
}
.lorem-ipsum:hover{
	background:#ffffff;
	-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;
}
.lorem-ipsum:hover i{
	color:#ffffff;
	-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;
}
.lorem-ipsum:hover .icon-font{
	background:#ff7417;
	-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;
}
/*----slider 4 part div start----*/

/* wellcome */
.curv-bg{
	background-repeat:no-repeat;
	background-position:center top;
	height:80px;
	width:100%;
	margin-top: -78px;
    position: relative;
}
.wellcome{
	background-color:#ffffff; 
	padding-bottom: 40px;
}
.wellcome h2{
	font-size:30px;
	margin-top:60px;
	margin-bottom:40px;
	font-weight:300;
	text-align:center;
	text-transform:uppercase;
}
.wel-img{
	width:100px;
	height:100px;
	border-radius:50%;
	background:#2e3747;
	margin:0 auto;
}
.wel-img img{
	border-radius:50%;
}
.well{
	background-color: #f1f1f1;
border: 0;
border-radius: 0;
box-shadow:none;
padding:20px 0 0;
}
.well h3{
	font-weight:300px;
	font-size:18px;
	line-height:24px;
	text-align:center;
padding-left:20px;
padding-right:20px;
	text-transform:uppercase;
}
.well p{
	font-weight:normal;
	font-size:16px;
	line-height:24px;
	text-align:center;
padding-left:20px;
padding-right:20px;
}
.well a{
	height:40px;
	line-height:40px;
	font-size:16px;
	text-align:center;
	color:#ffffff;
	font-weight:normal;
	background:#ff7417;
	text-transform: uppercase;
	width:100%;
	display:block;
	margin-top:20px;
	-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;
}
.well a:hover{
	background:#ec660d;
	text-decoration:none;
	-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;
}
/*--------about-us start-----------*/
.about-us{
	background-color:#f1f1f1;
	text-align:center;
	padding-top:40px;
	padding-bottom:60px;
}
.about-us h3{
	font-size:30px;
	font-weight:300;
	color:#242d3e;
	text-transform:uppercase;
	margin:0;
	padding:0;
}
.about-us img,.area-title img{
	width:100px;
	height:100px;
	background-color:#ffffff;
	margin:30px 0;
	padding:0;
}
.about-us p{
	font-size:16px;
	font-weight:normal;
	color:#242d3e;
	margin:0;
	padding:0;
	line-height: 24px;

}
.about-us button{
	width:170px;
	height:40px;
	margin-top:40px;
	background-color:#ff7417;
	border:none;
	padding:0;
	-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;
}
.about-us button a{
	font-size:16px;
	line-height:40px;
	display:block;
	font-weight:normal;
	color:#ffffff;
	text-transform:uppercase;
}
.about-us button:hover{
	background-color:#202838;
	-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;
}
/*--------about-us end-----------*/
/*--------Area title start-----------*/
.area-title{
	padding-top:40px;
	padding-bottom:60px;
	text-align:center;
	background-image:url(../images/area-title-bg.jpg);
	background-repeat:no-repeat;
	background-position:center;
	background-size: cover;
}
.area-title h3{
	font-size:30px;
	color:#ffffff;
	text-transform:uppercase;
	font-weight: 300;
	margin:0;
	padding:0;
}
.nulla{
	background:rgba(53,192,224,0.6);
	padding:0;
	text-align:center;
	float: left;
	-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;

}
.no-margn{
	margin:0;
}
.padding-lr20{
	padding-left:18px;
	padding-right:18px;
	float:left;
}
.nulla h1{
	font-size:17px;
	color:#ffffff;
	text-transform:uppercase;
	margin: 38px 0 30px;
	padding:0;
	font-weight: bold;
}
.nulla p{
	font-size:16px;
	color:#ffffff;
	margin-bottom:40px;
	padding:0;
	line-height:24px;
	font-weight: normal;
}
.nulla a{
	display:block;
	width:100%;
	height:40px;
	line-height:40px;
	font-size:16px;
	color:#ffffff;
	text-transform:uppercase;
	padding:0 -15px !important;
	margin:0;
	background-color:#2e3747;
	float:left;
	
}

.nulla:hover{
	background:#ffffff;
	-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;
}
.nulla:hover > a{
	text-decoration:none;
	background-color:#1a202b;
	-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;
}
.nulla:hover > span > h1 {
	color:#ff7417;
	-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;
}
.nulla:hover > span > p {
	color:#2e3747;
	-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;
}
/*partners start*/
.owl-carousel .item{
        padding: 0px 0px 5px;
        margin: 5px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        text-align: center;
    }
.partners{
	background:#ffffff;
}
.partners h2{
	margin-top:60px;
	margin-bottom:50px;
	font-weight: 300;
	text-transform: uppercase;
	text-align: center;
	font-size:30px;
	color:#3a4352;
}

/*owl carousel*/
.owl-carousel .item h4{
	font-size:16px;
	font-weight: 500;
	color:#3a4352;
}
.owl-carousel .item img{
}
.owl-wrapper { float: left; }
.owl-next, .owl-prev { width: 35px; height: 80px;
position:absolute;
top:13%;
}
.owl-prev{
	left:-10%;
}
.owl-next{
	right:-10%;
}
/*owl carousel*/

.want-to{	
display: block;
width: 370px;
height: 60px;
line-height: 60px;
font-size: 16px;
color: #ffffff;
text-transform: uppercase;
margin: 60px auto;
background-color: #2e3747;
text-align:center;
font-kerning: none;
-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;
}
.want-to:hover {
	color:#ffffff;
background-color: #ff7417;
	-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;
}

/*form start here*/
.form-background{
	background:#ff7417;
	padding:60px 0px;
	text-align:center;
}
.form-background h2{
	font-weight:600;
	color:#ffffff;
	text-transform:uppercase;
	font-size:30px;
}
.form-background p{
	font-size:16px;
	color:#ffffff;
}
.form-background form{
	margin-top:60px;
}
.subscription input{
	height:45px;
	width:22%;
	padding-right: 15px;
margin-right: 15px;
margin-left: 15px;
outline: none;
border: 0px;
box-sizing: border-box;
}
.form-background form input:first-child{
}
.form-background form input:last-child{
	background:#2e3747;
	color:#ffffff;
	text-transform:uppercase;
}
/*form start here*/
/*Latest post start*/
.latest-post{
	background:#ffffff;
}
.latest-post h1{
	margin-top:50px;
	margin-bottom:35px;
	font-size:30px;
	text-align:center;
	font-weight:300;
	width: 100%;
	text-transform:uppercase;
}
.let-pst{
}
.let-pst img{
	float:right;
	max-width: 100%;
}
.let-pst h3{
	margin-top:-40px;
	line-height:40px;
	font-size:18px;
	padding-right:10px;
	background:rgba(255, 255, 255, 0.8);
	float:right;
	font-weight:bold;
	width: 100%;
	text-transform:uppercase;
}
.let-pst p{
	font-size:16px;
	line-height:24px;
	color:#242d3e;
	float:right;
	text-align:justify;
	font-weight:normal;
}
.let-pst a{
	display: block;
width: 100%;
height: 40px;
line-height: 40px;
font-size: 16px;
color: #242d3e;
text-transform: uppercase;
margin: 0px;
background-color: #f1f1f1;
float: left;
text-align:center;
margin-top:10px;
-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;
}
.let-pst a:hover {
    text-decoration: none;
    background-color: #1A202B;
	color:#f1f1f1;
	-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;
}
.to-blog{	
display: block;
width: 170px;
height: 40px;
line-height: 40px;
font-size: 16px;
color: #ffffff;
text-transform: uppercase;
margin: 60px auto;
background-color: #ff7417;
text-align:center;
-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;
}

.to-blog:hover{
	background-color: #242d3e;
	-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;
color: #ffffff;
}
/*Latest post ends*/

/*----footer button and link css eand here----*/
/*footer class start here*/
.footer{
	border-top: 6px solid #f1f1f1;

}
.desktop
{
	display:block;
}
.mobile
{
	display:none;
}
.footer-link{
	background:#2e3747;
}
.social-link ul li{
	float:left;
}
.social-link a{
	margin-right:20px;
	width:30px;
	height:30px;
	border-radius:8px;
	background:#ffffff;
	color:#3a4352;
	display:block;
	line-height:30px;
	text-align:center;
	margin-top:20px;
	    font-size: 20px;
	transition: all 0.5s;
}
.social-link a:hover{
	background:#ff7417;
	color:#ffffff;
	-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;
}

.social-link{
}
.foot-call{
	background:#0e131c;
}
.foot-call a, .foot-call p{
	font-size:24px;
	color:#ff7417;
	text-transform: uppercase;
	line-height:70px;
}
.foot-call a{
	font-weight: bold;
	float:left;
}
.foot-call p{
	font-weight: 400;
	float:right;
	margin:0;
}
.foot-link ul li{
	float:right;
	margin-left:25px;
	margin-right:25px;
	
}
.foot-link ul li:first-child{
	margin-right:0;
}
.foot-link ul li:last-child{
	margin-left:0;
}
.foot-link ul li a{
	font-size:16px;
	text-transform: uppercase;
	color:#ffffff;
	line-height:70px;
	-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;
}
.foot-link ul li a:hover{
	color:#ff7417;
	text-decoration:none;
	-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;
}

footer{
	background:#fff;
	padding-top: 50px;
    line-height: 250%;
	color:#ffffff;
}
.footer-1st{
	padding-left:0px;
	text-align:center;
	font-size:16px;
}
.footer-1st i{ 
    color:#ffffff;
    background:#ffffff;
	padding: 13px 25px;
	margin-bottom:20px;
}
.footer-1st p{
	color:#ffffff;
	text-align:right;
}
.footer-para{
	font-weight:bold;
	color:#ffffff;
}
.footer-2nd{
	font-size:16px;
	padding-left:0px;
}
.footer-img{
	margin:0px auto 15px;
}
.footer-2nd img{
	vertical-align:central;
}
.footer-3rd{
	font-size:16px;
}
.footer-3rd ul {
	list-style:circle;
}
.footer-3rd ul li {
	margin-bottom:15px;
}
.footer-4th{
	font-size:16px;
}
.footer-4th ul {
	list-style:circle;
}
.footer-4th ul li {
	margin-bottom:15px;
}
.footer-5th{
	font-size:16px;
}
.footer-5th ul {
	list-style:circle;
}
.footer-5th ul li{
	margin-bottom:15px;
}

.copyright{
	background:#ff7417;
	height:50px;
}
.copyright p{
	color:#ffffff;
	font-size:16px;
	text-align:center;
	line-height:50px;
	margin: 0;
}






/* ==========================================================================
   Article Page styles gose here
   ========================================================================== */
.art-container{
   padding:150px 0px 90px 0px;
   background:url(../images/slider-img.jpg) no-repeat;
}
.article ul>li 
{
	display:inline-block;
	list-style:none;
}
.article-top
{
	margin-top:100px;
}
.border-top
{
	border-top:5px solid #242d3e;
}
.art-container h1:first-child
{
	width:510px;
}
.art-container h1:last-child
{
	width:200px;
}
.art-container h1
{
	font-size:28px;
	font-weight:100;
	color:#fff;
	padding:10px 12px;
	margin-right:10px;
	background:rgba(0, 0, 0, 0.6);
	text-transform:uppercase;
}
.similar-posts{
	float:left;
	background:#f1f1f1;
	margin-bottom:16px;
}
.similar-post{
	float:left;
	background: #e9f2fa;
	margin-bottom:16px;
    border: 10px solid #e9f2fa;
    border-radius: 5px;
}
.similar-posts h2, .similar-post h2 {
	font-size:30px;
	text-transform:uppercase;
	color:#242d3e;
	font-weight:300;
	margin: 0;
	padding-bottom:20px;
	line-height: 20px;
}
.similar-posts img, .similar-post img{
	float:right;
	max-width: 100%;
}
.similar-posts h3, .similar-post h3{
	margin-top:-40px;
	line-height:40px;
	font-size:18px;
	padding-right:10px;
	background:rgba(255, 255, 255, 0.8);
	float:right;
	font-weight:bold;
	width: 100%;
	text-transform:uppercase;
	color:#242d3e;
}
.similar-posts p, .similar-post p{
	font-size:16px;
	line-height:24px;
	color:#2e3747;
	float:right;
	text-align:justify;
	font-weight:normal;
	margin:0;
	padding:5px;
}
.similar-posts a, .similar-post a{
display: block;
width: 100%;
height: 40px;
line-height: 40px;
font-size: 16px;
color: #242d3e;
text-transform: uppercase;
margin: 0px;
background-color: #f1f1f1;
float: left;
text-align:center;
margin-top:10px;
}
.similar-posts a:hover, .similar-post a:hover {
    text-decoration: none;
    background-color: #1A202B;
	color:#f1f1f1;
}
.dolor-sit h2{
	font-size:30px;
	text-transform:uppercase;
	color:#ff7417;
	font-weight:normal;
	margin-bottom: 0;
    padding-top: 20px;
	padding-bottom:5px;
}
.dolor-sit p{
	font-size:16px;
	line-height:32px;
	color:#2e3747;
	float:right;
	text-align:justify;
	font-weight:normal;
	margin:0;
}
.dolor-sit a{
display: block;
width: 100%;
height: 40px;
line-height: 40px;
font-size: 16px;
color: #242d3e;
text-transform: uppercase;
margin: 0px;
background-color: #f1f1f1;
float: left;
text-align:center;
}
.dolor-sit a:hover {
    text-decoration: none;
    background-color: #1A202B;
	color:#f1f1f1;
}
.dolor-sit{
	float:right;
}
.social-box{
	float:left;
	height:50px;
}
.padding-lr5{
	padding-left:5px;
	padding-right:5px;
}
.linkedin{
	height:30px;
}
.linkedin a{
	color:#ffffff;
    background-color: #2ba3e1;
	display:block;
}
.google a{
    background-color: #ea4335;
}
.google a i{
    background-color: #d23c30 !important;
}
.twitter a{
    background-color: #65ccef;
}
.twitter a i{
    background-color: #5bb7d7 !important;
}
.facebook a{
    background-color: #4769a5;
}
.facebook a i{
    background-color: #405e94 !important;
}
.linkedin a i{
	font-size:28px;
	display:block;
	line-height:20px;
	padding:10px;
    background-color: #2792ca;
	float:right;
}
.title{
 box-sizing:border-box;
 background:rgba(214, 217, 219, 0.7);
 margin-top:20px;
 float:left;
}
.title-head{
 width:100%;
 height:60px;
 line-height:60px;
 background:#ff7417;
 float:right;
}
.title-head::after{
 content: "";
 position: relative;
 z-index:2;
 right: 35px;
 top: -8px;
 width: 0px;
 height: 0px;
 border-left: 17px solid transparent;
 border-right: 17px solid transparent;
 border-top: 13px solid #ff7417;
 clear: both;
}
.title-head h4{
 margin:0;
 line-height:60px;
 text-transform:uppercase;
 color:#ffffff;
 text-align:right;
 padding-right:20px;
}
.pharetra{
	list-style-type:circle;
	margin:35px 0;
	float:right;
}
.pharetra li{
	width:100%;
	float:right;
	font-size:16px;
	line-height:28px;
	font-weight:normal;
	color:#2e3747;
}
.margin-t20{
	margin-top:20px;
}

/*article from start here*/
.sectetur{
	box-sizing:border-box;
	background:#e9f2fa;
}
.sect-head{
	width:100%;
	height:60px;
	line-height:28px;
	background: #19398a;
}
.sect-head::after{
    content: "";
	position: absolute;
	right: 22px;
	top: 60px;
	width: 0px;
	height: 0px;
	border-left: 17px solid transparent;
	border-right: 17px solid transparent;
	border-top: 13px solid #19398a;

	clear: both;
}
.sect-head h4{
	margin: 0;
    line-height: 60px;
    text-transform: uppercase;
    color: #ffffff;
    text-align: right;
    padding-right: 15px;
	font-size:18px;
}
.title{
	box-sizing:border-box;
	background:#e9f2fa;
	width: 270px;
	margin-top:20px;
}
.title-head{
	width:100%;
	height:60px;
	line-height:60px;
	background:#193a8b;
}
.title-head img{
	float:left;
	margin-bottom:-10px;
	margin-top:10px;
	margin-left:7px;
}
.title-head::after{
    content: "";
	position: relative;
	right: 22px;
	top: -8px;
	width: 0px;
	height: 0px;
	border-left: 17px solid transparent;
	border-right: 17px solid transparent;
	border-top: 13px solid #193a8b;
	clear: both;
}
.title-head h4{
	margin:0;
	line-height:60px;
	text-transform:uppercase;
	color:#ffffff;
	padding-right:20px;
	font-size:18px;
}
.title-para{
	padding-right:20px;
	padding-top:30px;
	float:right;
}
.title-para p{
	font-size:16px;
}
.font-bold{
	font-weight:800;
}
.title-head-goes{
	width:100%;
	height:60px;
	line-height:60px;
	background:#19398a;
}
.title-head-goes::after{
    content: "";
	position: absolute;
	right: 22px;
	top: 57px;
	width: 0px;
	height: 0px;
	border-left: 17px solid transparent;
	border-right: 17px solid transparent;
	border-top: 13px solid #19398a;
	clear: both;
}
.title-head-goes h4{
	margin:0;
	line-height:60px;
	text-transform:uppercase;
	font-size:18px;
	color:#ffffff;
	padding-right:20px;
}
.title ul{
	list-style:circle;
	padding-right:30px;
}
.title ul li{
	width:100%;
	float:right;
	    font-size: 13px;
	line-height:32px;
}
.title-last-head{
	width:100%;
	height:60px;
	line-height:60px;
	background:#ff741b;
}
.title-last-head h4{
	margin:0;
	line-height:60px;
	text-transform:uppercase;
	font-size:18px;
	color:#ffffff;
	padding-right:20px;
}
.title-last-head::after{
    content: "";
	position: absolute;
	right: 22px;
	top: 57px;
	width: 0px;
	height: 0px;
	border-left: 17px solid transparent;
	border-right: 17px solid transparent;
	border-top: 13px solid #ff741b;
	clear: both;
}
/*article from eand here*/
/*blog page*/
.blog
{
	overflow:hidden;
	padding:0px 0px 30px 0px;
}
.blog ul>li 
{
	display:inline-block;
	list-style:none;
}
.pad-head
{
	padding:20px 0px 20px 0px;
}
.blog-container
{
	background:#777;
	padding: 1px 20px 1px 20px;
}
.blog-container h1 {
    font-size: 28px;
    font-weight: 100;
    color: #fff;
    background: #000;
    text-transform: uppercase;
    width: 287px;
    padding: 7px;
}
.art-top
{
	margin-top:20px;
}
.blog .sect-head h4

{
	padding-right: 5px;
    font-size: 15px;
}
.blog-head h3
{
	font-size:20px;
	font-weight: bolder;
	text-transform:uppercase;
	color:#242d3e;
	margin:0px;
	padding:0px;
}
.blog-head p
{
	font-size: 15px;
    font-weight: 300;
    color: #242d3e;
    line-height: 28px;
    padding: 0px 0px 0px 20px;
    margin-top: 0px;
    text-align: justify;
}
.read-link
{
	color:#ff7117;
	text-decoration:underline;
	text-transform:uppercase;
}
.hr-line
{
	display: block;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0; 
    padding: 0;
    width: 595px;
}
.pagenate
{
	text-align:center;
	margin:30px 30px;
}
.pagenate ul>li a
{
	padding:0px 8px;
	font-size:15px;
}
.color-orange
{
	color:#ff7117;
}
.blog .title-head img
{
	width:29%;
	margin-top:23px;
}
/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers:
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 1.25dppx),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
html[dir="rtl"] .float_right{
	float:right !important;
}
@media (min-width: 768px) and (max-width: 900px) {
    .navbar-collapse.collapse {
        display: none !important;
    }
    .navbar-collapse.collapse.in {
        display: block !important;
    }
    .navbar-header .collapse, .navbar-toggle {
        display:block !important;
    }
    .navbar-header {
        float:none;
    }
	
	.navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.dropdown-menu {
	width:100%;
	text-align:center;
}
}

.desktop{display:block;}
.mobile{display:none;}

.breadcrumbwrap a{ color: #777; }
.breadcrumbwrap a.parent{ color: #ff7417; }

.featured-image{position:relative;}
.featured-image img{width:100%;}
.featured-image h1{/*font-family:'Open Sans Hebrew';*/ font-weight:400; color:#ffffff; position:absolute; bottom:10px; right:20px;  font-size: 28px; color: #fff; padding: 10px 12px; background: rgba(0, 0, 0, 0.6); text-transform: uppercase;}
.featured-image.small-page h1{    bottom: 0;right: 20px; font-size: 22px; color: #fff; padding: 5px 15px;}

.rm-blog{	
height: 40px;
line-height: 40px;
font-size: 16px;
color: #ffffff;
text-transform: uppercase;
background-color: #ff7417;
text-align:center;
float:left;
padding:0 20px;    
margin: 20px 0;
-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;
}

.rm-blog:hover{
	background-color: #242d3e;
	-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;
color: #ffffff;
}

.clearfix {clear:both;}
.borderhr{border:1px solid #e9e9e9;}
.borderhr.withmargin{margin:20px 0;}
.cat-item h3{line-height: 40px; font-size: 18px; float: right; font-weight: bold; width: 100%; color:#242d3e; text-transform: uppercase;}
.page-title{line-height: 150%; font-size: 24px; float: right; font-weight: bold; width: 100%; color:#242d3e; text-transform: uppercase;}

.contact-bg{background:url(../images/contact-bg.jpg) no-repeat; min-height:380px; margin-bottom:50px;}

.contact-bg h2.sectitle{/*font-family:'Open Sans Hebrew';*/ font-weight:400; color:#ffffff; font-size: 28px; color: #fff; padding: 10px 12px; background: rgba(0, 0, 0, 0.6); text-transform: uppercase; display:inline-block;}

.contact-bg .sect-form{background:#ff7417;}
.contact-bg .sect-form input[type="submit"]:hover{background:#242d3e;}
.contact-bg .sect-form .form-control{margin-bottom:20px;}

.address-bg{background:url(../images/address-bg.jpg) no-repeat; background-size:cover; padding:30px 0;}

/* Companies */
.company{background:#f3f3f3; border-radius:10px; width:100%; position:relative; height:auto; overflow:hidden; border:1px solid #f3f3f3; margin-bottom:20px; min-height:135px;}
.companytext{width:73%; float:left;}
.companyimg {min-width:25%; height:100%; position:absolute; top:0; right:0; line-height:100%; text-align:center; background:#ffffff; }
.companyimg.slopeup:before{content:''; width: 0; height: 0; position: absolute; top:0; left:0; border-top: 135px solid #f3f3f3; border-right: 30px solid transparent;}
.companyimg.slopedown:before{content:''; width: 0; height: 0; position: absolute; top:0; left:0; border-bottom: 135px solid #f3f3f3; border-right: 30px solid transparent;}
.companyimg img{margin-top:25px; max-height:90px; max-width:200px;}
/* Companies */

/* Product Benefits */
.productbenefits {background:#e9f2fa; width:100%; direction:rtl; text-align:right; border-radius:10px;}
.productbenefits ul{padding:30px;}
.productbenefits li{list-style:none; background:url(../images/benefits-bullet.png) no-repeat; background-position:right; padding:10px 34px 10px 0; }
.productbenefits li:first-child {padding-top:0;}
.productbenefits li:last-child {padding-bottom:0;}
/* Product Benefits */

/* Testimonials */
.testimonial-item {background:#e9f2fa; padding:30px 10px; direction:rtl; text-align:right; border-radius:10px; height:auto; overflow:hidden; margin-bottom:20px;}
.testimonial-img img{border-radius:50%; border:3px solid #fff;}
/* Testimonials */

/* Contact */
.home-contact-form {background:#ffff8d; padding:30px 10px; direction:rtl; text-align:right; border-radius:10px; height:auto; overflow:hidden; margin-bottom:20px;}
.home-contact-form .form-control {margin-bottom:0px;border-radius:0;}
.home-contact-form .wpcf7-submit{background:rgb(25, 57, 138); display:block; width:100%; line-height:50px; font-weight:700; color:#fff; border:none; border-radius:10px;}

/* Contact */

.mega-search {
  position: relative;
  margin-top: 0;
  left: 0;
  padding: 0px 10px 0px 10px;
}
.mega-search input[type=text], .mega-search.mega-search-closed input[type=text] {
  width: 100%;
  padding: 5px;
  box-sizing: border-box;
}
.mega-search .search-icon {
  right: auto;
}
.mega-search-wrap {
    position: absolute;
    width: 30px;
    height: 30px;
    vertical-align: middle;
    display: inline-block;
    z-index: 99999;
    margin-top: 0px;
    left: 0;
    top: 10px;
    direction: rtl;
}
@media only screen and (min-width: 681px) {
  .mega-search-wrap.mega-static {
    width: 200px;
  }
}
@media only screen and (max-width: 680px) {
  .mega-search-wrap {
    width: 100%;
    margin: 5px 0;
    position: relative;
    margin-top: 0px;
    margin-bottom: 20px;
  }
}
.mega-search {
  line-height: 30px;
}
@media only screen and (max-width: 680px) {
  .mega-search {
    padding: 0 5px;
  }
}
@media only screen and (min-width: 681px) {
  .mega-search {
    position: absolute;
    left: 0;
  }
  .mega-search.expand-to-right {
    right: auto;
    left: 0;
  }
}
.mega-search.mega-search-open input[type=text] {
  background-color: #fff;
}
.mega-search.mega-search-open .search-icon:before {
  color: #ffffff;
}
.mega-search.mega-search-closed input[type=text] {
  width: 30px;
  padding: 0;
}
@media only screen and (max-width: 680px) {
  .mega-search.mega-search-closed input[type=text] {
    width: 100%;
    padding: 5px;
  }
}
.mega-search input[type=text] {
    color: #333;
    background-color: rgba(0, 0, 0, 0);
    width: 200px;
    margin: 0;
    min-height: 0;
    padding: 0 5px 0 30px;
    height: 40px;
    border: 0;
    line-height: 40px;
    transition: width 0.6s, background-color 0.6s, color 1s;
    box-sizing: border-box;
    border-radius: 2px;
    vertical-align: top;
}
@media only screen and (max-width: 680px) {
  .mega-search input[type=text] {
    width: 100%;
    background-color: #fff;
  }
}
.mega-search input:focus {
  outline: none;
}
.mega-search input[type=submit] {
  display: none;
}
.mega-search .search-icon {
    left: 10px;
    position: absolute;
    width: 34px;
    height: 34px;
    cursor: pointer;
    background: rgb(25, 57, 138);
    margin: 3px;
    border-radius: 5px;
    color: #ffffff;
}
@media only screen and (max-width: 680px) {
  .mega-search .search-icon {
    right: auto;
	left: 5px;
  }
  body{    overflow-x: hidden;}
}
.mega-search .search-icon:before {
  color: #e7e7e7;
  height: 34px;
  width: 34px;
  vertical-align: middle;
  line-height: 34px;
}
@media only screen and (max-width: 680px) {
  .mega-search .search-icon:before {
    color: #333;
  }
}
.mega-search.expand-to-right .search-icon {
  right: auto;
}
.mega-search.expand-to-right input[type=text] {
  padding: 0 5px 0 30px;
}

#mega-menu-wrap-demo_navigation .mega-menu-toggle .mega-toggle-block-2 .mega-search-wrap, #mega-menu-wrap-demo_navigation .mega-menu-toggle #mega-toggle-block-2 .mega-search-wrap {
  position: relative;
  width: 25px;
  height: 25px;
  vertical-align: middle;
  display: inline-block;
  z-index: 99999;
  top: -1px;
}
#mega-menu-wrap-demo_navigation .mega-menu-toggle .mega-toggle-block-2 .mega-search.expand-to-right input[type=text], #mega-menu-wrap-demo_navigation .mega-menu-toggle #mega-toggle-block-2 .mega-search.expand-to-right input[type=text] {
  padding: 0 5px 0 25px;
  right: auto;
  left: 0;
}
#mega-menu-wrap-demo_navigation .mega-menu-toggle .mega-toggle-block-2 .mega-search.static input[type=text], #mega-menu-wrap-demo_navigation .mega-menu-toggle #mega-toggle-block-2 .mega-search.static input[type=text] {
  padding: 0 5px 0 25px;
  right: auto;
  left: 0;
}
#mega-menu-wrap-demo_navigation .mega-menu-toggle .mega-toggle-block-2 .mega-search input[type=text], #mega-menu-wrap-demo_navigation .mega-menu-toggle #mega-toggle-block-2 .mega-search input[type=text] {
  color: #333;
  background-color: rgba(0, 0, 0, 0);
  width: 200px;
  padding: 0 25px 0 5px;
  height: 25px;
  border: 0;
  line-height: 25px;
  transition: width 0.6s, background-color 0.6s, color 1s;
  box-sizing: border-box;
  border-radius: 2px;
  position: absolute;
  right: 0;
}
#mega-menu-wrap-demo_navigation .mega-menu-toggle .mega-toggle-block-2 .mega-search.mega-search-open input[type=text], #mega-menu-wrap-demo_navigation .mega-menu-toggle #mega-toggle-block-2 .mega-search.mega-search-open input[type=text] {
  background-color: #fff;
}
#mega-menu-wrap-demo_navigation .mega-menu-toggle .mega-toggle-block-2 .mega-search.mega-search-open .search-icon:before, #mega-menu-wrap-demo_navigation .mega-menu-toggle #mega-toggle-block-2 .mega-search.mega-search-open .search-icon:before {
  color: #333;
}
#mega-menu-wrap-demo_navigation .mega-menu-toggle .mega-toggle-block-2 .mega-search.mega-search-closed input[type=text], #mega-menu-wrap-demo_navigation .mega-menu-toggle #mega-toggle-block-2 .mega-search.mega-search-closed input[type=text] {
  width: 25px;
  padding: 0;
}
#mega-menu-wrap-demo_navigation .mega-menu-toggle .mega-toggle-block-2 .mega-search input:focus, #mega-menu-wrap-demo_navigation .mega-menu-toggle #mega-toggle-block-2 .mega-search input:focus {
  outline: none;
}
#mega-menu-wrap-demo_navigation .mega-menu-toggle .mega-toggle-block-2 .mega-search input[type=submit], #mega-menu-wrap-demo_navigation .mega-menu-toggle #mega-toggle-block-2 .mega-search input[type=submit] {
  display: none;
}
#mega-menu-wrap-demo_navigation .mega-menu-toggle .mega-toggle-block-2 .mega-search .search-icon, #mega-menu-wrap-demo_navigation .mega-menu-toggle #mega-toggle-block-2 .mega-search .search-icon {
  right: 0;
  top: -2px;
  position: absolute;
  width: 25px;
  height: 25px;
  cursor: pointer;
  z-index: 2;
}
#mega-menu-wrap-demo_navigation .mega-menu-toggle .mega-toggle-block-2 .mega-search .search-icon:before, #mega-menu-wrap-demo_navigation .mega-menu-toggle #mega-toggle-block-2 .mega-search .search-icon:before {
  color: #fff;
  height: 25px;
  width: 25px;
  vertical-align: middle;
  line-height: 25px;
}
#mega-menu-wrap-demo_navigation #mega-menu-demo_navigation .rpwe-img img {
  float: left;
  padding: 0 10px 0 0 !important;
}
#mega-menu-wrap-demo_navigation #mega-menu-demo_navigation .rpwe-block h3 {
  font-size: 14px !important;
}
#mega-menu-wrap-demo_navigation #mega-menu-demo_navigation .rpwe-time {
  font-size: 12px;
  color: #555;
}
#mega-menu-wrap-demo_navigation #mega-menu-demo_navigation img.mega-menu-logo {
  position: relative;
  top: -2px;
}
.mega-search {
  top: 0px;
}
#mega-menu-wrap-demo_navigation #mega-menu-demo_navigation img {
  margin: 0;
}
#mega-menu-wrap-demo_navigation {
  clear: both;
  margin: 0 auto;
}
#mega-menu-wrap-demo_navigation #searchform label {
  display: none;
}
#mega-menu-wrap-demo_navigation #searchsubmit {
  margin-top: 0;
}
.mega-search input[type=text] {
  display: inherit;
}
.widget{margin-bottom:30px;}
h2{font-size:24px;}
.right-sidebar{background-color: #fff;
    -webkit-box-shadow: 0 1px 18px -3px #6b6b6b;
    -moz-box-shadow: 0 1px 18px -3px #6b6b6b;
    box-shadow: 0 1px 18px -3px #6b6b6b;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
        padding: 10px;
    margin-top: 20px;}
.sidebar_shortcode{line-height:150%;}
.sidebar_shortcode img{margin-bottom:20px;}