.modal-body {
    padding: 1px !important;
}

.close {
    font-size:30px !important;
    color:red !important;
}


.search-sec{
    margin-top:120px;
    text-align: center;
    color:#1E76A8;
    font-size: 24px; 
    font-weight: bold;
}


.btn-one {
    font-size: 16px;
   background-color:#fff;
   font-weight:700;
   border:none;
  width:100%;
  padding-top: 7px;
  padding-bottom: 7px;
  color:#1E76A8;

}

.search-box{
 text-align: center;
 max-width:400px;
 color:#fff;
 border:4px solid #32A0E0;
 margin-top:50px;

}

.box-title{
    background: linear-gradient(141deg, #1e76a8 36%, #38aef2 86%);
    padding: 5px 0;
}

.box-btn:hover{
    background: linear-gradient(141deg, #1e76a8 36%, #38aef2 86%);
    border-left: none;
    border-right: none;
}
.btn-one:hover{
    color:#fff;
    background: linear-gradient(141deg, #1e76a8 36%, #38aef2 86%);
  
}

.language{
    display: flex;
    justify-content: flex-end;
    z-index:9919;
}

.language button a{
    color:#ED1C24;
    font-weight:500;
    padding: 5 10px;

}
.language button{
    border-color:#fff;
}
/*.tab-pane{*/
/*    margin-top:80px;*/
/*}*/


.btn-ip{
    background-color:#ED1C24;
    color:#fff;
    font-weight:500;
    border-color:#fff;
}

.btn-fb{
    background-color:#1877F2;
    color:#fff;
    font-weight:500;
}
.btn-fb i{
    color:#fff;
    padding: 0 5px;
    font-weight:700;
}

/*====================================================
                      GLOBAL STYLE
  ======================================================*/
@media (max-width:490px){
    .nav-item{
        display: block;
    }
}

                    * {
                        box-sizing: border-box;
                        position: relative;
                    }


                    body {
                        overflow-x: hidden;
                        font-family: 'Poppins', sans-serif;
                        position: relative;
                        background-color:#F8F9FA;
                    }

                    p {
                        line-height: 1.75;
                        letter-spacing: .5px;
                    }

                    a {
                        color: #000;
                    }

                    a:hover {
                        color:#ed1b23;
                    }

                    .text-primary {
                        color: #37dbf5 !important;
                    }

                    h1,
                    h2,
                    h3 {
                        font-weight: 500;
                        font-family: 'Poppins', sans-serif;
                        letter-spacing: 1px;
                    }

                    h4,
                    h5,
                    h6 {
                        font-weight: 400;
                        font-family: 'Poppins', sans-serif;
                        letter-spacing: 1px;
                    }

                    span {
                        letter-spacing: .5px;
                    }

                    section {
                        padding: 30px 0;
                    }

                    section h2.section-heading {
                        font-size: 40px;
                        margin-top: 0;
                        margin-bottom: 15px;
                    }

                    section h3.section-subheading {
                        font-size: 16px;
                        font-weight: 400;
                        font-style: italic;
                        margin-bottom: 75px;
                        text-transform: none;
                        font-family: 'Poppins', sans-serif;
                    }

                    .p-des {
                        letter-spacing: .5px;
                        font-size: 15px;
                    }

                    @media (min-width: 768px) {
                        /*section {
                            padding: 50px 0;
                        }*/

                        .news-mid-item-1, .news-mid-item-2, .news-mid-item-3 {
                            margin-top: 0 !important;
                        }

                        .news_mobile {
                            display: none;
                        }

                        .mt-34 {
                            margin-top: 34px;
                        }
                    }

                    .feature-container .col-lg-4 {
                        max-width: 30%;
                        margin: 0 auto;
                    }

                    .btn {
                        font-family: 'Poppins', sans-serif;
                        font-weight: 700;
                    }

                    .btn-xl {
                        font-size: 18px;
                        padding: 20px 40px;
                    }

                    .btn-primary {
                        background-color: #37dbf5;
                        border-color: #37dbf5;
                    }

                    .btn-primary:active,
                    .btn-primary:focus,
                    .btn-primary:hover {
                        background-color: #13d4f3 !important;
                        border-color: #13d4f3 !important;
                        color: white;
                    }

                    .btn-primary:active,
                    .btn-primary:focus {
                        box-shadow: 0 0 0 0.2rem rgba(254, 209, 55, 0.5) !important;
                    }

                    ::-moz-selection {
                        background: #cdcdcd;
                        text-shadow: none;
                    }

                    ::selection {
                        background: #cdcdcd;
                        text-shadow: none;
                    }

                    img::selection {
                        background: transparent;
                    }

                    img::-moz-selection {
                        background: transparent;
                    }

                    .loader {
                        display: none;
                        position: fixed;
                        left: 0;
                        top: 0;
                        width: 100%;
                        height: 100%;
                        z-index: 9999;
                        background: url("../img/loding_2.html") 50% 20% no-repeat #FBFBFB;
                        opacity: 1;
                    }


/*====================================================
                    BUTTON (Generic)
                    ======================================================*/

                    .btn-general {
                        background-color: transparent;
                        text-align: center;
                        border-width: 1px;
                        font-size: 16px;
                        padding: 10px 15px;
                        font-weight: 700;
                        text-transform: uppercase;
                        font-family: 'Poppins', sans-serif;
                    }

                    .btn-white {
                        border-color: #19BAAE;
                        background-color: #19BAAE;
                        color: #fff;
                    }

                    .btn-white:hover,
                    .btn-white:focus {
                        background-color: transparent;
                        color: #19BAAE;
                        cursor: pointer;
                    }

                    .btn-greenish-blue {
                        border-color: #0f2d46;
                        color: #0f2d46;
                    }

                    .btn-greenish-blue:hover,
                    .btn-greenish-blue:focus {
                        background-color: #0f2d46;
                        color: #fff;
                        cursor: pointer;
                    }

                    .heading-border {
                        width: 100px;
                        height: 5px;
                        background-color: #0f2d46;
                        margin: 0 auto 20px auto;
                    }

                    .heading-border-light {
                        width: 30px;
                        height: 5px;
                        background-color: #0f2d46;
                        margin: 0 0 20px 0;
                    }

                    .section-divider {
                        display: block;
                        width: 150px;
                        height: 3px;
                        background: #b10f1f;
                        margin: 0 auto;
                    }

                    .section-title {
                        display: block;
                        margin: 0 auto;
                        text-transform: capitalize;
                    }

                    .section-title h5 {
                        font-size: 22px;
                        background: linear-gradient(to right,#b10f1f, #ed1b23 ) !important;
                        color: #fff;
                        padding: 2px 5px;
                        border-radius: 5px;
                        width: max-content;
                        margin: 0 auto;
                    }

                    .section-title h2 {
                        margin-top: 50px;
                    }
/*====================================================
                       Remove Bootstrap 4 css
                       ======================================================*/
                       .card{
                        border:none;
                    }


/*====================================================
                        NAVBAR
                        ======================================================*/
                        .navbar{
                            background-color:#F8F9FA;
                        }
                       .fixed-top{
                           padding-right:80px;
                            padding-left:80px;
                        } 

                        .header-part{
                            margin-bottom:100px;
                            position:fixed;
                            z-index:99;
                            padding:0;
                            margin: 0;

                        }

                        /*.nav{
                            padding:0px;
                            margin-left:0px;
                        }*/
                        .nav-tabs {
                            border-bottom:none;
                        } 
                        .nav-link {
                            padding: 5px 5px;
                        }
                        .navbar-collapse{
                            justify-content:flex-end;
                        }

/*.......................................
*/#mainNav .navbar-toggler {
    font-size: 12px;
    right: 0;
    padding: 13px;
    text-transform: uppercase;
    color: white;
    border: 0;
    background: #ff532c !important;
    font-family: 'Poppins', sans-serif;
}

#mainNav .navbar-brand img {
    max-height: 65px;
    transition: all .3s ease;
}

#mainNav .navbar-nav .nav-item .nav-link {
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 1.2px;
    color: linear-gradient(to right, #542fa7, #703edf) !important;
}


#mainNav.navbar-shrink .navbar-brand img {
    max-height: 60px;
}

.navbar-shrink.navbar-expand-lg .navbar-collapse {
    margin-top: 0px !important;
}

#mainNav .navbar-nav .nav-item i {
    transition: opacity .3s, transform .3s;
    transform: rotate(-180deg) scale(0.5)
}

