/*----------------------------------------*/
/*  1.  Theme default CSS
/*----------------------------------------*/

html,
body {
    height: 100%;
}
.floatleft {
    float: left
}
.floatright {
    float: right
}
.alignleft {
    float: left;
    margin-right: 15px;
    margin-bottom: 15px
}
.alignright {
    float: right;
    margin-left: 15px;
    margin-bottom: 15px
}
.aligncenter {
    display: block;
    margin: 0 auto 15px
}
a:focus {
    outline: 0px solid;
    text-decoration: none;
}
a:hover {
    text-decoration: none !important;
}
img {
    max-width: 100%;
    height: auto
}
.img{
    padding-top: 5px;
    padding-bottom: 5px;
}
.fix {
    overflow: hidden
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0 0 15px;
}
h2 {
    font-size: 30px;
    text-transform: capitalize;
    
    color: #0B4680;
    margin: 0 0 15px;
}

a {
    transition: all 0.3s ease 0s;
    text-decoration: none
}
ul {
    list-style: outside none none;
    margin: 0;
    padding: 0
}
p {
    color: #000000;
    font-size: 14px;
    line-height: 20px
}
body {
    font-family: 'Open Sans', sans-serif;
	font-size: 14px;
    line-height: 30px
}
#loader-wrapper .logo {
    left: 48.7%;
    position: absolute;
    top: 48%;
}
#loader-wrapper .logo a {
    font-weight: 700;
    color: #3498DB;
    font-size: 12px;
}
#main_menu .logo img {
    width: 160px;
}
.logo span {
    color: #f85654;
}
#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background: #fff;
}
#loader {
    display: block;
    height: 150px;
    left: 50%;
    margin: -75px 0 0 -75px;
    position: relative;
    top: 50%;
    width: 200px;
    background-image: url(images/logo.png);
    background-repeat: no-repeat;
}
/*scrollup css*/

.arrowup {
    bottom: 0;
    right: 0;
    position: absolute;
}
.arrowup a.scrolluptp {
    background: #f00 none repeat scroll 0 0;
    color: #fff;
    padding: 10px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    transition: background-color 0.3s ease 0s, padding 0.3s ease 0s, margin-bottom 0.3s ease 0s;
}
.scrolluptp:hover {
    padding: 20px 10px;
    background-color: #730000;
    color: #fff
}
.scrolluptp a {
    font-size: 22px;
}
/*==========================
 HEADER TOP AREA 
============================*/

#hd-sec {
    background: #130f40;
}
.logo {
    display: inline-block;
    float: left;
}
.logo img {
    height: 60px;
    margin-top: 5px;
}
.hd-tp {
    float: right;
    border-left: 1px solid #f07d7d;
    border-right: 1px solid #f07d7d;
}
.hd-tp li {
    display: inline-block;
    float: left;
    border-right: 1px solid #f07d7d;
}
.hd-tp li:hover {
    background: #fff;
    transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -webkit-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
}
.hd-tp li:hover i {
    color: #E70000;
    transition: all 0.9s ease 0s;
    -moz-transition: all 0.9s ease 0s;
    -webkit-transition: all 0.9s ease 0s;
    -o-transition: all 0.9s ease 0s;
}
.hd-tp li:hover a {
    color: #E70000
}
.hd-tp li i {
    font-size: 16px;
    font-weight: bold
}
.hd-tp a {
    color: #fff;
    float: left;
    font-size: 14px;
    font-weight: bold;
    padding: 10px;
}
#flip {
    border: 0px solid #e70000;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    padding: 10px;
}
#flip:hover {
    color: #E70000
}
#flip i {
    margin-right: 10px
}
#panel {
    background: #730000 none repeat scroll 0 0;
    display: none;
    padding: 50px;
}
.srch-box {
    text-align: center;
}
.srch-box form {
    display: inline-block;
}
.clear-holder {
    position: relative;
    float: left;
}
.clear-helper {
    background: #e70000 none repeat scroll 0 0;
    border-radius: 100%;
    color: #fff;
    cursor: pointer;
    font-size: 19px;
    padding: 0 10px 6px;
    position: absolute;
    right: 13px;
    top: 8px;
}
.srch-box input[type="text"] {
    border: 1px solid #e0e0e0;
    border-radius: 25px;
    padding: 15px;
    width: 600px;
    float: left
}
.srch-box input[type="submit"] {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #fff;
    color: #e70000;
    font-size: 15px;
    text-transform: uppercase;
}
.srch-box label {
    background: #fff none repeat scroll 0 0;
    border-radius: 25px;
    margin-left: 20px;
    padding: 13px 25px;
    display: inline-block;
    float: left;
}
.srch-box label i {
    color: #e70000;
    font-size: 17px;
}
#panel .srch-box input[type="text"]:focus {
    border: 1px solid #E70000
}
/*=============================
 MAIN MENU AREA
===============================*/

