:root {
    --pri-color: #880C24;
    --sec-color: #082A5E;
    --transition: 0.3s ease-in;
    --color-white: #ffffff;
    --color-black: #000000;
}




.sticky-header {
    position: fixed;
    left: 0;
    opacity: 1;
    top: 0;
    width: 100%;
    background-color: #fff !important;
    z-index: 2;
    box-shadow: 0 0 5px 0px #00000047;
}
    /*  .sticky-header .navbar {
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }*/
    .sticky-header .nav-btn-list ul li a {
        color: black;
    }

.space-p-t {
    padding-top: 80px;
}

.space-p-b {
    padding-bottom: 80px;
}

.space-p-tb {
    padding: 80px 0;
}

.space-m-t {
    margin-top: 80px;
}

.space-m-b {
    margin-bottom: 80px;
}

.space-m-tb {
    margin: 80px 0;
}

.step-box:hover .step-box-icon img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(20deg) brightness(104%) contrast(104%);
}


body {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
   

    
}
p {
    color: rgba(0, 0, 0, 0.63);
    font-size: calc(13px + (16 - 13) * ((100vw - 300px) / (1920 - 300)));
    margin-bottom:20px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: normal;
}

.ctm-main-title {
    font-family: "Rasa", serif;
    font-weight: 600;
    font-size: calc(28px + (55 - 28) * ((100vw - 300px) / (1920 - 300)));
    /* font-size: 50px;*/
   /* line-height: 65px;*/
    /* text-align: center;*/
    color: var(--color-black);
}

.ctm-main-title-md {
    font-family: "Rasa", serif;
    font-size: calc(26px + (48 - 26) * ((100vw - 300px) / (1920 - 300)));
    /*font-size: 35px;*/
    color: var(--color-black);
    /*  color: #222222;*/
    font-weight: normal;
    /*line-height: 1.2;*/
    font-weight: 600;
}

.ctm-main-title-sm {
    font-size: 24px;
}

.main-header{
    background-color:var(--pri-color);
    /*padding:10px 0;*/
}


/*-------------------------- New nav Start ---------------------*/

/*Navigation Css Start*/
.sticky-header .navbar-expand-lg .navbar-nav .nav-link:hover {
    font-weight: 700;
    color: white;
}

.navbar-expand-lg .navbar-nav .nav-link:hover {
    color: #F9E79F;
}

.navbar-brand {
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.nav-btn-list {
    display: flex;
    justify-content: center;
    align-items: center;
}

#wrapper-navbar {
    background-color: #4E2FC2;
    transition: 0.3s ease-in;
}

.nav-btn-list ul li a {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    padding-right: 50px !important;
}

/*.dropdown-menu{
    display:block !important;
}*/

/*.megaBoxbody {
    position: relative;
}

    .megaBoxbody:before {
        position: absolute;
        content: "";
        background-color: transparent;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-bottom: 10px solid #ffffff;
        top: 65px;
    }*/

/*.ktm-mega-menu:before {
    position: absolute;
    content: "";
    background-color: transparent;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 10px solid #ffffff;
    top: 65px;
}*/


.ktm-mega-menu .dropdown-menu {
    /*max-width: 860px;*/
    padding: 40px 40px 20px !important;
    background: #FFFFFF;
    box-shadow: 0px 5px 6px rgba(0, 0, 0, 0.25);
    border-radius: 33px;
    margin-top: 20px;
}

.mega-imageCont p {
    margin-bottom: 0;
    line-height: 20px;
}

.mega-pageLink p {
    /*    font-size: 14px;
    line-height: 20px;
    color: #71757D;*/
    font-size: 14px;
    line-height: 20px;
    color: #71757D;
    margin-bottom: 0;
}

.mega-pageLink a {
    font-size: 18px !important;
    font-weight: 500 !important;
}

/*.mega-imageDiv {
    position: relative;
}*/

