@media (max-width:991px) {
  /*Sticky Resposnive*/
  #header.header-sticky-resposnive #header-wrap {
      background-color: #fff;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
      left: 0;
      position: fixed;
      top: 0;
      width: 100%;
      z-index: 199;
  }
  #header.header-sticky-resposnive #header-wrap #mainMenu > ul {
      max-height: 290px;
      overflow-y: scroll;
      overflow-x: hidden;
  }
  #header.header-sticky-resposnive {
      min-height: 90px;
      position: relative;
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease;
  }
  #header.header-sticky-resposnive.header-sticky #mainMenu > ul > li > a {
      height: 50px;
  }
  #header.header-sticky-resposnive.header-sticky #mainMenu > ul > li > a {
      line-height: 32px;
  }
  
}







@media only screen and (min-width: 1020px) {
.group-process { display: flex; }
}

.block-process {
   padding-left: 15px;
   padding-right: 15px;
   position: relative;
   z-index: 10;
}

.block-process::before, .block-process::after {
   content: " ";
   display: table;
}

.block-process::after {
   clear: both;
}

.block-process::before, .block-process::after {
   content: " ";
   display: table;
}

.block-process::after {
   clear: both;
}

.block-process .__icon {
   position: relative;
}

.block-process .__icon::before {
   background: #99e3c1 none repeat scroll 0% 0%;
   content: "";
   display: block;
   position: absolute;
   z-index: -1;
}

.block-process:last-child .__icon::before {
   display: none;
}

.block-process.active .__icon .circle-icon::before {
   background-color: #00bfff;
}

.block-process.active .__icon::before, .block-process.active ~ .block-process .__icon::before {
   background-color: #dadada;
}

.block-process.active ~ .block-process .__icon .circle-icon::before {
   background-color: #a2a2a2;
}

@media only screen and (min-width: 1020px) {
.block-process { text-align: center; }
.block-process .__title { height: 60px; margin-bottom: 0px; }
.block-process .__icon { margin: 0px -15px 40px; }
.block-process .__icon::before { width: 100%; top: 50%; height: 4px; transform: translateY(-50%); }
.block-process .__icon::before { left: 50%; }
.group-process.large-icon .block-process .__icon .circle-icon::before { width: 140px; height: 140px; border: 10px solid rgba(255, 255, 255, 0.6); line-height: 120px ! important; font-size: 40px; }
}

@media only screen and (max-width: 1019px) {
.block-process { padding-left: 100px; padding-bottom: 20px; }
.block-process .__title { margin-bottom: 10px; }
.block-process .__icon { position: absolute; width: 70px; height: 100%; left: 15px; top: 0px; }
.block-process .__icon::before { width: 4px; height: 100%; left: 50%; transform: translateX(-50%); }
}

.block-process-2 {
   position: relative;
}

.block-process-2 .cell-vertical-wrapper {
   height: 320px;
}

.block-process-2 .__number {
   bottom: 0px;
   color: #333333;
   font-size: 200px;
   height: 200px;
   left: 6px;
   line-height: 1;
   margin-bottom: auto;
   margin-top: auto;
   opacity: 0.04;
   position: absolute;
   top: -20px;
}

.block-process-2 .__block {
   margin-left: auto;
   margin-right: auto;
   padding-bottom: 40px;
   padding-top: 40px;
}

.block-process-2 .__block > * {
   letter-spacing: 0.05em;
}

.block-process-2 .__block .__title {
   font-size: 14px;
   margin-bottom: 10px;
}

.block-process-2 .__block p.__content {
   margin-bottom: 0px;
}

.block-process-2.size-small .cell-vertical-wrapper {
   height: 240px;
}

.block-process-2.size-small .__block > * {
   letter-spacing: 0px;
}

.block-process-2.size-small .__block .__title {
   font-size: 18px;
   margin-bottom: 5px;
}

@media only screen and (min-width: 1020px) {
.block-process-2 .__block { max-width: 320px; }
}

@media only screen and (max-width: 1019px) {
.block-process-2 .__block { max-width: 720px; }
}





























































/* Icon-box-list */
.group-icon-box-list-right-slider {
position: relative;
}
.group-icon-box-list-right-slider .__block-wrapper-1,
.group-icon-box-list-right-slider .__block-wrapper-2 {
padding-right: 15px;
padding-left: 15px;
}
.group-icon-box-list-right-slider .__block-wrapper-1 .__block,
.group-icon-box-list-right-slider .__block-wrapper-2 .__block {
margin-right: auto;
margin-left: auto;
}
.group-icon-box-list-right-slider .__block-wrapper-1 {
padding-top: 100px;
padding-bottom: 60px;
}
.group-icon-box-list-right-slider .__block-wrapper-1 .__block .hr-header {
margin-bottom: 30px;
}
.group-icon-box-list-right-slider .__block-wrapper-2 {
position: relative;
}
.group-icon-box-list-right-slider .__block-wrapper-2 .cell-vertical-wrapper {
table-layout: fixed;
}
.group-icon-box-list-right-slider .__block-wrapper-2 .__block {
max-width: 640px;
}
@media only screen and (min-width: 768px ) {
.group-icon-box-list-right-slider .__block-wrapper-1 .__block {
  width: 720px;
}
}
@media only screen and (min-width: 1020px ) {
.group-icon-box-list-right-slider .__block-wrapper-1 .__block {
  width: 960px;
}
}
@media only screen and (min-width: 1230px ) {
.group-icon-box-list-right-slider .__block-wrapper-1,
.group-icon-box-list-right-slider .__block-wrapper-2 {
  width: 50%;
  padding-right: 30px;
  padding-left: 30px;
}
.group-icon-box-list-right-slider .__block-wrapper-1 .__block {
  max-width: 680px;
}
.group-icon-box-list-right-slider .__block-wrapper-2 {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}
}
@media only screen and (max-width: 1229px ) {
.group-icon-box-list-right-slider .__block-wrapper-2 {
  padding-top: 80px;
  padding-bottom: 60px;
}
}
.group-icon-box-list-side-image {
position: relative;
}
.group-icon-box-list-side-image:before,
.group-icon-box-list-side-image:after {
content: " ";
display: table;
}
.group-icon-box-list-side-image:after {
clear: both;
}
.group-icon-box-list-side-image:before,
.group-icon-box-list-side-image:after {
content: " ";
display: table;
}
.group-icon-box-list-side-image:after {
clear: both;
}
.group-icon-box-list-side-image .__block-wrapper-2 {
padding-top: 100px;
padding-bottom: 75px;
padding-right: 15px;
padding-left: 15px;
}
.group-icon-box-list-side-image .__block-wrapper-2 .__block {
margin-right: auto;
margin-left: auto;
}
.group-icon-box-list-side-image .__block-wrapper-2 .__block > .__title {
margin-bottom: 20px;
}
.group-icon-box-list-side-image .__block-wrapper-2 .__block > .__caption {
margin-bottom: 50px;
}
.group-icon-box-list-side-image .__block-wrapper-2 .__block .block-icon-box-left-icon {
margin-bottom: 25px;
}
.group-icon-box-list-side-image .__block-wrapper-2 .__block .block-icon-box-left-icon .__right-side .__heading {
padding-top: 5px;
margin-bottom: 8px;
}
@media only screen and (min-width: 768px ) {
.group-icon-box-list-side-image .__block-wrapper-2 .__block {
  width: 720px;
}
}
@media only screen and (min-width: 1020px ) {
.group-icon-box-list-side-image .__block-wrapper-2 .__block {
  width: 960px;
}
}
@media only screen and (min-width: 1230px ) {
.group-icon-box-list-side-image .__block-wrapper-1,
.group-icon-box-list-side-image .__block-wrapper-2 {
  width: 50%;
}
.group-icon-box-list-side-image .__block-wrapper-2 {
  padding-right: 30px;
  padding-left: 30px;
  float: right;
}
.group-icon-box-list-side-image .__block-wrapper-2 .__block {
  max-width: 700px;
}
.group-icon-box-list-side-image .__block-wrapper-1 {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
}
@media only screen and (max-width: 1229px ) {
.group-icon-box-list-side-image .__block-wrapper-1 {
  position: relative;
  min-height: 500px;
}
}


.static-background {
background-position: 50% 50%;
background-size: cover;
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
z-index: -2;
}


.white-text { color:#fff !important;}
.red-text {color: #43bdde !important;}
.services-text{text-align:center;}
.services-text img { width: auto; display:inline-block;}
.services-text h3{font-size: 16px;font-weight: 700; color:#303030;}
.d-inline-block { display:inline-block;}
/*.size-30 { font-size:30px;}*/
.bold-size { font-size:30px; font-weight:700;}
.service-sub {
  padding: 0px 0px 10px 0px;
  position: relative;
  margin: 10px 0 0;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  transition: all 200ms linear;
  text-align: left;
  border: 0px solid #ececec;
  border-bottom: none;
  background-image: linear-gradient(180deg, rgba(244, 244, 249, 0.8) 50%, rgba(244, 244, 249, 0.05) 100%) !important;
  box-shadow: 0px 0px 15px #cccc;
  border-radius: 10px;
}
.service-sub p {
  font-size: 14px;
  color: #757575;
  margin: 12px 20px 5px;
}
.service-sub ul {
  font-size: 13px;
  color: #757575;
  margin: 12px 20px 5px;
}
.service:hover .service-sub  {
  color: #fff !important;
  -webkit-animation: moveFromBottom 500ms ease;
  -moz-animation: moveFromBottom 500ms ease;
  -ms-animation: moveFromBottom 500ms ease;
  /* background: transparent; */
}
.service:hover p{ color:#000;}
.service:hover ul{ color:#000;}
.service:hover h3{color:#43bdde;}

.white-color{ color:#fff !important; }
.inner-head{ background:#000; padding:15px; opacity:0.9;}



section.portfolio-col .col-md-4+.col-md-4 {
  text-align: left;
}

.portfolio-col div#portfoliolist img {
  max-width: 100%;
  width: 100%;
}

.portfolio-col div#portfoliolist .col-md-4 {
  padding: 0;
  text-align: right;
  display:none;
}

section.portfolio-col .col-md-4 h2 span {
  color: #00a2c0;
}

.portfolio-col div#portfolio {
  margin-top: 42px;
}

.portfolio-col div#portfolio ul {
  margin-bottom: 0;
padding-left:0;
}

a.viewmore_porfolio {
  background: #1a1c1d;
  display: block;
  text-align: center;
  text-transform: uppercase;
  font-size: 19px;
  color: #fff;
  padding: 20px 0;
}

.portfolio-col div#portfolio #filters li {
  display: inline-block;
  color: #696969;
  text-transform: uppercase;
  margin: 0 15px;
}

.portfolio-col div#portfolio #filters li span {
  display: block;
  padding: 6px 14px;
  font-size: 13px;
  border-radius: 3px;
}

.portfolio-col #portfolio span.filter.active {
  background: #43bdde;
  color: #fff;
}

.portfolio-col div#portfolio #filters li span:hover {
  background: #43bdde;
  color: #fff;
}



.portfolio-col #portfolio ul#filters {
  text-align: center;
  margin: 40px 0 30px 0;
  display: block;
}

