body {
    color: #666;
    font-size: 13px;
    line-height: 28px;
    font-family: "Roboto", sans-serif;
    -webkit-font-smoothing: antialiased
}
    .home{
        background: #F3F3F3;
        /*background-image: url('../img/bg.jpg');        */
    }


h1, h2, h3, h4, h5, h6 {
    color: #666;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    margin: 2px 0;
    padding: 0
}

h1 {
    font-size: 30px;
    line-height: 45px
}

h2 {
    font-size: 25px;
    line-height: 40px
}

h3 {
    font-size: 22px;
    line-height: 37px
}

h4 {
    font-size: 18px;
    line-height: 33px
}

h5 {
    font-size: 15px;
    line-height: 30px
}

h6 {
    font-size: 13px;
    line-height: 28px
}

h2 a, h2 a:hover, h3 a, h3 a:hover, h4 a, h4 a:hover, h5 a, h5 a:hover, h6 a, h6 a:hover {
    color: #666
}

p {
    margin: 2px 0 5px;
    padding: 0
}

a:active, a:focus, a:hover {
    text-decoration: none !important;
    outline: 0 !important
}

:focus {
    outline: 0 !important
}

::-moz-focus-inner {
    border: 0 !important
}

::selection {
    color: #fff
}

::-moz-selection {
    color: #fff
}

hr {
    margin: 20px 0;
    padding: 0;
    border-top: 0;
    border-bottom: 1px solid #eee
}

.form input, .form select, .form textarea, input, select, textarea {
    box-shadow: none !important
}

form {
    line-height: 20px !important
}

form label {
    font-weight: 400
}

dl dd, dl dt {
    font-size: 13px;
    line-height: 28px
}

.table td {
    padding: 15px 5px
}

.padd-5 {
    padding: 5px 8px
}

.padd-10 {
    padding: 10px 13px
}

.padd-15 {
    padding: 15px 18px
}

.bold {
    font-weight: 600
}

.para-big {
    font-size: 17px;
    line-height: 32px
}

.transition {
    -webkit-transition: background 1s ease;
    -moz-transition: background 1s ease;
    -o-transition: background 1s ease;
    -ms-transition: background 1s ease;
    transition: background 1s ease
}

.img-thumbnail {
    padding: 2px;
    background: #fff;
    border-radius: 3px;
    box-shadow: 0 0 0 rgba(0, 0, 0, .15)
}


.dropdown a:focus {
    color: #666
}

.dropdown-menu {
    box-shadow: 0 3px 15px rgba(0, 0, 0, .05);
    border-radius: 3px !important
}

.dropdown-menu li a {
    padding: 7px 12px
}

.dropdown-menu.dropdown-mini {
    min-width: 120px
}

.dropdown-menu.dropdown-mini li a {
    font-size: 12px;
    padding: 5px 10px
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    margin-top: 5px
}

.video-container iframe {
    width: 100%;
    height: 100%;
    border: 0;
    position: absolute;
    top: 0;
    left: 0
}

.well {
    line-height: 28px;
    border: 0;
    box-shadow: inset 0 0 1px rgba(0, 0, 0, .3);
    background: #fcfcfc
}


.list-1, .list-2, .list-3, .list-4, .list-5, .list-6, .list-7, .list-8, .list-9, .list-10 {
    list-style-type: none;
    padding-left: 20px
}

.list-1 li:before {
    content: "\f069";
    font-family: FontAwesome;
    float: left;
    margin-left: -20px
}

.list-2 li:before {
    content: "\f00c";
    font-family: FontAwesome;
    float: left;
    margin-left: -20px
}

.list-3 li:before {
    content: "\f046";
    font-family: FontAwesome;
    float: left;
    margin-left: -20px
}

.list-4 li:before {
    content: "\f067";
    font-family: FontAwesome;
    float: left;
    margin-left: -20px
}

.list-5 li:before {
    content: "\f005";
    font-family: FontAwesome;
    float: left;
    margin-left: -20px
}

.list-6 li:before {
    content: "\f101";
    font-family: FontAwesome;
    float: left;
    margin-left: -20px
}

.list-7 li:before {
    content: "\f0a4";
    font-family: FontAwesome;
    float: left;
    margin-left: -20px
}

.list-8 li:before {
    content: "\f0da";
    font-family: FontAwesome;
    float: left;
    margin-left: -20px
}

.list-9 li:before {
    content: "\f138";
    font-family: FontAwesome;
    float: left;
    margin-left: -20px
}


.list-10 li:before {
    content: "\f041";
    font-family: FontAwesome;
    float: left;
    margin-left: -20px
}



.rounded-1 {
    border-radius: 2px !important
}

.rounded-2 {
    border-radius: 4px !important
}

.rounded-3 {
    border-radius: 6px !important
}

.rounded-4 {
    border-radius: 10px !important
}

.rounded-5 {
    border-radius: 100% !important
}


.tab-content {
    padding-top: 10px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    margin-bottom: 20px;
    padding: 10px;
}

.brand-bg a i {
    display: inline-block;
    text-decoration: none;
    text-align: center;
    margin-right: 5px;
    color: #fff;
    font-size: 14px;
    -webkit-transition: background 2s ease;
    -moz-transition: background 2s ease;
    -o-transition: background 2s ease;
    -ms-transition: background 2s ease;
    transition: background 2s ease
}

.brand-bg a i:hover {
    -webkit-transition: background 2s ease;
    -moz-transition: background 2s ease;
    -o-transition: background 2s ease;
    -ms-transition: background 2s ease;
    transition: background 2s ease
}

.outer {
    /*background: #FEFEFE*/
}

