@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700');
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700');
/*=========================================
=            Theme Default CSS            =
=========================================*/
body {
  font-size: 14px;
  line-height: 24px;
  font-family: 'Open Sans', sans-serif;
  color: #666666;
  font-weight: 400;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  line-height: 1.5;
  font-family: 'Roboto', sans-serif;
  margin: 0 0 20px 0;
  color: #222222;
}
h1 {
  font-size: 44px;
}
h2 {
  font-size: 36px;
}
h3 {
  font-size: 22px;
}
h4 {
  font-size: 18px;
}
p {
  margin: 0 0 20px 0;
  -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 {
  background: #14a8b2;
  border-radius: 30px;
  color: #ffffff;
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  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 {
  background: #188890;
  color: #ffffff;
}
.ghost-btn-border {
  background: #14a8b2;
  border: 2px solid #14a8b2;
  border-radius: 30px;
  color: #ffffff;
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  padding: 12px 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-border:hover {
  background: #188890;
  color: #ffffff;
}
.section-overlay::before {
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.skew-section {
  position: relative;
  z-index: inherit !important;
}
.skew-section .sppb-container-inner {
  background: #fff none repeat scroll 0 0;
  bottom: -50px;
  height: 100px;
  left: 0;
  overflow: hidden;
  padding-left: 0;
  padding-right: 0;
  position: absolute;
  transform: skewY(-3deg);
  width: 100%;
  z-index: 99;
}
.title-style-one {
  text-align: center;
  margin-bottom: 60px;
}
.title-style-one .sppb-addon-content {
  font-size: 17px;
  margin: 0 auto;
  text-align: center;
  width: 65%;
}
.title-style-border .sppb-addon-title {
  position: relative;
  padding-bottom: 15px;
  line-height: 1.3;
}
.title-style-border .sppb-addon-title::after {
  background: #14a8b2;
  border-radius: 6px;
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 5px;
  width: 50px;
}
.sppb-addon-text-block .sppb-addon-title {
  margin-bottom: 30px;
}
.sppb-addon-text-block .sppb-addon-title span {
  display: block;
  font-weight: 400;
  color: #14a8b2;
}
.sppb-addon-text-block ul {
  list-style: none;
  padding-left: 0;
}
.sppb-addon-text-block ul li {
  font-size: 17px;
  color: #808080;
  padding-bottom: 8px;
}
.sppb-addon-text-block ul li::before {
  color: #14a8b2;
  content: "\f058";
  font-family: FontAwesome;
  font-size: 18px;
  padding-right: 15px;
}
#sp-page-builder .sppb-section-title.sppb-text-center .sppb-title-heading {
  margin-bottom: 30px;
}
#sp-page-builder .sppb-section-title.sppb-text-center .sppb-title-subheading {
  max-width: 60% ;
}
.owl-carousel.owl-theme .owl-nav {
  margin-top: 0;
}
.owl-carousel.owl-theme .owl-nav > div {
  position: absolute;
  background: #14a8b2;
  border: 2px solid #14a8b2;
  border-radius: 50%;
  height: 44px;
  line-height: 40px;
  margin: 0px;
  padding: 2px 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  width: 44px;
}
.owl-carousel.owl-theme .owl-nav > div:hover {
  background: transparent;
}
.owl-carousel.owl-theme .owl-nav > div:hover i {
  color: #14a8b2;
}
.owl-carousel.owl-theme .owl-nav .owl-prev {
  left: 0;
}
.owl-carousel.owl-theme .owl-nav .owl-next {
  right: 0;
}
.owl-carousel.owl-theme .owl-dots {
  margin-top: 30px;
}
.owl-carousel.owl-theme .owl-dots .owl-dot span {
  background: #d5d5d5;
}
.owl-carousel.owl-theme .owl-dots .owl-dot.active span {
  background: #14a8b2;
}
/*=====  End of Theme Default CSS  ======*/
/*==================================
=            Topbar css            =
==================================*/
#sp-topbar {
  background: #222222;
  padding: 7px 0;
}
#sp-topbar > .container > .row > div {
  min-height: 0;
}
#sp-topbar .sp-module ul li {
  display: inline-block;
  border: none;
}
#sp-topbar .sp-module ul li a {
  line-height: 1;
}
#sp-topbar .sp-module ul li a::before {
  content: "";
  margin-right: 0;
}
.top-address ul {
  list-style: none;
}
.top-address ul li {
  color: #d7d7d7;
}
.top-address ul li i {
  color: #14a8b2;
  font-size: 18px;
  padding-right: 5px;
}
.top-social .rt-socials ul {
  list-style: none;
  text-align: right;
}
.top-social .rt-socials ul li {
  display: inline-block;
  border: none;
}
.top-social .rt-socials ul li a {
  color: #14a8b2;
  font-size: 16px;
  line-height: 1;
  padding: 0 8px;
}
.top-social .rt-socials ul li a::before {
  content: "";
  margin-right: 0;
}
.top-social .rt-socials ul li a:hover {
  color: #ffffff;
}
/*=====  End of Topbar css  ======*/
/*=====================================
=            Main menu css            =
=====================================*/
#sp-menu .sp-megamenu-parent {
  position: inherit;
}
#sp-menu .sp-megamenu-parent > li > a {
  font-size: 15px;
  font-weight: 600;
  color: #222222;
  border-top: 5px solid transparent;
  text-transform: uppercase;
  padding: 0 12px;
  line-height: 84px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#sp-menu .sp-megamenu-parent > li.active > a {
  color: #14a8b2;
  border-top: 5px solid;
}
#sp-menu .sp-megamenu-parent > li:hover > a {
  color: #14a8b2;
  border-top: 5px solid;
}
#sp-menu .sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
  background: #14a8b2;
  padding: 0;
}
#sp-menu .sp-megamenu-parent .sp-dropdown .sp-dropdown-inner li.sp-menu-item {
  border-bottom: 1px solid #188890;
}
#sp-menu .sp-megamenu-parent .sp-dropdown .sp-dropdown-inner li.sp-menu-item > a {
  color: #ffffff;
  font-size: 15px;
  font-weight: 400;
  padding: 10px 20px;
}
#sp-menu .sp-megamenu-parent .sp-dropdown .sp-dropdown-inner li.sp-menu-item > a:hover {
  background: #188890;
}
#sp-menu .sp-megamenu-parent .sp-dropdown .sp-dropdown-inner li.sp-menu-item:last-child {
  border-bottom: none;
}
#sp-menu .menu-drop-in .sp-has-child .sp-dropdown .sp-dropdown-inner {
  background: transparent;
}
#sp-menu .menu-drop-in .sp-has-child .sp-dropdown .sp-dropdown-inner .sp-menu-item {
  background: #14a8b2;
  padding: 0 !important;
}
#sp-menu .menu-drop-in .sp-has-child .sp-dropdown-mega .sp-dropdown-inner {
  background: #188890;
}
#sp-menu #offcanvas-toggler {
  line-height: 90px;
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -ms-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
}
#sp-header {
  box-shadow: none;
}
#sp-header.menu-fixed {
  border-bottom: 2px solid #14a8b2;
}
#home-header-style #sp-topbar {
  padding: 0;
}
#home-header-style #sp-header {
  background: transparent;
  box-shadow: none;
}
#home-header-style #sp-header.menu-fixed {
  background: rgba(0, 0, 0, 0.8);
}
#home-header-style .slider-two,
#home-header-style .slider-three {
  margin-top: -91px;
}
#home-header-style #sp-menu .sp-megamenu-parent {
  position: inherit;
}
#home-header-style #sp-menu .sp-megamenu-parent > li > a {
  color: #ffffff;
}
#home-header-style #sp-menu .sp-megamenu-parent > li.active > a {
  color: #14a8b2;
}
#home-header-style #sp-menu .sp-megamenu-parent > li:hover > a {
  color: #14a8b2;
}
#home-header-style #offcanvas-toggler i {
  color: #ffffff;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li .offcanvas-menu-toggler {
  font-size: 22px;
}
.offcanvas-menu .offcanvas-inner .sp-module-title {
  color: #ffffff;
}
#sp-menu .sp-megamenu-parent > li.sp-has-child > a::after {
  content: "";
}
.full-screen .offcanvas-menu .offcanvas-inner .sp-module {
  margin-top: 30px !important;
}
/*=====  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.6);
  content: "";
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 1;
}
.slider-default-style .tp-caption.large_text {
  font-size: 72px !important;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  line-height: 72px;
  text-transform: uppercase;
}
.slider-default-style .tp-caption.large_text span {
  color: #14a8b2;
  font-size: 72px !important;
}
.slider-default-style .tp-caption.medium_text {
  font-size: 40px !important;
  font-weight: 500;
  text-transform: capitalize;
  line-height: 40px !important;
}
.slider-default-style .tp-caption.small_text {
  font-size: 18px !important;
  line-height: 26px !important;
  text-transform: capitalize;
  width: 50%;
}
.slider-default-style .tp-caption.largewhitebg {
  background: transparent;
}
.slider-default-style .tp-caption.largewhitebg a {
  background: #14a8b2;
  border-radius: 30px;
  font-size: 14px !important;
  color: #ffffff;
  font-weight: 600;
  text-transform: uppercase;
  padding: 15px 30px !important;
}
.slider-default-style .tp-caption.largewhitebg a:hover {
  background: #188890;
}
.slider-default-style .tp-leftarrow.default {
  background: transparent;
  left: 5% !important;
}
.slider-default-style .tp-leftarrow.default::after {
  content: "\f104";
  font-family: "FontAwesome";
}
.slider-default-style .tp-rightarrow.default {
  background: transparent;
  right: 5% !important;
}
.slider-default-style .tp-rightarrow.default::after {
  content: "\f105";
  font-family: "FontAwesome";
}
.slider-default-style .tparrows.default::after {
  background: transparent;
  border-radius: 50%;
  border: 2px solid #14a8b2;
  color: #24c1cc;
  font-size: 24px;
  line-height: 46px;
  text-align: center;
  padding: 0px;
  height: 50px;
  width: 50px;
  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 .tparrows.default:hover::after {
  background: #14a8b2;
  color: #ffffff;
}
.slider-default-style.slider-one .tp-caption.large_text {
  width: 100%;
  left: 0 !important;
  text-align: center;
}
.slider-default-style.slider-one .tp-caption.small_text {
  width: 100%;
  left: 0 !important;
  text-align: center;
}
.slider-default-style.slider-one .tp-caption.largewhitebg {
  width: 100%;
  left: 0 !important;
  text-align: center;
}
.slider-default-style.slider-two .tp-caption.large_text {
  width: 100%;
  left: 0 !important;
  text-align: center;
}
.slider-default-style.slider-two .tp-caption.small_text {
  width: 100%;
  left: 0 !important;
  text-align: center;
}
.slider-default-style.slider-two .tp-caption.largewhitebg {
  width: 100%;
  left: 0 !important;
  text-align: center;
}
/*=====  End of Main Slider css  ======*/
/*===================================
=            Service css            =
===================================*/
.service-style1 .sppb-addon-feature {
  background: #f8f8f8;
  box-shadow: 0 -2px 2px #24c1cc;
  padding: 80px 50px;
  -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-style1 .sppb-addon-feature .pull-left {
  margin-right: 30px;
}
.service-style1 .sppb-addon-feature .pull-left .sppb-icon {
  -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-style1 .sppb-addon-feature .sppb-media-body {
  -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-style1 .sppb-addon-feature .sppb-media-body a h3 {
  line-height: 1;
  margin-bottom: 18px;
  -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-style1 .sppb-addon-feature:hover {
  background: #14a8b2;
}
.service-style1 .sppb-addon-feature:hover .sppb-icon {
  color: #ffffff;
}
.service-style1 .sppb-addon-feature:hover .sppb-media-body {
  color: #ffffff;
}
.service-style1 .sppb-addon-feature:hover .sppb-media-body a h3 {
  color: #ffffff;
}
.service-style2 .sppb-addon-feature {
  background: #ffffff;
  margin-bottom: 30px;
  padding: 80px 35px;
  -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-style2 .sppb-addon-feature .sppb-icon {
  color: #14a8b2;
  margin-bottom: 30px;
  -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-style2 .sppb-addon-feature a h3 {
  line-height: 1;
  margin-bottom: 18px;
  -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-style2 .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-style2 .sppb-addon-feature .sppb-addon-text .ghost-btn-border {
  background: transparent;
  color: #222222;
  margin-top: 30px;
  padding: 10px 28px;
}
.service-style2 .sppb-addon-feature:hover {
  background: #14a8b2;
}
.service-style2 .sppb-addon-feature:hover .sppb-icon {
  color: #ffffff;
}
.service-style2 .sppb-addon-feature:hover a h3 {
  color: #ffffff;
}
.service-style2 .sppb-addon-feature:hover .sppb-addon-text {
  color: #ffffff;
}
.service-style2 .sppb-addon-feature:hover .sppb-addon-text .ghost-btn-border {
  border: 2px solid #ffffff;
  color: #ffffff;
}
.service-style3 .sppb-addon-feature {
  margin-bottom: 30px;
}
.service-style3 .sppb-addon-feature .sppb-img-container {
  position: relative;
  overflow: hidden;
  display: inherit !important;
}
.service-style3 .sppb-addon-feature .sppb-img-container img {
  width: 100%;
  -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-style3 .sppb-addon-feature a h3 {
  -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;
  position: relative;
  padding-bottom: 18px;
  padding-top: 20px;
}
.service-style3 .sppb-addon-feature a h3::after {
  background: #14a8b2;
  border-radius: 6px;
  bottom: 0px;
  content: "";
  height: 5px;
  left: 0;
  position: absolute;
  width: 35px;
  z-index: 1;
}
.service-style3 .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-style3 .sppb-addon-feature:hover a h3 {
  color: #14a8b2;
}
.service-style3 .sppb-addon-feature:hover .sppb-icon i {
  background: transparent;
  color: #14a8b2;
}
.service-style4 .sppb-addon-feature {
  background: #f8f8f8;
  margin-bottom: 30px;
  -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-style4 .sppb-addon-feature .sppb-img-container {
  display: block !important;
}
.service-style4 .sppb-addon-feature a h3 {
  margin-top: 30px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.service-style4 .sppb-addon-feature .sppb-addon-text {
  padding: 0 15px 35px 15px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.service-style4 .sppb-addon-feature .sppb-addon-text a {
  background: #ffffff;
  border: 2px solid #14a8b2;
  border-radius: 30px;
  color: #666666;
  display: inline-block;
  font-weight: 600;
  margin-top: 10px;
  padding: 10px 30px;
  text-transform: uppercase;
}
.service-style4 .sppb-addon-feature:hover {
  background: #14a8b2;
  -webkit-box-shadow: 0 4px 8px 0 rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 0 4px 8px 0 rgba(50, 50, 50, 0.75);
  box-shadow: 0 4px 8px 0 rgba(50, 50, 50, 0.75);
}
.service-style4 .sppb-addon-feature:hover a h3 {
  color: #ffffff;
}
.service-style4 .sppb-addon-feature:hover .sppb-addon-text {
  color: #ffffff;
}
.service-style5 .sppb-addon-feature {
  background: #f8f8f8;
  margin-bottom: 40px;
}
.service-style5 .sppb-addon-feature .pull-left {
  margin-right: 25px;
}
.service-style5 .sppb-addon-feature .pull-left .sppb-icon {
  background: #14a8b2;
  border: 2px solid #14a8b2;
  border-radius: 50%;
  color: #ffffff;
  height: 60px;
  width: 60px;
  line-height: 64px;
  text-align: center;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.service-style5 .sppb-addon-feature .sppb-media-body a h3 {
  line-height: 1;
  margin-bottom: 10px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.service-style5 .sppb-addon-feature:hover a h3 {
  color: #14a8b2;
}
.service-style5 .sppb-addon-feature:hover .pull-left .sppb-icon {
  background: transparent;
  color: #14a8b2;
}
.service-style6 .sppb-addon-image-content.aligment-left .sppb-content-holder {
  padding-left: 30px;
  padding-right: 30px;
}
.service-style6 .sppb-addon-image-content.aligment-right .sppb-content-holder {
  padding-left: 30px;
  padding-right: 30px;
}
.service-style6 .sppb-addon-image-content .sppb-btn-default {
  background: #14a8b2;
  border: 2px solid #14a8b2;
  border-radius: 30px;
  color: #ffffff;
  padding: 10px 20px;
}
.service-style6 .sppb-addon-image-content .sppb-btn-default:hover {
  background: transparent;
  color: #14a8b2;
}
/*=====  End of Service css  ======*/
/*========================================
=            Progress bar css            =
========================================*/
.progress-bar-style {
  margin-top: 10px;
}
.progress-bar-style .sppb-progress-label {
  color: #222222;
  font-size: 18px;
  font-weight: 600;
}
.pie-progress-style .sppb-addon-pie-progress .sppb-chart-percent {
  color: #ffffff;
  font-size: 32px;
}
.pie-progress-style .sppb-addon-pie-progress .sppb-addon-title {
  color: #ffffff;
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 30px;
}
/*=====  End of Progress bar css  ======*/
/*======================================
=            Home about css            =
======================================*/
.home-about-style1 .sppb-addon-image-content .sppb-content-holder .sppb-image-content-title {
  color: #ffffff;
  margin-bottom: 30px;
}
.home-about-style1 .sppb-addon-image-content .sppb-content-holder .sppb-image-content-title span {
  display: block;
  font-weight: 400;
  color: #14a8b2;
}
.home-about-style1 .sppb-addon-image-content .sppb-content-holder .sppb-image-content-text {
  color: #ffffff;
}
.home-about-style1 .sppb-addon-image-content .sppb-content-holder .sppb-btn-default {
  background: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 30px;
  font-size: 16px;
  font-weight: 600;
  color: #222222;
  margin-top: 30px;
  padding: 14px 50px;
}
.home-about-style1 .sppb-addon-image-content .sppb-content-holder .sppb-btn-default:hover {
  background: transparent;
  color: #ffffff;
}
.home-about-style2 > .sppb-row-container > .sppb-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.home-about-style2 .sppb-addon-text-block .sppb-addon-title {
  margin-bottom: 30px;
}
.home-about-style2 .sppb-addon-text-block .sppb-addon-title span {
  font-size: 18px;
  display: block;
  font-weight: 400;
  color: #14a8b2;
}
/*=====  End of Home about css  ======*/
/*=====================================
=            Portfolio css            =
=====================================*/
.tlp-portfolio .pre-text {
  margin: 0;
}
.tlp-portfolio .tlp-portfolio-item .tlp-overlay .link-icon li {
  margin-right: 0;
  border: none;
}
.tlp-portfolio .tlp-portfolio-item .tlp-overlay .link-icon li a {
  background: #ffffff;
  border-radius: 50%;
  color: #14a8b2;
  height: 44px;
  width: 44px;
  line-height: 44px;
  margin-right: 0;
  padding: 0;
}
.tlp-portfolio .tlp-portfolio-item .tlp-overlay .link-icon li a i.fa-info:before {
  font-family: 'FontAwesome';
  content: "\f0c1";
}
.tlp-portfolio .tlp-portfolio-item .tlp-overlay .link-icon a {
  background: #ffffff;
  border-radius: 50%;
  border: none !important;
  color: #14a8b2;
  height: 44px;
  width: 44px;
  line-height: 44px;
  padding: 0;
}
.tlp-portfolio .tlp-portfolio-item .tlp-overlay .link-icon a i.fa-info:before {
  font-family: 'FontAwesome';
  content: "\f0c1";
}
.tlp-portfolio .layout7 .tlp-portfolio-item .tlp-portfolio-thum p {
  background: rgba(20, 168, 178, 0.8);
}
.tlp-portfolio .layout7 .tlp-portfolio-item .tlp-portfolio-thum .link-icon {
  margin-top: 15px;
}
.tlp-portfolio .button-group {
  margin-bottom: 50px;
  margin-left: 0;
}
.tlp-portfolio .button-group button {
  background: transparent;
  border: 1px solid #dbdbdb;
  border-radius: 30px;
  color: #666666;
  margin-bottom: 5px;
  padding: 10px 30px;
  -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 .button-group button.selected {
  background: #14a8b2;
  border: 1px solid #14a8b2;
  color: #ffffff;
}
.tlp-portfolio .button-group button:hover {
  background: #14a8b2;
  border: 1px solid #14a8b2;
  color: #ffffff;
}
.tlp-portfolio .isotope8 .tlp-portfolio-item figure img {
  width: 100%;
  -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 .isotope8 .tlp-portfolio-item .tlp-overlay {
  padding: 0;
  transform: inherit;
}
.tlp-portfolio .isotope8 .tlp-portfolio-item .tlp-overlay .tlp-title {
  background: #14a8b2;
  bottom: 0;
  height: inherit;
  opacity: 1;
  padding: 10px 30px;
  transition: all 0.7s ease-out 0s;
}
.tlp-portfolio .isotope8 .tlp-portfolio-item .tlp-overlay .tlp-title h3 {
  transform: initial;
}
.tlp-portfolio .isotope8 .tlp-portfolio-item .tlp-overlay .tlp-content {
  bottom: 0;
  opacity: 0;
  top: inherit;
  -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 .isotope8 .tlp-portfolio-item .tlp-overlay .tlp-content .link-icon {
  transform: initial;
}
.tlp-portfolio .isotope8 .tlp-portfolio-item .tlp-overlay .tlp-content .link-icon a {
  background: #ffffff;
  border: none;
  border-radius: 3px;
  color: #14a8b2;
  font-size: 22px;
  height: 50px;
  line-height: 50px;
  margin-right: 0;
  padding: 0;
  width: 50px;
}
.tlp-portfolio .isotope8 .tlp-portfolio-item .tlp-overlay .tlp-content .link-icon a i.fa:before {
  font-family: 'FontAwesome';
  content: "\f002";
}
.tlp-portfolio .isotope8 .tlp-portfolio-item:hover figure img {
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
}
.tlp-portfolio .isotope8 .tlp-portfolio-item:hover .tlp-overlay {
  background: rgba(20, 168, 178, 0.8);
}
.tlp-portfolio .isotope8 .tlp-portfolio-item:hover .tlp-overlay .tlp-title {
  bottom: 85px;
}
.tlp-portfolio .isotope8 .tlp-portfolio-item:hover .tlp-overlay .tlp-content {
  bottom: 50%;
  opacity: 1;
}
/*=====  End of Portfolio css  ======*/
/*=======================================
=            Team layout css            =
=======================================*/
.mod-tlp-team-carousol .layout1 .single-team-area .single-team {
  position: relative;
  overflow: hidden;
}
.mod-tlp-team-carousol .layout1 .single-team-area .tlp-content-layout1 {
  background: transparent;
  padding-top: 20px;
}
.mod-tlp-team-carousol .layout1 .single-team-area .tlp-content-layout1 h3 {
  padding: 0;
}
.mod-tlp-team-carousol .layout1 .single-team-area .tlp-content-layout1 h3 a {
  color: #222222;
}
.mod-tlp-team-carousol .layout1 .single-team-area .tlp-content-layout1 h3 a:hover {
  color: #14a8b2;
}
.mod-tlp-team-carousol .layout1 .single-team-area .tlp-content-layout1 .tlp-position {
  color: #666666;
  padding: 5px 0 0;
}
.mod-tlp-team-carousol .layout1 .single-team-area .short-bio {
  padding-top: 20px;
}
.mod-tlp-team-carousol .layout1 .single-team-area .overlay {
  background: transparent !important;
  position: inherit;
  opacity: 1 !important;
}
.mod-tlp-team-carousol .layout1 .single-team-area .overlay .social-icons {
  padding: 0;
}
.mod-tlp-team-carousol .layout1 .single-team-area .overlay .social-icons a {
  background: transparent;
  color: #ffffff;
  margin: 0 5px;
  height: 40px;
  width: 40px;
  line-height: 36px;
  -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;
}
.mod-tlp-team-carousol .layout1 .single-team-area .overlay .social-icons a i {
  border-radius: 50%;
  padding: 0;
  height: 40px;
  width: 40px;
  line-height: 40px;
  overflow: hidden;
  -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;
}
.mod-tlp-team-carousol .layout1 .single-team-area .overlay .social-icons a i.fa-facebook {
  background: #3b5999;
}
.mod-tlp-team-carousol .layout1 .single-team-area .overlay .social-icons a i.fa-twitter {
  background: #3aa9e0;
}
.mod-tlp-team-carousol .layout1 .single-team-area .overlay .social-icons a i.fa-google-plus {
  background: #d04333;
}
.mod-tlp-team-carousol .layout1 .single-team-area .overlay .social-icons a i.fa-linkedin {
  background: #0080b1;
}
.mod-tlp-team-carousol .layout1 .single-team-area .overlay .social-icons a:hover {
  opacity: 1;
}
.mod-tlp-team-carousol .layout1 .single-team-area .overlay .social-icons a:hover i {
  height: 40px;
  width: 40px;
  line-height: 40px;
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
  transform: scale(1.3);
}
.mod-tlp-team-carousol .layout1 .single-team-area .tlp-team-skill {
  padding: 0;
}
.mod-tlp-team-carousol .layout3 .single-team-area {
  position: relative;
  overflow: hidden;
}
.mod-tlp-team-carousol .layout3 .single-team-area figure {
  position: relative;
  overflow: hidden;
}
.mod-tlp-team-carousol .layout3 .single-team-area figure::before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: block;
  content: '';
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
}
.mod-tlp-team-carousol .layout3 .single-team-area .tlp-content {
  padding: 20px 0 0;
}
.mod-tlp-team-carousol .layout3 .single-team-area .tlp-content h3 {
  margin-bottom: 5px;
  padding: 0;
  text-align: center;
}
.mod-tlp-team-carousol .layout3 .single-team-area .tlp-content h3 a {
  color: #222222;
}
.mod-tlp-team-carousol .layout3 .single-team-area .tlp-content .tlp-position {
  color: #666666;
  position: relative;
}
.mod-tlp-team-carousol .layout3 .single-team-area .contact-info,
.mod-tlp-team-carousol .layout3 .single-team-area .tlp-team-skill {
  padding: 0;
}
.mod-tlp-team-carousol .layout3 .single-team-area .social-icons {
  margin-top: 20px;
  text-align: center;
}
.mod-tlp-team-carousol .layout3 .single-team-area .social-icons a {
  background: transparent;
  border: 2px solid #14a8b2;
  color: #14a8b2;
  margin: 0 3px;
  height: 40px;
  width: 40px;
  line-height: 36px;
  -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;
}
.mod-tlp-team-carousol .layout3 .single-team-area .social-icons a i {
  display: inline-block;
  padding: 0;
  line-height: 34px;
}
.mod-tlp-team-carousol .layout3 .single-team-area .social-icons a:hover {
  background: #14a8b2;
  color: #ffffff;
  opacity: 1;
}
.mod-tlp-team-carousol .layout3 .single-team-area .social-icons a:hover i {
  background: transparent;
  display: inline;
  height: inherit;
  width: inherit;
}
.mod-tlp-team-carousol .layout3 .single-team-area:hover figure::before {
  -webkit-animation: circle 0.75s;
  animation: circle 0.75s;
}
.mod-tlp-team-carousol .layout3 .single-team-area:hover .tlp-content h3 a {
  color: #14a8b2;
}
.mod-tlp-team-carousol .layout8 .item .single-team-area figure img {
  -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;
}
.mod-tlp-team-carousol .layout8 .item .single-team-area .tlp-overlay {
  padding: 0;
  transition: inherit;
  transform: inherit;
}
.mod-tlp-team-carousol .layout8 .item .single-team-area .tlp-overlay .tlp-title {
  background: #14a8b2;
  bottom: 0;
  height: inherit;
  opacity: 1;
  padding: 10px 30px;
  transition: all 0.7s ease-out 0s;
}
.mod-tlp-team-carousol .layout8 .item .single-team-area .tlp-overlay .tlp-title h3 {
  transform: initial;
}
.mod-tlp-team-carousol .layout8 .item .single-team-area .tlp-overlay .tlp-title .tlp-position a {
  color: #ffffff;
}
.mod-tlp-team-carousol .layout8 .item .single-team-area .tlp-overlay .tlp-content {
  bottom: 0;
  opacity: 0;
  top: inherit;
  padding-top: 0;
  width: 100%;
  -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;
}
.mod-tlp-team-carousol .layout8 .item .single-team-area .tlp-overlay .tlp-content .social-icons a {
  border: 2px solid #ffffff;
  border-radius: 50%;
  color: #ffffff;
  text-align: center;
  line-height: 36px;
  height: 40px;
  width: 40px;
}
.mod-tlp-team-carousol .layout8 .item .single-team-area .tlp-overlay .tlp-content .social-icons a i {
  display: inline;
  padding: 0;
}
.mod-tlp-team-carousol .layout8 .item .single-team-area .tlp-overlay .tlp-content .social-icons a:hover {
  background: #ffffff;
}
.mod-tlp-team-carousol .layout8 .item .single-team-area .tlp-overlay .tlp-content .social-icons a:hover i {
  opacity: 1;
  color: #14a8b2;
}
.mod-tlp-team-carousol .layout8 .item .single-team-area:hover figure img {
  -webkit-transform: translateY(-50px);
  -moz-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  -o-transform: translateY(-50px);
  transform: translateY(-50px);
}
.mod-tlp-team-carousol .layout8 .item .single-team-area:hover .tlp-overlay {
  background: rgba(20, 168, 178, 0.8);
}
.mod-tlp-team-carousol .layout8 .item .single-team-area:hover .tlp-overlay .tlp-title {
  bottom: 80px;
}
.mod-tlp-team-carousol .layout8 .item .single-team-area:hover .tlp-overlay .tlp-content {
  bottom: 50%;
  opacity: 1;
}
.mod-tlp-team-carousol .owl-carousel .owl-nav {
  position: initial;
  margin-top: 0px;
  top: inherit;
  left: 0;
  right: 0;
}
.mod-tlp-team-carousol .owl-carousel .owl-nav .owl-prev {
  left: -50px;
}
.mod-tlp-team-carousol .owl-carousel .owl-nav .owl-next {
  right: -50px;
}
@keyframes circle {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}
.tlp-team .tlp-row .single-team-area .overlay-element .detail-link a i {
  color: #ffffff;
  margin-top: 0;
}
.tlp-team .tlp-row .single-team-area .overlay-element .detail-link:hover a i {
  color: #14a8b2;
}
.tlp-team .tlp-row .single-team-area .tlp-position {
  font-weight: 600;
}
.tlp-team .tlp-row .single-team-area .social-icons a {
  border: 2px solid #14a8b2;
  border-radius: 50%;
  color: #14a8b2;
  text-align: center;
  line-height: 36px;
  height: 40px;
  width: 40px;
}
.tlp-team .tlp-row .single-team-area .social-icons a i {
  display: inline;
  padding: 0;
}
.tlp-team .tlp-row .single-team-area .social-icons a:hover {
  background: #14a8b2;
}
.tlp-team .tlp-row .single-team-area .social-icons a:hover i {
  opacity: 1;
}
.tlp-team .rt-special-wrapper .special-selected-top-wrap .ttp-label {
  background: #14a8b2;
}
.tlp-team .rt-special-wrapper .special-selected-top-wrap .ttp-label h3 {
  margin-bottom: 5px;
}
.tlp-team .rt-special-wrapper .special-selected-top-wrap .ttp-label h3 a {
  color: #ffffff;
}
.tlp-team .layout1 .single-team-area .overlay {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.tlp-team .layout1 .single-team-area .overlay .overlay-element {
  width: 100%;
}
.tlp-team .layout1 .single-team-area .overlay .social-icons {
  margin-top: 12px;
  padding: 0;
}
.tlp-team .layout1 .single-team-area .overlay .social-icons a {
  color: #ffffff;
}
.tlp-team .layout1 .single-team-area .tlp-content-layout1 {
  background: #14a8b2;
}
.tlp-team .layout3 .single-team-area h3 {
  margin-bottom: 7px;
}
.tlp-team .layout5 table tr td {
  text-align: center;
}
.tlp-team .layout5 table tr td h3 {
  margin-bottom: 0;
  text-align: left;
}
.tlp-team .layout5 table tr td .tlp-position {
  font-weight: 600;
}
.tlp-team .layout5 table tr td i {
  color: #14a8b2;
}
.tlp-team .layout5 table tr td .social-icons a i {
  color: #666666;
}
.tlp-team .layout5 table tr td .social-icons a:hover i {
  color: #14a8b2;
}
.tlp-team .layout10 .single-team-area .social-icons {
  margin-top: 10px;
}
.tlp-team .layout12 .single-team-area .tlp-overlay h3 a span {
  background: #14a8b2;
}
.tlp-team .layout12 .single-team-area .tlp-overlay .social-icons a {
  color: #ffffff;
}
.tlp-team-detail {
  padding-bottom: 0 !important;
}
.tlp-team-detail .tlp-content h3 {
  position: relative;
  font-size: 24px;
  padding-bottom: 12px;
}
.tlp-team-detail .tlp-content h3::after {
  background: #14a8b2;
  border-radius: 6px;
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 5px;
  width: 50px;
}
.tlp-team-detail .tlp-content .tlp-position {
  font-weight: 600;
}
.tlp-team-detail .social-icons a {
  background: transparent;
  border: 2px solid #14a8b2;
  border-radius: 50%;
  color: #666666;
  margin-right: 5px;
  height: 40px;
  width: 40px;
  line-height: 36px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.tlp-team-detail .social-icons a i.fa {
  display: inline;
  padding: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.tlp-team-detail .social-icons a:hover {
  background: #14a8b2;
}
.tlp-team-detail .social-icons a:hover i.fa {
  opacity: 1;
}
/*=====  End of Team layout css  ======*/
/*==========================================
=            Dedicated Team css            =
==========================================*/
.dedicated-team {
  text-align: center;
}
.dedicated-team .sppb-addon-title {
  color: #ffffff;
}
.dedicated-team p {
  color: #e3e3e3;
  font-size: 17px;
  margin: 0 auto 60px;
  width: 70%;
}
/*=====  End of Dedicated Team css  ======*/
/*=======================================
=            Testimonial css            =
=======================================*/
.tss-wrapper .tss-layout1 .rt-tss-item-container .tss-single-item {
  padding: 0;
}
.tss-wrapper .tss-layout1 .rt-tss-item-container .single-item-wrapper {
  display: inherit;
}
.tss-wrapper .tss-layout1 .rt-tss-item-container .single-item-wrapper .tss-meta-info .profile-img-wrapper {
  text-align: left;
}
.tss-wrapper .tss-layout1 .rt-tss-item-container .single-item-wrapper .tss-meta-info .author-name {
  font-weight: 400;
}
.tss-wrapper .tss-layout1 .rt-tss-item-container .single-item-wrapper .tss-meta-info .author-bio {
  margin-bottom: 25px;
}
.tss-wrapper .tss-layout1 .rt-tss-item-container .single-item-wrapper .item-content-wrapper {
  background: transparent;
  padding: 0;
}
.tss-wrapper .tss-layout1 .rt-tss-item-container .single-item-wrapper .item-content-wrapper .item-content {
  font-style: inherit;
}
.tss-wrapper .tss-layout1 .rt-tss-item-container .single-item-wrapper .item-content-wrapper::before {
  display: none;
}
.tss-wrapper .tss-layout1 .rt-tss-item-container .single-item-wrapper .item-content-wrapper::after {
  display: none;
}
.tss-wrapper .tss-layout1 .rt-tss-item-container ul.slick-dots {
  text-align: left;
  margin-top: 0;
}
.tss-wrapper .tss-layout3 .tss-single-item {
  margin-bottom: 0;
}
.tss-wrapper .tss-layout3 .tss-single-item .single-item-wrapper .item-content-wrapper {
  background: transparent;
  padding: 0px;
}
.tss-wrapper .tss-layout3 .tss-single-item .single-item-wrapper .item-content-wrapper .author-name {
  color: #ffffff;
  font-weight: 400;
  font-size: 18px;
}
.tss-wrapper .tss-layout3 .tss-single-item .single-item-wrapper .item-content-wrapper .author-bio {
  color: #14a8b2;
  font-size: 14px;
}
.tss-wrapper .tss-layout3 .tss-single-item .single-item-wrapper .item-content-wrapper::before {
  display: none;
}
.tss-wrapper .tss-layout3 .tss-single-item .single-item-wrapper .item-content-wrapper::after {
  display: none;
}
.tss-wrapper .tss-layout3 .tss-single-item .single-item-wrapper .item-content-wrapper p {
  color: #ffffff;
}
.tss-wrapper .tss-layout3 .tss-single-item .single-item-wrapper .profile-img-wrapper {
  margin-bottom: 20px;
  text-align: center;
}
.tss-wrapper .tss-layout4 .rt-tss-item-container .single-item-wrapper {
  background: transparent;
  display: inherit;
  margin-top: 20px;
  width: 67%;
  margin: 10px auto 0;
}
.tss-wrapper .tss-layout4 .rt-tss-item-container .single-item-wrapper .tss-meta-info {
  margin-top: 35px;
}
.tss-wrapper .tss-layout4 .rt-tss-item-container .single-item-wrapper .tss-meta-info .author-name {
  color: #222222;
  font-weight: 400;
  font-size: 22px;
}
.tss-wrapper .tss-layout4 .rt-tss-item-container .single-item-wrapper .tss-meta-info .author-bio {
  color: #666666;
  font-size: 14px;
}
.tss-wrapper .tss-layout4 .rt-tss-item-container .single-item-wrapper .item-content-wrapper {
  padding: 0;
}
.tss-wrapper .tss-layout4 .rt-tss-item-container .slick-dots {
  margin-top: 0;
}
.tss-wrapper .tss-layout6 .single-item-wrapper {
  background: transparent;
  padding: 0;
}
.tss-wrapper .tss-layout6 .single-item-wrapper::before {
  display: none;
}
.tss-wrapper .tss-layout6 .single-item-wrapper .tss-meta-info {
  margin: 0 auto;
  width: 70%;
}
.tss-wrapper .tss-slider8 .tss-single-item .single-item-wrapper {
  margin-bottom: 25px;
}
.tss-wrapper .tss-slider8 .tss-single-item .item-content {
  width: 70%;
  margin: 0 auto;
}
.tss-wrapper .tss-slider8 .tss-meta-info .profile-img-wrapper::before {
  background: rgba(20, 168, 178, 0.7);
}
.tss-wrapper .rt-carousel .rt-slick-nav {
  background: #14a8b2;
  border: 2px solid #14a8b2;
  border-radius: 50%;
  height: 44px;
  width: 44px;
  line-height: 40px;
  -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;
}
.tss-wrapper .rt-carousel .rt-slick-nav:hover {
  background: transparent;
  color: #14a8b2;
}
.tss-wrapper .rt-carousel ul.slick-dots {
  margin: 30px 0 0;
  padding: 0;
  text-align: center;
}
.tss-wrapper .rt-carousel ul.slick-dots li button {
  background: transparent;
  border: 2px solid #14a8b2;
  height: 13px;
  width: 13px;
  cursor: pointer;
}
.tss-wrapper .rt-carousel ul.slick-dots li.slick-active button {
  background: #14a8b2;
}
.clients-say .sppb-addon-title {
  text-align: center;
}
.what-say .sppb-addon-title {
  color: #ffffff;
  text-align: center;
}
/*=====  End of Testimonial css  ======*/
/*==============================================
=            Latest Blog slider css            =
==============================================*/
.latest-news-slider ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.latest-news-slider ul li {
  padding: 0 15px;
}
.latest-news-slider ul li .news-img-holder {
  position: relative;
  overflow: hidden;
}
.latest-news-slider ul li .news-img-holder .moduleItemIntroimg {
  position: relative;
  overflow: hidden;
}
.latest-news-slider ul li .news-img-holder .moduleItemIntroimg 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;
}
.latest-news-slider ul li .news-img-holder .moduleItemIntroimg::before {
  opacity: 0;
  visibility: hidden;
  content: "";
  position: absolute;
  height: 100%;
  width: 50%;
  background: rgba(255, 255, 255, 0.5);
  z-index: 1;
  left: -50%;
  top: -100%;
  -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;
}
.latest-news-slider ul li .news-img-holder .moduleItemIntroimg::after {
  opacity: 0;
  visibility: hidden;
  content: "";
  position: absolute;
  height: 100%;
  width: 50%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
  right: -50%;
  top: -100%;
  -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;
}
.latest-news-slider ul li .news-img-holder .moduleItemDateCreated {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.latest-news-slider ul li .news-img-holder .moduleItemDateCreated span {
  display: block;
  font-weight: 600;
  text-align: center;
  padding: 7px 14px;
  color: #ffffff;
}
.latest-news-slider ul li .news-img-holder .moduleItemDateCreated .day {
  background: #14a8b2;
}
.latest-news-slider ul li .news-img-holder .moduleItemDateCreated .year {
  background: #222222;
}
.latest-news-slider ul li .news-content-holder {
  background: #f8f8f8;
  padding: 25px 20px 35px;
  position: relative;
  -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;
}
.latest-news-slider ul li .news-content-holder .blog-info {
  color: #222222;
  margin-top: 10px;
  font-weight: 600;
}
.latest-news-slider ul li .news-content-holder h3 {
  margin-bottom: 10px;
  line-height: 28px;
  font-size: 20px;
}
.latest-news-slider ul li .news-content-holder h3 a {
  color: #222222;
}
.latest-news-slider ul li .news-content-holder .moduleItemAuthor {
  margin-right: 12px;
  display: inline-block;
}
.latest-news-slider ul li .news-content-holder .moduleItemCategory {
  border-left: 1px solid #808080;
  padding-left: 15px;
}
.latest-news-slider ul li:hover .news-content-holder h3 a {
  color: #14a8b2;
}
.latest-news-slider ul li:hover .news-img-holder .moduleItemIntroimg 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);
}
.latest-news-slider ul li:hover .news-img-holder .moduleItemIntroimg:before {
  left: 0;
  top: 0%;
  opacity: 1;
  visibility: visible;
}
.latest-news-slider ul li:hover .news-img-holder .moduleItemIntroimg:after {
  right: 0;
  top: 0%;
  opacity: 1;
  visibility: visible;
}
.latest-news-slider .owl-carousel .owl-nav .owl-prev {
  left: -35px;
}
.latest-news-slider .owl-carousel .owl-nav .owl-next {
  right: -35px;
}
/*=====  End of Latest Blog slider css  ======*/
/*=======================================
=            Latest blog css            =
=======================================*/
.latestblog ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.latestblog ul li {
  width: 33.3333%;
  float: left;
  padding: 0 15px;
  margin-bottom: 30px;
}
.latestblog ul li .moduleItemIntrotext .image-section {
  position: relative;
  overflow: hidden;
}
.latestblog ul li .moduleItemIntrotext .image-section 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;
}
.latestblog ul li .moduleItemIntrotext .image-section::before {
  opacity: 1;
  visibility: hidden;
  content: "";
  position: absolute;
  height: 50%;
  width: 100%;
  background: rgba(255, 255, 255, 0.5);
  z-index: 1;
  top: -50%;
  -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;
}
.latestblog ul li .moduleItemIntrotext .image-section::after {
  opacity: 1;
  visibility: hidden;
  content: "";
  position: absolute;
  height: 50%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
  bottom: -50%;
  -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;
}
.latestblog ul li .moduleItemIntrotext .image-section .moduleItemDateCreated {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 9;
}
.latestblog ul li .moduleItemIntrotext .image-section .moduleItemDateCreated span {
  display: block;
  font-weight: 600;
  text-align: center;
  padding: 7px 14px;
  color: #ffffff;
}
.latestblog ul li .moduleItemIntrotext .image-section .moduleItemDateCreated .day {
  background: #14a8b2;
}
.latestblog ul li .moduleItemIntrotext .image-section .moduleItemDateCreated .year {
  background: #222222;
}
.latestblog ul li .moduleItemIntrotext .content-section {
  background: #ffffff;
  padding: 30px 20px;
  box-shadow: 0 1px 1px 0 rgba(157, 157, 157, 0.75);
}
.latestblog ul li .moduleItemIntrotext .content-section .moduleItemAuthor {
  display: inline-block;
  margin-right: 12px;
  color: #808080;
  font-weight: 600;
}
.latestblog ul li .moduleItemIntrotext .content-section .moduleItemCategory {
  border-left: 1px solid #808080;
  padding-left: 15px;
  display: inline-block;
  line-height: 16px;
  font-weight: 600;
}
.latestblog ul li .moduleItemIntrotext h3 {
  font-size: 20px;
  margin-top: 5px;
  margin-bottom: 10px;
}
.latestblog ul li .moduleItemIntrotext h3 a {
  color: #222222;
}
.latestblog ul li .moduleItemIntrotext:hover .image-section 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);
}
.latestblog ul li .moduleItemIntrotext:hover .image-section:before {
  left: 0;
  top: 0%;
  opacity: 1;
  visibility: visible;
}
.latestblog ul li .moduleItemIntrotext:hover .image-section:after {
  right: 0;
  bottom: 0%;
  opacity: 1;
  visibility: visible;
}
.latestblog ul li .moduleItemIntrotext:hover h3 a {
  color: #14a8b2;
}
/*=====  End of Latest blog css  ======*/
/*=======================================
=            Logo Slider css            =
=======================================*/
.logo-slider .rt-logo-showcase .rt-logo-item {
  background: #ffffff;
  border: 1px solid #d5d5d5;
  margin-bottom: 0;
  -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;
}
.logo-slider .rt-logo-showcase .rt-logo-item:hover {
  border: 1px solid #14a8b2;
}
.logo-slider .rt-logo-showcase .rt-logo-item .single-logo-container {
  padding: 0;
}
.logo-slider .rt-logo-showcase button {
  background: #14a8b2;
  border: 2px solid #14a8b2;
  border-radius: 50%;
  opacity: 1;
  position: absolute;
  top: 50%;
  height: 40px;
  width: 40px;
  z-index: 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;
}
.logo-slider .rt-logo-showcase button::before {
  color: #ffffff;
  font-size: 14px;
  line-height: 36px;
  opacity: 1;
}
.logo-slider .rt-logo-showcase button:hover {
  background: transparent;
}
.logo-slider .rt-logo-showcase button:hover::before {
  color: #14a8b2;
}
.logo-slider .rt-logo-showcase .slick-track {
  padding: 0;
}
.logo-slider .rt-logo-showcase .slick-prev::before {
  font-family: 'FontAwesome';
  content: "\f053";
}
.logo-slider .rt-logo-showcase .slick-next::before {
  font-family: 'FontAwesome';
  content: "\f054";
}
/*=====  End of Logo Slider css  ======*/
/*==================================
=            Bottom css            =
==================================*/
#sp-bottom {
  color: #d7d7d7;
  padding: 100px 0;
}
#sp-bottom .sp-module h3.sp-module-title {
  color: #ffffff;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 30px;
  text-transform: capitalize;
}
#sp-bottom .sp-module .latestnews > div {
  border-bottom: 1px solid #373737;
}
#sp-bottom .sp-module .latestnews > div:last-child {
  border-bottom: none;
}
#sp-bottom .sp-module .latestnews a {
  color: #d7d7d7;
}
#sp-bottom .sp-module .latestnews a:hover {
  color: #14a8b2;
}
#sp-bottom ul li {
  list-style: none;
  border-bottom: 1px solid #373737;
  margin-bottom: 8px;
  padding-bottom: 8px;
}
#sp-bottom ul li a {
  color: #d7d7d7;
  line-height: 24px;
  padding: 0;
}
#sp-bottom ul li a:hover {
  color: #14a8b2;
}
#sp-bottom ul li a:focus {
  background: transparent;
}
#sp-bottom ul li:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
#sp-bottom ul li.lastItem {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
#sp-bottom .footer-address ul li i {
  padding-right: 8px;
  color: #14a8b2;
}
#sp-bottom .footer-social {
  margin-top: 30px;
}
#sp-bottom .footer-social ul li {
  border: none;
  display: inline-block;
  margin-bottom: 0;
  padding-bottom: 0;
}
#sp-bottom .footer-social ul li a {
  background: transparent;
  border: 2px solid #14a8b2;
  display: block;
  margin-right: 3px;
  text-align: center;
  line-height: 36px;
  height: 40px;
  width: 40px;
}
#sp-bottom .footer-social ul li a::before {
  content: "";
  margin-right: 0;
}
#sp-bottom .footer-social ul li a i {
  color: #d7d7d7;
  padding-right: 0;
}
#sp-bottom .footer-social ul li a:hover {
  background: #14a8b2;
}
#sp-bottom .footer-social ul li a:hover i {
  color: #ffffff;
}
#sp-footer .sp-copyright {
  color: #b2b2b2;
}
#sp-footer .sp-copyright a {
  color: #ffffff;
}
#sp-footer .sp-copyright a:hover {
  color: #14a8b2;
}
/*=====  End of Bottom css  ======*/
/*========================================
=            Inner banner css            =
========================================*/
#sp-title .sp-page-title {
  padding: 100px 0;
  position: relative;
  background-attachment: fixed;
}
#sp-title .sp-page-title h2 {
  color: #ffffff;
  font-size: 42px;
  font-weight: 500;
  position: relative;
  text-transform: uppercase;
  z-index: 1;
}
#sp-title .sp-page-title .breadcrumb {
  margin-top: 18px;
  position: relative;
  z-index: 1;
}
#sp-title .sp-page-title .breadcrumb li {
  color: #e2e2e2;
}
#sp-title .sp-page-title .breadcrumb li:before {
  color: #e2e2e2;
}
#sp-title .sp-page-title .breadcrumb li a {
  color: #e2e2e2;
}
#sp-title .sp-page-title .breadcrumb li a:hover {
  color: #14a8b2;
}
#sp-title .sp-page-title .breadcrumb li.active {
  color: #14a8b2;
}
#sp-title .sp-page-title::after {
  background: rgba(0, 0, 0, 0.7);
  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  ======*/
