@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@500;600;700&display=swap');
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  color: #444;
  font-family: 'Quicksand', sans-serif;
  overflow-x: hidden !important;
}

html {
  scroll-behavior: smooth;
  font-family: 'Quicksand', sans-serif;
}

a {
  text-decoration: none !important;
}

::selection {
  background-color: #960202 !important;
  text-shadow: none;
  color: white;
}
/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #fff;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #685c5c;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #685c5c;
}


/**/
.topbar_header {
  background-color: #212121;
  position: relative;
  padding: 7px 0px;
}

.left_side_top_bar a {
  color: rgb(255, 255, 255);
  text-decoration: none;
  font-size: 14px;
  letter-spacing: 0.2px;
  font-weight: 400;
  margin: 0px 5px;
}

.top_bar_gst{
    text-align: right;
  }

    .top_bar_gst b {
      color: #fff;
    font-size: 14px;
      transition: .4s ease-in-out;
      cursor: pointer;
    }

.right_side_top_bar{
  text-align: right;
}


.right_side_top_bar a{
  color: #fff;
  background-color: #353535;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  transition: .4s ease-in-out;
}

.right_side_top_bar a:nth-child(2){
    background-color: #9a0505;
}

.right_side_top_bar a:hover:nth-child(2) {
  background-color: #353535;
}

.right_side_top_bar a:hover{
    background-color: #9a0505;
}

/**/

/**/

.img-brand-b {
  width: 200px;
}

.navbar {
  background-color: white !important;
  border: none !important;
  outline: none !important;
 padding: 0px !important;
box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.navbar {
  background-color: white !important;
  border: none !important;
  outline: none !important;
  position: sticky !important;
  top: 0 !important;
  z-index: 99;
}

.navbar .navbar-nav .active{
  color: #9a0505 !important;
}

.navbar .navbar-nav > li > a  span{
font-size: 12px !important;
}

.navbar .navbar-nav > li > a {
  text-transform: capitalize !important;
  font-weight: 600;
  font-size: 15px;
  color: #504f4f !important;
  transition: 0.4s ease-in-out;
  margin: 0px;
   padding:30px 16px !important;
  display: block !important;
  text-align: center;
  letter-spacing: .3px;

}



.navbar .navbar-nav>li>a:hover{
    color: #9a0505 !important;
   
}


.dropdown:hover > .dropdown-menu {
  display: block;
}

.navbar-nav .dropdown-menu {
  padding: 0;
  margin: 0;
  border: none !important;
  background-color: #9a0505 !important;
  width: 220px;
  border-radius: 0px !important;
}

.navbar-nav .dropdown-menu > li > a {
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 600;
  line-height: 26px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff !important;
  background-color: #9a0505 !important;
  padding: 5px 5px !important;
}

.navbar-nav .dropdown-menu>li>a:hover{
  background-color: #212121 !important;
}

.navbar-nav li:hover>ul.dropdown-menu {
  display: block;
}

.dropdown-submenu {
  position: relative;
  background-color: #212121 !important;
}

.dropdown-submenu>.dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: 0px;
  background-color: rgb(51, 50, 50) !important;
  padding: 0;

}

.dropdown-submenu>.dropdown-menu li>a {
  background-color: #212121 !important;
  color: #fff !important;
  font-size: 14px;
  font-weight: 600;
  text-transform: capitalize;
  letter-spacing: .2px;
  line-height: 27px;
  border-bottom: 1px dotted #807d7d;
  transition: .3s ease-in-out;

}

.dropdown-submenu>.dropdown-menu li>a:hover {
  background-color: #9a0505 !important;
  color: #fff !important;
  font-size: 14px;
  text-transform: capitalize;
  letter-spacing: .2px;
  line-height: 27px;
  border-bottom: 1px dotted #fff !important;
  transition: .3s ease-in-out;

}

.dropdown-submenu span {
  font-size: 12px !important;
  float: right;
  line-height: 30px;
  padding: 0px 2px;
}

.nav_bars_icon{
  list-style: none;
  align-items: center;
  vertical-align: middle;
  margin: 10px 0px;
}

.nav_bars_icon > li > a{
  background-color: #ffffff;
  border: 1px solid #ffffff;
  width: 50px;
height: 50px;
border-radius: 100%;
line-height: 50px;
text-align: center;
color: #212121;
font-weight: 500;
box-shadow: rgba(167, 165, 165, 0.24) 0px 3px 8px;
}

/**/

/*  */

.offcanvas_btn {
  border: none !important;
  border-radius: 0px !important;
  outline: none !important;
  font-size: 23px;
  display: none;
  box-shadow: none !important;
}

/* mobile menu css  */
.offcanvas {
  padding: 0;
  margin: 0;
}

.offcanvas-header {
  border-bottom: 1px solid lightgray;
  background-color: #ffffff;
  padding: 0;
  margin: 0;
}


.offcanvas-header {
  border-bottom: 2px solid #9a0505;
  background-color: #ffffff;
  padding: 5px 15px 5px 10px;
  margin: 0;
  border-top: 2px solid #fff;

}

.offcanvas-header .offcanvas-title img {
  width: 100px;

}

.offcanvas-header button {
  background-color: transparent !important;
  border: none !important;
  outline: none !important;
  border-radius: 0px !important;
  box-shadow: none !important;
  padding: 0px;
}

.offcanvas-header span {
  background-color: #9a0505 !important;
  border: none !important;
  outline: none !important;
  color: #fff !important;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 100px !important;
  font-size: 15px;
}

.offcanvas-body {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  border-radius: 0px !important;
  padding: 0;
  margin: 0;
}

.mobile_navbar .main_ul {
  padding: 0;
  margin: 0;
}


.mobile_navbar .main_ul>li {
  list-style: none;
  border-bottom: 1px solid lightgrey;
  padding: 7px 15px 7px 25px;
  text-transform: uppercase;
}

