body { 
  font-family: roboto !important; 
}
.header {
    color: #444444;
    transition: all 0.5s;
    z-index: 997;
    background-color: #f1f7fc;
  }
  
  .topbar {
    background-color: #084b94;
    height: 40px;
    padding: 0;
    font-size: 14px;
    transition: all 0.5s;
}
  
 .topbar .contact-info i {
    font-style: normal;
    color: #fff;
  }
  
  .topbar .contact-info i a,
 .topbar .contact-info i span {
    padding-left: 5px;
    color: #fff;
  }
  
  @media (max-width: 575px) {
  
     .topbar .contact-info i a,
     .topbar .contact-info i span {
      font-size: 13px;
    }
  }
  
 .topbar .contact-info i a {
    line-height: 0;
    transition: 0.3s;
  }
  
   .topbar .contact-info i a:hover {
    color: #fff;
    text-decoration: underline;
  }
  
 .topbar .social-icon a {
    color: #fff;
    line-height: 0;
    transition: 0.3s;
    margin-left: 20px;
  }
  
   .topbar .social-icon a:hover {
    color: #fff;
  }  
img#thank-img {
    width: 100%;
}
  
  /*--------------------------------------------------------------
  # Navigation Menu
  --------------------------------------------------------------*/
  img#logo-img {
    width: 200px;
}
@media (min-width: 992px) {
  .navbar-expand-lg .navbar-collapse {
      
      justify-content: space-around !important;
  }
  .nav-link {
    
    color: #000;   
    margin: 0 13px;
}
}
section#about {
  margin: 80px 0;
}
.blue {
  color: #084b94;
  font-size: 41px;
}

/* COUNTER SECTION */
.counter-wrapper {
  background-image: url('image/Bg.jpg');
  background-size: cover;
  background-position: center center;
  position: relative;
  background-attachment: fixed;
}
.counter-wrapper:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #084b946e;
}
.counter-inner{
  position:relative;
  z-index:2;
}
.count-icon{
  font-size: 48px;
}
.py-5.text-center.text-white {
  font-size: 30px;
}
.container.text-center.category-area {  
  padding-bottom: 10px;
}
section.Divisions.py-5 .slick-dotted.slick-slider { 
  margin-top: 50px;
}
section.why-choose-us img {
  margin: 40px 0;
}


div#product-area {
  padding: 25px 0px;
}
.product-logos {  
  margin-bottom: 50px;
}
.product-logos .blue {
  color: #084b94;
  margin-top: 18px;
  font-size: 20px;
  font-weight: 600;
}
section.pcd {
  padding: 61px 0px;
}
.slick-slide img {
  display: block;
  width: 100% !important;
  border: 1px groove !important;
}

.slick-prev:before, .slick-next:before { 
  font-size: 22px !important; 
  color: #000000 !important;
  
}

/* footer */

.footer {  
  background-color: #f2f2f2;
  border-top: 1px solid color-mix(in srgb, #1977cc, transparent 75%);
  
  position: relative;
}

.footer .footer-top {
  padding-top: 50px;
}

.footer .foot-about .logo {
  line-height: 1;
  margin-bottom: 25px;
}

.footer .foot-about .logo img {
  max-height: 40px;
  margin-right: 6px;
}
img#footer-logo {
  width: 300px;
}