/*    .mega-imageDiv:before {
        position: absolute;
        content: "";
        background: #e2d8e870;
        height: 320px;
        width: 2px;
        left: -40px;
        top: 8px;
    }*/

.mega-imageCont {
    padding: 15px 10px 10px;
}

    .mega-imageCont span {
        color: #000000;
        font-size: 18px;
        font-weight: 500;
        display: block;
        line-height: 22px;
    }

.mega-imageDiv img {
    width: 100%;
}

.mega-imageCont a {
    text-decoration: none;
    font-size: 14px !important;
    font-weight: 300 !important;
}

.mega-eqaciDiv {
    display: flex;
    gap: 10px;
    margin-bottom: 40px;
    /* background: #EDF5FF; */
    border-radius: 15px;
}

.mega-iconDiv {
    padding: 6px;
    width: 40px;
    margin-top: 8px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #FFFFFF;
    box-shadow: 0px 0px 4px rgba(27, 36, 71, 0.14);
    border-radius: 5px;
    /*    background-color: #E5DFFD;
    padding: 6px;
    width: 60px;
    margin-top: 8px;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 0px 4px rgba(27, 36, 71, 0.14);*/
}

.mega-pageLink a {
    color: #000 !important;
    font-size: 18px !important;
    text-decoration: none;
    font-weight: 600 !important;
    padding-right: 0 !important;
    line-height: 22px !important;
    padding: 0;
    margin: 0;
    display:block;
}


.nav-btn-list ul li a:hover {
    color: white;
    font-weight: 500;
}

.mnav-opp-holder a {
    font-size: calc(14px + (18 - 14) * ((100vw - 300px) / (1920 - 300)));
    color: #fff;
    font-weight: 500;
    padding: 12px 25px;
    text-decoration: none;
    border: 1px solid transparent;
    border-radius: 5px;
    margin-bottom: 0;
    text-align: center;
    background-color: #082a5e;
    display: inline-block;
    transition: 0.5s all ease-in;
}

.mnav-opp-holder a:hover {
    background-color: transparent;
    border: 1px solid var(--color-white);
    color: var(--color-white);
}

.navbar {
    padding: 0px 0;
}

li.nav-item {
    padding: 20px 0;
}


@media all and (min-width: 992px) {
    .dropdown-menu {
        width: 18rem;
        padding: 0;
        overflow: hidden;
        border: 0;
        border-radius: 0;
    }

    .mega-submenu {
        left: 0;
        top: 0;
        min-width: 25rem;
    }

    .ktm-mega-menu {
        position: static;
    }

    .mega-menu {
        left: 0;
        right: 0;
        width: 100%;
    }

    .dropdown-menu li {
        position: relative;
    }

        .dropdown-menu li a {
            color: #000 !important;
            padding: 8px 10px;
        }
    /*.dropdown-menu li a:hover{
            color:#fff!important;
           
        }*/
    .dropdown-menu .submenu {
        display: none;
        left: 100%;
        top: 0;
    }

    .dropdown-menu > li:hover > .submenu,
    .dropdown:hover > .dropdown-menu {
        display: block;
    }

    .ctm-mob-menu-btn {
        display: none;
    }
}





.ctm-mob-menu {
    display: none;
}





/* Header Css Start*/
/* Common Btns*/
.header-right {
    display: flex;
    justify-content: end;
}

.header-btn {
    font-size: calc(14px + (18 - 14) * ((100vw - 300px) / (1920 - 300)));
    color: var(--color-white);
    font-weight: 500;
    padding: 12px 25px;
    text-decoration: none;
    border: 1px solid transparent;
    border-radius: 5px;
    margin-bottom: 0;
    text-align: center;
    background-color: var(--sec-color);
    display: inline-block;
    transition: 0.5s all ease-in;
}

    .header-btn:hover {
        background-color: transparent;
        border: 1px solid var(--color-white);
        color: var(--color-white);
    }



