@charset "UTF-8";

/*
Theme Name: Elleven
Theme URI: https://wordpress.org/themes/twentytwentyone/
Author: Penguin Arts
Author URI: https://penguin-arts.com

*/

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
img { 
  max-width: 100%;
  vertical-align: top;
}
html,
body {
  overflow-x: hidden;
}

body {
  font-family: "Montserrat";
  background: #f3f7f8;
  position: relative;
  left:0;
  right:0;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
body.mobile_menu_open{
  left:-280px;
  right:280px;
}
/* body:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  pointer-events: none;
  z-index: 2;
  transform: translateZ(0);
  backface-visibility: hidden;
  background-image: repeating-linear-gradient(
      to right,
      #919191 0px,
      #919191 1px,
      transparent 1px,
      transparent 380px
    ),
    repeating-linear-gradient(
      to bottom,
      #919191 0px,
      #919191 1px,
      transparent 1px,
      transparent 390px
    );
  background-size: 100% 100%;
  opacity: 0.2;
} */
.grid-lines{
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  pointer-events: none;
  z-index: 2;
  transform: translateZ(0);
  backface-visibility: hidden;
  background-image:
    linear-gradient(to right, rgba(145, 145, 145, 0.2) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(145, 145, 145, 0.2) 1px, transparent 1px);
  background-size: 390px 390px;
}

@media all and (max-width: 1921px) {
  body:before {
    background-image: repeating-linear-gradient(
        to right,
        #919191 0px,
        #919191 1px,
        transparent 1px,
        transparent 270px
      ),
      repeating-linear-gradient(
        to bottom,
        #919191 0px,
        #919191 1px,
        transparent 1px,
        transparent 262px
      );
  }
}

@media all and (max-width: 1620px) {
  body:before {
    background-image: repeating-linear-gradient(
      to right,
      #919191 0px,
      #919191 1px,
      transparent 1px,
      transparent 321px
    ),
    repeating-linear-gradient(
      to bottom,
      #919191 0px,
      #919191 1px,
      transparent 1px,
      transparent 261px
    )
  }
}
@media all and (max-width: 1380px) {
  body:before {
    background-image: repeating-linear-gradient(
      to right,
      #919191 0px,
      #919191 1px,
      transparent 1px,
      transparent 276px
    ),
    repeating-linear-gradient(
      to bottom,
      #919191 0px,
      #919191 1px,
      transparent 1px,
      transparent 261px
    )
  }
}

@media all and (max-width: 1280px) {
  body:before {
    background-image: repeating-linear-gradient(
      to right,
      #919191 0px,
      #919191 1px,
      transparent 1px,
      transparent 254px
    ),
    repeating-linear-gradient(
      to bottom,
      #919191 0px,
      #919191 1px,
      transparent 1px,
      transparent 261.5px
    )
  }
}

#wpadminbar {
  display: none;
}

.container {
  max-width: 1054px;
  padding: 0 15px;
  margin: 0 auto;
  display: block;
  position: relative;
}
header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 10;
  background-color: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(7.5px);
  -webkit-backdrop-filter: blur(7.5px);
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  box-shadow: 0 1px 7px 0 rgba(31, 38, 135, 0.37);
}
.mobile_menu_open header{
  left:-280px;
}
header .top_header {
  background: #1f1f1f;
  padding: 10px 0;
  position: relative;
  z-index: 2;
}
header .flex {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.social_icons {
  display: flex;
  flex-direction: row;
  list-style: none;
  margin: 0 -7px;
}
.ssocial_icons li {
  padding: 0 7px;
}
header .top_right_menu {
  display: flex;
  flex-direction: row;
  margin: 0 -10px;
  list-style: none;
}
header .top_right_menu li {
  padding: 0 10px;
}
header .top_right_menu li span,
header .top_right_menu li a {
  display: inline-block;
  text-decoration: none;
}
header .top_right_menu li a {
  font-size: 13px;
}
header .top_right_menu li span {
  padding-right: 10px;
}
header .top_right_menu li a {
  color: #fff;
}
header .logo_item {
  position: relative;
  bottom: -11px;
  z-index: 2;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.menu-item-wrapper .triangle {
  position: absolute;
  /* bottom: -28.7px; */
  top:100%;
  left: -2px;
  z-index: 1;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header .bottom_header{
  position: relative;
  z-index:2;
}
.menu-item-wrapper .triangle svg,
header .bottom_header,
.logo_container svg {
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.menu-item-wrapper .triangle svg{
  height: 25px;
  object-fit: contain;
}
.scrolled header .bottom_header {
  padding: 7px 0;
}
.scrolled .menu-item-wrapper .triangle {
  left: 64px;
  /* bottom: -40px; */
}
.scrolled .menu-item-wrapper .triangle svg {
  width: 40px;
  height: 8px;
}
.scrolled .logo_item {
  bottom: -5px;
}
.menu-item-wrapper .hide-animation {
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.scrolled .menu-item-wrapper .hide-animation {
  opacity: 1;
}
.scrolled .menu-item-wrapper svg {
  width: 150px;
  height: 50px;
}

.mobile_menu_btn{
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -10px;
  display: none;
}
.mobile_menu_btn .close_menu_btn{
	display: none;
}
.mobile_menu_open .mobile_menu_btn .close_menu_btn{
	display: block;
}
.mobile_menu_open .mobile_menu_btn .open_menu_btn{
	display: none;
}
.mobile_menu_btn button{
  background-color: transparent;
  border: 0 none;
}
.mobile_menu_btn button svg{
  width: 20px;
  height: 20px;
}

#mobile_menu {
  position: fixed;
  right:-280px;
  top:0;
  width:280px;
  height: 100%;
  background-color: #fff;
  z-index: 99;
  padding: 15px;
  padding-top: 60px;
  overflow: auto;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
 
.mobile_menu_open #mobile_menu {
  right: 0;
} 

#mobile_menu .menu-item{
  margin-bottom: 30px;
}
#mobile_menu .menu-icon{
    margin-right: 5px;
    min-width: 20px;
    display: inline-block;
}
#mobile_menu .menu-item-has-children > div > a:after{
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  border-right: 1px solid #2b2c33;
  border-bottom: 1px solid #2b2c33;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-left: 10px;
  vertical-align: middle;
  position: relative;
  top: -4px;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#mobile_menu .menu-item-has-children.open > div > a:after{
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
  top:0;
}
#mobile_menu .submenu-level{
  background:#2b2c33;
  margin-left: -15px;
  margin-right: -15px;
}
#mobile_menu .submenu-level .menu-item-wrapper {
    padding: 7px 15px;
}

