@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?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");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap");

/***** General CSS *****/
body {
    word-break: break-word;
    font: 15px/25px "Poppins", sans-serif;
    font-family: "Montserrat", serif;
    color: #000;
    overflow-x: hidden;
    background-color: #fbf9f9;
}

a {
    text-decoration: none;
    color: #000;
    white-space: initial;
    font-family: "Montserrat", serif;
}

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

a:hover {
    transition: all 0.2s ease-in-out;
}

img {
    object-fit: cover;
    max-width: 100%;
    width: 100%;
}

input:focus,
textarea:focus,
select:focus {
    transition: all 0.5s ease;
    outline: none;
}

select,
input,
textarea {
    appearance: none;
}

/***** Font Files *****/
@font-face {
    font-family: "Fonts Awesome";
    src: url(../fonts/fontawesome-webfont.eot);
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Jersey";
    src: url(../fonts/Jersey.ttf);
    font-weight: 400;
    font-style: normal;
}

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

::-webkit-input-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
:-moz-placeholder {
    color: #575757;
}

.noPadding {
    padding: 0;
}

.noLeft {
    padding-left: 0;
}

.noRight {
    padding-right: 0;
}

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

.pt_8,
.pb_8,
.py_8,
.sec {
    padding: 80px 0;
}

.flexRow,
.flexCol {
    display: flex;
    align-items: center;
}

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

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
    margin: 0 0 10px;
}

h1 {
    font-size: 68px;
    line-height: 70px;
    color: #fff;
    font-weight: 500;
}

h2 {
    font-size: 50px;
    line-height: 1.2;
    color: #fff;
    font-weight: 500;
}

h3 {
    font-size: 40px;
    line-height: 1.2;
    color: #000;
    font-weight: 600;
}

h4 {
    font-size: 31px;
    line-height: 1.2;
    color: #fff;
    font-weight: 500;
}

h5 {
    font-size: 24px;
    line-height: 1.2;
    color: #ffffff;
    font-weight: 500;
}

h6 {
    font-size: 21px;
    font-family: "Montserrat", serif;
    color: #000;
    font-weight: 500;
}

p {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: #fff;
    font-family: "Montserrat", serif;
}

.black {
    color: #000;
}

.content p{
	color:#000;
}
.green {
    color: #008080;
}

.pink {
    color: #ff84c1;
}

.white-bg {
    background-color: #fff;
}

.black-bg {
    background-color: #000;
}

.green-bg {
    background-color: #008080;
}

.pink-bg {
    background-color: #ff69b3;
}

.montserrat {
    font-family: montserrat;
}


/* Menu */
.nav ul {
    list-style: none;
    text-align: center;
}

.nav ul li a {
    transition: 0.3s ease-in-out;
    text-transform: uppercase;
    transition: all 0.5s;
    position: relative;
}

section.header .nav.stroke {
    display: block;
}

.nav.stroke ul li a:after,
.nav.fill ul li a:after {
    transition: 0.3s ease-in-out;
    position: absolute;
    bottom: -10px;
    left: 50%;
    right: 0;
    width: 0%;
    content: ".";
    color: transparent;
    background: #ff69b3;
    height: 2px;
    transform: translateX(-50%);
}

.nav.stroke ul li a:hover:after {
    width: 100%;
}

.frequently-asked-question-faq p{color:#000;}
.frequently-asked-question-faq .accordion-item{margin-bottom:10px;}

/* Buttons */
.theme-btn {
    background: linear-gradient(1deg, rgba(197, 143, 29, 1) 0%, rgba(234, 196, 61, 1) 50%, rgba(197, 143, 29, 1) 100%);
    font-size: 14px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    padding: 12px 25px;
    font-weight: 500;
    position: relative;
    z-index: 1;
    transition: 0.3s ease-in-out;
}

.theme-btn::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    content: '';
    background: linear-gradient(1deg, rgba(0, 128, 128, 1) 0%, rgba(1, 194, 251, 1) 50%, rgba(0, 128, 128, 1) 100%);
    z-index: -1;
    transition: 0.3s ease-in-out;
}

.theme-btn:hover {
    transition: 0.3s ease-in-out;
    color: #fff;
}

.theme-btn:hover::before {
    transition: 0.3s ease-in-out;
    width: 100%;
}


