@import url('https://fonts.googleapis.com/css?family=Titillium Web');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans+Malayalam:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
    overflow-x: hidden;
    font-family: Manrope;
}
.header{
    z-index: 9999;
    background-color: rgba(27, 34, 40, .5);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(5px);
    /* border-bottom: 1px solid rgba(194, 188, 190, .4); */
}
.logo{
    width: 200px;
}

.sticky{
    position: fixed;
  top: 0;
  width: 100%;
}

 .header {
    background-color: #00000000;
    transition: background-color 0.3s ease;
}



.header.scrolled {
    background-color:#ffffffd6; 
    box-shadow: 0px 0px 10px gainsboro;
}

.logo-blue {
    display: none;
}

.header.scrolled .logo-blue {
    display: block;
}

.header.scrolled .logo-white {
    display: none;
}

.header.scrolled .nav-link {
    color: black !important;
}
.text-justify {
    text-align: justify;
}

.gray {
    color: #565656;
}

.green {
    color: #3DF3E1;
}

.text-primary {
    color: #005BCD;
}

.homebanner {
    background: url('../img/Home/Banner/Homebanner_new.png') no-repeat;
    background-size: 100% 88%;
    min-height: 603px;
    padding-top: 80px;
}

.banner-over {
    min-height: 610px;
}

p.text-white.text-justify.para {
    font-size: 14px;
    font-family: 'Manrope';
    line-height: 25px;
}

.paragraphh {
    font-size: 14px;
    line-height: 30px;
}

.para-high {
    font-size: 13px;

}

.basic {
    background: url('../img/Home/Section/Wave.png') no-repeat;
    background-size: cover;
    height: 751px;
}

.basic-border {
    border-radius: 20px;
    background-color: #ffffff21;
    padding: 20px;
    backdrop-filter: blur(19px);
}

.contact {
    /* background: url(../img/Home/Section/shape5.png) no-repeat; */
    background: url(../img/Home/Shapes/shape5.png) no-repeat;
    background-size: contain;
    background-position: center;
    padding: 132px;
}

.paraa {
    font-size: 14px;
    line-height: 30px;
}

.end-25 {
    right: 25%;
}

.ftr-dwld {
    font-size: 8px;
}

.form-control::placeholder {
    color: rgb(255 255 255 / 59%);
}

.form-control {
    border-bottom: 1px solid rgb(255 255 255 / 59%) !important;
}

.nav-button {
    padding: 8px 8px;
    border-radius: 50%;
    border: 1px solid gainsboro;
    position: relative;
    width: auto;
}

.nav-button.active {
    background-color: #005dc9;
    border: 2px solid #005dc9;

}

li.nav-button.carousel-control-prev::hover {
    color: yellow;
}
section.Packages.mt-5 {
    padding: 80px;
}
.spreadbg {
    background: url(../img/Home/Section/Spread-bg.png) no-repeat;
    background-size: cover;
    background-position: top center;
}

@media (max-width:991px) {
    .navbar-collapse {
        background-color: #0160c561;
        z-index: 9;
        border-radius: 10px;
        padding: 10px;
    }
}

.paragraph {
    text-align: justify;
    font: normal normal normal 4px / 29px mont;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
    font-size: 17px !important;
}

.airport-operations-sub {
    display: none;
}

.airport-operations-head.active .airport-operations-sub {
    display: block;
}

.accordion-button:focus {
    z-index: 3;
    border-color: white;
    outline: 0;
    box-shadow: 0px 0px 0px white;
}

.accordion-button:not(.collapsed) {
    background-color: white;
    box-shadow: 0px 0px 0px white;
}

.accordion-button::after {
    display: none;
}

.nav-button .white {
    display: none;
}

.nav-button:hover .white {
    display: block;
}

.nav-button:hover .black {
    display: none;
}

.nav-button:hover {
    background-color: #005dc9;
}

.opertions-sub {
    font-size: 13px;
    display: flex;
    align-items: center;
}

.aero {
    width: 69%;
}

.accordion-button:not(.collapsed) {
    color: #005BCD;
}

