/*
Theme Name: BizPage
Theme URL: https://bootstrapmade.com/bizpage-bootstrap-business-template/
Author: BootstrapMade.com
License: https://bootstrapmade.com/license/
*/


/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

body {
    background: #fff;
    color: #666666;
    font-family: "Poppins";
    font-size: 14px;
}

a {
    transition: 0.5s;
}

a:hover,
a:active,
a:focus {
    outline: none;
    text-decoration: none;
}

p {
    padding: 0;
    margin: 0 0 20px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Poppins";
    font-weight: 400;
    margin: 0 0 20px 0;
    padding: 0;
}


/* Back to top button */

.back-to-top {
    position: fixed;
    display: none;
    background: #294389;
    color: #fff;
    width: 44px;
    height: 44px;
    text-align: center;
    line-height: 1;
    font-size: 16px;
    border-radius: 50%;
    right: 15px;
    bottom: 15px;
    transition: background 0.5s;
    z-index: 11;
    border: 1px solid #fff;
}

.back-to-top i {
    padding-top: 12px;
    color: #fff;
}


/* Prelaoder */

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    overflow: hidden;
    background: #fff;
}

#preloader:before {
    content: "";
    position: fixed;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    border: 6px solid #f2f2f2;
    border-top: 6px solid #294389;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    -webkit-animation: animate-preloader 1s linear infinite;
    animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes animate-preloader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#header {
    /*padding: 5px 0;*/
    /* height: 92px; */
    left: 0;
    top: 0px;
    right: 0;
    transition: all 0.5s;
    z-index: 997;
    background-repeat: no-repeat;
    position: absolute;
    /* background-image: linear-gradient(to right, #c5deed, #cbe1f1, #cce2f0, #bedae9); */
    /* background-image: url("../img/theme/red-hear.jpg"); */
    /* box-shadow: 0 5px 9px rgba(0, 0, 0, 0.5); */
}

#header.header-scrolled {
    position: fixed;
    top: 0px;
    background: #BCD0DC;
    padding: 5px 0;
    /* height: 72px; */
}

.header-scrolled .menu-bg {
    background-color: #BCD0DC;
    box-shadow: unset;
    padding: 5px;
}

.header-scrolled .menu-active > a {
    color: black !important;
}

.header-scrolled .nav-menu li:hover > a {
    color: #294389 !important;
}

#header #logo h1 {
    font-size: 34px;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-family: "Poppins";
    font-weight: 700;
    letter-spacing: 3px;
}

#header #logo h1 a,
#header #logo h1 a:hover {
    color: #fff;
    padding-left: 10px;
    border-left: 4px solid #294389;
}

#header #logo img {
    padding: 3px;
    margin: 0;
    margin-bottom: 3px;
    /*width: 50px;*/
}


/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/

#intro {
    display: table;
    width: 100%;
    height: 100vh;
    /* background: #000; */
}

#intro .carousel-item {
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
}

#intro .carousel-item::before {
    content: '';
    /* background: linear-gradient(to right, rgba(16, 134, 204, 0.27) 0%, rgba(56, 100, 125, 0.45) 44%, rgba(47, 192, 223, 0.46) 59%, rgba(47, 192, 223, 0.26) 71%, rgba(47, 192, 223, 0.17) 100%) !important; */
    /* background-image: -webkit-linear-gradient( #1b202166 100%, #b9292908 25%, #ad22a25e 75%, #285161bf 75%, #34b8e005); */
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: #294389;
    opacity: .8;
}

#intro .carousel-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: left;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    top: 10%;
    left: 8%;
    right: 0;
}

#intro .carousel-background img {
    max-width: 100%;
}

#intro .carousel-content {
    text-align: left;
}

#intro h2 {
    color: #fff;
    margin-bottom: 0px;
    font-size: 42px;
    font-weight: 600;
}

#intro p {
    margin: 0px;
    color: #294389;
    font-size: 18px;
    background: #fff;
    padding: 0px 5px;
    font-weight: 600;
}


/*
#intro p {
width: 80%;
margin: 0 auto 30px auto;
color: #fff;
}
*/

#intro .carousel-fade {
    overflow: hidden;
}

#intro .carousel-fade .carousel-inner .carousel-item {
    transition-property: opacity;
}

#intro .carousel-fade .carousel-inner .carousel-item,
#intro .carousel-fade .carousel-inner .active.carousel-item-left,
#intro .carousel-fade .carousel-inner .active.carousel-item-right {
    opacity: 0;
}

#intro .carousel-fade .carousel-inner .active,
#intro .carousel-fade .carousel-inner .carousel-item-next.carousel-item-left,
#intro .carousel-fade .carousel-inner .carousel-item-prev.carousel-item-right {
    opacity: 1;
    transition: 0.5s;
}

#intro .carousel-fade .carousel-inner .carousel-item-next,
#intro .carousel-fade .carousel-inner .carousel-item-prev,
#intro .carousel-fade .carousel-inner .active.carousel-item-left,
#intro .carousel-fade .carousel-inner .active.carousel-item-right {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

#intro .carousel-control-prev,
#intro .carousel-control-next {
    width: 10%;
}

#intro .carousel-control-next-icon,
#intro .carousel-control-prev-icon {
    background: none;
    font-size: 32px;
    line-height: 1;
}

#intro .carousel-indicators li {
    cursor: pointer;
}

#intro .btn-get-started {
    font-family: "Poppins";
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 32px;
    border-radius: 50px;
    transition: 0.5s;
    margin: 10px;
    color: #fff;
    background: #294389;
}

#intro .btn-get-started:hover {
    background: #fff;
    color: #294389;
}


/* inner page banner */

#intro.inner-banner {
    height: 60vh;
}

#intro.inner-banner .carousel-item {
    height: 60vh;
}

.menu-breadcrumb,
.menu-breadcrumb a {
    color: #ffffff;
}

.menu-breadcrumb a:hover {
    text-decoration: underline;
}

.inner-page-container {
    padding: 30px 0px 30px;
}

.playstore-img {
    width: 130px;
    border: 2px solid #fff;
    padding: 2px;
    border-radius: 6px;
}


/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/


/* Nav Menu Essentials */

.nav-menu,
.nav-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
}

.nav-menu ul {
    position: absolute;
    display: none;
    top: 100%;
    left: 0;
    z-index: 99;
}

.nav-menu li {
    position: relative;
    white-space: nowrap;
}

.nav-menu > li {
    float: left;
}

.nav-menu li:hover > ul,
.nav-menu li.sfHover > ul {
    display: block;
}

.nav-menu ul ul {
    top: 0;
    left: 100%;
}

.nav-menu ul li {
    min-width: 180px;
}


/* Nav Menu Arrows */

.sf-arrows .sf-with-ul {
    /* padding-right: 30px; */
}

.sf-arrows ul .sf-with-ul:after {
    content: "\f105";
}


/* Nav Meu Container */

#nav-menu-container {
    float: right;
    margin: 0;
}


/* Nav Meu Styling */

.nav-menu a {
    padding: 22px 15px;
    text-decoration: none;
    display: inline-block;
    color: #31343d;
    font-family: "Poppins";
    font-weight: 600;
    font-size: 13px;
    outline: none;
}


/*.nav-menu li:last-child a{*/


/*    padding-right: 0px;*/


/*}*/

.nav-menu li:hover > a,
.nav-menu > .menu-active > a {
    color: #ffffff;
    background: #294389;
}


/*.nav-menu > li {*/


/*    margin-left: 10px;*/


/*}*/

.nav-menu ul {
    margin: 4px 0 0 0;
    padding: 10px;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    background: #fff;
}

.nav-menu ul li {
    transition: 0.3s;
}

.nav-menu ul li a {
    padding: 10px;
    color: #333;
    transition: 0.3s;
    display: block;
    font-size: 13px;
    text-transform: none;
}

.nav-menu ul li:hover > a {
    color: #294389;
}

.nav-menu ul ul {
    margin: 0;
}


/* Mobile Nav Toggle */

#mobile-nav-toggle {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999;
    margin: 0px 10px 0 0;
    border: 0;
    background: none;
    font-size: 24px;
    display: none;
    transition: all 0.4s;
    outline: none;
    cursor: pointer;
}

#mobile-nav-toggle i {
    color: #294389;
}


/* Mobile Nav Styling */

#mobile-nav {
    position: fixed;
    top: 0;
    padding-top: 18px;
    bottom: 0;
    z-index: 998;
    background: rgba(0, 0, 0, 0.8);
    right: -260px;
    width: 260px;
    overflow-y: auto;
    transition: 0.4s;
}

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

#mobile-nav ul li {
    position: relative;
}

#mobile-nav ul li a {
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    overflow: hidden;
    padding: 10px 22px 10px 15px;
    position: relative;
    text-decoration: none;
    width: 100%;
    display: block;
    outline: none;
    font-weight: 700;
    font-family: "Poppins";
}

#mobile-nav ul li a:hover {
    color: #fff;
}

#mobile-nav ul li li {
    padding-left: 30px;
}

#mobile-nav ul .menu-has-children i {
    position: absolute;
    right: 0;
    z-index: 99;
    padding: 15px;
    cursor: pointer;
    color: #fff;
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
    color: #294389;
}

#mobile-nav ul .menu-has-children li a {
    text-transform: none;
}

#mobile-nav ul .menu-item-active {
    color: #294389;
}

#mobile-body-overly {
    width: 100%;
    height: 100%;
    z-index: 997;
    top: 0;
    left: 0;
    position: fixed;
    background: rgba(0, 0, 0, 0.7);
    display: none;
}


