* {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  font-family: "Roboto", Arial, sans-serif; }

img {
  width: 100%;
  height: auto; }

p {
  margin: 0; }

input {
  border-radius: 0 !important; }

button:focus {
  outline: none;
  box-shadow: none !important; }

.bg-green {
  background-color: #02a44f; }

.bg-grey-b3 {
  background-color: #b3b3b3; }

.bg-grey-f2 {
  background-color: #f2f2f2; }

.bg-dark-green {
  background-color: #00843b; }

.text-black-33 {
  color: #333333; }

.text-black-02 {
  color: #000022; }

.text-white {
  color: #fff; }

.text-green {
  color: #02a44f; }

.text-grey-66 {
  color: #666666; }

.text-grey-b3 {
  color: #b3b3b3; }

.text-grey-4d {
  color: #4d4d4d; }

.text-grey-cc {
  color: #cccccc; }

.border-red {
  border-color: #fe0000 !important; }

.border-green {
  border-color: #02a44f !important; }

.border-white {
  border-color: #fff !important; }

.border-light-red {
  border-color: #d54042 !important; }

.margin-right-10 {
  margin-right: 10px; }

.margin-left-10 {
  margin-left: 10px; }

.padding-5 {
  padding: 5px; }

.padding-bottom-5 {
  padding-bottom: 5px; }

.padding-top-5 {
  padding-top: 5px; }

.padding-left-10 {
  padding-left: 10px; }

.padding-right-10 {
  padding-right: 10px; }

.padding-top-10 {
  padding-top: 10px; }

.padding-bottom-10 {
  padding-bottom: 10px; }

.padding-bottom-15 {
  padding-bottom: 15px; }

.padding-top-15 {
  padding-top: 15px; }

.padding-right-15 {
  padding-right: 15px; }

.padding-left-15 {
  padding-left: 15px; }

.mc-py-15 {
  padding-top: 15px;
  padding-bottom: 15px; }

.padding-20 {
  padding: 20px; }

.padding-right-20 {
  padding-right: 20px; }

.padding-bottom-25 {
  padding-bottom: 25px; }

.padding-30 {
  padding: 30px; }

.padding-top-30 {
  padding-top: 30px; }

.padding-bottom-30 {
  padding-bottom: 30px; }

.padding-left-30 {
  padding-left: 30px; }

.mc-px-30 {
  padding-left: 30px;
  padding-right: 30px; }

.padding-right-30 {
  padding-right: 30px; }

.mc-py-30 {
  padding-top: 30px;
  padding-bottom: 30px; }

.padding-bottom-35 {
  padding-bottom: 30px; }

.padding-top-40 {
  padding-top: 40px; }

.padding-bottom-40 {
  padding-bottom: 40px; }

.padding-right-40 {
  padding-right: 40px; }

.padding-left-40 {
  padding-left: 40px; }

.mc-py-40 {
  padding-top: 40px;
  padding-bottom: 40px; }

.padding-left-45 {
  padding-left: 45px; }

.padding-right-50 {
  padding-right: 50px; }

.padding-left-50 {
  padding-left: 50px; }

.padding-bottom-50 {
  padding-bottom: 50px; }

.padding-top-50 {
  padding-top: 50px; }

.mc-py-50 {
  padding-top: 50px;
  padding-bottom: 50px; }

.padding-left-65 {
  padding-left: 65px; }

.padding-right-65 {
  padding-right: 65px; }

.padding-bottom-65 {
  padding-bottom: 65px; }

.padding-bottom-70 {
  padding-bottom: 70px; }

.mc-btn {
  display: inline-block;
  min-width: 102px;
  height: 33px;
  border: 1px solid #02a44f;
  cursor: pointer;
  padding: 0;
  border-radius: 0 !important;
  font-size: 13.5px; }

.mc-btn-primary {
  color: #fff;
  background-color: #02a44f; }
  .mc-btn-primary:hover {
    background-color: #00843b; }

a.mc-btn {
  -webkit-appearance: initial;
  padding: 7px; }
  a.mc-btn:focus {
    box-shadow: none !important; }
  a.mc-btn:hover {
    color: #fff; }

.mc-input {
  background-color: #02a44f;
  border: none;
  padding: 15px 20px; }
  .mc-input:focus {
    background-color: #02a44f; }
  .mc-input::-webkit-input-placeholder {
    font-style: italic; }

.mc-input-search {
  border-color: #fff !important;
  background: #fff url("../images/search.png") no-repeat;
  background-position: 98% !important;
  background-size: 5%;
  color: #000 !important;
  padding-right: 40px;
  width: 100% !important;
  margin: 0 !important; }
  .mc-input-search:focus {
    background-color: #fff;
    border-color: #02a44f !important; }

.d-input-search button {
  cursor: pointer;
  position: absolute;
  border: 1px solid #02a44f;
  background: none;
  border-left: none;
  height: 38px;
  width: 38px;
  top: 76px;
  right: 0; }

.logo img {
  max-width: 253px; }

li.search:hover {
  background-color: transparent !important; }
li.search img {
  width: 20px; }

.header-menu ul {
  margin: 0; }
.header-menu li {
  cursor: pointer; }
.header-menu li:last-child:hover {
  background-color: transparent !important; }

.mc-navbar li, .mc-navbar a {
  -webkit-transition: all 0s ease;
  -moz-transition: all 0s ease;
  -ms-transition: all 0s ease;
  -o-transition: all 0s ease;
  transition: all 0s ease; }
.mc-navbar li {
  padding: 50px 15px 15px; }
  .mc-navbar li:hover {
    background-color: #02a44f;
    color: #fff; }
    .mc-navbar li:hover a {
      color: inherit; }
  .mc-navbar li.active {
    background-color: #02a44f; }
    .mc-navbar li.active a {
      color: #fff; }
.mc-navbar li:last-child {
  padding-right: 0; }

.mc-navbar-collapse li {
  padding: 8px 0; }
.mc-navbar-collapse .mc-input-search {
  background-size: 4%; }

.language img {
  min-width: 25px; }

nav.mc-navbar .sub-menu-active {
  position: relative; }
nav.mc-navbar .sub-menu {
  z-index: 2;
  width: max-content;
  min-width: 175px;
  padding-top: 13px;
  position: absolute;
  top: 86px;
  left: 0; }
  nav.mc-navbar .sub-menu ul {
    background-color: #fff;
    box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.75);
    border-bottom: 3px solid #02a44f; }
  nav.mc-navbar .sub-menu li {
    padding: 0;
    padding: 15px 15px;
    border-bottom: 1px solid #cccccc;
    color: #000 !important;
    background: transparent !important; }
  nav.mc-navbar .sub-menu li:last-child {
    border: none; }

nav.mc-navbar-collapse .sub-menu ul {
  padding: 15px 15px; }
nav.mc-navbar-collapse .sub-menu li {
  padding: 7px 0;
  border-bottom: 1px solid #cccccc; }

.sub-menu {
  display: none !important; }

.sub-menu-active:hover .sub-menu {
  display: block !important; }

div.mc-navbar {
  position: relative; }

.social-network a {
  display: inline-block;
  width: 40px;
  height: 40px;
  border: 1px solid;
  border-radius: 5px;
  margin-right: 2px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease; }
  .social-network a:hover {
    background-color: #fff; }
    .social-network a:hover i {
      color: #02a44f; }
.social-network i {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  font-size: 13px;
  line-height: 40px; }

.project-info img {
  max-width: 47px; }

.company-info div {
  padding-bottom: 10px; }

.statistical-access div {
  height: 95% !important; }

.statistical-access-content {
  width: 100%; }

.statistical-access-title, .statistical-access-data div {
  width: 55%; }

.slick-slide {
  outline: none; }

.slick-dots {
  margin: 0; }
  .slick-dots li {
    margin: 0;
    height: 0; }
    .slick-dots li button {
      background-color: #fff;
      padding: 0;
      height: 8px;
      width: 8px;
      border-radius: 50%; }
      .slick-dots li button:before {
        display: none;
        height: 0; }
    .slick-dots li.slick-active button {
      background-color: #fe0000; }

.slick-arrow {
  display: none !important; }

.slick-slider {
  margin: 0; }

.banner {
  z-index: 1px; }
  .banner .slider-responsive, .banner .slider {
    min-width: 100% !important; }
  .banner .slider-responsive {
    position: relative; }
  .banner .slick-dots {
    top: 240px;
    right: 0;
    width: max-content;
    padding-right: 8%; }
    .banner .slick-dots li {
      padding: 0 10px;
      width: 10px; }

.slick-dots {
  height: 0; }

.banner-text {
  position: absolute;
  top: 125px;
  right: 0;
  padding-right: 8%; }
  .banner-text p:last-child {
    max-width: 500px; }

.customer-comment .slick-dots {
  position: inherit;
  bottom: 7px;
  margin: auto; }
  .customer-comment .slick-dots li {
    padding: 0 10px;
    width: 10px; }
.customer-comment .slider {
  padding-left: 7%;
  padding-right: 7%; }

.header, .body, .footer {
  width: 100%; }

ul {
  list-style: none; }

a {
  color: inherit;
  text-decoration: none; }
  a:hover {
    text-decoration: none;
    color: inherit; }
  a:focus {
    outline: none; }

li, a {
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease; }

p {
  line-height: 24px; }

.font-weight-500 {
  font-weight: 500; }

h1 {
  font-size: 34px !important; }

.font-size-11 {
  font-size: 11px; }

.font-size-13 {
  font-size: 13px; }

.font-size-14 {
  font-size: 14px; }

.font-size-15 {
  font-size: 15px; }

.font-size-16 {
  font-size: 16px; }

.font-size-18 {
  font-size: 18px; }

.font-size-20 {
  font-size: 20px; }

.font-size-23 {
  font-size: 23px; }

.font-size-24 {
  font-size: 24px !important; }
.font-size-30 {
  font-size: 30px;
}
.font-size-34 {
  font-size: 34px; }

.font-size-36 {
  font-size: 36px; }

.font-size-37 {
  font-size: 37px; }

.font-size-26 {
  font-size: 26px !important; }

.font-size-81 {
  font-size: 81px; }

.line-height-15 {
  line-height: 15px; }

.line-height-20 {
  line-height: 20px; }

.line-height-32 {
  line-height: 32px; }

.line-height-30 {
  line-height: 30px; }

.line-height-81 {
  line-height: 81px; }

.border-bottom {
  border-bottom: 2px solid #ececec; }

.border-right {
  border-right: 1px solid; }

.border-left {
  border-left: 1px solid; }

.border-thick {
  border-width: 1.5px !important; }

.border-w-6 {
  border-width: 6px !important; }

.border-w-3 {
  border-width: 3px !important; }

.line-34 {
  width: 34px; }

.line-46 {
  width: 46px; }

.overflow-hidden {
  overflow: hidden; }

.logo {
  padding-bottom: 6px; }

.about-us li {
  padding: 10px 0; }

[class*=our-service-] {
  min-height: 364px; }

.our-service-1 {
  background: linear-gradient(rgba(182, 172, 172, 0.8), rgba(182, 172, 172, 0.8)), url("../images/service-1.png");
  background-size: cover; }
  .our-service-1:hover {
    background: linear-gradient(rgba(2, 164, 79, 0.8), rgba(2, 164, 79, 0.8)), url("../images/service-1.png");
    background-size: cover; }

.our-service-2 {
  background: linear-gradient(rgba(182, 172, 172, 0.8), rgba(182, 172, 172, 0.8)), url("../images/service-2.png");
  background-size: cover; }
  .our-service-2:hover {
    background: linear-gradient(rgba(2, 164, 79, 0.8), rgba(2, 164, 79, 0.8)), url("../images/service-2.png");
    background-size: cover; }

.our-service-3 {
  background: linear-gradient(rgba(182, 172, 172, 0.8), rgba(182, 172, 172, 0.8)), url("../images/service-3.png");
  background-size: cover; }
  .our-service-3:hover {
    background: linear-gradient(rgba(2, 164, 79, 0.8), rgba(2, 164, 79, 0.8)), url("../images/service-3.png");
    background-size: cover; }

.our-service-4 {
  background: linear-gradient(rgba(182, 172, 172, 0.8), rgba(182, 172, 172, 0.8)), url("../images/service-4.png");
  background-size: cover; }
  .our-service-4:hover {
    background: linear-gradient(rgba(2, 164, 79, 0.8), rgba(2, 164, 79, 0.8)), url("../images/service-4.png");
    background-size: cover; }

.our-service-content {
  height: 100%; }

.opacity-30 {
  opacity: 0.3; }

.particular-project-text {
  padding: 30px 6% 30px; }
  .particular-project-text p {
    padding: 0 30px 30px; }

.customer-comment-content p:nth-child(2) {
  padding: 0 60px; }

.customer-comment-content {
  max-width: 768px; }

.about-us .row div:nth-child(1) p:last-child {
  max-width: 100%; }
.about-us .row div:nth-child(3) {
  max-width: 380px !important;
  margin: auto; }

.breadcrumb {
  margin: 0;
  padding: 0;
  color: inherit;
  background: transparent; }
  .breadcrumb a, .breadcrumb li.active, .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    color: inherit;
    font-size: 14px; }

.hover-green {
  -webkit-transition: all .3s ease !important;
  -moz-transition: all .3s ease !important;
  -ms-transition: all .3s ease !important;
  -o-transition: all .3s ease !important;
  transition: all .3s ease !important; }
  .hover-green:hover {
    color: #02a44f !important; }

.company p {
  line-height: 29px;
  font-size: 15px;
  text-align: justify; }

.company-body-top img {
  min-width: 100%; }

.company-header {
  background: transparent url("../images/bg-header-company.png") no-repeat; }
  .company-header a:hover {
    text-decoration: underline; }

.company-body-bottom {
  background: transparent url("../images/bg-company-bottom.png") no-repeat; }

.company-footer img {
  max-width: 182px; }

@media (min-width: 1200px) {
  .mc-navbar input.mc-input-search {
    border: 1px solid #02a44f !important;
    position: absolute;
    top: 76px;
    right: 38px;
    max-width: 290px;
    margin: 0 !important;
    background: #fff;
    border-right: none !important; }

  .footer .col-xl-5 {
    max-width: 37%; }
  .footer .col-xl-4:last-child {
    max-width: 29%; }

  .img-customer {
    max-width: 100px; } }
@media (max-width: 1199px) {
  .company-footer img {
    max-width: 154px; }

  .affiliated-companies-top {
    padding-bottom: 15px !important; }

  .affiliated-companies-bottom {
    padding-bottom: 0 !important; }

  .customer-comment-content {
    padding-left: 40px;
    padding-right: 2px; }

  .mc-btn {
    min-width: 112px; }

  .logo {
    max-width: 183px;
    padding-bottom: 11px; }

  .mc-navbar input.mc-input-search {
    border: 1px solid #02a44f !important;
    position: absolute;
    top: 76px;
    right: 38px;
    max-width: 290px;
    margin: 0 !important;
    background: #fff;
    border-right: none !important; }

  .statistical-access-title, .statistical-access-data div {
    width: 85%; } }
@media (max-width: 991px) {
  .company-footer img {
    max-width: 106px; }

  .affiliated-companies-top, .affiliated-companies-bottom {
    padding-bottom: 0 !important; }

  .affiliated-companies-bottom div {
    padding-bottom: 0 !important; }

  .our-service .row {
    max-width: 676px;
    margin: auto !important; }

  .logo {
    padding-bottom: 0; }

  .navbar-toggler {
    width: 39px;
    height: 30px;
    padding: 0; }

  .navbar-toggler-icon {
    width: 25px;
    height: 25px; }

  .img-customer {
    min-width: 69px; }

  .mc-navbar-collapse input.mc-input-search {
    border: 1px solid #02a44f !important;
    position: inherit;
    max-width: 100% !important; }

  .our-service-1, .our-service-2, .our-service-3, .our-service-4 {
    max-width: 337.25px; }

  .statistical-access-data {
    border: none !important; }

  .statistical-access {
    padding-bottom: 40px; }
    .statistical-access div {
      height: 100% !important; }

  .statistical-access-title, .statistical-access-data div {
    width: 100%; }

  .project-info {
    padding-left: 15px; }

  .news .row {
    max-width: 500px;
    margin: auto; }
  .news [class*=col-] {
    padding-bottom: 30px; }

  .banner .slick-dots {
    top: 215px; }

  .banner-text {
    top: 100px; }

  .footer .row {
    max-width: 373px;
    margin: auto; }

  .company-info {
    padding-bottom: 30px; } }
@media (max-width: 767px) {
  .company-body-bottom img {
    max-width: 60%;
    margin: auto;
    display: flex; }

  .company-footer img {
    max-width: 90px; }

  .banner .slick-dots {
    top: 67%;
    padding: 0;
    width: 100%; }

  .banner-text {
    top: 25%;
    width: 100%;
    padding: 0; }
    .banner-text p:last-child, .banner-text p:first-child {
      margin: auto;
      text-align: center; }

  .statistical-access-content div:nth-of-type(1) {
    border: none; }

  button.navbar-toggler {
    padding: 0;
    padding: 5px 10px; }

  .our-service-1, .our-service-2, .our-service-3, .our-service-4 {
    max-width: 337.25px; }

  .particular-project-text {
    padding: 25px 0; }
    .particular-project-text p {
      padding: 0 0 25px; }

  .customer-comment-content {
    padding: 0; }

  .social-network {
    padding-top: 15px;
    text-align: center; }

  .web-info {
    text-align: center; }

  .about-us .row div:nth-child(1) p:last-child {
    max-width: 100%; }

  .customer-comment-content {
    padding: 0 1px; }

  button.navbar-toggler {
    width: 40px;
    height: 30px;
    padding: 0; }
    button.navbar-toggler span {
      width: 36px;
      height: 22px; }

  .affiliated-companies-top, .affiliated-companies-bottom {
    padding-bottom: 0 !important;
    justify-content: center; }
    .affiliated-companies-top div, .affiliated-companies-bottom div {
      width: 100%;
      width: 100%; }
      .affiliated-companies-top div img, .affiliated-companies-bottom div img {
        max-width: 100%; }

  .affiliated-companies {
    display: flex;
    padding: 0 !important; } }
@media (max-width: 575px) {
  .company-body-bottom img {
    max-width: 85%;
    margin: auto;
    display: flex; }

  .company-body-bottom-content p:nth-child(1), .company-body-bottom-content p:nth-child(2), .company-body-bottom-content p:nth-child(3), .company-body-bottom-content p:nth-child(4) {
    padding: 0 !important; }
  .company-body-bottom-content p:nth-child(2) {
    padding-bottom: 15px !important; }

  .company-footer img {
    max-width: 100%; }

  .company-footer {
    padding: 20px 0 !important; }

  .affiliated-companies-top, .affiliated-companies-bottom {
    padding-bottom: 0 !important;
    justify-content: center; }
    .affiliated-companies-top div, .affiliated-companies-bottom div {
      padding: 0 !important;
      width: 100%; }

  .affiliated-companies-top {
    padding-left: 10px !important; }
    .affiliated-companies-top div {
      padding-right: 10px !important;
      padding-bottom: 10px !important; }
      .affiliated-companies-top div:last-child {
        padding-bottom: 0 !important; }

  .affiliated-companies-bottom {
    padding-right: 10px !important; }
    .affiliated-companies-bottom div {
      padding-left: 10px !important;
      padding-bottom: 10px !important; }
      .affiliated-companies-bottom div:last-child {
        padding-bottom: 0 !important; }

  .affiliated-companies {
    display: flex;
    padding: 0 !important; }

  .our-service .row {
    max-width: 337.25px;
    margin: auto !important; }

  .logo img {
    max-width: 140px; }

  .customer-comment-content {
    padding: 0 2px; }

  .d-xs-block {
    display: block !important; }

  .d-xs-none {
    display: none !important; }

  input.mc-input-search {
    background-size: 22px !important;
    background-position: 97% !important; }

  .particular-project-demo div {
    padding: 0 15px 30px; }
  .particular-project-demo p {
    padding: 10px 0; }

  .slick-dots {
    display: none !important; }

  .customer-comment .slick-slide {
    display: block !important; }

  .img-customer {
    max-width: 100px;
    margin: auto; }

  .customer-comment-content p:nth-child(2) {
    padding: 15px 0; }

  .project-info img {
    max-width: 41px; } }
@media (max-width: 400px) {
  .company-body-bottom img {
    max-width: 100%; } }

/*# sourceMappingURL=style.css.map */