.menu-nav.sticky-menu {
    background-color: #fff;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 998;
    width: 100%
}
/*mobile menu*/
/*custom menu css*/

.nav-tabs {
    display: inline-block;
    border-bottom: none;
    padding-top: 15px;
    font-weight: bold;
}
.nav-tabs > li > a,
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus,
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    border: none;
    border-radius: 0;
}
.nav-list > li {
    background-image: url(images/mm-sprite.png);
    background-repeat: no-repeat;
}
.nav-list > li:first-child {
    background-image: none;
}
.nav-list > li:last-child {
    border-right: 0;
}
.nav-list > li > a:hover {
    text-decoration: none;
}
.nav-list > li > a > span {
    display: block;
    font-weight: bold;
    text-transform: uppercase;
}
.mega-dropdown {
    position: static !important;
}
.mega-dropdown-menu {
    padding: 20px 15px 15px;
    text-align: left;
    width: 100%;
}
/*custom css*/

.navbarmenu {
    background: rgba(0, 0, 0, 0) url("images/menubg.png") no-repeat scroll center bottom / 100% 6px;
    margin-bottom: -3px!important;
    position: relative;
    background-color: #fff
}
.navmenu {
    margin: 0;
    float: right;
}
.navmenu > li {
    display: inline-block;
}
.navmenu > li > a {
    color: #666;
    font-size: 13px;
    font-weight: 600;
    padding: 20px 10px;
    text-transform: capitalize;
    transition: all 1s ease 0s;
    display: inline-block;
    position: relative
}
.navmenu > li > a::after {
    bottom: 6px;
    content: "";
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
}
.navmenu > li > a:hover {
    color: #E70000
}
.navmenu > li > a:hover:after {
    border-bottom: 4px solid #E70000;
}
#men {
    text-align: center;
}
.megamenudropdown.dropdown-menu.mega-dropdown-menu {
    background: #f7f7f7 none repeat scroll 0 0;
    border: 0 none;
    box-shadow: none;
    left: 0;
    margin: -3px auto 0;
    right: 0;
    text-align: center;
    width: 790px;
}
.megamenudropdown.dropdown-menu.mega-dropdown-menu.left_specing {
    left: 100px;
}
.megamenudropdown.dropdown-menu.mega-dropdown-menu.left_specing_another {
    left: 200px;
}
.dropdownlist.aboutusmenu {
    top: -110px;
    position: relative;
    width: 100%;
    height: 100%
}
/*simple dropdown menu start*/

.navmenu .simpledropdown {
    background: #f7f7f7 none repeat scroll 0 0;
    border: 0 none;
    border-radius: 0;
    top: 73px;
}
.navmenu .simpledropdown li a {
    color: #666;
    text-transform: capitalize;
    padding: 10px 40px;
}
.navmenu .simpledropdown li a:hover {
    background: #E70000;
    color: #fff;
}
/*simple dropdown menu end*/

.megamenutab {
    bottom: -40px;
    position: absolute;
    text-align: center;
    width: 100%;
}
.megamenutab li {
    display: inline-block;
    width: 33%;
}
.dropdownlist {
    width: 215px
}
.dropdownlist > h2 {
    color: #666;
    font-size: 17px;
    margin-top: 10px;
    padding: 0 20px;
    text-align: left;
}
.dropdownlist li {
    text-align: left;
}
.dropdownlist li a {
    color: #666;
    font-size: 14px;
    text-transform: capitalize;
    transition: all 0.5s ease 0s;
}
.dropdownlist li a:hover {
    color: #E70000;
    transition: all 0.5s ease 0s;
    margin-left: 5px
}
.nav-list.list-inline.navlist li {
    padding: 0px 22px;
}
.megamenutab li a {
    background: #E70000 none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    padding: 10px 0;
    width: 100%;
}
.megamenutab li.active a {
    background: #efedeb none repeat scroll 0 0;
    color: #666;
}
.left_aling {
    float: left;
}
.right_aling {
    float: right;
}
.productimg {
    float: right;
}
/*==========================
Section Title
============================*/

.sec-title h1 {
    font-size: 36px;
    text-transform: uppercase;
    color: #383838;
    font-weight: bold;
}
.sec-title {
    margin-bottom: 40px;
    text-align: center;
}
.border-btm {
    background: #e70808;
    height: 4px;
    width: 40px;
    text-align: center;
    margin: 0px auto;
}
/*feature section */

#ftchr-post {
    padding: 40px 0;
    background: #fff;
}
.ftchr {
    padding: 1px 135px;
    position: relative;
    text-align: center;
    box-shadow: 0px 8px 8px 0px #F5F5F5;
}
/*
.ftchr::before {
  border-left: 17px solid #e70000;
  border-top: 17px solid #e70000;
  content: "";
  height: 120px;
  position: absolute;
  width: 180px;
  left: 0;
  top: 0;
}
*/

