@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
/* GLOBAL STYLES
font-family: 'Roboto', sans-serif;
-------------------------------------------------- */



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

@font-face {
  font-family: 'ITC Avant Garde Gothic Std Extra';
  src: local('ITC Avant Garde Gothic Std Extra Light'), local('ITCAvantGardeStd-XLt'),
    url('../fonts/ITCAvantGardeStd/ITCAvantGardeStd-XLt.woff2') format('woff2'),
    url('../fonts/ITCAvantGardeStd/ITCAvantGardeStd-XLt.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'GT America Expanded';
  src: url('../fonts/GTAmerica/GTAmerica-ExpandedRegular.woff2') format('woff2'),
    url('../fonts/GTAmerica/GTAmerica-ExpandedRegular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'GT America Expanded';
  src: url('../fonts/GTAmerica/GTAmerica-ExpandedMedium.woff2') format('woff2'),
    url('../fonts/GTAmerica/GTAmerica-ExpandedMedium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'ITC Avant Garde Gothic Std';
  src: local('ITC Avant Garde Gothic Std Bold'), local('ITCAvantGardeStd-Bold'),
    url('../fonts/ITCAvantGardeStd/ITCAvantGardeStd-Bold.woff2') format('woff2'),
    url('../fonts/ITCAvantGardeStd/ITCAvantGardeStd-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'ITC Avant Garde Gothic Std Book';
  src: url('../fonts/ITCAvantGardeStd/ITCAvantGardeStd-Bk.eot');
  src: url('../fonts/ITCAvantGardeStd/ITCAvantGardeStd-Bk.eot?#iefix') format('embedded-opentype'),
    url('../fonts/ITCAvantGardeStd/ITCAvantGardeStd-Bk.woff2') format('woff2'),
    url('../fonts/ITCAvantGardeStd/ITCAvantGardeStd-Bk.woff') format('woff'),
    url('../fonts/ITCAvantGardeStd/ITCAvantGardeStd-Bk.ttf') format('truetype'),
    url('../fonts/ITCAvantGardeStd/ITCAvantGardeStd-Bk.svg#ITCAvantGardeStd-Bk') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

#wpadminbar{
  z-index: 99999999 !important;
}

body {
  font-size: 0.875rem;;
  font-family: 'ITC Avant Garde Gothic Std Book';
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  letter-spacing: 0.06em;
  line-height: 1.4375rem;
  overflow-x: hidden !important;
}

.sticky-menu-header{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  -moz-transition: background-color .6s;
  -ms-transition:background-color .6s;
  -o-transition: background-color .6s;
  -webkit-transition:background-color .6s;
  transition:background-color .6s;
  z-index: 99999;
}

.scroll-menu{

  background-color: rgb(21, 25, 51);
}

#logoScrollShow{
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  -moz-transition: opacity .6s;
  -ms-transition:opacity .6s;
  -o-transition: opacity .6s;
  -webkit-transition:opacity .6s;
  transition:opacity .6s;
}

#logoScrollHide{
  opacity: 1;
}

#logoScrollShow.show{
  opacity: 1;
}

#logoScrollHide.hide{
  opacity: 0;
}

#socialScroll svg path{
  -moz-transition: fill .6s;
  -ms-transition:fill .6s;
  -o-transition: fill .6s;
  -webkit-transition:fill .6s;
  transition:fill .6s;
}


#socialScroll.scroll-social svg path{
  fill: white;
}

#btn-header{
  -moz-transition: background-color .6s;
  -ms-transition:background-color .6s;
  -o-transition: background-color .6s;
  -webkit-transition:background-color .6s;
  transition:background-color .6s;
}

#btn-header.scroll-menu-button{
  background-color: white !important;
}

#btn-header.scroll-menu-button svg rect {
  fill: #0C102A !important;
}

.site-main{
  padding-top: 72px;
}


.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl, .adjust-header-margin{
  padding-left: 50px !important;
  padding-right: 50px !important;
}

