@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&family=Ruda:wght@400..900&display=swap');
@font-face {
    font-family: 'Roboto';
    src: url(../fonts/Roboto/Roboto-Regular.ttf);

    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
* {
    padding: 0;
    margin: 0;
    scroll-behavior: smooth;
    box-sizing: border-box;
}

:focus-visible {
    outline: 0px;
    border: 0px;
}

html {
    font-size: 62.5%;
}

body {
    font-family: "Roboto", sans-serif;
    color: #0c3f7e;
    line-height: 26px;
    font-weight: 400;
    font-style: normal;
    scroll-behavior: smooth;
    font-size: 1.6rem;
    background-color: #fff;
}

.bodygreybg{
    background-color: #f1f7fa
}

a {
    color: #990000;
    text-decoration: none;
}

a:hover {
    color: #0c3f7e;
    text-decoration: none;
}


.blue-bar {
    background-color: #2f3a71;
    padding: 10px;
}

.blue-bar p {
    color: #fff;
    font-size: 1.6rem;
    margin-bottom: 0;
}

.blue-bar p .fa {
    margin-right: 8px;
}

.blue-bar a {
    color: #fff;
    text-decoration: none;
}

.blue-bar a:hover {
    color: #fff;
    text-decoration: underline;
}


/*---------Header ------------------------------*/
header .masthead-container {
    transition: all 1s ease-out;
}

.masthead-container {
    padding: 0px;
}

header .site-branding {
    display: table;
    height: auto;
    max-width: 195px;
}

header .site-branding a img {
    width: 65%;
}

.header-icon-area {
    float: right;
    position: relative;
    font-size: 18px;
    display: flex;
    justify-content: space-between;
}

.fixed-top {
    animation: 1.15s ease 0s normal forwards 1 running topslide;
    box-shadow: 0 5px 83px #2828281f;
}

.fixed-top {
    background: #fff;
}

.search-box-area{
    margin-right:50px;
}

.carton .header-icon-area .search-box-area {
    margin-right: -25px;
    position: relative;
    z-index: 2;
}

.header-style1 .search-box {
    padding-right: 14px;
    line-height: 1;
}

.header-icon-area .search-box .search-button i {
    color: #2f3a71;
    margin-top: 20px;
}

.search-box-area .search-box a.search-button i:before {
    font-size: 22px;
    font-weight: 700;
}

.btn-search {
    background-color: #2f3a71;
    border-color: #2f3a71;
    padding: 15px 22px;
    color: #fff;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 500;
    transition: all 0.3s ease 0s;
    text-decoration: none;
    cursor: pointer;
}

    .btn-search:hover {
        border-color: #253066;
        background-color: #253066;
        color: #ffffff;
    }
.btn {
    background-color: #2f3a71;
    border-color: #2f3a71;
    padding: 15px 22px;
    color: #fff;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 500;
    transition: all 0.3s ease 0s;
    text-decoration: none;
    cursor: pointer;
}

.btn:hover {
    border-color: #253066;
    background-color: #253066;
    color: #ffffff;
}

.text-end {
    text-align: end;
}


/*-------------------------*/
.bggrey {
    background-color: #F4F6FF;
    padding: 40px 0px;
}

.bgerror {
    background-color: #f1f7fa;
    padding: 40px 0px;
}



#serviceblock h1 {
    color: #2F3A71;
    line-height: 1.3;
    font-size: 2.8rem;
    text-align: center;
    font-weight: 700;
}

.service-wrap {
    margin-top: 40px;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    column-gap: 30px;
}

.service-wrap div {
    flex-basis: 33.3%;
    min-height: 100%;
}

.departments-box {
    background: #FFFFFF;
    border: 1px solid #E4E7EF;
    border-radius: 15px;
    padding: 40px;
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
}

.departments-box .item-icon {
    height: 80px;
    width: 80px;
    background-color: #2f3a71;
    box-shadow: 0px 0px 0px;
    border-radius: 50%;
    display: inline-block;
    line-height: 80px;
    text-align: center;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    margin-bottom: 25px;
}

.departments-box .item-icon img {
    max-width: 40px;
    filter: brightness(0) invert(1);
}

.item-content {
    display: block;
    width: 100%;
}

