@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');

/*font-family: 'Poppins', sans-serif;*/

html,
body {
    height: 100%;
    padding: 0px;
}

body {
    font-size: 16px;
    line-height: 1.7;
    font-weight: normal;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
}

a,
input,
button,
select,
textarea {
    font-family: 'Poppins', sans-serif;
}

a,
a:focus,
a:hover {
    text-decoration: none;
}

a:focus,
input:focus,
button:focus,
textarea:focus {
    outline: 0 solid;
}

button {
    cursor: pointer;
}

img {
    max-width: 100%;
    height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px;
    font-weight: 700;
}

p {
    padding: 0px;
    margin: 0px;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

strong {
    font-weight: 600;
}


/* Variables start*/

:root {
    --black: #000;
    --gray: #8b8b8b;
    --white: #ffffff;
    --primary: #2A7D93;
    --box-shadow: 0px 0px 20px #33333326;
}


/* Variables End */

.fix {
    overflow: hidden;
}

.pos_rel {
    position: relative;
}

.pos_abs {
    position: absolute;
}

.section_padding {
    padding: 100px 0;
}

.section_title {
    margin-bottom: 50px;
}

.section_title h2 {
    font-size: 50px;
    margin: 0 auto;
    margin-bottom: 30px;
    color: var(--primary);
}

.section_title p {
    text-align: center;
    font-size: 16px;
}

.cover_bg {
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
}

.overlay {
    position: relative;
    z-index: 1;
}

.overlay:after {
    position: absolute;
    content: '';
    background-color: rgba(0, 0, 0, 0.8);
    height: 100%;
    width: 100%;
    z-index: -1;
    top: 0;
    left: 0;
    transition: .5s;
    opacity: .5;
}


/* Custom library start*/

.btn_1 {
    display: inline-block;
    color: var(--primary);
    background-color: var(--white);
    padding: 8px 40px;
    border: 2px solid #fff;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 500;
    border-radius: 30px;
    transition: .5s;
}

.btn_1:hover {
    color: var(--white);
    background-color: var(--primary);
    animation: pulse 2s infinite;
}

.btn_2 {
    background-color: var(--primary);
    padding: 8px 25px;
    border-radius: 30px;
    color: var(--white);
    display: inline-block;
    transition: .5s;
}

.btn_2:hover {
    animation: pulse 2s infinite;
    color: var(--white);
    background-color: var(--black);
}


/*  */

.angle_active {
    position: relative;
    z-index: 1;
}

.angle {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    max-height: 120px;
}

.angle.bottom_angle {
    top: auto;
    bottom: 0;
}


/* Custom library end*/


/*==============================================================================================
                                              Base css End
================================================================================================*/


/*-------------------------------------------
================ Header Start =============
-------------------------------------------*/

.header {
    background-color: var(--white);
    box-shadow: 0px 0px 30px #62626226;
    height: 65px;
    line-height: 65px;
    position: fixed;
    z-index: 100;
    width: 100%;
    left: 0;
    top: 0;
}

.logo {
    line-height: 62px;
}

.logo a img {
    height: 48px;
    width: auto;
}

.main_menu ul {
    display: flex;
    justify-content: end;
}

.main_menu ul li {
    display: inline-block;
}

.main_menu ul li a {
    display: inline-block;
    transition: .5s;
    color: #000;
    padding: 0 10px;
}

.main_menu ul li a:hover {
    background-color: var(--primary);
    color: var(--white);
}

.main_menu ul li.contact a {
    line-height: 1;
    background-color: var(--primary);
    padding: 12px 18px;
    border-radius: 30px;
    color: var(--white);
    margin-left: 10px;
}

.main_menu ul li.contact a:hover {
    background-color: var(--black);
}


/*-------------------------------------------
================ Header End =============
-------------------------------------------*/


/*-------------------------------------------
================ Hero Area Start =============
-------------------------------------------*/

.hero_area {
    background-image: url(../images/hero_bg_2.jpg);
    color: var(--white);
    height: calc(100vh + 20px);
    margin: 65px 0;
}


.hero_area .angle.bottom_angle {
    bottom: -15px;
    height: 90px;
}

.hero_area h1 {
    font-size: 58px;
    max-width: 475px;
    font-weight: 600;
    text-shadow: 0px 0px 20px #00000038;
}

.hero_area p {
    max-width: 600px;
    font-size: 18px;
    text-shadow: 0px 0px 20px #00000038;
}

.hero_area .btn_1 {
    margin-top: 30px;
}


/*-------------------------------------------
================ Hero Area End =============
-------------------------------------------*/


/*-------------------------------------------
================ About us Start ==============
-------------------------------------------*/

.about {}

.about .image {
    text-align: center;
}

.about .image img {
    margin-top: -50px;
}

.about h3 {
    font-weight: 500;
    font-size: 20px;
    line-height: 1.5;
}

.about p {
    margin-bottom: 15px;
}

.about .more .btn_2 {
    margin-top: 10px;
}


/*-------------------------------------------
================ About us End ===============
-------------------------------------------*/



/*-------------------------------------------
=============== about_renal Start ==============
-------------------------------------------*/
.about_renal {
    padding-top: 60px;
}

.about_renal .angle {
    top: -110px;
}

.about_renal .section_title {
    color: var(--white);
}

/*.about_renal .section_title h2 {
    color: var(--white);
}*/

.about_renal p {
    margin-bottom: 20px;
}

/*-------------------------------------------
================ about_renal End ===============
-------------------------------------------*/
/*-------------------------------------------
=============== What we do Start ==============
-------------------------------------------*/

.what_we_do {
    background-image: url(../images/bg_2.jpg);
    padding-top: 170px;
    padding-bottom: 155px;
    height: auto;
    color: var(--white);
}

.what_we_do .section_title h2 {
    color: var(--white);
}


.what_we_do p {
    margin-bottom: 20px;
}

.what_we_do .img img {
    border-radius: 10px;
}

/*-------------------------------------------
=============== What we do End ==============
-------------------------------------------*/



/*-------------------------------------------
=============== Who we are Start ==============
-------------------------------------------*/
.who_we_are {
    
}

/*-------------------------------------------
=============== Who we are End ==============
-------------------------------------------*/



/*-------------------------------------------
=============== Services Start ==============
-------------------------------------------*/

.mission {
    background-image: url(../images/bg_2.jpg);
    height: auto;
    padding-top: 170px;
    padding-bottom: 155px;
}

.mission .section_title {
    color: var(--white);
}

.mission .section_title h2 {
    color: var(--white);
}

.single_mission {
    background-color: var(--white);
    padding: 30px;
    border-radius: 10px;
    text-align: center;
    margin-bottom: 30px;
    min-height: 270px;
    transition: .5s;
}

.single_mission:hover {
    background-color: #0000003d;
    color: #fff;
    transform: scale(1.02);
}

.single_mission img {
    max-height: 80px;
    width: auto;
    margin-bottom: 30px;
    transition: .5s;
    border-radius: 10px;
}

.single_mission:hover img {
    background-color: var(--white);
    padding: 15px;
}

.single_mission h3 {
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 600;
}


/*-------------------------------------------
================ Services End ===============
-------------------------------------------*/

/*-------------------------------------------
============= Solutions Key Start ===========
-------------------------------------------*/
.solutions_key {
    background-image: url(../images/bg_2.jpg);
    padding-top: 170px;
    padding-bottom: 155px;
    height: auto;
    position: relative;
    z-index: 1;
}


.solutions_key .section_title h2 {
    color: var(--white);
}


.accordion#accordion_3 {
    margin-top: 30px;
}

