@import url('https://fonts.googleapis.com/css?family=Ubuntu:300,400,500,700');
body {
    background: #efefef;
    font-family: 'Noto Sans',sans-serif;
    font-size: 18px;
    line-height: 1.6;
    color: #333
}

@media (max-width: 800px) {
    body {
        font-size: 16px;
        line-height: 1.4;
    }
}

img {
    max-width: 100%;
    width: auto;
    height: auto
}


a {
    color: #34495e;
    text-decoration: none
}

a:hover,
a:focus,
a:active {
    text-decoration: none;
    color: #a81014
}

strong {
    font-weight: bold;
}

*:hover,
*:focus,
*:active,
*:focus:active,
a:hover,
a:focus,
a:active,
a:focus:active {
    outline: 0px none !important
}

a:hover,
a:focus,
a:active,
a:focus:active {
    text-decoration: none
}
ul {
    list-style: none;
    margin: 0;
    padding: 0
}

ul li {
    list-style: none
}

input,
textarea,
input {
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px
}

::-moz-selection {
    color: #fff;
    background: #ec3237
}

::-webkit-selection {
    color: #fff;
    background: #ec3237
}

::selection {
    color: #fff;
    background: #ec3237
}

.padding {
    padding-top: 0px;
    padding-bottom: 30px
}

@media (max-width: 800px) {
    .padding {
        padding-top: 15px;
        padding-bottom: 15px
    }
}

.row-equal-height {
    display: table;
    width: 100%
}

@media (max-width: 800px) {
    .row-equal-height {
        display: block
    }
}

.row-equal-height>[class^="col-"] {
    display: table-cell;
    float: none
}

@media (max-width: 480px) {
    .sec_navi li a {
        white-space: nowrap;
    }
    .borde-sec .text-right{text-align: left !important;}
    p { line-height: 1.4;}
}

@media (max-width: 767px) {
    .row-equal-height>[class^="col-"] {
        display: block
    }
}

p {
    /*color: #494e4e;
    text-align:justify;
    line-height: 21px;
    font-size: 14.5px;*/
    margin: 0 0 20px;
    color: #474747;
}

h3 {
    font-size: 20px
}
.panel21 {
    background: #ffffff;
    padding-top: 0px;
    -moz-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.1);
    -webikit-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.1);
    margin: 0px 0;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px
}
.panel {
    background: #ffffff;
    padding: 10px;
    -moz-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.1);
    -webikit-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.1);
    margin: 15px 0;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px
}

.panel h1 span,
.panel h2 span,
.panel h3 span,
.panel h4 span,
.panel h5 span,
.panel h6 span {
    background: #fff
}

.table-responsive {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    border-top: 4px solid #ec3237;
    margin-bottom: 20px;
    -moz-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.1);
    -webikit-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.1)
}

.table {
    margin: 0;
    overlfow: hidden;
    background: #ffffff
}

.table>thead>tr>th,
.table>thead>tr>td,
.table>tfoot>tr>th,
.table>tfoot>tr>td {
    font-weight: normal;
    text-align: center;
    font-size: 16px;
    padding: 15px;
    background: #f7f7f7;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee
}

.table>thead>tr>th:last-child,
.table>thead>tr>td:last-child,
.table>tfoot>tr>th:last-child,
.table>tfoot>tr>td:last-child {
    border-right: 0px solid #eee
}

.table>thead>tr>th.text-left,
.table>thead>tr>td.text-left,
.table>tfoot>tr>th.text-left,
.table>tfoot>tr>td.text-left {
    text-align: left
}

.table>tbody>tr>td {
    text-align: center;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee
}

.table>tbody>tr>td:last-child {
    border-right: 0px solid #eee
}

.table>tbody>tr>td.text-left {
    text-align: left
}

.pro_image {
    background: #e8e8e8;
    text-align: center;
    padding: 15px;
    display: inline-block;
    position: relative;
    overflow: hidden;
    width: 100%
}

.breadcrumbs {
    background: #dedede
}

.breadcrumbs .breadcrumb {
    background: transparent;
    margin: 0;
    padding: 5px 5px 5px 15px;
}

.breadcrumbs .breadcrumb a {
    color: #333
}

.breadcrumbs .breadcrumb a:hover {
    color: #ec3237
}

.breadcrumbs .breadcrumb>.active {
    color: #757575
}

.breadcrumbs .breadcrumb>li+li:before {
    color: #333;
    content: "\f105";
    padding: 0 5px;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

/*.prod_pagination {
    border-top: 1px solid #eee;
    padding: 15px 0;
    margin-top: 15px
}*/

.prod_pagination .result-pagi {
    padding-top: 15px
}

.prod_pagination .pagination {
    margin: 0
}

.prod_pagination .pagination li a {
    background: none;
    border: 0px solid #eee;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    color: #333
}

.prod_pagination .pagination li a:hover {
    color: #ec3237;
    background: none
}

.prod_pagination .pagination li.active a {
    color: #ec3237;
    background: none
}

.prod_pagination .pagination li:first-child a,
.prod_pagination .pagination li:last-child a {
    background: #e8e8e8;
    color: #333;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px
}

.prod_pagination .pagination li:first-child a:hover,
.prod_pagination .pagination li:last-child a:hover {
    background: #ec3237;
    color: #fff
}

.big-tabs .tab-content {
    background: #ffffff;
    padding: 15px;
    -moz-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.1);
    -webikit-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.1);
    margin: 0 0 15px 0;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px
}

.big-tabs .nav {
    border: 0
}

.big-tabs .nav li a {
    font-size: 20px;
    border: 0 solid transparent;
    -moz-box-shadow: 0px -2px 3px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0px -2px 3px rgba(0, 0, 0, 0.1);
    -webikit-box-shadow: 0px -2px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0px -2px 3px rgba(0, 0, 0, 0.1);
    background: #323a45;
    text-align: center;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    -o-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    color: #ffffff;
    color: #fff;
    margin-right: 6px;
    font-weight: 300
}

.big-tabs .nav li a:hover,
.big-tabs .nav li a:active,
.big-tabs .nav li a:focus {
    background: #fff;
    color: #333;
    border: 0 solid transparent
}

.big-tabs .nav li.active a {
    background: #fff;
    color: #333;
    border: 0 solid transparent
}

.big-tabs .nav li:last-child a {
    margin: 0
}

.bullet-list {
    padding-left: 20px
}

.bullet-list li {
    list-style: disc;
    padding: 3px 0
}

.slider .slide {
    display: none
}

.slider .slide_1 {
    background: url(../../../My%20Web%20Sites/chronicleindia.in/www.chronicleindia.in/assets/e7aa2162/images/sliderbg.html) center center/100% #000

}

.slider .fraction-slider a.next,
.slider .fraction-slider a.prev {
    background: #ec3237;
    color: #fff;
    font-size: 30px;
    text-align: center;
    display: block;
    -moz-opacity: 0.5;
    -webkit-opacity: 0.5;
    -o-opacity: 0.5;
    opacity: 0.5;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s
}

.slider .fraction-slider a.next:hover,
.slider .fraction-slider a.next:active,
.slider .fraction-slider a.next:focus,
.slider .fraction-slider a.prev:hover,
.slider .fraction-slider a.prev:active,
.slider .fraction-slider a.prev:focus {
    -moz-opacity: 1;
    -webkit-opacity: 1;
    -o-opacity: 1;
    opacity: 1
}

.slider .slider_heading {
    color: #fff;
    font-size: 50px;
    font-weight: 300
}

.slider .slider_heading span {
    font-family: times new roman;
    text-transform: uppercase
}

.slider .slider_desc {
    background: rgba(0, 0, 0, 0.2);
    padding: 15px;
    border-left: 4px solid #ec3237;
    color: #fff;
    font-size: 20px;
    max-width: 480px;
    width: 30%;
    line-height: normal !important
}

@media (max-width: 800px) {
    .slider .slider_desc {
        padding: 10px
    }
}

.slider .btn {
    font-size: 20px;
    padding: 15px 20px
}

@media (max-width: 800px) {
    .slider .btn {
        padding: 3px
    }
    .sec_navi li a {
        white-space: normal;
    }
}

.sec_navi {
    background: #ec3237
}

.sec_navi li a {
    padding: 15px;
    border-left: 1px solid #d71419;
    display: block;
    color: #fff;
    margin: 0;
    white-space: nowrap;
    -moz-box-shadow: -1px 0 0 #ef575b;
    -o-box-shadow: -1px 0 0 #ef575b;
    -webikit-box-shadow: -1px 0 0 #ef575b;
    box-shadow: -1px 0 0 #ef575b;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.sec_navi li a:hover,
.sec_navi li a:active,
.sec_navi li a:focus {
    background: #333
}

.sec_navi li:last-child a {
    border-right: 1px solid #d71419;
    -moz-box-shadow: -1px 0 0 #ef575b, 1px 0 0 #ef575b;
    -o-box-shadow: -1px 0 0 #ef575b, 1px 0 0 #ef575b;
    -webikit-box-shadow: -1px 0 0 #ef575b, 1px 0 0 #ef575b;
    box-shadow: -1px 0 0 #ef575b, 1px 0 0 #ef575b
}

@media (max-width: 800px) {
    .sec_navi .container {
        padding: 0
    }
    .sec_navi .container .nav-justified li {
        float: left;
        width: 50%
    }
    .sec_navi .container .nav-justified li a {
        padding-top: 10px;
        padding-bottom: 10px;
        -moz-box-shadow: 0px 1px 0 #ef575b;
        -o-box-shadow: 0px 1px 0 #ef575b;
        -webikit-box-shadow: 0px 1px 0 #ef575b;
        box-shadow: 0px 1px 0 #ef575b;
        border-left: 0px solid #d71419;
        border-bottom: 1px solid #d71419;
        border-right: 1px solid #d71419
    }
    .sec_navi .container .nav-justified li:last-child a {
        border-bottom: 0px solid #d71419;
        -moz-box-shadow: 0px 0px 0 #ef575b;
        -o-box-shadow: 0px 0px 0 #ef575b;
        -webikit-box-shadow: 0px 0px 0 #ef575b;
        box-shadow: 0px 0px 0 #ef575b
    }
}

.new_release {
    padding-bottom: 0
}

.side_add {
    margin-top: 25px
}

.side_add .add {
    display: block;
    margin: 15px 0;
    overflow: hidden;
    background: #000
}

.side_add .add img {
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    width: 100%
}

.side_add .add:hover img {
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    -moz-opacity: 0.5;
    -webkit-opacity: 0.5;
    -o-opacity: 0.5;
    opacity: 0.5
}

.my_tab ul.nav.nav-tabs {
    border: 0px solid transparent;
    margin-top: 15px;
    margin-bottom: 20px
}

.my_tab ul.nav.nav-tabs>li {
    margin-bottom: 0
}

.my_tab ul.nav.nav-tabs>li>a {
    border: 0px solid transparent;
    background: #e8e8e8;
    color: #333;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    padding-left: 0px;
    padding-right: 0px;
    margin-right: 5px;
    position: relative;
    font-size: 12px;
    font-weight:bold;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    margin-top:10px;
    text-align:center;
    width:87px;
}

.my_tab ul.nav.nav-tabs>li>a:before {
    content: "";
    display: block;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid transparent;
    width: 0;
    height: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    position: absolute;
    bottom: -10px
}

.my_tab ul.nav.nav-tabs>li>a:hover,
.my_tab ul.nav.nav-tabs>li>a:focus,
.my_tab ul.nav.nav-tabs>li>a:active {
    background: #ec3237;
    color: #fff;
    border: 0px solid transparent
}

.my_tab ul.nav.nav-tabs>li>a:hover:before,
.my_tab ul.nav.nav-tabs>li>a:focus:before,
.my_tab ul.nav.nav-tabs>li>a:active:before {
    border-top: 10px solid #ec3237
}

.my_tab ul.nav.nav-tabs>li.active>a {
    background: #ec3237;
    color: #fff;
    border: 0px solid transparent
}

.my_tab ul.nav.nav-tabs>li.active>a:before {
    border-top: 10px solid #ec3237
}

.mid-add .add {
    display: block;
    margin: 15px 0;
    overflow: hidden;
    background: #000
}

.mid-add .add img {
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    width: 100%
}

.mid-add .add:hover img {
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    -moz-opacity: 0.5;
    -webkit-opacity: 0.5;
    -o-opacity: 0.5;
    opacity: 0.5
}

.enquire_now {
    background: #f5f5f5
}

.enquire_now .que_bg {
    background: url("../images/enquire_bg.jpg") no-repeat fixed center center/cover;
    padding-bottom: 100px;
    color: #fff;
    padding-top: 30px
}

.enquire_now .que_bg h2 {
    font-size: 36px;
    margin-bottom: 15px;
    padding-top: 100px;
    color: #333;
}

.enquire_now .que_bg p {
    color: #333
}

.enquire_now .que_bg ul {
    text-align: center;
    margin-top: 50px
}

.enquire_now .que_bg ul li {
    display: inline-block;
    list-style: none;
    margin: 0 20px
}

.enquire_now .que_bg ul li a {
    color: #ffffff
}

.enquire_now .que_bg ul li a .circle {
    display: block;
    border: 1px solid #fff;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    width: 90px;
    height: 90px;
    margin-bottom: 10px;
    font-size: 36px;
    line-height: 86px
}

@media (max-width: 800px) {
    .enquire_now .que_bg {
        padding-top: 15px;
        padding-bottom: 15px
    }
    .enquire_now .que_bg h2 {
        padding-top: 0;
        color: #333;
    }
    .enquire_now .btn {
        margin-top: 15px;
        display: block;
        width: 100%
    }
}

.enquiry_form {
    background: #f5f5f5
}

.enquiry_form form {
    margin: 30px 0
}

.enquiry_form form .btn {
    margin-top: 34px
}

.enquiry_form h2 span {
    border: 1px solid #ec3237;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    color: #ec3237;
    display: inline-block;
    font-size: 20px;
    height: 32px;
    line-height: 30px;
    margin-right: 10px;
    text-align: center;
    vertical-align: middle;
    width: 32px
}

.partner {
    background: #ec3237 url("../../../My%20Web%20Sites/chronicleindia.in/www.chronicleindia.in/assets/e7aa2162/images/interest.html") no-repeat fixed center center/cover;
    font-size: 36px;
    font-weight: 300;
    color: #fff
}

.partner .btn.btn-white {
    font-size: 20px;
    margin: 0 5px;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s
}

@media (max-width: 800px) {
    .partner {
        font-size: 20px
    }
    .partner .btn.btn-white {
        font-size: 14px;
        display: inline-block;
        margin-top: 10px
    }
}

.our_partners .client-box {
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    border-top: 1px solid #eee;
    -moz-box-shadow: 0 -3px 0px #bbb inset;
    -o-box-shadow: 0 -3px 0px #bbb inset;
    -webikit-box-shadow: 0 -3px 0px #bbb inset;
    box-shadow: 0 -3px 0px #bbb inset;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    text-align: center;
    vertical-align: middle;
    padding: 15px;
    margin: 15px 0;
    display: block
}

.our_partners .client-box img {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    filter: gray;
    filter: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' height='0'><filter id='greyscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0' /></filter></svg>#greyscale");
    filter: grayscale(100%);
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    opacity: .8
}

.our_partners .client-box:hover,
.our_partners .client-box:active,
.our_partners .client-box:focus {
    -moz-box-shadow: 0 -3px 0px #ec3237 inset, 0 0 13px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 -3px 0px #ec3237 inset, 0 0 13px rgba(0, 0, 0, 0.2);
    -webikit-box-shadow: 0 -3px 0px #ec3237 inset, 0 0 13px rgba(0, 0, 0, 0.2);
    box-shadow: 0 -3px 0px #ec3237 inset, 0 0 13px rgba(0, 0, 0, 0.2)
}

.our_partners .client-box:hover img,
.our_partners .client-box:active img,
.our_partners .client-box:focus img {
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    filter: gray;
    filter: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' height='0'><filter id='greyscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0' /></filter></svg>#greyscale");
    filter: grayscale(0);
    opacity: 1
}

.ch_map {
    margin-top: 15px
}

.info_list.lst-border {
    border-bottom: 1px solid #eee
}

.info_list li {
    position: relative;
    padding: 5px 0
}

.info_list li i {
    color: #333;
    float: left;
    line-height: 25px
}

.info_list li p {
    display: block;
    padding-left: 20px
}

.info_list li p strong {
    color: #333
}

.job_more {
    margin-bottom: 15px;
    max-height: 60px;
    overflow: hidden;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s
}

.job_less {
    max-height: 400px;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s
}

.minus-margin {
    top: -49px;
    position: relative
}

.main-total {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    border-top: 4px solid #ec3237;
    margin-top: 20px;
    background: #fff;
    -moz-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.1);
    -webikit-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.1)
}

