* {
    margin: 0;
    padding: 0;
}

.navbar-collapse.top-nav {
    text-align: left;
}


div#navbarSupportedContent {
    text-align: center;
}
/* =======================
   NAVBAR CTA BUTTON
   ======================= */
.navbar-btn {
    color: #fff !important;
    background-color: #ff3f33;
    padding: 8px 18px;
    border-radius: 25px;
    font-weight: 600;
    margin-left: 12px;
    transition: 0.3s ease;
    border: none;
}

.navbar-btn:hover {
    background-color: #1f6650;
    color: #fff !important;
    text-decoration: none;
}

/* MOBILE FIX — CTA button full width inside collapsed menu */
@media (max-width: 768px) {
    .navbar-btn {
        width: 100%;
        display: block;
        text-align: center;
        margin: 10px 0;
        padding: 12px;
        border-radius: 10px;
    }
}

.custom-nav {
    overflow: hidden;
    background-color: #f1f1f1;
    transition: 0.4s;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 99;
    height: 100px;
}

#navbar {
    overflow: hidden;
    background-color: #f1f1f1;
    padding: 30px 10px;
    transition: 0.4s;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 99;
}

#navbar a {
    float: left;
    color: black;
    text-align: center;
    padding: 12px;
    text-decoration: none;
    font-size: 18px;
    line-height: 25px;
    border-radius: 4px;
}

a#logo {
    font-weight: bold;
    transition: 0.4s;
    width: 300px;
    margin-left: 50px;
}

#navbar a:hover {
    background-color: #ddd;
    color: black;
}

#navbar a.active {
    background-color: dodgerblue;
    color: white;
}

#navbar-right {
    float: right;
}
.logotextu p {
    color: #448aff;
    text-shadow: rgba(21, 19, 19, 0.36) 1px 2px 2px;
    font-size: 32px;
    font-weight: 900;
    letter-spacing: 2px;
    padding-top: 5px;
    margin-left: -2%;
}




/* WELCOME START*/


.wprt-headings .heading {
    font-size: 36px;
}

.wprt-headings .heading, .wprt-headings .sub-heading {
    margin-bottom: 9px;
}

.wprt-headings .sub-heading {
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.4px;
}

.wprt-headings .heading {
    font-size: 36px;
}

.wprt-container {
    width: 1170px;
    margin: 0 auto;
    max-width: 90%;
}

.clearfix:before, .clearfix:after, .wprt-container:before, .wprt-container:after {
    clear: both;
    display: table;
    line-height: 0;
    content: "";
}

.clearfix:after, .wprt-container:after {
    clear: both;
}

.wprt-content-box.has-shadow>.inner {
    padding: 40px 30px 40px 30px;
    background-color: #fff;
    -webkit-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.07);
    box-shadow: 2px 5px 30px 0px rgba(0, 0, 0, 0.07);
    border:  solid #ff3f33;
}

.wprt-icon-box.icon-top.align-center {
    text-align: center;
}

.wprt-icon-box.icon-top.align-center .icon-wrap, .wprt-icon-box.icon-top.align-center .image-wrap {
    margin: 0 auto;
}

.wprt-icon-box.has-width.w100 .image-wrap {
    width: 100px;
    height: 100px;
    line-height: 100px;
}

.wprt-icon-box.grey-outline .image-wrap {
    border: 1px solid #f1f1f1;
    background-color: transparent;
}

.wprt-icon-box.rounded-100 .image-wrap, .wprt-icon-box.rounded-100 .image-wrap:after {
    border-radius: 100px;
}

.wprt-icon-box.has-width .image-wrap {
    text-align: center;
    display: inline-block;
}

.wprt-icon-box .icon-wrap, .wprt-icon-box .image-wrap img {
    width: 43px;
    vertical-align: middle;
}

img {
    height: auto;
    max-width: 100%;
    vertical-align: top;
    -ms-interpolation-mode: bicubic;
}

.wprt-icon-box.icon-top .heading {
    margin: 24px 0 12px;
}

.wprt-icon-box.icon-top .heading a {
    margin: 24px 0 12px;
    color: rgb(255 63 51);
}

.wprt-icon-box.icon-top .heading a:hover {
    color: #1f6650;
}
.wprt-container .desc .p{
     color: black;
}
.wprt-icon-box .heading {
    font-size: 18px;
    margin: 25px 0 14px;
    letter-spacing: 0.4px;
}

.wprt-icon-box .desc {
    margin: 0;
    letter-spacing: 0.4px;
    margin-bottom: 15px;
}

.heading a:hover {
    text-decoration: none;
}

/* our team */

/* FontAwesome for working BootSnippet :> */

@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');
#team {
    background: #eee !important;
}

.btn-primary:hover, .btn-primary:focus {
    background-color: rgb(255 63 51);
    border-color: #448aff;
    box-shadow: none;
    outline: none;
}

.btn-primary {
    color: #fff;
    background-color: #1f6650;
    border-color: #ff3f33;
}

section .space-section {
    margin-bottom: 60px;
}
.space-section-2 {
    margin: 60px 0;
}
.space-section-3{
  padding:60px;
}
section .section-title {
    text-align: center;
    color: #007b5e;
    margin-bottom: 50px;
    text-transform: uppercase;
}

