body {
    padding: 0;
    margin: 0;
    padding-top: 76px;
    box-sizing: border-box;
    font-family: 'Lato', sans-serif !important;
}

/******************/
.RelatedTitle {
    margin: 20px 0;
}

    .RelatedTitle h4 {
        font-weight: 600;
        color: #000;
    }

        .RelatedTitle h4::after {
            width: 30px;
            content: '';
            display: block;
            margin-top: 10px;
            border: 2px solid #fd8204;
            border-radius: 3px;
        }

.Partner_Item {
    box-shadow: 0px 3px 10px #DDD;
    border: 2px solid #FFF;
    border-radius: 10px;
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 30px;
    transition: all 0.5s ease-in-out;
}

    .Partner_Item a {
        text-decoration: none;
        outline: none;
    }

    .Partner_Item:hover {
        box-shadow: none;
        border-color: #fd8204;
    }

        .Partner_Item:hover .title h4 {
            color: #fd8204;
        }

    .Partner_Item .image img {
        width: 100%;
        height: auto;
    }

    .Partner_Item .title {
        padding: 10px;
        text-align: center;
    }

        .Partner_Item .title h4 {
            color: #9A9A9A;
            font-size: 20px;
            transition: all 0.5s ease-in-out;
        }

/********************/

.formobile {
    display: none;
}

    .formobile button {
        font-family: 'Cairo', sans-serif;
    }

.bb-0 {
    border-bottom: 0 !important;
}

.breadcrumb {
    background-color: #f8f8f8;
    margin-bottom: 30px;
}

    .breadcrumb li a {
        color: #fd8204;
        outline: none;
        text-decoration: none;
    }

.leftBar {
    width: 90%;
    margin: auto;
    overflow: hidden;
    background-color: #F8F8F8;
    margin-bottom: 20px;
}

    .leftBar .Select_Project_Button {
        position: relative;
        text-align: center;
        display: none;
    }

        .leftBar .Select_Project_Button button {
            width: 100%;
            text-align: left;
            border: 1px solid #fd8204;
            background-color: #FFF;
            color: #fd8204;
            padding: 15px 7px;
            padding-left: 20px;
            border-radius: 0;
            box-shadow: none;
            outline: none;
            font-size: 16px;
            transition: all 0.2s ease-in-out;
        }

            .leftBar .Select_Project_Button button i {
                position: absolute;
                right: 15px;
                top: 20px;
                font-size: 18px;
            }

    .leftBar ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .leftBar ul li {
            width: 100%;
        }

            .leftBar ul li a {
                text-decoration: none;
                outline: none;
                display: block;
                padding: 15px;
                color: #B5B1B1;
                cursor: pointer;
                transition: all 0.2s ease-in-out;
            }

                .leftBar ul li a.active,
                .leftBar ul li a:hover {
                    color: #FFF !important;
                    background-color: #fd8204;
                }


.Service_Categ {
    height: auto;
    width: 100%;
    margin-bottom: 20px;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    transition: all 0.5s ease-in-out;
}

    .Service_Categ img {
        width: 100%;
        height: auto;
        border-radius: 10px;
        transition: all 0.5s ease-in-out;
    }

.overlay_ServiceCateg {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    border-radius: 10px;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.6);
    transition: all 0.5s ease-in-out;
}

    .overlay_ServiceCateg .fa-search {
        position: absolute;
        top: 45%;
        left: 50%;
        font-size: 22px;
        color: #FFF;
        transition: all 0.5s ease-in-out;
    }

.Service_Categ:hover img {
    transform: scale(1.1);
}

.Service_Categ:hover .overlay_ServiceCateg {
    opacity: 1;
    visibility: visible;
}


.Service_More, .service_ItemMore {
    display: none;
}

.service_Item {
    text-align: center;
    padding: 10px;
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}

    .service_Item a {
        outline: none;
        text-decoration: none;
    }

    .service_Item img {
        width: 100%;
        height: auto;
        border-radius: 5px;
        margin-bottom: 10px;
    }

    .service_Item .title h5 {
        color: #000;
        transition: all 0.5s ease-in-out;
    }

    .service_Item:hover .title h5 {
        color: #FFF;
    }


.form-control {
    border-radius: 0;
}

    .form-control::placeholder {
        color: #cac8c8;
    }


.form-control, textarea.form-control {
    box-shadow: none !important;
    border: 1px solid #e8e8e8;
    transition: all 0.5s ease-in-out;
}

    .form-control:focus, textarea.form-control:focus {
        border-color: #fd8204;
    }

textarea.form-control {
    resize: none;
    height: 150px;
}

.Banner {
    position: relative;
}

    .Banner img {
        width: 100%;
        height: auto;
    }


    .Banner .bannerImg {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
    }

.itemundercaro .row {
    margin-left: 15px;
    margin-right: 15px;
}

.itemundercaro:focus {
    outline: none
}