#mobile_menu .submenu-level .menu-item{
  margin-bottom: 5px;
}

#mobile_menu .submenu-level a{
  color:#fff;
}
#mobile_menu .submenu-level a span{
  display: block;
}
#mobile_menu .submenu-level .menu-title{
  font-size: 15px;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  margin-bottom: 2px;
}
#mobile_menu .submenu-level .menu-subtitle{
  font-size: 14px;
  color: #a1a1a1;
  text-decoration: none;
  display: block;
}
#mobile_menu a{
  color: #2b2c33;
  text-decoration: none;
}

#mobile_menu .submenu-level{
  display: none;
  padding-top:10px;
  padding-bottom: 10px;
}
#mobile_menu .logo_container {
  display: none;
}

#menu-mainmenu {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
#menu-mainmenu .submenu-level {
  position: absolute;
  left: 0;
  top: 100%;
  width: 550px;
  opacity: 0;
  z-index: -9;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding-top:40px;
}
#menu-mainmenu .submenu-level-inner {
  /* background: rgba(48, 48, 48, 0.9); */
  border: 1px solid #a1a1a159;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 25px;
}
#submenu-blur-layer {
  position: absolute;
  top: 80px;
  left: 0;
  width: 550px;
  height: 300px; 
  background: rgba(48, 48, 48, 0.6);
  backdrop-filter: blur(7.5px);
  -webkit-backdrop-filter: blur(7.5px);
  z-index: 5;
  display: none;
  pointer-events: none;
}
#menu-mainmenu .submenu-level a .menu-title {
  font-size: 15px;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  margin-bottom: 5px;
}
#menu-mainmenu .submenu-level a .menu-subtitle {
  font-size: 14px;
  color: #a1a1a1;
  text-decoration: none;
  display: block;
}
#menu-mainmenu > .menu-item:hover .submenu-level {
  opacity: 1;
  z-index: 9;
  visibility: visible;
  padding-top: 40px;
}
.scrolled #menu-mainmenu > .menu-item:hover .submenu-level{
  /* padding-top: 22px; */
}
.mega-menu .menu-title {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  display: block;
}
.mega-menu .menu-subtitle {
  font-size: 13px;
  font-weight: 400;
  color: #a1a1a1;
}
#menu-mainmenu .submenu-level .menu-item {
  flex: 0 0 50%;
  margin-bottom: 15px;
}
#menu-mainmenu .submenu-level .menu-item:hover .corner {
  opacity: 1;
}
#menu-mainmenu .menu-item {
  position: relative;
}
#menu-mainmenu > .menu-item:last-child .menu-icon{
  position: relative;
  top:5px;
}
#menu-mainmenu > .menu-item:before {
  content: "";
  position: absolute;
  left: -25px;
  top: 50%;
  height: 20px;
  width: 1px;
  background: #a1a1a1;
  margin-top: -10px;
}
#menu-mainmenu .menu-item:first-child:before,
#menu-mainmenu .menu-item:nth-child(5):before,
#menu-mainmenu .menu-item.logo_container:before{
  display: none;
}
#menu-mainmenu .menu-item a {
  text-decoration: none;
}
#menu-mainmenu > .menu-item > .menu-item-wrapper > a > .menu-title {
  color: #2b2c33;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
}
#menu-mainmenu > .menu-item .menu-icon {
  display: block;
  margin-bottom: 5px;
  text-align: center;
}
#menu-mainmenu .logo_container {
  flex: 0 0 260px;
  text-align: center;
}
#menu-mainmenu .logo_container a{
  position: absolute;
  left:0;
  top:0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
#menu-mainmenu .logo_container .menu-title {
  display: none;
}

.menu-item-wrapper {
  position: relative;
  display: block;
}
.submenu-level .menu-item-wrapper {
  padding: 10px;
}

/* Base style for all corners */
.corner {
  position: absolute;
  width: 12px;
  height: 12px;
  pointer-events: none;
  border-color: #d1b83d;
  border-style: solid;
  border-width: 2px;
  opacity: 0;
  /* animation: corner-pulse 1.5s infinite ease-in-out; */
}

/* Positioning */
.top-left {
  top: 0;
  left: 0;
  border-right: none;
  border-bottom: none;
  transform-origin: top left;
}

.top-right {
  top: 0;
  right: 0;
  border-left: none;
  border-bottom: none;
  transform-origin: top right;
}

.bottom-left {
  bottom: 0;
  left: 0;
  border-top: none;
  border-right: none;
  transform-origin: bottom left;
}

.bottom-right {
  bottom: 0;
  right: 0;
  border-top: none;
  border-left: none;
  transform-origin: bottom right;
}

/* 🔁 Animate on hover — continuous pulse */
.menu-item-wrapper:hover .top-left {
  animation: pulse-top-left 1.2s infinite ease-in-out;
}

.menu-item-wrapper:hover .top-right {
  animation: pulse-top-right 1.2s infinite ease-in-out;
}

.menu-item-wrapper:hover .bottom-left {
  animation: pulse-bottom-left 1.2s infinite ease-in-out;
}

