@import url('font-min.css');

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: 400;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

:focus {
  outline: none;
}

button:focus {
  outline: none;
}

a:hover {
  text-decoration: none;
}

@media (min-width: 1240px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1240px;
  }
}

body {
  font-family: 'graphikregular';
  color: #212121;
  font-size: 12px;
  line-height: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}


.headerSection {
  /*position: absolute;*/
  background: transparent;
  position: fixed;
  width: 100%;
  height: 80px;
  z-index: 111;
}
.headerSection.scrolled {
  background-color: #333 !important;
  color: #fff;
  transition: background-color 200ms linear;
}

.mrgaMenuBlog.scrolled {
  background-color: #fff !important;
  color: #fff;
  transition: background-color 200ms linear;
}
.headerSection.mrgaMenuOpen {
  background: #fff !important;
}
.headerSection .navbar {
  padding: 0;
  position: initial;
}

.navbar-nav {
  width: 100%;
}

/* .headerSection .navbar .nav-item:nth-last-child(3) {
  margin-left: auto;
} */
.headerSection .navbar .nav-item:first-child {
  margin-left: auto;
}
.headerSection .navbar .nav-item.playbook-button{
  padding: 16px 15px;
  padding-right: 0;
}
.headerSection .navbar .nav-item.playbook-button a{
  line-height: 10px;
  padding: 0;
}
.headerSection .navbar .nav-link {
  color: #FFFFFF;
  font-family: 'graphikmedium';
  font-size: 16px;
  line-height: 19px;
  padding: 30px 15px;
  /* transition: all 200ms ease-out 150ms; */
}
.headerSection .navbar .nav-item.contactBt .nav-link{
  padding: 0;
}
.headerSection .navbar .nav-item.contactBt{
  padding: 16px 15px;
}
.headerSection .navbar .nav-item.contactBt .nav-link span{
  border: #3BAE65 solid 1px;
  padding: 15px 17px;
  border-radius: 3px;
  color: rgb(73 198 118 / 80%);
  height:48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 21px;
}

.headerSection .navbar .nav-link:hover {
  color:#51D581;
  /* transition: all 200ms ease-out 150ms; */
}

.headerSection .navbar .nav-item .active {
  color:#51D581;
}

.navbar-text {
  padding: 0;
}

.navbar-text a {
  color: #FFFFFF;
  font-family: 'graphikmedium';
  font-size: 16px;
  line-height: 19px;
  padding: 30px 15px;
  /* transition: all 200ms ease-out 150ms; */
}

.navbar-text a:last-child {
  padding-right: 0;
}

.navbar-brand {
  margin-right: 35px;
}

.headerSection.mrgaMenuOpen,.headerSection.mrgaMenuBlog {
  background: #fff;
  border-bottom: #F4F6F9 solid 1px;
}

.headerSection .whiteLogo {
  display: block;
  opacity: 1;
  transition: all 200ms ease-out 150ms;
  position: absolute;
  top: 16px;
  z-index: 1;
}

.headerSection .blackLogo {
  position: absolute;
  top: 16px;
  transition: all 200ms ease-out 150ms;
}

.headerSection.mrgaMenuOpen .whiteLogo,
.headerSection.mrgaMenuBlog .whiteLogo {
  transition: all 200ms ease-out 150ms;
  z-index: 1;
}

.headerSection.mrgaMenuOpen .blackLogo,
.headerSection.mrgaMenuBlog .blackLogo{
  z-index: 1;
  transition: all 200ms ease-out 150ms;
}

.headerSection.mrgaMenuOpen .navbar .nav-link,
.headerSection.mrgaMenuOpen .navbar-text a,
.headerSection.mrgaMenuBlog .navbar .nav-link,
.headerSection.mrgaMenuBlog .navbar-text a  {
  color: #000000;
  /* transition: all 200ms ease-out 150ms; */
}