#team .card {
    border: none;
    background: #ffffff;
}

.image-flip:hover .backside, .image-flip.hover .backside {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
    border-radius: .25rem;
}

.image-flip:hover .frontside, .image-flip.hover .frontside {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.mainflip {
    -webkit-transition: 1s;
    -webkit-transform-style: preserve-3d;
    -ms-transition: 1s;
    -moz-transition: 1s;
    -moz-transform: perspective(1000px);
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transition: 1s;
    transform-style: preserve-3d;
    position: relative;
}

.frontside {
    position: relative;
    -webkit-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    z-index: 2;
    margin-bottom: 30px;
}

.backside {
    position: absolute;
    top: 0;
    left: 0;
    background: white;
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
    -moz-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
    box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
}

.frontside, .backside {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: 1s;
    -webkit-transform-style: preserve-3d;
    -moz-transition: 1s;
    -moz-transform-style: preserve-3d;
    -o-transition: 1s;
    -o-transform-style: preserve-3d;
    -ms-transition: 1s;
    -ms-transform-style: preserve-3d;
    transition: 1s;
    transform-style: preserve-3d;
}

.frontside .card, .backside .card {
    min-height: 312px;
}

.backside .card a {
    font-size: 18px;
    color: #448aff !important;
}

.frontside .card .card-title, .backside .card .card-title {
    color: #448aff !important;
}

.frontside .card .card-body img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
}

p.sub-heading.mw-570.team-p {
    padding-bottom: 60px;
}

/* our team end*/

/* department*/

div.departments {
    background: url(../images/bg2.jpg) no-repeat 0px 0px;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-attachment: fixed;
}

.w3-aicon i {
    color: #1f6650;
    font-size: 4em;
}

.departments-1.py-lg-5 {
    background: rgba(0, 0, 0, 0.60);
}

@media (min-width: 992px) {
    .pb-lg-5, .py-lg-5 {
        padding-bottom: 3rem !important;
    }
    .pt-lg-5, .py-lg-5 {
        padding-top: 3rem !important;
    }
    .pb-5, .py-5 {
        padding-bottom: 3rem !important;
    }
    .text-center {
        text-align: center !important;
        color: #ff4236;
    }
    .p-4 {
        padding: 1.5rem !important;
    }
    .w3-aicon i {
        color: #1f6650;
        font-size: 4em;
    }
    .text-white {
        color: #fff !important;
    }
    .text-capitalize {
        text-transform: capitalize !important;
    }
    .mb-3, .my-3 {
        margin-bottom: 1rem !important;
    }
    .wprt-headings.text-center-2 {
        margin: 0 auto;
    }
    .wprt-headings .heading-2 {
        text-align: center;
    }
    .wprt-headings .heading-3 {
        color: #fff;
        
    }
    p.sub-heading.mw-570.team-p.custom-color {
        color: #d6d6d6;
    }
}

/* department end */

/* WELCOME END*/

/* Footer */

@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');


section .section-title {
    text-align: center;
    color: #007b5e;
    margin-bottom: 50px;
    text-transform: uppercase;
}

#footer {
    background: #007b5e !important;
}

#footer h5 {
    padding-left: 10px;
    border-left: 3px solid #ff3f33;
    padding-bottom: 6px;
    margin-bottom: 20px;
    color: #ff3f33;
}

#footer a {
    color: #ffffff;
    text-decoration: none !important;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

#footer ul.social li {
    padding: 3px 0;
}

#footer ul.social li a i {
    margin-right: 5px;
    font-size: 35px;
    -webkit-transition: .5s all ease;
    -moz-transition: .5s all ease;
    transition: .5s all ease;
    color: white;
}

#footer ul.social li:hover a i {
    font-size: 30px;
    margin-top: -10px;
}

#footer ul.social li a, #footer ul.quick-links li a {
    color: #ffffff;
}

#footer ul.social li a:hover {
    color: #eeeeee;
}

#footer ul.quick-links li {
    padding: 3px 0;
    -webkit-transition: .5s all ease;
    -moz-transition: .5s all ease;
    transition: .5s all ease;
    color: white;
  
}

#footer ul.quick-links li:hover {
    padding: 3px 0;
    margin-left: 5px;
    font-weight: 700;
}

#footer ul.quick-links li a i {
    margin-right: 5px;
}

#footer ul.quick-links li:hover a i {
    font-weight: 700;
}

@media (max-width:767px) {
    #footer h5 {
        padding-left: 0;
        border-left: transparent;
        padding-bottom: 0px;
        margin-bottom: 10px;
    }
}

.dcare__twit__wrap .dcare__twit .dcare__twit__details span i {
    padding-right: 10px;
}

a:hover, a:focus, a:active {
    text-decoration: none;
    outline: none;
}

.ftr__catrgory li+li {
    padding-top: 10px;
}

.ftr__catrgory li a {
    color: #ffffff;
}

.dcare__twit__details a:active, .dcare__twit__details a:hover {
    color: #89d700;
    outline: 0;
}