.theme-btn.style1 {
    color: #fff;
    background: #ff0000;
}

/* Header */
.hdr_logo a img {
    object-fit: scale-down;
    padding: 20px 0;
    display: block;
}

ul#menu {
    justify-content: center;
    display: flex;
    align-items: center;
    height: 100%;
    gap: 10%;
}

ul#menu a {
    color: #000;
    font-family: 'Montserrat';
    transition: 0.3s ease-in-out;
    font-size: 15px;
    font-weight: 600;
}

section.header {
   padding: 5px 0 20px 0px;
    position: relative;
    z-index: 99;
	background:#fff;
}

.hdr_logo a {
    font-size: 28px;
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
}

/* Banner */
.banner_sec {
    /* background-image: url(../images/banner.jpg); */
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 700px;
    position: relative;
    z-index: 1;
    background: #f1eeee;
}

.banner_text {
    display: flex;
    align-items: start;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    position: relative;
    z-index: 99;
}



.banner-slider .slick-list {
    height: 100%;
}

.banner-slider .slick-track {
    height: 100%;
}

.banner-slider .slick-slide {
    transition: all ease-in-out .3s;
    opacity: 1;
    margin: 0;
}

.banner-bg-image img {
    height: 100%;
    object-position: top;
}

.banner-bg-image {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: -1;
    top: 0;
    right: 0;
    overflow: hidden;
    margin: 0 0 0 auto;
}

.banner-bg-image::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 80%;
    height: 100%;
    z-index: 0;
    content: '';
    background: linear-gradient(131deg, rgba(1, 194, 251, 1) 0%, rgba(0, 0, 0, 0) 60%);
}

.banner-bg-image::after {
    position: absolute;
    top: 0;
    right: 0;
    width: 30%;
    height: 100%;
    z-index: 0;
    content: '';
    background: linear-gradient(270deg, rgba(1, 194, 251, 1) -60%, rgba(0, 0, 0, 0) 60%);
}

.banner_sec::before {
    top: -20%;
    left: 0;
    width: 100%;
    height: 80%;
    content: '';
    position: absolute;
    background: #fff;
    z-index: -1;
}

.banner-slider {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    margin: 0 0 0 auto;
    display: block;
    width: 100%;
}

.banner-main-slider {
    width: 95%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
}

ul.banner_navs {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 999;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
}

ul.banner_navs::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    content: '';
    background: #ffffff;
}

ul.banner_navs button {
    background: transparent;
    border: navajowhite;
    padding: 15px 20px;
    font-size: 17px;
}

.social-bar {
    position: absolute;
    bottom: 20px;
    left: 0;
    padding: 0;
    z-index: 99;
}

ul.social-list {
    display: flex;
    align-items: center;
    gap: 7px;
    flex-direction: column;
}

ul.social-list li>a {
    padding: 7px 29px;
    display: flex;
    align-items: center;
    justify-content: center;
}



section.header .container {
    max-width: 1320px;
}

.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm,
.container {
    max-width: 1200px;
}

/* banner start */

/* section start */

.mission-box {
    margin: 20px 0 40px 0;
}

.about_image img {
    margin: 0 0 20px 0px;
    height: 600px;
    box-shadow: 0 0 20px 1px #00000091;
}

section.about_sec {
    padding: 0 0 80px 0;
    margin: 30px 0 0 0;
    position: relative;
    z-index: 9;
}

section.about_sec p {
    color: #000;
}

section.about_sec ul {
    margin-bottom: 20px;
    padding-left: 30px;
}

section.about_sec ul li {
    list-style: circle;
    line-height: 30px;
}


section.about_sec h4 {
    font-size: 31px;
    line-height: 1.2;
    color: #ff69b3;

}

.about-image-box {
    position: relative;
}

ul.banner_navs1::before {
    display: none;
}

ul.banner_navs1 button i {
    color: #fff;
}

ul.banner_navs1 button {
    background: transparent;
    border: navajowhite;
    padding: 0;
    font-size: 17px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #ff69b3;
}

ul.banner_navs1 {
    position: absolute;
    bottom: 30px;
    left: 20px;
    z-index: 999;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    gap: 10px;
}

.about-bottom-box {
    margin: 50px 0 0 0;
}

