/*** General ***/
:focus {
    outline: 0;
}
body {
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    color: #878C9F;
    font-family: 'Cabin', sans-serif!important;
    margin: 0;
}
a {
    text-decoration: none!important;
}
p {
    font-size: 15px;
}

.status-publish {
    margin-bottom: 0;
}
.widget {
    margin-bottom: 0;
}
.tk-btn-wr .ow-button-base {
    text-align: left!important;
}
.tk-btn,
.more-link {
    display: inline-block;
    font-size: 13px;
    position: relative;
    padding: 10px 20px;
    font-weight: 400;
    text-transform: uppercase;
}
.tk-btn:before,
.more-link:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    height: 1px;
    background-color: #bbbbbb;
}
.tk-btn:after,
.more-link:after {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 1px;
    background-color: #bbbbbb;
}
.tk-btn span::before,
.more-link span::before {
    content: '';
    position: absolute;
    right: 0px;
    bottom: 0px;
    height: 1px;
    background-color: #bbbbbb;
}
.tk-btn span::after,
.more-link span::after {
    content: '';
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 1px;
    background-color: #bbbbbb;
}
.tk-btn:before, 
.tk-btn span:before,
.more-link::before,
.more-link span::before {
    width: 110%;
}
.tk-btn:after, 
.tk-btn span:after,
.more-link::after,
.more-link span::after {
    height: 122%;
}
.tk-btn:hover:before, 
.tk-btn:hover span:before,
.more-link:hover::before,
.more-link:hover span::before {
    width: 100%;
}
.tk-btn:hover:after,
.tk-btn:hover span:after,
.more-link:hover::after,
.more-link:hover span::after { 
    height: 100%; 
}
.tk-btn:before, 
.tk-btn span:before,
.tk-btn:after,
.tk-btn span:after,
.more-link::after,
.more-link span::after,
.more-link::before,
.more-link span::before {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.more-link .screen-reader-text {
    position: static !important;
	font-size: 0;
}
.more-link {
    height: 41px;
    top: 10px;
    left: 20px;
}
/*** Top Header ***/
.before-header {
    padding: 8px 0px;
    font-size: 15px;
    position: relative;
    z-index: 1;
    border-bottom: 1px solid #fafafa;
    background-color: rgba(255,255,255,0.75);
}
.before-header .site-inner {
    padding: 0 ;
    margin-bottom: 0 !important;
}
.top-left-menu,
.top-right-menu {
    width: 50%;
    float: left;
}
.top-left-menu ul,
.top-right-menu ul {
    margin-bottom: 0;
}
.top-right-menu ul li,
.top-left-menu ul li  {
    margin-right: 20px;
    margin-bottom: 0;
    display: inline-block;
}
.top-right-menu ul {
    text-align: right;
}
.top-right-menu ul li a,
.top-left-menu ul li a {
    color: #08364b;
}
.top-left-menu ul li svg,
.top-left-menu ul li i {
    margin-right: 5px;
}
.top-left-menu ul li:nth-child(1) a:before {
    content: '\f007';
    font-family: 'FontAwesome';
    margin-right: 5px;
}
.top-left-menu ul li:nth-child(2) a:before {
    content: '\f023';
    font-family: FontAwesome;
    margin-right: 5px;
}
/*** Head ***/
.site-inner {
    padding-left: 0;
    padding-right: 0;
}
.site-header .site-inner {
    margin-bottom: 0 !important;
}
.wpforo-wrap {
    padding-left: 15px;
    padding-right: 15px;
}
.site-header {
    position: relative;
    z-index: 2;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
    background-color: rgba(255,255,255,0.65);
}
.site-header.is-sticky {
    z-index: 9999;
    width: 100%;
    position: fixed; 
    top: 0;
}
.site-header .title-area {
    z-index: 3;
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -ms-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}
/*** Menu ***/
body:not(.home) .site-header {
	border-bottom: 1px solid #fafafa;
}
.nav-primary {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
#menu-main-menu {
    max-width: 1170px;
    margin: 0 auto;
}
.genesis-nav-menu a {
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
    color: #08364b;
    -webkit-transition: all 0.4s ease-in-out!important;
    -moz-transition: all 0.4s ease-in-out!important;
    -ms-transition: all 0.4s ease-in-out!important;
    -o-transition: all 0.4s ease-in-out!important;
    transition: all 0.4s ease-in-out!important;
}
.nav-primary .menu-primary > li > a {
    position: relative;
    font-weight: 500;
    font-size: 18px;
    text-transform: none;
    letter-spacing: 0.5px;
}
.nav-primary > .wrap > ul > li > a {
    padding-top: 0!important;
    padding-bottom: 0!important;
    line-height: 60px;
    height: 60px;
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -ms-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}
.nav-primary.is-sticky > .wrap > ul > li > a {
    line-height: 70px;
    height: 70px;
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -ms-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}
.nav-primary.is-sticky {
    position: relative;
    margin: 0 auto;
    top: 0;
    z-index: 999;
    left: 0;
    right: 0;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition:    all 0.6s ease-in-out;
    -ms-transition:     all 0.6s ease-in-out;
    -o-transition:      all 0.6s ease-in-out;
    transition:         all 0.6s ease-in-out;
}
.nav-primary.is-sticky > .wrap > ul > li > a:after {
	content: none;
}
.nav-primary > .wrap > ul > li > a:after {
    content: "";
    position: absolute;
    bottom: 0;
    margin: 0 auto;
    width: 100%;
    height: 2px;
    left: 0;
    z-index: 3; 
    background: #08364b ;
    -ms-transform: translateX(100%);
    -webkit-transform: translateX(100%); 
    transform: translateX(100%);
    opacity: 0;
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -ms-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}
.nav-primary > .wrap > ul > li.current-menu-item > a:after, 
.nav-primary > .wrap > ul > li:hover > a:after {
    -ms-transform: translateX(0%);
    -webkit-transform: translateX(0%); 
    transform: translateX(0%);
    opacity: 1;
}
.nav-primary .header-widgws-area button.menu-toggle {
    font-size: 0;
    padding-top: 24px;
}
.nav-primary .header-widgws-area button.menu-toggle:before {
    font-size: 30px;
}
.site-header.is-sticky {
    z-index: 9999;
    width: 100%;
    position: fixed;
    border-bottom: 3px solid #08364b;
    top: 0;
    background: rgba(255,255,255, .8);
}
.genesis-nav-menu .sub-menu a {
    font-size: 14px;
    color: #333;
    padding: 16px 12px;
} 
.genesis-nav-menu .sub-menu a:hover {
    padding-left: 20px;
}
.genesis-nav-menu .sub-menu .current-menu-item a,
.genesis-nav-menu .sub-menu a:hover, 
.genesis-nav-menu .sub-menu a:focus, 
.genesis-nav-menu .sub-menu .current-menu-item > a:hover, 
.genesis-nav-menu .sub-menu .current-menu-item > a:focus {
    color: #fff!important;
}
/*** Body ***/
body.home .site-inner {
    margin-top: 0!important;
    padding-top: 0;
}
body .site-header .wrap {
    padding-top: 0 !important;
}
/*** Title ***/
.tk-title {
    position: relative;
    text-align: center;
    margin-bottom: 50px;
}
.tk-title h3 {
    color: #333;
    font-size: 20px;
    line-height: 1.55;
    font-weight: 400;
	text-transform: uppercase;
}
h3.text-title:after,
.tk-title h3:after {
    content: '';
    width: 85px;
    height: 2px;
    display: block;
    margin: 0 auto;
    margin-top: 10px;
}
h3.text-title {
    text-transform: uppercase;
    font-size: 22px;
    font-weight: normal;
    color: #fff;
    margin-bottom: 20px;
}
h3.text-title:after {
    background: #fff;
    margin-left: 0;
}
.tk-title h1 {
    text-transform: uppercase;
    font-size: 50px;
}
.tk-title h1 em {
    color: #08364b;
    font-style: inherit;
    font-weight: 500;
}
.tk-title p {
    margin-top: 40px;
    font-size: 20px;
    line-height: 1.55;
    color: #333;
}
.section-subtitle .textwidget {
    position: absolute;
    text-transform: uppercase;
    font-weight: 900;
    top: 50px;
    left: 40px;
    color: #ccc;
    right: 0;
    opacity: 0.15;
    text-align: left;
}
/*** Slider ***/
.tk-slider {
    z-index: 0;
    margin-top: -90px;
    position: relative;
}
/*** Intro ***/
.tk-intro-text {
    text-align: center;
}
.tk-intro-item .tk-title {
    text-align: left;
}
.tk-intro-text h1 {
    text-transform: uppercase;
    font-size: 35px;
    margin-bottom: 20px !important;   
}
.tk-intro-text p {
    margin-top: 30px ;
}
.tk-intro-item h4 {
    font-style: italic;
    font-weight: normal;
    margin-bottom: 20px !important;
    font-size: 20px;
}
.tk-intro-item ul {
    margin-top: 20px;
}
.tk-intro-item ul li {
    font-weight: 400;
    font-style: italic;
    font-size: 16px;
    line-height: 32px;
    width: 48%;
    margin-bottom: 0;
    display: inline-block;
}
.tk-intro-item ul li i {
    font-size: 16px;
    display: inline-block;
    padding-right: 15px;
}
.tk-intro-item .founder-text {
    padding-left: 40px;
    position: relative;
    border-left: 2px solid #ddd;
    padding-top: 32px;
    padding-bottom: 0px;
}
.tk-intro-item .founder-text::before {
    font-family: "FontAwesome";
    color: #ccc;
    font-size: 22px;    
    position: absolute;
    top: 0;
    left: 10px;
    content: "\f10d";
}
.tk-intro-item .founder-text p {
    font-size: 16px;
    font-weight: 300;
    line-height: 30px;
    font-style: italic;    
}
.tk-intro-item .founder-text h3 {
    font-size: 18px;
    font-weight: 400;
}
/*** About ***/
#tk-about .tk-title {
    text-align: left;
}
#tk-about .tk-title h3:after {
    margin-left: 0;
}
.tk-about-content {

}
/*** Why ***/
.tk-why-content h5 {
    font-size: 20px;
    color: #222;   
}
.tk-why-content .sow-container-square {
    color: transparent !important;
    box-shadow: inset 0 0 0 1px #d7d7d7;
    -webkit-box-shadow: inset 0 0 0 1px #888;
    transition: background-color 400ms, background-color 400ms;
    transform: rotate(-45deg);
    position: relative;
    margin-right: 40px !important;
    transform: rotate(45deg);
}
.tk-why-content .sow-container-square::after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    top: 50%;
    margin-top: -40px;
    right: -6px;
    border: 4px solid #fff;
    border-radius: 0;
}
.tk-why-content .sow-features-feature:hover .sow-container-square {
    box-shadow: inset 0 0 0 5px rgba(255, 255, 255, 0.8);
    -webkit-box-shadow: inset 0 0 0 5px rgba(255, 255, 255, 0.8);
    transition:  0.3s linear;
}
.tk-why-content .sow-features-feature:hover span {
    color: #fff !important;
}
.tk-why-content .sow-container-square span {
    transition: 0.3s linear;
    transform: rotate(-45deg);    
}
/*** Banner ***/
#tk-banner {
    position: relative;
    z-index: 0;
}
#tk-banner:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 40%; 
    z-index: -1;
    background: #86bc42 url(../images/pie-face.png);
}
.tk-banner-content {
    padding: 50px 0px;
    position: relative;
}
.tk-banner-left {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    overflow: hidden;
    -webkit-transform: skew(32deg);
    -ms-transform: skew(32deg);
    -o-transform: skew(32deg);
    transform: skew(32deg);
    border-right: 10px solid #fff;
}
.tk-banner-left:before {
    content: '';
    position: absolute;
    right: -40%;
    top: 0;
    height: 100%;
    width: 140%;
    z-index: -1;
    -webkit-transform: skew(-32deg);
    -ms-transform: skew(-32deg);
    -o-transform: skew(-32deg);
    transform: skew(-32deg);
    background: #86bc42 url(../images/pie-face.png);
}
.tk-banner-content h2 {
    color: #fff;
    line-height: 1.75;
    text-transform: uppercase;
}
.tk-banner-icon h5 {
    color: #fff;
    font-size: 22px;
}
/*** Book ***/
.tk-book-item .sow-features-feature {
    height: 213px;
    overflow: hidden;
    padding: 57px 0px 9px !important;
    text-align: center;
    background: #08364b;
    margin-bottom: 20px !important;    
}
.tk-book-item .sow-features-feature:hover {
    padding: 38px 0px 34px !important;
    background: -webkit-linear-gradient(left, #1d4c4d 0%,#08364b 0%,#08364b 100%,#1d4c4d 100%);
}
.tk-book-item .sow-features-feature h5 {
    font-size: 18px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: bold;
}
.tk-book-item .sow-features-feature:hover h5 {
    text-transform: none;
    margin: 0px 0px 10px;
}
.tk-book-item .sow-features-feature p {
    margin: 0px;
    color: #ffffff;
    line-height: 22px;
    opacity: 0;
    visibility: hidden;
}
.tk-book-item .sow-features-feature:hover p {
    opacity: 1;
    visibility: visible;
}
.tk-book-item .sow-features-feature span {
    top: -20px !important;
}
.tk-book-item .sow-features-feature:hover span {
    font-size: 50px !important;
    margin: 0px 0px 17px !important;
}
.tk-book-item .sow-features-feature,
.tk-book-item .sow-features-feature:hover,
.tk-book-item .sow-features-feature h5,
.tk-book-item .sow-features-feature:hover h5,
.tk-book-item .sow-features-feature span,
.tk-book-item .sow-features-feature:hover span,
.tk-book-item .sow-features-feature p,
.tk-book-item .sow-features-feature:hover p {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
/*** Department Carousel ***/
#tk-depart .so-panel {
    margin-bottom: 0 !important;
}
.tk-depart-item {
    padding-left: 10px;
    margin: 0 auto;   
}
.tk-depart-carousel .slick-prev {
    right: 7%;
    top: -5%;
    left: auto;
}
.tk-depart-carousel .slick-next {
    right: 20px;
    top: -5%;
}
.tk-depart-carousel .slick-prev:before,
.tk-depart-carousel .slick-next:before {
    color: #333!important;
    font-size: 20px;
    line-height: 0;
    border: 1px solid #222;
    border-radius: 3px;
    padding: 7px 4px 4px;
}
.tk-depart-text {
    border-top: 1px solid #e0e0e0;
    padding-top: 14px;
    margin-top: 15px;    
}
.tk-depart-content {
    color: #fff;
}
.tk-depart-content a {
    color: #fff;
}
.tk-depart-content h6 {
    font-size: 16px;
    margin-top: 20px;
}
.tk-depart-item h4 {
    font-weight: normal;
    margin-top: 20px;
}
.tk-depart-content .widget-useful-link li a {
    color: #eee;
}
.tk-depart-content .widget-useful-link li a:before {
    background: #eee;
}
.tk-depart-content .widget-useful-link li:hover a:before {
    background: #08364b;
}
.tk-depart-content .widget-useful-link li:hover a {
    color: #08364b;
}
.tk-depart-img {
    line-height: 0;
    position: relative;
}
.tk-icon {
    text-align: center;
    width: 50px;
    height: 50px;
    position: absolute;
    left: auto;
    right: 10px;
    top: 10px;
    bottom: auto;
}
.tk-icon:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}
.tk-icon i {
    color: #fff;
    font-size: 24px;
    line-height: 50px;
    display: inline-block;
    left: 0;
    right: 0;
}
.tk-depart-img:hover .tk-icon i {
    font-size: 36px;
}
.tk-depart-img:hover .tk-icon {
    width: 100%;
    height: 100%;
    top: 0;
    right: 0; 
    opacity: 0.7;
}
.tk-icon,
.tk-icon i,
.tk-depart-img:hover .tk-icon i {
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;    
}
.tk-departments .so-panel {
	margin-bottom: 0 !important;
}
/*** Deapart Page ***/
#tk-depart-careplus {
    background-position: right;
    position: relative;
    background-repeat: no-repeat !important;    
}
.careplus-transparent-shape {
    width: 86%;
    height: 100%;
    left: -17%;
    position: absolute;
    top: 0;
    z-index: 0;
    background: #08364b;
    -webkit-transform: skewX(-28deg);
    -moz-transform: skewX(-28deg);
    -ms-transform: skewX(-28deg);
    -o-transform: skewX(-28deg);
    transform: skewX(-28deg);
}
#tk-careplus {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
}
.tk-careplus-item {
    width: 68%;
    color: #fff;
    position: relative;
    text-align: left;
    z-index: 1; 
}
.tk-careplus-item h3 {
    font-size: 30px;
    font-weight: bold;
    color: #ffffff;
    text-transform: uppercase;
}
.tk-careplus-item span i {
    font-size: 25px;
}
.careplus-content-post p {
    margin: 0px 0px 38px;
    color: #ffffff;
    letter-spacing: 1px;
}
.careplus-post-list {
    width: 100%;
    float: left;
     margin: 0px 0px 21px;
}
.careplus-post-list li {
    float: left;
    width: 50%;
    list-style: none;
    padding: 0px 0px 0px 61px;
    position: relative;
    color: #ffffff;
    line-height: 24px;
    letter-spacing: 1.1px;
    margin-bottom: 20px !important;
}
.careplus-post-list li i {
    position: absolute;
    left: 0px;
    top: 6px;
    text-align: center;
    width: 40px;
    height: 40px;
    color: #ffffff;
    font-size: 17px;
    padding: 12px 0px 0px;
}
.careplus-post-list li i:after {
    content: '';
    position: absolute;
    right: 0px;
    bottom: 0px;
    border-bottom: 9px solid #08364b;
    border-left: 9px solid transparent;
}
/*** Appointment ***/
.tk-appoint-form .wpcf7-form input, 
.tk-appoint-form .wpcf7-form select {
    color: #ffffff;
    background-color: rgba(255,255,255,.2);
    border-color: rgba(255,255,255,.5);    
}
.tk-appoint-form .wpcf7-form input::-webkit-input-placeholder {
    color: #fff;
}
.tk-appoint-form label {
    width: 48% !important;
    float: left;
    margin-left: 2%;
} 
.tk-appoint-form .wpcf7-form option {
    color: #787878;
}
.tk-appoint-form .wpcf7-form .wpcf7-submit {
    margin-left: 2%;
    background: transparent;
    border-width: 1px;
    border-style: solid;
    margin-top: 20px;    
}
.tk-appoint-form .wpcf7-form .wpcf7-submit:hover {
    background: #fff !important;
}
/*** Tab ***/
.tk-work-tab .tab {
    margin-bottom: 20px;
    position: relative;
    margin: 0 auto;
    line-height: 1.5;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
}
.tk-work-tab .tabs {
    display: flex;
    position: relative;
    justify-content: space-between;
    margin: 0;
    width: 100%;
    padding: 20px;
    margin-bottom: 35px;
}
.tk-work-tab .tabs:before {
    content: '';
    position: absolute;
    left: 3%;
    top: 58px;
    width: 94%;
    height: 3px; 
}
.tk-work-tab .tabs li {
    float: left;
    display: block;
    margin-bottom: -1px !important;
}
.tk-work-tab .tabs li a {
    display: block;
    height: 80px;
    width: 80px;
    text-align: center;
    line-height: 80px;
    border-radius: 5px;
    font-size: 21px;
    font-weight: 900;
    color: #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);   
}
.tk-work-tab .tabs li.current a {
    background-color: #222222;   
}
.tk-work-tab .tabs li span {
    display: block;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);   
}
.tk-work-tab .tabs_item {
    padding: 10px 0;
    display: none;
}
.tk-work-tab .tabs_item:nth-child(1) {
    display: block;
}
.tk-work-tab .tabs_item li {
    line-height: 30px;
    margin-bottom: 20px;
}
/*** Work ***/
#tk-work {
    margin-top: -170px;
}
#tk-work .panel-grid-cell {
    width: 25%;
}
.tk-work-item {
    transition: transform 250ms linear;
    position: relative;
}
.work-content {
    padding: 20px;
}
.closed.work-inside {
    height: 268px;
    transition: transform 250ms linear;
    color: #fff;
    transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    will-change: transform;
    transform: translate(0px, 0px);    
}
.open.work-inside {
    transition: transform 250ms linear;
    width: 100%;
    position: absolute;
    top: 100%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transform-origin: top;
    transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    will-change: transform;
    background: #08364b;
    transform: translate(0px, 0px) scaleY(0);    
}
.tk-work-item:hover .closed.work-inside {
    transition: transform 250ms linear;
    transform: translate(0px, -70px);    
}
.tk-work-item:hover .open.work-inside {
    transition: transform 250ms linear;
    transform: translate(0px, -85px) scaleY(1);
}
.tk-work-item i {
    color: #B5E0FC;
    line-height: 1;
    font-size: 26px;
}
.tk-work-item h3 {
    font-size: 20px;
    font-weight: 400;
}
.tk-work-item td {
    padding: 6px 10px 6px 0;
    font-size: 15px;
}
.tk-work-item tr:first-child {
    border-top: 0;
}
.panel-grid-cell .work-inside {
    position: relative;
    z-index: 1;
}
.panel-grid-cell .work-inside:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.panel-grid-cell:nth-child(2) .work-inside:before {
    background: rgba(0,0,0,.25);
}
.panel-grid-cell:nth-child(3) .work-inside:before {
    background: rgba(0,0,0,.35);
}
.panel-grid-cell:nth-child(4) .work-inside:before {
    background: rgba(0,0,0,.50);
}
/*** Team ***/
.tk-team-item {
    padding: 85px 0px 0px;
    position: relative;
    overflow: hidden;
}
.tk-team-item figcaption {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    text-align: center;
    overflow: hidden;
}
.tk-team-item ul {
    margin-left: 0;
}
.tk-team-item ul li {
    margin: 0px 14px 0px 0px;
    display: inline-block;
    list-style-type: none;
}
.tk-team-item li > a {
    color: #ffffff;
    font-size: 18px;
}
.tk-team-medium-info {
    line-height: 1;
    padding: 16px 28px 23px;
    visibility: visible;
    width: 100%;
    position: relative;
    border-bottom: 4px solid #08364b;
}
.tk-team-medium-info {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;    
}
.tk-team-medium-info:before {
    content: '';
    position: absolute;
    right: 0px;
    bottom: 0px;
    border-bottom: 20px solid #08364b;
    border-left: 20px solid transparent;
}
.tk-team-medium-text {
    background: #08364b;
    padding: 34px 28px 40px;
    border-bottom: 4px solid;
    position: relative;
    opacity: 0;
    visibility: hidden;
}
.tk-team-medium-text {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform: translateY(-322px);
    -moz-transform: translateY(-322px);
    -ms-transform: translateY(-322px);
    -o-transform: translateY(-322px);
    transform: translateY(-322px);
}
.tk-team-medium-text:before {
    content: '';
    position: absolute;
    right: 0px;
    bottom: 0px;
    border-bottom: 20px solid;
    border-left: 20px solid transparent;
}
.tk-team-item:hover .tk-team-medium-text {
    visibility: visible;
    opacity: 1;
}
.tk-team-item:hover .tk-team-medium-info {
    visibility: hidden;
    opacity: 0;
}
.tk-team-item:hover .tk-team-medium-text {
    -webkit-transform: translateY(-86px);
    -moz-transform: translateY(-86px);
    -ms-transform: translateY(-86px);
    -o-transform: translateY(-86px);
    transform: translateY(-86px);
}
.tk-team-item h5,
.tk-team-item p {
    color: #fff;
}
.tk-team-item h5 {
    font-size: 18px;
    font-weight: bold;    
}
/*** Service ***/
.tk-service-item .sow-features-feature {
    box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.1), 
                0px 10px 30px 0px rgba(0,0,0,0.05);
    padding: 45px !important;
    background: #fff;
    border: 1px solid rgba(0,0,0,.1);
    margin-bottom: 30px;
    text-align: center;
    -webkit-transition: .35s;
    -o-transition: .35s;
    transition: .35s;
}
.tk-service-item .sow-features-feature:hover,
.tk-service-item .sow-features-feature:hover h1 span {
    color: #fff !important;
}
.tk-service-item .sow-icon-container {
    position: absolute;
    top: -60px;
    left: 35%;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 30px rgba(0,0,0,.1);
    box-shadow: 0px 0px 30px rgba(0,0,0,.1);
}
.tk-service-item .sow-icon-image {
    background-size: cover !important;
}
.pix-shadow-corner {
    position: absolute;
    z-index: -1;
    bottom: 15px;
    width: 50%;
    height: 20%;
    box-shadow: 0 15px 10px rgba(0, 0, 0, 0.3);
}
.pix-shadow-corner.pix-right {
    right: 10px;
    left: auto;
    transform: rotate(4deg);
}
.pix-shadow-corner.pix-left {
    left: 10px;
    right: auto;
    transform: rotate(-4deg);   
}
.tk-service-item ul {
    margin-left: 0;
}
.tk-service-item ul li {
    list-style-type: none;
    display: inline-block;
    margin: 0px 5px;
}
.tk-service-item .sow-features-feature:hover ul li a {
    color: #fff !important;
}
.tk-service-item h2 {
    margin-top: 50px;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 20px;    
}
.tk-service-item h2 span {
    font-size: 16px;
    font-weight: 600;
}
.tk-service-item .sow-features-feature:hover h2 span {
	color: #fff !important;
}
.tk-service-item p {
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 20px;
}
/*** Blog ***/
.tk-blog article {
    width: 32%;
    margin-right: 2%;
    float: left;
    position: relative;
    background: transparent;
    margin-bottom: 0;
    border-bottom: 0 !important;
}
.tk-blog article:nth-child(3n) {
    margin-right: 0;
}
.tk-blog article:after {
    position: absolute;
    top: 47%;
    content: "";
    width: 0px;
    height: 0px;
    border-bottom: 10px solid transparent;
    border-top: 10px solid transparent; 
}
.tk-blog article > a {
    width: 100%;
    margin-bottom: 0;
}
.tk-blog article a img {
    width: 100%;
    margin-bottom: 15px!important;
    transition: all .40s linear;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);;
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.tk-blog article:hover a img {
    -webkit-transform: rotate(2deg)scale(1.2);
    -moz-transform: rotate(2deg)scale(1.2);
    -ms-transform: rotate(2deg)scale(1.2);
    -o-transform: rotate(2deg)scale(1.2);
    transform: rotate(2deg)scale(1.2);
}
.tk-blog article h4 {
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 400;
    margin-top: 0;
	width: 80%;
}
.tk-blog article h4 a {
    font-weight: 400;
    font-size: 18px;
}
.tk-blog article .entry-meta {
    font-size: 14px;
    position: absolute;
    top: 0;
    padding: 10px 10px;
    text-align: center;
    right: 0;
    width: 80px;
    color: #fff;
    height: 70px;
    background: rgba(0,0,0,.4);
}
.archive-description.taxonomy-archive-description {
    display: none;
}
.tk-blog article > a {
    overflow: hidden;
    position: relative;
}
.tk-blog article .entry-content:before,
.tk-blog article .entry-content:after {
    display: none;
}
.tk-blog article .more-link {
    font-size: 12px;
    text-transform: uppercase;
    display: inline-block;
    border: 1px solid #eeeeee;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    padding: 10px 25px;
    text-decoration: none;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    margin-top: 20px;
    font-weight: 700;
    z-index: 3;
    margin-bottom: 10px;
}
.tk-blog article .more-link:hover {
    background: #eeeeee;
}
.tk-blog .entry-header {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    margin: -75px auto 0;
    padding: 20px;
    position: relative;
    width: 94%;
}
.tk-blog .entry-content {
     background: #fff none repeat scroll 0 0;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    margin: -4px auto 0;
    padding: 20px;
    position: relative;
    width: 94%;   
}
/*** Portfolio ***/
.tk-portfolio .tk-title-2 h2 {
    color: #fff;
}
.vp-portfolio__item-meta-category {
    padding: 9px 25px!important;
    font-size: 12px;
    text-transform: uppercase;
}
/*** Count ***/
#tk-count {
    position: relative;
    background-attachment: fixed;
    z-index: 0;
}
#tk-count:before {
    content: " ";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
    opacity: 0.6;    
}
.tk-count-item h2 {
    color: #fff;
    font-size: 35px;
    font-weight: 700;
}
.tk-count-item h5 {
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    font-size: 20px;
}
.tk-count-item .sow-features-feature {
    padding: 30px !important;
    transition: all 0.3s ease 0s;    
}
.tk-count-item .sow-features-feature:before {
    position: absolute;
    content: '';
    background: transparent;
    width: 100px;
    height: 100px;
    bottom: 0;
    right: 0;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    transition: all 0.3s ease 0s;
}
.tk-count-item .sow-features-feature:after {
    position: absolute;
    content: '';
    background: transparent;
    width: 100px;
    height: 100px;
    top: 0;
    left: 0;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    transition: all 0.3s ease 0s;
}
.tk-count-item .sow-features-feature:hover:before,
.tk-count-item .sow-features-feature:hover:after {
    width: 100%;
    height: 100%;
}
/*** Pricing ***/
.tk-pricing-item .sow-features-feature {
    cursor: pointer;
    padding: 40px !important;
    width: 31.3% !important;
    margin-left: 1.33%;
    background: #fff;
    border: 10px solid #eeeeee;
}
.tk-pricing-item .sow-icon-container {
    font-size: 0 !important;
    color: #FFFFFF;
    border: 8px solid #eeeeee;
    border-radius: 50%;
    width: 100px !important;
    height: 100px !important;
}
.tk-pricing-item h5 {
    font-weight: 700;
    color: #08364b;
    font-size: 24px;
    margin-bottom: 20px !important;
}
.tk-pricing-item h1 {
    font-size: 60px;
    font-weight: 300;    
}
.tk-pricing-item h1 span {
    font-size: 50px;
}
.tk-pricing-item h4 {
    color: #111111;
    font-weight: 700;
    font-size: 20px;
    margin-top: 20px;
}
.tk-pricing-item .sow-features-feature:active, 
.tk-pricing-item .sow-features-feature:focus, 
.tk-pricing-item .sow-features-feature:hover {
    -webkit-transform: translateY(-10px);
}
.tk-pricing-item .sow-features-feature {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0,0,0,0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}
.tk-pricing-item .sow-features-feature {
    -webkit-animation-delay: 0.3s;
    -moz-animation-delay: 0.3s;
    animation-delay: 0.3s;
}
.tk-pricing-item .sow-features-feature:active:before, 
.tk-pricing-item .sow-features-feature:focus:before, 
.tk-pricing-item .sow-features-feature:hover:before {
    opacity: 1;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
}
.tk-pricing-item .sow-features-feature:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    top: 110%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 0;
    background: -webkit-radial-gradient(center,ellipse,rgba(0,0,0,.35) 0,rgba(0,0,0,0) 80%);
    background: radial-gradient(ellipse at center,rgba(0,0,0,.35) 0,rgba(0,0,0,0) 80%);
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform,opacity;
    transition-property: transform,opacity;
}
/*** Maps ***/
#tk-maps {
    position: relative;
}
#tk-maps .so-panel {
    margin-bottom: 0 !important;
}
.tk-maps-content {
    padding: 40px;
    color: #fff;
    font-weight: 300;
    width: 390px;
    height: 100%;
    margin: 0;
    top: 0;
    position: absolute;
    left: 0;
    opacity: 0.9;
    border-top: 5px solid;
    background-color: #08364b;    
}
.tk-maps-content:before {
    content: '';
    right: 0px;
    top: 0px;
    width: 0;
    height: 0;
    border-top: 25px solid;
    border-left: 25px solid transparent;
    position: absolute;
}
.tk-maps-content:after {
    content: '';
    position: absolute;
    right: 0px;
    bottom: 0px;
    border-bottom: 45px solid;
    border-left: 45px solid transparent;
}
.tk-maps-content span {
    font-weight: 300;
    margin-bottom: 10px;
    display: inline-block;
}
.tk-maps-content span i {
    margin-right: 10px;
    font-size: 15px;
    display: inline-block;
}
.tk-maps-content table {
    margin-top: 20px;
}
.tk-maps-content tr:first-child {
    border-top: 0;
}
.tk-maps-content td {
    padding-bottom: 5px;
}
.tk-maps-content td i {
    margin-left: 15px;
}
/*** Appoiment ***/
.tk-booking-form form ul li {
    float: left;
    list-style: none;
    padding: 0px 15px;
    margin: 0px 0px 30px;
    line-height: 1;
}
.tk-booking-form form ul li.appointment-fullform {
    width: 100%;
}
.tk-booking-form ul li span {
    color: #08364b;
    font-size: 16px;
    font-weight: bold;
    padding: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.tk-booking-form ul li span .wpcf7-list-item {
    float: left;
    margin: 0px 0px 20px;    
}
.tk-booking-form ul li span .wpcf7-list-item input {
    width: auto;
}
.tk-booking-form ul li span .wpcf7-list-item-label {
    font-size: 16px;
    color: #576777;
    font-weight: 400; 
    text-transform: none;   
}
.tk-booking-form form ul li input[type="text"], 
.tk-booking-form form ul li input[type="email"],
.tk-booking-form form ul li select {
    width: 100%;
    background-color: transparent;
    border: 1px solid #ececec;
    height: 45px;
    color: #999999;
    font-style: italic;
    font-size: 12px;
    padding-left: 15px;
}
.tk-booking-form form ul li textarea {
    height: 220px;

}
.tk-booking-form .wpcf7-form .wpcf7-submit {
    border: 1px solid;
    color: #ffffff;
    line-height: 2;
    padding: 4px 17px 5px;
    background-color: #08364b;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;    
}
/*** Timetable ***/ 
.tk-timetable-board {
    display: table;
    border: 1px solid #ececec;    
}
.tk-timetable-board ul { 
    display: table-row;
}
.tk-timetable-board ul li {
    display: table-cell;
    list-style: none;
    font-size: 16px;
    padding: 0px;
    border-bottom: 1px solid #ececec;
    text-align: center;
    border-right: 1px solid #ececec;
}
.tk-timetable-board ul.schedule-days li {
    font-weight: bold;
    color: #ffffff;
    padding: 14px 26px;
    border-bottom: 5px solid;
    border-right: none;
    border-bottom-color: #08364b;
}
.tk-timetable-board ul.schedule-days li:first-child {
    background-color: transparent;
    border-bottom: 1px solid #ececec;
}
.tk-timetable-board ul.schedule-days li > span {
    font-size: 16px;
    color: #555555;
}
.tk-timetable-board ul li time {
    width: 97px;
    display: inline-block;
    padding: 22px 30px 20px;
    text-align: center;
    line-height: 1.4; 
    font-size: 14px;
}
.careplus-doctor {
    display: inline-block;
    background-color: #f5f5f5;
    line-height: 1;
    padding: 8px 20px 17px;
}
.careplus-doctor h6 {
    font-size: 16px;
    color: #555555;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: 1.1px;
    font-weight: bold;
    margin: 0px 0px 4px;
}
.careplus-doctor > span {
    width: 100%;
    float: left;
    font-size: 14px;
    font-weight: normal;
    color: #576777;
    margin: 0px 0px 9px;
}
.available-btn {
    font-size: 12px;
    display: inline-block;
    color: #ffffff;
    padding: 7px 16px 8px;
    letter-spacing: 0.7px;
    border-radius: 4px;
    background-color: #08364b;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.tk-timetable-board ul li:hover .available-btn { 
    color: #ffffff;
}
.available-btn.booked {
    color: #ffffff;
    background-color: #a5a5a5;
    cursor: not-allowed;
}
.tk-timetable-board ul.border-none li { 
    border-bottom: none;
}
/*** Contact ***/
.tk-contact-item {
    float: left;
    width: 100%;
    background-color: #f5f5f5;
    text-align: center;
    padding: 25px 45px 26px;
    position: relative;
    line-height: 1;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.tk-contact-item:hover {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  box-shadow: 0px 7px 20px 0px rgba(0, 0, 0, 0.13);  
}
.tk-contact-item h5 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 9px;
    color: #555555;
    line-height: 1.5;
    letter-spacing: 1.1px;
    text-transform: uppercase;
}
.tk-contact-item span {
    position: absolute;
    left: 0px;
    top: 0px;
}
.tk-contact-item span:before {
    content: '';
    left: 0px;
    top: 0px;
    position: absolute;
    border-top: 85px solid;
    border-right: 95px solid transparent;
}
.tk-contact-item i {
    position: absolute;
    left: 10px;
    top: 7px;
    color: #ffffff;
    font-size: 35px;
    opacity: 0.3;
}
.tk-contact-item p {
    font-size: 15px;
    color: #808080;
    display: inline-block;
    line-height: 20px;
    letter-spacing: 1px;
    margin: 0px;
}
/*** Footer ***/
#genesis-footer-widgets {
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-image: url(../images/footer-back-img.jpg);
    background-size: cover;
    z-index: 0;
}
.footer-widgets::before {
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
    opacity: 0.9;
    display: inline-block;
    background-color: #08364b;
}
.footer-widget-area .widget-title {
    position: relative;
    text-align: left;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.footer-widget-area .widget-title:before {
    content: '';
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 60px;
    height: 1px;
}
.footer-widget-area .widget-title:after {
    content: '';
    position: absolute;
    left: 0px;
    bottom: 3px;
    width: 40px;
    height: 1px;
}
.footer-widget-area p {
    font-size: 18px;
    color: #fff;
}
.tk-footer-title {
    position: relative;
}
.tk-footer-title span {
    position: absolute;
    left: -220px;
    opacity: 0.6;
    top: 200px;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 36px;
    letter-spacing: 6px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    color: #fff;
}
.tk-footer-title span:before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 50%;
    width: 100px;
    height: 2px;
    background: #fff;
    margin-left: -50px;
}
.tk-footer-left .entry-content {
    position: relative;
    font-size: 11px;
    color: rgba(255, 255, 255, 0.71);
    padding: 10px 18px;
    background: rgba(255, 255, 255, 0.031);
    border-radius: 4px;
    font-weight: 400;
    margin-bottom: 10px;
    box-shadow: 0px 0px 28px 1px rgba(51, 51, 51, 0.41);
}
.tk-footer-left .entry-content:after {
    bottom: -14px;
    left: 22px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: transparent;
    border-top-color: rgba(255, 255, 255, 0.041);
    border-width: 7px;
    margin-left: 7px;
}
.tk-footer-left article {
    position: relative;
    padding-bottom: 40px;
    border-bottom: 1px dotted rgba(255, 255, 255, 0.151)!important;
}
.tk-footer-left article:before {
    font-family: FontAwesome;
    content: '\f142';
    position: absolute;
    top: 28px;
    left: -15px;
    height: 20px;
    z-index: 1;
    font-size: 16px;
    font-weight: 300;
}
.tk-footer-left .entry-time {
    position: relative;
    font-size: 12px;
    padding-left: 20px;
}
.tk-footer-left .entry-time:before {
    font-family: FontAwesome;
    content: "\f017";
    position: absolute;
    top: -3px;
    left: 0;
    font-weight: 300;
    opacity: 1;
    font-size: 14px;
}
.footer-widget-area .es_caption {
    line-height: 24px;
    padding-bottom: 10px;
    font-weight: 500;
    color: #fff;
}
.footer-widget-area .es_widget_form_email {
    font-size: 14px;
    color: #878C9F;
}
.footer-widget-area #es_txt_email {
    height: 40px;
}
.footer-widget-area .es_textbox {
    width: 70%;
    float: left;
}
.footer-widget-area .es_textbox input {
    width: 100%;
}
.footer-widget-area .es_button {
    width: 30%;
    display: inline;
}
.footer-widget-area .footer-contacts li a {
    color: #fff;
}
.footer-widget-area .es_button #es_txt_button {
    padding: 9px 30px!important;
}
.footer-widget-area .fl-wrap {
    float: left;
    width: 100%;
    position: relative;
}
.footer-widget-area .footer-contacts {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px dotted rgba(255, 255, 255, 0.11);
}
.footer-widget-area .footer-socilal {
    margin-top: 30px;
}
.footer-widget-area .footer-contacts li {
    float: left;
    width: 100%;
    padding: 8px 0;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 11px;
    font-weight: 600;
    color: #878C9F;
}
.footer-widget-area .footer-contacts li i {
    float: left;
    padding-right: 12px;
    position: relative;
    top: 2px;
}
.footer-widget-area .footer-contacts li span:hover {
    color: #fff;
}
.footer-widget-area .footer-socilal li, 
.footer-widget-area .order-wrap li {
    float: left;
    position: relative;
    margin-right: 20px;
    text-align: center;
}
.footer-widget-area .footer-socilal li a, 
.footer-widget-area .order-wrap li a {
    float: left;
    width: 36px;
    height: 36px;
    line-height: 36px;
    color: rgba(255, 255, 255, 0.41);
    font-size: 12px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.footer-widget-area .footer-socilal li a:hover,
.footer-widget-area .order-wrap li a:hover {
    border-radius: 100%;
    color: #fff;
}
/*** Site Footer ***/
.site-footer {
    position: relative;
    z-index: 0;
    background: #08364b;
    border: 0;
}
.site-footer:before,
.site-footer:after {
    content: '';
    position: absolute;
    top: 0px;
    width: 50%;
    height: 1px;
    background-color: #ffffff;
    opacity: 0.2;    
}
.site-footer:before {
    left: 0;
    margin: 0px 0px 0px -26px;
}
.site-footer:after {
    right: 0;
    margin: 0px -26px 0px 0px;
}
.site-footer a {
    color: #fff;
}
.careplus-back-top {
    color: #ffffff;
    left: 50%;
    margin: 0 0 0 -25px;
    position: absolute;
    text-align: center;
    top: -17px;
    width: 50px;
    z-index: 1;
    height: 17px;
}
.careplus-back-top:before,
.careplus-back-top:after {
    content: '';
    position: absolute;
    width: 1px;
    opacity: 0.4;
    bottom: -6px;
    height: 38px;
    background-color: #ffffff;
}
.careplus-back-top:before {
    left: 11px;
}
.careplus-back-top:after {
    right: 12px;
}
.careplus-back-top:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.careplus-back-top:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.site-footer p {
    padding-bottom: 0;
    color: #ffffffb5;
}
/*** Widget Footer 1 ***/
.tk-footer-img img {
    height: 100% !important ;
    left: 184px;
    position: absolute;
    top: 0;
    width: 138px;
    z-index: 1;    
}
/*** Widget Footer 2 ***/
.widget-useful-link li a {
    position: relative;
    color: #ffffff;
    padding: 0px 0px 0px 16px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.widget-useful-link li:hover a {
    padding: 0px 0px 0px 25px;
}
.widget-useful-link li:hover a:before {
    left: 4px;
}
.widget-useful-link li:hover a:before {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
.widget-useful-link li a:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 5px;
    height: 10px;
    width: 1px;
    background-color: #ffffff;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
/*** Responsive ***/
@media (max-width: 1280px) {
    .nav-primary .menu-primary > li > a {
        padding: 12px 6px;
    }
}
@media (max-width: 1200px) {
    .tk-slider {
        margin-top: 0;
        position: relative;
    }
    #tk-work {
        margin-top: 0;
    }
    .tk-about-content,
    .top-left-menu {
        padding-left: 15px !important;
    }
}
@media (min-width: 961px) {
    .tk-testimonial-item .sow-features-feature {
        width: 48.6%!important;
        margin: 0 0.66%;
    }
    .tk-booking-form form ul li,
    .tk-booking-form ul li span .wpcf7-list-item {
        width: 33.3%;
    }
    .tk-service-item .sow-features-feature,
    .tk-pricing-item .sow-features-feature {
        width: 31.3% !important;
        margin-left: 2%;
    }
    .tk-count-item .sow-features-feature {
        width: 23% !important;
        margin-left: 2%;
    }
    body.home .tk-book-item .sow-features-feature {
        width: 47% !important;
        margin-left: 3% !important;
    }
    body:not(.home) .tk-book-item .sow-features-feature {
        width: 23% !important;
        margin-left: 2% !important;
    }
}
@media (max-width: 960px) {
    .tk-testimonial-item .sow-features-feature {
        width: 98%!important;
        margin: 70px 1%;
    }
    button.menu-toggle {
        margin: 0!important;
        padding: 10px 10px 20px!important;
        text-align: right;
        font-size: 0;
        background: #fff;
        border-top: 1px solid #eee;
        line-height: 20px;
        position: relative;
        right: 0;
        z-index: 1000;
        margin-left: -10px!important;
        color: #333 !important;
    }
    button.menu-toggle.is-sticky {
        position: fixed;
        width: 100%;
        top: 0;
        border-bottom: 1px solid #eae6e6;
        margin-left: 0px!important;
    }
    nav.nav-primary {
        position: fixed!important;
        top: 162px!important;
        z-index: 9999;
        width: 100% !important;
        max-width: 480px !important;
        left: inherit!important;
        right: 0;
        background: rgba(0,0,0,0.59);
    }
    nav.is-sticky.nav-primary {
         top: 50px!important; 
    }
    .nav-primary > .wrap > ul > li > a {
        color: #fff;
    }
    .nav-primary > .wrap > ul > li > a {
        line-height: 45px!important;
        height: 45px!important;
    }
    button.menu-toggle:before {
        font-size: 30px; 
    }
    .site-header .menu-toggle::before {
        float: right;
    }
    .tk-depart-carousel .slick-prev {
        right: 12%;
    }
    .tk-depart-carousel .slick-next {
        right: 5%;
    }
    .sub-menu-toggle {
        color: #fff !important;
    }
    .site-header.is-sticky {
        position: relative;
    }
    .tk-timetable-board {
        width: 100%;
        float: left;
    }
    .tk-timetable-board ul li {
        float: left;
        width: 20%;
        margin-bottom: 0;
    }
    .careplus-doctor {
        width: 100%;
    }

}
@media (max-width: 860px) {
    #tk-work .panel-grid-cell {
        width: 100%;
        margin-bottom: 0 !important;
    }
}
@media (max-width: 778px) {
    .site-header .title-area .right-menu {
        width: 100% !important;
    }
    .right-menu-info {
        float: left;
        padding-top: 20px;
    }
    .tk-service-item .sow-features-feature, 
    .tk-pricing-item .sow-features-feature,
    .tk-count-item .sow-features-feature {
        width: 100% !important;
    }
    .tk-service-item .sow-features-feature {
        margin-bottom: 100px !important;
    }
}
@media (max-width: 768px) {
    .tk-skill-item {
        width: 100%;
    }
    .tk-team-item img ,
    .tk-blog article {
        width: 100% !important;
    }
    .tk-timetable-board ul li {
        float: left;
        width: 50%;
    }
    .tk-booking-form form ul li,
    .tk-booking-form ul li span .wpcf7-list-item {
        width: 100% !important;
    }
	nav.nav-primary {
		top: 107px !important;
	}
}
@media (max-width: 480px) {
	.top-right-menu ul li, .top-left-menu ul li {
		margin-right: 10px;
	}
	nav.nav-primary {
		top: 130px !important;
	}
}

.panel-grid,
.page-id-1063 .site-inner {
    margin-bottom: 0 !important;
}
body:not(.home) .site-inner {
    margin-bottom: 70px;
}
body:not(.home) .site-inner {
	margin-top: 0 !important;
}