.itemscroll {
    background-color: none;
}

.slick-prev:before, .slick-next:before {
    font-size: 23px;
    line-height: 1;
    opacity: 1;
    color: #fd8204;
}

.slick-prev {
    left: -50px;
}

.slick-next {
    right: -50px;
}

.slick-prev:before {
    content: "";
    font-family: 'FontAwesome';
}

.slick-next:before {
    content: "";
    font-family: 'FontAwesome';
}



.slick-dots {
    bottom: -20px;
}

    .slick-dots li button:before {
        font-size: 30px;
        opacity: 1;
        color: #c7c7c7;
    }

    .slick-dots li.slick-active button:before {
        color: #fd8204;
        opacity: 1;
    }

    .slick-dots li {
        margin: 0;
    }

.ltr_effect,
.ttb_effect {
    position: relative;
}

    .ltr_effect:after,
    .ttb_effect:after {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #fd8204;
        z-index: -1;
        border-radius: 5px;
    }

    .ltr_effect:after {
        width: 0;
        transition: width 0.5s;
    }

    .ttb_effect:after {
        height: 0;
        transition: height 0.5s;
    }

    .ltr_effect:hover:after {
        width: 100%;
    }

    .ttb_effect:hover:after {
        height: 100%;
    }

.Headingtitle {
    text-align: center;
    margin-bottom: 40px;
}

    .Headingtitle img {
        margin-bottom: 5px;
    }

    .Headingtitle h4 {
        font-size: 24px;
    }

.tooltip-inner {
    max-width: 200px;
    padding: .25rem .5rem;
    color: #FFF;
    text-align: center;
    background-color: #fd8204;
    border-radius: .25rem;
}

.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .bs-tooltip-bottom .arrow::before {
    bottom: 0;
    border-width: 0 .4rem .4rem;
    border-bottom-color: #fd8204;
}

.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    background-color: rgba(253, 130, 4, 0.12);
}

.navbar {
    background-color: #000;
}

#navbarContent::-webkit-scrollbar {
    width: 0px;
    background-color: transparent;
}

.navbar-light .navbar-nav .nav-link {
    color: #FFF;
    text-transform: uppercase;
    transition: color 0.2s ease-in-out;
}

    .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
        color: #fd8204;
    }

    .navbar-light .navbar-nav .nav-link:focus,
    .navbar-light .navbar-nav .nav-link:hover {
        color: #fd8204;
    }

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: none;
    border-radius: 0;
}

.navbar-light .navbar-toggler-icon {
    background-image: url('../images/menu-button.svg');
}

.navbar-light .navbar-toggler {
    position: fixed;
    right: 4%;
    top: 2%;
}

.navbar-toggler:focus, .navbar-toggler:hover {
    box-shadow: none;
    outline: none;
}

.navbar-toggler > .close {
    display: inline;
    color: #FFF;
    opacity: 1;
    text-shadow: none;
}

.navbar-toggler.collapsed > .close,
.navbar-toggler:not(.collapsed) > .navbar-toggler-icon {
    display: none;
}

.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
    opacity: 1;
}

.navbar-nav .nav-item {
    margin-right: 5px;
}

.navbar-brand img {
    width: 50px;
    height: auto;
}

.navbar .links {
    text-align: center;
}

    .navbar .links ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

        .navbar .links ul li {
            width: 100%;
            float: left;
        }

            .navbar .links ul li a {
                outline: none;
                text-decoration: none;
            }

                .navbar .links ul li a i {
                    color: #FFF;
                    font-size: 22px;
                }

                    .navbar .links ul li a i:hover {
                        color: #fd8204;
                    }

.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > a:after {
        content: "\f0da";
        float: right;
        border: none;
        font-family: 'FontAwesome';
        position: absolute;
        right: 15px;
    }

.dropdown-menu {
    padding: 0;
    border-radius: 0;
}


.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: 0px;
    margin-left: 0px;
}

.dropdown-item {
    padding: 10px 0px;
    padding-right: 30px;
    padding-left: 20px;
}


    .dropdown-item.active, .dropdown-item:active,
    .dropdown-item:focus, .dropdown-item:hover {
        background-color: #fd8204;
        color: #FFF;
    }

@media (min-width: 991px) {
    .dropdown-menu {
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    }
}

@media (max-width: 991px) {
    .navbar-nav {
        text-align: center;
    }

    .navbar .links {
        display: none;
    }
}


/* Swiper */
.swiper-container {
    width: 100%;
    height: 550px;
    position: relative;
}

.swiper-slide {
    background-position: center;
    background-size: cover;
}

.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 10px;
    left: 0;
    width: 100%;
}

/* .swiper-pagination-white .swiper-pagination-bullet-active{
    background: #00AEEF;
    border-color: #00AEEF;
}  */

.swiper-button-next.swiper-button-white {
    background-image: url('../images/right-arrow.svg');
}