/* Mobile Nav body classes */

body.mobile-nav-active {
    overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
    right: 0;
}

body.mobile-nav-active #mobile-nav-toggle {
    color: #fff;
}


/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/


/* Sections Header
--------------------------------*/

.section-header h3 {
    font-size: 2rem;
    color: #294389;
    text-transform: capitalize;
    text-align: center;
    font-weight: 600;
    position: relative;
    padding-bottom: 15px;
    padding: 15px 0 17px 0;
    /* padding-top: 50px; */
}

.section-header h3::before {
    content: '';
    position: absolute;
    display: block;
    width: 120px;
    height: 1px;
    background: #111c39;
    bottom: 1px;
    left: calc(50% - 60px);
}

.section-header h3::after {
    content: '';
    position: absolute;
    display: block;
    width: 40px;
    height: 3px;
    background: #111c39;
    bottom: 2px;
    left: calc(50% - 20px);
}

.section-header > main-header > h3::before {
    content: '';
    position: absolute;
    display: block;
    width: 120px;
    height: 1px;
    background: #fff;
    bottom: 1px;
    left: calc(50% - 60px);
}

.inner-header {
    padding: 90px;
    padding-bottom: 0px;
}

.section-header p {
    text-align: center;
    padding-bottom: 0px;
    color: #333;
    font-family: "Poppins";
}


/* Section with background
--------------------------------*/

.section-bg {
    /* background: #C6DEF0; */
    /* background-image: linear-gradient(to right, #c5deed, #cbe1f1, #cce2f0, #bedae9); */
    /* background-image: url("../img/theme/pattern-2.png"); */
    background: url("../img/theme/3.png");
}


/* Featured Services Section
--------------------------------*/

#featured-services {
    background: #000;
}

#featured-services .box {
    padding: 30px 20px;
}

#featured-services .box-bg {
    background-image: linear-gradient(0deg, #000000 0%, #242323 50%, #000000 100%);
}

#featured-services i {
    color: #294389;
    font-size: 48px;
    display: inline-block;
    line-height: 1;
}

#featured-services h4 {
    font-weight: 400;
    margin: 15px 0;
    font-size: 18px;
}

#featured-services h4 a {
    color: #fff;
}

#featured-services h4 a:hover {
    color: #294389;
}

#featured-services p {
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    margin-bottom: 0;
}


/* About Us Section
--------------------------------*/

#about {
    background: url("../img/about-bg.jpg") center top no-repeat fixed;
    background-size: cover;
    padding: 60px 0 40px 0;
    position: relative;
}

#about::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.92);
    z-index: 9;
}

#about .container {
    position: relative;
    z-index: 10;
}

#about .about-col {
    background: #fff;
    border-radius: 0 0 4px 4px;
    box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
    margin-bottom: 20px;
}

#about .about-col .img {
    position: relative;
}

#about .about-col .img img {
    border-radius: 4px 4px 0 0;
}

#about .about-col .icon {
    width: 64px;
    height: 64px;
    padding-top: 8px;
    text-align: center;
    position: absolute;
    background-color: #294389;
    border-radius: 50%;
    text-align: center;
    border: 4px solid #fff;
    left: calc(50% - 32px);
    bottom: -30px;
    transition: 0.3s;
}

#about .about-col i {
    font-size: 36px;
    line-height: 1;
    color: #fff;
    transition: 0.3s;
}

#about .about-col:hover .icon {
    background-color: #fff;
}

#about .about-col:hover i {
    color: #294389;
}

#about .about-col h2 {
    color: #000;
    text-align: center;
    font-weight: 700;
    font-size: 20px;
    padding: 0;
    margin: 40px 0 12px 0;
}

#about .about-col h2 a {
    color: #000;
}

#about .about-col h2 a:hover {
    color: #294389;
}

#about .about-col p {
    font-size: 14px;
    line-height: 24px;
    color: #333;
    margin-bottom: 0;
    padding: 0 20px 20px 20px;
}


/* Services Section
--------------------------------*/

#services {
    background: #67939ddb;
    background-size: cover;
    padding: 50px 0 40px 0;
    background: url("../img/theme/3.png");
}

#services .box {
    margin-bottom: 30px;
}

#services .icon {
    /* float: left; */
}

#services .icon i {
    color: #294389;
    font-size: 36px;
    line-height: 1;
    transition: 0.5s;
    /* margin-left: 8rem; */
}

#services .icon i:hover {
    color: #294389;
    font-size: 36px;
    line-height: 1;
    transition: 0.5s;
}

#services .title {
    margin-left: 60px;
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 18px;
}

#services .title a {
    color: #111;
}

#services .box:hover .title a {
    color: #294389;
}

#services .description {
    font-size: 14px;
    margin-left: 60px;
    line-height: 24px;
    margin-bottom: 0;
}


/* Call To Action Section
--------------------------------*/

#call-to-action {
    background: linear-gradient(rgba(0, 142, 99, 0.1), rgba(0, 0, 0, 0.1)), url(../img/call-to-action-bg.jpg) fixed center center;
    background-size: cover;
    padding: 60px 0;
}

#call-to-action h3 {
    color: #fff;
    font-size: 28px;
    font-weight: 700;
}

#call-to-action p {
    color: #fff;
}

#call-to-action .cta-btn {
    font-family: "Poppins";
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 28px;
    border-radius: 25px;
    transition: 0.5s;
    margin-top: 10px;
    border: 2px solid #fff;
    color: #fff;
}

#call-to-action .cta-btn:hover {
    background: #294389;
    border: 2px solid #294389;
}


/* Call To Action Section
--------------------------------*/

#skills {
    padding: 60px 0;
}

#skills .progress {
    height: 35px;
    margin-bottom: 10px;
}

#skills .progress .skill {
    font-family: "Poppins";
    line-height: 35px;
    padding: 0;
    margin: 0 0 0 20px;
    text-transform: uppercase;
}

#skills .progress .skill .val {
    float: right;
    font-style: normal;
    margin: 0 20px 0 0;
}

#skills .progress-bar {
    width: 1px;
    text-align: left;
    transition: .9s;
}


/* Facts Section
--------------------------------*/

#facts {
    background: url("../img/facts-bg.jpg") center top no-repeat fixed;
    background-size: cover;
    padding: 60px 0 0 0;
    position: relative;
}

#facts::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.88);
    z-index: 9;
}

#facts .container {
    position: relative;
    z-index: 10;
}

#facts .counters span {
    font-family: "Poppins";
    font-weight: bold;
    font-size: 48px;
    display: block;
    color: #294389;
}

#facts .counters p {
    padding: 0;
    margin: 0 0 20px 0;
    font-family: "Poppins";
    font-size: 14px;
    color: #111;
}

#facts .facts-img {
    text-align: center;
    padding-top: 30px;
}


/* Portfolio Section
--------------------------------*/

#portfolio {
    padding: 25px 0px 40px 0px;
}

#portfolio #portfolio-flters {
    padding: 0;
    margin: 5px 0 35px 0;
    list-style: none;
    text-align: center;
}

#portfolio #portfolio-flters li {
    cursor: pointer;
    display: inline-block;
    padding: 10px 24px;
    font-size: 12px;
    line-height: 20px;
    color: #666666;
    border-radius: 4px;
    text-transform: uppercase;
    background: #eaeaea;
    margin-bottom: 5px;
    transition: all 0.3s ease-in-out;
}

#portfolio #portfolio-flters li:hover,
#portfolio #portfolio-flters li.filter-active {
    background: #294389;
    color: #fff;
}

#portfolio #portfolio-flters li:last-child {
    margin-right: 0;
}

#portfolio .portfolio-wrap {
    box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
    transition: 0.3s;
}

#portfolio .portfolio-wrap:hover {
    box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.16);
}

#portfolio .portfolio-item {
    position: relative;
    /*height: 270px;*/
    overflow: hidden;
}

#portfolio .portfolio-item figure {
    background: #fff;
    overflow: hidden;
    height: 240px;
    position: relative;
    border-radius: 4px 4px 0 0;
    margin: 0;
}

#portfolio .portfolio-item figure:hover img {
    opacity: 0.4;
    transition: 0.3s;
}

#portfolio .portfolio-item figure .link-preview,
#portfolio .portfolio-item figure .link-details {
    position: absolute;
    display: inline-block;
    opacity: 0;
    line-height: 1;
    text-align: center;
    width: 36px;
    height: 36px;
    background: #fff;
    border-radius: 50%;
    transition: 0.2s linear;
}

#portfolio .portfolio-item figure .link-preview i,
#portfolio .portfolio-item figure .link-details i {
    padding-top: 6px;
    font-size: 22px;
    color: #333;
}

#portfolio .portfolio-item figure .link-preview:hover,
#portfolio .portfolio-item figure .link-details:hover {
    background: #294389;
}

#portfolio .portfolio-item figure .link-preview:hover i,
#portfolio .portfolio-item figure .link-details:hover i {
    color: #fff;
}

#portfolio .portfolio-item figure .link-preview {
    left: calc(50% - 38px);
    top: calc(50% - 18px);
    margin: 4px 22px;
}

#portfolio .portfolio-item figure .link-details {
    right: calc(50% - 38px);
    top: calc(50% - 18px);
}

#portfolio .portfolio-item figure:hover .link-preview {
    opacity: 1;
    left: calc(50% - 44px);
}

