﻿body {
    margin:0px;
}

.navbar-nav .nav-link {
    color: #fff;
}


    .navbar-nav .nav-link:hover {
        color: #ff842c;
        text-decoration-line: underline;
    }

.navbar-expand-lg .navbar-nav .dropdown-menu {
    background: #fff;
    padding: 0px;
    max-height: 260px;
    overflow: auto;
}
.nav-item.dropdown:hover .dropdown-menu {
    display: block;
}

.dropdown-item:focus, .dropdown-item:hover {
    color: #fff !important;
    background-color: #004050;
}
.dropdown-item.active, .dropdown-item:active {
    color: #fff !important;
    text-decoration: none;
    background-color: #004050;
}

    .navbar-expand-lg .navbar-nav .dropdown-menu a.dropdown-item {
        color: #004050;
    }

.bannerPage {
    padding: 4rem 0rem 6rem 0rem;
}
    .bannerPage .banner-text {
        position: absolute;
        top: 5rem;
        right: 5rem;
    }
    .bannerPage .banner-text h6 {
    }
    .bannerPage .banner-text h3 {
    }
        .bannerPage .banner-text p {
        }
        .bannerPage .banner-text p small{
        }

        .bannerPage .banner-text .buttonCont {
        }
            .bannerPage .banner-text .buttonCont .btn {
                background: #004050;
                color: #fff;
                border-radius: 25px;
            }
            .bannerPage .banner-text .buttonCont span {
                font-weight: 700;
                font-size: 13px;
                color: #004050;
            }
                .bannerPage .banner-text .buttonCont span i {
                    padding: 4px 6px;
                    border-radius: 100%;
                    margin-right: 5px;
                }

    .bannerPage .bannerPost {
        position: relative;
    }

        .bannerPage .bannerPost .rounded-circle {
            position: absolute;
            top: 65%;
            left: 35%;
            width: 160px;
            height: 160px;
            background-color: #ff842c;
        }
        .bannerPage .bannerPost .bannerImgFist {
            position: relative;
            left: 0;
            top: 0;
            width: 21.5rem;
            height: 14rem;
        }
            .bannerPage .bannerPost .bannerImgFist img {
                width: 100%;
                height: 100%;
                border-radius: 10px;
            }
        .bannerPage .bannerPost .bannerImgSec {
            position: absolute;
            width: 2.5rem;
            height: auto;
            right: 8rem;
            top: 5rem;
        }
            .bannerPage .bannerPost .bannerImgSec img {
                width: 100%;
                height: 100%;
            }
        .bannerPage .bannerPost .bannerMarket {
            position: absolute;
            top: 5.5rem;
            right: 1.5rem;
            text-align: center;
            background: #c2df93;
            padding-top: 1.3rem;
            padding-bottom: 0.7rem;
            width: 5.8rem;
            border-radius: 5px;
            z-index: 1;
        }
            .bannerPage .bannerPost .bannerMarket i {
                background: #004050;
                padding: 5px;
                border-radius: 100%;
                color: #c2df93;
            }
            .bannerPage .bannerPost .bannerMarket h6 {
                font-size: 11px;
                margin: 10px 0px;
                color: #004050;
            }
        .bannerPage .bannerPost .bannerHapCus {
            position: relative;
            display: flex;
            float: left;
            background: #fff;
            padding: 15px;
            border-radius: 10px;
            min-width: 260px;
            top: 2.5rem;
        }
            .bannerPage .bannerPost .bannerHapCus .bannerHapImg {
                display: flex;
                float: left;
            }
                .bannerPage .bannerPost .bannerHapCus .bannerHapImg .imgF {
                    position: absolute;
                    border: 3px solid #004050;
                    border-radius: 50%;
                    left: 10px;
                    width: 40px;
                    height: 40px;
                }
                .bannerPage .bannerPost .bannerHapCus .bannerHapImg .imgS {
                    position: absolute;
                    border: 3px solid #004050;
                    border-radius: 50%;
                    left: 35px;
                    width: 40px;
                    height: 40px;
                }
                .bannerPage .bannerPost .bannerHapCus .bannerHapImg .imgTh {
                    position: absolute;
                    border: 3px solid #004050;
                    border-radius: 50%;
                    left: 60px;
                    width: 40px;
                    height: 40px;
                }
            .bannerPage .bannerPost .bannerHapCus .bannerHapText {
                width: 100%;
                position: relative;
                left: 90px;
            }
                .bannerPage .bannerPost .bannerHapCus .bannerHapText h6 {
                    margin: 0px 0px 0px 0px;
                }
            .bannerPage .bannerPost .bannerHapCus .bannerHapText small {
            }
                .bannerPage .bannerPost .bannerHapCus .bannerHapText small i {
                    color: #ff842c;
                    margin-right: 6px;
                }
                .bannerPage .bannerPost .bannerHapCus .bannerHapText small span {
                    font-weight: bold;
                    margin-right: 5px;
                }
                    .bannerPage .bannerPost .bannerHapCus .bannerHapText small span.review {
                        font-size: 13px;
                        color: #5a6264;
                        font-weight: normal;
                    }
        .bannerPage .bannerPost .bannerBusReg {
            position: absolute;
            right: 6.25rem;
            bottom: -7rem;
            width: 11rem;
            top: auto;
            background: #004050;
            max-height: 196px;
            max-width: 176px;
            text-align: center;
            padding-top: 10px;
            border-radius: 10px;
        }
            .bannerPage .bannerPost .bannerBusReg small {
                color: #fff;
                font-size: 13px;
                font-weight:700;
            }
            .bannerPage .bannerPost .bannerBusReg h5 {
                margin-top: 0px;
                color: #c2df93;
                margin-bottom: 1rem;
                font-size: 2.25rem;
            }
            .bannerPage .bannerPost .bannerBusReg img {
                height: 105px;
                width: 150px;
            }
