.thankyou-page-section {
    background: linear-gradient(90deg, rgba(9, 70, 139, 1) 0%, rgba(30, 132, 246, 1) 100%);
    padding: 50px 0px;
}

@keyframes scrollDownAnimation {
    from {
        transform: translateY(0);
    }

    to {
        transform: translateY(-10px);
    }
}


/**
 * ----------------------------------------
 * animation slide-top
 * ----------------------------------------
 */

@-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);
    }
}

/**
 * ----------------------------------------
 * animation slide-right
 * ----------------------------------------
 */
@-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: scrollDownAnimation .5s ease infinite alternate;
    -webkit-animation: scrollDownAnimation .5s ease infinite alternate;
}

/* Move reCAPTCHA v3 badge to the left */

.grecaptcha-badge {
    width: 70px !important;
    overflow: hidden !important;
    transition: all 0.3s ease !important;
    left: 0px !important;
    z-index: 9;
}

.grecaptcha-badge:hover {
    width: 256px !important;
}

.form-banner {
    padding: 20px;
    background: linear-gradient(45deg, #00488c3d, #0083f073);
    /* background-color: #007fe95c !important; */
    border-radius: 6px;
    box-shadow: 0px 0px 14px 0px rgb(0 100 187);
    margin-top: 70px;
}

.mt-10 {
    margin-top: 10px;
}

.row.new-form {
    text-align: center;
}

.form-banner p {
    color: white !important;
    text-align: center;
    background-color: green;
    padding: 5px
}

.form-banner img {
    position: absolute;
    top: -115px;
    right: -52px;
}

.form-banner h2 {
    text-align: center;
    font-size: 32px;
    color: #000000;
    font-weight: 600;
    margin-bottom: 10px;
}

.form-banner h4 {
    text-align: center;
    color: #000000;
    font-weight: 600;
    font-size: 19px;
    margin-top: 10px;
}

.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: #ffffff;
    line-height: normal;
    display: block;
}

