@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700|Poppins:300,400,500,600|Work+Sans:500');
@font-face {
	font-family: 'Tahoma';
	src: url('../fonts/Tahoma.eot');
	src: url('../fonts/Tahoma.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Tahoma.woff') format('woff'),
		url('../fonts/Tahoma.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

*{
	padding: 0px;
	margin: 0px; 
	font-family: Open Sans, 'Reguler';
}
a{
  text-decoration: none !important;
}
body{
  height: auto;
  width: 100%; 
  overflow-x: hidden;
  background: #fff;
}
.clearfx{
  clear: both;
}
::placeholder{color: #ececec; padding-left: 5px; font-family: Open Sans; font-size: 10px;}
.main-wrapper{background:#fff;}
.header-top{
 background-color:#CC0001;
 position: absolute;
 z-index: 1;
 width: 100%;
}
.head-top{
  width: 100%;
  background: #CC0001;
  padding-top: 14px;
  padding-bottom: 5px;
  font-family: 'Tahoma';
  font-size: 14px;
  color: #fff;
}
.head-top .email-wrp a{
  color: #fff;
}
.header-main{
  width: 100%;
  padding-top: 30px;
  padding-bottom: 20px;
}
.btn-pro-ser{
  font-size: 40px !important;
}


.tus_prods {
    margin: 0px 0 0px 0;
    padding: 0px;
    position: relative;
    border: solid 1px #000;
    transition: 0.5s;
    background-color: #fff
}

.tus_prods h4 {
    margin: 0px;
    padding: 5px;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    color: #000;
    text-transform: capitalize;
    text-align: center;
    font-weight: bold;
}

.tus_prods p {
    margin: 0px;
    padding: 10px;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    color: #000;
    text-transform: capitalize;
    text-align: center;
    font-weight: bold;
}

.tus_prods h5 {
    margin: 0px auto;
    padding: 10px 0;
    background-color: #ed1c24;
    font-family: 'Lato', sans-serif;
    color: #fff;
    width: 100px;
    position: absolute;
    bottom: 0px;
    left: 0;
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    right: 0;
    transition: 1s;
    opacity: 0;
    transition-delay: 0.4s
}

.tus_prods:hover {
    border:1px dotted #000;
}
.tus_prods:hover .tus_pbox{border:1px solid #fff;}


.tus_prods:hover h5 {
    opacity: 1;
    bottom: 10px;
}

.tus_prods .tus_pbox {
    margin: 0px;
    padding: 0px;
    position: relative;
}

.tus_prods .tus_pbox img {
    margin: 0px auto;
    padding: 10px;
}

.tus_prods .tus_pbox:before {
    content: '';
    position: absolute;
    background-color: #ed1c246e;
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    transition: 0.5s
}

.tus_prods .tus_pbox h3 {
    margin: 0px auto;
    padding: 5px 0;
    font-size: 12px;
    color: #000;
    width: 80px;
    font-family: 'Lato', sans-serif;
    text-align: center;
    text-transform: capitalize;
    position: absolute;
    top: 20%;
    left: 0;
    background-color: #fff;
    right: 0;
    font-weight: bold;
    transition: 0.8s;
    opacity: 0
}

.tus_prods .tus_pbox h3:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 15px solid #fff;
    left: 50%;
    transform: translateX(-50%);
    bottom: -12px
}

.tus_prods .tus_pbox i {
    margin: 0px auto;
    padding: 12px 0 0 0;
    position: absolute;
    background-color: #fff;
    width: 50px;
    height: 50px;
    color: #000;
    text-align: center;
    bottom: 26%;
    left: 0;
    font-size: 22px;
    border-radius: 100%;
    right: 0;
    transition: 0.5s;
    opacity: 0
}

.tus_prods:hover .tus_pbox i {
    opacity: 1;
}

.tus_prods:hover .tus_pbox h3 {
    top: 30%;
    opacity: 1
}

.tus_prods a:hover {
    text-decoration: none;
}

.tus_prods:hover .tus_pbox:before {
    height: 100%;
}



.SearchInput{
  background: #fff;
  height: 35px;
  border: none;
  width: 300px;
  display: block;
  outline: none;
  border: none;
  padding-left: 20px;
  color: #CC0001;
  font-size: 14px;
  font-family: 'Source Sans Pro', sans-serif;
  border: 2px solid #CC0001;
  float: right;
  padding-right: 25px;
}
.btn-search{
  background: none;
  border: none;
  position: absolute;
    right: 39px;
    top: 7px;
}
.fa-search{
  font-size: 18px;
  position: absolute;
  color: #CC0001;
  padding-top: 3px;
}
.email-wrp a{
  padding-left: 5px; 
  color: #000;
  text-decoration: none;
  transition:.8s;
}
.email-wrp a:hover{
  padding-left: 8px;
}
.feature-name{
  padding-top: 0px;
  padding-bottom: 0px;
  text-align:center;
}
.feature-name h2 {
    text-align: center;
    font-family: "Montserrat", sans-serif;
    margin: 20px 0px 20px 0px;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: bold;
    text-indent: 20px;
    color: #ed1c24;
}
.pro-wrapper{
  width: 315px;
  height: 410px;
  border: 1px solid #000;
  text-align: center;
  padding: 20px;
  background: #fff;
 
}
.pro-wrapper h3{
  font-size: 16px;
  color: #a5a1a1;
}
.about-name{
  padding-top: 25px;
  padding-bottom: 25px;
}
.aab{
    margin-top:20px;
}
.box-about{
  padding: 25px;
  font-size: 20px;
}
.box-about span{
  padding-top: 15px;
  padding-bottom: 25px;
  color: #CC0001;
}
.box-about p{
  padding-top: 25px;
}
.about-name h3{
  text-align: center;
  font-size: 35px;
}
.payments-s{
  text-align: center;
  padding-top: 25px;
  padding-bottom: 25px;
}
.border-lefts{
  border-right: 1px solid #777777;;
}
.carousel-control{
  display: none;
}
.inner-wrapper{ 
  height: 300px;
  margin-top: 45px;
  margin-bottom: 15px;
}
.about-heading{
  text-align: center;
}
.inner-wrapper p{
  text-align: center;
  margin-top: 25px;
  color: #2d3e50;
}
.inner-wrapper button{
      margin-left: 514px;
    margin-top: 25px;
}
.btn-success{
  background: #62da8c;
  color: #fff;
  border-radius: 0px;
  border: none;
}
.btn-success a{
  color: #fff;
}
.btn-success:hover{
  background: #777777;
}
.heading-wrap-pro{
  text-align: center;
}
.heading-wrap-pro h2{
  color: #10c994;
  text-transform: uppercase;
  font-family: Open Sans, 'Reguler';
  font-weight: bold;
}
.heading-wrap-pdf h1{
  color: #5bcc9f;
  text-transform: uppercase;
  font-weight: bold;
  font-family: Open Sans, 'Reguler';
  padding-bottom: 25px;
  padding-top: 25px;
}
.pdf-dets h2{
  color: #777777;
  text-transform: uppercase;
  font-family: Open Sans, 'Reguler';
  font-weight: bold;
}
.pdf-dets a{
  color: #777777;
  transition:.8s;
}
.pdf-dets a:hover{
  color: #10c994;
}
.pdf-dets p{color: #777777;}
.pdf-wrapper{
  padding-bottom: 25px;
}
.heading-btm h3{
 color: #ffffff;
 font-weight: bold;
 text-transform: uppercase;
}
.btm-ul{
  color: #9aacbf;
}
.btm-ul ul li{
  list-style: none;
  color: #9aacbf;
  padding-top: 4px;
  padding-bottom: 4px;
}
.btm-ul ul li a{
  color: #9aacbf;
  transition:.8s;
}
.btm-ul ul li a:hover{
  padding-left: 10px;
  color: #fff;
}
.copy-rght{
  padding-bottom: 8px;
  padding-top: 25px;
  margin-top: 25px;
  text-transform: uppercase;
  color: #9aacbf;
  border-top: 1px solid #fff;
}
.newsl{
  width: 206px;
  height: 40px;
  background: #2d3e50;
  border: 1px solid #fff;
}
.go-news{
  width: 40px;
  height: 40px;
}
.cps li{
  float: left;
  list-style: none;
}
.cps li a{
  color: #9aacbf;
  padding-left: 10px;
}
.social-btns li{
  list-style: none;
  float: left;
  margin-right: 10px;
}
.top-social{
  float: right;
}
.top-social ul{
  display: table;
}
.top-social ul li{
  display: table-cell;
  padding-right: 18px;
}
.top-social ul li img{
  width: 57%;
}
.email-wrp img{
  width: 6%;
}
.phone-wrp img{
  width: 7%;
}
.heading-cate{
  text-align: center;
  margin-top: 25px;
}
.set-out-side-cate{
  margin-top: 25px;
  margin-bottom: 25px;
}
.set-out-side-cate img{
  width: 370px;
}
.cate-wrapper img{
  width: 100%;
}
.heading-cate img{
 width: 515px;
}
.cate-wrapper:hover h3{
  color: #db076d;
}
.cate-wrapper h3{
  color: #000;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
}
.cate-wrapper h3:hover{
  color: #db076d;
}
.feature-heading{
 text-align: center;
}
.feature-heading img{
  width: 85%;
  padding-bottom: 25px;
}
.feature-area{
  margin-top: 25px;
  margin-bottom: 25px;
}
.feature-wrapper{
  width: 220px;
  height: 330px;
  border: 1px solid #db076d;
  overflow: hidden;
  transition: .8s;
}
.feature-wrapper img{
  height: 180px;
}
.feature-wrapper h4{
  color:#db076d;
}
.feature-wrapper:hover{
  background: #000
}
.feature-wrapper .art-no{

  border: 1px solid #db076d;
  width: 120px;
  height: 30px;
  margin-left: 50px;
  padding: 0px;
}
.feature-wrapper .art-no h4{
  font-size: 12px;
  text-align: center;
}
.feature-wrapper .addcart{
  width: 150px !important;
  height: 40px;
  background: #db076d;
  color: #fff;
  line-height: 40px;
  text-align: center;
  margin-left: 30px;
  margin-top: 5px;
  margin-bottom: 5px;
}
.heading-about{
  text-align: center;
  margin-top: 25px;
  margin-bottom: 25px;
  font-family: Open Sans, 'Reguler';
}
.heading-about img{
  width: 150px;
}
.footer-1{
  background: #f6f3ee;
  padding-top: 65px;
  padding-bottom: 65px;
}
.footer-2{
  background: #111111;
  padding-top: 25px;
  padding-bottom: 25px;
}
.pro-section{
  background-image: url(../img/pro-bg.jpg);
  background-size: cover;
  height: 420px;
}
.bg-cate {
    background: #000;
    padding-bottom:33px;
}
.bg-cate h2 {
    text-align: center;
    font-family: "Montserrat", sans-serif;
    margin: 20px 0px 20px 0px;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: bold;
    text-indent: 20px;
    color: #ed1c24;
}
.cp-yr{
  background-image: url(../img/cp.jpg);
  background-size: cover;
  height: 420px;
}
.bg-p{
  background-image: url(../img/p-bg.jpg);
  background-size: cover;
  height: 420px;
}
.get-in-touch{
  background-image: url(../img/get-in.jpg);
  background-size: cover;
  height: 180px;
}
.text-profile{
  font-family: Open Sans, 'Reguler'; 
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 65px;
}
.text-profile span{
  color: #ea4a69;
  font-size: 16px;
  font-family: Open Sans, 'Reguler'; 
}
.text-profile h2{
  color: #000;
   font-family: Open Sans, 'SamiBold'; 
   font-size: 24px;
   padding-top: 5px;
}
.get-in-two{
  text-align: center;
  padding-top:35px;
}
.get-in-two h3{
  font-size: 30px;
  color: #ea4a69;
  font-family: Open Sans, 'Reguler';
  font-weight: bold;
}
.get-in-two h4{
  font-size: 30px;
  color: #ffff;
  font-family: Open Sans, 'Reguler';
 
}
.pro-bg{
  background: #f5f5f5;
}
.box-dets{
    width: 100%;
    position: relative;
    top: -28px;
    right: -10px;
    background: #fff;
    text-align: center;
    padding: 15px;
    transition:.8s;
}
.box-dets h2{
  font-size: 16px;
  color: #000;
  font-weight: bold;
}
.box-dets h4{
  font-family: Open Sans, 'italic';
  font-size: 16px;
  color: #000;
}
.box-dets a{
  color: #ea4a69;
  font-weight: bold;
  text-decoration: underline;
}

.foot-logo img{
  margin-top: 55px;
}
.foot-head{
   margin-top: 55px;
}
.foot-head h4{
  color: #db076d;
  font-weight: bold;
  text-transform: uppercase;
}
.foot-head ul li{
  list-style: none;
   padding-top: 10px;
}
.foot-head ul li a{
  color: #bbbbbb;
  padding-top: 10px;
}
.social-btm li{
  list-style: none;
  float: left;
  margin-left: 8px;
}
.btm-form{
  float: left;
  margin-top: 15px;
  width: 100%;
}
.btm-form input{
  width: 250px;
  height: 40px;
  padding-bottom: 8px;
  margin-top: 5px;
}
.btm-form button{
  width: 250px;
  margin-top: 5px;
  height: 40px;
  background: #db076d;
  color: #fff;
  border: none;
}
.contact-details {
  color: #bbbbbb;
  margin-top: 190px;
}
.copy-right{
  text-align: center;
  color: #bbbbbb; 
}
.copy-right a{
  color: #bbbbbb; 
}
.header-search {
  margin-left: 20px;
}
.srch-box {
    padding: 38px 0;
    width: 3%;
    text-align: right;
}
.header-link-search {
    transition: color 250ms;
    color: #777;
}
.popup-box {
    background: rgba(82, 77, 77, 0.95);
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;
}
.popup-box>div {
    height: 100%;
    width: 100%;
    display: table;
    table-layout: fixed;
}
.popup-box-inner {
    display: table-cell;
    vertical-align: middle;
}
.close-popup-box {
    position: absolute;
    top: 1rem;
    right: 1rem;
    border: 1px solid #262626;
    color: #262626;
    font-size: 2rem;
    line-height: 4rem;
    width: 4rem;
    text-align: center;
    transition: color 250ms, border-color 250ms;
}
.close-popup-box:hover {
    color: #999;
    border-color: #999;
}
.page-search-box form {
    max-width: 70%;
    margin: 0 auto;
}
.page-search-box .search-query {
    border: 0;
    background: 0 0;
    color: #262626;
    font-size: 4rem;
    line-height: 5rem;
    border-bottom: 2px solid #262626;
    height: 6rem;
    font-style: italic;
    width: 100%;
    outline: 0;
}
.page-search-box .search-query::-moz-placeholder {
    color: #262626;
}
.page-search-box .search-query:focus {
    background: 0 0;
    border: 0;
    border-bottom: 2px solid #262626;
}
#popup-menu li {
    display: inline;
    font-size: 22px;
    font-style: italic;
    margin-right: 25px;
    position: relative;
}
#popup-menu li::after {
    content: "";
    height: 5px;
    width: 5px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #929292;
    position: absolute;
    right: -15px;
    top: 12px;
}
#popup-menu li:last-child {
    margin-right: 0;
}
#popup-menu li:last-child::after, #popup-menu>li::after {
    display: none;
}
#popup-menu a, #popup-menu>li>a:hover {
    color: #666;
}
#popup-menu a:hover {
    color: #333;
}
#popup-menu>li {
    display: block;
    margin: 0 0 30px;
}
#popup-menu>li>a {
    display: block;
    font-style: normal;
    color: #262626;
    font-size: 40px;
    line-height: 1.25;
    font-weight: 400;
    margin-bottom: 10px;
}
#popup-menu .current-menu-item>a {
    color: #ef4416;
}
/*scroll*/
#scroll {
    position:fixed;
    right:10px;
    bottom:50px;
    cursor:pointer;
    width:50px;
    height:50px;
    background-color:#a50505;
    text-indent:-9999px;
    display:none;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
}
#scroll span {
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-8px;
    margin-top:-12px;
    height:0;
    width:0;
    border:8px solid transparent;
    border-bottom-color:#ffffff
}
#scroll:hover {
    background-color:#a50505;
    opacity:1;
    filter:"alpha(opacity=100)";
    -ms-filter:"alpha(opacity=100)";
}
.product-block .image {
    outline: 1px solid transparent;
    outline-offset: 0;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    position: relative;
    overflow: hidden;
    z-index: 9;
	  padding: 15px;
}
.product-grid .caption {
	position: relative;
	-moz-transition:0.5s;
	-webkit-transition:0.5s;
	transition:0.5s;
}
.product-block .image a {
    display: block;
    text-align: center;
}
.product-block .image .image-effect {
    top: 0;
    position: absolute;
    overflow: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.product-block .image .image-hover {
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    opacity: 1;
    filter: alpha(opacity=100);
}
.product-grid .add-links {
    margin: auto;
    padding: 0 8px;
    position: absolute;
    visibility: hidden;
    left: 0;
    right: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin: 20px;
    bottom: 0px;
    text-align: right;
    background: rgba(255, 255, 255, 0.9);
}
.product-grid:hover .add-links {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
}
.product-grid .add-links .quick-view {
    float: left;
    text-transform: uppercase;
}
.product-grid .button-groups > div {
    display: inline-block;
}
.product-grid .add-links .quick-view a.quickview {
    font-weight: 700;
    font-size: 11px;
}
.product-grid .add-links a {
    display: inline-block;
    padding: 17px 12px;
    text-align: center !important;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}
.product-block .category {
    background: #fff;
    padding: 10px 0px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin: 0;
    font-size: 13px;
}
.product-block .category .cate {
    overflow: hidden;
    position: relative;
    padding: 0 20px;
}
.product-block .name {
    margin: 0 0 5px 0;
    font-size: 17px;
    line-height: 1.4;
    text-transform: none;
    font-weight: 300;
}
.product-grid .name {
    margin: 0 0 8px;
}
.product-grid .name a{
	color:#000;
	font-weight:bold;
}
.product-grid .name a:hover{
	text-decoration:none;
}
.product-block .category .cate::before {
    content: "";
    position: absolute;
    background: #a0a0a0;
    bottom: 43%;
    margin: 0 auto;
    width: 100%;
    height: 1px;
    left: 0;
    right: 0;
}
.product-block .category .cate span {
    overflow: hidden;
    position: relative;
    background-color: #fff;
    padding: 0 8px;
}
.product-block .category a {
    color: #a0a0a0;
}
.product-block{
	position:relative;
	overflow:hidden;
}
.d-button{
	display:block;
	position:absolute;
	width:150px;
	padding:12px 0;
	text-align:center;
	color:#fff;
	background:#5bcc9f;
	font-family:montreal;
	font-size:18px;
	left:0;
	right:0;
	margin:0 auto;
	bottom:-50px;
	letter-spacing:1px;
	-moz-transition:0.5s;
	-webkit-transition:0.5s;
	transition:0.5s;
}
.d-button:hover{
	color:#fff;
	text-decoration:none;
}
.q-button{
	display:block;
	position:absolute;
	width:150px;
	padding:12px 0;
	text-align:center;
	color:#fff;
	background:#5bcc9f;
	font-family:montreal;
	font-size:18px;
	left:0;
	right:0;
	margin:0 auto;
	top:-50px;
	letter-spacing:1px;
	-moz-transition:0.5s;
	-webkit-transition:0.5s;
	transition:0.5s;
	z-index:999;
}
.q-button:hover{
	color:#fff;
	text-decoration:none;
}
.product-block:hover .caption{
	opacity:0;
}
.product-block:hover .q-button{
	top:30%;
}
.product-block:hover .d-button{
	bottom:15px;
}
.product-block img{width: 100%;}
.addto-cart{background: #CC0001;border-radius: 0px;font-family: 'Oswald', sans-serif;
border:none;font-weight:400;font-size:18px;text-transform: uppercase;height:40px; transition: .8s}
.addto-cart:hover{background: #CC0001 !important;}
.detail_box{font-size: 12px; color: #afafaf;}
.detail_box h3{font-size: 18px; text-transform: uppercase; color: #afafaf;}
.btn-sm{background:#CC0001; color:#fff; border:0; transition: .8s}
.btn-sm:hover{background: #CC0001; color: #fff !important;}
.breadcrumb{background-color: #CC0001 !important; border-radius: 0px !important;}
.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus{
     background-color: #CC0001 !important; border: #CC0001 !important;	
}
.hactive{color: #afafaf; font-family: Open Sans; font-weight: bold; text-transform: uppercase;}
.txt_heading{color: #afafaf;}
.bskt-fm{color: #afafaf; font-size: 14px;}
.cate-heading{background:#CC0001; padding: 5px; font-weight: bold; color: #fff; text-transform: uppercase; font-family: Open Sans; text-align: center; margin: 0px;}
.sub-qtys{background: #CC0001 !important; transition:.8s; border:solid 1px #db076d !important;border-radius: 0px !important;font-family: 'Oswald', sans-serif;font-weight:400;font-size:18px;text-transform: uppercase;height:40px;}
.sub-qtys:hover{background: #CC0001 !important;}
.sub_heading2{background: #CC0001 !important;}
@media (max-width: 1200px){
.projects-grid-caption{
  bottom: -218%;
}
.inner-wrapper button {
    margin-left: 442px; 
}
.text1-top{
  font-size: 10px;
}
.house-b img{
      width:100%;
  }
}
@media (max-width: 768px){
.logo-bar img{
  width: 65%;
  text-align: center;
}
.slider-info h4 {
        font-size: 46px;
    }
    .banner-1,
    .banner-2,
    .banner-3 {
        min-height: 550px;
        padding-top: 16em;
    }
.heading-cate img{
  width: 80%;
}
.set-out-side-cate img{
  width: 80%;
}
.footer{
  background: #3a3b3b !important;
}
.SearchInput{
    width:100%;
}
}



.hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
}

.hovereffect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,0.6);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translate(460px, -100px) rotate(180deg);
  -ms-transform: translate(460px, -100px) rotate(180deg);
  transform: translate(460px, -100px) rotate(180deg);
  -webkit-transition: all 0.2s 0.4s ease-in-out;
  transition: all 0.2s 0.4s ease-in-out;
}

.hovereffect img {
  display: block;
  position: relative;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  width:100%;
}

.hovereffect h2 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 17px;
  padding: 10px;
  background: rgba(182, 32, 32, 0.82);
  top:39%;
}

.hovereffect a.info {
  display: inline-block;
  text-decoration: none;
  margin: 208px 27px 0 0;
  background-color: transparent;
  -webkit-transform: translateY(-200px);
  -ms-transform: translateY(-200px);
  transform: translateY(-200px);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.hovereffect a.info:hover {
  box-shadow: 0 0 5px #fff;
}

.hovereffect:hover .overlay {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.hovereffect:hover h2 {
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.hovereffect:hover a.info {
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}






@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(1, 1);
  }
  to {
    -webkit-transform: scale(1.5, 1.5);
  }
}

@keyframes zoom {
  from {
    transform: scale(1, 1);
  }
  to {
    transform: scale(1.5, 1.5);
  }
}

.carousel-inner .item > img {
  -webkit-animation: zoom 35s;
  animation: zoom 35s;
}



.c_box{
    margin: 0px 5px;
}

.c_box>a>img{
    margin-left: auto;
    margin-right: auto;
}

.chover{
    position: absolute;
    top: 0;
    right: 15px;
    bottom: 0;
    left: 15px;
    zoom: 1;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    opacity: 0;
    color: #fff;
    background-color: rgba(248, 251, 248, 0.62);
    filter: alpha(opacity=0);
    border-radius: 4px;
}
.c_box:hover .chover{
    opacity: 1;
}
.chover>h3{
   text-align: center;
    color: #fff;
}
.chover .btn{
   background-color: #000;
    color: #fff;
    margin-left: auto;
    margin-right: auto;
    display: block;
    transition: 0.4s;
    margin-top: 57px;
}
.chover .btn:hover{
    background-color: transparent;
    border: 1px solid #000;
    color: #000;
}
.p_box{
background-color: #fff;
    border: 1px solid #fff;
    border-radius: 5px;
    margin: 5px 0px;
    transition: all 0.5s ease-in-out 0s;
    height: 240px;
    margin-bottom: 10px;
}
.p_box:hover{
    border: 1px solid #e6e6e6;
}
.p_box>a>img{
    margin-left: auto;
    margin-right: auto;
}
.p_box .btm{
    background-color: #f4f4f4;
    padding: 1px 0px;
}
.p_box .btm>h6{
    letter-spacing: 1px;
    margin: 5px 0px;
    color: #000;
    text-align: center;
}
.position2{
    position: absolute;
    width: 100%;
    z-index: 999;
    margin: -50px 0 0px;
}
.bgcolor3{
   background: #6653a4;
    padding: 30px 15px 30px;
    -webkit-border-radius: 4px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 4px;
    -moz-background-clip: padding;
    border-radius: 4px;
    background-clip: padding-box;
}
.nh_txet{
    
}
.nh_txet>h3{
    font-family: 'Lora', serif;
    color: #fff;
    font-weight: bold;
}
.nh_txet>h4{
    font-family: 'Lora', serif;
    color: #23242C;
    font-weight: bold;
}

.n_form{
    margin-top: 15px;
}

.n_form input[type="email"]{
    -webkit-border-top-left-radius: 32px;
    -moz-border-radius-topleft: 32px;
    border-top-left-radius: 32px;
    -webkit-border-bottom-left-radius: 32px;
    -webkit-background-clip: padding-box;
    -moz-border-radius-bottomleft: 32px;
    -moz-background-clip: padding;
    border-bottom-left-radius: 32px;
    background-clip: padding-box;    
    height: 54px;
    vertical-align: middle;
    margin: 0;
    border-color: transparent;
    outline: none;
    
}

.n_form .btn{
    padding-left: 35px;
    padding-right: 35px;
    color: #ffffff;
    background: #23242C;
    border-radius: 30px;
    padding: 15px 40px;
    font-weight: bold;
}

.n_form .btn:hover{
    background-color: #fff;
    color: #23242C;
}

.bgcolor4{
    background-color: #23242C;
    padding: 130px 15px 60px;
    margin-top: 50px;
}

.f_text{
    letter-spacing: 1px;
    text-align: center;
    color: #fff;
}

.f_text>h4{
    display: block;
    color: #6653a4;
    font-size: 30px;
}










/*featured*/
.warper_featured{padding:40px 0;}

.fetured_heading{ text-align:center; margin-bottom:30px; }
.fetured_heading h1{font-family: 'Oswald', sans-serif; font-size:30px;  font-weight:500; color:#000; text-transform:uppercase;}

.fer_main{background:#fff; border:1px solid #fff; transition:all 0.4s; overflow:hidden;position:relative; border-radius:0px; padding:30px 0px;}
.fer_main a{text-decoration:none;}
.fer_main:hover{box-shadow:0px 0px 9px rgba(40, 40, 40, 0.45098039215686275);}
.fer_main .fet_pic{text-align:center;}
.fer_main .fet_pic img{display:inline-block}

.fer_main .fet_detail{font-family: 'Oswald', sans-serif; text-align:center; padding:15px 0px 25px 0px;}
.fer_main .fet_detail h3{font-size:17px; font-weight:600; color:#484848; text-transform:uppercase; padding-bottom:10px;}
.fer_main .fet_detail h4{font-size:13px; font-weight:600; color:#484848; text-transform:uppercase;}

.fer_main .fet_icon{position:absolute; top:-20%;  right:0px; left:0px; text-align:center; transition: 0.5s all;}
.fer_main .fet_icon ul{}
.fer_main .fet_icon ul li{display:inline-block; width:50px; height:50px;  background:#0683ff;color:#fff; text-align:center; padding:11px 0px; font-size:20px;transition: 0.5s all; border-radius:50px;}
.fer_main .fet_icon ul li:hover{background:#000}
.fer_main .fet_icon ul li form{}
.fer_main .fet_icon ul li form button{background:none; border:0px; outline:none;}
.fer_main .fet_icon ul li form button span{}

.fer_main:hover .fet_icon{top:40%; transform:translateY(-40%);}
.fer_main:hover .fet_icon ul li{margin:0px;}



.carousel-indicators{
  bottom: -5px !important;
}



.carousel-indicators li {
  background: #C4C4BE;
}

.carousel-indicators li.active {
    background: #CC0001;
}

.item {
 
}


.pricing {
  position: absolute;
  right: 40%;
  top: 52%;
}

.instruments {
  margin-left: 0;
}

.item h1 {
  color: #B4B1AB;
  font-family: abel;
  font-size: 20px;
  margin-top: 10px;
}

.item h5 {
  color: #B4B1AB;
  font-family: abel;
  font-size: 48px;
  margin-top: 115px;
}

.item h1 span {
  color:#28A8E7;
}

.item h5 span {
  color:#28A8E7;
}

.item h2 {
  color: #363432;
  font-family: 'Roboto', sans-serif;
  font-family: abel;
  font-size: 28px;
  //font-weight: 700;
  margin-bottom: 22px;
  margin-top: 10px;
}

.item h2 span {
  color:#28A8E7;
}

.item  p {
  color:#363432;
  font-size:16px;
  font-weight:300;
  font-family: 'Roboto', sans-serif;
}

.get {
  background: #28A8E7;
  border: 0 none;
  border-radius: 0;
  color: #FFFFFF;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 300;
  margin-top: 23px;
}


.item button:hover {
  background: #28A8E7;
}

.control-carousel {
  position: absolute;
  top: 50%;
  font-size: 60px;
  color: #C2C2C1;
}

.control-carousel:hover{
  color: #28A8E7 ;
}

.right {
  right: 0;
}

.category-products {
  border: 1px solid #F7F7F0;
  margin-bottom: 35px;
  padding-bottom: 20px;
  padding-top: 15px;
}
.left-sidebar h2, .brands_products h2 {
  color: #28A8E7;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 700;
  margin: 0 auto 30px;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  z-index:3;
}

.left-sidebar h2:after, h2.title:after{
  content: " ";
  position: absolute;
  border: 1px solid #f5f5f5;
  bottom:8px;
  left: 0;
  width: 100%;
  height: 0;
  z-index: -2;
}

.left-sidebar h2:before{
  content: " ";
  position: absolute;
  background: #fff;
  bottom: -6px;
  width: 130px;
  height: 30px;
  z-index: -1;
  left: 50%;
  margin-left: -65px;
}

h2.title:before{
  content: " ";
  position: absolute;
  background: #fff;
  bottom: -6px;
  width: 220px;
  height: 30px;
  z-index: -1;
  left: 50%;
  margin-left: -110px;
}

.category-products .panel {
  background-color: #FFFFFF;
  border: 0px;
  border-radius: 0px;
  box-shadow:none;
  margin-bottom: 0px;
}

.category-products .panel-default .panel-heading {
  background-color: #FFFFFF;
  border: 0 none;
  color: #FFFFFF;
  padding: 5px 20px;
}

.category-products .panel-default .panel-heading .panel-title a {
  color: #696763;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  text-decoration: none;
  /*text-transform: uppercase;*/
}

.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 0 none;
}

.category-products .badge {
  background:none;
  border-radius: 10px;
  color: #696763;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  min-width: 10px;
  padding: 3px 7px;
  text-align: center;
  vertical-align: baseline;
  white-space: nowrap;
}

.panel-body ul{
  padding-left: 15px;
}

.panel-body ul li:before {
    content: '• '; /*copy and paste a bullet from HTML in browser into css (not using ascii codes) */
  color: red; /* or whatever color you prefer */
}

.panel-body ul li a.selected {
  color: red; /* or whatever color you prefer */
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
}


.panel-body ul li a {
  color: #28A8E7;
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  /*text-transform: uppercase;*/
}
.panel-body ul li a:hover{
  background-color: #696763;
  color: #fff;
  
}

.brands-name {
  border: 1px solid #F7F7F0;
  padding-bottom: 20px;
  padding-top: 15px;
}


.brands-name .nav-stacked li a {
  background-color: #FFFFFF;
  color: #696763;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  padding: 5px 25px;
  text-decoration: none;
  text-transform: uppercase;
}

.brands-name .nav-stacked li a:hover{
  background-color: #fff;
  color: #696763;
}




.category-products .panel {
  background-color: #FFFFFF;
  border: 0px;
  border-radius: 0px;
  box-shadow:none;
  margin-bottom: 0px;
}

.category-products .panel-default .panel-heading {
  background-color: #FFFFFF;
  border: 0 none;
  color: #FFFFFF;
  padding: 5px 20px;
}

.category-products .panel-default .panel-heading .panel-title a {
  color: #696763;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  text-decoration: none;
  /*text-transform: uppercase;*/
}

.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 0 none;
}

.category-products .badge {
  background:none;
  border-radius: 10px;
  color: #696763;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  min-width: 10px;
  padding: 3px 7px;
  text-align: center;
  vertical-align: baseline;
  white-space: nowrap;
}

.panel-body ul{
  padding-left: 15px;
}

.panel-body ul li:before {
    content: '• '; /*copy and paste a bullet from HTML in browser into css (not using ascii codes) */
  color: red; /* or whatever color you prefer */
}

.panel-body ul li a.selected {
  color: red; /* or whatever color you prefer */
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
}


.panel-body ul li a {
  color: #28A8E7;
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  /*text-transform: uppercase;*/
}
.panel-body ul li a:hover{
  background-color: #696763;
  color: #fff;
  
}

.brands-name {
  border: 1px solid #F7F7F0;
  padding-bottom: 20px;
  padding-top: 15px;
}


.brands-name .nav-stacked li a {
  background-color: #FFFFFF;
  color: #696763;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  padding: 5px 25px;
  text-decoration: none;
  text-transform: uppercase;
}

.brands-name .nav-stacked li a:hover{
  background-color: #fff;
  color: #696763;
}

.shipping {
  background-color: #F2F2F2;
  margin-top: 40px;
  overflow: hidden;
  padding-top: 20px;
  position: relative;
}


.price-range{
  margin-top:30px;
}

.well {
  background-color: #FFFFFF;
  border: 1px solid #F7F7F0;
  border-radius: 4px;
  box-shadow: none;
  margin-bottom: 20px;
  min-height: 20px;
  padding: 35px;
}


.tooltip-inner {
  background-color: #28A8E7;
  border-radius: 4px;
  color: #FFFFFF;
  max-width: 200px;
  padding: 3px 8px;
  text-align: center;
  text-decoration: none;
}

.tooltip.top .tooltip-arrow {
  border-top-color: #28A8E7;
  border-width: 5px 5px 0;
  bottom: 0;
  left: 50%;
  margin-left: -5px;
}


.padding-right {
  padding-right: 0;
}

.features_items{
  overflow:hidden;
}


h2.title {
  color: #28A8E7;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 700;
  margin: 0 15px;
  text-transform: uppercase;
  margin-bottom: 30px;
  position: relative;
}

.product-image-wrapper{
 
  overflow: hidden;
  margin-bottom:20px;
}

.single-products {
  position: relative;
}

.new, .sale {
  position: absolute;
  top: 0;
  right: 0;
}

.productinfo h2{
  color: #28A8E7;
  font-family: 'Roboto', sans-serif;
  font-size: 24px;
  font-weight: 700;
}
.product-overlay h2{
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-size: 24px;
  font-weight: 700;
}


.productinfo p{
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #696763;
}

.productinfo img{
  height: 220px;
  /*width: 268px; */
  max-width: 100%;
  /*object-fit: contain;  */
}

.productinfo{
 position:relative;
}

.product-overlay {
  background:#28A8E7;
  top: 0;
  display: none;
  height: 0;
  position: absolute;
  transition: height 500ms ease 0s;
  width: 100%;
  display: block;
  opacity: 0.9;
}

.single-products:hover .product-overlay {
  display:block;
  height:100%;
}


.product-overlay .overlay-content {
  bottom: 0;
  position: absolute;
  bottom: 0;
  text-align: center;
  text-color: black;
  img-align: center;
  width: 100%;
  opacity: 0.9;
}

.product-overlay .add-to-cart {
  background:#fff;
  border: 0 none;
  border-radius: 0;
  color: #28A8E7;
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  margin-bottom: 25px;
}

.product-overlay .add-to-cart:hover {
  background:#fff;
  color: #28A8E7;
}


.product-overlay p{
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
}



.add-to-cart {
  background:#F5F5ED;
  border: 0 none;
  border-radius: 0;
  color: #696763;
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  margin-bottom: 25px;
}

.add-to-cart:hover {
  background: #28A8E7;
  border: 0 none;
  border-radius: 0;
  color: #FFFFFF;
}

.add-to{
  margin-bottom: 10px;
}

.add-to-cart i{
  margin-right:5px;
}

.add-to-cart:hover {
  background: #28A8E7;
  color: #FFFFFF;
}

.choose {
  border-top: 1px solid #F7F7F0;
}

.choose ul li a {
  color: #B3AFA8;
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  padding-left: 0;
  padding-right: 0;
}

.choose ul li a i{
  margin-right:5px;
}

.choose ul li a:hover{
  background:none;
  color:#28A8E7;
}

.category-tab {
  overflow: hidden;
}

.category-tab ul {
  background: #40403E;
  border-bottom: 1px solid #28A8E7;
  list-style: none outside none;
  margin: 0 0 30px;
  padding: 0;
  width: 100%;
}

.category-tab ul li a {
  border: 0 none;
  border-radius: 0;
  color: #B3AFA8;
  display: block;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  text-transform: uppercase;
}

.category-tab ul  li  a:hover{
  background:#28A8E7;
  color:#fff;
}

.nav-tabs  li.active  a, .nav-tabs  li.active  a:hover, .nav-tabs  li.active  a:focus {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background-color: #28A8E7;
  border:0px;
  color: #FFFFFF;
  cursor: default;
  margin-right:0;
  margin-left:0;
}

.nav-tabs  li  a {
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 4px 4px 0 0;
  line-height: 1.42857;
  margin-right:0;
}

.recommended_items {
  overflow: hidden;
  margin-top: 65px;
}

#recommended-item-carousel .carousel-inner .item {
  padding-left: 0;
}

.recommended-item-control {
  position: absolute;
  top: 41%;
}

.recommended-item-control i {
  background: none repeat scroll 0 0 #ffffff;
    border: 0.5px solid #868484;
    color: #868484;
    font-size: 41px;
    padding: 8px 22px;
    border-radius: 31px;
}

.recommended-item-control i:hover {
  background: #28A8E7;
}

.recommended_items  h2 {
}

.our_partners{
  overflow:hidden;
}

.our_partners ul {
  background: #F7F7F0;
  margin-bottom: 50px;
}


.our_partners ul li a:hover{
  background:none;
}
.only-border{
  border-bottom: 2px solid #2d3e50;
}

.testimonial{
    text-align: center;
}
.description{
    color:#656565;
    font-size: 14px;
    line-height: 35px;
    margin-bottom: 30px;
    padding:0px 11%;
    position: relative;
}
.description:before{
    content: "\f10d";
    font-family: 'FontAwesome';
    display: inline-block;
    position: absolute;
    top: 8px;
    left: 2%;
    color:#000;
    font-size: 30px;
}
.description:after{
    content: "\f10e";
    font-family: 'FontAwesome';
    display: inline-block;
    position: absolute;
    top: 8px;
    right: 2%;
    color:#000;
    font-size: 30px;
}
.owl-pagination{
  display: none;
}
.pic{
    width: 94px;
    height: 94px;
    margin: 0 auto;
}
.pic img{
    width: 100%;
    height: auto;
    border-radius: 50%;
}
.testimonial-title{
    font-size: 18px;
    color:#333;
    font-weight: bolder;
    text-transform: capitalize;
}
.testimonial-title > small{
    display: block;
    color:#656565;
    font-size: 15px;
    text-transform: uppercase;
    margin-top: 5px;
}
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span{
    background: #3498db;
}
.owl-theme .owl-controls .owl-page span{
    opacity: 1;
}
@media screen and (max-width: 480px) {
    .description{
        font-size:19px;
        line-height: 29px;
    }
    .description:before,
    .description:after{
        font-size: 25px;
    }
    .logo{
      text-align: center;
    }
    .cate-wrap-g{
      width: 100%;
    }
    .about-home img{
      width: 100%;
    }
    .name-testi img{
      width: 75%;
    }
    .about-heading img{
      width: 75%;
    }
    .logo{
        padding-bottom:10px;
    }
    .rojects-agile-grid-info{
        padding-bottom:10px;
    }
    .feature-name{
        padding-top:25px;
        padding-bottom:25px;
        text-align:center;
    }
    .feature-name img{
        width:85%;
    }
    .about-name{
        padding-top:10px;
        padding-bottom:10px;
    }
    .header-top {
    background-color: rgba(0,0,0,0.6);
    position: static;
    z-index: 1;
    width: 100%;
}
  .ct img{
      width:85%;
  }
  .payments-s img{
      width:100%;
  }
  .house-b img{
      width:100%;
  }
}


@import url(http://fonts.googleapis.com/css?family=Open+Sans);
#cssmenu{
  float: left;
}

#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu #menu-button {
  display: none;
}
#cssmenu {
  width: auto;
  font-family: 'Open Sans', sans-serif;
  line-height: 1;
  
}
#menu-line {
  position: absolute;
  top: 0;
  left: 0;
  height: 3px;
  background: #fff;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
#cssmenu > ul > li {
  float: left;
}
#cssmenu.align-center > ul {
  font-size: 0;
  text-align: center;
}
#cssmenu.align-center > ul > li {
  display: inline-block;
  float: none;
}
#cssmenu.align-center ul ul {
  text-align: left;
}
#cssmenu.align-right > ul > li {
  float: right;
}
#cssmenu.align-right ul ul {
  text-align: right;
}
#cssmenu > ul > li > a {
  padding: 14px;
  font-size: 16px;
  text-decoration: none;
  font-family:'Tahoma'; 
  color: #fff;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
  text-transform: uppercase;
}

#cssmenu > ul > li:hover > a{
  color: #000;
}
#cssmenu > ul > li:hover{
    color: #000;
}
#cssmenu > ul > li.has-sub > a {
  padding-right: 25px;
}
#cssmenu > ul > li.has-sub > a::after {
  position: absolute;
  top: 21px;
  right: 10px;
  width: 4px;
  height: 4px;
  border-bottom: 1px solid #000000;
  border-right: 1px solid #000000;
  content: "";
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -ms-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}
#cssmenu > ul > li.has-sub:hover > a::after {
  border-color: #009ae1;
}
#cssmenu ul ul {
  position: absolute;
  left: -9999px;
}
#cssmenu li:hover > ul {
  left: auto;
}
#cssmenu.align-right li:hover > ul {
  right: 0;
}
#cssmenu ul ul ul {
  margin-left: 100%;
  top: 0;
}
#cssmenu.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}
#cssmenu ul ul li {
  height: 0;
  -webkit-transition: height .2s ease;
  -moz-transition: height .2s ease;
  -ms-transition: height .2s ease;
  -o-transition: height .2s ease;
  transition: height .2s ease;
  background: #dddddd;

}
#cssmenu ul li:hover > ul > li {
  height: 35px;
  border-bottom: 1px solid #000;
}
#cssmenu ul ul li a {
  padding: 10px 15px;
  width: 250px;
  font-size: 14px;
  background: #dddddd;
  text-decoration: none;
  color: #000;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}
