
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
:root{
    --primary-color:#C31C2D;
    --black-color:rgba(0, 0, 0, 0);
    --white-color:rgb(255, 255, 255);
}
body{
  font-family: 'Lato';
}
h1{
    font-size: 50px;
    font-weight: 700;
    /* font-family: Montserrat; */
    font-family: 'Lato';
}
h2{
    font-size: 40px;
    font-weight: 600;
    /* font-family: Montserrat; */
    font-family: 'Lato';
}
h3{
    font-size: 33px;
    font-size: 700;
    /* font-family: Montserrat; */
    font-family: 'Lato';
}
h4{
    font-size: 20px;
    font-weight: 500;
    /* font-family: Montserrat; */
    font-family: 'Lato';
}
h5{
    font-size: 14px;
    font-weight: 700;
    color: var(--primary-color);
    text-transform: uppercase;
    margin-bottom: 3px !important;
    /* font-family: Montserrat; */
    font-family: 'Lato';
}
p{
    font-size: 16px;
    font-weight: 400;
    text-align: justify;
    /* font-family: 'Poppins'; */
    font-family: 'Lato';
}
.btn{
  border: 1px solid #C31C2D;
  color: #C31C2D;
  border-radius: 0px !important;
  padding: 10px 40px;
}
.btn:hover{
  border: none;
  background-color: #198754;
  color: #ffffff;
}


.btn-primary{background-color: var(--primary-color);color:var(--white-color);}


	.ul_li_tags li{
    padding: 4px 0px;
    line-height: 28px;
  }
