/* Css For MetroBank */
/************ TABLE OF CONTENTS ***************
1. Fonts
2. Reset
3. Global
4. Main Header/style-one/style-two
5. Main Slider/style-one/style-two
6. Intro Section
7. Welcome Section
9. Cta Section
8. Research Fields
10. Testimonial Section
11. Researches Section
12. Team Section
14. Video
15. Fact Counter
16. News Section
19. Clients Section
20. Main Footer
21. Footer Bottom
22. Research Style Two
23. Innovative Solution
24. Discover Section
25. Testimonial Section
26. Chooseus Section
27. News Style Two
28. Page Title
29. Research Page Section
30. Research Details
31. Professor Page Section
32. Professor Details
33. About Section
34. Error Section
35. Blog Page Section
36. Blog Details
37. Blog Sidebar
38. Contact Section
39. Google Map
**********************************************/
/*** 
====================================================================
  Reset
====================================================================
 ***/

 
 * {
  margin: 0px;
  padding: 0px;
  border: none;
  outline: none;
}
/*** 
====================================================================
  Global Settings
====================================================================
 ***/
:root {
  /* --theme-color: #ff6c00; */
  --theme-color: #d95e16;
  --secondary-color: #0a0f20;
  --pink-color: #ffc0cb;
  --violet-color: #7f00ff;
  --crimson-color: #dc143c;
  --orange-color: #ffa500;
  --text-color: #676767;
  --title-color: #141417;
  --text-font: "Inter", sans-serif;
  --title-font: "Manrope", sans-serif;
}
body {
  font-size: 16px;
  color: var(--text-color);
  line-height: 28px;
  font-weight: 400;
  background: #ffffff;
  font-family: var(--text-font);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  -webkit-font-smoothing: antialiased;
}
@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
    padding: 0px 15px;
  }
}
.large-container {
  max-width: 1710px;
  padding: 0px 15px;
  /* margin: 0 auto; */
}
.container-fluid {
  padding: 0px;
}
.auto-container {
  position: static;
  max-width: 1320px;
  padding: 0px 15px;
  margin: 0 auto;
}
.small-container {
  max-width: 680px;
  margin: 0 auto;
}
.boxed_wrapper {
  position: relative;
  margin: 0 auto;
  overflow: hidden !important;
  width: 100%;
  min-width: 300px;
}
a {
  text-decoration: none;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}
