/* ----------------------------------------------------------------------------------------
Template: Enso - Agency, Startup, Software and SaaS template
Version: 1.0.0
Author: tempload - support@tempload.com
 -----------------------------------------------------------------------------------------*/
/* ---------------------------------------------
Table of contents
------------------------------------------------
01. font & reset css
02. reset
03. global styles
04. header
05. welcome
06. features
07. team
08. pricing
09. blog
10. footer
11. pages
12. faq
13. aside
14. contact
15. preloader

--------------------------------------------- */
/* 
---------------------------------------------
font & reset css
--------------------------------------------- 
*/
@import url("https://fonts.googleapis.com/css?family=Quicksand:300,400,500,700&subset=latin-ext");
/* 
---------------------------------------------
reset
--------------------------------------------- 
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, div pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q,
s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
figure, header, nav, section, article, aside, footer, figcaption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

ul, li {
  padding: 0;
  margin: 0;
  list-style: none;
}

header, nav, section, article, aside, footer, hgroup {
  display: block;
}

* {
  box-sizing: border-box;
}

html, body {
  font-family: "Quicksand", sans-serif;
  font-weight: 400;
  background-color: #fff;
  font-size: 16px;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  text-decoration: none !important;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0px;
  margin-bottom: 0px;
}

ul {
  margin-bottom: 0px;
}

/* 
---------------------------------------------
global styles
--------------------------------------------- 
*/
html,
body {
  background: #F9FAFF;
  color: #6F8BA4;
  font-family: "Quicksand", sans-serif;
}

::selection {
  background: #5374D6;
  color: #fff;
}

::-moz-selection {
  background: #5374D6;
  color: #fff;
}

.section {
  padding-top: 100px;
  padding-bottom: 70px;
}
.section.white {
  background: #fff;
}

.left-heading.light .section-title {
  color: #ffffff;
}
.left-heading .section-title {
  font-weight: 400;
  font-size: 30px;
  color: #3B566E;
  letter-spacing: 1.3px;
  line-height: 40px;
  margin-bottom: 20px;
}

.center-heading {
  text-align: center;
}
.center-heading .section-title {
  font-weight: 400;
  font-size: 28px;
  color: #3B566E;
  letter-spacing: 1.75px;
  line-height: 38px;
  margin-bottom: 20px;
}
.center-heading.colored .section-title {
  color: #ffffff;
}

.center-text {
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  color: #6F8BA4;
  line-height: 28px;
  letter-spacing: 1px;
  margin-bottom: 50px;
}
.center-text.colored {
  color: #E5E9F7;
}
.center-text p {
  margin-bottom: 30px;
}

