@import "font-awesome-sprockets";
@import "font-awesome";

* {
    margin: 0px;
    padding: 0px;
}

body {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    overflow-x: hidden!important;
    /* font-family: 'Poppins', sans-serif; */
    font-family: Poppins-Regular!important;
    font-weight: 400;
    letter-spacing: .5px;
    font-size: 15px;
    /* overflow-y: h; */
}

.tekmons img{
    width: 100%;
}
.row {
    --bs-gutter-x: 0rem;
}
.row_1 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
    /* background: linear-gradient(to right, #001fffe8, #16c9d2a3); */
    background: repeating-radial-gradient(#378000e0, #efff00);
}
.main_col2{
    padding: 0 50px;
}
.inner_row_1 {
    width: 81%;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    font-weight: 400;
    padding: 13px 0px;

}


.inner_row_1 a {
    color: white;
    font-weight: 800;
}

@media (max-width: 412px) {
    /* .email {
        width: 100%;
        display: flex;
        text-align: center;
        justify-content: center;
    } */

    .icon_tel {
        margin: 5px 5px 0px 0px;
    }
}

a {
    text-decoration: none!important;
}

a:hover {
    text-decoration: none!important;
}

.col-md {
    display: flex;
}

.icon_tel {
    margin: 0px 0.4em 0px 0px;
    font-size: x-large;
    color: white;
}

.icon_mail {
    margin: 0px 0.4em 0px 0px;
    font-size: large;
    color: white;
}

.rbr {
    height: 100%;
    border: 1px solid white;
    margin: 0px 1rem;
}

.email {
    /* display: flex; */
    justify-content: end;
    text-align: center;
    align-items: center;
}

.logo {
    float: left;
    width: fit-content;
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
}

.row_2 {
    width: 98%;
    align-items: center;
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    z-index: 1050;
    background-color: rgba(255, 255, 255, 0.993);

}

#pos {
    position: sticky;
    top: 0px;
}

.ttr {
    position: sticky;
    position: -moz-sticky;
    top: 0px;
    z-index: 9999;
    /* animation-name: nav_play; */
    /* animation-duration: 1.2; */
    /* animation-delay: 1s; */
    /* animation-iteration-count: 1; */
    /* animation-timing-function: linear; */
}

@keyframes nav_play {
    from {
        top: -300px;
    }

    to {
        top: 0px;
    }
}


.logo img {
    width: 185px;
    height: 110px;
    padding: 5px 0px;
}

.col_li a {
    font-size: 18px;
    font-weight: 500;
    /* padding: 5px 10px; */
    margin: 10px;
    color: black;
}
.col_li ul li a{
    margin: 0;
}

.row_3 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    /* left: 30px; */
}

#col_li_a {
    background: #ca0808;
    border-radius: 30px;
    padding: 7px 7px;
    margin-top: 13px;
}

.border_red {
    width: 100%;
    height: 1vh;
    background: linear-gradient(to right, rgba(48, 48, 217, 0.767), rgba(67, 172, 67, 0.773), rgba(86, 86, 231, 0.687), rgba(77, 234, 77, 0.71));
    /* border: 1px dotted red; */
}