.headerSection.mrgaMenuOpen .navbar .nav-link:hover,
.headerSection.mrgaMenuOpen .navbar .nav-link.active,
.headerSection.mrgaMenuOpen .navbar-text a:hover,
.headerSection.mrgaMenuBlog .navbar .nav-link:hover,
.headerSection.mrgaMenuBlog .navbar .nav-link.active,
.headerSection.mrgaMenuBlog .navbar-text a:hover {
  color: #212121;
  /* transition: all 200ms ease-out 150ms; */
}
.headerSection.mrgaMenuOpen .navbar .nav-item.dropMenuOpen:hover .nav-link{
  color: #212121;
}
.headerSection.mrgaMenuBlog .navbar .nav-link.active {
  color:#51D581;
}

/* Menu css */
.megaMenu {
  position: absolute;
  /* transform: translate3d(0px, 80px, 0px); */
  transform-origin: center top;
  transition: all 200ms ease-out 150ms;
  background-color: white;
  top: 80px;
  /* top: 70px; */
  left: 0px;
  right: 0px;
  max-height: 0;
  transition: max-height .3s, margin-top .3s;
  overflow: hidden;
  /* overflow: auto; */
}
.megaMenu .container{
  padding-top: 16px;
  padding-bottom: 30px;
}
.error-handle .wpcf7-not-valid-tip{
  top: calc(100% + 12px)!important;
}


@media screen and (min-width: 992px) {
  .headerSection .nav-item:hover .megaMenu {
    transition: max-height .3s, margin-top .3s;
    max-height: 100vh;
    /*max-height: 50vh;*/
    /* overflow-y: auto; */
    overflow: hidden;
    border-bottom: 1px solid #e7eaf1;
  }
  /*Custom Scrollbar*/
  /* .headerSection .nav-item:hover .megaMenu::-webkit-scrollbar {
    width: 0px;
  } */
  
  /* Track */
  /* ::-webkit-scrollbar-track {
    background: transparent; 
  } */
   
  /* Handle */
  /* ::-webkit-scrollbar-thumb {
    background: transparent; 
  } */
  
  /* Handle on hover */
  /* ::-webkit-scrollbar-thumb:hover {
    background: transparent; 
  } */

}

.backMegaMenu {
  display: none;
}

.closeHeader {
  display: none;
}

.megaMenu .allPage {
  display: none;
}

.megaMenu ul {
  padding: 16px 0 30px 0;
}

.megaMenu a {
  /* padding: 20px 30px; */
  padding: 15px 30px;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  color: #212121;
  font-family: 'graphiksemibold';
  font-size: 16px;
  line-height: 19px;
}

.megaMenu a:hover {
  background-color: #F4F6F9;
}

.megaMenu a span {
  color: #757575;
  font-family: 'graphikregular';
  font-size: 13px;
  line-height: 16px;
  margin-top: 5px;
  min-height: 50px;
}

/* slider css */
.sliderSection {
  border-top: #E7EAF1 solid 1px;
}

.homePageSlider {
  position: relative;
}

.leftSection,
.rightImgSection {
  overflow: hidden;
}

.leftSection .swiper-slide {
  background-color: #fff;
  height: auto;
  /*padding-left: 15px;*/
}

.sliderSection .slideBlock {
  display: flex;
  justify-content: right;
}

.sliderSection .leftSection {
  width: 760px;
  padding-right: 70px;
  padding-top: 60px;
  padding-bottom: 60px;
}

.sliderSection .rightImgSection {
  width: 42%;
  line-height: 8px;
}

.sliderSection .rightImgSection img {
  width: 100%;
  vertical-align: middle;
}

.sliderSection .leftSection h4 {
  color: #212121;
  font-family: 'graphiksemibold';
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 30px;
}

.sliderSection .leftSection label {
  color: #989DA9;
  font-family: 'graphikbold';
  font-size: 14px;
  line-height: 17px;
  margin-bottom: 10px;
}

.sliderSection .leftSection p {
  color: #212121;
  font-family: 'graphikregular';
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 30px;
}

.sliderSection .leftSection a {
  color: #49CC79;
  display: flex;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 14px;
  font-family: 'graphikmedium';
  text-transform: uppercase;
  align-items: center;
}

.sliderSection .leftSection a img {
  margin-left: 20px;
}

.numaricPagination {
  position: relative;
}

