/* @import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap'); */

@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');


body,
html {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
    overflow-x: hidden;
}

.hero-three-item::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 200%;
    top: 0;
    left: 0;
    background: #1e1e1e57;
}






/* .page-scroll {
    top: 0;
    position: fixed;
    width: 100%;
    z-index: 999;
    animation: slide-down 0.7s;
    background-color: #fff;
  } */
/* top menu start here */
.topmenu {
    background-color: #1f479c;
    padding: 3px 0;
    color: #fff;
    /* background-image: linear-gradient(45deg, #00b78b, #02468f); */
}

.left-top {
    margin-top: 6px;
}

.left-top p {
    margin: 0;
    font-size: 10px;
}

.left-top span {
    color: #fff;
}

.right-top {
    text-align: right;
    /*margin-right: 20px;*/
}

.right-top span {
    padding: 2px 2px;
    font-size: 10px;
}

.right-top a {
    color: #fff;
}

.mvw {
    color: #fff;
}

.left-top a {
    text-decoration: none;
    font-size: 12px;
}

/* top menu end here */

.pbmit-slider-content {
    /* background-color: #00b78b; */
    padding: 40px 0px;
    width: 620px;
}

.head-part {
    display: flex;
    flex-direction: row;
}

.right-top a:hover {
    color: #1f479c;
}

/* about us section starts */
.pt-100 {
    padding-top: 6.25rem;
    padding-bottom: 60px;
}

.w-100 {
    width: 100% !important;
}

.position-relative {
    position: relative !important;
}

