* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  transition: all .2s ease-in-out;
  font-family: "Exo 2", "PT Sans", sans-serif;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
}

html {
  overflow-x: hidden;
}

ul {
  list-style-type: none;
  padding-left: 0;
}

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

body {
  overflow-x: hidden;
  position: relative;
}

header {
  padding: 40px 50px;
  position: fixed;
  z-index: 9;
  top: 0;
  left: 0;
  width: 100%;
  background-color: white;
}

header .col-8 {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

header .col-2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

header .logo {
  width: 85px;
  object-fit: cover;
}

header .logo img {
  width: 100%;
  height: 100%;
}

header nav ul {
  display: flex;
  gap: 60px;
  width: 100%;
  justify-content: center;
  margin-bottom: 0;
}

header nav ul li {
  transition-duration: .3s;
  color: #303030;
}

header nav ul li a {
  text-decoration: none;
  color: #303030;
}

header nav ul li a:hover {
    color: #2f376a;
}

header .price {
  text-align: right;
}

header .price a {
  display: inline-block;
  text-decoration: none;
  color: #7184eb;
  border-bottom: 1px solid;
  padding-bottom: 2px;
}

header .price a:hover {
  color: #313b6b;
}

header .menu-wrap {
    width: 30px;
    height: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
    -webkit-transition: transform 300ms ease-out;
    -moz-transition: transform 300ms ease-out;
    -o-transition: transform 300ms ease-out;
    transition: transform 300ms ease-out;
    padding: 3px 0;
    margin-left: 5px;
}

header .menu-wrap .line-menu {
    background-color: #f1b742;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    width: 100%;
    height: 3px;
}

header .menu-wrap .line-menu:nth-child(3) {
    width: 50%;
    margin-left: auto;
}

header .dropdown_lang{
    position: relative;
}

header .dropdown_lang .lang{
    border-radius: 10px;
    min-width: max-content;
    margin-top: 5px;
}

.dropdown-toggle::after{
    display: none;
}

.dropdown_lang svg{
    height: 5px;
    display: inline-block;
    fill: white;
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s,-webkit-transform .5s;
    margin-bottom: 2.2px;
}

.dropdown_lang img{
    width: 25px;
}

.dropdown_lang .lang-img {
    width: 36px;
}

.dropdown_lang .dropdown-item{
    padding: 0px 14px !important;
    display: inline-flex;
}

.dropdown-active svg{
    transform: rotate(0deg);
}

.mobile-order {
    display: none;
}

.banner {
  position: relative;
  margin-top: 131.09px;
}

.banner .controller {
  position: absolute;
  left: 9.5%;
  bottom: 20px;
  top: unset;
  z-index: 1;
  display: flex;
  gap: 20px;
}

.banner .controller .nav-control {
  display: flex;
  gap: 5px;
}

.banner .controller .dot-control {
  margin: auto;
  display: flex;
  gap: 5px;
  align-items: center;
}


/*.banner .controller .dot-control button.active span {*/
/*  background-color: white;*/
/*  width: 100%;*/
/*  height: 100%;*/
/*  display: block;*/
/*  border-radius: 50%;*/
/*}*/

.banner .controller button {
  background-color: #2f396a;
  border-radius: 50%;
  color: white;
  width: 40px;
  height: 40px;
  border: none;
  line-height: 0.9;
}

.banner .controller button i {
  font-size: 14px;
}

.banner .owl-carousel .item {
  /*width: 97%;*/
  width: calc(100% - 70px);
  height: 525px;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0px;
  border-top-right-radius: 90px;
  background-position: 55px 35%;
}

.banner > img {
  position: absolute;
  bottom: -33%;
  right: 140px;
  z-index: 1;
}

.banner .owl-dots {
  display: none;
}

.banner .item {
  position: relative;
}

.banner .overlay {
  background: linear-gradient(90deg, #131418 35%, rgba(19, 20, 24, 0.962623) 40%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 2;
  padding-left: 10%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-top-right-radius: 90px;
}

.banner .overlay h2, .banner .overlay p {
  color: white;
  max-width: 600px;
}

.banner .overlay h2 {
  font-size: 33px;
  font-weight: bold;
}

.banner .overlay p {
  font-size: 16px;
  margin-top: 15px;
  line-height: 36px;
}

.banner .dot-control {
  display: flex;
  margin: auto;
}

.banner .dot-control button {
  width: 16px;
  height: 16px;
  border: 3px solid #2f396a;
  background-color: transparent;
}

.banner .dot-control button.active {
  width: 18px;
  height: 18px;
  padding: 3px;
  border-color: #fec145;
}

.products {
  padding: 150px 0px 100px 0px;
  background-color: #f3f3f3;
}

.products h2 {
  margin-bottom: 50px;
}

.products .row {
  row-gap: 10px;
}

.services {
  padding: 20px 0px 100px 0px;
  background-color: #f3f3f3;
}

.services h2 {
  margin-bottom: 50px;
}

.category-box {
  padding: 0 5px;
  margin: 5px 0;
}

.services .row {
  row-gap: 10px;
}

.category-box a {
  background-color: white;
  padding: 60px 10px 0 60px;
  display: block;
  text-decoration: none;
  color: black;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}


.category-box a:hover {
  background-color: #f3f3f3;
}

.category-box a:hover img {
  transform: translateY(0px);
}

.category-box a h4 {
  font-size: 22px;
  /*margin-bottom: 60px;*/
  margin-bottom: 32px;
  min-height: 53px;
  overflow: hidden;
  display: -webkit-box;
 -webkit-line-clamp: 2;
 -webkit-box-orient: vertical;
}

.category-box a img {
  height: 166px;
  object-fit: cover;
  margin-left: 0;
  align-self: flex-end;
  transform: translateY(15px);
  -webkit-transform: translateY(15px);
  -moz-transform: translateY(15px);
  -ms-transform: translateY(15px);
  -o-transform: translateY(15px);
}

.company {
  position: relative;
  background-color: #f3f3f3;
}

.company .about {
  position: relative;
  padding-top: 60px;
}

.company .about > h3 {
  font-size: 50px;
  font-weight: 700;
  margin-bottom: 70px;
  padding-left: 170px;
}

.company .about .left-side {
  width: 50%;
  padding-right: 12%;
  padding-left: 180px;
}

.company .about .left-side h5 {
   font-size: 22px;
   line-height: 34px;
}

.company .about .right-side {
  width: 50%;
  padding-right: 150px;
}

.company .about .right-side p {
  font-size: 16px;
  font-weight: 300;
  line-height: 35px;
}

.company .advantages {
  position: relative;
  bottom: 0;
  width: 100%;
  transform: translateY(15%);
  padding: 0 20px;
}

.company .advantages .owl-stage {
    display: flex;
}

.company .advantages .owl-dots {
  display: none;
}

.company .advantages .item {
  padding: 45px 85px;
  background-color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.company .advantages .item svg {
  width: 90px;
  height: 90px;
}

.company .advantages .item .row {
  justify-content: space-between;
}

.company .advantages .item .title {
  width: 40%;
  display: flex;
  flex-direction: column;
}

.company .advantages .item .title h3 {
  margin-bottom: 40px;
  font-size: 26px;
  line-height: 38px;
}

.company .advantages .item .title img {
  width: 120px;
}

.company .advantages .item .content {
  width: 50%;
}

.company .advantages .item .content p {
  font-size: 16px;
  line-height: 36px;
}

.company .advantages .owl-prev img,
.company .advantages .owl-next img {
  width: 15px;
  object-fit: cover;
  display: none;
}

.company .about-2 {
  background-color: black;
  padding: 150px 150px 100px 120px;
  display: flex;
  color: white;
}

.company .about-2 h3 {
  font-size: 28px;
  font-weight: 700;
  width: 25%;
}

.company .about-2 p {
  font-size: 16px;
  line-height: 1.75;
  max-width: 400px;
}

.company .about-2 > div {
  display: flex;
  width: 75%;
  justify-content: space-around;
}

.company .owl-carousel .owl-nav button.owl-prev {
  right: 135px;
  top: -33%;
  left: unset;
}

.company .owl-carousel .owl-nav button.owl-next {
  right: 55px;
  top: -33%;
}

.company .owl-carousel .owl-nav button.owl-next,
.company .owl-carousel .owl-nav button.owl-prev {
  background: none;
}

.company .owl-carousel .owl-nav button.owl-next,
.company .owl-carousel .owl-nav button.owl-prev,
.company .owl-carousel button.owl-dot {
  color: black;
}

.company .owl-theme .owl-nav [class*=owl-] {
  font-size: 30px;
}

.action {
  padding: 150px 0;
}

.action .owl-item {
  cursor: pointer;
}

.action .owl-item:hover h4,
.action .active-item .item h4 {
  color: #ffb71b;
}

.action .owl-carousel .owl-stage-outer {
  overflow: visible;
}

.action .owl-carousel {
  padding: 0 50px;
  border-top: 2px solid #dedede;
}

.action .item {
  position: relative;
  padding-top: 50px;
}

.action .item h4 {
  font-size: 24px;
  font-weight: 700;
}

.action .item span {
  font-size: 15px;
  font-weight: 100;
}

.action .item::before {
  content: "";
  position: absolute;
  top: -5px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #c4c4c4;
}

.action .active-item .item::before {
  background-color: #ffb71b;
  transform: scale(3);
  transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
}

.action .owl-dots {
  display: none;
}

.action .owl-nav {
  display: none;
}

.statistic {
  position: relative;
  padding-top: 100px;
  max-width: 1200px;
  margin: 0 auto;
}

.statistic h2 {
  border-bottom: 1px solid red;
  width: fit-content;
  margin: 0 auto;
  margin-bottom: 50px;
  padding: 0 50px 20px 50px;
}

.statistic .title {
  font-size: 19px;
  line-height: 34px;
}

.statistic .background {
  text-transform: uppercase;
  position: absolute;
  color: #f5f7ff;
  font-size: 314px;
  font-weight: 700;
  letter-spacing: 0.5px;
  z-index: -1;
  top: 22%;
  left: 4%;
  transition: none;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
}

.statistic .advantages {
  padding-top: 40px;
}

.statistic .advantages h4 {
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 40px;
}

.statistic .advantages ol {
  display: flex;
  flex-direction: column;
  height: 350px;
  flex-wrap: wrap;
  padding-left: 15px;
  justify-content: left;
}

.statistic .advantages ol li {
  width: 30%;
  height: 30%;
}

.statistic .details {
  padding: 45px 70px 0 70px;
  background-color: #f5f7ff;
}

.statistic .details h4 {
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 40px;
}

.statistic .details ul {
  padding-left: 0 !important;
  display: flex;
  flex-direction: column;
  height: 300px;
  flex-wrap: wrap;
  padding-left: 15px;
  justify-content: left;
  margin-bottom: 0;
}

.statistic .details ul li {
  width: 50%;
  height: 30%;
  font-weight: 700;
  font-size: 20px;
}

.statistic .details ul li span {
  font-weight: 400;
  font-size: 14px;
}

.statistic .details ul li a {
  display: block;
  color: #2a2a2a;
  font-size: 14px;
  font-weight: 500;
  border: 1px solid #fec145;
  background-color: #fec145;
  width: 240px;
  height: 64px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-decoration: none;
  text-transform: uppercase;
}

.statistic .details ul li a:hover {
  background-color: black;
  border-color: black;
  color: white;
}

.projects {
  padding: 0 0 100px 0;
}

.projects h2 {
  border-bottom: 1px solid red;
  width: fit-content;
  margin: 0 auto;
  margin-bottom: 50px;
  padding: 0 50px 20px 50px;
}

.project-box {
  position: relative;
  height: 360px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 5px;
  overflow: hidden;
}

.project-box a {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #3d3d3d69;
}

.project-box a:hover .content button {
  background-color: #ffc655;
  border-color: #ffc247;
}

.project-box .content {
  position: absolute;
  height: fit-content;
  bottom: 30px;
  left: 30px;
  width: 80%;
}

.project-box .content h4 {
  color: #ffffff;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 300;
  margin-bottom: 20px;
}

.project-box .content button {
  color: #ffffff;
  font-size: 15px;
  line-height: 1.55;
  font-weight: 400;
  border-width: 1px;
  border-radius: 3px;
  border-color: #ffffff;
  border-style: solid;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  width: 190px;
  height: 44px;
  background-color: transparent;
}

.projects .owl-dots {
  display: none;
}

.projects .owl-nav {
  display: none;
}

.partners {
  padding-bottom: 100px;
  margin: 0 auto;
}

.partners h2 {
  width: fit-content;
  margin: 0 auto;
  margin-bottom: 50px;
}

.partner-row div {
    margin: 30px 10px;
    width: calc(14.28% - 20px);
    height: 60px;
    padding: 0;
}

.partner-row div img {
    width: 100%;
    height: 100%;
    margin: 0;
    -o-object-fit: contain;
    object-fit: contain;
    opacity: .8;
    -webkit-filter: grayscale(100);
    filter: grayscale(100);
    transition: filter .15s ease, opacity .15s ease, -webkit-filter .15s ease;
}

.partner-row div:hover img {
  opacity: 1;
  -webkit-filter: none;
  filter: none;
}

/*.news > a {*/
/*  margin: 0 auto;*/
/*  color: #494b4d;*/
/*  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;*/
/*  background-color: #f2f4f6;*/
/*  border-radius: 100px;*/
/*  text-align: center;*/
/*  font-size: 16px;*/
/*  padding-left: 60px;*/
/*  padding-right: 60px;*/
/*  font-weight: 700;*/
/*  text-decoration: none;*/
/*  height: 60px;*/
/*  margin-top: 50px;*/
/*  width: fit-content;*/
/*  display: block;*/
/*  padding-top: 18px;*/
/*}*/

/*.news > a:hover {*/
/*  background-color: #e1e3e6;*/
/*}*/

/*.news .item {*/
/*  display: block;*/
/*  text-decoration: none;*/
/*  color: black;*/
/*  border: 2px solid #f4f4f4;*/
/*}*/

/*.news .item .image {*/
/*  max-width: 100%;*/
/*  line-height: 0;*/
/*}*/

/*.news .item .image img {*/
/*  width: 100%;*/
/*  object-fit: cover;*/
/*}*/

/*.news .item .content {*/
/*  padding: 25px 30px 27px;*/
/*  text-align: left;*/
/*}*/

/*.news .item .content p {*/
/*  font-size: 20px;*/
/*  line-height: 1.35;*/
/*  display: -webkit-box;*/
/*  -webkit-line-clamp: 3;*/
/*  overflow: hidden;*/
/*  margin-bottom: 5px;*/
/*}*/

/*.news .item .content span {*/
/*  display: inline-block;*/
/*  vertical-align: middle;*/
/*  font-size: 10px;*/
/*  letter-spacing: 1px;*/
/*  color: rgba(0, 0, 0, 0.5);*/
/*}*/

.call-to-action {
  background: linear-gradient(to bottom right, #ffb71b 0, #ffdb8e 47%);
  height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-top-right-radius: 80px;
  z-index: 2;
  padding-bottom: 80px;
}

.call-to-action h4 {
  font-size: 30px;
  text-align: left;
}

.call-to-action h3 {
  font-size: 50px;
  text-align: left;
  font-weight: bold;
}

.call-to-action a {
  display: inline-flex;
  font-size: 20px;
  text-decoration: none;
  padding: 0 40px;
  align-items: center;
  color: #303030;
  border: 2px solid #fff;
  justify-content: center;
  height: 70px;
  border-radius: 70px;
  text-align: center;
  margin: auto;
}

.call-to-action a:hover {
  background-color: #fff;
}

.call-to-action .col-4 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

footer {
  border-top-right-radius: 80px;
  background-color: #303030;
  z-index: 3;
  color: white;
  padding: 108px 50px 40px;
}

footer h4 {
  font-size: 15px;
  margin-bottom: 15px;
  line-height: 1.4;
  color: #fff;
  opacity: .4;
}

footer .row:first-child img {
  filter: grayscale(100) brightness(100);
  width: 120px;
  object-fit: contain;
}

footer .row:first-child a {
  text-decoration: none;
  display: block;
  color: white;
  margin-bottom: 30px;
  font-size: 25px;
}

footer .row:first-child a:hover {
  color: #ffb71b;
}

footer .row:first-child a:hover span {
  color: #ffb71b;
}

footer .row:first-child a:hover svg path {
  stroke: #ffb71b;
}

footer .row:first-child .col-3:nth-child(2) a {
  margin-bottom: 70px;
}

footer .row:first-child .col-3:nth-child(3) a,
footer .row:first-child .col-3:nth-child(4) a {
  font-size: 22px;
}

footer .row:nth-child(2) ul {
  display: flex;
  width: 100%;
}

footer .row:nth-child(2) ul:not(.social-media) li {
  width: 25%;
  border: 1px solid grey;
  border-top: none;
  border-left: none;
  height: 75px;
}

footer .row:nth-child(2) ul:not(.social-media) li a {
  height: 100%;
  text-decoration: none;
  color: white;
  margin: auto;
  text-align: center;
  display: flex;
  justify-content: center;
  gap: 20px;
}

footer .row:nth-child(2) ul:not(.social-media) li a i {
  margin: auto 0;
  font-size: 16px;
}

footer .row:nth-child(2) ul:not(.social-media) li a span {
  margin: auto 0;
  font-size: 20px;
}

footer .row:nth-child(2) ul:not(.social-media) li:hover {
  border-top-right-radius: 30px;
  background-color: #ffb71b;
  color: #303030;
  border-right: none !important;
}

footer .row:nth-child(2) ul:not(.social-media) li:first-child {
  border-left: 1px solid grey;
}

footer .row:last-child {
  padding-top: 20px;
}

footer .row:last-child .col-12 {
  display: flex;
  justify-content: space-between;
}

footer .row:last-child p {
  margin: 0px;
}

footer .copyright {
    justify-content: space-between;
}

footer .row:nth-child(2) .social-media {
    margin: 0 -5px;
}

footer .row:nth-child(2) .social-media li {
    border: none;
    width: max-content;
}

footer .row:nth-child(2) .social-media li a {
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
    font-size: 14px !important;
}

footer .row:nth-child(2) .social-media li a i {
    padding: 9px;
    border-radius: 50%;
    width: 36px;
    border: 2px solid #fff;
    height: 36px;
    color: #fff;
    text-align: center;
}

.company .owl-carousel .owl-nav button.owl-next,
.company .owl-carousel .owl-nav button.owl-prev,
.company .owl-carousel button.owl-dot {
  padding: 15px 20px;
}

.company .owl-carousel .owl-nav button.owl-next:hover,
.company .owl-carousel .owl-nav button.owl-prev:hover,
.company .owl-carousel button.owl-dot:hover {
  background-color: #212121;
}

.company .owl-carousel .owl-nav button.owl-next:hover img,
.company .owl-carousel .owl-nav button.owl-prev:hover img,
.company .owl-carousel button.owl-dot:hover img {
  filter: invert(1);
}

.company .owl-carousel .owl-nav button.owl-next,
.company .owl-carousel .owl-nav button.owl-prev,
.company .owl-carousel button.owl-dot {
  padding: 18px 30px;
}

.company .owl-carousel .owl-nav button.owl-next i,
.company .owl-carousel .owl-nav button.owl-prev i,
.company .owl-carousel button.owl-dot i {
  color: #212121;
}

.company .owl-carousel .owl-nav button.owl-next:hover,
.company .owl-carousel .owl-nav button.owl-prev:hover,
.company .owl-carousel button.owl-dot:hover {
  background-color: #212121;
}

.company .owl-carousel .owl-nav button.owl-next:hover i,
.company .owl-carousel .owl-nav button.owl-prev:hover i,
.company .owl-carousel button.owl-dot:hover i {
  color: white;
}

.mobile-header {
  display: none;
}

.mobile-header .logo {
  text-align: left;
  width: 50%;
  margin: 0;
}

.mobile-header .logo img {
  width: 85px;
  object-fit: cover;
}

.mobile-header .hamburger {
  text-align: right;
  width: 50%;
  margin: 0;
}

.mobile-header .hamburger i {
  font-size: 40px;
}

body > .hamburger-menu {
  height: 100vh;
  position: fixed;
  top: 0;
  right: -250px;
  background-color: white;
  z-index: 10000;
  width: 250px;
  padding: 11px 25px 25px 25px;
  transition: all 0.3s ease-in-out;
}

body > .hamburger-menu ul {
  list-style: none;
  padding-left: 0;
  margin-top: 50px;
}

body > .hamburger-menu ul a {
  text-decoration: none;
  padding: 10px 0;
  display: block;
}

.active-hamburger {
  right: 0 !important;
}

.company .advantages .owl-prev img,
.company .advantages .owl-next img {
  transform: translateY(-3px);
}

body > .hamburger-menu ul a {
  color: black;
}

.fa-times {
  font-size: 25px;
}

body > .overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  opacity: 0.5;
  width: 100%;
  height: 100%;
  display: none;
}

.banner .owl-carousel .owl-nav button.owl-prev {
  left: 9.5%;
  bottom: 20px;
  background-color: #2f396a;
  border-radius: 50%;
  width: 30px;
  top: unset;
  height: 30px;
}

.banner .owl-carousel .owl-nav button.owl-next {
  left: 11.5%;
  bottom: 20px;
  background-color: #2f396a;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  top: unset;
}

.box-link {
  display: flex;
  align-items: center;
  justify-content: center;
  /*width: 300px;*/
  width: 272px;
  text-decoration: none;
  color: black;
}

.box-link .icon {
  background-color: #fec145;
  width: 50px;
  height: 50px;
  z-index: 1;
  vertical-align: middle;
  border-radius: 50%;
  position: relative;
  left: -56px;
}

.box-link .icon::before {
  content: "";
  background-image: url(https://28residence.com/assets/site/img/headset.png);
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  font-size: 1rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.box-link .link-text {
  position: relative;
  left: 0;
  font-size: 19px;
  font-weight: 500;
  color: #2f396a;
  line-height: 0;
}

.box-link .hover-text {
  visibility: hidden;
  /*padding-left: 70px;*/
  padding-left: 66px;
  opacity: 0;
  overflow: hidden;
  background-color: #fec145;
  text-align: center;
  border-radius: 25px;
  transition: visibility 0.4s ease, opacity 0.4s ease, background-color 0.4s ease;
  position: absolute;
  height: 50px;
}

.box-link .hover-text::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.05);
}

.box-link .hover-text::after {
  content: "";
  display: inline-block;
  width: 65px;
  height: 100%;
  vertical-align: middle;
}

.box-link .hover-text span {
  vertical-align: middle;
  font-size: 14px;
  position: relative;
  color: #fff;
}

.box-link:hover .hover-text {
  visibility: visible;
  opacity: 1;
}


/* inside pages */
.inside-pages {
    margin-top: 131.09px;
}

.static-head {
    padding: 32px 0 65px 0;
}

.static-title {
    color: #000;
    font-weight: 600;
    line-height: 1.5;
    font-size: 30px;
    margin-bottom: 0;
}

.bg-gray{
    background-color: #f6f6f6;
}

.bread-item {
    padding: 25px;
    background-color: white;
}

.bread-item a{
    color: #fec145;
}

.static-content, .cat-content,
.project-content {
    padding: 80px 0;
}

.static-content img {
    width: 50%;
    min-height: 428px;
    object-fit: cover;
    margin: 0 0 10px 10px;
    float: right;
    border-radius: 4px;
}

.highslide,
.highslide img,
.fancybox-container,
.fancybox-container div,
.fancybox-image {
    transition: none;
}

.static-content .static-text > img,
.static-content .static-text > .highslide {
    display: none;
}

.static-content .quote {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    padding-top: 30px;
}

.static-content .quote .highslide {
    display: block;
    border-radius: 4px;
    border: 1px solid #88888859;
    width: calc(25% - 30px);
    margin: 15px;
}

.static-content .quote .highslide img {
    width: 100%;
    height: 100%;
    min-height: auto;
    object-fit: cover;
    object-position: top;
    margin: 0;
}

.loc {
    cursor: pointer;
    border-bottom: 1px solid transparent;
}

.loc .loc-content {
    padding: 25px 15px;
    border-bottom: 1px solid #d6d9db;
    transition: none;
}

.loc:hover {
    border-bottom: 1px solid #2f376a;
}

.loc:hover .loc-content {
    border-bottom: 1px solid transparent;
}

.loc h2 {
    font-weight: 500;
    font-size: 28px;
}

.loc .loc-content p {
    margin-bottom: 0;
}

.loc .loc-content img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
}

.loc .loc-content a:hover {
    color: #2f376a;
}

#map {
    height: 400px;
}

.pin-wrap {
	position: relative;
	pointer-events: none;
}

.pin-wrap .pin {
	width: 10px;
	height: 10px;
	-webkit-border-radius: 50%; 
    -moz-border-radius: 50%; 
    border-radius: 50%;
	background-color: #ff2e17;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 1;
}

.pin-wrap .shadow1 {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 20px;
	height: 20px;
	-webkit-border-radius: 50%; 
    -moz-border-radius: 50%; 
    border-radius: 50%;
	z-index: 0;
}

.pin-wrap .shadow1:after {
	display: block;
	width: 100%;
	height: 100%;
	content: '';
	webkit-animation: pulsate 1s ease-out infinite; 
    -moz-animation: pulsate 1s ease-out infinite;
	animation: pulsate 1s ease-out infinite;
	opacity: 0;
	-webkit-border-radius: 50%; 
    -moz-border-radius: 50%; 
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 20px #ff4733;
	-moz-box-shadow: 0 0 0 20px #ff4733;
	box-shadow: 0 0 0 20px #ff4733;
}

.pin-wrap .shadow2 {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 25px;
	height: 25px;
	-webkit-border-radius: 50%; 
    -moz-border-radius: 50%; 
    border-radius: 50%;
	z-index: 0;
}

.pin-wrap .shadow2:after {
	display: block;
	width: 100%;
	height: 100%;
	content: '';
	webkit-animation: pulsate 2s ease-out infinite; 
    -moz-animation: pulsate 2s ease-out infinite;
	animation: pulsate 2s ease-out infinite;
	opacity: 0;
	-webkit-border-radius: 50%; 
    -moz-border-radius: 50%; 
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 25px #ff5e4d;
	-moz-box-shadow: 0 0 0 25px #ff5e4d;
	box-shadow: 0 0 0 25px #ff5e4d;
}

ymaps {
    transition: none !important;
}

@keyframes pulsate {
	0% {
	    -webkit-transform: scale(0.1, 0.1);
		transform: scale(0.1, 0.1);
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
	    -webkit-transform: scale(1.2, 1.2);
		transform: scale(1.2, 1.2);
		opacity: 0;
	}
}

.cat-page #dle-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.cat-page .category-box a {
  background-color: #f3f3f3;
}