.navbar-expand-lg .navbar-collapse {
    margin-top: 20px !important;
}

.divider-row-right {
    margin-top: 15px;
    margin-bottom: 30px;
}

.feature-divider-container-left {
    text-align: left;
    padding-top: 15px;
    padding-bottom: 15px;
}

.feature-divider-container-left {
    padding-top: 15px;
    padding-bottom: 15px;
}

.feature-divider-right {
    border-top: 1px solid #19BAAE;
    width: 100%;
    height: 1px;
    display: block;
    float: right;
}

.feature-divider-left {
    border-top: 1px solid #19BAAE;
    width: 100%;
    height: 1px;
    display: block;
    float: left;
}

#mainNav .navbar-nav .nav-item .nav-link.active,
#mainNav .navbar-nav .nav-item .nav-link:hover {
    color: #ed1b23;
    font-weight: 500;
}


#mainNav .navbar-nav .nav-item .nav-link {
    color: #111121;
    text-align: center;
}

#mainNav {
    background: #f8f9fa;
}

@media (min-width: 992px) {
    #mainNav {
        padding-bottom: 25px;
        /* -webkit-transition: padding-top 0.3s, padding-bottom 0.3s;
              -moz-transition: padding-top 0.3s, padding-bottom 0.3s;
              transition: padding-top 0.3s, padding-bottom 0.3s;
              border: none; */
              background: transparent;
              transition: all .3s ease;
              transform: translate3d()
          }

          #mainNav .navbar-brand {
            font-size: 2.15em;
            -webkit-transition: all 0.3s;
            -moz-transition: all 0.3s;
            transition: all 0.3s;
        }

        #mainNav .navbar-nav .nav-item .nav-link {
            padding: 1em .3em !important;
            position: relative;
            transition: all .3s ease;
        }

        .navbar .nav-item .nav-link.active,
        .navbar .nav-item .nav-link:hover {
            color: #ed1b23;
            font-weight: 500;
            background-color:transparent;
        }



        .navbar .nav-item .nav-link {
            color: #111121;
        }

        .navbar .navbar-shrink {
            padding-top: 0;
            padding-bottom: 0;
            background: #f8f9fa !important;
            box-shadow: 0px 1px 5px 1px rgba(179, 174, 174, 0.5);
        }

        .navbar .navbar-shrink .navbar-brand {
            font-size: 1.55em;
            padding: 5px 0;
        }

        .navbar .navbar-shrink .navbar-nav .nav-item .nav-link {
            font-size: 14px;
            font-weight: 500;
            padding: 0.5em 0;
            color: #111121;
        }


        .navbar .navbar-shrink .navbar-nav .nav-item .nav-link a {
            font-size: 16px;
        }

        .navbar .navbar-shrink .navbar-nav .nav-item .nav-link.active #mainNav.navbar-shrink .navbar-nav .nav-item {
            background-position: left bottom;
        }

        .more-great-feature-points-container {
            margin-top: 30px;
        }
    }



    .navbar .nav-item .nav-link.active,
    .navbar .nav-item .nav-link:hover {
        color: #ed1b23;
        font-weight: 500;
        background-color:transparent;
    }

    .navbar .nav-item .nav-link.active::after,
    .navbar .nav-item .nav-link:hover::after {
     content: " ";
     left: 0;
     position: absolute;
     right: 0;
     border-bottom: 5px solid #b10f1f;
     bottom: 0;
     transition: all 1s ease;
     max-width:110px;
 }

 .navbar .navbar-shrink .navbar-nav .nav-item .nav-link.active,
 .navbar .navbar-shrink .navbar-nav .nav-item .nav-link:hover {
  color: #ed1b23;
}