.main-total .sub-total {
    padding-top: 45px
}

.main-total .grand-total {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    padding-bottom: 45px
}

.main-total .total-foot {
    background: #f7f7f7;
    padding-top: 15px;
    padding-bottom: 15px
}

.add_box {
    position: relative;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s
}

.add_box:hover,
.add_box.active {
    -moz-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.1);
    -webikit-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.1)
}

.add_box:hover .btn-primary,
.add_box.active .btn-primary {
    background: #333;
    color: #fff
}

.add_box .add_name {
    padding: 10px 98px 10px 0;
    border-bottom: 1px solid #eee;
    margin-bottom: 10px
}

.add_box p {
    color: '';
    word-break: none
}

.add_box .add_num {
    padding: 10px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee
}

.add_box .btn-add {
    padding: 10px 0 0
}

.add_box .edit-trash {
    position: absolute;
    right: 10px;
    top: 10px
}

.add_box .edit-trash a {
    background: #e6e6e6
}

.add_box .edit-trash a:hover {
    background: #ec3237;
    color: #fff
}

.add_box .add_new {
    padding: 48px 0
}

.add_box .add_new a {
    color: #666
}

.add_box .add_new a i {
    font-size: 120px;
    color: #ededed
}

.continue .btn {
    margin: 30px 5px 10px
}

.pord-content h3.heading {
    font-size: 26px
}

.pord-content .review-ratings {
    padding: 5px 0 5px 0;
    border-bottom: 1px solid #eee
}

.pord-content .menufac {
    padding: 5px 0;
    color: #696e6e
}

.pord-content .borde-sec {
    padding: 5px 0;
    color: #696e6e;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee
}

.pord-content .borde-sec>div>div {
    padding-top: 5px;
    padding-bottom: 5px
}

.pord-content .price {
    padding: 5px 0
}

.pord-content .price .old_price {
    color: #696e6e;
    font-size: 18px;
    font-weight: 300;
    margin-right: 5px
}

.pord-content .price .main-price {
    color: #ec3237;
    font-size: 26px;
    margin-right: 10px;
    font-weight: 700
}

.pord-content .duration {
    padding: 5px 0
}

.pord-content .duration .dulabel {
    padding-top: 5px
}

.pord-content .buttons {
    margin-top: 10px
}

.pord-content .buttons .btn {
    margin-right: 10px
}

.desc-sec {
    margin: 15px 0
}

.ratings i {
    color: #ffcc00
}

.ratings a {
    color: #333
}

span.ratings {
    font-size: 20px;
    margin-left: 15px
}

span.ratings i {
    cursor: pointer
}

.error_page {
    display: inline-block;
    height: 437px;
    position: relative;
    width: 947px
}

.error_page .island {
    background: url(../../../My%20Web%20Sites/chronicleindia.in/www.chronicleindia.in/assets/e7aa2162/images/island.html) no-repeat;
    width: 947px;
    height: 437px;
    position: absolute;
    z-index: 0;
    background-position: center;
    background-size: 100%
}

@media (max-width: 1199px) {
    .error_page .island {
        width: 662px;
        height: 306px
    }
}

@media (max-width: 800px) {
    .error_page .island {
        width: 463.4px;
        height: 214.2px
    }
}

@media (max-width: 480px) {
    .error_page .island {
        width: 254.9px;
        height: 117.8px
    }
}

.error_page .char {
    background: url(../../../My%20Web%20Sites/chronicleindia.in/www.chronicleindia.in/assets/e7aa2162/images/char.html) no-repeat;
    background-size: 100%;
    width: 177px;
    height: 306px;
    display: inline-block;
    z-index: 2;
    position: absolute;
    top: 100px;
    left: 430px
}

@media (max-width: 1199px) {
    .error_page .char {
        width: 124px;
        height: 214px;
        left: 301px;
        top: 70px
    }
}

@media (max-width: 800px) {
    .error_page .char {
        width: 86.8px;
        height: 149.8px;
        left: 210.7px;
        top: 49px
    }
}

@media (max-width: 480px) {
    .error_page .char {
        width: 47.7px;
        height: 82.4px;
        left: 115.9px;
        top: 27px
    }
}

.error_page .hand {
    background: url(../../../My%20Web%20Sites/chronicleindia.in/www.chronicleindia.in/assets/e7aa2162/images/hand.html) no-repeat;
    width: 133px;
    height: 74px;
    background-size: 100%;
    display: inline-block;
    z-index: 1;
    position: absolute;
    top: 150px;
    left: 560px;
    -moz-animation: 1s ease 0s normal none infinite hand;
    -moz-transform-origin: 0% 80%;
    -webkit-animation: hand 1s infinite ease-in-out;
    -webkit-transform-origin: 0% 80%;
    -o-animation: 1s ease 0s normal none infinite hand;
    -o-transform-origin: 0% 80%;
    -o-animation: hand 1s infinite ease-in-out;
    -o-transform-origin: 0% 80%;
    -ms-animation: 1s ease 0s normal none infinite hand;
    -ms-transform-origin: 0% 80%;
    -ms-animation: hand 1s infinite ease-in-out;
    -ms-transform-origin: 0% 80%;
    animation: 1s ease 0s normal none infinite hand;
    transform-origin: 0% 80%;
    animation: hand 1s infinite ease-in-out;
    transform-origin: 0% 80%
}

@media (max-width: 1199px) {
    .error_page .hand {
        width: 93px;
        height: 52px;
        left: 392px;
        top: 105px
    }
}

@media (max-width: 800px) {
    .error_page .hand {
        width: 65.1px;
        height: 36.4px;
        left: 274.4px;
        top: 73.5px
    }
}

@media (max-width: 480px) {
    .error_page .hand {
        width: 35.8px;
        height: 20px;
        left: 151px;
        top: 40.4px
    }
}

@media (max-width: 1199px) {
    .error_page {
        width: 662px;
        height: 306px
    }
}

@media (max-width: 800px) {
    .error_page {
        width: 463.4px;
        height: 214.2px
    }
}

@media (max-width: 480px) {
    .error_page {
        width: 254.9px;
        height: 117.8px
    }
}

@-moz-keyframes hand {
    0% {
        -moz-transform: rotate(-4deg)
    }
    50% {
        -moz-transform: rotate(4deg)
    }
    100% {
        -moz-transform: rotate(-4deg)
    }
}

@-webkit-keyframes hand {
    0% {
        -webkit-transform: rotate(-4deg)
    }
    50% {
        -webkit-transform: rotate(4deg)
    }
    100% {
        -webkit-transform: rotate(-4deg)
    }
}

@-o-keyframes hand {
    0% {
        -o-transform: rotate(-4deg)
    }
    50% {
        -o-transform: rotate(4deg)
    }
    100% {
        -o-transform: rotate(-4deg)
    }
}

@-ms-keyframes hand {
    0% {
        -ms-transform: rotate(-4deg)
    }
    50% {
        -ms-transform: rotate(4deg)
    }
    100% {
        -ms-transform: rotate(-4deg)
    }
}

@keyframes hand {
    0% {
        transform: rotate(-4deg)
    }
    50% {
        transform: rotate(4deg)
    }
    100% {
        transform: rotate(-4deg)
    }
}

.abt-img {
    margin-top: 15px
}

.gallery a {
    margin-bottom: 15px;
    overflow: hidden;
    display: block;
    background: #000;
    border-radius: 5px
}

.gallery a img {
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    width: 100%
}

.gallery a:hover img {
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    -moz-opacity: 0.5;
    -webkit-opacity: 0.5;
    -o-opacity: 0.5;
    opacity: 0.5
}

.faq.panel-group {
    text-align: left
}

.faq.panel-group .panel {
    padding: 0
}

.faq.panel-group .panel-heading {
    padding: 0px;
    background-color: #fff;
    border-color: #eee;
    color: #333;
    font-size: 16px
}

.faq.panel-group .panel-heading a {
    background: #323a45;
    font-size: 16px;
    display: block;
    padding: 10px 15px 10px 50px;
    color: #fff;
    position: relative
}

.faq.panel-group .panel-heading a.collapsed {
    color: #666;
    background: #fff
}

.faq.panel-group .panel-heading a.collapsed:before {
    content: "\f067";
    display: inline-block;
    font-family: FontAwesome;
    border: 1px solid #eee;
    color: #333
}

.faq.panel-group .panel-heading a:before {
    content: "\f068";
    width: 25px;
    height: 25px;
    display: inline-block;
    margin-right: 5px;
    font-family: FontAwesome;
    border: 1px solid #fff;
    color: #fff;
    text-align: center;
    position: absolute;
    left: 15px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%
}

.faq.panel-group .panel-heading:hover a.collapsed,
.faq.panel-group .panel-heading:hover a {
    background-color: #323a45;
    color: #fff;
    border-color: #fff
}

.faq.panel-group .panel-heading:hover a.collapsed:before,
.faq.panel-group .panel-heading:hover a:before {
    color: #fff;
    border: 1px solid #fff
}

.faq.panel-group .panel-body {
    padding-left: 50px
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #333
}

