html {
  overflow-x: hidden;
}

body {
  margin: 0px;
  padding: 0px;
  overflow-x: hidden;
  font-family: 'Libre Franklin', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #444444;
  color: #08184D;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px;
  font-weight: normal;
  padding: 0px;
}

img {
  border: none;
}

ul {
  margin: 0px;
  padding: 0px;
}

ul li {
  list-style-type: none;
}

a,
a:hover {
  text-decoration: none;
  transition: all 0.5s ease;
}

/* a:hover, */
a:focus,
a:focus-visible {
  outline: none !important;
  box-shadow: none !important;
}

.close-icon:focus-visible,
.brand-slider .owl-theme .owl-dots button:focus-visible,
.gravity-theme textarea:focus-visible,
.gravity-theme input:focus-visible,
.state-box select:focus-visible,
.ta-modal .ta-close-btn:focus-visible,
.menu-icon:focus-visible,
a:focus-visible {
  outline: #C31F27 auto 1px !important;
}

.gform_wrapper.gravity-theme .gravity-forms-ushv .gform_footer .gform_button.button:focus-visible,
.btn-us-heart-header:focus-visible,
.btn-us-heart:focus-visible,
button:focus-visible {
  outline: none !important;
  box-shadow: 0 0 0 2px #21409a !important;
}

.video-common .video-btn:focus-visible {
  outline-offset: -3px !important;
  border-radius: 100% !important;
  outline: #C31F27 auto 1px !important;
}

.accordion-item button:focus-visible {
  outline-offset: -3px;
  outline: #CE2D4F auto 1px !important;
  border-radius: 20px 20px 0 0;
}

.white-btn-us-heart:focus-visible {
  outline: none !important;
  box-shadow: 0 0 0 2px #C31F27 !important;
}

.gtranslate-menu .sub-menu a:focus-visible {
  outline-offset: -1px;
}

.pagination a:focus,
.pagination a:focus-visible {
  background: none !important;
}

.practice-logo a:focus-visible {
  outline-offset: -2px;
}

::-moz-selection {
  color: #fff;
  background: #C31F27;
}

::selection {
  color: #fff;
  background: #C31F27;
}

input:focus,
input:focus-visible,
button:focus,
button:focus-visible,
textarea:focus,
textarea:focus-visible {
  outline: none !important;
  box-shadow: none !important;
}

img {
  width: auto;
  height: auto;
}

p {
  margin: 0;
  padding: 0;
  font-size: 18px;
  color: #08184D;
  margin-bottom: 20px;
  font-weight: 300;
}

p strong {
  font-weight: 600;
}

h1 {
  font-size: 65px;
  line-height: 1.28;
  color: #08184D;
  font-weight: 300;
}

.h1 {
  font-size: 65px !important;
  line-height: 1.28 !important;
  color: #08184D;
  font-weight: 300;
}

h2 {
  font-size: 50px;
  line-height: 1.3;
  color: #08184D;
  font-weight: 300;
}

.h2 {
  font-size: 50px !important;
  line-height: 1.3 !important;
  color: #08184D;
  font-weight: 300;
}

h2 strong {
  font-weight: 500;
}

h3 {
  font-size: 35px;
  line-height: 1.3;
  color: #08184D;
  font-weight: 300;
}

.h3 {
  font-size: 35px !important;
  line-height: 1.3 !important;
  color: #08184D;
  font-weight: 300;
}

h4 {
  font-size: 30px;
  line-height: 1.33;
  color: #08184D;
  font-weight: 300;
}

.h4 {
  font-size: 30px !important;
  line-height: 1.33 !important;
  color: #08184D;
  font-weight: 300;
}

h5 {
  font-size: 25px;
  line-height: 1.28;
  color: rgba(24, 54, 141, 1);
  font-weight: 500;
}

.h5 {
  font-size: 25px !important;
  line-height: 1.28 !important;
  color: rgba(24, 54, 141, 1);
  font-weight: 500;
}

h6 {
  font-size: 22px;
  line-height: 1.28;
  color: 08184D;
  font-weight: 300;
}

.h6 {
  font-size: 22px !important;
  line-height: 1.28 !important;
  color: 08184D;
  font-weight: 300;
}


header {
  position: absolute;
  top: 30px;
  left: 0;
  width: 100%;
  z-index: 99;
}

header .header-inner {
  padding: 16px 32px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.44);
  background: rgba(255, 255, 255, 0.77);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sticky-header header {
  position: fixed;
  z-index: 999999;
  transition: 0.3s ease all;
  -webkit-animation: sticky-menu 0.8s forwards;
  -ms-animation: sticky-menu 0.8s forwards;
  -o-animation: sticky-menu 0.8s forwards;
  animation: sticky-menu 0.8s forwards;
  top: 45px;
}

.sticky-header header .header-inner {
  /* background: rgba(255, 255, 255, 1); */
  box-shadow: 0 0 10px #eee;
  /* margin-top: 30px; */
  margin-top: 0;
  border-radius: 0 0 12px 12px;
}

.menu-gtranslate-menu-container ul li:hover .sub-menu,
/* .menu-gtranslate-menu-container ul li:focus-visible .sub-menu,
    .menu-gtranslate-menu-container ul li:focus .sub-menu */
.menu-gtranslate-menu-container ul>li>a:focus~.sub-menu,
/* .menu-gtranslate-menu-container ul > li > a:focus-visible ~ .sub-menu, */
.menu-gtranslate-menu-container ul li:focus-within .sub-menu {
  /* opacity: 1;
    visibility: visible; */
  top: 46px;
  display: inline-block !important;
}

@-webkit-keyframes sticky-menu {
  from {
    top: -50%
  }

  to {
    top: 0
  }
}

@keyframes sticky-menu {
  from {
    top: -50%
  }

  to {
    top: 0
  }
}

.header-right {
  display: flex;
}

.btn-us-heart-header {
  border-radius: 5px;
  background: #C31F27;
  padding: 12px 22px;
  color: #fff !important;
  display: inline-block;
  font-size: 18px;
  font-weight: 300;
  line-height: normal;
  box-shadow: inset 0px 0px #21409A, inset 0px 0px #21409A;
  overflow: hidden;
  transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
}

.btn-us-heart-header:hover {
  box-shadow: inset 150px 70px 0px 0px #21409A, inset -150px -70px 0px 0px #21409A;

}

header .btn-us-heart-header {
  line-height: 1.4;
  max-height: 48px;
}

.menu-icon {
  margin-left: 40px;
  border-radius: 5px;
  background: #21409A;
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  transition: all .5s ease;
}

.menu-icon:hover {
  background: #08184D;
}

.open-menu {
  /* opacity: 0;
    visibility: hidden; */
}

.open-nav .open-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999999999;
  background: rgba(0, 0, 0, .8);
  transition: all .5s ease;
  /* opacity: 1;
    visibility: visible; */
}

.open-inner-menu {
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  z-index: 9999999999;
  display: flex;
  justify-content: center;
  /*align-items: center;*/
  flex-wrap: wrap;
  /*align-content: center;*/
  background: #21409A;
  width: 30%;
  transform: translateX(100%);
  transition: all .5s ease;
}

.open-nav .open-inner-menu {
  transform: translateX(0%);
  overflow: auto;
  padding-bottom: 20px;
}

.open-menu .main-menu {
  padding-top: 130px;
  padding-left: 40px;
  padding-right: 40px;
  z-index: 99;
  position: relative;
  width: 100%;
}

.close-icon {
  color: #fff !important;
  position: absolute;
  z-index: 9999;
  right: 45px;
  top: 45px;
  display: flex;
}

.close-icon span:before,
.close-icon span:after {
  background: #fff;
  display: inline-block;
  content: "";
  position: absolute;
  right: 0;
  transition: all .5s ease;
  width: 35px;
  height: 2px;
  top: 16px;
}

.close-icon span:after {
  transform: rotate(135deg);
}

.close-icon span:before {
  transform: rotate(41deg);
}

.close-icon:hover {
  color: #bce6fe;
}

.open-menu ul li:hover .arrow-left-1:after {
  border-color: #bce6fe;
}

.close-icon:hover span:before,
.close-icon:hover span:after {
  background: #bce6fe;
}

.close-icon {
  color: #fff !important;
  position: absolute;
  z-index: 9999;
  right: 45px;
  top: 45px;
  display: flex;
  display: inline-block;
  width: 30px;
  height: 30px;
  background: none;
  border: none;
}

.open-menu ul li a {
  font-size: 24px;
  width: 100%;
  color: #fff;
  padding-top: 15px;
  padding-bottom: 15px;
  display: inline-block;
  font-weight: 500;
  border-bottom: 1px solid rgba(255, 255, 255, .15);
}

.open-menu ul>li.current_page_parent>a,
.open-menu ul>li.current_page_ancestor>a,
.open-menu ul>li.current_page_item>a,
.open-menu ul li a:hover {
  color: #bce6fe;
}

.open-menu .arrow-left-1 {
  position: absolute;
  top: 15px;
  right: 0;
  cursor: pointer;
  width: 35px;
  height: 35px;
  text-align: center;
  transform: rotate(-90deg);
}