.navbar .navbar-shrink .navbar-nav .nav-item:hover #mainNav.navbar-shrink .navbar-nav .nav-item .nav-link a {
  color: #fff;
}
@media (max-width: 991px) {
    .nav{
        flex-direction: column;
    }
    /*.navbar .nav-item  {
        max-width: 117px;
     }*/

}

/*====================================================
                        heading
 ======================================================*/

                        section .heading {
                            margin-bottom: 30px;
                        }

                        section .heading h1 {
                            color: #6c757d;
                        }

                        section .heading .bord-bot {
                            width: 80px;
                            margin: 0 auto;
                            border-bottom: 7px solid #37dbf5;
                        }

                        section .heading p {
                            margin-top: 10px;
                            color: #6c757d;
                            max-width: 400px;
                            margin: 20px auto;
                        }

                        .container-gap {
                            margin-top: 34px;
                        }

                        .row-gap {
                            margin-top: 30px;
                        }

/*====================================================
                          MASTHEAD
 ======================================================*/

                          section.masthead {
                            position: relative;
                            width: 100%;
                            height: 100%;
                           /* padding-top: 150px;
                            padding-bottom: 100px;*/
                            color: #0f2d46;
                            background-image: url('../Images/bg-1.png');
                        }



                        section.masthead .header-content {
                            max-width: 750px;
                            text-align: center;
                            margin-top:45%;
                        }

                        /*section.masthead .device-mockup.iphone6_plus.portrait.white > .device,
                        section.masthead .device-mockup.iphone6_plus.white > .device {
                            margin: 90px 0 0 0;
                            width: 270px;
                            height: 550px;
                        }*/

                        section.masthead .header-content h1 {
                            font-size: 30px;
                        }

                        section.masthead .device-container {
                            max-width: 270px;
                            margin-right: auto;
                            margin-left: auto;
                        }

                        section.masthead .device-container .screen img {
                            border-radius: 3px;
                        }

                        .bg-banner-img img {
                            position: absolute;
                            width: 100%;
                            margin-top: -50%;
                        }

                        .news-mid-1st-row {
                            margin-left: 5px;
                        }

                        .news-mid-container-margin-left {
                            margin-left: 30px;
                        }

                        @media (min-width: 1200px) {
                            .home-img {
                               width: 610px;
                               margin-top:100px;
                            }
                        }


                        @media (min-width: 992px) {
                            section.masthead {
                                background-size: cover;
                                background-position: center;
                                background-color: #f8f9fa;
                               /* height: 100vh;*/
                                padding-top: 0;
                                padding-bottom: 0;
                            }

                            section.masthead .header-content {
                                margin-bottom: 0;
                                text-align: left;
                            }

                            section.masthead .header-content h1 {
                                font-size: 40px;
                                font-weight: 700;
                                margin: auto;
                                color: #0f2d46;
                                letter-spacing: 5px;
                                word-spacing: 10px;
                            }

                            section.masthead .header-content h1 span {
                                color: #ed1b23;
                                letter-spacing: 5px;
                                word-spacing: 10px;
                            }

                            section.masthead .device-container {
                                max-width: 325px;
                            }

                            section.masthead .header-content .btn--animation-from-right {
                              /*  margin-top: 100px;*/
                            }

                            .home-img-container {
                                margin-left: -150px;
                                /*margin-top: 150px;*/
                            }
                        }

                        @media (max-width: 991px) {
                            /*section.masthead .device-mockup.iphone6_plus.portrait.white > .device,
                            section.masthead .device-mockup.iphone6_plus.white > .device {
                                margin: 50px 0 0 0;
                                width: 270px;
                                height: 550px;
                            }
*/
                            .group .btn {
                                margin-top: 5px !important;
                            }

                            .group .input-group {
                                -webkit-box-shadow: none !important;
                                -moz-box-shadow: none !important;
                                box-shadow: none !important;
                            }

                            .faq-cont {
                                margin-top: 30px;
                            }

                            .home-img-container {
                                margin-top: 30px;
                            }
                        }


                        .bottom-line {
                            margin-top: 8px;
                            margin-bottom: 13px;
                            border: 0;
                            border-top: 0px;
                            height: 3px;
                            width: 150px;
                            background-color: #b10f1f;
                            margin-left: 0;
                        }

                        .info {
                            font-size: 21px;
                            font-weight: 400;
                        }

                        .info-big {
                            font-size: 28px;
                            font-weight: 600;
                        }


                        .btn--animation-from-right {
                            padding: 5px 16px;
                            border: 1px solid #b10f1f;
                            position: relative;
                            background-color: #ffff;
                            color: #b10f1f;
                            border-radius: 5px;
                            position: relative;
                            overflow: hidden;
                            cursor: pointer;
                            text-transform: uppercase;
                            letter-spacing: -1px;
                            font-weight: 700;
                            box-shadow: 0 0px 15px 5px rgba(2, 2, 2, 0.17);
                        }

                        .btn--animation-from-right [class^="btn__text"] {
                            font-size: 17px;
                        }

                        .btn--animation-from-right .btn__text-dynamic,
                        .btn--animation-from-right .btn__text-dynamic-inner {
                            display: flex;
                            justify-content: center;
                            align-items: center;
                            position: absolute;
                            top: 0;
                            left: 0;
                            right: 0;
                            bottom: 0;
                            z-index: 2;
                            transition: all ease 0.5s;
                        }

                        .btn--animation-from-right .btn__text-dynamic {
                            color: #ffff;
                            background: linear-gradient(to right,#b10f1f, #ed1b23 ) !important;
                            overflow: hidden;
                        }

                        .btn--animation-from-right:hover .btn__text-dynamic {
                            transform: translateX(-100%);
                        }

                        .btn--animation-from-right:hover .btn__text-dynamic-inner {
                            transform: translateX(100%);
                        }

                        .btn--animation-from-right:hover .btn__text-dynamic, .btn--animation-from-right:focus .btn__text-dynamic, .btn--animation-from-right:active .btn__text-dynamic {
                            transform: translateX(100%);
                        }

                        .btn--animation-from-right:hover .btn__text-dynamic-inner {
                            transform: translateX(-100%);
                        }


                        @media(max-width:992px) {
                            .masthead .bottom-line {
                                margin: 0 auto !important;
                            }
                        }


/*====================================================
                        Service
                        ======================================================*/


                        .services {
                            background-color: #f3f6ff;
                            background-image: url('../Images/bg-2.png');
                            background-size: contain;
                            background-position: top;
                        }

                        .services a {
                            text-decoration: none;
                            color: #000;
                        }

                        .card-icon {
                            padding: 8px 8px 8px 0;
                        }

                        .service-img {
                            height: 100px;
                            margin: 0 auto;
                            display: block;
                        }

                        .card-icon i {
                            color: #703edf;
                        }

                        .card-title {
                            padding: 13px 5px 0px 0;
                        }

                        .card-title h4 {
                            font-size: 18px;
                            font-weight: 700;
                            text-transform: capitalize;
                            letter-spacing: 2px;
                        }

                        .card-description {
                            padding: 8px 5px 5px 0;
                            max-height: 120px;
                        }

                        .card-btn {
                            padding: 5px 5px 5px 0;
                        }

                        .services .card {
                            -webkit-transform: perspective(1px) translateZ(0);
                            transform: perspective(1px) translateZ(0);
                            box-shadow: 0 0 1px rgba(0, 0, 0, 0);
                            -webkit-transition-duration: 0.3s;
                            transition-duration: 0.3s;
                            -webkit-transition-property: box-shadow;
                            transition-property: box-shadow;
                            text-align: center !important;
                            border: none;
                            background-color: transparent;
                            transition: all 0.5s ease-in-out 0s;
                        }


                        .services .card:hover {
                            box-shadow: 0 0px 15px 5px rgba(2, 2, 2, 0.17);
                            background-color: #fff;
                            transform: translateY(5px);
                            -webkit-transform: translateY(5px);
                            -o-transform: translateY(5px);
                            -ms-transform: translateY(5px);
                            -moz-transform: translateY(5px);
                        }


/*====================================================
                        Crazy sec
                        ======================================================*/

                        .crazy-sec {
                            background: linear-gradient(to right, #542fa7, #703edf) !important;
                        }

                        .crazy-row-gap {
                            padding: 34px;
                        }

                        .crazy-sec p {
                            color: #fff;
                        }

                        .crazy-img {
                            height: 500px;
                        }





/*====================================================
                       about us sec start
                       ======================================================*/
                       .about-sec .section-title h5 {
                        margin: 0;
                    }

                    .about-sec {
                        background: #f8f9fa;
                    }

                    .about-row-gap {
                        padding: 34px;
                    }

                    .about-sec p {
                        color: #000;
                    }


                    .about-left-section {
                        background-image: url('../Images/bg-3.png');
                        background-size: cover;
                        background-position: center;
                    }

                    .about-details-container {
                        display: flex;
                        justify-content: space-around;
                        margin-top: 30px;
                    }

                    .about-details-img-container {
                        border: 1px solid #fff;
                        border-radius: 50%;
                        background-color: #fff;
                        padding: 10px;
                        height: 50px;
                        width: 50px;
                        display: flex;
                        align-items: center;
                        box-shadow: 0 0px 5px 5px rgba(2, 2, 2, 0.17);
                    }

                    .about-details-container img {
                        height: 15px;
                    }

                    .about-details-container p {
                        margin-left: 15px;
                    }


                    @media screen and (min-width: 1200px) and (max-width: 1280px) {

                        .about-sec i {
                            font-size: 60px;
                            margin: auto 5px auto 0;

                        }
                    }

                    @media (max-width: 1199px){

                        .about-sec i {
                            font-size: 60px;
                            margin-bottom: 10px;
                        }


                    }


                    @media (min-width: 992px) {
                        .about-right-section {
                            padding: 0 120px 0px 60px;
                        }

                        .about-sec .section-title h2 {
                            margin-top: 45px;
                        }

                        .about-img {
                            height: 500px;
                        }
                    }

                    @media (max-width: 767px){
                        .about-sec .section-title {
                            margin-top: 30px;
                            text-align: center;
                        }

                        .about-sec .section-title h5 {
                            margin: 0 auto;
                        }

                        .about-sec .bottom-line{
                            margin: 0 auto;
                        }


                    }


/*====================================================
                       Achievements
                       ======================================================*/



                       .acheivements-row {
                        background: #fff;
                        padding: 21px;
                        border-radius: 5px;
                        word-wrap: break-word;
                        box-shadow: 0 10px 10px -5px rgba(0, 0, 0, 0.5);
                    }

                    .acheivements-containers {
                        display: flex !important;
                        justify-content: center;
                        padding: 15px 10px 10px 10px;
                    }

                    .acheivements-icon-container {
                        padding-right: 5px;
                        margin:auto;
                    }

                    .acheivements-icon-container i {
                        color: #ed1b23;
                    }

                    .acheivements-number {
                        font-size: 34px;
                        color: #ed1b23;
                        font-weight: 700;
                    }

                    .acheivements-des {
                        font-size: 18px;
                        text-transform: uppercase;
                        font-weight: 700;
                        margin-top: 20px;
                    }

                    @media (min-width:768px) {
                        .acheivements {
                            margin-top: -108px;
                        }
                    }

                    @media (max-width:1199px) {
                        .acheivements-containers {
                            flex-direction: column;
                            text-align: center;
                        }

                        .home-img {
                            max-width: 100%;
                            height: auto;
                        }
                    }

                    @media (max-width:575px) {
                        .acheivements-des-container {
                            text-align: center;
                        }

                        .acheivements-icon-container {
                            text-align: center;
                        }

                        .section-title h2 {
                            font-size: 22px;
                        }


                        .about-sec i {
                            font-size: 40px;
                            margin-bottom: 5px;
                        }

                        .acheivements-number {
                            font-size: 25px;
                        }
                        .acheivements-des{
                            font-size: 16px;
                        }
                    }

                    .achive {
                        font-family: Arial;
                        background-color:#fff;    
                        width: 220px;
                        padding: 30px 0;
                        position: relative;
                        margin-top:60px;
                        margin: 0 auto;
                    }
                    .achive h5{
                        text-align:right;
                        margin:0;

                    }
                    .achive:before{
                        box-shadow: -20px 0 10px -20px rgba(0,0,0,.3) inset;
                        content: " ";
                        height: 100%;
                        left: -20px;
                        position: absolute;
                        top: 0;
                        width: 20px
                    }

                    .achive:after {
                        box-shadow: 20px 0 10px -20px rgba(0,0,0,.3) inset;
                        content: " ";
                        height: 100%;
                        position: absolute;
                        top: 0;
                        right: -20px;
                        width: 20px;
                    }


                    .achive i{
                        color:#ED1B23;
                        padding: 0 10px;
                        float:left;
                    }

                    h3 {
                        background: #fff;
                        color: #3498db;
                        font-size: 32px;
                        line-height: 50px;
                        margin: 10px;
                        padding: 2%;
                        position: relative;
                        text-align: center;
                    }

                    .action {
                        display: block;
                        margin: 100px auto;
                        width: 100%;
                        text-align: center;
                    }

                    .action a {
                        display: inline-block;
                        padding: 5px 10px;
                        background: #f30;
                        color: #fff;
                        text-decoration: none;
                    }

                    .action a:hover {
                        background: #000;
                    }



/*====================================================
                    speed-test
                    ======================================================*/

                    .speed-test {
                        background-color: #f8f8f8;
                        background-image: url('../Images/bg-7.png');
                    }

                    .speed-test-img {
                        display: block;
                        margin: 0 auto;
                    }



/*====================================================
                    packages
                    ======================================================*/
                    .packages {
                        background-image: url('../Images/bg-6.png');
                        background-size: cover;
                        background-position: center;
                        background-color: #f3f6ff;
                    }

                    .packages .nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
                        background-color: transparent;
                    }



                    .packages-container {
                        margin-top: 34px;
                    }

                    .package-img {
                        height: 150px;
                        display: block;
                        margin: 0 auto;
                    }

                    .packages-card {
                        padding: 21px;
                        border-radius: 5px;
                        border: none;
                        transition: all .3s ease;
                    }


                    .package-card-container {
                        background: #fff;
                        padding: 10px;
                        border-radius: 5px;
                        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.16), 0 5px 10px rgba(0, 0, 0, 0.21);
                        transition: all .3s ease;
                        margin-top: 30px;
                    }

                    .package-card-container:hover {
                        box-shadow: 0 0px 15px 5px rgba(2, 2, 2, 0.17);
                        transform: translateY(5px);
                    }



                    .package-price {
                        padding-right: 40px;
                        padding-left: 40px;
                    }

                    .package-price h5 {
                        font-size: 30px;
                        font-weight: 600;
                        text-transform: uppercase;
                        text-align: center;
                        padding: 5px;
                    }


