﻿body {
    font-family: 'Poppins', sans-serif;
    color: #0c0c0c;
    background-color: #ffffff;
    overflow-x: hidden;
}
/* .partial_icon{
      position: absolute;
    }

    body {
  margin: 0;
  padding: 0;
  overflow: hidden;
} */



.carousel-control-prev, .carousel-control-next {
    /*background: black;*/
    width: 4.5% !important;
    transition: opacity .2s ease-in;
}

.carousel-control-next-icon {
    background-image: url(https://image.flaticon.com/icons/svg/481/481146.svg) !important;
    transform: rotate(180deg);
}

.carousel-control-prev-icon {
    background-image: url(https://image.flaticon.com/icons/svg/481/481146.svg) !important;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    display: inline-block;
    width: 50px;
    height: 50px;
    background: transparent no-repeat center center;
    background-size: 100% 100%;
}

.carousel-control-next {
    right: -70px;
}

.carousel-control-prev {
    left: -70px;
}

.bisc {
    color: white;
    margin-right: 0px;
    background: -webkit-gradient(linear, right top, left bottom, from(#4c68d7), color-stop(#8a3ab9), color-stop(#cd486b), color-stop(#fb8750), to(#FF9800));
    background: -webkit-linear-gradient(right top, #4c68d7, #8a3ab9, #cd486b, #fb8750, #FF9800);
    background: -o-linear-gradient(right top, #4c68d7, #8a3ab9, #cd486b, #fb8750, #FF9800);
    background: linear-gradient(to left bottom, #4c68d7, #8a3ab9, #cd486b, #fb8750, #FF9800);
    -webkit-transform: rotate(360deg) scale(1.1);
    -ms-transform: rotate(360deg) scale(1.1);
    transform: rotate(360deg) scale(1.1);
}

#demo {
    height: 100%;
    position: relative;
    overflow: hidden;
}

.green {
    background-color: #6fb936;
}

.page-top {
    margin-top: 150px;
}

.portfolio-item {
    margin-bottom: 30px;
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: none;
    border-radius: .25rem;
}

.myback-img {
    display: flex;
    justify-content: center;
    height: 372px;
    overflow: hidden;
    object-fit: cover;
    border-radius: .25rem;
}

.myoverlay {
    position: absolute;
    background: -webkit-linear-gradient( top, transparent 0%, rgba(0, 0, 0, 0.72) 100%);
    height: 100%;
    width: 100%;
    top: 0;
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0;
}

.avatar-profile img {
    width: 90px;
    height: 90px;
    border-radius: 100%;
    overflow: hidden;
    opacity: 0.9;
    object-fit: cover;
    -o-object-fit: cover;
}

.borders {
    position: relative;
    border: 5px solid #fff;
    border-radius: 100%;
}

    .borders:before {
        content: " ";
        position: absolute;
        z-index: -1;
        top: -10px;
        left: -10px;
        right: -10px;
        bottom: -10px;
        border-radius: 100%;
        background-image: linear-gradient(90deg, #FDA240, #C5087E), linear-gradient(90deg, #FDA240, #C5087E);
        background-position: 0 0px, 100% 100%;
        background-size: 100% 5px;
        border-left: 5px solid #FDA240;
        border-right: 5px solid #C5087E;
        padding: 10px 5px;
    }

.profile-img {
    position: absolute;
    top: 71%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.profile-title {
    text-align: center;
    position: relative;
    top: -39px;
    margin-bottom: -26px;
}

    .profile-title h3 {
        font-size: 18px;
        color: #fff;
        font-weight: bold;
        margin-bottom: 0;
    }

a:hover {
    text-decoration: none !important;
}
/*--carousel css--*/

@media (min-width: 768px) {
    /* show 3 items */
  /*  .carousel-inner .active,
    .carousel-inner .active + .carousel-item,
    .carousel-inner .active + .carousel-item + .carousel-item,
    .carousel-inner .active + .carousel-item + .carousel-item + .carousel-item {
        display: block;
    }*/

    .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left),
    .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item,
    .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item,
    .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item + .carousel-item {
        transition: none;
    }

    .carousel-inner .carousel-item-next,
    .carousel-inner .carousel-item-prev {
        position: relative;
        transform: translate3d(0, 0, 0);
    }

    .carousel-inner .active.carousel-item + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
        position: absolute;
        top: 0;
        right: -25%;
        z-index: -1;
        display: block;
        visibility: visible;
    }
    /* left or forward direction */
    .active.carousel-item-left + .carousel-item-next.carousel-item-left,
    .carousel-item-next.carousel-item-left + .carousel-item,
    .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item,
    .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item,
    .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
        position: relative;
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }
    /* farthest right hidden item must be abso position for animations */
    .carousel-inner .carousel-item-prev.carousel-item-right {
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        display: block;
        visibility: visible;
    }
    /* right or prev direction */
    .active.carousel-item-right + .carousel-item-prev.carousel-item-right,
    .carousel-item-prev.carousel-item-right + .carousel-item,
    .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item,
    .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item,
    .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
        position: relative;
        transform: translate3d(100%, 0, 0);
        visibility: visible;
        display: block;
        visibility: visible;
    }
}























.floating-icon {
    position: fixed;
    z-index: 30;
    bottom: 80px;
    right: 20px;
    width: 15%;
    height: 60px;
    background-color: #ffffff;
    border-radius: 10%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.3);
}

.floating-icon {
    position: fixed;
    z-index: 30;
    bottom: 25px;
    right: 20px;
    width: 50px;
    height: 50px;
    background-color: #ffffff;
    border-radius: 10%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.3);
}

    .floating-icon i, .floating-icon1 i {
        /* width: 40px;
  height: 40px; */
        color: green;
        font-size: 35px;
    }

.float_icon_box {
    margin: 10px;
    padding: 10px;
    border-radius: 45% 30%;
}

.first_appear {
    text-align: center;
}

.card {
    width: 95%;
    height: 360px;
    border-radius: 15px;
    padding: 1.5rem;
    background: white;
    position: relative;
    display: flex;
    align-items: flex-end;
    transition: 0.4s ease-out;
    box-shadow: 0px 7px 10px rgba(0, 0, 0, 0.5);
}

    .card:hover {
        transform: translateY(20px);
    }

        .card:hover:before {
            opacity: 1;
        }

        .card:hover .info {
            opacity: 1;
            transform: translateY(0px);
        }

    .card:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 100%;
        height: 100%;
        border-radius: 15px;
        background: rgba(0, 0, 0, 0.6);
        z-index: 2;
        transition: 0.5s;
        opacity: 0;
    }

    .card img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        position: absolute;
        top: 0;
        left: 0;
        border-radius: 15px;
    }

    .card .info {
        position: relative;
        z-index: 3;
        color: white;
        opacity: 0;
        transform: translateY(30px);
        transition: 0.5s;
        top: 155px;
    }

        /* .card .first_appear {
  position: relative;
  z-index: 5;
  color: white;
  opacity: 0;
  transform: translateY(30px);
  transition: 0.5s;
} */
        .card .info h2 {
            margin: 0px;
        }

        .card .info p {
            letter-spacing: 1px;
            font-size: 15px;
            margin-top: 8px;
        }

        .card .info button {
            padding: 0.6rem;
            outline: none;
            border: none;
            border-radius: 3px;
            background: white;
            color: black;
            font-weight: bold;
            cursor: pointer;
            transition: 0.4s ease;
        }

            .card .info button:hover {
                background: dodgerblue;
                color: white;
            }

