/* common ----------------------------------------------------------------------*/

.pa-bot-def-40{
  padding-bottom: 40px;
}

h1, h2, h3, h4, h5, h6 {
  color: #51559C !important;
}

hr {
  border-style: none !important;
}

/* end common ------------------------------------------------------------------*/

/* header ----------------------------------------------------------------------*/

.cont-detail-sec{
  float:left ;
  padding-bottom: 5px;
}
.dropdown-toggle::after{
  display: none;
}



/* end header area -------------------------------------------------------------*/

/* dropdown ----------------------------------------------------------------------*/

.dropdown-menu{
  float:left ;
  padding-bottom: 5px;
}
.dropdown-item{
  color: #ffffff;
}
/* .dropdown-hover-dot{
  display: none;
} */
.dropdown-item:hover + .dropdown-hover-dot{
  height: 10px;
  width: 10px;
  background-color: #059759;
  border-radius: 50%;
  display: inline-block;
  float: left;
  margin-left: 10px;
  margin-top: -25px;
}
.navbar-expand-lg .navbar-nav .nav-link{
  padding: 5px 0px 0px 30px !important;
}


/* end dropdown area -------------------------------------------------------------*/

/* start body area -------------------------------------------------------------*/


a, a:hover, a:focus, a:active {
  text-decoration: none;
  color: inherit;
}

.thumb-main-container{
  height: auto;
  width: auto;
}
.thumb-image-container{
  text-align:center;
  color: #FFFFFF;
  position: relative;
  overflow: hidden;
}
.thumb-center-text {
  position: absolute;
  bottom: 8px;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: bolder;
  font-size: 20px;
  text-shadow: 0px 0px 16px #000;
}
.thumb-hover-container{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #008CBA;
}
.thumb-image-container:hover img {
  transform: scale(1.2);
  /*filter: brightness(.5);*/
}

.thumb-image-container:hover .thumb-hover-container {
  /*background-color: #FFFFFF;*/
  /*opacity: 0.4;*/
  cursor: pointer;
  transform: translateY(-250px);
  font-size: 25px;
}

/*.thumb-main-container:hover .thumb-hover-container{*/
/*  display:block;*/
/*  cursor: pointer;*/
/*}*/
/*.btn-heading-container {*/
/*  margin-top: 42% !important;*/
/*  margin-right: 0;*/
/*  opacity: 1;*/
/*  width: 100% !important;*/
/*}*/

.vid-container{
  overflow: hidden;
  box-shadow: 12px 12px 5px -4px rgba(208,213,215,0.75);
  -webkit-box-shadow: 12px 12px 5px -4px rgba(208,213,215,0.75);
  -moz-box-shadow: 12px 12px 5px -4px rgba(208,213,215,0.75);
}

.card-body-cus-container img{
  height: 200px;
  border-radius: calc(.25rem - 1px);

}

.card-title-cus-container{
  margin-top: -50px;
  color: #ffffff;
  background-color: #005b96;
  opacity: 0;
  border-radius: 0 0 .25rem .25rem;
  padding-top: 0.5rem;
  padding-bottom: 0;
}

.card-title-cus-container a{
  color: #ffffff;
  float: right;
}

.more-title{
  display: none;
}

.card-main-container:hover .card-title-cus-container{
  height: 170px;
  margin-top: -170px;
  transition: transform 2.0s;
  padding-top: 85px;
  opacity: 0.8;
  background: rgb(255,255,255);
  background: linear-gradient(90deg, rgba(255,255,255,1) 20%, rgba(63,64,131,1) 65%);
}
.card-main-container:hover .more-title{
  display: block;
}
.view-more-cus-btn{
  background-color: #059759;
  border-style: none;
  margin-bottom: 20px;
}

.album-background{
  background-image: url('../../../public/images/site_images/contact-us-2.png');
}

.tab-content-container{
  position: relative;
}

