@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,300;1,300&display=swap');
* {
  padding: 0;
  margin: 0;
}
html {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: visible;
}
body {
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 26px;
  overflow-x: hidden;
  color: #000;
}
html,
body,
.wrapper {
  height: 100%;
}
.carousel-inner > .item > a > img,
.carousel-inner > .item > img,
.img-responsive,
.thumbnail a > img,
.thumbnail > img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  line-height: 1.2;
  font-family: "Poppins", sans-serif;
  letter-spacing: 0;
  margin: 0;
}
h1,
h2,
h3,
h4 {
  margin-bottom: 15px;
}
h5,
h5 {
  margin-bottom: 10px;
}
h2 {
  font-size: 65px;
  font-weight: 200;
}

img {
  border: none;
  outline: none;
  max-width: 100%;
}
label {
  display: inline-block;
  font-weight: normal;
  margin-bottom: 5px;
  max-width: 100%;
}
a,
.btn,
button {
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  outline: medium none;
}
a img,
iframe {
  border: none;
}
p {
  color: #666666;
  line-height: 26px;
  margin: 0 0 15px;
  text-transform: none;
  font-weight: 400;
}
hr {
  margin-top: 0;
  margin-bottom: 0;
  border: 0;
  border-top: 1px solid #eee;
}
pre {
  display: block;
  margin: 0 0 30px;
  padding: 9.5px;
  word-wrap: break-word;
  word-break: break-all;
  color: #333;
  border: 1px solid #ededed;
  border-radius: inherit;
  background-color: #f9f9f9;
  font-size: 13px;
  line-height: 1.42857143;
}
input:focus,
textarea:focus,
select:focus {
  outline: none;
  box-shadow: inherit;
}
ul {
  margin: 0;
  list-style-type: none;
}
a,
a:active,
a:focus,
a:hover {
  outline: none;
  text-decoration: none;
  color: #72ccae;
}
a:hover {
  color: #72ccae;
}
a {
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  text-decoration: none;
  font-family: "Poppins", sans-serif;
}
b,
strong {
  font-weight: 900;
}
.btn.active,
.btn:active {
  background-image: inherit !important;
}
.btn.focus,
.btn:active:focus,
.btn:active:hover,
.btn:focus,
.btn:hover {
  outline: 0;
}
.btn.circle {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
.btn.active,
.btn:active {
  outline: 0;
  -webkit-box-shadow: inherit;
  box-shadow: inherit;
}
input {
  border: 1px solid #e7e7e7;
  border-radius: inherit;
  box-shadow: inherit;
  min-height: 50px;
}
/* Default CSS */

.container-half {
  margin: 0 auto;
  width: 60%;
  padding: 0 15px;
}
.bg-cover {
  background-position: center center;
  background-size: cover;
}
.bg-fixed {
  background-attachment: fixed;
  background-position: center top;
  background-size: cover;
}
.bg-gray {
  background-color: #f9f9f9;
}
.bg-light {
  background-color: #ffffff;
}
.bg-theme {
  background-color: #afeeee;
}
.color-yellow .bg-theme {
  background-color: #03d5d5;
}
.align-right {
  float: right;
}
.text-light h1,
.text-light h2,
.text-light h3,
.text-light h4,
.text-light h5,
.text-light h6,
.text-light p,
.text-light a {
  color: #ffffff;
}
.shadow {
  position: relative;
  z-index: 1;
}
.colo-yellow.shadow.theme::after,
.colo-yellow .shadow.theme::after {
  background: #03d5d5 none repeat scroll 0 0;
}
.shadow.theme-hard::after {
  background: #afeeee none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.7;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.color-yellow.shadow.theme-hard::after,
.color-yellow .shadow.theme-hard::after {
  background: #03d5d5 none repeat scroll 0 0;
}
.default-padding {
  padding-top: 40px;
  padding-bottom: 40px;
}
.default-padding-top {
  padding-top: 80px;
}
.default-padding-bottom {
  padding-bottom: 80px;
}
.default-padding.bottom-less {
  padding-top: 80px;
  padding-bottom: 50px;
}
.default-padding.bottom-30 {
  padding-top: 80px;
  padding-bottom: 30px;
}
.default-padding.bottom-20 {
  padding-top: 80px;
  padding-bottom: 20px;
}
.padding-xl {
  padding-top: 120px;
  padding-bottom: 120px;
}
.ml-2 {
  margin-left: 10px;
}
.top-bar-area .btn-info {
  background: #01558c !important;
}
.btn {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  line-height: 25px;
  text-transform: uppercase;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  letter-spacing: 1px;
  border-radius: inherit;
  overflow: hidden;
  border-radius: 4px;
  padding: 5px 20px;
}
.btn-md {
  padding: 10px 40px 10px;
}
.btn-sm {
  padding: 8px 35px;
  font-size: 12px;
}
.btn-xsm {
  padding: 5px 18px;
  font-size: 12px;
}
.btn.btn-sm-pro {
  font-size: 10px;
  font-weight: 600;
  margin-top: 5px;
  padding: 4px 35px;
  display: inline-block;
}
.btn-border-light {
  border: 2px solid #ffffff;
}
.btn.btn-sm-pro.btn-border-light:hover,
.btn.btn-sm-pro.btn-border-light:focus {
  background-color: #ffffff;
  color: #048da0;
  border: 2px solid #ffffff;
}
.btn-gray {
  background: #f5f5f5 none repeat scroll 0 0;
  border: 2px solid #e7e7e7;
}
.btn-gray:hover {
  background: transparent none repeat scroll 0 0;
  border: 2px solid #e7e7e7;
}
.btn-dark {
  background-color: #1877f2;
  color: #ffffff;
  border: 2px solid #1877f2;
}
.btn-dark {
  background-color: #1877f2;
  color: #ffffff;
  border: 2px solid #1877f2;
}
.btn-dark.border:hover {
  background-color: #048da0;
  color: #ffffff !important;
  border: 2px solid #048da0;
}
.btn.btn-light {
  background: none 0px 0px repeat scroll #3f51b5;
  border: 2px solid #3f51b5;
  color: #fff;
}
.btn.btn-light:hover,
.btn.btn-light:focus {
  background: transparent none repeat scroll 0 0;
  border: 2px solid #ffffff;
  color: #ffffff;
}
.btn-light:hover,
.btn-light:focus {
  background-color: transparent;
  color: #ffffff !important;
  border: 2px solid #0aab94;
}
.btn.btn-light.border {
  background: transparent;
  border: 2px solid #ffffff;
  color: #ffffff;
}
.btn.btn-light.border:hover {
  background: #ffffff none repeat scroll 0 0 !important;
  border: 2px solid #ffffff !important;
  color: #048da0 !important;
}
.btn-dark:hover,
.btn-dark:focus {
  color: #1877f2 !important;
  background: transparent;
}
.bg-dark {
  background: #048da0 none repeat scroll 0 0;
}
.bg-gradient {
  background: linear-gradient(90deg, rgb(8 8 8) 0%, rgb(72 72 74) 100%);
}
.btn-theme,
.button-theme {
  background-color: #0aab94;
  color: #048da0 !important;
}
.btn-theme.border {
  background-color: transparent;
  color: #afeeee !important;
  border: 2px solid #afeeee;
}
.btn-theme.border:hover {
  background-color: #afeeee;
  color: #ffffff !important;
  border: 2px solid #afeeee;
}
.btn-theme.effect:hover,
.btn-theme.effect:focus {
  background: #03d5d5 none repeat scroll 0 0;
  border: 2px solid #03d5d5;
  color: #ffffff !important;
}
.button-theme:hover,
.button-theme:focus {
  background: #03d5d5 none repeat scroll 0 0;
  color: #ffffff !important;
}
.btn.btn-sm-lm {
  font-size: 12px;
  padding: 4px 35px;
}
.btn.border.btn-light.standard {
  padding-left: 20px;
  padding-right: 50px;
  position: relative;
  z-index: 1;
}
.btn.border.btn-light.standard::after {
  background: #ffffff none repeat scroll 0 0;
  content: "";
  height: 53px;
  position: absolute;
  right: -18px;
  top: -10px;
  transform: skewX(20deg);
  -webkit-transform: skewX(20deg);
  -moz-transform: skewX(20deg);
  -ms-transform: skewX(20deg);
  -o-transform: skewX(20deg);
  width: 50px;
  z-index: -1;
}
.btn.border.btn-light.standard::before {
  color: #afeeee;
  content: "\f061";
  font-family: "Font Awesome 5 Free";
  height: 100%;
  position: absolute;
  right: 0;
  width: 25px;
}
.button-sm {
  border: medium none;
  font-weight: 500;
  padding: 8px 25px;
  text-transform: uppercase;
}
.banner-area.shadow.dark-hard .content .btn.btn-theme.effect:hover,
.banner-area.shadow.dark-hard .content .btn.btn-light.effect:hover,
.banner-area.shadow.dark-hard .content .btn.btn-dark.effect:hover {
  background: transparent none repeat scroll 0 0;
  border: 2px solid #ffffff;
  color: #ffffff !important;
}
a.btn-icon {
  background: #f1f1f1 none repeat scroll 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #afeeee;
  display: inline-block;
  height: 50px;
  line-height: 50px;
  text-align: center;
  width: 50px;
}
.bg-fixed {
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
}
.bg-cover {
  background-position: center center;
  background-size: cover;
}
.container-full {
  padding: 0 15px;
  width: 100%;
}
.oh {
  overflow: hidden;
}
.less-margin {
  margin: 0;
}
header {
  position: relative;
}
header nav.navbar.border.bootsnav.navbar-fixed.no-background {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
header nav.navbar.border.bootsnav.navbar-fixed.no-background ul li a {
  position: relative;
  z-index: 1;
  margin-left: 3px;
}
header nav.navbar.border.bootsnav.navbar-fixed.no-background .attr-nav ul li a {
  border: medium none;
}
header nav.navbar.border.bootsnav.navbar-fixed.no-background ul li a::after {
  background: #ffffff none repeat scroll 0 0;
  bottom: -1px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  width: 0;
}
header
  nav.navbar.border.bootsnav.navbar-fixed.no-background
  ul
  li
  a.active::after,
header
  nav.navbar.border.bootsnav.navbar-fixed.no-background
  ul
  li
  a:hover::after {
  width: 100%;
}
header
  nav.navbar.border.bootsnav.navbar-fixed.no-background
  .attr-nav
  ul
  li
  a.active::after,
header
  nav.navbar.border.bootsnav.navbar-fixed.no-background
  .attr-nav
  ul
  li
  a:hover::after {
  width: 0;
}
.attr-nav .social.right li {
  margin-left: 20px;
}
.attr-nav .social li a {
  font-size: 16px;
}
/* Navbar */

nav.bootsnav.navbar-default.info-topbar .navbar-header {
  display: none;
}
nav.bootsnav.navbar-default.info-topbar ul li a {
  margin-right: 30px;
  padding: 35px 0;
}
nav.bootsnav.navbar-default.info-topbar.active-full ul li a {
  margin-right: 0;
  padding: 35px 20px;
}
.attr-nav > a.btn-theme.effect:hover,
.attr-nav > a.btn-theme.effect,
.attr-nav > a.btn-theme.effect:focus {
  background: #afeeee none repeat scroll 0 0;
  border: 2px solid #afeeee;
  color: #ffffff !important;
}
nav.bootsnav.navbar-default.info-topbar.sticked ul li a {
  margin-right: 30px;
  padding: 35px 0;
}
.attr-nav.social li {
  display: inline-block;
  padding: 25px 0 !important;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
.attr-nav.social li a {
  border: 1px solid #f4f4f4;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #afeeee;
  display: inline-block;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  margin-left: 10px;
  padding: 0 !important;
  text-align: center;
  width: 40px;
}
nav.navbar.bootsnav.sticked .attr-nav.social li {
  display: inline-block;
  padding: 20px 0 !important;
}
nav.navbar.bootsnav.navbar-transparent.pad-top {
  background: transparent none repeat scroll 0 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: 63px;
}
/* ============================================================== 
     # Topbar 
=================================================================== */

.logo_wp {
  padding: 10px 0;
  background: linear-gradient(45deg, #f7f7f9, #d2d6df);
}
.logo_wp .tel_ {
  color: #292f33;
  font-size: 36px;
  font-weight: 600;
  line-height: 40px;
  margin-top: 15px;
  display: inline-block;
}
.logo_wp i.fa.fa-phone {
  margin-right: 15px;
  position: relative;
  top: 0;
  color: #ffffff;
  font-size: 20px;
  transform: rotate(90deg);
}
.logo_wp h4 {
  color: #ab9428;
  margin-top: 40px;
  text-transform: uppercase;
  line-height: 2;
}
.navbar-left {
  float: unset !important;
  display: flex;
  justify-content: center;
}
.top-bar-area {
  padding: 0px 0;
  overflow: hidden;
}
.top-bar-area {
  padding: 4px 0;
  text-align: center;
  background-color: #72ccae;
}
.top-bar-area .user-login a {
  background: #afeeee none repeat scroll 0 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #048da0;
  display: inline-block;
  font-weight: 600;
  margin-left: 5px;
  padding: 8px 25px;
}
.top-bar-area .user-login a i {
  margin-right: 2px;
}
.top-bar-area .address-info li {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  display: inline-block;
  margin-right: 18px;
  padding-right: 20px;
  color: #ffffff;
  line-height: 24px;
}
.top-bar-area.bg-theme .address-info li {
  border-right: 1px solid #048da0;
  color: #048da0;
}
.top-bar-area.address-one-lines .address-info li {
  margin-right: 10px;
  padding-right: 15px;
}
.top-bar-area.address-one-lines .address-info li span {
  display: inline-block;
  font-weight: normal;
  padding-left: 5px;
}
.top-bar-area.address-two-lines .user-login {
  margin: 3px 0;
}
.top-bar-area .address-info li span {
  display: block;
  font-weight: 600;
  text-transform: uppercase;
}
.top-bar-area .address-info li p {
  line-height: 24px;
  margin: 0;
}
.top-bar-area .address-info li:last-child {
  border: medium none;
  margin: 0;
}
.top-bar-area .address-info li i {
  margin-right: 3px;
}
.top-bar-area.address-one-lines .address-info {
  margin: 8px 0px -6px;
}
.logo_wp img {
  width: 70%;
  margin-top: 5px;
}
.style_sfc {
  margin-top: 10px;
  background: #72ccae;
  border-color: #72ccae;
  padding: 12px 25px;
  border-radius: 3px;
}
.style_sfc:hover {
  background-color: #033d4e;
  border-color: #033d4e;
}
.btn-info.focus,
.btn-info:focus {
  background-color: #72ccae !important;
  border-color: #72ccae !important;
}
nav.navbar.bootsnav {
  background-color: #f2f4f6;
}
nav.navbar.bootsnav ul.nav > li > a {
  font-size: 18px;
  color: #033d4e;
  text-transform: uppercase;
  padding: 20px;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 280;
  font-style: normal;
}
nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li > a {
  font-size:16px;
  text-transform: capitalize;
}
nav.navbar.bootsnav ul.nav > li > a:hover {
  color: #72ccae !important;
}
nav.navbar.bootsnav ul.navbar-right li.dropdown ul.dropdown-menu li a:hover {
  color: #72ccae !important;
}
nav.navbar.bootsnav li.dropdown ul.mega {
  width: 800px;
}
nav.navbar.bootsnav li.dropdown ul.mega li {
  width: 33%;
  float: left;
}
nav.navbar.bootsnav ul.navbar-left li.dropdown ul.dropdown-menu li a:hover {
  color: #033d4e;
}
.top-bar-area .menu li {
  display: inline-block;
  margin-left: 10px;
  padding-left: 15px;
  position: relative;
  z-index: 1;
}
.top-bar-area .menu li a {
  display: inline-block;
  font-weight: 500;
  text-transform: capitalize;
}
.top-bar-area.bg-dark .menu li a {
  color: #ffffff;
}
.top-bar-area .menu li a:hover {
  color: #afeeee;
}
.top-bar-area.bg-theme .menu li a:hover {
  color: #ffffff;
}
.top-bar-area .menu li::before {
  background: rgba(255, 255, 255, 0.7) none repeat scroll 0 0;
  content: "";
  height: 14px;
  left: 0;
  position: absolute;
  top: 6px;
  width: 1px;
}
.top-bar-area.bg-theme .menu li::before {
  background: #048da0;
}
.top-bar-area .menu li:first-child {
  margin: 0;
  padding: 0;
}
.top-bar-area .menu li:first-child::before {
  display: none;
}
.top-bar-area .menu {
  padding: 8px 0;
}
.top-bar-area .row.align-center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.top-bar-area .simple-link a {
  margin-left: 20px;
}
.top-bar-area .simple-link a:first-child {
  margin-left: 0;
}
.top-bar-area .simple-link a i {
  margin-right: 3px;
}
.top-bar-area .simple-link {
  position: relative;
  z-index: 1;
  font-weight: 600;
}
.top-bar-area .simple-link::after {
  position: absolute;
  top: -30px;
  content: "";
  height: 100px;
  width: 800px;
  background: #afeeee;
  left: 0;
  z-index: -1;
  transform: skew(25deg);
}
.top-bar-area .simple-link a {
  color: #232323;
}
/* Site Heading */

.social li a {
  border: 1px solid rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  font-size: 14px;
  height: 40px;
  line-height: 39px;
  margin-right: 5px;
  text-align: center;
  width: 40px;
  color: #fff;
  font-weight: 500;
  background: #4fb5e9;
}
.bg-light .social li a {
  background: transparent none repeat scroll 0 0;
  border: 1px solid #e7e7e7;
  border-radius: inherit;
  color: #048da0;
  line-height: 40px;
}
.bg-light .social li a:hover {
  background: #048da0 none repeat scroll 0 0;
  border: medium none;
  color: #ffffff;
  border: 1px solid transparent;
}
.bg-fixed .social li a {
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: #ffffff;
}
.social li a:hover {
  border: 1px solid transparent;
  background-color: rgba(255, 255, 255, 0.1);
}
.social li {
  display: inline-block;
}
.social {
  margin-top: 10px;
}
.wrap-sticky nav.navbar.bootsnav.sticked .social {
  margin-top: 20px !important;
}
.site-heading {
  margin-bottom: 60px;
  margin-top: -5px;
  overflow: hidden;
}
.site-heading h2 {
  display: inline-block;
  font-weight: 700;
  padding-bottom: 20px;
  position: relative;
  z-index: 1;
}
.bg-dark .site-heading h2 {
  color: #ffffff;
}
.bg-dark .site-heading p {
  color: #cccccc;
}
.site-heading h2::before {
  background: #afeeee none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 2px;
  left: 50%;
  margin-left: -40px;
  position: absolute;
  width: 40px;
  z-index: 1;
}
.site-heading h2::after {
  background: #afeeee none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 2px;
  left: 50%;
  margin-left: 5px;
  position: absolute;
  width: 40px;
}
.site-heading.text-left h2::before {
  left: 0;
  margin: 0;
}
.site-heading.text-left h2::after {
  left: 45px;
  margin: 0;
  width: 20px;
}
header a.btn.btn-theme:hover {
  color: #fff;
  background-color: #048da0;
}
header a.btn.btn-theme {
  color: #fff !important;
  background-color: #0aab94;
  border-radius: 30px;
  padding: 15px 25px !important;
  margin-left: 15px;
}
a.navbar-brand img {
  height: 50px;
}
nav.navbar.bootsnav .navbar-brand {
  padding: 10px 15px;
}
/*CSS START 23-09-2020*/

.navbar-right {
  float: right !important;
  margin-right: 0;
}
/* ============================================================== 
     # Banner 
=================================================================== */

.banner-area.auto-height,
.banner-area.auto-height div {
  height: auto;
}
.banner-area .box-cell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}
.banner-area .box-table {
  display: table;
  width: 100%;
}
/* .banner-area .box-cell,
.banner-area .box-cell div {
  height: 100%;
} */

.banner-area {
  position: relative;
  overflow: hidden;
}
.banner-area .content {
  overflow: hidden;
  top: 25%;
  position: absolute;
  left: 10%;
  width: 50%;
}
.cont_right {
  left: 45% !important;
}
.banner-area .content p {
  font-size: 20px;
  color: #000;
  line-height: 32px;
}
.banner-area .content h4 {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 36px;
  color: #000;
}
.white {
  color: #fff !important;
}
/* Carousel Control */

.banner-area .carousel-control {
  font-size: 40px;
  height: 50px;
  line-height: 50px;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  margin-top: -25px;
  background: transparent;
  opacity: 1;
  z-index: 1;
}
.banner-area .carousel-control.shadow {
  background: transparent none repeat scroll 0 0;
  font-size: 20px;
  height: 50px;
  line-height: 50px;
  margin-top: -25px;
  opacity: 1;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 1;
  color: #ffffff;
  text-shadow: inherit;
  border-radius: 50%;
}
.banner-area .carousel-control.shadow::after {
  background: #000 none repeat scroll 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.5;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.banner-area .carousel-control.left {
  left: -50px;
}
.banner-area:hover .carousel-control.left {
  left: 0;
}
.banner-area:hover .carousel-control.shadow.left {
  left: 20px;
}
.banner-area .carousel-control.right {
  right: -50px;
}
.banner-area:hover .carousel-control.right {
  right: 0;
}
.banner-area:hover .carousel-control.shadow.right {
  right: 20px;
}
/* Animation delays */

.banner-area .item h1:first-child,
.banner-area .item h2:first-child,
.banner-area .item h3:first-child,
.banner-area .item h4:first-child,
.banner-area .item h5:first-child,
.banner-area .item h6:first-child {
  animation-delay: 0.5s;
}
.banner-area .item h1:nth-child(2),
.banner-area .item h2:nth-child(2),
.banner-area .item h3:nth-child(2),
.banner-area .item h4:nth-child(2),
.banner-area .item h5:nth-child(2),
.banner-area .item h6:nth-child(2) {
  animation-delay: 0.6s;
}
.carousel-caption h1:nth-child(3),
.carousel-caption h2:nth-child(3),
.carousel-caption h3:nth-child(3),
.carousel-caption h4:nth-child(3),
.carousel-caption h5:nth-child(3),
.carousel-caption h6:nth-child(3) {
  animation-delay: 0.9s;
}
.banner-area .item p {
  animation-delay: 0.5s;
}
.banner-area .item a,
.banner-area .item button {
  animation-delay: 0.7s;
  margin-right: 3px;
}
.banner-area.text-center .item a,
.banner-area.text-center .item button,
.banner-area .text-center .item a,
.banner-area .text-center .item button {
  margin-right: 3px;
  margin-left: 3px;
}
/* Carousel Fade Effect */

.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
  z-index: 2;
}
/* Slider Zoom Effect */

@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(1, 1);
  }
  to {
    -webkit-transform: scale(1.2, 1.2);
  }
}
@-moz-keyframes zoom {
  from {
    -moz-transform: scale(1, 1);
  }
  to {
    -moz-transform: scale(1.2, 1.2);
  }
}
@-o-keyframes zoom {
  from {
    -o-transform: scale(1, 1);
  }
  to {
    -o-transform: scale(1.2, 1.2);
  }
}
@keyframes zoom {
  from {
    transform: scale(1, 1);
  }
  to {
    transform: scale(1.2, 1.2);
  }
}
.carousel-inner .item > .slider-thumb {
  -webkit-animation: zoom 20s;
  animation: zoom 20s;
}
.banner-area .carousel-zoom .slider-thumb {
  height: 100%;
  position: absolute;
  width: 100%;
}
.banner-area.transparent-nav .content {
  padding-top: 40px;
}
/* Carousel Content */

.banner-area.banner-search.content-top-heading .content h1 {
  margin-bottom: 50px;
}
.banner-area.text-normal h3 {
  font-size: 36px;
  text-transform: uppercase;
}
.banner-area.text-normal h1 {
  font-size: 48px;
  font-weight: 700;
  text-transform: uppercase;
}
.banner-area.text-normal h4 {
  font-size: 18px;
  line-height: 30px;
  width: 80%;
  margin-bottom: 40px;
}
.pad_tb {
  padding: 50px 0;
}
.widget-service-offerings {
  padding-top: 8px;
}

.widget-service-offerings li {
  margin-bottom: 12px;
}

.widget-service-offerings li a {
  font-size: 15px;
  line-height: 1.5;
  text-decoration: none;
  color: #797f85;
}
.wrapp-footer .textwidget {
  color: #797f85;
  padding-top: 6px;
}
.wrapp-footer .textwidget p {
  color: inherit;
  font-size: 16px;
  line-height: 1.5;
}
.wrapp-footer .textwidget p strong {
  color: #fff;
  font-weight: 400;
}
.widget-service-offerings li a:hover {
  color: #c2b697;
}
footer ul {
  margin-bottom: 20px;
}
footer li a {
  color: #fff;
}
footer p {
  color: #fff;
}
.wrapp-footer .widget-title {
  font-size: 18px;
  line-height: 1.7;
  font-weight: 400;
  color: #fff;
  margin-top: 2px;
  margin-bottom: 3px;
}
.widget-contacts li {
  margin-bottom: 12px;
  font-size: 16px;
  line-height: 1.5;
  text-decoration: none;
  color: #797f85;
}
.footer-border {
  background: url(assets/images/footer-title.jpg);
  width: 100%;
  height: 5px;
  margin-bottom: 20px;
}
/* .fa {
  display: inline-block;
  font: normal normal normal 14px / 1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
} */
.plastic-surgeon h3 {
  color: #000;
  font-size: 31px;
  font-weight: 500;
  text-align: center;
  margin: 30px 0 20px;
  text-transform: uppercase;
}
.plastic-surgeon p {
  font-size: 16px;
  line-height: 32px;
}
.ppc-ff {
  text-align: center;
  color: #c89938;
  font-size: 58px;
  font-weight: 200;
  margin: 20px 0;
  display: inline-block;
}
.ppc-ff:hover {
  color: #72ccae;
}
.reqa {
  font-size: 32px;
  color: #fff;
  margin-top: -10px;
}
.services_box {
  position: relative;
}
.services_box a {
  float: left;
  width: 16.5%;
  margin-right: 1px;
}
.services_box .z3 {
  position: absolute;
  bottom: 30px;
  color: #fff;
  margin-left: 1%;
}
.services_box img:hover {
  opacity: 0.75;
}
.section_title {
  float: left;
  width: 100%;
  height: 135px;
  background: linear-gradient(45deg, #f7f7f9, #d2d6df);
  margin-bottom: 30px;
}
.heading1:before {
  content: " ";
  background: #999;
  position: absolute;
  height: 2px;
  display: block;
  margin: auto;
  width: 550px;
  left: -560px;
  top: 25px;
}
.heading1 {
  position: relative;
  top: 40px;
  left: 10%;
  float: left;
  width: auto;
  color: #000;
  font-size: 40px;
  font-weight: 500;
  /* text-transform: uppercase; */
}
.vi_peel img {
  margin: 15px 0;
}

.our_team img {
  height: 350px;
  width: 100%;
  object-fit: cover;
  margin-bottom: 20px;
}
.our_team h4 {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 30px;
}
.our_team img:hover {
  opacity: 0.75;
}
.our_team h4:hover {
  color: #c89938;
}

/*============================================
//  Footer:
*/
.wrapp-footer {
  padding-top: 72px;
  padding-bottom: 20px;
  background-color: #333230;
}

.wrapp-footer.with_layered {
  padding-top: calc(4.5vw + 72px);
}

.wrapp-footer .widget-title {
  font-size: 18px;
  line-height: 1.7;
  font-weight: 400;
  color: #fff;
  margin-top: 2px;
  margin-bottom: 3px;
}

.footer-logo {
  margin-bottom: 30px;
  display: inline-block;
  vertical-align: middle;
}

.footer-logo img {
  display: block;
  width: 70%;
}

.footer-menu {
  padding-top: 8px;
}

.footer-menu li {
  margin-bottom: 12px;
}

.footer-menu li a {
  font-size: 15px;
  line-height: 1.5;
  text-decoration: none;
  color: #797f85;
}

.footer-menu li a:hover {
  color: #c2b697;
}

.copyright-content {
  border-top: 1px solid #33373b;
  margin-top: 38px;
  padding-top: 30px;
}

.copyright-text {
  font-size: 13px;
  line-height: 1.5;
  color: #797f85;
  margin: 0 0 7px 0;
  text-align: right;
}

.copyright-text span {
  display: inline-block;
  vertical-align: top;
  margin: 0 11px;
}

.copyright-text a {
  color: inherit;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
}

.copyright-text a:hover {
  color: #c2b697;
}

/*// Back to top //*/
.back2top {
  position: fixed;
  z-index: 999;
  width: 45px;
  height: 45px;
  background: #5e5964;
  -webkit-border-radius: 0;
  border-radius: 0;
  display: none;
  bottom: 30px;
  right: 30px;
  text-indent: -9999px;
  -webkit-transition: background-color 300ms, bottom 400ms;
  -o-transition: background-color 300ms, bottom 400ms;
  transition: background-color 300ms, bottom 400ms;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
}

.back2top::after {
  content: "";
  width: 1px;
  height: 18px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -9px;
  margin-left: -1px;
}

.back2top::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 50%;
  border-top: 6px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 5px solid #fff;
  border-left: 3px solid transparent;
  margin-left: -4px;
}

.back2top:hover {
  background: #bdaa80;
}

/*// Social list //*/
.social-list-01 {
  margin-bottom: 0;
}

.social-list-01 li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 26px;
  font-size: 18px;
}

