

nav.navbar.navbar-expand-lg {
    flex-wrap: wrap;
    /* padding-top: 20px; */
    padding: 15px 0;
}

a {
    text-decoration: none;
}

.navbar-light .navbar-nav .nav-link {
    color: #fff;
    font-weight: 600;
    margin: 0 12px;
    text-transform: capitalize;
    font-size: 15px;
    margin: 0;
}

.navbar-light .navbar-nav .nav-link:hover {
    color: var(--themeblue);
}
.text-box {
    position: relative;
}

.banner2 ul li:before{

    content: "";
    width: 20px;
    height: 22px;
    position: absolute;
    left: 0;
    background: url(image/check-green.webp) no-repeat;
    background-size: contain;

}

section.ser9 {
    background:#ee8434;
    padding: 50px 60px;
}

section.ser9 * {
    color: #fff !important;
}

div#accordionExample .accordion-item {
    border-left: none;
    border-right: none;
    border-color: rgb(255 255 255 / 17%);
    background: transparent;
}

div#accordionExample .accordion-item:first-of-type {
    border-radius: 0;
}

div#accordionExample .accordion-button {
    color: #7e7d89;
    padding: 18px 0;
    font-size: 18px;
    background: transparent;
}

div#accordionExample .accordion-item:first-of-type .accordion-button {
    border-radius: 0;
}

div#accordionExample .accordion-item:last-of-type .accordion-button.collapsed {
    border-radius: 0;
}

div#accordionExample .accordion-button::after {
    background: url(image/plus.webp) no-repeat;
    width: 21px;
    height: 21px;
    background-position: center;
}

div#accordionExample .accordion-button:not(.collapsed)::after {
    background: url(image/minus.webp) no-repeat;
    background-position: center;
}

div#accordionExample .accordion-item:last-of-type {
    border: none;
}

div#accordionExample .accordion-button:not(.collapsed) {
    box-shadow: none;
}

div#accordionExample .accordion-button::after {
    background: url(image/plus.png) no-repeat;
    width: 21px;
    height: 21px;
    background-position: center;
}

nav.navbar.navbar-expand-lg .content-area a {
    display: block;
    color: var(--themeblue);
    font-weight: 700;
    font-size: 13px;
}

nav.navbar.navbar-expand-lg .twi {
    margin-left: auto;
    margin-right: 15px;
    display: flex;
    align-items: center;
    font-size: 15px;
}

nav.navbar.navbar-expand-lg .twi .image-area {
    background: var(--themeblue);
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50px;
    margin: 0 8px 0 0;
}

nav.navbar.navbar-expand-lg .twi .image-area img {
    filter: brightness(0) invert(1);
    width: 100%;
    padding: 6px;
}

nav.navbar.navbar-expand-lg a.chat {
    display: inline-block;
    background: #ee8434;
    color: #fff;
    padding: 9px 25px;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 4px;
    font-size: 14px;
}

.navbar-light .navbar-brand {
    padding: 0;
    margin: 0px;
}

/*nav.navbar.navbar-expand-lg .container {*/
/*    max-width: 1290px;*/
/*}*/

.navbar-expand-lg .navbar-collapse {
    margin-right: 0px;
}

.navbar-light .navbar-brand img {
    max-height: 50px;
}
.header-fixed{ transition: all 0.4s ease; }
.header-fixed { position: fixed; top: 0; left: 0; right: 0; width: 100%; z-index: 10; }
.header-navbar ul.navbar-nav ul.dropdown-menu .dropdown-item:hover, .header-navbar ul.navbar-nav ul.dropdown-menu .dropdown-item:active { background-color: #d3e9ff;  }
.header-navbar ul.navbar-nav ul.dropdown-menu { 
    padding: 0px;
    border-radius: 0px 0px;
    margin-top: 2px;
}
.banner {
    /* background: url(image/banner.webp) no-repeat; */
    background: var(--themeblue);
    /* background-size: cover; */
    padding: 70px 0;
    overflow: hidden;
}

.content-area{
    color: #fff;
}

.banner img.home-page {
    max-width: 100%;
    position: relative;
    left: 20px;
    /* bottom: -60px; */
}

nav.navbar.navbar-expand-lg a.chat {
    display: inline-block;
    background: #ee8434;
    color: #fff;
    padding: 9px 25px;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 4px;
    font-size: 14px;
}

.banner h1 {
    font-weight: 700;
    margin: 0 0 10px;
    font-size: 2.5rem;
}


ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.banner ul {
    display: flex;
    flex-wrap: wrap;
}

.banner ul li {
    flex: 0 0 50%;
    padding-right: 1rem;
}

.banner ul li span {
    display: block;
    background: #fff;
    color: var(--themeblue);
    text-align: center;
    font-weight: 700;
    padding: 15px 0;
    /* height: 78px; */
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: center; */
    border-radius: 5px;
}


    font-weight: 600;
}