.swiper-pagination {
  text-align: left;
  color: #424242;
  font-family: 'graphikregular';
  font-size: 12px;
  line-height: 14px;
  bottom: 65px;
  left: 15px;
}

.swipperButton {
  position: absolute;
  bottom: 50px;
  display: flex;
  width: 130px;
  z-index: 9;
  left: 40%;
  margin-left: -65px;
  z-index: 11;
}

.swipperButton .swiper-button-prev2 {
  background: url(../images/svg/slider-bt.svg) 0 0 no-repeat;
  width: 56px;
  height: 56px;
  margin-right: 16px;
  transform: rotate(180deg);
}

.swipperButton .swiper-button-next2 {
  background: url(../images/svg/slider-bt.svg) 0 0 no-repeat;
  width: 56px;
  height: 56px;
}

.swipperButton .swiper-button-disabled {
  opacity: .4;
  cursor: default;
}

/* thinkerSection css */
.thinkerSection {
  padding: 85px 0 65px 0;
}

.thinkerSection h2 {
  color: #212121;
  font-family: 'graphikbold';
  font-size: 48px;
  line-height: 56px;
  margin-bottom: 16px;
  padding-right: 30%;
}

.thinkerSection p {
  color: #848484;
  font-family: 'graphikmedium';
  font-size: 20px;
  line-height: 30px;
  padding-right: 20%;
}