.menu-item-wrapper:hover .bottom-right {
  animation: pulse-bottom-right 1.2s infinite ease-in-out;
}

/* Keyframes: move inward and back */
@keyframes pulse-top-left {
  0%,
  100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(4px, 4px);
  }
}

@keyframes pulse-top-right {
  0%,
  100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(-4px, 4px);
  }
}

@keyframes pulse-bottom-left {
  0%,
  100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(4px, -4px);
  }
}

@keyframes pulse-bottom-right {
  0%,
  100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(-4px, -4px);
  }
}

/* Pulse animation (moves in and out slightly) */
@keyframes corner-pulse {
  0%,
  100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(2px, 2px);
  }
}
.menu-item-wrapper:hover .corner-box {
  animation: pulse-corner 1s infinite;
}
p {
  font-size: 16px;
  line-height: 160%;
  color: #1f1f1f;
}
section {
  position: relative;
  padding: 70px 0;
}

.section_title {
  margin-bottom: 20px;
}
.section_title h1 {
  font-size: 48px;
  line-height: 130%;
  font-weight: 800;
  margin: 0;
  text-transform: uppercase;
}
.section_title.two_colors .white {
  color: #fff;
}
.section_title.two_colors .yellow {
  color: #d1b83d;
}
.section_title h2,
.section_title h2 p {
  font-size: 35px;
  line-height: 130%;
  text-transform: uppercase;
  margin: 0;
}
.section_description {
  margin-bottom: 20px;
}
.section_description p {
  font-size: 16px;
  line-height: 160%;
  color: #1f1f1f;
}
.small_title {
  margin-bottom: 5px;
}
.small_title p {
  font-size: 15px;
  line-height: 140%;
  font-weight: 600;
  margin: 0;
}

.btn a {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  display: flex;
  padding: 20px 35px;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-block;
}
.btn a .icon {
  padding-left: 5px;
}
.btn .border_btn {
  border: 1px solid #fff;
  color: #fff;
}
.btn .border_btn:hover {
  border: 1px solid #fff;
  color: #1f1f1f;
  background:#fff;
}
.btn .border_btn:hover svg path{
  stroke:#1f1f1f;
}
.btn .yellow_btn {
  background: #d1b83d;
  color: #1f1f1f;
}
.btn .yellow_btn:hover{
  background: #1f1f1f;
  color: #d1b83d;
}
.btn .yellow_btn:hover svg path{
  stroke: #d1b83d;
}
.flex {
  display: flex;
}
.flex.row {
  flex-direction: row;
}