/* .package-price:after {
      content: "";
      position: absolute;
      bottom: 45%;
      right: 0px;
      height: 0.5em;
      border-top: 1px solid #E2E4F1;
      width: 40px;
  }
  
  .package-price::before {
      content: "";
      position: absolute;
      bottom: 45%;
      left: 0px;
      height: 0.5em;
      border-top: 1px solid #E2E4F1;
      width: 40px;
      } */

      .serial-img-container {
        margin-right: 15px;
    }

    .serial-img {
        height: 20px;
    }

    .package-price h5 sup {
        text-transform: lowercase;
    }

    .package-card-title h4 {
        font-size: 28px;
        font-weight: 600;
        text-transform: uppercase;
        text-align: center;
        color: linear-gradient(to right, #542fa7, #703edf) !important;
    }

    .package-items-container {
        padding-top: 13px;
    }

    .package-items-container ul {
        list-style: none;
        padding-left: 0;
    }

    .package-items-container ul li {
        padding: 8px 0 8px 0;
        font-weight: 300;
        font-size: 21px;
    }

    .package-btn-container {
        padding-top: 21px;
        display: block;
        margin: 0 auto;
    }

    @media (max-width: 991px) {
        .package-card-title h4 {
            font-size: 22px;
        }

        .package-price h5 {
            font-size: 23px;

        }
        .package-items-container ul li {
            padding: 6px 0 6px 0;
            font-size: 18px;
        }

    }

    @media (max-width: 991px) {
        .package-card-title h4 {
            font-size: 20px;
        }

        .package-price h5 {
            font-size: 21px;
        }

        .package-items-container ul li {
            padding: 5px 0 5px 0;
            font-size: 16px;
        }
    }

/* ==== Portfolio Start == */

                       .portfolio-sec .section-title h5 {
                        margin: 0;
                    }

                    .portfolio-sec {
                        background: #f8f9fa;
                    }

                    .portfolio-row-gap {
                        padding: 34px;
                    }

                    .portfolio-sec p {
                        color: #000;
                    }


                    .portfolio-left-section {
                        background-image: url('../Images/bg-3.png');
                        background-size: cover;
                        background-position: center;
                    }

                    .portfolio-details-container {
                        display: flex;
                        justify-content: space-around;
                        margin-top: 30px;
                    }

                    .portfolio-details-img-container {
                        border: 1px solid #fff;
                        border-radius: 50%;
                        background-color: #fff;
                        padding: 10px;
                        height: 50px;
                        width: 50px;
                        display: flex;
                        align-items: center;
                        box-shadow: 0 0px 5px 5px rgba(2, 2, 2, 0.17);
                    }

                    .portfolio-details-container img {
                        height: 15px;
                    }

                    .portfolio-details-container p {
                        margin-left: 15px;
                    }


                    @media screen and (min-width: 1200px) and (max-width: 1280px) {

                        .portfolio-sec i {
                            font-size: 60px;
                            margin: auto 5px auto 0;

                        }
                    }

                    @media (max-width: 1199px){

                        .portfolio-sec i {
                            font-size: 60px;
                            margin-bottom: 10px;
                        }


                    }


                    @media (min-width: 992px) {
                        .portfolio-right-section {
                            padding: 0 120px 0px 60px;
                        }

                        .portfolio-sec .section-title h2 {
                            margin-top: 45px;
                        }

                        .portfolio-img {
                            height: 500px;
                        }
                    }

                    @media (max-width: 767px){
                        .portfolio-sec .section-title {
                            margin-top: 30px;
                            text-align: center;
                        }

                        .portfolio-sec .section-title h5 {
                            margin: 0 auto;
                        }

                        .portfolio-sec .bottom-line{
                            margin: 0 auto;
                        }


                    }

/* == Portfolio End == */





/*====================================================
               media
               ======================================================*/


               .media-container {
                margin-top: 34px;
            }

            .media-server .grid-container {
                display: grid;
                grid-template-columns: repeat(auto-fill, minmax(500px, 1fr));
                grid-gap: 1rem;
                margin-left: 1rem;
                margin-right: 1rem;
            }

            .md-tabs {
                border: 0;
                padding: .7rem;
                margin-left: 1rem;
                margin-right: 1rem;
                background-color: transparent;
                z-index: 1;
                position: relative;
                border-radius: .25rem;
                display: flex;
                flex-direction: row;
                justify-content: center;
            }

            .tab-content-container-fluid {
                background: #E2E4F1;
                padding-bottom: 50px;
                position: relative;
            }

            .tab-content-container {
                padding-top: 89px;
            }

            .nav-tabs .nav-item {
                display: block !important;
            }

            .nav-tabs .nav-link {
                border: none !important;
            }




            .media-img-container {
                padding: 8px;
                background: #fff;
                transition: all .3s ease;
                border-radius: 20px;
                position: relative;
            }

            .media-img-container:hover {
                transform: scale(1.05);
                box-shadow: 0 5px 10px rgba(0, 0, 0, 0.16), 0 5px 10px rgba(0, 0, 0, 0.21);
            }

            .media-img {
                height: 250px;
                width: 100%;
                border-radius: 20px;
            }

            .media-img-container-row {
                margin-top: 30px;
            }

            @media(max-width:768px) {
                .background-color-container {
                    display: none;
                }
            }



            /* hover styles */
            .media-server .single-media-container {
                position: relative;
            }


            .media-server .location-image {
                line-height: 0;
                overflow: hidden;
            }

            .media-server .location-image img {
                filter: blur(0px);
                transition: filter 0.3s ease-in;
                transform: scale(1.1);
                width: 100%;
                height: 300px;
            }

            .media-server .p-des {
                color: #ff532c;
                margin-bottom: 0;
            }

            .media-server .products-details-btn {
                font-size: 1.5em;
                font-weight: bold;
                text-decoration: none;
                z-index: 1;
                position: absolute;
                width: 100%;
                bottom: 10%;
                left: 10%;
                opacity: 0;
                transition: opacity .5s;
                color: white;
                /* position the text in t’ middle*/
                display: flex;
                align-items: center;
                justify-content: flex-start;
                width: 50%;
            }


            .media-server .cart-btn {
                font-size: 1.5em;
                font-weight: bold;
                text-decoration: none;
                z-index: 1;
                position: absolute;
                width: 100%;
                bottom: 10%;
                right: 10%;
                opacity: 0;
                transition: opacity .5s;
                color: white;
                /* position the text in t’ middle*/
                display: flex;
                align-items: center;
                justify-content: flex-end;
                width: 50%;
            }



            .media-server .media-details {
                font-size: 1.5em;
                font-weight: bold;
                text-decoration: none;
                z-index: 1;
                position: absolute;
                width: 100%;
                top: 10%;
                left: 10%;
                opacity: 0;
                transition: opacity .5s;
                color: white;
                display: flex;
                align-items: first baseline;
                justify-content: flex-start;
                flex-direction: column;
            }




            .media-server .single-media-container:hover .products-details-btn, .media-server .single-media-container:hover .cart-btn, .media-server .single-media-container:hover .media-details {
                opacity: 1;
            }

            .media-server .single-media-container:hover .location-image img {
                filter: brightness(30%);
            }


            /* for touch screen devices */
            @media (hover: none) {
                .media-server .products-details-btn, .media-server .cart-btn, .media-server .media-details {
                    opacity: 1;
                }

                .product .location-image img {
                    filter: brightness(30%);
                }
            }

            @media(max-width:575px) {
                .media-server .grid-container {
                    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
                }
            }








/*====================================================
                support & Faq
                ======================================================*/

                .support {
                    background-color: #f8f9fa;
                }

                .support .section-title h5 {
                    margin: 0;
                }

                .support h2 {
                    text-align: left;
                }

                .support .section-divider {
                    margin: 20px 0;
                }

                .support-right-section {
                    background-image: url('../Images/bg-3.png');
                    background-size: inherit;
                    background-position: center;
                }

                .faq .section-title {
                    margin: 0;
                }

                .content {
                    background: #fff;
                    border-radius: 3px;
                    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075), 0 2px 4px rgba(0, 0, 0, 0.0375);
                }

                .panel-group {
                    margin-bottom: 0;
                }

                .panel-group .panel {
                    border-radius: 0;
                    box-shadow: none;
                }

                .panel-group .panel .panel-heading {
                    padding: 0;
                }

                .panel-group .panel .panel-heading h4 a {
                    background: #f8f8f8;
                    display: block;
                    font-size: 21px;
                    font-weight: 600;
                    padding: 15px;
                    text-decoration: none;
                    transition: 0.15s all ease-in-out;
                    color: #000;
                    border: 1px solid #b10f1f;
                }

                .panel-group .panel .panel-heading h4 a i {
                    color: #ff532c;
                    border-radius: 20px;
                    border: 1px solid #fff;
                    padding: 2px;
                    background: #fff;
                    float: right;
                }

                .panel-group .panel .panel-heading h4 a:not(.collapsed) i {
                    color: #ff532c;
                    background: #fff;
                }

                .panel-group .panel .panel-heading h4 a:hover, .panel-group .panel .panel-heading h4 a:not(.collapsed) {
                    background: linear-gradient(to right,#b10f1f, #ed1b23 ) !important;
                    transition: 0.15s all ease-in-out;
                    color: #fff;
                }

                .panel-group .panel .panel-heading h4 a:not(.collapsed) i:before {
                    content: "";
                }

                .panel-group .panel .panel-heading h4 a:not(.collapsed) .question-icon:before {
                    content: "\f059" !important;
                }

                .panel-group .panel .panel-heading h4 a:hover .panel-group .panel .panel-heading h4 a i, .panel-group .panel .panel-heading h4 a:not(.collapsed) .panel-group .panel .panel-heading h4 a i {
                    color: #fff !important;
                }

                .panel-group .panel .panel-body {
                    padding-top: 0;
                }

                .panel-group .panel .panel-heading + .panel-collapse > .list-group,
                .panel-group .panel .panel-heading + .panel-collapse > .panel-body {
                    border-top: none;
                }

                .panel-group .panel + .panel {
                    border-top: none;
                    margin-top: 0;
                }

                .panel-body p {
                    padding: 5px;
                }

                @media (max-width: 991px){

                    .panel-group .panel .panel-heading h4 a{
                        font-size: 18px;
                    }

                    .panel p {
                        font-size: 16px;
                    }

                }


                .accordion-col {
                    padding-left: 0 !important;
                    padding-top: 30px;
                }

                .question-icon {
                    color: #703edf !important;
                    padding-right: 15px;
                }

                .faq-sec {
                    background-color: #E2E4F1;
                }

                .faq-sec .card {
                    border: none;
                    box-shadow: 0px 1px 5px 1px rgba(179, 174, 174, 0.5);
                    margin-top: 30px;
                    border-radius: 20px;
                }

                .faq-card-title {
                    font-size: 21px;
                    font-weight: 600;
                    text-transform: uppercase;
                }

                .faq-sec .card {
                    border-bottom: 5px solid #703edf;
                    transition: all .3s ease;
                }

                .faq-sec .card:hover {
                    transform: scale(1.05);
                    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.16), 0 5px 10px rgba(0, 0, 0, 0.21);
                }

                .faq .panel-title i {
                    font-size: 25px;
                }


                @media (max-width: 767px) {
                    .support .section-title h5 {
                        margin: 0 auto;
                    }

                    .support h2 {
                        text-align: center;
                        margin-bottom: 15px;
                    }

                    .support .section-divider {
                        margin: 0 auto;
                    }

                    .section-title h2 {
                        margin-top: 15px;
                    }

                }


                @media (min-width: 992px) {
                    .support-left-section {
                        padding-left: 10%;
                    }

                    .support-right-section {
                        padding-right: 5%;
                    }

                    .support-img {
                        height: 832px;
                    }
                }

