.form-banner textarea,
select {
    border-image: linear-gradient(45deg, #004c94, #0085f3) 10;
    margin-bottom: 10px;
}
.thankyou-page-section {
    background: linear-gradient(90deg, #09468b 0, #1e84f6 100%);
    padding: 50px 0;
}
@keyframes scrollDownAnimation {
    from {
        transform: translateY(0);
    }
    to {
        transform: translateY(-10px);
    }
}
@-webkit-keyframes slide-top {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        -webkit-transform: translateY(-100px);
        transform: translateY(-100px);
    }
}
@keyframes slide-top {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
}
@-webkit-keyframes slide-right {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        -webkit-transform: translateX(100px);
        transform: translateX(100px);
    }
}
@keyframes slide-right {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        -webkit-transform: translateX(100px);
        transform: translateX(100px);
    }
}
.contact-whatsapp {
    position: fixed;
    z-index: 10;
    bottom: 22px;
    left: 25px;
    animation: 0.5s infinite alternate scrollDownAnimation;
    -webkit-animation: 0.5s infinite alternate scrollDownAnimation;
}
.grecaptcha-badge {
    width: 70px !important;
    overflow: hidden !important;
    transition: 0.3s !important;
    left: 0 !important;
    z-index: 9;
}
.grecaptcha-badge:hover {
    width: 256px !important;
}
.form-banner {
    padding: 20px;
    background: linear-gradient(45deg, #00488c3d, #0083f073);
    border-radius: 6px;
    box-shadow: 0 0 14px 0 rgb(0 100 187);
    margin-top: 70px;
}
.form-banner h4,
.mt-10 {
    margin-top: 10px;
}
.form-submit,
.items-box-2 {
    margin-top: 20px;
}
.form-submit,
.row.new-form {
    text-align: center;
}
.form-banner p {
    color: #fff !important;
    text-align: center;
    background-color: green;
    padding: 5px;
}
.form-banner h2,
.form-banner h4 {
    text-align: center;
    color: #000;
    font-weight: 600;
}
.form-banner img {
    position: absolute;
    top: -115px;
    right: -52px;
}
.form-banner h2 {
    font-size: 32px;
    margin-bottom: 10px;
}
.form-banner h4 {
    font-size: 19px;
}
.form-banner h4 a {
    color: #009a67;
    font-size: 22px;
    font-weight: 900;
}
.form-banner h4 a:hover {
    color: #21a4d4;
    text-decoration: underline !important;
}
.form-banner label {
    margin-top: 15px;
    color: #fff;
    line-height: normal;
    display: block;
}
.form-submit input[type="submit"],
input[type="submit"] {
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    transition: 0.3s ease-in-out;
    text-align: center;
}
.form-banner .form-banner-select,
.form-banner input[type="email"],
.form-banner input[type="tel"],
.form-banner input[type="text"] {
    width: 100%;
    height: 44px;
    border: none;
    padding-top: 12px;
    border-bottom: 2px solid #0171ef;
    border-radius: 5px;
    background-color: #fff;
    padding-left: 15px;
    padding-bottom: 12px;
    border-image: linear-gradient(45deg, #004c94, #0085f3) 10;
    margin-bottom: 10px;
}
select {
    width: 100%;
    height: 50px;
    padding: 10px;
    border: 0;
    border-radius: 5px;
    border-bottom: 2px solid;
    color: #7575a0;
}
.form-banner textarea {
    width: 84%;
    padding: 12px 10px 12px 15px;
    resize: none;
    margin-top: 14px;
    height: 100px;
    border: none;
    border-bottom: 2px solid #0071ef;
    border-radius: 5px;
    background-color: #fff;
}
.form-submit input[type="submit"] {
    width: 165px;
    height: 65px;
    line-height: 65px;
    border-radius: 65px;
    background-color: #fff;
    color: #ec2527;
    border: 0;
    font-weight: 500;
    -webkit-transition: 0.3s ease-in-out;
}
.form-submit input[type="submit"]:active,
.form-submit input[type="submit"]:focus,
.form-submit input[type="submit"]:hover {
    background-color: #000;
    color: #fff;
}
input[type="submit"] {
    width: 142px;
    height: 42px;
    border-radius: 5px;
    background-color: #013668;
    color: #fff;
    border: 0;
    font-weight: 600;
    -webkit-transition: 0.3s ease-in-out;
    padding-top: 4px;
}
.header-info {
    display: none;
}
.floating_btn {
    position: fixed;
    bottom: 0;
    left: 30px;
    width: 100px;
    height: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}
@keyframes pulsing {
    to {
        box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
    }
}
.contact_icon {
    background-color: #42db87;
    color: #fff;
    width: 60px;
    height: 60px;
    font-size: 30px;
    border-radius: 50px;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translatey(0);
    animation: 1.5s infinite pulse;
    box-shadow: 0 0 0 0 #42db87;
    -webkit-animation: 1.25s cubic-bezier(0.66, 0, 0, 1) infinite pulsing;
    -moz-animation: 1.25s cubic-bezier(0.66, 0, 0, 1) infinite pulsing;
    -ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    font-weight: 400;
    font-family: sans-serif;
    text-decoration: none !important;
    transition: 0.3s ease-in-out;
}
.transform-content h2 {
    font-weight: 700;
    font-size: 44px;
    text-align: center;
}
.services-area .services-items .item,
.services-area .services-items .item h6,
.services-area .services-items .item i {
    font-weight: 600;
}
.services-area .services-items .item:hover h6 .services-area .services-items .item:hover h4,
.services-area .services-items .item:hover i {
    color: #fff;
    font-weight: 600;
}
.services-area .services-items .item {
    padding: 50px 25px 25px;
    position: relative;
    z-index: 1;
    border-radius: 5px;
    box-shadow: 0 0 10px #ccc;
    background: #fff;
}
/*.thumb .welcome-banner {*/
/*    -webkit-animation: 3s linear infinite alternate both slide-top;*/
/*    animation: 3s linear infinite alternate both slide-top;*/
/*}*/
.background-content h2 {
    text-align: center;
    margin-bottom: 35px;
    font-weight: 600;
}
.content li {
    display: grid;
}
.attr-nav ul,
.btn1,
.btn2 {
    display: inline-block;
}
.service-sec-img {
    padding-top: 12px;
    -webkit-animation: 6s ease-in-out infinite alternate both slide-right;
    animation: 6s ease-in-out infinite alternate both slide-right;
}
.welcome-service-sec {
    margin-top: -45px;
}
.transform-Research-start {
    padding: 50px;
}
.transform-content h2 {
    margin-bottom: 25px;
}
.attr-nav ul {
    padding: 0;
    margin: 0 0 -17px;
    list-style: none;
}
nav.navbar.bootsnav li.dropdown ul.dropdown-menu {
    background: #ffffffe7;
}
.copyright {
    padding-top: 5px;
    margin-top: 60px;
    margin-bottom: -50px;
    border-top: 1px solid #fff;
}
.fb-icon {
    text-align: start;
}
.terms-privacy-content {
    text-align: right;
}
.copyright-content {
    margin-top: 12px;
}
.content-area h4 {
    padding: 15px 0 0;
}
.sec-project {
    background: linear-gradient(100deg, #013668 0, #086ad8 55%);
    background-size: cover;
    background-position: center;
    padding: 100px;
    margin-top: 20px;
}
.econ4 .text-center h2,
.services-packs .box p,
.services-packs h2,
.text-center h2,
.text-center p,
.thesis-cta p {
    color: #000;
}
.academic2,
.academic2 h1,
.article-content h2,
.box h4,
.box p,
.btn1,
.btn2,
.content-2 h2,
.econ1-content h2,
.psupp2 .article-content p,
.review-para,
.sec-packages .text-box p,
.sec-project h2,
.ser11 .twi p,
.ser11 h2,
.text-box h2,
.text-box p,
.text-center .econ1-content p {
    color: #fff;
}
section.sec-project .twi {
    background: #fff;
    position: relative;
    display: flex;
    padding: 0 25px 25px;
    border-radius: 12px;
}
.sec-packages {
    background: #013668;
    padding: 100px;
}
.pack-scroll {
    height: 100%;
    min-height: 285px;
    max-height: 285px;
    overflow-y: scroll;
}
section.sec-packages .box2 p {
    background: url("../img/gradient-bg2.webp") 0 0/100% 100% no-repeat;
}
section.sec-packages .box3 p {
    background: url("../img/gradient-bg3.webp") 0 0/100% 100% no-repeat;
}
section.sec-packages .box p {
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    margin: 0 0 1.5rem;
}
section.sec-packages .box ul li:before {
    content: "\2714";
    color: var(--themelblue);
    font-weight: 400;
    margin-right: 7px;
}
.btn1 {
    background: linear-gradient(100deg, #013668 0, #086ad8 55%);
    padding: 13px 30px;
    font-weight: 600;
    border: 1px solid #fff;
    margin-left: auto;
}
section.sec-packages .box {
    background: #fff;
    text-align: center;
    border-radius: 20px;
    padding: 30px 0;
    position: relative;
    z-index: 1;
}
section.sec-packages .box ul {
    text-align: left;
    padding: 0 30px;
}
section.sec-packages .box ul li {
    position: relative;
    font-weight: 600;
}
section.sec-packages .box:after {
    content: "";
    background: #fff;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    border-radius: 20px;
    bottom: 0;
    z-index: -1;
    box-shadow: 1px 7px 21px 1px rgb(153 153 153 / 40%);
}
section.sec-packages .box:before {
    content: "";
    background: #086ad8;
    position: absolute;
    left: 20px;
    right: 20px;
    top: -25px;
    border-radius: 20px;
    bottom: -25px;
    z-index: -1;
}
.text-box {
    margin-bottom: 50px;
}
.resub-pg section.ctawithbg {
    background: #fff;
}
.ser-cta {
    padding: 30px 0;
    background: #e9e9e9;
}
.ser-cta h3 {
    font-size: 70px;
    margin: 0;
    line-height: 60px;
}
.ser-cta p,
.ser11 .twi p {
    font-size: 15px;
}
.ser-cta h4 strong {
    display: block;
}
.ser-cta p {
    font-weight: 600;
    padding: 0 40px 0 0;
}
p:last-child {
    margin: 0;
}
.ser11 {
    background: #013668;
    padding: 100px;
    margin-top: 50px;
}
.ser11 .twi {
    background: #086ad8;
    padding: 21px;
    height: 100%;
    border-radius: 12px;
     
}
section.ser11 .twi h4 {
    color: #fff;
    font-weight: 600;
    padding-right: 15px;
    font-size: 1.4rem;
}
.ser11 img {
    max-height: 53px;
}
.service-pg-section,
.services-packs {
    padding: 100px 0;
}
.services-packs .box {
    background: #fff;
    box-shadow: 1px 7px 21px 1px rgb(153 153 153 / 40%);
    padding: 12px;
}
.services-packs .box ul li {
    position: relative;
    font-weight: 600;
    flex: 0 0 50%;
}
.services-packs .box ul {
    display: flex;
    flex-wrap: wrap;
    color: #000;
}
.btn2 {
    background: linear-gradient(100deg, #013668 0, #086ad8 55%);
    padding: 13px 30px;
    font-weight: 600;
    border: 1px solid #fff;
    margin-left: 47%;
}
.academic2,
.econ1,
.econ3,
.psupp2 {
    background: #013668;
}
.jp-h6 {
    margin-top: 12px;
    color: #000;
    font-weight: 600;
}
.psupp2 {
    padding: 100px;
    margin-top: 30px;
}
.psupp2 .twi {
    background: #f2f2f2;
    padding: 25px;
    box-shadow: 0 0 20px rgb(0 0 0 / 15%);
    border-left: 5px solid var(--themelblue);
    border-radius: 12px;
}
.psupp2 .twi h4 {
    font-weight: 600;
    letter-spacing: 0.5px;
    margin: 0 0 1rem;
    color: #000;
}
.service-pack-heading h2 {
    color: #000;
    padding-top: 25px;
}
.econ1 {
    padding: 50px;
    margin-top: 25px;
    color: #fff;
}
.econ2 {
    padding: 60px 0;
    color: #000;
}
.academic2,
.econ4,
.ser10 {
    padding: 100px;
}
.econ2 ul li {
    font-weight: 600;
    background-color: #f2f2f2;
    padding: 12px;
    border-radius: 12px;
}
.text-center-2 h2 {
    color: #000;
    font-size: 42px;
}
.econ3 .text-center h2 {
    color: #fff;
    margin-top: 20px;
    border-bottom: 1px solid #fff;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}
.econ3 .box {
    background: #fff;
    padding: 20px 25px;
    height: 100%;
}
.des {
    gap: 65px;
}
.table-slider .item {
    background: #086ad8;
    padding: 30px 10px;
}
.table-slider table.table th {
    border-bottom: none;
    border-left: 2px solid #fff;
    background: #013668;
}
.table > thead > tr th {
    color: #fff;
    font-size: 16px;
    line-height: 24px;
}
.table > :not(caption) > * > * {
    padding: 0.5rem;
    background-color: var(--bs-table-bg);
    border-bottom-width: 1px;
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}
.table-slider table.table td {
    font-weight: 500;
    border-bottom: none;
    border-left: 2px solid #fff;
    padding: 10px 20px;
    color: #fff;
}
.table-slider table.table td:first-child {
    width: 20%;
}
.academic2 .headd {
    background: linear-gradient(0deg, rgba(1, 54, 104, 0.76) 0, #086ad8 50%);
    height: 110px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 10px;
}
.academic2 .content-area {
    padding: 20px;
}
.academic2 .box {
    border: 1px solid #086ad8;
    background: rgb(255 255 255 / 6%);
}
.thesis-cta h4 {
    color: #000;
    margin-top: 12px;
}
.thesis-cta .box {
    background-color: #f0f8ff;
    padding: 12px;
    border-radius: 22px;
}
.thesis-cta h2 {
    font-weight: 400;
    font-size: 2.8rem;
    color: #000;
}
.thesis-cta h2 strong {
    display: block;
    font-size: 2.5rem;
}
.ser10 {
    background: #f0f0f0;
}
.ser10 h2 {
    color: #000;
    font-weight: 700;
}
.ser10 .box h5 {
    font-size: 24px;
    font-weight: 700;
}
.ser10 .box {
    background: #fff;
    padding: 30px 25px;
    height: 171.97px;
}
.ps-3 {
    padding-left: 1rem !important;
}
.fs-32 {
    font-size: 32px;
    font-weight: 600;
}
.service-pg-box-content {
    padding: 50px;
    margin-top: 40px;
}
.service-pg-box-content span {
    background-color: #086ad8;
    padding: 10px;
    border-radius: 4px;
    color: #fff;
    font-size: 20px;
}
.service-pg-box-content .sect-order-text {
    color: #000;
    display: block;
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 24px;
    margin-top: 25px;
    background: 0 0;
    border-radius: 0;
    padding: 0;
}
.article-cta {
    background-color: #f2f2f2;
    padding: 20px 0px 20px 0px;
}

.detail-boxes p{
    color: #000;
}


@media only screen and (max-width: 786px) {
    .header-info {
        display: flex;
        justify-content: space-around;
        background: #006ecc;
        padding: 8px 0;
    }
    .header-info a {
        text-decoration: none;
        color: #fff;
        font-size: 12px;
    }
    .dm-none {
        display: none !important;
    }
    .dd-none {
        display: block !important;
    }
}
@media only screen and (max-width: 768px) {
    .form-banner img {
        position: absolute;
        top: -63px;
        right: 0;
        width: 27%;
    }
    .features-area .item-grid:first-child .item:first-child h5,
    .features-area .item-grid:last-child .item:last-child h5 {
        color: #000;
    }
    .features-area .item-grid .item:hover h5 {
        color: #fff !important;
    }
    .btn2 {
        margin-top: -64px;
        padding: 12px;
        margin-left: 12px;
    }
    
    .content-area a .btn5{
        margin-left: auto;
    }
    
    .reviewpara strong{
        color: #fff;
    }
    
    
}
