body {
    margin: 0;
    padding: 0;
    font-family: "Lato", sans-serif;
}
:root {
    --dark-green: #9cc675;
    --dark-yellow: #ab0c2f;
    --extra-light-brown: #fdf0d7;
    --light-brown: #ecd5ab;
    --dark-brown: #915b40;
    --light-yellow: #f8e3a8;
    --light-red: #f3ac99;
    --light-teal: #a6c8cc;
    --light-gray: #ddd5d6;
    --theme-color2: #ab0c2f;
}

.site-logo {
    width: 218.33px !important;
    margin-right: 50px;
}
.btn {
    border-radius: 5px;
    font-weight: normal;
    font-size: 15px;
    letter-spacing: 0.02em;
    line-height: 12px;
    text-align: center;
    font-weight: 600;
    font-size: 14px;
    padding: 14px 30px;
    cursor: pointer;
}
#myForm label.error {
    top: -6px !important;
    font-size: 9px !important;
    left: 2px !important;
    background: #e4e4e4;
    height: auto !important;
    padding: 0 4px !important;
    line-height: normal;
    color: red;
}
.btn-theme {
    background: var(--theme-color1);
    color: #212121;
}
.otp-btn:hover {
    color: white;
    opacity: 0.9;
}
.otp-btn {
    background: #202f5d;
    text-decoration: none;
    color: white;
    padding: 1px 8px 2px 8px;
    font-size: 13px;
    border-radius: 6px;
    position: absolute;
    right: 6px;
    top: -35px;
}
.c-container {
    margin: auto;
    width: 93%;
    position: relative;
    z-index: 1;
}

.btn-outline-white {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.1);
    background-image: none;
    border-width: 2px;
    border-color: #fff;
    font-weight: 500;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.btn {
    border-radius: 5px;
    font-weight: normal;
    font-size: 15px;
    letter-spacing: 0.02em;
    line-height: 12px;
    text-align: center;
    font-weight: 600;
    font-size: 14px;
    padding: 14px 30px;
    cursor: pointer;
}
.btn-outline-white:hover {
    background-color: #fff;
    color: var(--text-dark);
}
/* common css up */