.footer .social-icon a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid color-mix(in srgb, #444444, transparent 50%);
  font-size: 16px;
  color: color-mix(in srgb, #444444, transparent 20%);
  margin-right: 10px;
  transition: 0.3s;
}

.footer .social-icon a:hover {
  color: #1977cc;
  border-color: #1977cc;
}

.footer h4 {
  font-size: 20px;
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
}

.footer .footer-link {
  margin-bottom: 30px;
}

.footer .footer-link ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer .footer-link ul i {
  padding-right: 2px;
  font-size: 12px;
  line-height: 0;
}

.footer .footer-link ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

.footer .footer-link ul li:first-child {
  padding-top: 0;
}

.footer .footer-link ul a {
  color: #000;
  display: inline-block;
  line-height: 1;
}
.footer .footer-link ul a:hover {
  color: blue;  
}

.footer .footer-link ul a:hover {
  color: var(--accent-color);
}
.footer a {  
  text-decoration: none !important;
}

.footer .footer-contact p {
  margin-bottom: 5px;
}

.footer .copyright {
  padding-top: 25px;
  padding-bottom: 25px;
  border-top: 1px solid color-mix(in srgb, #444444, transparent 90%);
}

.footer .copyright p {
  margin-bottom: 0;
}

.footer .custom {
  margin-top: 8px;
  font-size: 13px;
}
.form-row .form-group.col-md-12 {
  margin: 8px 0px;
}
/* end of footer */
.bubble {
  position: fixed;
  bottom: 0px;
  right: 0px;
  display: flex;
  flex-direction: column;
  top: 330px;
  margin: auto;
  justify-content: center;
  align-items: flex-end;
  z-index: 99;
}
.bubble a.call {
  background: #00afef;
}
.bubble a {
  border-radius: 5px 0 0 5px;
  margin-top: 8px;
  box-shadow: 0px 0px 13px 0px rgb(0 0 0 / 46%);
  overflow: hidden;
  color: #fff;
  padding: 10px 14px;
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center;
  width: 55px;
  transition: all 0.5s linear;
  height: 50px;
  overflow: hidden;
  white-space: nowrap;
}
.bubble label {
  display: none;
  transition: all 0.5s linear;
  margin-bottom: 0;
  margin-right: 35px;
  font-size: 16px;
  text-transform: capitalize;
}
.bubble a.whats {
  background: #25D366;
}
.bubble a:hover {
  width: 100%;
}
.bubble a:hover label {
  display: block;
}
.footer-form {
  position: fixed;
  right: 0px;
  bottom: 0;
  z-index: 1000;
  width: 286px;
  background: #fff;
  padding: 0;
}
.footer-form .heading-look {
  font-size: 24px;
  background: #084b94;
  color: #fff;
  text-align: center;
  display: none;
  padding: 4px 0;
  cursor: pointer;
}
div#mini_contact_form {
  padding: 0px 10px 5px 10px;
  display: none;
  background: #ffff;
}
.footer-form  .form-group {
  margin: 9px 0;
}
.banner-content.w-100.py-md-5 {
  position: absolute;
  top: 20%;
}
.col-md-3.col-sm-7.ms-md-auto {
  background: #084b94;
  padding: 18px;
  color: #fff;
}
form.mt-4 {
  background: #084b94;
  padding: 10px;
  margin-top: 0 !important;
}



@media (min-width:990px) and (max-width: 1550px) {

.form-control {  
  padding: 3px;  
}
.banner-content.w-100.py-md-5 {
  position: absolute;
  top: 20%;
}
}

@media (max-width: 767px) {
  /* .row.lores {
      display: grid;
      grid-template-columns: 2fr 2fr;
      width: 100%;
  } */
  .product-logos {
    width: 100% !important;
}
section.pcd img, section.Third-Party img {
  width: 100%;
}
section.why-choose-us img {
  margin: 40px 0;
  width: 100%;
}
.topbar {
  display: none !important;
}
.product-logos img {
  width: 200px;
}
.product-logos {
  margin-bottom: 20px;
}
.banner-content.w-100.py-md-5 {
  position: relative;
  margin-top: 30px;
}
.slick-prev, .slick-next {
  display: none !important;
}
.blue {
  color: #084b94;
  font-size: 32px;
}
section#about .blue { 
  margin-top: 20px;
}
section#about {
  margin: 40px 0;
}
h2.blue.py-5 {
  padding: 10px !important;
}
section.pcd {
  padding: 0px;
}
section.Divisions.py-5 {
  padding-bottom: 0 !important;
}
section.Third-Party .row {
  flex-direction: column-reverse;
}

}
/***********24-9-25 ****************/

.pdf-download{
    position: fixed;
    z-index: 999999;
    right: 0;
    top: 50%;    
}
.pdf-download img{
    height:auto;
    width:50px;
}

#myModal{
    display: flex;
    width: 100%;
    margin: 0px auto;
    background: rgba(0, 0, 0, 0.75);
    z-index: 99999;
} 
#myModal .modal-content{
    width: 50%;
    margin: 0 auto;
    padding: 20px;
    height:250px;
    top:20%;
    text-align: center;
}
span.close1{
     position: relative;
    left: 50%;   
}



@media only screen and (max-width: 767px) {

#myModal .modal-content {
    width: 75%;
    margin: 0 auto;
    padding: 20px;
    height: 250px;
    top: 20%;
    text-align: center;
}
}





