h1, h2, h3, h4, h5, h6, p, span, ul, li, a, .btn-default, textarea {
	margin: 0;
	padding: 0;
}
* {
	margin: 0;
	padding: 0;
}
a:hover {
	text-decoration: none;
}
a:focus {
	text-decoration: none;
}
body {

}

.container{
	max-width: 1175px;
}

/* ************************************ */
/*RESPONSIVE NAVIGATION*/
.mobile-menu{
   display: none;
 }
 .mobile-menu .circle {
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  border-radius: 50%;
  background: #005879;
  margin: 0 auto;
  font-size: 16px;
  position: fixed;
  right: 40px;
  top: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}
.mobile-menu .mobile-cross {
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  border-radius: 50%;
  background: #005879;
  margin: 0 auto;
  font-size: 16px;
  position: fixed;
  right: 0px;
  top: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99999;
}
.mobile-menu .nveMenu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 280px;
  height: 100%;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  z-index: 999;
  transform: translateX(-320px);
  transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1);
  padding: 40px 20px;
}
.mobile-menu .nveMenu.is-opened {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
/*.mobile-menu .nveMenu h1 {
  color: #000;
  font-weight: 700;
  }*/
  .mobile-menu .overlay {
    position: fixed;
    top: 0;
    right: 0;
    width: calc(100% - 280px);
    height: 100%;
    background: rgba(0, 0, 0, 0.71);
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1);
  }
  .mobile-menu .overlay.is-on {
    opacity: 1;
    visibility: visible;
    z-index: 999;
  }
  .mobile-menu .navlinks li {
    display: block;
    padding: 12px 0;
  }
  .mobile-menu .navlinks li a {
    text-transform: uppercase;
    color: #666;
    font-weight: 700;
  }
  .mobile-menu .navlinks li a:hover {
    text-decoration: none;
  }
/*RESPONSIVE NAVIGATION*/

/* PRELOADER START */
.preloader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-image: url('../images/preloader.gif');
  background-repeat: no-repeat;
  background-color: #FFF;
  background-position: center;
}
/* PRELOADER END */
.active-class{
  border: 2px solid #000;
}
/* ************************************ */


/* 
my-css */


.man-top {
  /* background-color: #ececec; */
  padding: 35px 0px 50px 0px;
  position: absolute;
  width: 100%;
}

.blt-logo img {
  width: 15%;
}

.services{
  background-image: url(../images/Desktop\ -\ 11.png);
  background-repeat: no-repeat;
  background-position: 100%;
  background-size: contain;
  padding: 221px 0px 40px 0px;
  background-color: #e9f2f9;
}

.amazon-logo img {
  width: 37%;
}

.amazon-logo {
  display: flex;
  justify-content: center;
}       

section.services {
  /* position: absolute; */
  left: 0px;
  right: 0px;
  top: 116px;
}

.services-img img {
  width: 100%;
}

.services-content h2 {
  font-size: 71px;
  text-transform: capitalize;
  color: #146da8;
  font-weight: 700;
  line-height: 75px;
}

.services-content {
  padding: 60px 0px 0px 0px;
  width: 150%;
}

.services-content p {
  color: #146da8;
  font-weight: 700;
  font-size: 17px;
  margin-top: 25px;
  width: 75%;
}

.container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {

  padding: 0px;
}

.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 20px 0px 20px 50px;
  font-size: 1rem;
  background-color: #f2f8fd;
  color: #212529;
  text-align: left;
  border: 1px solid black;
  overflow-anchor: none;
  /* transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,border-radius .15s ease; */
}
.accordion-button:not(.collapsed)::before {
  background-image:url(../images/minus-icon\ 1.png);
  transform: rotate(180deg);
} 
.accordion-button::before {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;

  content: "";
  background-image: url(../images/plus-icon\ 1.png);
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform .2s ease-in-out;
}
.accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  /* margin-left: auto; */
  content: "+";
  
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform .2s ease-in-out;
  display: none !important;
}

.accordion-item button {
  color: #146da8;
  font-weight: 700;
}

footer.man-footer {
  background-color: #026da5;
  /* padding: 10px  0px 10px 0px; */
}

.footer-content {padding: 28px 0px 11px 0px;color: #fff;text-transform: capitalize;}

.footer-pic {
  display: flex;
  justify-content: end;
  padding: 20px 0px 12px 0px;
}

.accordion-body {
  padding: 20px 20px 20px 70px;
  font-weight: 700;
}

.accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
   
    content: "";
    display: none !important;
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e);
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform .2s ease-in-out;
}