@charset "utf-8";
/* CSS Document */

@import url('bootstrap.min.css');
@import url('font-awesome.css');
@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@400;500;600;700;900&display=swap');
@import url('bootsnav.css');
@import url('style.css');
@import url('ocpagebuilder.css');
@import url('slideshow.css');
@import url('owl.carousel.css');
@import url('owl.theme.default.css');
@import url('glasscase.min.css');
@import url('../source/jquery.fancybox.css');


body {
	font-family: 'Barlow Condensed', sans-serif;
	background:#fff; 
	font-size:14px;
	color:#000;
}

a,
a:active,
a:focus,
a:hover{
    outline:none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

a:hover{
    text-decoration:none !important;
}

::selection {
    background-color: #bd1515;
    color: #fff;
}
.m_tb25{
     margin: 25px 0px;
}
.m_btm25{
     margin-bottom: 25px
}
.m_t100{
   margin-top: 100px;
}
.m_t30px{
   margin-top: 30px;
}
.p_lr35{
	padding: 0px 35px !important;
}
.p_lrzero{
	padding-left: 0px !important;
	padding-right: 0px !important;
}
.mtb15{
	margin: 15px 0px;
}
.m_tb70 {
    margin-top: 50px;
    margin-bottom: 50px;
  }
.p_top82{
	padding-top: 82px;
}
.btm_border {
    border-bottom: 1px solid #454545;
   }
.centerimg{
    display:block;
    margin-right: auto;
    margin-left: auto;
}
.custom-width {
    max-width: 85%;
    margin: 0 auto;
}

.heading-title h5{
    font-family: 'Barlow Condensed';
    font-size: 30px;
    color:#000;
    font-weight: normal;
    text-decoration: none;
    margin: 0;
    position: relative;
    display: inline-block;
}
.heading-title h5::before,
.heading-title h5::after{
    content: '';
    position: absolute;
    top: 18px;
    left: -65px;
    width: 30%;
    height: 2px;
    background-color: #bd1515;
}
.heading-title h5::after {
    left: 150px;
}
.heading-title h2{
    font-family: 'Barlow Condensed';
    font-size: 60px;
    color:#000;
    font-weight: 600;
    text-decoration: none;
    padding-bottom: 70px;
    margin: 0;
}
.heading-title .big_text{
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 11vw;
    position: absolute;
    top: 27%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #f6f6f6;
    font-weight: 900;
    letter-spacing: 1px;
    text-transform: uppercase;
    line-height: 140px;
    margin: 0;
    z-index: -1;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px #ebebeb;
}

.skew_shape_bg {
    background-color: #f3f3f3;
    position: relative;
}
.skew_shape_bg::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    width: 100%;
    height: 300px;
    clip-path: polygon(0 0, 100% 30%, 100% 100%, 100% 0);
}



/*:::::::::::::topbar section:::::::::::::*/

.topbar{
   background-color: transparent;
   padding: 10px 0;
   position: absolute;
   top: 0;
   z-index: 2;
   width: 100%;

}
.topbar li {
    list-style: none;
    margin: 0px;
    line-height: 20px;
    display: inline-block;
}
.topbar li i {
    line-height: 18px;
    float: left;
    font-size: 15px;
    color: #0d3747;
    text-align: center;
    margin-right: 8px;
}
.topbar li div {
    float: left;
    line-height: 20px;
    margin: 0;
    padding: 0;
}
.topbar li a {
    font-family: 'Mont';
	font-size: 14px;
    text-decoration: none;
    color: #0d3747;
    font-weight: 600;
    transition: all .5s ease-in-out;
	padding-right: 5px;
}
.topbar li a:hover{
	color: #000;
}
.topbar li div p {
	font-family: 'Mont';
	font-size: 14px;
    margin: 0;
    color: #0d3747;
    font-weight: 600;
}
.lang{
	float: right;
	background-color:#bd1515;
}
.lang a {
  display: none;
}
.goog-te-gadget img {
    display: none;
}
.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: 1px !important;
    cursor: pointer;
    zoom: 1;
}

.goog-te-gadget-simple .goog-te-menu-value {
	font-family: sans-serif;
    color: #000 !important;
    font-size:14px;
    font-weight:normal;
     display:none;
}
.goog-te-gadget-simple .goog-te-menu-value:hover {
   text-decoration:none;
   outline:none;
}

.goog-te-gadget img:first-child {
  background: url(../images/Lang_icon.png) center center no-repeat !important;
  width: 24px;
  height: 26px;
  display: block;
  padding: 40px 30px;
}