h1 a:hover,
h1 a:focus,
h1 a:active,
h2 a:hover,
h2 a:focus,
h2 a:active,
h3 a:hover,
h3 a:focus,
h3 a:active,
h4 a:hover,
h4 a:focus,
h4 a:active,
h5 a:hover,
h5 a:focus,
h5 a:active,
h6 a:hover,
h6 a:focus,
h6 a:active {
    color: #ec3237
}

.heading {
    font-weight: 600;
    position: relative;
    margin-top: 15px
}

.heading:after {
    content: "";
    width: 100%;
    height: 1px;
    display: block;
    position: absolute;
    top: 50%
}

.heading span {
    background: #0096e2;
    position: relative;
    z-index: 1;
    padding: 0px 20px 0px 10px;
    color: #FFF;
    /* padding-left: 10px; */
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
	
}

.heading2 {
    font-weight: 500;
    position: relative;
    margin-top: 15px
}

.heading2:after {
    content: "";
    width: 100%;
    height: 1px;
    display: block;
    position: absolute;
    top: 50%
}

.heading2 span {
    background: #fafbfb;
    position: relative;
    z-index: 1;
    padding-right: 15px;
    color: #000;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
	
}



.g {
/*    font-weight: 500;*/
    position: relative;
    margin-top: 15px;
	    font-size: 2vw;
}

.g span{
    background: #0096e2;
    position: relative;
    z-index: 1;
    padding: 10px;
    color: #fff;
	border-radius:40px;}

.heading.white-head span {
    background: #fff
}

h1.heading {
    font-size: 36px
}

@media (max-width: 800px) {
    h1.heading {
        font-size: 26px
    }
}

h2.heading {
    font-size: 36px
}

@media (max-width: 800px) {
    h2.heading {
        font-size: 24px
    }
}

h3.heading {
    font-size: 20px
}

h4.heading {
    font-size: 16px
}

h5.heading {
    font-size: 14px
}

h6.heading {
    font-size: 12px
}

.text-green {
    color: #27ae60
}

.form-control {
    background: #fff;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 5px;
    border: 1px solid #d4d4d4;
    height: auto;
    padding: 10px 10px;
    -moz-box-shadow: 0 0 0;
    -o-box-shadow: 0 0 0;
    -webikit-box-shadow: 0 0 0;
    box-shadow: 0 0 0
}

.checkbox {
    position: relative
}

.checkbox input[type="checkbox"] {
    visibility: hidden
}

.checkbox label {
    padding-left: 37px
}

.checkbox label:after {
    background: transparent;
    border-left: 3px solid #333;
    border-bottom: 3px solid #333;
    content: "";
    height: 5px;
    left: 7px;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    position: absolute;
    top: 7px;
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 9px
}

.checkbox label:before {
    background: #f5f7f8;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    border: 2px solid #eee;
    cursor: pointer;
    height: 23px;
    content: "";
    left: 0;
    position: absolute;
    top: 0;
    width: 23px;
    margin-right: 15px
}

.checkbox input[type="checkbox"]:checked+label:after {
    -moz-opacity: 1;
    -webkit-opacity: 1;
    -o-opacity: 1;
    opacity: 1
}

.radio .roundedTwo {
    background: #f5f7f8;
    border-radius: 50px;
    border: 2px solid #eee;
    height: 28px;
    margin: 20px auto;
    position: relative;
    width: 28px
}

label {
    font-weight: 400
}

label span {
    color: #ff4444
}

.error {
    color: #ff4444
}

.select-box {
      background: #ffffff none repeat scroll 0 0;
    border: 1px solid #d7d7d7;
    cursor: pointer;
    height: 36px;
    overflow: hidden;
    position: relative;
    width: 100%;
    padding: 0 10px;
}

.select-box:after {
background: #ec3237 url(../../../My%20Web%20Sites/chronicleindia.in/www.chronicleindia.in/assets/images/down_arrow.html) no-repeat scroll center center;
    content: "\f107";
    cursor: pointer;
    font: normal normal normal 24px/1 FontAwesome;
    display: block;
    height: 36px;
    position: absolute;
    right: 0;
    top: 0px;
    width: 36px;
    z-index: 0;
    text-align: center;
    padding-top: 5px;
    color: #fff;
}

.custom-select {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    color: #333;
    cursor: pointer;
    padding: 8px 10px;
    position: relative;
    width: 183px;
    z-index: 1
}

.carousel-control {
    width: 37px;
    height: 37px;
    padding: 5px;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    text-align: center;
    top: -60px;
    bottom: auto;
    -moz-text-shadow: 0 0 0;
    -o-text-shadow: 0 0 0;
    -webikit-text-shadow: 0 0 0;
    text-shadow: 0 0 0;
    color: #333
}

.carousel-control.right {
    background: #e8e8e8
}

.carousel-control.right:hover,
.carousel-control.right:active,
.carousel-control.right:focus {
    background: #ec3237;
    color: #fff
}

.carousel-control.left {
    background: #e8e8e8;
    left: auto;
    right: 50px
}

.carousel-control.left:hover,
.carousel-control.left:active,
.carousel-control.left:focus {
    background: #ec3237;
    color: #fff
}

.slick-arrow {
    width: 37px;
    height: 37px;
    padding: 5px;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    text-align: center;
    top: -50px;
    bottom: auto;
    border: 0;
    position: absolute;
    -moz-text-shadow: 0 0 0;
    -o-text-shadow: 0 0 0;
    -webikit-text-shadow: 0 0 0;
    text-shadow: 0 0 0;
    color: #333
}

.slick-arrow.slick-next {
    background: #e8e8e8;
    right: 15px;
    left: auto
}

.slick-arrow.slick-next:hover,
.slick-arrow.slick-next:active,
.slick-arrow.slick-next:focus {
    background: #ec3237;
    color: #fff
}

.slick-arrow.slick-prev {
    background: #e8e8e8;
    left: auto;
    right: 65px
}

.slick-arrow.slick-prev:hover,
.slick-arrow.slick-prev:active,
.slick-arrow.slick-prev:focus {
    background: #ec3237;
    color: #fff
}
.pro_box {
    background: #ffffff;
    padding: 15px 10px 15px 10px; 
    -moz-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.1);
    -webikit-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.1);
    margin: 15px 0;
    font-size: 16px;
    color: gray;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px
}

.modal {
    z-index: 99999 !important;
}

.has-feedback label~.form-control-feedback {
    top: 34px !important;
}

.pro_image img {
    height: 290px;
    margin: 0 auto;
}

.buttonmodal {
    cursor: pointer;
}

.duration .select-box .form-control {


    border-width: 0 !important;

    padding: 4px;
}
.pro_box .pro_image {
    background: #e8e8e8;
    text-align: center;
    padding: 5px;
    position: relative;
    overflow: hidden;
    margin:0 auto;
    display: block;
}

.pro_box .pro_image .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    background: rgba(51, 51, 51, 0.9);
    top: 100%;
    left: 0;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    padding: 15px;
    overflow: hidden
}

.pro_box .pro_image .overlay .btn-icons {
    position: relative;
    top: 200px
}

.pro_box:hover .pro_image .overlay {
    top: 0
}

.pro_box:hover .pro_image .overlay .btn-link {
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    top: 35%
}

.pro_box:hover .pro_image .overlay .btn-eye {
    -moz-transition: all 0.7s;
    -webkit-transition: all 0.7s;
    -o-transition: all 0.7s;
    transition: all 0.7s;
    top: 35%
}

.pro_box:hover .pro_image .overlay .btn-shopping {
    -moz-transition: all 0.9s;
    -webkit-transition: all 0.9s;
    -o-transition: all 0.9s;
    transition: all 0.9s;
    top: 35%
}

.pro_box h3 {
    font-size: 16px;
    font-weight: 400;
    margin-top: 10px;
    height: auto;
    overflow: hidden;
}

.pro_box h3 a {
    color: #333
}

.pro_box h3 a:hover {
    color: #ec3237
}

.pro_box p {
    font-size: 14px;
    color: #555
}

.pro_box .old_price {
    color: #999;
    margin-right: 5px
}

.pro_box .price {
    color: #ec3237
}

.pro_box .cart_btn {
    margin-top: 10px
}

.pro_box .cart_btn a {
    font-size: 14px
}

@media (max-width: 1024px) {
    .pro_box .cart_btn a {
        padding: 10px 15px
    }
}

.pro_box .cart_btn a i {
    margin-right: 3px
}

.pro_box .comming-soon {
    padding: 11px 12px;
    vertical-align: middle;
    color: #333;
    background: #e8e8e8
}

@media (max-width: 1024px) {
    .pro_box .comming-soon {
        padding: 11px 6px
    }
}

.widget {
    padding-top: 15px;
    padding-bottom: 15px
}

.widget .heading {
    font-weight: 400;
    margin-bottom: 10px
}

.widget ul {
    margin: 0;
    padding: 0
}

.widget ul li {
    list-style: none
}

.widget ul li a {
    display: block;
    padding: 8px 0;
    border-bottom: 1px solid #eee;
    position: relative
}

.widget ul li a:after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f105";
    float: right;
    margin-top: 5px
}

.widget ul li:last-child a {
    border-bottom: 0px solid #eee
}

.tab-widget .tab-content {
    background: #ffffff;
    padding: 10px;
    -moz-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.1);
    -webikit-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.1);
    margin: 0 0 15px 0;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px
}

.tab-widget .nav {
    border: 0
}

.tab-widget .nav li {
    display: table-cell;
    width: 1%;
    float: none
}

.tab-widget .nav li a {
    font-size: 16px;
    border: 0 solid transparent;
    -moz-box-shadow: 0px -2px 3px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0px -2px 3px rgba(0, 0, 0, 0.1);
    -webikit-box-shadow: 0px -2px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0px -2px 3px rgba(0, 0, 0, 0.1);
    background: #323a45;
    text-align: center;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    -o-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    color: #ffffff;
    color: #fff;
    margin-right: 6px
}

.tab-widget .nav li a:hover,
.tab-widget .nav li a:active,
.tab-widget .nav li a:focus {
    background: #fff;
    color: #333;
    border: 0 solid transparent
}

.tab-widget .nav li.active a {
    background: #fff;
    color: #333;
    border: 0 solid transparent
}

.tab-widget .nav li:last-child a {
    margin: 0
}

.tab-widget .post {
    border-bottom: 1px dotted #eee
}

.tab-widget .post:last-child {
    border-bottom: 0px dotted #eee
}

.tab-widget h4 {
    margin-top: 12px
}

.modal-content {
    overflow: hidden
}

.modal-content .modal-header {
    /* padding-bottom: 0;*/
    border: 0
}

.modal-content .modal-header .heading {
    font-size: 20px;
    font-weight: lighter
}

.modal-content .modal-header .close {
    -moz-opacity: 1;
    -webkit-opacity: 1;
    -o-opacity: 1;
    opacity: 1
}

.modal-content .modal-header h3 span {
    background: #fff
}

.modal-content .modal-footer {
    background: #ecf0f1;
    border: 0;
    text-align: center
}

.modal-content .modal-footer h3 {
    font-weight: lighter;
    display: inline-block;
    margin: 0 15px 0 0;
    vertical-align: middle
}

.modal-content .form-group {
    position: relative
}

.modal-content .form-group label {
    font-weight: lighter
}

.modal-content .form-group label span {
    color: #ec3237
}

.modal-content .form-group .form-control {
    background: #f5f7f8;
    padding-left: 20px
}

.modal-content .form-group .input-ico {
    position: absolute;
    top: 30px;
    left: 10px;
    font-size: 26px;
    color: #e8e8e8
}

.modal-content .forgot {
    padding-top: 10px
}

.modal-content .edit-address .form-group .form-control {
    padding-left: 15px
}

.modal-size .modal-dialog {
    width: 600px !important;
}

.modal-backdrop.in {
    -moz-opacity: 0.7;
    -webkit-opacity: 0.7;
    -o-opacity: 0.7;
    opacity: 0.7
}

.modal {
    z-index: 99999
}

.btn {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    border: 0 solid #eee;
    padding: 7px 10px;
}

.btn.btn-primary {
    background: #ec3237
}

.btn.btn-primary:hover,
.btn.btn-primary:focus,
.btn.btn-primary:active {
    background: #333
}

.btn.btn-secondary {
    background: #323a45;
    color: #fff
}

.btn.btn-secondary:hover,
.btn.btn-secondary:focus,
.btn.btn-secondary:active {
    background: #333;
    color: #fff
}

.btn.btn-white {
    background: #fff;
    color: #ec3237
}

.btn.btn-white:hover,
.btn.btn-white:focus,
.btn.btn-white:active {
    background: #333;
    color: #fff
}

.btn-icons {
    padding: 10px 12px;
    margin: 10px;
    background: #ec3237;
    color: #fff;
    display: inline-block
}

.btn-icons:hover,
.btn-icons:focus,
.btn-icons:active {
    background: #f2787b;
    color: #fff
}