.portfolio-col div#portfoliolist .col-md-4 ul li {
  position: relative;
  overflow: hidden;
}

.portfolio-col div#portfoliolist .col-md-4 ul li a {
  display: block;
  position: relative;
}

.portfolio-col div#portfoliolist .col-md-4 ul li a .overlay_portfolio {
  position: absolute;
  background: rgba(0, 0, 0, 0.73);
  width: 0;
  text-align: center;
   /* Safari */
   /* Safari 7.0+ */
  right: 0;
  border: rgba(0, 0, 0, 0.51) 11px solid;
  padding: 0;
  overflow: hidden;
  -webkit-transition: all .2s ease-in;
  -moz-transition: all .2s ease-in;
  -o-transition: all .2s ease-in;
  visibility: hidden;
  -ms-transition: all .2s ease-in;
  height: 100%;
  transition: all .2s ease-in;
}

.portfolio-col div#portfoliolist .col-md-4 ul li a .overlay_portfolio i {
  font-size: 50px;
  color: #fff;
  position: absolute;
  top: 39%;
  left: 45%;
}

.portfolio-col div#portfoliolist .col-md-4 ul li:hover a .overlay_portfolio {
  width: 100%;
  visibility: visible;
}

.portfolio-col div#portfoliolist .logos.col-md-4+.col-md-4 ul li .overlay_portfolio {
  padding: 23% 0;
}

.portfolio-col div#portfoliolist .logos+.logos ul li+li .overlay_portfolio {
  padding: 25% 0;
}

.portfolio-col div#portfoliolist .logos.logos+.logos ul li .overlay_portfolio {

    padding: 25% 0;
}

.portfolio-col div#portfoliolist .logos.col-md-4+.col-md-4+.col-md-4 ul li+li+li .overlay_portfolio {
    padding: 24% 0;
}


section.portfolio-col {
  padding: 50px 0;
}

.portfolio-col div#portfoliolist .col-md-4 {
  display: none;
}

.portfolio-col #portfoliolist .logos ul li img {height: 269px;}
.portfolio-col #portfoliolist .logos+.logos+.logos ul li.last img{height: 211px;}


.portfolio-col #portfoliolist .websites ul li img{height: 262px;}
.portfolio-col #portfoliolist .websites+.websites ul li+li img{height: 392px;}
.portfolio-col #portfoliolist .websites+.websites+.websites ul li+li+li img{height: 320px;}
.portfolio-col #portfoliolist .websites+.websites ul li img {height: 393px;}
.portfolio-col #portfoliolist .websites+.websites+.websites ul li img {height: 363px;}
.portfolio-col #portfoliolist .websites+.websites ul li+li .overlay_portfolio {padding: 45% 0;}


.portfolio-col #portfoliolist .stationery ul li img{height: 262px;}
.portfolio-col #portfoliolist .stationery+.stationery ul li+li img{height: 262px;}
.portfolio-col #portfoliolist .stationery+.stationery+.stationery ul li+li img{height: 291px;}
.portfolio-col #portfoliolist .stationery+.stationery ul li img {height: 524px;}
.portfolio-col #portfoliolist .stationery+.stationery+.stationery ul li img {height: 436px;}
.portfolio-col #portfoliolist .stationery+.stationery ul li .overlay_portfolio {padding: 45% 0;}
.portfolio-col #portfoliolist .stationery+.stationery ul li+li .overlay_portfolio {padding: 25% 0;}
.portfolio-col #portfoliolist .stationery+.stationery+.stationery ul li .overlay_portfolio {padding: 45% 0;}
.portfolio-col #portfoliolist .stationery+.stationery+.stationery ul li+li .overlay_portfolio {padding: 31% 0;}

.portfolio-col #portfoliolist .video ul li img {height: 200px;}
.portfolio-col #portfoliolist .video+.video+.video ul li.last img{height: 204px;}

.portfolio-col #portfoliolist .brochure ul li img {height: 262px;}
.portfolio-col #portfoliolist .brochure+.brochure+.brochure ul li.last img{height: 465px;}
.portfolio-col #portfoliolist .brochure +.brochure +.brochure ul li img {
  height: 262px;
}
.portfolio-col #portfoliolist .brochure+.brochure ul li img {
  height: 524px;
}
.portfolio-col #portfoliolist .brochure+.brochure ul li+li img {
  height: 262px;
}


section.cutting_edge .col-md-4 h2, section.portfolio-col .col-md-4 h2, section.testimonials h2 {
  color: #010100;
  font-size: 64px;
  text-transform: uppercase;
  font-weight: 400;
}

span.color-text {
  color: #00a2c0;
}

section.cutting_edge .col-md-8 {
  font-size: 16px;
}

section.cutting_edge .col-md-8 p, section.portfolio-col .col-md-8 p, section.testimonials .col-md-7 p {
  line-height: 23px;
  font-weight: 300;
  margin-top: 7px;
  padding-left: 58px;
  padding-top: 10px;
  font-size: 15px;
}

section.what-we-do {
  background: url(../images/bg_white_vector.jpg) repeat left top;
  padding: 70px 0 40px 0;
  text-align: center;
}

section.cutting_edge .container, section.what-we-do .container, section.portfolio-col .row {
  position: relative;
  padding-bottom: 30px;
}

section.cutting_edge .container:after, section.what-we-do .container:after, section.portfolio-col .row:before {
  background: url('images/sprite.png') no-repeat -4px -60px;
  width: 54px;
  height: 3px;
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
}
section.cutting_edge .col-md-4 h6, section.portfolio-col .col-md-4 h6, section.testimonials h6 {
  color: #010100;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 28px;
}
section.cutting_edge .col-md-8 p:before, section.portfolio-col .col-md-8 p:before, section.testimonials .col-md-7 p:before {
  background: #ccc;
  width: 1px;
  height: 72px;
  content: "";
  position: absolute;
  left: 40px;
  top: 16px;
}
h2.hd-border {
  position: relative;
  padding-bottom: 25px;
  margin-bottom: 41px;
  font-size: 40px;
  text-transform: uppercase;
  text-align: center;
}

h2.hd-border:before {content: "";position: absolute;background: #d8d8d8;height: 1px;width: 360px;bottom: 0;left: 50%;margin-left: -180px;}

h2.hd-border:after {
  background: url('images/sprite.png') no-repeat -4px -60px;
  width: 54px;
  height: 3px;
  content: "";
  position: absolute;
  left: 50%;
  bottom: -1px;
  margin-left: -27px;
}

h2.hd-border+p {
  font-size: 18px;
  color: #2d2d2d;
  margin-bottom: 21px;
}



/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
padding: 0;
margin: 0;
border: 0;
outline: none;
vertical-align: top;
}

.fancybox-wrap {
position: absolute;
top: 0;
left: 0;
z-index: 8020;
}

.fancybox-skin {
position: relative;
background: #e5af27;
color: #FFF;
text-shadow: none;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
}

.fancybox-opened {
z-index: 8030;
}

.fancybox-opened .fancybox-skin {
-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
position: relative;
}

.fancybox-inner {
overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
-webkit-overflow-scrolling: touch;
}

.fancybox-error {
color: #444;
font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
margin: 0;
padding: 15px;
white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
display: block;
width: 100%;
height: 100%;
}

.fancybox-image {
max-width: 100%;
max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
background-image: url('../images/fancybox_sprite.png');
}

#fancybox-loading {
position: fixed;
top: 50%;
left: 50%;
margin-top: -22px;
margin-left: -22px;
background-position: 0 -108px;
opacity: 0.8;
cursor: pointer;
z-index: 8060;
}

#fancybox-loading div {
width: 44px;
height: 44px;
background: url('../images/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
position: absolute;
top: -18px;
right: -18px;
width: 36px;
height: 36px;
cursor: pointer;
z-index: 8040;
}

