

@font-face {font-family: "Proxima";
  src: url("font/108a66c84c6d4e7c52753006bf4f4f56.eot"); /* IE9*/
  src: url("font/108a66c84c6d4e7c52753006bf4f4f56.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
  url("font/108a66c84c6d4e7c52753006bf4f4f56.woff2") format("woff2"), /* chrome firefox */
  url("font/108a66c84c6d4e7c52753006bf4f4f56.woff") format("woff"), /* chrome firefox */
  url("font/108a66c84c6d4e7c52753006bf4f4f56.ttf") format("truetype"), /* chrome firefox opera Safari, Android, iOS 4.2+*/
  url("http://db.onlinewebfonts.com/t/108a66c84c6d4e7c52753006bf4f4f56.svg#Proxima Nova Alt Rg") format("svg"); /* iOS 4.1- */
}
    
body {
    padding-top: 0;
    padding-bottom: 0;
    font-family: 'Proxima',proxima_nova_altbold, Georgia, Helvetica, sans-serif;
    font-weight: 100;
  }

/* innar loder */
.innar-loder {
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 0;
  position: fixed;
  z-index: 999;
  background: #00000078;
  height: 100vh;
  text-align: center;
}
.innar-loder img{
  margin-top: 16%;
}

/* logo */
.header-brand {
  float: left;
  padding: 0;
  font-size: 18px;
  height: 88px;
  width: 154px;
  margin-left: -29px;
  margin-top: 7px;
}

.border-middle {
  border-top: 2px solid #dcdcdc;
  margin-top: 10px;
}

/*================== NAVIGATION =============*/
nav {
  margin: -13px 0 -6px -22px;
  }
  nav ul {
    list-style: none;
    text-align: center;
    margin: 3px 0 0 -12px;
}
  nav ul li {
    display: inline-block;
  }
  nav ul li a {
    padding: 11px 15px 14px 15px;
    font-size: 14px;
    color: #2d2d2d;
    font-weight: 700;
}
  nav ul li a,
  nav ul li a:after,
  nav ul li a:before {
    transition: all .5s;
  }
  nav ul li a:hover {
    color: #555;
  }
  

/*===== Menu end================= */
/* top menu */
.top-bar-mu{
  margin-top: 19px;
}

.top-bar-mu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #ffffff;
  }
  
  .top-bar-mu li {
    float: left;
  }
  

  .top-bar-mu li a {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .6px;
    line-height: 47px;
    padding: 9px;
    color: #2d2d2d;
    text-decoration: none;
    text-transform: uppercase;
    background: 0 0;
    transition: all .2s ease-in;
}
  
 .top-bar-mu .active { 
  background-color: #ed1d24;
  color: #fff;
 }


  .top-bar-mu li a:hover {
    background-color: #ed1d24;
    color: #fff;
    transition: all .5s ease-in-out;
  }

/*   top menu download */

.download-top{
  border-radius: 7px;
  border: 1px solid #ed1d25;
}

.download-top a:hover {
  background-color: #ed1d24;
  color: #fff;
  transition: all .5s ease-in-out;
}

 
  .navbar-toggler {
    z-index: 999;
    position: relative;
    margin-right: 6%;
}

  /*------------ menu--------*/

  .menu-st ul {
    list-style-type: none;
    margin: 0 0 0 -16px;
    padding: 0;
    overflow: hidden;
    background-color: #ffffff;
  }
  
  .menu-st li {
    float: left;
  }
  
  .menu-st li a {
    display: block;
    color: #2d2d2d;
    text-align: center;
    padding: 10px;
    text-decoration: none;
  }
  
  .menu-st li a:hover {
    background-color: #f70808;
    color: #fff;
  }

/* ============end============ */

/*============= head line========= */
.just-for-heading{
  width: 100%;
  text-align: center;
  margin-bottom: 3%;

}
.just-for-heading h4{
    margin: 0;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    color: #9b9b9b;
    padding-bottom: 5px;

}
  
.just-for-heading h3{
  font-size: 36px;
  font-weight: 600;
  text-align: center;
  color: #2d2d2d;
  margin: 0;
  padding: 10px 0;
}

/*============= head line end========= */




.carousel-caption h1{
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 48px;
    font-weight: 700;
    line-height: 1.08;
    text-align: left;
    text-shadow: 0 0 5px #000, 0 0 10px #000, 0 0 15px #070707, 0 0 20px #1f1f1f, 0 0 30px #000000, 0 0 40px #000000, 0 0 55px #000000, 0 0 75px #000000;

    
    

}

.fixed-middle {
  position: fixed;
  z-index: 8;
  right: 0;
  top: 50%;
}

.fixed-middle .btn-red {
  border: none;
  background: #ed1b24;
  color: #fff;
  padding: 10px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  box-shadow: 1px 1px 1px #000;
}

.justheads{
    margin: 0;
    text-align: center;
    padding: 15px 0;

}

.justheads h2{
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  color: #000;
  padding: 15px 0;

}

.justheads p{
  font-size: 14px;
  text-align: center;
  color: #333;
  margin: 0;
}

/* section all */

.section-just-for {
  padding-top: 60px;
  padding-bottom: 60px;
}

.wh-choose-section {
  background-color: #f8f8f8;
  padding-top: 50px;
  padding-bottom: 50px;
}


.explore-section {
  padding-top: 50px;
  padding-bottom: 50px;
}

.bghome-cover {
  background-image:url('../images/home-sec.c41eabc3.jpg');
  background-repeat:no-repeat;
  background-size: cover;
  background-position:center;
  height: 533px;
  padding: 50px 0 50px;
}


/* ---------------------------------- */




.carousel-caption {
    z-index: 3 !important;
    width: 50%;
}


.bo-account{

}

.bo-account h5{
  font-size: 18px;
  font-weight: 700;
  text-align: left;
  color: #f4f4f4;
  text-transform: uppercase;
  margin: 0;
  padding: 5px 0;
}
.bo-account h2{
  font-size: 52px;
    font-weight: 300;
    text-align: left;
    color: #fff;
    margin: 0;
    padding: 5px 0;
}

/* modal */
.modal-title {
  margin: 0;
  line-height: 1.428571429;
  text-align: center;
  text-transform: uppercase;
}

.btn-col-primary, .btn-col-primary:active, .btn-col-primary:focus, .btn-col-primary:hover {
  background-color: #ed1d24;
  color: #fff;
}

.btn-form:active, .btn-form:focus, .btn-form:hover {
  background: #fff;
  color: #ed1d24;
  border: 2px solid #ed1d24!important;
}

.btn-form {
  display: block;
  margin: 0 auto;
  border-radius: 50px;
  background-color: #ed1b24;
  font-size: 11px;
  font-weight: 400;
  text-align: center;
  color: #fff;
  padding: 6px 25px;
  transition: all .3s ease-in;
  border: 2px solid transparent!important;
}
.invest{

}

.invest-card .card-body img{
    position: absolute;
    margin-left: -18px;
    margin-top: -2px;
}


.modal {
    top: 10%!important;
}

.modal-body {
    padding: 3rem 1rem 1rem 1rem!important;
}


.card-body img {
    position: absolute;
    margin-left: -63px;
    margin-top: -2px;
    /* width: 5px; */
}



.card-body {
  margin-left: 39px;
}


.invest-card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-clip: border-box;
}

.invest-card .card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
    margin-left: 13px;
}
.invest-card .card-body h6 {
  font-size: 18px;
  color: #000;
  font-weight: 200;
  line-height: 10px;
}
.invest-card .card-body p{
    margin: 0;
    font-size: 14px;
    color: #4a4a4a;
    line-height: 14px;

} 

.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}




.bt-service .btn-service {
  border-radius: 50px;
  background-color: #ed1d24;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0;
  text-align: center;
  color: #fff;
  width: 225px;
  transition: all .3s ease-in;
  border: 2px solid transparent!important;
}

  .f-ct {
    border: none;
    border-bottom: 1px solid #eee;
    height: 28px;
    font-size: 12px;
    box-shadow: none;
    font-weight: 700;
}
.btn-customs {
  padding: 3px 10px;
  background-color: transparent;
  /* border-bottom: 1px solid #eee; */
}

/*   top menu download */

.round-btn {
  border-radius: 50px !important;
  background-color: #ed1d24;
  font-size: 18px !important;
  font-weight: 600 !important;
  letter-spacing: 0;
  text-align: center !important;
  color: #fff;
  transition: all .3s ease-in;
  border: 2px solid transparent!important;
}