section.customer-support {
    background: var(--themeblue);
}

section.customer-support * {
    color: #fff;
}

section.customer-support .twi {
    display: flex;
}

section.customer-support .twi .content-area {
    padding: 40px 0 0 40px;
}

section.customer-support h6 {
    margin: 0;
    color: var(--themelblue);
}

section.customer-support .content-area p {
    font-weight: 300;
}

section.customer-support small {
    background: #00559d;
    display: block;
    text-align: center;
    padding: 11px 0;
    margin: 20px 0 0;
}

section.customer-support .testimonial-box {
    position: relative;
}

section.customer-support .testimonial-box:before {content: "";width: 143px;height: 84px;background: url(image/quote-left-icon.webp) no-repeat;position: absolute;left: -100px;top: -20px;background-size: contain;}

section.customer-support .testimonial-box:after {content: "";width: 143px;height: 84px;background: url(image/quote-right-icon.webp) no-repeat;position: absolute;right: -160px;bottom: 70px;background-size: contain;}

section.new-banner ul li {
    position: relative;
    padding-left: 30px;
    color: var(--themeblue);
    font-weight: 500;
}

section.sec3 ul {
    display: flex;
    margin: 0 0 40px;
}

section.sec3 ul li {padding: 0 12px;flex: 0 0 20%;}

section.sec3 ul li .box, .owl-carousel .owl-item .box {
    background-color: #fff;
    box-shadow: 1px 7px 21px 1px rgb(153 153 153 / 40%);
    padding: 0 0 15px;
}

section.sec3 ul li h6, .owl-carousel .owl-item h6 {
    background: #ee8434;
    color: #fff;
    font-weight: 400;
    padding: 12px 0;
    margin: 0;
}

section.sec3 ul li h6 strong, .owl-carousel .owl-item h6 strong {
    display: block;
}

section.sec3 ul li small, .owl-carousel .owl-item small {
    display: block;
    font-weight: 600;
    line-height: 17px;
}
.subject-areas-slider .owl-item img {
    width: 88px !important;
    margin: 28px auto;
}


section.sec3 ul li img {
    max-height: 88px;
    margin: 30px 0;
}

section.sec3 a {
    color: var(--themeblue);
    font-weight: 600;
}

section.sec3 a span {
    display: inline-block;
    font-size: 23px;
    vertical-align: middle;
    font-weight: 500;
}

section.sec3 ul li:first-child small {
    color: #53338a;
}

section.sec3 ul li:last-child small {
    color: #a86c66;
}

section.sec3 ul li:nth-child(2) small {
    color: #5ac0aa;
}

section.sec3 ul li:nth-child(3) small {
    color: #d1a536;
}

section.sec3 ul li:nth-child(4) small {
    color: #59a9af;
}

section.sec3 ul li:first-child .box, .subject-areas-slider .owl-item .box {
    background-image: url(image/list-bg1.webp);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: right bottom;
}

section.sec3 ul li:nth-child(2) .box {
    background-image: url(image/list-bg2.webp);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: right bottom;
}

section.sec3 ul li:nth-child(3) .box {
    background-image: url(image/list-bg3.webp);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: right bottom;
}

section.sec3 ul li:nth-child(4) .box {
    background-image: url(image/list-bg4.webp);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: right bottom;
}