.fancybox-nav {
position: absolute;
top: 0;
width: 40%;
height: 100%;
cursor: pointer;
text-decoration: none;
background: transparent url('../images/blank.gif'); /* helps IE */
-webkit-tap-highlight-color: rgba(0,0,0,0);
z-index: 8040;
}

.fancybox-prev {
left: 0;
}

.fancybox-next {
right: 0;
}

.fancybox-nav span {
position: absolute;
top: 50%;
width: 36px;
height: 34px;
margin-top: -18px;
cursor: pointer;
z-index: 8040;
visibility: hidden;
}

.fancybox-prev span {
left: 10px;
background-position: 0 -36px;
}

.fancybox-next span {
right: 10px;
background-position: 0 -72px;
}

.fancybox-nav:hover span {
visibility: visible;
}

.fancybox-tmp {
position: absolute;
top: -99999px;
left: -99999px;
visibility: hidden;
max-width: 99999px;
max-height: 99999px;
overflow: visible !important;
}
.size-60 {
font-size: 50px;
}
/* Overlay helper */

.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}

.fancybox-lock body {
  overflow: hidden !important;
}

.fancybox-lock-test {
  overflow-y: hidden !important;
}

.fancybox-overlay {
position: absolute;
top: 0;
left: 0;
overflow: hidden;
display: none;
z-index: 99999;
background: url(../images/fancybox_overlay.png);
}

.fancybox-overlay-fixed {
position: fixed;
bottom: 0;
right: 0;
z-index: 20;
}

.fancybox-lock .fancybox-overlay {
overflow: auto;
overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
visibility: hidden;
font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
position: relative;
text-shadow: none;
z-index: 8050;
}

.fancybox-opened .fancybox-title {
visibility: visible;
}

.fancybox-title-float-wrap {
position: absolute;
bottom: 0;
right: 50%;
margin-bottom: -35px;
z-index: 8050;
text-align: center;
}

.fancybox-title-float-wrap .child {
display: inline-block;
margin-right: -100%;
padding: 2px 20px;
background: transparent; /* Fallback for web browsers that doesn't support RGBa */
background: rgba(0, 0, 0, 0.8);
-webkit-border-radius: 15px;
   -moz-border-radius: 15px;
        border-radius: 15px;
text-shadow: 0 1px 2px #222;
color: #FFF;
font-weight: bold;
line-height: 24px;
white-space: nowrap;
}

.fancybox-title-outside-wrap {
position: relative;
margin-top: 10px;
color: #fff;
}

.fancybox-title-inside-wrap {
padding-top: 10px;
}

.fancybox-title-over-wrap {
position: absolute;
bottom: 0;
left: 0;
color: #fff;
padding: 10px;
background: #000;
background: rgba(0, 0, 0, .8);
}
.post-description p{ font-size:16px;}
.overview-text {
  position: absolute;
  bottom: 15px;
  background-color: #fff;
  margin: 10px 35px;
  left: 0px;
  padding: 10px 15px;}


  /* Mazhar css start */
.serv-text {
    font-size: 20px;
    font-weight: 500;
    width: 90%;
    margin: 0 auto 20px !important;
}
img.img-responsive {
  width: 100%;
  margin: 16px 0px;
  position: relative;
  z-index: 1;
}
.about-img img {
  width: 100%;
  height: auto;
}
.post-content h2 {
  font-size: 50px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 26px;
}
.on-spot-box {
    box-shadow: 0px 0px 7px #ccccccb5;
    padding: 10px 14px;
    margin: 10px 0;
    border-radius: 9px;
    transition: all 0.5s;
}

.one-stop-left h2 {
  font-size: 30px;
  font-weight: 700;
}
.one-stop-left ul li {
  font-size: 17px;
  font-weight: 500;
  line-height: 26px;
  padding: 0px 0 15px;
}
.solution-content h2 {
    font-size: 36px;
    font-weight: 700;
}
nav#mainMenu ul li a {
    color: #000;
    font-size: 16px;
}
.social-icons ul li a i {
  color: #000;
}
.testimonial {
    box-shadow: 0px 0px 6px #ccc;
    border-radius: 7px;
    margin: 5px 5px;
}
.image-absolute img {
    width: 100% !important;
    height: auto;
    object-fit: scale-down;
}
.impact {
    background: #f4f4f9;
}
.size-50 {
    font-size: 40px;
    font-weight: 700 !important;
}

.size-30 {
    font-size: 3.9rem;
    font-weight: 800 !important;
    line-height: 50px;
}
p.owl-pera {
    font-size: 16px;
    font-weight: 600;
}
.strategically {
    width: 90%;
    margin: 40px auto;
    border-radius: 25px;
}
.red-text {
    color: #43bdde !important;
    font-size: 40px !important;
}
.main__text {
    position: absolute;
    top: 60px;
}

.on-spot-box:hover {
    background: #1ac5b9;
}
.on-spot-box:hover h4 {
    color: #fff;
}
.on-spot-box:hover p {
     color: #fff;
}
.solution-content {
    margin: 43px 0 0 0px;
}
.gototop-button {
    background-color: #1ab7bb !important;
}
.track-box {
    box-shadow: 0px 0px 7px #ccc;
    border-radius: 10px;
    padding: 20px 20px;
    text-align: center;
    background: #f4f4f9;
}
.track-title {
    text-align: center;
    width: 80%;
    margin: 0 auto;
}
.track-title h2 {
    font-size: 40px;
    font-weight: 800;
}
.track-box h4 {
    font-size: 26px;
    font-weight: 600;
}
.icon-box img {
    filter: hue-rotate(175deg) brightness(1.2) saturate(1.5);
    border-radius: 4px;
}
.heading h2 {
    font-size: 40px !important;
    line-height: 45px;
}
.hero-section .solution__content {
    text-align: center;
    width: 90%;
    margin: 0 auto;
}
 .solution__content h1 {
   color: #fff;
}
 .solution__content p {
   color: #fff;
}
.report-section {
    position: relative;
    height: 100vh;
    padding: 45px 0px;
}
.report-content {
    margin: 30px 20px;
    position: relative;
    top: 28px;
    display: flex;
    gap: 20px;
}
.report-content span {
    background: #1ab7bb;
    padding: 20px;
    border-radius: 50px;
    color: #fff;
    font-size: 16px;
}
.report-img img {
    position: absolute;
    right: -40px;
}
.report-content:before {
    position: absolute;
    content: '';
    background: #1ab7bb40;
    width: 2px;
    height: 120px;
    left: 27px;
    z-index: -1;
}
.technology {
    background: #f4f4f9;
}


.icon-box {
    margin-bottom: 30px;
    height: 40vh;
    box-shadow: 0px 0px 3px #1ab7bb85;
    padding: 10px 10px;
    border-radius: 9px;
    transition: all 0.4s ease-in-out;
    background: white;
    position: relative;
    overflow: hidden;
}
.size-40 {
    font-size: 30px;
    line-height: 60px;
}
section.solve-design {
    background: #1ab7bb1f;
    width: 90%;
    margin: 50px auto;
    border-radius: 15px;
    box-shadow: 0px 0px 6px #ccc;
}
.future-ready-content {
    display: flex;
    gap: 20px;
}
.tele-text {
    text-align: center;
    box-shadow: 0px 0px 6px #cccc;
    border-radius: 10px;
    padding: 20px 10px;
    height: 75vh;
}
.tele-text img {
    width: 100%;
    height: auto;
}
section.telecom-last {
    text-align: center;
}
.frcs span {
    background: #1ab7bb;
    padding: 10px 16px;
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    border-radius: 4px;
    box-shadow: 0px 0px 4px #000000;
}
/* Hover effect */
.icon-box:hover {
    transform: translateY(-5px); /* Slightly lifts the box */
    box-shadow: 0px 5px 15px rgba(26, 183, 187, 0.6); /* Adds a glowing shadow */
}

/* Add gradient overlay effect */
.icon-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(26, 183, 187, 0.15), rgba(0, 0, 0, 0.1));
    opacity: 0;
    transition: opacity 0.4s ease-in-out;
}

/* Show the gradient on hover */
.icon-box:hover::before {
    opacity: 1;
}

/* Icon effect on hover */
.icon-box .icon img {
    transition: transform 0.3s ease-in-out;
}

.icon-box:hover .icon img {
    transform: scale(1.1) rotate(5deg); /* Slightly zoom and rotate */
}

/* Text color change */
.icon-box h3 {
    transition: color 0.3s ease-in-out;
}

.icon-box:hover h3 {
    color: #1ab7bb; /* Changes title color on hover */
}
.footer-content ul li {
    list-style: none;
}

/*.footer-content ul li:after {*/
/*    position: absolute;*/
/*    left: -6px;*/
/*    content: '';*/
/*    background: #1ab7bb;*/
/*    width: 2px;*/
/*    height: 20px;*/
/*}*/

.services__box {
    position: relative;
    background: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.4s ease-in-out;
    padding: 20px;
    border: 2px solid transparent;
}

