/* PROBE_996633 */
body {
  font-family: 'Rubik';
  font-weight: normal;
  font-style: normal;
  overflow-x: hidden;
  font-size: 16px;
  color: #545454;
}

.font-color-primary {
  color: #545454;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0px;
  padding: 0px;
  font-weight: normal;
}

ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

a {
  text-decoration: none !important;
  outline: none !important;
}

.d-new {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
}

.d-align {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex-wrap: wrap;
}

.d-new-a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex-wrap: wrap;
}

a {
  transition: all 0.3s linear;
}

p {
  line-height: 28px;
}

/*------------------ Home Page Css Start ------------------*/
body.active {
  overflow: hidden;
}

header {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  padding: 30px 0px;
  z-index: 10;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

header.sticky,
header.sticky_other {
  background: #111111;
}

.logo img {
  transition: all 0.3s linear;
}

.h_logo {
  margin-left: 40px;
}

.menu>ul>li {
  margin-right: 46px;
}

.menu>ul>li>a {
  color: #fff !important;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  position: relative;
}

.menu>ul>li>a:hover,
.menu .menu>ul>li.active>a {
  color: #111;
}

header.sticky .menu a:hover,
header.sticky .menu li.active a,
header.sticky_other .menu a:hover,
header.sticky_other .menu li.active a {
  color: #eb6012;
}

.hasmenu {
  position: relative;
}

.hasmenu>a:after,
.hasmenu-2>a:after {
  position: relative;
  content: "\f107";
  font-family: FontAwesome;
  font-size: 16px;
  line-height: 4px;
  margin-left: 5px;
}

.hasmenu .show-more,
.hasmenu-2 .show-more {
  display: none;
  position: absolute;
  top: 10px;
  right: 7px;
  width: 10px;
  height: 10px;
  color: #fff;
}

/*.hasmenu > a:before{
    position: absolute;
    content: "";
    bottom: -60px;
    width: 100%;
    height: 60px;
    left: 0px;
}*/
.submenu,
.submenu-products {
  position: absolute;
  left: 0px;
  width: 100%;
  background: #fff;
  top: 114px;
  padding: 46px 0px 64px;
  display: none;
  z-index: 10;
}

.submenu_left {
  width: 321px;
  padding-right: 87px;
}

.submenu_left span {
  font-weight: 500;
  color: #a39ea5;
  display: block;
}

.submenu_left li {
  margin-top: 37px;
}

.submenu_left li:first-child {
  margin-top: 23px;
}

.submenu_left p {
  padding-top: 14.2px;
  font-size: 13px;
  line-height: 21px;
  color: #545454;
}

.submenu_left a:hover {
  opacity: 0.7;
}

.submenu-products .submenu_left a {
  opacity: 0.5 !important;
}

.submenu-products .submenu_left a.active {
  opacity: 1 !important;
}

.submenu_right {
  width: calc(100% - 321px);
  border-left: 2px solid #E6E6E6;
  padding-left: 68px;
}

.submenu_right>span {
  font-weight: 500;
  color: #a39ea5;
  display: block;
}

.menu_name {
  margin-top: 23px;
}

.menu_name p {
  color: #545454;
}

.submenu_right .type_product_title {
  margin-top: 35px !important;
}

.submenu_right .type_product_title h4 {
  font-size: 18px !important;
  line-height: 21px !important;
  margin-left: 12.3px !important;
}

.submenu_right .type_product_title h4 span {
  font-size: 14px !important;
  line-height: 16px !important;
}

.submenu_right .type_list a {
  min-height: 60px !important;
  margin-top: 12px !important;
}

.submenu_right .type_left {
  width: 100% !important;
  padding-right: 0px !important;
}

.submenu_right .type_left_text {
  display: block !important;
}

.submenu_right .type_left_text p {
  font-size: 12px !important;
  margin-top: 2px;
}

.btn {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -ms-box-shadow: none !important;
  -o-box-shadow: none !important;
  box-shadow: none !important;
  height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  padding: 1px 32px 0px;
  border-radius: 3px;
  border: 0px;
  letter-spacing: 0.5px;
}

.btn span {
  display: flex;
}

.btn-white {
  background: #fff;
  color: #111111 !important;
}

.btn-white:hover {
  background: #ccc;
}

.h_store {
  margin-right: 42px;
}

.toggleMenu {
  color: #fff;
  font-size: 23px;
  display: none;
}

.toggleMenu label {
  margin-bottom: 0px;
  transform: scale(1.2, 1);
  cursor: pointer;
}

.overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: rgba(0, 0, 0, 0.5);
  z-index: 11;
  display: none;
}

.overlay.active {
  display: block;
}

.language {
  position: relative;
}

.language_box {
  width: 48px;
  padding: 15px 0px;
  cursor: pointer;
  position: relative;
}

.language_box img,
.language_dropdown img {
  width: 28px;
  height: 16px;
  object-fit: cover;
  object-position: center;
}

.language_box i {
  font-size: 16px;
  color: #fff;
  margin-left: 5px;
}

.language_dropdown {
  position: absolute;
  top: 80px;
  background: #fff;
  box-shadow: 0px 5px 30px #00000012;
  border-radius: 2px;
  right: 0px;
  display: none;
}

.language_dropdown li {
  padding: 10px 15px;
  border-bottom: 1px solid #F1F1F1;
}

.banner_outer {
  position: relative;
}

.banner {
  position: relative;
  min-height: 100vh;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  display: flex;
  align-items: center;
  width: 100%;
}

.banner:before {
  position: absolute;
  content: "";
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: rgba(0, 0, 0, 0.2);
}

.banner_text {
  width: 100%;
}

.banner_info {
  position: relative;
  z-index: 1;
  max-width: 756px;
}

.banner_info h1,
.banner_info h2,
.k_banner_title {
  font-size: 68px;
  color: #fff;
  line-height: 74px;
  font-weight: 500;
}

.banner_info p {
  margin-top: 25px;
  color: #fff;
  font-size: 21px;
  line-height: 34px;
  max-width: 545px;
}

.banner_btn {
  margin-top: 45px;
}

.banner_btn .btn-white {
  margin-left: 30px;
}

.find_more {
  position: relative;
  bottom: 95px;
  z-index: 1;
}

.find_more .viewAll {
  display: inline-flex;
}

.find_more img {
  transform: rotate(90deg);
}

.thum_slider {
  max-width: 995px;
  margin: -65px 0px auto auto;
}

.thum_slider_img {
  position: relative;
}

.thum_slider_img img {
  width: 100%;
  height: 131px;
  object-fit: cover;
  object-position: center;
  cursor: pointer;
}

.banner_range_prgreess {
  height: 5px;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 0px;
  background: #fff;
}

.thumbutton {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  align-items: center;
  justify-content: center;
  display: flex;
  opacity: 0;
  cursor: pointer;
}

.thumbutton.active {
  opacity: 1;
}

.thumbutton img {
  height: 39px;
  width: 39px;
}

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

.banner_thum {
  position: relative;
  z-index: 2;
}

.bg_black {
  background: #111;
}

.h_offer_outer {
  padding: 144px 0px 106px;
  margin-top: -66px;
}

.title h3,
.title h1,
.title h2,
.k-box-title {
  font-size: 42px;
  line-height: 52px;
  font-weight: 500;
  position: relative;
  color: #111111;
  padding-right: 55px;
}

.title h3:after,
.title h1:after,
.title h2:after,
.k-box-title:after {
  position: absolute;
  content: "";
  width: 41px;
  height: 4.50px;
  background: #111111;
  bottom: 9px;
  margin-left: 19px;
}

.title-white h3,
.title-white h1,
.title-white h2,
.title-white .k-box-title {
  color: #fff;
}

.title-white h3:after,
.title-white h1:after,
.title-white h2:after,
.title-white .k-box-title:after {
  background: #fff;
}

.viewAll a,
.viewAll span {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  color: #111;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.icon_round {
  height: 49px;
  width: 49px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid rgba(0, 0, 0, 0.1);
  margin-left: 25px;
}

.viewAll a:hover .icon_round,
.viewAll:hover .icon_round {
  border-color: rgba(0, 0, 0, 1);
}

.title-white .viewAll a,
.title-white .viewAll span {
  color: #fff;
}

.title-white .viewAll .icon_round {
  border: 2px solid rgba(255, 255, 255, 0.25);
}

.title-white .viewAll a:hover .icon_round,
.title-white .viewAll:hover .icon_round {
  border-color: rgba(255, 255, 255, 1);
}

.mlr-20 {
  margin: 0px -20px;
}

.plr-20 {
  padding: 0px 20px;
}

.blog_thum .gallery_image {
  padding: 20px 0px;
}

.offerBox {
  margin-top: 50px;
  padding: 45px 39px 54px;
  width: 100%;
  display: block;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.offerBox:hover {
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
}

.bg_blue {
  background: #196fb7;
}

.bg_green {
  background: #6db867;
}

.bg_red {
  background: #dc3537;
}

.bg_orange {
  background: #eb6012;
}

.bg_gray {
  background: #a39ea5;
}

.bg_brown {
  background: #996633;
}

.h_offer_img img {
  max-width: 240px;
}

.offerBox p {
  color: #fff;
  margin-top: 46px;
  min-height: 100px;
}

.offerBox .btn {
  margin-top: 20px;
}

.offerBox:hover .btn {
  background: #ccc;
}

.ml-34 {
  margin-left: 34px;
}

.experience_outer {
  margin-top: 118px;
}

.experience_outer p {
  color: #ACACAC;
  line-height: 26px;
}

.experience_counter {
  margin-top: 106px;
}

.experience_counter h3,
.k-exp_title {
  font-size: 58px;
  font-weight: 500;
  color: #fff;
  position: relative;
  line-height: 1.2;
}

.experience_counter h3 span,
.k-exp_title span {
  font-size: 32px;
  margin-left: 5px;
}

.experience_counter p {
  margin-top: 16px;
  color: #fff;
  position: relative;
}

.experience_counter ul {
  padding-right: 88px;
}

.experience_counter li {
  position: relative;
}

.exp_icon {
  position: absolute;
}

.experience_counter li:first-child .exp_icon {
  right: -36px;
  top: -40px;
}

.experience_counter li:nth-child(2) .exp_icon {
  right: -50px;
  top: -40px;
}

.experience_counter li:last-child .exp_icon {
  right: -23px;
  top: -35px;
}

.know_better {
  margin-top: 60px;
}

.btn-orange {
  background: #eb6012;
  color: #fff !important;
}

.btn-orange:hover {
  background: #ce3e09;
}

.comp_img {
  width: 50%;
}

.comp_img img {
  width: 100%;
}

.comp_text {
  width: 50%;
  padding: 20px 70px 20px 109px;
}

.comp_text.mb-103 {
  padding-bottom: 100px;
}

.comp_text .title {
  margin-bottom: 30px;
}

.comp_outer.flex-row-reverse .comp_text {
  padding-left: 0px;
}

.comp_text p {
  font-size: 18px;
  line-height: 32px;
  margin-bottom: 20px;
}

.comp_text .text-block li {
  position: relative;
  margin-bottom: 15px;
  padding-left: 20px;
  font-size: 18px;
  line-height: 24px;
}

.comp_text .text-block ol {
  padding: 0;
  list-style: inside;
  list-style-type: decimal;
}

.comp_text .text-block ol li {
  padding: 0;
}

.comp_text .text-block ol li::marker {
  color: #eb6012;
}

.comp_text .text-block ul li:after {
  position: absolute;
  content: "";
  left: 0px;
  height: 8px;
  width: 8px;
  background: #eb6012;
  top: 8px;
}

.comp_text .text-block blockquote {
  font-size: 20px;
  font-style: italic;
  display: flex;
  align-items: center;
  margin: 0;
}

.comp_text .text-block a {
  color: #eb6012;
  font-size: 20px;
}

.comp_text .text-block a:hover,
.comp_text .text-block p a:hover {
  opacity: .6;
}

.comp_text .text-block blockquote p {
  margin: 0;
}

.comp_text .text-block blockquote:before,
.comp_text .text-block blockquote:after {
  content: '"';
  display: block;
  font-size: 55px;
  min-width: 37px;
  color: #eb6012;
}

.comp_text .btn {
  margin-top: 20px;
}

.comp_info_outer .comp_text .text-block h1 {
  font-size: 42px;
  line-height: 52px;
  font-weight: 500;
  margin-bottom: 15px;
}

.comp_info_outer .comp_text .text-block h2 {
  font-size: 35px;
  line-height: 43px;
  font-weight: 500;
  margin-bottom: 15px;
}

.comp_info_outer .comp_text .text-block h3 {
  font-size: 30px;
  line-height: 36px;
  font-weight: 500;
  margin-bottom: 15px;
}

.comp_info_outer .comp_text .text-block h4 {
  font-size: 25px;
  line-height: 30px;
  font-weight: 500;
  margin-bottom: 15px;
}

.comp_info_outer .comp_text .text-block h5 {
  font-size: 21px;
  line-height: 25px;
  font-weight: 500;
  margin-bottom: 15px;
}

.comp_info_outer .comp_text .text-block h6 {
  font-size: 18px;
  line-height: 21px;
  font-weight: 500;
  margin-bottom: 15px;
}

.comp_info_outer {
  margin-top: -350px;
}

.comp_info_outer.seo-version {
  margin-top: unset;
}

.bg_gray_light {
  background: #F6F6F6;
}

.feature_outer {
  padding: 109px 0px;
}

.feature_icon {
  width: 76px;
  height: 76px;
  border-radius: 50%;
  background: #111;
  display: flex;
  align-items: center;
  justify-content: center;
}

.feature_icon img {
  max-width: 100%;
  max-height: 100%;
}

.feature_text {
  width: calc(100% - 76px);
  padding-left: 26px;
}

.feature_text h3 {
  font-size: 21px;
  color: #111;
  font-weight: 500;
  line-height: 28px;
  margin-top: 10px;
}

.feature_text p {
  margin-top: 23px;
  max-width: 211px;
}

.project_outer {
  padding: 90px 0px 131px;
}

.comp_info_outer.seo-version .comp_outer {
  margin-bottom: 150px;
}

.comp_info_outer.seo-version .comp_outer:last-of-type {
  margin-bottom: unset
}

.title p {
  margin-top: 13px;
  font-size: 18px;
  line-height: 32px;
}

.title-white p {
  color: #fff;
}

.projectBox {
  margin-top: 66px;
  display: block;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.projectBox:hover {
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
}

.projectBox .project_name img {
  max-height: 24px;
}

.project_img img {
  width: 100%;
  height: 257.31px;
  object-fit: cover;
  object-position: center;
}

.project_img_outer {
  position: relative;
}

.project_name {
  position: absolute;
  bottom: -23px;
  left: 0px;
  padding: 18.1px 30px 23.3px;
}

.project_name img {
  max-width: 100%;
}

.projectBox p {
  margin-top: 46px;
  color: #545454;
}

.project_size ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 8px;
}

.project_size li {
  background: #F2F4F6;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px 20px 13.1px 16px;
  margin: 10px 10px 0px 0px;
}

.project_size li span {
  /*margin-left: 14.1px;*/
  font-size: 14px;
  font-weight: 500;
  color: #111111;
}

.news_outer {
  position: relative;
  padding: 92px 0px 88px;
}

.news_outer:after {
  position: absolute;
  content: "";
  top: 0px;
  bottom: 0px;
  right: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.5);
}

.news_inner {
  position: relative;
  z-index: 1;
}

.news_left {
  width: 50%;
}

.news_left .btn {
  margin-top: 40px;
}

.offer_outer .row>div {
  margin: 20px 0;
}

.newsBox {
  width: 350px;
  background: #fff;
  padding: 43px 53px 51px 33px;
}

.newsBox .title h3,
.newsBox .title .k-box-title {
  font-size: 36px;
  line-height: 46px;
}

.newsBox .viewAll {
  margin-top: 125px;
}

footer {
  background: #111111;
}