.tab-content-txt-container{
  position: absolute;
  top: 50px;
  left: 50px;
  padding: 30px;
  font-size: 18px;
  background-color:#fff;
  max-width: 50%;
  border-radius: 5px;
}
.para-content{
  font-size: 16px;
  color: #3F4083 !important;
}
.para-content-header{
  font-family: NexaBlack;
  /* font-size: 20px; */
  font-size: 2.5rem;

}
.para-content-header-sub{
  font-family: NexaBlack;
  /* font-size: 20px; */
  font-size: 2.0rem;
}
.para-content-paragraph{
  font-family: NexaBlack;
  font-size: 15px;
}
.cert-slider-img{
  width: 130px;
  height: 130px;
}
.cert-slider-img:hover{
  transform: scale(1.3);
}
.nav-tabs{
  margin-bottom: none;
}
.prod-cat-details-section{
  background-color: #404184;
}
.prod-cat-details-section h1, p{
  color: #ffffff !important;
}
.card-img-top{
  max-height: 200px;
}
.responsive-video{
  width: inherit;
}
.thumb-image{
  min-width: 340px;
}
.global-image{
  /*max-height: 350px;*/
}



#exTab2 h3 {
  color : white;
  background-color: #428bca;
  padding : 5px 15px;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link .special-nav-link:hover{
  border-style: none !important;
}
.usp-slider .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.special-nav-link .active{
  background-color: #ffffff;
}
.detail-table{
  font-size: 15px;

}
.detail-table td{
  padding: 3px 15px !important;
  text-align: center;
}

.featurette-divider{
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

.featurette-divider-bottom {
  margin: 5rem 0;
}

.related-product-container hr {
  border-top: 1px solid rgba(0, 0, 0, .1) !important;
}

.table-head {
  background-color: #0063AF;
  color: #FFFFFF;
}

/* end body area -------------------------------------------------------------*/

/* start our journey ---------------------------------------------------------*/

.cross-line{
  position: absolute;
  left: 50%;
  margin-left: -1px;
  height: 100%;
  border-left: 2px dotted rgba(151,151,151,.88);
}
.milestone-box{
  -webkit-box-shadow: 0px 0px 22px -5px #B2BEB5;
  box-shadow: 0px 0px 29px 11px #B2BEB5;
  padding: 0;
  background-color: #ffffff;
}
.milestone-header{
  background-color: #404184;
  padding: 10px 20px;
}
.milestone-content{
  color: #000000 !important;
  padding: 20px;
}

/* end our journey -----------------------------------------------------------*/

/* start middle menu ---------------------------------------------------------*/
.about-menu-container{
  background-color: #FAFAFA;
  padding: 40px 20px;
  overflow: hidden;
}
.about-menu-container a{
  text-decoration: none;
}
.about-menu-tab{
  background-color: #ffffff;
  width: 150px;
  height: 150px;
  float: left;
}
.about-menu-tab p{
  color: #000000 !important;
}
.about-menu-icon{
  padding: 30px 0px 20px;
  font-size: 35px;
  color: #000000;
}
.about-menu-tab:hover{
  background-color: #059759;
}
.current-sel{
  background-color: #059759;
}
.team-title{
  color: #000000 !important;
}
/* start middle menu ---------------------------------------------------------*/

/* start footer area -------------------------------------------------------------*/

.footer-inquiry-button{
  padding: 15px;
  background-color: #D83038;
  border-radius: 20px;
}
.footer-inquiry-button p{
  margin-top: 0;
  margin-bottom: 0;
}
.footer-inquiry-container{
  background-color: #0063af;
  padding: 30px;
  border-bottom-right-radius: 60px;
  border-bottom-left-radius: 60px;
  margin: 0 20px;
  /* display: none; */
}
.footer-inquiry-container button{
  background-color: #D83038;
  padding: 10px 40px;
  border-radius: 10px;
  border-color:  #D83038;
}
.footer-icon-btn{
  background-color: #3F4083;
  border-radius: 50%;
  border: 2px solid #3F4083;
}
.footer-div-content p{
  color: #ffffff !important;
  margin-bottom: 0px;
}
.footer-div-content ul > li > a{
  color: #ffffff !important;
}
.responsive-map{
  width: inherit;
  height: 235px;
}
.fa-footer-icon{
  width: 12px;
}

/* end footer area -------------------------------------------------------------*/



/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  margin-bottom: 2rem;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: 3rem;
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel-item {
  background-color: #777;
}
.carousel-item > img {
  top: 0;
  left: 0;
  max-width: 100%;
}

/* Whatsapp chat -------------------------------------------------------------*/

.floating-wpp .floating-wpp-popup .floating-wpp-message{
  color: #000000;
}

/* end whatsapp chat ---------------------------------------------------------*/


/* start usp slider modification ---------------------------------------------*/

.usp-slider .nav-item {
  margin-right: 0px;
  font-size: 20px;
}

.usp-slider .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  font-size: 20px;
  background-color: #005b96;
  color: #ffffff;
}

