:root {
  --dark: #999;
  --light: #f6f6f6;
  --black: #282828;
  --pink: #e7539d;
  --font-weight-normal: 300;
  --font-weight-bold: 400;
  --font-size-base: 1.1rem;
  --menu-bg-mobile: #f8f8f8;
  --menu-text-mobile: #212121;
  --font-size-xs:calc(var(--font-size-base) * .8);
  --font-size-sm:calc(var(--font-size-base) * .9);
  --font-size-md:calc(var(--font-size-base) * 1.1);
  --font-size-lg:calc(var(--font-size-base) * 1.15);
  --font-size-xl:calc(var(--font-size-base) * 1.8);
  --h2:calc(var(--font-size-base) * 1.27);
  --h4:calc(var(--font-size-base) * 1.27);
  --h5:calc(var(--font-size-base) * 1.13);
}

body {
  background: #fff !important;
  font-family: "Roboto", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #282828;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  margin: 0;
}

h3 {
  font-size: 32px;
}

a {
  text-decoration: none;
}
a:hover {
  color: #f0b700;
  text-decoration: none;
}

.breadcrumb-item a {
  color: #282828;
  font-size: 17px;
}
.breadcrumb-item:hover a, .breadcrumb-item.active a {
  color: #ffc300;
}

.navbar-brand {
  color: #ffc300;
  display: inline-block;
  font-size: inherit;
  line-height: 1.3;
  margin-right: 0;
  padding-bottom: 0.3rem;
  padding-top: 0.3rem;
  white-space: nowrap;
}
.navbar-brand .logo {
  font-size: 1.7rem;
  font-weight: 600;
  text-shadow: 1px 1px rgba(255, 195, 0, 0.18);
  font-family: "Montserrat", sans-serif;
}
.navbar-brand .slogan {
  font-size: 0.9rem;
  font-family: "Montserrat", sans-serif;
}

.box {
  border: 1px solid #ddd;
  border-radius: 5px;
  display: inline-flex;
  min-width: 214px;
  padding: 10px 15px;
}
.box p {
  margin: 0;
  padding: 0;
}
.box i {
  color: #f5bb00;
  font-size: 22px;
}
.box .vertical-line {
  color: #ddd;
  font-size: 18px;
}
.box a {
  color: #282828;
  font-size: 18px;
  font-weight: 500;
}
.box a:hover {
  color: #f0b700;
  text-decoration: none;
}

.btn-outline {
  background: transparent;
  border: 2px solid #282828;
  border-radius: 30px;
  color: #282828;
  display: inline-block;
  font-weight: 500;
  margin-top: 4px;
  padding: 8px 29px;
  position: relative;
  text-transform: uppercase;
  transition: 0.1s;
  vertical-align: middle;
}
.btn-outline:hover {
  background: #ffc300;
  border: 1px solid #ffc300;
  color: #fff;
}

.btn-primary {
  border-radius: 5px !important;
  color: #fff !important;
  font-size: 17px;
  font-weight: normal;
  margin-right: 30px;
  padding-bottom: 10px;
  padding-top: 12px;
  text-shadow: 0.9px 0.7px #8062007a;
  transition: 0.1s;
  min-width: 140px;
}
.btn-primary:hover {
  background: #e6b000;
  border-color: #e6b000;
}

.btn-secondary {
  background: transparent;
  color: #fff;
  font-size: 17px;
  font-weight: normal;
  border: 2px solid #fff;
  padding-top: 11px;
  padding-bottom: 10px;
  border-radius: 5px;
  border-top-left-radius: 5px !important;
  border-bottom-left-radius: 5px !important;
  transition: 0.1s;
  min-width: 140px;
}
.btn-secondary:hover {
  background: transparent;
  border: 2px solid #ffc300;
  color: #ffc300;
}

.nav-item.active, .nav-item:hover {
  background: #282828;
}

.nav-link {
  color: #fff !important;
  font-size: 18px;
  font-weight: normal;
  margin: 0 25px;
  padding-left: 0 !important;
  padding-right: 0 !important;
  text-shadow: 0.9px 0.7px #8062007a;
  padding-top: 0.8rem !important;
  padding-bottom: 0.6rem !important;
}

.video_overlay {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  opacity: 0.7;
  background: #2c2c2c;
  margin-bottom: 0px;
}