.service_owl-carousel h2 {
    color: white;
}

.ps-timeline-sec {
    position: relative;
    /*background: #fff;*/
    background-color: #c6e2ff;
    padding: 35px;
    margin: 19px 0;
}
    .ps-timeline-sec i {
        color: #74b944;
    }

    .ps-timeline-sec .container {
        position: relative;
    }

/*@media screen and (min-width: 767px) {
    .ps-timeline-sec .container {
        margin: 200px;
    }
}*/

@media screen and (max-width: 767px) {
    .ps-timeline-sec .container ol:before {
        background: #007bff;
        content: "";
        width: 10px;
        height: 10px;
        border-radius: 100%;
        position: absolute;
        top: 130px !important;
        left: 36px !important;
    }

    .ps-timeline-sec .container ol:after {
        background: #007bff;
        content: "";
        width: 10px;
        height: 10px;
        border-radius: 100%;
        position: absolute;
        top: inherit !important;
        left: 36px;
    }

    .ps-timeline-sec .container ol.ps-timeline {
        margin: 130px 0 !important;
        border-left: 2px solid #007bff;
        padding-left: 0 !important;
        padding-top: 120px !important;
        border-top: 0 !important;
        margin-left: 25px !important;
    }

        .ps-timeline-sec .container ol.ps-timeline li {
            height: 220px;
            float: none !important;
            width: inherit !important;
        }

            .ps-timeline-sec .container ol.ps-timeline li:nth-child(2) .img-handler-bot img {
                width: 70px;
            }

            .ps-timeline-sec .container ol.ps-timeline li:last-child {
                margin: 0;
                bottom: 0 !important;
                height: 120px;
            }

                .ps-timeline-sec .container ol.ps-timeline li:last-child .img-handler-bot {
                    bottom: 40px !important;
                    width: 40% !important;
                    margin-left: 25px !important;
                    margin-top: 0 !important;
                }

                    .ps-timeline-sec .container ol.ps-timeline li:last-child .img-handler-bot img {
                        width: 100%;
                    }

                .ps-timeline-sec .container ol.ps-timeline li:last-child .ps-top {
                    margin-bottom: 0 !important;
                    top: 20px;
                    width: 50% !important;
                }

            .ps-timeline-sec .container ol.ps-timeline li span {
                left: 0 !important;
            }

                .ps-timeline-sec .container ol.ps-timeline li span.ps-sp-top:before {
                    content: none !important;
                }

                .ps-timeline-sec .container ol.ps-timeline li span.ps-sp-top:after {
                    content: none !important;
                }

                .ps-timeline-sec .container ol.ps-timeline li span.ps-sp-bot:before {
                    content: none !important;
                }

                .ps-timeline-sec .container ol.ps-timeline li span.ps-sp-bot:after {
                    content: none !important;
                }

            .ps-timeline-sec .container ol.ps-timeline li .img-handler-top {
                position: absolute !important;
                bottom: 150px !important;
                width: 30% !important;
                float: left !important;
                margin-left: 35px !important;
                margin-bottom: 0 !important;
            }

                .ps-timeline-sec .container ol.ps-timeline li .img-handler-top img {
                    margin: 0 auto !important;
                    width: 80% !important;
                }

            .ps-timeline-sec .container ol.ps-timeline li .img-handler-bot {
                position: absolute !important;
                bottom: 115px !important;
                width: 30% !important;
                float: left !important;
                margin-left: 35px !important;
                margin-bottom: 0 !important;
            }

            .ps-timeline-sec .container ol.ps-timeline li p {
                text-align: left !important;
                width: 100% !important;
                margin: 0 auto !important;
                margin-top: 0px !important;
            }

            .ps-timeline-sec .container ol.ps-timeline li .ps-top {
                width: 60% !important;
                float: right !important;
                right: 0;
                top: -40px;
            }

            .ps-timeline-sec .container ol.ps-timeline li .ps-bot {
                width: 60% !important;
                float: right !important;
                right: 0;
                top: -40px;
            }
}