.form-banner input[type="text"],
.form-banner input[type="tel"],
.form-banner input[type="email"],
.form-banner .form-banner-select {
    width: 100%;
    height: 44px;
    border: none;
    padding-top: 12px;
    border-bottom: 2px solid #0171ef;
    border-radius: 5px;
    background-color: white;
    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: 0px;
    border-radius: 5px;
    /*margin-top: 14px;*/
    border-image: linear-gradient(45deg, #004c94, #0085f3) 10;
    margin-bottom: 10px;
    border-bottom: 2px solid;
    color: #7575a0;
}

.form-banner textarea {
    width: 84%;
    padding: 10px;
    resize: none;
    margin-top: 14px;
    height: 100px;
    border: none;
    padding-top: 12px;
    border-bottom: 2px solid #0071ef;
    border-radius: 5px;
    background-color: white;
    padding-left: 15px;
    padding-bottom: 12px;
    border-image: linear-gradient(45deg, #004c94, #0085f3) 10;
    margin-bottom: 10px;
}

.form-submit {
    text-align: center;
    margin-top: 20px;
}

.form-submit input[type="submit"] {
    cursor: pointer;
    display: inline-block;
    width: 165px;
    height: 65px;
    line-height: 65px;
    text-align: center;
    border-radius: 65px;
    background-color: #ffffff;
    color: #ec2527;
    font-size: 18px;
    border: 0px;
    font-weight: 500;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
}

.form-submit input[type="submit"]:hover,
.form-submit input[type="submit"]:active,
.form-submit input[type="submit"]:focus {
    background-color: #000;
    color: #fff;
}

input[type="submit"] {
    cursor: pointer;
    display: inline-block;
    width: 142px;
    height: 42px;
    text-align: center;
    border-radius: 5px;
    background-color: #013668;
    color: #ffffff;
    font-size: 18px;
    border: 0px;
    font-weight: 600;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    padding-top: 4px;
}

.header-info {
    display: none;
}

.floating_btn {
    position: fixed;
    bottom: 0px;
    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(0px);
    animation: pulse 1.5s infinite;
    box-shadow: 0 0 0 0 #42db87;
    -webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    /* animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1); */
    font-weight: normal;
    font-family: sans-serif;
    text-decoration: none !important;
    transition: all 300ms ease-in-out;
}

/* Additional CSS Start */

.transform-content h2 {
    font-weight: 700;
    font-size: 44px;
    text-align: center;
}

.services-area .services-items .item i,
.services-area .services-items .item h6,
.services-area .services-items .item {
    font-weight: 600;
}

.services-area .services-items .item:hover i,
.services-area .services-items .item:hover h6 .services-area .services-items .item:hover h4 {
    color: #fff;
    font-weight: 600;
}

.services-area .services-items .item {
    padding: 25px 25px;
    padding-top: 50px;
    position: relative;
    z-index: 1;
    border-radius: 5px;
    box-shadow: 0 0 10px #ccc;
    background: #ffffff;
}


.thumb .welcome-banner {
    -webkit-animation: slide-top 3s linear infinite alternate both;
    animation: slide-top 3s linear infinite alternate both;
    
}

.background-content h2 {
    text-align: center;
    margin-bottom: 35px;
    font-weight: 600;
}

.content li {
    display: grid;
}

.items-box-2 {
    margin-top: 20px;
}

.service-sec-img {
    padding-top: 12px;
    -webkit-animation: slide-right 6s ease-in-out infinite alternate both;
    animation: slide-right 6s ease-in-out infinite alternate both;
}

.welcome-service-sec {
    margin-top: -45px;
}

.transform-Research-start {
    padding: 50px 50px;
}

.transform-content h2 {
    margin-bottom: 25px;
}

.attr-nav ul {
    padding: 0;
    margin: 0 0 -17px 0;
    list-style: none;
    display: inline-block;
    
}
                             

 nav.navbar.bootsnav li.dropdown ul.dropdown-menu {
        background: #ffffffe7 none repeat scroll 0 0;
 }

 .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 0px 0px 0px;
}


.sec-project {
    background: linear-gradient(100deg,rgba(1, 54, 104, 1) 0%, rgba(8, 106, 216, 1) 55%);
    background-size: cover;
    background-position: center;
    padding: 100px 100px;
    margin-top: 20px;
}

.text-center h2{
    color: #000;
}

.content-2 h2{
    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 100px;

}

.sec-packages .text-box p{
    color: #fff;
}

.sec-project h2{
    color: #fff;
}


.pack-scroll {
    height: 100%;
    min-height: 285px;
    max-height: 285px;
    overflow-y: scroll;
}

section.sec-packages .box2 p {
    background: url('../img/gradient-bg2.webp') no-repeat;
    background-size: 100% 100%;
}

section.sec-packages .box3 p {
    background: url('../img/gradient-bg3.webp') no-repeat;
    background-size: 100% 100%;
}

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,rgba(1, 54, 104, 1) 0%, rgba(8, 106, 216, 1) 55%);
    color: #fff;
    display: inline-block;
    padding: 13px 30px;
    font-weight: 600;
    border: 1px solid #fff;
}


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 0 30px;
}

section.sec-packages .box ul li {
    position: relative;
    font-weight: 600;
}

section.sec-packages .box ul li:last-child:before, section.sec-packages .box ul li:nth-last-child(2):before {
    content: "\2716";
    color: #898989;
}

section.sec-packages .box:after {
    content: "";
    background: #fff;
    position: absolute;
    left: 0px;
    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;
}

.text-box p{
    color: #fff;
    
}

.text-box h2{
    color: #fff;
}


.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 h4 strong {
    display: block;
}

.ser-cta p {
    font-weight: 600;
    font-size: 15px;
    padding: 0 40px 0 0;
}

p:last-child {
    margin: 0;
}

.ser11{
    background: #013668;
    padding: 100px 100px;
    margin-top: 50px;
}

.ser11 h2{
    color: #fff;
}

.ser11 .twi {
    background: #086ad8;
    padding: 25px;
    height: 100%;
    border-radius: 12px;

}

section.ser11 .twi h4 {
    color: #fff;
    font-weight: 600;
    padding-right: 15px;
    font-size: 1.4rem;
}

.ser11 .twi p {
    font-size: 15px;
    color: #fff;
}

.ser11 img {
    max-height: 53px;
}

.services-packs{
    padding: 100px 0px 100px 0px;

    }

.services-packs .box p{
    color: #000;
}

.services-packs h2{
    color: #000;
}