.footer_top {
  padding: 78px 0px 63.4px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.footer_pro_logo li {
  margin-left: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.footer_pro_logo li img {
  max-width: 100%;
}

.footer_bottom {
  padding: 68px 0px 124px;
}

.footer_bottom_right {
  text-align: right;
}

.footer_bottom_right p {
  font-size: 14px;
  color: #ACACAC;
}

.footer_bottom_right p a {
  color: #ACACAC;
}

.footer_bottom_right p a:hover {
  color: #fff;
}

.footer_info {
  margin-right: 97px;
}

.footer_info:last-child {
  margin-right: 0px;
}

.footer_info h5 {
  font-size: 14px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 27px;
}

.footer_info p,
.footer_info .link li,
.footer_info .link a {
  font-size: 14px;
  color: #ACACAC;
}

.footer_info .link a:hover {
  color: #fff;
}

.footer_info .link li {
  margin-bottom: 7px;
  line-height: 26px;
}

.footer_info .link li:last-child {
  margin-bottom: 0px;
}

.socail_media a {
  height: 38px;
  width: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid rgba(255, 255, 255, 0.25);
  margin-right: 8px;
  border-radius: 50%;
  color: rgba(255, 255, 255, 0.25);
}

.socail_media a:hover {
  border: 2px solid rgba(255, 255, 255, 1);
  color: rgba(255, 255, 255, 1);
}

/*------------------ Home Page Css End ------------------*/
/*------------------ Our Story Page Css Start ------------------*/
.m-t-126 {
  margin-top: 125.5px;
}

.inner_banner {
  min-height: 411px;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
  position: relative;
  padding: 30px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.inner_banner:after {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  bottom: 0px;
  right: 0px;
  background: rgba(0, 0, 0, 0.4);
}

.inner_banner.bg_black:after {
  content: none;
}

.inner_banner_text {
  position: relative;
  z-index: 1;
}

.inner_banner_text .title h3,
.inner_banner_text .title h1,
.inner_banner_text .title h2 {
  font-size: 52px;
  line-height: 60px;
}

.our_story_top {
  padding: 75px 0px 96px;
  border-bottom: 2px solid #E6E6E6;
}

.our_story_top_text {
  max-width: 808px;
  margin: auto;
}

.our_story_top_text p {
  margin-top: 30px;
}

.our_story_top_text .btn {
  margin-top: 45px;
}

.our_story_list_outer {
  padding-top: 100px;
}

.our_story_list {
  margin-top: 99px;
}

.our_story_list li {
  position: relative;
}

.support_left {
  width: 50%;
  background: #111;
  padding: 20px 187px 20px 0px;
  display: flex;
  align-items: center;
}

.support_text {
  max-width: 560px;
  margin: auto 0px auto auto;
}

.support_text .title {
  margin-bottom: 36px;
}

.support_text p {
  margin-top: 20px;
  color: #ACACAC;
}

.support_text .btn {
  margin-top: 44px;
}

.support_right {
  width: 50%;
}

.support_right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.know_pro_outer {
  padding: 67px 0px 127px;
}

.know_pro_banner {
  background: #F1F1F1;
  margin-top: 77px;
  padding-top: 24.8px;
}

.know_pro_img_center {
  margin: 0px 20px 0px 42px;
}

.know_pro_img_first {
  margin-left: -20px;
}

.know_pro_img img {
  max-width: 100%;
}

.know_pro_list {
  max-width: 1080px;
  margin: 24px auto 0px;
}

.know_pro_list .project_name {
  top: 0px !important;
  position: relative;
  padding: 29px 10px 30px !important;
  text-align: center;
}

.know_pro_list .project_name:hover {
  opacity: 0.9;
}

.know_pro_list .project_name img {
  max-height: 24px;
}

.help_outer {
  position: relative;
  padding: 60px 0px;
}

.help_outer:after {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  bottom: 0px;
  right: 0px;
  background: rgba(0, 0, 0, 0.5);
}

.help_outer .newsBox .viewAll {
  margin-top: 47px !important;
}

.help_outer .news_left {
  width: 60%;
}

.f_contact_info li {
  margin-top: 37px;
  margin-right: 51px;
}

.f_contact_info li:last-child {
  margin-right: 0px;
}

.contact_icon {
  height: 66px;
  width: 66px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #eb6012;
}

.f_contact_info span {
  display: block;
  margin-left: 22.5px;
  font-size: 21px;
  font-weight: 500;
  line-height: 28px;
  color: #fff;
}

.timeline {
  max-width: 1240px;
  margin: auto;
}

.timeline ul {
  padding: 0;
  margin: 0px;
  position: relative;
}

.timeline .default-line {
  content: "";
  position: absolute;
  left: 50%;
  width: 3px;
  background: #E6E6E6;
  height: calc(100% - 50px);
}

.timeline .draw-line {
  width: 4px;
  height: 0;
  position: absolute;
  left: 50%;
  background: #111;
}

.timeline ul li {
  margin-bottom: 95px;
}

.timeline ul li.in-view {
  transition: 0.125s ease-in-out, background-color 0.2s ease-out, color 0.1s ease-out, border 0.1s ease-out;
}

.yearBox {
  width: 152px;
  z-index: 1;
  position: relative;
  height: 152px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #E6E6E6;
  background: #fff;
  color: #111111;
  transition: 0.125s ease-in-out, background-color 0.2s ease-out, border 0.1s ease-out;
}

.timeline ul li.in-view .yearBox {
  background: #111;
  color: #fff;
  border-color: #111;
}

.timeline ul li:last-child {
  position: relative;
}

.timeline ul li:last-child:after {
  position: absolute;
  content: "";
  background: #fff;
  width: 7px;
  height: calc(100% - 50px);
  top: 50px;
  right: calc(50% - 5px)
}

.yearBox h6 {
  font-size: 28px;
  line-height: 28px;
  font-weight: 500;
}

.timeline_content {
  width: 695px;
}

.yearBox_outer {
  display: flex;
  align-items: center;
}

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

.timeline_content.left .yearBox_outer {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.timeline_content.right {
  margin: auto 0px auto auto;
}

.timeline_img {
  position: relative;
  margin-left: 117px;
}

.timeline_img:after {
  position: absolute;
  content: "";
  height: 4.51px;
  width: 40.72px;
  background: #111;
  left: -66.72px;
  top: 0px;
  bottom: 0px;
  margin: auto;
}

.timeline_content.left .timeline_img:after {
  left: auto !important;
  right: -66.72px;
}

.timeline_img img {
  max-width: 100%;
}

.timeline_img_outer {
  padding-top: 46px;
}

.timeline_content h3 {
  margin-top: 30px;
  font-size: 21px;
  line-height: 28px;
  color: #111;
  font-weight: 500;
}

.timeline_content p {
  margin-top: 15px;
}

.timeline_text {
  padding-left: 269px;
  margin-top: -10px;
}

.timeline_content.left .timeline_text {
  padding-right: 269px;
  padding-left: 0px;
}

.timeline_content.left .timeline_img {
  margin-right: 117px;
  margin-left: 0px;
}

/*------------------ Our Story Page Css End ------------------*/
/*------------------ Product Page Css Start ------------------*/
.product_banner_text {
  margin-top: -150px;
}

.product_outer {
  margin-top: -173px;
  margin-bottom: 72px;
  position: relative;
  z-index: 1;
}

.productBox {
  width: 100%;
}

.product_img_outer {
  position: relative;
}

.productBox {
  margin-bottom: 54px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.productBox:hover {
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
}

.product_img img {
  width: 100%;
  height: 346px;
  object-fit: cover;
  object-position: center;
}

.product_name {
  position: absolute;
  left: 38px;
  background: #FFFFFF;
  height: 76px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 19px 34px 27.4px;
  bottom: -38px;
}

.product_name img {
  max-width: 100%;
  max-height: 100%;
}

.product_info {
  padding: 75px 24px 41px 38px;
}

.product_info h2 {
  font-size: 21px;
  font-weight: 500;
  line-height: 28px;
  color: #fff;
  margin-bottom: 25px;
}

.product_desc {
  height: 103px;
}

.product_info p {
  color: #fff;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.product_info .title-white {
  margin-top: 13px;
}

.custom_solu {
  background: #F1F1F1;
  display: flex;
}

.custom_solu a {
  padding: 64.4px 116px 41px 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.custom_solu_top h3 {
  margin-top: 36px;
  font-size: 36px;
  line-height: 46px;
  font-weight: 500;
  color: #111111;
}

/*------------------ Product Page Css End ------------------*/
/*------------------ Floorpol Product Page Css Start ------------------*/
.pro_single_outer {
  position: relative;
  text-align: center;
}

.single_pro_info {
  margin-bottom: 52px;
}

.single_pro_info .product_single_name {
  padding: 29.1px 48.4px 37.6px;
  position: relative;
  display: inline-block;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.single_pro_info p {
  max-width: 690px;
  margin: 0px auto 0px;
}

.product_menu {
  height: 87px;
  display: flex;
  align-items: center;
  position: relative;
  background: #fff;
  z-index: 8;
  left: 0px;
  width: 100%;
}

.product_menu.active {
  position: fixed;
}

.product_menu:after {
  position: absolute;
  content: "";
  left: 0px;
  width: 100%;
  bottom: 0px;
  height: 2px;
  background: #E6E6E6;
}

.product_logo {
  display: none;
  max-width: 225px;
  padding: 0px 35px;
  height: 65px;
  margin-right: 68px;
  position: relative;
  z-index: 1;
  align-items: center;
  opacity: 0;
  -webkit-transition: opacity 0.5s linear;
  -moz-transition: opacity 0.5s linear;
  -ms-transition: opacity 0.5s linear;
  -o-transition: opacity 0.5s linear;
  transition: opacity 0.5s linear;
}

.product_menu.active .product_logo {
  display: flex;
  opacity: 1;
}

.product_logo img {
  width: 100%;
  max-width: 165px;
  max-height: 24px;
}

.product_menu_inner ul {
  justify-content: center;
  position: relative;
  z-index: 1;
}

.product_menu_inner a {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.5);
  display: block;
  padding: 0px 23px;
  font-weight: 500;
  position: relative;
}

.product_menu_inner li.active a:after {
  position: absolute;
  content: "";
  height: 4px;
  width: 100%;
  left: 0px;
  bottom: -32px;
  background: #111111;
}

.product_menu_inner li.active a {
  color: #111111;
}

.form-control {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -ms-box-shadow: none !important;
  -o-box-shadow: none !important;
  box-shadow: none !important;
}

.type_system {
  margin-left: 23px;
}

.ml-24 {
  margin-left: 24px;
}

.orange_select {
  border-radius: 3px;
  padding: 1px 60px 0px 24px;
  color: #fff !important;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  height: 47px;
  letter-spacing: 0.5px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: 0px !important;
  background: url(../images/icon_arrow_down_white.svg) no-repeat center right 24px #eb6012 !important;
}

.type_system .btn {
  font-size: 14px;
  height: 47px;
  display: flex;
}

.orange_select option {
  background: #fff !important;
  color: #111 !important
}

.product_description {
  padding-bottom: 100px;
}

.product_description .comp_outer {
  padding-top: 70px;
}

.select_product {
  display: inline-block;
  margin-top: 40px;
}

.single_product_logo {
  margin: 40px 0px 30px;
}

.single_product_logo img {
  margin-right: 40px;
  max-width: 100%;
}

.single_product_logo img:last-child {
  margin-right: 0px;
}

.type_product_outer {
  border-top: 2px solid #E6E6E6;
  padding: 108px 0px 122px;
}

.type_product_title {
  margin-top: 61px;
}

.type_product_title h4 {
  font-size: 21px;
  font-weight: 500;
  color: #111;
  line-height: 28px;
  margin-left: 15.3px;
}

.type_product_title h4 span {
  display: block;
  font-size: 16px;
  line-height: 18px;
}

.type_list {
  margin-top: 22px;
}

.type_list a {
  background: #F6F6F6;
  border-radius: 5px;
  padding: 5px 15px 5px 19px;
  min-height: 74.04px;
  margin-top: 15px;
}

.type_list a:hover {
  background: #a39ea5;
}

.type_left {
  width: calc(100% - 35px);
  padding-right: 10px;
}

.type_left_text {
  display: flex;
  justify-content: space-between;
}

.type_left_text h6 {
  font-size: 14px;
  font-weight: 500;
  color: #111;
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
  line-height: 16px;
}

.type_list a:hover .type_left_text h6 {
  color: #fff;
}

.type_left_text+.type_left_text {
  margin-top: 4px;
}

.type_left_text span {
  font-size: 14px;
  color: #111;
  text-align: right;
  line-height: 15px;
  display: block;
  min-width: 65px;
}

.type_list a:hover .type_left_text span {
  color: #fff;
}

.type_left_text p {
  font-size: 14px;
  color: #111;
  line-height: 18px;
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}

.type_list a:hover .type_left_text p {
  color: #fff;
}

.type_round {
  height: 35px;
  width: 35px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid #E5E5E5;
  display: flex;
  align-items: center;
  justify-content: center;
}

.type_list a:hover .type_round {
  border-color: rgba(255, 255, 255, 0.25);
  background: transparent;
}

.type_list a:hover .type_round img {
  -webkit-filter: invert(1);
  filter: invert(1);
}

.performance_outer {
  padding: 93px 0px 140px;
}

.performance_img {
  width: 100%;
  max-width: 1300px;
  margin: 80px auto 0px;
}

.performance_img img {
  max-width: 100%;
  margin: 0 auto;
  display: block;
}

.our_poject_outer {
  padding: 96px 0px 102px;
}

.product_list_slider {
  margin-top: 70px;
}

.product_list_slider .projectBox {
  margin-top: 0px;
}

.product_list_slider .owl-nav button {
  outline: none !important;
  border-radius: 0px;
  position: absolute;
  top: 100px;
  left: 26px;
}

.product_list_slider .owl-nav button.owl-next {
  left: auto !important;
  right: 26px;
}

.product_list_slider .projectBox p {
  margin-top: 27px;
}

.appl_outer {
  padding: 70px 0px 66px;
}

.appl_list {
  max-width: 1000px;
  margin: 55px auto 0px;
}

.applBox {
  text-align: center;
  background: #fff;
  display: block;
  width: 100%;
  margin-bottom: 40px;
  padding: 37px 22px 30px;
  border: 1px solid transparent;
  box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.05);
}

.appl_img {
  height: 89px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.appl_img img {
  max-width: 100%;
  max-height: 100%;
}

.applBox p {
  margin-top: 24px;
  color: #111111;
  font-size: 14px;
  line-height: 21px;
  font-weight: 500;
  word-break: break-word;
}

.sticky_other {
  transition: all 0.1s;
}

.header_sticky {
  padding: 24px 0px;
}

.sticky_other .logo img {
  transition: all 0.1s;
}

.header_sticky .logo img {
  width: 138px;
}

.header_sticky .h_logo {
  display: none;
}

.header_sticky .submenu,
.header_sticky .submenu-products {
  top: 99px;
}

.header_sticky .language_dropdown {
  top: 74px;
}

/*------------------ Floorpol Product Page Css End ------------------*/
/*------------------ Ekoway Product Page Css Start ------------------*/
.single_pro_info_ekoway p {
  max-width: 746px;
}

.comp_text .title h4,
.comp_text .title h3 {
  font-size: 28px;
  font-weight: 500;
  color: #111;
  line-height: 36px;
  position: relative;
  padding-bottom: 50px;
  margin-bottom: 50px;
}

.comp_text .title h4:after,
.comp_text .title h3:after {
  position: absolute;
  content: "";
  left: 0px;
  height: 4.52px;
  width: 196.56px;
  bottom: 0px;
  background: #111;
}

.single_video {
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  position: relative;
  padding: 129px 0px 162px;
}

.single_video:after {
  position: absolute;
  content: "";
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.5);
}

.video_text {
  position: relative;
  z-index: 1;
}

.video_play_icon img {
  max-width: 100%;
  filter: drop-shadow(0px 20px 20px rgba(0, 0, 0, 0.25));
  cursor: pointer;
}

.video_play_icon img:hover {
  opacity: 0.9;
}

.video_text p {
  color: #fff;
  font-size: 28px;
  line-height: 36px;
  font-weight: 500;
  margin-top: 23px;
}

.technical_outer {
  border-top: 2px solid #E6E6E6;
  padding: 106px 0px 119px;
}

.technical_outer .performance_img {
  margin-top: 60px;
}

.perfor_outer {
  padding: 102px 0px 81px;
}

.color_outer {
  padding: 80px 0px 25px;
}

.color_type {
  border-bottom: 2px solid #E6E6E6;
  padding-bottom: 60px;
}

.color_type:last-child {
  border-bottom: 0px;
}

.color_type h4 {
  font-size: 28px;
  line-height: 36px;
  color: #111;
  font-weight: 500;
  text-align: center;
  margin-top: 57px;
}

.col_lg_5 {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}

.color_list .col_lg_5:nth-child(n+6) {
  display: none;
}

.colorBox {
  display: block;
  margin-top: 40px;
}

.color_img img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  object-position: center;
}

.colorBox p {
  margin-top: 15px;
  font-weight: 500;
  color: #111;
}

.showMore {
  margin-top: 42px;
}

.btn-black {
  background: #111 !important;
  color: #fff !important
}

.btn-black:hover {
  background: rgba(17, 17, 17, 0.8) !important;
}

.appl_outer_second {
  padding: 100px 0px 88px;
}

.appl_outer_second .appl_list {
  max-width: 1260px;
}

.col_5 {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}

/*------------------ Ekoway Product Page Css End ------------------*/
/*------------------ Realizations Page Start End ------------------*/
.realizations-outer {
  padding: 71.3px 0px 83px;
}

.realizationsBox {
  background: #F6F6F6;
  padding: 37.8px 40px 34px;
  width: 100%;
}

.realizationsBox p {
  margin-top: 46.7px;
}

.realizationsBox h4 {
  margin-top: 10px;
  font-size: 30px;
  line-height: 32px;
  color: #111;
  font-weight: 500;
}

.realizations_list_outer {
  margin-bottom: 78px;
}

.mobileDropdown {
  display: none;
}

.portfolioFilter {
  margin-top: 13px;
  display: flex;
  justify-content: center;
  position: relative;
}

.realizations_list_menu {
  position: relative;
}

.realizations_list_menu:after {
  position: absolute;
  content: "";
  height: 2px;
  width: 100%;
  bottom: 0px;
  left: 0px;
  background: #E6E6E6;
}

.portfolioFilter a {
  font-size: 18px;
  line-height: 28px;
  color: rgba(17, 17, 17, 0.5);
  display: block;
  font-weight: 500;
  padding: 30px 34px;
  position: relative;
}

.portfolioFilter a.active {
  color: #111;
}

.portfolioFilter a.active:after {
  position: absolute;
  content: "";
  left: 0px;
  bottom: 0px;
  width: 100%;
  background: #111;
  height: 4px;
  z-index: 1;
}

.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  transition-property: transform, opacity;
}

.hidden {
  display: none;
}

.viewMore {
  margin-top: 74px;
}

.product_modal {
  max-width: 1340px;
  border-radius: 0px;
}

.product_modal .modal-body {
  padding: 0px;
  margin: 0px;
}

.pro_slider {
  width: 900px;
}

.pro_slider_img img {
  width: 100%;
  height: 650px;
  object-fit: cover;
  object-position: center;
}

.pro_slider_info {
  width: calc(100% - 900px);
  display: flex;
  flex-direction: column;
}

.close_product_popup {
  position: absolute;
  right: 35px;
  top: 22px;
  cursor: pointer;
  z-index: 1;
}

.close_product_popup img {
  max-width: 100%;
}

.pro_slider_name {
  padding: 21.4px 35.8px 27.6px;
  width: fit-content;
  width: max-content;
}

.pro_slider_name img {
  max-width: 100%;
}

.pro_slider_text {
  padding: 35.1px 36px 34px;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}

.line {
  margin: 37px 0px 29.5px;
  width: 170px;
  height: 4.51px;
  background: #111;
}

.pro_slider_text h5 {
  font-size: 16px;
  line-height: 28px;
  color: #111;
  font-weight: 500;
}

.pro_slider .owl-nav button {
  outline: none !important;
  position: absolute;
  top: 50%;
  left: 25px;
  margin-top: -25px;
}

.pro_slider .owl-nav button.owl-next {
  left: auto !important;
  right: 25px;
}

.ml-59 {
  margin-left: 59px;
}

.popup_btn {
  margin-top: 20px;
}

.popup_btn .btn {
  padding: 0px 26px;
}

/*------------------ Realizations Page Css End ------------------*/
/*------------------ Sustainable Cities Page Css Start ------------------*/
.cities_feature_outer {
  padding: 67px 0px 84px;
  border-bottom: 2px solid #E6E6E6;
}

.cities_feature_icon {
  width: 143.17px;
  height: 117.43px;
  border-radius: 25px 0px 25px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cities_feature_icon img {
  max-width: 100%;
  max-height: 100%;
}

.cities_feature_box h3 {
  margin-top: 27.6px;
  font-weight: 500;
  font-size: 21px;
  line-height: 28px;
  color: #111;
  padding-bottom: 31.50px;
  position: relative;
  margin-bottom: 27.3px;
}

.cities_feature_box h3:after {
  position: absolute;
  content: "";
  width: 40.72px;
  height: 4.51px;
  background: #111;
  left: 0px;
  bottom: 0px;
}

.point_list li {
  position: relative;
  margin-bottom: 15px;
  padding-left: 20px;
}

.point_list li:after {
  position: absolute;
  content: "";
  left: 0px;
  height: 8px;
  width: 8px;
  background: #545454;
  top: 8px;
}

.point_list li:last-child {
  margin-bottom: 0px;
}

.point_red li:after {
  background: #dc3537;
}

.point_green li:after {
  background: #49C586;
}

.point_gray li:after {
  background: #ACACAC;
}

.point_blue li:after {
  background: #196fb7;
}

.map_app_outer {
  padding: 69px 0px 49px;
  border-bottom: 2px solid #E6E6E6;
}

.map_app_outer .title p {
  max-width: 820px;
  margin: 13px auto 0px;
}

.map_app_list {
  position: relative;
  margin-top: 45px;
}

.map_app_img {
  position: relative;
}

.map_app_img img {
  width: 100%;
}

.path_cities_outer {
  padding: 88px 0px 86px;
  border-bottom: 2px solid #E6E6E6;
}

.blogBox {
  margin-top: 77px;
  display: block;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.blogBox:hover {
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
}

.path_cities_list .col-lg-4:first-child .blogBox,
.path_cities_list .col-lg-4:nth-child(2) .blogBox,
.path_cities_list .col-lg-4:nth-child(3) .blogBox {
  margin-top: 54px;
}

.path_cities_list .col-lg-4:nth-child(n+7) {
  display: none;
}
.path_cities_list.poradnik .col-lg-4:nth-child(n+4) {
  display: block;
}
.path_cities_list.poradnik .portfolioContainer.show .col-lg-4:nth-child(n+4),
.path_cities_list.poradnik .portfolioContainer.show .col-lg-4:nth-child(n+7){
  display: block;
}
.path_cities_list .showBlog {
  display: block !important;
}

.blog_img img {
  width: 100%;
}

.blog_date {
  margin-top: 37px;
  display: block;
  color: #ACACAC;
}

.blogBox h3,
.blogBox h4 {
  margin-top: 18px;
  font-size: 21px;
  line-height: 30px;
  color: #111;
  font-weight: 500;
}

.blogBox .viewAll {
  margin-top: 30px;
}

.mt-66 {
  margin-top: 66px !important;
}

.offer_outer {
  padding: 65px 0px;
}

.offerInfoBox {
  display: block;
  width: 100%;
  padding: 42.8px 45px 54px 45px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.offerInfoBox:hover {
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
}

.offerInfoBox h3 {
  margin-top: 54px;
  color: #fff;
  font-weight: 500;
  font-size: 21px;
  line-height: 28px;
}

.offerInfoBox p {
  margin-top: 24px;
  color: rgba(255, 255, 255, 0.8);
  min-height: 84px;
  margin-top: 16px;
}

.tooltip_list {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

.tooltip_list li {
  position: absolute;
}

.point_1 {
  left: 83px;
  top: 85px;
}

.point_2 {
  left: 83px;
  bottom: 40px;
}

.point_3 {
  top: 282px;
  left: 167px;
}

.point_4 {
  top: 376px;
  left: 203px
}

.point_5 {
  bottom: 55px;
  left: 183px;
}

.point_6 {
  top: 207px;
  left: 0px;
}

.point_7 {
  top: 115px;
  left: 392px;
}

.point_8 {
  top: 215px;
  left: 392px;
}

.point_9 {
  bottom: 67px;
  left: 684px;
}

.point_10 {
  bottom: 251px;
  left: 559px;
}

.point_11 {
  bottom: 101px;
  left: 485px;
}

.point_12 {
  bottom: 144px;
  left: 429px;
}

.point_13 {
  top: 86px;
  right: 713px;
}

.point_14 {
  top: 113px;
  right: 501px;
}

.point_15 {
  top: 151px;
  right: 698px;
}

.point_16 {
  top: 246px;
  right: 692px;
}

.point_17 {
  bottom: 208px;
  right: 435px;
}

.point_18 {
  bottom: 20px;
  right: 447px;
}

.point_19 {
  top: 45px;
  right: 198px;
}

.point_20 {
  top: 238px;
  right: 324px;
}

.point_21 {
  top: 107px;
  right: 265px;
}

.point_22 {
  top: 236px;
  right: 245px;
}

.point_23 {
  bottom: 267px;
  right: 119px;
}

.point_24 {
  bottom: 52px;
  right: 120px;
}

.tooltip_number {
  height: 40px;
  width: 40px;
  background: #111;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #FFFFFF;
  cursor: pointer;
}

.tooltip_number span {
  font-size: 18px;
  color: #fff;
  font-weight: 500;
}

.mytooltip {
  display: inline;
  position: relative;
  z-index: 3
}

.mytooltip .tooltip-content {
  position: absolute;
  max-width: 300px;
  min-width: 300px;
  background: #fff;
  left: 20px;
  margin: 0 0 20px 0px;
  box-shadow: 0px 12px 35px rgba(0, 0, 0, 0.35);
  padding: 25px 23px 30px;
  border-radius: 5px;
  bottom: 100%;
  opacity: 0;
  z-index: 1;
  cursor: default;
  pointer-events: none;
  transform: translateX(-50%);
}

.point_6 .mytooltip .tooltip-content {
  transform: translateX(-10%);
}

.mytooltip .tooltip-content::after {
  content: '';
  top: 100%;
  left: 50%;
  border: solid transparent;
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: #fff transparent transparent;
  border-width: 10px;
  margin-left: -10px
}

.point_6 .mytooltip .tooltip-content::after {
  left: 10%;
}

.mytooltip .tooltip_number::after {
  content: '';
  position: absolute;
  max-width: 300px;
  min-width: 300px;
  height: 20px;
  bottom: 100%;
  left: 50%;
  pointer-events: none;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%)
}

.tooltip_list li:has(.mytooltip:hover) {
  z-index: 4;
}

.mytooltip:hover .tooltip_number::after {
  pointer-events: auto
}

.mytooltip:hover .tooltip-content {
  pointer-events: auto;
  opacity: 1;
}

.tooltip-con {
  padding-bottom: 16px;
  border-bottom: 2px solid #E6E6E6;
}

.tooltip-con span {
  font-size: 11px;
  font-weight: 500;
  color: #a39ea5;
  display: block;
  text-transform: uppercase;
}

.tooltip-con h4 {
  font-size: 21px;
  line-height: 28px;
  color: #111;
  font-weight: 500;
}

.tooltip_img img {
  margin-top: 12.5px;
  display: block;
}

.logo_ekoway {
  max-width: 92px;
}

.logo_solidbond {
  max-width: 116px;
}

.logo_topasfalt {
  max-width: 120px;
}

.tool_text {
  max-width: 1346px;
  margin: 28px auto 0px;
}

.tool_text ul {
  display: flex;
  justify-content: space-between;
}

.tool_text li {
  font-size: 26px;
  line-height: 28px;
  color: #a39ea5;
  font-weight: 500;
}

.tool_text li h4 {
  font-size: 26px;
  line-height: 28px;
}

.downloadPDF {
  display: none;
}

.downloadPDF i {
  font-size: 20px;
  margin-right: 15px;
}

/*------------------ Sustainable Cities Page Css End ------------------*/
/*------------------ Blog Single Page Css Start ------------------*/
.blog_single_img img {
  width: 100%;
}

.blog_outer {
  max-width: 740px;
  margin: auto;
  position: relative;
}

.blog_single_date {
  display: flex;
  align-items: center;
  color: #ACACAC;
}

.blog_single_date img {
  margin-right: 12.9px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-55 {
  margin-top: 55px;
}

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

.mt-45 {
  margin-top: 45px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-35 {
  margin-top: 35px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-20 {
  margin-top: 20px;
}

.mb-50 {
  margin-bottom: 50px;
}

.blog_outer h4,
.blog_outer h1 {
  font-size: 42px;
  color: #111;
  line-height: 52px;
  font-weight: 500;
  margin-top: 23px;
  padding-bottom: 45px;
  position: relative;
  margin-bottom: 40px;
}

.blog_outer h4:after,
.blog_outer h1:after {
  position: absolute;
  content: "";
  width: 196px;
  height: 4.51px;
  background: #111;
  left: 0px;
  bottom: 0px;
}

.blog_block p {
  margin-top: 20px;
}

.blog_block h3,
.blog_block h4 {
  font-size: 28px;
  line-height: 36px;
  color: #111;
  font-weight: 500;
  margin-top: 0px !important;
  padding-bottom: 0px !important;
  margin-bottom: 0px !important;
}

.blog_block h4:after {
  content: none !important;
}

hr {
  border-top: 2px solid #E6E6E6;
}

.mtb-60 {
  margin: 60px 0px;
}

.blog_slider_img img {
  width: 100%;
}

.blog_slider {
  margin: 73px -260px 0px;
  width: calc(100% + 520px);
  position: relative;
  z-index: 2;
}

.blog_slider .owl-nav button {
  position: absolute;
  top: 50%;
  left: 25px;
  outline: none !important;
  margin-top: -25px;
}

.blog_slider .owl-nav button.owl-next {
  left: auto !important;
  right: 25px;
}

.blog_thum {
  margin: 60px 0px 50px;
}

.blog_thum img {
  width: 100%;
  border-radius: 5px;
}

.blog_video {
  margin: 65px -58px 70px;
  width: calc(100% + 116px);
  position: relative;
}

.blog_video_bg img {
  width: 100%;
}

.blog_play {
  position: absolute;
  display: flex;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  justify-content: center;
  align-items: center;
}

.blog_play img {
  height: 121px;
  width: 121px;
  margin: auto;
  filter: drop-shadow(0px 20px 20px rgba(0, 0, 0, 0.25));
  cursor: pointer;
}

.blog_play img:hover {
  opacity: 0.9;
}

.blog_qut {
  margin-top: 16.5px;
  border: 2px solid #E6E6E6;
  padding: 46.5px 75px 46.8px 54px;
  position: relative;
}

.blog_qut p {
  margin: 0px;
  line-height: 32px;
}

.blog_qut img {
  position: absolute;
  left: -19px;
  background: #fff;
  padding: 17px 0px;
  margin-top: -16px;
}

.blog_qut h6 {
  margin-top: 33px;
  font-weight: bold;
  line-height: 32px;
  color: #111;
}

.blog_qut h6 span {
  font-weight: normal;
  margin-left: 5px;
  display: inline-block;
}

.point_orage li:after {
  background: #eb6012;
}

.blog_big_img {
  padding: 80px 0px 42px;
}

.blog_big_img img {
  width: 100%;
}

.soical_outer {
  margin: 60px 0px 130px;
}

.socail_left p {
  margin: 0px !important;
  ;
  font-weight: 500;
  color: #111;
  margin-right: 18px;
}

.socail_link a {
  height: 46.09px;
  width: 46.09px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  font-size: 18px;
  margin-left: 12.9px;
}

.facebook {
  background: #3A5898;
}

.twitter {
  background: #28A9E2;
}

.messager {
  background: #00B2FF;
}

.whatsup {
  background: #53ce60;
}

.linkbg {
  background: #EEEEEE;
  color: #545454;
}

.youtube {
  background: #E42526;
}

.moreBlog_outer {
  border-top: 2px solid #E6E6E6;
  padding: 92px 0px 108px;
}

.top_socail_icon {
  position: absolute;
  margin-left: -128px;
  z-index: 999;
  top: 0px;
}

.top_socail_icon.active {
  position: fixed;
  top: 165px;
}

.top_socail_icon li {
  margin-bottom: 13px;
}

.top_socail_icon li img {
  max-width: 100%;
}

/*------------------ Blog Single Page Css End ------------------*/
/*------------------ Contact Us Page Css Start ------------------*/
.contact_outer {
  padding: 89px 0px 71px;
}

.contact_top {
  border-bottom: 2px solid #E6E6E6;
  padding-bottom: 71px;
  margin-bottom: 74px;
}

.contBox_img {
  display: inline-block;
  padding: 18.1px 30.3px 23.3px;
}

.contBox_img img {
  max-width: 100%;
  max-height: 24px;
}

.contBox h4 {
  display: block;
  margin-top: 29px;
  font-size: 16px;
  line-height: 28px;
}

.contBox li {
  margin-top: 25px;
  display: flex;
}

.cont_icon {
  width: 65px;
}

.cont_icon img {
  width: 65px;
  height: 65px;
  border-radius: 50%;
}

.cont_info {
  width: calc(100% - 65px);
  padding-left: 19px;
}

.cont_info h6 {
  color: #111;
  font-weight: 500;
  font-size: 16px;
  line-height: 32px;
}

.cont_info span {
  display: block;
  color: #111;
  word-break: break-word;
}

.contact_info h3 {
  font-size: 28px;
  font-weight: 500;
  line-height: 36px;
  color: #111;
  margin-bottom: 34px;
}

.contact_add_outer {
  display: flex;
}

.cont_info_icon {
  width: 24px;
}

.cont_info_icon img {
  max-width: 100%;
}

.cont_text {
  width: calc(100% - 24px);
  padding-left: 16px;
}

.cont_text label {
  display: block;
  color: #111;
  font-weight: 500;
  margin-bottom: 18px;
}

.cont_text label span {
  font-weight: normal;
}

.cont_text a {
  color: #111;
  display: block;
  margin-bottom: 18px;
}

.phoneText {
  font-weight: 500;
}

.emailText {
  text-decoration: underline !important;
}

.map_outer {
  position: relative;
}

#map {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

.mapBox_outer {
  padding: 99px 0px;
}

.mapBox {
  background: #fff;
  max-width: 480px;
  padding: 60px 50px 47px;
  position: relative;
  -webkit-box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.1);
}

.mapBox h3 {
  font-size: 28px;
  color: #111;
  line-height: 36px;
  font-weight: 500;
  margin-bottom: 22px;
  margin-top: 56px;
}

.mapBox h3:first-child {
  margin-top: 0px;
}

.mapBox b {
  font-weight: 500;
  color: #111;
  line-height: 28px;
}

.mapBox p {
  color: #111;
}

.mapBox .btn {
  width: 100%;
  margin-top: 53px;
}

.cont_form_outer {
  padding: 90px 0px;
}

.formBox {
  max-width: 405px;
  margin: 33px auto 0px;
}

.form_group {
  margin-bottom: 19px;
}

.label {
  font-size: 14px;
  line-height: 28px;
  font-weight: 500;
  color: #111;
  margin-bottom: 8px;
}

.label span {
  color: #ACACAC;
  font-weight: normal;
}

.form_input {
  position: relative;
}

.input-control {
  height: 42px;
  font-size: 16px;
  color: #111;
  border: 1px solid #E4E4E4;
  border-radius: 4px;
}

textarea.input-control {
  height: 146px;
  resize: none;
}

.chk {
  display: block;
  position: relative;
  padding-left: 0;
  margin-bottom: 0px;
  cursor: pointer;
  font-size: 13px;
  color: #111;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.chk .wpcf7-list-item {
  margin: 0;
}

.chk input[type="checkbox"] {
  position: relative;
  cursor: pointer;
  padding: 0;
  margin-right: 15px;
  width: 20px;
}

.chk input[type="checkbox"]:before {
  content: '';
  margin-right: 10px;
  display: inline-block;
  margin-top: -2px;
  width: 20px;
  height: 20px;
  background: #fcfcfc;
  border: 1px solid #aaa;
  border-radius: 2px;
}

.chk input[type="checkbox"]:checked:before {
  background: #000;
  border-color: #000;
}

.chk input[type="checkbox"]:disabled {
  color: #b8b8b8;
  cursor: auto;
}

.chk input[type="checkbox"]:disabled:before {
  box-shadow: none;
  background: #ddd;
}

.chk input[type="checkbox"]:checked:after {
  content: '';
  position: absolute;
  left: 5px;
  top: 8px;
  background: white;
  width: 2px;
  height: 2px;
  box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
  transform: rotate(45deg);
}

.chk a {
  text-decoration: underline !important;
  color: #111;
}

label.error {
  color: red;
  display: block;
  margin-top: 3px;
  margin-bottom: 0px;
  font-size: 14px;
}

.contact_modal {
  max-width: 988px;
}

.direction_img img {
  width: 100%;
}

.contact_modal .modal-body {
  padding: 0px;
  margin: 0px;
  border-radius: 0px;
}

.direction_text {
  position: absolute;
  top: 140px;
  right: 45px;
}

.directionBox {
  box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.15);
  background: #fff;
  padding: 30px;
  max-width: 414px;
  margin-bottom: 10px;
}

.directionBox .title {
  margin-bottom: 20px;
}

.directionBox .title h3 {
  font-size: 30px;
  line-height: 40px;
}

.number {
  height: 40px;
  width: 40px;
  background: #111;
  color: #fff;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 18px;
}

.directionBox li {
  display: flex;
  margin-bottom: 20px;
  position: relative;
}

.directionBox li:last-child {
  margin-bottom: 0px;
}

.directionBox li:after {
  position: absolute;
  content: "";
  height: calc(100% - 20px);
  top: 40px;
  left: 20px;
  border-left: 2px dotted #111;
}

.directionBox li:last-child:after {
  content: none;
}

.directionBox li p {
  width: calc(100% - 40px);
  padding-left: 20px;
  margin-top: 6px;
}

.directionBox li p span {
  font-weight: 500;
}

.directionBox li p span.text_green {
  color: #218848;
}

.directionBox li p span.text_red {
  color: #da251d;
}

.directionBox_new li:after {
  content: none;
}

.directionBox .number.bg_green {
  background: #6db867;
}

.directionBox .number.bg_blue {
  background: #196fb7;
}

/*------------------ Contact Us Page Css End ------------------*/
.close_popup {
  position: absolute;
  top: 0px;
  right: -40px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  border-radius: 4px;
  cursor: pointer;
  color: #fff;
  cursor: pointer;
}

.modal-backdrop.show {
  opacity: 0.7;
}

.video_iframe {
  position: relative;
}

.video_iframe iframe {
  width: 100%;
  height: 500px;
  border: 0px;
  display: block;
}

.product_card_outer {
  border-top: 2px solid #E6E6E6;
  padding: 70px 0px 83px;
}

.product_card_btn {
  margin-top: 27px;
}

.product_card_btn span {
  margin-right: 14.59px;
}

.product_card_btn span img {
  margin-right: 21.86px;
}

.sumenu_overlay {
  position: fixed;
  top: 126px;
  left: 0px;
  height: calc(100% - 126px);
  width: 100%;
  background: rgba(0, 0, 0, 0.58);
  display: none;
}

.sumenu_overlay.active {
  display: block;
}

.swiper_icon {
  display: none;
  text-align: center;
  margin-bottom: 20px;
}

@media(min-width: 1460px) and (max-width: 1554px) {
  .comp_info_outer .comp_text .text-block h1 {
    font-size: 40px;
    line-height: 50px;
  }

  .comp_info_outer .comp_text .text-block h2 {
    font-size: 33px;
    line-height: 41px;
  }

  .comp_info_outer .comp_text .text-block h3 {
    font-size: 28px;
    line-height: 34px;
  }

  .comp_info_outer .comp_text .text-block h4 {
    font-size: 23px;
    line-height: 28px;
  }

  .comp_info_outer .comp_text .text-block h5 {
    font-size: 21px;
    line-height: 25px;
  }

  .comp_info_outer .comp_text .text-block h6 {
    font-size: 18px;
    line-height: 21px;
  }

  .comp_info_outer {
    margin-top: -350px;
  }

  .comp_info_outer.seo-version {
    margin-top: unset;
  }

  /*------------------ Home Page Css Start ------------------*/
  .logo img {
    width: 180px;
  }

  .h_logo img {
    width: 130px;
  }

  .mlr-20 {
    margin: 0px -15px;
  }

  .plr-20 {
    padding: 0px 15px;
  }

  .blog_thum .gallery_image {
    padding: 15px 0px;
  }

  .offerBox {
    padding: 25px;
  }

  .comp_text.mb-103 {
    padding-bottom: 64px;
  }

  .submenu,
  .submenu-products {
    padding: 30px 0px;
  }

  .submenu_left li {
    margin-top: 18px !important;
  }

  .submenu_left li img,
  .menu_name img {
    max-width: 120px;
  }

  .submenu_right .type_product_title h4 {
    font-size: 16px !important;
    line-height: 21px !important;
    margin-left: 8.3px !important;
  }

  .submenu_right .type_list {
    margin-top: 16px;
  }

  .submenu_left p {
    padding-top: 10.2px;
  }

  .submenu_left {
    width: 270px;
    padding-right: 30px;
  }

  .submenu_right {
    width: calc(100% - 270px);
    padding-left: 30px;
  }

  .submenu_right .type_product_title {
    margin-top: 24px !important;
  }

  .submenu_right .type_list a {
    min-height: 55px !important;
    margin-top: 7px !important;
  }

  /*------------------ Home Page Css End ------------------*/
  /*------------------ Our Story Page Css Start ------------------*/
  .m-t-126 {
    margin-top: 121.5px;
  }

  .support_left {
    padding: 20px 140px 20px 0px;
  }

  /*------------------ Our Story Page Css End ------------------*/
  /*------------------ Ekoway Product Page Css Start ------------------*/
  .comp_text .title h4,
  .comp_text .title h3 {
    font-size: 24px;
    line-height: 34px;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }

  .color_img img {
    height: 152px;
  }

  .product_logo {
    max-width: 220px;
    margin-right: 40px;
  }

  .product_menu_inner a {
    font-size: 16px;
    padding: 0px 19px;
  }

  /*------------------ Ekoway Product Page Css End ------------------*/
  /*------------------ Realizations Page Css Start ------------------*/
  .realizationsBox img {
    max-width: 100%;
  }

  /*------------------ Realizations Page Css End ------------------*/
  .tooltip_number {
    height: 35px;
    width: 35px;
  }

  .mytooltip .tooltip-content {
    max-width: 260px;
    min-width: 260px;
    left: 17.5px;
    padding: 20px;
  }

  .point_1 {
    left: 80px;
    top: 82px;
  }

  .point_2 {
    left: 81px;
    bottom: 38px;
  }

  .point_3 {
    top: 270px;
    left: 165px;
  }

  .point_4 {
    top: 357px;
    left: 197px;
  }

  .point_5 {
    bottom: 52px;
    left: 175px;
  }

  .point_6 {
    top: 194px;
  }

  .point_7 {
    top: 113px;
    left: 369px;
  }

  .point_8 {
    top: 207px;
    left: 369px;
  }

  .point_9 {
    bottom: 59px;
    left: 640px;
  }

  .point_10 {
    bottom: 228px;
    left: 529px;
  }

  .point_11 {
    bottom: 97px;
    left: 455px;
  }

  .point_12 {
    bottom: 139px;
    left: 402px;
  }

  .point_13 {
    top: 81px;
    right: 671px;
  }

  .point_14 {
    top: 108px;
    right: 467px;
  }

  .point_15 {
    top: 145px;
    right: 657px;
  }

  .point_16 {
    top: 235px;
    right: 653px;
  }

  .point_17 {
    bottom: 194px;
    right: 408px;
  }

  .point_18 {
    bottom: 22px;
    right: 423px;
  }

  .point_19 {
    top: 44px;
    right: 188px;
  }

  .point_20 {
    top: 226px;
    right: 309px;
  }

  .point_21 {
    top: 100px;
    right: 252px;
  }

  .point_22 {
    top: 225px;
    right: 238px;
  }

  .point_23 {
    bottom: 250px;
    right: 113px;
  }

  .point_24 {
    bottom: 50px;
    right: 114px;
  }

  .tool_text li {
    font-size: 21px;
  }

  .tool_text li h4 {
    font-size: 21px;
  }
}

@media(min-width: 1360px) and (max-width: 1459px) {
  .comp_info_outer .comp_text .text-block h1 {
    font-size: 40px;
    line-height: 50px;
  }

  .comp_info_outer .comp_text .text-block h2 {
    font-size: 33px;
    line-height: 41px;
  }

  .comp_info_outer .comp_text .text-block h3 {
    font-size: 28px;
    line-height: 34px;
  }

  .comp_info_outer .comp_text .text-block h4 {
    font-size: 23px;
    line-height: 28px;
  }

  .comp_info_outer .comp_text .text-block h5 {
    font-size: 21px;
    line-height: 25px;
  }

  .comp_info_outer .comp_text .text-block h6 {
    font-size: 18px;
    line-height: 21px;
  }

  /*------------------ Home Page Css Start ------------------*/
  body {
    font-size: 15px;
  }

  p {
    line-height: 24px;
  }

  .logo img {
    width: 160px;
  }

  .h_logo img {
    width: 120px;
  }

  .menu>ul>li {
    margin-right: 35px;
  }

  .submenu,
  .submenu-products {
    padding: 30px 0px;
  }

  .submenu_left li {
    margin-top: 18px !important;
  }

  .submenu_left li img,
  .menu_name img {
    max-width: 120px;
  }

  .submenu_right .type_product_title h4 {
    font-size: 16px !important;
    line-height: 21px !important;
    margin-left: 8.3px !important;
  }

  .submenu_right .type_list {
    margin-top: 16px;
  }

  .submenu_left p {
    padding-top: 10.2px;
  }

  .submenu_left {
    width: 270px;
    padding-right: 30px;
  }

  .submenu_right {
    width: calc(100% - 270px);
    padding-left: 30px;
  }

  .submenu_right .type_product_title {
    margin-top: 24px !important;
  }

  .submenu_right .type_list a {
    min-height: 55px !important;
    margin-top: 7px !important;
  }

  .btn {
    height: 45px;
    padding: 1px 25px 0px;
  }

  .thum_slider {
    max-width: 800px;
    margin: -53px 0px auto auto;
  }

  .thum_slider_img img {
    height: 103px;
  }

  .thumbutton img {
    height: 39px;
    width: 39px;
  }

  .find_more {
    bottom: 80px;
  }

  .banner_info h1,
  .banner_info h2,
  .k_banner_title {
    font-size: 57px;
    line-height: 65px;
  }

  .banner_info p {
    font-size: 19px;
  }

  .h_store {
    margin-right: 35px;
  }

  .title h3,
  .title h1,
  .title h2,
  .k-box-title {
    font-size: 38px;
    line-height: 48px;
  }

  .offerBox {
    padding: 30px 25px 40px;
  }

  .mlr-20 {
    margin: 0px -15px;
  }

  .plr-20 {
    padding: 0px 15px;
  }

  .blog_thum .gallery_image {
    padding: 15px 0px;
  }

  .h_offer_outer {
    padding: 100px 0px 86px;
  }

  .experience_counter ul {
    padding-right: 45px;
  }

  .experience_counter h3,
  .k-exp_title {
    font-size: 50px;
  }

  .comp_info_outer {
    margin-top: -290px;
  }

  .comp_text .title {
    margin-bottom: 20px;
  }

  .comp_text p {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 17px;
  }

  .comp_text {
    padding: 20px 35px 20px 55px;
  }

  .feature_icon {
    width: 65px;
    height: 65px;
  }

  .feature_text {
    width: calc(100% - 65px);
    padding-left: 15px;
  }

  .feature_text h3 {
    font-size: 18px;
    line-height: 24px;
    margin-top: 20px;
  }

  .feature_text p {
    margin-top: 13px;
  }

  .footer_info {
    margin-right: 90px;
  }

  /*------------------ Home Page Css End ------------------*/
  /*------------------ Our Story Page Css Start ------------------*/
  .m-t-126 {
    margin-top: 113.5px;
  }

  .inner_banner {
    min-height: 375px;
  }

  .support_left {
    padding: 20px 90px 20px 0px;
  }

  /*------------------ Our Story Page Css End ------------------*/
  /*------------------ Product Page Css Start ------------------*/
  .product_img img {
    height: 298px;
  }

  .product_name {
    left: 20px;
    height: 64px;
    padding: 18px 15px 22.4px;
    bottom: -32px;
  }

  .product_info {
    padding: 50px 20px 30px 20px;
  }

  .custom_solu a {
    padding: 40px 20px 30px 20px;
  }

  .custom_solu_top h3 {
    font-size: 35px;
    line-height: 43px;
  }

  /*------------------ Product Page Css End ------------------*/
  /*------------------ Floorpol Product Page Css Start ------------------*/
  .product_menu_inner a {
    font-size: 15px;
    padding: 0px 16px;
  }

  .orange_select {
    font-size: 12px;
  }

  .type_system .btn {
    font-size: 12px;
  }

  /*------------------ Floorpol Product Page Css End ------------------*/
  /*------------------ Ekoway Product Page Css Start ------------------*/
  .comp_text .title h4,
  .comp_text .title h3 {
    font-size: 24px;
    line-height: 34px;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }

  .color_img img {
    height: 140px;
  }

  .product_logo {
    max-width: 200px;
    margin-right: 40px;
  }

  /*------------------ Ekoway Product Page Css End ------------------*/
  /*------------------ Realizations Page Css Start ------------------*/
  .realizationsBox img {
    max-width: 100%;
  }

  .pro_slider {
    width: 800px;
  }

  .pro_slider_info {
    width: calc(100% - 800px);
  }

  .pro_slider_img img {
    height: 570px;
  }

  .product_modal {
    max-width: 1240px;
  }

  /*------------------ Realizations Page Css End ------------------*/
  .tooltip_number {
    height: 30px;
    width: 30px;
  }

  .tooltip_number span {
    font-size: 12px;
  }

  .mytooltip .tooltip-content {
    max-width: 230px;
    min-width: 230px;
    left: 15px;
    padding: 15px;
  }

  .tooltip-con h4 {
    font-size: 17px;
    line-height: 23px;
  }

  .tooltip-con {
    padding-bottom: 10px;
  }

  .tooltip_img img {
    margin-top: 8.5px;
  }

  .point_1 {
    left: 73px;
    top: 75px;
  }

  .point_2 {
    left: 74px;
    bottom: 38px;
  }

  .point_3 {
    top: 250px;
    left: 151px;
  }

  .point_4 {
    top: 332px;
    left: 178px;
  }

  .point_5 {
    bottom: 54px;
    left: 163px;
  }

  .point_6 {
    top: 180px;
    left: 3px;
  }

  .point_7 {
    top: 105px;
    left: 341px;
  }

  .point_8 {
    top: 191px;
    left: 342px;
  }

  .point_9 {
    bottom: 57px;
    left: 592px;
  }

  .point_10 {
    bottom: 215px;
    left: 491px;
  }

  .point_11 {
    bottom: 92px;
    left: 421px;
  }

  .point_12 {
    bottom: 132px;
    left: 373px;
  }

  .point_13 {
    top: 77px;
    right: 621px;
  }

  .point_14 {
    top: 102px;
    right: 441px;
  }

  .point_15 {
    top: 138px;
    right: 612px;
  }

  .point_16 {
    top: 221px;
    right: 608px;
  }

  .point_17 {
    bottom: 180px;
    right: 385px;
  }

  .point_18 {
    bottom: 20px;
    right: 397px;
  }

  .point_19 {
    top: 43px;
    right: 177px;
  }

  .point_20 {
    top: 212px;
    right: 286px;
  }

  .point_21 {
    top: 94px;
    right: 238px;
  }

  .point_22 {
    top: 210px;
    right: 219px;
  }

  .point_23 {
    bottom: 235px;
    right: 106px;
  }

  .point_24 {
    bottom: 46px;
    right: 113px;
  }

  .tool_text li {
    font-size: 21px;
  }

  .tool_text li h4 {
    font-size: 21px;
  }

  .header_sticky .submenu,
  .header_sticky .submenu-2 {
    top: 94px;
  }

  .header_sticky .language_dropdown {
    top: 71px;
  }
}

@media(min-width: 1200px) and (max-width: 1359px) {
  .comp_info_outer .comp_text .text-block h1 {
    font-size: 38px;
    line-height: 48px;
  }

  .comp_info_outer .comp_text .text-block h2 {
    font-size: 31px;
    line-height: 39px;
  }

  .comp_info_outer .comp_text .text-block h3 {
    font-size: 26px;
    line-height: 32px;
  }

  .comp_info_outer .comp_text .text-block h4 {
    font-size: 21px;
    line-height: 26px;
  }

  .comp_info_outer .comp_text .text-block h5 {
    font-size: 20px;
    line-height: 23px;
  }

  .comp_info_outer .comp_text .text-block h6 {
    font-size: 17px;
    line-height: 20px;
  }

  /*------------------ Home Page Css Start ------------------*/
  body {
    font-size: 15px;
  }

  p {
    line-height: 24px;
  }

  .logo img {
    width: 150px;
  }

  .h_logo {
    margin-left: 30px;
  }

  .h_logo img {
    width: 120px;
  }

  .menu>ul>li {
    margin-right: 15px;
  }

  .menu>ul>li>a {
    font-size: 13px;
  }

  .submenu,
  .submenu-products {
    top: 110px;
    padding: 20px 0px;
  }

  .header_sticky .submenu {
    top: 95px;
  }

  .header_sticky .language_dropdown {
    top: 71px;
  }

  .submenu_left {
    width: 250px;
    padding-right: 15px;
  }

  .submenu_left img {
    max-width: 54%;
  }

  .submenu_left p {
    padding-top: 9.2px;
    font-size: 12px;
    line-height: 21px;
  }

  .submenu_left li {
    margin-top: 15px !important;
  }

  .menu_name {
    margin-top: 10px;
  }

  .menu_name img {
    max-width: 140px;
  }

  .submenu_right .type_product_title {
    margin-top: 20px !important;
  }

  .submenu_right {
    width: calc(100% - 250px);
    padding-left: 15px;
  }

  .submenu_right .type_product_title img {
    height: 25px;
  }

  .submenu_right .type_product_title h4 {
    font-size: 14px !important;
    line-height: 16px !important;
    margin-left: 10px !important;
  }

  .submenu_right .type_list a {
    min-height: 52px !important;
    margin-top: 5px !important;
    padding: 5px 10px;
  }

  .submenu_right .type_list {
    margin-top: 16px;
  }

  .submenu_right .row {
    margin: 0px -5px;
  }

  .submenu_right .col-md-3 {
    padding: 0px 5px;
  }

  .h_store {
    margin-right: 30px;
  }

  .btn {
    height: 45px;
    font-size: 13px;
    padding: 1px 25px 0px;
  }

  .title h3,
  .title h1,
  .title h2,
  .k-box-title {
    font-size: 38px;
    line-height: 47px;
  }

  .mlr-20 {
    margin: 0px -10px;
  }

  .plr-20 {
    padding: 0px 10px;
  }

  .blog_thum .gallery_image {
    padding: 10px 0px;
  }

  .thum_slider {
    max-width: 820px;
  }

  .offerBox {
    padding: 20px;
  }

  .offerBox p {
    margin-top: 30px;
  }

  .experience_outer {
    margin-top: 80px;
  }

  .experience_counter h3,
  .k-exp_title {
    font-size: 40px;
  }

  .experience_counter h3 span,
  .k-exp_title span {
    font-size: 24px;
  }

  .experience_counter li:first-child .exp_icon {
    right: -7px;
    top: -27px;
  }

  .experience_counter li:first-child .exp_icon img,
  .experience_counter li:nth-child(2) .exp_icon img {
    width: 80px;
  }

  .experience_counter li:nth-child(2) .exp_icon {
    right: -22px;
    top: -24px;
  }

  .experience_counter li:nth-child(3) .exp_icon img {
    width: 50px;
  }

  .experience_counter li:last-child .exp_icon {
    right: 0px;
    top: -21px;
  }

  .experience_counter {
    margin-top: 85px;
  }

  .comp_info_outer {
    margin-top: -250px;
  }

  .comp_info_outer.seo-version {
    margin-top: unset;
  }

  .h_offer_outer {
    padding: 100px 0px 75px;
  }

  .know_better {
    margin-top: 40px;
  }

  .comp_text {
    padding: 20px 20px 20px 50px;
  }

  .comp_text.mb-103 {
    padding-bottom: 60px;
  }

  .comp_text .title {
    margin-bottom: 20px;
  }

  .comp_text p {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 12px;
  }

  .feature_icon {
    width: 60px;
    height: 60px;
  }

  .feature_text {
    width: calc(100% - 60px);
    padding-left: 15px;
  }

  .feature_text h3 {
    font-size: 17px;
    line-height: 24px;
    margin-top: 19px;
  }

  .feature_text p {
    margin-top: 10px;
  }

  .feature_outer {
    padding: 70px 0px;
  }

  .title p {
    margin-top: 8px;
    font-size: 16px;
    line-height: 26px;
  }

  .project_name {
    padding: 15px 15px 18px;
  }

  .projectBox p {
    margin-top: 36px;
  }

  .project_size li {
    margin: 5px 5px 0px 0px;
  }

  .project_outer {
    padding: 60px 0px 70px;
  }

  .comp_info_outer.seo-version {
    margin-bottom: 70px;
  }

  .comp_info_outer.seo-version .comp_outer {
    margin-bottom: 70px;
  }

  .comp_info_outer.seo-version .comp_outer:last-of-type {
    margin-bottom: unset
  }

  .news_left {
    width: 60%;
  }

  .footer_info {
    margin-right: 40px;
  }

  /*------------------ Home Page Css End ------------------*/
  /*------------------ Our Story Page Css Start ------------------*/
  .m-t-126 {
    margin-top: 110.5px;
  }

  .inner_banner {
    min-height: 350px;
  }

  .support_left {
    padding: 20px 80px 20px 0px;
  }

  .support_text {
    max-width: 492px;
  }

  .timeline_content {
    width: 646px;
  }

  /*------------------ Our Story Page Css End ------------------*/
  /*------------------ Product Page Css Start ------------------*/
  .product_banner_text {
    margin-top: -120px;
  }

  .product_outer {
    margin-top: -145px;
    margin-bottom: 30px;
  }

  .product_img img {
    height: 265px;
  }

  .product_name {
    left: 20px;
    height: 64px;
    padding: 18px 15px 22.4px;
    bottom: -32px;
  }

  .product_info {
    padding: 50px 20px 30px 20px;
  }

  .custom_solu a {
    padding: 40px 20px 30px 20px;
  }

  .custom_solu_top h3 {
    font-size: 30px;
    line-height: 38px;
  }

  /*------------------ Product Page Css End ------------------*/
  /*------------------ Floorpol Product Page Css Start ------------------*/
  .product_menu_inner a {
    font-size: 14px;
    padding: 0px 15px;
  }

  .orange_select {
    padding: 0px 50px 0px 20px;
  }

  .type_left_text h6 {
    font-size: 13px;
  }

  .type_list a {
    padding: 5px 10px 5px 10px;
  }

  /*------------------ Floorpol Product Page Css End ------------------*/
  /*------------------ Ekoway Product Page Css Start ------------------*/
  .comp_text .title h4,
  .comp_text .title h3 {
    font-size: 20px;
    line-height: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }

  .comp_text .title h4:after,
  .comp_text .title h3:after {
    width: 140.56px;
  }

  .color_img img {
    height: 127px;
  }

  .product_menu {
    height: 66px;
  }

  .product_menu_inner li.active a:after {
    bottom: -23px;
  }

  .product_logo {
    max-width: 150px;
    height: 50px;
    padding: 0px 20px;
    margin-right: 20px;
  }

  /*------------------ Ekoway Product Page Css End ------------------*/
  /*------------------ Realizations Page Css Start ------------------*/
  .realizationsBox {
    padding: 25px;
  }

  .realizationsBox img {
    max-width: 100%;
  }

  .pro_slider {
    width: 750px;
  }

  .pro_slider_info {
    width: calc(100% - 750px);
  }

  .pro_slider_img img {
    height: 540px;
  }

  .tooltip_number {
    height: 30px;
    width: 30px;
  }

  .tooltip_number span {
    font-size: 12px;
  }

  .mytooltip .tooltip-content {
    max-width: 230px;
    min-width: 230px;
    left: 15px;
    padding: 15px;
  }

  .tooltip-con h4 {
    font-size: 17px;
    line-height: 23px;
  }

  .tooltip-con {
    padding-bottom: 10px;
  }

  .tooltip_img img {
    margin-top: 8.5px;
  }

  .point_1 {
    left: 62px;
    top: 64px;
  }

  .point_2 {
    left: 64px;
    bottom: 30px;
  }

  .point_3 {
    top: 218px;
    left: 131px;
  }

  .point_4 {
    top: 289px;
    left: 155px;
  }

  .point_5 {
    bottom: 47px;
    left: 140px;
  }

  .point_6 {
    top: 155px;
    left: 0px;
  }

  .point_7 {
    top: 92px;
    left: 298px;
  }

  .point_8 {
    top: 167px;
    left: 298px;
  }

  .point_9 {
    bottom: 50px;
    left: 519px;
  }

  .point_10 {
    bottom: 187px;
    left: 429px;
  }

  .point_11 {
    bottom: 79px;
    left: 369px;
  }

  .point_12 {
    bottom: 112px;
    left: 323px;
  }

  .point_13 {
    top: 66px;
    right: 543px;
  }

  .point_14 {
    top: 89px;
    right: 383px;
  }

  .point_15 {
    top: 117px;
    right: 537px;
  }

  .point_16 {
    top: 193px;
    right: 532px;
  }

  .point_17 {
    bottom: 158px;
    right: 335px;
  }

  .point_18 {
    bottom: 18px;
    right: 343px;
  }

  .point_19 {
    top: 34px;
    right: 153px;
  }

  .point_20 {
    top: 183px;
    right: 248px;
  }

  .point_21 {
    top: 82px;
    right: 203px;
  }

  .point_22 {
    top: 182px;
    right: 190px;
  }

  .point_23 {
    bottom: 205px;
    right: 91px;
  }

  .point_24 {
    bottom: 42px;
    right: 95px;
  }

  .tool_text li {
    font-size: 19px;
  }

  .tool_text li h4 {
    font-size: 19px;
  }

  /*------------------ Realizations Page Css End ------------------*/
  /*------------------ Sustainable Cities Page Css Start ------------------*/
  .cities_feature_icon {
    width: 130px;
    height: 95px;
    padding: 20px;
  }

  .cities_feature_box h3 {
    font-size: 18px;
    line-height: 25px;
  }

  /*------------------ Sustainable Cities Page Css End ------------------*/
  /*------------------ Blog Single Page Css Start ------------------*/
  .blog_slider {
    margin: 73px -160px 0px;
    width: calc(100% + 320px);
  }

  /*------------------ Blog Single Page Css End ------------------*/
}

@media(min-width: 992px) and (max-width: 1199px) {
  .comp_info_outer .comp_text .text-block h1 {
    font-size: 36px;
    line-height: 46px;
  }

  .comp_info_outer .comp_text .text-block h2 {
    font-size: 29px;
    line-height: 37px;
  }

  .comp_info_outer .comp_text .text-block h3 {
    font-size: 24px;
    line-height: 30px;
  }

  .comp_info_outer .comp_text .text-block h4 {
    font-size: 20px;
    line-height: 24px;
  }

  .comp_info_outer .comp_text .text-block h5 {
    font-size: 18px;
    line-height: 21px;
  }

  .comp_info_outer .comp_text .text-block h6 {
    font-size: 16px;
    line-height: 19px;
  }

  /*------------------ Home Page Css Start ------------------*/
  body {
    font-size: 14px;
  }

  p {
    line-height: 22px;
  }

  header {
    padding: 20px 0px;
  }

  .header_sticky {
    padding: 20px 0px;
  }

  .logo img {
    width: 110px;
  }

  .header_sticky .logo img {
    width: 110px;
  }

  .h_logo {
    margin-left: 30px;
  }

  .h_logo img {
    width: 80px;
  }

  .menu>ul>li {
    margin-right: 15px;
  }

  .menu>ul>li>a {
    font-size: 12px;
  }

  .submenu,
  .submenu-products {
    top: 80px !important;
    padding: 20px 0px;
  }

  .header_sticky .language_dropdown {
    top: 66px;
  }

  .language_dropdown {
    top: 66px;
  }

  .submenu_left {
    width: 250px;
    padding-right: 15px;
  }

  .submenu_left img {
    max-width: 54%;
  }

  .submenu_left p {
    padding-top: 9.2px;
    font-size: 12px;
    line-height: 21px;
  }

  .submenu_left li {
    margin-top: 15px !important;
  }

  .menu_name {
    margin-top: 10px;
  }

  .menu_name img {
    max-width: 140px;
  }

  .submenu_right .type_product_title {
    margin-top: 20px !important;
  }

  .submenu_right {
    width: calc(100% - 250px);
    padding-left: 15px;
  }

  .submenu_right .type_product_title img {
    display: none;
  }

  .submenu_right .type_product_title h4 {
    font-size: 14px !important;
    line-height: 16px !important;
    margin-left: 0px !important;
    height: 30px;
  }

  .submenu_right .type_left_text h6 {
    font-size: 12px;
    line-height: 15px;
  }

  .submenu_right .type_left_text p {
    display: none;
  }

  .submenu_right .type_list a {
    min-height: 44px !important;
    margin-top: 5px !important;
    padding: 5px 10px;
  }

  .submenu_right .type_list {
    margin-top: 16px;
  }

  .submenu_right .row {
    margin: 0px -5px;
  }

  .submenu_right .col-md-3 {
    padding: 0px 5px;
  }

  .btn {
    height: 40px;
    font-size: 13px;
    padding: 1px 20px 0px;
  }

  .h_store {
    margin-right: 15px;
  }

  .mlr-20 {
    margin: 0px -5px;
  }

  .plr-20 {
    padding: 0px 5px;
  }

  .blog_thum .gallery_image {
    padding: 5px 0px;
  }

  .offerBox {
    padding: 15px;
  }

  .offerBox p {
    margin-top: 25px;
  }

  .offerBox .btn {
    margin-top: 10px;
  }

  .title h3,
  .title h1,
  .title h2,
  .k-box-title {
    font-size: 30px;
    line-height: 40px;
    padding-right: 40px;
  }

  .title h3:after,
  .title h1:after,
  .title h2:after,
  .k-box-title:after {
    width: 35px;
    height: 4px;
    margin-left: 14px;
  }

  .viewAll a,
  .viewAll span {
    font-size: 12px;
  }

  .icon_round {
    height: 40px;
    width: 40px;
    margin-left: 15px;
  }

  .icon_round img {
    width: 7px;
  }

  .h_offer_outer {
    padding: 120px 0px 50px;
    margin-top: -50px;
  }

  .banner_info h1,
  .banner_info h2,
  .k_banner_title {
    font-size: 55px;
    line-height: 65px;
  }

  .banner_info p {
    margin-top: 20px;
    font-size: 19px;
    line-height: 31px;
  }

  .thum_slider {
    max-width: 645px;
  }

  .thum_slider_img img {
    height: 115px;
  }

  .find_more {
    bottom: 70px;
  }

  .thumbutton img {
    height: 35px;
    width: 35px;
  }

  .experience_outer {
    margin-top: 80px;
  }

  .experience_counter ul {
    padding-right: 25px;
  }

  .experience_counter h3,
  .k-exp_title {
    font-size: 40px;
  }

  .experience_counter h3 span,
  .k-exp_title span {
    font-size: 25px;
  }

  .experience_counter p {
    margin-top: 6px;
  }

  .experience_counter li:first-child .exp_icon {
    right: -7px;
    top: -27px;
  }

  .experience_counter li:first-child .exp_icon img,
  .experience_counter li:nth-child(2) .exp_icon img {
    width: 80px;
  }

  .experience_counter li:nth-child(2) .exp_icon {
    right: -22px;
    top: -24px;
  }

  .experience_counter li:nth-child(3) .exp_icon img {
    width: 50px;
  }

  .experience_counter li:last-child .exp_icon {
    right: 0px;
    top: -21px;
  }

  .comp_info_outer {
    margin-top: -185px;
  }

  .comp_info_outer.seo-version {
    margin-top: unset;
  }

  .comp_text {
    padding: 20px 20px 20px 20px;
  }

  .comp_text.mb-103 {
    padding-bottom: 40px;
  }

  .comp_text .title {
    margin-bottom: 15px;
  }

  .comp_text p {
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 10px;
  }

  .feature_icon {
    width: 55px;
    height: 55px;
  }

  .feature_text {
    width: calc(100% - 55px);
    padding-left: 15px;
  }

  .feature_outer {
    padding: 70px 0px;
  }

  .feature_text h3 {
    font-size: 16px;
    line-height: 22px;
    margin-top: 17px;
  }

  .feature_text p {
    margin-top: 11px;
  }

  .project_img img {
    height: 168px;
  }

  .project_name {
    bottom: -21px;
    padding: 10px;
  }

  .projectBox p {
    margin-top: 35px;
  }

  .project_size li {
    padding: 10px;
    margin: 6px 6px 0px 0px;
  }

  .project_outer {
    padding: 60px 0px;
  }

  .comp_info_outer.seo-version {
    margin-bottom: 60px;
  }

  .comp_info_outer.seo-version .comp_outer {
    margin-bottom: 60px;
  }

  .comp_info_outer.seo-version .comp_outer:last-of-type {
    margin-bottom: unset
  }

  .news_outer {
    padding: 60px 0px;
  }

  .newsBox .viewAll {
    margin-top: 70px;
  }

  .footer_logo img {
    max-width: 150px;
  }

  .footer_pro_logo {
    width: calc(100% - 190px);
  }

  .footer_pro_logo li {
    margin-left: 30px;
    width: calc(25% - 30px);
  }

  .footer_info {
    margin-right: 86px;
  }

  .footer_bottom_right {
    width: 100%;
    text-align: center;
    margin-top: 40px;
  }

  .footer_bottom {
    padding: 60px 0px;
  }

  /*------------------ Home Page Css End ------------------*/
  /*------------------ Our Story Page Css Start ------------------*/
  .m-t-126 {
    margin-top: 79.5px;
  }

  .inner_banner {
    min-height: 300px;
    padding: 20px 0px;
  }

  .inner_banner_text .title h3,
  .inner_banner_text .title h1,
  .inner_banner_text .title h2 {
    font-size: 40px;
    line-height: 40px;
  }

  .support_left {
    padding: 40px 25px 40px 0px;
  }

  .support_text {
    max-width: 445px;
  }

  .support_text .title {
    margin-bottom: 20px;
  }

  .support_text p {
    margin-top: 15px;
  }

  .support_text .btn {
    margin-top: 25px;
  }

  .know_pro_img {
    width: 24%;
  }

  .know_pro_list .project_name {
    padding: 20px 10px 24px !important;
  }

  .know_pro_banner {
    height: 198px;
  }

  .contact_icon {
    height: 55px;
    width: 55px;
  }

  .f_contact_info span {
    margin-left: 15.5px;
    font-size: 19px;
    line-height: 25px;
  }

  .f_contact_info li {
    margin-top: 30px;
    margin-right: 20px;
  }

  .timeline_content {
    width: 524px;
  }

  .yearBox {
    width: 120px;
    height: 120px;
  }

  .yearBox h6 {
    font-size: 21px;
    line-height: 23px;
  }

  .timeline_img img {
    max-width: 170px;
    max-height: 60px;
  }

  .timeline_img {
    margin-left: 80px;
  }

  .timeline_content.left .timeline_img {
    margin-right: 80px;
  }

  .timeline_img:after {
    left: -59.72px;
  }

  .timeline_content.left .timeline_img:after {
    right: -59.72px;
  }

  .timeline_text {
    padding-left: 203px;
  }

  .timeline_content.left .timeline_text {
    padding-right: 203px;
  }

  .timeline ul li:last-child .timeline_img img {
    max-width: 170px;
    max-height: 100px;
  }

  .timeline ul li:last-child:after {
    right: calc(50% - 3px);
  }

  /*------------------ Our Story Page Css End ------------------*/
  /*------------------ Product Page Css Start ------------------*/
  .product_banner_text {
    margin-top: -105px;
  }

  .product_outer {
    margin-top: -120px;
    margin-bottom: 20px;
  }

  .product_img img {
    height: 242px;
  }

  .product_name {
    left: 20px;
    height: 60px;
    padding: 11px 15px 21.4px;
    bottom: -30px;
  }

  .product_info {
    padding: 55px 20px 30px 20px;
  }

  .product_info h2 {
    font-size: 19px;
    line-height: 25px;
    margin-bottom: 18px;
  }

  .productBox {
    margin-bottom: 30px;
  }

  .custom_solu a {
    padding: 54.4px 25px 30px 20px;
  }

  .custom_solu_top h3 {
    font-size: 29px;
    line-height: 35px;
  }

  /*------------------ Product Page Css End ------------------*/
  /*------------------ Floorpol Product Page Css Start ------------------*/
  .product_menu_inner a {
    font-size: 13px;
    padding: 0px 10px;
  }

  .product_menu {
    height: 66px;
  }

  .product_menu_inner li.active a:after {
    bottom: -23px;
  }

  .type_system {
    margin-left: 0px;
  }

  .orange_select {
    padding: 1px 45px 0px 18px;
    font-size: 12px;
    height: 42px;
    background: url(../images/icon_arrow_down_white.svg) no-repeat center right 17px #eb6012 !important;
  }

  .type_system .btn {
    font-size: 12px;
    height: 42px;
  }

  .product_description .comp_outer {
    padding-top: 70px;
  }

  .single_product_logo {
    margin: 20px 0px 10px;
  }

  .single_product_logo img {
    margin-right: 23px;
    width: 45px;
  }

  .product_description .comp_text p {
    font-size: 14px;
  }

  .product_description {
    padding-bottom: 70px;
  }

  .type_product_outer {
    padding: 70px 0px;
  }

  .type_product_title {
    margin-top: 40px;
  }

  .performance_outer {
    padding: 70px 0px;
  }

  .performance_img {
    margin: 40px auto 0px;
  }

  .product_list_slider .owl-nav button {
    top: 72px;
    left: 15px;
  }

  .product_list_slider .owl-nav button img {
    width: 35px;
  }

  .product_list_slider .owl-nav button.owl-next {
    right: 15px;
  }

  .applBox {
    margin-bottom: 20px;
  }

  .select_product {
    margin-top: 20px;
  }

  /*------------------ Floorpol Product Page Css End ------------------*/
  /*------------------ Ekoway Product Page Css Start ------------------*/
  .comp_text .title h4,
  .comp_text .title h3 {
    font-size: 19px;
    line-height: 30px;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }

  .comp_text .title h4:after,
  .comp_text .title h3:after {
    height: 4px;
    width: 120px;
  }

  .single_video {
    padding: 120px 0px;
  }

  .video_play_icon img {
    width: 100px;
  }

  .video_text p {
    font-size: 24px;
  }

  .color_img img {
    height: 130px;
  }

  .applBox {
    padding: 20px;
  }

  .appl_outer_second {
    padding: 70px 0px;
  }

  .product_logo {
    max-width: 120px;
    height: 50px;
    padding: 0px 15px;
    margin-right: 15px;
  }

  /*------------------ Ekoway Product Page Css End ------------------*/
  /*------------------ Realizations Page Css Start ------------------*/
  .realizationsBox {
    padding: 20px;
  }

  .realizationsBox img {
    max-width: 100%;
  }

  .realizationsBox h4 {
    font-size: 25px;
    line-height: 30px;
  }

  .realizationsBox p {
    margin-top: 37.7px;
  }

  .portfolioFilter a {
    font-size: 16px;
    padding: 12px 30px;
  }

  .product_modal {
    margin: 10px;
  }

  .pro_slider {
    width: 450px;
  }

  .pro_slider_img img {
    height: 350px;
  }

  .pro_slider_info {
    width: calc(100% - 450px);
  }

  .pro_slider_name {
    padding: 10px 15px 15px;
  }

  .close_product_popup {
    right: 15px;
    top: 10px;
  }

  .pro_slider_text {
    padding: 15px;
  }

  .line {
    margin: 15px 0px;
    width: 100px;
    height: 3px;
  }

  .ml-59 {
    margin-left: 25px;
  }

  /*------------------ Realizations Page Css End ------------------*/
  /*------------------ Sustainable Cities Page Css Start ------------------*/
  .cities_feature_outer {
    padding: 50px 0px;
  }

  .cities_feature_icon {
    width: 122.17px;
    height: 90.43px;
    padding: 17px;
  }

  .cities_feature_box h3 {
    margin-top: 20.6px;
    font-size: 16px;
    line-height: 25px;
    padding-bottom: 21.5px;
    margin-bottom: 21.3px;
  }

  .point_list li {
    margin-bottom: 10px;
  }

  .map_app_outer {
    padding: 50px 0px;
  }

  .map_app_list {
    margin-top: 35px;
  }

  .path_cities_outer {
    padding: 50px 0px;
  }

  .blogBox h3,
  .blogBox h4 {
    margin-top: 12px;
    font-size: 19px;
    line-height: 30px;
  }

  .blog_date {
    margin-top: 20px;
  }

  .blogBox .viewAll {
    margin-top: 18px;
  }

  .blogBox {
    margin-top: 40px;
  }

  .offer_outer {
    padding: 50px 0px;
  }

  .offerInfoBox {
    padding: 20px;
  }

  .offerInfoBox h3 {
    margin-top: 35px;
    font-size: 18px;
    line-height: 26px;
  }

  .point_list li:after {
    top: 6px;
  }

  .mt-66 {
    margin-top: 50px !important;
  }

  .tooltip_number {
    height: 25px;
    width: 25px;
  }

  .tooltip_number span {
    font-size: 10px;
  }

  .mytooltip .tooltip-content {
    max-width: 230px;
    min-width: 230px;
    left: 12.5px;
    padding: 15px;
  }

  .tooltip-con h4 {
    font-size: 17px;
    line-height: 23px;
  }

  .tooltip-con {
    padding-bottom: 10px;
  }

  .tooltip_img img {
    margin-top: 8.5px;
  }

  .point_1 {
    left: 50px;
    top: 53px;
  }

  .point_2 {
    left: 50px;
    bottom: 23px;
  }

  .point_3 {
    top: 179px;
    left: 104px;
  }

  .point_4 {
    top: 234px;
    left: 124px;
  }

  .point_5 {
    bottom: 37px;
    left: 112px;
  }

  .point_6 {
    top: 130px;
    left: 0px;
  }

  .point_7 {
    top: 72px;
    left: 244px;
  }

  .point_8 {
    top: 135px;
    left: 242px;
  }

  .point_9 {
    bottom: 41px;
    left: 424px;
  }

  .point_10 {
    bottom: 153px;
    left: 350px;
  }

  .point_11 {
    bottom: 62px;
    left: 301px;
  }

  .point_12 {
    bottom: 90px;
    left: 262px;
  }

  .point_13 {
    top: 56px;
    right: 444px;
  }

  .point_14 {
    top: 73px;
    right: 313px;
  }

  .point_15 {
    top: 95px;
    right: 436px;
  }

  .point_16 {
    top: 156px;
    right: 433px;
  }

  .point_17 {
    bottom: 128px;
    right: 273px;
  }

  .point_18 {
    bottom: 17px;
    right: 280px;
  }

  .point_19 {
    top: 28px;
    right: 124px;
  }

  .point_20 {
    top: 149px;
    right: 202px;
  }

  .point_21 {
    top: 67px;
    right: 165px;
  }

  .point_22 {
    top: 148px;
    right: 155px;
  }

  .point_23 {
    bottom: 167px;
    right: 74px;
  }

  .point_24 {
    bottom: 32px;
    right: 75px;
  }

  .tool_text li {
    font-size: 16px;
    line-height: 23px;
  }

  .tool_text li h4 {
    font-size: 16px;
    line-height: 23px;
  }

  /*------------------ Sustainable Cities Page Css End ------------------*/
  /*------------------ Blog Single Page Css Start ------------------*/
  .blog_slider {
    margin: 73px 0px 0px;
    width: 100%;
  }

  .blog_video {
    margin: 65px 0px 70px;
    width: 100%;
  }

  /*------------------ Blog Single Page Css End ------------------*/
  /*------------------ Contact Us Page Css Start ------------------*/
  .contBox_img {
    padding: 14.1px 19.3px 18.3px;
  }

  .contBox h4 {
    margin-top: 20px;
    min-height: 70px;
  }

  .cont_icon img {
    width: 50px;
    height: 50px;
  }

  .cont_icon {
    width: 50px;
  }

  .cont_info {
    width: calc(100% - 50px);
    padding-left: 10px;
  }

  .mapBox {
    max-width: 400px;
    padding: 30px;
  }

  .contact_modal {
    max-width: 700px;
  }

  .directionBox {
    padding: 15px;
    max-width: 334px;
  }

  .directionBox .title h3 {
    font-size: 22px;
    line-height: 32px;
  }

  .top_socail_icon {
    margin-left: -85px;
  }

  .top_socail_icon.active {
    top: 100px;
  }

  /*------------------ Contact Us Page Css End ------------------*/
  .h_offer_img img {
    max-width: 100%;
  }

  .sumenu_overlay {
    top: 90px;
    height: calc(100% - 90px);
  }
}

@media(min-width: 768px) and (max-width: 991px) {
  .comp_info_outer .comp_text .text-block h1 {
    font-size: 34px;
    line-height: 44px;
  }

  .comp_info_outer .comp_text .text-block h2 {
    font-size: 27px;
    line-height: 35px;
  }

  .comp_info_outer .comp_text .text-block h3 {
    font-size: 22px;
    line-height: 28px;
  }

  .comp_info_outer .comp_text .text-block h4 {
    font-size: 18px;
    line-height: 22px;
  }

  .comp_info_outer .comp_text .text-block h5 {
    font-size: 16px;
    line-height: 20px;
  }

  .comp_info_outer .comp_text .text-block h6 {
    font-size: 15px;
    line-height: 18px;
  }

  /*------------------ Home Page Css Start ------------------*/
  body {
    font-size: 14px;
  }

  p {
    line-height: 22px;
  }

  header {
    padding: 20px 0px !important;
  }

  .logo img {
    width: 130px !important;
  }

  .h_logo {
    margin-left: 30px;
  }

  .h_logo img {
    width: 100px;
  }

  .btn {
    height: 40px;
    font-size: 13px;
    padding: 1px 20px 0px;
  }

  .menu_outer {
    position: fixed;
    top: 0px;
    right: -300px;
    height: 100%;
    width: 280px;
    overflow: hidden;
    overflow-y: auto;
    padding: 20px;
    background: #111;
    display: block;
    z-index: 12;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }

  .menu_outer.active {
    right: 0px;
  }
  .menu ul {
    display: block;
  }

  .menu a {
    margin-right: 0px;
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    padding: 10px 0px;
  }

  .h_store {
    margin-right: 0px;
    margin: 15px 0px;
  }

  .h_store .btn {
    width: 100%;
  }

  .toggleMenu {
    display: block;
    margin-left: 13px;
  }

  .language_dropdown {
    top: 66px;
  }

  .banner_info h1,
  .banner_info h2,
  .k_banner_title {
    font-size: 45px;
    line-height: 55px;
  }

  .banner_info p {
    margin-top: 20px;
    font-size: 18px;
    line-height: 28px;
    max-width: 545px;
  }

  .h_offer_outer {
    padding: 75px 0px 50px;
    margin-top: -35px;
  }

  .banner_range_prgreess {
    height: 3px;
  }

  .thum_slider {
    max-width: 430px;
    margin: -42px 0px auto auto;
  }

  .thum_slider_img img {
    height: 77px;
  }

  .thumbutton img {
    height: 30px;
    width: 30px;
  }

  .find_more {
    bottom: 55px;
  }

  .title h3,
  .title h1,
  .title h2 {
    font-size: 26px;
    line-height: 38px;
    padding-right: 40px;
  }

  .title h3:after,
  .title h1:after,
  .title h2:after {
    width: 30px;
    height: 3px;
    margin-left: 10px;
  }

  .viewAll a,
  .viewAll span {
    font-size: 12px;
  }

  .icon_round {
    height: 35px;
    width: 35px;
    margin-left: 10px;
  }

  .icon_round img {
    width: 6px;
  }

  .mlr-20 {
    margin: 0px -10px;
  }

  .plr-20 {
    padding: 0px 10px;
  }

  .blog_thum .gallery_image {
    padding: 10px 0px;
  }

  .offerBox {
    margin-top: 20px;
  }

  .h_offer_list {
    margin-top: 15px;
  }

  .experience_outer {
    margin-top: 75px;
  }

  .experience_counter h3,
  .k-exp_title {
    font-size: 26px;
  }

  .experience_counter li:first-child .exp_icon {
    right: 15px;
    top: -23px;
  }

  .experience_counter li:first-child .exp_icon img,
  .experience_counter li:nth-child(2) .exp_icon img {
    width: 55px;
  }

  .experience_counter li:nth-child(2) .exp_icon {
    right: -6px;
    top: -18px;
  }

  .experience_counter li:nth-child(3) .exp_icon img {
    width: 35px;
  }

  .experience_counter li:last-child .exp_icon {
    right: 4px;
    top: -17px;
  }

  .experience_counter ul {
    padding-right: 15px;
  }

  .experience_counter p {
    margin-top: 11px;
    font-size: 12px;
    line-height: 17px;
  }

  .experience_counter h3 span,
  .k-exp_title span {
    font-size: 24px;
  }

  .experience_counter {
    margin-top: 65px;
    margin-bottom: 40px;
  }

  .comp_info_outer {
    margin-top: 30px;
  }

  .comp_info_outer.seo-version {
    margin-top: unset;
  }

  .comp_text {
    width: 50%;
    padding: 15px 0px 15px 20px !important;
  }

  .comp_outer.flex-row-reverse .comp_text {
    padding-left: 0px !important;
    padding-right: 20px !important;
  }

  .comp_text .title {
    margin-bottom: 13px;
  }

  .comp_text p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 10px;
  }

  .comp_outer {
    align-items: start !important;
  }

  .title p {
    margin-top: 8px;
    font-size: 15px;
    line-height: 22px;
  }

  .feature_outer {
    padding: 50px 0px;
  }

  .project_outer {
    padding: 50px 0px 60px;
  }

  .comp_info_outer.seo-version {
    margin-bottom: 60px;
  }

  .comp_info_outer.seo-version .comp_outer {
    margin-bottom: 60px;
  }

  .comp_info_outer.seo-version .comp_outer:last-of-type {
    margin-bottom: unset
  }

  .newsBox {
    width: 335px;
    padding: 20px;
  }

  .footer_top {
    padding: 40px 0px;
  }

  .footer_logo img {
    width: 120px;
  }

  .footer_pro_logo {
    width: calc(100% - 140px);
  }

  .footer_pro_logo li {
    margin-left: 20px;
    width: calc(25% - 20px);
  }

  .footer_bottom {
    padding: 40px 0px;
  }

  .footer_info h5 {
    font-size: 13px;
    margin-bottom: 21px;
  }

  .footer_bottom_inner.d-new {
    width: 100%;
    justify-content: space-between;
  }

  .footer_info {
    margin-right: 0px;
    width: 33.33%;
    margin-bottom: 30px;
  }

  .footer_info:last-child {
    width: 100%;
    text-align: center;
  }

  .footer_info:last-child ul {
    justify-content: center;
  }

  .footer_bottom_right {
    width: 100%;
    margin-top: 0px;
    text-align: center;
  }

  /*------------------ Home Page Css End ------------------*/
  /*------------------ Our Story Page Css Start ------------------*/
  .m-t-126 {
    margin-top: 83.5px;
  }

  .inner_banner {
    min-height: 320px;
    padding: 20px 0px;
  }

  .inner_banner_text .title h3,
  .inner_banner_text .title h1,
  .inner_banner_text .title h2 {
    font-size: 40px;
    line-height: 50px;
  }

  .our_story_top {
    padding: 50px 0px 50px;
  }

  .our_story_list_outer {
    padding-top: 55px;
  }

  .our_story_list {
    margin-top: 50px;
  }

  .support_left {
    padding: 20px 15px;
  }

  .support_text p {
    margin-top: 10px;
  }

  .support_text .title {
    margin-bottom: 20px;
  }

  .support_text .btn {
    margin-top: 20px;
  }

  .know_pro_outer {
    padding: 50px 0px 80px;
  }

  .know_pro_img {
    width: 20.33%;
  }

  .know_pro_list .row {
    margin: 0px -5px;
  }

  .know_pro_list .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    padding: 0px 5px;
  }

  .know_pro_list .project_name {
    padding: 17px 10px 21px !important;
  }

  .know_pro_banner {
    height: 152px;
    margin-top: 30px;
  }

  .help_outer .news_left {
    width: 50%;
  }

  .contact_icon {
    height: 55px;
    width: 55px;
  }

  .f_contact_info span {
    margin-left: 12.5px;
    font-size: 18px;
    line-height: 23px;
  }

  .f_contact_info li {
    margin-top: 15px;
    margin-right: 0px;
    width: 100%;
  }

  .help_outer {
    padding: 40px 0px;
  }

  .timeline {
    max-width: 100%;
  }

  .yearBox {
    width: 80px;
    height: 80px;
  }

  .yearBox h6 {
    font-size: 14px;
    line-height: 16px;
  }

  .timeline .default-line {
    left: 40px;
  }

  .timeline .draw-line {
    left: 40px;
  }

  .timeline_img {
    margin-right: 0px !important;
    margin-left: 35px !important;
  }

  .timeline_img:after {
    height: 2px;
    width: 20.72px;
    left: -27px;
  }

  .timeline_text {
    padding-right: 0px !important;
    padding-left: 118px !important;
    margin-top: -20px;
  }

  .timeline_content h3 {
    margin-top: 30px;
    font-size: 15px;
    line-height: 24px;
  }

  .timeline_img img {
    max-width: 150px;
    max-height: 50px;
  }

  .timeline_content {
    width: 100%;
  }

  .timeline_content p {
    margin-top: 8px;
  }

  .timeline ul li {
    margin-bottom: 30px;
  }

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

  .timeline_content.left .yearBox_outer {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .timeline_content.left .timeline_img:after {
    left: -27px !important;
    right: auto;
  }

  .timeline ul li:last-child:after {
    width: 4px;
    right: auto;
    left: 40px;
  }

  .timeline ul li:last-child .timeline_content h3 {
    margin-top: 10px;
  }

  /*------------------ Our Story Page Css End ------------------*/
  /*------------------ Product Page Css Start ------------------*/
  .product_banner_text {
    margin-top: -105px;
  }

  .product_outer {
    margin-top: -120px;
    margin-bottom: 20px;
  }

  .product_img img {
    height: 242px;
  }

  .product_name {
    left: 20px;
    height: 60px;
    padding: 11px 15px 21.4px;
    bottom: -30px;
  }

  .product_info {
    padding: 55px 20px 30px 20px;
  }

  .product_info h2 {
    font-size: 19px;
    line-height: 25px;
    margin-bottom: 18px;
  }

  .productBox {
    margin-bottom: 30px;
  }

  .custom_solu a {
    padding: 54.4px 25px 30px 20px;
  }

  .custom_solu_top h3 {
    font-size: 29px;
    line-height: 35px;
  }

  /*------------------ Product Page Css End ------------------*/
  /*------------------ Floorpol Product Page Css Start ------------------*/
  .single_pro_info .product_single_name {
    width: 250px;
    padding: 20.1px 30.4px 27.6px;
  }

  .single_pro_info .product_single_name img {
    max-width: 100%;
  }

  .product_description .comp_outer {
    padding-top: 70px;
  }

  .product_description .comp_text {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }

  .single_product_logo {
    margin: 15px 0px 15px;
  }

  .single_product_logo img {
    margin-right: 22px;
    width: 45px;
  }

  .select_product {
    margin-top: 10px;
  }

  .type_product_outer {
    padding: 75px 0px 75px;
  }

  .type_product_title {
    margin-top: 40px;
  }

  .performance_outer {
    padding: 75px 0px;
  }

  .performance_img {
    margin: 40px auto 0px;
  }

  /*------------------ Floorpol Product Page Css End ------------------*/
  /*------------------ Ekoway Product Page Css Start ------------------*/
  .comp_text .title h4,
  .comp_text .title h3 {
    font-size: 18px;
    line-height: 27px;
    padding-bottom: 25px;
    margin-bottom: 25px;
  }

  .comp_text .title h4:after,
  .comp_text .title h3:after {
    height: 3px;
    width: 100px;
  }

  .single_video {
    padding: 80px 0px;
  }

  .video_play_icon img {
    width: 80px;
  }

  .video_text p {
    font-size: 22px;
  }

  .product_description {
    padding-bottom: 70px;
  }

  .color_img img {
    height: 90px;
  }

  .colorBox {
    margin-top: 20px;
  }

  .col_5 {
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }

  .applBox {
    margin-bottom: 30px;
    padding: 15px;
  }

  .appl_outer_second {
    padding: 70px 0px;
  }

  .pro_single_outer {
    display: none;
  }

  .product_description {
    padding-top: 0px !important;
  }

  /*------------------ Ekoway Product Page Css End ------------------*/
  /*------------------ Realizations Page Css Start ------------------*/
  .portfolioFilter a {
    font-size: 14px;
    padding: 10px 25px;
    line-height: 25px;
  }

  .product_modal {
    margin: 10px;
  }

  .pro_slider {
    width: 350px;
  }

  .pro_slider_img img {
    height: 300px;
  }

  .pro_slider_info {
    width: calc(100% - 350px);
  }

  .pro_modal_outer {
    align-items: flex-start;
  }

  .pro_slider_name {
    padding: 10px 15px 15px;
  }

  .close_product_popup {
    right: 15px;
    top: 10px;
  }

  .pro_slider_text {
    padding: 15px;
  }

  .line {
    margin: 15px 0px;
    width: 100px;
    height: 3px;
  }

  .ml-59 {
    margin-left: 25px;
  }

  /*------------------ Realizations Page Css End ------------------*/
  /*------------------ Sustainable Cities Page Css Start ------------------*/
  .cities_feature_outer {
    padding: 10px 0px 40px;
  }

  .cities_feature_box {
    margin-top: 30px;
  }

  .cities_feature_icon {
    width: 100px;
    height: 82.43px;
    padding: 15px;
  }

  .cities_feature_box h3 {
    margin-top: 15px;
    font-size: 17px;
    line-height: 25px;
    padding-bottom: 18px;
    margin-bottom: 20px;
  }

  .point_list li:after {
    top: 6px;
  }

  .point_list li {
    margin-bottom: 10px;
  }

  .map_app_outer {
    padding: 40px 0px;
  }

  .map_app_list {
    margin-top: 30px;
  }

  .path_cities_outer {
    padding: 40px 0px;
  }

  .blogBox {
    margin-top: 30px !important;
  }

  .blog_date {
    margin-top: 15px;
  }

  .blogBox h3,
  .blogBox h4 {
    margin-top: 10px;
    font-size: 17px;
    line-height: 25px;
  }

  .blogBox .viewAll {
    margin-top: 15px;
  }

  .mt-66 {
    margin-top: 40px !important;
  }

  .offer_outer {
    padding: 40px 0px;
  }

  .offerInfoBox {
    padding: 20px;
    margin-bottom: 20px;
  }

  .offerInfoBox h3 {
    margin-top: 30px;
    font-size: 17px;
    line-height: 25px;
  }

  .offerInfoBox p {
    min-height: initial;
    margin-top: 12px;
    margin-bottom: 15px;
  }

  .downloadPDF {
    display: block;
    text-align: center;
  }

  .downloadPDF .btn {
    height: 50px;
    font-size: 17px;
    padding: 0px 35px;
  }

  .swiper_icon {
    display: block;
    margin-top: 25px;
  }

  .mobile_responsive {
    overflow: hidden;
    overflow-x: auto;
  }

  .map_app_list_inner,
  .tooltip_list,
  .tool_text {
    width: 1495px;
  }

  .tool_text {
    width: 1495px;
    max-width: initial;
  }

  .tool_text ul {
    width: 1346px;
    margin: 28px auto 0px;
  }

  /*------------------ Sustainable Cities Page Css End ------------------*/
  /*------------------ Blog Single Page Css Start ------------------*/
  .blog_slider {
    margin: 73px 0px 0px;
    width: 100%;
  }

  .blog_video {
    margin: 65px 0px 70px;
    width: 100%;
  }

  /*------------------ Blog Single Page Css End ------------------*/
  /*------------------ Contact Us Page Css Start ------------------*/
  .contBox {
    margin-bottom: 40px;
  }

  .contact_top {
    padding-bottom: 30px;
  }

  .contact_info {
    margin-bottom: 40px;
  }

  .contact_outer {
    padding: 60px 0px 30px;
  }

  .mapBox {
    max-width: 380px;
    padding: 30px;
  }

  .directionBox {
    padding: 15px;
    max-width: 334px;
  }

  .directionBox .title h3 {
    font-size: 22px;
    line-height: 32px;
  }

  .contact_modal {
    margin: 10px;
  }

  #contactmodal .close_popup {
    top: 0px;
    right: 0px;
    background: #111;
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px;
    border-radius: 0px;
  }

  .top_socail_icon {
    position: absolute !important;
    margin-left: 90px;
    top: initial;
    margin-top: 58px;
  }

  .top_socail_icon ul {
    display: flex;
  }

  .top_socail_icon ul li {
    margin: 0px 2px 0px 0px;
  }

  .socail_link {
    display: none !important;
  }

  /*------------------ Contact Us Page Css End ------------------*/
  .video_iframe iframe {
    height: 350px;
  }

  .modal-body {
    padding: 8px;
  }

  .close_popup {
    top: -30px;
    right: 0px;
  }

  .close_popup img {
    width: 20px;
  }

  .menu>ul>li {
    margin-right: 0px;
  }

  .hasmenu>a:after {
    display: none;
  }

  .hasmenu .show-more,
  .hasmenu-2 .show-more {
    display: block;
  }

  .submenu,
  .submenu-products {
    position: relative;
    top: 0px;
    padding: 10px 10px;
    margin: 0px -20px;
    width: calc(100% + 40px);
  }

  .submenu_left {
    width: 100%;
    padding-right: 0px;
  }

  .submenu_left span {
    display: none;
  }

  .submenu .container,
  .submenu-2 .container {
    width: 100%;
    max-width: 100%;
    padding: 0px;
  }

  .menu>ul>li>a:hover,
  .menu .menu>ul>li.active>a {
    color: #fff;
  }

  .submenu_left li img,
  .menu_name img {
    width: 100px;
  }

  .submenu_left li {
    margin-top: 0px !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  }

  .submenu_left p {
    display: none;
  }

  .submenu_right {
    width: 100%;
    border-left: 0px;
    padding-left: 0px;
  }

  .submenu_right>span {
    display: none;
  }

  .submenu_right .type_left_text p {
    display: none;
  }

  .submenu_right .type_list a {
    min-height: 32px !important;
    margin-top: 10px !important;
    display: flex;
    align-items: center;
    border-radius: 2px;
    padding: 8px;
  }

  .submenu_right .type_product_title h4 {
    font-size: 16px !important;
    margin-left: 8.3px !important;
  }

  .submenu_right .type_product_title {
    margin-top: 20px !important;
  }

  .sumenu_overlay {
    display: none !important;
  }

  .point_1 .mytooltip .tooltip-content {
    left: 70px;
    margin-bottom: 11px;
  }

  .point_1 .mytooltip .tooltip-content::after {
    left: 97px;
  }

  .point_19 .mytooltip .tooltip-content {
    bottom: initial;
    top: 52px;
  }

  .point_19 .tooltip-content::after {
    top: -20px;
    transform: rotate(180deg);
  }

  .point_6 .mytooltip .tooltip-content::after {
    left: 5%;
  }

  .point_6 .mytooltip .tooltip-content {
    left: 33px;
  }

  .point_2 .mytooltip .tooltip-content {
    left: 75px;
  }

  .point_2 .mytooltip .tooltip-content::after {
    left: 31%;
  }
}

@media(max-width: 767px) {
  .comp_info_outer .comp_text .text-block h1 {
    font-size: 32px;
    line-height: 42px;
  }

  .comp_info_outer .comp_text .text-block h2 {
    font-size: 25px;
    line-height: 33px;
  }

  .comp_info_outer .comp_text .text-block h3 {
    font-size: 20px;
    line-height: 26px;
  }

  .comp_info_outer .comp_text .text-block h4 {
    font-size: 18px;
    line-height: 22px;
  }

  .comp_info_outer .comp_text .text-block h5 {
    font-size: 16px;
    line-height: 20px;
  }

  .comp_info_outer .comp_text .text-block h6 {
    font-size: 15px;
    line-height: 18px;
  }

  /*------------------ Home Page Css Start ------------------*/
  body {
    font-size: 14px;
  }

  p {
    line-height: 22px;
  }

  header {
    padding: 15px 0px !important;
  }

  .logo img {
    width: 120px !important;
  }

  .h_logo {
    display: none;
  }

  .menu_outer {
    position: fixed;
    top: 0px;
    right: -300px;
    height: 100%;
    width: 280px;
    overflow: hidden;
    overflow-y: auto;
    padding: 20px;
    background: #111;
    display: block;
    z-index: 12;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }

  .menu_outer.active {
    right: 0px;
  }

  .menu ul {
    display: block;
  }

  .menu a {
    margin-right: 0px;
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    padding: 10px 0px;
  }

  .h_store {
    margin-right: 0px;
    margin: 15px 0px;
  }

  .btn {
    font-size: 12px;
    height: 35px;
    padding: 1px 15px 0px;
  }

  .comp_info_outer.seo-version {
    margin-bottom: 30px;
  }

  .comp_info_outer.seo-version .comp_outer {
    margin-bottom: unset
  }

  .comp_info_outer.seo-version .comp_outer:last-of-type {
    margin-bottom: unset
  }

  .h_store .btn {
    width: 100%;
  }

  .hasmenu>a:after {
    display: none;
  }

  .hasmenu .show-more,
  .hasmenu .show-more {
    display: block;
  }

  .toggleMenu {
    display: block;
    margin-left: 13px;
    z-index: 999;
  }

  .language_dropdown {
    top: 61px;
  }

  .banner {
    min-height: 500px;
  }

  .banner_thum {
    display: none;
  }

  .banner_info h1,
  .banner_info h2,
  .k_banner_title {
    font-size: 28px;
    line-height: 33px;
  }

  .banner_info p {
    margin-top: 9px;
    font-size: 15px;
    line-height: 24px;
  }

  .banner_btn {
    margin-top: 20px;
  }

  .banner_btn .btn-orange {
    margin-right: 10px;
    margin-bottom: 10px;
  }

  .banner_btn .btn-white {
    margin-left: 0px;
    margin-bottom: 10px;
  }

  .find_more {
    bottom: 50px;
    position: absolute;
  }

  .banner_slider .owl-dots {
    position: absolute;
    left: 0px;
    width: 100%;
    bottom: 20px;
    text-align: center;
    display: flex;
    justify-content: center;
  }

  .banner_slider .owl-dot {
    outline: none !important;
    background: rgba(255, 255, 255, 0.5) !important;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    margin: 0px 3px;
  }

  .banner_slider .owl-dot.active {
    outline: none !important;
    background: rgba(255, 255, 255, 1) !important;
  }

  .ml-34 {
    margin-left: 17px;
  }

  .h_offer_outer {
    padding: 40px 0px;
    margin-top: 0px;
  }

  .title h3,
  .title h1,
  .title h2,
  .k-box-title {
    font-size: 24px;
    line-height: 30px;
    padding-right: 0px;
  }

  .title h3:after,
  .title h1:after,
  .title h2:after,
  .k-box-title:after {
    content: none;
  }

  .icon_round {
    height: 35px;
    width: 35px;
    margin-left: 13px;
  }

  .viewAll a,
  .viewAll span {
    font-size: 12px;
  }

  .icon_round img {
    width: 6px;
  }

  .mlr-20 {
    margin: 0px;
  }

  .plr-20 {
    padding: 0px;
    display: block !important;
  }

  .offerBox {
    margin-top: 25px;
    padding: 20px;
  }

  .h_offer_img img {
    max-width: 59%;
  }

  .offerBox p {
    margin-top: 30px;
    min-height: 85px;
  }

  .experience_outer {
    margin-top: 50px;
  }

  .experience_outer p {
    margin-top: 10px;
  }

  .experience_outer p {
    line-height: 22px;
  }

  .experience_counter {
    margin-top: 0px;
  }

  .experience_counter li {
    margin-top: 40px;
  }

  .experience_counter h3,
  .k-exp_title {
    font-size: 45px;
  }

  .experience_counter h3 span,
  .k-exp_title span {
    font-size: 25px;
  }

  .experience_counter p {
    margin-top: 6px;
  }

  .experience_counter li:first-child .exp_icon {
    right: -7px;
    top: -27px;
  }

  .experience_counter li:first-child .exp_icon img,
  .experience_counter li:nth-child(2) .exp_icon img {
    width: 80px;
  }

  .experience_counter li:nth-child(2) .exp_icon {
    right: -36px;
    top: -24px;
  }

  .experience_counter li:nth-child(3) .exp_icon img {
    width: 50px;
  }

  .experience_counter li:last-child .exp_icon {
    right: 0px;
    top: -21px;
  }

  .know_better {
    margin-top: 40px;
  }

  .comp_info_outer {
    margin-top: 0px;
    padding-bottom: 20px;
  }

  .comp_info_outer.seo-version {
    margin-top: unset;
    padding-bottom: 20px;
  }

  .comp_img {
    width: 100%;
    margin-top: 35px;
  }

  .comp_text {
    width: 100%;
    padding: 15px 0px !important;
  }

  .comp_text .title {
    margin-bottom: 10px;
  }

  .comp_text p {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 10px;
  }

  .feature_outer {
    padding: 10px 0px 40px;
  }

  .featureBox {
    margin-top: 30px;
  }

  .feature_icon {
    width: 60px;
    height: 60px;
  }

  .feature_text {
    width: calc(100% - 60px);
    padding-left: 15px;
  }

  .feature_text h3 {
    font-size: 18px;
    line-height: 23px;
    margin-top: 18px;
  }

  .feature_text h3 br {
    display: none;
  }

  .feature_text p {
    margin-top: 10px;
    max-width: 100%;
  }

  .project_outer {
    padding: 40px 0px;
  }

  .comp_info_outer.seo-version {
    margin-bottom: 40px;
  }

  .title p {
    margin-top: 4px;
    font-size: 14px;
    line-height: 22px;
  }

  .projectBox {
    margin-top: 30px;
  }

  .project_img img {
    height: 100%;
  }

  .news_outer {
    padding: 40px 0px;
  }

  .news_left {
    width: 100%;
  }

  .newsBox {
    width: 100%;
    padding: 20px;
    margin-top: 30px;
  }

  .newsBox .title h3,
  .newsBox .title .k-box-title {
    font-size: 28px;
    line-height: 40px;
  }

  .newsBox .viewAll {
    margin-top: 80px;
  }

  .footer_top {
    padding: 40px 0px;
  }

  .footer_logo {
    width: 100%;
    text-align: center;
  }

  .footer_logo img {
    max-width: 120px;
  }

  .footer_pro_logo li {
    margin: 0px 0px !important;
    max-width: 50%;
    padding: 19px 4% 0px;
  }

  .footer_info {
    margin-right: 0px;
    text-align: center;
    width: 100%;
  }

  .footer_info {
    margin-right: 0px;
    text-align: center;
    width: 100%;
    margin-bottom: 30px;
  }

  .footer_bottom {
    padding: 40px 0px;
  }

  .footer_info h5 {
    margin-bottom: 5px;
  }

  .socail_media ul {
    justify-content: center;
    margin-top: 10px;
  }

  .footer_bottom_right {
    text-align: center;
    width: 100%;
  }

  .footer_bottom_right p {
    font-size: 13px;
  }

  .footer_info .link li {
    margin-bottom: 3px;
    line-height: 20px;
  }

  .footer_info p,
  .footer_info .link li,
  .footer_info .link a {
    font-size: 13px;
  }

  /*------------------ Home Page Css End ------------------*/
  /*------------------ Our Story Page Css Start ------------------*/
  .m-t-126 {
    margin-top: 70.6px;
  }

  .inner_banner {
    min-height: 280px;
    padding: 18px 0px;
  }

  .inner_banner_text .title h3,
  .inner_banner_text .title h1,
  .inner_banner_text .title h2 {
    font-size: 34px;
    line-height: 47px;
  }

  .our_story_top {
    padding: 40px 0px;
  }

  .our_story_top_text p {
    margin-top: 13px;
  }

  .our_story_top_text .btn {
    margin-top: 25px;
  }

  .our_story_list_outer {
    padding-top: 40px;
  }

  .our_story_list {
    margin-top: 50px;
  }

  .support_text {
    max-width: 100%;
  }

  .support_left {
    width: 100%;
    padding: 25px 15px;
  }

  .support_text p {
    margin-top: 12px;
  }

  .support_text .title {
    margin-bottom: 20px;
  }

  .support_text .btn {
    margin-top: 25px;
  }

  .support_right {
    width: 100%;
  }

  .know_pro_outer {
    padding: 40px 0px 0px;
  }

  .know_pro_img {
    display: none;
  }

  .know_pro_img.know_pro_img_center {
    display: block;
  }

  .know_pro_img_center {
    margin: 0px;
  }

  .know_pro_img_center img {
    width: 150px;
  }

  .know_pro_banner {
    height: auto;
    margin-top: 25px;
    padding: 20px 0px;
  }

  .know_pro_list .row {
    margin: 0px -5px;
  }

  .know_pro_list .col-lg-3 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 5px;
  }

  .know_pro_list .project_name {
    padding: 13px 7px 17px !important;
  }

  .help_outer {
    padding: 40px 0px;
  }

  .help_outer .news_left {
    width: 100%;
  }

  .contact_icon {
    height: 55px;
    width: 55px;
  }

  .f_contact_info li {
    margin-top: 15px;
    margin-right: 0px;
    width: 100%;
  }

  .f_contact_info span {
    margin-left: 10px;
    font-size: 17px;
  }

  .help_outer .newsBox .viewAll {
    margin-top: 30px !important;
  }

  .timeline {
    max-width: 100%;
  }

  .yearBox {
    width: 60px;
    height: 60px;
  }

  .yearBox h6 {
    font-size: 14px;
    line-height: 16px;
  }

  .timeline .default-line {
    left: 27px;
  }

  .timeline .draw-line {
    left: 27px;
  }

  .timeline_img {
    margin-right: 0px !important;
    margin-left: 35px !important;
  }

  .timeline_img:after {
    height: 2px;
    width: 20.72px;
    left: -27px;
  }

  .timeline_text {
    padding-right: 0px !important;
    padding-left: 96px !important;
    margin-top: -20px;
  }

  .timeline_content h3 {
    margin-top: 30px;
    font-size: 15px;
    line-height: 24px;
  }

  .timeline_img img {
    max-width: 150px;
    max-height: 50px;
  }

  .timeline_content {
    width: 100%;
  }

  .timeline_content p {
    margin-top: 8px;
  }

  .timeline ul li {
    margin-bottom: 30px;
  }

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

  .timeline_content.left .yearBox_outer {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .timeline_content.left .timeline_img:after {
    left: -27px !important;
    right: auto;
  }

  .timeline ul li:last-child:after {
    width: 4px;
    right: auto;
    left: 27px;
  }

  .timeline ul li:last-child .timeline_content h3 {
    margin-top: 10px;
  }

  /*------------------ Our Story Page Css End ------------------*/
  /*------------------ Product Page Css Start ------------------*/
  .custom_solu a {
    padding: 30px;
  }

  .custom_solu_top h3 {
    margin-top: 28px;
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 30px;
  }

  .product_banner_text {
    margin-top: -90px;
  }

  .product_outer {
    margin-top: -90px;
    margin-bottom: 20px;
  }

  .productBox {
    margin-bottom: 20px;
  }

  .product_img img {
    height: 100%;
  }

  .product_name {
    left: 15px;
    height: 50px;
    padding: 8px 13px 13.4px;
    bottom: -24px;
  }

  .product_info {
    padding: 45px 15px 25px 15px;
  }

  .product_info h2 {
    font-size: 17px;
    line-height: 23px;
    margin-bottom: 15px;
  }

  .product_desc {
    height: initial;
  }

  /*------------------ Product Page Css End ------------------*/
  /*------------------ Floorpol Product Page Css Start ------------------*/
  .single_pro_info .product_single_name {
    padding: 16.1px 19.4px 26.6px;
    width: 200px;
  }

  .product_single_name img {
    max-width: 100%;
  }

  .single_pro_info p {
    max-width: 100%;
  }

  .product_description .comp_outer {
    padding-top: 30px;
  }

  .single_product_logo {
    margin: 25px 0px 24px;
  }

  .single_product_logo img {
    margin-right: 30px;
  }

  .product_description .comp_img {
    margin-top: 0px;
  }

  .orange_select {
    font-size: 13px;
    height: 40px;
  }

  .type_system .btn {
    font-size: 13px;
    height: 40px;
  }

  .select_product {
    margin-top: 15px;
  }

  .product_description {
    padding-bottom: 50px;
  }

  .type_product_outer {
    padding: 50px 0px;
  }

  .type_product_title {
    margin-top: 35px;
  }

  .type_product_title h4 {
    font-size: 18px;
    line-height: 25px;
    margin-left: 12.3px;
  }

  .type_product_title img {
    width: 28px;
  }

  .type_left_text h6 {
    font-size: 13px;
  }

  .type_left_text p {
    font-size: 13px;
  }

  .type_left_text span {
    font-size: 13px;
    min-width: 62px;
  }

  .type_list a {
    padding: 5px 12px 5px 12px;
  }

  .performance_outer {
    padding: 40px 0px;
  }

  .performance_img {
    margin: 30px auto 0px;
  }

  .product_list_slider .owl-nav button {
    top: 110px;
    left: 15px;
  }

  .product_list_slider .owl-nav button img {
    width: 40px;
  }

  .product_list_slider .owl-nav button.owl-next {
    right: 15px;
  }

  .product_list_slider {
    margin-top: 35px;
  }

  .appl_outer {
    padding: 40px 0px;
  }

  .appl_list {
    margin: 30px auto 0px;
  }

  .appl_list .row {
    margin: 0px -5px;
  }

  .appl_list .col-lg-3 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0px 5px;
    display: flex !important;
  }

  .appl_img {
    height: 45px;
  }

  .applBox {
    margin-bottom: 20px;
    padding: 20px 10px 15px;
  }

  /*------------------ Floorpol Product Page Css End ------------------*/
  /*------------------ Ekoway Product Page Css Start ------------------*/
  .comp_text .title h4,
  .comp_text .title h3 {
    font-size: 20px;
    line-height: 31px;
    padding-bottom: 25px;
    margin-bottom: 25px;
  }

  .comp_text .title h4:after,
  .comp_text .title h3:after {
    height: 3px;
    width: 100px;
  }

  .single_video {
    padding: 50px 0px;
  }

  .video_play_icon img {
    width: 70px;
  }

  .video_text p {
    font-size: 21px;
    line-height: 30px;
    margin-top: 20px;
  }

  .technical_outer .performance_img {
    margin-top: 25px;
  }

  .applBox p {
    margin-top: 15px;
    font-size: 13px;
    line-height: 16px;
  }

  .color_type h4 {
    font-size: 19px;
    line-height: 30px;
    margin-top: 35px;
  }

  .color_list .row {
    margin: 0px -5px;
  }

  .color_list .col-md-3 {
    padding: 0px 5px;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .color_img img {
    height: initial;
  }

  .colorBox p {
    margin-top: 8px;
    font-size: 13px;
  }

  .colorBox {
    margin-top: 20px;
  }

  .showMore {
    margin-top: 30px;
  }

  .color_type {
    padding-bottom: 35px;
  }

  .col_5,
  .col_lg_5 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0px 5px;
  }

  .plr-20.col_5 {
    display: flex !important;
  }

  .product_menu {
    display: none;
  }

  .single_pro_info {
    margin-bottom: 10px;
  }

  .product_description {
    padding-top: 0px !important;
  }

  /*------------------ Ekoway Product Page Css End ------------------*/
  /*------------------ Realizations Page Css Start ------------------*/
  .realizations-outer {
    padding: 10px 0px 30px;
  }

  .realizationsBox {
    padding: 25px;
    margin-top: 30px;
  }

  .viewMore {
    margin-top: 40px;
  }

  .realizations_list_outer {
    margin-bottom: 50px;
  }

  .mobileDropdown {
    margin-top: 10px;
    display: block;
    border: 1px solid #EEEEEE;
    padding: 10px 15px;
    border-radius: 5px;
    background: url(../images/icon_arrow_down_black.svg) no-repeat center right 10px transparent;
    background-size: 9px 10px;
  }

  .portfolioFilter_inner {
    position: relative;
  }

  .portfolioFilter {
    margin-top: 2px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    position: absolute;
    background: #fff;
    z-index: 8;
    width: 100%;
    left: 0px;
    display: none;
  }

  .portfolioFilter a {
    padding-bottom: 0px;
    margin-right: 0px;
    font-size: 13px;
    margin-bottom: 0px;
    display: block;
    padding: 10px 15px;
    width: 100%;
    color: #111;
    font-weight: normal;
    border-bottom: 1px solid #EEEEEE !important;
    line-height: 17px;
  }

  .realizations_list_menu {
    padding-bottom: 0px;
  }

  .portfolioFilter a:first-child {
    border-radius: 5px 5px 0px 0px;
  }

  .portfolioFilter a.active,
  .portfolioFilter a:hover {
    background: #111;
    color: #fff !important;
  }

  .portfolioFilter a.active:after,
  .realizations_list_menu:after {
    content: none;
  }

  /*------------------ Realizations Page Css End ------------------*/
  /*------------------ Sustainable Cities Page Css Start ------------------*/
  .cities_feature_outer {
    padding: 10px 0px 40px;
  }

  .cities_feature_box {
    margin-top: 30px;
  }

  .cities_feature_icon {
    width: 100px;
    height: 82.43px;
    padding: 15px;
  }

  .cities_feature_box h3 {
    margin-top: 15px;
    font-size: 17px;
    line-height: 25px;
    padding-bottom: 18px;
    margin-bottom: 20px;
  }

  .point_list li:after {
    top: 6px;
  }

  .point_list li {
    margin-bottom: 10px;
  }

  .map_app_outer {
    padding: 40px 0px;
  }

  .map_app_list {
    margin-top: 30px;
  }

  .path_cities_outer {
    padding: 40px 0px;
  }

  .blogBox {
    margin-top: 30px !important;
  }

  .blog_date {
    margin-top: 15px;
  }

  .blogBox h3,
  .blogBox h4 {
    margin-top: 10px;
    font-size: 17px;
    line-height: 25px;
  }

  .blogBox .viewAll {
    margin-top: 15px;
  }

  .mt-66 {
    margin-top: 40px !important;
  }

  .offer_outer {
    padding: 40px 0px;
  }

  .offerInfoBox {
    padding: 20px;
    margin-bottom: 20px;
  }

  .offerInfoBox h3 {
    margin-top: 30px;
    font-size: 17px;
    line-height: 25px;
  }

  .offerInfoBox p {
    min-height: initial;
    margin-top: 12px;
    margin-bottom: 15px;
  }

  .pro_slider {
    width: 100%;
  }

  .pro_slider_img img {
    height: 100%;
  }

  .pro_slider_info {
    width: 100%;
  }

  .pro_slider .owl-nav button {
    left: 15px;
    margin-top: -15px;
  }

  .pro_slider .owl-nav button img {
    width: 30px;
  }

  .pro_slider .owl-nav button.owl-next {
    right: 15px;
  }

  .pro_slider_name {
    padding: 14px 25px 20px;
  }

  .pro_slider_text {
    padding: 15px;
  }

  .line {
    margin: 20px 0px 20px;
    width: 100px;
    height: 3px;
  }

  .popup_btn .btn {
    padding: 0px 16px;
  }

  .ml-59 {
    margin-left: 20px;
  }

  .close_product_popup {
    right: 0px;
    top: 0px;
    z-index: 2;
    background: #fff;
    padding: 4px 8px 8px;
    height: 30px;
    width: 30px;
  }

  .product_modal {
    margin: 10px;
  }

  .downloadPDF {
    display: block;
    text-align: center;
  }

  .downloadPDF .btn {
    height: 50px;
    font-size: 17px;
    padding: 0px 35px;
  }

  .swiper_icon {
    display: block;
    margin-top: 25px;
  }

  .mobile_responsive {
    overflow: hidden;
    overflow-x: auto;
  }

  .map_app_list_inner,
  .tooltip_list,
  .tool_text {
    width: 1495px;
  }

  .tool_text {
    width: 1495px;
    max-width: initial;
  }

  .tool_text ul {
    width: 1346px;
    margin: 28px auto 0px;
  }

  /*------------------ Sustainable Cities Page Css End ------------------*/
  /*------------------ Blog Single Page Css Start ------------------*/
  .blog_single_img img {
    height: 200px;
    object-fit: cover;
    object-position: center;
  }

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

  .blog_outer h4,
  .blog_outer h1 {
    font-size: 25px;
    line-height: 35px;
    margin-top: 15px;
    padding-bottom: 25px;
    margin-bottom: 25px;
  }

  .blog_outer h4:after,
  .blog_outer h1:after {
    width: 100px;
    height: 3px;
  }

  .blog_block p {
    margin-top: 15px;
  }

  .mt-60 {
    margin-top: 30px;
  }

  .blog_block h3,
  .blog_block h4 {
    font-size: 20px;
    line-height: 32px;
  }

  .mtb-60 {
    margin: 30px 0px;
  }

  .blog_slider {
    margin: 30px 0px 0px;
    width: 100%;
  }

  .blog_video {
    margin: 30px 0px 30px;
    width: 100%;
  }

  .blog_slider .owl-nav button {
    left: 15px;
    margin-top: -15px;
  }

  .blog_slider .owl-nav button img {
    width: 30px;
  }

  .mt-45 {
    margin-top: 25px;
  }

  .blog_thum {
    margin: 25px 0px 25px;
  }

  .blog_thum .row {
    margin: 0px -5px;
  }

  .blog_thum .col-md-6 {
    padding: 0px 5px;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .blog_thum .gallery_image {
    padding: 5px 0px;
  }

  .blog_play img {
    height: 70px;
    width: 70px;
  }

  .blog_qut {
    margin-top: 15px;
    padding: 20px 20px 20px 29px;
    margin-left: 15px;
  }

  .blog_qut p {
    line-height: 24px;
  }

  .blog_qut h6 {
    margin-top: 18px;
    line-height: 26px;
  }

  .mt-30 {
    margin-top: 15px;
  }

  .blog_big_img {
    padding: 30px 0px 10px;
  }

  .soical_outer {
    margin: 30px 0px;
  }

  .socail_left {
    width: 100%;
    justify-content: center;
  }

  .socail_right {
    width: 100%;
    margin-top: 0px;
    text-align: center;
  }

  .moreBlog_outer {
    padding: 30px 0px;
  }

  /*------------------ Blog Single Page Css End ------------------*/
  /*------------------ Contact Us Page Css Start ------------------*/
  .contact_outer {
    padding: 30px 0px 20px;
  }

  .contBox_img {
    padding: 13.1px 20px 17.3px;
  }

  .contBox {
    margin-bottom: 40px;
  }

  .contBox h4 {
    margin-top: 17px;
    font-size: 14px;
    line-height: 22px;
  }

  .contact_top {
    padding-bottom: 0px;
    margin-bottom: 0px;
  }

  .contact_info {
    margin-top: 20px;
  }

  .contact_info h3 {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 14px;
  }

  .cont_text label {
    margin-bottom: 10px;
  }

  #map {
    position: relative;
    height: 250px;
  }

  .mapBox_outer {
    padding: 30px 0px;
  }

  .mapBox {
    max-width: 100%;
    padding: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
  }

  .mapBox h3 {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 13px;
    margin-top: 30px;
  }

  .mapBox .btn {
    margin-top: 30px;
  }

  .cont_form_outer {
    padding: 30px 0px 40px;
    border-top: 2px solid #E6E6E6;
  }

  .direction_text {
    position: relative;
    top: 0px;
    right: 0px;
  }

  .directionBox {
    padding: 15px;
    max-width: 100%;
    margin-bottom: 0px;
  }

  .directionBox .title h3 {
    font-size: 22px;
    line-height: 32px;
  }

  .contact_modal {
    margin: 10px;
  }

  #contactmodal .close_popup {
    top: 0px;
    right: 0px;
    background: #111;
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px;
    border-radius: 0px;
  }

  .top_socail_icon {
    position: relative !important;
    margin-left: 0px;
    margin-top: 20px;
  }

  .blog_socail ul {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .socail_left {
    display: none;
  }

  .top_socail_icon li {
    margin-bottom: 0px;
    margin: 0px 4px;
  }

  /*------------------ Contact Us Page Css End ------------------*/
  .video_iframe iframe {
    height: 300px;
  }

  .modal-body {
    padding: 8px;
  }

  .close_popup {
    top: -30px;
    right: 0px;
  }

  .close_popup img {
    width: 20px;
  }

  .menu>ul>li {
    margin-right: 0px;
  }

  .submenu,
  .submenu-products {
    position: relative;
    top: 0px;
    padding: 10px 10px;
    margin: 0px -20px;
    width: calc(100% + 40px);
  }

  .submenu_left {
    width: 100%;
    padding-right: 0px;
  }

  .submenu_left span {
    display: none;
  }

  .submenu .container {
    width: 100%;
    max-width: 100%;
    padding: 0px;
  }

  .menu>ul>li>a:hover,
  .menu .menu>ul>li.active>a {
    color: #fff;
  }

  .submenu_left li img,
  .menu_name img {
    width: 100px;
  }

  .submenu_left li {
    margin-top: 0px !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  }

  .submenu_left p {
    display: none;
  }

  .submenu_right {
    width: 100%;
    border-left: 0px;
    padding-left: 0px;
  }

  .submenu_right>span {
    display: none;
  }

  .submenu_right .type_left_text p {
    display: none;
  }

  .submenu_right .type_list a {
    min-height: 32px !important;
    margin-top: 10px !important;
    display: flex;
    align-items: center;
    border-radius: 2px;
    padding: 8px;
  }

  .submenu_right .type_product_title h4 {
    font-size: 16px !important;
    margin-left: 8.3px !important;
  }

  .submenu_right .type_product_title {
    margin-top: 20px !important;
  }

  .product_card_outer {
    padding: 40px 0px;
  }

  .product_card_btn span img {
    margin-right: 12.86px;
    height: 24px;
  }

  .sumenu_overlay {
    display: none !important;
  }

  .point_1 .mytooltip .tooltip-content {
    left: 70px;
    margin-bottom: 11px;
  }

  .point_1 .mytooltip .tooltip-content::after {
    left: 97px;
  }

  .point_19 .mytooltip .tooltip-content {
    bottom: initial;
    top: 52px;
  }

  .point_19 .tooltip-content::after {
    top: -20px;
    transform: rotate(180deg);
  }

  .point_6 .mytooltip .tooltip-content::after {
    left: 5%;
  }

  .point_6 .mytooltip .tooltip-content {
    left: 33px;
  }

  .point_2 .mytooltip .tooltip-content {
    left: 75px;
  }

  .point_2 .mytooltip .tooltip-content::after {
    left: 31%;
  }
}

@media(min-width: 576px) and (max-width: 767px) {}

@media(max-width: 575px) {}

.aligncenter {
  margin: 0 auto;
  display: block;
}

.alignright {
  float: right;
  margin-left: 30px;
}

.alignleft {
  float: left;
  margin-right: 30px;
}

.section table {
  margin: 30px auto;
}

.section table tr {
  border-top: 2px solid #E3E3E3;
}

.section table tr:last-of-type {
  border-bottom: 2px solid #E3E3E3;
}

.section table tr th:nth-child(1),
.section table tr td:nth-child(1) {
  padding: 23px 36px 23px 0;
  text-align: left;
  font: normal normal normal 16px/21px Rubik;
  letter-spacing: 0px;
  color: #111111;
  opacity: 1;
}

.section table tr th:nth-child(2),
.section table tr td:nth-child(2) {
  background-color: #F8F8F8;
  padding: 36px 23px;
  text-align: left;
  font: normal normal normal 16px/21px Rubik;
  letter-spacing: 0px;
  color: #111111;
  opacity: 1;
}

.section table tr td small {
  text-align: left;
  font: normal normal normal 14px/21px Rubik;
  letter-spacing: 0px;
  color: #86878F;
}

.section table caption {
  text-align: left;
  font: normal normal normal 12px/21px Rubik;
  letter-spacing: 0px;
  color: #86878F;
}

.faq-heading {
  margin-bottom: 40px;
  margin-top: -20px;
}

#opt-faq-section {
  background: #fff;
}

#schemafaq .tab-content p {
  font-size: 18px;
  line-height: 32px;
  margin-bottom: 20px;
  color: #545454;
}

#schemafaq {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  clear: both;
  padding: 30px 0 0 0;
  padding-bottom: 30px;
}

#schemafaq .tab:first-child .tab-label {
  border-top: none;
}