.dcare__twit__details a {
    color: #eaeaea;
    text-decoration: none;
    background-color: transparent;
}

.copyright.bg--theme {
    background-color: #145f30;
    padding: 12px;
}

.custom-copyright-text-1 {
    color: #fff;
}

.custom-copyright-text-2 {
    text-align: right;
    color: #fff;
}

.custom-copyright-text-2 span a {
    color: #fff;
}

.border-line {
    border-bottom: 3px solid green;
    width: 169px;
    margin: 0 auto;
    margin-bottom: 10px;
}

.custom-bg {
    background-color: rgba(0, 0, 0, 0.6);
}

.carousel-control-next, .carousel-control-prev {
    top: 20% !important;
}

#owl-demo .item {
    margin: 3px;
}

#owl-demo .item img {
    display: block;
    width: 100%;
    height: auto;
}

.custom-bg-1 {
    background: #fff;
    padding-bottom: 10px;
    padding-top: 20px;
    border: 1px solid black;
}

.service__btn a.dcare__btn--2:hover {
    background: #1f6650  none repeat scroll 0 0;
    border: 1px solid #fff;
    color: #fff;
}

.custom-box {
    margin-top: 40px;
    text-align: center;
    box-shadow: 0 6px 15px 0 rgba(0, 0, 0, 0.1);
   
}

.wpb_wrapper {
    background: #fff;
}

.service__btn a.dcare__btn--2 {
    background: #ff3f33 none repeat scroll 0 0;
    border: 1px solid black;
    border-radius: 5px;
    color: black;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    height: 44px;
    line-height: 42px;
    padding: 0 36px;
    text-transform: capitalize;
    transition: all 0.5s ease 0s;
}

img .custom-img {
    width: 500px;
    height: 350px;
}

.custom-bg-1>h6>a {
    color: #ff3f33;
    font-size: 24px;
}

.owl-theme {
    background: #fff;
}

.cutom-top-margin {
    margin-top: 40px;
}

.service__details p {
    padding: 10px;
    color: black;
}

.scroll-top-wrapper.show {
    bottom: 40px;
    filter: alpha(opacity=100);
    opacity: 1;
    visibility: visible;
}

.scroll-top-wrapper {
    position: fixed !important;
    right: 30px;
    bottom: -50px;
    display: block;
    line-height: 40px;
    text-align: center;
    width: 40px;
    height: 40px;
    border-radius: 3px;
    visibility: hidden;
    filter: alpha(opacity=0);
    opacity: 0;
    z-index: 9191919;
    cursor: pointer;
    z-index: 1;
    overflow: hidden;
}

.scroll-top-wrapper:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #246a54;
    z-index: -1;
    -webkit-transition: all ease .238s;
    -moz-transition: all ease .238s;
    transition: all ease .238s;
}

.scroll-top-wrapper:after {
    content: "\f106";
    font-family: "FontAwesome";
    color: #fff;
    font-size: 16px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    -webkit-transition: all ease .238s;
    -moz-transition: all ease .238s;
    transition: all ease .238s;
}

.slideanim {
    visibility: hidden;
}

.slide {
    /* The name of the animation */
    animation-name: slide;
    -webkit-animation-name: slide;
    /* The duration of the animation */
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    /* Make the element visible */
    visibility: visible;
}

/* Go from 0% to 100% opacity (see-through) and specify the percentage from when to slide in the element along the Y-axis */

@keyframes slide {
    0% {
        opacity: 0;
        transform: translateY(70%);
    }
    100% {
        opacity: 1;
        transform: translateY(0%);
    }
}

@-webkit-keyframes slide {
    0% {
        opacity: 0;
        -webkit-transform: translateY(70%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0%);
    }
}

/* services start */

h3.w3l-sub {
    color: #448aff;
    font-size: 2.2em;
    text-transform: capitalize;
    font-weight: 800;
}

h4.sub-title {
    color: #212121;
    font-size: 1.2em;
    letter-spacing: 1px;
}

.agileits-about-grids:nth-child(1) i {
    color: #1f6650;
}

.agileits-about-grids i {
    font-size: 3em;
    margin-bottom: 10px;
    color: #aad0ec;
}

.agileits-about-grids:nth-child(2) i {
    color: #1f6650;
}

.agileits-about-grids:nth-child(3) i {
    color: #1f6650;
}

.agileits-about-grids:nth-child(1) .col-label i {
    color: #1f6650;
}

.agileits-about-grids:nth-child(2) .col-label i {
    color: #1f6650;
}

.agileits-about-grids:nth-child(3) .col-label i {
    color: #1f6650;
}

/* services end */

/* CONTACT START*/
.custom-img-inn{
    height: 70vh;
}

wthree-cicon:not(:last-child) {
    border-bottom: 1px solid #61bfef !important;
}

.wthree-cicon span {
    color: #ff3f33;
    background: #fff;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 29px;
    font-weight: 600;
    border-radius: 50%;
    font-size: 14px;
}

.contact-form h5 {
    font-weight: 400;
    color: #1f6650;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.wthree-cicon a {
    color: #1f6650;
    font-size: 1em;
}

.wthree-cicon:not(:last-child) {
    border-bottom: 1px solid #61bfef !important;
}