.animated_element,
.line_element {
  position: relative;
  display: inline-block;
  color: #000;
  text-decoration: none;
}
/* The underline */
.animated_element:after,
.line_element:after {
  content: ""; 
  position: absolute;
  bottom: -2px; /* adjust spacing */
  left: 0;
  height: 9px;
  width: 0;
  background: linear-gradient(to right, #d1ae28 98%, transparent 100%);
  clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
  transition: width 0.4s ease-in;
  z-index: -1;
}

/* Hover in: underline grows */
.animated_element:hover:after,
.entire_box_animation:hover .line_element:after {
  width: 100%;
  transition: width 0.4s ease-out;
}

/* Exit animation using JavaScript to hold the effect */
.animated_element.leave:after {
  animation: slide-out-right 0.4s forwards;
}

.entire_box_animation.leave .line_element:after{
  animation: slide-out-right 0.4s forwards;
}

/* Keyframe for slide out to right */
@keyframes slide-out-right {
  0% {
    width: 100%;
    left: 0;
  }
  100% {
    width: 0;
    left: 100%;
  }
}
.big_container {
  max-width: 1310px;
  padding: 0 15px;
  display: block;
  margin: 0 auto;
}

.background {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.boxes_design {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
  border-top: 1px solid #A1A1A159;
  border-left: 1px solid #A1A1A159;
}
.boxes_design .box_item {
  width: 33.33%;
  padding: 25px;
  background: #fff;
  min-height: 260px;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-bottom: 1px solid #A1A1A159;
  border-right: 1px solid #A1A1A159;
}
.boxes_design .box_item .icon {
  margin-bottom: 10px;
}
.boxes_design .box_item h3 {
  font-size: 16px;
  line-height: 160%;
  font-weight: 600;
  margin-bottom: 5px;
}
.boxes_design .box_item p {
  color: #1f1f1f;
  font-size: 15px;
  line-height: 160%;
}

.yellow_border_left h2 {
    display: flex;
    align-items: center;
}
.yellow_border_left h2 span:first-child {
    padding-right: 15px;
}
.lines_first_section{
  right:0;
  bottom:0;
  position: absolute;
  z-index: 2;
}


/*---- Homepage -----*/
.first_section_home {
  background: #111111;
  padding: 221px 0;
}
.first_section_home .container_behind {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.first_section_home .big_container {
  position: relative;
  height: 100%;
  width: 100%;
}
.first_section_home .yellow_lines_bg {
  position: absolute;
  right: 0;
  bottom: 0;
}
#particles-js {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}
.first_section_home .container {
  position: relative;
  z-index: 3;
}
.first_section_home .lines {
  margin-bottom: 50px;
}
.first_section_home .section_description {
  margin-bottom: 45px;
}
.first_section_home .section_description p {
  color: #fff;
}
.first_section_home ul {
  margin: 0 -15px;
  list-style: none;
}
.first_section_home ul li {
  padding: 0 15px;
}

/* --- Second Section --- */
.second_section_home{
  z-index: 2;
}
.second_section_home .section_title,
.second_section_home .section_description {
  text-align: center;
}
.second_section_home .yellow_lines_bg {
  position: absolute;
  right: 130px;
  top: -70px;
}
.second_section_home .section_description {
  margin-bottom: 50px;
}
.second_section_home .section_description p{
  font-size: 18px;a
}
.three_boxes_style .boxes {
  list-style: none;
  margin: 0 -15px;
  flex-wrap: wrap;
}
.second_section_home .boxes{
  padding-bottom: 30px;
}
.three_boxes_style .boxes li {
  flex: 33.33%;
  padding: 0 15px;
  margin-bottom: 30px;
}
.three_boxes_style .boxes .icon {
  margin-bottom: 15px;
}
.three_boxes_style .boxes .title {
  margin-bottom: 10px;
}
.three_boxes_style .boxes a {
  font-weight: 600;
  font-size: 22px;
  font-weight: 130%;
  color: #1f1f1f;
}
.second_section_home .description p {
  font-size: 15px;
  margin: 0;
}
.second_section_home .btn {
  text-align: center;
}
.second_section_home .btn a {
  display: inline-block;
}
.second_section_home .boxes li:last-child{
  padding-left:60px;
}

@media all and (max-width:1780px){
  .second_section_home .boxes li:last-child{
    padding-left:15px;
  } 
}
/*--- Third Section ---*/
.behind_backgroud {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
}
.behind_backgroud .left_side {
  flex: 0 0 60%;
  position: relative;
}
.behind_backgroud .left_side .background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.behind_backgroud .left_side .background:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.8;
}
.behind_backgroud .right_side {
  flex: 0 0 40%;
  position: relative;
  background: #000;
}
.third_section_home {
  padding: 0;
}
.third_section_home .lines {
  position: absolute;
  left: 0;
  bottom: -65px;
}
.third_section_home .yellow_lines_bg {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 3;
}
.third_section_home .big_container {
  position: relative;
  z-index: 2;
}
.third_section_home .flex {
  flex-direction: row;
}
.third_section_home .left {
  flex: 0 0 60%;
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
}
.third_section_home .right {
  flex: 0 0 40%;
  position: relative;
}
.third_section_home .right .background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.third_section_home .left_inner {
  max-width: 640px;
  margin-left: auto;
  position: relative;
  z-index: 2;
  padding-right: 15px;
}
.third_section_home .small_title p {
  color: #d1b83d;
}
.third_section_home h2 {
  color: #fff;
}
.third_section_home .section_description p {
  color: #fff;
}
.third_section_home ul {
  margin-bottom: 50px;
}
.different_dots_list li {
  display: flex;
  flex-direction: row;
  margin-bottom: 15px;
}
.different_dots_list li:last-child {
  margin-bottom: 0;
}
.different_dots_list .icon {
  padding-right: 10px;
}
.different_dots_list .text {
  color: #fff;
  font-size: 16px;
  line-height: 26px;
}

/* --- Fourth Section ----*/
.fourth_section_home .container {
  position: relative;
}
.fourth_section_home .section_title h2 {
  display: flex;
  align-items: center;
  margin-bottom: 38px;
}
.fourth_section_home .section_title h2 span {
  padding-right: 15px;
}
.fourth_section_home .section_description {
  margin-bottom: 60px;
}
.fourth_section_home .boxes_design {
  margin-bottom: 35px;
}
.fourth_section_home .btn {
  text-align: center;
}
.fourth_section_home .yellow_lines_bg {
  position: absolute;
  right: 10px;
  top: -120px;
  left: 410px;
  z-index: -1;
}
.fourth_section_home .yellow_lines_bg_bottom {
  position: absolute;
  bottom: -70px;
  left: -240px;
}
.fourth_section_home .box_item {
  background: #fff;
}
.fourth_section_home .box_item:hover {
  background: radial-gradient(
    124.53% 124.53% at 50% -8.61%,
    #ffe97e 26.04%,
    #d1b83d 100%
  );
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}

/* --- Partners Section ---*/
.partners_section {
  text-align: center;
  box-shadow: 0px 4px 4px 0px #00000040 inset;
  background: #fff;
}
.partners_section .section_title {
  margin-bottom: 50px;
}
.partners_section h2 {
  text-transform: uppercase;
}
.partners_section ul {
  display: flex;
  flex-direction: row;
  list-style: none;
  justify-content: center;
  align-items: center;
}
.partners_section ul li {
  flex: 0 0 33.33%;
}
.partners_section ul li img {
  filter: grayscale(100%);
  -webkit-transition:all 0.3s ease;
  -ms-transition:all 0.3s ease;
  transition:all 0.3s ease;
}
.partners_section ul li img:hover{
	filter: grayscale(0);
}
.partners_container_home .lines{
  display: none;
}
.slick-prev:before, 
.slick-next:before{
  color:#000;
}
.slick-slide img{
  margin: 0 auto;
}
.partners_section ul,
.partners_section ul > div,
.partners_section ul > div > div{
  width: 100%;
}
@media all and (max-width:1100px){
  .slick-next{
    right:15px;
  }
  .slick-prev{
    left:15px;
  }
  .slick-list{
    padding-left:15px;
    padding-right:15px;
  }
}
@media all and (min-width:994px){
  .slick-slide.first-visible img{
    margin-left:0;
  }
  .slick-slide.last-visible img{
    margin-right:0;
  }
}
/*---- Footer ---- */
footer {
  position: relative;
  z-index: 2;
}

footer .container {
  max-width: 1230px;
}
footer .top_footer {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
}
footer .logo_footer {
  margin-bottom: 30px;
}
footer .social_icons {
  text-align: center;
  justify-content: center;
  padding-right: 60px;
}
.social_icons li {
  padding: 0 7px;
}
footer:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.9;
  background-color: #000;
  z-index: 1;
}
footer .top_footer .container {
  position: relative;
  z-index: 2;
}

footer .menu_style ul {
  list-style: none;
}
footer .menu_style li {
  margin-bottom: 15px;
}
footer .menu_style li:last-child {
  margin-bottom: 0;
}
footer .menu_style li a,
footer .bottom_footer a,
footer .menu_style span {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  line-height: 130%;
  text-decoration: none;
}
footer .bottom_footer a {
  font-size: 13px;
}
footer .bottom_footer p {
  margin: 0;
  font-size: 13px;
  line-height: 130%;
  color: #dcdfe8;
}
footer .flex {
  flex-direction: row;
  margin: 0 -15px;
}
footer .column {
  flex: 0 0 25%;
  padding: 0 15px;
}
footer .bottom_footer .flex {
  justify-content: space-between;
}
footer .bottom_footer .left,
footer .bottom_footer .right{
  padding-left:15px;
  padding-right: 15px;
}
footer .bottom_footer ul {
  display: flex;
  flex-direction: row;
  margin: 0 -15px;
  list-style: none;
}
footer .bottom_footer ul li {
  padding: 0 15px;
}
footer .bottom_footer {
  padding: 10px 0;
  position: relative;
  z-index: 2;
  background-color: rgba(255, 255, 255, 0.1);
}
footer .top_footer .has_icons li {
  display: flex;
  flex-direction: row;
  align-content: start;
}
footer .top_footer .has_icons span {
  display: inline-block;
}
footer .top_footer .has_icons .icon {
  padding-right: 15px;
}


/* ---- Single Post ---- */
.first_section_post{
    padding:230px 0 130px;
}
.first_section_post h1{
  color:#fff;
}
.second_section_post {
  padding-top:0;
} 
.second_section_post .big_container{
  position: relative;
  padding-top:70px;
  max-width: 1480px;
}
.second_section_post .background:after{
  content: "";
  position: absolute;
  left:0;
  top:0; 
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.8);
}
.second_section_post .benefits_container{
  margin-bottom: 80px;
}
.second_section_post .boxes_design .box_item{
  min-height: 190px;
}
.second_section_post .two_sections{
  display: flex;
  padding-left:175px;
  flex-direction: row;
  align-items: stretch;
  padding-bottom:70px;
}
.second_section_post .two_sections .left{
  flex: 0 0 65%;
  padding:60px 35px 60px 70px;
  position: relative;
}
.second_section_post .two_sections .box_details{
  position: relative;
  z-index: 2;
}
.second_section_post .two_sections .right {
  flex: 0 0 30%;
  position: relative;
  background-color: #fff;
}
.second_section_post .two_sections .right .yellow_lines{
  position: absolute;
  right:0;
  bottom: -68px;
}
.second_section_post .two_sections h2 {
  color:#fff;
  margin-bottom: 10px;
}
.second_section_post .two_sections .small_title p{
  color:#D1B83D;
}
.second_section_post .two_sections .section_description p{
  color:#fff;
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 10px;
}
.second_section_post .different_dots_list{
  margin-bottom: 60px;
}