.carousel-caption {
  left: 0 !important;
  bottom: 90px !important;
}
.carousel-caption .banner-text {
  background: transparent;
  font-size: 19px;
  margin-top: 0;
  position: absolute;
  width: 50%;
  z-index: 999;
}
.carousel-caption .banner-text-label {
  color: #fff;
  font-size: 42px;
  font-weight: 500;
  margin-bottom: 16px;
  margin-top: 22px;
  padding-left: 0;
}
.carousel-caption .banner-text-text {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
}
.carousel-caption div > div {
  width: 100%;
  max-width: 30%;
}
.carousel-caption div > div hr {
  background-color: #fff;
}

.carousel-item img {
  height: 480px;
  -o-object-fit: cover;
     object-fit: cover;
}

.service {
  margin-top: 75px;
}
.service .section-title {
  margin-bottom: 50px;
}
.service .section-title hr {
  background-color: #ddd;
}
.service .section-title p {
  margin: 0;
  padding: 0;
  width: 100%;
  position: relative;
  font-size: 15px;
  color: #777777;
  line-height: 1.4em;
  font-weight: 400;
}
.service .single-feature {
  float: left;
  width: 100%;
  margin-bottom: 30px;
}
.service .single-feature .single-feature-icon {
  margin-right: 20px;
  color: #ffc300;
  font-size: 28px;
  line-height: 44px;
  margin-bottom: 20px;
  transition: all 0.3s ease 0s;
}
.service .single-feature .single-feature-text {
  width: 100%;
}
.service .single-feature .single-feature-icon, .service .single-feature .single-feature .single-feature-text {
  float: left;
}
.service .single-feature-text h4 {
  font-size: 20px;
  margin-top: 0;
  font-family: "Montserrat", sans-serif;
}
.service .single-feature-text h4:hover {
  color: #e6b000;
}
.service .single-feature-text p {
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  color: #777777;
  line-height: 1.5em;
  font-weight: 400;
}
.service .bg-main .single-feature-2 {
  float: left;
  width: 100%;
  padding: 20px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  display: inline-flex !important;
}
.service .bg-main .single-feature-2 .single-feature-2-icon {
  color: #fff;
  font-size: 55px;
  margin: 0px 20px 15px 0;
  display: block;
  transition: all 0.3s ease 0s;
}
.service .bg-main .single-feature-2 .single-feature-2-text {
  width: 76%;
}
.service .bg-main .single-feature-2 .single-feature-2-text h4 {
  font-size: 24px;
  color: #fff;
  margin-top: 35px;
}
.service .bg-main .single-feature-2 .single-feature-2-text p {
  color: #fff;
  font-size: 15px;
  line-height: 1.6em;
  font-weight: 400;
}
.service .bg-main.bg-main-1 {
  background-color: #fabf00;
}
.service .bg-main.bg-main-1:hover {
  background-color: #f5bb00;
}
.service .bg-main.bg-main-2 {
  background-color: #f5bb00;
}
.service .bg-main.bg-main-2:hover {
  background-color: #f0b700;
}
.service .bg-main.bg-main-3 {
  background-color: #f0b700;
}
.service .bg-main.bg-main-3:hover {
  background-color: #ebb300;
}

.news {
  background-color: #f6f6f6;
  margin-top: 100px;
  padding: 60px 0;
}
.news .card {
  border: 1px solid #ebebeb;
  margin-bottom: 30px;
}
.news .card:hover {
  background: #f1f1f1;
  border: 1px solid #e8e8e8;
  cursor: pointer;
}
.news .card img {
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
}
.news .card p {
  text-align: justify;
  word-spacing: -2px;
}

.section-title {
  margin-bottom: 80px;
}
.section-title span.line {
  background-color: #ddd;
  display: inline-block;
  font-size: 28px;
  height: 1px;
  margin: 15px auto 17px;
  position: relative;
  width: 28%;
}
.section-title p {
  color: #777;
  font-size: 15px;
  margin: auto;
  padding: 0 20px;
  position: relative;
  width: 65%;
}

.messenger {
  color: #4d3b00;
}
.messenger:hover {
  color: #448aff;
}

.linked {
  color: #4d3b00;
}
.linked:hover {
  color: #085081;
}

.facebook {
  color: #4d3b00;
}
.facebook:hover {
  color: #004472;
}

.dropdown-menu {
  background-color: #f6f6f6;
}

.dropdown-img {
  height: auto;
  max-width: 230px;
  -o-object-fit: cover;
     object-fit: cover;
}

.dropdown-news {
  height: 180px;
}

.dropdown-title {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0 !important;
  margin-top: 15px;
  padding: 0 !important;
  text-shadow: none;
}
.dropdown-title:hover {
  color: #f5bb00;
}

