@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800');
@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700');
/*=========================================
=            Theme Default css            =
=========================================*/
body {
  height: 100%;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  line-height: 24px;
  font-weight: 400;
  vertical-align: baseline;
  background: #ffffff;
  color: #444444;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Roboto', sans-serif;
  color: #222222;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 20px;
  line-height: 1.4;
}
h1 {
  font-size: 44px;
}
h2 {
  font-size: 30px;
}
h3 {
  font-size: 22px;
}
a {
  text-decoration: none;
}
a:active,
a:hover,
a:focus {
  text-decoration: none;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
a:active,
a:hover,
a:focus {
  outline: 0 none;
}
.nav > li > a:focus {
  background: transparent;
}
.ghost-btn {
  border: medium none;
  border-radius: 0px;
  color: #ffffff;
  display: inline-block;
  font-weight: 700;
  padding: 14px 30px;
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.ghost-btn:hover {
  color: #ffffff;
}
.btn-read-more {
  background: transparent;
  border: 2px solid #ffffff;
  border-radius: 0px;
  color: #ffffff;
  display: inline-block;
  font-weight: 600;
  padding: 15px 30px;
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.btn-read-more:hover {
  background: #ffffff;
  color: #0ba2eb;
}
.title-style-one {
  margin-bottom: 50px;
  text-align: center;
}
.title-style-one .sppb-addon-title {
  margin-bottom: 24px;
  padding-bottom: 15px;
  position: relative;
  text-transform: uppercase;
}
.title-style-one .sppb-addon-title::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  height: 5px;
  width: 50px;
}
.title-style-one .sppb-addon-content {
  font-size: 16px;
}
.title-border-bottom .sppb-addon-title {
  margin-bottom: 30px;
  padding-bottom: 15px;
  text-transform: uppercase;
  position: relative;
}
.title-border-bottom .sppb-addon-title::before {
  background: #0ba2eb;
  content: "";
  height: 5px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
}
.sppb-addon-header .sppb-addon-title {
  margin-bottom: 30px !important;
  padding-bottom: 15px !important;
  text-transform: uppercase;
  position: relative;
}
.sppb-addon-header .sppb-addon-title::before {
  background: #0ba2eb;
  content: "";
  height: 5px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
}
.owl-carousel.owl-theme .owl-nav {
  left: 0;
  position: absolute;
  right: 0;
  top: 40%;
  margin: 0;
}
.owl-carousel.owl-theme .owl-nav > div {
  position: absolute;
  background: transparent;
  border: 1 px solid #0ba2eb;
  border-radius: 0;
  margin: 0;
  padding: 9px 12px !important;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.owl-carousel.owl-theme .owl-nav > div i {
  color: #0ba2eb;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.owl-carousel.owl-theme .owl-nav > div:hover {
  background: #0ba2eb;
}
.owl-carousel.owl-theme .owl-nav > div:hover i {
  color: #ffffff;
}
.owl-carousel.owl-theme .owl-nav .owl-prev {
  left: -35px;
}
.owl-carousel.owl-theme .owl-nav .owl-next {
  right: -35px;
}
.owl-carousel.owl-theme .owl-dots {
  margin-top: 30px !important;
  margin-bottom: 0;
}
.owl-carousel.owl-theme .owl-dots .owl-dot span {
  background: #0ba2eb;
  border: 1px solid #0ba2eb;
  box-shadow: 0 1px 1px #000 inset;
  border-radius: 10px;
  margin: 0 7px;
  height: 10px;
  width: 36px;
}
.owl-carousel.owl-theme .owl-dots .owl-dot.active span {
  background: #f1f6f9;
  box-shadow: none;
}
.body-wrapper .sp-pre-loader .sp-loader-with-logo .line {
  background: #0ba2eb;
}
/*=====  End of Theme Default css  ======*/
/*==================================
=            Header css            =
==================================*/
#sp-top-bar {
  border-bottom: 1px solid #d7d7d7;
}
#sp-top-bar .top-left {
  margin-left: 0 !important;
}
#sp-top-bar .top-left p {
  margin: 0;
}
#sp-top-bar .top-address ul {
  text-align: left;
}
#sp-top-bar .top-address ul li {
  border: none;
  font-size: 14px;
  margin-right: 25px;
}
#sp-top-bar .top-address ul li i {
  color: #0ba2eb;
  padding-right: 8px;
}
#sp-top-bar .top-address ul li:last-child {
  margin-right: 0;
}
#sp-top-bar .top-social ul {
  text-align: right;
}
#sp-top-bar .top-social ul li {
  padding-left: 8px;
}
#sp-top-bar .top-social ul li a {
  color: #222222;
}
#sp-top-bar .top-social ul li a:hover {
  color: #0ba2eb;
}
#sp-top-bar .sp-module {
  margin: 0 !important;
  display: block !important;
}
#sp-top-bar .sp-module ul li {
  border: none;
  display: inline-block;
}
#sp-top-bar .sp-module ul li a {
  line-height: 24px;
  padding: 0;
}
#sp-top-bar .sp-module ul li a::before {
  content: "";
  margin-right: 0;
}
#home-two #sp-top-bar {
  background: transparent;
  position: relative;
  z-index: 99;
}
#home-two #sp-header {
  background: transparent;
}
#home-two #sp-header.menu-fixed {
  background: #ffffff;
}
#home-two #sp-slider {
  margin-top: -132px;
}
#sp-header {
  box-shadow: none !important;
}
#sp-header #offcanvas-toggler {
  -webkit-transition: all 0.7s ease-out;
  -moz-transition: all 0.7s ease-out;
  -ms-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}
#sp-header.menu-fixed {
  border-bottom: 2px solid #0ba2eb;
}
/*=====  End of Header css  ======*/
/*=====================================
=            Main menu css            =
=====================================*/
#sp-menu .sp-megamenu-parent {
  position: inherit;
}
#sp-menu .sp-megamenu-parent > li > a {
  font-size: 15px;
  color: #222222;
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
  line-height: 89px;
  padding: 0 10px;
  -webkit-transition: all 0.7s ease-out;
  -moz-transition: all 0.7s ease-out;
  -ms-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}
