@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato-Light.ttf");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato-Regular.ttf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato-Bold.ttf");
  font-weight: bold;
  font-style: normal;
}

body {
  font-size: 16px;
  color: #3f3f3f;
  line-height: 1.6;
  overflow: auto !important;
  padding: 0 !important;
}

a,
p,
span,
div {
  font-family: "Open Sans", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
label {
  font-family: "Gentium Book Basic", sans-serif;
}

@media print {
  aside {
    display: none;
  }
  a[href]:after {
    content: none !important;
  }
}

ul,
ol,
label {
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
}

a:hover {
  text-decoration: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.tabs-content {
  display: none;
}

.tabs-content.active {
  display: block;
}

.menu-icon {
  width: 50px;
  height: 48px;
  position: relative;
  float: left;
  display: none;
  z-index: 999;
  cursor: pointer;
}

.menu-icon span {
  width: 30px;
  height: 3px;
  background: #000;
  position: absolute;
  top: 22px;
  right: 10px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.menu-icon span:before {
  position: absolute;
  background: #000;
  right: 0;
  top: 10px;
  content: "";
  width: 100%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  height: 100%;
}

.menu-icon span:after {
  position: absolute;
  background: #000;
  right: 0;
  bottom: 10px;
  content: "";
  width: 100%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  height: 100%;
}

.menu-icon.active span {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
  background: transparent;
}

.menu-icon.active span:before {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 0;
  left: -14px;
}

.menu-icon.active span:after {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0;
  right: 14px;
}

.full-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.none {
  display: none;
}

.loadPage {
  position: fixed;
  z-index: 99999;
  background: #fff;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
.loadPage .logo {
  display: block;
  margin: 0 auto 100px;
}
.loadPage .loading {
  max-width: 100px;
  width: 100%;
}
/*------------------------------------------------------------
header
------------------------------------------------------------*/

.logo {
  display: inline-block;
}

.c-share li {
  float: left;
  margin: 0 5px;
  display: inline-block;
}

.c-share li a {
  color: #7d1211;
  font-style: 14px;
  display: inline-block;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.c-share li:hover a {
  color: #2fbc8f;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.c-search {
  height: 34px;
  border-radius: 30px;
  border: 2px solid #cdcccc;
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.8);
  overflow: hidden;
  margin: 10px 0 0;
}

.c-search input {
  border: none;
  outline: none;
  background-color: transparent;
  padding-left: 20px;
  height: 100%;
  width: calc(100% - 44px);
  font-size: 12px;
  color: #636364;
  margin: 0;
}

.c-search button {
  background-color: transparent;
  border: none;
  outline: none;
  width: 40px;
  height: 100%;
  font-size: 13px;
  font-weight: bold;
  color: #7d1211;
}

.c-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}

@media (max-width: 990px) {
  .c-header.header-dashboard {
    overflow: hidden;
  }
}
@media (min-width: 990px) {
  .c-header-h2 {
    height: auto !important;
  }
}
.c-header.header-dashboard .c-header-h2 {
  top: 0px !important;
}

.c-header.header-dashboard .c-header-h2 .menu-icon {
  top: 0px;
}

.c-header.header-dashboard.on .c-header-h2 {
  top: 0 !important;
  position: fixed;
  height: 100% !important;
}

.c-header.header-dashboard.on .c-header-h2 .menu-icon {
  top: 0px;
}

.c-header.header-dashboard.on {
  overflow: initial;
}

.c-header.header-dashboard,
.c-header.header-dashboard.active {
  position: relative;
}

.c-header.header-dashboard .c-header-h2,
.c-header.header-dashboard.active .c-header-h2 {
  border-bottom: none;
}

@media (min-width: 991px) {
  .c-header.header-dashboard .c-header-h2,
  .c-header.header-dashboard.active .c-header-h2 {
    background-color: #f1f1f1;
  }
}

.c-header.header-dashboard .c-header-h1 .logo img,
.c-header.header-dashboard.active .c-header-h1 .logo img {
  width: 270px !important;
}

.c-header.header-dashboard .c-header-h1 .c-header-h1--right,
.c-header.header-dashboard.active .c-header-h1 .c-header-h1--right {
  margin-top: 15px;
}

.c-header.header-dashboard .c-header-h1,
.c-header.header-dashboard.active .c-header-h1 {
  padding: 20px 0;
  background-color: #f6f6f6;
}

.c-header-h1 {
  padding: 20px 0;
  background-color: #fff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.c-header-h1--right {
  float: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 15px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.c-header-h1--right .c-share {
  margin-right: 30px;
}

.c-header-h1--right .c-btn {
  margin: 0 5px;
}

.c-header-h1 .logo img {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  width: 270px;
}

@media (max-width: 990px) {
  .c-header-h1 {
    padding: 10px 0;
    border-bottom: 1px solid #000;
  }
  .c-header-h1 .logo {
    width: 150px;
  }
  .c-header-h1 .c-share {
    margin-right: 15px;
  }
  .c-header-h1 .c-btn {
    min-width: 0;
    padding: 0 15px !important;
  }
  .c-header-h1--right {
    margin-top: 3px;
  }
}

@media (max-width: 590px) {
  .c-header-h1 .logo {
    display: table;
    margin: auto;
  }
  .c-header-h1--right {
    float: none;
  }
  .c-header-h1 .c-btn {
    min-width: 90px;
  }
}

@media (max-width: 320px) {
  .c-header-h1 .c-share {
    display: none;
  }
}

.c-header-h2 {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  border-bottom: 1px solid #000;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  z-index: 999;
}

.c-header-h2 .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.c-header-h2 .logo {
  color: #000;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  font-weight: 500;
  display: inline-block;
  font-size: 26.5px;
  padding: 5px 0;
}

.c-header-h2 .logo:hover {
  color: #7d1211;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.c-header-h2 .nav-menu li {
  float: left;
  list-style: none;
  position: relative;
  display: inline-block;
  margin-right: 30px;
}

.c-header-h2 .nav-menu li a {
  font-size: 18px;
  color: #000;
  text-transform: uppercase;
  padding: 15px 20px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  display: inline-block;
  font-weight: 500;
}

.c-header-h2 .nav-menu li a:hover {
  color: #7d1211;
}

.c-header-h2 .nav-menu > li > a:hover {
  color: #fff;
  background: #707070;
}

.c-header-h2 .nav-menu > li.active > a {
  color: #fff;
  background: #707070;
}

.c-header-h2 .nav-menu li:last-child {
  margin-right: 0;
}

.c-header-h2 .nav-menu li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  top: 100%;
}
.tw-nav-menu {
  position: relative;
}
.tw-nav-menu li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  top: 100%;
}

@media (max-width: 1199px) {
  .c-header-h2 .nav-menu li {
    margin-right: 30px;
  }
  .c-header-h2 .nav-menu li a {
    font-size: 16px;
  }
}

.c-header-h2 .sub-menu {
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  min-width: 235px;
  background-color: rgba(255, 255, 255, 0.8);
  text-align: center;
  padding: 5px 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.tw-nav-menu .sub-menu {
  position: absolute;
  top: 100%;
  left: 45%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  min-width: 235px;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.c-header-h2 .sub-menu li {
  float: none;
  display: block;
  margin: 0;
}

.c-header-h2 .sub-menu li a:hover {
  color: #000;
  font-weight: bold;
}

.c-header-h2 .sub-menu li.active a {
  color: #000;
  font-weight: bold;
}

.c-header-h2.active {
  right: 0;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}

@media (max-width: 990px) {
  .c-header-h2 {
    position: absolute;
    top: 100%;
    width: 270px;
    right: -270px;
    padding: 30px 0;
    border: none;
    background: rgba(0, 0, 0, 0.9);
  }
  .c-header-h2 .logo {
    display: block;
    width: 100%;
    color: #fff;
  }
  .c-header-h2 .nav-menu li {
    display: inline-block;
    width: 100%;
    float: none;
    margin: 0;
  }
  .c-header-h2 .nav-menu li a {
    color: #fff;
    padding: 10px 0;
  }
  .c-header-h2 .sub-menu {
    background: transparent;
    position: initial;
    opacity: 1;
    visibility: visible;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    padding: 0;
  }
  .c-header-h2 .sub-menu li a {
    padding: 5px 0 0 15px;
    text-align: left;
    width: 100%;
    font-size: 15px;
    display: block;
  }
  .c-header-h2 .menu-icon {
    display: block;
    position: absolute;
    right: 100%;
    top: -48px;
    background: #000;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
  }
  .c-header-h2 .menu-icon span {
    background: #fff;
  }
  .c-header-h2 .menu-icon span:before,
  .c-header-h2 .menu-icon span:after {
    background: #fff;
  }
  .c-header-h2 .menu-icon.active {
    top: 0;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
  }
  .c-header-h2 .menu-icon.active span {
    background: transparent;
  }
}

/*
------------------------------------------------------------*/

/*------------------------------------------------------------
footer
------------------------------------------------------------*/

footer {
  border-top: 15px solid #7d1211;
  font-size: 12px;
  line-height: 28px;
}

footer .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 35px -15px 50px;
}

footer a {
  color: #666666;
}

footer a:hover {
  font-weight: bold;
  color: #030303;
}

footer h6 {
  color: #7d1211;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  line-height: 26px;
  margin: 0 0 10px;
}

footer .col-lg-8 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

footer .col-lg-8 li {
  list-style: none;
}

footer .col-lg-8 li.active a {
  font-weight: bold;
  color: #030303;
}

footer .col-lg-8 li span {
  width: 15px;
  text-align: center;
  margin-right: 15px;
  color: #7d1211;
  display: inline-block;
}

footer .col-lg-8 li span i {
  font-weight: bold;
}

footer .col-lg-8 > div {
  margin: 15px;
}

footer .c-coppy {
  color: #a8a8a8;
  text-align: center;
  padding: 20px 0;
  text-align: center;
  background-color: #000;
}

@media (max-width: 990px) {
  footer .col-lg-4 {
    margin-bottom: 30px;
  }
}

@media (max-width: 768px) {
  footer .col-lg-8 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  footer .col-lg-8 > div {
    width: 50%;
    margin: 0 0 20px;
  }
}

/*------------------------------------------------------------
side
------------------------------------------------------------*/

/*
------------------------------------------------------------*/

/*------------------------------------------------------------
breadcrumb
------------------------------------------------------------*/

/*------------------------------------------------------------
layout
------------------------------------------------------------*/

.c-main {
  position: relative;
}

.c-main .button-blue {
  position: absolute;
  right: 40px;
  bottom: 10px;
}

.c-main-page {
  height: 455px;
  background-position: center;
  background-size: cover;
  position: relative;
  text-align: center;
}

.c-main-page .container {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}

.c-main-page .container h1 {
  font-size: 50px;
  line-height: 50px;
  color: #2e2e2e;
  font-weight: bold;
  margin: 0 0 15px;
}

.c-main-page .c-brackcum {
  display: table;
  margin: 10px auto 0;
}

.c-main-page .c-brackcum li {
  list-style: none;
  font-size: 14px;
  float: left;
  color: #7d1211;
  font-weight: 600;
}

.c-main-page .c-brackcum li a {
  color: #727272;
  font-weight: 500;
  margin-right: 60px;
  position: relative;
  display: inline-block;
}

.c-main-page .c-brackcum li a:before {
  content: "\f101";
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-size: 14px;
  right: -34px;
  top: 0px;
  font-weight: bold;
}

.c-main-page .c-btn {
  position: absolute;
  right: 13%;
  top: 210px;
}

@media (max-width: 990px) {
  .c-main-page {
    height: 350px;
  }
  .c-main-page .container {
    -webkit-transform: translate(-50%, -10%);
    -ms-transform: translate(-50%, -10%);
    transform: translate(-50%, -10%);
  }
  .c-main-page .container h1 {
    font-size: 32px;
    line-height: 32px;
  }
}

@media (max-width: 550px) {
  .c-main-page {
    height: 280px;
  }
  .c-main-page .container {
    top: 60%;
  }
}

@media (max-width: 550px) {
  .c-main .c-btn {
    min-width: auto;
    padding: 5px 15px;
  }
}

.c-main .l-banner .container {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  max-width: unset;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.c-main .l-banner-button {
  position: absolute;
  width: 100%;
  max-width: 980px;
  bottom: 60px;
  left: calc(50% - 80px);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 2;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 1199px) {
  .c-main .l-banner-button {
    left: 50%;
  }
}

.c-main .l-banner-button .c-btn {
  margin: 0 !important;
}

.c-main .l-banner h2 {
  font-size: 50px;
  line-height: 50px;
  color: #2e2e2e;
  margin: 0 0 20px;
  font-family: sans-serif;
  font-weight: bold;
}

.c-main .l-banner p {
  font-size: 14px;
  line-height: 34px;
  color: #727272;
  margin: 0;
  font-weight: 500;
}

.c-main .l-banner .c-btn {
  margin: 30px auto 0;
}

.c-main .l-banner .slick-slide {
  position: relative;
}

/*.c-main .l-banner .slick-slide:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    top: 0;
    left: 0;
}*/

.c-main .l-banner .slick-dots {
  max-width: 980px;
  left: calc(50% - 80px);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 30px;
}

.c-main .l-banner .slick-dots li {
  margin: 0 3px;
}

@media (max-width: 1199px) {
  .c-main .l-banner .slick-dots {
    left: 50%;
    bottom: 30px;
  }
}

@media (max-width: 550px) {
  .c-main .l-banner .slick-dots {
    width: auto;
    left: 15px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.c-main .l-banner .slick-slide {
  position: relative;
  height: calc(100vh - 41px);
  min-height: 600px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.c-main .l-banner iframe {
  width: 100%;
  height: 100%;
  display: block;
}
.c-main .l-banner .slick-slide.video span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.c-main .l-banner .slick-slide.video span:before {
  content: "\f144";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  font-size: 40px;
  color: #7d1211;
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.c-main .l-banner .slick-slide.video.active span:before {
  content: "\f28b";
  opacity: 0;
  animation-name: fade;
  animation-duration: 1.5s;
}
@media (min-width: 900px) {
  .c-main .l-banner .slick-slide.video span:before {
    font-size: 75px;
  }
}
/*
.c-main .l-banner .slick-slide::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
}
*/
.c-main .l-banner .slick-slide video {
  display: block;
  /*position: absolute;
    top: 50%;
    left: 50%;*/
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  /*-webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.c-main .l-banner .slick-slide iframe {
    position: relative;
    /*pointer-events: none;*/
}
@media (max-width: 575px) {
  .c-main .l-banner .slick-slide video {
    height: 130%;
  }
}
.c-main .l-banner .slick-slide figure {
  position: relative;
  height: 100%;
}

.c-main .l-banner .slick-slide .slide-image {
  /*opacity: 0;*/

  height: 100%;
  background-size: cover;
  background-position: center;
  -webkit-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
}

.c-main .l-banner .slick-slide .slide-image.show {
  opacity: 1;
}

.c-main .l-banner .slick-slide .image-entity {
  width: 100%;
  opacity: 0;
  visibility: hidden;
}

.c-main .l-banner .slick-slide .slide-media {
  /*-webkit-animation: slideOut 0.4s cubic-bezier(0.4, 0.29, 0.01, 1);
    animation: slideOut 0.4s cubic-bezier(0.4, 0.29, 0.01, 1);*/
}

.c-main .l-banner .slick-slide.slick-active {
  z-index: 1;
}

.c-main .l-banner .slick-slide.slick-active .slide-media {
  /*-webkit-animation: slideIn 2.4s cubic-bezier(0.4, 0.29, 0.01, 1);
    animation: slideIn 2.4s cubic-bezier(0.4, 0.29, 0.01, 1);*/
}

.c-main .l-banner .slick-slide.slick-active .caption {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all 0.7s cubic-bezier(0.32, 0.34, 0, 1.62) 0.6s;
  -o-transition: all 0.7s cubic-bezier(0.32, 0.34, 0, 1.62) 0.6s;
  transition: all 0.7s cubic-bezier(0.32, 0.34, 0, 1.62) 0.6s;
}

@-webkit-keyframes slideIn {
  from {
    -webkit-filter: blur(15px);
    filter: blur(15px);
  }
  to {
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}

@keyframes slideIn {
  from {
    -webkit-filter: blur(15px);
    filter: blur(15px);
  }
  to {
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}

@-webkit-keyframes slideOut {
  from {
    -webkit-filter: blur(0);
    filter: blur(0);
  }
  to {
    -webkit-filter: blur(15px);
    filter: blur(15px);
  }
}

@keyframes slideOut {
  from {
    -webkit-filter: blur(0);
    filter: blur(0);
  }
  to {
    -webkit-filter: blur(15px);
    filter: blur(15px);
  }
}

@media (max-width: 990px) {
  .c-main .l-banner img {
    display: none;
  }
  .c-main .l-banner .slick-slide {
    height: 300px;
    min-height: unset;
    background-size: cover;
    background-position: center;
  }
  .c-main .l-banner .slick-slide {
    height: 50vw;
  }
}

@media (max-width: 768px) {
  .c-main .l-banner h2 {
    font-size: 30px;
    line-height: 30px;
  }
  .c-main .l-banner .container {
    width: 100%;
    max-width: 100%;
    top: 50%;
    left: 50%;
    right: auto;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .c-main .l-banner p {
    line-height: 20px;
  }
  .c-main .l-banner .container {
    top: 60%;
  }
}

.user {
  position: relative;
  z-index: 9;
}

.user .c-btn {
  padding: 2px 0;
}

.user-content {
  position: absolute;
  top: 200%;
  right: 0;
  width: 280px;
  font-size: 14px;
  line-height: 28px;
  display: none;
}

.user-content--top {
  background-color: #000002;
  padding: 15px 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

.user-content--top p {
  margin: 0 0 0 10px;
  text-align: left;
}

.user-content--top p a {
  font-size: 12px;
  color: #ed2124;
  line-height: 20px;
  display: block;
  font-weight: 600;
  word-break: break-all;
}

@media (max-width: 1400px) {
  .user-content {
    left: initial;
    right: 0;
  }
}

.dashboard {
  background-color: #f0f3fa;
}

.dashboard-well {
  background: #7f7f7f;
  color: #fff;
  font-size: 25px;
  line-height: 28px;
  font-weight: 600;
  padding: 25px 0;
}

.dashboard-well strong {
  font-weight: bold;
}

.dashboard-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 79px 0;
}

.dashboard-list div {
  position: relative;
  width: 266px;
  height: 195px;
  border-radius: 10px;
  border: 1px solid #d7dce8;
  background: #fff;
  padding: 30px 0;
  text-align: center;
  margin: 0 15px 30px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.dashboard-list div figure {
  width: 100%;
}

.dashboard-list div h4 {
  font-size: 20px;
  line-height: 24px;
  color: #7d1211;
  font-weight: 600;
  margin: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.dashboard-list div .hover {
  display: none;
}

.dashboard-list div:hover {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#4c0b0a),
    to(#7d1211)
  );
  background-image: -webkit-linear-gradient(left, #4c0b0a, #7d1211);
  background-image: -o-linear-gradient(left, #4c0b0a, #7d1211);
  background-image: linear-gradient(to right, #4c0b0a, #7d1211);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.dashboard-list div:hover h4 {
  color: #fff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.dashboard-list div:hover .nomal {
  display: none;
}

.dashboard-list div:hover .hover {
  display: inline-block;
}

.dashboard-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.dashboard-50 {
  padding-top: 50px;
  padding-bottom: 80px;
}

.dashboard-from {
  background-color: #fff;
  padding: 35px 45px;
  display: inline-block;
  width: 100%;
}

.dashboard-from label {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.dashboard-from select,
.dashboard-from input {
  height: 42px;
  border: 1px solid #d4d4d4;
  margin: 10px 0 15px;
}

.dashboard-from select:focus,
.dashboard-from input:focus {
  border-color: #811918;
}

.dashboard-from select:focus ~ p,
.dashboard-from input:focus ~ p {
  color: #811918;
}

.dashboard-from textarea {
  border: 1px solid #d4d4d4;
}

.dashboard-from p {
  margin: 0;
  color: #383838;
  font-weight: 600;
  font-size: 14px;
  width: 100%;
}

.dashboard-from--bottom {
  /* border-top: 1px solid #b2b2b2; */
  text-align: center;
  margin-top: 30px;
  padding: 30px 0 20px;
}

.dashboard-from--bottom .add-more {
  margin: auto;
}

.dashboard-from--bottom .modal1 {
  text-align: center;
}

.dashboard-from--bottom .modal1 .c-btn {
  margin: 0;
}

.dashboard-from--bottom .modal1 .modal-content {
  border-radius: 20px;
}

.dashboard-from--bottom .modal1 .modal-form-content {
  max-width: 300px;
  padding: 0;
}

.dashboard-from--bottom .modal1 h2 {
  font-size: 32px;
  letter-spacing: -2px;
  margin: 0 0 30px;
}

.dashboard-from--bottom .modal1 h6 {
  font-size: 14px;
  font-weight: 600;
  margin: 0;
}

.dashboard-from--bottom .modal1 p {
  margin: 5px 0 20px;
  color: #4a4444;
  font-weight: 400;
  font-size: 14px;
}

.dashboard-from--bottom .modal1 input {
  font-size: 14px;
}

.dashboard-from--bottom .modal1 .c-btn {
  padding: 5px 0;
  font-size: 12px;
}

.dashboard-from--bottom .modal2 .modal-content {
  border-radius: 20px;
}

.dashboard-from--bottom .modal2 .modal-form-content {
  max-width: 300px;
  padding: 0;
  width: 100%;
  text-align: center;
  margin: 50px auto;
}

.dashboard-from--bottom .modal2 h2 {
  margin-bottom: 30px;
  color: #7c1315;
}

.dashboard-from--bottom .modal2 h2 i {
  display: block;
  font-size: 58px;
  margin-bottom: 20px;
}

.dashboard-from--bottom .modal2 p {
  font-size: 14px;
  margin: 0;
  color: #4a4444;
  line-height: 25px;
  font-weight: normal;
}

.dashboard-from--bottom .modal2 p a {
  color: #424242;
  font-weight: 600;
}

.dashboard-from--bottom .modal2 p a:hover {
  color: #616161;
}

.dashboard-from .upload {
  height: auto;
}

.dashboard-from .upload input ~ span {
  border: 1px solid #d4d4d4;
}

.dashboard-from .upload label {
  width: auto;
  margin: 0;
  display: inline-block;
  margin-left: 20px;
}

.dashboard-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.dashboard-menu {
  width: 20%;
  background-color: #7f7f7f;
  z-index: 98;
}

.dashboard-menu li {
  list-style: none;
}

.dashboard-menu li a {
  color: #fff;
  padding: 27px 15px 27px 55px;
  display: block;
  text-transform: uppercase;
  font-weight: 600;
  border-bottom: 1px solid #999;
  font-size: 20px;
}

.dashboard-menu li.active a,
.dashboard-menu li:hover a {
  background-color: #7c1315;
}

.dashboard-right {
  width: 80%;
}

.dashboard-right .c-title4 {
  padding-right: 55px;
}

.dashboard-title {
  background-color: #fff;
  padding: 25px 55px 25px 40px;
  color: #1b1b1b;
  font-size: 25px;
  line-height: 28px;
  font-weight: 600;
}

@media (max-width: 990px) {
  .dashboard-title {
    font-size: 20px;
    padding: 15px 15px 15px 40px;
  }
}

.dashboard-filter {
  padding: 30px 55px 10px 15px;
  background-color: #fff;
  margin-bottom: 50px;
}

.dashboard-filter .row > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}

.dashboard-filter .row > div .c-btn {
  margin: 0;
  height: 34px;
  padding: 0;
  line-height: 12px;
}

.dashboard-filter span {
  display: inline-block;
  font-size: 12px;
  color: #383838;
  line-height: 16px;
  font-weight: 600;
  word-break: break-word;
  width: 65px;
}

.dashboard-filter input,
.dashboard-filter select {
  height: 40px;
  border: 1px solid #d4d4d4;
  margin: 0;
  width: calc(100% - 65px);
  vertical-align: middle;
  padding: 0 20px 0 15px !important;
}

.dashboard-content {
  display: inline-block;
  width: 100%;
  position: relative;
}

.dashboard-content .tab .c-btn {
  padding: 2px 0;
  text-transform: uppercase;
  float: right;
  margin: 0;
}

@media (max-width: 1399px) {
  .dashboard-content .tab .c-btn {
    float: none;
    display: table;
    margin-bottom: 20px;
  }
}

@media (max-width: 990px) {
  .dashboard-content .tab li {
    width: 31%;
    margin-bottom: 10px;
    border-radius: 0;
  }
}

@media (max-width: 650px) {
  .dashboard-content .tab li {
    width: calc(50% - 5px);
  }
  .dashboard-content .tab li:nth-child(2n) {
    margin-right: 0;
  }
}

.dashboard-table {
  width: 100%;
  font-size: 14px;
  color: #383838;
  line-height: 22px;
  overflow: auto;
}

#my-companies-grid,
.tender .appointments-table {
  white-space: nowrap;
}

.tender .appointments-table td {
  max-width: unset;
}

.dashboard-table table {
  width: 100%;
  border-radius: 0 5px 0 0;
  overflow: hidden;
  min-width: 850px;
}

.dashboard-table thead {
  text-transform: uppercase;
  color: #fff;
  background-color: #41444e;
  font-size: 13px;
  font-weight: 600;
}

.dashboard-table thead td {
  padding: 20px 5px 20px 0;
  vertical-align: top;
  font-size: 18px;
}

.dashboard-table thead td:first-child {
  padding-left: 20px;
}

.dashboard-table thead td:last-child {
  text-align: center;
}

.dashboard-table thead i {
  margin-right: 5px;
  cursor: pointer;
}

.dashboard-table tbody tr {
  border-top: 10px solid #f0f3fa;
  background-color: #fff;
}

.dashboard-table tbody th {
  padding: 30px 0 30px 20px;
  font-weight: 400;
  font-size: 16px;
}

.dashboard-table tbody td {
  padding: 30px 0;
  font-size: 16px;
}

.dashboard-table button {
  border: none;
  background: none;
  color: #7d1211;
  font-weight: 600;
  outline: none;
  padding: 0 3px;
}

.dashboard-table button:hover {
  color: #56d388;
}

.dashboard-table.hightlightID th {
  color: #277dff;
  font-weight: 500;
}

@media (max-width: 989px) {
  .dashboard-table {
    overflow: scroll;
  }
}

.dashboard .add-more {
  float: right;
  text-transform: uppercase;
  font-size: 14px;
  display: inline-block;
  margin-top: 20px;
}

@media (max-width: 1200px) {
  .dashboard .menu-icon {
    display: block;
    float: none;
    background: #811918;
    position: absolute;
    left: 100%;
    top: 0;
  }
  .dashboard-menu {
    position: absolute;
    left: -240px;
    width: 240px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
  }
  .dashboard-menu span {
    background: #fff;
  }
  .dashboard-menu span:before,
  .dashboard-menu span:after {
    background: #fff;
  }
  .dashboard-menu.on {
    left: 0;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
  }
  .dashboard-right {
    width: 100%;
  }
  .dashboard-title {
    padding-left: 55px;
  }
  .dashboard-from {
    padding: 20px 15px;
  }
}

@media (max-width: 990px) {
  .dashboard-content,
  .dashboard-filter,
  .dashboard-title,
  .dashboard .c-title4,
  .dashboard .company-filter {
    padding-right: 20px;
  }
  .dashboard-80 {
    padding: 40px 0;
  }
}

/*
------------------------------------------------------------*/

/*------------------------------------------------------------
btn
------------------------------------------------------------*/

.c-btn {
  min-width: 180px;
  padding: 0;
  font-size: 16px;
  line-height: 30px;
  padding: 5px 0;
  font-weight: 400;
  display: table;
  color: #fff;
  border-radius: 30px;
  position: relative;
  text-align: center;
  -webkit-box-shadow: 5px 5px 7px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 5px 5px 7px 0px rgba(0, 0, 0, 0.3);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  text-transform: capitalize;
  border: none;
  outline: none !important;
}

.c-btn:hover {
  background-color: #fff;
}

.c-btn:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  border: 0px solid transparent;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.c-btn i {
  margin-right: 10px;
}

.c-btn--small {
  min-width: 130px;
  font-size: 13px;
  padding: 3px 0;
}

.c-btn--long {
  min-width: 245px;
}

.c-btn--full {
  min-width: 100%;
}

.c-btn--red {
  background-color: #7d1211;
}

.c-btn--red:hover {
  color: #7d1211;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.c-btn--red:hover:before {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border: 3px solid #7d1211;
}

.c-btn--blue {
  background-color: #2fbc8f;
}

.c-btn--blue:hover {
  color: #2fbc8f;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.c-btn--blue:hover:before {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border: 3px solid #2fbc8f;
}

.c-btn--bluelight {
  background-color: #56d388;
}

.c-btn--bluelight:hover {
  color: #56d388;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.c-btn--bluelight:hover:before {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border: 3px solid #56d388;
}

.c-btn--bluelights {
  background-color: #2fbc8f;
}

.c-btn--bluelights:hover {
  color: #2fbc8f;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.c-btn--bluelights:hover:before {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border: 3px solid #2fbc8f;
}

.c-btn--grey {
  background-color: #7f7f7f;
}

.c-btn--grey:hover {
  color: #7f7f7f;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.c-btn--grey:hover:before {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border: 3px solid #7f7f7f;
}

.c-btn--black {
  background-color: #707070;
}

.c-btn--black:hover {
  color: #2e2e2e;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.c-btn--black:hover:before {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border: 3px solid #707070;
}

.c-btn--face {
  background-color: #3a5998;
}

.c-btn--face:hover {
  color: #3a5998 !important;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.c-btn--face:hover:before {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border: 3px solid #3a5998;
}

.c-btn--google {
  background-color: #ea4335;
}

.c-btn--google:hover {
  color: #ea4335 !important;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.c-btn--google:hover:before {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border: 3px solid #ea4335;
}

.c-btn.center {
  margin: auto;
}

/* btn
------------------------------------------------------------*/

/*------------------------------------------------------------
title
------------------------------------------------------------*/

.c-title1 {
  color: #4a4444;
  font-size: 32px;
  line-height: 30px;
  padding-bottom: 20px;
  position: relative;
  font-weight: 300;
  margin-bottom: 70px;
}

.c-title1:before {
  content: "";
  position: absolute;
  width: 70px;
  height: 3px;
  left: 0;
  bottom: 0;
  background-color: #7d1211;
}

.c-title1.center:before {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.c-title1 h2 {
  margin: 0 0 15px;
  font-weight: 600;
}

.c-title1 h2 strong {
  color: #1b1819;
}

.c-title1 h4 {
  margin: 0;
  font-weight: 500;
}

@media (max-width: 990px) {
  .c-title1 {
    margin-bottom: 40px;
  }
}

@media (max-width: 768px) {
  .c-title1 {
    font-size: 22px;
  }
  .c-title1 h2 {
    font-size: 28px;
  }
  .c-title1 h4 {
    font-size: 18px;
  }
  .dashboard-from--bottom .modal1 p {
    margin: 0px;
  }
  .dashboard-from--bottom .modal1 p:first-of-type {
    margin-bottom: -16px;
  }
}

.c-title2 {
  font-size: 26px;
  line-height: 30px;
  color: #010101;
  margin: 0 0 30px;
}

.c-title2 strong {
  display: inline-block !important;
}

.c-title3 {
  border-bottom: 1px solid #a0a0a0;
  font-size: 20px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  line-height: 30px;
  color: #010101;
  margin: 0 0 30px;
}

.c-title4 {
  font-size: 25px;
  color: #1b1b1b;
  line-height: 28px;
  font-weight: 600;
  display: inline-block;
  width: 100%;
  padding: 30px 15px;
}

.c-title4 span {
  display: inline-block;
  float: right;
  color: #383838;
  font-size: 18px;
  line-height: 22px;
}

.c-title4 span strong {
  color: #7d1211;
  font-size: 15px;
  font-weight: bold;
}

@media (max-width: 767px) {
  .c-title4 span {
    display: block;
    width: 100%;
    margin-top: 15px;
    float: none;
  }
}

/*------------------------------------------------------------
icon
------------------------------------------------------------*/

/*
------------------------------------------------------------*/

/*------------------------------------------------------------
form
------------------------------------------------------------*/

select::-ms-expand {
  display: none !important;
}

input,
textarea {
  width: 100%;
  border: 2px solid #fff;
  outline: none;
  background-color: #fff;
  border-radius: 20px;
  height: 42px;
  padding: 0 20px;
  margin: 10px 0 15px;
}

input:focus,
textarea:focus {
  border-color: #7d1211;
}

textarea {
  height: 135px;
}

/* input[type="radio"], */
/* input[type="checkbox"] {
  display: none;
} */

/* input[type="radio"] ~ span, */
input[type="checkbox"] ~ span {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 1px solid #b9b9b9;
  margin: 0 10px 0 0;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  background-color: #fff;
}

/* input[type="radio"]:checked ~ span:before {
  content: "";
  width: 7px;
  height: 7px;
  top: 3px;
  left: 3px;
  position: absolute;
  background-color: #7c1315;
  border-radius: 50%;
} */

input[type="checkbox"] ~ span {
  border-radius: 0;
}

input[type="checkbox"]:checked ~ span:before {
  content: "";
  width: 10px;
  height: 5px;
  border-bottom: 2px solid #7c1315;
  border-left: 2px solid #7c1315;
  border-top: none;
  border-right: none;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 3px;
  left: 1px;
  position: absolute;
}

.input50 {
  width: calc(50% - 3px);
}

.input50:first-child {
  margin-right: 2px;
}

@media (max-width: 767px) {
  .input50 {
    width: 100%;
    margin: 0 0 5px 0;
  }
}

.input10 {
  width: 80px;
}

@media (max-width: 767px) {
  .input10 {
    width: 100%;
    margin: 10px 0 5px 0;
  }
}

.input90 {
  width: calc(100% - 84px);
}

@media (max-width: 767px) {
  .input90 {
    width: 100%;
    margin: 0 0 15px;
  }
}

.budget {
  margin: 0;
  width: 100%;
  display: inline-block;
  margin: 10px 0 15px;
  background-image: url(../img/tempt/icon2.jpg);
  background-repeat: no-repeat;
  background-position: 13px 12px;
  border-radius: 30px;
  background-color: #fff;
}

.budget select {
  margin: 0 !important;
  background-color: transparent;
  padding: 0 30px;
}

.size {
  background-image: url(../img/tempt/icon1.jpg);
  background-repeat: no-repeat;
  background-position: right 4px top 12px;
  padding: 0 35px 0 20px;
}

.upload {
  width: 100%;
  border-radius: 30px;
  font-size: 14px;
  color: #c3c3c3;
  font-weight: 300;
}

.upload input {
  display: none;
}

.upload > span {
  display: block;
  padding: 10px 20px;
  height: 42px;
  width: 100%;
  border-radius: 10px;
  background-color: #fff;
  background-image: url(../img/tempt/upload.png);
  background-repeat: no-repeat;
  background-position: right 0 top -2px;
  margin: 0px 0 15px;
}

@media (max-width: 989px) {
  .upload > span {
    font-size: 0;
  }
}

input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-calendar-picker-indicator {
  opacity: 0;
}

.date {
  background-image: url(../img/calendar.png);
  background-repeat: no-repeat;
  background-position: right 10px top 12px;
  color: #cbcbcb;
  font-size: 14px;
  background-size: 16px;
}

@media (max-width: 425px) {
  /* label {
    width: 100%;
    margin: 0 !important;
  }
  label span {
    margin-top: 0 !important;
  } */
}

/*------------------------------------------------------------
text
------------------------------------------------------------*/

/* text1
------------------------------------------------------------*/

/*------------------------------------------------------------
navi
------------------------------------------------------------*/

/*
------------------------------------------------------------*/

/*------------------------------------------------------------
img
------------------------------------------------------------*/

/*
------------------------------------------------------------*/

/*------------------------------------------------------------
list
------------------------------------------------------------*/

.c-list-review {
  width: 100%;
  position: relative;
  margin-bottom: 28px;
  padding-bottom: 38px;
}

.c-list-review:before {
  bottom: -1px;
  top: initial !important;
}

.c-list-review:after {
  bottom: 0px;
  top: initial !important;
}

.c-list-review:last-child {
  margin-bottom: 0;
  padding: 0;
}

.c-list-review:last-child:before,
.c-list-review:last-child:after {
  display: none;
}

.c-list-review--top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}

.c-list-review--top h6 {
  color: #383838 !important;
  margin: 10px 0 0 !important;
}

.c-list-review p {
  font-size: 12px;
  line-height: 22px;
  color: #383838;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.c-list-review:hover .read-more,
.c-list-review:hover h6 {
  color: #2fbc8f !important;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.c-list-review:hover p {
  color: #929292;
}

.c-list-project {
  margin: 0 -5px 0 -5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.c-list-project--item {
  width: 31.333%; /*33.333%*/
  padding: 0 5px;
  font-size: 16px;
  line-height: 22px;
  margin: 0 5px 25px 5px;
}

.c-list-project--item h5 {
  font-size: 16px;
  color: #383838;
  font-weight: 600;
}

.c-list-project--item figure {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  background-color: #fff;
}

.c-list-project--item figure img {
  width: 100%;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  opacity: 1;
}

.c-list-project--item:hover figure img {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  opacity: 0.2;
}

.c-list-project--item:hover .center-div {
  display: block;
}

@media (max-width: 767px) {
  .c-list-project--item {
    width: 48%; /*50%*/
  }
}

@media (max-width: 550px) {
  .c-list-project--item {
    width: 100%;
  }
}

.c-list-company {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #f2f2f2;
}

.c-list-company:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}

.c-list-company--img {
  width: 75px;
}

.c-list-company--content {
  width: calc(100% - 75px);
  color: #383838;
  line-height: 22px;
  font-weight: 500;
}

.c-list-company--content time {
  position: absolute;
  right: 0;
  top: 0px;
  color: #383838;
  font-size: 12px;
}

.c-list-company--content h5 {
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 10px;
}

.c-list-company--content h6 {
  font-size: 12px;
  margin: 15px 0;
}

.c-list-company--content p {
  font-size: 12px;
  margin-bottom: 30px;
}

.c-list-company--bottom img {
  margin: 0 20px 20px 0;
  max-width: 150px;
  width: 100%;
}

@media (max-width: 425px) {
  .c-list-company {
    display: block;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  .c-list-company--img,
  .c-list-company--content {
    width: 100%;
    margin: 20px 0 0;
  }
}

.c-list-page {
  border: 1px solid #ccc;
  margin-bottom: 30px;
  padding: 0 30px;
  position: relative;
}

.c-list-page h3 {
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
  margin: 15px 0;
  color: #4a4444;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.c-list-page p {
  color: #54585b;
  font-size: 13px;
  line-height: 24px;
  margin-bottom: 20px;
}

.c-list-page:hover h3 {
  color: #92d050;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

/*------------------------------------------------------------
table
------------------------------------------------------------*/

/*
------------------------------------------------------------*/

/*------------------------------------------------------------
line
------------------------------------------------------------*/

/*
------------------------------------------------------------*/

/*------------------------------------------------------------
video
------------------------------------------------------------*/

/*
------------------------------------------------------------*/

/*------------------------------------------------------------
other
------------------------------------------------------------*/

.face {
  color: #3b5998;
}

.instagram {
  color: #8134af;
}

.youtube {
  color: #e52d27;
}

.important {
  color: #7d1211;
  display: inline-block;
}

.l-boder {
  position: relative;
}

.l-boder:before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #d5d5d5;
  top: 110px;
  left: 0;
  position: absolute;
}

.l-boder:after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #fff;
  top: 109px;
  left: 0;
  position: absolute;
}

.r-boder {
  width: 42px;
  height: 42px;
  overflow: hidden;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
}

.r-boder-big {
  width: 63px;
  height: 63px;
  margin-right: 10px;
}

.r-boder img {
  width: 100%;
}

.o-point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
}

.o-point span {
  width: 70px;
  height: 70px;
  border-radius: 10px;
  background-color: #92d050;
  color: #fff;
  font-weight: 600;
  font-size: 22px;
  line-height: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 20px;
  position: relative;
}

.o-point span:before {
  content: "";
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 26px solid #92d050;
  position: absolute;
  bottom: -10px;
  left: 0;
  -webkit-transform: rotate(-40deg);
  -ms-transform: rotate(-40deg);
  transform: rotate(-40deg);
}

.o-point p {
  width: 100%;
  margin: 0;
}

.o-point div {
  color: #92d050;
  font-weight: bold;
}

.o-point div p {
  color: #f4b183;
  font-size: 16px;
}

.o-point-small {
  display: inline-block;
  margin: 0 0 0 5px;
}

.o-point-small span {
  width: 25px;
  height: 22px;
  font-size: 12px;
  line-height: 22px;
  border-radius: 3px;
}

.o-point-small span:before {
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-right: 13px solid #92d050;
  position: absolute;
  bottom: -3px;
}

.o-point.rang2 span {
  background-color: #bf9000;
}

.o-point.rang2 span:before {
  border-right-color: #bf9000;
}

.o-point.rang3 span {
  background-color: #ed7d31;
}

.o-point.rang3 span:before {
  border-right-color: #ed7d31;
}

.o-point.rang3 div {
  color: #ed7d31;
}

.read-more {
  font-size: 16px;
  color: #ed2124 !important;
  display: block;
  font-weight: 700;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}

.read-more:hover {
  color: #bd251c !important;
  text-shadow: 1px 1px #ccc;
}

.add-more {
  border: none;
  background: none;
  font-size: 14px;
  color: #7c1315;
  display: block;
  font-weight: 600;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}

.add-more:hover {
  color: #92d050;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.fa-star,
.fa-star-half-alt {
  color: #f4b183;
  font-size: 13.69px;
}

.c-comback {
  background-color: #811918;
  padding: 20px 0;
}

.c-comback a {
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  text-transform: uppercase;
}

.c-comback a:hover {
  color: #56d388;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.mat80 {
  margin-top: 80px;
}

.center-div {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: none;
  text-align: center;
  font-size: 14px;
  color: #7c1315;
  font-weight: bold;
}

.center-div .c-btn {
  margin-top: 10px;
}

.price {
  font-size: 16px;
}

.price > span {
  width: 110px;
  font-size: 12px;
  color: #383838;
  line-height: 32px;
  display: inline-block;
  font-weight: bold;
}

.light {
  font-weight: 300;
}

.accordion-content {
  display: none;
}

.accordion-content.active {
  display: block;
}

.accordion-title {
  position: relative;
  cursor: pointer;
}

.accordion-title:before {
  content: "\f055";
  position: absolute;
  right: 0;
  top: 5px;
  font-family: "Font Awesome 5 Free";
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: #7d1211;
  font-size: 12px;
}

.accordion-title.active:before {
  content: "\f056";
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.c-pages {
  font-size: 14px;
  color: #1e1e1e;
  line-height: 22px;
  border-top: 1px solid #bbbbbb;
  padding-top: 25px;
  margin-top: 30px;
  font-weight: 500;
}

.c-pages p {
  margin: 0;
  display: inline-block;
}

.c-pages ul {
  float: right;
}

.c-pages ul li {
  float: left;
  list-style: none;
}

.c-pages ul li a {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #1e1e1e;
}

.c-pages ul li a:hover {
  color: #fff;
  background-color: #7c1315;
}

.c-pages ul li.active a {
  color: #fff;
  background-color: #7c1315;
}

@media (max-width: 575px) {
  .c-pages p {
    display: block;
    text-align: center;
    margin-bottom: 20px;
  }
  .c-pages ul {
    float: none;
    margin: auto;
    display: table;
  }
}

.q-slider .slick-next,
.q-slider .slick-prev {
  border-radius: 50%;
  top: -55px;
  width: 25px;
  height: 25px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  outline: none;
}

.q-slider .slick-next:before,
.q-slider .slick-prev:before {
  color: #2e2e2e;
  font-size: 14px;
  width: 20px;
  height: 20px;
  border: none;
  top: 9px;
  left: 3px;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.q-slider .slick-next:hover,
.q-slider .slick-prev:hover {
  background-color: #7d1211;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.q-slider .slick-next:hover:before,
.q-slider .slick-prev:hover:before {
  color: #fff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.q-slider .slick-next:before {
  content: "\f054";
}

.q-slider .slick-prev:before {
  content: "\f053";
}

.q-slider .slick-next {
  left: initial;
  right: 0px;
}

.q-slider .slick-prev {
  right: 30px;
  left: initial;
}

.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #eeeeee;
  width: 1px;
}

.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #8b8b8b !important;
}

.mCSB_draggerContainer {
  height: 85%;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #8b8b8b;
}

/*------------------------------------------------------------
last
------------------------------------------------------------*/

.c-main-page .edit-active {
  top: 300px;
}

.edit-active {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #2e2e2e;
  line-height: 22px;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: bold;
  z-index: 99;
  text-align: center;
}

.edit-active i {
  color: #7c1315;
  margin-right: 4px;
}

.edit-active span {
  display: inline-block;
  white-space: nowrap;
}

.edit-view {
  display: none;
  color: #7c1315;
  margin-left: 15px;
  font-size: 18px;
  cursor: pointer;
}

.edit-add {
  display: none;
  background-color: #962220;
}

.edit-add:hover {
  background-color: rgba(150, 34, 32, 0.5);
}

.edit-pen {
  font-size: 16px;
  color: #7c1315;
  line-height: 28px;
  padding: 0;
  border: none;
  background-color: transparent;
  outline: none;
}

.edit-pen-right {
  float: right;
}

.edit-pen-top {
  position: absolute;
  top: 0;
  right: 15px;
}

.edit-pen-bottom {
  position: absolute;
  bottom: 20px;
  right: 20px;
}

.edit {
  position: relative;
}

body#active .edit:hover {
  z-index: 10;
}

body#active .edit:hover:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(248, 248, 248, 0.9);
  z-index: 11;
}

body#active .edit:hover .edit-active {
  display: block;
}

body#active .edit-view {
  display: inline-block !important;
}

body#active .edit-add {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

body#active .edit-add .center-div {
  color: #fff;
  display: block;
  cursor: pointer;
}

body#active .edit-add .center-div i {
  display: block;
}

/*------------------------------------------------------------
index
------------------------------------------------------------*/

.modal-form .modal-content {
  border-radius: 20px;
}

.modal-form-content {
  padding: 0 15px;
}

.modal-form-content h2 {
  font-size: 32px;
  line-height: 30px;
  margin: 0 0 40px;
  color: #1b1819;
  font-weight: 600;
}

.modal-form-content input {
  color: #1b1819;
  height: 40px;
  padding: 0 18px;
  border: 1px solid #b1b1b1;
  background-color: inherit;
}

.modal-form-content ::-webkit-input-placeholder {
  color: #b1b1b1;
  opacity: 1;
}

.modal-form-content :-ms-input-placeholder {
  color: #b1b1b1;
  opacity: 1;
}

.modal-form-content ::-ms-input-placeholder {
  color: #b1b1b1;
  opacity: 1;
}

.modal-form-content ::placeholder {
  color: #b1b1b1;
  opacity: 1;
}

.modal-form-content :-ms-input-placeholder {
  color: #b1b1b1;
}

.modal-form-content ::-ms-input-placeholder {
  color: #b1b1b1;
}

.modal1 .modal-form-content {
  padding: 0 15px;
  max-width: 280px;
  width: 100%;
  text-align: center;
  margin: 50px auto;
}

.modal1 .modal-form-content label {
  width: 100%;
  position: relative;
  margin: 0 0 10px;
}

.modal1 .modal-form-content label span {
  position: absolute;
  left: 15px;
  top: 10px;
  color: #7c1315;
  font-size: 12px;
}

.modal1 .modal-form-content .modal-forgot {
  color: #000;
  font-size: 12px;
  margin: 20px auto 35px;
  display: table;
}

.modal1 .modal-form-content .modal-forgot:hover {
  color: #7c1315;
}

.modal1 .modal-form-content .modal-login {
  font-size: 12px;
  display: inline-block;
  color: #000;
  position: relative;
  width: 100%;
  z-index: 0;
  text-transform: uppercase;
}

.modal1 .modal-form-content .modal-login:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #e1e1e1;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.modal1 .modal-form-content .modal-login span {
  padding: 0 10px;
  background-color: #fff;
  display: inline-block;
  z-index: 9;
  position: relative;
}

.modal1 .modal-form-content .modal-button {
  margin: 20px 0 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.modal1 .modal-form-content .modal-button .c-btn {
  width: calc(50% - 5px);
  min-width: 0;
}

.modal1 .modal-form-content .modal-button .c-btn:first-child {
  margin-right: 10px;
}

.modal1 .modal-form-content p {
  font-size: 12px;
  color: #000;
}

.modal1 .modal-form-content input {
  padding-left: 38px;
  margin: 0;
}

.modal1 .modal-form-content .modal-signup {
  font-size: 12px;
  font-weight: 600;
  color: #000;
  cursor: pointer;
}

.modal1 .modal-form-content .modal-signup:hover {
  color: #7c1315;
}

#myModal1 {
  font-weight: 500;
}

/* #myModal1 .modal-dialog {
  max-width: 695px;
} */

#myModal1 .modal-content {
  overflow: initial;
}

#myModal1 .modal-form-content {
  position: relative;
  max-width: 550px;
  width: 100%;
  margin: 45px auto 60px;
}

#myModal1 .modal-form-content > p {
  font-size: 12px;
  margin-bottom: 25px;
  line-height: 20px;
  color: #000;
}

#myModal1 .modal-form-content > label {
  width: 100%;
  display: block;
  font-size: 12px;
  line-height: 22px;
  color: #2e2e2e;
}

#myModal1 .modal-form-content > label a {
  color: #7d1211;
  font-weight: bold;
}

#myModal1 .modal-form-content > label a:hover {
  color: #2fbc8f;
}

#myModal1 .modal-form-content .c-btn {
  margin: 30px auto 50px;
}

#myModal1 .modal-mini {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #312a22;
  padding: 15px 0;
  text-align: center;
  font-size: 12px;
  line-height: 18px;
  color: #fff;
  bottom: -4px;
  border-radius: 0 0 20px 20px;
}

#myModal1 .modal-connec {
  position: absolute;
  top: 0;
  right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#myModal1 .modal-connec a,
#myModal1 .modal-connec button {
  border: none;
  border-radius: 50%;
  margin-left: 10px;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

#myModal1 .col-3 {
  font-size: 14px;
  line-height: 22px;
  color: #1b1819;
  padding-right: 0;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 768px) {
  #myModal1 .col-3 {
    white-space: normal;
  }
}

#myModal1 .modal-check {
  margin-bottom: 15px;
}