.about-bottom-image img {
    height: 450px;
    box-shadow: 0 0 20px 1px #00000091;
}

img.about2 {
    object-fit: scale-down;
    position: absolute;
    bottom: 20px;
    right: -30px;
    width: 340px;
}

/* section end */

/* section start */
.product-card-image img {
    height: 350px;
    box-shadow: 0 0 20px 1px #00000091;
}

.product-card {
    margin: 60px 0 20px 0;
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: 0.3s ease-in-out;
}

.product-card-image a {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
}

.product-card-image a::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, #ff69b3 -91%, rgba(255, 255, 255, 0) 92%);
    content: '';
    z-index: 0;
}

.product-card-text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 9;
    transition: 0.3s ease-in-out;
    height: 40px;
    padding: 0 20px;
}

.product-card-text h4 {
    color: #fff;

}

.product-card-text p {
    color: #fff;
}



.product-card:hover .product-card-text {
    height: 200px;
}

.section-box {
    padding: 80px 0;
    margin: 80px 30px;
    border-radius: 30px;
}

ul.product_navs {
    display: flex;
    align-items: center;
    justify-content: right;
    gap: 20px;
}

.product-slider .slick-slide.slick-current.slick-active+.slick-slide+.slick-slide .product-card {
    margin: 10px 0 20px 0;

}

.product-slider .slick-slide.slick-current.slick-active+.slick-slide+.slick-slide .product-card-image img {

    height: 400px;
}

.product-slider .slick-slide.slick-current.slick-active+.slick-slide .product-card {
    margin: 50px 0 20px 0;

}

.product-slider .slick-slide {
    margin: 0px 10px;
}

.product-slider .slick-slide.slick-current.slick-active+.slick-slide .product-card-image img {

    height: 360px;
}

/* section end */

/* section start */

.who-card-image img {
    height: 350px;
    box-shadow: 0 0 20px 6px #00000024;
}

.who-card {
    margin: 40px 0 20px 0;
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: 0.3s ease-in-out;
}

.who-card-image a {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
}

.who-card-text {
    position: absolute;
    bottom: -60px;
    left: 20px;
    z-index: 9;
    transition: 0.3s ease-in-out;
    height: auto;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    width: fit-content;
    background: #fff;
    gap: 20px;
}

.who-card-text h4 {
    color: #fff;

}

.who-card-text p {
    color: #fff;
}

.who-card-text h5 {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
}

.who-card:hover .who-card-text {
    bottom: 20px;
}

.who-card1 {
    margin-top: 80px;
}

/* section end */

/* section start */
.testimonial-sec {
    /* position: relative; */
    padding: 80px 0;
    background-image: url(../images/testi-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    margin-top: 0;
    position: relative;
    z-index: 1;
}

.testimonial-sec::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000cc;
    content: '';
    z-index: -1;
}

img.quma {
    width: 70px;
    height: 70px;
    background: transparent;
    object-fit: scale-down;
    border-radius: 15px;
    border-top-right-radius: 0;
    position: absolute;
    bottom: 0;
    right: 20px;
}

.testi-box {
    transition: 0.3s ease-in-out;
    background: #fff;
    border-radius: 0;
    padding: 40px 30px 40px 30px;
    position: relative;
    margin: 35px 0;
    z-index: 1;
    box-shadow: -9px 0px 0px 4px #01c2fb;
    border-radius: 30px;
}

.testi-text p {
    font-size: 18px;
    color: #000000;
    text-align: justify;
}

ul.testi-profile-list {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
    margin-bottom: 35px;
    border-bottom: 1px solid #999999;
    padding-bottom: 20px;
}

ul.testi-profile-list img {
    width: 60px;
    height: 60px;
    border-radius: 70px;
}

ul.testi-profile-list h5 {
    font-size: 28px;
    font-family: montserrat;
    font-weight: 500;
    color: #000000;
    margin: 0;
    text-transform: uppercase;
}

.slick-slide {
    opacity: 1;
}

.testi-box:after {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    left: 50%;
    top: 50%;
    background: #01c2fb;
    z-index: -1;
    transition: .5s all;
    border-radius: 30px;
}