.services-packs .box {
    background: #fff;
    box-shadow: 1px 7px 21px 1px rgb(153 153 153 / 40%);
    padding: 30px;
}

.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, rgba(1, 54, 104, 1) 0%, rgba(8, 106, 216, 1) 55%);
    color: #fff;
    display: inline-block;
    padding: 13px 30px;
    font-weight: 600;
    border: 1px solid #fff;
    margin-left: 61%;
}

.jp-h6{
    margin-top: 12px;
    color: #000;
    font-weight: 600;
}


.psupp2{
    background: #013668;
    padding: 100px 100px;
    margin-top: 30px;
}

.article-content h2{
    color: #fff;
}

.psupp2 .article-content p{
    color: #fff;
}


.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;
}

.review-para{
    color: #fff;
}

.service-pack-heading h2{
   color: #000;
   padding-top: 25px;
}

.econ1 {
    background: #013668;
    padding: 50px 50px;
    margin-top: 25px;
    color: #fff;
}

.econ1-content h2{
    color: #fff;
}

.text-center .econ1-content p{
    color: #fff; 
}

.text-center p{
color: #000;
}

.econ2{
    padding: 60px 0px;
    color: #000000;
}

.econ2 ul li {
    font-weight: 600;
    background-color: #f2f2f2;
    padding: 12px;
    border-radius: 12px;
}


.text-center-2 h2{
    color: #000;
    font-size: 42px;
}


.econ3{
    background: #013668;
    padding: 100px 100px;
}

.econ3 .text-center h2{
    color: #fff;
}

.econ3 .box {
    background: #fff;
    padding: 20px 25px;
    height: 100%;
}

.des{
   
    gap: 86px;
}

.econ4{
    padding: 100px 100px;
}

.econ4 .text-center h2{
    color: #000000;
}

.table-slider .item {
    background: #086ad8;
    padding: 30px 10px;
}

.table-slider table.table th {
    padding: 10px 20px;
    border-bottom: none;
    border-left: 2px solid #fff;
    background: #013668;
}

.table>thead>tr th {
    color: white;
    font-size: 16px;
    line-height: 24px;
}


.table>:not(caption)>*>* {
    padding: .5rem .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 {
    background: #013668;
    padding: 100px 100px;
    color: #fff;
}

.academic2 h1{
     color: #fff;
}

.academic2 .headd {
    background: linear-gradient(0deg,rgba(1, 54, 104, 0.76) 0%, rgba(8, 106, 216, 1) 50%);
    height: 110px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 10px;
}

.academic2 .content-area {
    padding: 20px;
}



.box h4 {
    color: #fff;
}

.box p{
    color: #fff;
}

.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: aliceblue;
    padding: 12px;
    border-radius: 22px;

}

.thesis-cta p {
    color: #000;
}

.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;
    padding: 100px 100px;
}

.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;
}

/* .form {
    padding: 30px;
    background-color: #41464b0f;
    border: 3px solid white;
    border-radius: 24px;
    color: black;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    margin-top: 85px;
}

.form-heading h2{
    text-align: center;
    font-weight: 700;
}

.form button[type="submit"] {
    text-align: center;
    border: none;
    width: 100%;
    padding: 8px 0px 8px 0px;
    font-weight: 500;
    color: #086ad8;
    font-size: 20px;
    margin-top: 12px;
    background:   #ffffff;
    border-radius: 4px;
    
    
}

.form input {
    margin-top: 12px;
}

.form textarea{
    margin-top: 12px;
} */


.service-pg-section {
    padding: 100px 0px;
}

.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: none;
    border-radius: 0;
    padding: 0;
}


.article-cta{
    background-color: #f2f2f2;
    padding: 100px 100px;
}




/*  ADDITIONAL CSS SEND  */ 

@media only screen and (max-width: 786px) {
    .header-info {
        display: flex;
        justify-content: space-around;
        background: #006ecc;
        padding: 8px 0px;
    }

    .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: 0px;
        width: 27%;
    }

    .features-area .item-grid:first-child .item:first-child h5 {
        color: #000000;
    }

    /* .features-area .item-grid .item:hover:first-child .item:first-child h5 {
        color: #ffffff;
    } */
    .features-area .item-grid:last-child .item:last-child h5 {
        color: #000000;
    }

    .features-area .item-grid .item:hover h5 {
        color: #ffffff !important;
    }
}