
/* @font-face {
  font-family: 'Gilroy';
  src: url('Gilroy-ExtraBold.woff2') format('woff2'),
      url('Gilroy-ExtraBold.woff') format('woff');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
  }
  @font-face {
    font-family: 'Gilroy';
    src: url('Gilroy-Heavy.woff2') format('woff2'),
        url('Gilroy-Heavy.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
  }

*/

@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Black.woff2') format('woff2'),
      url('../fonts/Gilroy-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
} 

@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Bold.woff2') format('woff2'),
      url('../fonts/Gilroy-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-SemiBold.woff2') format('woff2'),
      url('../fonts/Gilroy-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Medium.woff2') format('woff2'),
      url('../fonts/Gilroy-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Regular.woff2') format('woff2'),
      url('../fonts/Gilroy-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Light.woff2') format('woff2'),
      url('../fonts/Gilroy-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-UltraLight.woff2') format('woff2'),
      url('../fonts/Gilroy-UltraLight.woff') format('woff');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Thin.woff2') format('woff2'),
      url('../fonts/Gilroy-Thin.woff') format('woff');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}




:root {
  --golden: #E3AA2E;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  
  font-family: 'Gilroy';
  /* margin: 0; 
	padding: 0;
	 display: flex; 
	flex-direction: column; 
	align-items: center; justify-content: center; 
	min-height: 100vh; 
	background-color: #fff; 
	text-align: center; */
}

.outer_block {
  overflow: hidden;
}

img {
  vertical-align: middle;
  max-width: 100%;
}

a img {
  border: none;
}

a {
  text-decoration: none;
  color: #434343;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

:focus {
  outline: none
}

.wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 1300px;
  padding: 0 20px;
  width: 100%;
}

.clr {
  clear: both;
  float: none;
  display: block;
}

.clr:after,
.afclr:after {
  clear: both;
  float: none;
  display: block;
  content: ""
}

input[type="submit"],
button {
  -webkit-appearance: none
}

select {
  word-wrap: normal
}

::-webkit-input-placeholder {
  color: #000;
}

:-moz-placeholder {
  color: #000;
}

::-moz-placeholder {
  color: #000;
}

.section_outer_main {
  overflow: hidden;
  padding: 70px 0;
}

.logo-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.right-section {
  text-align: right;
  padding-left: 200px;
  display: flex;
  flex-direction: column;
  gap: 116px;
}

.right-section img {
  rotate: 337deg;
  padding-right: 37px;
  padding-top: 48px;
}

.get-updates a {
  background-color: #eb1c24;
  color: #fff;
  padding: 15px 25px;
  text-transform: uppercase;
  margin-top: 20px;
  font-family: Arial;
  font-size: 27px;
  font-weight: 900;
  transition: .3s all ease;
  -webkit-transition: .3s all ease;
  -moz-transition: .3s all ease;
  -ms-transition: .3s all ease;
  -o-transition: .3s all ease;
}

.get-updates a:hover {
  background-color: #000;
}

.footer-logos {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 20px;
  margin-top: 25px;
}

.footer-logos img {
  height: 40px;
}

.footer-logos span {
  font-size: 24px;
  font-weight: 900;
}

.newsletter_outer_box {
  max-width: 788px;
  margin: 0 auto;
  position: relative;
  background-color: #fff;
  z-index: 100;
  padding: 40px;
  display: none;
  width: 100%;
}

.submit_btn {
  padding-top: 30px;
  text-align: center;
  position: relative;
  max-width: 554px;
  margin: 0 auto;
}