.about_img {
    max-width: 25rem;
    margin: auto;    
}
    .about_img img {
        vertical-align: middle;
        max-height: 25rem;
    }

.testimonials {
    padding: 4rem 0px;
}
.section-header{

}
    .section-header .title {
        font-size: 1.8rem;
        line-height: 1.5;
    }
.testimonials-item{
    
}
    .testimonials-item .text-box {
        background-color: #fff;
        display: inline-block;
        padding: 5px 15px;
        border-radius: 10px;
        position: relative;
        top: 10px;
        left: 7rem;
    }
        .testimonials-item .text-box:after {
            content: '';
            height: 12px;
            width: 12px;
            border: 3px solid #96c8d5;
            transform: rotate(-45deg);
            position: absolute;
            left: -0.3rem;
            right: auto;
            top: 1.3rem;
            bottom: auto;
            background-color: #fff;
            border-radius: 50%;
        }
        .testimonials-item .text-box:before {
            content: '';
            height: 56px;
            width: 2px;
            border-left: 2px solid #d5ecf5;
            transform: rotate(-90deg);
            position: absolute;
            right: auto;
            bottom: -0.19rem;
            left: -1.7rem;
        }
    .testimonials-item .info {
        display: flex;
        align-items: center;
        background:#fff;
        padding: 20px;
        border-radius: 60px;
    }
        .testimonials-item .info:after {
            content: '';
            height: 12px;
            width: 12px;
            border: 3px solid #96c8d5;
            transform: rotate(0deg);
            position: absolute;
            left: 3.3rem;
            right: auto;
            top: 6.1rem;
            bottom: auto;
            background-color: #fff;
            border-radius: 50%;
        }

        .testimonials-item .info:before {
            content: '';
            height: 50px;
            width: 2px;
            border-left: 2px solid #d5ecf5;
            transform: rotate(0deg);
            position: absolute;
            right: auto;
            bottom: 1rem;
            left: 3.58rem;
        }
    .testimonials-item img {
        max-width: 80px;
        vertical-align: middle;
        border-radius: 50%;
        width: 80px;
        height: 80px;
/*        display: flex;
        float: left;*/
        margin-right: 15px;
    }
    .testimonials-item .name {
        font-size: 14px;
        text-transform: uppercase;
        color: #011f26;
        margin: 0px;
    }
    .testimonials-item .job {
        text-transform: capitalize;
        color: #5d818b;
        font-size: 12px;
    }
    .testimonials-item p {
        color: #3f636c;
        margin: 0px;
    }
    .testimonials-item .rating{
        margin-top:0px;
        font-size:14px;
        color:darkorange;
    }
    .testimonials-item .swiper-pagination{
        position:relative;
        margin-top: 40px;
        bottom:auto;
    }

    .accordion-item {
        color: var(--bs-accordion-color);
        background-color: var(--bs-accordion-bg);
        margin: 10px 0px;
        box-shadow: 0px 1px 5px -1px #004050;
        border-radius: 10px;
    }

.js-testimonials-pagination{
    position:relative !important;
    margin-top:2.5rem;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 5px) !important;
}
.swiper-pagination-bullet {
    width: 12px !important;
    height: 12px !important;
    display: inline-block !important;
    border-radius: 50% !important;
    background: #9ed8e7 !important;
    opacity: 0.5 !important;
}
.swiper-pagination-bullet-active {
    opacity: 1 !important;
    background: #ff842c !important;
}

.accordion-button {
    border: 0;
    border-radius: 0.375rem;
    color: #004050;
    font-weight: 600;
    text-transform: uppercase;
}

    .accordion-button:not(.collapsed) {
        background-color: #ffffff;
        border-bottom: 0px !important;
        box-shadow: inset 0 calc(0* var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
        color: #ff6a00;
    }

.accordion-button::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-plus' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E");
    transition: all 0.5s;
}

    .accordion-button:not(.collapsed)::after {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-dash' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E");
        background-color: #004050;
    }


.it_work .card-image {
    text-align: center;
    position: relative;
}
.it_work .card-image img {
    margin: auto;
    width: 210px;
    height: 210px;
}

    .it_work .card-image span {
        position: absolute;
        left: 25%;
        bottom: 0%;
        background-color: #004050 !important;
        color: #fff;
        font-size: small;
        text-transform: uppercase;
        padding: 1px 10px 2px 10px;
        border-radius: 5px;
    }