/*====================================================
               footer

 ======================================================*/
#footer{
    margin:10px 0;
}
.patner-img{
    text-align:center;
    padding-left:0;
    padding-right:0;
    font-weight: bold;
    
}
.patner-img img {
    width:140px;
}
.patner-name p{
   font-size:20px; 
   background: -webkit-linear-gradient(#B10F1F,#fe0b14);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.member-section{
    text-align:center;
    margin:30px 0;
}
              

/*-------------contact section-----------*/

.contact-us {
    background: #f8f9fa;
}


.contact-container {
    display: flex;
    justify-content: space-around;
    margin-top: 45px;
}


/*.contact-container .p-des{
    max-height: 60px;
    }*/

    .contact-single-container {
        display: flex;
        align-items: center;
        margin: 0 15px;
    }

    .contact-single-container i {
        font-size: 30px;
        color: #fff;
        padding: 10px;
        border-radius: 50%;
        background-color: #ed1b23;
        margin-right: 10px;
    }

    .form-control {

        line-height: 3;

    }

    textarea {
        resize: none;
    }


    @media (max-width: 991px){

        .contact-container{
            flex-direction: column;
        }

        .contact-single-container{
            margin-top: 30px;
        }

        .form {
            margin-bottom: 30px;
        }

    }
.display-hide{
    display: none;
}

.under-cons{
    background-image: url('../Images/cons.png');
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content:center;
    align-items:center;
    width:100%;
    height:400px;
     
}
  .under-cons p{
    font-size: 40px;
    font-weight: bold;
    position: absolute;
    z-index: 998;
    color:#fff;
}