.adjust-header-margin{
  padding-left: 50px !important;
  padding-right: 50px !important;
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

:root {
  --fontfamily-primary: 'ITC Avant Garde Gothic Std Book';
  --fontfamily-GT-America-400: 'GT America Expanded';
  --fontfamily-ITC-Avant-bold: 'ITC Avant Garde Gothic Std';
  --fontfamily-Canela: 'Canela';
  --fontfamily-GT-America-500: 'GT America Expanded';
  --fontfamily-05: "CenturyGothicStd";
  --fontfamily-06: "DidotLTStd-Italic";

  --font-weight-300: 300;
  --font-weight-400: 400;
  --font-weight-500: 500;
  --font-weight-600: 600;
  --font-weight-700: 700;
  --font-weight-800: 800;
  --font-weight-900: 900;


  --size-62: 3.875rem;
  --size-48: 3rem;
  --size-45: 2.8125rem;
  --size-41: 2.5625rem;
  --size-32: 2rem;
  --size-26: 1.625rem;
  --size-24: 1.5rem;
  --size-18: 1.125rem;
  --size-14: 0.875rem;
  --size-13: 0.8rem;
  --size-12: 0.75rem;
  --size-10: 0.625rem;
  --size-8: 0.55rem;
  --size-31: 1.9375rem;

  --size-35: 2.1875rem;
  --size-30: 1.875rem;
  --size-28: 1.75rem;
  --size-25: 1.5625rem;
  --size-23: 1.4375rem;
  --size-22: 1.375rem;
  --size-19: 1.1875rem;

  --size-17: 1.0625rem;
  --size-16: 1rem;
  --size-15: 0.9375rem;

  --size-11: 0.6875rem;

  --primary-color: #251D17;
  --secondary-color: #E4032F;
  --blue-color: #002171;
  --darkblue-color: #151933;
  --white-color: #fff;
  --offwhite-color: #F9F9F9;
  --darkgray-color: #C4C4C4;
  --offwhitelight-color: #E5E5E5;
  --black-color: #0C102A;
  --darkblack-color: #0C0F2A;
}



b, strong{
  display: inline-block;
}

a:hover {
  color: currentColor;
}

h1,
.h1 {
  font-weight: 500;
  font-family: 'Canela';
}

h2 a {
  text-decoration: none;
  color: black;
}

.primary-color {
  color: #251D17;
}

.secondary-color {
  color: #E4032F;
}

.blue-color {
  color: #002171;
}

.darkblue-color {
  color: #151933;
}

.white-color {
  color: #fff;
}

.black-color {
  color: #0C102A;
}

.bg-primary {
  background-color: #251D17;
}

.bg-secondary {
  background-color: #E4032F;
}

.bg-blue {
  background-color: #002171;
}

.bg-darkbluelight {
  /* background-color: var(--darkbluelight-color); */
}

.bg-darkblue {
  background-color: #151933;
}

.bg-white {
  background-color: #fff;
}

.bg-offwhite {
  background-color: #F9F9F9;
}

.bg-black {
  background-color: #0C102A;
}

.bg-darkblack {
  background-color: #0C0F2A;
}


.color-primary {
  color: #251D17;
}

.color-secondary {
  color: #E4032F;
}

.color-blue {
  color: #002171;
}

.color-darkblue {
  color: #151933;
}

.color-white {
  color: #fff;
}

.color-offwhitelight {
  color: #E5E5E5;
}

.lineh-15{
  line-height: 15px;
}

.lineh-20px{
  line-height: 20px;
}

hr.hr-style-01 {
  background-color: currentColor;
  height: 1px;
  opacity: 1;
  display: inline-block;
}




.fontfamily-primary {
  font-family: 'ITC Avant Garde Gothic Std Book';
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
}

.fontF-canela {
  font-family: 'Canela';
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
}

.fontF-ITC-Avant-bold {
  font-family: 'ITC Avant Garde Gothic Std';
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
}


.fontF-GTAmerica-400 {
  font-family: 'GT America Expanded';
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
}

.fontF-GT-America-500 {
  font-family: 'GT America Expanded';
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
}


.secondary-color {
  color: #E4032F;
}

.blue-color {
  color: #002171;
}

.darkblue-color {
  color: #151933;
}

.white-color {
  color: #fff;
}

.heading-style-01 {
  font-size: 3.875rem;
  line-height: 3.875rem;
  letter-spacing: 0.03em;
}

.heading-style-02 {
  font-size: 1.125rem;
  line-height: 1.625rem;
  letter-spacing: 0.06em;
}

.font-8 {
  font-size: 0.55rem;
}

.font-10 {
  font-size: 0.625rem;
}

.font-12 {
  font-size: 0.75rem;
}

.font-13 {
  font-size: 0.8rem;
}

.font-14 {
  font-size: 0.875rem;
}

.font-18 {
  font-size: 1.125rem;
}

.font-22 {
  font-size: 1.375rem;
}

.font-24 {
  font-size: 1.5rem;
}

.font-48 {
  font-size: 3rem;
}

.font-62 {
  font-size: 3.875rem;
}


.lineh-23 {
  line-height: 1.4375rem;
}

.lineh-26 {
  line-height: 1.2rem;
}

.lineh-26 {
  line-height: 1.625rem;
}

.lineh-32 {
  line-height: 2rem;
}

.lineh-45 {
  line-height: 2.8125rem;
}

.lineh-62 {
  line-height: 3.875rem;
}

.letters-01em {
  letter-spacing: 0.1em;
}

.letters-03em {
  letter-spacing: 0.03em;
}

.letters-04em {
  letter-spacing: 0.04em;
}

.letters-06em {
  letter-spacing: 0.06em;
}

.letters-1px {
  letter-spacing: 1px;
}

.letters-1.5px {
  letter-spacing: 1.5px;
}

.borderR-35 {
  border-radius: 35px;
}

.borderR-200 {
  border-radius: 200px;
}

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

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

.fw-100 {
  /* font-weight: var(--font-weight-100); */
}

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

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

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

.px-2-1 {
  padding-right: 0.7rem !important;
  padding-left: 0.7rem !important;
}

.valign--5px svg {
  vertical-align: -5px;
}

.valign--6px svg {
  vertical-align: -6px;
}

.fw-bold {
  font-weight: 700 !important;
  font-family: 'ITC Avant Garde Gothic Std';
  display: inline;
}

.color-black {
  color: black;
}

.menu-style-01 {}

.menu-style-01 li a {
  font-family: 'Canela';
  font-size: 49px;
  line-height: 81px;
  letter-spacing: 0.03em;
  color: #FFFFFF;
  text-decoration: none;
  font-weight: normal;
}

.menu-style-01 li a::before {
  content: "";
  background-color: #E4032F;
  width: 9px;
  height: 9px;
  border-radius: 100%;
  display: inline-block;
  top: -12px;
  position: relative;
  margin-right: 15px;
  visibility: hidden;
}

.menu-style-01 li a.active::before,
.menu-style-01 li a:hover::before {
  visibility: visible;
}

.language-link {
  border-bottom: 1px solid transparent;
  padding-bottom: 7px;
}

.language-link.active,
.language-link:hover {
  border-bottom: 1px solid #E4032F;
  color: #E4032F;
}

.menu-wrap {
  overflow-y: auto;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999999;
  top: 0;
  
}

.h-160 {
  height: 160px;
}

/******$i$*******index css start*******$i$*********/



/******$i$*******header section css start*******$i$*********/


.menu-btn {
  width: 40px;
  height: 40px;
}

.menu-btn span {
  width: 15px;
  height: 1px;
}

.banner-wrap {
  background: url(../images/banner-01-bg.jpg) no-repeat center top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  min-height: 600px;
  margin-top: -145px;
  padding-top: 170px;
}

.h-100vh {
  min-height: 100vh;
  height: 100px;
}

.banner-con {
  min-height: 100vh;
  height: 100px;
}

.menu-btn.bg-black svg rect {
  fill: #fff;
}

.social-icon.socialbg-transparent svg path,
.social-icon.socialbg-transparent svg circle {
  fill: #000;
}

.menu-menu-principal-container ul, 
.menu-menu-principal-fr-container ul {
  padding-left: 0;
  list-style: none;
}

.menu-menu-principal-container li a,
.menu-menu-principal-fr-container li a {
  font-family: 'Canela';
  font-size: 49px;
  line-height: 81px;
  letter-spacing: 0.03em;
  color: #FFFFFF;
  text-decoration: none;
  font-weight: normal;
  position: relative;
}

.menu-menu-principal-container li a::before,
.menu-menu-principal-fr-container li a::before {
  content: "";
  background-color: #E4032F;
  width: 9px;
  height: 9px;
  border-radius: 100%;
  display: inline-block;
  top: 32%;
  left: -20px;
  position: absolute;
  margin-right: 15px;
  visibility: hidden;
}

.menu-menu-principal-container li.current_page_item a::before,
.menu-menu-principal-fr-container li.current_page_item a::before,
.menu-menu-principal-container li a:hover::before,
.menu-menu-principal-fr-container li a:hover::before {
  visibility: visible;
}


.menu-menu-principal-container li:hover ul,
.menu-menu-principal-fr-container li:hover ul {
  display: block;
  max-height: 300px;
}



.menu-menu-principal-container li ul,
.menu-menu-principal-fr-container li ul {
  overflow: hidden;
  max-height: 0;
  -webkit-transition: all 0.8s ease-out;
  -moz-transition: all 0.8s ease-out;
  -ms-transition: all 0.8s ease-out;
  -o-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
}

.menu-menu-principal-container li ul a,
.menu-menu-principal-fr-container li ul a {
  font-size: 30px;
  padding-left: 20px;
  display: block;
  line-height: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.menu-menu-principal-container li ul a::before,
.menu-menu-principal-fr-container li ul a::before {
  top: 23px;
  left: 0;
}

/******$i$*******header section css end*******$i$*********/

.icon-style-01 {
  min-height: 86px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.icon-style-03 {
  left: -25%;
  top: 80px;
}

.binary-bg-rtop {
  background-image: url(../images/binary-bg.png);
  background-repeat: no-repeat;
  background-position: top right;
}

.svg-top-right {
  position: absolute;
  right: -50px;
  top: -20px;
}

.svg-middle-left {
  position: absolute;
  left: -93px;
  top: 50%;
}

.big-img-style-01 {
  position: relative;
  margin-top: -150px;
  z-index: -1;
}

.teamsmall-left-style-01 {
  position: relative;
  top: -120px;
}


.top-minus150 {
  margin-top: -180px;
  padding-bottom: 100px;
}

.mt-minus130 {
  margin-top: -130px;
}

.years-list {
  font-family: 'ITC Avant Garde Gothic Std';
  font-size: 1.375rem;
  line-height: 2.5625rem;
  font-weight: bold;
}

.years-list li {
  list-style: none;
}

.years-list li a {
  text-decoration: none;
  color: #fff;
}

.years-list li a::before {
  background-image: url(../images/arrow-right.png);
  width: 19px;
  height: 22px;
  content: "";
  display: inline-block;
  margin-right: 81px;
  vertical-align: middle;
  visibility: hidden;
  margin-top: -10px;
}

.years-list li a.active::before {
  visibility: visible;
}

.over-hidden {
  overflow: hidden;
}

.img-adjust-hp-absolute{
  margin: auto;
}

/******$i$*******index css end*******$i$*********/

/******$i$*******contactus css start*******$i$*********/

.form-control-style-01 {
  background-color: transparent;
  border: none;
  color: #fff;
  border-bottom: 1px solid #fff;
  padding: 0;
  font-family: 'GT America Expanded';
  text-transform: uppercase;
  font-size: 0.75rem;
  line-height: 1.625rem;
  letter-spacing: 0.1em;
  border-radius: 0;
}

.form-label-style-01 {
  font-family: 'GT America Expanded';
  text-transform: uppercase;
  font-size: 0.75rem;
  line-height: 1.625rem;
}

.form-control-style-01::placeholder {
  color: #fff;
}

.form-control-style-01:focus {
  color: #fff;
  background-color: transparent;
  border-color: inherit;
  outline: 0;
  box-shadow: none;
}

.form-control-textarea-01 {
  font-family: 'ITC Avant Garde Gothic Std Book';
  border: 1px solid #FFFFFF;
  width: 100%;
  height: 198px;
  padding: 16px 19px;
  font-size: 0.875rem;
  line-height: 1.4375rem;
  letter-spacing: 0.06em;
  text-transform: initial;
}



.bg-after-50:after {
  background-color: #151933;
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 54%;
  z-index: -1;
}

.bg-after-50-white:after {
  background-color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 40%;
}

.cu-dot {
  margin-top: -80px;
  margin-right: 100px;
}

.mt-minus50 {
  margin-top: -50px;
}

.mt-minus50-02 {
  margin-top: -50px;
}



/******$i$*******contactus css end*******$i$*********/

/******$i$*******aboutus css start*******$i$*********/

.w-90px {
  width: 90px;
}

.au-mobile-dot {
  display: none;
}

.au-bigimg-style-01 {}

.blue-area-style {
  transform: translateY(-50%);
  position: relative !important;
}

.image-move-top {
  margin-top: -29%;
}

/******$i$*******aboutus css end*******$i$*********/

/******$i$*******careers css start*******$i$*********/

.zindex-2 {
  z-index: 2;
}

/******$i$*******careers css end*******$i$*********/


/******$i$*******policy css start*******$i$*********/

.policy-container h3{
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.625rem;
  font-size: 0.75rem;
  font-family: 'GT America Expanded';
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  text-transform: uppercase!important;
  padding-bottom: 1rem!important;
}

/******$i$*******policy css end*******$i$*********/


/******$i$*******services css start*******$i$*********/

.small-circle {
  width: 76px;
  height: 76px;
}

.big-circle {
  width: 150px;
  height: 150px;
}

.bg-7590 {
  background-repeat: no-repeat;
  background-position: center;
}

.bg-75 {
  background-image: url(../images/75.png);
}

.bg-90 {
  background-image: url(../images/95.png);
}

.big-img-minus {
  margin-top: -20% !important;
}

.small-img-minus {
  margin-top: -450px;
}

.services-mobile-dot {
  display: block;
  position: absolute;
  left: 0;
  top: 30%;
}

.client-carousel {}

.client-carousel.owl-carousel .owl-item img {
  width: auto;
  display: inline-block;
}

.client-carousel.owl-carousel .owl-nav {
  position: absolute;
  width: calc(100% + (288px));
  left: -144px;
  top: 35%;
}

.client-carousel.owl-carousel .owl-nav button {
  background-repeat: no-repeat;
  background-position: center;
  width: 27px;
  height: 48px;
  background-size: contain;
}

.client-carousel.owl-carousel .owl-nav button span {
  visibility: hidden;
}

.client-carousel.owl-carousel .owl-nav button.owl-prev {
  background-image: url(../images/arrow-left.svg);
}

.client-carousel.owl-carousel .owl-nav button.owl-next {
  background-image: url(../images/arrow-right.svg);
  float: right;
}

.client-carousel.owl-carousel .owl-dots {
  text-align: center;
  margin-top: 90px;
}

.client-carousel.owl-carousel button.owl-dot {
  width: 39px;
  height: 3px;
  background-color: #C4C4C4;
  margin: 0 15px;
}


.client-carousel.owl-carousel button.owl-dot.active {
  background-color: #E4032F;
}

.mw-190 {
  max-width: 190px;
}

.mw-320 {
  max-width: 320px;
}



/******$i$*******services css end*******$i$*********/

/******$i$*******Post css start*******$i$*********/

#ak-post-content h2 {
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.625rem;
  font-size: 0.75rem;
  font-family: 'GT America Expanded';
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  text-transform: uppercase !important;
  margin-top: .5rem !important;
}

#ak-post-content p,
#akb-single-comment p {
  letter-spacing: 0.06em;
  line-height: 1.4375rem;
  font-size: 0.875rem;
  font-family: 'ITC Avant Garde Gothic Std Book';
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  word-wrap: break-word;
}

#ak-post-content strong {
  font-weight: 700 !important;
  font-family: 'ITC Avant Garde Gothic Std';
}