.ps-timeline-sec .container ol:before {
    background: #007bff;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 100%;
    position: absolute;
    left: 8px;
    top: 49.5%;
}

.ps-timeline-sec .container ol:after {
    background: #007bff;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 100%;
    position: absolute;
    right: 8px;
    top: 49.5%;
}

.ps-timeline-sec .container ol.ps-timeline {
    margin: 195px 0;
    padding: 0;
    border-top: 2px solid #007bff;
    list-style: none;
}

    .ps-timeline-sec .container ol.ps-timeline li {
        float: left;
        width: 14%;
        padding-top: 30px;
        position: relative;
    }

        .ps-timeline-sec .container ol.ps-timeline li span {
            width: 50px;
            height: 50px;
            margin-left: -25px;
            background: #fff;
            border: 4px solid #007bff;
            border-radius: 50%;
            box-shadow: 0 0 0 0px #fff;
            text-align: center;
            line-height: 50px -10;
            color: #007bff;
            font-size: 2em;
            font-style: normal;
            position: absolute;
            top: -26px;
            left: 50%;
        }

            .ps-timeline-sec .container ol.ps-timeline li span.ps-sp-top:before {
                content: "";
                color: #007bff;
                width: 2px;
                height: 50px;
                background: #007bff;
                position: absolute;
                top: -50px;
                left: 50%;
            }

            .ps-timeline-sec .container ol.ps-timeline li span.ps-sp-top:after {
                content: "";
                color: #007bff;
                width: 8px;
                height: 8px;
                background: #007bff;
                position: absolute;
                bottom: 90px;
                left: 44%;
                border-radius: 100%;
            }

            .ps-timeline-sec .container ol.ps-timeline li span.ps-sp-bot:before {
                content: "";
                color: #007bff;
                width: 2px;
                height: 50px;
                background: #007bff;
                position: absolute;
                bottom: -50px;
                left: 50%;
            }

            .ps-timeline-sec .container ol.ps-timeline li span.ps-sp-bot:after {
                content: "";
                color: #007bff;
                width: 8px;
                height: 8px;
                background: #007bff;
                position: absolute;
                top: 90px;
                left: 44%;
                border-radius: 100%;
            }

        .ps-timeline-sec .container ol.ps-timeline li .img-handler-top {
            position: absolute;
            bottom: 0;
            margin-bottom: 104px;
            width: 100%;
            text-align: center;
        }

            .ps-timeline-sec .container ol.ps-timeline li .img-handler-top img {
                display: table;
                margin: 0 auto;
            }

        .ps-timeline-sec .container ol.ps-timeline li .img-handler-bot {
            position: absolute;
            margin-top: 47px;
            width: 100%;
            text-align: center;
        }

            .ps-timeline-sec .container ol.ps-timeline li .img-handler-bot img {
                display: table;
                margin: 0 auto;
            }

        .ps-timeline-sec .container ol.ps-timeline li p {
            text-align: center;
            width: 80%;
            margin: 0 auto;
        }

        .ps-timeline-sec .container ol.ps-timeline li .ps-top {
            position: absolute;
            bottom: 0;
            margin-bottom: 60px;
        }

        .ps-timeline-sec .container ol.ps-timeline li .ps-bot {
            position: absolute;
            margin-top: 9px;
        }

