/*==========Fonts CSS Start==========*/

@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfonte0a5.eot?v=4.3.0');
  src: url('../fonts/fontawesome-webfontd41d.eot?#iefix&v=4.3.0') format('embedded-opentype'), url('../fonts/fontawesome-webfonte0a5.woff2?v=4.3.0') format('woff2'), url('../fonts/fontawesome-webfonte0a5.woff?v=4.3.0') format('woff'), url('../fonts/fontawesome-webfonte0a5.ttf?v=4.3.0') format('truetype'), url('../fonts/fontawesome-webfonte0a5.svg?v=4.3.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/*==========Common CSS Start==========*/

body {
  font-family: 'Roboto', sans-serif;
  overflow-x: hidden !important;
  font-size: 15px;
  line-height: 24px;
  color: #2D1C40;
}

a,
a:hover,
a:focus {
  text-decoration: none;
  outline: none;
}

input,
input:focus,
input:hover,
button,
button:hover,
button:focus {
  outline: none;
}

section {
  overflow: hidden;
}

img {
  width: auto;
  max-width: 100%;
}

p {
  font-size: 15px;
  line-height: 24px;
  color: #777;
  font-weight: normal;
  margin-bottom: 12px;
}

.h1-title {
  font-family: 'PT Serif', serif;
  font-size: 22px;
  color: #CEB1FF;
  line-height: 22px;
  font-weight: 700;
  text-transform: uppercase;
  margin-left: 10px;
  margin-bottom: 0;
}

.h2-title {
  font-family: 'PT Serif', serif;
  font-size: 80px;
  color: #fff;
  line-height: 90px;
  font-weight: 700;
}

.h3-title {
  font-family: 'PT Serif', serif;
  font-size: 55px;
  color: #2D1C40;
  font-weight: 700;
  line-height: 65px;
  padding-bottom: 25px;
}

.h4-title {
  font-family: 'PT Serif', serif;
  font-size: 25px;
  color: #2D1C40;
  line-height: 35px;
  padding-left: 15px;
  margin-bottom: 0;
  font-weight: 700;
}

.h5-title {
  font-family: 'PT Serif', serif;
  font-size: 25px;
  color: #fff;
  line-height: 35px;
  margin-bottom: 0;
  font-weight: 700;
}

.h2-subtitle {
  font-family: 'PT Serif', serif;
  font-size: 22px;
  color: #CEB1FF;
  line-height: 22px;
  font-weight: 700;
  text-transform: uppercase;
  margin-left: 10px;
  margin-bottom: 0;
}

.h3-subtitle {
  font-family: 'PT Serif', serif;
  font-size: 30px;
  color: #fff;
  font-weight: 700;
  padding-bottom: 25px;
}

.h4-subtitle {
  font-family: 'PT Serif', serif;
  font-size: 25px;
  color: #2D1C40;
  line-height: 35px;
  font-weight: 700;
}

.h3-footer {
  font-family: 'PT Serif', serif;
  font-size: 33px;
  color: #fff;
  line-height: 35px;
  font-weight: 700;
}

.container {
  position: relative;
  z-index: 5;
}

.m-l-15 {
  margin-left: 15px;
}

.m-r-15 {
  margin-right: 15px;
}

.m-b-70{
  margin-bottom:70px;
}

.sec-btn {
  position: relative;
  height: 60px;
  display: inline-block;
  font-size: 15px;
  text-transform: uppercase;
  /* line-height: 24px; */
  color: #2D1C40!important;
  background-color: #CEB1FF;
  border-radius: 30px;
  padding: 18px 32px;
  font-weight: 500;
  cursor: pointer;
  font-family: 'Roboto', sans-serif;
  border: none;
  overflow: hidden;
  transition: 0.3s;
}

.sec-btn:hover {
  background-color: #2D1C40;
  box-shadow: 0 10px 30px 0 rgb(240, 240, 240, 0.3);
  transition: 0.3s;
  color: #fff!important;
}

.sec-btn:before {
  content: "";
  background: #fff;
  -webkit-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
  position: absolute;
  height: 120%;
  width: 15px;
  opacity: 0.2;
  left: -35%;
  top: -10%;
  transform: rotate(15deg);
  -moz-transform: rotate(15deg);
  -webkit-transform: rotate(15deg);
  -o-transform: rotate(15deg);
}

.sec-btn:hover.sec-btn:before {
  left: 130%;
}

.btn-link {
  position: relative;
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  color: #ffffff;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none;
  padding-bottom: 5px;
  transition: 0.3s;
}

.btn-link:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 2px;
  left: 0;
  bottom: 0;
  background-color: #ffffff;
  transition: 0.3s;
}

.btn-link:hover.btn-link:before {
  width: 100%;
  background-color: #CEB1FF;
}

.btn-link:hover {
  color: #CEB1FF;
  transition: 0.3s;
}

.small-title {
  display: flex;
  margin-bottom: 18px;
  align-items: center;
}

.slick-dots li.slick-active button:before,
.slick-dots li button:before,
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  display: none;
}

.slick-dots {
  bottom: -50px;
  font-size: 0;
  line-height: 1;
}

.slick-dots li {
  width: auto;
  height: auto;
  margin: 0 6px;
}

.slick-dots li button {
  width: 8px;
  height: 8px;
  background: #e1e1e1;
  transition: 0.3s;
}

.slick-dots li button:hover,
.slick-dots li.slick-active button {
  background: #2D1C40;
}

.toggle-button {
  position: fixed;
  top: 5px;
  right: 5px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #CEB1FF;
  text-align: center;
  border: none;
  outline: none;
  display: none;
  z-index: 110;
}

.toggle-button span {
  width: 30px;
  height: 3px;
  background: #ffffff;
  display: block;
  margin: 0 auto 6px auto;
  position: relative;
  top: 0;
  opacity: 1;
  transition: 0.3s;
}

.toggle-button span:last-child {
  margin-bottom: 0;
}

.toggle-menu .toggle-button {
  background-color: #CEB1FF;
}