.cat-page .category-box a:hover {
  background-color: white;
}

.cat-page .project-box {
    margin: 5px;
    padding: 0;
    width: calc(50% - 10px);
}

.project-images {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
}

.project-images .highslide {
    margin: 5px;
    width: calc(25% - 10px);
    height: 200px;
    border-radius: 4px;
    overflow: hidden;
}

.project-images .highslide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin: 0;
    transition: 300ms all ease;
    will-change: transform;
}

.project-images .highslide:hover img {
    transform: scale(1.1);
    opacity: .8;
}


/* products */
.products-content .static-text > img {
    width: 50%;
    margin: 0 15px 15px 0;
    float: left;
    object-fit: contain;
    min-height: auto;
    max-height: 400px;
}

.products-content .quote .highslide {
    height: 200px;
}


/* modal */
.modal {
    z-index: 10000;
    background-color: rgba(0, 0, 0, 0.7);
}

.modal-dialog {
    width: 500px;
}

.modal-content {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    padding-top: 20px;
    position: relative;
}

.modal-header {
    margin: 0 40px 10px 40px;
    padding-left: 0;
    border: none;
    border-bottom: 1px solid #2f376a;
}

.modal-title {
   font-weight: 500;
   color: #000;
}

.modal-content .btn-close {
    display: block;
    height: 20px;
    opacity: .5;
    position: absolute;
    right: 50px;
    top: 34px;
    width: 20px;
    z-index: 100;
    padding: 0;
    outline: transparent;
}