#schemafaq .tab-label:hover {
  background: #fff;
}

#schemafaq .tab-label::after {
  content: "\276F";
  width: 1em;
  height: 1em;
  text-align: center;
  -webkit-transition: all .35s;
  transition: all .35s;
}

#schemafaq input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}

#schemafaq .tab-content {
  max-height: 0;
  padding: 0 1em;
  color: #2c3e50;
  background: white;
  -webkit-transition: all .35s;
  transition: all .35s;
}

#schemafaq .tab-close {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: end;
  justify-content: flex-end;
  padding: 1em;
  font-size: 0.75em;
  background: #f6f6f6;
  cursor: pointer;
}

#schemafaq .tab-close:hover {
  background: #f6f6f6;
}

#schemafaq input:checked+.tab-label {
  background: #f6f6f6;
  color: #ce9fa7;
}

#schemafaq input:checked+.tab-label::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

#schemafaq input:checked~.tab-content {
  max-height: 100vh;
  padding: 1em;
}

#schemafaq .tabs {
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #000;
}

#schemafaq .tab {
  width: 100%;
  color: white;
  overflow: hidden;
}

#schemafaq .tab-label {
  text-align: left !important;
  color: #545454 !important;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  padding: 1em;
  background: #fff;
  font-weight: normal;
  cursor: pointer;
  color: #f6f6f6;
  transition: all .3s;
  border-top: 1px solid #f6f6f6;
}