#myModal1 .modal-check p {
  font-size: 12px;
  line-height: 22px;
  color: #1b1819;
  margin-bottom: 0px;
}

#myModal1 .modal-check span {
  font-size: 12px;
  line-height: 22px;
  color: #1b1819;
  display: inline-block;
  min-width: 40%;
}

#myModal1 .modal-check span.active i {
  color: #7c1315;
}

#myModal1 .modal-check span i {
  color: #b7b7b7;
  margin-right: 5px;
  line-height: 20px;
}

/* #myModal1 label {
  color: #000;
  font-size: 14px;
  line-height: 22px;
  margin: 0;
  min-width: 120px;
} */

/* #myModal1 input {
  margin-bottom: 10px;
} */

#myModal1 h5 {
  font-size: 14px;
  color: #1b1819;
  margin: 30px 0 15px;
  padding-top: 20px;
  text-transform: uppercase;
  border-top: 1px solid #f7f7f7;
}

@media (max-width: 400px) {
  #myModal1 .col-3,
  #myModal1 .col-9 {
    width: 100%;
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  #myModal1 .col-9 {
    margin-bottom: 15px;
  }
}

#myModal2 .modal-form-content {
  padding: 0 15px;
  width: 100%;
  text-align: center;
  margin: 70px auto;
}