section.sec3 ul li:last-child .box {
    background-image: url(image/list-bg5.webp);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: right bottom;
}
section.sec3 ul li:last-child .box {
    background-image: url(image/list-bg5.webp);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: right bottom;
}


section.new-banner ul li:before {
    content: "";
    width: 20px;
    height: 22px;
    position: absolute;
    left: 0;
    background: url(image/check-green.webp) no-repeat;
    background-size: contain;
}

section.new-banner a.btn1 {
    /* width: 183px; */
    /* text-align: center; */
}

section.new-banner a.btn1.ms-2 {
    background: transparent;
    color: var(--themelblue);
}

.econ-pg section.new-banner.lazy-background.visible {
    background: url(image/business-banner.webp) no-repeat;
    background-size: cover;
}

section.econ1 {
    background: var(--themeblue);
}

section.econ1 * {
    color: #fff;
}

section.econ2 ul li {
    font-weight: 600;
}

.medical-slider ul.slick-dots {
    display: flex;
    justify-content: center;
    margin: 30px 0 0;
    display: none;
}

.medical-slider ul.slick-dots li button {border: none;background: transparent;color: var(--themeblue);font-weight: 500;}

.medical-slider ul.slick-dots li.slick-active button {
    color: var(--themelblue);
}

.medical-slider .slick-arrow {
    border: none;
    padding: 0;
    background: transparent;
    color: var(--themeblue);
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    font-size: 0;
    width: 24px;
}

.medical-slider button.slick-next:before {content: "\276F";font-size: 16px;}

.medical-slider button.slick-prev:before {content: "\276E";font-size: 16px;}

.medical-slider button.slick-next {
    right: -110px;
}

.medical-slider button.slick-prev {
    left: -110px;
}

.medical-slider button.slick-disabled {
    opacity: 0;
    visibility: hidden;
}

section.econ3 {
    background: var(--themeblue);
}

section.econ3 h2 {
    color: #fff;
}

section.econ3 .box {
    background: #fff;
    padding: 20px 25px;
}

section.econ3 .box h5 {
    font-weight: 600;
}

.table-slider .item {
    background: #edf6ff;
    padding: 30px 10px;
}

.table-slider table.table * {
    color: var(--themeblue);
}

.table-slider table.table td {
    font-weight: 500;
    border-bottom: none;
    border-left: 2px solid rgb(0 70 124 / 24%);
    padding: 10px 20px;
}

.table-slider table.table td:first-child, .table-slider table.table th:first-child {
    border: none;
}

.table-slider table.table th {
    padding: 10px 20px;
    border-bottom: none;
    border-left: 2px solid rgb(0 70 124 / 24%);
}

.table-slider table.table td:nth-child(3) {
    width: 17%;
}

.table-slider table.table td:last-child {
    width: 15%;
}

.table-slider table.table td:first-child {
    width: 20%;
}

.table-slider table.table {
    margin: 0;
    font-size: 15px;
}

.table-slider ul.slick-dots {
    display: flex;
    justify-content: center;
    margin: 0;
    background: #edf6ff;
    padding: 0 0 20px;
}

.table-slider ul.slick-dots li button {border: none;background: transparent;color: var(--themeblue);font-weight: 500;}

.table-slider ul.slick-dots li.slick-active button {
    color: var(--themelblue);
}

.table-slider .slick-arrow {
    border: none;
    padding: 0;
    background: transparent;
    color: var(--themeblue);
    position: absolute;
    top: auto;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: 0 auto;
    font-size: 0;
    width: 24px;
}

.table-slider button.slick-next:before {content: "\276F";font-size: 16px;}

.table-slider button.slick-prev:before {content: "\276E";font-size: 16px;}

.table-slider button.slick-next {
    right: -110px;
}

.table-slider button.slick-prev {
    left: -110px;
}

.table-slider button.slick-disabled {
    opacity: 0;
    visibility: hidden;
}

.life-pg section.new-banner.lazy-background.visible {
    background: url(image/life-banner.webp) no-repeat;
    background-size: cover;
}