#akb-single-comment .btn {
  font-size: 0.6rem;
  letter-spacing: 0.06em;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  text-transform: capitalize;
  font-family: 'ITC Avant Garde Gothic Std Book';
  padding: 2px 14px !important;
}

.single-post .comment-reply-title,
.single-post #comments h4 {
  font-weight: 500;
  line-height: 1.625rem;
  font-size: 0.75rem;
  font-family: 'GT America Expanded';
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  text-transform: uppercase!important;
  margin-bottom: 1rem!important;
}

.single-post #comments > h4, .single-post #comments > .comment-list, #bb-comment-form #comments,#bb-comment-form .commentlist{
  display: none;
}


.single-post #submit{
  display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  border-radius: 100px;
  line-height: 133.8%;
  transition: all .25s ease-in-out;
  line-height: 26px;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 1px;
  font-family: 'GT America Expanded';
  font-size: 0.75rem;
  padding-top: 1rem!important;
  padding-bottom: 1rem!important;
  padding-right: 3rem!important;
  padding-left: 3rem!important;
  color: #fff;
    background-color: #212529;
    border-color: #212529;
}


.single-post #comment{
  display: block;
  width: 100%;
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  height: 160px;
  min-height: calc(1.5em + .75rem + 2px);
}

.comment-form-author input, .comment-form-email input{
  display: block;
  width: 100%;
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;

}