.swiper-button-prev.swiper-button-white {
    background-image: url('../images/left-arrow.svg');
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    left: 30px;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    right: 30px;
}

    .swiper-button-next.swiper-button-white,
    .swiper-button-prev.swiper-button-white {
        outline: none;
        box-shadow: none;
        width: 50px;
        padding: 10px;
        height: 50px;
        border: 2px solid #FFF;
        transition: all 0.2s ease-in-out;
    }

        .swiper-button-next.swiper-button-white:hover,
        .swiper-button-prev.swiper-button-white:hover {
            background-color: #fd8204;
            border-color: #fd8204;
        }


.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #FFF;
    border: 2px solid #FFF;
    outline: none;
    opacity: 1;
}


/* imgbottomslider */
.imgbottomslider {
    position: absolute;
    bottom: 0px;
    z-index: 1;
}

    .imgbottomslider img {
        width: 100%;
    }

/* Our Specialities */
#Specialities {
    margin: 40px 0;
}

    #Specialities .row {
        margin-left: 0;
        margin-right: 0;
    }

        /* #Specialities .row .col-lg-6, */
      

    #Specialities .item {
        position: relative;
        margin-bottom:20px;
    }

        #Specialities .item img {
            width: 100%;
            height: auto;
            border-radius:5px;
        }

        #Specialities .item .Overlay_div {
            visibility: hidden;
            opacity: 0;
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            z-index: 2;
            background-color: rgba(0, 0, 0, 0.6);
            transition: all 0.2s ease-in-out;
            border-radius: 5px;
        }

        #Specialities .item:hover .Overlay_div {
            opacity: 1;
            visibility: visible;
        }

        #Specialities .item .Overlay_div .item_Content {
            margin: 40px auto;
        }

    /* #Specialities .row .col-lg-6 .item_Content {
    width: 40%;
} */

    #Specialities .row .col-lg-3 .item_Content {
        width: 80%;
    }

    #Specialities .item .Overlay_div h4 {
        color: #FFF;
        text-transform: uppercase;
        transition: all 0.2s ease-in-out;
    }

    #Specialities .item .Overlay_div hr {
        border-top: 3px solid #fd8204;
        transition: all 0.2s ease-in-out;
    }

    #Specialities .item .Overlay_div p {
        color: #FFF;
        transition: all 0.2s ease-in-out;
    }

    #Specialities .item .Overlay_div .buttons {
        text-align: right;
    }

        #Specialities .item .Overlay_div .buttons .btn_more {
            width: 100px;
            background-color: #fd8204;
            color: #FFF;
            padding: 5px 3px;
            border-radius: 150px;
            box-shadow: none;
            outline: none;
            font-size: 14px;
            transition: all 0.2s ease-in-out;
        }

            #Specialities .item .Overlay_div .buttons .btn_more:hover {
                background-color: #000;
            }

    #Specialities .buttons {
        text-align: center;
        margin-top: 30px;
    }

        #Specialities .buttons .btn_seeAll {
            width: 100px;
            background-color: transparent;
            border: 2px solid #fd8204;
            color: #fd8204;
            padding: 5px 3px;
            border-radius: 150px;
            box-shadow: none;
            outline: none;
            font-size: 14px;
            transition: all 0.2s ease-in-out;
        }

            #Specialities .buttons .btn_seeAll:hover {
                background-color: #000;
                color: #FFF;
                border-color: #000;
            }

/* Services */
#Services {
    margin: 40px 0;
}

    #Services .Content {
        padding: 0px 20px;
    }

    #Services .buttons .btn_seeMore {
        width: 100px;
        background-color: #fd8204;
        border: none;
        color: #FFF;
        padding: 7px;
        border-radius: 150px;
        box-shadow: none;
        outline: none;
        font-size: 14px;
        transition: all 0.2s ease-in-out;
    }

        #Services .buttons .btn_seeMore:hover {
            background-color: #000;
        }


/* About */
#About {
    margin: 40px 0;
}

    #About .content {
        text-align: center;
        width: 100%;
    }

        #About .content .title {
            margin-bottom: 20px;
        }

    #About .AboutImg img {
        width: 100%;
        height: auto;
        border-radius: 10px;
    }