.round-btn:hover {
  background: #fff;
  color: #ed1d24;
  border: 2px solid #ed1d24!important;
  transition: all .3s ease-in;
}

.bio-btn {
  border-radius: 12px;
  background-color: #ed1d24;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0;
  text-align: center;
  padding: 8px 15px 8px 15px;
  color: #fff;
  /* width: 360px; */
  transition: all .3s ease-in;
  border: 2px solid transparent!important;
}

.bio-btn:hover {
  background: #fff;
  color: #ed1d24;
  border: 2px solid #ed1d24!important;
  transition: all .3s ease-in;
}

.fa-search:before {
    content: "\f002";
}

*, :after, :before {
    box-sizing: border-box;
}
.jumbotron {
  width: 74%;
  margin: 1% auto;
  text-align: center;
  height: 338px;
  background: rgba(255,255,255,.91);
}
a {
  text-decoration: none!important;
  color: #0f0f0f;
}
a:hover {
  color: #ff0000;
  text-decoration: underline;
}


.lock-col a:hover {
  color: #fca10e;
  text-decoration: underline;
}

.lock-col a {
  background-color: transparent;
  color: #000;
  border: 0px solid #db1a1b;
  padding: 23px 17px  16px 18px;
  border-radius: 50%;
  margin: 15px;
}




/* footer */

footer {
  background: #fff;
  color: #4a4a4a;
  padding-top: 10px;
}

footer hr {
  margin-top: 0rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgb(139 132 132);
}

footer h3 {
 color: #0894d1;
  letter-spacing: 1px;
  margin: 30px 0 20px;
}

footer .three-column {
 overflow: hidden;
}
.foot-menu{

}
.foot-menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  
}

.foot-menu li {
  float: left;
}

.foot-menu li a {
  display: block;
  color: rgb(0, 0, 0);
  text-align: center;
  padding: 14px;
  text-decoration: none;
}

.foot-menu li a:hover {
  background-color: #ed1d24;
  color: #fff;
  transition: all .5s ease-in-out;
}

.social-menu ul{
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.social-menu li{
  display: inline;
}

.social-menu a i {
  font-size: 30px;
  color: #7a7a7a;
}


.footer-paragarph p {
  margin-bottom: 0;
  text-align: left;
  color: #4a4a4a;
  /* font-weight: 500; */
  font-size: 13px;
  padding-top: 10px;
}



footer .img-thumbnail {
  background: rgba(0, 0, 0, 0.2);
  border: 1px solid #444;
  margin-bottom: 5px;
}

footer .copyright {
  padding: 15px 0;
  background: #ed1d24;
  margin-top: 20px;
  font-size: 15px;
  color: #fff;
}

footer .copyright span {
  color: #0894d1;
}

/* ====================================== */

.bd-placeholder-img {
      font-size: 1.125rem;
      text-anchor: middle;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
    }

    @media (min-width: 768px) {
      .bd-placeholder-img-lg {
        font-size: 3.5rem;
      }
    }
  
.slider-image {
      width: 100%;
      height: 550px;
      background-size: cover;
      background-position: center center;
  }
  @media (max-width: 768px){
  .slider-image {
      height: 400px;
  }

  .navbar {
    padding: 0 25px!important;
  }
}

@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 7rem;
  }
}



/* ================================================================= */

.carousel-ban-text-adj {
  position: absolute;
  width: 1608px;
  display: flex;
  margin-left: 20px;
  bottom: 91px;
  border-radius: 12px;
  padding: 8px;
}
.carousel-header-adj{
  margin: 0;
  vertical-align: top;
  padding-left: 0px;
  text-align: left;
  left: -3px;
}
.carousel-paragraph{
margin-left: 0;
margin-top: 15px;
margin-bottom: 15px;
padding-left: 0;  
}
.carousel-img-fit{
min-width: 980px;
min-height: 500px;
object-fit: cover;
object-position: 50% 50%;
}
.carousel-banner{
    max-height: 600px !important;
    min-height: 500px;
    z-index: 8;
}
.carousel-banner-indicator{
margin-left:auto;
margin-right:auto;
transition: 1s;
}

/*----------point-------*/
.carousel-indicators li {
    width: 10px;
    height: 10px;
    transition: 1s;
    border-radius: 100%;
    opacity: 1;
    border: 1px solid #ffffff;
    margin: 10px;
}
/*----------point-------*/
.carousel-indicators li.active {
    border: 1px solid #fff;
    z-index:15;
    background-color:#f00;
}

.carousel-swap-adjuster{
  bottom: -20px;
}
.carousel-banner.active { 
display: flex;
justify-content: center;
}
.carousel-banner.carousel-item-next{
display: flex;
justify-content: center;
}
.carousel-banner.carousel-item-prev{
display: flex;
justify-content: center;
}
@media (max-width: 768px) {
.carousel-swap-adjuster{
  bottom: -40px;
}
}
@media (max-width: 550px) {
.carousel-swap-adjuster{
  bottom: -75px;
}
}
@media (max-width: 380px) {
.carousel-swap-adjuster{
  bottom: -105px;
}
}
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 7;
  display: list-item;
  /* display: list-item; */
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: -8px;
  /* margin-right: 4%; */
  margin-left: 3%;
  list-style: none;
  /* height: 46px; */
  top: 211px;
      width: 100px;
}

.carousel-inner {
    z-index: 3;
}



@media (max-width: 420px){

}

@media (max-width: 768px){
  .carousel-ban-text-adj {
      position: absolute;
      width: 295px;
      margin-left: -71px;
      bottom: 32px;
      border-radius: 12px;

}

.carousel-caption {
    width: 100%;
}

.carousel-indicators {

  display: list-item;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: -8px;
  margin-right: 4%;
  margin-left: 3%;
  top: 309px;
  width: auto;
}

.carousel-img-fit {
  min-width: 1265px;
  min-height: 191px; 
  object-fit: fill;
  object-position: -81% 50%;
  height: fit-content;
}

.carousel-caption h1 {
  margin: 0;
  padding: 0;
  color: #fff;
  font-size: 27px;
  font-weight: 700;
  line-height: 1.08;
  text-align: left;
}

.round-btn {
  border-radius: 50px;
  background-color: #ed1d24;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0;
  text-align: center;
  color: #fff;
  transition: all .3s ease-in;
  border: 2px solid transparent!important;
}
.carousel-banner {
  min-height: 344px;
}
}


/*================= inar page css============== */
.market-watch-section {
  background-color: #f9f9f9;
  padding-top: 50px;
  padding-bottom: 50px;
}
.market-watch-section .heads {
  font-size: 45px;
  font-weight: 300;
  text-align: center;
  color: #000;
  width: 95%;
  display: block;
  line-height: 1.2;
  margin: 0 auto 30px;
}

/* dsc part bg */

  .dse-part {
    background: #fff;
    padding: 10px;
    display: flex;
}


.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: rgb(255, 255, 255);
    background-color: #ed1b24;
    font-size: 14px;
    padding: 9px 11px;
    margin-right: 5px;
    text-decoration: none;

}
.nav-pills>li>a {
  color: #000;
  font-size: 14px;
  padding: 9px 11px;
  margin-right: 5px;
  text-decoration: none;
  background: #f3f0f0;
}


.nav-pills>li>a:hover {
  background-color: #ed1d24;
  color: #fff;
  transition: all .5s ease-in-out;
}
/* table */

.table-responsive {
  overflow-x: auto;
  min-height: .01%;
}

.table-bordered, .table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
  border: 1px solid #ddd;
}

.table {
  width: 100%;
  margin-bottom: 20px;
}

.table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
  border-bottom-width: 2px;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #ddd;
  font-size: 14px;
}


.full-width-chart {
  width: 100%;
  position: relative;
}
.highchart {
  display: block;
  width: 100%;
  max-width: 100%;
}

/* market-news */
.scrollbar {
  margin-left: 30px;
  float: left;
  height: 400px;
  background: #F5F5F5;
  overflow-y: scroll;
  margin-bottom: 25px;
  padding-right: 0px;
  margin-top: -2px;
}

.force-overflow {
  min-height: 430px;
  background: #fff;
}

#wrapper
{

}
.market-news{

}

.heads-all{
  font-size: 45px;
  font-weight: 300;
  text-align: center;
  color: #000;
  width: 95%;
  display: block;
  line-height: 1.2;
  margin: 0 auto 30px;
}
.market-news h6{
  margin: 0;
  padding: 0 0 5px;
  font-size: 14px;
  font-weight: 700;
  color: #ed1d24;
}
.market-news p{
  font-size: 14px;
}
.market-news-section {
  background-color: #f9f9f9;
  padding-top: -1px;
  padding-bottom: 50px;
}