.item-content h2 {
    font-weight: 700;
    font-size: 2.4rem;
    line-height: 28px;
    margin-bottom: 15px;
    color: #111111;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

    .item-content p {
        line-height: 24px;
        -webkit-transition: all 0.4s;
        transition: all 0.4s;
        font-size: 1.6rem;
        color: #646464;
        min-height: 106px;
        -webkit-transition: all 0.4s;
        transition: all 0.4s;
        margin-bottom:20px
    }


.item-content a {
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 26px;
    border-radius: 5px;
    padding: 8px 20px;
    display: inline-block;
    background: linear-gradient(to right, #2f3a71 50%, #fff 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    transition: all 0.4s ease-out;
    border: 1px solid #2f3a71;
    color: #2f3a71;
    font-family: "Roboto", Sans-serif;
}

.item-content a:hover {
    transform: translateX(0);
    background-position: left bottom;
    color: #fff !important;
    text-decoration: none;
    border: 1px solid #2f3a71;
}

.item-content a .fa {
    transition: all 0.4s;
    -webkit-transform: scale(1);
    transform: scale(1);
    font-size: 16px;
    margin-left: 10px;
}

.flex-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;

}

.bgwhite {
    background: #fff url(../images/cover.jpg) no-repeat top left;
    padding: 40px 0px 0px;
    height: 100%;
}

.Inderpalblock {
    margin-top: 170px;
    padding-left: 20px;
}

.Inderpalblock h1 {
    color: #111111;
    font-family: "Roboto", Sans-serif;
    font-size: 3.8rem;
    line-height: 1.3em;
    font-weight: 600;
}

.Inderpalblock p {
    color: #646464;
    font-family: "Roboto", Sans-serif;
    font-weight: 400;
    margin-top: 20px
}

.Inderpalblock h2 {
    color: #2F3A71;
    font-family: "Roboto", Sans-serif;
    font-size: 34px;
    line-height: 1.3em;
    font-weight: 600;
    margin-top: 20px
}

.about-box {
    position: relative;
    margin-top: 90px;
}

.about-box ul {
    padding-left: 0;
}

.about-box ul li {
    list-style: none;
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 500;
}

.about-box ul li a .fa {
    font-size: 3rem !important;
    padding-left: 0px;
    padding-right: 15px;
}

.about-box ul li a {
    background: -webkit-gradient(linear, left top, right top, from(#2f3a71), to(#2f3a71));
    background: -webkit-linear-gradient(left, #2f3a71, #2f3a71);
    background: -o-linear-gradient(left, #2f3a71, #2f3a71);
    background: linear-gradient(to right, #2f3a71, #2f3a71);
    color: #ffffff;
    border-radius: 4px;
    padding: 25px;
    display: block;
    color: #ffffff;
    position: relative;
    z-index: 2;
    transition: all 0.5s ease-out;
    text-decoration: none;
}

.about-box ul li a:before {
    content: "\f054";
    font-family: "FontAwesome";
    font-weight: 700;
    position: absolute;
    top: 53%;
    transform: translateY(-50%);
    right: 30px;
    z-index: 1;
    color: #ffffff;
}

.populatedblock-bg {
    background-image: url(../images/bg-2.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 0px;
}

.populatedblock {
    margin: 20px 0px;
}


.populatedblock__div {
    padding: 0px 15px;

}

.rtin-icon {
    transition: all 0.3s ease-out;
    overflow: hidden;
    border-radius: 50%;
    padding: 15px;
    position: relative;
    z-index: 9;
}

.rtin-icon img {
    border-radius: 50%;
    transform: scale(1);
    transition: all 0.3s ease-out;
    width: 100%;
    height: auto;
    max-width: 100%;
    border: #fff 15px solid;

}

.rtin-icon a:hover img {
    transform: scale(1.1);
    border: #2f3a71 4px solid;
}

.rtin-content {
    padding: 25px 0;
    text-align: center;
}

.rtin-content h3 {
    font-size: 22px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 10px;
}

.rtin-content p {
    margin: 0 0 20px 0;
    color: #646464;
    line-height: 24px;
}


.OurSpeciality {
    margin: 40px 0px;

}

.OurSpeciality__detail span {
    color: #2f3a71;
    font-size: 16px;
    margin-bottom: 12px;
    display: block;
    font-weight: 400;
    text-align: left;
}

.OurSpeciality__detail h2 {
    font-weight: 700;
    font-size: 32px;
    color: #2F3A71;
}

.OurSpeciality__detail p {
    margin: 0 0 20px 0;
    color: #646464;
    line-height: 24px;
    width: 80%;
}

.media {
    display: flex;
    align-items: flex-start;
    margin: 40px 0px;
}

.media-icon {
    position: relative;
    z-index: 9;
    margin-top: 30px;
}

.media-icon::before {
    position: absolute;
    height: 56px;
    width: 56px;
    background-color: #f1f9ff;
    content: "";
    z-index: -1;
    top: -24px;
    left: 9px;
    border-radius: 50%;
    right: 0;
    margin: auto;
    transition: all 0.3s ease-out;
}

.media:hover .media-icon:before {
    top: -15px;
}

.media-body {
    margin-left: 3rem;
}

.media-body a {
    color: #2f3a71;
    margin-bottom: 10px;
    font-size: 2.4rem;
    text-decoration: none;
    font-weight: 600;
}

.media-body a:hover {
    text-decoration: none;
}

.media-body p {
    margin: 0 0 20px 0;
    color: #646464;
    line-height: 24px;
    font-size: 1.6rem;
}


.testimonialblock {
    background-color: #f5f8fa;
    /* background-image: url(../images/testimonial-bg.jpg);
    background-position: center left;
    background-repeat: no-repeat;*/
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 100px 0px;
}

.testimonial-img {
    text-align: center;
    margin-bottom: 20px;
}

.testimonial-img img {
    width:268px;
    height:386px;
}

.owl-carousel .item {
    text-align: center;
}

.owl-carousel .item h3 {
    font-family: "Roboto", Sans-serif;
    font-size: 22px;
    font-weight: 600;
    color: #000000;
}

.owl-carousel .item span {
    text-align: center;
    color: #646464;
    font-family: "Roboto", Sans-serif;
    font-weight: 500;
    padding: 20px 0px 0px;
    display: block;
}

.owl-carousel .item hr {
    margin: 30px 0px;
    border: #2F3A71 1px solid;
    width: 20%;
    margin-left: 40%;
    opacity: 01;
    display: block;
}

.owl-carousel .item a {
    color: #FFFFFF;
    background-color: #2F3A71;
    transition: all 0.3s ease 0s;
    text-decoration: none;
    font-size: 15px;
    padding: 12px 24px;
    border-radius: 3px;
    height: 48px;
    display: inline-block;
}

.owl-carousel .item a:hover {
    color: #FFFFFF;
    background-color: #162055;
    text-decoration: none;
}


.banner-bg {
    background: #122738 url(../images/tbanner.jpg) no-repeat top left;
    width: 100%;
    height: 100%;
    position: relative;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 100px 0px;
    background-size: contain;
}

.bannerblock {
    flex-direction: column;
    text-align: center;
    justify-content: center;
}

.bannerblock p {
    font-size: 24px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 10px;
}

.bannerblock h2 {
    font-size: 36px;
    color: #ffffff;
    line-height: 1.5;
    text-transform: capitalize;
    margin-bottom: 25px;
}

    .bannerblock a, .item-btn {
        border: 1px solid;
        border-color: #ffffff;
        border-radius: 4px;
        text-transform: initial;
        color: #ffffff;
        padding: 12px 30px;
        font-size: 16px;
        font-weight: 700;
        transition: all 0.5s ease-out;
    }

        .bannerblock a:hover, .item-btn:hover {
            background-color: #ffffff;
            color: #2f3a71;
        }

.getin-bg {
    background-color: #EEEEEE;
    padding: 100px 0px;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}

.getin-content h2 {
    font-weight: 700;
    margin-bottom: 13px;
    font-size: 36px;
    line-height: 1.3;
    color: #2F3A71;
}


.getin-content span {
    font-style: italic;
    font-weight: 500;
    font-size: 17px;
    color: #111111;
    margin-bottom: 35px;
    display: block;
}

.getin-content ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.getin-content ul li {
    margin-bottom: 10px;
    position: relative;
    font-size: 16px;
    line-height: 1.75;
    padding-left: 38px;
}

.getin-content ul li i {
    color: #2f3a71;
    position: absolute;
    left: 0;
    top: 2px;
    z-index: 1;
    font-size: 24px;
    line-height: 1;
}


.getin-content ul li a {
    color: #444444;
    transition: all 0.3s ease 0s;
    text-decoration: none;
    padding-left: 0px;
}

.getin-list {
    list-style-type: disc !important;
    margin: 0;
    padding: 0;
    margin-left: 20px !important;
    margin-top: 20px !important;
}

.getin-list li {
    font-family: 'Roboto', sans-serif;
    font-size: 16px !important;
    line-height: 22px !important;
    font-weight: 400 !important;
    font-style: normal !important;
    padding-left: 0px !important;
    margin-bottom: 0px !important;
    color: #646464 !important;
}


/*-----------Footer---------------*/
footer {
    background-color: #2f3a71;
}

.subcribefooter {
    display: flex;
    justify-content: end;
    padding: 30px 0px;
}

.subcribefooter__content {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

.subcribefooter__content label {
    color: #FFFFFF;
    font-size: 1.8rem;
    font-weight: 500;
    margin-right: 20px;
    padding-top:6px;
}

.subcribefooter__content .subcribe-control {
    display: block;
    width: 200px;
    padding: 10px 5px;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1;
    border: 1px solid #f5f5f5;
    background-color: #f5f5f5;
    color: #444444;
    border-radius: 0px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    height: 38px;
}

.subcribefooter__content .subcribe-control::placeholder {
    color: #444444;
    opacity: 1;
    /* Firefox */
}


.footer-btn {
    padding: 6px 25px;
    font-weight: 500;
    font-size: 18px;
    transition: all 0.3s ease-out;
    border-radius: 4px;
    background-color: #2f3a71;
    border: 0px;
    color: #fff;
    cursor: pointer;
}

.footer-btn:hover {
    background-color: #253066;
    color: #fff;
}

.footer-top-wrap {
    background-color: #223466;
    padding: 40px 0px;
}

.footer-block h1 {
    color: #ffffff;
    font-size: 2.8rem;
    font-weight: 600;
    padding-bottom: 20px;
}

.footer-block h1::after {
    display: block;
    width: 50px;
    height: 4px;
    background-color: #fff;
    content: "";
    margin-top: 15px;
}

.footer-block p {
    color: #e3e3e3 !important;
    padding-right: 20px;
}

.footer-contact-info {
    margin-bottom: 32px;
}

.footer-contact-info ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

.footer-contact-info ul li {
    margin: 25px 0px;
    display: flex;
}

.footer-contact-info ul li a {
    color: #e3e3e3;
    text-decoration: none;
    font-size: 1.8rem;
}

.footer-contact-info ul li a:hover {
    color: #fff;
    text-decoration: none;
}

.footer-contact-info ul li .fa {
    color: #e3e3e3;
    font-size: 2rem !important;
    margin-right: 10px;
}

.roate-fa {
    transform: rotate(265deg);
}

.menu-more-from {
    margin-top: 20px
}

.menu-more-from ul {
    padding: 0px;
    margin: 0px;
}

.menu-more-from ul li {
    list-style-type: none;
margin-bottom: 15px;
}

.menu-more-from ul li a {
    color: #e3e3e3;
    text-decoration: none;
}

.menu-more-from ul li a:hover {
    color: #fff;
    text-decoration: none;
}

.footer-bottom-wrap{
    background-color: #fff;
    padding: 25px;
}

.copyright{
    color: #646464;
    text-align: center;
}

.scrollToTop{
    background-color: rgb(192 196 212);
    color: #2f3a71 !important;
    border-color: #2f3a71 !important;
    bottom: 5px;
    color: #396cf0;
    display: block;
    font-size: 18px;
    height: 44px;
    line-height: 40px;
    position: fixed;
    right: 20px;
    text-align: center;
    transition: all 0.1s ease-out;
    width: 44px;
    z-index: 5;
    border: 2px solid #396cf0;
    border-radius: 50%;
}

@keyframes topslide {
    0% {
        transform: translateY(-200px);
    }

    100% {
        transform: translateY(0);
    }
}


@keyframes fadeInFromBottom {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}