/* Process */
#Process {
    margin: 40px 0;
}

    #Process .borderDiv {
        height: 195px;
        background: #DDD;
        width: 2px;
        margin: 40px auto;
    }

    #Process .ProcessItem {
        text-align: center;
        padding: 50px 30px;
        border-bottom: 2px solid #DDD;
        transition: all 0.2s ease-in-out;
    }

        #Process .ProcessItem a {
            text-decoration: none;
            outline: none;
        }


        #Process .ProcessItem img {
            width: 100px;
            height: 100px;
        }

        #Process .ProcessItem a:hover img.process1 {
            content: url('../images/process1_Color.png');
        }

        #Process .ProcessItem a:hover img.process2 {
            content: url('../images/process2_Color.png');
        }

        #Process .ProcessItem a:hover img.process3 {
            content: url('../images/process3_Color.png');
        }

        #Process .ProcessItem a:hover img.process4 {
            content: url('../images/process4_Color.png');
        }

        #Process .ProcessItem h5 {
            font-weight: 600;
            color: #b9b7b7;
            padding-top: 40px;
        }

        #Process .ProcessItem a:hover h5 {
            color: #fd8204;
        }

    #Process .buttons {
        text-align: center;
        margin-top: 50px;
    }

        #Process .buttons .btn_seeAll {
            width: 100px;
            background-color: transparent;
            border: 2px solid #fd8204;
            color: #fd8204;
            padding: 5px 3px;
            border-radius: 150px;
            box-shadow: none;
            outline: none;
            font-size: 14px;
            transition: all 0.2s ease-in-out;
        }

            #Process .buttons .btn_seeAll:hover {
                background-color: #000;
                color: #FFF;
                border-color: #000;
            }


/* Footer */
.footer {
    padding: 20px;
    background-color: #EAF1F3;
    border: 0;
    background-image: url(../images/footer.png);
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
}

    .footer .Headingtitle {
        margin-bottom: 20px;
    }

        .footer .Headingtitle h4 {
            color: #FFF;
        }

    .footer .overlay {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: -1;
        background-color: rgba(0, 0, 0, 0.6);
    }


ul.list-unstyled {
    padding: 0;
}

.footer_list li a:hover {
    color: #fd8204;
}

.title-widget {
    color: #FFF;
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    position: relative;
    margin-top: 30px;
    margin-right: 0;
    margin-bottom: 15px;
    margin-left: 0;
}

.widget_nav_menu .line {
    width: 30px;
    background: #fd8204;
    height: 3px;
    margin-bottom: 20px;
}

.widget_nav_menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}


    .widget_nav_menu ul li {
        font-size: 16px;
        line-height: 20px;
        position: relative;
        margin-bottom: 7px;
        padding-bottom: 7px;
        width: 100%;
        color: #FFF;
    }

        .widget_nav_menu ul li a {
            color: #FFF;
            text-decoration: none;
        }

            .widget_nav_menu ul li a .location {
                margin-left: 35px;
            }


            .widget_nav_menu ul li a i {
                margin-right: 10px;
                font-size: 20px;
            }



.widget_nav_menu p {
    margin-top: 10px;
}


.footer-bottom {
    background-color: #CECECE;
    width: 100%;
}

.footer_Envelope, .footer_Phone {
    float: left;
}

.mail, .Phone, #Contact .contactInfo ul li span .location {
    overflow: scroll;
    overflow-y: hidden;
}

    .mail::-webkit-scrollbar, .Phone::-webkit-scrollbar, #Contact .contactInfo ul li span .location::-webkit-scrollbar {
        width: 0;
        background-color: transparent;
    }


.language {
    color: #000;
    margin-top: 10px;
}

.copyright {
    color: #000;
    text-align: right;
    margin-top: 10px;
}

    .copyright p, .language p {
        font-size: 14px;
    }

.social {
    text-align: center;
}

    .social ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .social ul li {
            width: 20%;
            float: left;
            text-align: center;
        }

            .social ul li a {
                color: #FFF;
                text-decoration: none;
            }

                .social ul li a i {
                    font-size: 18px;
                    border: 2px solid #FFF;
                    padding: 10px;
                    border-radius: 150px;
                    width: 42px;
                    transition: all 0.2s ease-in-out;
                }

                    .social ul li a i:hover {
                        color: #FFF;
                        background-color: #fd8204;
                        border-color: #fd8204;
                    }


/***** Start Scroll To Top *****/
.scroll_top {
    width: 40px;
    height: 40px;
    color: #FFF;
    background-color: #fd8204;
    text-align: center;
    position: fixed;
    right: 15px;
    bottom: 10px;
    display: none;
    cursor: pointer;
    border-radius: 100px;
    z-index: 999;
}

    .scroll_top i {
        position: absolute;
        top: 10px;
        right: 12px;
        transition: all 0.2s ease-in-out;
    }

    .scroll_top:hover {
        background-color: #000;
    }