.animated-icon1 {
    width: 30px;
    height: 20px;
    position: relative;
    margin: 0px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

.animated-icon1 span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.animated-icon1 span {
    background: #2d7ef7;
}

.animated-icon1 span:nth-child(1) {
    top: 0px;
}

.animated-icon1 span:nth-child(2) {
    top: 10px;
}

.animated-icon1 span:nth-child(3) {
    top: 20px;
}

.animated-icon1.open span:nth-child(1) {
    top: 11px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

.animated-icon1.open span:nth-child(2) {
    opacity: 0;
    left: -60px;
}

.animated-icon1.open span:nth-child(3) {
    top: 11px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.inner_nav_1 {
    float: right;
    display: block;
}

.font-s {
    font-size: x-large;
}

@media (max-width: 1110px) {
    .col_li a {
        font-size: small;
    }
}

@media (max-width: 960px) {
    .row_3 {
        width: 90%;
        left: 22px;
    }
}

@media (max-width: 850px) {
    .navbar-expand .col_li .font-s {
        padding-left: 0px;
        padding-right: 0px;
    }
}

/* side bar */
.inner-nav {
    display: none;
    margin-left: 15px;
    text-align: end;
    background: transparent;
    padding: 3px;
}

.nav_ul {
    display: flex;
    flex-wrap: wrap;
}

.nav_1 {
    display: flex;
}

.sidebar {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 0;
    background-color: #111; /* Dark but not pure black for better UX */
    overflow-x: hidden;
    transition: width 0.5s ease;
    z-index: 10000;
}

.inner_sidebar {
    position: relative;
    top: 40px;
    left: 10px;
}

.sidebar a,
.dropdown-btn_1 {
    padding: 6px 8px 6px 16px;
    text-decoration: none;
    font-size: 20px;
    color: white;
    display: block;
    border: none;
    background: none;
    width: 100%;
    text-align: left;
    cursor: pointer;
    outline: none;
}

.inner_sidebar .pay1 {
    padding: 8px 16px;
    display: block;
    width: fit-content;
    border-radius: 30px;
    border: 1px solid rgb(226, 162, 23);
}

/* On mouse-over */
.sidebar a:hover,
.dropdown-btn_1:hover {
    color: #f1f1f1;
}


.width_1 {
    width: fit-content;
}

.inner_sidebar a {
    font-size: medium;
    font-weight: 600;
    color: white;
    text-decoration: none;
    position: relative;
}

#mySidebar .animation_3::after {
    content: "";
    position: absolute;
    left: 129px;
    top: 36px;
    text-align: end;
    height: 2px;
    width: 0%;
    background-color: rgb(15, 14, 14);
    transition: all 0.5s linear;
}

#mySidebar .animation_3::before {
    content: "";
    position: absolute;
    left: 127px;
    text-align: end;
    top: 36px;
    height: 2px;
    width: 0%;
    background-color: rgb(15, 14, 14);
    transition: all 0.5s linear;
}

#mySidebar .animation_3:hover::after {
    left: 15px;
    width: 41%;

    background-color: #2d7ef7;
}

#mySidebar .animation_3:hover::before {

    width: 41%;
    background-color: #2d7ef7;
}

/* When you mouse over the navigation links, change their color */
.sidebar a:hover {
    color: #f1f1f1;
}

/* Position and style the close button (top right corner) */
.sidebar .closebtn {
    position: absolute;
    top: 0;
    right: 1px;
    font-size: 36px;
    /* margin-left: 50px; */
    text-align: end;
    padding: 5px 18px 0px 0px;
}

/* The button used to open the sidebar */
.openbtn {
    font-size: 20px;
    cursor: pointer;
    background-color: #111;
    color: white;
    padding: 10px 15px;
    border: none;
}

.openbtn:hover {
    background-color: #444;
}

/* slider */

.slider {
    width: 100%;
    height: 95vh;
}

/* jj */
.ssr {
    position: relative;
}

/* dropdown */

.dropdown-container_1 {
    display: none;
    background-color: transparent;
    padding-left: 8px;
}
/* start location */
.list-type-none{
    list-style-type: none!important;
}
.list-type-none li{
    margin: 3px 0 3px 0;
    display: flex;
    flex-wrap: nowrap;
}
.list-type-none a{
    margin: 0 0 0 5px;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.651);
    display: inline-flex;
}
.list-type-none ul li a:hover{
    color: black!important;
    text-decoration: underline!important;
}
/* location end */

/* Optional: Style the caret down icon */
.fa-caret-down {
    float: right;
    padding-right: 8px;
}

.active_1 {
    background-color: transparent;
    color: white;
}

.back {
    height: fit-content 100px;
    transition: background 1s;
    transition-delay: 2s;
}

.back_one {
    background: url(../image/slider/slider-1.jpg) center center no-repeat;
    background-size: cover;
}