/* end usp slider modification ---------------------------------------------- */


/* usp slider custom -------------------------------------------------------- */

.custom-usp-side-button{

}

.custom-usp-slider .nav-item{
  margin: 0px;
  font-size: 20px;
  padding: 40px 20px;
  width: 250px;
  text-align: center;
}

.custom-usp-slider .wrapper{
  height: 130px;
}

.custom-usp-slider .list{
  height: 120px;
}
.custom-usp-slider .tab-content{
  overflow: hidden;
  height: 720px;
}

/* product page ------------------------------------------------------------- */

.product-title{
  font-family: NexaBlack;
  font-size: 25px;
  margin-top: 10px;
  text-transform: capitalize;
}

.product-sub-title{
  font-family: NexaBlack;
  font-size: 20px;
  color: #009A5A !important;
  margin: 20px 0px;
}
.lead{
  color: #ffffff !important;
}
.product-container{
  margin-top: 4rem;
}

.product-container img{
  border-radius: 10px;
  cursor: pointer;
  transition: 0.3s;
}

.product-container img:hover
{
  opacity: 0.9;
}

.product-container ul{
  padding-left: 20px;
}

.product-container ul li{
  color: #6c757d;
}

.product-container ul li p{
  color: #000000 !important;
  margin-bottom: 0px
}

.product-container table thead th{
  font-size: 20px;
  text-align: center;
  color: #ffffff;
}

.product-container table tbody tr td{
  font-size: 18px;
  color: #ffffff;
  text-align: center;
}

.image-thumb{
  width: 50px;
  height: 50px;
  margin-top: 20px;
  border: 1px solid #6c757d;
}

/* Image popup Modal (background) */
.product-img-modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (Image) */
.product-img-modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

/* Add Animation - Zoom in the Modal */
.product-img-modal-content, #caption {
  animation-name: zoom;
  animation-duration: 0.6s;
}

@keyframes zoom {
  from {transform:scale(0)}
  to {transform:scale(1)}
}

/* The Close Button */
.product-img-modal-content-close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.product-img-modal-content-close:hover,
.product-img-modal-content-close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

.related-product-container img{
  border-radius: calc(.25rem - 1px);
}

.related-product-container .card-body p{
  text-align: center;
  color: #000000 !important;
}
.product-title-mobile{
  display: none;
}
/* end product page --------------------------------------------------------- */

/* product list page  ------------------------------------------------------- */
.product-thumb-p{
  font-size: 15px;
  color: #51559C !important;
  font-weight: bold;
}
.product-thumb-btn{
  margin-bottom: 20px;
  color: #FFFFFF !important;
  border-color: #51559C !important;
}
.btn-outline-secondary:hover{
  color: #fff !important;
  background-color: #51559C;
}
.card{
  border-style: none !important;
}
.list-group-item:focus, .list-group-item:hover{
  background-color: #51559C !important;
  color: #ffffff !important;
  border-radius: 5px;
}
.list-group-item.active{
  background-color: #51559C;
  color: #ffffff !important;
  border-radius: 5px;
}
.list-group-item{
  border-style: none;
}
.page-link{
  color: #ffffff;
  background-color: #3F4083;
  margin: 5px;
  padding: 12px 20px;
  border-radius: 10px !important;
}
.page-link:hover, .page-link.active{
  background-color: #019559;
  color: #ffffff;
}
/* end product list page  --------------------------------------------------- */

.global-reach-nav{
  min-width: 105px;
}

