@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap');

*{
margin:0;
padding:0;
box-sizing:border-box;
}


body{
  color: #444;
 font-family: 'Quicksand', sans-serif;
}

html{
scroll-behavior:smooth;
}

a{
  text-decoration: none !important;
}


/**/

.header{
    background-color: #ed1c24;
}

.top_bar_add{
    padding: 3px 0px;

}

.top_bar_add a{
    margin:0px 10px;
    color: #fff !important;
    font-size: 14px;
    font-weight: 500;
}

.top_bar_emial{
    padding: 3px;
    text-align: center;
}

.top_bar_emial a{
    margin:0px 5px;
    color: #fff !important;
    font-size: 14px;
    text-decoration: none;
    font-weight: 500;
}
/**/

.navbar{
    background-color: white !important;
    width: 100%;
    position: relative;
    z-index: 99;
}


.navbar{
    background-color: #FFFFFF !important;
    width: 100%;
}

.navbar .navbar-toggler{
background-color: transparent !important;
border: none !important;
outline: none !important;
box-shadow: none !important;
}

.img-brand{
    height: 70px;
}

.navbar .navbar-nav > li > a{
color: #505050 !important;
font-size: 15px;
text-transform: capitalize;
margin:0px 0px;
font-weight: 600;
transition: .4s ease-in-out;
padding: 30px 5px;
}


.navbar .navbar-nav > li > a:hover{
color: #ED1C24 !important;
font-size: 15px;
text-transform: capitalize;
margin:0px 0px;
font-weight: 600;
transition: .4s ease-in-out;

}


.navbar-nav .dropdown-menu{
    padding: 0 !important;
    margin: 0;
    background-color:white; 
    border: none !important;
    transition: .3s;
    box-shadow: none !important;
    font-weight: 600;
    border-radius: 0px !important;
    outline: none !important;

}

.dropdown:hover>.dropdown-menu {
    transition: .5s;
}

.navbar-nav .dropdown-menu > li{
  border-bottom: 1px dashed #c5c5c5;
}


.navbar-nav .dropdown-menu > li > a {
color: rgba(0,0,0,.7);
font-size: 15px;
text-transform: capitalize;
margin:0px 1px;
line-height: 28px;
font-weight: 600 !important;
} 


.navbar-nav .dropdown-menu > li > a:hover {
color: #fff !important;
text-transform: capitalize;
background-color: #ED1C24 !important;
} 




.scrolled{
    position:fixed;
    top: 0;
    left: 0;
    width: 100%;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
    background-color:white !important;
    animation: fadeInDown 1s linear forwards;
}
/**/

/**/

.hero_slider .item{
    position: relative;
    width: 100%;
    overflow: hidden;
    transition: .3s;

}


.hero_slider .item img{
    width: 100%;
    display: block;
        transition: .3s;

}


.hero_slider .item .cover{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-color: rgba(0,0,0,.6);
    height: 100%;
    display: flex;
  align-items: center;
}


.hero_slider .item .cover .header-content {
  position: relative;
  padding: 56px;
  overflow: hidden;
}
.hero_slider .item .cover .header-content .line {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  border: 9px solid #fff;
  -webkit-clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
  clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
}
.hero_slider .item .cover .header-content h2 {
  font-weight: 300;
  font-size: 35px;
  color: #fff;
  width: 600px !important;
}