.testimonial p {
    font-size: 28px;
    letter-spacing: 0.02em;
    line-height: 35px;
}
.testimonial .name {
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 0.04em;
    line-height: 35px;
    text-align: left;
}
.testimonial .designation {
    font-size: 14px;
    letter-spacing: 0.04em;
    text-align: left;
    color: #fff;
    opacity: 0.65;
}
.unt {
    margin-bottom: 20px;
    margin-top: 60px;
}
.hero-text {
    font-size: 30px;
    letter-spacing: 0.02em;
    color: #fff;
}
.gallery-thumbs {
    height: 100%;
    background: #e0e5f5;
}
.gallery-thumbs .swiper-wrapper {
    align-items: center;
}
.gallery-thumbs .swiper-slide {
    background-position: center;
    background-size: cover;
    width: 250px !important;
    height: 330px;
    position: relative;
}
.gallery-thumbs .swiper-slide img {
    filter: contrast(0.5) blur(1px);
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    height: 335px;
    object-fit: cover;
}
.gallery-thumbs .swiper-slide-active img {
    filter: contrast(1) blur(0px) !important;
}
.flex-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.flex-row .flex-col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.gallery-thumbs .swiper-wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.testimonial-section .quote {
    width: 98%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 50px;
    padding-right: 50px;
}
.swiper-container.testimonial {
    height: 450px;
}
.testimonial-section .user-saying {
    background: #21387b;
    width: 60%;
    color: #fff;
    height: 100%;
}
.testi-user-img {
    width: 40%;
}
.testimonial-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    height: 100%;
}
.why {
    padding: 50px 0;
    background: #eabe030d;
}
.testimonial-section .quote p {
    font-size: 20px;
    font-weight: 300;
    line-height: 1.8;
    font-style: italic;
    margin: 0;
}
.quote-icon {
    width: 38px;
    display: block;
    margin-bottom: 30px;
    filter: brightness(0) invert(1);
}
/*---------------------------------------*/
.menu-ul li a {
    text-decoration: none;
    color: black;
    font-weight: 600;
    font-size: 18px;
}
.menu-ul li {
    list-style: none;
    margin: 0 20px;
}
.menu-ul {
    display: flex;
    align-items: center;
    justify-content: end;
}
.main-header {
    padding: 5px 0;
}
.theme-btn:hover {
    transition: 0.3s ease-out;
    background: #293e83;
}
a.theme-btn img {
    height: auto;
    margin-right: 4px;
}
.theme-btn {
    background: #ab0c2f;
    padding: 10px 33px;
    border-radius: 13px;
    color: white !important;
    font-weight: 700 !important;
    text-transform: uppercase;
    transition: 0.3s ease-out;
    font-size: 14px;
    text-decoration: none;
    border: none;
    display: block;
    width: fit-content;
}
.blue-btn:hover {
    background: #ab0c2f;
}
.blue-btn {
    background: #202f5d;
}
@media (min-width: 1400px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1220px;
    }
}
.top-banner {
    background-size: cover;
}
.top-banner {
    position: relative;
    padding: 55px 0;
}
.top-banner:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: #041549e3; */
    background-image: linear-gradient(to left, #2b4184, #2b4184 22%, #ffffff00 52%, #ffffff00 41%, #e8e9ed 66%);
}
.top-banner .container {
    position: relative;
}
.left-content h1 {
    font-size: 54px;
    color: #2b4184;
    font-weight: 700;
}
.left-content p {
    font-size: 22px;
    color: #3f3f3f;
    margin: 16px 0 47px 0;
}
.container-full {
    padding: 0 56px;
}
.error {
    font-size: 12px;
}
.form-div {
    padding: 30px;
    background: #ffffff;
    margin: 0px 0 0 49px;
    border-radius: 5px;
    position: relative;
    /* top: 112px; */
    box-shadow: 0px 0px 10px #0000004d;
    border: 1px dotted red;
}
.form-div .form-control,
.form-select {
    padding: 10px;
    height: 50px !important;
    font-size: 12px;
}
.form-div .form-floating > label,
.form-select label {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    padding: 10px;
    font-size: 13px;
}
.form-head {
    color: #2b4184;
    text-align: center;
    font-size: 26px;
    margin-bottom: 20px;
    font-weight: bold;
}
.form-div input:focus,
.form-div select:focus {
    outline: 1px solid #ab0c2f;
    box-shadow: none;
    border: none;
}

.sec-titile {
    text-align: center;
}
.t-big {
    font-size: 50px;
    font-weight: 700;
    color: #373737;
}
.t-little {
    font-size: 23px;
    margin: 0 0 38px 0;
    text-align: left;
}
.t-little b {
    color: #202f5d;
}
.why-con:hover {
    background: #202f5d;
    transition: 0.3s ease-out;
}
.why-con img {
    width: 63px;
    margin-right: 25px;
}
.why-con {
    display: flex;
    align-items: center;
    background: #e0e5f5;
    padding: 25px;
    margin-bottom: 20px;
}
.con-head {
    font-size: 26px;
    font-weight: 600;
    color: #202f5d;
}
.why-con:hover .con-head,
.why-con:hover .img-con p {
    color: white;
    transition: 0.3s ease-out;
}
.img-con p {
    margin: 0;
    font-size: 20px;
}
.why-con:hover img {
    filter: brightness(0) invert(1);
    transition: 0.3s ease-out;
}
.process {
    padding: 50px 0;
}
.mauto {
    margin: 0 auto;
}
.pro-head {
    display: flex;
    align-items: center;
    font-weight: bold;
    font-size: 25px;
    line-height: normal;
}
.pro-head span {
    font-size: 66px;
    display: block;
    margin-right: 6px;
    font-weight: bold;
}
.pro-main {
    background: white;
    padding: 50px;
    border-radius: 25px;
}
.pro-main p {
    margin: 0;
    font-size: 21px;
}
.process .row .col-md-3:nth-child(odd) .pro-main {
    background: #21387b;
    margin: 0;
    color: white;
}
.process:before {
    display: none;
}
.pro-main {
    background: #ffeb3b;
    padding: 50px;
    border-radius: 25px;
    margin-top: 35px;
}
.spacer {
    padding: 50px 0;
}
.banner-bottom {
    padding: 100px 0 50px 0;
    background: #21387b !important;
}
.h-bann span {
    color: #ab0c2f;
}
.h-bann {
    font-size: 54px;
    color: white;
    font-weight: 800;
    position: relative;
    z-index: 2;
    line-height: normal;
}
.banner-left p {
    font-size: 38px;
    color: white;
    margin: 10px 0;
    position: relative;
    z-index: 2;
}
/*.banner-left:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #000000;
    z-index: 1;
    -webkit-filter: blur(100px);
}*/
.banner-left {
    position: relative;
}
.align-items-bottom {
    align-items: end;
}