/******************/
/* Contact Us Page */
/******************/
#Contact {
    margin-bottom: 40px;
}

    #Contact .contactInfo {
        margin-bottom: 30px;
        padding: 30px 0;
    }

        #Contact .contactInfo .ContactTitle {
            border-left: 3px solid #fd8204;
            padding-left: 20px;
            margin-bottom: 30px;
        }

            #Contact .contactInfo .ContactTitle h3 {
                color: #fd8204;
            }

        #Contact .contactInfo ul {
            list-style: none;
            padding: 0;
            margin: 0;
        }

            #Contact .contactInfo ul li {
                float: left;
                width: 25%;
                margin-right: 30px;
                line-height: 1.1;
            }

                #Contact .contactInfo ul li a {
                    text-decoration: none;
                    outline: none;
                    color: #696969;
                    cursor: pointer;
                }

                    #Contact .contactInfo ul li a i {
                        margin-right: 10px;
                        color: #fd8204;
                    }

                #Contact .contactInfo ul li span i {
                    margin-right: 10px;
                    color: #fd8204;
                }


                    #Contact .contactInfo ul li span i.Contact_Marker {
                        float: left;
                    }

                #Contact .contactInfo ul li span .location {
                    margin-left: 30px;
                    color: #696969;
                }

                #Contact .contactInfo ul li a:hover, #Contact .contactInfo ul li a:hover > i {
                    color: #fd8204;
                }

    #Contact .Form .send_btn {
        background: #fd8204bf;
        border: none;
        padding: 10px;
        width: 180px;
        border-radius: 150px;
        color: #FFF;
        outline: none;
        box-shadow: none;
        transition: all 0.2s ease-in-out;
    }

        #Contact .Form .send_btn:hover {
            background-color: #000;
        }

/******************/
/* Services Page */
/******************/
#Services {
    margin-bottom: 40px;
    margin-top: 0;
}

    #Services .buttons {
        text-align: center;
        margin-top: 30px;
    }

        #Services .buttons .btn_seeAll {
            width: 140px;
            background-color: #fd8204;
            border: none;
            color: #FFF;
            padding: 10px;
            border-radius: 150px;
            box-shadow: none;
            outline: none;
            font-size: 14px;
            transition: all 0.2s ease-in-out;
        }

            #Services .buttons .btn_seeAll:hover {
                background-color: #000;
            }

/******************/
/* List_Categ Page */
/******************/
#List_Categ {
    margin-bottom: 40px;
}

    #List_Categ .title {
        border-left: 3px solid #fd8204;
        padding-left: 20px;
        margin-bottom: 30px;
    }

        #List_Categ .title h4 {
            color: #fd8204;
        }

    #List_Categ .image img {
        width: 100%;
        height: auto;
        border-radius: 10px 10px 0 0;
    }

    #List_Categ .desc {
        padding: 15px;
        background-color: #FFF;
        box-shadow: 1px 5px 10px #efefef;
        border-radius: 0 0 10px 10px;
        margin-bottom: 30px;
    }

        #List_Categ .desc p {
            margin-bottom: 0;
            text-align: justify;
        }

    #List_Categ .buttons {
        text-align: center;
        margin-top: 30px;
    }

        #List_Categ .buttons .btn_seeAll {
            width: 140px;
            background-color: transparent;
            border: 2px solid #fd8204;
            color: #fd8204;
            padding: 7px;
            border-radius: 150px;
            box-shadow: none;
            outline: none;
            font-size: 14px;
            transition: all 0.2s ease-in-out;
        }

            #List_Categ .buttons .btn_seeAll:hover {
                background-color: #000;
                border-color: #000;
                color: #FFF;
            }

/*******************/
/* Projects Page */
/****************/
#Projects {
    margin-bottom: 40px;
}

    #Projects .project_Item {
        box-shadow: 0px 3px 10px #DDD;
        border: 2px solid #FFF;
        border-radius: 10px;
        width: 100%;
        height: 230px;
        overflow: hidden;
        margin-bottom: 30px;
        transition: all 0.5s ease-in-out;
    }

        #Projects .project_Item:hover {
            box-shadow: none;
            border-color: #fd8204;
        }

            #Projects .project_Item:hover .image img {
                transform: scale(1.1);
            }

        #Projects .project_Item a {
            text-decoration: none;
            outline: none;
        }

        #Projects .project_Item .image {
            overflow: hidden;
        }

            #Projects .project_Item .image img {
                border-radius: 10px 0 0 10px;
                width: auto;
                height: 230px;
                transition: all 0.5s ease-in-out;
            }

        #Projects .project_Item .Project_Content {
            padding: 20px;
        }

            #Projects .project_Item .Project_Content h4 {
                font-size: 20px;
                font-weight: 600;
                color: #000;
                transition: all 0.2s ease-in-out;
            }

            #Projects .project_Item .Project_Content hr {
                border-top: 2px solid #fd8204;
                transition: all 0.2s ease-in-out;
            }

            #Projects .project_Item .Project_Content p {
                color: #A8A8A8;
                transition: all 0.2s ease-in-out;
            }

            #Projects .project_Item .Project_Content .buttons {
                text-align: right;
                margin-top: 10px;
            }

                #Projects .project_Item .Project_Content .buttons .btn_more {
                    width: 100px;
                    background-color: #fd8204;
                    color: #FFF;
                    padding: 5px 3px;
                    border-radius: 150px;
                    box-shadow: none;
                    outline: none;
                    font-size: 14px;
                    transition: all 0.2s ease-in-out;
                }

                    #Projects .project_Item .Project_Content .buttons .btn_more:hover {
                        background-color: #000;
                    }

    #Projects .buttons {
        text-align: center;
        margin-top: 30px;
    }

        #Projects .buttons .btn_seeAll {
            width: 140px;
            background-color: transparent;
            border: 2px solid #fd8204;
            color: #fd8204;
            padding: 7px;
            border-radius: 150px;
            box-shadow: none;
            outline: none;
            font-size: 14px;
            transition: all 0.2s ease-in-out;
        }

            #Projects .buttons .btn_seeAll:hover {
                background-color: #000;
                border-color: #000;
                color: #FFF;
            }

