
/**********inner banner css***************/
.banner-mask {
    background-repeat: no-repeat;
    background-position: center;
    height: 280px;
    background-size: cover;
}

    .banner-mask.mobile-banner {
        display: none;
    }

/************inner banner css end**********/


/**********breadcrumb css***********/
.banner-cont-inn {
    background: #f8f8f8;
    padding: 20px 0px;
    margin-bottom: 20px;
}

.breadcrumb {
    background: none;
    padding: 0px;
    margin: 0px;
}

    .breadcrumb li {
        padding: 0px 5px;
        font-size: 18px;
    }

    .breadcrumb a {
        color: #a3a3a3;
        font-size: 16px;
    }

    .breadcrumb .current-page {
        color: #212223;
    }

/****************breadcrumb css end*************************/
/********************content css***********************/
.container.innerPage {
    padding-top: 20px;
    padding-bottom: 40px;
    min-height: 50vh;
}

    .container.innerPage:last-child {
        padding-bottom: 20px;
    }

.WhatSays h2 {
    margin-bottom: 50px;
}
/*
.WhatSays .owl-carousel .owl-nav {
    text-align: center;
    margin: 50px 0 0;
    position: static;
}

    .WhatSays .owl-carousel .owl-nav button {
        background: #29bcd0;
        width: 45px;
        height: 45px;
        border-radius: 50%;
        color: #fff;
        font-size: 36px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        margin: 0 10px;
        text-indent: -9999px;
    }

        

        .WhatSays .owl-carousel .owl-nav button.owl-next {
            content: "/f104";
            font: normal normal normal 26px/1 FontAwesome;
            text-indent: 0;
            line-height: normal;
            float: none;
        }

        .WhatSays .owl-carousel .owl-nav button.owl-prev {
            content: "/f105";
            font: normal normal normal 26px/1 FontAwesome;
            text-indent: 0;
            line-height: normal;
        }
        .WhatSays .owl-carousel .owl-nav button span {
            display: block;
        }*/

.owl-carousel .owl-nav {
    text-align: center;
    margin: 30px 0 0;
    position: static;
}

    .owl-carousel .owl-nav button {
        background: #29bcd0;
        width: 45px;
        height: 45px;
        border-radius: 50%;
        color: #fff;
        font-size: 36px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        margin: 0 10px;
        text-indent: -9999px;
    }



        .owl-carousel .owl-nav button.owl-next {
            content: "/f104";
            font: normal normal normal 26px/1 FontAwesome;
            text-indent: 0;
            line-height: normal;
            float: none;
        }

        .owl-carousel .owl-nav button.owl-prev {
            content: "/f105";
            font: normal normal normal 26px/1 FontAwesome;
            text-indent: 0;
            line-height: normal;
        }

        .owl-carousel .owl-nav button span {
            display: block;
        }

*/
header .logo img {
    max-height: 70px;
    object-fit: contain;
}

.footer-sec .f-logo img {
    max-width: 200px;
    max-height: 150px;
    object-fit: contain;
}

.innerPage p, .innerPage ul li {
    font-size: 15px;
    font-weight: 500;
    padding-bottom: 10px;
}

.contct-sidebar .error {
    font-size: 13px;
    color: red;
    display: block;
}

.Services-box p {
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: 65px;
    font-weight: 400;
    font-size: 14px;
    min-height: 65px;
    white-space: normal;
    display: -webkit-box;
}


.innerPage h2 {
    font-size: 28px;
    padding-bottom: 20px;
    font-weight: 600;
}

.innerPage h3 {
    font-size: 24px;
    padding-bottom: 10px;
    font-weight: 600;
}

.innerPage h4 {
    font-size: 20px;
    padding-bottom: 10px;
    font-weight: 600;
}

.innerPageList {
    margin-left: 20px;
    padding-bottom: 15px;
}

    .innerPageList li {
        background: url(/images/arrow-srushti.png) no-repeat left 2px;
        list-style: none;
        font-size: 16px;
        font-weight: 500;
        padding-left: 25px;
        margin-bottom: 10px;
    }


.mid-article {
    margin-bottom: 30px;
    font-size: 16px;
    font-weight: 500;
}

    .mid-article a {
        color: #032237;
    }

.contact-page .location-list h4 {
    color: #212223;
    font-weight: 500;
    margin-bottom: 10px !important;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 20px !important;
    font-weight: 600;
}