.phy-pg section.new-banner.lazy-background.visible {
    background: url(image/physical-banner.webp) no-repeat;
    background-size: cover;
}

.social-pg section.new-banner.lazy-background.visible {
    background: url(image/social-banner.webp) no-repeat;
    background-size: cover;
}

.medical-pg section.new-banner.lazy-background.visible {
    background: url(image/medical-banner.webp) no-repeat;
    background-size: cover;
}

.plag-pg section.ser1 .box {
    padding-top: 30px;
}

.plag-pg section.ser1 .box h2 {
    height: auto;
}

.plag-pg section.ser-cta {
    background: var(--themeblue);
}

.plag-pg section.ser-cta * {
    color: #fff;
}

.case-pg section.new-banner.lazy-background.visible {
    background: url(image/case-banner.webp) no-repeat;
    background-size: cover;
}

section.case1 {
    background: #f4f4f4;
}

.case-pg section.ser11.lazy-background.visible {
    background: url(image/ser-bg-white.webp) no-repeat;
    background-size: cover;
    background-position: center;
}

.case-pg section.ser11 h2 {
    color: var(--themeblue);
}

.case-pg section.ser11 .col-md-4.col-lg-4 .twi {
    height: 412.25px;
    box-shadow: 1px 7px 21px 1px rgb(153 153 153 / 40%);
}

.case-pg section.sec-hiw {
    background: var(--themeblue);
}

.case-pg section.sec-hiw h2 {
    color: #fff;
}

.case-pg section.sec-hiw .twi:before {
    background: var(--themeblue);
    color: #fff;
}

.case-pg section.ser-cta {
    background: var(--themeblue);
}

.case-pg section.ser-cta * {
    color: #fff;
}

section.case2 {
    background: var(--themeblue);
}

section.case2 h2 {
    color: #fff;
}

section.case2 .box {
    background: #fff;
    border-top: 10px solid var(--themelblue);
    padding: 0 0 1.5rem;
    box-shadow: 1px 7px 21px 1px rgb(153 153 153 / 40%);
}

section.case2 .box .box-blue {
    background: #c9e4fe;
    padding: 20px 0;
}

section.case2 .box ul li {
    font-size: 15px;
    font-weight: 600;
    position: relative;
    padding: 0 0 0 20px;
}

section.case2 .box ul li.close {
    color: #8e8e8e;
}

section.case2 .box ul li:before {content: "\2714";position: absolute;left: 0;color: var(--themelblue);}