.wthree-cicon span i {
    color: #ff3f33;
    background: #fff;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 29px;
    font-weight: 600;
    border-radius: 50%;
    font-size: 14px;
}

.map iframe {
    width: 100%;
    border: 1px solid #17a2b8;
    min-height: 50vh;
}

.mr-10 {
    margin-left: 16px;
}

.btn-danger {
    color: #fff;
    background-color: #448aff;
    border-color: #448aff;
}

.btn-danger:hover {
    color: #fff;
    background-color: #448aff;
    border-color: #448aff;
}

/* CONTACT END*/

/* TIMETABLE START*/

.departments-nav {
    width: 270px;
    max-width: 100%;
}

.clearfix:before, .clearfix:after, .wprt-container:before, .wprt-container:after {
    clear: both;
    display: table;
    line-height: 0;
    content: "";
}

.departments-nav.has-shadow>.departments {
    -webkit-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.07);
}

.departments-nav .departments {
    outline: #f1f1f1;
}

.clearfix:after, .wprt-container:after {
    clear: both;
}

body, button, input, select, textarea {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    color: #8b93a2;
    font-size: 14px;
    line-height: 1.9;
    background-color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    overflow-x: hidden;
    overflow-y: auto;
}

select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"] {
    border: 1px solid #f1f1f1;
    padding: 11px 25px;
    background-color: #fff;
    font-size: 14px;
    line-height: inherit;
    width: 100%;
    margin: 10px;
    height: auto;
    text-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: border ease .238s;
    -moz-transition: border ease .238s;
    transition: border ease .238s;
}

.timetable {
    color: #8b93a2;
    -webkit-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.07);
}

table, th, td {
    border: 1px solid #f1f1f1;
}

.timetable thead tr th {
    text-align: center;
    vertical-align: middle;
    background-color: #fff;
    padding: 22px 20px;
    font-family: "Raleway", sans-serif;
    color: #0d1a2f;
}

.timetable tr:nth-child(odd) {
    background-color: #f9f9f9;
}

.timetable.small {
    display: none;
}

.small, small {
    font-size: 85%;
}

.timetable tbody tr td {
    text-align: center;
    vertical-align: middle;
    padding: 49px 20px;
    transition: all 0.328s;
}

.clearfix:after, .wprt-container:after {
    clear: both;
}

.timetable .time {
    font-family: "Raleway", sans-serif;
    color: #0d1a2f;
    font-weight: 600;
}

.timetable {
    color: #8b93a2;
    -webkit-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.07);
}

ul {
    list-style: disc;
}

ul, ol {
    padding: 0;
    margin: 0 0 20px 20px;
}

.timetable .event, .timetable tbody tr td:hover {
    color: #fff;
    background-color: #448aff;
}

@media only screen and (max-width: 959px) {
    .timetable.small {
        display: block;
    }
    .timetable {
        box-shadow: none;
    }
    .timetable {
        display: none;
    }
}

/* TIMETABLE END*/

/* ABOUT US START*/

h6.w3ls-title-sub {
    letter-spacing: 1px;
    font-weight: 100;
}

h3.w3ls-title {
    font-size: 40px;
}

.text-bl {
    color: #343a40;
}

.font-weight-bold {
    font-weight: 700 !important;
}

.text-uppercase {
    text-transform: uppercase !important;
}

.wthree-bottom {
    max-width: 400px;
}

h6.subheading-w3ls {
    font-size: 30px;
    line-height: 1.5;
    letter-spacing: 1px;
    text-shadow: 1px 1px 1px rgba(41, 40, 40, 0.25);
}

.text-bl {
    color: #343a40;
}

.wthree-bottom p {
    margin: 0;
    padding: 0;
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 1.9;
    color: black;
    font-family: 'Quicksand', sans-serif;
}

.triple-sec:nth-child(1) {
    background: url(../images/about-1.jpg) no-repeat center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
}

.triple-sec h5 {
    font-size: 32px;
    letter-spacing: 1px;
}

.text-wh {
    color: #fff;
}

.text-li {
    color: #f8f9fa;
}

.triple-sec:nth-child(2) {
    background: #1f6650;
}

.triple-sec:nth-child(3) {
    background: url(../images/about-2.jpg) no-repeat top;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
}

a.some-small-btn {
    padding: 12px 26px;
    letter-spacing: 1px;
    font-size: 14px;
    display: inline-block;
}

.bg-wh {
    background: #fff;
}

.text-bl {
    color:  #ff3f33;
}

