@charset "utf-8";
/* CSS Document */

/******************************/
/*******common css*************/

 
/******* fonts *********/
@import url('/fonts/stylesheet_poppins.css'); 
@import url('/fonts/stylesheet_roboto.css');
/******* fonts *********/


body{
    font-family: 'Poppins', sans-serif !important;
    overflow-x: hidden;
    background-color: #F8F8F8;
}

.gray{
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}

.zoom{
   transform: scale(1.07);
}

h1{
    font-size: 40px;
    color: #333;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
}

h2{
    font-size: 22px;
    color: #333;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
}

h3{
    font-size: 18px;
    color: #333;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
}

a{
    text-decoration: none;
}

.border_radius{
    border-radius: 8px;
}

.text_link{
    color: #ED1C24;
    font-size: 13px;
    font-weight: 600;
    transition: 0.4s ease;
}

.text_link:hover{
    margin-left: 8px;
    color: #ED1C24;
}

p{
    color: #333333;
    font-size: 13px;
}

.btn:focus{
    box-shadow: none;
}

.white_btn{
    padding: 10px 30px;
    border-radius: 8px;
    border: 1px solid #ffffff;
    color: #ffffff;
    font-size: 13px;
    text-transform: uppercase;
    transition: 0.4s;
}

.black_btn{
    padding: 10px 30px;
    border-radius: 8px;
    border: 1px solid #616161;
    color: #323232;
    font-size: 13px;
    text-transform: uppercase;
    position: relative;
    transition: 0.4s;
}

/* .black_btn:before {
  content: "";
  position: absolute;
  background-color: #ED1C24;
  width: 0px;
  height: 100%;
  transition: 0.4s;
  left: 0;
  top: 0;
  z-index: -1;
  border-radius: 8px;
}

.black_btn:hover:before{
    width: 100%;
} */

.black_btn:hover, .white_btn:hover{
    color: #fff;
    background-color: #ED1C24;
    border: 1px solid #ED1C24;
}

.custom_ul{
    list-style-image: url('../images/list_icon.svg');
}

.custom_ul li{
    color: #626262;
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
    margin-bottom: 5px;
}

.light_bg{
    background-color: #EEEEEE;
}

/* Navbar CSS Start  */
.header_bg{
    background-color: rgb(0 0 0 / 80%);
}

.header_contact a{
    color: #fff;
}

.header_contact a:hover{
    color: #ED1C24;
    transition: 0.4s;
}

.top_logo {
    height: 60px !important;
    width: auto;
}

.navbar-brand{
    width: 180px;
}

.logo_text{
    position: absolute;
    top: 100px;
    width: 250px;
    word-wrap: break-word;
}

.logo_text p{
    color: #ffffff;
}

.navbar_main ul li a{
    color: #fff !important;
    transition: 0.4s ease;
}

.navbar_main ul li a:hover{
    color: #ED1C24 !important;
}

.navbar_main .nav-link{
    font-size: 13px;
    text-transform: uppercase;
    margin: 0px 10px;
    font-weight: 400;
}

.navbar_main .nav-link.active{
    font-weight: 700;
    color: #ED1C24 !important;
}

.navbar_main .dropdown-menu{
    background-color: #000000;
    border-radius: 6px;
}

.navbar_main .dropdown-menu a{
    color: #ffffff !important;
    font-size: 13px;
}

.navbar_main .dropdown-menu a:hover{
    color: #ffffff !important;
    background-color: #ED1C24;
}

.navbar-toggler:focus{
    box-shadow: none;
}

.mobile_header .search_nav {
    /* background-color: red; */
    background-color: #c10c0c66;
    border-radius: 50%;
    color: #ffffff;
    display: flex;
    height: 40px;
    justify-content: center;
    width: 40px;
    align-items: center;
}
/* Navbar CSS End  */

/* Main Slider CSS Start  */
.main_slider h1{
    font-size: 60px;
    text-transform: uppercase;
    color: #ffffff;
}

.main_slider .bg_img_fill{
    height: 800px;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; 
}

.carousel-caption {
    position: relative !important;
    left: auto;
    right: auto;
}

.slider_caption {
    width: auto;
    position: absolute;
    right: auto;
    bottom: 120px;
    left: 0px;
    padding-top: 1.25rem;
    padding-bottom: 20px;
    color: #fff;
    text-align: left !important;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-content: center;
    justify-content: flex-start;
    align-items: end;
}

.main_slider .carousel-indicators {
    justify-content: flex-end;
    margin-bottom: 2rem;
    right: 0;
    bottom: 46px;
    left: auto;
    margin-left: 0;
}

.carousel-indicators [data-bs-target]{
    width: 25px;
    height: 3px;
}

/* Main Slider CSS End  */

/* Inner Banner CSS Start  */
.inner_banner h1{
    font-size: 45px;
    text-transform: none;
}

.inner_banner .bg_img_fill{
    height: 350px;
}

