/*
Theme Name: SKE Interiors
Author: Widelast Technology Pvt Ltd.
Author URI: https://www.widelast.com/
Version: 0.0.3
Requires PHP: 7.2
Tested up to: 6.1
Requires at least: 5.0
*/
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Teko:wght@300;400;500;600;700&display=swap');

/* font-family: 'Teko', sans-serif; */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-weight: 600;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

#content[tabindex="-1"]:focus {
  outline: 0;
}

body {
  font-family: 'Poppins', sans-serif;
  color: #5b5b5b;
  margin: 0;
  background: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #2a2f35;
  font-family: 'Playfair Display', serif;
}

a {
  color: #2a2f35;
  -webkit-transition: color 0.1s linear;
  -moz-transition: color 0.1s linear;
  -o-transition: color 0.1s linear;
  transition: color 0.1s linear;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #efefef;
  text-decoration: none;
}

.alignwide {
  margin-left: -80px;
  margin-right: -80px;
}

.alignfull {
  margin-left: calc(-100vw / 2 + 100% / 2);
  margin-right: calc(-100vw / 2 + 100% / 2);
  max-width: 100vw;
}

.alignfull img {
  width: 100vw;
}

.page-single a,
.sidebar-area .textwidget a,
.comment-content a,
.woocommerce-product-details__short-description a,
#tab-description a,
.extra-home-content a {
  text-decoration: underline;
  color: #efefef;
}

.post-single a {
  color: #efefef;
}

/* ===============================================
   HEADER BOX
   ============================================= */
.fixed-header {
  position: fixed;
  top: 0px;
  left: 0;
  width: 100%;
  box-shadow: 2px 2px 10px 0px #2d2d2d;
  z-index: 9999;
  padding-top: 0px !important;
}

.head-btn a {
  background: transparent;
  padding: 10px 10px;
  color: #333;
  font-size: 12px;
  font-weight: 500;
  display: inline-block;
  text-transform: uppercase;
}

.head-btn a.get-quote {
  background: #333;
  color: #fff;
  padding: 12px 15px;
}

.head-btn a:hover.get-quote {
  background: #efefef;
  color: #333;
}

.head-btn a:hover {
  background: transparent;
  color: #000;
}

.social-links {
  font-size: 12px;
}

.upperheader {
  background: #ffffff;
  color: #121111;
  border-bottom: 2px solid #e6e6e6;
}

.upperheader p,
.upperheader span {
  padding: 5px 0;
  font-size: 12px;
  font-weight: 500;
}

.social-links i {
  font-size: 15px;
  background: transparent;
}

.social-links i:hover {
  color: #000;
}

.header-icon i {
  background: #efefef;
  width: 40px;
  height: 40px;
  text-align: center;
  padding: 11px 0;
  border-radius: 30px;
  color: #333;
}

.header-icon h6 {
  font-weight: 400;
  font-size: 16px;
  color: #000000;
}

.header-icon p {
  font-weight: 500;
  font-size: 12px;
  line-height: 22px;
}

.header-icon a {
  font-weight: 500;
  font-size: 12px;
  color: #000000;
  line-height: 6px;
}

.header-icon a:hover {
  color: #000;
}

.topheader {
  background: #ffffff;
}

.middleheader {
  background: #ffffff;
  color: #121111;
  border-bottom: 2px solid #e6e6e6;
}

/* ===============================================
   HEADER IMAGE
   ============================================= */

.header-image-box {
  position: relative;
  height: 225px;
  display: flex;
  align-items: center;
}

.header-image-box:before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgb(0 0 0 / 50%);
  opacity: 0.9;
  z-index: 1;
}

.header-image-box h1,
.headerimgbox-meta span,
.crumb-box a,
.crumb-box,
.header-image-box p {
  position: relative;
  z-index: 999;
  color: #fff;
}

.header-image-box h1 {
  font-size: 65px;
}

/* ===============================================
   LOGO BOX
   ============================================= */

.logo a {
  color: #efefef;
  font-size: 28px;
  line-height: 35px;
  text-decoration: none;
  -webkit-transition: color 0.1s linear;
  -moz-transition: color 0.1s linear;
  -o-transition: color 0.1s linear;
  transition: color 0.1s linear;
  font-weight: bold;
}

.logo span {
  display: block;
  font-size: 15px;
  line-height: 18px;
  color: #2a2f35;
}

/* ===============================================
   MENU BOX
   ============================================= */

#main-menu {
  display: block;
  position: relative;
  float: left;
  margin: 0 auto;
  width: 100%;
}

#main-menu ul {
  margin: 0;
  padding: 0;
  display: block;
}

#main-menu ul li {
  position: relative;
  display: block;
  float: left;
  text-align: left;
}

#main-menu ul li a {
  display: block;
  z-index: 1;
  padding: 10px;
  font-size: 12px;
  color: #000000;
  font-weight: 500;
  text-transform: uppercase;
  margin-right: 15px;
}

#main-menu a:hover,
#main-menu ul li a:hover,
#main-menu li:hover>a,
#main-menu a:focus,
#main-menu ul li a:focus,
#main-menu li.focus>a,
#main-menu li:focus>a,
#main-menu ul li.current-menu-item>a,
#main-menu ul li.current_page_item>a,
#main-menu ul li.current-menu-parent>a,
#main-menu ul li.current_page_ancestor>a,
#main-menu ul li.current-menu-ancestor>a {
  color: #efefef;
}