.slick-vertical i {
    border: 0 solid #000;
    padding: 2px 8px;
    border-radius: 50%;
    box-shadow: 0 0 45px -10px #000000c7;
    display: inline-block;
    position: absolute;
    bottom: -60px;
    transition: all .4s ease-in-out;
    background-color: white;
}

.slick-vertical i.flaticon-next-1 {
    margin-left: 41px;
    background: #286fe5;
    cursor: pointer;

    transition: all .4s ease-in-out;
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}

.slick-vertical i.flaticon-next-1:before {
    color: #fff;
}

@media (min-width: 1350px) and (max-width: 1600px) {
    .slick-vertical i:hover {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .slick-vertical i {
        background: #fff;
    }
}
/* 
@media (min-width: 320px) and (max-width: 767px) {
    .slick-vertical i {
        display: none !important;
    }
} */

.slick-vertical i.flaticon-left-arrow-2:hover {
    background: #286fe5;
    cursor: pointer;
    transition: all .4s ease-in-out;
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    z-index: 1;
}

.slick-vertical i:hover::before {
    color: #fff;
}

.slick-vertical i:before {
    font-size: 24px;
    color: #000000;
}

.slick-vertical i.flaticon-left-arrow-2:hover~i.flaticon-next-1 {
    background: #fff;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.slick-vertical i.flaticon-left-arrow-2:hover~i.flaticon-next-1:before {
    color: #000000;
}

p.text-dark.text-justify.para {
    font-size: 14px;
}

.slick-vertical .slick-current .thumbnail-image span {
    font-size: 20px;
    font-weight: 600;
}

.solutions .slick-vertical .slick-current .thumbnail-image span {
    color: #000000 !important;
}

.slick-vertical .slick-slide .thumbnail-image span {
    display: inline-block;
    position: relative;
    color: #2b303942;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 1rem;
}

.listicon {
    width: 16px;
}

.why-machborder {
    box-shadow: 2px -1px 6px 6px #005BCD14;
    border-radius: 20px;
}

.blue {
    color: #005BCD;
}

.border-color-bg {
    background: url('../img/Home/whymach/border-color.png') no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 20px;
}

/* 
.color-bg-why{
    background: linear-gradient(90deg, #009E8A, #0175BA),linear-gradient(90deg, transparent, #018BA2),linear-gradient(90deg, #009792, transparent);
} */

.carousel-indicators [data-bs-target] {
    background-color: #016cc4;
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230168c9'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230168c9'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

.ymchsldr {
    padding: 30px;
}

.hmebttn {
    width: 100%;
    /* height: 41px ; */
}


button.carousel-control-prev {
    align-items: end;
    left: calc(50% - 27px);
    transform: translateX(-50%);
}

button.carousel-control-next {
    align-items: end;
    right: calc(50% - 27px);
    transform: translateX(50%);
}

.slick-carousel {
    font-family: Eina03-Regular;
    margin: 0;
    padding: 0;
}

.slick-slide .slide-content {
    margin: 0 10%;
    padding: 22px;
    background: #fff;
}

.slick-list {
    margin: 20px 0px;
}

.slick-prev,
.slick-next {
    position: absolute;
    right: 10%;
    background: #777;
    border: none;
    color: transparent;
    width: 30px;
    height: 30px;
}

.slick-prev:before,
.slick-next:before {
    content: ">";
    color: #fff;
    font-size: 25px;
}

.slick-prev {
    left: 10%;
}

.slick-prev:before {
    content: "<";
}

.slick-dots {
    list-style: none;
    margin: 0 auto;
    text-align: center;
}

.slick-dots li {
    display: inline-block;
}

.slick-dots li button {
    transition: 0.2s background-color ease-in-out 0s;
    border: none;
    padding: 0;
    color: transparent;
    width: 10px;
    height: 10px;
    background-color: #777;
    margin-right: 10px;
    border-radius: 50%;
}

.slick-dots li.slick-active button {
    background-color: #fff;
}


.slick-carousel i {
    border: 0 solid #000;
    padding: 2px 8px;
    border-radius: 50%;
    box-shadow: 0 0 45px -10px #000000c7;
    display: inline-block;
    position: absolute;
    bottom: -60px;
    transition: all .4s ease-in-out;
    left: 50%;
}

.slick-carousel i.flaticon-next-1 {
    margin-left: 50px;
    background: #286fe5;
    cursor: pointer;
    transition: all .4s ease-in-out;
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}

.slick-carousel i.flaticon-next-1:before {
    color: #fff;
}

@media (min-width: 1350px) and (max-width: 1600px) {
    .slick-carousel i:hover {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .slick-carousel i {
        background: #fff;
    }
}

@media (min-width: 320px) and (max-width: 767px) {
    .slick-carousel i {
        display: none !important;
    }
}

.slick-carousel i.flaticon-left-arrow-2:hover {
    background: #286fe5;
    cursor: pointer;
    transition: all .4s ease-in-out;
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    z-index: 1;
}

.slick-carousel i:hover::before {
    color: #fff;
}

.slick-carousel i:before {
    font-size: 24px;
    color: #000000;
}

.slick-carousel i.flaticon-left-arrow-2:hover~i.flaticon-next-1 {
    background: #fff;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.slick-carousel i.flaticon-left-arrow-2:hover~i.flaticon-next-1:before {
    color: #000000;
}

.list-icon-head {
    width: 6%;
}

.mvngshaps {
    width: 100px;
    opacity: 0.1;
}

.animated_move img {
    position: absolute;
}

img.move9 {
    top: 25%;
    right: 2%;
}

img.move11 {
    top: 0;
    left: 10%;
    z-index: 99;
    transition: all 1s linear;
}

img.move12 {
    top: 5%;
    left: 2%;
    z-index: 99;
}

img.move10 {
    top: 24%;
    right: 0;
}

img.move13 {
    top: 20%;
    left: 17%;
}

.animated_move .move4 {
    top: 18%;
    right: 11%;
}

.animated_move .move3 {
    top: 20%;
    left: 3%;
}

@media (min-width: 767px) {
    .animation_1 {
        position: absolute;
        top: -76px;
        animation-name: myOrbit1;
        animation-duration: 30s;
        animation-iteration-count: infinite;
        animation-timing-function: ease-in-out;
        display: block;
    }
    
    .animation_2 {
        position: absolute;
        top: -76px;
        animation-name: myOrbit2;
        animation-duration: 30s;
        animation-iteration-count: infinite;
        animation-timing-function: ease-in-out;
        display: block;
    }
}


.animation_1 {
    display: none;
}

.animation_2 {
    display: none;
}

@keyframes myOrbit1 {
    from {
        transform: rotate(360deg) translateX(150px) rotate(-360deg)
    }

    to {
        transform: rotate(0) translateX(150px) rotate(0)
    }
}

@keyframes myOrbit2 {
    from {
        transform: rotate(0) translateX(150px) rotate(0)
    }

    to {
        transform: rotate(360deg) translateX(150px) rotate(-360deg)
    }
}

@media (min-width: 1350px) and (max-width: 1600px) {
    .animated_move .move3 {
        top: -5%;
        left: 2%;
    }
}



/*  css  start */
.nav_menu {
    color: #fff;
    font-weight: 600;
    font-size: 16px;

}

.banner_text {
    font-family: inherit;
    font-weight: 600;
}

.btn_shadow {
    box-shadow: 0px 0px 26px -2px rgba(255, 255, 255, 0.63);
    -webkit-box-shadow: 0px 0px 26px -2px rgba(255, 255, 255, 0.63);
    -moz-box-shadow: 0px 0px 26px -2px rgba(255, 255, 255, 0.63);
}

.hidden_overflow {
    overflow-x: hidden;
}

@media screen and (max-width:600px) {
    .responsive_img_position {
        position: relative;
        top: 50px;
        margin-bottom: 30px;
    }

    .img-css_responsive {
        max-width: 100%;
        height: auto;
        position: relative;
        /* left: -175px;
        top: -55px; */
    }

    .icon_size_pluse {
        font-size: 20px;
    }

    .top_re_adjust {
        top: -10px;
    }

    .para_resize_img {
        padding: 0px 30px;
    }

    .para_resize_img_1 {
        top: -10px;
    }

    .px40top {
        margin-top: 40px;
    }

    .px20top {
        margin-top: 20px;
    }

    .mt-20px {
        margin-bottom: 20px;
    }

    .basic {
        background: url('../img/Home/Section/Wave.png') no-repeat;
        background-size: cover;
        height: 2100px;

    }

    .pt-5mt-5 {
        margin-top: 180px;
    }

    .contact {
        /* background: url(../img/Home/Section/shape5.png) no-repeat; */
        background: url(../img/Home/Shapes/shape5.png) no-repeat;
        background-size: cover;
        background-position: center;
        height: 650px;
        position: relative;

    }

    section#solutions .slider.slider-nav.thumb-image.slick-initialized.slick-slider.slick-vertical {
        padding-bottom: 100px;
    }

    .slick-vertical i {
        bottom: 0px;
    }
}

.bg-site-gradient {
    /* background: transparent linear-gradient(90deg, #0165CC 0%, #0175BA 38%, #018BA2 66%, #009792 81%, #009E8A 100%) 0% 0% no-repeat padding-box; */
    background: url(../img/Solutions/solution_bannerbg.png) no-repeat;
    background-size: cover;
    min-height: 275px;
    padding-top: 80px;
    background-position: bottom;
}

/* .innerpage-solution .slick-list.draggable {
    padding: 0 !important;
    height: 50px !important;
} */

.innerpage-solution .slick-vertical i {
    /* top: 37%;
    left: 100%;
    transform: translateY(-50%) !important;
    border: 0px;
    height: max-content; */

    border: 0 solid #000;
    padding: 2px 8px !important;
    border-radius: 50%;
    box-shadow: 0 0 45px -10px #000000c7;
    display: inline-block;
    position: absolute;
    /* top: 37%; */
    left: 100%;
    bottom: 51px !important;
    transition: all .4s ease-in-out;
    background-color: white;

}

.innerpage-solution .slick-vertical .slick-slide .thumbnail-image span {
    line-height: normal;
}

/* solutions */
.solutionslist {
    box-shadow: 4px -2px 20px 0px #00000029;
    font-family: 'Manrope';
    border-radius: 14px;
    padding: 20px;
    line-height: 28px;

}

.solutionslist li.active {
    font-weight: 600;
    color: #237cd0;
}

.solution-pic {
    width: 97px;
}
.solution-pic-two {
    width: 72px;
}

.solutionhead::before {
    FONT-SIZE: 136px;
    content: 'Solution';
    position: absolute;
    z-index: -1;
    top: -63px;
    font-family: 'Manrope';

    font-weight: 700;
    color: #016fc1;
    opacity: .06;
    position: absolute;
    left: 0;
    animation: zoom-in-zoom-out 2s ease-out;
}

.contact-head::before{
    FONT-SIZE: 87px;
    content: 'Contact';
    position: absolute;
    z-index: -1;
    top: -44px;
    font-family: 'Manrope';

    font-weight: 700;
    color: #016fc1;
    opacity: .06;
    position: absolute;
    left: 0;
    animation: zoom-in-zoom-out 2s ease-out;
}

@keyframes zoom-in-zoom-out {
    0% {
        transform: scale(1, 1);
    }

    50% {
        transform: scale(1.3, 1.3);
    }

    100% {
        transform: scale(1, 1);
    }
}

.solutionhead, .contact-head {
    position: relative;
}

.innerpage-solution .slick-slide.slick-current.slick-active.slick-center {
    opacity: 1;
}

.innerpage-solution .slick-slide {
    opacity: 0;
}

.solutionslist li .activelisticon {
    width: 0;
    opacity: 0;
    transition: all 0.5s linear;
}

.solutionslist li.active .activelisticon {
    width: 20px;
    opacity: 1;
    transition: all 0.5s linear;
}

.solutionslist-icon {
    width: 0;
    opacity: 0;
    height: 0;
    transition: all 0.5s ease;
}

.solutionslist-icon.active {
    width: auto;
    opacity: 1;
    height: 97px;
    transition: all 0.5s ease;
}

.inner-solution-content .slick-slide img {
    display: inline;
}

.solutionheadings {
    font: Eina03-Regular;
}


.solutionsubheadings {
    font:normal normal normal 31px/31px Mojito Web;
}

.banner-text {
    font-family: Eina03-Regular;
}

.solutionslist li {
    padding: 5px;
    font-size: 14px;
}

.solutionpara {
    font-size: 14px;
    font-family: 'Manrope';
    line-height: 30px;
}

.package-list {
    /* display: flex;
    flex-wrap: wrap;
    width: 100%; */
    background: linear-gradient(89deg, rgb(1 101 204 / 80%), rgb(1 117 186 / 80%), rgb(1 139 162 / 105%), rgb(67 186 182 / 124%), rgb(47 200 181 / 106%));
    /* background: linear-gradient(89deg, #0165CC, #0175BA, #018BA2, #009792, #009E8A); */
    border-radius: 20px;
    /* justify-content: space-between; */
    /* overflow: hidden; */
}

.table>:not(caption)>*>* {
    background-color: transparent;
    color: white;
    text-align: center;
    padding: 10px 10px;
}

.table th,
.table td {
    vertical-align: middle;
}

.package-item {
    width: 16.66%;
    text-align: center;
}

.package-col {
    padding: 15px 4px;
    border: 1px solid #ffffff5e;
}

.package-header {
    display: flex;
    width: 100%;
}

.package-header-col {
    width: 16.66%;
    text-align: center;
    padding: 20px;
    border: 1px solid #ffffff5e;
}

.package-header-combained {
    width: 49.98%;
    text-align: center;
    border: 1px solid #ffffff5e;
}

.pointer {
    cursor: pointer;
}

.headings {
    font-weight: 700;
    font: normal normal normal 30px/39px konnect;
}

.mont {
    font-family: Manrope;

}

.konnect {
    font-family: konnect;
}

.bg-primary {
    background-color: #005BCD !important;
}

.package-mark {
    position: relative;
    width: 19px;
    height: 19px;
    display: block;
    margin: auto;
}

.package-mark::before {
    position: absolute;
    content: '';
    width: 3px;
    height: 100%;
    background-color: white;
    border-radius: 3px;
    left: 9px;
    top: 0;
    transform: rotate(135deg);
}

.package-mark::after {
    position: absolute;
    content: '';
    width: 3px;
    height: 100%;
    background-color: white;
    border-radius: 3px;
    left: 9px;
    top: 0;
    transform: rotate(45deg);
}

.innerpage-solution .slick-vertical i.flaticon-next-1 {
    margin-left: 41px;
    background: #286fe5;
    cursor: pointer;

    transition: all .4s ease-in-out;
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}

.bnr-over-text {
    padding: 0px 0px 0px 92px;
}

.slider-banner-image h6.green {
    font-size: 24px;
}

.home_heading {
    font-weight: 700;
}

.lessgray {
    color: #505050;
}

.lst-hdngs {
    font-size: 17px !important;
}
.rqstdemo {
    margin-top: -3px;
}
.faqpara{
    font-size: 14px;
    line-height:30px;
}
button.accordion-button {
    font-size: 17px !important;
}

.contactinner{
    padding:75px 0px 0px 0px;
}
.cntct-crd{
    border-radius: 24px;
}
.button-sumbit{
box-shadow: 1px 7px 10px 3px #005BCD59;
}
.contact-map-link{
    width: 42%;
    position: absolute;
    left: 63%;
    top: -35%;
    transform: translateX(-50%);
    z-index: -1;
}
.contact-map {
    background: url(../img/Contact/location_1.png) no-repeat;
    align-items: center;
    background-position: 70% 0;
    background-size: 50%;
    padding-top: 25%;
}
/* .header-two {
    z-index: 99;
    background: white;
    box-shadow: 0px 13px 10px #00000014;
} */

.locmapicon {
    position: absolute;
    left: 61%;
    TOP: 197PX;
    width: 17%;
}
/* .input-group-text {
    
}
.input-group-text {
}*/
.input-group-text {
    border-radius:0;
    border: 1px solid #005BCD85 !important;
    border-left: 0;
    
} 
.form-control:focus {
    box-shadow: 0px 0px 2px 0rem rgb(0 91 205);
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: 4px 1px 12px 0rem;
}
.navbar-toggler {
    background-color: white;
    border: white;
}
.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28245, 245, 245, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
@media (min-width:300px) and (max-width:575px){
    .logo {
        width: 100px;
    }
    .bnr-over-text {
        padding:14px;
    }
    .contact-head::before {
        FONT-SIZE: 69px;
       
        top: -38px;
    }
    .img-css_responsive {
        display: none;
        max-width: 100%;
        height: auto;
        position: relative;
        /* left: -151px;
        top: -48px; */
    }

    .AirOperation {
        position: relative !important;
        background: url(../img/Home/Shapes/s1.png) no-repeat;
        background-position: center top;
        padding: 0 15%;
        min-height: 469px;
        display: flex;
        flex-direction: column;
        justify-content: end;
        transform: translateY(0px) !important;
    }

    section#solutions .AirOperation {
        position: relative !important;
        background: url(../img/Home/Section/shape4.png) no-repeat;
        background-position: top;
        padding: 0 15%;
        min-height: 650px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        transform: translateY(0px) !important;
        background-size: cover;
    }

    .aero {
        width: 100px;
    }

    .contact {
        display: flex;
        align-items: center;
        padding: 0px !important;
    }

    .solutionhead::before {
        font-size: 20vw;
    }
}


@media (min-width:576px) and (max-width:767px) {
    .logo {
        width: 100px;
    }

    .paragraphh {
        font-size: 14px !important;
        line-height: 28px !important;
    }

    .solutionhead::before {
        font-size: 20vw;
    }

    section#solutions .img-css_responsive {
        display: none;
    }

    section#solutions .AirOperation {
        position: relative !important;
        background: url(../img/Home/Section/shape4.png) no-repeat;
        background-position: top;
        padding: 0 12%;
        min-height: 469px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        transform: translateY(0px) !important;
        background-size: cover;
    }

}