.inner_banner .slider_caption{
    bottom: 45px;
    padding-bottom: 0px;
    width: 100%;
}

/* Inner Banner CSS End  */

.breadcrumb li{
    font-size: 12px;
    font-weight: 500;
}

.breadcrumb li a{
    color: #333333;
    text-decoration: none;
}


/*******common css*************/
/******************************/

.home_prod_sec{
    height: 560px;
    background-color: #231F20;
    padding-top: 80px;
}

.product_list{
    margin-top: -380px;
}

.product_list .owl-carousel .owl-nav button.owl-next, .product_list .owl-carousel .owl-nav button.owl-prev{
    background: #1B1B1B !important;
    color: inherit;
    border: 1px solid #7c7c7c45 !important;
    padding: 7px !important;
    font: inherit;
    margin-right: 0px;
    width: 48px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
}

.prod_caro .card-img-overlay{
    background: linear-gradient(180deg, rgba(0,0,0,0) 20%, rgba(0,0,0,1) 100%);
    transition: 0.4s;
    padding: 0px;
    border-radius: 8px 8px 0px 0px;
}

.prod_caro .prod_desc{
    border-radius: 0px 0px 8px 8px;
    padding: 23px;
}

.prod_caro .prod_desc{
    background-color: #000000;
}

.prod_caro .owl-dots {
    display: none;
}

.brand_logos img{
    padding: 20px 35px;
}

.we_do p{
    min-height: 119px;
}


/***************************************************************************************/
/***************************************************************************************/
/***************************************************************************************/
/*inner_pages styles*/
/***************************************************************************************/
/***************************************************************************************/
/***************************************************************************************/

/* Left Menu CSS Start  */
.tab_btn{
    display: flex;
    min-height: 60px;
    font-size: 16px;
    color: #333;
    font-family: "Roboto", sans-serif;
    padding: 20px 25px;
    border-radius: 8px;
    background-color: #EEEEEE;
    border-left: 5px solid #d3d3d3;
}

.tab_btn.active{
    background-color: #231F20;
    border-left: 5px solid #ED1C24;
    color: #fff;
}
/* Left Menu CSS End  */

.product_card img{
    border-radius: 8px 8px 0px 0px;
}

.product_card .prod_desc{
    border-radius: 0px 0px 8px 8px;
    background-color: #231F20;
    min-height: 228px;
}

.menu_btn{
    padding: 20px 30px;
    font-size: 14px;
    text-transform: uppercase;
    background-color: #231F20;
    transition: 0.4s ease;
    color: #fff;
    margin-bottom: 25px;
    border-radius: 8px;
}

.menu_btn:hover{
    background-color: #ED1C24;
    color: #fff;
}

.detail_logo{
    width: 200px;
    height: auto;
    margin-bottom: 35px;
    margin-top: 20px;
}

/* Products detail page CSS */
.logo_img{
    border-radius: 8px;
    border: 2px solid #ffffff;
    transition: 0.4s;
}

.logo_img:hover{
    border: 2px solid #ED1C24;
}

.logo_card p{
    color: #323232;
    font-weight: 600;
    padding: 10px;
}

.val_box{
    padding: 25px;
    background-color: #ffffff;
    border-radius: 8px;
    border: 1px solid #d3d3d3;
    min-height: 186px;
}

.val_box img{
    width: 40px;
    height: auto;
}

/* SearchBar Styles  */
.search_nav{
    cursor: pointer;
}

#search-wrap{
    position:fixed;
	top: 0;
    left: 0;
	z-index: -1;
	opacity: 0;
	transition: all 0.4s;
	width:100%;
	height: 100vh;
}

#search-wrap.panelactive{
	 opacity: 1;
	 z-index: 9999999;
	 background-color: rgb(0 0 0 / 80%);;
	 display: flex;
	 justify-content: center;
	 align-items: center;
}

#search-wrap .search-area{
	display: none;
}

#search-wrap.panelactive .search-area{
	display: block;
	width:80%;
	position: relative;
    text-align: center;
}

#search-wrap form{
	position: relative;
	height: 66px;
}

#search-wrap input{
	-webkit-appearance:none;
	outline: none;
	color: #fff;
}

 #search-wrap input[type="text"] {
	width: 50%;
	padding: 20px;
	border: none;
	transition: all 0.5s;
	letter-spacing: 0.05em;
    border-bottom: 1px solid #ffffff;
    border-top: 1px solid #ffffff;
    background-color: transparent;
}

#search-wrap input::placeholder{
    color: #dbdbdb;
}

 #search-wrap input[type="text"]:focus {
	background:none;
}

.close-btn{
	position: absolute;
	top:10px;
	right:10px;
	z-index: 2;
	cursor: pointer;
    width: 60px;
    height:60px;
}
	
.close-btn span{
    display: inline-block;
    position: absolute;
    left: 14px;
    height: 3px;
    border-radius: 2px;
	background-color: #fff;
 }

