

@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,600;1,700;1,800;1,900&display=swap');
/*
 *****************************************
    >>> | 01 Browser Reset & Common CSS|
 *****************************************
*/
html, body{
    height: 100%;
}
body {
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 28px;
    color: #717171;
}

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

a:focus,
a:hover,
a:visited,
input,
.bootstrap-select>.dropdown-toggle,
input:hover,
.bootstrap-select>.dropdown-toggle:hover,
input:focus,
.bootstrap-select>.dropdown-toggle:focus,
input:active,
.bootstrap-select>.dropdown-toggle:active,
select {
    text-decoration: none;
    outline: none;
}

button:focus{
    outline: 0px;
}

img {
    max-width: 100%;
}

a {
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

a:hover {
    text-decoration: none;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    font-family: 'Raleway', sans-serif;
    margin: 0 0 15px;
}


/*
 *****************************************
 >>> | 03. navigation css Start
 *****************************************
*/

.header_top_ .top-bdr {
    width: 100%;
}

.header_area {
    position: absolute;
    width: 100%;
    top: 20px;
    z-index: 2;
}

.header_area nav {
    background-color: #fff;
}

.header_area .navbar-expand-lg {
    padding: 15px 35px;
    border-radius: 20px;
}

.logo a {
    color: #fff;
    font-size: 20px;
}


.navbar-expand-lg .navbar-nav li a {
    color: #093d12;
    font-size: 16px;
    font-weight: 700;
    display: block;
    padding-left: 45px;
    padding-top: 0;
    padding-bottom: 0;
}

.navbar-expand-lg .navbar-nav li a:hover{
    color: #6ca075;
}

div#navbarsExampleDefault {
    text-align: left;
}

.navbar-toggler {
    background: #2b621d;
    padding: 0;
    font-size: 30px;
    line-height: 41px;
    height: 45px;
    width: 50px;
    cursor: pointer;
    color: #fff;
}

.navbar-expand-lg .dropdown-menu a {
    color: #333 !important;
}

.navbar-expand-lg .navbar-nav li:last-child a {
    background: #6ca075;
    color: #fff;
    font-size: 14px;
    padding-right: 22px;
    padding-left: 22px;
    border-radius: 4px;
    margin-left: 45px;
}

.navbar-expand-lg .navbar-nav li:last-child a:hover{
    background: #333;
    color: #fff;
}

