:root {
  --main-color: #223242;
  --secondary-color: #c91f28;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Fjalla One", sans-serif;
  text-transform: uppercase;
  color: var(--main-color);
}

p {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: gray;
  font-size: 16px;
}

a {
  color: var(--secondary-color);
  transition: 0.2s;
  text-decoration: none;
}
a:hover {
  color: var(--main-color);
  transition: 0.2s;
}
.navbar {
  border: 0.5px solid gray;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 100;
  /* background: transparent; */
}
.navbar,
.navbar .container-fluid {
  padding: 0;
}
.navbar-brand {
  /* background-color: var(--main-color); */
  border-right: 0.5px solid gray;
  padding: 10px 40px;
  margin-right: 100px;
}
.navbar-brand img {
  width: 65px;
}
.nav-item {
  margin-right: 20px;
}
.nav-item .active {
  color: var(--secondary-color) !important;
}
.navbar a {
  font-family: "Fjalla One", sans-serif;
  text-transform: uppercase;
  text-decoration: none !important;
  font-size: 14px;
  color: white;
}
.nav-item a:hover {
  color: var(--secondary-color);
}
.navbar .d-flex p {
  padding: 15px;
  margin: auto 0;
}
.navbar .d-flex .corner-icon {
  background: var(--secondary-color);
  margin: 0;
  padding: 15px 30px;
  font-size: 40px !important;
  margin-left: 30px;
}
.navbar .d-flex .corner-icon a {
  color: white !important;
  font-size: 40px;
}
.slider-sec {
  background-color: var(--main-color);
}
.slider-sec .image-sec {
  height: 800px;
  padding-top: 15%;
}
.slider-sec .img-one {
  background: linear-gradient(rgba(66, 89, 120, 0.7), rgba(34, 50, 66, 0.7)),
    url("../images/img1.jpg");
  background-size: cover;
  background-position: center;
}
.slider-sec .img-two {
  background: linear-gradient(rgba(66, 89, 120, 0.7), rgba(34, 50, 66, 0.7)),
    url("../images/img2.jpg");
  background-size: cover;
  background-position: center;
}
.slider-sec .img-three {
  background: linear-gradient(rgba(66, 89, 120, 0.7), rgba(34, 50, 66, 0.7)),
    url("../images/img3.jpg");
  background-size: cover;
  background-position: center;
}
.slider-sec .img-four {
  background: linear-gradient(rgba(66, 89, 120, 0.7), rgba(34, 50, 66, 0.7)),
    url("../images/sample15cm.jpg");
  background-size: cover;
  background-position: center;
}
.slider-sec h1 {
  color: white;
  font-size: 65px;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.slider-sec h4 {
  color: white;
  font-size: 18px;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.slider-sec p {
  color: white;
}
.slider-sec .first-line {
  letter-spacing: 6px;
}
.slider-sec .link-sec {
  margin-top: 60px;
}
.slider-sec h4 a {
  font-family: "Fjalla One", sans-serif;
  text-decoration: none;
}
.slider-sec .slide-btn {
  background-color: var(--secondary-color);
  margin-right: 40px;
  color: var(--main-color);
  padding: 20px 35px;
}

.slider-sec .slide-link {
  color: white;
}

.carousel-control-next,
.carousel-control-prev {
  width: 8%;
}

.second-section {
  background-color: var(--main-color);
  padding: 5% 0;
  color: white;
}
.second-section .first-line {
  letter-spacing: 6px;
  margin-bottom: 8%;
}

.second-section .title-links h3 {
  margin-right: 10%;
  border-bottom: 3px solid #0f171e;
  padding-bottom: 2%;
  transition: 0.2s;
  letter-spacing: 1px;
  font-size: 16px;
}

.second-section .title-links h3 a {
  font-family: "Fjalla One", sans-serif !important;
  text-decoration: none;
  color: white;
}

.second-section .title-links h3:hover {
  border-bottom: 3px solid var(--secondary-color);
  transition: 0.2s;
}
.second-section .second-col .item {
  margin-top: 2%;
}
.second-section .second-col .item:first-of-type {
  margin-right: 20%;
}
.second-section .second-col .item h1 {
  font-size: 60px;
  color: white;
}

.second-section .second-col .item h3 {
  font-size: 16px;
  color: var(--secondary-color);
}
.third-section {
  padding: 5% 0;
}
.third-section .bottom-sec {
  box-shadow: 1px 4px 8px rgba(0, 0, 0, 0.4);
}

.third-section .bottom-sec .col:first-of-type {
  padding-left: 0;
}
.third-section .side-one .top-sec {
  margin-bottom: 5%;
}
.third-section .side-one .icon-line {
  font-size: 50px;
  color: var(--secondary-color);
  margin-bottom: 20px;
}
.third-section .side-one .title-line {
  font-size: 26px;
  color: var(--main-color);
  margin-bottom: 20px;
}

.third-section .side-one p {
  font-size: 16px;
  margin-bottom: 20px;
}
.third-section .side-one .link-line {
  font-size: 18px;
  color: var(--main-color);
}

.third-section .side-one .img-area img {
  height: 300px;
  width: 300px;
  object-fit: cover;
}

.third-section .side-one .bottom-section {
  padding-top: 5%;
  padding-right: 2%;
}
.third-section .side-two {
  padding-left: 5%;
}

.third-section .side-two h3 {
  font-size: 18px;
  color: var(--secondary-color);
  margin-bottom: 20px;
}

.third-section .side-two h1 {
  font-size: 50px;
  color: var(--main-color);
  margin-bottom: 30px;
}
.third-section .side-two .icon-row .align-self-start {
  width: 120px;
  margin-right: 20px;
}
.third-section .side-two p {
  font-size: 16px;
}
.third-section .side-two .text-item {
  margin-bottom: 5%;
}
.third-section .side-two .icon-row .icon-line {
  font-size: 60px;
  color: var(--secondary-color);
  text-align: center;
}

.third-section .side-two .icon-row h2 {
  font-size: 20px;
  margin-bottom: 2%;
  color: var(--main-color);
}

.third-section .side-two .icon-row .text-area {
  padding-left: 5%;
}
.fourth-section {
  padding: 5% 0;
}
.partner-logo {
  width: 100px;
  margin-bottom: 20px;
}

.fourth-section .top-row {
  margin-bottom: 5%;
}
.fourth-section .top-row .first-item p {
  width: 80%;
}
.shop-padding {
  padding-top: 0% !important;
}
.fourth-section .top-row .second-item h3 {
  font-size: 18px;
  color: var(--secondary-color);
  margin-bottom: 20px;
}

.fourth-section .top-row .second-item h1 {
  font-size: 50px;
  color: var(--main-color);
}

.fourth-section .bottom-row .img-sec {
  position: relative;
}

.fourth-section .bottom-row img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.fourth-section .client-section img {
  object-fit: contain !important;
  height: 150px;
}

.fourth-section .client-section .img-sec h2 {
  font-size: 16px !important;
}
.fourth-section .bottom-row .img-sec h2 {
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 20px;
  padding: 10px 20px;
  background-color: white;
  margin-bottom: 0;
  color: var(--main-color);
}

.fourth-section .bottom-row .text-area {
  margin-top: 20px;
}
.fourth-section .bottom-row .text-area p {
  margin-left: 20px;
}
.fourth-section .bottom-row .text-area i {
  color: var(--secondary-color);
}
.fifth-section {
  background: linear-gradient(rgba(66, 89, 120, 0.4), rgba(34, 50, 66, 0.4)),
    url("../images/img6.jpg");
  background-size: cover;
  background-position: center;
  height: 600px;
  margin-bottom: 10%;
}
.fifth-section .first-col {
  position: relative;
}
.fifth-section .first-col .item-area {
  background-color: var(--main-color);
  padding: 5%;
  position: absolute;
  margin-top: 200px;
}
.fifth-section .first-col .item-area h3 {
  font-size: 20px;
  margin-bottom: 20px;
  color: var(--secondary-color);
}
.fifth-section .first-col .item-area h1 {
  font-size: 50px;
  margin-bottom: 20px;
  color: white;
}
.fifth-section .first-col .item-area .video-line {
  margin-top: 10%;
}
.fifth-section .first-col .item-area .video-line h3 {
  font-size: 20px;
  margin-top: 30px;
  margin-left: 30px;
}
.fifth-section .first-col .item-area .video-line h3 a {
  color: white;
  transition: 0.2s;
}
.fifth-section .first-col .item-area .video-line h3 a:hover {
  color: var(--secondary-color);
  transition: 0.2s;
}
.fifth-section .first-col .item-area .video-line h3 i {
  border-radius: 50%;
  padding: 20px;
  margin-right: 20px;
  border: 1px solid var(--secondary-color);
}
.fifth-section .first-col .item-area .video-line .first-item {
  margin-right: 20px;
}
.fifth-section .first-col .item-area img {
  width: 200px;
}
.sixth-section {
  background-color: var(--main-color);
}
.sixth-section h3 {
  font-size: 20px;
  color: var(--secondary-color);
  margin-bottom: 20px;
}
.sixth-section .first-side {
  padding: 5%;
}
.sixth-section h1 {
  font-size: 50px;
  color: white;
  margin-bottom: 5%;
}

.sixth-section .first-para {
  margin-bottom: 10%;
}
.sixth-section .data-row {
  margin-bottom: 10%;
}
.sixth-section .item h1 {
  border-radius: 50%;
  border: 2px solid var(--secondary-color);
  padding: 20px 25px;
  display: inline-block;
  margin-bottom: 5%;
}

.sixth-section .item p {
  padding-right: 20px;
}
.sixth-section .first-side .link-item {
  margin-top: 10%;
}

.sixth-section .first-side h3 a {
  padding: 10px 20px;
  background-color: var(--secondary-color);
  color: var(--main-color);
  margin-top: 5%;
}

.sixth-section .second-side {
  background: url("../images/img11.jpg");
  background-size: cover;
  background-position: center;
  margin-right: 0;
}
.seventh-section {
  padding: 10%;
}
.seventh-section .container {
  background: linear-gradient(rgba(66, 89, 120, 0.7), rgba(34, 50, 66, 0.7)),
    url("../images/img1.jpg");
  background-size: cover;
  background-position: center;
  height: 500px;
}
.seventh-section .first-side {
  position: relative;
}
.seventh-section .first-side img {
  height: 650px;
  width: 420px;
  position: absolute;
  left: 8%;
  bottom: -16%;
}
.seventh-section .second-side {
  padding-top: 5%;
}
.seventh-section .second-side h3,
.seventh-section .second-side h1,
.seventh-section .second-side p {
  color: white;
  margin-bottom: 30px;
}

.store-contact-btn {
  margin-top: 20px;
}
.store-contact-btn a {
  color: white;
  background-color: var(--secondary-color);
  padding: 20px;
}

.seventh-section .second-side h3 {
  font-size: 20px;
}
.seventh-section .customer-line .first-item {
  margin-right: 5%;
}
.seventh-section .customer-line img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}

.seventh-section .customer-line h3 {
  margin-bottom: 5px;
  margin-top: 15px;
}

.seventh-section .customer-line p {
  margin-bottom: 0;
}

.footer-section {
  background-color: var(--main-color);
  padding: 5% 0;
  border-top: 2px solid var(--secondary-color);
}

.footer-section h2 {
  color: white;
  margin-bottom: 30px;
  font-size: 25px;
}

.footer-section .social-icons {
  margin-top: 10px;
}
/* .footer-section .social-icons a{
    color:white;
} */
.footer-section .social-icons i {
  padding: 10px;
  margin-right: 10px;
  color: white;
  border: 1px solid var(--secondary-color);
}

.footer-section p {
  margin-bottom: 20px;
}

.footer-section i {
  color: var(--secondary-color);
  margin-right: 10px;
}

.footer-section a {
  color: gray;
  transition: 0.2s;
}
.footer-section a:hover {
  color: var(--secondary-color);
  transition: 0.2s;
}

.signature-section {
  padding: 1% 0;
  background-color: #0a1014;
}

.signature-section h4 {
  color: white;
  font-size: 14px;
  text-align: center;
  letter-spacing: 4px;
}

.navigation-sec {
  background-color: var(--main-color);
}

.navigation-sec .image-sec {
  height: 400px;
  padding-top: 10%;
  background: linear-gradient(rgba(66, 89, 120, 0.7), rgba(34, 50, 66, 0.7)),
    url("../images/img3.jpg");
  background-size: cover;
  background-position: center;
}

.navigation-sec .text-area {
  background-color: #223242cc;
  text-align: center;
  padding: 5px;
}
.navigation-sec .text-area .inner-area {
  background-color: #223242cc;
  padding: 40px;
  text-align: center;
}
.navigation-sec h1 {
  color: white;
  font-size: 50px;
}

.navigation-sec h3 {
  color: white;
  font-size: 14px;
  margin-top: 20px;
}

.navigation-sec h3 a {
  color: white;
}
.navigation-sec h3 a:hover {
  color: var(--secondary-color);
}

.navigation-sec h3 span {
  color: var(--secondary-color);
  margin: 0 10px;
}

.drone-show .first-row {
  margin-bottom: 5%;
}
.about-sec-1 {
  padding: 10% 0;
}
.about-sec-1 .side-one {
  padding-right: 5%;
}
.about-sec-1 .side-one h3 {
  font-size: 18px;
  color: var(--secondary-color);
  margin-bottom: 20px;
}
.about-sec-1 .side-one .info-area {
  margin-top: 5%;
}
.about-sec-1 .side-one i {
  color: var(--secondary-color);
  margin-right: 20px;
}

.about-sec-1 .side-one h1 {
  font-size: 50px;
  color: var(--main-color);
  margin-bottom: 30px;
}

.about-sec-1 .side-two img {
  width: 100%;
}
.about-sec-2 {
  padding: 5% 0;
  background-color: var(--main-color);
}
.about-sec-2 .top-text {
  margin-bottom: 5%;
  text-align: center;
}
.about-sec-2 .top-text h1 {
  font-size: 50px;
  color: white;
}

.about-sec-2 .top-text h3 {
  font-size: 18px;
  color: var(--secondary-color);
  margin-bottom: 20px;
}
.about-sec-2 .info-area .col-md-3 {
  text-align: center;
  padding: 0 5%;
  padding-bottom: 2%;
}
.about-sec-2 .info-area h1 {
  font-size: 60px;
  color: var(--secondary-color);
  margin-bottom: 20px;
}

.about-sec-2 .info-area h3 {
  font-size: 24px;
  color: var(--secondary-color);
}

.about-sec-2 .info-area p {
  font-size: 14px;
  padding-bottom: 10%;
  border-bottom: 2px solid var(--secondary-color);
}

.about-sec-3 {
  padding: 12% 2%;
  background: linear-gradient(rgba(66, 89, 120, 0.7), rgba(34, 50, 66, 0.7)),
    url("../images/img6.jpg");
  background-size: cover;
  background-position: center;
}

.about-sec-3 .info-area h1,
.about-sec-3 .info-area h3 {
  color: white;
  text-align: center;
}

.about-sec-3 .info-area h1 {
  font-size: 80px;
  margin-bottom: 20px;
}
.about-sec-3 .info-area h3 {
  font-size: 20px;
}
.about-sec-3 .info-area span {
  color: var(--secondary-color);
}
.about-sec-4 {
  padding: 10% 0;
}
.about-sec-4 .info-area h3 {
  font-size: 18px;
  color: var(--secondary-color);
  margin-bottom: 20px;
}

.about-sec-4 .info-area h1 {
  font-size: 50px;
  color: var(--main-color);
}
.about-sec-4 .info-area-2 .image-sec {
  position: relative;
}
.about-sec-4 .info-area-2 img {
  width: 100%;
}
.about-sec-4 .info-area-2 h3 {
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 20px;
  padding: 10px 20px;
  background-color: white;
  margin-bottom: 0;
  color: var(--main-color);
}

.about-sec-4 .info-area-2 p {
  padding: 15px;
}
.about-sec-5 {
  padding: 5% 0;
}
.about-sec-5 .top-section {
  margin-bottom: 5%;
  text-align: center;
}
.about-sec-5 .top-section h1 {
  font-size: 50px;
  color: var(--main-color);
}
.about-sec-5 .top-section h3 {
  font-size: 18px;
  color: var(--secondary-color);
  margin-bottom: 20px;
}
.about-sec-5 .image-sec {
  position: relative;
}
.about-sec-5 .image-sec .info-area {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 10px 20px;
  background-color: white;
}
.about-sec-5 .image-sec img {
  width: 100%;
}
.about-sec-5 .image-sec .info-area h3 {
  font-size: 20px;
  color: var(--main-color);
}
.about-sec-5 .image-sec .info-area h4 {
  font-size: 12px;
  color: var(--secondary-color);
}

.project-sec-1 {
  padding: 10% 0 5% 0;
}
.project-sec-1 .side-one {
  padding-right: 5%;
}
.project-sec-1 .side-one .bg-item {
  background-color: var(--main-color);
  padding: 10% 5%;
  padding-right: 10%;
}

.project-sec-1 .side-one h2 {
  color: white;
  font-size: 25px;
  margin-bottom: 20px;
  border-bottom: 1px solid var(--secondary-color);
  padding-bottom: 10px;
}
.project-sec-1 .side-one .info-item {
  margin-bottom: 10px;
}
.project-sec-1 .side-one .info-item h3 a {
  color: white;
  font-size: 18px;
  margin-bottom: 10px;
  transition: 0.2s;
}

.project-sec-1 .side-one .info-item h3 a:hover {
  color: var(--secondary-color);
  transition: 0.2s;
}

.project-sec-1 .side-two .image-item {
  padding: 0% 2%;
  padding-top: 20%;
  padding-bottom: 2%;
  background: linear-gradient(rgba(66, 89, 120, 0.7), rgba(34, 50, 66, 0.7)),
    url("../images/kariba.jpeg");
  background-size: cover;
  background-position: center;
  margin-bottom: 20px;
  background-repeat: no-repeat;
  background-size: contain;
}

.project-sec-1 .side-two .image-item h2,
.project-sec-1 .side-two .image-item p {
  color: white;
}
.project-sec-1 .side-two .image-sec {
  position: relative;
}

.project-sec-1 .side-two .image-sec img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.project-sec-1 .side-two .image-sec .info-sec {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 10px 20px;
  background-color: white;
}
.project-sec-1 .side-two .image-sec .info-sec h3 {
  font-size: 20px;
  color: var(--main-color);
}

.project-sec-1 .side-two .image-sec .info-sec h4 {
  font-size: 12px;
  color: var(--secondary-color);
}
.project-sec-1 .side-two .col-md-6 {
  margin-bottom: 20px;
}
.project-sec-1 .side-two .text-sec {
  padding: 0 10px;
  padding-left: 20px;
}
.project-sec-1 .side-two .text-sec h2 {
  font-size: 25px;
  margin: 10px 0;
}

.services-sec-1 {
  padding: 5% 0;
}
.services-sec-1 .top-area {
  text-align: center;
  margin-bottom: 5%;
}
.services-sec-1 .top-area h1 {
  font-size: 50px;
}

.services-sec-1 .top-area p {
  width: 40%;
  margin: auto;
}
.services-sec-1 .item {
  padding: 0 2%;
  margin-bottom: 20px;
}

.services-sec-1 .item .top-area {
  margin-bottom: 0;
}

.services-sec-1 .item img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}