.modal-content .btn-close:focus {
    box-shadow: none;
}

.modal-body {
    padding: 0 40px 40px;
}






/* responsive */
@media only screen and (min-width: 1560px) {
    .copyright p {
        max-width: 90%;
    }
}

@media only screen and (max-width: 1199.99px) {
    .static-content .quote .highslide {
        width: calc(33.33% - 30px);
    }
    
    .project-images .highslide {
        width: calc(33.33% - 10px);
    }
    
    .partner-row div {
        width: calc(16.66% - 20px);
    }
    
    header nav ul {
        gap: 32px;
    }
    
    .company .about > h3 {
        font-size: 32px;
    }
    
    .company .about .left-side h5 {
        font-size: 18px;
    }
    
    footer .row:first-child .col-3:nth-child(2) a {
        margin-bottom: 15px;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .category-sec .category-box.col-lg-4 {
        width: 25%;
    }
    .category-sec .category-box a img {
        height: 130px;
    }
    
    .statistic .background {
        font-size: 250px;
    }
}

@media only screen and (max-width: 990.99px) {
    .static-head {
        padding: 32px 0;
    }
    
    .static-content, .cat-content, .project-content {
        padding: 0 0 50px;
    }
    
    .static-content img {
        margin: 0;
        margin-bottom: 20px;
        width: 100%;
        float: none;
        min-height: 300px;
    }
    
    .loc .loc-content img {
        margin-top: 20px;
    }
    
    .static-content .quote .highslide {
        width: calc(50% - 30px);
    }
    
    .cat-page .project-box {
        width: calc(100% - 10px);
    }
    
    .partner-row div {
        width: calc(21% - 20px);
    }
    
    .box-link .hover-text {
        visibility: visible;
        opacity: 1;
    }
    
    .banner .owl-carousel .item {
        width: calc(100% - 50px);
    }
    
    header #myMenu {
        position: fixed;
        top: 0;
        right: 0;
        width: 100%;
        height: 100vh;
        background-color: rgba(0, 0, 0, .7);
        z-index: 9999999999;
        overflow-y: hidden;
    }
    
    header #myMenu .navbar-nav {
        width: 60%;
        height: 100%;
        background-color: #fff;
        position: absolute;
        top: 0;
        right: -100%;
        overflow-y: scroll;
        align-items: center;
        justify-content: center;
        padding: 90px 30px 40px 30px;
        transition: none;
    }
    
    header #myMenu .close-m {
        padding: 26px 30px;
        text-align: right;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
    }
    
    header #myMenu .close-m i {
        font-size: 32px;
        cursor: pointer;
        color: #fec145;
    }
    
    .navbar-toggler:focus {
        box-shadow: none;
    }
}