.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;
}

.customer-logos .slide {
    color:#fff;
}

    .customer-logos .slide i {
        color: #ff842c !important;
        padding-right:10px;
    }

.bg-dark-cyan {
    background-color: #004050 !important;
}

.text-dark-cyan {
    color: #004050 !important;
}

.bg-Light-grayish-cyan {
    background-color: #ecf8f8 !important;
}

.bg-orange {
    background-color: #ff842c !important;
}

.text-orange {
    color: #ff842c !important;
}

footer h4 {
    color: #fff !important;
}

footer p {
    color: #fff !important;
}

footer ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

footer ul li{
}

    footer ul li a {
        color: #fff !important;
        text-decoration: none;
    }

footer .input-group .btn {
    position: absolute;
    z-index: 2;
    left: auto;
    right: 0;
    border: 0px;
    color: #ff842c;
    /* font-weight: bold; */
}

footer .input-group form.search{
    width:100%;
}

footer .box-info {
    position: relative;
    top: -4.5rem;
    max-width: 60rem;
    margin: auto;
    background-color: #fff;
    padding: 10px 20px;
    border: 2px solid #85d1e3;
    border-radius: 10px;
}
    footer .box-info h6 {
        color: #004050;
        margin: 4px 0px 0px 0px;
        font-weight: 700;
    }
    footer .box-info .regis {
    }

        footer .box-info .regis a {
            font-weight: 600;
            font-size: 14px;
        }
        footer .box-info .regis .reg {
            border-bottom: 1px solid #004050;
            color: #004050;
            text-decoration: none;
            font-weight: 700;
            font-size: 14px;
            margin-right: 15px;
        }


/* -----------------------------------
              Gallery Section
        --------------------------------------*/
.portfolio-section {
/*    padding: 50px 0;
    background-color: #000;*/
}

    .portfolio-section h2 {
        font-size: 28px;
        font-weight: 600;
        color: #fff;
        text-transform: uppercase;
    }

.portfolio-menu {
    text-align: center;
}

.mixitup-control-active {
    color: #fff;
    background: #343a40;
}

.fancybox-container button:focus {
    outline: 0;
    box-shadow: none;
}

.portfolio-item {
    padding-top: 30px;
    list-style: none;
    padding: 0;
}

.pd {
    padding: 0px;
    position: relative;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin-bottom: 15px;
}

    .pd img {
        height: 180px;
        transition: all 0.5s;
        width: 100%;
    }

.portfolio-overlay {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    text-align: center;
    visibility: hidden;
    transition: all 0.5s;
    transform: scale(0);
}

    .portfolio-overlay p,
    .portfolio-overlay a {
        position: relative;
        z-index: 4;
    }

    .portfolio-overlay::before {
        content: "";
        width: 0;
        height: 0;
        border-width: 0;
        position: absolute;
        left: 10%;
        top: 10%;
        transition: 50ms height ease 150ms;
        z-index: 3;
    }

    .portfolio-overlay::after {
        content: "";
        width: 0;
        height: 0;
        border-width: 0;
        position: absolute;
        right: 10%;
        bottom: 10%;
        transition: 100ms width ease 200ms;
        z-index: 3;
    }

.portfolio-item:hover .portfolio-overlay::before {
    width: 80%;
    height: 80%;
    border-top: 1px solid #50977f;
    border-right: 1px solid #50977f;
    transition: width 0.1s ease 0.3s, height 0.1s ease 0.5s;
}

.portfolio-item:hover .portfolio-overlay::after {
    width: 80%;
    height: 80%;
    border-bottom: 1px solid #50977f;
    border-left: 1px solid #50977f;
    transition: width 0.1s ease 0.6s, height 0.1s ease 0.7s;
}

.portfolio-item li:hover .portfolio-overlay {
    visibility: visible;
    transform: scale(1);
}

.portfolio-overlay .category {
    margin-top: 70px;
    margin-bottom: 20px;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
}

.portfolio-overlay .magnify-icon {
    height: 40px;
    width: 40px;
    border-radius: 20px;
    background: #50977f;
    margin: 0 5px;
    cursor: pointer;
    display: inline-block;
    transition: all 0.25s;
}

    .portfolio-overlay .magnify-icon:hover {
        background: #000;
    }

    .portfolio-overlay .magnify-icon p span i {
        font-size: 15px;
        color: #fff;
        line-height: 40px;
        cursor: pointer;
    }

/*******Responsive media query******/

/* Extra small devices (portrait phones, less than 576px)*/

.flipster--coverflow .flipster__container {
    padding-bottom: 0%;
}

.flipster__item img {
    max-width: 100%;
    max-width: 350px;
    height: 300px;
}

@media (max-width:575px){
    .bannerPage .banner-text {
        position: initial;
        padding-bottom: 25px;
        top: 5rem;
        right: 5rem;
    }
}