.market-news-section .heads {
  font-size: 45px;
  font-weight: 300;
  text-align: center;
  color: #000;
  width: 95%;
  display: block;
  line-height: 1.2;
  margin: 0 auto 30px;
}

#mar-news::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}

.banner-both {
  background-size: cover !important;
  background-position: center center !important;
  height: 400px;
  width: 100%;
  background: #ccc;
}

@media (max-width: 768px){

  .banner-both {
    height: 270px;
    width: 100%;
  }
  .banner-both h3{
    font-size: 34px;
    padding-top: 0% !important;
}
}


.banner-both h3 {
  font-size: 45px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  text-shadow: 0 0 7px rgba(0,0,0,.5);
  text-transform: uppercase;
  width: 80%;
  margin: 0 auto;
  padding-top: 8%;
}

/*================ acoding================== */

#faq .card {
  margin-bottom: 9px;
  border: 1px solid #ddd;
}

 #faq .card .card-header {
  border: 0;
  -webkit-box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
          box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
  border-radius: 2px;
  padding: 0;
}

#faq .card .card-header .btn-header-link {
  color: #fff;
  display: block;
  text-align: left;
  background: #ed1b24;
  color: #fff;
  padding: 8px 10px 6px 10px;
  font-size: 24px;
}

#faq .card .card-header .btn-header-link:after {
  content: "\f107";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  float: right;
}

#faq .card .card-header .btn-header-link.collapsed {
  color: #fff;
}

#faq .card .card-header .btn-header-link.collapsed:after {
  content: "\f106";
}

#faq .card .collapsing {
  background: #ffffff;
  line-height: 30px;
}

#faq .card .collapse {
  border: 0;
}

#faq .card .collapse.show {
  background: #ffffff;
  line-height: 30px;
  color: #222;
}

.faq-tab-but {
  font-size: 15px;
  font-weight: 600;
  border-radius: 0;
  margin-right: 0;
  width: 111px;
  text-align: center;
}

/* =================contact us========== */

.conta-head h5 {
  font-family: OpenSans;
  font-size: 20px;
  font-weight: 700;
  text-align: left;
  color: #4a4a4a;
  padding-top: 20px;
  padding-bottom: 15px;
  letter-spacing: -1.1px;
}

.conta-head h3{
  font-size: 16px;
  font-weight: 600;
  text-align: left;
  color: #ed1d24;
  margin: 0;
  padding-top: 30px;
  padding-bottom: 20px;
}

.conta-head li{
  font-size: 16px;
  line-height: 1.69;
  text-align: left;
  color: #4a4a4a;
}

.conta-head li i {
  padding-right: 10px;
  color: #ed1d24;
}

.contact-section {
 background-color: #ffffff;
  padding-top: 50px;
  padding-bottom: 50px;
}

.contact-section-right {
  position: relative !important;
  right: auto;
  left: auto;
  text-align: center;
  margin: 0 auto;
  display: block!important;
}

.form-slider-section {
  width: 360px;
  border-radius: 8px;
  background: #f0f0f0;
  z-index: 9999;
  padding: 30px;
}

.form-slider-section h2 {
  font-size: 22px;
  font-weight: 600;
  text-align: center;
  color: #ed1b24;
  margin: 0;
  padding: 10px;
  text-transform: uppercase;
}

.contact-section-gray{
  background-color: #eee;
  padding-top: 50px;
  padding-bottom: 50px;
}

.btn-form {
  display: block;
  margin: 0 auto;
  border-radius: 50px;
  background-color: #ed1b24;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  color: #fff;
  padding: 6px 25px;
  transition: all .3s ease-in;
  border: 2px solid transparent!important;
}

.btn-form i {
  padding-right: 10px;
}

/* store locator */

 .page-heading {
  text-align: center;
  padding: 50px 0;
}

.page-heading h3 {
  font-size: 44px;
  font-weight: 100;
  margin: 0;
}

.custom-map-header {
  padding: 15px;
  background: #7a7a7a;
}
.locate-butn {
  width: 100%;
  background: #fff;
  color: #ed1d24;
  font-size: 18px;
  font-weight: 700;
  text-align: left;
  padding: 5px 12px 6px 15px;
  border-radius: 6px;
  border: none;
}

.menu-loc {
  width: 100%;
}

.pull-right {
  float: right;
  margin-top: 4px;
}

/* who we are */

.improve-heads h1{
  font-size: 45px;
  font-weight: 300;
  text-align: center;
  color: #000;
  width: 95%;
  display: block;
  line-height: 1.2;
  margin: 0 auto 30px;
}
.improve-heads p{
  width: 95%;
  font-size: 18px;
  margin: 20px auto 0;
  text-align: center;
}

.idlc-text h3{
    margin: 0;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0;
    color: #ed1d24;
}
.idlc-text p{
margin: 0;
font-size: 18px;
line-height: 1.78;
text-align: justify;
color: #000;
padding-top: 25px;}


.sister-concerns{
  text-align: center;
}

.sister-concerns a {
  color: #ed1d24;
  margin-bottom: 0;
  text-align: center;
  padding: 12px 50px;
  font-weight: 700;
  text-decoration: none;
}

.sister-concerns:before {
  content: "";
  position: absolute;
  top:-1px;
  left: 0;
  right: 0;
  bottom: 0;
  width: 50px;
  background-color: #eee;
  height: 2px;
  display: block;
  margin: 0 auto;
}
.sister-concerns, .sister-concerns:before {
  content: " ";
  display: table;
}
.sister-concerns a:hover {
  background-color: #ed1d24;
  color: #fff;
  transition: all .3s ease-in;
  box-shadow: 0 14px 28px rgba(0,0,0,.25),0 10px 10px rgba(0,0,0,.22)!important;
}

/* manegment teem */

.management-team {
  background-color: #f9f9f9;
  padding-top: 50px;
  padding-bottom: 50px;
}

.product-card {
  background-color: #fff;
  border: none;
  color: #090910!important;
  border-radius: 0!important;
  transition: .3s;
  box-shadow: 0 2px 6px 0 rgba(0,0,0,.16),0 2px 6px 0 rgba(0,0,0,.12)!important;
}

.image-box {
  position: relative;
  margin: auto;
  overflow: hidden;
  width: 100%;
}

.image-box img {
  max-width: 100%;
  transition: all .3s;
  display: block;
  width: 100%;
  height: auto;
  transform: scale(1);
}
/* teem */
#owl-example1 .owl-item{
  margin:0 10px 0 0;
}


#owl-example1 a{
text-decoration: none;
}

#owl-example2 a{
  text-decoration: none;
  }
 .board-director-full {
  display: block;
  margin: 0 auto 20px;
  background-color: #fff;
  padding: 30px 0;
  border: 1px solid #f2efef;
  transition: all .5s ease-in-out;
}
.board-director-full img {
  width: 120px;
  display: block;
  margin: 0 auto 30px;
  box-shadow: 0 2px 4px 0 rgba(0,0,0,.5);
  border: 6px solid #ececec;
  border-radius: 50%;
}

.board-director-full h5{
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  color: #242526;
}
.board-director-full p{
  font-size: 14px;
  text-align: center;
  color: #ed1d24;
  margin: 0;
  padding: 10px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.board-director-full h6{
    margin: 0;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    color: #4a4a4a;
}


.itemC {
  background: #ccc;
  height: 100px;
  width: 90%;
  margin: 0 auto;
  text-align: center;
}

#owl-example1 .itemC {
  background: tomato;
}

#owl-example2 .itemC {
  background: rgb(66, 161, 53);
}

 #owl-example2 .owl-item {
  margin: 0 10px 0 0;
} 
/* .owl-item{
  width: 277.5px;
  margin-right: 20px;
} */


.owl-carousel .owl-wrapper-outer {
  width: 103% !important
}

.red-tex{
  color: #ed1d24;
}

 .btn-view {
  border: 2px solid #ed1d24;
  width: 225px;
  border-radius: 50px;
}

.btn-view:hover {
  background-color: #ed1d24;
  color: #fff;
}


.leader-bt-ac{
    border-radius: 50px;
    margin-right: 33px;
}

.leader-tab {
  font-size: 15px;
  font-weight: 600;
  width: 209px;
  text-align: center;
  margin-left: 28px;
}
.leadership-tab{
  margin-top: 5%;
}
.leadership-tab .nav-pills .nav-link {
    border-radius: 50px;
}