.ftchr a {
    background: #e00000 none repeat scroll 0 0;
    border-radius: 2px;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    padding: 10px 20px;
    text-transform: uppercase;
    margin: 30px 0px;
    transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -webkit-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
}
.ftchr a:hover {
    transition: all 0.9s ease 0s;
    -moz-transition: all 0.9s ease 0s;
    -webkit-transition: all 0.9s ease 0s;
    -o-transition: all 0.9s ease 0s;
    border: 1px solid #E70000;
    background: #fff;
    color: #E70000
}
.ftchr > p {
    font-size: 16px;
    line-height: 26px;
    margin: 0px;
    color: #000000;
}
/*Team section*/

#tm-sec {
    padding-bottom: 35px;
    background: #fff
}
.sngl-tm {
    overflow: hidden;
    text-align: center;
}
.tm-info {
    text-align: center;
    margin: 30px 0;
}
.tm-info h2 {
    color: #383838;
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
}
.tm-info h6 {
    color: #e70000;
    font-size: 16px;
    font-style: italic;
    text-transform: capitalize;
}
.sngl-tm-img {
    border-radius: 50%;
    border: 6px solid white;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    overflow: hidden;
    max-width: 250px;
    height: 250px;
    display: inline-block;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.sngl-tm-img img {
    display: block;
    width: 100%;
    height: auto;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.sngl-tm:hover .sngl-tm-img img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
/*count up section*/

#counting_sec {
    background: #e70000 none repeat scroll 0 0;
    padding: 50px 0;
}
#counting_sec .row {
    margin: 0px 20px;
}
.counting_bg {
    background: #fff none repeat scroll 0 0;
    height: 100%;
    opacity: 0.9;
    position: absolute;
    top: 0;
    width: 100%;
}
.counting_sl {
    display: block;
    margin: 0 auto;
    width: 100%;
    text-align: center;
}
.sngl-count-img {
    background: #fff none repeat scroll 0 0;
    border-radius: 100%;
    display: inline-block;
    height: 75px;
    position: relative;
    top: -23px;
    width: 75px;
}
.sngl-count {
    display: inline-block;
    text-align: left;
    margin-left: 15px;
}
.sngl-count h2 {
    font-size: 36px;
    color: #fff;
    font-weight: bold;
}
.sngl-count h6 {
    font-size: 18px;
    color: #fff;
    text-transform: capitalize;
}
/*skill  section*/

#skill-sec {
    padding: 40px 0;
    background: #fff
}
.sngl-skill-icon {
    background: #3b3b3b none repeat scroll 0 0;
    border-radius: 100%;
    box-shadow: 0 0 33px 0 #878787;
    height: 140px;
    width: 140px;
    margin: 0px auto;
    transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -webkit-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
}
.sngl-skill:hover .sngl-skill-icon {
    background: #E70000 none repeat scroll 0 0;
    transition: all 0.9s ease 0s;
    -moz-transition: all 0.9s ease 0s;
    -webkit-transition: all 0.9s ease 0s;
    -o-transition: all 0.9s ease 0s;
}
.sngl-skill h2 {
    color: #101010;
    font-size: 24px;
    margin-top: 35px;
    text-transform: capitalize;
}
.sngl-skill {
    cursor: pointer;
    margin: 20px 0;
    text-align: center;
}
.sngl-skill-icon.hnsty {
    padding-top: 33px;
}
/*pop up*/