@media (min-width:768px) and (max-width:991px){
    .logo {
        width: 100px;
    }

    .contact-map-link {
        position: relative;
        width: 75%;
        /* top: -100px; */
    }

    .locmapicon {
        position: absolute;
        right: 0;
        top: -100px;
    }
}

@media (max-width: 767px) {
    .contact-map-link {
        position: relative;
        width: 75%;
        /* top: -100px; */
    }

    .locmapicon {
        position: absolute;
        right: 2px;
        top: -100px;
        left: auto;
        width: 50px;
    }
}


@media (min-width:992px) and (max-width:1199px){
    .logo {
        width: 100px;
    }

    .accordion-body {
        padding: 7px;
    }
    .accordion-button {
         padding: 9px;
    }
    .contact-map-link {
        width: 50%;
        left: 63%;
        top: 0;
    }
  
}

@media (max-width:1200px){
    .logo {
        width: 100px;
    }

    .banner_text {
        font-size: 26px;
    }    .why-machborder h4 {
        font-size: 13px;
    }
    .paragraph {
        font-size: 13px !important;
    }
    .home_heading {
        font-size: 15px;
    }

    p.text-white.text-justify.para {
        font-size: 14px;
    }

    .paragraphh {
        font-size: 13px;
        line-height: 25px;
    }

    button.accordion-button {
        font-size: 15px !important;
    }

    .faqpara {
        font-size: 13px;
        line-height: 29px;
    }

    .contact {
        /* background-size: 107%;
        background-position: center; */
        padding: 171px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .faq-pic{
        width: 400px !important;
       }
       /* .custom-container {
        width: 100%; 
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
      } */

      section.Packages.mt-5 {
        padding: 0px !important;
    }

    .form-control {
        font-size: 14px;
    }
}

.whymachslckslder {
    max-width: 100%;
    overflow: hidden;
}