/* Hover Effect */
.services__box:hover {
    background: linear-gradient(135deg, #1ab7bb, #0e91a0);
    transform: scale(1.05);
    box-shadow: 0px 8px 20px rgba(26, 183, 187, 0.4);
    border-color: #ffffff33; /* Soft glowing border */
}

/* Image Effect - Keeps the image visible */
.services__box img {
    transition: transform 0.3s ease-in-out;
}

/* Slight zoom on hover */
.services__box:hover img {
    transform: scale(1.1);
}

/* Service Text - Smooth Text Appearance */
.service-sub p,
.service-sub ul li {
    transition: all 0.3s ease-in-out;
}

/* Text color change */
.services__box:hover .service-sub p,
.services__box:hover .service-sub ul li {
    color: #fff;
}

/* Animated List Items */
.service-sub ul {
    padding: 0;
    list-style: none;
}

.service-sub ul li {
    position: relative;
    padding-left: 20px;
    opacity: 1;
    transform: translateX(-10px);
    transition: all 0.4s ease-in-out;
}

/* Add smooth checkmark effect */
.service-sub ul li::before {
    content: "✔";
    position: absolute;
    left: 0;
    font-size: 16px;
    color: #FFD700; /* Gold checkmark */
    opacity: 0;
    transform: scale(0.8);
    transition: all 0.3s ease-in-out;
}

/* List animation on hover */
.services__box:hover .service-sub ul li {
    opacity: 1;
    transform: translateX(0);
}

.services__box:hover .service-sub ul li::before {
    opacity: 1;
    transform: scale(1);
}
.icon-box h3 {
    font-size: 18px;
}
.solution__content h1 {
    font-size: 40px;
    line-height: 60px;
}
.growth h2 {
    font-size: 40px;
    font-weight: 600;
    line-height: 50px;
}
.business-process h2 {
    font-size: 32px;
    font-weight: 600;
}

section.bussiness-optimize {
    background: #f0fdfa;
}
.bussiness-optimize-text h2 {
    font-size: 40px;
    font-weight: 700;
    color: #000;
}
.bussiness-optimize-text p {
    font-size: 16px;
    font-weight: 500;
    color: #000;
}

/* General Box Styling Reset */
.process-optimization-text,
.benefit-content,
.po-titlle {
  padding: 30px;
  border-radius: 10px;
  transition: all 0.3s ease;
}

/* 1. Process Optimization Box */
.process-optimization-text {
  background: #f0fdfa;
  border-left: 5px solid #1ab7bb;
  box-shadow: 0 4px 10px rgba(26, 183, 187, 0.1);
  height: 100%;
  min-height: 250px;
}

.process-optimization-text:hover {
  background: #e0fbf9;
  transform: translateY(-6px);
  box-shadow: 0 10px 24px rgba(26, 183, 187, 0.2);
}

/* 2. Benefit Content Box */
.benefit-content {
  background: #fef7f1;
  border-left: 5px solid #f58a07;
  box-shadow: 0 4px 12px rgba(245, 138, 7, 0.1);
  margin: 10px 0px;
  height: 300px;
}

.benefit-content:hover {
  background: #fff7ec;
  transform: translateY(-6px);
  box-shadow: 0 10px 24px rgba(245, 138, 7, 0.2);
}

.benefit-content span {
  display: inline-block;
  width: 50px;
  height: 50px;
  background-color: #f58a07;
  color: #fff;
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 18px;
}

/* 3. Page Title / PO Title Box */
.po-titlle {
  background: #f1f5ff;
  border-left: 5px solid #3b82f6;
  text-align: center;
  margin-bottom: 40px;
  box-shadow: 0 4px 10px rgba(59, 130, 246, 0.1);
}

.po-titlle:hover {
  background: #e7efff;
  transform: scale(1.02);
  box-shadow: 0 10px 24px rgba(59, 130, 246, 0.2);
}

/* Additional Styling */
.bussiness-optimize-text h2 span {
  color: #1ab7bb;
}



/* Section background with gradient and padding */
.custtom_testimonials {
  background: linear-gradient(135deg, #eef9fb, #ffffff);
  padding: 45px 0;
}

/* Section Heading */
.custtom_testimonials .heading h2 {
  font-size: 38px;
  font-weight: 800;
  color: #1ab7bb;
  text-transform: capitalize;
  text-align: center;
  margin-bottom: 60px;
  position: relative;
}

.custtom_testimonials .heading h2::after {
  content: '';
  width: 70px;
  height: 3px;
  background: #1ab7bb;
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 2px;
}

/* Testimonial Card */
.testimonial {
  background: #ffffff;
  border-radius: 16px;
  padding: 20px 22px;
  margin: 20px;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.06);
  border: 1px solid #e6f2f3;
  transition: all 0.4s ease;
  position: relative;
}

.testimonial:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
  border-color: #1ab7bb;
}

/* Decorative quote mark */
.testimonial::before {
  content: "“";
  font-size: 80px;
  line-height: 1;
  color: #1ab7bb;
  position: absolute;
  top: 20px;
  left: 30px;
  opacity: 0.07;
  font-family: Georgia, serif;
  z-index: 0;
}

/* Testimonial text */
.testimonial-description p {
  font-size: 16px;
  color: #333;
  line-height: 1.8;
  margin-bottom: 30px;
  z-index: 1;
  position: relative;
  text-align: left !important;
  padding: 10px 2px !important;
}

/* Client Info Section */
.testimonial-image {
  text-align: left !important;
  margin-left: 5px !important;
}

.testimonial-image img.round {
  width: 70px !important;
  height: 70px;
  border-radius: 50%;
  object-fit: scale-down;
  border: 3px solid #1ab7bb;
  margin: 0 auto 15px auto;
  transition: transform 0.3s ease;
}

.testimonial:hover .testimonial-image img.round {
  transform: scale(1.05);
}

.testimonial-image h4 {
  font-size: 18px;
  font-weight: 600;
  color: #0a2f43;
  margin-bottom: 5px;
}

.testimonial-image .subtitle {
  font-size: 14px;
  color: #666;
  font-style: italic;
}

/* Optional Slick Dots */
.slick-dots li button:before {
  font-size: 14px;
  color: #1ab7bb;
  opacity: 0.4;
}

.slick-dots li.slick-active button:before {
  opacity: 1;
}

.analyze-section {
  background: #f9fafe;
  padding: 45px 0;
  position: relative;
}

.analyze-timeline {
  position: relative;
  max-width: 960px;
  margin: 0 auto;
  padding: 20px 0;
}

.timeline-item {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 50px;
  position: relative;
}

.timeline-item.right {
  justify-content: flex-end;
}

.content-box {
  background: #fff;
  padding: 30px 25px;
  border-radius: 12px;
  width: 85%;
  position: relative;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease;
  border-left: 6px solid #1ab7bb;
}

.timeline-item.right .content-box {
  border-left: none;
  border-right: 6px solid #1ab7bb;
}

.content-box:hover {
  transform: translateY(-6px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

.circle-number {
  width: 50px;
  height: 50px;
  background: #1ab7bb;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  border-radius: 50%;
  text-align: center;
  line-height: 50px;
  position: absolute;
  top: -25px;
  left: -25px;
}

.timeline-item.right .circle-number {
  left: auto;
  right: -25px;
}
.process-optimization-textt p {
    color: #fff;
    text-align: center;
    width: 60%;
    margin: 0 auto;
}
.content-box h4 {
  font-size: 22px;
  color: #0a2f43;
  margin-bottom: 10px;
}

.content-box p {
  font-size: 15px;
  color: #555;
  line-height: 1.7;
}

/* Optional: Connecting Line */
.analyze-timeline::before {
  content: "";
  position: absolute;
  width: 4px;
  background: #e0edf0;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.audit-section {
  padding: 45px 0;
}

.audit-card {
  background: #fff;
  border-radius: 16px;
  padding: 30px 25px;
  margin-bottom: 30px;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  height: 100%;
}

.audit-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 25px 40px rgba(0, 0, 0, 0.08);
}

.audit-icon {
  font-size: 36px;
  color: #1ab7bb;
  background: rgba(26, 183, 187, 0.1);
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 50%;
  margin-bottom: 20px;
}

.audit-card h4 {
  font-size: 20px;
  color: #0a2f43;
  margin-bottom: 12px;
  font-weight: 700;
}

.audit-card p {
  font-size: 15px;
  line-height: 1.6;
  color: #555;
}

.align-items-center {
    display: flex;
    justify-content: center;
    align-items: center;
}


.our-services-section {
  background-color: #f4f7f9;
}

.section-title {
  font-size: 36px;
  font-weight: 700;
  color: #1ab7bb;
}

.section-subtitle {
  max-width: 700px;
  margin: 10px auto 0;
  color: #555;
  font-size: 16px;
}

.service-card {
  background: #fff;
  border-radius: 16px;
  padding: 30px 20px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.05);
  transition: 0.3s ease-in-out;
  border-top: 5px solid transparent;
}

.service-card:hover {
  border-top: 5px solid #1ab7bb;
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.service-icon {
  width: 100%;
  height: 100%;
  object-fit: contain;
  margin-bottom: 20px;
}

.service-title {
  font-size: 20px;
  color: #333;
  font-weight: 600;
  margin-bottom: 10px;
}

.service-desc {
  font-size: 15px;
  color: #666;
  margin-bottom: 15px;
  min-height: 60px;
}

.service-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.service-list li {
  font-size: 14px;
  color: #444;
  position: relative;
  padding-left: 18px;
  margin-bottom: 8px;
  text-align: start;
}

.service-list li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: #1ab7bb;
  font-weight: bold;
}


/*footer css start*/
.footer-modern {
  background: #fff;
  font-family: 'Segoe UI', sans-serif;
  padding: 35px 0px 0;
}

.footer-heading {
  font-size: 18px;
  margin-bottom: 20px;
  color: #1ab7bb;
  font-weight: 600;
  position: relative;
}