.md-modal {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 50%;
    max-width: 630px;
    min-width: 320px;
    height: auto;
    z-index: 2000;
    visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
.md-show {
    visibility: visible;
}
.md-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    visibility: hidden;
    top: 0;
    left: 0;
    z-index: 1000;
    opacity: 0.50;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.md-show ~ .md-overlay {
    opacity: 1;
    visibility: visible;
}
/* Content styles */

.md-content {
    color: #fff;
    background: #E70000;
    position: relative;
    border-radius: 3px;
    margin: 0 auto;
}
.md-content h3 {
    background: rgba(0, 0, 0, 0.1) none repeat scroll 0 0;
    border-radius: 3px 3px 0 0;
    font-size: 24px;
    font-weight: bold;
    margin: 0;
    padding: 0.4em;
    text-align: center;
}
.md-content > div {
    padding: 15px 40px 30px;
    margin: 0;
    font-weight: 300;
    font-size: 1.15em;
}
.md-content > div p {
    color: #fff
}
.md-effect-1 .md-content {
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.md-show.md-effect-1 .md-content {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}
.md-button {
    text-align: center;
}
.md-close {
    border: 1px solid #fff;
    border-radius: 100%;
    display: inline-block;
    height: 25px;
    text-align: center;
    width: 25px;
    cursor: pointer;
}
/*product  section*/

#prdtitlte-sec {
    background-image: url("images/prdt.jpg");
    background-position: center center;
    background-size: 100% 100%;
    padding: 90px 0;
}
.all-prdt .owl-item .col-lg-4 {
    width: 100%;
}
.prdtitlte-title {
    text-align: center;
}
.prdtitlte-title h1 {
    color: #fff;
    font-size: 36px;
    text-transform: uppercase;
}
.prdtitlte-title p {
    font-size: 14px;
    color: #939393;
}
.sngl-prdt {
    margin: 30px 0;
}
#prdt-sec .owl-controls {
    position: absolute;
    top: 41%;
    width: 100%;
}
#prdt-sec .owl-controls .owl-prev i,
#prdt-sec .owl-controls .owl-next i {
    background: #dfdfdf none repeat scroll 0 0;
    border-radius: 100%;
    color: #b3b3b3;
    font-size: 22px;
    padding: 12px 19px;
    position: absolute;
    top: 0%;
}
#prdt-sec .owl-controls .owl-next {
    position: absolute;
    right: 0%
}
#prdt-sec .owl-controls .owl-prev i:hover {
    background: #E70000;
    color: #fff
}
#prdt-sec .owl-controls .owl-next i:hover {
    background: #E70000;
    color: #fff
}
#prdt-sec .owl-controls .owl-prev i {
    left: 0%;
    position: absolute
}
#prdt-sec .owl-controls .owl-next i {
    right: 0%;
    position: absolute
}
.mg-image img {
    -webkit-transition: all 1s ease;
    /* Safari and Chrome */
    
    -moz-transition: all 1s ease;
    /* Firefox */
    
    -o-transition: all 1s ease;
    /* IE 9 */
    
    -ms-transition: all 1s ease;
    /* Opera */
    
    transition: all 1s ease;
    max-width: 100%;
    max-height: 100%
}
.mg-image:hover img {
    -webkit-transform: scale(1.10);
    /* Safari and Chrome */
    
    -moz-transform: scale(1.10);
    /* Firefox */
    
    -ms-transform: scale(1.10);
    /* IE 9 */
    
    -o-transform: scale(1.10);
    /* Opera */
    
    transform: scale(1.10);
}
.circel-bg {
    background: #fecfa1 none repeat scroll 0 0;
    border-radius: 100%;
    height: 290px;
    width: 290px;
    margin: 0px auto;
    display: block;
    overflow: hidden
}
.sec-prdt-dsc {
    display: inline-block;
    width: 100%;
    margin: 0px auto;
    text-align: center;
}
.sec-prdt-dsc h2 {
    background: #e70000 none repeat scroll 0 0;
    border-radius: 25px;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    margin: 0 auto;
    padding: 10px 25px;
    text-align: center;
    text-transform: capitalize;
    transition: background-color 0.3s ease 0s, padding 0.3s ease 0s, margin-bottom 0.3s ease 0s;
}
.sec-prdt-dsc h2:hover {
    background-color: #730000
}
.sec-prdt-dsc h2 a {
    color: #fff
}
#singlprdt-sec .container.wraper {
    background: rgba(0, 0, 0, 0) url("images/transfarent_bg.png") repeat scroll 0 0;
}
#singlprdt-wraper-sec {
    background: transparent url("images/prdt_bg.jpg") no-repeat scroll center center / cover;
    display: block;
    left: 0;
    top: 0;
    width: 100%;
    background-color: #fff
}
.all-prdt {
    margin-bottom: 95px;
}
#prdt-sec {
    background: #fff none repeat scroll 0 0;
}
/*Call To Action css*/

.callto-rdmorebtn {
    float: right;
}
.callto-title h2 {
    font-size: 24px;
    text-transform: capitalize;
    margin: 0;
    line-height: 46px;
    color: #fff;
}
.callto-rdmorebtn a {
    border: 2px solid #fff;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 20px;
    text-transform: capitalize;
    transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -webkit-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
}
.callto-rdmorebtn a:hover {
    transition: all 0.9s ease 0s;
    -moz-transition: all 0.9s ease 0s;
    -webkit-transition: all 0.9s ease 0s;
    -o-transition: all 0.9s ease 0s;
    background: #fff;
    color: #E70000
}
.call-to-action {
    background: #E70000;
    padding: 40px 0;
}
.callto-rdmorebtn a i {
    margin-left: 10px;
}
/*product page css*/

#brdcrmb-sec {
    background-image: url("images/brd_bg.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 70px 0;
}
#product_cat_page {
    background: rgba(0, 0, 0, 0) url("images/transfarent_bg.png") repeat scroll 0 0;
}
.sngl-prdct h1 {
    color: #fff;
    font-weight: bold;
    font-size: 48px;
    text-transform: capitalize;
}
.sngl-prdct {
    display: inline-block;
    text-align: center;
    width: 100%;
}
.sngl-prdct li {
    display: inline-block;
}
#crumbs {
    color: #939393;
}
#crumbs .current {
    color: #E70000
}
#crumbs a {
    color: #939393;
    padding: 0px 2px;
}
#prdtpage-sec {
    padding: 90px 0;
}
#prdtpage-sec .col-lg-3 {
    padding: 0;
    display: inline-block;
}
/*product single page css*/

