@charset "UTF-8";
/* Basic Reset */
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: none;
  list-style-type: none;
  border: none;
  text-decoration: none; }

*:focus {
  outline: none; }

ul, h1, h2, h3, h4 {
  margin: 0px; }

li {
  list-style-type: none; }

a {
  text-decoration: none; }

a:hover {
  text-decoration: none; }

@font-face { font-family:BPG_CAPS ; src: url('../fonts/bpg_banner_caps.ttf'); }

@font-face {
  font-family: 'Conv_CentraleSans-Medium';
  src: url("../fonts/CentraleSans-Medium.eot");
  src: local("☺"), url("../fonts/CentraleSans-Medium.woff") format("woff"), url("../fonts/CentraleSans-Medium.ttf") format("truetype"), url("../fonts/CentraleSans-Medium.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
/*@font-face {
	font-family: 'Conv_Centrale Sans Medium';
	src: url('../fonts/Centrale Sans Medium.eot');
	src: local('☺'), url('../fonts/Centrale Sans Medium.woff') format('woff'), url('../fonts/Centrale Sans Medium.ttf') format('truetype'), url('fonts/Centrale Sans Medium.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}*/
@font-face {
  font-family: 'Conv_Centrale Sans Extra Light';
  src: url("../fonts/Centrale Sans Extra Light.eot");
  src: local("☺"), url("../fonts/Centrale Sans Extra Light.woff") format("woff"), url("../fonts/Centrale Sans Extra Light.ttf") format("truetype"), url("../fonts/Centrale Sans Extra Light.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Conv_Centrale Sans Thin';
  src: url("../fonts/Centrale Sans Thin.eot");
  src: local("☺"), url("../fonts/Centrale Sans Thin.woff") format("woff"), url("../fonts/Centrale Sans Thin.ttf") format("truetype"), url("../fonts/Centrale Sans Thin.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Conv_Centrale Sans Bold';
  src: url("../fonts/Centrale Sans Bold.eot");
  src: local("☺"), url("../fonts/Centrale Sans Bold.woff") format("woff"), url("../fonts/Centrale Sans Bold.ttf") format("truetype"), url("../fonts/Centrale Sans Bold.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
  

.testMode{
    position: fixed;
    top: 120px;
    left: 50px;
    width: 150px;
    border-radius: 15px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #D90000;
    z-index: 888;
    color: #fff;
}
  
  
.err{
    border-color: red !important;
}

.geo_lan{
    font-family: BPG_CAPS !important;
    font-weight: bold !Important;
}

#main_fluid {
  width: 100%;
  height: 100vh;
  background-image: url("../images/home_bg.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden; }

.news_share {
    margin-top:20px;
}

.main_fluid_bot_arrow {
  position: absolute;
  bottom: 5%;
  left: 5%;
  z-index: 15;
  display: flex;
  align-items: center;
  width: 150px;
  justify-content: space-between; }
  .main_fluid_bot_arrow .main_back_arrow_box {
    cursor: pointer; }
  .main_fluid_bot_arrow .main_front_arrow_box {
    cursor: pointer; }

.header_fluid {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  z-index: 15; }
  .header_fluid .navigation {
    flex: 0 0 45%;
    background-color: #fff; }
    .header_fluid .navigation ul {
      display: flex;
      height: 100%;
      justify-content: space-between;
      align-items: center; }
      .header_fluid .navigation ul li {
        position: relative;
        flex: 0 0 25%;
        text-align: center;
        width: 100%;
        padding: 7px 10px 12px 20px;
        cursor: pointer; }
        .header_fluid .navigation ul li:hover .dropdown_nav {
          display: block !important; }
      .header_fluid .navigation ul li:not(:last-child) a {
        position: relative;
        /*
        						    			&:after {
        											    position: absolute;
        											    content: "";
        											    top: 3px;
        											    right: -37%;
        											    width: 22px;
        											    height: 10px;
        											    background-image: url(../images/navigation_arrow11.png);
        											    background-repeat: no-repeat;
        
        											    			}*/ }
      .header_fluid .navigation ul a {
        color: #000000;
        font-family: 'Conv_CentraleSans-Medium';
        font-size: 12px;
        text-transform: uppercase;
        position: relative; }
        .header_fluid .navigation ul a:before {
          content: "";
          position: absolute;
          top: 16px;
          left: 0;
          width: 50%;
          height: 2px;
          background-color: #D90000;
          transition: .4s;
          opacity: 0; }
        .header_fluid .navigation ul a:hover:before {
          opacity: 1; }
          
          
          .references_container .owl-carousel .owl-stage {
              display:flex;
              align-items:center;
          }
          
          .reference_text_box {
                        
            height: 350px;
            overflow-y: scroll;
          }
          
        .reference_text_box::-webkit-scrollbar {
      width: 0px;
        }

.dropdown_nav {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  display: none;
  animation: homeAnime .4s; }
  .dropdown_nav ul {
    flex-direction: column;
    margin-top: 30px;
    padding: 20px 0; }
    .dropdown_nav ul li {
      width: 80%;
      text-align: left !important;
      background-color: #fff; }
      .dropdown_nav ul li a {
        font-size: 11px !important; }
        .dropdown_nav ul li a:after {
          content: unset !important; }
          
          
          .contact_map iframe{
              height:480px;
          }

.home_vertical_tittle {
  width: 30%;
  height: 100%;
  display: flex;
  align-items: center;
  position: absolute;
  justify-content: center;
  top: 0;
  left: -13%; }
  .home_vertical_tittle .vert_tittle {
    transform: rotate(90deg);
    display: flex;
    align-items: center;
    animation: homeAnime .4s;
    display: none; }
    .home_vertical_tittle .vert_tittle.active {
      display: flex; }
    .home_vertical_tittle .vert_tittle .title_line {
      width: 130px;
      height: 3px;
      background-color: #fff;
      margin-right: 15px; }
    .home_vertical_tittle .vert_tittle h2 {
      color: #fff;
      font-family: 'Conv_CentraleSans-Medium';
      font-size: 22px;
      text-transform: uppercase; }

.home_main_container {
  width: 100%;
  display: flex;
  height: 100%;
  /*position: relative;
  z-index: 1000;*/ }
  .home_main_container .home_navbar {
    display: flex;
    align-items: center;
    margin-left: 15%;
    position: relative;
    z-index: 20; }
    .home_main_container .home_navbar.active {
      display: none; }
    .home_main_container .home_navbar ul li {
      margin-bottom: 50px; }
      .home_main_container .home_navbar ul li a {
        color: #fff;
        font-size: 22px;
        font-family: 'Conv_CentraleSans-Medium';
        text-transform: capitalize;
        border-bottom: 2px solid #fff;
        width: 225px;
        display: inline-block;
        text-align: center;
        padding: 5px 0px;
        border-radius: 62px 58px 4px 4px;
        transition: .1s; }
        .home_main_container .home_navbar ul li a.active {
          border-bottom: 2px solid #D90000; }
  .home_main_container .home_navbar_content {
    display: flex;
    align-items: center;
    width: 100%; }
    .home_main_container .home_navbar_content .home_navbar_info {
      width: 55vw;
      padding: 3.5vw 5vw;
      background-color: #fff;
      margin-left: 30px;
      display: none;
      perspective: 200px;
      animation: homeAnime .4s;
      position: relative; }
      .home_main_container .home_navbar_content .home_navbar_info .home_navbar_info_button {
        position: absolute;
        bottom: 5%;
        right: 5%;
        z-index: 100;
        cursor: pointer; }
      .home_main_container .home_navbar_content .home_navbar_info.active {
        display: block; }
      .home_main_container .home_navbar_content .home_navbar_info h2 {
        color: #000000;
        font-family: 'Conv_CentraleSans-Medium';
        font-size: 20px;
        margin-bottom: 35px;
        text-transform: capitalize; }
      .home_main_container .home_navbar_content .home_navbar_info p {
        color: #000;
        font-size: 16px;
        font-family: 'Conv_Centrale Sans Extra Light';
        text-align: justify; }

.navbar_pages {
  transition: .4s; }
  .navbar_pages.deactive {
    visibility: hidden;
    opacity: 0; }

@keyframes homeAnime {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.navigation .navbar_pr:hover ul {
  perspective: 1000px; }

.navbar_pr:hover ul li {
  transform-origin: top center;
  opacity: 0; }

.navbar_pr:hover ul li:nth-child(1) {
  animation-name: menu-4;
  animation-delay: 0ms;
  animation-duration: 500ms;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out; }

.navbar_pr:hover ul li:nth-child(2) {
  animation-name: menu-4;
  animation-delay: 50ms;
  animation-duration: 500ms;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out; }

.navbar_pr:hover ul li:nth-child(3) {
  animation-name: menu-4;
  animation-delay: 100ms;
  animation-duration: 500ms;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out; }

.navbar_pr:hover ul li:nth-child(4) {
  animation-name: menu-4;
  animation-delay: 150ms;
  animation-duration: 500ms;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out; }

.navbar_pr:hover ul li:nth-child(5) {
  animation-name: menu-4;
  animation-delay: 200ms;
  animation-duration: 500ms;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out; }

.navbar_pr:hover ul li:nth-child(6) {
  animation-name: menu-4;
  animation-delay: 250ms;
  animation-duration: 500ms;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out; }

.navbar_pr:hover ul li:nth-child(7) {
  animation-name: menu-4;
  animation-delay: 300ms;
  animation-duration: 500ms;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out; }

.navbar_pr:hover ul li:nth-child(8) {
  animation-name: menu-4;
  animation-delay: 350ms;
  animation-duration: 500ms;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out; }

.navbar_pr:hover ul li:nth-child(9) {
  animation-name: menu-4;
  animation-delay: 400ms;
  animation-duration: 500ms;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out; }

.navbar_pr:hover ul li:nth-child(10) {
  animation-name: menu-4;
  animation-delay: 450ms;
  animation-duration: 500ms;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out; }

.navbar_pr:hover ul li:nth-child(11) {
  animation-name: menu-4;
  animation-delay: 500ms;
  animation-duration: 500ms;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out; }

.navbar_pr:hover ul li:nth-child(12) {
  animation-name: menu-4;
  animation-delay: 550ms;
  animation-duration: 500ms;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out; }

@keyframes menu-4 {
  0% {
    opacity: 0;
    transform: translateX(-100px); }
  70% {
    transform: translateX(50px); }
  100% {
    opacity: 1;
    transform: translateX(0px); } }
.home_navbar a:hover {
  border-bottom: 2px solid #D90000 !important; }

.language_box {
  position: absolute;
  z-index: 100;
  bottom: 7%;
  left: 16%; }
  .language_box span {
    font-size: 18px;
    font-family: 'Conv_Centrale Sans Extra Light';
    text-transform: uppercase;
    color: #fff;
    cursor: pointer; }

.responsive_navigation {
  display: none;
  position: fixed;
  top: 29px;
  right: 60px;
  width: 35px;
  height: 25px;
  cursor: pointer; }
  .responsive_navigation .hamburger {
    width: 35px;
    height: 4px;
    background-color: #fff;
    border-radius: 10px;
    transition: .6s; }
    .responsive_navigation .hamburger.ham1 {
      position: absolute;
      top: 0; }
      .responsive_navigation .hamburger.ham1.active {
        top: 50%;
        transform: rotate(315deg); }
    .responsive_navigation .hamburger.ham2 {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      transition: .1s; }
      .responsive_navigation .hamburger.ham2.active {
        opacity: 0; }
    .responsive_navigation .hamburger.ham3 {
      position: absolute;
      bottom: 0%; }
      .responsive_navigation .hamburger.ham3.active {
        top: 50%;
        transform: rotate(-315deg); }

.resp_nav_box {
  background-color: rgba(30, 31, 41, 0.95);
  position: fixed;
  top: 0;
  right: 0;
  width: 0%;
  height: 100%;
  transition: .4s;
  overflow: hidden;
  z-index: 200;
  display: flex;
  align-items: flex-start;
  justify-content: center; }
  .resp_nav_box.active {
    width: 100%; }

.resp_navbar_container ._navigation .li_r {
  position: relative;
  cursor: pointer; }
  .resp_navbar_container ._navigation .li_r.active:after {
    position: absolute;
    content: "";
    top: 7px;
    right: 5%;
    width: 22px;
    height: 10px;
    background-image: url(../images/resp_menu_down11.png);
    background-repeat: no-repeat; }
.resp_navbar_container ._navigation ul {
  display: flex;
  flex-wrap: wrap;
  max-width: 290px;
  justify-content: space-between; }
  .resp_navbar_container ._navigation ul .li_p {
    flex: 0 0 50%;
    color: #fff;
    text-transform: uppercase;
    width: 121px;
    font-size: 12px;
    text-align: center;
    height: 100px; }
    .resp_navbar_container ._navigation ul .li_p a {
      color: #fff;
      text-transform: uppercase; }

._dropdown_nav {
  display: none; }
  ._dropdown_nav ul {
    display: flex;
    flex-direction: column; }
    ._dropdown_nav ul a {
      font-size: 11px; }

.resp_main_logo {
  display: none; }

.resp_navbar_container {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center; }
  .resp_navbar_container ._navigation {
    width: 100%;
    display: flex;
    justify-content: center; }
    .resp_navbar_container ._navigation .li_p {
      /*height: 100px;*/ }

/*Responsive*/
@media only screen and (max-width: 1450px) {
  .header_fluid .navigation ul li {
    line-height: 20px;
    padding: 7px 7px 12px 10px; }

  .dropdown_nav ul li a {
    font-size: 10px !important; }

  .header_fluid .navigation ul a {
    font-size: 11px; }

  .home_main_container .home_navbar ul li a {
    font-size: 20px; }

  .header_fluid .navigation {
    flex: 0 0 53%; }

  .home_main_container .home_navbar ul li {
    margin-bottom: 40px; }

  .home_main_container .home_navbar_content .home_navbar_info {
    max-width: 57vw;
    padding: 2.5vw 4vw; }

  .home_main_container .home_navbar_content .home_navbar_info p {
    font-size: 15px; } }
@media only screen and (max-width: 1366px) {
  #main_fluid {
    background-size: 100% 100%; }

  .dropdown_nav ul {
    margin-top: 20px; } }
@media only screen and (max-width: 1656px) and (max-height: 750px) {
  .home_main_container .home_navbar_content .home_navbar_info {
    max-width: 58vw;
    padding: 4.5vw 3vw; }

  .disclaimer_text {
    height: 270px;
    overflow-y: scroll; }
    .disclaimer_text::-webkit-scrollbar {
      width: 0px; }

  .home_main_container .home_navbar_content .home_navbar_info .home_navbar_info_button {
    position: absolute;
    bottom: 3%;
    right: 5%;
    z-index: 100;
    cursor: pointer; }
    .home_main_container .home_navbar_content .home_navbar_info .home_navbar_info_button img {
      width: 35px; }

  .home_main_container .home_navbar_content .home_navbar_info.active {
    margin-top: 5%; } }
@media only screen and (max-width: 1366px) and (max-height: 830px) {
  .home_main_container .home_navbar_content .home_navbar_info p {
    font-size: 13px; }

  .home_main_container .home_navbar_content .home_navbar_info h2 {
    font-size: 18px;
    margin-bottom: 20px; } }
@media only screen and (max-height: 750px) and (max-width: 1367px) {
  .practice_area_contaiener .practice_area_content_box .text_shape {
    shape-outside: polygon(-38px 282px, 149px 539px, 2px -48px); } }
@media only screen and (max-width: 1220px) {
  .dropdown_nav ul li a {
    font-size: 9px !important; }

  .header_fluid .navigation ul li {
    line-height: 17px;
    padding: 7px 4px 12px 4px; }

  .home_main_container .home_navbar ul li a {
    font-size: 22px;
    width: 205px; }

  .home_main_container .home_navbar ul li {
    margin-bottom: 30px; } }
@media only screen and (max-width: 992px) {
  .home_vertical_tittle {
    display: none; }

  .home_main_container .home_navbar_content {
    margin-top: 10%; }

  .navigation {
    display: none; }

  .responsive_navigation {
    display: flex; }

  #main_fluid {
    background-image: url("../images/resp_home_bg.jpg");
    /*	&:after{
    	content: "";
       position: absolute;
       width: 40%;
       height: 100%;
       z-index: 15;
       top: 0;
       right: 0;
       background-image: url(../images/women_bg.png);
       background-position: right;
       background-repeat: no-repeat;
       -webkit-filter: grayscale(100%);
       filter: grayscale(100%);
       background-size: 115% 100%;
    	}*/ }

  ._main_logo {
    display: none; }

  .resp_wrapperr {
    background-color: #1e1f2bf0;
    border-radius: 3px;
    position: fixed;
    top: 11px;
    right: 0px;
    width: 85px;
    height: 44px;
    z-index: 2000; }

  .main_logo {
    background: #fff;
    width: 100%;
    padding: 30px 0;
    text-align: center; }
    .main_logo .resp_main_logo {
      display: block; }

  .home_main_container .home_navbar ul li a {
    font-size: 17px;
    width: 170px; }

  .header_fluid {
    z-index: 10; }

  .main_logo {
    padding: 20px 30px;
    text-align: left; }

  .responsive_navigation {
    top: 20px;
    right: 35px; }

  .home_main_container .home_navbar_content .home_navbar_info.active {
    z-index: 20;
    margin-left: unset;
    margin-top: unset;
    max-width: 800px;
    width: 90%;
    margin: 0 auto;
    padding: 15px 30px 40px 30px; }

  .home_main_container .home_navbar {
    display: flex; }

  .home_main_container .home_navbar_content .home_navbar_info h2 {
    position: relative;
    display: inline-block; }
    .home_main_container .home_navbar_content .home_navbar_info h2:after {
      content: "";
      position: absolute;
      top: 22px;
      left: 0px;
      width: 130%;
      height: 3px;
      background-color: #D90000; } }
@media only screen and (max-width: 600px) {
  #main_fluid:after {
    width: 70%;
    background-size: 130% 100%; }

  .home_main_container .home_navbar {
    margin-left: 5%; }

  .home_main_container .home_navbar ul li a {
    font-size: 13px;
    width: 110px; }

  .home_main_container .home_navbar_content .home_navbar_info.active {
    padding: 15px 20px 20px 20px; } }
@media only screen and (max-width: 600px) and (max-height: 830px) {
  .disclaimer_text {
    height: 270px;
    overflow-y: scroll; } }
@media only screen and (max-width: 425px) {
  #main_fluid:after {
    background-position: right;
    background-size: 78vw 100%; } }
#investors_fluid {
  width: 100%;
  height: 100vh;
  background-image: url("../images/investors_bg.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center; }

#investors_down_fluid {
  width: 100%;
  height: 100vh;
  background-image: url("../images/inv_down_bg11.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center; }

.investors_container {
  width: 70%; }

.investors_table table {
  transform: rotate(-32deg); }

.investors_table table span {
  transform: rotate(32deg);
  display: block;
  color: #000000;
  font-size: 16px; }

.investors_table table tr:last-child td:first-child {
  border: none; }

.investors_table table tr:first-child td:first-child {
  border-left: none; }

.investors_table table tr td:first-child {
  border-right: 3px solid #000; }

.investors_table table tr td:last-child {
  border-left: 3px solid #000; }

.investors_table table td {
  /*padding: 86px 20px 52px 65px; */
  width: 227px;
  height: 142px;
  text-align: center; }
  
  
  .contact_map {
      height:100%;
  }

.line1 {
  position: absolute;
  height: 3px;
  width: 110%;
  background-color: #000;
  top: 35%;
  left: -24%; }

.line2 {
  position: absolute;
  height: 3px;
  width: 110%;
  background-color: #000;
  top: 50%;
  left: -6%; }

.line3 {
  position: absolute;
  height: 3px;
  width: 110%;
  background-color: #000;
  top: 66%;
  left: 11%; }

.investors_table {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff; }

.investor_down_container {
  width: 60%;
  height: 100%;
  display: flex;
  align-items: center;
  position: relative; }
  .investor_down_container .investors_white_shape {
    position: absolute;
    top: 0;
    left: -34%;
    height: 100%;
    z-index: 1;
    background-color: #fff;
    width: 46%;
    clip-path: polygon(0 0, 54% 0, 99% 100%, 0% 100%); }
  .investor_down_container .investors_text_shape {
    width: 148px;
    height: 600px;
    float: left;
    shape-outside: polygon(-9px -19px, 128px 516px, 34px 368px);
    shape-outside: polygon(-8px 0px, 137px 641px, 47px 368px);
    
      
  }
  .investor_down_container .investros_content_box {
    display: none;
    /*border-bottom: 2px solid #D90000;*/
    padding: 15px 100px 10px 4px;
    margin-right: 4%;
    width: 1105px;
    /*height: 430px;*/
    position:relative;
      
  }
  
  .inv_text_wrap {
      border-bottom:2px solid #D90000;
  }
    
    .investors_back_box {
    position:absolute;
    top:0%;
    right:5%;
    cursor:pointer;
      
  }
    
    .investor_down_container .investros_content_box h2 {
      font-size: 18px;
      color: #1E1F2B;
      font-family: 'Conv_CentraleSans-Medium';
      margin-bottom: 12px; }
    .investor_down_container .investros_content_box p {
      color: #1E1F2B;
      font-family: 'Conv_Centrale Sans Extra Light';
      font-size: 13px;
      text-align: justify; }

.resp_table {
  display: none; }
  .resp_table tr {
    border-bottom: 2px solid #000; }

/*Responsive*/
@media only screen and (max-width: 1680px) {
  .investor_down_container .investors_text_shape {
    width: 148px;
    height: 400px;
    float: left;
    shape-outside: polygon(-9px -19px, 121px 516px, 34px 368px); }

  .investor_down_container .investros_content_box {
    height: 450px; }

  .investor_down_container {
    width: 65%; } }
@media only screen and (max-width: 1500px) {
  .investors_table table td {
    width: 205px;
    height: 130px; }

  .investors_table {
    width: 50%; }

  .investors_table table span {
    font-size: 15px; }

  .investors_table {
    left: 54%; }

  .investor_down_container .investros_content_box p {
    font-size: 12px; } }
@media only screen and (max-width: 1400px) {
  .investor_down_container {
    width: 70%; } }
@media only screen and (max-width: 1200px) {
  .investors_table {
    width: 55%; } }
    
   @media only screen and (max-width: 1376px) and (min-width: 1200px) {
       
           .line1 {
 
    width: 91%;
    top: 35%;
    left: -16%;
}

.line2 {
  
    width: 91%;
    top: 50%;
    left: -6%;
}

.line3 {
 
    width: 85%;
    top: 66%;
    left: 6%;
}
   }
    
@media only screen and (max-width: 1376px) and (max-height: 800px) {
    
    

    
  .investor_down_container .investors_white_shape {
    position: absolute;
    top: 0;
    left: -34%;
    height: 100%;
    z-index: 1;
    background-color: #fff;
    width: 70%;
    clip-path: polygon(0 0, 67% 0, 99% 100%, 0% 100%); }

  .investor_down_container .investros_content_box {
    width: 783px;
    height: 404px;
    margin-left: 21%; }

  .investors_table table td {
    width: 163px;
    height: 102px; }

  .investors_table table span {
    font-size: 13px; }

  .investors_table {
    top: 55%; }

  .investor_down_container .investros_content_box p {
    font-size: 11px; }

  .investor_down_container .investors_text_shape {
    shape-outside: polygon(1px -7px, 122px 352px, -2px 353px);
    height: 338px; }

  .investor_down_container .investros_content_box {
    padding: 15px 50px 10px 4px; }

  .investor_down_container {
    width: 80%; } }
@media only screen and (max-width: 1366px) {
  .investors_table {
    width: 40%; } }
@media only screen and (max-width: 1366px) and (max-height: 800px) {
  .investors_table {
    width: 55%; } }
@media only screen and (max-width: 1200px) {
  .investor_down_container {
    width: 80%; }

  .investor_down_container .investros_content_box {
    padding: 15px 30px 10px 4px; } }
@media only screen and (max-height: 800px) and (max-width: 1376px) {
    
    .investros_content_box {
       overflow-y: scroll; 
    }
    
  .investor_down_container .investors_text_shape {
      
        shape-outside: polygon(1px -7px, 216px 530px, 54px 419px);
    height: 550px;
    width: 230px;
    
    
      
  } }
@media only screen and (max-width: 1200px) and (max-height: 780px) {
  .investor_down_container .investors_text_shape {
    shape-outside: polygon(1px -7px, 90px 352px, -2px 353px); } }
@media only screen and (max-width: 1024px) and (max-height: 800px) {
  .investor_down_container .investors_text_shape {
    height: 415px; }

  .investor_down_container .investors_text_shape {
    shape-outside: polygon(1px -7px, 106px 434px, 2px 434px); }

  .inv_text_wrap {
      
    width: 680px; } }
@media only screen and (max-width: 1024px) and (max-height: 640px) {
  .investor_down_container .investros_content_box p {
    font-size: 10px; }

  .investor_down_container .investros_content_box {
    height: 382px; }

  .investor_down_container .investors_text_shape {
    shape-outside: polygon(1px -7px, 106px 357px, 2px 434px); } }
@media only screen and (max-width: 992px) {
    
     .investors_back_box img{
        width:38px;
     }
  
  
  .investors_white_shape {
    display: none; }

  .main_table {
    display: none; }

  .resp_table {
    display: block; }

  .line1, .line2, .line3 {
    display: none; }

  .investors_table table {
    transform: unset; }

  .investors_container {
    width: 100%;
    height: 100%; }

  .investors_table {
    width: 100%;
    transform: unset;
    left: 0;
    top: 120px; }

  .investors_table table tr td:last-child {
    border-left: unset; }

  .investors_table table tr td:first-child {
    border-right: unset; margin-left: auto; }

  .investors_table table td {
    width: unset;
    height: unset; }

  .investors_table table span {
    transform: unset; }

  #investors_down_fluid {
    background-image: url(../images/mobile_inv_bg.jpg); }

  .investors_text_shape {
    display: none; }

  .investor_down_container {
    width: 100%; }

  .investor_down_container .investros_content_box {
    margin: 0 auto;
    padding: 15px 20px 10px 20px;
    height: unset;
    height: 400px;
    overflow-y: scroll; }
    .investor_down_container .investros_content_box::-webkit-scrollbar {
      width: 0px; }

  .inv_text_wrap {
    width: unset; }

  .resp_table tr {
    border-bottom: 2px solid #000;
    margin-bottom: 25px;
    padding-bottom: 10px; }

  .resp_table tbody {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: baseline; }
    .resp_table tbody tr:nth-child(2n) {
      align-self: flex-end;
      display: flex;}
    .resp_table tbody td {
      padding: 0 20px; }
      .resp_table tbody td a {
        display: block;
        text-transform: uppercase; } }
@media only screen and (max-width: 568px) {
  .resp_table tr {
    width: 85%; }

  .investors_table table span {
    font-size: 10px; }

  .resp_table tbody td {
    padding: 0 15px; } }
@media only screen and (max-width: 568px) and (max-height: 560px) {
  .resp_table tr {
    width: 85%; }

  .investors_table table span {
    font-size: 11px; }

  .resp_table tbody td {
    padding: 0 15px; }

  .resp_table tr {
    border-bottom: 2px solid #000;
    margin-bottom: 20px;
    padding-bottom: 10px; } }
@media only screen and (max-width: 568px) and (max-height: 510px) {
  .investor_down_container .investros_content_box {
    height: 340px; } }
#contact_fluid {
  width: 100%;
  height: 100vh;
  background-image: url("../images/contact_bg.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center; }

.contact_main_container {
  width: 60%;
  position: relative;
  margin-bottom: 2%; }
  .contact_main_container .contact_wrapper {
    display: flex;
    background-color: #fff;
    padding: 25px;
    position: relative; }
    .contact_main_container .contact_wrapper:after {
      position: absolute;
      width: 100%;
      height: 100%;
      content: "";
      border: 1px solid #000;
      top: 0;
      left: 0;
      z-index: 1; }
    .contact_main_container .contact_wrapper:before {
      position: absolute;
      width: 68%;
      height: 300%;
      content: "";
      background-color: #fff;
      top: -81%;
      left: -35%;
      z-index: 7;
      clip-path: polygon(0 0, 54% 0, 99% 100%, 0% 100%); }
    .contact_main_container .contact_wrapper .contact_map {
      flex: 0 0 70%;
      padding-right: 45px;
      position: relative;
      z-index: 9; }
    .contact_main_container .contact_wrapper .contact_form {
      flex: 0 0 30%;
      position: relative;
      z-index: 2; }
      .contact_main_container .contact_wrapper .contact_form form {
        width: 100%;
        height: 100%; }
        .contact_main_container .contact_wrapper .contact_form form .form_send button {
          outline: none;
          border: 1px solid #000;
          background-color: #fff;
          text-transform: capitalize;
          color: #000 !important;
          font-family: 'Conv_CentraleSans-Medium';
          font-size: 12px;
          padding: 4px 30px;
          cursor: pointer; }
        .contact_main_container .contact_wrapper .contact_form form > div {
          width: 100%;
          margin-bottom: 10px; }
        .contact_main_container .contact_wrapper .contact_form form .form_textarea {
          margin-bottom: 0px; }
        .contact_main_container .contact_wrapper .contact_form form input {
          color: #000000;
          width: 100%;
          font-size: 12px;
          font-family: 'Conv_CentraleSans-Medium';
          padding: 15px 10px;
          border: 1px solid #000; }
          .contact_main_container .contact_wrapper .contact_form form input::placeholder {
            color: #000 !important; }
        .contact_main_container .contact_wrapper .contact_form form textarea {
          color: #000000;
          width: 100%;
          font-size: 12px;
          font-family: 'Conv_CentraleSans-Medium';
          padding: 15px 10px;
          border: 1px solid #000;
          resize: none;
          height: 294px; }
          .contact_main_container .contact_wrapper .contact_form form textarea::placeholder {
            color: #000 !important; }

.contact_fa_icons {
  position: absolute;
  bottom: -15%;
  left: 13%;
  display: flex;
  flex-direction:column;
    bottom: -20%;
    padding: 0px 7px 0px 120px;
    z-index: 100; }
  .contact_fa_icons a {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    border: 2px solid #000;
    display: flex;
    align-items: center;
    justify-content: center; }
  .contact_fa_icons a:not(:first-child) {
    margin-left: 10px; }
    
    .fa_up {
        display:flex;
        justify-content: flex-end;
        margin-bottom: 15px;
        position:relative;
        padding-right: 10px;
    }
    
    .fa_down {
        margin-bottom:10px;
    }
    
     .fa_down a{
         color: #000;
         text-decoration: none;
        font-size:13px;
        display-inline:block;
    }
    .fa_down span:not(:last-child){
        
        margin-right:5px;
    }
    
    .fa_up:after {
    position: absolute;
    content: "";
    width: 160%;
    height: 2px;
    background-color: red;
    top: 120%;
    right: 0;
    z-index: -1;
    font-family: 'Conv_Centrale Sans Extra Light';

        
    }
    
    .contact_fa_icons span {
        padding-left:10px;
    }
    
    .fa_down img {
        padding-right:5px;
    }
    
    

/*responsive */
@media only screen and (max-width: 1500px) {
  .contact_main_container .contact_wrapper .contact_map {
    flex: 0 0 70%;
    padding-right: 25px;
    position: relative;
    z-index: 9; }

  .contact_main_container .contact_wrapper {
    padding: 20px; }

  .contact_main_container {
    width: 80%;
    position: relative;
    margin-bottom: 2%; }

  .language_box {
    left: 20%; } }
@media only screen and (max-width: 1200px) {
  .language_box {
    left: 24%; } }
@media only screen and (max-width: 1376px) and (max-height: 800px) {
  .contact_map iframe {
    height: 320px; }

  .contact_main_container .contact_wrapper .contact_form form textarea {
    height: 174px; }

  .contact_main_container .contact_wrapper .contact_form form input {
    padding: 12px 10px; }

  .contact_fa_icons {
    padding: 0px 6px 5px 120px;
    bottom: -26%;}

  .contact_fa_icons a {
    width: 35px;
    height: 35px; } }
    
   @media only screen and (max-width: 1024px) and (max-height: 800px) {
       .contact_map iframe {
    height: 100%;
}

.fa_down span {
    font-size: 10px;
   
}
.contact_main_container .contact_wrapper .contact_form form input {
    padding: 7px 10px;
}
.contact_main_container .contact_wrapper .contact_form form textarea {
        padding:4px 10px;
       height: 70px;
}

   } 
    
@media only screen and (max-width: 992px) {
  .contact_main_container .contact_wrapper:before {
    content: unset; }

  .contact_main_container .contact_wrapper {
    flex-direction: column;
    padding: 10px; }

  .contact_main_container .contact_wrapper .contact_map {
    padding-right: unset; }

  .contact_map iframe {
    height: 130px; }

  .main_back_arrow_box a {
    display: block; }
    .main_back_arrow_box a img {
      width: 55px; }

  .main_front_arrow_box img {
    width: 40px; }

  .main_fluid_bot_arrow {
    width: 115px;
    bottom: 3%;
    left: 3%; }

  .language_box {
    bottom: 5%; }

  .contact_fa_icons {
    padding: 0px 6px 5px 85px;
    bottom: -10%; }

  .contact_main_container .contact_wrapper .contact_form form input {
    padding: 7px 10px; }

  .contact_main_container .contact_wrapper .contact_form form textarea {
    height: 130px; }

  .language_box {
    left: unset;
    right: 5%; }

  .contact_main_container {
    width: 80%;
    position: relative;
    margin-bottom: 2%;
    height: calc(100% - 222px); } }
@media only screen and (max-width: 766px) {
    
    .contact_fa_icons span {
   
    font-size: 12px;
    display:block;
}
  .contact_map iframe {
    height: 250px; }

  .contact_main_container .contact_wrapper .contact_form form textarea {
    height: 140px; }

  .contact_main_container {
    width: 90%; }

  .contact_map iframe {
    height: 200px !important; }

  .contact_main_container .contact_wrapper .contact_form form input {
    padding: 9px 10px; }

  .contact_main_container .contact_wrapper {
    padding: 10px; }

  .main_back_arrow_box img {
    width: 60px; }

  .main_front_arrow_box img {
    width: 40px; }

  .main_fluid_bot_arrow {
    width: 120px; }

  .main_fluid_bot_arrow {
    bottom: 1%; }

  .language_box {
    bottom: 3%; }

  .contact_fa_icons a {
    width: 35px;
    height: 35px; }

  .contact_fa_icons {
    bottom: -5%; } }
@media only screen and (max-width: 922px) {
  .contact_main_container {
    height: calc(100% - 195px); }

  .contact_map iframe {
    height: 125px !important; }

  .contact_main_container .contact_wrapper .contact_form form input {
    padding: 5px 10px; }

  .contact_main_container .contact_wrapper .contact_form form textarea {
    height: 75px; } }
@media only screen and (max-width: 576px) and (max-height: 580px) {
  .contact_map iframe {
    height: 90px !important; }

  .contact_main_container .contact_wrapper .contact_form form input {
    padding: 3px 10px; }

  .contact_main_container .contact_wrapper .contact_form form textarea {
    padding: 3px 10px;
    height: 50px; }

  .contact_fa_icons {
    bottom: -7%; } }
@media only screen and (max-width: 576px) and (max-height: 510px) {
  .contact_main_container {
    height: calc(100% - 140px); } }
#news_fluid {
  width: 100%;
  height: 100vh;
  background-image: url("../images/news_bg.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center; }

#news_inside_fluid {
  width: 100%;
  height: 100vh;
  background-image: url("../images/news_inside_bg.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center; }

.news_container {
  width: 77%; }
  .news_container .news_tittle {
    padding-left: 15px; }
    .news_container .news_tittle h2 {
      font-size: 22px;
      font-family: 'Conv_CentraleSans-Medium';
      color: #fff;
      text-transform: capitalize;
      border-bottom: 2px solid #D90000;
      padding: 5px 40px;
      display: inline-block;
      cursor: pointer; }
  .news_container .news_row {
    display: flex;
    justify-content: space-between;
    margin-top: 3.7vw;
    position: relative; }
    .news_container .news_row .news_wrapper {
      padding-right: 8px;
      overflow-y: scroll;
      height: calc(120px *3 + 72px);
      width: 42%; }
      .news_container .news_row .news_wrapper::-webkit-scrollbar {
        width: 3px; }
      .news_container .news_row .news_wrapper::-webkit-scrollbar-track {
        box-shadow: inset 0 0 5px grey;
        border-radius: 10px; }
      .news_container .news_row .news_wrapper::-webkit-scrollbar-thumb {
        background: #fff;
        border-radius: 10px; }
      .news_container .news_row .news_wrapper .news_box {
        background-color: #fff;
        flex-direction: column;
        display: flex;
        padding: 20px 35px 0 35px; }
        .news_container .news_row .news_wrapper .news_box:not(:last-child) {
          margin-bottom: 35px; }
        .news_container .news_row .news_wrapper .news_box h3 {
          color: #000000;
          font-size: 20px;
          font-family: 'Conv_CentraleSans-Medium';
          margin-bottom: 15px; }
        .news_container .news_row .news_wrapper .news_box span {
          color: #000000;
          font-size: 12px;
          font-family: 'Conv_Centrale Sans Extra Light'; }
        .news_container .news_row .news_wrapper .news_box a {
          color: #D90000;
          font-family: 'Conv_CentraleSans-Medium';
          font-size: 12px;
          align-self: flex-end;
          margin-top: 20px;
          margin-bottom: 5px; }

/*// news inside*/
.news_scroll_box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
  display: flex;
  align-items: center; }
  .news_scroll_box .news_scroll_line {
    width: 130px;
    height: 3px;
    background-color: #fff;
    margin-right: 15px; }
  .news_scroll_box h3 {
    color: #fff;
    font-size: 22px;
    font-family: 'Conv_CentraleSans-Medium';
    text-transform: uppercase; }

.news_scroll_box_resp {
  display: none; }

.news_inside_container {
  width: 77%; }
  .news_inside_container .news_in_tittle {
    padding-left: 15px; }
    .news_inside_container .news_in_tittle h2 {
      font-size: 22px;
      font-family: 'Conv_CentraleSans-Medium';
      color: #fff;
      text-transform: capitalize;
      border-bottom: 2px solid #D90000;
      padding: 5px 40px;
      display: inline-block; }
  .news_inside_container .news_in_wrapper {
    background-color: #fff;
    padding: 50px 200px 50px 100px;
    margin-top: 3.7vw;
    position: relative; }
    .news_inside_container .news_in_wrapper .news_in_wrapper_back {
      position: absolute;
      top: 5%;
      right: 5%; }
      .news_inside_container .news_in_wrapper .news_in_wrapper_back a {
        display: block; }
    .news_inside_container .news_in_wrapper .news_in_text_tittle {
      width: 100%; }
      .news_inside_container .news_in_wrapper .news_in_text_tittle h3 {
        font-size: 20px;
        color: #000;
        margin-bottom: 5px;
        font-family: 'Conv_CentraleSans-Medium'; }
      .news_inside_container .news_in_wrapper .news_in_text_tittle span {
        font-size: 12px;
        font-family: 'Conv_Centrale Sans Extra Light';
        color: #000; }
    .news_inside_container .news_in_wrapper .news_in_text {
      overflow-y: scroll;
      max-height: 265px;
      margin-top: 50px; }
      .news_inside_container .news_in_wrapper .news_in_text::-webkit-scrollbar {
        width: 1px; }
      .news_inside_container .news_in_wrapper .news_in_text p {
        color: #000;
        font-size: 16px;
        font-family: 'Conv_Centrale Sans Extra Light';
        text-align: justify; }

/*Responsive*/
@media only screen and (max-width: 1450px) {
  .news_container .news_row .news_wrapper {
    max-width: 42%; }

  .news_container .news_row .news_wrapper .news_box {
    padding: 15px 30px 0 30px; }

  .news_container .news_row .news_wrapper .news_box h3 {
    color: #000000;
    font-size: 18px;
    font-family: 'Conv_CentraleSans-Medium';
    margin-bottom: 15px; }

  .news_inside_container .news_in_wrapper .news_in_text p {
    font-size: 15px; }

  .news_inside_container .news_in_wrapper {
    padding: 40px 155px 45px 88px; } }
@media only screen and (max-width: 1366px) {
  .news_container {
    width: 80%; }

  .news_container .news_row .news_wrapper .news_box h3 {
    font-size: 16px; }

  .news_container .news_row .news_wrapper .news_box {
    padding: 12px 20px 0 20px; }

  .news_container .news_row {
    margin-top: 2.7vw; }

  .news_container .news_tittle h2 {
    font-size: 20px;
    padding: 5px 30px; }

  .news_inside_container .news_in_wrapper {
    padding: 40px 160px 45px 80px; }

  .news_inside_container .news_in_wrapper .news_in_text p {
    font-size: 14px; } }
@media only screen and (max-width: 1366px) and (max-height: 750px) {
  .news_container .news_row .news_wrapper {
    overflow-y: scroll;
    height: calc(72px *3 + 72px);
    max-width: 42%; }

  .news_inside_container .news_in_wrapper {
    padding: 35px 110px 30px 60px;
    margin-top: 1.7vw; }

  .news_inside_container .news_in_wrapper .news_in_text {
    max-height: 265px;
    margin-top: 25px; }

  .news_inside_container .news_in_wrapper .news_in_text {
    max-height: 190px; } }
@media only screen and (max-width: 1024px) and (max-height: 800px) {
  .news_inside_container .news_in_wrapper {
    padding: 35px 80px 35px 50px; } }
/*//mobile*/
@media only screen and (max-width: 992px) {
  .news_container .news_row .news_wrapper {
    max-width: 44%; }

  .news_container {
    width: 90%; }

  .news_inside_container .news_in_wrapper .news_in_text_tittle h3 {
    font-size: 17px; }

  .news_inside_container .news_in_wrapper .news_in_text {
    margin-top: 30px; }

  .news_inside_container .news_in_wrapper {
    padding: 25px 30px 45px 30px;
    margin-top: 20px; }

  .news_inside_container .news_in_wrapper .news_in_wrapper_back {
    top: unset;
    bottom: 4%;
    right: 5%; }
    .news_inside_container .news_in_wrapper .news_in_wrapper_back img {
      width: 35px; }

  .news_inside_container {
    width: 85%; } }
@media only screen and (max-width: 768px) {
  .news_scroll_box {
    display: none; }

  .news_container .news_row {
    flex-direction: column;
    overflow-y: scroll;
    height: calc(100% - 260px); 
      justify-content: left;
  }
    .news_container .news_row::-webkit-scrollbar {
      width: 3px; }
    .news_container .news_row::-webkit-scrollbar-track {
      box-shadow: inset 0 0 5px grey;
      border-radius: 10px; }
    .news_container .news_row::-webkit-scrollbar-thumb {
      background: #fff;
      border-radius: 10px; }

  .news_container .news_row .news_wrapper {
    max-width: 100%;
    width: 100%;
    overflow-y: unset;
    height: unset; }

  .news_container .news_row .news_scroll_box {
    left: 95%; }

  .news_container {
    width: 90%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center; }

  .news_wrapper .news_box:last-child {
    margin-bottom: 35px; }

  .news_inside_container .news_in_wrapper .news_in_text_tittle h3 {
    font-size: 14px; }

  .news_inside_container .news_in_wrapper .news_in_text p {
    font-size: 13px; }

  .news_inside_container .news_in_wrapper .news_in_text {
    margin-top: 20px; } }
@media only screen and (max-width: 768px) and (max-height: 600px) {
  .news_inside_container .news_in_wrapper .news_in_text {
    max-height: 150px; } }
@media only screen and (max-width: 566px) and (max-height: 540px) {
  .news_inside_container .news_in_wrapper {
    margin-top: 10px; }

  .news_inside_container .news_in_tittle h2 {
    font-size: 19px;
    padding: 5px 30px; }

  .news_inside_container .news_in_wrapper {
    padding: 20px 20px 45px 20px; }

  .news_inside_container {
    width: 90%;
    margin-top: 5%; } }
#about_fluid {
  width: 100%;
  height: 100vh;
  background-image: url("../images/about_us_bg.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: flex-start; }

.about_vertical_tittle {
  width: 30%;
  height: 100%;
  display: flex;
  align-items: center;
  position: absolute;
  justify-content: center;
  top: 0;
  left: -13%; }
  .about_vertical_tittle .vert_tittle {
    transform: rotate(90deg);
    display: flex;
    align-items: center;
    animation: homeAnime .4s;
    display: none; }
    .about_vertical_tittle .vert_tittle.active {
      display: flex; }
    .about_vertical_tittle .vert_tittle .title_line {
      width: 130px;
      height: 3px;
      background-color: #000;
      margin-right: 15px; }
    .about_vertical_tittle .vert_tittle h2 {
      color: #000;
      font-family: 'Conv_CentraleSans-Medium';
      font-size: 22px;
      text-transform: uppercase; }

.about_fa_icons {
  position: absolute;
  bottom: 20%;
  left: 49%;
  display: flex;
  border-bottom: 2px solid red;
  padding: 0px 7px 10px 120px; }
  .about_fa_icons a {
    display: inline-block;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    border: 2px solid #000;
    display: flex;
    align-items: center;
    justify-content: center; }
    .about_fa_icons a:not(:first-child) {
      margin-left: 10px; }

.about_container {
  width: 35%;
  margin-left: 7%;
  margin-bottom: 5%;
  position: relative; }
  .about_container .about_tittle h2 {
    font-size: 22px;
    font-family: 'Conv_CentraleSans-Medium';
    color: #000;
    text-transform: capitalize;
    border-bottom: 2px solid #D90000;
    padding: 5px 40px;
    display: inline-block;
    padding: 0px 15px 5px 0px;
    cursor: pointer; }
  .about_container .about_info_box {
    margin-top: 40px; }
    .about_container .about_info_box p {
      color: #000;
      font-size: 16px !important;
      font-family: 'Conv_Centrale Sans Extra Light';
      text-align: justify; }
    .about_container .geo_lan p, .about_container .geo_lan span{
        font-family: BPG_CAPS !important;
        font-size: 16px !important;
    }  

.resp_for_about {
  background-color: unset; }

.hamb_for_about {
  background-color: #000000 !important; }
  .hamb_for_about.active2 {
    background-color: #fff !important; }

/*Responsive*/
@media only screen and (max-width: 1450px) {
  .about_container .about_tittle h2 {
    font-size: 21px; }

  .about_container .about_info_box p {
    font-size: 15px; }

  .about_container .about_info_box {
    margin-top: 30px; } }
@media only screen and (max-width: 1220px) {
  .about_container .about_tittle h2 {
    font-size: 20px; }

  .about_container .about_info_box p {
    font-size: 14px; }

  .about_container .about_info_box {
    margin-top: 20px; }

  .about_container {
    margin-bottom: 0%; }

  .about_container .about_info_box p {
    font-size: 13px; } }
@media only screen and (max-width: 992px) {
  .about_vertical_tittle {
    display: none; }

  .about_container {
    width: 100%;
    margin: 0 5%; }

  .about_fa_icons {
    position: absolute;
    bottom: 13%;
    left: unset;
    right: 0%;
    display: flex;
    border-bottom: 2px solid red;
    padding: 0px 90px 10px 00px; } }
@media only screen and (max-width: 576px) {
  .about_info_box {
    overflow-y: scroll;
    height: 210px; }
    .about_info_box::-webkit-scrollbar {
      width: 0px; }

  #about_fluid {
    background-position: left; }

  .about_container .about_info_box {
    margin-top: 10px; } }
@media only screen and (max-width: 576px) and (max-height: 500px) {
  .about_container {
    width: 100%;
    margin: 0px 5% 17%; } }
#team_fluid {
  width: 100%;
  height: 100vh;
  background-image: linear-gradient(rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.6)), url("../images/team_bgg11.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center; }

.team_container {
  max-width: 1330px; }
  .team_container .owl-carousel {
    position: relative; }
  .team_container .owl-dots {
    display: none; }
  .team_container .team_slide .owl-nav {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: space-between;
    width: 115%;
    z-index: -1; }
    .team_container .team_slide .owl-nav .owl-prev, .team_container .team_slide .owl-nav .owl-next {
      outline: none;
      width: 50px;
      height: 50px;
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center center; }
      .team_container .team_slide .owl-nav .owl-prev span, .team_container .team_slide .owl-nav .owl-next span {
        display: none; }
    .team_container .team_slide .owl-nav .owl-prev {
      background-image: url("../images/slider_left.png"); }
    .team_container .team_slide .owl-nav .owl-next {
      background-image: url("../images/slider_right.png"); }
  .team_container .team_slide .item {
     min-width:250px;
    display: flex;
    justify-content: center;
    position: relative; }
    .team_container .team_slide .item .slider_icons {
      position: absolute;
      right: -30px;
      top: 0; }
      .team_container .team_slide .item .slider_icons a {
        width: 30px;
        height: 30px;
        background-color: #5B5B5B;
        display: flex;
        justify-content: center;
        align-items: center; }
        .team_container .team_slide .item .slider_icons a:not(:last-child) {
          margin-bottom: 10px; }
        .team_container .team_slide .item .slider_icons a img {
          width: unset; }
    .team_container .team_slide .item .team_box {
      /*width: 213px;*/
      width: 100%; }
      .team_container .team_slide .item .team_box .team_img {
        /*background-image: url("../images/team_mm_bg11.png");*/
        background: #fff;
        background-size: 110% 105%;
        background-repeat: no-repeat;
        background-position: center center;
        border: 2px solid #5B5B5B;
        border-bottom: 2px solid #D90000;
        height: 290px;
        display: flex;
        align-items: flex-end;
        justify-content: center; 
              overflow: hidden;
      }
        .team_container .team_slide .item .team_box .team_img a {
          	/*display: flex;
              align-items: flex-end;
              width: 100%;
              height: 100%;*/ }
          .team_container .team_slide .item .team_box .team_img a img {
            width: 100%;
            height: 260px;
            object-fit: contain;
            text-align: center;
            transform: translateY(20px);
        }
      .team_container .team_slide .item .team_box .team_info {
              min-height: 75px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
        background-color: #5B5B5B;
        text-align: center;
        padding: 6px 0;
        margin-top: 10px;
        padding: 7px 0; }
        .team_container .team_slide .item .team_box .team_info h3 {
          font-size: 16px;
          font-family: 'Conv_Centrale Sans Extra Light';
          text-transform: uppercase;
          color: #fff; }
        .team_container .team_slide .item .team_box .team_info span {
          color: #fff;
          font-size: 12px;
          font-family: 'Conv_CentraleSans-Medium';
          text-transform: capitalize; }

#team_info_fluid {
  width: 100%;
  height: 100vh;
  background-image: url("../images/team_info_bg.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center; }

.team_info_container {
  width: 77%;
  display: flex;
  position: relative;
  justify-content: space-between; }
  .team_info_container .info_lines {
    position: absolute;
    top: 79%;
    left: 50%;
    transform: translate(-57%); }
    .team_info_container .info_lines img {
      width: 2320px; }
  .team_info_container .team_info_button {
    position: absolute;
    bottom: 14%;
    right: 3.2%;
    z-index: 100;
    cursor: pointer; }
  .team_info_container .team_info_img {
    flex: 0 0 35%;
    display: flex;
    align-items: center;
    justify-content: center; }
    .team_info_container .team_info_img img {
        max-height: 100%;
        max-width: 375px;
      display: block;
      margin-bottom: 2%; }
  .team_info_container .team_info_content {
    /*flex: 0 0 65%;*/
    width: 840px;
    background-color: #fff;
    padding: 50px 50px 120px 50px;
    clip-path: polygon(20% 0%, 80% 0%, 100% 0, 100% 95%, 74% 100%, 0 96%, 0 0); }
    .team_info_container .team_info_content .team_readmore {
      margin-top: 20px; }
      .team_info_container .team_info_content .team_readmore p {
        font-size: 12px;
        color: #3F3F3F;
        font-family: 'Conv_Centrale Sans Extra Light';
        text-align: justify; }

.team_profile_info {
  display: flex;
  justify-content: space-between; }
  .team_profile_info .team_social_icons {
    display: flex; }
    .team_profile_info .team_social_icons a {
      border-radius: 50%;
      width: 35px;
      height: 35px;
      border: 2px solid #000;
      display: flex;
      align-items: center;
      justify-content: center; }
      .team_profile_info .team_social_icons a:not(:first-child) {
        margin-left: 10px; }
      .team_profile_info .team_social_icons a:first-child img {
        width: 8px; }
      .team_profile_info .team_social_icons a:last-child img {
        width: 19px; }
      .team_profile_info .team_social_icons a img {
        width: 15px; }
  .team_profile_info .team_name_contact h2 {
    font-size: 17px;
    color: #000;
    font-family: 'Conv_CentraleSans-Medium';
    margin-bottom: 15px; }
  .team_profile_info .team_name_contact span {
    color: #00005F;
    font-size: 12px;
    font-family: 'Conv_CentraleSans-Medium';
    display: block; }

.team_info_resp {
  display: none; }

/*
// Responsive*/
@media only screen and (max-width: 1800px) {
  .team_info_container .team_info_content {
    width: 840px; } }
@media only screen and (max-width: 1740px) {
  .team_info_container .team_info_content {
    clip-path: polygon(20% 0%, 80% 0%, 100% 0, 100% 95%, 74% 100%, 0 93%, 0 0); } }
@media only screen and (max-width: 1650px) {
  .team_info_container .team_info_img img {
    margin-bottom: -3%; }

  .team_container .team_slide .owl-nav {
    width: 108%; } }
@media only screen and (max-width: 1500px) {
  .team_info_container .team_info_content {
    padding: 30px 40px 82px 40px;
    clip-path: polygon(20% 0%, 80% 0%, 100% 0, 100% 95%, 74% 100%, 0 91%, 0 0); }

  .team_info_container .info_lines img {
    width: 2020px; }

  .team_info_container .team_info_img img {
    display: block;
    margin-bottom: 7%; }

  .team_info_container .team_info_button {
    bottom: 8%; }

  .team_container {
    max-width: 1230px; } }
@media only screen and (max-width: 1400px) {
  .team_info_container .team_info_img img {
    display: block;
    margin-bottom: 1%; }

  .team_container .team_slide .owl-nav {
    width: 114%; } }
@media only screen and (max-width: 1376px) {
  .team_info_container .team_info_content .team_readmore p {
    font-size: 11px; }

  .team_container {
    max-width: 980px; }

  .team_container .team_slide .owl-nav {
    width: 110%; }

  .team_container .team_slide .item .team_box .team_img a img {
    height: 240px;
    width: 215px;
    object-fit: contain; }

  .team_container .team_slide .owl-nav .owl-prev, .team_container .team_slide .owl-nav .owl-next {
    width: 40px;
    height: 40px; }

  .team_img a {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: flex-end;
    overflow: hidden; } }
@media only screen and (max-width: 1376px) and (max-height: 800px) {
  .team_info_container .team_info_content {
    padding: 20px 30px 65px 30px;
    clip-path: polygon(20% 0%, 80% 0%, 100% 0, 100% 95%, 74% 100%, 0 95%, 0 0); }

  .team_info_container .info_lines img {
    width: 1851px; }

  .team_info_container .team_info_img img {
    display: block;
    margin-bottom: 1%;
    max-height: 426px; }

  .team_info_container {
    width: 90%; }

  .team_info_container .team_info_img img {
    margin-bottom: 8%; } }
@media only screen and (max-height: 800px) and (max-width: 1320px) {
  .team_info_container .team_info_content {
    padding: 20px 30px 65px 30px;
    clip-path: polygon(20% 0%, 80% 0%, 100% 0, 100% 95%, 74% 100%, 0 95%, 0 0); } }
@media only screen and (max-width: 1120px) {
  .team_container {
    max-width: 920px; }

  .team_container .team_slide .owl-nav .owl-prev, .team_container .team_slide .owl-nav .owl-next {
    width: 33px;
    height: 34px; }

  .team_container .team_slide .owl-nav {
    width: 107%; } }
@media only screen and (max-height: 800px) and (max-width: 1024px) {
  .team_info_container .team_info_img img {
    margin-bottom: -6%; }

  .team_info_container .team_info_content .team_readmore {
    margin-top: 12px;
    overflow-y: scroll;
    height: calc(100% - 105px); }
    .team_info_container .team_info_content .team_readmore::-webkit-scrollbar {
      width: 1px; }

  .team_info_container .info_lines {
    position: absolute;
    top: 80%;
    left: 45%;
    transform: translate(-57%); }

  .team_info_container .info_lines img {
    width: 1827px; }

  .team_info_container .team_info_content {
    padding: 20px 30px 65px 30px;
    clip-path: polygon(17% 0%, 82% 0%, 100% 0, 102% 95%, 76% 100%, 0 93%, 0 0); }

  .team_info_container .team_info_button {
    bottom: 5%;
    right: 3.2%; } }
@media only screen and (max-height: 720px) and (max-width: 1152px) {
  .team_info_container .team_info_content {
    clip-path: polygon(20% 0%, 80% 0%, 100% 0, 100% 95%, 73% 100%, 0 93%, 0 0); } }
@media only screen and (max-height: 700px) and (max-width: 1224px) {
  .team_info_container .team_info_img img {
    max-height: 268px;
    margin-bottom: -6%; }

  .team_info_container .team_info_content .team_readmore {
    margin-top: 15px;
    overflow-y: scroll;
    height: 200px; }
    .team_info_container .team_info_content .team_readmore::-webkit-scrollbar {
      width: 0px; }

  .team_info_container .info_lines {
    position: absolute;
    top: 73%;
    left: 42%;
    transform: translate(-57%); }

  .team_info_container .team_info_content {
    clip-path: polygon(20% 0%, 80% 0%, 100% 0, 100% 92%, 74% 100%, 0 95%, 0 0); }

  .team_info_button img {
    width: 35px; }

  .team_info_container .team_info_button {
    bottom: 9%;
    right: 3.2%; } }
/*// mobile*/
@media only screen and (max-width: 992px) {
  .for_team_logo {
    background-color: transparent !important; }

  .team_container {
    max-width: 680px; }

  .team_container .team_slide .owl-nav {
    width: 111%; }

  .team_container .team_slide .owl-nav .owl-prev, .team_container .team_slide .owl-nav .owl-next {
    width: 35px;
    height: 35px; }

  .info_lines {
    display: none; }

  .team_info_container {
    flex-direction: column; }

  .team_profile_info {
    display: none; }

  .team_info_resp {
    display: block;
    margin-left: 20px; }

  .team_info_container .team_info_img img {
    margin-bottom: -1%;
    max-height: 300px; }

  .team_info_container .team_info_content {
    clip-path: unset;
    width: unset;
    padding: 10px 20px 40px 20px; }

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

  .team_profile_info .team_social_icons {
    margin-top: 25px; }

  .team_info_container .team_info_content .team_readmore {
    height: 165px;
    overflow-y: scroll; }

  .team_info_container .team_info_button {
    bottom: 2%;
    right: 2.2%; }

  .team_info_button a img {
    width: 35px; } }
@media only screen and (max-width: 768px) {
  .team_container {
    max-width: 450px; }

  .team_container .team_slide .item .team_box .team_info h3 {
    font-size: 14px; }

  .team_container .team_slide .owl-nav {
    width: 114%; }

  .team_info_container .team_info_img img {
    max-height: 280px; }

  .team_info_container .team_info_img img {
    margin-bottom: -2%; }

  .team_info_container {
    width: 90%; } }
@media only screen and (max-width: 550px) {
  .team_container {
    max-width: 200px; }

  .team_container .team_slide .owl-nav {
    width: 134%; }

  .team_info_container .team_info_img img {
    max-height: 240px; } }
@media only screen and (max-width: 550px) and (max-height: 540px) {
  .team_info_container .team_info_content {
    padding: 0px 10px 40px 10px; }

  .team_info_container .team_info_img img {
    max-height: 152px; } }
#practice_area_fluid {
  width: 100%;
  height: 100vh;
  background-image: linear-gradient(rgba(255, 255, 255, 0.85), rgba(255, 255, 255, 0.85)), url("../images/areas_bg11.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: flex-start; }

.practice_area_contaiener {
  width: 70%;
  margin-left: 12%;
  display: flex;
  height: 100%;
  align-items: center;
  position: relative; }
  .practice_area_contaiener:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    left: -17%;
    background-color: #fff;
    clip-path: polygon(0 0, 66% 0, 99% 100%, 0% 100%);
    width: 52%;
    height: 100%; }
  .practice_area_contaiener .practice_area_wrapper {
    display: flex; 
    align-items: flex-start;  
  }
  .practice_area_contaiener .practice_area_content_box {
    flex: 0 0 75%;
    display: flex; }
    .practice_area_contaiener .practice_area_content_box .text_shape {
      width: 120px;
      height: 150%;
      float: left;
      shape-outside: polygon(-26px 97px, 116px 457px, -21px -112px); }
    .practice_area_contaiener .practice_area_content_box .practice_area_text {
      /*background-color: #1E1F2B;*/
      border-bottom: 2px solid #D90000;
      padding: 50px 35px 35px 75px;
       }
      .practice_area_contaiener .practice_area_content_box .practice_area_text:not(:first-child) {
        display: none; }
      .practice_area_contaiener .practice_area_content_box .practice_area_text p {
        color: #000;
        font-size: 13px;
        font-family: 'Conv_Centrale Sans Extra Light';
        text-align: justify;
        opacity: 0;
        transition: .8s; }
  .practice_area_contaiener .practice_area_list_box {
    flex: 0 0 20%;
    position: relative;
    z-index: 2000; }
    .practice_area_contaiener .practice_area_list_box .practice_list_tittle {
      margin-bottom: 20px;
      cursor: pointer; }
      .practice_area_contaiener .practice_area_list_box .practice_list_tittle h3 {
        color: #000;
        font-size: 18px;
        font-family: 'Conv_CentraleSans-Medium';
        border-bottom: 2px solid #D90000;
        padding: 3px 20px;
        display: inline-block; }
    .practice_area_contaiener .practice_area_list_box ul {
      padding-left: 19px; }
      .practice_area_contaiener .practice_area_list_box ul li {
        color: #515151;
        font-size: 12px;
        position: relative;
        margin-bottom: 20px;
        cursor: pointer; }
        .practice_area_contaiener .practice_area_list_box ul li:after {
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          left: -25px;
          content: "";
          background-image: url(../images/areas_list_icon11.png);
          background-repeat: no-repeat;
          background-position: center center;
          width: 20px;
          height: 20px; }

.area_language span {
  color: #000; }

/*responsive*/
@media only screen and (max-width: 1680px) {
  .practice_area_contaiener .practice_area_content_box .text_shape {
    width: 120px;
    float: left;
    shape-outside: polygon(-26px 97px, 95px 455px, -21px -112px); } }
@media only screen and (max-width: 1640px) {
  .practice_area_contaiener .practice_area_content_box {
    flex: 0 0 85%; }

  .practice_area_contaiener .practice_area_content_box .practice_area_text {
    padding: 50px 35px 35px 55px; } }
@media only screen and (max-width: 1440px) {
  .practice_area_contaiener .practice_area_content_box {
    flex: 0 0 90%; }

  .practice_area_contaiener .practice_area_content_box .practice_area_text p {
    font-size: 11.5px; }

  .practice_area_contaiener .practice_area_content_box .text_shape {
    shape-outside: polygon(-29px 103px, 96px 457px, -21px -112px); } }
@media only screen and (max-width: 1240px) {
  .practice_area_contaiener .practice_area_content_box .practice_area_text p {
    font-size: 10.5px; }

  .practice_area_contaiener .practice_area_content_box .text_shape {
    shape-outside: polygon(-32px 88px, 81px 455px, -23px -118px); } }
@media only screen and (max-width: 1367px) and (max-height: 750px) {
  .practice_area_contaiener .practice_area_content_box .practice_area_text {
    padding: 35px 35px 35px 39px;
    }

  .practice_area_contaiener .practice_area_wrapper {
    margin-top: 3%; }

  .practice_area_contaiener .practice_area_list_box ul li {
    font-size: 11px;
    margin-bottom: 12px; }

  .practice_area_contaiener .practice_area_content_box .text_shape {
    shape-outside: polygon(-38px 282px, 137px 542px, 2px -48px); } }
@media only screen and (max-width: 1024px) and (max-height: 800px) {
  .practice_area_contaiener .practice_area_content_box .text_shape {
    shape-outside: polygon(-32px 76px, 72px 453px, -24px -118px); }

  .practice_area_contaiener .practice_area_list_box ul li {
    margin-bottom: 15px;
    font-size: 11px; } }
@media only screen and (max-width: 1024px) and (max-height: 640px) {
  .practice_area_contaiener .practice_area_content_box .practice_area_text p {
    font-size: 10px; }

  .practice_area_contaiener .practice_area_content_box .text_shape {
    shape-outside: polygon(-31px 80px, 98px 453px, -24px -118px); }

  .practice_area_contaiener .practice_area_content_box .practice_area_text {
    padding: 25px 35px 35px 39px;
    } 
    
}
@media only screen and (max-width: 992px) {
  .practice_area_contaiener .practice_area_wrapper {
    display: flex;
    flex-direction: column-reverse;
    margin-top: 9%; }

  .text_shape {
    display: none; }

  .practice_area_contaiener:after {
    content: unset; }

  .practice_area_contaiener .practice_area_list_box ul li {
    flex: 0 0 30%; }

  .practice_area_contaiener .practice_area_list_box ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }

  .practice_area_contaiener {
    width: 90%;
    margin: 0 auto; }

  .practice_area_contaiener .practice_area_list_box .practice_list_tittle {
    margin: 10px 0; }

  .practice_area_contaiener {
    overflow-y: scroll;
    height: calc(100% - 160px); }
    .practice_area_contaiener::-webkit-scrollbar {
      width: 0px; }

  .practice_area_contaiener .practice_area_content_box .practice_area_text {
    padding: 25px 10px 5px 10px;
    height: 260px;
    border-bottom: unset;
    overflow-y: scroll; }
    .practice_area_contaiener .practice_area_content_box .practice_area_text::-webkit-scrollbar {
      width: 0px; } }
@media only screen and (max-width: 550px) {
  .practice_area_contaiener .practice_area_list_box ul li {
    flex: 0 0 34%;
    margin-bottom: 7px;
    font-size: 10px; } }
@media only screen and (max-width: 550px) {
  .practice_area_contaiener .practice_area_list_box ul li {
    flex: 0 0 44%; } }
#references_fluid {
  width: 100%;
  height: 100vh;
  background-image: linear-gradient(rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.6)), url("../images/team_bgg11.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden; }

.references_container {
  width: 70%;
  background-repeat: no-repeat;
  background-image: url(../images/reference_slider_bg11.png);
  background-position: center center;
  background-size: contain;
  height: 60%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center; }
  .references_container .references_content_box {
    width: 80%;
    position: relative; }
    .references_container .references_content_box .reference_text_box p {
      font-size: 18px;
      color: #000000;
      font-family: 'Conv_Centrale Sans Extra Light';
      text-align: justify; }
    .references_container .references_content_box .reference_text_box span {
      color: #000000;
      font-size: 16px; }
  .references_container .owl-dots {
    display: none; }

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: space-between;
  width: 130%;
  z-index: -1; }

.references_container .owl-carousel .owl-nav button {
  outline: none;
  width: 80px;
  height: 80px;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: contain !important;
  background-image: url("../images"); }
  .references_container .owl-carousel .owl-nav button span {
    display: none; }
  .references_container .owl-carousel .owl-nav button.owl-next {
    background-image: url("../images/reference_slide_right11.png"); }
  .references_container .owl-carousel .owl-nav button.owl-prev {
    background-image: url("../images/reference_slide_left11.png"); }

/*responsive*/
@media only screen and (max-width: 1870px) {
  .owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    width: 138%; } }
@media only screen and (max-width: 1500px) {
  .references_container .references_content_box .reference_text_box p {
    font-size: 16px; }

  .references_container .references_content_box .reference_text_box span {
    font-size: 14px; } }
@media only screen and (max-width: 1376px) {
  .references_container .references_content_box .reference_text_box p {
    font-size: 14px;
  }

  .owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    width: 145%; }
    
    .reference_text_box {
    height: 300px;
    overflow-y: scroll;
    padding: 10px 45px;
    }
    
}
@media only screen and (max-width: 1024px) {
    
    .reference_text_box {
            height: 230px;
         overflow-y: scroll;
    }
    
  .references_container .references_content_box .reference_text_box p {
    font-size: 13px; } }
@media only screen and (max-width: 992px) {
    
  .references_container {
    background-image: url(../images/reference_sl_line11.png);
    background-size: 90% 70%;
    width: 80%;
    height: 55%; } }
@media only screen and (max-width: 768px) {
  .reference_text_box {
    overflow-y: scroll;
    height: 200px;
    line-height: 15px;
    padding:10px 0;
    }
    .reference_text_box::-webkit-scrollbar {
      width: 0px; }

  .references_container .references_content_box .reference_text_box p {
    font-size: 11px; }

  .references_container .owl-carousel .owl-nav button {
    width: 55px;
    height: 54px; }

  .references_container {
    width: 100%; }

  .owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    width: 120%; }

  .references_container .references_content_box .reference_text_box span {
    font-size: 10px; } }
@media only screen and (max-width: 425px) {
  .owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    width: 130%; } }
#reviews_fluid {
  width: 100%;
  height: 100vh;
  background-image: linear-gradient(rgba(255, 255, 255, 0.85), rgba(255, 255, 255, 0.85)), url("../images/areas_bg11.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: flex-start; }

.reviews_contaiener {
  width: 70%;
  margin-left: 12%;
  /*margin-top: 10%;*/
  display: flex;
  height: 100%;
  align-items: center;
  position: relative; }
  .reviews_contaiener .clients_info_container {
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    position: relative;
    z-index: 1;
    padding: 70px 20px 0px 20px; }
    .reviews_contaiener .clients_info_container .client_info_box {
      flex: 0 0 25%;
      text-align: center;
      display: flex;
      justify-content: center; }
      .reviews_contaiener .clients_info_container .client_info_box .client_info {
        text-align: left; }
      .reviews_contaiener .clients_info_container .client_info_box h2 {
        color: #000;
        font-size: 16px;
        font-family: 'Conv_Centrale Sans Extra Light';
        position: relative;
        display: inline-block; }
        .reviews_contaiener .clients_info_container .client_info_box h2:after {
          content: "";
          top: 20px;
          left: 0;
          width: 58px;
          height: 2px;
          background-color: #D90000;
          position: absolute; }
      .reviews_contaiener .clients_info_container .client_info_box span {
        font-size: 45px;
        font-family: 'Conv_Centrale Sans Bold';
        display: block;
        margin-top: 20px; }
  .reviews_contaiener .owl-dots {
    display: flex;
    align-items: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -8%; }
    .reviews_contaiener .owl-dots button {
      background-color: #6F7073;
      width: 10px;
      height: 10px;
      border-radius: 50%;
      margin-right: 8px;
      transition: .5s;
      cursor: pointer; }
      .reviews_contaiener .owl-dots button.active {
        /*width: 15px;
        height: 15px;*/
        transform: scale(1.5);
        background-color: #565656; }
      .reviews_contaiener .owl-dots button.active10 {
        background-color: #6F7073;
        transform: scale(1.3);
        /*width: 10px;
        height: 10px;*/ }
      .reviews_contaiener .owl-dots button.active8 {
        background-color: #919191;
        transform: scale(1.5) !important;
        width: 7px;
        height: 7px; }
  .reviews_contaiener:after {
    content: "";
    position: absolute;
    top: 0%;
    left: 0;
    left: -17%;
    background-color: #fff;
    clip-path: polygon(0 0, 66% 0, 99% 100%, 0% 100%);
    width: 44%;
    height: 100%; }
  .reviews_contaiener .reviews_slide {
    height: 100%;
    position: relative; }
    .reviews_contaiener .reviews_slide .owl-stage-outer {
      height: 100% !important; }
      .reviews_contaiener .reviews_slide .owl-stage-outer .owl-stage {
        height: 100% !important; }
        .reviews_contaiener .reviews_slide .owl-stage-outer .owl-stage .owl-item {
          height: 100% !important; }
          .reviews_contaiener .reviews_slide .owl-stage-outer .owl-stage .owl-item .item {
            height: 100% !important; }
            .reviews_contaiener .reviews_slide .owl-stage-outer .owl-stage .owl-item .item .review_slide_box {
              height: 100%; }
  .reviews_contaiener .reviews_contaiener_wrapper {
    width: 100%; }
    .reviews_contaiener .reviews_contaiener_wrapper .reviews_slider {
      max-width: 1000px;
      height: 355px;
      margin: 0 auto;
      background-color: #fff;
      border-bottom: 2px solid #D90000;
      position: relative;
      z-index: 1; }
  .reviews_contaiener .review_slide_box {
    display: flex;
    justify-content: center; }
    .reviews_contaiener .review_slide_box .review_slide_text {
      flex: 0 0 50%;
      padding: 55px 0px; }
      .reviews_contaiener .review_slide_box .review_slide_text h2 {
        color: #000000;
        font-size: 16px;
        font-family: 'Conv_CentraleSans-Medium'; }
      .reviews_contaiener .review_slide_box .review_slide_text span {
        font-family: 'Conv_CentraleSans-Medium';
        font-size: 12px;
        color: #000; }
      .reviews_contaiener .review_slide_box .review_slide_text p {
        font-family: 'Conv_Centrale Sans Thin';
        color: #000;
        font-size: 12px;
        margin-top: 15px; }
    .reviews_contaiener .review_slide_box .review_slide_img {
      flex: 0 0 25%;
      display: flex;
      align-items: flex-end;
      padding-top: 25px; }
      .reviews_contaiener .review_slide_box .review_slide_img img {
        height: 100%;
        object-fit: contain;
        width: 100%; }

.bullet_box {
  position: absolute;
  top: 50%;
  right: -10%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center; }
  .bullet_box .bullet {
    width: 10px;
    height: 10px;
    margin-right: 8px;
    border-radius: 50%;
    transition: .4s;
    background-color: #565656;
    cursor: pointer; }
    .bullet_box .bullet.active {
      /*width: 15px;
      height: 15px;*/
      transform: scale(1.5);
      background-color: #565656; }
    .bullet_box .bullet.active10 {
      background-color: #6F7073;
      transform: scale(1.3);
      /*width: 10px;
      height: 10px;*/ }
    .bullet_box .bullet.active8 {
      background-color: #919191;
      transform: scale(1.5) !important;
      width: 7px;
      height: 7px; }

.reviews_contaiener .owl-carousel button.owl-dot {
  display: none; }
.reviews_contaiener .bullet_box {
  display: none; }
.reviews_contaiener .owl-carousel .owl-nav button {
  outline: none;
  width: 80px;
  height: 80px;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: contain !important;
  background-image: url("../images"); }
  .reviews_contaiener .owl-carousel .owl-nav button span {
    display: none; }
  .reviews_contaiener .owl-carousel .owl-nav button.owl-next {
    background-image: url("../images/reference_slide_right11.png"); }
  .reviews_contaiener .owl-carousel .owl-nav button.owl-prev {
    background-image: url("../images/reference_slide_left11.png"); }
.reviews_contaiener .owl-carousel .owl-dots.disabled, .reviews_contaiener .owl-carousel .owl-nav.disabled {
  width: 118%; }

/*// responsive*/
@media only screen and (max-width: 1376px) {
  .reviews_contaiener .reviews_contaiener_wrapper .reviews_slider {
    max-width: 700px; }

  .reviews_contaiener .clients_info_container .client_info_box h2 {
    font-size: 12px; }

  .reviews_contaiener .clients_info_container .client_info_box span {
    font-size: 31px;
    margin-top: 15px; }

  .reviews_contaiener .clients_info_container {
    padding: 10px 20px 0px 20px; }

  .reviews_contaiener .owl-carousel .owl-dots.disabled, .reviews_contaiener .owl-carousel .owl-nav.disabled {
    width: 125%; } }
    
    @media only screen and (max-width: 1024px) {
        .reviews_contaiener .reviews_contaiener_wrapper .reviews_slider{
            height:270px;
        }
        
    }
@media only screen and (max-width: 992px) {
  .reviews_contaiener .clients_info_container {
    justify-content: space-between;
    width: 87%;
    padding: 25px 0px 0px 0px; }

  .reviews_contaiener .clients_info_container .client_info_box span {
    font-size: 24px;
    margin-top: 12px; }

  .reviews_contaiener .owl-carousel .owl-nav button {
    width: 60px;
    height: 60px; }

  .reviews_contaiener {
    width: 90%;
    margin: 0 auto; }
    .reviews_contaiener:after {
      content: unset; }

  .reviews_contaiener .owl-carousel .owl-dots.disabled, .reviews_contaiener .owl-carousel .owl-nav.disabled {
    width: 118%; } }
@media only screen and (max-width: 800px) {
  .reviews_contaiener {
    width: 80%;
    margin: 0 auto; }

  .reviews_contaiener .clients_info_container .client_info_box h2 {
    font-size: 10px; }

  .reviews_contaiener .clients_info_container .client_info_box span {
    font-size: 16px;
    margin-top: 10px; }

  .reviews_contaiener .reviews_contaiener_wrapper .reviews_slider {
    height: unset; }

  .reviews_contaiener .review_slide_box .review_slide_text {
    flex: 0 0 60%;
    padding: 22px 0px; }

  .reviews_text {
    overflow-y: scroll;
    height: 160px; }
    .reviews_text::-webkit-scrollbar {
      width: 0px; }

  .reviews_contaiener .reviews_contaiener_wrapper .reviews_slider {
    height: 255px; }

  .reviews_contaiener .clients_info_container {
    padding: 10px 0px 0px 0px;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap; }

  .reviews_contaiener .clients_info_container .client_info_box {
    flex: 0 0 50%; }

  .reviews_contaiener .clients_info_container .client_info_box {
    justify-content: flex-start; }
    .reviews_contaiener .clients_info_container .client_info_box:nth-child(2n) {
      justify-content: flex-end; }
    .reviews_contaiener .clients_info_container .client_info_box:last-child {
      padding-right: 12px; }

  .reviews_contaiener .owl-carousel .owl-dots.disabled, .reviews_contaiener .owl-carousel .owl-nav.disabled {
    width: 128%; } }
@media only screen and (max-width: 550px) {
  .reviews_contaiener .owl-carousel .owl-nav button {
    width: 35px;
    height: 35px; } }
@media only screen and (max-width: 550px) and (max-height: 560px) {
  .main_back_arrow_box a img {
    width: 40px; }

  .main_front_arrow_box img {
    width: 30px; }

  .main_fluid_bot_arrow {
    width: 85px; }

  .reviews_contaiener .reviews_contaiener_wrapper {
    margin-top: 17%; } }
@media only screen and (max-width: 550px) and (max-height: 480px) {
  .reviews_text {
    overflow-y: scroll;
    height: 140px; }

  .reviews_contaiener .reviews_contaiener_wrapper .reviews_slider {
    height: 215px; }

  .reviews_contaiener .reviews_contaiener_wrapper {
    margin-top: 8%; } }
#office_fluid {
  width: 100%;
  height: 100vh;
  background-image: url("../images/office_bg_2.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center; }
  #office_fluid:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fff;
    width: 56%;
    height: 100%;
    z-index: 1;
    -webkit-clip-path: polygon(0 0, 78% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 78% 0, 100% 100%, 0% 100%); }

.office_container {
  width: 70%; }
  .office_container .office_tittle {
    position: relative;
    z-index: 2;
    padding-left: 22%;
    margin-bottom: 2%; }
    .office_container .office_tittle h2 {
      color: #000;
      font-size: 18px;
      font-family: 'Conv_CentraleSans-Medium';
      text-transform: uppercase; }

.office_slider section {
  position: relative; }
  .office_slider section .controls {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2; }

.clear {
  clear: both; }

.controls {
  width: 120%; }

.cbcontrol {
  float: left;
  width: 50px;
  height: 50px;
  text-align: center;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

#cbControlLeft {
  float: right; }

#cbControlRight {
  float: left; }

.cbcontrol:hover {
  cursor: pointer; }

.stage {
  /*background-color: #000000;*/
  float: left;
  height: 460px;
  overflow: hidden;
  width: 100%;
  /*max-width: 800px;*/
  z-index: 10;
  position: relative;
  -webkit-backface-visibility: hidden;
  display: flex;
  align-items: center;
  justify-content: center; }

.cbImage {
  width: 350px;
  height: 268px;
  float: left;
  /*margin: 25px 0px 25px 0px;*/
  border-bottom: 2px solid #D90000;
  position: absolute;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }
  .cbImage.active {
    z-index: 100;
    -webkit-transform: perspective(500px) rotateY(0deg);
    -O-transform: perspective(500px) rotateY(0deg);
    transform: perspective(500px) rotateY(0deg);
    -webkit-transition: all .5s ease-out;
    -O-transition: all .5s ease-out;
    transition: all .5s ease-out;
    box-shadow: -5px 2px 20px 0px #000000; }

.cbImage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: pointer; }

.cbImage.active {
  transform: scale(1.5); }

.inactiveLeft {
  -webkit-transform: perspective(500px) rotateY(60deg);
  -O-transform: perspective(500px) rotateY(60deg);
  transform: perspective(500px) rotateY(60deg);
  -webkit-transition: all .5s ease-out;
  -O-transition: all .5s ease-out;
  transition: all .5s ease-out;
  box-shadow: -5px 2px 20px 0px #000000; }

.inactiveRight {
  -webkit-transform: perspective(500px) rotateY(-60deg);
  -O-transform: perspective(500px) rotateY(-60deg);
  transform: perspective(500px) rotateY(-60deg);
  -webkit-transition: all .5s ease-out;
  -O-transition: all .5s ease-out;
  transition: all .5s ease-out;
  box-shadow: -12px 0px 20px 0px #d6d6d6; }

.inactiveRight2 {
  z-index: 50 !important; }

.intro {
  color: #fff; }

@media only screen and (max-width: 1400px) {
  .office_container {
    width: 80%; } }
@media only screen and (max-width: 1366px) {
  .cbImage.active {
    transform: scale(1.4); } }
@media only screen and (max-width: 992px) {
  .cbImage.active {
    transform: scale(1.3); }

  .office_container .office_tittle {
    margin-bottom: -4%; }

  .cbImage {
    width: 300px;
    height: 238px; }

  .resp_navbar_container ._navigation .li_o:after {
    top: 4px !important; } }
@media only screen and (max-width: 768px) {
  .cbImage {
    width: 250px;
    height: 180px; }

  .cbImage.active {
    transform: scale(1.2); }

  .cbcontrol img {
    width: 35px; }

  .controls {
    width: 123%; }

  #cbControlLeft {
    display: flex;
    align-items: center; }

  #cbControlRight {
    display: flex;
    align-items: center;
    justify-content: flex-end; }

  .stage {
    height: 350px; } }
@media only screen and (max-width: 425px) {
  .cbImage.active {
    transform: scale(1.1); }

  .cbcontrol img {
    width: 25px; }

  .cbImage {
    width: 200px;
    height: 130px; }

  .stage {
    height: 280px; } }

/*# sourceMappingURL=main.css.map */