.solutions_key .accordion-button {
    color: var(--primary);
}

.solutions_key .accordion-button:hover {
    background-color: #efefef;
}

.accordion-button:focus {
    border-color: #2a7d93;
    box-shadow: none;
}

.solutions_key .more_info {
    margin: auto;
    max-width: 625px;
    margin-top: 50px;
    text-align: center;
        color: #fff;
}

.solutions_key .more_info a {
    color: #fff;
}

.solutions_key .more_info h3 {
    font-size: 20px;
    font-weight: 500;
}

.solutions_key .accordion-body {
    font-size: 14px;
}

/*-------------------------------------------
============= Solutions Key End =============
-------------------------------------------*/



/*-------------------------------------------
================= Team Start ================
-------------------------------------------*/

.team {
    padding: 70px 0;
}

.single_team_member {
    text-align: center;
    margin-bottom: 30px;
    position: relative;
}

.single_team_member .image {
    border: 4px solid var(--gray);
    border-radius: 50%;
    height: 150px;
    width: 150px;
    margin: auto;
    transition: .5s;
    overflow: hidden;
    padding: 10px
}

.single_team_member:hover .image {
    border-color: var(--primary);
}

.single_team_member .image img {
    transition: .5s;
    border-radius: 50%;
}

.single_team_member:hover .image img {
    transform: scale(1.1);
}

