@font-face {
  font-display: swap;
  font-family: "Libre Franklin";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/Libre_Franklin/libre-franklin-v13-latin-300.woff2") format("woff2"), url("../fonts/Libre_Franklin/libre-franklin-v13-latin-300.woff") format("woff");
}
@font-face {
  font-display: swap;
  font-family: "Libre Franklin";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Libre_Franklin/libre-franklin-v13-latin-regular.woff2") format("woff2"), url("../fonts/Libre_Franklin/libre-franklin-v13-latin-regular.woff") format("woff");
}
@font-face {
  font-display: swap;
  font-family: "Libre Franklin";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/Libre_Franklin/libre-franklin-v13-latin-500.woff2") format("woff2"), url("../fonts/Libre_Franklin/libre-franklin-v13-latin-500.woff") format("woff");
}
@font-face {
  font-display: swap;
  font-family: "Libre Franklin";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/Libre_Franklin/libre-franklin-v13-latin-600.woff2") format("woff2"), url("../fonts/Libre_Franklin/libre-franklin-v13-latin-600.woff") format("woff");
}
@font-face {
  font-display: swap;
  font-family: "Libre Franklin";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/Libre_Franklin/libre-franklin-v13-latin-700.woff2") format("woff2"), url("../fonts/Libre_Franklin/libre-franklin-v13-latin-700.woff") format("woff");
}
@font-face {
  font-display: swap;
  font-family: "Libre Franklin";
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/Libre_Franklin/libre-franklin-v13-latin-800.woff2") format("woff2"), url("../fonts/Libre_Franklin/libre-franklin-v13-latin-800.woff") format("woff");
}
@font-face {
  font-display: swap;
  font-family: "Libre Franklin";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/Libre_Franklin/libre-franklin-v13-latin-900.woff2") format("woff2"), url("../fonts/Libre_Franklin/libre-franklin-v13-latin-900.woff") format("woff");
}
@font-face {
  font-display: swap;
  font-family: "Kaisei Decol";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Kaisei_Decol/kaisei-decol-v8-latin-regular.woff2") format("woff2"), url("../fonts/Kaisei_Decol/kaisei-decol-v8-latin-regular.woff") format("woff");
}
@font-face {
  font-display: swap;
  font-family: "Kaisei Decol";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/Kaisei_Decol/kaisei-decol-v8-latin-500.woff2") format("woff2"), url("../fonts/Kaisei_Decol/kaisei-decol-v8-latin-500.woff") format("woff");
}
@font-face {
  font-display: swap;
  font-family: "Kaisei Decol";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/Kaisei_Decol/kaisei-decol-v8-latin-700.woff2") format("woff2"), url("../fonts/Kaisei_Decol/kaisei-decol-v8-latin-700.woff") format("woff");
}
:root {
  --primary-color: #F7B81D;
  --secondery-color: #212F59;
  --text-color: #212F59;
  --primary-font: "Libre Franklin";
  --secondery-font: "Kaisei Decol";
}

*,
*::after,
*::before {
  box-sizing: border-box;
}
body {
  font-size: 1rem;
  line-height: 1.5;
  color: var(--text-color);
  font-weight: 400;
  background: #fff;
  margin: 0;
  padding: 0;
  font-family: var(--primary-font);
  overflow-x: hidden;
}