/*for about banner*/
.image-aboutus-banner {
    /* background: linear-gradient(rgba(0,0,0,.7), rgba(0,0,0,.7)), url("https://images.pexels.com/photos/556962/pexels-photo-556962.jpeg?w=940&h=650&auto=compress&cs=tinysrgb"); */
    
    background-image: url('../images/machines.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    color: #fff;
    padding-top: 110px;
    padding-bottom: 110px;
}

.image-aboutus-sm-banner {
    /* background: linear-gradient(rgba(0,0,0,.7), rgba(0,0,0,.7)), url("images/machines.jpg"); */
    background-image: url('../images/machines.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    color: #fff;
    padding-top: 30px;
    padding-bottom: 30px;
}

.lg-text {
    font-size: 52px;
    font-weight: 600;
    text-transform: none;
    color: #fff;
}

.image-aboutus-para {
    color: #fff;
}

.about_section p {
    font-size: 17px;
}

.blue_label {
    color: blue;
    font-weight: bold;
}




h1, h2, h3, h4, h5 {
    font-family: serif;
    color: #2f2f64;
    font-weight: bolder;
}

.info_section h5{
    color:white;
}

.promise_section {
    margin: 30px 0;
    padding: 20px;
    background-color: #a9b4d1;
    border-radius: 10px 20pc 10px 10px;
}

.promise_icon {
    width: 90px;
    height: 90px;
    background-color: #2b07c9;
    text-align: center;
    border-radius: 8px;
    border: 8px solid #d1e6be;
    margin: 0 auto;
}

.below_btn {
    margin: 13px;
    font-size: 19px;
    font-weight: bolder;
    color: #faffa8;
}

.layout_padding {
    padding: 45px 0;
}

.layout_padding2 {
    padding: 75px 0;
}

.layout_padding2-top {
    padding-top: 75px;
}

.layout_padding2-bottom {
    padding-bottom: 75px;
}

.layout_padding-top {
    padding-top: 90px;
}

.layout_padding-bottom {
    padding-bottom: 90px;
}

.heading_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

    .heading_container h2 {
        position: relative;
        font-weight: bold;
    }

        .heading_container h2 span {
            color: #007bff;
        }

    .heading_container.heading_center {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
    }

a,
a:hover,
a:focus {
    text-decoration: none;
}

    a:hover,
    a:focus {
        color: initial;
    }

.btn,
.btn:focus {
    outline: none !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}

/*header section*/
.hero_area {
    position: relative;
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

    .hero_area .hero_bg_box {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        overflow: hidden;
        z-index: -1;
    }

        .hero_area .hero_bg_box img {
            width: auto;
            height: auto;
            min-width: 100%;
            min-height: 100%;
        }

        .hero_area .hero_bg_box::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.9)), to(rgba(0, 0, 0, 0.7)));
            background: linear-gradient(to right, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.7));
        }

.sub_page .hero_area {
    min-height: auto;
}

.header_section .header_top {
    padding: 7px 0;
    border-bottom: 1px solid #ffffff;
}

    .header_section .header_top .header_top_container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .header_section .header_top .contact_nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

        .header_section .header_top .contact_nav a {
            color: #ffffff;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
        }

            .header_section .header_top .contact_nav a i {
                margin-right: 5px;
                background-color: #007bff;
                width: 35px;
                height: 35px;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                color: #ffffff;
                border-radius: 100%;
            }

            .header_section .header_top .contact_nav a:hover i {
                background-color: #007bff;
            }

    .header_section .header_top .social_box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        min-width: 200px;
    }

        .header_section .header_top .social_box a i {
            margin-right: 5px;
            background-color: #007bff;
            width: 28px;
            height: 28px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            color: #ffffff;
            border-radius: 100%;
        }

        .header_section .header_top .social_box a:hover i {
            background-color: #007bff;
        }

.header_section .header_bottom {
    padding: 7px 0;
    background-color: white;
}

    .header_section .header_bottom .container-fluid {
        padding-right: 25px;
        padding-left: 25px;
    }

.navbar-brand {
    color: #ffffff;
    font-weight: bold;
    font-size: 24px;
}

    .navbar-brand span {
        color: #007bff;
    }

    .navbar-brand:hover {
        color: inherit;
    }