table .btn-default {
    background: #e6e6e6;
    color: #a6a7a9
}

table .btn-default:hover,
table .btn-default:focus,
table .btn-default:active {
    background: #ec3237;
    color: #fff
}

.net-btn {
    font-size: 16px;
    margin: 0 5px;
    padding: 15px 30px;
    background: #e6e6e6;
    display: inline-block;
    color: #333
}

.net-btn:hover,
.net-btn.active,
.net-btn:focus,
.net-btn:active {
    background: #323a45;
    color: #fff
}

header {
    background: #fff
}

header .navbar-brand {
    height: auto
}

@media (max-width: 800px) {
    header .navbar-brand {
        max-width: 135px
    }
}

header .top_header {
    background: #333;
    color: #ccc;
    position: relative;
/*    z-index: 1001*/
}

header .top_header .container {
    position: relative
}

header .top_header .call_us,
header .top_header .welcome_tag {
    padding-top: 10px;
    padding-bottom: 10px
}

header .top_header .call_us span,
header .top_header .welcome_tag span {
    color: #fff
}

header .top_header .top_right.head-user ul li a {
    padding: 10px 13px
}

header .top_header .top_right ul {
    float: right
}

header .top_header .top_right ul li {
    margin: 0;
    float: left;
    padding: 0;
    position: relative
}

header .top_header .top_right ul li a {
    color: #fff;
    display: block;
    padding: 15px 15px;
    /*border-right: 1px solid #4d4d4d;*/
	font-size:14px;
}

header .top_header .top_right ul li a:hover,
header .top_header .top_right ul li a:focus,
header .top_header .top_right ul li a:active {
    color: #ec3237
}

header .top_header .top_right ul li:last-child a {
    border: 0
}

header .top_header .top_right ul li.search a {
    background: #ec3237;
    color: #fff;
    font-size: 16px;
    padding: 11px 15px 13px
}

header .top_header .top_right ul li.search a:hover,
header .top_header .top_right ul li.search a:focus,
header .top_header .top_right ul li.search a:active {
    background: #f06165
}

header .top_header .top_right ul li span {
    background: #ec3237;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    display: block;
    position: absolute;
    top: 4px;
    left: 4px;
    color: #fff;
    width: 18px;
    height: 18px;
    text-align: center;
    line-height: 16px
}

header .top_add {
    padding-top: 10px;
    padding-bottom: 10px
}

header .search_toggle {
    width: 100%;
    position: absolute;
    top: 100%;
    right: 0;
    max-width: 420px;
    width: 100%;
    z-index: 9;
    display: none;
    padding-right: 30px;
    padding: 0 15px
}

header .search_toggle .form-control {
    font-size: 18px;
    font-style: italic;
    color: #b3b3b3;
    padding-right: 40px;
    font-weight: 300
}

header .search_toggle a {
    color: #ccc;
    position: absolute;
    right: 16px;
    top: 0px;
    padding: 4px 10px;
    font-size: 30px
}

header .search_toggle a:hover,
header .search_toggle a:focus,
header .search_toggle a:active {
    color: #ec3237
}

@media (max-width: 800px) {
    header .top_header .top_right {
        border-top: 1px solid #4d4d4d
    }
    header .top_header .top_right ul li a {
        padding: 10px;
    }
}

header .navbar {
/*    border: 0;*/
    margin-bottom: 0
}

header nav {
 /*   background: #fff;*/
 /*   border-bottom: 3px solid #ec3237*/
}

header nav .nav-justified {
    white-space: nowrap
}

header nav .nav-justified>li>a {
/*    font-weight: bold;*/
    color: red;
    padding-top: 10px;
    padding-bottom: 3px;
    position: relative
}

@media (min-width: 768px) and (max-width: 1023px) {
    header nav .nav-justified>li>a {
        padding-left: 5px;
        padding-right: 5px
    }
}

header nav .nav-justified>li>a:hover,
header nav .nav-justified>li>a:focus,
header nav .nav-justified>li>a:active,
header nav .nav-justified>li>a:focus:active {
    background: #ec3237;
    color: #fff
}

header nav .nav-justified>li>a:hover:after,
header nav .nav-justified>li>a:focus:after,
header nav .nav-justified>li>a:active:after,
header nav .nav-justified>li>a:focus:active:after {
    width: 100%
}
.langtop {
 width:89px;
}
.langtopsecond {
 width:50px;
}
.socialtop {
 border: none;
 width: 48px;
 height:48px;
 text-align:center;
}
.noborder {
  border:none;
}
@media (max-width: 800px) {
    header nav .nav-justified>li>a {
        padding-top: 12px;
        padding-bottom: 12px;
        border-right: 0px solid #000;
        border-bottom: 1px solid #000;
        margin-bottom: 0;
        color: #fff;
        background: #333;
        text-align: left;
		margin-left:10px;
    }
    header nav .nav-justified>li>a br {
        display: none
    }
    header nav .nav-justified>li>a i {
        display: block;
        float: right;
        line-height: 0;
        margin-top: 10px;
		margin-right:20px;
    }
}

@media (max-width: 800px) {
    header nav .nav-justified>li:last-child a {
        border-bottom: 0px solid #000
    }
}

header nav .nav-justified>li.active a {
    background: #ec3237;
    color: #fff
}

header nav .nav-justified>li.active .submenu a {
    background: #fff;
    color: #000;
}

header nav .nav-justified>li.active .submenu .active a {
    background: #ec3237;
    color: #fff
}

header nav .nav-justified>li .submenu {
    position: absolute;
    -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.26);
    -o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.26);
    -webikit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.26);
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.26);
    min-width: 200px;
    top: calc(100% + 3px);
    left: 0;
    max-height: 0;
    overflow: hidden;
    border: 1px solid #eee;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    background: #fff;
    z-index: 99
}

header nav .nav-justified>li .submenu a {
    padding: 0;
    display: block;
    color: #333;
    border-bottom: 1px solid #eee;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s
}

header nav .nav-justified>li .submenu a:before {
    content: "";
    width: 5px;
    height: 5px;
    margin-right: 10px;
    margin-bottom: 2px;
    background: #656565;
    display: inline-block
}

header nav .nav-justified>li .submenu a:hover,
header nav .nav-justified>li .submenu a:focus,
header nav .nav-justified>li .submenu a:active,
header nav .nav-justified>li .submenu a:focus:active {
    background: #ec3237;
    color: #fff
}

@media (max-width: 800px) {
    header nav .nav-justified>li .submenu a {
        font-weight: 500;
        text-transform: uppercase;
        color: #fff;
        text-align: left;
        padding: 12px 12px 12px 20px;
        position: relative;
        border-bottom: 1px solid #333
    }
    header nav .nav-justified>li .submenu a:after {
        width: 0%;
        height: 3px;
        background: #333;
        content: "";
        display: block;
        bottom: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
        position: absolute;
        -moz-transform-origin: center;
        -webkit-transform-origin: center;
        -o-transform-origin: center;
        transform-origin: center;
        -moz-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s
    }
    header nav .nav-justified>li .submenu a:before {
        display: none
    }
}

header nav .nav-justified>li .submenu li:last-child>a {
    border-bottom: 0
}

@media (max-width: 800px) {
    header nav .nav-justified>li .submenu {
        position: static;
        -moz-box-shadow: none;
        -o-box-shadow: none;
        -webikit-box-shadow: none;
        box-shadow: none;
        border: 0;
        -moz-opacity: 1;
        -webkit-opacity: 1;
        -o-opacity: 1;
        opacity: 1;
        max-height: 500px;
        width: 100%;
        background: #3b3b3b;
        text-align: center;
        display: none
    }
}

header nav .nav-justified>li:hover .submenu {
    -moz-opacity: 1;
    -webkit-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    max-height: 300px;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s
}

header nav .nav-justified>li:hover .submenu a {
    padding: 12px 15px
}

.header .navbar-toggle {
    background: #333;
    margin-top: 15px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0
}

header .navbar-toggle .icon-bar {
    background: #fff
}

@media (max-width: 800px) {
    header .navbar-collapse {
        padding: 0
    }
}

@media (max-width: 800px) {
    header .navbar-collapse .container {
        padding: 0
    }
}

footer {
    background: #262626;
    color: #666;
    line-height: 22px
}

footer a {
    color: #fff
}

footer a:hover,
footer a:active,
footer a:focus {
    color: #ec3237
}

footer .widget .heading span {
    background: #262626;
    color: #fff
}

footer .widget .heading:after {
    background: #4d4d4d
}

footer .widget p {
    padding-top: 10px
}

footer .widget ul li a {
    border-bottom: 1px solid #404040
}

footer .connect_with_us {
    border-top: 1px solid #404040;
    margin-top: 30px
}

footer .connect_with_us .social_links {
    margin: 0;
    overflow: hidden;
    padding: 15px 0
}

footer .connect_with_us .social_links li {
    float: left
}

footer .connect_with_us .social_links li a {
    padding: 7px 12px;
    color: #666;
    display: block
}

footer .connect_with_us .social_links li a:hover {
    color: #fff
}

footer .connect_with_us .social_links li.facebook a:hover {
    background: #42579a
}

footer .connect_with_us .social_links li.twitter a:hover {
    background: #659fcb
}

footer .connect_with_us .social_links li.google_plus a:hover {
    background: #dd4337
}

footer .connect_with_us .social_links li.linkedin a:hover {
    background: #0077b5
}

footer .connect_with_us .social_links li.envelope a:hover {
    background: #fea22a
}

@media (max-width: 800px) {
    footer .connect_with_us .social_links {
        text-align: center
    }
    footer .connect_with_us .social_links li {
        float: none;
        display: inline-block
    }
}

footer .connect_with_us .subscribe {
    padding-top: 15px;
    padding-bottom: 15px
}

footer .connect_with_us .subscribe label {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    margin-right: 10px
}

footer .connect_with_us .subscribe .form-control {
    padding: 9px 10px;
    margin-right: 5px
}

@media (max-width: 800px) {
    footer .connect_with_us .subscribe {
        text-align: center
    }
    footer .connect_with_us .subscribe .btn {
        display: block;
        width: 100%
    }
}

footer .copyrightfot {
    background: #262626;
}

footer .copyright {
    background: #121212;
    margin-top:40px;
}

footer .copyrightfot span {
    color: #fff;
    padding: 0 4px;
    background: #ec3237
}

footer .copyright span {
    color: #fff;
    padding: 0 4px;
    background: #ec3237
}

footer .copyrightfot .copy_content,
footer .copyright .copy_content,
footer .copyright .payment_options {
    padding-top: 15px;
    padding-bottom: 15px
}

@media (max-width: 800px) {
    footer .copyright .copy_content,
    footer .copyright .payment_options {
        font-size: 12px;
        text-align: center
    }
}
.sidebar aside h1 {
    -moz-border-radius: 3px 3px 0 0;
    -webkit-border-radius: 3px 3px 0 0;
    -o-border-radius: 3px 3px 0 0;
    border-radius: 0;/*3px 3px 0 0;*/
    /*background: #0096e2;*/
    background: #193864;
    color: #fff;
    margin: 0;
    font-weight: 300;
    font-size: 19px;
    padding: 10px 15px
}

.sidebar aside {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    margin-top: 15px;
}

.sidebar aside h3 {
    -moz-border-radius: 3px 3px 0 0;
    -webkit-border-radius: 3px 3px 0 0;
    -o-border-radius: 3px 3px 0 0;
    border-radius: 0;/*3px 3px 0 0;*/
    /*background: #0096e2;*/
    background: #193864;
    color: #fff;
    margin: 0;
    font-weight: 300;
    font-size: 23px;
    padding: 10px 15px
}

.sidebar aside h3 .reset-btn {
    font-size: 14px;
    float: right;
    padding-top: 5px
}

.sidebar aside .panel {
    margin-top: 0
}

.sidebar aside .panel ul {
    margin: 0
}

.sidebar aside .panel ul li a {
    padding: 7px 0;
    border-bottom: 1px dotted #eee;
    color: #333;
    display: block;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s
}

.sidebar aside .panel ul li a:before {
    margin-right: 6px;
    content: "\f101";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.sidebar aside .panel ul li a:hover,
.sidebar aside .panel ul li a:focus,
.sidebar aside .panel ul li a:active {
    color: #ec3237;
    -moz-transform: translate(10px, 0px);
    -webkit-transform: translate(10px, 0px);
    -o-transform: translate(10px, 0px);
    transform: translate(10px, 0px)
}

.sidebar aside .panel ul li:first-child a {
    padding-top: 0
}

.sidebar aside .panel ul li:last-child a {
    border-bottom: 0px dotted #eee
}

.sidebar aside .panel ul li.active a {
    color: #ec3237;
    -moz-transform: translate(10px, 0px);
    -webkit-transform: translate(10px, 0px);
    -o-transform: translate(10px, 0px);
    transform: translate(10px, 0px)
}

.sidebar aside .panel .sub-panel {
    border-bottom: 1px dotted #eee;
    padding-bottom: 5px
}

.sidebar aside .panel .sub-panel:last-child {
    border-bottom: 0px dotted #eee
}

#addcontent .heading {
    margin: 0 !important;
    padding: 0 !important;
}


 .cmu_tags {
  margin-bottom: 4px;
  overflow: hidden;
  padding: 0;
  font-size: 12px;
}
.cmu_tags a {
  background: #1d688e;
  border-radius: 3px 0 0 3px;
  color: #fff !important;
  display: inline-block !important;
  height: 26px;
  float:left;
  line-height: 26px;
  padding: 0 30px 0 10px;
  position: relative;
  margin: 0 3px 3px 0;
  font-size:12px;
  font-weight:bold;
  text-decoration: none;
  -webkit-transition: color 0.2s;
}