.third_section_post .section_title {
  text-align: center;
}
.third_section_post .section_description{
  text-align: center;
  margin-bottom: 80px;
}


.last_section_post {
  background-color: #303030;
  padding-top:70px;
  padding-bottom:90px;
  position: relative;
  margin-top:77px;
}
.last_section_post .lines {
    position: absolute;
    left: 0;
    top: -40%;
}
.last_section_post .background {
  position: absolute;
  left:0;
  bottom:0;
  top:0;
  width: 40%;
  opacity: 0.5;
  background-size: 100% 100%;
  width: 40%;
  filter: grayscale(1);
}
.last_section_post .small_title{
  margin-bottom: 10px;
}
.last_section_post h2{
  color:#fff;
}
.last_section_post .small_title p{
  color:#D1B83D;
}
.last_section_post .section_description p{
  color:#fff;
  font-size: 16px;
  line-height:140%;
}
.last_section_post .section_details{
  padding-left:180px;
}
.side_menu{
  background:#fff;
  width: 190px;
  padding:30px;
  border: 1px solid #A1A1A159;
  border-top: 0 none;
  position: absolute;
  left:0;
  top:0;
  bottom:-120px;
  z-index: 2;
}
.side_menu ul{
  max-width: 128px;
}
.side_menu li{
  position: relative;
  list-style: none;
  padding-right: 5px;
  border-bottom: 1px solid #A1A1A159;
}
.side_menu li:last-child{
  border-bottom: 0 none;
}
.side_menu li .icon{
  position: absolute;
  right:0;
  top:50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.side_menu a,
.side_menu span{
  padding:20px 0;
  display: inline-block;
  font-size: 13px;
  line-height: 130%;
  color:#1f1f1f;
}
.side_menu span{
  border: 0 none;
}
.side_menu a.animated_element:after{
  height: 5px;
  bottom: 15px;
}
.side_menu span.animated_element:after{
  width: 100%;
  bottom: 15px; 
  height: 5px;
}

/* --- Subscriptions page ---*/
.second_section_subscriptions{
  padding-top:90px;
  padding-bottom:50px;
}
.second_section_subscriptions .section_title{
  text-align: center;
}
.second_section_subscriptions .section_description{
  text-align: center;
  margin-bottom: 30px;
}
.second_section_subscriptions ul{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: top;
  margin:0 -15px;
}
.second_section_subscriptions ul li{
  width: 33.33%;
  padding: 0 15px;
}
.second_section_subscriptions ul .text{
  color:#1F1F1F;
  font-weight: 600;
  font-size: 15px;
}
.second_section_subscriptions ul .icon{
  position: relative;
  top:2px;
}
.subscriptions_section{
  z-index: 2;
  padding-top:0;
}
.subscriptions_section .table_item{
  display: flex;
  flex-direction: row;
  align-items: center;
}
.subscriptions_section .table_item_footer .right{
  padding-top: 40px;
  padding-bottom: 40px;
  background:#fff;
  border-top:1px solid #A1A1A1;
}
.subscriptions_section .table_item_footer h3{
  color:#D1B83D;
  font-size: 24px;
  font-weight: 600;
  line-height: 130%;
  margin-bottom: 10px;
}
.subscriptions_section .table_item_footer .starting_from{
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
}
.subscriptions_section .table_item_footer .price{
    font-size: 35px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0px;
    line-height: 35px;
}
.subscriptions_section .table_item_footer .tva{
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.subscriptions_section .table_item .item{
  background-color: #fff;
}
.subscriptions_section .table_item:nth-child(odd) .item{
  background-color: #f3f4f4;
}
.subscriptions_section .table_item .left{
  width:25%;
  padding-top:12px;
  padding-bottom:12px;
  padding-left:10px;
  background:#f3f7f8;
}
.subscriptions_section .table_item:nth-child(odd) .left{
  background-color: #eaeeef;
}
.subscriptions_section .table_item:first-child .left{
  background: transparent;
}
.subscriptions_section .table_item .right{
  width:75%;
  border-left:1px solid #A1A1A159;
  border-right:1px solid #A1A1A159;
}
.subscriptions_section .table_item .flex{
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.subscriptions_section .table_item .item{
  width:33.33%;
  padding-left:5px;
  padding-right:5px;
  text-align: center;
  padding-top:10px;
  padding-bottom:10px;
}

.subscriptions_section .table_item_header .item{
  padding:0;
}
.subscriptions_section .table_item_header .right .item{
  background:#303030; 
  padding-top:40px;
  padding-bottom:40px;
}
.subscriptions_section .table_item_header h3{
  font-size: 24px;
  line-height: 130%;
  color:#D1B83D;
  margin-bottom:5px;
}
.subscriptions_section .table_item_header p{
  font-size:16px;
  color:#A1A1A1;
  margin:0;
}


/* --- About Page --- */
.second_section_about{
  padding-top:90px;
}
.second_section_about .section_title h2,
.second_section_about .section_title h2 p{
  font-weight: 700;
}
.second_section_about .section_title h2 strong{
  color:#D1B83D;
}
.second_section_about .big_section_description{
  margin-bottom: 20px;
}
.second_section_about .big_section_description p{
  font-size: 16px;
}
.second_section_about .small_section_description{
  margin-bottom: 60px;
}
.second_section_about .small_section_description p{
  font-size: 14px;
}
.second_section_about .small_subtitle{
  font-size:15px;
  font-weight: 600;
  color:#1f1f1f;
  margin-bottom:20px;
} 
.second_section_about ul{
  flex-direction: row;
  flex-wrap: wrap;
  display: flex;
  margin: 0 -10px;
}
.second_section_about li{
  width:50%;
  padding:0 10px;
}
.second_section_about li .text{
  color:#1f1f1f;
}
#gallery{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
  padding-bottom: 0;
  padding-top:20px;
}
#gallery .item{
  width:20%;
  height: 250px;
  position: relative;
}
#gallery .item_inner{
  position: absolute;
  left:0;
  top:0;
  width:100%;
  height: 100%;
}
.abouts_partners_container{
  position: relative;
  z-index:2;
}
.abouts_partners_container .lines{
  position:absolute;
  top:0;
  left:0;
  bottom:0;
}
.abouts_partners_container .lines img{
  height: 100%;
}
.abouts_partners_container .partners_section{
  box-shadow: none;
}
.fourth_section_home.about_section{
  position: relative;
  z-index: 2;
}
.fourth_section_home.about_section .yellow_lines_bg_bottom{
  bottom: -330px;
  left: -240px;
}