#portfolio .portfolio-item figure:hover .link-details {
    opacity: 1;
    right: calc(50% - 44px);
}

#portfolio .portfolio-item .portfolio-info {
    background: #fff;
    text-align: center;
    padding: 30px;
    height: 90px;
    border-radius: 0 0 3px 3px;
}

#portfolio .portfolio-item .portfolio-info h4 {
    font-size: 18px;
    line-height: 1px;
    font-weight: 700;
    margin-bottom: 18px;
    padding-bottom: 0;
}

#portfolio .portfolio-item .portfolio-info h4 a {
    color: #333;
}

#portfolio .portfolio-item .portfolio-info h4 a:hover {
    color: #294389;
}

#portfolio .portfolio-item .portfolio-info p {
    padding: 0;
    margin: 0;
    color: #b8b8b8;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
}


/* Clients Section
--------------------------------*/

#clients {
    padding: 60px 0;
}

#clients img {
    max-width: 100%;
    opacity: 0.5;
    transition: 0.3s;
    padding: 15px 0;
}

#clients img:hover {
    opacity: 1;
}

#clients .owl-nav,
#clients .owl-dots {
    margin-top: 5px;
    text-align: center;
}

#clients .owl-dot {
    display: inline-block;
    margin: 0 5px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #ddd;
}

#clients .owl-dot.active {
    background-color: #294389;
}

.directory-card {
    min-height: 185px;
}


/* Testimonials Section
--------------------------------*/

#testimonials {
    padding: 60px 0;
}

#testimonials .section-header {
    margin-bottom: 40px;
}

#testimonials .testimonial-item {
    text-align: center;
}

#testimonials .testimonial-item .testimonial-img {
    width: 120px;
    border-radius: 50%;
    border: 4px solid #fff;
    margin: 0 auto;
}

#testimonials .testimonial-item h3 {
    font-size: 20px;
    font-weight: bold;
    margin: 10px 0 5px 0;
    color: #111;
}

#testimonials .testimonial-item h4 {
    font-size: 14px;
    color: #999;
    margin: 0 0 15px 0;
}

#testimonials .testimonial-item .quote-sign-left {
    margin-top: -15px;
    padding-right: 10px;
    display: inline-block;
    width: 37px;
}

#testimonials .testimonial-item .quote-sign-right {
    margin-bottom: -15px;
    padding-left: 10px;
    display: inline-block;
    max-width: 100%;
    width: 37px;
}

#testimonials .testimonial-item p {
    font-style: italic;
    margin: 0 auto 15px auto;
}

#testimonials .owl-nav,
#testimonials .owl-dots {
    margin-top: 5px;
    text-align: center;
}

#testimonials .owl-dot {
    display: inline-block;
    margin: 0 5px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #ddd;
}

#testimonials .owl-dot.active {
    background-color: #294389;
}


/* Team Section--------------------------------*/

#team {
    background: #F8F8FC;
    padding: 40px 0 60px 0;
    background-image: url(../img/theme/home-hero-image-3.jpg);
}

#team .member {
    text-align: center;
    /*margin-bottom: 20px;*/
    /*background: #fff;*/
    position: relative;
    /* margin: 50px; */
    /* border: solid 1px #CCC; */
    /*-moz-box-shadow: 1px 1px 5px #999;*/
    /*-webkit-box-shadow: 1px 1px 5px #999;*/
    /*box-shadow: 1px 1px 5px #999;*/
    /*border: 2px ridge black;*/
}

.member-right-border {
    border-right: 1px solid #ccc;
}

.member-bottom-border {
    border-bottom: 1px solid #ccc;
}

#team .member .member-info {
    opacity: 0;
    /* display: -webkit-box; */
    /* display: -webkit-flex; */
    display: -ms-flexbox;
    /* display: flex; */
    /* -webkit-box-pack: start; */
    /* -webkit-justify-content: center; */
    -ms-flex-pack: center;
    /* justify-content: left; */
    /* -webkit-box-align: start; */
    -webkit-align-items: left;
    -ms-flex-align: center;
    align-items: left;
    position: absolute;
    bottom: 0px;
    /* top: 0; */
    left: 0;
    right: 0;
    transition: 0.2s;
    text-align: left;
    padding: 3px 5px;
}

#team .member .member-info-content {
    margin-top: -50px;
    transition: margin 0.2s;
}

#team .member:hover .member-info {
    background: rgb(41, 67, 137);
    opacity: .9;
    transition: 0.3s;
    /* background: linear-gradient(56deg, rgb(37, 59, 110) 0%, rgb(27, 125, 157) 64%, rgb(24, 145, 172) 100%); */
}

#team .member:hover img {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}

#team .member:hover .member-info-content {
    margin-top: 0;
    transition: margin 0.4s;
}

#team .member img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

#team .member h4 {
    font-weight: 400;
    margin-bottom: 0px;
    font-size: 14px;
    color: #fff;
}

#team .member span {
    display: block;
    font-size: 13px;
    color: #ffffff;
    font-weight: 600;
}

#team .member .social {
    margin-top: 15px;
}

#team .member .social a {
    transition: none;
    color: #fff;
}

#team .member .social a:hover {
    color: #294389;
}

#team .member .social i {
    font-size: 18px;
    margin: 0 2px;
}


/* Contact Section
--------------------------------*/

#contact {
    padding: 25px 0;
}

.contact-info {
    margin-bottom: 20px;
    text-align: center;
}

#contact .contact-info i {
    font-size: 48px;
    display: inline-block;
    margin-bottom: 10px;
    color: #294389;
}

#contact .contact-info address,
#contact .contact-info p {
    margin-bottom: 0;
    color: #000;
}

#contact .contact-info h3 {
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: bold;
    text-transform: uppercase;
    color: #999;
}

#contact .contact-info a {
    color: #000;
}

#contact .contact-info a:hover {
    color: #294389;
}

#contact .contact-address,
#contact .contact-phone,
#contact .contact-email {
    margin-bottom: 20px;
}

#contact .form #sendmessage {
    color: #294389;
    border: 1px solid #294389;
    display: none;
    text-align: center;
    padding: 15px;
    font-weight: 600;
    margin-bottom: 15px;
}

#contact .form #errormessage {
    color: red;
    display: none;
    border: 1px solid red;
    text-align: center;
    padding: 15px;
    font-weight: 600;
    margin-bottom: 15px;
}

#contact .form #sendmessage.show,
#contact .form #errormessage.show,
#contact .form .show {
    display: block;
}

.form .validation {
    color: red;
    display: none;
    margin: 0 0 20px;
    font-weight: 400;
    font-size: 13px;
}

.form input,
.form textarea {
    padding: .40rem .50rem;
    border-radius: 0rem;
    box-shadow: none;
    font-size: 0.9rem;
}

.form button[type="submit"] {
    background: #294389;
    border: 0;
    padding: 7px 12px;
    color: #fff;
    transition: 0.4s;
    cursor: pointer;
    border-radius: 4px;
    border: 1px solid #294389;
    font-weight: 500;
}

.form button[type="submit"]:hover {
    background-color: white;
    color: #294389;
}


/* .main-innerpage {
            margin-top: 40px;
        } */


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

#footer {
    background: #294389;
    padding: 0 0 5px 0;
    color: #eee;
    font-size: 14px;
    /* background-image: url(../img/theme/footer_lodyas.png); */
}

#footer .footer-top {
    background: #294389;
    padding: 40px 0 30px 0;
    border-bottom: 1px solid #fff;
}


/*#footer .footer-top .footer-info {*/


/*    margin-bottom: 30px;*/


/*}*/

#footer .footer-top .footer-info h3 {
    font-size: 34px;
    margin: 0 0 20px 0;
    padding: 2px 0 2px 10px;
    line-height: 1;
    font-family: "Poppins";
    font-weight: 700;
    letter-spacing: 3px;
    border-left: 4px solid #ffffff;
}

#footer .footer-top .footer-info p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
    font-family: "Poppins";
    color: #eee;
}

#footer .footer-top .social-links a {
    font-size: 18px;
    display: inline-block;
    background: #333;
    color: #eee;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
    background: #294389;
    color: #fff;
}

#footer .footer-top h4 {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    text-transform: capitalize;
    position: relative;
    padding-bottom: 0px;
}


/*#footer .footer-top h4::before,*/


/*#footer .footer-top h4::after {*/


/*    content: '';*/


/*    position: absolute;*/


/*    left: 0;*/


/*    bottom: 0;*/


/*    height: 2px;*/


/*}*/


/*#footer .footer-top h4::before {*/


/*    right: 0;*/


/*    background: #555;*/


/*}*/


/*#footer .footer-top h4::after {*/


/*    background: #294389;*/


/*    width: 60px;*/


/*}*/

#footer .footer-top .footer-links {
    margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#footer .footer-top .footer-links ul i {
    padding-right: 8px;
    color: #ddd;
}

#footer .footer-top .footer-links ul li {
    /*border-bottom: 1px solid #333;*/
    padding: 0px 0;
}

#footer .footer-top .footer-links ul li:first-child {
    padding-top: 0;
}

#footer .footer-top .footer-links ul a {
    color: #eee;
    font-family: "Poppins";
}

#footer .footer-top .footer-links ul a:hover {
    color: #ffffff;
}


/*#footer .footer-top .footer-contact {*/


/*    margin-bottom: 30px;*/


/*}*/

#footer .footer-top .footer-contact p {
    line-height: 26px;
}


/*#footer .footer-top .footer-newsletter {*/


/*    margin-bottom: 30px;*/