.cmu_tags1 a {
  background: #2784b3;
  border-radius: 3px 0 0 3px;
  color: #fff !important;
  display: inline-block !important;
  height: 26px;
  float:left;
  line-height: 26px;
  padding: 0 30px 0 10px;
  position: relative;
  margin: 0 3px 3px 0;
  font-size:12px;
    font-weight:bold;
  text-decoration: none;
  -webkit-transition: color 0.2s;
}

.cmu_tags2 a {
  background: #54aad6;
  border-radius: 3px 0 0 3px;
  color: #fff !important;
  display: inline-block !important;
  height: 26px;
  float:left;
  line-height: 26px;
  padding: 0 30px 0 10px;
  position: relative;
  margin: 0 3px 3px 0;
  font-size:12px;
    font-weight:bold;
  text-decoration: none;
  -webkit-transition: color 0.2s;
}

.cmu_tags a::before {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 1px rgba(0, 0, 0, 0.25);
  content: '';
  height: 6px;
  right: 13px;
  position: absolute;
  width: 6px;
  top: 10px;
}

.cmu_tags a::after {
  background: #fff;
  border-bottom: 13px solid transparent;
  border-left: 10px solid #1d688e;
  border-top: 13px solid transparent;
  content: '';
  position: absolute;
  right: 0;
  top: 0;
}

.cmu_tags1 a::after {
  background: #fff;
  border-bottom: 13px solid transparent;
  border-left: 10px solid #2784b3;
  border-top: 13px solid transparent;
  content: '';
  position: absolute;
  right: 0;
  top: 0;
}

.cmu_tags2 a::after {
  background: #fff;
  border-bottom: 13px solid transparent;
  border-left: 10px solid #54aad6;
  border-top: 13px solid transparent;
  content: '';
  position: absolute;
  right: 0;
  top: 0;
}

.cmu_tags4 a {
  background: #5bb4e1;
  border-radius: 3px 0 0 3px;
  color: #fff !important;
  display: inline-block !important;
  height: 26px;
  float:left;
  line-height: 26px;
  padding: 0 30px 0 10px;
  position: relative;
  margin: 0 3px 3px 0;
  font-size:12px;
    font-weight:bold;
  text-decoration: none;
  -webkit-transition: color 0.2s;
}


.cmu_tags4 a::after {
  background: #fff;
  border-bottom: 13px solid transparent;
  border-left: 9px solid #5bb4e1;
  border-top: 13px solid transparent;
  content: '';
  position: absolute;
  right: 0;
  top: 0;
}

.cmu_tags a:hover {
  background-color: #ec3237;
  color: white;
}

.cmu_tags a:hover::after {
   border-left-color: #ec3237; 
}
.table-left {
    border-left: 4px solid #ec3237;
    border-radius: 5px;
    box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.1);
    margin-bottom: 10px;
}