/* --- Contact Page --- */
.second_section_contact {
  padding-top:0;
  padding-bottom: 0;
}
.second_section_contact .section_description{
  margin-bottom: 30px;
}
.second_section_contact .flex{
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: stretch;
}
.second_section_contact .main_content .left{
  padding-top:90px;
  padding-bottom:50px;
  width:60%;
  padding-right:15px;
  border-right: 1px solid #a1a1a1;
  position: relative;
  z-index: 2;
}
.second_section_contact .main_content .right{
  background:#fff;
  padding-top: 160px;
  width: 40%;
  padding-left:40px;
}
.second_section_contact .main_content .item{
  margin-bottom: 50px;
}
.second_section_contact .main_content .has-icon{
  display: flex;
  flex-direction: row;
}
.second_section_contact .main_content .item h3{
  font-size: 15px;
  font-weight: 600;
  color:#1f1f1f;
  margin-bottom: 10px;
}
.second_section_contact .main_content .item .icon{
  padding-right: 10px;
}
.second_section_contact .main_content .item .text{
  font-weight: 500;
  font-size: 17px;
}
.second_section_contact .top_bg{
  position: absolute;
  left:0;
  top:0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
}
.second_section_contact .top_bg .left{
  width: 60%;
}
.second_section_contact .top_bg .right{
  width: 40%;
  background-color: #fff;
}
.second_section_contact .main_content {
  position: relative;
}
.second_section_contact .simple_text p{
  margin-bottom: 20px;
  font-size:13px;
  line-height: 130%;
}
.second_section_contact .simple_text p strong{
  font-size:15px;
  font-weight: 500;
}
.second_section_contact .simple_text p:last-child{
  margin-bottom: 0;
}
.second_section_contact form label{
  font-size: 13px;
  line-height: 15px;
  color:#1f1f1f;
  display: block;
} 

