@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600,700&display=swap');
@font-face {
    font-family: 'Conv_Industry-Medium';
    src: url('../fonts/Industry-Medium.eot');
    src: local('☺'), url('../fonts/Industry-Medium.woff') format('woff'), url('../fonts/Industry-Medium.ttf') format('truetype'), url('../fonts/Industry-Medium.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}


/** Generated by FG **/

@font-face {
    font-family: 'Conv_Industry-Bold';
    src: url('../fonts/Industry-Bold.eot');
    src: local('☺'), url('../fonts/Industry-Bold.woff') format('woff'), url('../fonts/Industry-Bold.ttf') format('truetype'), url('../fonts/Industry-Bold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}


/** Generated by FG **/

@font-face {
    font-family: 'Conv_Industry-Book';
    src: url('../fonts/Industry-Book.eot');
    src: local('☺'), url('../fonts/Industry-Book.woff') format('woff'), url('../fonts/Industry-Book.ttf') format('truetype'), url('../fonts/Industry-Book.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Conv_Industry-Demi';
    src: url('../fonts/Industry-Demi.eot');
    src: local('☺'), url('../fonts/Industry-Demi.woff') format('woff'), url('../fonts/Industry-Demi.ttf') format('truetype'), url('../fonts/Industry-Demi.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}


/** Generated by FG **/

@font-face {
    font-family: 'Conv_Industry-Light';
    src: url('../fonts/Industry-Light.eot');
    src: local('☺'), url('../fonts/Industry-Light.woff') format('woff'), url('../fonts/Industry-Light.ttf') format('truetype'), url('../fonts/Industry-Light.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}


/*    font-family: 'Arial', sans-serif;*/


/************************** font_family end here *********************************/

p,
h1,
h2,
h3,
h4,
h5,
h6,
ul {
    margin: 0;
    padding: 0;
}

a:hover {
    text-decoration: none;
}

li {
    list-style-type: none;
}

a {
    transition: 0.45s;
}

header {
    background: #ffffff;
}

header .top-head {
    padding: 8px 0px;
    background: #000000;
    border-bottom: 1px solid #111111;
}

.left-call {
    padding: 5px 0px;
}

.left-call p {
    font-family: 'Arial', sans-serif;
    font-size: 13px;
    color: #fff;
}

.top-right-icon {
    text-align: right;
}

.top-right-icon ul li {
    display: inline-block;
}

.top-right-icon ul li:last-child {
    padding-right: 0px;
}

.top-right-icon ul li a {
    color: #fff;
    font-size: 13px;
    width: 25px;
    height: 25px;
    display: block;
    line-height: 25px;
    border-radius: 50%;
    text-align: center;
    font-family: 'Arial', sans-serif;
}

.top-right-icon ul li a:hover {
    background: #fff;
    color: #ff0000;
}

.top-right-icon ul li a span {
    padding-left: 25px;
}

.top-right-icon ul li:last-child a {
    width: 115px;
    height: 30px;
    line-height: 30px;
    border-radius: 0;
    border: 1px solid #ffffff;
    display: block;
}

.down-head {
    padding: 15px 0px;
}

.logo {
    height:85px;
    width:100%;
}

.search ul {
    text-align: right;
}

.search {
    padding: 9px 0px;
}

.search ul li {
    display: inline-block;
}

.search ul li:last-child {}

.search ul li:last-child a {
    display: block;
    width: 58px;
    height: 45px;
    line-height: 45px;
    background: #000000;
    text-align: center;
    color: #fff;
    position: relative;
    top: 1px;
}

.search ul li a i.icofont-cart-alt {
    font-size: 22px;
}

.search ul li small {
    position: absolute;
    top: 15px;
    right: 25px;
    background: #ff0000;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    line-height: 15px;
    text-align: center;
    color: #fff;
}

.search ul li:last-child a:hover {
    background: #FF0000;
}

.search ul li form {
    position: relative;
}

.search ul li form input {
    border: 1px solid;
    outline: none;
    width: 350px;
    height: 45px;
    padding-left: 15px;
    font-size: 13px;
    color: #9a9a9a;
}

.search ul li form button {
    border: none;
    outline: none;
    position: absolute;
    height: 45px;
    background: #FF0000;
    color: #fff;
    width: 45px;
    right: 0;
    top: 0;
    transition: 0.45s;
}

.search ul li form button:hover {
    background: #000000;
}

.navba-main {
    background: #FF0000;
}

.mobile-menu {
    display: none;
}

.top_nav_items ul li {
    display: inline-block;
    position: relative;
    transition: 0.45s all;
}

.top_nav_items ul li a {
    color: #fbfbfb;
    font-size: 14px;
    display: inline-block;
    padding: 0px 30px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Conv_Industry-Demi';
}

.top_nav_items ul li a:hover {
    background: #ff0000;
}

.top_nav_items ul li ul.l2_ul {
    position: absolute;
    top: 100%;
    /* right: 0px; */
    display: none;
    width: 250px;
    z-index: 999;
    background: #eff3f6;
    border: 0px solid #e4e4e4;
    padding: 0 0 0 0;
    border-bottom: 0px;
}

.sidenav {
    display: none;
}

.mobile_menus{ display:none !important;}
#mySidenav{ display:none;}

.top_nav_items ul li ul.l2_ul li.l2_li {
    display: block;
    text-align: left;
    width: 100%;
    background: transparent;
    transition: 0.0s;
    border-bottom: 1px solid #d2d2d2;
    position: relative;
}

.top_nav_items ul li ul.l2_ul li.l2_li a {
    display: block;
    text-align: Left;
    width: 100%;
    color: #131313;
    background: transparent;
    position: relative;
    font-size: 14px;
    padding: 0px 15px;
    height: 40px;
    line-height: 40px;
}

.top_nav_items ul li ul.l2_ul li.l2_li:hover a {
    color: #ff0000;
}

.inner-nav {
    text-align: center;
    width: 100%;
    padding: 5px 0px;
}

.wel-come {
    padding: 70px 0px;
}

.about-left {
    padding: 25px 0px;
}

.about-left h4 {
    color: #242424;
    font-size: 25px;
    font-family: 'Conv_Industry-Demi';
    text-transform: uppercase;
}

.about-left h2 {
    color: #242424;
    font-size: 35px;
    font-family: 'Conv_Industry-Bold';
    text-transform: uppercase;
    position: relative;
}

.about-left h2:after {
    content: "";
    width: 107px;
    height: 3px;
    position: absolute;
    left: 0;
    background: #FF0000;
    bottom: -10px;
}

.about-left p {
    font-size: 15px;
    color: #5b5b5b;
    padding: 20px 0px 25px 0;
    font-family: 'Arial', sans-serif;
}

.about-left a {
    width: 160px;
    line-height: 50px;
    height: 50px;
    display: block;
    background: #FF0000;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-family: 'Conv_Industry-Bold';
    font-size: 15px;
}

.about-left a:hover {
    background: #000000;
}

.about-right {
    overflow: hidden;
}

.about-right a img {
    transition: 0.45s;
}

.about-right a:hover img {
    transform: scale(1.02);
}

.cata-main {
    background: url(../images/cat-bg.png) no-repeat;
    padding: 70px 0px;
}

.cata-main h2 {
    color: #fff;
    font-size: 35px;
    text-align: center;
    position: relative;
    font-family: 'Conv_Industry-Bold';
    text-transform: uppercase;
}

.cata-main h2:after {
    content: "";
    position: absolute;
    background: #f7cb5b;
    transform: translateX(-50%);
    left: 50%;
    width: 90px;
    height: 3px;
    bottom: -10px;
}

.cata-main .pad-5 {
    padding: 0px 5px;
}

.cata-main .cat-inner {
    position: relative;
    padding-top: 30px;
}

.cat-inner .cata-img {
    overflow: hidden;
}

.cat-inner .cata-img img {
    transition: 0.45s;
}

.cat-inner:hover .cata-img img {
    transform: scale(1.03);
}

.cat-inner:hover h3 {
    background-color: #ff0000!important;
    color: #fff!important;
}

.cat-inner .cata-name {
    position: absolute;
    bottom: 15px;
    display: block;
    right: 0;
    left: 0;
}

.cat-inner .cata-name h3 {
    color: #000;
    font-size: 22px;
    font-family: 'Conv_Industry-Bold';
    text-transform: uppercase;
    width: 200px;
    height: 50px;
    line-height: 50px;
    display: block;
    text-align: center;
    background: #fff;
    margin: 0 auto;
    transition: 0.45s;
}

.catagory-name {
    position: absolute;
    bottom: 30px;
    left: 30px;
}

.catagory-name h6 {
    color: #f7cb5b;
    font-size: 15px;
    font-family: 'Conv_Industry-Bold';
    text-transform: uppercase;
}

.catagory-name h4 {
    color: #fff;
    font-size: 30px;
    font-family: 'Conv_Industry-Demi';
    text-transform: uppercase;
    padding-bottom: 5px;
}

.catagory-name p {
    color: #fff;
    font-size: 15px;
    font-family: 'Conv_Industry-Bold';
    text-transform: uppercase;
    width: 135px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #fff;
    display: block;
    text-align: center;
}

.cat-inner:hover .catagory-name p {
    background-color: #ff0000!important;
    color: #fff!important;
}

.pad-top {
    padding-top: 10px!important;
}


.featuremain {
    border: 1px solid #f2f2f2;
    transition: all 0.5s;
    overflow: hidden;
}

.featureimg {
    transition: all 0.5s;
    overflow: hidden;
}

.featureimg img {
    transition: all 0.5s;
    overflow: hidden;
}

.featuremain:hover .featureimg img {
    transform: scale(1.1);
    opacity: 0.7;
}

.featurename {
    padding: 10px 0 0 12px;
}

.featurename h4 {
    font-family: 'Conv_Industry-Demi';
    font-size: 18px;
    color: #151515;
    text-transform: uppercase;
    margin: 0 0 0 0;
    padding: 0px 0px;
    transition: all 0.5s;
}

.featurename p {
    font-family: 'Conv_Industry-Bold';
    font-size: 16px;
    color: #00b2f2;
    text-transform: uppercase;
    margin: 0 0 0 0;
    padding: 8px 0 0 0;
    display: inline-block;
    transition: all 0.5s;
}

.featurename img {
    position: absolute;
    z-index: 999;
    bottom: 0;
    right: 16px;
}

















.choose-main {
    padding: 70px 0px;
}

.choose-main h2 {
    color: #101010;
    text-align: center;
    font-size: 35px;
    font-family: 'Conv_Industry-Bold';
    text-transform: uppercase;
    position: relative;
    margin-bottom: 30px;
}

.choose-main h2:after {
    content: "";
    position: absolute;
    background: #f7cb5b;
    transform: translateX(-50%);
    left: 50%;
    width: 90px;
    height: 3px;
    bottom: -13px;
}

.choose-inner {
    text-align: center;
    background: #f9f9f9;
    padding: 30px 0px;
    transition: 0.45s;
    border-radius: 5px;
}

.choose-inner .choose-img {
    margin: 0 auto;
    background: #fff;
    border-radius: 50%;
    width: 55px;
    height: 55px;
    line-height: 55px;
    margin-bottom: 7px;
    transition: 0.45s;
}

.choose-inner .choose-name h3 {
    color: #101010;
    font-size: 16px;
    font-family: 'Conv_Industry-Demi';
    text-transform: uppercase;
    transition: 0.45s;
}

.choose-inner .choose-name p {
    color: #5b5b5b;
    font-size: 14px;
    font-family: 'Arial', sans-serif;
    transition: 0.45s;
}

.choose-inner:hover {
    background: #FF0000;
}

.choose-inner:hover .choose-img {
    background: #000000;
}

.choose-inner:hover h3 {
    color: #fff;
}

.choose-inner:hover p {
    color: #fff;
}

.catalog {
    padding: 70px 0px;
    background: #f1f1f1;
}

.catalog-img a {
    overflow: hidden;
}

.catalog-img a img {
    transition: 0.45s;
}

.catalog-img a:hover img {
    transform: scale(1.02);
}

.catalog-expo .expo-inner img {
    overflow: hidden;
}

.catalog-expo img {
    transition: 0.45s;
}

.catalog-expo a:hover img {
    transform: scale(1.02);
}

.excelent-work {
    background: #FF0000;
    padding: 20px 0px 19px 30px;
    margin-top: 10px;
}

.excelent-work h2 {
    font-family: 'Conv_Industry-Bold';
    font-size: 30px;
    color: #fff;
    text-transform: uppercase;
}

.excelent-work a {
    font-family: 'Conv_Industry-Bold';
    font-size: 14px;
    color: #fff;
    border: 1px solid #fff;
    width: 140px;
    height: 46px;
    line-height: 46px;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    margin-top: 10px;
}

.excelent-work a:hover {
    background: #000000;
}

.excelent-work a i {
    font-size: 14px;
}

.newcont {
    background: #FF0000;
    padding: 25px 0;
    margin: 0 0 0px 0px;
}

.subscribeleft img {
    float: left;
    padding: 0 10px 0 0px;
}

.subscribeleft p {
    font-family: 'Conv_Industry-Demi';
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    margin: 0px 0 0 0px;
    padding: 5px 0px 0 0px;
}

.subscribinput {
    float: right;
    width: 100%;
}

.subscribinput form {}

.subscribinput input {
    font-family: 'Conv_Industry-Demi';
    width: 90%;
    height: 48px;
    outline: none;
    border: none;
    background: #fff;
    color: #fff;
    font-size: 14px;
    position: relative;
    margin: 0 0 0 0px;
    padding: 0 0 0 10px;
    font-weight: 300;
}

.subscribinput button {
    font-family: 'Conv_Industry-Bold';
    position: absolute;
    right: 0;
    top: 1px;
    margin: 0 0px;
    padding: 12px 30px;
    outline: none;
    border: none;
    background: #000000;
    color: #fff;
    text-align: center;
    font-weight: 700;
    font-size: 15px;
    text-transform: uppercase;
    transition: all 0.5s;
}

.subscribinput button:hover {
    color: #fff;
    letter-spacing: 1px;
}

.workingprocess {
    padding: 70px 0;
}

.processleft {}

.processleft img {}

.processright ul li img {
    height: 47px;
    padding-bottom: 10px;
}

.processright h4 {
    font-family: 'Conv_Industry-Bold';
    font-size: 35px;
    font-weight: 700;
    color: #101010;
    text-transform: uppercase;
    padding: 0px 0 14px 0px;
    margin: 0 0 14px 0px;
    display: inline-block;
    background: url(../images/shortabotbg.jpg) no-repeat bottom left;
}

.processright p {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #5b5b5b;
    margin: 0 0 0 0px;
    padding: 0 0 24px 0px;
    line-height: 24px;
}

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

.processright ul li {
    font-family: 'Conv_Industry-Demi';
    font-size: 15px;
    font-weight: 700;
    margin: 0 0 4px 0px;
    /*padding: 28px 8px;*/
    list-style: none;
    background: #eeeeee;
    color: #101010;
    text-align: center;
    transition: all 0.5s;
    width: 27%;
    display: inline-block;
}
.processright ul li a{
    font-family: 'Conv_Industry-Demi';
    font-size: 15px;
    font-weight: 700;
    margin: 0 0 0 0px;
	padding: 18px 5px;
    list-style: none;
    background: #eeeeee;
    color: #101010;
    text-align: center;
    transition: all 0.5s;
    display: inline-block;
}

.processright ul li:hover {
    background: #FF0000;
    color: #fff;
}


/*footer start*/

.footercont {
    background: url(../images/footerbg.png);
    padding: 68px 0 30px 0px;
}

.quick1 {}

.quick1 h4 {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #FF0000;
    text-transform: uppercase;
    padding: 0px 0 22px 0px;
    margin: 0 0 0px 0px;
    display: inline-block;
}

.quick1 ul {
    margin: 0px 0 0 0;
    padding: 0;
}

.quick1 ul li {
    list-style: none;
    margin: 0px 0 0 0;
    padding: 0 0 0 0px;
}

.quick1 ul li a {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 400;
    margin: 0 0 0 0px;
    padding: 0px 0 6px 0px;
    color: #fff;
    text-align: center;
    transition: all 0.5s;
    display: inline-block;
}

.quick1 ul li a:hover {
    color: #FF0000;
    letter-spacing: 1px;
}

.quick1 span {
    color: #fff;
    font-size: 12px;
    padding: 0 4px 0 0px;
}

.contactfoot {}

.contactfoot h4 {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #FF0000;
    text-transform: uppercase;
    padding: 0px 0 22px 0px;
    margin: 0 0 0px 0px;
    display: inline-block;
    width: 100%;
}

.contleft {
    float: left;
    width: 10%;
    clear: both;
}

.contleft span {
    color: #FF0000;
    font-size: 14px;
    padding: 0 0 0 0px;
}

.contright {
    float: left;
}

.contright strong {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 400;
    margin: 0 0 0 0px;
    padding: 0px 0 6px 0px;
    color: #fff;
    text-transform: uppercase;
}

.contright p {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 400;
    margin: 0 0 10px 0px;
    padding: 0px 0 6px 0px;
    color: #fff;
}

.contright a {
    color: #fff;
    transition: all 0.5s;
}

.contright a:hover {
    color: #cc0000;
}

.copycont {
    background: url(../images/footerbg.png);
    padding: 15px 0 15px 0px;
    border-top: 1px solid #373737;
}

.copyleft {}

.copyleft p {
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    font-weight: 400;
    margin: 0 0 10px 0px;
    padding: 0px 0 0px 0px;
    color: #fff;
}

.copyright {
    float: right;
}

.copyright p {
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    font-weight: 400;
    margin: 0 0 10px 0px;
    padding: 0px 0 0px 0px;
    color: #fff;
}

.copyright a {
    color: #fff;
    transition: all 0.5s;
}

.copyright a:hover {
    color: #cc0000;
}

.mobsearch {
    display: none;
}



/*Search*/
.open-search{background:rgba(0,0,0,0.9); position:fixed; top:0px; left:0px; right:0px; z-index:9999; bottom:0px; height:100%;}
.open-search .search-target{position:absolute; top:50%; left:15%; right:15%; text-align:center; transform:translateY(-50%);}
.open-search .search-target form{position:relative;}
.open-search .search-target form input{display:block; padding-left:20px; width:100%; outline:none; border-radius:5px; font-size:16px; height:60px;
 background:transparent; color:#ffffff; border:none; border-bottom:1px solid #fff; border-radius:0;}
.open-search .search-target form button{ border:none; display:block; outline:none; border-radius:0px 5px 5px 0px; height:60px; position:absolute; top:0px; right:0px; 
 color:#fff; font-size:17px; background:transparent; padding:0px 40px;}
.open-search .search-target form button:hover{}
.search-wrapper01{position:absolute; top:20px; right:20px; z-index:999; cursor:pointer; padding:10px;}
.search-wrapper01::after{display:block; content:""; background:#fff; height:45px; width:2px; transform:rotate(-45deg);}
.search-wrapper01::before{display:block; content:""; background:#fff; height:45px; width:2px;  transform:rotate(45deg); position:absolute;}
.search-wrapper01:hover::after,
.search-wrapper01:hover::before{background:#ec2024;}
/******************************************/









.moblink{ display:none;}




@media screen and (max-width: 1200px) {
	.top_nav_items ul li a{ padding:0 13px;}
}

@media screen and (max-width: 992px) {
	.top_nav_items ul li a{ padding:0 6px; font-size:12px;}
}








@media (max-width: 992px) {
/*menu css*/
.mobile_menus i{ font-size:18px; color:#fff; background:#ec2024; padding:8px 9px; border-radius:50px;}
.navcontmain{ position:static;}
.navcont{display: none;}
.mobile_menus {display: inline-block !important;}
#mySidenav {display: block;}
#mySidenav { display: block;}
.sidenav { height: 100%; width: 0; position: fixed; z-index: 9999; top: 0; right: 0; background-color: #000; overflow-x: hidden; transition: 0.5s; padding-top: 60px;}
#mySidenav li{list-style: none !important;}
.sidenav hr {margin: 0;border-color: #1e4145;}
.sidenav a { padding: 8px 8px 8px 32px;text-decoration: none; font-size: 13px; color: #aaa; display: block; text-transform: uppercase; transition: 0.3s;
 font-weight: 400;letter-spacing: 0.5px;}
.sidenav a:hover{ color:#bc1c18;}
.sidenav .closebtn { position: absolute; top: 0; right: 25px; font-size: 36px; margin-left: 50px;}
.mobile_menus{ float:right; margin:21px 12px 0 0px;}
.mobile_menus a{  /*  color: #000; font-size: 20px; width: 35px;height: 35px; line-height: 35px; border: 0px solid #000;border-radius: 5px;    display: inline-block;
 text-align: center;  line-height: 65px;*/padding: 0px; float: left;}
.searchcont .cart22{ font-size:20px; float: left;}
.cart_liust ul li:last-child a { width: 35px; height: 35px; line-height: 35px; border: 0px solid #fff; padding: 0px; text-align: center; margin-left: 11px;
 border-radius: 50%; transform: translateY(0px); transition: 0.45s;}
.dropdown { position: relative;}
.dropdown-menu{ display: none;}
.toggle, .dropdown-menu { width: 100%;}
.is-active .dropdown-menu { display: block;}
.dropdown { position: relative; line-height: 18px;}
.my_drop{position: static;background: #000;}
.my_drop li{ background: #272727; color:#fff; border:0px; border-bottom:1px solid #5d5d5d; margin-bottom:0px;text-transform:uppercase; padding:10px 15px 10px 50px;font-size: 13px;letter-spacing: 0.5px; cursor: pointer; transition: 0.45s;}
.my_drop li:hover{background: #fff;color: #000;}
.catlink{ display:none;}

/*menu css*/
  }

@media (max-width: 768px) {

.wel-come{ padding:25px 0px;}
.about-left{ padding:0px 0px;}
.about-left h4{ font-size:20px;}
.about-left h2{ font-size:20px;}
.cata-main{ padding:25px 0px;}
.cata-main h2{ font-size:22px;}
.choose-main{ padding:0 0 25px 0px;}
.choose-main h2{ font-size:22px;}
.choose-inner{ padding:14px 0px;}
.choose-inner .choose-name h3{ font-size:11px;}
.choose-inner .choose-name p{ font-size:12px;}
.excelent-work h2{ font-size:16px;}
.subscribeleft p{ font-size:10px;}
.subscribinput input{ width:100%;}
.subscribinput button{ position:static; width:100%;}
.workingprocess{ padding:25px 0;}
.processright h4{ font-size:20px; margin:0 0 0 0; padding:0 0 0 0;}
.processright ul{ display:none;}





	
.moblink{ display:block; float:right; margin:13px 0;}
.moblink ul{ margin:0; padding:0;}
.moblink ul li{ list-style:none; display:inline-block; margin:0 0 0 0px; padding:2px;}
.moblink ul li a{ font-size:20px; color:#fff; background:#000000; display:inline-block; width:33px; line-height:26px; height:33px; text-align:center;
 margin:0 0 0 0px; padding:0 0 0 0px; transition:all 0.5s;}
.moblink ul li a:hover{ background:#ffb75b; color:#fff;}



.navba-main{ display:none;}
header .top-head{ display:none;}
.search{ display:none;}

 }

 