.announcements{background-color:#eee; display:table; margin:10px 0 0 0;}
.announcements h4{background-color:mediumvioletred; color:#fff; font-size:17px; font-weight:600; margin:0px; white-space:nowrap;}
.announcements h4,
.announcements .text-matter{line-height:15px; padding:11px 10px;width:100%;}
.announcements .text-matter a{color:#333;font-weight:bold}
.announcements .text-matter a:hover{color:#df0052;}
.announcements .text-matter {
    display: table-cell;
}
.cmu_tags10 {
  margin-bottom: 4px;
  overflow: hidden;
  padding: 0;
  font-size: 12px;
}
.cmu_tags10  {
  background: #ec3237;
  border-radius: 3px;
  color: #fff !important;
  display: inline-block !important;
  height: 26px;
  float:right;
  line-height: 26px;
  padding: 0 10px 0 10px;
  position: relative;
  margin: 0 3px 3px 0;
  text-decoration: none;
  -webkit-transition: color 0.2s;
}

.cmu_tags10 a::after {
  background: #fff;
  border-bottom: 13px solid transparent;
  border-right: 10px solid #2784b3;
  border-top: 13px solid transparent;
  content: '';
  position: absolute;
  float:left;
  right: 0px;
  top: 0;
}
.cmu_tags3 a {
  background: #62c1f1;
  border-radius: 3px 0 0 3px;
  color: #FFF !important;
  display: inline-block !important;
  height: 26px;
  float:left;
  line-height: 26px;
  padding: 0 30px 0 10px;
  position: relative;
  margin: 0 3px 3px 0;
  font-size:12px;
  font-weight:bold;
  text-decoration: none;
  -webkit-transition: color 0.2s;
}
.cmu_tags3 a::after {
  background: #fff;
  border-bottom: 13px solid transparent;
  border-left: 10px solid #62c1f1;
  border-top: 13px solid transparent;
  content: '';
  position: absolute;
  right: 0;
  top: 0;
}




.cmu_tags12  {
  background: #ec3237;
  border-radius: 3px;
  color: #fff !important;
  display: inline-block !important;
  height: 26px;
  float:right;
  line-height: 26px;
  padding: 0 10px 0 10px;
  position: relative;
  margin: 0 3px 3px 0;
  text-decoration: none;
  -webkit-transition: color 0.2s;
}

.bgcover{
	width:100%;
	height:400px;
	background-size:cover;
	background-image:url(images/slider/free--downloads.html)}
.col6padding{
    margin-top: 20px;
    border-radius: 6px;
    
}
.panelbtn{
	    background: #eee;
    padding: 1px 0 1px 10px;
    box-shadow: 0px 0px 1px #000;
    border-radius: 4px;
	margin-bottom:10px;
	}

.panelbtn:hover{
	background:#FFF;}
.panel h5{
	color:#323a45;
	font-family:inherit;
	font-size: 18px;
	}  
	.panel h5:hover{
	color:#ec3237;
	}    
.reds{
	color:#F00;
	}
.post h5{
	color:#ec3237;}	
.bottomborde img {
    border-radius: 200px;
    width: 80px;
    border: #777 solid 2px;
}	
.xyz span {
    background: #ec3237;
    position: relative;
    padding: 6px 20px 6px 10px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    color: #FFF;
    font-size: 20px;
}
.xyzam span {
    background: #ec3237;
    position: relative;
    padding: 6px 20px 6px 10px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    color: #FFF;
    font-size: 18px;
}
.extcss {
    font-weight: bold;
    color: #2196F3;
    margin-bottom: 2px;
    text-align:left;
}


.btn-1 {
  background-color: #ec3237;
}
.btn-1 .round {
  background-color: #f59965;
}
.type-1 a {
  text-decoration: none;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  padding: 5px 35px 5px 15px;
  color: #fff;
  font-family: 'Noto Sans',sans-serif;
  position: relative;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: inline-block;
}
.type-1 a span {
  position: relative;
  z-index: 3;
}
.type-1 a .round {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  position: absolute;
  right: 3px;
  top: 3px;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  z-index: 2;
}
.type-1 a .round i {
  position: absolute;
  top: 50%;
  margin-top: -6px;
  left: 50%;
  margin-left: -4px;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.txt {
  font-size: 14px;
  line-height: 1.45;
}
.type-1 a:hover {
  padding-left: 35px;
  padding-right: 15px;
}
.type-1 a:hover .round {
  width: calc(100% - 6px);
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
}
.type-1 a:hover .round i {
  left: 12%;
}
.language span{
    display:inline-block;
    vertical-align:top;
}
.language a{
    vertical-align:top;
    padding:5px;
    margin-right:5px;
    color:#777;
    position:relative
}
.language a span{
    position:relative;
    z-index:1
}
.language a::after{
    position:absolute;
    content:"";
    top:0;
    left:0;
    bottom:0;
    right:0;
    width:0;
    -webkit-transition:all linear 0.3s;
    -moz-transition:all linear 0.3s;
    -ms-transition:all linear 0.3s;
    -o-transition:all linear 0.3s;
    transition:all linear 0.3s;
    background-color:red
}
.language a:hover,.language a.active{
    color:#fff
}
.language a:hover::after,.language a.active::after{
    width:100%
}
.language a:last-child{
    margin-right:0
}

     ._29OxBi ._3iZgFn ._2i1QSc ._1POkHg {
    font-size: 16px;
    margin-left: 12px;
    /* vertical-align: middle; */
    color: #878787;
}
._1uv9Cb ._3auQ3N, ._1uv9Cb .VGWI6T {
    display: inline-block;
    margin-left: 8px;
}
._1uv9Cb ._3auQ3N {
    text-decoration: line-through;
    font-size: 14px;
    color: #878787;
}
._29OxBi ._3iZgFn ._2i1QSc ._3qQ9m1 {
    font-size: 28px;
    vertical-align: sub;
}
._1uv9Cb ._1vC4OE {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    color: #212121;
}

.colorred {
    color: #ec3237;
    font-size: 20px;
    font-weight: 700;
}	
	
._29OxBi ._3iZgFn ._2i1QSc ._1iCvwn {
    margin-left: 12px;
    font-size: 18px;
    font-weight: 500;
    color: #388e3c;
    vertical-align: middle;
}
._1uv9Cb .VGWI6T {
    color: #388e3c;
    font-size: 16px;
    letter-spacing: -.2px;
    font-weight: 500;
}
._1-ZND6 {
    margin: 13px 0 0 8px;
    cursor: pointer;
}
._1-ZND6 ._3VW0yj {
    height: 18px;
}	
	
._39LH-M ._1B7BXc ._36nEq1 ._2XOAEz {
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.26);
    border: none;
    font-size: 14px;
    color: #212121;
    padding: 16px 36px;
    cursor: pointer;
    margin: 18px 18px 0 0;
}
.fonts-loaded body, .fonts-loaded button, .fonts-loaded input, .fonts-loaded select, .fonts-loaded textarea {
    font-family: 'Noto Sans',sans-serif;
    letter-spacing: 0;
}
._2AkmmA {
    display: inline-block;
    border-radius: 2px;
    padding: 8px 17px;
    font-size: 14px;
    font-weight: 500;
    transition: box-shadow .2s ease;
    vertical-align: super;
    cursor: pointer;
    outline: none;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.1);
    border: 1px solid #e0e0e0;
	float:right;
	margin-top:8px;
	color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}	
.btn-grey{
    background-color:#D8D8D8;
	color:#FFF;
}
.rating-block{
	background-color:#FAFAFA;
	border:1px solid #EFEFEF;
	padding:15px 10px 30px 12px;
	border-radius:3px;
}
.bold{
	font-weight:700;
}
.padding-bottom-7{
	padding-bottom:7px;
}

.review-block{
	background-color:#FAFAFA;
	border:1px solid #EFEFEF;
	padding:15px;
	border-radius:3px;
	margin-bottom:15px;
}
.review-block-name{
	font-size:12px;
	margin:10px 0;
}
.review-block-date{
	font-size:12px;
}
.review-block-rate{
	font-size:13px;
	margin-bottom:15px;
}
.review-block-title{
	font-size:15px;
	font-weight:700;
	margin-bottom:10px;
}
.review-block-description{
	font-size:13px;
}	
._3QNwd7 {
    margin-left: 64px;
}
._1k1QCg {
    margin-top: 12px;
}
.addcart{
    padding: 15px 8px;
    border-radius: 2px;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.2);
    width: 98%;
    border: none;
    float: left;
    background: #ff9f00;
    color: #fff;
	margin-bottom:10px;
}

.addcart2{
    padding: 10px 8px;
    border-radius: 2px;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.2);
    width: 100%;
    border: none;
    float: left;
    background: #ff9f00;
    color: #fff;
	margin-bottom:10px;
}
.addcart2:hover {
  box-shadow: 0px 0px 4px #000; 
}
.buynow{
    padding: 15px 8px;
    border-radius: 2px;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.2);
    width: 98%;
    border: none;
    float: left;
    background: #fb641b;
    color: #fff;
    margin-bottom:10px;
    cursor: pointer;
    font-size: 16px;
font-weight: 800;
}
.btndel {
background-color: #fff;
color: crimson;
border: 1px solid crimson;
text-align: center;    
padding: 15px 8px;
border-radius: 2px;
box-shadow: 0 1px 2px 0 rgba(0,0,0,.2);
width: 98%;
float: left;
margin-bottom: 10px;
}
.btndel:hover {
  box-shadow: 0px 0px 4px #000; 
}
.btndef{
    text-align: center;  
    padding: 15px 8px;
    border-radius: 2px;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.2);
    width: 98%;
    border: none;
    float: left;
    background: #fb641b;
    color: #fff;
    margin-bottom:10px;
}
.btndef:hover {
  box-shadow: 0px 0px 4px #000; 
}
.pord-content table {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

.pord-content td, th {
  border: 1px solid #f0f0f0;
  text-align: left;
  padding: 8px;
}

.pord-content tr:nth-child(even) {
  background-color:#eeeeee4d ;
}
.fixedposition{
	 top: 85px !important;
     margin-bottom: 100px;
	 z-index:0 ;
	 -webkit-align-self: flex-start;
	 -ms-flex-item-align: start;
	 align-self: flex-start;
}
.addcart:hover {
  box-shadow: 0px 0px 4px #000; 
}	
.buynow:hover {
  box-shadow: 0px 0px 4px #000; 
} 
input {
	padding: 0 11px;
	font-size: 12px;
	line-height: 15px;
	border-width: 0px;
}
.modal-dialog {
	/*width: 700px;*/
	margin: 10px auto;
}
.bootstrap-dialog .modal-header.bootstrap-dialog-draggable {
	cursor: move
}
header.affix {
	position: fixed !important;
	background: #fff;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 1100 !important;
	transition: all ease-in-out 0.22s;
}
.pro_more {
        max-height: 100px;
        overflow: hidden;
        transition: all 0.2s ease 0s;
    }
.demo {  
        background-color: aliceblue;  
        color: maroon;  
    }
.accordion {
  background-color: #f9fafb;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  border-radius:5px;
  transition: 0.4s;
      border: solid 1px #e5e5e5;
}

.active22, .accordion:hover {
  background-color: #ccc;
}

.accordion:after {
/*  content: '\002B';*/
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}


.panel23 {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  margin-top:5px;
  transition: max-height 0.2s ease-out;
  
}	
.bck {
	color:#60bf79;
}
	
.licls{
	margin:0px 0px 0px 0px;
	float:left;
	font-size:14px;
	font-family: 'Noto Sans',sans-serif;
	}
.bdr{
	
   border: solid 1px #e5e5e5;
	margin-top:10px;
	margin-bottom:10px;}
.mrgntp{
	    margin-top: 20px;}
.fsdstick{
	 top: 100px;
     margin-bottom: 100px;
	 z-index:0 ;
	 -webkit-align-self: flex-start;
	 -ms-flex-item-align: start;
	 align-self: flex-start;}
	 
.btn222 {
  border: 0px solid #eee;
  padding: 4px 7px;
  border-radius:5px;
}	 
	
.btn22 {
  border: 2px solid black;
  background-color: white;
  color: black;
  font-size: 15px;
  cursor: pointer;
}
.btn22 {
  border-radius: 5px;
  padding: 5px 10px;
}
.btn21 {
  border: 2px solid black;
  background-color: #ec3237;
  color: black;
  font-size: 15px;
  cursor: pointer;
}
.btn21 {
  border-radius: 5px;
  padding: 5px 10px;
}
/* Orange */
.warning {
  border-color: #fff;
  color: white;
}

.warning:hover {
  background: #fff;
  color:#ec3237;
}

/* Red */
.danger {
  border-color: #f44336;
  color: red
}

.danger:hover {
  background: #f44336;
  color: white;
}
.btn-glass {
  flex-grow: 1;
  text-align: center;
  display: inline-block;
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  padding: 9px 0px;
  font-family: 'Noto Sans',sans-serif;
  font-weight: 300;
  border: 1px dotted transparent;
  letter-spacing: 0.98pt;
/*  text-transform: uppercase;*/
  transition: background-position 2s cubic-bezier(0, 1, 0, 1), border-color 500ms, background-color 500ms;
  position: relative;
  background-attachment: fixed, scroll;
  background-size: 100vw 100vh, cover;
  background-position: center center, 0 0;
  background-image: repeating-linear-gradient(-45deg, rgba(255, 255, 255, 0) 8%, rgba(255, 255, 255, 0.075) 10%, rgba(255, 255, 255, 0.075) 14%, rgba(255, 255, 255, 0.15) 14%, rgba(255, 255, 255, 0.15) 15%, rgba(255, 255, 255, 0.075) 17%, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0) 36%, rgba(255, 255, 255, 0.075) 40%, rgba(255, 255, 255, 0.15) 42%, rgba(255, 255, 255, 0) 43%, rgba(255, 255, 255, 0) 55%, rgba(255, 255, 255, 0.075) 60%, rgba(255, 255, 255, 0.075) 66%, rgba(255, 255, 255, 0.15) 66%, rgba(255, 255, 255, 0.075) 70%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0) 100%), radial-gradient(ellipse farthest-corner, transparent, rgba(0, 0, 0, 0.2) 110%);
}
.btn-glass:hover {
  background-position: -100vw 0, 0 0;
}
.btn-glass:active {
  background-position: -75vw 0, 0 0;
  border-style: solid;
}
.nav-light {
  background-color: white;
}
.nav-light .btn-glass {
  color: #585858;
  background-color: rgba(17, 17, 17, 0);
  font-weight:bold;
}
.nav-light .btn-glass:hover {
  color: #FFF;
  border-color: #000000;
  background-color: #111111;
}
.nav-light .btn-glass:active {
  position: relative;
  z-index: 1;
  box-shadow: 0 0 1em 0.5ex rgba(17, 17, 17, 0.5);
}
.nav-light .btn-glass.btn-primary {
  color: #6ab1d1;
  background-color: rgba(42, 143, 189, 0);
}
.nav-light .btn-glass.btn-primary:hover {
  color: rgba(255, 255, 255, 0.7);
  border-color: #1c607e;
  background-color: #2A8FBD;
}
.nav-light .btn-glass.btn-primary:active {
  position: relative;
  z-index: 1;
  box-shadow: 0 0 1em 0.5ex rgba(42, 143, 189, 0.5);
}
.nav-light .btn-glass.btn-success {
  color: #4d6b0f;
  background-color: rgba(127, 175, 27, 0);
  font-weight:bold;
}
.nav-light .btn-glass.btn-success:hover {
  color: #FFF;
  border-color: #4f6d11;
  background-color: #7FAF1B;
}
.nav-light .btn-glass.btn-success:active {
  position: relative;
  z-index: 1;
  box-shadow: 0 0 1em 0.5ex rgba(127, 175, 27, 0.5);
}
.nav-light .btn-glass.btn-warning {
  color: #fccd69;
  background-color: rgba(251, 184, 41, 0);
}
.nav-light .btn-glass.btn-warning:hover {
  color: rgba(255, 255, 255, 0.7);
  border-color: #d49104;
  background-color: #FBB829;
}
.nav-light .btn-glass.btn-warning:active {
  position: relative;
  z-index: 1;
  box-shadow: 0 0 1em 0.5ex rgba(251, 184, 41, 0.5);
}
.nav-light .btn-glass.btn-danger {
  color: #b71b0c;
  background-color: rgba(240, 35, 17, 0);
  font-weight:bold;
}
.nav-light .btn-glass.btn-danger:hover {
  color: #FFF;
  border-color: #aa180b;
  background-color: #F02311;
}
.nav-light .btn-glass.btn-danger:active {
  position: relative;
  z-index: 1;
  box-shadow: 0 0 1em 0.5ex rgba(240, 35, 17, 0.5);
}
.nav-light .btn-glass.btn-info {
  color: #006c76;
  background-color: rgba(108, 223, 234, 0);
  font-weight:bold;
}
.nav-light .btn-glass.btn-info:hover {
  color:#FFF;
  border-color: #29d0e0;
  background-color: #6CDFEA;
}
.nav-light .btn-glass.btn-info:active {
  position: relative;
  z-index: 1;
  box-shadow: 0 0 1em 0.5ex rgba(108, 223, 234, 0.5);
}
.nav-dark {
  background-color: #444;
}
.nav-dark .btn-glass {
  color: rgba(255, 255, 255, 0.7);
  background-color: rgba(17, 17, 17, 0);
}
.nav-dark .btn-glass:hover {
  border-color: #000000;
  background-color: #111111;
}
.nav-dark .btn-glass:active {
  position: relative;
  z-index: 1;
  box-shadow: 0 0 1em 0.5ex rgba(17, 17, 17, 0.5);
}
.nav-dark .btn-glass.btn-primary {
  color: rgba(255, 255, 255, 0.7);
  background-color: rgba(42, 143, 189, 0);
}
.nav-dark .btn-glass.btn-primary:hover {
  border-color: #1c607e;
  background-color: #2A8FBD;
}
.nav-dark .btn-glass.btn-primary:active {
  position: relative;
  z-index: 1;
  box-shadow: 0 0 1em 0.5ex rgba(42, 143, 189, 0.5);
}
.nav-dark .btn-glass.btn-success {
  color: rgba(255, 255, 255, 0.7);
  background-color: rgba(127, 175, 27, 0);
}
.nav-dark .btn-glass.btn-success:hover {
  border-color: #4f6d11;
  background-color: #7FAF1B;
}
.nav-dark .btn-glass.btn-success:active {
  position: relative;
  z-index: 1;
  box-shadow: 0 0 1em 0.5ex rgba(127, 175, 27, 0.5);
}
.nav-dark .btn-glass.btn-warning {
  color: rgba(255, 255, 255, 0.7);
  background-color: rgba(251, 184, 41, 0);
}
.nav-dark .btn-glass.btn-warning:hover {
  border-color: #d49104;
  background-color: #FBB829;
}
.nav-dark .btn-glass.btn-warning:active {
  position: relative;
  z-index: 1;
  box-shadow: 0 0 1em 0.5ex rgba(251, 184, 41, 0.5);
}
.nav-dark .btn-glass.btn-danger {
  color: rgba(255, 255, 255, 0.7);
  background-color: rgba(240, 35, 17, 0);
}
.nav-dark .btn-glass.btn-danger:hover {
  border-color: #aa180b;
  background-color: #F02311;
}
.nav-dark .btn-glass.btn-danger:active {
  position: relative;
  z-index: 1;
  box-shadow: 0 0 1em 0.5ex rgba(240, 35, 17, 0.5);
}
.nav-dark .btn-glass.btn-info {
  color: rgba(255, 255, 255, 0.7);
  background-color: rgba(108, 223, 234, 0);
}
.nav-dark .btn-glass.btn-info:hover {
  border-color: #29d0e0;
  background-color: #6CDFEA;
}
.nav-dark .btn-glass.btn-info:active {
  position: relative;
  z-index: 1;
  box-shadow: 0 0 1em 0.5ex rgba(108, 223, 234, 0.5);
}
nav.btn-bar {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
/*
:root {
  font-family: 'Open Sans', sans;
  font-size: 11pt;
  line-height: 1.6;
  min-height: 100vh;
  background-attachment: fixed, scroll;
  background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/49914/grit-fs8.png), radial-gradient(ellipse farthest-corner, #555, #999);
}*/

article {
  padding: 0;
  border: 2px solid transparent;
  border-radius: 2px;
  box-sizing: border-box;
  background-color: white;
  box-shadow: 0 0px 4px rgba(0, 0, 0, 0.3);
}

article + article {
  margin-top: 4em;
}
article section {
  margin: 2em;
}
article > section > h2 {
  font-family: 'Noto Sans',sans-serif;
  font-weight: 500;
  font-size: 1.3em;
  margin-bottom: 0.8em;
}
article > section > p {
  margin-bottom: 1em;
  text-indent: 2ch;
}
article > section > p:first-child,
article > section > h2 + p {
  text-indent: 0;
}
h1 {
  font-family: 'Noto Sans',sans-serif;
  font-weight: 800;
  font-size: 30px;
}
.quantity{
	width: 80px;
    background: #f7f7f7ee;
    border-radius: 3px;}
    .loginp{
	margin-top:20px; 
	font-size:13px;
	color:#959595;}

.clrsp{
	color:#494e4e;}

.clrsp2{
	margin-top:10px;}
.clrsp3{
	text-align:left;}
.clrsp4{
	text-align:center;}		
.clrsp4:hover{
	text-align:center;
	color:gray}		

hr.new3 {
    border-top: 1px dotted #000;
    margin-top: 0px;
}
.addmore{
    padding: 10px 8px;
    border-radius: 2px;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.2);
    width: 98%;
    border: none;
    background: #FFF;
    color: #000;
    margin-bottom:10px;
	font-size:14px;
	border:1px solid #CCC;
	cursor: pointer;
	text-align:center;
}
.accordionxx {
  background-color: #f9fafb;
  color: #444;
  cursor: pointer;
  padding: 10px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  border-radius:5px;
  transition: 0.4s;
  border: solid 1px #e5e5e5;
}
.changebtn {
    padding: 2px 20px;
    border-radius: 2px;
    border: 1px solid #e0e0e0;
    color: #2874f0;
    background: #fff;
    margin-left: auto;
    cursor: pointer;
    text-transform: uppercase;
    font-size:14px;
}
.bdr2{
    border: solid 1px #e5e5e5;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 10px;
    border-radius: 5px;
    background: #eee;
}
.buynowckeck{
    padding: 15px 8px;
    border-radius: 2px;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.2);
    width: 98%;
    border: none;
    background: #fb641b;
    color: #fff;
    margin-bottom:10px;
    cursor: pointer;
}
.buynowckeck:hover {
 box-shadow: 0px 0px 4px #000; 
} 
  
/*---------------------------------------------------
	HEADER
------------------------------------------------------*/

/* Logo */
#trueHeader #logo{
	float:left;
	display:block;
	width:100%;
	min-height: 75px;
	margin-top:0px;
	position: relative;
	text-indent:-999em;
	background:url(../../../images/logo.png) no-repeat left bottom;
}