#schemafaq input:checked+h3>.tab-label {
  background: #eee;
  color: #111;
}

#schemafaq input:checked+.tab-label::after,
#schemafaq input:checked+h3>.tab-label::after {
  -webkit-transform: rotateZ(180deg);
  transform: rotateZ(180deg);
}

#schemafaq h3:after {
  content: none;
}

#schemafaq h3 {
  font-size: 1.75rem;
  line-height: 1.2;
}

@media (max-width:767px) {
  #schemafaq h3 {
    font-size: 20px;
  }

  .faq-heading {
    margin-bottom: 0px;
    margin-top: -10px;
    font-size: 24px;
  }
}

.title-white h1.h1home {
  font-size: 36px;
  line-height: 44px;
}

.map_outer iframe {
  height: 800px
}

.map_outer {
  height: 800px;
}

.map_outer .container .mapBox_outer .mapBox {
  visibility: visible;
  animation-name: fadeInUp;
  display: block;
  position: absolute;
  top: 25%;
  left: 10px;
  background: #fff;
  width: 600px;
}

@media (min-width: 767px) and (max-width: 1200px) {
  .map_outer .container .mapBox_outer .mapBox {
    width: 345px;
  }
}

@media (max-width: 767px) {
  .map_outer .container .mapBox_outer .mapBox {
    visibility: visible;
    animation-name: fadeInUp;
    display: block;
    position: relative;
    background: #fff;
    width: 600px;
  }

  .map_outer {
    height: auto
  }

  .map_outer iframe {
    height: 500px
  }
}