/* footBlueStrp css */
.footBlueStrp {
  background-image: linear-gradient(270deg, #012536 0%, #001731 22.08%, #000000 53.89%, #010329 76.92%, #02134F 100%);
  padding: 60px 0 90px 0;
}
.locationList{
  margin-bottom: 100px;
  gap: 20px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  display: grid;
}

.locationList .locationBlock{
  text-align: left;
  position: relative;
  border: 1px solid rgb(255 255 255 / 14%);
  min-width:25%;
}
.locationList .locationBlock a{
  padding: 20px;
  display: block;
}
.locationList .locationBlock img{
  position: absolute;
  right: 20px;
  top: 16px;
}
.locationList .locationBlock h3{
  color:rgb(255 255 255 / 30%);
  font-family: 'graphiksemibold';
  font-size: 22px;
  line-height: 26px;
  margin-top: 0;
  margin-bottom: 24px;
}
.locationList .locationBlock h5{
    color:#fff;
    font-family: 'graphiksemibold';
    font-size: 14px;
    line-height: 10px;
    margin-top: 0;
    margin-bottom: 10px;
    padding-right: 65px;
}
.locationList .locationBlock p{
  color: #FFFFFF;
  font-size: 14px;
  line-height: 21px;
  opacity: 0.7999999999999999;
  margin-bottom: 0;
}
.locationList .locationBlock label{
  color: #FFFFFF;
  font-size: 22px;
  line-height: 26px;
  font-family: 'graphikbold';
  opacity: 0.3;
  bottom: 24px;
  position: absolute;
  left: 0;
  width: 100%;
}

.footBlueStrp h3{
  color: #FFFFFF;
  font-family: 'graphikbold';
  font-size: 32px;
  line-height: 48px;
  opacity: 0.9;
  margin-bottom: 30px;
}
.footBlueStrp .block {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100%;
}

.footBlueStrp h4 {
  color: #FFFFFF;
  font-family: 'graphikbold';
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 30px;
  text-align: center;
}

a.btn {
  border: 1px solid #49CC79;
  height: 48px;
  color: #49CC79;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 14px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 30px;
  text-transform: uppercase;
  border-radius: 0;
  white-space: nowrap;
}

a.btn img {
  margin-left: 10px;
}

a.btn:hover {
  color: #49CC79;
}

/* Sign up section css */
.signupContainer {
  width: 940px;
  margin: 0 auto;
  padding: 70px 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.signupContainer h3 {
  color: #212121;
  width: 420px;
  font-size: 30px;
  line-height: 36px;
  font-family: 'graphikbold';
}

.signupContainer .inputField {
  background-color: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.12);
  width: 440px;
  height: 59px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 5px;
}

.signupContainer .inputField .fotm-control {
  color: #212121;
  padding: 12px;
  font-size: 16px;
  line-height: 19px;
  text-align: left;
  flex: 1;
  height: 100%;
  border: none;
  width:100%;
}

.signupContainer .inputField .submitBt {
  width: 60px;
  height: 100%;
  border: none;
  border-left: #E0E0E0 solid 1px;
  background: none;
}

.signupContainer .inputField .submitBt .button_arrow__379Os {
  margin-left: 0;
}

/* Footer css */
.footerCol {
  display: flex;
  justify-content: space-between;
  border-top: #F4F6F9 solid 1px;
  padding: 30px 0;
  align-items: center;
}

.footerCol .colcustom {
  display: flex;
  align-items: center;
}

.footerCol .colcustom p {
  color: #757575;
  font-size: 14px;
  line-height: 21px;
  text-align: left;
}

.footerCol .footLinks a {
  color: #212121;
  padding: 0 15px;
  font-size: 16px;
  line-height: 19px;
}

.footerCol .footLinks a:hover {
  color: #51D581;
}

.footerCol .socialIcon {
  margin-left: 10px;
  margin-right: 60px;
  position: relative;
  z-index: 1050;
}

.footerCol .socialIcon a {
  display: inline-block;
  padding: 0 12px;
  transition: transform .3s ease-out;
}

.footerCol .socialIcon a:hover {
  /*opacity: .7;*/
  transform: translate(0, -5px);
}


.button_arrow__379Os {
  height: 21px;
  -webkit-transition: -webkit-transform .5s cubic-bezier(.215, .61, .355, 1);
  transition: -webkit-transform .5s cubic-bezier(.215, .61, .355, 1);
  transition: transform .5s cubic-bezier(.215, .61, .355, 1);
  transition: transform .5s cubic-bezier(.215, .61, .355, 1), -webkit-transform .5s cubic-bezier(.215, .61, .355, 1);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  margin-left: 20px;
}

.button_arrow__379Os polyline {
  fill: none;
  stroke: #49CC79;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
  stroke-dasharray: 25.5;
  -webkit-transition: stroke-dashoffset .7s cubic-bezier(.19, 1, .22, 1);
  transition: stroke-dashoffset .7s cubic-bezier(.19, 1, .22, 1);
}
.flip-card-back .button_arrow__379Os polyline {
  stroke: #fff!important;
}
@media screen and (min-width: 768px) and (hover:hover)and (pointer:fine) {
  .button_button__3HGS0:hover .button_arrow__379Os[data-v-540d8da5] {
    -webkit-transform: translateY(1rem);
    transform: translateY(1rem);
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
    -webkit-transform: rotate(-90deg) !important;
    transform: rotate(-90deg) !important;
  }
}

@-webkit-keyframes button_dash-data-v-540d8da5__1s9ZS {
  0% {
    stroke-dashoffset: 0;
  }

  to {
    stroke-dashoffset: -51;
  }
}

@keyframes button_dash-data-v-540d8da5__1s9ZS {
  0% {
    stroke-dashoffset: 0;
  }

  to {
    stroke-dashoffset: -51;
  }
}
.signupContainer .wpcf7 form.sent .wpcf7-response-output{
   color:#49CC79;
} 
@media (min-width: 992px) {
  .headerSection.openDrop::before{
    position: fixed;
    left: 0;
    top: 152px;
    content: "";
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 42%);
    z-index: -1;
  }
  .headerSection.headerNotification .nav-item:hover .megaMenu::before{
    top: 80px;
  }
}  
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .headerSection.openDrop::before{
    display: none;
  }
}
@media (max-width: 1299px) {
  .sliderSection .leftSection{
    padding-left: 20px;
  }
  .swiper-pagination{
    bottom: 25px;
  }
}


