@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

body {
    padding: 0px;
    margin: 0px;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
}

*,
*:before,
*:after {
    box-sizing: border-box;
}

:focus-visible {
    outline: none;
}

ol,
ul {
    list-style: none;
    padding: 0 0 !important;
    margin: 0 !important;
}
.clear {
    clear: both;
}

/* Header Css */
header {
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.16);
  z-index: 99;
}

.top-hd{
    background-color: #fff
}
.logo {
  padding: 14px 0 10px 0;
}
.logo img{
  max-width: 78%;
}
.top-rt{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
}
ul.top-number {
  display: flex;
  align-items: center;
  justify-content: center;
}
ul.top-number li {
  padding: 0 13px;
  transition: all 0.5s;
  color: #1E1E1E;
  display: flex;
  align-items: center;
}
ul.top-number li img {
  padding: 0 9px;
}
ul.top-number li a {
  color: #1E1E1E;
  transition: all 0.5s;
  text-decoration: none;
}
ul.top-number li:hover {
  transform: scale(1.05);
 
}


/* Slider Css */

.bg-slider{
  background-color: #edf5f8;
  width: 100%;
  height: 520px;
  position: relative;
  padding: 50px 0;
}
.slider-shadow {
  position: absolute;
  bottom: -63px;
  z-index: 8;
  width: 100%;
  transform: rotate(180deg);
}
.carousel-caption {
  position: relative !important;
  right: 0 !important;
  top: 13%;
  left: 0 !important;
}
.carousel-caption h1 {
  color: #333;
  font-family: 'Roboto';
  font-size: 25px;
  text-transform: uppercase;
  font-weight: 600;  
  width: 80%;
  line-height: 33px;
}
span.pink-clor {
  color: #F7548C;
  font-weight: 700;
  text-transform: uppercase;
}
span.pink-black {
  color: #333;
  font-weight: 200;
  text-transform: uppercase;
}
span.txt-blue {
  color: #37305B;
  font-weight: 700;
  text-transform: uppercase;
}
.carousel-caption p {
  color: #333 !important;
  font-family: 'Roboto' !important;
  font-size: 16px;  
  font-weight: 400;
  line-height: 22px !important;
  width: 75%;
}
p.sl-btn a {
  text-decoration: none;
  display: inline-block;
  padding: 16px 24px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.5s;
}
a.btn-pink {
  background: #F7548C;
  margin-right: 10px;
}
a.btn-blue{
  background: #37305B;
}
p.sl-btn a:hover{
  background-color: #275A95;
}