.header-top {
    text-align: right;
    border-bottom: 1px solid #6ca075;
    margin-left: 30px;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.header-top a {
    font-size: 18px;
    color: #093d12;
    padding-left: 30px;
}

.header-top a i {
    padding-right: 10px;
    color: #6ca075;
}


.slider-single {
    height: 980px;
    background-size: cover;
    background-position: 0 0;
    background-repeat: no-repeat;
}

.slider-txt {
    padding-top: 300px;
}

.slider-txt h1 {
    font-size: 78px;
    color: #fff;
    margin-bottom: 0;
}

.slider-txt h2 {
    font-size: 44px;
    color: #fff;
    font-weight: 600;
}

.slider-txt p {
    margin: 0;
    background: url(assets/img/hero-para-bg.png);
    background-size: cover;
    background-position: center;
    padding: 25px;
    font-size: 18px;
    color: #093d12;
    padding-right: 70px;
    margin-top: 30px;
}

.slider-txt.color2 h1, 
.slider-txt.color2 h2 {
    color: #266411;
}

.slider-area .owl-dots div {
    height: 23px;
    width: 23px;
    border: 2px solid #fff;
    display: inline-block;
    border-radius: 50%;
    margin: 0px 5px;
}

.slider-area .owl-dots {
    text-align: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 185px;
}

.slider-area .owl-dots div.active {
    background: #fff;
}

.slider-area .owl-nav div {
    height: 32px;
    width: 32px;
    border: 2px solid #fff;
    text-align: center;
    border-radius: 3px;
    left: 41%;
    position: absolute;
    bottom: 190px;
    color: #fff;
    font-size: 25px;
    transition: .3s;
}

.slider-area .owl-nav .owl-next {
    left: auto;
    right: 41%;
}

.slider-area .owl-nav div:hover {
    background: #266411;
    border-color: #266411;
}


.focus-bg {
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    padding: 30px;
    color: #fff;
    margin: 15px;
    margin-left: 20px;
    margin-right: 20px;
    border:8px solid #fff;
}

.focus-bg h2 {
    text-align: center;
}

.section-title.white h2 {
    color: #fff;
}

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

.focus-bdr {
    border: 2px solid #6ca075;
    margin-top: -140px;
    position: relative;
    z-index: 2;
}
.gradiant{
    background: url(assets/img/bg-gradiant.png)no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
}

.section-title.color1 h2 {
    color: #6ca075 !important;
    margin-bottom: 4px;
}

.section-title.color1 p {
    color: #093d12;
    font-size: 24px;
}

.contact-btn {
    font-size: 14px;
    background: #6ca075;
    color: #fff;
    width: 170px;
    height: 31px;
    display: inline-block;
    line-height: 31px;
    border-radius: 6px;
    margin-top: 10px;
    text-align: center;
    cursor: pointer;
}

.focus-area .section-title.color1 {
    margin-top: 35px;
}

.focus-area {
    padding-bottom: 50px;
}

.contact-btn:hover {
    background: #333;
    color: #fff;
}

.program-area {
    position: relative;
    margin-top: 55px;
}

.program-area:before {
    position: absolute;
    left: 0;
    top: 47px;
    height: 84%;
    width: 50%;
    content: "";
    background: url(assets/img/program-img.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 2;
}

.program-area:after {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 50%;
    content: "";
    background: #d7e3c9;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    /* z-index: 1; */
}
.program-bg {
    position: relative;
    z-index: 1;
    padding-bottom: 90px;
    padding-top: 90px;
}

.program-txt {
    background: #fff;
    padding: 20px;
    margin-right: 15px;
}

.section-title.color2 h2 {
    color: #266411;
}

.section-title.color2 h5 {
    color: #6ca075;
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 600;
}

.program-bg .col-lg-6 {
    padding-left: 0;
}

.policies-area {
    padding-top: 40px;
}

.policies-txt {
    background: #f0f0f0;
    padding: 15px;
    text-align: center;
    min-height: 290px;
    padding-top: 20px;
}

.policies-txt h4 {
    font-size: 24px;
    color: #6ca075;
    margin-bottom: 8px;
}

.policies-txt p {
    line-height: 26px;
    margin-bottom: 0;
}
.policies-txt a {
    color: #266411;
}

.single-policies img {
    width: 100%;
}

.single-policies {
    margin-top: 35px;
}

.contact-single {
    text-align: center;
    margin-top: 20px;
}

.contact-single p {
    font-size: 14px;
    color: #717171;
    margin-bottom: 0;
    margin-top: 8px;
}

.contact-single a, .contact-single h6 {
    font-size: 16px;
    color: #266411;
    font-weight: 600;
}

.focus-bdr.ctb {
    border: 2px solid #fff;
    margin-top: -371px;
}

.focus-bdr.ctb .focus-bg {
    padding-bottom: 15px;
    padding-top: 20px;
}

.footer-menu li {
    display: inline-block;
}

.footer-menu {
    text-align: center;
    border-top: 1px solid #707070;
    border-bottom: 1px solid #707070;
    padding: 10px 0px;
    margin: 45px 0px;
}

.footer-menu li a {
    display: block;
    padding: 0px 15px;
    color: #093d12;
    font-size: 20px;
}


.footer-menu li a:hover{
    color: #296318;
}

.footer-logo {
    text-align: center;
    margin-bottom: 40px;
}

.footer-logo-bottom li {
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    color: #717171;
    padding: 0px 10px;
}

.footer-logo-bottom li a {
    color: #717171;
}

.footer-logo-bottom li a i {
    color: #849d88;
    margin-right: 6px;
}

.footer-logo-bottom li span {
    height: 10px;
    width: 10px;
    background: #717171;
    display: inline-block;
    border-radius: 100px;
}

.footer-logo-bottom {
    text-align: center;
    margin-bottom: 25px;
}

.footer-bottom p {
    margin: 0;
    text-align: center;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
}

.footer-bottom p a {
    color: #fff;
    text-decoration: underline;
}

.footer-bottom {
    padding: 15px 0px;
}
.footer-area {
    padding-top: 40px;
}

.global-header {
    height: 600px;
    position: relative;
    z-index: 1;
}

.global-header:after {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 50%;
    content: "";
    background: #d7e3c9;
    z-index: -1;
}

.global-header-txt {
    padding-top: 170px;
    padding-left: 15px;
}

.global-header-txt h1 {
    font-size: 48px;
    color: #266411;
    margin-bottom: 0;
}

.global-header-txt h2 {
    font-size: 45px;
    color: #717171;
}

.global-header-txt p {
    margin: 0;
    color: #717171;
    font-size: 16px;
}

.focus-area.about h2 {
    text-align: left;
    color: #266411;
}

.focus-area.about {
    padding-top: 30px;
}


.about.program-area:before {
    display: none;
}

.left .about-section-img {
    padding-left: 50px;
}


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

.section-title ul li {
    color: #6ca075;
    font-size: 13px;
    list-style: disc;
    margin-left: 16px;
}

.program-area.about.left .program-txt {
    margin-top: 70px;
}

.program-area.right:after {
    left: 0;
    right: auto;
}

.right .program-txt {
    margin-top: 70px;
}

.about-section-img.pr50 {
    padding-right: 50px;
}
.about-logo {
    text-align: right;
    padding-top: 15px;
}

.about-logo img {
    padding-left: 15px;
}

.program-area.about.left.cta .program-txt {
    margin-top: 0;
    min-height: 550px;
}

.program-area.about .program-txt h2 {
    text-align: center;
    font-size: 32px;
}

.about-devide-img {
    margin-left: -15px;
    margin-bottom: 20px;
}

.program-area.about5:before {
    left: auto;
    right: 0;
    width: 36%;
    /*background: url(assets/img/about-img4.jpg);*/
    background: url();
    background-position: center;
    background-repeat: no-repeat;
}

.gradiant.about {
    background: url(assets/img/about-gradient.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.focus-area.about .footer-area h2 {
    text-align: center;
}
.about-devide-img img {
    width: 100%;
}

.about-devide-img.cf {
    margin-left: -30px;
}

.patient-bg {
    padding: 10px 25px;
}

.patient-icon {
    padding: 13px;
    text-align: center;
    min-height: 170px;
    padding-top: 55px;
}

.patient-center {
    padding: 15px;
    min-height: 170px;
    padding-left: 30px;
}

.patient-right {
    padding: 15px;
    text-align: center;
    min-height: 170px;
    padding-top: 60px;
}

.patient-center h5 {
    font-size: 22px;
    color: #fff;
    margin-bottom: 7px;
}

.patient-center p {
    margin: 0;
    color: #fff;
}

.patient-right a {
    background: #d7e3c9;
    color: #093d12;
    line-height: 33px;
}


.two .patient-icon, 
.two .patient-right, 
.two .patient-center{
    min-height: 110px;
}

.two .patient-icon {
    padding-top: 27px;
}

.two .patient-right {
    padding-top: 31px;
}
.patient-bg.two {
    padding-top: 0;
}

.section-title.color3 {
    padding-top: 50px;
}

.program-area.about.left.patient_ {
    margin-top: 0;
}

.program-area.about.left .patient_bg .program-txt {
    margin-top: 0;
    margin-right: 0;
    margin-left: 100px;
    padding-left: 70px;
}

.about-section-img.pt {
    padding-left: 0;
    margin-top: -100px;
}

.program-area.about.left .patient_bg .program-txt li {
    font-size: 22px;
}

.program-bg.patient_bg {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 40px;
    padding-right: 40px;
}

.section-title.color3 h2 {
    color: #6ca075;
}

.program-area.patiet_:after {
    width: 0;
    background: red;
}

.program-area.patient_:after {
    display: none;
}

.patient-bottom {
    margin-top: 30px;
    text-align: center;
}

.patient-bottom h2 {
    text-align: center;
}

.focus-area.about .patient-bottom h2 {
    text-align: center;
    font-size: 27px;
}

.patient-bottom hr {
    background: #717171;
}

.focus-area.about .footer-area h2 {
    color: #6ca075;
}


.service .focus-bdr {
    margin-top: 0;
    text-align: center;
}

.service .focus-bdr h5 {
    font-size: 32px;
    margin-bottom: 0;
}

.focus-area.gradiant.service {
    padding-top: 30px;
}
.contactBg-area {
    padding-top: 40px;
}

.service2 .policies-txt h4 {
    font-size: 36px;
    color: #266411;
    margin-bottom: 15px;
}

.service2 .policies-txt p {
    text-align: left;
}

.service2 .policies-txt {
    padding: 20px;
    min-height: auto;
}

.service-txt2 {
    background: #d7e3c9;
    padding: 20px;
    padding-bottom: 35px;
}

.service-txt2 h4 {
    font-size: 18px;
    font-weight: 600;
    color: #266411;
    margin-bottom: 7px;
}

.service-txt2 li {
    font-size: 16px;
    color: #093d12;
    font-weight: 600;
    list-style: disc;
    margin-left: 18px;
    line-height: 26px;
}

.policies-area.service2 {
    padding-top: 10px;
}
.service2 .single-policies {
    min-height: 777px;
    background: #d7e3cb;
}


.service2 .single-policies.no-bg {
    background: none;
    min-height: 605px;
}

.single-policies.no-bg.big img {
     min-height: 605px; 
     object-fit: cover;
}


.contact .contact-single p {
    color: #c8e4aa;
}

.contact .contact-single a, .contact .contact-single h6 {
    color: #fff;
}

.focus-bdr.ctb.contact {
    border-color: #6ca075;
}

.map-area {
    margin-top: 45px;
   /* box-shadow: 0px 0px 10px #c6c6c5;*/
}
.focus-area .footer-area .section-title.color1 {
    margin-top: 0;
}

.navbar-expand-lg .navbar-nav li a i {
    font-size: 24px;
    position: absolute;
    right: -14px;
    top: 1px;
}

.navbar-expand-lg .navbar-nav li a {
    position: relative;
}



.listunderimage {
    margin-left: 20px
}