.toggle-menu .toggle-button span {
  background-color: #ffffff;
}

.toggle-menu .toggle-button span:nth-child(1) {
  transform: rotate(45deg);
  position: relative;
  top: 9px;
}

.toggle-menu .toggle-button span:nth-child(2) {
  opacity: 0;
}

.toggle-menu .toggle-button span:nth-child(3) {
  transform: rotate(-45deg);
  position: relative;
  top: -9px;
}

.black-shadow {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #000000;
  opacity: 0.5;
  z-index: 90;
  display: none;
}

.main-inner-banner {
  position: relative;
  padding-top: 270px;
  padding-bottom: 135px;
}

.main-inner-banner:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgb(19, 23, 48, 0.8);
  top: 0;
  left: 0;
}

.inner-banner-title {
  display: inline-block;
  position: relative;
  z-index: 1;
}

.inner-banner-title:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgb(213, 56, 99, 0.4);
  left: 20px;
  top: 15px;
  z-index: 0;
}

.inner-banner-title .h1-title {
  color: #ffffff;
  line-height: 80px;
  z-index: 1;
  padding: 57px 70px;
  background-color: #b73257;
  display: inline-block;
  position: relative;
  z-index: 1;
}

.inner-breadcrum {
  position: absolute;
  bottom: -92px;
  right: 0;
}

.inner-breadcrum ul {
  text-decoration: none;
  list-style: none;
  display: flex;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
}

.inner-breadcrum ul li {
  color: #ffffff;
  margin-left: 10px;
}

.inner-breadcrum ul li a {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  color: #ffffff;
}

.inner-breadcrum ul li:first-child {
  margin-left: 0;
}

.form-box {
  display: block;
  position: relative;
  font-size: 0;
  line-height: 1;
  margin-bottom: 20px;
}

.form-input {
  width: 100%;
  height: 60px;
  background: #ffffff;
  font-size: 15px;
  font-family: 'Roboto', sans-serif;
  line-height: 24px;
  color: #131830;
  border: none;
  outline: none;
  padding: 12px 30px;
  border: 1px solid #777777;
  box-shadow: none;
  margin-bottom: 15px;
}

textarea.form-input {
  height: 137px;
  resize: none;
  padding: 18px 30px;
  margin-bottom: 0;
}

.mensagem_erro {
  background-color: #73ae20;
  padding: 10px;
  margin-bottom: 10px;
  color: #fff;
  text-align: left;
}

.bg-light {
  background-color: #f9f9f9;
}

.text-right {
  text-align: right;
}

/*==========Loader CSS Start==========*/

.loader-box {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #2D1C40;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999;
}

.loader-5 {
  height: 80px;
  width: 80px;
  -webkit-animation: loader-5-1 2s cubic-bezier(0.77, 0, 0.175, 1) infinite;
  animation: loader-5-1 2s cubic-bezier(0.77, 0, 0.175, 1) infinite;
}

@-webkit-keyframes loader-5-1 {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes loader-5-1 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.loader-5::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: auto;
  margin: auto;
  width: 20px;
  height: 20px;
  background: #CEB1FF;
  border-radius: 50%;
  -webkit-animation: loader-5-2 2s cubic-bezier(0.77, 0, 0.175, 1) infinite;
  animation: loader-5-2 2s cubic-bezier(0.77, 0, 0.175, 1) infinite;
}

@-webkit-keyframes loader-5-2 {
  0% {
    -webkit-transform: translate3d(0, 0, 0) scale(1);
  }
  50% {
    -webkit-transform: translate3d(24px, 0, 0) scale(0.5);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0) scale(1);
  }
}

@keyframes loader-5-2 {
  0% {
    transform: translate3d(0, 0, 0) scale(1);
  }
  50% {
    transform: translate3d(24px, 0, 0) scale(0.5);
  }
  100% {
    transform: translate3d(0, 0, 0) scale(1);
  }
}

.loader-5::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: auto;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 20px;
  height: 20px;
  background: #CEB1FF;
  border-radius: 50%;
  -webkit-animation: loader-5-3 2s cubic-bezier(0.77, 0, 0.175, 1) infinite;
  animation: loader-5-3 2s cubic-bezier(0.77, 0, 0.175, 1) infinite;
}

@-webkit-keyframes loader-5-3 {
  0% {
    -webkit-transform: translate3d(0, 0, 0) scale(1);
  }
  50% {
    -webkit-transform: translate3d(-24px, 0, 0) scale(0.5);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0) scale(1);
  }
}

@keyframes loader-5-3 {
  0% {
    transform: translate3d(0, 0, 0) scale(1);
  }
  50% {
    transform: translate3d(-24px, 0, 0) scale(0.5);
  }
  100% {
    transform: translate3d(0, 0, 0) scale(1);
  }
}

.loader-5 span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  height: 80px;
  width: 80px;
}

.loader-5 span::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: auto;
  right: 0;
  margin: auto;
  width: 20px;
  height: 20px;
  background: #CEB1FF;
  border-radius: 50%;
  -webkit-animation: loader-5-4 2s cubic-bezier(0.77, 0, 0.175, 1) infinite;
  animation: loader-5-4 2s cubic-bezier(0.77, 0, 0.175, 1) infinite;
}

@-webkit-keyframes loader-5-4 {
  0% {
    -webkit-transform: translate3d(0, 0, 0) scale(1);
  }
  50% {
    -webkit-transform: translate3d(0, 24px, 0) scale(0.5);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0) scale(1);
  }
}

@keyframes loader-5-4 {
  0% {
    transform: translate3d(0, 0, 0) scale(1);
  }
  50% {
    transform: translate3d(0, 24px, 0) scale(0.5);
  }
  100% {
    transform: translate3d(0, 0, 0) scale(1);
  }
}

.loader-5 span::after {
  content: "";
  display: block;
  position: absolute;
  top: auto;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 20px;
  height: 20px;
  background: #CEB1FF;
  border-radius: 50%;
  -webkit-animation: loader-5-5 2s cubic-bezier(0.77, 0, 0.175, 1) infinite;
  animation: loader-5-5 2s cubic-bezier(0.77, 0, 0.175, 1) infinite;
}