a.blog-btn {
    font-size: 14px;
    letter-spacing: 1px;
    background: #1f6650;
    color: #fff;
    padding: 11px 18px;
    border-radius: 0px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

h5.card-title a, h5.card-title {
    color: #1f6650;
    font-weight: 400;
    font-size: 22px;
    line-height: 1.5;
}

a.blog-btn:hover {
    letter-spacing: 1.5px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    color: #fff;
    background-color: #ff3f33;
}

/* ABOUT US END*/

/* dOCTOR  START*/

h3.tittle-wthree {
    text-shadow: 2px 2px 2px rgba(41, 41, 41, 0.12);
    font-size: 3em;
    color: #1f6650 ;
    font-weight: 400;
    padding-bottom: 30px;
}

h3.tittle-wthree span {
    
    font-weight: 700;
   
   
    color: #ff3f33;
   
}

.member-main .card {
    border: none;
    background: none;
}

.member-main .card-body {
    padding: 0 1em;
}

.member-main h4 {
    font-size: 1.4em;
    color: #454646;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.16);
    font-weight: 600;
    margin-top: 0.5em;
}

.member-main p {
    padding: 0 0.8em;
}

.team-social ul.social-icons li {
    display: inline-block;
}

.team-social ul.social-icons li {
    display: inline-block;
}

.team-social ul.social-icons li a {
    display: block;
    color: #afadad;
    text-decoration: none;
    font-size: 14px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    line-height: 34px;
    background: transparent;
    border: 2px solid #afadad;
}

.team-social ul.social-icons li a:hover {
    color: #6a67ce;
    border: 2px solid #6a67ce;
}

/* dOCTOR END */

/* CAREERS START */

.section-98 {
    padding-top: 98px;
    padding-bottom: 98px;
}

.row-50 {
    margin-bottom: -50px;
}

h3+.divider-lg {
    margin-top: 35px;
}

.bg-java {
    background-color: #23d5ae;
}

.hr-left-0 {
    margin-left: 0;
}

.divider-lg {
    width: 80px;
    height: 4px;
    margin: 30px auto;
}

.divider {
    width: 80px;
    height: 4px;
    margin: 30px auto;
    background-color: #23d5ae;
    border: none;
    margin-left: 0;
}

.offset-top-41 {
    margin-top: 41px;
}

.row-50>* {
    margin-bottom: 50px;
}

.img-responsive {
    display: inline-block;
    height: auto;
    max-width: 100%;
}

.heading-join h3 {
    font-size: 28px;
    line-height: 1.5;
    letter-spacing: .03em;
    font-family: oswald, sans-serif;
    text-transform: uppercase;
    color: #1f6650;
}

.offset-top-41 {
    margin-top: 41px;
}

.btn-ellipse.btn {
    border-radius: 6px;
}

.btn-java {
    color: #fff;
    background-color: #448aff;
    border-color: #448aff;
    position: relative;
    padding: 7px 35px;
    font-size: 16px;
    line-height: 24px;
    border-radius: 3px;
    line-height: 28px;
    white-space: nowrap;
    text-transform: uppercase;
    letter-spacing: .04em;
    border-width: 2px;
    border-radius: 5px;
    font-family: oswald, sans-serif;
    font-weight: 400;
    transition: .3s;
    backface-visibility: hidden;
}

.bg-default-liac {
    background-color: #f1f3f9;
}

.row-30 {
    margin-bottom: -30px;
}

.box-skin-1 {
    background: #fff;
    border-radius: 5px;
    padding: 20px 50px;
    transition: .2s ease-in;
    margin-bottom: 20px;
   
    
}

.text-java {
    color: #ff3f33 !important;
}

.unit-spacing-xxs {
    margin-bottom: 0;
    margin-left: -7px;
}

.offset-top-20 {
    margin-top: 20px;
}

.unit {
    display: flex;
    flex: 0 1 100%;
    margin-bottom: -30px;
    margin-left: -20px;
}

.unit-spacing-xxs>* {
    margin-bottom: 0;
    margin-left: 7px;
}

.unit-left, .unit-right {
    flex: 0 0 auto;
    max-width: 100%;
}

.unit>* {
    margin-bottom: 30px;
    margin-left: 20px;
}

.text-primary {
    color: #3b61b9!important;
}

.icon-xxxs {
    font-size: 20px;
    line-height: 20px;
}

.icon {
    position: relative;
    display: inline-block;
    font-weight: 400;
    font-size: 54px;
    line-height: 56px;
    font-style: normal;
}

.icon:before {
    display: inline-block;
    position: relative;
}

.unit-body {
    flex: 0 1 auto;
}

.unit+.unit {
    margin-top: 7px;
}

.offset-top-30 {
    margin-top: 30px;
}

.text-gray-dark {
    color: #868686!important;
}

.fa-icon {
    padding-bottom: 16px;
}

.btn-java:focus, .btn-java.focus, .btn-java:hover, .btn-java:active, .btn-java.active, .open>.btn-java.dropdown-toggle {
    color: #fff;
    background-color: #294481;
    border-color: #294481;
}

@media (min-width: 992px) {
    .heading-join h3 {
        line-height: 1.13043;
        font-size: 46px;
    }
    .offset-lg-top-66 {
        margin-top: 66px;
    }
}

@media (min-width: 768px) {
    .heading-join h3 {
        font-size: 44px;
    }
}

@media (min-width: 576px) {
    .section-sm-110 {
        padding-top: 110px;
        padding-bottom: 110px;
    }
}

/* CAREERS END */

#slider-animation {
    max-height: 460px;
}

.heading-box h2 {
    width: 100%;
    color: red;
}

.carousel-item img {
    width: 100%;
    height: 100%;
}

