#logo {
  width: 100%;
  height: auto;
  padding: 9px 0;
}
#logo img {
  min-width: 100px;
  height: 81px;
  width: 87px !important;
}
.a {
  pointer-events: none;
  cursor: default;
  opacity: 0.6;
}
.dropdown-menu li a {
  padding: 10px 13px !important;
}
.dropdown-menu li {
  display: block !important;
}
.dropdown-menu {
  line-height: normal !important;
  top: 80%;
}
.bst {
  font-family: "Poppins", sans-serif;
  background: transparent linear-gradient(to right, #262626 50%, #ffce10 50%)
    repeat scroll right bottom / 202% 100%;
  border: 0 none;
  border-radius: 20px;
  color: #3d3d3d;
  font-size: 14px;
  font-weight: 600;
  height: 34px;
  line-height: 18px;
  padding: 8px 15px;
  margin-left: 5px;
  text-transform: none;
  vertical-align: middle;
  margin-bottom: 0px;
}
.footer-top {
  padding: 20px 0 20px;
}
.footer-bottom {
  padding: 10px 0;
}
.site-footer .use-slt-link a i {
  margin-right: 5px;
}
.nw_pg_bbrone {
  padding: 50px 0;
  background: #f4feff;
}
.bbr_content {
  margin-top: 25%;
}
.bbr_content p {
  text-align: justify;
}
.bbr_content h1 {
  font-size: 65px;
  line-height: 1.2;
  display: flex;
  align-items: flex-start;
}
#spin {
  font-weight: 600;
  text-transform: capitalize;
}
#spin:after {
  content: "";
  animation: spin 50s ease-in-out infinite;
  -webkit-transition: all 0.5s ease-in-out 0.5s;
  transition: all 0.5s ease-in-out 0.5s;
}
.nw_pg_bbrtwo {
  background: #dbebff;
  padding: 50px 0;
}
.nw_pg_bbrtwo ul {
  list-style: none;
  margin: 20px 0 100px 0;
  text-align: center;
}
.nw_pg_bbrtwo ul li {
  display: inline-block;
  font-weight: 700;
  width: 30%;
  letter-spacing: 0.3px;
  font-size: 28px;
  position: relative;
}
.nw_pg_bbrtwo ul li span {
  display: block;
  font-weight: 100;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 0.2px;
}
.nw_pg_bbrtwo ul li:nth-child(1):after,
.nw_pg_bbrtwo ul li:nth-child(2):after {
  content: "";
  border-right: 2px solid #3b3b3b54;
  position: absolute;
  height: 50px;
  right: 0;
  top: 18%;
}
.nw_pg_bbrtwo .bbr_cntnt h4 {
  text-align: center;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0.2px;
  color: #3b3b3b;
  margin: 0px 0 30px;
}
.nw_pg_bbrtwo .bbr_cntnt img {
  background: #ffffff;
  padding: 5px;
  border-radius: 100%;
  width: 100px;
  display: block;
  height: 100px;
  margin: 0 auto;
}
.bbr_cntnt_text {
  height: 100px;
  vertical-align: middle;
  display: inline-grid;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
.bbr_cntnt_text p b {
  color: #3b3b3b;
}
.bbr_cntnt_text p {
  color: #666;
}

@keyframes spin {
  0% {
    content: "ipsum";
    color: blue;
  }
  10% {
    content: "dolor";
    color: red;
  }
  20% {
    content: "sit";
    color: green;
  }
  30% {
    content: "amet";
    color: orange;
  }
  40% {
    content: "consectetur";
    color: brown;
  }
  50% {
    content: "adipisicing";
    color: grey;
  }
  60% {
    content: "elit";
    color: pink;
  }
  70% {
    content: "Hic";
    color: olive;
  }
  80% {
    content: "atque";
    color: aqua;
  }
  90% {
    content: "fuga";
    color: chocolate;
  }
}

/* Page No2 CSS */
.nw_pg2_bbrone {
  margin: 50px;
}
.nw_pg2_bbrone h3 {
  text-align: center;
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 30px;
  line-height: 40px;
}
.nw_pg2_bbrone .content {
  text-align: center;
}
.nw_pg2_bbrone .content p {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 0;
  line-height: 35px;
}
.bbr_cntnt_inner {
  background: #f3f3f3;
  padding: 20px;
  width: 150px;
  height: 150px;
  margin: 0 auto 5px;
  border-radius: 100%;
  position: relative;
}
.nw_pg2_bbrone .content:before {
  content: " ";
  border-bottom: 1px dashed #000;
  width: 100%;
  display: block;
  position: absolute;
  top: 110px;
  right: -150px;
}
.nw_pg2_bbrone .content:after {
  content: "\f0da";
  font: normal normal normal 22px / 1 FontAwesome;
  position: absolute;
  right: 0;
  bottom: 104px;
}
.nw_pg2_bbrone .content.last:before {
  content: " ";
  border-bottom: none;
}
.nw_pg2_bbrone .content.last:after {
  content: " ";
}
.bbr_cntnt_inner:after {
  content: "\f046";
  font: normal normal normal 18px / 1 FontAwesome;
  position: absolute;
  color: #00b900;
  background: #fff;
  padding: 5px;
  border-radius: 100px;
  right: 10px;
  top: 10px;
}
.bbr_cntnt_inner .fa {
  font-size: 55px;
  line-height: 2;
}
.bbr_cntnt_inner:hover{filter: blur(2px) grayscale(1);}
.nw_pg2_bbrone .hire_now {
  background-color: #00b900;
  padding: 10px 35px;
  color: #fff;
  border-radius: 25px;
  margin: 50px 0;
  display: inline-block;
}
.bbr_srvs {
  margin: 80px 0;
}
.bbr_srvs h4 {
  font-size: 24px;
  font-weight: 600;
  line-height: 35px;
  margin: 50px 0 25px;
}
.bbr_srvs ul {
  list-style: none;
  margin-bottom: 40px;
}
.bbr_srvs ul li {
  width: 49%;
  display: inline-block;
  padding: 10px 0;
  font-weight: 500;
}
.bbr_srvs ul li i {
  margin-right: 7px;
  color: #ffce10;
  font-size: 22px;
  position: relative;
  top: 4px;
}
.bbr_srvs .rgt_img {
  background: #f3f3f3;
  padding: 0px;
  width: 100%;
  display: block;
  height: 400px;
}
.bbr_srvs a {
  border: 2px solid #000;
  color: #000;
  padding: 5px 20px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 5px;
}
.bbr_hvqs h3 {
  margin-bottom: 10px;
}
.bbr_hvqs h4 {
  color: #ffce10;
  font-size: 22px;
  font-weight: 700;
  margin: 40px 0 15px 0;
}
.bbr_hvqs a {
  background: #000;
  color: #ffce10;
  padding: 10px 50px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 30px;
  display: inline-block;
}

/* Page No3 CSS */
.nw_pg2_bbrone.intern {
  height: auto;
  padding: 0 50px;
  max-width: inherit;
  background: #f4f9fe;
  min-height: 320px;
  margin: 0 auto 130px;
  position: relative;
}
.bbr_intnone {
  background: #fff;
  box-shadow: 0px 5px 20px rgba(7, 78, 176, 0.12);
  width: 45%;
  margin: 0 auto;
  padding: 48px 40px;
  border-radius: 36px;
  text-align: center;
  position: relative;
  top: 90px;
  border: 2px solid #e9ecf5;
}
.bbr_intnone h3 {
  margin: 0;
}
.bbr_intnone p {
  margin: 0 auto 30px;
}
.bbr_intnone a {
  background: #ffce10;
  color: #000;
  padding: 10px 30px;
  font-size: 18px;
  line-height: 24px;
  border-radius: 40px;
  font-weight: 600;
  display: inline-block;
}
.nw_pg2_bbrone.intern img.left {
  left: 22%;
  width: 293px;
  bottom: 0;
  height: auto;
  position: absolute;
}
.nw_pg2_bbrone.intern img.right {
  right: 22%;
  width: 293px;
  bottom: 0;
  height: auto;
  position: absolute;
}
.bbr_intntwo {
  position: relative;
  text-align: center;
}
.bbr_intntwo h3 {
  font-size: 28px;
  font-weight: 600;
}
/*owlcrausel*/
.carousel-wrap {
  margin: 25px auto 50px;
  padding: 0 5%;
  position: relative;
}
/* fix blank or flashing items on carousel */
.owl-carousel .item {
  position: relative;
  z-index: 100;
  -webkit-backface-visibility: hidden;
  box-shadow: 0px 5px 20px rgba(7, 78, 176, 0.12);
  padding: 20px 0;
  border-radius: 16px;
  border: 1px solid #f2f5ff;
  margin: 0 10px;
}
.owl-carousel .item h4 {
  margin: 0;
  font-weight: 600;
}
.owl-carousel .item p {
  color: #7c8ba2;
  font-size: 14px;
  margin: 2px 0 0;
}
/* end fix */
.owl-nav > div {
  margin-top: -26px;
  position: absolute;
  top: 50%;
  color: #cdcbcd;
}
.owl-carousel .owl-item {
  margin: 20px auto;
}
.owl-nav i {
  font-size: 52px;
  color: #f1f1f1;
}
.owl-nav i:hover {
  color: #ccc;
}
.owl-nav .owl-prev {
  left: -30px;
}
.owl-nav .owl-next {
  right: -30px;
}
/*owl crausel*/

@media (max-width: 768px) {
  .bbr_content h1 {
    font-size: 30px;
  }
  .nw_pg_bbrone video {
    width: 100%;
    height: auto;
  }
  .bbr_content {
    margin-top: 0;
  }
  .nw_pg_bbrtwo ul {
    margin: 20px 0 50px 0;
  }
  .nw_pg_bbrtwo ul li {
    margin-bottom: 20px;
    width: 100%;
  }
  .nw_pg_bbrtwo ul li:nth-child(1):after,
  .nw_pg_bbrtwo ul li:nth-child(2):after {
    content: "";
    border-bottom: 2px solid #3b3b3b54;
    position: absolute;
    width: 100px;
    right: 0;
    top: 52%;
    left: 0;
    margin: 0 auto;
    border-right: none;
  }
  .bbr_cntnt_text {
    text-align: center;
    margin-top: 10px;
  }
  /*3rd Page*/
  .bbr_intnone {
    width: 100%;
    padding: 20px 5px;
    border-radius: 15px;
    top: 50px;
  }
  .bbr_intnone h3 {
    margin: 0 0 10px;
    font-size: 17px;
    line-height: 22px;
  }
  .bbr_intnone p {
    margin: 0 auto 20px;
    font-size: 13px;
  }
  .bbr_intnone a {
    font-size: 13px;
    padding: 7px 17px;
  }
  .nw_pg2_bbrone.intern img.right {
    display: none;
  }
  .nw_pg2_bbrone.intern img.left {
    display: none;
  }
  .nw_pg2_bbrone.intern {
    min-height: auto;
    margin: 0px auto 70px;
  }
  .bbr_intntwo h3 {
    font-size: 18px;
  }
  .carousel-wrap {
    margin: 5px auto 50px;
  }
  .nw_pg2_bbrone .content {
    margin-bottom: 50px;
}
.nw_pg2_bbrone .content:before {
    content: " ";
    border-bottom:none;
}
.nw_pg2_bbrone .content:after {
    content: " ";
}
.nw_pg2_bbrone h3 {
    font-size: 20px;
    line-height: 25px;
}
.nw_pg2_bbrone .hire_now{
    margin: 0px 0 50px;
}
.nw_pg2_bbrone .content p{
    line-height: 20px;
}
.bbr_srvs h4{
    font-size: 18px;
    line-height: 22px;
    margin: 0px 0 15px;
}
.bbr_srvs p{font-size: 14px;}
.bbr_srvs {
    margin: 40px 0;
}
.bbr_srvs a{font-size: 14px;}
.bbr_srvs ul {
    margin-bottom: 20px;
}
.bbr_srvs .rgt_img{margin-top: 30px;}
.bbr_hvqs{font-size: 14px;}
.bbr_hvqs h4 {
    font-size: 19px;
    margin: 20px 0 15px 0;
}
.bbr_hvqs a{
    padding: 10px 25px;
    font-size: 14px;
}
.bbr_content h1 {
    font-size: 30px;
}
.nw_pg_bbrone video{
    width: 100%;
    height: auto;
}
.bbr_content {
    margin-top: 0;
}
}