.open-menu .arrow-left-1:after {
  width: 12px;
  height: 12px;
  border-right: 2px solid #bce6fe;
  border-bottom: 2px solid #bce6fe;
  position: relative;
  content: " ";
  display: inline-block;
  transform: rotate(45deg);
  top: 3px;
  left: 0;
  content: "";
}

.open-nav,
.open-nav body {
  overflow: hidden;
}

.arrow-desk::after {
  width: 0;
  height: 0;
  border: none;
}

.open-menu ul li .sub-menu .arrow-left-1:after {
  transform: rotate(45deg) !important;
}

.open-menu ul li.change-icon .arrow-left-1 {
  transform: rotate(0deg);
}

.open-menu ul li {
  position: relative;
}

.open-menu ul li>.sub-menu {
  display: none;
  padding-left: 20px;
}

.open-menu ul li .sub-menu li a {
  font-size: 22px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 303;
  border: none;
}

.open-menu ul li .sub-menu {
  padding-top: 15px;
}

.global-content button,
.btn-us-heart {
  border-radius: 5px;
  border: 2px solid #C31F27;
  background: #C31F27;
  padding: 14px 51px 14px 19px;
  color: #FFF;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  line-height: normal;
  position: relative;
  box-shadow: inset 0px 0px #21409A, inset 0px 0px #21409A;
  overflow: hidden;
  transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
  text-align: left;
}

.global-content button {
  padding: 14px 19px;
}

.global-content button:hover,
.btn-us-heart:hover {
  border: 2px solid #21409A;
  box-shadow: inset 150px 70px 0px 0px #21409A, inset -150px -70px 0px 0px #21409A;
}

.btn-us-heart.white-btn-us-heart:hover .arrow-icon {
  background-color: #fff;
}

.white-btn-us-heart {
  background-color: #fff;
  /* border-color:#fff; */
  border: none;
  transition: all 0.4s ease-out;
  color: #C31F27 !important;
  /* box-shadow: inset 150px 70px 0px 0px #C31F27, inset -150px -70px 0px 0px #C31F27; */
}

.white-btn-us-heart .arrow-icon {
  background-color: #C31F27;
}

.btn-us-heart.border-btn-us-heart {
  background: #fff;
  color: rgba(195, 31, 39, 1);
  box-shadow: inset 0px 0px rgba(195, 31, 39, 1), inset 0px 0px rgba(195, 31, 39, 1);
}

.btn-us-heart.border-btn-us-heart:hover {
  color: #fff;
  border: 2px solid rgba(195, 31, 39, 1);
  box-shadow: inset 150px 70px 0px 0px rgba(195, 31, 39, 1), inset -150px -70px 0px 0px rgba(195, 31, 39, 1);
}

.btn-us-heart.border-btn-us-heart:hover .arrow-icon {
  background-color: #fff;
}

.btn-us-heart.border-btn-us-heart .arrow-icon {
  background-color: #C31F27;
}

.btn-us-heart.white-btn-us-heart:hover {
  /* border:1px solid #21409A; */
  border: none;
  /* box-shadow: inset 150px 70px 0px 0px #C31F27, inset -150px -70px 0px 0px #C31F27; */
  color: #fff !important;
  background: none;
}

.btn-us-heart span {
  margin-left: 10px;
  position: absolute;
  right: 18px;
  top: calc(50% - 7.5px);
}

.main-title {
  display: flex;
  justify-content: space-between;
  margin-bottom: 61px;
}

.main-title p {
  max-width: 670px;
  color: #08184D;
  line-height: 1.6 !important;
  margin-bottom: 0;
  font-weight: 300 !important;
  font-size: 20px !important;
  padding-top: 5px;
}


.img-single-partner img {
  max-width: 360px;
  border-radius: 10px;
  position: relative;
}

.right-partent-des .h4 {
  margin-bottom: 0;
}

.right-partent-des .h4 p {
  font-size: 30px !important;
  line-height: 1.33 !important;
  color: #08184D;
  font-weight: 300;
  margin-bottom: 0;
}

.right-partent-des .h4 strong {
  border-radius: 100px;
  background: #21409A;
  font-weight: 500;
  color: #fff;
  padding: 3px 18px;
}

.single-partent-box .row {
  align-items: center;
  margin-bottom: 30px;
}

.white-color .h2,
.white-color p {
  color: #fff !important;
}

.white-color .h5 {
  line-height: 1.4 !important;
}

.main-title-center {
  text-align: center;
}

.main-title-center {
  max-width: 660px;
  margin-left: auto;
  margin-right: auto;
}

.main-title .h2 {
  margin-bottom: 0 !important;
}

.main-title-center p {
  color: #08184D;
  line-height: 1.6 !important;
  font-weight: 300 !important;
  font-size: 20px;
  margin-bottom: 0;
}

.main-title-center .h2 {
  margin-bottom: 18px;
}

.footer-top {
  padding-top: 60px;
  padding-bottom: 60px;
  overflow: hidden;
  position: relative;
}

.footer-shape {
  position: absolute;
  right: -320px;
  top: -100px;
  z-index: -9;
  animation: upDown 2s ease-in-out infinite;
}

.logo-footer {
  width: 260px;
}

.footer-contact span {
  font-weight: 700;
  font-size: 18px;
  color: rgba(8, 24, 77, 1);
  width: 100%;
  display: inline-block;
  margin-bottom: 10px;
}

.footer-contact {
  margin-bottom: 10px;
}

.footer-contact:last-child {
  margin-bottom: 0;
}

.footer-contact a {
  color: #08184D;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.66;
}

.footer-contact a:hover,
.footer-menu li a:hover {
  color: #C31F27;
}

.social-icon li {
  display: inline-block;
  margin-right: 15px;
}

.social-icon li a:hover svg path.hover-color {
  fill: #C31F27;
}

.footer-menu li.current_page_parent a,
.footer-menu li.current-menu-item a {
  color: #C31F27;
}

.footer-menu li {
  margin-bottom: 18px;
}

.footer-menu li a {
  color: #08184D;
  font-size: 18px;
  font-weight: 400;
}

.footer-menu li:last-child {
  margin-bottom: 0;
}

.footer-bottom {
  background-color: rgba(33, 64, 154, 1);
}

.footer-bottom .container {
  display: flex;
  justify-content: space-between;
  padding-top: 24px;
  padding-bottom: 24px;
}

.footer-bottom .container p {
  color: #FFF;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0;
}

.footer-bottom .container p a {
  color: #FFF;
}

.footer-bottom .container p a:hover {
  text-decoration: underline;
}

.backToTop {
  display: inline-block;
  background-color: #C31F27;
  width: 35px;
  height: 35px;
  text-align: center;
  border-radius: 5px;
  position: fixed;
  bottom: 50px;
  right: 20px;
  transition: background-color .3s, opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
  z-index: 9999
}

.backToTop a {
  display: inline-block;
  width: 35px;
  height: 35px;
}

.backToTop:after {
  content: "";
  position: absolute;
  top: 15px;
  left: calc(50% - 7px);
  display: inline-block;
  width: 13px;
  height: 13px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg)
}

.backToTop.active {
  opacity: 1;
  visibility: visible
}

.backToTop:hover {
  background: #08184D;
}

main {
  padding-top: 188px;
}

.inner-banner .h1 {
  font-weight: 500;
  margin-bottom: 150px;
  position: relative;
  padding-left: 130px;
}

.inner-banner .h1:before {
  content: "";
  width: 100px;
  height: 106px;
  background-color: rgba(195, 31, 39, 1);
  display: inline-block;
  mask-image: var(--svg);
  mask-repeat: no-repeat;
  mask-size: 100% 100%;
  --svg: url('data:image/svg+xml,<svg width="100" height="106" viewBox="0 0 100 106" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M97.0161 53.384C99.5573 36.2556 75.1854 31.6417 71.6165 46.0296C69.8152 53.2869 72.9477 58.2138 68.8162 66.1712C60.7309 81.6602 47.5444 73.6946 40.6157 80.7085C30.0318 91.3639 43.7341 111.763 57.216 102.546C67.5649 95.4441 59.3691 82.8951 67.5257 72.5278C76.3519 61.2937 94.561 69.7997 97.0161 53.384Z" fill="%23C31F27"/><path d="M97.5004 16.6106C100.042 -0.517798 75.6698 -5.13175 72.1009 9.25619C70.2996 16.5135 73.4321 21.4404 69.3005 29.3977C61.2153 44.8867 48.0288 36.9211 41.1001 43.935C30.5162 54.5904 44.2184 74.9894 57.7003 65.7724C68.0493 58.6707 59.8535 46.1216 68.01 35.7544C76.8363 24.5202 95.0454 33.0262 97.5004 16.6106Z" fill="%23C31F27"/><path d="M62.4145 21.0578C64.9558 3.92947 40.5838 -0.684485 37.0149 13.7035C35.2136 20.9608 38.3461 25.8877 34.2146 33.845C26.1293 49.334 12.9429 41.3684 6.01415 48.3823C-4.56973 59.0377 9.13251 79.4367 22.6144 70.2197C32.9634 63.118 24.7676 50.5689 32.9241 40.2017C41.7504 28.9675 59.9594 37.4735 62.4145 21.0578Z" fill="%23C31F27"/></svg>');
  position: absolute;
  transition: 0.5s;
  left: 0;
  top: -9px;
}

