@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Rhodium+Libre&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

/***** General CSS *****/

body {
    word-break: break-word;
    font: 15px/25px;
    color: #393939;
    background: #f5f5f5;
    font-family: "Montserrat", system-ui;
    overflow-x: hidden;
}

html {
    overflow-x: hidden;
}

a {
    text-decoration: none;
    color: #1664ac;
    white-space: initial;
    display: inline-block;
    font-family: "Montserrat", system-ui;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #393939;
}

a:hover {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}


/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

select {
    background: #fff url('../images/arrow.png') no-repeat right;
    padding: 0 40px 0 30px;
}

::-webkit-input-placeholder {
    color: #000;
}

::-moz-placeholder {
    color: #000;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #000;
}

:-moz-placeholder {
    color: #000;
    opacity: 1;
}

ul {
    margin: 0 0 0px;
    padding: 0;
    list-style-type: none;
}

img {
    max-width: 100%
}


/***** Font Files *****/

@font-face {
    font-family: 'Fonts Awesome';
    src: url(../fonts/fontawesome-webfont.eot);
    src: url(../fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff) format("woff"), url(../fonts/fontawesome-webfont.ttf) format("truetype"), url(../fonts/fontawesome-webfont.svg#fontawesome-webfont) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'Fonts Awesome';
    src: url(../fonts/fontawesome-webfont.eot);
}


/***** Custom Classes *****/

.noPadding {
    padding: 0;
}

.noLeft {
    padding-left: 0;
}

.noRight {
    padding-right: 0;
}

.mt-5 {
    margin-top: 50px;
}

.mb-5 {
    margin-bottom: 50px;
}

.mt-8 {
    margin-top: 80px;
}

.mt-4 {
    margin-top: 40px;
}

.mt-3 {
    margin-top: 30px;
}

.mt-2 {
    margin-top: 20px;
}

.pt-5 {
    padding-top: 50px;
}

.pb-1 {
    padding-bottom: 10px;
}

.pb-2 {
    padding-bottom: 20px;
}

.pb-3 {
    padding-bottom: 30px;
}

.pb-4 {
    padding-bottom: 40px;
}

.pb-8 {
    padding-bottom: 80px;
}

.m-0 {
    margin: 0 !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-8 {
    padding-top: 80px;
}

.pt-4 {
    padding-top: 40px;
}

.pt-3 {
    padding-top: 30px;
}

.pt-2 {
    padding-top: 20px;
}

.all-section {
    padding: 80px 0;
}

.centerCol {
    float: none;
    margin: 0 auto;
}

.d-flex {
    display: flex;
    align-items: center;
}

.over-flow-h {
    overflow: hidden;
}

.over-flow-h-x {
    overflow-x: hidden;
}

.over-flow-h-y {
    overflow-y: hidden;
}

.flexRow {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.flexCol {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    align-items: center;
}

h1 {
    font-family: "Rhodium Libre", system-ui;
    font-size: 70px;
    color: #fff;
    font-weight: 500;
    margin: 0 0 0px;
}

h2 {
    font-family: "Rhodium Libre", system-ui;
    font-size: 45px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

h3 {
    font-family: "Rhodium Libre", system-ui;
    font-size: 35px;
    color: #000000;
    font-weight: 600;
    margin: 0 0 0px;
}

h4 {
    font-family: "Rhodium Libre", system-ui;
    font-size: 24px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

h5 {
    font-family: "Rhodium Libre", system-ui;
    font-size: 16px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

h6 {
    font-family: "Rhodium Libre", system-ui;
    font-size: 14px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

p {
    color: #000;
    font-size: 15px;
    font-family: "Montserrat", system-ui;
    font-weight: 400;
    letter-spacing: 0px;
    margin: 0px;
}


/*header css start */

.menuSec {
    padding: 0px 0;
}

.menuSec img {
    margin: 0;
}

.menuSec ul {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    gap: 9%;
    justify-content: flex-end;
}

.inner-banner {
    height: 70vh !important;
}

.menuSec ul li {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.menuSec li ul {
    display: none;
}

.menuSec ul li a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #000;
    font-size: 17px;
    font-weight: 600;
}

.topSec {
    padding: 0px 0;
    position: relative;
    background: #25224e;
}

.header-top-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-call-us {
    height: 40px;
    display: flex;
    gap: 25px;
    align-items: center;
}

a.home-icon {
    left: 50px;
}

a.home-icon i {
    font-size: 30px;
    color: #1664ac;
}

.border-r {
    padding-right: 15px;
    height: 20px;
    border-right: 1px solid #fff;
}

.header-call-us ul {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 0;
}

.header-call-us ul li i {
    border-radius: 50%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    border: 1px solid #1664ac;
    background: #1664ac;
    height: 40px;
    border-radius: 50%;
    font-size: 15px;
    transition: 0.5s;
}

.header-call-us a {
    font-size: 15px;
    color: #fff;
    font-weight: 500;
}

.header-socail-link ul {
    display: flex;
    align-items: center;
    margin-bottom: 0;
    gap: 10px;
}

.menuSection {
    background: white;
    position: absolute;
    width: 100%;
    z-index: 32;
    padding: 10px 0px;
    border-radius: 0px 0px 0px 60px;
}

.header-socail-link.wow.fadeInDown {
    display: flex;
    justify-content: flex-end;
}

.header-socail-link ul li a {
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    border: 1px solid #fff;
    background: #ddd;
    height: 40px;
    border-radius: 50%;
    font-size: 15px;
    transition: 0.5s;
}

.header-socail-link ul li p {
    font-size: 20px;
    color: #fff;
    margin-right: 15px;
}

.header-socail-link ul li a:hover {
    background: #1664ac;
    border-color: #1664ac;
    color: #fff;
}

.thme-btn {
    background: #1664ac;
    color: #fff !important;
    border-radius: 25px;
    font-size: 18px;
    font-weight: 500;
    padding: 10px 25px;
}

.thme-btn:hover {
    background: #26234e;
}



/*.menuSec ul li a:after {
    content: '';
    position: absolute;
    top: 35%;
    right: 0;
    width: 1px;
    height: 13px;
    background-color: #393939;
    display: none;
}
*/


/*.menuSec ul li:last-child a {
    padding-right: 0px;
}*/


/* .menuSec ul li:last-child a:after {
    display: none;
} */

.menuSec ul li a:hover,
.menuSec ul li a.active {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    color: #1664ac;
}

.menuSec li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 38px;
}

.menuSec li>ul>li>a {
    border: none;
    padding: 13px 20px !important;
    color: #fff !important;
    overflow: hidden;
    font-size: 13px;
    line-height: 20px;
}

.menuSec li>ul>li,
.menuSec li>ul>li>a {
    display: block;
    margin: 0;
}

.menuSec li>ul>li>a:before,
.menuSec li>ul>li>a:after {
    display: none;
}

.menuSec li:hover li {
    float: none;
}

.menuSec li ul li a:hover {
    background-color: #ffffff;
    color: #000000 !important;
}

.menuSec ul ul ul {
    left: 100%;
    top: 0;
}

.menuSec ul:before,
.menuSec ul:after {
    content: " ";
    display: table;
    display: none;
}


/*header css start */
/*banner css start */

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
    width: 100%;
}

.carousel-control.right,
.carousel-control.left {
    background: none;
    opacity: 1;
    width: 50px;
    height: 50px;
    top: initial;
    top: 40%;
    background: rgba(255, 255, 255, 0.1);
    text-shadow: none;
}

.carousel-control.right:hover,
.carousel-control.left:hover {
    background: rgba(255, 27, 27, 0.6);
    color: #fff;
}

.carousel-control.right .fa,
.carousel-control.left .fa {
    position: relative;
    top: 12px;
    font-size: 20px;
    color: #fff;
    opacity: 0.5;
}

.carousel-control.right {
    right: 0px;
}

.carousel-control.left {
    left: 0px;
}

.inner-banner-img {
    border-bottom-left-radius: 150px;
}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 15px;
    height: 15px;
    padding: 0;
    margin: 0;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    opacity: 1;
    /* transition: opacity 0.6s ease; */
    border-radius: 20px;
}

.carousel-caption {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
    color: #fff;
    text-align: left;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    background: rgba(0, 0, 0, 0);
}

.carousel-indicators li {
    border: none;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    background: #fff;
    width: 12px;
    height: 12px;
    margin: 0;
}

.carousel-indicators .active {
    margin: 0;
    background-color: #fff;
    width: 15px;
    height: 15px;
    position: relative;
}

.container-fluid {
    padding: 0 5%;
}

header .row {
    align-items: center;
    padding: 10px 0;
}

.btn-1 {
    border: 0;
    font-size: 18px;
    color: #ffffff;
    text-transform: uppercase;
    background: #26234e;
    padding: 10px 23px;
    transition: .5s all;
    font-weight: 500;
    display: inline-flex;
    border-radius: 41px;
}

.btn-1:hover {
    color: #26234e;
    background: #1664ac;
    border: 2px solid #26234e;
}


.banner_text p {
    font-size: 17px;
    color: #fff;
    width: 75%;
    margin: 20px 0;
}

.main_slider {
    position: relative;
    z-index: 9;
    overflow: hidden;
}

.banner_text {
    position: relative;
    z-index: 9;
}


img.home-baner-image {
    height: 100vh;
    object-fit: cover;
    width: 100%;
    object-position: 100% -60%;
    border-radius: 0px 0px 0px 100px;
}

img.inner-banner.inner-banner-img.home-baner-image {
    object-position: 100% 65px !important;
}

.carousel-indicators {
    top: 0px;
    bottom: 0;
    right: 89%;
    margin: auto;
    display: grid;
    gap: 0;
    align-content: center;
    justify-content: flex-end;
    width: auto;
    z-index: 1;
    gap: 20px;
}

.carousel-indicators .active::before {
    position: absolute;
    content: '';
    width: 25px;
    height: 25px;
    background: #ffffff7d;
    right: -5px;
    border-radius: 40px;
    z-index: -1;
    top: -5px;
    opacity: 1;
}


/*banner css end*/

/* banner-box-sec */

.banner-box-sec {
    position: relative;
    top: -115px;
    z-index: 9;
}

.banner-box {
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.banner-box-bg {
    background: #fff;
    padding: 0px 25px;
    border-radius: 15px;
    box-shadow: 0px 0px 10px -5px;
}

.banner-img-box {
    background: #25224e;
    position: relative;
    top: -25px;
    border-radius: 50%;
    height: 80px;
    width: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner-box h3 {
    font-weight: 400;
    font-size: 30px;
}

.background-gray {
    background: #efefef;
}

.banner-box p {
    text-align: center;
    width: 80%;
    font-size: 17px;
    padding-bottom: 35px;
    font-weight: 600;
    color: #000;
    margin: 0 auto;
    padding-top: 15px;
}

/* banner-box-sec */

/* about sec */

section.about-sec {
    padding-bottom: 100px;
    padding-top: 50px;
    position: relative;
}

section.about-sec::before {
    top: -155px;
    right: -24%;
    width: 56%;
    content: '';
    height: 800px;
    position: absolute;
    background-size: contain;
    background: url(../images/about-bg.png) no-repeat;
    /* filter: brightness(0) saturate(100%) invert(97%) sepia(32%) saturate(300%) hue-rotate(191deg) brightness(116%) contrast(80%); */
    opacity: 0.5;
}

.about-text-box h4 {
    color: #25224e;
    font-size: 30px;
    font-weight: 600;
    font-family: 'Montserrat';
    margin-bottom: 15px;
}

.about-text-box h2 {
    margin-bottom: 15px;
    color: #1664ac;
    font-size: 50px;
}

.about-text-box p {
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 16px;
}

.about-text-box a {
    margin-top: 30px;
}

.about-col-1 img {
    width: 100%;
    object-fit: cover;
    height: 210px;
    box-shadow: 0px 0px 9px -1px;
    border-radius: 10px;
}

img.about-img-1 {
    width: 80%;
    float: right;
    margin-bottom: 25px;
}

.about-col-2 img {
    border-radius: 10px;
    height: 300px;
    box-shadow: 0px 0px 9px -1px;
    object-fit: cover;
}

.innder-abot {
    margin-top: 100px;
}

.innner-about-text {
    font-weight: 600;
    margin-bottom: 15px;
    margin-top: 25px;
    font-size: 16px;
}

/* about sec */


/* service-sec */

.service-sec {
    padding-top: 100px;
    padding-bottom: 100px;
    background-size: cover !important;
    background-position: center;
    background: url(../images/service-bg.png)no-repeat;
}

.service-box {
    background: #fff;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.slick-slide {
    opacity: 1;
}

.service-box img {
    height: 300px;
    width: 100%;
    border-top-right-radius: 25px;
    border-bottom-left-radius: 25px;
    object-fit: cover;
}

.When-si-ul {
    margin-left: 15px;
    text-align: start;
    list-style: decimal;
}

.When-si-ul li {
    color: #000;
    font-size: 15px;
    font-weight: 500;
    font-family: "Montserrat", system-ui;
}

.about-inner-content ul {
    columns: 3;
    list-style: disc;
    margin-bottom: 25px;
}

.about-inner-content ul li {
    color: #000;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 5px;
    font-family: "Montserrat", system-ui;
}

.serive-text {
    gap: 15px;
    /* display: flex; */
    text-align: center;
    padding: 40px 25px;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    height: 250px;
}

.service-slider .slick-prev {
    left: -50px;
}

.service-slider .slick-prev,
.service-slider .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    padding: 0;
    background: #1664ac !important;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    right: -4%;
}

.service-slider .slick-prev:before {
    color: #ffff;
    content: '\f053' !important;
    background: #1664ac;
    height: 50px;
    width: 50px;
    font-family: 'Font Awesome 6 Pro';
}

.service-slider .slick-next:before {
    color: #ffff;
    content: '\f054' !important;
    background: #1664ac;
    height: 50px;
    width: 50px;
    font-family: 'Font Awesome 6 Pro';
}

.serive-text h3 {
    margin-bottom: 0px;
    font-size: 30px;
}

.serive-text p {
    font-weight: 500;
    margin-bottom: 20px;
    width: 100%;
    margin: 0 auto;
}

.service-heading h4 {
    font-size: 30px;
    font-family: 'Montserrat';
    text-align: center;
    color: #fff;
}

.service-heading h2 {
    color: #fff;
    text-align: center;
    font-size: 50px;
    margin-bottom: 25px;
}

.innner-service {
    margin-top: 100px;
    margin-bottom: 100px;
}

.service-box {
    margin-bottom: 25px;
    position: relative;
}

/* service-sec */

/* Form Start */

.work-text h1 {
    text-align: center;
    font-size: 65px;
    position: relative;
    color: #673AB7;
}

.work-text h1 span {
    color: #ffffff;
    text-shadow: -3px 1px #000000;
}

.work-text h1::before {
    content: "";
    background: url(../images/work-ellipse.png);
    position: absolute;
    height: 120px;
    width: 100%;
    background-repeat: no-repeat;
    z-index: -1;
    top: -40%;
    left: 26%;
}

.form-control:disabled,
.form-control:read-only {
    background-color: #ffffff;
}

.input-group-text {
    background-color: #ffffff;
    border-left: 0;
}

.order-form input.form-control {
    border-right: 0;
}

.order-form textarea.form-control {
    border-right: 0;
}

.order-form .input-group>.form-control,
.order-form .input-group>.form-select {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    padding: 15px;
    margin-bottom: 0;
}

.order-form .form-select {
    background-image: url(../images/arrow-icon.png);
    background-size: unset;
}

.input-group-text.plane {
    align-items: start;
}

.order-form textarea.form-control {
    resize: none;
}

.submit-btn button {}

.submit-btn {
    text-align: center;
    position: relative;
}

.submit-btn button::after {
    content: url(../images/btn-bottom.png);
    position: absolute;
    bottom: 1px;
    left: 48%;
}

.submit-btn span.text {
    margin-left: 19px;
}

form.order-form {
    margin-top: 7%;
}

form.order-form :is(input,
    select,
    textarea) {
    border: 1px solid #b3b3b3;
    border-radius: 10px;
}

.input-group> :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    border: 1px solid #b3b3b3;
    border-radius: 0px 10px 10px 0px;
    padding: 14px;
}

section.work-together.bg-effect:before {
    background-position: bottom;
}

.submit-btn button {
    background: #1664ac;
    color: #fff !important;
    border-radius: 25px;
    font-size: 18px;
    font-weight: 500;
    border: none;
    padding: 10px 25px;
}

.work-together {
    margin-bottom: 100px;
    margin-top: 100px;
}


/* Form End */


/* gallery-sec */

.gallery {
    padding-top: 120px;
    padding-bottom: 150px;
    background-position: center;
    background-size: cover !important;
    background: url(../images/gallery-bg.png) no-repeat;
    border-bottom-left-radius: 13%;
}

.ser-head h2 {
    text-align: center;
    color: #fff;
    font-size: 50px;
    margin-bottom: 5px;
}

.ser-head p {
    font-size: 16px;
    color: #fff;
    text-align: center;
    width: 50%;
    padding-bottom: 50px;
    margin: 0 auto;
}

.gall-img {
    position: relative;
    margin-bottom: 7%;
}

.gall-img:hover .hover-btn {
    opacity: 1;
}

.hover-btn {
    /* border: solid 5px white; */
    height: 100%;
    width: 100%;
    position: absolute;
    opacity: 0;
    right: 0;
    top: 0;
    /* transform: translate(-50%, -51%); */
    background: #1664ac7c;
    border-radius: 20px;
}

a.hoverbtn.btn10 {
    position: absolute;
    top: 40%;
    width: 100%;
    right: 100%;
}

.hover-btn1 {
    /* border: solid 5px white; */
    height: 100%;
    width: 100%;
    position: absolute;
    opacity: 0;
    right: 0;
    top: 0;
    /* transform: translate(-50%, -51%); */
    background: #1664ac7c;
    border-radius: 20px;
}

a.hoverbtn1.btn10 {
    position: absolute;
    top: 40%;
    width: 31%;
    right: 35%;
}

.gall-img:hover .hover-btn1 {
    opacity: 1;
}

.gall-img img {
    border-radius: 20px;
    height: 300px;
    width: 100%;
    object-fit: cover;
}

/* gallery-sec */

/* testimonial */

.testimonials-sec {
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
    top: -50px;
    background: #f5f5f5;
    border-top-right-radius: 50px;
}

.testimonials-secimg {
    top: 0;
    left: 0;
    height: 100%;
    width: 700px;
    position: absolute;
    object-fit: contain;
    /* filter: brightness(0) saturate(100%) invert(97%) sepia(32%) saturate(300%) hue-rotate(191deg) brightness(116%) contrast(80%); */
    opacity: 0.5;
}


.testimonials-sec::before {
    left: 0;
    content: '';
    top: 100px;
    width: 100px;
    height: 100px;
    position: absolute;
    background: url(../images/teaxt-after.png)no-repeat;
}

.testimonials-sec::after {
    right: 0;
    content: '';
    width: 50px;
    bottom: 30px;
    height: 100px;
    position: absolute;
    background: url(../images/teaxt-after.png)no-repeat;
}

.testimonials-heading h2 {
    color: #1664ac;
    text-align: center;
    font-size: 50px;
    margin-bottom: 25px;
}

.testimonials-heading h4 {
    color: #25224e;
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 15px;
    font-family: 'Montserrat';
}

.testimonials-slider {
    width: 100vw;
}

.testimonial-box p {
    font-size: 18px;
    min-height: 160px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
}

.testimonial-box {
    border: 1px solid #5a5a5a;
    background: #f8f9fa;
    padding: 50px 40px 40px 40px;
    margin-top: 30px;
    background: transparent;
    position: relative;
    margin-bottom: 5%;
    min-height: 305px;
    background: white;
    border-radius: 60px;
    box-shadow: 0 0 11px #80808030;
}

.testimonial-box::before {
    content: '';
    width: 45px;
    right: 91px;
    bottom: 50px;
    height: 35px;
    position: absolute;
    background-size: contain !important;
    background: url(../images/test-a.png) no-repeat;
}

.testimonials-slider .slick-dots {
    left: -16%;
}

.testimonials-slider .slick-dots li.slick-active button:before {
    opacity: 7 !important;
    color: black;
    background: #1664ac;
    content: '' !important;
    top: -3px;
    border-radius: 20px;
    width: 15px;
    height: 15px;
}

.slick-active {
    opacity: 1;
}

.testimonials-slider .slick-dots li button:before {
    font-family: '' !important;
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    background: #000;
    left: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.flex-shrink-0 img {
    border-radius: 50%;
    height: 50px;
    width: 50px;
    object-fit: cover;
}

.flex-grow-1.ms-3 h6 {
    font-size: 16px;
    color: #1664ac;
}

.flex-grow-1.ms-3 h5 {
    font-size: 20px;
    font-weight: 700;
}

p.mb-4.pb-4.border-color-extra-light-gray.borders-bottom {
    color: #666666;
    font-size: 18px;
}

/* testimonial */

/* why-choose-sec */

.why-choose-sec {
    padding-top: 100px;
    padding-bottom: 120px;
    position: relative;
    bottom: -41px;
    z-index: 9;
    border-bottom-left-radius: 51px;
    background: #f5f5f5;
}

.why-choose-sec::before {
    content: '';
    top: 0;
    right: -20px;
    width: 300px;
    height: 100%;
    background-size: contain !important;
    position: absolute;
    /* filter: brightness(0) saturate(100%) invert(97%) sepia(32%) saturate(300%) hue-rotate(191deg) brightness(116%) contrast(80%); */
    background: url(../images/why-before.png)no-repeat;
    opacity: 0.5;
}

.why-box {
    padding: 65px 50px;
    background: #fff;
    box-shadow: 0px 0px 10px -5px;
}

.why-text h4 {
    color: #25224e;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 15px;
    font-family: 'Montserrat';
}

.why-img {
    background: #fff;
    padding: 5px;
    box-shadow: 0px 0px 10px -5px;
    height: 470px;
    border-radius: 10px;
    width: 100%;
}

.why-img img {
    height: 100%;
    width: 100%;
    border-radius: 8px;
    object-fit: cover;
}

.why-text p {
    font-size: 17px;
    font-weight: 600;
    color: #000;
    margin-bottom: 15px;
}

.why-text h2 {
    font-size: 60px;
    color: #1664ac;
    margin-bottom: 20px;
}

.col.border-why-r {
    margin-top: 50px;
    border-right: 1px solid #434343;
}

.why-box-bottom h5 {
    text-align: center;
    font-weight: 600;
}

.why-box-bottom {
    height: 110px;
    display: flex;
    align-items: center;
    justify-items: center;
    flex-direction: column;
    justify-content: space-between;
}

.inner-why-sec {
    border-top-right-radius: 0px !important;
    border-bottom-left-radius: 150px !important;
    padding-bottom: 180px;
}

/* why-choose-sec */

.contact-sec {
    background: #000;
    padding-top: 100px;
    background: url(../images/contactbg.png);
    width: 100%;
    height: 1000px;
    border-bottom-left-radius: 13%;
    background-size: cover;
}

.contact-frm {
    padding: 50px 40px;
    position: relative;
    height: 100%;
    background-color: #fff;
    box-shadow: 0 15px 40px 0 rgba(0, 0, 0, 0.1)
}

.contact-frm span {
    font-size: 30px;
    font-family: 'Montserrat';
    text-transform: capitalize
}

.contact-frm h4 {
    color: #231f20;
    font-size: 40px;
    /* font-family: 'Montserrat'; */
    text-align: justify;
    line-height: 30px;
    font-weight: 600;
}

.contact-input input,
.contact-input select::placeholder {
    font-size: 18px;
    color: #000;
    font-family: 'Montserrat';
    font-weight: 500
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.contact-input input,
.contact-input select {
    font-size: 18px;
    width: 100%;
    border-bottom: 1px solid #c2c2c2 !important;
    border: 0;
    height: 60px;
    padding: 0;
    color: #000;
    margin-top: 50px
}

.contact-input {
    display: flex;
    align-items: end;
    justify-content: flex-start;
    position: relative
}

.contact-input textarea {
    font-size: 18px;
    color: #000;
    width: 100%;
    border: 0;
    border-bottom: 2px solid #c2c2c2 !important;
    padding: 40px 20px 20px 10px;
    height: 170px;
    margin-top: 30px
}

.contact-input-btn button {
    position: absolute;
    right: -10px;
    bottom: -15px;
    font-size: 30px;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    border: 0;
    color: #fff;
    background: #1765ad;
}


.contact-input-btn {
    position: relative;
    z-index: 1;
    animation: blink-1 2.5s infinite both
}

@-webkit-keyframes blink-1 {

    0%,
    50%,
    100% {
        opacity: 1
    }

    25%,
    75% {
        opacity: 0
    }
}

@keyframes blink-1 {

    0%,
    50%,
    100% {
        opacity: 1
    }

    25%,
    75% {
        opacity: 0
    }
}

.contact-input-btn i:after {
    position: absolute;
    content: '';
    border: 2px solid #474546;
    width: 120%;
    height: 120%;
    right: -10%;
    bottom: -10%;
    background: #fff;
    z-index: -1;
    border-radius: 50px;
    transition: .5s ease-in-out
}

.contact-input-btn i:hover:after {
    box-shadow: 0 0 10px 0 #85c75d;
    transition: .5s ease-in-out
}

.ctct-detl {
    background: #25224e;
    position: relative;
    padding: 50px 50px 70px 50px;
}

.ctct-detl h4 {
    font-size: 27px;
    color: #fff;
    text-transform: capitalize;
    position: relative;
    margin-bottom: 70px
}

.ctct-detl h4:after {
    position: absolute;
    content: '';
    background: #c1bdbd6b;
    width: 100%;
    height: 3px;
    left: 0;
    bottom: -30px
}

.ctct-detl h4:before {
    position: absolute;
    content: '';
    background: #fff;
    width: 30%;
    height: 2px;
    left: 0;
    bottom: -30px;
    z-index: 1;
    transition: 1s ease-in-out
}

.ctct-detl h4:hover:before {
    width: 100%;
    transition: 1s ease-in-out;
    background: #fff
}

.ctct-detl UL {
    display: flex;
    gap: 40px;
    margin: 50px 0
}

.ctct-detl ul i {
    font-size: 50px;
    color: #fff
}

.ctct-detl ul a {
    font-size: 16px;
    color: #fff;
    font-family: 'Montserrat';
    line-height: 26px;
    text-align: justify
}

.ctct-detl ul li {
    display: grid;
    align-items: center;
    justify-content: flex-start
}

.ctct-detl ul li span {
    line-height: 0;
    font-weight: 400
}

.conte-head h5 {
    text-align: center;
    color: #fff;
    font-size: 50px;
}

ul.cont-border {
    border: 0;
    border-top: 1px solid #ffffff40;
    padding: 30px 0 0;
    margin-bottom: -20px;
    transition: 1s ease-in-out
}

ul.cont-border:hover {
    border-color: #fff;
    transition: 1s ease-in-out;
    transform: translateX(10px)
}

.conte-head p {
    margin: 0 auto;
    text-align: center;
    color: #fff;
    width: 49%;
    padding-bottom: 30px;
}

.footer-logo-box {
    text-align: center
}

.footer-main {
    padding: 80px 0 50px;
    border-top-right-radius: 37px;
    background: #f6f5ff;
    position: relative;
    top: -29px;
}

.footer-logo-box p {
    font-size: 16px;
    color: #000;
    font-weight: 300;
    font-family: 'Montserrat';
    text-align: center;
    margin-top: 20px
}

.footer-logo-box a img {
    margin-bottom: 35px
}

.footer-logo-box ul {
    display: flex;
    align-items: center;
    margin-bottom: 0;
    gap: 20px;
    justify-content: center;
    margin-top: 40px
}

.foot-social ul li a:hover {
    background: #25224e;
    color: #fff
}

.foot-social ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    font-size: 20px;
    color: #fff;
    transition: .5s;
    background: #25224e;
}

.quick-link {
    padding-left: 40px;
    margin-left: 40px;
    border-left: 1px solid;
}

.contact-info {
    padding-left: 30px;
    height: 100%;
    border-left: 1px solid #525252;
    /* border-right: 1px solid #525252; */
}

.new-letter {
    padding-left: 20px
}

.copy-right {
    padding: 18px 0;
    text-align: center;
    background: #25224e
}

.new-letter-input-icon {
    position: absolute;
    left: 15px;
    color: #25224e;
}

.new-letter input {
    width: 100%;
    height: 55px;
    border: none;
    background: #ffff;
    border-radius: 30px;
    padding: 0 55px;
    box-shadow: 0 0 2px 0 #00000063;
}

.new-letter-input-icon i {
    font-size: 18px;
    color: #1664ac;
    margin-top: 6px;
}

.copy-right p {
    font-size: 19px;
    text-transform: capitalize;
    color: #fff;
    margin: 0
}

.new-letter-input input::placeholder {
    font-size: 16px;
    color: #000;
    font-weight: 600
}

.new-letter-input {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 20px
}

.new-letter-button button {
    width: 100%;
    height: 55px;
    font-size: 19px;
    border: none;
    color: #000;
    background-image: linear-gradient(to bottom, #9e742e, #ac8340, #bb9351, #c9a363, #d8b375, #d8b375, #d9b475, #d9b475, #cba463, #bd9552, #b08641, #a27730);
    border-radius: 10px
}

.footer-main h5 {
    font-size: 30px;
    font-weight: 500;
    color: #000;
    position: relative;
    margin-bottom: 25px;
}

.footer-main h5::before {
    content: '';
    width: 30px;
    height: 2px;
    bottom: -10px;
    left: 0;
    background: #25224e;
    position: absolute;
}

.quick-link ul li a {
    font-size: 16px;
    color: #000;
    font-weight: 600;
}

.quick-link ul {
    line-height: 45px
}

.contact-info ul li a i {
    font-size: 22px;
    color: #25224e
}

.contact-info ul li a {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 0;
    font-size: 16px;
    color: #000;
    font-weight: 600;
    margin-bottom: 40px;
}

.contact-info ul li:last-child a {
    margin-bottom: 0
}

.new-letter form {
    margin-top: 35px;
}

a.footbtn.btn10 {
    width: 100%;
    background: #1765ad;
    height: 55px;
    border-radius: 50px;
    display: flex;
    font-weight: 500;
    font-size: 18px;
    align-items: center;
    justify-content: center;
    color: #ffff;
}



/* Inner Contact Start*/

.contact1 p,
.contact2>p {
    margin-bottom: 30px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
}

.contact2 ul {
    margin-top: 40px;
}

.contact1 input,
.contact1 textarea {
    width: 100%;
    margin-bottom: 20px;
    padding: 20px;
    background: #fff;
    border: 1px solid #000;
    color: #000;
}

.contact1 .theme_btn {
    width: 100%;
    border: 0;
    background: #f01414;
    color: #fff;
    padding: 10px;
    font-size: 23.64px;
    font-family: "Nunito";
    font-weight: 500;
    border-radius: 0;
    height: 60px;
}

.contact1 textarea {
    height: 200px;
}

.contact2 ul li {
    display: flex;
    align-items: center;
    margin-bottom: 50px;
    gap: 25px;
}

.contact2 ul li h4 {
    text-transform: capitalize;
    font-size: 30px;
    color: #000000;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    margin-bottom: 8px;
}

.contact2 ul li p {
    color: #000;
    font-size: 18px;
    width: 100%;
    margin-bottom: 0;
    font-weight: 500;
}

.contact1 button {
    border: none;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    height: 70px;
    font-size: 20px;
    text-transform: uppercase;
    border-radius: 35px;
    color: #fff;
    background: #1664ac;
}

.contact2 .icon i {
    height: 90px;
    width: 90px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #25224e;
}

.contact2 .icon i {
    font-size: 40px;
    color: #fff;
}

section.contact_us {
    padding: 80px 0;
    position: relative;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: top;
}

section.contact_us::before {
    top: 55px;
    right: -24%;
    width: 56%;
    content: '';
    height: 800px;
    position: absolute;
    background-size: contain;
    background: url(../images/about-bg.png) no-repeat;
    /* filter: brightness(0) saturate(100%) invert(97%) sepia(32%) saturate(300%) hue-rotate(191deg) brightness(116%) contrast(80%); */
    opacity: 0.5;
}

.contact-before-after {
    position: relative;
}


.contact-left-right-img {
    position: relative;
}

.map {
    margin-top: 50px;
}

.contact1 input {
    border-radius: 30px;
}

.contact1 textarea {
    border-radius: 30px;
    resize: none;
}

.contact1 input::placeholder,
.contact1 textarea::placeholder {
    color: #000;

    font-weight: 500;
}

.contact1 {
    position: relative;
    width: 95%;
}

i.far.fa-phone-alt {
    transform: rotate(98deg);
}

.map iframe {
    box-shadow: 0 0 20px 0 #0000003d;
}

img.contact_img_1 {
    position: absolute;
    left: 0;
    top: -30px;
}

img.contact_img_2 {
    position: absolute;
    right: -20px;
    top: 30px;
}

.contact1 h2 {
    color: #1664ac;
    font-size: 50px;
    margin-bottom: 10px;
    font-weight: 600;
}

.contact2 h2 {
    color: #1664ac;
    font-size: 50px;
    margin-bottom: 10px;
    font-weight: 600;
}

/* Inner Contact End*/

.serice-detail-page {
    height: 400px;
    object-fit: cover;
    width: 100%;
    box-shadow: 0px 0px 14px -4px;
    border-radius: 0px 25px 0px 25px;
}

.serive-detail-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    box-shadow: 0px 0px 10px -5px;
    border-radius: 0px 25px 0px 25px;
}

.serive-detail-box {
    height: 300px;
    margin-top: 25px;
    margin-bottom: 25px;
}


/*services*/
section.services.services1 {
    background: #f7f7f7;
}

.watch-video {
    padding-top: 4%;
    background-position: center;
    background-size: cover !important;
    background: url(../images/video-bg.png)no-repeat;
    padding-bottom: 6%;
}

.video-slide .slick-slide.slick-current.slick-active.slick-center {
    transform: scale(1.4);
}

.video-slide .slick-slide.slick-active img {
    width: 271px;
    height: 250px;
    object-fit: cover;
    margin: 0 auto;
    object-position: top;
}

.video-slide .slick-slide.slick-current.slick-active.slick-center img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
}

.video-slide .slick-track {
    display: flex;
    align-items: center;
}

.vido-img img:not(a img) {
    border: 5px solid #fff;
}

.vido-img {
    position: relative;
}

.vido-img a {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
}

.vido-img a img {
    width: 52px !important;
    height: 56px !important;
    object-fit: cover;
}

.video-slide .slick-slide.slick-current.slick-active.slick-center .vido-img:after {
    content: '';
    position: absolute;
    width: 92%;
    height: 19px;
    background: url(../images/cnetr-ply-scrol.png);
    background-size: cover;
    bottom: 7%;
    left: 4%;
    background-repeat: no-repeat;
}

.video-slide .slick-slide.slick-active .vido-img:after {
    content: '';
    position: absolute;
    width: 62%;
    height: 19px;
    background: url(../images/activ-ply.png);
    background-size: cover;
    bottom: 7%;
    left: 19%;
    background-repeat: no-repeat;
}

.video-slide .slick-prev:before {
    content: "\f053";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #6785ff;
    font-size: 25px;
}

.video-slide .slick-next:before {
    content: "\f054";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 25px;
    color: #6785ff;

}

.video-slide .slick-next:hover:before,
.video-slide .slick-prev:hover:before {
    color: #0062a6;
}

.video-slide .slick-slide {
    margin: 62px 20px;
}

.video-slide .slick-active {
    opacity: 1;
}

.watch-heading {
    text-align: center;
    margin-bottom: 4%;
}

.watch-heading h2 {
    color: #fff;
}

.watch-heading p {
    font-size: 18px;
    width: 50%;
    color: #fff;
    line-height: 25px;
    margin: 0 auto;
}

/*services end*/


/* FAQS */
section.faqs {
    background: url(../images/about-bg.png);
    height: 1307px;
    background-size: cover;
    display: flex;
    align-items: center;
}

button.accordion-button.collapsed {
    color: #ffffff;
    font-size: 37px;
    font-weight: 500;
    background: #1664ac;
    border-radius: 50px !important;
}

.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
    border-radius: 50px;
}

.accordion-item:last-of-type .accordion-button.collapsed {
    border-radius: 50px;
}

.accordion-button::after {
    background-image: url(../images/faq-arrow.2png.png);
    right: 9px;
    height: 60px;
    width: 62px;
    background-size: contain;
    position: absolute;
}

.accordion-item {
    border: 0;

}

.accordion-button:not(.collapsed)::after {
    height: 70px;
    width: 73px;
    background-size: cover;
    position: absolute;
    background-image: url(../images/faq-arrow.2png.png);
    object-fit: cover;
    top: -2px;
    right: 0px;
    background-size: cover;
    transform: rotate(-360deg);
}

.accordion-button:not(.collapsed) {
    color: #ffffff;
    box-shadow: unset;
    font-size: 30px;
    font-weight: 500;
    border-radius: 50px;
    background: #1664ac;
}

.accordion-header {
    margin-bottom: 0;
    background: #fff;
    border-radius: 50px 50px 50px 50px;
}

.accordion-body {
    padding: 0;
    font-weight: 400;
    font-size: 17px;
    color: #000;
    margin: 0% 0% 2% 0%;
    padding: 3% 2% 2% 2%;
}

.accordion-item .accordion-button:hover {
    /* background: linear-gradient(0deg, rgba(176,15,31,1) 10%, rgba(116,2,23,1) 100%); */
}

button.accordion-button span {
    margin-left: 2%;
    color: #ffffff;
    font-weight: 400;
    font-size: 45px;
    font-family: 'Raleway';
}

.accordion-button:not(.collapsed) span {
    color: #072366;
    font-size: 45px;
    font-weight: 400;
    font-family: 'Raleway';
}

section.video.faq {
    background: url(../images/sec-back.jpg);
    width: 100%;
    background-size: cover;
    padding: 82px 0 80px 0;
}

.accordion-item .accordion-button:not(.collapsed):hover {
    color: #ffffff;
}

.accordion-item:first-of-type {}

.accordion-item {
    border: none !important;
    border-radius: 50px;
    margin-bottom: 2%;
    border-radius: 7px;
    background: none !important;
}

.accordion-item:not(:first-of-type) {
    border-top: 2px solid;
}

/* FAQS */


/* faq page css */

.faq-h {
    width: 60%;
    margin: 0 auto 30px;
}

.faq-h h2 {
    margin-bottom: 20px;
}

.faq-h p {
    color: #494949;
    font-size: 16px;
    text-align: center;
}

.gorrila-page-sec {
    padding: 80px 0;
}

.gorilla-content .accordion-button.collapsed {
    padding: 20px 30px;
    background-color: #ffffff;
    color: #000000;
    font-size: 40px;
    line-height: 30px;
    border-radius: 54px;
    /* text-transform: uppercase; */
}

.gorilla-content .accordion-button {
    /* color: #000000 !important; */
    font-size: 24px;
    padding: 20px 20px;
    line-height: 45px;
    background-color: transparent;
    font-size: 45px;
}

.gorilla-content .gorrila-page-txt .color-red {
    color: #A60000;
    font-weight: 500;
    margin-bottom: 7px;
    margin-top: 30px;
}

.accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: 54px;
    border-bottom-left-radius: 54px;
}

.gorrila-page-txt ul {
    list-style: auto;
}

.gorrila-page-txt ul li {
    color: #000000;
    font-size: 14px;
    line-height: 23px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    margin-bottom: 15px;
    margin-left: 15px;
}

.gorrila-page-txt ul li::marker {
    color: #A60000;
}

.accordion-body.gorrila-page-txt {
    padding: 20px 30px;
}

.gorilla-content .accordion-item {
    margin: 20px 0;
    border-radius: 60px;
    border: 0;
    background: #ffffff;
}

.gorilla-content .accordion-button:not(.collapsed) {
    box-shadow: none;
    /* border: 2px solid #00edff;*/
    border-bottom: 0;
    border-top-left-radius: 67px;
    border-top-right-radius: 65px;
    color: white;
    /*text-transform: uppercase;*/
    /* background: blue; */
    border-radius: 77px;
    font-size: 40px;
}

.accordion-collapse.collapse {
    /* border: 2px solid #00edff; */
    border-top: 0;
    border-radius: 0 0 35px 35px;
    /* margin-bottom: 30px; */
    background: white;
    position: relative;
    top: -25px;
}

.gorilla-content button:focus:not(:focus-visible) {
    /* box-shadow: none; */
    /* background: red; */
}

.accordion-body p {
    color: #000000;
    font-size: 19px;
    font-weight: 600;
    line-height: 31px;
}

.gorilla-content .accordion-button::after {
    /*   content: '\2b';
    font-weight: 700;
    font-family: 'Font Awesome 6 Pro';
    background-image: none;
    transform: rotate(0deg);*/

    background: #a21719;
    font-family: 'Font Awesome 5 Free';
    content: "\f107";
    font-weight: 600;

    height: 60px;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    position: absolute;
    right: 0;
    border-radius: 31px;
}

/*.accordion-button:not(.collapsed)::after {
    content: '\f068';
    font-weight: 700;
     font-family: 'Font Awesome 5 Free';
    color: #fff;
    font-size: 32px;
}*/
.faq-pg-sec {
    padding: 80px 0;
}

.faq-h h3 {
    font-size: 50px;
    text-transform: uppercase;
    color: #000;
}

section.faq.pt-8.pb-8 {
    /* background: url(../images/gallery.png); */
    background-size: cover !important;
    /* box-shadow: inset 0 0 0 2000px #367de2d6; */
    background: url(../images/video-bg.png)no-repeat;
    border-bottom-left-radius: 10%;
}

.gall-txt h6 {
    font-size: 66px;
    color: white;
}

.gall-txt p {
    color: white;
    width: 85%;
    margin: 0 auto;
    text-align: center;
}

/* Faqs Page End */


/* Nursing Delegation Section CSS Start */

section.nursing-delegation-sec {
    /* margin-bottom: 80px; */
    background: linear-gradient(to bottom right, #1765ad 0%, #26234e 70%);
    padding: 80px 0px;
}

.nursing-delegation-main-head {
    width: 60%;
    margin: 0 auto;
}

.nursing-delegation-main-head h2 {
    color: #fff;
    text-align: center;
    margin-bottom: 40px;
}

.nursing-delegation-text h3 {
    margin-bottom: 10px;
    color: #fff;
}

.nursing-delegation-text p {
    color: #fff;
    margin-bottom: 30px;
    line-height: 28px;
}

ul.nursing-delegation-li-st li {
    color: #fff;
    margin-bottom: 18px;
    list-style: disc;
    margin-left: 22px;
}

/* Nursing Delegation Section CSS End */



.moretext {
    display: none;
}


.scrollbar-one {
    /* margin-left: 30px; */
    /* float: left; */
    /*height: 258px;*/
    /* width: 65px; */
    /*background: #F5F5F5;*/
    /*overflow-y: scroll;*/
    /* margin-bottom: 25px; */
}

.scrollbar-one::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

.scrollbar-one::-webkit-scrollbar {
    width: 8px;
    background-color: #F5F5F5;
}

.scrollbar-one::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #26234e;
    width: 12px;
}

.serive-text .thme-btn {
    display: inline-block;
    margin-top: 20px;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
}

ul.nursing_li li {
    position: relative;
    padding-left: 20px;
    color: #000;
    font-size: 14px;
}

ul.nursing_li li::before {
    content: '\f00c';
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    color: #000;
    left: 0;
    position: absolute;
    font-size: 11px;
    top: 4px;
}

ul.nursing_li li:not(:last-child) {
    margin-bottom: 10px;
}

ul.nursing_li {
    margin-bottom: 20px;
}

.read_choose_us h4 {
    color: #25224e;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 15px;
    font-family: 'Montserrat';
}

.read_choose_us .article-st-d li:not(:last-child) {
    margin-bottom: 5px;
}

.read_choose_us .article-st-d li {
    position: relative;
    padding-left: 20px;
    font-size: 14px;
    font-weight: 500;
}

.read_choose_us .article-st-d li::before {
    content: '\f00c';
    position: absolute;
    font-weight: 400;
    font-family: 'Font Awesome 5 Pro';
    font-size: 12px;
    left: 0;
    top: 2px;
}

.read_choose_us .article-st-d {
    column-count: 3;
    margin-bottom: 30px;
}

.c_count_none {
    column-count: 1;
}

ul.article-st-d.c_count_none {
    margin-top: 20px;
    column-count: 1 !important;
}

.billing_boxes_main {
    display: flex;
    gap: 40px;
    justify-content: space-between;
    margin-bottom: 20px;
}

.billing_boxes_main {}

.billing_boxes_main .billing_box {
    width: 48%;
    background: linear-gradient(to bottom right, #1765ad 0%, #26234e 70%);
    padding: 30px;
    border-radius: 20px;
}

.billing_boxes_main .billing_box p {
    color: #fff;
}

.billing_boxes_main .billing_box p b {
    font-size: 25px;
    display: block;
    margin-bottom: 20px;
}

.mission {
    padding: 0px 0px 100px;
}

.vission-img {
    position: relative;
}

.vission-img::before {
    position: absolute;
    content: "";
    border-radius: 25px;
    background: #1664ac;
    height: 405px;
    width: 74%;
    z-index: -1;
    left: -21px;
    top: -15px;
}

.mission-texh h5 {
    font-size: 50px;
    margin-bottom: 15px;
}

.mission-texh p {
    line-height: 30px;
    font-size: 14px;
    margin-bottom: 15px;
}

.mission-img {
    position: relative;
}

.mission-img::before {
    position: absolute;
    content: "";
    height: 405px;
    width: 74%;
    z-index: -1;
    right: -21px;
    top: -15px;
    border-radius: 25px;
    background: #1664ac;
}

.mission-img img {
    float: right;
}

.mt10 {
    margin-top: 100px;
}

.vission-img img {
    border-radius: 15px;
    width: 430px;
    height: 375px;
    object-fit: cover;
}


/*Media Query Start*/

@media only screen and (min-width: 1366px) and (max-width: 1920px) {}

@media only screen and (min-width: 1291px) and (max-width: 1537px) {
    .carousel-indicators {
        right: 96%;
    }

    .testimonials-slider .slick-dots {
        left: -7%;
    }

}

@media only screen and (min-width: 992px) and (max-width: 1290px) {
    .carousel-indicators {
        right: 97.5%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {}

@media only screen and (min-width: 520px) and (max-width: 767px) {}

@media only screen and (min-width: 300px) and (max-width: 519px) {}


/*Media Query End*/