.outer .container {
    width: 100%;
    /*max-width: 1150px*/
    /*background: #F7F7F7;*/
    padding: 0px 20px;
}

.top-bar {
    color: #999;
    padding: 6px 0;
    font-size: 13px;
    line-height: 25px;
    /*border-bottom: 1px solid #f5f5f5*/
}

.top-bar a {
    color: #6c6c6c;
    font-weight: 600;
    font-size: 11px;
}
.pos-relative{
    position: relative;
}
.top-bar .fa{
    font-size: 11px;
}
@media (max-width: 785px) {
    .top-bar .tb-contact {
        display: none
    }
}
.hide{
    display: none;
}
.top-bar .tb-search {
    position: relative;
    display: none
}

.top-bar .tb-search .b-dropdown-block {
    padding: 7px;
    border: 1px solid #ddd;
    width: 250px;
    position: absolute;
    background: #fff;
    top: 30px;
    left: 0;
    border-radius: 2px;
    box-shadow: 0 3px 3px rgba(0, 0, 0, .05);
    display: none;
    z-index: 10000
}

@media (max-width: 785px) {
    .top-bar .tb-search {
        display: block
    }
}

.top-bar .tb-social {
    margin-right: 0px
}

.top-bar .tb-social i {
    font-size: 13px;
    margin: 0;
}

@media (max-width: 785px) {
    .top-bar .tb-social {
        display: none
    }
}

.top-bar .tb-shopping-cart {
    position: relative;
    margin-left: 15px
}

.top-bar .tb-shopping-cart i {
    font-size: 14px
}

.top-bar .tb-language {
    margin-left: 10px;
    z-index:1500;
}

.top-bar .tb-language a {
    color: #888
}

.top-bar .tb-language a:hover {
    color: #666
}

.bannercontainer {
    width: 100%;
    position: relative;
    padding: 0;
    z-index: 9
}

.banner {
    width: 100%;
    position: relative
}

.banner ul {
    display: none;
    list-style-type: none;
    padding: 0;
    margin: 0
}

.icon-box-1 {
    margin: 0px 0 20px 0;
}

.icon-box-1 .icon-box-1-item {
    width: 100%;
    /*max-width: 280px;*/
    margin: 10px auto
}

.main-container{
    margin-top: 15px;
}
.sidebar {
    /* max-width: 350px; */
    /*background-color: #fff;*/
    /*padding: 0px 15px 0px 15px;*/
}

.sidebar .s-widget {
    margin-bottom: 20px;
    padding: 20px 20px;
    background: #fff !important;
}
.sidebar .s-widget li{
    padding: 0;
}
.sidebar .s-widget h5 {
    font-size: 20px;
    color: #323232;
    font-weight: 600;
    margin-bottom: 22px;
}

.sidebar .widget-content {
    margin: 0px 0 10px
}

.sidebar .widget-content.search {
}

.sidebar .widget-content.categories ul li:before {
    color: #555
}

.sidebar .widget-content.categories ul li {
    padding-left: 5px;
    margin: 5px 0
}

.sidebar .widget-content.categories ul li a {
    color: #333;
}

.sidebar .widget-content.brand-bg {
    max-width: 300px
}

.sidebar .widget-content.brand-bg a {
    margin-bottom: 5px;
    display: inline-block
}

.sidebar .widget-content.gallery img {
    max-width: 90px;
    margin-bottom: 5px
}

.sidebar .widget-content.tabs ul {
    padding: 0;
    margin: 0;
    list-style-type: none
}

.sidebar .widget-content.tabs .tab-pane ul li {
    margin: 7px 0
}

.sidebar .widget-content.tabs .tab-pane ul li img {
    max-width: 60px;
    float: left;
    margin-right: 10px;
    margin-top: 3px
}

.sidebar .widget-content.tabs .tab-pane ul li span {
    color: #555
}

.all-news-content{
    background: #FFF;
}
.page-title{
    padding-top: 0px;
    padding-bottom: 15px;
    color: #004466;
}
.login-reg-form form {
    /*max-width: 400px*/
}

@media (max-width: 991px) {
    .login-reg-form {
        max-width: 500px
    }
}
.page-content-panel,.page-sidebar{
    padding: 20px;
}

@media (max-width: 767px) {
    .nav-tabs.nav-justified li a {
        margin-bottom: 0
    }
}

.totop {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 104400;
    display: none
}

.totop a i {
    display: block;
    width: 48px;
    height: 48px;
    line-height: 44px;
    text-align: center;
    font-size: 20px;
    border-radius: 50%;
}

.totop a, .totop a:visited {
    color: #fff
}

.totop a:hover {
    color: #fff;
    text-decoration: none
}

.foot {
    padding-top: 70px;
    padding-bottom: 0;
    background: #070F2B;
    margin-top: 25px;
}

.foot .foot-item {
    margin: 15px auto;
    max-width: 500px;
    font-size: 15px;
}

@media (max-width: 991px) {
    .foot .foot-item {
        margin-bottom: 35px
    }
}