/*}*/

#footer .footer-top .footer-newsletter input[type="email"] {
    border: 0;
    padding: 6px 8px;
    width: 65%;
}

#footer .footer-top .footer-newsletter input[type="submit"] {
    background: #294389;
    border: 0;
    width: 35%;
    padding: 6px 0;
    text-align: center;
    color: #fff;
    transition: 0.3s;
    cursor: pointer;
}

#footer .footer-top .footer-newsletter input[type="submit"]:hover {
    background: #294389;
    color: #191a1b
}

#footer .copyright {
    text-align: center;
    padding-top: 5px;
}

#footer .credits {
    text-align: center;
    font-size: 13px;
    color: #ddd;
}

.courtesy-item {
    height: auto !important;
    margin-bottom: 25px;
}

.courtesy-item figure {
    height: auto !important;
}


/*--------------------------------------------------------------
# Responsive Media Queries
--------------------------------------------------------------*/

@media (min-width: 768px) {
    #contact .contact-address,
    #contact .contact-phone,
    #contact .contact-email {
        padding: 20px 0;
    }

    #contact .contact-phone {
        border-left: 1px solid #ddd;
        border-right: 1px solid #ddd;
    }
}

@media (min-width: 992px) {
    #testimonials .testimonial-item p {
        width: 80%;
    }
}

@media (min-width: 1024px) {
    /*#header #logo {
padding-left: 60px;
}*/
    /* #intro p {
width: 60%;
} */
    #intro .carousel-control-prev,
    #intro .carousel-control-next {
        width: 5%;
    }

    #nav-menu-container {
        /*padding-right: 60px;*/
    }
}

@media (max-width: 1024px) {
    #gallery-container .portfolio-item {
        height: auto;
        margin-bottom: 15px;
    }

    #gallery-container .portfolio-item figure {
        height: auto;
    }
}

@media (max-width: 768px) {
    .back-to-top {
        bottom: 15px;
    }

    #header #logo h1 {
        font-size: 28px;
    }

    #intro h2 {
        font-size: 28px;
    }

    #nav-menu-container {
        display: none;
    }

    #mobile-nav-toggle {
        display: inline;
    }
}


/* vibhuti css*/


/* .strip_list a.wish_bt {
background-color: rgba(0, 0, 0, .05);
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
border-radius: 3px;
color: #555;
}

a.wish_bt {
position: absolute;
right: 15px;
top: 15px;
z-index: 2;
background-color: #000;
background-color: rgba(0, 0, 0, .6);
padding: 9px 10px;
color: #fff;
line-height: 1;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
border-radius: 3px;
-moz-transition: all .5s ease;
-o-transition: all .5s ease;
-webkit-transition: all .5s ease;
-ms-transition: all .5s ease;
transition: all .5s ease;
}

.box_list.home ul li:first-child,
.box_list.home ul li:last-child,
.box_list.home ul li:nth-child(2),
.strip_list h3,
a.wish_bt {
display: inline-block;
}

.style {
visibility: visible;
animation-name: fadeIn;
}

a,
a:focus,
a:hover {
text-decoration: none;
outline: 0;
}

.strip_list {
margin-bottom: 25px;
background-color: #fff;
padding: 20px 15px 15px 115px;
border-radius: 5px;
position: relative;
}

::after,
::before {
box-sizing: border-box;
}

a.wish_bt:after {
content: "\e030";
}

wish_bt:after,
footer ul.links li a:after {
font-family: Poppins;
}

.strip_list figure {
width: 80px;
height: 80px;
position: absolute;
overflow: hidden;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
border-radius: 50%;
left: 15px;
top: 15px;
}

.strip_list h3 {
font-size: 22px;
font-size: 1.375rem;
margin-top: 0;
margin-right: 10px;
color: #333;
margin-bottom: 10px;
}

.strip_list small {
color: #999;
display: block;
font-weight: 600;
}

.strip_list figure img {
width: auto;
height: 80px;
position: absolute;
left: 50%;
top: 50%;
-webkit-transform: translate(-50%, -50%) scale(1);
-moz-transform: translate(-50%, -50%) scale(1);
-ms-transform: translate(-50%, -50%) scale(1);
-o-transform: translate(-50%, -50%) scale(1);
transform: translate(-50%, -50%) scale(1);
}

.phR,
.phM {
background: url(img/icn.png) no-repeat 4px 2px;
margin-top: 2px;
}

.strip_list ul {
border-top: 1px solid #ededed;
margin: 15px -15px -15px -115px;
padding: 16px 15px;
}

.strip_list ul li {
display: inline-block;
margin-right: 5px;
font-weight: 500;
}

.strip_list ul li:last-child a {
border: 1px solid;
color: #294389;
cursor: pointer;
/* padding: 5px 20px; */


/* padding: 6px 8px 7px 9px;
transition: all .3s ease-in-out;
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
-ms-border-radius: 30px;
border-radius: 30px;
}
.memLst li .d {
overflow: hidden;
float: left;
}
.email {
color: darkgray;
padding-left: 20px;
margin-top: 2px;
display: block;
}
.strip_list,
p {
display: block;
margin-block-start: 1em;
margin-block-end: 1em;
margin-inline-start: 0px;
margin-inline-end: 0px;
margin-top: 0;
}
.strip_list small,
.switch-field label,
footer h5 {
text-transform: uppercase;
}
element.style {
visibility: visible;
animation-name: fadeIn;
}
.fa-mobile-phone:before,
.fa-mobile:before {
content: "\f10b";
}
ol,
ul {
margin: 0 0 25px;
padding: 0;
}
footer ul.contacts li a i {
margin-right: 10px;
color: #e74e84;
}
footer ul li a {
transition: all .3s ease-in-out;
display: inline-block;
position: relative;
color: #555;
}
a,
a:focus,
a:hover {
text-decoration: none;
outline: 0;

}
.fa {
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale; */


/* color: #294389; */


/* font-size: 17px;
}
.sbOptions,
.tabs nav ul,
ol,
ul,
ul#cat_nav {
list-style: none;
}
.fa-mobile-phone {
font-size: 24px;
}
.fa fa-envelope {
font-size: 20px;
}
.strip_list p {
margin-bottom: 1px;
}
body {
background: #fff;
color: #666666;
font-family: Poppins;
margin: 0px;
}
tn-group>.btn-group:not(:first-child)>.btn,
.btn-group>.btn:not(:first-child) {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.btn-primary {
color: #294389;
background-color: white;
border-color: #294389;
border: none
}
.btn-primary:hover {
color: #fff;
background-color: #294389;
border-color: #294389;
} */


/* new style */

.services-wrapper.services-1 .services-inner {
    border: none;
    position: relative;
    background: #fff;
    -webkit-box-shadow: 0 0 38px rgba(21, 40, 82, .07);
    -ms-box-shadow: 0 0 38px rgba(21, 40, 82, .07);
    box-shadow: 0 0 38px rgba(21, 40, 82, .07);
}

.services-wrapper.services-1 .services-inner {
    padding: 16px 25px 18px;
    border-radius: 10px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 10px;
}

.services-wrapper .services-inner {
    border: 1px solid rgba(127, 127, 127, .2);
    overflow: hidden;
    /* margin-bottom: 30px; */
}

.services-wrapper .services-inner > *:nth-child(1) {
    margin-bottom: 12px;
}

.services-wrapper.services-1 .services-title {
    position: initial;
}

.portfolio-title,
.services-title {
    z-index: 1;
}

.services-wrapper.services-1 .services-title .entry-title:after {
    background: #294389;
}

.services-wrapper.services-1 .services-inner:hover .services-title .invisible-number {
    right: 4px;
    /* color: #23d5ae; */
    /* -webkit-transform: translateY(-22px); */
}


/* .services-wrapper.services-1 .services-title .invisible-number {
    position: absolute;
    bottom: -28px;
    right: 0;
    margin-right: 0;
    z-index: 0;
    font-size: 70px;
    color: #f7f7f7;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
} */

.services-wrapper .services-title > * {
    margin-bottom: 0;
}

h6.invisible-number {
    line-height: 1;
}

.services-wrapper.services-1 .services-title .entry-title {
    position: relative;
    padding-bottom: 10px;
}

.entry-title {
    color: #000;
}