/*Navigation Css Start*/
/*.nav-list ul li a {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    color: #FFFFFF;
}

.sticky-header .nav-list ul li a {
    color: #082A5E;
}



.nav-list ul {
    gap: 50px;
}



.nav-btn-list {
    display: flex;
    justify-content: center;
    align-items: center;
}

#wrapper-navbar {
    background-color: #7C0418;
    transition: 0.3s ease-in;
}

.nav-btn-list ul li a {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    padding-right: 50px !important;
}

    .nav-btn-list ul li a:hover {
        color: white;
        font-weight: 500;
    }

.mnav-opp-holder a {
    background: #082A5E;
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #FFFFFF;
    text-decoration: none;
    padding: 12px 30px 12px 33px;
    border-radius: 5px;
}

.navbar {

    padding: 12px 0;
}*/
.banner-main {
    background-color: #E5D0D9;
    padding-top:90px;
    padding-bottom:0;
   
}
.cnt-banner label {
    background: var(--sec-color);
    border-radius: 2px;
    font-weight: 500;
    font-size: 16px;
    line-height: 27px;
    color: #FFFFFF;
    padding: 5px 10px;
    margin-bottom: 10px;
    display: inline-block;
}

.cnt-banner h1 {
    font-family: "Rasa", serif;
    font-weight: 600;
    font-size: calc(28px + (60 - 28) * ((100vw - 300px) / (1920 - 300)));
    /*line-height: 65px;*/
    color: var(--color-black);
    margin-bottom: 15px;
}

.cnt-banner p {
    font-weight: 400;
    font-size: calc(13px + (18 - 13) * ((100vw - 300px) / (1920 - 300)));
    line-height: 29px;
    color: rgba(0, 0, 0, 0.63);
    margin-bottom: 20px;
}

.form-head {
    font-weight: 700 !important;
    font-size: 28px !important;
    line-height: 34px !important;
    color: #082A5E !important;
    background-color: transparent !important;
    text-align: start;
    padding: 0 !important;
    margin-bottom: 15px !important;
    display: block;
}

.banner-form input {
    background: #FFFFFF;
    border-radius: 5px;
    padding: 13px 0px 14px 23px;
}

    .banner-form input::placeholder {
        font-weight: 300;
        font-size: 13px;
        line-height: 20px;
        color: rgba(0, 0, 0, 0.63);
    }