#cssmenu .sub-ul-2 li a{
  width: 380px;
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
  color: #000;
  background-color:#CC0001;

}
#cssmenu ul ul li.has-sub > a::after {
  position: absolute;
  top: 13px;
  right: 10px;
  width: 4px;
  height: 4px;
  border-bottom: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  content: "";
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -ms-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}
#cssmenu.align-right ul ul li.has-sub > a::after {
  right: auto;
  left: 10px;
  border-bottom: 0;
  border-right: 0;
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
}
#cssmenu ul ul li.has-sub:hover > a::after {
  border-color: #ffffff;
}
@media all and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
  #cssmenu {
    width: 100%;
  }
  #cssmenu ul {
    width: 100%;
    display: none;
  }
  #cssmenu.align-center > ul,
  #cssmenu.align-right ul ul {
    text-align: left;
  }
  #cssmenu ul li,
  #cssmenu ul ul li,
  #cssmenu ul li:hover > ul > li {
    width: 100%;
    height: auto;
    border-top: 1px solid rgba(120, 120, 120, 0.15);
  }
  #cssmenu ul li a,
  #cssmenu ul ul li a {
    width: 100%;
  }
  #cssmenu > ul > li,
  #cssmenu.align-center > ul > li,
  #cssmenu.align-right > ul > li {
    float: none;
    display: block;
  }
  #cssmenu ul ul li a {
    padding: 20px 20px 20px 30px;
    font-size: 12px;
    color: #fff;
    background: none;
  }
  #cssmenu ul ul li:hover > a,
  #cssmenu ul ul li a:hover {
    color: #fff;
  }
  #cssmenu ul ul ul li a {
    padding-left: 40px;
  }
  #cssmenu ul ul,
  #cssmenu ul ul ul {
    position: relative;
    left: 0;
    right: auto;
    width: 100%;
    margin: 0;
  }
  #cssmenu > ul > li.has-sub > a::after,
  #cssmenu ul ul li.has-sub > a::after {
    display: none;
  }
  #menu-line {
    display: none;
  }
  #cssmenu #menu-button {
    display: block;
    padding: 20px;
    color: #000000;
    cursor: pointer;
    font-size: 12px;
    text-transform: uppercase;
  }
  #cssmenu #menu-button::after {
    content: '';
    position: absolute;
    top: 20px;
    right: 20px;
    display: block;
    width: 15px;
    height: 2px;
    background: #000000;
  }
  #cssmenu #menu-button::before {
    content: '';
    position: absolute;
    top: 25px;
    right: 20px;
    display: block;
    width: 15px;
    height: 3px;
    border-top: 2px solid #000000;
    border-bottom: 2px solid #000000;
  }
  #cssmenu .submenu-button {
    position: absolute;
    z-index: 10;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid rgba(120, 120, 120, 0.15);
    height: 52px;
    width: 52px;
    cursor: pointer;
  }
  #cssmenu .submenu-button::after {
    content: '';
    position: absolute;
    top: 21px;
    left: 26px;
    display: block;
    width: 1px;
    height: 11px;
    background: #000000;
    z-index: 99;
  }
  #cssmenu .submenu-button::before {
    content: '';
    position: absolute;
    left: 21px;
    top: 26px;
    display: block;
    width: 11px;
    height: 1px;
    background: #000000;
    z-index: 99;
  }
  #cssmenu .submenu-button.submenu-opened:after {
    display: none;
  }
}