.loc-icon {
    display: block;
    margin-bottom: 5px;
    padding-left: 30px;
    padding-top: 0px;
}

.contact-page .adds.loc-icon:before {
    content: "";
    width: 20px;
    height: 20px;
    background: url(/images/loaction-images.png) no-repeat top left !important;
    position: absolute;
    left: 16px;
    top: 43px;
}

.email.loc-icon, .loc-icon.phone, .loc-icon.timing {
    background: url(/images/loaction-images.png) no-repeat;
    height: auto;
}

.loc-icon.phone {
    background-position: 0px -27px;
}

.email.loc-icon {
    background-position: 0px -55px;
}

.contact-page .view-map {
    margin: 0px 20px;
    background: #2bbad0;
    color: #fff;
    padding: 7px 25px;
    border-radius: 30px;
}

.contact-page .sidebar {
    background: #f8f8f8;
    padding: 25px;
    border: 1px solid #ebebeb;
    margin-top: 5px;
}

.contct-sidebar input, .contct-sidebar textarea, .contct-sidebar .g-recaptcha {
    margin-bottom: 10px;
}

/*
#image-slide.owl-carousel .owl-nav {
    text-align: center;
    margin: 50px 0 0;
}

    #image-slide.owl-carousel .owl-nav button {
        background: #29bcd0;
        width: 45px;
        height: 45px;
        border-radius: 50%;
        color: #fff;
        font-size: 36px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        margin: 0 10px;
        text-indent: -9999px;
    }

        #image-slide.owl-carousel .owl-nav button.owl-prev {
            content: "/f105";
            font: normal normal normal 26px/1 FontAwesome;
            text-indent: 0;
            line-height: normal;
        }

        #image-slide.owl-carousel .owl-nav button.owl-next {
            content: "/f104";
            font: normal normal normal 26px/1 FontAwesome;
            text-indent: 0;
            line-height: normal;
        }

        #image-slide.owl-carousel .owl-nav button:hover {
            background: #032237;
        }
.owl-carousel .owl-nav {
    position: static !important;
}
    .owl-carousel .owl-nav button.owl-next {
        float: none !important;
    }*/

.modal-target {
    width: 100%;
    object-fit: cover;
    object-position: top;
    max-height: 190px;
    min-height: 190px;
    border-radius: 10px;
    margin: 15px 0;
}


.modal-gallery {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 50px;
    top: 15%;
    width: 85%;
    height: 100%;
    margin: 0 auto;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.8);
}

    .modal-gallery .modal-close {
        position: absolute;
        top: 0%;
        right: 2%;
        color: #f1f1f1;
        font-size: 40px;
        font-weight: bold;
        transition: 0.3s;
        cursor: pointer;
    }

    .modal-gallery .modal-content, .modal-gallery .modal-caption {
        -webkit-animation-name: zoom;
        -webkit-animation-duration: 0.6s;
        animation-name: zoom;
        animation-duration: 0.6s;
    }

    .modal-gallery .modal-content {
        margin: auto;
        display: block;
        width: 80%;
        opacity: 1 !important;
        max-width: 960px;
    }

    .modal-gallery .modal-caption {
        margin: auto;
        display: block;
        width: 80%;
        max-width: 1200px;
        text-align: center;
        color: white;
        font-weight: 700;
        font-size: 1em;
        margin-top: 32px;
    }

.ServicesPage .Services-box {
    background: #eff3ff;
    padding: 15px;
    margin-bottom: 30px;
    position: relative;
}

    .ServicesPage .Services-box img {
        margin: 10px 0;
        /*filter: invert(85%) sepia(22%) saturate(2391%) hue-rotate(165deg) brightness(93%) contrast(101%);*/
        height: 90px;
    }

.specialize-box-title {
    font-weight: 700 !important;
    font-size: 18px !important;
}

.ServicesPage .btn {
    text-transform: capitalize;
}

    .ServicesPage .btn.btn-primary {
        margin: 10px 0;
    }

        .ServicesPage .btn.btn-primary a {
            color: #fff;
        }