.leadership-tab  .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
  color: rgb(255, 255, 255);
  background-color: #ed1b24;
  /*font-size: 17px;*/
  /* padding: 9px 11px; */
  margin-right: 20px;
  text-decoration: none;
}

.leadership-tab .nav-pills>li>a {
  color: #000;
  /*font-size: 17px;*/
  padding: 9px 11px;
  margin-right: 5px;
  text-decoration: none;
  border: 1px solid #ccc;
}

.leadership-tab .nav-pills>li>a:hover {
 
  color: #fff;
  transition: all .5s ease-in-out;
}
/* acccdion */

.ledre-acc{
  width: 95%;
  position: relative;
  
}

.img-led {
  display: block;
  float: left;
  margin-right: 17px;
  width: 120px;
}

.ledre-acc h4 {
  font-size: 24px;
  text-align: left;
  color: #242526;
  padding: 45px 0 5px;
}
.ledre-acc p {
  margin: 0;
  font-size: 14px;
  text-align: left;
  color: #ed1d24;
  line-height: 0;
}
.ledder-he-acc .card-header {
  cursor: pointer;
  text-decoration: none;
  margin-bottom: 31px !important;
  border: 1px solid #ccc;
  border-radius: 4px;
  background: #fff;
}

.ledder-he-acc .card-header a:hover {
  color: #0056b3;
  text-decoration: none;
}

.ledder-he-acc .card-header:after {
  content: "";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  float: right;
}

.ledder-he-acc span {
  float: right;
  /* top: -4px; */
  margin-top: -33px;
  color: #ccc;
  border: 1px solid #ccc;
  padding: 8px;
  border-radius: 6px;
}


.card-leder {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  /* background-color: #fff; */
  background-clip: border-box;
  /* border: 1px solid rgba(0,0,0,.125); */
  border-radius: .25rem;
}

.card-body-leder {
  /* margin-left: 39px; */
  background: rgb(255, 255, 255); 
  margin-top: -34px;
  padding-top: 0px;
  margin-bottom: 15px;
  border: 1px solid #ccc; 
  border-radius: 5px;

}
.card-body-leder .left-side {
  font-size: 12px;
  font-weight: 600;
  text-align: right;
  color: #4a4a4a;
  margin: 0 0 10px;
  float: left;
  width: 30%;
  height: 10vh;
}

.card-body-leder .left-side p{
  margin: 14px;
}


.card-body-leder .right-side {
  font-size: 12px;
  color: #4a4a4a!important;
  margin: 0 0 10px;
  line-height: 17px;
  float: left;
  width: 70%;
  padding: 14px;
  text-align: left;
}

.ledder-he-acc .card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-clip: border-box;
  border-radius: .25rem;
  background: #fff0;
  border: none;
}

/* whate we offer page */