.blog_outer .blog_block ul,
.product_description .comp_text ul {
  list-style: inside;
}

.blog_block h2 {
  color: #111;
  font-weight: 500;
  margin-top: 0px !important;
  padding-bottom: 0px !important;
  margin-bottom: 0px !important;
}

.product_description .comp_text ul {
  font-size: 18px;
  line-height: 30px;
}

h2.h2center {
  font-weight: 500;
  color: #111111;
  text-align: center;
}

.contBox_imG_small {
  display: flex;
}

.contBox_imG_small img {
  width: 100%;
  height: auto;
}

.cont_info a {
  color: #000000;
}


.h_offer_list .owl-nav {
  padding: 10px 20px 0;
}

@media(max-width: 991px) {
  .h_offer_list .owl-nav {
    padding: 10px 10px 0;
  }
}

@media(max-width: 767px) {
  .h_offer_list .owl-nav {
    padding: 10px 0px 0;
  }
}

.footer_pro_logo {
  max-width: 1200px;
}

.footer_pro_logo ul {
  justify-content: center;
}

@media(min-width:1460px) {
  .footer_pro_logo li {
    margin-left: 30px;
  }
}

.know_pro_list>div>div {
  margin-bottom: 25px;
}

.submenu-2 {
  display: none;
}

.submenu-2.active,
.submenu-2.hover {
  display: block;
}