.social-list-01 li:last-child {
  margin-right: 0;
}

.social-list-01 li a {
  color: #686d73;
}

.social-list-01 li a:hover {
  color: #c2b697;
}

.social-list-01--01 {
  padding-top: 12px;
}

.social-list-02 {
  margin: 6px 0;
  float: right;
}

.social-list-02 li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 24px;
  margin-top: 0px;
  font-size: 18px;
}
s .social-list-02 li:last-child {
  margin-right: 0;
}

.social-list-02 li a {
  color: #fff;
  opacity: 0.8;
}

.social-list-02 li a:hover {
  opacity: 1;
  color: #c2b697;
}
.inside {
  padding: 50px 0;
}
.inside h2 {
  color: #14539f;
  font-weight: 300;
  font-size: 40px;
  line-height: 45px;
}
.caption_h {
  font-size: 16px;
  color: #7a7a7a;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.blue {
  color: #87f2ce;
}
.small_line_wp {
  background: #9f8339;
}
.small_line_wp {
  display: block;
  width: 55px;
  height: 5px;
  margin: 15px auto 25px;
  text-indent: -9999px;
}
.tel_no {
  color: #87f2ce;
  font-size: 37px;
  background: url(assets/images/phone_icon2.png) left no-repeat;
  padding: 0 0 6px 50px;
  font-weight: 300;
}
.tel_no:hover {
  color: #2fbbed;
}
.schedule_ {
  padding-right: 10px;
  font-size: 24px;
  margin-bottom: 40px;
  display: inline-block;
}
.btn.btnlal,
.btn.btnlal::before {
  background: #87f2ce;
  color: #fff;
  padding: 15px 20px;
  text-decoration: none;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  text-transform: uppercase;
  margin-top: 30px;
  display: inline-block;
}
.btn.btnlal:hover {
  background: #829db9;
}