/* Coded by Asif Mahmood */
.pro-bg-color {
  background-color: #f9f9f9;
  padding-bottom: 40px;
  padding-top: 10px;
}
.product-trade {
  margin-top: 30px;
  margin-bottom: 0!important;
}
.card-section {
  margin-top: 66px;
}
.card-section .panel-sets {
  border: none;
  border-radius: 0;
  background-color: transparent;
  box-shadow: none;
}
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0,0,0,.05);
}
.card-section .panel-sets .panel-sets-body {
  padding: 0;
  box-shadow: 0 0 10px 0 rgba(0,0,0,.07);
}
.panel-sets-body, .panel-sets-body.card-text p, .panel-sets-body:hover {
  transition: all .5s ease-in-out;
}
.card-section .panel-sets .panel-sets-body {
  padding: 0;
  box-shadow: 0 0 10px 0 rgba(0,0,0,.07);
}
.panel-sets-body:hover {
  background-color: #ed1d24;
  color: #fff;
  box-shadow: 0 14px 28px rgba(0,0,0,.25),0 10px 10px rgba(0,0,0,.22)!important;
}
.panel-sets-body, .panel-sets-body.card-text p, .panel-sets-body:hover {
  transition: all .5s ease-in-out;
}
.panel-body {
  padding: 15px;
}
.card-section .panel-sets .panel-sets-body a {
  display: block;
  text-decoration: none;
}
.card-section .panel-sets .panel-sets-body a img {
  width: 100%;
  display: block;
} 
.card-section .panel-sets .panel-sets-body a .card-text {
  padding: 35px 15px 15px;
}
.card-section .panel-sets .panel-sets-body a .card-text {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0;
  text-align: center;
  color: #2d2d2d;

  text-transform: uppercase;
  position: relative;
}
.card-section .panel-sets .panel-sets-body a {
  display: block;
  text-decoration: none;
}
.card-text:before {
  content: "";
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  bottom: 0;
  width: 50px;
  background-color: #dcdcdc;
  height: 2px;
  display: block;
  margin: 0 auto;
}
.card-section .panel-sets .panel-sets-body a .card-text p {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.panel-sets-body:hover .card-text p {
  color: #fff;
  transition: all .5s ease-in-out;
}

/* ========================= */


.brokares-tab-but{
    font-size: 15px;
    font-weight: 600;
    border-radius: 0;
    margin-right: 0;
    /* width: 190px; */
    text-align: center;
    border-radius: 0px;
}

.brokares-sec .nav-pills>li>a {
  color: #000;
  font-size: 14px;
  padding: 9px 11px;
  margin-right:0px;
  text-decoration: none;
  background: #ffffff;
}

.brokares-sec .nav-pills .nav-link {
 border-radius: 0px; 
}

.offer-detail-heading {
  font-size: 45px;
  font-weight: 300;
  letter-spacing: .1px;
  text-align: center;
  color: #000;
}

.offer-tick-section {
  background-color: #fff;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 40px;
  border: 1px solid #ececec;
}

.media-heading {
  margin-top: 9px;
  margin-bottom: 5px;
  font-size: 18px;
  text-align: left;
}

.tick-section {
  padding-bottom: 15px;
}


.tick-section .tick-body {
  vertical-align: middle;
}

.media-left, .media>.pull-left {
  padding-right: 10px;
}

.benifited-class .benifited-heading {
  font-size: 30px;
  text-align: center;
  color: #4c4c4c;
  padding-bottom: 15px;
  font-weight: 700;
}

.benifited-class .benefited-description {
  padding-bottom: 25px;
  font-size: 18px;
  line-height: 1.78;
  letter-spacing: 0;
  text-align: left;
  color: #4c4c4c;
}
 .also-like-head {
  font-size: 24px;
  letter-spacing: 0;
  text-align: center;
  color: #000;
  margin: 0;
  padding-top: 20px;
  padding-bottom: 30px;
}

.download-images {
  position: relative;
}

.download-bottom {
  display: block;
  margin-bottom: 45px;
}
.download-images .download-heading {
  margin: 0;
  position: absolute;
  top: 22%;
  left: 0;
  right: 0;
  text-align: center;
  vertical-align: middle;
  width: 100%;
  font-size: 23px;
}

.download-bottom h3 {
  margin: 0;
  background-color: #ed1d24;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0;
  text-align: center;
  color: #fff;
  padding: 8px;
}
.download-bottom h3 i {
  padding-right: 10px;
}
.download-bottom {
  text-decoration: none;
}

.download-bottom:hover{
  text-decoration: none;
}

/* contact us */

.anyClass {
  height:500px;
  overflow-y: scroll;
}
.closebtndv, .myicon{
    display: none;
  }
 .mydivemenu, .myicon {
padding: 15px;
background: #7a7a7a;
}
.anyClass span{
font-size: 14px;
color: #4a4a4a;
}
  
@media screen and (max-device-width: 830px) {
  .mydivemenu, .myicon{ 
    padding: 15px;
    background: #7a7a7a;
  }
  .closeBotton{ 
    display: inline-block;
    background: #bdbdbd;
    padding: 8px;
    border-radius: 13px;
  }
  .closebtndv{
    width: 100%;
    text-align: center;
  }

  .closebtndv, .myicon{
    display: inline-block;
  }

  .anyClass{
    transform: translateX(-100%);
    transition: transform .35s ease;
    display: table-column; 
  }

  .navbarContent{
    transform: translateX(-100%);
    transition: transform .35s ease;
    display: table-column; 
  }

  .navbarContent-show{
    transform: translateX(0%);
    transition: transform .35s ease;
    display: block; 
  }

  .myicon-show{
    display: none;
  }


}

/* Apply Now Page Starts */
.bio-account-list {
  padding-top: 40px;
  padding-bottom: 40px;
  margin-bottom: 0;
}
.list-inline>li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
.bio-account-list .active .btn-bio {
  background-color: #ed1d24;
  color: #fff;
}
.bio-account-list li .btn-bio {
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  color: #515356;
  border-radius: 40px;
  text-transform: uppercase;
  background-color: rgba(203,203,203,.29);
}
/* .btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
} */
.bio-account-list li .btn-bio {
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  color: #515356;
  border-radius: 40px;
  text-transform: uppercase;
  background-color: rgba(203,203,203,.29);
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.tab-content {
  margin-top: 10px;
}
.tab-content>.active {
  display: block;
}
.bio-heading {
  margin: 0;
  padding-bottom: 40px;
  font-size: 36px;
  letter-spacing: .1px;
  color: #4a4a4a;
  text-align: center;
  font-weight: 700;
}
.bio-form-section {
  width: 60%;
  display: block;
  margin: 0 auto;
  background-color: #f9f9f9;
  border: 1px solid #eee;
  padding: 15px 0;
}
.fr-horizon {
  padding-top: 20px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}
@media (min-width: 768px){
.form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
}
}
.c-label {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  text-align: left;
  color: #000;
}
.joint-acc .form-group{
  text-align: left !important;
}
.no-padding {
  padding: 0;
}
.f-control {
  height: 35px;
  background-color: #fff;
  border: 1px solid #979797;
  border-radius: 0;
  box-shadow: none;
}
.form-control {
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.form-control, output {
  font-size: 14px;
  line-height: 1.428571429;
  color: #555;
  display: block;
}
.form-padding {
  padding: 0 25px 25px;
}
.form-horizontal .form-group:after, .form-horizontal .form-group:before {
  content: " ";
  display: table;
}
.button-container{
  padding:20px 0;
}
.btn-form {
  display: block;
  margin: 0 auto;
  border-radius: 50px;
  background-color: #ed1b24;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  color: #fff;
  padding: 6px 25px;
  transition: all .3s ease-in;
  border: 2px solid transparent!important;
}
  .bio-account-list .active .btn-bio {
    background-color: #ed1d24;
    color: #fff;
}
.nav-pills>li>a  {
 
  font-weight: 600;
  text-align: center;
  color: #515356;
  border-radius: 40px;
  text-transform: uppercase;
  background-color: rgba(203,203,203,.29);
}
.bo-account .nav-pills .nav-link.active, .nav-pills .show>.nav-link{
  font-size: 12px;
  padding: 9px 6px;
}
.bo-account .faq-tab-but {
  font-size: 15px;
  font-weight: 600;
  border-radius: 0;
  margin-right: 0;
  width: 123px;
  text-align: center;
}

/* Apply Now Page Ends */

/* KNOWLEDGE BASE */

/* ---------------------------------------------- */

.productCardContent {
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #b9babc;
  background: #7d8082;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}
.productCardContent .productCardImage{
  height: 200px;
  position: relative;
  overflow: hidden;
}
.productCardContent .productCardImage img{
  position: relative;
  display: block;
  min-height: 200px;
  min-width: 100%;
  max-width: 100%;
  opacity: 1;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}
.productCardContent:hover .productCardImage img{
  opacity: 0.8;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.productCardContent .productCardImage .imageCardEffect{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 30px 10px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  text-indent: 9999px;
}
.productCardContent .productCardImage .imageCardEffect::before,
.productCardContent .productCardImage .imageCardEffect::after{
    pointer-events: none;
}
.productCardContent .productCardImage .imageCardEffect::before{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.5);
    content: '';
    -webkit-transition: -webkit-transform 0.6s;
    transition: transform 0.6s;

    -webkit-transform: rotate(45deg) scale(2) translate(0px, -100%);
    -moz-transform: rotate(45deg) scale(2) translate(0px, -100%);
    -o-transform: rotate(45deg) scale(2) translate(0px, -100%);
    -ms-transform: rotate(45deg) scale(2) translate(0px, -100%);
    transform: rotate(45deg) scale(2.5) translate(0px, -100%);
}
.productCardContent:hover .productCardImage .imageCardEffect::before {
    -webkit-transform: rotate(45deg) scale(2) translate(0px, 100%);
    -moz-transform: rotate(45deg) scale(2) translate(0px, 100%);
    -o-transform: rotate(45deg) scale(2) translate(0px, 100%);
    -ms-transform: rotate(45deg) scale(2) translate(0px, 100%);
    transform: rotate(45deg) scale(2.5) translate(0px, 100%);
}

  /*======================== Card Details Style */
  .productCardDetails{
    position: relative;
    overflow: hidden;
    background: #ffffff;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}
.productCardDetails .productCardModel{
    position: relative;
    overflow: hidden;
    text-align: center;
    /* padding: 20px 20px 10px 20px; */
}
.productCardDetails .productCardModel a:link, .productCardDetails .productCardModel .accessoryDesc{
    color: #2a4185;
    position: relative;
    font-size: 20px;
    font-weight: bold;
    margin: 0;
    padding: 0;
    display: block;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}

.productCardContent:hover .productCardDetails .productCardModel a, .productCardContent:hover .productCardDetails .productCardModel .accessoryDesc{
    color: #e65059;
}
.modelCardEffect{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}
.productCardContent .productCardDetails .modelCardEffect::before{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #2a4185;
    content: '';
    -webkit-transition: -webkit-transform 0.6s;
    transition: transform 0.6s;

    -webkit-transform: skew(40deg, 0deg) translate(-150%, 0px);
    -moz-transform: skew(40deg, 0deg) translate(-150%, 0px);
    -o-transform: skew(40deg, 0deg) translate(-150%, 0px);
    -ms-transform: skew(40deg, 0deg) translate(-150%, 0px);
    transform: skew(40deg, 0deg) translate(-150%, 0px);
}
.productCardContent:hover .productCardDetails .modelCardEffect::before {
    -webkit-transform: skew(0deg, 0deg) translate(0%, 0px);
    -moz-transform: skew(0deg, 0deg) translate(0%, 0px);
    -o-transform: skew(0deg, 0deg) translate(0%, 0px);
    -ms-transform: skew(0deg, 0deg) translate(0%, 0px);
    transform: skew(0deg, 0deg) translate(0%, 0px);
}
.productCardContent .productCardDetails .productCardDetailsList {
  position: relative;
  height: 82px;
  padding: 10px;
  text-align: left;
  font-size: 14px;
  border-bottom: 1px solid #edecec;
}
.productCardContent .productCardDetails .productCardDetailsList .list-group{
    margin-bottom: 0!important;
}
.productCardContent .productCardDetails .productCardDetailsList .list-group .list-group-item{
    color: #2a4185 !important;
}
.productCardContent .productCardDetails .productCardDetailsList .list-group .list-group-item .detailIcon{
    position: relative;
    width: 40px;
    padding-left: 10px;
    display: table-cell;
    vertical-align: middle;
    font-size: 25px;
}
.productCardContent .productCardDetails .productCardDetailsList .list-group .list-group-item .detailInfo{
    display: table-cell;
    vertical-align: middle;
}
.productCardContent .productCardDetails .accessoryCardDetailsList {
    position: relative;
    height: 50px;
}
.productCardContent .productCardDetails .accessoryCardDetailsList .list-group{
    margin-bottom: 0!important;
}
.productCardContent .productCardDetails .accessoryCardDetailsList .list-group .list-group-item{
    color: #2a4185 !important;
}
.productCardContent .productCardDetails .accessoryCardDetailsList .list-group .list-group-item .detailIcon{
    position: relative;
    width: 40px;
    padding-left: 10px;
    display: table-cell;
    vertical-align: middle;
    font-size: 25px;
}
.productCardContent .productCardDetails .accessoryCardDetailsList .list-group .list-group-item .detailInfo{
    display: table-cell;
    vertical-align: middle;
}

.productCardContent .productCardPrice{
    position: relative;
    text-align: center;
}
.productCardContent .productCardPrice a, .productCardContent .productCardPrice button {
    border: none !important;
    width: 40%;
    margin: 4% !important;
    padding: 0 !important;
    text-align: center;
    line-height: 35px;
    background: #ff0404;
    color: #ffffff;
    -webkit-transition: all 100ms ease-out;
    -moz-transition: all 100ms ease-out;
    -o-transition: all 100ms ease-out;
    transition: all 100ms ease-out;
}
.productCardContent:hover .productCardPrice a, .productCardContent:hover .productCardPrice button {
    background: #e65059;
    color: #ffffff;
}
.productCardPrice a:hover, .productCardPrice a:focus, .productCardPrice a:hover, .productCardPrice button:focus {
  background: #e65059;
  color: #ffffff;
  
}
.productCardContent .productCardPrice .inCart, .productCardPrice .inCart:focus{
    color: #2a4185 !important;
    background: #81c868 !important;
}

.accessoryAdminCard{
  background: #FFFFFF;
  padding: 10px;
}
.productCardModel h3{
  font-size: 24px;
  padding-top: 20px;
}
/*====================== news================ */

.banner-both-news {
  background-size: cover !important;
  background-position: center center !important;
  height: 210px;
  width: 100%;
  background: #ccc;
}

.banner-both-news h3 {
  font-size: 2.5em;
  font-weight: 700;
  padding-top: 73px;
  text-align: center;
  color: #fff;
  text-shadow: 0 0 7px rgba(0,0,0,.5);
  text-transform: uppercase;
  width: 80%;
  margin: 0 auto;
}

/* card */

.news-card {
  height: 184px;
  margin-bottom: 82px;
}
.news-card .fa {
  font-size: 22px;
  position: relative;
  margin-top: 32px;
  color: #ff0000;
}

.news-card-title {
  margin-top: 6px;
  font-weight: 600;
  font-size: 22px;
}
.news-card-fr {
  text-align: right;
  position: relative;
  width: 60%;
  float: right;
  margin-top: 20px;
}
.news-card-title::before {
  content: "";
  position: absolute;
  top: 41px;
  left: 0;
  right: 0;
  bottom: 0;
  width: 74%;
  background-image: linear-gradient(to right, red , black);
  height: 3px;
  display: block;
  margin: 0 auto;
  padding-top: -16px;
  padding-bottom: 4px;
}
.btn-news-card {
  color: #fff;
  background-color: #f80000;
  border-color: #f80000;
  transition: 0.3s;
}

.btn-news-card:hover {
  color: #fff;
  background-color: #636363;
  border-color: #636363;
  
}

.news-card-body{
  text-align: justify;
}


.sec-but-left{
  float: left;
    width: 35%;
    position: relative;
    margin-top: 20px;
  }


  .news-cat-boder{
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
    text-align: end;
  }
  .news-cat-boder h2 {
    text-align: start;
    position: absolute;
    font-weight: 600;
    margin-top: 2px;
}

  .news-cat{

  }

  .news-card-text{
    font-size: 14px;
  }

  .news-cat h2 {
    color: #ed1b24;
    font-size: 35px;
    border-bottom: 1px solid #ccc;
}
  .well-1 {
    min-height: 1px;
    padding: -9px;
    margin-bottom: 16px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    text-align: center;
}

  .news-cat a{
    color: #fb0000;
    transition: 0.3s;
  }

  .news-cat a:hover {
    color: rgb(0, 0, 0);
  }

  .dtls-all p{
    text-align: justify;
  }
  .v-for-front a{
    font-size: 18px;
  }
  .v-for-front{
   
  }


  /*============================ RESEARCH box========================*/
  .nav-pills .nav-link {
    border-radius: 0;
}
.research-panel{

}
.research-panel .nav-pills>li>a { 
 text-transform: capitalize !important; 
 background-color: rgba(255, 255, 255, 0.29);
 font-size: 15px;
}

.research-panel .nav>li>a:focus, .nav>li>a:hover {
  background-color: #ed1d24;
  color: #fff;
  transition: all .5s ease-in-out;
}

.research-panel .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
  color: rgb(255, 255, 255);
  background-color: #ed1b24;
  font-size: 15px;
  padding: 9px 11px;
  margin-right: 5px;
  text-decoration: none;
}

.just-for-des-heads-research {
  font-size: 36px;
  font-weight: 600 !important;
  text-align: center;
  color: #141414;
  margin: 0;
  margin-top: 38px;
  
}

.just-for-des-para-research {
  margin: 0;
  text-align: center;
  font-size: 18px;
  font-weight: 400 !important;
  color: #9b9b9b;
  padding-bottom: 32px;
  font-family: sans-serif;
  letter-spacing: -0.8px;
}

.sort-search-1 {
  padding: 7px 0 8px 0;
  text-align: center;
  border-radius: 5px;
  /* border: 1px solid #e50000; */
  margin-bottom: 61px;
  background-color: #b5b5b5;
}

label {
  display: inline-block;
  margin-bottom: 5px;
  /* font-weight: 600; */
}

.bir-cl {
  padding: 4px;
  border: 1px solid #eee;
  border-radius: 6px;
  width: 25%;
  margin-right: 5px;
}


.circulars-cl1 {
  padding: 4px;
  border: 1px solid #eee;
  border-radius: 6px;
  width: 100%;
  margin: 15px 0;
}


.but-01:hover {
  border: 1px solid;
  box-shadow: inset 0 0 20px rgba(255, 255, 255, .5), 0 0 20px rgba(255, 255, 255, .2);
  outline-color: rgba(255, 255, 255, 0);
  outline-offset: 15px;
  text-shadow: 1px 1px 2px #6d0404;
}

.but-01 {
  margin-left: 10px;
  background: #ed1d24;
  padding: 5px 25px;
  border: 0 solid;
  box-shadow: inset 0 0 20px rgba(255, 255, 255, 0);
  outline: 1px solid;
  outline-color: rgb(127 10 10 / 50%);
  outline-offset: 0px;
  text-shadow: none;
  transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
  color: #fff !important;
  border-radius: 5px;
}


.box-item {
  position: relative;
  -webkit-backface-visibility: hidden;

  margin-bottom: 35px;
  max-width: 100%;
}


.flip-box {
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  perspective: 1000px;
  -webkit-perspective: 1000px;
  box-shadow: 2px 6px 7px -3px rgba(0,0,0,0.82);
-webkit-box-shadow: 2px 6px 7px -3px rgba(0,0,0,0.82);
-moz-box-shadow: 2px 6px 7px -3px rgba(0,0,0,0.82);
border-radius: 6px;
}

.flip-box-front,
.flip-box-back {
  background-size: cover;
  background-position: center;
  border-radius: 8px;
  min-height: 276px;
  -ms-transition: transform 0.7s cubic-bezier(.4,.2,.2,1);
  transition: transform 0.7s cubic-bezier(.4,.2,.2,1);
  -webkit-transition: transform 0.7s cubic-bezier(.4,.2,.2,1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.inner .fas{
  font-size: 31px;  
}


.flip-box-front {
  -ms-transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.flip-box:hover .flip-box-front {
  -ms-transform: rotateY(-180deg);
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.flip-box-back {
  /*position: absolute;*/
  top: 0;
  left: 0;
  width: 100%;
  
  -ms-transform: rotateY(180deg);
  /*-webkit-transform: rotateY(180deg);*/
  /*transform: rotateY(180deg);*/
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.flip-box:hover .flip-box-back {
  -ms-transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.flip-box .inner {
  position: absolute;
  left: 0;
  width: 100%;
  padding: 10px;
  outline: 1px solid transparent;
  -webkit-perspective: inherit;
  perspective: inherit;
  z-index: 2;
  color: #db1a1b;
  transform: translateY(-50%) translateZ(60px) scale(.94);
  -webkit-transform: translateY(-50%) translateZ(60px) scale(.94);
  -ms-transform: translateY(-50%) translateZ(60px) scale(.94);
  top: 50%;
}

.top-fl-col {
  margin-top: 89px;
  background-color: #000000bf;
  border-radius: 6px;
  padding-top: 51px;
  padding-bottom: 38px;
  top: 20px;
}
.flip-box-header {
  font-size: 18px;
}

.flip-box p {
    font-size: 13px;
    line-height: 1.5em;
    text-align: justify;
    margin-top: 20px;
    word-spacing: -2px;
    color:#000000;
}

.flip-box-img {
  margin-top: 47px;
  padding: 20px 20px;
}

.flip-box-button {
  background-color: transparent;
  border: 2px solid #db1a1b;
  border-radius: 2px;
  color: #000000;
  cursor: pointer;
  font-size: 13px;
  margin-top: 7px;
  padding: 4px 20px;
  text-transform: uppercase;
  text-decoration: none;
}

.flip-box-button:hover{
  color: rgb(255, 196, 0);
  text-decoration: none;
}

.pagination {
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination a.active {
  background-color: #ed1d24;
  color: white;
}

.pagination a {
  color: black;
  float: left;
  padding: 4px 13px;
  text-decoration: none;
  font-size: 15px;
  border: 1px solid #ccc;
}

.pagination a:hover:not(.active) {
  background-color: #ddd;
  color: #ed1d24;
}

.by-sector {
  width: 17%;
  display: initial;
  
}

/* ============= */
.btn-box {
  position: relative;
  display: inline-block;
  margin: 15px;
  letter-spacing: 1px;
  color: #999999;
  background: #ffffff;
  border: 2px solid #afafaf;
  cursor: pointer;
  border-radius: 10px;
  transition: ease-out 0.5s;
  -webkit-transition: ease-out 0.5s;
  -moz-transition: ease-out 0.5s;
}
.btn-box h3 {
  font-size: 12px;
  text-align: center;
  color: #000;
  height: 53px;
  margin-top: 15px;
}

.btn-box h3 p {
  color: #787878;
  line-height: 22px;
}

.model-ima-st{
  border: 1px dashed rgb(255, 0, 0);
  box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.2);
-webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.2);
-moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.2);
}
/* boder */

.btn-box.btn-border-4::after,
.btn-box.btn-border-4::before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    transition: .5s;
}

.btn-box.btn-border-4::after {
    top: -9px;
    left: -9px;
    border-top: 3px solid transparent;
    border-left: 3px solid transparent;
    box-shadow: -1px -1px 13px 1px rgba(0,0,0,0.32);
-webkit-box-shadow: -1px -1px 13px 1px rgba(0,0,0,0.32);
-moz-box-shadow: -1px -1px 13px 1px rgba(0,0,0,0.32);
}

.btn-box.btn-border-4::before {
    bottom: -9px;
    right: -9px;
    border-bottom: 3px solid transparent;
    border-right: 3px solid transparent;
    
}

.btn-box.btn-border-4:hover {
  color: #040404;
  background-color: #a9959552;
  text-decoration: none;
}

.btn-box.btn-border-4:hover::before {
  content: "View Bio";
  text-align: center;
  font-size: 20px;
  color: #fff;
  padding-top: 205px;
 
background: -moz-linear-gradient(top,  rgba(30,22,17,0) 0%, rgba(30,22,17,0.7) 65%, rgba(30,22,17,1) 99%, rgba(30,22,17,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(30,22,17,0) 0%,rgba(30,22,17,0.7) 65%,rgba(30,22,17,1) 99%,rgba(30,22,17,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(30,22,17,0) 0%,rgba(30,22,17,0.7) 65%,rgba(30,22,17,1) 99%,rgba(30,22,17,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001e1611', endColorstr='#1e1611',GradientType=0 ); /* IE6-9 */

}
.btn-box.btn-border-4:hover::after,
.btn-box.btn-border-4:hover::before {
    width: calc(100% + 15px);
    height: calc(100% + 15px);
    border-color: #ff0000;
}

.social-mid-bio{
  margin-top: 15px;
  font-size: 15px;
  float: left;
}

.social-mid-bio ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.social-mid-bio ul li {
  display: block;
  float: left;
  width: 39px;
  height: 30px;
  padding: 5px;
  margin: 1px;
  border: 1px solid #ccc;
  text-align: center;
  border-radius: 5px;
}
.pdf-list {
  padding-bottom: 50px;
  float: left;
}

/*============ Dsc panel================ */


.news-sec-box .nav-pills>li>a {
  font-weight: 600;
  text-align: center;
  color: #ff0000;
  text-transform: uppercase;
  background-color: rgb(203 203 203 / 0%);
}

.ulin-dsc{
  border-bottom: 1px solid #ed1b24;
}

.left-card-a {
  width: 20%;
  position: absolute;
}

.left-card-b {
  width: 78%;
  position: relative;
  margin-left: 24%;
  text-align: justify;
}

.left-card-b h5{
  font-weight: 600;
  padding: 6px 0px;
  margin: 0;
}

.card-sty{
  border: none;
  background-color: #fff0;
  
}
.se-boder {
  border-bottom: 1px solid #ccc;
  padding: 10px;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
  z-index: 3;
  color: #fff;
  background-color: #f44336;
  border-color: #f44336;
  cursor: default;
}

.pagination>li:first-child>a, .pagination>li:first-child>span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

.sort-search-2 {
  padding: 7px 0 8px 0;
  text-align: center;
  border-radius: 5px;
  margin-bottom: 25px;
  background-color: #b5b5b5;
}

/*============= circulars============== */
.circulars {
  border: 1px solid #ccc;
  padding-bottom: 10px;
  background: #e6edf1;
  height: 237px;
  padding-top: 33px;
}

.circulars h5 {
  text-align: center;
  color: #f5010c;
}

.circular-detals {
  margin-bottom: 33px;
  margin-top: 14px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 14px;
}
.circular-detals h3{
  color: #f00;
}

/* faq */

#accordion .panel-heading {
  color: #000;
  background-color: #e5e4e4;
  border-color: #ddd;
  border-bottom: 1px solid #f00;
}

.panel-title {
  margin-top: -1px;
  font-size: 16px;
  line-height: 7px;
  padding: 14px 19px 5px;
  font-weight: 700;
}

/* ---------------------- */
.news-cat {
}
.news-cat a h3 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-family: "proxima";
    font-size: 21px;
    font-weight: 600;
}

/* blog */

/* ===================== */

.content-item {
  padding:30px;
background-color:#FFFFFF;
}

.content-item.grey {
background-color:#F0F0F0;
padding:50px 0;
height:100%;
}

.content-item h2 {
font-weight:700;
font-size:35px;
line-height:45px;
text-transform:uppercase;
margin:20px 0;
}

.content-item h3 {
font-weight:400;
font-size:20px;
color:#555555;
margin:10px 0 15px;
padding:0;
}

.content-headline {
height:1px;
text-align:center;
margin:20px 0 70px;
}

.content-headline h2 {
background-color:#FFFFFF;
display:inline-block;
margin:-20px auto 0;
padding:0 20px;
}

.grey .content-headline h2 {
background-color:#F0F0F0;
}

.content-headline h3 {
font-size:14px;
color:#AAAAAA;
display:block;
}


#comments {
  box-shadow: 0 -1px 6px 1px rgba(0,0,0,0.1);
background-color:#FFFFFF;
}

#comments form {
margin-bottom:30px;
}

#comments .btn {
margin-top:7px;
}

#comments form fieldset {
clear:both;
}

#comments form textarea {
height:100px;
}

#comments .media {
    border-top: 1px dashed #DDDDDD;
    padding: 6px 11px;
    border: 1px solid #ccc;
    margin: 10px;
    border-radius: 6px;
    box-shadow: 5px 6px 5px -2px rgba(0,0,0,0.26);
-webkit-box-shadow: 5px 6px 5px -2px rgba(0,0,0,0.26);
-moz-box-shadow: 5px 6px 5px -2px rgba(0,0,0,0.26);
}

#comments .media p {
    margin-bottom: 15px;
    text-align: justify;
    color: #673ab7;
}

#comments .media img {
max-width:100px;
}