.custom-button {
  background-color: #ffc300;
  border-radius: 10px;
  color: #fff;
  font-size: 20px;
  margin-left: auto;
  margin-top: 16px;
  max-width: 260px;
  padding-bottom: 11px;
  padding-top: 11px;
  width: 100%;
}

.custom-button:hover {
  background-color: #f5bb00;
  color: #fff;
}

.language-link {
  font-size: 19px;
  color: #ffc300 !important;
}

.navbar {
  padding-bottom: 0;
  padding-top: 0;
}

.navbar .has-megamenu {
  position: static !important;
}

.navbar .megamenu {
  left: 0;
  margin-top: 0;
  padding: 15px;
  padding-top: 10px;
  right: 0;
  width: 100%;
}

.navbar .nav-link {
  padding-bottom: 1rem;
  padding-top: 1rem;
}

.contact-form {
  background-color: #ffc300;
  border-radius: 10px;
  height: 100%;
}
.contact-form input.form-control {
  height: 40px;
  margin-bottom: 10px;
}
.contact-form input.form-control ::-moz-placeholder {
  color: #282828;
  font-size: 14px;
}
.contact-form input.form-control ::placeholder {
  color: #282828;
  font-size: 14px;
}
.contact-form .card-header {
  background-color: #ffc300;
  border-radius: 10px 10px 0 0;
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  padding-bottom: 10px;
  padding-top: 10px;
  text-align: center;
}
.contact-form h2 {
  color: #fff;
  font-size: 26px;
  font-weight: 500;
  margin: 0;
}
.contact-form h4 {
  color: #282828 !important;
  font-size: 18px !important;
  font-weight: 500 !important;
  text-align: left !important;
  margin-bottom: 30px;
}
.contact-form .contact-details div > p:first-child {
  font-weight: 500;
  margin: 0;
}
.contact-form .gdpr-text {
  font-size: 12px;
}

.contact-details div > p:first-child {
  font-weight: 500;
  margin: 0;
}
.contact-details h4 {
  font-weight: 500;
}

.gdpr-text {
  font-size: 15px;
  color: #777;
}

.font-30 {
  font-size: 30px;
}

.services-custom-container {
  max-width: 850px;
  padding: 30px;
  background: #fff;
  padding-top: 50px;
  border-radius: 10px;
  border: 1px solid #f6f6f6;
}

/******  FOR DESTROY *******/
.view .container {
  margin-top: 90px;
}
.view a {
  color: black;
}
.view .button {
  background-color: #ffc300;
  border-radius: 10px;
  color: #fff;
  font-size: 20px;
  padding: 10px;
}
.view .button:hover {
  filter: brightness(85%);
}
.view .files a {
  color: #004080;
}
.view .files p {
  font-size: 16px;
  margin-bottom: 0;
  margin-top: 10px;
}

.footer {
  background: #f6f6f6;
  border-top: solid 3px #e8e8e8;
  border-bottom: solid 30px #e8e8e8;
  margin-top: 150px;
}
.footer h5 {
  font-size: 22px;
  font-weight: 500;
}
.footer h5::after {
  border-top: 1px solid #ffc300;
  content: "";
  display: block;
  margin-top: 30px;
  transform: translateY(-1rem);
  width: 40%;
}
.footer li {
  color: #282828;
  font-size: 15px;
  font-weight: normal;
  margin: 7px;
}
.footer a {
  color: #282828;
  font-weight: normal;
  font-size: 15px;
}
.footer a:hover {
  color: #f0b700;
}
.footer i {
  margin-right: 7px;
}

.img {
  width: 100%;
  max-width: 400px;
  height: auto;
  max-height: 300px;
  -o-object-fit: contain;
     object-fit: contain;
}