.ArticleBlock {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    border: 1px solid #eee;
    margin-bottom: 30px;
}

    .ArticleBlock > img {
        min-height: 150px;
        max-height: 150px;
        object-fit: cover;
    }

    .ArticleBlock .ArticleItem {
        padding: 20px;
    }

        .ArticleBlock .ArticleItem h4 {
            font-size: 16px;
            font-weight: 600;
            min-height: 45px;
            overflow: hidden;
            max-height: 45px;
            -webkit-line-clamp: 2;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            text-overflow: ellipsis;
            white-space: normal;
        }

        .ArticleBlock .ArticleItem .date {
            margin: 10px 0;
            font-size: 13px;
            font-weight: 500;
            opacity: 0.8;
            color: #666;
        }

        .ArticleBlock .ArticleItem .article-detail {
            color: #032237;
            margin-bottom: 10px;
            overflow: hidden;
            max-height: 65px;
            -webkit-line-clamp: 3;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            text-overflow: ellipsis;
            white-space: normal;
            font-weight: 500;
        }

        .ArticleBlock .ArticleItem a {
            color: #29bcd0;
            font-weight: 500;
        }

.articles-details .ArticleBlock {
    border: none;
    border-radius: 0;
    box-shadow: none !IMPORTANT;
}

    .articles-details .ArticleBlock > img {
        min-height: inherit;
        max-height: 500px;
        object-fit: cover;
        width: 100%;
    }

    .articles-details .ArticleBlock .ArticleItem {
        padding: 10px 0 0;
    }

        .articles-details .ArticleBlock .ArticleItem .date {
            margin: 10px 0 0;
        }

        .articles-details .ArticleBlock .ArticleItem .article-detail {
            overflow: visible;
            max-height: inherit;
            text-overflow: inherit;
            display: block;
        }

.videos iframe {
    width: 100% !important;
}

.article-block .articleDesc p {
    margin: 15px 0 20px;
    overflow: hidden;
    max-height: 65px;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
}

.inner-page-body header.fixed {
    background: #fff;
}
.inner-page-body header .logo {
    color: #000;
}

.inner-page-body header .mainNav li a {
    color: #000;
}
.inner-page-body header.fixed .mainNav li a {
    color: #000 !important;
}
.inner-page-body header.fixed .mainNav li a:hover {
    color: #023497 !important;
}
.inner-page-body header.fixed .mainNav li .subMenu li a:hover {
    color: #fff !important;
}
.inner-page-body header .NavBar .call-icon div {
    color: #023497;
}

.inner-page-body header .NavBar .call-icon span {
    color: #023497;
}
.arbic .modal-header {
    flex-direction: row-reverse;
}

/********************content css end***********************/


/********************sticky css start***********************/

.sticky-need-help {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    right: -300px;
    z-index: 100;
    transition: all .5s
}

    .sticky-need-help.open {
        right: 0
    }

    .sticky-need-help .sticky-btn {
        background: var(--purple);
        color: #fff;
        padding: 0;
        border-radius: 0;
        max-width: 73px;
        cursor: pointer;
        position: relative;
        box-shadow: 0 0 7px rgba(0,0,0,0.5)
    }

        .sticky-need-help .sticky-btn .img {
            max-width: 73px;
            margin-top: -32px;
            background: #0157e0;
            border-radius: 100%;
            position: relative;
            z-index: 1;
            padding: 4px;
            box-shadow: 0 -3px 3px rgba(0,0,0,0.5)
        }

            .sticky-need-help .sticky-btn .img img {
                width: 65px;
                border-radius: 50%;
                height: 65px
            }

        .sticky-need-help .sticky-btn .text {
            transform: rotate(-90deg);
            margin-top: 25px;
            transform-origin: 100% 100%
        }

            .sticky-need-help .sticky-btn .text span {
                line-height: 1;
                background-color: var(--purple);
                border: 0;
                font-weight: 600;
                white-space: nowrap;
                outline: none;
                font-size: 24px;
                padding: 24px 9px;
                display: inline-block;
                letter-spacing: .2px
            }

.sticky-side-area {
    background: var(--purple);
    display: flex;
    max-width: 462px;
}