.footer-heading::after {
  content: '';
  width: 40px;
  height: 2px;
  background: #1ab7bb;
  position: absolute;
  bottom: -8px;
  left: 0;
}

.footer-links,
.footer-contact {
  list-style: none;
  padding: 0;
}

.footer-links li,
.footer-contact li {
  margin-bottom: 10px;
  font-size: 15px;
}

.footer-links a {
  color: #000;
  text-decoration: none;
  transition: 0.3s;
}

.footer-links a:hover {
  color: #1ab7bb;
  padding-left: 4px;
}

.footer-contact i {
  width: 20px;
  color: #1ab7bb;
}

.footer-contact a {
  color: #000;
  text-decoration: none;
}

.footer-contact a:hover {
  text-decoration: underline;
}

.footer-social a.social-icon {
  display: inline-block;
  background: #1ab7bb;
  color: #fff;
  margin-right: 10px;
  width: 36px;
  height: 36px;
  text-align: center;
  line-height: 36px;
  border-radius: 50%;
  transition: 0.3s ease;
}

.footer-social a.social-icon:hover {
  background: #fff;
  color: #1ab7bb;
  transform: scale(1.1);
}






.block-process {
   padding-left: 15px;
   padding-right: 15px;
   position: relative;
   z-index: 10;
}

.block-process::before, .block-process::after {
   content: " ";
   display: table;
}

.block-process::after {
   clear: both;
}

.block-process::before, .block-process::after {
   content: " ";
   display: table;
}

.block-process::after {
   clear: both;
}

.block-process .__icon {
   position: relative;
}

.block-process .__icon::before {
   background: #99e3c1 none repeat scroll 0% 0%;
   content: "";
   display: block;
   position: absolute;
   z-index: -1;
}

.block-process:last-child .__icon::before {
   display: none;
}

.block-process.active .__icon .circle-icon::before {
   background-color: #00bfff;
}

.block-process.active .__icon::before, .block-process.active ~ .block-process .__icon::before {
   background-color: #dadada;
}

.block-process.active ~ .block-process .__icon .circle-icon::before {
   background-color: #a2a2a2;
}























































/* Icon-box-list */
.group-icon-box-list-right-slider {
position: relative;
}
.group-icon-box-list-right-slider .__block-wrapper-1,
.group-icon-box-list-right-slider .__block-wrapper-2 {
padding-right: 15px;
padding-left: 15px;
}
.group-icon-box-list-right-slider .__block-wrapper-1 .__block,
.group-icon-box-list-right-slider .__block-wrapper-2 .__block {
margin-right: auto;
margin-left: auto;
}
.group-icon-box-list-right-slider .__block-wrapper-1 {
padding-top: 100px;
padding-bottom: 60px;
}
.group-icon-box-list-right-slider .__block-wrapper-1 .__block .hr-header {
margin-bottom: 30px;
}
.group-icon-box-list-right-slider .__block-wrapper-2 {
position: relative;
}
.group-icon-box-list-right-slider .__block-wrapper-2 .cell-vertical-wrapper {
table-layout: fixed;
}
.group-icon-box-list-right-slider .__block-wrapper-2 .__block {
max-width: 640px;
}
@media only screen and (min-width: 768px ) {
.group-icon-box-list-right-slider .__block-wrapper-1 .__block {
  width: 720px;
}
}
@media only screen and (min-width: 1020px ) {
.group-icon-box-list-right-slider .__block-wrapper-1 .__block {
  width: 960px;
}
}
@media only screen and (min-width: 1230px ) {
.group-icon-box-list-right-slider .__block-wrapper-1,
.group-icon-box-list-right-slider .__block-wrapper-2 {
  width: 50%;
  padding-right: 30px;
  padding-left: 30px;
}
.group-icon-box-list-right-slider .__block-wrapper-1 .__block {
  max-width: 680px;
}
.group-icon-box-list-right-slider .__block-wrapper-2 {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}
}
@media only screen and (max-width: 1229px ) {
.group-icon-box-list-right-slider .__block-wrapper-2 {
  padding-top: 80px;
  padding-bottom: 60px;
}
}
.group-icon-box-list-side-image {
position: relative;
}
.group-icon-box-list-side-image:before,
.group-icon-box-list-side-image:after {
content: " ";
display: table;
}
.group-icon-box-list-side-image:after {
clear: both;
}
.group-icon-box-list-side-image:before,
.group-icon-box-list-side-image:after {
content: " ";
display: table;
}
.group-icon-box-list-side-image:after {
clear: both;
}
.group-icon-box-list-side-image .__block-wrapper-2 {
padding-top: 100px;
padding-bottom: 75px;
padding-right: 15px;
padding-left: 15px;
}
.group-icon-box-list-side-image .__block-wrapper-2 .__block {
margin-right: auto;
margin-left: auto;
}
.group-icon-box-list-side-image .__block-wrapper-2 .__block > .__title {
margin-bottom: 20px;
}
.group-icon-box-list-side-image .__block-wrapper-2 .__block > .__caption {
margin-bottom: 50px;
}
.group-icon-box-list-side-image .__block-wrapper-2 .__block .block-icon-box-left-icon {
margin-bottom: 25px;
}
.group-icon-box-list-side-image .__block-wrapper-2 .__block .block-icon-box-left-icon .__right-side .__heading {
padding-top: 5px;
margin-bottom: 8px;
}
@media only screen and (min-width: 768px ) {
.group-icon-box-list-side-image .__block-wrapper-2 .__block {
  width: 720px;
}
}
@media only screen and (min-width: 1020px ) {
.group-icon-box-list-side-image .__block-wrapper-2 .__block {
  width: 960px;
}
}
@media only screen and (min-width: 1230px ) {
.group-icon-box-list-side-image .__block-wrapper-1,
.group-icon-box-list-side-image .__block-wrapper-2 {
  width: 50%;
}
.group-icon-box-list-side-image .__block-wrapper-2 {
  padding-right: 30px;
  padding-left: 30px;
  float: right;
}
.group-icon-box-list-side-image .__block-wrapper-2 .__block {
  max-width: 700px;
}
.group-icon-box-list-side-image .__block-wrapper-1 {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
}
@media only screen and (max-width: 1229px ) {
.group-icon-box-list-side-image .__block-wrapper-1 {
  position: relative;
  min-height: 500px;
}
}


.static-background {
background-position: 50% 50%;
background-size: cover;
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
z-index: -2;
}


.white-text { color:#fff !important;}
.red-text {color: #43bdde !important;}
.services-text{text-align:center;}
.services-text img { width: auto; display:inline-block;}
.services-text h3{font-size: 16px;font-weight: 700; color:#303030;}
.d-inline-block { display:inline-block;}
/*.size-30 { font-size:30px;}*/
.bold-size { font-size:30px; font-weight:700;}
.service-sub {
  padding: 0px 0px 10px 0px;
  position: relative;
  margin: 10px 0 0;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  transition: all 200ms linear;
  text-align: left;
  border: 0px solid #ececec;
  border-bottom: none;
  background-image: linear-gradient(180deg, rgba(244, 244, 249, 0.8) 50%, rgba(244, 244, 249, 0.05) 100%) !important;
  box-shadow: 0px 0px 15px #cccc;
  border-radius: 10px;
}
.service-sub p {
  font-size: 14px;
  color: #757575;
  margin: 12px 20px 5px;
}
.service-sub ul {
  font-size: 13px;
  color: #757575;
  margin: 12px 20px 5px;
}
.service:hover .service-sub  {
  color: #fff !important;
  -webkit-animation: moveFromBottom 500ms ease;
  -moz-animation: moveFromBottom 500ms ease;
  -ms-animation: moveFromBottom 500ms ease;
  /* background: transparent; */
}
.service:hover p{ color:#000;}
.service:hover ul{ color:#000;}
.service:hover h3{color:#43bdde;}

.white-color{ color:#fff !important; }
.inner-head{ background:#000; padding:15px; opacity:0.9;}



section.portfolio-col .col-md-4+.col-md-4 {
  text-align: left;
}

.portfolio-col div#portfoliolist img {
  max-width: 100%;
  width: 100%;
}

.portfolio-col div#portfoliolist .col-md-4 {
  padding: 0;
  text-align: right;
  display:none;
}

section.portfolio-col .col-md-4 h2 span {
  color: #00a2c0;
}

.portfolio-col div#portfolio {
  margin-top: 42px;
}

.portfolio-col div#portfolio ul {
  margin-bottom: 0;
padding-left:0;
}

a.viewmore_porfolio {
  background: #1a1c1d;
  display: block;
  text-align: center;
  text-transform: uppercase;
  font-size: 19px;
  color: #fff;
  padding: 20px 0;
}

.portfolio-col div#portfolio #filters li {
  display: inline-block;
  color: #696969;
  text-transform: uppercase;
  margin: 0 15px;
}

.portfolio-col div#portfolio #filters li span {
  display: block;
  padding: 6px 14px;
  font-size: 13px;
  border-radius: 3px;
}

.portfolio-col #portfolio span.filter.active {
  background: #43bdde;
  color: #fff;
}

.portfolio-col div#portfolio #filters li span:hover {
  background: #43bdde;
  color: #fff;
}



.portfolio-col #portfolio ul#filters {
  text-align: center;
  margin: 40px 0 30px 0;
  display: block;
}

.portfolio-col div#portfoliolist .col-md-4 ul li {
  position: relative;
  overflow: hidden;
}