.banner-form .btn11 {
    border-radius: 5px !important;
    padding: 15px 23px  !important;
    width: 100%;
    background:var(--sec-color);
    border-radius: 5px;
    border: none;
    font-weight: 500;
    font-size: 18px;
    line-height: 20px;
    color: var(--color-white);
    transition:0.4s all ease;
}
.banner-form .btn11:hover {
    background-color:var(--pri-color);

}
.ban-car {
    padding-top: 45px;
    padding-bottom: 45px;
    background: linear-gradient(0deg, #880c24 -100.79%, rgb(12 29 73 / 0%) 100%);
}


/*Navigation Css End*/
/*top Uni Css Start*/
.uni-box {
    margin-bottom: 40px;
}

    .uni-box span {
        display: block;
        font-weight: 600;
        font-size: 24px;
        line-height: 31px;
        color: #000000;
        margin-top: 20px;
    }

    .uni-box p {
        font-weight: 400;
        font-size: 15px;
        line-height: 25px;
        color: rgba(0, 0, 0, 0.63);
        margin-top: 12px;
        min-height: 125px;
    }

    .uni-box a {
        padding: 12px 25px;
        border: 1px solid #082A5E;
        border-radius: 5px;
        font-weight: 500;
        font-size: calc(13px + (18 - 13) * ((100vw - 300px) / (1920 - 300)));
        line-height: 27px;
        color: #000000;
        text-decoration: none;
        display: inline-block;
        margin-top: 30px;
        transition:0.5s ease-in;
    }

        .uni-box a:hover {
            background: #082A5E;
            border-radius: 5px;
            font-weight: 500;
            font-size: 18px;
            line-height: 27px;
            color: #FFFFFF;
        }

.top-uni {
    padding-bottom: 40px;
}

    .top-uni h2 {
        margin-bottom: 50px;
    }
/*stop uni css end*/
/*Popular section Css Start*/
.popular h2 {
    margin-bottom: 50px;
}

.popular {
    background-color: #D2D2D2;
}


.pop-box-cnt span {
    display: block;
    font-weight: 600;
    font-size: 25px;
    line-height: 30px;
    color: #FFFFFF;
}

.pop-box-cnt p {
    font-weight: 400;
    font-size: 15px;
    line-height: 21px;
    color: #FFFFFF;
    margin: 0;
}

.pop-box img {
    border-radius: 10px;
}

.pop-box {
    position: relative;
    margin-bottom:50px;
}

    .pop-box:hover:after {
        background: linear-gradient(180deg, rgba(12, 29, 73, 0) 0%, #7c0418 77.4%);
    }

    .pop-box:after {
        content: '';
        position: absolute;
        background: linear-gradient(180deg, rgba(12, 29, 73, 0) 0%, #082a5e 77.4%);
        min-height: 200px;
        width: 100%;
        height: 100%;
        top: 0;
        right: 0;
        left: 0;
        border-radius: 10px;
        transition: 0.3s ease-in;
    }

.pop-box-cnt {
    position: absolute;
    padding: 0px 0px 15px 25px;
    bottom: 0;
    z-index: 1;
}
/*Popular section Css End*/
/*l-ranking css start*/
.l-ranking p {
    font-weight: 400;
   /* font-size: 18px;
    line-height: 29px;*/
    text-align: center;
    color: rgba(0, 0, 0, 0.63);
    text-align: center;
    padding: 0 20px;
    /*  margin-top: 25px;*/
    margin-bottom:25px;
   /* margin-bottom: 60px;*/
}

.rank-box {
    background: #7C0418;
    border-radius: 20px;
    padding:20px;
    /*padding: 0px 20px 0px 20px;*/
    min-height: 390px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height:100%;
}

    .rank-box h3 {
        font-weight: 600;
        font-size: 20px;
        line-height: 29px;
        text-align: center;
        color: #FFFFFF;
        margin: 0;
    }

    .rank-box p {
        font-weight: 400;
        font-size: 14px;
        line-height: 26px;
        text-align: center;
        color: #FFFFFF;
        margin-top: 12px;
        margin-bottom: 18px;
        padding: 0;
    }

    .rank-box span {
        display: block;
        margin-bottom: 30px;
        font-weight: 600;
        font-size: 18px;
        line-height: 26px;
        text-align: center;
        color: #FFFFFF;
    }

    .rank-box a {
        border: 1px solid #FFFFFF;
        border-radius: 5px;
        text-decoration: none;
        font-weight: 600;
        font-size: 18px;
        line-height: 27px;
        text-align: center;
        color: #FFFFFF;
        padding: 12px 25px;
        display: inline-block;
        transition: 0.3s ease-in;
    }

        .rank-box a:hover {
            background-color: #082A5E;
            color: white;
            border: 1px solid #082A5E;
        }

.rank-img-box {
    border-radius: 20px;
    height: 100%;
    position: relative;
}

    .rank-img-box:after {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        background: #090909;
        opacity: 0.4;
        left: 0;
        top: 0;
        border-radius: 20px;
    }

    .rank-img-box img {
        border-radius: 20px;
        height: 100%;
        width: 100%;
        object-fit: cover;
    }

.rank-box-1 {
    background-color: #082A5E;
}

    .rank-box-1 a:hover {
        background-color: #7C0418;
    }


/*l-ranking css end*/
/* Footer Style */
.news-letter .sbt-ns {
    background: #FFFFFF;
    border-radius: 5px;
    padding: 11px 18px;
    color: black;
    border:0;
}

.news-letter input {
    background:var(--color-white);
    border-radius: 5px;
    font-weight: 500;
    font-size: 15px;
    color:var((--color-black));
    width: 80%;
    padding:2px 12px;
    border: none;
}

.news-letter {
    display:flex;
    gap:5px;
}

    .news-letter input:focus {
        outline: none;
        border: 0;
    }
/*new*/
.footer-logo-holder {
    margin-bottom: 20px;
}

.foot-col {
    margin-bottom: 30px;
}

.cf-info {
    display: flex;
    margin-bottom: 10px;
    color: #fff;
    text-decoration: none;
    gap: 15px;
    align-items: flex-start;
}

/* Newsletter section */
.nscf-info {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

.cf-info-foo {
    display: flex;
    gap: 15px;
    align-items: flex-end;
}

    .cf-info-foo a {
        color: #fff;
        text-decoration: none;
        font-size: 15px;
    }

        .cf-info-foo a i {
            color: var(--pri-color);
            margin-right: 6px;
        }

.nl-signup-form-holer {
    display: flex;
    gap: 16px;
}

.nl-signup-label {
    flex: 1 0 125px;
    max-width: 125px;
}

.ns-form input {
    height: 46px;
    border: 1px solid #fff;
    background-color: transparent;
    padding: 5px 14px;
    border-radius: 12px;
}

.nl-btn {
    font-size: 14px;
    padding: 14px 44px;
    border-radius: 12px;
    background: #1D50F8;
    color: #fff;
    border: 0px solid #1D50F8;
    margin-left: -30px;
}

/* Newsletter section End */
.sm-link i {
    border: 1.334px solid #FFFFFF;
    padding: 9px;
    border-radius: 50%;
    margin-right: 15px;
    width: 32px;
    height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.foot-col p {
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 20px;
    margin-top: 40px;
}

.ctm-footer {
    padding-top: 120px;
    color: #fff;
    background-image: url('../images/footer-bg.png');
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}

.footer-widget-title {
    font-weight: 500;
    font-size: calc(18px + (22 - 18) * ((100vw - 300px) / (1920 - 300)));
   /* line-height: 21px;*/
    color:var(--color-white);
    margin-bottom: 25px;
}

.foo-nav-list {
    padding-left: 0;
    list-style: none;
}

    .foo-nav-list li a, .foo-nav-list li {
        text-decoration: none;
        transition: 0.3s ease-in-out;
        font-weight: 400;
        font-size: 16px;
        line-height: 32px;
        color: #FFFFFF;
    }

        .foo-nav-list li a:hover {
            color: var(--color-white)!important;
        }

.foo-bottom {
    display: flex;
    justify-content: center;
    padding: 18px 0;
    background-color: #7C0418;
    margin-top: 40px;
}

.copyright-foo {
    font-weight: 500;
    font-size: calc(12px + (15 - 12) * ((100vw - 300px) / (1920 - 300)));
    line-height: 27px;
  
    color:var(--color-white);
}

.nav-foo {
    display: flex;
    gap: 15px;
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    justify-content: end;
    font-size: calc(12px + (15 - 12) * ((100vw - 300px) / (1920 - 300)));
}

    .nav-foo li a {
        color: var(--color-white);
        text-decoration: none;
    }

ul.nav-foo li:after {
    content: "|";
    margin-left: 16px;
}

ul.nav-foo li:last-child:after {
    content: "";
    margin-left: 0;
}

/*.foo-navigatio-holder {
    padding-bottom: 50px;
}*/



/* Footer Style end */
/* Nabeel Styling Start*/
.step-box {
    background-color: var(--color-white);
    min-height: 340px;
    border: 0;
    border-radius: 20px;
    padding: 30px 25px;
    border-bottom: 13px solid var(--pri-color);
    margin-bottom: 25px;
    position: relative;
    transition: 0.10s all linear;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

    .step-box .step-box-icon {
        margin: 10px 0;
    }

    .step-box .step-box-text span {
        font-size: calc(20px + (24 - 20) * ((100vw - 300px) / (1920 - 300)));
        font-weight: 500;
        color: var(--color-black);
        margin-bottom: 15px;
    }

    .step-box:hover {
        background-color: var(--pri-color);
        cursor: pointer;
    }

        .step-box:hover .step-box-text span,
        .step-box:hover .step-box-text p {
            color: var(--color-white);
        }
/*.step-box:hover .step-box-icon img {
 filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(1%) hue-rotate(263deg) brightness(101%) contrast(102%);
}*/
.faq-sec {
    position: relative;
}

.faq-sec  .accordion-item {
        background-color: var(--color-white);
        border:0;
        border-radius:13px!important;
        margin-bottom:15px;
        box-shadow: 0px 0px 29.3px rgba(0, 0, 0, 0.07);
}

        .faq-sec .accordion-item .accordion-button {
            font-size: calc(17px + (20 - 17) * ((100vw - 300px) / (1920 - 300)));
            font-weight: 600;
            color: var(--color-black);
            border:0;
            box-shadow:none;
            border-radius:13px 13px 0 0;
            
        }

    .faq-sec .accordion-item .accordion-body {
        font-size: calc(13px + (16 - 13) * ((100vw - 300px) / (1920 - 300)));
        font-weight: 400;
        color: var(--color-black);
        border-radius:0 0 13px 13px;
    }

    .faq-sec .accordion-button:not(.collapsed)::after {
        filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(1%) hue-rotate(263deg) brightness(101%) contrast(102%);
    }

    .faq-sec .accordion-button:not(.collapsed) {
        background-color: var(--pri-color);
        color: var(--color-white);
    }
    .faq-sec .accordion-body:not(.collapsed) {
        background-color: var(--pri-color);
        color: var(--color-white);
    }
    .faq-sec .accordion-item.collapsed {
        background-color: var(--pri-color); /* Change to your default color */
    }
.aac-list{
    padding:0;
    margin:10px 0;
}
    .aac-list li {
        list-style:none;
        font-size: calc(13px + (15 - 13) * ((100vw - 300px) / (1920 - 300)));
        font-weight: 400;
        color: var(--color-white);
        margin-bottom:8px;
        padding-left:25px;
        position:relative;
    }
        .aac-list li::before {
            content: "\f00c";
            color: var(--color-white);
            position: absolute;
            left: 0;
            top: 0;
            font-family: 'FontAwesome';
            font-size: 14px;
        }
.inner-banner {
    position: relative;
    padding: 100px 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.inner-banner::before {
    content:"";
    position:absolute;
    background-color:var(--pri-color);
    width:25%;
    height:85%;
    right:0;
    top:8%;
    border:0;
    border-radius:20px 0 0px 20px;
    
}
.inner-banner .row{
    position:relative;
    z-index:1;
}
.mis-box {
    background-color: var(--color-white);
    box-shadow: 0px 0px 29.3px rgba(0, 0, 0, 0.07);
    border-radius: 20px;
    padding:40px 25px;
    min-height:350px;
}
.mis-box h3{
   font-size: calc(22px + (30 - 22) * ((100vw - 300px) / (1920 - 300)));
   font-weight: 500;
   color: var(--color-black);
}
.step-box{
    min-height:270px;
}
.testimonial-box {
    background-color: var(--color-white);
    box-shadow: 0px 0px 29.3px rgba(0, 0, 0, 0.07);
    border-radius: 20px;
    padding:50px 25px;
}
.testimonial-box span{
   font-size:calc(18px + (22 - 18) * ((100vw - 300px) / (1920 - 300)));
   font-weight:600;
   color: var(--pri-color);
}
.testimonial-box h5{
    font-family: "Rasa", serif;
     font-size:calc(24px + (40 - 24) * ((100vw - 300px) / (1920 - 300)));
   font-weight:600;
   color:var(--color-black);
   margin-bottom:5px;
}
.testimonial-box h6{
   font-size:calc(14px + (18 - 14) * ((100vw - 300px) / (1920 - 300)));
   font-weight:400;
   color:var(--color-black);
   margin-bottom:20px;
}
.testimonial-item-profile{
    display:flex;
    align-items:center;
    margin-top:15px;
}
.testimonial-item-profile .testimonial-item-profile-img img{
    margin-right:25px;
    width:75px;
    height:75px;
    border:0;
    border-radius:50%;
}
.testimonial-item p {
    font-size:calc(13px + (16 - 13) * ((100vw - 300px) / (1920 - 300)));
    font-weight: 400;
    color: #0000008f;
    margin-bottom: 20px;
    /* opacity:0.5;*/
    padding-left: 35px;
    position: relative;
}
.testimonial-item p::before {
    content:"";
    background-image:url('/assets/images/icons/quote.png');
    background-size:contain;
    background-repeat:no-repeat;
    position:absolute;
    left:-2px;
    top:0;
    width:35px;
    height:35px;
}
.testimonial-item-profile {
    font-size: 15px;
    color: #0000008f;
    font-style: normal;
}
.testimonial-item-profile .testimonial-item-profile-text label{
    font-weight:600;
    color: #0000008f;
    display:block;
    
}
.testimonial-item-profile .testimonial-item-profile-text p{
     font-weight:400;
      display:block;
      font-style:normal;
}
.testimonial-item-profile-text label {
    font-size: calc(13px + (16 - 13) * ((100vw - 300px) / (1920 - 300))) !important;
    font-weight: 500!important;
    color: var(--color-black) !important;
    opacity: 0.5;

}
.testimonial-item-profile-text span {
    font-size: calc(13px + (16 - 13) * ((100vw - 300px) / (1920 - 300))) !important;
    font-weight: 400;
    color: var(--color-black) !important;
    opacity: 0.5;
}
.uni-table {
    background-color: var(--color-white) !important;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px !important;
    border-radius: 10px !important;
    border: 0;
}
.uni-table thead tr {
   background-color: var(--color-white);
/*   margin-bottom:20px;*/
border:0;
    
}
.uni-table thead tr th{
    padding:15px;
   /* height:60px;*/
     font-weight:600;
     font-size:16px;
     border:0;

}
.uni-table .bg-custm{
    background-color:var(--pri-color);
    color:var(--color-white);
}
.uni-table tbody tr{
    background-color:#FBFBFB;
    margin-bottom:10px;
    border-bottom:10px solid var(--color-white);
}
.uni-table tbody tr td{
    padding:15px;
  /*  display:flex;*/
    align-items:center;
    font-size:calc(14px + (18 - 14) * ((100vw - 300px) / (1920 - 300)));
    font-weight:600;
    margin-bottom:15px;
}
.contact-form {
    position: relative;
    background: #FFFFFF;
    box-shadow: 0px 0px 29.3px rgba(0, 0, 0, 0.07);
    border-radius: 29px;
    padding: 20px 25px 40px 25px;
}
.contact-form input{
    width:100%;
    border:0;
    height: 70px;
    background: #FBFBFB;
    border-radius: 12px;
    padding:2px 10px;

}
.contact-form textarea{
    width:100%;
    border:0;
    height:100px;
    background: #FBFBFB;
    border-radius: 12px;
     padding:2px 10px;

}
.contact-form .btn-sbt{
    background-color:#082A5E;
    font-size:16px;
    letter-spacing:1px;
    font-weight:500;
    border:0;
    border-radius:10px;
    color:#fff;
    padding:12px 25px;
    height:50px;
}
.contact-box{
    margin-bottom:20px;
}
.contact-box span{
    display: block;
    font-size: 28px;
    font-weight: 600;
    font-family: 'Rasa';
    color: var(--color-black);
}
.contact-box p,
.contact-box a{
    display:block;
    font-size: 18px;
    font-weight: 500;
    color:var(--color-black);
    text-decoration:none;
    opacity:0.5;
}

.row.line {
    margin-top: 20px;
    position: relative;
}

.row.line:before {
position: absolute;
    content: "";
    background-image: url(/assets/images/contact-line.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    left: -50px;
    top: 0;
}


.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: #FFF!important;
    background:var(--pri-color);
    border: 0;
    border-radius:5px;
}
.dataTables_paginate .paginate_button.previous,
.dataTables_paginate .paginate_button.next {
    display: none;
}
.thankyou-banner {
    position: relative;
    padding: 100px 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.blog-banner {
    position: relative;
    padding: 100px 0;
    background-color:var(--pri-color);
}
.blog-content h4 {
    font-size: calc(20px + (24 - 20) * ((100vw - 300px) / (1920 - 300)));
    font-weight: 600;
    color: var(--color-black);
}
.privacy-list {
    padding-left: 30px;
}

    .privacy-list li::marker {
        color:var(--color-black);
    }

    .privacy-list li {
        font-size: 18px;
        font-weight: 400;
        color: black;
    }

.right_form{
    padding:10px 0;
    position:relative;
}
.right_form h3 {
    font-size: calc(20px + (28 - 20) * ((100vw - 300px) / (1920 - 300)));
    font-weight: 600;
    color: var(--pri-color);
    margin-bottom:20px;
}
.right_form input{
    width:100%;
    height:50px;
    border:1px solid #ccc;
    padding:2px 10px;
    border-radius:5px;

}
.right_form textarea{
     width:100%;
    height:100px;
    border:1px solid #ccc;
    padding:2px 10px;
    border-radius:5px;
}
.main-popup .btn-close{
    position:absolute;
    right:0;
    top:5px;
    opacity:1;
}
.main-popup .frm-sbt {
    font-size: calc(14px + (18 - 14) * ((100vw - 300px) / (1920 - 300)));
    color: var(--color-white);
    font-weight: 500;
    padding: 12px 25px;
    text-decoration: none;
    border: 1px solid transparent;
    border-radius: 5px;
    margin-bottom: 0;
    text-align: center;
    background-color: var(--pri-color);
    display: inline-block;
    transition: 0.5s all ease-in;
    width:100%;
}
/* Nabeel Styling End*/
@media (max-width:1400px) {
    .inner-banner {
        padding:80px 0;
    }

    .row.line:before {
        left: -28px;
    }
}
@media (max-width:1200px) {
    .inner-banner {
        padding: 60px 0;
    }

    .contact-box p, .contact-box a {
        font-size: 15px;
    }
     
}
@media (max-width:991px) {
    .inner-banner{
        padding:40px 0;
    }
    .inner-banner::before {
        display: none;
    }
    .header-right {
        display: none;
    }

    .row.line:before {
        left: -75px;
    }
}
@media (max-width:768px) {

    .row.line {
        text-align: center;
    }

        .row.line:before {
            display: none;
        }

}
@media (max-width: 575.98px) {
    .brand-logo img {
        max-width: 80px;
    }

    .contact-box span {
        font-size: 20px;
    }

    .contact-box {
        margin-bottom: 6px;
    }

    .row.line {
        margin-top: 0px;
    }

    .ctm-footer {
        padding-top: 20px;
    }

    .footer-logo-holder img {
        width: 130px;
    }

    .foot-col {
        margin-bottom: 20px;
    }

        .foot-col p {
            margin-bottom: 20px;
            margin-top: 20px;
        }

    .space-p-tb {
        padding: 20px 0;
    }

    .space-p-t {
        padding-top: 20px;
    }

    .space-p-b {
        padding-bottom: 20px;
    }

}
@media (max-width: 479.98px) {
      
}

    






/**********Media Quries End********/