.inner-banner-img picture img {
  width: 100%;
  max-width: 100%;
  border-radius: 10px;
}

.inner-banner-img {
  position: relative;
  margin-bottom: 41px;
}

.inner-banner-img .three-shape-icon {
  position: absolute;
  bottom: -120px;
  right: -250px;
  z-index: -9;
}

.inner-banner-des {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.inner-banner-des .h2 {
  margin-bottom: 17px;
}

.inner-banner-des p:last-child {
  margin-bottom: 0;
}

.inner-banner-des p strong {
  font-weight: 700;
}

.inner-banner-des p {
  line-height: 1.6;
}

.icon-title .icon-title-des {
  float: right;
  padding-top: 10px;
}

.icon-title .h2 {
  margin-bottom: 0;
  /* align-items: center; */
  align-items: flex-start;
  display: flex;
}

.icon-title .h2 img {
  margin-right: 30px;
  position: relative;
  top: 11px;
  width: 52px;
}

.icon-title .icon-title-des p {
  line-height: 1.55;
  margin-bottom: 50px;
}

.icon-title .icon-title-des p:last-child {
  margin-bottom: 0;
}

.icon-title .icon-title-des p strong {
  font-weight: 600;
}

.main-title-center.full-width {
  max-width: 100%;
}

main ul {
  margin-left: 10px;
}

main ul li {
  font-weight: 500;
  color: #08184D;
  font-size: 18px;
  line-height: 1.55;
  position: relative;
  padding-left: 15px;
}

main ul li:after {
  position: absolute;
  top: 12px;
  left: 2px;
  content: "";
  width: 4px;
  height: 4px;
  background: #08184D;
  border-radius: 7px;
}


.experienced-about {
  border-radius: 15px;
  background: #BFE7FF;
  padding-top: 59px;
  padding-bottom: 59px;
  padding-left: 20px;
  padding-right: 20px;
}

.experienced-about .main-title-center {
  max-width: 100%;
}

.experienced-about .main-title-center p {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.experienced-about .img-experienced {
  width: 396px;
  border-radius: 10px;
  border: 2px solid #21409A;
  padding: 18px;
}

.experienced-about .experienced-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 58px;
}

.experienced-about .img-experienced img {
  border-radius: 10px;
  width: 100%;
  object-fit: cover;
}

.experienced-about .experienced-box-about {
  max-width: 405px;
  position: relative;
}

.experienced-about .experienced-box-about .h5 p,
.experienced-about .experienced-box-about .h5 {
  margin-bottom: 10px;
  text-align: right;
  color: rgba(8, 24, 77, 1);
  font-size: 25px !important;
  line-height: 1.28 !important;
  font-weight: 300;
}

.experienced-about .experienced-box-about .h5:last-child {
  margin-bottom: 0;
}

.experienced-about .experienced-box-about .h5 strong {
  font-weight: 600 !important;
}

.left-experienced.right-experienced .experienced-box-about .h5,
.left-experienced.right-experienced .experienced-box-about .h5 p {
  text-align: left;
}

.experienced-about .left-experienced .experienced-box-about:before {
  content: "";
  background-color: rgba(24, 54, 141, 1);
  width: 39px;
  height: 15px;
  --svg: url('data:image/svg+xml,<svg width="39" height="15" viewBox="0 0 39 15" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.292892 6.65715C-0.0976295 7.04768 -0.0976295 7.68084 0.292892 8.07136L6.65685 14.4353C7.04738 14.8259 7.68054 14.8259 8.07107 14.4353C8.46159 14.0448 8.46159 13.4116 8.07107 13.0211L2.41422 7.36426L8.07107 1.7074C8.46159 1.31688 8.46159 0.683714 8.07107 0.29319C7.68054 -0.0973344 7.04738 -0.0973344 6.65685 0.29319L0.292892 6.65715ZM39 7.36426V6.36426L1 6.36426V7.36426V8.36426L39 8.36426V7.36426Z" fill="%2321409A"/></svg>');
  position: absolute;
  top: calc(50% - 7.5px);
  display: inline-block;
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  right: -60px;
}

.experienced-about .left-experienced.right-experienced .experienced-box-about:before {
  left: -60px;
  right: 0;
  transform: rotate(180deg);
}

.experienced-about .bottom-experienced {
  text-align: center;
  margin-top: 65px;
}

.partner-about {
  position: relative;
  padding-top: 115px;
  padding-bottom: 85px;
}

.partner-about .icon-title .icon-title-des {
  max-width: 720px;
}

.partner-about .partner-inner-about {
  max-width: 1215px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
}

.partner-about .single-partner-img img {
  max-width: 360px;
  border-radius: 10px;
  position: relative;
}

.partner-about .single-partner-des .h4 p strong {
  border-radius: 100px;
  background: #21409A;
  font-weight: 500;
  color: #fff;
  padding: 3px 18px;
}

.partner-about .single-partner-des .h4 p b {
  font-weight: 600;
}

.partner-about .single-partner-des .h4 p {
  font-size: 30px !important;
  line-height: 1.33 !important;
  color: #08184D;
  font-weight: 300;
  margin-bottom: 0;
}

.partner-about .single-partner-box {
  margin-bottom: 66px;
}

.partner-about .single-partner-box:last-child {
  margin-bottom: 0;
}

.partner-svg-icon,
.partner-svg-icon1 {
  top: 0;
  position: absolute;
}

.partner-svg-icon {
  left: 0;
  /* top: 920px; */
  top: 990px;
}

.partner-svg-icon1 {
  right: 0;
  /* top: 620px; */
  top: 690px;
}


.practice-section {
  margin: 30px;
  background: #08184D;
  background-size: cover;
  border-radius: 10px;
  border-radius: 10px;
  padding-top: 81px;
  padding-bottom: 81px;
  margin-bottom: 0 !important;
  overflow: hidden;
  position: relative;
}

.practice-section .container {
  z-index: 9999;
  position: relative;
}

.practice-section:before,
.practice-section:after {
  position: absolute;
  top: 0;
  content: "";
  width: 401px;
  height: 305px;
  background-size: cover;
}

.practice-section:before {
  background: url('../images/left-practice-shape.svg') no-repeat;
  left: 0;
}

.practice-section:after {
  background: url('../images/right-practice-shape.svg') no-repeat;
  right: 0;
}

.practice-section .main-title {
  margin-bottom: 0;
}

.practice-section .main-title .h2 {
  margin-bottom: 0;
  max-width: 550px;
}

.practice-section .main-title-right {
  max-width: 600px;
}

.practice-section .main-title-right p {
  padding-bottom: 26px;
  padding-top: 0;
}

.start-conversation-section {
  background-size: cover;
  min-height: 730px;
  position: relative;
  display: flex;
  align-items: flex-end;
  border-radius: 20px;
  margin-top: 120px;
  justify-content: flex-end;
  margin-bottom: 115px;
}

.conversation-des {
  width: 790px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.77);
  padding: 32px;
  overflow: hidden;
}

.start-conversation-section .h2 {
  margin-bottom: 20px;
}

.start-conversation-section p:last-child {
  margin-bottom: 0;
}

.three-shape-big-icon,
.three-shape-icon {
  position: absolute;
  z-index: -9;
  animation: upDown 2s ease-in-out infinite;
}

@keyframes upDown {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-20px);
  }

  100% {
    transform: translateY(0);
  }
}

.icon-center .h2 {
  justify-content: center;
}

.error-404.not-found {
  padding-bottom: 70px;
}

.error-404.not-found .container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.error-404.not-found .h1 {
  text-align: center;
  font-size: 130px !important;
  line-height: .8 !important;
  margin-bottom: 0;
  font-weight: 700;
  color: #21409a;
}

.error-404.not-found .h1,
.error-404.not-found .h3 {
  width: 100%;
  text-align: center;
}

.error-404.not-found .h3 {
  width: 100%;
  text-align: center;
  margin: 25px 0;
}

.global-content ul {
  margin-left: 0;
  margin-bottom: 20px;
}

.global-content ul li {
  margin-bottom: 5px;
}

.global-content ul li:last-child,
.global-content ol li:last-child {
  margin-bottom: 0;
}

.global-content ol {
  counter-reset: item;
  margin: 0 0 20px 0;
  padding: 0;
  list-style: none;
  counter-reset: li;
}

.global-content ol>li {
  counter-increment: item;
  /* counter-increment: li; */
  font-weight: 500;
  color: #08184D;
  font-size: 18px;
  line-height: 1.55;
  position: relative;
  margin-bottom: 5px;
  padding-left: 26px;
}

