* {
  font-family: Arial, "Inter", "Roboto", sans-serif;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  padding: 0;
  color: #4d4d4d;
}

h1,
h2,
h3 {
  font-weight: 600;
  font-family: "Poppins", "Inter", "Roboto", Arial, sans-serif;
  color: #333;
}

section {
  padding: 120px 0;
}

.primary-btn, .ghost-btn {
  padding: 16px 32px;
  background-color: #1d55e3;
  border: 1px solid #1d55e3;
  border-radius: 2px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
}
.primary-btn:hover, .ghost-btn:hover, .primary-btn:focus, .ghost-btn:focus {
  background-color: #1549cd;
  border-color: #1549cd;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .primary-btn, .ghost-btn {
    width: 100%;
    margin-bottom: 16px;
  }
}

.ghost-btn {
  background-color: transparent;
  border: 1px solid rgba(17, 17, 17, 0.2);
  color: #111;
}
.ghost-btn:hover, .ghost-btn:focus {
  opacity: 1;
  border-color: #111;
  color: #111;
  background-color: transparent;
}
.ghost-btn.light {
  border: 1px solid rgba(255, 255, 255, 0.4);
  color: #fff;
}
.ghost-btn.light:hover, .ghost-btn.light:focus {
  opacity: 1;
  border-color: #fff;
  color: #fff;
  background-color: transparent;
}

.buttons {
  margin: 24px 0;
}
.buttons .primary-btn, .buttons .ghost-btn {
  margin-right: 12px;
}
@media screen and (max-width: 768px) {
  .buttons .primary-btn, .buttons .ghost-btn {
    margin-right: 0;
  }
}

.title {
  margin-bottom: 40px;
}
.title h1 {
  color: #333;
  margin: 0;
}
.title h4 {
  color: rgba(51, 51, 51, 0.7);
  font-weight: 300;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 1px;
  margin-bottom: 2px;
}

.navbar {
  background-color: #fff !important;
  border-bottom: 1px solid #ededed;
}
.navbar .nav-item {
  margin-left: 12px;
  margin-right: 12px;
}
.navbar .nav-item:last-child {
  margin-right: 0;
}
.navbar .nav-link {
  font-size: 18px;
}
.navbar .navbar-brand .logo {
  max-width: 140px;
}
.navbar .phone {
  margin: 8px 32px;
  display: flex;
  align-items: center;
}
.navbar .phone svg {
  margin-right: 10px;
  color: rgba(159, 159, 159, 0.8);
}
.navbar .phone h5 {
  margin: 0;
  line-height: 100%;
  color: #222;
  font-weight: 500;
  font-size: 18px;
}
.navbar .phone h6 {
  margin-bottom: 4px;
}
@media screen and (max-width: 992px) {
  .navbar .phone {
    display: none;
  }
  .navbar .logo {
    width: 100px;
  }
  .navbar .navbar-nav {
    align-items: center;
    padding-top: 32px;
    padding-bottom: 32px;
    border-top: 1px solid #cacaca;
  }
}

.hero {
  width: 100%;
  min-height: 100vh;
  max-height: 800px;
  background-color: #222;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background-image: url("../img/hero-bg.jpg");
  background-size: cover;
  background-position: center;
}
.hero .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(29, 30, 43, 0.5);
}
.hero .slogan {
  text-align: center;
  position: relative;
  z-index: 100;
}
.hero .slogan h1 {
  font-size: 56px;
  margin: 24px 0;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .hero .slogan h1 {
    font-size: 32px;
  }
}
.hero .slogan h4 {
  font-size: 28px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.2px;
  color: white;
}
@media screen and (max-width: 768px) {
  .hero .slogan h4 {
    font-size: 22px;
  }
}
.hero .slogan p {
  font-size: 28px;
  color: rgba(255, 255, 255, 0.8);
}
@media screen and (max-width: 768px) {
  .hero .slogan p {
    font-size: 22px;
  }
}

.main-footer {
  background-color: #111;
  color: #fff;
  padding: 32px 0;
}
.main-footer .socials {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.main-footer .socials li {
  margin: 0 8px;
}
.main-footer .socials li a {
  color: rgba(255, 255, 255, 0.8);
  transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
}
.main-footer .socials li a:hover, .main-footer .socials li a:focus {
  color: #fff;
}
.main-footer p {
  margin: 0;
}

#about h3 {
  margin-top: 24px;
}
#about p {
  margin: 32px 0;
}
#about .buttons {
  margin-top: 64px;
}

#services {
  background-color: #f9f8ff;
}
#services .services-row2 {
  margin-top: 100px;
}
@media screen and (max-width: 992px) {
  #services .services-row2 {
    margin-top: 0;
  }
}
#services .text-wrapper {
  padding: 80px 0;
}
#services .text-wrapper p {
  font-size: 24px;
}
#services .img-wrapper {
  padding: 40px 0;
  display: flex;
  gap: 24px;
}
#services .img-wrapper .img-box {
  flex-basis: 50%;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}