.text-box {
    position: absolute;
    top: 50%;
    left: 15%;
    right: 15%;
    color: #1f6650;
    transform: translateY(-50%);
}

/******** RESPONSIVE ******/

@media screen and (max-width: 768px) {
    a.nav-link {
        font-size: 33px;
        padding: 13px;
    }
    .row-welcome {
        margin-top: 0%;
    }
    .custom-bg-1>h6>a {
        font-size: 14px;
    }
    .service__btn a.dcare__btn--2 {
        font-size: 11px;
        padding: 0px 8px;
        height: 36px;
        line-height: 33px;
    }
    
}

@media screen and (max-width: 600px) {
    a.nav-link {
        padding: 12px;
        font-size: 20px;
    }
    .btn-primary {
        margin: 0 auto;
    }
    .carousel-item img {
        width: 100%;
        height: 61vh;
        padding-bottom: 30px;
    }
  
}

@media screen and (max-width: 768px) and (min-width: 768px) {
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
        margin: 0 196px;
    }
    .cutom-form-3{
        padding-bottom: 40px;
    }
    .carousel-item img {
        padding-bottom: 60px;
    }
    .custom-img-inn {
        height: 35vh;
    }
    
}
@media screen and (max-width: 1024px) and (min-width:  1024px) {
    a.nav-link {
        font-size: 11px;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-left: 0rem;
    }
    .custom-img-inn {
        height: 35vh;
    }

    .logotextu p {
        font-size: 18px;
    }
}
@media screen and (max-width: 440px) and (min-width:  320px) {
    .custom-img-inn {
        height: 43vh;
    }
    h6.subheading-w3ls {
        font-size: 22px;
    }
    .carousel-item img {
        width: 100%;
        height: 61vh;
        padding-bottom: 92px;
    }
}
h6{
    color: #fff;
}
li{
    color: black
    ;
    margin-left: 30px;
    text-align: justify;
}
.navbar-light .navbar-nav .nav-link {
    color: rgb(31 102 80);
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link{
    color: rgb(255 63 51);;
}
.btn {
    color: #fff;
    background-color: #1f6650;
    border-color: #ff3f33;
    padding-top: 8px;
    margin-top: 10px;
    border-radius: 10px;
    margin-left: 10px;
    margin-right: 10px;
}
.p{
    color: black;
}
.partner-review-section {
  background: linear-gradient(#e9f7fb, #ffffff);
}

/* Title */
.review-title {
  font-size: 36px;
  font-weight: 700;
  color: #1f6650;
}

/* Horizontal Scroll Container */
.scroll-wrapper {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  padding-bottom: 20px;
  scroll-behavior: smooth;
}

.scroll-wrapper::-webkit-scrollbar {
  height: 0px; /* Hide scrollbar */
}

/* Cards */
.review-card {
  min-width: 270px;
  max-width: 270px;
  background: #fff;
  border-radius: 16px;
  padding: 25px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
  text-align: center;
  transition: 0.3s ease;
  flex-shrink: 0;
}

.review-card:hover {
  transform: translateY(-5px);
}

/* Circle Icon */
.review-icon {
  width: 60px;
  height: 60px;
  background: #ff3f33;;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 26px;
  border-radius: 50%;
  font-weight: 700;
  margin: 0 auto 15px;
}

/* Text */
.review-name {
  font-size: 20px;
  font-weight: 600;
  color: black;
  margin-bottom: 5px;
}

.review-stars {
  font-size: 18px;
  color: #f9c400;
  margin-bottom: 10px;
}

.review-text {
  font-size: 15px;
  font-style: italic;
  color: #444;
}


/* Accordion Custom Style */
.accordion-button {
  font-size: 18px;
  font-weight: 600;
  color: #007b78;
  background: #ffffff;
  border: none;
  padding: 18px;
  transition: 0.3s ease;
  border-radius: 10px !important;
}

.accordion-button:not(.collapsed) {
  background: #ff4236;
  color: #005f56;
}

.accordion-item {
  margin-bottom: 12px;
  border: none;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.accordion-body {
  background: #fff;
  padding: 18px;
  font-size: 16px;
  color: #444;
}

/* Arrow Icon Animation */
.accordion-button::after {
  filter: invert(40%) sepia(20%) saturate(500%) hue-rotate(120deg);
  transition: transform 0.3s ease;
}

.accordion-button:not(.collapsed)::after {
  transform: rotate(180deg);
}
.vision-mission-section {
  padding: 70px 0;
  background: linear-gradient(135deg, #ffffff, #ffffff);
  color: #fff;
}

.page-heading {
  font-size: 45px;
  font-weight: 700;
}

.subtitle {
  font-size: 18px;
  opacity: 0.9;
}

.vm-card {
  background: #ffffff;
  border-radius: 30px;
  padding: 35px 30px;
  text-align: center;
  transition: 0.3s ease;
}

.vm-card:hover {
  transform: translateY(-5px);
}

.vm-icon {
  width: 70px;
  height: 70px;
 
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 15px;
  font-size: 35px;
  color: #ff3f33;
}

.vm-title {
  color: #ff3f33;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 10px;
}

.vm-text {
  color: #555;
  font-size: 16px;
  line-height: 1.6;
}

/* Mobile */
@media(max-width: 768px) {
  .vm-card {
    padding: 25px 15px;
  }
  .vm-title {
    font-size: 24px;
  }
}
.simple-form-section {
  padding: 60px 0;
  background: linear-gradient(135deg, #ff3f33, #fe5b51);
}

.form-box {
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 20px;
  padding: 35px;
  color: white;
}

.form-label {
  font-weight: 600;
  font-size: 15px;
  color: #fff;
}

.custom-input {
  background: transparent;
  border: 2px solid rgba(255, 255, 255, 0.4);
  border-radius: 10px;
  padding: 12px;
  color: #fff;
}

.custom-input::placeholder {
  color: #d9d9d9;
}

.custom-input:focus {
  border-color: #00ffe1;
  box-shadow: none;
}

.submit-btn {
  background: linear-gradient(90deg, #009688, #00bfa5);
  color: white;
  padding: 12px 18px;
  border-radius: 10px;
  border: none;
  font-size: 16px;
  cursor: pointer;
  transition: .3s ease;
  width: 100%;
}

.submit-btn:hover {
  opacity: 0.9;
}


.contact-section {
    width: 100%;
    max-width: 800px;
    margin: 60px auto;
    text-align: center;
}

.heading {
    font-size: 38px;
    font-weight: 700;
    color: #025c66;
    margin-bottom: 40px;
}

.contact-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 0 20px;
}

.input-box {
    width: 100%;
    padding: 18px;
    font-size: 16px;
    border-radius: 8px;
    border: none;
    outline: none;
    background: #ffffff;
    box-shadow: 0px 4px 10px rgba(0,0,0,0.06);
}

.input-box:focus {
    border: 1px solid #007b83;
}

.submit-btn {
    width: 100%;
    padding: 16px;
    background: #ff3f33;
    color: #fff;
    border: none;
    font-size: 18px;
    font-weight: 600;
    border-radius: 8px;
    cursor: pointer;
    margin-top: 10px;
    transition: 0.3s;
}

.submit-btn:hover {
    background: #024f54;
}
.features-section {
    background: #e8f8f6;
}

/* Feature Card */
.feature-box {
    background: #ffffff;
    padding: 20px;
    border-radius: 18px;
    margin-bottom: 25px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.07);
    transition: 0.3s ease-in-out;
}

.feature-box:hover {
    transform: translateY(-4px);
}

/* Round icon */
.icon-circle {
    
    color: #009c9c;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 18px;
    font-size: 22px;
}

/* Headings */
.feature-box h4 {
    font-size: 20px;
    font-weight: 700;
    color: #ff3f33;
    margin-bottom: 4px;
}

/* Text */
.feature-box p {
    margin: 0;
    color: #666;
}

/* Right Image */
.feature-main-img {
    border-radius: 18px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}
.accordion-button {
    font-size: 18px;
    font-weight: 600;
}

.accordion-item {
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 10px;
}

.box-skin-1:hover {
    transform: translateY(-4px);
    border: 4px solid #1f6650;
}
.li {
    color: black;
}
.ul .list{
    list-style: none;
    color: black;
}

/* ------------------- BLOG DETAIL PAGE CSS ------------------- */

.blog-detail-title {
  font-size: 36px;
  font-weight: 700;
  color: #222;
  margin-left: 20px;
}

.blog-meta {
  color: #555;
  font-size: 15px;
  margin-left: 50%;
}

.blog-detail-img {
  width: 100%;
  border-radius: 10px;
  margin-left: 30px;
  margin-right: 30px;
}

.blog-detail-content p {
  font-size: 17px;
  line-height: 1.8;
  color: #444;
  margin-left: 30px;
  margin-right: 30px;
}

.blog-detail-content h3 {
  margin-top: 25px;
  font-size: 24px;
  font-weight: 600;
  margin-left: 50px;
  margin-right: 50px;
  color: #ff3f33;
}

/* Author Box */
.author-box {
  background: #f5f5f5;
  border-radius: 10px;
}
.author-img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
}

/* Related Posts */
.related-card {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  padding: 10px;
  transition: 0.3s;
  text-align: center;
}
.related-card:hover {
  transform: translateY(-5px);
}

.related-img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  text-align: center;
}

.related-title {
  font-size: 18px;
  font-weight: 600;
  color: #333;
}

.related-btn {
  text-decoration: none;
  font-weight: 600;
  color: #007bff;
}
.related-btn:hover {
  color: #0056b3;
}

/* ------------------- COMMENTS SECTION CSS ------------------- */

.comment-area h3, 
.comment-area h4 {
  font-weight: 700;
  color: #222;
  text-align: center;
}

.comment-form label {
  font-weight: 600;
}

.comment-box {
  background: #f8f8f8;
  padding: 15px;
  border-radius: 10px;
  margin-left: 10%;
  margin-right: 10%;
}

.comment-img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}

.comment-date {
  font-size: 13px;
  color: #777;
  font-weight: 400;
}
p {
    margin-top: 0;
    margin-bottom: 1rem;
    
    color: black;
}
.wprt-content-box.has-shadow:hover {
    transform: translateY(-4px);
    border: 4px solid #1f6650;
    background-color: #005f56;
}
.custom-bg-1:hover {
    transform: translateY(-4px);
    border: 4px solid #1f6650;
  
}
.text-1 {
    color:#ff3f33!important;
  margin-left: 50px;
  padding-top: 20px;
  font-size: 22px;
}
.icon {
  width: 100px;
  height: 100px;
  background:  #1f6650 ;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 80px;
  border-radius: 50%;
  font-weight: 700;
  margin: 10px  40px;
}
.one-1 {
    color:#ff3f33!important;
   margin-left: 50px;
  padding-top: 20px;
  font-size: 22px;
}
a {
    color: #ff3f33;
    text-decoration: none;
    background-color: transparent;
}
a:hover {
    color: #1f6650;
    text-decoration: underline;
}
element.style {
    display: inline-block;
    width: 70px;
   margin-left: 50px;
    top: 0px;
}
.h6, h6 {
    font-size: 1rem;
    color: white;
}
/* ================================
   MOBILE RESPONSIVE NAV + SLIDER
   ================================ */

/* ====== MOBILE (max-width: 576px) ====== */
@media (max-width: 576px) {

  /* ---- NAVBAR ---- */
  .custom-nav {
    padding: 8px 10px !important;
  }

  #logo img {
    width: 130px !important;
  }

  .navbar-toggler {
    border: none;
    outline: none;
  }

  .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba%280,0,0,0.9%29' stroke-width='3' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
  }

  .navbar-nav .nav-item .nav-link {
    padding: 12px 10px;
    font-size: 15px;
    text-align: left;
  }


  /* ---- SLIDER / HERO SECTION ---- */
  #slider-animation {
    max-height: 260px !important;
    overflow: hidden;
  }

  #slider-animation .carousel-item img {
    height: 260px !important;
    object-fit: cover;
    width: 100%;
  }

  /* Text inside slider */
  #slider-animation .text-box {
    position: absolute;
    bottom: 20px;
    left: 10px;
    right: 10px;
    text-align: center;
  }

  #slider-animation .text-box h1,
  #slider-animation .text-box p {
    font-size: 14px !important;
  }
}