.global-content ol>li::before {
  /* content: counter(li); */
  content: counter(item);
  color: rgba(195, 31, 39, 1);
  display: inline-block;
  width: 1em;
  position: absolute;
  top: 2px;
  left: 0;
  text-align: right;
  font-size: 16px;
}

.global-content h2,
.global-content h3,
.global-content h4,
.global-content h5,
.global-content h6 {
  margin-bottom: 20px;
}

.global-content a {
  color: rgba(195, 31, 39, 1);
}

.global-content a:hover {
  color: #21409A;
}

.global-content {
  font-size: 18px;
  padding-bottom: 100px;
}

.global-content p strong,
.global-content p b {
  font-weight: 600;
}

.global-content dl {
  margin: 0 0 20px 0;
}

.global-content dt {
  font-weight: bold;
}

.global-content dd {
  margin: 0 0 10px 20px;
}

.global-content code {
  background: #f4f4f4;
  padding: 3px 6px;
  border-radius: 3px;
  font-size: 90%;
  color: rgba(195, 31, 39, 1);
}

.global-content address {
  font-style: normal;
  margin: 0 0 20px 0;
  display: inline-block;
  background: #f7f7f7;
  padding: 12px 16px;
  border-left: 4px solid rgba(195, 31, 39, 1);
  border-radius: 4px;
}

.global-content table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 30px;
}

.global-content img {
  max-width: 100%;
}

.global-content table th,
.global-content table td {
  border: 1px solid #ddd;
  padding: 10px;
  text-align: left;
}

.global-content table th {
  background: #f5f5f5;
  font-weight: bold;
}

.global-content iframe {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 450px;
  border: 0;
  border-radius: 6px;
  margin: 0 auto 20px auto;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.global-content .ushv-blog-card-row em {
  font-style: italic;
  color: #444;
}

.global-content .ushv-blog-card-row small {
  font-size: 85%;
  color: #666;
}

.global-content .ushv-blog-card-row mark {
  background: #ffeb3b;
  padding: 0 3px;
}

.global-content .ushv-blog-card-row sub,
.global-content .ushv-blog-card-row sup {
  font-size: 75%;
}


.global-content blockquote {
  margin-bottom: 25px;
}

.global-content blockquote p {
  position: relative;
  padding-left: 25px;
}

.global-content blockquote p:before,
.global-content blockquote p:after {
  content: "\201C";
  position: absolute;
  left: 0;
  top: 20px;
  font-size: 54px;
  line-height: 1;
  color: rgba(195, 31, 39, 1);
  font-family: arial;
  line-height: 0
}

.global-content blockquote p:after {
  position: relative;
  line-height: 0;
  top: 21px;
  content: "\201D";
  left: 2px;
}

.state-box select:focus,
.state-box select:focus-visible {
  outline: none;
  box-shadow: none;
}

.ginput_recaptcha {
  visibility: hidden;
  opacity: 0;
}

.gravity-forms-ushv {
  max-width: 650px;
}

.gform_wrapper.gravity-theme .hidden_label .gfield_label {
  clip: initial !important;
  clip-path: initial !important;
  height: auto !important;
  margin: 0 !important;
  position: relative !important;
  width: auto !important;
  font-weight: 600 !important;
  color: #08184D !important;
}

.gravity-forms-ushv input,
.gravity-forms-ushv textarea {
  border: none;
  padding: 10px 25px !important;
  border-radius: 5px;
  background: #EAEAEA;
  color: #4E5066;
  font-size: 18px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  height: 48px;
}

.gravity-forms-ushv input:-ms-input-placeholder,
.gravity-forms-ushv textarea:-ms-input-placeholder {
  color: #4E5066 !important;
  opacity: 1 !important;
}

.gravity-forms-ushv input::-moz-placeholder,
.gravity-forms-ushv textarea:-moz-placeholder {
  color: #4E5066 !important;
  opacity: 1 !important;
}

.gravity-forms-ushv input:-moz-placeholder,
.gravity-forms-ushv textarea:-moz-placeholder {
  color: #4E5066 !important;
  opacity: 1 !important;
}

.gravity-forms-ushv input:-webkit-input-placeholder,
.gravity-forms-ushv textarea:-webkit-input-placeholder {
  color: #4E5066 !important;
  opacity: 1 !important;
}

.gravity-forms-ushv input::placeholder {
  color: #4E5066 !important;
  opacity: 1;
}

.gravity-forms-ushv textarea::placeholder {
  color: #4E5066 !important;
  opacity: 1;
}

.gravity-forms-ushv #field_1_1 {
  /* margin-right: 15px; */
}

.gravity-forms-ushv #field_1_1,
.gravity-forms-ushv #field_1_2 {
  /* width: calc(50% - 15px); */
}

.gravity-forms-ushv .gfield_label {
  font-weight: 600;
}

.gravity-forms-ushv .ginput_container_radio input {
  height: auto;
  margin-right: 5px;
  cursor: pointer;
}

.gravity-forms-ushv .ginput_container_radio .gchoice input {
  padding: 0 !important;
}

.gravity-forms-ushv .gfield-choice-input+label {
  color: #4E5066 !important;
  font-size: 17px !important;
  font-style: normal;
  font-weight: 400;
  vertical-align: top !important;
  cursor: pointer;
}

.gform_wrapper.gravity-theme .gfield_label {
  color: #08184D !important;
}

.gravity-forms-ushv .gfield_radio>div {
  margin-bottom: 4px;
}

.gravity-forms-ushv.gfield_radio>div:last-child {
  margin-bottom: 0;
}

.gravity-forms-ushv .ginput_container.ginput_container_textarea {
  /* height: 96px; */
}

.gravity-forms-ushv .gfield textarea.small {
  resize: none;
  /* height: 96px !important; */
}

.gform_wrapper.gravity-theme .gravity-forms-ushv .gform_footer {
  margin: 0;
  padding: 0;
}

.gform_wrapper.gravity-theme .gravity-forms-ushv .gform_footer .gform_button.button {
  border-radius: 5px;
  background: #C31F27;
  padding: 12px 22px;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  line-height: normal;
  box-shadow: inset 0px 0px #21409A, inset 0px 0px #21409A;
  overflow: hidden;
  transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
  min-height: initial !important;
  line-height: normal !important;
  margin-bottom: 0;
}

.gform_wrapper.gravity-theme .gravity-forms-ushv .gform_footer .gform_button.button:hover {
  box-shadow: inset 150px 70px 0px 0px #21409A, inset -150px -70px 0px 0px #21409A;
}

.gform_wrapper.gravity-theme .gform_validation_errors:focus {
  outline: none !important;
}

.gform_wrapper.gravity-theme .gform_validation_errors {
  box-shadow: none !important;
  margin: 0 0 20px 0 !important;
  max-width: 650px;
}

.gform_wrapper.gravity-theme .gform_validation_errors>h2 .gform-icon {
  font-size: 20px !important;
}

.gform_wrapper.gravity-theme .gravity-forms-ushv .gfield_validation_message,
.gform_wrapper.gravity-theme .gravity-forms-ushv .validation_message {
  background: none;
  border: none;
  margin-block-start: 0;
  padding: 4px 0 0 0 !important;
  font-size: 14px !important;
}

.gform_wrapper.gravity-theme .gform_validation_errors>h2.hide_summary:focus-visible {
  box-shadow: none !important;
  margin: 0 !important;
}

.gravity-forms-ushv_wrapper {
  border: 2px solid #C7D8EF;
  padding: 40px;
  border-radius: 10px;
}

.gravity-forms-ushv .recaptcha {
  font-size: 12px;
  margin-bottom: 0;
}

.gravity-forms-ushv .recaptcha a {
  color: #21409A;
}

.gravity-forms-ushv .recaptcha a:hover {
  color: #C31F27;
}


.category-general-section {
  padding-bottom: 100px;
}

.category-general-section p {
  font-weight: 600;
}

.category-general-section p:last-child {
  margin-bottom: 0;
}

.category-general-section .no-results {
  font-size: 22px !important;
}

input[type=radio] {
  accent-color: #C31F27;
}

.wrapper main {
  flex-grow: 1
}

.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100dvh;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.menu-gtranslate-menu-container ul li a.gt-current-wrapper {
  font-size: 18px;
  font-weight: 600;
  color: #08184D;
  padding: 11px 0 10px 5px;
  display: inline-block;
  position: relative;
}

.menu-gtranslate-menu-container ul li a.gt-current-wrapper:after {
  width: 11px;
  height: 11px;
  transform: rotate(45deg);
  right: unset;
  top: -4px;
  border-right: 2px solid #08184D;
  border-bottom: 2px solid #08184D;
  position: relative;
  content: " ";
  display: inline-block;
  margin-left: 12px;
}

.menu-gtranslate-menu-container ul li a.gt-current-wrapper:hover:after {
  border-color: #C31F27;
}

.menu-gtranslate-menu-container ul li a.gt-current-wrapper:hover {
  color: #C31F27;
}

.menu-gtranslate-menu-container {
  margin-left: 20px;
}

.menu-gtranslate-menu-container ul li {
  position: relative;
}