.footer {
    background-color: #ffffff;
    color: #000000;
    padding: 60px 0 0px 0;
}
.footer-text-c {
    margin: 0;
    background: black;
    padding: 10px;
    border-top: 1px solid #4e4e4e;
    margin-top: 40px;
}
/* Logo Section */
.footer-logo img {
    height: 60px;
}

/* Address Section */
.footer-address h3 {
    margin-bottom: 10px;
    font-size: 18px;
}

.footer-address p {
    margin-bottom: 5px;
    font-size: 14px;
}

/* Quick Links Section */
.footer-links h3 {
    margin-bottom: 10px;
    font-size: 18px;
}

.footer-links ul {
    list-style: none;
}

.footer-links li {
    margin-bottom: 8px;
}

.footer-links a {
    text-decoration: none;
    color: #fff;
    font-size: 14px;
}

.footer-links a:hover {
    color: #f39c12;
}

/* Responsive Design */
@media (max-width: 768px) {
    .footer-container {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .footer-logo img {
        margin-bottom: 20px;
    }

    .footer-address,
    .footer-links {
        margin-bottom: 20px;
    }
}
.rts-section-padding {
    padding: 0 0 80px 0;
}
.rt-center {
    text-align: center;
}
.rts-program .row {
    padding: 50px 0;
}
a.program-link {
    font-size: 26px;
    color: #1f3479;
    margin-bottom: 10px;
    display: inline-block;
    line-height: 1.2;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
}
.rts-program-hover p {
    font-size: 16px;
    text-align: center;
}
.rts-program-hover img {
    background: white;
    padding: 20px;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    object-fit: contain;
    margin-bottom: 25px;
}
.rts-program-single__content {
    text-align: center;
}
.rts-program .row .col-lg-4:nth-child(2) {
    background: #d2d8ea;
}
.rts-program .col-lg-4 {
    background: #e0e5f5c2;
    padding: 36px 70px;
    transition: all 0.4s ease;
}
.rts-program .col-lg-4:hover .program-link,
.rts-program .col-lg-4:hover .rts-program-hover p {
    color: white;
    transition: all 0.4s ease;
}
.rts-program .col-lg-4:hover {
    background: #202f5d !important;
}
#captchaBackground {
    width: 100%;
    background: #f1f1f1;
    height: 92px;
    padding: 1px 5px;
    margin: 0 auto;
    text-align: center;
    user-select: none;
}
.form-control:focus {
    outline: 0;
    box-shadow: none !important;
}
input:focus {
    outline: none;
}
#refresh {
    background: none;
    border: none;
}
.form_contact textarea {
    height: auto;
}
button.submit_btn {
    border: none;
    /*    height: 60px;*/
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    /*    width: 100%;*/
    background: var(--standard_color);
    padding: 8px 30px;
    line-height: 24px;
}
div#captchaBackground label {
    font-size: 12px;
    line-height: 0;
}
#textBox {
    text-align: center;
    height: 26px;
    width: 65%;
    border: none;
    font-size: 20px;
    background: #bbc1d2;
    padding: 5px;
}
span#refresh {
    background: #202f5d;
    padding: 2px 9px;
    font-size: 18px;
    position: relative;
    top: -1px;
    color: white;
    user-select: none;
    cursor: pointer;
}
#refresh i {
    font-size: 17px;
    user-select: none;
    width: 22px;
    text-align: center;
    cursor: pointer;
    position: relative;
    left: 6px;
    top: 3px;
}
span#output {
    font-size: 13px;
    color: red;
}
#captcha {
    font-size: 13px;
    letter-spacing: 3px;
    margin: 8px auto 0 auto;
    text-align: center;
    line-height: normal;
    font-weight: bold;
    border: 2px dotted;
    width: fit-content;
    padding: 3px 14px;
    background: #ffffff69;
}