/*-- banner slider --*/

.banner-1 {
    background: url(../images/3.jpg) no-repeat 0px 0px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    min-height: 848px;
}

.banner-2 {
    background: url(../images/1.jpg) no-repeat 0px 0px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    min-height: 848px;
}

.banner-3 {
    background: url(../images/5.jpg) no-repeat 0px 0px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    min-height: 848px;
}

/*-- banner text --*/

.slider-info {
    text-align: right;
    padding-top: 23em;
    padding-right: 4em;
}

.slider-info h4 {
    color: #fff;
    font-size: 70px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 7px;
    font-style: italic;
}

.slider-info h4 span {
    color: #f72d65;
}

.slider-info p {
    color: #fff;
    font-size: 15px;
    letter-spacing: 5px;
    margin-top: 2em;
}

/*-- //banner text --*/

.slider {
    position: relative;
}

.rslides {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
}

.rslides li {
    -webkit-backface-visibility: hidden;
    position: absolute;
    display: none;
    width: 100%;
    left: 0;
    top: 0;
}

.rslides li:first-child {
    position: relative;
    display: block;
    float: left;
}

.rslides img {
    display: block;
    height: auto;
    float: left;
    width: 100%;
    border: 0;
}

.rslides_tabs {
    position: absolute;
    bottom: 9%;
    z-index: 99;
    right: 41%;
}