.back_two {
    background: url(../image/slider/slider-2.jpg) center center no-repeat;
    background-size: cover;
}

.back_three {
    background: url(../image/slider/slider-3.jpg) center center no-repeat;
    background-size: cover;
}

.back_four {
    background: url(../image/slider/slider-4.jpg) center center no-repeat;
    background-size: cover;
}

.back_five {
    background: url(../image/slider/slider-5.jpg) center center no-repeat;
    background-size: cover;
}

.form_container {
    display: flex;
    flex-direction: row;
    width: 100%;
    position: relative;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: #21201fc4;

}

.inner_form_container {
    width: 1092px;
}



.row_4 {
    text-align: center;
    color: rgb(236, 225, 225);
}

.row_4 h1 {
    font-size: 32px;
    font-weight: 900;
}

.row_4 p {
    font-size: x-large;
}

.form {
    width: 99.9%;
    padding: 8px 8px 24px 8px;
    background: white;
    border-radius: 35px;
    border: 5px solid gray;
}


.inner_form {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    align-items: center;
}

.form input {
    outline: none;
    margin: 14px 8px;
    width: 245px;
    border-radius: 35px;
    font-size: large;
    padding: 8px 5px;
    border: 1px solid rgba(0, 0, 0, 0.356);
}

.form input[type="submit"] {
    background: #111;
    color: white;
}

.form input[type="submit"]:hover {
    background: white;
    color: red;
    border-color: red;
}


.services {
    width: 100%;
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    margin: 50px 0px 18px 0px;
}

.inner_service {
    width: 944px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    text-align: center;
    text-align: -webkit-center;
    align-items: flex-start;
    padding: 0px 5px;
}

.inner_service a {
    text-decoration: none;
    width: fit-content;
    height: fit-content;
    display: block;
    transition: .4s;
}
ul{
    padding-left: 0!important;
}
.inner_services {
    display: block;
    margin: 4px;
    transition: .4s;
}

.inner_services img {
    width: 151px;
    height: 113px;
    object-fit: cover;
    background-position: center center;
    background: rgba(255, 255, 255, 0.37);
    background-image: cover;
    border: 5px solid gray;
    border-radius: 10px;
    transition: .8s;
}

.inner_services a:hover img {
    background: rgb(241, 8, 8);
    border-color: rgb(241, 8, 8);
}

.services_text {
    display: block;
    width: min-content;
    text-align: center;
    color: black;
    justify-content: space-around;
    text-transform: capitalize;
    text-justify: inter-word;
    word-wrap: break-word;
    font-size: 20px;
    font-weight: 500;
}

/* Work Process */

.work_process {
    width: 100%;
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    font-family: 'Poppins', sans-serif;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(221, 218, 218, 0.349);
}

.inner_work_process {
    width: 88%;
    padding: 5px 0px 18px 0px;
    /* border: 1px solid red; */
}

.row_6 {
    width: 21%;
    height: fit-content;
    margin: 15px;
    padding: 10px 15px;
    background: white;
    border-radius: 8px;
    box-shadow: 0px 0px 5px gray;
    transition: 1s;
    box-shadow: 0 0 5px black;
}

.image_icon {
    height: 95px;
    width: 95px;
    margin: auto;
    display: contents;
    background: orange;
    border-radius: 100%;
    box-shadow: 0 0 8px blue;
}

.row_6 img {
    height: inherit;
    width: inherit;
    margin-top: 7px;
    transition: 1s;
    border-radius: 50%;
    box-shadow: 0 0 12px blue;
}

.row_6::after {
    content: '';
    height: 144px;
    width: 196px;
    position: absolute;
    top: 10px;
    left: 65%;
    background: url(../image/arrow-big.png) center center no-repeat;
    z-index: 10;
    transition: 1s;
}

.row_6 a {
    display: inline-block;
    width: max-content;
    text-decoration: none;
    color: black;
    transition: 1s;
}