#main-menu ul.children,
#main-menu ul.sub-menu {
  opacity: 0;
  position: absolute;
  top: 35px;
  left: -9999em;
  background: #f5f9ff;
  z-index: 10001;
  width: 213px;
  padding-left: 0;
  -webkit-transition: opacity 0.3s ease 0s;
  -moz-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}

#main-menu ul.children li,
#main-menu ul.sub-menu li {
  position: relative;
  margin: 0;
  line-height: 1.2em;
  text-transform: none;
  width: 213px;
  min-height: inherit;
  margin: 0;
}

#main-menu li li:hover>ul,
#main-menu li li:focus>ul,
#main-menu li li.focus>ul {
  top: 0px;
  left: -100%;
}

#main-menu ul.children li a,
#main-menu ul.sub-menu li a {
  text-decoration: none;
  text-align: left;
  display: block;
  padding: 10px 15px;
  margin: 0;
  border: none;
  line-height: inherit;
  color: #000000;
  border-bottom: solid 1px #e4e7ee;
}

#main-menu ul.children li a:hover,
#main-menu ul.sub-menu li a:hover {
  background: #efefef;
  color: #fff;
}

#main-menu ul.children li ul:before,
#main-menu ul.sub-menu li ul:before,
.menu-toggle,
.dropdown-toggle,
button.close-menu {
  display: none;
}

#main-menu li:hover>ul,
#main-menu li:focus>ul,
#main-menu li.focus>ul {
  opacity: 1;
  left: 0;
}

/* ===============================================
   POST BOX
   ============================================= */

.sticky .post-content-box {
  background: #f2f8ff;
}

.post-box {
  box-shadow: 0px 0px 40px 0px rgb(0 0 0 / 9%);
  border-radius: 10px;
  text-align: center;
}

h3.post-title {
  font-size: 25px;
}

.post-meta,
.crumb-box a:hover {
  color: #efefef;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #2a2f35;
  white-space: break-spaces;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.post-content img,
.post-thumbnail img,
.post-content iframe,
.post-content object,
.post-content embed {
  max-width: 100%;
}

.post-content img,
.post-thumbnail img {
  max-height: 100%;
  height: auto;
  border-radius: 10px 10px 0 0;
}

.post-content:after {
  content: "";
  display: table;
  clear: both;
}

#content,
footer {
  float: left;
  width: 100%;
}
.copy-right {
  font-size: 12px;
  color: #959595;
  border-top: 1px solid #4f4f4f;
}
.copy-right a{
  color: #f3f3f3;
}
.box {
  background-color: rgb(239 239 239);
  text-align: center;
  overflow: hidden;
  position: relative;
}

.post-box:hover:before {
  opacity: 1;
  transform: translateX(0);
}

.box img {
  width: 100%;
  height: auto;
  transform: translateX(-20px) scale(1.15);
  transition: all 0.5s ease;
}

.post-box:hover img {
  opacity: 0.2;
  transform: translateX(20px) scale(1.15);
}

.box .box-content {
  opacity: 0;
  transform: scale(0);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  text-align: center;
  z-index: 1;
  transition: all 0.5s ease;
}

.post-box:hover .box-content {
  opacity: 1;
  transform: scale(1);
}

p.slider-button a {
  background: #efefef;
  color: #ffffff;
  padding: 15px 20px;
  font-size: 15px;
  font-weight: bold;
}

p.slider-button a:hover {
  background: #2a2f35;
  color: #fff;
}

.post-info span,
.post-info a {
  color: #000;
  font-size: 16px;
  padding: 2px;
  display: inline-block;
}

.post-info a:hover,
.entry-date:hover a,
.entry-date:hover i,
.entry-author:hover a,
.entry-author:hover i {
  color: #efefef;

}

.post-info i {
  color: #efefef;
  font-size: 12px;
}

/* ===============================================
   Pagination
   ============================================= */

.pagination,
.medical-healthcare-elementor-pagination {
  margin: 25px 0;
}

.pagination .nav-links a,
.pagination .nav-links span.current,
.medical-healthcare-elementor-pagination a span,
.medical-healthcare-elementor-pagination span.current {
  display: inline-block;
  text-decoration: none;
  padding: 10px 12px;
  font-size: 14px;
  font-weight: bold;
  color: #333;
  text-align: center;
  cursor: pointer;
  background: #f3f4f7;
}

.pagination .nav-links a:hover,
.pagination .nav-links a:focus,
.pagination .nav-links span.current,
.medical-healthcare-elementor-pagination span.current,
.medical-healthcare-elementor-pagination span.current:hover,
.medical-healthcare-elementor-pagination span.current:focus,
.medical-healthcare-elementor-pagination a span:hover,
.medical-healthcare-elementor-pagination a span:focus {
  background: #efefef;
  color: #fff;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-reply a:focus {
  color: #fff;
}

.comment-respond input#submit:hover,
.comment-reply a:hover {
  background: #2a2f35;
  color: #fff;
}

.comment-form-url input,
nav.navigation.pagination {
  width: 100%;
}

.comment-respond input#submit {
  background: #efefef;
  border: none;
  color: #ffffff;
  padding: 10px;
  font-weight: 600;
}

.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

.comments-title {
  font-size: 1.125rem;
}

.comment-body .pull-left {
  padding-right: 0.625rem;
}

.comment-list {
  padding-left: 0;
}

.comment-list .comment {
  display: block;
}

.comment-list .pingback {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  padding: 0.563rem 0;
}

.comment-list .pingback a {
  margin-left: 5px;
  margin-right: 5px;
}

.comment-content.card-block {
  padding: 15px;
}