.hero_slider .item .cover .header-content h1 {
  font-size: 56px;
  font-weight: 600;
  margin: 5px 0 20px;
  word-spacing: 3px;
  color: #fff;
}
.hero_slider .item .cover .header-content h4 {
  font-size: 24px;
  font-weight: 300;
  line-height: 36px;
  color: #fff;
}
.hero_slider .owl-item.active h1 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
}
.hero_slider .owl-item.active h2 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
}
.hero_slider .owl-item.active h4 {
     -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.3s;
}
.hero_slider .owl-item.active .line {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInLeft;
  animation-delay: 0.3s;
}
.hero_slider .owl-nav .owl-prev {
  position: absolute;
  left: 15px;
  top: 43%;
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  background: rgba(0, 0, 0, 0.5) !important;
  width: 40px;
  cursor: pointer;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 1000;
  border-radius: 0;
}
.hero_slider .owl-nav .owl-prev span {
  font-size: 1.6875rem;
  color: #fff;
}
.hero_slider .owl-nav .owl-prev:focus {
  outline: 0;
}
.hero_slider .owl-nav .owl-prev:hover {
  background: #000 !important;
}
.hero_slider .owl-nav .owl-next {
  position: absolute;
  right: 15px;
  top: 43%;
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  background: rgba(0, 0, 0, 0.5) !important;
  width: 40px;
  cursor: pointer;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 1000;
  border-radius: 0;
}
.hero_slider .owl-nav .owl-next span {
  font-size: 1.6875rem;
  color: #fff;
}
.hero_slider .owl-nav .owl-next:focus {
  outline: 0;
}
.hero_slider .owl-nav .owl-next:hover {
  background: #000 !important;
}
.hero_slider:hover .owl-prev {
  left: 0px;
  opacity: 1;
}
.hero_slider:hover .owl-next {
  right: 0px;
  opacity: 1;
}


/**/


/**/
.mobile_banner{
  display: none !important;
}


/**/


/**
header .item {
  position: relative;
  width: 100%;
  left: 0;
  right: 0;
}
header .item img {
  width: 100% !important;
  height: auto;
  left: 0;
  right: 0;
}
header .item .cover {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
}
*/




/**/

.ex_section{
    margin-top: 40px;
    margin-bottom: 30px;
}


.ex_left_txt{
    border-right: 2px solid #d7d7d7;
    font-weight: 800;
    animation: effects 40s infinite;
    color: rgba(0, 0, 0, 0.2);
    background-image: url(../img/txtimg.jpg) ;
    background-position: center;
    background-clip: text;
    -webkit-background-clip: text;
}


@keyframes effects{

  0%{
        background-position: left 0 top 0
  }

  50%{
        background-position: right 0 top 20
  }

  100%{
        background-position: left 0 top 40
  }

}


.ex_left_txt strong{
    font-size: 55px;
    font-weight: 600;
}


.ex_left_txt h1{
    text-transform: capitalize;
    font-weight: 700;
    letter-spacing: .1px;
    font-size: 34px;
    line-height: 40px;
 font-family: 'Quicksand', sans-serif;
  text-align: left;
}


.ex_left_txt span{
    color: #ED1C24;
}

.ex_right_txt p{
    text-align: justify;
    line-height: 25px;
     font-family: 'Quicksand', sans-serif;
font-weight: 500;
    letter-spacing: .1px;
    font-size: 15px;
}


/**/


/**/

.bn_btm_section{
    padding-top: 30px;
    padding-bottom:40px;
}

.bn_bt_image{
    text-align: center;
    margin:auto;
    width: 100%;
}

.bn_bt_image img{
    width: 100%;
    display: block;
}

/**/


/**/

.product_section{
    padding-top: 30px;
    padding-bottom: 30px;
}

.our_product_head_ti{
  animation: effect 30s infinite;
    color: rgba(0, 0, 0, 0.2);
    background-image: url(../img/txtimg.jpg) ;
    background-position: center;
    background-clip: text;
    -webkit-background-clip: text;
    padding-bottom: 45px;
}

@keyframes effect{

  0%{
        background-position: right 0 top 0
  }

  50%{
        background-position: left 0 top 0
  }

  100%{
        background-position: right 0 top 0
  }

}
   


.our_product_head_ti h2{
text-transform: capitalize;
font-weight: 700;
}


.pro_hr{
  width: 100px;
  height: 1px;
  background-color: lightgray;  
}

.box{
    background-color: #222;
    font-family: 'Open Sans', sans-serif;
    overflow: hidden;
    position: relative;
}

.box img{
  width: 100%;
  filter: brightness(97%);
  transition: .4s;
}

.box:hover img{
  width: 100%;
  filter: brightness(97%);
  transform: scale(1.1,1.1);
    transition: .4s;

}


