:root {
    --text: hsl(0, 0%, 99%);
    --textDim: hsl(0, 0%, 60%);
    --background: hsl(0, 0%, 7%);
    --primary: hsl(155, 100%, 65%);
    --primaryBg: hsla(155, 100%, 65%, 1%);
    --primaryHi: hsla(155, 100%, 75%, 25%);
    --primaryFg: hsl(155, 100%, 85%);
    --secondary: hsl(156, 51%, 14%);
    --secondaryFg: hsl(156, 51%, 75%);
    --secondaryBg: hsla(156, 51%, 14%, 5%);
    --secondaryHi: hsla(156, 51%, 30%, 50%);
    --accent: hsl(155, 100%, 94%);
    --accentBg: hsla(155, 100%, 94%, 1%);
    --accentHi: hsla(155, 100%, 100%, 25%);
}

        .img360 {
    width: 100%;
    margin: 0;
    padding: 0;
    line-height: 0;
}
#myImg {
    transition: opacity 2s ease-in-out;
    opacity: 1;
}
#myImg.fade-out {
    opacity: 0;
}

img {
    width: 100%;
    margin: 0;
    padding: 0;
}

.img-container {
   
    width: 100%;
    max-width:640px;
    margin: 0 auto;
    padding:0;
    cursor: ew-resize;
}


#preload-imgs {
    display:none;
}

.left_side img{
    width:200px;
}

* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
    font-family: "Nunito Sans", sans-serif;
}

.row {
    --bs-gutter-x: 0 !important;
    --bs-gutter-y: 0 !important;
}

a {
    color: #ffffff;
    text-decoration: none;
}

.video_logo {
    position: absolute;
    z-index: 999;
}

.header_sec {
    padding: 20px 0px;
}

.right_side ul {
    margin-bottom: 0px;
    padding-left: 0px;
    list-style-type: none;
}

.right_side ul li a {
        font-weight: 400;
    font-size: 13px;
    text-transform: uppercase;
}

.right_side ul li a:hover {
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
    color: #000;
}

.header_sec {
    padding: 27px 0px;
    position: fixed;
    width: 100%;
    margin: auto;
    top: 0px;
    z-index: 999;
}

.abt_img_sec img {
    max-width: 450px;
    padding: 10px;
}


.header_sec.active {
    color: #000000 !important;
    background: #2A7B9B;
    background: linear-gradient(359deg, rgba(42, 123, 155, 0) -3%, rgba(255, 255, 255, 1) 100%) !important;
}

.header_sec.active .right_side ul li a {
     color: #000000 !important;
}

.banner_img img {
    position: relative;
    object-fit: cover;
    max-height: 100vh;
    width: 100%;
}

.banner_img{
        position: relative;
}

.banner_img::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    bottom: 0px;
    left: 0px;
    z-index: 9;
    background-image: linear-gradient(to top, #00000000, #042840cc);
}

.banner_text {
    position: absolute;
    z-index: 99;
    width: 550px;
    font-size: 31px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
}

.about_text_btn {
    width: fit-content;
    margin-top: 26px;
}

.about_text_btn a {
    font-weight: 600;
    font-size: 14px;
    padding: 10px 23px;
    background-color: #ff0011;
    color: #ffffff;
    border-radius: 23px;

}

.abt_section {
    padding: 60px 0px;
}

.about_text h5 {
    font-size: 29px;
}

.video_section {

    position: relative;
    overflow-x: hidden;
}

.main_video {
    position: relative;
    overflow: hidden;
}

.main_video::before {
    position: absolute;
    content: "";
    z-index: 99;
    top: 3px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgb(255, 255, 255);
    background: linear-gradient(180deg, rgba(237, 21, 80, 0) 5%, rgb(255 255 255) 101%);
}

.main_video video {
    margin: auto;
    width: 100%;

}

.horizontal-scrolling-items {
    display: flex;
    font-size: 40px;
    width: 2600px;
    animation-name: infiniteScroll;
    position: absolute;
    animation-duration: 20s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    bottom: 116px;
    z-index: 99;
    color: #042840;
    text-transform: uppercase;
}

.horizontal-scrolling-items span {
    color: #ff0011;
}