#myModal2 .modal-check {
  font-size: 85px;
  line-height: 85px;
  color: #56d388;
  margin-bottom: 30px;
}

#myModal2 p {
  font-size: 14px;
  line-height: 25px;
  color: #4a4444;
  margin: 0;
}

#myModal2 h2 {
  margin-bottom: 20px;
}

#myModal2 .c-btn {
  margin: 30px auto 0;
}

.l-index-new {
  position: relative;
  background-color: #191919;
  display: inline-block;
  width: 100%;
  margin-bottom: 120px;
}

.l-index-new h4 {
  color: #fff;
  width: 260px;
  text-align: center;
  padding: 10px 0;
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  margin: 0;
  background-color: #771315;
}

.l-index-new--slider {
  width: calc(100% - 260px);
  float: right;
  font-size: 16px;
  line-height: 18px;
  display: inline-block;
  padding: 0 30px;
  position: relative;
}

.l-index-new--slider a {
  display: inline-block;
  padding: 10px 30px;
  position: relative;
  font-weight: 200;
  color: #fff;
}

.l-index-new--slider a:before {
  position: absolute;
  content: "";
  right: -3px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #7d1211;
  top: 15px;
}

.l-index-new .c-btn {
  position: absolute;
  bottom: -50px;
  right: 45px;
}