#services .img-wrapper .img-box:nth-child(1) {
  transform: translateY(-40px);
}
#services .img-wrapper .img-box:nth-child(2) {
  transform: translateY(40px);
}
#services .img-wrapper .img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.services-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
.services-grid .grid-item {
  padding-top: 100%;
  position: relative;
  background-color: #fff;
  position: relative;
}
.services-grid .grid-item .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
}
.services-grid .grid-item .content h4 {
  color: #444;
  font-weight: 600;
  margin-bottom: 24px;
}
.services-grid .grid-item .content p {
  color: #444444;
}
.services-grid .grid-item .content .content-inner {
  position: relative;
  padding: 24px 48px;
}
.services-grid .grid-item .content .triangle-right {
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 20px 24px 20px;
  border-color: transparent transparent #fff transparent;
  transform: rotate(90deg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: -30px;
  z-index: 10;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .services-grid .grid-item .content .triangle-right {
    border-width: 0 20px 24px 20px;
    border-color: transparent transparent #fff transparent;
    transform: rotate(180deg);
    position: absolute;
    top: auto;
    bottom: -24px;
    left: 0;
    right: 0;
    z-index: 10;
    margin: auto;
  }
}
.services-grid .grid-item .content .triangle-left {
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 20px 24px 20px;
  border-color: transparent transparent #fff transparent;
  transform: rotate(-90deg);
  position: absolute;
  top: 0;
  bottom: 0;
  left: -30px;
  z-index: 10;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .services-grid .grid-item .content .triangle-left {
    border-width: 0 20px 24px 20px;
    border-color: transparent transparent #fff transparent;
    transform: rotate(180deg);
    position: absolute;
    top: auto;
    bottom: -24px;
    left: 0;
    right: 0;
    z-index: 10;
    margin: auto;
  }
}
.services-grid .grid-item .content .triangle-bottom {
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 20px 24px 20px;
  border-color: transparent transparent #fff transparent;
  transform: rotate(180deg);
  position: absolute;
  bottom: -24px;
  left: 0;
  right: 0;
  z-index: 10;
  margin: auto;
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .services-grid .grid-item .content .triangle-bottom {
    border-width: 0 20px 24px 20px;
    border-color: transparent transparent #fff transparent;
    transform: rotate(90deg);
    position: absolute;
    top: 0;
    bottom: 0;
    right: -30px;
    left: auto;
    z-index: 10;
    margin: auto;
  }
}
.services-grid .grid-item.grid-image {
  background-color: #dadada;
}
.services-grid .grid-item .img-cont {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.services-grid .grid-item .img-cont img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 992px) {
  .services-grid {
    grid-template-columns: 1fr 1fr;
  }
  .services-grid #item-1 {
    order: 1;
  }
  .services-grid #item-2 {
    order: 3;
  }
  .services-grid #item-3 {
    order: 4;
  }
  .services-grid #item-4 {
    order: 2;
  }
  .services-grid #item-5 {
    order: 5;
  }
  .services-grid #item-6 {
    order: 6;
  }
}
@media screen and (max-width: 768px) {
  .services-grid {
    grid-template-columns: 1fr;
  }
  .services-grid #item-1 {
    order: 1;
  }
  .services-grid #item-2 {
    order: 4;
  }
  .services-grid #item-3 {
    order: 3;
  }
  .services-grid #item-4 {
    order: 2;
  }
  .services-grid #item-5 {
    order: 5;
  }
  .services-grid #item-6 {
    order: 6;
  }
}

#contact {
  padding-top: 20px;
  padding-bottom: 64px;
}
#contact .contact-logo {
  width: 160px;
  margin-bottom: 32px;
}
#contact .title {
  margin-bottom: 24px;
}
#contact .contact-box {
  margin-bottom: 24px;
}
#contact .contact-box h5 {
  font-size: 18px;
  margin-bottom: 6px;
}
#contact .contact-box svg {
  margin-right: 8px;
}
#contact .contact-box p {
  margin: 4px 0;
  display: flex;
  align-items: center;
}
#contact .contact-box a {
  color: #333;
  text-decoration: none;
}
#contact .contact-box a:hover, #contact .contact-box a:focus {
  text-decoration: underline;
}
@media screen and (max-width: 992px) {
  #contact .right-info {
    text-align: center;
    margin-bottom: 64px;
  }
  #contact .right-info .contact-box {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  #contact .form-wrapper {
    grid-template-columns: 1fr;
  }
  #contact .form-wrapper .form-img {
    padding-top: 100%;
    order: 2;
  }
}

.form-wrapper {
  display: grid;
  grid-template-columns: 40% 60%;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border-radius: 12px;
  overflow: hidden;
}
.form-wrapper .form-img {
  background-color: #222;
  background-image: url("../img/contact-bg.jpg");
  background-size: cover;
  background-position: center;
}
.form-wrapper .form-cont {
  padding: 64px 48px;
}
.form-wrapper .form-cont h2 {
  font-size: 22px;
}
.form-wrapper .form-cont p {
  color: #777;
}
@media screen and (max-width: 768px) {
  .form-wrapper .form-cont {
    padding: 48px 24px;
  }
}

form .input-cont {
  width: 100%;
  margin: 24px 0;
}
form .input-cont label {
  font-weight: 600;
  color: #333;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.5px;
}
form .input-cont input,
form .input-cont textarea {
  width: 100%;
  height: 40px;
  border: 0;
  border-radius: 0;
  outline: none;
  border-bottom: 1px solid #9f9f9f;
}
form .input-cont textarea {
  height: 100px;
  resize: none;
}

.google-map {
  position: relative;
  padding-bottom: 18%;
  height: 0;
  overflow: hidden;
  margin-top: 64px;
}
@media screen and (max-width: 992px) {
  .google-map {
    padding-bottom: 40%;
  }
}

.google-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.about-features {
  background-color: #f9f9f9;
  border: 1px solid #ededed;
  border-radius: 24px;
  padding: 48px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.about-features h4 {
  font-weight: 600;
  margin: 0;
  margin-bottom: 16px;
}
.about-features p {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 500;
  font-size: 18px;
  margin: 0 !important;
}

@media screen and (max-width: 992px) {
  .owner {
    text-align: center;
    order: 2;
    margin-top: 64px;
  }
}/*# sourceMappingURL=main.css.map */