@charset "utf-8";
/* CSS Document */

@import url('bootstrap.min.css');
@import url('font-awesome.css');
@import url('owl.carousel.css');
@import url('owl.theme.default.css');
@import url('bootsnav.css');
@import url('style.css');
@import url('slideshow.css');
@import url('ocpagebuilder.css');
@import url('glasscase.min.css');
@import url('../source/jquery.fancybox.css');

@font-face {
    font-family: 'Barlow Condensed';
    src: url('../fonts/Barlow/BarlowCondensed-Bold.woff2') format('woff2'),
        url('../fonts/Barlow/BarlowCondensed-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Barlow Condensed';
    src: url('../fonts/Barlow/BarlowCondensed-Medium.woff2') format('woff2'),
        url('../fonts/Barlow/BarlowCondensed-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Barlow Condensed';
    src: url('../fonts/Barlow/BarlowCondensed-SemiBold.woff2') format('woff2'),
        url('../fonts/Barlow/BarlowCondensed-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Barlow Condensed';
    src: url('../fonts/Barlow/BarlowCondensed-Regular.woff2') format('woff2'),
        url('../fonts/Barlow/BarlowCondensed-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body{
    font-family: 'Barlow Condensed';
    background:#fff;
    font-weight: normal;
    font-size:14px;  
    color:#000;
}

a{
    background-color: transparent;
	outline: inherit !important;
    text-decoration: none !important;
}

h1,h2,h3,h4,h5,h6,ul,li{
    margin: 0;
    line-height:20px;
}

::selection{
    background-color: #eb523d;
    color: #fff;
}

.mtb_15{
	margin: 10px 0;
}
.mtb_20{
    margin: 20px 0;
}
.mtb_18{
    margin: 18px 0;
}
.p_lr_zero{
    padding-left: 0;
    padding-right: 0;
}
.increase_padding{
    padding-left: 40px;
    padding-right: 40px; 
}
.two_categoriez{
    padding: 20px 0;
}
.feat_sec_2{
    padding: 20px 0;
}
.feat-prod{
   padding: 50px 0; 
}
.custom-width{
    max-width: 78%;
    margin: 0 auto;
/*    padding-bottom: 50px;*/
}
.hr_line{
    border-top: 2px solid #eee;
    width: 30%;
    margin-top: 23px;
}
.hr_line1{
    border-top: none;
    width: 90%;
    margin-top: 20px;
}
.red_line{
        height: 3px;
        background-color: #eb3505;
/*        width: 95em;*/
        margin: 0 auto;
        background-image: linear-gradient(left , white 2%, #eb3505 50%, white 98%);
        background-image: -o-linear-gradient(left , white 2%, #eb3505 50%, white 98%);
        background-image: -moz-linear-gradient(left , white 2%, #eb3505 50%, white 98%);
        background-image: -webkit-linear-gradient(left , white 2%, #eb3505 50%, white 98%);
        background-image: -ms-linear-gradient(left , white 2%, #eb3505 50%, white 98%);
        background-image: -webkit-gradient( linear, left bottom, right bottom, color-stop(0.02, white), color-stop(0.5, #eb3505), color-stop(0.98, white) );
}
/*
.center{
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 30px 0;
    width: 75% !important;
}
*/

/*.wrapper{
	padding:0 30px; 
}*/

/*-----------header section-----------*/

.h_position{
    /*position: absolute;*/
    width: 100%;
    z-index: 9999;
    transition: all 0.6s ease-in;
	background-color:#FFFFFF;
}

.fixednav {
    position: fixed;
    z-index: 9999;
    width: 100%;
    top: 0;
    transition: all 0.6s ease-in;
}

.topbar{
   background-color:#000;
   padding: 5px 0;
}
.topbar li {
    list-style: none;
    margin: 0px;
    line-height: 20px;
    display: inline-block;
    float: left;
}
.topbar li i {
    line-height: 27px;
    float: left;
    font-size: 15px;
    color: #fe0000;
    text-align: center;
    margin-right: 8px;
}
.topbar li div {
    float: left;
    line-height: 26px;
    margin: 0;
    padding: 0;
}
.topbar li a {
    font-family: 'Barlow Condensed';
	font-size: 18px;
    text-decoration: none;
    color: #fff;
    font-weight: normal;
    transition: all .5s ease-in-out;
	padding-right: 5px;
}
.topbar li a:hover{
	color:#fe0000;
}
.topbar li div p {
	font-family: 'Barlow Condensed';
	font-size: 18px;
    margin: 0;
    color: #fff;
    font-weight: normal;
}
.soical_icon{
    position: absolute;
    left: 40%;
}		  
.soical_icon ul{
    margin:0px;
    padding:0px;
    list-style:none;
}		  
.soical_icon ul li a{
    font-size: 18px;
    color:#fff;
    text-align: center;
    margin-right: 15px;
    margin-top: 3px;
    display: block;
    float: left;
    transition: all .5s ease-in-out;
}		  
.soical_icon ul li a:hover{	
    color:#eb523d;
}
.lang{
	float: right;
}
.goog-te-gadget-simple {
    background-color: transparent !important;
    border-left:none!important;
    border-top:none!important;
    border-bottom:none!important;
    border-right:none!important;
    font-size: 9pt;
    display: inline-block;
    padding-top: 4px !important;
    padding-bottom: 2px;
    cursor: pointer;
    zoom: 1;
}
.goog-te-gadget img {
    display: none;
}
.goog-te-gadget-simple .goog-te-menu-value {
	font-family: 'Barlow Condensed';
    font-size:16px;
    font-weight:normal;
}
.goog-te-gadget-simple .goog-te-menu-value:hover {
   text-decoration:none;
   outline:none;
}
}
.goog-te-gadget-simple .goog-te-menu-value span {
    text-decoration: none;
    color: #fff;
}
.goog-te-menu-value span {
    border-left: none !important;
    color: #fff !important;
}

/*-----------end header section-----------*/

/*-----------banner section-----------*/

.banner{
}
.oc-banner10-container 
.nivo-controlNav a.active, 
.oc-banner10-container
.nivo-controlNav a:hover {
    background: #fff;
    border: 2px solid #fff;
}

/*-----------end banner section-----------*/



.welcome {
    background: url(../images/about_bg.jpg)center center no-repeat;
     background-attachment:fixed; 
    background-size: cover;
    padding: 8% 0;
}

.welcome-note {
    /*padding-top: 5%;*/
}

.welcome-note h2 {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 30px;
    color: #303437;
    font-weight: 400;
    margin: 0;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 50px;
}

.welcome-note h2:after {
    content: '';
    position: absolute;
    width: 103px;
    height: 3px;
    bottom: -3px;
    left: 0;
    background-color: #ba0001;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}

.welcome-note h2 span {
    font-weight: 700;
}

.welcome-note p {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 20px;
    color: #303437;
    font-weight: 400;
    line-height: 33px;
    margin: 0;
}

.welcome-note p span {
    font-weight: 700;
}

.welcome-note a {
    display: inline-block;
    background: #FFFFFF;
    font-family: 'Josefin Sans', sans-serif;
    color: #303437;
    text-decoration: none;
    width: 150px;
    height: 45px;
    line-height: 45px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    transition: all 0.5s ease-in;
    border: 2px solid #000000;
    margin-top: 47px;
}

.welcome-note a:hover {
    color: #FFFFFF;
    text-decoration: none;
    background: #ba0001;
    border: 2px solid #ba0001; 
}


/*:::::::::::::about section end:::::::::::::*/


/*-----------service section-----------*/

.service{
	padding: 40px 0px;
    background-color: #000;
}
.service .center-content{
	text-align: center;
/*	border-right: 1px solid #565656;*/
}
.service .center-content:last-child{
	border-right:none;
}
.service .center-content img{
	margin-bottom: 18px;
}
.service .center-content h2{
	font-family: 'Barlow Condensed';
	font-size: 24px;
	color:#fff;
	font-weight:600;
	margin: 0;
	text-transform: uppercase;	
	margin-bottom: 6px;	
}
.service .center-content p{
	font-family: 'Barlow Condensed';
	font-size:18px;
	color:#fff;
	font-weight:normal;
    text-transform: capitalize;
	margin: 0;
	letter-spacing: 1px;
}

/*-----------end service section-----------*/

/*-----------cat & prod section-----------*/

.cimg a img {
    transition: transform .2s;
}


.cimg a:hover img {
    transform: scale(1.05);
}


.cimg h3 {
    position: absolute;
    bottom: 16px;
    right: 30px;
    background: white;
    padding: 10px 30px;
    font-weight: normal;
    font-size: 24px;
    transition: transform .2s;
}

.cimg h3>a:hover{
    color: #000;
}

.cat_prod{
    /*background: url(../images/blogo.png) no-repeat;*/
    /*background-position: top center;*/
}

.cat_bg{
    background: url(../images/VT_cat_bg.png) center center no-repeat;
    background-size: 100%;
    padding: 50px 0;  
}
.cat_bg_1{
    background: url(../images/VT_cat_bg1.png) center center no-repeat;
    background-size: 100%;
    padding: 50px 0;   
}
.product-block{ 
    width: 90%;
}
.product-block .prd-img{
    border: 1px solid #dfdfdf;
    background-color: #fff;
    position: relative;
    display: block;
    cursor: pointer;
}
.product-block .prd-img:after{
    content: '';
    display: block;
    position: absolute;
    opacity: 0;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: url(../images/VT_eyeicon.png) no-repeat center center #eb523d;
    -webkit-transition: ease 1s;
    transition: ease 1s;
}
.product-block:hover .prd-img:after{
    opacity: 0.8;
}
.product-block .prd-img img{
    transition: .5s ease;
    width: 75% !important;
    margin-right: auto;
    margin-left: auto;
    padding: 30px 0px 30px 0px;
    padding: 25px 0;
}
/*
.product-block .prd-img:hover img{
     filter: grayscale(1);
    -webkit-filter: grayscale(1);
}
*/
.product-block .prd-content{
    padding: 12px 0; 
    overflow: hidden;
}
.product-block .prd-content .prd-name{
    float: left;   
}
.product-block .prd-content .prd-name h3{
    font-family: 'Barlow Condensed';
	font-size: 18px;
	color:#000;
	font-weight:500;
	margin: 0;
	text-transform: capitalize;	   
}
.product-block .prd-content .prd-name h4{
    font-family: 'Barlow Condensed';
	font-size: 18px;
	color:#000;
	font-weight:normal;
	margin: 0;
	text-transform: capitalize;   
}
.product-block .prd-content button{
    float: right;
    background: none;
    border: none;
    outline: none;
    background-image: url(../images/VT_basket_icon.png);
    width: 32px;
    height: 32px;
    transition: .5s ease;
}
.product-block:hover .prd-content button{
    background-image: url(../images/VT_basket_icon_hover.png); 
    width: 32px;
    height: 32px;
}
.cat_img img{
    position: relative;
    top:95px;
    right: -75px;  
}
.cat_img_1 img{
    position: relative;
    top: 70px;
    left: -75px;
}
.owl-nav {
    position: relative;
    bottom:430px;
}
.owl-prev {
    background: none !important;
    color: #232323 !important;
    font-size: 30px !important;
    margin-right: 2px !important;
    transition: all .3s;
    position: absolute;
    left: 25px;
    outline: none;
    float: left;
}
.owl-prev:hover {
    color:#eb523d !important;
}
.owl-next {
    background: none !important;
    color: #232323 !important;
    font-size: 30px !important;
    transition: all .3s;
    position: absolute;
    right: 25px;
    outline: none;
    float: right;
}
.owl-next:hover {
    color:#eb523d !important;
}

/*-----------end cat & prod section-----------*/

/*-----------technology section-----------*/

.technology {
    padding: 50px 0 20px 0px;
}
.techn_title{
    padding-top: 30px;
}
.techn_title h2 {
    font-family: 'Barlow Condensed';
    font-size: 36px;
    color: #000;
    font-weight: normal;
    margin: 0;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
}
.techn_title h2 span {
    font-weight: bold;
}
.techn_title h2:after {
    content: '';
    position: absolute;
    width: 25%;
    height: 4px;
    bottom: -35px;
    left: 35%;
    background-color: #eb523d;
}
.technology .A-T-box {
    text-align: center;
}
.technology .A-T-box img {
    transition: .5s;
    cursor: pointer;
}
.technology .A-T-box img:hover {
    opacity: 0.6;
}
.technology .A-T-box .A-T-box-content {
    font-family: 'Barlow Condensed';
    padding: 28px 0;
}
.technology .A-T-box .A-T-box-content h2 {
    font-size: 30px;
    color: #000;
    font-weight: bold;
    margin: 0;
    text-transform: capitalize;
    padding-bottom: 25px;
}
.technology .A-T-box .A-T-box-content h5 {
    font-size: 20px;
    color: #999999;
    font-weight: bold;
    margin: 0;
    text-transform: uppercase;
    padding-bottom: 7px;
    letter-spacing: 1px;
}
.technology .A-T-box .A-T-box-content p {
    font-size: 20px;
    color: #999999;
    font-weight: normal;
    margin: 0;
}

/*-----------end technology section-----------*/

/*-----------news & about section-----------*/

.news & about{   
}
.about-content {
    text-align: left;
    background: url(../images/VT_about_bg.jpg) center no-repeat;
    background-size: cover;
    padding: 60px 10%;
}
.about-content h2{
    font-family: 'Barlow Condensed';
    font-size: 30px;
    color: #fff;
    font-weight: normal;
    margin-top: 0px;
    margin-bottom: 18px;
}
.about-content h3 {
    font-family: 'Barlow Condensed';
    font-size: 48px;
    color: #fff;
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 50px;
    text-transform: uppercase;
}
.about-content p {
    font-family: 'Barlow Condensed';
    font-size: 22px;
    color: #fff;
    font-weight: normal;
    margin: 0;
    line-height: 30px;
}
.about-content a {
    display: inline-block;
    border: 2px solid #1e1e1c;
    font-family: 'Barlow Condensed';
    color: #1e1e1c;
    text-decoration: none;
    width: 120px;
    line-height: 35px;
    text-transform: capitalize;
    font-weight: normal;
    font-size: 20px;
    text-align: center;
    border-radius: 20px;
    transition: all .2s ease-in;
    margin-top: 30px;
}
.about-content a:hover{
    color: #fff;
    background-color: #1e1e1c;
    border: 2px solid #1e1e1c;
}

/*end about-content*/

.newsletter_sec{
    text-align: center;
    background: url(../images/VT_newsletter_bg.jpg) center no-repeat;
    background-size: cover;
    padding: 148px 0 201px 0;
}
.newsletter_sec h2{
	font-family: 'Barlow Condensed';
	font-size: 30px;
	color:#fff;
	font-weight:600;
	margin: 0;
	text-transform: uppercase;
    letter-spacing: 2px;
}
.newsletter_sec p{
    font-family: 'Barlow Condensed';
    font-size: 20px;
    color:#fff;
    font-weight: normal;
    padding: 30px 0;
    margin: 0;
}

.newsletter_sec .sign-form {
    width: 65%;
    margin: 0 auto;
}
.newsletter_sec .sign-form input {
    font-family: 'Barlow Condensed';
    background:#fff;
    border: none;
    height: 45px;
    padding: 0 15px;
    width: 85%;
    float: left;
    box-shadow: none;
    color: #000;
    font-size: 14px;
    font-weight: normal;
    border-top-left-radius:5px;
    border-bottom-left-radius:5px;
    outline: none;    
}
/*
.subscribe .sign-form input:focus{
    box-shadow: 0 0 12px -3px #fe0000;
}
*/
.newsletter_sec .sign-form button{
    background:#fff;
    height: 45px;
    border: none;
    float: left;
    width: 10%;
    text-align: right;
    color:#eb523d;
    font-size: 16px;
    transition: all 0.3s ease-in-out 0s;
    padding-right: 22px;
    border-top-right-radius:5px;
    border-bottom-right-radius:5px;
}
/*
.subscribe .sign-form button:focus{
    box-shadow: 0 0 12px -3px #fe0000;
}
*/

/*newsletter_sec*/

/*-----------end news & about section-----------*/


/*-----------footer section-----------*/

.footer-btm{
	background-color: #000;
    padding: 50px 0;
    border-bottom: 1px solid #565656;
}
.footer-btm h2{
   font-family: 'Barlow Condensed';
	font-size:20px;
	color:#fff;
	font-weight:600;
	margin-top:5px;
    margin-bottom:25px;
	text-transform:uppercase;
}
.InformationLink{
	margin: 0px;
	padding: 0px;
}
.InformationLink ul{
	margin: 0px;
	padding: 0px;
	list-style: none;	
}
.InformationLink ul li{
	margin: 0px 0px 10px 0px;
	padding: 0px;
	float: none;
	display:block;
}
.InformationLink ul li a{
	font-family: 'Barlow Condensed';
	font-size:18px;
	text-decoration:none;
	font-weight:normal;
	color:#868686;
	text-transform:capitalize;
	margin:0px;
	padding:8px 0px 0px 0px;
	cursor:pointer;
	line-height:12px;
	transition: all 0.3s ease-in;
}
.InformationLink ul li a:hover{
	color:#eb523d;
    padding-left: 12px;
    text-decoration: underline;
}
.InformationLink ul li a i{
	 padding-right: 8px;
}

.SocialMediaIcon{ 
    padding-top: 25px;
    position: absolute;
    left: 20%;
}		  
.SocialMediaIcon ul{
    margin:0px;
    padding:0px;
    list-style:none;
}		  
.SocialMediaIcon ul a li {
    font-size: 22px;
    color:#868686;
    text-align: center;
    margin-right: 15px;
    line-height: 46px;
    background-color: #0e0e0e;
    display: block;
    float: left;
    width: 46px;
    height: 46px;
    border-radius: 5px;
    transition: all .5s ease-in-out;
}		  
.SocialMediaIcon ul a:hover li{		  
    color:#000;
    background-color:#eb523d;
}
.f-content h1{
	font-family: 'Barlow Condensed';
	color:#868686;
	font-weight:600;
	text-transform:uppercase;
	padding-bottom:5px;
	margin:0 0 0px;
	font-size:18px;	
}
.f-content li {
	list-style:none; 
	margin-bottom:23px;
	line-height:28px;	
}
.f-content li i { 
	line-height:21px; 
	float:left; 
	font-size:17px; 
	color:#eb523d; 
	text-align:center;
	margin-right:13px;
}
.f-content li div { 
	float:left; 
	width:80%;
	line-height:20px; 
	margin:0; 
	padding:0;
}
.f-content li div p {
	margin:0;
	font-family: 'Barlow Condensed';
	color:#868686;
	font-weight:normal;
	font-size:18px;	
}
.f-content li a {
	font-family: 'Barlow Condensed';
	text-decoration:none;
	color:#868686;
	font-weight:normal;
	font-size:18px;
	transition:all .5s ease-in-out;
}
.f-content li a:hover {
	color:#eb523d;
    text-decoration: underline;
}
.copy-right {
	font-family: 'Barlow Condensed';
	background:#000;
	padding: 15px 8% 20px 8%;
	color:#868686; 
	font-size:18px;
	font-weight:normal;
}
.copy-right span{
    color:#fff;
	font-weight:600;
	text-transform: uppercase;
}
.copy-right .cr-text { 
	text-align:left;
	padding-top: 14px;
}
.copy-right .powered { 
	text-align:right;
	padding-top: 14px;
}

/*-----------end footer section-----------*/


/****back to top****/

#scroll {
    position: fixed;
    right: 40px;
    bottom: 55px;
    cursor: pointer;
    width: 42px;
    height: 42px;
    background-color: #0e0e0e;
    text-indent: -9999px;
    display: none;
    outline: inherit;
    transition: .2s;
    z-index: 999;
}
#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: #fff;
}
#scroll:hover {
    opacity:1;filter:"alpha(opacity=100)";
    -ms-filter:"alpha(opacity=100)";
    background-color: #eb523d;
}

/****back to top end****/

.prod_padd{
	padding: 20px 0;
}

/*:::::::::::::SUB CATGEGORY PAGE CSS:::::::::::::*/

.sub-cat-img1{ 
    position: relative;
    overflow: hidden;
}
.sub-cat-img1 img{
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
    transition: .5s ease; 
}
.sub-cat-img1 img:hover{
    filter: grayscale(1);
}
.sub-cat-img1 .social {
    padding: 0;
    margin: 0;
    position: absolute;
    bottom: 35%;
    right: 0;
    z-index: 1;
    overflow: hidden;
    text-align: center;
    width: 100%;
}
.sub-cat-img1 .social li {
    margin: 0 0 35px;
    display: inline-block;
    transform: translateX(100px);
    transition: all 0.5s;
    opacity: 0;
}
.sub-cat-img1:hover .social li {
    transform: translateX(0);
    opacity: 1;
}
.sub-cat-img1 .social li a {
    color: #ffffff;
    background-color: #000000;
    font-size: 17px;
    line-height: 45px;
    text-align: center;
    transition: all 0.3s ease 0s;
    text-transform: uppercase;
    padding: 10px 15px;
    text-decoration: none;
}
.sub-cat-img1 .social li a:hover {
    background-color:#eb523d;
}
.sub-cat-img1 .social li a:after {
    content: '';
    height: 15px;
    width: 15px;
    border-radius: 0;
    transform: translateX(-50%) rotate(45deg);
    top: -22px;
    z-index: -1;
}
.sub-cat-img1 .social li a:hover:before,
.sub-cat-img1 .social li a:hover:after {
    opacity: 1;
}

/*:::::::::::::END SUB CATGEGORY PAGE CSS:::::::::::::*/

/*:::::::::::::CONTACT PAGE CSS:::::::::::::*/

/*
.page_title_inner {
    padding: 20px 0;
}
*/
.page_title {
    text-align: center;
    padding: 20px 0;
    background-color: #b5b5b5;
}
.page_title h2 {
    font-family: 'Barlow Condensed';
    font-size: 25px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0;
    padding-bottom: 5px;
}
.page_title h3 {
    font-family: 'Barlow Condensed';
    font-size: 18px;
    color: #fff;
    font-weight: normal;
    text-transform: uppercase;
    margin: 0;
}

.breadcrumbs {
    font-family: 'Barlow Condensed';
    font-size: 14px;
    text-transform: capitalize;
    letter-spacing: 1px;
    font-weight: normal;
    padding: 8px;
}

.breadcrumbs ul {
    margin: 0;
    padding: 0;
}

.breadcrumbs .items .item {

    display: inline-block;
    line-height: 16px;
}

.breadcrumbs .items .item a {
    text-decoration: none;
    color: #fff;
    transition: all 0.4s ease-in 0s;
}

.breadcrumbs .items .item a:hover {
    color: #e41c26;
}

.breadcrumbs .items .item strong {
    font-weight: 400;
    color: #fff;
}

.breadcrumbs .items .item:last-child {
    border-right: 0;
    margin-right: 0;
    padding-right: 0;
}

.inner-page {
    padding: 40px 0 40px 0;
}

.page-txt {
    font-weight: 500;
    font-size: 14px;
    line-height: 26px;
}

.page-txt h2 {
    margin-top: 0;
    font-family: 'Barlow Condensed';
    font-size: 29px;
    font-weight: 600;
    text-transform: uppercase;
}

.page-txt h3 {
    font-family: 'Barlow Condensed';
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
    text-transform: uppercase;
    padding: 20px 0;
}

.page-txt p {
    font-family: 'Barlow Condensed';
    font-weight: normal;
    font-size: 18px;
    line-height: 18px;
}

.contact-form {
    display: block;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .1);
    padding: 20px;
}

.contact-form h4 {
    font-family: 'Barlow Condensed';
    margin-bottom: 0.5em;
    line-height: 30px;
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 29px;
    margin-top: 0;
}

.form-group label {
    display: none;
}

.form-group {
    position: relative;
    margin-bottom: 20px !important;
}

fieldset .required:after {
    color: #e41c26;
    content: "";
    font-size: 12px;
    left: -16px;
    margin: 0 0 0 5px;
    position: absolute;
    top: 8px;
    font-weight: 400;
}
.form-group .input-text {
    display: block;
    color: #000;
    font-weight: 400;
    letter-spacing: 1.1px;
    line-height: 2.3rem;
    padding: 1.44rem 1rem;
    text-transform: uppercase;
    width: 100%;
    font-size: 14px;
    box-shadow: none;
    vertical-align: baseline;
    outline: none;
    border: none;
    border-bottom: 1px solid #000;
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
}
.input-text::placeholder {
  color:#000 !important;
  opacity: 0.5; /* Firefox */
}
.input-text::-webkit-input-placeholder {
  color: #000 !important;
}

.input-text:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: #000 !important;
}

.input-text::-ms-input-placeholder { /* Microsoft Edge */
 color: #000 !important;
}

.submit-btn {
    width: 100%;
    text-align: center;
}

.submit-btn button {
    background: #222222;
    transition: all 0.3s ease-in-out 0s;
    border: none;
    font-family: 'Barlow Condensed';
    font-size: 15px;
	overflow: hidden;
    color: #fff;
    display: inline-block;
    padding: 8px 20px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
}

.submit-btn button:hover {
    background: #eb523d;
	text-decoration: none;
}

.contact-map {
    margin-top: 20px;
}

/*:::::::::::::CONTACT PAGE CSS END:::::::::::::*/

/*:::::::::::::LARGEVIEW PAGE CSS:::::::::::::*/
.largeview_sec{
    padding: 50px 0 20px 0;
}

.p-title { text-align:center; text-transform:uppercase; color:#0e0e0e; margin-bottom:35px;}
.p-title h2 { margin-top:0; font-weight:400; margin-bottom: 25px; font-size: 25px; font-family: 'Josefin Sans', sans-serif;}
.p-title h2 span{ font-weight:700;}

.pagination { 
	text-align:left; 
	width:100%;
	margin-top: 0;
}
.pagination a {
	border-radius:3px;
	padding:3px 4px;
	font-size:20px; 
	color:#222222;
	display:inline-block;
	text-transform:uppercase;
	margin:0;
	transition: all 0.4s ease-in 0s;
}
.pagination a:hover,
.pagination a:focus{ 
	color:#eb523d;
	text-decoration: none;
	outline: none;
}

.prod-details h1 { 
	font-family: 'Barlow Condensed';
	text-align:left;
	text-transform:uppercase;
	font-weight:600; 
	font-size:22px; 
	color:#101010;
}
.prod-details h3 { 
	color:#101010;
	font-size:18px;
	font-weight:400;
	margin: 18px 0;
	
}
.prod-details .description { 
	min-height:150px;
	font-weight:400;
	font-size:17px; 
	color:#101010;
	text-transform: capitalize;
	margin-top: 30px;
}

.prod-details .description p{ 
	
	font-weight:400;
	font-size:14px; 
	color:#a8a2a2;
	line-height: 28px;
}
.prod-details .description span { 
	
	text-transform:uppercase;
	color:#101010; 
	font-size:16px;
	font-weight: 600;
}
.prod-details .prd-opt {
	margin-bottom:40px;
}
.prod-details .prd-opt label {
	width:22%;
	text-align:left; 
	font-size:14px;
	text-transform:uppercase;
	line-height:34px;
	margin:0;
}
.prod-details .prd-opt .form-control {
	width:26%;
	font-weight:400;
	border-radius: 0 !important;
}
.prod-details .prd-opt .form-control:focus {
	border-color:#fac930;
	box-shadow:0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(242, 190, 28, 0.6);
}
.like-box { margin-top:3rem;}


.qt-btn {
	font-family: 'Josefin Sans', sans-serif;
	background:none !important; 
	font-weight: 500;
	height:60px;
	line-height: 45px !important;
	border: none !important;
	text-align:center; 
	color:#000 !important;  
	font-size:15px; 
	transition:all 0.3s ease-in-out 0s;
	text-transform:none;
	outline: none !important;
}
.qt-btn:hover {
	color:#000;
	background:#068f3d;
	
}

.wrap-cart-cta {

    display: inline-block;
    float: left;
    margin-right: 10px;
    font-size: 14px;
	max-width: 123px;
	border: 2px solid #000;
}

.input-group .form-control {

    height: 69px !important;
	line-height: 30px !important;
	border: none !important;
	padding-left: 16px;

}
.submit-btn-d{    
}
.submit-btn-d button {
    font-family: 'Barlow Condensed';
	background:#222222;  
	font-weight: 500;
	padding: 23px 15px;
	width: 150px;
	border: none; 
	text-align:center; 
	color:#fff;  
	font-size:20px; 
	transition:all 0.3s ease-in-out 0s;
	text-transform:capitalize;	
}
 .submit-btn-d button:hover{
    background:#eb523d; 
}
/*:::::::::::::LARGEVIEW PAGE CSS END:::::::::::::*/


/*:::::::::::::::::MEDIAQUERY SECTIONS CSS START::::::::::::::::*/


@media screen and (min-width:992px) and (max-width:1299px){
    
    	.topbar {
    padding: 16px 0px;
}
	.topbar li div p {
    font-size: 14px;
}
	.topbar li a {
    font-size: 14px;
}
    
        .T_N_serviceBox .description {
        font-size: 12px;
    }
    .T_N_serviceBox .title {
        font-size: 18px;
    }

	.copy-right {
	    padding: 18px 0 12px 0;
	}
	.copy-right {
	    font-size: 12px;
	}		
}
@media screen and (max-width:991px){
    
    .service .center-content h2 {
    font-size: 20px;
}
    .service .center-content p {
    font-size: 15px;
}
    .cat_img img {
    position: relative;
    top: -25px;
    right: 0;
}
    .cat_img_1 img{
    position: relative;
    top:-25px;
    left:0;
}
    
    .input-group .form-control {
    height: 33px !important;
}
    
    	.topbar {
    padding: 5px 0px;
}
	.topbar li div p {
    font-size: 12px;
}
	.topbar li a {
    font-size: 12px;
}
    
    .feat-prod .order-title h2::after {
        right: 30%;
    }
    .feat-prod .order-title h2::before {
        left: 30%;
    }
    
    .custom-width {
    max-width: 100%;
}
    
        .T_N_serviceBox .title {
        font-size: 18px;
    }
    .T_N_serviceBox .description {
        font-size: 16px;
    }
        
	.copy-right {
	    padding: 18px 0 12px 0;
	}
	.copy-right .powered {
	    text-align: left;
	}
	.copy-right {
	    font-size: 14px;
	}
	.copy-right .cr-text {
	    text-align: center;
        padding-bottom: 16px;
	}
	.copy-right .powered {
	    text-align: center;
        padding-top: 0;
	}
}	
@media screen and (max-width:767px){
    
    .soical_icon {
    position: absolute;
    left: 67%;
}
    	.txt-center{
		text-align: center;
	}
    
        .feat-prod .order-title h2::after {
        right: 21%;
    }
    .feat-prod .order-title h2::before {
        left: 21%;
    }
        .subscribe .sign-form {
    width: 100%;
}
    subscribe .sign-form button {
    width: 0%;
    padding-right:0;
}
    .T_N_serviceBox {
        padding: 50px 20px 50px 90px;
        min-height: 0px;
    }

}
@media only screen and (max-width:480px){
    
    
    .about-content h3 {
    font-size: 28px;
    margin-bottom: 30px;
}
    
    .newsletter_sec h2 {
    font-size: 20px;
}
    .newsletter_sec p {
    font-size: 18px;
}
    .newsletter_sec {
    padding: 70px 0 120px 0;
}
    .hr_line {
    width: 80%;
    margin-top: 25px;
}
    
    
    .techn_title p {
    max-width: 80%;
}
    
    .SocialMediaIcon ul a li {
      margin-top: 10px;
}
    	.topbar li div p {
    font-size: 12px;
}
	.topbar li a {
    font-size: 12px;
}
    
        .feat-prod .order-title h2::after {
        right: 10%;
    }
    .feat-prod .order-title h2::before {
        left: 10%;
    }
    .feat-prod .order-title h2 {
        font-size: 27px;
    }
    .feat-prod .order-title {
        top: -15px;
    }
        .techn_title h2 {
        font-size: 30px;
    } 
    .welcome-note h2{
    font-size: 23px;
}
    .subscribe h2 {
    font-size: 21px;
    line-height: 20px;
}
    .subscribe p {
    font-size: 17px;
}
    
    .page_title h2 {
        font-size: 18px;
    }
    .breadcrumbs {
        font-size: 12px;
    }
    .footer-btm h2 {
        font-size: 18px;
    }

    .submit-btn-d button {
        padding: 20px 15px;
    }
}

/*::::::::::::::::::::MEDIAQUERY SECTIONS CSS END:::::::::::::::::::*/