.second_section_contact form .row{
  margin:0 -10px;
  display: flex;
  flex-direction: row;
  margin-bottom: 10px;
}
.second_section_contact form br{
  display: none;
}
.second_section_contact form .row .item{
  width:50%;
  padding:0 10px;
  margin-bottom: 20px;
}
.second_section_contact form .row .item.full{
  width:100%;
  padding:0 10px;
}
.second_section_contact form input[type="text"],
.second_section_contact form input[type="tel"],
.second_section_contact form input[type="email"]{
  height:50px;
  line-height: 50px;
  padding:0 10px;
  font-size: 15px;
  font-weight: 600;
  color:#1f1f1f;
  width: 100%;
  border: 1px solid #A1A1A159;
}
.second_section_contact form textarea{
  border: 1px solid #A1A1A159;
  height: 100px;
  padding:5px;
  width: 100%;
  resize: none;
}
.second_section_contact form .submit_btn input{
  background:#D1B83D;
  height: 55px;
  line-height: 55px;
  width: 250px;
  text-align: center;
  border: 0 none;
  display: inline-block;
}
.second_section_contact form .wpcf7-not-valid-tip{
  font-size: 12px;
  color:#1f1f1f;
  font-weight: 600;
  background-color: #D1B83D;
  padding:3px;
}
.second_section_contact .left_inner{
  margin-left: auto;
  padding-right:30px;
  display: block;
  width: 500px;
}
.second_section_contact .checkbox_container{
  margin-bottom: 20px;
}
.second_section_contact .checkbox_container .wpcf7-list-item{
  padding:0;
  margin:0;
}
#google_maps {
  padding-top:0;
  padding-bottom:0;
}
#google_maps iframe{
  width: 100% !important;
  height:415px !important;
}


.default_content_style h1{
  font-size:32px;
  margin-bottom: 10px;
}
.default_content_style h2{
  font-size:28px;
  padding-top:10px;
  margin-bottom: 10px;
}
.default_content_style h3{
  font-size:26px;
  padding-top:10px;
  margin-bottom: 10px;
}
.default_content_style h4{
  font-size:24px;
  padding-top:10px;
  margin-bottom: 10px;
}
.default_content_style h5{
  font-size:22px;
  padding-top:10px;
  margin-bottom: 10px;
}
.default_content_style p{
  margin-bottom: 5px;
}
.default_content_style ul,
.default_content_style ol{
  padding-left:20px;
  margin-bottom: 20px;
}
#bottom_sticky_menu{
  position: fixed;
  left:0;
  bottom:0;
  width: 100%;
  background: #f3f7f8;
  z-index: 99;
  display: none;
  padding-top:5px;
  padding-bottom: 5px;
  -webkit-box-shadow: 0 0 9px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.25);
}
#bottom_sticky_menu ul{
  display: flex;
  list-style: none;
  justify-content: center;
  width: 100%;
  flex-wrap: wrap;
  flex-direction: row;
}
#bottom_sticky_menu ul li{
  width: 25%;
  padding: 0 5px;
  text-align: center;
}
#bottom_sticky_menu ul li a{
  text-decoration: none;
}
#bottom_sticky_menu span{
  display: block;
}
#bottom_sticky_menu .icon{
  min-height: 20px;
}
#bottom_sticky_menu .text{
  font-size: 12px;
  text-decoration: none;
  color: #131313;
}
@media all and (max-width: 1480px){
  .side_menu{
    display: none;
  }
  .second_section_post .two_sections{
    padding-left: 0;
  }
}
@media all and (max-width:1340px){
  .first_section_home .big_container,
  .third_section_home .big_container{
    max-width:1054px;
  }
  .first_section_home .yellow_lines_bg{
    right: -130px;
  }
  .fourth_section_home .yellow_lines_bg{
      right: 140px;
      top: -80px;
      left: auto;
      max-width: 510px;
  }
  .last_section_post .lines {
    top: -20%;
    max-width: 330px;
  }
}