.sticky-side-sec {
    padding: 25px 31px 25px 20px;
    background: #fff;
    border: 2px solid var(--purple);
    position: relative;
    border-left: none;
    color: #032237;
}

    .sticky-side-sec .close-btn {
        text-align: right;
        position: absolute;
        right: 5px;
        top: -32px;
        display: block;
    }

        .sticky-side-sec .close-btn button {
            background-color: #032237;
            color: #fff;
            border: 0;
            border-radius: 100%;
            outline: none;
            font-size: 10px;
            width: 25px;
            height: 25px;
            padding: 0;
            -webkit-transition: all .2s;
            -o-transition: all .2s;
            transition: all .2s;
            margin: 0;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
        }

            .sticky-side-sec .close-btn button span {
                font-size: 14px;
                font-weight: normal;
            }

    .sticky-side-sec .text-content {
        min-height: 130px;
    }

        .sticky-side-sec .text-content h5 {
            margin: 0 0 15px !important;
            font-size: 20px !important;
        }

        .sticky-side-sec .text-content ul li a {
            color: #032237;
            font-size: 16px;
            display: flex;
            align-items: center;
            min-width: 245px;
            max-width: 245px;
            word-break: break-word;
        }

            .sticky-side-sec .text-content ul li a:hover {
                color: var(--purple);
            }

            .sticky-side-sec .text-content ul li a span {
                margin-right: 12px;
                color: var(--purple);
            }

        .sticky-side-sec .text-content ul li {
            margin-bottom: 12px;
        }

            .sticky-side-sec .text-content ul li:last-child {
                margin-bottom: 0;
            }

        .sticky-side-sec .text-content ul {
            list-style: none;
            padding: 0;
            margin: 0;
        }

.mobile-icon-btn {
    position: fixed;
    bottom: 56px;
    right: 20px;
    z-index: 8;
}

    .mobile-icon-btn img {
        aspect-ratio: 1/1;
    }

.scrollTop {
    position: fixed;
    z-index: 999;
    right: 20px;
    bottom: 10px;
    padding: 6px;
    opacity: 0;
    transition: all 0.4s ease-in-out 0s;
    cursor: pointer;
    width: 40px;
    height: 40px;
    border-radius: 5px;
    text-align: center;
    padding: 10px 0;
    box-shadow: 0 0 7px rgba(0,0,0,0.5);
}

#stop.scrollTop img {
    margin-bottom: 7px;
    max-width: 20px;
}
/********************sticky css end***********************/

.card-body {
    font-size: 15px;
}

.g-recaptcha {
    transform: scale(0.77);
    transform-origin: 0 0;
    margin-bottom: -20px;
}

header ul.mainNav select {
    border: 1px solid #333;
    padding: 5px;
    font-size: 12px;
    width: 100px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.top-header-language {
    background: rgba(255,255,255,0.5);
    border-bottom: 1px solid #ddd;
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
    padding: 7px 0;
}
    .top-header-language .language-header-inner {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        grid-gap: 10px;
    }
        .top-header-language .language-header-inner .call-icon a, .top-header-language .language-header-inner .call-icon p {
            display: flex;
            align-items: center;
            grid-gap: 5px;
        }
        .top-header-language .language-header-inner .call-icon img {
            max-width:15px;
        }
        .top-header-language .language-header-inner .call-icon img.call-img {
            max-width: 35px;
        }
        .top-header-language .language-header {
            display: flex;
            justify-content: flex-end;
            
        }
.language-header1 {
    margin-left: 10px;
}
    .top-header-language .language-header select, .language-header1 select {
        border: 1px solid #333;
        padding: 5px;
        font-size: 12px;
        width: 100px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }


@media (max-width:991px) {
    .inner-page-body header .header-top-left .menu-toggle {
        color: #000;
    }
    header .mainNav li.mobile-top a > img {
        max-width: 200px;
        max-height: 70px;
    }
    .contact-page .sidebar {
        margin-top: 25px;
    }
    .specialize-box-title {
       font-size: 16px !important;
        min-height: 55px;
    }
}

@media (max-width:800px) {
    .banner-mask.mobile-banner {
        min-height: auto;
        width: 100%;
        display: inline-block;
        background-position: center;
        height:170px;
        position: relative;
    }

    .banner-mask.desktop-banner {
        display: none !important;
    }
}


@media (max-width:767px) {

    .WhatSays h2 {
        margin-bottom: 30px;
    }

    h2 {
        font-size: 26px;
    }

    .ArticleBlock > img {
        width: 100%;
    }
}

.images-slider {
    padding-bottom: 40px;
}
.arbic .team-1, .arbic .testimonial, .arbic WhatSays, .arbic .videos, .arbic .images-slider, .arbic .services, .arbic .articles, .arbic .our-service, .arbic .recent-articles {
    direction: ltr;
}

@media (max-width:576px) {
    .specialize-box-title {
        min-height: inherit;
    }
}