.foot .foot-item h5 {
    color: #ccc;
    font-size: 18px;
    line-height: 0;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

.foot .foot-item p {
    margin: 0;
    color: #BBB;
}

.foot .foot-item a {
    color: #bbb
}

.foot .foot-item a:hover {
    color: #ccc
}

.foot .foot-item .brand-bg {
    margin: 10px 0 20px
}

.foot .foot-item .subscribe-box {
    margin-top: 20px
}

.foot .foot-item .subscribe-box .input-group {
    max-width: 250px;
    margin-top: 20px
}

.foot .foot-item ul li {
    border-bottom: 1px solid rgba(255, 255, 255, .05);
    padding: 5px 0;
    color:#BBB;
}

.foot .foot-item ul li:last-child {
    border-bottom: 0
}

.foot .foot-item .foot-recent-img a img {
    max-width: 75px;
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 10px
}

.foot .foot-item .foot-recent-img a img.img-thumbnail {
    padding: 1px;
    border-radius: 2px
}

.foot .foot-item .address h6 {
    color: #ccc;
    font-size: 13px
}

.foot .foot-item .address h6 i {
    font-size: 14px
}

.foot .foot-item .address p i {
    font-size: 14px;
    margin-right: 8px;
    color: #ccc
}

.foot .foot-item .address p.add {
    margin-left: 20px
}

.foot .foot-item .address p.tel {
    line-height: 35px
}

.foot h5 {
    color: #EC3A56 !important;
    padding-bottom: 5px;
    margin-bottom: 15px;
    border-bottom: 1px rgba(255,255,255,0.2) solid;
}

footer {
    padding: 15px 10px 4px;
    border-top: 1px solid rgba(255, 255, 255, .05);
    font-size: 12px;
    background: #070F2B;
    color: #ccc
}

footer a {
    color: #ccc
}

footer a:hover {
    color: #aaa
}

@media (max-width: 767px) {
    footer .pull-left, footer .pull-right {
        float: none !important;
        text-align: center
    }
}

.ui-designs img {
    margin: 15px auto;
    max-width: 350px;
    width: 100%;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, .1)
}
.blog-one-item h3 a{
    color: #333;
}
.blog-one-img img{
    width: 100%;
}
@media (max-width: 767px) {    
    .first-img{
    border-bottom: 1px solid #fff;
    }
}
.content-panel{
    /*background-color: #fff;*/
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
}
.sub-head-link-date {
    font-size: 12px;
    line-height: 17px;
    margin-left: 115px;
}
#fb-root {
  display: none;
}

/* To fill the container and nothing else */
.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
  width: 100% !important;
}
.banner-block .container{
    padding-left: 0;
}
.menu .container{
    padding-left: 0px;
    padding-right: 0px;
}
.sidebar-container{
    padding-right: 0;
}
.category-box-card{
    padding-left: 0;
}
.caption .label-danger{
    background-color: #F6214B;
}
.sidebar .s-widget .hot-properties li {
    margin-bottom: 10px;
    border-bottom-color: #f0f3f5;
    border-bottom: 1px solid #f0f3f5;
    padding-bottom: 5px;
}
.dropdown-menu > li.active > a{
    background-color: none !important;
}
.modal-header{
    background-color: #7CB342;
}
.modal-header h4{    
    color: #fff !important;
}
.s-widget .hot-properties li{
    margin-bottom:10px;
}
.s-widget .hot-properties li img {
    float: left;
    width: 100px;
    object-fit: cover;
    height: 66px;
}
.s-widget .hot-properties li h4{
    font-size:14px;
    line-height:17px;
    margin-left:90px;
}
.sub-head{
    font-size:14px;
    line-height:17px;
    margin-left:115px;
    margin-bottom: 12px;
}
.sub-head a{
    color: #000;
    font-weight: 600;
    line-height: 1.33;
    font-size: 16px;
}

.s-widget .hot-properties li .price{
    margin-left:115px;
    display:block;
    color:#999;
    line-height: 1.3;
}
.external-iframe{
    border:0;
    width: 100%;
    height: 400px;
}
.modal-dialog-external {
  width: 90%;
  height: 90%;
  margin: 0 auto;
  padding: 0;
}

.modal-content-external {
  height: auto;
  min-height: 90%;
  border-radius: 0;
}

.modal-dialog-external .modal-header{
    background-color: #aaa;
}
.btn-red{
    background-color: #F6214B !important;
}
.second-img .caption .title-h3 {
    font-size: 12px;
    font-weight: normal;
    line-height: 1.5;
}
.first-img .caption .title-h3 a {
    font-size: 18px;
}
.counter-item .h6{
    font-weight: bold;
}
.marquee-body{
    overflow: hidden;
    height: 39px;
}
    .banner{
        margin: 0;
        padding: 0;
    }
    .banner img{
        width: 100% !important;
        object-fit: cover;
        height: 350px;
    }
    .banner .col-md-6{
        /*padding: 0;*/
    }
    .banner .image-link::after {
      background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.42) 50%, rgba(0, 0, 0, 0.88) 100%) repeat scroll 0 0;
      bottom: 0;
      content: "";
      height: 80%;
      opacity: 0.92;
      position: absolute;
      transition: all 0.3s ease-in 0s;
      width: 100%;
      will-change: opacity;
    }
    .first-img{
        width: 49:50% !important;
        overflow: hidden;
        border-right: 1px solid #fff;
    }
    .other-img{
      height: 175px;
      overflow: hidden;
    }
    .other-img-2{
        border-right: 1px solid #fff;
        border-bottom: 1px solid #fff;
    }
    .other-img-3{
        border-bottom: 1px solid #fff;
    }
    .other-img-4{
        border-right: 1px solid #fff;
    }
    .first-img .caption {
      bottom: 20px;
      padding-left: 25px;
      margin-right: 15px;
      position: absolute;
    }
    .first-img .caption h3{
        font-size: 22px;
        font-weight: normal !important;
        line-height: 30px;
    }
    .first-img .caption a{
        color: #fff;
        transition: all 0.3s ease-in 0s;
        opacity: 0.92;
    }
    .first-img .caption:hover a{
        opacity: 1;
    }

    .second-img .caption {
      bottom: 12px;
      padding-left: 15px;
      margin-right: 30px;
      position: absolute;
    }
    .second-img .caption h3{
        font-size: 17px;
        font-weight: normal;
        line-height: 22px;
    }
    .second-img .caption a{
        color: #fff;
    }
    .other-img .label-danger{
        opacity: 0;
        transition: all 0.3s ease-out 0s;
    }
    .other-img:hover .label-danger{
        opacity: 1;
    }
    .first-img .the-date{
        color: #BBB;
        font-weight: bold;
    }
    .other-img time{
        font-size: 10px;
        color: #BBB;
        font-weight: bold;
    }
    @media (max-width: 767px) {
        .first-img{
            border-right: none !important;
            width: 100% !important;
        }
        .other-img{
        }
    }
    @media (max-width: 600px) {
        .first-img{
        }
        .other-img{
        }
    }

    @media (max-width: 480px) {
        .first-img{
        }
        .other-img{
        }
    }