.box:before,
.box:after{
    content: '';
    background: white;
    width: 10px;
    height: 90%;
    box-shadow: 15px 0 0 #F01C24;
    transform: skewY(50deg);
    position: absolute;
    bottom: -100%;
    left: 5px;
    z-index: 1;
    transition: all 0.45s ease;
}
.box:after{
    box-shadow: -15px 0 0 #F01C24;
    left:auto;
    right: 5px;
    bottom: auto; 
    top: -100%;
}
.box:hover:before{ bottom: -10px; }
.box:hover:after{ top: -10px; }
.box img{
    width: 100%;
    height: auto;
    transition: all 0.45s;
}
.box:hover img{
    opacity: 0.3;
    filter: grayscale(90%);
}
.box .box-content{
    color: #fff;
    text-align: center;
    width: 100%;
    padding: 0 30px;
    opacity: 0;
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    top: 50%;
    left: 50%;
    transition: all 0.45s ease;
}
.box:hover .box-content{ opacity: 1; }
.box .title{
    font-size: 23px;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0 0 2px;
}
.box .post{
    color: white;
    font-size: 15px;
    text-transform: capitalize;
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing: .1px;
 font-family: 'Quicksand', sans-serif;
}
.box .icon{
    padding: 0;
    margin: 0;
    list-style: none;
    opacity: 0;
    transform: translateX(-50%) rotateX(90deg);
    transform-origin: bottom center;
    position: absolute;
    left: 50%;
    bottom: 10px;
    transition: all 0.3s ease;
}
.box:hover .icon{
    opacity: 1;
    transform: translateX(-50%) rotateX(0);
}
.box .icon li{
    display: inline-block;
    margin: 0 2px;
}
.box .icon li a{
    color: #fff;
    background-color: #F01C24;
    font-size: 14px;
    text-align: center;
    line-height: 35px;
    height: 35px;
    width: 35px;
    border-radius: 50%;
    display: block;
    transition: all 0.3s;
}
.box .icon li  a:hover{
    color: rgba(0,0,0,8);
    background-color: #fff;
}
@media only screen and (max-width:990px){
    .box { margin: 0 0 30px; }
}




/**/


/**/

.call_us_section{
  background-color: #ED1C24;
  padding-top: 32px;
  padding-bottom:35px;
  margin-top: 35px;
  margin-bottom: 35px;
  border-radius: 100px;
}

.call_us_txt{
  margin-top: 30px;
}

.call_us_txt p{
    font-size: 28px;
    color: #ffffff;
    line-height: 40px;
    text-align: center;
    text-transform: capitalize;
    font-weight: 600;
    font-style: normal;
}

.call_us_btn{
  margin-top: 10px;
}

.call_us_btn a{
  text-decoration: none;
  color:#242424;
}

.phone_ct{
  display: block;
    background: #de9a64;
    width: 300px;
    height: 70px;
    text-align: center;
    border-radius: 40px;
    line-height: 70px;
    font-size: 25px;
    margin: 0 auto;
    font-weight: 600;
}

/**/


/**/

.who_we_are_section{
  background-color: #ECECEC;
  margin-top: 70px;
  margin-bottom: 40px;
  padding-bottom: 30px;
}

.who_we_are_img_div{
  text-align: center;
  margin: auto;
  padding-top: 40px;
}

.who_are_text_div{
  padding-top: 50px;
}

.who_are_text_div h2{
  text-transform: uppercase;

  font-weight: 700;
}

.who_are_text_div p{
    font-size: 15px;
    color: #4a4a4a;
    text-align: left;
    font-weight: 600;
    font-style: normal;
    line-height: 25px;
}

.icon_div_txt p b{
  text-transform: uppercase;
}

.icon_div_txt p{
 font-size: 15px;
    color: #4a4a4a;
    text-align: left;
    font-weight: 600;
    font-style: normal;
    line-height: 25px;
  }


  .icon_div_txt .fa{
    font-size: 50px;
    color: rgba(0,0,0,.4);
    font-weight: normal;
    padding-top: 10px;
  }

/**/

/**/