@media all and (max-width:1100px){
  header #menu-mainmenu{
    justify-content: center;
  }
  header #menu-mainmenu .menu-item:not(.logo_container){
    display: none;
  }
  .third_section_home .yellow_lines_bg{
    display: none;
  }
  .first_section_home .lines {
    margin-bottom: 20px;
  }
  .section_title h1{
    font-size: 42px;
  }
  .first_section_home .section_description {
    margin-bottom: 25px;
  }
  .mobile_menu_btn {
    display: block;
  }
}
@media all and (max-width: 920px){
  .third_section_home .flex{
    flex-direction: column;
  }
  .third_section_home .left,
  .third_section_home .right{
    width: 100%;
    flex: 0 0 100%;
  }
  .third_section_home .behind_backgroud{
    flex-direction: column;
  } 
  .third_section_home .behind_backgroud .right_side{
    display: none;
  }
  .third_section_home .behind_backgroud .left_side{
    width: 100%;
    height: 100%;
    flex: 0 0 100%;
  }
  .third_section_home .left_inner{
    max-width: 100%;
  }
  .third_section_home .right .background{
    position: relative;
    left: auto;
    top: auto;
    width: auto;
    height: 280px;
    margin: 0 -15px;
  }
  .third_section_home .left{
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .third_section_home .lines{
    bottom: -45px;
  }
}
@media all and (max-width:880px){
  .second_section_contact .left_inner{
    width: 100%;
  }
  .second_section_contact .left_inner{
    padding-right: 0;
  }
  .second_section_contact .section_description br{
    display: none;
  }
}
@media all and (max-width: 780px){
  .three_boxes_style .boxes li {
    flex: 0 0 50%;
  }
  .boxes_design .box_item{
    width: 50%;
  }
  footer .flex{
    flex-wrap: wrap;
  }
  footer .column{
    flex: 0 0 50%;
    width: 50%;
    margin-bottom: 30px;
  }
  footer .bottom_footer ul{
    margin:0 -5px;
  }
  footer .bottom_footer ul li {
    padding: 0 5px;
  }
  .second_section_post .boxes_design .box_item{
    width: 100%;
    min-height: 1px;
  }
  .second_section_post .two_sections .left{
    padding:30px;
  }
  .second_section_post .two_sections .section_description p{
    font-size: 14px;
  }
  .different_dots_list .text {
    color: #fff;
    font-size: 14px;
    line-height: 24px;
  }
  .last_section_post .section_details {
    padding-left: 0;
  }
  .second_section_post .container{
    padding-left: 0;
    padding-right:0;
  }
  .lines_first_section{
    max-width: 300px;
  }
  .second_section_contact .main_content .right{
    padding-left: 15px;
  }
  .second_section_contact .flex{
    flex-direction: column;
  }
  .second_section_contact .main_content .left{
    width: 100%;
    border: 0 none;
    padding:0;
    padding-top: 40px;
    margin-bottom: 20px;
  }
  .second_section_contact .main_content .right{
    width: 100%;
    padding-top:20px;
    position: relative;
    z-index: 2;
  }
  .second_section_contact .top_bg{
    display: none;
  }
  .second_section_contact .main_content .item {
    margin-bottom: 20px;
  }
  .subscriptions_section .table_item_header h3{
    font-size: 18px;
  }
  .subscriptions_section .table_item_header p{
    font-size: 12px;
  }
  .subscriptions_section .table_item_footer h3{
    font-size: 16px;
  }
  .subscriptions_section .table_item_footer .starting_from{
    font-size: 10px;
    line-height: 10px;
  }
  .subscriptions_section .table_item_footer .price{
    font-size: 24px;
    line-height: 24px;
  }
  .subscriptions_section .table_item_footer .tva{
    font-size: 10px;
  }
  .subscriptions_section .btn .yellow_btn{
    padding-left: 5px;
    padding-right: 5px;
    width: 100%;
  }
  .subscriptions_section .table_item .left{
    padding-top: 14px;
    padding-bottom: 14px;
  }
  .subscriptions_section .table_item .left p{
    font-size: 12px;
  }
  #bottom_sticky_menu{
    display: block;
  }
  footer{
    padding-bottom: 45px;
  }
  .last_section_post .lines{
    display: none;
  }
  .partners_section ul{
    flex-wrap: wrap;
    flex-direction: row;
  }
  .partners_section ul li{
    width: 50%;
    flex: 0 0 50%;
    margin-bottom: 20px;
  }
}
@media all and (max-width:640px){
	header .logo_item{
		bottom:-2px;
	}
	.menu-item-wrapper .triangle{
		display:none;
	}
	.logo_container svg{
		width:190px;
	}
	.scrolled .logo_item{
		bottom:-2px;
	}
}
@media all and (max-width:580px){
  .second_section_post .two_sections .right{
    display: none;
  }
  .second_section_post .two_sections .left{
    width: 100%;
    flex:0 0 100%;
  }
  .second_section_post .two_sections{
    padding-bottom: 0;
  }
  .first_section_post {
    padding: 210px 0 100px;
  }
  .first_section_post .section_title h1 {
    font-size: 32px;
  }
  .third_section_post .section_description{
    margin-bottom: 30px;
  }
  .second_section_about li{
    width: 100%;
    margin-bottom: 10px;
  }
  #gallery .item{
    width: 50%;
  }
  #gallery .item:last-child{
    width: 100%;
  }
  .last_section_post{
    padding-top:50px;
    padding-bottom:50px;
  }
  .subscriptions_section .big_container{
    padding-left:0;
    padding-right: 0;
  }
  .subscriptions_section .table_container{
    overflow: auto;
  }
  .subscriptions_section .table_item{
    min-width: 560px;
  }
  .second_section_subscriptions ul li{
    width: 100%;
  }
  .second_section_subscriptions ul{
    flex-direction: column;
  }
  .menu-item-wrapper .triangle{
    /* bottom: -29px; */
  }
  .second_section_home .boxes{
    padding-bottom: 10px;
  }
	.grid-lines{
		background-size: 140px 140px;
	}
}
@media all and (max-width:540px){
  .three_boxes_style .boxes li {
    flex: 0 0 100%;
  }
  .boxes_design .box_item{
    width: 100%;
    min-height: 1px;
  }
  .section_description p br{
    display: none;
  }
  header .top_right_menu li:first-child,
  header .top_right_menu li:nth-child(2){
    display: none;
  }
  .section_title h1 {
    font-size: 36px;
  }
  .partners_section{
    padding: 50px 0;
  }
  .section_title h2, 
  .section_title h2 p {
    font-size: 28px;
  }
  .partners_section .section_title {
    margin-bottom: 20px;
  }
  .partners_section ul li img{
    max-width: 70%;
  }
  footer .bottom_footer .flex{
    flex-direction: column;
    justify-content: center;
  }
  footer .bottom_footer ul{
    flex-wrap: wrap;
    justify-self: center;
  }
  section{
    padding:50px 0;
  }
  .fourth_section_home .section_description {
    margin-bottom: 40px;
  }
  .fourth_section_home .yellow_lines_bg {
    right: 0px;
    display: none;
  }
  header .logo_container .logo_item svg {
    width: 160px;
    height: 54px;
  }
  .scrolled header .logo_container .logo_item svg {
    width: 135px;
    height: 48px;
  }
  header #menu-mainmenu .logo_container {
    flex: 0 0 220px;
  }
  .scrolled header .bottom_header {
    padding: 0;
  }
  .scrolled .menu-item-wrapper .triangle {
    left: 40px;
    height: 19px;
    margin-top: -9px;
    /* bottom: -33px; */
  }
}
@media all and (max-width: 480px){
  .first_section_home .flex.row{
    flex-direction: column;
  }
  .first_section_home  ul li:first-child{
    margin-bottom: 10px;
  }
  .first_section_home  ul li a{
    display: block;
    text-align: center;
  }
  footer .bottom_footer a{
    font-size: 12px;
  }
  footer .bottom_footer .left {
    margin-bottom: 5px;
  }
  footer .menu_style li a, 
  footer .bottom_footer a, 
  footer .menu_style span{
    font-size: 12px;
  }
  footer .menu_style li {
    margin-bottom: 10px;
  }
  .second_section_contact form .row .item{
    width: 100%; 
  }
  .second_section_contact form .row{
    flex-direction: column;
    margin-bottom: 0;
  }
}
@media all and (max-width: 370px){
  #bottom_sticky_menu .text{
    font-size: 10px;
  }
}