* { margin: 0px; padding: 0px; box-sizing: border-box; }
a{text-decoration: none;}
:focus-visible { outline: none;}
ul{padding: 0;}

body {
  color: #303940;
  font-family:"Montserrat"!important;
  font-weight: normal !important;
  font-size: 18px;
}
.justify-content-center{justify-content: center;}
/*=======================================================================================================*/
.header_top .navbar-brand {
  margin: 0;
  padding: 0;
}
.box_sev {
  padding: 20px;
  background-color: #ffffff;
  box-shadow: 0px 14px 30px rgba(39, 59, 130, 0.25);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  z-index: 9;padding-bottom: 40px;
}

.box_sev .heading_page {
  text-align: center;
}

.heading_page {
  text-align: center;
  font-weight: 700;
  font-size: 32px;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.header_top .navbar-brand img {}

.header_top .navbar-nav {}

.header_top .navbar-nav .nav-item {
    position: relative;
}

.header_top .navbar-nav .nav-item .nav-link.active {}

.header_top .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 10px 12px;
  color: #303940;
  font-size: 14px;
  font-weight: 600;
  line-height: 150%; 
  letter-spacing: -0.42px;
  text-transform: uppercase;
}

.content-end {
  justify-content: end;
}

.navbar-brand img {
  width: 180px;
}

.btn_grp .btn {
  background-color: #3a8396;
  border: none;
  color: white;
  padding: 10px 25px;
  font-family: 'Inter';
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  border-radius: 30px;
}

.btn_grp .btn:first-child {
  background: #fff;
  color: #3a8396;
}

.btn_grp {
  margin-left: 50px;
}

.navbar-nav .dropdown-menu {
  width: 300px;
  z-index: 10;
  transition: all 400ms ease;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  border-top: 3px solid #3a8396;
  float: none;
  margin: 0px 0px;
  padding: 0px 0px;
  background-color: #fff;
  -webkit-box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
}

.header_top .navbar-nav .nav-item:hover .dropdown-menu{
  top: 100%;
}


.navbar-nav .dropdown-menu .dropdown-item:hover{background:#3a8396 ;color: #fff;}



.bg-video-wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  background: url(../images/banner_new.jpg) no-repeat center center/cover;
}
video {
  min-width: 100%;
}


.banner_sect{position: relative;margin-top: 80px;}
.banner_sect:after {
  background: #000;
  opacity: 0.6;
  position: absolute;
  width: 100%;
  height: 100%;
  content: '';
  z-index: 0;
  left: 0;
  top: 0;
}

.header_top {
  position: fixed;
  top: 0;
  z-index: 9;
  width: 100%;
  background: #fff;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  padding: 15px 0;
}

header.header_top.top-fixed {
  background: fixed;
  top: 0;
  width: 100%;
  background: #fff;
}


.bg-video-wrap {}

.bg-video-wrap .banner_cont {
    position: absolute;
    top: 25%;
    width: 100%;
    z-index: 6;
}

.bg-video-wrap .banner_cont h1 {
  color: #FFF;
  animation: fadeInLeft .8s;
  -webkit-animation-delay: 1s;
  animation-delay: .3s;
  text-align: left;
  font-size: 32px;
  margin-bottom: 10px;
  font-weight: bold;
  line-height: normal;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.bg-video-wrap .banner_cont h2 {
    color: #FFF;
    animation: fadeInLeft .8s;
    -webkit-animation-delay: 1s;
    animation-delay: .3s;
    text-align: left;
    font-size: 22px;
    margin-bottom: 10px;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 15px;
}

.bg-video-wrap .banner_cont p {
    color: #fff;
    animation: fadeInRight .8s;
    -webkit-animation-delay: 1s;
    animation-delay: .3s;
    color: #FFF;
    text-align: left;
    font-size: 24px;
    font-weight: 600;
    line-height: normal;
    margin: 0;
    letter-spacing: 2px;
}

.btn_banner {
    display: flex;
    margin-top: 40px;
}

.btn_banner .btn {
  background: #fff;
  color: #000;
  padding: 8px 30px;
  height: 50px;
  border-radius: 100px;
  font-size: 18px;
  font-weight: 600;
}

.btn_banner .free_trial {
    margin-left: 20px;
}

.btn_banner .free_trial .btn {
    background: #ed0404;
    color: #fff;
}

.btn_banner .free_trial h5 {
    color: #f5f5f4;
    font-size: 16px;
    text-align: center;
    margin-top: 8px;
}


.service-box {
  position: relative;
  background: #fff;
  padding: 25px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  overflow: hidden;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.175);
}

.service-box:hover {
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
}

.list_service {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 30px;
}

.service-box img {
}

.service-box .content-box {}

.service-box .content-box h4 {
  color: #000;
  font-size: 22px;
  font-weight: bold;
  margin: 15px 0;
}

.service-box .content-box p {
  margin: 0;
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
}