@-webkit-keyframes loader-5-5 {
  0% {
    -webkit-transform: translate3d(0, 0, 0) scale(1);
  }
  50% {
    -webkit-transform: translate3d(0, -24px, 0) scale(0.5);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0) scale(1);
  }
}

@keyframes loader-5-5 {
  0% {
    transform: translate3d(0, 0, 0) scale(1);
  }
  50% {
    transform: translate3d(0, -24px, 0) scale(0.5);
  }
  100% {
    transform: translate3d(0, 0, 0) scale(1);
  }
}

/*==========Header CSS Start==========*/

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  transition: 0.3s;
}

.header-top {
  width: 100%;
  height: 45px;
  background-color: rgb(45, 28, 64, 0.25);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
  margin-bottom: 20px;
}

.header-contact a {
  display: inline-block;
  color: #fff;
  margin-right: 32px;
  transition: 0.3s;
}

.header-contact a:last-child {
  margin-right: 0;
}

.header-contact a:hover {
  color: #CEB1FF;
}

.header-contact a span {
  display: inline-block;
  margin-right: 10px;
}

.header-content {
  display: flex;
  text-align: end;
  justify-content: flex-end;
}

.header-content p {
  color: #fff;
  margin-bottom: 0;
  margin-right: 15px;
}

.hed-btn {
  width: 108px;
  height: 26px;
  background-color: #2D1C40;
  border-radius: 30px;
  text-align: center;
  color: #fff;
}

.hed-btn:hover {
  color: #fff;
}

.Social-midea {
  text-align: end;
}

.Social-midea a {
  color: #fff;
  margin-left: 12px;
  transition: 0.3s;
}

.Social-midea a:hover {
  color: #CEB1FF;
}

.header-bottom {
  width: 100%;
  /* padding: 30px 0; */
  transition: 0.3s;
}

.site-branding a {
  display: inline-block;
  position: relative;
  max-height: 100px;
}

.site-branding a img {
  width: 100%;
}

.header-menu {
  position: relative;
  text-align: right;
}

.main-navigation {
  display: inline-block;
}

.main-navigation ul {
  list-style: none;
  font-size: 0;
  line-height: 1;
  margin-bottom: 0;
  padding: 0;
}

.main-navigation ul li:first-child {
  margin-left: 0;
  padding-left: 0;
}

.main-navigation ul li {
  font-size: 16px;
  line-height: 24px;
  display: inline-block;
  margin-left: 18px;
  padding-left: 18px;
  position: relative;
}

.main-navigation ul li a {
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  font-weight: 700;
  transition: 0.3s;
  font-family: 'PT Serif', serif;
  padding: 0px
}

.header-btn {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  margin-left: 30px;
  text-transform: uppercase;
}

.main-navigation ul li.sub-items:hover>a,
.main-navigation ul li a:hover,
.main-navigation ul li.active>a {
  color: #CEB1FF;
}

.main-navigation ul li.sub-items>a:before {
  content: "\f107";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  font-family: 'FontAwesome';
  font-size: 16px;
  transition: 0.3s;
}

.site-header.sticky-header .main-navigation ul li a,
.site-header.sticky-header .search-icon a,
.site-header.sticky-header .main-navigation ul li.sub-items>a:before {
  color: #010f2e;
}

.main-navigation ul li.sub-items>a {
  padding-right: 15px;
  position: relative;
}

.main-navigation ul li.sub-items:hover>a:before,
.main-navigation ul li a:hover:before {
  transform: translate(0, -50%) rotate(-180deg);
  transition: 0.3s;
}

.main-navigation ul li:first-child {
  margin-left: 0;
  padding: 0;
}

.main-navigation ul li ul.sub-menu {
  position: absolute;
  top: 100%;
  left: -15px;
  width: 200px;
  height: auto;
  background: #ffffff;
  border-radius: 4px;
  box-shadow: 1px 1px 60px rgba(0, 0, 0, 0.1);
  display: none;
  transition: 0.3s;
  z-index: 150;
}

.main-navigation ul li:hover ul.sub-menu {
  display: block;
  animation: swip_up 0.3s linear 1;
}

@keyframes swip_up {
  from {
    transform: translate(0, 20px);
    opacity: 0;
  }
  to {
    transform: translate(0, 0);
    opacity: 1;
  }
}

.main-navigation ul li ul.sub-menu li {
  display: block;
  text-align: left;
  margin: 0;
  border-bottom: 1px solid #ebebeb;
}

.main-navigation ul li ul.sub-menu li:first-child {
  padding-left: 24px;
}

.main-navigation ul li ul.sub-menu li:last-child {
  border-bottom: none;
}

.main-navigation ul li ul.sub-menu li a {
  display: block;
  padding: 10px 7px;
}

.main-navigation ul li ul.sub-menu li a {
  display: block;
  color: #2D1C40;
  padding: 5px 15px;
  transition: 0.3s;
}

.main-navigation ul li ul.sub-menu li a:hover {
  color: #CEB1FF;
  transition: 0.3s;
}

.nav-link:focus{
   color: #CEB1FF;
}

.main-navigation ul li.sub-items:hover>a,
.main-navigation ul li a:hover,
.main-navigation ul li.active>a {
  color: #CEB1FF;
}

.site-header.sticky-header .main-navigation ul li.sub-items:hover>a,
.site-header.sticky-header .main-navigation ul li a:hover,
.site-header.sticky-header .main-navigation ul li.active>a,
.site-header.sticky-header .main-navigation ul li.sub-items:hover>a:before,
.site-header.sticky-header .main-navigation ul li a:hover:before,
.site-header.sticky-header .main-navigation ul li.active>a:before,
.site-header.sticky-header .main-navigation ul li ul.sub-menu li a:hover {
  color: #CEB1FF;
}


/*==Sticky Header Start==*/

.sticky-header .header-top {
  margin-top: -45px;
  transition: 0.3s;
}