.entry-title {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

.services-wrapper .services-inner > *:nth-child(2) {
    margin-bottom: 0px;
}

.services-wrapper.services-1 .services-excerpt {
    position: relative;
}

.services-wrapper .services-inner > *:nth-child(3) {
    margin-bottom: 0px;
}

.services-wrapper.services-1 .services-inner,
.services-wrapper.services-1 .services-inner:hover {
    transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -webkit-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    min-height: 245px;
    margin-bottom: 30px;
    border: 2px solid #000;
}

.services-wrapper.services-1 .services-inner:hover {
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    overflow: visible;
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}


/* .btn.btn-default:hover,
.btn.btn-bordered:hover,
.btn.btn-default.theme-color:hover {
/* background: #072465;
}*/

.btn.btn-default,
.btn.btn-bordered {
    font-size: 15px;
}

.services-wrapper.services-1 .services-title .entry-title:after {
    content: "";
    height: 2px;
    width: 45px;
    position: absolute;
    left: 0;
    bottom: 0;
}

.doctor-detail {
    list-style: none;
    padding: 0px;
    margin: 0px;
    min-height: 125px;
}

.doctor-detail li {
    list-style-type: none;
    font-size: 14px;
    margin-bottom: 2px;
    margin-top: 0;
    position: relative;
    padding-left: 26px;
}

.doctor-detail li i {
    top: 3px;
    right: auto;
    bottom: auto;
    left: 0px;
    position: absolute;
    font-size: 16px;
    color: #294389;
}


/* ............................................. */


/*.offer-button {*/


/*    !* padding: 15px 0px; *!*/


/*    padding: 11px 0px 0px;*/


/*    text-align: center;*/


/*    bottom: 7%;*/


/*    position: absolute;*/


/*    !* left: 35%; *!*/


/*    height: 20%;*/


/*    width: 80%;*/


/*}*/


/*.offer-btn:hover {*/


/*    border: 2px solid #294389;*/


/*    background-color: transparent;*/


/*    color: #294389;*/


/*}*/


/*.offer-btn {*/


/*    cursor: pointer;*/


/*    display: inline-block;*/


/*    font-family: "Poppins";*/


/*    font-weight: 500;*/


/*    padding: 5px 10px;*/


/*    text-shadow: none;*/


/*    !* line-height: 35px; *!*/


/*    border-radius: 6px;*/


/*    text-align: center;*/


/*    background: #294389;*/


/*    color: #fff;*/


/*    margin: 0px 2px;*/


/*    width: 40px;*/


/*}*/

.services-nav {
    margin: 0;
    padding: 0;
    list-style: none;
    border: 1px solid #e6e6e6;
}

.flex-nowrap {
    flex-wrap: nowrap !important;
}

.flex-column {
    flex-direction: column !important;
}

.services-nav .nav-item:last-child .nav-link {
    /* border-bottom: 0; */
}

.services-nav > .nav-item > .nav-link {
    display: block;
    border: 0;
    background-color: #294389;
    /* F8F8F8 */
    margin-bottom: 0;
    border-bottom: 1px solid #e6e6e6;
    border-radius: 0;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    font-family: "Poppins";
    color: #fff;
    padding: 15px;
    transition: 0.3s;
}

.nav-link.active {
    z-index: 2;
    color: #fff;
}

.nav-link {
    position: relative;
    display: block;
    padding: 0.5rem 1rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125);
}

*:focus {
    outline: 0 !important;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

nav-link:focus,
.nav-link:hover {
    text-decoration: none;
}

.nav-link:focus,
.nav-link:hover {
    text-decoration: none;
}

.nav-link:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

a {
    touch-action: manipulation;
}

a {
    color: #787878;
    text-decoration: none;
    background-color: transparent;
}

.services-nav ul .nav-link:hover,
.services-nav ul .nav-link.active {
    /* background: #294389; */
    color: #294389;
}

.services-nav ul .nav-item:hover {
    position: relative;
    z-index: 1;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
}

.services-nav ul .nav-item {
    position: relative;
    transition: 0.3s;
}


/* ................contact us........................... */

.btn.btn-default {
    font-size: 15px;
    position: relative;
}

.career-modal .modal-header {
    border-bottom: none;
    background: #294389;
}

.career-modal .modal-title {
    margin: 0;
    line-height: 1.42857143;
    font-size: 22px;
    color: #ffffff;
    font-weight: 600;
}

.career-modal .btn-default:hover {
    color: #45bdf1;
}

.modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto;
}

.btn:active {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}

.modal-header .close {
    margin-top: -21px;;
}

.career-modal .close {
    float: right;
    font-size: 33px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    opacity: 1;
}

.form_3 .form-control {
    border: 1px solid #e1e1e1;
}

.form_3 input {
    background-color: transparent;
}

.form-control {
    font-weight: 400;
    width: 100%;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

textarea.form-control {
    resize: none;
}

.career-modal .modal-body {
    padding: 25px 25px 15px 25px;
}

.modal-body {
    position: relative;
    padding: 15px;
}

.sidebar-widget {
    display: inline-block;
    width: 100%;
}


/* .col-md-6,
                .col-sm-12 {
                    position: relative;
                    min-height: 1px;
                    padding-right: 15px;
                    padding-left: 15px;
                }
                 */

.form-group {
    margin-bottom: 15px;
}

.career-modal .form_3 textarea {
    height: auto !important;
}

.btn-default:active:hover {
    background-color: #d4d4d4;
    border-color: #8c8c8c;
}

.career-modal .btn-default {
    margin-right: 0px;
}

.career-modal .btn-default {
    color: #ffffff;
    background-color: #294389;
    border: 2px solid #294389;
    border: 2px solid;
    float: right;
    padding: 0px 10px;
    text-transform: capitalize;
    font-weight: 500;
    margin: 16px 10px 10px 10px;
    border-radius: 6px;
}

.btn-default:active {
    background-image: none;
}

.btn {
    cursor: pointer;
    display: inline-block;
    font-family: "Poppins";
    text-shadow: none;
    line-height: 35px;
    border-radius: 25px;
    text-align: center;
}

.form-control:focus {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}

.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}

career-modal .btn-default {
    margin-right: 0px;
}

.career-modal .btn-default:hover {
    color: #294389;
}

.btn-default:hover {
    background-color: transparent;
    /* color: #fff; */
}

.close {
    text-shadow: 0 1px 0 #fff;
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.career-modal .close {
    float: right;
    font-size: 33px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    /* text-shadow: 0 1px 0 #fff; */
    filter: alpha(opacity=20);
    opacity: 1;
}

.modal-body {
    position: relative;
}

.dropdown-toggle::after {
    display: none;
    width: none;
    height: none;
    margin-left: none;
    vertical-align: none;
    content: "";
    border-top: none;
    border-right: none;
    border-bottom: none;
    border-left: none;
}


/* new block css..... */

.services-block {
    position: relative;
    margin-bottom: 30px;
}

services-block .inner-box {
    position: relative;
    text-align: center;
    padding: 45px 25px 0px;
    background-color: #f5f5f5;
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.services-block .inner-box:before {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    right: 0px;
    height: 0px;
    background-color: #e3f4fb;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
}

.services-block .inner-box .icon-box {
    position: relative;
}

Style Attribute {
    visibility: visible;
    animation-duration: 1500ms;
    animation-delay: 0ms;
    animation-name: fadeInLeft;
}

.services-block .inner-box {
    position: relative;
    text-align: center;
    padding: 28px 25px 0px;
    /* background-color: #29438929; */
    background-color: #fff;
    min-height: 100%;
    border-radius: 6px;
    transition-property: background, border-radius;
    transition-duration: .2s, 1s;
    transition-timing-function: linear;
    /* #f5f5f5; */
    border: 2px solid #000;
    transition: .3s;
    /* padding-top: 80px;
padding-bottom: 80px; */
    position: relative;
}

.services-block .inner-box:hover {
    background: #FFF;
    /* border-radius: 18%; */
    /* background: -webkit-linear-gradient( -40deg, rgba(193, 202, 204, 0.13) 0%, rgb(254, 255, 255) 99%); */
}

img {
    display: inline-block;
    max-width: 100%;
    height: auto;
}

img {
    vertical-align: middle;
    border-style: none;
}

.services-block .inner-box h3 {
    position: relative;
    font-size: 22px;
    color: #222222;
    font-weight: 700;
    line-height: 2em;
    margin-top: 14px;
    margin-bottom: 0px;
}

.services-block .inner-box .plus-icon:hover {
    color: #ffffff;
}

.services-block .inner-box .text {
    position: relative;
    color: #222222;
    font-size: 15px;
    line-height: 1.5em;
    margin-top: 10px;
    padding: 0px 30px;
    word-break: break-all;
}

.services-block .inner-box:hover .plus-icon {
    border-radius: 50px;
    transform: translateY(-15px);
}

.services-block .inner-box .plus-icon {
    position: relative;
    width: 50px;
    height: 50px;
    color: #ffffff;
    font-size: 18px;
    text-align: center;
    line-height: 50px;
    margin-top: 0px;
    display: inline-block;
    border-radius: 50px 50px 0px 0px;
    background-image: -webkit-linear-gradient(top, #294389 0%, #294389 100 100%);
    background-image: linear-gradient(to bottom, #294389 0%, #294389 100%);
}

.services-block .inner-box a {
    position: relative;
    color: #222222;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}


/* offer button down */

@media (max-width: 992px) {
    .services-wrapper.services-1 .services-inner {
        min-height: 343px;
    }
}

@media (max-width: 730px) {
    .services-wrapper.services-1 .services-inner {
        min-height: 240px;
    }
}


/* li menu in header  */

select > option:hover {
    color: #1B517E;
    cursor: pointer;
}


/*.nav-menu > .menu-active > a::after,*/


/*.nav-menu > li:hover > a::after {*/


/*    position: absolute;*/


/*    content: '';*/


/*    left: 0px;*/


/*    bottom: -4px;*/


/*    height: 2px;*/


/*    width: 18px;*/


/*    opacity: 0;*/


/*    -webkit-transition: all 300ms ease;*/


/*    -ms-transition: all 300ms ease;*/


/*    -o-transition: all 300ms ease;*/


/*    -moz-transition: all 300ms ease;*/


/*    transition: all 300ms ease;*/


/*    background-color: #31343d;*/


/*}*/


/*.nav-menu > .menu-active > a:before,*/


/*.nav-menu > li:hover > a::before {*/


/*    position: absolute;*/


/*    content: '';*/


/*    left: 0px;*/


/*    bottom: 0px;*/


/*    height: 2px;*/


/*    width: 33px;*/


/*    opacity: 0;*/


/*    -webkit-transition: all 300ms ease;*/


/*    -ms-transition: all 300ms ease;*/


/*    -o-transition: all 300ms ease;*/


/*    -moz-transition: all 300ms ease;*/


/*    transition: all 300ms ease;*/


/*    background-color: #31343d;*/


/*}*/


/*.nav-menu > .menu-active > a::before,*/


/*.nav-menu > .menu-active > a::after,*/


/*.nav-menu > li:hover > a::before,*/


/*.nav-menu > li:hover > a::after {*/


/*    opacity: 1;*/


/*}*/

.main-header::before {
    background: #dbdedf !important;
}

.section-title::before {
    background: white !important;
}

.section-title {
    padding-top: 12px;
}


/* ...........................................contact-from....................... */

#contact .form #sendmessage {
    color: #18d26e;
    border: 1px solid #18d26e;
    display: none;
    text-align: center;
    padding: 15px;
    font-weight: 600;
    margin-bottom: 116px;
}

#contact .form #errormessage {
    color: red;
    display: none;
    border: 1px solid red;
    text-align: center;
    padding: 15px;
    font-weight: 600;
    margin-bottom: 15px;
}

.form-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}

.form-row > [class*=col-] {
    padding-right: 5px;
    padding-left: 5px;
}

.form-group {
    margin-bottom: 1rem;
}

#contact .form input {
    padding: 10px 14px;
    border-radius: 0;
    box-shadow: none;
    font-size: 15px;
}

.form-control {
    display: block;
    width: 100%;
    padding: .40rem .50rem;
    font-size: 0.9rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

#contact .form .validation {
    color: red;
    display: none;
    margin: 0 0 20px;
    font-weight: 400;
    font-size: 13px;
}

#contact .form textarea {
    padding: 10px 14px;
    border-radius: 0;
    box-shadow: none;
    font-size: 15px;
}