#plain-search{
    position: relative;
}

#plain-search input {
    width: 100%;
    height: 43px;
    border-radius: 2px;
    font-size: 15px;
    color: #a8a8a8;
    padding-left: 20px;
    border: 1px solid #e1e1e1;
}
#plain-search button {
    font-size: 15px;
    color: #323232;
    background: transparent;
    border: none;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    padding: 0 15px;
}
.category-block {
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
    /* padding: 20px 25px; */
    border-radius: 3px;
    background: #FFFFFF;
}
.category-block .header {
    text-align: center;
    margin-bottom: 0px !important;
    border-bottom: 1px rgba(0,0,0,0.05) solid;
    text-align: center;
    padding: 19px 25px 4px 25px;
    border-radius: 3px 3px 0 0;
    /*background: #fff;*/
    /* background-image: url(../img/bg2.png); */
}
.category-block .header i {
    margin-right: 6px;
    color: #fff;
    font-size: 13px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    margin-bottom: 6px;
    border-radius: 40px;
}
.category-block .header h4 {
    font-size: 18px;
    font-weight: 400;
    margin-top: 5px;
    text-transform: capitalize;
}
.category-block .category-list {
    padding: 0px 12px 10px 17px;
    min-height: 202px;
}
.category-block .category-list li {
    display: block;
    font-size: 14px;
    border-bottom: 1px solid #F4F7F9;
    padding: 5px 0;
}
.category-block .category-list li a {
    display: block;
    color: #333;
    font-size: 14px;
}
.category-block .category-list li a span {
    float: right;
    font-size: 14px;
    border-radius: 10px;
    padding: 3px 8px;
    color: #333;
}
.category-block .header .icon-bg-2 {
    background: #a676b8;
    box-shadow: 0 0 0px 4px rgba(166, 118, 184, 0.35);
}
.category-block .header .icon-bg-3 {
    background: #fe7e17;
    box-shadow: 0 0 0px 4px rgba(254, 126, 23, 0.35);
}
.category-block .header .icon-bg-4 {
    background: #EC3A56;
    box-shadow: 0 0 0px 4px rgba(236, 58, 86, 0.35);
}
.category-block .header .icon-bg-5 {
    background: #1DBFFF;
    box-shadow: 0 0 0px 4px rgba(29, 191, 255, 0.35);
}
.category-block .header .icon-bg-6 {
    background: #02d3a4;
    box-shadow: 0 0 0px 4px rgba(2, 211, 164, 0.35);
}
.category-block .header .icon-bg-7 {
    background: #bc02d3;
    box-shadow: 0 0 0px 4px rgba(188, 2, 211, 0.35);
}
.top-bar {
  padding: 0;
}
.top-bar .row{
  padding: 0px 0;
}
.top-bar .holder{
  padding-left: 8px;
  padding-right: 8px;
}
.header{
  /*background-color: #F3F3F3;*/
}
.img-responsive{
    width: 100%;
}
.header .main-header {
  margin:0;
  padding: 20px 0;
}
.header .main-header .logo-panel {
    padding: 15px 0 0 20px;
}
.clearfix{
  clear: both;
}
.bred{
  background: #eee;
  padding: 5px 10px;
}
.bred > ul {
  list-style: outside none none;
  padding: 0;
}
.bred ul li{
  float: left;
  margin-right: 10px;
}