.comment-reply a {
  padding: 10px;
  color: #fff;
  background: #efefef;
}

/* ===============================================
   SIDEBARS
   =============================================== */

.sidebar-area {
  border-left: solid 1px #e4e7ee;
  padding: 0 0 0 20px;
}

.sidebar-area .textwidget img,
.footer-area .textwidget img {
  width: 100%;
  height: auto;
}

.sidebar-area .sidebar-widget {
  margin-bottom: 25px;
}

.sidebar-area a,
.sidebar-area p,
.sidebar-area li,
.sidebar-area address,
.sidebar-area dd,
.sidebar-area blockquote,
.sidebar-area td,
.sidebar-area th,
.sidebar-area .textwidget {
  line-height: 1.9em;
  font-weight: normal;
}

.sidebar-area ul,
#calendar_wrap,
.sidebar-area .textwidget,
.tagcloud {
  list-style: none;
  margin: 0;
}

.sidebar-area ul {
  padding: 15px 30px 25px;
  border-radius: 10px;
  border: solid 1px #e4e7ee;
}

.sidebar-area li a,
.sidebar-area li {
  font-size: 15px;
  color: #5b5b5b;
}

.sidebar-area li a:hover,
.sidebar-area li:hover {
  color: #efefef;
}

.sidebar-area li {
  padding: 14px 0;
  border-bottom: solid 1px #e4e7ee;
}

.sidebar-area h4.title {
  position: relative;
  font-size: 25px;
  margin-left: 60px;
  margin-bottom: 20px;
}

.sidebar-area h4.title:before {
  position: absolute;
  content: "";
  width: 50px;
  left: -60px;
  height: 2px;
  background: #efefef;
  top: 0;
  bottom: 0;
  margin: auto;
}

.sidebar-area h4.title:after {
  position: absolute;
  content: "";
  width: 10px;
  left: -60px;
  height: 10px;
  border-radius: 10px;
  background: #efefef;
  top: 0;
  bottom: 0;
  margin: auto;
}

.sidebar-area .tagcloud a,
.footer-area .tagcloud a {
  font-size: 15px !important;
  color: #5b5b5b;
  display: inline-block;
  margin: 5px 0;
  padding: 10px;
  border-radius: 5px;
  border: solid 1px #e4e7ee;
}

.footer-area .tagcloud a {
  border: solid 1px #fff;
  color: #fff;
}

.sidebar-area .tagcloud a:before,
.footer-area .tagcloud a:before {
  content: "#";
}

.sidebar-area .tagcloud a:hover,
.footer-area .tagcloud a:hover {
  background: #efefef;
  color: #fff;
}

.sidebar-area select,
.footer-area select,
.sidebar-area textarea,
#comments textarea,
.sidebar-area input[type="text"],
#comments input[type="text"],
.sidebar-area input[type="password"],
.sidebar-area input[type="datetime"],
.sidebar-area input[type="datetime-local"],
.sidebar-area input[type="date"],
.sidebar-area input[type="month"],
.sidebar-area input[type="time"],
.sidebar-area input[type="week"],
.sidebar-area input[type="number"],
.sidebar-area input[type="email"],
.sidebar-area input[type="url"],
.sidebar-area input[type="search"],
.sidebar-area input[type="tel"],
.sidebar-area input[type="color"],
.sidebar-area .uneditable-input,
#comments input[type="email"],
#comments input[type="url"] {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  width: 100%;
  padding: 5px 2%;
  border: solid 1px #e4e7ee;
}

#wp-calendar th,
#wp-calendar #today,
#wp-calendar #today a {
  background: #f3f4f7;
  color: #434343 !important;
}

#wp-calendar a:hover {
  border: none;
}

#wp-calendar {
  background: #fff;
  width: 100%;
}

#wp-calendar caption {
  font-size: 14px;
  text-transform: uppercase;
  margin: 0 0 10px 0;
  text-align: left;
}

#wp-calendar th,
#wp-calendar td {
  text-align: center;
  font-size: 14px;
  color: #434343 !important;
  padding: 3px 6px;
}

#wp-calendar td a {
  display: block;
  text-align: center;
  font-size: 14px;
  color: #434343 !important;
  text-decoration: underline;
}

#wp-calendar td#prev a,
#wp-calendar td#prev a {
  text-decoration: none;
  text-align: left;
}

#wp-calendar th {
  font-weight: bold;
}

tr:nth-child(2n + 2) {
  background-color: #f3f4f7;
}

.searchform label {
  display: block;
}

.searchform input[type="text"] {
  width: calc(100% - 110px);
  margin: 0;
  padding: 12px;
  float: left;
  background-color: transparent;
  border: none;
}

#searchform {
  border: solid 1px #e4e7ee;
  border-radius: 30px;
}

.searchform input[type="submit"] {
  background: #efefef;
  border: none;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  position: relative;
  float: left;
  border-radius: 30px;
  text-shadow: none;
  padding: 10px 0;
  width: 105px;
  margin: 4px auto;
  cursor: pointer;
  -webkit-transition: color 0.3s ease, background-color 0.3s ease;
  -moz-transition: color 0.3s ease, background-color 0.3s ease;
  -o-transition: color 0.3s ease, background-color 0.3s ease;
  transition: color 0.3s ease, background-color 0.3s ease;
}

.searchform input[type="submit"]:hover,
.searchform input[type="submit"]:focus {
  background: #efefef;
  text-decoration: none;
}

.searchform:after {
  content: "";
  display: table;
  clear: both;
}