.horizontal-scrolling-items__item {
    white-space: nowrap;
}

.why_box {
    padding: 28px;
    padding-left: 0px;
    max-width: 450px;
}

.why_box h4{
        color:#042840;
        text-transform: capitalize;
}

.fea_text h4 {
      text-transform: uppercase;
    font-size: 29px;
    color: #042840;

}

.fea_box h5 {
    text-transform: capitalize;
    color: #042840;
}

.product_sec {
    padding: 70px 0px;
    background: #04284012;
}
.arrow .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
    width: 45px;
    height: 45px;
    border-radius: 27px;
    background: linear-gradient(to bottom, #192d38, #004c71c9);
    font-size: 20px !important;
    color: #ffffff !important;
    
}

.arrow .owl-carousel .owl-nav button.owl-next, .owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
    width: 45px;
    height: 45px;
    border-radius: 27px;
    background: linear-gradient(to bottom, #192d38, #004c71c9);
    font-size: 20px !important;
    color: #ffffff !important;
  
}

.form-control {
    background: transparent !important;
    border-radius: 0;
    border: 1px solid #fdffff;
    color: #fffc;
    padding-left: 20px;
    font-size: 15px;
}

input.form-control:focus {
    background: transparent !important;
}

.form-control:focus {
    background: transparent !important;
    border-radius: 0;
    border: 1px solid #ffffff;
    color: #fffc;
    padding-left: 20px;
    box-shadow: none !important;
}

.cs-quote-form button {
    font-weight: 600;
    font-size: 14px;
    padding: 8px 23px;
    background-color: #ff0011;
    color: #ffffff;
    border-radius: 23px;
}


.probox {
    padding: 6px;
    transition: transform 0.3s ease;
}

.probox:hover {
    transform: translateY(-15px);
}

.pro_text p {
    font-size: 16px;
}

.pro_text h4 {
    font-size: 18px;
    margin-top: 10px;
    font-weight: 600;
    text-transform: uppercase;
}

.read_btn a {
    background-color: #04284040;
    padding: 10px 17px;
    border-radius: 23px;
    font-size: 13px;
    font-weight: 600;
    margin-top: 23px;
        color: #000;
}

.read_btn a i {
    color: #ff0011;
}

.read_btn a:hover {
    color: #000;
}

.pro_img {
    position: relative;
    height: 284px;
    background-color: #04284000;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    padding: 24px;
}

.pro_img::before {
    position: absolute;
    content: "";
    top: 19px;
    left: 0;
    width: 100%;
    height: 90%;
    background-color: #0a334d24;
    z-index: -1;
}

.fea_text h6.span {
    background-color: #ff0011;
    padding: 6px 11px;
    border-radius: 10px;
    width: fit-content;
    text-align: center;
    margin: auto;
    color: #ffffff;
    text-transform: capitalize;
    font-size: 14px;
}

@keyframes infiniteScroll {
    from {
        transform: translateX(0)
    }

    to {
        transform: translateX(-100%)
    }
}