.enquire-fixed {
    position: fixed;
    z-index: 99;
    top: 50%;
    right: -67px;
    transform: translateX(0%) translateY(-50%);
    background: #202f5d;
    padding: 6px 15px;
    color: #ffffff;
    rotate: -90deg;
    text-transform: uppercase;
    font-size: 15px;
    border-radius: 5px;
    text-decoration: none;
}
.enquire-fixed:hover {
    background-color: #ab0c2f;
}
.enquire-fixed a {
    text-decoration: none;
    color: white;
}
.main-header img {
    height: 55px;
}
.tp-counter-item {
    padding-top: 43px;
    padding-bottom: 66px;
    position: relative;
    z-index: 1;
}
.tp-counter-item:before {
    position: absolute;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    right: -15px;
    height: 120px;
    width: 2px;
    background: hsla(0, 0%, 100%, 0.14);
}
.tp-counter-count {
    margin-bottom: 3px;
    font-size: 45px;
    font-style: italic;
    font-weight: bold;
    letter-spacing: -3px;
    line-height: 1;
    color: white;
    margin-bottom: 17px;
}
.tp-counter-item p {
    color: hsla(0, 0%, 100%, 0.7);
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0;
    line-height: 1;
}
.logo-re {
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 20px;
    border-radius: 12px;
    background: #ffffff;
}
.social-icon ul {
    display: flex;
    padding: 0;
    margin-top: 12px;
}
.social-icon ul li {
    list-style: none;
    margin: 0 5px;
}
.social-icon li img {
    width: 25px;
}
.logo-re img {
    height: 200px;
    object-fit: contain;
    width: 100%;
}
.floating_btn {
    position: fixed;
    bottom: 30px;
    right: 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;
}