footer {
  background: #333 url(assets/images/footer-bg.jpg) no-repeat left center;
  background-size: cover;
}
.footer-area{
  padding: 3em 0;
  font-size: 14px;
}
footer a,
footer .sidebar-area li,
footer .sidebar-area address,
footer .sidebar-area dd,
footer .sidebar-area blockquote,
footer .sidebar-area td,
footer .sidebar-area th,
footer .sidebar-area .title,
footer .sidebar-area .textwidget,
.footer-area li,
.footer-area input[type="text"],
.wp-block-group__inner-container h2 {
  color: #fff;
}

.footer-area ul {
  padding: 0;
  list-style: none;
}

.footer-area h4.title {
  font-size: 21px;
  color: #fff;
  margin-top: 10px;
  margin-bottom: 30px;
  letter-spacing: 1px;
}

.footer-area li {
  padding: 8px 0;
}

img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
img.alignleft,
img.alignright,
img.aligncenter,
.attachment img {
  max-width: 100%;
  height: auto;
}

.alignleft,
img.alignleft {
  display: inline;
  float: left;
  margin-right: 24px;
  margin-top: 4px;
}

.alignright,
img.alignright {
  display: inline;
  float: right;
  margin-left: 24px;
  margin-top: 4px;
}

div.aligncenter,
img.aligncenter {
  display: block;
  margin-left: auto !important;
  margin-right: auto !important;
  float: none;
}

img.alignleft,
img.alignright,
img.aligncenter {
  margin-bottom: 12px;
}

.wp-caption {
  line-height: 18px;
  margin-bottom: 25px;
  max-width: 100% !important;
  padding: 4px;
  text-align: center;
}

.wp-caption img {
  margin: 5px 5px 0;
  width: 96%;
  height: 100%;
}

.wp-caption p.wp-caption-text {
  color: #888;
  font-size: 12px;
  margin: 5px;
}

.sticky {}

.gallery-caption {}

.bypostauthor {}

/* WOOCOMMERCE */

/* MY ACCOUNT */

nav.woocommerce-MyAccount-navigation ul {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}

nav.woocommerce-MyAccount-navigation ul li {
  padding: 10px;
  margin-bottom: 15px;
  background: #efefef;
}

nav.woocommerce-MyAccount-navigation ul li:hover {
  background: #2a2f35;
}

nav.woocommerce-MyAccount-navigation ul li a {
  text-decoration: none;
  color: #fff;
}

/* CHECKOUT */

.woocommerce form .form-row label,
.woocommerce form .form-row,
span.woocommerce-input-wrapper,
span.password-input {
  width: 100%;
}

/* BUTTONS */

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce a.added_to_cart {
  background: #efefef;
  color: #ffffff;
  line-height: unset;
}

.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce a.added_to_cart:hover {
  background: #2a2f35;
  color: #fff;
}

.woocommerce a.added_to_cart {
  padding: 0.618em 1em;
  font-weight: 700;
  border-radius: 3px;
  margin-top: 10px;
}

/* SHOP & SINGLE PRODUCT */

.woocommerce ul.products li.product .onsale,
.woocommerce span.onsale {
  top: 10px;
  right: 10px;
  left: auto;
  margin: 0;
  line-height: 0;
  background: #2a2f35;
  border-radius: 0;
  padding: 14px 10px !important;
  min-height: 2em !important;
}

.woocommerce span.onsale {
  left: 10px;
  right: auto;
}

h2.woocommerce-loop-product__title {
  font-size: 18px !important;
}

.woocommerce ul.products li.product .price,
.woocommerce div.product p.price,
.woocommerce div.product span.price {
  color: #efefef;
  display: block;
  margin-bottom: 0;
  font-size: 18px;
}

.woocommerce ul.products li.product .price ins,
.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins {
  text-decoration: none;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  text-align: center;
}

.woocommerce .quantity .qty {
  width: 13em;
  padding: 8px;
}

.woocommerce ul.products li.product .star-rating {
  font-size: 12px;
  margin: 0 auto 8px;
}

.woocommerce ul.products li.product a img {
  margin-bottom: 0;
}

.woocommerce .woocommerce-ordering select,
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
  padding: 12px;
  border: 1px solid #d3ced2;
  background: transparent;
}

/*  SINGLE POST */
.single-post-category span {
  font-weight: 600;
  color: #5b5b5b;
}

.post-categories li,
.single-post ul {
  display: inline-block;
  padding-left: 0px;
}

.post-categories li a {
  margin-right: 8px;
  margin-bottom: 8px;
  background-color: #efefef;
  padding: 8px 10px;
  color: #fff;
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
}

.post-categories li a:hover {
  background: #000000;
}

/*scroll-to-top*/
.scroll-up {
  position: fixed;
  bottom: 12px;
  right: 30px;
  z-index: 999;
}

.scroll-up a {
  background: #333;
  color: #ffffff;
}

.scroll-up a:hover {
  background: #000000;
  color: #fff;
}

.scroll-up a {
  display: block;
  height: 2.5rem;
  width: 2.5rem;
  text-align: center;
  line-height: 2;
  border-radius: 3px;
  font-size: 1.25rem;
  color: #fff;
  opacity: 1;
  transition: all 0.3s ease 0s;
  box-shadow: 0 0 10px rgb(0 0 0 / 20%);
}

/*PRELOADER*/

.loader {
  background-color: #fff;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 999999999;
  display: flex;
  bottom: 0px;
  justify-content: center;
  align-items: center;
}

.preloader {
  animation: move 0.5s ease infinite alternate;
}