.menu-gtranslate-menu-container ul li .sub-menu {
  position: absolute;
  top: 48px;
  right: 0;
  border: none;
  width: 60px;
  max-width: 60px;
  min-width: 60px;
  text-align: center;
  padding: 0;
  box-shadow: 0 0 10px #eee;
  border-radius: 5px;
  /* overflow: hidden; */
}

.menu-gtranslate-menu-container ul li .sub-menu li:first-child a:hover,
.menu-gtranslate-menu-container ul li .sub-menu li:first-child a.gt-current-lang {
  border-radius: 5px 5px 0 0;
}

.menu-gtranslate-menu-container ul li .sub-menu li:last-child a:hover,
.menu-gtranslate-menu-container ul li .sub-menu li:last-child a.gt-current-lang {
  border-radius: 0 0 5px 5px;
}

.menu-gtranslate-menu-container ul li .sub-menu li {
  border-bottom: 1px solid #bce6fe;
}

.menu-gtranslate-menu-container ul li .sub-menu li:last-child {
  border: none;
}

.menu-gtranslate-menu-container ul li .sub-menu li a {
  font-size: 14px;
  padding: 7px 0;
  display: inline-block;
  color: #08184D;
  width: 100%;
  font-weight: 500;
}

.menu-gtranslate-menu-container ul li .sub-menu li a.gt-current-lang,
.menu-gtranslate-menu-container ul li .sub-menu li a:hover {
  background: #21409A;
  color: #fff;
}

.CybotCookiebotDialogContentWrapper button,
.CybotCookiebotDialogContentWrapper {
  font-family: 'Libre Franklin' !important;
}

#CybotCookiebotDialog.CybotEdge .CybotCookiebotDialogBodyBottomWrapper {
  margin-top: 5px !important;
}

.thank-you .inner-banner {
  padding-bottom: 100px;
}

.footer-top a:has(.logo-footer) {
  display: inline-block;
}

.single-growth-box .sr-only {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.wow {
  visibility: visible !important;
  opacity: 0 !important;
  transition: opacity .3s ease;
}

.wow.wow-visible {
  opacity: 1 !important;
}

:lang(es) .partner-about .single-partner-des .h4 p strong,
:lang(fr) .partner-about .single-partner-des .h4 p strong,
:lang(nl) .partner-about .single-partner-des .h4 p strong,
:lang(de) .partner-about .single-partner-des .h4 p strong,
:lang(vi) .partner-about .single-partner-des .h4 p strong,
:lang(ar) .partner-about .single-partner-des .h4 p strong,
:lang(zh-CN) .partner-about .single-partner-des .h4 p strong {
  line-height: 1.6;
}


@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}

.animated.fast {
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
}

.animated.faster {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
}

.animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}

.footer-contact p {
  margin-bottom: 0 !important;
}

.logo {
  width: 211px;
  height: 44px;
}

.skip-to-content {
  position: absolute;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.skip-to-content:focus {
  position: absolute;
  z-index: 9999;
  left: 15px;
  top: 15px;
  border-radius: 10px;
  background-color: #21409A;
  color: #fff;
  border: 2px solid #21409A;
  font-size: 16px;
  line-height: 1.4;
  text-decoration: none;
  padding: 8px 14px;
  max-width: 195px;
  text-align: center;
  width: auto;
  height: auto;
}

.ta-open-modal-html #CookiebotWidget {
  z-index: 9;
}

@media (prefers-reduced-motion: reduce),
(print) {
  .animated {
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
    -webkit-transition-duration: 1ms !important;
    -o-transition-duration: 1ms !important;
    transition-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
  }
}

/* Animation End */


.main-video-common {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.video-common {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
  max-width: 100%;
  border-radius: 10px;
  margin-bottom: 120px;
}

.video-common img {
  width: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 10px;
  /* height: 100%; */
}

.video-common iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 10px;
  /* border:1px solid #000; */
}

.video-btn {
  font-size: 0;
  padding: 0;
  border: none;
  position: absolute;
  top: calc(50% - 38px);
  left: calc(50% - 38px);
  display: inline-block;
  cursor: pointer;
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  z-index: 9;
  width: 76px;
  height: 76px;
  transition: all .5s ease;
  background-color: #C31F27;
  --svg: url('data:image/svg+xml,<svg width="76" height="76" viewBox="0 0 76 76" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_1376_2071)"><path d="M50.5352 36.5143L34.754 25.0426C34.1749 24.6228 33.406 24.5595 32.7712 24.8858C32.1314 25.2095 31.7318 25.8671 31.7318 26.5777V49.5135C31.7318 50.2318 32.1314 50.8868 32.7712 51.2105C33.0419 51.3471 33.3377 51.4154 33.6362 51.4154C34.0256 51.4154 34.4202 51.2914 34.754 51.0461L50.5352 39.5845C51.0334 39.2178 51.3242 38.6513 51.3242 38.0494C51.3268 37.4374 51.0283 36.8734 50.5352 36.5143Z" fill="%23CE2D4F"/><path d="M38.0013 0.00512695C17.0103 0.00512695 0 17.0154 0 38.0064C0 58.9898 17.0103 75.995 38.0013 75.995C58.9872 75.995 76 58.9873 76 38.0064C76.0025 17.0154 58.9872 0.00512695 38.0013 0.00512695ZM38.0013 69.6547C20.5206 69.6547 6.34788 55.4896 6.34788 38.0064C6.34788 20.5308 20.5206 6.34794 38.0013 6.34794C55.4794 6.34794 69.6496 20.5282 69.6496 38.0064C69.6521 55.4896 55.4794 69.6547 38.0013 69.6547Z" fill="%23CE2D4F"/></g><defs><clipPath id="clip0_1376_2071"><rect width="76" height="76" fill="white"/></clipPath></defs></svg>');
}

.video-btn:hover {
  background-color: #fff;
}

.video-common .iframe-loader img {
  width: auto;
  height: auto;
  position: absolute;
  top: calc(50% - 125px);
  z-index: 99;
  left: calc(50% - 125px);
}

.video-section.video-common .container {
  position: relative;
}


.video-section.two-video-section {
  padding-top: 120px;
}

.video-section.two-video-section .video-common {
  margin-bottom: 30px;
}

.video-section.two-video-section .video-box .h3 {
  margin-bottom: 30px;
  min-height: 91px;
}

.video-section.two-video-section .h4 {
  color: #08184D;
  font-weight: 500 !important;
  margin-bottom: 5px;
  display: inline-block;
  text-align: center;
  width: 100%;
}

.video-section.two-video-section p {
  text-align: center;
  margin-bottom: 10px;
}

.video-section.two-video-section .section-header {
  margin-bottom: 40px;
}

.video-section.two-video-section .video-box p:empty {
  margin-bottom: 0;
}

.video-section.two-video-section .video-box>*:last-child {
  margin-bottom: 0;
}

.title-center {
  text-align: center;
}

.title-center .h3 {
  margin-top: 15px;
  margin-bottom: 0;
}

.inner-banner-img picture img {
  max-height: 480px;
  object-fit: cover;
  object-position: top;
}

footer .practice-section .main-title {
  flex-wrap: wrap;
}

footer .practice-section .main-title .h2 {
  width: 100%;
}

footer .practice-section .video-common {
  margin-bottom: 0;
}

.practice-section .main-title-right p a {
  color: #fff;
  text-decoration: underline;
}

.practice-section .main-title-right p a:hover {
  text-decoration: none;
}

.default-section .global-content.wysiwgy-content ol li ul li {
  font-weight: 500;
  color: #08184D;
  font-size: 18px;
  line-height: 1.55;
  position: relative;
  padding-left: 15px;
}

.default-section .global-content.wysiwgy-content ol li ul li:before {
  /* display: none; */
}

.default-section .global-content.wysiwgy-content ol li ul li:after {
  position: absolute;
  top: 12px;
  left: 2px;
  content: "";
  width: 4px;
  height: 4px;
  background: #08184D;
  border-radius: 7px;
}

.default-section .global-content.wysiwgy-content a[href^="mailto:"] {
  word-break: break-all;
}

@media(min-width:0px) {
  .container {
    max-width: 95%;
  }
}

@media(min-width:576px) {
  .container {
    max-width: 540px;
  }
}

@media(min-width:768px) {
  .container {
    max-width: 720px;
  }
}

@media(min-width:992px) {
  .container {
    max-width: 940px;
  }
}

@media(min-width:1200px) {
  .technologies-home .container {
    max-width: 1030px;
  }

  .container {
    max-width: 1110px;
  }
}

@media(min-width:1366px) {
  .container {
    max-width: 1220px;
  }

  .conversation-des p

  /*,
    .inner-banner-des p*/
    {
    font-size: 20px;
  }

  .inner-banner .h1 {
    /* line-height: 1 !important; */
  }

  .menu-gtranslate-menu-container ul li:hover .sub-menu {
    display: inline-block !important;
  }

  .menu-gtranslate-menu-container ul li a~.sub-menu {
    display: none !important;
  }
}

