@charset "utf-8";
/* CSS Document */
body{font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;}
header{background:#000;margin-top: 40px;}
.navbar { height:105px;}
.carousel-caption{right: auto;
    bottom: 0;
    top: 30%;
    left:8%;
    color: #fff;
    text-align: left;
    width: 50%;}
h1{font-size: 3.5rem;font-weight: bold;}
.carousel-caption p{font-size: 21px;}
.carousel-control-next, .carousel-control-prev{width:3%}
.who-we{ background: #eaeaea}
.elista{ background:url(../images/elista_bg.jpg) no-repeat;background-size:cover; padding-top:50px; color:#fff}
.elista h3, .who-we h3{font-size: 2.50rem; font-weight:bold}
.who-we ul li::marker{ color:#0090d6; font-size: 31px;}
.who-we ul{ padding-left:20px}
.who-we ul li{font-size:19px;margin-bottom: 14px;}
.elista p{font-size: 21px;}
.elista .btn{ font-weight:500}
.giz{ background:url(../images/giz-bg.jpg) no-repeat; background-size:cover}
.digital{ background:url(../images/digital_bg-destop.jpg) no-repeat; background-size:cover}
.digital h2{ font-size:4rem; color:#000; font-weight:bold}
.padd-55{ padding:20vh 0}
.clients{ background:#0090d6; padding:20px 0; color:#fff; font-size:20px;}
.clients span{ font-size:30px;}
.clients_logo{background:#000;}
.logos .col img{ width:100%; border-bottom: 1px solid #676767;}

.row.pt-4.row-cols-4 .col img{ border-bottom:none}
.logos .col{ position:relative}
.logos .col:after{ content:''; position:absolute; right:0; top:0; width:1px; height:84%; background:#676767}
.logos .col:nth-child(4n):after, .logos .col:last-child:after{ background:transparent}
.nav-item{ color:#fff; display:inline-block;margin-left: 7px;}
.zsdd{display:inline-block;margin-bottom: 10px}
.phones-90{ margin-bottom:0}
.navbar-expand-lg .navbar-collapse{display: inline !important;text-align: right;}
.nav-item svg{background: #f00; width: 30px;height: 30px;padding: 5px; border-radius:20%;font-size: 40px;}
.chetna-profile{ background:#000}
.chetna-profile p, .chetna-profile h3{ color:#fff}
.chetna-profile h4{ color:#fff}
.chetna-profile ul li{ color:#fff;line-height: 50px; }
.chetna-profile ul{padding-left: 21px; border-left:1px solid #bcc7cd; position:relative}
.chetna-profile ul:after{ width:2px; height:19.5px; background:#000; position:absolute; left:-1px; top:0; content:'';}
.chetna-profile ul:before{ width:2px; height:23.5px; background:#000; position:absolute; left:-1px; bottom:0; content:'';}
.other-services li{display: inline-block; border: 1px solid #ccc; padding: 2px 10px; margin-right:10px; }
.who-we .other-services{ padding-left:0}
.border_1{ border-right:1px solid #000}
#footer {
    background: #d1d1d1;
}
#footer h5{
    padding-bottom:0px;
    margin-bottom: 0px;
    color:#000;
}
#footer a {
    color: #000;
    text-decoration: none !important;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
#footer ul.social li{
	padding: 3px 0;font-size: 20px;
}
#footer ul.social li a i {
    margin-right: 5px;
	font-size:25px;
	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	transition: .5s all ease;
}
#footer ul.social li:hover a i {
	font-size:40px;
	margin-top:-10px;
}
#footer ul.social li a,
#footer ul.quick-links li a{
	color:#000;
}
#footer ul.social li a:hover{
	color:#eeeeee;
}
#footer ul.quick-links li{
	padding: 3px 0;
	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	transition: .5s all ease;
}
#footer ul.quick-links li:hover{
	padding: 3px 0;
	margin-left:5px;
	font-weight:700;
}
#footer ul.quick-links li a i{
	margin-right: 5px;
}
#footer ul.quick-links li:hover a i {
    font-weight: 700;
}
#footer .list-unstyled li{ font-size:13px;}


.footer_note{ background:#000; text-align:center; font-size:16px; color:#fff; padding:10px 0}
.baner_text{position: absolute;right:50px;bottom:50px;width: 430px; color:#fff}
.baner_text .col-7{ text-align:right;font-size: 19px;border-right: 1px solid #ccc;font-weight: bold;}
.baner_text .col-5{font-size: 14px;}







.section-title {
  color: var(--primary-text);
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  font-style: normal;
  line-height: 48px;
  position: relative;
  margin-bottom: 52px;
}

.section-title::before,
.section-title::after {
  content: "";
  position: absolute;
  left: 25%;
  top: 22px;
  width: 45px;
  height: 2px;
  background-color: #000);
}
.section-title::after {
  left: unset;
  right: 25%;
}
.testimonial-section {
  padding-top: 82px;
  padding-bottom:10px; background:#d1d1d1
}

.swiper {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.swiper-slide {
  text-align: center;
  border-radius:10px;
  padding: 30px 23px;
  background:#fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;box-shadow: 2px 2px 4px #8c8c8c;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-pagination-bullet {
 
  background: #d9d9d9;
  background: #504b4b;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {

}

.swiper-pagination-bullet-active {
  background:#000;
}

.swiper.testimonial-wrapper {
  padding-top: 59px;
  padding-bottom: 60px;
}

.testimonial-items .testimonial-text {
  color:#000;
  text-align: center;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  max-width: 330px;
  margin-bottom: 45px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-clamp: 4;
  -webkit-line-clamp: 4;
}

.testimonial-items .testimonial-title {
  color:#000;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  font-style: normal;
  margin-bottom: 35px;
  position: relative;
}

.testimonial-items .testimonial-title::before {
  content: "";
  position: absolute;
  left: -23px;
  top: 9px;
  width: 20px;
  height: 1px;
}

.testimonial-img {
  position: relative;
  width: 100px;
  height: 100px;
  height: 70px;
}

.testimonial-img::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -50%;
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.testimonial-img.tm-img-1::before {
  background-image: url(https://w7.pngwing.com/pngs/646/829/png-transparent-avatar-man-ico-icon-cartoon-little-boy-avatar-cartoon-character-png-material-child-thumbnail.png);
}

.testimonial-img.tm-img-2::before {
  background-image: url(https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcS2IYhSn8Y9S9_HF3tVaYOepJBcrYcd809pBA&s);
}

.testimonial-img.tm-img-3::before {
  background-image: url(https://png.pngtree.com/element_our/png/20181206/female-avatar-vector-icon-png_262142.jpg);
}

/* media query  */
@media screen and (min-width: 768px) {
  .swiper-pagination-bullet {
    width: var(
      --swiper-pagination-bullet-width,
      var(--swiper-pagination-bullet-size, 24px)
    );
    height: var(
      --swiper-pagination-bullet-height,
      var(--swiper-pagination-bullet-size, 24px)
    );
  }
  .section-title::before,
  .section-title::after {
    width: 141px;
  }


}

.swiper-slide p b{ font-size:30px; color:#0090d6}
.phones-90 li a{ text-decoration:none; color:#fff}

@media (max-width:767px){
	#footer h5 {
    padding-left: 0;
    border-left: transparent;
    padding-bottom: 0px;
    margin-bottom: 10px;
}
.navbar-expand-lg .navbar-collapse{display: none !important;text-align: right;}
.navbar-expand-lg .navbar-collapse.show{display: block !important; padding-bottom:10px;}
header{ margin-top:0}
.navbar-brand img{ width:50px;}
.navbar {height: auto; padding: 0;}
.navbar-toggler{ background:#fff}
.phones-90{ padding-left:0}
.clients_logo .logos .row{display: inline;padding-left: 11px;}
.clients_logo .logos .col{width: 49%; display: inline-flex;}

.clients_logo .logos{padding-top: 20px;}
.footer_note{font-size: 14px;}
.digital h2{font-size: 40px;}
.logos .col:nth-child(2n):after{background: transparent;}
.chetna-profile ul{ margin-bottom:0}
.chetna-profile ul:before, .chetna-profile ul:after{ content:inherit}
.who-we ul li{margin-bottom: 0px;}
.border_1{ border:none}
#footer .list-unstyled li{ text-align:center;}
#footer .col-xs-10{text-align: center;}
.carousel{margin-top: 58px;}
.baner_text{right: 20px;bottom: 20px; width: 91%;}
.baner_text .col-7{ font-size:18px;}
.baner_text .col-5 br{ display:none}
.section-title{font-size: 32px;}

}






