.diamond {
  width: 60px;
  height: 60px;
  transform: translateY(-50%);
  transform-style: preserve-3d;
  animation: spin 1s linear infinite;
  justify-content: center;
  align-items: center;
}

.diamond span {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 0;
  left: 0;
}

.diamond span:nth-child(1) {
  border: 10px solid #efefef;
  border-left-color: #000;
  border-right-color: #000;
  transform: rotateX(90deg) rotateZ(45deg);
}

.diamond span:nth-child(2) {
  border: 6px solid #efefef;
  border-left-color: #000;
  border-right-color: #000;
  transform: rotateX(90deg) rotateY(90deg) rotateZ(45deg);
}

.diamond span:last-child {
  border: 6px solid #efefef;
  border-left-color: #000;
  border-right-color: #000;
  transform: rotateZ(45deg);
}

@keyframes move {
  0% {
    transform: translateY(0) scaleY(0.9);
  }

  100% {
    transform: translateY(-70px) scaleY(1.1);
  }
}

@keyframes spin {
  0% {
    transform: translateY(-50%) rotateX(-15deg) rotateY(0deg);
  }

  100% {
    transform: translateY(-50%) rotateX(-15deg) rotateY(180deg);
  }
}

/* ===============================================
   HOME PAGE CSS
   =============================================== */

/*banner-section*/

.medical-healthcare-elementor-banner-section {
  width: auto;
  height: auto;
  background-size: 100%;
}

.banner-section-column .banner-section-column-1 {
  margin: 50px;
}

.medical-healthcare-elementor-banner-section .column-1-toppara p {
  padding: 4px !important;
}

.medical-healthcare-elementor-banner-section h1,
.medical-healthcare-elementor-services-section h2 {
  font-family: 'Figtree', sans-serif !important;
}

/*------------services-section-----------*/

.medical-healthcare-elementor-services-section {
  margin-top: 18px;
}

.medical-healthcare-elementor-services-section .process-section-toppara {
  margin-bottom: 7px !important;
}

.medical-healthcare-elementor-services-section .process-section-heading h2::after {
  position: absolute;
  background-color: #efefef;
  border-radius: 20px;
  right: 0px;
  left: 0;
  top: 18px;
  content: "";
  width: 80px;
  height: 3px;
  display: block;
  margin: 12px auto 0;
}

.process-section-column .elementor-widget-container p,
.process-section-desc p,
.process-section-toppara p {
  margin-bottom: 0px;
}

.process-section-column {
  border: 3px solid #f1f1f1;
  margin-bottom: 8px;
}

/*Slider*/
.nivo-caption {
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  opacity: 1 !important;
  background: transparent !important;
  -moz-opacity: 0.5 !important;
  /* Opera/IE 8+ */
  text-align: center;
}

.nivo-caption h3 {
  font-family: 'Teko', sans-serif;
  font-size: 30px;
  opacity: 1;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  letter-spacing: 2px;
  letter-spacing: 8px;
  z-index: 2;
}

.nivo-caption h3>span {
  display: block;
  font-family: 'Playfair Display', serif;
  font-size: 65px;
  color: #fff;
  font-weight: 600;
  text-transform: capitalize;
  letter-spacing: 4px;
  z-index: 2;
  letter-spacing: 2px;
}

.nivo-caption p {
  z-index: 2;
  color: #eee;
  font-size: 15px;
  font-weight: 400;
  line-height: 2;
  font-family: 'poppins', sans-serif;
}

.nivo-caption a {
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 2px;
  z-index: 2;
  background: transparent;
  padding: 12px 35px;
  border: 1px solid #fff !important;
  font-family: 'Teko', sans-serif;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  margin-top: 30px;
}

.nivo-caption a>span {
  position: relative;
  z-index: 9;
}

.nivo-caption a:focus {
  outline: none;
}

.nivo-caption a:hover {
  outline: none;
}

.nivo-caption a:hover:after {
  bottom: -30px;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.nivo-caption a:hover {
  color: #000000 !important;
}

.nivo-caption a:after {
  content: '';
  position: absolute;
  top: -30px;
  left: -30px;
  right: -30px;
  bottom: 130%;
  background: #fff;
  -webkit-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  transform: rotate(-5deg);
  -webkit-transition: all .8s;
  -o-transition: all .8s;
  transition: all .8s;
}

.nivo-caption::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(2, 5, 11, .25);
  z-index: 1;
}

#section {
  padding: 80px 0;
}

.about {
  color: #888;
  font-size: 15px;
  font-weight: 400;
  line-height: 2;
  margin: 0;
}