.services-sec-1 .item-area {
  padding: 50px 40px;
  background-color: var(--main-color);
  border-bottom: 2px solid var(--secondary-color);
}
.services-sec-1 .item-area h1 {
  font-size: 80px;
  color: white;
}

.services-sec-1 .item-area h2 {
  color: white;
  font-size: 22px;
  border-bottom: 2px solid gray;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.services-sec-1 .item-area p {
  margin-bottom: 25px;
}

.services-sec-1 .item-area p i {
  color: var(--secondary-color);
  margin-right: 10px;
}

.services-sec-1 .item-area h3 {
  text-align: center;
  background-color: var(--secondary-color);
  padding: 15px;
  font-size: 22px;
}

.services-sec-1 .item-area h3 a {
  color: white;
}
.training-sec-1 {
  padding: 5% 0;
}
.training-sec-1 .main-sec {
  padding-right: 5%;
}

.training-sec-1 .main-sec .top-title {
  font-size: 30px;
  margin-bottom: 20px;
}
.training-sec-1 .main-sec .icon-row {
  margin-bottom: 5%;
}

.training-sec-1 .main-sec .icon-area h1 {
  font-size: 60px;
  margin-bottom: 10px;
  color: var(--secondary-color);
}

.training-sec-1 .main-sec .icon-area h2 {
  font-size: 25px;
  margin-bottom: 10px;
}

.training-sec-1 .main-sec img {
  width: 100%;
  margin-bottom: 5%;
}

.training-sec-1 .main-sec .faq-btn button {
  background: none;
  border: none;
  font: inherit;
  padding: 0;
}

.training-sec-1 .main-sec .faq-btn {
  background-color: var(--main-color);
  padding: 20px;
  font-size: 16px;
  width: 100%;
  text-align: left;
  color: white;
  letter-spacing: 1px;
  border-bottom: 1px solid var(--secondary-color);
}
.training-sec-1 .main-sec .collapse {
  margin-bottom: 20px;
}
.training-sec-1 .main-sec .faq-btn span {
  font-size: 20px;
  margin-right: 20px;
}
.training-sec-1 .main-sec .faq-btn .down-arrow {
  text-align: right;
}
.training-sec-1 .side-bar {
  padding: 0 20px;
}
.training-sec-1 .side-bar .text-sec-1 {
  background-color: var(--main-color);
  padding: 40px 20px;
  margin-bottom: 20px;
}
.training-sec-1 .side-bar .text-sec-1 h3 {
  border-bottom: 1px solid var(--secondary-color);
  padding-bottom: 20px;
  margin-bottom: 20px;
  color: white;
}

.training-sec-1 .side-bar .text-sec-1 p {
  color: white;
  margin-bottom: 10px;
}

.training-sec-1 .side-bar .text-sec-1 p i {
  margin-right: 10px;
  color: var(--secondary-color);
}
.training-sec-1 .side-bar .text-sec-1 p span {
  margin: 0 10px;
  color: var(--secondary-color);
  font-weight: 700;
}
.training-sec-1 .side-bar .pic-bg {
  background: linear-gradient(rgba(66, 89, 120, 0.7), rgba(34, 50, 66, 0.7)),
    url("../images/img6.jpg");
  background-size: cover;
  background-position: center;
}
.training-sec-1 .side-bar .link-item {
  margin-bottom: 10px;
  padding: 10px;
  width: 100%;
  text-align: center;
  background-color: var(--secondary-color);
  font-size: 16px;
  letter-spacing: 1px;
}

.training-sec-1 .side-bar .link-item a {
  color: var(--main-color);
}
.contact-sec-1 .contact-card {
  background-color: var(--main-color);
  padding: 10% 40px;
}

.contact-sec-1 .contact-card h1 {
  color: white;
  font-size: 30px;
  margin-bottom: 5%;
  border-bottom: 1px solid var(--secondary-color);
  padding-bottom: 5%;
}
.contact-sec-1 .contact-row {
  margin-bottom: 5%;
}
.contact-sec-1 .contact-row .col-md-6 {
  margin-bottom: 5%;
}

.contact-sec-1 .contact-row h1 {
  font-size: 50px;
  color: var(--secondary-color);
  text-align: center;
  border: none;
}

.contact-sec-1 .contact-row h2 {
  margin-bottom: 10px;
  font-size: 20px;
  color: white;
}
.contact-sec-1 .contact-row p {
  font-size: 14px;
}

.contact-sec-1 .contact-card .social-icons {
  font-size: 40px;
  text-align: center;
}
.contact-sec-1 .social-icons a {
  color: white;
  margin: 0 5px;
}
/* Smaller desktops */
@media only screen and (max-width: 1200px) {
  .third-section .side-one .img-area img {
    height: 300px;
    width: 250px;
    object-fit: cover;
  }

  .fifth-section .first-col .item-area img {
    width: 160px;
  }

  .seventh-section .first-side img {
    height: 550px;
    width: 350px;
    bottom: 5%;
  }
}
/* mobile */
@media only screen and (max-width: 600px) {
  .no-mobile {
    display: none !important;
  }
  .signature-section {
    padding: 5% 0;
    background-color: #0a1014;
  }
  .nav-item {
    margin-right: 20px;
    padding-left: 20px;
    background-color: var(--main-color);
    margin-left: 10px;
  }
  .slider-sec .image-sec {
    height: 800px;
    padding-top: 40%;
  }

  .slider-sec h1 {
    font-size: 50px;
  }

  .slider-sec h4 {
    font-size: 17px;
  }

  .slider-sec .slide-btn {
    margin-right: 10px;
    padding: 20px 10px;
  }

  .second-section {
    padding: 15% 0;
  }
  .second-section {
    padding: 10% 0;
  }

  .second-section .title-links h3 {
    font-size: 12px;
  }
  .fourth-section .col-md-4 {
    margin-bottom: 5%;
  }

  .third-section {
    padding: 15% 0;
  }

  .fifth-section {
    padding: 10% 0;
  }

  .fifth-section .first-col .item-area {
    position: relative;
    margin-top: 0;
  }

  .fifth-section .first-col .item-area img {
    width: 120px;
  }

  .fifth-section .first-col .item-area .video-line .first-item {
    margin-right: 5px;
  }

  .fifth-section .first-col .item-area .video-line h3 i {
    padding: 15px;
    margin-right: 10px;
  }
  .fifth-section .first-col .item-area .video-line h3 {
    font-size: 14px;
    margin-top: 15px;
    margin-left: 5px;
  }

  .sixth-section,
  .fourth-section {
    padding: 10% 0;
  }

  .seventh-section .container {
    height: initial;
  }

  .seventh-section .customer-line img {
    width: 70px;
    height: 70px;
  }

  .seventh-section .second-side h3:first-of-type {
    margin-top: 10%;
  }

  .seventh-section .second-side h3,
  .seventh-section .second-side h1,
  .seventh-section .second-side p {
    margin-bottom: 20px;
  }

  .seventh-section .customer-line h3 {
    margin-bottom: 5px;
  }
  .sixth-section .item h1 {
    margin-bottom: 10%;
  }

  .footer-section {
    padding: 15% 0;
  }

  .footer-section .col-md-3 {
    margin-bottom: 5%;
  }

  .drone-show .first-row {
    margin-bottom: 0;
  }

  .navigation-sec .image-sec {
    height: 400px;
    padding-top: 30%;
  }
  .services-sec-1 .top-area p {
    width: 100%;
  }

  .contact-sec-1 .contact-row h1 {
    font-size: 40px;
  }
  .about-sec-1 .side-one {
    margin-bottom: 5%;
  }
  .about-sec-1 .side-one i {
    margin-right: 5px;
  }

  .about-sec-2 .info-area .col-md-3 {
    padding: 0 15%;
  }
  .about-sec-3 .col-md-3 {
    margin-bottom: 20px;
  }
  .about-sec-3 .info-area h1,
  .about-sec-3 .info-area h3 {
    text-align: left;
  }
  .about-sec-5 .col-md-4 {
    margin-bottom: 20px;
  }
  .about-sec-5 {
    padding: 10% 0;
  }

  .project-sec-1 .side-one {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    margin-bottom: 5%;
  }
  .training-sec-1 {
    padding: 15% 0;
  }

  .training-sec-1 .main-sec {
    margin-bottom: 20px;
  }

  .training-sec-1 .side-bar {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
  }

  .services-sec-1 .top-area {
    margin-bottom: 10%;
  }
  .services-sec-1 {
    padding: 15% 0;
  }
}