@media(min-width:1440px) {
  .container {
    max-width: 1290px;
  }

  :lang(es) .h2,
  :lang(fr) .h2,
  :lang(nl) .h2,
  :lang(de) .h2,
  :lang(vi) .h2,
  :lang(ar) .h2,
  :lang(zh-CN) .h2 {
    font-size: 48px !important;
  }

  :lang(es) h2,
  :lang(fr) h2,
  :lang(nl) h2,
  :lang(de) h2,
  :lang(vi) h2,
  :lang(ar) h2,
  :lang(zh-CN) h2 {
    font-size: 48px;
  }
}

@media(min-width:1651px) {
  .container {
    max-width: 1390px;
  }
}

@media(min-width:2300px) {
  footer .footer-top {
    max-width: 1850px;
    margin-left: auto;
    margin-right: auto;
    overflow: inherit;
  }
}

@media(max-width:1799px) {
  .partner-svg-icon1 {
    top: 710px;
  }

  .partner-svg-icon {
    top: 990px;
  }

  .three-shape-icon {
    width: 400px;
  }
}


@media(max-width:1651px) {
  h1 {
    font-size: 52px;
  }

  .h1 {
    font-size: 52px !important;
  }

  h2 {
    font-size: 40px;
  }

  .h2 {
    font-size: 40px !important;
  }

  h4 {
    font-size: 28px;
  }

  .h4 {
    font-size: 28px !important;
  }

  .partner-about .single-partner-des .h4 p,
  .right-partent-des .h4 p,
  .h4 {
    font-size: 28px !important;
  }

  .footer-shape {
    right: -280px;
    width: 700px;
    top: -130px;
  }

  .partner-svg-icon1 {
    right: 0;
    top: 630px;
  }

  .partner-svg-icon {
    top: 910px;
  }

  .logo-footer {
    width: 230px;
  }

  .footer-contact span,
  .footer-menu li a,
  .footer-contact a {
    font-size: 16px;
  }

  .footer-bottom .container {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  main {
    padding-top: 140px;
  }

  .practice-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .practice-section .main-title .h2 {
    max-width: 490px;
  }

  header .header-inner {
    /* padding: 16px 0; */
  }

  .inner-banner .h1::before {
    width: 75px;
    height: 77px;
    top: -4px;
  }

  .inner-banner .h1 {
    margin-bottom: 95px;
    padding-left: 100px;
  }

  .experienced-about .experienced-box-about {
    max-width: 375px;
  }

  .experienced-about .img-experienced {
    width: 358px;
  }

  .experienced-about .bottom-experienced {
    margin-top: 50px;
  }

  .inner-banner-img .three-shape-icon {
    right: -120px;
    width: 400px;
  }

  .partner-about {
    padding-top: 95px;
    padding-bottom: 65px;
  }

  .icon-title .h2 img {
    margin-right: 20px;
    top: 4px;
  }

  .partner-svg-icon {
    left: -130px;
  }

  .start-conversation-section {
    min-height: 630px;
  }

  .start-conversation-section {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .gravity-forms-ushv input,
  .gravity-forms-ushv textarea {
    font-size: 17px !important;
  }

  .category-general-section {
    padding-bottom: 80px;
  }

  .gravity-forms-ushv_wrapper {
    padding: 30px;
  }

  .menu-icon {
    margin-left: 30px;
  }

  .thank-you .inner-banner {
    padding-bottom: 80px;
  }

  .practice-section::before,
  .practice-section:after {
    width: 370px;
    height: 265px;
  }

  .main-video-common {
    max-width: 900px;
  }

  .inner-banner-img picture img {
    max-height: 320px;
  }
}

@media(max-width:1439px) {
  h3 {
    font-size: 32px;
  }

  .h3 {
    font-size: 32px !important;
  }

  h4 {
    font-size: 26px;
  }

  .partner-about .single-partner-des .h4 p,
  .right-partent-des .h4 p,
  .h4 {
    font-size: 26px !important;
  }

  h5 {
    font-size: 22px;
  }

  .h5 {
    font-size: 22px !important;
  }

  .inner-banner .h1 {
    margin-bottom: 70px;
  }

  .icon-title .icon-title-des p {
    margin-bottom: 35px;
  }

  .experienced-about .experienced-inner {
    margin-top: 45px;
  }

  .experienced-about .experienced-box-about {
    max-width: 355px;
  }

  .experienced-about .img-experienced {
    width: 328px;
  }

  .partner-about .partner-inner-about {
    padding-top: 45px;
  }

  .close-icon {
    right: 35px;
    top: 35px;
  }

  .open-menu .main-menu {
    padding-top: 80px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .open-menu ul li a {
    font-size: 21px;
    padding-top: 13px;
    padding-bottom: 13px;
  }

  .open-menu .arrow-left-1 {
    top: 11px;
  }

  .open-menu ul li .sub-menu li a {
    font-size: 20px;
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .open-menu ul li .sub-menu {
    padding-top: 10px;
  }

  .global-content {
    padding-bottom: 60px;
  }

  .main-title p {
    font-size: 18px !important;
  }

  .partner-svg-icon {
    top: 930px;
  }
}

@media(max-width:1365px) {
  h1 {
    font-size: 48px;
  }

  .h1 {
    font-size: 48px !important;
  }

  h2 {
    font-size: 38px;
  }

  .h2 {
    font-size: 38px !important;
  }


  /* h4 {
        font-size: 24px;
    }
    .h4 {
        font-size: 24px !important;
    } */
  h5 {
    font-size: 21px;
  }

  .h5 {
    font-size: 21px !important;
  }

  p {
    font-size: 17px;
  }

  .logo {
    width: 175px;
    height: 36px;
  }

  .btn-us-heart-header {
    padding: 10px 18px;
    font-size: 16px;
  }

  .menu-icon {
    margin-left: 20px;
    width: 40px;
    height: 40px;
  }

  .navigation-menu .menu-icon .menu-bar {
    width: 24px;
  }

  header .header-inner {
    padding: 12px 22px;
  }

  .main-title {
    margin-bottom: 40px;
  }

  .main-title p {
    max-width: 570px;
    /* font-size: 18px !important; */
  }

  .footer-top {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .main-title-center p,
  .main-title p {
    font-size: 18px !important;
  }

  .global-content,
  main ul li,
  .global-content ol li {
    font-size: 17px;
  }

  .practice-section {
    margin: 20px;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  main {
    padding-top: 140px;
  }

  .inner-banner-img .three-shape-icon {
    right: -80px;
  }

  .inner-banner .h1 {
    margin-bottom: 70px;
  }

  .experienced-about .main-title-center p {
    max-width: 950px;
  }

  .experienced-about .experienced-box-about {
    max-width: 315px;
  }

  .experienced-about .img-experienced {
    width: 298px;
  }

  .icon-title .h2 img {
    margin-right: 15px;
    top: 2px;
  }

  .partner-about .single-partner-img img {
    max-width: 300px;
  }

  .partner-about .single-partner-box {
    margin-bottom: 45px;
  }

  header .header-inner {
    padding: 5px 0px;
  }

  .sticky-header header .header-inner {
    padding: 12px 15px;
  }

  .global-content button,
  .btn-us-heart,
  .white-btn-us-heart {
    box-shadow: none;
    transition: inherit;
  }

  .global-content button:hover,
  .btn-us-heart:hover {
    box-shadow: none;
    background: #21409A;
  }

  .white-btn-us-heart:hover {
    box-shadow: none;
    background: #21409A !important;
  }

  .btn-us-heart.border-btn-us-heart {
    box-shadow: none;
  }

  .btn-us-heart.border-btn-us-heart:hover {
    box-shadow: none;
    background: #C31F27;
  }

  .partner-svg-icon1 {
    top: 580px;
  }

  .partner-svg-icon {
    left: -130px;
    top: 810px;
  }

  .partner-svg-icon svg,
  .partner-svg-icon1 svg {
    width: 400px;
  }

  .three-shape-icon {
    width: 330px;
  }

  .inner-banner-img .three-shape-icon {
    right: -90px;
    bottom: -140px;
  }

  .practice-section .main-title .h2 {
    max-width: 440px;
  }

  .experienced-about .experienced-box-about .h5 p,
  .experienced-about .experienced-box-about .h5 {
    font-size: 22px !important;
  }

  .start-conversation-section {
    min-height: 530px;
  }

  .category-general-section {
    padding-bottom: 60px;
  }

  header .btn-us-heart-header {
    max-height: 40px;
    line-height: 1.3;
  }

  .inner-banner .h1::before {
    top: -8px;
  }

  .menu-gtranslate-menu-container ul li a.gt-current-wrapper {
    font-size: 16px;
    padding: 9px 0 7px 5px;
  }

  .menu-gtranslate-menu-container ul li .sub-menu {
    top: 40px;
  }

  .menu-gtranslate-menu-container ul li .sub-menu {
    top: 40px;
    /* width: 40px;
    max-width: 40px;
    min-width: 40px; */
  }

  .menu-gtranslate-menu-container ul li a.gt-current-wrapper::after {
    display: none;
  }

  .menu-gtranslate-menu-container ul li .arrow-toggle-lan {
    width: 11px;
    height: 11px;
    transform: rotate(45deg);
    right: unset;
    top: -4px;
    border-right: 2px solid #08184D;
    border-bottom: 2px solid #08184D;
    position: relative;
    content: " ";
    display: inline-block;
    margin-left: 12px;
  }

  .menu-gtranslate-menu-container {
    margin-left: 15px;
  }

  .practice-section:before,
  .practice-section:after {
    width: 310px;
    height: 245px;
  }

  .video-common {
    margin-bottom: 80px;
  }

  .video-section.two-video-section .video-box .h3 {
    min-height: 83px;
  }

  .video-section.two-video-section {
    padding-top: 90px;
  }
}

@media(max-width:1199px) {
  .inner-banner-img picture img {
    max-height: 250px;
  }

  header {
    top: 25px;
  }

  h1 {
    font-size: 41px;
  }

  .h1 {
    font-size: 41px !important;
  }

  h2 {
    font-size: 35px;
  }

  .h2 {
    font-size: 35px !important;
  }

  h3 {
    font-size: 28px;
  }

  .h3 {
    font-size: 28px !important;
  }

  h4 {
    font-size: 24px;
  }

  .partner-about .single-partner-des .h4 p,
  .right-partent-des .h4 p,
  .h4 {
    font-size: 24px !important;
  }

  .main-title {
    margin-bottom: 30px;
  }

  .main-title p {
    max-width: 440px;
  }

  .logo-footer {
    width: 200px;
  }

  .footer-contact span {
    margin-bottom: 5px;
  }

  .footer-menu li {
    margin-bottom: 15px;
  }

  .footer-bottom .container p {
    font-size: 14px;
  }

  .practice-section .main-title .h2 {
    max-width: 430px;
  }

  .practice-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  main {
    padding-top: 130px;
  }

  .inner-banner .h1 {
    margin-bottom: 50px;
    padding-left: 77px;
  }

  .inner-banner-img .three-shape-icon {
    right: -70px;
    bottom: -90px;
  }

  .inner-banner-des .h2,
  .main-title-center .h2 {
    margin-bottom: 12px;
  }

  .experienced-about .img-experienced {
    width: 270px;
    padding: 15px;
  }

  .experienced-about .experienced-box-about {
    max-width: 245px;
  }

  .experienced-about {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .experienced-about .experienced-inner {
    margin-top: 35px;
  }

  .experienced-about .bottom-experienced {
    margin-top: 40px;
  }

  .partner-about {
    padding-top: 75px;
    padding-bottom: 55px;
  }

  .partner-about .single-partner-img img {
    max-width: 260px;
  }

  .icon-title .h2 img {
    margin-right: 15px;
    top: 3px;
    width: 50px;
  }

  .partner-svg-icon svg,
  .partner-svg-icon1 svg {
    width: 300px;
  }

  .partner-svg-icon1 {
    top: 510px;
  }

  .partner-svg-icon {
    top: 720px;
    left: -100px;
  }

  .icon-title .icon-title-des {
    padding-top: 0;
  }

  .start-conversation-section {
    min-height: 480px;
  }

  .open-inner-menu {
    width: 390px;
  }

  .error-404.not-found .h1 {
    font-size: 110px !important;
  }

  .partnership-section .main-title-center .h2 {
    margin-bottom: 10px;
  }

  .global-content {
    padding-bottom: 40px;
  }

  .global-content iframe {
    height: 400px;
  }

  .category-general-section {
    padding-bottom: 60px;
  }

  .inner-banner .h1::before {
    width: 60px;
    height: 72px;
  }

  .thank-you .inner-banner {
    padding-bottom: 50px;
  }

  a,
  a:hover {
    transition: inherit;
  }

  .video-section.two-video-section .video-box .h3 {
    min-height: 73px;
  }

  .video-section.two-video-section {
    padding-top: 70px;
  }

  .video-section.two-video-section .video-common {
    margin-bottom: 20px;
  }
}

@media(max-width:991px) {
.practice-section .main-title-right {
  max-width: 100%;
}
  .practice-section .main-title .h2,
  .practice-section .main-title p,
  .practice-section .main-title-right {
    text-align: left;
  }

  h1 {
    font-size: 37px;
  }

  .h1 {
    font-size: 37px !important;
  }

  h2 {
    font-size: 33px;
  }

  .h2 {
    font-size: 33px !important;
  }

  h4 {
    font-size: 22px;
  }

  .partner-about .single-partner-des .h4 p,
  .right-partent-des .h4 p,
  .h4 {
    font-size: 22px !important;
  }

  h5 {
    font-size: 19px;
  }

  .h5 {
    font-size: 19px !important;
  }

  .practice-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .main-title {
    flex-wrap: wrap;
  }

  .main-title .h2,
  .main-title p {
    max-width: 100%;
    text-align: center;
  }

  .main-title {
    justify-content: center;
  }

  .main-title .h2 {
    margin-bottom: 12px !important;
  }

  .main-title .right-career {
    text-align: center;
  }

  .footer-menu {
    padding-top: 30px;
  }

  .footer-menu li {
    margin-bottom: 10px;
  }

  .footer-bottom .container p {
    font-size: 13px;
  }

  .footer-top {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .footer-bottom .container {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .footer-contact span,
  .footer-menu li a,
  .footer-contact a {
    font-size: 15px;
  }

  .global-content button,
  .btn-us-heart-header,
  .btn-us-heart {
    padding: 10px 17px;
    font-size: 15px;
  }

  .btn-us-heart {
    padding: 10px 45px 10px 17px;
  }

  .btn-us-heart .arrow-icon {
    width: 18px;
  }

  .menu-icon {
    width: 38px;
    height: 38px;
  }

  .sticky-header header .header-inner {
    /* margin-top: 20px; */
  }

  .practice-section .main-title .h2 {
    max-width: 100%;
  }

  .practice-section .main-title-right p {
    padding-bottom: 16px;
  }

  .inner-banner .h1 {
    margin-bottom: 40px;
  }

  .icon-title .h2 {
    justify-content: center;
    margin-bottom: 15px;
  }

  .icon-title .icon-title-des {
    /*text-align: center;*/
  }

  .inner-banner-img {
    margin-bottom: 30px;
  }

  .practice-section .main-title-right {
    text-align: left;
  }

  .experienced-about .img-experienced {
    width: 210px;
    padding: 10px;
  }

  .experienced-about .experienced-box-about {
    max-width: 175px;
  }

  .experienced-about .left-experienced .experienced-box-about:before {
    width: 29px;
    height: 15px;
    right: -48px;
  }

  .experienced-about .left-experienced.right-experienced .experienced-box-about::before {
    left: -48px;
  }

  .partner-about {
    padding-top: 50px;
    padding-bottom: 40px;
  }

  .partner-about .single-partner-img img {
    max-width: 100%;
  }

  .partner-about .single-partner-des {
    margin-left: 20px;
  }

  .partner-about .single-partner-box {
    margin-bottom: 30px;
  }

  .start-conversation-section {
    min-height: 420px;
  }

  .partner-svg-icon {
    top: 610px;
  }

  .partner-svg-icon1 {
    top: 480px;
  }

  .open-menu ul li a {
    font-size: 20px;
  }

  .open-menu ul li .sub-menu li a {
    font-size: 18px;
  }

  .experienced-about .experienced-box-about .h5 p,
  .experienced-about .experienced-box-about .h5 {
    font-size: 18px !important;
  }

  .global-content blockquote,
  .global-content ul,
  .global-content ol,
  p,
  .global-content h2,
  .global-content h3,
  .global-content h4,
  .global-content h5,
  .global-content h6 {
    margin-bottom: 15px;
  }

  .global-content iframe {
    height: 350px;
  }

  .gform_wrapper.gravity-theme .gform_validation_errors,
  .gravity-forms-ushv {
    max-width: 100%;
  }

  .gform_wrapper.gravity-theme .gform_validation_errors {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  .inner-banner-img .three-shape-icon {
    right: -50px;
    bottom: -160px;
    width: 300px;
  }

  .icon-title .h2 img {
    top: 0;
  }

  header .btn-us-heart-header {
    max-height: 38px;
    line-height: 1.2;
  }

  .thank-you .inner-banner {
    padding-bottom: 30px;
  }

  .video-common {
    margin-bottom: 60px;
  }

  .video-btn {
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    width: 60px;
    height: 60px;
  }

  .video-common .iframe-loader img {
    width: 60px;
    height: 60px;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
  }

  .video-section.two-video-section .section-header {
    margin-bottom: 30px;
  }

  .video-section.two-video-section .video-box .h3 {
    margin-bottom: 20px;
  }

  .video-section.two-video-section {
    padding-top: 60px;
  }
}

@media(max-width:767px) {
  footer .practice-section .video-common {
    margin-top: 25px;
  }

  .inner-banner-img picture img {
    max-height: inherit;
  }

  .inner-banner .inner-banner-img {
    max-width: 100;
  }

  .menu-icon {
    margin-left: 14px;
  }

  h1 {
    font-size: 34px;
  }

  .h1 {
    font-size: 34px !important;
  }

  h2 {
    font-size: 30px;
  }

  .h2 {
    font-size: 30px !important;
  }

  h3 {
    font-size: 26px;
  }

  .h3 {
    font-size: 26px !important;
  }

  h4 {
    font-size: 21px;
  }

  .partner-about .single-partner-des .h4 p,
  .right-partent-des .h4 p,
  .h4 {
    font-size: 21px !important;
  }

  .main-title .h2 {
    margin-bottom: 6px !important;
  }

  .main-title-center p,
  .main-title p {
    font-size: 17px !important;
  }

  .partner-svg-icon,
  .partner-svg-icon1,
  .footer-shape,
  .svg-icon,
  .inner-banner-img .three-shape-icon {
    display: none;
  }

  .sticky-header header .header-inner {
    /* margin-top: 10px; */
  }

  .icon-title .h2 img {
    width: 45px;
  }

  .experienced-about {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .experienced-about .experienced-inner .left-experienced {
    order: 2;
    width: 100%;
  }

  .experienced-about .experienced-inner .left-experienced.right-experienced {
    order: 3;
  }

  .experienced-about .experienced-inner .left-experienced .experienced-box-about::before {
    left: -36px;
    right: auto;
    transform: rotate(180deg);
  }

  .experienced-about .experienced-inner .left-experienced {
    margin-left: 35px;
  }

  .experienced-about .experienced-inner .img-experienced {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
    order: 1;
  }

  .experienced-about .experienced-inner {
    flex-wrap: wrap;
  }

  .experienced-about .experienced-box-about {
    max-width: 100%;
    margin-top: 20px;
    padding-left: 5px;
  }

  .experienced-about .experienced-box-about .h5 {
    text-align: left;
  }

  .experienced-about .experienced-inner .left-experienced .experienced-box-about::before {
    top: 3px;
  }

  .experienced-about .experienced-inner {
    margin-top: 25px;
  }

  .experienced-about .bottom-experienced {
    margin-top: 25px;
  }

  .partner-about .single-partner-des {
    margin-left: 0;
  }

  .partner-about .single-partner-img {
    text-align: center;
    margin-bottom: 20px;
  }

  .partner-about .single-partner-img img {
    max-width: 240px;
  }

  .partner-about .partner-inner-about {
    padding-top: 30px;
  }

  .conversation-des {
    width: 100%;
  }

  .conversation-des,
  .start-conversation-section {
    min-height: 340px;
  }

  .conversation-des {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }

  .start-conversation-section .icon-title {
    width: 100%;
  }

  .three-shape-big-icon,
  .three-shape-icon {
    display: none;
  }

  .open-inner-menu {
    width: 100%;
  }

  .open-menu .main-menu {
    padding-top: 70px;
  }

  .error-404.not-found {
    padding-bottom: 40px;
  }

  .error-404.not-found .h3 {
    margin: 18px 0;
  }

  .experienced-about .experienced-box-about .h5 p {
    margin-bottom: 0;
  }

  .experienced-about .experienced-box-about .h5 p,
  .experienced-about .experienced-box-about .h5 {
    float: left;
    text-align: left;
  }

  .global-content iframe {
    height: 300px;
  }

  .gravity-forms-ushv .gfield-choice-input+label {
    font-size: 16px !important;
  }

  .gravity-forms-ushv input,
  .gravity-forms-ushv textarea {
    font-size: 15px !important;
    padding: 10px 18px !important;
    height: 42px;
  }

  .category-general-section {
    padding-bottom: 50px;
  }

  .menu-icon {
    margin-left: 0;
  }

  .header-right .btn-us-heart-header {
    display: none;
  }

  .inner-banner .h1 {
    margin-bottom: 40px;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .inner-banner .h1::before {
    top: 0;
    position: relative;
    width: 100%;
  }

  .inner-banner .h1 {
    text-align: center;
    width: 100%;
  }

  .menu-gtranslate-menu-container {
    margin-left: 10px;
  }

  .practice-section::before,
  .practice-section::after {
    display: none;
  }

  .partner-about .single-partner-des .h4 p strong {
    border-radius: 0;
    background: none;
    font-weight: 500;
    color: #21409A;
    padding: 0;
    font-size: 26px;
    width: 100%;
    display: inline-block;
    line-height: 1.4;
  }

  .video-common {
    margin-bottom: 40px;
  }


  .video-section.two-video-section .h3 {
    min-height: inherit;
  }

  .video-section.two-video-section .video-box {
    margin-bottom: 30px;
  }

  .video-section.two-video-section .row [class*="col-"]:last-child .video-box {
    margin-bottom: 0;
  }

  .video-section.two-video-section {
    padding-top: 50px;
  }

  .video-section.two-video-section .section-header {
    margin-bottom: 25px;
  }
}


@media(max-width:575px) {
  h1 {
    font-size: 30px;
  }

  .h1 {
    font-size: 30px !important;
  }

  h2 {
    font-size: 28px;
  }

  .h2 {
    font-size: 28px !important;
  }

  .main-title {
    margin-bottom: 20px;
  }

  header {
    top: 15px;
  }

  .practice-section {
    margin: 10px;
    margin-bottom: 0;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  main {
    padding-top: 115px;
  }

  .icon-title .h2 img {
    top: 1px;
    width: 40px;
  }

  .conversation-des,
  .start-conversation-section {
    min-height: 300px;
  }

  .error-404.not-found .h1 {
    font-size: 90px !important;
  }

  .error-404.not-found {
    padding-top: 20px;
  }

  .global-content,
  main ul li,
  .global-content ol li,
  p {
    font-size: 16px;
  }

  main ul li::after {
    top: 10px;
  }

  .global-content ol li::before {
    top: 1px;
    font-size: 14px;
  }

  .global-content ol li {
    padding-left: 22px;
  }

  .category-general-section .no-results {
    font-size: 20px !important;
    margin-top: 15px;
  }

  .gravity-forms-ushv_wrapper {
    padding: 20px;
  }

  .partner-about .single-partner-des .h4 p,
  .right-partent-des .h4 p,
  .h4 {
    font-size: 19px !important;
  }

  :lang(es) .partner-about .single-partner-des .h4 p strong,
  :lang(fr) .partner-about .single-partner-des .h4 p strong,
  :lang(nl) .partner-about .single-partner-des .h4 p strong,
  :lang(de) .partner-about .single-partner-des .h4 p strong,
  :lang(vi) .partner-about .single-partner-des .h4 p strong,
  :lang(ar) .partner-about .single-partner-des .h4 p strong,
  :lang(zh-CN) .partner-about .single-partner-des .h4 p strong {
    line-height: normal;
    margin-bottom: 10px;
  }
}

@media(max-width:479px) {
  header .header-inner {
    flex-wrap: wrap;
    /* justify-content: center; */
  }

  .logo {
    /* margin-bottom: 15px; */
  }

  header .header-inner {
    padding: 12px 10px;
  }

  .btn-us-heart span {
    margin-left: 5px;
  }

  .footer-top .row [class*="col-"] {
    width: 100%;
  }

  .logo-footer {
    margin-bottom: 20px;
  }

  .footer-menu {
    padding-top: 10px;
  }

  .footer-bottom .container {
    flex-wrap: wrap;
    justify-content: center;
  }

  main {
    /* padding-top: 150px; */
  }

  .experienced-about {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .partner-about .single-partner-des .h4 strong {
    line-height: 34px;
  }

  .header-right {
    /* width: 100%;
  justify-content: center; */
  }

  .inner-banner .h1 {
    margin-bottom: 30px;
  }

  .inner-banner-img {
    margin-bottom: 30px;
  }

  .inner-banner-des .h2,
  .main-title-center .h2 {
    margin-bottom: 6px;
  }

  .icon-title .h2 img {
    top: 4px;
    width: 35px;
    margin-right: 10px;
  }

  .error-404.not-found .h3 {
    font-size: 22px !important;
  }

  .global-content iframe {
    height: 250px;
  }

  .category-general-section {
    padding-bottom: 40px;
  }

  .partner-about .single-partner-img img {
    max-width: 100%;
    width: 100%;
  }

  .footer-contact {
    margin-bottom: 15px;
  }

  .footer-contact:last-child {
    margin-bottom: 10px;
  }

  .menu-gtranslate-menu-container {
    margin-left: 5px;
  }

  .logo {
    width: 150px;
    height: 31px;
  }

  .menu-icon {
    width: 34px;
    height: 34px;
  }

  .navigation-menu .menu-icon .menu-bar {
    width: 21px;
  }

  .menu-gtranslate-menu-container ul li a.gt-current-wrapper {
    padding: 6px 0 4px 5px;
  }

  .menu-gtranslate-menu-container ul li .arrow-toggle-lan {
    margin-left: 8px;
  }

  .partner-about .single-partner-des .h4 p strong {
    font-size: 22px;
  }

  .video-btn {
    top: calc(50% - 25px);
    left: calc(50% - 25px);
    width: 50px;
    height: 50px;
  }
}