.row_6 a:hover .image_icon img {
   box-shadow: 0 0 0;
}

.in_row_6::after {
    content: '';
    height: 0px;
    width: 0px;
    background: none;
}

.row_5 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    align-items: center;
}

.row_7 h3 {
    font-size: large;
    font-weight: 700;
    margin: 35px 0px 15px 0;
}

/* social media */
.social_media {
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: space-around;
    text-align: center;
    align-items: center;
    background: rgb(214, 120, 11);
    border-radius: 100%;
    position: fixed;
    left: 15px;
    bottom: 100px;
    animation-name: social;
    animation-duration: 2.5s;
    animation-delay: 300ms;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    z-index: 10000;

}

@keyframes social {
    0% {
        bottom: 100px;
    }

    20% {
        bottom: 150px
    }

    40% {
        bottom: 100px;
    }

    60% {
        bottom: 140px;
    }

    80% {
        bottom: 100px;
    }

    100% {
        bottom: 120px;
    }
}

.inner_social_media {
    background: transparent;
    color: #f1f1f1;
    position: relative;
    bottom: 0;
}

.inner_social_media img {
    width: 40px;
    position: 34px 78px;
}

.whatsapp {
    width: 60px;
    height: 60px;
    position: fixed;
    left: 15px;
    bottom: 25px;
    color: white;
    background: radial-gradient(#09f318, #13f1be);
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    border-radius: 100%;
    z-index: 10000;
}

.whatsapp a {
    color: white;
}

ul {
    padding: 0;
}
/* animation */
.back2{
    background: url(../image/slider-1.jpg) center center no-repeat;
    background-size: cover;
    position: relative;
    background-attachment: fixed;
}
.back2:before{
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: .9;
    background: radial-gradient(#00fff0db, #09f130e3);
}
.fun{
    margin: 10px 0;
     position: relative;
     padding-left: 85px!important;
     align-items: center;
     color: white;
     top: 0;
}
.fun i{
    height: 65px;
    width: 65px;
    border-radius: 50%;
    background: white;
    position: absolute;
    top: 0;
    left: 0;
    line-height: 65px;
    font-size: 30px;
    text-align: center;
    align-items: center;
}
.fun h2{
    font-size: 50px;
    font-weight: 600;
    /* margin-bottom: 12px; */
}
.fun p{
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
    margin: 0;
    padding: 0%;

}
.count1{
    /* padding-left:; */
    font-size: 50px;
}


/* end Animation */

.bg-white1{
    border-radius: 12px;
    box-shadow: 0 0 12px 2px black;
    background: white;
}


/* media query */
@media (max-width: 1199px) {
    .inner_form_container {
        width: 832px;
    }

    .slider {
        height: 106vh;
    }

    .main_col2 {
        width: 79%;
    }

    /* get call back and testemonial */
    .main_head1 {
        width: 100%;
    }

    .main_head2 {
        width: 100%;
    }

    .main_head3 {
        width: 100%;
    }

    .box1 {
        padding: 10px;

    }
    /* contaact */
    .map1{
        width: 100%;
    }
    .main_address{
        width: 100%;
    }

}

@media (max-width: 991px) {
    .inner_form_container {
        width: 665px;
    }

    .slider {
        height: 147vh;
    }

    .form {
        border-radius: 0%;
    }

    .inner_service {
        width: 800px;
        flex-wrap: wrap;
    }

    .inner-nav {
        display: flex;
    }

    .inner_nav_1 {
        display: none!important;
    }

    .row_3 {
        width: 90%;
        position: relative;
        left: 15px;
    }

    .nav_ul {
        display: none;
    }

    /* mover packer, car transpotation, tempo truck */

    .section2 {
        flex-wrap: wrap;
    }

    .container1 {
        width: 48%;
    }

    /* footer media query */
    .row5{
        width: 50%;
    }
    .row4 {
        width: 50%;
    }

    .row3 {
        flex-wrap: wrap;

    }
}

@media (max-width: 767px) {
    .inner_row_1{
        justify-content: center;
    }
    .inner_form_container {
        width: 500px;
    }

    .slider {
        height: 186vh;
    }

    .form {
        background: none;
        border: none;
    }

    .inner_service {
        width: 500px;
        flex-wrap: wrap;
    }

    .inner_service img {
        height: 80px;
        width: 100px;
    }

    .inner_work_process {
        width: 100%;
    }

    .row_5 {
        flex-wrap: wrap;
    }

    .row_6 {
        width: 505px;
    }

    .row_6::after {
        background: none;
        height: 0;
        width: 0;
    }

    /* mover packer, car transpotation, truck tempo  */
    .container1 {
        width: 100%;
    }

    /* get call back and testemonial */

    .instant {
        /* display: block; */
        flex-wrap: wrap;
    }

    .instant input {
        width: 100%;
    }

    .main_head1 {
        width: 100%;
    }

    .main_head2 {
        width: 90%;
    }

    .main_head3 {
        width: 100%;
    }

    .main_head4 {
        width: fit-content;
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
    }

    .box1 {
        width: 100%;
        position: relative;
        margin: 5px;
    }

    /* location media query */
    .main_col1 {
        width: 100%;
    }

    .main_col3 {
        width: 100%;
    }

    .col1 {
        position: relative;
        top: 0vh;
    }

    .row1 {
        /* display: inline-block; */
        flex-wrap: wrap;
        width: 100%;
        position: relative;
        margin: 0px;
        padding: 0px;
    }

    .row2 {
        /* display: inline-block; */
        flex-wrap: wrap;
        width: 100%;
        position: relative;
        margin: 0px;
        padding: 0px;
    }

    .main_col4 {
        position: relative;
        width: 100%;
    }

    /* footer media query */
    .row4,
    .row5 {
        width: 100%;
    }

    .row3 {
        width: 515px;
    }

    .line::after {
        width: 500px;
    }
}

.inner-background-contact .form-control{
    font-size: 2rem;
}

.inner-background-contact label{
    font-size: 2.25rem!important;
}


@media (max-width: 575px) {
    .inner_form_container {
        width: 100%;
    }

    .slider {
        height: 135.6vh;
    }

    .form {
        background: none;
        border: none;
    }

    .inner_service {
        width: 551px;
        flex-wrap: wrap;
    }

    .inner_service img {
        height: 80px;
        width: 113px;
    }
    .row_3{
        left: 0;
    }

    .row_6 {
        width: 99.5%;
    }

    /* get free quote */
    .get-free-quote {
        flex-wrap: wrap;
    }
    .float-right{
        width: fit-content!important;
    }
    /* footer media query */
    .line_size {
        width: 100%;
    }

    .inner_row4 {
        width: 100%;
    }

    .row3 {
        width: 100%;
    }

    .line::after {
        width: 100%;
    }
    .row5 .line::after{
        width: 100%;
    }
}

@media (max-width: 571px) {
    .form {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .slider {
        height: 182.8vh;
    }
}

@media (max-width: 546px) {
    .inner_service {
        width: 459px;
        flex-wrap: wrap;
    }

    .row_4 p {
        font-size: large;
    }
}

@media (max-width: 445px) {

    .inner_service {
        width: 390px;
        flex-wrap: wrap;
    }
}

@media (max-width: 339px) {
    .inner_service {
        width: 320px;
        flex-wrap: wrap;
    }

    .slider {
        height: 193vh;
    }

    .form input {
        margin: 10px 0px;
    }

    .email {
        flex-wrap: wrap;
        text-align: start;
        text-align: -webkit-start;
        justify-content: start;
    }

    .row_3 {
        width: 98%;
        left: 0px;
    }

    .logo img {
        width: 140px;
    }
}

@media (max-width: 410px) {

    .main-title h2::before{
        bottom: 53px;
    }
    
}

@media (max-width: 275px) {
    .email {
        flex-wrap: nowrap;
        word-break: break-all;
    }
}