* {
  margin: 0;
  padding: 0;
}
ul,
ol {
  list-style: none;
}
a,
a:hover,
a:focus {
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
address,
figure,
figcaption {
  margin-top: 0;
  margin-bottom: 0;
}
img {
  vertical-align: middle;
}
.bg {
  background: #8b7f7f;
}

/* common css ends here */
header .navigation {
  position: absolute;
  top: 0px;
  left: 0;
  z-index: 99999999;
  width: 100%;
  transition: all linear 0.4s;
  background: #fff;
}
header .navigation.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
.login-button{
  line-height: 57px;
  margin-left: 20px;
}
header .navigation .navbar-light .navbar-nav a span {
  background-color: #51b56d;
  color: #FFF;
  padding: 8px 13px;
  border-radius: 5px;
  transition: all linear 0.3s;
  border: 1px solid #FFF;
  font-size: 16px;
  font-weight: 500;
}
header .navigation .navbar-light .navbar-nav a span:hover {
  background-color: #FFF;
  color: #000;
  border: 1px solid #bd001e;
  padding: 8px 13px;
}

header .navigation .navbar-light .navbar-nav .nav-link {
  padding: 0 20px;
  margin: 0;
}
header .navigation .navbar-light .navbar-nav .nav-link {
  font-size: 14px;
  color: #000;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 60px;
  position: relative;
}
header .navigation .navbar-light .navbar-nav .nav-link::after {
  position: absolute;
  content: "";
  width: calc(0% - 40px);
  height: 2px;
  background: #51b56d;
  bottom: 5px;
  left: 20px;
  transition: all linear 0.4s;
}
header .navigation .navbar-light .navbar-nav .nav-link:hover::after,
header .navigation .navbar-light .navbar-nav .nav-link.active::after {
  width: calc(100% - 40px);
}

.banner .first-slide img {
  height: 570px;
  background: rgba(0, 0, 0, 0.5);
  position: relative;
  width: 100%;
}
.banner .first-slide .banner-overlay {
  background: rgba(0, 0, 0, 0.5);
  height: 100vh;
  position: absolute;
  top: 60%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);

}
.banner .first-slide .banner-overlay h1 {
  color: #999999;
  font-size: 40px;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  margin-top: 30px;
}
.banner .first-slide .banner-overlay h1 strong {
  color: #ffffff;
  font-weight: 700;
}
.banner .first-slide .banner-overlay h2 {
  color: #999999;
  font-size: 20px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}
.banner .first-slide .banner-overlay h2 span {
  font-weight: bold;
  color: #fcac45;
}
.banner .first-slide .banner-overlay .container {
  position: absolute;
  top: 30%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.carousel-indicators {
  bottom: 30px;
}
.carousel-indicators li {
  width: 20px;
  height: 20px;
  border-radius: 50px;
  background: #fff;
}
.carousel-indicators li.active {
  background: #fcac45;
}
.navbar-brand img {
    width: 110px;
    height: 90px;
}
/* header part end */

#about .right p {
  color: #6c6c6c;
  font-size: 17px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  margin-bottom: 50px;
}

#about {
  background: #fbfbfb;
  padding-top: 82px;
  padding-bottom: 70px;
}
#about h1 {
  color: #222222;
  font-size: 35px;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
#about h1::before {
  position: absolute;
  content: "";
  width: 110px;
  height: 4px;
  background: #51b56d;
  top: 80px;
  left: 46%;
}
#about h1::after {
  position: absolute;
  content: "";
  width: 130px;
  height: 4px;
  background: #BFBF00;
  top: 70px;
  left: 45%;
}
#about h4 {
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 20px;
  padding-top: 40px;
}

#about .teleport-ltd p span {
  font-size: 15px;
  font-weight: 700;
}

/* about details end  */

#sbu {
  background: #ffffff;
  padding-top: 70px;
  padding-bottom: 100px;
}
#sbu h1 {
  color: #222222;
  font-size: 35px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}