.text_icon {
    margin-top: 8px;
    color: #707070;
    font-size: 13px;
}
.counter-area .container {
    background: #21387b;
}
.h11 {
    color: #202f5d;
    border-left: 5px solid #21387b;
    padding: 10px;
    margin-bottom: 20px;
    background: #202f5d12;
    font-size: 27px;
    text-align: left;
}
.lp-ac-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    background-color: #21387b;
    color: white;
    padding: 40px;
}
.full h2:after {
    content: "";
    display: block;
    height: 2px;
    width: 50%;
    max-width: 300px;
    background-color: #ffcc00;
    margin: 20px 0;
}
.full h2 {
    position: relative;
    padding-bottom: 3px;
}
.lp-2c-box > div {
    width: 49%;
    margin: 1% 0;
    padding: 30px;
    box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.3);
}
.lp-2c-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.lp-2c-box h3 span {
    position: absolute;
    left: 0;
    font-weight: 800;
}
.lp-2c-box h3 {
    font-size: 22px;
    position: relative;
    padding-left: 31px;
    color: #21387b;
}
.lp-ab-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    background-color: #21387b;
    padding: 1.5%;
}
.lp-ab-box > div {
    width: 32%;
    padding: 20px;
    margin: 0.5%;
    background: #ffffff12;
    border: 1px dotted #ffffff7d;
}
.lp-ab-box p {
    opacity: 0.9;
    font-weight: 200;
    font-size: 14px;
    line-height: 1.7;
}
.lp-ab-box h4 {
    font-size: 18px;
    margin: 13px 0 15px 0;
}
.lp-ab-box {
    color: white;
}
.lp-ab-box img {
    filter: brightness(0) invert(1);
    width: 55px;
    height: 55px;
    object-fit: contain;
}
.testimonials {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0;
}
.testimonials::before {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    background: rgba(255, 216, 50, 0.7);
}
.testimonials .title {
    text-align: center;
    margin-bottom: 50px;
    position: relative;
    padding: 20px 0;
    max-width: 600px;
    margin: 0 auto;
}
.testimonials .title h5 {
    color: #eb6d2f;
    line-height: 1.2em;
    font-size: 18px;
    font-weight: 900;
    margin-bottom: -3px;
}
.testimonials .title h2 {
    color: #5a3733;
    line-height: 1.2em;
    font-weight: 900;
    font-size: 41px;
    letter-spacing: -1px;
    margin: 0;
}
.testimonials .title img {
    margin-top: -10px;
}
.testimonials .title p {
    margin: 0 0 10px;
    margin-bottom: 0;
    color: #5a3733;
}
.testimonials .testi .item {
    background: #fff;
    padding: 50px 30px;
    border-radius: 15px;
}
.testimonials .testi .item .profile {
    display: flex;
    padding-left: 15px;
}
.testimonials .testi .item .profile img {
    border-radius: 100%;
    width: 50px;
    height: 50px;
    object-fit: cover;
}
.testimonials .testi .item .profile .information {
    padding-left: 20px;
    margin-bottom: 15px;
}
.testimonials .testi .item .profile .information .stars i {
    color: #ffd832;
}
.testimonials .testi .item .profile .information p {
    font-size: 24px;
    margin: 0px auto 0px;
    color: #5a3733;
    font-weight: 900;
    line-height: 1;
}
.testimonials .testi .item .profile .information span {
    color: #eb6d2f;
    font-weight: bold;
    margin-top: -4px;
    line-height: 1.6em;
    font-size: 14px;
}
.testimonials .testi .item > p {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 1.6em;
    display: block;
    z-index: 2;
    font-style: italic;
    color: #5a3733;
    text-align: center;
}
.testimonials .testi .item .icon {
    text-align: center;
}
.testimonials .testi .item .icon i {
    font-size: 32px;
    color: #ffd832;
}
@keyframes slides {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-100%);
    }
}

.logos {
    overflow: hidden;
    padding: 30px 0px;
    white-space: nowrap;
    position: relative;
}

.logos:before {
    left: 0;
    background: linear-gradient(to left, rgba(255, 255, 255, 0), rgb(255, 255, 255));
}

.logos:after {
    right: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), rgb(255, 255, 255));
}

.logo_items {
    display: flex;
    animation: 50s slides infinite linear;
    gap: 5em;
}

.logos:hover .logo_items {
    animation-play-state: paused;
}
.logo_items img {
    height: 80px;
}
.staff-dv {
    position: relative;
    margin-bottom: 20px;
    border: 1px solid transparent;
    height: 422px;
    background: #78787826;
    padding: 12px;
    border-radius: 9px;
}
.linkedinn i img {
    width: 24px;
    height: auto;
    filter: brightness(0) invert(1);
    background: transparent;
}
.staff-dv img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    background: #21387b;
    /* border-radius: 12px; */
}
.linkedinn i {
    position: absolute;
    left: 50%;
    width: 50px;
    height: 50px;
    background: #21387b;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 24px;
    border-radius: 100px;
}
.staf-de {
    margin-top: 40px;
    text-align: center;
}
.staf-de h3 {
    font-size: 24px;
}
.staf-de h3 span {
    display: block;
    font-size: 16px;
    font-weight: 500;
    font-style: oblique;
    color: #21387b;
    margin: 5px 0 13px 0;
}
.view-p i {
    text-align: center;
    font-size: 24px;
    color: #21387b;
    margin-top: 6px;
    display: none;
    transition: all 0.3s ease;
    padding-bottom: 10px;
}
.staff-dv:hover {
    background: #21387b;
    box-shadow: 2px 2px 10px #f3f3f3a6;
    border: 1px solid #f3f3f3;
}
.staff-dv:hover .staf-de h3, .staff-dv:hover .staf-de h3 span, .staff-dv:hover .staf-de p, .staff-dv:hover .view-p i {
    color: white;
}
.staff-dv:hover .view-p i {
    display: block;
    transition: all 0.3s ease;
}
.staff-dv:hover .linkedinn i {
    background: white;
    color: #21387b;
}
.staff-pg {
    margin: 50px 0;
}