.custom_nav-container {
    padding: 0;
}

    .custom_nav-container .navbar-nav {
        margin-left: auto;
    }

        .custom_nav-container .navbar-nav .nav-item .nav-link {
            padding: 5px 30px;
            color: #000000;
            text-align: center;
            text-transform: uppercase;
            border-radius: 5px;
            font-size: 15px;
            -webkit-transition: all .3s;
            transition: all .3s;
            font-weight:600;
        }

            .custom_nav-container .navbar-nav .nav-item .nav-link i {
                margin-right: 5px;
            }

        .custom_nav-container .navbar-nav .nav-item:hover .nav-link {
            color: #007bff;
        }

    .custom_nav-container .nav_search-btn {
        width: 35px;
        height: 35px;
        padding: 0;
        border: none;
        color: #ffffff;
    }

        .custom_nav-container .nav_search-btn:hover {
            color: #007bff;
        }

    .custom_nav-container .navbar-toggler {
        outline: none;
    }

    .custom_nav-container .navbar-toggler {
        padding: 0;
        width: 37px;
        height: 42px;
        -webkit-transition: all .3s;
        transition: all .3s;
    }

        .custom_nav-container .navbar-toggler span {
            display: block;
            width: 35px;
            height: 4px;
            background-color: #ffffff;
            margin: 7px 0;
            -webkit-transition: all 0.3s;
            transition: all 0.3s;
            position: relative;
            border-radius: 5px;
            -webkit-transition: all .3s;
            transition: all .3s;
        }

            .custom_nav-container .navbar-toggler span::before, .custom_nav-container .navbar-toggler span::after {
                content: "";
                position: absolute;
                left: 0;
                height: 100%;
                width: 100%;
                background-color: #000000;
                top: -10px;
                border-radius: 5px;
                -webkit-transition: all .3s;
                transition: all .3s;
            }

            .custom_nav-container .navbar-toggler span::after {
                top: 10px;
            }

        .custom_nav-container .navbar-toggler[aria-expanded="true"] {
            -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
        }

            .custom_nav-container .navbar-toggler[aria-expanded="true"] span {
                -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
            }

                .custom_nav-container .navbar-toggler[aria-expanded="true"] span::before, .custom_nav-container .navbar-toggler[aria-expanded="true"] span::after {
                    -webkit-transform: rotate(90deg);
                    transform: rotate(90deg);
                    top: 0;
                }

            .custom_nav-container .navbar-toggler[aria-expanded="true"] .s-1 {
                -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
                margin: 0;
                margin-bottom: -4px;
            }

            .custom_nav-container .navbar-toggler[aria-expanded="true"] .s-2 {
                display: none;
            }

            .custom_nav-container .navbar-toggler[aria-expanded="true"] .s-3 {
                -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg);
                margin: 0;
                margin-top: -4px;
            }

        .custom_nav-container .navbar-toggler[aria-expanded="false"] .s-1,
        .custom_nav-container .navbar-toggler[aria-expanded="false"] .s-2,
        .custom_nav-container .navbar-toggler[aria-expanded="false"] .s-3 {
            -webkit-transform: none;
            transform: none;
        }

/*end header section*/
/* slider section */
.slider_section {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .slider_section .row {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .slider_section #customCarousel1 {
        width: 100%;
        position: unset;
    }

    .slider_section .detail-box {
        color: #ffffff;
        text-align: center;
        
        text-transform: uppercase;
    }

        .slider_section .detail-box h1 {
            font-weight: 600;
            margin-bottom: 15px;
            color: #ffffff;
            font: 800 62.22px/70px "Montserrat", sans-serif;
        }

        .slider_section .detail-box .btn-box {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            margin-top: 20px;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        }

            .slider_section .detail-box .btn-box a {
                text-align: center;
                width: 165px;
            }

            .slider_section .detail-box .btn-box .btn1 {
                display: inline-block;
                padding: 10px 15px;
                background-color: #007bff;
                color: #ffffff;
                border-radius: 0;
                -webkit-transition: all .3s;
                transition: all .3s;
                border: 1px solid #007bff;
            }

                .slider_section .detail-box .btn-box .btn1:hover {
                    background-color: transparent;
                    color: #007bff;
                }

    .slider_section .img-box img {
        width: 100%;
    }

    .slider_section .carousel_btn-box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin: 0 auto 0 auto;
        width: 110px;
        
    }

        .slider_section .carousel_btn-box a {
            top: 50%;
            width: 50px;
            height: 50px;
            background-color: #ffffff;
            opacity: 1;
            color: #007bff;
            font-size: 14px;
            -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
            box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
            -webkit-transition: all .2s;
            transition: all .2s;
            padding: 20px;
        }

            .slider_section .carousel_btn-box a:hover {
                background-color: #007bff;
                color: #ffffff;
            }

        .slider_section .carousel_btn-box .carousel-control-prev {
            left: 25px;
        }

        .slider_section .carousel_btn-box .carousel-control-next {
            right: 25px;
        }

.service_section .heading_container {
    margin-bottom: 35px;
}

.service_section .box {
    margin: 10px;
    text-align: center;
    -webkit-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.15);
    padding: 25px 15px;
    -webkit-transition: all .3s;
    transition: all .3s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .service_section .box .img-box {
        width: 65px;
        height: 65px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .service_section .box .img-box img {
            max-height: 100%;
            max-width: 100%;
            -webkit-transition: all .3s;
            transition: all .3s;
        }

    .service_section .box .detail-box {
        margin-top: 15px;
    }

        .service_section .box .detail-box h5 {
            font-weight: bold;
        }

        .service_section .box .detail-box p {
            margin: 0;
        }

.service_section .btn-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 45px;
}

    .service_section .btn-box a {
        display: inline-block;
        padding: 10px 45px;
        background-color: #007bff;
        color: #ffffff;
        border-radius: 0;
        -webkit-transition: all .3s;
        transition: all .3s;
        border: 1px solid #007bff;
    }

        .service_section .btn-box a:hover {
            background-color: transparent;
            color: #007bff;
        }