.single_team_member h3 {
    font-size: 22px;
    margin-top: 15px;
    font-weight: 400;
    margin-bottom: 5px;
    color: var(--primary);
}

.single_team_member h4 {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 5px;
    min-height: 35px;
    line-height: 1.4;
    font-style: italic;
    color: #000;
}

.single_team_member p {
    font-size: 13px;
    line-height: 1.5;
    color: #000;
}

.single_team_member p a {
    color: var(--white);
    font-weight: 500;
}

.single_team_member .detail {
    position: absolute;
    background-color: var(--primary);
    color: var(--white);
    z-index: 2;
    max-width: 300px;
    height: 155px;
    top: 50px;
    left: calc(50% - 150px);
    padding: 15px;
    border-radius: 10px;
    transition: .4s;
    transform: scale(0.7);
    opacity: 0;
    visibility: hidden;
    display: flex;
    align-items: center;
}

.single_team_member:hover .detail {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
    top: 0;
}

.team .btn_2 {
    margin-top: 30px;
}


/*-------------------------------------------
================== Team End =================
-------------------------------------------*/


/*-------------------------------------------
================ Process Start ===============
-------------------------------------------*/

.process {
    background-color: var(--primary);
    color: var(--white);
    padding-top: 170px;
    padding-bottom: 155px;
    /* background-image: url(../images/process_bg.jpg); */
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.process .section_title h2 {
    color: var(--white);
}

.single_process {
    max-width: 300px;
    margin: auto;
    margin-bottom: 30px;
}

.single_process img {
    width: 150px !important;
    margin: auto;
}

.single_process h3 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 5px;
}

.single_process p {
    font-size: 13px;
}


/*-------------------------------------------
================ Process End ===============
-------------------------------------------*/


/*-------------------------------------------
================= CTA Start =================
-------------------------------------------*/

.cta_inner {
    background-image: url(../images/cta_bg.jpg);
    color: #fff;
    padding: 40px;
    border-radius: 10px;
    height: auto;
    overflow: hidden;
}

.cta_inner h2 {
    text-shadow: 0px 0px 20px #00000038;
    margin-bottom: 10px;
    font-size: 30px;
    font-weight: 500;
}

.cta_inner p {
    text-shadow: 0px 0px 20px #00000038;
    margin-bottom: 20px;
    max-width: 440px;
}


/*-------------------------------------------
================== CTA End =================
-------------------------------------------*/


/*-------------------------------------------
================ Care Start ===============
-------------------------------------------*/

.care {
    background-image: url(../images/bg_2.jpg);
    padding-top: 170px;
    padding-bottom: 155px;
    height: auto;
}

.care h2 {
    color: var(--white);
    text-shadow: 0px 0px 20px #00000038;
    font-size: 50px;
    font-weight: 600;
    max-width: 450px;
}

.care p {
    text-shadow: 0px 0px 20px #00000038;
    font-size: 20px;
    color: var(--white);
}

.care .img {
    border-radius: 10px;
    width: 100%;
}


/*-------------------------------------------
================ Care End ===============
-------------------------------------------*/


/*-------------------------------------------
============= Testimonials Start ============
-------------------------------------------*/

.testimonials {}

.single_testimonial {
    background-color: var(--white);
    border-radius: 10px;
    align-items: center;
    font-size: 14px;
    font-weight: 300;
    box-shadow: var(--box-shadow);
    max-width: 415px;
    margin: 20px auto;
    overflow: hidden;
}