.portfolio-col div#portfoliolist .col-md-4 ul li a {
  display: block;
  position: relative;
}

.portfolio-col div#portfoliolist .col-md-4 ul li a .overlay_portfolio {
  position: absolute;
  background: rgba(0, 0, 0, 0.73);
  width: 0;
  text-align: center;
   /* Safari */
   /* Safari 7.0+ */
  right: 0;
  border: rgba(0, 0, 0, 0.51) 11px solid;
  padding: 0;
  overflow: hidden;
  -webkit-transition: all .2s ease-in;
  -moz-transition: all .2s ease-in;
  -o-transition: all .2s ease-in;
  visibility: hidden;
  -ms-transition: all .2s ease-in;
  height: 100%;
  transition: all .2s ease-in;
}

.portfolio-col div#portfoliolist .col-md-4 ul li a .overlay_portfolio i {
  font-size: 50px;
  color: #fff;
  position: absolute;
  top: 39%;
  left: 45%;
}

.portfolio-col div#portfoliolist .col-md-4 ul li:hover a .overlay_portfolio {
  width: 100%;
  visibility: visible;
}

.portfolio-col div#portfoliolist .logos.col-md-4+.col-md-4 ul li .overlay_portfolio {
  padding: 23% 0;
}

.portfolio-col div#portfoliolist .logos+.logos ul li+li .overlay_portfolio {
  padding: 25% 0;
}

.portfolio-col div#portfoliolist .logos.logos+.logos ul li .overlay_portfolio {

    padding: 25% 0;
}

.portfolio-col div#portfoliolist .logos.col-md-4+.col-md-4+.col-md-4 ul li+li+li .overlay_portfolio {
    padding: 24% 0;
}


section.portfolio-col {
  padding: 50px 0;
}

.portfolio-col div#portfoliolist .col-md-4 {
  display: none;
}

.portfolio-col #portfoliolist .logos ul li img {height: 269px;}
.portfolio-col #portfoliolist .logos+.logos+.logos ul li.last img{height: 211px;}


.portfolio-col #portfoliolist .websites ul li img{height: 262px;}
.portfolio-col #portfoliolist .websites+.websites ul li+li img{height: 392px;}
.portfolio-col #portfoliolist .websites+.websites+.websites ul li+li+li img{height: 320px;}
.portfolio-col #portfoliolist .websites+.websites ul li img {height: 393px;}
.portfolio-col #portfoliolist .websites+.websites+.websites ul li img {height: 363px;}
.portfolio-col #portfoliolist .websites+.websites ul li+li .overlay_portfolio {padding: 45% 0;}


.portfolio-col #portfoliolist .stationery ul li img{height: 262px;}
.portfolio-col #portfoliolist .stationery+.stationery ul li+li img{height: 262px;}
.portfolio-col #portfoliolist .stationery+.stationery+.stationery ul li+li img{height: 291px;}
.portfolio-col #portfoliolist .stationery+.stationery ul li img {height: 524px;}
.portfolio-col #portfoliolist .stationery+.stationery+.stationery ul li img {height: 436px;}
.portfolio-col #portfoliolist .stationery+.stationery ul li .overlay_portfolio {padding: 45% 0;}
.portfolio-col #portfoliolist .stationery+.stationery ul li+li .overlay_portfolio {padding: 25% 0;}
.portfolio-col #portfoliolist .stationery+.stationery+.stationery ul li .overlay_portfolio {padding: 45% 0;}
.portfolio-col #portfoliolist .stationery+.stationery+.stationery ul li+li .overlay_portfolio {padding: 31% 0;}

.portfolio-col #portfoliolist .video ul li img {height: 200px;}
.portfolio-col #portfoliolist .video+.video+.video ul li.last img{height: 204px;}

.portfolio-col #portfoliolist .brochure ul li img {height: 262px;}
.portfolio-col #portfoliolist .brochure+.brochure+.brochure ul li.last img{height: 465px;}
.portfolio-col #portfoliolist .brochure +.brochure +.brochure ul li img {
  height: 262px;
}
.portfolio-col #portfoliolist .brochure+.brochure ul li img {
  height: 524px;
}
.portfolio-col #portfoliolist .brochure+.brochure ul li+li img {
  height: 262px;
}


section.cutting_edge .col-md-4 h2, section.portfolio-col .col-md-4 h2, section.testimonials h2 {
  color: #010100;
  font-size: 64px;
  text-transform: uppercase;
  font-weight: 400;
}

span.color-text {
  color: #00a2c0;
}

section.cutting_edge .col-md-8 {
  font-size: 16px;
}

section.cutting_edge .col-md-8 p, section.portfolio-col .col-md-8 p, section.testimonials .col-md-7 p {
  line-height: 23px;
  font-weight: 300;
  margin-top: 7px;
  padding-left: 58px;
  padding-top: 10px;
  font-size: 15px;
}

section.what-we-do {
  background: url(../images/bg_white_vector.jpg) repeat left top;
  padding: 70px 0 40px 0;
  text-align: center;
}

section.cutting_edge .container, section.what-we-do .container, section.portfolio-col .row {
  position: relative;
  padding-bottom: 30px;
}

section.cutting_edge .container:after, section.what-we-do .container:after, section.portfolio-col .row:before {
  background: url('images/sprite.png') no-repeat -4px -60px;
  width: 54px;
  height: 3px;
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
}
section.cutting_edge .col-md-4 h6, section.portfolio-col .col-md-4 h6, section.testimonials h6 {
  color: #010100;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 28px;
}
section.cutting_edge .col-md-8 p:before, section.portfolio-col .col-md-8 p:before, section.testimonials .col-md-7 p:before {
  background: #ccc;
  width: 1px;
  height: 72px;
  content: "";
  position: absolute;
  left: 40px;
  top: 16px;
}
h2.hd-border {
  position: relative;
  padding-bottom: 25px;
  margin-bottom: 41px;
  font-size: 40px;
  text-transform: uppercase;
  text-align: center;
}

h2.hd-border:before {content: "";position: absolute;background: #d8d8d8;height: 1px;width: 360px;bottom: 0;left: 50%;margin-left: -180px;}

h2.hd-border:after {
  background: url('images/sprite.png') no-repeat -4px -60px;
  width: 54px;
  height: 3px;
  content: "";
  position: absolute;
  left: 50%;
  bottom: -1px;
  margin-left: -27px;
}

h2.hd-border+p {
  font-size: 18px;
  color: #2d2d2d;
  margin-bottom: 21px;
}



/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
padding: 0;
margin: 0;
border: 0;
outline: none;
vertical-align: top;
}

.fancybox-wrap {
position: absolute;
top: 0;
left: 0;
z-index: 8020;
}

.fancybox-skin {
position: relative;
background: #e5af27;
color: #FFF;
text-shadow: none;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
}

.fancybox-opened {
z-index: 8030;
}

.fancybox-opened .fancybox-skin {
-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
position: relative;
}

.fancybox-inner {
overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
-webkit-overflow-scrolling: touch;
}

.fancybox-error {
color: #444;
font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
margin: 0;
padding: 15px;
white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
display: block;
width: 100%;
height: 100%;
}

.fancybox-image {
max-width: 100%;
max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
background-image: url('../images/fancybox_sprite.png');
}

#fancybox-loading {
position: fixed;
top: 50%;
left: 50%;
margin-top: -22px;
margin-left: -22px;
background-position: 0 -108px;
opacity: 0.8;
cursor: pointer;
z-index: 8060;
}

#fancybox-loading div {
width: 44px;
height: 44px;
background: url('../images/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
position: absolute;
top: -18px;
right: -18px;
width: 36px;
height: 36px;
cursor: pointer;
z-index: 8040;
}

.fancybox-nav {
position: absolute;
top: 0;
width: 40%;
height: 100%;
cursor: pointer;
text-decoration: none;
background: transparent url('../images/blank.gif'); /* helps IE */
-webkit-tap-highlight-color: rgba(0,0,0,0);
z-index: 8040;
}

.fancybox-prev {
left: 0;
}

.fancybox-next {
right: 0;
}

.fancybox-nav span {
position: absolute;
top: 50%;
width: 36px;
height: 34px;
margin-top: -18px;
cursor: pointer;
z-index: 8040;
visibility: hidden;
}

.fancybox-prev span {
left: 10px;
background-position: 0 -36px;
}

.fancybox-next span {
right: 10px;
background-position: 0 -72px;
}

.fancybox-nav:hover span {
visibility: visible;
}

.fancybox-tmp {
position: absolute;
top: -99999px;
left: -99999px;
visibility: hidden;
max-width: 99999px;
max-height: 99999px;
overflow: visible !important;
}
.size-60 {
font-size: 50px;
}
/* Overlay helper */

.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}

.fancybox-lock body {
  overflow: hidden !important;
}

.fancybox-lock-test {
  overflow-y: hidden !important;
}

.fancybox-overlay {
position: absolute;
top: 0;
left: 0;
overflow: hidden;
display: none;
z-index: 99999;
background: url(../images/fancybox_overlay.png);
}

.fancybox-overlay-fixed {
position: fixed;
bottom: 0;
right: 0;
z-index: 20;
}

.fancybox-lock .fancybox-overlay {
overflow: auto;
overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
visibility: hidden;
font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
position: relative;
text-shadow: none;
z-index: 8050;
}

.fancybox-opened .fancybox-title {
visibility: visible;
}

.fancybox-title-float-wrap {
position: absolute;
bottom: 0;
right: 50%;
margin-bottom: -35px;
z-index: 8050;
text-align: center;
}