.service_section .owl-stage .owl-item.active {
    -webkit-transform: scale(0.85);
    transform: scale(0.85);
    -webkit-transition: 0.6s ease;
    transition: 0.6s ease;
}

    .service_section .owl-stage .owl-item.active.center {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

        .service_section .owl-stage .owl-item.active.center .box {
            background-color: #007bff;
            color: #ffffff;
        }

            .service_section .owl-stage .owl-item.active.center .box .img-box img {
                -webkit-filter: brightness(0) invert(1);
                filter: brightness(0) invert(1);
            }

.service_section .owl-nav {
    display: none;
}

.service_section .owl-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 25px;
}

    .service_section .owl-dots .owl-dot {
        width: 15px;
        height: 15px;
        border: none;
        border-radius: 100%;
        margin: 0 2px;
        background-color: #ccc;
        border: none;
        outline: none;
    }

        .service_section .owl-dots .owl-dot.active {
            background: #007bff;
        }

.about_section .row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.about_section .img-box {
    position: relative;
    overflow: hidden;
    height: 100%;
}

    .about_section .img-box img {
        width: 100%;
    }

.about_section .detail-box p {
    color: #1f1f1f;
    margin-top: 15px;
}

/*.about_section .detail-box a {
    display: inline-block;
    padding: 10px 35px;
    background-color: #007bff;
    color: #ffffff;
    border-radius: 0px;
    -webkit-transition: all .3s;
    transition: all .3s;
    border: 1px solid #007bff;
    margin-top: 15px;
}*/

    .about_section .detail-box a:hover {
        background-color: transparent;
        color: #007bff;
    }

.team_section .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #007bff;
    border-radius: 10px;
    overflow: hidden;
    margin-top: 45px;
}

    .team_section .box .img-box {
        width: 100%;
    }

        .team_section .box .img-box img {
            width: 100%;
        }

    .team_section .box .detail-box {
        width: 100%;
        color: #ffffff;
        padding: 25px 15px;
        text-align: center;
    }

.team_section .btn-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 45px;
}

    .team_section .btn-box a {
        display: inline-block;
        padding: 10px 45px;
        background-color: #007bff;
        color: #ffffff;
        border-radius: 5px;
        -webkit-transition: all .3s;
        transition: all .3s;
        border: 1px solid #007bff;
    }

        .team_section .btn-box a:hover {
            background-color: transparent;
            color: #007bff;
        }

.contact_section {
    position: relative;
    background-color: #f9f9f9;
}

    .contact_section .heading_container {
        margin-bottom: 45px;
    }

    .contact_section .row {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .contact_section .form_container {
        padding: 45px;
    }

        .contact_section .form_container .form-control {
            width: 100%;
            border: none;
            height: 50px;
            margin-bottom: 15px;
            padding-left: 15px;
            outline: none;
            color: #101010;
            border-radius: 0;
            -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.05);
            box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.05);
        }

            .contact_section .form_container .form-control::-webkit-input-placeholder {
                color: #565554;
            }

            .contact_section .form_container .form-control:-ms-input-placeholder {
                color: #565554;
            }

            .contact_section .form_container .form-control::-ms-input-placeholder {
                color: #565554;
            }

            .contact_section .form_container .form-control::placeholder {
                color: #565554;
            }

            .contact_section .form_container .form-control.message-box {
                height: 95px;
            }

        .contact_section .form_container .btn_box {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
        }

            .contact_section .form_container .btn_box button {
                border: none;
                display: inline-block;
                padding: 12px 55px;
                background-color: #007bff;
                color: #ffffff;
                border-radius: 0px;
                -webkit-transition: all .3s;
                transition: all .3s;
                border: 1px solid #007bff;
                width: 100%;
            }

                .contact_section .form_container .btn_box button:hover {
                    background-color: transparent;
                    color: #007bff;
                }

    .contact_section .img-box {
        overflow: hidden;
    }

        .contact_section .img-box img {
            min-width: 100%;
        }

.client_section .client_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    margin: auto;
    margin-top: 15px;
}

    .client_section .client_container .img-box {
        width: 125px;
    }

        .client_section .client_container .img-box img {
            width: 100%;
            border-radius: 5px;
        }

    .client_section .client_container .detail-box {
        margin-top: 25px;
    }

        .client_section .client_container .detail-box h5 {
            color: #1d1b28;
            margin-bottom: 15px;
        }

        .client_section .client_container .detail-box p {
            color: #1d1b28;
            margin: 20px;
        }

        .client_section .client_container .detail-box span {
            margin-top: 25px;
            color: #007bff;
            font-size: 28px;
        }