h6,
h5,
h4,
h3,
h2,
h1 {
  font-family: var(--secondery-font);
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 700;
  line-height: 1.2;
  color: var(--secondery-color);
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol,
ul {
  padding-left: 2rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

b,
strong {
  font-weight: bolder;
}

section {
  position: relative;
}

a {
  display: inline-block;
  color: var(--secondery-color);
  text-decoration: none;
  transition: all 350ms ease-in-out;
}

a:hover {
  color: var(--primary-color);
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

svg,
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

p:last-child {
  margin-bottom: 0;
}

h1 {
  font-size: 3.75rem;
}

h2 {
  font-size: 3rem;
}

h3 {
  font-size: 2.125rem;
}

h4 {
  font-size: 1.75rem;
}

h5 {
  font-size: 1.5rem;
}

h6 {
  font-size: 1rem;
}

.w-100 {
  width: 100%;
}

.fw-700 {
  font-weight: 700;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  max-width: 100%;
}

.row {
  --gutter-x: 15px;
  --gutter-y: 0px;
  display: flex;
  flex-wrap: wrap;
  margin-top: 0;
  margin-right: calc(-1 * var(--gutter-x));
  margin-left: calc(-1 * var(--gutter-x));
  margin-top: calc(-1 * var(--gutter-y));
}

.row > * {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-left: var(--gutter-x);
  padding-right: var(--gutter-x);
  margin-top: var(--gutter-y);
}

.col {
  flex: 1 0 0%;
}

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

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

.justify-content-around {
  justify-content: space-around;
}

.justify-content-between {
  justify-content: space-between;
}

.justify-content-start {
  justify-content: flex-start;
}

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

.align-items-center {
  align-items: center;
}

.align-items-start {
  align-items: flex-start;
}

.align-items-end {
  align-items: flex-end;
}

.section-padding {
  padding: 100px 0;
}

.mt-1rem {
  margin-top: 1rem;
}

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

.text-end {
  text-align: end;
}

.btn {
  font-family: var(--primary-font);
  padding: 0.8rem 1.2rem;
  font-size: 1rem;
  line-height: 1.2;
  cursor: pointer;
  border-radius: 10px;
  background: var(--primary-color);
  color: var(--secondery-color);
  font-weight: 700;
  letter-spacing: 0.5px;
  outline: none;
  box-shadow: 0px 3px 5px 1px rgba(34, 40, 50, 0.1);
  transition: all 350ms ease-in-out;
}
.btn:hover {
  color: var(--secondery-color);
  background: #E1AF33;
  box-shadow: none;
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.sec-page-title {
    padding-top: 30px;
}
.site-header {
  padding: 0px 40px;
  position: relative;
  background-color: #fff;
  z-index: 999;
  width: 100%;
  display: block;
  transition: all 350ms ease-in-out;
}
.site-header.fixed {
  background-color: #fff;
  position: fixed;
  left: 0;
  top: 0;
  padding-top: 0px;
  padding-bottom: 0px;
  animation: fadeInDown 1s both;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}
.site-header.transparent-header {
  background-color: transparent;
  position: fixed;
  left: 0;
  top: 0;
}
.site-header.transparent-header.fixed {
  background-color: var(--secondery-color);
}
.site-header .container {
  max-width: 100%;
}

.site-header.transparent-header .nav_container ul.sub-menu li a{
color: #000;
}

.site-header .nav_container ul.sub-menu li a {
  padding: 5px 30px;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #212F59;
}
.site-header ul ul.sub-menu {
  position: absolute;
  width: 267px;
  max-width: 100%;
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid #FFFFFF;
  padding: 10px 0px;
  border-radius: 0px 0px 8px 8px;
  top: auto;
  display: none;
 
}
.site-header ul li:hover ul.sub-menu {
  display: block;
}
.site-header .nav_container ul.sub-menu li:not(.nav-inner-heading):hover{
  background: #F7B81D;
border-radius: 4px
}
.site-header .nav_container ul.sub-menu li.nav-inner-heading:not(:first-child){
  margin-top: 20px;
}
.site-header .nav_container ul.sub-menu li.nav-inner-heading a,
.site-header .nav_container ul.sub-menu li:hover a{
  font-weight: bold;
  color: #212F59;

}
/* ul.sub-menu li ul.sub-menu {
  display: none;
} */
/* ul.sub-menu li:hover ul.sub-menu {
  display: none;
} */
.site-header .nav_container ul.sub-menu li{
  display: block;
  width: 100%;
}


.site-header .header-wrapper {
  display: flex;
  margin-left: 25px;
  justify-content: space-between;
  align-items: center;
}
.site-header .nav_container ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.site-header .nav_container ul li {
  display: inline-block;
}
.site-header .nav_container ul li:not(:last-child) {
  margin-right: 20px;
}

.site-header .nav_container ul li a {
    color: var(--secondery-color);
    padding: 40px 15px;
    font-size: 18px;
    font-weight: 600;
}
.site-header.transparent-header .nav_container ul li a {
  color: #fff;
}
.site-header .nav_container ul li a:hover {
  color: var(--primary-color);
}

.site-header .header-right-wrapper .linkedin-btn:not(:last-child) {
  margin-right: 22px;
}
.site-header:not(.transparent-header) .header-right-wrapper path {
    fill: #212F59;
}

.primary-color {
  color: var(--primary-color);
}

.secondery-color {
  color: var(--secondery-color);
}
.transparent-header span.mobile-nav-menu svg path {
  fill: #fff;
}
.site-branding svg{
  padding: 15px 0px;
}
.white-color {
  color: #FFFFFF;
}

.h-100 {
  height: 100%;
}

.bg-linear {
  background: linear-gradient(127.78deg, #F1F1F1 37.27%, #EDF2FF 93.51%);
}

.dark-bg-linear {
  background: linear-gradient(165.8deg, #2C407A 38.53%, #131D3D 101.16%);
}

.home-banner {
  padding: 200px 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.home-banner h1 {
  margin-bottom: 0.625rem;
}
.home-banner .banner-desc {
  font-size: 18px;
}
.home-banner .banner-desc:not(.banner-desc-2) {
  font-family: var(--secondery-font);
  margin-bottom: 150px;
}
.home-banner .banner-desc h3 {
  font-family: var(--primary-font);
  color: #fff;
  margin-bottom: 0;
}
.home-banner .banner-desc.banner-desc-2 {
  font-size: 28px;
}
.home-banner .banner-desc.banner-desc-2 b,
.home-banner .banner-desc.banner-desc-2 strong {
  color: #fff;
}

.sec-you-are .sec-title {
  margin-bottom: 80px;
  font-family: var(--primary-font);
  font-weight: 600;
}
.sec-you-are .you-are-card {
  max-width: 480px;
  margin: 0 auto;
  border-radius: 5px;
  background: var(--secondery-color);
  color: var(--primary-color);
  border: 15px solid #131F43;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.6);
  transition: all 350ms ease-in-out;
}
.sec-you-are .you-are-card h3 {
  margin-bottom: 0;
  color: var(--primary-color);
  padding: 0.5rem;
  text-align: center;
  font-size: 25px;
  font-weight: 500;
}
.home .sec-you-are .you-are-card h3 {
    font-family: var(--primary-font);
}
.sec-you-are .you-are-card:hover {
  border-color: var(--primary-color);
  box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.6);
}
.sec-you-are .you-are-wrapper {
  margin-top: 100px;
  font-size: 1.375rem;
}

.home-lawyer .image-wrapper img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
     width: 100%;
}
.home-lawyer .lawyer-wrapper {
  padding: 3.125rem 1.75rem 1.75rem;
  height: 100%;
  background: #16244b;
  color: #DCDCDC;
  box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-size: 1rem;
  line-height: 1.8;
  font-style: italic;
}
.home-lawyer .lawyer-wrapper h2 {
  font-size: 34px;
  color: #f5f5f5;
  font-weight: 400;
  font-style: normal;
}
.home-lawyer .lawyer-wrapper h3 {
  font-size: 28px;
  color: var(--primary-color);
  font-weight: 700;
  margin-bottom: 23px;
  font-style: normal;
}
.home-lawyer .lawyer-wrapper p {
  font-style: italic;
  font-weight: 400;
  font-size: 16px;
  line-height: 29px;
  color: #DCDCDC;
  /* margin-bottom: 20px; */
}
.header-right-wrapper .btn {
  font-weight: 700;
  font-size: 19px;
  line-height: 23px;
  color: #212F59;
}
.home-lawyer .home-meet {
  margin-top: 120px;
  color: #ddd;
  font-size: 1.125rem;
}
.home-lawyer .home-meet .meet-left-wrapper h3 {
  font-size: 2.25rem;
  color: #fff;
  font-weight: 400;
  font-family: var(--primary-font);
  margin-bottom: 2rem;
}
.home-lawyer .home-meet .meet-right-wrapper .meet-info-item {
  display: flex;
  color: #fff;
}
.home-lawyer .home-meet .meet-right-wrapper .meet-info-item a {
  color: #fff;
  text-decoration: underline;
  text-underline-position: under;
}
.home-lawyer .home-meet .meet-right-wrapper .meet-info-item:not(:last-child) {
  margin-bottom: 2rem;
}
.home-lawyer .home-meet .meet-right-wrapper .meet-info-item .meet-info-icon {
  width: 2rem;
  flex-shrink: 0;
  text-align: center;
  margin-right: 2rem;
}
.home-lawyer .home-meet .meet-right-wrapper .meet-info-item .meet-info-content {
  font-size: 1.375rem;
}

.home-customers h2 {
  font-family: var(--primary-font);
  margin-bottom: 0.625rem;
}
.home-customers .customers-title-desc {
  font-size: 1.125rem;
  font-style: italic;
}
.home-customers .customers-slider {
  margin: 3.125rem 0;
}
.home-customers .customers-card {
  display: flex;
  height: 100%;
  padding: 3.5rem 3rem;
  background: #FFFFFF;
  border: 2px solid #E8E8E8;
  box-shadow: 0px 20px 50px rgba(103, 103, 103, 0.05);
  border-radius: 25px;
}
.home-customers .customers-card .customers-images {
  max-width: 170px;
  flex-shrink: 0;
  margin-right: 2.5rem;
}
.home-customers .customers-card .customers-content .customers-quotes {
  font-size: 1.125rem;
  line-height: 1.8;
  margin-bottom: 1.25rem;
}
.home-customers .customers-card .customers-content .customers-name {
  color: #151517;
  font-size: 1.125rem;
  line-height: 1.5;
  font-family: var(--primary-font);
  margin-bottom: 0.3125rem;
}
.home-customers .customers-card .customers-content .customers-desi {
  color: #676767;
}
.home-customers .owl-customers-slider.owl-theme .owl-dots {
  margin: -70px 0 0 0;
  position: absolute;
  top: 0;
  right: 0;
  width: 40%;
  text-align: end;
}
.home-customers .owl-customers-slider.owl-theme .owl-dots .owl-dot {
  outline: none;
  box-shadow: none;
  background: transparent;
}
.home-customers .owl-customers-slider.owl-theme .owl-dots .owl-dot:not(:last-child) {
  margin-right: 20px;
}
.home-customers .owl-customers-slider.owl-theme .owl-dots .owl-dot span {
  margin: 0;
  width: 10px;
  height: 10px;
  background: #676767;
  border-radius: 5px;
  transition: all 350ms ease-in-out;
}
.home-customers .owl-customers-slider.owl-theme .owl-dots .owl-dot.active span {
  width: 30px;
  background: var(--primary-color);
}

.site-footer {
  background: linear-gradient(92.12deg, #2A3B6D 30.82%, #151F41 77.31%);
  color: #fff;
  padding: 2rem 55px 1.5rem 55px;
  width: 100%;
  float: left;
}
.site-footer .copyright-text {
  padding-top: 1rem;
  font-size: 0.75rem;
}
.site-footer .footer-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 30px;
}
.site-footer .footer-wrapper .footer-btn {
  flex-shrink: 0;
  background: #fff;
}
.site-footer .main-footer-menu {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-left:-15px;
  margin-right: 15px;
}
.site-footer .main-footer-menu li {
  display: inline-block;
  position: relative;
 padding:0px 20px;

}
.site-footer .main-footer-menu li:last-child {
  padding-right: 0;
}
.site-footer .main-footer-menu li a {
  color: #fff;
  font-family: var(--secondery-font);
  font-size: 1.125rem;
}


section {
  width: 100%;
  float: left;
}
.banner {
    background-image: url(/wp-content/uploads/2023/04/eneterprise-banner.jpg);
    width: 100%;
    float: left;
    padding: 300px 0px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.banner-main {
    width: 100%;
    display: flex;
}
.banner-left {
    width: 50%;
}
.banner-right {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    row-gap: 40px;
}
.banner-right h1 {
    color: #F7B81D;
}
.banner-right p {
    font-size: 24px;
    line-height: 32px;
    max-width: 519px;
    color: #fff;
}
.enterprise {
    width: 100%;
    float: left;
    padding: 100px 0px;
    background-image: url(/wp-content/uploads/2023/04/enterprise-background.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.enterprise-main {
    display: flex;
    flex-direction: column;
    row-gap: 50px;
    align-items: center;
    text-align: center;
}
.enterprise-top {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 20px;
    margin-bottom: 30px;
}
.upper {
    font-size: 18px;
    line-height: 28px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 5px;
    color: #F7B81D;
}
.enterprise-top h2 {
    font-family: var(--primary-font);
    font-weight: 600;
}
.enterprise-sec {
    display: flex;
    margin: 0px -15px;
    align-items: stretch;

    row-gap: 85px;
    flex-wrap: wrap;
}
.enterprise-box {
    display: flex;
    flex-direction: column;
    background: #fff;
    border-radius: 20px;
    border: 10px solid #2C407A;
    padding: 30px;
    box-shadow: 0px 0px 20px rgba(0,0,0,.25);
    transition: 0.3s ease-in-out;
    width: calc(25% - 30px);
    margin: 0px 15px;
    outline: none;
}
.enterprise-icon-part {
    background: #F7B81D;
    border-radius: 20px;
    padding: 20px;
    margin-top: -75px;
    display: flex;
    flex-direction: column;
    row-gap: 0px;
    align-items: center;
    text-align: center;
    box-shadow: 0px 0px 30px rgba(0,0,0,.25);
}
.enterprise-icon {
    display: flex;
    margin-bottom: 20px;
    height: 42px;
}
.enterprise-icon-part h3 {
    font-family: var(--primary-font);
    font-size: 16px;
    line-height: 26px;
    margin: 0;
}
.enterprise-content {
    display: flex;
}
.enterprise-listing {
    list-style-type: none;
    display: flex;
    flex-direction: column;
    padding: 0;
    margin: 0;
    margin-top: 25px;
    row-gap: 10px;
}
.enterprise-listing li {
    display: flex;
    column-gap: 15px;
}
.enter-list-icon {
    display: flex;
    width: 16px;
    height: 16px;
    min-width: 16px;
    margin-top: 4px;
}
.enter-list-content {
    display: flex;
    flex-direction: column;
    row-gap: 0px;
    align-items: flex-start;
    text-align: left;
}
.enter-list-content h3 {
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    font-family: var(--primary-font);
    margin: 0;
}
.enter-list-content h4 {
    font-family: var(--primary-font);
    font-size: 14px;
    line-height: 24px;
    margin: 0;
    font-weight: 500;
}
.enterprise-box:hover {
    color: #212F59;
    border: 10px solid #F7B81D;
}
div.hbspt-form {
    width: 100%;
    max-width: 100%;
}
.big-content {
    background: #202D57;
    color: #fff;
    padding: 140px 0px;
}
.big-content-main {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    font-size: 34px;
    line-height: 49px;
    row-gap: 30px;
}
.big-content-main p {
    margin: 0;
    font-weight: 400;
}
.simple-link {
    color: #fff !important;
    font-style: italic;
    text-decoration: underline;
    text-align: center;
}
.subscrieb {
    padding: 100px 0px;
    background: #F7B81D;
}
.subscrieb-main {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.subscrieb-main h2 {
    font-family: var(--primary-font);
    margin-bottom: 15px;
}
.subscrieb-main p {
    font-size: 18px;
    line-height: 30px;
}
.subscrieb-sec {
    width: 100%;
    max-width: 560px;
    display: flex;
    align-items: center;
    column-gap: 30px;
    margin-top: 25px;
}
.subscrieb-sec input {
    width: 100%;
    height: 60px;
    border-radius: 15px;
    border: 2px solid #E8E8E8;
    padding-left: 15px;
    font-size: 16px;
    outline: none;
}
.subscrieb-sec .btn.footer-btn {
    padding: 20px 40px;
    height: 60px;
    background: #202D57;
    color: #fff;
    border-radius: 15px;
    border: 2px solid #202D57;
    transition: 0.3s ease-in-out;
}
.subscrieb-sec .btn.footer-btn:hover {
    background: transparent;
    color: #202D57;
}
.process {
    padding: 100px 0px;
    background-image: url('/wp-content/uploads/2023/04/process-Background.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}
.process-main {
    display: flex;
    flex-direction: column;
    row-gap: 90px;
    align-items: center;
    text-align: center;
}
.process-top {
    display: flex;
    flex-direction: column;
    row-gap: 15px;
}
.process-top h2 {
    font-family: var(--primary-font);
}
.process-bottom {
    width: 100%;
    display: flex;
    row-gap: 30px;
    column-gap: 30px;
}
.process-box {
    flex: 1 1 200px;
    display: flex;
    flex-direction: column;
    row-gap: 30px;
    align-items: center;
}
.process-icon {
    display: flex;
    justify-content: center;
    height: 55px;
    position: relative;
}
.process-icon:before {
    content: "";
    width: 100px;
    height: 2px;
    background: #1D2A52;
    position: absolute;
    right: calc(100% + 30px);
    top: 50%;
    transform: translateY(-50%);
}
.process-bottom .process-box:nth-child(1) .process-icon::before {
    opacity: 0;
    display: none;
}
.process-icon:after {
    content: "";
    width: 100px;
    height: 2px;
    background: #1D2A52;
    position: absolute;
    left: calc(100% + 30px);
    top: 50%;
    transform: translateY(-50%);
}
.process-box h3 {
    margin: 0;
    font-size: 20px;
    line-height: 40px;
    font-family: var(--primary-font);
    display: flex;
    flex-direction: column;
    max-width: 135px;
}
.process-box h3 span {
    font-size: 14px;
    font-weight: 400;
}
.process-bottom .process-box:last-child .process-icon::after {
    opacity: 0;
    display: none;
}
.startup-banner h1 {
    color: #212F59;
}
span.mobile-nav-menu{
  display: none;
}

/* modèles css */

.modèles-main{
  background: linear-gradient(165.8deg, #2C407A 38.53%, #131D3D 101.16%);
  padding-top: 55px;
  color: #fff;
  border-bottom: 9px solid #F7B81D;
  padding-bottom: 170px;
}
.mod-heading {
  text-align: center;
}
.mod-heading h1 {
  font-style: normal;
  font-weight: 600;
  font-size: 54px;
  line-height: 62px;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 20px;
  font-family: var(--primary-font);
}
.mod-heading h1 {
    margin-top: 20px;
}
.mod-heading p{
  font-family: var(--primary-font);
  font-style: normal;
font-weight: 500;
font-size: 16px;
line-height: 24px;
text-align: center;
}

.mod-box {
  border: 10px solid #F7B81D;
  border-radius: 5px;
  margin: 0px 35px;
  width: calc(33.33% - 70px);
  background-color: #fff;
  min-height: 506px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  filter: drop-shadow(0px 0px 50px rgba(0, 0, 0, 0.6));
}
.mod-flex{
  display: flex;
  row-gap: 70px;

  flex-wrap: wrap;
}
.mb-img {
  padding: 50px;
  height: 100%;
  display: inline-flex;
  align-items: center;
}
.star-ratings-sprite {
  background: url('/wp-content/uploads/2023/04/rating.png') repeat-x;
  font-size: 0;
  height: 22px;
  line-height: 0;
  overflow: hidden;
  text-indent: -999em;
  width: 120px;
  display: inline-block;
}
.star-ratings-sprite .star-ratings-sprite-rating {
  background: url('/wp-content/uploads/2023/04/rating.png') repeat-x;
  background-position: 0 100%;
  float: left;
  height: 22px;
  display: block;
}

.hover-box h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  text-align: center;
  color: #FFFFFF;
  font-family: var(--primary-font);
  margin-bottom: 24px;
}
.mod-box-sub {
  position: relative;
  height: 100%;
}
.mod-box a {
  height: 100%;
  width: 100%;
  text-align: center;
}
.hover-box p {
  font-family: var(--primary-font);


  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  color: #FFFFFF;
 
}
.mod-down {
  margin-top: 100px;
}
.hover-box {
  background: #7785af;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  overflow: auto;
 display: grid;
}
.hb-sub{
  padding: 35px 18px;
  padding-bottom: 25px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  align-content: center;
  height: 100%;
}

.mod-box a:hover .hover-box {
  opacity: 1;
  visibility: visible;
}
.wp-caption {
  padding: 5px 0;
  border: 1px solid #555;
  background: #444;
  text-align: center;
}

.wp-caption img {
  display: inline;
}

.wp-caption p.wp-caption-text {
  margin: 5px 0 0;
  padding: 0;
  text-align: center;
  font-size: 75%;
  font-weight: 100;
  font-style: italic;
  color: #ddd;
}
.pravicy h2,.pravicy h3 {
  font-weight: 700 !IMPORTANT;
  font-size: 16px !important;
  font-family: var(--primary-font);
}
.pravicy p {
  font-weight: 400 !IMPORTANT;
  font-size: 16px !important;
  font-family: var(--primary-font);
}  

/*  contact css */

.contact-form{
  padding: 100px 0px;
  background: linear-gradient(165.8deg, #2C407A 38.53%, #131D3D 101.16%);
  border-bottom:10px solid #F7B81D ;
}

.con-form-sub-box {
  padding: 30px;
  background: #FFFFFF;
border-radius: 20px;
}
.cf-con{
  max-width: 1020px;
  padding: 0px 15px;
  margin: 0 auto;
}
.cf-head h2{
  font-weight: 600;
font-size: 25px;
line-height: 34px;
color: #212F59;
font-family: var(--primary-font);
}
.cf-head p{
font-family: var(--primary-font);

font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 24px;
color: #575A5F;
}

.cf-head p a {
  color: #F7B81D;
  font-weight: 600;
  text-decoration: underline;
}
.add-box {
  width: calc(56% - 40px);
  background: #FFFFFF;
  border-radius: 20px;
  padding: 42px 30px;
  margin: 0px 20px;
}
.map-box {
  width: calc(44% - 40px);
  margin: 0px 20px;

}
.con-add {
  display: flex;
  flex-wrap: wrap;
  margin: 0px -20px;
  margin-top: 80px;
}
input.wpcf7-form-control.has-spinner.wpcf7-submit.contact-form-btn {
    cursor: pointer;
}
.add-box .meet-info-item {
  display: flex;
  color: #212f59;
  margin-bottom: 20px;
}
.add-box .meet-info-item:last-child{
  margin-bottom: 0;
}
.con-add .meet-info-icon {
  width: 2rem;
  flex-shrink: 0;
  text-align: center;
  margin-right: 2rem;
}
.con-add .meet-info-icon svg path{
  fill: #212f59;
}
.con-add .meet-info-content {
  /* font-size: 1.375rem; */
  font-weight: 400;
  font-size: 22px;
  line-height: 27px;
  color: #1E2C57;
  vertical-align: middle;
}
.con-add .meet-info-content a {
  text-decoration: underline;
}
.map-box img {
  border-radius: 14px;
  height: 221px;
  object-fit: cover;
  width: 100%;
}

.mob-main {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  background-color: var(--text-color);
  overflow-x: hidden;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  padding-top: 60px;
  -webkit-box-shadow: 10px 0 21px -1px #00000061;
          box-shadow: 10px 0 21px -1px #00000061;
}
a.closebtn {
  position: absolute;
  right: 16px;
  top: 14px;
  color: #fff;
  font-size: 35px;
}
ul.hm-mob-des {
  padding: 0px 35px;
}
.mob-main li {
  list-style: none;
  margin-bottom: 10px;
}
.mob-main li a {
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 1px;
  color: #FFFFFF;
}
.contat-main {
    display: flex;
    flex-direction: column;
    row-gap: 15px;
    margin-top: 30px;
}
.contact-field{
  display: flex;
  column-gap: 50px;
}
.field-h {
    width: 50%;
}
.qni-contact input, .qni-contact textarea {
    width: 100%;
    background: #F3F6F6;
    border: none;
    border-radius: 4px;
    padding: 10px 15px 10px 15px;
    outline: none;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
}
.qni-contact textarea {
    height: 150px;
}
.wpcf7-acceptance .wpcf7-list-item {
    margin: 0 !important;
    padding-bottom: 30px;
}
.contact-form-btn {
    display: flex;
    margin: 0 auto;
    background: #F7B81D;
    box-shadow: 4px 4px 10px rgba(36, 52, 102, 0.6);
    border-radius: 4px;
    border: none;
    padding: 15px 20px 15px 20px;
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
    color: #212F59;
}
.wpcf7-acceptance .wpcf7-list-item a {
    color: #F7B81D;
    font-weight: 700;
}
.mobile-nav-menu svg {
    cursor: pointer;
}
.pravicy img {
    margin: 50px 0;
}

.accompagnement-banner:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(https://avocate.headbase.tech/wp-content/uploads/2023/04/trans-Background.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.accompagnement-banner .banner-main {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
}
.accompagnement-banner .banner-main h1 {
    color: #F7B81D;
}
.big-right-img {
    display: flex;
    align-items: stretch;
}
.big-right-img-content {
    padding: 100px;
    display: flex;
    flex-direction: column;
    row-gap: 30px;
    align-items: flex-start;
    background-image: url(https://avocate.headbase.tech/wp-content/uploads/2023/04/Background-behind.jpg);
    justify-content: center;
}
.big-right-img-p {
    display: flex;
    flex-direction: column;
    row-gap: 30px;
}
.big-right-img-p p {
    margin: 0;
    font-size: 24px;
    line-height: 42px;
}
.big-right-img-part {
    width: 100%;
    max-width: 500px;
    min-width: 500px;
}
.big-right-img-part img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.big-right-img-rev {
    flex-direction: row-reverse;
}
.big-right-img-content h2 {
    font-family: var(--primary-font);
}
.enterprise-new {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.enterprise-new .enterprise-sec {
    margin: 0;
    justify-content: space-between;
    max-width: 1200px;
    column-gap: 60px;
}
.enterprise-new .enterprise-sec .enterprise-box {
    flex: 1 1 250px;
    margin: 0;
    row-gap: 40px;
}
.enterprise-new .enterprise-sec .enterprise-box .enterprise-content {
    flex-direction: column;
    row-gap: 20px;
}
.enterprise-new .enterprise-sec .enterprise-box .enterprise-content p {
    margin: 0;
    text-align: justify;
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
}
.enterprise-new ul.enterprise-listing h3 {
    font-weight: 700;
    line-height: 30px;
}
.enterprise-new ul.enterprise-listing h3 span {
    color: #F7B81D;
}
.inner-ul {
    padding: 0px;
}
.inner-ul li {
    display: flex;
    align-items: center;
}
.squre {
    width: 7px;
    height: 7px;
    background: #F7B81D;
}
@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .order-lg-last {
    order: 1;
  }
  .row.no-lg-gap {
    --gutter-x: 0;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .home-customers .container,
  .sec-you-are .container {
    max-width: 1150px;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1360px;
  }
  .col-xxl {
    flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
 
}
@media (max-width: 1399px) {
 
  .site-header .header-wrapper {
    margin: 0;
  }
  .site-header .nav_container ul li:not(:last-child) {
    margin-right: 0;
  }
  .site-header .header-right-wrapper .linkedin-btn:not(:last-child) {
    margin-right: 15px;
  }
  .site-footer .main-footer-menu li:not(:last-child) {
     padding:0px  1rem;

  }
  .site-header .nav_container ul li a {
    padding: 40px 11px;
    font-size: 17px;
    font-weight: 600;
}
.enterprise-box {
  padding: 15px;
}

}

@media (max-width: 1300px){
  .mod-box {
    width: calc(33.33% - 30px);
    margin: 0px 15px;
    min-height: 445px;
}
.mod-flex {
  row-gap: 30px;
}
}
@media (max-width: 1200px) {
  .big-right-img-content {
    padding: 50px;
  }
  .big-right-img-content {
    padding: 30px;
  }
  .big-right-img-p p {
    margin: 0;
    font-size: 18px;
    line-height: 28px;
  }
  .big-right-img-p {
    row-gap: 10px;
  }
  .big-right-img-part {
    width: 100%;
    max-width: 300px;
    min-width: 300px;
    max-height: 800px;
  }
  .big-right-img-content {
    row-gap: 20px;
  }
  .enterprise-new .enterprise-sec {
    column-gap: 30px;
  }
  .enterprise-new .enterprise-sec .enterprise-box ul.enterprise-listing {
    margin: 0;
  }
}
@media (max-width: 1199px) {
  .site-footer {
  
    padding: 2rem 15px 1.5rem 15px;
  }
  .site-header {
    padding: 0px 0px;
  }
  .enterprise-box {
    width: calc(50% - 30px);
  }
  .hover-box p {
    font-size: 17px;
    line-height: 20px;
  }

  .hb-sub{
    padding: 25px 15px;

  
  }
  .site-header .nav_container ul li a {
    padding: 15px 8px;
  }
  .site-header .header-right-wrapper .header-btn {
    font-size: 0.875rem;
  }
  .site-header .nav_container ul li a {
    font-size: 15px;
  }
  .site-footer .footer-wrapper {
    row-gap: 30px;
    justify-content: left;
    padding-left: 20px;
}
.site-footer .main-footer-menu {
  margin-left: -15px;
}

}
@media (max-width: 1024px) {
  .section-padding {
    padding: 50px 0;
}
.contact-form{
  padding: 50px 0;

}
.con-add {
  margin-top: 50px;
}
.modèles-main{
  padding-bottom: 80px;
}
.home-lawyer .home-meet{
  margin-top: 50px;
}
.sec-you-are .you-are-wrapper {
  margin-top: 50px;
}
.sec-you-are .sec-title {
  margin-bottom: 40px;
}
  .banner {
    padding: 200px 0px;
  }
  .enterprise {
    padding: 50px 0px;
  }
  .big-content {
    padding: 60px 0px;
  }
  .enterprise-box {
    border: 5px solid #2C407A;
  }
  .enterprise-box:hover {
    border: 5px solid #F7B81D;
  }
  .big-content-main {
    font-size: 22px;
    line-height: 34px;
    row-gap: 20px;
  }
  .subscrieb {
    padding: 70px 0px;
  }
  .enterprise-top h2 {
    font-size: 34px;
  }
  .subscrieb-main h2 {
    font-size: 34px;
  }
  .process {
    padding: 50px 0px;
  }
  .process-top h2 {
    font-size: 34px;
  }
  .process-main {
    row-gap: 50px;
  }
  h2{
    font-size: 34px;
  }
  .enterprise-new .enterprise-sec .enterprise-box {
    row-gap: 25px;
  }
}
@media (max-width: 991px) {
  .home-customers .owl-customers-slider.owl-theme .owl-dots {
 position: unset;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    margin-top: 40px;
}
span.mobile-nav-menu svg {
  width: 58px;
}
.home-customers .customers-card {
  display: block;
  padding: 2.5rem 2rem;
}
.home-customers .customers-card .customers-images {
  max-width: 100%;
  margin-right: 0rem;
  margin-bottom: 20px;
  width: 100%;
}
.home-customers .customers-card .customers-images img{
  height: 200px;
  object-fit: cover;
}
  .site-header .header-wrapper {
    justify-content: flex-end;
  }
  .site-header{
    padding: 0px 15px;
  }
  span.mobile-nav-menu {
    display: inline-block;
    padding: 15px;
    padding-right: 0;
}
.mod-box {

  width: calc(50% - 30px);
  background-color: #fff;
  min-height: 406px;
}
.mb-img {
  padding: 80px;
}
  
  .site-header .nav_container {
    display: none;
  }
  .row {
    --gutter-y: 30px;
  }
  .banner-right {
    row-gap: 15px;
  }
  .process-box h3 {
    font-size: 20px;
    line-height: 30px;
  }
  .process-icon:after {
    width: 50px;
  }
  .process-icon:before {
    width: 50px;
  }
  .site-footer .footer-wrapper {
    justify-content: center;
    padding-left: 0px;
}
footer#masterfooter{
  text-align: center;
}
.site-footer .main-footer-menu {
  margin-right: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  row-gap: 10px;
}
 .contact-field {
    column-gap: 25px;
  }
  .sub-menu {
    margin-top: 10px;
  }
  .nav-inner-heading a {
    font-weight: 800 !important;
  }
  .mob-main li a {
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 1px;
    color: #FFFFFF;
  }
  .mob-main  ul.sub-menu.active {
    display: block;
  }
  .mob-main  ul.sub-menu {
    display: none;
  }
  .mob-main ul li{
    position: relative;
  }
  .mob-main ul li .dropdown-arrow {
    position: absolute;
    right: 5px;
    top: -3px;
    line-height: 1;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
  } 
  .dropdown-arrow svg {
    fill: #fff;
  }

}
@media (max-width: 768px) {
  .home-banner h1 {
    font-size: 38px;
  }
  h1{
    font-size: 38px;
  }
  .sec-you-are .sec-title {
    margin-bottom: 25px;
  }
  .home-customers .customers-slider {
    margin: 2.125rem 0;
  }
  span.mobile-nav-menu svg {
    width: 50px;
  }
  .add-box {
    width: calc(100%);
    margin-top:30px;
    margin-bottom: 30px;
    margin-left: 0;
    margin-right: 0;
    padding: 30px 20px;
  }
  .home-customers .owl-customers-slider.owl-theme .owl-dots {
    margin-top: 25px;
  }
  .con-add .meet-info-icon {

    margin-right: 1.2rem;
}
  .con-add .meet-info-content{
    font-size: 1.2rem;
  }
  .map-box{
    width: calc(100%);
    margin: 0;
  }
  .con-add{
    margin: 0;
  }
  .enterprise-sec{
    margin: 0;
  }
  .enterprise-box {
    width: calc(100%);
    margin: 0;
}
.site-branding svg {
  width: 64px;
  height: 84px;
}
.home-lawyer .home-meet .meet-left-wrapper h3 {
  margin-bottom: 1rem;
  font-size: 1.7rem;
}
.home-lawyer .home-meet .meet-right-wrapper .meet-info-item:not(:last-child) {
  margin-bottom: 20px;
}
.home-lawyer .home-meet .meet-right-wrapper .meet-info-item .meet-info-content {
  font-size: 1.2rem;
}

.home-banner {
  padding: 120px 0;
}
.meet-left-wrapper {
  margin-bottom: 20px;
}
.home-customers h2 {
  font-size: 23px;
}
  .banner {
    background-position: left;
    position: relative;
  }
  .mb-img {
    padding: 15px;
}
.mb-img img{
  max-width: 150px;
  width: 100%;
}
.mod-box {
  width: calc(100%);
  margin: 0;
}
.site-header {
  padding: 0;
}
  .mod-down {
    margin-top: 60px;
}
  span.mobile-nav-menu {
 
    padding: 0px;
  
}
.mod-heading h1 {
  font-size: 38px;
  line-height: 40px;
}
  .banner-right {
    row-gap: 10px;
    position: absolute;
    right: 20px;
    bottom: 20px;
    background: rgb(33 47 89 / 70%);
    padding: 30px;
    border-radius: 30px;
    backdrop-filter: blur(4px);
  }
  .banner-right h1 {
    font-size: 38px;
    margin-bottom: 0;
  }
  .banner-right p {
    font-size: 16px;
    line-height: 28px;
  }
  .process-bottom {
    width: 100%;
    display: flex;
    row-gap: 60px;
    column-gap: 30px;
    flex-direction: column;
    align-items: flex-start;
  }
  .process-box {
    flex: auto;
    display: flex;
    flex-direction: row;
    row-gap: 30px;
    align-items: center;
    width: 100%;
    column-gap: 30px;
    text-align: left;
  }
  .process-icon:after {
    content: "";
    width: 2px;
    height: 30px;
    background: #1D2A52;
    position: absolute;
    left: 50%;
    top: calc(100% + 15px);
    transform: translateX(-50%);
  }
  .process-box h3 {
    font-size: 20px;
    line-height: 30px;
    width: 100%;
    max-width: 100%;
  }
  .startup-banner {
    background-position: right;
  }
  .startup-banner .banner-right {
    left: 20px;
    right: auto;
  }
  .startup-banner .banner-right h1 {
    color: #fff;
  }
  .site-header .header-right-wrapper .linkedin-btn{
    display: none;
  }
  .field-h {
    width: 100%;
  }
  .contact-field {
    flex-direction: column;
    row-gap: 15px;
  } 
  .accompagnement-banner .banner-main {
    position: absolute;
    z-index: 1;
    display: flex;
    justify-content: center;
    height: 100%;
    bottom: 0px;
    left: 0px;
  }
  .accompagnement-banner .banner-right {
    right: 10px;
    left: auto;
    bottom: 10px;
  }
  .big-right-img {
    flex-wrap: wrap;
  }
  .big-right-img-part {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    max-height: 50vh;
    order: -1;
  }
  .accompagnement-banner {
    background-position: center;
  }
    #masterfooter nav.nav_container {
  width: 100%;
}
}
@media (max-width: 600px) {

  span.mobile-nav-menu svg {
    width: 45px;
  }
  .subscrieb-sec {
    display: flex;
    align-items: center;
    column-gap: 30px;
    margin-top: 25px;
    width: 100%;
    height: 56px;
    border-radius: 15px;
    border: 2px solid #E8E8E8;
    font-size: 16px;
    outline: none;
    background: #fff;
    position: relative;
    overflow: hidden;
  }
  .subscrieb-sec input {
    width: 100%;
    height: 100%;
    border: none;
    padding-left: 15px;
    font-size: 16px;
    outline: none;
  }
  .subscrieb-sec .btn.footer-btn {
    padding: 14px 25px;
    height: 52px;
    background: #202D57;
    color: #fff;
    border-radius: 15px;
    border: 2px solid #202D57;
    transition: 0.3s ease-in-out;
    position: absolute;
    top: 0;
    right: 0;
  }
  .site-footer .main-footer-menu li {
    display: block;
    width: 100%;
    padding: 0;
  }
}
@media (max-width: 550px) {
  .banner-right {
    row-gap: 10px;
    position: absolute;
    right: 10px;
    bottom: 10px;
    padding: 15px;
    border-radius: 20px;
    width: calc(100% - 20px);
  }
  .startup-banner .banner-right {
    left: 10px;
  }
  .home-lawyer .lawyer-wrapper h3 {
    font-size: 26px;
  }
}
@media (max-width: 500px) {
  .big-right-img-content {
    padding: 30px 15px;
  }
}
@media (max-width: 380px) {
  .header-btn {
    padding: 9px !important;
    font-size: 11px !important;
  }
  .site-branding svg {
    width: 55px;
    height: 80px;
  } 
}