.form_block {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.form_block_inner {
  padding: 0 15px;
  width: 50%;
  margin-bottom: 26px;
}

.form_block_full {
  margin-bottom: 26px;
}

.input_boxes {
  width: 100%;
  font-family: Arial;
  font-weight: 300;
  font-size: 16px;
  outline: 0;
  border: 1px solid #a3a3a3;
  padding: 14px 21px 13px 21px;
  line-height: 16px;
  color: #a29d9d;
}

.newsletter_content_in h2 {
  text-align: center;
  font-weight: normal;
  font-family: Arial;
  font-size: 40px;
  margin-bottom: 35px;
}

.submit_btn .site_btn {
  font-size: 20px;
  padding: 17px 40px;
  position: relative;
  border-radius: 0;
  z-index: 2;
  color: #fff;
  background-color: #eb1c24;
  border: none;
  cursor: pointer;
  font-weight: 900;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.submit_btn .site_btn:hover {
  background-color: #000;
}

.check_box_output p, .check_box_output label {
  display: inline-block;
  padding-left: 10px;
  font-size: 16px;
}

.check_box_output {
  display: flex;
}

/* Hide default checkbox */
input[type="checkbox"] {
  appearance: none;
  width: 20px;
  height: 20px;
  border: 2px solid green;
  border-radius: 4px;
  display: inline-block;
  position: relative;
  padding: 9px 9px;
}

/* Checked state with green background */
input[type="checkbox"]:checked {
  background-color: green;
  border-color: green;
}

/* Custom checkmark */
input[type="checkbox"]:checked::after {
  content: "✔";
  color: white;
  font-size: 16px;
  position: absolute;
  left: 3px;
  top: -2px;
}

.parsley-custom-error-message {
  color: red;
}

.loader {
  display: none;
  border: 4px solid #f3f3f3;
  border-top: 4px solid #3498db;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  animation: spin 1s linear infinite;
  margin-left: 10px;
  vertical-align: middle;
  position: absolute;
  right: 150px;
  top: 47px;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.disabled {
  opacity: 0.7;
  pointer-events: none;
}

/* common css  */
.site_button {
  display: inline-block;
  background-color: #EB141C;
  color: #fff;
  padding: 15px 25px;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 700;
  transition: .3s all ease;
  -webkit-transition: .3s all ease;
  -moz-transition: .3s all ease;
  -ms-transition: .3s all ease;
  -o-transition: .3s all ease;
  font-family: inherit;
}

.site_button:hover {
  background-color: #000;
}

.heading_02 h2 {
  text-transform: capitalize;
  color: #000000;
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 50px;
  line-height: 1.2;
}

.heading_03 h3 {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2em;
  color: #000000;
  line-height: 1.5;
}

.paragraph_pra p {
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4em;
      color: #4a4a4a;
}

.paragraph_pra p:last-child {
  padding-bottom: 0;
}

.header_sec {
  padding: 24px 0 24px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
}

.header_sec.active {
  width: 100%;
  height: 100%;
}

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

.header_menu_sec {
  width: 100%;
  text-align: center;
}

.header_btn_sec {
  width: 100%;
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: end;
}

.header_mobile_menu {
  display: none;
  gap: 10px;
  align-items: baseline;
}

.header_menu_title_mobile p {
  text-transform: capitalize;
  color: #000000;
  font-weight: 400;
  font-size: 32px;
  line-height: 1.2;
}

/* menu  */
.nav-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.nav-menu li {
  position: relative;
  display: inline-block;
}

.nav-menu>li {
  margin: 0 20px;
}

.nav-menu>li>a {
  position: relative;
  font-weight: 700;
  color: var(--black);
  font-size: 18px;
  padding: 8px 10px;
  display: block;
  line-height: 1.2em;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  letter-spacing: 1px;
  display: inline-block;
  text-transform: capitalize;
}

.nav-menu .sub-menu ul li,
.nav-menu .sub-menu li {
  background: #ffffff;
}

.nav-menu .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 180px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  z-index: 1000;
  visibility: visible;
  filter: alpha(opacity=0);
  visibility: hidden;
  opacity: 0;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.211764);
  transform: translateY(20px);
}

.nav-menu .sub-menu li {
  background: #ffffff;
  border-left: none;
  padding: 0;
  display: block;
  position: relative;
}

.nav-menu .sub-menu li a {
  text-align: left;
  font-weight: 700;
  color: var(--black);
  font-size: 15px;
  display: block;
  padding: 9px 35px 9px 10px;
  transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.nav-menu .sub-menu li:hover>a {
  background: #e7be6626;
}

.nav-menu .sub-menu ul {
  position: absolute;
  top: 0px;
  left: 100%;
  border-top: 0;
  padding-left: 0px;
  padding-top: 0;
  filter: alpha(opacity=0);
  width: 180px;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translate(40px, 0);
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.211764);
}

.nav-menu .sub-menu li:last-child {
  border-bottom: none;
}

.nav-menu li:hover>.sub-menu {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translateY(0);
}

.nav-menu .sub-menu li:hover ul {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate(0px, 0);
}

.nav-menu .sub-menu ul li:first-child {
  border-top: none;
}

.menu_expand {
  display: none;
  color: #000;
  transition: all 0.2s ease;
  text-decoration: none;
}

.menu_expand i {
  height: 3px;
  background: #000;
  display: block;
  width: 46px;
  border-radius: 5px;
}

.menu_expand i:nth-child(2) {
  margin: 10px 0;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  background-color: rgba(0, 0, 0, 0.8);
  bottom: 0;
  transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
  opacity: 0;
}

.overlay.active {
  z-index: 100;
  opacity: 1;
}

.nav-menu .sub-menu>.menu-item-has-children>a::before {
  position: absolute;
  content: "";
  display: block;
  height: 8px;
  width: 8px;
  right: 12px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  transition: all 0.5s ease-in-out;
  transform: rotate(135deg);
}

.nav-menu>.menu-item-has-children>a {
  padding-right: 20px;
  position: relative;
}

.nav-menu>.menu-item-has-children>a::before {
  position: absolute;
  content: "";
  display: block;
  height: 7px;
  width: 7px;
  right: 6px;
  top: 13px;
  transition: all 0.5s ease-in-out;
  transition: all 0.3s ease;
  border-top: 2px solid #000;
  border-left: 2px solid #000;
  transform: rotate(225deg);
}

.nav-menu>li>a:after {
  content: "";
  opacity: 0;
  visibility: hidden;
  display: block;
  content: "";
  background: url("../images/menu_icon.svg");
  position: absolute;
  top: -1px;
  bottom: 0;
  left: -13px;
  width: 20px;
  height: 20px;
  margin: auto 0;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
}

.nav-menu>li.current-menu-item>a:after {
  visibility: visible;
  opacity: 1;
}

.nav-menu>li:hover>a:after {
  visibility: visible;
  opacity: 1;
}

.cross_button {
  margin-top: 20px;
  display: block;
  text-align: center;
  position: absolute;
  top: 0px;
  right: 20px;
  display: none;
}

.cross_button a {
  font-size: 22px;
  color: #242323;
  cursor: pointer;
  border: 1px solid #242323;
  border-radius: 3px;
  padding: 4px;
  display: inline-block;
  text-align: center;
  width: 35px;
  height: 35px;
  line-height: 1.2;
}

.m_close_icon:before,
.m_close_icon:after {
  display: block;
  content: "";
  position: absolute;
  width: 25px;
  height: 2px;
  background: #000000;
  top: 17px;
  left: 5px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.m_close_icon:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.haeder_mobile_menu_bottom,
.haeder_mobile_menu_top {
  display: none;
}

.expand_plus {
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
  height: 35px;
  padding: 25px 10px 2px;
  cursor: pointer;
  z-index: 100;
  display: none;
}

.expand_plus i {
  display: block;
  position: relative;
  width: 12px;
  height: 10px;
  top: -8px;
}

.expand_plus:after {
  margin-right: -2px;
  transform: translate(-50%, -50%) rotate(-135deg);
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  margin-left: -2px;
  box-sizing: border-box;
  border-top: 2px solid #000;
  border-left: 2px solid #000;
  transform-origin: center;
}

.expand_plus.active:after {
  transform: translate(-50%, -50%) rotate(45deg);
}

.nav_menu_overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: #00000066;
  z-index: 20;
  width: 100%;
  height: 100%;
  display: none;
  opacity: 0;
  visibility: hidden;
}

.nav_menu_overlay.active {
  display: block;
  opacity: 1;
  visibility: visible;
}

.header_mobile_logo {
  max-width: 250px;
  width: 100%;
}

/* banner  */
.banner_sec {
   
  position: relative;
     height: 99vh;
         min-height: 700px;
}

.banner_back_img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.banner_back_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.4;
  object-position: top;
}