.Project_More {
    display: none;
}

/*******************/
/* About Page */
/****************/
#About {
    margin-bottom: 40px;
}

    #About .desc p {
        color: #8B8B8B;
        line-height: 1.8;
        margin-bottom: 0;
        text-align: justify;
    }

/*******************/
/* Our_Mission Page */
/****************/
#Our_Mission {
    margin-bottom: 40px;
}

    #Our_Mission .image {
        width: 85%;
        margin-right: auto;
    }

        #Our_Mission .image img {
            width: 100%;
            height: auto;
        }

    #Our_Mission .desc p {
        color: #8B8B8B;
        line-height: 1.8;
        margin-bottom: 0;
        text-align: justify;
    }

/*******************/
/* Our_vision Page */
/****************/
#Our_vision {
    margin-bottom: 40px;
}

    #Our_vision .image {
        width: 85%;
        margin-right: auto;
    }

        #Our_vision .image img {
            width: 100%;
            height: auto;
        }

    #Our_vision .desc p {
        color: #8B8B8B;
        line-height: 1.8;
        margin-bottom: 0;
        text-align: justify;
    }

/*******************/
/* PartnerDetail Page */
/****************/
#PartnerDetail {
    margin-bottom: 40px;
}

    #PartnerDetail .PartnerDetailImg {
        width: 85%;
        margin-right: auto;
        border-radius: 10px;
        box-shadow: 1px 3px 10px #DDD;
    }

        #PartnerDetail .PartnerDetailImg img {
            border-radius: 10px;
            width: 100%;
            height: auto;
        }

    #PartnerDetail .desc p {
        color: #8B8B8B;
        line-height: 1.8;
        margin-bottom: 0;
        text-align: justify;
    }

    #PartnerDetail .buttons {
        text-align: center;
        margin-top: 30px;
    }

        #PartnerDetail .buttons .btn_seeAll {
            width: 140px;
            background-color: transparent;
            border: 2px solid #fd8204;
            color: #fd8204;
            padding: 7px;
            border-radius: 150px;
            box-shadow: none;
            outline: none;
            font-size: 14px;
            transition: all 0.2s ease-in-out;
        }

            #PartnerDetail .buttons .btn_seeAll:hover {
                background-color: #000;
                border-color: #000;
                color: #FFF;
            }

/*******************/
/* Partners Page */
/****************/
#Partners {
    margin-bottom: 40px;
}


    #Partners .buttons {
        text-align: center;
        margin-top: 30px;
    }

        #Partners .buttons .btn_seeAll {
            width: 140px;
            background-color: transparent;
            border: 2px solid #fd8204;
            color: #fd8204;
            padding: 7px;
            border-radius: 150px;
            box-shadow: none;
            outline: none;
            font-size: 14px;
            transition: all 0.2s ease-in-out;
        }

            #Partners .buttons .btn_seeAll:hover {
                background-color: #000;
                border-color: #000;
                color: #FFF;
            }

