/* Colors */
/* Font Family */
/* Functions */
.pagination {
  display: block;
  width: 100%;
}
.pagination ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination ul li {
  color: var(--secondary_color);
  margin-right: 8px;
}
.pagination ul li:last-child {
  margin-right: 0;
}
.pagination ul li:hover a {
  color: var(--primary_color);
}
.pagination ul li.active a {
  border-color: var(--primary_color);
  background-color: var(--primary_color);
  color: #fff;
  font-weight: 700;
}
.pagination ul li span,
.pagination ul li a {
  border: solid 1px #e4e4e4;
  background-color: #f4f4f4;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination ul li a {
  color: #939393;
  font-size: 16px;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#side-menu {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 99999999999;
}
#side-menu .backdrop {
  background-color: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  flex: 1;
  width: 100%;
  height: 100%;
}
#side-menu .content {
  padding: 120px 0 50px;
  width: 75%;
  background-color: #fff;
  box-shadow: -3px 0 10px 0 #00000026;
  margin-right: calc((50% + 56px) * -1);
  overflow-y: auto;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#side-menu .content.in {
  margin-right: 0;
}
#side-menu .content ul.menu {
  margin-bottom: 35px;
}
#side-menu .content ul.menu li.current-menu-item a {
  font-weight: 900;
}
#side-menu .content ul.menu li.opened.menu-item-has-children > a svg {
  transform: translateY(-50%) rotate(180deg);
}
#side-menu .content ul.menu li.opened > ul.sub-menu {
  max-height: 600px;
}
#side-menu .content ul.menu li.menu-item-has-children > a svg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  padding: 8px;
  right: 4px;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  color: #000;
}
#side-menu .content ul.menu li a {
  display: flex;
  align-items: center;
  height: 48px;
  padding: 0 16px;
  color: grey;
  font-size: 14px;
  border-bottom: 1px solid #eaeaea;
  position: relative;
}
#side-menu .content ul.menu li ul.sub-menu {
  max-height: 0;
  overflow: hidden;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#side-menu .content ul.menu li ul.sub-menu li {
  background-color: gray;
}
#side-menu .content ul.menu li ul.sub-menu li a {
  color: #fff;
}
#side-menu .content ul.menu li ul.sub-menu li ul.sub-menu li {
  background-color: #999;
}
#side-menu .content ul.menu li ul.sub-menu li ul.sub-menu li a {
  border-bottom-color: #fff;
}
#side-menu .content ul.menu li ul.sub-menu li.menu-item-has-children > a svg {
  filter: invert(1);
}
#side-menu .content ul.social-menu {
  margin-bottom: 35px;
}
#side-menu .content ul.social-menu li {
  margin: 4px;
}
#side-menu .content ul.social-menu li a {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#side-menu .content ul.social-menu li a svg {
  color: var(--primary_color);
}
#left-whatsapp {
  position: fixed;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
}
#left-whatsapp a {
  height: 52px;
  width: 52px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f4f7fc+0,dfdfdf+100 */
  background: #58d164;
  /* Old browsers */
  background: -moz-linear-gradient(top, #58d164 0%, #2cb842 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #58d164 0%, #2cb842 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #58d164 0%, #2cb842 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@first', endColorstr='@sec', GradientType=0);
  /* IE6-9 */
  -webkit-border-radius: 0 8px 8px 0;
  -moz-border-radius: 0 8px 8px 0;
  -ms-border-radius: 0 8px 8px 0;
  border-radius: 0 8px 8px 0;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#left-whatsapp a:hover {
  padding-left: 5px;
  width: 57px;
}
#left-whatsapp a svg {
  color: #fff;
}
#mobile-footer-cta-buttons {
  padding-bottom: 14px;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
}
#mobile-footer-cta-buttons:before {
  content: " ";
  height: 40px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: var(--primary_color);
}
#mobile-footer-cta-buttons .row {
  --gutter-x: 4px;
  --gutter-x2: -4px;
}
#mobile-footer-cta-buttons .button-x {
  height: 52px;
  width: 100%;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  padding: 0 20px;
  color: #fff;
}
#mobile-footer-cta-buttons .button-x.button-call {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f4f7fc+0,dfdfdf+100 */
  background: #4a4a4a;
  /* Old browsers */
  background: -moz-linear-gradient(top, #4a4a4a 0%, #3b3b3b 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #4a4a4a 0%, #3b3b3b 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #4a4a4a 0%, #3b3b3b 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@first', endColorstr='@sec', GradientType=0);
  /* IE6-9 */
}
#mobile-footer-cta-buttons .button-x.button-whatsapp {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f4f7fc+0,dfdfdf+100 */
  background: #58D164;
  /* Old browsers */
  background: -moz-linear-gradient(top, #58D164 0%, #2CB842 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #58D164 0%, #2CB842 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #58D164 0%, #2CB842 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@first', endColorstr='@sec', GradientType=0);
  /* IE6-9 */
}
#mobile-footer-cta-buttons .button-x svg {
  color: #fff;
}
#mobile-footer-cta-buttons .button-x span.text {
  margin-left: 8px;
  font-weight: 400;
  font-size: 14px;
}
#banner {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
#banner .title-area {
  padding: 240px 0 160px;
}
#banner .title-area .the-title {
  font-size: 64px;
  color: #fff;
  font-weight: 600;
  position: relative;
  z-index: 4;
  font-family: 'Playfair Display', serif;
}
#banner .bg {
  background-color: var(--secondary_color);
  mix-blend-mode: multiply;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0.8;
}
#post-detail {
  padding-bottom: 130px;
  font-family: 'Source Sans Pro', sans-serif;
  --gutter-x: 16px;
  --gutter-x2: -16px;
}
#post-detail .img-20 {
  margin-bottom: 20px;
}
#post-detail.expertise {
  padding-top: 0;
}
#post-detail .post-header {
  overflow: hidden;
  margin-bottom: 40px;
  background-color: var(--primary_color);
}
#post-detail .post-header .post-title {
  padding: 70px 0;
  font-weight: 700;
  color: #fff;
  font-size: 48px;
  line-height: 1.2;
  width: 100%;
  text-align: center;
}
#post-detail .post-content {
  font-size: 16px;
  color: #000;
  line-height: 1.5;
}
#post-detail .post-content p,
#post-detail .post-content ul,
#post-detail .post-content ol {
  margin: 25px 0;
}
#post-detail .post-content h1 {
  font-size: 28px;
}
#post-detail .post-content h2 {
  font-size: 24px;
}
#post-detail .post-content h3 {
  font-size: 20px;
}
#post-detail .post-content h4,
#post-detail .post-content h5 {
  font-size: 16px;
}
#post-detail .post-content h1,
#post-detail .post-content h2,
#post-detail .post-content h3,
#post-detail .post-content h4 {
  margin: 25px 0;
  line-height: 1.5;
}
#post-detail .post-content ol {
  list-style: decimal!important;
  padding-left: 20px;
}
#post-detail .post-content ul {
  padding-left: 20px;
}
#post-detail .post-content ul li {
  list-style: disc;
}
#post-detail .post-content p img {
  margin-bottom: 20px;
}
#post-detail .post-content a {
  color: var(--primary_color);
  font-weight: 600;
}
#post-detail .post-content img {
  max-width: 100%;
  height: auto;
}
#post-detail .recent-posts .recent-title {
  font-size: 24px;
  margin-bottom: 12px;
  color: #000;
  font-weight: 600;
}
#post-detail .recent-posts .blog-box {
  display: block;
  margin-bottom: 24px;
  --gutter-x: 8px;
  --gutter-x2: -8px;
}
#post-detail .recent-posts .blog-box img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
#post-detail .recent-posts .blog-box .title {
  font-size: 16px;
  color: #000;
  margin-bottom: 8px;
  font-weight: 500;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#post-detail .recent-posts .blog-box .date {
  font-size: 14px;
  color: #000;
}
#post-detail .recent-posts .blog-box:hover .title {
  color: var(--primary_color);
}
#post-detail .sidebar-form {
  background-color: var(--primary_color);
  margin-bottom: 24px;
  padding: 56px 24px 32px;
}
#post-detail .sidebar-form .circle-area {
  margin-bottom: 28px;
}
#post-detail .sidebar-form .circle-area .title {
  font-size: 24px;
  color: #fff;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 16px;
}
#post-detail .sidebar-form .circle-area .text {
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  text-align: center;
}
#post-detail .sidebar-form .wpcf7-not-valid-tip {
  color: #fff !important;
}
#post-detail .sidebar-form .wpcf7 form.invalid .wpcf7-response-output,
#post-detail .sidebar-form .wpcf7 form.unaccepted .wpcf7-response-output,
#post-detail .sidebar-form .wpcf7 form.payment-required .wpcf7-response-output {
  border-color: var(--secondary_color);
}
#post-detail .sidebar-form form .row {
  --gutter-x: 12px;
  --gutter-x2: -12px;
}
#post-detail .sidebar-form form [class*="col-"] {
  margin: 6px 0;
}
#post-detail .sidebar-form form .form-control {
  padding: 16px;
  margin-bottom: 5px;
  font-size: 16px;
  color: #000;
  width: 100%;
  border: none;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
}
#post-detail .sidebar-form form .form-control::placeholder {
  color: #555555;
}
#post-detail .sidebar-form form .form-control:focus {
  border-color: var(--primary_color);
}
#post-detail .sidebar-form form textarea.form-control {
  font-family: 'Source Sans Pro', sans-serif;
  padding-top: 15px;
  padding-bottom: 15px;
  height: 150px;
}
#post-detail .sidebar-form .wpcf7-response-output {
  margin: 0px;
  color: #fff !important;
  padding: 12px;
}
.wpcf7-spinner {
  position: absolute;
}
.button-white {
  cursor: pointer;
  border: none;
  color: #fff;
  padding: 20px;
  font-size: 18px;
  width: 100%;
  line-height: 1;
  background-color: var(--secondary_color);
  -webkit-appearance: none;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  font-weight: 500;
  font-family: 'Source Sans Pro', sans-serif;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.button-white:hover {
  background-color: #fff;
  color: var(--primary_color);
}
.search-form {
  margin-bottom: 24px;
}
.search-form .form-box {
  position: relative;
}
.search-form .form-box input {
  width: 100%;
  padding: 12px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  border: 2px solid var(--primary_color);
}
.search-form .form-box .search-btn {
  border: none;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  right: 0;
  background-color: transparent;
  cursor: pointer;
}
.search-form .form-box .search-btn svg {
  background-color: var(--primary_color);
  color: #fff;
  padding: 4px;
  width: 32px;
  height: 32px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.search-form .form-box .search-btn svg:hover {
  background-color: var(--secondary_color);
}
.category-list {
  margin-bottom: 24px;
}
.category-list .cats-title {
  font-size: 24px;
  margin-bottom: 12px;
  color: #000;
  font-weight: 600;
}
.category-list li {
  border-bottom: 1px solid #f4f4f4;
}
.category-list li:last-child {
  border-bottom: 0;
}
.category-list li a {
  font-size: 16px;
  display: flex;
  align-items: center;
  color: #000;
  padding: 6px 0;
}
.category-list li a svg {
  margin-right: 4px;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  width: 24px;
  height: 24px;
  color: var(--secondary_color);
}
.category-list li a:hover svg {
  margin-right: 8px;
}
#our-services {
  --gutter-x: 12px;
  --gutter-x2: -12px;
}
#our-services .our-services-list [class*="col-"] {
  margin-bottom: 24px;
}
#our-services .our-services-list [class*="col-"]:nth-child(even) .os-item .os-thumb img {
  background-color: #2b3132;
}
#our-services .our-services-list .os-item {
  background-color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  border: solid 2px #ebf0f2;
  min-height: 100%;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#our-services .our-services-list .os-item .os-thumb {
  display: block;
}
#our-services .our-services-list .os-item .os-thumb img {
  width: 100%;
  height: auto;
}
#our-services .our-services-list .os-item .os-content-wrapper {
  text-align: center;
  padding: 18px;
}
#our-services .our-services-list .os-item .os-content-wrapper .os-title {
  font-size: 20px;
  font-weight: 700;
  color: #000;
  line-height: 1.4;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#our-services .our-services-list .os-item .os-content-wrapper .os-text {
  margin-top: 12px;
  font-size: 16px;
  color: #000;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#our-services .our-services-list .os-item:hover {
  box-shadow: 0 2px 20px 0 rgba(60, 181, 163, 0.2);
  border-style: solid;
  border-width: 2px;
  border-image-source: linear-gradient(to bottom, var(--primary_color), white);
  border-image-slice: 1;
  background-image: linear-gradient(to bottom, #ffffff, #ffffff), linear-gradient(to bottom, var(--primary_color), var(--secondary_color));
  background-origin: border-box;
  background-clip: content-box, border-box;
  filter: none;
}
#our-services .our-services-list .os-item:hover .os-content-wrapper .os-title {
  color: var(--secondary_color);
}
#our-services .our-services-list .os-list [class*="col-"] {
  margin-bottom: 0;
}
#our-services .our-services-list .os-list .os-content-wrapper {
  text-align: left;
  padding: 16px 16px 16px 0;
}
#our-services .our-services-list .os-list .os-content-wrapper .os-det {
  margin-top: 16px;
  font-size: 14px;
  color: #000;
}
#sb_instagram {
  padding: 0 24px !important;
}
#sb_instagram #sbi_images {
  padding: 0 !important;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 20px;
}
#sb_instagram #sbi_images .sbi_item {
  width: 100% !important;
}
@media (max-width: 1200px) {
  #post-detail .post-header .post-title {
    font-size: 34px;
  }
}
@media (max-width: 991px) {
  #post-detail .post-header .post-title {
    font-size: 28px;
  }
  #post-detail .post-content {
    margin-bottom: 60px;
  }
  #post-detail .post-content iframe {
    margin-bottom: 50px;
  }
  #sb_instagram #sbi_images {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 768px) {
  #side-menu .content {
    padding: 80px 0 50px;
  }
  #post-detail.crew-page {
    --gutter-x: 12px;
    --gutter-x2: -12px;
  }
  #post-detail.crew-page .mb32 {
    margin-bottom: 24px;
  }
  #post-detail .post-header .post-thumb {
    min-height: initial;
  }
  #post-detail .post-header .post-title {
    padding: 35px 0;
    font-size: 24px;
    text-align: center;
  }
  #post-detail .sidebar-form .circle-area {
    margin-bottom: 25px;
  }
  #post-detail .sidebar-form form [class*="col-"] {
    margin: 5px 0;
  }
  #post-detail .sidebar-form form .form-control {
    padding: 0 15px;
    height: 42px;
  }
  #post-detail .sidebar-form form textarea.form-control {
    height: 120px;
  }
  .button-white {
    padding: 16px;
    font-size: 16px;
  }
  #our-services .our-services-list .os-list .os-content-wrapper {
    padding: 16px;
  }
  #sb_instagram #sbi_images {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }
}
@media (max-width: 575px) {
  #post-detail {
    padding-bottom: 80px;
  }
  #post-detail.crew-page {
    --gutter-x: 8px;
    --gutter-x2: -8px;
  }
  #post-detail.crew-page .mb32 {
    margin-bottom: 16px;
  }
  #post-detail .post-header .container {
    position: unset;
    transform: none;
  }
  #post-detail .post-content {
    margin-bottom: 60px;
  }
  #post-detail #our-services .our-services-list {
    margin-bottom: 60px;
  }
  #post-detail #our-services .our-services-list .os-list .os-content-wrapper {
    padding: 16px;
  }
}
