/****************style-rtl.css updated start***************************/
a{
    color: #d2390d;
}
.pre-header {
    border-bottom: 1px solid #eee;
    color: #616b76;
    background: #fff;
}
.header{
    box-shadow: 0 1px 3px #ddd;
    background: rgba(255,255,255,1);
}
.header-navigation > ul > li > a {
    color: #333;
}
.header-navigation > ul > li.active > a, /*samy line 502 add >*/
.header-navigation > ul > li > a:hover,
.header-navigation > ul > li > a:focus
.header-navigation > ul > li.open > a
.header-navigation > ul > li.open > a:hover,
.header-navigation ul > li.open > a:focus {
    color: #0c82e2;
    background-color: transparent !important;/*samy*/
}
.header-navigation .dropdown-menu li > a {/*samy line 590*/
    color: #767f88;
}
.header-navigation-content {/*samy line 606*/
    border-top: solid 0px #ea4c1d;/*samy*/
}
.header-navigation-content h4,
.ecommerce .header-navigation-content h4 {/*samy line 614*/
    border-bottom: solid 1px #f0f0f0;
}
.btn-primary {/*samy line 174*/
    border: 0;
    background: #1570a6;
    color: #fff;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {/*samy line 179*/
    color: #fff;
    background: #1679b4;
    border: 0;
}
.btn-default {/*samy line 190*/
    border: 1px solid #fff;
    color: #fff;
    background: transparent;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active {/*samy line 198*/
    border: 1px solid #fff;
    color: #fff;
    background: #0e8cbc;/*samy*/
}
::-moz-selection {/*samy line 308*/
    color: #fff;
    background: #0c82e2 !important;
}
::selection {
    color: #fff;
    background: #0c82e2 !important;
}
.pre-header a {/*samy line 334*/
    color: #616b76;
}
.pre-header a:hover {
    color: #0c82e2;/*samy*/
}
.header-navigation > ul > li > a {/*samy line 497*/
    color: #333;
    display: block;	
    padding: 29px 12px 30px;
}
.header-navigation ul > li.active > a,/*samy line 502*/
.header-navigation ul > li > a:hover,
.header-navigation ul > li > a:focus,
.header-navigation ul > li.open > a,
.header-navigation ul > li.open > a:hover,
.header-navigation ul > li.open > a:focus {
    /*color: #0c82e2;*/
    color: #0c82e2;
    background: none/*#fcfcfc*/;
    text-decoration: none;
}
.header-navigation > ul > li.dropdown:hover > a:after {/*samy line 562*/
    bottom: 0;
    width: 0; 
    height: 0;
    z-index: 1002; 
    content: " "; 
    display: block !important; 
    position: absolute;
    border-bottom: 8px solid #0c82e2;/*samy*/
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
}
.header-navigation .dropdown-menu > li:first-child {/*samy line 577*/
    border-top: solid 2px #0c82e2;
}
.header-navigation .dropdown-menu li > a {/*samy line 590*/
    padding: 10px 15px;
    color: #767f88;
}
.header-navigation .dropdown-menu > li > a:hover,/*samy line 594*/
.header-navigation .dropdown-menu > li.active > a,
.header-navigation .header-navigation-content .header-navigation-col li > a:hover,
.header-navigation .header-navigation-content .header-navigation-col li.active > a {
    background: #0c82e2;
    color: #fff;
}
.carousel-indicators li,
.carousel-indicators li.active {/*samy line 824*/
    background: transparent;
    border: solid 1px #fff;
}
.carousel-indicators li.active {/*samy line 833*/
    background: #fff !important;
    border-color: #fff !important;
}
.sidebar .dropup.open > .dropdown-toggle, .dropdown.open > .dropdown-toggle {/*samy line 887*/
    border-color: transparent !important;
}
.content-page a, 
.sidebar2 a {/*samy line 1185*/
    /*color: #767F88;*/
    color: #555b62;
}
.content-page a:hover, 
.sidebar2 a:hover {
   /* color: #0c82e2;*/
    color: #0c82e2;
}
.content-page .link, .content-page .link:hover, .content-page .link:active {
    color: #0c82e2;
}
.nav-tabs {/*samy line 1360*/
    border-color: #d2390d !important;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {/*samy line 1373*/
    background: #d2390d !important;
}
.footer {/*samy line 1668*/
    background: #1570a6 !important;
    color: #fff !important;
}
.footer .padding-top-10 {/*samy line 1691*/
    opacity: 1.0 !important;
}
/**********pricing Start***************************/
.pricing {
    border: 1px solid #eee !important;   
}
.pricing-active {
    border: 1px solid #eee !important;
    box-shadow: 7px 7px rgba(232, 77, 22, 0.2);
}
.pricing:hover {
    border: 1px solid #eee !important;
}
.pricing:hover h4 {
    color: #0c82e2;
}
.pricing-head {
    color: #1570a6;
    background: #FFF;
    border-bottom: solid 1px #1570a6; 
}
.pricing-head h3 {
    color: #333; 
    background: #FFF; 
}
.pricing-head h4 {
    color: #bac39f; 
    background: #fbfef2; 
    border-bottom: solid 1px #f5f9e7; 
}
.pricing-head-active h4 {
    color: #0c82e2; 
}
.pricing-content li {
    color: #888;
    border-bottom: solid 1px #f5f9e7;
}
.pricing-content li:last-child {
    border-bottom: solid 0px #f5f9e7;
}
.pricing-content li i {
    color: #0c82e2;
}
.pricing-footer {
    color: #777;   
}
/**********slider Start**************************/
section.featured-content{
    background: #1570a6;
}
.home .featured-content {
    background:#1570a6;
}
#carousel-featured .carousel-indicators .active {
    opacity:1;
}
#carousel-featured .carousel-control.left, 
#carousel-featured .carousel-control.right 
{
    background:none;
}
#carousel-featured h2 a, #carousel-featured h2, #carousel-featured small, #carousel-featured p {
    color:#fff;
}
#carousel-featured p {
    /*color:#fadfcb;*/
    color:#fff;
}
#carousel-featured .carousel-indicators li {
    /* background:#fff;
     opacity:0.5;*/
}
.carousel-textslider .carousel-indicators li {
    background-color: transparent;
    border-color: #fff !important;
}
.carousel-textslider .carousel-indicators .active {
    background-color: #fff;
}
#carousel-featured .carousel-caption {
    background:url(images/trans.png);
}
/**********slider End**************************/
/****************samy custom style start***************************/
.upmenu-div-clear{
    background-color: #1570a6;   
}
.header-pal{
    color: #1570a6 !important;   
}
.header-pal-wz{
    color: #1570a6 !important; 
}
.footer ul.social-footer li a {
    opacity: 0.8 !important;
}
.footer ul.social-footer li a:hover {
    opacity: 1.0 !important;
}
.shareekadiv{
    border: 0px solid #1570a6;
    border-top: 0px solid #1570a6;
    outline: 0px !important; 
}
.shareekadivtitle{
    background: #1570a6;
    color: #fff;
}
.shareekadivtitle h3{
    color: #fff;
    background: #1570a6 !important;
}
.shareekadivtitle h4{
    color: #333;
    background: #eee;  
}
.upfooter{
    border-top: 2px #1570a6 solid !important;
    background-color: #f5f5f5;   
    color: #333 !important;
}
.pricing-btm .pricing-head, .pricing-btm .pricing-head h3{
    /*  background-color: #1679b4 !important;
      color: #fff !important;*/
}
.owl-prev, .owl-next{
    color: #1570a6 !important;
    background: transparent !important;
}
.moreplus{
    color: #0c82e2 !important;   
}
/***************album start******************/
.zind1 img {
    border: 2px solid #fff !important;
    outline:1px solid #0c82e2 !important
}
.imgy {
    background: #0c82e2;
    border: 0px solid #ccc;
    color: #fff;   
}
.upfooter h3{
    color: #000000 !important; 
}
.upfooter-ul li a{
    color: #333;
}
.upfooter-ul li a:hover{
   /* color: #0c82e2;*/
    color: #0c82e2;
}
.upfooter .col-md-3{
    border-right: 1px solid #eee !important;
}
/**************album end********************/
#topcontrol i.fa-chevron-up{
    color: #328efe !important;
}
.slimScrollBar{
    background: #1570a6 !important;
}
/****************style-responsive-rtl.css updated start**************/
@media (max-width: 1024px) {
    .header .header-navigation li > a:hover,
    .header .header-navigation li.current > a,
    .header .header-navigation li.open > a:hover {/*samy style-responsive-rtl line 109*/
        border-bottom: 1px solid #efefef !important;
        background: none !important;
        color: #3177df !important;
    }
}
/****************style-responsive-rtl.css updated end**************/
/******Mobi Toggler Start****************/
.header .mobi-toggler {
    float: left;
    color: #D8D8D8;
    border: 1px solid #D8D8D8;
    border-radius: 0 !important;
    width: 36px;
    height: 32px;
    margin: 25px 30px 5px 0 !important;
    position: relative;
    background: #fff url(../../img/icons/toggler.png) no-repeat 8px 8px;
}
.header .mobi-toggler:hover {
    background: #0c82e2 url(../../img/icons/toggler.png) no-repeat 8px -28px;
    border-color: #0c82e2;
    color: #fff;
}
/******Mobi Toggler End****************/