@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Fira+Sans+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

ul {
  padding: 0;
  margin: 0;
}

ul li {
  list-style-type: none;
}

a:hover {
  text-decoration: none;
}

.site-clear-padding {
  padding: 0;
}

.site-uppercase {
  text-transform: uppercase;
}

.site-background-1 {
  background: linear-gradient(0deg, rgba(2, 152, 179, 0.7), rgba(2, 152, 179, 0.7)), url("../images/section-bg.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.site-background-2 {
  background: linear-gradient(0deg, rgba(2, 152, 179, 0.7), rgba(2, 152, 179, 0.7)), url("../images/section-bg.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.site-background-3 {
  background: linear-gradient(0deg, rgba(2, 152, 179, 0.9), rgba(2, 152, 179, 0.9)), url("../images/section-bg.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.site-background-4 {
  background: url("../images/services/background3.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.site-background-5 {
  background: url("../images/home/slide-1.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.site-background-6 {
  background: url("../images/home/slide-2.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.site-background-7 {
  background: url("../images/home/slide-3.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.is-sticky {
  position: relative;
  z-index: 9999;
}

@media screen and (max-width: 991px) {
  .is-sticky {
    visibility: hidden;
  }
}

.site-header {
  background-color: #ffffff;
  -webkit-box-shadow: inset -0px -3px 0 0 #1CBBD7;
  box-shadow: inset -0px -3px 0 0 #1CBBD7;
}

@media (min-width: 1300px){
  .container{
    width: 1270px !important;
  }
}

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

/*LOGO*/
.wrapper-logo {
  min-height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 991px) {
  .wrapper-logo {
    -webkit-box-pack: inherit;
    -ms-flex-pack: inherit;
    justify-content: inherit;
  }
}

/*MENU DESKTOP*/
.site-main-menu {
  float: left;
  width: 75%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: right;
}

.site-main-menu .main-menu {
  position: relative;
}

.site-main-menu .cssmenu,
.site-main-menu .cssmenu ul,
.site-main-menu .cssmenu ul li,
.site-main-menu .cssmenu ul li a,
.site-main-menu .cssmenu #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.site-main-menu .cssmenu:after,
.site-main-menu .cssmenu>ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.site-main-menu .cssmenu #menu-button {
  display: none;
}

.site-main-menu .cssmenu {
  width: auto;
  font-family: 'Poppins';
  line-height: 1;
}

@media screen and (max-width: 991px) {
  .site-main-menu .cssmenu {
    display: none;
  }
}

.site-main-menu .cssmenu>ul>li {
  float: left;
}

.site-main-menu .cssmenu.align-center>ul {
  font-size: 0;
  text-align: center;
}

.site-main-menu .cssmenu.align-center>ul>li {
  display: inline-block;
  float: none;
}

.site-main-menu .cssmenu.align-center ul ul {
  text-align: left;
}

.site-main-menu .cssmenu.align-right>ul>li {
  float: right;
}

.site-main-menu .cssmenu.align-right ul ul {
  text-align: right;
}

.site-main-menu .cssmenu>ul>li>a {
  font-family: 'Fira Sans Condensed';
  font-size: 17px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  text-align: right;
  color: #333;
  padding: 43px 12px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}

@media screen and (min-width: 992px){
  .site-main-menu .cssmenu>ul>li>a::before {
    content: "";
    background-color: #61ace4;
    width: 0;
    height: 2px;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 30px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
  }
}

.site-main-menu .cssmenu>ul>li>a:hover:before {
  width: 50%;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .site-main-menu .cssmenu>ul>li>a {
    font-size: 16px;
    padding: 43px 6px;
  }
}

.site-main-menu .cssmenu>ul>li:hover>a,
.site-main-menu .cssmenu>ul>li.active {
  color: #1CBBD7;
}

.active-menu{
  color: #1CBBD7 !important;
}

.site-main-menu .cssmenu>ul>li.has-sub>a {
  padding-right: 25px;
}

.site-main-menu .cssmenu>ul>li.has-sub>a:hover:before {
  content: '';
  display: block;
}

.site-main-menu .cssmenu>ul>li.has-sub>a::after {
  position: absolute;
  top: 47px;
  right: 10px;
  width: 4px;
  height: 4px;
  border-bottom: 1px solid #22292d;
  border-right: 1px solid #22292d;
  content: "";
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}

.site-main-menu .cssmenu>ul>li.has-sub:hover>a::after {
  border-color: #1CBBD7;
}

.site-main-menu .cssmenu ul ul {
  position: absolute;
  left: -9999px;
  z-index: 2;
  background: #ffffff;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
}

.site-main-menu .cssmenu li:hover>ul {
  left: auto;
}

.site-main-menu .cssmenu.align-right li:hover>ul {
  right: 0;
}

.site-main-menu .cssmenu ul ul ul {
  margin-left: 100%;
  top: 0;
  background: #ffffff;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
}

.site-main-menu .cssmenu ul ul ul li a {
  color: #666666;
  border-top: 1px solid #e0e0e0;
}

.site-main-menu .cssmenu.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}

.site-main-menu .cssmenu ul ul li {
  height: 0;
  -webkit-transition: height .2s ease;
  -o-transition: height .2s ease;
  transition: height .2s ease;
}

.site-main-menu .cssmenu ul li:hover>ul>li {
  height: 48px;
}

.site-main-menu .cssmenu ul ul li a {
  display: block;
  font-family: 'Poppins';
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.71;
  letter-spacing: normal;
  text-align: left;
  color: #666666;
  padding: 12px 20px;
  min-width: 240px;
  background: transparent;
  border-top: 1px solid #e0e0e0;
  text-decoration: none;
  -webkit-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}

.site-main-menu .cssmenu ul ul li:first-child a {
  border-top: none;
}

.site-main-menu .cssmenu ul ul li:hover>a,
.site-main-menu .cssmenu ul ul li a:hover {
  color: #fff;
  background: #1CBBD7;
}

.site-main-menu .cssmenu ul ul li.has-sub>a::after {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 4px;
  height: 4px;
  border-bottom: 1px solid #222;
  border-right: 1px solid #222;
  content: "";
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}

.site-main-menu .cssmenu.align-right ul ul li.has-sub>a::after {
  right: auto;
  left: 10px;
  border-bottom: 0;
  border-right: 0;
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
}

.site-main-menu .cssmenu ul ul li.has-sub:hover>a::after {
  border-color: #fff;
}

/*Menu Mobile*/
.mobile-nav .navbar-toggle {
  z-index: 999999;
  top: 28px;
  margin-right: 50px;
  padding: 10px 10px;
  background-color: #1CBBD7;
}

@media (max-width: 767px){
  .mobile-nav .navbar-toggle {
    margin-right: 20px;
  }
}

@media (max-width: 480px){
  .mobile-nav .navbar-toggle {
    margin-right: 15px;
    padding: 10px 10px;
    top: 26px;
  }
}

.mobile-nav #cssmenu,
.mobile-nav #cssmenu ul,
.mobile-nav #cssmenu ul li,
.mobile-nav #cssmenu ul li a,
.mobile-nav #cssmenu #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.mobile-nav #cssmenu>ul>li>a {
  font-family: 'Poppins';
  font-size: 16px;
  line-height: 1.43;
  text-align: left;
  color: #ffffff;
  padding: 20px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}

.mobile-nav #cssmenu ul ul li a {
  display: block;
  font-family: 'Poppins';
  font-size: 14px;
  text-align: left;
  color: #222222;
  padding: 17px 20px;
  min-width: 240px;
  background: transparent;
  border-top: 1px solid #e0e0e0;
  text-decoration: none;
  -webkit-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}

@media screen and (max-width: 991px) {
  .mobile-nav #cssmenu {
    width: 100%;
    background: #22292d;
    display: none;
    position: absolute;
    min-height: 100%;
    z-index: 2000000;
  }

  .mobile-nav .site-icons-close {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: solid 1px #1CBBD7;
    margin: auto;
    margin-top: 30px;
    margin-bottom: 35px;
    background-color: #1CBBD7;
  }

  .mobile-nav .site-icons-close i {
    font-family: FontAwesome;
    font-size: 15px;
    line-height: 2.93;
    text-align: center;
    color: #ffffff;
  }

  .mobile-nav #cssmenu ul {
    width: 100%;
    display: none;
    padding: 0 30px;
    background: transparent;
  }

  .mobile-nav #cssmenu ul ul {
    background: transparent;
    padding-right: 0;
  }

  .mobile-nav #cssmenu.align-center>ul,
  .mobile-nav #cssmenu.align-right ul ul {
    text-align: left;
  }

  .mobile-nav #cssmenu ul li,
  .mobile-nav #cssmenu ul ul li,
  .mobile-nav #cssmenu ul li:hover>ul>li {
    width: 100%;
    height: auto;
    border-top: 1px solid rgba(120, 120, 120, 0.15);
  }

  .mobile-nav #cssmenu ul ul li,
  .mobile-nav #cssmenu ul li:hover>ul>li {
    border-top: 1px solid transparent;
  }

  .mobile-nav #cssmenu li:hover>ul {
    border-top: 1px solid rgba(120, 120, 120, 0.15);
  }

  .mobile-nav #cssmenu ul li a,
  .mobile-nav #cssmenu ul ul li a {
    width: 100%;
    padding: 11px 5px;
    text-transform: inherit;
  }

  .mobile-nav #cssmenu ul li a:hover,
  .mobile-nav #cssmenu ul ul li a:hover {
    background-color: #1CBBD7;
  }

  .mobile-nav #cssmenu>ul>li,
  .mobile-nav #cssmenu.align-center>ul>li,
  .mobile-nav #cssmenu.align-right>ul>li {
    float: none;
    display: block;
  }

  .mobile-nav #cssmenu ul ul li:last-child a {
    border-bottom: none;
  }

  .mobile-nav #cssmenu ul ul li a {
    display: block;
    line-height: 24px;
    font-size: 14px;
    color: #aeaeae;
    background: none;
    border: none;
    border-bottom: 1px solid rgba(120, 120, 120, 0.15);
  }

  .mobile-nav #cssmenu ul ul li:hover>a,
  .mobile-nav #cssmenu ul ul li a:hover {
    color: #1CBBD7;
  }

  .mobile-nav .home-icon {
    background: transparent;
  }

  .mobile-nav #cssmenu>ul>li:hover>a,
  .mobile-nav #cssmenu>ul>li.active>a {
    color: #1CBBD7 !important;
  }

  .mobile-nav #cssmenu ul ul ul li a {
    padding-left: 0;
    border-top: none;
  }

  .mobile-nav #cssmenu ul ul,
  .mobile-nav #cssmenu ul ul ul {
    position: relative;
    left: 0;
    right: auto;
    width: 100%;
    margin: 0;
    border-top: 1px solid rgba(120, 120, 120, 0.15);
  }

  .mobile-nav #cssmenu>ul>li.has-sub>a::after,
  .mobile-nav #cssmenu ul ul li.has-sub>a::after {
    display: none;
  }

  .mobile-nav #menu-line {
    display: none;
  }

  .mobile-nav #cssmenu #menu-button {
    display: block;
    padding: 20px;
    color: #000000;
    cursor: pointer;
  }

  .mobile-nav #cssmenu .submenu-button {
    position: absolute;
    z-index: 10;
    right: 0;
    top: 0;
    display: block;
    height: 42px;
    width: 42px;
    cursor: pointer;
    border-left: 1px solid rgba(120, 120, 120, 0.15);
  }

  .mobile-nav #cssmenu .submenu-button::after {
    content: '\f107';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block;
    font-family: FontAwesome;
    color: #fff;
    z-index: 99;
  }

  .mobile-nav #cssmenu .submenu-button.active::before {
    content: '\f106';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block;
    font-family: FontAwesome;
    color: #1CBBD7;
    z-index: 99;
  }

  .mobile-nav #cssmenu ul li ul li .submenu-button::after {
    content: '';
    position: absolute;
    top: 21px;
    left: 20px;
    display: block;
    width: 1px;
    height: 11px;
    background: #fff;
    z-index: 99;
  }

  .mobile-nav #cssmenu ul li ul li .submenu-button::before {
    content: '';
    position: absolute;
    left: 15px;
    top: 21px;
    display: block;
    width: 11px;
    height: 1px;
    background: #fff;
    z-index: 99;
  }

  .mobile-nav #cssmenu ul li ul li .submenu-button.active::before {
    content: '';
    position: absolute;
    left: 21px;
    top: 21px;
    display: block;
    width: 11px;
    height: 1px;
    background: #1CBBD7;
    z-index: 99;
  }

  .mobile-nav #cssmenu .submenu-button.submenu-opened:after {
    display: none;
  }

  .mobile-nav .navbar-toggle .icon-bar {
    display: inline-block;
    width: 20px;
    height: 2px;
  }
  
  .fa-bars:before{
    font-size: 21px;
    color: #fff;
  }
}

/*SEARCH AND APPOINTMENT*/
.site-search-appointment {
  float: right;
  padding: 26px 0 26px 0px;
}

