body {
    font-family: 'Poppins' , 'sans-serif';
}
.back-to-top {
    position: fixed;
    display: none;
    bottom: 30px;
    left: 88%;
    width: 150px;
    height: 64px;
    z-index: 9999;
    cursor: pointer;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    background-repeat: no-repeat;
    background-image: url(img/drone.gif);
    animation: fadein 2400ms ease-in-out infinite;
    background-size: contain;
}
.back-to-top span {
    margin-left: 20px;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.88;
    color: #fff;
    display: none;
    position: absolute;
    top: 15px;
    left: 60px;
    width: 150px;
    padding: 0 5px;
}
.back-to-top:hover {
    opacity: 0.7;
}
.back-to-top:hover span {
    display: block !important;
}
#gotopdiv:hover > .back-to-top span {
    display: block;
}
#gotopdiv.show {
    display: block;
}
button.contact-nav {
    width: 142px;
    padding: 12px 24px;
    background-color: #4997f5;
    font-size: 17px;
    font-weight: 300;
    line-height: 1.88;
    color: #fff;
    border: none;
}
a.nav-link {
    position: relative;
    display: block;
    padding: 4px 0;
    color: #4997f5;
    text-decoration: none;
    transition: 0.4s;
}
a.nav-link::after {
    position: absolute;
    content: "";
    top: 100%;
    left: 0;
    width: 100%;
    height: 3px;
    background: #4997f5;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.4s;
}
a.nav-link.active::after {
    position: absolute;
    content: "";
    top: 100%;
    left: 0;
    width: 100%;
    height: 3px;
    background: #4997f5;
    transform: unset;
    transform-origin: unset;
    transition: unset;
}
a.nav-link:hover {
    color: #4997f5;
}
a.nav-link:hover::after {
    transform: scaleX(1);
    transform-origin: left;
}
.navbar-light .navbar-nav .nav-link:hover {
    color: #4997f5;
}
.navbar-light .navbar-nav .nav-link {
    font-size: 17px;
    font-weight: 300;
    line-height: 1.88;
    color: #fff;
}
.first-section video {
    position: absolute;
    object-fit: contain;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
}
nav.navbar.navbar-expand-lg.navbar-light {
    padding: 32px 30px 0;
    z-index: 10;
}
.navbar img {
    width: 212px;
    height: 25px;
}
.title-first-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: -211px;
    z-index: 2;
}
img.big-drone {
    width: 100%;
    max-width: 945px;
    margin: -45px auto -20px;
    display: flex;
}
.center-main-section h2 {
    font-size: 110px;
    font-weight: 300;
    text-align: left;
    color: #fff;
    line-height: 0.8;
}
.center-main-section h2.second-title {
    padding-left: 23%;
}
.center-main-section {
    padding-top: 80px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: calc(100vh - 100px);
}
ul.navbar-nav {
    align-items: center;
    gap: 55px;
}
a .arrow-animation {
    position: absolute;
    left: calc(50% - 14px);
    transform: translateY(-100px);
    z-index: 10;
}
.arrow-animation {
    width: 36px;
    height: 56px;
    padding: 15px 5px;
    border-radius: 50px;
    border: solid 1px #4997f5;
    animation: jumpInfinite 1.5s infinite;
}
.photo-main {
    margin: auto;
    display: flex;
    justify-content: center;
    padding: 48px 0 120px;
}
@keyframes jumpInfinite {
    0% {
        margin-top: 0;
    }
    50% {
        margin-top: 20px;
    }
    100% {
        margin-top: 0;
    }
}
button.collapse-hover-btn {
    width: auto;
    display: block;
    padding: 5px 8px;
    border-left: 5px solid #4997f5 !important;
    border: none;
    background: linear-gradient(to right, #4997f5 50%,transparent 50%);
    cursor: pointer;
    background-size: 200% 100%;
    background-position: right bottom;
    transition: all .3s ease-out;
}
.mini-frame .subtitle-small {
    font-size: 17px;
}
button.collapse-hover-btn span {
    font-size: 20px;
    font-weight: 300;
    line-height: 2.4;
    color: #fff;
    transition: all .3s ease-out;
    display: block;
    text-align: left;
}
.margin-btn-box {
    margin-top: 20px;
}
.flex-bottom-btn {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    align-items: center;
}
.collapse-hover-btn span:hover {
    color: #fff;
}
button.collapse-hover-btn:hover {
    background-position: left bottom;
}
.second-section {
    background-color: #010101;
    padding: 0 0 24px;
}
.live-section {
    display: flex;
    justify-content: space-between;
    padding: 50px 0;
}
.video-background {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.third-section {
    background-image: linear-gradient(to bottom, #141414 0%, #010101 99%);
}
.list-section {
    display: flex;
    gap: 100px;
    padding: 98px 48px 110px;
}
.title-list {
    font-size: 32px;
    font-weight: 300;
    line-height: 1.5;
    text-align: left;
    color: #fff;
    padding-bottom: 20px;
    text-transform: uppercase;
}
.description-list {
    font-size: 17px;
    font-weight: 300;
    line-height: 1.88;
    text-align: left;
    color: #b7b7b7;
}
.section-list {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.col-list {
    align-items: flex-start;
    text-align: center;
    justify-content: space-between;
    display: flex;
    flex-direction: column;
    height: 100%;
}
.box-list {
    padding: 48px 0;
    background-color: #151515;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(360px, 1fr));
    grid-gap: 5px;
    box-sizing: border-box;
}
.box-list li, .abstract-section li {
    font-size: 17px;
    font-weight: 300;
    line-height: 1.88;
    text-align: left;
    color: #b7b7b7;
    max-width: 297px;
}
.box-list .services {
    font-size: 24px;
    font-weight: 300;
    line-height: 1.63;
    text-align: left;
    color: #fff;
    margin-left: 50px;
    margin-bottom: 40px;
    max-width: 300px;
}
li::marker {
    color: #4997f5;
    font-size: 1.8em;
}
button.get-touch {
    width: auto;
    min-width: 270px;
    max-width: 270px;
    padding: 12px;
    border: solid 1px #fff;
    font-size: 17px;
    font-weight: 300;
    line-height: 1.88;
    text-transform: capitalize;
    text-align: left;
    background: linear-gradient(to right, #019900 50%, transparent 50%);
    margin-left: -20px;
    display: block;
    background-size: 200% 100%;
    background-position: right bottom;
    transition: all .3s ease-out;
}
button.get-touch:hover {
    background-position: left bottom;
    border-color: #019900;
}
.get-touch span {
    color: #fff;
    text-align: center;
    font-size: 16px;
    line-height: 30px;
    transition: all .3s ease-out;
    display: block;
}
.fourth-section {
    background-color: #000000;
    padding: 24px 0;
}
.land-card {
    min-height: 510px;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("img/land.png");
}
video#background-video {
    width: 100%;
}
#background-video2 {
    display: none;
}
.desc-vid {
    font-size: 17px;
    font-weight: 300;
    line-height: 1.88;
    text-align: left;
    color: #fff;
    max-width: 800px;
}
.title-video {
    padding-bottom: 20px;
    font-size: 32px;
    font-weight: 300;
    line-height: 1.5;
    text-align: left;
    color: #fff;
    text-transform: uppercase;
}
.left-corner {
    display: flex;
    justify-content: space-between;
    align-items: end;
    font-size: 20px;
    font-weight: 300;
    line-height: 2;
    text-align: left;
    color: #fff;
    position: absolute;
    bottom: 5%;
    left: 48px;
    right: 48px;
}
button.blue {
    width: auto;
    max-width: 270px;
    padding: 12px 48px;
    border: 1px solid #019900;
    font-size: 17px;
    font-weight: 300;
    line-height: 1.88;
    text-transform: capitalize;
    text-align: left;
    background: linear-gradient(to right, transparent 50%, #019900 50%);
    margin-left: -20px;
    display: block;
    background-size: 200% 100%;
    background-position: right bottom;
    transition: all .3s ease-out;
}
button.contact-nav {
    width: auto;
    max-width: 270px;
    padding: 12px 48px;
    border: 1px solid #019900;
    font-size: 17px;
    font-weight: 300;
    line-height: 1.88;
    text-transform: capitalize;
    text-align: left;
    background: linear-gradient(to right, transparent 50%, #019900 50%);
    margin-left: -20px;
    display: block;
    background-size: 200% 100%;
    background-position: right bottom;
    transition: all .3s ease-out;
}
button.blue:hover {
    background-position: left bottom;
    border: 1px solid #fff;
}
button.blue span {
    text-align: center;
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    transition: all .3s ease-out;
    display: block;
}
.fifth-section {
    background-color: #000000;
}
.carousel-section {
    display: flex;
    gap: 65px;
    padding: 48px;
    background-color: #151515;
}
.carousel-section-two {
    position: relative;
    padding: 48px;
}
.split-section {
    display: flex;
    align-items: end;
    justify-content: space-between;
    padding-bottom: 48px;
    gap: 30px;
}
.fifth-section .item img {
    width: 470px;
    height: 635px;
}
.contact input::placeholder {
    font-size: 17px;
    font-weight: 300;
    line-height: 1.88;
    text-align: left;
    color: #fff;
}
.carousel-title {
    font-size: 24px;
    font-weight: 300;
    line-height: 1.5;
    text-align: left;
    color: #fff;
    margin-bottom: 48px;
}
.details-section p {
    font-size: 17px;
    font-weight: 300;
    line-height: 1.88;
    text-align: left;
    color: #b7b7b7;
}
.details-section {
    padding-bottom: 30px;
}
.pills {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.single-pill {
    width: auto;
    padding: 12px 24px;
    border: solid 1px #212121;
    background-color: #1b1b1b;
    font-size: 17px;
    font-weight: 300;
    line-height: 1.88;
    text-align: left;
    color: #fff;
}
.title-pills {
    display: flex;
    flex-direction: column;
    padding-bottom: 48px;
}
.subtitle-small {
    font-size: 20px;
    font-weight: 300;
    line-height: 2;
    text-align: left;
    color: #fff;
    padding-bottom: 16px;
    max-width: 461px;
}
.left-carousel {
    max-width: 470px;
    position: relative;
}
div#counter, div#counters {
    font-size: 20px;
    font-weight: 300;
    line-height: 2;
    text-align: left;
    color: #fff;
    margin-top: -30px;
}
.right-carousel-second img {
    max-width: 336px;
    height: 292px;
}
.right-carousel-second {
    display: grid;
    grid-template-columns: repeat(2, auto);
    grid-template-rows: repeat(2, auto);
    gap: 16px;
}
.sixth-section .carousel-title {
    max-width: 450px;
}
.sixth-section {
    background-color: #000000;
}
.sixth-section .left-carousel {
    max-width: 545px;
}
.owl-carousel .owl-nav button.owl-prev {
    background-image: url("img/left-arrow.svg");
    width: 25px;
}
.owl-carousel .owl-nav button.owl-next {
    background-image: url("img/right-arrow.svg");
    width: 25px;
}
.owl-carousel span {
    opacity: 0;
}
.owl-carousel .owl-nav {
    gap: 17px;
    display: flex;
    margin-top: 48px;
    right: 0;
    justify-content: end;
}
.seventh-section {
    border: solid 1px #2f2f2f;
    background-image: linear-gradient(to bottom, #141414 0%, #010101 99%);
}
.abstract-section {
    padding: 48px;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}
.left-image-section img {
    min-width: 387px;
}
.desc-abstract p {
    font-size: 17px;
    font-weight: 300;
    line-height: 1.88;
    text-align: left;
    color: #b7b7b7;
    max-width: 900px;
    padding-top: 32px;
    padding-bottom: 64px;
    margin: 0;
}
.desc-abstract {
    width: 100%;
    display: flex;
    justify-content: right;
}
.abstract-list {
    display: flex;
    justify-content: space-between;
    margin-bottom: 48px;
    gap: 30px;
}
.right-image-section {
    position: relative;
}
.seventh-section .carousel-title {
    position: absolute;
    margin-bottom: 0;
    transform: translate(270px, 30px);
}
.seventh-section .carousel-title span {
    font-size: 32px;
    text-transform: uppercase;
}
.seventh-section .carousel-title .desc-abstract {
    justify-content: flex-start;
}
.bigger-carousel {
    padding: 0 0 24px;
}
.owl-dots {
    display: none;
}
.last-section {
    background-color: #000000;
}
.split-two {
    display: flex;
    justify-content: space-between;
    gap: 60px;
    padding: 64px 0 0 48px;
}
.big-title {
    font-size: 64px;
    font-weight: 300;
    line-height: 1;
    text-align: left;
    color: #fff;
    text-transform: uppercase;
    max-width: 615px;
}
.last-subtitle {
    font-size: 24px;
    font-weight: 300;
    line-height: 1.5;
    text-align: left;
    color: #fff;
    padding-top: 37px;
    max-width: 334px;
}
.last-desc {
    font-size: 17px;
    font-weight: 300;
    line-height: 1.88;
    text-align: left;
    color: #b7b7b7;
    padding-top: 24px;
    max-width: 334px;
}
.split-left img {
    max-width: 430px;
    margin-left: -200px;
}
.split-left {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-bottom: 64px;
}
.text-over-image {
    z-index: 999;
    padding-top: 35px;
}
.course-offered {
    font-size: 24px;
    font-weight: 300;
    line-height: 2;
    text-align: left;
    color: #fff;
}
.last-section li {
    font-size: 17px;
    font-weight: 300;
    line-height: 1.88;
    text-align: left;
    color: #b7b7b7;
}
.split-right img {
    max-width: 354px;
}
.box-drone {
    width: 100%;
}
.split-right {
    min-width: 470px;
}
button.blue.m-0.learn-more {
    position: absolute;
    transform: translateY(-120px);
}
footer {
    border: solid 1px #2f2f2f;
    background-image: linear-gradient(to bottom, #141414 0%, #010101 99%);
}
.flex-footer {
    padding: 64px 48px;
}
.time {
    font-size: 17px;
    font-weight: 300;
    line-height: 2.82;
    text-align: left;
    color: #b7b7b7;
}
.footer-title {
    font-size: 36px;
    font-weight: 300;
    line-height: 1.11;
    text-align: left;
    color: #fff;
    text-transform: capitalize;
    max-width: 270px;
    padding-bottom: 54px;
}
.list-title-footer {
    font-size: 20px;
    font-weight: 300;
    line-height: 2;
    text-align: left;
    color: #fff;
}
footer li {
    font-size: 17px;
    font-weight: 300;
    line-height: 2.82;
    text-align: left;
    color: #b7b7b7;
}
footer ul {
    list-style-type: none;
    padding-left: 0;
}
footer {
    display: flex;
    justify-content: space-between;
}
footer img {
    max-width: 156px;
    padding-bottom: 32px;
}
footer li:not(.list-title-footer) {
    text-decoration: underline;
}
#accordionExample {
    display: none;
}
.navbar button.blue {
    margin: 0;
}
.navbar-light .navbar-toggler-icon {
    background-image: url('img/burger-menu.png');
}
footer a li:hover {
    color: #4997f5;
}
.flex-footer {
    display: flex;
    justify-content: space-between;
}
.flex-column-area {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.box-list img {
    max-width: 465px;
    height: 360px;
}
.contact input {
    width: 100%;
    height: 80px;
    padding: 24px;
    border: solid 0.5px #fff;
    border-radius: 0;
    background-color: #010101;
    color: #fff;
    font-size: 17px;
    font-weight: 300;
    font-family: 'Poppins', 'sans-serif';
}
.contact textarea {
    width: 100%;
    padding: 24px;
    border-radius: 0;
    height: 150px;
    border: solid 0.5px #fff;
    background-color: #010101;
    color: #fff;
}
.contact textarea::placeholder {
    font-size: 17px;
    font-weight: 300;
    line-height: 1.88;
    text-align: left;
    color: #fff;
}
.text-area {
    margin-top: 24px;
}
.contact button.contact-nav.blue.m-0 {
    margin-top: 24px !important;
}
.form-cnt {
    display: flex;
    gap: 24px;
    margin-bottom: 24px;
}
.form-details {
    width: 100%;
}
.contact-section {
    display: flex;
    background-image: radial-gradient(circle at 50% 1%, #363636, #010101 50%);
}
select.drop {
    width: 100%;
    color: #fff;
    padding: 0 24px;
    height: 80px;
    border: solid 0.5px #fff;
    background-color: #000000;
}
.navbar-light .navbar-nav .nav-link {
    color: #fff !important;
}
.second-section a:hover {
    text-decoration: none;
}
.absolute-background {
    position: absolute;
    background-color: rgb(4 4 4 / 70%);
    width: 70%;
    z-index: 1;
    padding: 1.3em 0 0.15em 48px;
    max-width: 606px;
    font-size: 20px;
    font-weight: 300;
    line-height: 2;
    text-align: left;
    color: #fff;
    bottom: 0;
    left: 0;
}
.absolute-background:after {
    content: " ";
    position: absolute;
    display: block;
    top: 0;
    left: 100%;
    -ms-transform: skew(30deg, 0deg);
    width: 0;
    height: 0;
    border-right: 120px solid transparent;
    border-bottom: 295px solid rgb(4 4 4 / 70%);
}
.staticBackdrop .modal-body input {
    margin-bottom: 15px;
}
.about-us {
    font-size: 64px;
    font-weight: 300;
    line-height: 1.63;
    text-align: left;
    color: #fff;
    text-transform: uppercase;
}
.about-desc {
    z-index: 999;
    font-size: 17px;
    font-weight: 300;
    line-height: 1.88;
    text-align: left;
    color: #b7b7b7;
    max-width: 444px;
}
.about-first {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-right: -17%;
}
.first-section-about {
    display: flex;
    justify-content: space-between;
    padding: 98px 30px 80px 48px;
}
.second-section-about {
    padding: 98px 48px 80px;
}
.first-section-about img {
    max-width: 833px;
}
.first-section {
    background-color: #000;
}
.li-section {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.col-section-about:nth-child(2) .li-section {
    margin-bottom: 20px;
}
.white-title {
    font-size: 32px;
    font-weight: 300;
    line-height: 1.5;
    text-align: left;
    color: #fff;
    padding-bottom: 20px;
}
.col-section-about {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.paragraphs {
    border: solid 1px #2f2f2f;
    background-image: linear-gradient(to bottom, #141414 0%, #010101 99%);
}
.cols-sections-about {
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(280px,1fr));
    gap: 55px;
    padding: 98px 48px;
}
.paragraphs img{
    max-width: 427px;
}
.paragraphs .white-title {
    max-width: unset;
}
.li-section button.get-touch.m-0 {
    width: 100%;
    max-width: unset;
}
.paragraphs button.get-touch.m-0 {
    width: 100%;
    max-width: unset;
}
.title-places {
    font-size: 32px;
    font-weight: 300;
    line-height: 1.5;
    text-align: center;
    color: #fff;
}
.under-places {
    font-size: 17px;
    font-weight: 300;
    line-height: 1.88;
    color: #b7b7b7;
    max-width: 548px;
    width: 100%;
    text-align: center;
    margin: 0 auto 78px;
}
.flex-places {
    display: flex;
    justify-content: space-between;
    gap: 44px;
}
.first-section-place {
    display: flex;
    flex-direction: column;
}
.places {
    background-color: #000;
}
img.place-image-window {
    width: 515px;
    height: 317px;
}
.flex-image-place {
    position: relative;
}
img.badge-img {
    max-width: 114px;
    height: 183px;
}
.first-place-text {
    font-size: 40px;
    font-weight: 300;
    line-height: 1;
    text-align: left;
    color: #fff;
    text-transform: uppercase;
    margin-right: 32px;
}
.li-section .under-places {
    text-align: left;
    margin: 0;
}
.place-important {
    display: flex;
}
.flex-places .white-title {
    max-width: unset;
    padding-top: 30px;
}
span.upper-number {
    font-size: 55px;
    font-weight: 400;
}
img.badge-img {
    position: absolute;
    left: -10%;
    bottom: 6%;
}
.touch-button-place {
    margin-top: 74px;
    display: flex;
    justify-content: center;
}
.partners-box {
    background-image: linear-gradient(to bottom, #141414 0%, #010101 99%);
}
.partners-box .under-places {
    max-width: 772px;
    margin-bottom: 64px;
}
.last-media-section {
    padding: 98px 0 88px;
}
.touch-button-place button.get-touch {
    max-width: 348px;
}
.flex-cards-approve {
    display: flex;
    justify-content: center;
    margin-top: 32px;
    gap: 24px;
    padding-bottom: 64px;
}
.card-approve {
    padding: 33px 35px 30.9px 33px;
    border: solid 1.4px #212121;
    background-color: #1b1b1b;
    align-items: center;
    display: flex;
}
.card-approve img {
    max-width: 380px;
    width: 100%;
}
.our-partners-box {
    padding: 64px 24px 0;
    background-color: #151515;
}
.about-us .first-section {
    background-image: none;
    background-color: #000;
}
.about-first-section {
    background-color: #000;
}
.split-right img {
    max-width: 460px;
}
.browse {
    font-size: 64px;
    font-weight: 300;
    line-height: 1.63;
    text-align: center;
    color: #fff;
    margin-bottom: 32px;
}
.date-time {
    font-size: 17px;
    font-weight: 300;
    line-height: 1.88;
    text-align: left;
    color: #b7b7b7;
    padding-top: 32px;
    padding-bottom: 12px;
}
.title-post {
    font-size: 32px;
    font-weight: 300;
    line-height: 1.5;
    text-align: left;
    color: #fff;
    padding-bottom: 20px;
}
.description-post {
    font-size: 17px;
    font-weight: 300;
    line-height: 1.88;
    text-align: left;
    color: #b7b7b7;
    padding-bottom: 20px;
}
a:hover {
    text-decoration: unset;
}
.read-more-btn {
    display: inline-block;
    font-size: 17px;
    font-weight: 300;
    line-height: 1.88;
    text-align: left;
    color: #fff;
    text-decoration: underline;
}
.read-more-btn:hover {
    color: #4997f4;
}
.media-posts {
    grid-template-columns: repeat(2, 1fr);
    display: grid;
    gap: 48px 24px;
}
.media-posts img {
    width: 100%;
}
.media-page .get-touch {
    min-width: 160px;
    margin-top: 98px;
}
.mx-view-all {
    text-align: center;
    display: flex;
    justify-content: center;
    margin-top: 98px;
}
.media-padding-page {
    padding: 80px 0 98px;
}
.contact-title {
    font-size: 64px;
    font-weight: 300;
    line-height: 1.63;
    text-align: left;
    color: #fff;
    margin-bottom: 24px;
}
.contact label {
    font-size: 17px;
    font-weight: 300;
    line-height: 1.88;
    text-align: left;
    color: #fff;
}
.product-card {
    margin-top: 170px;
    padding: 64px;
    border: solid 1px #2f2f2f;
    background-image: linear-gradient(to bottom, #141414 0%, #010101 99%);
}
.info-cnt {
    display: flex;
    justify-content: space-between;
}
.mini-card {
    display: flex;
    flex-direction: column;
}
.mini-card.rh1 {
    display: grid;
    grid-template-columns: repeat(2, auto);
    grid-template-rows: repeat(2, auto);
}
.special-frame {
    padding: 1px 16px;
    --c: #4997f5;
    --w: 39px;
    --b: 4px;
    border: var(--b) solid #0000;
    --_g: #0000 90deg,#4997f5 0;
    --_p: var(--w) var(--w) border-box no-repeat;
    background: conic-gradient(from 90deg at top var(--b) left var(--b),var(--_g)) 0 0 / var(--_p), conic-gradient(from -90deg at bottom var(--b) right var(--b),var(--_g)) 100% 100% / var(--_p);
}
.product-card img {
    width: 475px;
    height: 385px;
    margin-top: -140px;
}
.contact-section-cnt {
    display: flex;
    justify-content: space-between;
    gap: 50px;
}
.cnt-contact {
    padding: 120px 0 98px;
}
.flex-map {
    position: relative;
    min-width: 600px;
    display: flex;
    flex-direction: column;
    border: solid 1px #272727;
    background-color: #212121;
    max-height: 875px;
}
.contact iframe {
    height: 368px;
}
.logo-sub {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 12px;
}
.mini-frame {
    width: 100%;
    position: absolute;
    display: flex;
    z-index: 999;
    align-items: center;
    justify-content: space-between;
    padding: 18px;
    background-color: rgb(4 4 4 / 50%);
}
#map {
    width: 100%;
    height: 875px;
}
.error-message {
    color: red;
}
.error-email {
    color: red;
    margin-bottom: 0;
    margin-top: 10px;
}
select.form-submit {
    background-color: #000;
}
#captchaBackground {
    display: flex;
    margin: 20px 0;
    justify-content: space-between;
}
#textBox {
    margin-left: 16px;
}
.mini-frame img {
    max-width: 237px;
}
.block-texts {
    display: flex;
    flex-direction: column;
}
.img-li-section img {
    max-width: 40px;
    margin-right: 20px;
    margin-top: 7px;
}
.img-li-section {
   display: flex;
    align-items: flex-start;
}
.short-desc {
    font-size: 17px;
    font-weight: 300;
    line-height: 1.88;
    text-align: left;
    color: #b7b7b7;
    max-width: 620px;
}
.f-q {
    padding: 80px 0;
}
.f-q .short-desc {
    max-width: unset;
    margin-bottom: 40px;
}
select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url('img/icon-fa-angle-down.svg');
    background-repeat: no-repeat;
    background-position: right center;
}
.error-text {
    font-size: 128px;
    font-weight: 300;
    line-height: 0.81;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
}
.sorry-text {
    font-size: 17px;
    font-weight: 300;
    line-height: 1.88;
    text-align: center;
    color: #b7b7b7;
    margin-bottom: 40px;
    margin-top: 24px;
    max-width: 780px;
}
.not-found {
    padding: 110px 0 95px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.not-found img {
    max-width: 610px;
    margin-top: -50px;
    margin-left: -125px;
}
.contact-title.sent {
    padding: 100px 0;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1440px !important;
    }
}
@media(max-width: 1400px) {
    img.place-image-window {
        width: 461px;
        height: 269px;
    }
    .about-first {
        justify-content: end;
    }
    .flex-column-area {
        margin-left: 48px;
    }
    .center-main-section h2 {
        font-size: 100px;
    }
    .live-section {
        flex-wrap: wrap;
        gap: 30px;
        justify-content: center;
    }
    img.badge-img {
        left: -12%;
    }
}
@media(max-width: 1300px) {
    .info-cnt.antwork {
        flex-direction: column;
    }
    .product-card img {
        margin: -140px auto 0;
    }
    .info-cnt .d-block {
        margin-bottom: 20px;
    }
    .seventh-section .carousel-title {
        transform: translate(135px, 65px);
    }
    .contact-section-cnt {
       flex-direction: column;
    }
    img.place-image-window {
        width: 100%;
        height: auto;
    }
    .flex-places {
       flex-direction: column;
    }
    .first-section-about img {
        max-width: 800px;
    }
    .about-first {
        margin-right: 0;
    }
    img.big-drone {
        margin: -17px auto -20px;
    }
    .split-section {
        flex-direction: column;
    }
    .sixth-section .left-carousel {
        max-width: unset;
    }
    .right-carousel-second img {
        max-width: 100%;
        height: auto;
    }
    .abstract-section {
        flex-direction: column;
        gap: 156px;
    }
    .left-image-section {
        margin-bottom: -150px;
    }
    .carousel-section {
        flex-direction: column;
    }
    .left-carousel {
        max-width: unset;
    }
    .fifth-section .item img {
        width: 100%;
    }
    .carousel-section {
        gap: 30px;
    }
    .flex-map {
        margin-bottom: 24px;
        width: 100%;
    }
}
@media(max-width: 1230px) {
    .mini-frame {
        position: unset;
    }
    .abstract-section {
        gap: 135px;
    }
    .desc-abstract p {
        max-width: 624px;
    }
    .seventh-section .carousel-title {
        transform: translate(296px, 11px);
        max-width: 480px;
    }
    .photo-main img {
        width: 100%;
    }
    video#drone-video {
        width: 100%;
    }
    .product-card {
        padding: 24px;
    }
    .info-cnt.second-drone {
        flex-direction: column-reverse;
    }
    .info-cnt.antwork .carousel-title {
        margin-top: 14px;
    }
    .navbar img {
        width: 175px;
        height: 21px;
    }
    ul.navbar-nav {
        gap: 25px;
    }
    .cols-sections-about {
        display: flex;
        flex-direction: column-reverse;
        gap: 24px;
    }
    .paragraphs button.get-touch.m-0 {
        width: 100%;
        max-width: 354px;
        margin-top: 12px !important;
    }
    .paragraphs img {
        max-width: unset;
    }
    img.badge-img {
        left: -8%;
    }
    .li-section .under-places {
        max-width: unset;
    }
    .first-section-about {
        align-items: flex-start;
        flex-direction: column;
    }
    .about-desc {
        max-width: 713px;
        margin-bottom: 16px;
    }
    nav.navbar.navbar-expand-lg.navbar-light {
        padding: 32px 10px 0;
    }
    .box-list {
        padding: 48px 48px 48px 0;
    }
    .center-main-section h2 {
        font-size: 80px;
    }
    .left-corner {
        flex-direction: column;
        left: 0;
        right: 0;
        padding: 0 48px;
    }
    .desc-vid {
        max-width: unset;
        margin-bottom: 16px;
    }
    .split-two {
        flex-direction: column;
    }
    .split-left {
        padding-bottom: 0;
    }
    .box-drone {
        margin-top: -80px;
        display: flex;
        justify-content: end;
    }
    .split-two {
        gap: 24px;
    }
    .box-list li, .abstract-section li {
        max-width: unset;
    }
    .box-list button.get-touch {
        margin-top: 24px;
    }
}
@media(max-width: 1070px) {
    .abstract-section {
        gap: 0;
    }
    .left-image-section {
        margin-bottom: 0;
    }
    .desc-abstract p {
        max-width: unset;
        padding-bottom: 16px;
    }
    .list-section {
        gap: 35px;
    }
}
@media(max-width: 991px) {
    .error-text {
        font-size: 81px;
    }
    .not-found img {
        margin-top: -15px;
    }
    #captchaBackground {
        flex-direction: column;
    }
    #textBox {
        margin-top: 20px;
        margin-left: 0;
    }
    .img-li-section img {
        max-width: 40px;
    }
    .seventh-section .carousel-title {
        transform: translate(20px, 18px);
        position: relative;
        margin-bottom: 0;
    }
    .contact-section-cnt {
        gap: 24px;
    }
    .contact iframe {
        width: 100%;
    }
    .left-image-section img {
        min-width: unset;
        margin-top: -130px;
    }
    .seventh-section .carousel-title {
        max-width: unset;
    }
    .flex-bottom-btn {
        flex-direction: column;
        align-items: flex-start;
    }
    .products .about-us {
        font-size: 44px;
    }
    .first-section-about img {
        max-width: unset;
        width: 100%;
    }
    ul.navbar-nav {
        gap: 22px;
        padding: 30px 0 30px;
        border-bottom: 0.5px solid #fff;
    }
    .browse {
        font-size: 56px;
    }
    .title-post {
        font-size: 25px;
    }
    .place-important {
        flex-direction: column;
    }
    .first-place-text {
        margin-bottom: 32px;
    }
    .box-drone {
        margin-top: -30px;
    }
    .live-section a {
        width: 100%;
    }
    button.collapse-hover-btn {
        padding: 5px 48px;
    }
    .absolute-background:after {
        border-bottom: 355px solid rgb(4 4 4 / 70%);
    }
    .back-to-top {
        left: 84%;
    }
    .list-section {
        flex-direction: column;
    }
    #background-video2 {
        display: block;
        width: 100%;
    }
    #background-video {
        display: none;
    }
    .box-list ul.p-0 {
        display: flex;
        flex-direction: row-reverse;
        align-items: center;
        justify-content: flex-end;
        margin-bottom: 0;
    }
    footer ul {
        width: 100%;
    }
    .accordion-item {
        background-color: transparent;
        border: 0;
    }
    .accordion-button::after {
        filter: invert(1) grayscale(100%) brightness(1000%);
    }
    button.accordion-button {
        background-color: transparent;
    }
    .accordion-button:not(.collapsed) {
        background-color: #4997f5;
        box-shadow: unset;
    }
    .accordion-item .accordion-button {
        border-radius: 0;
        padding: 12px 0;
        background-color: unset;
    }
    .accordion-body {
        padding: 0;
    }
    .accordion-button:focus {
        outline: 0;
        box-shadow: unset;
    }
    ul.fixed-responsive {
        margin-bottom: 0;
    }
    .footer-title {
        padding-bottom: 35px;
    }
    .time {
        text-align: center;
    }
    .box-list ul:nth-child(2) {
        margin-left: 48px;
    }
    .video-background {
        position: relative;
        height: 100%;
        min-height: 600px;
    }
    li.nav-item {
        border-bottom: 1px solid #4997f4;
    }
    .center-main-section h2 {
        font-size: 66px;
    }
    #accordionExample {
        display: block;
    }
    footer ul:not(.fixed-responsive) {
        display: none;
    }
    .big-title {
        font-size: 45px;
    }
}
@media(max-width: 767px) {
    .land-card {
        min-height: 736px;
    }
    .error-text {
        font-size: 65px;
    }
    .not-found img {
        margin-top: -8px;
        max-width: unset;
        width: 100%;
        margin-left: 0;
    }
    .flex-map {
        min-width: unset;
    }
    .product-card img {
        width: 100%;
        height: auto;
    }
    .mini-frame {
        flex-direction: column;
        align-items: end;
    }
    .product-card img {
        margin-top: -116px;
        margin-bottom: 20px;
    }
    .products .about-us {
        font-size: 37px;
    }
    .media-posts {
        display: flex;
        flex-direction: column;
        margin-bottom: 20px;
    }
    .second-section-about {
        padding: 48px;
    }
    img.badge-img {
        left: -9%;
    }
    img.badge-img {
        max-width: 75px;
        height: 116px;
    }
    .card-approve {
        padding: 16px 15px;
    }
    .absolute-background:after {
        display: none;
    }
    .absolute-background {
        width: 100%;
    }
    .absolute-background {
        padding: 48px;
    }
    .box-list img {
        max-width: 263px;
        height: 212px;
    }
    .title-first-section {
        margin-left: 0;
    }
    .section-list {
        max-width: unset;
    }
    .abstract-list {
        flex-direction: column;
        gap: 0;
        margin-bottom: 20px;
    }
    .big-title {
        font-size: 30px;
    }
    .seventh-section .carousel-title {
        transform: translate(0px, 30px);
    }
    button.collapse-hover-btn {
        width: 100%;
    }
    .first-section .container {
        max-width: unset;
    }
    .center-main-section h2 {
        font-size: 45px;
    }
    .title-first-section {
        align-items: center;
    }
    .center-main-section h2.second-title {
        padding-left: 0;
    }
}
@media(max-width: 600px) {
    .error-text {
        font-size: 46px;
    }
    .contact-title {
        font-size: 47px;
    }
    .mx-view-all {
        margin-top: 50px;
    }
    .media-page .get-touch {
        min-width: 100%;
    }
    .browse {
        font-size: 37px;
    }
    .second-section-about {
        padding: 48px 24px;
    }
    img.badge-img {
        left: -7%;
    }
    .touch-button-place {
        margin-top: 36px;
    }
    .touch-button-place button.get-touch {
        max-width: unset;
    }
    .paragraphs button.get-touch.m-0 {
        max-width: unset;
    }
    .first-section-about {
        display: flex;
        padding: 48px 24px 49px 24px;
    }
    .cols-sections-about {
        padding: 48px 24px;
    }
    second-section-about {
        padding: 48px 24px 48px;
    }
    .under-places {
        margin: 0 auto 35px;
    }
    .last-media-section {
        padding: 48px 0 32px;
    }
    .footer-title {
        font-size: 30px;
    }
    .split-two {
        padding: 64px 0 0 0;
    }
    .flex-footer {
        padding: 64px 24px;
    }
    .absolute-background {
        padding: 24px;
    }
    .split-left {
        display: flex;
        width: 100%;
        justify-content: space-between;
        align-items: baseline;
    }
    .last-section .container {
        padding: 0;
    }
    .split-two {
        padding-top: 0;
    }
    .back-to-top {
        left: 70%;
    }
    .back-to-top span {
        font-size: 13px;
        top: 26px;
        left: 49px;
        width: 150px;
        padding: 0 5px;
    }
    .arrow-animation {
        left: calc(50% - 14px);
    }
    .arrow-animation {
        width: 30px;
        height: 50px;
        padding: 11px 2px;
    }
    img.big-drone {
        margin: -17px auto 50px;
    }
    nav.navbar.navbar-expand-lg.navbar-light {
        padding: 32px 10px 0;
    }
    .flex-column-area {
        margin-left: 24px;
    }
    .box-list {
        padding: 30px 24px 30px 0;
    }
    .box-list ul.p-0 {
       display: block;
    }
    .box-list .services {
        max-width: unset;
    }
    .box-list img {
        width: 100%;
        height: auto;
    }
    .list-section {
        padding: 30px 24px;
    }
    .box-drone {
        margin-top: 0;
    }
    .carousel-section-two, .abstract-section {
        padding: 30px 24px;
    }
    .last-section {
        padding: 0 0 0 39px;
    }
    footer {
        padding: 0;
    }
    .footer-title {
        max-width: unset;
    }
    .fixed-responsive img {
        padding: 24px 0 35px 0;
    }
    .box-list ul:nth-child(2) {
        margin-left: 24px;
    }
    .box-list .services {
        margin-left: 24px;
    }
    button.get-touch {
        max-width: unset;
    }
    .single-pill {
        width: 100%;
        text-align: center;
    }
    .fourth-section button.blue {
        width: 100%;
        max-width: unset;
        padding: 12px 10px;
        min-width: 270px;
    }
    .video-background p {
        right: 24px;
        left: 24px;
    }
    .left-corner {
        padding: 0 24px;
    }
    button.collapse-hover-btn span {
        line-height: 1.5;
    }
    .carousel-section {
        padding: 30px 24px;
    }
}
@media(max-width: 530px) {
    .split-right img {
        display: none;
    }
    button.blue.m-0.learn-more {
        position: unset;
        transform: unset;
        max-width: unset;
        margin: 24px 0 0 !important;
        width: 270px;
    }
    .split-left img {
        margin-left: -310px;
    }
    .split-right {
        min-width: unset;
        padding: 0 24px 48px 0;
    }
}
@media(max-width: 480px) {
    .center-main-section {
        height: calc(100vh - 170px);
    }
    button.blue.m-0.learn-more {
        width: 100%;
    }
    .split-right {
        padding: 0 39px 48px 0;
    }
    .right-image-section {
        width: 100%;
    }
    .left-corner a {
        width: 100%;
    }
    .not-found a {
        width: 100%;
    }
    .subtitle-small {
        font-size: 14px;
    }
    .flex-bottom-btn a {
        width: 100%;
    }
    .media-padding-page {
        padding: 68px 0 50px;
    }
    .about-us {
        font-size: 48px;
        padding-bottom: 20px;
    }
    .white-title {
        font-size: 26px;
    }
    button.collapse-hover-btn {
        padding: 5px 8px;
    }
    .center-main-section h2 {
        font-size: 40px;
    }
    .split-left img {
        margin-left: -400px;
    }
    button.blue {
        width: 100%;
        max-width: unset;
    }
    .big-title {
        max-width: 340px;
    }
    .navbar img {
        width: 160px;
        height: 21px;
    }
    nav.navbar.navbar-expand-lg.navbar-light {
        padding: 30px 24px 0;
    }
}
@media(max-width: 400px) {
    .back-to-top {
        left: 53%;
    }
    .carousel-title {
        font-size: 20px;
        margin-bottom: 25px;
    }
    .form-cnt {
        flex-direction: column;
    }
    .product-card img {
        margin-top: -116px;
    }
    .product-card {
        margin-top: 170px;
    }
    .product-card {
        padding: 10px;
    }
    img.badge-img {
        max-width: 55px;
        height: 77px;
    }
    .last-media-section {
        padding: 30px 0 32px;
    }
    .last-section {
        padding: 0 0 0 15px;
    }
    .split-right {
        padding: 0 15px 30px 0;
    }
    .absolute-background {
        padding: 24px 0;
    }
    .land-card {
        min-height: 840px;
    }
    .split-two {
        padding: 0;
    }
    .bigger-carousel {
        padding: 0 0 30px;
    }
    .title-list {
        font-size: 25px;
    }
    .box-list .services {
        margin-left: 16px;
    }
    .carousel-section-two {
        padding: 30px 0;
    }
    .abstract-section {
        padding: 30px 0 24px;
    }
    .carousel-section {
        padding: 30px 16px;
    }
    .left-corner {
        padding: 16px;
    }
    .box-list {
        padding: 30px 0 30px 0;
    }
    .list-section {
        padding: 30px 0;
    }
    .left-image-section img {
        width: 100%;
    }
    .fifth-section {
        padding: 30px 0;
    }
    .title-video, .box-list .services, .carousel-title {
        font-size: 30px;
    }
    .center-main-section h2 {
        font-size: 34px;
    }
    .box-list ul:nth-child(2), .flex-column-area {
        margin: 14px;
    }
    .box-list {
        display: block;
    }
    .flex-footer {
        padding: 30px 0;
    }
}