.about-img .img {
  width: 90%;
  height: 500px;
  position: relative;
  z-index: 2;
}
.about-img1 img{
  width: 100%;
  height: 500px;
  position: relative;
  z-index: 2;
}
.image.animated {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.image {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  -webkit-transition: all .8s;
  -o-transition: all .8s;
  transition: all .8s;
  -webkit-transition-delay: .3s;
  -o-transition-delay: .3s;
  transition-delay: .3s;
}

.bg-img {
  background-size: cover;
  background-repeat: no-repeat;
}

.about-img .img:after {
  content: '';
  position: absolute;
  top: 40px;
  left: 40px;
  right: 40px;
  bottom: 40px;
  background: rgba(255, 255, 255, 0.95);
  z-index: -1;
}

.about .about-img .img .since {
  position: absolute;
  right: 70px;
  top: 70px;
}

.custom-font {
  font-family: 'Teko', sans-serif;
  font-weight: 400;
}

.about .about-img .img .since span:first-of-type {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 2px;
}

.about .about-img .img .since span {
  display: block;
  color: #333;
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
}

.about .about-img .img .years {
  position: absolute;
  left: 70px;
  bottom: 70px;
}

.about .about-img .img .years h2 {
  font-size: 140px;
  font-weight: 800;
  background-position: 18% 65%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1;
  font-family: 'Teko', sans-serif;
}

.about .about-img .img .years h5 {
  color: #333;
  letter-spacing: 5px;
  font-size: 20px;
  font-family: 'Teko', sans-serif;
}

.about .about-content {
  position: relative;
  z-index: 2;
}

.about .about-content:after {
  content: '';
  width: 200px;
  height: 250px;
  position: absolute;
  top: -40px;
  right: -40px;
  border: 10px solid #fafafa;
  z-index: -1;
}

.section-title .title {
  position: relative;
  font-size: 42px;
  line-height: 50px;
  font-weight: 700;
  color: #333333;
  margin: 0;
  /* padding-bottom: 4px; */
  padding-top: 30px;
}

.section-title .title .watermark {
  position: absolute;
  font-size: 130px;
  text-transform: uppercase;
  font-weight: 800;
  z-index: 1;
  opacity: 0.05;
  width: 100%;
  left: 0;
  color: inherit;
}

.numbers .item {
  position: relative;
}

.numbers .item:before,
.numbers .item:after {
  content: '';
  position: absolute;
  right: 20%;
  z-index: -1;
}

.numbers .item:before {
  width: 0;
  height: 0;
  border-top: 35px solid transparent;
  border-right: 35px solid #f7f7f7;
  bottom: 35px;
}

.numbers .item:after {
  width: 35px;
  height: 35px;
  bottom: 0;
  background: #f7f7f7;
}

.numbers .item h3 {
  margin-bottom: 10px;
}

.numbers .item h3 span {
  font-size: 60px;
  color: #333;
  font-family: 'Teko', sans-serif;
  font-weight: 400;
}

.numbers .item h6 {
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: 'poppins', sans-serif;
}

.services {
  background: #f9f9f9;
  position: relative;
}

.service-box {
  position: relative;
  display: block;
  margin-bottom: 10px;
}

.service-box .img-holder {
  position: relative;
  display: block;
}

.service-box .img-holder .inner {
  position: relative;
  display: block;
  overflow: hidden;
}

.service-box .img-holder .inner img {
  width: 100%;
  transform: scale(1.01);
  transition: all 700ms ease 300ms;
  height: 250px;
  object-fit: cover;
  object-position: center;
}

.service-box:hover .img-holder .inner img {
  transform: scale(1.2) rotate(2deg);
}

.service-box .img-holder .inner .overlay-style-one {
  background-color: rgba(0, 0, 0, 0.5);
}

.service-box:hover .img-holder .inner .overlay-style-one {
  opacity: 1;
}

.service-box:hover .text-holder .outer-box .text p {
  color: #888;
}

.service-box .img-holder .inner:before,
.service-box .img-holder .inner:after {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
  transition: all 700ms ease 500ms;
  border-radius: 0px;
  z-index: 3;
}

.service-box .img-holder .inner:before {
  transform: scale(0, 1);
  transform-origin: bottom center;
  border-top: 4px solid #efefef;
  border-bottom: 4px solid #efefef;
}

.service-box:hover .img-holder .inner:before {
  transform: scale(1, 1);
}

.service-box .img-holder .inner:after {
  transform: scale(1, 0);
  transform-origin: left center;
  border-left: 4px solid #efefef;
  border-right: 4px solid #efefef;
}

.service-box:hover .img-holder .inner:after {
  transform: scale(1, 1);
}

.service-box .text-holder {
  position: relative;
  display: block;
  background: #ffffff;
  margin: 0 20px;
  margin-top: -40px;
  z-index: 5;
}

.service-box .text-holder .plus-icon-box {
  position: absolute;
  right: 30px;
  top: -25px;
  width: 50px;
  height: 50px;
  background: #efefef;
  border-radius: 50%;
  text-align: center;
  display: block;
  padding: 15px 0;
  transition: all 300ms ease 100ms;
}
.service-box .text-holder .plus-icon-box>span{
  color: #0b0b0b;
}
.service-box:hover .text-holder .plus-icon-box {
  top: -50px;
  height: 75px;
  background: #efefef;
  border-radius: 25px 25px 0px 0px;
  padding: 27px 0;
}

.service-box .text-holder .plus-icon-box span:before {
  display: block;
  color: #333;
  font-size: 20px;
  line-height: 20px;
}

.service-box .text-holder .outer-box {
  position: relative;
  display: block;
  padding-left: 70px;
  padding-top: 35px;
  padding-bottom: 32px;
}
.inner .service-box .text-holder .outer-box{
  padding: 20px 35px;
  text-align: center;
}
.service-box .text-holder .outer-box .icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 70px;
  height: 100%;
  background: rgb(237, 237, 237);
  background: linear-gradient(0deg, rgba(237, 237, 237, 1) 0%, rgba(237, 237, 237, 0) 0%, rgba(237, 237, 237, 1) 100%, rgba(32, 50, 96, 0) 100%, rgba(32, 50, 96, 0.6530987394957983) 100%, rgba(80, 166, 253, 1) 100%, rgba(93, 173, 253, 1) 100%);
}

.service-box .text-holder .outer-box .icon .inner {
  display: table;
  width: 100%;
  height: 100%;
}