@media (max-width: 767px) {
  
  .signupContainer .error-handle p{
    width:100%;
  }
  
  .signupContainer .wpcf7{
    width:100%;
  }
  .signupContainer .wpcf7-form-control-wrap{
    width: calc(100% - 60px);
  }
}
@media screen and (min-width: 768px) and (hover:none)and (pointer:coarse) {
  .button_button__3HGS0:active .button_arrow__379Os[data-v-540d8da5] {
    -webkit-transform: translateY(.0rem);
    transform: translateY(.0rem);
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
  }

  .button_button__3HGS0:active .button_arrow__379Os polyline[data-v-540d8da5] {
    -webkit-animation: button_dash-data-v-540d8da5__1s9ZS .7s;
    animation: button_dash-data-v-540d8da5__1s9ZS .7s;
  }
}

@media screen and (min-width: 768px) and (hover:hover)and (pointer:fine) {
  .button_button__3HGS0:hover .button_arrow__379Os[data-v-540d8da5] {
    -webkit-transform: translateY(.5rem);
    transform: translateY(.5rem);
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
  }

  .button_button__3HGS0:hover .button_arrow__379Os polyline[data-v-540d8da5] {
    -webkit-animation: button_dash-data-v-540d8da5__1s9ZS .7s;
    animation: button_dash-data-v-540d8da5__1s9ZS .7s;
  }
}


/********** Cookies Start ***********/
.cookies{
  background: #fff;
  padding: 28px 40px;
  width: 100%;
  position: fixed;
  bottom: 0px;
  left: 0px;    
  display: flex;
  align-items: center;
  z-index: 999999;
  box-shadow: 0 0 18px #00000033;
}
.cookies-left{
  width: 55vw;
  float: left;
}
.cookies-right{
  width: calc(100vw - 55vw);
  float: right;
  text-align: right;
}
.cookies p{
  font-size: 13px;
  color: #696969;
  font-weight: normal;
  line-height: 1.5;
  margin-bottom: 0px;
  font-family: 'graphikmedium';
}
.cookies-right .text-success{
  color: #49CC79!important;
}
.cookies-right .text-success:hover{
  color: #14b14e!important;
}
.cookies-right .btn-success{
  border-radius: 0px;
  background-color: #49CC79;
  margin-right: 5px;
  border-radius: 0px;
  font-family: 'graphikmedium';
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 14px;
  text-transform: uppercase;
  width: auto;
  height: 40px;
}
.cookies-right .btn:focus{
  box-shadow: none!important;
}
.cookies-right .btn:focus-visible{
  outline: none!important;
}
.cookies-right .btn-success:hover{
  background-color: #14b14e;
}
.cookies-right .choose-cookies{
  border-radius: 0px;
  font-family: 'graphikmedium';
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 14px;
  text-transform: uppercase;
  width: auto;
  height: 40px;
  background-color: transparent;
  text-decoration: underline;
  color: #49CC79;
}
.cookies-right .choose-cookies:hover{
  color: #14b14e;
  text-decoration: underline;
}
.footer-heading{
  display:flex;
  justify-content: space-between;
  flex-wrap:wrap;
}
.footer-heading a{
  border: 1px solid #49CC79;
  width: 190px;
  height: 48px;
  padding-top: 16px;
  color: #49CC79;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 14px;
  text-align: center;
}
.footer-heading a img{
  vertical-align: middle;
}


@media only screen and (max-width: 767px) {
  .cookies {
    padding: 16px;
    left: 0px;
    display: block;
    bottom: -1px;
}
.cookies p {
  margin-top: 48px;
  margin-bottom: 25px;
}
  .cookies-right {
      float: right;
      text-align: left;
      width: 100%;
      margin-top: 10px;
      display: flex;
      flex-direction: column;
  }
  .cookies-right .btn-success{
    margin-top: 20px;
  }
  .cookies-left {
      float: right;
      width: 100%;
  }

  .locationList{
    flex-wrap: wrap;
  }
  .locationList .locationBlock{
    width: 100%;
  }

  .footBlueStrp h3{
    font-size: 16px;
  }
  .footer-heading a{
    font-family: 'graphikbold';
    border: none;
    width: auto;
  }
}
/********** Cookies End ***********/
.contact-form-4163 .wpcf7-not-valid-tip{
  margin-top: 10px;
}

/* Service banner */
@media only screen and (max-width: 767px) {
  .all-service-banner .ser_banner_title {
    padding-left: 16px;
  }
}