.single_testimonial .top {
    background: rgb(42, 125, 147);
    background: -moz-linear-gradient(-45deg, rgba(42, 125, 147, 1) 0%, rgba(76, 173, 250, 1) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(42, 125, 147, 1) 0%, rgba(76, 173, 250, 1) 100%);
    background: linear-gradient(135deg, rgba(42, 125, 147, 1) 0%, rgba(76, 173, 250, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#2a7d93', endColorstr='#4cadfa', GradientType=1);
    padding: 35px 60px 70px;
    min-height: 215px;
    display: flex;
    align-items: center;
}

.single_testimonial .top p {
    position: relative;
    text-align: center;
    color: #fff;
}

.single_testimonial .top p i {
    position: absolute;
    top: -13px;
    left: -40px;
    font-size: 25px;
    opacity: .15;
}

.single_testimonial .top p i.fa-quote-right {
    left: auto;
    top: auto;
    right: -37px;
    bottom: -17px;
}

.single_testimonial .bottom {
    text-align: center;
    padding: 0 20px 40px;
}

.single_testimonial .bottom img {
    border: 5px solid var(--white);
    border-radius: 50%;
    width: 100px;
    box-shadow: 0px 0px 25px #3333333d;
    margin: auto;
    margin-top: -50px;
}

.single_testimonial .bottom h3 {
    margin-top: 15px;
    font-size: 18px;
    color: var(--primary);
    font-weight: 500;
    margin-bottom: 2px;
}

.single_testimonial .bottom h4 {
    font-weight: 300;
    font-size: 14px;
    color: #666;
    font-style: italic;
    margin: 0;
}

.testimonials .owl-nav {
    margin-top: 30px;
    text-align: center;
}

.testimonials .owl-nav button {
    height: 40px;
    width: 40px;
    color: var(--white) !important;
    background: var(--primary) !important;
    font-size: 24px !important;
    margin: 5px;
    border-radius: 10px;
    transition: .5s;
}

.testimonials .owl-nav button:hover {
    background: var(--black) !important;
    color: #fff !important;
}


/*-------------------------------------------
============= Testimonials End =============
-------------------------------------------*/


/*-------------------------------------------
================ Blog Start ===============
-------------------------------------------*/

.blog {
    background-color: var(--primary);
    color: var(--white);
    padding-top: 170px;
    padding-bottom: 100px;
}

.blog .section_title h2 {
    color: var(--white);
}

.single_blog_post {
    box-shadow: var(--box-shadow);
    margin-bottom: 30px;
}

.single_blog_post .overlay:after {
    top: -165px;
    opacity: 0;
}

.single_blog_post:hover .overlay:after {
    top: 0;
    opacity: .5;
    transform: rotate(5deg);
}

.single_blog_post .thumb {
    overflow: hidden;
    border-radius: 10px 10px 0 0;
}

.single_blog_post .thumb .img {
    height: 250px;
    width: 100%;
    position: relative;
    background-position: center;
    background-size: cover;
    transition: .5s;
}

.single_blog_post:hover .thumb .img {
    transform: rotate(-5deg) scale(1.2);
}

.blog_post_1 {
    background-image: url(../images/blog_1.jpeg);
}

.blog_post_2 {
    background-image: url(../images/blog_2.jpeg);
}

.blog_post_3 {
    background-image: url(../images/blog_3.jpeg);
}

.single_blog_post .content {
    padding: 30px;
    border: 1px solid #dddddd70;
    border-top: none;
    border-radius: 0 0 10px 10px;
    transition: .5s;
}

.single_blog_post:hover .content {
    border-color: #ddd;
}

.single_blog_post h3 {
    font-size: 18px;
    font-weight: 500;
    min-height: 45px;
}

.single_blog_post p {
    font-size: 14px;
    line-height: 1.5;
    min-height: 65px;
}

.single_blog_post .btn_1 {
    padding: 6px 20px;
    text-transform: capitalize;
    font-size: 14px;
    margin-top: 15px;
}

.blog .btn_2 {
    margin-top: 30px;
    border: 2px solid var(--white);
}

.blog .btn_2:hover {
    background-color: var(--white);
    color: var(--primary);
}


/*-------------------------------------------
================ Blog End ===============
-------------------------------------------*/


/*-------------------------------------------
================ Contact Start ===============
-------------------------------------------*/

.contact {
    position: relative;
    z-index: 1;
}

.contact iframe {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 50%;
    z-index: 0;
}

.contact_inner {
    background-color: var(--white);
    position: relative;
    z-index: 2;
    padding: 100px 50px;
}

.contact_inner form .form-control {
    transition: .5s;
}

.contact_inner form .form-control:focus {
    border-color: var(--primary);
    box-shadow: 0 0 0 0.2rem rgb(21 51 88 / 31%);
    animation: pulse-animation-blue 2s;
}

.contact_inner form textarea {
    min-height: 150px;
}

.contact_wong {
    margin-top: 30px;
    text-align: center;
}

.contact_wong a {
    color: var(--primary);
}

.footer .contact_wong {
    margin-top: 15px;
    text-align: left;
}

.footer .contact_wong a {
    color: #a3d8e5;
    transition: .5s;
}

.footer .contact_wong a:hover {
    color: var(--white);
}


.contect_bottom {
    margin-top: 40px;
}

.contect_bottom h3 {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 10px;
}

.contect_bottom p {
    margin-bottom: 30px;
}

.contect_bottom {}

.contect_bottom ul li {}
.contect_bottom ul li a {
    color: var(--black);
    transition: .5s ;
}


.contect_bottom ul li a:hover {
    color: var(--primary);
}

.contect_bottom {}


/*-------------------------------------------
================ Contact End ===============
-------------------------------------------*/


/*-------------------------------------------
================ Footer Start ===============
-------------------------------------------*/

.footer {
    background-color: var(--primary);
    color: var(--white);
}

.footer_top {
    padding: 50px 0;
}

.footer_top h3 {
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 10px;
}

.footer_logo {
    text-align: center;
    margin-bottom: 30px;
}

.footer_logo img {
    height: 70px;
    width: auto;
}

.footer_menu {
    margin-top: 30px;
}

.footer_menu ul li a {
    transition: .5s;
    color: #a3d8e5;
    margin-bottom: 5px;
    display: inline-block;
}

.footer_menu ul li a:hover {
    color: var(--white);
}

.social_media {
    margin-top: 30px;
}

.social_media ul {
    transition: .5s;
}

.social_media ul li {
    display: inline-block;
}

.social_media ul li a {
    display: inline-block;
    color: #a3d8e5;
    transition: .5s;
    font-size: 16px;
    height: 36px;
    width: 36px;
    text-align: center;
    line-height: 36px;
    position: relative;
    z-index: 1;
}

.social_media ul li a:hover {
    color: var(--white);
}

.address {
    margin-top: 15px;
    color: #a3d8e5;
}

.footer_bottom {
    background-color: var(--black);
    text-align: center;
    padding: 15px;
    font-size: 14px;
    color: #ffffff85;
    font-weight: 300;
}


/*-------------------------------------------
================ Footer End ===============
-------------------------------------------*/

.wow {
    animation-duration: 2s;
}


/*------------------------------------------------
================ Single page Start ===============
------------------------------------------------*/

.inner_hero {
    padding: 60px 0 90px 0;
    color: #fff;
    height: auto;
    text-align: center;
}

.inner_hero h1 {
    font-size: 40px;
    font-weight: 600;
    text-shadow: 0px 0px 20px #00000038;
}

.inner_hero p {
    font-size: 18px;
    text-shadow: 0px 0px 20px #00000038;
}

.inner_hero .btn_1 {
    margin-top: 30px;
}


/*-----------------------------------------------
================ Single page End ===============
-----------------------------------------------*/


/*-------------------------------------------
================ Team Start ===============
-------------------------------------------*/

.team_hero {
    background-image: url(../images/team_hero.jpg);
    margin-top: 65px;
}

.all_team_members .single_team_member {
    border: 1px solid #ddd;
    padding: 30px;
    transition: .5s;
    border-radius: 10px;
}

.all_team_members .single_team_member:hover {
    border-color: var(--primary);
    box-shadow: var(--box-shadow);
}

.all_team_members .single_team_member p a {
    color: var(--primary);
}


/* single_team_member_page */

.single_team_member_page {
    background-color: var(--primary);
    margin-top: 65px;
}

.team_details {}

.team_details img {
    transition: .5s;
    border-radius: 10px;
    margin-bottom: 30px;
}

.team_details h2 {
    color: var(--primary);
    font-size: 40px;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.team_details h3 {
    font-size: 18px;
    font-weight: 500;
    font-style: italic;
    color: var(--gray);
}

.team_details p {
    margin-bottom: 20px;
    text-align: justify;
}

.team_details .social_media ul li a {
    color: var(--primary);
    height: 40px;
    width: 40px;
    line-height: 40px;
    border: 1px solid;
    border-radius: 7px;
    margin: 5px;
}

.team_details .social_media ul li a:hover {
    background-color: var(--primary);
    color: var(--white);
    transform: translateY(-7px);
}


/*-------------------------------------------
================  End ===============
-------------------------------------------*/