.banner_inner {
  position: relative;
     text-align: center;
    
   
}

.banner_img {
  width: 100%;
  max-width: 40%;
}

.banner_img img {
  width: 100%;
  height: auto;
}


.h_banner_overlay {
    position: absolute;
    top: 0px;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 1;
    opacity: .5;
    transition: background .3s, border-radius .3s, opacity .3s;
        height: 100%;
        /* background: linear-gradient(0deg, black 60%, #add8e6 100%); */
     
}
.c-hero__bg img,
.c-hero__bg video {
    width: 100%;
    height: 99vh;
    object-fit: cover;
    background-color: #f3f3f3;
        min-height: 700px;
}
.c-hero__bg img{width: 100%;height: 100%;object-fit: cover;min-height: 700px}

.banner_content_info {
        position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    z-index: 2;
    right: 0;
    /* bottom: 40px; */
    height: 100%;

}

.banner_content_info .wrapper{height: 100%;}
.banner_title h1, .banner_title h2{ font-family: 'Lato'; color: #000000; font-size: 80px; text-transform: capitalize; font-weight: 500; margin: 0 auto;line-height: 1.2;} 
.legal_tech_logo{width: 10%;margin: 0 15px 0 auto;}
 .border_around{ border: 1px solid #000; } 
.legal_tech_inner{width: 100%;} 
.banner_outer{display: flex; flex-direction: column; justify-content: space-between; height: 100%;padding: 30px 0 15px;} 
.site_logo img{ width: 100%;height: auto;} 
.site_logo{width: 15%;margin: 0 auto 0;}
.banner_btn {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}
 

/* about  */
.about_sec {
  padding: 80px 0;
  background: #14131a;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.6rem;
  text-align: center;
  line-height: 1.6;
}
.about_inner {}
.about_title h2 { margin-bottom: 20px; color: #fff;}
.about_content p { font-size: 50px; color: #26252c;font-weight: 600;}
.about_content p span{font-size: inherit;color: inherit;font-weight: inherit;transition: all 0.4s ease;}
.about_content p span.active{color: #fff;}
/* Services */
.service_sec {
  background: #f5f5f5;
  padding: 80px 0;
}

.service_title {
  text-align: center;
}

.service_title h2 {
  margin-bottom: 20px;
}

.service_content {
  text-align: center;
  max-width: 887px;
  margin: 0 auto;
}

.service_content p {
  font-size: 23px;
  color: #786f59;
}

.service_container {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
  row-gap: 30px;
  padding-top: 40px;
  justify-content: center;
}

.service_box_outer {
  padding: 0 15px;
  width: 33.33%;
}

.service_box {
  border-radius: 5px;
  padding: 40px 30px 35px;
  height: 100%;
  background: #ffffff47;
  box-shadow: 0 0 20px #0000001c;
}

.service_box_img img{  filter: grayscale(100%) brightness(1);}

.service_box_img {
  height: 60px;
  width: 100px;
  margin: 0 0 20px;
}

.service_box_img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: left;
}

.service_btn a {
  display: inline-block;
  border: 1px solid var(--golden);
  padding: 15px 25px;
  color: #000;
  margin-top: 40px;
  font-size: 18px;
  font-weight: 700;
  transition: .3s all ease;
  -webkit-transition: .3s all ease;
  -moz-transition: .3s all ease;
  -ms-transition: .3s all ease;
  -o-transition: .3s all ease;
}

.service_btn a:hover {
  background-color: #eb1c24;
  color: #fff;
  border-color: #eb1c24;
}

/* why */
.why_sec {
  padding: 80px 0;
}

.why_title {
  text-align: center;
}

.why_container {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
  row-gap: 30px;
  padding-top: 40px;
  justify-content: center;
}

.why_box_outer {
  padding: 0 15px;
  width: 50%;
}

.why_box {
  border-radius: 5px;
  padding: 35px 30px 35px 35px;
  height: 100%;
  background: #fff;
  box-shadow: 0 0 20px #0000001c;
}

.why_box_title {
  margin-bottom: 10px;
}

.why_box_content {
  overflow: hidden;
  transition: all 0.3s ease;
  position: relative;
  height: 80px;
}

.why_box_content::after {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  height: 90px;
  max-height: 50%;
  content: "";
  display: block;
  background: linear-gradient(#ffffff00 0%, #ffffff82 32%, #ffffff 100%);
}

.why_box_content.expanded:after {
  display: none;
}

.why_box_content p {
  color: #868686;
  padding-bottom: 7px;
}

.why_more_less_btn {
  cursor: pointer;
  padding: 3px 20px 3px 0;
  font-weight: 400;
  margin-top: 20px;
  font-size: 18px;
  color: #000;
  background: url('../images/whycontent_arrow_down_black.svg') no-repeat right;
  background-size: 12px;
  display: inline-block;
}

.why_more_less_btn.active {
  background: url('../images/why_content_arrow_up_black.svg') no-repeat right;
  background-size: 12px;
}




.why_us_section_new{     padding: 80px 0;  background: #14131a; display: flex;  flex-wrap: wrap;}
.why_left_b{ width: 30%;}
.why_left_inner{ text-align: center;     padding: 0 70px;}
.why_heading_icon img{     max-width: 100px;}
.why_left_inner .heading_02 h2{color: #fff;}
.why_heading_icon{     margin-bottom: 31px;}
.why_scroll_effect{ width: 70%; }


/* strategy  */
.strategy_sec {
  padding: 80px 0;
  text-align: center;
  background: #f5f5f5;
  position: relative;
  overflow: hidden;
}

.strategy_back_img {
  width: 15%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: -80px;
}

.strategy_back_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.1;
}

.strategy_back_img2 {
  width: 15%;
  height: 100%;
  position: absolute;
  bottom: 0;
  right: -80px;
  transform: rotate(180deg);
}

.strategy_back_img2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.1;
}

.strategy_title h2 {
  margin-bottom: 20px;
}

.strategy_content p {
  font-size: 23px;
  color: #786f59;
}

/* team  */
.team_sec {
  padding: 80px 0;
  text-align: center;
      background: #14131a;
}

.team_title h2 {
  margin-bottom: 40px;
  color: #fff;
}

.team_container {
  display: flex;
  flex-wrap: wrap;
  
  row-gap: 30px;
  justify-content: center;
  margin: 0 -15px;
      padding-top: 10px;
}

.team_box_outer {
  width: 33.33%;
  padding: 0 15px;
}

.team_box {
  width: 100%;
  height: 100%;
 background: #f0e0bd;
  box-shadow: 0 0 20px #0000001c;
  padding: 25px 25px 45px 25px;
  border-radius: 5px;
}

/* .team_box_img {
  width: 85%;
  margin: 0 auto 40px;
} */

.team_box_img img {
  width: 100%;
  aspect-ratio: 1/1;
   height: 100%;
    object-fit: cover;
    object-position: top;
}

.team_box_name h3 {
      font-size: 22px;
    margin-bottom: 0;
    line-height: 1.2;
}

.team_box_post p {
  font-size: 20px;
}


.flip-box {
  width: 100%;
     perspective: 420px;
    height: 420vh;
    min-height: 420px;
    max-height: 420px;
    transform-style: preserve-3d;
    perspective: 1000px;
}

.flip-box-inner {
  width: 100%;
  height: 100%;
  position: relative;
  transform-style: preserve-3d;
  transition: transform 0.9s cubic-bezier(.23, 1, .32, 1);
}

.flip-box:hover .flip-box-inner {
  transform: rotateY(180deg);
}

.flip-box-front,
.flip-box-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  display: flex;
 
  font-weight: bold;
  color: #fff;
  /* Pull each face slightly forward in Z so you can see “thickness” */
  transform: translateZ(2px);
  box-shadow: 0 4px 6px rgba(0,0,0,0.15);
  transform-style: preserve-3d;
}

.flip-box-front {
  background-color: #5e5e5e;
    transform: translateZ(2px);
    border-bottom: 20px solid #EB141C;
    flex-direction: column;
}

.flip-box-back {
  background-color: transparent;
    background-image: radial-gradient(at bottom center, #475c66 0%, #1A191A 80%);
  /* Back face must be rotated first, then pulled forward */
  transform: rotateY(180deg) translateZ(2px);
      padding: 28px 10px 28px 20px;
          flex-direction: column;
}

/* Optional: add a slight highlight/shadow difference on hover */
.flip-box:hover .flip-box-front {
  box-shadow: 0 8px 12px rgba(0,0,0,0.2);
}
.flip-box:hover .flip-box-back {
  box-shadow: 0 8px 12px rgba(0,0,0,0.2);
}

.back_layer{      height: 100%;
    overflow-y: auto;     padding-right: 10px;     display: flex;
    flex-direction: column;
    justify-content: center;
    transform: translateZ(90px) scale(.91);
  }

/* width */
.back_layer::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.back_layer::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
.back_layer::-webkit-scrollbar-thumb {
  background: #888; 
}

/* Handle on hover */
.back_layer::-webkit-scrollbar-thumb:hover {
  background: #555; 
}

.team_box_name {         padding: 10px 15px;
    position: absolute;
    bottom: 15px;
    background: #ffffffad;
    display: block;
    width: 100%;
    transform: translateZ(90px) scale(.91);
  }
 

.back_layer h4{     font-size: 20px;
    margin-bottom: 15px;}

.back_layer p{ color: #fff;     line-height: 1.5em; font-size: 16px;}


/* Testimonials  */
.testimonials_sec {
  padding: 80px 0;
  background: #f5f5f582;
  text-align: center;
}

.testimonials_title h2 {
  margin-bottom: 15px;
}

.testimonials_container {
  position: relative;
  padding: 0 120px;
}

.testimonials_box {
  position: relative;
  padding: 10px 50px 15px 70px;
}

.testimonials_box::after {
  position: absolute;
  content: "";
  background-image: url('../images/testimonial_blacknew_icon.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  top: 0;
  left: 0;
  height: 45px;
  width: 45px;
}

.testimonials_box::before {
  position: absolute;
  content: "";
  background-image: url('../images/testimonial_blacknew_icon.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  transform: rotate(180deg);
  right: 0;
  height: 45px;
  width: 45px;
}

.testimonials_box_content p {
  font-size: 20px;
}

.testimonials_box_title h3 {
  margin: 20px 0 5px;
  font-size: 20px;
}

.testimonials_post p {
  font-size: 18px;
}

.testimonials_swiper {
  width: 100%;
}

.testimonials_swiper_next,
.testimonials_swiper_prev {
  border: 1px solid #000000;
  border-radius: 100%;
  width: 56px;
  height: 56px;
  font-weight: 600;
}

.testimonials_swiper_next {
  right: 0;
}

.testimonials_swiper_prev {
  left: 0;
}

.testimonials_swiper_next::after,
.testimonials_swiper_prev::after {
  color: #000;
  font-size: 17px;
}

/* slider  */
.slider_sec {
  padding: 24px 0;
  overflow: hidden;
  background: #000;
}

.slider_box {
  display: flex;
  gap: calc(var(--gap) / 2);
}

.slider_box_inner {
  white-space: nowrap;
  margin-right: 80px;
  display: flex;
  gap: 80px;
}

.slider_box_inner h3 {
  font-size: 26px;
  color: #ffffff;
  font-weight: 400;
  line-height: 1.2;
}

/* footer  */
.footer_sec {
  padding: 40px 0 20px;
}

.footer_img {
  padding: 0 0 30px;
}

.footer_copyright_sec_text {
  text-align: center;
  font-size: 14px;
}

.footer_sec .footer-logos {
  justify-content: center;
  margin-top: 0;
}

.footer_sec .footer-logos img {
  height: 80px;
  object-fit: contain;
}

/* common banner  */
.common_banner_sec {
  padding: 42px 0 42px;
  position: relative;
  background-image: linear-gradient(180deg, #df9800, #855b0182);
}

.common_banner_back_img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.common_banner_back_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.4;
  object-position: top;
}

/* contact pg  */
.contact_pg_form_sec {
  padding: 80px 0 80px;
}

.contact_pg_form_inner {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}

.contact_pg_form_box .newsletter_content_in h2 {
  margin-bottom: 30px;
}

.contact_pg_form_box {
  position: relative;
  z-index: 1;
}

/* contact banner  */
.page_title_section {
  position: relative;
  overflow: hidden;
}

.page_title_section img {
  width: 100%;
  max-height: 300px;
  object-fit: cover;
}

.page_title_section_inner {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.page_title_section_inner:after {
  left: 0;
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #0000007a;
  top: 0;
}

.full_height {
  height: 100%;
}



.page_title_section_text {
  width: 100%;
  height: 100%;
  display: table;
  margin: auto;
}



.txt_inn {
  display: table-cell;
  vertical-align: middle;
  padding: 0;
}

.content_top_entry h1 {
  text-transform: capitalize;
  color: #ffffff;
  font-weight: 400;
  font-size: 56px;
  line-height: 1.2;
}

.page_title_section_text .txt_inn h1 {
  text-align: center;
  position: relative;
  z-index: 2;
  margin: 0;
}

/* new service page  */
.service_new_sec{background: #fff;padding: 150px 0;}
.service_new_inner{display: flex;}
.service_new_sec_left{width: 50%; padding-right: 100px;}
.service_new_sec_left_inner{position: sticky;top: 40%;padding-top: 20%;}
 
.service_new_sec_content{padding-top: 15px;}
.service_new_sec_content p{font-size: 22px;}
.service_new_sec_right{width: 50%;display: flex;flex-wrap: wrap;flex-direction: column;gap: 100px;}
.service_new_sec_box{width: 100%;min-height: 500px; position: sticky;top: 100px; background: #f5f5f5;     border-radius: 10px }

.service_new_sec_box:nth-child(even) {
  background: #000;
}

.service_new_sec_box:nth-child(odd) {
  background: #f5f5f5;
}

.service_new_sec_box:nth-child(even) {
  background: #000;
}

.service_new_sec_box:nth-child(even) .service_new_sec_box_title h3{  color: #fff;}
.service_new_sec_box:nth-child(even) .service_new_sec_box_title p{  color: #fff;}




/* .service_new_sec_box:nth-child(1){background: #f5f0f8;}
.service_new_sec_box:nth-child(2){background: #c6e8ff;}
.service_new_sec_box:nth-child(3){background: #ddffc1;}
.service_new_sec_box:nth-child(4){background: #48d1cc;}
.service_new_sec_box:nth-child(5){background: #8c47d1;}
.service_new_sec_box:nth-child(6){background: #d14747;} */


.service_new_sec_box_title{padding: 25px 40px;}
.service_new_sec_box_title h3{     font-size: 25px;   margin-bottom: 20px;     color: #000000;}
.service_new_inner_b{ display: flex;    flex-wrap: wrap;   height: 100%;}
.service_image_block{     display: flex;  padding-left: 75px;}
.service_image_block img{ width: 100%;
    border: 11px solid #fff;
    border-bottom: 0;
    border-right: 0; }



.why_new_sec{position: relative;height: 100vh;width: 100%;overflow: hidden;background: #000;}
.why_new_back_img{position: absolute;width: 100%;height: 100%;top: 0;left: 0;display: none;}
.why_new_back_img img{width: 100%;height: 100%;object-fit: cover;}
.why_new_inner{position: relative;display: flex;width: 100%;height: 100%;}
.why_new_left{width: 33%; background: #000;display: flex;justify-content: center;align-items: center;}
.why_new_left_img{max-width: 270px;margin: auto;margin-bottom: 35px;}
.why_new_left_title h2{color: #fff;font-size: 70px;}
.why_new_right{width: 67%; overflow: hidden;position: relative;}
.why_new_right_inner{display: flex;height: 100%;gap: 15%;}
.why_new_right_inner::-webkit-scrollbar{display: none;}
.why_new_box{background: #ffffff;width: 67vw;min-width: 67vw;display: flex;}
.why_new_box_left{width: 50%;}
.why_new_box_img{width: 100%;height: 100%;}
.why_new_box_img img{width: 100%;height: 100%;object-fit: cover;}
.why_new_box_right{width: 50%;display: flex;align-items: center;}
.why_new_box_right_inner{padding: 10%;}
.why_new_box_title h3{font-size: 32px;margin-bottom: 20px;}
.why_new_box_content p{font-size: 22px;}
.team_box_img{width: 100%;height: 100%;}


.about_mob_mob_sec{padding: 55px 0 65px;text-align: center;display: none;background: #f5f5f5;}
.about_mob_title h2{margin-bottom: 20px;}
.about_mob_content p{font-size: 23px;}
.why_new_sec_mobile{display: none;}
.footer-logos .f_footer_logo_span{color: #E4BE61;font-size: 28px;}
.profile_social_media_icons{display: flex;margin-top: 20px; justify-content: center;}
.profile_social_media_icons a{ display: inline-block;}
.profile_social_media_icons svg{ width: 40px;}

/* Make first block sticky */
.service_new_sec_box:first-child {
  opacity: 1 !important;
}

/* Hide others by default */
.service_new_sec_box:not(:first-child) {
  opacity: 0;
  transition: opacity 0.5s ease;
}
.service_new_sec_box.active {
  opacity: 1;
  z-index: 1;
}
.mobile_why_new_right_inner{ display: none; position: relative;}
.testimonials_swiper_prev.why_us_swiper_prev{left: 5px;top: 30%;}
.testimonials_swiper_next.why_us_swiper_next{right:5px;top: 30%;}
.testimonials_swiper_next.why_us_swiper_next::after, .testimonials_swiper_prev.why_us_swiper_prev::after {
    color: #ffffff;
}
.testimonials_swiper_next.why_us_swiper_next, .testimonials_swiper_prev.why_us_swiper_prev{ border: 1px solid #ffffff;}
.first_banner_title span{ display: block;}


/* error/404 page  */
.error_sec{text-align: center;padding: 60px 0;}
.error_inner{}
.error_img{
  width: 85%;
  max-width: 700px;
  margin: 0 auto;
}
.error_img img{width: 100%;object-fit: contain;}
.error_content{}
.error_content p{
  color: #4a4a4a;
  font-size: 20px;
  font-weight: 600;
  padding: 0 0 30px 0;
}
.error_btn{}
.error_btn a{}

/* search  */
.search_part_content .page-title{font-weight: 600;}
.search_part_content article{padding: 15px 0; border-bottom: 1px solid #ececec;}
.search_part_content h2 a{font-size: 20px; display: inline-block; margin-bottom: 10px; color: #000000; font-weight: 700;}
.search_part_content p{ color: #4a4a4a; font-size: 16px; font-weight: 500; line-height: 1.4em;}
.search_part_content img{display: none;}
.search_part_content .pagination svg path{fill: #000000;}
.search_part_content .nav-prev-text,
.search_part_content .nav-next-text{display: none;}
.search_part_content .pagination .nav-links{display: flex; gap: 10px;}
.search_part_content .pagination{padding: 40px 0 0 0;}
.search_part_content .pagination .page-numbers.current{color: #000000; font-weight: 500;}
.search_part_content .no-results .search-form label{display: none;}
.search_part_content .no-results .search-form{margin: 30px 0; display: inline-block; display: flex; width: 80%;max-width: 700px;}
.search_part_content .no-results .search-form .search-submit{ cursor: pointer; background-color: #EB141C; color: #fff; padding: 10px 25px; text-transform: uppercase; font-weight: 800; border: none;}
.search_part_content .no-results .search-form .search-field{padding: 0 10px; width: 100%;border: 1px solid #000;}
.search_part_content .no-results .search-form input{outline: 0;}
.search_part_content {padding: 50px 0 60px 0;}
.search_part_content .no-results {padding: 30px 0 0 0;}


.fancybox__backdrop{background: #1e1e1ee6;}
.h_inner_ban_logo_img img{ max-width: 240px !important; }
.h_inner_page_header_inner{display: flex; align-items: center;}
.h_header_logo_in img{    max-width: 150px;}
.h_inner_page_header_sec{padding: 10px 0;  background: #f1f1f1;}
.h_header_menu_in{display: flex; flex-direction: column; justify-content: center; align-items: center; width: 100%;}

@media screen and (max-width: 1500px) {
.about_content p{font-size: 40px;}
.why_new_box_title h3{font-size: 26px;}
.why_new_box_content p {font-size: 18px;}
.why_new_left_img{max-width: 110px;margin-bottom: 25px;}
.why_new_left_title h2 {font-size: 50px;}
.site_logo{width: 22%;}
.legal_tech_logo{width: 12%;}
.banner_title h1, .banner_title h2{font-size: 70px;}
}

@media screen and (max-width: 1250px) {
  .right-section {
    padding-left: 100px;
    gap: 100px;
  }

  .get-updates a {
    font-size: 20px;
  }

  .strategy_content p,
  .service_content p {
    font-size: 20px;
  }

  .heading_02 h2 {
    font-size: 48px;
  }

  .heading_03 h3 {
    font-size: 20px;
  }

  .banner_btn a {
    font-size: 22px;
  }

  .site_button {
    font-size: 18px;
  }

  .why_container,
  .service_container {
    margin: 0 -10px;
    row-gap: 20px;
  }

  .why_box_outer,
  .service_box_outer {
    padding: 0 10px;
  }

  .service_btn a {
    margin-top: 30px;
  }

  .strategy_back_img2,
  .strategy_back_img {
    width: 20%;
  }

  .team_box_post p {
    font-size: 17px;
  }

  .footer_sec .footer-logos img {
    height: 60px;
  }

  .slider_box_inner h3 {
    font-size: 22px;
  }

  .content_top_entry h1 {
    font-size: 48px;
  }

  .banner_sec {
    
    min-height: 600px;
}

.c-hero__bg img,
.c-hero__bg video {
    
    min-height: 600px;
}

.banner_btn {
    margin-top: 20px;
   
}
.why_new_box_title h3{font-size: 22px;}
.why_new_box_content p {font-size: 16px;}
}

@media screen and (max-width: 992px) {
  .footer-logos img {
    height: 34px;
  }

  .right-section {
    padding-left: 75px;
    gap: 78px;
  }

  .get-updates a {
    font-size: 18px;
    padding: 10px 16px;
  }

  .right-section img {
    padding-right: 30px;
    padding-top: 10px;
  }

  .form_block_inner {
    padding: 0 8px;
    margin-bottom: 18px;
  }

  .form_block_full {
    margin-bottom: 18px;
  }

  .form_block {
    margin: 0 -8px;
  }

  .menu_expand {
    display: inline-block;
  }

  .nav_menu_container {
    display: block;
    position: fixed;
    top: 0;
    left: -220px;
    bottom: 0;
    z-index: 100;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 0;
    visibility: hidden;
    overflow-y: auto;
    text-align: left;
    margin-right: 0px;
    background: #ffffff;
    width: 100%;
    padding: 20px 20px 45px 0;
    max-width: 600px;
  }

  .nav_menu_container.state-active {
    clear: both;
    left: 0;
    opacity: 1;
    visibility: visible;
  }

  .header_sec.active .nav_menu_container {
    padding: 0;
  }

  .haeder_mobile_menu_top {
    display: inline-block;
    width: 100%;
    padding-left: 20px;
  }

  .expand_plus,
  .cross_button {
    display: block;
  }

  .nav-menu {
    padding: 50px 0 20px;
  }

  .nav-menu li {
    width: 100%;
    padding: 0;
    margin: 0;
  }

  .nav-menu a {
    width: 100%;
  }

  .nav-menu .sub-menu li:hover>a {
    background: none;
  }

  .nav-menu .sub-menu li {
    border: none;
  }

  .nav-menu .sub-menu>.menu-item-has-children>a::before,
  .nav-menu>.menu-item-has-children>a::before,
  .nav-menu>li>a:after {
    display: none;
  }

  .nav-menu>li.current-menu-item>a,
  .nav-menu .sub-menu li a,
  .nav-menu>li>a {
    padding: 8px 20px;
    font-size: 16px;
    text-transform: capitalize;
    line-height: 1.2em;
  }

  .nav-menu .sub-menu li ul,
  .nav-menu .sub-menu {
    padding-left: 20px;
    width: auto;
    position: relative;
    display: none;
    visibility: visible;
    opacity: 1;
    box-shadow: none;
    left: 0;
    transform: translate(0, 0);
    top: 0;
    transition: none;
  }

  .header_mobile_menu {
    display: flex;
  }

  .header_btn_sec {
    gap: 20px;
  }

  .banner_img {
    max-width: 50%;
  }

  .banner_btn a {
    font-size: 18px;
  }

  .about_sec {
    padding: 50px 0 60px;
  }

  .service_box_outer {
    width: 50%;
  }

  .service_sec {
    padding: 50px 0 70px;
  }

  .why_sec {
    padding: 50px 0 70px;
  }

  .strategy_sec {
    padding: 50px 0 60px;
  }

  .team_sec {
    padding: 40px 0 70px;
  }

  .team_container {
    max-width: 700px;
    margin: 0 auto;
    width: 100%;
    row-gap: 20px;
  }

  .team_box_outer {
    padding: 0 10px;
    width: 50%;
  }

  
 
  .strategy_content p,
  .service_content p {
    font-size: 18px;
  }

  .site_button {
    font-size: 16px;
    padding: 13px 23px;
  }

  .service_btn a {
    padding: 13px 20px;
  }

  .testimonials_container {
    padding: 0 55px;
  }

  .testimonials_box::before,
  .testimonials_box::after {
    height: 30px;
    width: 30px;
  }

  .testimonials_box {
    padding: 10px 35px 15px 40px;
  }

  .testimonials_swiper_next,
  .testimonials_swiper_prev {
    width: 45px;
    height: 45px;
  }

  .testimonials_box_content p {
    font-size: 18px;
  }

  .heading_03 h3 {
    font-size: 18px;
  }

  .testimonials_sec {
    padding: 50px 0 55px;
  }

  .footer_sec .footer-logos img {
    height: 50px;
  }

  .paragraph_pra p {
    font-size: 14px;
    line-height: 1.4em;
  }

  .header_sec {
    padding: 25px 0 25px;
  }

  .contact_pg_form_left {
    width: 36%;
  }

  .contact_pg_form_right {
    width: 64%;
  }

  /* .contact_pg_form_box .newsletter_content_in h2, */
  /* .contact_pg_form_left_title h2{font-size: 36px;} */
  .contact_pg_form_sec {
    padding: 60px 0 70px;
  }

  .page_title_section img {
    min-height: 220px;
    object-fit: cover;
    max-height: 220px;
  }

  .banner_title h1, .banner_title h2 {
        font-size: 56px;
        
    }
        .banner_sec {
        min-height: 530px;
    }

        .c-hero__bg img,
        .c-hero__bg video {
        min-height: 530px;
    }
    .about_content p{font-size: 34px;}
    .service_new_sec_left{padding-right: 38px;}
    .heading_02 h2{font-size: 40px;}
    .service_new_sec_content p {font-size: 18px;}
    .service_new_sec_box_title{padding: 30px;}
    .service_image_block{padding-left: 30px;}
    .why_new_inner{flex-wrap: wrap;}
    .why_new_box{width: 100%;min-width: 100%;}
    .why_new_right,
    .why_new_left{width: 100%;}
    .why_new_left{padding: 20px;}
    .why_new_box_title h3 {font-size: 22px;}
    .why_new_sec_mobile{display: block;}
    .why_new_left_desktop{display: none;}
    .legal_tech_logo {width: 15%;}
    .site_logo{width: 30%;}
}

@media screen and (max-width: 767px) {
  .logo-section {
    flex-direction: column;
    text-align: center;
  }

  .right-section {
    text-align: center;
    margin-top: 50px;
    gap: 50px;
    padding-left: 0;
  }

  .right-section img {
    rotate: 0deg;
    padding: 0;
  }

  .newsletter_content_in h2 {
    font-size: 28px;
    margin-bottom: 23px;
  }

  .form_block_inner {
    width: 100%;
  }

  .input_boxes {
    padding: 14px 17px 13px 17px;
  }

  .newsletter_outer_box {
    padding: 28px;
  }

  .loader {
    right: 76px;
  }

  

  .banner_inner {
    flex-wrap: wrap;
    flex-direction: column;
  }

  .banner_img {
    max-width: 75%;
  }

  .about_inner {
    flex-wrap: wrap;
  }

  .about_left {
    width: 100%;
  }

  .about_right {
    width: 100%;
  }

  .about_left {
    display: none;
  }

  .about_title {
    text-align: center;
  }

  .about_img_mobile {
    display: block;
    padding: 15px 0 20px 15px;
    max-width: 387px;
    margin: 0 auto;
  }

  .service_title h2 {
    margin-bottom: 10px;
  }

  .why_container {
    margin: 0;
    padding-top: 20px;
  }

  .why_box_outer {
    width: 100%;
    padding: 0;
  }

  .service_box {
    padding: 25px 20px 25px;
  }

  .team_container {
    max-width: 100%;
  }

  .team_box {
    padding: 20px 15px 30px 15px;
  }

  .team_box_img {
    margin: 0 auto 25px;
  }

  .testimonials_swiper_prev {
    bottom: 0;
    top: auto;
    left: 37%;
  }

  .testimonials_swiper_next {
    bottom: 0;
    top: auto;
    right: 37%;
  }

  .testimonials_container {
    padding: 0 0 60px;
  }

  .footer_sec .footer-logos img {
    height: 38px;
  }

  .about_btn {
    text-align: center;
  }

  .heading_02 h2 {
    font-size: 30px;
  }

  .strategy_back_img2,
  .strategy_back_img {
    width: 160px;
  }

  .contact_pg_form_left {
    width: 100%;
  }

  .contact_pg_form_right {
    width: 100%;
  }

  .content_top_entry h1 {
    font-size: 42px;
  }

  .page_title_section img {
    min-height: 150px;
  }

  .banner_title h1, .banner_title h2 {
        font-size: 43px;
    }

    .site_logo {
      width: 60%;
      max-width: 200px;
}
.banner_outer {
        padding: 20px 0 15px;
    }

        .banner_sec {
        min-height: 450px;
    }

        .c-hero__bg img,
        .c-hero__bg video {
        min-height: 450px;
    }
    .about_content p {font-size: 28px;}
    .service_new_inner{flex-wrap: wrap;gap: 30px;}
    .service_new_sec_right,
    .service_new_sec_left{width: 100%;}
    .service_new_sec_content p {font-size: 16px;  }
  .service_new_sec_content {padding-top: 5px;}
  .service_new_sec_left_inner{padding-top: 0;}
  .service_new_sec{padding: 80px 0;}
  .service_new_sec_box{top: 60px;}
  .why_new_box{flex-wrap: wrap;display: inline-block;}
  .why_new_box_left{width: 100%;height: 240px;}
  .why_new_box_right{width: 100%;}
  .why_new_box_right_inner{padding: 5%;}
  .why_new_box_title h3{margin-bottom: 10px;}
  .why_new_box_content p{font-size: 14px;}
  .why_new_left_img{max-width: 90px;margin-bottom: 10px;}
  .why_new_left{padding: 70px 10px 10px;}
  .flip-box{min-height: 340px;max-height: 340px}
  .why_new_right_inner{gap: 10%;}
  .team_box_name{bottom: 10px;}
  .about_mob_mob_sec{display: block;}
  .about_sec{display: none;}
  .service_new_sec_box_title h3{font-size: 20px;}
  .why_new_inner{padding: 20px 0 0;}
  .back_layer h4{font-size: 18px;}
  .back_layer{padding-right: 0;}
  .flip-box-back{padding: 10px 15px 10px 15px;}
  .banner_btn a{font-size: 16px;}
  .legal_tech_logo{width: 100%;max-width: 110px;}
  .site_button{padding: 11px 13px;}
  .error_sec{padding: 60px 0 45px;}
  .error_content p{font-size: 18px;padding: 20px 0 30px 0;}
  .search_part_content h2 a{font-size: 18px;}
}

@media screen and (max-width: 600px) {
  .team_box_outer{width: 100%;padding: 0;max-width: 350px;}

  .service_new_sec_box{min-height: 300px; position: relative;}
  .service_new_sec_right{gap: 50px;}
  .service_new_sec_box {
        top: 0;
    }
    .service_new_sec {
        padding: 40px 0;
    }
    .why_new_right_inner {
      overflow-x: auto;
      display: flex;
      flex-direction: column;
    }
    .why_new_sec { height: auto;}
    .why_new_box {
        padding-bottom: 30px;
    }
    .service_new_sec_box:not(:first-child) {
      opacity: 1;
    }
    .footer-logos .f_footer_logo_span {
        font-size: 15px;
    }
    [data-aos^=fade][data-aos^=fade]
    {
        opacity: 1 !important; transform: none !important;
    }
    .desktop_why_new_right_inner{ display: none;}
    .mobile_why_new_right_inner{ display: block;background: #fff;}
    .why_new_inner {
        padding: 0;
    }


  }

@media screen and (max-width: 479px) {
  .section_outer_main {
    padding: 30px 0;
  }

  .footer-logos img {
    height: 30px;
  }

  .footer-logos span {
    font-size: 18px;
  }

  .banner_img {
    max-width: 90%;
  }

  .about_btn {
    text-align: left;
  }

  .about_sec {
    padding: 55px 0 65px;
  }

  .service_sec {
    padding: 60px 0 70px;
  }

  .why_sec {
    padding: 55px 0 70px;
  }

  .strategy_sec {
    padding: 55px 0 60px;
  }

  .team_sec {
    padding: 55px 0 70px;
  }

  .testimonials_sec {
    padding: 60px 0 60px;
  }

  .service_container {
    margin: 0;
  }

  .service_box_outer {
    padding: 0;
    width: 100%;
  }

  .service_container {
    padding-top: 30px;
  }

  .heading_02 h2 {
    font-size: 28px;
  }

  .team_container {
    margin: 0;
  }
  .team_title h2 {
    margin-bottom: 25px;
  }

  .team_box_name h3 {
    font-size: 20px;
  }

  .testimonials_swiper_next {
    right: 34%;
  }

  .testimonials_swiper_prev {
    left: 34%;
  }

  .testimonials_box::before,
  .testimonials_box::after {
    height: 25px;
    width: 25px;
  }

  .testimonials_box {
    padding: 10px 30px 15px 30px;
  }

  .testimonials_box_title h3 {
    font-size: 16px;
  }

  .slider_sec {
    padding: 16px 0;
  }

  .slider_box_inner h3 {
    font-size: 18px;
  }

  .service_btn a {
    font-size: 16px;
    padding: 11px 20px;
  }

  .why_box {
    padding: 23px 20px 25px 20px;
  }

  .footer_img {
    padding: 0 0 15px;
  }

  .footer_sec {
    padding: 20px 0 20px;
  }

  .content_top_entry h1 {
    font-size: 38px;
  }

      .site_logo {
        width: 46%;
    }
    .banner_title h1, .banner_title h2  {
        font-size: 34px;
    }
    .banner_sec {
        min-height: 520px;
                height: 70vh;
    }
        .c-hero__bg img,
        .c-hero__bg video {
        min-height: 520px;
        height: 70vh;
    }
    .about_content p {font-size: 24px;}
    .banner_btn a{width: 80%;}
    .service_new_sec_left {
        padding-right: 0;
    }
    .service_new_sec_left_inner .heading_02{ text-align: center;}
    .service_new_sec_left_inner .heading_02 h2{text-align: center;}
    .about_mob_title.heading_02 h2, .service_new_sec_left_inner .heading_02 h2, .why_new_left_title.heading_02 h2, .strategy_title.heading_02 h2, .team_title.heading_02 h2{position: relative; display: inline-block;}
    .about_mob_title.heading_02 h2:after, .service_new_sec_left_inner .heading_02 h2:after, .why_new_left_title.heading_02 h2:after, .strategy_title.heading_02 h2:after, .team_title.heading_02 h2:after{
        position: absolute;
        content: "";
        bottom: -3px;
        left: 0;
        width: 70px;
        height: 5px;
        background: #eb141c;
    }
    .why_new_left_title {padding-bottom: 25px;}
    .error_img{width: 95%;}
    .error_content p{font-size: 16px;}
    .search_part_content .no-results .search-form{width: 100%;}
    .search_part_content .page-title{font-size: 24px;}
    .h_header_logo_in img {
        max-width: 100px;
    }

}