.testi-box:hover:after {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.testi-box:hover .testi-text * {
    color: #fff;
}

.testi-text {
    transition: 1s all;
}

.testi-slider .slick-prev:before,
.testi-slider .slick-next:before {
    position: absolute;
    content: '\f177';
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    color: #fff;
    font-family: 'Font Awesome 5 Free';
    font-size: 17px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s all;
    background: #a20a0a;
    width: 60px;
    height: 50px;
    opacity: 1 !important;
    font-weight:600;
}

.testi-slider .slick-next:before {
    content: '\f178';
}

ul.testi-profile-list h4 {
    font-size: 18px;
    color: #01c2fb;
    font-family: montserrat;
    font-weight: 500;
    text-transform: uppercase;
}

.testi-slider .slick-prev:hover::before,
.testi-slider .slick-next:hover::before {
    background: #093b9e;
}

.testi-slider .slick-prev {
    left: -20px;
    top: 50%;
    z-index: 1;
}

.testi-slider .slick-next {
    right: 20px;
    top: 50%;
    z-index: 1;
}


.testi-box:hover ul.testi-profile-list {
    border-bottom: 1px solid #fff;
}

.testi-box:hover {
    box-shadow: unset;
    transition: 0.3s ease-in-out;
}

.proffes-box {
    background-image: url(../images/profess-bg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.proffes-box::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: linear-gradient(279deg, rgba(227, 95, 161, 1) 42%, rgb(0 0 0 / 5%) 60%);
    z-index: -1;
}

ul.product_navs button {
    border: navajowhite;
    background: transparent;
}

ul.banner_navs.banner_navs1 button img {
    object-fit: scale-down;
    width: 25px;
}

/* section end */

/* section start */
.contact-list li a {
    display: flex;
    align-items: start;
    gap: 10px;
}

.contact-left-box {
    padding: 50px 30px;
    background: #008080;
    position: relative;
    z-index: 9;
}

.contact-list li {
    color: #fff;
    margin: 20px 0;
}

.contact-list a i {
    color: #fff;
    font-size: 20px;
}

.contact-list li a p {
    color: #fff;
    width: 80%;
    font-size: 14px;
}

.contact-list img {
    margin-bottom: 15px;
    object-fit: contain;
    width: 20px;
    height: 20px;
    margin: 0;
}

.contact-list li a {
    font-weight: 500;
    color: #fff;
    align-items: center;
}

.contact-map iframe {
    width: 100%;
    height: 230px;
}

.contact-pag-form form {
    position: relative;
}

.contact-pag-form .form-group {
    position: relative;
}

.contact-pag-form .form-group::after {
    content: '';
    height: 53px;
    width: 10px;
    position: absolute;
    left: 40px;
    top: 5px;
    background-size: 10px 50px;
    background-image: url(../images/aroow-forward.png);
    background-repeat: no-repeat;
}

.contact-pag-form input.form-control {
    height: 60px;
    font-size: 15px;
    padding-left: 55px;
    border: navajowhite;
    line-height: 0;
    box-shadow: none;
    color: black;
    font-weight: 400;
    background-color: #f3f8fc;
    margin-top: 20px;
    font-family: 'Montserrat';
    display: flex;
    border-radius: 0;
    color: #000;
}

.contact-pag-form .form-group:before {
    content: "";
    position: absolute;
    background-image: url(../images/contact-line.png);
    width: 8px;
    height: 47px;
    background-repeat: no-repeat;
    left: 40px;
    top: 5px;
}

.contact-pag-form .form-group:before {
    content: "";
    position: absolute;
    background-image: url(../images/contact-line.png);
    width: 50px;
    height: 50px;
}

.contact-pag-form input.form-control::placeholder {
    color: #000;
    font-weight: 500;
}

.contact-main-sec .them-btn-1:hover {
    background-color: #00006d;
    transition: 0.3s all;
}

.contact-pag-form textarea.form-control {
    font-size: 15px;
    padding-left: 55px;
    padding-top: 13px;
    border: navajowhite;
    letter-spacing: 0;
    box-shadow: none;
    resize: none;
    background-color: #f3f8fc;
    margin-top: 20px;
    color: #000000;
    border-radius: inherit;
    border-radius: 0;
}

.contact-pag-form .form-group i {
    position: absolute;
    top: 20px;
    left: 13px;
    font-size: 20px;
    color: #01c2fb;
}

.contact-pag-form .email {
    padding: 0;
}

.contact-pag-form h4 {
    font-size: 62px;
    line-height: 70px;
    font-weight: 500;
    text-transform: capitalize;
    color: #fff;
}

.contact-pag-form textarea.form-control::placeholder {
    color: #000;
    font-weight: 500;
}

button.theme-btn {
    width: 100%;
    border: navajowhite;
    color: #000;
    text-transform: capitalize;
    font-size: 16px;
}

.contact-right-box {
    padding: 0 20% 0 0;
    position: relative;
    z-index: 1;
}

.contact-right-box::before {
    position: absolute;
    top: -12%;
    right: 0;
    width: 120%;
    height: 140%;
    box-shadow: 0 0 20px 6px #00000024;
    content: '';
    z-index: -1;
}

.contact-right-box {
    padding: 0 20% 0 0;
    position: relative;
    z-index: 1;
}



section.contact-sec .section-box {
    padding: 150px 0;
}

/* section end */


.testi-slider .slick-dots li button:before {
    font-family: 'slick';
    font-size: 15px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: 1;
    color: #008080;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.testi-slider .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #008080;
}

/* section end */

/* footer start */
/*footer start*/

.footer-text h6 {
    color: #fff;
    font-size: 28px;
    line-height: 40px;
    margin: 0;
    width: fit-content;
    position: relative;
    margin-bottom: 40px;
    text-transform: capitalize;
    font-weight: 700;
}

.footer-text img {
    margin-bottom: 15px;
    object-fit: contain;
    width: 20px;
    height: 20px;
    margin: 0;
}

.footer-text li {
    color: #fff;
    margin-bottom: 40px;
}

.footer-text ul {
    /* margin-top: 13%; */
}

.footer-text input {
    border: 1px solid #fff;
    background: none;
    color: #fff;
    width: 100%;
    padding: 8px 10px;
}

.footer-text ::placeholder {
    color: #fff;
}

.footer-text button {
    background: none;
    border: 2px solid #118ed7;
    width: 100%;
    padding: 10px 0;
    color: #fff;
    margin: 16px 0;
    background: #118ed7;
}

section.footer {
    padding: 0;
    padding-top: 0;
    margin-top: 0;
    padding-bottom: 0;
    background: transparent;
}

.ftr-logo p {
    font-size: 14px;
    color: #fff;
    width: 90%;
    margin-top: 14px;
    margin-bottom: 0;
}

.copy-right {
    text-align: center;
    padding: 0;
    margin-top: 20px;
    /* background-color: #1e1409; */
}

.copy-right ul {
    display: flex;
    align-items: center;
}

.copy-right p {
    font-size: 14px;
    padding: 20px 0 20px 0;
    border-top: 1px solid #575757;
    margin: 0;
    font-weight: 300;
}

.copy-right * {
    color: #fff;
}

.socail-icon a i {
    color: #ffffff;
    font-size: 16px;
}

.socail-icon a {
    color: #000;
    margin: 0 9px 0 0;
    font-size: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 35px;
    width: 35px;
    transition: 0.5s;
    background: #ff69b3;
}

.footer-text.footer-text1.contact {
    padding: 0 0 3px 90px;
}

.socail-icon a:hover {
    background: #fff;
    color: #1e1409;
}

.socail-icon a:hover i {

    color: #1e1409;
}

.footer-text a {
    color: #fff;
}

.footer-text.footer-text1 a i {
    color: #fff;
    font-size: 20px;
}

ul.footer-links li a {
    font-size: 16px;
    color: #fff;
    font-family: 'Poppins';
    font-weight: 300;
    padding-bottom: 0px;
    position: relative;
    text-transform: capitalize;
}

.footer-text li a {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0;
}

.footer-text li a p {
    color: #fff;
    width: 80%;
    font-size: 14px;
}

.footer-text h6:before {
    position: absolute;
    content: '';
    background-color: #c7c5c2;
    width: 100%;
    height: 1px;
    bottom: 1px;
    left: 0;
}

.copy-right1 p {
    margin: 0;
    color: #fff;
    font-size: 16px;
}

.copy-right1 {
    background: #474646;
    text-align: center;
    ;
    padding: 10px 0;
}

.ftr-logo a {
    font-size: 28px;
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
    color: #fff;
}

.socail-icon {
    margin: 20px 0 0 0;
}

.footer-text1 li {
    margin-bottom: 20px;
}

.footer-text {
    border-left: 1px solid #575757;
    padding: 0px 0 0px 30px;
}



section.footer .section-box {
    padding: 80px 0 0 0;
    margin: 80px 30px 40px 30px;
}

/* footer end */

/* Index Page end */

/* InnerPage Aboutus start */
.inner_banner_sec {
    height: 450px;
}

.inner-banner-bg-image {
    position: absolute;
}

.inner-banner-bg-image::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 80%;
    height: 100%;
    z-index: 0;
    content: '';
    background: linear-gradient(131deg, rgba(1, 194, 251, 1) 20%, rgba(0, 0, 0, 0) 60%);
}

img.inner_about2 {
    width: 270px;
    bottom: 0;
}

.inner_about_sec {
    position: relative;
}

/* InnerPage Aboutus end */

/*CONTACT US CSS*/

.contact-us .mg-40 {
    margin-top: 40px;
}

.contact-us .mg-40 iframe {
    height: 600px;
    width: 100%;
}

.contact-us .theme-h2 {
    color: #000000;
    font-size: 55px;
    margin-bottom: 20px;
    font-weight: 500;
    line-height: 60px;
    text-transform: uppercase;
}

.contact-form input {
    width: 100%;
    border: 1px solid #111111;
    padding: 15px 20px;
    margin-bottom: 15px;
    border-radius: 0;
    font-size: 14px;
    font-family: montserrat;
}

.contact-form textarea {
    font-size: 14px;
    font-family: montserrat;
    width: 100%;
    padding: 5px 20px;
}

.contact-form input::placeholder {
    color: #000000;
    font-size: 14px;
    font-family: montserrat;

}

.contact-form textarea {
    width: 100%;
    padding: 5px 20px;
    border: 1px solid #111111;
    border-radius: 0;
    margin: 0 0 20px 0;
    height: 150px;
    color: #000;
}

.contact-form textarea::placeholder {
    color: #000000;
    font-size: 14px;
    font-family: montserrat;
}

.contact-form a {
    display: flex;
    justify-content: center;
    font-size: 22px;
    text-transform: capitalize;
    color: #fff;
    background-color: #2c5583;
    padding: 15px;
    border-radius: 25px;
}

.contact-links ul li img {
    font-size: 30px;
    background: #ff69b3;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    height: 90px;
    width: 90px;
    object-fit: scale-down;
}

.contact-links ul li p {
    margin: 0;
    font-size: 15px;
    color: #000000;
    font-weight: 500;
    font-family: montserrat;
}

.contact-links ul li a {
    color: #000;
    font-size: 17px;
    font-family: 'Montserrat';
    font-weight: 500;
}

.contact-links ul li {
    margin-left: 0px;
    margin-right: 0;
    color: #000;
    display: flex;
    align-items: start;
    flex-direction: column;
}

.contact-links ul {
    display: flex;
    margin-bottom: 50px;
}

.contact-links ul li h3 {
    margin: 0;
    margin-bottom: 5px;
    color: #000000;
    font-size: 30px;
    text-transform: uppercase;
}

section.contact-us {
    padding: 80px 0 0;
}

section.neonatal-sec h3 a {
    color: #000;
    margin: 0;
    font-size: 30px;
}





.contact-links p {
    font-weight: 600;
    color: #000;
}

.contact-us span {
    color: #000000;
}

.contact-form p {
    font-weight: 600;
    color: #000;
}


.contact-form button.theme-btn {
    justify-content: center;
    width: 100%;
    color: #fff;
    font-size: 20px;
}


.contact-form textarea::placeholder {
    font-weight: 600;
    color: #000;
    font-size: 19px;
}

.contact-form input::placeholder {
    font-weight: 600;
    color: #000;
    font-size: 19px;
}

/*CONTACT US END*/

/* InnerPage Aboutus start */
/* InnerPage Aboutus end */

/* InnerPage Aboutus start */
/* InnerPage Aboutus end */

/* InnerPage Aboutus start */
/* InnerPage Aboutus end */

/* InnerPage Aboutus start */
/* InnerPage Aboutus end */

/* InnerPage Aboutus start */
/* InnerPage Aboutus end */

/* InnerPage Aboutus start */
/* InnerPage Aboutus end */