.left-text {
  font-weight: 400;
  font-size: 16px;
  color: #6F8BA4;
  line-height: 28px;
  letter-spacing: 1px;
}
.left-text.light {
  color: #E5E9F7;
}
.left-text p {
  margin-bottom: 30px;
}
.left-text p.dark {
  color: #3B566E;
}
.left-text ul {
  color: #6F8BA4;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.88px;
}
.left-text ul li {
  min-height: 36px;
  line-height: 36px;
  position: relative;
  padding-left: 30px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.left-text ul li:before {
  content: "";
  position: absolute;
  left: 4px;
  top: 15px;
  width: 8px;
  height: 8px;
  background: #5374D6;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  z-index: 2;
}
.left-text ul li:after {
  content: "";
  position: absolute;
  left: 0px;
  top: 11px;
  width: 16px;
  height: 16px;
  background: #C8D1ED;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  z-index: 1;
}
.left-text ul li:hover {
  padding-left: 40px;
}

.padding-bottom-top-60 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

.border-bottom {
  border-bottom: 1px solid #F5F5F5 !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.align-self-bottom {
  -ms-flex-item-align: flex-end !important;
  align-self: flex-end !important;
}

.btn-primary-line {
  width: 160px;
  margin: auto;
  display: inline-block;
  height: 36px;
  line-height: 35px;
  text-align: center;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  border: 1px solid #5374D6;
  margin-bottom: 40px;
  font-weight: 700;
  font-size: 12px;
  background: none;
  color: #5374D6;
  letter-spacing: 0.75px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  outline: none !important;
  cursor: pointer;
}
.btn-primary-line:hover {
  background: #5374D6;
  color: #fff;
}

.padding-bottom-0 {
  padding-bottom: 0px;
}

.padding-top-80 {
  padding-top: 80px !important;
}

.margin-bottom-0 {
  margin-bottom: 0px !important;
}

.margin-bottom-30 {
  margin-bottom: 30px !important;
}

.margin-top-30 {
  margin-top: 30px !important;
}

.margin-bottom-20 {
  margin-bottom: 20px !important;
}

.margin-bottom-60 {
  margin-bottom: 60px !important;
}

blockquote {
  margin-bottom: 28px;
  padding: 30px;
  padding-top: 40px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #F4F8FB;
  overflow: hidden;
}
blockquote .text {
  position: relative;
  text-align: center;
}
blockquote .text p {
  position: relative;
  width: 100%;
  z-index: 2;
  margin-bottom: 10px !important;
}
blockquote .text:before {
  font-family: FontAwesome;
  content: "\f10d";
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  font-size: 40px;
  color: #e1ecf4;
}
blockquote .text:after {
  font-family: FontAwesome;
  content: "\f10e";
  position: absolute;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  font-size: 40px;
  color: #e1ecf4;
}
blockquote .author {
  color: #3B566E;
  text-align: center;
}

.page-gallery {
  height: 185px;
  display: block;
  overflow: hidden;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin-bottom: 30px;
}

@media (max-width: 991px) {
  html, body {
    overflow-x: hidden;
  }

  .mobile-bottom-fix {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .page-gallery {
    height: 120px;
  }
}
/* 
---------------------------------------------
header
--------------------------------------------- 
*/
.header-area {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 100;
  height: 100px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.header-area .main-nav .logo {
  float: left;
  margin-top: 32px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.header-area .main-nav .logo img {
  /* width="80" height="40" */
  width: 80px;
  height: 40px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.header-area .main-nav .nav {
  float: left;
  margin-top: 27px;
  margin-left: 80px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.header-area .main-nav .nav li {
  padding-left: 20px;
  padding-right: 20px;
}
.header-area .main-nav .nav li:last-child {
  padding-right: 0px;
}
.header-area .main-nav .nav li a {
  display: block;
  font-weight: 500;
  font-size: 14px;
  color: #6F8BA4;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  height: 40px;
  line-height: 40px;
  border: transparent;
  letter-spacing: 1px;
}
.header-area .main-nav .nav li a:hover {
  color: #6F8BA4;
}
.header-area .main-nav .nav li.submenu {
  position: relative;
  padding-right: 35px;
}
.header-area .main-nav .nav li.submenu:after {
  font-family: FontAwesome;
  content: "\f107";
  font-size: 12px;
  color: #6F8BA4;
  position: absolute;
  right: 18px;
  top: 12px;
}
.header-area .main-nav .nav li.submenu ul {
  position: absolute;
  width: 200px;
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
  top: 40px;
  opacity: 0;
  transform: translateY(-2em);
  visibility: hidden;
  z-index: -1;
  transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
}
.header-area .main-nav .nav li.submenu ul li {
  margin-left: 0px;
  padding-left: 0px;
  padding-right: 0px;
}
.header-area .main-nav .nav li.submenu ul li a {
  display: block;
  background: #fff;
  color: #3B566E;
  padding-left: 20px;
  height: 40px;
  line-height: 40px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  font-size: 13px;
  border-bottom: 1px solid #f5f5f5;
}
.header-area .main-nav .nav li.submenu ul li a:before {
  content: "";
  position: absolute;
  width: 0px;
  height: 40px;
  left: 0px;
  top: 0px;
  bottom: 0px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background: #5374D6;
}
.header-area .main-nav .nav li.submenu ul li a:hover {
  background: #f5f5f5;
  padding-left: 25px;
}
.header-area .main-nav .nav li.submenu ul li a:hover:before {
  width: 3px;
}
.header-area .main-nav .nav li.submenu:hover ul {
  visibility: visible;
  opacity: 1;
  z-index: 1;
  transform: translateY(0%);
  transition-delay: 0s, 0s, 0.3s;
}
.header-area .main-nav .menu-trigger {
  cursor: pointer;
  display: block;
  position: absolute;
  top: 23px;
  width: 32px;
  height: 40px;
  text-indent: -9999em;
  z-index: 99;
  right: 40px;
  display: none;
}
.header-area .main-nav .menu-trigger span,
.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #3B566E;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
}
.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #3B566E;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
  width: 75%;
}
.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  content: "";
}
.header-area .main-nav .menu-trigger span {
  top: 16px;
}
.header-area .main-nav .menu-trigger span:before {
  -moz-transform-origin: 33% 100%;
  -ms-transform-origin: 33% 100%;
  -webkit-transform-origin: 33% 100%;
  transform-origin: 33% 100%;
  top: -10px;
  z-index: 10;
}
.header-area .main-nav .menu-trigger span:after {
  -moz-transform-origin: 33% 0;
  -ms-transform-origin: 33% 0;
  -webkit-transform-origin: 33% 0;
  transform-origin: 33% 0;
  top: 10px;
}
.header-area .main-nav .menu-trigger.active span, .header-area .main-nav .menu-trigger.active span:before, .header-area .main-nav .menu-trigger.active span:after {
  background-color: transparent;
  width: 100%;
}
.header-area .main-nav .menu-trigger.active span:before {
  -moz-transform: translateY(6px) translateX(1px) rotate(45deg);
  -ms-transform: translateY(6px) translateX(1px) rotate(45deg);
  -webkit-transform: translateY(6px) translateX(1px) rotate(45deg);
  transform: translateY(6px) translateX(1px) rotate(45deg);
  background-color: #3B566E;
}
.header-area .main-nav .menu-trigger.active span:after {
  -moz-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -ms-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -webkit-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  transform: translateY(-6px) translateX(1px) rotate(-45deg);
  background-color: #3B566E;
}
.header-area .main-nav .header-buttons {
  float: right;
}
.header-area .main-nav .header-buttons li {
  float: left;
}
.header-area .main-nav .header-buttons li .btn-nav-line {
  padding-left: 25px;
  padding-right: 25px;
  border: 1px solid #FFFFFF;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  display: inline-block;
  height: 30px;
  margin-top: 5px;
  line-height: 29px;
  letter-spacing: 0.5px;
  background: none;
  color: #fff;
  position: relative;
  overflow: hidden;
  margin-top: 32px;
  font-weight: 700;
  font-size: 12px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.header-area .main-nav .header-buttons li .btn-nav-line:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #fff;
  left: 0px;
  top: 0px;
  z-index: 1;
  opacity: 0.19;
}
.header-area .main-nav .header-buttons li .btn-nav-line span {
  position: relative;
  z-index: 2;
}
.header-area .main-nav .header-buttons li .btn-nav-line:hover {
  background: #fff;
  color: #5374D6;
}
.header-area .main-nav .header-buttons li .btn-nav-primary {
  padding-left: 25px;
  padding-right: 25px;
  border: 1px solid #FFFFFF;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  display: inline-block;
  height: 30px;
  margin-top: 5px;
  line-height: 29px;
  letter-spacing: 0.5px;
  background: #fff;
  color: #5374D6;
  position: relative;
  overflow: hidden;
  margin-left: 15px;
  margin-top: 32px;
  font-weight: 700;
  font-size: 12px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.header-area .main-nav .header-buttons li .btn-nav-primary:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #fff;
  left: 0px;
  top: 0px;
  z-index: 1;
  opacity: 0.19;
}
.header-area .main-nav .header-buttons li .btn-nav-primary span {
  position: relative;
  z-index: 2;
}
.header-area .main-nav .header-buttons li .btn-nav-primary:hover {
  border: 1px solid #5374D6;
  background: #5374D6;
  color: #fff;
}
.header-area.header-sticky {
  background: #fff;
  height: 80px;
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
}
.header-area.header-sticky .logo {
  margin-top: 26px;
}
.header-area.header-sticky .nav {
  margin-top: 21px !important;
}
.header-area.header-sticky .nav li a {
  color: #3B566E;
}
.header-area.header-sticky .nav li a:hover {
  color: #5374D6;
}
.header-area.header-sticky .nav li.submenu {
  position: relative;
}
.header-area.header-sticky .nav li.submenu:after {
  color: #3B566E;
}
.header-area.header-sticky .header-buttons {
  float: right;
}
.header-area.header-sticky .header-buttons li {
  float: left;
}
.header-area.header-sticky .header-buttons li .btn-nav-line {
  border: 1px solid #5374D6;
  color: #5374D6;
  margin-top: 24px;
}
.header-area.header-sticky .header-buttons li .btn-nav-line:hover {
  background: #5374D6;
  color: #fff;
}
.header-area.header-sticky .header-buttons li .btn-nav-primary {
  background: #5374D6;
  color: #fff;
  margin-top: 24px;
  border: 1px solid #5374D6;
}
.header-area.header-sticky .header-buttons li .btn-nav-primary:hover {
  border: 1px solid #5374D6;
  background: #5374D6;
  color: #fff;
}
.header-area.header-white {
  background: #fff;
  height: 80px;
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
}
.header-area.header-white .logo {
  margin-top: 26px;
}
.header-area.header-white .nav {
  margin-top: 21px !important;
}
.header-area.header-white .nav li a {
  color: #3B566E;
}
.header-area.header-white .nav li a:hover {
  color: #5374D6;
}
.header-area.header-white .nav li.submenu {
  position: relative;
}
.header-area.header-white .nav li.submenu:after {
  color: #3B566E;
}
.header-area.header-white .header-buttons {
  float: right;
}
.header-area.header-white .header-buttons li {
  float: left;
}
.header-area.header-white .header-buttons li .btn-nav-line {
  border: 1px solid #5374D6;
  color: #5374D6;
  margin-top: 24px;
}
.header-area.header-white .header-buttons li .btn-nav-line:hover {
  background: #5374D6;
  color: #fff;
}
.header-area.header-white .header-buttons li .btn-nav-primary {
  background: #5374D6;
  color: #fff;
  margin-top: 24px;
  border: 1px solid #5374D6;
}
.header-area.header-white .header-buttons li .btn-nav-primary:hover {
  border: 1px solid #5374D6;
  background: #5374D6;
  color: #fff;
}

@media (max-width: 1200px) {
  .header-area .main-nav .nav li {
    padding-left: 12px;
    padding-right: 12px;
  }
  .header-area .main-nav .nav li.submenu {
    padding-right: 20px;
  }
  .header-area .main-nav .nav li.submenu:after {
    right: 5px;
  }
}
@media (max-width: 991px) {
  .header-area {
    background: #fff;
    height: 80px;
    box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
  }
  .header-area .container {
    padding: 0px;
  }
  .header-area .logo {
    margin-top: 22px !important;
    margin-left: 30px;
  }
  .header-area .light-logo {
    display: none !important;
  }
  .header-area .dark-logo {
    display: block !important;
  }
  .header-area .menu-trigger {
    display: block !important;
  }
  .header-area .main-nav {
    overflow: hidden;
  }
  .header-area .main-nav .nav {
    float: none;
    width: 100%;
    margin-top: 80px !important;
    display: none;
    -webkit-transition: all 0s ease 0s;
    -moz-transition: all 0s ease 0s;
    -o-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
    margin-left: 0px;
  }
  .header-area .main-nav .nav li {
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #f5f5f5;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .header-area .main-nav .nav li a {
    height: 50px !important;
    line-height: 50px !important;
    padding: 0px !important;
    padding-left: 30px !important;
    border: none !important;
    background: #fff !important;
    color: #3B566E !important;
  }
  .header-area .main-nav .nav li a:hover {
    background: #f5f5f5 !important;
  }
  .header-area .main-nav .nav li.submenu ul {
    position: relative;
    visibility: inherit;
    opacity: 1;
    z-index: 1;
    transform: translateY(0%);
    transition-delay: 0s, 0s, 0.3s;
    top: 0px;
    width: 100%;
    box-shadow: none;
    height: 0px;
  }
  .header-area .main-nav .nav li.submenu ul li a {
    padding-left: 50px !important;
  }
  .header-area .main-nav .nav li.submenu ul li a:hover:before {
    width: 0px;
  }
  .header-area .main-nav .nav li.submenu ul.active {
    height: auto !important;
  }
  .header-area .main-nav .nav li.submenu:after {
    color: #3B566E;
    right: 25px;
    font-size: 14px;
    top: 15px;
  }
  .header-area .main-nav .nav li.submenu:hover ul, .header-area .main-nav .nav li.submenu:focus ul {
    height: 0px;
  }
  .header-area .main-nav .header-buttons {
    display: none;
  }
}
@media (min-width: 992px) {
  .header-area .main-nav .nav {
    display: flex !important;
  }
}
/* 
---------------------------------------------
welcome
--------------------------------------------- 
*/
/* .welcome-area {
  overflow: hidden;
  position: relative;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.welcome-area:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: none;
  z-index: 3;
}
.welcome-area .right-bg {
  float: right;
  width: 72.5%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.welcome-area .header-bg {
  position: absolute;
  top: 0px;
  min-height: 500px;
  z-index: 2;
}
.welcome-area .header-text {
  position: absolute;
  width: 100%;
  top: 58%;
  transform: perspective(1px) translateY(-58%);
  z-index: 4;
}



.welcome-area .header-text h1 {
  font-weight: 400;
  font-size: 42px;
  color: #1E3056;
  line-height: 54px;
  letter-spacing: 1.4px;
  margin-bottom: 40px;
}
.welcome-area .header-text p {
  font-weight: 400;
  font-size: 16px;
  color: #697BA2;
  line-height: 28px;
  letter-spacing: 1px;
  margin-bottom: 40px;
}
.welcome-area .header-text .btn-primary-line {
  width: 180px;
  margin-bottom: 0px;
}


@media (max-width: 1200px) {
  .header-text {
    top: 60% !important;
    transform: perspective(1px) translateY(-60%) !important;
  }
  .header-text h1 {
    font-size: 32px !important;
    line-height: 42px !important;
  }


}
@media (max-width: 991px) {
  .welcome-area {
    margin-top: 80px;
    background: #fff;
  }
  
  
  .welcome-area .right-bg {
    width: 100%;
    filter: blur(8px);
  }
  .welcome-area .right-bg:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    background-image: linear-gradient(135deg, #318AD6 0%, #735ED5 100%);
  }
  .welcome-area .header-bg {
    display: none;
  }
  .welcome-area .header-text {
    top: 50% !important;
    transform: perspective(1px) translateY(-50%) !important;
    text-align: center;
  }
  .welcome-area .header-text h1 {
    font-weight: 500;
    font-size: 22px !important;
    line-height: 32px !important;
    margin-bottom: 10px !important;
    text-align: center;
    color: #000000;
  }
  .welcome-area .header-text p {
    text-align: center;
    color: #000000;
  }
  .welcome-area .header-text .btn-primary-line {
    margin: auto;
    border: 1px solid #fff;
    background: #fff;
  }
  .welcome-area .header-text .btn-primary-line:hover {
    color: #5374D6;
  }
} */

.welcome-area {
  overflow: hidden;
  position: relative;
  transform-style: preserve-3d;
}

.welcome-area:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: none;
  z-index: 3;
}

.welcome-area .right-bg {
  float: right;
  width: 72.5%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  transform-style: preserve-3d;
}

.welcome-area .header-bg {
  position: absolute;
  top: 0;
  min-height: 500px;
  z-index: 2;
  width: 100%;
}
.header-text-small{
  display: none;
 }
.welcome-area .header-text {
  position: absolute;
  width: 100%;
  top: 58%;
  transform: translateY(-58%);
  z-index: 4;
  padding: 20px;
}

.welcome-area .header-text h1 {
  font-weight: 400;
  font-size: 42px;
  color: #1E3056;
  line-height: 54px;
  letter-spacing: 1.4px;
  margin-bottom: 40px;
}

.welcome-area .header-text p {
  font-weight: 400;
  font-size: 16px;
  color: #697BA2;
  line-height: 28px;
  letter-spacing: 1px;
  margin-bottom: 40px;
}

.welcome-area .header-text .btn-primary-line {
  width: 180px;
  margin-bottom: 0;
}

@media (max-width: 1200px) {
  .header-text {
    top: 60% !important;
    transform: perspective(1px) translateY(-60%) !important;
  }
  .header-text h1 {
    font-size: 32px !important;
    line-height: 42px !important;
  }
}
/* Small Devices - Mobiles */
@media (max-width: 991px) {
  .welcome-area {
    margin-top: 80px;
    background: #fff;
  }

  .welcome-area .right-bg {
    width: 100%;
    /* filter: blur(6px); */
  }

  .welcome-area .right-bg:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    /* background-image: linear-gradient(135deg, #318AD6 0%, #735ED5 100%); */
    top: 0;
    left: 0;
    z-index: 1;
  }

  .welcome-area .header-bg {
    display: none;
  }

  .header-text-small {
    display: block;
    padding: 60px 20px;
    text-align: center;
  }

  .header-text-small h1 {
    font-size: 28px;
  }

  .header-text-small p {
    font-size: 16px;
  }
 
  .welcome-area .header-text {
    display: none;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    padding: 20px;
  }

  .welcome-area .header-text h1 {
    font-weight: 500;
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 15px;
    color: #000;
  }

  .welcome-area .header-text p {
    font-size: 14px;
    line-height: 24px;
    color: #000;
  }

  .welcome-area .header-text .btn-primary-line {
    display: inline-block;
    margin: auto;
    background: #fff;
    border: 1px solid #fff;
    color: #5374D6;
    padding: 10px 20px;
    font-weight: 500;
    transition: all 0.3s ease;
  }

  .welcome-area .header-text .btn-primary-line:hover {
    background: #5374D6;
    color: #fff;
  }
}

/* 
---------------------------------------------
features
--------------------------------------------- 
*/
.features-small-item {
  display: block;
  background: #F9FAFF;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
  border-radius: 5px;
  padding: 30px;
  text-align: center;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}
.features-small-item.item-1 {
  border-radius: 25px 5px 5px 5px;
}
.features-small-item.item-2 {
  border-radius: 5px 25px 5px 5px;
}
.features-small-item.item-3 {
  border-radius: 5px 5px 5px 25px;
}
.features-small-item.item-4 {
  border-radius: 5px 5px 25px 5px;
}
.features-small-item:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background-image: linear-gradient(135deg, #318AD6 0%, #735ED5 100%);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  opacity: 0;
}
.features-small-item.active:before, .features-small-item:hover:before {
  opacity: 1;
}
.features-small-item.active .features-title, .features-small-item:hover .features-title {
  color: #ffffff;
}
.features-small-item.active .icon i, .features-small-item:hover .icon i {
  color: #fff;
}
.features-small-item.active p, .features-small-item:hover p {
  color: #E5E9F7;
}
.features-small-item.active a span, .features-small-item.active a i, .features-small-item:hover a span, .features-small-item:hover a i {
  color: #fff;
}
.features-small-item .icon {
  width: 60px;
  margin: auto;
  position: relative;
  margin-bottom: 20px;
}
.features-small-item .icon i {
  font-size: 22px;
  color: #5374D6;
}
.features-small-item .features-title {
  font-weight: 400;
  font-size: 16px;
  color: #3B566E;
  letter-spacing: 0.7px;
  margin-bottom: 15px;
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.features-small-item p {
  font-weight: 400;
  font-size: 14px;
  color: #6F8BA4;
  letter-spacing: 0.88px;
  line-height: 26px;
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  margin-bottom: 20px;
}
.features-small-item a {
  float: right;
  position: relative;
  z-index: 2;
}
.features-small-item a span {
  font-weight: 700;
  font-size: 12px;
  color: #5374D6;
  display: inline-block;
  height: 20px;
  line-height: 20px;
  float: left;
  margin-right: 10px;
}
.features-small-item a i {
  color: #5374D6;
  display: inline-block;
  height: 20px;
  line-height: 20px;
  float: left;
}

@media (max-width: 991px) {
  .features-small-item.item-1 {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }
  .features-small-item.item-2 {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }
  .features-small-item.item-3 {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }
  .features-small-item.item-4 {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }
}
/* 
---------------------------------------------
parallax
--------------------------------------------- 
*/
.parallax {
  min-height: 215px;
  overflow: hidden;
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
}
.parallax:before {
  content: "";
  position: absolute;
  width: 140%;
  height: 140%;
  opacity: 0.88;
  background-image: linear-gradient(127deg, #318AD6 0%, #735ED5 91%);
  z-index: 2;
  top: -20%;
  left: -20%;
}
.parallax .parallax-content {
  position: relative;
  z-index: 3;
}
.parallax .parallax-content .info {
  text-align: center;
}
.parallax .parallax-content .info p {
  font-weight: 500;
  font-size: 22px;
  color: #fff;
  letter-spacing: 1.38px;
  line-height: 34px;
}
.parallax .parallax-content .download-btn-content {
  text-align: center;
  margin-top: 60px;
}
.parallax .parallax-content .download-btn-content .btn-download {
  display: block;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  overflow: hidden;
  text-align: center;
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.parallax .parallax-content .download-btn-content .btn-download:hover {
  margin-top: -15px;
}
.parallax .parallax-content .download-btn-content .btn-download i {
  display: inline-block;
  height: 30px;
  line-height: 38px;
  margin-right: 5px;
  color: #fff;
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  display: block;
  font-size: 24px;
  margin-bottom: 15px;
}
.parallax .parallax-content .download-btn-content .btn-download strong {
  display: inline-block;
  font-weight: 700;
  font-size: 16px;
  color: #fff;
  letter-spacing: 1px;
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  display: block;
}
.parallax .parallax-content .download-btn-content .btn-download span {
  font-weight: 400;
  font-size: 12px;
  color: #fff;
  letter-spacing: 0.75px;
}
.parallax .parallax-content .subscribe-wrapper {
  height: 46px;
  margin-top: 60px;
  background: #fff;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  overflow: hidden;
  position: relative;
  margin-bottom: 10px;
}
.parallax .parallax-content .subscribe-wrapper input {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  outline: none;
  padding-left: 20px;
  padding-right: 120px;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.67px;
  border: none;
}
.parallax .parallax-content .subscribe-wrapper input::-webkit-input-placeholder {
  color: #6F8BA4;
}
.parallax .parallax-content .subscribe-wrapper input:-moz-placeholder {
  color: #6F8BA4;
}
.parallax .parallax-content .subscribe-wrapper button {
  position: absolute;
  z-index: 2;
  height: 42px;
  right: 2px;
  top: 2px;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.27px;
  color: #FFFFFF;
  padding-left: 20px;
  padding-right: 20px;
  background: #5374D6;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  border: none;
  outline: none;
  cursor: pointer;
}
.parallax .parallax-content .subscribe-info {
  display: block;
  text-align: center;
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  letter-spacing: 0.67px;
}

@media (max-width: 991px) {
  .parallax {
    padding-top: 60px;
    padding-bottom: 60px;
    min-height: auto;
  }
  .parallax .parallax-content {
    position: relative !important;
    top: 0% !important;
    transform: perspective(1px) translateY(0%) !important;
  }
  .parallax .parallax-content .download-btn-content .btn-download:hover {
    margin-top: 0px;
  }
}
/* 
---------------------------------------------
team
--------------------------------------------- 
*/
.team-item {
  background: #F9FAFF;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  margin-bottom: 30px;
  margin-top: 45px;
}
.team-item:hover .user-image {
  top: -55px;
}
.team-item .user-image {
  width: 96px;
  height: 96px;
  border: 6px solid #fff;
  overflow: hidden;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  position: absolute;
  left: 0px;
  right: 0px;
  margin: auto;
  top: -45px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.team-item .team-content {
  text-align: center;
  overflow: hidden;
}
.team-item .team-content .user-name {
  display: block;
  font-weight: 400;
  font-size: 16px;
  color: #3B566E;
  letter-spacing: 0.69px;
  margin-bottom: 3px;
  margin-top: 70px;
}
.team-item .team-content span {
  display: block;
  font-weight: 400;
  font-size: 12px;
  color: #6F8BA4;
  letter-spacing: 0.6px;
  margin-bottom: 15px;
}
.team-item .team-content .social {
  text-align: center;
  margin-bottom: 15px;
}
.team-item .team-content .social li {
  display: inline-block;
  margin-left: 7px;
  margin-right: 7px;
}
.team-item .team-content .social li a {
  color: #5374D6;
}
.team-item .team-content p {
  padding-left: 25px;
  padding-right: 25px;
  margin-bottom: 25px;
  font-weight: 400;
  font-size: 14px;
  color: #6F8BA4;
  letter-spacing: 0.6px;
  line-height: 26px;
}

/* 
---------------------------------------------
pricing
--------------------------------------------- 
*/
.pricing-item {
  background: #FFFFFF;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 30px;
}
.pricing-item.active .pricing-header {
  position: relative;
  overflow: hidden;
}
.pricing-item.active .pricing-header:before {
  content: "";
  position: absolute;
  width: 192px;
  height: 192px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  top: -60px;
  left: 0px;
  right: 0px;
  margin: auto;
  background-image: linear-gradient(135deg, #318AD6 0%, #735ED5 100%);
}
.pricing-item.active .pricing-header .pricing-title {
  color: #fff;
}
.pricing-item.active .pricing-header .number {
  background: #fff;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.13);
}
.pricing-item.active .pricing-header .number:before {
  border-bottom: 14px solid #fff;
}
.pricing-item.active .pricing-header .number:after {
  border-top: 14px solid #fff;
}
.pricing-item.active .pricing-footer a {
  background: #5374D6;
  color: #fff;
}
.pricing-item.active .pricing-footer a:hover {
  background: #fff;
  color: #5374D6;
}
.pricing-item .pricing-header {
  border-bottom: 1px solid #E2EBFF;
  text-align: center;
  height: 130px;
  display: block;
  position: relative;
}
.pricing-item .pricing-header .pricing-title {
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 1px;
  color: #3B566E;
  position: absolute;
  width: 100%;
  top: 50%;
  transform: perspective(1px) translateY(-50%);
}
.pricing-item .pricing-body {
  margin-bottom: 40px;
}
.pricing-item .pricing-body .number {
  width: 42px;
  height: 42px;
  line-height: 42px;
  background: #C8D1ED;
  position: relative;
  margin: auto;
  margin-top: -20px;
  text-align: center;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
}
.pricing-item .pricing-body .number span {
  font-weight: 400;
  font-size: 16px;
  color: #5374D6;
  display: block;
}
.pricing-item .pricing-body .price-wrapper {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 30px;
}
.pricing-item .pricing-body .price-wrapper .currency {
  height: 47px;
  font-weight: 500;
  font-size: 20px;
  color: #5374D6;
  position: relative;
  top: -15px;
}
.pricing-item .pricing-body .price-wrapper .price {
  font-weight: 700;
  font-size: 34px;
  color: #5374D6;
  letter-spacing: 2.12px;
}
.pricing-item .pricing-body .price-wrapper .period {
  font-weight: 700;
  font-size: 14px;
  color: #5374D6;
  letter-spacing: 0.88px;
}
.pricing-item .pricing-body .list li {
  text-align: center;
  margin-bottom: 12px;
  font-weight: 400;
  font-size: 14px;
  color: #CCDCEA;
  letter-spacing: 0.88px;
  text-decoration: line-through;
}
.pricing-item .pricing-body .list li.active {
  color: #3B566E;
  text-decoration: none;
}
.pricing-item .pricing-footer {
  text-align: center;
}
.pricing-item .pricing-footer a {
  width: 160px;
  margin: auto;
  display: inline-block;
  height: 36px;
  line-height: 34px;
  text-align: center;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  border: 1px solid #5374D6;
  margin-bottom: 40px;
  font-weight: 700;
  font-size: 12px;
  background: #fff;
  color: #5374D6;
  letter-spacing: 0.75px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.pricing-item .pricing-footer a:hover {
  background: #5374D6;
  color: #fff;
}

/* 
---------------------------------------------
blog
--------------------------------------------- 
*/
.blog-post-thumb {
  margin-bottom: 30px;
}
.blog-post-thumb.big .img {
  height: 400px;
}
.blog-post-thumb .img {
  overflow: hidden;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  height: 200px;
  z-index: 1;
}
.blog-post-thumb .img .date {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 60px;
  background-image: linear-gradient(127deg, #318AD6 0%, #735ED5 91%);
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border-top-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.blog-post-thumb .img .date strong {
  display: block;
  color: #fff;
  height: 20px;
  line-height: 20px;
}
.blog-post-thumb .img .date span {
  display: block;
  color: #fff;
  height: 20px;
  line-height: 20px;
}
.blog-post-thumb .blog-content {
  width: 92%;
  margin-left: 4%;
  margin-top: -36px;
  position: relative;
  z-index: 2;
  background: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
  padding: 20px 30px;
  overflow: hidden;
}
.blog-post-thumb .blog-content.top-fix {
  margin-top: 30px;
  width: 100%;
  margin-left: 0%;
  background: none;
  box-shadow: none;
  padding: 0px;
  margin-bottom: 60px;
}
.blog-post-thumb .blog-content h3 {
  margin-bottom: 10px !important;
}
.blog-post-thumb .blog-content h3 a {
  font-weight: 400;
  font-size: 16px;
  color: #3B566E;
  letter-spacing: 1px;
  line-height: 26px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.blog-post-thumb .blog-content h3 a:hover {
  color: #5374D6;
}
.blog-post-thumb .blog-content .post-meta {
  overflow: hidden;
}
.blog-post-thumb .blog-content .post-meta li {
  float: left;
  margin-right: 30px;
  height: 30px;
  line-height: 30px;
  color: #5374D6;
  font-size: 14px;
}
.blog-post-thumb .blog-content .post-meta li a {
  color: #5374D6;
}
.blog-post-thumb .blog-content .post-meta li span {
  display: inline-block;
  margin-right: 5px;
}
.blog-post-thumb .blog-content .text {
  font-weight: 400;
  font-size: 14px;
  color: #6F8BA4;
  letter-spacing: 0.88px;
  line-height: 26px;
  margin-bottom: 15px;
}
.blog-post-thumb .blog-content .text.post-detail {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  text-align: left;
}
.blog-post-thumb .blog-content .read-more {
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.75px;
  color: #5374D6;
  float: right;
}
.blog-post-thumb .post-footer {
  overflow: hidden;
  border-bottom: 1px solid #ECF7FF;
  border-top: 1px solid #ECF7FF;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 30px;
  padding-right: 30px;
}
.blog-post-thumb .post-footer span {
  float: left;
  height: 30px;
  line-height: 30px;
  font-weight: 300;
  font-size: 14px;
  color: #6F8BA4;
}
.blog-post-thumb .post-footer ul.share {
  float: right;
}
.blog-post-thumb .post-footer ul.share li {
  float: left;
  margin-left: 15px;
}
.blog-post-thumb .post-footer ul.share li a {
  display: block;
  height: 30px;
  line-height: 30px;
  color: #5374D6;
}
.blog-post-thumb .btn-primary-line {
  margin: auto;
}

.section-comments {
  margin-bottom: 60px;
  background: #fff;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 30px;
  padding-bottom: 0px;
}
.section-comments ul {
  overflow: hidden;
  margin: 0px;
  padding: 0px;
}
.section-comments ul li {
  overflow: hidden;
}
.section-comments ul li .avatar {
  width: 70px;
  height: 70px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  overflow: hidden;
  float: left;
  margin-right: 20px;
}
.section-comments ul li .comment-content {
  font-weight: 400;
  font-size: 14px;
  color: #6F8BA4;
  float: left;
  width: calc(100% - 90px);
  width: -webkit-calc(100% - 90px);
}
.section-comments ul li .comment-content .comment-by {
  margin-bottom: 10px;
  position: relative;
}
.section-comments ul li .comment-content .comment-by strong {
  display: block;
  color: #3B566E;
}
.section-comments ul li .comment-content .comment-by span {
  font-size: 12px;
}
.section-comments ul li .comment-content .comment-by .btn-reply {
  position: absolute;
  right: 0px;
  top: 15px;
  background: #F4F8FB;
  color: #6F8BA4;
  height: 25px;
  line-height: 25px;
  padding-left: 10px;
  padding-right: 10px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.section-comments ul li .comment-content .comment-by .btn-reply i {
  font-size: 12px;
}
.section-comments ul li .comment-content .comment-by .btn-reply:hover {
  background: #5374D6;
  color: #fff;
}
.section-comments ul li ul {
  padding-left: 60px;
}

.post-comment {
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 30px;
  padding-bottom: 0px;
  margin-bottom: 30px;
}
.post-comment .comment-form .form-item {
  margin-bottom: 20px;
}
.post-comment .comment-form .form-item label {
  display: block;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 0px;
}
.post-comment .comment-form .form-item input, .post-comment .comment-form .form-item textarea {
  border: 1px solid #eee;
  width: 100%;
  height: 50px;
  outline: none;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.post-comment .comment-form .form-item input:focus, .post-comment .comment-form .form-item textarea:focus {
  border: 1px solid #ddd;
}
.post-comment .comment-form .form-item textarea {
  height: 150px;
  resize: none;
  padding: 20px;
}

.pagination {
  margin-bottom: 30px;
  margin-top: 30px;
}
.pagination .page-item a {
  font-size: 14px;
  color: #5374D6;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.pagination .page-item a:hover {
  background: #F4F8FB;
}

@media (max-width: 991px) {
  .blog-post-thumb.big .img {
    height: 350px;
  }

  .section-comments ul li ul {
    padding-left: 20px;
  }
}
@media (max-width: 420px) {
  .blog-post-thumb.big .img {
    height: 200px;
  }
}
/* 
---------------------------------------------
footer
--------------------------------------------- 
*/
footer {
  background: #F4F8FB;
  padding-top: 70px;
}
footer img.logo {
  width: 180px;
  height: 100px;
  margin-bottom: 30px;
}
footer .text {
  font-weight: 400;
  font-size: 14px;
  color: #6F8BA4;
  line-height: 26px;
  letter-spacing: 0.88px;
}
footer h5 {
  font-weight: 400;
  font-size: 16px;
  color: #3B566E;
  letter-spacing: 0.69px;
  line-height: 30px;
  margin-bottom: 30px !important;
}
footer .footer-nav li a {
  display: block;
  overflow: hidden;
}
footer .footer-nav li a:hover span {
  color: #5374D6;
}
footer .footer-nav li a i {
  float: left;
  height: 32px;
  line-height: 32px;
  margin-right: 12px;
  font-size: 14px;
  color: #3B566E;
}
footer .footer-nav li a span {
  float: left;
  height: 32px;
  line-height: 32px;
  font-weight: 400;
  font-size: 14px;
  color: #6F8BA4;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
footer .address p {
  display: block;
  overflow: hidden;
  font-weight: 400;
  font-size: 14px;
  color: #6F8BA4;
  line-height: 26px;
  letter-spacing: 0.88px;
  margin-bottom: 5px;
}
footer .address p a {
  color: #5374D6;
}
footer .address .social {
  overflow: hidden;
  margin-top: 5px;
}
footer .address .social li {
  float: left;
  font-size: 16px;
  margin-right: 10px;
}
footer .address .social li a {
  color: #6F8BA4;
}
footer .copyright {
  text-align: center;
  border-top: 1px solid #DAE6FD;
  margin-top: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
  font-weight: 400;
  font-size: 14px;
  color: #6F8BA4;
  letter-spacing: 0.88px;
}

@media (max-width: 991px) {
  footer .text {
    margin-bottom: 30px;
  }
  footer h5 {
    margin-bottom: 15px;
  }
  footer .footer-nav {
    margin-bottom: 30px;
  }
}
/* 
---------------------------------------------
pages
--------------------------------------------- 
*/
.page {
  background: #fff;
  margin-top: 80px;
}
.page .cover {
  min-height: 170px;
  position: relative;
  overflow: hidden;
  background: #F4F8FB;
}
.page .cover .page-top {
  position: absolute;
  width: 100%;
  bottom: 45px;
  z-index: 3;
}
.page .cover .page-top h1 {
  font-weight: 400;
  font-size: 36px;
  line-height: 46px;
  letter-spacing: 1.4px;
  color: #3B566E;
  text-align: center;
}
.page .cover .page-top .breadcrumb {
  float: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  background: none;
  padding: 0px;
  margin-top: 8px;
  margin-bottom: 0px;
  display: block;
  text-align: center;
}
.page .cover .page-top .breadcrumb li {
  font-weight: 400;
  font-size: 14px;
  color: #6F8BA4;
  line-height: 30px;
  margin-left: 10px;
  display: inline-block;
}
.page .cover .page-top .breadcrumb li:after {
  font-family: FontAwesome;
  content: "\f105";
  margin-left: 10px;
  color: #6F8BA4;
}
.page .cover .page-top .breadcrumb li:first-child {
  margin-left: 0px;
}
.page .cover .page-top .breadcrumb li:last-child:after {
  content: "";
  margin-left: 0px;
}
.page .cover .page-top .breadcrumb li a {
  font-weight: 400;
  font-size: 14px;
  color: #3B566E;
}
.page .page-bottom {
  padding-top: 100px;
  padding-bottom: 70px;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.88px;
  line-height: 28px;
  color: #6F8BA4;
}
.page .page-bottom p {
  margin-bottom: 28px;
}
.page .page-bottom .features-small-item {
  background: #fff;
}
.page .page-bottom .page-detail .image {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 30px;
  overflow: hidden;
}

@media (max-width: 991px) {
  .page .cover {
    min-height: auto;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .page .cover .page-top {
    text-align: center;
    position: relative;
    bottom: auto;
  }
  .page .cover .page-top h1 {
    font-size: 26px !important;
    line-height: 36px !important;
  }
  .page .cover .page-top .breadcrumb {
    float: none;
    text-align: center;
    display: block;
  }
  .page .cover .page-top .breadcrumb li {
    display: inline;
  }
}
/* 
---------------------------------------------
faq
--------------------------------------------- 
*/
.accordion {
  background: #FFFFFF;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
  border-radius: 5px;
  overflow: hidden;
}
.accordion .accordion-item {
  border: none;
  background: none;
  border-bottom: 1px solid #f8f8f8;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.accordion .accordion-item .accordion-header {
  padding: 0px;
  border: none;
  background: none;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.accordion .accordion-item .accordion-header:hover {
  background: #f8f8f8;
}
.accordion .accordion-item .accordion-header:hover .accordion-button {
  padding-left: 40px;
}
.accordion .accordion-item .accordion-header:first-child {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.accordion .accordion-item .accordion-header .accordion-button {
  width: 100%;
  text-align: left;
  padding: 0px;
  padding-left: 30px;
  padding-right: 30px;
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 1px;
  color: #3B566E;
  text-decoration: none !important;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
  box-shadow: none !important;
}
.accordion .accordion-item .accordion-header .accordion-button:before {
  content: "";
  position: absolute;
  width: 3px;
  height: 100%;
  background: #5374D6;
  left: 0px;
  top: 0px;
}
.accordion .accordion-item .accordion-body {
  padding: 30px;
  padding-left: 35px;
  padding-bottom: 16px;
  font-weight: 400;
  font-size: 16px;
  color: #6F8BA4;
  line-height: 28px;
  letter-spacing: 1px;
  border-top: 1px solid #F3F8FF;
  position: relative;
}
.accordion .accordion-item .accordion-body:before {
  content: "";
  position: absolute;
  width: 3px;
  height: 100%;
  background: #C8D1ED;
  left: 0px;
  top: 0px;
}
.accordion .accordion-item .accordion-body p {
  margin-bottom: 14px;
}

@media (max-width: 991px) {
  .accordion {
    margin-bottom: 30px;
  }
  .accordion .accordion-item .accordion-header .accordion-button {
    line-height: 26px;
  }
}
/* 
---------------------------------------------
aside
--------------------------------------------- 
*/
aside.default-aside {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
aside.default-aside .sidebar ul {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
  overflow: hidden;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 30px;
}
aside.default-aside .sidebar ul li.active a {
  background: #5374D6;
  color: #fff;
}
aside.default-aside .sidebar ul li.active a:after {
  color: #fff;
}
aside.default-aside .sidebar ul li.active a:hover {
  padding-left: 60px;
}
aside.default-aside .sidebar ul li:last-child a {
  border: none;
}
aside.default-aside .sidebar ul li a {
  display: block;
  border-bottom: 1px dashed #ECF7FF;
  height: 59px;
  line-height: 59px;
  padding-left: 59px;
  position: relative;
  font-weight: 400;
  font-size: 14px;
  color: #3B566E;
  letter-spacing: 0.88px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
}
aside.default-aside .sidebar ul li a:hover {
  padding-left: 70px;
}
aside.default-aside .sidebar ul li a:after {
  font-family: FontAwesome;
  content: "\f105";
  position: absolute;
  left: 30px;
  color: #3B566E;
}
aside.default-aside .sidebar ul li a span {
  float: right;
  margin-right: 30px;
  display: inline-block;
  background: #5374D6;
  height: 20px;
  line-height: 20px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 10px;
  color: #fff;
  margin-top: 18px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
}
aside.default-aside .sidebar .search-widget {
  display: block;
  margin-bottom: 30px;
  height: 50px;
  position: relative;
}
aside.default-aside .sidebar .search-widget input {
  border: 1px solid #fff;
  position: absolute;
  width: 100%;
  height: 100%;
  outline: none;
  padding-left: 20px;
  padding-right: 50px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
}
aside.default-aside .sidebar .search-widget input:focus {
  border: 1px solid #5374D6;
  padding-left: 30px;
}
aside.default-aside .sidebar .search-widget button {
  position: absolute;
  z-index: 2;
  right: 10px;
  top: 10px;
  height: 30px;
  width: 30px;
  border: none;
  background-image: linear-gradient(127deg, #318AD6 0%, #735ED5 91%);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  outline: none;
  cursor: pointer;
  text-align: center;
  padding: 0px;
}
aside.default-aside .sidebar .search-widget button i {
  color: #fff;
}
aside.default-aside .sidebar .widget-tags {
  padding: 30px;
  padding-bottom: 20px;
  overflow: hidden;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
}
aside.default-aside .sidebar .widget-tags a {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  background: #f5f5f5;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: 400;
  font-size: 14px;
  color: #3B566E;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
aside.default-aside .sidebar .widget-tags a:hover {
  background: #5374D6;
  color: #fff;
}

/* 
---------------------------------------------
contact
--------------------------------------------- 
*/
.contact .contact-item {
  text-align: center;
  margin-bottom: 30px;
}
.contact .contact-item:hover .icon:before {
  opacity: 1;
}
.contact .contact-item:hover .icon i {
  color: #fff;
}
.contact .contact-item .icon {
  width: 80px;
  height: 80px;
  margin: auto;
  line-height: 84px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  background: #fff;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
}
.contact .contact-item .icon:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  background-image: linear-gradient(135deg, #318AD6 0%, #735ED5 100%);
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  z-index: 1;
}
.contact .contact-item .icon i {
  font-size: 22px;
  color: #5374D6;
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.contact .contact-item p {
  margin: 0px;
  font-weight: 400;
  font-size: 14px;
}
.contact .contact-item a {
  display: block;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.88px;
  line-height: 28px;
  color: #6F8BA4;
}
.contact .map-canvas {
  height: 500px;
  margin-bottom: 80px;
}

.contact-form {
  text-align: center;
}
.contact-form input, .contact-form textarea {
  border: 1px solid #eee;
  width: 100%;
  height: 50px;
  outline: none;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-bottom: 30px;
}
.contact-form input:focus, .contact-form textarea:focus {
  border: 1px solid #5374D6;
  padding-left: 30px;
}
.contact-form textarea {
  height: 150px;
  resize: none;
  padding: 20px;
}

/* 
---------------------------------------------
preloader
--------------------------------------------- 
*/
/*.loader-wrapper {*/
/*  position: fixed;*/
/*  width: 100%;*/
/*  height: 100%;*/
/*  z-index: 99999;*/
/*  background: #F9FAFF;*/
/*  display: none !important;*/
/*  justify-content: center;*/
/*  align-items: center;*/
/*}*/
/*.loader-wrapper .loader {*/
/*  position: relative;*/
/*  width: 45px;*/
/*  height: 45px;*/
/*  position: relative;*/
/*  display: none !important;*/
/*  flex-direction: row;*/
/*  align-items: center;*/
/*  justify-content: center;*/
/*  animation: spin 2s ease-in-out infinite;*/
/*}*/
/*.loader-wrapper .loader .bubble-1,*/
/*.loader-wrapper .loader .bubble-2,*/
/*.loader-wrapper .loader .bubble-3 {*/
/*  position: absolute;*/
/*  top: 0;*/
/*  width: 25px;*/
/*  height: 25px;*/
/*  border-radius: 100%;*/
/*  background-image: linear-gradient(135deg, #318AD6 0%, #735ED5 100%);*/
/*}*/
/*.loader-wrapper .loader .bubble-2 {*/
/*  top: auto;*/
/*  bottom: 0;*/
/*}*/
/*.loader-wrapper .loader .bubble-3 {*/
/*  top: auto;*/
/*  bottom: 0;*/
/*  right: 0;*/
/*}*/
/*.loader-wrapper .loader .bubble-1, .loader-wrapper .loader .bubble-2, .loader-wrapper .loader .bubble-3 {*/
/*  animation: bounce 2s ease-in-out infinite;*/
/*}*/
/*.loader-wrapper .loader .bubble-2 {*/
/*  animation-delay: -0.8s;*/
/*}*/
/*.loader-wrapper .loader .bubble-3 {*/
/*  animation-delay: -1.2s;*/
/*}*/

/*@keyframes spin {*/
/*  100% {*/
/*    transform: rotate(360deg);*/
/*  }*/
/*}*/
/*@keyframes bounce {*/
/*  0%, 100% {*/
/*    transform: scale(0);*/
/*  }*/
/*  50% {*/
/*    transform: scale(1);*/
/*  }*/
/*}*/

/*============ carousel  css ============*/
.carousel-container {
  position: relative;
  width: 100%;
  max-width: 1500px;
  margin: 50px auto;
  overflow: hidden;
}

.carousel-track-container {
  overflow: hidden;
  width: 100%;
}

.carousel-track {
  display: flex;
  transition: transform 0.4s ease-in-out;
  will-change: transform;
}

.carousel-card {
  flex: 0 0 25%;
  height: 300px;
  box-sizing: border-box;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  color: #333;
  transition: transform 0.2s ease;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.carousel-card img {
  width: 100%;
  height: 80%;
  object-fit: cover;
  border-radius: 10px;
}

.carousel-card:hover {
  transform: scale(1.05);
}

.carousel-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff;
  border: 1px solid #ddd;
  cursor: pointer;
  padding: 10px;
  font-size: 20px;
  z-index: 10;
  border-radius: 5px;
}

.carousel-button.prev {
  left: 10px;
}

.carousel-button.next {
  right: 10px;
}

.carousel-indicators {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}

.carousel-indicators div {
  width: 10px;
  height: 10px;
  background-color: #ddd;
  border-radius: 50%;
  margin: 0 5px;
  cursor: pointer;
}

.carousel-indicators .active {
  background-color: #555;
}

/* Responsive Tweaks */
@media (min-width: 1025px) {
  .carousel-card {
    flex: 0 0 25%;
    height: 300px;
  }
}

@media (max-width: 1024px) {
  .carousel-card {
    flex: 0 0 33.33%;
    height: 250px;
  }
}

@media (max-width: 600px) {
  .carousel-card {
    flex: 0 0 50%;
    height: 200px;
    font-size: 14px;
  }
}



/* Ensure infinite loop works smoothly */
.carousel-track {
  display: flex;
  transition: transform 0.4s ease-in-out;
  will-change: transform;
}

.carousel-track.no-transition {
  transition: none;
}

/* Fix for infinite loop spacing issues */
.carousel-track .clone {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}

.carousel-track .clone img {
  opacity: 0.8;
}





.hero-section { background: linear-gradient(to right, #ff7e5f, #feb47b); color: #fff; padding: 40px 20px; text-align: center; }
.info-card { background: #fdf2e9; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); border-radius: 10px; padding: 20px; margin-bottom: 20px; }
.highlight { color: #d35400; font-weight: bold; }
.offer-section { background: #f8c471; color: #fff; padding: 15px; border-radius: 8px; margin-bottom: 20px; text-align: center; font-weight: bold; }
.gallery img { width: 100%; border-radius: 8px; transition: transform 0.3s ease-in-out; }
.gallery img:hover { transform: scale(1.05); }
.faq-button { background-color: #ff7e5f; color: #fff; }
.service-header { background: #007bff; color: #fff; padding: 20px; text-align: center; }
.card-highlight { background: #e3f2fd; }


.sofa-hero-section {
  background: linear-gradient(135deg, rgba(106, 5, 114, 0.8), rgba(217, 119, 164, 0.8)), url('sofa-cleaning-bg.jpg') center/cover no-repeat;
  color: #fff;
  padding: 60px 20px;
  text-align: center;
  border-radius: 15px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}
.sofa-info-section { background: #fff; padding: 40px; border-radius: 15px; box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1); margin-top: -30px; position: relative; }
.sofa-offer-banner { background: #e63946; color: #fff; padding: 15px; border-radius: 8px; text-align: center; font-weight: bold; margin: 20px 0; }
.sofa-steps { display: flex; justify-content: space-between; gap: 10px; }
.sofa-step-box { padding: 20px; background: #6a0572; color: #fff; border-radius: 10px; flex: 1; text-align: center; font-weight: bold; }
.sofa-gallery img { width: 100%; border-radius: 15px; transition: transform 0.3s ease; }
.sofa-gallery img:hover { transform: scale(1.05); }
.sofa-btn-book { background-color: #e63946; color: #fff; padding: 15px 30px; border-radius: 50px; font-weight: bold; }
.sofa-review-card { background: #fff; padding: 20px; border-radius: 15px; box-shadow: 0 4px 15px rgba(0,0,0,0.1); margin: 10px; text-align: center; }
.sofa-review-card img { width: 70px; height: 70px; border-radius: 50%; margin-bottom: 10px; }
.sofa-review-name { font-weight: bold; color: #e63946; }





.after-cleaning-hero { background: linear-gradient(135deg, #4A00E0, #8E2DE2); color: #fff; padding: 100px 20px; text-align: center; border-bottom-left-radius: 50% 20px; border-bottom-right-radius: 50% 20px; opacity: 0; transform: translateY(-20px); animation: fadeIn 1s forwards; }
        .after-cleaning-hero h1 { font-size: 1.8rem; font-weight: 800; margin-bottom: 15px; }
        .after-cleaning-hero p { font-size: 1.2rem; }
        .after-cleaning-content { background: #fff; padding: 30px; border-radius: 15px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); margin-top: -30px; position: relative; opacity: 0; transform: translateY(20px); animation: fadeIn 1s 0.5s forwards; }
        .after-cleaning-service-card { background: #e3f2fd; border: none; border-radius: 10px; padding: 20px; box-shadow: 0 2px 8px rgba(0,0,0,0.1); transition: transform 0.3s; }
        .after-cleaning-service-card:hover { transform: translateY(-5px); background: #bbdefb; }
        .after-cleaning-faq { background: #d1c4e9; padding: 30px; border-radius: 15px; }
        .after-cleaning-review { background: #fff; padding: 15px; border-radius: 10px; box-shadow: 0 4px 10px rgba(0,0,0,0.1); text-align: center; }
        .after-cleaning-btn { background-color: #8E2DE2; color: #fff; padding: 12px 30px; border-radius: 30px; font-size: 1.1em; }
        .after-cleaning-btn:hover { background-color: #4A00E0; }
        .after-cleaning-contact { text-align: center; margin-top: 20px; font-size: 1.2em; font-weight: bold; color: #8E2DE2; }

        @keyframes fadeIn {
            to { opacity: 1; transform: translateY(0); }
        }



        .hero-section-office { background: linear-gradient(135deg, #0B3D91, #1C4E80); color: #fff; padding: 80px 20px; text-align: center; border-bottom-left-radius: 80px; border-bottom-right-radius: 80px; }
        .hero-section-office h1 { font-size: 2.5rem; font-weight: 800; margin-bottom: 10px; }
        .hero-section-office p { font-size: 1.1rem; }
        .content-box { background: #fff; padding: 30px; border-radius: 20px; box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1); margin-top: -40px; position: relative; }
        .service-card { background: #e7f1ff; border: none; border-radius: 10px; padding: 20px; box-shadow: 0 2px 8px rgba(0,0,0,0.1); transition: transform 0.3s ease-in-out; }
        .service-card:hover { transform: translateY(-5px); background: #1C4E80; color: #fff; }
        .before-after-section { display: flex; justify-content: center; gap: 20px; align-items: center; margin: 40px 0; }
        .before-after-section img { width: 45%; border-radius: 15px; box-shadow: 0 4px 12px rgba(0,0,0,0.3); transition: transform 0.3s ease; }
        .before-after-section img:hover { transform: scale(1.05); }
        .faq-section, .reviews-section { background: #F8F9FA; padding: 20px; border-radius: 15px; margin-top: 40px; }
        .faq-section h2, .reviews-section h2 { color: #0B3D91; }
        .contact-section { text-align: center; margin-top: 20px; font-size: 1.2em; font-weight: bold; color: #0B3D91; }
        .btn-action { background-color: #1C4E80; color: #fff; padding: 12px 30px; border-radius: 30px; font-size: 1.1em; }
        .btn-action:hover { background-color: #0B3D91; }    
        
        

        .hero-section-mattress { background: #673f0e; color: #fff; padding: 60px 20px; text-align: center; border-bottom-left-radius: 60px; border-bottom-right-radius: 60px; }
        .hero-section-mattress h1 { font-size: 2rem; font-weight: bold; margin-bottom: 10px; }
        .hero-section-mattress p { font-size: 1rem; }

        /* Content Box */
        .content-box { background: #fff; padding: 20px; border-radius: 15px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); margin-top: -30px; position: relative; }

        /* Service Cards */
        .service-card-mattress { background: #E3F2FD; border: none; border-radius: 10px; padding: 15px; box-shadow: 0 2px 8px rgba(0,0,0,0.1); transition: transform 0.3s ease-in-out; }
        .service-card-mattress:hover { transform: translateY(-5px); background: #673f0e; color: #fff; }

        /* Before & After Section */
        .before-after-section { display: flex; justify-content: center; gap: 20px; align-items: center; margin: 30px 0; }
        .before-after-section img { width: 45%; border-radius: 15px; box-shadow: 0 4px 12px rgba(0,0,0,0.3); transition: transform 0.3s ease; }
        .before-after-section img:hover { transform: scale(1.05); }

        /* FAQ Section */
        .faq-section { background: #F5F5F5; padding: 20px; border-radius: 15px; margin-top: 30px; }
        .faq-section h2 { color: #4A90E2; }

        /* Customer Reviews Section */
        .reviews-section { background: #FAFAFA; padding: 20px; border-radius: 15px; margin-top: 30px; }
        .reviews-section h2 { color: #4A90E2; margin-bottom: 20px; }
        .review-card { background: #fff; padding: 15px; border-radius: 10px; box-shadow: 0 2px 8px rgba(0,0,0,0.1); text-align: center; transition: transform 0.3s ease; }
        .review-card:hover { transform: translateY(-5px); }
        .review-card p { font-style: italic; color: #555; }
        .review-card strong { color: #333; }

        /* Call-to-Action */
        .btn-action-mattress { background-color: #4A90E2; color: #fff; padding: 12px 30px; border-radius: 30px; font-size: 1.1em; }
        .btn-action-mattress:hover { background-color: #357ABD; }


        .hero-section-mini {
          background: #4CAF50;
          color: white;
          padding: 50px 20px;
          text-align: center;
      }
      .service-card {
          transition: transform 0.3s ease-in-out;
      }
      .service-card:hover {
          transform: scale(1.05);
      }
      .faq-item {
          margin-bottom: 20px;
      }
      .review-card {
          border-left: 5px solid #4CAF50;
          padding: 15px;
          margin-bottom: 20px;
      }
      .call-button {
          position: fixed;
          bottom: 20px;
          right: 20px;
          background-color: #4CAF50;
          color: white;
          padding: 10px 20px;
          border-radius: 50px;
          box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
          font-size: 18px;
          font-weight: bold;
          text-decoration: none;
      }
      .call-button:hover {
          background-color: #45a049;
      }



      .vacant-hero-section {
        background: url('../images/photos/rm405-c02a.jpg') center/cover;
        color: #ffffff;
        padding: 100px 0;
        text-align: center;
    }
    .vacant-hero-section h1 {
        font-size: 3rem;
        font-weight: bold;
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
    }
    .vacant-service-details-section {
        padding: 40px 20px;
    }
    .vacant-painting-service-card {
        background: #1a3e28ce;
        color: white;
        border-radius: 10px;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
        padding: 20px;
        margin: 10px;
        transition: transform 0.3s ease;
    }
    .vacant-painting-service-card:hover {
        transform: translateY(-5px);
    }
    .vacant-contact-section {
        background-color: #2d2d2d;
        color: #fff;
        padding: 20px;
    }
    .vacant-about-section, .testimonial-section, .cta-section {
        padding: 40px 20px;
    }
    .vacant-testimonial-card {
      color: white;
        background: #1a3e28ce;
        border-radius: 10px;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
        padding: 20px;
        margin: 10px;
    }
    .vacant-painting-gallery img {
        width: 100%;
        border-radius: 10px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    }



/* ++++++++++++++++Ocupied painting css +++++++++++++++++++++++++++++++++ */

    .Occupied-hero-section {
      background: url('../images/photos/occupied.jpg') center/cover;
      color: #ffffff;
      padding: 100px 0;
      text-align: center;
  }
  .Occupied-hero-section h1 {
      font-size: 3rem;
      font-weight: bold;
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
  }
  .Occupied-service-details-section {
      padding: 40px 20px;
  }
  .Occupied-painting-service-card {
      background: #56311ac9;
      color: white;
      border-radius: 10px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
      padding: 20px;
      margin: 10px;
      transition: transform 0.3s ease;
  }
  .Occupied-painting-service-card:hover {
      transform: translateY(-5px);
  }
  .Occupied-contact-section {
      background-color: #13230dd2;
      color: #fff;
      padding: 20px;
  }
  .Occupied-about-section, .testimonial-section, .cta-section {
      padding: 40px 20px;
  }
  .Occupied-testimonial-card {
    color: white;
      background: #56311ac9;
      border-radius: 10px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
      padding: 20px;
      margin: 10px;
  }
  .Occupied-painting-gallery img {
      width: 100%;
      border-radius: 10px;
      box-shadow: 0 4px 10px rgb(0, 0, 0);
  }





  .full-house-hero-section {
    background: url('../images/photos/full\ housePaint.jpg') center/cover;
    color: #fff;
    padding: 100px 0;
    text-align: center;
}
.full-house-hero-section h1 {
    font-size: 3rem;
    font-weight: bold;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}
.full-house-service-details-section, .about-section, .difference-section, .testimonial-section, .cta-section {
    padding: 40px 20px;
}
.full-house-painting-service-card, .testimonial-card {
    background: #ffddc1;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    padding: 20px;
    margin: 10px;
    transition: transform 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.full-house-painting-service-card:hover, .testimonial-card:hover {
    transform: translateY(-5px);
}
.full-house-contact-section {
    background-color: #343a40;
    color: #fff;
    padding: 20px;
}




.glamtask-hero-section {
  background: url('../images/photos/interior.jpg') center/cover;
  color: #fff;
  padding: 100px 0;
  text-align: center;
}
.glamtask-hero-title {
  font-size: 3rem;
  font-weight: bold;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}
.glamtask-section, .glamtask-services, .glamtask-testimonials, .glamtask-contact, .glamtask-gallery {
  padding: 40px 20px;
}
.glamtask-card-service, .glamtask-card-testimonial {
  background: #eaf4fc;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  padding: 20px;
  margin: 10px;
  height: 100%;
}
.glamtask-contact {
  background-color: #343a40;
  color: #fff;
}
.glamtask-gallery img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease-in-out;
}
.glamtask-gallery img:hover {
  transform: scale(1.05);
}


.exterior-glamtask-hero-section {
  background: url('../images/photos/exterior.jpg') center/cover;
  color: #fff;
  padding: 100px 0;
  text-align: center;
}
.exterior-glamtask-hero-titlep {
  background-color: #343a40;
  color: #fff;
}


.sidebar ul li {
  padding: 10px;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.sidebar ul li a {
  text-decoration: none;
  color: black;
  display: block;
  transition: color 0.3s ease;
}

/* Active and Selected Styles */
.sidebar ul li.active,
.sidebar ul li.selected {
  background-color: #4b9fe7;
  color: white;
}

/* Ensure text inside <a> turns white */
.sidebar ul li.active a,
.sidebar ul li.selected a {
  color: white !important;
}

/* Hover Effect */
.sidebar ul li:hover {
  background-color: #80b5e4; /* Slightly darker blue */
  color: white;
}

/* Ensure text turns white on hover */
.sidebar ul li:hover a {
  color: white !important;
}