/*======================================
=            Pagination css            =
======================================*/
.itemListView .k2Pagination {
  margin-bottom: 0;
  padding: 0;
}
.itemListView .k2Pagination .pagination {
  margin: 0;
}
.itemListView .k2Pagination .pagination li a {
  background: #f8f8f8;
  border: none;
  border-radius: 30px;
  font-size: 16px;
  font-weight: 600;
  line-height: 44px;
  margin: 0 2px 5px;
  height: 44px;
  width: 70px;
  padding: 0;
  text-align: center;
}
.itemListView .k2Pagination .pagination li a:hover {
  background: #14a8b2;
  color: #ffffff;
}
.itemListView .k2Pagination .pagination li.active a {
  background: #14a8b2;
}
.pagination-wrapper {
  text-align: center;
}
.pagination-wrapper ul.pagination {
  margin-bottom: 0;
}
.pagination-wrapper ul.pagination li a {
  background: #f8f8f8;
  border: none;
  border-radius: 30px;
  font-size: 16px;
  font-weight: 600;
  line-height: 44px;
  margin: 0 2px 5px;
  height: 44px;
  width: 70px;
  padding: 0;
  text-align: center;
}
.pagination-wrapper ul.pagination li a:hover {
  background: #14a8b2;
  color: #ffffff;
}
.pagination-wrapper ul.pagination li.active a {
  background: #14a8b2;
}
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: #f8f8f8;
  border: none;
  border-radius: 30px;
  font-size: 16px;
  font-weight: 600;
  line-height: 44px;
  margin: 0 2px 5px;
  height: 44px;
  width: 70px;
  padding: 0;
  text-align: center;
}
div.pagination ul.pagination li a:hover {
  background: #14a8b2;
  color: #ffffff;
}
div.pagination ul.pagination li.active a {
  background: #14a8b2;
}
/*=====  End of Pagination css  ======*/
/*===========================================
=            Content default css            =
===========================================*/
.item-page {
  margin-bottom: 0 !important;
}
.item-page .entry-header .article-info {
  margin-bottom: 15px;
}
.item-page .entry-header .article-info > dd {
  color: #222222;
  font-size: 14px;
  text-transform: capitalize;
}
.item-page .entry-header .article-info > dd .fa {
  color: #14a8b2;
}
.item-page .entry-header .article-info > dd a {
  color: #222222;
}
.item-page .entry-header h2 {
  font-size: 24px;
  margin: 0;
  position: relative;
  padding-bottom: 20px;
}
.item-page .entry-header h2:after {
  background: #14a8b2;
  border-radius: 6px;
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 5px;
  width: 50px;
}
.blog .item .entry-header {
  margin-bottom: 20px;
}
.blog .item .entry-header .article-info {
  margin-bottom: 15px;
}
.blog .item .entry-header .article-info > dd {
  color: #222222;
  font-size: 14px;
  text-transform: capitalize;
}
.blog .item .entry-header .article-info > dd .fa {
  color: #14a8b2;
}
.blog .item .entry-header .article-info > dd a {
  color: #222222;
}
.blog .item .entry-header h2 a:hover {
  color: #14a8b2;
}
.blog .item .readmore {
  display: inline-block;
}
.blog .item .readmore a {
  background: #14a8b2;
  border: none;
  border-radius: 30px;
  color: #ffffff;
  display: block;
  font-weight: 600;
  padding: 10px 15px;
}
.blog .item .readmore a:hover {
  background: #188890;
}
.blog-featured .item .entry-header {
  margin-bottom: 20px;
}
.blog-featured .item .entry-header .article-info {
  margin-bottom: 15px;
}
.blog-featured .item .entry-header .article-info > dd {
  color: #222222;
  font-size: 14px;
  text-transform: capitalize;
}
.blog-featured .item .entry-header .article-info > dd .fa {
  color: #14a8b2;
}
.blog-featured .item .entry-header .article-info > dd a {
  color: #222222;
}
.blog-featured .item .entry-header h2 a:hover {
  color: #14a8b2;
}
.blog-featured .item .readmore {
  display: inline-block;
}
.blog-featured .item .readmore a {
  background: #14a8b2;
  border: none;
  border-radius: 30px;
  color: #ffffff;
  display: block;
  font-weight: 600;
  padding: 10px 15px;
}
.blog-featured .item .readmore a:hover {
  background: #188890;
}
.login .group-control input {
  box-shadow: none;
  border-radius: 0px;
  height: 40px;
}
.login .btn {
  border-radius: 3px;
  padding: 10px 20px;
}
.registration .group-control input {
  box-shadow: none;
  border-radius: 0px;
  height: 40px;
}
.registration .btn {
  border-radius: 3px;
  padding: 10px 20px;
}
.monthly-servay {
  display: flex;
  margin-top: 40px;
}
.monthly-servay h2 {
  font-size: 24px;
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 20px;
}
.monthly-servay h2:after {
  background: #14a8b2;
  border-radius: 6px;
  content: "";
  height: 5px;
  position: absolute;
  left: 0;
  bottom: 0;
  margin: 0 auto;
  width: 50px;
}
.monthly-servay .conent-left {
  flex: 1;
}
.monthly-servay .image-right {
  flex: 1;
  margin: 50px 0 0 30px;
}
.moduletabletab-solution {
  margin-top: 30px;
}
.moduletabletab-solution h3 {
  font-size: 24px;
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 20px;
}
.moduletabletab-solution h3:after {
  background: #14a8b2;
  border-radius: 6px;
  content: "";
  height: 5px;
  position: absolute;
  left: 0;
  bottom: 0;
  margin: 0 auto;
  width: 50px;
}
.moduletabletab-solution .sppb-addon-tab {
  border: 1px solid #d5d5d5;
}
.moduletabletab-solution .sppb-addon-tab ul.sppb-nav {
  border: none;
}
.moduletabletab-solution .sppb-addon-tab ul.sppb-nav li {
  width: 33.33333%;
}
.moduletabletab-solution .sppb-addon-tab ul.sppb-nav li a {
  border: none;
  border-bottom: 2px solid #d5d5d5;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}
.moduletabletab-solution .sppb-addon-tab ul.sppb-nav li:hover a {
  border-bottom: 2px solid #14a8b2;
  color: #14a8b2;
}
.moduletabletab-solution .sppb-addon-tab ul.sppb-nav li.active a {
  color: #14a8b2;
  border-bottom: 2px solid #14a8b2;
}
.moduletabletab-solution .sppb-addon-tab .sppb-nav-tabs-content {
  border: none;
  padding: 30px;
}
.contact-info ul {
  margin: 30px 0 0 0;
  padding: 0;
  list-style: none;
}
.contact-info ul li {
  font-size: 16px;
  margin-bottom: 10px;
}
.contact-info ul li i {
  color: #14a8b2;
  padding-right: 12px;
}
.sppb-addon-ajax-contact .sppb-addon-title {
  margin-bottom: 40px;
}
.sppb-addon-ajax-contact .sppb-ajaxt-contact-form .sppb-form-group {
  width: 50%;
  float: left;
}
.sppb-addon-ajax-contact .sppb-ajaxt-contact-form .sppb-form-group input {
  border: 1px solid #d5d5d5;
  border-radius: 0px;
  box-shadow: none;
  height: 40px !important;
  width: 98%;
}
.sppb-addon-ajax-contact .sppb-ajaxt-contact-form .sppb-form-group textarea {
  border: 1px solid #d5d5d5;
  border-radius: 0px;
  box-shadow: none;
  width: 99%;
}
.sppb-addon-ajax-contact .sppb-ajaxt-contact-form .sppb-form-group:nth-child(5) {
  width: 100%;
}
.sppb-addon-ajax-contact .sppb-ajaxt-contact-form button {
  background: #14a8b2;
  border-radius: 30px;
  padding: 16px 25px;
  margin-top: 20px;
  text-transform: uppercase;
  font-weight: 600;
}
.sppb-addon-ajax-contact .sppb-ajaxt-contact-form button:hover {
  background: #188890;
}
body .scrollup {
  background: #14a8b2;
  border: 2px solid #14a8b2;
  border-radius: 50%;
  height: 44px;
  width: 44px;
}
body .scrollup::before {
  color: #ffffff;
  line-height: 38px;
}
body .scrollup:hover {
  background: #188890;
}
body .sp-pre-loader .sp-loader-with-logo .line {
  background: #14a8b2;
}
.search .btn-toolbar input {
  border: 1px solid #d5d5d5;
  border-radius: 0;
  box-shadow: none;
}
.search .btn-toolbar button {
  border-radius: 0;
}
.search select {
  border: 1px solid #d5d5d5;
  border-radius: 0;
  box-shadow: none;
}
.search legend {
  font-size: 24px;
}
.finder .word input {
  border: 1px solid #d5d5d5;
  border-radius: 0;
  box-shadow: none;
}
.finder .word button {
  border-radius: 0;
  opacity: 1;
}
.newsfeed-category .filters label {
  background: transparent !important;
  color: #666666 !important;
}
.newsfeed-category .filters .label {
  background: #14a8b2;
  border-radius: 0;
  margin-right: 10px;
}
.newsfeed-category .filters input {
  border: 1px solid #d5d5d5;
  border-radius: 0;
  box-shadow: none;
}
#display-form .accordion-inner {
  padding: 0;
}
#display-form .contact-form form {
  background: transparent;
  border: none;
  box-shadow: none;
}
#display-form .contact-form form .control-group input,
#display-form .contact-form form .control-group textarea {
  border-radius: 0;
  box-shadow: none;
}
#display-form .contact-form form .control-group button {
  border-radius: 3px;
}
/*=====  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;
  font-weight: 400;
  text-transform: capitalize;
}
.custom-class .sp-module .sp-module-title::after,
.class2 .sp-module .sp-module-title::after {
  background: #14a8b2;
  border-radius: 6px;
  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;
}
.custom-class .sp-module ul li a,
.class2 .sp-module ul li a {
  font-size: 15px;
  padding: 0;
}
.custom-class .sp-module ul li a::before,
.class2 .sp-module ul li a::before {
  color: #14a8b2;
  -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 .sp-module ul li:last-child,
.class2 .sp-module ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.custom-class .service-menu ul li,
.class2 .service-menu ul li {
  border: none;
  margin-bottom: 4px;
  padding-bottom: 0;
}
.custom-class .service-menu ul li a,
.class2 .service-menu ul li a {
  background: #f8f8f8;
  padding: 8px 15px;
}
.custom-class .service-menu ul li a:hover,
.class2 .service-menu ul li a:hover {
  background: #14a8b2;
  color: #ffffff;
  padding-left: 20px;
}
.custom-class .service-menu ul li a:hover::before,
.class2 .service-menu ul li a:hover::before {
  color: #ffffff;
}
.custom-class .service-menu ul li.active a,
.class2 .service-menu ul li.active a {
  background: #14a8b2;
  color: #ffffff;
}
.custom-class .service-menu ul li.active a::before,
.class2 .service-menu ul li.active a::before {
  color: #ffffff;
}
.custom-class .search,
.class2 .search {
  position: relative;
  overflow: hidden;
}
.custom-class .search form input,
.class2 .search form input {
  background: transparent;
  border: 1px solid #d5d5d5;
  border-radius: 30px;
  box-shadow: none;
  float: left;
  padding: 0 15px;
  height: 46px;
  width: 100%;
}
.custom-class .search form button,
.class2 .search form button {
  background: transparent;
  border: none;
  box-shadow: none;
  border-radius: 0px;
  font-size: 0;
  position: absolute;
  right: 1px;
  padding: 12px 14px;
}
.custom-class .search form button::after,
.class2 .search form button::after {
  content: "\f002";
  font-family: 'FontAwesome';
  font-size: 16px;
  color: #14a8b2;
}
.custom-class .k2CategoriesListBlock li a,
.class2 .k2CategoriesListBlock li a {
  padding: 0;
}
.custom-class .k2CategoriesListBlock li a .catCounter,
.class2 .k2CategoriesListBlock li a .catCounter {
  float: right;
}
.custom-class .k2CategoriesListBlock li.activeCategory a,
.class2 .k2CategoriesListBlock li.activeCategory a {
  font-weight: 400;
  color: #14a8b2;
}
.custom-class .recentpost ul li,
.class2 .recentpost ul li {
  border-bottom: none;
  margin: 0 0 15px 0;
  padding: 0 0 15px 0;
}
.custom-class .recentpost ul li .moduleItemIntrotext,
.class2 .recentpost ul li .moduleItemIntrotext {
  float: left;
  margin-right: 15px;
}
.custom-class .recentpost ul li .recent-info,
.class2 .recentpost ul li .recent-info {
  display: table-cell;
}
.custom-class .recentpost ul li .recent-info a,
.class2 .recentpost ul li .recent-info a {
  color: #222222;
}
.custom-class .recentpost ul li .recent-info a:hover,
.class2 .recentpost ul li .recent-info a:hover {
  color: #14a8b2;
}
.custom-class .recentpost ul li .moduleItemDateCreated,
.class2 .recentpost ul li .moduleItemDateCreated {
  color: #14a8b2;
  font-weight: 600;
  margin-bottom: 5px;
}
.custom-class .recentpost ul li:last-child,
.class2 .recentpost ul li:last-child {
  margin: 0;
  padding: 0;
}
.custom-class .recentpost ul li a::before,
.class2 .recentpost ul li a::before {
  content: "";
  margin-right: 0;
}
.custom-class .k2TagCloudBlock,
.class2 .k2TagCloudBlock {
  padding: 0;
}
.custom-class .k2TagCloudBlock a,
.class2 .k2TagCloudBlock a {
  border: 1px solid #d5d5d5;
  border-radius: 30px;
  color: #222222;
  font-size: 14px;
  letter-spacing: 0px;
  display: inline-block;
  font-size: 13px !important;
  margin: 2px;
  padding: 8px 0;
  text-align: center;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  width: 31%;
}
.custom-class .k2TagCloudBlock a:hover,
.class2 .k2TagCloudBlock a:hover {
  background: #14a8b2;
  border: 1px solid #14a8b2;
  color: #ffffff;
  padding: 8px 0;
}
.custom-class .k2ArchivesBlock ul li span,
.class2 .k2ArchivesBlock ul li span {
  float: right;
}
.custom-class .latestnews small,
.class2 .latestnews small {
  color: #14a8b2;
  font-size: 13px;
  font-weight: 600;
}
/*=====  End of Sidebar css  ======*/
/*=========================================
=            Blog category css            =
=========================================*/
.itemListView {
  padding-bottom: 0 !important;
}
.bloglayout1 .catItemBody {
  border: 1px solid #d5d5d5;
  margin: 0 15px 30px;
  padding: 0;
}
.bloglayout1 .catItemBody .catItemImageBlock {
  position: relative;
  margin: 0;
  padding: 0;
}
.bloglayout1 .catItemBody .catItemImageBlock .catItemImage {
  margin: 0;
  overflow: hidden;
  position: relative;
}
.bloglayout1 .catItemBody .catItemImageBlock .catItemImage img {
  -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;
}
.bloglayout1 .catItemBody .catItemImageBlock .catItemImage:hover 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);
}
.bloglayout1 .catItemBody .catItemImageBlock .catItemImage:hover:before {
  left: 0;
  top: 0%;
  opacity: 1;
  visibility: visible;
}
.bloglayout1 .catItemBody .catItemImageBlock .catItemImage:hover:after {
  right: 0;
  top: 0%;
  opacity: 1;
  visibility: visible;
}
.bloglayout1 .catItemBody .catItemImageBlock .catItemImage::before {
  opacity: 0;
  visibility: hidden;
  content: "";
  position: absolute;
  height: 100%;
  width: 50%;
  background: rgba(255, 255, 255, 0.5);
  z-index: 1;
  left: -50%;
  top: -100%;
  -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;
}
.bloglayout1 .catItemBody .catItemImageBlock .catItemImage::after {
  opacity: 0;
  visibility: hidden;
  content: "";
  position: absolute;
  height: 100%;
  width: 50%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
  right: -50%;
  top: -100%;
  -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;
}
.bloglayout1 .catItemBody .catItemImageBlock .catItemCategory {
  padding: 0;
  position: absolute;
  left: 15px;
  top: 15px;
  z-index: 1;
}
.bloglayout1 .catItemBody .catItemImageBlock .catItemCategory a {
  background: #14a8b2;
  color: #ffffff;
  display: block;
  border-radius: 30px;
  padding: 6px 20px;
}
.bloglayout1 .catItemBody .catitemcontent {
  padding: 30px 15px;
}
.bloglayout1 .catItemBody .catItemTitle {
  margin-bottom: 12px;
}
.bloglayout1 .catItemBody .catItemTitle a {
  color: #222222;
}
.bloglayout1 .catItemBody .catItemTitle a:hover {
  color: #14a8b2;
}
.bloglayout1 .catItemBody .catItemHeader {
  font-weight: 600;
}
.bloglayout1 .catItemBody .catItemHeader .catItemDateCreated {
  display: inline-block;
}
.bloglayout1 .catItemBody .catItemHeader .catItemDateCreated span {
  border-right: 1px solid #d5d5d5;
  padding-right: 15px;
  margin-right: 10px;
}
.bloglayout1 .catItemBody .catItemHeader .catItemCommentsLink {
  margin: 0;
  padding: 0;
  border: none;
}
.bloglayout2 .catItemBody {
  margin: 0 0 50px 0;
  padding: 0;
}
.bloglayout2 .catItemBody .catItemImageBlock {
  margin: 0;
  padding: 0;
}
.bloglayout2 .catItemBody .catItemImageBlock .catItemImage {
  margin: 0;
  overflow: hidden;
}
.bloglayout2 .catItemBody .catItemImageBlock .catItemImage 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;
}
.bloglayout2 .catItemBody .catItemImageBlock .catItemImage:hover 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);
}
.bloglayout2 .catItemBody .catItemHeader {
  font-weight: 600;
  margin-top: 25px;
  margin-bottom: 10px;
}
.bloglayout2 .catItemBody .catItemHeader h3 {
  padding: 0 0 10px 0;
}
.bloglayout2 .catItemBody .catItemHeader h3 a {
  color: #222222;
}
.bloglayout2 .catItemBody .catItemHeader h3 a:hover {
  color: #14a8b2;
}
.bloglayout2 .catItemBody .catItemHeader .catItemDateCreated {
  display: inline-block;
}
.bloglayout2 .catItemBody .catItemHeader .catItemDateCreated span {
  border-right: 1px solid #d5d5d5;
  padding-right: 15px;
  margin-right: 10px;
}
.bloglayout2 .catItemBody .catItemHeader .catItemCategory {
  display: inline-block;
}
.bloglayout2 .catItemBody .catItemHeader .catItemCategory a {
  border-right: 1px solid #d5d5d5;
  padding-right: 15px;
  margin-right: 10px;
}
.bloglayout2 .catItemBody .catItemHeader .catItemAuthor {
  display: inline-block;
}
.bloglayout2 .catItemBody .catItemReadMore {
  display: block;
  margin-top: 12px;
}
.bloglayout2 .catItemBody .catItemReadMore .k2ReadMore {
  background: transparent;
  border: 2px solid #14a8b2;
  border-radius: 30px;
  color: #666666;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  padding: 10px 30px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.bloglayout2 .catItemBody .catItemReadMore .k2ReadMore:hover {
  background: #14a8b2;
  color: #ffffff;
}
.bloglayout2 .catItemLinks {
  margin: 0;
}
.bloglayout3 ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.bloglayout3 ul li {
  width: 33.3333%;
  float: left;
  padding: 0 15px;
  margin-bottom: 30px;
}
.bloglayout3 ul li .moduleItemIntrotext {
  position: relative;
  overflow: hidden;
}
.bloglayout3 ul li .moduleItemIntrotext .image-section 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;
}
.bloglayout3 ul li .moduleItemIntrotext .image-section:before {
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#222222), to(transparent));
  background-image: -webkit-linear-gradient(transparent, #222222);
  background-image: -moz-linear-gradient(transparent, #222222), -moz-linear-gradient(transparent, #222222);
  background-image: -o-linear-gradient(transparent, #222222), -o-linear-gradient(transparent, #222222);
  background-image: linear-gradient(transparent, #222222), linear-gradient(transparent, #222222);
  content: "";
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 1;
}
.bloglayout3 ul li .moduleItemIntrotext .content-section {
  color: #ffffff;
  position: absolute;
  left: 0;
  bottom: 10%;
  padding: 0 30px;
  -webkit-transform: translateY(10%);
  -moz-transform: translateY(10%);
  -ms-transform: translateY(10%);
  -o-transform: translateY(10%);
  transform: translateY(10%);
  -webkit-transition: all 0.75s ease-out;
  -moz-transition: all 0.75s ease-out;
  -ms-transition: all 0.75s ease-out;
  -o-transition: all 0.75s ease-out;
  transition: all 0.75s ease-out;
  z-index: 1;
}
.bloglayout3 ul li .moduleItemIntrotext .content-section h3 {
  margin-bottom: 10px;
  padding-top: 10px;
}
.bloglayout3 ul li .moduleItemIntrotext .content-section h3 a {
  color: #ffffff;
}
.bloglayout3 ul li .moduleItemIntrotext .content-section .moduleItemDateCreated {
  display: inline-block;
}
.bloglayout3 ul li .moduleItemIntrotext .content-section .moduleItemDateCreated span {
  display: inline-block;
  border-right: 1px solid #d5d5d5;
  padding-right: 15px;
  margin-right: 10px;
  line-height: 16px;
}
.bloglayout3 ul li .moduleItemIntrotext .content-section .moduleItemComments {
  display: inline-block;
  border-right: 1px solid #d5d5d5;
  padding-right: 15px;
  margin-right: 10px;
  line-height: 16px;
}
.bloglayout3 ul li .moduleItemIntrotext .content-section .moduleItemAuthor {
  margin-top: 12px;
}
.bloglayout3 ul li .moduleItemIntrotext:hover .image-section 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);
}
.bloglayout3 ul li .moduleItemIntrotext:hover .content-section {
  bottom: 50%;
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  -o-transform: translateY(50%);
  transform: translateY(50%);
}
/*=====  End of Blog category css  ======*/
/*============================================
=            Single 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;
  padding: 0;
  position: relative;
}
.rt-item .itemBody .itemImageBlock .itemImage {
  margin: 0;
}
.rt-item .itemBody .itemHeader {
  border-bottom: 1px solid #d5d5d5;
  color: #222222;
  font-size: 14px;
  margin-bottom: 30px;
  margin-top: 30px;
  padding-bottom: 20px;
}
.rt-item .itemBody .itemHeader .itemTitle {
  margin-bottom: 12px;
  padding: 0;
  font-size: 24px;
}
.rt-item .itemBody .itemHeader .itemDateCreated {
  display: inline-block;
  margin-right: 12px;
  border-right: 1px solid #808080;
  line-height: 16px;
  padding-right: 15px;
}
.rt-item .itemBody .itemHeader .itemAuthor {
  display: inline-block;
  margin-right: 12px;
  border-right: 1px solid #808080;
  line-height: 16px;
  padding-right: 15px;
}
.rt-item .itemBody .itemHeader .itemCategory {
  display: inline-block;
  margin-right: 15px;
}
.rt-item .itemBody .itemHeader .itemCommentsLink {
  display: inline-block;
}
.rt-item .itemBody .itemHeader i {
  color: #14a8b2;
  padding-right: 8px;
}
.rt-item .itemBody .itemHeader a:hover {
  color: #14a8b2;
}
.rt-item .itemBody .itemFullText blockquote {
  background: #f8f8f8;
  color: #8f8e8e;
  border: none;
  display: flex;
  font-size: 18px;
  font-style: italic;
  margin: 30px 0;
  padding: 30px 40px;
}
.rt-item .itemBody .itemFullText blockquote:before {
  font-family: 'FontAwesome';
  content: "\f10d";
  color: #14a8b2;
  padding-right: 12px;
}
.rt-item .itemLinks {
  border-top: 1px solid #d5d5d5;
  margin-top: 60px;
  padding-top: 60px;
}
.rt-item .itemLinks .itemTagsBlock {
  display: inline-block;
}
.rt-item .itemLinks .itemTagsBlock ul li a {
  font-size: 14px;
}
.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: 40px;
  padding: 0;
}
.rt-item .itemComments h3 {
  position: relative;
  font-size: 24px;
  margin-bottom: 30px;
  padding-bottom: 12px;
  text-transform: capitalize;
}
.rt-item .itemComments h3:after {
  background: #14a8b2;
  border-radius: 6px;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 5px;
  width: 50px;
}
.rt-item .itemComments ul.itemCommentsList {
  border-bottom: 1px solid #d5d5d5;
  margin-bottom: 30px;
}
.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: #f8f8f8;
  margin-right: 20px;
  height: 80px;
  width: 80px;
}
.rt-item .itemComments ul.itemCommentsList li .commentAuthorName {
  font-weight: 600;
  margin-right: 8px;
  font-size: 16px;
}
.rt-item .itemComments ul.itemCommentsList li .commentAuthorName a {
  color: #14a8b2;
}
.rt-item .itemComments ul.itemCommentsList li .commentDate {
  font-size: 16px;
  display: inline-block;
  font-weight: 600;
  border: none;
  margin: 0px;
  padding: 0;
}
.rt-item .itemComments ul.itemCommentsList li .commentLink a {
  background: #14a8b2;
  color: #ffffff;
  font-weight: 600;
  border-radius: 30px;
  padding: 6px 12px;
  text-decoration: none;
}
.rt-item .itemComments ul.itemCommentsList li .commentLink a:hover {
  background: #188890;
  color: #ffffff;
  text-decoration: none;
}
.rt-item .itemComments .itemCommentsForm .itemCommentsFormNotes {
  border: none;
}
.rt-item .itemComments .itemCommentsForm .form-validate label {
  display: none;
}
.rt-item .itemComments .itemCommentsForm .form-validate input {
  border-radius: 0px;
  box-shadow: 0 1px 2px #a1a1a1;
  background: #f8f8f8;
  border: none;
  margin-top: 20px;
}
.rt-item .itemComments .itemCommentsForm .form-validate textarea {
  border-radius: 0px;
  box-shadow: 0 1px 2px #a1a1a1;
  background: #f8f8f8;
  border: none;
}
.rt-item .itemComments .itemCommentsForm .form-validate input#submitCommentButton {
  background: #14a8b2;
  border: none;
  border-radius: 30px;
  box-shadow: none;
  color: #ffffff;
  font-size: 14px;
  margin-top: 30px;
  padding: 13px 25px;
  font-weight: 600;
  text-transform: uppercase;
  transition: all 0.3s;
}
.rt-item .itemComments .itemCommentsForm .form-validate input#submitCommentButton:hover {
  background: #188890;
  color: #ffffff;
}
/*=====  End of Single Blog item css  ======*/
/*======================================
=            Responsive css            =
======================================*/
@media only screen and (max-width: 1440px) {
  .slider-default-style .tp-caption.large_text {
    font-size: 64px !important;
  }
}
@media only screen and (max-width: 1199px) {
  #sp-menu .sp-megamenu-parent > li > a {
    padding: 0 8px;
  }
  .slider-default-style .tp-caption.large_text {
    font-size: 44px !important;
    width: 100%;
    text-align: center;
  }
  .slider-default-style .tp-caption.small_text,
  .slider-default-style.slider-two .tp-caption.small_text,
  .slider-default-style.slider-one .tp-caption.small_text {
    width: 70%;
    margin: 0 auto !important;
    text-align: center;
    left: 0 !important;
    right: 0 ;
  }
  .slider-default-style .tp-caption.largewhitebg {
    width: 100%;
    text-align: center;
  }
  .service-style1 .sppb-addon-feature {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (max-width: 1024px) {
  #sp-title .sp-page-title {
    padding: 90px 0;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  #sp-bottom .footer-social ul li a {
    height: 36px;
    width: 36px;
    line-height: 34px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .slider-default-style .tp-caption.small_text {
    display: none;
  }
  .service-style1 .sppb-addon-feature .pull-left {
    float: none !important;
    margin-right: 0;
    margin-bottom: 20px;
    text-align: center;
  }
  .custom-class .k2TagCloudBlock a,
  .class2 .k2TagCloudBlock a {
    width: 48%;
  }
  .bloglayout3 ul li {
    width: 50%;
  }
  .service-style1 .sppb-addon-feature .sppb-media-body {
    text-align: center;
  }
}
@media only screen and (max-width: 991px) {
  #sp-page-builder .sppb-section-title.sppb-text-center .sppb-title-subheading {
    max-width: 80%;
  }
  #sp-bottom1,
  #sp-bottom2 {
    margin-bottom: 40px;
  }
  #sp-title .sp-page-title {
    padding: 80px 0;
    text-align: center;
  }
  #sp-title .sp-page-title h2 {
    font-size: 38px;
  }
}
@media only screen and (max-width: 768px) {
  .slider-default-style .tp-caption.large_text {
    font-size: 40px !important;
  }
  .slider-default-style .tp-caption.small_text {
    display: none;
  }
  .home-about-style1 .sppb-addon-image-content .sppb-col-sm-6 {
    width: 100%;
  }
  .latest-news-slider ul li .news-content-holder .blog-info {
    font-size: 13px;
  }
  h1 {
    font-size: 40px;
    line-height: 1.4;
  }
  h2 {
    font-size: 32px;
    line-height: 1.3;
  }
  #sp-page-builder .sppb-section-title .sppb-title-heading {
    font-size: 32px;
    line-height: 1.3;
  }
  .tss-wrapper .tss-layout4 .rt-tss-item-container .single-item-wrapper {
    width: 80%;
  }
  .tlp-team .rt-special-wrapper .marginlr0 {
    margin-left: 0;
  }
  .home-about-style1 .sppb-addon-image-content.aligment-right .sppb-content-holder {
    padding-right: 0;
  }
  .service-style2 .sppb-addon-feature {
    padding-left: 15px;
    padding-right: 15px;
  }
  .tss-wrapper .tss-layout6 .single-item-wrapper .tss-meta-info {
    width: 90%;
  }
  .service-style6 .sppb-addon-image-content.aligment-left .sppb-col-sm-offset-6 {
    margin-left: 0;
    width: 100%;
  }
  .service-style6 .sppb-addon-image-content.aligment-right .sppb-col-sm-6 {
    width: 100%;
  }
  .tss-wrapper .tss-slider8 .tss-single-item .item-content {
    font-size: 15px;
    width: 90%;
  }
  .tss-wrapper .tss-layout4 .item-content {
    font-size: 15px;
  }
  .latestblog ul li .moduleItemIntrotext .content-section .moduleItemAuthor {
    margin-right: 5px;
  }
  .latestblog ul li .moduleItemIntrotext .content-section .moduleItemCategory {
    padding-left: 8px;
  }
}
@media only screen and (max-width: 767px) {
  .slider-default-style .tp-caption.large_text {
    font-size: 26px !important;
  }
  .top-address ul,
  .top-social .rt-socials ul {
    text-align: center;
  }
  #sp-title .sp-page-title {
    padding: 60px 0;
  }
  #sp-title .sp-page-title h2 {
    font-size: 34px;
  }
  #sp-bottom3 {
    margin-bottom: 40px;
  }
  .progress-bar-style {
    margin-top: 40px;
  }
  .service-style1 .sppb-addon-feature {
    border-right: none;
    border-bottom: 1px solid;
  }
  .dedicated-team p {
    width: 90%;
  }
  .home-about-style2 > .sppb-row-container > .sppb-row {
    display: inherit;
  }
  .latestblog ul li {
    width: 100%;
  }
  .sppb-addon-text-block ul {
    margin-bottom: 40px;
  }
  .service-style4 .sppb-addon-feature .sppb-img-container img {
    width: 100%;
  }
  .custom-class {
    margin-bottom: 60px;
  }
  .class2 {
    margin-top: 60px;
  }
  .monthly-servay {
    display: inherit;
  }
  .monthly-servay .image-right {
    margin-left: 0;
  }
  .bloglayout3 ul li {
    width: 100%;
  }
  .tlp-team-detail .tlp-content {
    margin-top: 30px;
  }
  .tlp-team .tlp-team-detail .social-icons {
    text-align: left;
  }
  .itemListView .k2Pagination {
    text-align: left;
  }
  .logo-slider .rt-logo-showcase .rt-logo-item {
    background: transparent;
    border: none !important;
    box-shadow: none;
  }
}
@media only screen and (max-width: 480px) {
  #sp-title .sp-page-title {
    padding: 50px 0;
  }
  #sp-title .sp-page-title h2 {
    font-size: 30px;
  }
  .slider-default-style .tp-caption.largewhitebg a {
    padding: 12px 24px !important;
  }
  h1 {
    font-size: 30px;
    line-height: 1.3;
  }
  h2 {
    font-size: 26px;
    line-height: 1.3;
  }
  #sp-page-builder .sppb-section-title .sppb-title-heading {
    font-size: 26px;
    line-height: 1.3;
  }
  #sp-page-builder .sppb-section-title.sppb-text-center .sppb-title-subheading {
    max-width: 90%;
  }
  .contact-form .control-group .control-label {
    float: inherit;
    text-align: left;
  }
  .contact-form .control-group .controls {
    margin-left: 0;
  }
  .contact-form .control-group .controls input,
  .contact-form .control-group .controls textarea {
    width: 100%;
  }
  .contact-form .control-group .controls input[type="checkbox"] {
    width: auto;
  }
  .blog-featured form,
  .content-category form {
    overflow-x: scroll;
  }
  table.category tr td {
    white-space: nowrap;
  }
  .finder .word input,
  .search .btn-toolbar input {
    margin-bottom: 15px;
    width: 100%;
  }
  .tlp-team .layout5 {
    overflow-x: scroll;
  }
  .tlp-team .layout5 figure {
    width: 50px;
  }
  .tlp-team .layout5 .social-icons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
  }
  .tlp-team .layout5 table tr td h3,
  .tlp-team .layout5 table tr td .tlp-position {
    white-space: nowrap;
  }
  .logo-slider .rt-logo-showcase .slick-prev,
  .tss-wrapper span.rt-slick-nav.rt-prev,
  .tlp-team .owl-carousel .owl-nav .owl-prev {
    left: 0;
  }
  .logo-slider .rt-logo-showcase .slick-next,
  .tss-wrapper span.rt-slick-nav.rt-next,
  .tlp-team .owl-carousel .owl-nav .owl-next {
    right: 0;
  }
}
@media only screen and (max-width: 320px) {
  .slider-default-style .tp-caption.large_text {
    font-size: 20px !important;
  }
  .slider-default-style .tp-caption.largewhitebg a {
    padding: 10px 24px !important;
  }
}
/*=====  End of Responsive css  ======*/
