.text-bold {
  font-weight: bold;
}

.myshadow {
  -webkit-box-shadow: 0 0 8px 0 rgba(37, 34, 34, 0.2);
          box-shadow: 0 0 8px 0 rgba(37, 34, 34, 0.2);
}

.imgshadow {
  -webkit-box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
          box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}

.back-light {
  background-color: rgb(255, 255, 255);
  color: rgb(35, 33, 33);
}

.backdark {
  background-color: rgb(10, 17, 27);
  color: white !important;
}

@font-face {
  font-family: "Neutrons";
  src: url(../fonts/NeutronsDemoRegular.ttf) format("truetype");
}
@font-face {
  font-family: "Orbitron";
  src: url(../fonts/Orbitron-ExtraBold.ttf) format("truetype");
}
@font-face {
  font-family: "Play";
  src: url(../fonts/Play-Regular.ttf) format("truetype");
}
@font-face {
  font-family: "Playb";
  src: url(../fonts/Play-Bold.ttf) format("truetype");
}
@font-face {
  font-family: "Roboto";
  src: url(../fonts/Roboto-Regular.ttf) format("truetype");
}
@font-face {
  font-family: "Alegrya";
  src: url(../fonts/AlegreyaSansSC-Thin.ttf) format("truetype");
}
@font-face {
  font-family: "Coda";
  src: url(../fonts/CodaCaption-ExtraBold.ttf) format("truetype");
}
@font-face {
  font-family: "Archivo";
  src: url(../fonts/ArchivoBlack-Regular.ttf) format("truetype");
}
@font-face {
  font-family: "Cormoran";
  src: url(../fonts/CormorantGaramond-Regular.ttf) format("truetype");
}
@font-face {
  font-family: "DotGot";
  src: url(../fonts/DotGothic16-Regular.ttf) format("truetype");
}
@font-face {
  font-family: "Electro";
  src: url(../fonts/Electrolize-Regular.ttf) format("truetype");
}
@font-face {
  font-family: "Fredo";
  src: url(../fonts/FredokaOne-Regular.ttf) format("truetype");
}
@font-face {
  font-family: "Goldman";
  src: url(../fonts/Goldman-Regular.ttf) format("truetype");
}
@font-face {
  font-family: "Grupo";
  src: url(../fonts/Gruppo-Regular.ttf) format("truetype");
}
@font-face {
  font-family: "Julius";
  src: url(../fonts/JuliusSansOne-Regular.ttf) format("truetype");
}
@font-face {
  font-family: "Marvel";
  src: url(../fonts/Marvel-Regular.ttf) format("truetype");
}
@font-face {
  font-family: "OpenSans";
  src: url(../fonts/OpenSans-Regular.ttf) format("truetype");
}
@font-face {
  font-family: "Quastrial";
  src: url(../fonts/Questrial-Regular.ttf) format("truetype");
}
@font-face {
  font-family: "Raleway";
  src: url(../fonts/Raleway-Regular.ttf) format("truetype");
}
@font-face {
  font-family: "SixCaps";
  src: url(../fonts/SixCaps-Regular.ttf) format("truetype");
}
* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  -webkit-font-smoothing: antialiased;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  font-weight: 500;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}
@media (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

.modal,
.modal-backdrop {
  z-index: 1050 !important;
}

.modal-dialog {
  pointer-events: all !important;
  z-index: 1060 !important;
}

.modal.show {
  z-index: 1070 !important;
  display: block;
}

.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
.modal span.close {
  color: red;
}

#loginform .btn-save {
  margin-top: 10px;
  background-color: #2a68a2;
  border: 0;
  color: white;
  padding: 5px 10px;
  font-size: 1rem;
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
}
#loginform .btn-save:hover {
  background-color: #24528f;
}