@media only screen and (max-width:767px){
.staff-dv img {
    width: 72%;
    height: 253px;
}
.staff-dv {
    text-align: center;
    height: 420px;
}




}




















































@media only screen and (max-width: 767px) {
    .logo_items img {
        height: 78px;
    }
    .logos:before,
    .logos:after {
        width: 34px;
    }
    .logo_items {
        gap: 1em;
    }
    .logos-silder {
        padding: 0;
    }
    .logos-silder .mb-60 {
        margin-bottom: 20px;
    }
    .menu-ul li a {
        font-size: 14px;
    }
    .main-header .theme-btn {
        background: #ab0c2f;
        padding: 6px 23px;
    }
    .menu-ul li {
        list-style: none;
        margin: 0 8px;
    }
    .menu-ul li:nth-child(1) {
        display: none;
    }
    .main-header {
        padding: 10px 0;
    }
    .left-content h1 {
        font-size: 23px;
        padding-top: 3px;
        color: white;
        line-height: 1.6;
        margin-bottom: 0;
    }
    .main-header .col-md-9 {
        margin: 0;
    }
    .left-content p {
        font-size: 17px;
        margin: 16px 0 0 0;
        color: white;
        opacity: .8;
    }
    .form-div {
        padding: 17px;
        margin: 0;
        top: 41px;
    }
    .col-md-3.mb-3.pe-0,
    .col-md-9.mb-3.ps-0 {
        padding: 0 10px !important;
    }
    .form-head {
        font-size: 20px;
    }

    .t-big {
        font-size: 30px;
    }
    .t-little {
        font-size: 17px;
        margin: 7px 0 22px 0;
    }
    .con-head {
        font-size: 20px;
        line-height: normal;
    }
    .img-con p {
        margin: 0;
        font-size: 15px;
    }
    .process,
    .spacer {
        padding: 50px 0;
    }
    .pro-main p {
        margin: 0;
        font-size: 15px;
    }
    .pro-main {
        margin-top: 0;
    }
    .testi-user-img {
        width: 100%;
    }
    .testimonial-section {
        display: block;
    }
    .testimonial-section .user-saying {
        width: 100%;
    }
    .testimonial-section .quote {
        width: 100%;
        padding: 0 19px !important;
        height: 100%;
    }
    .h-bann {
        font-size: 24px;
        padding-top: 0;
    }
    .banner-left p {
        font-size: 16px;
    }
    .footer .col-md-3 {
        margin: 26px 0;
    }
    .footer {
        padding: 32px 0 0px 0;
    }
    .footer-text-c {
        margin-top: 12px;
    }
    .rts-program .col-lg-4 {
        padding: 20px 26px;
        margin-bottom: 20px;
    }
    .rts-program .row {
        padding-bottom: 0;
    }
    .rts-section-padding {
        padding: 0 0 0 0;
    }
    .enquire-fixed {
        top: auto;
        right: 0;
        transform: none;
        background: #202f5d;
        padding: 6px 15px;
        color: #ffffff;
        rotate: none;
        text-transform: uppercase;
        font-size: 15px;
        border-radius: 5px;
        bottom: 0;
        width: 100%;
        text-align: center;
        border-radius: 0;
        border-top: 1px solid white;
    }
    .top-banner img {
        display: none;
    }
    .top-banner .left-content a {
        display: none;
    }
    .top-banner .left-content {
        padding-bottom: 0 !important;
    }
    .why .col-md-3 {
        margin-bottom: 20px;
        width: 50%;
    }
    .tp-counter-item {
        padding-top: 27px;
        padding-bottom: 20px;
    }
    .logo-re img {
        height: 106px;
        width: 100%;
    }
    .logo-re {
        padding: 10px;
        height: 216px;
    }
    .tp-counter-count {
        margin-bottom: 12px;
        font-size: 32px;
    }
    .process .row .col-md-3 {
        margin-bottom: 20px;
    }
    .testimonial-section .quote p {
        font-size: 17px;
        line-height: 1.6;
    }
    .gallery-thumbs .swiper-slide img {
        height: 228px;
    }
    .gallery-thumbs .swiper-slide {
        height: auto;
    }
.top-banner {
    padding: 12px 0;
}
.main-header img {
    height: 44px;
}
img.years-l {
    width: 80px;
}
.container-full {
    padding: 0 9px;
}
.top-banner:before {
    background: #284287;
}
.counter-area .col-lg-3 {
    width: 50%;
}
.h11 {
    padding: 8px;
    margin-bottom: 10px;
    font-size: 21px;
}
.lp-ac-box {
    padding: 15px;
}
.full h2:after {
    margin: 14px 0;
}
.lp-2c-box > div {
    width: 100%;
    margin: 2% 0 4% 0;
    padding: 20px;
}
.lp-ab-box > div {
    width: 100%;
    padding: 14px;
    margin: 3.5% 0.5% 2.5% 0.5%;
}
.swiper-container.testimonial {
    height: 500px;
}










}