.ad-block-top{
  padding: 0;
}
.ad-block-top img{
  width: 100%;
}
.news-block-title{
  border: 1px 0 solid #222;
}
.main-news-title a{
    color: #333;
}
.main-news-title {
    color: #333;
    font-weight: 600;
    line-height: 1.33;
    font-size: 16px;
    border-bottom: 1px solid #eee;
    margin-top: 15px;
}
.main-news-big-title {
  border-left: 2px solid #e54e53;
  font-size: 24px;
  line-height: 23px;
  margin-top: 15px;
  padding: 0 0 0 6px;
}
.main-news-meta {
  background: #F6214B none repeat scroll 0 0;
  color: #000;
  font-size: 11px;
  line-height: 25px;
  margin-top: -12px;
  overflow: hidden;
  padding-left: 14px;
  position: relative;
  text-transform: uppercase;
}
.main-news-meta a{
  color: #fff;
  font-weight: bold;
}
.main-news-image{
  width: 100%;
}
.news-lists{
  list-style: none;
  padding: 0;
}
.v-separator{
  border-left: 1px solid #d9d9d9;
}
.news-lists .news-content{
  float: left;
}
.news-lists .list-unstyled {
  position: relative;
  height: 350px;
}
hr, hr.separator {
  /*background: #d9d9d9 none repeat scroll 0 0;*/
  height: 1px;
  margin: 10px 0;
  border:0 none;
}
/****** Nav bar ***********/
.navbar-default {
  background-color: #ca391e;
  border-color: #b72b09;
}
.navbar-default .navbar-brand {
  color: #ecf0f1;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #ecdbff;
}
.navbar-default .navbar-text {
  color: #ecf0f1;
}
.navbar-default .navbar-nav > li > a {
  color: #ecf0f1;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #ecdbff;
}
.navbar-default .navbar-nav > li > .dropdown-menu {
  background-color: #ca391e;
}
.navbar-default .navbar-nav > li > .dropdown-menu > li > a {
  color: #ecf0f1;
}
.navbar-default .navbar-nav > li > .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav > li > .dropdown-menu > li > a:focus {
  color: #ecdbff;
  background-color: #b72b09;
}
.navbar-default .navbar-nav > li > .dropdown-menu > li > .divider {
  background-color: #ca391e;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #ecdbff;
  background-color: #b72b09;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  color: #ecdbff;
  background-color: #b72b09;
}
.navbar-default .navbar-toggle {
  border-color: #b72b09;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #b72b09;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #ecf0f1;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #ecf0f1;
}
.navbar-default .navbar-link {
  color: #ecf0f1;
}
.navbar-default .navbar-link:hover {
  color: #ecdbff;
}
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
}
.submenu{
    background-color: #ca391e;
}
.submenu a{
  color: #ecdbff !important;
}
.submenu a:hover{
    background-color: #B72B09 !important;
}
.caret-right {
    border-bottom: 4px solid transparent;
    border-top: 4px solid transparent;
    border-left: 4px solid;
    display: inline-block;
    height: 0;
    opacity: 1;
    vertical-align: middle;
    width: 0;
    color: #fff;
    margin-left: 5px;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #ecf0f1;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ecdbff;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ecdbff;
    background-color: #b72b09;
  }
}

.navbar{
  margin-bottom: 0;
}



/***** nav bar end ************/
.header-separator{
  clear: both;
  margin-bottom: 1px;

}
.view-all-category-top {
  float: right;
  position: relative;
  top: 0px;
}
.view-all-category-top a{
  font-size: 12px;
  color: #FFAA55;
}
.view-all-category-top a:hover{
  color: #32C8DE;
  text-decoration: underline !important;
}
.news-by-main{
  position: relative;
  float: left;
}
.news-by-marquee{
  position: relative;
  float: left;
  margin-left: 10px;
}
.news-by-marquee > .news-by-title{
  position: relative;
  float: left;
}
.news-by-marquee > .news-by-body{
  position: relative;
  float: left;  
}
.news-by-body a{
    color: #FFF;
    font-size: 12px;
}
.stButton .stFb, .stButton .stTwbutton, .stButton .stMainServices{ height: 23px; } .stButton .stButton_gradient{ height: 23px; }
.fb-comments, .fb-comments iframe[style] {width: 100% !important;}
.list-news{
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
}
.news-by{
  position: relative;
  float: left;
  margin-right: 10px;
}
.news-by > .news-by-title{
  position: relative;
  float: left;
  margin-right: 5px;
}

.main-news-meta .news-by > .news-by-title{
  color: #000 !important;
}

.news-by > .news-by-body{
  position: relative;
  float: left;  
}


.excerpt > p{
  line-height: 20px;
}
.excerpt > .detail{
  line-height: 25px;
  margin: 10px 0;
}
.excerpt img{
    width:  100%;
    height: auto !important;
}
.excerpt table{
    border: 1px;
    width: 100%;
    border-collapse: collapse;
}
.excerpt table td{
    border: 1px;
}
#newsletter-form .btn{
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
#cookiescript-popup{
  background-color: #111111;
  border-radius: 5px;
  bottom: 20px;
  box-shadow: 0 0 8px #000000;
  color: #ffffff;
  font-family: Arial,sans-serif;
  font-size: 13px;
  font-weight: normal;
  right: 20px;
  line-height: 20px;
  opacity: 1;
  padding: 15px;
  position: fixed;
  text-align: left;
  width: 300px;
  z-index: 999999;

}
#cookiescript-wrapper{
  margin: 0px 10px;
  font-size: 13px;
  font-weight: normal;
  text-align: center;
  color: rgb(255, 255, 255);
  font-family: Arial,sans-serif;
  line-height: 23px;
  letter-spacing: normal;

}

#details-map img { max-width: none; }
.stButton .stFb, .stButton .stTwbutton, .stButton .stMainServices{
    height: 23px;
}
.stButton .stButton_gradient{
    height: 23px;
}
/* Your CSS codes here */

.category-box.col-md-3 {
    margin-left: 27px !important;
}
.category-box.first {
    margin-left: 0 !important;
}
.category-box {
    border: 1px solid #e1e1e1;
    float: left;
    height: 245px;
    margin-bottom: 50px;
    position: relative;
}
.category-header {
    background-color: #ffffff;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    float: left;
    width: 100%;
}
.category-content {
    float: left;
    width: 100%;
}
.category-content ul {
    padding-left: 0;
}
.category-icon {
    left: 50%;
    margin-left: -22px;
    position: absolute;
    top: -20px;
}
.cat-title a {
    float: left;
    width: 100%;
}
.cat-title h4 {
    font-weight: 700;
    letter-spacing: 0;
    line-height: 20px !important;
    margin: 40px 0 0;
    text-align: center;
    text-transform: uppercase;
    width: auto;
}
.category-total {
    float: right;
    margin-right: 10px;
}
.category-total h4 {
    color: #999999;
    letter-spacing: 0;
    line-height: 65px !important;
    margin: 0;
}
.category-content li {
    float: left;
    font-size: 14px !important;
    line-height: 16px !important;
    list-style: outside none none;
    margin-top: 12px;
    text-align: center;
    width: 100%;
}
.category-content li a, .category-content li span {
    font-size: 14px !important;
    line-height: 16px !important;
}
.category-content li a {
    margin-left: 10px;
}
.category-content li span {
    color: #999999;
    margin-right: 10px;
}