.site-header.sticky-header {
  background-color: #fff;
  box-shadow: 6px 6px 60px 0px rgba(0, 0, 0, 0.1);
  transition: 0.3s
}

.sticky-header .header-bottom {
  /* padding: 0px 0px; */
  transition: 0.3s;
}

.sticky-header .main-navigation ul li a {
  color: #051136;
  transition: 0.3s;
}

.site-header.sticky-header .site-branding a img {
  opacity: 0;
  transition: 0.3s;
}

.site-branding a img.sticky-logo {
  position: absolute;
  top: 0;
  left: 0;
  width: 60%;
  opacity: 0;
  z-index: 1;
}

.site-header.sticky-header .site-branding a img.sticky-logo {
  opacity: 1;
  transition: 0.3s;
  /* margin-top: 10px; */
}

ul li a.active {
 color: #CEB1FF;
}


/*==========Banner Start==========*/

.main-banner {
  position: relative;
}

.main-banner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(45, 28, 64, 0.95);
  pointer-events: none;
}

.banner-bg {
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.banner-bg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/slider/banner-bg.jpg);
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  pointer-events: none;
  opacity: 0.05;
}

.banner-small-title {
  display: flex;
  align-items: center;
}

.banner-small-title h2 {
  margin-left: 10px;
  margin-bottom: 0;
}

.banner-content {
  padding-top: 343px;
  padding-bottom: 250px;
}

.banner-content h2 {
  margin-top: 20px;
}

.banner-content p {
  font-size: 18px;
  line-height: 28px;
  color: #9ea1b0;
  margin-bottom: 0;
  margin-top: 20px;
}

.banner-btn-content {
  margin-top: 30px;
}

.banner-play-btn {
  display: inline-block;
  margin-left: 30px;
  position: absolute;
}

.banner-paly {
  border: solid 1px #ffffff;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-items: center;
  padding: 20px 21px;
  color: #ffffff;
  font-size: 18px;
  transition: 0.3s;
}

.banner-paly:hover {
  color: #CEB1FF;
  background-color: #ffffff;
  transition: 0.3s;
}

.banner-content.slick-slide {
  outline: none;
}

.banner-slider {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 646px;
  bottom: 0;
  right: 0;
}

.banner-box {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 45%;
  height: 646px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
}

/*==========Our Services Start==========*/

.service-title-bg {
  padding-top: 120px;
  padding-bottom: 120px;
}

.service-title-bg .sec-btn {
  float: right;
}

.main-service-box {
  margin-top: -114px;
  padding-bottom: 158px;
}

.service-box {
  position: relative;
}

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

.service-img>img {
  width: 100%;
  transform: scale(1);
  transition: all 0.3s ease;
}

.service-title-box {
  width: 80%;
  height: 80px;
  background-color: #ffffff;
  box-shadow: 10px 10px 60px 0px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  margin-top: -42px;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  opacity: 1;
  transition: all 0.4s ease-out 0s;
}

.service-icon {
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #2D1C40;
}

.service-title-box h3 {
  padding-left: 15px;
  margin-bottom: 0;
}

.service-hover-box {
  background-color: #2D1C40;
  width: 80%;
  padding: 30px;
  text-align: center;
  margin-top: -170px;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  opacity: 0;
  transition: all 0.4s ease-out 0s;
}

.service-hover-box h3 {
  color: #ffffff;
}

.service-hover-box p {
  color: #9b9fb8;
}

.service-box:hover .service-title-box {
  opacity: 0;
  transition: all 0.4s ease-out 0s;
}

.service-box:hover .service-hover-box {
  opacity: 1;
  transition: all 0.4s ease-out 0s;
}

.service-box:hover .service-img>img {
  transform: scale(1.05);
}

/*==========Galeria Start==========*/

.main-project {
  padding-top: 120px;
  padding-bottom: 120px;
}

.main-project .h2-title {
  text-align: center;
}

.side-p {
  padding-left: 75px;
  padding-right: 75px;
  margin-top: 6px;
}

.dax-yes {
  display: inline-block;
}

.dax-no {
  display: none;
}

.project-box {
  margin-bottom: 25px;
}

.project-img {
  position: relative;
  display: block;
  overflow: hidden;
}

.project-img:before {
  content: "";
  position: absolute;
  background-color: #2D1C40;
  top: 20px;
  bottom: 20px;
  left: 20px;
  right: 20px;
  transform: scale(0.1);
  transition: all 0.3s ease-out 0s;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
}

.project-box:hover .project-img:before {
  opacity: 0.85;
  transform: scale(1);
  visibility: visible;
}

.project-img>img {
  width: 100%;
  transform: scale(1);
  transition: all 0.3s ease;
  min-height: 200px;
  max-height: 200px;
  object-fit: cover;
}

.project-box:hover .project-img>img {
  transform: scale(1.05);
}

.project-hover-box {
  position: absolute;
  left: 0;
  right: 0;
  top: 30%;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-30%) scale(0);
  transition: 0.3s;
}

.project-hover-box a {
  position: relative;
  width: 60px;
  height: 60px;
  background-color: #CEB1FF;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: auto;
}