#singlprdt-sec {
    padding: 65px 0;
}
.prdt-dsc h2 {
    font-size: 24px;
    text-transform: capitalize;
    font-weight: bold;
    color: #383838;
}
.table-dsc {
    margin-bottom: 104px;
}
.table-dsc table {
    background: #fff none repeat scroll 0 0;
    border-color: #e5e5e5;
    border-radius: 0;
    border-style: solid;
    border-width: 1px 0 0 1px;
    margin: 0 0 50px;
    text-align: center;
    width: 100%;
}
.table-dsc table {} .table-dsc table th {
    border-top: medium none;
    font-weight: bold;
    padding: 15px 10px;
    text-align: center;
    text-transform: capitalize;
    vertical-align: middle;
    white-space: nowrap;
    background: #F5F5F7;
}
.table-dsc table th,
.table-dsc table td {
    border-bottom: 1px solid #dedede;
    border-right: 1px solid #dedede;
    color: #848383;
    font-size: 14px;
}
.prdt-remove a i {
    color: #FF0000;
}
.product-price .amount {
    color: #606262;
    font-size: 18px;
}
.prdt-name h2 {
    color: #848383;
    font-size: 14px;
    text-align: left;
    margin: 0;
}
.table-dsc table td {
    border-top: medium none;
    color: #848383;
    font-size: 14px;
    padding: 10px;
    vertical-align: middle;
}
.table-dsc table td.product-subtotal {
    color: #606262;
    font-size: 18px;
    font-weight: bold;
    width: 120px;
}
.table-dsc table td.product-name a {
    font-size: 14px;
    font-weight: 700;
    margin-left: 10px;
    color: #6f6f6f;
}
.table-dsc table td.product-name {
    width: 270px;
}
.table-dsc table td.product-thumbnail {
    width: 130px;
}
.table-dsc table td.product-remove i {
    color: #606262;
    display: inline-block;
    font-size: 20px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 40px;
}
.table-dsc table td.product-remove i:hover {
    color: #00AEEF
}
.table-dsc table td.product-Unit {
    width: 180px;
}
.table-dsc table td.product-remove {
    width: 150px;
}
.table-dsc table td.product-dimesion {
    width: 130px;
}
.table-dsc table td.product-name a:hover,
.buttons-cart a:hover {
    color: #83CBDC
}
.product-name > p {
    color: #343535;
    font-size: 12px;
    font-weight: bold;
    line-height: 25px;
    margin-top: 10px;
}
/*blog css*/

#blog-sec {
    padding: 85px 0;
}
.sngl-blg {
    margin-bottom: 40px;
}
.sngl-blg h2 a {
    font-size: 18px;
    color: #101010;
    text-transform: capitalize;
    font-weight: bold;
}
.pst-info ul {
    background: #f8f8f8 none repeat scroll 0 0;
    display: inline-block;
    width: 100%;
}
.pst-info li a {
    color: #939393;
    float: left;
    padding: 10px 15px;
    text-transform: capitalize;
}
.pst-info li a i {
    margin-right: 10px
}
.pst-info li a.rdbstn {
    background: #E70000;
    color: #fff;
    border-radius: 3px;
    float: right;
}
.blg-sidebar h2 {
    color: #e70000;
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 20px;
    margin-top: 60px;
    text-transform: uppercase;
    display: inline-block;
    width: 100%;
}
.hd-rgt.srch-wdget {
    float: left;
}
.hd-rgt form {
    border: 1px solid #e4e4e4;
    border-radius: 2px;
}
.hd-rgt input[type="text"] {
    border: 1px solid #fff;
    padding: 10px;
}
.hd-rgt input[type="submit"] {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #fff;
    color: #b7b9b8;
    float: right;
    font-family: fontawesome;
    padding: 10px 15px;
}
.cat-wdget li a {
    color: #101010;
    display: inline-block;
    font-weight: 800;
    margin: 5px 0;
    text-transform: uppercase;
}
.sngl-recntpst img {
    float: left;
    margin-top: 10px;
}
.rpst-dsc {
    padding-left: 65px;
}
.rpst-dsc h1 {
    margin-bottom: 5px
}
.rpst-dsc p i {
    margin-right: 10px;
}
.rpst-dsc h1 a {
    color: #101010;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
}
.social-links.sidebar-social {
    border-top: 0;
}
/*about page css*/

#abt-page {
background: #fff none repeat scroll 0 0;
padding: 80px 0;
}
.srvic-tab li.active a {
    color: #e70000;
}
.srvic-tab li a {
    border-bottom: 1px solid #edecec;
    color: #848383;
    display: inline-block;
    font-family: lato;
    font-size: 16px;
    padding: 10px;
    text-transform: capitalize;
    width: 100%;
}
.srvic-tab li a span {
    float: left;
    margin-right: 10px;
}
.sngleSRvc-dsc h2 {
    color: #383838;
    font-size: 24px;
    font-weight: bold;
    text-transform: capitalize;
}
/*News page css*/