.features {
    padding-bottom: 60px;
    background-image: url(../images/circle.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: #fff;
}

.getaq {
    position: relative;
    padding-bottom: 60px;
    background-image: linear-gradient(to top, #fff6f68a, #f1f3f5 85%), url(../images/bg_truck.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;

}

.truck_img {
    position: absolute;
    content: "";
    bottom: 0px;
    right: 0px;
    max-width: 550px;
}

.getaq::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 37px;
    background-color: #edf0f2;
    z-index: 1;
}

.fea_box p {
    font-size: 15px;
    color: #000;
}

.fea_icon {
    width: 70px;
    height: 70px;
    background-color: #042840;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
    border-radius: 50px;
}

.form-content {
    clip-path: polygon(10% 0%, 100% 0px, 100% 10%, 100% 90%, 90% 100%, 0px 100%, 0% 90%, 0% 10%);
       background: #192d38;
    padding: 39px;
    max-width: 382px;
    position: relative;
    z-index: 2;
}

.logo_menusw a i:hover{
    color:#000;
}

.about_texts h5 {
    font-size: 29px;
}

.about_texts {
    max-width: 550px;
    margin-top: 200px;

}

.one {
    top: 50px;
    position: sticky;
}

.fae1 {
    margin-top: 60px;
}

.fea_icon i {
    color: #ffffff;
    font-size: 25px;
}
.page-loader {
  width: 100%;
  height: 100vh;
  position: absolute;
  background-color: #2b5069;
  z-index: 99999;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

/* HTML: <div class="loader"></div> */
.loader {
  height: 15px;
  aspect-ratio: 6;
  display: flex;
}
.loader:before,
.loader:after {
  content: "";
  flex: 1;
  padding-left: calc(100%/6);
  background: radial-gradient(closest-side at calc(100%/3) 50%,#ffffff 90%,#ffffff00) 0/75% 100% content-box;
  animation: l20 2s infinite;
}
.loader:after {
  --_s:-1;
}
@keyframes l20 {
    0%       {transform:scale(var(--_s,1)) translate(0)    rotate(0)}
    25%      {transform:scale(var(--_s,1)) translate(-25%) rotate(0)}
    50%      {transform:scale(var(--_s,1)) translate(-25%) rotate(1turn)}
    75%,100% {transform:scale(var(--_s,1)) translate(0)    rotate(1turn)}
}

.testmonial_sec {
    padding: 70px 0px;
    background: #ffffff12;
}


.t-bq-quote-paul {
    position: relative;
    display: flex;
    flex-direction: row;
    min-height: 250px;
    box-shadow: 2px 2px 25px #cecece;
    border-radius: 10px;
}

.t-bq-quote-paul .t-bq-quote-paul-pattern {
    flex-basis: 80px;
    background: url("../images/patterns.webp") repeat;
    border-radius: 10px 0 0 10px;
}

.t-bq-quote-paul .t-bq-quote-paul-base {
    flex-basis: calc(100% - 80px);
    background: #ffffff;
    padding: 40px 30px 50px 80px;
    font-size: 11pt;
    line-height: 1.62em;
    border-radius: 0 10px 10px 0;
}

.t-bq-quote-paul .t-bq-quote-paul-qmark {
    position: absolute;
    top: 50px;
    left: 105px;
    font-family: Garamond, Georgia, "Times New Roman", serif;
    font-size: 42pt;
    color: #999999;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

.t-bq-quote-paul .t-bq-quote-paul-userpic {
    position: absolute;
    top: 80px;
    left: 45px;
    width: 70px;
    height: 70px;
    overflow: hidden;
    background-size: cover;
    border-radius: 50%;
}

.t-bq-quote-paul .t-bq-quote-paul-meta {
    margin-top: 30px;
    padding-top: 10px;
    border-top: 2px dotted #777777;
}

.t-bq-quote-paul .t-bq-quote-paul-meta .t-bq-quote-paul-author,
.t-bq-quote-paul .t-bq-quote-paul-meta .t-bq-quote-paul-source {
    color: #777777;
}

.t-bq-quote-paul .t-bq-quote-paul-meta .t-bq-quote-paul-author {
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    font-size: 10pt;
    font-weight: bold;
}

.t-bq-quote-paul .t-bq-quote-paul-meta .t-bq-quote-paul-author cite {
    font-style: normal;
}

.t-bq-quote-paul .t-bq-quote-paul-meta .t-bq-quote-paul-source {
    font-size: 9pt;
}




footer.nb-footer {
    background: #042840;
    border-top: 4px solid #0469ab;
    background: linear-gradient(to bottom, #0469ab, #004c71c9);
}

footer.nb-footer {
    border-top: 4px solid #37556a;
    background: linear-gradient(to bottom, #192d38, #004c71c9);
}

footer.nb-footer .about {
    margin: 0 auto;
    margin-top: 40px;
    max-width: 1170px;
    text-align: center;
}

footer.nb-footer .about p {
    font-size: 15px;
    color: #fff;
    margin-top: 30px;
}

footer.nb-footer .about .social-media {
    margin-top: 15px;
}

footer.nb-footer .about .social-media ul li a {
    display: inline-block;
    width: 45px;
    height: 45px;
    line-height: 45px;
    border-radius: 50%;
    font-size: 16px;
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

footer.nb-footer .about .social-media ul li a:hover {
    background: #8181800a;
    color: #fff;
    border-color: #000000;
}

footer.nb-footer .footer-info-single {
    margin-top: 30px;
    padding: 10px;
}

footer.nb-footer .footer-info-single .title {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 16px;
    border-left: 4px solid #ffffff;
    padding-left: 11px;
    margin-bottom: 20px;

}

footer.nb-footer .footer-info-single ul li a {
    display: block;
    color: #ffffff;
    font-size: 15px;
    padding: 2px 0;
    margin-top: 15px;
    text-decoration: none;
}

footer.nb-footer .footer-info-single ul li a:hover {
    color: #ffffff;
}

footer.nb-footer .footer-info-single p {
    font-size: 15px;
    line-height: 24px;
    color: #ffffff;
}

footer.nb-footer .copyright {
    margin-top: 15px;
    background: #b5e2ff;
    padding: 7px 0;
    color: #000;
}

footer.nb-footer .copyright p {
    margin: 0;
    padding: 0;
    font-size: 11px;
}


footer.list-unstyled ul li {
    margin-top: 10px;
}

.copyright p a {
    text-decoration: none;
    color: #ee0719;
    font-weight: 700;
}

footer.nb-footer .copyright {
    margin-top: 15px;
    background: #336a85;
    padding: 7px 0;
    color: #ffffff;
}

.form-subscribe {
    max-width: 600px;
    margin: 0 auto;
}

.form-subscribe .form-control {
    background-color: hsl(0deg 0% 100%);
    padding-left: 24px;
    padding-right: 24px;
    letter-spacing: 1px;
    border: 1px solid #c5acacb3;
    border-top-left-radius: 36px;
    border-bottom-left-radius: 36px;
}

.input-group-btn .btn-success {
    border: 1px solid #ffffff;
}

.form-subscribe .btn {
    border-top-right-radius: 36px;
    border-bottom-right-radius: 36px;
    background: #ff0011;
    border-color: #ab2235;
    height: 46.5px;
}

.footer_sos {
    position: fixed;
    bottom: 10px;
    right: 10px;
    background-color: #fffffffc;
    padding: 3px;
    border-radius: 37px;
    z-index: 99;
    flex-direction: column;
    border:1px solid;
    color: #fff;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.whatsapp{
        background-color: #4CAF50 !important;
}

@-webkit-keyframes waves {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(4);
    opacity: 0;
  }
}

.logo_menus a i{
    color:#ffffff;
    font-weight: 100;
}

.logo_menus {
    width: 50px;
    height: 49px;
    color: #ffffff;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #042840;
    border-radius: 50px;
}
.blinking {
    position: absolute;
    animation: 4s infinite blink;
    width: 15px;
    height: 15px;
    font-size: 8px;
    font-weight: 400;
    color: #fff;
    border-radius: 100%;
    left: 34px;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    
}

@-webkit-keyframes blink {
    0% {
        opacity: 0;
        background-color: red
    }

    25% {
        opacity: 1;
        background-color: red
    }

    100%,50% {
        opacity: 0;
        background-color: #fff
    }

    75% {
        opacity: 1;
        background-color: #ff0707
    }
}
.logo_menusw {
    position: relative;
    width: 50px;
    height: 49px;
    color: #656262 !important;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
     background-color: #4CAF50;
    border-radius: 50px;
}

@media screen and (max-width:780px) {

    footer.nb-footer .footer-info-single {
        margin-top: 30px;
        padding: 3px;
    }
}

@media screen and (max-width: 768px) {

    .t-bq-quote-paul .t-bq-quote-paul-pattern {
        flex-basis: 20px;
    }

    .t-bq-quote-paul .t-bq-quote-paul-base {
        flex-basis: calc(100% - 20px);
        padding: 100px 30px 50px 30px;
    }

    .t-bq-quote-paul .t-bq-quote-paul-userpic {
        width: 50px;
        height: 50px;
        left: 40px;
        top: 20px;
    }

    .t-bq-quote-paul .t-bq-quote-paul-qmark {
        left: 100px;
        top: 45px;
    }
}