/*** Google Captcha ***/

.grecaptcha-badge{
  display: block;
  transition: right 0.3s ease 0s;
  position: fixed;
  bottom: 15px;
  right: -186px;
  box-shadow: grey 0px 0px 5px;
  border-radius: 2px;
  overflow: hidden;
  z-index: 9999!important;
}


.error-img{
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 185px 0px;
  width: 100%;
}
.error-img img{
  width: 700px;
  padding: 0px 20px;
}
.grecaptcha-badge{
  visibility: hidden;
}

/* testimonialsSection */
.testimonialsSection{
  background: #fff;
  border-bottom: 1px solid #E7EAF1;
  padding: 100px 0;
}
.testimonialsSection .container{
  display: flex;
  align-items: center;
}
.testimonialsSection .container h3{
  margin: 0;
  color: #212121;
  font-family: 'graphikbold';
  font-size: 42px;
  line-height: 54px;
  margin-right: 60px;
  width: 436px;
  flex: none;
}
.testimonialsBlock{
  background-image: linear-gradient(#E6EEFA, #fff);
  background-color: #fff;
  padding: 1px;
  max-width: 646px;
  position: relative;
  margin-left: auto;
}
.testimonialsBlock .testimonials-inner{
  background: #fff;
  padding: 30px 40px;
}
.testimonialsBlock .swiper-slide{
  height: auto;
}
.testimonialsBlock p{
  color: #212121;
  font-size: 16px;
  line-height: 24px;
  margin-top: 24px;
  margin-bottom: 100px;
}
.testimonialsBlock .testiDetails{
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.testimonialsBlock .testiDetails .clientBlock{
  display: flex;
  align-items: center;
}
.testimonialsBlock .testiDetails .clientBlock .info{
  padding-left: 16px;
}
.testimonialsBlock .testiDetails .clientBlock .info h4{
  color: #212121;
  font-family: 'graphiksemibold';
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 4px;
}
.testimonialsBlock .testiDetails .clientBlock .info label{
  color: #989DA9;
  font-family: 'graphikmedium';
  font-size: 14px;
  line-height: 18px;
}
.testimonialsBlock .swipperButton{
  top: 2px;
  bottom: inherit;
  right: 30px;
  left: inherit;
  background: #fff;
  height: 88px;
}
.testimonialsBlock .swipperButton .swiper-button-prev4 {
  background: url(../images/svg/slider-bt.svg) 0 0 no-repeat;
  width: 56px;
  height: 56px;
  transform: rotate(180deg);
  margin-left: -12px;
}

.testimonialsBlock .swipperButton .swiper-button-next4 {
  background: url(../images/svg/slider-bt.svg) 0 0 no-repeat;
  width: 56px;
  height: 56px;
}

.testimonialsBlock .swipperButton .swiper-button-disabled {
  opacity: .4;
  cursor: default;
}

/* clientLogoSection css */
.clientLogoSection{
  box-shadow: 0 1px 0 0 #E7EAF1;
  padding: 16px 0;
}
.clientLogo .swiper-slide.no-scroll{
  margin: 0 15px;
}

.clientLogo .swiper-slide {
  width: 174px;
}
.clientLogo .swiper-wrapper{
  transition-timing-function: linear;
}
/* .clientLogoSection img{
  filter: grayscale(100%);
}
.clientLogoSection a:hover img{
  filter: none;
} */

.breadcrumb-item+.breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #6c757d;
  content: url(../images/svg/bradcrum-arrow.svg);
}

.breadcrumb {
  background-color: transparent;
  padding: 0px 0px;
  margin-bottom: 12px;
}

.breadcrumb-item.active {
  color: #ffff;
  opacity: 0.6;
}


li.breadcrumb-item {
  font-size: 16px;
  line-height: 19px;
  color: #FFFFFF;
  font-family: 'graphikmedium';
}

li.breadcrumb-item a {
  color: #FFFFFF;
}
.announcementStrip{
  background: #061A5D;
  text-align: center;
  position: sticky;
  top: 0;
  z-index: 99;
  padding: 3px 0;
}
.announcementStrip span{
  color: #FFFFFF;
  font-family: 'graphiksemibold';
  font-size: 16px;
  line-height: 19px;
  padding: 0 16px;
}
.announcementStrip span label{
  display: block;
  color: #FFFFFF;
  font-family: 'graphikregular';
  font-size: 13px;
  line-height: 16px;
  opacity: 0.8;
  margin-top: 6px;
}
.announcementStrip .announcementBlock{
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px 0px;
  height: 60px;
}
.loudSpeaker{
  transform: scaleX(-1);
}
.convergence{
  border: none;
  background: none;
  cursor: pointer;
  padding: 0;
}

@media screen and (max-width: 1199px) {
  .locationList{
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .sliderSection .leftSection{
    padding-left: 0;
  }
  .swiper-pagination{
    bottom: 50px;
  }
  .testimonialsSection .container h3{
    width: 320px;
    font-size: 38px;
  }
  .testimonialsBlock{
    width: 58%;
  }

  
}
@media (max-width: 1199px) {
  .leftSection .swiper-slide{
    margin-bottom: 30px;
  }
  .sliderSection .leftSection{
    width: 560px;
  }
}
@media (max-width: 1099px) {
  .sliderSection .leftSection{
    width: 546px;
  }
}

@media screen and (max-width: 991px) {
  .testimonialsBlock{
    margin-left: initial;
    width: 100%;
  }
  .announcementStrip.showAnnounce{
    position: fixed;
  }
  .testimonialsSection .container{
    flex-direction: column;
    align-items: flex-start;
  }
  .testimonialsSection .container h3{
    width: 100%;
    margin-bottom: 50px;
  }
  .locationList{
    flex-wrap: wrap;
    justify-content: flex-start;
    grid-template-columns: 1fr 1fr;
  }
  .locationList .locationBlock{
      min-width:50%;

  }
  .announcementStrip .announcementBlock{
    height: auto;
    align-items: flex-start;
  }
  .headerSection .navbar .nav-item:first-child{
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .clientLogo .swiper-slide.no-scroll{
    margin: 0;
  }
  .convergence{
    top: 8px;
    right: 10px;
    position: absolute;
  }
  .announcementStrip span{
    text-align: left;
    padding-right: 0;
    font-size: 13px;
    line-height: 16px;
    font-family: 'graphikmedium';
    padding-right: 24px;
  }
  .announcementStrip span label{
    font-size: 12px;
  }
  .loudSpeaker{
    display: none;
  }
  .testimonialsBlock{
    width: 100%;
  }
  .locationList{
    grid-template-columns: 1fr;
  }
  .locationList .locationBlock{
    min-width: 100%;
  }
  .testimonialsSection .container h3{
    font-size: 34px;
    line-height: 38px;
    margin-right: 0;
  }
  .testimonialsBlock .testiDetails{
    align-items: center;
    justify-content: flex-start;
    position: inherit;
  }
  .testimonialsBlock .testiDetails .clientBlock{
    width: 70%;
    flex: none;
    padding-right: 20px;
  }
  .testimonialsBlock .testiDetails .clientBlock .info h4{
    font-size: 14px;
  }
  .testimonialsBlock .testiDetails .clientBlock .info label{
    font-size: 12px;
  }
  .client-logo-testimonial{
    width: 30%;
    flex: none;
  }
  .testimonialsBlock p{
    margin-bottom: 30px;
  }
  .testimonialsBlock .testimonials-inner{
    padding: 30px 15px 0;
  }
  .testimonialsSection{
    padding: 50px 0;
  }
 
  .headerSection .navbar .nav-item:first-child{
    margin-left: 0;
  }
  .clientLogoSection{
    padding: 0;
  }
  .clientLogoSection img{
    max-width: 100%;
  }
  li.breadcrumb-item{
    font-size: 14px;
  }
  .swiper-button-next, .swiper-button-prev, .swipperButton .swiper-button-next2, .swipperButton .swiper-button-prev2{
    width: 40px !important;
    height: 40px !important;
    background-size: cover !important;
  }
}