.category-item {
    border: 1px solid #e1e1e1;
    float: left;
    height: 245px;
    margin-bottom: 50px;
    position: relative;
    padding: 3px;
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.16);    
}
.category-item ul{
    padding: 0;
}
.category-item li {
    float: left !important;
    font-size: 14px !important;
    line-height: 16px !important;
    list-style: outside none none;
    margin-top: 7px;
    text-align: center;
    width: 100%;
}
.category-item li a, .category-item li span {
    font-size: 14px !important;
    line-height: 16px !important;
}
.category-item li a {
    margin-left: 10px;
}
.category-item li span {
    color: #999999;
    margin-right: 10px;
}

.hot-tag{
    border: 0 none;
    border-radius: 50%;
    behavior: url(PIE.htc);
    color: #fff;
    display: inline-block;
    font-size: 16px;
    height: 30px;
    width: 30px;
    line-height: 23px;
    position: absolute;
    right: 2px;
    text-align: center;
    top: -185px;
    z-index: 20;
    background-color: #ffffff;
    border: 3px solid #BADA55;
}
.hot-tag i{
    color: #ff7430
}

.info-title{
    padding-left: 0;
    text-align: right;
}
.info-data{
    padding-left: 0;
    text-align: left;
}
.info-price{
    font-weight: bold;
    font-size: 15px;
}
.signup{
    color: #358;
}
.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"]{
    position: relative !important;
    margin-left:0 !important;
}
.form-error{
    margin: 0;
    padding: 4px 9px;
}
.featured-img{
    background: none repeat scroll 0 0 #aaa;
    height: 200px;
    width: 265px;
}
.featured-img .upload-button{
    background: none repeat scroll 0 0 #222;
    color: #fff;
    cursor: pointer;
    font-weight: bold;
    height: 37px;
    opacity: 0.7;
    padding-top: 8px;
    position: absolute;
    text-align: center;
    top: 162px;
    width: 265px;
    z-index: 5;
}
.featured-img img{
    float: left;
    left: 0;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 0;
}
.tag-input{
    height: 100px !important;
}
.divider {
    height: 60px;
    width: 100%;
}

.img-box-4 .img-box-4-content{
    border-bottom: 3px solid #59ABE3;
}
.category-bor{
    height: 3px;
    margin: 12px auto 8px;
    width: 55px;
    background-color: #ed5441;
}
.item-title{
    font-size: 16px;
    line-height: 1.8;
}
.list-switcher{
    font-size: 14px;
    position: relative;
    top: 12px;
}
.list-switcher .selected{
    color:red;
}

.featured-list-switcher{
    font-size: 14px;
}
.featured-list-switcher .selected{
    color:red;
}

.content-pane{
    background: none repeat scroll 0 0 #fff;
    /*float: left;*/

    margin-top: 4px;
    overflow: auto;
    padding: 0;
    width: 100%;
    height: 450px;
}


.clearFix:after {
    clear: both;
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
}
.clearFix {
    display: inline-block;
}
.contact-input{
    margin: 3px 5px 0 0 !important;
}

.detail-slier img{
    width: auto;
    /*height: 550px !important;*/
    max-height: 550px;
}
.agent-holder{
  border-bottom: 1px solid #eee;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.login-reg-form{
    margin-bottom: 0px;
    padding-top: 20px;
    padding-left: 20px;
}
.checkbox label{
    padding-left: 0px;
}
.radio label{
    padding-left: 0px;
}
.contact-captcha span{
    float:left;margin-top:7px
}
.contact-captcha input{
    width:60px;float:left;margin-left:10px;
}
@media (max-width:982px){
    .main-container{
        width: 100%;
    }
}
@media (min-width:1000px) and (max-width:1200px) {
    .hot-tag{
        top:-150px !important;
    }
}
.info-subtitle{
    border-bottom: 1px solid #ccc;
}
.tags a{
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
}
.share-links{
    margin-top: 20px;min-height: 36px;padding-bottom: 20px; text-align: center;
}
.ajax-loading{
    width: 100%;
    text-align: center;
    display: none;
}
.ajax-loading img{
    width:25px !important;
}

.min-height-default{
    min-height:400px;
}

.max-width-maximum{
    max-width: 100%;
}

.agent-form-question{
    float:left;margin-top:7px;
}
.agent-form-answer-input{
    width:60px;float:left;margin-left:10px;
}

.clear-top-margin{
    clear:both;margin-top:10px;
}

.bold-font{
    font-weight:bold
}

.bank-transfer-ins{
    border-bottom:1px solid #aaa;font-weight:bold;font-size:14px;padding:0 0 5px 5px;
}

.gallery-img-list{
    margin:10px 10px 0 0;overflow:hidden;
}

.gallery-img-list img{
    height: 100%;
}
.gallery-upload-instruction{
    font-size:14px;font-style: italic;
}