@media screen and (max-width: 991px) {
  .site-search-appointment {
    display: none;
  }
}

.site-search-appointment ul li {
  display: inline-block;
  margin-left: 15px;
}

.site-search-appointment ul li:first-child {
  margin-left: 0;
}

.site-search-appointment ul li.un-btn-search {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.site-search-appointment ul li.un-btn-search:hover {
  cursor: pointer;
  color: #1CBBD7;
}

.site-search-appointment ul li.site-btn-appointment a {
  display: inline-block;
  font-family: 'Fira Sans Condensed';
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 44px;
  letter-spacing: normal;
  text-align: center;
  color: #333333;
  padding: 0 20px;
  text-transform: uppercase;
  border: solid 2px #1CBBD7;
  border-radius: 4px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

@media screen and (max-width: 1199px) and (min-width: 992px) {
  .site-search-appointment ul li.site-btn-appointment a {
    font-size: 14px;
    line-height: 35px;
    padding: 0 10px;
  }
}

.site-search-appointment ul li.site-btn-appointment a:hover {
  color: #fff;
  background: #1CBBD7;
}

/*show-hover-shortcodes*/
.site-header-main {
  position: relative;
  padding-top: 10px;
    padding-bottom: 10px;
}

.show-hover-shortcodes {
  position: absolute;
  width: 100%;
  top: 100px;
  z-index: 999;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  display: none;
}

.show-hover-shortcodes h4 {
  font-family: 'Poppins';
  font-size: 14px;
  font-weight: bold;
  line-height: 50px;
  text-align: left;
  color: #333;
  margin: 0;
  padding: 0 20px;
}

.show-hover-shortcodes .short-code-title {
  background: #e0e0e0;
}

.show-hover-shortcodes .short-code-content {
  padding: 0 20px;
}

.show-hover-shortcodes ul li {
  border-bottom: 1px solid #e0e0e0;
  line-height: 50px;
  padding: 0 10px;
}

.show-hover-shortcodes ul li:last-child {
  border-bottom: none;
}

.show-hover-shortcodes ul li a {
  font-family: 'Poppins';
  font-size: 14px;
  line-height: 50px;
  text-align: left;
  color: #7b7b7b;
  display: block;
}

.show-hover-shortcodes ul li a i {
  margin-right: 10px;
}

.show-hover-shortcodes ul li:hover a {
  color: #1CBBD7;
}

/*FORM SEARCH HEAER*/
.site-form-search-header .box-search-header {
  background-color: #333333;
  position: absolute;
  right: 0;
  left: 0;
  top: 100px;
  z-index: 999;
  display: none;
}

.site-form-search-header .box-search-header .site-input-group {
  position: relative;
  padding: 25px 15px;
}

@media screen and (min-width: 992px) {
  .site-form-search-header .box-search-header .site-input-group {
    margin: 20px 70px;
  }
}

.site-form-search-header .box-search-header .site-input-group .btn-search {
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  background-color: transparent;
  color: #B3BDC7;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
}

.site-form-search-header .box-search-header .site-input-group .btn-search:hover {
  color: #1CBBD7;
}

@media screen and (min-width: 992px) {
  .site-form-search-header .box-search-header .site-input-group .btn-search {
    padding-right: 0;
    font-size: 24px;
    color: #7f7f7f;
  }
}

.site-form-search-header .box-search-header .site-input-group .form-control {
  padding-right: 50px;
  background-color: transparent;
  border-color: #7f7f7f;
  font-family: 'Poppins';
  font-size: 16px;
  color: #fff;
  min-height: 40px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.site-form-search-header .box-search-header .site-input-group .form-control:focus {
  border-color: #1CBBD7;
}

@media screen and (min-width: 992px) {
  .site-form-search-header .box-search-header .site-input-group .form-control {
    padding-left: 0;
    border-top: none;
    border-left: none;
    border-right: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
}

/*SITE BANNER BREADCRUMBS*/
.site-banner-default {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 250px;
  background-position: center center;
  background-size: cover;
}

.site-banner-default .page-title {
  float: left;
}

@media screen and (max-width: 767px) {
  .site-banner-default .page-title {
    float: none;
  }
}

.site-banner-default .page-title h1 {
  font-family: 'Fira Sans Condensed';
  font-size: 46px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.1;
  letter-spacing: 0.5px;
  text-align: left;
  color: #ffffff;
  text-transform: uppercase;
}

@media screen and (max-width: 991px) {
  .site-banner-default .page-title h1 {
    font-size: 40px;
  }
}


@media screen and (max-width: 767px) {
  .site-banner-default .page-title h1 {
    font-size: 34px;
  }
}

.site-banner-default .breadcrumbs {
  float: right;
  line-height: 50px;
}

@media screen and (max-width: 767px) {
  .site-banner-default .breadcrumbs {
    float: none;
  }
}

.site-banner-default .breadcrumbs li {
  display: inline-block;
  text-transform: capitalize;
  font-family: 'Poppins';
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  text-align: right;
  color: #ffffff;
}

.site-banner-default .breadcrumbs li a {
  font-family: 'Poppins';
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  text-align: right;
  color: #ffffff;
}

.site-banner-default .breadcrumbs li:first-child:before {
  content: '';
  padding: 0 0px;
}

.site-banner-default .breadcrumbs li:before {
  content: '\f105';
  font-family: FontAwesome;
  font-size: 14px;
  color: #fff;
  padding: 0 10px;
}

/*FOOTER*/
.footer-default {
  position: relative;
}

.footer-default .footer-main-content {
  background-color: #2d3840;
  padding: 80px 0;
}

@media screen and (max-width: 991px) {
  .footer-default .footer-main-content {
    padding: 80px 10px;
  }
}

@media screen and (max-width: 991px) {
  .footer-default .footer-main-content .footer-main-content-element {
    margin-bottom: 40px;
  }
}

.footer-default .footer-main-content p {
  font-family: 'Poppins';
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.71;
  letter-spacing: normal;
  text-align: left;
  color: #ffffff;
}

.footer-default .footer-main-content .site-info-contact ul{
  padding-top: 10px;
}

.footer-default .footer-main-content .site-info-contact ul li a{
  font-family: 'Poppins';
  font-size: 15px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.14;
  letter-spacing: normal;
  text-align: left;
  color: #1CBBD7;
}

.footer-default .footer-main-content .site-info-contact ul li i {
  font-family: FontAwesome;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.8;
  letter-spacing: normal;
  text-align: left;
  color: #ffffff;
  margin-right: 10px;
}

.footer-default .footer-main-content .widget-title {
  font-family: 'Fira Sans Condensed';
  font-size: 24px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.25;
  letter-spacing: 0.5px;
  text-align: left;
  color: #1CBBD7;
  margin: 0;
  padding-bottom: 30px;
}

@media screen and (max-width: 991px) and (min-width: 767px) {
  .footer-default .footer-main-content .site-quick-link ul{
    margin-bottom: 55px;
  }
}

.footer-default .footer-main-content .site-quick-link ul li {
  border-bottom: 1px solid #44515a;
}

.footer-default .footer-main-content .site-quick-link ul li a {
  display: block;
  font-family: 'Poppins';
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 3;
  letter-spacing: normal;
  text-align: left;
  color: #ffffff;
  text-transform: capitalize;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.footer-default .footer-main-content .site-quick-link ul li a:hover {
  color: #1CBBD7;
}

.footer-default .footer-main-content .site-quick-link ul li a span {
  color: #1CBBD7;
  margin-right: 5px;
}

.footer-default .footer-main-content .site-footer-social ul {
  display: inline-block;
}

.footer-default .footer-main-content .site-footer-social ul li {
  float: left;
  margin-right: 10px;
}

@media screen and (max-width: 1199px) and (min-width: 992px) {
  .footer-default .footer-main-content .site-footer-social ul li {
    margin-right: 5px;
  }
}

.footer-default .footer-main-content .site-footer-social ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: solid 1px #1CBBD7;
  border-radius: 4px;
  font-family: FontAwesome;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.86;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

@media screen and (max-width: 1199px) and (min-width: 992px) {
  .footer-default .footer-main-content .site-footer-social ul li a {
    width: 35px;
    height: 35px;
  }
}

.footer-default .footer-main-content .site-footer-social ul li a:hover {
  color: #fff;
  background: #1CBBD7;
}

.footer-default .copyright-area {
  background-image: -webkit-gradient(linear, left top, right top, from(#1CBBD7), color-stop(50%, #ffffff), to(#1CBBD7)), -webkit-gradient(linear, left top, left bottom, from(#1CBBD7), to(#1CBBD7));
  background-image: -webkit-linear-gradient(left, #1CBBD7, #ffffff 50%, #1CBBD7), -webkit-linear-gradient(#1CBBD7, #1CBBD7);
  background-image: -o-linear-gradient(left, #1CBBD7, #ffffff 50%, #1CBBD7), -o-linear-gradient(#1CBBD7, #1CBBD7);
  background-image: linear-gradient(to right, #1CBBD7, #ffffff 50%, #1CBBD7), linear-gradient(#1CBBD7, #1CBBD7);
  background-blend-mode: multiply, normal;
}

.footer-default .copyright-area p {
  font-family: 'Poppins';
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.86;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
  margin-bottom: 0;
  padding: 26px 0;
}

.footer-default .copyright-area p a {
  color: #fff;
}

.footer-default .copyright-area .copyright-menu {
  text-align: right;
}

@media screen and (max-width: 767px) {
  .footer-default .copyright-area .copyright-menu {
    text-align: left;
  }
}

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

.footer-default .copyright-area .copyright-menu li a {
  padding: 25px 10px;
  display: block;
  font-family: 'Poppins';
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.14;
  letter-spacing: normal;
  text-align: right;
  color: #ffffff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

@media screen and (max-width: 767px) {
  .footer-default .copyright-area .copyright-menu li a {
    padding: 0px 5px 26px 5px;
  }
}

@media screen and (max-width: 1199px) and (min-width: 992px) {
  .footer-default .copyright-area .copyright-menu li a {
    padding: 25px 5px;
  }
}

.footer-default .copyright-area .copyright-menu li a:hover {
  color: #333;
}

#toTop {
  position: absolute;
  left: 50%;
  bottom: 60px;
  z-index: 9999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: #1CBBD7;
  border: solid 3px #2d3840;
  font-family: FontAwesome;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.67;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

@media screen and (max-width: 1199px) and (min-width: 992px) {
  #toTop {
    bottom: 80px;
  }
}

@media screen and (max-width: 991px) and (min-width: 768px) {
  #toTop {
    bottom: 85px;
  }
}

@media screen and (max-width: 767px) {
  #toTop {
    bottom: 115px;
    left: 45%;
  }
}

@media screen and (max-width: 520px) {
  #toTop {
    bottom: 135px;
    left: 45%;
  }
}

#toTop:hover {
  border-color: #1CBBD7;
}

#toTop:hover .btn {
  color: #fff;
}

#toTop .btn {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

/*load page*/
.load-page {
  position: absolute;
  z-index: 999999999;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #fff;
}

.load-page .sk-wave {
  margin: 40px auto;
  width: 50px;
  height: 40px;
  text-align: center;
  font-size: 10px;
}

.load-page .sk-wave .sk-rect {
  background-color: #1CBBD7;
  height: 100%;
  width: 6px;
  display: inline-block;
  -webkit-animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
  animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
}

.load-page .sk-wave .sk-rect1 {
  -webkit-animation-delay: -1.2s;
  animation-delay: -1.2s;
}

.load-page .sk-wave .sk-rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.load-page .sk-wave .sk-rect3 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.load-page .sk-wave .sk-rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.load-page .sk-wave .sk-rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@-webkit-keyframes sk-waveStretchDelay {

  0%,
  40%,
  100% {
    -webkit-transform: scaleY(0.4);
    transform: scaleY(0.4);
  }

  20% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}

@keyframes sk-waveStretchDelay {

  0%,
  40%,
  100% {
    -webkit-transform: scaleY(0.4);
    transform: scaleY(0.4);
  }

  20% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}

/*Homepage*/
.site-home-title {
  padding-bottom: 60px;
}

.site-home-title h3 {
  font-family: 'Fira Sans Condensed';
  font-size:46px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.2;
  letter-spacing: 0.5px;
  text-align: center;
  color: #333333;
  text-transform: uppercase;
}

@media screen and (max-width: 991px) {
  .site-home-title h3 {
    font-size: 40px;
  }
}

@media screen and (max-width: 600px) {
  .site-home-title h3 {
    font-size: 36px;
  }
}

.site-home-title .site-underline {
  background: url("../images/services/underline1.png") no-repeat;
  background-position: center center;
  background-size: cover;
  width: 120px;
  height: 21px;
  margin: 0 auto;
  margin-top: 20px;
}

.site-home-title .site-line {
  display: inline-flex;
  width: 120px;
  height: 2px;
  background-color: #1CBBD7;
  margin-top: 10px;
}

/*BANNER*/
.site-banner .item {
  position: relative;
}

.site-banner .site-banner-img {
  position: relative;
  min-height: 160px;
  height: 160px;
}

@media screen and (max-width: 767px) {
  .site-banner .site-banner-img {
    min-height: 550px;
  }
}

@media screen and (max-width: 991px) and (min-width: 768px) {
  .site-banner .site-banner-img {
    min-height: 600px;
  }
}

@media (min-width: 992px) {
  .site-banner .site-banner-img {
    min-height: 800px;
    height: 800px;
  }
}

.site-banner .content {
  position: absolute;
  bottom: 50%;
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
  width: 100%;
}

.site-banner .caption {
  text-align: center;
  padding: 40px;
  background-color: rgba(0, 0, 0, 0.6);
  float: none;
}

@media screen and (max-width: 767px) {
  .site-banner .caption {
    padding: 30px;
  }
}

.site-banner .caption h1 {
  font-family: 'Fira Sans Condensed';
  font-size: 60px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: 2px;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
  padding-bottom: 15px;
}

@media screen and (max-width: 991px) and (min-width: 768px) {
  .site-banner .caption h1 {
    font-size: 48px;
    line-height: 1.2;
  }
}

@media screen and (max-width: 767px) {
  .site-banner .caption h1 {
    font-size: 36px;
    line-height: 1.2;
  }
}

.site-banner .caption p {
  font-family: 'Poppins';
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.67;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  padding-left: 120px;
  padding-right: 120px;
}

@media screen and (max-width: 1200px) {
  .site-banner .caption p {
    padding-left: 60px;
    padding-right: 60px;
  }
}

@media screen and (max-width: 991px) {
  .site-banner .caption p {
    font-size: 16px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 480px) {
  .site-banner .caption p {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.site-banner .caption a {
  display: inline-block;
  margin-top: 30px;
  min-width: 160px;
  font-family: 'Fira Sans Condensed';
  font-size: 18px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 50px;
  letter-spacing: 0.8px;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
  border: solid 2px #1CBBD7;
  border-radius: 4px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

@media screen and (max-width: 767px) {
  .site-banner .caption a {
    margin-top: 15px;
    font-size: 15px;
  }
}

.site-banner .caption a:hover {
  background: #1CBBD7;
}

@media screen and (min-width: 992px) {
  .site-banner .owl-theme .owl-dots {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .site-banner .owl-theme .owl-dots {
    position: relative;
    margin-top: -40px;
  }
}

.owl-theme .owl-dots .owl-dot span {
  width: 25px;
  height: 5px;
  margin: 5px 7px;
  background: #333333;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity .2s ease;
  border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span {
  background: #1CBBD7;
}

.owl-theme .owl-dots .owl-dot:hover span {
  background: #1CBBD7;
}

.site-banner .owl-theme .owl-nav {
  margin-top: 0;
}

@media screen and (max-width: 991px) {
  .site-banner .owl-theme .owl-nav {
    display: none;
  }
}

.site-banner .owl-theme .owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  left: 20px;
}

.site-banner .owl-theme .owl-nav .owl-prev:before {
  content: '\f053';
  font-family: FontAwesome;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #333333;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.site-banner .owl-theme .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  right: 20px;
}

.site-banner .owl-theme .owl-nav .owl-next:before {
  content: '\f054';
  font-family: FontAwesome;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #333333;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.site-banner .owl-theme .owl-nav [class*=owl-] {
  position: absolute;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background: rgba(255,255,255, 0.8);
  border: 2px solid #1CBBD7;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  border-radius: 4px;
}

.site-banner .owl-theme .owl-nav [class*=owl-]:hover {
  background: #1CBBD7;
}

.site-banner .owl-theme .owl-nav [class*=owl-]:hover:before {
  color: #fff;
}

/*OUR MISSION*/
.site-hơme-mission {
  padding-top: 100px;
  padding-bottom: 100px;
}

@media screen and (max-width: 991px) {
  .site-hơme-mission {
    padding-top: 100px;
    padding-bottom: 80px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (max-width: 480px) {
  .site-hơme-mission {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media screen and (max-width: 991px) {
  .site-hơme-mission .row{
    display: flex;
    flex-direction: column-reverse;
  }
}

.site-hơme-mission .site-mission-left-col img {
  width: 100%;
  height: auto;
}

.site-hơme-mission .site-mission-left-col figure {
  margin: 0;
	padding: 0;
	background: #fff;
	overflow: hidden;
  position: relative;
}

.site-hơme-mission .site-mission-left-col figure::before {
	position: absolute;
	top: 0;
	left: -75%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}

.site-hơme-mission .site-mission-left-col figure:hover::before {
	-webkit-animation: shine 1.25s;
	animation: shine 1.25s;
}

@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}
@keyframes shine {
	100% {
		left: 125%;
	}
}

.site-hơme-mission .site-home-title {
  padding-bottom: 25px;
}


@media screen and (max-width: 991px) {
  .site-hơme-mission .site-mission-right-col {
    margin-bottom: 30px;
  }
}

.site-hơme-mission .site-mission-right-col .site-home-title h3{
  text-align: left;
}

@media screen and (max-width: 600px) {
  .site-hơme-mission .site-mission-right-col .site-home-title h3{
    font-size: 36px;
  }
}

.site-hơme-mission .site-mission-right-col p {
  font-family: 'Poppins';
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.71;
  letter-spacing: 0.2px;
  text-align: left;
  color: #4f4f4f;
  padding-bottom: 15px;
}

/*OUR SERVICES*/

.site-home-our-services .site-home-title h3 {
  color: #FFF;
}

.site-home-our-services .center-line{
  text-align: center;
}

.site-home-our-services .site-line {
  background-color: #FFF;
  text-align: center;
}

.site-home-our-services .site-services-icon-box {
  padding: 100px 0;
}

@media screen and (max-width: 991px) {
  .site-home-our-services .site-services-icon-box {
    padding: 80px 0;
  }
}

.site-services-icon-box-default {
  margin-bottom: 30px;
  border: solid 1px #e0e0e0;
  background-color: #fff;
}

.site-services-icon-box-default figure {
  margin: 0;
	padding: 0;
	background: #fff;
	overflow: hidden;
  position: relative;
}

.site-services-icon-box-default figure::before {
	position: absolute;
	top: 0;
	left: -75%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}

.site-services-icon-box-default figure:hover::before {
	-webkit-animation: shine 1.25s;
	animation: shine 1.25s;
}

@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}
@keyframes shine {
	100% {
		left: 125%;
	}
}

.site-services-icon-box-default .item-icons-title {
  background-color: #333333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.site-services-icon-box-default .item-icons-title:hover {
  background-color: #1CBBD7;
}

.site-services-icon-box-default .item-icons-title .item-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  background-color: #1CBBD7;
}

@media screen and (max-width: 1199px) and (min-width: 992px) {
  .site-services-icon-box-default .item-icons-title .item-icons {
    width: 80px;
    height: 80px;
  }
}

.site-services-icon-box-default .item-icons-title .item-title {
  min-height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 20px;
}

@media screen and (max-width: 1199px) and (min-width: 992px) {
  .site-services-icon-box-default .item-icons-title .item-title {
    min-height: 80px;
    padding: 0 20px;
  }
}

@media screen and (max-width: 991px) {
  .site-services-icon-box-default .item-icons-title .item-title {
    padding: 0 20px;
  }
}

.site-services-icon-box-default .item-icons-title .item-title h4 {
  font-family: 'Fira Sans Condensed';
  font-size: 24px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.5px;
  text-align: left;
  text-transform: uppercase;
  color: #ffffff;
}

@media screen and (max-width: 991px) {
  .site-services-icon-box-default .item-icons-title .item-title h4 {
    font-size: 20px;
  }
}

.site-services-icon-box-default .item-caption {
  background-color: #ffffff;
  padding: 30px 30px 20px;
}

.site-services-icon-box-default .item-caption p {
  font-family: 'Poppins';
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.71;
  letter-spacing: normal;
  text-align: left;
  color: #4f4f4f;
}

.site-services-icon-box-default .item-caption .readmore {
  display: block;
  font-family: 'Fira Sans Condensed';
  font-size: 18px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  text-align: left;
  line-height: 2.57;
  color: #19a5bd;
  padding-top: 10px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.site-services-icon-box-default .item-caption .readmore:hover {
  color: #2d3840;
}

/*OUR DOCTOR*/
.site-home-our-doctor{
  padding: 100px 0;
}

@media screen and (max-width: 991px) {
  .site-home-our-doctor{
    padding: 80px 0;
  }
}

.site-home-our-doctor .center-line{
  text-align: center;
}

.site-home-our-doctor figure {
  margin: 0;
	padding: 0;
	background: #fff;
	overflow: hidden;
  position: relative;
}

.site-home-our-doctor figure::before {
	position: absolute;
	top: 0;
	left: -75%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}

.site-home-our-doctor figure:hover::before {
	-webkit-animation: shine 1.25s;
	animation: shine 1.25s;
}

@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}
@keyframes shine {
	100% {
		left: 125%;
	}
}

.site-home-our-doctor .site-home-title h3 {
  color: #333333;
}

.site-shortcode-team-1 .site-team-1-default .item-caption .item-icons img {
  width: auto;
  height: auto;
}

.site-shortcode-team-1 .owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: transparent;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}

.site-shortcode-team-1 .owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  background-color: #333333;
}

.site-shortcode-team-1 .owl-theme .owl-dots .owl-dot.active span {
  background-color: #1CBBD7;
}

.site-team-1-default .item-img img {
  width: 100%;
  height: auto;
}

.site-team-1-default .item-caption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #333333;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  transition: all 0.5s;
}

.site-team-1-default .item-description{
  background-color: #efefef;
  display: flex;
  padding: 20px 20px;
  font-family: 'Poppins';
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.4;
  letter-spacing: 0.2px;
  color: #4f4f4f;
}

.site-team-1-default .item-caption .item-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 70px;
  background-color: #1CBBD7;
}

.site-team-1-default .item-caption .item-title {
  padding-left: 15px;
}

.site-team-1-default .item-caption .item-title h4 {
  font-family: 'Fira Sans Condensed';
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: 0.5px;
  text-align: left;
  font-size: 20px;
  line-height: 1;
  color: #ffffff;
  text-transform: uppercase;
}

.site-team-1-default .item-caption .item-title span {
  font-family: 'Poppins';
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: #1CBBD7;
  text-transform: uppercase;
}

/*WHY CHOOSE US*/
.site-home-why-choose-us .site-home-title h3 {
  color: #FFF;
}

.site-home-why-choose-us .center-line{
  text-align: center;
}

.site-home-why-choose-us .site-line {
  background-color: #FFF;
  text-align: center;
}

.site-home-why-choose-us .site-choose-us-icon-box {
  padding: 100px 0;
}

@media screen and (max-width: 991px) {
  .site-home-why-choose-us .site-choose-us-icon-box {
    padding: 80px 0;
  }
}

.site-shortcode-icons-box-2-default {
  padding: 15px 20px;
}

@media screen and (max-width: 991px) {
  .site-shortcode-icons-box-2-default {
    padding: 15px 20px;
  }
}

.site-shortcode-icons-box-2-default .item-icons {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  text-align: center;
  margin: 0 auto;
  font-family: FontAwesome;
  font-size: 48px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 0.6;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  background: #03404b;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  border-radius: 4px;
}

.site-shortcode-icons-box-2-default .item-icons:hover{
  background: #000000;
}

.site-shortcode-icons-box-2-default .item-caption {
  margin-top: 20px;
}

.site-shortcode-icons-box-2-default .item-caption h4 {
  font-family: 'Fira Sans Condensed';
  font-size: 24px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.1;
  letter-spacing: 0.5px;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.site-shortcode-icons-box-2-default .item-caption p {
  font-family: 'Poppins';
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.71;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
}

/*OPENING HOURS AND BOOK APPOINTMENT*/
.site-home-opening-book {
  padding: 100px 0;
}

@media screen and (max-width: 991px) {
  .site-home-opening-book {
    padding: 80px 0;
  }
}

.site-home-opening-book .site-home-opening-book-content {
  background: #fff;
  overflow: hidden;
}

.site-home-opening-hours .site-home-opening-hours-title {
  background-color: #333333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.site-home-opening-hours .site-home-opening-hours-title .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  float: left;
  background-color: #1CBBD7;
  font-family: FontAwesome;
  font-size: 48px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 0.75;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
}

.site-home-opening-hours .site-home-opening-hours-title h4 {
  font-family: 'Fira Sans Condensed';
  font-size: 26px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: #ffffff;
  text-transform: uppercase;
  padding: 0 20px;
}

.site-home-opening-hours .site-home-opening-hours-content {
  background: #1CBBD7;
  padding: 20px 30px;
}

.site-home-opening-hours .site-home-opening-hours-content .table tr:first-child td {
  border-top: none;
}

.site-home-opening-hours .site-home-opening-hours-content .table tr td {
  font-family: 'Poppins';
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 3;
  letter-spacing: normal;
  text-align: left;
  color: #ffffff;
  text-transform: capitalize;
  border-top-color: #e0e0e0;
  padding: 0;
}

.site-home-opening-hours .site-home-opening-hours-content .book-appointment {
  display: block;
  font-family: 'Poppins';
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 50px;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  border: solid 2px #ffffff;
  text-transform: uppercase;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.site-home-opening-hours .site-home-opening-hours-content .book-appointment:hover {
  background: #fff;
  color: #1CBBD7;
}

@media screen and (max-width: 991px) {
  .site-home-opening-book .site-home-contact-form {
    padding: 50px 20px 30px;
  }
}

.site-home-opening-book .site-home-contact-form .site-home-title {
  padding-bottom: 40px;
}

.site-home-opening-book .site-home-contact-form .site-home-title h3 {
  text-align: left;
}

.site-home-contact-form {
  padding-top: 25px;
}

.site-home-contact-form .input-group {
  width: 100%;
}

.site-home-contact-form .input-group .input-group-addon {
  width: 50px;
  height: 50px;
  background: #1CBBD7;
  color: #fff;
  border: none;
  border-radius: 0;
  font-size: 18px;
}

.site-home-contact-form .input-group .input-group-addon.btn {
  background: transparent;
  border: 1px solid #e0e0e0;
  border-left: none;
  color: #333;
}

.site-home-contact-form .input-group input {
  height: 50px;
  border-radius: 0;
}

.site-home-contact-form .input-group .form-control {
  font-family: 'Poppins';
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 3;
  letter-spacing: normal;
  text-align: left;
  color: #555;
  text-transform: capitalize;
  border-color: #adadad;
}

.site-home-contact-form .input-group textarea {
  height: 200px;
  border: solid 1px #adadad;
}

.site-home-contact-form .vk-btn-send {
  min-width: 140px;
  height: 50px;
  border: solid 2px #1CBBD7;
  border-radius: 4px;
  font-family: 'Fira Sans Condensed';
  font-size: 18px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  text-align: center;
  color: #333333;
  text-transform: uppercase;
  background: #fff;
  float: right;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.site-home-contact-form .vk-btn-send:hover {
  color: #fff;
  background: #1CBBD7;
}

/*Medical And Psychiatric Services*/

.site-service-1-body .site-services-title h3 {
  font-family: 'Fira Sans Condensed';
  font-size: 36px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: left;
  color: #333333;
  text-transform: uppercase;
}

.site-service-1-body .site-services-title .site-underline {
  background: url("../images/services/underline1.png") no-repeat;
  background-position: center center;
  background-size: cover;
  width: 120px;
  height: 21px;
  margin: 0 auto;
  margin-top: 20px;
}

.site-service-1-body .site-line {
  width: 120px;
  height: 2px;
  background-color: #1CBBD7;
  margin-top: 10px;
}

/*REVOLUTIONIZE SENIOR CARE SECTION*/
.site-service-1-senior-care {
  padding-top: 100px;
  padding-bottom: 100px;
}

@media screen and (max-width: 991px) {
  .site-service-1-senior-care {
    padding-top: 80px;
    padding-bottom: 80px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (max-width: 480px) {
  .site-service-1-senior-care {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media screen and (max-width: 991px) {
  .site-service-1-senior-care .row{
    display: flex;
    flex-direction: column-reverse;
  }
}

.site-service-1-senior-care .site-service-1-left-col img {
  width: 100%;
  height: auto;
}

.site-service-1-senior-care .site-service-1-left-col figure {
  margin: 0;
	padding: 0;
	background: #fff;
	overflow: hidden;
  position: relative;
}

.site-service-1-senior-care .site-service-1-left-col figure::before {
	position: absolute;
	top: 0;
	left: -75%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}

.site-service-1-senior-care .site-service-1-left-col figure:hover::before {
	-webkit-animation: shine 1.25s;
	animation: shine 1.25s;
}

@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}
@keyframes shine {
	100% {
		left: 125%;
	}
}

.site-service-1-senior-care .site-home-title {
  padding-bottom: 25px;
}

@media screen and (max-width: 991px) {
  .site-service-1-senior-care .site-service-1-right-col {
    margin-bottom: 30px;
  }
}

.site-service-1-senior-care .site-service-1-right-col .site-home-title h3{
  font-size: 42px;
  text-align: left;
  line-height: 1.2;
}

@media screen and (max-width: 600px) {
  .site-service-1-senior-care .site-service-1-right-col .site-home-title h3{
    font-size: 32px;
  }
}

.site-service-1-senior-care .site-service-1-right-col p {
  font-family: 'Poppins';
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.71;
  letter-spacing: 0.2px;
  text-align: left;
  color: #4f4f4f;
  padding-bottom: 15px;
}

/*MEDICAL DIRECTORSHIP SECTION*/

@media screen and (min-width: 992px){
  .site-medical-directorship .row {
      display: flex;
      flex-wrap: nowrap;
      align-items: stretch;
  }
}

@media screen and (min-width: 992px){
  .site-medical-directorship .row .col-md-4 {
    display: flex;
  }
}

.site-medical-directorship .site-medical-directorship-body {
  padding: 100px 0;
}

.site-medical-directorship .site-home-title h3 {
  color: #FFF;
}

.site-medical-directorship .site-home-title p {
  font-family: 'Poppins';
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.4;
  letter-spacing: 0.2px;
  color: #fff;
  text-align: center;
  padding-top: 15px;
}

.site-medical-directorship .lower p {
  font-family: 'Poppins';
  font-size: 17px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.4;
  letter-spacing: 0.2px;
  color: #fff;
  text-align: center;
  padding-top: 10px;
}

.site-medical-directorship .center-line{
  text-align: center;
}

.site-medical-directorship .site-line {
  background-color: #FFF;
  text-align: center;
}

.site-medical-directorship .item-caption {
  background-color: #ffffff;
  padding: 25px 30px 25px;
}

/*PSYCHIATRIC DIRECTORSHIP SECTION*/
@media screen and (min-width: 992px){
  .site-psychiatric-directorship .row {
      display: flex;
      flex-wrap: nowrap;
      align-items: stretch;
  }
}

@media screen and (min-width: 992px){
  .site-psychiatric-directorship .row .col-md-4 {
    display: flex;
  }
}

.site-psychiatric-directorship .site-psychiatric-directorship-body {
  padding: 100px 0;
  background-color: #efefef;
}

.site-psychiatric-directorship .site-home-title h3 {
  color: #333333;
}

.site-psychiatric-directorship .site-home-title p {
  font-family: 'Poppins';
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.4;
  letter-spacing: 0.2px;
  color: #4f4f4f;
  text-align: center;
  padding-top: 10px;
}

.site-psychiatric-directorship .lower p {
  font-family: 'Poppins';
  font-size: 17px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.4;
  letter-spacing: 0.2px;
  color: #4f4f4f;
  text-align: center;
  padding-top: 15px;
}

.site-psychiatric-directorship .center-line{
  text-align: center;
}

.site-psychiatric-directorship .site-line {
  text-align: center;
}

.site-psychiatric-directorship .item-caption {
  background-color: #ffffff;
  padding: 25px 30px 25px;
}

/*OUR MISSION SECTION*/
.site-service-1-mission {
  padding-top: 100px;
  padding-bottom: 100px;
}

@media screen and (max-width: 991px) {
  .site-service-1-mission {
    padding-top: 80px;
    padding-bottom: 80px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (max-width: 480px) {
  .site-service-1-mission {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.site-service-1-mission .site-home-title {
  padding-bottom: 20px;
}

.site-service-1-mission .site-service-1-left-col .site-home-title h3{
  text-align: left;
}

.site-service-1-mission .site-service-1-left-col p {
  font-family: 'Poppins';
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.71;
  letter-spacing: 0.2px;
  text-align: left;
  color: #4f4f4f;
  padding-bottom: 30px;
}

.site-service-1-mission .site-service-1-right-col .site-home-title h4{
  font-family: 'Fira Sans Condensed';
  font-size: 38px;
  text-align: left;
  line-height: 1.2;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: 0.5px;
  color: #333333;
  text-transform: uppercase;
}

@media screen and (max-width: 600px) {
  .site-service-1-mission .site-service-1-right-col .site-home-title h4{
    font-size: 30px;
  }
}

.site-service-1-mission .site-service-1-right-col p {
  font-family: 'Poppins';
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.71;
  letter-spacing: 0.2px;
  text-align: left;
  color: #4f4f4f;
  padding-bottom: 15px;
}

/*KEY FEATURES*/
.site-features-our-services{
  background-color: #efefef;
}

.site-features-our-services .center-line{
  text-align: center;
}

.site-features-our-services .site-line {
  text-align: center;
}

.site-features-our-services .site-home-title {
  padding-top: 60px;
  padding-bottom: 60px;
}

@media screen and (min-width: 992px) {
  .site-features-shortcode-icons-box-2 .row{
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
  }
}

.site-features-shortcode-icons-box-2 .site-clear-padding{
  display: flex;
}

.site-features-shortcode-icons-box-2-default {
  padding: 35px 30px;
}

@media screen and (max-width: 1500px) {
  .site-features-shortcode-icons-box-2-default {
    padding: 30px 20px;
  }
}

@media screen and (max-width: 1200px) {
  .site-features-shortcode-icons-box-2-default {
    padding: 25px 10px;
  }
}

@media screen and (max-width: 991px) {
  .site-features-shortcode-icons-box-2-default {
    padding: 35px 30px;
  }
}

@media screen and (max-width: 500px) {
  .site-features-shortcode-icons-box-2-default {
    padding: 25px 20px;
  }
}

.site-features-shortcode-icons-box-2-default .item-icons {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  text-align: center;
  margin: 0 auto;
  font-family: FontAwesome;
  font-size: 48px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 0.6;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  border-radius: 4px;
}

.site-features-shortcode-icons-box-2-default .item-icons i {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  text-align: center;
  color: #ffffff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.site-features-shortcode-icons-box-2-default .item-icons i:hover::before{
  -webkit-animation: toRightFromLeft 0.3s forwards;
	-moz-animation: toRightFromLeft 0.3s forwards;
	animation: toRightFromLeft 0.3s forwards;
}

@-webkit-keyframes toRightFromLeft {
	49% {
		-webkit-transform: translate(100%);
	}
	50% {
		opacity: 0;
		-webkit-transform: translate(-100%);
	}
	51% {
		opacity: 1;
	}
}
@-moz-keyframes toRightFromLeft {
	49% {
		-moz-transform: translate(100%);
	}
	50% {
		opacity: 0;
		-moz-transform: translate(-100%);
	}
	51% {
		opacity: 1;
	}
}
@keyframes toRightFromLeft {
	49% {
		transform: translate(100%);
	}
	50% {
		opacity: 0;
		transform: translate(-100%);
	}
	51% {
		opacity: 1;
	}
}

.site-features-shortcode-icons-box-2-default .item-caption {
  margin-top: 20px;
}

.site-features-shortcode-icons-box-2-default .item-caption h4 {
  font-family: 'Fira Sans Condensed';
  font-size: 24px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.1;
  letter-spacing: 0.5px;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.site-features-shortcode-icons-box-2-default .item-caption p {
  font-family: 'Poppins';
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.71;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
}

.site-background-blue {
  background: #1CBBD7; 
}

.site-background-blue-blur {
  background: #049eb9; 
}

/*HEALTH MANAGEMENT*/
.site-management-our-services{
  background-color: #efefef;
}

.site-management-our-services .center-line{
  text-align: center;
}

.site-management-our-services .site-line {
  text-align: center;
}

.site-management-our-services .site-home-title {
  padding-top: 60px;
  padding-bottom: 60px;
}

.site-management-our-services .site-home-title p{
  font-family: 'Poppins';
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.71;
  letter-spacing: 0.2px;
  text-align: center;
  color: #4f4f4f;
  padding-top: 15px;
}

@media screen and (min-width: 992px) {
  .site-management-shortcode-icons-box-2 .row{
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
  }
}

.site-management-shortcode-icons-box-2 .site-clear-padding{
  display: flex;
}

.site-management-shortcode-icons-box-2-default {
  padding: 35px 30px;
}

@media screen and (max-width: 1500px) {
  .site-management-shortcode-icons-box-2-default {
    padding: 30px 20px;
  }
}

@media screen and (max-width: 1200px) {
  .site-management-shortcode-icons-box-2-default {
    padding: 25px 10px;
  }
}

@media screen and (max-width: 991px) {
  .site-management-shortcode-icons-box-2-default {
    padding: 35px 30px;
  }
}

@media screen and (max-width: 500px) {
  .site-management-shortcode-icons-box-2-default {
    padding: 25px 20px;
  }
}

.site-management-shortcode-icons-box-2-default .item-icons {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  text-align: center;
  margin: 0 auto;
  font-family: FontAwesome;
  font-size: 48px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 0.6;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  border-radius: 4px;
}

.site-management-shortcode-icons-box-2-default .item-icons i {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  text-align: center;
  color: #ffffff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.site-management-shortcode-icons-box-2-default .item-icons i:hover::before{
  -webkit-animation: toLeftFromRight 0.3s forwards;
	-moz-animation: toLeftFromRight 0.3s forwards;
	animation: toLeftFromRight 0.3s forwards;
}

@-webkit-keyframes toLeftFromRight {
	49% {
		-webkit-transform: translate(-100%);
	}
	50% {
		opacity: 0;
		-webkit-transform: translate(100%);
	}
	51% {
		opacity: 1;
	}
}
@-moz-keyframes toLeftFromRight {
	49% {
		-moz-transform: translate(-100%);
	}
	50% {
		opacity: 0;
		-moz-transform: translate(100%);
	}
	51% {
		opacity: 1;
	}
}
@keyframes toLeftFromRight {
	49% {
		transform: translate(-100%);
	}
	50% {
		opacity: 0;
		transform: translate(100%);
	}
	51% {
		opacity: 1;
	}
}

.site-management-shortcode-icons-box-2-default .item-caption {
  margin-top: 20px;
}

.site-management-shortcode-icons-box-2-default .item-caption h4 {
  font-family: 'Fira Sans Condensed';
  font-size: 24px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.1;
  letter-spacing: 0.5px;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.site-management-shortcode-icons-box-2-default .item-caption p {
  font-family: 'Poppins';
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.71;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
}

/*TRANSFORMATIVE PSYCHIATRIC SOLUTIONS*/

.site-psychiatric-solutions {
  padding-top: 100px;
  padding-bottom: 20px;
}

@media screen and (max-width: 991px) {
  .site-psychiatric-solutions{
    padding-top: 80px;
    padding-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (max-width: 480px) {
  .site-psychiatric-solutions{
    padding-left: 10px;
    padding-right: 10px;
  }
}

.site-psychiatric-solutions .center-line{
  text-align: center;
}

.site-psychiatric-solutions .site-line {
  text-align: center;
}

.site-psychiatric-solutions .site-home-title p{
  font-family: 'Poppins';
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.71;
  letter-spacing: 0.2px;
  text-align: center;
  color: #4f4f4f;
  padding-top: 15px;
}

.site-psychiatric-solutions-body {
  padding-top: 40px;
}

@media screen and (min-width: 992px) {
  .site-psychiatric-solutions-body .psychiatric-row-1{
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
  }
}

@media screen and (min-width: 992px) {
  .site-psychiatric-solutions-body .psychiatric-row-1 .col-md-4{
    display: flex;
  }
}

@media screen and (min-width: 992px) {
  .site-psychiatric-solutions-body .psychiatric-row-2{
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
  }
}

@media screen and (min-width: 992px) {
  .site-psychiatric-solutions-body .psychiatric-row-2 .col-md-4{
    display: flex;
  }
}


.site-psychiatric-solutions-default {
  border: solid 1px #e0e0e0;
  margin-bottom: 80px;
  position: relative;
}

.site-psychiatric-solutions-default .item-icons {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  background-color: #1CBBD7;
  border: solid 1px #ffffff;
  border-radius: 50%;
  margin: auto;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.site-psychiatric-solutions-default .item-icons:hover{
  background-color: #000;
}

.site-psychiatric-solutions-default .item-caption {
  padding: 70px 40px 40px 40px;
}

@media screen and (max-width: 1199px) {
  .site-psychiatric-solutions-default .item-caption {
    padding: 70px 25px 40px 25px;
  }
}

@media screen and (max-width: 500px) {
  .site-psychiatric-solutions-default .item-caption {
    padding: 70px 15px 40px 15px;
  }
}

.site-psychiatric-solutions-default .item-caption h4 {
  display: block;
  font-family: 'Fira Sans Condensed';
  font-size: 20px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: center;
  color: #333333;
  text-transform: uppercase;
  margin-bottom: 15px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.site-psychiatric-solutions-default .item-caption ul li{
  position: relative;
  padding-left: 15px;
  font-family: 'Poppins';
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.6;
  letter-spacing: normal;
  text-align: left;
  color: #4f4f4f;
}

.site-psychiatric-solutions-default .item-caption ul li::before{
  position: absolute;
  top: 7px;
  left: 0;
  content: '\f111';
  font-family: FontAwesome;
  font-size: 7px;
  color: #1CBBD7;
}

.site-psychiatric-solutions-default .item-caption p {
  font-family: 'Poppins';
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: center;
  color: #4f4f4f;
}

/* SERVICES 1 WHY CHOOSE US*/
.site-service-1-why-choose-us .site-home-title h3 {
  color: #FFF;
}

.site-service-1-why-choose-us .center-line{
  text-align: center;
}

.site-service-1-why-choose-us .site-line {
  background-color: #FFF;
  text-align: center;
}

.site-service-1-why-choose-us .site-choose-us-icon-box {
  padding: 100px 0;
}

@media screen and (max-width: 991px) {
  .site-service-1-why-choose-us .site-choose-us-icon-box {
    padding: 80px 0;
  }
}

/* OUR DOCTORS SERVICE 1 PAGE */
.site-services-1-our-doctor{
  padding-top: 100px;
  padding-bottom: 100px;
}

@media screen and (max-width: 991px){
  .site-services-1-our-doctor {
      padding-top: 80px;
      padding-bottom: 80px;
      padding-left: 15px;
      padding-right: 15px;
  }
}

.site-services-1-our-doctor .center-line{
  text-align: center;
}

.site-services-1-our-doctor .site-line {
  text-align: center;
}

.site-services-1-our-doctor figure {
  margin: 0;
	padding: 0;
	background: #fff;
	overflow: hidden;
  position: relative;
}

.site-services-1-our-doctor figure::before {
	position: absolute;
	top: 0;
	left: -75%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}

.site-services-1-our-doctor figure:hover::before {
	-webkit-animation: shine 1.25s;
	animation: shine 1.25s;
}

@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}
@keyframes shine {
	100% {
		left: 125%;
	}
}

.site-shortcode-team-2 .site-team-2-default .item-caption .item-icons img {
  width: auto;
  height: auto;
}

.site-shortcode-team-2 .owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: transparent;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}

.site-shortcode-team-2 .owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  background-color: #333333;
}

.site-shortcode-team-2 .owl-theme .owl-dots .owl-dot.active span {
  background-color: #1CBBD7;
}

.site-team-2-default .item-img img {
  width: 100%;
  height: auto;
}

.site-team-2-default .item-caption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #333333;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  transition: all 0.5s;
}

.site-team-2-default .item-description{
  background-color: #efefef;
  display: flex;
  padding: 20px 20px;
  font-family: 'Poppins';
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.4;
  letter-spacing: 0.2px;
  color: #4f4f4f;
}

.site-team-2-default .item-caption .item-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 70px;
  background-color: #1CBBD7;
}

.site-team-2-default .item-caption .item-title {
  padding-left: 15px;
}

.site-team-2-default .item-caption .item-title h4 {
  font-family: 'Fira Sans Condensed';
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: 0.5px;
  text-align: left;
  font-size: 20px;
  line-height: 1;
  color: #ffffff;
  text-transform: uppercase;
}

.site-team-2-default .item-caption .item-title span {
  font-family: 'Poppins';
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: #1CBBD7;
  text-transform: uppercase;
}

/*VITAL PSYCHIATRIC SERVICES */

.site-vital-psychiatric-services .site-home-title h3 {
  color: #FFF;
}

.site-vital-psychiatric-services .center-line{
  text-align: center;
}

.site-vital-psychiatric-services .site-line {
  background-color: #FFF;
  text-align: center;
}

.site-vital-psychiatric-services .site-home-title p {
    font-family: 'Poppins';
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.4;
    letter-spacing: 0.2px;
    color: #fff;
    text-align: center;
    padding-top: 15px;
}

.site-shortcode-icons-box-4{
  padding: 100px 0;
}

@media screen and (max-width: 991px){
  .site-shortcode-icons-box-4{
    padding: 80px 0;
  }
}  

.site-shortcode-icons-box-4-default {
  margin-bottom: 30px;
}

.site-shortcode-icons-box-4-default .item-icons-title {
  background-color: #1CBBD7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.site-shortcode-icons-box-4-default .item-icons-title:hover {
  background-color: #333333;
}

.site-shortcode-icons-box-4-default .item-icons-title .item-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  background-color: #333333;
}

@media screen and (max-width: 1199px) and (min-width: 992px) {
  .site-shortcode-icons-box-4-default .item-icons-title .item-icons {
    width: 80px;
    height: 80px;
  }
}

.site-shortcode-icons-box-4-default .item-icons-title .item-title {
  min-height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 20px;
}

@media screen and (max-width: 1199px) and (min-width: 992px) {
  .site-shortcode-icons-box-4-default .item-icons-title .item-title {
    min-height: 80px;
  }
}

.site-shortcode-icons-box-4-default .item-icons-title .item-title h4 {
  font-family: 'Fira Sans Condensed';
  font-size: 22px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  text-transform: uppercase;
  color: #ffffff;
}

@media screen and (max-width: 1199px) and (min-width: 992px) {
  .site-shortcode-icons-box-4-default .item-icons-title .item-title h4 {
    font-size: 20px;
  }
}

.site-shortcode-icons-box-4-default .item-caption {
  background-color: #ffffff;
  padding: 30px 15px;
}

.site-shortcode-icons-box-4-default .item-caption p {
  font-family: 'Poppins';
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: #4f4f4f;
}

.site-shortcode-icons-box-4-default .item-caption ul li{
  position: relative;
  padding-left: 15px;
  font-family: 'Poppins';
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.6;
  letter-spacing: normal;
  text-align: left;
  color: #4f4f4f;
}

.site-shortcode-icons-box-4-default .item-caption ul li::before{
  position: absolute;
  top: 7px;
  left: 0;
  content: '\f111';
  font-family: FontAwesome;
  font-size: 7px;
  color: #1CBBD7;
}

.site-shortcode-icons-box-4-default .item-caption ul li a{
  color: #1CBBD7;
}

/*HOSPICE SERVICES*/
.site-hospice-service{
  padding-top: 100px;
  padding-bottom: 100px;
}

@media screen and (max-width: 991px) {
  .site-hospice-service{
    padding-top: 80px;
    padding-bottom: 80px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (max-width: 480px) {
  .site-hospice-service {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.site-hospice-service .site-home-title {
  padding-bottom: 20px;
}

.site-hospice-service .site-hospice-service-left-col .site-home-title h3{
  font-family: 'Fira Sans Condensed';
  font-size: 38px;
  text-align: left;
  line-height: 1.2;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: 0.5px;
  color: #333333;
  text-transform: uppercase;
}

@media screen and (max-width: 600px) {
  .site-hospice-service .site-hospice-service-left-col .site-home-title h3{
    font-size: 30px;
  }
}

.site-hospice-service .site-hospice-service-left-col h4{
  font-family: 'Fira Sans Condensed';
  font-size: 28px;
  text-align: left;
  line-height: 1.2;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: 0.5px;
  color: #333333;
  padding-top: 15px;
}

.site-hospice-service .site-hospice-service-left-col ul{
  padding-top: 15px;
}

.site-hospice-service .site-hospice-service-left-col ul li{
  position: relative;
  padding-left: 15px;
  font-family: 'Poppins';
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.6;
  letter-spacing: normal;
  text-align: left;
  color: #4f4f4f;
}

.site-hospice-service .site-hospice-service-left-col ul li::before{
  position: absolute;
  top: 7px;
  left: 0;
  content: '\f111';
  font-family: FontAwesome;
  font-size: 7px;
  color: #1CBBD7;
}

.site-hospice-service .site-hospice-service-left-col p {
  font-family: 'Poppins';
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.71;
  letter-spacing: 0.2px;
  text-align: left;
  color: #4f4f4f;
  padding-bottom: 30px;
}

.site-hospice-service .site-hospice-service-right-col .site-home-title h4{
  font-family: 'Fira Sans Condensed';
  font-size: 38px;
  text-align: left;
  line-height: 1.2;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: 0.5px;
  color: #333333;
  text-transform: uppercase;
}

@media screen and (max-width: 991px) {
  .site-hospice-service .site-hospice-service-right-col .site-home-title h4{
    padding-top: 40px;
  }
}

@media screen and (max-width: 600px) {
  .site-hospice-service .site-hospice-service-right-col .site-home-title h4{
    font-size: 30px;
  }
}

.site-hospice-service .site-hospice-service-right-col ul{
  padding-top: 10px;
  padding-bottom: 20px;
}

.site-hospice-service .site-hospice-service-right-col ul li{
  position: relative;
  padding-left: 15px;
  font-family: 'Poppins';
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.6;
  letter-spacing: normal;
  text-align: left;
  color: #4f4f4f;
}

.site-hospice-service .site-hospice-service-right-col ul li::before{
  position: absolute;
  top: 7px;
  left: 0;
  content: '\f111';
  font-family: FontAwesome;
  font-size: 7px;
  color: #1CBBD7;
}

.site-hospice-service .site-hospice-service-right-col p {
  font-family: 'Poppins';
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.71;
  letter-spacing: 0.2px;
  text-align: left;
  color: #4f4f4f;
  padding-bottom: 15px;
}

/*CHRONIC PAIN MANAGEMENT*/
.site-services-1-nav-tab {
  padding: 100px 0;
}

@media screen and (max-width: 991px) {
  .site-services-1-nav-tab {
    padding: 80px 0;
  }
}

.site-services-1-nav-tab .site-services-title {
  padding-bottom: 80px;
}

.site-services-1-nav-tab .site-home-title h3 {
  text-align: center;
  color: #fff;
  font-size: 36px;
}

.site-services-1-nav-tab .site-home-title-2 h3 {
  font-family: 'Fira Sans Condensed';
  font-size: 46px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.2;
  letter-spacing: 0.5px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  padding-bottom: 25px;
}

@media screen and (max-width: 991px){
  .site-services-1-nav-tab .site-home-title-2 h3 {
      font-size: 40px;
  }
}

.site-services-1-nav-tab .center-line{
  text-align: center;
}

.site-services-1-nav-tab .tab-content .site-line {
  background-color: #1CBBD7;
}

.site-services-1-nav-tab .site-line {
  background-color: #FFF;
  text-align: center;
}

.site-services-1-nav-tab .site-home-title p {
  font-family: 'Poppins';
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.4;
  letter-spacing: 0.2px;
  color: #fff;
  text-align: center;
  padding-top: 15px;
}

.site-services-1-nav-tab .site-services-1-nav-tab-body {
  background: #fff;
  position: relative;
  overflow: hidden;
}

.site-services-1-nav-tab .site-services-1-nav-tab-body .tab-nav {
  position: relative;
}

.site-services-1-nav-tab .site-services-1-nav-tab-body .tab-nav:after {
  content: '';
  position: absolute;
  width: 100%;
  min-height: 1000px;
  background: #333;
  top: 0;
}

@media screen and (max-width: 991px) {
  .site-services-1-nav-tab .site-services-1-nav-tab-body .tab-nav:after {
    min-height: 420px;
  }
}

.site-services-1-nav-tab .site-services-1-nav-tab-body .nav-stacked>li+li {
  margin-top: 0;
}

.site-services-1-nav-tab .site-services-1-nav-tab-body .nav-pills {
  position: relative;
  z-index: 99;
}

.site-services-1-nav-tab .site-services-1-nav-tab-body .nav-pills li {
  position: relative;
  border-bottom: 1px solid #666666;
  min-height: 60px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.site-services-1-nav-tab .site-services-1-nav-tab-body .nav-pills li:hover{
  background-color: #1CBBD7;
}

.site-services-1-nav-tab .site-services-1-nav-tab-body .nav-pills li.active a {
  background: #fff;
  color: #1CBBD7;
  text-decoration: none;
}

.site-services-1-nav-tab .site-services-1-nav-tab-body .nav-pills li a {
  position: absolute;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Fira Sans Condensed';
  font-size: 18px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  text-align: left;
  line-height: 24px;
  text-transform: uppercase;
  color: #fff;
  border-radius: 0;
  padding: 0 20px;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .site-services-1-nav-tab .site-services-1-nav-tab-body .nav-pills li a {
    font-size: 16px;
  }
}

.site-services-1-nav-tab .site-services-1-nav-tab-content-default {
  padding: 30px 30px 30px 0;
}

@media screen and (max-width: 991px) {
  .site-services-1-nav-tab .site-services-1-nav-tab-content-default {
    padding: 30px;
  }
}

@media screen and (max-width: 767px) {
  .site-services-1-nav-tab .site-services-1-nav-tab-content-default {
    padding: 20px;
  }
}

.site-services-1-nav-tab .site-services-1-nav-tab-content-default .item-img img {
  width: 100%;
  height: auto;
}

.site-services-1-nav-tab .site-services-1-nav-tab-content-default .item-img figure {
  margin: 0;
	padding: 0;
	background: #fff;
	overflow: hidden;
  position: relative;
}

.site-services-1-nav-tab .site-services-1-nav-tab-content-default .item-img figure::before {
	position: absolute;
	top: 0;
	left: -75%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}

.site-services-1-nav-tab .site-services-1-nav-tab-content-default .item-img figure:hover::before {
	-webkit-animation: shine 1.25s;
	animation: shine 1.25s;
}

@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}
@keyframes shine {
	100% {
		left: 125%;
	}
}

@media screen and (max-width: 991px) {
  .site-services-1-nav-tab .site-services-1-nav-tab-content-default .item-caption {
    padding-top: 30px;
  }
}

.site-services-1-nav-tab .site-services-1-nav-tab-content-default .item-caption .item-caption-title h3 {
  font-family: 'Fira Sans Condensed';
  font-size: 28px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #333333;
  text-transform: uppercase;
}

.site-services-1-nav-tab .site-services-1-nav-tab-content-default .item-caption p {
  font-family: 'Poppins';
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.71;
  letter-spacing: normal;
  text-align: left;
  color: #666666;
}

.site-services-1-nav-tab .site-services-1-nav-tab-content-default .item-caption ul {
  padding-top: 20px;
}

.site-services-1-nav-tab .site-services-1-nav-tab-content-default .item-caption ul li ul{
  padding-top: 0px;
}

.site-services-1-nav-tab .site-services-1-nav-tab-content-default .item-caption ul li {
  position: relative;
  padding-left: 15px;
  font-family: 'Poppins';
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.71;
  letter-spacing: normal;
  text-align: left;
  color: #4f4f4f;
}

.site-services-1-nav-tab .site-services-1-nav-tab-content-default .item-caption ul li:before {
  position: absolute;
  top: 7px;
  left: 0;
  content: '\f111';
  font-family: FontAwesome;
  font-size: 7px;
  color: #1CBBD7;
}

/*INITIATING SEAMLESS COLLABORATION*/
.site-facility-information{
  padding-top: 100px;
  padding-bottom: 100px;
}

@media screen and (max-width: 991px) {
  .site-facility-information {
    padding-top: 80px;
    padding-bottom: 80px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (max-width: 480px) {
  .site-facility-information {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.site-facility-information .site-home-title {
  padding-bottom: 20px;
}

.site-facility-information .site-facility-information-left-col .site-home-title h3{
  text-align: left;
}

.site-facility-information .site-facility-information-left-col h4{
  font-family: 'Fira Sans Condensed';
  font-size: 24px;
  text-align: left;
  line-height: 1.2;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: 0.5px;
  color: #333333;
  text-transform: uppercase;
  padding-top: 10px;
  padding-bottom: 10px;
}

.site-facility-information .site-facility-information-left-col p {
  font-family: 'Poppins';
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.71;
  letter-spacing: 0.2px;
  text-align: left;
  color: #4f4f4f;
  padding-bottom: 30px;
}

.accordion-default .accordion-toggle {
  font-family: 'Fira Sans Condensed';
  font-size: 18px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.1;
  letter-spacing: 0.5px;
  text-align: left;
  text-transform: uppercase;
  color: #333333;
}

.accordion-default .accordion-content {
  display: none;
  border: 1px solid #E0E0E0;
  border-top: none;
  padding: 20px;
  background: #f4f4f4;
}

.accordion-default .accordion-content ul li{
  position: relative;
  padding-left: 15px;
  font-family: 'Poppins';
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.71;
  letter-spacing: normal;
  text-align: left;
  color: #4f4f4f;
}

.accordion-default .accordion-content ul li::before{
  position: absolute;
  top: 7px;
  left: 0;
  content: '\f111';
  font-family: FontAwesome;
  font-size: 7px;
  color: #1CBBD7;
}

.accordion-default .accordion-content p {
  font-family: 'Poppins';
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.86;
  letter-spacing: normal;
  text-align: left;
  color: #4f4f4f;
}

.accordion-default .accordion-toggle {
  position: relative;
  cursor: pointer;
  margin: 0;
  padding: 20px;
  padding-left: 65px;
}

.accordion-min-plus .accordion-item {
  margin-bottom: 10px;
}

.accordion-min-plus .accordion-toggle {
  padding: 7px;
  padding-left: 65px;
  border: 1px solid #E0E0E0;
}

.accordion-min-plus .accordion-toggle.active:after {
  content: "\f068";
  position: absolute;
  left: 20px;
  top: 10px;
  font-size: 14px;
  font-family: FontAwesome;
  color: #fff;
  font-weight: normal;
  width: 30px;
  height: 30px;
  border: 1px solid;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #1CBBD7;
  border-radius: 3px;
}

.accordion-min-plus .accordion-toggle:before {
  content: "\f067";
  position: absolute;
  left: 20px;
  top: 10px;
  font-size: 14px;
  font-weight: normal;
  font-family: FontAwesome;
  color: #fff;
  width: 30px;
  height: 30px;
  border: 1px solid;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #1CBBD7;
  border-radius: 3px;
}

.site-facility-information .site-facility-information-right-col .site-home-title h3{
  text-align: left;
}


.site-facility-information .site-facility-information-right-col p {
  font-family: 'Poppins';
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.71;
  letter-spacing: 0.2px;
  text-align: left;
  color: #4f4f4f;
  padding-bottom: 25px;
}

.site-facility-information .site-contact-info-body .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.site-facility-information .site-contact-info-body .item .icon-holder {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border: solid 2px #1CBBD7;
  border-radius: 4px;
  font-family: FontAwesome;
  font-size: 24px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: center;
  text-transform: capitalize;
  color: #1CBBD7;
  float: left;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.site-facility-information .site-contact-info-body .item .icon-holder:hover{
  background-color: #1CBBD7;
  color: #FFF;
}

.site-facility-information .site-contact-info-body .item .text-holder {
  padding-left: 20px;
}

.site-facility-information .site-contact-info-body .item .text-holder p {
  font-family: 'Fira Sans Condensed';
  font-size: 20px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.2;
  letter-spacing: 0.5px;
  text-align: left;
  color: #333333;
  padding-bottom: 10px;
}

.site-facility-information .site-contact-info-body .item .text-holder a {
  font-family: 'Poppins';
  font-size: 15px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.43;
  letter-spacing: normal;
  text-align: left;
  color: #4f4f4f;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.site-facility-information .site-contact-info-body .item .text-holder a:hover {
  color: #1CBBD7;
}

.site-service-1-contact-form .site-home-title {
  padding-bottom: 30px;
}

.site-service-1-contact-form .site-home-title h3 {
  text-align: left;
}

.site-service-1-contact-form {
  padding-top: 25px;
}

.site-service-1-contact-form .input-group {
  width: 100%;
}

.site-service-1-contact-form .input-group .input-group-addon {
  width: 50px;
  height: 50px;
  background: #1CBBD7;
  color: #fff;
  border: none;
  border-radius: 0;
  font-size: 18px;
}

.site-service-1-contact-form .input-group .input-group-addon.btn {
  background: transparent;
  border: 1px solid #e0e0e0;
  border-left: none;
  color: #333;
}

.site-service-1-contact-form .input-group input {
  height: 50px;
  border-radius: 0;
}

.site-service-1-contact-form .input-group .form-control {
  font-family: 'Poppins';
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 3;
  letter-spacing: normal;
  text-align: left;
  color: #555;
  text-transform: capitalize;
  border-color: #adadad;
}

.site-service-1-contact-form .input-group textarea {
  height: 200px;
  border: solid 1px #adadad;
}

.site-service-1-contact-form .vk-btn-send {
  min-width: 140px;
  height: 50px;
  border: solid 2px #1CBBD7;
  border-radius: 4px;
  font-family: 'Fira Sans Condensed';
  font-size: 18px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  text-align: center;
  color: #333333;
  text-transform: uppercase;
  background: #fff;
  float: right;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.site-service-1-contact-form .vk-btn-send:hover {
  color: #fff;
  background: #1CBBD7;
}

/*Men's And Women's Health*/

.site-service-2-body .site-services-title h3 {
  font-family: 'Fira Sans Condensed';
  font-size: 36px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: left;
  color: #333333;
  text-transform: uppercase;
}

.site-service-2-body .site-services-title .site-underline {
  background: url("../images/services/underline1.png") no-repeat;
  background-position: center center;
  background-size: cover;
  width: 120px;
  height: 21px;
  margin: 0 auto;
  margin-top: 20px;
}

.site-service-2-body .site-line {
  width: 120px;
  height: 2px;
  background-color: #1CBBD7;
  margin-top: 10px;
}

/*OUR MISSION STATEMENT*/
.site-service-2-mission-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

@media screen and (max-width: 991px) {
  .site-service-2-mission-section {
    padding-top: 80px;
    padding-bottom: 80px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (max-width: 480px) {
  .site-service-2-mission-section {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media screen and (max-width: 991px) {
  .site-service-2-mission-section .row{
    display: flex;
    flex-direction: column-reverse;
  }
}

.site-service-2-mission-section .site-service-2-left-col img {
  width: 100%;
  height: auto;
}

.site-service-2-mission-section .site-service-2-left-col figure {
  margin: 0;
	padding: 0;
	background: #fff;
	overflow: hidden;
  position: relative;
}

.site-service-2-mission-section .site-service-2-left-col figure::before {
	position: absolute;
	top: 0;
	left: -75%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}

.site-service-2-mission-section .site-service-2-left-col figure:hover::before {
	-webkit-animation: shine 1.25s;
	animation: shine 1.25s;
}

@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}
@keyframes shine {
	100% {
		left: 125%;
	}
}

.site-service-2-mission-section .site-home-title {
  padding-bottom: 25px;
}

@media screen and (max-width: 991px) {
  .site-service-2-mission-section .site-service-2-right-col {
    margin-bottom: 30px;
  }
}

.site-service-2-mission-section .site-service-2-right-col .site-home-title h3{
  text-align: left;
}

.site-service-2-mission-section .site-service-2-right-col p {
  font-family: 'Poppins';
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.71;
  letter-spacing: 0.2px;
  text-align: left;
  color: #4f4f4f;
  padding-bottom: 15px;
}

/* INNOVATIVE APPROACH AND SEAMLESS PRACTICES*/
.site-application-process-services .site-home-title h3 {
  color: #FFF;
}

.site-application-process-services .center-line{
  text-align: center;
}

.site-application-process-services .site-line {
  background-color: #FFF;
  text-align: center;
}

.site-application-process-services .site-home-title p {
  font-family: 'Poppins';
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.4;
  letter-spacing: 0.2px;
  color: #fff;
  text-align: center;
  padding-top: 15px;
}

.site-application-process-services .site-home-title-2 h3 {
  color: #FFF;
  font-family: 'Fira Sans Condensed';
  font-size: 46px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.2;
  letter-spacing: 0.5px;
  text-align: center;
  text-transform: uppercase;
  padding-bottom: 30px;
}

@media screen and (max-width: 991px) {
  .site-application-process-services .site-home-title-2 h3 {
    font-size: 40px;
  }
}

/*Practice Insights */

.site-service-2-practice-insight {
  padding-top: 100px;
  padding-bottom: 20px;
}

@media screen and (max-width: 991px) {
  .site-service-2-practice-insight{
    padding-top: 80px;
    padding-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (max-width: 480px) {
  .site-service-2-practice-insight{
    padding-left: 10px;
    padding-right: 10px;
  }
}

.site-service-2-practice-insight .center-line{
  text-align: center;
}

.site-service-2-practice-insight .site-line {
  text-align: center;
}

.site-service-2-practice-insight .site-home-title p{
  font-family: 'Poppins';
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.71;
  letter-spacing: 0.2px;
  text-align: center;
  color: #4f4f4f;
  padding-top: 15px;
}

.site-service-2-practice-insight-body {
  padding-top: 40px;
}

@media screen and (min-width: 992px) {
  .site-service-2-practice-insight-body .psychiatric-row-1{
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
  }
}

@media screen and (min-width: 992px) {
  .site-service-2-practice-insight-body .psychiatric-row-1 .col-md-6{
    display: flex;
  }
}

@media screen and (min-width: 992px) {
  .site-service-2-practice-insight-body .psychiatric-row-2{
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
  }
}

@media screen and (min-width: 992px) {
  .site-service-2-practice-insight-body .psychiatric-row-2 .col-md-6{
    display: flex;
  }
}


.site-service-2-practice-insight-default {
  border: solid 1px #e0e0e0;
  margin-bottom: 80px;
  position: relative;
}

.site-service-2-practice-insight-default .item-icons {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  background-color: #1CBBD7;
  border: solid 1px #ffffff;
  border-radius: 50%;
  margin: auto;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.site-service-2-practice-insight-default .item-icons:hover{
  background-color: #000;
}

.site-service-2-practice-insight-default .item-caption {
  padding: 70px 40px 40px 40px;
}

@media screen and (max-width: 1199px) {
  .site-service-2-practice-insight-default .item-caption {
    padding: 70px 25px 40px 25px;
  }
}

@media screen and (max-width: 500px) {
  .site-service-2-practice-insight-default .item-caption {
    padding: 70px 15px 40px 15px;
  }
}

.site-service-2-practice-insight-default .item-caption h4 {
  display: block;
  font-family: 'Fira Sans Condensed';
  font-size: 22px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.2;
  letter-spacing: 0.5px;
  text-align: center;
  color: #333333;
  text-transform: uppercase;
  margin-bottom: 15px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.site-service-2-practice-insight-default .item-caption ul li{
  position: relative;
  padding-left: 15px;
  font-family: 'Poppins';
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.6;
  letter-spacing: normal;
  text-align: left;
  color: #4f4f4f;
}

.site-service-2-practice-insight-default .item-caption ul li::before{
  position: absolute;
  top: 7px;
  left: 0;
  content: '\f111';
  font-family: FontAwesome;
  font-size: 7px;
  color: #1CBBD7;
}

.site-service-2-practice-insight-default .item-caption p {
  font-family: 'Poppins';
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: center;
  color: #4f4f4f;
}

/* SERVICES 2 WHY CHOOSE US*/
.site-service-2-why-choose-us .site-home-title h3 {
  color: #FFF;
}

.site-service-2-why-choose-us .center-line{
  text-align: center;
}

.site-service-2-why-choose-us .site-line {
  background-color: #FFF;
  text-align: center;
}

.site-service-2-why-choose-us .site-choose-us-icon-box {
  padding: 100px 0;
}

@media screen and (max-width: 991px) {
  .site-service-2-why-choose-us .site-choose-us-icon-box {
    padding: 80px 0;
  }
}

/* OUR DOCTORS SERVICE 2 PAGE */
.site-services-2-our-doctor{
  padding-top: 100px;
  padding-bottom: 100px;
}

@media screen and (max-width: 991px){
  .site-services-2-our-doctor {
      padding-top: 80px;
      padding-bottom: 80px;
      padding-left: 15px;
      padding-right: 15px;
  }
}

.site-services-2-our-doctor .center-line{
  text-align: center;
}

.site-services-2-our-doctor .site-line {
  text-align: center;
}

.site-services-2-our-doctor .site-home-title p {
  font-family: 'Poppins';
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.71;
  letter-spacing: 0.2px;
  text-align: center;
  color: #4f4f4f;
  padding-top: 15px;
}

.site-services-2-our-doctor figure {
  margin: 0;
	padding: 0;
	background: #fff;
	overflow: hidden;
  position: relative;
}

.site-services-2-our-doctor figure::before {
	position: absolute;
	top: 0;
	left: -75%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}

.site-services-2-our-doctor figure:hover::before {
	-webkit-animation: shine 1.25s;
	animation: shine 1.25s;
}

@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}
@keyframes shine {
	100% {
		left: 125%;
	}
}

/* COMPREHENSIVE HEALTHCARE SERVICES */
.site-services-2-nav-tab {
  padding: 100px 0;
}

@media screen and (max-width: 991px) {
  .site-services-2-nav-tab {
    padding: 80px 0;
  }
}

.site-services-2-nav-tab .site-services-title {
  padding-bottom: 80px;
}

.site-services-2-nav-tab .site-home-title h3 {
  font-family: 'Fira Sans Condensed';
  font-size: 46px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.2;
  letter-spacing: 0.5px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
}

@media screen and (max-width: 991px){
  .site-services-2-nav-tab .site-home-title h3 {
      font-size: 40px;
  }
}

.site-services-2-nav-tab .center-line{
  text-align: center;
}

.site-services-2-nav-tab .tab-content .site-line {
  background-color: #1CBBD7;
}

.site-services-2-nav-tab .site-line {
  background-color: #FFF;
  text-align: center;
}

.site-services-2-nav-tab .site-home-title p {
  font-family: 'Poppins';
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.4;
  letter-spacing: 0.2px;
  color: #fff;
  text-align: center;
  padding-top: 15px;
}

.site-services-2-nav-tab .site-services-2-nav-tab-body {
  background: #fff;
  position: relative;
  overflow: hidden;
}

.site-services-2-nav-tab .site-services-2-nav-tab-body .tab-nav {
  position: relative;
}

.site-services-2-nav-tab .site-services-2-nav-tab-body .tab-nav:after {
  content: '';
  position: absolute;
  width: 100%;
  min-height: 1000px;
  background: #333;
  top: 0;
}

@media screen and (max-width: 991px) {
  .site-services-2-nav-tab .site-services-2-nav-tab-body .tab-nav:after {
    min-height: 300px;
  }
}

.site-services-2-nav-tab .site-services-2-nav-tab-body .nav-stacked>li+li {
  margin-top: 0;
}

.site-services-2-nav-tab .site-services-2-nav-tab-body .nav-pills {
  position: relative;
  z-index: 99;
}

.site-services-2-nav-tab .site-services-2-nav-tab-body .nav-pills li {
  position: relative;
  border-bottom: 1px solid #666666;
  min-height: 60px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.site-services-2-nav-tab .site-services-2-nav-tab-body .nav-pills li:hover{
  background-color: #1CBBD7;
}

.site-services-2-nav-tab .site-services-2-nav-tab-body .nav-pills li.active a {
  background: #fff;
  color: #1CBBD7;
  text-decoration: none;
}

.site-services-2-nav-tab .site-services-2-nav-tab-body .nav-pills li a {
  position: absolute;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Fira Sans Condensed';
  font-size: 18px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  text-align: left;
  line-height: 24px;
  text-transform: uppercase;
  color: #fff;
  border-radius: 0;
  padding: 0 20px;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .site-services-2-nav-tab .site-services-2-nav-tab-body .nav-pills li a {
    font-size: 16px;
  }
}

.site-services-2-nav-tab .site-services-2-nav-tab-content-default {
  padding: 30px 30px 30px 0;
}

@media screen and (max-width: 991px) {
  .site-services-2-nav-tab .site-services-2-nav-tab-content-default {
    padding: 30px;
  }
}

@media screen and (max-width: 767px) {
  .site-services-2-nav-tab .site-services-2-nav-tab-content-default {
    padding: 20px;
  }
}

.site-services-2-nav-tab .site-services-2-nav-tab-content-default .item-img img {
  width: 100%;
  height: auto;
}

.site-services-2-nav-tab .site-services-2-nav-tab-content-default .item-img figure {
  margin: 0;
	padding: 0;
	background: #fff;
	overflow: hidden;
  position: relative;
}

.site-services-2-nav-tab .site-services-2-nav-tab-content-default .item-img figure::before {
	position: absolute;
	top: 0;
	left: -75%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}

.site-services-2-nav-tab .site-services-2-nav-tab-content-default .item-img figure:hover::before {
	-webkit-animation: shine 1.25s;
	animation: shine 1.25s;
}

@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}
@keyframes shine {
	100% {
		left: 125%;
	}
}

@media screen and (max-width: 991px) {
  .site-services-2-nav-tab .site-services-2-nav-tab-content-default .item-caption {
    padding-top: 30px;
  }
}

.site-services-2-nav-tab .site-services-2-nav-tab-content-default .item-caption .item-caption-title h3 {
  font-family: 'Fira Sans Condensed';
  font-size: 28px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #333333;
  text-transform: uppercase;
}

.site-services-2-nav-tab .site-services-2-nav-tab-content-default .item-caption p {
  font-family: 'Poppins';
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.71;
  letter-spacing: normal;
  text-align: left;
  color: #666666;
}

.site-services-2-nav-tab .site-services-2-nav-tab-content-default .item-caption ul {
  padding-top: 20px;
}

.site-services-2-nav-tab .site-services-2-nav-tab-content-default .item-caption ul li ul{
  padding-top: 0px;
}

.site-services-2-nav-tab .site-services-2-nav-tab-content-default .item-caption ul li {
  position: relative;
  padding-left: 15px;
  font-family: 'Poppins';
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.71;
  letter-spacing: normal;
  text-align: left;
  color: #4f4f4f;
}

.site-services-2-nav-tab .site-services-2-nav-tab-content-default .item-caption ul li:before {
  position: absolute;
  top: 7px;
  left: 0;
  content: '\f111';
  font-family: FontAwesome;
  font-size: 7px;
  color: #1CBBD7;
}


/* SERVICES 2 CONTACT US*/

.site-service-2-contact-section{
  padding-top: 100px;
  padding-bottom: 100px;
}

@media screen and (max-width: 991px) {
  .site-service-2-contact-section {
    padding-top: 80px;
    padding-bottom: 80px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (max-width: 480px) {
  .site-service-2-contact-section {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media screen and (max-width: 991px) {
  .site-service-2-contact-section .site-service-2-contact-form{
    padding-bottom: 40px;
  }
}

.site-service-2-contact-section .site-service-2-contact-right-col .site-home-title{
  padding-bottom: 30px;
}

.site-service-2-contact-section .site-service-2-contact-right-col .site-home-title h3{
  text-align: left;
}


.site-service-2-contact-section .site-service-2-contact-right-col p {
  font-family: 'Poppins';
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.71;
  letter-spacing: 0.2px;
  text-align: left;
  color: #4f4f4f;
  padding-bottom: 25px;
}

.site-service-2-contact-section .site-contact-info-body .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.site-service-2-contact-section .site-contact-info-body .item .icon-holder {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border: solid 2px #1CBBD7;
  border-radius: 4px;
  font-family: FontAwesome;
  font-size: 24px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: center;
  text-transform: capitalize;
  color: #1CBBD7;
  float: left;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.site-service-2-contact-section .site-contact-info-body .item .icon-holder:hover{
  background-color: #1CBBD7;
  color: #FFF;
}

.site-service-2-contact-section .site-contact-info-body .item .text-holder {
  padding-left: 20px;
}

.site-service-2-contact-section .site-contact-info-body .item .text-holder p {
  font-family: 'Fira Sans Condensed';
  font-size: 20px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.2;
  letter-spacing: 0.5px;
  text-align: left;
  color: #333333;
  padding-bottom: 10px;
}

.site-service-2-contact-section .site-contact-info-body .item .text-holder a {
  font-family: 'Poppins';
  font-size: 15px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.43;
  letter-spacing: normal;
  text-align: left;
  color: #4f4f4f;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.site-service-2-contact-section .site-contact-info-body .item .text-holder a:hover {
  color: #1CBBD7;
}

.site-service-2-contact-form .site-home-title {
  padding-bottom: 30px;
}

.site-service-2-contact-form .site-home-title h3 {
  text-align: left;
}

.site-service-2-contact-form .input-group {
  width: 100%;
}

.site-service-2-contact-form .input-group .input-group-addon {
  width: 50px;
  height: 50px;
  background: #1CBBD7;
  color: #fff;
  border: none;
  border-radius: 0;
  font-size: 18px;
}

.site-service-2-contact-form .input-group .input-group-addon.btn {
  background: transparent;
  border: 1px solid #e0e0e0;
  border-left: none;
  color: #333;
}

.site-service-2-contact-form .input-group input {
  height: 50px;
  border-radius: 0;
}

.site-service-2-contact-form .input-group .form-control {
  font-family: 'Poppins';
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 3;
  letter-spacing: normal;
  text-align: left;
  color: #555;
  text-transform: capitalize;
  border-color: #adadad;
}

.site-service-2-contact-form .input-group textarea {
  height: 200px;
  border: solid 1px #adadad;
}

.site-service-2-contact-form .vk-btn-send {
  min-width: 140px;
  height: 50px;
  border: solid 2px #1CBBD7;
  border-radius: 4px;
  font-family: 'Fira Sans Condensed';
  font-size: 18px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  text-align: center;
  color: #333333;
  text-transform: uppercase;
  background: #fff;
  float: right;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.site-service-2-contact-form .vk-btn-send:hover {
  color: #fff;
  background: #1CBBD7;
}

/*CONTACT US*/
.site-contact-us-body .site-contact-us-body-content {
  padding-top: 100px;
  padding-bottom: 100px;
}

@media screen and (max-width: 991px){
  .site-contact-us-body .site-contact-us-body-content {
    padding-top: 100px;
    padding-bottom: 80px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (max-width: 48px){
  .site-contact-us-body .site-contact-us-body-content {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.site-contact-us-body .site-contact-title h3 {
  font-family: 'Fira Sans Condensed';
  font-size: 36px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.2;
  letter-spacing: 0.5px;
  text-align: left;
  color: #333333;
  text-transform: uppercase;
}

.site-contact-us-body .site-line {
  width: 120px;
  height: 2px;
  background-color: #1CBBD7;
  margin-top: 10px;
}

.site-contact-us-body .site-about-map {
  padding-top: 0;
}

.site-send-a-message .site-send-a-message-body {
  padding-top: 40px;
}

.site-send-a-message .site-send-a-message-body .input-group {
  width: 100%;
}

.site-send-a-message .site-send-a-message-body .input-group .input-group-addon {
  width: 50px;
  height: 50px;
  background: #1CBBD7;
  color: #fff;
  border: none;
  border-radius: 0;
  font-size: 18px;
}

.site-send-a-message .site-send-a-message-body .input-group .input-group-addon.btn {
  background: transparent;
  border: 1px solid #e0e0e0;
  border-left: none;
  color: #333;
}

.site-send-a-message .site-send-a-message-body .input-group input {
  height: 50px;
  border-radius: 0;
}

.site-send-a-message .site-send-a-message-body .input-group .form-control {
  font-family: 'Poppins';
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 3;
  letter-spacing: normal;
  text-align: left;
  color: #555;
  text-transform: capitalize;
  border-color: #adadad;
}

.site-send-a-message .site-send-a-message-body .input-group textarea {
  height: 170px;
  border: solid 1px #e0e0e0;
}

.site-send-a-message .site-send-a-message-body .vk-btn-send {
  min-width: 140px;
  height: 50px;
  border: solid 2px #1CBBD7;
  border-radius: 4px;
  font-family: 'Fira Sans Condensed';
  font-size: 18px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  text-align: center;
  color: #333333;
  text-transform: uppercase;
  background: #fff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.site-send-a-message .site-send-a-message-body .vk-btn-send:hover {
  color: #fff;
  background: #1CBBD7;
}

/*Contact info*/
@media screen and (max-width: 991px) {
  .site-contact-info {
    margin: 50px 0;
  }
}

.site-contact-info .site-contact-info-title {
  margin-bottom: 20px;
}

.site-contact-info .site-contact-info-title h4 {
  font-family: 'Poppins';
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 3;
  letter-spacing: normal;
  text-align: left;
  color: #333333;
  text-transform: uppercase;
}

.site-contact-info .site-contact-info-body {
  padding-top: 40px;
}

.site-contact-info .site-contact-info-body .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.site-contact-info .site-contact-info-body .item .icon-holder {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border: solid 2px #1CBBD7;
  border-radius: 4px;
  font-family: FontAwesome;
  font-size: 24px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: center;
  text-transform: capitalize;
  color: #1CBBD7;
  float: left;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.site-contact-info .site-contact-info-body .item .icon-holder:hover {
  background-color: #1CBBD7;
  color: #FFF;
}

.site-contact-info .site-contact-info-body .item .text-holder {
  padding-left: 20px;
}

.site-contact-info .site-contact-info-body .item .text-holder p {
  font-family: 'Fira Sans Condensed';
  font-size: 24px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.2;
  letter-spacing: 0.5px;
  text-align: left;
  color: #333333;
  padding-bottom: 8px;
}

.site-contact-info .site-contact-info-body .item .text-holder a {
  font-family: 'Poppins';
  font-size: 15px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.43;
  letter-spacing: normal;
  text-align: left;
  color: #4f4f4f;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.site-contact-info .site-contact-info-body .item .text-holder a:hover {
  color: #1CBBD7;
}

/*Contact Opening Hours*/
.site-contact-us-hours .site-contact-us-title {
  background-color: #333333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.site-contact-us-hours .site-contact-us-title .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  float: left;
  background-color: #1CBBD7;
  font-family: FontAwesome;
  font-size: 48px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 0.75;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
}

.site-contact-us-hours .site-contact-us-title h4 {
  font-family: 'Fira Sans Condensed';
  font-size: 28px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: #ffffff;
  text-transform: uppercase;
  padding: 0 20px;
}

.site-contact-us-hours .site-contact-us-hours-content {
  background: #1CBBD7;
  padding: 20px 30px;
}

.site-contact-us-hours .site-contact-us-hours-content .table tr:first-child td {
  border-top: none;
}

.site-contact-us-hours .site-contact-us-hours-content .table tr td {
  font-family: 'Poppins';
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 4;
  letter-spacing: normal;
  text-align: left;
  color: #ffffff;
  text-transform: capitalize;
  border-top-color: #e0e0e0;
  padding: 0;
}

.site-contact-us-hours .site-contact-us-hours-content .book-appointment {
  display: block;
  font-family: 'Poppins';
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 50px;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  border: solid 2px #ffffff;
  text-transform: uppercase;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.site-contact-us-hours .site-contact-us-hours-content .book-appointment:hover {
  background: #fff;
  color: #1CBBD7;
}

/*BUTTONS*/
.site-shortcode-buttons .site-shortcode-button-title {
  padding-bottom: 30px;
}

.site-shortcode-buttons h2 {
  font-size: 24px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: left;
  color: #22292d;
  text-transform: uppercase;
  padding-bottom: 10px;
}

.site-shortcode-buttons .site-button-medium {
  margin: 45px 0;
}

.site-shortcode-buttons .site-shortcode-buttons-body {
  padding: 100px 0;
}

.site-shortcode-buttons .site-shortcode-buttons-body a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  color: #ffffff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.vk-btn-default {
  margin-bottom: 30px;
}

.vk-btn-default:hover {
  background-color: transparent;
  color: #e57632;
  border-color: #e57632;
}

.vk-btn-default:focus {
  background-color: transparent;
  color: #e57632;
  border-color: #e57632;
}

.vk-btn-xs {
  min-height: 40px;
  font-size: 12px;
  padding: 8px 20px;
}

.vk-btn-l {
  min-height: 60px !important;
  padding: 13px 20px;
}

.vk-btn-m {
  min-height: 50px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.bg-ffc000 {
  background: #ffc000;
}

.bg-ffc000:hover {
  border: 1px solid #ffc000;
  color: #ffc000 !important;
}

.bg-ffc000:focus {
  border: 2px solid #ffc000;
  color: #ffc000 !important;
}

.bg-6fdd9d {
  background: #6fdd9d;
}

.bg-6fdd9d:hover {
  border: 1px solid #6fdd9d;
  color: #6fdd9d !important;
}

.bg-6fdd9d:focus {
  border: 1px solid #6fdd9d;
  color: #6fdd9d !important;
}

.bg-e36060 {
  background: #e36060;
}

.bg-e36060:hover {
  border: 1px solid #e36060;
  color: #e36060 !important;
}

.bg-e36060:focus {
  border: 1px solid #e36060;
  color: #e36060 !important;
}

.bg-e57632 {
  background: #e57632;
}

.bg-e57632:hover {
  border: 1px solid #e57632;
  color: #e57632 !important;
}

.bg-e57632:focus {
  border: 1px solid #e57632;
  color: #e57632 !important;
}

.bg-2dda8f {
  background: #2dda8f;
}

.bg-2dda8f:hover {
  border: 1px solid #2dda8f;
  color: #2dda8f !important;
}

.bg-2dda8f:focus {
  border: 1px solid #2dda8f;
  color: #2dda8f !important;
}

.bg-1CBBD7 {
  background: #1CBBD7;
}

.bg-1CBBD7:hover {
  border: 1px solid #1CBBD7;
  color: #1CBBD7 !important;
}

.bg-1CBBD7:focus {
  border: 1px solid #1CBBD7;
  color: #1CBBD7 !important;
}

/*ICONS BOXS*/
.site-shortcode-icon-box-body {
  padding: 100px 0;
}

/*ICONS BOXS 1*/
.site-shortcode-icon-box-1-default {
  border: solid 1px #e0e0e0;
  margin-bottom: 100px;
  position: relative;
}

.site-shortcode-icon-box-1-default .item-icons {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  background-color: #1CBBD7;
  border: solid 1px #ffffff;
  border-radius: 50%;
  margin: auto;
}

.site-shortcode-icon-box-1-default .item-caption {
  padding: 70px 40px 40px 40px;
}

.site-shortcode-icon-box-1-default .item-caption h4 {
  font-family: 'Poppins';
  font-size: 18px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 2;
  letter-spacing: normal;
  text-align: center;
  color: #333333;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.site-shortcode-icon-box-1-default .item-caption p {
  font-family: 'Poppins';
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.71;
  letter-spacing: normal;
  text-align: center;
  color: #666666;
}

/*icons box 3*/
.site-shortcode-icons-box-3 {
  padding-top: 100px;
}

.site-shortcode-icons-box-3-default {
  padding-bottom: 80px;
}

.site-shortcode-icons-box-3-default .site-line {
  margin: 15px 0;
  width: 40px;
  height: 1px;
  background-color: #1CBBD7;
}

.site-shortcode-icons-box-3-default .item-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  background-color: #1CBBD7;
  font-family: FontAwesome;
  font-size: 36px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 0.5;
  letter-spacing: normal;
  color: #ffffff;
  float: left;
}

.site-shortcode-icons-box-3-default .item-caption {
  padding-left: 100px;
}

.site-shortcode-icons-box-3-default .item-caption h4 {
  font-family: 'Poppins';
  font-size: 18px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: left;
  text-transform: uppercase;
  color: #333333;
}

.site-shortcode-icons-box-3-default .item-caption p {
  font-family: 'Poppins';
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.71;
  letter-spacing: normal;
  text-align: left;
  color: #666666;
}

.site-shortcode-accordion .site-shortcode-accordion-body {
  padding: 80px 0;
}