.Partner_More {
    display: none;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .itemundercaro .row{
        margin-left:0px;
        margin-right:0px;
    }
    #Services .Content{
        padding:0px;
    }
    body {
        padding-top: 68px;
    }
    .leftBar .Links {
        display: none;
    }

    .leftBar .Select_Project_Button {
        display: block;
    }
    .formobile {
        display: block;
    }

    .breadcrumb li a {
        font-size: 12px;
    }

    .navbar-nav .nav-item {
        margin-right: 0;
    }

    .navbar-brand img {
        width: 35px;
    }

    #navbarContent {
        max-height: 400px;
        overflow: scroll;
    }

    .dropdown-menu {
        text-align: center !important;
    }

    .imgbottomslider {
        bottom: 0px;
    }

    .navbar-nav .nav-link {
        padding: 15px 0;
    }

    .swiper-container {
        height: 158px;
    }

    .swiper-button-next.swiper-button-white, .swiper-button-prev.swiper-button-white {
        width: 40px;
        height: 40px;
    }
    /* #Specialities .row .col-lg-6 .item_Content {
        width: 85%;
    } */
    #Specialities .item .Overlay_div .item_Content {
        margin: 20px auto;
    }

    #Specialities .item .Overlay_div h4 {
        font-size: 14px;
    }

    #Specialities .item .Overlay_div hr {
        margin-top: 0;
    }

    #Specialities .item .Overlay_div .buttons .btn_more {
        padding: 3px 3px;
    }

    #Specialities .item .Overlay_div p {
        font-size: 12px;
        margin-bottom: 0.5rem;
    }

    #Specialities .Overlay_div .item_Content .buttons {
        margin-top: 0;
    }

    #Specialities .item img,
    #About .AboutImg img,
    .service_Item img,
    .service_Item,
    .Banner img,
    #Our_vision .image img,
    #Our_Mission .image img,
    #Partners .Partner_Item .image img,
    #Partners .Partner_Item,
    #Projects .project_Item,
    #Projects .project_Item .image img,
    #PartnerDetail .PartnerDetailImg img,
    #List_Categ .image img {
        height: auto;
    }

    #About .content {
        width: 100%;
       margin-top:40px;
    }

    #Process .borderDiv {
        display: none;
    }

    #Process .ProcessItem {
        border-bottom: 0;
    }

        #Process .ProcessItem img {
            width: 70px;
            height: 70px;
        }

        #Process .ProcessItem h5 {
            padding-top: 20px;
            font-size: 18px;
        }

    .language, .copyright {
        text-align: center;
    }

    .service_Item .title h5 {
        font-size: 14px;
    }
    /* About Page */
    #About .desc p {
        font-size: 12px;
    }
    /* Contact Page */
    #Contact .contactInfo .ContactTitle h3 {
        font-size: 22px;
    }

    #Contact .contactInfo ul li {
        float: none;
        width: 100%;
        margin-bottom: 20px;
    }

    #Contact .Form {
        margin-bottom: 20px;
    }
    /* Our_vision Page */
    #Our_vision .image {
        width: 100%;
        margin-bottom: 20px;
    }

        #Our_vision .image img {
            border-radius: 5px;
        }

    #Our_vision .desc p {
        font-size: 12px;
    }
    /* Our_Mission Page */
    #Our_Mission .image {
        width: 100%;
        margin-bottom: 20px;
    }

        #Our_Mission .image img {
            border-radius: 5px;
        }

    #Our_Mission .desc p {
        font-size: 12px;
    }
    /* Projects */
    #Projects .project_Item .image img {
        border-radius: 10px 10px 0 0;
        width:100%;
    }
    /* PartnerDetail */
    #PartnerDetail .PartnerDetailImg {
        width: 100%;
        margin-bottom: 20px;
    }

    #PartnerDetail .desc p {
        font-size: 12px;
    }
    /* List_Categ */
    #List_Categ .desc p {
        font-size: 12px;
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 601px) and (max-width: 767px) {
    body {
        padding-top: 68px;
    }
    .leftBar .Links {
        display: none;
    }

    .leftBar .Select_Project_Button {
        display: block;
    }
    .formobile {
        display: block;
    }

    .breadcrumb li a {
        font-size: 14px;
    }

    .navbar-nav .nav-item {
        margin-right: 0;
    }

    .navbar-brand img {
        width: 35px;
    }

    #navbarContent {
        max-height: 400px;
        overflow: scroll;
    }

    .dropdown-menu {
        text-align: center !important;
    }

    .imgbottomslider {
        bottom: 0px;
    }

    .navbar-nav .nav-link {
        padding: 15px 0;
    }

    .swiper-container {
        height: 365px;
    }

    .swiper-button-next.swiper-button-white, .swiper-button-prev.swiper-button-white {
        width: 40px;
        height: 40px;
    }

    #Specialities .row .col-lg-3 .item_Content {
        width: 90%;
    }
    /* #Specialities .row .col-lg-6 .item_Content {
        width: 90%;
    } */
    #About .AboutImg img,
    .service_Item img,
    .service_Item,
    .Banner img,
    #Specialities .item img,
    #Our_vision .image img,
    #Our_Mission .image img,
    #PartnerDetail .PartnerDetailImg img {
        height: auto;
    }

    #About .content {
        width: 100%;
        margin-top: 40px;
    }

    #Process .borderDiv {
        height: 142px;
    }

    #Process .ProcessItem img {
        width: 70px;
        height: 70px;
    }

    #Process .ProcessItem h5 {
        padding-top: 20px;
        font-size: 18px;
    }

    .service_Item .title h5 {
        font-size: 14px;
    }
    /* Contact Page */
    #Contact .contactInfo ul li {
        float: none;
        width: 100%;
        margin-bottom: 20px;
    }

    #Contact .Form {
        margin-bottom: 20px;
    }
    /* Our_vision Page */
    #Our_vision .image {
        width: 100%;
        margin-bottom: 20px;
    }

        #Our_vision .image img {
            border-radius: 5px;
        }

    #Our_vision .desc p {
        font-size: 12px;
    }
    /* Our_Mission Page */
    #Our_Mission .image {
        width: 100%;
        margin-bottom: 20px;
    }

        #Our_Mission .image img {
            border-radius: 5px;
        }

    #Our_Mission .desc p {
        font-size: 12px;
    }
  
    /* Projects */
    #Projects .project_Item .Project_Content p {
        font-size: 15px;
    }
    #Projects .project_Item .image img {
        width: 100%;
    }
    /* PartnerDetail */
    #PartnerDetail .PartnerDetailImg {
        width: 100%;
        margin-bottom: 20px;
    }

    #PartnerDetail .desc p {
        font-size: 12px;
    }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) and (max-width: 991px) {
    body {
        padding-top: 68px;
    }

    .formobile {
        display: block;
    }

    .Service_Categ,
    .Service_Categ img {
        height: auto;
    }

    .leftBar ul li a {
        font-size: 11px;
    }

    .breadcrumb li a {
        font-size: 14px;
    }

    .navbar-nav .nav-item {
        margin-right: 0;
    }

    .navbar-brand img {
        width: 35px;
    }

    #navbarContent {
        max-height: 400px;
        overflow: scroll;
    }

    .dropdown-menu {
        text-align: center !important;
    }

    .imgbottomslider {
        bottom: 0px;
    }

    .navbar-nav .nav-link {
        padding: 15px 0;
    }

    .swiper-container {
        height: 380px;
    }

    .swiper-button-next.swiper-button-white, .swiper-button-prev.swiper-button-white {
        width: 40px;
        height: 40px;
    }

    #Specialities .row .col-lg-3 .item_Content {
        width: 90%;
    }

    #Specialities .item img {
        height: auto;
    }
    /* #Specialities .row .col-lg-6 .item_Content {
        width: 90%;
    } */
    #About .AboutImg img,
    .service_Item img,
    .service_Item,
    .Banner img,
    #Our_vision .image img,
    #Our_Mission .image img,
    #Projects .project_Item,
    #Projects .project_Item .image img,
    #PartnerDetail .PartnerDetailImg img {
        height: auto;
    }

    #About .content {
        width: 100%;
    }

    #Process .borderDiv {
        height: 142px;
    }

    #Process .ProcessItem img {
        width: 70px;
        height: 70px;
    }

    #Process .ProcessItem h5 {
        padding-top: 20px;
        font-size: 18px;
    }

    .social ul li {
        width: 33%;
    }

        .social ul li a i {
            font-size: 16px;
            padding: 5px;
            width: 30px;
        }

    .service_Item .title h5 {
        font-size: 14px;
    }
    /* Contact Page */
    #Contact .contactInfo ul li {
        width: 33%;
    }
    /* Our_vision Page */
    #Our_vision .image {
        width: 100%;
    }

        #Our_vision .image img {
            border-radius: 5px;
        }

    #Our_vision .desc p {
        font-size: 12px;
    }
    /* Our_Mission Page */
    #Our_Mission .image {
        width: 100%;
    }

        #Our_Mission .image img {
            border-radius: 5px;
        }

    #Our_Mission .desc p {
        font-size: 12px;
    }
    /* Projects */
    #Projects .project_Item .image img {
        border-radius: 10px 10px 0 0;
        width:100%;
    }
    /* PartnerDetail */
    #PartnerDetail .PartnerDetailImg {
        width: 100%;
    }

    #PartnerDetail .desc p {
        font-size: 12px;
    }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px)and (max-width: 1199px) {
    .navbar-nav .nav-link {
        font-size: 12px;
    }

    .service_Item img {
        height: auto;
    }

    #About .AboutImg img {
        height: auto;
    }

    #Specialities .row .col-lg-6 .item_Content {
        width: 60%;
    }

    #Specialities .row .col-lg-3 .item_Content {
        width: 85%;
    }

    #Specialities .item .Overlay_div p {
        font-size: 12px;
    }

    #About .content .desc p {
        font-size: 14px;
    }
}

@media only screen and (min-width: 1200px) {
    .slick-prev, .slick-next {
        position: absolute;
        top: 35%;
        width: 35px;
        height: 35px;
        border: 2px solid #fd8204;
        background: transparent;
        transform: rotate(45deg);
        z-index: 1;
    }

        .slick-prev:hover,
        .slick-next:hover {
            background-color: #fd8204;
        }

            .slick-prev:hover:before,
            .slick-next:hover:before {
                color: #FFF;
            }


        .slick-prev:before {
            content: "\f104";
            font-family: 'FontAwesome';
            display: block;
            transform: rotatez(-45deg);
        }

        .slick-next:before {
            content: "\f105";
            font-family: 'FontAwesome';
            display: block;
            transform: rotatez(-45deg);
        }

    .slick-prev {
        left: -40px;
    }

    .slick-next {
        right: -40px;
    }
}