section.case2 .box ul li.close:before {content: "\2716";color: #8e8e8e;}

section.case2 .box p {
    font-size: 15px;
    font-weight: 500;
}

section.case2 .box+.box {
    border-top-color: #ffc000;
}

section.case2 a.btn1.withoutbg {
    background: transparent;
    border-color: #fff;
}

.navbar-nav .dropdown-menu1 {
    min-width: 40rem;
    padding: 15px 0.7rem;
    box-shadow: 0 0 15px 0 rgb(0 0 0 / 15%);
    border: none;
    left: -58px;
    background: #cbcbcb;
}

.navbar-nav .dropdown-menu1 a.dropdown-item {
    padding: 5px 8px;
    white-space: initial;
    margin-bottom: 6px;
}

.navbar-nav .dropdown-menu1 a.dropdown-item strong {
    display: block;
}

.navbar-nav .dropdown-menu1 a.dropdown-item small {
    font-size: 13px;
    line-height: 17px;
    display: block;
}

.navbar-nav .dropdown-menu1 .col-md-4.col-lg-4 {
    padding: 20px 20px 0;
    background: #f6f6fb;
}

.navbar-nav .dropdown-menu1 .col-md-4.col-lg-4:first-child {
    background: #fff;
}

.navbar-nav .dropdown-menu1 h6 {
    color: #7d7d7d;
    font-size: 0.8rem;
    margin: 0 0 10px;
}
.banner-content h1 {  font-size: 55px;  }
.banner-content p {
    font-size: 24px;
    line-height: 1.3;
    font-weight: 500;
}
section.contact1 .col-md-7.col-lg-7 {
    background: #fff;
    box-shadow: 0 0 16px #ddd;
    padding: 30px 30px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

section.contact1 .col-md-5.col-lg-5 {
    background: var(--themeblue);
    padding: 38px 20px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

section.contact1 ul * {
    color: #fff;
}

section.contact1 ul li p {
    margin: 0;
    font-size: 15px;
}

section.contact1 ul li {
    display: flex;
    align-items: center;
    margin: 0 0 30px 0;
}

section.contact1 ul li strong {
    display: block;
    font-size: 22px;
    font-weight: 500;
}

section.contact1 ul li .image-area {
    margin: 0 20px 0 0;
    min-width: 115px;
    text-align: center;
}

section.contact1 ul li .image-area img {
    max-height: 90px;
    width: auto;
}

section.contact1 button.submit {
    background: var(--themeblue);
    color: #fff;
    border: none;
    padding: 10px 40px;
    border-radius: 30px;
    height: inherit;
    transition: 0.3s;
}

section.contact1 .form-control {
    border-radius: 0;
    border: none;
    border-bottom: 1px solid rgb(108 117 125 / 50%);
    color: rgb(108 117 125);
    font-weight: 600;
    padding: 8px 0;
    height: auto;
}

.academic-pg section.thesis-cta.text-center {
    padding-top: 0;
}

.footer-widgets .pad-left1 ul, .footer-widgets .pad-left2 ul {
    margin: 28px 0 0;
}

.publication-support section.new-banner.lazy-background.visible {
    background: url(image/publication-banner.webp) no-repeat;
    background-size: cover;
    background-position: right center;
}

section.psupp2.lazy-background.visible {
    background: url(image/psupp-bg2.webp) no-repeat;
    background-size: cover;
}

section.psupp2 .twi {
    background: #fff;
    padding: 25px;
    box-shadow: 0 0 20px rgb(0 0 0 / 15%);
    border-left: 5px solid var(--themelblue);
}

section.psupp2 .twi h4 {
    font-weight: 600;
    letter-spacing: 0.5px;
    margin: 0 0 1rem;
}

section.psupp2 .twi h4 span {
    margin-left: auto;
    color: var(--themelblue);
}

section.psupp2 .twi a.details {
    color: var(--themelblue);
    font-weight: 500;
    text-transform: capitalize;
    font-size: 17px;
}

.psupp3.lazy-background.visible {
    background: url(image/psupp-bg3.webp) no-repeat;
    background-size: cover;
}

.psupp3 .text-box * {
    color: #fff;
}

.psupp3 .box {
    background: #fff;
    padding: 40px 30px;
}

.psupp3 h3 {
    font-weight: 700;
}

section.psupp3 .accordion-item:first-of-type .accordion-button {
    border-radius: 0;
}

section.psupp3 .accordion-item:first-of-type {
    border-radius: 0;
}

section.psupp3 .accordion-button:focus {
    box-shadow: none;
}

section.psupp3 .accordion-button:not(.collapsed) {
    background: transparent;
    box-shadow: none;
}

section.psupp3 .accordion-item {
    border: none;
    border-bottom: 1px solid rgb(0 70 124 / 15%);
}

section.psupp3 .accordion-button {
    position: relative;
    font-weight: 500;
    color: var(--themelblue);
}

section.psupp3 .accordion-button span.llastt {
    position: absolute;
    left: 51%;
    color: var(--themeblue);
}

.packs-pg section.ser1 .box {
    background: #e8e5e5;
    border-color: #939393;
    padding: 30px 0;
    box-shadow: none;
}

.packs-pg section.ser1 .box h5 {
    font-size: 16px;
    font-weight: 700;
    padding: 0 20px;
}

.packs-pg section.ser1 .box h5 strong {
    font-weight: 700;
    font-size: 40px;
}

.packs-pg section.ser1 .box h6 {
    padding: 0 20px;
    font-size: 14px;
    color: var(--themelblue);
}

.packs-pg section.ser1 .box h6 strong {
    font-size: 34px;
}

.packs-pg section.ser1 .box a.btn1 {
    background: var(--themeblue);
    border-color: var(--themeblue);
}

.packs-pg section.ser1 .box hr {
    height: 2px;
    background: #939393;
    opacity: 1;
}

.packs-pg section.ser1 .box h3 small {
    display: block;
    font-size: 16px;
}

.packs-pg section.ser1 .box h3 {
    font-weight: 700;
    font-size: 2.25rem;
}

.gold-pack section.ser1 .box {
    background: #f2e6c9;
    border-color: #cb9b27;
}

.gold-pack section.ser1 .box hr {
    background: #cb9b27;
}

.platinum-pack section.ser1 .box {
    background: #f3f4f9;
    border-color: #a5a8c5;
}

.platinum-pack section.ser1 .box hr {
    background: #a5a8c5;
}

.custom-pack section.ser1 .box {
    background: #fffcef;
    border-color: #e4c764;
    box-shadow: 1px 7px 21px 1px rgb(153 153 153 / 40%);
}

.custom-pack section.ser1 .box hr {
    background: #e4c764;
}

a.float.whatsapp {
    position: fixed;
    bottom: 50px;
    left: 40px;
    z-index: 1;
}

.ser10 .box {
    background: #fff;
    padding: 30px 25px;
    /* height: 171.97px; */
}

.ser10 .box * {
    color: var(--themeblue);
}

.ser10 .box h5 {
    font-size: 24px;
    font-weight: 700;
}

.compare-plans .package-table * {
    color: #252525;
}

.compare-plans table.table .btn1 {
    color: #fff;
    padding: 7px 40px;
    border-radius: 4px;
}

.compare-plans table.table small {
    font-weight: 500;
}

.compare-plans table.table th {
    font-size: 18px;
}

.compare-plans table.table td strong {
    font-size: 18px;
}

div#exampleModal .modal-dialog {
    max-width: 600px;
}

div#exampleModal .img-fluid {
    position: absolute;
    left: 0;
    bottom: 7px;
}

div#exampleModal .mb-3 {
    position: relative;
}