/* top navigation */
.top_nav {
	float: left;
	width: 100%;
	padding: 10px 0px 0px 0px;
	background-color: #eee;
}
.top_nav .right {
	float: left;
	width: 100%;
	padding-bottom: 10px;
	border-bottom: 1px solid #f7f7f7;
}
.top_nav .right ul {
	float: right;
	padding: 0px;
	margin: 0px;
}
.top_nav .right li {
	float: left;
	font-size: 12px;
	padding: 0px;
	margin: 0px 0px 0px 13px;
}
.top_nav .right li:hover i {
	color: #454545;
}
.top_nav .right li a {
	color: #999;
}
.top_nav .right li a:hover {
	color: #727272;
}
.top_nav .right li.link {
	float: left;
	font-size: 12px;
	margin-left: 18px;
	margin-top: 1px;
}
.top_nav .right li.link i {
	margin-right: 3px;
}

/* header area adinationals */
.logo {
	float: left;
	width: 25%;
}
.menu_main {
	float: right;
	width: 75%;
	z-index: 9000;
	position: relative;
}
.topmrgn{
	margin-top:10px;}
.topmrgn p{
	color:#000 !important;
	font-size:13px;
	line-height:22px;
	text-align:left;}

.list-unstyled a {
    color: #272727;
    padding: 4px 0px;
    width: 100%;
	transition-property: margin-left, background-color;
	transition-duration: 0.3s;
	transition-timing-function: ease-out;

}

.list-unstyled a:hover {
    color: #272727;
    background-color: #ccc;
    text-decoration: none;
	transition-property: margin-left, background-color;
	transition-duration: 0.3s;
	transition-timing-function: ease-out;
	border-radius: 3px;
}

.list-unstyled a:before {
    font-size: 12px;
    margin-right: 5px;
}