/*:::::::::::::topbar section end:::::::::::::*/

/*:::::::::::::header section:::::::::::::*/

.fixed-top {
    position: fixed !important;
    background-color: #fff;
    animation: ScrollDown 1s forwards;
    margin-top: 0px;
    width: 100%;
    z-index: 99;
}

.fixed-top nav.navbar.bootsnav{
    top: 44px;
    width: 100%;
    transition: all .5s ease-in-out;
}

.verticalline {
    margin-top: 35px !important;
    color: #000;
}

.navbar-brand{
    padding:0px;
}

.logo {
   padding: 15px 0px 0px 5px;
    width: 75%;
}
.logo a{
	display: inline-block;
}

/*:::::::::::::header section end:::::::::::::*/

/*:::::::::::::banner section start:::::::::::::*/

.banner {
    position: relative;
    z-index: 2;
  }

.oc-banner10-container .nivo-controlNav a {
    height: 5px !important;
    width: 18px !important;
    border-radius: 10px !important;
    background: #000;
    border: 2px solid #000;
}


.oc-banner10-container .nivo-controlNav a.active, 
.oc-banner10-container .nivo-controlNav a:hover {
    background: #bd1515;
    border: 2px solid #bd1515;
}

.oc-banner11-container .flex-direction-nav a, 
.nivo-directionNav a {
    width: 50px;
    height: 50px;
    margin: 60px 80px 0;
    position: absolute;
    top: 75%;
    background: #000;
    border-radius: 100%;
    line-height: 50px;
    color: #fff;
    right: 30px;
}
.oc-banner10-container .flexslider .flex-next:hover, 
.oc-banner10-container .nivo-directionNav a.nivo-nextNav:hover, 
.oc-banner10-container .flexslider .flex-prev:hover, 
.oc-banner10-container .nivo-directionNav a.nivo-prevNav:hover{
    background: #bd1515;
}
/*
.oc-banner10-container .flex-direction-nav .flex-prev, 
.oc-banner10-container .nivo-directionNav a.nivo-prevNav{
    left:0 !important;
}
*/
.oc-banner10-container .flex-direction-nav .flex-next, 
.oc-banner10-container .nivo-directionNav a.nivo-nextNav {
    right: -23px;
}
.nivo-directionNav i {
    line-height: 50px;
}

/*:::::::::::::banner section end:::::::::::::*/


/*:::::::::::::about section:::::::::::::*/
.welcome {
    padding: 200px 0 0px;
    background-color: #1e1e1e;
    position: relative;
    top: -190px;
    color: #fff !important;
   }
   .welcome::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 300px;
    clip-path: polygon(0 65%, 100% 100%, 100% 100%, 0% 100%);
    background-color: #fff;
}
   .welcome img {
    width: 40%;
   }
   .welcome_title h1 {
    font-family: 'Barlow Condensed';
    font-size: 100px;
    color:#fff;
    font-weight:bold;
    margin: 0;
    text-transform: uppercase;
    padding-bottom: 15px;
    line-height: 90px;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 2px #fff;
   }
   
   .welcome_title h1>span{
       -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 2px #bd1515;
   }
   
   .welcome_title h4 {
    font-family: 'Barlow Condensed';
    font-size: 36px;
    color:var(--primary-color);
    font-weight:normal;
    margin: 0;
    text-transform: capitalize;
   }
   .welcome h4 img {
    width: 20%;
   }
   .welcome_title h2 {
    font-family: 'Barlow Condensed';
    font-size: 80px;
    color: #fff;
    font-weight:bold;
    margin: 0;
    text-transform: uppercase;
    padding-bottom: 15px;
    line-height: 65px;
   }
   
      .welcome_title h2>span{
          color:#bd1515;
      }
   
   .welcome-note p {
    font-family: 'Barlow Condensed';
    font-size:24px;
    color:var(--primary-color);
    font-weight:normal;
    line-height: 38px;
    margin: 0;
    width: 99%;
   }
   .welcome-note a {
    font-family: 'Barlow Condensed';
    background: #bd1515;
    text-align: center;
    color: #fff;
    font-weight: 600;
    font-size: 15px;
    text-transform: uppercase;
    transition: all .5s ease-in-out;
    border: none;
    outline: none;
    border-radius: 0px !important;
    padding-right: 22px;
    clip-path: polygon(0 0, 100% 0%, 90% 100%, 0% 100%);
   }
   .welcome-note a:hover {
    background: #fff;
    color:#bd1515;
   }

   /* servic section */