.modal-content {
  background-color: #fefefe;
  margin: 15% auto;
  padding: 20px;
  border: 1px solid #888;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

h2 {
  font-size: 3rem;
  font-weight: bolder;
  color: white;
}

a {
  color: inherit !important;
}

address {
  margin-bottom: 0 !important;
}

/*navbar*/
nav ul li {
  border-radius: 3px;
  margin: 2px;
  font-weight: bold;
  color: black !important;
  border-bottom: 5px solid rgba(67, 69, 78, 0);
}
nav ul li:hover {
  color: rgba(0, 0, 0, 0.541) !important;
  border-bottom: 5px solid rgb(67, 69, 78);
}
nav a.nav-link {
  padding: 0.3rem 0.2rem;
}
nav a span {
  font-weight: 700;
  padding: 10px;
  font-family: "Play";
}
nav a img {
  height: 55px;
}
@media (max-width: 767px) {
  nav a img {
    height: 45px;
  }
}
@media (min-width: 993px) {
  nav button.my-toggler {
    display: none !important;
  }
}
nav button.my-toggler span {
  height: 2px;
  width: 20px;
  margin: 5px 0;
  background-color: black;
  display: block;
}

.navbar {
  display: block;
  background-color: rgba(255, 255, 255, 0.96);
  padding: 0 !important;
}

.my-toggler {
  background-color: #ffffff;
  border: 0;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 6px 11px;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.25rem;
  text-align: center;
  -webkit-text-decoration: none #d1d5db solid;
          text-decoration: none #d1d5db solid;
  text-decoration-thickness: auto;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  cursor: pointer;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

.my-toggler:hover {
  background-color: rgb(249, 250, 251);
}

.my-toggler:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.my-toggler:focus-visible {
  -webkit-box-shadow: none;
          box-shadow: none;
}

/*hero*/
#hero {
  position: relative;
  margin-top: 55px;
  height: 50vh;
  font-family: "Playb";
}
@media (max-width: 767px) {
  #hero {
    margin-top: 55px;
  }
}

.hero-holder {
  background-image: url(../img/tr1.jpg);
  background-color: rgba(255, 255, 255, 0.62);
  background-size: cover !important;
  background-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
@media (max-width: 767px) {
  .hero-holder {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.hero-holder .heading {
  width: 50%;
  height: 100%;
}
@media (max-width: 767px) {
  .hero-holder .heading {
    width: 48%;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.hero-holder .subheading {
  width: 60%;
  height: 80%;
  margin-top: auto;
}
@media (max-width: 767px) {
  .hero-holder .subheading {
    width: 100%;
    height: 80%;
    margin-top: auto;
  }
}
.hero-holder p {
  background: rgba(125, 26, 26, 0.82);
  height: 100%;
  width: 80%;
  margin-left: auto;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  margin-bottom: 0;
  font-size: 4.4rem;
  padding-right: 10px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  padding-bottom: 84px;
  color: #fffefe;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .hero-holder p {
    font-size: 1.4rem;
    padding-bottom: 14px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .hero-holder p {
    font-size: 2.77rem;
    padding-bottom: 175px;
  }
}
.hero-holder h1 {
  padding-bottom: 100px;
  background: rgba(0, 0, 0, 0.8196078431);
  color: #fffefe;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
  margin-top: auto;
  right: 0;
  padding-left: 10px;
  font-size: 3.2rem;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  width: 87%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  height: 100%;
}
@media (max-width: 767px) {
  .hero-holder h1 {
    font-size: 1.2rem;
    padding-left: 45px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .hero-holder h1 {
    font-size: 2.44rem;
    padding-bottom: 110px;
  }
}

.mytitle {
  z-index: 1;
  margin-top: auto;
  padding: 20px 7%;
  width: 100%;
  margin-right: auto;
  top: 10%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: #a22a2a;
  margin-bottom: auto;
  color: #fffefe;
  text-transform: uppercase;
}

.myparagraph {
  padding: 40px;
  text-align: justify;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .myparagraph {
    padding: 10px;
  }
}
@media (min-width: 1023px) {
  .myparagraph {
    width: 57%;
  }
}

#about {
  margin-top: 100px;
}
@media (max-width: 767px) {
  #about {
    margin-top: 60px;
  }
}
#about .about-text {
  background: rgb(67, 69, 78);
  margin-right: -70px;
  color: white;
}
@media (min-width: 1023px) {
  #about .about-text {
    width: 200%;
  }
}
@media (max-width: 767px) {
  #about .about-text {
    width: 100%;
    margin: 0;
    background-image: url(../img/tr16.jpg);
    background-size: cover !important;
    background-position: center;
  }
}
#about .myparagraph {
  background: rgba(67, 69, 78, 0.79);
}
#about .about-img-holder img {
  width: 400px;
  max-width: -webkit-fill-available;
  -o-object-fit: cover;
     object-fit: cover;
  height: 700px;
  margin-top: -225px;
  margin-left: 90px;
}
@media (max-width: 767px) {
  #about .about-img-holder img {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  #about .about-img-holder img {
    margin-top: 0;
    margin-left: 70px;
    height: 512px;
    width: 278px;
  }
}
#about .about-h3-holder {
  background-image: url(../img/tr9.jpg);
  background-color: rgba(255, 255, 255, 0.62);
  background-size: cover !important;
  background-position: left top;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 40vh;
  margin-left: auto;
}
@media (min-width: 768px) and (max-width: 1023px) {
  #about .about-h3-holder {
    height: 25vh;
  }
}