.sngl-news-dsc {
    padding-left: 18px;
}
.sngl-news-intro i {
    color: #848383;
    float: left;
    font-size: 17px;
    margin-top: 26px;
}
.sngl-news-intro {
    border-bottom: 1px solid #edecec;
    border-top: 1px solid #edecec;
    display: inline-block;
    padding: 10px 0;
    transition: all 0.3s ease 0s;
    width: 100%;
}
.sngl-news-intro:hover {
    box-shadow: 3px 2px 2px 2px #EDECEC;
    padding: 10px;
    transition: all 0.3s ease 0s;
    color: #fff
}
.sngl-news-intro h3 a {
    color: #848383;
    font-size: 16px;
}
.sngl-news-intro h4 {
    color: #e00000;
    font-size: 14px;
}
#myList li {
    display: none;
}
#loadMore {
    background: #e00000 none repeat scroll 0 0;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 800;
    margin: 30px 0;
    padding: 10px 40px;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    transition: background-color 0.3s ease 0s, padding 0.3s ease 0s;
}
#loadMore:hover {
    padding: 10px 50px;
    background-color: #730000
}
#intervilist li {
    display: none;
}
#interviwLoad {
    background: #e00000 none repeat scroll 0 0;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 800;
    margin: 30px 0;
    padding: 10px 40px;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    transition: background-color 0.3s ease 0s, padding 0.3s ease 0s;
}
#interviwLoad:hover {
    padding: 10px 50px;
    background-color: #730000;
    color: #fff
}
#pressreleases li {
    display: none;
}
#pressreleasesload {
    background: #e00000 none repeat scroll 0 0;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 800;
    margin: 30px 0;
    padding: 10px 40px;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    transition: background-color 0.3s ease 0s, padding 0.3s ease 0s;
}
#pressreleasesload:hover {
    padding: 10px 50px;
    background-color: #730000;
    color: #fff
}
/*about details page css*/
/*==========================
SLIDER SECTION
============================*/

#slider_sec {
    overflow: hidden;
    position: relative;
}
#slider_sec .caption {
    margin-top: -140px;
    padding-left: 150px;
    padding-right: 645px;
    position: absolute;
    right: 0;
    text-align: justify;
    top: 50%;
    z-index: 15;
}
#slider_sec .caption h1 {
    color: #383838;
    font-family: lato;
    font-size: 24px;
    margin-bottom: 30px;
    font-weight: 800;
    text-transform: uppercase;
}
#slider_sec .caption p {
    color: #848383;
    font-size: 16px;
    line-height: 25px;
}
.caption .btn-start {
    background: #E00000 none repeat scroll 0 0;
    border-radius: 0;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 800;
    margin-top: 20px;
    padding: 10px 20px;
    text-transform: uppercase;
    border-radius: 2px;
    transition: background-color 0.3s ease 0s, padding 0.3s ease 0s;
}
.caption .btn-start:hover {
    color: #fff;
    padding: 10px 40px;
    background-color: #730000;
}
.carousel-fade .carousel-inner .item {
    opacity: 0;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    background-repeat: no-repeat;
    background-size: cover;
    height: 510px;
}
.carousel-fade .carousel-inner .active {
    opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}
.carousel-fade .carousel-control {
    z-index: 2;
}
.left-control,
.right-control {
    position: absolute;
    top: 50%;
    line-height: 48px;
    z-index: 20;
    font-size: 24px;
    color: #fff;
    text-align: center;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
#slider-sec .carousel-indicators {
    bottom: 0px;
}
#slider-sec .carousel-indicators li {
    background: #EDEBEB none repeat scroll 0 0;
    padding: 8px;
}
#slider-sec .carousel-indicators li.active {
    background: #E00000;
    border: 0px;
    padding: 10px
}
.sngl-abt {
    border-top: 1px solid #edecec;
    margin-top: 15px;
    padding: 30px 0;
    height: 600px
}
.sngl-abt a {
    font-size: 24px;
    text-transform: capitalize;
    color: #383838;
    font-weight: bold;
}
.sngl-abt-img {
    display: inline-block;
    margin: 20px 0;
    overflow: hidden;
    width: 100%;
}
.sngl-abt a.rdMbTn {
    font-size: 14px;
    text-transform: uppercase;
    color: #e00000;
    font-weight: bold;
}
.sngl-abt-img img {
    -webkit-transition: all 1s ease;
    /* Safari and Chrome */
    
    -moz-transition: all 1s ease;
    /* Firefox */
    
    -o-transition: all 1s ease;
    /* IE 9 */
    
    -ms-transition: all 1s ease;
    /* Opera */
    
    transition: all 1s ease;
    max-width: 100%;
}
.sngl-abt:hover .sngl-abt-img img {
    -webkit-transform: scale(1.10);
    /* Safari and Chrome */
    
    -moz-transform: scale(1.10);
    /* Firefox */
    
    -ms-transform: scale(1.10);
    /* IE 9 */
    
    -o-transform: scale(1.10);
    /* Opera */
    
    transform: scale(1.10);
}
.anotherBtn {
    background: #e00000 none repeat scroll 0 0;
    border-radius: 2px;
    bottom: -136px;
    color: #fff;
    float: left;
    padding: 10px 30px;
    position: absolute;
    left: 83px;
}
/*contact page css*/