#sbu h1 span {
  font-weight: 700;
}
#sbu h1::after {
  position: absolute;
  content: "";
  width: 130px;
  height: 4px;
  background: #BFBF00;
  top: 70px;
  left: 45%;
}
#sbu h1::before {
  position: absolute;
  content: "";
  width: 110px;
  height: 4px;
  background: #51b56d;
  top: 80px;
  left: 46%;
}
#sbu p {
  color: #6c6c6c;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  margin-top: 100px;
}
#sbu .details {
  padding-top: 100px;
}
#sbu .details i {
  font-size: 50px;
  width: 125px;
  height: 125px;
  line-height: 125px;
  border: 5px solid #fcac45;
  border-radius: 50%;
  transition: all linear 0.4s;
}
#sbu .details i:hover {
  color: #000;
  border: 5px solid #000;
  background: #f8f3f3;
}
#sbu .details h5 {
  color: #222222;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: 700;
}
#sbu .details #service-p {
  margin-top: 0;
  color: #222222;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}
/* sbu end */
#journey {
  background: url(../images/partner-bg.jpg) no-repeat center;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}
#journey .client-overlay {
  background: rgb(2 58 48 / 85%);
  padding-top: 80px;
}
#journey h1 {
  color: #ffffff;
  font-size: 35px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}
#journey h1 span {
  font-weight: 700;
}
#journey h1::after {
  position: absolute;
  content: "";
  width: 130px;
  height: 4px;
  background: #BFBF00;
  top: 70px;
  left: 45%;
}
#journey h1::before {
  position: absolute;
  content: "";
  width: 110px;
  height: 4px;
  background: #51b56d;
  top: 80px;
  left: 46%;
}
#journey .logos {
  margin-top: 75px;
  padding-bottom: 40px;
}
#journey .logos .client_part img {
  display: inline-block;
}
#journey .logos .logo-light {
  margin-top: -26px;
}
#journey .logos .technuf img {
  width: 135px;
  height: 62px;
}
#journey .logos .vairav img {
  /* margin-top: 35px;
  height: 25px; */
  height: 400px;
}

/* journey end */

#sbu .controller {
  margin-bottom: 20px;
  margin-top: 100px;
}
#sbu .controller {
  position: relative;
}

#sbu .controller h4 {
  color: #222222;
  font-size: 18px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}
#sbu .details .service-img a img {
  height: 180px;
  border-radius: 10px;
}
#sbu .controller button.mixitup-control-active {
  color: #222222;
}
#sbu .controller button {
  border: none;
  background: none;
  padding: 0 10px;
  color: #6c6c6c;
  font-size: 18px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
}
#sbu .controller button.last-btn {
  padding-right: 0;
}
#sbu .iteam {
  width: 100%;
  position: relative;
  margin-top: 30px;
}
#sbu .iteam img {
  display: inline-block;
}
#sbu .filter-iteam .iteam .iteam-overlay {
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all linear 0.4s;
}
#sbu .filter-iteam .iteam:hover .iteam-overlay {
  opacity: 1;
}
#sbu .filter-iteam .iteam-overlay h6 {
  color: #ffffff;
  font-size: 20px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  padding-top: 60px;
  text-transform: uppercase;
}
#sbu .filter-iteam .iteam-overlay p {
  color: #b2b2b2;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  margin-top: 0;
  padding-top: 8px;
  padding-bottom: 15px;
}
#sbu .filter-iteam .iteam-overlay i {
  color: #e29c41;
  font-size: 14px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border: 2px solid #e29c41;
  border-radius: 50%;
}

/*testimonilas end */
#contact {
  background: #ffffff;
  padding-top: 55px;
  padding-bottom: 0px;
  position: relative;
}
#contact h1 {
  color: #222222;
  font-size: 35px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}
#contact h1 span {
  font-weight: 700;
}
#contact h1::after {
  position: absolute;
  content: "";
  width: 130px;
  height: 4px;
  background: #BFBF00;
  top: 70px;
  left: 45%;
}
#contact h1::before {
  position: absolute;
  content: "";
  width: 110px;
  height: 4px;
  background: #51b56d;
  top: 80px;
  left: 46%;
}
.mr {
  margin-top: 60px;
  /* margin-bottom: 40px; */
}
#contact .contact-us h5 {
  font-size: 18px;
  font-weight: 700;
  color: #66669e;
}
#contact .contact-us h6 {
  font-size: 14px;
  font-weight: 500;
  color: #000;
  line-height: 35px;
}

