@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;700;800&display=swap");

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.zindex-1 {
    z-index: 999999 !important;
}


main {
    /* width: min(980px, 85%); */
    width: 98vw;
    margin: 0 auto;
    /* min-height: 100vh; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* padding-block: min(20vh, 5em); */
}

    main .header {
        margin-bottom: 55px;
    }

@media screen and (max-width: 600px) {
    main .header {
        margin-bottom: 70px !important;
    }
}

main .header h1 {
    font-weight: 800;
    font-size: 3rem;
    margin: 5px -5px 15px;
}

main .header span {
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block;
    font-weight: 700;
    font-size: 14px;
    color: #471aa0;
}

main .header p {
    max-width: min(40ch, 100% - 2rem);
    line-height: 1.6;
    color: #565656;
}

main .item {
    width: 100%;
    height: 400px;
    position: relative;
    border-radius: 12px;
    overflow: hidden;
}

    main .item img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: absolute;
        inset: 0;
        transition: all 2s ease;
    }

    main .item:hover img {
        transform: scale(1.1);
    }

    main .item .overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        padding: 28px 25px;
        color: #fff;
        background: #020024;
        background: linear-gradient(0deg, #020024 0%, #000032a1 3%, #17d9ff00 100%);
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-start;
    }

        main .item .overlay span {
            background: rgba(255, 255, 255, 0.25);
            backdrop-filter: blur(4px);
            -webkit-backdrop-filter: blur(4px);
            border-radius: 60px;
            padding: 10px 20px;
            display: inline-block;
        }

        main .item .overlay > div h2 {
            letter-spacing: 0.5px;
            margin-bottom: 5px;
            font-size: 1.6rem;
            text-transform: capitalize;
        }

.owl-theme .owl-nav {
    margin-top: 10px;
    display: none;
}

@media screen and (max-width: 600px) {
    .owl-nav {
        margin-top: 10px;
    }
}

.owl-nav button {
    background: #fff !important;
    width: 45px;
    height: 45px;
    font-size: 25px !important;
    box-shadow: 0px 0px 17px #00000005;
    border-radius: 50%;
}

    .owl-nav button:nth-of-type(1) {
        margin-right: 13px;
    }

/*-------------------------------*/
.card-title {
    background: #ffffffb5 !important;
    padding: 21px 10px !important;
    /* border-radius: 20px !important; */
    margin-top: 52% !important;
    font-size: 16px !important;
    margin-bottom: 0 !important;
    text-align: center !important;
}

.box-shadow-hot {
    box-shadow: 3px 3px 9px 9px #b6b6b6;
    border-radius: 20px !important;
}

.font-low {
    font-size: 14px !important;
    text-align: left !important;
}

    .font-low a b {
        color: gray;
        font-weight: 400 !important;
    }

    .font-low a:hover b {
        color: rgb(0,38,81);
        font-weight: 400 !important;
    }

.carousel-caption {
    position: absolute;
    right: 35% !important;
    bottom: 42%;
    left: 16% !important;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: left;
    /* border-radius: 111px; */
    width: 60% !important;
    /* border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    background: rgb(0,38,81);
background: -moz-linear-gradient(90deg, rgba(0,38,81,1) 36%, rgba(67,94,123,1) 58%, rgba(217,217,217,0) 100%);
background: -webkit-linear-gradient(90deg, rgba(0,38,81,1) 36%, rgba(67,94,123,1) 58%, rgba(217,217,217,0) 100%);
background: linear-gradient(90deg, rgba(0,38,81,1) 36%, rgba(67,94,123,1) 58%, rgba(217,217,217,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#002651",endColorstr="#d9d9d9",GradientType=1); */
}
/* 
  background:#018782; */