a:hover {
  text-decoration: none;
  outline: none;
}
input,
button,
select,
textarea {
  font-family: var(--text-font);
  font-weight: 400;
  font-size: 18px;
  background: transparent;
}
::-webkit-input-placeholder {
  color: inherit;
}
::-moz-input-placeholder {
  color: inherit;
}
::-ms-input-placeholder {
  color: inherit;
}
ul,
li {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
input {
  transition: all 500ms ease;
}
button:focus,
input:focus,
textarea:focus {
  outline: none;
  box-shadow: none;
  transition: all 500ms ease;
}
p {
  position: relative;
  font-family: var(--text-font);
  color: var(--text-color);
  font-weight: 400;
  margin: 0px;
  transition: all 500ms ease;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  position: relative;
  font-family: var(--title-font);
  font-weight: 700;
  color: var(--title-color);
  margin: 0px;
  transition: all 500ms ease;
}
/* Preloader */
.handle-preloader {
  align-items: center;
  -webkit-align-items: center;
  display: flex;
  display: -ms-flexbox;
  height: 100%;
  justify-content: center;
  -webkit-justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9999999;
  background: linear-gradient(-45deg, #d7792d 1%, #d7792d 100%);
}
.preloader-close {
  position: fixed;
  z-index: 99999999;
  font-size: 14px;
  background: #fff;
  color: red;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
  right: 30px;
  top: 30px;
  font-weight: 400;
}
.handle-preloader .animation-preloader {
  position: absolute;
  z-index: 100;
}
.handle-preloader .animation-preloader .spinner {
  animation: spinner 1s infinite linear;
  border-radius: 50%;
  height: 150px;
  margin: 0 auto 45px auto;
  width: 150px;
}
.handle-preloader .animation-preloader .txt-loading {
  text-align: center;
  user-select: none;
}
.handle-preloader .animation-preloader .txt-loading .letters-loading:before {
  animation: letters-loading 4s infinite;
  content: attr(data-text-preloader);
  left: 0;
  opacity: 0;
  top: 0;
  position: absolute;
}
.handle-preloader .animation-preloader .txt-loading .letters-loading {
  font-family: var(--title-font);
  font-weight: 500;
  letter-spacing: 15px;
  display: inline-block;
  position: relative;
  font-size: 60px;
  line-height: 60px;
  text-transform: uppercase;
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(255, 255, 255, 0.3);
}
.handle-preloader
  .animation-preloader
  .txt-loading
  .letters-loading:nth-child(2):before {
  animation-delay: 0.2s;
}
.handle-preloader
  .animation-preloader
  .txt-loading
  .letters-loading:nth-child(3):before {
  animation-delay: 0.4s;
}
.handle-preloader
  .animation-preloader
  .txt-loading
  .letters-loading:nth-child(4):before {
  animation-delay: 0.6s;
}
.handle-preloader
  .animation-preloader
  .txt-loading
  .letters-loading:nth-child(5):before {
  animation-delay: 0.8s;
}
.handle-preloader
  .animation-preloader
  .txt-loading
  .letters-loading:nth-child(6):before {
  animation-delay: 1s;
}
.handle-preloader
  .animation-preloader
  .txt-loading
  .letters-loading:nth-child(7):before {
  animation-delay: 1.2s;
}
.handle-preloader
  .animation-preloader
  .txt-loading
  .letters-loading:nth-child(8):before {
  animation-delay: 1.4s;
}
.handle-preloader
  .animation-preloader
  .txt-loading
  .letters-loading:nth-child(9):before {
  animation-delay: 1.6s;
}
.handle-preloader
  .animation-preloader
  .txt-loading
  .letters-loading:nth-child(10):before {
  animation-delay: 1.8s;
}
.handle-preloader .loader-section {
  background-color: #ffffff;
  height: 100%;
  position: fixed;
  top: 0;
  width: calc(50% + 1px);
}
.preloader .loaded .animation-preloader {
  opacity: 0;
  transition: 0.3s ease-out;
}
.handle-preloader .animation-preloader .txt-loading .letters-loading:before {
  color: #ffffff;
}
.handle-preloader .animation-preloader .spinner {
  border: 3px solid #ffffff;
  border-top-color: rgba(255, 255, 255, 0.5);
}
/* AnimaciÃ³n del preloader */
@keyframes spinner {
  to {
    transform: rotateZ(360deg);
  }
}
@keyframes letters-loading {
  0%,
  75%,
  100% {
    opacity: 0;
    transform: rotateY(-90deg);
  }
  25%,
  50% {
    opacity: 1;
    transform: rotateY(0deg);
  }
}
@media screen and (max-width: 767px) {
  .handle-preloader .animation-preloader .spinner {
    height: 8em;
    width: 8em;
  }
}
@media screen and (max-width: 500px) {
  .handle-preloader .animation-preloader .spinner {
    height: 7em;
    width: 7em;
  }
  .handle-preloader .animation-preloader .txt-loading .letters-loading {
    font-size: 30px;
    letter-spacing: 10px;
  }
}
.centred {
  text-align: center;
}
.pull-left {
  float: left;
}
.pull-right {
  float: right;
}
figure {
  margin: 0px;
}
img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  transition-delay: 0.1s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.7s;
  transition-property: all;
}
.row {
  --bs-gutter-x: 30px;
}
/** button **/
.theme-btn {
  position: relative;
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  font-family: var(--title-font);
  color: #fff !important;
  text-align: center;
  padding: 18px 35px;
  z-index: 1;
  transition: all 500ms ease;
}
.theme-btn.btn-one {
  background: var(--theme-color);
}
.theme-btn.btn-two {
  background: var(--secondary-color);
}
.theme-btn.btn-three {
  background: #fff;
  color: var(--theme-color);
}
.theme-btn:before,
.theme-btn:after {
  content: "";
  position: absolute;
  display: block;
  box-sizing: border-box;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: var(--secondary-color);
  transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transform-origin: center;
  transform: scale(0) rotate(0);
  z-index: -1;
}
.theme-btn.btn-two:before,
.theme-btn.btn-two:after {
  background: var(--theme-color);
}
.theme-btn:hover:before {
  border-radius: 0;
  transform: scale(1) rotate(-180deg);
}
.theme-btn:hover:after {
  border-radius: 0;
  transform: scale(1) rotate(180deg);
}
.parallax-bg {
  position: absolute;
  left: 0px;
  top: -30%;
  width: 100%;
  height: calc(100% + 30%);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
/** styled-pagination */
.pagination {
  position: relative;
  display: block;
}
.pagination li {
  position: relative;
  display: inline-block;
  margin: 0px 4px;
}
.pagination li a {
  position: relative;
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  height: 60px;
  width: 60px;
  line-height: 62px;
  background: #ffffff;
  box-shadow: 0px 10px 40px 10px rgba(0, 0, 0, 0.07);
  text-align: center;
  color: var(--title-color);
  border-radius: 50%;
  z-index: 1;
  transition: all 500ms ease;
}
.pagination li a:hover,
.pagination li a.current {
  color: #fff;
  background: var(--theme-color);
  border-color: var(--theme-color);
}
.pagination li a i {
  font-size: 16px;
}
.mr-0 {
  margin: 0px !important;
}
/** scroll-to-top **/
.scroll-to-top {
  position: fixed;
  right: 0px;
  bottom: 100px;
  transform: rotate(90deg);
  z-index: 99;
}
.scroll-to-top .visible {
  visibility: visible !important;
  opacity: 1 !important;
}
.scroll-to-top .scroll-top-inner {
  opacity: 0;
  visibility: hidden;
}
.scroll-to-top .scroll-top-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.scroll-to-top .scroll-bar {
  width: 50px;
  height: 2px;
  margin-right: 10px;
  position: relative;
}
.scroll-to-top .scroll-bar:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #f4244f;
  opacity: 0.3;
}
.scroll-to-top .scroll-bar .bar-inner {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  background-color: currentColor;
}
.scroll-to-top .scroll-bar-text {
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  color: var(--theme-color);
  text-shadow: 0px 1px 0px #d95e16;
  transition: all 500ms ease;
}
.scroll-to-top .scroll-bar-text:hover {
  transform: scale(1.1);
}
@-webkit-keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
.sec-title {
  position: relative;
  display: block;
}
.sec-title h6 {
  display: block;
  font-size: 16px;
  line-height: 22px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.sec-title h2 {
  display: block;
  font-size: 40px;
  line-height: 52px;
  font-weight: 800;
}
.sec-title.light .sub-title,
.sec-title.light h2 {
  color: #fff !important;
}
.sec-title p {
  margin-top: 17px;
}
.sec-title h2 span {
  color: var(--theme-color);
}
/*** 
====================================================================
                        Home-Page-One
====================================================================
***/
/** main-header **/
.main-header {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 999;
  width: 100%;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}
.sticky-header {
  position: fixed;
  opacity: 0;
  visibility: hidden;
  left: 0px;
  top: 0px;
  width: 100%;
  z-index: 0;
  background-color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}
.fixed-header .sticky-header {
  z-index: 999;
  opacity: 1;
  visibility: visible;
  -ms-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -op-animation-name: fadeInDown;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -ms-animation-duration: 500ms;
  -moz-animation-duration: 500ms;
  -op-animation-duration: 500ms;
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
  -ms-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -op-animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -ms-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -op-animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
/** header-top **/
.header-top {
  position: relative;
  width: 100%;
  /* background: #212226; */
  background-image: linear-gradient(to top, #46484d, #606779);
  padding: 0px 0px;
  text-transform: uppercase;
}
.header-top .top-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* padding-left: 350px; */
  font-size: 10.4px;
}
.header-top .links-list {
  position: relative;
  display: flex;
  align-items: center;
}
.main-menu .navigation > li:hover > a {
  color: #999999 !important;
}
.header-top .links-list li {
  /* margin-right: 35px; */
  border-left-color: #ffffff75;
  border-left-style: solid;
  border-left-width: 1px;
  padding: 10px 0;
}
.main-menu .navigation > li.current > a {
  color: #999999 !important;
}
.header-top .links-list li:first-child {
  border-left-width: 0px;
}
.header-top .links-list li:last-child {
  margin: 0px !important;
}
.header-top .links-list li a {
  position: relative;
  display: inline-block;
  margin-right: 35px;
  margin-left: 35px;
  color: #fff;
  margin: auto;
  justify-content: center;
  text-align: center;
  display: block;
  margin-right: 35px;
  margin-left: 35px;
}
.header-top .links-list li a:hover {
  color: var(--theme-color);
}
.header-top .info-list {
  position: relative;
  display: flex;
  align-items: center;
}
.header-top .info-list li {
  position: relative;
  margin-right: 40px;
  padding-left: 32px;
  color: #fff;
}
.header-top .info-list li:last-child {
  margin: 0px !important;
}
.header-top .info-list li i {
  position: absolute;
  left: 0px;
  top: 5px;
  font-size: 18px;
  color: var(--theme-color);
}
.header-top .info-list li a {
  position: relative;
  display: inline-block;
  color: #fff;
}
.header-top .info-list li a:hover {
  color: var(--theme-color);
}
.main-header .outer-box {
  /* position: relative;
  display: flex;
  align-items: center;
  justify-content: space-around; */
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main-header .outer-box .logo-box {
  position: relative;
  padding: 61px 90px 61px 0px;
  margin-top: -60px;
  background: var(--theme-color);
  z-index: 1;
  width: 250px;
  height: 225px;
}
.main-header .outer-box .logo-box .shape {
  position: absolute;
  top: 0px;
  right: -24px;
  width: 24px;
  height: 100%;
  background: var(--theme-color);
  clip-path: polygon(100% 0%, 0% 50%, 100% 100%, 0 100%, 0 50%, 0 0);
}
figure.logo {
  /* position: absolute;
  top: 17px; */
}
.main-header .outer-box .logo-box:after {
  position: absolute;
  content: "";
  top: 0px;
  right: -32px;
  width: 32px;
  height: 100%;
  background: var(--theme-color);
  clip-path: polygon(100% 0%, 25% 50%, 100% 100%, 0 100%, 0 50%, 0 0);
  opacity: 0.15;
}
.main-header .outer-box .logo-box:before {
  position: absolute;
  content: "";
  background: var(--theme-color);
  width: 5000px;
  height: 100%;
  top: 0px;
  right: 0px;
  z-index: -1;
}
.main-header .menu-right-content {
  position: relative;
  display: flex;
  align-items: center;
}
.main-header .menu-right-content .theme-btn {
  padding: 13px 30px;
}
.main-header .menu-area {
  position: relative;
  display: flex;
  align-items: center;
}
/** main-menu **/
.main-menu {
  float: left;
}
.main-menu .navbar-collapse {
  padding: 0px;
  display: block !important;
}
.main-menu .navigation {
  margin: 0px;
}
.main-menu .navigation > li {
  position: inherit;
  float: left;
  z-index: 2;
  margin: 0px 8px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.main-menu .navigation > li:last-child {
  margin-right: 0px !important;
}
.main-menu .navigation > li:first-child {
  margin-left: 0px !important;
}
.main-menu .navigation > li > a {
  position: relative;
  display: block;
  text-align: center;
  font-size: 13px;
  line-height: 26px;
  text-transform: uppercase;
  font-weight: 600;
  font-family: var(--title-font);
  opacity: 1;
  padding: 35px 0 31px;
  z-index: 1;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  position: relative;
  display: block;
  text-align: center;
  font-size: 13px;
  line-height: 26px;
  text-transform: uppercase;
  font-weight: 600;
  font-family: var(--title-font);
  opacity: 1;
  padding: 35px 0 31px;
  z-index: 1;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  color: black;
}
.main-menu .navigation > li.dropdown > a {
  padding-right: 17px;
}
.main-menu .navigation > li.current > a,
.main-menu .navigation > li:hover > a {
}
.main-menu .navigation > li.dropdown > a:before {
  position: absolute;
  content: "\f107";
  font-family: "Font Awesome 5 Pro";
  top: 37px;
  right: 0px;
  font-weight: 500;
  transition: all 500ms ease;
}
.main-menu .navigation > li > ul,
.main-menu .navigation > li > .megamenu {
  position: absolute;
  left: inherit;
  top: 100%;
  width: 230px;
  margin-top: 15px;
  z-index: 100;
  display: none;
  background: var(--secondary-color);
  opacity: 0;
  visibility: hidden;
  border-radius: 0px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}
.main-menu .navigation > li > ul.from-right {
  left: auto;
  right: 0px;
}
.main-menu .navigation > li > ul > li {
  position: relative;
  width: 100%;
  background: #0a0f20;
}
.main-menu .navigation > li > ul > li > a,
.main-menu .navigation > li > .megamenu li > a {
  position: relative;
  display: block;
  padding: 8px 21px;
  line-height: 22px;
  font-weight: 600;
  font-size: 14px;
  text-transform: capitalize;
  font-family: var(--title-font);
  color: black;
  text-align: left;
  transition: all 500ms ease;
  width: 100%;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}
.main-menu .navigation > li > ul > li > a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  text-transform: inherit;
  color: white;
}
.main-menu .navigation > li > .megamenu li > a {
  padding-left: 0px;
}
.main-menu .navigation > li > .megamenu h4 {
  display: block;
  font-size: 20px;
  line-height: 30px;
  color: #ffffff;
}
.main-menu .navigation > li > ul > li > a:hover,
.main-menu .navigation > li > .megamenu li > a:hover {
  padding-left: 35px;
}
.main-menu .navigation > li > ul > li:last-child > a,
.main-menu .navigation > li > .megamenu li:last-child > a {
  border-bottom: none;
}
.main-menu .navigation > li > ul > li.dropdown > a:after {
  font-family: "Font Awesome 5 Pro";
  content: "\f105";
  position: absolute;
  right: 20px;
  top: 10px;
  display: block;
  line-height: 24px;
  font-size: 16px;
  font-weight: 800;
  text-align: center;
  z-index: 5;
}
.main-menu .navigation > li > ul > li > ul {
  position: absolute;
  left: 100%;
  top: 0%;
  margin-top: 15px;
  background: var(--secondary-color);
  width: 230px;
  z-index: 100;
  display: none;
  border-radius: 0px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}
.main-menu .navigation > li > ul > li > ul.from-right {
  left: auto;
  right: 0px;
}
.main-menu .navigation > li > ul > li > ul > li {
  position: relative;
  width: 100%;
}
.main-menu .navigation > li > ul > li > ul > li:last-child {
  border-bottom: none;
}
.main-menu .navigation > li > ul > li > ul > li > a {
     position: relative;
    display: block;
    /* text-transform: capitalize; */
    font-family: var(--title-font);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    text-align: left;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    background: white;
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .27);
    color: white;
    background: #0a0f20;
    padding: 8px 21px;
    line-height: 22px;
    font-weight: 600;
    font-size: 14px;
}
.main-menu .navigation > li > ul > li > ul > li:last-child > a {
  border-bottom: none;
}
.main-menu .navigation > li > ul > li > ul > li > a:hover {
  padding-left: 35px;
}
.main-menu .navigation > li > ul > li > ul > li.dropdown > a:after {
  font-family: "Font Awesome 5 Pro";
  content: "\f105";
  position: absolute;
  right: 20px;
  top: 12px;
  display: block;
  line-height: 24px;
  font-size: 16px;
  font-weight: 900;
  z-index: 5;
}
.main-menu .navigation > li.dropdown:hover > ul {
  width: 27%;
}
.main-menu .navigation > li > ul {
  background: white;
}
.main-menu .navigation > li.dropdown:hover > ul,
.main-menu .navigation > li.dropdown:hover > .megamenu {
  visibility: visible;
  opacity: 1;
  margin-top: 0px;
  top: 100%;
}
.main-menu .navigation li > ul > li.dropdown:hover > ul {
  visibility: visible;
  opacity: 1;
  top: 0%;
  margin-top: 0px;
}
.main-menu .navigation li.dropdown .dropdown-btn {
  position: absolute;
  right: -32px;
  top: 66px;
  width: 34px;
  height: 30px;
  text-align: center;
  font-size: 18px;
  line-height: 26px;
  color: #3b3b3b;
  cursor: pointer;
  display: none;
  z-index: 5;
  transition: all 500ms ease;
}
.main-menu .navigation li.current.dropdown .dropdown-btn,
.main-menu .navigation li:hover .dropdown-btn {
}
.main-menu .navigation li.dropdown ul li.dropdown .dropdown-btn {
  display: none;
}
.menu-area .mobile-nav-toggler {
  position: relative;
  float: right;
  font-size: 40px;
  line-height: 50px;
  cursor: pointer;
  background: var(--secondary-color);
  display: none;
}
.mobile-menu .nav-logo img {
  max-width: 160px;
}
.menu-area .mobile-nav-toggler .icon-bar {
  position: relative;
  height: 2px;
  width: 30px;
  display: block;
  margin-bottom: 5px;
  background-color: #fff;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.menu-area .mobile-nav-toggler .icon-bar:last-child {
  margin-bottom: 0px;
}
/** megamenu-style **/
.main-menu .navigation > li.dropdown > .megamenu {
  position: absolute;
  width: 100%;
  padding: 30px 50px;
  left: 0px;
}
.main-menu .navigation li.dropdown .megamenu li h4 {
  margin-bottom: 10px;
}
.sticky-header .main-menu .navigation > li > a {
  padding-top: 27px;
  padding-bottom: 27px;
}
.sticky-header .main-menu .navigation > li.dropdown > a:before {
  top: 27px;
}
.main-header .sticky-header .outer-box .logo-box {
  margin-top: 0px;
  padding-top: 21px;
  padding-bottom: 21px;
}
/** mobile-menu **/
.nav-outer .mobile-nav-toggler {
  position: relative;
  float: right;
  font-size: 40px;
  line-height: 50px;
  cursor: pointer;
  color: #3786ff;
  display: none;
}
.mobile-menu {
  position: fixed;
  right: 0;
  top: 0;
  width: 300px;
  padding-right: 30px;
  max-width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: 999999;
  transition: all 900ms ease;
}
.mobile-menu .navbar-collapse {
  display: block !important;
}
.mobile-menu .nav-logo {
  position: relative;
  padding: 50px 25px;
  text-align: left;
  padding-bottom: 100px;
}
.mobile-menu-visible {
  overflow: hidden;
}
.mobile-menu-visible .mobile-menu {
  opacity: 1;
  visibility: visible;
}
.mobile-menu .menu-backdrop {
  position: fixed;
  left: 0%;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: all 900ms ease;
  background-color: #000;
}
.mobile-menu-visible .mobile-menu .menu-backdrop {
  opacity: 0.7;
  visibility: visible;
  right: 100%;
  -webkit-transition: all 0.8s ease-out 0s;
  -o-transition: all 0.8s ease-out 0s;
}
.mobile-menu .menu-box {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  max-height: 100%;
  overflow-y: auto;
  background: #141417;
  padding: 0px 0px;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  border-radius: 0px;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  transition: all 900ms ease !important;
}
.mobile-menu-visible .mobile-menu .menu-box {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}
.mobile-menu .close-btn {
  position: absolute;
  right: 25px;
  top: 10px;
  line-height: 30px;
  width: 24px;
  text-align: center;
  font-size: 18px;
  color: #ffffff;
  cursor: pointer;
  z-index: 10;
  -webkit-transition: all 0.9s ease;
  -moz-transition: all 0.9s ease;
  -ms-transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
  transition: all 0.9s ease;
}
.mobile-menu-visible .mobile-menu .close-btn {
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}
.mobile-menu .close-btn:hover {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.mobile-menu .navigation {
  position: relative;
  display: block;
  width: 100%;
  float: none;
}
.mobile-menu .navigation li {
  position: relative;
  display: block;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.mobile-menu .navigation:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.mobile-menu .navigation li > ul > li:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.mobile-menu .navigation li > a {
  position: relative;
  display: block;
  line-height: 24px;
  padding: 10px 25px;
  font-size: 15px;
  font-weight: 500;
  color: #ffffff;
  text-transform: uppercase;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.mobile-menu .navigation li ul li > a {
  font-size: 16px;
  margin-left: 20px;
  text-transform: capitalize;
}
.mobile-menu .navigation li > a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 0;
  border-left: 5px solid #fff;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.mobile-menu .navigation li.current > a:before {
  height: 100%;
}
.mobile-menu .navigation li.dropdown .dropdown-btn {
  position: absolute;
  right: 6px;
  top: 6px;
  width: 32px;
  height: 32px;
  text-align: center;
  font-size: 16px;
  line-height: 32px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.1);
  cursor: pointer;
  border-radius: 2px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 5;
}
.mobile-menu .navigation li.dropdown .dropdown-btn.open {
  color: #ffffff;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.mobile-menu .navigation li > ul,
.mobile-menu .navigation li > ul > li > ul,
.mobile-menu .navigation > li.dropdown > .megamenu {
  display: none;
}
.mobile-menu .social-links {
  position: relative;
  padding: 0px 25px;
}
.mobile-menu .social-links li {
  position: relative;
  display: inline-block;
  margin: 0px 10px 10px;
}
.mobile-menu .social-links li a {
  position: relative;
  line-height: 32px;
  font-size: 16px;
  color: #ffffff;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.mobile-menu .social-links li a:hover {
}
div#mCSB_1_container {
  top: 0px !important;
}
.mobile-menu .contact-info {
  position: relative;
  padding: 120px 30px 20px 30px;
}
.mobile-menu .contact-info h4 {
  position: relative;
  font-size: 20px;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 20px;
}
.mobile-menu .contact-info ul li {
  position: relative;
  display: block;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 3px;
}
.mobile-menu .contact-info ul li a {
  color: rgba(255, 255, 255, 0.8);
}
.mobile-menu .contact-info ul li a:hover {
}
.mobile-menu .contact-info ul li:last-child {
  margin-bottom: 0px;
}
.main-header .outer-box {
  position: relative;
}
.owl-dots-none .owl-dots,
.owl-nav-none .owl-nav {
  display: none !important;
}
.owl-nav button {
  background: transparent;
}
.float-bob-y {
  animation-name: float-bob-y;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-name: float-bob-y;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: float-bob-y;
  -moz-animation-duration: 2s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob-y;
  -ms-animation-duration: 2s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob-y;
  -o-animation-duration: 2s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}
.float-bob-x {
  animation-name: float-bob-x;
  animation-duration: 15s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-name: float-bob-x;
  -webkit-animation-duration: 15s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: float-bob-x;
  -moz-animation-duration: 15s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob-x;
  -ms-animation-duration: 15s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob-x;
  -o-animation-duration: 15s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}
/** rtl-switcher **/
.demo-rtl {
  position: fixed;
  top: 390px;
  left: 10px;
  z-index: 9999;
}
button.rtl {
  background: var(--theme-color);
  display: block;
  text-indent: inherit;
  font-size: 12px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-weight: 700;
  margin: 0px;
  color: #fff !important;
  border-radius: 50%;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  transition: all 500ms ease;
}
.demo-ltr {
  position: fixed;
  top: 390px;
  left: auto;
  right: 10px;
  z-index: 9999;
}
button.ltr {
  background: var(--theme-color);
  display: block;
  text-indent: inherit;
  font-size: 12px;
  font-weight: 700;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin: 0px;
  color: #fff !important;
  border-radius: 50%;
  box-shadow: rgba(0, 0, 0, 1);
  transition: all 500ms ease;
}
.boxed_wrapper.ltr .demo-rtl {
  display: block;
}
.boxed_wrapper.ltr .demo-ltr {
  display: none;
}
.boxed_wrapper.rtl .demo-rtl {
  display: none;
}
.boxed_wrapper.rtl .demo-ltr {
  display: block;
}
@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
/** main-footer **/
.main-footer {
  position: relative;
  /* background: var(--secondary-color); */
  background-image: linear-gradient(to top, #46484d, #606779);
}
.main-footer .widget-section {
  position: relative;
  /* padding: 110px 0px 113px 0px; */
  padding: 43px 0px 37px 0px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.main-footer .footer-logo {
  margin-bottom: 21px;
}
.main-footer p,
.main-footer a {
  color: #fff;
}
.main-footer a:hover {
  color: var(--theme-color);
}
.main-footer .logo-widget p {
  margin-bottom: 40px;
}
.main-footer .social-links {
  position: relative;
  display: flex;
  align-items: center;
}
.main-footer .social-links li {
  margin-right: 20px;
}
.main-footer .social-links li:last-child {
  margin: 0px !important;
}
.main-footer .social-links li a {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  color: #fff !important;
  background: rgba(255, 255, 255, 0.2);
  text-align: center;
  border-radius: 50%;
}
.main-footer .social-links li a:hover {
}
.main-footer .widget-title {
  position: relative;
  display: block;
  margin-bottom: 26px;
}
.main-footer .widget-title h4 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 800;
  color: #fff;
}
.main-footer .links-widget .links-list li {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 10px;
}
.main-footer .links-widget .links-list li:last-child {
  margin-bottom: 0px;
}
.main-footer .links-widget .links-list li a {
  position: relative;
  display: inline-block;
  padding-left: 15px;
}
.main-footer .links-widget .links-list li a:before {
  position: absolute;
  content: "";
  background: #fff;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  left: 0px;
  top: 11px;
  transition: all 500ms ease;
}
.main-footer .links-widget .links-list li a:hover:before {
  background: var(--theme-color);
}
.main-footer .contact-widget .form-inner .form-group {
  position: relative;
  margin-bottom: 20px;
}
.main-footer .contact-widget .form-inner .form-group .select-box {
  min-height: 55px;
}
.main-footer .contact-widget .form-inner .form-group:last-child {
  margin-bottom: 0px;
  padding-top: 10px;
}
.main-footer .contact-widget .form-inner .form-group .nice-select,
.main-footer .contact-widget .form-inner .form-group input[type="text"] {
  position: relative;
  display: block;
  width: 100%;
  height: 55px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 16px;
  color: rgba(255, 255, 255, 0.5);
  padding: 0px 20px;
  line-height: 55px;
  background: transparent;
  border-radius: 0px;
  transition: all 500ms ease;
}
.main-footer .contact-widget .form-inner .form-group .nice-select .option {
  color: #222;
}
.nice-select:before {
  position: absolute;
  content: "\e92e";
  font-family: "icomoon";
  font-size: 12px;
  top: 0px;
  right: 20px;
  color: rgba(255, 255, 255, 0.5);
}
.main-footer .contact-widget .form-inner .form-group .theme-btn:before,
.main-footer .contact-widget .form-inner .form-group .theme-btn:after {
  background: #fff !important;
}
.main-footer .contact-widget .form-inner .form-group .theme-btn:hover {
  color: var(--title-color) !important;
}
.main-footer .pattern-layer .pattern-1 {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 193px;
  height: 540px;
  background-repeat: no-repeat;
}
.main-footer .pattern-layer .pattern-2 {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 209px;
  height: 550px;
  background-repeat: no-repeat;
}
.footer-bottom {
  padding: 30px 0px;
}
.footer-bottom p a {
  color: var(--theme-color);
}
.footer-bottom p a:hover {
  text-decoration: underline;
}
/** header-style-two **/
.header-style-two {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
}
.header-style-two.main-header .outer-box .logo-box {
  padding-left: 35px;
  padding-right: 35px;
}
.header-style-two .logo-box:before,
.header-style-two .logo-box:after {
  display: none;
}
.header-style-two .header-lower {
  background: #fff;
  padding-right: 40px;
}
.header-style-two .header-top {
  padding-right: 40px;
}
.nav-style-one .owl-nav button {
  position: relative;
  display: inline-block;
  width: 70px;
  height: 70px;
  line-height: 78px;
  background: #fff;
  text-align: center;
  font-size: 24px;
  color: var(--title-color);
  box-shadow: 0px 5px 40px 20px rgba(0, 0, 0, 0.05);
  border-radius: 50%;
  transition: all 500ms ease;
}
.nav-style-one .owl-nav button:hover {
  color: #fff;
  background: var(--theme-color);
}
.list-style-one {
  position: relative;
  display: block;
}
.list-style-one li {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 24px;
  color: #222;
  font-weight: 500;
  padding-left: 30px;
  /* margin-bottom: 16px; */
}
.list-style-one li:last-child {
  margin-bottom: 0px;
}
.list-style-one li:before {
  position: absolute;
  content: "\e91d";
  font-family: "icomoon";
  font-size: 18px;
  left: 0px;
  top: 0px;
  font-weight: 400;
  color: var(--theme-color);
}
.pt_115 {
  padding-top: 115px;
}
.tabs-box .tab {
  position: relative;
  display: none;
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
}
.tabs-box .tab.active-tab {
  display: block;
}
.tabs-box .tab {
  transform: scale(0.9, 0.9) translateY(0px);
}
.tabs-box .tab.active-tab {
  transform: scale(1) translateY(0px);
}
/** header-style-three **/
.header-style-three {
  position: relative;
  background: #fff;
}
.header-style-three .header-top .top-inner {
  padding-left: 40px;
  padding-right: 40px;
}
.main-header.header-style-three .outer-box .logo-box {
  background: transparent !important;
  margin-top: 0px;
  padding: 31px 0px;
}
.header-style-three .logo-box:before {
  display: none;
}
.header-style-three .outer-box .logo-box:after {
  display: none;
}
.main-header .menu-right-content .theme-btn.btn-two {
  background: transparent;
  border: 1px solid var(--secondary-color);
  color: var(--secondary-color) !important;
  padding: 12px 30px;
}
.main-header .menu-right-content .theme-btn.btn-two:hover {
  color: #fff !important;
}
.accordion-box .block .acc-content {
  display: none;
}
.accordion-box .block .acc-content.current {
  display: block;
}
.copyright_footer_1 {
  display: flex;
  justify-content: space-between;
}
/* GOVERNANCE */
/* SHEMA */
.content-title h2 {
  margin: auto;
  text-align: center;
  background: #d7792d;
  padding: 15px;
  color: white;
  width: 50%;
}
.content-title p{
  text-align: center;
  background: #653916;
  padding: 10px;
  color: white;
  margin: 1rem auto;
  width: 40%;
}
.single_block p{
  margin: auto;
  text-align: center;
  background: #d7792d;
  padding: 15px;
  color: white;
  width: 50%;
}
.list-style-marker{
  list-style: disc;
  padding-left: 3pc;
}
.list-style-marker li{
  list-style: disc;
}
.col6_governance h4:first-child {
  color: #d7792d;
  font-weight: bold;
  font-size: 18px;
  margin: 12px 0;
}
.col6_governance ul li {
  list-style: disc;
  text-align: justify;
}
.col6_governance ul {
  padding-left: 3pc;
}
.content-title .after:after {
  content: '';
  top: 100%;
  left: 50%;
  width: 1px;
  height: 38pc;
  color: #653916;
  background: #653916;
  position: absolute;
  text-align: center;
  margin: auto;
}
@media(max-width:1198px){
  .content-title .after:after {
    height: 43pc;
}
}
@media(max-width:991px){
  .content-title .after:after {
    height: 53pc;
}
}
@media(max-width:766px){
  .content-title .after:after {
    height: 0!important;
}
}
/* END SHEMA */
/* SECTION2 */
.col6_governance p span {
  color: #d7792d;
}
/* END SECTION2 */
/* END GOVERNANCE */
.Time_line {
  --col-gap: 2rem;
  --row-gap: 2rem;
  --line-w: 0.25rem;
  display: grid;
  grid-template-columns: var(--line-w) 1fr;
  grid-auto-columns: max-content;
  column-gap: var(--col-gap);
  list-style: none;
  width: min(60rem, 90%);
  margin-inline: auto;
}
/* line */
.Time_line::before {
  content: "";
  grid-column: 1;
  grid-row: 1 / span 20;
  background: rgb(225, 225, 225);
  border-radius: calc(var(--line-w) / 2);
}
/* columns*/
/* row gaps */
.Time_line li:not(:last-child) {
  margin-bottom: var(--row-gap);
}
/* card */
.Time_line li {
  grid-column: 2;
  --inlineP: 1.5rem;
  margin-inline: var(--inlineP);
  grid-row: span 2;
  display: grid;
  grid-template-rows: min-content min-content min-content;
}
/* date */
.Time_line li .date {
  --dateH: 3rem;
  height: var(--dateH);
  margin-inline: calc(var(--inlineP) * -1);
  text-align: center;
  background-color: #cf470b;
  color: white;
  font-size: 1.25rem;
  font-weight: 700;
  display: grid;
  place-content: center;
  position: relative;
  border-radius: calc(var(--dateH) / 2) 0 0 calc(var(--dateH) / 2);
}
/* date flap */
.Time_line li .date::before {
  content: "";
  width: var(--inlineP);
  aspect-ratio: 1;
  background: #cf470b;
  background-image: linear-gradient(rgba(0, 0, 0, 0.2) 100%, transparent);
  position: absolute;
  top: 100%;
  clip-path: polygon(0 0, 100% 0, 0 100%);
  right: 0;
}
/* circle */
.Time_line li .date::after {
  content: "";
  position: absolute;
  width: 2rem;
  aspect-ratio: 1;
  background: var(--bgColor);
  border: 0.3rem solid #cf470b;
  border-radius: 50%;
  top: 50%;
  transform: translate(50%, -50%);
  right: calc(100% + var(--col-gap) + var(--line-w) / 2);
}
/* title descr */
.Time_line li .title,
.Time_line li .descr {
  background: var(--bgColor);
  position: relative;
  padding-inline: 1.5rem;
}
.Time_line li .title {
  overflow: hidden;
  padding-block-start: 1.5rem;
  padding-block-end: 1rem;
  font-weight: 500;
}
.Time_line li .descr {
  padding-block-end: 1.5rem;
  font-weight: 300;
}
/* shadows */
.Time_line li .title::before,
.Time_line li .descr::before {
  content: "";
  position: absolute;
  width: 90%;
  height: 0.5rem;
  background: rgba(0, 0, 0, 0.5);
  left: 50%;
  border-radius: 50%;
  filter: blur(4px);
  transform: translate(-50%, 50%);
}
.Time_line li .title::before {
  bottom: calc(100% + 0.125rem);
}
.Time_line li .descr::before {
  z-index: -1;
  bottom: 0.25rem;
}
@media (min-width: 40rem) {
  .Time_line {
    grid-template-columns: 1fr var(--line-w) 1fr;
  }
  .Time_line::before {
    grid-column: 2;
  }
  .Time_line li:nth-child(odd) {
    grid-column: 1;
  }
  .Time_line li:nth-child(even) {
    grid-column: 3;
  }
  /* start second card */
  .Time_line li:nth-child(2) {
    grid-row: 2/4;
  }
  .Time_line li:nth-child(odd) .date::before {
    clip-path: polygon(0 0, 100% 0, 100% 100%);
    left: 0;
  }
  .Time_line li:nth-child(odd) .date::after {
    transform: translate(-50%, -50%);
    left: calc(100% + var(--col-gap) + var(--line-w) / 2);
  }
  .Time_line li:nth-child(odd) .date {
    border-radius: 0 calc(var(--dateH) / 2) calc(var(--dateH) / 2) 0;
  }
}
/* TIME LINE */
.font-weight-bold{
  font-weight: bold;
}
.service-block-one.wow.fadeInUp.animated.animated:hover p{
  color: white;
}
/* PAGE ACTUALITES */
.card--actualites-img {
       
}
.card-img-lien{
        width: 48%;
    float: left;
    height: 100%;
    overflow: hidden;
    position: relative;
}
.wrapper{
        position: relative;
        padding: 0 13px 16px 26px;
    width: 52%;
}
.tags{
    margin-right: 10px !important;
    border-radius: 18px;
    padding: 2.5px 11px;
    font-size: 12px;
    text-transform: uppercase;
    color: white;
    margin-top: 3px;
    background: #d7792d;
    width: 26%;
    text-align: center;
    margin-bottom: 1rem;
}
.card-date{
    margin-bottom: 10px;
    font-size: 14px;
    color: #5b5b5b;
    text-transform: uppercase;
    font-weight: 600;
}
.card_title{
    color: #d7792d;
    font-weight: 600;
}
.card-more{
    display: flex;
    justify-content: space-between;
    margin-top: 14px;
    font-size: 14px;
    color: #5b5b5b;
    text-transform: uppercase;
}
.card-share,.card_link{
        color: #5b5b5b;
    font-weight: 600;
}
a.img-wrapper:before {
  content: "";
  position: absolute;
  top: 13%;
  height: 99%;
  right: 0;
  padding-right: 26px;
  transform-origin: 0 100%;
  transform: skewY(145deg);
  background: white;
  z-index: 2;
}
a.img-wrapper:after {
  content: "";
  position: absolute;
  bottom: 94%;
  height: 13%;
  right: 0;
  padding-right: 26px;
  transform-origin: 0 100%;
  transform: skewY(-145deg);
  background: white;
  z-index: 2;
}
.card--actualites-img{
  border: 0;
}
/* END PAGE ACTUALITES */
.list-style-section li{
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 24px;
  color: #222;
  padding-left: 30px;
  margin-bottom: 11px;
}
.list-style-section {
  position: relative;
  display: block;
}
.list-style-section li:before{
  position: absolute;
  content: "\e91d";
  font-family: "icomoon";
  font-size: 18px;
  left: 0px;
  top: 0px;
  font-weight: 400;
  color: var(--theme-color);
}
/* header */
.title_menu {
  color: #d95e16;
  font-size: 20px;
  padding: 4px 0;
}
ul.list-style1 li {
  list-style: inside;
}
ul.list-style2 li {
  list-style: circle;
}
ul.list-style2{
  padding: 0px 40px;
}
.list-style1 a {
  color: black;
  font-weight: 600;
}
.list-style2 a {
  color: black;
  font-weight: 400;
}
/* .tabs-products{
  display: block;
  border: 3px solid #e2e2e2;
  border-radius: 10px;
  padding: 30px 18px;
  background: #f8f8f8;
} */
.button-tabs{
  border: 3px solid #e2e2e2!important;
  border-radius: 10px 7px 8px 4px;
  height: 47px;
  left: 19px;
  line-height: 47px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  top: 4px;
  width: auto;
  padding: 0 21px;
  border-bottom: 0!important;
  color: #d7792d!important;
  font-weight: 600;
}
.w-40{
  width: 40%!important;
}
/* Page carriere */
.justify-space-between{
  justify-content: space-between;
}
.heading h2{
      margin: 39px 0 26px 0;
    color: #d7792d;
}
.bg-p{
  background: rgba(247, 247, 247, 1)
}
.mb-s{
  margin-top: 16px;
  margin-bottom: 9px;
}
.justify-space-between .nav-link{
  color: #d7792d!important;
  width: calc(100% / 2);
  font-weight: 450;
}
.justify-space-between .active{
  background: #d7792d!important;
  color: white!important;
}
.form-condidature .form-control{
    height: 60px;
    /* border-radius: 9999px!important;     */
    padding: 0 30px 0 28px;
    padding-right: 45px;
    border: 1px solid #e0e0e0;
    /* color: var(--body-color);
    background-color: var(--white-color); */
    border-radius: 9999px;
    border-radius: 0;
    font-size: 14px;
    width: 100%;
}.nice-select:before {
    position: absolute;
    content: "\f107"!important;
    font-family: "Font Awesome 5 Pro";
        font-size: 17px;
    top: 0px;
    right: 20px;
    color: rgb(10 10 10 / 50%);
}
/*file*/
.drop-container {
  position: relative;
  display: flex;
  gap: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 200px;
  padding: 20px;
  border-radius: 10px;
  border: 2px dashed #555;
  color: #444;
  cursor: pointer;
  transition: background .2s ease-in-out, border .2s ease-in-out;
}
.drop-container:hover {
  background: #eee;
  border-color: #111;
}
/*button*/
.submit-document {
     background-color: initial;
    background-image: linear-gradient(#d7792d 0, #d7792dad 100%);
    border-radius: 5px;
    border-style: none;
    box-shadow: rgba(245, 244, 247, .25) 0 1px 1px inset;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-weight: 500;
    height: 60px;
    line-height: 60px;
    margin-left: -4px;
    outline: 0;
    text-align: center;
    transition: all .3s cubic-bezier(.05, .03, .35, 1);
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: bottom;
    width: 25%;
    margin: 73px auto 0;
}
.submit-document:hover {
  opacity: .7;
}
@media screen and (max-width: 1000px) {
  .submit-document {
    font-size: 14px;
    height: 55px;
    line-height: 55px;
    width: 150px;
  }
}
form.form-condidature .text-control span {
    color: red;
}
.form-control:focus {
    box-shadow: 0 0 0 0.7px rgb(215 121 45)!important;
}
label.container{
    padding: 0;
}
/* END Page carriere */
/*Menu proposition4*/
.main-menu .navigation > li > ul > li > a:hover {
    color: white !important;
    background: #d7792d;
}
.main-menu .navigation > li > ul > li > ul > li > a:hover {
    background: #d7792d;
    color: white !important;
}
/*END Menu proposition4*/
/* Page pret solidaire */
.services_title h6:after {
  content: '';
  top: 100%;
  left: 0;
  background: #d7792d;
  width: 30px;
  height: 4px;
  position: absolute;
  bottom: 0;
  border-radius: 50px;
}
/* END page pret solidaire */
/* .kenburnimg:before ,.tp-simpleresponsive>ul>li:before{
  position: absolute;
  content: '';
  background: #000;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  opacity: 0.5;
  z-index: 1;
} */

#maps iframe{
  width:100%;
   height:100vh;
}
.w-100{
  width: 100%;
}
.img-partenaire{
  position: relative;
  display: block;
  background: #fff;
  padding: 0px 0 0 0px!important;
  /* height: 100px; */
}
.row.content-trophes {
  margin: 45px 0;
}
.content h4:after{
  content: '';
  width: 27px;
  height: 5px;
  background: #d77a2d;
  top: 30px;
  bottom: 0px;
  left: 0;
  right: 0;
  position: absolute;
border-radius :50px;
}
.content h4{
margin-bottom: 10px;
}
.content p{
  text-align: justify;
}
/* appel d'offres */


.news_content {
  padding: 20px 24px 18px 34px;
  margin-left: 24px;
  transition: 0.5s;
}
.news_date {
  display: flex;
  justify-content: space-between;
  margin-bottom: 23px;
  font-size: 15px;
  color: #b9b9b9;
}
.news_date p{
  font-size: 15px;
  color: #b9b9b9;
  font-weight: bold;
}
.news_title{
  margin-bottom: 34px;
}
.news_title a{
  font-size: 28px;
  color: #606779;
}
p.news_txt {
  font-size: 14px;
  color: #b9b9b9;
}

.left-bar {
  background-color: #d7792d;
  height: 100%;
  width: 37px;
  position: absolute;
  display: flex !important;
  justify-content: center;
  flex-direction: column !important;
  transition: 0.5s;
}
.entreprise__leftSubCard--icon{
  background: white;
  position: absolute;
  width: 2.4rem;
  height: 2.3rem;
  display: flex;
  justify-content: center;
  align-items: self-start;
  left: 2px;
  top: -15px;
  border-radius: 10px;
}
i.fa-solid.fa-envelope-open-text , i.fa-solid.fa-download{
  color: #d7792d;
  font-size: 1.5rem;
}
@media (max-width: 880px){
  .news_date {
    display: block;
  }
}
.img-annonce{
  width: 75%;
  justify-content: center;
  margin: auto;
  display: flex;
}
.download-btn{
  display: flex;
  justify-content: end;
}
button.vs-btn.style4 {
  border: 1px solid #d9d9d9;
  padding: 8px 50px;
  margin-bottom: 2pc;
  color: #d7792d;
  transition: .8s;
}
button.vs-btn.style4:hover {
  background: #d7792d;
  color: white;
  border: 1px solid #d7792d;
}
.next-step-btn{
  float: inline-end;
}
.btn-step-credit{
  background: #d7792d!important;
  color: #fff!important;
  cursor: default!important;
  border-top: 12px solid #cacaca!important;
  border-radius: 5px!important;
  padding: 15px 52px!important;
  cursor: pointer!important;
}
.credit-tabs{
  justify-content: space-between;
  padding: 0 51px;
  border: 0!important;
}
.nice-select .list{
  width: 100%;
}

.btn-step-credit span{
  background: #cacaca;
  padding: 5px 10px;
  border-radius: 50%;
  color: #d7792d;
  font-weight: bold;
}
@media(max-width:1111px){
  .credit-tabs li{
    width: 100%;
  }
  .btn-step-credit{
    width: 100%;
  }
  .credit-tabs{
    padding: 0 10px;
  }
}

/* section facteures cles */

.fatures-text h2:after{
  display: block;
  width: 47px;
  margin-top: 4px;
  height: 5px;
  border-radius: 0px;
  background: #d7792d;
  position: absolute;
  content: '';
}
.fatures-text h2{
  font-size: 18px;
  color: #d7792d;
  font-weight: 700;
}
.fatures-text p{
  line-height: 26px;
  text-align: justify;
}
.factures-cles{
  padding: 37px 20px;
  transition: 0.5s;
  transition: all 0.3s ease;

}
.factures-cles i{
  display: block;
  /* vertical-align: middle; */
  background: none;
  color: #d7792d;
  width: 64px;
  height: 55px;
  line-height: 55px;
  font-size: 22px;
}
.factures-cles .icon{
  width: 50px;
  height: 50px;
  background-color: #fff;
  border: 2px solid #d7792d;
  border-radius: 50%;
  text-align: center;
  line-height: 50px;
  justify-content: center;
  display: flex;
  align-items: center;
  position: relative;
}
.fatures-text{
  margin-left: 15px;
}
.factures-cles:hover{
  background: white;
}
.factures-cles .icon:before {
  content: '';
  display: block;
  position: absolute;
  left: 45%;
  top: -50%;
  width: 6px;
  background: #d7792d;
  height: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.factures-cles:hover .icon:before{
  height: 15px;
}



.factures-cles .icon:after {
  content: '';
  display: block;
  position: absolute;
  left: 45%;
  bottom: -50%;
  width: 6px;
  background: #d7792d;
  height: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.factures-cles:hover .icon:after{
  height: 15px;
}

.factures-cles:hover .icon{
  margin: 20px 0;
}
/* END section facteures cles */
.c-inherit ,.c-inherit:hover{
  color: inherit;
}
.logo a img{
  width: 274px!important;
  margin-left: 56px;
}
.sticky-header .logo a img{
  width: 274px!important;
  margin-left: 0px;
}
.testimonial-section .owl-nav{
  display: block!important;
}
.part-left{
  position: absolute;
  top: 50%;
  left: 0;
  font-size: 51px;
  color: #d95e16;
}
.part-right{
  position: absolute;
  top: 50%;
  right: 0;
  font-size: 51px;
  color: #d95e16;
}

/* Page chiffres cles */
/* .services-one__single-inner {
  position: relative;
  display: block;
  padding: 49px 50px 45px;
  overflow: hidden;
  transition-delay: .1s;
  transition-timing-function: ease-in-out;
  transition-duration: .5s;
  transition-property: all;
  z-index: 1;
  height: 274px;
}
.services-one__single {
  position: relative;
  display: block;
  margin-bottom: 30px;
  background-color: #ffffff;
  transition-delay: .1s;
  transition-timing-function: ease-in-out;
  transition-duration: .5s;
  transition-property: all;
  z-index: 1;
}

span.icon-residential i {
  position: relative;
  display: inline-block;
  font-size: 49px;
  color: #f37a33;
  margin: 0px auto 47px auto;
}

h3.services-one__title {
  font-size: 23px;
  text-transform: uppercase;
  color: #010101;
} */
 /* .chiffres_cles .inner-box {
  position: relative;
  display: block;
  padding: 54px 30px 51px 162px!important;
  height: 242px;
}
.funfact-block-one:nth-child(2) .inner-box, .funfact-block-one:nth-child(4) .inner-box {
  background: #d95e16;
}
.chiffres_cles .inner-box .count-outer {
  position: relative;
  display: block;
  font-size: 30px!important;
}
.chiffres_cles .inner-container {
  position: relative;
  display: block;
  box-shadow: 0px 10px 50px 0px #0000001A;
  background: #fff;
  margin-top: 85px!important;
  z-index: 2;
  margin-bottom: 122px!important;
} */


/* .ch_cles{
  background: #d7792d;
  color: white;
  padding: 10px 0;
}
.col-md-4.col-sm-12.text-center.mb-5 h4{
  font-size: 34px;
}

.content_cles{
  background-image: url('../images/background/business-people-board-room-meeting.jpg');
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.content_cles:before {
  position: absolute;
  content: '';
  background: #504b4b;
  left: 0px;
  opacity: 0.6;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  top: 0;
}
.col-md-4.col-sm-12.text-center.mb-5.mt-4 h4 , .col-md-4.col-sm-12.text-center.mb-5.mt-4 p ,.col-md-4.col-sm-12.text-center.mb-5 h4,.col-md-4.col-sm-12.text-center.mb-5 p{
  color: white;
}
.col-md-4.col-sm-12.text-center.mb-5.mt-4,.col-md-4.col-sm-12.text-center.mb-5{ 
  padding: 8px 0;
}

.col-md-4.col-sm-12.text-center.mb-5.mt-4 p,.col-md-4.col-sm-12.text-center.mb-5 p{ 
  font-weight: 200;
}
.col-md-4.col-sm-12.text-center.mb-5.mt-4 {
  margin-top: 63px !important;
} */

/* .chiffres_global {
  display: flex;
  justify-content: space-between;
  padding: 21px 5px 9px 112px;
}
.single_chiffre {
  display: flex;
  position: relative;
  padding: 22px 30px 51px 20px;
}
.single_chiffre:before {
  content: "";
  position: absolute;
  background: #e9834a;
  width: 152%;
  height: 1px;
  right: 0;
  bottom: 0;
  top: 115px;
}
.icon_box {
  background: rgba(235, 41, 44, 0.10);
  position: absolute;
  display: inline-block;
  left: -93px;
  width: 70px;
  height: 70px;
  line-height: 76px;
  font-size: 44px;
  text-align: center;
  border-radius: 50%;
  color: #d7792d;
}
.icon_box i.icon-23 {
  font-size: 40px;
  text-align: center;
}
.chiffres_cles_block:before {
  content: "";
  background: #e9834a;
  width: 1px;
  height: 21pc;
  position: absolute;
  transform: rotate(180deg);
  right: 54%;
  align-items: center;
  display: flex;
  margin-top: 36px;
} */

.key .icon{
  font-size: 112px;
  z-index: 99999999999999;
  position: relative;
  
}

.key-block{
  background-image: url(/assets/images/chiffres.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
/* .key-block:before {
  content: '';
  position: absolute;
  background-color: #0c0c0c61;
  width: 100%;
  height: 100%;
  left: 0;
  opacity: 0.5;
} */
.key p{
  /* text-transform: uppercase; */
}
.chiffre_title h4{
  font-size: 35px;
  text-align: center;
  color: white;
}
.chiffre_title p {
  font-size: 20px;
  line-height: 1.2;
  text-align: center;
  color: white;
  margin-top: 10px;
  font-weight: 200;
}
.key h4 {
    font-size: 50px;
}
.chiffre_title{
  background-image: url(/assets/images/sans_titre-2.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 36px 0;
}
.chiffre_title{
  position: relative;
}
/* .chiffre_title:before {
  content: '';
  position: absolute;
  background-color: #994004;
  width: 100%;
  height: 100%;
  left: 0;
  opacity: 0.8;
  top: 0;
} */
.container.key-block:before {
  content: '';
  position: absolute;
  background-color: #853E20;
  width: 100%;
  height: 100%;
  left: 0;
  opacity: 0.5;
}
.key p {
  font-size: 20px;
  font-weight: 300;
}

/* END Page chiffres cles */
/* press */
/* .press_act h5:before {
  content: '';
  width: 47px;
  height: 5px;
  background: #d7792d;
  display: block;
  margin: 0 0 20px;
  border-radius: 20px;
}
.press_act h5 a{
  color: #282b32;
}
.pdf-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

.pdf-viewer {
  width: 80%;
  height: 90vh;
  border: none;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
} */
.press:hover .left-bar {
  width: 141px;
}

.press:hover .entreprise__leftSubCard--icon {
  background: transparent;
  top: inherit;
  left: 48px;
}

.press:hover .news_content {
  padding: 20px 24px 18px 34px;
  margin-left: 130px;
}

i.fa-solid.fa-download{
  transition: 0.5s;
}
.press:hover i.fa-solid.fa-download {
  color: #fffefc;
  font-size: 2.5rem;
}
/* END press */
/* .press_act h3{
  margin: 15px 0;
}
.press_act h3 a{
  font-size: 35px;
  color: #d7792d;
  text-transform: uppercase;
  padding: 8px 0 10px 0;
  line-height: 42px;
}
.press_act h4{
  border-bottom: 1px solid #eee;
  font-size: 22px;
  padding-bottom: 14px;
  margin-bottom: 14px;
  border-color: #ddd;
  color: #5e6475;
}
.press_act .dow-press{
  margin-top: 13px;
  display: block;
  font-size: 24px;
  color: #d7792d;
}
.press_act .press_br{
  border-right: 1px solid #d3d3d3;
  padding-right: 40px;
}
.press_act p{
  margin: 0 0 7px;
  color: #484848;
  font-size: 17px;
  margin-bottom: 16px;
} */
/* reseau sociaux */
.reseau-sociaux h3{
  font-size: 20px;
  color: #999999;
  text-align: center;
}
.reseau-sociaux .fa-brands{
  background: #b9b9b9;
  border-radius: 50px;
  width: 50px;
  color: white;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.reseau-sociaux .fa-facebook-f:hover{
  background: #3c5a9a;
}
.reseau-sociaux .fa-twitter:hover{
  background: #1da1f2;
}
.reseau-sociaux .fa-linkedin-in:hover{
  background: #0177b5;
}
.reseau-sociaux{
  padding: 20px 0;
  border-top: solid 1px #ededed;
  border-bottom: solid 1px #ededed;
  text-align: center;
}
/* END reseau sociaux */
.lien{
  color: #676767;
}
/* rapport d'activites */

.single-rapport .content h3{
  font-size: 27px;
  color: #606779;
}
.single-rapport .content p{
  font-size: 16px;
  color: #d7792d;
  text-align: center;
}
.single-rapport .content button {
  text-transform: uppercase;
  border: 2px solid #d7792d;
  padding: 7px 17px;
  font-size: 13px;
  border-radius: 50px;
  color: #606779;
  font-weight: bold;
  margin-top: 1rem;
}
.single-rapport .img img{
  width: 35%;
}
.single-rapport .content {
  background: #ffffff;
  padding: 66px 0px;
}
.single-rapport .img{
  /* width: 35%; */
  margin-bottom: -40px;
}
.single-rapport .content button:hover{
  background: #d7792d;
  color: white;
}
.single-rapport .content button:hover i{
  color: white;
}
.single-rapport .content i{
  font-size: 15px;
}
.icon img {
  width: 128px;
}
/* table */
.table-container_tbl {
  border: 1px solid #ccc;
  border-radius: 8px;
  /* max-width: 600px; */
  overflow: hidden;
}

.table-header {
  background-color: #d97c33;
  color: white;
  text-align: center;
  padding: 10px;
  font-size: 22px;
  font-weight: 400;
}

.table-subheader {
  background-color: #a66a3c;
  color: white;
  text-align: center;
  padding: 10px;
  font-size: 22px;
  letter-spacing: 1px;
  font-weight: 400;
}

.table-row {
  display: flex;
  justify-content: space-between;
  padding: 1px 6px;
  /* border-top: 1px solid #ccc; */
}

.name {
  flex: 1;
  font-weight: normal;
  font-size: 18px;
}

.role {
  flex: 1;
  text-align: right;
  font-weight: normal;
  color: #666;
  font-size: 18px;
  text-align: left;
  padding: 0px 0px 0px 150px;
}
@media(max-width:770px){
  .role{
    padding: 0;
  }
}

.text-content-description{
  background: #ffffff70;
  height: fit-content;
  margin-top: auto;
  border-radius: 12px;
  backdrop-filter: blur(10px);
  padding: 1rem;
}
.nice-select.form-select.w-100{
  font-weight: bold;
  align-items: center;
  margin: auto;
  display: flex;
}
.sufix{
  font-size: 32px;
  margin-left: 7px;
}
.vs_icon{
  color: #d7792d;
  font-size: 21px!important;
}
/* press */
/* .voir_plus{
  text-transform: uppercase;
  border: 2px solid #d7792d;
  padding: 10px 31px;
  font-size: 14px;
  border-radius: 50px;
  color: white;
  font-weight: bold;
  background: #d7792d;
}
.press_cnt h3 a{
  font-size: 27px;
  color: #606779;
  margin-bottom: 20px;
}
.press_cnt h3{
  margin-bottom: 1rem;
  min-height: 105px;
}
.voir_plus span{
  transition: 0.5s;
}
a.voir_plus:hover span {
  margin-left: 10px;
  color: white;
}
a.voir_plus:hover{
  color: white;
}
.text-left{
  text-align: left;
} */
.press-section{
  background: #E6E6E6;
  padding: 1.333% 1.333% 20px;
}
.press_content{
  padding: 30px 12.064% 12.064%;
  position: relative;
  display: block;
  min-height: 290px;
  background-color: #FFF;
  border-radius: 6px;
  box-shadow: 0px 0px 35px 0px rgba(101, 101, 101, 0.08);
  overflow: hidden;
}
.name_journal {
  font-size: 15px;
  text-transform: uppercase;
  border-radius: 3px;
  margin: 3px;
  padding: 0px 12px;
  background-color: #e6e6e6;
  margin-bottom: 10px;
  color: black;
  font-weight: 500;
  width: fit-content;
}
.date_publication{
  font-size: 16px;
  line-height: 1.5rem;
  text-transform: uppercase;
  color: #fff;
  background: #d7792d;
  padding: 5px 14px 5px 18px;
  border-radius: 3px;
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
  font-weight: 500;
}
.date_publication p{
  color: white;
}
.date_publication span{
  margin-left: 13px;
}
.icon_press{
  position: absolute;
  bottom: 18px;
  right: 45px;
  font-size: 25px;
  color: #d7792d;
}
.icon_press a{
  color: #d7792d;
}