.close-btn span:nth-of-type(1) {
    top: 21px;
    left: 16px;
    transform: translateY(6px) rotate(-135deg);
    width: 50%;
}

.close-btn span:nth-of-type(2){
    top: 32px;
    left: 16px;
    transform: translateY(-6px) rotate(135deg);
    width: 50%;
}

/* Timeline CSS  */
.timeline {
    font-weight: 400; 
    list-style: none;
    padding: 20px 0 20px;
    position: relative;
}

.timeline:before {
    top: 0;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 3px;
    background-color: #D3D3D3;
    left: 50%;
    margin-left: -1.5px;
}

.timeline-heading h1{
    font-size: 20px;
}

.timeline-heading h1, .timeline-heading p{
    color: #ffffff;
}

.timeline > li {
    margin-bottom: 20px;
    position: relative;    
}
   
.timeline > li:before,.timeline > li:after {
    content: " ";
    display: table;
}

.timeline > li:after {
    clear: both;
}

.timeline > li:before,.timeline > li:after {
    content: " ";
    display: table;
}

.timeline > li:after {
    clear: both;
}

.timeline > li > .timeline-panel {
    width: 46%;
    float: left;
    /* border: 1px solid #dbdbdb; */
    border-radius: 6px;
    padding: 20px;
    position: relative;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
    background:#fff;
   
}
   
.timeline > li > .timeline-panel:before {
    position: absolute;
    top: 26px;
    right: -15px;
    display: inline-block;
    border-top: 15px solid transparent;
    border-left: 15px solid #ccc;
    border-right: 0 solid #ccc;
    border-bottom: 15px solid transparent;
    content: " ";
}
   
.timeline > li > .main:after {
    position: absolute;
    top: 27px;
    right: -14px;
    display: inline-block;
    border-top: 14px solid transparent;
    border-left: 14px solid #E93736;
    border-right: 0 solid #fff;
    border-bottom: 14px solid transparent;
    content: " ";
}

.timeline > li > .sub:after {
    position: absolute;
    top: 27px;
    right: -14px;
    display: inline-block;
    border-top: 14px solid transparent;
    border-left: 14px solid #231F20;
    border-right: 0 solid #ED1C24;
    border-bottom: 14px solid transparent;
    content: " ";
}

.timeline > li > .timeline-badge {
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 1.4em;
    text-align: center;
    position: absolute;
    top: 30px;
    left: 50%;
    margin-left: -10px;
    background-color: #D3D3D3;
    z-index: 100;
    border-top-right-radius: 50%;
    border-top-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
    border:5px solid #ffffff;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.10);
}

.timeline > li.timeline-inverted > .timeline-panel {
    float: right;
}

.timeline > li.timeline-inverted > .timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -14px;
    right: auto;
}

.timeline > li.timeline-inverted > .timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -13px;
    right: auto;
}

.timeline-title {
    margin-top: 0;
    color: inherit;
    font-family:  'Open Sans', sans-serif;
    font-weight: 600;
}

.timeline-body > p,
.timeline-body > ul {
    margin-bottom: 0;
}

.timeline-body > p + p {
    margin-top: 5px;
}
/* Timeline CSS  */

.contact_box {
    padding: 35px;
    background-color: #231F20;
    border-radius: 8px;
}

.main_form{
    font-size: 13px ;
}

.main_form input:focus, .main_form textarea:focus{
    box-shadow: none;
}

.main_form input{
    height: 50px;
}

/***************************************************************************************/
/***************************************************************************************/
/***************************************************************************************/
/*inner_pages styles*/
/***************************************************************************************/
/***************************************************************************************/
/***************************************************************************************/

/*****************************/
/*********footer**************/

.footer_sec a, .footer_sec p, .footer_bottom p, .footer_bottom a{
    color: #616161;
    font-size: 13px;
}

.footer_sec a:hover, .footer_bottom a:hover{
    transition: 0.4s;
    color: #ED1C24;
}

.footer_sec{
    background-color: #EEEEEE;
}

.footer_bottom{
    background-color: #DCDCDC;
}

/*****************************/
/*********footer**************/


/**********=========================================********************/
/**********===============SCROLL TOP=================********************/
/**********=========================================********************/

.scroll-top-element{
    background-color: #ED1C24 !important;
    right: 15px !important;
    z-index: 999999999 !important;
    color: #ffffff !important;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.scroll-top-element:hover{
    color: #ffffff !important;
    background-color: #231F20 !important;
}

/**********=========================================********************/
/**********===============SCROLL TOP=================********************/
/**********=========================================********************/



/*========================================================================*/
/*========================================================================*/
/*=====================Solution by TEKGEEKS (pvt) LTD=====================*/
/*=========DESIGN & FRONTEND DEVELOPMENT - G.D.RAVEESHA DEEMANTHI=========*/
/*========================================================================*/
/*========================================================================*/