ol{
	font-size:14px;
	line-height:29px;
	color:#000;}
ol > li {
	color:#000;}	
.list-unstyled h4{
	color:#f00;}	
/*.list-unstyled p{
	border-bottom:2px solid #CCC;}
.list-unstyled p:hover{
	border-bottom:0px;}	*/
.cng a{
	font-weight:600;
	font-size:13.5px;
	text-align:left;}
/*ul{
	font-size:14px;
	line-height:29px;
	color:#000;
	list-style:circle;}*/

/*mega menu*/
/* side bar toogle */
.accordion_container {
 	width: 100%;
}
.accordion_head {
	background: #607D8B;
    color: white;
    cursor: pointer;
    font-family: arial;
    font-size: 13px;
	margin: 0 0 1px 0;
    padding: 7px 7px;
}
.accordion_body {
	background: #fff;
}
.accordion_body p{
    padding: 2px 0px px 5px;
    margin: 0px;
}
.accordion_body a{
	color:#333
}
.accordion_body a:hover{
	color:#ec3237
}
.plusminus{
	float:right;
}

/* /// mix up css//// */
.parallax_sec2 {
    float: left;
    width: 100%;
    text-align: center;
    padding: 10px 0px 10px 0px;}

.parallax_sec1 {
    float: left;
    width: 100%;
    text-align: center;
    padding: 25px 0px 10px 0px;
    background: #eee url(../images/parallax-bg1.html);
    background-attachment: fixed;
    background-origin: initial;
    background-clip: initial;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 100% 0;
    background-position: center;
    position: relative;
    min-height: auto;
}
.parallax_sec1 ul.left {
    float: left;
    width: 47%;
    padding-right: 2.9%;
    border-right: 1px solid #616161;
}
.parallax_sec1 .left li {
    float: left;
    width: 100%;
    text-align: right;
    color: #edb5b5;
    padding: 0px;
    margin: 0px 0px 40px 0px;
}

.parallax_sec1 .left li i {
    float: right;
    color: #fff;
    font-size: 17px;
    width: 35px;
    height: 35px;
    text-align: center;
    border-radius: 100%;
    vertical-align: middle;
    line-height: 35px;
    background-color: #00caf0;
    margin-left: 4px;
    -webkit-transition: background-color .8s, -webkit-transform .8s;
    transition: background-color .8s, transform .8s;
}

.parallax_sec1 .left li:hover i,
.parallax_sec1 .right li:hover i {
	color: #fff;
	background-color: #ec3237;
}

.parallax_sec1 ul.right {
    float: left;
    width: 47%;
    padding-left: 3%;
	
}
.parallax_sec1 .right li {
    float: left;
    width: 100%;
    text-align: left;
    color: #333;
    padding: 0px;
    margin: 0px 0px 40px 0px;
}
.parallax_sec1 .right li i {
    float: left;
    color: #fff;
    font-size: 17px;
    width: 35px;
    height: 35px;
    text-align: center;
    border-radius: 100%;
    vertical-align: middle;
    line-height: 35px;
    background-color: #666;
    margin-right: 4px;
    -webkit-transition: background-color .8s, -webkit-transform .8s;
    transition: background-color .8s, transform .8s;
}
.parallax_sec1  p{
	color:#FFF;}
.parallax_sec1 a{
	color:#424242;
}
.parallax_sec1 a:hover{
	color:#ec3237;
}

.mnbox{
    width: 248px;
    height: auto;
    float: left;
    margin: 10px;
    background: #fff68d80;
	border: 5px solid #FFF;
	}
.mnbox:hover{
	width:248px;
	height:auto;
	float:left;
	margin:10px;
	background:#fff;
	}	
.bgcolor{
    background: #fff;
    box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.1);
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;}
	
.bgcolortop{
    background: #fff;
    box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.1);
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;}	
.bgcolorfull{
    background: #ffffffc7;
    box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.1);
        border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
	color:#FFF;
    }			
.bgclrm{
	    background: #ffffffc7;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;}	
	

      

.bghh{
    background:  #ffffffc7;
    box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.1);
      border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
	color:#FFF;
    }        

.fbold{
	font-family: cursive;
    font-size: larger;
	margin-top:22px;}	
.bgcolor a{
    color:#333;
}	
.bgcolor a:hover{
    color:#ec3237;
}	
.mqnda{
    text-align: justify;
    background: #FFF;
    padding: 10px;
    border-radius: 5px;
}
.softcopy{
	    float: right;
    color: #FFF;
    margin-left: 21px;
    margin-right: 20px;
    background: #0096e2;
    padding: 6px;
    font-size: 24px;
    border-radius: 7px;
	}
	
.softcopy:hover{
    color: #FFF;
    background: #ec3237;
}	
.facolor {
    color: #ed5557;
}
.sploffer {
    background: #df3f46;
    border: 1px solid #df3f46;
    border-radius: 2px;
padding: 10px;
position: relative;
}
.articlemg {
    background: #fe7d4e;
    border: 1px solid #eaeaea;
    border-radius: 2px;
    padding: 10px;
    position: relative;
}
.articleimg {
    margin:-10px;height: 60px;width: 170px;
}
.question_option {
    border: 1px solid #e2e2e2;
    cursor: pointer;
}
.hpanel .panel-body {
    background: #fff;
    border: 1px solid #eaeaea;
    border-radius: 2px;
    padding: 10px;
    position: relative;
}
.h-200 {
    min-height: 200px;
}
.h-200 p{
	line-height:24px;}
.h-200 li{
	margin-bottom:10px;}

.panel-body li{
	line-height:24px;
	margin-bottom:15px;}	
.panelfotrt {
  border-radius: 0;
}
.fontsizeh2 {
  font-size: 25px;
  margin-top: 10px;
}
.curnttop {
 padding: 0 10px;
 margin-bottom:5px;
}
.curnth3 {
 /*margin:5px 0;
 font-weight:500;
 line-height:25px;*/
 margin-bottom: 10px;
  margin-top: 10px;
font-size: 22px;
font-weight: 400;
}
.h3over {
 overflow: unset;
}
.backcolorunset {
 background-color:unset;
 font-size:15px;
}
.hpanel>.panel-footer, .hpanel>.panel-section {
    color: #fff;
/*    border: 1px solid #eaeaea;*/
    border-top: 0;
    /* font-size: 90%; 
    background: #ed5557;*/
    background: #193864;
    padding: 5px 10px;
    font-weight: bold;
}
.hpanel {
    background-color: #FFF;
    border: 0;
    box-shadow: none;
    margin-bottom: 25px;
}	

.first_language {
	text-align:left;}	
	
.am p {
    color: #494e4e;
    text-align: justify;
    /* line-height: 21px; */
    font-size: 13px;	
}	
header .top_header .top_am ul {
   /* float: left*/
}
header .top_header .top_am ul li {
    margin: 0;
    float: left;
    padding: 0;
    position: relative
}
header .top_header .top_am ul li {
    margin: 0;
    float: left;
    padding: 0;
    position: relative;
    list-style:none;
}
header .top_header .top_am ul li a {
    color: #fff;
    display: block;
    padding: 13px 0;
    /*border-right: 1px solid #4d4d4d;*/
    font-size: 16px;
}
header .top_header .top_am ul li a:hover,
header .top_header .top_am ul li a:focus,
header .top_header .top_am ul li a:active {
    color: #ec3237
}	
.tab .nav-tabs {
    background: #24160d;
    display: table;
    width: 100%;
    text-align: center;
}
.tab .nav-tabs {
    background: #0096e2;
    border-bottom: none;
    padding: 2px 0px 3px 2px;
    height: 48px;
    width: 101.8%;
}
.nav-tabs {
    border-bottom: 1px solid #ddd;
}
.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.nav-tabs {
    border-bottom: 1px solid #ddd;
}
.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.tab .nav-tabs li a {
    height: 45px;
    display: block;
border-radius:0px;
    font-size: 16px;
    color: #000;
background: #fcf8e3ab;
    border: none;
    text-transform: ;
    transition: all .1s ease 0s;
    font-family: 'Noto Sans',sans-serif;
    margin-bottom: 0px;
padding-top: 12px;
}
.tab .nav-tabs li a:hover, .tab .nav-tabs li.active a {
    background: #fcf8e3;
    color: #000;
    border: none;
    border-radius:0px;
    font-family: 'Noto Sans',sans-serif;
    font-size: 16px;
    display: block;
    margin-top: 0px;
}	
/* The container */
.container2 {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.container2 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark2 {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.container2:hover input ~ .checkmark2 {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.container2 input:checked ~ .checkmark2 {
  background-color: #2196F3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark2:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.container2 input:checked ~ .checkmark2:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.container2 .checkmark2:after {
 	top: 9px;
	left: 9px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: white;
}	
.headingmain {
    /*background: #0096e2;*/
    background: #193864;
    color: #FFF;
    text-align: center;
    font-size: 35px;
}
.chrle {
    margin: 15px 0;
    padding: 10px;
    box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
}
.chrle h6 {
    font-weight: bold;
    font-size:16px;
    text-decoration: underline;
}
.ptnchr {
    background:#eee;
    margin-top:10px;
    border-radius:10px; 
    padding:5px 10px;
}
.titlex {
    font-family: 'Noto Sans',sans-serif;
    font-size: 24px;
    line-height: 25px;
    font-weight: 400;
    margin-top: 10px;
    margin-bottom: 10px;
    text-decoration: underline;
}
/* new Design Extra Css */
.vmore{	
	float: right;
    background: #FC0;
    margin-top: -6px;
    padding: 6px;
    border-radius: 5px;
}
.vmore:hover{	
	float: right;
    background: #FFF;
    margin-top: -6px;
    padding: 6px;
    border-radius: 5px;
}	
.bdrlft{
	border-left:#F00 4px solid;}	
.btmmrgin{
	margin-bottom:10px;
	}	
.pdlf{
	padding-left:0px;}	
.clred{
	color:#F00;}	
.hpanel .panel-body3 {
   background: #f5f5f5; 
    border-bottom: 1px solid #eaeaea;
    padding: 5px;
    position: relative;
	font-size: 13.9px;
}	
.hpanel .panel-body4 {
   background: #fff; 
    border-bottom: 1px solid #eaeaea;
    padding: 5px;
    position: relative;
	font-size: 13.9px;
}
.hpanel .panel-body4:hover {
   background: #f7dadaee; 
    border-bottom: 1px solid #eaeaea;
    padding: 5px;
    position: relative;
	font-size: 13.9px;
}
.clylw {
    color: #ffeb00;
}
.ca_more {
        margin-bottom: 15px;
        max-height: 250px;
        overflow: hidden;
        transition: all 0.2s ease 0s;
		padding-right: 10px;
    }
.pmb{
	margin-bottom:10px;}	
.pro_boxtt {
    background: #ffffff;
    padding: 5px;
    -moz-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.1);
    -webikit-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 5px 2px rgb(0 0 0 / 10%);
    margin: 15px 0;
    font-size: 16px;
    color: gray;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}	
	
	.pro_boxtt .price {
    color: #ec3237
}
.pro_boxtt h3 {
    font-size: 16px;
    font-weight: 400;
    margin-top: 10px;
    height: auto;
    overflow: hidden;
}

.pro_boxtt h3 a {
    color: #333
}

.pro_boxtt h3 a:hover {
    color: #ec3237
}
.pro_boxtt .pro_image .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    background: rgba(51, 51, 51, 0.9);
    top: 100%;
    left: 0;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    padding: 15px;
    overflow: hidden;
}
.pro_boxtt .pro_image {
    background: #e8e8e8;
    text-align: center;
    padding: 15px;
    position: relative;
    overflow: hidden margin:0 auto;
    display: block;
}
.fcl{
	    font-size: 10px;
    color: #999;}
.form-control007 {
	width:100%;
    background: #fff;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 5px;
    border: 1px solid #999;
    height: auto;
    padding: 10px 10px;
    -moz-box-shadow: 0 0 0;
    -o-box-shadow: 0 0 0;
    -webikit-box-shadow: 0 0 0;
    box-shadow: 0 0 0;
}	
.color-line {
	background: #f7f9fa;
	height: 6px;
	background-image: -webkit-linear-gradient(left, #34495e, #34495e 25%, #9b59b6 25%, #9b59b6 35%, #3498db 35%, #3498db 45%, #62cb31 45%, #62cb31 55%, #ffb606 55%, #ffb606 65%, #e67e22 65%, #e67e22 75%, #e74c3c 85%, #e74c3c 85%, #c0392b 85%, #c0392b 100%);
	background-image: -moz-linear-gradient(left, #34495e, #34495e 25%, #9b59b6 25%, #9b59b6 35%, #3498db 35%, #3498db 45%, #62cb31 45%, #62cb31 55%, #ffb606 55%, #ffb606 65%, #e67e22 65%, #e67e22 75%, #e74c3c 85%, #e74c3c 85%, #c0392b 85%, #c0392b 100%);
	background-image: -ms-linear-gradient(left, #34495e, #34495e 25%, #9b59b6 25%, #9b59b6 35%, #3498db 35%, #3498db 45%, #62cb31 45%, #62cb31 55%, #ffb606 55%, #ffb606 65%, #e67e22 65%, #e67e22 75%, #e74c3c 85%, #e74c3c 85%, #c0392b 85%, #c0392b 100%);
	background-image: linear-gradient(to right, #34495e, #34495e 25%, #9b59b6 25%, #9b59b6 35%, #3498db 35%, #3498db 45%, #62cb31 45%, #62cb31 55%, #ffb606 55%, #ffb606 65%, #e67e22 65%, #e67e22 75%, #e74c3c 85%, #e74c3c 85%, #c0392b 85%, #c0392b 100%);
	background-size: 100% 6px;
	background-position: 50% 100%;
	background-repeat: no-repeat
}	
.abcrght{
	background:#ccc;}
.abcrght:hover{
	background:#CCC;
	color:#000;
	text-decoration:blink;}
.social-btns .btn,
.social-btns .btn:before,
.social-btns .btn .fa {
  transition: all 0.35s;
  transition-timing-function: cubic-bezier(0.31, -0.105, 0.43, 1.59);
}
.social-btns .btn:before {
  top: 90%;
  left: -110%;
}
.social-btns .btn .fa {
  transform: scale(0.8);
}
.social-btns .btn.facebook:before {
  background-color: #3b5998;
}
.social-btns .btn.facebook .fa {
  color: #3b5998;
}
.social-btns .btn.twitter:before {
  background-color: #3cf;
}
.social-btns .btn.twitter .fa {
  color: #3cf;
}
.social-btns .btn.google:before {
  background-color: #8a3ab9;
}
.social-btns .btn.google .fa {
  color: #8a3ab9;
}
.social-btns .btn.dribbble:before {
  background-color: #ff0000;
}
.social-btns .btn.dribbble .fa {
  color: #ff0000;
}
.social-btns .btn.skype:before {
  background-color: #00aff0;
}
.social-btns .btn.skype .fa {
  color: #00aff0;
}
.social-btns .btn.whatsaap:before {
  background-color: #128C7E ;
}
.social-btns .btn.whatsaap .fa {
  color: #128C7E ;
}
.social-btns .btn:focus:before,
.social-btns .btn:hover:before {
  top: -10%;
  left: -10%;
}
.social-btns .btn:focus .fa,
.social-btns .btn:hover .fa {
  color: #fff;
  transform: scale(1);
}
.social-btns {
  height: 30px;
  margin: auto;
  font-size: 0;
/*  text-align: center;*/
 /* position: absolute;*/
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.social-btns .btn {
  display: inline-block;
  background-color: #fff;
  width: 30px;
  height: 30px;
  line-height: 17px;
  margin: 0 5px;
  text-align: center;
  position: relative;
  overflow: hidden;
  border-radius: 28%;
  box-shadow: 0 5px 15px -5px rgba(0,0,0,0.1);
  opacity: 0.99;
}
.social-btns .btn:before {
  content: '';
  width: 120%;
  height: 120%;
  position: absolute;
  transform: rotate(45deg);
}
.social-btns .btn .fa {
  font-size: 16px;
  vertical-align: middle;
  margin-left: -2px;
}
.fntclr{
font-size:12px; color:#999; 
}
.fntclr:hover{
font-size:12px; color:#fff;
}
.t1{
  color:#eee;}	
    .displayclass {  
      padding: 10px 20px;
      background-color:teal;
      color:#fff;
      font-weight: bold;
}

.displayclass:hover{  
      background-color:firebrick;
      color:#fff;
}
.displayclasss {  
      padding: 10px 20px;
      background-color:teal;
      font-weight: bold;
}

.displayclasss a:hover{  
      background-color:firebrick;
      color:#fff;
}	
.breadcrumbs ol li a span {
  color: navy;  
}
.breadcrumbs ol li a span:hover {
    background-color:red;
    color:#fff;
    padding:5px 10px;
    font-weight:bold;
    border-radius:20px;
}
header .search_toggle button {
    color: #ccc;
    position: absolute;
    right:30px;
    top: 0px;
    padding: 4px 10px;
    font-size: 30px;
    background-color:transparent;
    border: 0;
}
.inputboxclasss {
    border-radius:0;
}
.list-view .summary {
    color:#494e4e;
}
.buttonmodall {
    cursor: pointer;
}
.buttonmodalal {
    cursor: pointer;
}
.menuicon123 {
    margin-left:10px;
    margin-top:13px;
}
.whatsapp_icon {
  box-shadow: 1px 6px 24px 0 rgb(7 94 84 / 24%);
  background: #25d366;
  width: 60px;
  height: 60px;
  border-radius: 50px;
  bottom: 20px;
  position: fixed;
  text-align: center;
  line-height: 56px;
  right: 20px;
  z-index: 500;
}
.fntclr {
  font-size: 15px;
}
.fntclr:hover {
  font-size: 15px;
}
.widget ul li a::after {
    margin-left:5px;
}
.nw-back-to-top-btn-wrapper {
  text-align: center;
  background: #efefef;
}
.nw-back-to-top-btn {
  border: 0;
  width: 170px;
  padding: 16px 14px;
  background: #abc72c;
  cursor: pointer;
  text-align: center;
  color: #000;
}
.nw-back-to-top-btn span {
  cursor: pointer;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
  color: #000;
}
.nw-back-to-top-btn i {
  padding-right: 8px;
  font-size: 16px;
  font-weight: 600;
}
footer {
    margin-top: 30px;
}
.footerh4 {
    color:#FC0; font-size:15px;
}
.footercorp {
    color:#FC0; font-size:15px; margin-bottom:-7px;
}
.menutop {
  border-bottom: 3px solid #ec3237;position: relative;
}
.headerfull {
  background:#ccc;  
}
.opupcla {
   text-align:center;padding:70px 0;
}
.releasenewtop {
 margin-top:20px;
}
.releasenewbot {
 margin-bottom:10px;
}
.martopzero {
  margin-top: 0;
}
.padallzero {
  padding:0;
}
.martopbtm {
 margin-top:0;
 margin-bottom: 0;
}
.botmmartop {
 margin-top:0px;
 padding:10px 20px;
}
.txtmarg {
 text-align: left;
 margin-bottom:5px;
}
.embedvid {
  width: 100%; height: 230px;   
}
.marginbtm {
   margin-bottom: 0;
}
.sidebarcnt {
    border-bottom: 1px solid #ddd;
    padding: 10px 15px;
    margin: 0 0 0px;
    font-size: 17px;
    color: #474747;
    line-height: 1.6;
}
.cntcur {
  cursor: pointer;
}
.infocusmg {
  background: #c7ebfc;
  border: 1px solid #eaeaea;
border-radius: 2px;
padding: 10px;
position: relative;
}
.infocusimg {
    margin:-10px;
    height: 60px;
    width: 170px;
}
.ptmg {
    background: #193864;
    border-radius: 0;
    color: #fff;
    border-top: 0;
    padding: 5px 10px;
font-weight: bold;
}
.ptsubcat {
    padding: 5px 15px;
    background-color: #1e73a6;
    color: #fff;
    font-size: 17px;
    margin:0;
}
.ptcntsub {
    padding: 5px 15px;
    background-color: #ae3333;
    color: #fff;
    font-size: 16px;
}
.mainshead {
    background: #193864;
    border-radius: 0;
    color: #fff;
    border-top: 0;
}
.mainssubhead { 
    padding: 5px 15px;
    background-color: #1e73a6;
    color: #fff;
    font-size: 17px;
    margin:0;
}  
.mainscant {
    padding: 5px 15px;
    background-color: #ae3333;
    color: #fff;
    font-size: 16px;
}
.txtright {
    text-align:right;
}
.txtcol {
    color:#FC0;
}
.adrescol {
    font-size:13px;
    color:#fff;
}
@-moz-document url-prefix() {
 .menuicon123 {
     margin-left:10px;
    margin-top:-15px;
 }
}
@media (min-width: 320px) and (max-width: 480px) {
  .search-hide {
    display:none;
  }
}
.panelfotrt a {
    color:#ffffff;
}
.panelfotrt a:hover {
    color:#a81014;
}
.cat-new ul {
  margin: 5px 0 5px;
}
.cat-new ul li {
  width: auto;
  display: inline-block;
  position: relative;
  margin: 0 0 15px;
  padding-right: 10px;
  padding-left: 0px;
  background: transparent;
  font-size: 16px;
  color: #474747;
  line-height: 1.6;
}
.cat-new ul li a {
  color: #4b4040;
  font-style: italic;
  font-size: 16px;
  background-color: #eee;
  border-radius: 4px;
  padding: 5px 8px;
}
.cat-new ul li a:hover {
  color: #a81014;
}
.cat-new ol {
  margin: 5px 0 5px;
}
.cat-new ol li {
  width: auto;
  display: inline-block;
  position: relative;
  margin: 0 0 15px;
  padding-right: 10px;
  padding-left: 0px;
  background: transparent;
  font-size: 16px;
  color: #474747;
  line-height: 1.6;
}
.cat-new ol li a {
  color: #4b4040;
  font-style: italic;
  font-size: 16px;
  background-color: #eee;
  border-radius: 4px;
  padding: 5px 8px;
}
.cat-new ol li a:hover {
  color: #a81014;
}
.new-border {
  border-top: 2px solid #ccc;
  text-align: left;
}
.new-border {
  border-top: 2px solid #ccc;
  text-align: left;
}
.new-border ul.actions {
  font-size: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}
.new-border ul.actions li {
  width: auto;
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
  font-size: 14px;
  color: #707070;
  opacity: .5;
  filter: alpha(opacity=50);
  background-position: left center;
  background-repeat: no-repeat;
  margin-bottom: 0;
}
.new-border h2 {
    font-size: 18px;
    font-weight: normal;
    color: #474747;
    line-height: 1.6;
}
.ptmg a {
    color:#ffffff;
}
.ptmg a:hover {
    color:#a81014;
}
@media screen and (min-width:992px) and (max-width:1200px){.social_info{display:none!important}}@media screen and (min-width:768px) and (max-width:992px){.social_info{display:none!important}}@media screen and (max-width:767px){.social_info{justify-content:center;display:none!important}}