.mt-5 {
  margin-top: 50px;
}
.list-wrap h3 {
  color: #14539f;
  line-height: 36px;
  margin-bottom: 30px;
}
.list-wrap li {
  margin-bottom: 15px;
}
.list-wrap li .fa {
  background: #000;
  color: #fff;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  text-align: center;
  line-height: 24px;
  margin-right: 15px;
}
.banner_wp {
  width: 100%;
  height: 350px;
  background-size: cover !important;
  background-position: center left !important;
}
.banner_wp h2 {
  color: #fff;
}
.banner_wp h2 {
  color: #fff;
  font-size: 40px;
  text-align: left;
  margin-top: 5%;
  font-weight: 500;
}
.section_wp h2 {
  color: #000;
  font-size: 32px;
  text-align: left;
  font-weight: 500;
  margin: 20px 0 30px;
}
.list-wrap2 li {
  margin-bottom: 10px;
}
.list-wrap2 li .fas {
  font-size: 12px;
  margin-right: 5px;
}
.box_wp img {
  width: 120px;
  height: 120px;
  object-fit: scale-down;
}
.box_wp .border {
  background: #efbf30;
  height: 4px;
  width: 70px;
  margin: 20px 0 15px;
}

.banner_wp2 {
  width: 100%;
  height: 600px;
  background-size: cover !important;
  background-position: center left !important;
  padding: 5% 0;
}
.banner_wp2 h5 {
  color: #000;
  font-size: 24px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 25px;
}
.banner_wp2 h2 {
  font-size: 62px;
  line-height: 1.2em;
  color: #000000;
  margin: 15px 0px 30px 0px;
  text-align: left;
  font-weight: 400;
}
.discover{
  padding: 30px 0 0;
}
.discover h3{
  font-size: 28px;
}
.discover_wp{
  padding:0px 0 0;
}
.discover_wp img{
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.our_services{
  padding: 30px 0 ;
}
.our_services h2{
  color: #000;  
  font-weight: 400;
  font-size: 40px;
}
.our_services p{
  width: 90%;
}
.our_services .box_line{
  border-bottom: 1px solid #000;
  margin-bottom: 30px;
}
.our_services .box_line h5{
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 400;
}
.our_services .box_line a{
  float: right;
  font-size: 15px;
  text-transform: capitalize;
  font-weight: 600;
  color: #000;
}
.our_services .box_line a:hover{
  color: #01558c;
}
.testimonials{
  background: url(assets/images/testimonials_bkg.jpg);
  padding: 90px 0;
    color: #fff;
    font-size: 20px;
    line-height: 40px;
}
.testimonials h3{
  font-size: 32px;
  line-height: 40px;
}
.testimonials p{
  font-size: 15px;
  line-height:24px;
  color: #FFF;
}
.testimonials .last {
  border-left: 1px solid #fff;
  margin-left: 0px;
  padding-left: 50px;
}
.testimonials .first img {
  width: 95%;
}
.inside2 {
  padding: 15px;
  background-color: #FFF;
  display: flex;
}
.inside2 .schedule_ {
  padding-right: 0;
  font-size: 15px;
  margin-bottom: 20px;
  display: inline-block;
  color: #000;
}
.inside2 h2 {
  color: #14539f;
  font-weight: 300;
  font-size: 30px;
  line-height: 35px;
}
.inside2 .small_line {
  display: block;
  width: 55px;
  height: 5px;
  margin: 15px auto 0px;
  text-indent: -9999px;
}
.inside2  p {
  margin: 0;
}
.inside2 .tel_no {
  font-size:26px;
}
.inside2 .btn.btnc, .inside2.btn.btnc::before {
  margin-top: 15px;
}
.our-team{
  background-color: #4c4c4c;
  padding: 50px 0;
}
.our-team h4 {
  color: #FFF;
  font-size: 40px;
  display: grid;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 30px;
}
.our-team h4 span{
  color: #FFF;
  font-size: 20px;
}
.our-team img {
  height: 180px;
  margin: 0px auto;
  text-align: center;
  width: 180px;
  object-fit: cover;
  display: grid;
}
.our-team h3 {
  color: #FFF;
  margin-top: 30px;
  font-size: 22px;
}
.our-team p{
  color: #FFF;
}
.divider-dotted {
  border-top: 5px dotted;
  max-width: 65px;
  color: #FFF;
}
.divider {
  display: block;
  margin: 12px auto;
  height: 1px;
  overflow: hidden;
  background: transparent;
}
.style {
  border-left: 1px solid #bbb;
}
.style-r {
  border-right: 1px solid #bbb;
}
.our-team .btn{
  border-radius: 50px;
  background-color: #72ccae;
  border-color: #72ccae;
  font-size: 12px;
}
nav.navbar.bootsnav ul.nav > li.dropdown > a.dropdown-toggle::after {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  margin-left: 5px;
  margin-top: 0px;
  font-weight: 900;
}
/* css 08-07-24 */

.custom-card {
  background-color: #fff;
  border: none;
  padding: 0rem 0px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 30px;
  padding-bottom: 20px;
}

.custom-card .card-title {
  font-size: 26px;
  font-weight: normal;
  color: #222;
  margin-bottom: 2rem;
}

.custom-card .card-text {
  font-size: 16px;
  color: #222;
  margin-bottom: 1rem;
}
.srdt_sectionm {
  padding-top: 16px;
}
.custom-card .doctor-img {
  width: 300px;
  height: 300px;
  border-radius: 20px;
  margin-left: 30px;
  float: right;
  padding: 10px;
  background: #f6f6f6;
  object-fit: cover;
}
section.about_ussection {
  padding-top: 40px;
  margin-bottom: 40px;
}
.custom-card .doctor-img  ing{
object-fit: cover;
border-radius: 14px;
}
.custom-card h2{
  font-size: 40px;
}
.srdt_sectionm h2{
  font-size: 30px;
}
.srdt_sectionm ul li{
  font-size: 15px;
}
h2.section-titlex {
  border-bottom: 1px solid #ddd;
  padding-bottom: 18px;
  text-align: center;
  font-weight: 400;
  font-size: 30px;
} 
.srdt_sectionm ul li a {
  text-align: center;
  font-size: 20px;
  color: #222;
}

#modal-appointment .modal-content{background: rgba(0,0,0,0.7);}
#modal-appointment .input-group-addon{
    z-index: 99; border:0px; padding: 4px; font-size:20px;background: #fff; color:#000; margin-bottom: 10px; border-radius: 0px;}
.input-group{margin-bottom: 20px;}
#modal-appointment .input-group{margin-bottom: 20px;}
#modal-appointment select.form-control{margin-bottom: 20px;padding-left: 40px }
#modal-appointment textarea.form-control{margin-bottom: 20px;-webkit-appearance: none;  -webkit-border-radius: 0px;  border-radius: 0px;}
#modal-appointment input.form-control, #modal-appointment select.form-control{border-radius: 0px; height: 45px;padding-left: 30px }
.input-group-addon {background-color: transparent;}
#modal-appointment input.datepicker{z-index: 10000;}
#modal-appointment button.close{opacity: 1; background: transparent; border: 0; font-size: 23px;}
#modal-appointment .error{display: table-caption;}
.btn-warning{color:#fff !important;}

.font-bold
{
  font-family: 'RobotoBold';
}

.font-white
{
  color:#ffffff;
}

.font-orange
{
  color:#e4783e;
}

.font-orange-light{color:#faa60a;}

.font-black
{
  color:#3c454d;
}

.font-blue
{
  color:#44b4dc;
}

.font-blue-darker
{
  color:#013b49;
}

.font-style-light
{
  font-weight: lighter;
}

.font-italic
{
  font-style: italic;
}

.font-title
{
  font-size: 16px;
}

.img-center
{
  text-align: center !important;
  margin: 0 auto;
}
.error
{
  color: red;
}


/* today header 07082024 */

.drs_section{
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9;
  padding: 15px 20px;
  background: #72ccae;
}


.drs_section #button-menu{
  font-size: 30px;
  color: #1e1e1e;
  cursor: pointer;
}

.navegacion{
  position: absolute;
  top: 100%;
  left: 0;
  width: 0%;
  height: 100vh;
  background: rgba(0,0,0,.0);
 

}

.navegacion ul{
  width: 320px;
  height: 100%;
  background: #fff;
  list-style: none;

  position: absolute;
  top: 0;
  left: -320px;

  transition: left .3s;
}

.navegacion .menu li.title-menu{
  padding: 20px;
  background: #5F6F81;
  color: #fff;
  text-align: center;
  font-size: 22px;
}

.navegacion .menu a{
  display: block;
  padding: 20px;
  border-bottom: 1px solid #C6D0DA;

  font-size: 22px;
  font-weight: 200;
  text-decoration: none;
  color: #575D69;
}

.navegacion .menu a:hover{
  background: #798DA3;
  color: #fff;
}

.navegacion .menu li span.icon-menu{
  margin-right: 12px;
}
.rigte{
  float: right;
}

.navegacion .menu .item-submenu > a::after{
  /* font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f105";


  float: right;
  color: #C5C5C5; */
}

/* Submenu ============*/

.navegacion .submenu li.title-menu{
  background: #fff;
  color: #575D69;
}

.navegacion .submenu li.go-back{
  padding: 10px 20px;
  background: #5F6F81;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
}

/* .navegacion .submenu li.go-back::before{
  font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  content: '\f0d9';
  margin-right: 10px;
} */

@media screen and (max-width: 320px){
  .navegacion ul{
    width: 100%;
  }
}

.d-block {
  display: block !important;
}
.d-none {
  display: none !important;
}

@media (min-width: 992px) {
  .d-lg-block {
      display: block !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
      display: none !important;
  }
}

@media only screen and (max-width: 767px){

 h2#untitled-region-10 {
        margin-top: 56% !important;
        font-size: 28px !important;
}

}