.multiple-uploads{
    list-style: none;
    margin:0;
    padding: 0px;
}
.multiple-uploads li{
    width: 100px;
    height: 100px;
    float: left;
    margin-right: 10px;
    margin-top: 10px;
    cursor: move;
}
.multiple-uploads .add-image{
    border: 3px dashed #aaa;
    height: 100px;
    padding-top: 10%;
    text-align: center;
    width: 100px;
    cursor: pointer !important;
    font-size: 65px;
    color: #aaa;
}
.multiple-uploads .add-image:hover{
    border: 3px dashed #78a;
    color: #78a;
}

.multiple-uploads .remove-image{
    color: red;
    cursor: pointer;
    float: right;
    font-size: 17px;
    font-weight: bold;
    left: -6px;
    position: relative;
    top: -102px;
    width: 10px;
}

.progress-bar-span{
    display: block;height: 22px;margin: 2px;padding: 2px;
}

.page-sidebar{
    min-height:300px;
}
.featured-badge{
    position: absolute;
    right: 2px;
    text-align: center;
    top: -185px;
    z-index: 20;
}
.hot-tag-list {
    float: right;
    position: absolute;
    right: 7px;
    top: 12px;
    background-color: #ffffff;
    border: 3px solid #bada55;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    height: 30px;
    line-height: 23px;
    text-align: center;
    width: 30px;
    z-index: 20;
}
.hot-tag-list i{
    color: #ff7430;
}
.navy > ul > .open > ul{
    display: block !important;
}

@media (max-width:480px){
    #imageGallery{
        heihgt: auto !important;
    }

    .category-icon-counter i {
        border: 1px solid #ddd;
        border-radius: 50%;
        float: left;
        font-size: 25px;
        height: 50px;
        line-height: 51px;
        text-align: center;
        width: 50px;
    }
    .contact-text .col-md-3{
        border-right: none !important;
    }
}
#imageGallery img{
    min-height: 200px;
}

#mce_45{
    border-width:0 1px 0 0 !important;
}
.contact-text{
    margin-top: 20px;
    padding: 0 20px;
    border: 1px solid #ccc;
}
.contact-text .col-md-3{
    border-right: 1px solid #ccc;
}
.contact-text .row{
    border-bottom: 1px solid #ccc;
}
.contact-text .row:last-child{
    border-bottom: none;
}
.members .col-md-2{
    padding-left: 0;
}
.members .row{
    border-bottom: 1px solid #ccc; 
    padding-bottom: 10px;
    margin: 0 15px 10px 15px;   
}
.members .row:last-child{
    border-bottom: none;    
}
.send-email-title{
    margin-top: 20px;
    margin-bottom: 10px;
}

.page-body-widget-main-img{
    max-height: 250px;
    overflow: hidden;
}
@media (max-width: 1024px) {
  .header .main-header .logo-panel{
    text-align: center;
  }
}
@media (max-width: 768px) {
  .main-news{
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #ecf0f1;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ecdbff;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ecdbff;
    background-color: #228897;
  }
}

@media (min-width: 768px) {
  .menu .container-fluid{
    padding-left: 0;
    padding-right: 0;
  }
  #site-menu{
     padding-left: 0;
    padding-right: 0; 
  }
}

#owl-demo{
  display: none;
}
.owl-theme{
  display: block !important;
}

#owl-demo .item{
}
#owl-demo .item img {
  display: block;
  height: auto;
  width: 100%;
}

.item h2 {
font-size: 14px;
font-weight: lighter;
line-height: 1.2;
margin: 0 10px;
padding: 5px 10px;
text-align: center;
/* text-align: center; */
}
.item h2 a{
    font-weight: 600;
    line-height: 1.33;
    font-size: 12px;
    color:#fff;
}
.item .info-wrapper {
  background: #F63 none repeat scroll 0 0;
  opacity: .85;
  bottom: -5px;
  height: 80px;
  overflow: hidden;
  padding-bottom: 15px;
  position: relative;
  font-weight: bold;
}
.item .source{
    margin-left: 20px;
}
.item .img-wrapper{
    height: 128px !important;
    overflow: hidden;
    background: #DDD;
}
.item .source-label {
  position: absolute;
  top: 8px;
  background: #000;
  opacity: .85;
  border-radius: 4px;
  padding:0 10px;
}
.item .source-label a{
  color: #fff;
}
img.lazy{
  min-width: 380px;
  max-height: 300px;
}
img.lazy-thumb{
  min-width: 80px;
}
.widget-content-body{
  background: #fff;
  padding: 15px;
}
.header .container{
    background: #FFFFFF;
}
.top-bar .social-icons {
    float: right;
    height: 14px;
    list-style: none;
}
.social-icons li {
    float: left;
    margin-right: 7px;
}
.top-bar .social-icons li {
    margin: 0;
}
.top-bar .social-icons .icon {
    width: 30px;
    line-height: 31px;
    border-left: 1px solid #e6e6e6;
}
.social-icons .icon {
    width: 24px;
    line-height: 24px;
    text-align: center;
    display: inline-block;
    font-size: 14px;
    color: #6c6c6c;
}
.visuallyhidden, .screen-reader-text {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.counter-four .counter-item {
    margin: 10px auto;
}
.counter-wrapper {
    background: #fff;
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
    padding: 11px 0 7px 17px;
}
.counter-four i {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 20px;
    text-align: center;
    border-radius: 50%;
    float: left;
    border: 1px solid #ddd;
    color: #fff;
}
.icon-border-bg-1 {
    background: #ccdb38;
    box-shadow: 0 0 0px 4px rgba(204, 219, 56, 0.35);
}
.icon-border-bg-2 {
    background: #a676b8;
    box-shadow: 0 0 0px 4px rgba(166, 118, 184, 0.35);
}
.icon-border-bg-3 {
    background: #fe7e17;
    box-shadow: 0 0 0px 4px rgba(254, 126, 23, 0.35);
}
.icon-border-bg-4 {
    background: #EC3A56;
    box-shadow: 0 0 0px 4px rgba(236, 58, 86, 0.35);
}
.icon-border-bg-5 {
    background: #1DBFFF;
    box-shadow: 0 0 0px 4px rgba(29, 191, 255, 0.35);
}
.icon-border-bg-6 {
    background: #02d3a4;
    box-shadow: 0 0 0px 4px rgba(2, 211, 164, 0.35);
}
.icon-border-bg-7 {
    background: #bc02d3;
    box-shadow: 0 0 0px 4px rgba(188, 2, 211, 0.35);
}
.icon-border-bg-8 {
    background: #025fd3;
    box-shadow: 0 0 0px 4px rgba(2, 95, 211, 0.35);
}
.counter-four h6 {
    position: relative;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 32px;
    padding-left: 70px;
    font-weight: normal;
}
.counter-four h4 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 400;
}
.counter-four h4 {
    position: relative;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 24px;
    line-height: 32px;
    padding-left: 70px;
    font-weight: 400;
}
.see_all_sub_cat_li{
    text-align: center;
}
.grid-box{
    margin: 0 -8px;
}
.grid-box .grid-col {
    padding: 0 8px;
}
.form-block {
    padding: 40px;
    background: #fff;
    -webkit-box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.1);
    ! box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.1);
}
.contact__widget__address h5, .contact__widget__time h5 {
    color: #323232;
    font-weight: 400;
    margin-bottom: 18px;
    font-size: 24px;
}
.contact__widget__address ul li, .contact__widget__time ul li {
    list-style: none;
    font-size: 15px;
    color: #323232;
    line-height: 34px;
}
.contact__widget__address ul{
    padding: 0;
}
.footer ul li {
    color: #CCC !important;
}
#cookiescript-pixel{    
    width: 1px; height: 1px; float: left;
}
.logo-panel img{
    height:75px;
}
.fb-iframe{
    border:none; overflow:hidden; height:218px;
}
.logo-text{
    font-size: 40px;
}
.all_sub_category{
    list-style: none;
    margin-left: 0;
    padding-left:10px;
}
.body-list-news .news-by-body a{
    color: #007bff;
}
.block-heading-two {
    /*background-color: #04091E;*/
}