.submenu-products .submenu_right a {
  background: #f6f6f6;
  padding: 15px;
  margin: 5px;
  border-radius: 5px;
}

.submenu-products .submenu_right a:hover {
  background: #a39ea5;
  color: #fff;
}

.submenu-products .submenu_right .row {
  margin-top: 20px;
}

@media(min-width: 1360px) and (max-width: 1554px) {
  .menu>ul>li {
    margin-right: 30px;
  }

  .btn {
    padding: 1px 25px 0px;
  }
}

.hasmenu-2 {
  position: relative;
}

.submenu-products .submenu_right {
  max-height: 80vh;
  overflow-y: auto;
}

.submenu_right::-webkit-scrollbar {
  width: 6px;
}

.submenu_right::-webkit-scrollbar-thumb {
  background-color: #999;
  border-radius: 3px;
}

.submenu-right-2 img {
  display: none;
}

.submenu-right-2>div,
.submenu-right-2>div>div {
  height: 100%;
}

.submenu-right-2 .image-outer {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.submenu-right-2 .image-outer img {
  max-width: 100%;
  height: 100%;
  object-fit: cover;
}

.img_full {
  margin: 50px 0px;
}

.img_full .img_outer {
  display: flex;
  justify-content: center;
  align-items: center;
}

.img_full .img_outer img {
  max-height: 500px;
}

section.gallery-product .blog_thum img {
  height: 100%;
  object-fit: cover;
}

section.gallery-product .blog_thum .gallery_image {
  height: 100%;
}

.blog_slider_img img {
  max-height: 600px;
}

section.slider {
  margin: 50px 0;
}

.product-text {
  padding: 75px 0px;
  width: 100%;
}

.product-text h2 {
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 20px;
  text-align: center;
}

.parallax-bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center 0px;
  transition: background-position 0.1s ease-out;
  min-height: 500px;
  /* testowo więcej, żeby efekt był widoczny */
  position: relative;
  overflow: hidden;
}