#contact .form-d b {
  color: #636363;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
}
#contact .form-d {
  margin-top: 30px;
  margin-bottom: 5px;
}
#contact .embed-responsive {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 303px;
}
#contact .responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
#contact .form-div .form {
  width: 100%;
  height: 42px;
  border: 1px solid #999999;
  padding: 0 8px;
  line-height: 42px;
}
#contact .form-div .text-part {
  margin-top: 50px;
}

#contact .mr .card {
  box-shadow: 0 0px 10px 1px #ddd;
  border-radius: 7px;
  padding: 26px 5px;
}
#contact .mr .card h5 {
  font-size: 18px;
  font-weight: 700;
  color: #66669e;
}
#contact .mr .card h6 {
  font-size: 14px;
  font-weight: 400;
  color: #909090;
}
#contact .mr .card i {
  color: #008727;
  font-size: 30px;
  /* border: 1px solid #008727; */
  border-radius: 19px;
  padding: 3px 9px;
}
/*f orm-part ends */
#bottom-line {
  background: #171717;
  /* height: 85px; */
}
#bottom-line p {
  color: #b2b2b2;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  line-height: 50px;
}
#bottom-line p .btm-logo a {
  color: #ffffff;
  font-weight: 600;
}
#bottom-line .social-link {
  line-height: 100px;
}
#bottom-line .social-link a i {
  color: #ffffff;
  width: 33px;
  height: 33px;
  background: #000;
  line-height: 33px;
  display: inline-block;
  text-align: center;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all linear 0.4s;
  margin: 0px 2px;
}
#bottom-line .social-link a:hover i {
  color: #222222;
  background: #ffffff;
  border: 2px solid #fcac45;
}
/* bottom-line ends */