/* ==================TOP NAV============================== */
.top_social i{
  background-color: #c31c2d;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}
.top_social i:hover{
  background-color: #ffff;
  color: #C31C2D;
}

.top_social{
	display: flex;
	align-items: flex-end;
  justify-content: center;
}
.top_strip_icons img{
  height: 25px;
}
.top_content_box{
  display: flex;
  flex-direction: column;
  justify-content: end;
}
.top_strip_icons{
  display: flex;
  align-items: center;
  background-color: #666666;
  border-radius: 25%;
  height: 50px;
  width: 50px;
  justify-content: center;
}
.top_strip h5{
  font-weight: 700;
    letter-spacing: 0;
    text-transform: none;
    font-size: 16px !important;
}
.top_strip a{
    text-decoration: none;
    color:rgb(255, 255, 255) ;
	font-weight: normal;
}
.top_strip h5{
    color: #ffffff !important;
}
.top_strip h6{
    color:rgb(50, 50, 50) !important;
}
.top_strip .logo img{
    height: 60px;
}
.top_strip{
  vertical-align: middle;
  padding: 25px 0px;
}

/* ==================TOP NAV============================== */


/* ================BACK TO TOP======================= */
.back_to_top .btn{ 
border: none;
color: #fff;
padding: 10px 13px;
background-color: #C31C2D;
border: 1px solid #fff;
}
.back_to_top .btn:hover{
background-color: #000;
border-radius: 50% !important;
transition: all 1s ease-out;
}

/* ================BACK TO TOP======================= */
/* ===================TOP NAV=============================== */
.top_strip {
    background-color:#000;
    padding: 25px 0px;
}

.top_social_media{
    display: flex;
    justify-content: flex-start;
    /* margin-right: -34px !important; */
    font-size: 20px;
}

.top_address li, .top_social_media li {
  display: inline-block;
  margin-right: 20px;
}
.top_address i, .top_social_media i {
  margin-right: 5px;
  color: #ffff;
}


.navbar-light .navbar-nav .nav-link{
  color: #000;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
}
.navbar .navbar-nav .nav-item a{
  padding-right:30px !important;
  /* background-color: #00C851 !important; */
}

.navbar{
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.dropdown-menu{
  padding: 0px !important;
  background-color: #ffff;
}
.dropdown-item{
  padding: 10px;
  border-bottom: 1px solid rgb(236, 236, 236);
}
.dropdown-item:hover{
  background-color: #C31C2D;
  color: #ffff;

}
.bottom_strip{
  /* background-color: #000;
  position: relative;
  bottom: 17px; */
}

/* ===================TOP NAV=============================== */



/* ============== HOME ABOUT SECTION============================== */

.home_about{
    padding: 50px 0px;
  }
  .about_ul_sec{
    list-style-type: none;
  }
  .about_ul_sec li{
  margin-top: 10px;
  }
  .about_ul_sec i{
    margin-right: 10px;
  }
  .images_about_sec{
    display: flex;
    align-items: center;
    justify-content: center;
  }
 


/* ============== HOME ABOUT SECTION============================== */

/* ==================WHY CHOOSE SECTION================================/ */
/* 
.icon_box{
    border: 1px solid var(--primary-color);
    padding: 25px 40px;
    display: flex;
    align-items:center ;
    justify-content: center;
    border-radius: 50%;
  }
  .icon_box i{
    font-size: 30px;
  }

.icon_box:hover{
    background-color: var(--primary-color);
    color: var(--white-color);
    -webkit-transition: ease-in 0.9s;
}
.icon_box_space{
    margin: 25px 0;
    
}  */
.why_choose_sec{
    padding: 40px 0px;
    background-color: #f1f1f1;
}
.btn-bottom{
    position: absolute;
    left: 35px;
    /* right: 25px; */
    bottom: 18px;
}

.why_choose_sec i{
margin-right: 10px;
margin-top: 5px;
}
.why_choose_left{
  display: flex;
  flex-direction: column;
  justify-content: center;
}



/* ==================WHY CHOOSE SECTION================================/ */

.product_section_for_home{
  padding: 20px 0px
}

  /* Google Fonts - Poppins */
/* @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap'); */

.swiper-pagination-bullet {
  background-color: #C31C2D !important;
}
.card-content{
  padding:5px 35px 10px 35px;
}
.card-content p{
  padding-top: 10px;
}
.swiper-slide a {
  text-decoration: none !important;
}
.slide-container{
  /* max-width: 1120px; */
  width: 100%;
  padding: 40px 0;
}
.slide-content{
  margin: 0 40px;
  overflow: hidden;
  /* border-radius: 25px; */
}
.product_section_for_home .card{
  /* border-radius: 25px; */
  background-color: #FFF;
  height: 490px !important;
  margin-bottom:40px;
}
.image-content,
.card-content{
  display: flex;
  flex-direction: column;
  /* align-items: center; */
  /* padding: 10px 14px; */
}
.image-content{
  position: relative;
  row-gap: 5px;
  /* padding: 25px 0; */
}
.overlay{
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #4070F4;
  /* border-radius: 25px 25px 0 25px; */
}
.overlay::before,
.overlay::after{
  content: '';
  position: absolute;
  right: 0;
  bottom: -40px;
  height: 40px;
  width: 40px;
  background-color: #4070F4;
}
.overlay::after{
  /* border-radius: 0 25px 0 0; */
  background-color: #FFF;
}
.card-image{
  position: relative;
  height: 150px;
  width: 150px;
  /* border-radius: 50%; */
  background: #FFF;
  padding: 3px;
}
.card-image .card-img{
  height: 100%;
  width: 100%;
  object-fit: cover;
  /* border-radius: 50%; */
  border: 4px solid #e4e4e4;
}
.card-content h5{
  /* text-align:center; */
  margin-top: 25px;
  font-size: 15px;
  font-weight: 700;
}
.card-content p{
  color: black;
  text-align: left;
  
}
.name{
  font-size: 18px;
  font-weight: 500;
  color: #333;
}
.description{
  font-size: 14px;
  color: #707070;
  text-align: center;
}
.button{
  border: none;
  font-size: 16px;
  color: #FFF;
  padding: 8px 16px;
  background-color: #4070F4;
  border-radius: 6px;
  margin: 14px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.swiper-navBtn{
  display: none !important;
}
.swiper-navBtn::before,
.swiper-navBtn::after{
  font-size: 38px;
}
.swiper-button-next{
  right: 0;
}
.swiper-button-prev{
  left: 0;
}
.swiper-pagination-bullet{
  background-color: #6E93f7;
  opacity: 1;
}
.swiper-pagination-bullet-active{
  background-color: #4070F4;
}
	.icon_box_slider {
		display: table;
    height: 80px;
    width: 80px;
    border-radius: 50%;
    position: absolute;
	top: 158px !important;
    right: 40px;
    color: #fff;
    background: #C31C2D;
    text-align: center;
}

.card-content img{
	height: 50px;
	margin-top: 13px;
}

@media screen and (max-width: 768px) {
  .slide-content{
    margin: 0 10px;
  }
  .swiper-navBtn{
    display: none;
  }
  
  .carousel-item {
    height: 340px;
  }
  .slider-content {
    padding:130px 0px 0px 45px !important;
    display: flex;
    /* align-items: center; */
    justify-content: center;
    flex-direction: column;
  }
  .home_about h3{
    font-size: 25px;
  }
  .why_choose_left h3{
    font-size: 25px;
  }
  .product_section_for_home h3{
    font-size: 23px;
  }
 
}
@media screen and (min-width: 1400px){
  .icon_box_slider{
    top: 196px !important;
  }
}
@media screen and (max-width: 990px){
  .icon_box_slider {
		/* display: table; */
    height: 65px;
    width: 65px;
    /* border-radius: 50%; */
    /* position: absolute; */
	top: 83px !important;
    /* right: 40px; */
    /* color: #fff; */
    /* background: #C31C2D; */
    /* text-align: center; */
}

.card-content img{
	/* height: 50px; */
	margin-top: 5px;
}
}

@media screen and (max-width: 768px){
  .icon_box_slider {
    top: 167px !important;
  }
}

@media screen and (mIN-width: 1920px){
  .design_box_3{
		background-color: rgba(100, 65, 64, 0.86);
		position: absolute;
		left: 1286px !important;
		padding: 44px 10% !important;
	
	}
  .design_box_2{
    padding: 84px 25px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #46C254;
    position: absolute;
    left: 643px !important;
  
  }
}




/* ====================BANNER========================================= */

.banner_slider .container-fluid{
  padding-left: 0px !important;
  padding-right: 0px !important;
 /* margin-top: -18px; */

}


.slider-content {
  padding:180px 0px 0px 25px !important;
  display: flex;
  justify-content: center;
  flex-direction: column;
}


.carousel-item {
  height: 548px;
}

.slider-image {
  width: 100%;
  height: auto;

}
.slider-content h2{
  font-size: 40px;
  color:#fff ;
}
.slider-content h4{
font-size: 20px ;
color: #C31C2D;
text-transform: uppercase;
}
.carousel-control-prev{
  z-index: 999;
}
.carousel-control-next{
  z-index: 999;
}
.slider-content h4{
  margin-bottom: 0px;
}

/* ====================BANNER========================================= */

/* ========================OVERLAY_SECTION================================== */


	 .box_1 .overlay_box{
		 /* width: 100%; 
    height: 30%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
	background-color: #46C254;  */
	}
	.design_box_3{
		background-color: rgba(100, 65, 64, 0.86);
		padding: 65px 20px ;
		background-image: url(./images/overlay_imges.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
  flex-direction: column;
  display: flex;
  align-items: center;
  justify-content: center;
	
	}
.design_box_1{
	background-color: #000;
	display: flex;
	align-items: center;
	justify-content: center;
  flex-direction: column;
	padding: 65px 20px ;
	background-image: url(./images/overlay_imges.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
}
.design_box_2{
	padding: 80px 20px ;
	display: flex;
	align-items: center;
	justify-content: center;
  flex-direction: column;
	background-color: #46C254;
	background-image: url(./images/overlay_imges.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
}
.design_box_top h3{
  font-size: 31px !important;
}


/* ========================OVERLAY_SECTION================================== */




/* =======================FOOTER========================================= */
.penta_footer {
  /* text-align: justify; */
  padding: 20px 0px;
  background-color: #000000;
  color: #fff;
}

.page_links {
  list-style-type: none;
}
.page_links i {
  margin-right: 10px;
}
.page_links a {
  text-decoration: none;
  color: rgb(255, 255, 255);
}
.page_links a:hover {
  color: rgb(255, 255, 255);
}
.contact_footer a {
  color: rgb(255, 255, 255);
  text-decoration: none;
}
.contact_footer li {
  list-style-type: none;
}
.contact_footer i {
  margin-right: 10px;
}
.social_media {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  width: 35%;
  font-size: 20px;
}

.social_media li {
  list-style-type: none;
}
.soci{
  margin-left: 25px;
}

.home_contact i {
  margin-right: 10px;
  margin-top: 5px;
  font-size: 25px;
}

.footer_bottom_bar a {
  color: white;
  text-decoration: none;
}

.footer_bottom_bar a:hover {
  color: white;
}
.for_footer_logo{
  /* display: flex; */
  /* align-items: center; */
}

.penta_footer h4 {
  font-size: 22px;
  color:#ffffff;
}
.footer_bottom_bar{
  background-color:var(--primary-color) !important;
}
/* =======================FOOTER========================================= */
.penta_scrolling {
  background-image: url(./images/home_page/mission_1.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.9;
  padding: 35px 0px;
  background-color: #000000;
}
.cards {
  /* z-index: -999; */
  /* position: relative; */
}

.marquee-list li {
  z-index: -1 !important;
  position: relative !important;
}

.slider_heading {
  text-align: center;
  font-size: 40px;
  color: #ffff;
  font-weight: bold;
  margin-top: -20px;
}



.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,14px)) !important;
  height: var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,14px)) !important;
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color,#000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, .2);
}
/* ==========================SUB BANNER SECTION================================ */


/* =======================Banner Section======================== */

.wt-bnr-inr .container {
  display: table;
  height: 100%;
}

.banner-title-name h2 {
  font-size: 45px;
  color: var(--primarycolor);
  text-transform: uppercase;

}

.wt-bnr-inr-entry {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-top: 70px;
}

.wt-breadcrumb a {
  text-decoration: none;
  color:#fff;
}

.wt-breadcrumb {
  font-size: 21px;
  list-style-type: none;
  color: #fff;

}

.overlay-wraper>.container,
.overlay-wraper>.container-fluid,
.overlay-wraper>.wt-icon-box-wraper,
.overlay-wraper>.wt-left-part,
.overlay-wraper>.wt-right-part {
  position: relative;
  z-index: 1;
}

.wt-breadcrumb a:hover {
  color: #fff !important;
}

.opacity-07 {
  opacity: 0.7;
}

.overlay-main {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.8;
}

.bg-top-center {
  background-position: top center !important;
}

.wt-bnr-inr {
  height: 240px;
  background-size: cover;
  background-position: center center;
  display: table;
  width: 100%;
  background: linear-gradient(.25turn, #121212, 25%, transparent);
}

.overlay-wraper {
  position: relative;
}

.wt-breadcrumb a:hover {
  color: var(--paragcolor);
}

.wt-breadcrumb i {
  margin: 0px 10px;
}

.overlay-main {
  background: linear-gradient(.25turn, #121212, 25%, transparent);
}


/* =======================Banner Section======================== */


/* ==========================SUB BANNER SECTION================================ */



/* ========================================================================================== */
/* ========================================================================================== */
/* ==============================SERVICE PAGE CSS========================================== */
/* ========================================================================================== */
/* ========================================================================================== */

/* =====SIDEBAR SECTION=========== */

.sidebar_nav{
  list-style-type: none;
  /* background-color: rgb(241, 241, 241); */
  position: sticky;
  top:0;
  margin-top: 20px;

}

.sidebar_nav h4{
  background-color: var(--white-color);
  padding:0px 0px 8px 0px;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 0px;
  font-family: "monR", Arial, sans-serif;
}
.sidebar_nav a{
  text-decoration: none;
  /* width: 100%; */
  color: rgb(0 0 0) !important;
  font-size: 13px;
  /* font-family: 'Montserrat'; */
  text-transform: uppercase;
  font-weight: 500;
}
.sidebar_nav li{
  /* background-color: #46C254; */
  padding: 12px 10px;
  cursor: pointer;
  border-bottom: 1px solid rgb(235, 235, 235);
}
.sidebar_nav ol,ul{
  padding-left: 0;
}
.sidebar_nav {
  /* padding: 10px; */
  /* position: fixed; */
  background-attachment: fixed;

}
.sidebar_nav a:hover li {
 background-color: #C31C2D !important;
 color: #fff !important;
 /* transition-delay: 0.3ms; */
 /* opacity: 1; */


}
.sidebar_nav li a.active {
  /* color: red; */
}

.sidebar_nav a,.sidebar_nav a li :focus{
  /* background-color: aqua; */
}
.sidebar_nav a li::after{
  content: "\f105";
  font-family: "fontAwesome";
  line-height: 18px;
  position: relative;
  float: right;
  font-size: 10px;
}
.side_bar_head{
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 10px;
  /* font-family: 'Montserrat'; */
  text-transform: uppercase;
}
.side_bar_head::before{
  content: '';
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 2px;
  background: rgb(235, 235, 235);
}
.side_bar_head::after{
  content: '';
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 40px;
  height: 2px;
  background: #C31C2D;
}
.side_bar_head_1{
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 10px;
}
.side_bar_head_1::before{
  content: '';
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 20%;
  height: 2px;
  background: rgb(235, 235, 235);
}
.side_bar_head_1::after{
  content: '';
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 40px;
  height: 2px;
  background: #C31C2D;
}
/* =====SIDEBAR SECTION=========== */

/* ==================RIGHT SIDE CONTENT============= */
.right_content_product h3{
  font-size: 20px;
  font-weight: 500;
  /* font-family: 'Montserrat'; */
  /* padding: 20px 0px; */
  text-transform:uppercase ;
}
.product_section_for p{
  /* font-family: 'Poppins'; */
  font-size: 16px;
  color: #000000;
  padding: 20px 0px;
}
.product_section_for{
  padding: 50px 0px ;
}


/* ==================RIGHT SIDE CONTENT============= */




/* ========HEADING LINE===================================== */
  
.heading_line {
  position: relative;
}
 .heading_line span {
  transition: all 0.5s ease-in-out 0s;
  position: relative;
}

 .heading_line span:after {
  /* content: "";
  right: auto;
  left: 69px;
  position: absolute;
  bottom: 3px;
  width: 20px;
  margin-left: 0;
  border-bottom-width: 3px;
  border-bottom-color: var(--whitecolor);
  border-bottom-style: solid; */
}

 .heading_line:after {
  content: "";
  left: 1%;
  margin-left: 0;
  position: absolute;
  bottom: 3px;
  width: 59px;
  border-bottom-width: 3px;
  border-bottom-style: solid;
  border-bottom-color: #C31C2D;
}

/* ========HEADING LINE===================================== */



/* ========================================================================================== */
/* ========================================================================================== */
/* ========================================================================================== */
/* ========================================================================================== */

/* =======CONTACT DEATILS============ */
.penta_contact_left {
  background-color:#f6f6f6;
  padding: 30px 10px 24px 30px;
  color: rgb(0, 0, 0);
  /* border-radius: 10px ; */
  }

  .social_back{
    /* background-color: #f6f6f6; */
    /* padding: 3px 16px 13px 16px ; */
  }
  
  .penta_contact_left h3{
      font-size: 30px;
      /* padding: 20px 0px; */
      padding-top: 5px;
  }
  .penta_contact_left li{
      list-style-type: none;
  }
  .penta_contact_left a{
      text-decoration: none;
      color: black;
  }
  .penta_contact_left h4{
      margin-top: 20px;
  }
  .penta_contact_left .social_media{
      width: 35%;
      font-size: 20px;
  }
  .penta_home_contact h3{
    font-size: 30px ;
    font-weight: 600;
  }
  .for_only_radious{
    border-bottom: 1px solid rgb(228 228 228);
    padding-bottom: 20px; ;
  }
  /* .separator::after{
      position: absolute;
      content: '';
      left: 0px;
      bottom: 2px;
      width: 25px;
      height: 4px;
      background-color: #ff0006;
  }
  .separator::before{
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    width: 75px;
    height: 2px;
    background-color: #ff0006;
  } */
/* ===========CONTACT DEATILS============= */
/* ==========FORM======================== */
  .form_left {
    /* background-color: rgba(0, 0, 0, 0.068); */
    padding: 10px;
    border-radius: 10px;
  
    /* background-color: #f6f6f6; */
}

.form_left h3 {
    margin: 20px 0px;
    font-size: 30px;
    color: var(--primary-color);

}

.form_right iframe {
    width: 100%;
    height: 300px;
}
.form_right h2{
    margin: 23px 0px;
    font-size: 30px;
}
.form_left{
    padding-bottom: 25px;
}
.form_btn {
  display: flex;
  justify-content: flex-end;
} 
.form_head_p p{
  font-size: 20px;
  padding:0px 20px;
}
.form-control{
  margin-bottom: 20px !important;
}
/* =========================FORM============ */
/* ========================================================================================== */
/* ========================================================================================== */
/* ========================================================================================== */
/* ========================================================================================== */
/* ================SERVICE PAGE====================== */
.service_im_box {
  border: 1px solid rgb(226, 226, 226);
}

/* ================SERVICE PAGE====================== */





/* ========================================================================================== */
/* ========================================================================================== */
/* ========================================================================================== */
/* ========================================================================================== */


@media only screen and (max-width:767px){
  .icon_box{
   width: 0%;
  }
  .dropdown-item{
    white-space: normal;
  }
  .slider-content h4{
    font-size: 13px;
    color: #fff;
  }
  .slider-content h2{
    font-size: 24px;
  }.carousel-item {
    height: 340px;
    text-align: center;
  }
  .box_container{
    height: 250px !important;
  }
  .nav_btn{
    margin-bottom: 10px;
  }
  .navbar-brand img{
    /* height: 35px; */
  }
  .banner-title-name h2{
    font-size: 25px;
  }
}





/* ========================================================================================== */
/* ========================================================================================== */
/* ========================================================================================== */
/* ========================================================================================== */

/* ============ABOUT US PAGE============================================ */
.about_content li{
  list-style-type: none;
  }
  .about_content h5{
      margin-bottom: 3px !important;
      margin-top: 30px !important;
  }
  .about_content i{
      margin-right: 10px;
      margin-top: 5px;
  }
  







  .icon_content_box{
      display: flex;
      align-items: center;   
  }
  .box_container{
      border: 1px dotted rgb(192, 191, 191);
      padding: 20px;
      height: 225px;
      margin-bottom: 10px;
  }
  .icon_content_box i{
      font-size: 40px;
  }
  .icon_content_box h3{
    font-size: 22px;
    margin-left: 20px;
  }
  .abt_cont_benfit i{
font-size: 15px;
  }
  .vision_misson_sec{
    padding: 20px 0px;
  }
/* ============ABOUT US PAGE============================================ */


/* ========================================================================================== */
/* ========================================================================================== */
/* ========================================================================================== */
/* ========================================================================================== */