.text-center {
    text-align: center !important;
}

#contact .form button[type="submit"] {
    background: #294389;
    border: 0;
    padding: 10px 30px;
    color: #F8F8F8;
    transition: 0.4s;
    cursor: pointer;
}

[type=submit],
button {
    -webkit-appearance: button;
}

selector:pseudo-class {
    property: value;
}

option:nth-child(n):hover {
    background-color: lightblue;
}

.header-transparent {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
    transition: .4s;
}

.menu-bg {
    background-color: #fff;
    box-shadow: 0px 8px 32px 0px rgba(19, 19, 19, 0.1);
    /*padding: 3px 0px;*/
}

.ls-layer1 {
    font-weight: 300;
    text-align: left;
    width: 254px;
    padding: 0px 10px;
    font-family: Poppins;
    font-size: 20px;
    line-height: 30px;
    top: 420px;
    white-space: normal;
    background: #294389;
    margin: 0px;
    z-index: auto;
    height: 30px;
    border-width: 0;
    border-radius: 0;
    letter-spacing: 0px;
    filter: none;
    color: #fff;
}

.ls-layer {
    left: 114.5px;
    text-align: initial;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    font-family: Poppins;
    font-size: 33px;
    line-height: 42px;
    width: 100%;
    white-space: normal;
    margin: 1px;
    z-index: auto;
    /* height: 41px; */
    padding: 5px;
    border-width: 0px;
    border-radius: 0px;
    letter-spacing: 0px;
    filter: none;
    color: #fff;
    background: #9f277cd1;
}

@media (max-width: 1199px) {
    .social-links {
        margin: -3px;
    }
}


/*@media (min-width: 976px) {*/


/*    #intro h2 {*/


/*        margin-left: 0px;*/


/*        position: absolute;*/


/*        left: -1rem;*/


/*    }*/


/*}*/

@media (max-width: 768px) {
    #mobile-nav-toggle i {
        margin: 8px;
    }
}


/*@media (max-width: 768px) {*/


/*    .header-transparent {*/


/*        background: rgba(255, 255, 255, 0.129);*/


/*        box-shadow: 0px 16px 32px 0px rgba(19, 19, 19, 0.1);*/


/*        padding: 5px;*/


/*    }*/


/*}*/

@media (max-width: 768px) {
    #mobile-nav-toggle i .header-transparent {
        margin: 40px;
    }

    #header {
        top: 0;
        background: #ffffff;
        position: fixed;
    }
}

@media (max-width: 320px) {
    #portfolio #portfolio-flters {
        display: inline-block;
        float: left;
        margin-left: -11px;
    }

    #portfolio .portfolio-item figure {
        background: #000;
        overflow: hidden;
        height: 218px;
        position: relative;
        border-radius: 4px 4px 0 0;
        margin: 0;
    }
}

.search-init-btn {
    width: 125px;
    height: 26px;
    line-height: 26px;
    padding: 0px 0px 46px;
    text-transform: capitalize;
    color: #fff;
    font-size: 10px;
    border: 0px;
    position: absolute;
    top: -8px;
    right: 0px;
    z-index: 10;
    background: url(../img/theme/sprites.png) no-repeat;
    transition: top 0.15s ease-in-out;
    -moz-transition: top 0.15s ease-in-out;
    -webkit-transition: top 0.15s ease-in-out;
}

.search-init-btn {
    background-color: #4dc4c0;
}

.search-init-btn:focus {
    outline: 0px;
}

.search-init-btn:active {
    background-image: url(../images/sprites.png);
    outline: 0px;
}

.search-init-btn:hover {
    color: #fff;
}

button {
    -webkit-appearance: button;
    cursor: pointer;
}

.header_2:before {
    position: absolute;
    content: '';
    left: 98px;
    bottom: 13px;
    top: -10px;
    right: 136px;
    z-index: -1;
    border: 2px solid #ffffff;
}

.header_2 #header {
    padding: 7px 0;
}

#header.header-scrolled .header_2:before {
    position: absolute;
    content: '';
    left: 103px;
    bottom: 13px;
    top: -10px;
    right: 136px;
    z-index: -1;
    border: none;
}


/*................... Directory-header.................... */

.directory-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
    transition: .4s;
    background: #fff;
    /* top: 0px !important */
}

.directory-menu-bg {
    background-color: #BCD0DC;
    /* box-shadow: 0px 8px 32px 0px rgba(19, 19, 19, 0.1); */
    padding: 3px;
}

.directory-header_2:before {
    position: absolute;
    content: '';
    left: 98px;
    bottom: 13px;
    top: -10px;
    right: 136px;
    z-index: -1;
    border: 2px solid #000;
}

#header.header-scrolled .directory-header_2:before {
    border: none;
}

#header.header-scrolled {
    position: fixed;
    top: 0px;
    background: #BCD0DC;
    padding: 5px 0;
    border: none;
    /* height: 72px; */
}

.header-scrolled .menu-bg {
    background-color: #BCD0DC;
    box-shadow: unset;
    padding: 5px;
}

.header-scrolled .menu-active > a {
    color: black !important;
}

.header-scrolled .nav-menu li:hover > a {
    color: #294389 !important;
}

@media (max-width: 768px) {
    .header_2:before {
        position: absolute;
        content: '';
        left: 103px;
        bottom: 13px;
        top: -10px;
        right: 136px;
        z-index: -1;
        border: none;
    }
}

@media (max-width: 1200px) {
    .header_2:before {
        position: absolute;
        content: '';
        left: 2%;
        bottom: 13px;
        top: -10px;
        right: 6%;
        z-index: -1;
    }

    .directory-header_2::before {
        position: absolute;
        content: '';
        left: 2%;
        bottom: 13px;
        top: -10px;
        right: 6%;
        z-index: -1;
    }
}

@media (max-width: 1199px) {
    /*#header {*/
    /*    background: #fff;*/
    /*}*/
    .menu-bg {
        box-shadow: none;
    }

    .services-block .inner-box .plus-icon {
        bottom: 0px;
        position: absolute;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
    }

    .services-block .inner-box {
        min-height: 361px;
    }

    .header_2:before {
        position: absolute;
        content: '';
        left: 103px;
        bottom: 13px;
        top: -10px;
        right: 136px;
        z-index: -1;
        border: none;
    }

    .directory-header_2::before {
        position: absolute;
        content: '';
        left: 103px;
        bottom: 13px;
        top: -10px;
        right: 136px;
        z-index: -1;
        border: none;
    }

    .directory-header_2 {
        background: #BCD0DC;
        top: 0px;
        border: none;
    }

    .directory-header {
        background: #BCD0DC !important;
    }
}

@media (max-width: 991px) {
    #intro .carousel-item {
        width: 100%;
        height: 60vh;
    }

    #intro {
        width: 100%;
        height: 60vh;
    }

    #intro .carousel-container {
        left: 12%
    }
}

@media (max-width: 767px) {
    .ls-layer {
        font-size: 22px;
        margin: 1px;
    }

    #intro .carousel-container {
        left: 18%;
    }
}


/*@media (max-width: 320px) {*/


/*   */


/*    .ls-layer {*/


/*        font-size: 16px;*/


/*        width: 90%;*/


/*        padding: 1px 7px;*/


/*        line-height: 22px;*/


/*    }*/


/*}*/

@media (max-width: 767px) {
    .section-header inner-header {
        bottom: 12px !important;
    }

    .services-block .inner-box {
        min-height: 270px;
    }
}


/*@media (max-width: 768px) {*/


/*    #intro .carousel-container {*/


/*        top: 197px;*/


/*        left: 62.5px;*/


/*    }*/


/*}*/

@media (max-width: 406px) {
    .services-block .inner-box {
        min-height: 317px;
    }
}