/* About Us Css */
.bg-about{
  padding:66px 0 0px 0 ;
  z-index: 99;
  position: relative;
}
section.bg-about .about-title {
  text-align: left;
}
.about-title h2{
  color: #37305B;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
  font-family: "Montserrat", sans-serif;
}
.about-title h5{
  color: #F7548C;
  font-size: 16px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  padding-bottom: 10px;
}
.about-txt p{
  color: #1E1E1E;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 148%; 
  font-family: "Montserrat", sans-serif;
}
p.sl-btn.about-btn a {
  padding: 13px 32px;
  margin-bottom: 21px;
}
.about-txt h3 {
  color: #F7548C;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
}
.about-txt ul {
  padding: 0 0 0 0;
  margin: 0 0 0 21px !important;
}
.about-txt ul li {
  padding: 0px;
  margin: 0px;
  list-style: initial;
  color: #333;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}
.abrlt-bx {
  position: relative;
  text-align: center;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.rlt-centerbx {
  position: absolute;
  background: #fff;
  width: 140px;
  height: 140px;
  text-align: center;
  border: 4px solid #F7548C;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.rlt-centerbx img {
  transition: all 0.4s;
  animation: zoom-in-zoom-out 1s ease infinite;
}
.rlt-centerbx:hover img {
  transform: scale3d(1.5, 1.5, 1.5);
}
@keyframes zoom-in-zoom-out {
  0% {
    scale: 100%;
  }
  50% {
    scale: 130%;
  }
  100% {
    scale: 100%;
  }
}
.abrlt-bx ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0px;
  margin: 0px;
}
.abrlt-bx ul li {
  width: 46%;
  margin: 10px 10px;
}
/* about end */

/* full border css */
.full-border {
  width: 100%;
  height: 1.7px;
  background-color: #000;
  margin: 60px 0;
  position: relative;
}
.full-border::before {
  content: '';
  position: relative;
  background-image: url('../images/border-center.png');
  background-repeat: no-repeat;
  display: block;
  text-align: center;
  margin: auto;
  background-size: 30px;
  width: 46px;
  height: 46px;
  background-color: #ffffff;
  padding: 0 83px;
  background-position: center;
  top: -24px;
}
/* full border end */

/* Service Css */
.serivce-bg{
  background: linear-gradient(180deg, #FFF 51.66%, #EDF5F8 100%);
  width: 100%;
  height: auto;
}
.service-title h3{
  color: #37305B;
  font-family: 'Montserrat';
  font-size: 22px;
  font-weight: 500;
  text-transform: uppercase;
}
.service-title h4{
  color: #F7548C;
  font-family: 'Roboto';
  font-size: 22px;
  font-weight: 800;
  text-transform: uppercase;
}
.service-title {
  padding-top: 110px;
}
.service-box1 {
  display: flex !important;
  width: 90%;
  height: 350.45px;
  justify-content: center !important;
  align-items: center !important;
  background: #FFF;
  box-shadow: 0px 0px 31.719px 0px rgba(0, 0, 0, 0.10);
  transition: all 0.5s;
  cursor: pointer;
  position: relative;
}
.service-box1:hover img, .service-box1:hover img  {
  transform: rotate(360deg);
}
.srvc-icon {
  text-align: center;
}
.srvc-icon img {
  margin: 0 0 18px 0;
  transition: all 0.5s;
}
.srvc-icon h5 {
  color: #1E1E1E;
  text-align: center;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.service-arrow {
  position: absolute;
  bottom: -24px;
  display: flex;
  width: 53.923px;
  height: 53.923px;
  padding: 12.688px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 47.579px;
  background: #FFF;
  box-shadow: 0px 6.344px 12.688px 0px rgba(0, 0, 0, 0.10);
}

.service-box1.service-bx1 {margin-top: 48%;}
.service-box1.service-bx2 {
  margin-top: 28%;
  left: -15px;
}
.service-box1.service-bx3 {
  margin-top: 30%;
}
.service-box1.service-bx4 {margin-top: 4%;}
.service-box1.service-bx5 {
  margin-top: 32%;
}
a.service-btn {
  background: #F7548C;
  color: #fff;
  text-decoration: none;
  padding: 14px 30px;
  display: inline-block;
  text-transform: uppercase;
  margin-bottom: 80px;
  margin-top: 60px;
  transition: all 0.5s;
}
a.service-btn:hover{
  background-color: #275A95; 
}
/* Service end */


/* Blog Css */
.bg-blog{
  padding: 80px 0;
}
.bg-blog .about-title{text-align: left;}

/* Counter list sections css */
.live-timer-bg {    
  padding: 60px 0px;
}
.counter__list {
  display: flex;
  justify-content: center;
  align-items:flex-start;;
}
.counter-items-txt{
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.counter__item:last-child {
  border: none;
}
.counter__item {
  text-align: center;
  padding: 0 100px;
  border-right: 1.8px solid #F7548C;
  color: #1B1343;
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin-top: 10px;
}
.counter__item span {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  color: #1B1343;
  font-family: Roboto;
  font-size: 40px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
}
@media (max-width:992px) {
  .counter__list{
      flex-wrap: wrap;
  }
  .counter__item{
      padding: 14px 32px;
  }    
}

/* Blog Css End */

/* Our Client Css */
.bg-ourclient{
  background-color: #EDF5F8;
  padding: 60px 0;
  height: auto;
}
.bg-ourclient .about-title, .bg-casestudy .about-title{
  text-align: center;
}
.about-title p {
  width: 836px;
  text-align: center;
  margin: auto;
  font-weight: 400;
  font-family: 'Montserrat';
}
.our-client-sl{
  margin-top: 34px;
}
.client-bx img {
  max-width: 90%;
}
/* Our Client Css  End*/

/* Case Study */
.bg-casestudy{
  padding: 60px 0 40px 0
}
.case-flex {
  display: flex !important;
}

.case-rts {
  background: #fff;
  width: 300px;
  height: 260px;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.15);
  margin: 126px 0 0 -124px;
}
.title-case{
  display: flex;
  padding: 16px 24px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  background-color: #39298D;
}
.case-bx {  
  margin: 40px 0 0 40px;
}
.title-case h2 {
  color: #FFF;
  text-align: center;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.title-case h4 {
  color: #FFF;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.case-txt {
  padding: 16px 24px 24px 24px;
  margin: 0px;
}
.case-txt p{
  color: #333;
  font-family: 'Roboto';
  font-size: 16px;  
  font-weight: 400;  
}
.case-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
a.btnmore {
  padding: 8px 16px;
  background: #F7548C;
  color: #FFF;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
  border: 1px solid #F7548C;
  transition: all 0.5s;
}
a.btndownload {
  color: #191919;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  padding: 8px 16px;
  border: 1px solid #39298D;
  transition: all 0.5s;
}
a.btndownload:hover, a.btnmore:hover{
    background-color: #275A95;
    color: #fff;
}
  
ul.parent-arrow {
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: auto;
  position: absolute;
  width: 107%;
  top: 42%;
  left: -40px;
}
li.next2, li.prev2 {
  height: 48px;
  width:48px;
  background: #FFF;
  box-shadow: 0px 5.647px 11.294px 0px rgba(0, 0, 0, 0.10);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #f8548c;
  font-size: 26px;
  cursor: pointer;
}
li.prev2 i {
  left: -2px;
  position: relative;
}
li.next2 i {
  position: relative;
  left: 2px;
}
/* Case Study  End*/



/* Portfolio Css */
.bg-portfolio{
  padding:40px 0 30px 0;
}
.bg-portfolio, .about-title{
  text-align: center;
}

.portfolio-img {
  width: 93% !important;
  position: relative;
}
.portfolio-sl{
  margin-top: 40px;
}

.bg-portfolio .slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '';
  text-align: center;
  opacity: 0;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #F7548C;
  border-radius: 50%;
}
.bg-portfolio .slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 10px 5px;
    padding: 0;
    cursor: pointer;
    background: #333333;
    border-radius: 50%;
}
.bg-portfolio .slick-dots li.slick-active button:before{
  opacity: 1;
}
.bg-portfolio .slick-dots {
  margin: -17px 0 0 0 !important;
  position: relative;
}

 /* Testimonial Css */
.bg-testimonial{
  padding: 30px 0;
}
.bg-testimonial .about-title{
  text-align: center;
}
.testimonials-img {
  background-image: url('../images/testimonial-bg.jpg');
  width: 100%;
  height: 348px;
  background-repeat: no-repeat;
  background-position: center;
}
.txt-testimonial {
  background: #fff;
  width: 59%;
  height: 240px;
  padding: 24px 16px;
  float: right;
  border-radius: 16px;
  margin-top: 54px;
  margin-right: 84px;
}
.testimonial-bx {
    text-align: center;
    margin: auto;
}
.testimonial-bx img {
  text-align: center;
  margin: auto;
}
.testimonial-bx p {
  color: #1E1E1E;
  text-align: center;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  width: 87%;
  margin: auto;
  padding-top: 16px;
}
.testimonial-bx h4 {
  color: #1E1E1E;
  text-align: center;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  padding: 10px 0 0 0;
}
.testimonial-bx h4 span {
  display: block;
  color: #1E1E1E;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
}

.testimonial-sl .slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 8px;
  height: 8px;
  content: '';
  text-align: center;
  opacity: 0;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #F7548C;
  border-radius: 50%;
}
.testimonial-sl .slick-dots li {
    position: relative;
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: 10px 5px;
    padding: 0;
    cursor: pointer;
    background: #333333;
    border-radius: 50%;
}
.testimonial-sl .slick-dots li.slick-active button:before{
  opacity: 1;
}
.testimonial-sl .slick-dots {
  margin: -28px 0 0 0 !important;
  position: relative;
}
 /* Testimonial Css End */


 /* Careers css */
.bg-careers{
  padding: 40px 0px;
}
.careers-sl{
  margin-top: 26px;
}
.careers-sl .slick-list{
  height:398px 
}
.carerrs-bx {
  width: 87% !important;
  margin-left: 19px;
  box-shadow: 0 0 15px 6px #f3f3f3f2 !important;
  margin-top: 18px;
}
.carerrs-bx .srvc-icon h5{
  font-size: 16px;
}
.bg-careers .service-btn {
  margin: 12px 0 0 0;
}
 /* Careers css End */

/* FAQ Css */
.bg-fqa{
  padding: 40px 0;
}
.bg-fqa .about-title {
  text-align: left;
  padding: 0 0 0 23px;
}
.faq-number {
  width: 60px;
  height: 60px;
  border: 2px solid #1B1343;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #f7548c;
  font-size: 16px;
  font-family: 'Roboto';
}
.faq-txt{
  width: 77%;
}
.faq-txt p {
  color: #333;
  font-family: 'Roboto';
  font-size: 18px;
  font-weight: 400;
}
.book-appoint-txt{
  background-color: #EDF5F8;
  width: 100%;
  height:auto;
  padding: 20px 16px;
}
.book-appoint-txt h2 {
  color: #1B1343;
  text-align: center;
  font-family: 'Montserrat';
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 8px 0 0 0;
}
.book-appoint-txt p {
  color: #1E1E1E;
  text-align: center;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 500;
}
.book-appoint-txt .form-control {
  border: 1px solid #f7548c;
  margin: 9px 0;
  border-radius: 0px;
  padding: 12px 14px;
}
.form-control:focus {
  box-shadow: none !important;
}
input.form-control.input-name {
  border-radius: 16px 0 0 0;
}

input.form-control.input-number {
  border-radius: 0px 16px 0 0;
}
.book-appoint-txt .service-btn {
  margin: 21px 0 8px 0;
}
 /* FAQ Css End */

 /* footer */

footer {
  background: url(../images/footer.jpg);
  height: auto;
  padding: 70px 0 10px 0;
}
.ft img {
  max-width: 76%;
}
.ft h3 {
  color: #fff;
  padding: 18px 0 0 0;
  font-weight: 600;
  font-size: 20px;
  line-height: 27px;
}
.ft p {
  color: #FFF;
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 44px 0;
  line-height: 24px;
}
.ft-number {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    line-height: 46px;
}
.ft-number a {
  display: flex;
  align-items: center;
  color: #fff;
  text-decoration: none;
  padding-right: 19px;
  font-size: 16px;
  font-weight: 400;
}
.ft-number a img {
  margin: 0 10px 0 0;
}
.ft-link h3 {
  font-size: 22px;
  color: #f7548c;
  font-weight: 600;
  padding-bottom: 11px;
  text-transform: uppercase;
}
.ft-link ul a {
  text-decoration: none;
  color: #fff;
  line-height: 38px;
  transition: all 0.6s;
  text-transform: uppercase;
  font-weight: 200;
  font-size: 15px;
}
.ft-link.ft-link1 {
  padding: 0 0 0 32px;
}
.ft-link ul a:hover {
  color:#1f9fd1;
}
.widgets-social.ft-social {
  justify-content: flex-start;
  margin-top: 25px;
}
.widgets-social.ft-social a{
  border: 1px solid #fff;
}
.follow-ul h3 {
  color: #f7548c;
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 600;
  padding-bottom: 30px;
  text-align: left;
}
.follow-ul ul {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 35px !important;
}
.follow-ul ul li {
  border: 1px solid #fff;
  width: 39px;
  height: 39px;
  border-radius: 50%;
  line-height: 32px;
  transition: all 0.5s;
  margin-right: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.follow-ul ul li:hover {
  background: #f7548c;
}
.c-profile {
  margin: 0px 0px 34px 0px;
}
.c-profile a {
  color: #fffefb;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 48px;
  border-radius: 0;
  background: #f7548c;
  width: 97%;
  display: inline-block;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  border: 1px solid #f7548c;
}
.c-profile a:hover {
  background: #ffffff;
  border: 1px solid #f7548c;
  color: #f7548c;
}
img.ffimg-fluid{
  max-width: 100%;
    height: auto;
    width: 96%;
}
.copy-right {
  text-align: center;
  font-weight: 500;
  color: #fff;
  padding: 67px 0 0 0;
  font-size: 17px;
}
.copy-right a{
  text-decoration: none;
  color: #fff;
  font-weight: 500;
  transition: all 0.5s;
}
.copy-right a:hover{
  color: #1f9fd1;
}

/* Master Page css */
.masterText {
  padding: 20px 0;
}

.master-text h3 {
    color: #37305B;
    font-family: Montserrat;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
}
.master-text p {
    color: #1E1E1E;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 148%;
    font-family: "Montserrat", sans-serif;
    text-align: justify;
    margin: 0px;
    padding: 0 0 16px 0;
}
.innerImg {
  float: right;
  margin-left: 20px;
}
.innerImg img {
  border: 4px double #fff;
  border-radius: 0 55px 0 55px;
}
ul.innerUl {
    padding: 0 0 16px 0 !important;
    margin: 0px !important;
}
ul.innerUl li {
    padding: 0 0 0 0;
    margin: 0 0 0 23px;
    font-family: 'Montserrat';
    list-style: outside;
}


.master-hdr {
  background-image: url('../images/businessMeeting.png');
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
div#headtitle {
  padding: 128px 0;
  text-align: center;
  color: #fff;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 48px;
  font-weight: 900;
  text-transform: uppercase;
}
.master-text {
  min-height: 350px;
  padding: 20px 0;
}
.tCenter img {
  text-align: center;
  margin: auto;
}
span.hd-span {
  display: block;
  font-size: 27px;
  font-family: 'Inter';
  text-transform: capitalize;
  font-weight: 600;
  line-height: 32px;
  width: 49%;
  margin: auto;
}

/* Our Services Css */

.f-digital-bx {
  padding: 50px 0 0 0;
}
.title-digital{
  text-align: center;
  padding-bottom: 30px;
}
.title-digital h2{
  color: #37305B;
  text-align: center;
  font-family: Montserrat;
  font-size: 32px;
  font-weight: 700;
  text-transform: uppercase;
}
.title-digital h3{
  background-color:#F7548C ;
  color: #FFF;
  text-align: center;
  font-family: Montserrat;
  font-size: 32px;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
  padding:8px 48px;
}
.title-digital h4 {
  color: #F7548C;
  font-family: Montserrat;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.srvc-icon.srvc-icon2 h5 {
  font-size: 16px;
  padding: 14px 0 0 0;
  line-height: 26px;
}
.srvc-icon.srvc-icon2 img {
  text-align: center;
  margin: auto;
  width: 126px;
}
.service-box1.our-service2 {
  width: 100%;
  height: 300px;
  padding: 52px 30px;
}
.service-box1.our-service2.mrk-serv {
  padding: 0 15px;
  height: 336px;
}
.service-box1.our-service2.mrk-serv h5 span {
  font-weight: 300;
  display: block;
  font-size: 16px;
}

ul.text-services {
  padding: 0px;
  margin: 50px 0 50px 16px !important;
}
ul.text-services li {
  margin: 0 0 0 0;
  list-style: disc;
  color: #F7548C;
  padding: 20px 0 0 0;
  font-family: 'Montserrat';
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
}
ul.text-services li span {
  text-transform: capitalize;
  color: #000;
  color: #000;
  font-family: Montserrat;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}


@media(max-width:1200px){
  .abrlt-bx ul li {
    width: 36%;
    margin: 10px 10px;
}
.carousel-caption h1, .carousel-caption p{
  width: 100%;
}
.case-bx{
  padding: 40px 0 0 0;
}
}
@media(max-width:992px){
  .slider-shadow{
    bottom: 0;
  }
  .about-title p{
    width: 100%;
  }
}

@media(max-width:767px){
  .top-rt { 
    justify-content: center;    
    padding-bottom: 9px;
 }
  ul.top-number li{
    padding: 0 0;
  }
  .carousel-caption {
    top: 0 !important;
    left: 0 !important;
    padding-top: 0 !important;
 }
  .bg-slider{
    height: auto;
  }
  .service-title{
    padding-top:0 ;
  }
  .service-box1.service-bx1 {
    margin-top: 10%;
  }
  .service-box1{
    width: 100%;
  }
  .service-box1.service-bx2, .service-box1.service-bx3, .service-box1.service-bx4, .service-box1.service-bx5 {
    margin-top: 17%;
    left: 0;
 }
.counter__list{
  flex-wrap:nowrap !important;
}
.counter__item span{
  font-size: 26px;
}
.counter__item {
  font-size: 13px !important;
  padding: 14px 13px !important;
}
.case-flex {
  display: flex !important;
  flex-wrap: wrap;
  justify-content: center;
}
.case-bx {
  margin: auto;
}
.case-rts {
  width: 100%;
  height: auto;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.15);
  margin: -71px 0 0 0;
}
.txt-testimonial {
  background: #fff;
  width: 100%;
  height: auto;
  padding: 24px 16px;
  float: none;
  border-radius: 16px;
  margin-top: 0;
  margin-right: 0;
}
.testimonials-img { 
  padding: 14px 0;
}
div#headtitle{
  padding: 26px 0;
  font-size: 24px;
}
span.hd-span {
  font-size: 13px; 
  line-height: normal;
}
.title-digital h2{
  font-size: 24px;
}
.title-digital h3{
   font-size: 20px;
}
.about-title h2{
  width: 100% !important;
  font-size: 24px !important;
}
.rlt-blog img { 
  margin: 0 !important;
}
.ft-number{
  flex-wrap: wrap;
  line-height: 30px;
}
ul.top-number li a{
  font-size: 15px;
}
.ft-link.ft-link1{
  padding: 0;
}
}