#comments .media h4 {
    margin: 0 0 10px;
    border-bottom: 1px dashed #ccc;
    color: #fb0055;
    font-size: 14px;
}

#comments .media h4 span {
font-size:14px;
float:right;
color:#999999;
}

#comments .media p {
margin-bottom:15px;
text-align:justify;
}

#comments .media-detail {
margin:0;
}

#comments .media-detail li {
    color: #1c6e1f;
    font-size: 12px;
    padding-right: 10px;
    font-weight: 600;
}

#comments .media-detail a:hover {
text-decoration:underline;
}

#comments .media-detail li:last-child {
padding-right:0;
}

#comments .media-detail li i {
    color: #4caf50;
    font-size: 15px;
    margin-right: 10px;
}

#news-d-c {
  width: 100%;
  float: left;
  margin-bottom: 15px;
  border-bottom: 1px solid #ccc;
  padding: 10px;
}

#news-d-c .form-control {
  width: 69%;
  margin-top: 10px;
}
#news-d-c .form-inline{
  float: left;
  width: 50%;
}
/* celender date picker */
.piker-st{
  width: 22%;
  display: inline;
}

.date-view{
  display: inline;
}
.date-view .fa {
  margin-left: -24px;
  margin-right: 10px;
}



/* ======== mobail menu =========== */
@media (min-width: 1200px){
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1170px;
}
}