#sp-menu .sp-megamenu-parent > li.active a {
  color: #0ba2eb;
}
#sp-menu .sp-megamenu-parent > li:hover a {
  color: #0ba2eb;
}
#sp-menu .sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
  background: #0ba2eb;
  padding: 0;
}
#sp-menu .sp-megamenu-parent .sp-dropdown .sp-dropdown-inner li.sp-menu-item {
  border-bottom: 1px solid #108ecb;
}
#sp-menu .sp-megamenu-parent .sp-dropdown .sp-dropdown-inner li.sp-menu-item > a {
  color: #ffffff;
  padding: 10px 20px;
}
#sp-menu .sp-megamenu-parent .sp-dropdown .sp-dropdown-inner li.sp-menu-item > a:hover {
  background: #108ecb;
}
#sp-menu .sp-megamenu-parent .sp-dropdown .sp-dropdown-inner li.sp-menu-item:last-child {
  border-bottom: none;
}
#sp-menu .sp-megamenu-parent > li.sp-has-child > a::after {
  content: "";
}
/*=====  End of Main Menu css  ======*/
/*=======================================
=            Main Slider css            =
=======================================*/
.slider-default-style ul li {
  border: none !important;
}
.slider-default-style .slotholder {
  position: relative;
}
.slider-default-style .slotholder::before {
  background: rgba(0, 0, 0, 0.5);
  content: "";
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 1;
}
.slider-default-style .tp-caption.large_text {
  font-size: 44px !important;
  line-height: 48px;
  text-align: center;
  width: 100%;
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
}
.slider-default-style .tp-caption.medium_text {
  font-size: 16px !important;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 10px;
  line-height: 24px !important;
  width: 100%;
}
.slider-default-style .tp-caption.small_text {
  font-size: 15px !important;
  text-align: center;
  width: 100%;
  letter-spacing: 0px;
  text-transform: capitalize;
}
.slider-default-style .tp-caption.largewhitebg {
  background: transparent;
  text-align: center;
  width: 100%;
}
.slider-default-style .tp-caption.largewhitebg a {
  background: #0ba2eb;
  font-size: 15px !important;
  border-radius: 0px;
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
  padding: 15px 35px !important;
}
.slider-default-style .tp-caption.largewhitebg a:hover {
  background: #108ecb;
}
.slider-default-style .tp-leftarrow.default {
  background: transparent;
  left: 5% !important;
}
.slider-default-style .tp-leftarrow.default::after {
  background: #ffffff;
  color: #222222;
  content: "\f104";
  font-family: "FontAwesome";
  font-size: 24px;
  line-height: 46px;
  text-align: center;
  padding: 0px;
  height: 50px;
  width: 40px;
  border-radius: 0px;
  display: block;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.slider-default-style .tp-leftarrow.default:hover::after {
  color: #ffffff;
}
.slider-default-style .tp-rightarrow.default {
  background: transparent;
  right: 5% !important;
}
.slider-default-style .tp-rightarrow.default::after {
  background: #ffffff;
  color: #222222;
  content: "\f105";
  font-family: "FontAwesome";
  font-size: 24px;
  line-height: 46px;
  text-align: center;
  padding: 0px;
  height: 50px;
  width: 40px;
  border-radius: 0px;
  display: block;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.slider-default-style .tp-rightarrow.default:hover::after {
  color: #ffffff;
}
.slider-two .slotholder::before {
  background: transparent;
}
.slider-two .tp-caption.large_text {
  color: #222222;
  width: inherit;
  text-align: left;
}
.slider-two .tp-caption.medium_text {
  color: #222222;
  width: inherit;
  text-align: left;
}
.slider-two .tp-caption.largewhitebg {
  width: inherit;
  text-align: left;
}
/*=====  End of Main Slider css  ======*/
/*===============================================
=            Make an Appointment css            =
===============================================*/
.appointment-section .emergency-call {
  margin-top: 5px;
}
.appointment-section .emergency-call .sppb-addon-content {
  color: #ffffff;
  font-size: 30px;
  line-height: 48px;
}
.appointment-section .emergency-call .sppb-addon-content span {
  font-size: 48px;
  font-weight: 600;
  margin-left: 20px;
}
.appointment-section .btn-read-more {
  font-weight: 700;
  float: right;
}
.appointment-section .btn-read-more::before {
  content: "\f073";
  font-family: 'FontAwesome';
  padding-right: 8px;
}
/*=====  End of Make an Appointment css  ======*/
/*========================================
=            Home service css            =
========================================*/
.service-home-one .sppb-addon-feature {
  margin-bottom: 30px;
}
.service-home-one .sppb-addon-feature .pull-left {
  margin-right: 20px;
}
.service-home-one .sppb-addon-feature .pull-left .sppb-img-container {
  border-radius: 50%;
  height: 75px;
  width: 75px;
  text-align: center;
  line-height: 70px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.service-home-one .sppb-addon-feature .sppb-media-body .sppb-addon-title {
  font-weight: 400;
  margin-bottom: 10px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.service-home-one .sppb-addon-feature:hover .pull-left .sppb-img-container {
  background: #222222;
}
.service-home-one .sppb-addon-feature:hover .sppb-media-body .sppb-addon-title {
  color: #0ba2eb;
}
.service-home-two {
  background: #f7f7f7;
}
.service-home-two .sppb-addon-feature {
  box-shadow: 1px 0 1px 0 #d7d7d7;
  padding: 100px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.service-home-two .sppb-addon-feature .sppb-img-container {
  background: #0ba2eb;
  border: 1px solid #0ba2eb;
  border-radius: 50%;
  height: 75px;
  width: 75px;
  margin-bottom: 20px;
  text-align: center;
  line-height: 70px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.service-home-two .sppb-addon-feature a h3 {
  margin-bottom: 10px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.service-home-two .sppb-addon-feature .sppb-addon-text {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.service-home-two .sppb-addon-feature:hover {
  background: #0ba2eb;
}
.service-home-two .sppb-addon-feature:hover .sppb-img-container {
  background: transparent;
  border: 1px solid #ffffff;
}
.service-home-two .sppb-addon-feature:hover a h3 {
  color: #ffffff;
}
.service-home-two .sppb-addon-feature:hover .sppb-addon-text {
  color: #ffffff;
}
.service-home-three .sppb-addon-feature {
  margin-bottom: 30px;
}
.service-home-three .sppb-addon-feature .sppb-img-container {
  background: #0ba2eb;
  border-radius: 50%;
  height: 75px;
  width: 75px;
  margin-bottom: 20px;
  text-align: center;
  line-height: 70px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.service-home-three .sppb-addon-feature a h3 {
  margin-bottom: 10px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.service-home-three .sppb-addon-feature:hover .sppb-img-container {
  background: #222222;
}
.service-home-three .sppb-addon-feature:hover a h3 {
  color: #0ba2eb;
}
.service-home-four .sppb-addon-feature {
  margin-bottom: 30px;
}
.service-home-four .sppb-addon-feature .sppb-img-container {
  background: #0ba2eb;
  border-radius: 50%;
  height: 75px;
  width: 75px;
  margin-bottom: 20px;
  text-align: center;
  line-height: 70px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.service-home-four .sppb-addon-feature a h3 {
  margin-bottom: 10px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.service-home-four .sppb-addon-feature:hover .sppb-img-container {
  background: #222222;
}
.service-home-four .sppb-addon-feature:hover a h3 {
  color: #0ba2eb;
}
/*=====  End of Home service css  ======*/
/*=======================================
=            Home About css             =
=======================================*/
.home-about-one .sppb-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.home-about-one .sppb-addon-text-block .ghost-btn {
  margin-top: 30px;
}
.home-about-one .sppb-no-gutter .sppb-addon-text-block {
  margin-top: 0;
  padding: 50px;
}
/*=====  End of Home About css   ======*/
/*=======================================
=            Tab content css            =
=======================================*/
.sppb-tab ul.sppb-nav-tabs {
  border: none;
  float: left;
  margin-right: 30px;
}
.sppb-tab ul.sppb-nav-tabs li {
  float: none;
  margin-bottom: 10px;
}
.sppb-tab ul.sppb-nav-tabs li a {
  font-size: 16px;
  font-weight: 400;
  background: #f1f6f9;
  border: none;
  padding: 24px 30px;
}
.sppb-tab ul.sppb-nav-tabs li.active a {
  color: #ffffff;
}
.sppb-tab ul.sppb-nav-tabs li:hover a {
  color: #ffffff;
}
.sppb-tab ul.sppb-nav-tabs li:last-child {
  margin-bottom: 0;
}
.sppb-tab .sppb-tab-content {
  display: table-cell;
  border: none;
  padding: 0;
}
.sppb-tab .sppb-tab-content .sppb-tab-pane {
  position: relative;
}
.sppb-tab .sppb-tab-content .sppb-tab-pane .item-content {
  color: #ffffff;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 20px 35px 15px;
}
.sppb-tab .sppb-tab-content .sppb-tab-pane .item-content h3 {
  font-size: 30px;
  color: #ffffff;
  margin-bottom: 10px;
}
/*=====  End of Tab content css  ======*/
/*====================================
=            Progress css            =
====================================*/
.sppb-addon-pie-progress .sppb-pie-chart span {
  color: #ffffff;
  font-size: 34px;
  font-weight: 600;
}
.sppb-addon-pie-progress .sppb-addon-title {
  color: #ffffff;
  margin-top: 10px;
  margin-bottom: 0;
}
/*=====  End of Progress css  ======*/
/*================================
=            Team css            =
================================*/
.tlp-team .layout1 .single-team-area .single-team .overlay .detail-link a i {
  background: #0ba2eb;
}
.tlp-team .layout1 .single-team-area .single-team .overlay .detail-link:hover a i {
  color: #ffffff;
  border-radius: 0;
}
.tlp-team .layout1 .single-team-area .single-team .overlay .social-icons a {
  height: 38px;
  width: 38px;
  line-height: 38px;
  background: #0ba2eb;
}
.tlp-team .layout1 .single-team-area .single-team .overlay .social-icons a i {
  display: inline;
  padding: 0;
}
.tlp-team .layout1 .single-team-area .single-team .overlay .social-icons a:hover i.fa {
  background: transparent;
}
.tlp-team .layout1 .single-team-area .tlp-content-layout1 {
  background: transparent;
  margin-top: 20px;
}
.tlp-team .layout1 .single-team-area .tlp-content-layout1 h3 {
  font-size: 20px;
  padding: 0;
}
.tlp-team .layout1 .single-team-area .tlp-content-layout1 h3 a:hover {
  color: #0ba2eb;
}
.tlp-team .layout1 .single-team-area .tlp-content-layout1 .tlp-position {
  padding: 0;
  color: #0ba2eb;
  font-weight: 400;
  padding: 0 0 8px 0;
}
.tlp-team .layout1 .single-team-area .tlp-content-layout1 .tlp-position h3 {
  padding: 0;
  font-size: 15px;
  font-weight: 400;
}
.tlp-team .layout1 .single-team-area .short-bio p {
  margin-bottom: 0;
}
.tlp-team .layout1 .single-team-area .contact-info,
.tlp-team .layout1 .single-team-area .tlp-team-skill {
  padding: 0;
}
.tlp-team .layout1 .single-team-area:hover .overlay {
  background: rgba(0, 0, 0, 0.8);
}
.tlp-team .layout3 .single-team-area figure {
  position: relative;
  overflow: hidden;
}
.tlp-team .layout3 .single-team-area figure img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.7s ease-out;
  -moz-transition: all 0.7s ease-out;
  -ms-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}
.tlp-team .layout3 .single-team-area figure:hover img {
  opacity: 0.8;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.tlp-team .layout3 .single-team-area .tlp-content h3 {
  font-size: 20px;
  margin-bottom: 0;
  padding: 15px 0 5px 0;
}
.tlp-team .layout3 .single-team-area .tlp-content h3 a:hover {
  color: #0ba2eb;
}
.tlp-team .layout3 .single-team-area .tlp-content .tlp-position {
  padding: 0;
  color: #0ba2eb;
  font-size: 16px;
  font-weight: 400;
  padding: 0 0 8px 0;
}
.tlp-team .layout3 .single-team-area .short-bio p {
  margin-bottom: 0;
}
.tlp-team .layout3 .single-team-area .contact-info,
.tlp-team .layout3 .single-team-area .tlp-team-skill {
  padding: 0;
}
.tlp-team .layout3 .single-team-area .social-icons {
  margin-top: 10px;
  text-align: center;
}
.tlp-team .layout3 .single-team-area .social-icons a {
  color: #0ba2eb;
  border: 1px solid #0ba2eb;
  height: 36px;
  width: 36px;
  line-height: 34px;
  text-align: center;
}
.tlp-team .layout3 .single-team-area .social-icons a i {
  display: inline;
  padding: 0;
}
.tlp-team .layout3 .single-team-area .social-icons a:hover {
  background: #0ba2eb;
  color: #ffffff;
}
.tlp-team .layout3 .single-team-area .social-icons a:hover i {
  background: transparent;
}
.tlp-team .layout4 .single-team-area .overlay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.tlp-team .layout4 .single-team-area .overlay-element .tlp-content {
  padding-top: 0;
}
.tlp-team .layout4 .single-team-area .overlay-element .social-icons {
  margin-top: 10px;
  text-align: center;
}
.tlp-team .layout4 .single-team-area .overlay-element .social-icons a {
  color: #ffffff;
  border: 1px solid #ffffff;
  height: 34px;
  width: 34px;
  line-height: 32px;
  text-align: center;
}
.tlp-team .layout4 .single-team-area .overlay-element .social-icons a i {
  display: inline;
  padding: 0;
}
.tlp-team .layout4 .single-team-area .overlay-element .social-icons a:hover {
  background: #ffffff;
  opacity: 1;
}
.tlp-team .layout4 .single-team-area .overlay-element .social-icons a:hover i {
  background: transparent;
  color: #0ba2eb;
}
.tlp-team .layout4 .single-team-area .overlay-element .tlp-position {
  font-weight: 600;
}
.tlp-team .layout11 .single-team-area .tlp-overlay .social-icons {
  -webkit-transition: all 0.7s ease-out;
  -moz-transition: all 0.7s ease-out;
  -ms-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}
.tlp-team .layout11 .single-team-area .tlp-overlay .social-icons a {
  background: #0ba2eb;
  color: #ffffff;
  height: 34px;
  width: 34px;
  line-height: 34px;
  text-align: center;
}
.tlp-team .layout11 .single-team-area .tlp-overlay .social-icons a i {
  display: inline;
  padding: 0;
}
.tlp-team .layout11 .single-team-area .tlp-overlay .social-icons a:hover {
  background: #108ecb;
  opacity: 1;
}
.tlp-team .layout11 .single-team-area .tlp-overlay .social-icons a:hover i {
  background: transparent;
  opacity: 1;
}
.tlp-team .layout11 .single-team-area .tlp-title {
  height: auto;
  padding: 8px 0 10px;
}
.tlp-team .layout11 .single-team-area .tlp-title h3 {
  margin: 0;
}
.tlp-team .owl-carousel.owl-theme .owl-nav {
  top: 50%;
}
.tlp-team .owl-carousel.owl-theme .owl-nav > div {
  padding: 7px 10px !important;
}
.tlp-team .isotope2 {
  overflow: hidden;
}
.tlp-team .isotope2 .team-item figure {
  position: relative;
  overflow: hidden;
}
.tlp-team .isotope2 .team-item figure img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.tlp-team .isotope2 .team-item figure:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.tlp-team .isotope2 .team-item .tlp-content {
  margin-top: 20px;
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.tlp-team .isotope2 .team-item .tlp-content h3 {
  margin-bottom: 5px;
  padding-top: 0;
  text-align: center;
}
.tlp-team .isotope2 .team-item .tlp-content h3 a {
  color: #222222;
  font-size: 22px;
}
.tlp-team .isotope2 .team-item .tlp-content h3 a:hover {
  color: #0ba2eb;
}
.tlp-team .isotope2 .team-item .tlp-content .tlp-position h3 {
  font-size: 16px;
  color: #0ba2eb;
  font-weight: 400;
}
.tlp-team .isotope2 .team-item .tlp-content .short-bio {
  text-align: center;
}
.tlp-team .isotope2 .team-item .contact-info,
.tlp-team .isotope2 .team-item .tlp-team-skill {
  padding: 0;
}
.tlp-team .isotope2 .team-item .social-icons {
  display: block;
  text-align: center;
}
.tlp-team .isotope2 .team-item .social-icons a {
  border: 1px solid #b9c4cb;
  color: #0ba2eb;
  height: 36px;
  width: 36px;
  line-height: 34px;
}
.tlp-team .isotope2 .team-item .social-icons a:hover {
  border: 1px solid #0ba2eb;
  background: #0ba2eb;
  color: #ffffff;
}
.tlp-team .isotope2 .team-item .social-icons a i {
  display: inline-block;
  padding: 0;
}
.tlp-team .layout5 .table-striped > tbody > tr {
  background: #fbfbfb;
}
.tlp-team .layout5 .table-striped > tbody > tr:nth-child(2n+1) {
  background: #f8f8f8;
}
.tlp-team .layout5 .table-striped > tbody > tr td i {
  color: #0ba2eb;
}
.tlp-team .layout5 .table-striped > tbody > tr td h3 {
  margin-bottom: 0;
}
.tlp-team .layout5 .table-striped > tbody > tr td h3 .tlp-name {
  font-weight: 500;
}
.tlp-team .layout5 .table-striped > tbody > tr td .tlp-position {
  font-weight: 600;
}
.tlp-team .layout5 .table-striped > tbody > tr td span {
  font-weight: 600;
}
.tlp-team .layout5 .table-striped > tbody > tr td .social-icons a i {
  color: #222222;
}
.tlp-team .layout5 .table-striped > tbody > tr td .social-icons a:hover i {
  color: #0ba2eb;
  opacity: 1;
}
.tlp-team .button-group {
  margin-bottom: 40px;
}
.tlp-team .button-group button {
  background: #f1f6f9;
  border-radius: 0px;
  font-size: 16px;
  font-weight: 600;
  color: #222222;
  letter-spacing: 0px;
  padding: 10px 20px;
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.tlp-team .button-group button.selected {
  background: #0ba2eb;
  color: #ffffff;
}
.tlp-team .button-group button:hover {
  background: #0ba2eb;
  color: #ffffff;
}
/*=====  End of Team css  ======*/
/*========================================
=            Team details css            =
========================================*/
.tlp-team .tlp-team-detail {
  padding-bottom: 0;
}
.tlp-team .tlp-team-detail .social-icons {
  padding-top: 20px;
  text-align: center;
}
.tlp-team .tlp-team-detail .social-icons a {
  border: 1px solid #b9c4cb;
  color: #0ba2eb;
  height: 36px;
  width: 36px;
  line-height: 34px;
}
.tlp-team .tlp-team-detail .social-icons a:hover {
  border: 1px solid #0ba2eb;
  background: #0ba2eb;
  color: #ffffff;
}
.tlp-team .tlp-team-detail .social-icons a i.fa {
  display: inline-block;
  padding: 0;
}
.tlp-team article .tlp-content {
  border-bottom: 1px solid #b9c4cb;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.tlp-team article .tlp-content h3 {
  font-size: 26px;
  margin-bottom: 5px;
}
.tlp-team article .tlp-content .tlp-position {
  color: #0ba2eb;
}
.tlp-team article .short-bio h3 {
  font-size: 26px;
  margin-bottom: 8px;
  margin-top: 35px;
}
.tlp-team article .short-bio ul {
  list-style: none;
  padding: 0;
}
.tlp-team article .short-bio ul li {
  font-size: 15px;
  font-weight: 600;
  padding: 10px 15px;
}
.tlp-team article .short-bio ul li:nth-child(2n+1) {
  background: #f8f8f8;
}
.tlp-team article .short-bio ul li .right {
  float: right;
}
.tlp-team article .contact-info {
  display: none;
}
.tlp-team article .tlp-team-skill .skill_name {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 5px;
}
.tlp-team article .tlp-team-skill .skill-prog {
  background: #f8f8f8;
  border-radius: 0;
  height: 8px;
  padding: 2px;
}
.tlp-team article .tlp-team-skill .skill-prog .fill {
  background: #0ba2eb;
  border-radius: 0;
}
/*=====  End of Team details css  ======*/
/*============================================
=            Appointment form css            =
============================================*/
.appointment-form .sppb-addon-text-block .sppb-addon-title {
  color: #ffffff;
}
.appointment-form .sppb-addon-text-block .sppb-addon-content {
  color: #bfbfbf;
}
.rsform .formResponsive {
  margin-bottom: 0;
}
.rsform .formResponsive .rsform-block {
  width: 50%;
  float: left;
  margin-bottom: 5px;
  min-height: 55px;
}
.rsform .formResponsive .rsform-block .formControlLabel {
  padding-top: 0;
  width: inherit;
}
.rsform .formResponsive .rsform-block .formControls {
  margin-left: 0;
  position: relative;
}
.rsform .formResponsive .rsform-block .formControls input {
  background: transparent;
  border: 1px solid #31393C;
  border-radius: 0;
  box-shadow: none;
  font-size: 15px;
  color: #bfbfbf;
  margin-bottom: 0;
  height: 32px;
  width: 90%;
}
.rsform .formResponsive .rsform-block .formControls input::-moz-placeholder {
  color: #bfbfbf;
}
.rsform .formResponsive .rsform-block .formControls input::-webkit-input-placeholder {
  color: #bfbfbf;
}
.rsform .formResponsive .rsform-block .formControls select {
  background: transparent;
  border: 1px solid #31393C;
  border-radius: 0;
  box-shadow: none;
  font-size: 15px;
  color: #bfbfbf;
  height: 32px;
  width: 90%;
}
.rsform .formResponsive .rsform-block .formControls select::-moz-placeholder {
  color: #bfbfbf;
}
.rsform .formResponsive .rsform-block .formControls select::-webkit-input-placeholder {
  color: #bfbfbf;
}
.rsform .formResponsive .rsform-block .formControls input.rsform-calendar-button {
  border: none;
  border-left: 1px solid #31393C;
  position: absolute;
  font-size: 15px;
  width: inherit;
  right: 24px;
  top: 1px;
  height: 40px;
}
.rsform .formResponsive .rsform-block .formControls input.rsform-calendar-button::-moz-placeholder {
  color: #bfbfbf;
}
.rsform .formResponsive .rsform-block .formControls input.rsform-calendar-button::-webkit-input-placeholder {
  color: #bfbfbf;
}
.rsform .formResponsive .rsform-block .formControls button {
  background: #0ba2eb;
  border: none;
  border-radius: 0;
  box-shadow: none;
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  margin-top: 10px;
  padding: 15px 35px;
  text-shadow: none;
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.rsform .formResponsive .rsform-block .formControls button:hover {
  background: #108ecb;
  color: #ffffff;
}
.appontment-page .rsform .rsform-block .formControls input {
  background: #f5f5f5;
  border: 1px solid #cedbe3;
  color: #868686;
}
.appontment-page .rsform .rsform-block .formControls input::-moz-placeholder {
  color: #868686;
}
.appontment-page .rsform .rsform-block .formControls input::-webkit-input-placeholder {
  color: #868686;
}
.appontment-page .rsform .rsform-block .formControls select {
  background: #f5f5f5;
  border: 1px solid #cedbe3;
  color: #868686;
}
.appontment-page .rsform .rsform-block .formControls select::-moz-placeholder {
  color: #868686;
}
.appontment-page .rsform .rsform-block .formControls select::-webkit-input-placeholder {
  color: #868686;
}
.appontment-page .rsform .rsform-block .formControls input.rsform-calendar-button {
  border-left: 1px solid #cedbe3;
}
.appontment-page .rsform .rsform-block .formControls input.rsform-calendar-button::-moz-placeholder {
  color: #868686;
}
.appontment-page .rsform .rsform-block .formControls input.rsform-calendar-button::-webkit-input-placeholder {
  color: #868686;
}
.appontment-page .rsform .rsform-block.rsform-block-message {
  width: 100%;
}
.appontment-page .rsform .rsform-block.rsform-block-message textarea {
  background: #f5f5f5;
  border: 1px solid #cedbe3;
  border-radius: 0;
  box-shadow: none;
  font-size: 15px;
  color: #868686;
  width: 95%;
}
.appontment-page .rsform .rsform-block.rsform-block-message textarea::-moz-placeholder {
  color: #868686;
}
.appontment-page .rsform .rsform-block.rsform-block-message textarea::-webkit-input-placeholder {
  color: #868686;
}
/*=====  End of Appointment form css  ======*/
/*=================================================
=            Awesome Photo gallery css            =
=================================================*/
.tlp-portfolio {
  overflow: hidden;
}
.tlp-portfolio .pre-text {
  margin: 0;
}
.tlp-portfolio .layout5 .tlp-equal-height {
  margin-bottom: 10px;
  padding: 0 5px;
}
.tlp-portfolio .layout5 .tlp-portfolio-item .tlp-overlay {
  background: rgba(11, 162, 235, 0.8);
  -webkit-transition: all 0.7s ease-out;
  -moz-transition: all 0.7s ease-out;
  -ms-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}
.tlp-portfolio .layout5 .tlp-portfolio-item .tlp-overlay .tlp-title {
  bottom: 70px;
  background: transparent;
  text-align: center;
  padding: 12px;
}
.tlp-portfolio .layout5 .tlp-portfolio-item .tlp-overlay .tlp-title h3 {
  float: inherit;
}
.tlp-portfolio .layout5 .tlp-portfolio-item .tlp-overlay .tlp-title h3 a {
  font-size: 22px;
  float: inherit;
}
.tlp-portfolio .layout5 .tlp-portfolio-item .tlp-overlay .tlp-content .link-icon {
  margin-top: 25%;
}
.tlp-portfolio .layout5 .tlp-portfolio-item .tlp-overlay .tlp-content .link-icon a {
  background: #ffffff;
  border: none;
  font-size: 16px;
  color: #222222;
  height: 45px;
  width: 45px;
  text-align: center;
  line-height: 43px;
  padding: 0;
}
.tlp-portfolio .layout5 .tlp-portfolio-item .tlp-overlay .tlp-content .link-icon a:hover {
  color: #0ba2eb;
}
.tlp-portfolio .layout5 .tlp-portfolio-item .tlp-overlay .tlp-content .link-icon a i:before {
  font-family: 'FontAwesome';
  content: "\f002";
}
.tlp-portfolio .layout2 .tlp-portfolio-item .tlp-content h3 {
  font-size: 20px;
  font-weight: 500;
}
.tlp-portfolio .layout2 .tlp-portfolio-item .tlp-overlay .link-icon li {
  border: none;
  height: 44px;
  width: 44px;
}
.tlp-portfolio .layout2 .tlp-portfolio-item .tlp-overlay .link-icon li a {
  background: #ffffff;
  border-radius: 50%;
}
.tlp-portfolio .link-icon {
  margin-bottom: 10px;
}
.tlp-portfolio .link-icon a {
  background: #ffffff;
  border: none;
  padding: 0 !important;
  line-height: 43px;
}
.tlp-portfolio .link-icon a i {
  color: #222222;
}
.tlp-portfolio .link-icon a i:before {
  font-family: 'FontAwesome';
  content: "\f0c1";
}
.tlp-portfolio .link-icon a i:hover {
  color: #0ba2eb;
}
.tlp-portfolio .isotope1 .tlp-portfolio-item .tlp-portfolio-thum .tlp-overlay {
  background: rgba(11, 162, 235, 0.8);
  -moz-transform: scale(1) translateY(150px);
  -webkit-transform: scale(1) translateY(150px);
  -o-transform: scale(1) translateY(150px);
  -ms-transform: scale(1) translateY(150px);
  transform: scale(1) translateY(150px);
  -webkit-transition: all 0.7s ease-out;
  -moz-transition: all 0.7s ease-out;
  -ms-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}
.tlp-portfolio .isotope1 .tlp-portfolio-item:hover .tlp-portfolio-thum .tlp-overlay {
  -moz-transform: scale(1) translateY(0px);
  -webkit-transform: scale(1) translateY(0px);
  -o-transform: scale(1) translateY(0px);
  -ms-transform: scale(1) translateY(0px);
  transform: scale(1) translateY(0px);
}
.tlp-portfolio .isotope1 .tlp-portfolio-item:hover .tlp-content .tlp-content-holder h3 a {
  color: #0ba2eb;
}
.tlp-portfolio .isotope1 .tlp-portfolio-item .tlp-content .tlp-content-holder {
  padding: 15px 0 0 0;
}
.tlp-portfolio .isotope1 .tlp-portfolio-item .tlp-content .tlp-content-holder h3 {
  margin-top: 0;
}
.tlp-portfolio .isotope1 .tlp-portfolio-item .tlp-content .tlp-content-holder h3 a {
  color: #222222;
  font-size: 22px;
}
.tlp-portfolio .isotope7 .tlp-portfolio-item figcaption {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.tlp-portfolio .isotope7 .tlp-portfolio-item figcaption:hover {
  background: rgba(11, 162, 235, 0.8);
}
.tlp-portfolio .isotope7 .tlp-portfolio-item figcaption .tlp-content {
  padding: 17px;
}
.tlp-portfolio .isotope7 .tlp-portfolio-item figcaption .tlp-content h3 {
  text-align: center;
}
.tlp-portfolio .isotope7 .tlp-portfolio-item figcaption .tlp-content h3 a {
  color: #ffffff;
  font-size: 22px;
  text-align: center;
}
.tlp-portfolio .isotope10 .tlp-portfolio-item {
  margin-bottom: 30px;
}
.tlp-portfolio .isotope10 .tlp-portfolio-item .tlp-overlay {
  background: rgba(11, 162, 235, 0.8);
  -webkit-transition: all 0.7s ease-out;
  -moz-transition: all 0.7s ease-out;
  -ms-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}
.tlp-portfolio .layout10 .tlp-portfolio-item .tlp-overlay {
  opacity: 0;
  background: rgba(11, 162, 235, 0.8);
  -moz-transform: scale(1) translateY(150px);
  -webkit-transform: scale(1) translateY(150px);
  -o-transform: scale(1) translateY(150px);
  -ms-transform: scale(1) translateY(150px);
  transform: scale(1) translateY(150px);
  -webkit-transition: all 0.7s ease-out;
  -moz-transition: all 0.7s ease-out;
  -ms-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}
.tlp-portfolio .layout10 .tlp-portfolio-item .tlp-overlay .tlp-title {
  background: #0ba2eb;
  padding: 0 15px;
}
.tlp-portfolio .layout10 .tlp-portfolio-item .tlp-overlay .tlp-title p {
  margin-bottom: 0;
}
.tlp-portfolio .layout10 .tlp-portfolio-item:hover .tlp-overlay {
  opacity: 1;
  -moz-transform: scale(1) translateY(0px);
  -webkit-transform: scale(1) translateY(0px);
  -o-transform: scale(1) translateY(0px);
  -ms-transform: scale(1) translateY(0px);
  transform: scale(1) translateY(0px);
}
.tlp-portfolio .button-group {
  margin-bottom: 40px;
}
.tlp-portfolio .button-group button {
  background: #f1f6f9;
  border-radius: 0px;
  font-size: 16px;
  color: #222222;
  letter-spacing: 0px;
  padding: 10px 20px;
  text-transform: uppercase;
  -webkit-transition: all 0.7s ease-out;
  -moz-transition: all 0.7s ease-out;
  -ms-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}
.tlp-portfolio .button-group button.selected {
  background: #0ba2eb;
  color: #ffffff;
}
.tlp-portfolio .button-group button:hover {
  background: #0ba2eb;
  color: #ffffff;
}
/*=====  End of Awesome Photo gallery css  ======*/
/*=======================================
=            Testimonial css            =
=======================================*/
.testimonial-section {
  background-color: #0ba2eb;
}
.tss-wrapper .tss-layout1 .tss-single-item {
  margin-bottom: 0;
}
.tss-wrapper .tss-layout1 .single-item-wrapper {
  display: inherit !important;
}
.tss-wrapper .tss-layout1 .single-item-wrapper .item-content-wrapper {
  background: transparent;
  padding: 40px 0 0 0;
}
.tss-wrapper .tss-layout1 .single-item-wrapper .item-content-wrapper::before {
  color: #ffffff;
  left: 0;
  right: 0;
  text-align: center;
}
.tss-wrapper .tss-layout1 .single-item-wrapper .item-content-wrapper::after {
  display: none;
}
.tss-wrapper .tss-layout1 .single-item-wrapper .item-content-wrapper .item-content {
  color: #ffffff;
  text-align: center;
}
.tss-wrapper .tss-layout3 .single-item-wrapper .tss-meta-info {
  position: relative;
}
.tss-wrapper .tss-layout3 .single-item-wrapper .tss-meta-info .profile-img-wrapper {
  position: absolute;
  right: 10px;
  top: 13px;
  z-index: 1;
}
.tss-wrapper .tss-layout3 .single-item-wrapper .tss-meta-info .profile-img-wrapper img {
  border: 5px solid #0ba2eb;
  height: 80px;
  width: 80px;
}
.tss-wrapper .tss-layout3 .single-item-wrapper .item-content-wrapper {
  margin-top: 30px;
}
.tss-wrapper .tss-layout3 .single-item-wrapper .item-content-wrapper::before {
  position: absolute;
  content: "";
  display: inline-block;
  top: -15px;
  left: 20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 15px 10px;
  border-color: transparent transparent #ffffff transparent;
}
.tss-wrapper .tss-layout6 .slick-slide {
  margin-bottom: 0;
}
.tss-wrapper .tss-layout6 .single-item-wrapper {
  background: transparent;
  padding: 0 30px;
}
.tss-wrapper .tss-layout6 .single-item-wrapper::before {
  left: 0;
}
.tss-wrapper .rt-carousel ul.slick-dots {
  margin-top: 30px;
  margin-bottom: 0;
  padding-left: 0;
}
.tss-wrapper .rt-carousel ul.slick-dots li {
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.tss-wrapper .rt-carousel ul.slick-dots li button {
  background: #0ba2eb;
  border: 1px solid #0ba2eb;
  box-shadow: 0 1px 1px #000 inset;
  border-radius: 10px;
  height: 10px;
  width: 36px;
}
.tss-wrapper .rt-carousel ul.slick-dots li.slick-active button {
  background: #ffffff;
  box-shadow: none;
}
/*=====  End of Testimonial css  ======*/
/*===========================================
=            Our Latest Blog css            =
===========================================*/
.rt-catitem ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.rt-catitem ul li {
  float: left;
  margin-bottom: 30px;
  padding: 0 15px;
  width: 33.33333%;
}
.rt-catitem ul li .moduleItemIntroimg {
  position: relative;
  overflow: hidden;
}
.rt-catitem ul li .moduleItemIntroimg img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.rt-catitem ul li .moduleItemIntroimg:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.rt-catitem ul li .moduleItemIntroimg .moduleItemDateCreated {
  position: absolute;
  left: 0;
  bottom: 0;
}
.rt-catitem ul li .moduleItemIntroimg .moduleItemDateCreated span {
  display: inline-block;
  color: #ffffff;
  font-size: 16px;
  text-transform: uppercase;
  margin-right: -4px;
  padding: 10px 15px;
  font-weight: 600;
}
.rt-catitem ul li .moduleItemIntroimg .moduleItemDateCreated .day {
  background: #0ba2eb;
}
.rt-catitem ul li .moduleItemIntroimg .moduleItemDateCreated .month {
  background: #222222;
}
.rt-catitem ul li .rt-catcontent {
  margin-top: 20px;
}
.rt-catitem ul li .rt-catcontent i {
  color: #c0c0c0;
  font-size: 18px;
  padding-right: 8px;
}
.rt-catitem ul li .rt-catcontent h3 {
  margin-bottom: 10px;
}
.rt-catitem ul li .rt-catcontent h3 a {
  color: #222222;
}
.rt-catitem ul li .rt-catcontent h3 a:hover {
  color: #0ba2eb;
}
.rt-catitem ul li .rt-catcontent .moduleItemIntrotext {
  margin-bottom: 15px;
}
.rt-catitem ul li .rt-catcontent .moduleItemAuthor {
  margin-right: 20px;
  display: inline-block;
}
/*=====  End of Our Latest Blog css  ======*/
/*=============================================
=            Emergency contact css            =
=============================================*/
#sp-emergency-contact {
  padding: 50px 0;
}
#sp-emergency-contact .promote-website h3 {
  font-size: 30px;
  font-weight: 400;
  color: #ffffff;
  margin: 0;
}
#sp-emergency-contact .promote-website h3 span {
  font-size: 36px;
  font-weight: 500;
  margin-left: 20px;
}
#sp-emergency-contact .promote-website h3:before {
  font-family: 'FontAwesome';
  content: "\f095";
  border: 1px solid;
  border-radius: 50%;
  display: inline-block;
  height: 50px;
  line-height: 48px;
  margin-right: 15px;
  text-align: center;
  width: 50px;
}
#sp-emergency-contact .promote-website .btn-read-more {
  font-weight: 700;
  float: right;
  padding: 15px 44px;
}
/*=====  End of Emergency contact css  ======*/
/*==================================
=            Bottom css            =
==================================*/
#sp-bottom {
  color: #bfbfbf;
  padding: 100px 0;
}
#sp-bottom .sp-module h3.sp-module-title {
  color: #ffffff;
  margin-bottom: 30px;
  padding-bottom: 20px;
  text-transform: uppercase;
  position: relative;
}
#sp-bottom .sp-module h3.sp-module-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 5px;
  width: 50px;
}
#sp-bottom ul li {
  list-style: none;
  border-bottom: 1px solid #292f33;
  margin-bottom: 7px;
  padding-bottom: 8px;
}
#sp-bottom ul li a {
  color: #bfbfbf;
  line-height: 24px;
  padding: 0;
}
#sp-bottom ul li a:hover {
  color: #0ba2eb;
}
#sp-bottom ul li a::before {
  color: #0ba2eb;
}
#sp-bottom ul li:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
#sp-bottom ul li i {
  color: #0ba2eb;
  font-size: 18px;
  padding-right: 8px;
}
#sp-bottom .footer-social ul li {
  border: none;
  display: inline-block;
  margin-bottom: 0;
  padding-bottom: 0;
}
#sp-bottom .footer-social ul li a {
  color: #bfbfbf;
  display: block;
  padding: 0 13px 0 0;
  text-align: center;
}
#sp-bottom .footer-social ul li a::before {
  content: "";
  margin-right: 0;
}
#sp-bottom .footer-social ul li a i {
  padding-right: 0;
  color: #bfbfbf;
}
#sp-bottom .footer-social ul li a i:hover {
  color: #0ba2eb;
}
#sp-bottom .sp-tweet .sp-tweet-item {
  border-bottom: 1px solid #292f33;
}
#sp-bottom .sp-tweet .sp-tweet-even {
  background: transparent;
}
#sp-bottom .sp-tweet .sp-tweet-first {
  padding-top: 0;
}
#sp-bottom .footer-address ul li {
  margin-bottom: 10px;
  padding-bottom: 10px;
}
#sp-bottom .footer-address ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
#sp-footer .sp-copyright {
  color: #6b757a;
  font-weight: 600;
}
#sp-footer .sp-copyright a {
  color: #0ba2eb;
}
#sp-footer .sp-copyright a:hover {
  color: #ffffff;
}
/*=====  End of Bottom css  ======*/
/*================================================
=            Appointment & Choose css            =
================================================*/
.appointment-choose-section {
  position: relative;
}
.appointment-choose-section::before {
  background: #0c1316;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 50%;
}
.appointment-choose-section::after {
  background: #0ba2eb;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 50%;
}
.appointment-choose-section .sppb-addon-text-block {
  padding-right: 50px;
}
.appointment-choose-section .sppb-addon-text-block .sppb-addon-title {
  color: #ffffff;
}
.appointment-choose-section .sppb-addon-text-block .sppb-addon-content {
  color: #bfbfbf;
}
.appointment-choose-section .sppb-ajaxt-contact-form {
  margin-top: 40px;
  padding-right: 50px;
}
.appointment-choose-section .sppb-ajaxt-contact-form .sppb-form-group {
  float: left;
  width: 48%;
  margin: 5px;
}
.appointment-choose-section .sppb-ajaxt-contact-form .sppb-form-group .sppb-form-control {
  background: transparent;
  border: 1px solid #31393C;
  border-radius: 0;
  box-shadow: none;
  height: 40px !important;
}
.appointment-choose-section .sppb-ajaxt-contact-form .sppb-form-group .sppb-form-control::-moz-placeholder {
  color: #bfbfbf;
}
.appointment-choose-section .sppb-ajaxt-contact-form .sppb-form-group .sppb-form-control::-webkit-input-placeholder {
  color: #bfbfbf;
}
.appointment-choose-section .sppb-ajaxt-contact-form button {
  background: #0ba2eb;
  border: none;
  border-radius: 0px;
  color: #ffffff;
  font-weight: 700;
  margin-top: 20px;
  padding: 14px 30px;
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.appointment-choose-section .sppb-ajaxt-contact-form button:hover {
  background: #108ecb;
  color: #ffffff;
}
.appointment-choose-section .sppb-addon-header {
  padding-left: 65px;
}
.appointment-choose-section .sppb-addon-header .sppb-addon-title {
  color: #ffffff;
}
.appointment-choose-section .sppb-addon-header .sppb-addon-title::before {
  background: #ffffff;
}
.appointment-choose-section .sppb-addon-feature {
  padding: 0 0 20px 65px;
}
.appointment-choose-section .sppb-addon-feature .pull-left i {
  border: 2px solid #ffffff;
  border-radius: 50%;
  color: #ffffff;
  padding: 7px;
}
.appointment-choose-section .sppb-addon-feature .sppb-media-body a h3 {
  color: #ffffff;
  padding-bottom: 10px;
}
.appointment-choose-section .sppb-addon-feature .sppb-media-body .sppb-addon-text {
  color: #ffffff;
}
/*=====  End of Appointment & Choose css  ======*/
/*========================================
=            Inner banner css            =
========================================*/
#sp-title .sp-page-title {
  background-size: cover;
  padding: 100px 0 100px 0;
  position: relative;
}
#sp-title .sp-page-title h2 {
  color: #ffffff;
  font-size: 40px;
  position: relative;
  text-transform: uppercase;
  z-index: 1;
}
#sp-title .sp-page-title .breadcrumb {
  position: relative;
  z-index: 1;
}
#sp-title .sp-page-title .breadcrumb li {
  color: #ffffff;
}
#sp-title .sp-page-title .breadcrumb li:before {
  color: #ffffff;
}
#sp-title .sp-page-title .breadcrumb li a {
  color: #ffffff;
}
#sp-title .sp-page-title .breadcrumb li a:hover {
  color: #0ba2eb;
}
#sp-title .sp-page-title .breadcrumb li.active {
  color: #0ba2eb;
}
#sp-title .sp-page-title::after {
  background: rgba(0, 0, 0, 0.5);
  content: "";
  height: 100%;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