.navigation-img {
  height: 130px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.main-nav {
  background: #f6f6f6;
}

.dropdown-card {
  background: transparent;
}

.img-down {
  height: 195px;
  margin-top: 40px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.img-contacts {
  max-width: 220px;
  width: 100%;
}

.view-btn-main-file {
  background: #ffc300;
  border-radius: 4px;
  color: #fff !important;
  font-size: 17px;
  margin-right: 20px;
  padding: 10px 14px;
}

.title-container {
  background-color: #fff;
  border-radius: 30px;
  padding-top: 40px;
  position: relative;
}

.service-sm-link:hover .service-card-title {
  background-color: #256fbc;
}

.recapcha {
  height: 50px;
}

.active .individual-service-img {
  opacity: 1;
}

/* LEFT SIDE NAVIGATION */
.sidenav {
  background-color: #282828;
  height: 100%;
  left: 0;
  overflow-x: hidden;
  padding-top: 60px;
  position: fixed;
  top: 0;
  transition: 0.3s;
  width: 0;
  z-index: 100;
}

.sidenav a {
  color: #fff;
  display: block;
  font-size: 1.05rem;
  margin: 0px !important;
  padding: 4px 8px 4px 12px;
  padding-bottom: 0.5rem !important;
  padding-left: 20px !important;
  padding-top: 0.5rem !important;
  text-decoration: none;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #fff;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

.mobile-icn {
  font-size: 30px;
  cursor: pointer;
}

.section-image p {
  font-size: 20px;
  margin-top: 0;
  font-family: "Montserrat", sans-serif;
}
.section-image h4 {
  font-size: 1.35rem;
}

/* *********** MOBILE - TABLETS *********** */
@media only screen and (max-width: 991px) {
  .service {
    margin-top: 65px;
  }

  h3 {
    font-size: 28px;
  }

  .sidenav {
    padding-top: 15px;
  }

  .sidenav a {
    font-size: 18px;
  }

  .mobile-brand {
    color: #282828;
  }

  .carousel-caption {
    left: 0 !important;
    bottom: 70px !important;
  }
  .carousel-caption .banner-text-label {
    font-size: 32px;
  }

  .breadcrumb {
    background-color: #fff !important;
  }

  .services-custom-container {
    max-width: 720px;
    padding: 20px;
    background: #fff;
    padding-top: 20px;
    border-radius: 0;
    border: none;
  }

  .font-30 {
    font-size: 28px;
  }

  .contacts h4 {
    font-size: 23px;
  }
  .contacts p {
    margin-bottom: 0;
  }
  .contacts .img-contacts {
    max-width: 540px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    max-height: 400px;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) {
  .services-custom-container {
    max-width: 540px;
    background: #fff;
    padding-top: 20px;
    border-radius: 0;
    border: none;
  }
}
.social a {
  color: #282828;
}

.site_loader {
  display: none;
}

.afterLoad {
  transition: visibility 0s, opacity 0.2s linear;
  visibility: visible;
  opacity: 1;
}

.bg-primary {
  background-color: var(--primary) !important;
}

.badge {
  font-weight: var(--font-weight-bold);
}
.badge.badge-primary {
  background-color: var(--primary);
  border-color: var(--primary);
  color: var(--primary-text);
}
.badge.badge-secondary {
  background-color: var(--secondary);
  border-color: var(--secondary);
  color: var(--secondary-text);
}

.bg-secondary {
  background-color: var(--secondary) !important;
}

.text-primary {
  color: var(--primary) !important;
}

.text-secondary {
  color: var(--secondary) !important;
}

.text-dark {
  color: var(--dark) !important;
}

.font-weight-bold {
  font-weight: var(--font-weight-bold) !important;
}

.font-weight-normal {
  font-weight: var(--font-weight-normal) !important;
}

.dropdown-item {
  font-weight: var(--font-weight-normal);
  background: transparent;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  background-color: var(--primary);
  color: var(--primary-text);
}

a.text-primary:focus, a.text-primary:hover {
  color: var(--primary) !important;
}

.border-left {
  border-left: 1px solid var(--border-color) !important;
}

.border-right {
  border-right: 1px solid var(--border-color) !important;
}

.border-top {
  border-top: 1px solid var(--border-color) !important;
}

.border-bottom {
  border-bottom: 1px solid var(--border-color) !important;
}

.btn {
  font-size: var(--font-size-base);
}
.btn.btn-primary {
  background-color: var(--primary);
  border-color: var(--primary);
  color: var(--primary-text);
}
.btn.btn-primary:hover, .btn.btn-primary:focus, .btn.btn-primary:active {
  filter: contrast(120%);
  background-color: var(--primary) !important;
  border-color: var(--primary) !important;
  color: var(--primary-text) !important;
}
.btn.btn-secondary {
  background-color: var(--secondary);
  border-color: var(--secondary);
  color: var(--secondary-text);
}
.btn.btn-secondary:hover, .btn.btn-secondary:focus, .btn.btn-secondary:active {
  filter: contrast(90%);
  background-color: var(--secondary) !important;
  border-color: var(--secondary) !important;
  color: var(--secondary-text) !important;
}