.single-post .commentlist{
  padding: 0;
}

.single-post .commentlist, .single-post .commentlist ul{
  list-style: none;
}

.comment-body{
  background-color: #F9F9F9;
  padding: 3rem!important;
  border-radius: 35px;
  margin-bottom: 30px;
}

.category-show-mob{
  height: 35px;
  width: 35px;
  line-height: 35px;
  padding: 0 !important;
  display: none;
  
}

/******$i$*******Post css end*******$i$*********/

/******$i$*******Location css start*******$i$*********/

.row-location p{
  margin-bottom: 0 !important;
}


/******$i$*******Location css end*******$i$*********/

/******$i$*******other css end*******$i$*********/

.blockMsg {
  left: 0 !important;
  bottom: 0 !important;
  right: 0 !important;
  width: 100% !important;
  z-index: 999999999 !important;
  background-color: red !important;
  color: white !important;
  top: auto !important;
}

/******$i$*******other css end*******$i$*********/


/******$i$*******pixel adjustment css start*******$i$*********/
.adjust-px-1{
  padding-bottom: 17px !important;
}

.adjust-px-2{
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  vertical-align: top !important;
}

.adjust-px-3{
  margin-top: -2px;
}

.adjust-px-4{
  padding: 0 !important;
  margin: 0 !important;
  width: 230px;
  height: 50px;
  line-height: 50px !important;
}

