* {
    margin: 0;
    padding: 0;
}

.collapse .navbar-collapse.top-nav {
    float: right;
}

div#navbarSupportedContent {
    text-align: center;
}

.custom-nav {
    overflow: hidden;
    background-color: #f1f1f1;
    transition: 0.4s;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 99;
}

#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: 100px;
}

#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*/

.row-welcome {
    margin-top: 16%;
}

.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: 0px 5px 30px 0px rgba(0, 0, 0, 0.07);
}

.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: black;
}

.wprt-icon-box.icon-top .heading a:hover {
    color: #448aff;
}

.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: #448aff;
    border-color: #448aff;
    box-shadow: none;
    outline: none;
}

.btn-primary {
    color: #fff;
    background-color: #448aff;
    border-color: #448aff;
}

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: #1e90ff;
    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;
    }
    .p-4 {
        padding: 1.5rem !important;
    }
    .w3-aicon i {
        color: #1e90ff;
        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: #132646 !important;
}

#footer h5 {
    padding-left: 10px;
    border-left: 3px solid #eeeeee;
    padding-bottom: 6px;
    margin-bottom: 20px;
    color: #ffffff;
}

#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: 25px;
    -webkit-transition: .5s all ease;
    -moz-transition: .5s all ease;
    transition: .5s all ease;
}

#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;
}

#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: 10px;
}

.service__btn a.dcare__btn--2:hover {
    background: #448aff 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);
    margin-bottom: 40px;
    padding-bottom: 30px;
}

.wpb_wrapper {
    background: #fff;
}

.service__btn a.dcare__btn--2 {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #dddddd;
    border-radius: 5px;
    color: #777777;
    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: #448aff;
    font-size: 24px;
}

.owl-theme {
    background: #fff;
}

.cutom-top-margin {
    margin-top: 40px;
}

.service__details p {
    padding: 10px;
}

.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: #448aff;
    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: #634271;
}

.agileits-about-grids i {
    font-size: 3em;
    margin-bottom: 10px;
    color: #aad0ec;
}

.agileits-about-grids:nth-child(2) i {
    color: #f5ac43;
}

.agileits-about-grids:nth-child(3) i {
    color: #0fb492;
}

.agileits-about-grids:nth-child(1) .col-label i {
    color: #00ddd8;
}

.agileits-about-grids:nth-child(2) .col-label i {
    color: #8cc540;
}

.agileits-about-grids:nth-child(3) .col-label i {
    color: #ec408c;
}

/* services end */

/* CONTACT START*/
.custom-img-inn{
    height: 70vh;
}

wthree-cicon:not(:last-child) {
    border-bottom: 1px solid #61bfef !important;
}

.wthree-cicon span {
    color: #448aff;
    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: #000;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.wthree-cicon a {
    color: #000;
    font-size: 1em;
}

.wthree-cicon:not(:last-child) {
    border-bottom: 1px solid #61bfef !important;
}

.wthree-cicon span i {
    color: #448aff;
    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: #999;
    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: #2196f3;
}

.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: #343a40;
}

a.blog-btn {
    font-size: 14px;
    letter-spacing: 1px;
    background: #2196f3;
    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: #000;
    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;
}

/* ABOUT US END*/

/* dOCTOR  START*/

h3.tittle-wthree {
    text-shadow: 2px 2px 2px rgba(41, 41, 41, 0.12);
    font-size: 3em;
    color: #1c1c1d;
    font-weight: 400;
    padding-bottom: 30px;
}

h3.tittle-wthree span {
    display: block;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.3em;
    color: #807f7e;
    letter-spacing: 4px;
}

.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: #000;
}

.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: 34px 30px;
    transition: .2s ease-in;
    height: 293px;
}

.text-java {
    color: #448aff!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: #000;
    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;
    }
}