#sp-title .breadcrumb > li + li::before {
  content: "- ";
}
/*=====  End of Inner banner css  ======*/
/*======================================
=            About page css            =
======================================*/
.about-one .sppb-addon-title {
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 10px;
  text-transform: uppercase;
}
.about-one .sppb-addon-title::after {
  position: absolute;
  content: "";
  background: #0ba2eb;
  left: 0;
  bottom: 0;
  height: 4px;
  width: 50px;
}
.image-shadow .sppb-addon-single-image-container {
  border-bottom: 20px solid #0ba2eb;
  border-right: 20px solid #0ba2eb;
}
.image-shadow .sppb-addon-single-image-container:before {
  border-color: transparent transparent #0ba2eb;
  border-style: solid;
  border-width: 0px 0px 20px 20px;
  content: "";
  display: inline-block;
  height: 0;
  position: absolute;
  top: -20px;
  right: -20px;
  width: 0;
  z-index: 1;
}
.image-shadow .sppb-addon-single-image-container:after {
  border-color: transparent transparent #0ba2eb;
  border-style: solid;
  border-width: 0px 0px 20px 20px;
  content: "";
  display: inline-block;
  height: 0;
  position: absolute;
  bottom: -20px;
  left: -20px;
  width: 0;
  z-index: 1;
}
.about-two-service .sppb-addon-feature {
  background: #ffffff;
  margin-bottom: 30px;
  padding: 60px 25px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about-two-service .sppb-addon-feature .sppb-img-container {
  background: #0ba2eb;
  border: none;
  border-radius: 50%;
  height: 75px;
  width: 75px;
  margin-bottom: 20px;
  text-align: center;
  line-height: 70px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about-two-service .sppb-addon-feature a h3 {
  margin-bottom: 10px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about-two-service .sppb-addon-feature .sppb-addon-text {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about-two-service .sppb-addon-feature:hover {
  box-shadow: 0 0 10px #becdd5;
}
.about-two-service .sppb-addon-feature:hover .sppb-img-container {
  background: #222222;
}
.about-two-service .sppb-addon-feature:hover a h3 {
  color: #0ba2eb;
}
/*=====  End of About page css  ======*/
/*========================================
=            Service page css            =
========================================*/
.service-one-style .sppb-addon-feature {
  margin-bottom: 40px;
}
.service-one-style .sppb-addon-feature .pull-left {
  margin-right: 20px;
}
.service-one-style .sppb-addon-feature .pull-left .sppb-img-container {
  background: #0ba2eb;
  border-radius: 50%;
  height: 75px;
  width: 75px;
  text-align: center;
  line-height: 70px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.service-one-style .sppb-addon-feature .sppb-media-body .sppb-addon-title {
  margin-bottom: 10px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.service-one-style .sppb-addon-feature:hover .pull-left .sppb-img-container {
  background: #222222;
}
.service-one-style .sppb-addon-feature:hover .sppb-media-body .sppb-addon-title {
  color: #0ba2eb;
}
.service-two-style .sppb-addon-feature {
  margin-bottom: 50px;
}
.service-two-style .sppb-addon-feature .sppb-img-container {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}
.service-two-style .sppb-addon-feature .sppb-img-container img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.7s ease-out;
  -moz-transition: all 0.7s ease-out;
  -ms-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}
.service-two-style .sppb-addon-feature .sppb-addon-title {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 15px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.service-two-style .sppb-addon-feature .sppb-addon-title:after {
  position: absolute;
  content: "";
  background: #0ba2eb;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  height: 5px;
  width: 50px;
}
.service-two-style .sppb-addon-feature .btn-read-more {
  border: 2px solid #0ba2eb;
  color: #0ba2eb;
  margin-top: 12px;
  padding: 8px 15px;
}
.service-two-style .sppb-addon-feature:hover .sppb-img-container img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.service-two-style .sppb-addon-feature:hover .sppb-addon-title {
  color: #0ba2eb;
}
.service-two-style .sppb-addon-feature:hover .btn-read-more {
  background: #0ba2eb;
  color: #ffffff;
}
.service-three-style .sppb-addon-feature {
  background: #f2f6f8;
  margin-bottom: 30px;
  padding: 60px 35px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.service-three-style .sppb-addon-feature .sppb-addon-title {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 15px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.service-three-style .sppb-addon-feature .sppb-addon-title:after {
  position: absolute;
  content: "";
  background: #0ba2eb;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  height: 5px;
  width: 50px;
}
.service-three-style .sppb-addon-feature .sppb-img-container {
  background: #0ba2eb;
  border: none;
  border-radius: 50%;
  height: 75px;
  width: 75px;
  margin-bottom: 20px;
  text-align: center;
  line-height: 70px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.service-three-style .sppb-addon-feature a h3 {
  margin-bottom: 10px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.service-three-style .sppb-addon-feature .sppb-addon-text {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.service-three-style .sppb-addon-feature:hover {
  background: transparent;
  box-shadow: 0 0 10px #becdd5;
}
.service-three-style .sppb-addon-feature:hover .sppb-img-container {
  background: #222222;
}
.service-three-style .sppb-addon-feature:hover a h3 {
  color: #0ba2eb;
}
/*=====  End of Service page css  ======*/
/*===========================================
=            Content default css            =
===========================================*/
.item-page .entry-header h2 {
  font-size: 24px;
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.item-page .entry-header h2:after {
  position: absolute;
  content: "";
  background: #0ba2eb;
  left: 0;
  bottom: 0;
  margin: 0 auto;
  height: 5px;
  width: 50px;
}
.item-page .entry-header .article-info {
  margin-bottom: 20px;
}
.item-page .service-detail {
  margin-top: 40px;
}
.item-page .service-detail h3 {
  font-size: 26px;
  position: relative;
  margin-bottom: 35px;
  padding-bottom: 20px;
}
.item-page .service-detail h3:after {
  position: absolute;
  content: "";
  background: #0ba2eb;
  left: 0;
  bottom: 0;
  margin: 0 auto;
  height: 5px;
  width: 50px;
}
.item-page .service-detail ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.item-page .service-detail ul li {
  margin-bottom: 20px;
  padding-right: 15px;
  width: 50%;
  float: left;
}
.item-page .service-detail ul li h4 {
  margin-bottom: 10px;
}
.item-page .service-detail ul li h4:before {
  font-family: 'FontAwesome';
  content: "\f00c";
  border: 2px solid #0ba2eb;
  border-radius: 50%;
  color: #0ba2eb;
  margin-right: 10px;
  padding: 5px;
}
.item-page .service-detail ul li p {
  padding-right: 44px;
}
.moduletableskilled-doctor > h3 {
  font-size: 24px;
  position: relative;
  margin-bottom: 35px;
  padding-bottom: 20px;
}
.moduletableskilled-doctor > h3:after {
  position: absolute;
  content: "";
  background: #0ba2eb;
  left: 0;
  bottom: 0;
  margin: 0 auto;
  height: 5px;
  width: 50px;
}
.moduletableskilled-doctor .owl-theme .owl-dots {
  margin-top: 40px !important;
}
.moduletableskilled-doctor .owl-theme .owl-dots .owl-dot span {
  background: #ffffff;
  border: 1px solid #0ba2eb;
  border-radius: 10px;
  height: 12px;
  width: 40px;
}
.moduletableskilled-doctor .owl-theme .owl-dots .owl-dot.active span {
  box-shadow: 0 1px 1px #000 inset;
}
.blog .item .entry-header {
  margin-bottom: 25px;
}
.blog .item .entry-header .article-info {
  margin-bottom: 15px;
}
.blog .item .entry-header .article-info > dd {
  font-size: 14px;
  text-transform: capitalize;
}
.blog .item .entry-header h2 a:hover {
  color: #0ba2eb;
}
.blog .item .readmore a {
  background: transparent;
  border: 1px solid #0ba2eb;
  border-radius: 0;
  font-weight: 600;
  color: #0ba2eb;
  margin-top: 12px;
  padding: 8px 15px;
  text-transform: uppercase;
}
.blog .item .readmore a:hover {
  background: #0ba2eb;
  color: #ffffff;
}
article.item .entry-header .article-info {
  margin-bottom: 15px;
}
article.item .entry-header .article-info dd {
  font-size: 13px;
  text-transform: capitalize;
}
article.item .entry-header h2 a:hover {
  color: #0ba2eb;
}
article.item .readmore a {
  background: transparent;
  border: 1px solid #0ba2eb;
  border-radius: 0;
  font-weight: 600;
  color: #0ba2eb;
  margin-top: 12px;
  padding: 8px 15px;
  text-transform: uppercase;
}
article.item .readmore a:hover {
  background: #0ba2eb;
  color: #ffffff;
}
.registration .form-group input {
  border: 1px solid #d9e3e9;
  border-radius: 0;
  box-shadow: none;
}
/*=====  End of Content default css  ======*/
/*===================================
=            Sidebar css            =
===================================*/
.custom-class .sp-module .sp-module-title,
.class2 .sp-module .sp-module-title {
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 18px;
  font-size: 24px;
  line-height: 1.4;
  text-transform: uppercase;
}
.custom-class .sp-module .sp-module-title::after,
.class2 .sp-module .sp-module-title::after {
  background: #0ba2eb;
  bottom: 0;
  content: "";
  height: 5px;
  left: 0;
  position: absolute;
  width: 50px;
}
.custom-class .sp-module ul li,
.class2 .sp-module ul li {
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #d9e3e9;
}
.custom-class .sp-module ul li a,
.class2 .sp-module ul li a {
  padding: 0;
}
.custom-class .sp-module ul li a::before,
.class2 .sp-module ul li a::before {
  color: #0ba2eb;
}
.custom-class .sp-module ul li:last-child a,
.class2 .sp-module ul li:last-child a {
  margin-bottom: 0;
  padding-bottom: 0;
}
.custom-class .service-menu ul li,
.class2 .service-menu ul li {
  border: none;
  padding-bottom: 0;
}
.custom-class .service-menu ul li a,
.class2 .service-menu ul li a {
  font-size: 15px;
  border: 1px solid #d9e3e9;
  margin-bottom: 5px;
  padding: 5px 15px;
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
}
.custom-class .service-menu ul li a::before,
.class2 .service-menu ul li a::before {
  position: absolute;
  right: 15px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.custom-class .service-menu ul li a:hover,
.class2 .service-menu ul li a:hover {
  background: #0ba2eb;
  color: #ffffff;
}
.custom-class .service-menu ul li a:hover::before,
.class2 .service-menu ul li a:hover::before {
  color: #ffffff;
}
.custom-class .emergency-callus,
.class2 .emergency-callus {
  background: #546e7a url(../images/call_bg.png) right bottom no-repeat;
  padding: 30px 20px;
}
.custom-class .emergency-callus .sp-module-title,
.class2 .emergency-callus .sp-module-title {
  color: #ffffff;
  margin: 0;
  text-transform: uppercase;
}
.custom-class .emergency-callus .sp-module-title:after,
.class2 .emergency-callus .sp-module-title:after {
  display: none;
}
.custom-class .emergency-callus p,
.class2 .emergency-callus p {
  margin-bottom: 0;
  color: #ffffff;
  line-height: 28px;
}
.custom-class .emergency-callus p strong,
.class2 .emergency-callus p strong,
.custom-class .emergency-callus p b,
.class2 .emergency-callus p b {
  display: block;
  font-size: 24px;
  font-weight: 600;
}
.custom-class .left-testimonials .tss-layout1,
.class2 .left-testimonials .tss-layout1 {
  background: #f8f8f8;
  padding: 30px 20px;
}
.custom-class .left-testimonials .tss-layout1 .single-item-wrapper .item-content-wrapper::before,
.class2 .left-testimonials .tss-layout1 .single-item-wrapper .item-content-wrapper::before {
  color: #e1e1e1;
}
.custom-class .left-testimonials .tss-layout1 .slick-slide,
.class2 .left-testimonials .tss-layout1 .slick-slide {
  padding: 0;
}
.custom-class .rsform,
.class2 .rsform {
  background: #0ba2eb;
  padding: 30px 15px 30px 15px;
}
.custom-class .rsform .formResponsive .rsform-block,
.class2 .rsform .formResponsive .rsform-block {
  width: inherit;
  float: none;
  margin-bottom: 2px;
}
.custom-class .rsform .formResponsive .rsform-block .formControls input,
.class2 .rsform .formResponsive .rsform-block .formControls input {
  border: 1px solid #068aca;
  background: #0b98dc;
  color: #ffffff;
  width: 94%;
}
.custom-class .rsform .formResponsive .rsform-block .formControls input::-moz-placeholder,
.class2 .rsform .formResponsive .rsform-block .formControls input::-moz-placeholder {
  color: #ffffff;
}
.custom-class .rsform .formResponsive .rsform-block .formControls input::-webkit-input-placeholder,
.class2 .rsform .formResponsive .rsform-block .formControls input::-webkit-input-placeholder {
  color: #ffffff;
}
.custom-class .rsform .formResponsive .rsform-block .formControls select,
.class2 .rsform .formResponsive .rsform-block .formControls select {
  background: #0b98dc;
  border: 1px solid #068aca;
  color: #ffffff;
  width: 94%;
}
.custom-class .rsform .formResponsive .rsform-block .formControls select::-moz-placeholder,
.class2 .rsform .formResponsive .rsform-block .formControls select::-moz-placeholder {
  color: #ffffff;
}
.custom-class .rsform .formResponsive .rsform-block .formControls select::-webkit-input-placeholder,
.class2 .rsform .formResponsive .rsform-block .formControls select::-webkit-input-placeholder {
  color: #ffffff;
}
.custom-class .rsform .formResponsive .rsform-block .formControls button.rsform-submit-button,
.class2 .rsform .formResponsive .rsform-block .formControls button.rsform-submit-button {
  background: #ffffff;
  color: #222222;
  width: 100%;
}
.custom-class .rsform .formResponsive .rsform-block .formControls button.rsform-submit-button:hover,
.class2 .rsform .formResponsive .rsform-block .formControls button.rsform-submit-button:hover {
  color: #0ba2eb;
}
.custom-class .rsform .formResponsive .rsform-block .formControls input.rsform-calendar-button,
.class2 .rsform .formResponsive .rsform-block .formControls input.rsform-calendar-button {
  border: none;
  width: inherit;
  right: 5px;
}
.custom-class .download-pdf,
.class2 .download-pdf {
  position: relative;
}
.custom-class .download-pdf .customdownload-pdf,
.class2 .download-pdf .customdownload-pdf {
  background: #0ba2eb;
  padding: 20px;
}
.custom-class .download-pdf .customdownload-pdf a,
.class2 .download-pdf .customdownload-pdf a {
  color: #ffffff;
  display: block;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
}
.custom-class .download-pdf .customdownload-pdf a:after,
.class2 .download-pdf .customdownload-pdf a:after {
  position: absolute;
  right: 20px;
  color: #ffffff;
  content: "\f1c1";
  font-family: 'FontAwesome';
}
.custom-class .download-pdf .customdownload-pdf p,
.class2 .download-pdf .customdownload-pdf p {
  margin-bottom: 0;
}
.custom-class .search,
.class2 .search {
  position: relative;
  overflow: hidden;
}
.custom-class .search form input,
.class2 .search form input {
  background: #f8f8f8;
  border: none;
  border-radius: 0;
  box-shadow: none;
  float: left;
  padding: 0 8px;
  height: 40px;
  width: 100%;
}
.custom-class .search form button,
.class2 .search form button {
  background: transparent;
  border: none;
  box-shadow: none;
  border-radius: 0;
  font-size: 0;
  position: absolute;
  right: 1px;
  padding: 10px;
}
.custom-class .search form button::after,
.class2 .search form button::after {
  content: "\f002";
  font-family: 'FontAwesome';
  font-size: 14px;
  color: #0ba2eb;
}
.custom-class .search form button:hover,
.class2 .search form button:hover {
  background: transparent;
}
.custom-class .k2CategoriesListBlock li a,
.class2 .k2CategoriesListBlock li a {
  padding: 0;
}
.custom-class .k2CategoriesListBlock li a span.catCounter,
.class2 .k2CategoriesListBlock li a span.catCounter {
  float: right;
}
.custom-class .k2CategoriesListBlock li.activeCategory a,
.class2 .k2CategoriesListBlock li.activeCategory a {
  color: #0ba2eb;
}
.custom-class .k2CategoriesListBlock li.activeCategory a span,
.class2 .k2CategoriesListBlock li.activeCategory a span {
  font-weight: 400;
}
.custom-class .k2TagCloudBlock,
.class2 .k2TagCloudBlock {
  padding: 0;
}
.custom-class .k2TagCloudBlock a,
.class2 .k2TagCloudBlock a {
  background: #d9e3e9;
  color: #222222;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  font-size: 14px !important;
  margin: 2px;
  padding: 7px 0;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 31%;
}
.custom-class .k2TagCloudBlock a:hover,
.class2 .k2TagCloudBlock a:hover {
  background: #0ba2eb;
  color: #ffffff;
  padding: 7px 0;
}
.custom-class .recent-post ul li,
.class2 .recent-post ul li {
  border-bottom: none;
  margin: 0 0 7px 0;
  padding: 0 0 7px 0;
}
.custom-class .recent-post ul li:last-child,
.class2 .recent-post ul li:last-child {
  margin: 0;
  padding: 0;
}
.custom-class .recent-post ul li a::before,
.class2 .recent-post ul li a::before {
  content: "";
  margin-right: 0;
}
.custom-class .recent-post ul li .moduleItemDateCreated,
.class2 .recent-post ul li .moduleItemDateCreated {
  color: #8a8a8a;
}
.custom-class .recent-post ul li h3,
.class2 .recent-post ul li h3 {
  font-size: 15px;
  font-weight: 500;
  margin: 5px 0 0px 0;
}
.custom-class .recent-post ul li h3 a,
.class2 .recent-post ul li h3 a {
  color: #222222;
}
.custom-class .recent-post ul li h3 a:hover,
.class2 .recent-post ul li h3 a:hover {
  color: #0ba2eb;
}
.custom-class .sp-module .latestnews > div,
.class2 .sp-module .latestnews > div {
  border-bottom: 1px solid #d9e3e9;
}
.custom-class .sp-module .latestnews small,
.class2 .sp-module .latestnews small {
  color: #0ba2eb;
}
/*=====  End of Sidebar css  ======*/
/*=========================================
=            Research area css            =
=========================================*/
.research-area .sppb-addon-feature {
  margin-bottom: 40px;
  position: relative;
}
.research-area .sppb-addon-feature .sppb-img-container {
  position: relative;
  margin-bottom: 20px;
  overflow: hidden;
}
.research-area .sppb-addon-feature .sppb-img-container:after {
  background: rgba(11, 162, 235, 0.8);
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  -moz-transform: scale(1) translateY(-150px);
  -webkit-transform: scale(1) translateY(-150px);
  -o-transform: scale(1) translateY(-150px);
  -ms-transform: scale(1) translateY(-150px);
  transform: scale(1) translateY(-150px);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.research-area .sppb-addon-feature a.link {
  position: absolute;
  left: 0;
  right: 0;
  top: 30%;
  font-size: 0;
  opacity: 0;
}
.research-area .sppb-addon-feature a.link:before {
  font-family: 'FontAwesome';
  content: "\f0c1";
  font-size: 16px;
  display: inline-block;
  color: #222222;
  background: #ffffff;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  line-height: 50px;
  -moz-transform: scale(1) translateY(150px);
  -webkit-transform: scale(1) translateY(150px);
  -o-transform: scale(1) translateY(150px);
  -ms-transform: scale(1) translateY(150px);
  transform: scale(1) translateY(150px);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.research-area .sppb-addon-feature a h3 {
  margin-bottom: 10px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.research-area .sppb-addon-feature .sppb-addon-text p {
  margin-bottom: 0;
  padding: 0 25px;
}
.research-area .sppb-addon-feature:hover .sppb-img-container:after {
  opacity: 1;
  -moz-transform: scale(1) translateY(0px);
  -webkit-transform: scale(1) translateY(0px);
  -o-transform: scale(1) translateY(0px);
  -ms-transform: scale(1) translateY(0px);
  transform: scale(1) translateY(0px);
}
.research-area .sppb-addon-feature:hover a.link {
  opacity: 1;
}
.research-area .sppb-addon-feature:hover a.link:before {
  -moz-transform: scale(1) translateY(0px);
  -webkit-transform: scale(1) translateY(0px);
  -o-transform: scale(1) translateY(0px);
  -ms-transform: scale(1) translateY(0px);
  transform: scale(1) translateY(0px);
}
.research-area .sppb-addon-feature:hover a h3 {
  color: #0ba2eb;
}
/*=====  End of Research area css  ======*/
/*========================================
=            Pagination style            =
========================================*/
.itemListView {
  padding-bottom: 0 !important;
}
.itemListView .k2Pagination {
  margin: 0;
}
.itemListView .k2Pagination .pagination li a {
  background: #eeeeee;
  border: none;
  border-radius: 0px;
  line-height: 40px;
  margin: 0 5px;
  height: 40px;
  width: 40px;
  padding: 0;
}
.itemListView .k2Pagination .pagination li a:hover {
  background: #0ba2eb;
  color: #ffffff;
}
.itemListView .k2Pagination .pagination li.active a {
  background: #0ba2eb;
}
.pagination-wrapper {
  text-align: center;
}
.pagination-wrapper ul.pagination {
  margin-bottom: 0;
}
.pagination-wrapper ul.pagination li a {
  background: #eeeeee;
  border: none;
  border-radius: 0px;
  line-height: 40px;
  margin: 0 5px;
  height: 40px;
  width: 40px;
  padding: 0;
  text-align: center;
}
.pagination-wrapper ul.pagination li a:hover {
  background: #0ba2eb;
  color: #ffffff;
}
.pagination-wrapper ul.pagination li.active a {
  background: #0ba2eb;
}
div.pagination {
  text-align: center;
  margin-bottom: 0;
  display: block;
}
div.pagination ul.pagination {
  margin-bottom: 0;
  display: inline-block;
}
div.pagination ul.pagination li a {
  background: #eeeeee;
  border: none;
  border-radius: 0px;
  line-height: 40px;
  margin: 0 5px;
  height: 40px;
  width: 40px;
  padding: 0;
  text-align: center;
}
div.pagination ul.pagination li a:hover {
  background: #0ba2eb;
  color: #ffffff;
}
div.pagination ul.pagination li.active a {
  background: #0ba2eb;
}
/*=====  End of Pagination style  ======*/
/*=================================================
=            Blog default Category css            =
=================================================*/
.rt-catitem .catItemBody {
  margin: 0 0 40px;
  padding: 0;
}
.rt-catitem .catItemBody .catItemImageBlock {
  margin: 0;
  padding: 0;
  position: relative;
}
.rt-catitem .catItemBody .catItemImageBlock .catItemImage {
  margin: 0;
}
.rt-catitem .catItemBody .catItemImageBlock .catItemDateCreated {
  position: absolute;
  left: 0;
  bottom: 0;
}
.rt-catitem .catItemBody .catItemImageBlock .catItemDateCreated span {
  display: inline-block;
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  margin-right: -4px;
  padding: 12px 20px;
  text-transform: uppercase;
}
.rt-catitem .catItemBody .catItemImageBlock .catItemDateCreated .day {
  background: #0ba2eb;
}
.rt-catitem .catItemBody .catItemImageBlock .catItemDateCreated .month {
  background: #222222;
}
.rt-catitem .catItemBody .rt-catcontent .catItemHeader {
  margin-top: 30px;
}
.rt-catitem .catItemBody .rt-catcontent .catItemHeader .catItemTitle {
  font-size: 24px;
  padding: 0 0 10px 0;
}
.rt-catitem .catItemBody .rt-catcontent .catItemHeader .catItemTitle a {
  color: #222222;
}
.rt-catitem .catItemBody .rt-catcontent .catItemHeader .catItemTitle a:hover {
  color: #0ba2eb;
}
.rt-catitem .catItemBody .rt-catcontent .catItemHeader i {
  color: #7f7f7f;
  font-size: 18px;
  padding-right: 8px;
}
.rt-catitem .catItemBody .rt-catcontent .catItemHeader .catItemAuthor {
  display: inline-block;
  border-right: 1px solid #d9e3e9;
  margin-right: 20px;
  padding-right: 20px;
}
.rt-catitem .catItemBody .rt-catcontent .catItemHeader .catItemCommentsLink {
  border: none;
  margin: 0;
  padding: 0;
}
.rt-catitem .catItemBody .rt-catcontent .catItemIntroText {
  padding-top: 20px;
}
.rt-catitem .catItemBody .rt-catcontent .catItemReadMore {
  display: inline-block;
  margin-top: 15px;
}
.rt-catitem .catItemBody .rt-catcontent .catItemReadMore .k2ReadMore {
  display: block;
  border: 2px solid #0ba2eb;
  font-weight: 600;
  padding: 7px 15px;
  text-transform: uppercase;
}
.rt-catitem .catItemBody .rt-catcontent .catItemReadMore .k2ReadMore:after {
  font-family: 'FontAwesome';
  content: "\f105";
  padding-left: 5px;
}
.rt-catitem .catItemBody .rt-catcontent .catItemReadMore .k2ReadMore:hover {
  background: #0ba2eb;
  color: #ffffff;
}
/*=====  End of Blog default Category css  ======*/
/*=====================================
=            Blog item css            =
=====================================*/
.rt-item .itemToolbar {
  background: transparent;
  margin: 0;
  padding: 0;
}
.rt-item .itemBody {
  margin: 0;
  padding: 0;
}
.rt-item .itemBody .itemImageBlock {
  margin: 0 0 20px 0;
  padding: 0;
  position: relative;
}
.rt-item .itemBody .itemImageBlock .itemImage {
  margin: 0;
}
.rt-item .itemBody .itemImageBlock .itemDateCreated {
  position: absolute;
  left: 0;
  bottom: 0;
  display: inline-block;
}
.rt-item .itemBody .itemImageBlock .itemDateCreated span {
  color: #ffffff;
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  margin-right: -4px;
  padding: 12px 20px;
  text-transform: uppercase;
}
.rt-item .itemBody .itemImageBlock .itemDateCreated .day {
  background: #0ba2eb;
}
.rt-item .itemBody .itemImageBlock .itemDateCreated .month {
  background: #222222;
}
.rt-item .itemBody .header-part {
  border-bottom: 1px solid #d9e3e9;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.rt-item .itemBody .header-part .itemTitle {
  margin-bottom: 10px;
  font-size: 28px;
  font-weight: 500;
}
.rt-item .itemBody .header-part i {
  color: #7f7f7f;
  padding-right: 8px;
}
.rt-item .itemBody .header-part .itemAuthor {
  border-right: 1px solid #d9e3e9;
  margin-right: 15px;
  padding-right: 10px;
}
.rt-item .itemBody .itemFullText blockquote {
  background: #e5ecf1;
  border: none;
  font-size: 16px;
  font-style: italic;
  margin: 30px 0;
  padding: 30px;
}
.rt-item .itemBody .itemFullText blockquote:before {
  font-family: 'FontAwesome';
  content: "\f10d";
  color: #0ba2eb;
  padding-right: 12px;
}
.rt-item .itemLinks {
  border-top: 1px solid #d9e3e9;
  border-bottom: 1px solid #d9e3e9;
  margin: 60px 0;
  padding: 30px 0;
}
.rt-item .itemLinks .itemTagsBlock span {
  color: #222222;
  font-size: 18px;
  font-weight: 600;
}
.rt-item .itemLinks .itemTagsBlock ul li a {
  color: #646464;
  font-size: 14px;
}
.rt-item .itemLinks .itemTagsBlock ul li a:hover {
  color: #0ba2eb;
}
.rt-item .itemLinks .itemTagsBlock ul li a::before {
  content: "";
}
.rt-item .itemLinks .itemTagsBlock ul li a::after {
  content: " ,";
}
.rt-item .itemComments {
  background: transparent;
  border: none;
  margin-top: 30px;
  padding: 0;
}
.rt-item .itemComments .itemCommentsCounter {
  font-size: 22px;
  margin-bottom: 30px;
  padding-bottom: 12px;
  text-transform: uppercase;
  position: relative;
}
.rt-item .itemComments .itemCommentsCounter:after {
  position: absolute;
  background: #0ba2eb;
  content: "";
  left: 0;
  bottom: 0;
  height: 5px;
  width: 50px;
}
.rt-item .itemComments ul.itemCommentsList {
  border-bottom: 1px solid #d9e3e9;
}
.rt-item .itemComments ul.itemCommentsList li {
  border-bottom: none;
  padding: 0 0 20px 0;
  margin-bottom: 20px;
}
.rt-item .itemComments ul.itemCommentsList li .author-image img {
  background: #d9e3e9;
  margin-right: 20px;
  height: 80px;
  width: 80px;
}
.rt-item .itemComments ul.itemCommentsList li .commentAuthorName {
  font-weight: 600;
}
.rt-item .itemComments ul.itemCommentsList li .commentAuthorName a {
  color: #222222;
}
.rt-item .itemComments ul.itemCommentsList li .commentDate {
  color: #9d9d9d;
  font-weight: 400;
  border: none;
  margin: 0 10px 0 0;
  padding: 0;
}
.rt-item .itemComments ul.itemCommentsList li .commentLink a {
  background: #0ba2eb;
  color: #ffffff;
  font-weight: 600;
  border-radius: 3px;
  padding: 5px 12px;
  text-decoration: none;
}
.rt-item .itemComments ul.itemCommentsList li .commentLink a:hover {
  background: #108ecb;
  color: #ffffff;
  text-decoration: none;
}
.rt-item .itemComments ul.itemCommentsList li.odd {
  margin-left: 50px;
}
.rt-item .itemComments .itemCommentsForm h3 {
  font-size: 22px;
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 12px;
  text-transform: uppercase;
}
.rt-item .itemComments .itemCommentsForm h3:after {
  position: absolute;
  background: #0ba2eb;
  content: "";
  left: 0;
  bottom: 0;
  height: 5px;
  width: 50px;
}
.rt-item .itemComments .itemCommentsForm .itemCommentsFormNotes {
  border: none;
}
.rt-item .itemComments .itemCommentsForm .form-validate input {
  border-radius: 0;
  box-shadow: none;
  border: 1px solid #d9e3e9;
}
.rt-item .itemComments .itemCommentsForm .form-validate textarea {
  border-radius: 0;
  box-shadow: none;
  border: 1px solid #d9e3e9;
}
.rt-item .itemComments .itemCommentsForm .form-validate input#submitCommentButton {
  border: none;
  border-radius: 0px;
  box-shadow: none;
  color: #ffffff;
  font-size: 15px;
  margin-top: 25px;
  padding: 12px 25px;
  font-weight: 600;
  text-transform: uppercase;
  transition: all 0.3s;
}
.rt-item .itemComments .itemCommentsForm .form-validate input#submitCommentButton:hover {
  color: #ffffff;
}
/*=====  End of Blog item css  ======*/
/*============================================
=            Appointment page css            =
============================================*/
.appontment-page .sppb-addon-raw-html {
  margin-bottom: 40px;
}
.appontment-page .sppb-addon-raw-html .sppb-addon-title {
  margin-bottom: 24px;
  padding-bottom: 15px;
  position: relative;
  text-transform: capitalize;
}
.appontment-page .sppb-addon-raw-html .sppb-addon-title:after {
  background: #0ba2eb;
  bottom: 0;
  content: "";
  height: 5px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  width: 50px;
}
/*=====  End of Appointment page css  ======*/
/*===============================
=            Faq css            =
===============================*/
.frequently-faq .sppb-panel {
  border: none;
  margin-bottom: 5px;
}
.frequently-faq .sppb-panel .sppb-panel-heading {
  border: 1px solid #d9e3e9;
  background: transparent;
  padding: 15px 30px 15px 15px;
}
.frequently-faq .sppb-panel .sppb-panel-heading .sppb-panel-title {
  font-size: 16px;
  font-weight: 600;
}
.frequently-faq .sppb-panel .sppb-panel-heading .sppb-toggle-direction i {
  color: #0ba2eb;
}
.frequently-faq .sppb-panel .sppb-panel-heading.active,
.frequently-faq .sppb-panel .sppb-panel-heading:hover {
  background: #0ba2eb;
  -webkit-transition: all 0.7s ease-out;
  -moz-transition: all 0.7s ease-out;
  -ms-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}
.frequently-faq .sppb-panel .sppb-panel-heading.active .sppb-panel-title,
.frequently-faq .sppb-panel .sppb-panel-heading:hover .sppb-panel-title {
  color: #ffffff;
}
.frequently-faq .sppb-panel .sppb-panel-heading.active .sppb-toggle-direction i,
.frequently-faq .sppb-panel .sppb-panel-heading:hover .sppb-toggle-direction i {
  color: #ffffff;
}
.frequently-faq .sppb-panel .sppb-panel-collapse .sppb-panel-body {
  border: none;
}
.any-question .sppb-ajaxt-contact-form .sppb-form-group input {
  height: 40px !important;
}
.any-question .sppb-ajaxt-contact-form .sppb-form-group .sppb-form-control {
  background: transparent;
  border: 1px solid #d9e3e9;
  border-radius: 0;
  box-shadow: none;
  color: #333333;
}
.any-question .sppb-ajaxt-contact-form .sppb-form-group .sppb-form-control::-moz-placeholder {
  color: #333333;
}
.any-question .sppb-ajaxt-contact-form .sppb-form-group .sppb-form-control::-webkit-input-placeholder {
  color: #333333;
}
.any-question .sppb-ajaxt-contact-form button {
  background: #0ba2eb;
  border: none;
  border-radius: 0;
  box-shadow: none;
  font-weight: 600;
  padding: 15px 20px;
  text-transform: uppercase;
}
.any-question .sppb-ajaxt-contact-form button:hover {
  background: #108ecb;
}
/*=====  End of Faq css  ======*/
/*========================================
=            Contact page css            =
========================================*/
.send-message .rsform .rsform-block .formControls input {
  background: #f5f5f5;
  border: 1px solid #cedbe3;
  color: #868686;
}
.send-message .rsform .rsform-block .formControls input::-moz-placeholder {
  color: #868686;
}
.send-message .rsform .rsform-block .formControls input::-webkit-input-placeholder {
  color: #868686;
}
.send-message .rsform .rsform-block .formControls select {
  background: #f5f5f5;
  border: 1px solid #cedbe3;
  color: #868686;
}
.send-message .rsform .rsform-block .formControls select::-moz-placeholder {
  color: #868686;
}
.send-message .rsform .rsform-block .formControls select::-webkit-input-placeholder {
  color: #868686;
}
.send-message .rsform .rsform-block .formControls input.rsform-calendar-button {
  border: 1px solid #cedbe3;
}
.send-message .rsform .rsform-block .formControls input.rsform-calendar-button::-moz-placeholder {
  color: #868686;
}
.send-message .rsform .rsform-block .formControls input.rsform-calendar-button::-webkit-input-placeholder {
  color: #868686;
}
.send-message .rsform .rsform-block.rsform-block-message {
  width: 100%;
}
.send-message .rsform .rsform-block.rsform-block-message textarea {
  background: #f5f5f5;
  border: 1px solid #cedbe3;
  border-radius: 0;
  box-shadow: none;
  font-size: 15px;
  color: #868686;
  width: 95%;
}
.send-message .rsform .rsform-block.rsform-block-message textarea::-moz-placeholder {
  color: #868686;
}
.send-message .rsform .rsform-block.rsform-block-message textarea::-webkit-input-placeholder {
  color: #868686;
}
.office-address ul {
  margin: 30px 0;
  padding: 0;
  list-style: none;
}
.office-address ul li {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 20px;
}
.office-address ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.office-address ul li i {
  color: #0ba2eb;
  padding-right: 8px;
}
/*=====  End of Contact page css  ======*/
/*======================================
=            Responsive css            =
======================================*/
@media (min-width: 1200px) and (max-width: 1440px) {
  .service-home-two .sppb-addon-feature {
    padding: 90px 40px;
  }
}
/* Normal desktop :992px. */
@media (min-width: 992px) and (max-width: 1199px) {
  #sp-menu .sp-megamenu-parent > li > a {
    padding: 0 8px;
  }
  .slider-default-style .tp-caption.large_text {
    font-size: 40px !important;
  }
  .appointment-section .emergency-call .sppb-addon-content {
    font-size: 24px;
  }
  .appointment-section .emergency-call .sppb-addon-content span {
    font-size: 36px;
  }
  .owl-carousel.owl-theme .owl-nav .owl-prev {
    left: -15px;
  }
  .owl-carousel.owl-theme .owl-nav .owl-next {
    right: -15px;
  }
  .service-home-two .sppb-addon-feature {
    padding: 70px 30px;
  }
  .appointment-choose-section .sppb-ajaxt-contact-form .sppb-form-group {
    float: inherit;
    width: inherit;
  }
  .home-about-one .sppb-addon-text-block .sppb-addon-title {
    font-size: 40px;
  }
  .sppb-tab ul.sppb-nav-tabs li a {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  /*Inner page css*/
  #sp-title .sp-page-title {
    padding: 80px 0;
  }
  #sp-title .sp-page-title h2 {
    font-size: 40px;
  }
  .tlp-portfolio .isotope10 .tlp-overlay:hover .item-info .item-info-bottom {
    bottom: 22%;
  }
}
/* Tablet desktop :768px. */
@media (min-width: 768px) and (max-width: 991px) {
  #sp-top-bar .top-address ul li {
    font-size: 13px;
    margin-right: 5px;
  }
  #sp-top-bar .top-address ul li i {
    padding-right: 2px;
  }
  #sp-top-bar .top-social ul li {
    padding-left: 3px;
  }
  #sp-top-bar .top-social ul li a {
    font-size: 13px;
  }
  .slider-default-style .tp-caption.large_text {
    font-size: 36px !important;
  }
  .slider-default-style .tp-caption.medium_text {
    font-size: 15px !important;
  }
  .slider-default-style .tp-caption.largewhitebg {
    top: 215px !important;
  }
  .slider-default-style.slider-two .tp-caption.largewhitebg {
    top: 320px !important;
  }
  .appointment-section .emergency-call {
    margin-top: 0px;
  }
  .appointment-section .emergency-call .sppb-addon-content {
    font-size: 20px;
  }
  .appointment-section .emergency-call .sppb-addon-content span {
    font-size: 26px;
  }
  .appointment-section .btn-read-more {
    font-size: 14px;
    padding: 10px;
  }
  #sp-emergency-contact .promote-website h3 {
    font-size: 22px;
  }
  #sp-emergency-contact .promote-website h3 span {
    font-size: 28px;
  }
  #sp-emergency-contact .promote-website .btn-read-more {
    padding: 12px 20px;
  }
  .service-home-two .sppb-addon-feature {
    padding: 70px;
  }
  .owl-carousel.owl-theme .owl-nav .owl-prev {
    left: -15px;
  }
  .owl-carousel.owl-theme .owl-nav .owl-next {
    right: -15px;
  }
  .tlp-team .social-icons a {
    margin-right: 3px !important;
  }
  .service-home-one .sppb-addon-feature .pull-left,
  .service-one-style .sppb-addon-feature .pull-left {
    float: inherit !important;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .appointment-choose-section .sppb-ajaxt-contact-form .sppb-form-group {
    float: inherit;
    width: inherit;
  }
  .home-about-one .sppb-addon-text-block .sppb-addon-title {
    font-size: 36px;
    line-height: 50px;
  }
  .appointment-form .sppb-addon-text-block .sppb-addon-title {
    font-size: 28px;
  }
  #sp-bottom3 .sp-module,
  #sp-bottom4 .sp-module {
    margin-top: 40px;
  }
  .rsform .formResponsive .rsform-block .formControls input.rsform-calendar-button {
    right: 10px;
  }
  .sppb-tab ul.sppb-nav-tabs {
    float: none;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .sppb-tab ul.sppb-nav-tabs li a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .home-about-one .sppb-no-gutter {
    display: inherit;
  }
  .tlp-team article .short-bio ul li {
    display: inline-block;
  }
  .tlp-team article .short-bio ul li .right {
    float: none;
  }
  /*Inner page css*/
  #sp-title .sp-page-title {
    padding: 70px 0;
  }
  #sp-title .sp-page-title h2 {
    font-size: 36px;
  }
  .frequently-faq .sppb-panel .sppb-panel-heading .sppb-panel-title {
    font-size: 15px;
  }
  .service-three-style .sppb-addon-feature {
    padding: 50px 15px;
  }
  .custom-class .emergency-callus .sp-module-title,
  .class2 .emergency-callus .sp-module-title {
    font-size: 20px;
  }
  .custom-class .download-pdf .customdownload-pdf,
  .class2 .download-pdf .customdownload-pdf {
    padding: 14px 12px;
  }
  .custom-class .download-pdf .customdownload-pdf a,
  .class2 .download-pdf .customdownload-pdf a {
    font-size: 13px;
  }
  .custom-class .k2TagCloudBlock a,
  .class2 .k2TagCloudBlock a {
    width: 47%;
  }
  .custom-class .rsform .formResponsive .rsform-block .formControls input,
  .class2 .rsform .formResponsive .rsform-block .formControls input,
  .custom-class .rsform .formResponsive .rsform-block .formControls select,
  .class2 .rsform .formResponsive .rsform-block .formControls select {
    width: 92%;
  }
}
@media (max-width: 767px) {
  #sp-top-bar .top-social ul,
  #sp-top-bar .top-address ul {
    text-align: center;
  }
  #sp-header,
  #sp-header .logo {
    height: 70px !important;
  }
  #sp-header .logo img {
    width: 80%;
  }
  #offcanvas-toggler {
    line-height: 68px !important;
  }
  #home-two #sp-slider {
    margin-top: 0;
  }
  .slider-default-style .tp-caption.large_text {
    font-size: 20px !important;
  }
  .slider-default-style .tp-caption.medium_text {
    display: none;
  }
  .slider-two .tp-caption.large_text,
  .slider-two .tp-caption.largewhitebg {
    left: 0 !important;
    text-align: center;
  }
  .home-about-one .sppb-row {
    display: inherit;
  }
  .home-about-one .sppb-addon-text-block {
    margin-top: 0;
    margin-bottom: 50px;
  }
  .owl-carousel.owl-theme .owl-nav {
    position: relative;
    margin-top: 30px;
  }
  .owl-carousel.owl-theme .owl-nav > div {
    position: relative;
  }
  .owl-carousel.owl-theme .owl-nav .owl-prev {
    left: -5px;
  }
  .owl-carousel.owl-theme .owl-nav .owl-next {
    right: -5px;
  }
  .appointment-choose-section::before,
  .appointment-choose-section::after {
    background: transparent !important;
  }
  .appointment-choose-section {
    background: #222222;
  }
  .appointment-choose-section .sppb-addon-header,
  .appointment-choose-section .sppb-addon-feature {
    padding-left: 0;
  }
  .appointment-choose-section .sppb-addon-text-block {
    padding-right: 0;
  }
  .appointment-choose-section .sppb-ajaxt-contact-form {
    padding-right: 0;
    margin-bottom: 40px;
  }
  .appointment-choose-section .sppb-ajaxt-contact-form .sppb-form-group {
    float: inherit;
    width: inherit;
  }
  .tlp-portfolio .tlp-layout img {
    width: 100%;
  }
  .rt-catitem ul li {
    width: 100%;
  }
  .rt-catitem ul li .moduleItemIntroimg img {
    width: 100%;
  }
  .appointment-section .emergency-call .sppb-addon-content {
    font-size: 24px;
    line-height: 30px;
  }
  .appointment-section .emergency-call .sppb-addon-content span {
    font-size: 24px;
  }
  .appointment-section .emergency-call {
    margin-top: 0;
  }
  .appointment-section {
    text-align: center;
  }
  .appointment-section .btn-read-more {
    float: none;
    font-size: 14px;
    padding: 10px;
    margin-top: 20px;
  }
  #sp-emergency-contact .promote-website {
    text-align: center;
  }
  #sp-emergency-contact .promote-website h3 {
    font-size: 22px;
  }
  #sp-emergency-contact .promote-website h3 span {
    font-size: 28px;
  }
  #sp-emergency-contact .promote-website .btn-read-more {
    padding: 10px 20px;
    float: none;
    margin-top: 20px;
  }
  .appointment-form .sppb-ajaxt-contact-form {
    margin-top: 30px;
  }
  #sp-bottom2 .sp-module,
  #sp-bottom3 .sp-module,
  #sp-bottom4 .sp-module {
    margin-top: 40px;
  }
  .sppb-tab ul.sppb-nav-tabs {
    float: none;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .sppb-tab ul.sppb-nav-tabs li a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .sppb-tab .sppb-tab-content .sppb-tab-pane .item-content {
    position: inherit;
  }
  .sppb-tab .sppb-tab-content .sppb-tab-pane .item-content h3 {
    font-size: 24px;
  }
  .rsform .formResponsive {
    margin-bottom: 40px;
  }
  .rsform .formResponsive .rsform-block {
    width: inherit;
    float: none;
  }
  .rsform .formResponsive .rsform-block .formControls input.rsform-calendar-button {
    right: 2px;
  }
  .home-about-one .sppb-no-gutter {
    display: inherit;
  }
  .tlp-team article .short-bio ul li {
    display: inline-block;
  }
  .tlp-team article .short-bio ul li .right {
    float: none;
  }
  /*Inner page css*/
  #sp-top-bar {
    display: none;
  }
  #sp-title .sp-page-title h2 {
    text-align: center;
  }
  #sp-title .sp-page-title .breadcrumb {
    text-align: center;
  }
  .frequently-faq {
    margin-bottom: 30px;
  }
  .custom-class {
    margin-bottom: 110px;
  }
  .class2 {
    margin-top: 110px;
  }
  .sppb-addon-pie-progress {
    margin-bottom: 20px;
  }
  .tlp-portfolio .button-group button {
    margin-bottom: 5px;
  }
  .tlp-portfolio .isotope1 .tlp-portfolio-thum img {
    width: 100%;
  }
  .tlp-portfolio .isotope7 .tlp-portfolio-item,
  .tlp-portfolio .isotope10 .tlp-portfolio-item {
    width: 100%;
  }
  .tlp-portfolio .isotope7 .tlp-portfolio-item figure img,
  .tlp-portfolio .isotope10 .tlp-portfolio-item figure img {
    width: 100%;
  }
  .custom-class .rsform .formResponsive .rsform-block .formControls input,
  .class2 .rsform .formResponsive .rsform-block .formControls input,
  .custom-class .rsform .formResponsive .rsform-block .formControls select,
  .class2 .rsform .formResponsive .rsform-block .formControls select,
  .rsform .formResponsive .rsform-block .formControls input,
  .rsform .formResponsive .rsform-block .formControls select,
  .rsform .rsform-block.rsform-block-message textarea {
    width: 97% !important;
  }
  .custom-class .rsform .formResponsive .rsform-block .formControls input.rsform-calendar-button,
  .class2 .rsform .formResponsive .rsform-block .formControls input.rsform-calendar-button,
  .rsform .formResponsive .rsform-block .formControls input.rsform-calendar-button {
    width: inherit !important;
  }
}
@media only screen and (min-width: 481px) and (max-width: 767px) {
  .home-about-one .sppb-addon-text-block .sppb-addon-title {
    font-size: 40px;
    line-height: 50px;
  }
  /*Inner page css*/
  #sp-title .sp-page-title {
    padding: 60px 0;
  }
  #sp-title .sp-page-title h2 {
    font-size: 32px;
  }
  .custom-class .left-testimonials .item .test-content,
  .class2 .left-testimonials .item .test-content {
    padding: 0 15px;
  }
  .tlp-team .isotope2 .team-item {
    width: 50%;
  }
  .tlp-team .layout1 .tlp-equal-height {
    float: left;
    width: 50%;
  }
}
/* Large Mobile :480px. */
@media (max-width: 480px) {
  .home-about-one .sppb-addon-text-block .sppb-addon-title {
    font-size: 28px;
    line-height: 40px;
  }
  .slider-default-style .tp-caption.largewhitebg a {
    font-size: 13px !important;
    padding: 8px 20px !important;
  }
  .service-home-two .sppb-addon-feature {
    padding: 60px 30px;
  }
  .rt-catitem ul li .rt-catcontent,
  .tlp-team .layout1 .single-team-area .tlp-content-layout1 h3,
  .tlp-team .layout1 .single-team-area .short-bio p,
  .tlp-team .layout1 .single-team-area .tlp-content-layout1 .tlp-position,
  .home-about-one .sppb-addon-text-block {
    text-align: center;
  }
  h2.sppb-addon-title {
    font-size: 24px;
  }
  .sppb-addon-feature h3.sppb-addon-title,
  .tlp-team .layout1 .single-team-area .tlp-content-layout1 h3 a,
  .rt-catitem .catItemBody .rt-catcontent .catItemHeader .catItemTitle {
    font-size: 20px;
  }
  .sppb-tab ul.sppb-nav-tabs li {
    text-align: center;
  }
  .sppb-tab .sppb-tab-content .sppb-tab-pane .item-content {
    text-align: center;
  }
  /*Inner page css*/
  #sp-title .sp-page-title {
    padding: 50px 0;
  }
  #sp-title .sp-page-title h2 {
    font-size: 26px;
  }
  .item-page .service-detail ul li {
    width: 100%;
  }
  .rt-item .itemComments ul.itemCommentsList li.odd {
    margin-left: 0;
  }
}
/* small mobile :320px. */
@media (max-width: 320px) {
  .testimonial-section .item .test-content {
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
  }
}
/*=====  End of Responsive css  ======*/