.fancybox-title-float-wrap .child {
display: inline-block;
margin-right: -100%;
padding: 2px 20px;
background: transparent; /* Fallback for web browsers that doesn't support RGBa */
background: rgba(0, 0, 0, 0.8);
-webkit-border-radius: 15px;
   -moz-border-radius: 15px;
        border-radius: 15px;
text-shadow: 0 1px 2px #222;
color: #FFF;
font-weight: bold;
line-height: 24px;
white-space: nowrap;
}

.fancybox-title-outside-wrap {
position: relative;
margin-top: 10px;
color: #fff;
}

.fancybox-title-inside-wrap {
padding-top: 10px;
}

.fancybox-title-over-wrap {
position: absolute;
bottom: 0;
left: 0;
color: #fff;
padding: 10px;
background: #000;
background: rgba(0, 0, 0, .8);
}
.post-description p{ font-size:16px;}
.overview-text {
  position: absolute;
  bottom: 15px;
  background-color: #fff;
  margin: 10px 35px;
  left: 0px;
  padding: 10px 15px;}


  /* Mazhar css start */
.serv-text {
    font-size: 20px;
    font-weight: 500;
    width: 90%;
    margin: 0 auto 20px !important;
}
img.img-responsive {
  width: 100%;
  margin: 16px 0px;
  position: relative;
  z-index: 1;
  border-radius: 8px;
}
.about-img img {
  width: 100%;
  height: auto;
}
.post-content h2 {
  font-size: 50px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 26px;
}
.on-spot-box {
    box-shadow: 0px 0px 7px #ccccccb5;
    padding: 10px 14px;
    margin: 10px 0;
    border-radius: 9px;
    transition: all 0.5s;
    height: 185px;
}

.one-stop-left h2 {
  font-size: 30px;
  font-weight: 700;
}
.one-stop-left ul li {
  font-size: 17px;
  font-weight: 500;
  line-height: 26px;
  padding: 0px 0 15px;
}
.solution-content h2 {
    font-size: 36px;
    font-weight: 700;
}
nav#mainMenu ul li a {
    color: #000;
    font-size: 16px;
}
.social-icons ul li a i {
  color: #000;
}
.testimonial {
    box-shadow: 0px 0px 6px #ccc;
    border-radius: 7px;
    margin: 5px 5px;
}
.image-absolute img {
    width: 100% !important;
    height: auto;
    object-fit: scale-down;
}
.impact {
    background: #f4f4f9;
}
.size-50 {
    font-size: 40px;
    font-weight: 700 !important;
}

.size-30 {
    font-size: 3.9rem;
    font-weight: 800 !important;
    line-height: 50px;
}
p.owl-pera {
    font-size: 16px;
    font-weight: 600;
}
.strategically {
    width: 90%;
    margin: 40px auto;
    border-radius: 25px;
}
.red-text {
    color: #43bdde !important;
    font-size: 40px !important;
}
.main__text {
    position: absolute;
    top: 60px;
}

.on-spot-box:hover {
    background: #1ac5b9;
}
.on-spot-box:hover h4 {
    color: #fff;
}
.on-spot-box:hover p {
     color: #fff;
}
.solution-content {
    margin: 43px 0 0 0px;
}
.gototop-button {
    background-color: #1ab7bb !important;
}
.track-box {
    box-shadow: 0px 0px 7px #ccc;
    border-radius: 10px;
    padding: 20px 20px;
    text-align: center;
    background: #f4f4f9;
}
.track-title {
    text-align: center;
    width: 80%;
    margin: 0 auto;
}
.track-title h2 {
    font-size: 40px;
    font-weight: 800;
}
.track-box h4 {
    font-size: 26px;
    font-weight: 600;
}
.icon-box img {
    filter: hue-rotate(175deg) brightness(1.2) saturate(1.5);
    border-radius: 4px;
}
.heading h2 {
    font-size: 40px !important;
    line-height: 45px;
}
.hero-section .solution__content {
    text-align: center;
    width: 90%;
    margin: 0 auto;
}
 .solution__content h1 {
   color: #fff;
}
 .solution__content p {
   color: #fff;
}
.report-section {
    position: relative;
    height: 100vh;
    padding: 45px 0px;
}
.report-content {
    margin: 30px 20px;
    position: relative;
    top: 28px;
    display: flex;
    gap: 20px;
}
.report-content span {
    background: #1ab7bb;
    padding: 20px;
    border-radius: 50px;
    color: #fff;
    font-size: 16px;
}
.report-img img {
    position: absolute;
    right: -40px;
}
.report-content:before {
    position: absolute;
    content: '';
    background: #1ab7bb40;
    width: 2px;
    height: 120px;
    left: 27px;
    z-index: -1;
}
.technology {
    background: #f4f4f9;
}


.icon-box {
    margin-bottom: 30px;
    height: 40vh;
    box-shadow: 0px 0px 3px #1ab7bb85;
    padding: 10px 10px;
    border-radius: 9px;
    transition: all 0.4s ease-in-out;
    background: white;
    position: relative;
    overflow: hidden;
}
.size-40 {
    font-size: 30px;
    line-height: 60px;
}
section.solve-design {
    background: #1ab7bb1f;
    width: 90%;
    margin: 50px auto;
    border-radius: 15px;
    box-shadow: 0px 0px 6px #ccc;
}
.future-ready-content {
    display: flex;
    gap: 20px;
}
.tele-text {
    text-align: center;
    box-shadow: 0px 0px 6px #cccc;
    border-radius: 10px;
    padding: 20px 10px;
    height: 75vh;
}
.tele-text img {
    width: 100%;
    height: auto;
}
section.telecom-last {
    text-align: center;
}
.frcs span {
    background: #1ab7bb;
    padding: 10px 16px;
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    border-radius: 4px;
    box-shadow: 0px 0px 4px #000000;
}
/* Hover effect */
.icon-box:hover {
    transform: translateY(-5px); /* Slightly lifts the box */
    box-shadow: 0px 5px 15px rgba(26, 183, 187, 0.6); /* Adds a glowing shadow */
}

/* Add gradient overlay effect */
.icon-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(26, 183, 187, 0.15), rgba(0, 0, 0, 0.1));
    opacity: 0;
    transition: opacity 0.4s ease-in-out;
}

/* Show the gradient on hover */
.icon-box:hover::before {
    opacity: 1;
}

/* Icon effect on hover */
.icon-box .icon img {
    transition: transform 0.3s ease-in-out;
}

.icon-box:hover .icon img {
    transform: scale(1.1) rotate(5deg); /* Slightly zoom and rotate */
}

/* Text color change */
.icon-box h3 {
    transition: color 0.3s ease-in-out;
}

.icon-box:hover h3 {
    color: #1ab7bb; /* Changes title color on hover */
}
.footer-content ul li {
    list-style: none;
}

/*.footer-content ul li:after {*/
/*    position: absolute;*/
/*    left: -6px;*/
/*    content: '';*/
/*    background: #1ab7bb;*/
/*    width: 2px;*/
/*    height: 20px;*/
/*}*/

.services__box {
    position: relative;
    background: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.4s ease-in-out;
    padding: 20px;
    border: 2px solid transparent;
}