.adjust-px-4-careers{
  padding: 0 !important;
  margin: 0 !important;
  width: 185px;
  height: 50px;
  line-height: 50px !important;
}

.adjust-px-4-blog{
  padding: 0 !important;
  margin: 0 !important;
  width: 185px;
  height: 50px;
  line-height: 50px !important;
  font-weight: 500 !important;
}

.single-post #submit{
  padding: 0 !important;
  margin: 0 !important;
  width: 230px;
  height: 50px;
  line-height: 50px !important;
  font-weight: 500 !important;
}

.adjust-px-5{
  position: relative;
  right: -100px;
  bottom: 80px;
}

.adjust-px-6{
  padding-top: 70px;
}

.adjust-px-7{
  padding-top: 77px;
  padding-bottom: 77px;
}



.adjust-px-12 ul{
  list-style: none;
}
.adjust-px-12 ul li::before {
    content: ".";
    position: absolute;
    left: 20px;
    font-size: 30px;
    margin-top: -8px;
}

.adjust-px-14{
  padding-left: 25px;
  padding-right: 25px;
}

.adjust-px-15{
  padding-left: 103px !important;
  padding-right: 73px !important;
}

.adjust-service-dot-red{
  width: 28px;
  height: 28px;
  background: #E4032F;
  border-radius: 50%;
}


.adjust-px-16{
  position: relative;
  left: -40px;
}

.adjust-px-19{
  padding-left: 80px !important;
  padding-right: 80px !important;
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

.page-id-10 .wpcf7-text{
  margin-bottom: 32px;
}

.wpcf7-form p, .page-id-10 .wpcf7-form .your-subject{
  margin-bottom: 0 !important;
}

.wpcf7 .ajax-loader{
  position: absolute;
}

.adjust-px-20{
  padding-left: 80px !important;
  padding-right: 80px !important;
}

.adjust-px-21{
  padding-left: 70px !important;
  padding-right: 70px !important;
}

.adjust-px-22{
  padding-left: 110px !important;
  padding-right: 110px !important;
}

.img-contact-bg{
  max-width: 320px;
  height: 385px;
  background-size: 320px 385px;
  background-repeat: no-repeat;
  background-position: 0 0;
  border-radius: 15px;
}

.img-contact-bg-right{
  max-width: 452px;
  height: 388px;
  background-size: 452px 388px;
  background-repeat: no-repeat;
  background-position: 0 0;
  border-radius: 15px;
}

.adjust-px-24{
  margin-bottom: 30px;
}

.adjust-px-25{
  margin-bottom: 10px;
}

.adjust-px-26{
  padding-left: 100px !important;
  padding-right: 100px !important;
}

.adjust-px-menu{
  padding-left: 110px !important;
  padding-right: 110px !important;
}

.adjust-btn-careers-margin{
  margin-left: 28px !important;
}

.adjust-title-postion{
  position: relative;
  bottom: 3px;
}

.bg-lastest-news{
  height: 480px;
  background-size:cover; 
  background-repeat: no-repeat;
  background-position: center center;
}

.bg-lastest-news-2{
  height: 400px;
  background-size:cover; 
  background-repeat: no-repeat;
  background-position: center center;
}

.bg-lastest-news-3{
  height: 680px;
  background-size:cover; 
  background-repeat: no-repeat;
  background-position: center center;
}

.wpcf7-not-valid-tip{
  color: black !important;
  padding-bottom: 17px;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output{
  border-color: black !important;
}

.powered-bb p{
  margin-bottom: 0 !important;
}

.fixed-bottom-mob{
  position: absolute;
  opacity: 0;
  -webkit-transition: .6s;
  -ms-transition: .6s;
  -o-transition: .6s;
  -moz-transition: .6s;
  transition: .6s;
}

.fixed-bottom-mob-show{
  opacity: 1;
}

.img-wall-menu{
  min-width: 640px;
  margin-left: -21%;
}

.adjust-px-copyright{
  width: 50%;
}

#block-orientation{
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: auto;
  display: none;
  z-index: 99999999999;
  background: url("/wp-content/themes/akabi-bb/images/menu-ouvert-eng.svg") no-repeat center center; 
  background-size: 100%;
}

#block-orientation.change-orientation-landscape{
  display: block;
}