.service-box .text-holder .outer-box .icon .inner .box {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.service-box .text-holder .outer-box .icon .inner .box span:before {
  color: #333;
  font-size: 35px;
  line-height: 35px;
}

.service-box .text-holder .outer-box .text {
  position: relative;
  display: block;
  padding-left: 15px;
  font-size: 15px;
}

.service-box .text-holder .outer-box .text h3 {
  color: #27282c;
  font-weight: 600;
  margin: 0 0 13px;
  font-size: 20px;
  font-family: 'poppins', sans-serif;
}

.service-box .text-holder .outer-box .text p {
  margin: 0;
  color: #888;
  font-size: 15px;
  font-weight: 400;
}

.overlay-style-one {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.85);
  transition: all 700ms ease 100ms;
  opacity: 0;
  z-index: 2;
}

.process {
  background: url(assets/images/process-bg.jpg) no-repeat;
  background-size: cover;
}

.process .section-title .title,
.process .section-title p {
  color: #FFF;
}

.process .section-title .title .watermark {
  opacity: .2;
  color: inherit;
}

.process .bord-box {
  overflow: hidden;
}

.process .box-top {
  position: relative;
  margin-top: -80px;
  z-index: 4;
}

.process .feat-top {
  padding: 100px 80px;
  position: relative;
  width: 80%;
  margin-top: -40px;
  z-index: 3;
}

.process .feat-top .notfull {
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  -webkit-transition: all 0.7s cubic-bezier(1, 0, 0.25, 1);
  -o-transition: all 0.7s cubic-bezier(1, 0, 0.25, 1);
  transition: all 0.7s cubic-bezier(1, 0, 0.25, 1);
  -webkit-transition-delay: .3s;
  -o-transition-delay: .3s;
  transition-delay: .3s;
}

.process .feat-top .notfull.animated {
  width: 100%;
}

.process .item-bx {
  padding: 60px 40px;
  height: 100%;
  background-color: #fff;
  border: 1px solid #eee;
  border-right: 0;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  color: #888;
  font-size: 15px;
  font-weight: 400;
  text-align: center;
  
}

.process .item-bx:last-of-type {
  border-right: 1px solid #eee;
}

.process .item-bx:hover {
  background-color: #efefef;
  color: #fff;
  border-color: transparent;
}

.process .item-bx:hover p,
.process .item-bx:hover h5 {
  color: #333;
}

.process .item-bx:hover .more {
  color: #efefef;
}

.process .item-bx .numb {
  font-size: 85px;
  margin-bottom: 10px;
  color: transparent;
  -webkit-text-stroke: 1px #333;
}

.process .item-bx:hover .numb {
  -webkit-text-stroke: 1px #333;
}

.process .item-bx .icon {
  font-size: 60px;
  color: #efefef;
  margin-bottom: 30px;
}

.process .item-bx .more {
  font-size: 20px;
}

.process .item-bx.bg-img {
  position: relative;
  border: 0;
  z-index: 2;
}

.process .item-bx.bg-img:hover:after {
  background: rgba(0, 0, 0, 0.6);
}

.process .item-bx.bg-img:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  z-index: -1;
}

.process .item-sm h6 {
  font-weight: 600;
  font-size: 18px;
}

.process .item-sm .numb {
  font-size: 40px;
  font-weight: 400;
  color: #efefef;
  padding-right: 70px;
  line-height: 1;
  position: relative;
}

.process .item-sm .numb:after {
  content: '';
  position: absolute;
  right: 10px;
  bottom: 10px;
  background: #ddd;
  width: 50px;
  height: 1px;
}

.process.halfbg .background {
  height: 70vh;
}

.process.halfbg .ontop {
  position: relative;
  margin-top: -120px;
  z-index: 3;
}

.process.halfbg .ontop .item-bx:hover {
  background: #efefef;
}

.process.halfbg .ontop .item-bx:hover .numb,
.process.halfbg .ontop .item-bx:hover .more {
  color: #fff;
}
.our-works .section-title{
  width: 100%;
    height: 450px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    writing-mode: vertical-lr;
    transform: rotate(180deg);
}
.our-works .section-title .title .watermark {
  font-size: 90px;
  top: -120px;
}
.our-works  .section-title .title {
  font-size: 35px;
  /* color: #efefef; */
}
.testimonials, .our-works{
  background: url('assets/images/works-bg2.jpg') no-repeat center bottom;
  background-size: cover;
}
.testimonials .section-title{
  width: 100%;
  height: 325px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  writing-mode: vertical-lr;
  /* transform: rotate(180deg); */
}
.testimonials .section-title .title .watermark {
  font-size: 90px;
  top: -35px;
}
.testimonials  .section-title .title {
  font-size: 35px;
  /* color: #efefef; */
}
#sp-testimonial-free-wrapper-120 .sp-testimonial-free-section .testimonial-nav-arrow {
  background: transparent;
  border: 1px solid #5e5e5e;
  color: #5e5e5e;
}
#sp-testimonial-free-wrapper-120 .sp-testimonial-free-section .testimonial-nav-arrow:hover {
  background: #efefef;
  border-color: #efefef;
  color: #333333;
}
#sp-testimonial-free-wrapper-120 .sp-testimonial-free-section .testimonial-pagination span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #efefef;
}
#sp-testimonial-free-wrapper-120 .sp-testimonial-free-section .sp-testimonial-client-name {
  color: #333;
}
.more-project-button {
  position: relative;
  display: block;
  margin-top: 39px;
}
.single-project-style1{
  position: relative;
  display: block;
  z-index: 6;
}
.single-project-style1 .img-holder{
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 5;
}
.single-project-style1 .img-holder img{
  width: 100%;
  transform: scale(1.01);
  transition: all 700ms ease;
  width: 100%;
  height: 400px;
  object-fit: cover;
  object-position: center;
}
.single-project-style1:hover .img-holder img {
  transform:scale(1.2) rotate(2deg);	
}
.single-project-style1 .overlay-content{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 0, 0, 0.80);
  transform: scaleX(0);
  transition: all 700ms ease 100ms;
}
.single-project-style1:hover .overlay-content{
  transform: scaleY(1);
}
.single-project-style1 .overlay-content .inner-content{
  display: table;
  width: 100%;
  height: 100%;
}
.single-project-style1 .overlay-content .inner-content .link-box {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  opacity: 0;
  transform-style: preserve-3d;
  transform: perspective(1200px) rotateX(90deg) translateZ(-45px);
  transition: all 300ms ease 100ms;
}
.single-project-style1:hover .overlay-content .inner-content .link-box{
  opacity: 1;
  transform: translate3d(0px, 0px, 0px); 
  transition: all 700ms ease 500ms;
}
.single-project-style1 .overlay-content .inner-content .link-box a {
  background: #ffffff;
  color: #27282c;
  line-height: 55px;
  padding: 10px 25px 10px;
  font-family: 'Teko', sans-serif;
  font-weight: 400;
  letter-spacing: 2px;
}
.single-project-style1 .overlay-content .inner-content .link-box a:hover{
  background: #efefef;
}