#service {
  margin-top: 100px;
}
@media (max-width: 767px) {
  #service {
    margin-top: 60px;
  }
}
#service .services-text2 {
  background: rgb(13, 24, 30);
  margin-right: -70px;
  color: white;
}
@media (min-width: 1023px) {
  #service .services-text2 {
    width: 200%;
  }
}
@media (max-width: 767px) {
  #service .services-text2 {
    width: 100%;
    margin: 0;
    background-image: url(../img/tr19.jpg);
    background-size: cover !important;
    background-position: center;
  }
}
#service .myparagraph {
  background: rgba(13, 24, 30, 0.788);
}
#service ul {
  list-style-type: none;
  padding-top: 20px;
  margin-bottom: 20px;
}
#service ul i {
  margin-right: 10px;
}
#service .services-img-holder img {
  width: 400px;
  max-width: -webkit-fill-available;
  -o-object-fit: cover;
     object-fit: cover;
  height: 620px;
  margin-top: -225px;
  margin-left: 90px;
}
@media (max-width: 767px) {
  #service .services-img-holder img {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  #service .services-img-holder img {
    margin-top: 0;
    margin-left: 70px;
    height: 401px;
    width: 278px;
  }
}
#service .services-h3-holder {
  background-image: url(../img/tr18.jpg);
  background-color: rgba(255, 255, 255, 0.62);
  background-size: cover !important;
  background-position: left top;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 40vh;
}
@media (min-width: 768px) and (max-width: 1023px) {
  #service .services-h3-holder {
    height: 25vh;
  }
}

#contact {
  margin-top: 100px;
}
@media (max-width: 767px) {
  #contact {
    margin-top: 60px;
  }
}
#contact .contact-h3-holder {
  background-image: url(../img/tr23.jpg);
  background-color: rgba(255, 255, 255, 0.62);
  background-size: cover !important;
  background-position: left top;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 40vh;
}
@media (min-width: 768px) and (max-width: 1023px) {
  #contact .contact-h3-holder {
    height: 25vh;
  }
}
#contact img.avatar {
  margin-top: 3px;
  width: 70px;
}
#contact .team {
  background: rgba(79, 92, 112, 0.91);
  color: white;
  padding: 50px 0 35px 0;
}
@media (min-width: 1023px) {
  #contact .team {
    width: 200%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  #contact .team {
    padding: 40px;
  }
}
@media (max-width: 767px) {
  #contact .team {
    padding: 0;
    width: 100%;
    margin: 0;
    background-image: url(../img/dis3.jpg);
    background-size: cover !important;
    background-position: center;
  }
}
@media (max-width: 767px) {
  #contact .team-text {
    padding-left: 20px;
    background: rgba(79, 92, 112, 0.91);
  }
}
@media (min-width: 1023px) {
  #contact .team-text {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}
#contact .team-text p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0 !important;
}
#contact .team-text i {
  margin-right: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#contact .team-text a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none !important;
}
#contact .team-card {
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  #contact .team-card {
    padding-bottom: 10px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  #contact .team-card {
    padding-bottom: 10px;
  }
}
#contact .contact-img-holder img {
  width: 600px;
  max-width: -webkit-fill-available;
  -o-object-fit: cover;
     object-fit: cover;
  height: 420px;
  margin-top: -225px;
}
@media (max-width: 767px) {
  #contact .contact-img-holder img {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  #contact .contact-img-holder img {
    margin-top: 0;
    width: 348px;
    height: 548px;
  }
}

.team-img-holder {
  background-image: url(../img/dis1.jpeg);
  background-color: rgba(255, 255, 255, 0.62);
  background-size: cover !important;
  background-position: center;
}

footer {
  margin-bottom: 0 !important;
}
footer .map-holder {
  width: 100%;
  height: 370px;
}
@media (max-width: 767px) {
  footer .map-holder {
    height: 250px !important;
  }
}
footer iframe {
  margin: 0 !important;
  border: none !important;
  padding: 0 !important;
}
footer #donji {
  padding: 10px 0;
  background: rgb(10, 17, 27);
  width: 100%;
}
footer #donji img {
  height: 40px;
  width: auto;
  margin: auto;
}
@media (max-width: 767px) {
  footer #donji img {
    height: 30px !important;
  }
}
footer #donji p {
  margin: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: white;
  font-size: 13px;
  margin-top: 0;
  margin-bottom: 0;
}/*# sourceMappingURL=main.css.map */