.adjust-strong-content-career strong{
  display: inline !important;
}


.adjust-px-leverage-padding{
  padding-bottom: 150px;
}

.img-header-adjust img{
  border-radius: 30px;
}

.adjust-img-blog img{
  max-width: 100% !important;
  height: auto !important;
}

.adjust-service-client-height{
  height: 350px;
}

/******$i$*******pixel adjustment css end*******$i$*********/

@media (min-width: 1400px) and (max-height: 716px) {
  .img-header-adjust img{
    width: 85% !important;
  }
}


@media (max-width: 1400px) {

  .img-wall-menu{
    min-width: 560px;
    margin-left: -25%;
  }

  .adjust-px-30{
    position: relative;
    left: 50px;
  }

  .years-list{
    margin-left: 0 !important;
  }

  .text-end-ipad{
    text-align: right !important;
  }

}

@media (max-width: 1300px) {

  .menu-menu-principal-container li a,
  .menu-menu-principal-fr-container li a{
    font-size: 40px;
    line-height: 60px;
  }

  .menu-menu-principal-container li ul a,
  .menu-menu-principal-fr-container li ul a{
    font-size: 25px;
    line-height: 30px;
  }

  .img-header-adjust{
    width: 50% !important;
  }

  
  .adjust-px-copyright{
    width: 75%;
  }

  .adjust-container-ourcompany{
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .w-80-1300{
    width: 80%;
  }

  .adjust-btn-careers-margin {
      margin-left: 2% !important;
  }

  .adjust-px-careers-quality{
    bottom: 50px;
  }

  .ms-adjust-px-blog{
    margin-left: 1% !important;
  }

  .ms-adjust-px-blog-2{
    margin-left: 5px !important;
    position: relative;
    bottom: 1px;
  }

  .adjust-px-23-2{
    padding-left: 0;
  }

  .adjust-px-service-title-pc{
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

}

@media (max-width: 1024px) {
  .img-wall-menu {
      min-width: 400px;
      margin-left: -22%;
  }
  .px-adjust-ipad{
    padding: 0 !important;
  }

  .years-list{
    padding-left: 0;
  }

  .years-list li a::before{
    position: relative;
    left: 30px;
  }
  .blue-area-style{
    margin-bottom: -100px;
  }

  .adjust-px-our-company-1{
    margin-left: 0 !important;
  }

  .adjust-px-service-title-ipad{
    margin-right: 0 !important;
    margin-left: 0 !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .adjust-px-15{
    padding-left: 60px !important;
  }

  .adjust-px-14{
    padding-left: 0;
    padding-right: 0;
  }
  
  .adjust-img-service img{
    width: 100%;
  }
  .small-img-minus{
    margin-top: -400px;
  }
  .d-none-ipad{
    display: none !important;
  }

  .adjust-px-service-small-img{
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .adjust-px-17{
    padding-top: 70px;
  }

  .adjust-service-client-height{
    height: 200px;
  }


}

  /* For ipad portrait layouts only */
@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait) {
  .banner-wrap{
    padding-top: 250px;
  }
  .banner-con{
    min-height: 60vh;
  }

  .adjust-px-9-mob{
    padding-top: 50%;
  }

  .container-adjust-ipad-portrait, .adjust-px-30{
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .binary-bg-rtop{
    background-image: unset;
  }

  .adjust-padding-ipad{
    padding-left: 14.5%;
    padding-right: 14.5%;
  }

  .adjust-padding-ipad-2{
    padding-left: 7%;
    padding-right: 7%;
  }

  .adjust-position-img-ipad{
    display: block !important;
    text-align: right !important;
  }

  .img-wall-adjust-ipad{
    position: relative;
    left: -21%;
  }
  .adjust-mx-ipad{
    max-width: unset !important;
  }

  .adjust-position-img-ipad img{
    position: relative;
    top: 100px;
  }

  .img-dnone-ipad{
    display: none;
  }

  .adjust-location-img-ipad{
    width: 150px;
  }

  .adjust-strong-ipad strong{
    display: inline !important;
  }

  .adjust-position-img-ipad{
    position: absolute;
    right: -15%;
  }

  .au-mobile-dot{
    left: -11% !important;
  }

  .container, .container-md, .container-sm{
    max-width: 768px;
  }

  .blue-area-style{
    transform: translateY(-40%) !important;
    margin-bottom: -140px !important;
  }

  .adjust-container-ourcompany-ipad-portrait{
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .adjust-px-12 ul{
    position: relative;
  }

  .adjust-px-12 ul li::before{
    left: 0;
  }
  .adjust-px-ipad-mx{
    margin: 2%;
  }

  .image-move-top{
    width: 80%;
  }

  .adjust-margin-ipad-warehouse{
    margin-left: 0.8%;
    margin-right: 0.8%;
  }

  .adjust-px-25{
    margin-bottom: 40px;
  }

  .site-main{
    padding-top: 95px;
  }

  .adjust-px-ipad-career-1{
    position: relative;
    left:-5px
  }
  
  .adjust-px-ipad-career-2{
    position: relative;
    left: 10px
  }
  
  .mw-320-career-ipad-px{
    max-width: 482px;
  }

  .mw-320-career-ipad-px-2{
    max-width: 557px;
  }

  .adjust-px-3-liberation-ipad{
    padding-left: 10px;
    padding-right: 10px;
  }

  .adjust-px-3-france-ipad{
    padding-left: 15px;
    padding-right: 15px;
  }

  .pr-adjust-career-ipad{
    padding-right: 32px !important;
  }

  .adjust-position-career-img-ipad{
    position: relative;
    left: 4px;
  }


}



@media (min-width: 992px) {
  .icon-style-02 {
    position: relative;
    bottom: 45px;
    left: 70px;
  }

}



@media only screen and (max-width: 992px) {

  .adjust-px-17{
    padding-top: 0;
  }

  .w-80-1300{
    width: 100%;
  }

  .adjust-px-careers-quality{
    bottom: 0;
  }

  .about-stick-mob {
    position: absolute;
    right: 20px;
    top: -46px;
  }

  .adjust-px-copyright{
    width: 100%;
  }

  .img-wall-menu{
    min-width: unset;
    margin-left: 0;
  }

  .adjust-px-30{
    position: relative;
    left: 0;
  }

  .about-stick-mob svg {
    width: 35px;
  }

  .au-mobile-dot {
    display: block;
    position: absolute;
    left: -8px;
    bottom: 30%;
  }

  .blue-area-style {
    z-index: -1;
    transform: translateY(-30%);
    position: relative !important;
    margin-bottom: 30px;
  }

  .blue-area-style .borderR-35 {
    border-radius: 0;
  }

  .pt-50 {
    padding-top: 30% !important;
  }

  .dots-mobile-pos {
    position: absolute;
    right: 20px;
    top: 26px;
  }

  .image-move-top {
    margin-top: -60%;
  }

  .mt-minus50-02 {
    margin-top: 50px;
  }

  .carrer-icon-small {
    position: absolute;
    left: 20%;
    bottom: -20px;
  }


  .client-carousel.owl-carousel .owl-nav button {
    width: 13px;
    height: 24px;
  }

  .client-carousel.owl-carousel .owl-nav {
    width: calc(100% + (70px));
    left: -35px;
  }


  .client-carousel.owl-carousel .owl-dots {
    margin-top: 40px;
  }

  .top-minus150 {
    top: 0;
    margin-top: -70px;
    margin-bottom: 50px;
  }

  .borderR-mob-15 {
    border-radius: 15px;
  }


}

@media only screen and (max-width: 768px) {
  .overflow-x-hidden-mob{
    overflow-x: hidden;
  }

}




@media only screen and (max-width: 767px) {


  .menu-style-01 li a {
    font-size: 24px;
    line-height: 48px;
  }

  .menu-menu-principal-container li a,
  .menu-menu-principal-fr-container li a {
    font-size: 24px;
    line-height: 48px;
  }

  .menu-menu-principal-container li ul a,
  .menu-menu-principal-fr-container li ul a {
    font-size: 20px;
    line-height: 25px;
    padding-left: 20px;
  }

  .heading-style-01 {
    font-size: 1.9375rem;
    line-height: 1.9375rem;
  }

  .banner-con {
    min-height: auto;
    height: auto;
  }

  .banner-wrap {}

  .heading-style-02 {
    font-size: 0.875rem;
    line-height: 1.1875rem;
  }

  .font-62 {
    font-size: 1.9375rem;
  }

  .lineh-62 {
    line-height: 1.9375rem;
  }


  .binary-bg-rtop {
    background-image: url(../images/binary-bg-mob.png);
  }

  .svg-top-right {
    right: auto;
    top: -19px;
    left: 92%;
  }

  .svg-middle-left {
    left: -40px;
  }

  .svg-middle-left svg {
    width: 15px;
  }

  .font-24 {
    font-size: 0.875rem;
  }

  .lineh-45 {
    line-height: 1.5625rem;
  }

  .years-list {
    display: flex;
    margin: 20px;
    padding: 0;
    font-size: 0.625rem;
    width: 100%;
  }

  .years-list li {
    width: 100%;
  }

  .years-list li a::before {
    position: absolute;
    transform: rotate(90deg);
    width: 6px;
    height: 6px;
    background-size: 100% auto;
    left: 49.5%;
  }

  .big-img-style-01 {
    margin-top: -70px;
  }

  .teamsmall-left-style-01 {
    top: -30px;
    left: 20px;
    width: 64px;
  }

  .small-icon-mob {
    width: 80px;
    margin-top: 45px;
  }

  .teamsmall-right-style-01 {
    top: -47px;
    left: 0;
    position: relative;
    width: 64px;
  }

  .mt-minus130 {
    margin-top: 78px;
    margin-left: 40px;
  }

  .mt-minus130 svg {
    width: 35px;
  }



  .mob-small svg {
    width: 21px;
  }

  .small-img-minus {
    margin-top: -130%;
  }


  .menu-style-01 li a::before {
    top: -4px;
  }

  .mob-small-icon {
    width: 70%;
  }

  .mob-logo-icon {
    width: 66px;
  }

}

@media only screen and (max-width: 576px) {
  .top-minus150 {
    top: 0;
    margin-top: -139px;
    margin-bottom: 0;
    padding-bottom: 70px;
  }

  .mw-240 {
    max-width: 240px;
    margin: 0 auto;
  }

  .mw-380 {
    max-width: 280px;
    margin: 0 auto;
  }

  .menu-btn-box {
    position: absolute;
    top: 20px;
    left: 20px;
  }

  .img-logo-mobile {
    width: 120px !important
  }

  .hp-client-box {
    border-radius: 15px !important;
  }

  .pt-mob-120 {
    padding-top: 120px;
  }

  .lineh-mob-1 {
    line-height: 1rem !important;
  }

  .icon-style-01 svg {
    height: 50px;
    width: 50px;
  }

  .icon-style-04 {
    position: absolute;
    right: 10%;
  }

  .footer-logo-mob {
    width: 70px;
    margin-bottom: 1px;
  }

  .icon-style-03 {
    left: -40%;
    top: 50px;
  }

  .mob-small-icon {
    width: 20px;
    height: 20px;
  }

  .mob-oc-s2 {
    margin-bottom: -3rem;
  }

  .position-static-mob {
    position: static !important;
  }

  .category-show-mob{
    display: inline-block;
  }
  .category-hide-mob{
    display: none;
  }

  .adjust-px-4{
    height: 35px;
    line-height: 35px !important;
  }

  .adjust-px-4-mob-btn-109px{
    width: 129px;
  }

  .adjust-px-4-mob-btn-113px{
    width: 133px;
  }

  .adjust-px-4-mob-btn-135px{
    width: 155px;
  }

  .adjust-px-4-mob-btn-100px{
    width: 100px;
  }

  .container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl{
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .adjust-header-margin{
    padding-left: 20px !important;
    padding-right: 20px !important;
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }

  .adjust-px-9-mob{
    padding-left: 10px;
    padding-right: 30px !important;
  }

  .adjust-px-1{
    padding-bottom: 7px !important;
  }

  .adjust-px-3{
    margin-top: -9px;
  }

  .adjust-px-10{
    transform: scale(1.4);
    -ms-transform: scale(1.4);
    -webkit-transform: scale(1.4);
  }

  .adjust-px-11{
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .adjust-px-12{
    padding-left: 40px !important;
    padding-right: 40px !important;
  }

  .adjust-px-12 ul li::before {
      left: 55px;

  }

  .dots-mobile-pos{
    right: 5px;
    top: 70px;
  }

  .adjust-px-13{
    font-size: 10px;
    padding-top: 0 !important;
  }

  .adjust-px-14{
    padding-left: 0;
    padding-right: 0;
  }

  .adjust-px-15, .adjust-px-17{
    padding-left: 37px !important;
    padding-right: 37px !important;
  }

  .adjust-px-16{
    left: 0;
  }
  .big-img-minus{
    margin-top: -110px !important;
  }

  .adjust-px-18{
    position: relative;
    top: 16px;
    left: -8px;
  }

  .adjust-px-19{
    border-radius: 15px;
    padding-top: 30px !important;
    padding-bottom: 60px !important;
    padding-left: 37px !important;
    padding-right: 37px !important;
  }
  .adjust-px-20{
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .adjust-px-21{
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  
  .adjust-px-22, .adjust-px-26{
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .adjust-px-6{
    padding-top: 0;
  }

  .adjust-px-23{
    padding-left: 46px;
    padding-right: 46px;
  }

  .img-contact-bg, .img-contact-bg-right{
    width: 65px;
    height: 95px;
    background-size: auto 95px;
    background-position: center center;
    background-repeat: no-repeat;
    display: inline-block;
  }

  .adjust-px-4-blog{
    width: 135px !important;
    height: 35px !important;
    line-height: 35px !important;
  }

  .single-post #submit{
    width: 135px !important;
    height: 35px !important;
    line-height: 35px !important;
    font-size: 8px;
  }

  .adjust-px-25{
    margin-bottom: 40px;
  }
  .page-id-10 .wpcf7-form input.wpcf7-form-control.wpcf7-submit{
    width: 110px !important;
    height: 35px !important;
    line-height: 35px !important;
  }

  .adjust-px-4-careers{
    font-size: 8px !important;
    height: 35px;
    line-height: 35px !important;
  }
  .adjust-title-postion{
    margin-left: 12px !important;
  }
  .adjust-btn-careers-margin{
    margin-left: 2% !important;
  }



  .fixed-bottom-mob .text-right{
    text-align: center !important;
  }

  .blue-area-style {
    transform: translateY(-20%);
  }

  .adjust-px-7{
    padding-bottom: 20px !important;
    padding-top: 20px !important;
  }

  .bg-lastest-news{
    height: 135px;
    border-radius: 15px;
  }

  .bg-lastest-news-2{
    height: 305px;
    border-radius: 15px;
  }

  .bg-lastest-news-3{
    height: 192px;
    border-radius: 15px;
  }

  .bg-darkblue-mob {
    background-color: #151933;
  }

  .menu-menu-principal-container li ul a::before,
  .menu-menu-principal-fr-container li ul a::before{
    top: 15px;
  }

  .client-carousel.owl-carousel button.owl-dot{
    width: 8%;
  }
}