@media (max-width: 459px) {
    .ls-layer {
        font-size: 17px;
    }
}

@media (max-width: 576px) {
    #intro .carousel-container {
        left: 7%;
    }
}

@media (max-width: 339px) {
    .ls-layer {
        width: 86%;
        font-size: 16px;
    }
}

#portfolio .flters-set {
    padding: 0;
    margin: 5px 0 35px 0;
    list-style: none;
    text-align: center;
}

.carousel-inner .icon-three {
    position: absolute;
    left: 2%;
    top: 64%;
}

@media (max-width: 991px) {
    #team .member h4 {
        font-size: 10px;
    }

    #team .member span {
        font-size: 11px;
    }
}

@media (max-width: 376px) {
    .services-block .inner-box {
        min-height: 338px;
    }
}

@media (max-width: 341px) {
    .services-block .inner-box {
        min-height: 356px;
    }
}

@media (max-width: 567px) {
    #team .member h4 {
        font-size: 9px;
    }

    #team .member span {
        font-size: 9px;
    }
}

.avalible {
    width: 7%;
    margin-left: 5px;
}


/* New Update 08/01/2019 */

.about-service {
    padding: 50px 0px;
}

.section-heading h2 {
    padding-bottom: 10px;
    line-height: 46px;
    font-weight: 600;
    color: #294389;
    margin: 0px;
    padding: 0px;
}

.single-card-service {
    margin: 30px 0 0 0;
    box-sizing: border-box;
    box-shadow: 0 0 10px -2px #898989;
    padding: 30px;
    transition: all .3s ease;
}

.single-card-service h5 {
    display: flex;
    align-items: center;
    padding-bottom: 10px;
    font-size: 16px;
    line-height: 26px;
    color: #294389;
    margin: 0px;
    font-weight: 500;
}

.single-card-service i {
    margin-right: 15px;
    font-size: 30px;
}

.single-card-service p {
    margin: 0px;
}

.single-card-service:hover {
    background: #294389;
}

.single-card-service:hover h5 {
    color: #fff;
}

.single-card-service:hover p {
    color: #d2d2d2;
}

.directory-list {
    margin: 0 0 30px 0;
    box-sizing: border-box;
    box-shadow: 0 0 10px -2px #898989;
    padding: 20px;
    transition: all .3s ease;
}

.directory-list h3 {
    /*margin: 0px;*/
    font-size: 18px;
    color: #294389;
    font-weight: 500;
    margin-bottom: 12px;
    position: relative;
    padding-bottom: 5px;
}

.directory-list h3:after {
    position: absolute;
    content: "";
    height: 2px;
    width: 35px;
    background: #111c39;
    bottom: 0px;
    left: 0;
}

.directory-button {
    text-align: center;
}

.directory-btn {
    background: #294389;
    padding: 4px 8px;
    color: #fff;
    border-radius: 4px;
    border: 1px solid #294389;
}

.directory-btn i {
    height: 20px;
    width: 15px;
    text-align: center;
}

.directory-btn:hover {
    border: 1px solid #294389;
    background: #ffffff;
    color: #294389;
}

.directory-sidebar {
    display: block;
    background: #fff;
    width: 100%;
    border-radius: 3px;
    box-shadow: 0 0 10px -2px #898989;
    margin: 0 0 24px;
    overflow: hidden;
}

.directory-sidebar .widgettitle {
    background: #294389;
    padding: 15px 20px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    margin-bottom: 0px;
}

.directory-sidebar ul {
    list-style: none;
    padding: 0;
    margin: 0px;
}

.directory-sidebar ul li {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    /*border-left: 3px solid #ffffff;*/
    transition: .3s ease;
    margin: 0;
    /*padding: 12px 12px;*/
    font-size: 12px;
    line-height: 1.3em;
}

.directory-sidebar ul li:last-child {
    border-bottom: 0;
}

.directory-sidebar ul li a {
    padding: 12px 12px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.3em;
    display: block;
    position: relative;
}

.directory-sidebar ul li:hover a,
.directory-sidebar ul li .active {
    color: #294389;
}

.directory-sidebar ul li:hover a:before,
.directory-sidebar ul li .active:before {
    /*border-left: 3px solid #294389;*/
    opacity: 1;
}

.directory-sidebar ul li a:before {
    content: "";
    height: 20px;
    width: 3px;
    background: #294389;
    position: absolute;
    left: 0px;
    opacity: 0;
}

ul.tabs {
    display: flex;
    justify-content: space-around;
    background: #000000 none repeat scroll 0 0;
    list-style: outside none none;
    padding: 0;
    margin-bottom: 30px;
}

ul.tabs li {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #294389;
    color: #294389;
    cursor: pointer;
    font-size: 18px;
    font-weight: 600;
    padding: 10px 15px;
    text-transform: capitalize;
    width: 100%;
}

.tab-link {
    text-align: center;
}

.tab-content {
    display: none;
}

ul.tabs li.current {
    background: #294389;
    color: #ffffff;
    border: 1px solid #1E2841;
}

.tab-content.current {
    display: block;
}

.tab-heading > h2 {
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: -8px;
    color: #294389;
}


/*-------------------------------------------------------------------- */


/* jQuery timeliner plugin v1.0.0
/* Author: Furqan Aziz <furqan.dvlcloud@gmail.com>
/* Licensed under the MIT license
/*-------------------------------------------------------------------- */