.flag-icon-container{
  padding: 30px;
}
.flag-icon-sub-container{
  width: 200px;
  padding: 10px;
  margin-bottom: 15px;
}
.dot-round {
  height: 19px;
  width: 25px;
  border-radius: 50%;
  display: inline-block;margin-right: 20px;
}
.only-mobile{
  display: none;
}

/* start media queries  --------------------------------------------------- */
@media (max-width: 360px) {

  .p-tab-title{
    font-size: 30px;
    margin-bottom: -3px !important;
  }
  .cert-slider-img{
    height: auto;
  }
  .about-menu-tab{
    width: 145px;
    height: 145px;
  }

}
@media (max-width: 480px) {
  /* .slogan-text{
    display: none;
  } */
  .logo-image{
    width: 150px;
    height: auto;
  }
  /* .tab-content-container{
    display: none;
  } */
  .order-one{
    order: 1;
  }
  .order-two{
    order: 2;
  }

  .map-container{
    min-width: 345px;
  }
  .para-content-header{
    font-size: 20px !important;
  }
  .para-content-header-sub{
    font-size: 20px !important;
  }
  .card-main-container:hover .card-title-cus-container{
    height: 170px;
    margin-top: -170px;
  }
   .form-ele-div{
     margin-bottom: 10px;
   }
   .product-title-mobile{
     display: block !important;
   }
   /* .product-title{
     display: none;
   } */
   .para-mobile-view{
     font-size: 12px !important;
   }
   .milestone-box{
     left: 0% !important;
     margin-left: 0px !important;
     margin-top: 5px;
     margin-bottom: 70px;
   }
   .product-container table thead th{
     font-size: 10px !important;
   }
   .product-container table tbody tr td{
     font-size: 10px !important;
   }

   .no-mobile{
     display: none;
   }
   .only-mobile{
     display: block;
   }
   .nav-item{
     padding-bottom: 5px;
     border-bottom: 1px solid #ffffff;
     background-color: #373C96;
   }
   .nav-link{
     color: #ffffff !important;
   }
   .dropdown-item{
     border-bottom: 1px solid #ffffff;
     padding-bottom: 5px;
   }
   .form-element-base{
     margin-bottom: 0px !important;
   }
}

@media (min-width: 481px) and (max-width: 768px) {
  .order-one{
    order: 1;
  }
  .order-two{
    order: 2;
  }
  .about-menu-tab{
    width: 115px;
    height: 115px;
  }
  .para-content-header{
    font-size: 20px !important;
  }
  .no-mobile{
    display: none;
  }
  .only-mobile{
    display: block;
  }
  .nav-item{
    padding-bottom: 5px;
    border-bottom: 1px solid #ffffff;
    background-color: #373C96;
  }
  .nav-link{
    color: #ffffff !important;
  }
  .dropdown-item{
    border-bottom: 1px solid #ffffff;
    padding-bottom: 5px;
  }
  .top-form-element{
    margin-bottom: 16px;
  }

}

@media (min-width: 769px) and (max-width: 1024px) {

  .order-one{
    order: 1;
  }
  .order-two{
    order: 2;
  }
  .para-content-header{
    font-size: 20px !important;
  }
  .no-mobile{
    display: none;
  }
  .only-mobile{
    display: block;
  }
  .nav-item{
    padding-bottom: 5px;
    border-bottom: 1px solid #ffffff;
    background-color: #373C96;
  }
  .nav-link{
    color: #ffffff !important;
  }
  .dropdown-item{
    border-bottom: 1px solid #ffffff;
    padding-bottom: 5px;
  }
  .top-form-element{
    margin-bottom: 16px;
  }

}

@media (min-width: 1025px) and (max-width: 1200px) {
  .nav-item{
    font-size: 19px;
  }
}

@media (min-width: 1800px) {
  .tab-content{
    height: 720px !important;
  }
}

/* end media queries  --------------------------------------------------- */


/* start final fixes  --------------------------------------------------- */

.global-reach-a {
  background-color: #fff !important;
  color: #000000 !important;
  font-size: 13px !important;
}

/* end final fixes  ----------------------------------------------------- */