.rslides_tabs li {
    display: inline-block;
}

.rslides_tabs li:nth-child(2) {
    margin: 0 15px;
}

.rslides_tabs a {
    border: 2px solid #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    -moz-border-radius: 50%;
}

.rslides_tabs li:first-child {
    margin-left: 0;
}

.rslides_tabs .rslides_here a {
    color: #fff;
    font-weight: bold;
}

#slider3-pager a {
    display: inline-block;
}

#slider3-pager img {
    float: left;
    display: block;
}

#slider3-pager .rslides_here a {
    background: transparent;
    border: 2px solid #f72d65;
}

#slider3-pager a {
    padding: 4px;
}

ul#slider3-pager li a img {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    -moz-border-radius: 50%;
}

/*-- Special --*/

.projects-info {
    text-align: center;
}

.projects-info p {
    color: #999999;
    font-size: .9em;
    margin: 1em auto 0;
    width: 40%;
}

.projects-grids {
    margin: 3em 0 0 0;
}

#owl-demo .item {
    text-align: center;
}

.projects-agile-grid-info {
    position: relative;
    overflow: hidden;
}

.projects-agile-grid-info img {
    width: 100%;
}

i.fa.fa-cutlery {
    color: #FFFFFF;
    font-size: 2em;
}

.projects-grid-caption h4 {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    margin: 5em 0 0.5em 0;
    text-transform: uppercase;
    background: #cc00019c;
    padding: 10px;
    letter-spacing: 6px;
}