/* Hover Effect */
.services__box:hover {
    background: linear-gradient(135deg, #1ab7bb, #0e91a0);
    transform: scale(1.05);
    box-shadow: 0px 8px 20px rgba(26, 183, 187, 0.4);
    border-color: #ffffff33; /* Soft glowing border */
}

/* Image Effect - Keeps the image visible */
.services__box img {
    transition: transform 0.3s ease-in-out;
}

/* Slight zoom on hover */
.services__box:hover img {
    transform: scale(1.1);
}

/* Service Text - Smooth Text Appearance */
.service-sub p,
.service-sub ul li {
    transition: all 0.3s ease-in-out;
}

/* Text color change */
.services__box:hover .service-sub p,
.services__box:hover .service-sub ul li {
    color: #fff;
}

/* Animated List Items */
.service-sub ul {
    padding: 0;
    list-style: none;
}

.service-sub ul li {
    position: relative;
    padding-left: 20px;
    opacity: 1;
    transform: translateX(-10px);
    transition: all 0.4s ease-in-out;
}

/* Add smooth checkmark effect */
.service-sub ul li::before {
    content: "✔";
    position: absolute;
    left: 0;
    font-size: 16px;
    color: #FFD700; /* Gold checkmark */
    opacity: 0;
    transform: scale(0.8);
    transition: all 0.3s ease-in-out;
}

/* List animation on hover */
.services__box:hover .service-sub ul li {
    opacity: 1;
    transform: translateX(0);
}

.services__box:hover .service-sub ul li::before {
    opacity: 1;
    transform: scale(1);
}
.icon-box h3 {
    font-size: 18px;
}
.solution__content h1 {
    font-size: 40px;
    line-height: 60px;
}
.growth h2 {
    font-size: 40px;
    font-weight: 600;
    line-height: 50px;
}
.business-process h2 {
    font-size: 32px;
    font-weight: 600;
}

section.bussiness-optimize {
    background: #f0fdfa;
}
.bussiness-optimize-text h2 {
    font-size: 40px;
    font-weight: 700;
    color: #000;
}
.bussiness-optimize-text p {
    font-size: 16px;
    font-weight: 500;
    color: #000;
}

/* General Box Styling Reset */
.process-optimization-text,
.benefit-content,
.po-titlle {
  padding: 30px;
  border-radius: 10px;
  transition: all 0.3s ease;
}

/* 1. Process Optimization Box */
.process-optimization-text {
  margin: 6px 0 10px;
  background: #f0fdfa;
  border-left: 5px solid #1ab7bb;
  box-shadow: 0 4px 10px rgba(26, 183, 187, 0.1);
  height: 100%;
  min-height: 100%;
}

.process-optimization-text:hover {
  background: #e0fbf9;
  transform: translateY(-6px);
  box-shadow: 0 10px 24px rgba(26, 183, 187, 0.2);
}

/* 2. Benefit Content Box */
.benefit-content {
  background: #fef7f1;
  border-left: 5px solid #f58a07;
  box-shadow: 0 4px 12px rgba(245, 138, 7, 0.1);
  margin: 10px 0px;
  height: 300px;
}

.benefit-content:hover {
  background: #fff7ec;
  transform: translateY(-6px);
  box-shadow: 0 10px 24px rgba(245, 138, 7, 0.2);
}

.benefit-content span {
  display: inline-block;
  width: 50px;
  height: 50px;
  background-color: #f58a07;
  color: #fff;
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 18px;
}

/* 3. Page Title / PO Title Box */
.po-titlle {
  background: #f1f5ff;
  border-left: 5px solid #3b82f6;
  text-align: center;
  margin-bottom: 40px;
  box-shadow: 0 4px 10px rgba(59, 130, 246, 0.1);
  width: 100% !important;
}

.po-titlle:hover {
  background: #e7efff;
  transform: scale(1.02);
  box-shadow: 0 10px 24px rgba(59, 130, 246, 0.2);
}

/* Additional Styling */
.bussiness-optimize-text h2 span {
  color: #1ab7bb;
}



/* Section background with gradient and padding */
.custtom_testimonials {
  background: linear-gradient(135deg, #eef9fb, #ffffff);
  padding: 45px 0;
}

/* Section Heading */
.custtom_testimonials .heading h2 {
  font-size: 38px;
  font-weight: 800;
  color: #1ab7bb;
  text-transform: capitalize;
  text-align: center;
  margin-bottom: 60px;
  position: relative;
}

.custtom_testimonials .heading h2::after {
  content: '';
  width: 70px;
  height: 3px;
  background: #1ab7bb;
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 2px;
}

/* Testimonial Card */
.testimonial {
    background: #ffffff;
    border-radius: 16px;
    padding: 20px 22px;
    margin: 20px;
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.06);
    border: 1px solid #e6f2f3;
    transition: all 0.4s ease;
    position: relative;
    height: 400px;
}

.testimonial:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
  border-color: #1ab7bb;
}

/* Decorative quote mark */
.testimonial::before {
  content: "“";
  font-size: 80px;
  line-height: 1;
  color: #1ab7bb;
  position: absolute;
  top: 20px;
  left: 30px;
  opacity: 0.07;
  font-family: Georgia, serif;
  z-index: 0;
}

/* Testimonial text */
.testimonial-description p {
  font-size: 16px;
  color: #333;
  line-height: 1.8;
  margin-bottom: 30px;
  z-index: 1;
  position: relative;
  text-align: left !important;
  padding: 10px 2px !important;
}

/* Client Info Section */
.testimonial-image {
  text-align: left !important;
  margin-left: 5px !important;
}

.testimonial-image img.round {
  width: 70px !important;
  height: 70px;
  border-radius: 50%;
  object-fit: scale-down;
  border: 3px solid #1ab7bb;
  margin: 0 auto 15px auto;
  transition: transform 0.3s ease;
}

.testimonial:hover .testimonial-image img.round {
  transform: scale(1.05);
}

.testimonial-image h4 {
  font-size: 18px;
  font-weight: 600;
  color: #0a2f43;
  margin-bottom: 5px;
}

.testimonial-image .subtitle {
  font-size: 14px;
  color: #666;
  font-style: italic;
}

/* Optional Slick Dots */
.slick-dots li button:before {
  font-size: 14px;
  color: #1ab7bb;
  opacity: 0.4;
}

.slick-dots li.slick-active button:before {
  opacity: 1;
}

.analyze-section {
  background: #f9fafe;
  padding: 45px 0;
  position: relative;
}

.analyze-timeline {
  position: relative;
  max-width: 960px;
  margin: 0 auto;
  padding: 20px 0;
}

.timeline-item {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 50px;
  position: relative;
}

.timeline-item.right {
  justify-content: flex-end;
}

.content-box {
  background: #fff;
  padding: 30px 25px;
  border-radius: 12px;
  width: 85%;
  position: relative;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease;
  border-left: 6px solid #1ab7bb;
}

.timeline-item.right .content-box {
  border-left: none;
  border-right: 6px solid #1ab7bb;
}

.content-box:hover {
  transform: translateY(-6px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

.circle-number {
  width: 50px;
  height: 50px;
  background: #1ab7bb;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  border-radius: 50%;
  text-align: center;
  line-height: 50px;
  position: absolute;
  top: -25px;
  left: -25px;
}

.timeline-item.right .circle-number {
  left: auto;
  right: -25px;
}
.process-optimization-textt p {
    color: #fff;
    text-align: center;
    width: 60%;
    margin: 0 auto;
}
.content-box h4 {
  font-size: 22px;
  color: #0a2f43;
  margin-bottom: 10px;
}

.content-box p {
  font-size: 15px;
  color: #555;
  line-height: 1.7;
}

/* Optional: Connecting Line */
.analyze-timeline::before {
  content: "";
  position: absolute;
  width: 4px;
  background: #e0edf0;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.audit-section {
  padding: 45px 0;
}

.audit-card {
  background: #fff;
  border-radius: 16px;
  padding: 30px 25px;
  margin-bottom: 30px;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  height: 100%;
}

.audit-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 25px 40px rgba(0, 0, 0, 0.08);
}

.audit-icon {
  font-size: 36px;
  color: #1ab7bb;
  background: rgba(26, 183, 187, 0.1);
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 50%;
  margin-bottom: 20px;
}

.audit-card h4 {
  font-size: 20px;
  color: #0a2f43;
  margin-bottom: 12px;
  font-weight: 700;
}

.audit-card p {
  font-size: 15px;
  line-height: 1.6;
  color: #555;
}

.align-items-center {
    display: flex;
    justify-content: center;
    align-items: center;
}


.our-services-section {
  background-color: #f4f7f9;
}

.section-title {
  font-size: 36px;
  font-weight: 700;
  color: #1ab7bb;
}

.section-subtitle {
  max-width: 700px;
  margin: 10px auto 0;
  color: #555;
  font-size: 16px;
}

.service-card {
  background: #fff;
  border-radius: 16px;
  padding: 30px 20px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.05);
  transition: 0.3s ease-in-out;
  border-top: 5px solid transparent;
}

.service-card:hover {
  border-top: 5px solid #1ab7bb;
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.service-icon {
  width: 100%;
  height: 100%;
  object-fit: contain;
  margin-bottom: 20px;
}

.service-title {
  font-size: 20px;
  color: #333;
  font-weight: 600;
  margin-bottom: 10px;
}

.service-desc {
  font-size: 15px;
  color: #666;
  margin-bottom: 15px;
  min-height: 60px;
}

.service-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.service-list li {
  font-size: 14px;
  color: #444;
  position: relative;
  padding-left: 18px;
  margin-bottom: 8px;
  text-align: start;
}

.service-list li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: #1ab7bb;
  font-weight: bold;
}


/*footer css start*/
.footer-modern {
  background: #fff;
  font-family: 'Segoe UI', sans-serif;
  padding: 35px 0px 0;
}

.footer-heading {
  font-size: 18px;
  margin-bottom: 20px;
  color: #1ab7bb;
  font-weight: 600;
  position: relative;
}

.footer-heading::after {
  content: '';
  width: 40px;
  height: 2px;
  background: #1ab7bb;
  position: absolute;
  bottom: -8px;
  left: 0;
}

.footer-links,
.footer-contact {
  list-style: none;
  padding: 0;
}

.footer-links li,
.footer-contact li {
  margin-bottom: 10px;
  font-size: 15px;
}

.footer-links a {
  color: #000;
  text-decoration: none;
  transition: 0.3s;
}

.footer-links a:hover {
  color: #1ab7bb;
  padding-left: 4px;
}

.footer-contact i {
  width: 20px;
  color: #1ab7bb;
}

.footer-contact a {
  color: #000;
  text-decoration: none;
}

.footer-contact a:hover {
  text-decoration: underline;
}

.footer-social a.social-icon {
  display: inline-block;
  background: #1ab7bb;
  color: #fff;
  margin-right: 10px;
  width: 36px;
  height: 36px;
  text-align: center;
  line-height: 36px;
  border-radius: 50%;
  transition: 0.3s ease;
}

.footer-social a.social-icon:hover {
  background: #fff;
  color: #1ab7bb;
  transform: scale(1.1);
}
.seemless-text {
    text-align: center;
    width: 70%;
    margin: 0 auto;
}

.image-hero img {
    /*height: 450px;*/
    object-fit: scale-down;
}
/*footer css end*/
  /* Mazhar css end */

.footer-bottom {
    background: #1ab7bb;
    color: #fff !important;
    font-size: 14px;
    padding: 16px 0 8px;
}
.footer-bottom p {
    color: #fff;
}
p.text-justify.m-0 {
    margin-top: 20px !important;
}
/*footer css end*/
  /* Mazhar css end */