@import url(https://fonts.googleapis.com/css?family=Covered+By+Your+Grace|Nunito:400,600,700,900&display=swap);
body {
  font-family: nunito, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #67696f;
}
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
img {
  max-width: 100%;
}
a:focus,
button:focus,
input:focus,
textarea:focus {
  text-decoration: none;
  outline: 0;
}
a:focus,
a:hover {
  text-decoration: none;
}
a,
i,
span {
  display: inline-block;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: nunito, cursive;
  font-weight: 700;
  color: #27304b;
  margin: 0;
}
h1 {
  font-size: 54px;
}
h2 {
  font-size: 30px;
}
h3 {
  font-size: 24px;
}
h4 {
  font-size: 20px;
}
h5 {
  font-size: 30px;
}
h6 {
  font-size: 16px;
}
ol,
ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #67696f;
  margin: 0;
}
p.style-para {
  font-family: covered by your grace, sans-serif;
  color: #f17ca9;
}
span.style-para {
  font-family: covered by your grace, sans-serif;
  color: #fa6943;
}
.bg_cover {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}
.main-btn {
  font-size: 16px;
  background: #ec3183;
  color: #fff;
  font-weight: 700;
  padding: 20px 40px;
  border: 1px solid transparent;
  border-radius: 50px;
  transition: 0.6s ease-in-out;
}
.main-btn:hover {
  border: 1px solid #ec3183;
  color: #ec3183;
  background: 0 0;
}
.main-btn-two {
  background: #ec3183;
  color: #fff;
  font-size: 18px;
  text-transform: capitalize;
  padding: 20px 35px;
  clip-path: polygon(0 0, 100% 12%, 95% 94%, 4% 96%);
  border-radius: 6px 18px 26px 22px;
  transition: 0.6s ease-in-out;
  font-family: covered by your grace, sans-serif;
}
.main-btn-two:hover {
  background: #27304b;
  color: #fff;
}
#button {
  display: inline-block;
  background-color: #ec3183;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 45px;
  right: 30px;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  line-height: 50px;
  color: #fff;
  border-radius: 50%;
}
#button:hover {
  cursor: pointer;
  background-color: #333;
}
#button:active {
  background-color: #555;
}
#button.show {
  opacity: 1;
  visibility: visible;
}
#loading {
  background-color: #ff4880;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 99;
  margin-top: 0;
  top: 0;
}
#loading-center {
  width: 100%;
  height: 100%;
  position: relative;
}
#loading-center-absolute {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 20px;
  width: 140px;
  margin-top: -10px;
  margin-left: -70px;
  -webkit-animation: loading-center-absolute 1s infinite;
  animation: loading-center-absolute 1s infinite;
}
.object {
  width: 20px;
  height: 20px;
  background-color: #fff;
  float: left;
  -moz-border-radius: 50% 50% 50% 50%;
  -webkit-border-radius: 50% 50% 50% 50%;
  border-radius: 50% 50% 50% 50%;
  margin-right: 20px;
  margin-bottom: 20px;
}
.object:last-child {
  margin-right: 0;
}
#object_one {
  -webkit-animation: object_one 1s infinite;
  animation: object_one 1s infinite;
}
#object_two {
  -webkit-animation: object_two 1s infinite;
  animation: object_two 1s infinite;
}
#object_three {
  -webkit-animation: object_three 1s infinite;
  animation: object_three 1s infinite;
}
#object_four {
  -webkit-animation: object_four 1s infinite;
  animation: object_four 1s infinite;
}
@-webkit-keyframes loading-center-absolute {
  100% {
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes loading-center-absolute {
  100% {
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes object_one {
  50% {
    -ms-transform: translate(20px, 20px);
    -webkit-transform: translate(20px, 20px);
    transform: translate(20px, 20px);
  }
}
@keyframes object_one {
  50% {
    -ms-transform: translate(20px, 20px);
    -webkit-transform: translate(20px, 20px);
    transform: translate(20px, 20px);
  }
}
@-webkit-keyframes object_two {
  50% {
    -ms-transform: translate(-20px, 20px);
    -webkit-transform: translate(-20px, 20px);
    transform: translate(-20px, 20px);
  }
}
@keyframes object_two {
  50% {
    -ms-transform: translate(-20px, 20px);
    -webkit-transform: translate(-20px, 20px);
    transform: translate(-20px, 20px);
  }
}
@-webkit-keyframes object_three {
  50% {
    -ms-transform: translate(20px, -20px);
    -webkit-transform: translate(20px, -20px);
    transform: translate(20px, -20px);
  }
}
@keyframes object_three {
  50% {
    -ms-transform: translate(20px, -20px);
    -webkit-transform: translate(20px, -20px);
    transform: translate(20px, -20px);
  }
}
@-webkit-keyframes object_four {
  50% {
    -ms-transform: translate(-20px, -20px);
    -webkit-transform: translate(-20px, -20px);
    transform: translate(-20px, -20px);
  }
}
@keyframes object_four {
  50% {
    -ms-transform: translate(-20px, -20px);
    -webkit-transform: translate(-20px, -20px);
    transform: translate(-20px, -20px);
  }
}
.section-title p {
  font-size: 50px;
}
.section-title img {
  width: 120px;
  margin-left: 10px;
  margin-top: 10px;
  margin-bottom: 30px;
}
.section-title h1 {
  font-weight: 900;
}
.section-title.them-two {
  position: relative;
  z-index: 1;
}
.section-title.them-two::before {
  position: absolute;
  top: -30px;
  left: 0;
  content: "";
  background: url(../images/section-title-2.png);
  width: 100%;
  height: 113%;
  z-index: -1;
  background-repeat: no-repeat;
}
.section-title.them-two p {
  margin: 0;
  margin-left: 60px;
  margin-bottom: 20px;
}
header .container .row {
  display: flex;
  align-items: center;
}
header {
  z-index: 99;
}
.main-menu {
  text-align: center;
}
.main-menu ul li {
  display: inline-block;
}
.main-menu ul li > a {
  display: block;
  font-size: 16px;
  font-weight: 700;
  color: #67696f;
  margin-left: 40px;
  position: relative;
  z-index: 1;
  padding-top: 40px;
  transition: 0.4s ease-in-out;
  padding-bottom: 10px;
  margin-bottom: 30px;
}
.main-menu ul li a i {
  padding-left: 5px;
}
.main-menu ul li a::before {
  position: absolute;
  background: url(../images/shape-blue.png);
  width: 100%;
  bottom: 0;
  bottom: 0;
  content: "";
  height: 9px;
  background-repeat: no-repeat;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  visibility: hidden;
  opacity: 0;
  transition: 0.4s ease-in-out;
}
.main-menu ul li.active a::before,
.main-menu ul li:hover a::before {
  visibility: visible;
  opacity: 1;
}
.main-menu ul li.active a,
.main-menu ul li:hover a {
  color: #ec3183;
  font-weight: 700;
}
.main-menu ul li ul.submenu {
  position: absolute;
  top: 120%;
  background: #fff;
  width: 200px;
  z-index: 99;
  padding: 10px;
  transition: 0.3s;
  visibility: hidden;
  opacity: 0;
}
.main-menu ul li:hover ul.submenu {
  visibility: visible;
  opacity: 1;
  top: 100%;
}
.main-menu ul li ul.submenu li {
  display: block;
}
.main-menu ul li ul.submenu li a {
  margin: 0;
  padding: 0;
  text-align: left;
  padding: 10px;
  transition: 0.3s;
  color: #333;
  text-transform: capitalize;
}
.main-menu ul li ul.submenu li:hover a {
  color: #4ab3e6;
}
.main-menu ul li ul.submenu li a:before {
  display: none;
}
.main-menu ul li ul.submenu li a span {
  transition: 0.3s;
}
.main-menu ul li ul.submenu li a i {
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
}
.main-menu ul li ul.submenu li a:hover i {
  visibility: visible;
  opacity: 1;
}
.main-menu ul li ul.submenu li a:hover span {
  margin-left: 10px;
}
.them-two-header {
  position: absolute;
  width: 100%;
  top: 30px;
  z-index: 98;
}
.them-two-header .container {
  background: #fff;
}
.them-two-header .main-menu ul li a:before {
  display: none;
}
.them-two-header .main-menu ul li a {
  padding: 0;
  background: 0 0;
  color: #67696f;
  padding: 8px 10px;
  clip-path: polygon(0 0, 100% 12%, 92% 92%, 8% 93%);
  border-radius: 6px 11px 14px 13px;
  transition: 0.5s ease-in-out;
  margin: 0;
  margin-right: 30px;
}
.them-two-header .main-menu ul li.active a {
  background: #fa6943;
  color: #fff;
}
.them-two-header .main-menu ul li:last-child a {
  margin-right: 0;
}
.them-two-header .main-menu ul li:hover a {
  background: #fa6943;
  color: #fff;
}
.them-two-header .logo {
  margin-top: 0;
  margin-left: 25px;
}
.header-social-links li {
  display: inline-block;
  transition: 0.4s ease-in-out;
}
.header-social-links li a {
  padding-left: 25px;
  color: #67696f;
  transition: 0.4s ease-in-out;
}
.header-social-links li:hover a {
  color: #fa6943;
}
.header-social-links {
  margin-right: 25px;
}
.them-two-header .row {
  display: flex;
  align-items: center;
}
.them-two-header .main-menu {
  margin: 30px 0;
}
.them-two-header .main-menu ul li ul.submenu li a {
  color: #333;
}
.them-two-header .main-menu ul li ul.submenu li a,
.them-two-header .main-menu ul li ul.submenu li:hover a {
  background: 0 0;
}
header.sticky {
  position: fixed;
  width: 100%;
  z-index: 99;
  background: #ffffffd4;
  transition: 0.4s;
  border-bottom: 2px solid #4bb3e6;
}
header.sticky .main-menu ul li a {
  padding-top: 20px;
}
header.sticky .main-btn.header-btn {
  padding: 18px 40px;
}
header.them-two-header.sticky {
  top: 0;
}
header.them-two-header.sticky .main-menu ul li a {
  padding-top: 8px !important;
}
header.them-two-header.sticky .logo {
  margin-top: 2px;
}
#mobile-menu-wrapp {
  display: none;
}
.slider-bg-1 {
  background: url(../images/blog-4.jpg);
}
.slider-bg-2 {
  background: url(../images/blog-5.jpg);
}
.slider-bg-3 {
  background: url(../images/blog-6.jpg);
}
.slider-content p.style-para {
  font-size: 40px;
  margin-bottom: 10px;
}
.slider-content img {
  margin-left: 190px;
  margin-bottom: 40px;
}
.slider-content h1 {
  color: #fff;
  font-weight: 900;
  font-size: 80px;
  margin-bottom: 40px;
}
.header-contact-info {
  display: flex;
}
.header-contact-info span {
  width: 80px;
  height: 80px;
  text-align: center;
  line-height: 83px;
  background: #fff;
  border-radius: 50%;
  font-size: 35px;
  color: #f17ca9;
}
.header-contact-details {
  margin-left: 30px;
  padding-top: 8px;
}
.header-contact-details h1 {
  font-size: 35px;
}
.slider-content {
  padding: 120px 0;
}
.single-slider-item {
  background-position: center center;
  background-size: cover;
  position: relative;
  z-index: 1;
}
.single-slider-item::after {
  background: url(../images/banner-shape.png);
  position: absolute;
  width: 100%;
  height: 11%;
  bottom: 0;
  left: 0;
  content: "";
  background-size: cover;
  background-repeat: no-repeat;
}
.single-slider-item::before {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  background: -moz-linear-gradient(
    left,
    rgba(40, 50, 72, 1) 0,
    rgba(226, 226, 226, 0) 100%
  );
  background: -webkit-linear-gradient(
    left,
    rgba(40, 50, 72, 1) 0,
    rgba(226, 226, 226, 0) 100%
  );
  background: linear-gradient(
    to right,
    rgba(40, 50, 72, 1) 0,
    rgba(226, 226, 226, 0) 100%
  );
  z-index: -1;
  opacity: 0.7;
}
.hero-bg {
  background: url(../images/them-two-banner.jpg);
  background-color: #ddd;
}
.hero-area {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.hero-area-content p:first-child {
  background: #4bb3e6;
  display: inline-block;
  padding: 20px 40px;
  margin-bottom: 30px;
  border-radius: 5px 18px 24px 20px;
  clip-path: polygon(0 0, 100% 9%, 95% 93%, 8% 100%);
  color: #fff;
}
.hero-area-content h1 {
  font-size: 80px;
  font-weight: 800;
  margin-bottom: 40px;
}
.hero-area-content p {
  font-size: 24px;
  line-height: 35px;
  font-weight: 600;
  margin-bottom: 60px;
}
.hero-area-content h2 span {
  width: 75px;
  height: 70px;
  line-height: 70px;
  background: #4bb3e6;
  color: #fff;
  text-align: center;
  font-size: 30px;
  margin-right: 20px;
  clip-path: polygon(0 12%, 100% 0, 93% 100%, 5% 94%);
  border-radius: 15px 5px 12px 18px;
}
.hero-area-content {
  padding-bottom: 100px;
  padding-top: 240px;
  width: 650px;
}
.row.hero-slider-active .slick-dots {
  position: absolute;
  right: 0;
  bottom: 17%;
}
.row.hero-slider-active .slick-dots li {
  display: inline-block;
  margin: 0 10px;
  width: 10px;
  height: 10px;
  background: #eaf8ff;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.3s;
}
.row.hero-slider-active .slick-dots li button {
  visibility: hidden;
}
.row.hero-slider-active .slick-dots li.slick-active {
  background: #4bb3e6;
  position: relative;
  z-index: 1;
}
.row.hero-slider-active .slick-dots li.slick-active:before {
  position: absolute;
  width: 20px;
  height: 20px;
  top: -5px;
  left: -5px;
  content: "";
  border: 2px solid #4bb3e6;
  border-radius: 50%;
}
.about-us-content p {
  margin-top: 40px;
  margin-bottom: 35px;
}
.about-us-content h5 span {
  width: 20px;
  height: 20px;
  font-size: 13px;
  background: #fa6943;
  color: #fff;
  text-align: center;
  line-height: 21px;
  border-radius: 50%;
  margin-right: 15px;
}
.about-us-content h5 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
}
.about-us-content p {
  margin-top: 40px;
  margin-bottom: 35px;
}
.about-us-content h5 span {
  width: 20px;
  height: 20px;
  font-size: 13px;
  background: #fa6943;
  color: #fff;
  text-align: center;
  line-height: 21px;
  border-radius: 50%;
  margin-right: 15px;
}
.about-us-content h5 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
}
.about-us-image img {
  margin-left: 175px;
  position: relative;
}
.about-area {
  position: relative;
  z-index: 1;
}
.about-us-image {
  position: absolute;
  right: 0;
  width: 125%;
}
.main-btn.about-btn {
  margin-top: 10px;
}
.about-us-content .section-title p {
  margin-bottom: 0;
}
.them-two .about-us-image {
  margin-right: 40px;
}
.them-two .about-us-images img {
  float: left;
  margin-right: 15px;
  width: 170px;
  margin-bottom: 80px;
}
.them-two .about-us-images img:last-child {
  margin-right: 0;
}
.catagorie-icon {
  background: #ddd;
  width: 200px;
  height: 180px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 60% 39% 36% 58%/51% 55% 45% 45%;
  margin-bottom: 30px;
}
.catagorie-icon.color-one {
  background: #fa684325;
}
.catagorie-icon.color-two {
  background: #4bb2e625;
}
.catagorie-icon.color-three {
  background: #ffdb4b25;
}
.catagorie-icon.color-four {
  background: #98cb4725;
}
.catagorie-icon i {
  font-size: 60px;
}
.catagorie-icon.color-one i {
  color: #fa6943;
}
.catagorie-icon.color-two i {
  color: #4bb3e6;
}
.catagorie-icon.color-three i {
  color: #ffdb4b;
}
.catagorie-icon.color-four i {
  color: #99cb47;
}
.catagorie-icon span {
  position: absolute;
  right: 39px;
  top: -6px;
  width: 60px;
  height: 60px;
  background: #333;
  color: #fff;
  line-height: 60px;
  border-radius: 50%;
}
.catagorie-icon.color-one span {
  background: #fa6943;
}
.catagorie-icon.color-two span {
  background: #4bb3e6;
}
.catagorie-icon.color-three span {
  background: #ffdb4b;
}
.catagorie-icon.color-four span {
  background: #99cb47;
}
.single-catagories-item h2 {
  font-weight: 700;
  margin-bottom: 15px;
}
.single-catagories-item p {
  padding: 0 35px;
  line-height: 30px;
}
.them-two .single-categories-item img {
  margin-bottom: 30px;
}
.them-two .single-categories-item h2 {
  margin-bottom: 15px;
}
.them-two .single-categories-item p {
  line-height: 30px;
}
.them-two .catogres-intro p {
  margin-top: 30px;
  margin-bottom: 40px;
  line-height: 30px;
}
.them-two .single-catagories-box.bg-1 {
  background: url(../images/count-box/1.jpg);
}
.them-two .single-catagories-box.bg-2 {
  background: url(../images/count-box/2.jpg);
}
.them-two .single-catagories-box.bg-3 {
  background: url(../images/count-box/3.jpg);
}
.them-two .single-catagories-box.bg-4 {
  background: url(../images/count-box/4.jpg);
}
.them-two .single-catagories-box {
  height: 120px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 30px;
  border-radius: 10px;
}
.them-two .single-catagories-box h1 {
  font-size: 40px;
  color: #fff;
  margin-bottom: 5px;
}
.them-two .single-catagories-box p {
  font-size: 18px;
  color: #fff;
}
.activities-content p {
  margin-top: 50px;
  margin-bottom: 30px;
}
.activities-content .section-title p {
  margin: 0;
}
.activities-logo-content h4 i {
  width: 50px;
  height: 50px;
  background: #ddd;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 50px;
  margin-right: 10px;
}
.activities-logo-content h4 {
  margin-bottom: 20px;
}
.single-activites-content .activities-logo-content:first-child {
  margin-right: 40px;
}
.single-activites-content {
  display: flex;
  margin-bottom: 50px;
}
.activities-img {
  position: relative;
  width: 725px;
  margin-left: -200px;
}
.single-activites-content .activities-logo-content:first-child h4 i {
  background: #fa6943;
}
.single-activites-content .activities-logo-content:last-child h4 i {
  background: #4bb3e6;
}
.them-two .activities-content p {
  margin-top: 30px;
  margin-bottom: 30px;
}
.them-two .activities-img-two {
  margin-left: 50px;
  overflow: hidden;
}
.single-service-img img {
  margin-bottom: 30px;
}
.single-service-area h2 {
  margin-bottom: 20px;
  transition: 0.6s ease-in-out;
}
.single-service-area p {
  margin-bottom: 40px;
}
.main-btn.service-btn {
  background: 0 0;
  border: 1px solid #4ab3e6;
  color: #4ab3e6;
}
.main-btn.service-btn:hover,
.single-service-area.active .main-btn.service-btn {
  background: #4ab3e6;
  color: #fff;
  border: 1px solid transparent;
}
.single-service-area:hover h2 {
  color: #4ab3e6;
}
.single-service-img {
  position: relative;
  z-index: 1;
}
.single-service-img:before {
  position: absolute;
  width: 180px;
  height: 180px;
  bottom: 22px;
  left: 79px;
  content: "";
  background: #ddd;
  border-radius: 50%;
  z-index: -1;
}
.service-area .row .col-lg-4:nth-child(1) .single-service-img:before {
  background: #4ab3e6;
}
.service-area .row .col-lg-4:nth-child(2) .single-service-img:before {
  background: #fa6943;
}
.service-area .row .col-lg-4:nth-child(3) .single-service-img:before {
  background: #99cb47;
}
.them-two a.single-service-item img {
  margin-bottom: 20px;
}
.them-two a.single-service-item h2 {
  margin-bottom: 20px;
  transition: 0.5s;
}
.them-two a.single-service-item {
  transition: 0.5s;
  padding: 40px 25px;
  border-radius: 10px;
}
.them-two a.single-service-item.active,
.them-two a.single-service-item:hover {
  background: #fa6943;
}
.them-two a.single-service-item.active h2,
.them-two a.single-service-item:hover h2 {
  color: #fff;
}
.them-two a.single-service-item p {
  transition: 0.5s;
}
.them-two a.single-service-item.active p,
.them-two a.single-service-item:hover p {
  color: #fff;
}
.service-area.them-two .col-lg-4:nth-child(1) a.single-service-item:hover {
  background: #8db54a;
}
.service-area.them-two .col-lg-4:nth-child(3) a.single-service-item:hover {
  background: #4f9bbf;
}
.single-testimonial-containt span {
  font-size: 48px;
  color: #4ab3e6;
  margin-top: 60px;
  margin-bottom: 25px;
}
.single-testimonial-containt p {
  font-size: 17px;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 60px;
}
.testimonial-author-img img {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  float: left;
}
.testimonial-details {
  margin-left: 65px;
}
.testimonial-details p {
  font-size: 14px;
}
.testimonial-area-img {
  position: relative;
  width: 725px;
  margin-left: 13px;
}
.single-testimonial-containt .section-title p {
  margin: 0;
  font-size: 50px;
}
.them-two .single-testimonial-item {
  margin-top: 40px;
  width: 100%;
  height: 300px;
  background: #4bb3e6;
  display: flex;
  flex-direction: column;
  justify-content: center;
  clip-path: polygon(6% 15%, 95% 0, 100% 100%, 0 90%);
  padding: 0 50px;
  position: relative;
  z-index: 1;
  overflow: visible;
  border-radius: 140px 48px 8px 43px;
  padding-top: 35px;
}
.them-two .single-testimonial-item p {
  margin-bottom: 30px;
  color: #fff;
}
.them-two .testimonial-author-info p {
  font-size: 14px;
}
.them-two .testimonial-author-info h4 {
  color: #fff;
}
.them-two .single-testimonial-item span {
  position: absolute;
  left: 136px;
  font-size: 40px;
  color: #fff;
  top: 48%;
}
.them-two .testimonial-area-img-two {
  margin-right: 100px;
}
.testimonial-carousel-active .slick-dots {
  position: absolute;
  right: 15px;
  bottom: 10px;
}
.testimonial-carousel-active .slick-dots li {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0 8px;
  background: #6fc2eb;
  border-radius: 50%;
  transition: 0.3s;
  cursor: pointer;
}
.testimonial-carousel-active .slick-dots li button {
  visibility: hidden;
}
.testimonial-carousel-active .slick-dots li.slick-active {
  background: #fff;
  position: relative;
  z-index: 1;
}
.testimonial-carousel-active .slick-dots li.slick-active:before {
  position: absolute;
  width: 17px;
  height: 17px;
  top: -4px;
  left: -4px;
  content: "";
  border: 2px solid #fff;
  border-radius: 50%;
}
.pricing-bg img {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  width: 100%;
  transition: 0.9s ease-in-out;
}
.price-content {
  padding: 50px;
}
.price-content h2 {
  margin-bottom: 15px;
}
.price-content h1 {
  margin-bottom: 20px;
  font-size: 48px;
  color: #4ab3e6;
}
.price-content p {
  margin-bottom: 40px;
}
.price-content ul li {
  margin-bottom: 15px;
}
.price-content ul li:last-child {
  margin-bottom: 0;
}
.price-content ul li i {
  padding-right: 15px;
  color: #4ab3e6;
}
.pricing-bg {
  overflow: hidden;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
.pricing-bg:hover img {
  transform: scale(1.1);
}
.price-area .col-lg-4:nth-child(1) .price-content ul li:nth-child(4) i {
  color: #67696f;
}
.price-area .col-lg-4:nth-child(1) .price-content ul li:nth-child(5) i {
  color: #67696f;
}
.price-area .col-lg-4:nth-child(2) .price-content ul li:nth-child(5) i {
  color: #67696f;
}
.them-two .single-price-content:before {
  background: url(../images/pricingbg-2.jpg);
}
.them-two .single-price-content {
  position: relative;
  z-index: 1;
  padding: 50px;
  transition: 0.5s;
  border: 1px solid #4ab3e6;
  border-radius: 10px;
}
.them-two .single-price-content:before {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  background-position: center center;
  background-size: cover;
  z-index: -1;
  border-radius: 10px;
  opacity: 0;
  visibility: hidden;
}
.them-two .single-price-content span {
  font-size: 14px;
  color: #27304b;
  margin-bottom: 10px;
}
.them-two .single-price-content h1 {
  font-size: 48px;
  font-weight: 800;
  color: #4ab3e6;
}
.them-two .single-price-content ul li {
  display: block;
  margin-bottom: 15px;
}
.them-two .single-price-content ul li:last-child {
  margin-bottom: 0;
}
.them-two .single-price-content ul li i {
  float: right;
}
.them-two .single-price-content ul {
  margin-top: 30px;
  margin-bottom: 40px;
}
.them-two .single-price-content.active:before {
  visibility: visible;
  opacity: 1;
}
.them-two .single-price-content.active h1,
.them-two .single-price-content.active span,
.them-two .single-price-content.active ul li {
  color: #fff;
}
.them-two .single-price-content.active {
  transform: scale(1.1);
  padding-top: 80px;
  padding-bottom: 80px;
  margin-top: -32px;
  border: 1px solid transparent;
  z-index: 4;
}
.price-area.them-two .col-lg-4 {
  padding: 0;
}
.price-area.them-two .row {
  margin: 0;
}
section.price-area.them-two .section-title {
  margin-bottom: 150px;
}
section.price-area.them-two .section-title.them-two::before {
  position: absolute;
  top: -30px;
  left: 40%;
  content: "";
  background: url(../images/section-title-2.png);
  width: 100%;
  height: 134%;
  z-index: -1;
  background-repeat: no-repeat;
}
.price-area.them-two .single-price-content ul li i {
  color: #4ab3e6;
}
.price-area.them-two
  .col-lg-4:nth-child(1)
  .single-price-content
  ul
  li:nth-child(6)
  i,
.price-area.them-two
  .col-lg-4:nth-child(1)
  .single-price-content
  ul
  li:nth-child(7)
  i {
  color: #67696f;
}
.price-area.them-two
  .col-lg-4:nth-child(1)
  .single-price-content.active
  ul
  li
  i {
  color: #fff;
}
.price-area.them-two
  .col-lg-4:nth-child(3)
  .single-price-content.active
  ul
  li
  i {
  color: #fff;
}
.price-area.them-two .col-lg-4 .single-price-content.active ul li i {
  color: #fff;
}
.price-area.them-two .col-lg-4 .single-price-content.active ul li:last-child i {
  color: #aee5ff;
}
.price-area.them-two .col-lg-4:nth-child(3) .single-price-content ul li i {
  color: #4ab3e6;
}
.single-time-img h4 span {
  width: 45px;
  height: 45px;
  line-height: 47px;
  background: #333;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  margin-right: 20px;
  margin-bottom: 10px;
}
.single-time-img {
  margin-bottom: 35px;
}
.single-time-content .single-time-img:first-child h4 span {
  background: #fa6943;
}
.single-time-content .single-time-img:last-child h4 span {
  background: #4bb3e6;
}
.time-area-bg {
  position: relative;
  width: 625px;
  margin-left: -110px;
}
.them-two .single-team-img {
  overflow: hidden;
  margin-bottom: 25px;
}
.them-two .team-member-info h3 {
  font-size: 24px;
  margin-bottom: 5px;
}
section.team-area.them-two .section-title {
  margin-bottom: 80px;
}
.team-area.them-two .section-title.them-two::before {
  left: 220px;
  height: 133%;
}
.single-blog-details img {
  width: 70px;
  margin-bottom: 20px;
}
.single-blog-details p:first-child {
  margin-bottom: 10px;
}
.single-blog-details h3 {
  font-size: 24px;
  margin-bottom: 20px;
}
.single-blog-details {
  padding: 30px;
}
.single-blog-details img {
  width: 70px;
  margin-bottom: 20px;
}
.single-blog-img {
  overflow: hidden;
}
.single-blog-img img {
  transition: 0.9s;
}
.single-blog-img:hover img {
  transform: scale(1.1);
}
.single-blog-details p:first-child {
  margin-bottom: 10px;
}
.single-blog-details h3 {
  font-size: 24px;
  margin-bottom: 20px;
}
.single-blog-details {
  padding: 30px;
}
.them-2 .blog-content p {
  margin-top: 30px;
  margin-bottom: 50px;
}
.them-2 .single-blog-item {
  border: 1px solid #ddd;
  border-radius: 10px;
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
}
.them-2 .single-blog-img {
  border-radius: 18px;
  overflow: hidden;
}
.them-2 .single-blog-img img {
  border-radius: 18px;
  transition: 0.9s;
}
.them-2 .single-blog-img:hover img {
  transform: scale(1.1);
}
.them-2 .single-blog-text {
  padding: 30px;
}
.them-2 .single-blog-text p:first-child {
  margin-bottom: 20px;
}
.them-2 .single-blog-text h3 {
  margin-bottom: 20px;
}
.them-2 a.blog-btn {
  font-size: 18px;
  font-weight: 700;
  color: #67696f;
  margin-top: 30px;
  border-bottom: 1px solid #67696f;
  transition: 0.3s;
}
.them-2 a.blog-btn:hover {
  color: #27304b;
}
.contact-form form input,
.contact-form form textarea {
  width: 100%;
  margin-bottom: 25px;
  padding-left: 25px;
  border-radius: 5px;
  border: 1px solid #67696f;
}
.contact-form form input:hover,
.contact-form form textarea:hover {
  border-color: #4bb3e6;
}
.contact-form form input {
  height: 80px;
}
.contact-form form textarea {
  height: 150px;
  padding-top: 20px;
  margin-bottom: 50px;
}
.footer-logo {
  width: 180px;
  margin-bottom: 40px;
}
.footer-social-links {
  margin-top: 40px;
}
.footer-social-links li {
  display: inline-block;
}
.footer-social-links li a {
  display: block;
  width: 20px;
  height: 20px;
  background: #67696f;
  color: #fff;
  text-align: center;
  line-height: 25px;
  border-radius: 2px;
  font-size: 14px;
  margin-right: 25px;
  transition: 0.3s ease-in-out;
}
.footer-social-links li:hover a {
  background: #ec3183;
}
.footer-wedget h3 {
  color: #ec3183;
  margin-bottom: 10px;
}
.footer-wedget img {
  width: 140px;
  margin-bottom: 40px;
}
.footer-logo img {
  margin-bottom: 0;
}
.footer-area .col-lg-4:nth-child(2) .footer-wedget span {
  margin-bottom: 10px;
}
.footer-area .col-lg-4:nth-child(2) .footer-wedget span:last-child {
  margin-bottom: 0;
}
.footer-area .col-lg-4:nth-child(1) .footer-wedget p {
  line-height: 28px;
}
p.footer-contact-info span {
  color: #ec3183;
  margin-right: 15px;
}
.footer-wedget p.footer-contact-info {
  margin-bottom: 10px;
}
.footer-wedget p.footer-contact-info:last-child {
  margin-bottom: 0;
}
.bottom-footer {
  margin-top: 80px;
  padding-bottom: 320px;
}
.bottom-footer .container {
  border-top: 1px solid #e5e5e5;
  padding: 0;
}
.bottom-footer p {
  padding-top: 30px;
}
.footer-bg:before {
  background: url(../images/montagem-rodape.png);
}
.footer-bg {
  position: relative;
  z-index: 1;
}
.footer-bg:before {
  position: absolute;
  width: 100%;
  height: 68%;
  bottom: 0;
  left: 0;
  content: "";
  background-size: cover;
  background-repeat: no-repeat;
}
.footer-area.them-two .footer-bg:before {
  display: none;
}
.footer-area.them-two .bottom-footer {
  margin-top: 0;
  padding-bottom: 0;
}
.footer-area.them-two .footer-bottom-bg::before {
  background: url(../images/montagem-rodape.png);
}
.footer-area.them-two .footer-bottom-bg {
  position: relative;
  z-index: 1;
}
.footer-area.them-two .footer-bottom-bg::before {
  position: absolute;
  width: 98%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.footer-area.them-two section.bottom-footer {
  padding: 80px 0;
  margin: 0 50px;
  margin-top: 80px;
}
.footer-area.them-two section.bottom-footer p {
  color: #fff;
}
section.breadcrumb-area {
  padding-top: 125px;
  padding-bottom: 250px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 0;
}
section.breadcrumb-area:before {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  background: -moz-linear-gradient(
    top,
    rgba(39, 48, 75, 1) 0,
    rgba(229, 229, 229, 0) 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(39, 48, 75, 1) 0,
    rgba(229, 229, 229, 0) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(39, 48, 75, 1) 0,
    rgba(229, 229, 229, 0) 100%
  );
  z-index: -1;
  opacity: 0.7;
}
section.breadcrumb-area:after {
  position: absolute;
  width: 100%;
  height: 30%;
  bottom: 0;
  left: 0;
  content: "";
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.breadcrumb-bg {
  background: url(../images/blog-4.jpg);
}
.breadcrumb-area::after {
  background: url(../images/banner-shape.png);
}
.breadcrumb-content h1 {
  font-size: 80px;
  font-weight: 800;
  color: #fff;
  margin-bottom: 40px;
}
.breadcrumb-content p {
  font-size: 18px;
}
.breadcrumb-content p span {
  margin: 0 20px;
}
.blog-page-area .blog-details-img {
  overflow: hidden;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  height: 450px;
  margin-bottom: 50px;
}
.blog-page-area .blog-details-img img {
  transition: 0.9s;
  border-top-left-radius: 20px;
  margin-bottom: 50px;
  border-top-right-radius: 20px;
  width: 100%;
  height: 100%;
}
.blog-page-area .blog-details-img:hover img {
  transform: scale(1.1);
}
.blog-page-area .single-blog-details-text ul li {
  display: inline-block;
  margin-right: 40px;
}
.blog-page-area .single-blog-details-text ul li i {
  margin-right: 7px;
  color: #ec3183;
}
.blog-page-area .single-blog-details-text h2 {
  margin-top: 30px;
  margin-bottom: 20px;
}
.blog-page-area .single-blog-details-text p {
  margin-bottom: 40px;
}
.blog-page-area .sing-blog-details-item {
  margin-bottom: 80px;
}
.blog-page-area a.main-btn.load-more-blog-btn {
  margin-top: 40px;
}
.blog-page-area .blog-details-img {
  overflow: hidden;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  height: 450px;
  margin-bottom: 50px;
}
.blog-page-area .blog-details-img img {
  transition: 0.9s;
  border-top-left-radius: 20px;
  margin-bottom: 50px;
  border-top-right-radius: 20px;
  width: 100%;
  height: 100%;
}
.blog-page-area .blog-details-img:hover img {
  transform: scale(1.1);
}
.blog-page-area .single-blog-details-text ul li {
  display: inline-block;
  margin-right: 40px;
}
.blog-page-area .single-blog-details-text ul li span {
  color: #67696f;
}
.blog-page-area .single-blog-details-text ul li i {
  margin-right: 7px;
  color: #ec3183;
}
.blog-page-area .single-blog-details-text h2 {
  margin-top: 30px;
  margin-bottom: 20px;
}
.blog-page-area .single-blog-details-text p {
  margin-bottom: 40px;
}
.blog-page-area .sing-blog-details-item {
  margin-bottom: 80px;
}
.blog-page-area a.main-btn.load-more-blog-btn {
  margin-top: 40px;
}
.blog-page-area .section-heading img {
  width: 70px;
  margin-bottom: 30px;
}
.blog-page-area .section-heading h3 {
  margin-bottom: 5px;
}
.blog-page-area .blog-search-box {
  margin-bottom: 80px;
}
.blog-page-area .blog-search-box form input {
  width: 100%;
  height: 50px;
  border: 1px solid transparent;
}
.blog-page-area .blog-search-box form {
  position: relative;
  z-index: 1;
}
.blog-page-area .blog-search-box form span {
  position: absolute;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  right: 0;
  background: #d56e96;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
}
.blog-page-area .single-blog-post-img {
  width: 90px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  float: left;
  border-radius: 5px;
  border-top-left-radius: 0;
}
.blog-page-area .single-blog-post-img span {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  background: #fff;
  text-align: center;
  font-size: 13px;
  border-bottom-right-radius: 5px;
}
.blog-page-area .single-blog-post-img img {
  transition: 0.9s;
}
.blog-page-area .single-blog-post-img:hover img {
  transform: scale(1.1);
}
.blog-page-area .single-blog-post-content {
  margin-left: 110px;
}
.blog-page-area .single-blog-post-content h4 {
  margin-bottom: 5px;
}
.blog-page-area .single-blog-post-item {
  margin-bottom: 20px;
}
.blog-page-area .blog-catagories-container p {
  margin-bottom: 10px;
}
.blog-page-area .blog-catagories-container p i {
  margin-right: 10px;
  color: #fa6943;
}
.blog-page-area .blog-catagories-container p span {
  float: right;
  color: #27304b;
  font-weight: 700;
}
.blog-page-area .blog-catagories-container {
  margin-top: 60px;
  margin-bottom: 70px;
}
.blog-page-area .blog-post-form-area {
  background: #4ab3e6;
  padding: 30px;
}
.blog-page-area .blog-post-form-area form textarea {
  width: 100%;
  padding: 20px;
  border: transparent;
  border-radius: 10px;
  height: 130px;
}
.blog-page-area .blog-post-form-area form input::placeholder,
.blog-page-area .blog-post-form-area form textarea::placeholder {
  color: #67696f;
}
.blog-page-area .blog-post-form-area form input {
  width: 100%;
  padding: 20px;
  border-radius: 10px;
  border: transparent;
  margin-bottom: 20px;
}
.blog-page-area .blog-post-form-area form button {
  background: #333;
  border: transparent;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  padding: 20px;
  border-radius: 50px;
  margin-top: 20px;
}
.blog-page-area .blog-post-form-area {
  border-radius: 10px;
}
.blog-page-area .blog-post-form-area h3 {
  color: #fff;
}
.blog-page-area.blog-details-page p.colored-boxed-para {
  font-weight: 700;
  background: #4ab3e6;
  padding: 40px;
  color: #fff;
  border-radius: 20px;
}
.blog-page-area.blog-details-page .blog-details-page-content ul {
  margin-top: 40px;
}
.blog-page-area.blog-details-page .blog-details-page-content ul li {
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 18px;
}
.blog-page-area.blog-details-page .blog-details-page-content ul li:last-child {
  margin-bottom: 0;
}
.blog-page-area.blog-details-page .blog-details-page-content ul li i {
  padding-right: 10px;
  color: #fa6943;
}
.blog-page-area.blog-details-page .blog-details-page-tags ul.tags li {
  display: inline-block;
  margin-right: 10px;
}
.blog-page-area.blog-details-page
  .blog-details-page-tags
  ul.tags
  li:first-child {
  color: #27304b;
  font-size: 20px;
  font-weight: 700;
  text-transform: capitalize;
  margin-right: 20px;
}
.blog-page-area.blog-details-page .blog-details-page-tags ul.tags li a {
  color: #67696f;
}
.blog-page-area.blog-details-page
  .blog-details-page-tags
  ul.blog-detsils-social-links {
  text-align: right;
  margin-top: -38px;
}
.blog-page-area.blog-details-page
  .blog-details-page-tags
  ul.blog-detsils-social-links
  li {
  display: inline-block;
}
.blog-page-area.blog-details-page
  .blog-details-page-tags
  ul.blog-detsils-social-links
  li:first-child {
  color: #27304b;
  font-weight: 700;
  font-size: 20px;
  margin-right: 20px;
}
.blog-page-area.blog-details-page
  .blog-details-page-tags
  ul.blog-detsils-social-links
  li
  a {
  width: 24px;
  height: 24px;
  background: #333;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  border-radius: 5px;
  transition: 0.3s;
}
.blog-page-area.blog-details-page
  .blog-details-page-tags
  ul.blog-detsils-social-links
  li
  a
  i {
  color: #fff;
  padding-left: 5px;
  padding-top: 5px;
}
.blog-page-area.blog-details-page
  .blog-details-page-tags
  ul.blog-detsils-social-links
  li:hover
  a {
  background: #fa6943;
}
.blog-details-page-content .row {
  margin-top: 40px;
}
.blog-page-area.blog-details-page .blog-details-page-tags {
  border-top: 1px solid #e9eaed;
}
.blog-page-area.blog-details-page .blog-details-page-carousel img {
  width: 95px;
  height: 75px;
  border-radius: 5px;
}
.blog-page-area.blog-details-page .blog-details-page-carousel {
  display: flex;
}
.blog-page-area.blog-details-page .carousel-content {
  margin-left: 15px;
}
.blog-page-area.blog-details-page .carousel-content p {
  color: #67696f;
}
.blog-page-area.blog-details-page .carousel-content p i {
  margin-right: 8px;
  color: #fa6943;
}
.blog-page-area.blog-details-page .carousel-content h4 {
  margin-bottom: 5px;
  font-size: 18px;
}
.blog-page-area.blog-details-page
  .blog-details-page-content
  .row
  .col-lg-6:last-child
  .blog-details-page-carousel
  img {
  margin-left: 15px;
}
.team-area.team-page .single-team-img {
  border-radius: 68% 32% 30% 70%/45% 44% 56% 55%;
  position: relative;
  z-index: 1;
  overflow: visible;
  width: 250px;
  text-align: center;
  margin: 0 auto;
}
.team-area.team-page .single-team-img:before {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 9px;
  left: -15px;
  content: "";
  background: #c5e5f5;
  z-index: -1;
  border-radius: 68% 32% 30% 70%/45% 44% 56% 55%;
}
.team-area.team-page .single-team-img img {
  border-radius: 68% 32% 30% 70%/45% 44% 56% 55%;
}
.team-area.team-page .team-member-info {
  margin-top: 40px;
}
.single-team-details.team-details-page .single-team-member-info h1 {
  font-size: 48px;
  font-weight: 800;
  margin-bottom: 15px;
}
.single-team-details.team-details-page .single-team-member-info span {
  font-size: 24px;
  margin-bottom: 40px;
}
.single-team-details.team-details-page .single-team-member-info p strong {
  font-size: 18px;
  color: #27304b;
  margin-right: 20px;
}
.single-team-details.team-details-page .single-team-member-info p {
  margin-bottom: 10px;
}
.single-team-details.team-details-page .single-team-member-info ul {
  margin-top: 40px;
}
.single-team-details.team-details-page .single-team-member-info ul li {
  display: inline-block;
}
.single-team-details.team-details-page .single-team-member-info ul li a {
  width: 20px;
  height: 20px;
  background: #67696f;
  text-align: center;
  line-height: 20px;
  border-radius: 3px;
  color: #fff;
  margin-right: 10px;
  transition: 0.3s;
}
.single-team-details.team-details-page .single-team-member-info ul li:hover a {
  background: #fa6943;
}
.single-team-details.team-details-page .single-team-member-info {
  margin-top: 100px;
  margin-left: 100px;
  margin-bottom: 100px;
}
.single-team-details.team-details-page .personal-bio-info p:first-child {
  font-size: 24px;
}
.single-team-details.team-details-page .personal-bio-info img {
  width: 100px;
}
.single-team-details.team-details-page .personal-bio-info h1 {
  font-size: 54px;
  font-weight: 800;
  margin-bottom: 30px;
  margin-top: 15px;
}
.single-team-details.team-details-page .personal-bio-info {
  margin-bottom: 80px;
}
.single-team-details.team-details-page .provided-service-area h1 {
  font-size: 40px;
  font-weight: 800;
  margin-bottom: 30px;
}
.single-team-details.team-details-page .single-provided-service h4 span {
  width: 50px;
  height: 50px;
  text-align: center;
  background: #fa6943;
  color: #fff;
  line-height: 53px;
  border-radius: 50%;
  font-size: 30px;
  margin-right: 20px;
  margin-bottom: 15px;
}
.single-team-details.team-details-page
  .single-provided-service
  h4
  span.blue-bg {
  background: #4bb3e6;
}
.single-team-details.team-details-page
  .single-provided-service
  h4
  span.green-bg {
  background: #99cb47;
}
.single-team-details.team-details-page .completed-events-area h1 {
  font-size: 40px;
  font-weight: 800;
  margin-bottom: 40px;
}
.single-team-details.team-details-page .single-completed-events img {
  width: 120px;
  float: left;
  height: 80px;
}
.single-team-details.team-details-page .completed-events-info {
  margin-left: 150px;
}
.single-team-details.team-details-page .single-completed-events {
  margin-bottom: 40px;
}
.single-team-details.team-details-page .completed-events-info span {
  margin-bottom: 5px;
}
.single-team-details.team-details-page .completed-events-info h3 {
  font-size: 20px;
}
.about-us-content.about-page p {
  margin-bottom: 10px;
}
.about-accordion-img {
  width: 725px;
  margin-left: -220px;
}
.about-accordion-content {
  margin-top: 80px;
}
.about-accordion-content .card {
  border: transparent;
}
.about-accordion-content button.btn.btn-link {
  margin-left: 0;
  padding-left: 0;
  font-size: 24px;
  font-weight: 700;
  color: #1a1e32;
}
.about-accordion-content .card-header {
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  z-index: 1;
}
.about-accordion-content button.btn.btn-link span {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  color: #fa6943;
}
.about-accordion-content .btn-link:hover {
  text-decoration: none;
}
.about-accordion-content button.btn.btn-link {
  text-decoration: none;
}
.single-testimonial-containt.about-page-textimonial {
  margin-top: 60px;
}
.service-v1-page .about-us-image {
  position: absolute;
  right: 0;
  width: 740px;
  margin-right: -50px;
}
.service-v1-page .about-us-content span {
  margin-bottom: 10px;
}
.service-v1-page .about-us-content span i {
  margin-right: 20px;
  color: #4bb3e6;
}
.service-v1-page .service-page-img img {
  position: relative;
  width: 1000px;
}
section.service-v1-page {
  position: relative;
  z-index: 1;
}
.service-v1-page .service-page-img {
  position: absolute;
  width: 725px;
  margin-left: -210px;
}
.service-v1-page .border-service-page-content {
  display: flex;
  border: 1px solid #eaebeb;
  padding: 20px;
}
.service-v1-page .border-service-page-content i {
  width: 195px;
  height: 70px;
  background: #fa6943;
  border-radius: 50%;
  text-align: center;
  line-height: 70px;
  font-size: 35px;
  color: #fff;
}
.service-v1-page .border-service-page-content span {
  border-left: 1px solid #e9eaed;
  padding-left: 20px;
  margin-left: 20px;
}
.service-v2-area .single-service-item span {
  width: 170px;
  height: 150px;
  font-size: 50px;
  background: #4ab3e6;
  line-height: 150px;
  margin-bottom: 40px;
  border-radius: 61% 39% 38% 62%/55% 57% 43% 45%;
  color: #fff;
}
.service-v2-area .single-service-item h2 {
  margin-bottom: 20px;
}
.service-v2-area .single-service-item p {
  margin-bottom: 40px;
  padding: 0 10px;
}
.service-v2-area a.main-btn.service-v2-btn {
  background: 0 0;
  border: 1px solid #4ab3e6;
  color: #4ab3e6;
  transition: 0.6s;
}
.service-v2-area a.main-btn.service-v2-btn:hover {
  background: #4ab3e6;
  color: #fff;
  border: 1px solid transparent;
}
.single-service-page .about-us-content ul li {
  margin-bottom: 10px;
}
.single-service-page .about-us-content ul li span {
  margin-right: 20px;
  color: #4ab3e6;
}
.single-service-page .about-us-content ul {
  margin-bottom: 30px;
}
.single-service-page h1.singles-service-price {
  display: inline-block;
  font-size: 40px;
  margin-right: 20px;
  font-weight: 800;
  color: #4ab3e6;
}
.single-service-page span.colored-span-para {
  color: #4ab3e6;
  font-weight: 700;
}
.single-service-page h1.singles-service-price span {
  font-size: 16px;
  color: #67696f;
  font-weight: 400;
}
.single-service-page h1.singles-service-price.margin-right-none {
  margin-right: 0;
}
.single-service-page .about-us-image {
  margin-top: 85px;
}
.single-service-page .service-gallery-img.margin-top {
  margin-top: -274px;
}
.single-service-page .service-gallery-img {
  overflow: hidden;
  border-radius: 10px;
}
.single-service-page .service-gallery-img img {
  transition: 0.9s;
}
.single-service-page .service-gallery-img:hover img {
  transform: scale(1.1);
}
.contact-page .single-catagories-item p {
  padding: 0;
  line-height: 30px;
}
.contact-page .catagorie-icon.color-one {
  background: #edf7fc;
}
.contact-page .catagorie-icon.color-two {
  background: #fffbed;
}
.contact-page .catagorie-icon.color-three {
  background: #f5faec;
}
.contact-page .catagorie-icon.color-four {
  background: #fef0ec;
}
.contact-page .contact-img {
  width: 725px;
  margin-left: 25px;
  margin-top: -150px;
}
.contact-form form input:focus,
.contact-form form textarea:focus {
  border-color: #4bb3e6;
}
.contact-page .section-title.them-two::before {
  display: none;
}
.catagories-area.contact-page
  .col-lg-3:nth-child(1)
  .single-catagories-item
  .catagorie-icon
  i {
  color: #84cbee;
}
.catagories-area.contact-page
  .col-lg-3:nth-child(2)
  .single-catagories-item
  .catagorie-icon
  i {
  color: #ffdb4a;
}
.catagories-area.contact-page
  .col-lg-3:nth-child(3)
  .single-catagories-item
  .catagorie-icon
  i {
  color: #99ca46;
}
.catagories-area.contact-page
  .col-lg-3:nth-child(4)
  .single-catagories-item
  .catagorie-icon
  i {
  color: #f96943;
}
p.pricing-list {
  display: inline-block;
  margin-right: 30px;
  padding: 17px 20px;
  border: 1px solid #ebebeb;
  width: 200px;
  border-radius: 5px;
  color: #4bb3e6;
  font-weight: 700;
}
p.pricing-list i {
  float: right;
  padding-top: 5px;
  color: #191919;
}
p.pricing-list span {
  padding-left: 22px;
}
p.pricing-list.black {
  color: #191919;
  width: 175px;
}
p.pricing-list.black span {
  color: #4bb3e6;
}
p.product-shoing {
  font-size: 20px;
  padding-top: 20px;
  color: #27304b;
}
p.product-shoing span {
  font-weight: 700;
}
p.product-shoing {
  font-size: 20px;
  padding-top: 20px;
  color: #27304b;
}
p.product-shoing span {
  font-weight: 700;
}
.single-product-img {
  position: relative;
  z-index: 1;
}
.single-product-img span {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  background: #4bb3e6;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  line-height: 49px;
  font-size: 12px;
  margin-top: -25px;
  text-transform: capitalize;
  margin-right: -25px;
}
.single-product-img img {
  width: 100%;
}
.single-product-info {
  margin-top: 20px;
}
.single-product-info span {
  font-size: 15px;
  font-weight: 600;
  color: #4bb3e6;
  margin-bottom: 10px;
}
.single-product-info h4 {
  font-size: 22px;
  margin-bottom: 20px;
}
.single-product-info ul li {
  display: inline-block;
  margin: 0 5px;
}
.single-product-info ul li span {
  font-size: 13px;
  color: #ffb136;
}
.single-product-item {
  border: 1px solid #ebebeb;
  padding: 40px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 5px;
}
.absolute-product-links {
  position: absolute;
  left: -85%;
  width: 80%;
  background: #4bb3e6e0;
  border-radius: 50px;
  bottom: 185px;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s ease-in-out;
}
.single-product-item:hover .absolute-product-links {
  left: 10%;
  visibility: visible;
  opacity: 1;
}
.absolute-product-links ul li {
  display: inline-block;
}
.absolute-product-links ul li a {
  display: block;
  padding: 16px 24px;
  color: #fff;
  font-size: 14px;
}
.single-product-item.descount-item .single-product-img span {
  background: #fa6943;
}
.single-product-info span strike {
  color: #67696f;
}
a.main-btn.loadmore-btn {
  padding: 20px 60px;
}
.faq-page .f-left {
  float: left;
}
.faq-page .about-us-content ul.margin-right {
  margin-right: 45px;
}
.faq-page .faq-page-accordion-content h2 span {
  width: 70px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  color: #fff;
  margin-right: 20px;
  background: #4bb3e6;
  border-radius: 12px 10px 11px 20px;
  clip-path: polygon(0 8%, 100% 0, 95% 100%, 7% 92%);
}
.error-bg {
  background: url(../images/error1.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
section.error-area {
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
h1.error-heading {
  font-size: 300px !important;
  color: #4bb3e6;
  font-weight: 800;
}
section.error-area h1 {
  font-size: 48px;
  margin-top: 40px;
  margin-bottom: 20px;
}
section.error-area p {
  margin-bottom: 50px;
}
a.main-btn.error-btn {
  padding: 20px 60px;
}
.error-footer p {
  padding: 30px 0;
}
.error-footer .container {
  border-top: 1px solid #e5e5e5;
}
.error-footer {
  margin-top: 100px;
}
div.container4 {
  height: 10em;
  position: relative;
}
div.container4 p {
  margin: 0;
  background: #ff0;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
}
div.container6 {
  height: 10em;
  display: flex;
  align-items: center;
  justify-content: center;
}
div.container6 p {
  margin: 0;
}