.projects-grid-caption p {
    color: #fff;
    font-size: 1em;
    margin: 0;
    letter-spacing: 1px;
    margin-top: 4em;
}
.projects-grid-caption a{
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  font-size: 14px;
}
.projects-grid-caption {
    background: rgba(0, 0, 0, 0.61);
    padding: 8em 1em 1em 1em;
    position: absolute;
    left: 0;
    bottom: -190%;
    text-align: center;
    width: 100%;
    -webkit-transition: .5s all;
    transition: .5s all;
    -moz-transition: .5s all;
    border: 1px solid #999;
}

.projects-agile-grid-info:hover .projects-grid-caption {
    bottom: 0%;
}
.get_ing_touch_001 h1 {
    font-size: 44px;
    margin-bottom: 30px;
    font-weight: 700;
    line-height: 44px;
    padding: 0 0 0 0;
    text-transform: capitalize;
    font-family: "Roboto", sans-serif;
}
.contact_text h1 {
    font-size: 44px;
    margin-bottom: 30px;
    font-weight: 700;
    line-height: 44px;
    padding: 0 0 0 0;
    text-transform: capitalize;
    font-family: "Roboto", sans-serif;
}
.email-ft-link{transition:.8s; text-decoration:none;color: #cccccc;}
.email-ft-link:hover{color:#ab2626 !important;}
.b-s{border: 0.5px solid gray; padding: 2px 18px 2px 18px !important;}
.ts{border: 0.5px solid gray; padding: 2px 0px 2px 0px !important;}
.gst-rows{margin-top: 35px; margin-bottom: 35px;}
.shz-p{padding-top:20px; padding-bottom: 20px;}
.b-hd{margin-bottom: 5px;}
.b-hd h4{color: #ab2626;}
.ab-bike{color:#cccccc;}
.footer-btm{background-color: #000000;}
.ul-bs li{list-style: none;}
.ul-bs li a{color: #cccccc;}
.b-social .social-uls li{display: inline-block; list-style: none;}
.b-social .social-uls li a{padding: 5px 10px 5px 10px; border: 1px solid #cccccc; color: #cccccc;}
.b-social .social-uls li a:hover{background-color: #002c64;}
.new-btn{background-color: #323232; padding-top: 10px; padding-bottom: 10px;}
.copy-right{font-size: 12px;color:#cccccc; }
.basketballh p{color: #fff !important}