.single-project-style1 .img-holder .title-box {
  position: absolute;
  left: 0px;
  bottom: 0px;
  right: 0px;
  text-align: center;
  display: block;
  padding-bottom: 34px;
  transform-style: preserve-3d;
  transform: perspective(1200px) rotateX(90deg) translateZ(-45px);
  opacity: 0;
  transition: all 300ms ease 200ms;
  z-index: 3;
}
.single-project-style1:hover .img-holder .title-box{
  transform: translate3d(0px, 0px, 0px); 
  opacity: 1;
  transition: all 700ms ease 800ms;    
}
.single-project-style1 .img-holder .title-box span{
  color: #95979c;
  font-family: 'Teko', sans-serif;
  font-weight: 400;
  letter-spacing: 2px;
}
.single-project-style1 .img-holder .title-box h3{
  color: #ffffff;
  font-weight: 500;
  margin: 3px 0 0;
  font-family: 'poppins', sans-serif;
  font-size: 24px;
  text-transform: uppercase;
}
.contact{
  position: relative;
}
.contact-form{
  position: absolute;
  right: 10px;
  top: 50px;
  background: #fff;
  border-radius: 5px;
  padding: 2rem;
  width: 40%;
}
.contact-form h3{
  margin-bottom: 30px;
}
.contact-form textarea.form-control{
  height: 80px;
}
.contact-form select.form-control{
  height: auto !important;
}
.contact-form .form-control{
  padding: 10px;
  border-radius: 0px;
}
.contact-form .form-control:focus{
  box-shadow: none;
  border-color: #333;
}
.contact-form1{
  background: #fff;
  border-radius: 5px;
  padding: 0 2rem;
  width: 100%;
}
.contact-form1 h3{
  margin-bottom: 30px;
}
.contact-form1 textarea.form-control{
  height: 80px;
}
.contact-form1 select.form-control{
  height: auto !important;
}
.contact-form1 .form-control{
  padding: 10px;
  border-radius: 0px;
}
.contact-form1 .form-control:focus{
  box-shadow: none;
  border-color: #333;
}
.btn-submit {
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 2px;
  z-index: 2;
  background: transparent;
  padding: 15px 35px;
  border: 1px solid #333 !important;
  font-family: 'Teko', sans-serif;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  margin-top: 10px;
  line-height: 13px;
}

.btn-submit>span {
  position: relative;
  z-index: 9;
}

.btn-submit:focus {
  outline: none;
}

.btn-submit:hover {
  outline: none;
  color: #fff !important;
  background: #333;
}


.project-thumb{
  position: relative;
  text-align: justify;
  
}
.project-thumb img{
  max-width: 100%;
  width: 100%;
  height: 300px;
  border-radius: 10px;
  box-shadow: 2px 2px 5px #d3d3d3;
  object-fit: cover;
  object-position: center;
  margin-bottom: 30px;
}
.project-details {
  border-left: 1px solid #d3d3d3;
  padding-left: 15px; 
}
.project-details  ul{
  padding: 0;
}

  
.project-details  ul li{
  list-style: none;
  padding: 15px 0;
   font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: 'poppins', sans-serif;
  border-bottom: 1px dashed #d3d3d3;
}
.project-details  ul li>span{
  font-weight: normal;
  font-size: 14px;
  text-transform: capitalize;
    font-family: 'poppins', sans-serif;
    font-weight: 400;
}
.wp-pagenavi a:hover,  .wp-pagenavi span.current {
  border-color: #000;
  background: #333;
  color: #fff;
  font-weight: 500;
}
.wp-pagenavi a:focus{
  color: #333;
  background: #d5d5d5;
}
.wp-pagenavi a, .wp-pagenavi span {
  text-decoration: none;
  border: 1px solid #BFBFBF;
  padding: 5px 10px;
  margin: 2px;
  font-size: 14px;
  font-family: 'Teko', sans-serif;
}
.wp-pagenavi {
  clear: both;
  padding: 17px 0;
  /* text-align: center; */
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  justify-content: center;
}