.testimonials_section{
  background-image: url(../img/youtubebg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  margin-top: 80px;
}

.testimonials_head_ti{
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: .2px;
  padding-top: 45px;
  padding-bottom: 10px;
}

.testimonials_head_ti h2{
  color: white;
}

.testimonials_ovr{
  background-color: rgba(0,0,0,.6);
  width: 100%;
}


.testimonials_img{
  text-align: center;
  width: 100%;

}



.testimonials_img_div{
  width: 130px;
  height: 130px;
  border-radius: 100%;
  text-align: center;
  margin-bottom: 20px;

}

.testimonials_img_div img{
  border: 3px solid white;
  border-radius: 100%;
  width: 130px;
  height: 130px;
  padding: 3px;

  object-fit: cover;
}



.testimonials_txt_div{
  text-align: center;
  margin: auto;
}

.testimonials_p{
  text-align: center;
  color: white;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: .5px;
  word-spacing: .5px;
}

/**/


/**/

.contact_page_section{
  padding-top: 30px;
  background-image: url(../img/allprobg.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
/* 
.contact_detalis{
    
    animation: contact-pg 170s infinite;
    color: rgba(0, 0, 0, 0.2);
    background-image: url(../img/txtimg.jpg) ;
    background-position: center;
    text-transform: uppercase;
    background-clip: text;
    -webkit-background-clip: text;
} */

.contact_detalis  h2 {
   text-transform: capitalize;
   font-weight: 600;
   font-size: 30px;
   text-align: center;
   padding-top: 6px;

 }

.contact_form_div {
  background-color: #fff;
  padding: 10px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  margin-bottom: 40px;
}

.contact_form_div h2{
  text-transform: capitalize;
  font-weight: 600;
  font-size: 23px;
  text-align: center;
  padding-top: 6px;
 
}

.contact_form_div p{
  text-align: center;
  font-size: 15px;
  font-weight: 500;
}

.contact_form_div label {
  font-weight: 600;
  text-transform: capitalize;
}

.contact_form_div input {
  margin-bottom: 20px;
  box-shadow: none !important;
  border-radius: 0px !important;
  outline: none !important;
  padding: 10px 0px 10px 10px;
}

.contact_form_div select {
  margin-bottom: 10px;
  box-shadow: none !important;
  border-radius: 0px !important;
  outline: none !important;
  padding: 10px 0px 10px 10px;
}

.contact_form_div button {
  background-color: #0c1e44;
  color: #fff !important;
  box-shadow: none !important;
  border-radius: 0px !important;
  outline: none !important;
}



@keyframes contact-pg{

  0%{
        background-position: left 0 top 0
  }

  50%{
        background-position: right 0 top 20
  }

  100%{
        background-position: left 0 top 40
  }

}
.contact_detalis h3{
  text-transform: uppercase;
  font-weight: 600;
}

.contact_pg_p{
  font-size: 15px;
  color: rgba(0,0,0,.7);
  line-height: 25px;
}


.contact_form_div label{
  font-size: 15px;
  padding-top: 8px;
}

.contact_form_div input{
  padding-bottom: 5px;
}


.contact_form_div .btn-success{
  background-color: transparent;
  border:none;
  outline:none;
}

.contact_form_div .btn-success{
background-color: #E91B23;
  transition: .3s;
  text-transform: uppercase;
  padding: 10px 20px 10px 20px;
  font-weight: 600;
}


.contact_form_div .btn-success:hover{
  background-color:#212121;
  transition: .3s;
}


.container_bg_iocn_section{
  padding-top: 45px;
}

.contact_pg_icon_div{
  text-align: center;
}

.contact_pg_icon_div .fa{
  font-size: 35px;
  color: rgba(0,0,0,.7);
  margin-bottom: 12px;
  border-radius: 100%;
  background-color: rgba(51, 51, 51,.8);
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  color: white;
}

.contact_pg_icon_div p b{
  color:gray;
}

.contact_pg_icon_div a{
  display: block;
  line-height: 25px;
  color: rgba(0,0,0,.8);
  font-size: 15px;
}


/**/


/**/

.all_pro_detalis_section{
  padding-top: 65px;
  padding-bottom: 15px;
}

.all_pro_detalis_img_box{
    margin: auto;
  width: 100%;
  position: relative;
  overflow: hidden;
}


.all_pro_detalis_img_box img{
  width: 100%;
  display: block;
  text-align: center;
  margin: auto;
  height: auto;
  filter: brightness(97%);
}

.all_pro_detalis_enquiry_btn{
  position: absolute;
  bottom: 10%;
  right: 0;
}

.all_pro_detalis_enquiry_btn a{
  background-color: rgba(0,0,0,.7);
  padding:8px;
color: white;
border-radius: 2px;
font-size: 15px;

}

.all_pro_detalis_txt p{
    margin-bottom: 0px !important;
}

.all_pro_detalis_txt  p b{
  color:#6d4423;
  font-size: 17px;
  text-transform: uppercase;
}

.all_pro_detalis_txt p{
  color: rgb(71, 71, 71);
    font-size: 15px;
    line-height: 28px;
    text-align: justify;
    font-weight: 600;
}

.all_pro_detalis_txt h3{
  font-size: 18px;
  font-weight: 800;
  color: #6d4423;
}

.all_pro_f li{
    color: rgb(71, 71, 71);
      font-size: 15px;
      line-height: 28px;
      font-weight: 600;
}
.all_pro_table{
  overflow-x: auto;
}

.all_pro_table tr td{
  color: rgb(71, 71, 71);
    font-size: 15px;
    line-height: 28px;
    font-weight: 600;
}

.about_pg_txt  li{
  color: rgb(71, 71, 71);
    font-size: 15px;
    line-height: 28px;
    font-weight: 600;

}


/**/

/**/

.about_pg_section{
  padding-top: 30px;
  background-image: url(../img/allprobg.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.about_pg_heat_ti{
    
    animation: contact-pgs 100s infinite;
    color: rgba(0, 0, 0, 0.2);
    background-image: url(../img/txtimg.jpg) ;
    background-position: center;
    text-transform: uppercase;
    background-clip: text;
    -webkit-background-clip: text;
    padding-top: 20px;
}



@keyframes contact-pgs{

  0%{
        background-position: left 0 top 0
  }

  50%{
        background-position: right 0 top 20
  }

  100%{
        background-position: left 0 top 40
  }

}
.about_pg_heat_ti h3{
  text-transform: uppercase;
  font-weight: 800;
  padding-bottom: 0px;
}

.about_pg_txt b{
  color:#6d4423;
  font-size: 17px;
}

.about_pg_txt p{
  color: rgb(71, 71, 71);
  font-size: 15px;
  line-height: 28px;
  text-align: justify;
  font-weight: 600;
}

/**/

.enquiry_btn_txt{
    margin-top:30px;
}

.enquiry_btn_txt a{
    
    background-color:rgba(0,0,0,.7);
    padding:15px 23px 15px 23px;
    color:white;
    margin:6px;
    font-size:15px;
    font-weight:600;
}

/**/



/**/

.Clients_img_box{
  text-align: center;
  margin: auto;
  width: 100%;
  margin-bottom: 10px;
  margin-top:20px;

}

.Clients_img_box img{
  box-shadow: 0px 0px 2px 1px lightgray;
  padding: 10px;
  height:80px;
}

/**/

.Clients_list_div ul{
  list-style: circle;
}

.Clients_list_div li{
  line-height: 35px;
  color: rgb(71, 71, 71);
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 600;
}


.Clients_list_div span{
    
    animation: clientspan 60s infinite;
    color: rgba(0, 0, 0, 0.2);
    background-image: url(../img/txtimg.jpg) ;
    background-position: center;
    text-align: center;
    text-transform: uppercase;
    background-clip: text;
    -webkit-background-clip: text;
}



@keyframes clientspan{

  0%{
        background-position: left 0 top 0
  }

  50%{
        background-position: right 0 top 20
  }

  100%{
        background-position: left 0 top 40
  }

}

/**/



.footer{
 background-image: url(../img/fbg2.gif);
 background-repeat: no-repeat;
 background-position: center;
 background-size: cover;
 width: 100%;
 margin-top: 0px;

}

.f_over_bg{
  padding-top: 35px;
  padding-bottom: 20px;
  background-color: rgba(0,0,0,90%);
}

.f_head_ti{
  color: white;
  text-transform: capitalize;
}

.f_head_ti h3{
  font-size: 20px;
}



.f_contact_txt{
    color: lightgray;
}

.f_contact_txt .fa{
    font-size: 20px;
    margin-top: 5px;
}

.f_contact_txt b{
    text-transform: capitalize;
    font-family:sans-serif!important;

}

.f_contact_txt a{
    display: block;
    color: lightgray;
    font-size: 15px;

}


.f_contact_txt p{
    letter-spacing: .1px;
        font-family:sans-serif!important;
font-size: 15px;

}

.f_quick_l ul{
    list-style: none;
}

.f_quick_l li{
  border-bottom: 1px dashed #212121;
}

.f_quick_l li::before {
  position: relative;
  content: "⁙";
  margin-right: 4px;
  font-weight: bold;
  color: rgb(243, 243, 243);
  top: -1px;
  font-size: 20px;
}

.f_quick_l li a{
    line-height: 40px;
    color: lightgray;
    text-transform: capitalize;
    transition: .2s;
    text-decoration: none;
    font-weight: 450;
    font-size: 15px;
}


.f_quick_l li a:hover{
   
    color: white;
    text-transform: capitalize;
        transition: .2s;
        text-decoration: none;


}


.f_our_pro ul{
    list-style: none;
}

.f_our_pro li a{
  text-decoration: none;
    line-height: 28px;
    color: lightgray;
        transition: .2s;
font-size: 15px;
    text-transform: capitalize;
}


.f_our_pro li a:hover{
    line-height: 28px;
    color: white;
        transition: .2s;
text-decoration: none;
    text-transform: capitalize;
}


.f_social_icon h3{
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    padding-top: 15px;
    font-weight: bold;
}

.f_social_icon a{
    margin: 0px 1px;
    background-color: white;
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 30px;  
   box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    color: rgba(0,0,0,.8);
}


/**/

.bottom_copyright_sec{
    background-color:#ED1C24;
}

.copy_right{
    text-align: center;
    color: white;
}

.copy_right p{
margin-top: 20px;
letter-spacing: .1px;
font-size: 15px;
line-height: 25px;
word-spacing: .3px;
}

.copy_right a{
    color: white;
    font-weight: 600;
}



/**/

/**/

.fixed_icons_right{
  position: fixed;
  right: 0;
  top: 60%;
  z-index: 99;
}

#Whatsapp-phone{
  display: none !important;
}

#callphone{
  display: none !important;
}


.fixed_icons_right a{
  display: block;
  margin:10px 10px 20px 10px; 
  background-color:#E91B23;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  color: white;
  font-weight: 500;
  font-size: 25px; 
  border-radius: 50px;
box-shadow: 0px 0px 5px 1px rgba(0,0,0,.8);
animation: 3s iconseffects infinite;

}

@keyframes iconseffects{

0%{
box-shadow: 0px 0px 3px 2px rgba(0,0,0,.4);
}


50%{
  box-shadow: 0px 0px 2px 3px orange;
}



100%{
box-shadow: 0px 0px 3px 4px rgba(0,0,0,.4);
}
}

/**/


/**/

.all_bn_section{
  background-image: url(../img/allbn3.jpg);
  background-size: cover;
  background-position: center;
  width: 100%;
  background-repeat: no-repeat;
}


.all_pg_bn_overlay{
  background-color: rgba(0,0,0,.9);
  padding-top: 65px;
  padding-bottom: 65px;
}

.all_bn_txt_div{
  text-align: center;
  margin: auto;
}


.all_bn_txt_div .breadcrumb{
  background-color: transparent;
  border:none;
  outline:none;
}


.all_bn_txt_div .breadcrumb li a{
 color: white;
 font-size: 15px;
 text-transform: capitalize;
 font-weight: 600;
}

.all_bn_txt_div .breadcrumb li{
 color: lightgray;
 font-size: 15px;
  text-transform: capitalize;
font-weight: 600;
}


/**/

/**/

.all_pro_section{
  background-image: url(../img/allprobg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 35px;
}

.all_pro_head_ti{
    
    animation: allproeffects 60s infinite;
    color: rgba(0, 0, 0, 0.2);
    background-image: url(../img/txtimg.jpg) ;
    background-position: center;
    text-align: center;
    text-transform: uppercase;
    background-clip: text;
    -webkit-background-clip: text;
    padding-bottom: 20px;
}



@keyframes allproeffects{

  0%{
        background-position: left 0 top 0
  }

  50%{
        background-position: right 0 top 20
  }

  100%{
        background-position: left 0 top 40
  }

}

.all_pro_head_ti h2{
    font-size: 25px;
    font-weight: 800;

}


.product_img_box{
    position: relative;
    overflow: hidden;
    width: 100%;
    transition: .4s;
    margin-bottom: 15px;
}


.product_img_box img{
    text-align: center;
    width: 100%;
        transition: .4s;
        filter: brightness(90%);

}

.product_ovr_icon{
    position: absolute;
    top: -100%;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,.7);
    width: 100%;
    height: 100%;
        transition: .4s;
        overflow: hidden;

}


.icon_div_over{
  position: absolute;
  top:30%; 
  right: -100%;
  text-align: center;  
  transition: .4s;

}


.icon_div_over a{
    margin: 10px;
    background-color: white;
    height: 35px;
    width: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 1px;
        transition: .4s;
        color: #ED1C24;
        display: block;

}


.product_ovr_txt{
    position: absolute;
    bottom: -100%;
    left: 0;
    right: 0;
    text-align: center;
    color: white;
    font-weight: 500;
    transition: .5s;
    font-size: 15px;
    text-transform: capitalize;
}


.product_ovr_link_left{
  position: absolute;
  bottom: 15%;
  left: -100%;
  right: 0;
  transition: .4s;
}

.product_img_box:hover .product_ovr_link_left{
  left: 0;
  transition: .7s;
}

.product_ovr_link_left a{
  background-color: #ED282D;
  width: 55px;
  padding: 7px;
  text-align: center;
  color: white;
  transition: .4s;
}

.product_ovr_txt a{
    text-align: center;
}


.product_img_box:hover .icon_div_over{
right: 0;
transition: .8s;
}


.product_img_box:hover .product_ovr_icon{
    transition: .3s;
    top: 0;
}


.product_img_box:hover .product_ovr_txt{
    transition: 1.5s;
    bottom: 12%;
}

/**/

/**/


.modal_form_div input, textarea{
    margin-bottom: 15px;
}

.modal-title{
    color:darkred;
    text-transform: uppercase; 
}



/**/


#phonewhatsapp{
  display: none;
}







/**/

@media (max-width: 767px){


  .fxd_social_icons .phone_view {
      display: block !important;
    }

            .fxd_social_icons a:nth-child(1) {
              background-color: #3b5998 !important;
            }

                            .fxd_social_icons a:nth-child(2) {
                              background-color: #AC3791 !important;
                            }

                                                            .fxd_social_icons a:nth-child(3) {
                                                              background-color: #CD201F !important;
                                                            }

        .fxd_social_icons a:nth-child(4){
          background-color: #128C7E !important;
        }

                 .fxd_social_icons a:nth-child(5) {
                   background-color: #212121 !important;
                 }

  .hero_slider .item .cover .header-content h2 {
  font-weight: 300;
  font-size: 17px;
  color: #fff;
  width: 230px !important
}

 /**/
.mobile_banner{
  display: block !important;
}

.desktop_banner{
   display: none !important;
 
}



#deskwhatsapp{
  display: none !important;
}


#phonewhatsapp{
  display: block;
}



.top_bar_add{
    padding: 3px;
    display: none;

}


#Whatsapp-phone{
  display: block !important;
}

#callphone{
  display: block !important;
}


@keyframes iconseffects{

0%{
box-shadow: 0px 0px 3px 2px rgba(0,0,0,.4);
}


50%{
  box-shadow: 0px 0px 2px 3px orange;
}



100%{
box-shadow: 0px 0px 3px 4px rgba(0,0,0,.4);
}
}

/**/

.contact_detalis{
    
    animation: contact-pg 170s infinite;
    color: rgba(0, 0, 0, 0.2);
    background-image: url(../img/txtimg.jpg) ;
    background-position: center;
    text-transform: uppercase;
    background-clip: text;
    -webkit-background-clip: text;
    padding-top: 10px;
}

}

/**/

.fxd_social_icons{
  position: fixed;
  top: 50%;
  right: 0;
  z-index: 99999;
}

.fxd_social_icons a{
  display: block;
  background-color: #E91B23;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  color: #fff;
  border-bottom: 1px dashed #ffffff8a;
}

.fxd_social_icons .phone_view {
  display: none;
}