@media (max-width: 992px) {
  .navbar-collapse {
   position: fixed;
    top: 0px;
    padding-left: 26px;
    padding-right: 34px;
    padding-bottom: 15px;
    width: 75%;
    padding-top: 20px;
    height: 100%;
    background: #000;
    z-index: 9;
  }

  .menu-st ul {
    background-color: #000; 
        margin-bottom: 13px;
   
}

.invest-card .card-body h6 {
    line-height: 21px;
}
.invest-card .card-body p {
    line-height: 18px;
}


.menu-st li a {
  color: #ffffff;
  text-align: left;
  padding: 13px 0px 11px 42px;
  text-decoration: none;
}

  .navbar-collapse.collapsing {
      right: -75%;
      transition: height 0s ease;
  }

  .navbar-collapse.show {
    right: 0;
      transition: right 300ms ease-in-out;
  }

  .navbar-toggler.collapsed ~ .navbar-collapse {
      transition: right 500ms ease-in-out;
  }

  .btn:not(:disabled):not(.disabled) {
    cursor: pointer;
    color: #fff;
}

button:focus {
  outline: 0px auto -webkit-focus-ring-color;
}
  .cross-but {
    color: #fff;
    border: 1px solid #fff;
    padding: 5px 14px;
    border-radius: 7px;
    margin-left: 163px;
    font-size: 26px;
  }
  
  
 .news-cat-boder h2 {
    
     position: relative; 
}
  
  
  
  
}