.gradient-1 {
    background: rgb(4,121,59) !important;
    background: -moz-linear-gradient(90deg, rgba(4,121,59,1) 36%, rgba(23,255,159,1) 58%, rgba(23,255,159,0.7455357142857143) 100%) !important;
    background: -webkit-linear-gradient(90deg, rgba(4,121,59,1) 36%, rgba(23,255,159,1) 58%, rgba(23,255,159,0.7455357142857143) 100%) !important;
    background: linear-gradient(90deg, rgba(4,121,59,1) 36%, rgba(23,255,159,1) 58%, rgba(23,255,159,0.7455357142857143) 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#04793b",endColorstr="#17ff9f",GradientType=1) !important;
}

.site-iconic {
    display: flex;
    align-items: center;
    width: 100%;
    margin: 15px 0;
    flex-direction: column;
    justify-content: center;
}

.iconic {
    color: black;
    font-size: 34px !important;
    font-weight: 700;
    width: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

    .iconic::after {
        content: '';
        background: url(../images/bannerNew/triwings.jpg);
        width: 37px;
        position: absolute;
        right: -44px;
        height: 12px;
        background-size: 100%;
        top: 7px;
    }


    .iconic::before {
        content: '';
        background: url(../images/bannerNew/triwings-left.jpg);
        width: 37px;
        position: absolute;
        left: -44px;
        height: 12px;
        background-size: 100%;
        top: 7px;
    }

.desIndia {
    width: 100%;
    display: flex;
}

    .desIndia h3 {
        font-size: 24px;
        color: black;
        font-weight: 700;
    }



/*-------------Slik slider----------------------------*/

/* Slider */
.customer-logos img {
    border-radius: 10px;
}

.customer-logos .sub-head h4 {
    font-size: 18px;
    color: black;
    text-align: center;
    margin-top: 8px;
    margin-bottom: 0;
}

.customer-logos .sub-head p {
    margin: 2px;
}

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

    .slick-slide img {
        width: 100%;
    }

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

    .slick-list:focus {
        outline: none;
    }

    .slick-list.dragging {
        cursor: pointer;
        cursor: hand;
    }

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

    .slick-track:before,
    .slick-track:after {
        display: table;
        content: '';
    }

    .slick-track:after {
        clear: both;
    }

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}


/*--------------------Testi--------------------*/
/******************  News Slider Demo-1 *******************/
.post-slide {
    overflow: hidden;
    margin-right: 15px;
    background-color: #fff !important;
    display: flex;
    border: 1px dotted grey;
    height: 270px;
    border-top: 3px solid #38cfd8;
}

    .post-slide .post-img {
        float: left;
        width: 30%;
        height: 150px;
        position: relative;
        margin: 30px;
        border-radius: 10px;
        overflow: hidden;
    }

        .post-slide .post-img img {
            width: 100%;
            height: auto;
            border-radius: 10px;
        }

    .post-slide .post-date {
        background: #ec3c6a;
        color: #fff;
        position: absolute;
        top: 0;
        right: 0;
        display: block;
        padding: 2% 3%;
        width: 60px;
        height: 60px;
        text-align: center;
        transition: all .5s ease;
    }

    .post-slide .date {
        display: block;
        font-size: 20px;
        font-weight: 700;
    }

    .post-slide .month {
        display: block;
        font-size: 11px;
        text-transform: uppercase;
    }

    .post-slide .post-review {
        padding: 5% 3% 1% 0;
        width: 70%;
    }

    .post-slide:hover .post-review {
        border-top-color: #ec3c6a;
    }

    .post-slide .post-title {
        margin: 0 0 10px 0;
        line-height: 14px;
    }

        .post-slide .post-title a {
            font-size: 18px;
            color: #333;
            text-transform: uppercase;
            font-weight: 600;
        }

            .post-slide .post-title a:hover {
                text-decoration: none;
                font-weight: 700;
            }

    .post-slide .post-bar {
        padding: 0;
        list-style: none;
        text-transform: uppercase;
        position: relative;
        margin-bottom: 20px;
    }

        .post-slide .post-bar:after, .post-slide .post-bar:before {
            border: 1px solid #38cfd8;
            bottom: -10px;
            content: "";
            display: block;
            position: absolute;
            right: 36%;
            width: 25px;
        }

        .post-slide .post-bar:before {
            border: 1px solid #ec3c6a;
            right: 32%;
        }

        .post-slide .post-bar li {
            color: #555;
            font-size: 10px;
            margin-right: 10px;
            display: inline-block;
        }

            .post-slide .post-bar li a {
                font-size: 13px;
                text-decoration: none;
                text-transform: uppercase;
                color: #ec3c6a;
            }

                .post-slide .post-bar li a:hover {
                    color: #ec3c6a;
                }

            .post-slide .post-bar li i {
                color: #777;
                margin-right: 5px;
            }

    .post-slide .post-description {
        font-size: 12px;
        line-height: 21px;
        color: #444454;
    }

.owl-theme .owl-controls {
    margin-top: 30px;
}

    .owl-theme .owl-controls .owl-page span {
        background: #fff;
        border: 2px solid #37a6a4;
    }

    .owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
        background: #37a6a4;
    }