.mobile_navbar .main_ul>li>a {
  text-transform: capitalize;
  font-size: 15px;
  font-weight: 400;
}

.mobile_navbar .main_ul>li>span {
  float: right;
  padding: 7px 15px 7px 25px;
  font-size: 16px;
  cursor: pointer;
}

.profile_card_body {
  padding: 0;
  margin: 0;
  border: none !important;
}

.profile_card_body>.profile_ul {
  padding: 0;
  margin: 0;
  background-color: #9a0505;
}

.profile_card_body>.profile_ul>li {
  list-style: none;
  border-bottom: 1px solid lightgrey;
  padding: 7px 15px 7px 25px;
  text-transform: capitalize;
}


.profile_card_body>.profile_ul>li>a {
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
}

/*  */

.prodct_menu_cardbody {
  padding: 0;
  margin: 0;
  border: none !important;
}

.prodct_menu_cardbody>.product_menu_ul {
  padding: 0;
  margin: 0;
  background-color: #212121;
}

.prodct_menu_cardbody>.product_menu_ul>li {
  list-style: none;
  border-bottom: 1px solid lightgrey;
  padding: 7px 15px 7px 25px;
  text-transform: capitalize;
}


.prodct_menu_cardbody>.product_menu_ul>li>a {
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
}

.prodct_menu_cardbody > .product_menu_ul > li  > span {
  float: right;
  padding: 7px 15px 7px 25px;
  font-size: 14px;
  color: #fff !important;
  cursor: pointer;
}


.prodct_submenu_cardbody > .submenu_ul > li > span{
  float: right;
    padding: 7px 15px 7px 25px;
    font-size: 14px;
    color: #fff !important;
    cursor: pointer;
}


/*  */


/*  */

.prodct_submenu_cardbody {
  padding: 0;
  margin: 0;
  border: none !important;
}

.prodct_submenu_cardbody>.submenu_ul {
  padding: 0;
  margin: 0;
  background-color: #9a0505;
}


.prodct_submenu_cardbody>.submenu_ul2 {
  padding: 0;
  margin: 0;
  background-color: #212121;
}

.prodct_submenu_cardbody>.submenu_ul>li {
  list-style: none;
  border-bottom: 1px solid lightgrey;
  padding: 7px 15px 7px 25px;
  text-transform: capitalize;
}


.prodct_submenu_cardbody>.submenu_ul>li>a {
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 400;
  color: #fff;

}

.prodct_submenu_cardbody li a span {
  float: right;
  padding: 7px 15px 7px 25px;
}

.mobile_navbar .main_ul>li>a {
  color: #636161 !important;
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
  letter-spacing: .3px;

  white-space: normal;
}

/*  */

/*  */
.offcanvas_conatct_div {
  padding: 7px 15px 7px 25px;


}

.offcanvas_conatct_div p {
  font-size: 14px;
  line-height: 26px;
  font-weight: 500;
}

.followus_div b {
  color: #000;
  text-transform: capitalize;
}

.followus_div>li {
  display: inline-block;
}

.followus_div>li>a {
  margin: 0px 1px;
}

.followus_div>li:nth-child(1)>a {
  color: #DE333D;
  margin: 0px 10px 0px 0px;
  width: 40px;
  line-height: 40px;
  height: 40px;
  text-align: center;
  background-color: #fff;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 100px;
  font-size: 20px;
  cursor: default;
}

.followus_div>li:nth-child(2)>a {
  background-color: #3b5998;

  width: 30px;
  line-height: 30px;
  height: 30px;
  text-align: center;
  color: #fff;
  font-size: 15px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;

}

.followus_div>li:nth-child(3)>a {
  background-color: #962fbf;

  width: 30px;
  line-height: 30px;
  height: 30px;
  text-align: center;
  color: #fff;
  font-size: 15px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
 
}

.followus_div>li:nth-child(4)>a {
  background-color: #c4302b;
 
  width: 30px;
  line-height: 30px;
  height: 30px;
  text-align: center;
  color: #fff;
  font-size: 15px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
 
}

.offcanvas_conatct_div b {
  color: #9a0505;
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 600;
}

.offcanvas_conatct_div p a {
  display: block;
  color: rgb(51, 50, 50);
  font-size: 14px;
  line-height: 28px;
  font-weight: 500;

}

.offcanvas_conatct_div p strong {
  font-size: 14px;
  color: gray;
}

.offcanvas_ti h3 {
  font-size: 20px;
  background-color: #212121;
  padding: 0px 15px 0px 25px;
  color: #fff;
  text-transform: capitalize;
}

/*  */

.mobile_banner{
  display: none;
}

/*AB CSS*/

.about_section {
  padding-top: 60px;
}

.ab_img_left_side {
  text-align: center;
  margin: auto;
  width: 100%;
  position: relative;
  margin-bottom: 20px;
}

.ab_img_left_side img {
  width: 100%;
  text-align: center;
}


.ab_right_side_txt h1 {
  font-weight: normal;
  font-size: 25px;
  color: #212121;
  font-weight: 700;
}


.ab_p_txt p {
  font-size: 15px;
  line-height: 29px;
  text-align: justify;
  color: #5f5e5e;
  margin-bottom: 8px;
}

.ab_p_txt p strong {
  color: #252525;
}

.about_page_txt_p  p strong {
   color: #252525;
 }

.yera_div {
  float: right;
}

.yera_div p {
  background-color: #fff;
  padding: 10px 20px 10px 20px;
  color: #9a0505;
  text-transform: capitalize;
  border-radius: 10px;
border: 1px solid #7c7b7b;
  font-size: 15px;
  letter-spacing: .3px;
  font-weight: 700;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  transition: .4s ease-in-out;
}

.yera_div:hover p{
  background-color: #9a0505;
  color: #fff !important;
  border: 1px solid #fff;
}

/*AB CSS*/

/**/