@media (min-width: 1024px) {
  .parallax-bg {
    background-attachment: fixed;
  }
}

@media (max-width: 1024px) {
  .parallax-bg {
    background-position: center center !important;
  }
}

.social-media-row a img {
  width: 40px;
  height: 40px;
}

.social-media-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  width: 100%;
}

.social-media-row a {
  margin: 30px 20px;
}

.social-media-row span {
  color: #000;
  margin: 0px 10px;
}

.social-media-row span:hover {
  color: #a39ea5;
}


.technical-section {
  max-width: 800px;
  margin: 40px auto;
  padding: 0 20px;
  font-family: 'Arial', sans-serif;
  color: #111;
}

.technical-section h2 {
  font-size: 28px;
  font-weight: bold;
  margin-top: 40px;
  margin-bottom: 20px;
  position: relative;
}

.technical-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 40px;
}

.technical-table tr {
  border-bottom: 1px solid #ccc;
}

.technical-table td {
  padding: 12px 10px;
  vertical-align: middle;
  font-size: 16px;
}

.technical-table td:last-child {
  text-align: right;
  white-space: nowrap;
}

.technical-table img {
  height: 32px;
  vertical-align: middle;
}

.technical-section .table span {
  position: absolute;
  content: "";
  width: -webkit-fill-available;
  height: 4.50px;
  background: #111111;
  bottom: 9px;
  margin-left: 5%;
}

.construction-site {
  margin-top: 125px;
  padding: 100px 0px;
}

.construction-site .col {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.menu_name {
  display: none !important;
}

.submenu_right .type_product_title h4 {
  max-width: 100px !important;
}

.bg_brown {
  background-color: #996633;
}