@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    .top-banner:before {
        background: #2b3d7d;
    }
    .top-banner .col-md-4 {
        width: 100%;
    }
    .top-banner .col-md-5,
    .top-banner .col-md-3 {
        width: 100%;
    }
    .why .col-md-3 {
        width: 33.33%;
    }
    .logo-re img {
        width: 100%;
    }
    .courses_hm .col-lg-4.col-md-10 {
        width: 100%;
    }
    .testimonial-section .quote {
        width: 96%;
        padding-left: 21px;
        padding-right: 23px;
    }
    .process .row .col-md-3 {
        width: 50%;
    }
    .menu-ul li a {
        font-size: 14px;
    }
    .main-header .theme-btn {
        background: #ab0c2f;
        padding: 6px 23px;
    }
    .menu-ul li {
        list-style: none;
        margin: 0 8px;
    }
    .menu-ul li:nth-child(1) {
        display: none;
    }
    .main-header {
        padding: 10px 0;
    }
    .left-content h1 {
        font-size: 37px;
        padding-top: 0;
        color: white;
    }
    .main-header .col-md-9 {
        margin: 10px 0;
    }
    .left-content p {
        font-size: 20px;
        margin: 16px 0 0 0;
        color: white;
    }
    .form-div {
        padding: 17px;
        margin: 0;
        top: 41px;
    }
    .col-md-3.mb-3.pe-0,
    .col-md-9.mb-3.ps-0 {
        padding: 0 10px !important;
    }
    .form-head {
        font-size: 37px;
    }
    .counter-area {
        background: #445291;
    }
    .t-big {
        font-size: 30px;
    }
    .t-little {
        font-size: 17px;
        margin: 7px 0 30px 0;
    }
    .con-head {
        font-size: 20px;
        line-height: normal;
    }
    .img-con p {
        margin: 0;
        font-size: 15px;
    }
    .process,
    .spacer {
        padding: 26px 0;
    }
    .pro-main p {
        margin: 0;
        font-size: 15px;
    }
    .pro-main {
        margin-top: 0;
    }
    .testi-user-img {
        width: 100%;
    }
    .testimonial-section {
        display: block;
    }
    .testimonial-section .user-saying {
        width: 100%;
    }
    .testimonial-section .quote {
        width: 100%;
        padding: 0 19px !important;
        height: 100%;
    }
    .h-bann {
        font-size: 24px;
        padding-top: 0;
    }
    .banner-left p {
        font-size: 16px;
    }
    .footer .col-md-3 {
        margin: 26px 0;
    }
    .footer {
        padding: 32px 0 0px 0;
    }
    .footer-text-c {
        margin-top: 12px;
    }
    .rts-program .col-lg-4 {
        padding: 20px 26px;
        margin-bottom: 20px;
    }
    .rts-program .row {
        padding-bottom: 0;
    }
    .rts-section-padding {
        padding: 0 0 0 0;
    }
    .enquire-fixed {
        top: auto;
        right: 0;
        transform: none;
        background: #202f5d;
        padding: 6px 15px;
        color: #ffffff;
        rotate: none;
        text-transform: uppercase;
        font-size: 15px;
        border-radius: 5px;
        bottom: 0;
        width: 100%;
        text-align: center;
        border-radius: 0;
        border-top: 1px solid white;
    }
    .top-banner img {
        display: none;
    }
    .top-banner .left-content a {
        display: none;
    }
    .top-banner .left-content {
        padding-bottom: 0 !important;
    }
    .why .col-md-3 {
        margin-bottom: 20px;
    }
    .tp-counter-item {
        padding-top: 27px;
        padding-bottom: 20px;
    }

    .tp-counter-count {
        margin-bottom: 12px;
        font-size: 37px;
    }
    .process .row .col-md-3 {
        margin-bottom: 20px;
    }
    .testimonial-section .quote p {
        font-size: 17px;
    }
    .gallery-thumbs .swiper-slide img {
        height: 228px;
    }
    .gallery-thumbs .swiper-slide {
        height: auto;
    }
    .staff-sec .col-md-3 {
        width: 50%;
    }
    #captchaBackground {
        width: 70%;
        
    }
}