#contact-sec {
    padding: 60px 0;background:#fff;
}
#contact-sec h2 {
    color: #383838;
    font-size: 18px;
    font-weight: 800;
    margin: 40px 0;
    text-transform: capitalize;
}
.sngl-cnt-field {
    margin-bottom: 30px;
}
.sngl-cnt-field input[type="text"] {
    width: 100%;
    border: 1px solid #E0E0E0;
    padding: 15px;
    border-radius: 3px
}
.sngl-cnt-field input[type="email"] {
    width: 100%;
    border: 1px solid #E0E0E0;
    padding: 15px;
    border-radius: 3px
}
.sngl-cnt-field .select-arrow select {
    -moz-appearance: none;
    -webkit-appearance: none;
    width: 100%;
    border: 1px solid #E0E0E0;
    padding: 15px;
    border-radius: 3px;
    cursor: pointer;
    color: #bab9b9
}
.sngl-cnt-field .select-arrow {
    position: relative
}
.sngl-cnt-field .select-arrow:before {
    color: #939393;
    content: "\f0d7";
    font-family: fontawesome;
    position: absolute;
    right: 15px;
    top: 15px;
}
.sngl-cnt-field textarea {
    width: 100%;
    border: 1px solid #E0E0E0;
    padding: 15px;
    height: 120px;
    border-radius: 3px
}
.sngl-cnt-field input[type="submit"] {
    background: #e00000 none repeat scroll 0 0;
    border: 1px solid #e00000;
    border-radius: 4px;
    color: #fff;
    float: right;
    font-size: 14px;
    padding: 11px 21px;
    text-transform: uppercase;
}
#map_location {
    height: 430px;
}
/*concern css*/

#crn-sec {
    padding: 70px 0;
}
.sngl-crn h2 a {
    background: #e70000 none repeat scroll 0 0;
    border-bottom: 5px solid #b30000;
    color: #fff;
    display: inline-block;
    font-size: 24px;
    font-weight: bold;
    padding: 20px 20px 15px;
    text-transform: capitalize;
    width: 100%;
}
.sngl-crn h2 a:hover {
    background: #000;
}
.sngl-crn h2 a i {
    margin-right: 15px;
}
/*search page css*/

.srchbox {
    margin-top: 8px;
}
.srchbox input[type="text"] {
    border: 1px solid #fff;
    border-radius: 25px 0 0 25px;
    float: left;
    padding: 14px;
}
.srchbox button {
    background: #E70000 none repeat scroll 0 0;
    border: 1px solid #E70000;
    border-radius: 0 25px 25px 0;
    color: #c4c4c4;
    font-family: fontawesome;
    padding: 18px;
}
.archive_title {
    color: ##666;
    text-transform: uppercase;
    font-weight: bold;
}
#srch-sec {
    background: #FECFA1;
    padding: 130px 0;
}
.entry p {
    color: #E70000;
}
/*footer top css*/