.Services_list {
  margin-top: -10%;
  z-index: 9;
  position: relative;
}

.bg-grey {
  background-color: #F0F0F0;
}
.whoDo_home h3 {
 }
 
 .whoDo_home p {
     color: #676767;
     font-size: 18px;
     font-weight: 400;
     text-align: center;
     line-height: 22px;
     letter-spacing: 0.016px;
     text-transform: capitalize;
 }
 
 .whoDo_home {
     padding: 80px 0 0;
 }

 .list_whoItem {
  margin-top: 60px;
}

.list_whoItem .box-card .cont_bx h3 {
  text-align: left;
  color: #000;
  font-size: 26px;
}

.list_whoItem .box-card .cont_bx p {
  text-align: left;
  font-size: 18px;
  line-height: 28px;
  margin: 0;
}

.service-box svg{width: 60px;height: 60px;}

.Services_sect {
  position: relative;
  padding: 60px 0;
}



.flip-box-wrapper{
  margin: 0px 0px 0px 0px;
  background-image: url(../images/banner.jpg);
  background-position: center right;
  background-repeat: no-repeat;
  background-size: cover;
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,transform var(--e-transform-transition-duration,.4s);
  height: 453.313px;
  text-align: center;margin-bottom: 30px;
  display: block;
    overflow: hidden;
}

.services2{
  background-image: url(../images/slider-img.jpg);
  background-position: center right;
  background-repeat: no-repeat;
  background-size: cover;
 
}
.services3{
  background-image: url(../images/slider-img1.jpg);
  background-position: center right;
  background-repeat: no-repeat;
  background-size: cover;
 
}
.services4{
  background-image: url(../images/slider-img2.jpg);
  background-position: center right;
  background-repeat: no-repeat;
  background-size: cover;
 
}
.services5{
  background-image: url(../images/slider-img3.jpg);
  background-position: center right;
  background-repeat: no-repeat;
  background-size: cover;
 
}
.services6{
  background-image: url(../images/slider-img4.jpg);
  background-position: center right;
  background-repeat: no-repeat;
  background-size: cover;
 
}
.services7{
  background-image: url(../images/Ecommerce.jpg);
  background-position: center right;
  background-repeat: no-repeat;
  background-size: cover;
 
}
.services8{
  background-image: url(../images/slider-img5.jpg);
  background-position: center right;
  background-repeat: no-repeat;
  background-size: cover;
 
}
.services9{
  background-image: url(../images/Enterprise-Integrations.jpg);
  background-position: center right;
  background-repeat: no-repeat;
  background-size: cover;
 
}
.services10{
  background-image: url(../images/banner2.jpg);
  background-position: center right;
  background-repeat: no-repeat;
  background-size: cover;
 
}
.services11{
  background-image: url(../images/Digital-Marketing.jpg);
  background-position: center right;
  background-repeat: no-repeat;
  background-size: cover;
 
}

.btn_serv .btn {
  background: #3a8396;
  color: #FFF;
  font-size: 18px;
  border-radius: 0;
  font-weight: 700;
  line-height: normal;
  padding: 10px 30px;
  margin-top: 20px;
}