@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) {
    .form-div .col-md-12, .form-div .col-md-3, .form-div .col-md-9 {
        width: 50%;
    }
    .form-div .col-md-12.text-center {
        width: 100%;
    }
    .top-banner .col-md-4 {
        width: 100%;
    }
    .top-banner .col-md-5,
    .top-banner .col-md-3 {
        width: 50%;
    }
    .top-banner .col-md-2 {
        display: none;
    }
    .why .col-md-3 {
        width: 33.33%;
    }
    .logo-re img {
        width: 100%;
    }
    .courses_hm .col-lg-4.col-md-10 {
        width: 100%;
    }
    .testimonial-section .quote {
        width: 96%;
        padding-left: 21px;
        padding-right: 23px;
    }
    .process .row .col-md-3 {
        width: 50%;
    }
        .form-head {
        font-size: 23px;
    }
    .row.align-items-end.justify-content-center {
        align-items: center !important;
    }
    .form-div {
        padding: 17px;
        margin: 0;
        top: 0;
    }
    .staff-sec .col-md-3 {
        width: 33.33%;
    }

}



@media (min-width: 992px) {
.left-content h1 {
    font-size: 38px;
} 
.form-head {
    font-size: 16px;
}
.form-div .form-floating > label, .form-select label {
    font-size: 10px;
}
.pro-head {
    font-size: 18px;
}
.pro-main p {
    font-size: 15px;
}




}
@media (min-width: 1200px) {
.left-content h1 {
    font-size: 44px;
} 
.form-head {
    font-size: 20px;
}
.form-div .form-floating > label, .form-select label {
    font-size: 12px;
}
.pro-head {
    font-size: 20px;
}
.pro-main p {
    font-size: 18px;
}





}
@media (min-width: 1400px) {
.left-content h1 {
    font-size: 54px;
}  
.form-head {
    font-size: 26px;
}
.form-div .form-floating > label, .form-select label {
    font-size: 13px;
}
.pro-head {
    font-size: 25px;
}
.pro-main p {
    font-size: 20px;
}





}