.gray-layer:before {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.opc95:before {
    opacity: .95;
}

.gray-layer:before {
    background-color: #f3f7fe;
}

.fixed-bg {
    background-attachment: scroll;
    background-size: cover;
}

.fixed-bg,
.parallax-bg {
    background-position: center;
    height: 100%;
    width: 100%;
    margin: 0;
    position: absolute;
    left: 0;
    top: 0;
    /* z-index: -2; */
}

.about-wrap2 {
    margin-top: -3.125rem;
}

.mrg30 {
    margin: 0 -0.9375rem;
}

.about-gal {
    /* margin-top: 3.125rem; */
    margin-bottom: -1.25rem;
}

.mrg20 {
    margin: 0 -0.625rem;
}

.about-gal-img {
    margin-bottom: 1.25rem;
}

.about-gal-img img {
    width: 100%;
}

.brd-rd10 {
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.about-gal-img>a:not(.about-play-btn) {
    display: block;
    -webkit-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}

/* .about-gal-img > a:not(.about-play-btn):before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    opacity: 0;
    background-color: #000;
    -webkit-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
} */
.about-desc {
    margin-top: 5rem;
}

.about-desc>span.thm-clr {
    border-bottom-color: #e5ae58;
}

.about-desc>span:not(.about-time) {
    border-bottom: 1px solid;
    font-size: 1rem;
    font-family: Nunito;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 1;
}

.thm-clr {
    color: #00b78b;
}

.about-desc>span:not(.about-time)+h2 {
    margin-top: 1.25rem;
}

.about-desc>h2 {
    font-size: 2.8125rem;
    line-height: 3.4375rem;
    font-weight: 800;
}

.about-desc>h2 span {
    font-weight: 400;
}

.about-desc>h2+strong {
    margin-top: 1.25rem;
}

.about-desc>strong {
    font-size: 1.125rem;
    line-height: 1.875rem;
    color: #000;
    font-weight: 700;
    display: inline-block;
    width: 100%;
}

.about-desc>p+p {
    margin-top: 1.25rem;
}

.about-desc>p {
    font-size: 20px;
    max-width: 95%;
    margin-bottom: 8px !important;
}

.about-gal-img>a:not(.about-play-btn):hover:before,
.about-gal-img>a:not(.about-play-btn):focus:before {
    opacity: .5;
}

.about-time {
    margin-bottom: 30px;
}

.about-desc a {
    background-color: #1f479c;
    padding: 10px 20px;
    border-radius: 50px;
    color: #fff;
}




/* about us section ends */



/* what we do section starts */
/* .pt-90{
    padding-top: 90px;
} */
.py-150 {
    padding-top: 150px;
}

.z-1 {
    z-index: 1;
}

.rel {
    position: relative;
    padding: 70px 0px;
}

.features-image.left-image {
    border: 1px solid rgba(36, 36, 36, 0.15);
}

.features-image {
    padding: 20px;
    max-width: 440px;
    border-radius: 50% 75%;
}

.delay-0-2s {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.features-image img {
    width: 100%;
    border-radius: 50% 75%;
}

.features-section-content .section-title {
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
}

.mb-15,
.my-15 {
    margin-bottom: 15px;
}

.section-title {
    z-index: 1;
    position: relative;
}

.text-center .bg-text {
    left: 50%;
    -webkit-transform: translate(-50%, -25%);
    -ms-transform: translate(-50%, -25%);
    transform: translate(-50%, -25%);
}

.bg-text {
    font-family: "Dancing Script", cursive;
    text-transform: capitalize;
    color: rgba(0, 0, 0, 0.05);
}

.bg-text {
    font-size: 180px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    line-height: 1;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    -webkit-transform: translate(-25px, -25%);
    -ms-transform: translate(-25px, -25%);
    transform: translate(-25px, -25%);
}

.home-one .section-title .sub-title {
    color: #333333;
}

.section-title .sub-title {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 16px;
    color: #D6B981;
    display: inline-block;
    font-family: "Montserrat", sans-serif;
    text-transform: capitalize;
}

.home-one .section-title h2 {
    text-transform: uppercase;
}

.features-item-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-left: 25px;
    padding-right: 25px;
}

.pb-150,
.py-150 {
    padding-bottom: 150px;
}

.feature-item {
    width: 46%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    margin-top: 55px;
    padding-top: 35px;
    border-top: 1px solid rgba(36, 36, 36, 0.1);
}

.feature-item .icon {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    font-size: 50px;
    margin-right: 20px;
    color: #242424;
    width: 85px;
    height: 85px;
    background: #1f479c;
    line-height: 67px;
    border-radius: 50%;
    text-align: center;
}

.icon img {
    width: 60px;
}

.feature-item:hover {
    border-color: #242424;
}

.feature-item h4 {
    margin: 10px 0 0;
    font-size: 30px;
    line-height: 40px;
}

.features-image {
    padding: 20px;
    max-width: 440px;
    border-radius: 50% 75%;
}

.reatures-leaf {
    position: absolute;
    left: 0;
    top: 10%;
    max-width: 25%;
}

/* what we do section ends */

/* services section starts */

.section-team {
    /* font-family: "Poppins", sans-serif; */
    padding: 50px 0;
}

/* .section-team .header-section {
	margin-bottom: 50px;
} */

.section-team .header-section .small-title {
    /* margin-bottom: 25px; */
    font-size: 25px;
    font-weight: 600;
    color: #00b78b;
}

.section-team .header-section .title {
    font-weight: 700;
    font-size: 30px;
}

.section-team .single-person {
    margin-top: 30px;
    padding: 25px;
    background-color: #f6f9ff;
    border-radius: 5px;
}

.section-team .single-person:hover {
    background: linear-gradient(to right, #02468f, #1f479c);
}

.section-team .single-person .person-image {
    position: relative;
    margin-bottom: 50px;
    border-radius: 50%;
    border: 4px dashed transparent;
    transition: padding .3s;
}

.section-team .single-person:hover .person-image {
    padding: 12px;
    border: 4px dashed #fff;
}

.section-team .single-person .person-image img {
    width: 100%;
    border-radius: 50%;
}

.section-team .single-person .person-image .icon {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 50%);
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background: linear-gradient(to right, #016cec, #00b5f7);
    color: #fff;
    border-radius: 50%;
    font-size: 24px;
}

/* .section-team .single-person:hover .person-image .icon {
	background: none;
	background-color: #fff;
	color: #016cec;
} */

.section-team .single-person .person-info .full-name a {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
}

.section-team .single-person .person-info .speciality {
    text-transform: uppercase;
    font-size: 14px;
    color: #016cec;
}

.person-info h3 {
    text-align: center;
}

.section-team .single-person:hover .full-name a,
.section-team .single-person:hover .speciality {
    color: #fff;
}

/* services section ends */

/* book_appointment section starts */
.section-contact {
    padding-bottom: 90px;
    padding-top: 90px;
    background-image: linear-gradient(#02020294, #0202028f), url(../images/home-two-banner-bg.jpg);
}

.section-heading {
    margin-bottom: 20px;
}

.sub-title {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    font-family: "Inter", sans-serif;
    line-height: 1;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.section-title {
    margin-bottom: 20px;
    color: #fff;
}

.section-disc {
    color: #fff;
}

.contact-list h2 {
    color: #fff;
}

.contact-list p {
    color: #fff;
}

.section-contact .video-banner {
    position: relative;
}

.section-contact .video-banner,
.section-contact .contact-list {
    width: 100%;
}

.section-contact .contact-list ul {
    margin-bottom: 0;
    padding-left: 0;
}

.section-contact .contact-list li {
    color: #fff;
    list-style: none;
    margin-bottom: 5px;
}

.section-contact .contact-list li i {
    color: #fff;
    font-size: 13px;
    margin-right: 8px;
}

.section-contact .home-contact-form {
    background-color: #ffffff;
    box-shadow: 0px 0px 25px 10px rgba(0, 0, 0, 0.05);
    padding: 50px;
}

.mb-4 {
    margin-bottom: 1.5rem !important;
}

.section-contact .home-contact-form input,
.section-contact .home-contact-form textarea {
    border: 2px solid #1f479c;
    width: 100%;
    border-radius: 5px;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
    background-color: #F8F8F8;
    border: 1px solid #d9d9d9;
    font-size: 14px;
    padding: 0 10px;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color] {
    height: 55px;
}

textarea {
    padding: 20px 10px;
    width: 100%;
}

.button-primary {
    background-color: #1f479c;
    border: none;
    color: #ffffff;
    display: inline-block;
    position: relative;
    -webkit-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    -ms-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    transition: background-color 0.3s;
    border-radius: 50px;
}

.outline-primary,
.button-primary {
    font-size: 16px;
    line-height: 1.1;
    padding: 16px 24px;
    font-weight: 500;
    /* font-family: "Inter", sans-serif; */
    text-transform: uppercase;
}


/* book_appointment section ends */

/* testimonialas css starts */
.testimonials {
    padding: 40px 0px;
}

.testimonials h2 {
    color: #1f479c;
    text-align: center;
    font-weight: 600;
}

.testimonial {
    background: #fff;
    text-align: center;
    margin: 0 20px;
}

.testimonial .description {
    padding: 40px 30px;
    margin-bottom: 50px;
    border-top: 1px solid #1f479c;
    border-left: 1px solid #1f479c;
    font-size: 15px;
    color: #887e7f;
    line-height: 30px;
    text-align: left;
    position: relative;
}

.testimonial .description:before {
    content: "\f10e";
    font-family: "FontAwesome";
    font-weight: 900;
    display: inline-block;
    float: left;
    padding: 0 15px 5px 0;
    font-size: 30px;
    color: #1f479c;
    text-align: center;
    position: relative;
    top: 8px;
    left: 0;
}

.testimonial .description:after {
    content: "";
    width: 50%;
    height: 1px;
    background: #2660a4;
    position: absolute;
    bottom: 0;
    left: 0;
}

.testimonial .testimonial-content {
    position: relative;
}

.testimonial .testimonial-content:before {
    content: "";
    width: 1px;
    height: 20px;
    background: #2660a4;
    position: absolute;
    top: -50px;
    left: 50%;
}

.testimonial .testimonial-content:after {
    content: "";
    width: 2px;
    height: 40px;
    background: #2660a4;
    position: absolute;
    top: -70px;
    left: 50%;
    transform: skewX(-45deg);
    transform-origin: 100% 100% 0;
}

.testimonial .pic {
    display: inline-block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin-right: 7px;
}

.testimonial .pic img {
    width: 100%;
    height: auto;
    border-radius: 50%;
}

.testimonial .title {
    display: inline-block;
    font-size: 22px;
    font-weight: 700;
    color: #1f479c;
    letter-spacing: 1px;
    text-transform: capitalize;
}

.owl-theme .owl-controls {
    margin-top: 30px;
}

.owl-theme .owl-controls .owl-page span {
    width: 15px;
    height: 10px;
    border-radius: 0;
    background: #ff5a5f;
    opacity: 0.8;
    transition: all 0.3s ease 0s;
}

.owl-theme .owl-controls .owl-page.active span {
    width: 35px;
    background: #1f479c;
}

/* testimonialas css ends */

/* counter section starts */
.counter-section {
    padding-top: 60px;
    padding-bottom: 60px;
    margin-bottom: 40px;
}

.bg-light-grey {
    background-color: #1f479c;
    background-image: linear-gradient(45deg, #00b78b96, #1f479c), url(../images/line.png);
}

.counter-section .counter-item-wrap {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.counter-item {
    border-right: 1px solid rgb(255 255 255);
    padding: 0 10px;
    text-align: center;
}

.counter-item i {
    color: #fff;
    font-size: 58px;
    display: block;
    margin-bottom: 15px;
}

.counter-item .counter-no {
    color: #fff;
    font-family: "Lora", serif;
    display: block;
    font-size: 50px;
    font-weight: 500;
    line-height: 1.1;
}

.counter-item .counter-text {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
}


/* counter section ends */
/* footer section starts */



.fot-mark {
    /* text-align: center; */
    display: flex;
    justify-content: right;
}

.keep-head {
    text-align: right;
}


.footer_section {
    background-color: #000;
    padding: 50px 0px 35px;
    overflow: hidden;
    position: relative;
    background-image: linear-gradient(45deg, #00b78b9e, #02468fa1), url(../images/footer-bg01.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.single-cta {
    display: flex;
}

.single-cta i {
    color: #fff;
    font-size: 30px;
    float: left;
    margin-top: 8px;
}

.cta-text {
    padding-left: 15px;
    display: inline-block;
}

.cta-text h4 {
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 2px;
}

.cta-text span {
    color: #fff;
    font-size: 16px;
}

.foot_row_line {
    border-top: 1px solid #fff;
    margin: 15px 0px 15px 0px;
}

.foot_lg img {
    width: 80%;
    background-color: #fff;
    padding: 30px;
    /* opacity: 0.9; */
}

.foot_lg img {
    margin-bottom: 12px;
    /* width: 100%; */
}

.foot_links h3 {
    font-size: 25px;
    position: relative;
    color: #e2e2e2;
    /*text-align:center;*/
}

.foot_links h3::after {
    position: absolute;
    content: '';
    bottom: -10px;
    left: 0px;
    background-color: #ff6600;
    width: 65px;
    height: 2px;
    border-radius: 20px;
}

.foot_links_uls {
    display: flex;
}


.foot_links ul {
    padding: 0px;
}


/*.foot_links ul {*/
/*    padding: 0px;*/
/*    margin-left: 103px;*/
/*}*/


.foot_links ul li {
    margin: 12px 0px;
    list-style-type: none;
}

.foot_links ul li a {
    font-size: 18px;
    color: #fff;
    text-decoration: none;
    transition: 0.5s ease;
    font-weight: 400;
}

.foot_links_uls_right {
    margin-left: 80px;
}

.foot_map h3 {
    font-size: 25px;
    color: #fff;
    margin-bottom: 22px;
    position: relative;
}

.social_icons {
    margin-top: 10px;
    display: flex;
}

.social_icons li {
    list-style-type: none;
}

.social_icons a {
    color: #fff;
    text-decoration: none;
}

/*.social_icons i {*/
/*    float: left;*/
/*    font-size: 18px;*/
/*    color: #fff;*/
/*    text-align: center;*/
/*    margin-right: 5px;*/
/*    width: 40px;*/
/*    background-color: #00b78b;*/
/*    height: 40px;*/
/*    display: flex;*/
/*    text-align: center;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*}*/



.social_icons i {
    float: left;
    font-size: 18px;
    color: #fff;
    text-align: center;
    margin-right: 14px;
    width: 40px;
    background-color: #00b78b;
    height: 40px;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-top: -13px;
}






.cta-text a {
    text-decoration: none;
}

.footer_right {
    width: 100%;
    border-top: 1px solid #eaeaea45;
    background-color: rgb(0, 0, 0);
}

.footerbottom1 h5 {
    font-size: 17px;
    margin-top: 9px;
    color: #fff;
}

.footerbottom2 {
    float: right !important;
    margin-top: 8px;
}

.footerbottom2 h4 {
    font-size: 17px;
    color: #fff;
    margin-top: 0px;
}

.svapps_ft_logo {
    width: 75px;
    margin-top: -16px
}

.foot_lg p {
    color: #fff;
}

/* footer css ends */



.scrollToTop {
    background-image: linear-gradient(to right, #e46a25 52%, #e46a25 100%, #e56a26 100%);
}

.scrollToTop {
    background-size: 200% auto;
    box-shadow: 0 7px 30px rgba(0, 0, 0, 0.3);
    bottom: 15px;
    display: none;
    border-radius: 50%;
    height: 50px;
    padding: 2px;
    position: fixed;
    right: 15px;
    text-align: center;
    text-decoration: none;
    width: 50px;
    z-index: 99999;
    opacity: 0.8;
}

.scrollToTop i {
    color: #fff;
    font-size: 42px;
}

.foot_lg li {
    list-style-type: none;
}

/* footer section ends */


.breadcrumb__area.overly {
    position: relative;
    z-index: 1;
}

.breadcrumb__area {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.breadcrumb-space {
    padding: 60px 0px;
}

.mb-15 {
    margin-bottom: 15px;
}

.breadcrumb__title {
    color: #fff;
    font-size: 54px;
    font-weight: 500;
    line-height: 140%;
    text-transform: capitalize;
}

.breadcrumb__menu ul {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flexbox;
    display: inline-flex;
    gap: 8px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.breadcrumb__menu ul li {
    list-style: none;
    position: relative;
    line-height: 1;
    -webkit-transition: all 0.3s 0s ease-out;
    transition: all 0.3s 0s ease-out;
}

/* .breadcrumb__menu ul li:not(:last-child)::before {
    display: inline-block;
    content: "\f105";
    position: absolute;
    top: 55.8888%;
    font-family: var(--rs-ff-fontawesome);
    inset-inline-end: -26px;
    color: #00d563;
    font-size: 16px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
}
.rs__faq .accordion-button::after, .breadcrumb__menu ul li:not(:last-child)::before, .nice-select::after {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
} */
.breadcrumb__menu ul li span {
    font-weight: 500;
    color: #fff;
    font-size: 24px;
    line-height: 34px;
    -webkit-transition: all 0.3s 0s ease-out;
    transition: all 0.3s 0s ease-out;
}

.breadcrumb__menu ul li span a {
    font-weight: 500;
    color: #fff;
    font-size: 24px;
    line-height: 34px;
    -webkit-transition: all 0.3s 0s ease-out;
    transition: all 0.3s 0s ease-out;
}

.breadcrumb__menu ul li.active span {
    font-weight: 500;
    color: #fff;
    font-size: 22px;
    line-height: 33px;
}


/* contact us page css starts */

.section-space {
    padding-top: 120px;
    padding-bottom: 120px;
}

.overflow-hidden {
    overflow: hidden !important;
}

.mb-30 {
    margin-bottom: 30px;
}

.section__title {
    text-transform: capitalize;
    color: #000;
}

.mb-25 {
    margin-bottom: 25px;
}

.contact-us__input {
    margin-bottom: 30px;
}

.contact-us__form input,
.contact-us__form textarea {
    margin: 0 !important;
    padding: 20px 17px;
    border-radius: 5px;
    border: 2px solid #e3e8f4;
    color: #484949;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    width: 100%;
}

.contact-us__form textarea {
    min-height: 206px;
}

.contact-us__form .rs-btn {
    /* width: 100%; */
    margin-top: 25px;
}

.rs-btn {
    color: #fff;
    /* font-family: var(--rs-ff-heading); */
    font-size: 16px;
    font-style: normal;
    line-height: 20px;
    text-transform: capitalize;
    font-weight: 600;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50px;
    position: relative;
    overflow: hidden;
    padding: 10px 20px;
    background-color: #1f479c;
    z-index: 5;
}

.rs-btn::before {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 5px;
    -webkit-transform: translate(-100%, 0) rotate(50deg);
    transform: translate(-100%, 0) rotate(50deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    z-index: -1;
    content: "";
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    background-color: #000;
}

.contact-us__widget-title {
    display: inline-block;
    position: relative;
}

.contact-us__widget-title:after {
    width: 70%;
    position: absolute;
    height: 1px;
    content: "";
    left: 0;
    bottom: -10px;
    background: #484949;
}

.contact-us__widget ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 300px;
    gap: 32px;
}

.contact-us__widget ul li {
    list-style: none;
    -webkit-transition: all 0.3s 0s ease-out;
    transition: all 0.3s 0s ease-out;
}

.contact-us__widget ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 22px;
}

.contact-us__widget ul li a i {
    color: var(--rs-theme-primary);
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.contact-us__widget:last-child {
    margin-bottom: 0;
}

.contact-us__widget .map iframe {
    max-width: 100%;
}

/* contact us page css ends */


/* services page css starts */
.service-details {
    position: relative;
    padding: 75px 0;
    counter-reset: count;
}

.service-sidebar {
    position: relative;
}

.service-sidebar__single {
    position: relative;
    background-color: #f1f4f1;
    border-radius: 10px;
    padding: 38px 44px 45px;
}

.service-sidebar__title {
    font-weight: 600;
    color: #172000;
    font-size: 20px;
    margin: 0 0 23px;
    position: relative;
}

.service-sidebar__title::before {
    position: relative;
    display: inline-block;
    font-family: "FontAwesome";
    content: "\f0c1";
    font-size: 18px;
    color: #1f479c;
    margin-right: 4px;
}

.service-sidebar__nav {
    margin: 0;
    padding: 0;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.service-sidebar__nav li:not(:last-of-type) {
    margin-bottom: 8px;
}

.service-sidebar__nav li.current a,
.service-sidebar__nav li:hover a {
    color: #fff;
}

.service-sidebar__nav li a {
    font-size: 15px;
    color: #172000;
    background-color: #fff;
    display: flex;
    font-weight: 600;
    justify-content: space-between;
    align-items: center;
    transition: all 500ms ease;
    padding: 11.3px 20px;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.service-sidebar__nav li.current a::before,
.service-sidebar__nav li:hover a::before {
    transform: scale(1, 1);
    visibility: visible;
    transform-origin: top center;
}

.service-sidebar__nav li a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #1f479c;
    z-index: -1;
    transform: scale(1, 0);
    perspective: 400px;
    visibility: hidden;
    transition: transform 500ms ease-in-out, visibility 500ms ease-in-out;
    transform-origin: bottom center;
}

.service-sidebar__nav li a::after {
    font-family: "FontAwesome";
    content: "\f0c1";
    font-weight: 900;
    font-size: inherit;
    color: currentColor;
}

.service-sidebar__single+.service-sidebar__single {
    margin-top: 30px;
}

.service-sidebar__single {
    position: relative;
    background-color: #f1f4f1;
    border-radius: 10px;
    padding: 15px 25px 15px;
}

.service-sidebar__contact {
    position: relative;
    text-align: center;
    padding: 90px 20px 37px;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    overflow: hidden;
    border-radius: 4px 4px 0 0;
}

.service-sidebar__contact__title {
    margin: 0;
    color: #fff;
    font-size: 24px;
    margin-bottom: 21px;
    line-height: 32px;
    font-weight: 600;
}

.service-sidebar__contact .grdeen-btn:hover {
    color: #fff;
    border-color: #172000;
}

.service-sidebar__contact .grdeen-btn {
    background-color: #00b78b;
    color: #172000;
    padding: 10px 20px;
    ;
    border: 1px solid #1f479c;
    border-radius: 50px;
}

.grdeen-btn:hover {
    color: #fff;
}

/* .grdeen-btn:hover::before {
    height: 450%;
} */
.grdeen-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: -16px;
    right: 0;
    bottom: 0;
    width: 130%;
    height: 0%;
    margin: auto;
    transform: rotate(-45deg);
    background-color: #172000;
    transition: 700ms cubic-bezier(0.6, 1.5, 0.4, 0.7);
}

.grdeen-btn span {
    position: relative;
    color: #fff;
    z-index: 2;
}

.service-details__content {
    position: relative;
}

.service-details__thumbnail {
    margin-bottom: 21px;
}

.service-details__thumbnail img {
    width: 100%;
    border-radius: 5px;
}

.service-details__title {
    margin: 0;
    color: #172000;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 12px;
}

.service-details__text {
    font-size: 16px;
    line-height: 30px;
    margin: 0 0 16px;
}

.service-details__box-wrapper {
    margin-top: -14px;
    margin-bottom: 25px;
}

.service-details__box {
    position: relative;
    min-height: 76px;
    padding: 0 0 0 94px;
}

.service-details__box__icon {
    width: 74px;
    height: 76px;
    background-color: #1f479c;
    font-size: 45px;
    color: #fff;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: all 0.5s ease;
}

.service-details__box__icon img {
    width: 60px;
}

.service-details__box:hover .service-details__box__icon {
    background-color: #00b78b;
}

.service-details__box__title {
    margin: 0px;
    font-size: 20px;
    font-weight: 600;
    color: #1f479c;
}

.service-details__box__text {
    margin: 0;
    font-size: 15px;
    line-height: 28px;
}

.accordion {
    /* max-width: 400px;
    margin: 0 auto;
    border: 1px solid #ccc; */
    border-radius: 5px;
    overflow: hidden;
}

.accordion-item {
    background-color: #f9f9f9;
    border-bottom: 1px solid #ccc;
}

.accordion-item:last-child {
    border-bottom: none;
}

.accordion-header {
    background-color: #1f479c;
    padding: 10px;
    cursor: pointer;
    color: #fff;
    font-weight: bold;
    transition: background-color 0.3s ease;
}

.accordion-header:hover {
    background-color: #00b78b;
}

.accordion-content {
    padding: 10px;
    display: none;
}

.accordion-content.show {
    display: block;
}

/* services page css ends */


/* overview page css starts */
.area-padding {
    padding: 50px 0px;
}

.single-system {
    display: flex;
    overflow: hidden;
    align-items: center;
    margin-bottom: 30px;
}

.main-system {
    display: block;
    width: 40%;
    float: left;
}

.system-content {
    padding: 22px;
    position: relative;
    left: 0px;
    z-index: 1;
    background: #075286;
    max-height: 430px;
    height: 100%;
    overflow: hidden;
    width: 560px;
    border-radius: 5px;
}

.system-content h3 {
    font-size: 38px;
    margin-bottom: 10px;
    line-height: 38px;
    color: #fff;
    font-weight: 600;
}

.system-content p {
    font-size: 16px;
    color: #fff;
    line-height: 26px;
}

.top-content {
    float: left;
    width: 60%;
}

.system-images {
    position: relative;
}

.system-images img {
    width: 100%;
}


/* Anti-Infective page css starts */
.bg-repeat {
    background-repeat: repeat;
}

.square_shape1,
.square_shape2 {
    position: relative;
    overflow: hidden;
    z-index: 0;
}

.square_shape2:before {
    width: 250px;
    height: 450px;
    right: -190px;
    bottom: -50px;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.square_shape1:after,
.square_shape2:before {
    position: absolute;
    content: "";
    border: 40px solid rgba(191, 191, 191, .1);
    z-index: -1;
    -webkit-animation: shake 1.5s ease-in-out 1.5s infinite alternate;
}

.section-head {
    margin-bottom: 30px;
}

.mt-separator-outer.separator-left {
    text-align: left;
}

.mt-separator-outer {
    overflow: hidden;
}

.text-white {
    color: #fff;
}

.mt-separator,
.sep-line-one,
.sep-line-two {
    position: relative;
}

.mt-separator {
    display: inline-block;
    margin-top: 0;
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 30px;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear;
}

.text-white h2 {
    color: #fff;
}

.mt-separator:before {
    width: 50px;
    left: -60px;
    top: 12px;
}

.mt-separator:before,
.sep-line-one:before {
    position: absolute;
    content: '';
    background-color: #f37a2a;
    height: 2px;
}

.mt-separator:after,
.mt-separator:before,
.sep-line-one:after,
.sep-line-one:before {
    -moz-transition: width .3s ease-in-out;
    -o-transition: width .3s ease-in-out;
    -webkit-transition: width .3s ease-in-out;
    transition: width .3s ease-in-out;
}

.text-primary {
    color: #f37a2a;
}

.font-weight-300 {
    font-weight: 300;
}

.sep-line-one:after {
    width: 30px;
    right: -40px;
    top: 22px;
}

.sep-line-one:before {
    width: 30px;
    left: -40px;
    top: 22px;
}

.mt-separator:after {
    width: 50px;
    right: -60px;
    top: 12px;
}

.our-story {
    position: relative;
    z-index: 0;
}

.our-story .row:nth-child(odd) .our-story-pic-block:before {
    right: 50px;
}

.our-story .row:nth-child(even) .our-story-pic-block:before,
.our-story .row:nth-child(odd) .our-story-pic-block:before {
    content: "";
    position: absolute;
    height: 100px;
    width: 2px;
    background-color: #fff;
    top: 0;
    z-index: -1;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
}

.our-story .row:nth-child(odd) .our-story-pic {
    margin-right: 50px;
}

.our-story .row:nth-child(odd) .our-story-pic-block:before {
    right: 50px;
}

.mt-media img {
    width: 100%;
}

.our-story .row:nth-child(odd) .our-story-pic-block:after {
    right: -15px;
    top: 35px;
}

.our-story .row:nth-child(even) .our-story-pic-block:after,
.our-story .row:nth-child(odd) .our-story-pic-block:after {
    content: "";
    position: absolute;
    height: 30px;
    width: 30px;
    border: 2px solid #000;
    background-color: #f37a2b;
    z-index: 3;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}

.our-story .row:nth-child(odd) .our-story-detail {
    margin-left: 50px;
    background-color: #222;
    color: #fff;
    padding: 30px;
}

.our-story .our-story-detail {
    padding: 15px 0;
}

.bg-cover {
    background-size: cover;
}

.our-story .row:nth-child(odd) .our-story-detail h4 {
    color: #fff;
}

.m-b20 {
    margin-bottom: 20px;
}

.our-story .row:nth-child(odd) .our-story-detail {
    margin-left: 50px;
    background-color: #222;
    color: #fff;
    padding: 30px;
}

.our-story .our-story-detail {
    padding: 15px 0;
}

.bg-cover {
    background-size: cover;
}

.our-story .row:nth-child(odd) .our-story-detail h4 {
    color: #fff;
}

.m-b20 {
    margin-bottom: 20px;
}

/* Anti-Infective page css ends */
/* overview page css ends */





























































@media only screen and (max-width: 1500px) {
    .features-item-wrap {
        padding-bottom: 70px;
        padding-left: 0;
        padding-right: 0;
    }
}

@media only screen and (max-width: 1400px) {
    .p-services-text {
        position: absolute;
        bottom: 14px !important;
        left: 0;
        right: 0;
        transition: .3s;
        text-align: center;
        z-index: 99;
        padding: 23px !important;
    }

    .pbmit-slider-one .pbmit-slider-item {
        padding: 100px 0px;
        position: relative;
    }
}

@media (min-width: 1200px) {
    .service-details__content {
        padding-left: 30px;
    }
}

@media only screen and (max-width: 1199px) {
    .features-image {
        display: none;
    }

    .bg-text {
        font-size: 150px;
    }

    .amenities-detail {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .amenities-detail .amenities-box {
        width: 100%;
        padding: 24px;
    }

    .amenities-detail .amenities-box img {
        border-radius: 15px;
    }

    .amenities-detail .amenities-box:last-child {
        padding-top: 0;
    }

    .amenities-detail .amenities-box {
        width: 100%;
        padding: 24px;
    }

    .amenities-detail .amenities-box .lh-amenities-in {
        padding: 0;
    }

    .amenities-detail .amenities-box .lh-amenities-in h4.side-number {
        top: 0;
        right: 0;
    }

    .amenities-detail .amenities-box .lh-amenities-in .amenities-contain h4.amenities-heading {
        font-size: 18px;
    }

    .p-services-text {
        position: absolute;
        bottom: 0px;
        padding: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .bg-text {
        font-size: 100px;
    }

    .section-title h2 {
        font-size: 35px;
    }

    .feature-item {
        width: 100%;
    }

    .pl-80 {
        padding-left: 0px;
    }
}

@media only screen and (max-width: 768px) {
    .footerbottom1 {
        text-align: center;
    }

    .footerbottom2 {
        float: none !important;
        margin-top: 8px;
        text-align: center !important;
    }

    .right-top {
        margin-right: 0px;
    }
}

@media only screen and (max-width: 575px) {
    .about-gal-img img {
        width: 100%;
    }

    .about-desc>h2 {
        font-size: 24px;
        line-height: 38px;
        font-weight: 800;
    }

    .area-title-blue h1 {
        font-size: 30px;
        line-height: 37px;
    }

    .right-top {
        text-align: right;
        margin-right: 0px;
        margin-top: -25px;
    }

    .p-services-text {
        position: absolute;
        bottom: 18px;
    }

    .counter-section .counter-item-wrap {
        grid-template-columns: repeat(2, 1fr);
    }

    .counter-item {
        padding: 15px 10px;
        border-right: 1px solid rgba(34, 113, 177, 0.25);
        border-bottom: 1px solid rgba(34, 113, 177, 0.25);
    }

    .counter-item i {
        font-size: 25px;
    }

    .counter-item .counter-no {
        font-size: 30px;
        margin-bottom: 5px;
    }

    .counter-item .counter-text {
        font-size: 13px;
    }

    .reatures-leaf {
        display: none;
    }

    .pbmit-slider-content {
        background-color: #04bdaf8f;
        padding: 40px 0px;
        width: auto;
    }

    .foot_links_uls {
        display: block;
    }

    .foot_links_uls_right {
        margin-left: 0px;
    }

    .foot_lg p {
        color: #fff;
        font-size: 14px;
    }

    .about-gal {
        margin-top: 0px;
        margin-bottom: -1.25rem;
    }

    .about-desc {
        margin-top: 3rem;
    }
}

@media only screen and (max-width: 376px) {
    .right-top {
        text-align: right;
        margin-right: 0px;
        margin-top: -25px;
    }

    .p-services-text {
        position: absolute;
        bottom: 10px !important;
        left: 0;
        right: 0;
        transition: .3s;
        text-align: center;
        z-index: 99;
        padding: 0px !important;
    }

    .p-services-text .p-services-icon img {
        width: 45px;
    }

    .p-services-text h4 {
        color: #ffffff;
        font-size: 18px;
        margin-bottom: 5px;
        font-weight: 700;
    }

}



.section-title h2 {
    color: #1f479c;
    font-weight: 600;
}

@media (max-width: 425px) {
    .keep-head {
        text-align: left;
    }

    .fot-mark {
        /* text-align: center; */
        display: flex;
        justify-content: left;
    }
    
    .hero-three-item::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 150%;
    top: 0;
    left: 0;
    background: #1e1e1e57;
}
}

@media (max-width: 320px) {
    .site-header .site-branding img {
        width: 209px !important;
        /* height: 120px !important; */
        display: inline-block;
        -webkit-transition: all 300ms ease;
        transition: all 300ms ease;
    }

}




.sidebar-toggle {
    margin-left: -240px;
}

.sidebar {
    width: 240px;
    height: 100%;
    background: #293949;
    position: absolute;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    z-index: 100;

    #leftside-navigation {

        ul,
        ul ul {
            margin: -2px 0 0;
            padding: 0;
        }

        ul {
            li {
                list-style-type: none;
                border-bottom: 1px solid rgba(255, 255, 255, .05);

                &.active {
                    &>a {
                        color: #1abc9c;
                    }

                    ul {
                        display: block;
                    }
                }

                a {
                    color: #aeb2b7;
                    text-decoration: none;
                    display: block;
                    padding: 18px 0 18px 25px;
                    font-size: 12px;
                    outline: 0;
                    -webkit-transition: all 200ms ease-in;
                    -moz-transition: all 200ms ease-in;
                    -o-transition: all 200ms ease-in;
                    -ms-transition: all 200ms ease-in;
                    transition: all 200ms ease-in;

                    &:hover {
                        color: #1abc9c;
                    }

                    span {
                        display: inline-block;
                    }

                    i {
                        width: 20px;

                        .fa-angle-left,
                        .fa-angle-right {
                            padding-top: 3px;
                        }
                    }
                }
            }
        }

        ul ul {
            display: none;

            li {
                background: #23313f;
                margin-bottom: 0;
                margin-left: 0;
                margin-right: 0;
                border-bottom: none;

                a {
                    font-size: 12px;
                    padding-top: 13px;
                    padding-bottom: 13px;
                    color: #aeb2b7;
                }
            }
        }
    }
}






.footer {
    background-color: #000;
    padding: 50px 0px 0px;
    overflow: hidden;
    position: relative;
    background-image: linear-gradient(45deg, #00b78b9e, #02468fa1), url(../images/footer-bg01.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    /* position: absolute; */
    bottom: 0;
    width: 100%;
    /* height: 3.5rem; */
    /* line-height: 3.5rem; */
    /* background-color: #ccc; */
}

.nav-link:hover {
    transition: all 0.4s;
}

.nav-link-collapse:after {
    float: right;
    content: '\f067';
    font-family: 'FontAwesome';
}

.nav-link-show:after {
    float: right;
    content: '\f068';
    font-family: 'FontAwesome';
}

.nav-item ul.nav-second-level {
    padding-left: 0;
}

.nav-item ul.nav-second-level>.nav-item {
    padding-left: 20px;
}

@media (min-width: 992px) {
    .sidenav {
        position: absolute;
        top: 0;
        left: 0;
        width: 230px;
        height: calc(100vh - 3.5rem);
        margin-top: 4.9rem;
        background: #00b78b;
        box-sizing: border-box;
        border-top: 1px solid rgba(0, 0, 0, 0.3);
    }

    .navbar-expand-lg .sidenav {
        flex-direction: column !important;
    }

    .content-wrapper {
        margin-left: 230px;
    }

    .footer {
        width: calc(100% - 230px);
        margin-left: 230px;
    }
}

.navbar-brand img {
    width: 200px;
    background-color: #fff;
    padding: 10px;
}
.nav-item a{
    color: #fff !important;
    font-size: 18px;
}
.nav-item {
    border-bottom: 2px solid #fff;
}
.nav-link {
    border-bottom: 0px;
}

.navbar-dark{
    background-color: #1f479c !important;
}

  
.caption {
    font-family: sans-serif;
    padding-left: 1em;
    line-height: .9em;
    background: rgb(0 183 139 / 28%);
    color: #fff;
    height: 90px;
    grid-column: 1 !important;
    grid-row: 1 !important;
    z-index: 1 !important;
  }
  

  .vel-box{
    margin-bottom: 20px;
  }


  #courSection{
    padding-top: 40px;
    padding-bottom: 40px;
  }

.cor-head{
    font-size: 23px !important;
    line-height: 37px;
}


.md-pic{
    width: 100%;
    margin-bottom: 20px;
}

#mdSection{
    padding-top: 30px;
    padding-bottom: 30px;
}


@media (max-width: 1200px) {
   
.cor-head {
    font-size: 19px !important;
    line-height: 31px;
}

}


.thankyou {
    padding: 50px 0;
}
.thankyou img {
    width: 100%;
    object-fit: contain;
}
.thankyou .box {
    max-width: 350px !important;
    margin: 0 auto;
    animation: zoom 2s linear infinite alternate;
    text-align: center;
}
.thankyou .row {
    display: flex;
    align-items: center;
    justify-content: center;
}
.thankyou .box h1 {
    font-weight: bold;
    font-size: 55px !important;
    color: green;
    padding: 15px 0px;
    border-top: 5px solid green;
    border-bottom: 5px solid green;
    text-align: center;
}
.thankyou .box p {
    font-weight: bold;
}
@keyframes zoom{
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.1, 1.1);
    }
}




.vis-part{
    padding: 20px;
    text-align: justify;
    border: 1px solid #00b78b;
    background-color: #fff;
    border-radius: 5px;
}


.vis-part:hover{
    background-color: #1f479c;
    color: #fff;
}

.sa-pic{
    height: 900px;
}

.sr-pic{
    height: 766px;
}

.cl-part{
    background-color:#1f479c;
    /*color:#fff !important;*/
}

.cl-pin{
    color:#fff;
}

.ul-part li:hover{
    background-color:#1f479c;
    color:#fff;
}

.ul-part li:hover>a {
   /*background-color:#1f479c;*/
    color: #fff !important;
}

.cl-part a{
    color:#fff;
}


@media (max-width: 1200px) {

.sr-pic {
    height: 784px;
}


.sa-pic{
    height: 800px;
}

}

@media (max-width: 600px) {
    .sr-pic {
        height: auto;
    }

    
.sa-pic{
    height: auto;
}
}