.client_section .carousel-control-prev,
.client_section .carousel-control-next {
    width: 50px;
    height: 50px;
    border-radius: 0px;
    background-color: #000000;
    opacity: 1;
    top: 28%;
    color: #ffffff;
    font-size: 12px;
    margin: 0 2.5px;
}

.client_section .carousel-control-prev {
    left: 15%;
}

.client_section .carousel-control-next {
    right: 15%;
}

.client_section .carousel_btn-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.info_section {
    background-color: #007bff;
    color: #ffffff;
    padding: 45px 0 10px 0;
}

    .info_section h5 {
        margin-bottom: 20px;
        text-transform: uppercase;
        font-weight: bold;
    }

    .info_section .info_top {
        margin-bottom: 25px;
    }

        .info_section .info_top .row {
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }

    .info_section .info_contact {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        min-width: 245px;
    }

        .info_section .info_contact a {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            color: #ffffff;
        }

            .info_section .info_contact a i {
                margin-right: 5px;
                font-size: 24px;
            }

    .info_section .social_box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

        .info_section .social_box a {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            width: 45px;
            height: 45px;
            border-radius: 5px;
            color: #ffffff;
            margin-right: 5px;
            font-size: 24px;
        }

    .info_section .info_bottom .row > div {
        margin-bottom: 30px;
    }

    .info_section .info_menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-left: 0;
    }

        .info_section .info_menu li {
            list-style-type: none;
            margin-bottom: 10px;
        }

            .info_section .info_menu li a {
                color: #ffffff;
            }

    .info_section .info_form input {
        width: 100%;
        border: none;
        height: 45px;
        margin-bottom: 25px;
        padding-left: 25px;
        background-color: #eaeaea;
        outline: none;
        color: #101010;
    }

    .info_section .info_form button {
        display: inline-block;
        padding: 10px 45px;
        background-color: #1f2224;
        color: #ffffff;
        border-radius: 5px;
        -webkit-transition: all .3s;
        transition: all .3s;
        border: 1px solid #1f2224;
    }

        .info_section .info_form button:hover {
            background-color: transparent;
            color: #007bff;
        }

/* footer section*/
.footer_section {
    position: relative;
    background-color: #ffffff;
    text-align: center;
}

    .footer_section p {
        color: #252525;
        padding: 15px 0;
        margin: 0;
    }

        .footer_section p a {
            color: inherit;
        }
/*# sourceMappingURL=style.css.map */

/* Google Fonts - Poppins */



.blog_section {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #EFEFEF;
}

.slide-container {
    max-width: 1120px;
    width: 100%;
    padding: 40px 0;
}

.slide-content {
    margin: 0 40px;
    overflow: hidden;
    border-radius: 25px;
}

.card {
    border-radius: 25px;
    background-color: #FFF;
}

.image-content,
.card-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px 14px;
}

.image-content {
    position: relative;
    row-gap: 5px;
    padding: 25px 0;
}

.overlay {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #4070F4;
    border-radius: 25px 25px 0 25px;
}

    .overlay::before,
    .overlay::after {
        content: '';
        position: absolute;
        right: 0;
        bottom: -40px;
        height: 40px;
        width: 40px;
        background-color: #4070F4;
    }

    .overlay::after {
        border-radius: 0 25px 0 0;
        background-color: #FFF;
    }

.card-image {
    position: relative;
    height: 150px;
    width: 150px;
    border-radius: 50%;
    background: #FFF;
    padding: 3px;
}

    .card-image .card-img {
        height: 100%;
        width: 100%;
        object-fit: cover;
        border-radius: 50%;
        border: 4px solid #4070F4;
    }

.name {
    font-size: 18px;
    font-weight: 500;
    color: #333;
}

.description {
    font-size: 14px;
    color: #707070;
    text-align: center;
}

.button {
    border: none;
    font-size: 16px;
    color: #FFF;
    padding: 8px 16px;
    background-color: #4070F4;
    border-radius: 6px;
    margin: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
}

    .button:hover {
        background: #265DF2;
    }

.swiper-navBtn {
    color: #6E93f7;
    transition: color 0.3s ease;
}

    .swiper-navBtn:hover {
        color: #4070F4;
    }

    .swiper-navBtn::before,
    .swiper-navBtn::after {
        font-size: 38px;
    }

.swiper-button-next {
    right: 0;
}

.swiper-button-prev {
    left: 0;
}

.swiper-pagination-bullet {
    background-color: #6E93f7;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background-color: #4070F4;
}

@media screen and (max-width: 768px) {
    .slide-content {
        margin: 0 10px;
    }

    .swiper-navBtn {
        display: none;
    }
}



.carousel-item .container {
    animation: zoomEffect 5s infinite alternate ease-in-out;
 
}