@media (max-width: 990px) {
  .l-index-new {
    margin-bottom: 80px;
  }
  .l-index-new h4 {
    width: 140px;
    font-size: 14px;
  }
  .l-index-new .l-index-new--slider {
    width: calc(100% - 140px);
    padding: 8px 15px 0;
  }
  .l-index-new .l-index-new--slider a {
    padding: 10px 15px;
  }
}

.l-index-wellcom {
  text-align: center;
  margin-bottom: 90px;
}

.l-index-wellcom figure {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.l-index-wellcom h5 {
  font-size: 24px;
  line-height: 26px;
  color: #7d1211;
  font-weight: 700;
  margin: 0 0 15px;
}

.l-index-wellcom h6 {
  font-size: 16px;
  color: #7d1211;
  margin: 15px 0 0;
  font-weight: 700;
}

.l-index-wellcom p {
  font-size: 16px;
  line-height: 22px;
  color: #888888;
  margin: 0;
}

.l-index-wellcom .col-12 > div {
  margin-bottom: 30px;
  padding: 15px 20px 40px;
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  height: 100%;
}

.l-index-wellcom .col-12 > div:hover {
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

@media (max-width: 990px) {
  .l-index-wellcom {
    margin-bottom: 40px;
  }
}

.l-index-about {
  background-size: 100% 100%;
  padding: 125px 0 95px;
  font-size: 12px;
  line-height: 22px;
  color: #383838;
  background-color: #e6e6e6;
}

.l-index-about p {
  margin-bottom: 15px;
}

.l-index-about .c-title1 {
  margin-bottom: 30px;
}

.l-index-about .c-title1 h2 {
  margin: 0;
}

.l-index-about .c-btn {
  margin-top: 50px;
}

@media (max-width: 990px) {
  .l-index-about {
    background-image: none !important;
    padding: 50px 0;
  }
}

/*------------------------------------------------------------
overview
------------------------------------------------------------*/

.l-overview-inter {
  font-size: 14px;
  color: #383838;
  font-weight: 600;
  margin-top: 55px;
}

.l-overview-inter .col-lg-3 figure {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f8f8f8;
  padding: 20px 0;
}

.l-overview-inter .col-lg-3 p {
  color: #383838;
  font-size: 12px;
}

.l-overview-inter .col-lg-3 p a {
  display: inline-block;
  margin-left: 10px;
  font-size: 16px;
  font-weight: bold;
}

.l-overview-inter h3 {
  font-size: 26px;
  margin: 0 0 25px;
  font-weight: bold;
  color: #000000;
}

.l-overview-inter h6 {
  font-weight: bold;
  font-style: italic;
  color: #7c1315;
  font-size: 12px;
  margin: 15px 0 0;
}

.l-overview-inter .col-lg-2 > div {
  -webkit-box-shadow: 5px 5px 8px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 5px 5px 8px 0 rgba(0, 0, 0, 0.1);
  text-align: center;
  margin-top: 35px;
  width: 100%;
  padding: 15px 0;
}

.l-overview-inter .col-lg-2 > div p {
  width: 120px;
  margin: auto;
  font-size: 12px;
  color: #010101;
  line-height: 20px;
}

.l-overview-inter .col-lg-2 > div p:first-child {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #a2a0a0;
}

.l-overview-inter .col-lg-2 > div p strong {
  display: block;
  font-size: 20px;
}

@media (max-width: 990px) {
  .l-overview-inter {
    margin-bottom: 30px;
  }
  .l-overview-sibar {
    width: 100% !important;
  }
}

@media (max-width: 575px) {
  .l-overview-inter .col-lg-2 {
    min-width: 200px;
    margin: 30px auto 0;
  }
}

.l-overview-content {
  display: inline-block;
  width: 100%;
  position: relative;
  color: #383838;
  font-size: 14px;
  line-height: 24px;
  margin-top: 20px;
  font-weight: 500;
}

.l-overview-content .tab {
  width: 100%;
  display: inline-block;
  border-bottom: 1px solid #aeaeae;
  margin-bottom: 40px;
}

.l-overview-content .tab li {
  list-style: none;
  cursor: pointer;
  width: 140px;
  height: 55px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #2e2e2e;
  font-weight: bold;
  margin-right: 5px;
  float: left;
  background-color: #e5e5e5;
  font-size: 18px;
  font-weight: 700;
}

.l-overview-content .tab li:before {
  content: "";
  width: 0%;
  height: 4px;
  background-color: #7d1211;
  bottom: 0;
  left: 0;
  position: absolute;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.l-overview-content .tab li.active:before,
.l-overview-content .tab li:hover:before {
  width: 100%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.l-overview-content .tab li:last-child {
  margin-right: 0;
}

.l-overview-content th {
  vertical-align: top;
  width: 26px;
  color: #7d1211;
  padding-bottom: 10px;
  font-weight: bold;
  display: block;
}

.l-overview-content td {
  padding-bottom: 10px;
}

.l-overview-content td a {
  color: #7d1211;
}

.l-overview-content td a:hover {
  color: #2fbc8f;
}

@media (min-width: 1200px) {
  .l-overview-content td a {
    white-space: nowrap;
    word-break: break-all;
  }
}

.l-overview-content table {
  margin-bottom: 40px;
}

.l-overview-content strong {
  display: inline-block;
  font-size: 16px;
}

.l-overview-content .o-company {
  margin-bottom: 60px;
}

.l-overview-content .o-company h6 {
  font-size: 16px;
  line-height: 30px;
  font-weight: bold;
  color: #010101;
  margin: 0 0 20px;
}

.l-overview-content .o-company img {
  max-width: 50%;
}

.l-overview-content .o-company .edit > img {
  margin-right: 10px;
}

.l-overview-content .col-md-8 {
  font-size: 12px;
  line-height: 22px;
  color: #383838;
}

.l-overview-content .col-md-8 h3 {
  font-size: 26px;
  line-height: 30px;
  margin: 0 0 20px;
  color: #010101;
}

.l-overview-content .col-md-8 h3 strong {
  display: inline-block;
}

.l-overview-content .o-slider {
  margin: 80px 0 40px;
}

.l-overview-content .o-slider h3 {
  padding-bottom: 15px;
  border-bottom: 1px solid #d8d8e2;
  margin-bottom: 40px;
}

.l-overview-content .o-slider h3 strong {
  font-size: 18px;
}

.l-overview-content .o-slider h3 .edit-pen {
  margin-left: 40px;
}

.l-overview-content .o-slider .slick-slide {
  position: relative;
  height: 20vw;
  min-height: 280px;
}

.l-overview-content .o-slider .slick-slide > div {
  height: 100%;
  background-size: cover;
}

.l-overview-content .o-slider .slick-slide > div img {
  opacity: 0 !important;
}

.l-overview-content .o-slider p {
  margin: 0;
  color: #fff;
  font-size: 24px;
  line-height: 28px;
  position: absolute;
  text-align: center;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-weight: 300;
}

.l-overview-content .o-slider p strong {
  display: block;
  font-weight: bold;
}

.l-overview-content .o-slider .slick-next,
.l-overview-content .o-slider .slick-prev {
  border-radius: 50%;
  top: -72px;
  width: 25px;
  height: 25px;
  outline: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.l-overview-content .o-slider .slick-next:before,
.l-overview-content .o-slider .slick-prev:before {
  color: #2e2e2e;
  font-size: 14px;
  width: 20px;
  height: 20px;
  border: none;
  top: 9px;
  left: 3px;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.l-overview-content .o-slider .slick-next:hover,
.l-overview-content .o-slider .slick-prev:hover {
  background-color: #7d1211;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.l-overview-content .o-slider .slick-next:hover:before,
.l-overview-content .o-slider .slick-prev:hover:before {
  color: #fff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.l-overview-content .o-slider .slick-next:before {
  content: "\f054";
}

.l-overview-content .o-slider .slick-prev:before {
  content: "\f053";
}

.l-overview-content .o-slider .slick-next {
  left: initial;
  right: 0px;
}

.l-overview-content .o-slider .slick-prev {
  right: 30px;
  left: initial;
}

.l-overview-content .o-review {
  margin: 70px 0 30px;
}

.l-overview-project .read-more {
  margin: 20px auto 0;
  display: table;
  padding: 10px 20px;
  cursor: pointer;
}

.l-overview-project .read-more:hover {
  /*background-color: #7c1315;*/
}

.l-overview-content .modal-dialog {
  max-width: 935px;
  width: 100%;
}
.l-overview-content iframe {
  width: 100% !important;
  height: 100% !important;
  display: block;
}
.l-overview-content .slick-dots {
  display: none !important;
}
.l-overview-content .modal-dialog iframe {
  min-height: 300px;
}

.l-overview-content .modal-content {
  padding: 50px 60px;
  border-radius: 20px;
  display: block;
}

.l-overview-content .modal-content .c-title2 {
  color: #7d1211;
}

.l-overview-content .modal-content .c-title2 strong {
  color: #010101;
}

.l-overview-content .modal-close {
  position: absolute;
  right: 60px;
  top: 50px;
  font-size: 12px;
  color: #383838;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}

.l-overview-content .modal-close:hover {
  color: red;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.l-overview-project .o-slider--nav {
  margin-top: 10px;
}

.l-overview-project .o-slider--nav .slick-slide {
  padding: 0 5px;
}

.l-overview-sibar {
  display: inline-block;
  background-color: #efefef;
  padding: 0px 38px;
}

.l-overview-sibar .c-btn {
  margin-top: 30px;
}

.l-overview-sibar .contaier {
  padding-top: 30px;
  padding-bottom: 30px;
}

.l-overview-sibar h6 {
  font-size: 16px;
  line-height: 22px;
  color: #7c1315;
  margin: 0 0 25px;
  font-weight: 600;
}

.l-overview-sibar .o-review > h6 {
  text-shadow: 1px 1px #ccc;
}

@media (min-width: 1199px) {
  .l-overview-sibar {
    width: 30%;
  }
}

@media (min-width: 991px) {
  .l-overview-sibar {
    position: absolute;
    right: 0;
    width: 27%;
    top: 56px;
  }
}

/*------------------------------------------------------------
company
------------------------------------------------------------*/

.l-company-rating {
  padding-top: 55px;
  margin: 55px 0;
  border-top: 1px solid #c0c0c0;
}

.l-company-rating .c-title2 {
  text-align: center;
  margin-bottom: 50px;
}

.l-company-rating .col-md-4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}

.l-company-rating .col-md-4:before {
  width: 1px;
  height: 110px;
  background-color: #eaeaea;
  right: 0;
  top: 0;
  content: "";
  position: absolute;
}

.l-company-rating .col-md-4:first-child .o-point span {
  width: 95px;
  height: 85px;
  font-weight: 300;
}

.l-company-rating .col-md-4:first-child .o-point span strong {
  font-size: 35px;
  font-weight: 600;
}

.l-company-rating .col-md-4:first-child .o-point div {
  font-weight: 500;
}

.l-company-rating .col-md-4:first-child .o-point div p {
  font-size: 20px;
}

.l-company-rating .col-md-4:nth-child(2) .price {
  font-size: 12px;
  color: #9f9f9f;
}

.l-company-rating .col-md-4:nth-child(2) .price > span {
  line-height: 24px;
}

.l-company-rating .col-md-4:nth-child(2) .price p {
  display: inline-block;
  margin: 0 0 0 5px;
}

.l-company-rating .col-md-4:last-child {
  text-align: center;
  color: #2e2e2e;
}

.l-company-rating .col-md-4:last-child h2 {
  font-size: 40px;
  margin: 0;
}

.l-company-rating .col-md-4:last-child h6 {
  margin: 0 0 15px;
  font-size: 14px;
}

.l-company-rating .col-md-4:last-child:before {
  display: none;
}

.l-company-rating .review-modal .modal-dialog {
  max-width: 725px;
}

.l-company-rating .review-modal .modal-content {
  padding: 60px 60px 40px;
  text-align: left;
  font-size: 14px;
  color: #383838;
  font-weight: 600;
  border-radius: 20px;
}

.l-company-rating .review-modal .c-title3 {
  font-size: 26px;
  line-height: 30px;
}

.l-company-rating .review-modal-close {
  position: absolute;
  top: -20px;
  right: -20px;
  border: 0;
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background: #2f2e2e;
}

.l-company-rating .review-modal-close i {
  color: #fff;
  font-size: 25px;
}

.l-company-rating .review-modal select {
  margin: 10px 0 15px;
  height: 42px;
  color: #383838;
}

.l-company-rating .review-modal textarea {
  height: 220px;
  padding: 15px 20px;
  color: #383838;
  margin-top: 20px;
}

.l-company-rating .review-modal textarea ::-webkit-input-placeholder {
  color: #000 !important;
}

.l-company-rating .review-modal textarea :-ms-input-placeholder {
  color: #000 !important;
}

.l-company-rating .review-modal textarea ::-ms-input-placeholder {
  color: #000 !important;
}

.l-company-rating .review-modal textarea ::placeholder {
  color: #000 !important;
}

.l-company-rating .review-modal label {
  font-weight: 500;
  font-size: 12px;
  display: inline-block;
  width: 100%;
  margin-top: 20px !important;
}

.l-company-rating .review-modal label a {
  font-weight: 600;
  color: #7d1211;
}

.l-company-rating .review-modal label a:hover {
  color: #56d388;
}

.l-company-rating .review-modal label p {
  margin-bottom: 10px;
  width: calc(100% - 25px);
  float: right;
}

.l-company-rating .review-modal .c-btn {
  max-width: 180px;
  margin: 40px auto 0;
}

.l-company-rating .review-modal table {
  width: 100%;
}

.l-company-rating .review-modal table td {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.l-company-rating .review-modal thead {
  border-bottom: 1px solid #cecece;
  font-size: 12px;
  line-height: 20px;
}

.l-company-rating .review-modal tbody {
  font-size: 14px;
}

.l-company-rating .review-modal tbody td {
  padding: 6px 0;
  font-size: 18px;
  font-weight: bold;
}

.l-company-rating .review-modal tbody td i {
  cursor: pointer;
}

.l-company-rating .review-modal tbody td i:hover {
  font-weight: bold;
}

.l-company-rating--modal {
  background: #e5e5e5;
  padding: 60px;
}

.l-company-rating--name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 35px;
}

.l-company-rating--name p {
  margin: 0 0 0 15px;
}

.l-company-rating--name p strong {
  display: block;
}

@media (max-width: 768px) {
  .l-company-rating .review-modal .modal-content {
    padding: 20px;
  }
  .l-company-rating .review-modal .c-title3 {
    font-size: 20px;
  }
  .l-company-rating .review-modal table th {
    word-break: break-all;
    font-size: 12px;
  }
  .l-company-rating--modal {
    padding: 20px;
  }
}

.l-company-review {
  padding: 45px 60px;
  background-color: #fafafa;
  height: 1000px;
  margin-bottom: 150px;
}

@media (max-width: 768px) {
  .l-company-review {
    padding: 20px 15px;
    margin-bottom: 50px;
  }
}

.company .dashboard-title .c-btn {
  float: right;
  padding: 2px 0;
}

.company-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  padding: 40px 55px 40px 20px;
}

.company-filter span {
  width: 85px;
  font-size: 14px;
  color: #383838;
  display: inline-block;
  font-weight: 600;
  margin-top: 8px;
}

.company-filter-content {
  width: calc(100% - 85px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.company-filter-content .c-btn {
  height: 40px;
}

.company-filter-content input,
.company-filter-content select {
  width: calc(100% / 6 - 15px);
  margin-right: 10px;
  height: 40px;
  height: 40px;
  border: 1px solid #d4d4d4;
  margin: 0 10px 0 0;
  vertical-align: middle;
  padding: 0 20px 0 15px !important;
  color: #000;
  font-size: 14px;
  margin-bottom: 10px;
}

.company-filter-content input:nth-last-child(2),
.company-filter-content select:nth-last-child(2) {
  margin-right: 0;
}

@media (max-width: 1440px) {
  .company-filter-content input,
  .company-filter-content select {
    width: calc(100% / 3 - 10px);
  }
}

@media (max-width: 767px) {
  .company-filter-content input,
  .company-filter-content select {
    width: calc(100% / 2 - 10px);
  }
}

@media (max-width: 500px) {
  .company-filter-content input,
  .company-filter-content select {
    width: 100%;
    margin-right: 0px;
  }
}

.company-filter-content ::-webkit-input-placeholder {
  color: #d7d7d7;
}

.company-filter-content :-ms-input-placeholder {
  color: #d7d7d7;
}

.company-filter-content ::-ms-input-placeholder {
  color: #d7d7d7;
}

.company-filter-content ::placeholder {
  color: #d7d7d7;
}

/*------------------------------------------------------------
company
------------------------------------------------------------*/

.l-contact {
  padding: 80px 0 90px;
  background-image: url(../img/tempt/contact/bg02.jpg);
  background-repeat: no-repeat;
  background-position: bottom left;
}

.l-contact p {
  font-size: 12px;
  line-height: 22px;
  color: #383838;
}

.l-contact .c-title1 {
  margin-bottom: 25px;
}

.l-contact .col-md-7 > div {
  background-color: #e5e5e5;
  padding: 35px 45px 90px 45px;
  font-size: 14px;
  line-height: 28px;
  color: #383838;
  position: relative;
  font-weight: bold;
}

.l-contact .c-btn {
  padding: 10px 0;
  margin: 20px auto 0;
}

.l-contact-bottom {
  width: 100%;
  padding: 10px !important;
  text-align: center;
  font-size: 12px !important;
  color: #fff !important;
  background-image: url(../img/tempt/contact/bg03.jpg);
  font-weight: 300 !important;
  background-position: center;
  line-height: 30px;
  background-size: cover;
}

.l-contact-bottom strong {
  font-weight: 500;
}

.l-contact-thankyou {
  height: 770px;
  color: #fff;
}

.l-contact-thankyou .container {
  -webkit-transform: translate(-50%, -20%);
  -ms-transform: translate(-50%, -20%);
  transform: translate(-50%, -20%);
}

.l-contact-thankyou .container .c-title1 {
  color: #fff;
  font-size: 60px;
  font-weight: 300;
  padding-bottom: 40px;
  margin-bottom: 30px;
}

.l-contact-thankyou .container .c-title1 strong {
  font-weight: bold;
}

.l-contact-thankyou .container .c-title1:before {
  background-color: #fff;
}

@media (max-width: 990px) {
  .l-contact-thankyou .container .c-title1 {
    font-size: 40px;
  }
}

@media (max-width: 768px) {
  .l-contact-thankyou .container .c-title1 {
    font-size: 30px;
  }
  .l-contact-thankyou .container .c-title1 strong {
    display: block;
  }
}

.l-contact-thankyou .container p a {
  display: table;
  font-weight: bold;
  color: #fff;
  margin: auto;
}

.l-contact-thankyou .container p a:hover {
  color: #7c1315;
}

.l-contact-thankyou--btn {
  display: table;
  margin: 50px auto 0;
}

.l-contact-thankyou--btn .c-btn {
  padding: 10px 0;
  position: relative;
  top: auto;
  right: auto;
  float: left;
  margin: 10px;
}

@media (max-width: 990px) {
  .l-contact-thankyou .container {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .l-contact-thankyou--btn {
    margin-top: 10px;
  }
}

/*------------------------------------------------------------
quotes
------------------------------------------------------------*/

.sibars {
  position: relative !important;
}
.l-quotes {
  padding: 70px 0;
  position: relative;
}

.l-quotes-title {
  font-size: 24px;
  line-height: 22px;
  color: #fff;
  text-transform: uppercase;
  padding: 15px 30px;
  background-color: #7c1315;
  -webkit-box-shadow: 10px 10px 10px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 10px 10px 10px 0 rgba(0, 0, 0, 0.2);
  font-weight: bold;
  margin: 0;
}

.l-quotes-title--big {
  text-transform: none;
  padding: 29px 45px;
  font-size: 24px;
}

.l-quotes .container {
  max-width: 1250px;
  width: 100%;
  position: relative;
}

.l-quotes-section {
  margin-bottom: 30px;
  border-bottom: 5px solid #7c1315;
}

.l-quotes-content {
  border-left: 2px solid #f0f0f0;
  border-right: 2px solid #f0f0f0;
  padding: 0 10px 0 20px;
}

.l-quotes-content.mCustomScrollbar {
  height: 285px;
}

.l-quotes-items {
  border-bottom: 1px solid #dddddd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.l-quotes-items input[type="checkbox"] ~ span {
  margin: 0 0 0 10px;
}

.l-quotes-items:last-child {
  border-bottom: none;
}

.l-quotes-items figure {
  width: 100px;
  padding: 0 10px;
  margin: 0;
}

.l-quotes-items--right {
  width: calc(100% - 100px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.l-quotes-items--right > div {
  width: calc(100% - 150px);
  display: inline-block;
}

.l-quotes-items--right p {
  margin: 0;
  font-size: 12px;
  line-height: 20px;
  color: #383838;
  font-weight: 500;
}

.l-quotes-items--right p span {
  font-size: 16px;
  margin-bottom: 10px;
  color: #000000;
  display: block;
  font-weight: bold;
}

.l-quotes-items--right label {
  float: right;
  max-width: 150px;
  margin: 0;
  vertical-align: middle;
  font-size: 14px;
  color: #7d1211;
  font-weight: 600;
  position: relative;
  text-transform: capitalize;
}

@media (max-width: 575px) {
  .l-quotes-items figure {
    width: 100%;
  }
  .l-quotes-items .l-quotes-items--right {
    width: 100%;
    margin-top: 15px;
  }
  .l-quotes-items .l-quotes-items--right p {
    width: 100%;
  }
}

.l-quotes-sibar {
  color: #1e1e1e;
  font-size: 13px;
  line-height: 22px;
  font-weight: 500;
  padding-left: 50px;
  position: initial;
}

.l-quotes-sibar.active {
  position: fixed !important;
}

/* .l-quotes-sibar h6 {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #bbbbbb;
}

.l-quotes-sibar strong {
  display: block;
  margin-bottom: 15px;
  text-transform: uppercase;
  padding-top: 5px;
  font-size: 16px;
}

.l-quotes-sibar ul {
  padding: 0 0 10px 15px;
}

.l-quotes-sibar ul li {
  list-style: none;
  margin-bottom: 15px;
}

.l-quotes-sibar ul li button {
  float: right;
  color: #7c1315;
  border: none;
  outline: none;
  background-color: transparent;
  font-size: 12px;
} */

.l-quotes-sibar .c-btn {
  margin: 30px auto 0;
  text-transform: uppercase;
}

.l-quotes-sibar:before {
  content: "";
  width: 20px;
  height: calc(100% + 140px);
  position: absolute;
  left: 0;
  top: -70px;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#fefefe),
    to(#f8f8f8)
  );
  background-image: -webkit-linear-gradient(left, #fefefe, #f8f8f8);
  background-image: -o-linear-gradient(left, #fefefe, #f8f8f8);
  background-image: linear-gradient(to right, #fefefe, #f8f8f8);
}

@media (max-width: 990px) {
  .l-quotes-sibar {
    padding: 0 15px !important;
    margin-bottom: 60px;
  }
  .l-quotes-sibar:before {
    display: none;
  }
}

.l-quotes-company .l-quotes-sibar {
  padding: 0 50px 0 15px;
}

.l-quotes-company .l-quotes-sibar:before {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#f8f8f8),
    to(#fefefe)
  );
  background-image: -webkit-linear-gradient(left, #f8f8f8, #fefefe);
  background-image: -o-linear-gradient(left, #f8f8f8, #fefefe);
  background-image: linear-gradient(to right, #f8f8f8, #fefefe);
  left: initial;
  right: 0;
}

.l-quotes-company .l-quotes-sibar input[type="checkbox"] ~ span {
  margin: 0 10px 0 0;
}

.l-quotes-company .l-quotes-sibar input[type="checkbox"]:checked ~ span:before {
  width: 12px;
  height: 7px;
  top: 1px;
  left: 1px;
  border-width: 3px;
}

.l-quotes-company .l-quotes-sibar h6 {
  font-weight: bold;
  position: relative;
  padding-bottom: 25px;
}

.l-quotes-company .l-quotes-sibar h6:before {
  content: "\f0d7";
  position: absolute;
  right: 0;
  top: 0;
  font-family: "Font Awesome 5 Free";
}

.l-quotes-company .l-quotes-sibar li {
  margin-bottom: 10px;
  font-size: 14px;
}

.l-quotes-company .l-quotes-sibar .c-search {
  margin-bottom: 30px;
  width: 100%;
}

.l-quotes-company .col-md-9 {
  position: relative;
}

.l-quotes-company .col-md-9 h2 {
  font-size: 32px;
  color: #1e1e1e;
  border-bottom: 1px solid #bbbbbb;
  padding-bottom: 10px;
  margin: 0 0 10px;
  font-weight: bold;
}

.l-quotes-company--view {
  position: absolute;
  right: 95px;
  top: -5px;
  font-weight: 600;
  color: #383838;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 170px;
}

.l-quotes-company--view select {
  margin-left: 15px;
}

.l-quotes-company--slider {
  position: relative;
  padding: 20px 0 !important;
}

/*.l-quotes-company--slider .l-quotes-company-item{
         position: relative;
    }*/

.l-quotes-company--slider:before {
  content: "";
  position: absolute;
  width: calc(100% + 40px);
  height: 100%;
  top: 0;
  left: -20px;
  border: 3px solid #7d1211;
  background: #fafafa;
  opacity: 0;
}

.l-quotes-company--slider .l-quotes-company-item {
  position: relative;
  padding: 30px;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  opacity: 0;
}

.l-quotes-company--slider .slick-slide .l-quotes-company-item {
  opacity: 1;
}

.l-quotes-company--slider .l-quotes-company-item:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  right: 0;
  border: 3px solid #7d1211;
}

.l-quotes-company--slider
  .l-quotes-company-item
  + .l-quotes-company-item:before {
  border-top: 0;
}

.l-quotes-company--slider .q-slider .slick-next:before,
.l-quotes-company--slider .q-slider .slick-prev:before {
  top: 0;
  left: 2px;
  line-height: 22px;
  text-align: center;
}

@media (max-width: 990px) {
  .l-quotes-company--slider:before {
    width: 100%;
    left: 0;
  }
}

.l-quotes-company--slider .q-slider-top {
  position: absolute;
  z-index: 9;
  top: 10px;
  left: 0 !important;
  background-color: #7d1211;
  color: #fff;
  padding: 5px 10px 5px 25px;
}

.l-quotes-company--slider .q-slider-top:before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 4px;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid #600706;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.l-quotes-company--slider .q-slider-top img {
  width: auto;
}

@media (max-width: 990px) {
  .l-quotes-company--slider .q-slider-top {
    left: -10px;
  }
}

.l-quotes-company--slider figure {
  width: 280px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.l-quotes-company--slider figure img {
  width: auto;
}

.l-quotes-company--slider .c-btn {
  float: right;
  margin: 40px 0 30px;
}

.l-quotes-company--slider .slick-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: left;
}

@media (max-width: 990px) {
  .l-quotes-company--slider {
    padding: 20px 15px;
  }
}

@media (max-width: 768px) {
  .l-quotes-company--slider figure {
    margin: auto;
  }
}

.l-quotes-company--content {
  width: calc(100% - 295px);
}

.l-quotes-company--content h5 {
  font-size: 18px;
  color: #000000;
  margin: 0 0 10px;
  font-weight: bold;
}

.l-quotes-company--content h6 {
  color: #383838;
  font-size: 14px;
  margin-bottom: 15px;
}

.l-quotes-company--content h6 i {
  color: #7d1211;
  font-size: 13px;
  margin-right: 15px;
}

.l-quotes-company--content .price > span {
  line-height: 26px;
}

.l-quotes-company--content .red {
  font-size: 12px;
  color: #7c1315;
  font-style: italic;
  font-weight: 600;
  margin: 10px 0;
}

@media (max-width: 768px) {
  .l-quotes-company--content {
    width: 100%;
  }
}

.l-quotes-company--left {
  display: inline-block;
  max-width: 60%;
}

.l-quotes-company--right {
  display: inline-block;
  float: right;
  text-align: right;
  max-width: 40%;
}

.l-quotes-company--right .o-point div {
  font-weight: 600;
  margin-right: 15px;
}

.l-quotes-company--right .o-point div p {
  color: #2e2e2e;
  font-size: 10px;
  line-height: 12px;
  margin: 5px 0 0;
}

.l-quotes-company--right .o-point span {
  margin: 0;
  width: 60px;
  height: 54px;
}

.l-quotes-company--right .o-point span:before {
  bottom: -7px;
}

.l-quotes-company--right p {
  margin-bottom: 0;
}

.l-quotes-company--right h6 {
  font-size: 12px;
  color: #d62725;
  margin: 10px 0 0;
  font-weight: bold;
}

.l-quotes-company--bottom {
  border-top: 1px solid #d0d0d0;
  padding-top: 15px;
}

.l-quotes-company--bottom p {
  font-size: 12px;
  color: #2e2e2e;
  line-height: 22px;
  font-weight: 500;
}

.l-quotes-company--bottom .link a {
  color: #7d1211;
  font-weight: 600;
  font-size: 14px;
  position: relative;
  display: inline-block;
}

.l-quotes-company--bottom .link a:hover {
  color: #92d050;
}

.l-quotes-company--bottom .link a:first-child {
  margin-right: 50px;
}

.l-quotes-company--bottom .link a:first-child:before {
  content: "";
  width: 1px;
  height: 12px;
  background-color: #d0d0d0;
  position: absolute;
  right: -29px;
  top: 6px;
}

.l-quotes-company--list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  padding-top: 40px;
  border-top: 1px solid #f4f4f4;
  margin-bottom: 40px;
}

.l-quotes-company--list figure {
  width: 280px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.l-quotes-company--list figure img {
  width: auto;
}

@media (max-width: 575px) {
  .l-quotes-company--right {
    width: 100%;
    max-width: 100%;
    float: none;
    text-align: left;
  }
  .l-quotes-company--left {
    width: 100%;
    max-width: 100%;
  }
}

.l-quotes-request .c-title2 {
  text-align: center;
  font-size: 32px;
  margin-bottom: 40px;
}

.l-quotes-request .l-quotes-content {
  border-bottom: 1px solid #f0f0f0;
  padding: 0 45px;
}

.l-quotes-request .l-quotes-items {
  padding: 45px 0;
}

.l-quotes-request h4 {
  font-size: 22px;
  font-weight: bold;
  border-bottom: 1px solid #a0a0a0;
  padding-bottom: 25px;
  margin: 0 0 25px;
}

.l-quotes-request--form {
  margin-top: 30px;
}

.l-quotes-request--form > div > div {
  background-color: #e5e5e5;
  padding: 35px 45px 20px 45px;
  font-size: 14px;
  color: #1e1e1e;
  line-height: 22px;
  font-weight: 600;
}

.l-quotes-request--form > div > div select {
  width: 100%;
  margin: 10px 0 15px;
  padding: 0 30px;
  height: 42px;
}

@media (max-width: 990px) {
  .l-quotes-request--form .col-lg-6:first-child {
    margin-bottom: 30px;
  }
}

.l-quotes-request--choose {
  margin: 10px -10px 20px;
  text-align: center;
}

.l-quotes-request--choose > div {
  padding: 0 10px;
}

.l-quotes-request--choose > div > div {
  border-radius: 20px;
  padding: 15px 0;
  font-size: 12px;
  font-weight: 500;
  color: #383838;
  cursor: pointer;
  border: 3px solid transparent;
}

.l-quotes-request--choose > div > div.active {
  border: 3px solid #7c1315;
  color: #7c1315;
}

.l-quotes-request--choose > div > div.active .img-active {
  display: block;
}

.l-quotes-request--choose > div > div.active .img-nomar {
  display: none;
}

.l-quotes-request--choose figure {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.l-quotes-request--choose .img-active {
  display: none;
}

.l-quotes-request input[type="radio"] ~ span {
  margin-top: 20px;
  vertical-align: sub;
}

.l-quotes-request label {
  min-width: 80px;
}

.l-quotes-request .floor {
  margin: 0 0 10px;
}

.l-quotes-request .floor span {
  margin-top: 0 !important;
}

.l-quotes-request .floor label:nth-last-child(2) {
  margin-left: 30px;
}

.l-quotes-request--terms {
  background-color: #e5e5e5;
  padding: 35px 45px 20px 45px;
  font-size: 12px;
  line-height: 22px;
  margin-top: 30px;
}

.l-quotes-request--terms h4 {
  color: #1e1e1e;
}

.l-quotes-request--terms a {
  color: #7d1211;
  font-weight: bold;
}

.l-quotes-request--terms a:hover {
  color: #56d388;
}

.l-quotes-request--terms label {
  display: block;
  width: 100%;
  font-weight: 500;
}

.l-quotes-request--terms label span {
  background-color: #fff;
}

.l-quotes-request--link {
  margin: 80px 0 0;
  text-align: center;
}

.l-quotes-request--link .c-btn {
  display: inline-block;
  margin: 15px 6px;
}

.l-quotes-request .quotes-modal .modal-dialog {
  max-width: 725px;
}

.l-quotes-request .quotes-modal .modal-content {
  border-radius: 20px;
  padding: 40px 60px 60px;
}

.l-quotes-request .quotes-modal .fa-check-circle {
  font-size: 79px;
  color: #56d388;
  font-weight: bold;
  margin: auto;
}

.l-quotes-request .quotes-modal .c-title2 {
  margin: 30px 0;
}

.l-quotes-request .quotes-modal p {
  font-size: 14px;
  color: #1e1e1e;
  font-weight: 500;
  line-height: 26px;
}

.l-quotes-request .quotes-modal h6 {
  color: #9f9f9f;
  font-size: 14px;
  margin: 10px 0 20px;
}

.q-tooltips {
  position: absolute;
  right: 150px;
  top: -35px;
  width: 330px;
  min-height: 90px;
  z-index: 3;
  display: none;
  border-radius: 20px;
  background-image: url(../img/tempt/quotes/bg02.jpg);
  background-size: cover;
  -webkit-box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.2);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 50px;
  text-align: center;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}

.q-tooltips:before {
  content: "";
  position: absolute;
  top: 50%;
  right: -10px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #fff;
}

@media (max-width: 575px) {
  .q-tooltips {
    width: 200px;
    min-height: 50px;
    padding: 5px 20px;
    top: auto;
    right: auto;
    left: 0;
    bottom: 100%;
    margin-bottom: 15px;
  }
  .q-tooltips:before {
    top: 100%;
    left: 50%;
    right: auto;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    border-top: 10px solid #fff;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
  }
  .l-quotes-items .l-quotes-items--right {
    padding: 0 10px;
  }
  .l-quotes-items figure img {
    width: 100%;
  }
  .l-quotes-items--right > div {
    width: 100%;
    margin-left: 0 !important;
  }
  .l-quotes-items .l-quotes-items--right p {
    display: block !important;
    width: 100% !important;
  }
}

.l-newsletters {
  margin: 80px 0;
}

.l-newsletters .container {
  max-width: 1250px;
  width: 100%;
}

.l-newsletters .read-more {
  margin: auto;
}

.l-newsletters .l-quotes-sibar {
  padding: 0 50px 0 15px;
}

.l-newsletters .l-quotes-sibar h6 {
  color: #1e1e1e;
  font-weight: bold;
  margin: 0;
}

.l-newsletters .l-quotes-sibar strong {
  padding: 15px 0;
  margin: 0;
}

.l-newsletters .l-quotes-sibar strong.accordion-title:before {
  top: 15px;
}

.l-newsletters .siba-content div {
  border-bottom: 1px solid #bbbbbb;
}
.siba-content {
  overflow: auto;
}
.siba-content .accordion-title {
  padding-right: 10px;
}

.l-newsletters .l-quotes-sibar:before {
  display: none;
}

.l-newsletters .l-quotes-sibar li {
  cursor: pointer;
  margin-bottom: 5px;
  font-size: 14px;
}

.l-newsletters .l-quotes-sibar li a {
  color: #1e1e1e;
  display: block;
}

.l-newsletters .l-quotes-sibar li.active,
.l-newsletters .l-quotes-sibar li.active a {
  font-weight: 600;
  color: #7d1211;
}

.l-newsletters .col-md-9 .row {
  margin: 0 -8px;
}

.l-newsletters .col-md-9 .row .read-more {
  margin: auto;
}

.l-newsletters-items {
  padding: 0 8px;
  margin-bottom: 40px;
}

.l-newsletters-items > div {
  position: relative;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  -webkit-box-shadow: 0 0 0px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 0px 0px rgba(0, 0, 0, 0.1);
}

.l-newsletters-items > div:hover {
  -webkit-box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}

.l-newsletters-items > div:hover img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}

.l-newsletters-items > div:hover .c-btn {
  background-color: transparent;
  color: #7f7f7f;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.l-newsletters-items > div:hover .c-btn:before {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border: 3px solid #7f7f7f;
}

.l-newsletters-items time {
  position: absolute;
  top: -10px;
  right: 10px;
  background-color: #2e2e2e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  color: #fff;
  font-size: 12px;
  line-height: 0px;
  text-align: center;
  height: 60px;
  width: 60px;
  z-index: 9;
}

.l-newsletters-items time strong {
  display: block;
  font-size: 26px;
  font-weight: 600;
  width: 100%;
  line-height: 5px;
}

.l-newsletters-items figure {
  overflow: hidden;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.l-newsletters-items figure img {
  width: 100%;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}

.l-newsletters-items--content {
  padding: 25px;
}

.l-newsletters-items--content h6 {
  color: #1e1e1e;
  font-weight: bold;
  margin: 0 0 10px;
  line-height: 24px;
}

.l-newsletters-items--content p {
  font-size: 12px;
  line-height: 22px;
  color: #383838;
  margin-bottom: 18px;
}

.l-newsletters-items--content .c-btn {
  width: 155px;
}

.l-newsletters-detail {
  margin: 80px 0;
}

.l-newsletters-detail--content {
  padding: 55px 50px;
}

@media (max-width: 990px) {
  .l-newsletters-detail--content {
    padding: 30px;
  }
}

.l-newsletters-detail h2 {
  border-bottom: 1px solid #b2b2b2;
  margin: 0 0 20px;
  font-size: 32px;
  line-height: 32px;
  font-weight: bold;
  color: #1e1e1e;
}

.l-newsletters-detail h2 time {
  display: block;
  font-size: 14px;
  color: #7d1211;
  font-weight: 500;
  margin: 20px 0;
}

.l-newsletters-detail h2 time i {
  font-weight: bold;
  margin-right: 10px;
}

.l-newsletters-detail p {
  font-size: 12px;
  line-height: 22px;
  color: #383838;
  font-weight: 500;
}

.l-newsletters-detail .grid {
  display: inline-block;
  width: 100%;
  margin: 20px 0;
}

.l-newsletters-detail .grid img {
  margin-bottom: 10px;
}

.l-newsletters-detail .grid-item {
  margin: 0 10px 0 0;
  float: left;
}

.l-newsletters-detail .grid-item:nth-child(1) {
  width: 44.5%;
}

.l-newsletters-detail .grid-item:nth-child(2) {
  width: 30%;
}

.l-newsletters-detail .grid-item:nth-child(3) {
  width: 23.2%;
  margin-right: 0;
}

@media (max-width: 1199px) {
  .l-newsletters-detail .grid-item:nth-child(3) {
    width: 22%;
  }
}

.l-newsletters-detail--link {
  margin-top: 70px;
}

.l-newsletters-detail--link .c-btn {
  display: inline-block;
}

.l-newsletters-detail--link .c-btn:first-child {
  margin-right: 10px;
}

@media (max-width: 990px) {
  .l-newsletters-detail {
    margin: 40px 0;
  }
  .l-newsletters-detail h2 {
    font-size: 24px;
  }
  .l-newsletters-detail .l-newsletters-detail--link {
    margin-top: 40px;
  }
  .l-newsletters-detail .l-newsletters-detail--link .c-btn {
    margin-top: 15px;
  }
}

.l-newsletters-articles {
  background-color: #fafafa;
  padding: 80px 0;
}

.l-newsletters-articles h2 {
  font-size: 32px;
  color: #1e1e1e;
  font-weight: bold;
  margin: 0 0 60px;
  text-align: center;
}

.l-newsletters-articles .l-newsletters-items {
  padding: 10px 8px;
  margin-bottom: 0;
}

.l-newsletters-articles .read-more {
  color: #000000;
  margin: 20px auto 0;
  display: table;
}

.l-newsletters-articles .read-more:hover {
  color: red;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.l-newsletters-articles .slick-prev:before,
.l-newsletters-articles .slick-next:before {
  border-color: #2a2a2a;
  width: 15px;
  height: 15px;
}

.l-newsletters-articles .slick-disabled:before {
  border-color: #c6c6c6;
}

.l-newsletters-articles .slick-prev {
  left: -50px;
}

.l-newsletters-articles .slick-next {
  right: -50px;
}

@media (max-width: 990px) {
  .l-newsletters-articles {
    padding: 40px 0;
  }
  .l-newsletters-articles .slick-prev {
    left: -10px;
  }
  .l-newsletters-articles .slick-next {
    right: -10px;
  }
  .l-newsletters-articles h2 {
    font-size: 24px;
  }
}

.l-project .c-btn--blue {
  margin: 30px 0;
}

.l-project-items {
  text-align: left;
  border: 1px solid #f0f0f0;
  margin-bottom: 30px;
}

.l-project-items--content {
  padding: 20px;
  font-size: 14px;
  color: #383838;
  line-height: 22px;
  position: relative;
}

.l-project-items--content .row {
  margin-bottom: 20px;
}

.l-project-items--content .row i {
  color: #7d1211;
  margin-right: 10px;
  font-weight: bold;
}

.l-project-items--content .c-btn {
  margin-bottom: 30px;
  font-size: 18px;
}

.l-project-items--content .c-btn:hover {
  border-color: #707070;
  background: #707070;
  color: #fff;
}

.l-project-items--content .c-btn:hover:before {
  border-color: #707070;
}

@media (min-width: 990px) {
  .l-project-items--content .c-btn {
    position: absolute;
    right: 20px;
    top: 50px;
    margin-bottom: 0;
  }
}

.l-project-items--content p {
  font-size: 12px;
}

.l-project-items--content .read-more i {
  margin-left: 10px;
}

.l-project-date > div:first-child {
  position: relative;
}

.l-project-date > div:first-child:before {
  content: "-";
  color: #000;
  position: absolute;
  right: -5px;
  top: 8px;
}

@media (max-width: 767px) {
  .l-project-date > div:first-child:before {
    display: none;
  }
}

.l-project-date .col-md-5 {
  white-space: nowrap;
}

.l-project-date .col-md-5 span {
  display: inline-block;
  width: 65px;
}

.l-project-date .col-md-5 select {
  width: calc(100% - 65px);
}

@media (max-width: 767px) {
  .l-project-date .col-md-5:last-child {
    margin: 20px 0 40px;
  }
}

.l-project-slider {
  padding-top: 40px;
  border-top: 1px solid #bbbbbb;
  margin-top: 15px;
}

.l-project-slider .slick-next,
.l-project-slider .slick-prev {
  top: -35px;
}

.l-project-slider--arrow {
  width: 100%;
  display: block;
  position: relative;
}

.l-project-slider--arrow .slick-next,
.l-project-slider--arrow .slick-prev {
  top: 0;
}

.l-project .c-pages {
  margin-bottom: 60px;
  padding-top: 20px;
}

.l-project-detail--top {
  font-size: 14px;
  color: #383838;
  line-height: 32px;
  margin: 60px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-weight: 500;
  width: 100%;
}

.l-project-detail--top h4 {
  color: #000000;
  font-size: 24px;
  margin: 0 0 15px;
  font-weight: bold;
}

.l-project-detail--left {
  width: 84%;
}

.l-project-detail--left i {
  color: #7d1211;
  margin-right: 10px;
}

.l-project-detail--left span {
  padding-right: 15px;
  display: inline-block;
}

.l-project-detail--left span i {
  color: #383838;
}

.l-project-detail--right {
  width: 16%;
  padding-left: 20px;
}

.l-project-detail--right div {
  border: 2px solid #7c1315;
  text-align: center;
  padding: 15px 5px;
}

.l-project-detail--right p {
  font-size: 12px;
  color: #7a7a7b;
  margin-bottom: 0px;
}

.l-project-detail--right h3 {
  font-size: 28px;
  color: #7c1315;
  font-weight: bold;
  margin: 0 0 20px 0;
}

.l-project-detail--right h3:last-child {
  margin: 0;
}

.l-project-detail--right .c-btn {
  margin: 10px auto 0;
  padding: 10px 0;
}

.l-project-detail--addpress {
  border-top: 1px solid #e2e2e2;
  padding-top: 30px;
}

.l-project-detail--content > div > div {
  background-color: #e5e5e5;
  margin-bottom: 30px;
  padding: 30px 45px;
  font-size: 14px;
  line-height: 24px;
  color: #383838;
  font-weight: 500;
}

@media (max-width: 767px) {
  .l-project-detail--content > div > div {
    padding: 20px;
  }
  .l-project-detail--content > div > div .float-right {
    float: none !important;
    display: block;
    margin-top: 20px;
  }
}

.l-project-detail--content p {
  margin: 0;
}

.l-project-detail--content .detail-4 p {
  margin-bottom: 5px;
}

.l-project-detail--content .detail-4 div div {
  margin: 10px 0 20px;
  font-weight: bold;
  font-size: 16px;
  color: #1e1e1e;
}

.l-project-detail--content .detail-4 div div img {
  vertical-align: middle;
  margin-right: 20px;
}

.l-project-detail--content .detail-8 h6 {
  margin: 0 0 20px;
  font-size: 14px;
}

.l-project-detail--content .detail-8 p {
  margin-bottom: 15px;
  font-size: 12px;
  line-height: 22px;
}

.l-project-detail--content .detail-5 .row {
  margin: 0 -5px;
}

.l-project-detail--content .detail-5 .col-6 {
  padding: 0 5px;
  margin-bottom: 10px;
  cursor: pointer;
}

.l-project-detail--content .detail-5 figure {
  position: relative;
  margin: 0;
}

.l-project-detail--content .detail-5 figure:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0px solid #7c1315;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.l-project-detail--content .detail-5 .active figure:before {
  border-width: 5px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

@media (max-width: 767px) {
  .l-project-detail--content .detail-5 {
    margin-top: 10px;
  }
}

.l-project-detail--slider .slick-next,
.l-project-detail--slider .slick-prev {
  border-radius: 50%;
  top: initial;
  bottom: 10px;
  width: 20px;
  height: 20px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  outline: none;
}

.l-project-detail--slider .slick-next:before,
.l-project-detail--slider .slick-prev:before {
  color: #fff;
  font-size: 22px;
  width: 20px;
  height: 20px;
  border: none;
  top: 9px;
  left: 3px;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.l-project-detail--slider .slick-prev {
  right: 50px;
  left: initial;
}

.l-project-detail--slider .slick-prev:before {
  content: "\f137";
}

.l-project-detail--slider .slick-next {
  right: 20px;
  left: initial;
}

.l-project-detail--slider .slick-next:before {
  content: "\f138";
}

.l-project-detail--slider .slick-disabled:before {
  color: #b1b1b1;
}

.l-project-detail--link {
  text-align: center;
  margin: 30px 0 60px;
}

.l-project-detail--link .c-btn {
  padding: 10px 0;
  display: inline-block;
  margin: 0 5px;
}

@media (max-width: 990px) {
  .l-project-detail--left {
    width: 100%;
  }
  .l-project-detail--right {
    width: 100%;
    margin-top: 20px;
  }
}

.l-project-news {
  margin: 80px 0;
}

.l-project-news .c-title2 {
  text-align: center;
  font-size: 32px;
}

.l-project-news--content > div {
  background-color: #e5e5e5;
  padding: 30px 35px 20px;
  color: #383838;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 30px;
}

.l-project-news--content select {
  margin: 10px 0 15px;
  height: 42px;
}

.l-project-news--content .floor {
  margin: 17px 0 0;
}

.l-project-news--content .floor span:nth-child(2),
.l-project-news--content .floor span:nth-child(3) {
  margin-left: 30px;
}

.l-project-news .row .l-quotes-request--terms {
  font-size: 14px;
  line-height: 24px;
  color: #383838;
  font-weight: 600;
}

.l-project-news .row .l-quotes-request--terms textarea {
  height: 270px;
  font-weight: 300;
  padding: 5px 10px;
}

.l-project-news .row .l-quotes-request--terms .read-more {
  margin-top: 30px;
  font-weight: 500;
}

.tender .dashboard-title {
  margin-bottom: 50px;
}

@media (max-width: 576px) {
  .tender .dashboard-title .c-btn {
    float: none;
    margin-top: 10px !important;
  }
}

.tender thead {
  text-transform: capitalize;
}

.tender td {
  max-width: 100px;
}

.tender .c-btn {
  margin: -20px 0 15px;
  float: right;
  text-transform: uppercase;
  font-weight: 600;
  padding: 2px 0;
}

.tender .dashboard-filter .col-2 {
  min-width: 200px;
}

.tender-view .dashboard-table thead td:last-child {
  text-align: left;
}

.tender-view .dashboard-filter > .row > div > .row > div:first-child {
  margin-bottom: 20px;
}

.tender-view .dashboard-title .c-btn {
  margin: 0;
}

@media (min-width: 1700px) {
  .tender .tender2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
}

.tender .dashboard-filter {
  padding-bottom: 30px;
}

.tender .dashboard-filter .row > div {
  margin-bottom: 0;
  display: block;
}

.tender .dashboard-filter .row > div span {
  float: left;
  margin-top: 10px;
}

.tender .dashboard-filter .row > div .c-btn {
  margin: 30px 0;
}

@media (max-width: 1200px) {
  .tender .dashboard-filter .row .col-sm-2 {
    min-width: 200px;
  }
}

@media (max-width: 990px) {
  .tender .dashboard-filter .row .col-xl-6 {
    margin-top: 20px;
  }
}

@media (max-width: 576px) {
  .tender .dashboard-filter .row .col-sm-6:last-child {
    margin-top: 20px;
  }
}

.profile-content .read-more {
  font-size: 12px;
  margin-bottom: 15px;
  display: inline-block;
}

.profile-content .col-2 {
  padding-top: 15px;
}

@media (max-width: 767px) {
  .profile-content {
    padding: 20px 15px;
  }
}

.profile-content .radio {
  padding-top: 15px;
}

.profile-content .col-sm-2 {
  padding-top: 15px;
}

.profile .c-btn {
  margin: 60px auto;
  font-size: 12px;
}

.profile figure {
  margin: 0 auto;
  display: table;
  position: relative;
}

.profile figure button {
  position: absolute;
  bottom: 15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 190px;
  text-align: center;
  padding: 10px 0;
  border-radius: 30px;
  background-color: rgba(255, 255, 255, 0.8);
  color: #1b1b1b;
  font-size: 12px;
  line-height: 18px;
  font-weight: 600;
  border: none;
  text-transform: uppercase;
  outline: none;
}

@media (max-width: 767px) {
  .profile figure {
    margin-bottom: 20px;
  }
}

.advertisement-content {
  color: #383838;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
}

.advertisement-content p {
  padding: 20px 25px 40px;
  font-weight: 300;
}

.advertisement-content ul {
  padding: 0 25px;
}

.advertisement-content ul li {
  list-style: none;
  position: relative;
}

.advertisement-content ul li:before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #7c1315;
  position: absolute;
  left: -25px;
  top: 7px;
}

.advertisement-content ul li a {
  color: #383838;
  font-weight: bold;
}

.advertisement-content ul li a:hover {
  color: #92d050;
}

.advertisement .c-btn {
  margin-top: 50px;
  padding: 10px 0;
}

.advertisement-link {
  text-align: center;
}

.advertisement-link .c-btn {
  display: inline-block;
  margin: 40px 10px 0;
}

.advertisement .l-project-date > div:first-child:before {
  top: 40px;
}

@media (min-width: 1440px) {
  .advertisement .dashboard-filter .col-lg-4 {
    width: 16.666667%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
}

.ticker .modal-dialog {
  max-width: 620px;
}

.ticker .modal-form-content {
  max-width: 100% !important;
}

.ticker-list,
.ticker-list-project,
.ticker-list-promotion,
.ticker-list-banner,
.ticker-list-ticker {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.ticker-list > div,
.ticker-list-project > div,
.ticker-list-promotion > div,
.ticker-list-banner > div,
.ticker-list-ticker > div {
  padding: 0 10px 20px;
}

.ticker label,
.ticker button {
  max-width: 280px;
  min-width: 280px;
  margin: 0 auto 10px !important;
}

/*------------------------------------------------------------
wallet
------------------------------------------------------------*/

.wallet .add-more {
  margin: 0 0 30px;
}

.wallet .dashboard-table thead td:first-child {
  padding-left: 20px;
  min-width: 100px;
  text-align: center;
}

.wallet .dashboard-table th {
  min-width: 100px;
  text-align: center;
}

@media (min-width: 1700px) {
  .wallet .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .wallet .wallet6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

.l-quotes-request--form .c-title22,
.l-quotes-request--form .c-title22 strong {
  font-weight: 400;
}

.c-main .l-banner .item {
  position: relative;
}
.c-main .l-banner .slick-arrow {
  display: none !important;
}

.c-main .l-banner .item .full-link {
  z-index: 500;
}
.o-slider--bottom.l-banner .slick-track {
  min-width: 100%;
}
.pages {
  margin-top: 40px;
}
#yw0 li {
  float: left;
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
}

.siba {
  position: relative;
}
.list_name_service .c-btn {
  display: inline-block;
  margin-left: 20px;
  vertical-align: top;
}

.ui-autocomplete {
  max-height: 250px;
  overflow: auto;
}
@media (max-width: 767px) {
  .list_name_service .c-btn {
    margin: 10px 0 0;
    display: table;
  }
}
@media (max-width: 500px) {
  .list_name_service {
    width: 100%;
  }
}
.c-title2 strong {
  font-size: inherit !important;
}

.smartblock_btn_green, .smartblock_btn_gray {
  border: transparent;
  padding: 10px 16px;
  margin: 0px auto;
  border-radius: 10px;
  outline: none;
  box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
}

.smartblock_btn_green {
  background-color: #56d388;
  color: white;
}

.smartblock_btn_green:hover {
  background-color: #367a59;
}

.smartblock_btn_gray {
  color: #424242;
background-color: #EDEDED;
}

.smartblock_btn_gray:hover {
  background-color: #F5F5F5;
}

.two_rows {
  overflow: hidden;
  max-height: calc(1lh * 2);
  overflow-wrap: break-word;
  display: block;
}

.two_row_title {
  overflow: clip;
  max-height: calc(1lh * 2);
}

.outline_polygon {
  width: 130px;
  height: 75px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
  shape-outside: polygon(0% 50%, 28% 50%, 28% 0%, 100% 0%, 100% 100%, 0% 100%);
}

@media (max-width: 1024px) {
  .smartblock_btn_green, .smartblock_btn_gray {
    padding: 8px 16px;
  }
}