.block-heading-two h3 {
    font-size: 18px;
    line-height: 36px;
    font-weight: 600;
    padding: 0 10px 6px 0;
    border-bottom: 1px solid #eee
}

.block-heading-two .body-widget-title {
    font-size: 13px;
    line-height: 30px;
    font-weight: 600;
    padding: 0px 12px 7px 0;
    margin-bottom: 0px;
    border-bottom: 1px solid #eee;
    text-transform: capitalize;
}

.block-heading-two .body-widget-title span {
    padding-bottom: 11px;
    padding-left: 10px;
    font-size: 20px;
    color: #891652;
    font-weight: 600;
    margin-bottom: 22px;
}


.block-heading-two h3 span {
    padding-bottom: 11px;
    padding-left: 10px;
    text-transform: capitalize;
    padding-top: 10px;
    color: #fff;
    font-size: 14px;
}
.btn-red{
    background-color: #F6214B !important;
}
.btn.btn-red {
    color: #fff;
    background: #ed5441;
    border: 1px solid #e52d16
}

.btn.btn-red.active, .btn.btn-red:active, .btn.btn-red:focus, .btn.btn-red:hover {
    color: #fff;
    background: #e52d16
}
.circle-3 {
    display: inline-block;
    height: 35px;
    width: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 100%
}
.other-img .label-danger {
    opacity: 0;
    transition: all 0.3s ease-out 0s;
}
.caption .label-danger {
    background-color: #F6214B;
}
.label {
    border-radius: 2px;
    font-weight: 400;
    padding: 3px 7px;
    font-size: 12px;
    line-height: 18px;
}
.btn.btn-blue {
    color: #fff;
    background: #609cec;
    border: 1px solid #3280e7;
}
.blog-meta {
    margin: 0px 0;
    padding: 0 10px 0 0;
    border-top: 1px solid #f7f7f7;
    border-bottom: 1px solid #f7f7f7;
    background: #fcfcfc;
}
.blog-meta a {
    color: #888;
    font-size: 12px;
}
.blog-one .blog-one-item {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}
.blog-one-item h3 {
    font-size: 18px;
    line-height: 28px;
}
@media only screen and (max-width: 576px) {

    .second-img .caption {
        margin-left: 15px;
    }
    .other-img-4{
        border-bottom: 1px solid #fff;
    }
    .sidebar-container {
        padding-left: 0;
    }  
    .all-news-content{
        margin-bottom: 15px;
    }  
}

.shadoweffect {
    position: absolute;
    top: 0;
    /* opacity: 0; */
    left: 0px;
    right: 0;
    bottom: 0;
    /* background: -moz-linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.1) 30%); */
    /* background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.1) 30%); */
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.42) 50%, rgba(0, 0, 0, 0.88) 100%) repeat scroll 0 0;
    /* filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#00000000', GradientType=1); */
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    /* transform: scale(1); */
    transform-origin: 0 0;
    filter: alpha(opacity=100);
    opacity: 1;
}
.shadow-desc {
    position: absolute;
    bottom: 0;
    padding: calc(12px + 1.4%);
}
.banner .first-img .shadoweffect{
    left: 15px;
}
.mCSB_inside > .mCSB_container{
    margin-right: 10px !important;
}
.owl-controls{
    display: none;
}