div#exampleModal .form-control, div#exampleModal .form-select {
    border-radius: 0;
    padding: 10px 10px 10px 50px;
    border: none;
    border-bottom: 1px solid #ced4da;
    color: rgb(33 37 41 / 75%);
    background: transparent;
}

div#exampleModal .modal-body {
    padding: 30px 40px;
    position: relative;
}

div#exampleModal .modal-content.lazy-background.visible {
    background: url(image/popup-bg.webp) no-repeat #fff;
    border: none;
    border-radius: 20px;
    background-size: cover;
}

div#exampleModal button.btn-close {
    position: absolute;
    right: 30px;
}

.extra-pages ul {
    padding-left: 2rem;
    list-style-type: disc;
    margin-bottom: 1rem;
}

.extra-pages ul li {
    padding-bottom: 0.5rem;
}

.extra-pages ul li:last-child {
    padding: 0;
}

.extra-pages ul li ul {
    margin: 0.5rem 0;
}

.extra-pages ul.no-margin {
    margin: 0;
}

.copyright .quick-links {
    font-size: 14px;
}

section.thankyou img {
    max-width: 400px;
    margin: 0 0 30px;
}

section.thankyou a {
    background: var(--themelblue);
    color: #fff;
    padding: 10px 40px;
    border-radius: 35px;
    display: inline-block;
    margin: 5px 0 0;
}


.fixed-top {
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}


/*********************************LIBRARY WORK*********************************/
form#w0 {
    margin-top: 62px;
    margin-bottom: 60px;
}
button.btn.btn-primary {
    margin-top: 30px;
}
.form-group select{
    height: 40px !important;

}
section#contact .form-group input,
section#contact .form-group textarea {
    padding: 20px;
}
section#contact .form-group input.form-control {
    height: auto;
}

section#contact .form-group textarea.form-control {
    height: 248px;
}

section#contact .form-control:focus {
    border-color: #fed136 !important;
    box-shadow: none;
}
.table > thead > tr {
    background-color:#424a5f !important;
}
.table > thead > tr th {
    color:white;
    font-size:16px;
    line-height: 24px;

}