.project-hover-box a:before {
  content: "";
  position: absolute;
  width: 75px;
  height: 75px;
  background-color: #CEB1FF;
  opacity: 0.8;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.project-hover-box a i {
  font-size: 18px;
  color: #ffffff;
  z-index: 1;
}

.project-hover-box .h3-title {
  color: #ffffff;
  font-size: 20px;
}

.project-hover-box p {
  color: #ffffff;
  opacity: 0.5;
  font-size: 18px;
  margin-bottom: 0;
}

.project-box:hover .project-hover-box {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}


/*==========Galeria End==========*/

.footer-cta-bg-wrapper {
  background-color: #2D1C40;
  padding: 35px;
}

/*==========Servicos Start==========*/

.main-senior-care {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #2D1C40;
}

.main-senior-care .small-title {
  justify-content: center;
}

.senior-care-img1 {
  position: relative;
}

.senior-care-img2 {
  position: absolute;
  margin-top: -155px;
  margin-left: 70px;
}

.main-senior-care .h2-title {
  color: #ffffff;
}

.senior-care-content-box {
  margin-bottom: 35px;
}

.senior-care-content {
  display: flex;
  align-items: center;
}

.senior-care-icon {
  width: 80px;
  height: 80px;
  background-color: #CEB1FF;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.senior-care-text {
  width: calc(100% - 100px);
  margin-left: 20px;
}

.senior-care-text .h3-title {
  color: #ffffff;
}

.senior-care-text p {
  color: #9b9fb8;
  margin-bottom: 0;
}

/*==========Mapa Start==========*/

.main-mapa {
  background-color: #2D1C40;
  padding-top: 120px;
  padding-bottom: 120px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.main-mapa .h2-title {
  color: #ffffff;
}

/*==========Footer Start==========*/

.main-footer {
  padding-top: 40px;
  background-color: #2D1C40;
}

.footer-content-box {
  display: flex;
  align-items: center;
}

.footer-contact-icon {
  width: 40px;
  height: 40px;
  background-color: #CEB1FF;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-content-box p {
  width: calc(100% - 40px);
  margin-left: 15px;
  color: #9b9fb8;
  margin-bottom: 0;
}

.main-footer .h3-title {
  color: #ffffff;
}

.footer-links {
  padding: 0 90px;
}

.footer-links ul {
  text-decoration: none;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 20px;
}

.footer-contact li a {
  font-family: 'PT Serif', serif;
  font-size: 30px;
  color: #fff;
  line-height: 90px;
  font-weight: 700;
}

.footer-links ul li {
  margin-bottom: 10px;
  transition: 0.3s;
}

.footer-links ul li:hover {
  padding-left: 10px;
  transition: 0.3s;
}

.footer-links ul li a {
  color: #9b9fb8;
}

.footer-links ul li:hover a {
  color: #CEB1FF;
}

.footer-service {
  padding: 0 70px;
}

.footer-service ul {
  text-decoration: none;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 20px;
}

.footer-service ul li {
  margin-bottom: 10px;
  transition: 0.3s;
}

.footer-service ul li:hover {
  padding-left: 10px;
  transition: 0.3s;
}

.footer-service ul li a {
  color: #9b9fb8;
}

.footer-service ul li:hover a {
  color: #CEB1FF;
}

img.logo-footer {
  width: 50%;
}

.social-media-footer a {
  font-size: 15px;
  line-height: 24px;
  color: #ffffff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  margin-left: 18px;
  transition: 0.3s;
  cursor: pointer;
}

.social-media-footer a:hover {
  background-color: #CEB1FF;
}

.whats {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 20px;
  right: 40px;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 1px 1px 2px #888;
  z-index: 1000;
}

a.copy {
  color: #fff;
}

.main-footer p {
  color: #9b9fb8;
}

/*=====Services Start=====*/

.main-service-in {
  padding-top: 120px;
  padding-bottom: 120px;
}

.main-service-in .service-box {
  margin-bottom: 65px;
}


/*=====Scope Of Care Start=====*/

.main-scope-care {
  position: relative;
}

.main-scope-care:before {
  content: "";
  position: absolute;
  background-color: #2D1C40;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
}

.scope-care-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.scope-care-main-text {
  padding-left: 35px;
  padding-top: 120px;
  padding-bottom: 120px;
}

.main-scope-care .h2-title {
  color: #ffffff;
}

.scope-care-content-box {
  margin-bottom: 35px;
}

.scope-care-content {
  display: flex;
  align-items: center;
}

.scope-care-icon {
  width: 80px;
  height: 80px;
  background-color: #CEB1FF;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.scope-care-text {
  width: calc(100% - 100px);
  margin-left: 20px;
}

.scope-care-text .h3-title {
  color: #ffffff;
}

.scope-care-text p {
  color: #9b9fb8;
  margin-bottom: 0;
}

/*==========Service Detail Page Start==========*/

.main-service-detail-in {
  padding-top: 120px;
  padding-bottom: 120px;
}


/*=====SideBar Start=====*/

.service-sidebar-box ul {
  text-decoration: none;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}

.service-sidebar-box ul li {
  position: relative;
  width: 100%;
  height: 60px;
  background-color: #f9f9f9;
  display: flex;
  align-items: center;
  transition: 0.3s;
  margin-bottom: 20px;
}

.service-sidebar-box ul li:hover {
  background-color: #2D1C40;
  box-shadow: 10px 10px 60px 0px rgb(19, 23, 48, 0.3);
  transition: 0.3s;
}

.service-sidebar-text {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #777777;
  line-height: 28px;
  display: inline-block;
  margin-left: 30px;
  transition: 0.3s;
}

.service-sidebar-box ul li:hover .service-sidebar-text {
  color: #ffffff;
  transition: 0.3s;
}

.service-sidebar-box ul li span:last-child {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 25px;
  color: #ffffff;
  width: 60px;
  height: 60px;
  background-color: #CEB1FF;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.service-sidebar-box .active-service {
  background-color: #2D1C40;
  box-shadow: 10px 10px 60px 0px rgb(19, 23, 48, 0.3);
}

.service-sidebar-box .active-service .service-sidebar-text {
  color: #ffffff;
}

.service-sidebar-appointment {
  background-color: #2D1C40;
  padding-bottom: 40px;
  margin-top: 50px;
}

.service-appointment-title {
  background-color: #CEB1FF;
  padding: 40px;
}

.service-appointment-title .h2-title {
  font-size: 35px;
  line-height: 35px;
  text-align: left;
  color: #ffffff;
  padding-bottom: 0;
  margin-bottom: 0;
}

.service-appointment-form {
  padding-top: 30px;
  padding-left: 40px;
  padding-right: 40px;
}
/*=====Service Detail Info Start=====*/

.service-detail-info-box .h2-title {
  font-size: 50px;
  line-height: 43px;
}

.service-detail-img-box-1 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.service-detail-img-box-2 {
  display: flex;
  align-items: center;
  margin-top: 50px;
  margin-bottom: 45px;
}

.service-detail-img-2 {
  margin-right: 15px;
}

.service-detail-img-3 {
  margin-left: 15px;
}

/*=====Project Start=====*/

.main-project-in {
  padding-top: 120px;
  padding-bottom: 120px;
}

/*=====Project Detail Start=====*/

.main-project-detail-in {
  padding-top: 120px;
  padding-bottom: 100px;
}

.main-project-detail-in .h2-title {
  font-size: 50px;
  line-height: 50px;
}

.project-detail-info-box {
  background-color: #f3f4f8;
  padding: 40px 40px 11px 40px;
  text-align: left;
}

.project-detail-info-box p {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 30px;
}

.project-detail-img {
  margin-top: 31px;
  margin-bottom: 45px;
}

/*=====Get In Touch Start=====*/

.main-get-touch-in {
  padding-top: 120px;
  padding-bottom: 60px;
}

.main-get-touch-in p {
  margin-bottom: 0;
}

/*=====Contact Us Box Start=====*/

.main-contact-box {
  padding-top: 60px;
  padding-bottom: 120px;
}

.contact-box {
  background-color: #ffffff;
  padding: 40px;
  display: flex;
  align-items: center;
  border: solid 1px #777777;
  transition: 0.3s;
}

.contact-icon {
  width: 80px;
  height: 80px;
  border: solid 2px #CEB1FF;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #CEB1FF;
  font-size: 30px;
  transition: 0.3s;
}

.contact-content {
  width: calc(100% - 80px);
  margin-left: 20px;
}

.contact-content p {
  margin-bottom: 0;
}

.contact-box:hover {
  border: solid 1px #ffffff;
  box-shadow: 2px 2px 60px rgba(0, 0, 0, 0.1);
  transition: 0.3s;
}

.contact-box:hover .contact-icon {
  background-color: #CEB1FF;
  color: #ffffff;
  transition: 0.3s;
}

/*=====Contact Map Start=====*/

.main-contact-map-in {
  width: 100%;
  height: 600px;
}

.main-contact-map-in iframe {
  width: 100%;
  height: 100%;
}

/*==========Scroll To Top CSS Start==========*/

.scroll-top {
  position: fixed;
  bottom: 10px;
  left: 10px;
  width: 50px;
  height: 50px;
  background-color: #CEB1FF;
  font-size: 25px;
  color: #ffffff;
  border-radius: 50%;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  transition: 0.3s;
  overflow: hidden;
  z-index: 50;
  display: none;
}

.scroll-top:hover {
  box-shadow: 1px 1px 60px rgb(0 0 0 / 15%);
  color: #ffffff;
}

.scroll-top:before {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #CEB1FF;
  transition: 0.3s;
  z-index: 0;
}

.scroll-top:hover:before {
  top: 0;
}

.scroll-top i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  line-height: 10px;
  z-index: 1;
}

.scroll-top:hover i {
  animation: swipe 0.6s linear infinite alternate;
}

@keyframes swipe {
  from {
    margin-top: -3px;
  }
  to {
    margin-top: 3px;
  }
}

.why-choose-text-box {
    position: relative;
    background-color: #f9f9f9;
    width: 100%;
    padding: 30px;
   
}

.why-choose-text-box p{
   font-size:35px;
   line-height: 45px;
   color:   #2D1C40;
   font-weight:900;
}

.why-choose-text-box a{
  color:#2D1C40;
}

.why-choose-text-box a:hover{
  color:#CEB1FF;
}


.why-choose-text-box::before{
  content: "";
  position: absolute;
  width: 3px;
  height: 50px;
  background-color: #CEB1FF;
  top: 25%;
  left: 0;
}

/*==========Responsive Start==========*/

@media screen and (max-width: 1399px) {
  .h1-title {
    font-size: 25px;
    line-height: 60px;
  }
  .h2-title {
    font-size: 42px;
    line-height: 68px;
  }
  .h3-title {
    font-size: 22px;
    line-height: 32px;
  }
  .project-hover-box {
    top: 24%;
  }
  .footer-links {
    padding: 0 60px;
  }
  .footer-service {
    padding: 0 50px;
  }

.main-navigation ul li a {
  font-size: 14px;
}

.main-navigation ul li {
  margin-left: 10px;
  padding-left: 10px;
}

.project-hover-box .h3-title{
margin-top:10px;
}
}

@media screen and (max-width: 1199px) {
  .h2-title {
    font-size: 50px;
    line-height: 60px;
  }
  .h1-title {
    font-size: 20px;
    line-height: 20px;
  }
  .h3-title {
    font-size: 20px;
    line-height: 30px;
  }
  .mob-yes {
    display: inline-block;
  }
  .m-b-30 {
    margin-bottom: 30px;
  }
  .header-content-dpno {
    display: none;
  }
  .main-navigation ul li {
    margin-left: 0px;
  }
  .main-navigation ul li a {
    font-size: 15px;
  }
  .header-btn {
    margin-right: 50px;
    float: right;
    margin-top: 5px;
  }
  .service-title-box {
    width: 90%;
  }
  .service-hover-box {
    width: 90%;
  }
  .side-p {
    padding-left: 55px;
    padding-right: 55px;
  }
  .footer-service {
    padding: 0 40px;
  }
  .counter-bg {
    padding: 40px;
  }
  .counter-text .h2-title {
    font-size: 45px;
    line-height: 55px;
  }
  .counter-content p {
    font-size: 15px;
    color: #ffffff;
    line-height: 24px;
  }
  .service-appointment-title .h2-title {
    font-size: 32px;
    line-height: 32px;
  }
  .service-detail-info-box .h2-title {
    font-size: 40px;
    line-height: 33px;
  }
  .main-project-detail-in .h2-title {
    font-size: 40px;
    line-height: 40px;
  }
  .m-r-15 {
    margin-right: 0;
  }
  .m-l-15 {
    margin-left: 0;
  }
}

@media screen and (max-width: 991px) {
  .for-des,
  .header-search,
  .rocket-img {
    display: none !important;
  }
  .for-mob {
    display: inline-block !important;
  }
  .site-header,
  .site-header.sticky-header {
    background: #ffffff;
    height: 70px;
    padding: 0;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  }
  .site-header .container {
    max-width: 100%;
    padding: 0 30px;
  }
  .toggle-button {
    display: block;
  }
  .site-branding {
    position: fixed;
    top: 0;
    left: 5px;
    width: 200px;
    height: 70px;
    display: flex;
    align-items: center;
    /* width: 150px; */
  }
  .site-branding a {
    width: 90%;
  }
  .site-branding a img {
    display: none;
  }
  .site-branding a img.sticky-logo {
    display: block;
    position: relative;
    opacity: 1;
  }
  .main-navigation ul {
    position: fixed;
    top: 0;
    right: -400px;
    width: 320px;
    height: 100vh;
    max-height: 100vh;
    overflow: auto;
    background: #ffffff;
    text-align: center;
    padding: 100px 0 30px;
    box-shadow: -30px 0 30px rgba(0, 0, 0, 0.1);
    transition: 0.5s;
    opacity: 0;
    z-index: 100;
  }
  .main-navigation.toggle-menu ul {
    right: 0;
    opacity: 1;
    z-index: 100;
  }
  .main-navigation>ul::-webkit-scrollbar-thumb {
    width: 0;
    background: transparent;
  }
  .main-navigation>ul::-webkit-scrollbar {
    width: 0;
  }
  .main-navigation>ul::-webkit-scrollbar-track {
    width: 0;
    background: transparent;
  }
  .main-navigation ul li {
    display: block;
    margin: -50px 0 10px 0;
    padding: 10px 40px 20px 40px;
    opacity: 0;
    transition: 0.5s;
  }
  .main-navigation ul li:first-child {
    padding: 10px 40px 20px 40px;
  }
  .main-navigation.toggle-menu ul li {
    text-align: left;
    border-bottom: solid 1px rgb(225, 225, 225, 0.8);
    margin-top: 0;
    opacity: 1;
    transition: 0.5s;
    transition-delay: 0.4s;
  }
  .main-navigation ul li:last-child {
    border-bottom: none;
  }
  .main-navigation ul li:last-child a {
    display: inline-block;
    margin: 0 auto;
  }
  .site-header.sticky-header .main-navigation ul li a,
  .site-header.sticky-header .search-icon a,
  .site-header.sticky-header .main-navigation ul li.sub-items>a:before {
    color: #2D1C40;
  }
  .main-navigation ul li a {
    font-size: 18px;
    line-height: 28px;
    color: #2D1C40;
  }
  .main-navigation ul li.sub-items>a:before {
    color: #2D1C40;
  }
  .main-navigation ul li.sub-items.active>a:before {
    color: #CEB1FF;
  }
  .main-navigation ul li ul.sub-menu,
  .main-navigation ul li:hover ul.sub-menu {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    background: transparent;
    box-shadow: none;
    border-radius: 0;
    display: block;
    animation: none;
    padding: 0;
    margin-top: 10px;
    transition: 0s;
    display: none;
  }
  .main-navigation ul li ul.sub-menu li {
    text-align: left;
    border: none;
    padding: 0 16px;
    margin-bottom: 10px;
  }
  .main-navigation ul li ul.sub-menu li:first-child {
    padding-left: 16px;
  }
  .main-navigation ul li ul.sub-menu li:last-child {
    margin-bottom: 0;
  }
  .main-navigation ul li ul.sub-menu li a {
    color: #2D1C40;
    padding: 0;
    font-size: 15px;
    line-height: 24px;
  }
  .main-navigation ul li.sub-items:hover>a:before,
  .main-navigation ul li a:hover:before {
    transform: translate(0, -50%) rotate(0deg);
    color: #CEB1FF;
  }
  .main-navigation ul li.sub-items.active-sub-menu>a:before {
    transform: translate(0, -50%) rotate(-180deg);
    color: #CEB1FF;
  }
  .header-top {
    display: none;
  }
  .Social-midea {
    display: none;
  }
  .header-contact {
    display: none;
  }
  .header-btn {
    /* display: none; */
  }
  .toggle-button {
    display: block;
  }
  .banner-box {
    width: 100%;
    height: 100%;
  }
  .banner-slider {
    height: 100%;
  }
  .banner-box:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgb(19, 23, 48, 0.8);
    z-index: 1;
  }
  .banner-content {
    padding-top: 220px;
    padding-bottom: 140px;
  }
  .h2-title {
    font-size: 45px;
    line-height: 55px;
  }
  .mt-50 {
    margin-top: 50px;
  }
  .mlr-15 {
    margin-left: 15px;
    margin-right: 15px;
  }

  .mob-yes {
    display: inline-block;
  }
  .main-services .small-title {
    justify-content: center;
  }
  .main-services .h2-title {
    text-align: center;
  }
  .service-title-bg {
    padding-top: 35px;
  }
  .service-slider .slick-list {
    overflow: visible;
  }
  .service-slider .slick-slide {
    opacity: 0;
    pointer-events: none;
    transition: 0.3s;
  }
  .service-slider .slick-slide.slick-active {
    opacity: 1;
    pointer-events: unset;
    transition: all ease-in-out 0.3s;
  }
  .main-service-box .slick-dots {
    bottom: -88px;
  }
  .main-service-box {
    padding-bottom: 73px;
  }
  .main-project {
    padding-bottom: 35px;
    padding-top:35px;
  }
  .main-watch-us {
    margin-top: -174px;
  }
  .main-senior-care {
    padding-top: 80px;
    padding-bottom: 0px;
  }
  .main-senior-care .small-title {
    margin-top: 0px;
  }

  .main-footer {
    padding-top: 35px;
  }
  .footer-cta-bg-wrapper {
    padding-top: 35px;
}

  .footer-links {
    padding: 0;
  }
  .footer-service {
    padding: 0;
    margin-top: 50px;
  }
  .footer-donation {
    margin-top: 50px;
  }
  .footer-copyright {
    margin-top: 64px;
  }
  .main-inner-banner {
    padding-top: 200px;
  }
  .inner-banner-title .h1-title {
    padding: 47px 60px;
  }
  .mt-30 {
    margin-top: 30px;
  }
  .main-why-choose {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .why-choose-img {
    margin-top: 43px;
  }
  .main-service-in {
    padding-top: 80px;
    padding-bottom: 100px;
  }
  .scope-care-img {
    position: relative;
    width: 100%;
    height: 600px;
  }
  .scope-care-main-text {
    padding-left: 0;
    padding-top: 0px;
    padding-bottom: 77px;
  }
  .main-service-detail-in {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .service-detail-info-box .h2-title {
    font-size: 35px;
    line-height: 28px;
    margin-top: 50px;
    padding-bottom: 20px;
  }
  .main-project-in {
    padding-top: 73px;
    padding-bottom: 55px;
  }
  .project-detail-info-box {
    margin-top: 30px;
  }
  .main-project-detail-in .h2-title {
    font-size: 35px;
    line-height: 35px;
  }
  .main-team-in {
    padding-top: 80px;
    padding-bottom: 50px;
  }
  .main-pricing-in {
    padding-top: 80px;
    padding-bottom: 50px;
  }
  .pricing-box {
    width: 370px;
    max-width: 100%;
    margin: 0 auto 30px auto;
  }
  .pricing-box .h2-title {
    font-size: 30px;
    line-height: 40px;
  }
  .main-get-touch-in {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .main-get-touch-in .contact-form {
    margin-top: 50px;
  }
  .main-contact-box {
    padding-top: 40px;
    padding-bottom: 80px;
  }
}

@media screen and (max-width: 767px) {
  .h2-title {
    font-size: 40px;
    line-height: 50px;
  }

  .mob-yes {
    display: inline-block;
  }
  .banner-content p {
    font-size: 15px;
    line-height: 24px;
  }
  .project-slider .slick-list {
    overflow: visible;
  }
  .project-slider .slick-slide {
    opacity: 0;
    pointer-events: none;
    transition: 0.3s;
  }
  .project-slider .slick-slide.slick-active {
    opacity: 1;
    pointer-events: unset;
    transition: all ease-in-out 0.3s;
  }
  .main-project .slick-dots {
    bottom: -25px;
  }
  .footer-links {
    margin-top: 50px;
  }
  .social-media-footer {
    float: right;
    margin-top: 15px;
  }
  .social-media-footer a:last-child {
    margin-left: 0;
  }
  .service-appointment-title .h2-title {
    font-size: 30px;
    line-height: 30px;
  }
  .service-detail-img-box-2 {
    display: inline-block;
  }
  .service-detail-img-2 {
    margin-right: 0;
    margin-bottom: 15px;
  }
  .service-detail-img-3 {
    margin-left: 0;
    margin-top: 15px;
  }
  .main-project-in .project-box .project-hover-box {
    top: 40%;
  }
  .detail-comment-box,
  .detail-comment-box.even {
    display: block;
    height: auto;
    text-align: center;
    padding: 30px;
  }
  .detail-comment-img {
    width: 100px;
    height: 100px;
  }
  .detail-comment-box.even {
    width: 100%;
  }
  .detail-comment-text {
    width: 100%;
    padding: 0;
    margin-top: 7px;
  }
 .senior-care-img {
   margin-bottom: 30px;
}
  .footer-contact ul{
    text-align:center;
  }

.h3-footer{
 text-align:center;
}
img.logo-footer{
  width:100%;
}

.h1-title{
  margin-left: 0px;
  font-size: 20px;
}

.main-project .h3-title{
  margin-top: 20px;
}

.copyright{
  text-align:center;
}

.whats{
  bottom: 80px;
}
.scroll-top{
 bottom: 80px;
}
.sec-btn{
  position: relative;
  font-size: 14px;
  border-radius: 65px;
  padding: 20px 20px;
}

.h4-subtitle {
  font-size: 16px;
  line-height: 30px;
}

.main-mapa{
  padding-bottom:35px;
  padding-top:35px;

}

.senior-care-icon {
    width: 60px;
    height: 60px;
  }

.senior-care-icon .fa-3x{
  font-size: 2em;

  }

}

@media screen and (max-width: 575px) {
  .project-hover-box {
    top: 30%;
  }
  .side-p {
    padding-left: 30px;
    padding-right: 30px;
  }
  .inner-banner-title .h1-title {
    padding: 37px 50px;
  }
  .mar-t-30 {
    margin-top: 30px;
  }
  .inner-breadcrum {
    right: 13px;
  }
  .service-appointment-title .h2-title {
    font-size: 28px;
    line-height: 28px;
  }
  .service-detail-info-box .h2-title {
    font-size: 32px;
    line-height: 42px;
    padding-bottom: 10px;
  }
  .main-project-in .project-box .project-hover-box {
    top: 30%;
  }
  .main-project-detail-in .h2-title {
    font-size: 32px;
    line-height: 32px;
  }
  .why-choose-text-box::before{
    background-color:#f9f9f9;
  }
}

@media screen and (max-width: 375px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .h1-title {
    font-size: 20px;
    line-height: 20px;
  }
  .h2-title {
    font-size: 20px;
    line-height: 20px;
  }
  .h2-subtitle {
    font-size: 18px;
    line-height: 18px;
  }

  .h4-title{
    font-size: 20px;
  }

  .side-p {
    padding-left: 15px;
    padding-right: 15px;
  }
  .inner-banner-title .h1-title {
    padding: 27px 40px;
    line-height: 55px;
  }
  .inner-banner-title:after {
    left: 10px;
    top: 5px;
  }
  .contact-icon {
    width: 60px;
    height: 60px;
    font-size: 25px;
  }

  .why-choose-text-box p{
   font-size:30px;
   line-height: 40px;
}

}