@media (min-width: 992px) and (max-width: 1199px) {
  header .navigation .navbar-light .navbar-nav .nav-link {
    padding: 0px 16px;
  }
  #about .right h2 {
    font-size: 30px;
  }
  #about .right p {
    font-size: 15px;
    margin-bottom: 23px;
  }
  #about .right ol li {
    font-size: 15px;
  }
}
/*large-media ends*/
@media (min-width: 768px) and (max-width: 991px) {
  #about h1::before{
    left: 43%;
  }
  #about h1::after{
    left: 42%;
  }
  header .navigation .navbar-light .navbar-nav .nav-link {
    padding: 0px 12px;
  }
  .banner .first-slide .banner-overlay h2 {
    font-size: 16px;
  }
  #about .right h2 {
    font-size: 22px;
  }
  #about .right p {
    font-size: 13px;
    margin-bottom: 20px;
  }
  #about .right ol li {
    font-size: 11px;
  }
  #about .right .bttn {
    margin-top: 35px;
  }
  #about {
    margin-top: 50px;
    margin-bottom: 60px;
  }
  #team-part h1 {
    font-size: 33px;
  }
  #team-part {
    padding-top: 50px;
    padding-bottom: 85px;
  }
  #teampart-details .details h3 {
    font-size: 17px;
  }
  #teampart-details .details h4 {
    font-size: 14px;
  }
  #teampart-details .details p {
    font-size: 11px;
  }
  #sbu h1 {
    font-size: 33px;
  }
  #sbu {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  #sbu p {
    font-size: 13px;
    margin-top: 70px;
  }
  #sbu .details {
    padding-top: 50px;
  }
  #sbu .details i {
    font-size: 40px;
    width: 100px;
    height: 100px;
    line-height: 100px;
  }
  #sbu .details h5 {
    font-size: 15px;
    margin-top: 15px;
    margin-bottom: 12px;
  }
  #sbu .details #service-p {
    font-size: 12px;
  }
  #journey .client-overlay {
    margin-top: 70px;
  }
  #journey h1 {
    font-size: 33px;
  }
  #journey .logos {
    margin-top: 90px;
    padding-bottom: 50px;
  }
  #sbu {
    padding-top: 35px;
    padding-bottom: 20px;
  }
  #sbu .controller h4 {
    font-size: 13px;
  }
  #sbu .controller button {
    font-size: 15px;
    padding: 0px 8px;
  }
  #testimonials-part .testimonial-overlay {
    padding-top: 52px;
    padding-bottom: 50px;
  }
  #testimonials-part h1 {
    font-size: 33px;
  }
  #testimonials-part .testimonial-overlay #message {
    font-size: 13px;
    padding-top: 65px;
    padding-bottom: 30px;
  }
  #testimonials-part .testimonial-overlay #name {
    font-size: 15px;
    padding-bottom: 25px;
  }
  #testimonials-part .testimonials ul li {
    padding-bottom: 0;
  }

  #contact {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  #contact h1 {
    font-size: 33px;
  }
  #contact #change {
    font-size: 13px;
  }
  #contact .form-d b {
    font-size: 12px;
  }
  #contact .form-div .form {
    height: 35px;
    line-height: 35px;
  }
  #contact .form-div .text-part b {
    font-size: 12px;
  }
  #contact .form-div #textarea {
    height: 120px;
  }
  #contact .form-div .submit a submit {
    padding: 15px 30px 6px 30px;
    font-size: 15px;
  }
  #bottom-line p {
    font-size: 13px;
  }
  #bottom-line .social-link a i {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
  #sbu .filter-iteam .iteam-overlay h6 {
    font-size: 11px;
    padding-top: 45px;
  }
  #sbu .filter-iteam .iteam-overlay p {
    font-size: 11px;
  }
  #sbu .filter-iteam .iteam-overlay i {
    font-size: 13px;
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
  .banner .first-slide .banner-overlay {
    height: 115vh;
  }
}
/*medium-media ends    */
@media (min-width: 576px) and (max-width: 767px) {
  .banner .first-slide img {
    height: 350px;
  }
  #journey h1 span {
    font-size: 17px;
  }
  header .navigation .navbar-light .navbar-nav .nav-link {
    font-size: 10px;
    line-height: 50px;
  }
  header .navigation .navbar-light .navbar-nav .nav-link {
    padding: 0 9px;
  }
  .banner .first-slide .banner-overlay h1 {
    font-size: 30px;
  }
  .banner .first-slide .banner-overlay h2 {
    font-size: 13px;
  }
  .carousel-indicators li {
    width: 15px;
    height: 15px;
  }
  #about h1::after{
    left: 38%;
  }
  #about h1::before{
    left: 40%;
  }
  #about .right h5 {
    font-size: 16px;
  }
  #about .right h2 {
    font-size: 15px;
  }
  #about .right::after {
    top: 60px;
    height: 3px;
  }
  #about .card-header h5 button {
    padding-left: 0;
    font-size: 12px;
  }
  #about .right p {
    font-size: 11px;
    margin-bottom: 20px;
  }
  #about {
    /* margin-top: 30px;
    margin-bottom: 40px; */
    padding-top: 40px;
  }
  #about .right ol li {
    font-size: 7px;
  }
  #about .right .bttn a {
    font-size: 9px;
    padding: 10px 8px;
  }
  #about .right .bttn {
    margin-top: 25px;
  }
  .down {
    margin-top: 57px;
  }
  #team-part h1 {
    font-size: 30px;
  }
  #team-part {
    padding-top: 50px;
    padding-bottom: 85px;
  }
  #team-part h1::before {
    left: 42%;
  }
  #team-part h1::after {
    left: 40%;
  }
  #teampart-details .details h3 {
    font-size: 13px;
  }
  #teampart-details .details h4 {
    font-size: 10px;
    margin-bottom: 17px;
  }
  #teampart-details .details p {
    font-size: 10px;
  }
  #teampart-details {
    padding-bottom: 40px;
  }
  #teampart-details ul li button {
    width: 10px;
    height: 10px;
  }
  #sbu {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  #sbu h1 {
    font-size: 25px;
  }
  #sbu h1::after {
    left: 40%;
  }
  #sbu h1::before {
    left: 42%;
  }
  #sbu p {
    font-size: 13px;
    margin-top: 80px;
  }
  #sbu .details i {
    font-size: 40px;
    width: 100px;
    height: 100px;
    line-height: 100px;
  }
  #sbu .details {
    padding-top: 50px;
  }
  #sbu .details .service-img a img {
    height: 115px;
  }
  #sbu .details h5 {
    font-size: 12px;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  #sbu .details #service-p {
    font-size: 10px;
  }
  #journey .client-overlay {
    padding-top: 50px;
  }
  #journey h1 {
    font-size: 30px;
  }
  #journey h1::after {
    left: 40%;
  }
  #journey h1::before {
    left: 42%;
  }
  #journey .logos ul li button {
    width: 10px;
    height: 10px;
  }
  #journey .logos {
    padding-top: 0px;
    padding-bottom: 30px;
  }
  #sbu .controller h4 {
    font-size: 8px;
  }
  #sbu .controller button {
    font-size: 8px;
  }
  #sbu .filter-iteam .iteam-overlay h6 {
    font-size: 9px;
    padding-top: 22px;
  }
  #sbu .filter-iteam .iteam-overlay p {
    font-size: 10px;
    padding-bottom: 8px;
  }
  #sbu .filter-iteam .iteam-overlay i {
    width: 28px;
    height: 28px;
    line-height: 28px;
  }
  #testimonials-part .testimonial-overlay {
    padding-top: 40px;
  }
  #testimonials-part h1 {
    font-size: 28px;
  }
  #testimonials-part h1::after {
    left: 40%;
  }
  #testimonials-part h1::before {
    left: 42%;
  }
  #testimonials-part .testimonial-overlay #message {
    font-size: 11px;
    padding-top: 80px;
    padding-bottom: 12px;
  }
  #testimonials-part .testimonial-overlay #name {
    font-size: 12px;
    padding-bottom: 10px;
  }
  #testimonials-part .testimonials ul li button {
    width: 10px;
    height: 10px;
  }
  #contact {
    padding-top: 40px;
    padding-bottom: 30px;
  }
  #contact h1 {
    font-size: 28px;
  }
  #contact h1::after {
    left: 40%;
  }
  #contact h1::before {
    left: 42%;
  }
  #change {
    font-size: 10px;
  }
  #contact .form-d b {
    font-size: 11px;
  }
  #contact .form-div .form {
    height: 30px;
    line-height: 30px;
  }
  #contact .form-div .text-part {
    margin-top: 15px;
  }
  #contact .form-div .text-part b {
    font-size: 11px;
  }
  #contact .form-div #textarea {
    height: 100px;
  }
  #contact .form-div .submit a submit {
    padding: 10px 10px 6px 10px;
    font-size: 14px;
  }
  #bottom-line p {
    font-size: 10px;
    line-height: 60px;
  }
  #bottom-line .social-link {
    line-height: 60px;
  }
  #bottom-line .social-link a i {
    width: 25px;
    height: 25px;
    line-height: 25px;
  }
  #bottom-line {
    height: 60px;
  }
}
@media (min-width: 320px) and (max-width: 575px) {
  .navbar-brand img {
    width: 100px;
  }
  .banner .first-slide img {
    height: 281px;
  }
  #sbu .details .service-img a img {
    height: 100px;
  }
  #journey h1 span {
    font-size: 10px;
  }
  #contact .contact-us h5 {
    font-size: 11px;
  }
  #journey .logos .vairav img {
    /* height: 11px; */
    height: 180px;
  }
  #contact .contact-us h6 {
    font-size: 11px;
    line-height: 27px;
  }
  header .navigation .navbar-light .navbar-nav .nav-link {
    font-size: 15px;
    line-height: 35px;
    text-align: center;
    background: #000;
    color: #fff;
  }
  header .navigation .navbar-light .navbar-nav .nav-link::after {
    width: 0;
    height: 0;
  }
  .navbar-nav {
    padding-bottom: 30px;
    padding-top: 20px;
    background: #000;
    border-top: 1px solid rgba(255, 255, 255, 0.4);
  }
  .banner .first-slide .banner-overlay h1 {
    font-size: 24px;
  }
  .banner .first-slide .banner-overlay h2 {
    font-size: 12px;
    padding-top: 8px;
  }
  .carousel-indicators li {
    width: 10px;
    height: 10px;
  }

  #about {
    padding-top: 40px;
  }
  #about .right h5 {
    font-size: 18px;
    margin-top: 25px;
  }
  #about .right h2 {
    font-size: 20px;
    margin-bottom: 30px;
  }

  #about .right p {
    font-size: 12px;
    margin-bottom: 15px;
  }
  #about .right::after {
    height: 2px;
  }
  #about .right ol li .round-btn {
    width: 10px;
    height: 10px;
  }
  #about .right ol li {
    font-size: 12px;
  }
  #about .right .bttn a {
    font-size: 10px;
    padding: 13px 5px;
  }
  #about .right .bttn a i {
    font-size: 12px;
  }
  #about .right .bttn {
    margin-top: 25px;
  }
  #team-part {
    padding-top: 30px;
    padding-bottom: 50px;
  }
  #team-part h1 {
    font-size: 22px;
  }
  #team-part h1::after {
    width: 100px;
    height: 2px;
    left: 34%;
    top: 45px;
  }
  #team-part h1::before {
    width: 85px;
    height: 2px;
    left: 36%;
    top: 52px;
  }
  #teampart-details .details h3 {
    font-size: 14px;
  }
  #teampart-details .details h4 {
    font-size: 12px;
  }
  #teampart-details .details p {
    font-size: 8px;
  }

  #teampart-details .details h4 {
    margin-bottom: 14px;
  }
  #teampart-details ul li button {
    width: 7px;
    height: 7px;
    margin: 0px 4px;
  }
  #teampart-details {
    padding-bottom: 25px;
  }
  #sbu {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  #sbu h1 {
    font-size: 18px;
  }
  #sbu h1::after {
    width: 100px;
    height: 2px;
    left: 38%;
    top: 35px;
  }
  #sbu h1::before {
    width: 85px;
    height: 2px;
    left: 40%;
    top: 42px;
  }
  #sbu p {
    font-size: 7px;
    margin-top: 50px;
  }
  #sbu .details {
    padding-top: 20px;
  }
  #sbu .details i {
    font-size: 22px;
    width: 52px;
    height: 54px;
    line-height: 50px;
    margin-top: 10px;
  }
  #sbu .details h5 {
    font-size: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  #sbu .details #service-p {
    font-size: 9px;
  }
  #journey .client-overlay {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  #journey h1 {
    font-size: 19px;
  }
  #journey h1::after {
    width: 100px;
    height: 2px;
    left: 38%;
    top: 36px;
  }
  #journey h1::before {
    width: 85px;
    height: 2px;
    left: 40%;
    top: 44px;
  }
  #journey .logos {
    margin-top: 50px;
    padding-bottom: 0px;
  }
  #journey .logos ul li button {
    width: 7px;
    height: 7px;
    margin: 0 4px;
  }
  #sbu .controller h4 {
    font-size: 7px;
    margin-top: 12px;
  }
  #sbu .controller button {
    font-size: 7px;
  }
  #sbu .controller {
    margin-top: 30px;
  }
  #sbu .controller .bton button::after {
    width: 0px;
    height: 0px;
  }
  #sbu .filter-iteam .iteam-overlay h6 {
    font-size: 10px;
    padding-top: 20px;
  }
  #sbu .filter-iteam .iteam-overlay p {
    font-size: 10px;
    margin-top: 6px;
    padding-bottom: 6px;
  }
  #sbu .filter-iteam .iteam-overlay i {
    width: 25px;
    height: 25px;
    line-height: 25px;
  }
  #testimonials-part h1 {
    font-size: 20px;
  }
  #testimonials-part .testimonial-overlay {
    padding-top: 30px;
  }
  #testimonials-part h1::after {
    width: 100px;
    height: 2px;
    left: 34%;
    top: 45px;
  }
  #testimonials-part h1::before {
    width: 85px;
    height: 2px;
    left: 36%;
    top: 52px;
  }
  #testimonials-part .testimonial-overlay #message {
    font-size: 9px;
    padding-top: 52px;
    padding-bottom: 10px;
  }
  #testimonials-part .testimonial-overlay #name {
    font-size: 10px;
    padding-bottom: 0px;
  }
  #testimonials-part .testimonials ul li button {
    width: 7px;
    height: 7px;
    margin: 0px 4px;
  }
  #contact h1 {
    font-size: 20px;
  }
  #contact {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  #contact h1::after {
    width: 100px;
    height: 2px;
    left: 39%;
    top: 35px;
  }
  #contact h1::before {
    width: 85px;
    height: 2px;
    left: 41%;
    top: 43px;
  }

  #contact #change {
    font-size: 8px;
  }
  #contact .form-d b {
    font-size: 7px;
  }
  #contact .form-d {
    margin-top: 10px;
  }
  #contact .form-div .form {
    height: 20px;
    line-height: 20px;
  }
  #contact .form-div .text-part b {
    font-size: 7px;
  }
  #contact .form-div #textarea {
    height: 60px;
  }
  #contact .form-div .text-part {
    margin-top: 0px;
  }
  #contact .form-div .submit a submit {
    font-size: 9px;
    margin-top: 10px;
    padding: 10px 10px 6px 10px;
    border-bottom: 2px;
  }
  #about h1 {
    font-size: 20px;
  }
  #about h1::before {
    position: absolute;
    content: "";
    width: 65px;
    height: 3px;
    background: #51b56d;
    top: 45px;
    left: 41%;
  }
  #about h1::after {
    position: absolute;
    content: "";
    width: 91px;
    height: 3px;
    background: #bd001e;
    top: 35px;
    left: 38%;
  }

  #bottom-line p {
    font-size: 6px;
    line-height: 40px;
  }
  #bottom-line .social-link a i {
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
  }
  #bottom-line {
    height: 40px;
  }
  #bottom-line .social-link {
    line-height: 40px;
  }
  .banner .first-slide .banner-overlay {
    height: 115vh;
  }
}