/* ====== TABLET (max-width: 768px) ====== */
@media (max-width: 768px) {

  #logo img {
    width: 150px;
  }

  /* Slider */
  #slider-animation {
    max-height: 320px;
  }

  #slider-animation .carousel-item img {
    height: 320px !important;
  }
}
.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,...");
}

@media (max-width: 768px) {
    .custom-nav {
        height: auto !important;
        padding: 10px 15px !important;
    }

    .navbar-brand img {
        width: 130px !important;
    }

    .navbar-collapse {
        background: #fff;
        padding: 15px 10px;
        border-radius: 10px;
        margin-top: 10px;
        width: 100%;
        position: relative;
        z-index: 9999;
    }

    .navbar-btn {
        display: block;
        width: 100%;
        margin: 12px 0;
        text-align: center;
    }
}
.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0,0.9)' stroke-width='3' stroke-linecap='round' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E") !important;
}

.navbar-toggler {
    border: 2px solid #ff9f00 !important;
    border-radius: 8px !important;
    padding: 6px 10px !important;
    background-color: #fff !important;
}

/* Default desktop style */
a#logo {
    font-weight: bold;
    transition: 0.4s;
    width: 300px;
    margin-left: 50px;
}

/* MOBILE VERSION */
@media (max-width: 768px) {
    a#logo {
        width: 160px;        /* smaller logo */
        margin-left: 0;      /* remove extra left space */
        display: flex;
        justify-content: center;
        align-items: center;
    }

    a#logo img {
        width: 100%;
        height: auto;
    }
}