.product_section {
  margin-top: 50px;

  background-image: url(../img/a2.png);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.pro_over_bg {
background-color: rgb(0 0 0 / 92%);
  padding-top: 10px;
  padding-bottom: 50px;
}

.product_head_ti {
  margin-bottom: 30px;
  text-align: center;
}
.product_head_ti h2 {
  color: #fff;
  text-transform: capitalize;
  padding-top: 30px;
}

.product_head_ti h3 {
  color: #fff;
  text-transform: capitalize;
  padding-top: 30px;
}

.product_head_ti span {
  color: lightgray;
}


.most_products_m_div img {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

figure.snip1104 {

  position: relative;
  overflow: hidden;
  margin: 10px;
  height: 100%;
  width: 100%;
  background: #000000;
  color: #ffffff;
  text-align: center;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}

figure.snip1104 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

figure.snip1104 img {
  max-width: 100%;
  position: relative;
  opacity: 0.4;
}

figure.snip1104 figcaption {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

figure.snip1104 h2 {
  position: absolute;
  left: 40px;
  right: 40px;
  display: inline-block;
  background: #000000;
  -webkit-transform: skew(-10deg) rotate(-10deg) translate(0, -50%);
  transform: skew(-10deg) rotate(-10deg) translate(0, -50%);
  padding: 12px 5px;
  margin: 0;
  top: 50%;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
}

figure.snip1104 h2 span {
  font-weight: 500;
  font-size: 15px;
}

figure.snip1104:before {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  content: "";
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: rotate(90deg) translateY(-50%);
  transform: rotate(90deg) translateY(-50%);
}

figure.snip1104 a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
}

figure.snip1104.blue {
  background: #123851;
}

figure.snip1104.blue h2 {
  background: #0a212f;
}

figure.snip1104.red {
  background: #581a14;
}

figure.snip1104.red h2 {
  background: #9b1010;
}

figure.snip1104.yellow {
  background: #7f5006;
}

figure.snip1104.yellow h2 {
  background: #583804;
}

figure.snip1104:hover img,
figure.snip1104.hover img {
  opacity: 1;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

figure.snip1104:hover h2,
figure.snip1104.hover h2 {
  -webkit-transform: skew(-10deg) rotate(-10deg) translate(-150%, -50%);
  transform: skew(-10deg) rotate(-10deg) translate(-150%, -50%);
}

figure.snip1104:hover:before,
figure.snip1104.hover:before {
  -webkit-transform: rotate(110deg) translateY(-150%);
  transform: rotate(110deg) translateY(-150%);
}

.owl-prev {
  font-size: 25px !important;
  box-shadow: none !important;
  background-color: #a42424 !important;
  color: #fff !important;
  outline: none !important;
  width: 25px !important;
  height: 25px !important;
  line-height: 25px !important;
  text-align: center !important;
  border-radius: 100% !important;
  position: absolute;
  top: 45%;
  left: 0;
}

.owl-next {
  font-size: 25px !important;
  box-shadow: none !important;
  background-color: #a42424 !important;
  color: #fff !important;
  outline: none !important;
  width: 25px !important;
  height: 25px !important;
  line-height: 25px !important;
  text-align: center !important;
  position: absolute;
  top: 45%;
  right: 0;
  border-radius: 100% !important;
}

/**/

/*Thumbnail Background*
.thumb {
  width: 400px; height: 300px; margin: 70px auto;
  perspective: 1000px;
}
.thumb a {
  display: block; width: 100%; height: 100%;
  /*double layered BG for lighting effect*
  background: 
    linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), 
    url("../images/pro1.png");
  /*disabling the translucent black bg on the main image*
  background-size: 0, cover;
  /*3d space for children*
  transform-style: preserve-3d;
  transition: all 0.5s;
}
.thumb:hover a {transform: rotateX(80deg); transform-origin: bottom;}
/*bottom surface *
.thumb a:after {
  /*36px high element positioned at the bottom of the image*
  content: ''; position: absolute; left: 0; bottom: 0; 
  width: 100%; height: 36px;
  /*inherit the main BG*
  background: inherit; background-size: cover, cover;
  /*draw the BG bottom up*
  background-position: bottom;
  /*rotate the surface 90deg on the bottom axis*
  transform: rotateX(90deg); transform-origin: bottom;
}
/*label style*
.thumb a span {
  color: white; text-transform: uppercase;
  position: absolute; top: 100%; left: 0; width: 100%;
  font: bold 12px/36px Montserrat; text-align: center;
  /*the rotation is a bit less than the bottom surface to avoid flickering*
  transform: rotateX(-89.99deg); transform-origin: top;
  z-index: 1;
}
/*shadow*
.thumb a:before {
  content: ''; position: absolute; top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0, 0, 0, 0.5); 
  box-shadow: 0 0 100px 50px rgba(0, 0, 0, 0.5);
  transition: all 0.5s; 
  /*by default the shadow will be almost flat, very transparent, scaled down with a large blur*
  opacity: 0.15;
  transform: rotateX(185deg) translateZ(-80px) scale(0.75);
  transform-origin: bottom;
}
.thumb:hover a:before {
  opacity: 1;
  /*blurred effect using box shadow as filter: blur is not supported in all browsers*
  box-shadow: 0 0 25px 25px rgba(0, 0, 0, 0.5);
  /*pushing the shadow down and scaling it down to size*
  transform: rotateX(0) translateZ(-60px) scale(0.85);
}

/**/

.fixed_section {
  background-image: url(../img/img.jpg);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  height: 400px;
  width: 100%;
}

.fixed_overlay_bg {
  background-color: rgba(0, 0, 0, 0.7);
  padding-top: 10px;
  padding-bottom: 50px;
  height: 400px;
  width: 100%;
}

/**/

/*why choose us css*/

/**/

.whychooseus_section {
  background-color: rgb(255, 255, 255);
  margin-top: 50px;
    margin-bottom: 50px;
}

.left_side_whyus_head_ti {
  padding-top: 27px;
  padding-bottom: 18px;
}

.left_side_whyus_head_ti h3 {
  text-transform: capitalize;
  color: #212121;
  font-weight: 700;
}

.left_side_whyus_head_ti p {
  font-size: 15px;
  color: gray;
}

.left_side_whyus_head_ti b {
  color: #9b1010;
  letter-spacing: 0.4px;
}

.whychooseus_media_txt h4 {
  color: #3d3a3a;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 700;
}

.whychooseus_media_txt p {
  color: rgb(88, 87, 87);
  font-family: "Nunito", sans-serif !important;
  font-size: 14px;
  margin-top: 0px;
  line-height: 28px;
  font-weight: 500;
}

.whychooseus_media_txt .fa {
box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 100px;
  color: #464444;
  font-size: 20px;
  background-color: #fff;
}

.right_side_whychoose_us {
  text-align: center;
  margin: auto;
  width: 100%;
}

.right_side_whychoose_us img {
  margin: auto;
  text-align: center;

background-color: #fff;
padding: 10px;
}

/**/

/*why choose us css*./



/**/

.about_count_sec {
  background-image: url(../img/whyusimg5.jpg);
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: 20px;
}

.about_count_sec_ovrbg {
  background-color: rgba(0, 0, 0, 0.8);
  padding-top: 50px;
  padding-bottom: 20px;
}

.count_about {
  margin-bottom: 20px;
}

.count_about h1 {
  color: white;
  text-transform: uppercase;
  text-align: center;
  font-size: 25px;
}

.count_about p {
  color: white;
  text-align: center;
  font-size: 15px;
  letter-spacing: 0.3px;
  line-height: 25px;
}

.cout_text_div {
  background-color: rgba();
  text-align: center;
  padding-top: 20px;
  padding-bottom: 10px;
background-color: #ffffff0c;
  margin-bottom: 30px;
  border-radius: 10px;

}

.cout_text_div .fa {
  background-color: #0000008f;
  height: 65px;
  width: 65px;
  line-height: 65px;
  text-align: center;
  color: #fff;
  font-size: 25px;
  border-radius: 100%;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.cout_num_plus {
  color: white;
  font-size: 40px;
}

.plus_div {
  color: white;
  font-size: 40px;
}

.cout_text_div p b {
  color: white;
  font-weight: 500;
  text-transform: capitalize;
  letter-spacing: 0.3px;
}

/**/

/*how*/
.how_to_work_section {
  background-color: rgba(241, 241, 241);
  margin-top: 30px;
  margin-bottom: 30px;
  border-radius: 2px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.how_to_work_headt_ti {
  padding-bottom: 10px;
}

.how_to_work_headt_ti h3 {
  color: #212121;
  font-weight: 700;
}

.how_to_work_headt_ti h4 {
  color: #212121;
  font-weight: 700;
}

.how_to_work_txt_div {
  background-color: #fff;
  padding: 15px;
  border-bottom: 2px solid #9b1010;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  margin-bottom: 20px;
  height: 210px;
}

.how_to_work_txt_div h5 {
  padding-top: 5px;
  padding-bottom: 3px;
  font-size: 18px;
  text-transform: capitalize;
  color: #212121;
  font-weight: 600;
}

.how_to_work_txt_div p {
  font-size: 15px;
  line-height: 28px;
  font-weight: 500;
}

/**/

/**/

.testomonials_section {
  margin-top: 30px;
  margin-bottom: 30px;
  width: 100%;
  background-image: url(../img/a3.png);
  background-position: center center;
  background-attachment: fixed;
  display: none !important;

  background-size: cover;
}

.testomonials_overlay_bg {
  background-color: rgba(0, 0, 0, 0.9);
  padding-top: 30px;
  padding-bottom: 30px;
}

.testomonials_head_ti {
  text-align: center;
}

.testomonials_head_ti b {
  color: #fff;
  text-transform: capitalize;
  font-family: "Nunito", sans-serif !important;
  font-weight: 500;
  padding-left: 10px;
  padding-bottom: 20px;
  letter-spacing: 0.3px;
  font-size: 30px;
}

.testomonials_head_ti p {
  font-size: 15px;
  color: rgb(206, 203, 203);
}

.testimonials_img_div {
  width: 100px;
  height: 100px;
  border-radius: 100%;
}

.testimonials_img_div img {
  border-radius: 100%;
  object-fit: cover;

  width: 100px;
  height: 100px;
}

.testimonials_txt_div {
  text-align: center;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 20px;
  transition: 0.4s ease-in-out;
}

.testimonials_txt_div:hover {
  text-align: center;
  background-color: rgba(255, 255, 255);
  padding: 20px;

  transition: 0.4s ease-in-out;
}

.testimonials_txt_div b {
  color: white;
  margin-top: 15px !important;
  font-size: 16px;
  font-weight: normal;
  font-weight: 600;
}

.testimonials_txt_div b {
  color: #212121;
  transition: 0.4s ease-in-out;
  font-weight: 600;
}

.testimonials_txt_div p {
  color: #212121;
  transition: 0.4s ease-in-out;
  font-size: 14px;
    font-weight: 600;
}

.testimonials_p {
  font-family: "Nunito", sans-serif !important;
  font-size: 15px;
  line-height: 25px;
}

.product_section .owl-prev {
  font-size: 15px !important;
  box-shadow: none !important;
  background-color: #9a0505 !important;
  color: #fff !important;
  outline: none !important;
  width: 25px !important;
  height: 25px !important;
  line-height: 25px !important;
  text-align: center !important;
  border-radius: 100% !important;
  position: absolute;
  top: 45%;
  left: 0;
}

.product_section .owl-next {
  font-size: 15px !important;
  box-shadow: none !important;
  background-color: #9a0505 !important;
  color: #fff !important;
  outline: none !important;
  width: 25px !important;
  height: 25px !important;
  line-height: 25px !important;
  text-align: center !important;
  position: absolute;
  top: 45%;
  right: 0;
  border-radius: 100% !important;
}

/**/

/**/
.brand_section {
  margin-top: 20px;
  margin-bottom: 10px;
display: none;
  padding-top: 6px;
  padding-bottom: 15px;
}

.brand_section_main {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-top: 6px;
  padding-bottom: 15px;
}

.brand-head-ti h1 {
  font-size: 27px;
  color: #212121;
  text-transform: capitalize;
  text-align: center;
  padding-bottom: 15px;
  font-weight: 700;
}

/**/

/*-- Page Title --*/

.page-title-area-section {
  background-image: url(../images/allbnimg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  background-position: center;
}

.page-title-area {
  background-color: rgba(0, 0, 0, 0.7);
  padding-top: 70px;
  padding-bottom: 70px;
  text-align: center;
  position: relative;
}

.page-title-area img {
  position: absolute;
  left: 0;
  right: 0;
  top: 87px;
  margin-left: auto;
  margin-right: auto;
  max-width: 540px;
  opacity: 0.2;
}

.page-title-area .page-title-content {
  position: relative;
}

.page-title-area .page-title-content h1 {
  font-weight: 600;
  font-size: 24px;
  color: lightgray;
  margin-bottom: 14px;
  text-transform: capitalize;
  letter-spacing: 0.4px;
}

.page-title-area .page-title-content ul {
  margin: 0;
  padding: 0;
}

.page-title-area .page-title-content ul li {
  list-style-type: none;
  display: inline-block;
  color: #ffffff;
  font-size: 15px;
  text-transform: capitalize;
}

.page-title-area .page-title-content ul li a {
  color: #ffffff;
}

.page-title-area .page-title-content ul li a:hover {
  color: #fff;
}

.page-title-area .page-title-content ul li i {
  display: inline-block;
  font-size: 22px;
  position: relative;
  top: 4px;
}

/*-- End Page Title --*/

/**/
.about_page_section {
  margin-top: 55px;
  margin-bottom: 15px;
}


.about_page_txt_p h1 {
  color: #212121;
  text-transform: capitalize;

  font-weight: 700;
}

.about_page_txt_p p {
font-size: 15px;
  line-height: 29px;
  text-align: justify;
  color: #5f5e5e;
  margin-bottom: 8px;

}
/**/

/*contact page css*/

.contact_page_section {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: rgba(241, 241, 241, 0.5);
}

.conatc_main_div {
  text-align: center;
  background-color: #fff;
  padding: 20px;
}

.contact_page_icons a {
  background-color: #f0eeee;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  border-radius: 100%;
  font-size: 30px;
  color: #696767;
  margin-bottom: 10px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.contact_page_icons p {
  color: rgba(0, 0, 0, 0.6);
  font-size: 20px;
  font-weight: 600;
  text-transform: capitalize;
  margin-top: 10px;
}

.contact_ab_txt {
  text-align: center;
}

.contact_ab_txt p {
  font-size: 15px;
  color: gray;
  line-height: 27px;
  font-weight: 500;
}

.contact_email_txt {
  text-align: center;
}

.contact_email_txt a {
  color: gray;
  line-height: 27px;
    font-weight: 500;
}

.contact_page_phone_txt {
  text-align: center;
}

.contact_page_phone_txt a {
  display: block;
  line-height: 25px;
  color: gray;
  line-height: 27px;
    font-weight: 500;
}

.map_section_contact_page {
  margin-top: 50px;
  margin-bottom: 20px;
}

.contact_page_form_head_ti {
  padding-bottom: 4px;
}

.contact_page_form_head_ti h3 {
  color: rgb(85, 84, 84);
  text-transform: capitalize;
  letter-spacing: 0.2px;
  font-size: 20px;
  font-weight: 700;
}

.contact_page_form_div input,
textarea {
  margin-bottom: 15px;
 
  box-shadow: none !important;
  border-radius: 0px !important;
}

.contact_page_form_div .btn_contact{
  background-color: #9a0505;
  padding: 10px 20px 10px 20px;
  border-radius: 0px !important;
  outline: none !important;
  color: #fff;
  text-transform: capitalize;
}


/*contact page css*/

/*aNGLO CSS*/

.anglo_section {
  margin-top: 30px;
  margin-bottom: 30px;
  background-color: rgba(241, 241, 241, 0.5);
  padding-top: 30px;
  padding-bottom: 30px;
}

.anglo_head_ti h3 {
  text-transform: capitalize;
  color: #9b1010;
  padding-bottom: 20px;
}

.brand_img_div_main {
  text-align: center;
  margin: auto;
  width: 100%;
  transition: 0.4s ease-in-out;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}

.brand_img_div_main img {
  width: 100%;
  transition: 0.4s ease-in-out;
  filter: brightness(80%);
}

.brand_img_overlay_div {
  background-color: rgba(155, 16, 16, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: -100%;
  right: 0;
  position: absolute;
  transition: 0.3s ease-in-out;
  cursor: pointer;
}

.brand_img_div_main:hover .brand_img_overlay_div {
  left: 0;
  transition: 0.3s ease-in-out;
}

.brand_img_search_icon_div {
  position: absolute;
  top: 45%;
  left: 0;
  right: 0;
  transition: 0.6s ease-in-out;
  transform: scale(0);
}

.brand_img_div_main:hover .brand_img_search_icon_div {
  transform: scale(1.1, 1.1);
  transition: 0.6s ease-in-out;
}

.brand_img_search_icon_div a {
  background-color: white;
  width: 45px;
  line-height: 45px;
  height: 45px;
  text-align: center;
  font-size: 20px;
  color: rgba(155, 16, 16);
  border-radius: 5px;
}

/*aNGLO CSS*/

/**/

.pro_details_section {
  background-color: rgba(211, 211, 211, 0.4);
  padding-top: 50px;
  padding-bottom: 50px;
  margin-top: 60px;
  margin-bottom: 30px;
}

.prodistext h3 {
  background-color: #980808;
  color: white;
  text-align: center;
  padding: 5px;
  border-radius: 3px;
  text-transform: capitalize;
  font-size: 18px;
}

.prodistext b {
  color: #980808;
  text-transform: uppercase;
}

.disimg {
  text-align: center;
  margin: auto;
}

.disimg img {
  filter: brightness(90%);
}

/**/

/**/

.main_div_all_name {
  text-align: center;
  overflow-x: hidden;
}

.main_div_all_name a {
  display: inline-block;
  margin: 10px;
  background-color: #e7eaed;
  color: rgba(0, 0, 0, 0.5);
  padding: 8px 16px 8px 16px;
  border-radius: 3px;
  width: 500px;
  text-transform: capitalize;
  font-size: 15px;
  font-weight: 410;
  transition: 0.4s ease-in-out;
}

.main_div_all_name a:hover {
  display: inline-block;
  margin: 10px;
  background-color: #980808;
  color: #fff;
  padding: 8px 16px 8px 16px;
  border-radius: 3px;

  text-transform: capitalize;
  font-size: 15px;
  font-weight: 410;
  transition: 0.2s ease-in-out;
}

.main_div_all_name a:focus {
  display: inline-block;
  margin: 10px;
  background-color: #00fa9a;
  color: #fff;
  padding: 8px 16px 8px 16px;
  border-radius: 3px;

  text-transform: capitalize;
  font-size: 15px;
  font-weight: 410;
  transition: 0.2s ease-in-out;
}

.all_head_title h3 {
  text-align: center;
  padding-bottom: 10px;
  padding-top: 10px;
  color: #980808;
}

/**/

.banner_inner_section {
  margin-top: 40px;
  margin-bottom: 40px;
}

.banner_bottom_inner_text p {
  font-size: 15px;
  color: gray;
  line-height: 26px;
  text-align: justify;
}

.banner_bottom_inner_text h2 {

  font-size: 20px;
  color: #980808;
  text-transform: capitalize;
}


/*  */

/*  */

.products_div_slider{
  position: relative;
  overflow: hidden;
}

.overlay_pro_slide_icon{
  position: absolute;
  top: 0;
  right:0;
}
/*  */

.overlay_pro_slide_icon a {
  background-color: #6b6969;
  width: 26px;
  height: 26px;
  text-align: center;
  line-height: 26px;

  color: #ffffff;
  font-size: 16px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

/*  */

/*  */

.products_section_pro{
  padding-top: 50px;
  padding-bottom: 50px;
}

.products_main_div_box_in{
  position: relative;
  overflow: hidden;
  background-color: #fff;
  padding: 10px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  margin-bottom: 20px;
}

.product_img_box_x{
  position: relative;
    overflow: hidden;
    transition: .4s ease-in-out;
    text-align: center;
}

.product_img_box_x img{
  margin: auto;
}

.product_img_name{
  text-align: center;
}

.product_img_name h2 a{
  color: #212121;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 600;

}

.product_in_ovr{
  position: absolute;
  top: 0;
  right:0;
}

.product_in_ovr a{
  background-color: #6b6969;
    width: 26px;
    height: 26px;
    text-align: center;
    line-height: 26px;
  
    color: #ffffff;
    font-size: 16px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

/*  */

/**/
.footer {
  background: url(../footer/fbg.jpg);

  background-position: center;
  margin-top: 30px;
}


/*  */

.footer-top {
  padding-top: 60px;
  padding-bottom: 30px;
margin-top: 60px;
}

.footer_logo_div {
  text-align: center;
  margin-top: -100px;
  background-color: #fff;
  padding: 5px 0px;
border-bottom-left-radius: 100px;
  border-bottom-right-radius: 100px;
overflow: hidden;
  margin-bottom: 40px;
  border-top: 5px solid #fff;
  border-left: 5px solid #fff;
  border-right: 5px solid #fff;
  border-bottom: 5px solid #fff;
  position: relative;
box-shadow: rgba(253, 253, 255, 0.2) 0px 7px 29px 0px;
}

.footer_logo_div img {
  width: 170px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  margin: 0px 5px;

}

.main_div_footer {
  margin-bottom: 10px;
}

.main_div_footer img {
  width: 200px;
  margin-bottom: 8px;
}

.main_div_footer .fa {
  background-color: #201f1f;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

.footer_num_div a {
  color: #8f8f8f;
  display: block;
  font-size: 15px;
  line-height: 30px;
 
}


.footer_num_div a:hover {
  color: #fff;
  display: block;
  font-size: 15px;
}

.footer_num_div p {
  color: #8f8f8f;
  font-size: 15px;
 
}

.main_div_footer h5 {
  color: #fff;
  text-transform: capitalize;
  padding-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
 
}

.footer_usefull_link {
  margin-bottom: 20px;
}

.footer_usefull_link h5 {
  color: #fff;
  text-transform: capitalize;
  padding-bottom: 13px;
  font-size: 18px;
    font-weight: 700;
 
}

.footer_usefull_link ul{
  list-style: none;
  padding: 0px;
}

.footer_usefull_link li {
  line-height: 45px;
  border-bottom: 1px dashed #212121;
}

.footer_usefull_link li a {
  color: #8f8f8f;
  font-size: 15px;
  letter-spacing: .3px;
 
}


.footer_usefull_link li a:hover {
  color: #fff;
  font-size: 15px;
  letter-spacing: .3px;
}


.footer_usefull_link li:before {
  position: relative;
  content: '\2699';
  margin-right: 4px;
  font-weight: bold;
  color: #7e7a7a;
  top: 1px;
  font-size: 15px;
}

.footer_usefull_link b {
  letter-spacing: 1px;
}

.footer_social_icon {
  margin-top: 5px;
}

.footer_social_icon a {
  background-color: #201f1f;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  margin: 0px 2px;
}


/*  */

.copyright-wrap{
  background-color: #9a0505;
  padding-top: 11px;
}

.copyright-wrap p{
  color: #fff;
}
.copyright-wrap p a{
  color: #fff !important;
  font-weight: 700;
}

/**/

/**============media   **/

@media (max-width:767px) {

  .how_to_work_txt_div{
    height: auto !important;
  }

  .bottom_copyright_sec {
    background-color: #9a0505;
    padding-bottom: 50px !important;
  }

  .main_div_all_name a {
    display: inline-block;
    margin: 10px;
    background-color: #e7eaed;
    color: rgba(0, 0, 0, 0.5);
    padding: 8px 16px 8px 16px;
    border-radius: 3px;
    width: 100% !important;
    text-transform: capitalize;
    font-size: 15px;
    font-weight: 410;
    transition: 0.4s ease-in-out;
  }

  .ab_p_txt p {
    font-size: 15px !important;
    line-height: 26px;
    text-align: justify;
  }

  .yera_div p {
    font-size: 15px !important;
  }

  .navbar .navbar-nav > li > a {
    text-transform: uppercase !important;
    font-weight: 500;
    font-size: 14px;
    color: #a11d1d !important;
    transition: 0.4s ease-in-out;
    margin: 10px;

    /*background-image: url(../img/navimg3.png);*/
    /*background-position: center;*/
    /*background-repeat: no-repeat;*/
    /*background-size: cover;*/
    display: block !important;
    text-align: center;
    width: 120px;
    background-color: rgba(224, 224, 224, 0.2);
  }

  .navbar .navbar-nav > li > a:hover {
    text-transform: uppercase !important;
    font-weight: 400;
    font-size: 14px;
    color: white !important;
    transition: 0.4s ease-in-out;
    display: block !important;
    text-align: center;
    width: 120px;
    background-image: url(../img/navimg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .navbar-nav .dropdown-menu > li > a {
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 500;
    line-height: 26px;
    margin: 7px;
    border-bottom: 1px solid rgba(152, 8, 8, 0.3);
    color: rgba(0, 0, 0, 0.6);
  }

  /**/
  .mobile_banner {
    display: block !important;
  }

  .desktop_banner {
    display: none !important;
  }

  .topbar_header {
    display: none;
  }

  .right_side_whychoose_us {
    display: none;
  }

  .bn_img img {
    height: 100vh;
    width: 100%;
    object-fit: cover;
  }

  #Whatsapp-phone {
    display: block !important;
  }

  #callphone {
    display: block !important;
  }
}

/**=======media **/

#error_message {
  background-color: #980808;
  margin: 10px;
  text-align: center;
  padding: 0px;
  font-style: 14px;
  transition: 0.4s ease-in-out;
  color: white;
  text-transform: capitalize;
}

.btn_dt_m_div {
  margin-top: 50px;
  text-align: center;
}

.btn_dt_m_div a:first-child {
  margin: 0px 6px;
  background-color: #980808;
  color: white;
  padding: 8px 16px 8px 16px;
  border-radius: 2px;
  transition: 0.4s ease-in-out;
}

.btn_dt_m_div a:hover:first-child {
  margin: 0px 6px;
  background-color: #000;
  color: white;
  padding: 8px 16px 8px 16px;
  border-radius: 2px;
  transition: 0.4s ease-in-out;
}

.btn_dt_m_div a:last-child {
  margin: 0px 6px;
  background-color: #000;
  color: white;
  padding: 8px 16px 8px 16px;
  border-radius: 2px;
  transition: 0.4s ease-in-out;
}

.btn_dt_m_div a:hover:last-child {
  margin: 0px 6px;
  background-color: #980808;
  color: white;
  padding: 8px 16px 8px 16px;
  border-radius: 2px;
  transition: 0.4s ease-in-out;
}

/* page css */
.premium_page_section{
background-color: #fff;
padding-top: 40px;
  padding-bottom: 10px;
 
}

.premium_page_section{
  background-color: #fff;
   border-bottom: 2px solid #f0eded;
    padding: 10px;
    margin-bottom: 30px;
}

.premium_page_hed_ti{
  padding-top: 30px;
    padding-bottom: 10px;

}

.premium_page_hed_ti p strong{
  color: #9a0505;
}

.premium_page_hed_ti h2{
  color: #9a0505;
  font-weight: 700;
  font-size: 25px;
}



.premium_page_hed_ti h2 span{
  color: #252525;
}

.premium_page_hed_ti p{
  line-height: 27px;
  font-size: 15px;
  font-weight: 500;
}

.premium_page_table_main_div{
  overflow-x: auto !important;
  
}

.premium_page_table_main_div h3{
  color: #212121;
  font-weight: 700;
  font-size: 22px;
  padding-bottom: 5px;
}

.premium_page_table_main_div h3 a{
  color: #212121;
  font-weight: 700;
  font-size: 22px;
  padding-bottom: 5px;
}

.premium_page_table_main_div tr th, td{
text-align: center;
vertical-align: middle;
text-transform: capitalize;
background-color: #9a0505;
font-weight: 600;
font-size: 14px;

}

.premium_page_table_main_div tr th{
  font-size: 14px;
  color: #fff;
}


.premium_page_table_main_div tr td .img_td img{
width: 10px !important;
}

.premium_page_img_div{
text-align: center;
margin: auto;
margin-bottom: 20px;

position: relative;

}

.premium_overly_catalogue{
  background-color: #202020;
  padding-top: 5px;
    padding-bottom: 5px;
}

.premium_overly_catalogue a{
  color: #fff;
  font-size: 15px;
}

.premium_page_img_div img{
filter: brightness(96%);

}



.premium_page_table_main_div tr .contactus_td{
  background-color: #212121;
  color: #fff !important;
}

.premium_page_table_main_div tr .contactus_td a{

  color: #fff !important;
}

.overlay_zoom_div{
  position: absolute;
  top: 0;
  right:0;

}

.overlay_zoom_div a{
  background-color: #6b6969;
  width: 26px;
  height: 26px;
  text-align: center;
  line-height: 26px;

  color: #ffffff;
  font-size: 16px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  }

/* page css */


/* inner page css  */

.inner_page_tisection_bred{
  padding-top: 10px;
  padding-bottom: 0px;
  background-color: #f7f7f7;
}

.page_ti_inner_page ul{
  list-style: none;

}
.page_ti_inner_page li{
  list-style: none;
  display: inline;
 
}


.page_ti_inner_page li a{
  color: #212121;
  font-weight: 600;
  font-size: 15px;
}

.page_ti_inner_page li.active{
  color: #9a0505;
}

.page_ti_inner_page li:nth-child(3) a{
  cursor:default;
}

.available_brand_sec{
  padding-top: 10px;
}

.avalable_barnd_div_main{
  text-align: center;
}

.avalable_barnd_div_main p b{
  text-transform: capitalize;
  margin: 0px 10px;
}

.avalable_barnd_div_main p img{
  width: 100px;
  border-radius: 10px;
}

.innerdt_page_section {
  background-color: #fff;
  padding-top: 40px;
  padding-bottom: 50px;

}

.inner_head_ti_titile {

  padding-bottom: 10px;

}

.inner_head_ti_titile ul{
  list-style: square;
  padding: 0px 20px;
}

.inner_head_ti_titile li{
  line-height: 30px;
  font-weight: 600;
}

.inner_head_ti_titile h1 {
  color: #9a0505;
  font-weight: 700;
  font-size: 25px;
}



.inner_head_ti_titile h1 span {
  color: #252525;
}


.inner_head_ti_titile h2 {
  color: #9a0505;
  font-weight: 700;
  font-size: 25px;
}



.inner_head_ti_titile h2 span {
  color: #252525;
}

.inner_head_ti_titile p {
  line-height: 27px;
  font-size: 15px;
  font-weight: 500;
}

.inner_head_ti_titile p strong{
  color: #9a0505;
}

.inner_page_page_img_div {
  text-align: center;
  margin: auto;
  margin-bottom: 20px;

  position: relative;

}

.inner_page_page_img_div img {
  filter: brightness(96%);
  
}

.inner_page_overly_catalogue {
  background-color: #202020;
  padding-top: 5px;
  padding-bottom: 5px;
}

.inner_page_overly_catalogue a {
  color: #fff;
  font-size: 15px;
}

.inner_page_overlay_zoom_div {
  position: absolute;
  top: 0;
  right: 0;

}

.inner_page_overlay_zoom_div a {
background-color: #525050;
  width: 26px;
  height: 26px;
  text-align: center;
  line-height: 26px;

  color: #ffffff;
  font-size: 16px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.inner_page_page_table_main_div {
  overflow-x: auto !important;

}

.inner_page_page_table_main_div h3 {
  color: #212121;
  font-weight: 700;
  font-size: 22px;
  padding-bottom: 5px;
}

.inner_page_page_table_main_div h3 a {
  color: #212121;
  font-weight: 700;
  font-size: 22px;
  padding-bottom: 5px;
}

.inner_page_page_table_main_div tr th,
td {
  text-align: center;
  vertical-align: middle;
  text-transform: capitalize;
  background-color: #9a0505;
  font-weight: 600;
  font-size: 14px;

}

.inner_page_page_table_main_div tr th {
  font-size: 14px;
  color: #fff;
}

.inner_page_page_table_main_div tr .contactus_td {
  background-color: #212121;
  color: #fff !important;
}

.inner_page_page_table_main_div tr .contactus_td a {

  color: #fff !important;
}

/* inner page css end */


/* side bar offcanvas css */
.side_abr_aboutdi{
 padding: 15px;
  
}

.side_abr_aboutdi h2{
  text-transform: capitalize;
  font-weight: 600;
  font-size: 23px;
}

.side_abr_aboutdi p{
  color: gray;
  font-size: 15px;
  line-height: 28px;
}

.side_abr_aboutdi p > a{
  color: #9a0505;
  font-weight: 700;
}

.sidebar_gst{
  color: #0f0f0f;
  font-weight: bold;
}

.sidebar_gst strong{
  color: #000 !important;
}

.phone_gst{
  color: #9a0505 !important;
font-weight: bold;
font-size: 15px !important;
}

.side_abr_aboutdi .d-flex{
  margin-bottom: 10px;
}

.side_abr_aboutdi .d-flex .flex-shrink-0 span{
  background-color: #ffffff;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  color: #212121;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.side_abr_aboutdi .d-flex .flex-grow-1 h4{
  font-size: 16px;
  color: #9a0505;
  font-weight: 700;
}

.side_abr_aboutdi .d-flex .flex-grow-1 p{
  color: #5f5e5e;
  font-size: 14px;
}

.side_abr_aboutdi .d-flex .flex-grow-1 p a{
  display: block;
  color: #212121;
  font-size: 15px;
}

.marque_side_bar{
  border-top: 1px dashed rgb(206, 203, 203);
    border-bottom: 1px dashed rgb(206, 203, 203);
}

.marque_side_bar marquee img{
  width:100px;
}

/* side bar css end */

/*  */


.main_pg_brd_logo{
  background-color: #fff;

margin-top: -50px;
position: relative;
border-top-left-radius: 20px;
  border-top-right-radius: 20px;
padding: 10px;

}

.main_pg_brd_logo p{
  text-align: center;
  text-transform: capitalize;
  margin-bottom: 10px;
  color: #9a0505;
  font-weight: 600;
}

.main_pg_brd_logo img{
  width: 80px;
box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
margin: 0px 6px;
}
/*  */



@media (max-width:991px) {
  .offcanvas_btn {
display: block !important;
  }

  .nav_bars_icon{
    display: none !important;
  }

}