.push_down{
    position: relative;
    top: 120px;
    z-index: 2;
}
.cont_wraper {
    position: relative;
    display: block;
    overflow: hidden;
}
.cont_wraper::after {
    background-color: #bd1515;
    content: '';
    position: absolute;
    width: 99%;
    height: 3px;
    left: 1px;
    bottom: 15px;
    transform: rotate(6deg);
}
.welcome .center-content{
    background-color: #fff;
    padding: 25px 25px 65px;
    /* border: 2px solid #bd1515; */
    clip-path: polygon(0 0, 100% 0%, 100% 99%, 0 90%);
    border-top-right-radius: 25px;
    border-top-left-radius: 25px;
    transition: .5s ease;
}
.welcome .center-content:hover{
    background-color:#000;
}
.welcome .center-content img {
    display: block;
    margin: 0 auto 40px;
}
.welcome .center-content h2{
    font-family: 'Barlow Condensed';
	font-size: 24px;
	color:#000;
	font-weight:700;
    margin: 0;
    padding-bottom: 8px;
	text-transform: uppercase;	
}
.welcome .center-content:hover h2 {
    color: #fff;
}
.welcome .center-content p{
    font-family: 'Barlow Condensed';
	font-size: 18px;
	color:var(--primary-color);
	font-weight:400;
	margin: 0;
    color: #000;
}
.welcome .center-content:hover p {
    color: #fff;
}

/* end servic section */

/*:::::::::::::about section end:::::::::::::*/

/*:::::::::::::categorize section:::::::::::::*/

.categorize{
    padding: 75px 0 30px;
}
.heading-title {
    position: relative;
}
.Cat_wrap .Cat_img img {
    transition: .5s ease;
}
.Cat_wrap>a:hover .Cat_img>img {
    filter: grayscale(100%);
}
.Cat_wrap{
   position: relative;
}
.Cat_wrap .Cat_content{
    font-family: 'Roboto', sans-serif;
	text-transform: uppercase;
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}
.Cat_wrap .Cat_content h3{
	font-size: 48px;
	color: #ffff;
	font-weight:900;
    margin: 0;
}
.Cat_wrap .Cat_content h4{
	font-size: 25px;
	color: #fff;
	font-weight:400;
    margin: 0;
}
.Cat_wrap .Cat_content a{
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 13px;
    color: #fff;
    font-weight: 600;
    margin: 0;
border-bottom: 1px solid #fff;
    padding: 0px 2px;
    text-transform: uppercase;
}

.owl-nav {
    position: absolute;
    top: -95px;
    width: 100%;
}
.owl-carousel .owl-nav button.owl-prev, 
.owl-carousel .owl-nav button.owl-next{
    
    color: #101a26 !important;
    font-size: 25px !important;
    margin-right: 2px !important;
    transition: all .3s;
    width: 35px;
    height: 35px;
    border: 2px solid #101a26 !important;
    line-height: 20px;
}
.owl-carousel .owl-nav button.owl-prev:hover, 
.owl-carousel .owl-nav button.owl-next:hover{
    color: #fff !important;
    background-color: #101a26 !important;
    border: 2px solid #101a26 !important;
}
.owl-carousel .owl-nav button.owl-prev span, 
.owl-carousel .owl-nav button.owl-next span{
    line-height: 40px !important;
}


/*:::::::::::::categorize section end:::::::::::::*/

/*:::::::::::::featured section:::::::::::::*/

.featured{
	padding: 30px 0px 55px 0px;
}
.featured-1{
	padding: 20px 0;
}
.feat_item{
	cursor: pointer;
    border: 2px solid #fff;
    border-radius: 4px;
    transition: 0.7s;
    margin-top: 20px;
}

.feat_item:hover{
    border: 2px solid #bd1515;
    transition: 0.7s;
}
.feat_item .feat_img{
    background-color: #fff;
	position: relative;
	display: block;
}
.feat_item .feat_img img{
   display: block;
   margin: 18px auto;
	width: 85%;
}
.feat_item:hover .feat_img::after{
    opacity: 0.8;
    transform: scale(100%);
}
.feat_item .feat_content{
	background-color: #FFFFFF;
	text-align: left;
	font-family: 'Barlow Condensed', sans-serif;
	font-weight: normal;
	text-transform: capitalize;
	padding: 12px;
}
.feat_item .feat_content h2{
    color: #0f0f0f;
	font-size: 20px;
	margin: 0px;
	padding-bottom: 0px;
    overflow: hidden;
}