@media only screen and (max-width:990px) {
    .post-slide {
        border-bottom: 4px solid #ec3c6a;
    }
        /* .post-slide .post-img{width:100%} */
        .post-slide .post-review {
            width: 100%;
        }

        .post-slide .post-bar:before {
            left: 0;
        }

        .post-slide .post-bar:after {
            left: 25px;
        }
}

.bg-orange {
    background: #ff9100 !important;
}

.address-box {
    border-radius: 15px;
    background: #ffe2bb;
    padding: 10px;
    border: 1px dashed #ccc !important;
    line-height: 25px;
    font-size:13px;
}

.address-box-2 {
    border-radius: 15px;
    padding: 10px;
    border: 1px dashed #ccc !important;
    line-height: 25px;
    font-size:13px;
}

    .address-box-2 h5, .address-box h5 {
        font-size: 15px;
    }

    .address-box-2 p, .address-box p {
        font-size: 13px;
    }


/*------------Last----------*/
.accordion_container {
    width: 98%;
}

.accordion_head {
    color: #2f2e2e;
    cursor: pointer;
    font-family: arial;
    font-size: 18px;
    margin: 0 0 1px 0;
    padding: 15px;
    font-weight: bold;
    border-top: 1px solid #9e9d9d;
}

.accordion_body {
    background: rgb(255, 255, 255) !important;
}

    .accordion_body ul li {
        padding: 10px 5px;
        margin: 0px;
        font-size: 15px !important;
    }

        .accordion_body ul li a {
            color: #36454F;
        }

    .accordion_body b {
        font-weight: normal;
    }

    .accordion_body ul li a:hover {
        color: #034362;
        text-decoration: underline;
    }

.plusminus {
    float: right;
}

/* .owl-carousel .owl-stage-outer {
  overflow: visible !important;
} */
.owl-carousel .owl-item {
    transform: none !important;
}

#footer a {
    color: black;
}

.flot-call-btn {
    position: fixed;
    top: 45%;
    right: -39px;
    background: #ff9100 !important;
    color: white;
    transform: rotate(-90deg);
    border-radius: 5px;
    padding: 10px 15px;
    z-index: 999;
}

    .flot-call-btn a {
        color: white;
        text-decoration: none;
    }

.owl-carousel .owl-item img {
    border-radius: 10px !important;
}

/*---------------Counter---------------------------*/
.space-area {
    height: 850px;
    padding: 8px 0;
    position: relative;
}

    .space-area h1 {
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        text-align: center;
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
        color: #000000;
    }

.count-area {
    position: relative;
    padding: 8px 0;
    text-align: center;
    color: #020202;
}

.count-area-content {
    margin-top: 5px;
}

.count-area i {
    font-size: 30px;
}

.count-digit {
    margin: 0px;
    color: #b86901;
    font-weight: 700;
    font-size: 33px;
}

.count-title {
    font-size: 20px;
}

.social-links {
    margin-right: 40px;
    margin-top: 2px;
    font-size: 13px;
}

/*.contact-btn {
    background: #ff9100;
    border-radius: 25px;
    margin-right: 25px;
}*/

.contact-btn
{
  background: #ff9100;
  border-radius: 25px;
  margin-right: 25px;
  padding-left: 15px!important;
}

.mt-150{margin-top: 150px!important;}
.mt-110{margin-top: 110px!important;}
.mt-100{margin-top: 100px!important;}
.nav-link{padding-left: 15px!important;}
/* #mobile_nav{padding-left: 20px!important;} */
.colorIcon{background:#ff9100!important; padding:2px; width:38px; height:34px;}
p{font-size: 15px!important;}

.title-overlay
{
    margin-top:71%!important;
    background: #ffffffb5 !important;
    padding: 21px 10px !important;
    font-size: 16px !important;
    margin-bottom: 0 !important;
    text-align: center !important;
}