div.timeliner {
    font-family: Arial;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

div.timeliner .columns > li:nth-child(2n+1) {
    float: left;
    width: 50%;
    clear: left;
}

div.timeliner .columns > li:nth-child(2n+2) {
    float: right;
    margin-top: 20px;
    width: 50%;
    clear: right;
}

div.timeliner div.date_separator {
    clear: both;
    height: 60px;
    position: relative;
    text-align: center;
}

div.timeliner div.date_separator span {
    display: block;
    font-size: 15px;
    height: 30px;
    line-height: 32px;
    margin-top: -16px;
    position: absolute;
    top: -200%;
    transition: all 0.3s linear 0s;
    width: 100px;
    top: 50%;
    left: 50%;
    margin-left: -50px;
    background-color: #FFFFFF;
    color: #294389;
    box-shadow: 0 0 10px -2px #898989;
    font-weight: 700;
}

div.timeliner div.spine {
    border-radius: 2px 2px 2px 2px;
    position: absolute;
    top: 0;
    transition: bottom 0.5s linear 0s;
    width: 4px;
    left: 50%;
    margin-left: -2px;
    bottom: 0;
    background-color: #CCCCCC;
}

div.timeliner_element {
    clear: both;
    margin: 6px 0;
    opacity: 0;
    position: relative;
    transition: all 0.2s linear 0s;
    background-color: #FFFFFF;
    color: #000000;
    padding: 6px 10px;
}


/*div.timeliner_element:hover {*/


/*    border: 1px solid #AAAAAA;*/


/*    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);*/


/*}*/

div.timeliner .columns {
    margin: 0;
    padding: 0;
    list-style: none;
}

div.timeliner .columns > li:nth-child(2n+1) div.timeliner_element {
    /*float: right;*/
    left: 10%;
    margin-right: 30px;
    left: 0;
    opacity: 1;
}

div.timeliner .columns > li:nth-child(2n+2) div.timeliner_element {
    /*float: left;*/
    margin-left: 30px;
    right: 10%;
    opacity: 1;
    right: 0;
}

div.timeliner div.column_center div.timeliner_element {
    margin: 20px auto;
    opacity: 1;
}

div.timeliner_element:before {
    content: "";
    display: block;
    height: 0;
    position: absolute;
    width: 26px;
    border-top: 1px dashed #CCCCCC;
}

div.timeliner .columns > li:nth-child(2n+1) div.timeliner_element:before {
    right: -27px;
    top: 15px;
}

div.timeliner .columns > li:nth-child(2n+2) div.timeliner_element:before {
    left: -27px;
    top: 15px;
}

div.timeliner div.column_center div.timeliner_element:before {
    display: none;
}

div.timeliner_element:after {
    border-radius: 100% 100% 100% 100%;
    content: "";
    display: block;
    height: 10px;
    position: absolute;
    width: 10px;
    background-color: #BBBBBB;
    border: 1px solid #FFFFFF;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
}

div.timeliner_element:hover:after {
    z-index: 100;
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    z-index: 100;
}

div.timeliner .columns > li:nth-child(2n+1) div.timeliner_element:after {
    right: -36px;
    top: 10px;
}

div.timeliner .columns > li:nth-child(2n+2) div.timeliner_element:after {
    left: -36px;
    top: 10px;
}

div.timeliner.center div.column_center div.timeliner_element:after {
    display: none;
}


/* ie8 fixes */

.ie8 div.timeliner_element:after {
    display: none;
}

.ie8 div.timeliner_element:before {
    display: none;
}


/**/

.timeliner_label {
    font-size: 12px;
}

div.timeliner_element div.timeliner_title {
    text-transform: uppercase;
    color: #ffffff;
}

div.timeliner_element div.title span.timeliner_label {
    display: block;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 100px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

div.timeliner_element div.timeliner_title span.timeliner_date {
    float: right;
    display: none;
}

div.timeliner_element div.content {
    font-size: 1rem;
    /* padding: 0 10px 10px; */
    font-weight: 600;
}

div.timeliner_element div.readmore {
    font-size: 12px;
    padding: 10px;
    text-align: right;
}

div.timeliner div.description_container {
    height: 80px;
    margin: 5px 5px 5px 90px;
    overflow: hidden;
}

div.timeliner_element.teal {
    background-color: #569099;
    border-color: #4D8189;
    color: #FFFFFF;
}

div.timeliner_element.teal:after {
    background-color: #569099;
}

div.timeliner_element.teal:hover:after {
    background-color: #FFFFFF;
    border: 1px solid #569099;
    z-index: 100;
}

div.timeliner_element.teal div.timeliner_title {
    color: #ffffff;
}

div.timeliner_element.green {
    background-color: #3D9400;
    border-color: #327B00;
    color: #FFFFFF;
}

div.timeliner_element.green:after {
    background-color: #3D9400;
}

div.timeliner_element.green:hover:after {
    background-color: #FFFFFF;
    border: 1px solid #3D9400;
    z-index: 100;
}

div.timeliner_element.blue {
    background-color: #294389;
    border-color: #294389;
    color: #FFFFFF;
}

div.timeliner_element.blue:after {
    background-color: #294389;
}

div.timeliner_element.blue:hover:after {
    background-color: #FFFFFF;
    border: 1px solid #294389;
    z-index: 100;
}

div.timeliner_element.green div.timeliner_title {
    color: #EEEEEE;
}

div.timeliner_element.bricky {
    background-color: #C83A2A;
    border-color: #B33426;
    color: #FFFFFF;
}

div.timeliner_element.bricky:after {
    background-color: #C83A2A;
}

div.timeliner_element.bricky:hover:after {
    background-color: #FFFFFF;
    border: 1px solid #C83A2A;
    z-index: 100;
}

div.timeliner_element.bricky div.timeliner_title {
    color: #EEEEEE;
}

div.timeliner_element.purple {
    background-color: #57517B;
    border-color: #413D5C;
    color: #FFFFFF;
}

div.timeliner_element.purple:after {
    background-color: #57517B;
}

div.timeliner_element.purple:hover:after {
    background-color: #FFFFFF;
    border: 1px solid #57517B;
    z-index: 100;
}

div.timeliner_element.purple div.timeliner_title {
    color: #EEEEEE;
}


/* ---------------------------------------------------------------------- */


/*	Extra Small Devices Only
 /* ---------------------------------------------------------------------- */

@media (max-width: 767px) {
    div.timeliner .columns li {
        float: none !important;
        width: 100% !important;
    }

    div.timeliner_element:after {
        display: none;
    }

    div.timeliner_element:before {
        display: none;
    }

    div.timeliner_element {
        margin: 20px auto !important;
    }
}


/* custom column*/

.custom-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 20%;
    max-width: 20%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.custom-col .doctor-detail {
    min-height: unset;
}

.custom-col .directory-list {
    margin-bottom: 0px;
    min-height: 210px;
}

.custom-col .doctor-detail a {
    word-wrap: break-word;
}

.custom-col .directory-button a {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 35px;
}

.footer-detail {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.footer-detail li {
    list-style-type: none;
    font-size: 14px;
    margin-bottom: 2px;
    margin-top: 0;
    position: relative;
    padding-left: 26px;
    color: #ffffff;
}

.footer-detail li i {
    top: 3px;
    right: auto;
    bottom: auto;
    left: 0px;
    position: absolute;
    font-size: 16px;
    color: #fff;
}

.footer-detail li a {
    color: #ffffff;
}

.address-detail {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.address-detail li {
    list-style-type: none;
    font-size: 14px;
    margin-bottom: 8px;
    margin-top: 0;
    position: relative;
    padding-left: 26px;
    color: #666666;
}

.address-detail li i {
    top: 3px;
    right: auto;
    bottom: auto;
    left: 0px;
    position: absolute;
    font-size: 16px;
    color: #294389;
}

.address-detail li a {
    color: #294389;
}

.contact-social ul {
    padding: 0;
    margin: 0;
}

.contact-social ul li {
    display: inline-block;
    margin-right: 10px;
    background: #294389;
    border-radius: 3px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    margin-bottom: 15px;
    text-align: center;
    position: relative;
    border: 1px solid #294389;
    transition: 0.4s;
}

.contact-social ul li a {
    display: block;
    font-size: 18px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: hidden;
    color: #fff;
}

.contact-social ul li:hover {
    background: #ffffff;
}

.contact-social ul li:hover a {
    color: #294389;
}

.map {
    height: 350px;
}

.member-detail {
    min-height: 65px !important;
}

.pay-link {
    font-size: 18px;
    font-weight: 700;
    color: #294389;
}

.bullet-list {
    margin-left: 15px;
    margin-bottom: 10px;
    position: relative;
}

.bullet-list:before {
    position: absolute;
    content: "\f3d3";
    font-family: "Ionicons";
    left: -10px;
    top: -2px;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    top: 0;
}

.award-portfolio {
    height: unset !important;
}

.menuicon {
    display: none;
}


/*.contact-social ul li a .normal-show {*/


/*    position: absolute;*/


/*    left: 0;*/


/*    right: 0;*/


/*    top: 50%;*/


/*    bottom: 0;*/


/*    -webkit-transition: .5s;*/


/*    -o-transition: .5s;*/


/*    transition: .5s;*/


/*}*/

@media (min-width: 1200px) {
    .container {
        max-width: 1140px !important;
    }
}

@media (max-width: 1200px) {
    #intro .carousel-container {
        left: 3%;
    }

    .about-service .single-card-service {
        min-height: 190px;
    }

    .directory-list h3 {
        /* margin: 0px; */
        font-size: 15px;
    }
}

@media (max-width: 1100px) {
    .doctor-detail {
        min-height: 140px;
    }
}

@media (min-width: 767px) {
    .container {
        max-width: 95%;
    }
}

@media (max-width: 991px) {
    .nav-menu a {
        padding: 18px 8px;
        font-size: 12px;
    }

    .about-service .single-card-service {
        min-height: unset;
    }

    .footer-info {
        margin-bottom: 15px;
    }

    #footer .footer-top h4 {
        margin-bottom: 5px;
    }

    ul.tabs li {
        font-size: 14px;
        font-weight: 600;
        padding: 10px 5px;
    }

    .menuicon {
        display: inline-block;
        width: 20px;
        float: right;
    }

    .widgettitle {
        cursor: pointer;
        /*position: absolute;*/
        /*top: 0;*/
        /*left: 0;*/
        /*width: 100%;*/
        /*-moz-border-radius: 0px;*/
        /*-webkit-border-radius: 0px;*/
        /*border-radius: 0px;*/
        /**/
    }

    #myAccordion {
        display: none;
        height: 250px;
        overflow: auto;
    }
}

@media (min-width: 576px) {
    .container {
        max-width: 95%;
    }
}

@media (max-width: 768px) {
    #intro.inner-banner .carousel-item {
        height: 35vh;
    }

    #intro.inner-banner {
        height: 35vh;
    }

    #header #logo img {
        max-width: 250px;
    }
}

@media (max-width: 767px) {
    #intro .carousel-item {
        background-position: right;
    }

    #portfolio .portfolio-item {
        height: auto;
        margin-bottom: 10px;
    }

    .award-item {
        height: 270px !important;
        margin-bottom: 20px !important;
    }

    .award-item figure {
        height: 270px !important;
    }

    #portfolio .portfolio-item figure {
        height: auto;
    }

    #portfolio #portfolio-flters {
        padding: 0;
        margin: 5px 0 20px 0;
    }

    #portfolio #portfolio-flters li {
        padding: 10px 10px;
        font-size: 12px;
    }

    .directory-list h3 {
        /* margin: 0px; */
        font-size: 12px;
        padding-bottom: 8px;
    }

    .directory-card {
        height: auto !important;
    }
}

@media (max-width: 600px) {
    ul.tabs {
        display: block;
    }

    ul.tabs li {
        font-size: 12px;
        font-weight: 600;
        padding: 5px 5px;
    }
}

@media (max-width: 510px) {
    #intro h2 {
        font-size: 18px;
    }

    #intro p {
        font-size: 10px;
    }
}

@media (max-width: 575px) {
    .member-detail {
        min-height: unset;
        margin-bottom: 10px;
    }

    .award-item {
        height: auto !important;
        margin-bottom: 20px !important;
    }

    .award-item figure {
        height: auto !important;
    }

    .award-row {
        height: 100px !important;
    }
}

@media (max-width: 1070px) {
    .directory-card {
        height: 190px;
    }
}

.doctor-degree {
    margin: 0px;
    font-size: 14px;
    font-weight: 400;
    padding-top: 5px;
}

.award-item figure {
    height: auto !important;
}

.gallery-item {
    margin-bottom: 25px;
}

.available-doctor-list {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.available-doctor-list li {
    width: 50%;
    float: left;
}

.devider {
    margin: 5px 0px;
    border: 1px solid #CCCCCC;
}

.committee-grid {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 14.28%;
    max-width: 14.28%;
}

@media (max-width: 575px) {
    .committee-grid {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .committee-grid:nth-child(even) .member-right-border {
        border-right: none;
    }
}

.doctor-detail-list{
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.doctor-detail-list li {
    list-style-type: none;
    font-size: 14px;
    margin-bottom: 3px;
    margin-top: 0;
    position: relative;
    padding-left: 15px;
    color: #666666;
}
.doctor-detail-list li i {
    top: 8px;
    right: auto;
    bottom: auto;
    left: 0px;
    position: absolute;
    font-size: 7px;
    color: #294389;
}
#available-doctors-modal h6{
    color: #294389;
    font-weight: 500;
    font-size: 15px;
    margin-bottom: 2px;
}