/* ends index page css */


/* Cyber businessIntelligence css starts */

#businessIntelligence-part {
  padding-top: 50px;
  padding-bottom: 50px;
  color: #100000;
}
#businessIntelligence-part h3 {
  font-size: 21px;
  font-weight: 700;
}




/*  */




.sbu-card-item{
  padding: 0px 40px;
}
.sbu-card-item .card {
  border-radius: 20px;
  height: 170px;
  padding: 13px 7px;
}
.sbu-card-item i{
  display: flex;
  justify-content: center;
  color: #7F7F7F;
  font-size: 45px;
  line-height: 18px;
}
.sbu-card-item .card span {
  font-size: 24px;
  text-align: center;
  padding-top: 45px;
  font-weight: 400;
  color: #FFFFFF;
}
.sbu-card-item .card img {
  border-radius: 10px;
  height: 80px;
}
.sbu-card-item .card h3{
  text-align: center;
  font-size: 18px !important;
  font-weight: 600 !important;
  color: #FFFFFF;
  /* padding-bottom: 0px; */
  margin-top: 30px;
}
 .sbu-card-content{
  margin-top: 25px;
}
.sbu-card-content  i {
  font-size: 15px;
  margin-right: 5px;
  margin-top: 6px;
}
.sbu-card-content p{
  font-size: 16px;
  font-weight: 500;
  color: #1d0626;
}
#businessIntelligence-part h2{
  font-size: 44px;
  font-weight: 700;
  padding-bottom: 30px;
  color: #002060;
  padding-top: 48px;
}
@media (min-width: 320px) and (max-width: 991px) {
  .sbu-card-item{
    padding: 0px 0px;
  }

}
.sbu-card{
  box-shadow: 0 0px 10px 1px #ddd;
  padding: 8px 6px;
  border-radius: 10px;
  /* border: 1px solid #000; */
}

.error {
    color: red;
}

.bnr-img {
  background-image: url(../image/sbu-overlay.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.sbu-card-content ul li {
    font-size: 14px;
    margin-left: 10px;
    list-style-type: square;
    color: #000;
 }