/* ======== mobail menu End =========== */
/* date piker contact us */
.bootstrap-datetimepicker-widget.dropdown-menu {
  border: 1px solid #ff0000;
  border-radius: 0;
  box-shadow: none;
  margin: 10px 0 0 0;
  padding: 0;
  min-width: 300px;
  max-width: 100%;
  width: auto;
}
.input-group-text{
  background-color: #f00;
  color: #fff;
}

.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before, .bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
  display: none;
}
.bootstrap-datetimepicker-widget.dropdown-menu table td,
.bootstrap-datetimepicker-widget.dropdown-menu table th {
  border-radius: 0;
}
.bootstrap-datetimepicker-widget.dropdown-menu table td.old, .bootstrap-datetimepicker-widget.dropdown-menu table td.new {
  color: #bbb;
}
.bootstrap-datetimepicker-widget.dropdown-menu table td.today:before {
  border-bottom-color: #ff0000;
}
.bootstrap-datetimepicker-widget.dropdown-menu table td.active,
.bootstrap-datetimepicker-widget.dropdown-menu table td.active:hover,
.bootstrap-datetimepicker-widget.dropdown-menu table td span.active {
  background-color: #ff0000;
  text-shadow: none;
}
.bootstrap-datetimepicker-widget.dropdown-menu table td.active.today:before,
.bootstrap-datetimepicker-widget.dropdown-menu table td.active:hover.today:before,
.bootstrap-datetimepicker-widget.dropdown-menu table td span.active.today:before {
  border-bottom-color: #fff;
}
.bootstrap-datetimepicker-widget.dropdown-menu table th {
  height: 40px;
  padding: 0;
  width: 40px;
}
.bootstrap-datetimepicker-widget.dropdown-menu table th.picker-switch {
  width: auto;
}
.bootstrap-datetimepicker-widget.dropdown-menu table tr:first-of-type th {
  border-bottom: 1px solid #34495e;
}
.bootstrap-datetimepicker-widget.dropdown-menu table td.day {
  height: 32px;
  line-height: 32px;
  padding: 0;
  width: auto;
}
.bootstrap-datetimepicker-widget.dropdown-menu table td span {
  border-radius: 0;
  height: 77px;
  line-height: 77px;
  margin: 0;
  width: 25%;
}
.bootstrap-datetimepicker-widget.dropdown-menu .datepicker-months tbody tr td,
.bootstrap-datetimepicker-widget.dropdown-menu .datepicker-years tbody tr td,
.bootstrap-datetimepicker-widget.dropdown-menu .datepicker-decades tbody tr td {
  padding: 0;
}
.bootstrap-datetimepicker-widget.dropdown-menu .datepicker-decades tbody tr td {
  height: 27px;
  line-height: 27px;
}
.bootstrap-datetimepicker-widget.dropdown-menu .datepicker-decades tbody tr td span {
  display: block;
  float: left;
  width: 50%;
  height: 46px;
  line-height: 46px !important;
  padding: 0;
}
.bootstrap-datetimepicker-widget.dropdown-menu .datepicker-decades tbody tr td span:not(.decade) {
  display: none;
}
.bootstrap-datetimepicker-widget.dropdown-menu .timepicker-picker table td {
  padding: 0;
  width: 30%;
  height: 20px;
  line-height: 20px;
}
.bootstrap-datetimepicker-widget.dropdown-menu .timepicker-picker table td:nth-child(2) {
  width: 10%;
}
.bootstrap-datetimepicker-widget.dropdown-menu .timepicker-picker table td a,
.bootstrap-datetimepicker-widget.dropdown-menu .timepicker-picker table td span,
.bootstrap-datetimepicker-widget.dropdown-menu .timepicker-picker table td button {
  border: none;
  border-radius: 0;
  height: 56px;
  line-height: 56px;
  padding: 0;
  width: 100%;
}
.bootstrap-datetimepicker-widget.dropdown-menu .timepicker-picker table td span {
  color: #333;
  margin-top: -1px;
}
.bootstrap-datetimepicker-widget.dropdown-menu .timepicker-picker table td button {
  background-color: rgb(255, 0, 0);
  color: #333;
  font-weight: bold;
  font-size: 1.2em;
}
.bootstrap-datetimepicker-widget.dropdown-menu .timepicker-picker table td button:hover {
  background-color: rgb(255, 0, 0);
}

.bootstrap-datetimepicker-widget.dropdown-menu .picker-switch table td {
  border-top: 1px solid #34495e;
}
.bootstrap-datetimepicker-widget.dropdown-menu .picker-switch table td a, .bootstrap-datetimepicker-widget.dropdown-menu .picker-switch table td span {
  display: block;
  height: 40px;
  line-height: 40px;
  padding: 0;
  width: 100%;
}

.todayText:before {
  content: "Today's Date";
}

.input-group-append {
  cursor: pointer;
}
/*-------------------------- Serching page --------------------*/
.serach-heading h3 .color-red {
  font-weight: 600;
  color: #ed1d24;
}
.search-media {
  margin-top: 80px;
}

.search-media a h3 {
  color: #f00;
  font-size: 19px;
  font-weight: 700;
  display: inherit;
  padding-left: 15px;
}

.serach-itm .list-group-item {
    margin: 6px 20px;
}


.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
   
}

.edit-cl-im img{
    width: 100%;
}

/* ---------------DIGITAL BOOTH-------------- */

.booth-card {
  width: 100%;
  margin: 18px auto;
}
.booth-card h4 {
  font-size: 18px;
  font-weight: 600;
  margin-top: 10px;
}
.booth-card p {
  padding: 5px;
  border: 1px solid #a31a20;
  line-height: 17px;
  font-size: 14px;
}
/*mahbub*/
/*banner-costom*/

.carousel-caption1 {
    position: absolute;
    right: -79px;
    bottom: 20px;
    z-index: 10;
    padding-top: 50px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    top: -75px;
    display: block;
}

.carousel-caption2 {
    position: absolute;
    right: 171px;
    bottom: 93px;
    z-index: 10;
    padding-top: 50px;
    padding-bottom: 20px;
    color: #000;
    text-align: center;
    /* top: -75px; */
    display: block;
    margin: 0 auto;
    width: 50%;
}
.carousel-caption2 h1 {
    margin-bottom: 37px;
    text-align: center;
}
.carousel-caption3 {
    position: absolute;
    right: 553px;
    bottom: 62px;
    z-index: 10;
    padding-top: 50px;
    padding-bottom: 20px;
    color: #000;
    text-align: center;
    /* top: -75px; */
    display: block;
    margin: 0 auto;
    width: 50%;
}
.carousel-caption3 h1 {
    margin-bottom: 37px;
    text-align: center;
}
@media (max-width: 768px){
    .carousel-caption2 h1 {
    margin-bottom: 37px;
    text-align: center;
    font-size: 29px;
}
.carousel-caption2 {
    position: absolute;
    right: -48px;
    bottom: 45px;
    z-index: 10;
    padding-top: 50px;
    padding-bottom: 20px;
    color: #000;
    text-align: center;
    /* top: -75px; */
    display: block;
    margin: 0 auto;
    width: 100%;
}
.carousel-caption3 h1 {
    margin-bottom: -35px;
    text-align: center;
    font-size: 24px;
}
.carousel-caption3 {
    position: absolute;
    right: -25px;
    bottom: 62px;
    z-index: 10;
    padding-bottom: 20px;
    color: #000;
    text-align: center;
    display: block;
    margin: 0 auto;
    width: 100%;
}
.carousel-caption1 {
    position: absolute;
    right: 9px;
    bottom: 20px;
    z-index: 10;
    padding-top: 50px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    top: -91px;
    display: block;
}
}