.feat_item .feat_content h1{
    color:#000;
    margin-top: 5px;
    font-weight: bold;
    text-transform: uppercase;
}

.feat_item .feat_content h1>span{
    color: #bd1515;
}
.feat_item .add-to-basket {
	font-family: 'Barlow Condensed', sans-serif;
    color: #fff;
    background: linear-gradient(70deg, #393e3d 28%, #bd1515 80%);
    font-size: 16px;
    text-align: center;
    text-transform: capitalize;
    font-weight:500;
	text-decoration: none;
    width: 100%;
	display: block;
    padding: 12px 0;
    -webkit-transition: ease .2s;
    -moz-transition: ease .2s;
    transition: .2s ease;
    border-radius: 10px;
}
.feat_item:hover .add-to-basket {
    text-decoration: none;
	background: linear-gradient(70deg, #bd1515 56%, #393e3d 80%);
    color: #fff;
}
.feat_item .add-to-basket .icon{
	font-size: 18px;
	padding-right: 5px;
}
.owl-nav {
    position: absolute;
    text-align: right !important;
}
.owl-carousel .owl-nav button.owl-prev, 
.owl-carousel .owl-nav button.owl-next{
    
    color: #101a26 !important;
    font-size: 25px !important;
    margin-right: 2px !important;
    transition: all .3s;
    width: 40px;
    height: 40px;
    border: 2px solid #101a26 !important;
    border-radius: 12px !important;
}
.owl-carousel .owl-nav button.owl-prev:hover, 
.owl-carousel .owl-nav button.owl-next:hover{
    color: #fff !important;
    background-color: #101a26 !important;
}
.owl-carousel .owl-nav button.owl-prev span, 
.owl-carousel .owl-nav button.owl-next span{
    line-height: 40px !important;
}


/* filter css start */

.featured .nav-button {
    margin: 100px 0 40px;
}

.featured .nav-button ul{
    width: min(100% - 2rem, 500px);
    margin-inline: auto;
}
.featured .nav-button ul li a.nav-link {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 16px;
    color: #101a26;
    font-weight: 500;
    margin: 0;
    text-transform: uppercase;
    background: linear-gradient(70deg, #393e3d 10%, #bd1515 80%);
    margin-right: 8px;
    padding: 2px 2px !important;
    border-radius: 12px !important;
    display:block;
  }
  .featured .nav-button ul li a.nav-link:hover {
    color: #101a26;
  }
  .featured .nav-button ul li a.nav-link span {
    background: #fff;
    display: flex;
    justify-content: center;
    height: 100%;
    transition: background .5s ease;
    width: 100%;
    align-items: center;
    padding: 10px 18px;
    border-radius: 10px;
  }
  .featured .nav-button ul li.active a.nav-link span,
  .featured .nav-button ul li.active a.nav-link:hover span,
  .featured .nav-button ul li.active a:focus span {
    color: #fff;
    background: transparent;
  }

/*:::::::::::::featured section end:::::::::::::*/


/*:::::::::::::technology section:::::::::::::*/

.technology {
    background: url(../images/technology_bg.jpg)center center no-repeat;
    background-size: cover;
    padding: 70px 0;
}

.techn_title h2 {
    color: #ffffff;
    font-weight: 400;
    margin: 0;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
}

.techn_title h2 span {
    font-weight: 700;
}

.techn_title h2:after {
    content: '';
    position: absolute;
    width: 48%;
    height: 3px;
    bottom: -3px;
    left: 25%;
    background-color: #bd1515;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}

.techn_title p {
    
    font-size: 20px;
    color: #ffffff;
    font-weight: 400;
    line-height: 33px;
    margin: 0;
    padding: 50px 0;
    max-width: 66%;
}

.T_N_serviceBox {
    padding: 40px 20px 40px 90px;
    position: relative;
    border: 2px solid #252525;
    transition: all 0.5s ease-in;
    min-height: 198px;
}

.T_N_serviceBox:hover {
    border: 2px solid #fff;
    transition: all 0.5s ease-in;
    background-color: #fff;
}

.T_N_serviceBox .service-icon {
    width: 70px;
    height: 80px;
    font-size: 30px;
    color: #ff5157;
    text-align: center;
    position: absolute;
    top: 47px;
    left: 10px;
    transition: all 0.3s ease 0s;
}

.T_N_serviceBox:hover .service-icon {
    transform: translateY(12px);
}

.T_N_serviceBox .service-icon:before,
.T_N_serviceBox .service-icon:after {
    content: "";
    height: 2px;
    background: #bd1515;
    position: absolute;
    top: -20px;
    left: 20px;
    right: 10px;
    width: 30px;
    transition: all 0.3s ease 0s;
}

.T_N_serviceBox .service-icon:after {
    top: auto;
    bottom: -20px;
    left: 20px;
    right: 10px;
    width: 30px;
}

.T_N_serviceBox:hover .service-icon:before {
    top: -30px;
    transform: rotate(90deg);
}

.T_N_serviceBox:hover .service-icon:after {
    transform: rotate(-90deg);
    bottom: -30px;
}

.T_N_serviceBox .title {
    display: block;
    
    font-size: 20px;
    font-weight: 700;
    color: #FFFFFF;
    text-transform: capitalize;
    margin: 0 0 12px 0;
    position: relative;
}

.T_N_serviceBox:hover .title {
    color: #000000;
}

.T_N_serviceBox .description {
    
    font-size: 18px;
    color: #FFFFFF;
    line-height: 22px;
    font-weight: 400;
    margin: 0;
}

.T_N_serviceBox:hover .description {
    color: #676767;
}

@media only screen and (max-width:990px) {}

@media only screen and (max-width:767px) {
    .T_N_serviceBox .service-icon {
        top: 38px;
    }
}

@media only screen and (max-width:480px) {
    .T_N_serviceBox .service-icon {
        top: 40px;
    }
}


/*:::::::::::::technology section end:::::::::::::*/




/*:::::::::::::footer section:::::::::::::*/
.footer_bg {
    background: url(../images/Footerbg.jpg)center center no-repeat;
    background-size: cover;
   }
   .f_logo img {
    padding-top: 60px;
   }
   .f-content {
    padding: 75px 0 8px 0;
   }
   .center-contact {
    text-align: center;
   }
   .center-contact img {
    margin-bottom: 30px;
   }
   .center-contact h3 {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 17px;
    color:#fff;
    font-weight:400;
    margin: 0;
    padding: 0 20px;
    line-height: 26px;
    width: min(100% - 2rem, 304px);
    margin-inline: auto;
   }
   .center-contact h3 a {
    color:var(--white-color);
    text-decoration: none;
   }
   .center-contact h3 a:hover {
    text-decoration:underline !important;
   }
   .SocialMediaIcon {
    margin:0px auto;
    padding: 40px 0px 0px 0px;
    display: inline-block;
   }
   .SocialMediaIcon ul {
    margin:0px;
    padding:0px;
    list-style:none;
   }
   .SocialMediaIcon ul li {
    margin:0px;
    padding:0px;
    float: left;
   }
   .SocialMediaIcon ul li a {
    font-size:22px;
    text-align:center;
    margin:0px 10px 5px 0px;
    padding:0px 0px 0px 0px;
    line-height:45px;
    background-color:#fff;
    color: #000;
    display:block;
    border-radius: 10px;
    float:left;
    width:45px;
    height:45px;
    transition:all .5s ease-in-out;
   }
   .SocialMediaIcon ul li a:hover {
    color: #ffffff;
   }
   .SocialMediaIcon ul li:nth-child(1) a:hover {
    background-color: #ea284e;
   }
   .SocialMediaIcon ul li:nth-child(2) a:hover {
    background-color: #00acee;
   }
   .SocialMediaIcon ul li:nth-child(3) a:hover {
    background-color: #DD2A7B;
   }
   .footer-btm {
   
        /* background-color: #0d3747; */
    padding: 50px 0;
   }
   .footer-btm h2 {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 20px;
    color: #ffff;
    font-weight:600;
    margin:0;
    margin-bottom:18px;
    text-transform: uppercase;
    letter-spacing: 1px;
   }
   .InformationLink {
    margin: 0px;
    padding: 0px;
   }
   .InformationLink ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
   }
   .InformationLink ul li {
    margin: 0px 0px 7px 0px;
    padding: 0px;
    float: none;
    display:block;
   }
   
   .InformationLink ul li.cline{
    display: inline-block;
    width: 45%;
   }
   
   .InformationLink ul li a {
    font-family: 'Barlow Condensed', sans-serif;
    font-size:17px;
    text-decoration:none;
    font-weight:400;
    color:#ffffff;
    text-transform:capitalize;
    margin:0px;
    padding:8px 0px 0px 0px;
    cursor:pointer;
    line-height:18px;
    transition: all 0.3s ease-in;
   }
   .InformationLink ul li a:hover {
    text-decoration: underline !important;
   }
   .newsletter {
   }
   .newsletter p {
    font-family: 'Barlow Condensed', sans-serif;
    font-size:17px;
    color:#ffffff;
    font-weight:400;
    line-height: 24px;
    margin: 0px;
    padding-bottom: 20px;
   }
   .newsletter input {
    background:none;
    border:1px solid #656565;
    width:100%;
    box-shadow:none;
    color:#fff;
    font-size: 13px;
    margin-bottom: 15px;
    border-radius: 0px !important;
   }
   .newsletter button {
    background:#bd1515;
    text-align:center;
    color:#fff;
    font-weight:600;
    font-size:15px;
    text-transform:uppercase;
    transition:all .5s ease-in-out;
    border: none;
    outline: none;
    border-radius: 0px !important;
    padding-right: 22px;
    clip-path: polygon(0 0, 100% 0%, 90% 100%, 0% 100%);
   }
   .newsletter button:hover,
   .newsletter button:active,
   .newsletter button:focus{
    background:#fff;
    color:#000;
   }
   .copyright {
    font-family: 'Barlow Condensed', sans-serif;
    background-color:#bd1515;
    padding:10px 0;
    color:#fff;
    font-weight:400;
   }
   .copyright .cr-text {
    text-align: left;
   }
   .copyright .powerd {
    text-align: right;
   }
   .copyright a {
    color:#fff;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
   }
   .copyright a:hover {
    color:#000;
    text-decoration:none;
   }
   
   /*:::::::::::::footer section end:::::::::::::*/

/****back to top****/

#scroll {
    position:fixed;
    right:15px;
    bottom:60px;
    cursor:pointer;
    width:42px;
    height:42px;
    background-color:#bd1515;
    text-indent:-9999px;
    display:none;
	outline: inherit;
	transition: .2s;
	z-index: 999;
	border-radius: 20px;
}
#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)";
}

/****back to top end****/

/*:::::::::::::PRODUCT PAGE:::::::::::::*/

.prod_sec{
    padding: 15px 0;
}
/*left colum*/
.LefMenu li.MainLeftCats { 
    list-style:none;
    margin-bottom:15px; 
    transition: all 0.3s ease-in-out 0s;
    position:relative;
}
.LefMenu{ background-color: #0d3747;}
.LefMenu li.MainLeftCats a { 
    font-family: 'Mont'; 
    display:block;  
    font-weight:normal; 
    font-size:20px; 
    text-decoration:none; 
    text-transform:capitalize;
    border-bottom:1px solid #628082;
    padding: 16px 15px 18px;
    text-align:center;
}
.LefMenu li.MainLeftCats a:hover, 
.LefMenu li.MainLeftCats a.active {
    background: #0d3747;
    color: #fff;
}
.submenu ul { 
    padding: 5px 0 0;
    margin:0px;
}
.submenu ul li { list-style:none;}
.submenu ul li a { 
    font-family: 'Mont';
    font-size:14px; 
    text-decoration:none;
    display:block; 
    padding-left: 30px;
    border-bottom:1px solid #628082;
    font-weight:normal; 
    color:#fff;
    line-height: 30px;
    position: relative;
    transition: .2s ease;
}
.submenu ul li a::before{
    content: '';
    position: absolute;
    top: 16px;
    left: 10px;
    width: 10px;
    background:#fff;
    height: 2px;
}
.submenu ul li a:hover::before,
.submenu ul li a.active::before{
    background:#0d3747;
}
.submenu ul li a:hover, 
.submenu ul li a.active { 
    color:#0d3747; 
    background-color: #56dbeb;
}
/*right colum*/


.paging {
    text-align: center;
    width: 100%;
    margin-top: 20px;
}
.paging a {
    padding: 5px 12px;
    color: #fff;
    font-size: 15px;
    transition: .5s ease;
    background-color: #0d3747;
    text-decoration: none;
}
.paging a:hover,
.paging .paging_act{
    color:#0d3747; 
    background-color: #56dbeb;
}


/*:::::::::::::PRODUCT PAGE END:::::::::::::*/


/*:::::::::::::CONTACT PAGE CSS:::::::::::::*/

.page_title_inner{
	padding: 20px 0;
}
.page_title{
	text-align: center;
	padding: 215px 0 70px 0;
	background-color:#000;
}
.page_title h2{
	
	font-family: 'Barlow Condensed', sans-serif;
	font-size: 30px;
	color:#fff;
	font-weight:bold;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
}
.breadcrumbs {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    padding: 10px 0;
    text-align: center;
    border-bottom: 1px solid #4d4d4d;
}
.breadcrumbs ul {
    margin: 0;
    padding: 0;
}
.breadcrumbs .items .item {

    display: inline-block;
    font-size: 13px;
    line-height: 16px;
    padding-right: 0.5rem;
    position: relative;
    color: #fff;
	
}
.breadcrumbs .items .item a {
    text-decoration: none;
    color: #fff;
	transition: all 0.4s ease-in 0s;
}
.breadcrumbs .items .item a:hover {
    color: #bd1515;
}
.breadcrumbs .items .item strong {
    font-weight: 600;
	color: #fff;
}
.breadcrumbs .items .item:last-child {
    border-right: 0;
    margin-right: 0;
    padding-right: 0;
}
.inner-page { 
	padding: 40px 0 0 0;
}
.page-txt { 
	font-weight:500; 
	font-size:14px;
	line-height:26px; 
	min-height:350px;
}
.page-txt h2{ 
    margin-top: 0;
    font-family: 'Barlow Condensed', sans-serif;
	font-size:29px;
    font-weight:600;
	text-transform: uppercase;
}
.page-txt h3{ 
	font-family: 'Barlow Condensed', sans-serif;
	font-weight:600; 
	font-size:20px;
	line-height:26px;
	text-transform: uppercase;
	margin-top: 22px;
}
.page-txt p{ 
	font-family: 'Barlow Condensed', sans-serif;
	font-weight:500; 
	font-size:14px;
	line-height:26px; 
}

.contact-form h4 { font-family: 'Barlow Condensed', sans-serif; margin-bottom:1em; letter-spacing:0.08em; line-height:30px; color:#282828; text-transform:uppercase; font-weight:600; font-size:29px; margin-top: 0;}

.form-group label { display:none;}
.form-group { position:relative;}
fieldset .required:after { color:#bbbaba; content:"*"; font-size:12px; left:-16px; margin:0 0 0 5px; position:absolute; top:8px; font-weight:400;}
.form-group .input-text { display:block; border:2px solid #e9e9e9; color:#282828; font-weight:400; letter-spacing:1.6px; line-height:2.3rem; padding:1.44rem 1rem; text-transform:uppercase; width:100%; font-size:14px; box-shadow:none; vertical-align:baseline; outline:none; 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;}
.form-group .input-text:hover, .form-group .input-text:focus {border-color: #bd1515;}
.submit-btn{}
.submit-btn button { background:#000; transition:all 0.3s ease-in-out 0s; border:none; font-family: 'Barlow Condensed', sans-serif; font-size:14px; color:#fff; display:inline-block; margin:0 0.25rem; padding:10px 20px; text-transform:uppercase; font-weight:600; width: 100%;}
.submit-btn button:hover {color:#000; background:#bd1515;}

.contact-map { margin-top:20px;}

/*:::::::::::::CONTACT PAGE CSS END:::::::::::::*/

/*:::::::::::::LARGEVIEW PAGE CSS:::::::::::::*/

.relate_title h2{
	font-family: 'Barlow Condensed', sans-serif;
	font-size: 20px;
	color: #000;
	font-weight:700; 
	margin: 0px;
	text-transform: uppercase;	
	text-align: center;
	padding-top: 25px;
    padding-bottom: 10px;
}

.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;}
.p-title h2 span{ font-weight:700;}
.pagination { 
	width:100%;
}
.pagination a {
	padding:0px 10px;
	font-size:20px; 
	color:#000;
	text-transform:uppercase;
	margin:0;
	transition: all 0.4s ease-in 0s;
}

.pagination>.paging_act{
   color:#bd1515;
   border-bottom:1px solid #bd1515;
}

.pagination a:hover,
.pagination a:focus{ 
	color:#bd1515;
	text-decoration: none;
	outline: none;
}

.prod-details h1 { 
	font-family: 'Barlow Condensed', sans-serif;
	text-align:left;
	text-transform:uppercase;
	font-weight:600; 
	font-size:23px; 
	color:#000;
}
.prod-details h3 { 
	font-family: 'Barlow Condensed', sans-serif;
	color:#101010;
	font-size:40px;
	margin: 10px 0px 20px 0px;
	font-weight: bold;
    text-transform: uppercase;
}

.prod-details h3>span{
    color:#bd1515;
}

.prod-details .description { 
	font-family: sans-serif;
	min-height:150px;
	font-weight:400;
	font-size:17px; 
	color:#101010;
	text-transform: capitalize;
}
.prod-details .description p{ 
	font-weight:400;
	font-size:14px; 
	line-height: 28px;
}
/*.prod-details .description span { 
	
	text-transform:uppercase;
	color:#101010; 
	font-size:14px;
}*/
.prod-details .prd-opt {
	margin-bottom:50px;
}
.prod-details .prd-opt label {
	width:24%;
	text-align:left; 
	font-size:14px;
	text-transform:uppercase;
	line-height:34px;
	margin:0;
}
.prod-details .prd-opt .form-control {
	width:36%;
	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: 'Mont';
	background:none !important; 
	font-weight: 500;
	height:60px;
	line-height: 58px !important;
	border: none !important;
	text-align:center; 
	color:#000 !important;  
	font-size:16px; 
	transition:all 0.3s ease-in-out 0s;
	text-transform:none;
	outline: none !important;
}
.qt-btn:hover {
	color:#000;
	background:#bd1515;
}
.wrap-cart-cta{
    display: inline-block;
    float: left;
    margin-bottom: 20px;
    margin-right: 10px;
    font-size: 14px;
	max-width: 123px;
	border: 1px solid #e9e9e9;
}
.wrap-cart-cta .input-group .form-control {
    height: 61px !important;
	line-height: 60px !important;
	border: none !important;
}
.submit-btn-d {}
 .submit-btn-d button {
	font-family: 'Barlow Condensed', sans-serif;
	background:#000; 
	font-weight: 500;
	padding: 19px 15px;
	width: 200px;
	border: none; 
	text-align:center; 
	color:#fff;  
	font-size:16px; 
	transition:all 0.3s ease-in-out 0s;
	text-transform:none;
}
 .submit-btn-d button:hover {
	color:#000;	
	background:#bd1515; 
}
/*:::::::::::::LARGEVIEW PAGE CSS END:::::::::::::*/


/*::::::::::::::::::::MEDIAQUERY SECTIONS CSS START:::::::::::::::::::*/

@media screen and (min-width:992px) and (max-width:1366px){
	
}
@media screen and (max-width:991px){

    .top-search {
        top: 0;
        z-index: 2;
      }

    .order-title p {
        max-width: inherit;
        padding: 43px 24px;
      }

    .welcome {
        padding: 70px 0 0;
        top: -100px;
      }

    .welcome_title h1 {
font-size: 50px;
    padding-bottom: 10px;
    line-height: 50px;
    margin-top: 20px;
    }
    .welcome_title h2 {
            font-size: 45px;
    line-height: 40px;
      }
    .top-search input.form-control{
        height: 45px !important;
    }
    .page_title {
    padding: 30px 0 30px 0;
}
        .welcome {
        padding: 70px 0 0;
    }
	
	logo {
    padding: 18px 0px 8px 0px;
}
   .verticalline {
    margin-top: 32px !important;
}
    .subscribe {
    border-left: 0px solid #363a4b;
    border-right: 0px solid #363a4b;
}
    .copyright .cr-text {
    text-align: center;
    padding-bottom: 5px;
}
   .copyright .powerd{
    text-align: center;
	padding-top: 5px;
}
	.submit-btn-d button {
    width: 175px;
}

}
	
@media screen and (max-width:767px){
    
    .categorize {
    margin-top: 45px;
}
	.verticalline {
    display: none !important;
}

	.txt-center{
		text-align: center;
	}
	.p_top82 {
    padding-top: 10px;
    padding-bottom: 10px;
}
	.footer-btm {
    padding: 20px 0;
}
	.search-box {
    top: 100%;
}
}

@media only screen and (max-width:480px){

    .featured .nav-button ul li a.nav-link {
        margin: 5px 3px;
      }
    
    .oc-banner11-container .flex-control-nav,
    .nivo-controlNav {
        bottom: -8px;
    }
    
    .welcome-note h2 {
    font-size: 35px;
}
	.f-content a {
    font-size: 17px;
}
	.copyright {
    font-size: 13px;
}
	.newsletter .sign-form input {
    width: 82%;
}
	.newsletter .sign-form button {
    width: 18%;
}
	.submit-btn-d button {
    width: 120px;
	font-size: 12px;
	padding: 19px 15px;
}
	.page_title h2 {
    font-size: 20px;
}
	.breadcrumbs {
    font-size: 12px;
}
	.social_text ul li{
	float: none;
    width: 100%;
}

.catalogue-text h1{
    line-height: 40px;
    margin-bottom: 1.5rem; 
}

.InformationLink ul li.cline {
    width: 49%;
}

.fixed-top nav.navbar.bootsnav{
    top:0;
}

	}

/*::::::::::::::::::::MEDIAQUERY SECTIONS CSS END:::::::::::::::::::*/