footer {

	background:url(../img/pattern.png) #3C2EA7;
    height: auto;
    padding-top: 20px;
}
#logo {
    height: auto;
    margin-top: 25px;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #F2F2F2;
}
#fttp-sec {
    background-attachment: fixed;
    background-image: url(images/ft_bg.png);
    height: 1px;
}
.ft-bgimg .ft-fix {
    bottom: 0;
    width: 100%;
    z-index: -1;
    position: fixed;
    background: #222222;
}
.ft-wdget h2 {
    border-left: 3px solid #e70000;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
    padding-left: 8px;
    text-transform: uppercase;
}
.cnt-intro {
    display: inline-block;
    width: 100%;
}
.cnt-intro i {
    color: #94a3a3;
    float: left;
    margin-top: 8px;
}
.cnt-intro p {
    float: left;
    padding-left: 15px;
    margin-bottom: 0;
    color: #94a3a3
}
.ft-wdget p {
    color: #FFFFFF;
}
.ft-wdget li {
    display: inline-block;
    width: 100%;
    padding: 5px 0;
}
.ft-wdget li a {
    color: #94a3a3;
    text-transform: capitalize;
}
.ft-wdget li a:before {
    font-family: 'FontAwesome';
    font-size: 14px;
    content: "\f105";
    display: inline-block;
    position: relative;
    top: 1px;
    left: -2px;
    margin-right: 6px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.ft-wdget li a:hover:before {
    left: 0px;
    margin-right: 12px;
}
.sngl-rcntpost img {
    float: left;
}
.rcntpost-dsc h1 a {
    color: #94a3a3;
    font-size: 14px;
    text-transform: capitalize;
    transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -webkit-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
}
.rcntpost-dsc h1 a:hover {
    transition: all 0.9s ease 0s;
    -moz-transition: all 0.9s ease 0s;
    -webkit-transition: all 0.9s ease 0s;
    -o-transition: all 0.9s ease 0s;
    color: #E70000
}
.sngl-rcntpost {
    border-bottom: 1px solid #353736;
    display: inline-block;
    width: 100%;
}
.rcntpost-dsc h1 {
    line-height: 17px;
    margin-top: 0px;
}
.rcntpost-dsc h6 {
    color: #666;
    font-size: 12px;
    font-style: italic;
}
.ft-wdget input {
    margin-bottom: 7px
}
.ft-wdget input[type="text"] {
    background: #323534 none repeat scroll 0 0;
    border: 1px solid #323534;
    border-radius: 3px;
    color: #94a3a3;
    font-size: 14px;
    padding: 4px 10px;
    width: 100%;
}
.ft-wdget input[type="email"] {
    background: #323534 none repeat scroll 0 0;
    border: 1px solid #323534;
    border-radius: 3px;
    color: #94a3a3;
    font-size: 14px;
    padding: 4px 10px;
    width: 100%;
}
.ft-wdget textarea {
    background: #323534 none repeat scroll 0 0;
    border: 1px solid #323534;
    border-radius: 3px;
    color: #94a3a3;
    font-size: 14px;
    padding: 4px 10px;
    width: 100%;
    ;
    height: 110px
}
.ft-wdget input[type="submit"] {
    background: #e70000 none repeat scroll 0 0;
    border: 1px solid #e70000;
    color: #fff;
    font-weight: bold;
    margin-top: 10px;
    padding: 7px 45px;
    text-transform: uppercase;
    border-radius: 4px;
}
form input:focus,
form textarea:focus {
    box-shadow: none!important;
}
#ft-sec {
    background: #10017E none repeat scroll 0 0;
    padding: 20px 0;
}
.copyright p {
    margin: 0;
    color: #FFFFFF;
}
.social-links {
    display: inline-block;
    width: 100%;
    padding: 25px 0;
    border-top: 1px solid #353736;
    margin-top: 15px;
}
.social-links li a {
    background: #505050 none repeat scroll 0 0;
    border-radius: 5px;
    color: #ffffff;
    float: left;
    height: 26px;
    margin-right: 10px;
    text-align: center;
    width: 26px;
    margin-bottom: 10px;
}
.social-links li a:hover {
    background: #E70000 none repeat scroll 0 0;
}
.social-links li a i {
    padding-top: 5px;
}
/* The End */














        /* jssor slider bullet navigator skin 05 css */
        /*
        .jssorb05 div           (normal)
        .jssorb05 div:hover     (normal mouseover)
        .jssorb05 .av           (active)
        .jssorb05 .av:hover     (active mouseover)
        .jssorb05 .dn           (mousedown)
        */
        .jssorb05 {
            position: absolute;
        }
        .jssorb05 div, .jssorb05 div:hover, .jssorb05 .av {
            position: absolute;
            /* size of bullet elment */
            width: 16px;
            height: 16px;
            background: url('../img/b05.png') no-repeat;
            overflow: hidden;
            cursor: pointer;
        }
        .jssorb05 div { background-position: -7px -7px; }
        .jssorb05 div:hover, .jssorb05 .av:hover { background-position: -37px -7px; }
        .jssorb05 .av { background-position: -67px -7px; }
        .jssorb05 .dn, .jssorb05 .dn:hover { background-position: -97px -7px; }

        /* jssor slider arrow navigator skin 12 css */
        /*
        .jssora12l                  (normal)
        .jssora12r                  (normal)
        .jssora12l:hover            (normal mouseover)
        .jssora12r:hover            (normal mouseover)
        .jssora12l.jssora12ldn      (mousedown)
        .jssora12r.jssora12rdn      (mousedown)
        */
        .jssora12l, .jssora12r {
            display: block;
            position: absolute;
            /* size of arrow element */
            width: 30px;
            height: 46px;
            cursor: pointer;
            background: url('../img/a12.png') no-repeat;
            overflow: hidden;
        }
        .jssora12l { background-position: -16px -37px; }
        .jssora12r { background-position: -75px -37px; }
        .jssora12l:hover { background-position: -136px -37px; }
        .jssora12r:hover { background-position: -195px -37px; }
        .jssora12l.jssora12ldn { background-position: -256px -37px; }
        .jssora12r.jssora12rdn { background-position: -315px -37px; }
        
        
        