@keyframes zoomEffect {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.2);
    }
}


@media only screen and (max-width: 767px){

.slider_section .detail-box h1 {
    font-size: 25px !important;
    line-height: 40px !important;
}
.header_section .header_top .contact_nav {
    flex-wrap: wrap !important;
}
.header_section .header_top .contact_nav a span {
           display: block !important;
}
.header_section .header_top .contact_nav a {
    text-decoration: none;
    margin-bottom: 5px;
}
	.detail-box label {
    font-size: 16px !important;
}
.ps-timeline-sec .container ol.ps-timeline {
    padding-top: 50px !important;
    margin: 28px 0px 0px 0px !important;
}
.ps-timeline-sec .container ol::after {
    left: 20px;
}
.ps-timeline-sec .container ol::before {
    left: 20px !important;
    top: 143px !important;
}
.ps-timeline-sec .container ol.ps-timeline li {
    display: flex !important;
    float: unset !important;
    width: 100% !important;
}
.ps-timeline-sec .container ol.ps-timeline li .img-handler-top {
    float: unset !important;
}
.ps-timeline-sec .container ol.ps-timeline li .ps-bot {
    float: unset !important;
    right: unset !important;
    left: 38px !important;
    width: 100% !important;
	margin-top: 50px;
}
.ps-timeline-sec .container ol.ps-timeline li .ps-top {
    width: 60% !important;
    float: right !important;
    right: unset !important;
    top: -40px;
    left: 38px;
	 width: 100% !important;
	margin-top: 50px;
}
	
.ps-timeline-sec .container ol.ps-timeline li .img-handler-top {
    position: absolute !important;
    bottom: 207px !important;
    width: 100% !important;
    float: left !important;
    margin-left: 36px !important;
    text-align: left !important;
    margin-bottom: 0 !important;
}
	.ps-timeline-sec .container ol.ps-timeline li .img-handler-bot {
    position: absolute !important;
    bottom: 207px !important;
    width: 100% !important;
    float: left !important;
    margin-left: 35px !important;
    margin-bottom: 0 !important;
    text-align: left !important;
}
.ps-timeline-sec .container ol.ps-timeline li:last-child {
    height: 220px !important;
}	
.service_section .btn-box a {
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
    border-radius: 30px 0px 0px 30px;
}
section.py-3.py-md-5 img.img-fluid.rounded {
    border-radius: 130px 130px 0px 0px !important;
    border: solid #ddd 2px;
    padding: 10px;
}
.contact_section .form_container .form-control {
    border: solid #cfcfcf 1px;
    border-radius: 10px;
}
.contact_section .img-box {
    padding: 0 !important;
}
.client_section .client_container .img-box img {
    width: 100%;
    border-radius: 50%;
    border: solid #ddd 2px;
    padding: 6px;
}
.card {
    height: 100%;
}

.info_top a {
    display: block !important;
    width: 100% !important;
    text-decoration: none;
}
.info_section .info_menu li a {
    text-decoration: none;
}
	.info_section .social_box a {
    border: solid #fff 1px;
    width: 40px !important;
    border-radius: 50px;
    height: 40px;
    display: flex !important;
    align-items: center;
    font-size: 20px;
}
.contact_section .form_container {
    border: solid #cbcbcb 2px;
    padding: 17px;
    border-radius: 10px;
    margin-top: 50px;
}
	.custom_nav-container .navbar-toggler {
    width: 56px;
    height: 42px;
    background: #007bff;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.custom_nav-container .navbar-toggler span::before, .custom_nav-container .navbar-toggler span::after {
    background-color: #ffffff;
}
body .custom_nav-container .navbar-toggler span {
    background-color: #ffffff !important;
    height: 2px;
}
button.navbar-toggler:focus {
    box-shadow: none;
}
ul.navbar-nav {
    background: #007bff;
}
.custom_nav-container .navbar-nav .nav-item .nav-link {
    color: #fff;
    border-bottom: solid #fff 1px;
    text-align: left;
}
.custom_nav-container .navbar-nav {
    padding-top: 0px;
    margin-top: 15px;
}

.promise_icon {
    margin-bottom: 20px;
}
.promises_box {
    margin-bottom: 35px;
}
.about_section .detail-box p {
    margin-top: 30px;
}
.detail-box label {
    font-weight: 600;
}
.layout_padding {
    padding: 45px 0 0px;
}
img.w-100.shadow-1-strong.rounded.mb-4 {
    width: 100%;
    border: solid #ddd 2px;
    padding: 10px;
}
.promise_section {
    border-radius: 10px 10px 10px 10px;
}
	.image-aboutus-banner {
    padding-top: 50px;
    padding-bottom: 50px;
}
	.heading_container {
    padding-top: 35px;
}
.about_section .img-box img {
    width: 100% !important;
}
a.dropdown-item {
    border-bottom: solid #aba9a9 1px;
}
.lg-text {
    font-size: 30px;
}
	
	
	
	
}