@media only screen and (max-width: 767.99px) {
    .static-content .quote .highslide {
        width: calc(80% - 30px);
    }
    
    .project-images .highslide {
        width: calc(50% - 10px);
    }
    
    .partner-row div {
        width: calc(28% - 20px);
    }
    
    header #myMenu .navbar-nav {
        width: 80%;
    }
    
    .products {
        padding: 80px 0px;
    }
    
    .partners,
    .projects {
        padding-bottom: 80px;
    }
    
    .statistic .background {
        font-size: 260px;
    }
    
    .products-content .static-text > img {
        width: 100%;
        margin: 0 0 15px;
        float: none;
        object-fit: scale-down;
    }
}

@media only screen and (max-width: 575.99px) {
    .static-content .quote .highslide {
        width: calc(100% - 30px);
    }
    
    .project-images .highslide {
        width: calc(80% - 10px);
    }
    
    .partner-row div {
        width: calc(38% - 20px);
    }
    
    .modal-dialog {
        width: 90%;
        margin: 0 auto;
    }
    
    .modal-body {
        padding: 0 20px 20px;
    }
    
    .modal-title {
        font-size: 18px;
    }
    
    .modal-header {
        padding: 10px 40px;
        margin: 0 auto;
    }
    
    .banner .owl-carousel .item {
        width: calc(100% - 20px);
    }
    
    .banner .overlay p {
        padding-right: 10px;
    }
    
    .mobile-order {
        display: inline-block;
    }
    
    header .right-side {
        margin-right: 10px;
    }
    
    header .right-side .box-link {
        display: none;
    }
    
    header {
        padding: 20px 50px;
    }
    
    .banner,
    .inside-pages {
        margin-top: 91.09px;
    }
    
    header #myMenu .navbar-nav {
        width: 90%;
        padding: 90px 15px 40px 15px;
    }
    
    .statistic .background {
        font-size: 230px;
    }
    
    footer {
        padding: 108px 40px 40px;
    }
    
    footer .row:last-child p {
        margin-bottom: 10px;
    }
    
    footer .container-fluid .row:first-child {
        row-gap: 20px !important;
    }
    
    footer a {
        font-size: 18px !important;
    }
    
    .projects .owl-carousel {
        margin: 0 auto;
        width: 90%;
    }
}

@media only screen and (max-width: 450px) {
    .modal-header {
        padding: 10px 20px;
        margin: 0;
    }
    
    .modal-content .btn-close {
        right: 30px;
        top: 17px;
    }
    
    .partner-row div {
        width: calc(48% - 20px);
    }
    
     header #myMenu .navbar-nav {
        width: 100%;
    }
    
    .statistic .background {
        font-size: 160px;
    }
}

@media only screen and (max-width: 400px) {
    .static-content .quote .highslide {
        width: calc(100% - 30px);
    }
    
    .project-images .highslide {
        width: calc(100% - 10px);
    }
    
    header {
        padding: 20px;
    }
    
    footer {
        padding: 108px 10px 40px;
    }
}

.company>.advantages .owl-nav{
    display: none;
}

.services .category-box a{
    background-color: #3b3c3c;
    color: white;
}
.services .category-box a:hover{
    background-color: #272929;
}

.full-content .highslide{
    display: block !important;
}

.full-content img{
    display: block !important;
    float: unset;
    margin: 0 auto;
    width: 100%;
}

/*.full-content .static-text{*/
/*    width: 750px;*/
/*    margin: 0 auto;*/

/*}*/

header > .container-fluid{
    padding-right:0;
}