.table > thead > tr th a{
    color:white;
    text-decoration:none;

}
.hoverdropdown .dropdown-menu {
        right: -57.8%;
        top: 0px;
        border: 0;
    border-radius: 2px 2px;
    box-shadow: 1px 1px 10px #c9c9c9;
}
.hoverdropdown .dropdown-menu li a {
    font-size: 14px;
    padding: 5px 18px !important;
    font-weight: 600;
}
.hoverdropdown .dropdown-item:after {  transform: rotate(-90deg);  }
.testimonail-banner{
        background-image: url('image/testimonials1.webp');
        background-size:cover;
}
.review-testimonail {
    box-shadow: 1px 1px 10px rgb(9 60 98 / 23%);
    padding: 30px 30px;
    border-radius: 6px 6px;
    transition: all 0.4s ease;
    margin-top: 22px;
}
.review-testimonail:hover, .review-testimonail:active, .review-testimonail:focus {
    background-color: #ededed;
}
.review-testimonail p {
    margin-bottom: 9px;
    height: 100%;
    min-height: 170px;
    overflow: hidden;
    max-height: 170px;
    color: #1a1a1a;
    font-size: 16px;
}
.review-testimonail h5 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0px;
}
.review-testimonail ul li {
    color: #ffe175;
    font-size: 16px;
    margin: 0px 1px;
}
.pack-scroll {
    height: 100%;
    min-height: 285px;
    max-height: 285px;
    overflow-y: scroll;
}
.pack-scroll::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

.pack-scroll::-webkit-scrollbar
{
	width: 6px;
	background-color: #F5F5F5;
}

.pack-scroll::-webkit-scrollbar-thumb
{
	background-color: var(--themeblue);
}
.newpack-box .box:before {  display: none;  }
.newpack-box ul {
    border-top: 1px solid #d4e2ef;
    padding-top: 19px !important;
}
.newpack-box ul h6 {
    color: #0081fa;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 10px;
}
.newpack-box ul li {
    width: 49%;
    display: inline-block;
}
.newpack-box .box ul li:nth-last-child(2), .newpack-box .box ul li:last-child { color: #00467c !important; }
.newpack-box .box ul li:nth-last-child(2):before, .newpack-box .box ul li:last-child:before
 {
    content: "\2714" !important;
    color: var(--themelblue) !important;
}
.article-thesis-bg {
    background-image: url(image/banner-article--thesis.webp) !important;
    background-size: 76% !important;
    background-position: 79% 86% !important;
    padding-bottom: 125px !important;
}
.thesis-cont h1 {  font-size: 3rem;  }
.thesis-cont p{ font-size: 19px;} 
.connect-text h3 {
    font-size: 30px !important;
    line-height: 1.2 !important;
    font-weight: 700;
}
.quote-btn {
    color: #00467c !important;
    border: 0px;
    padding: 8px 20px;
    font-size: 14px;
    border-radius: 4px 4px;
    margin-top: 20px;
    font-weight: 700;
}
.testimonialreview .carousel-inner {  max-width: 654px; margin: auto; }
.testimonialreview .carousel-inner .image-area img {
    width: 102px;
    border-radius: 50px 50px;
    margin-bottom: 7px;
}
.testimonialreview .carousel-indicators {  bottom: -60px;  }
.testimonialreview .carousel-indicators button {  background-color: #00467c; width: 16px; }
.client-slider .owl-item .item { padding: 15px;  }
.client-slider .owl-nav {
    position: absolute;
    top: -42px;
    right: 48px;
}
.client-slider .owl-nav button { margin: 0px 4px;  }
.client-slider .owl-nav button span {
    font-size: 24px;
    border: 1px solid #00457b;
    width: 32px;
    display: block;
}
.subject-areas-slider .owl-carousel .owl-stage-outer { height: auto !important; }
.subject-areas-slider .owl-carousel .owl-stage {
    padding-top: 10px;
    padding-bottom: 20px;
}