/* EXTRA SMALL MOBILE (Very small phones) */
@media (max-width: 480px) {
    a#logo {
        width: 140px;   /* even smaller */
    }
}

/* Mobile 0–576px */
@media (max-width: 576px) {
  .box-skin-1 {
    padding: 20px;
  }
  .box-skin-1 .icon {
    width: 45px;
    height: 45px;
    font-size: 20px;
  }
  .tittle-wthree {
    font-size: 22px;
  }
  p {
    font-size: 14px;
  }
}

/* Tablet 577–992px */
@media (min-width: 577px) and (max-width: 992px) {
  .box-skin-1 {
    margin-bottom: 20px;
  }
  .box-skin-1 .icon {
    width: 55px;
    height: 55px;
    font-size: 22px;
  }
}

/* Desktop 993+ */
@media (min-width: 993px) {
  .box-skin-1 {
    padding: 25px;
  }
}


/* 📱 Mobile — 1 item */
@media (max-width: 576px) {
    .custom-img {
        height: 180px;
    }
    .service__details p {
        font-size: 13px;
    }
}

/* 📱 Tablet — 2 items */
@media (min-width: 577px) and (max-width: 991px) {
    .custom-img {
        height: 200px;
    }
    .service__details p {
        font-size: 14px;
    }
}

/* 💻 Desktop — 3-4 items (default owl) */
@media (min-width: 992px) {
    .custom-img {
        height: 220px;
    }
}