.btn_serv .btn:hover{background: #1b4556;}
.services3{
  background-image: url(../images/banner.jpg);
  background-position: center right;
  background-repeat: no-repeat;
  background-size: cover;
}

.flip-box-wrapper .flip-box-inner {
  height: 100%;
}

[class*=' imghvr-'], [class*=' imghvr-'] *, [class*=' imghvr-']:after, [class*=' imghvr-']:before, [class*=' imghvr-']:after, [class*=' imghvr-']:before, [class^=imghvr-], [class^=imghvr-] *, [class^=imghvr-]:after, [class^=imghvr-]:before, [class^=imghvr-]:after, [class^=imghvr-]:before {
  box-sizing: border-box;
  -webkit-transition: all .35s ease;
  -moz-transition: all .35s ease;
  transition: all .35s ease;
}

[class*=' imghvr-'], [class^=imghvr-] {
  position: relative;
  margin: 0;
  max-width: 100%;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}
.flip-box-wrapper .flip-front {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.flip-box-wrapper .flip-front,
 .flip-box-wrapper .flip-back {
  display: flex;
}
.flip-box-wrapper .flip-front {
  background-color: #fff;
}
 .flip-box-wrapper .flip-front {
  position: absolute;
  bottom: 20px;
  top: auto;
  left: 20px;
  right: 20px;
  display: block;
  transform: scaleY(1);
}
 .flip-box-inner .flip-front {
  background-color: #fff;
  padding: 68px 10px 16px 10px;
}

.flip-box-inner .flip-front-inner {
  align-self: center;
  width: 100%;
}

.flip-box-wrapper .flip-front>*:last-child, .flip-box-wrapper .flip-back>*:last-child {
  margin-bottom: 0;
}

.flip-box-wrapper .flip-box-image {
  display: inline-block;
}
 .flip-box-wrapper .flip-front .flip-box-image {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: #fff;
  z-index: 0;
}

.flip-box-wrapper .flip-front .flip-box-image {
  margin-bottom: 17px;
}
.flip-box-title {
  position: relative;
  margin-bottom: 15px;
}

 .flip-front .flip-box-title {
  margin: 0px 20px 0px 20px;
  margin-bottom: 0px;
  color: #303940;
  text-align: center;
  font-size: 22px;
  font-weight: 600;
  line-height: normal;
}


[class*=' imghvr-'] .flip-back, [class^=imghvr-] .flip-back {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

[class*=' imghvr-fade'] .flip-back, [class*=' imghvr-fade']:hover>.flip-front, [class^=imghvr-fade] .flip-back, [class^=imghvr-fade]:hover>.flip-front {
  opacity: 0;
}
[class*=' imghvr-fade']:hover .flip-back, [class^=imghvr-fade]:hover .flip-back {
  opacity: 1;
}
.flip-box-wrapper .flip-back {
  background-color: #f2f2f2;
}
.flip-box-wrapper .flip-back {
  z-index: 1;
}

.flip-box-wrapper .flip-back {
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  transform: scale(1,0);
  transform-origin: bottom center;
  transition: transform 500ms ease;
}
 .flip-box-inner .flip-back {
  background-color: #FFFFFF;
}

.flip-box-wrapper .flip-front>*:last-child, 
.flip-box-wrapper .flip-back>*:last-child {
  margin-bottom: 0;
}
.flip-box-wrapper .flip-box-image {
  display: inline-block;
}

 .flip-box-wrapper .flip-back .flip-box-image {
  position: absolute;
  top: 21px;
  left: 0;
  right: 0;
  margin: auto;
  width: 90px;
  display: block;
  height: 90px;
  line-height: 90px;
  padding-top: 16px;
  background: #da1318;
}
.flip-box-wrapper .flip-back .flip-content {
}
.flip-box-wrapper .flip-back .flip-content {
  color: #303940;
  text-align: left;
  font-size: 18px;
  font-style: normal;
  padding: 0 30px;
  font-weight: 400;
  line-height: normal;
  padding-top: 40px;
}

 .cea-button-link {
  position: relative;
  overflow: hidden;
  color: #4472C7;
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
}
 .flip-back .flip-box-title {
  margin-bottom: 0px;
  background: #3a8396;
  color: #FFF;
  padding: 32px 20px;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
 .flip-box-wrapper:hover .flip-back {
  transform: scale(1,1);
  transition: transform 500ms ease;
}
@media only screen and (max-width: 1024px){
 .flip-box-wrapper .flip-back {
    padding: 24px 30px 24px 30px!important;
}
.flip-box-wrapper .flip-back .flip-box-image {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  margin: auto;
}

.flip-box-wrapper .flip-back .flip-content {
  padding-top: 15px;
}
.flip-box-wrapper .flip-back .flip-content {
  padding-top: 15px;
}

}

.ServiceHome {
  position: relative;
  overflow: hidden;
  background: #000;
  height: 700px;
}

.ServiceHome .arrow_service {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.ServiceHome .arrow_service img {
  width: 577px;animation: bounce 0.6s;
  animation-direction: alternate;
  animation-iteration-count: infinite;
}

.heading_title h4 {
  color: #FFF;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;margin: 0;
  line-height: 133.6%;
}

.heading_title h3 {
}

.heading_title .elementor-divider-separator {
  border-color: #fff;
}

.heading_title .elementor-divider-separator:after {
  color: #fff;
}

.Services_sect .heading_title h3 {
  margin-bottom: 10px;
}


.Services_sect  .owl-nav{display: none;}



.Services_sect .owl-carousel .owl-dots {
    position: absolute;
    left:50%;
    bottom: 0px;
    transform: translateX(-50%);
    display: inline-block;
    margin: auto;
    text-align: center;
}
.Services_sect .owl-dots button.owl-dot {
    margin: 0 7px;
    border-radius: 50%;
    box-shadow: 0 3px 3px rgba(0,0,0,.15);
    -webkit-transition: all 250ms ease-in-out 0s;
    -moz-transition: all 250ms ease-in-out 0s;
    -ms-transition: all 250ms ease-in-out 0s;
    -o-transition: all 250ms ease-in-out 0s;
    transition: all 250ms ease-in-out 0s;
}

.Services_sect .owl-dots button.owl-dot.active {
    opacity: 1;
    transform: skewX(-43deg);
    -webkit-transform: skewX(-43deg);
    -moz-transform: skewX(-43deg);
    -ms-transform: skewX(-43deg);
    -o-transform: skewX(-43deg);
    -webkit-transition: all 250ms ease-in-out 0s;
    -moz-transition: all 250ms ease-in-out 0s;
    -ms-transition: all 250ms ease-in-out 0s;
    -o-transition: all 250ms ease-in-out 0s;
    transition: all 250ms ease-in-out 0s;
}
.Services_sect .owl-dots button.owl-dot{    background-color: #3a8396;}
.Services_sect .owl-dots button.owl-dot {
  width: 30px;
  height: 6px;
  border-radius: 0;
  opacity: .3;
  margin: 0 5px;
  transform: skewX(-43deg);
}

.Analysis_serv h3 {
  margin-bottom:50px;
}

.Analysis_serv {
  padding: 80px 0;
  background: #eff2f4;
}

.Analysis_serv .consut_wrap {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 30px;
}

.Analysis_serv .consut_wrap .box-card {
  background-color: white;
  border-radius: 24px;
  padding: 24px;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  will-change: transform, opacity;
  visibility: visible;
  -webkit-transition: .3s linear;
  -o-transition: .3s linear;
  transition: .3s linear;
  animation-duration: 1s;
  animation-delay: 0.3s;
}

.Analysis_serv .consut_wrap .box-card .icon_bx {margin-bottom: 20px;}

.Analysis_serv .consut_wrap .box-card .icon_bx svg {width: 60px;height: 60px;}

.Analysis_serv .consut_wrap .box-card h4 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #000;text-transform: capitalize;
}

.Analysis_serv .consut_wrap .box-card p {
  margin: 0;
  font-size: 16px;
}

.Analysis_serv  .box-card:hover {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.16);
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}

.Reason_sect .heading_title {
  margin-bottom: 60px;
}

.Reason_sect .heading_title h3 {margin-bottom: 10px;}

.Reason_sect .heading_title p {
  letter-spacing: 0.016px;
  text-transform: capitalize;
  color: #4A4E51;
  text-align: center;
  font-weight: 500;
  font-size: 22px;
  line-height: 20px;
  margin-bottom: 50px;
}

.Reason_sect .image_bx {
  border-width: 10px 10px 10px 10px;
  border-color: #fff;
  box-shadow: -10px 10px 20px 0px rgba(0,0,0,.12);
  margin-bottom: 50px;
}

.Reason_sect .image_bx img {
  width: 100%;
}

.Reason_sect .cont_reason {
  padding: 0px 0px 0px 40px;
  margin-bottom: 30px;
}

.Reason_sect .cont_reason h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #000;
}

.Reason_sect .cont_reason p {
  margin: 0;
  font-size: 16px;
}

.Reason_sect {
  padding: 60px 0;
}

.Visualiz_bx {
  background: #1b4556;
  display: flex;
}

.Visualiz_bx .box_bg-second {
  padding: 30px;
  width: 60%;
}

.Visualiz_bx .box_bg-second h6 {
  color: #fff;
  font-weight: 700;
  opacity: 0.7;
  font-size: 24px;
  margin-bottom: 20px;
}

.Visualiz_bx .box_bg-second h2 {
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
}

.Visualiz_bx .box_bg-second ul {
  padding-left: 30px;
}

.Visualiz_bx .box_bg-second ul li {
  color: #fff;
  margin-bottom: 10px;
  font-weight: 400;
}

.Visualiz_bx .img_bx {
  width: 40%;
}

.Visualiz_bx .img_bx img {
  width: 100%;
  height: 600px;
}

.comp_logo .logp_bx img {
  height: auto;
  max-height: 90px;
  max-width: 210px;
  width: auto;
}
.comp_logo{padding: 60px 0;}

.comp_logo h3{
  margin-bottom: 60px;
  }


  .list-service .box-card {
    background-color: white;
    border-radius: 24px;
    padding: 24px;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    will-change: transform, opacity;
    visibility: visible;
    -webkit-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear;
    animation-duration: 1s;
    animation-delay: 0.3s;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.list-service .box-card h3 {
  font-weight: bold;
  font-size: 32px;
  margin-bottom: 10px;
}
.list-service  .box-card p {
  font-size: 14px;
}

.list-service .box-card:hover {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.16);
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}
.list-service .box-card .img_bx {
  margin: -24px;margin-top: 0;
}
.list-service .box-card .img_bx img {
  width: 100%;
  border-radius: 0 0px 24px 24px;
}

.list-service {display: grid;grid-template-columns: repeat(2,1fr);gap: 30px;}


.list_whoItem {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}

.list_whoItem .box-card {
  box-shadow: 0px 0px 20px #c5c5c5;
  background-color: white;
  border-radius: 12px;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  will-change: transform, opacity;
  visibility: visible;
  -webkit-transition: .3s linear;
  -o-transition: .3s linear;
  transition: .3s linear;
  animation-duration: 1s;
  animation-delay: 0.3s;overflow: hidden;
}

.list_whoItem .box-card .box-card {}

.list_whoItem .box-card .box-card {  width: 100%;
  transition: all .25s linear;}

.list_whoItem .box-card img {
  width: 100%;height: 300px;
  object-fit: cover;
  border-radius: 12px 12px 0 0;
  transition: all .25s linear;

}
.list_whoItem .box-card .icon_bx {
  width: 100%;
  height: 300px;
  overflow: hidden;
}
.list_whoItem .box-card .cont_bx {
  padding: 20px;
}

.list_whoItem .box-card:hover img{  transform: scale(1.05);}

.comp_logo .owl-nav{display: none;}




.blog_card {
	border-radius: 20px;
	background: #fff;
	box-shadow: 0px 0px 20px rgba(59, 59, 59, 0.16);
	margin-bottom: 30px;
	padding: 10px;
}

.blog_card figure {
	margin: 0;
	position: relative;
}

.blog_card .b_tag {
	display: flex;
	margin-bottom: 10px;
	justify-content: flex-end;
}
.ft_sect .logo_ft img{width: 180px;}
.blog_card .b_tag .tag {
	color: #3b3b3b;
	min-width: 100px;
	text-align: center;
	padding: 8px 20px;
	border-radius: 100px;
	font-weight: 600;
	font-size: 14px;
	text-transform: uppercase;
	background: #F9F9F9;
	z-index: 6;
	transition: .3s ease-in-out;
	max-width: 185px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.trending_blog .blog_card .b_tag .tag{
	background: #EEF3FC;
	color: #1b4556;
}

.blog_card .b_tag .tag:hover {
	background: #1b4556;
	color: #fff;
}

.blog_card figure img {
	height: 280px;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	border-radius: 20px;
	object-position: center;
}

.blog_card .blog_dets {
	padding: 20px;
}
.blog_sect h3 {
  font-size: 42px;
  text-align: center;
  font-weight: 700;
  margin-bottom: 45px;
}
.blog_card .blog_dets>.title {
	text-transform: uppercase;
	font-weight: 600;
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 5px;
}

.blog_card .blog_dets>.title a {
  color: #333;
  font-size: 18px;
  display: block;
  transition: .3s ease-in-out;
  font-weight: 600;
}

.blog_card .blog_dets>.title a:hover {
	color: #1b4556;
}

.blog_card .blog_dets>ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.blog_card .blog_dets>ul>li.autor_name {
	display: flex;
	align-items: center;
}

.blog_card .blog_dets>ul>li.autor_name img {
	height: 50px;
	width: 50px;
	object-fit: cover;
}

.blog_card .blog_dets>ul>li>a {
	font-weight: 600;
	font-size: 14px;
	padding-left: 8px;
	color: #3b3b3b;
	transition: .3s ease-in-out;
}

.blog_card .blog_dets>ul>li>a span {
	display: block;
	font-weight: normal;
	font-size: 12px;
	text-align: left;
	margin-top: 5px;
	color: #707070;
}

.blog_card .blog_dets>ul>li>a.rd_mr {
	color: #1b4556;
	font-weight: 500;
}

.blog_card .blog_dets>ul>li>a.rd_mr i {
	transition: .3s ease-in-out;
}

.blog_card .blog_dets>ul>li>a.rd_mr:hover i {
	padding-left: 10px;
}

.blog_card .blog_dets>ul>li>a:hover {
	color: #1b4556;
}

.blog_card .blog_dets .rd_mr_btn {
	width: 40px;
	height: 40px;
	background: #eef3fc;
	display: flex;
	color: #1b4556;
	align-items: center;
	justify-content: center;
	border-radius: 100px;
	padding-left: 0;
}

.blog_card .blog_dets>ul>li>a.rd_mr_btn:hover {
	background-color: #1b4556;
	color: #fff !important;
}

.blog_card .blog_dets>ul>li+li {
	margin-left: 30px;
}


.blog_card .blog_dets>p {
	line-height: 20px;
	font-size: 14px;
	color: #555;
	margin-bottom: 20px;
	margin-top: 5px;
}

.blog_card .blog_dets>a.rd_mr {
	font-weight: 600;
	display: inline-block;
	text-transform: uppercase;
	font-size: 18px;
	letter-spacing: 0.01em;
	color: #1b4556;
}

.vide_sect {padding-bottom: 60px;}

.vide_sect h2 {
    font-size: 42px;
    text-align: center;
    font-weight: 700;
    margin-bottom: 5px;
}

.vide_sect h3 {
    font-size: 28px;
    text-align: center;
    font-weight: 600;
    margin-bottom: 10px;
}

.vide_sect p {
    text-align: center;
    font-size: 16px;
    margin-bottom: 45px;
}

.vide_sect .list_member {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    text-align: center;
    margin-bottom: 50px;
}

.vide_sect .list_member .customer-wrapper {}

.vide_sect .list_member .customer-wrapper .headshot-wrapper {
    margin-bottom: 15px;
}

.vide_sect .list_member .customer-wrapper .headshot-wrapper img {}

.vide_sect .list_member  p.name {
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 600;
}

.vide_sect .list_member  p.jobtitle {
    font-size: 16px;
    color: #676767;
    margin: 0;
}

.blog_list {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 30px;
}

.blog_card .blog_dets>ul>li {
    display: block;
}

.c-bumper__video {
  position: relative;
  overflow: hidden;
}
.c-section__bg-indigo {
  color: #f2f4f6;
  background-color: #3a8396!important;
}
.c-ctas-wrap__in-row {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.c-ctas-wrap {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.justify-content-start {
  -webkit-box-pack: start!important;
  -ms-flex-pack: start!important;
  justify-content: flex-start!important;
}
.c-btn-primary, .hbspt-form .hs-form .hs-button {
  color: #1b4556;
  background-color: #ffffff;
}
.c-section__bg-mist-gray {
  background-color: #f2f4f6;
}
.c-btn-default {
  color: #000000;
  background-color: transparent;
  border-color: #000000;
}
.c-bumper__video__video-layer {
  background-color: rgba(28,13,63,.5);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.c-bumper__video video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -2;
}
.c-bumper__video__background {
  background-color: #1b127d;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -3;
}
@media (min-width: 992px){
.c-bumper__video video {
    width: 100%;
}}

@media (min-width: 1200px){
.c-bumper__video {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
}}

.c-bumper__video h2.c-h3.text-start {
  font-size: 32px;
  font-weight: 400;
  padding: 24px 0;
}

.c-bumper__video .c-cta__link {
  border-radius: 100px;
  font-size: 18px;
  font-weight: 600;
  padding: 8px 20px;
}

.c-section__bg-mist-gray .text-start {
  font-size: 46px;
  font-weight: 400;
  padding: 40px 0;
}

span.d-block.c-cta__note {
  text-align: center;
  font-size: 16px;
  line-height: 18px;
}

.c-bumper__video .c-cta__link:hover{background: #000;color: #fff;}
.blog_sect{margin-bottom: 60px;}

footer.footer {    
  position: relative;
}




.cont_ft h3 {
  color: #959595;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  margin: 0;
  letter-spacing: -0.42px;
}

.cont_ft h4 {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.42px;
  margin: 0;
}

footer.footer {
  background: #021923;
  padding-top: 65px;
}

.foot_top {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1.5fr;
  border-bottom: 1px solid #959595;
  padding-bottom: 30px;
  margin-bottom: 40px;
}

.foot_top .address_bx {
  display: flex;
  align-items: center;
}

.foot_top .address_bx .cont_ft {
  margin-left: 15px;
}

.foot_top .address_bx .cont_ft .frm_grp {
  display: flex;
  align-items: center;
}

.foot_top .address_bx .cont_ft .frm_grp .form-control {
  background: #f6f6f7;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  border-radius: 0;
  line-height: 150%;
  border: 0;
  padding: 16px;
  width: 300px;
  letter-spacing: -0.42px;
}

.foot_top .address_bx .cont_ft .frm_grp .btn {
  background: #3a8396;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  padding: 14px 20px;
  border-radius: 0;
  line-height: 27px;
  display: flex;
  letter-spacing: -0.32px;
}

.foot_top .address_bx .cont_ft .frm_grp .btn span:last-child {
  position: relative;
  top: -1px;
  margin-left: 5px;
}

.ft_sect {}

.footer_mid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 0.7fr 100px;
}

.ft_about ul {
  margin: 0;
}

.ft_about ul li {
  display: block;
  margin-bottom: 5px;
}

.ft_about ul li a {
  color: var(--style, #FFF);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; 
  letter-spacing: -0.32px;
}

.ft_about h3 {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: -0.32px;
  margin-bottom: 15px;
}

.ft_sect .logo_ft {
  margin-bottom: 15px;
}

.ft_about h4 {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.32px;
  margin-bottom: 15px;
}

.ft_sect .soical_list_ft {}

.ft_sect .soical_list_ft li {
  text-align: right;
  display: block;
  margin-bottom: 24px;
}

.ft_sect .soical_list_ft li a {}

.footer_bottom {
  background: #032735;
  margin-top: 30px;
}

.footer_bottom .footer_copy {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 0;
}

.footer_bottom .footer_copy p,.footer_bottom .footer_copy p a {
  margin: 0;
  color: #959595;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%; 
  letter-spacing: -0.42px;
}

.tab_query .accordion .accordion-item {background: #fff;margin-bottom: 15px;border: 1px solid #1b4556;box-shadow: 0px 0px 20px rgba(59, 59, 59, 0.16);}
.tab_query .accordion .accordion-item .accordion-header {}
.tab_query .accordion .accordion-item .accordion-header .accordion-button {
    border: 0;
    background: #fff;
    box-shadow: none;
    color: #1b4556;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.tab_query .accordion .accordion-button:not(.collapsed){background: #3a8396!important;color: #fff!important;}
.tab_query .accordion .accordion-item .accordion-header .accordion-button::after {
    content: '';
    background-image: url(../images/Expand.svg);
    width: 32px;
    height: 32px;
    background-size:initial;
    background-repeat: no-repeat;
}
.tab_query .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
  content: '';
  background-image: url(../images/close.svg);
  width: 32px;
  height: 32px;
  background-size:initial;
  background-repeat: no-repeat;

}
.tab_query .accordion .accordion-item  .accordion-body {}

.tab_query .accordion .accordion-item .accordion-body p {
    color: #6C6C6C;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px; 
}

.Faq_sect .heading_shop h4 {
  font-size: 42px;
  text-align: center;
  font-weight: 700;
  margin-bottom: 45px;
}

.Faq_sect {
  padding: 50px 0;
}


.gathr-in-action.meet-gathr h2.head-title {
  width: 58%;
  margin: 0 auto;
  font-size: 42px;
  text-align: center;
  font-weight: 700;
  margin-bottom: 45px;
}

.gathr-in-action {
  padding: 60px 0;
}
.dataflow-img {
  background-image: url(../images/flow-line.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 3em;
}
.dataflow-img {
  display: table;
  margin: 30px auto 20px;
  width: 100%;
}
ul.flow-items-list {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}
li.flow-item {
  font-size: 16px;
  display: inline-block;
}
.capabilities {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 99px #E5DDF8;
  border: 1px solid #EFEBFA;
  border-radius: 55px;
  padding: 35px;
  margin-top: 40px;
  position: relative;
}
.tags-head {
  position: absolute;
  top: -20px;
  width: calc(100% - 100px);
  display: inline-flex;
}
.tags-head p {
  width: calc(100% / 3 - 15px);
  background: transparent linear-gradient(-90deg, #3a8396 0%, #3a8396 0%, #3a8396 90%, #21DBAA 110%);
  border-radius: 120px;
  margin: 0px 30px;
  text-align: center;
  color: #fff;
  padding: 0.25em;
}
.cap-heading {
  background: transparent linear-gradient(-90deg, #000000 30%, #3a8396 40%, #3a8396 60%, #21DBAA 70%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
  font-size: 16px;
  position: relative;
  font-weight: bold;
  text-align: center;
  padding: 10px 0px;
  margin-bottom: 1em;
}
.cap-heading:before {
  content: "";
  position: absolute;
  width: 36.5%;
  left: 0px;
  height: 1.6px;
  background: #3a8396;
  border-radius: 50%;
  top: 50%;
}
.cap-heading:after {
  content: "";
  position: absolute;
  width: 36.5%;
  right: 0px;
  height: 1.6px;
  background: #3a8396;
  border-radius: 50%;
  top: 50%;
}
.cap-box {
  background: transparent linear-gradient(1deg, rgba(255,255,255,.15) 0%, rgba(228,242,254,.15) 6%, rgba(136,198,250,.15) 100%) 0% 0% no-repeat padding-box;
  padding: 20px;
  border-radius: 20px;
}
.cap-box h3 {
  color: #000000;
  font-size: 16px;
}
.cap-box li {display: block;
  font-size: 14px;
  color: #002856;
  padding: 5px 0px;
}
.cap-box li span {
  margin-right: 5px;
  display: table;
  float: left;
  width: 24px;
}

.solutions ul {
  display: flex;
  position: relative;}
.solutions ul li {
  display: flex;
  width: calc(100% / 5);
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  transition: .2s;
  padding: 5px;
  min-height: 85px;
}
.solutions ul li span {
  display: table;
  width: 100%;
  text-align: center;
  font-size: 13px;
  margin-top: 10px;
  color: #002892;
}
.solution-details {
  position: absolute;
  width: 100%;
  left: 0px;
  background: transparent linear-gradient(63deg, #EBF6FF 0%, #E0EAF2 42%, #EAF4FC 100%) 0% 0% no-repeat padding-box;
  padding: 20px;
  top: 90px;
  border-radius: 10px;
  display: none;
}
.close-meet {
  position: absolute;
  right: 10px;
  top: 5px;
  background-color: transparent;
}
.solution-details h3 {
  font-size: 20px;

}
.solutions .xops-sol ul li:hover {
  background: linear-gradient(180deg,rgba(16,207,201,0),rgb(58 131 150));
  border-radius: 5px;
}
.solutions .business-sol ul li:hover {
  background: linear-gradient(180deg,rgba(16,207,201,0),rgb(53 52 55 / 50%));
  border-radius: 5px;
}

.whtaDo_funtion {
  background: #7bbbcb;
  text-align: center;
  padding: 60px 0;
}

.whtaDo_funtion  h3 {
  font-size: 36px;
  font-weight: 700;
  color: #fff;
}

.whtaDo_funtion  h4 {
  font-size: 36px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 30px;
}

.whtaDo_funtion  p {
  font-size: 18px;
  font-weight: 400;
  color: #fff;
}

.wrap_inner {
  display: flex;
  align-items: center;
  width: 100%;
}

.pl-43 {
  padding-left: 43px;
}

.width-60 {
  width: 55%;
}
.pr-63 {
  padding-right: 63px;
}
.wrap_inner .heading_title span {
  color: #3a8396;
}
.rating_star {
  font-weight: 600;
  font-size: 20px;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.rating_star ul {
  margin: 0;
  padding-left: 25px;
  margin-bottom: 15px;
}

.rating_star ul li {
  display: inline-block;
  color: #FFCB45;
  font-size: 15px;
  padding: 0 2px;
}
.slider_clients .bx_cont {}

.slider_clients .bx_cont p {
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0.035em;
    color: #000000;
    line-height: 126.4%;
    margin-bottom: 15px;
}
.owl-carousel .owl-item .user_img img{width:64.09px;}
.slider_clients .user_lft {
    display: flex;
    align-items: center;
}

.slider_clients .user_sect {
    display: flex;
    align-items: end;
    justify-content: space-between;
    padding-top: 12px;
}

.slider_clients .user_name h3 {
    font-weight: 600;
    font-size: 30px;
    line-height: 37px;
}

.slider_clients .user_name p {
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #000000;
}

.slider_clients .user_img {
    width: 94px;
    height: 95px;
    background: #D9D9D9;
    border-radius: 100%;
    margin-right: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slider_clients .rating_mo h3 {
    font-weight: 700;
    font-size: 62px;
    line-height: 47px;
    color: #3a8396;
    margin: 0;
}

.slider_clients .rating_mo h3 span {
    font-size: 36px;
}

.slider_clients .owl-dots {
  text-align: center;
  margin-top: 30px;
}
.slider_clients .owl-dots .owl-dot {
  width: 30px;
  height: 4px;
  background-color: #D9D9D9;
  border-radius: 0%;
  margin: 0px 8px;
}
.pl-43 {
  padding-left: 43px;
}

.width-40 {
  width: 47%;
}
.slider_clients .owl-dots .active {
  background-color: #3a8396;
}
.slider_clients .owl-dots .owl-dot{border: 0;box-shadow:none;}
button:focus{outline: 0;}
.footer-section {
  background: #325953;
  color: #fff;
  padding: 85px 95px 0px ;
}
.sect_right img {
  width: 100%;
}
.Clients-home .heading_title {
  font-size: 42px;
  font-weight: 600;
}
.Clients-home{padding: 40px 0;}


.list_whodo .card_bx {
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #e5e5e5;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin: 20px;
  padding: 20px 20px 20px 20px;
  text-align: center;
}

.list_whodo .card_bx .ic_bx {width: 130px;margin: 0 auto;margin-bottom: 20px;}

.list_whodo .card_bx .ic_bx img {
  height: auto;
  max-width: 100%;
  border: none;
  border-radius: 0;
  box-shadow: none;
  transition-duration: .3s;
  transition-property: transform;
}
.list_whodo .card_bx .ic_bx img:hover{    transform: scale(1.1);}
.list_whodo .card_bx .cont_bx {}

.list_whodo .card_bx .cont_bx h3 {
  font-size: 32px;
  font-weight: 600;
}

.list_whodo .card_bx .cont_bx p {
  color: #4A4E51;
  font-weight: 500;
  font-size: 16px;line-height: 22px;
}

.list_whodo {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  justify-content: center;
}

.list_whodo .card_bx:hover {
  border: 1px solid #1b4556;
}

.Services_sect .heading_title p {
  color: #4A4E51;
  text-align: center;
  font-weight: 500;
  font-size: 22px;
  line-height: 20px;
  margin-bottom: 50px;
}

.nav_list_active ul li{display: none;}
.nav_list_active ul li img{width: 100%;display: block;}
.nav_list_active ul li.show {display: block;}

.Services_sect .nav-tabs .nav-item.show .nav-link,.Services_sect .nav-tabs .nav-link.active,.Services_sect .nav-tabs .nav-link:hover  {
  color: #fff;
  background-color: #3a8396;
  box-shadow: 0 1rem 3rem rgba(0,0,0,.175);
  border: 0;
}

.Services_sect .nav-tabs .nav-link {
  color: #444444;
  cursor: pointer;
  font-weight: 700;
  font-size: 18px;
  padding: 10px 20px;
  border: 1px solid #3a8396;
  border-radius: 12px;
}

.Services_sect .nav-tabs .nav-link:hover {
  border: 0;
}

.Services_sect .nav-tabs li {
  padding: 0 10px;
  margin-bottom: 10px;
}

.Services_sect .tab-content>.active {
  font-size: 18px;
  font-weight: 500;
  color: #333;
  margin-top: 20px;
}


.nav_list_active ul li::marker{display: none;}