:root {
  --gradient: linear-gradient( to right, rgb(255,64,62) 0%, rgb(255,129,27) 100%);
  --gradient-sec: linear-gradient( to right, rgb(57,26,166) 0%, rgb(6,163,245) 100%);
  --primary: #FF91B8;
  --secondary: #24262C;
  --primary-hover: #FF6A9F;
  --primary-dark: #FF5290;
  --rgba-primary-1: rgba(255,145,184,0.1);
  --rgba-primary-2: rgba(255,145,184,0.2);
  --rgba-primary-3: rgba(255,145,184,0.3);
  --rgba-primary-4: rgba(255,145,184,0.4);
  --rgba-primary-5: rgba(255,145,184,0.5);
  --rgba-primary-6: rgba(255,145,184,0.6);
  --rgba-primary-7: rgba(255,145,184,0.7);
  --rgba-primary-8: rgba(255,145,184,0.8);
  --rgba-primary-9: rgba(255,145,184,0.9);
  --font-family-base: Roboto, sans-serif;
  --gray: #f5f5f5;
  --border-radius-base: 6px;
  --font-family-title: Sarabun, sans-serif;
  --title: #24262C;
  --quote: url(../images/quote-1.png);
  --quote-2: url(../images/quote-1.png); }

.banner-four {
  height: calc(100vh - 150px);
  min-height: 700px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  background-image: url("../images/main-slider/bg1.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }
  .banner-four > .container,
  .banner-four .banner-inner,
  .banner-four .row {
    height: 100%; }
  .banner-four .ic-media {
    width: 50vw;
    float: right;
    text-align: right;
    padding: 40px 40px 0; }
    .banner-four .ic-media img {
      width: auto;
      max-width: 100%; }
  .banner-four:before {
    content: "";
    height: 330px;
    width: 330px;
    border-radius: 330px;
    position: absolute;
    top: 70px;
    left: 60px;
    z-index: -1;
    border: 40px solid;
    border-color: var(--rgba-primary-1); }
  .banner-four:after {
    content: attr(data-text);
    position: absolute;
    right: 120px;
    top: 50%;
    transform: translateY(-50%);
    z-index: -2;
    font-size: 220px;
    font-family: var(--font-family-title);
    width: 1080px;
    font-weight: 700;
    background: #e7e5ff;
    background: -moz-linear-gradient(-45deg, #e7e5ff 0%, #ffeff5 42%, #f7f1fb 69%, #f9d5c5 100%);
    background: -webkit-linear-gradient(-45deg, #e7e5ff 0%, #ffeff5 42%, #f7f1fb 69%, #f9d5c5 100%);
    background: linear-gradient(135deg, #e7e5ff 0%, #ffeff5 42%, #f7f1fb 69%, #f9d5c5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e7e5ff', endColorstr='#f9d5c5',GradientType=1 );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-animation: movedelement5 5s linear infinite;
    animation: movedelement5 5s linear infinite; }
  .banner-four .shape-bg {
    position: absolute;
    height: 100%;
    z-index: -1;
    padding-top: 100px;
    width: 48vw; }
    .banner-four .shape-bg .date {
      color: #fff;
      position: absolute;
      left: 100px;
      top: 50%;
      transform: translateY(-50%) rotate(180deg);
      z-index: 1;
      writing-mode: tb-rl;
      margin: 0;
      font-size: 18px;
      font-weight: 700; }
    .banner-four .shape-bg .shape-1 {
      position: absolute;
      width: 100%;
      bottom: 0;
      padding-right: 110px; }
    .banner-four .shape-bg .shape-2 {
      width: 100%;
      left: -1px;
      bottom: 0;
      position: absolute;
      z-index: -1; }
  .banner-four .banner-content .sub-title {
    font-size: 22px;
    color: var(--primary);
    text-transform: uppercase;
	font-weight: 600; }
  .banner-four .banner-content h1 {
    font-size: 75px;
    line-height: 1.2; }
  .banner-four .banner-content p {
    font-size: 18px; }
  .banner-four .follow-info {
    position: absolute;
    height: 100%;
    top: 0;
    right: 6%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center; }
    .banner-four .follow-info .title {
      writing-mode: tb-rl;
      margin: 0;
      transform: rotate(180deg);
      position: relative;
      padding: 45px 0 0 0px;
      margin-bottom: 8px; }
      .banner-four .follow-info .title:before {
        content: "";
        width: 1px;
        height: 30px;
        background: var(--secondary);
        left: 50%;
        top: 0;
        position: absolute; }
    .banner-four .follow-info ul li a {
      color: var(--secondary);
      font-size: 18px;
      margin: 8px 0; }
  @media only screen and (max-width: 1200px) {
    .banner-four .follow-info {
      right: 20px; }
    .banner-four .banner-content h1 {
      font-size: 60px; }
    .banner-four:after {
      right: 55px;
      width: 840px;
      font-size: 170px; } }
  @media only screen and (max-width: 991px) {
    .banner-four {
      height: auto;
      min-height: 600px; }
      .banner-four > .container,
      .banner-four .banner-inner,
      .banner-four .row {
        height: auto;
        min-height: 600px; }
      .banner-four .banner-content h1 {
        font-size: 45px; }
      .banner-four:after {
        width: 645px;
        font-size: 130px; } }
  @media only screen and (max-width: 767px) {
    .banner-four:before {
      top: auto;
      bottom: 70px; }
    .banner-four:after {
      width: 480px;
      font-size: 97px; }
    .banner-four .banner-content {
      padding-top: 40px; }
    .banner-four .ic-media {
      width: 100%; }
    .banner-four .shape-bg {
      width: 100%; } }
  @media only screen and (max-width: 575px) {
    .banner-four:before {
      height: 250px;
      width: 250px;
      border-width: 25px; }
    .banner-four:after {
      width: 348px;
      font-size: 70px;
      right: 10px;
      line-height: 1; }
    .banner-four .banner-content h1 {
      font-size: 35px; }
    .banner-four .banner-content .sub-title {
      font-size: 18px; }
    .banner-four .banner-content p {
      font-size: 16px; }
    .banner-four .follow-info {
      display: none; }
    .banner-four .shape-bg .date {
      top: auto;
      bottom: 25px;
      left: 30px; } }

.box-title {
  padding: 12px 10px 12px 20px;
  border-radius: var(--border-radius-base);
  position: relative;
  display: flex;
  align-items: center;
  gap: 15px; }

.counter-style-2 {
  text-align: center; }
  .counter-style-2 .counter-num {
    font-size: 65px;
    font-family: var(--font-family-title);
    font-weight: 800;
    line-height: 1.1; }
  .counter-style-2 .counter-text {
    font-size: 18px;
    font-weight: 500; }

.counter-box-2 {
  padding: 55px 0px 25px;
  position: relative; }
  .counter-box-2:after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 1px;
    width: calc(calc(100% - 1140px) / 2 );
    background: var(--primary); }
  @media only screen and (max-width: 1200px) {
    .counter-box-2:after {
      width: calc(calc(100% - 960px) / 2 ); } }
  @media only screen and (max-width: 991px) {
    .counter-box-2:after {
      width: calc(calc(100% - 720px) / 2 ); } }
  @media only screen and (max-width: 767px) {
    .counter-box-2:after {
      width: calc(calc(100% - 540px) / 2 ); } }

.overlay-text-left:before {
  content: attr(data-text);
  position: absolute;
  left: 30px;
  top: 50%;
  z-index: -1;
  transform: translateY(-50%);
  font-weight: 800;
  font-size: 220px;
  font-family: var(--font-family-title);
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ff91b8+0,f1efff+100 */
  background: #ff91b8;
  /* Old browsers */
  background: -moz-linear-gradient(left, #ff91b8 0%, #e7edff 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #ff91b8 0%, #e7edff 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #ff91b8 0%, #e7edff 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff91b8', endColorstr='#e7edff',GradientType=1 );
  /* IE6-9 */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }
@media only screen and (max-width: 1200px) {
  .overlay-text-left:before {
    font-size: 140px; } }
@media only screen and (max-width: 575px) {
  .overlay-text-left:before {
    font-size: 90px; } }

.overlay-text-center:before {
  content: attr(data-text);
  position: absolute;
  left: 50%;
  top: 52%;
  z-index: -1;
  transform: translate(-50%, -50%);
  font-weight: 800;
  font-size: 220px;
  font-family: var(--font-family-title);
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#dbdbff+0,fff9f9+49,f9e1dd+100 */
  background: #dbdbff;
  /* Old browsers */
  background: -moz-linear-gradient(left, #dbdbff 0%, #fff9f9 49%, #f9e1dd 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #dbdbff 0%, #fff9f9 49%, #f9e1dd 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #dbdbff 0%, #fff9f9 49%, #f9e1dd 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dbdbff', endColorstr='#f9e1dd',GradientType=1 );
  /* IE6-9 */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }
@media only screen and (max-width: 1200px) {
  .overlay-text-center:before {
    font-size: 140px; } }
@media only screen and (max-width: 767px) {
  .overlay-text-center:before {
    font-size: 110px; } }
@media only screen and (max-width: 575px) {
  .overlay-text-center:before {
    font-size: 75px; } }

.gradient-bg-1 {
  background-image: url("../images/background/gbg2.jpg"); }

.gradient-bg-2 {
  background-image: url("../images/background/gbg1.jpg"); }

.service-box {
  position: relative;
  margin: 50px; }
  .service-box .tab-content {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    border-radius: 50%;
    border: 1px solid #cccccc;
    border-style: dashed;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 35px; }
    .service-box .tab-content .content {
      padding: 25px 50px; }
  .service-box .nav-tabs {
    border: 0;
    --radius: 235px;
    height: calc(var(--radius) * 2);
    width: calc(var(--radius) * 2);
    display: grid;
    grid-template-areas: "layer";
    place-items: center; }
    .service-box .nav-tabs .nav-item {
      grid-area: layer;
      display: grid;
      place-items: center;
      --d: calc(var(--sr-item) / var(--sr-total));
      --r-offset: -0.17turn;
      --r-amount: 1turn;
      --r: calc((var(--r-amount) * var(--d)) + var(--r-offset));
      --transform: rotate(var(--r)) translate(var(--radius))
      rotate(calc(-1 * var(--r)));
      transform: var(--transform);
      transition: transform 1.5s ease-in-out;
      position: relative;
      z-index: 2; }
      .service-box .nav-tabs .nav-item .nav-link {
        border: 0;
        text-align: center;
        color: var(--primary);
        background: #fff;
        border-radius: 50%;
        box-shadow: 1px 1.732px 60px 0px rgba(0, 0, 0, 0.1);
        width: 100px;
        height: 100px;
        line-height: 100px;
        padding: 0;
        -webkit-transition: all 0.8s;
        -ms-transition: all 0.8s;
        transition: all 0.8s; }
        .service-box .nav-tabs .nav-item .nav-link img {
          width: 50px;
          -webkit-transition: all 0.8s;
          -ms-transition: all 0.8s;
          transition: all 0.8s; }
        .service-box .nav-tabs .nav-item .nav-link.active {
          color: #fff;
          background: var(--primary);
          box-shadow: 1px 1.732px 60px 0px var(--rgba-primary-3); }
          .service-box .nav-tabs .nav-item .nav-link.active img {
            filter: brightness(20); }
  @media only screen and (max-width: 1200px) {
    .service-box {
      margin: 30px; }
      .service-box .nav-tabs {
        --radius: 195px; }
        .service-box .nav-tabs .nav-item .nav-link {
          width: 80px;
          height: 80px;
          line-height: 80px; }
          .service-box .nav-tabs .nav-item .nav-link img {
            width: 40px; }
      .service-box .tab-content .content {
        padding: 25px 30px; } }
  @media only screen and (max-width: 991px) {
    .service-box .nav-tabs {
      --radius: 315px; }
      .service-box .nav-tabs .nav-item .nav-link {
        width: 100px;
        height: 100px;
        line-height: 100px; }
        .service-box .nav-tabs .nav-item .nav-link img {
          width: 50px; } }
  @media only screen and (max-width: 767px) {
    .service-box .nav-tabs {
      --radius: 225px; }
      .service-box .nav-tabs .nav-item .nav-link {
        width: 80px;
        height: 80px;
        line-height: 80px; }
        .service-box .nav-tabs .nav-item .nav-link img {
          width: 40px; } }
  @media only screen and (max-width: 575px) {
    .service-box {
      width: 270px;
      margin-left: auto;
      margin-right: auto; }
      .service-box .nav-tabs {
        --radius: 135px; }
        .service-box .nav-tabs .nav-item .nav-link {
          width: 55px;
          height: 55px;
          line-height: 55px; }
          .service-box .nav-tabs .nav-item .nav-link img {
            width: 28px; }
      .service-box .tab-content .content {
        padding: 25px 0px; }
        .service-box .tab-content .content p {
          font-size: 14px; } }

.testimonial-wrapper-3 {
  padding-top: 100px;
  padding-bottom: 200px; }
  .testimonial-wrapper-3 .textimonial-box {
    position: relative; }
    .testimonial-wrapper-3 .textimonial-box .testimonial-img {
      position: absolute;
      border-radius: 50%; }
      .testimonial-wrapper-3 .textimonial-box .testimonial-img.img1 {
        height: 80px;
        width: 80px;
        top: -130px;
        left: 60px;
        -webkit-animation: movedelement 5s linear infinite;
        animation: movedelement 5s linear infinite; }
      .testimonial-wrapper-3 .textimonial-box .testimonial-img.img2 {
        height: 110px;
        width: 110px;
        top: -130px;
        right: 0;
        -webkit-animation: movedelement2 5s linear infinite;
        animation: movedelement2 5s linear infinite; }
      .testimonial-wrapper-3 .textimonial-box .testimonial-img.img3 {
        height: 110px;
        width: 110px;
        bottom: 0;
        left: 0;
        -webkit-animation: movedelement3 5s linear infinite;
        animation: movedelement3 5s linear infinite; }
      .testimonial-wrapper-3 .textimonial-box .testimonial-img.img4 {
        height: 80px;
        width: 80px;
        bottom: 0;
        right: 60px;
        -webkit-animation: movedelement4 5s linear infinite;
        animation: movedelement4 5s linear infinite; }
  @media only screen and (max-width: 991px) {
    .testimonial-wrapper-3 {
      padding-top: 40px;
      padding-bottom: 130px; } }
  @media only screen and (max-width: 767px) {
    .testimonial-wrapper-3 .textimonial-box .testimonial-img {
      display: none; } }

.countdown-box {
  background: var(--primary);
  border-radius: var(--border-radius-base);
  overflow: hidden;
  margin-top: -85px; }
  .countdown-box img {
    height: 100%;
    object-fit: cover; }
  .countdown-box .coundown-inner {
    position: relative;
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: space-between;
    padding: 20px 40px 0 0; }
    .countdown-box .coundown-inner .title {
      padding-right: 30px;
      border-right: 1px solid rgba(255, 255, 255, 0.3); }
    .countdown-box .coundown-inner .circle {
      position: absolute;
      border: 15px solid;
      border-color: rgba(255, 255, 255, 0.1);
      border-radius: 50%; }
      .countdown-box .coundown-inner .circle.cr1 {
        top: -40px;
        left: 15px;
        height: 73px;
        width: 73px; }
      .countdown-box .coundown-inner .circle.cr2 {
        bottom: -53px;
        left: 37%;
        transform: translateX(-37%);
        height: 92px;
        width: 92px; }
      .countdown-box .coundown-inner .circle.cr3 {
        top: -25px;
        right: -25px;
        height: 92px;
        width: 92px; }
  .countdown-box .countdown2 {
    display: flex;
    align-items: center;
    min-width: 60%;
    justify-content: space-between;
    padding: 0 40px; }
    .countdown-box .countdown2 .date {
      text-align: center; }
    .countdown-box .countdown2 .dot {
      color: #fff;
      font-size: 50px;
      font-weight: 700;
      font-family: var(--font-family-title); }
    .countdown-box .countdown2 span {
      color: #fff; }
    .countdown-box .countdown2 .time {
      font-size: 45px;
      line-height: 1.2;
      display: block;
      font-family: var(--font-family-title);
      font-weight: 800; }
  @media only screen and (max-width: 991px) {
    .countdown-box .coundown-inner {
      padding: 20px 40px 0 40px; } }
  @media only screen and (max-width: 767px) {
    .countdown-box .coundown-inner {
      display: block; }
      .countdown-box .coundown-inner .title {
        text-align: center;
        padding-right: 0;
        border-right: 0; }
    .countdown-box .countdown2 {
      min-width: 100%; } }
  @media only screen and (max-width: 575px) {
    .countdown-box .coundown-inner {
      padding: 20px 30px 0 30px; }
    .countdown-box .countdown2 {
      padding: 0; } }

.clients-box-2 .clients-logo {
  text-align: center; }
  .clients-box-2 .clients-logo img {
    filter: brightness(0.8);
    -webkit-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s; }
  .clients-box-2 .clients-logo:hover img {
    filter: brightness(1); }
.clients-box-2 .swiper-container {
  padding: 65px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5); }
@media only screen and (max-width: 575px) {
  .clients-box-2 .swiper-container {
    padding: 30px 0; } }

.list-check-5 li {
  padding: 10px 0px 10px 40px;
  color: var(--title);
  font-weight: 500;
  position: relative;
  font-size: 15px; }
  .list-check-5 li:after {
    content: "\f00c";
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 22px;
    color: var(--primary); }

.portfolio-info h5 {
  font-size: 1.125rem;
  font-weight: 700; }
.portfolio-info.style-1 {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center; }
  .portfolio-info.style-1 > div {
    margin-right: 20px; }
    .portfolio-info.style-1 > div:last-child {
      margin-right: 0; }

.ic-social-icon.style-3 li a {
  border-radius: var(--border-radius-base);
  background: var(--rgba-primary-1);
  color: var(--primary); }
  .ic-social-icon.style-3 li a:hover {
    background: var(--primary);
    color: #fff; }

.contact-media {
  width: 50vw;
  position: relative;
  padding: 0 40px; }
  .contact-media:after, .contact-media:before {
    content: "";
    height: 440px;
    width: 440px;
    border: 3px solid var(--rgba-primary-1);
    position: absolute;
    border-radius: 60px;
    top: 50%;
    left: 50%;
    z-index: -1;
    opacity: .7; }
  .contact-media:after {
    transform: translate(-50%, -50%) rotate(45deg); }
  .contact-media:before {
    transform: translate(-50%, -50%) rotate(10deg); }
  @media only screen and (max-width: 1200px) {
    .contact-media {
      padding-left: 0; }
      .contact-media:after, .contact-media:before {
        height: 300px;
        width: 300px; } }
  @media only screen and (max-width: 991px) {
    .contact-media {
      width: 100%;
      padding: 0 40px; }
      .contact-media:after, .contact-media:before {
        height: 440px;
        width: 440px; } }
  @media only screen and (max-width: 575px) {
    .contact-media {
      padding: 0; }
      .contact-media:after, .contact-media:before {
        height: 250px;
        width: 250px; } }

.error-page .ic_error {
  font-size: 180px;
  font-weight: 700;
  line-height: 150px;
  margin: auto;
  color: var(--primary);
  font-family: var(--font-family-title); }
  @media only screen and (max-width: 991px) {
    .error-page .ic_error {
      font-size: 130px;
      line-height: 1; } }
  @media only screen and (max-width: 767px) {
    .error-page .ic_error {
      font-size: 90px; } }
  @media only screen and (max-width: 575px) {
    .error-page .ic_error {
      font-size: 60px; } }

/* Support and Buy Button */
.theme-btn {
  background-color: #ffffff;
  border-radius: 40px;
  bottom: 10px;
  color: #ffffff;
  display: flex;
  height: 50px;
  left: 10px;
  min-width: 50px;
  position: fixed;
  text-align: center;
  z-index: 9999;
  align-items: center;
  justify-content: center; }
  .theme-btn i {
    font-size: 22px;
    line-height: 50px; }
  .theme-btn.bt-support-now {
    background-image: linear-gradient(45deg, #00bfff 8%, #2395c1 100%);
    bottom: 70px; }
  .theme-btn.bt-buy-now {
    background-image: linear-gradient(to right, #61dc6a 0, #2bc911 100%, #61dc6a 200%); }
  .theme-btn span {
    display: table-cell;
    vertical-align: middle;
    font-size: 16px;
    letter-spacing: -15px;
    opacity: 0;
    line-height: 50px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s; }
  .theme-btn:focus, .theme-btn:active, .theme-btn:hover {
    color: #fff;
    padding: 0 20px; }
    .theme-btn:focus span, .theme-btn:active span, .theme-btn:hover span {
      opacity: 1;
      letter-spacing: 1px;
      padding-left: 10px; }

.at-expanding-share-button[data-position="bottom-left"] {
  bottom: 130px !important; }

.site-header.style-4 .middle-bar {
  border-bottom: 1px solid #d7d7d7;
  padding: 20px 0;
  position: relative;
  z-index: 1; }
  .site-header.style-4 .middle-bar .middle-area {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 0px 0px 15px;
  }
  .site-header.style-4 .middle-bar .logo-header {
    height: auto;
    text-align: center; }
    .site-header.style-4 .middle-bar .logo-header img {
      height: auto; }
  .site-header.style-4 .middle-bar .service-list {
    min-width: 180px; }
    .site-header.style-4 .middle-bar .service-list .title {
      margin-bottom: 0;
      font-size: 18px;
      font-weight: 700; }
    .site-header.style-4 .middle-bar .service-list .label {
      font-size: 15px; }
      .site-header.style-4 .middle-bar .service-list .label i {
        color: var(--primary);
        font-size: 17px;
        margin-right: 10px; }
.site-header.style-4 .main-bar {
  box-shadow: 1px 1.732px 60px 0px rgba(0, 0, 0, 0.1); }
.site-header.style-4 .extra-nav {
  height: auto; }
@media only screen and (min-width: 991px) {
  .site-header.style-4 .header-nav .nav > li > a {
    padding: 22px 15px; } }
@media only screen and (min-width: 991px) and (max-width: 1200px) {
  .site-header.style-4 .header-nav .nav > li > a {
    padding: 18px 15px; } }

@media only screen and (max-width: 991px) {
  .site-header.style-4 .middle-bar {
    display: none; }
  .site-header.style-4 .navbar-toggler {
    margin: 0 0px 0 15px;
    border-radius: 0; }
  .site-header.style-4 .logo-header {
    height: 50px; }
    .site-header.style-4 .logo-header img {
      height: 50px;
      max-width: 150px; }
  .site-header.style-4 .container {
    padding: 10px 15px; } }
@media only screen and (max-width: 575px) {
  .site-header.style-4 .extra-nav {
    display: none; } }

.site-footer.style-4 .footer-top {
  background: #1e2845;
  padding: 70px 0 20px;
  position: relative;
  z-index: 1; }
  .site-footer.style-4 .footer-top:after {
    z-index: -1;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-image: url("../images/pattern/pattern1.png"), url("../images/pattern/pattern2.png");
    background-position: top left, right bottom;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: .1; }
.site-footer.style-4 .footer-bottom {
  background: #050d29;
  text-align: center;
  padding: 20px 0px; }
.site-footer.style-4 .footer-title {
  padding-bottom: 0;
  margin-bottom: 20px; }
.site-footer.style-4 .widget_about {
  color: #a3a8b6; }
  .site-footer.style-4 .widget_about p {
    line-height: 1.8; }
  .site-footer.style-4 .widget_about .seprater {
    height: 1px;
    background: #fff;
    width: 70px;
    margin-bottom: 25px; }
.site-footer.style-4 .service-links {
  display: flex;
  justify-content: space-between; }
  .site-footer.style-4 .service-links .widget_services ul li {
    display: inline-block;
    margin-right: 22px; }
    .site-footer.style-4 .service-links .widget_services ul li a {
      color: #a3a8b6; }
    .site-footer.style-4 .service-links .widget_services ul li:hover {
      left: 0; }
      .site-footer.style-4 .service-links .widget_services ul li:hover a {
        color: #fff; }
  @media only screen and (max-width: 767px) {
    .site-footer.style-4 .service-links {
      display: block; }
      .site-footer.style-4 .service-links .widget_services {
        margin-bottom: 20px; } }
.site-footer.style-4 .logo-top-box {
  border-bottom: 1px solid #384261;
  margin-bottom: 50px;
  padding-bottom: 30px; }
.site-footer.style-4 .form-control {
  background: #36405d;
  margin-bottom: 15px;
  border: 0; }
 .site-footer.style-4 .form-control::placeholder {
    color: #a3a8b6; }


.ic-bnr-inr.style-3 {
  text-align: center; }
  .ic-bnr-inr.style-3 p {
    margin-left: auto;
    margin-right: auto; }
  .ic-bnr-inr.style-3:after {
    clip-path: unset;
    background-image: url("../images/pattern/pattern8.png");
    width: 100%;
    background-size: cover;
    opacity: 1;
    background-color: transparent; }

.about-bx7 .ic-media {
  overflow: visible;
  position: relative; }
  .about-bx7 .ic-media img {
    border-radius: var(--border-radius-base); }
  .about-bx7 .ic-media .image-box {
    position: relative;
    border-radius: 0;
    box-shadow: none;
    background: transparent; }
    .about-bx7 .ic-media .image-box .video-bx.style-2 .video-btn .popup-youtube {
      height: 60px;
      width: 60px;
      min-width: 60px;
      line-height: 60px; }
    .about-bx7 .ic-media .image-box .media-box {
      overflow: hidden;
      position: relative;
      border-radius: var(--border-radius-base); }
    .about-bx7 .ic-media .image-box:first-child {
      padding-right: 200px; }
      .about-bx7 .ic-media .image-box:first-child .info-box {
        right: 0;
        top: 65px;
        -webkit-animation: movedelement 5s linear infinite;
        animation: movedelement 5s linear infinite; }
    .about-bx7 .ic-media .image-box:last-child {
      margin-top: -90px;
      padding-left: 200px; }
      .about-bx7 .ic-media .image-box:last-child .info-box {
        left: 0;
        bottom: 65px;
        -webkit-animation: movedelement2 5s linear infinite;
        animation: movedelement2 5s linear infinite; }
  .about-bx7 .ic-media:after, .about-bx7 .ic-media:before {
    content: "";
    height: 440px;
    width: 440px;
    border: 3px solid var(--rgba-primary-1);
    position: absolute;
    border-radius: 60px;
    top: 50%;
    left: 50%;
    z-index: -1;
    opacity: .7; }
  .about-bx7 .ic-media:after {
    transform: translate(-50%, -50%) rotate(45deg);
    -webkit-animation: spin 6s linear infinite;
    -moz-animation: spin 6s linear infinite;
    animation: spin 6s linear infinite; }
  .about-bx7 .ic-media:before {
    transform: translate(-50%, -50%) rotate(-45deg);
    -webkit-animation: spin2 6s linear infinite;
    -moz-animation: spin2 6s linear infinite;
    animation: spin2 6s linear infinite; }
  .about-bx7 .ic-media .info-box {
    background-color: white;
    box-shadow: 1px 1.732px 60px 0px rgba(0, 0, 0, 0.1);
    border-radius: var(--border-radius-base);
    font-size: 18px;
    font-family: var(--font-family-title);
    color: var(--title);
    padding: 10px 30px 10px 60px;
    font-weight: 800;
    position: relative;
    position: absolute; }
    .about-bx7 .ic-media .info-box i {
      color: var(--primary);
      position: absolute;
      left: 20px;
      top: 50%;
      transform: translateY(-50%);
      font-size: 26px; }
@media only screen and (max-width: 1200px) {
  .about-bx7 .ic-media .image-box:first-child {
    padding-right: 140px; }
  .about-bx7 .ic-media .image-box:last-child {
    margin-top: -50px;
    padding-left: 140px; }
  .about-bx7 .ic-media:after, .about-bx7 .ic-media:before {
    height: 350px;
    width: 350px; } }
@media only screen and (max-width: 991px) {
  .about-bx7 .ic-media .image-box:first-child {
    padding-right: 200px; }
  .about-bx7 .ic-media .image-box:last-child {
    margin-top: -100px;
    padding-left: 200px; }
  .about-bx7 .ic-media:after, .about-bx7 .ic-media:before {
    height: 500px;
    width: 500px; } }
@media only screen and (max-width: 767px) {
  .about-bx7 .ic-media .image-box:first-child {
    padding-right: 140px; }
  .about-bx7 .ic-media .image-box:last-child {
    margin-top: -50px;
    padding-left: 140px; }
  .about-bx7 .ic-media:after, .about-bx7 .ic-media:before {
    height: 350px;
    width: 350px; } }
@media only screen and (max-width: 575px) {
  .about-bx7 .ic-media .info-box {
    font-size: 15px;
    padding: 10px 30px 10px 48px; }
    .about-bx7 .ic-media .info-box i {
      font-size: 20px; }
  .about-bx7 .ic-media .image-box:first-child {
    padding-right: 100px; }
    .about-bx7 .ic-media .image-box:first-child .info-box {
      top: 30px; }
  .about-bx7 .ic-media .image-box:last-child {
    margin-top: -30px;
    padding-left: 100px; }
    .about-bx7 .ic-media .image-box:last-child .info-box {
      bottom: 30px; }
  .about-bx7 .ic-media:after, .about-bx7 .ic-media:before {
    height: 280px;
    width: 280px; } }

.about-bx10 .ic-media {
  padding-right: 60px;
  overflow: visible; }
  .about-bx10 .ic-media img {
    border-radius: var(--border-radius-base); }
.about-bx10 .ico-box {
  border-radius: var(--border-radius-base);
  background-color: white;
  box-shadow: 1px 1.732px 60px 0px rgba(0, 0, 0, 0.1);
  position: absolute;
  bottom: 60px;
  right: 0;
  font-size: 25px;
  color: var(--title);
  font-family: var(--font-family-title);
  font-weight: 800;
  padding: 20px 32px 20px 115px;
  width: 340px;
  -webkit-animation: movedelement2 7s linear infinite;
  animation: movedelement2 7s linear infinite; }
  .about-bx10 .ico-box img {
    width: auto;
    position: absolute;
    left: 25px;
    top: 50%;
    transform: translateY(-50%); }
@media only screen and (max-width: 575px) {
  .about-bx10 .ic-media {
    padding-right: 30px; }
  .about-bx10 .ico-box {
    font-size: 18px;
    padding: 10px 20px 10px 90px;
    bottom: 30px;
    width: 250px; }
    .about-bx10 .ico-box img {
      width: 50px; } }

.ic-box.style-3 {
  border-radius: var(--border-radius-base);
  overflow: hidden;
  text-align: center; }
  .ic-box.style-3 .ic-media {
    background-size: cover;
    background-repeat: no-repeat; }
  .ic-box.style-3 .ic-info {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    opacity: 0;
    transform: translate(-50%, -50%) scale(1.2);
    width: 100%;
    padding: 0 55px;
    -webkit-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s; }
    .ic-box.style-3 .ic-info .title,
    .ic-box.style-3 .ic-info .title a {
      color: #fff; }
    @media only screen and (max-width: 575px) {
      .ic-box.style-3 .ic-info {
        padding: 0 30px; } }
  .ic-box.style-3 .tags-list li {
    margin-bottom: 8px;
    display: inline-block; }
    .ic-box.style-3 .tags-list li a {
      display: inline-block;
      color: #fff;
      background-color: rgba(255, 255, 255, 0.2);
      border-radius: var(--border-radius-base);
      padding: 10px 18px;
      margin-right: 10px; }
      .ic-box.style-3 .tags-list li a:hover {
        background: #fff;
        color: var(--primary); }
    .ic-box.style-3 .tags-list li:last-child a {
      margin-right: 0; }
  .ic-box.style-3:hover .ic-info {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1); }

.pricingtable-wrapper.style-4 {
  padding: 70px 40px 40px;
  position: relative; }
  .pricingtable-wrapper.style-4 .pricingtable-title {
    background: var(--primary);
    color: #fff;
    border-radius: 0 0 var(--border-radius-base) var(--border-radius-base);
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    font-size: 18px;
    font-family: var(--font-family-title);
    padding: 4px 20px;
    font-weight: 700; }
  .pricingtable-wrapper.style-4 .pricingtable-bx {
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 15px; }
    .pricingtable-wrapper.style-4 .pricingtable-bx .pricingtable-price {
      font-size: 50px;
      color: #FF91B8;
      line-height: 1;
      display: inline-block;
      font-weight: 600;
      margin-bottom: 15px; }
    .pricingtable-wrapper.style-4 .pricingtable-bx .pricingtable-type {
      font-size: 18px;
      font-weight: 500;
      color: var(--secondary); }
    .pricingtable-wrapper.style-4 .pricingtable-bx .text {
      line-height: 2; }
    .pricingtable-wrapper.style-4 .pricingtable-bx:after {
      content: "";
      height: 1px;
      width: 170px;
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      bottom: 0;
      background: #d7d7d7; }
  .pricingtable-wrapper.style-4 .pricingtable-features {
    margin-bottom: 15px; }
    .pricingtable-wrapper.style-4 .pricingtable-features li {
      font-size: 18px; }
  .pricingtable-wrapper.style-4:hover, .pricingtable-wrapper.style-4.active {
    background: var(--primary);
    color: #fff; }
    .pricingtable-wrapper.style-4:hover .pricingtable-title, .pricingtable-wrapper.style-4.active .pricingtable-title {
      color: var(--primary);
      background: #fff; }
    .pricingtable-wrapper.style-4:hover .pricingtable-bx .pricingtable-price,
    .pricingtable-wrapper.style-4:hover .pricingtable-bx .pricingtable-type, .pricingtable-wrapper.style-4.active .pricingtable-bx .pricingtable-price,
    .pricingtable-wrapper.style-4.active .pricingtable-bx .pricingtable-type {
      color: #fff; }
    .pricingtable-wrapper.style-4:hover .btn-outline-primary, .pricingtable-wrapper.style-4.active .btn-outline-primary {
      color: var(--primary);
      background: #fff; }
  @media only screen and (max-width: 1200px) {
    .pricingtable-wrapper.style-4 {
      padding: 70px 30px 30px; } }

.testimonial-4 {
  text-align: center;
  padding: 0 30px; }
  .testimonial-4 .testimonial-pic {
    height: auto;
    width: auto;
    border: 0;
    background: transparent; }
    .testimonial-4 .testimonial-pic img {
      height: 100px;
      width: 100px;
      border-radius: 100px;
      object-fit: cover;
      margin-bottom: 20px; }
  .testimonial-4 .testimonial-rating {
    display: inline-block; }
    .testimonial-4 .testimonial-rating li {
      display: inline-block;
      margin: 0 2px; }
      .testimonial-4 .testimonial-rating li i {
        color: #ffaf29;
        font-size: 20px; }
  .testimonial-4 .testimonial-name {
    margin-bottom: 3px; }
  .testimonial-4 .testimonial-text {
    padding: 15px;
    margin-bottom: 10px;
    font-size: 18px;
    color: var(--title); }
  @media only screen and (max-width: 575px) {
    .testimonial-4 {
      padding: 0 30px; }
      .testimonial-4 .testimonial-text {
        font-size: 16px; }
      .testimonial-4 .testimonial-pic img {
        height: 70px;
        width: 70px; } }

.testimonial-swiper-4 .testimonial-4 {
  max-width: 850px;
  margin: auto; }

.swiper-pagination.style-1 {
  position: relative; }
  .swiper-pagination.style-1 .swiper-pagination-bullet {
    height: 5px;
    width: 20px;
    border-radius: 5px;
    background: #cccccc;
    opacity: 1; }
    .swiper-pagination.style-1 .swiper-pagination-bullet.swiper-pagination-bullet-active {
      background: var(--primary); }

.ic-team.style-4 {
  border-radius: var(--border-radius-base);
  background-color: white;
  box-shadow: 1px 1.732px 60px 0px rgba(0, 0, 0, 0.1);
  padding: 30px 35px;
  text-align: center; }
  .ic-team.style-4 .ic-position {
    margin-bottom: 0;
    color: var(--primary);
    font-weight: 700; }
  .ic-team.style-4 .team-social > li > a {
    position: absolute;
    bottom: -3px;
    right: 35px;
    font-size: 14px;
    transition: 0.8s ease-in-out; }
  .ic-team.style-4 .team-social li a {
    display: inline-block;
    height: 35px;
    width: 35px;
    line-height: 35px;
    border-radius: 35px;
    text-align: center;
    background: var(--primary);
    color: #fff; }
    .ic-team.style-4 .team-social li a:hover {
      background: var(--secondary);
      color: #fff; }
  .ic-team.style-4 .team-social .sub-team-social {
    position: absolute;
    right: 0;
    bottom: 0;
    transform: rotate(28deg);
    height: 100%;
    width: 100%;
    text-align: right;
    opacity: 0;
    -webkit-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s; }
    .ic-team.style-4 .team-social .sub-team-social li {
      position: relative;
      margin: 8px 0; }
      .ic-team.style-4 .team-social .sub-team-social li:last-child {
        margin-bottom: 25px; }
      .ic-team.style-4 .team-social .sub-team-social li:nth-child(3) {
        left: 15px; }
      .ic-team.style-4 .team-social .sub-team-social li:nth-child(2) {
        left: 10px; }
      .ic-team.style-4 .team-social .sub-team-social li:nth-child(1) {
        left: -12px;
        bottom: -2px; }
  .ic-team.style-4 .ic-name {
    margin-bottom: 2px; }
  .ic-team.style-4 .ic-media {
    overflow: visible;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    height: 200px;
    width: 200px;
    min-width: 200px; }
    .ic-team.style-4 .ic-media img {
      height: 100%;
      width: 100%;
      object-fit: cover;
      object-position: top;
      border-radius: 50%;
      transition: 0.8s ease-in-out; }
  .ic-team.style-4:hover .ic-media img {
    opacity: .6; }
  .ic-team.style-4:hover .team-social .sub-team-social {
    transform: rotate(0);
    opacity: 1; }

.team-swiper-4 {
  margin: -40px -15px 0;
  padding: 0 15px; }
  .team-swiper-4 .ic-team {
    margin: 40px 15px; }
  @media only screen and (max-width: 575px) {
    .team-swiper-4 {
      margin: -30px -15px 0; }
      .team-swiper-4 .ic-team {
        margin: 30px 15px; } }

.ic-card.style-6 .ic-media {
  border-radius: var(--border-radius-base) var(--border-radius-base) 0 0; }
.ic-card.style-6 .ic-info {
  padding: 40px 40px;
  border-style: solid;
  border-color: #777777;
  border-width: 1px;
  border-radius: var(--border-radius-base); }
.ic-card.style-6 .ic-title {
  font-weight: 800; }
.ic-card.style-6 .ic-media + .ic-info {
  border-width: 0 1px 1px 1px;
  border-radius: 0 0 var(--border-radius-base) var(--border-radius-base); }
  .ic-card.style-6 .ic-media + .ic-info .ic-meta li.post-date {
    position: absolute;
    top: -50px;
    right: 40px;
    z-index: 1;
    margin-right: 0; }
.ic-card.style-6 .ic-meta {
  margin-bottom: 12px; }
  .ic-card.style-6 .ic-meta li.post-date {
    background: var(--primary);
    color: #fff;
    margin-right: calc(100% - 80px);
    display: inline-block;
    padding: 15px 20px;
    font-family: var(--font-family-title);
    line-height: 1;
    margin-bottom: 30px; }
    .ic-card.style-6 .ic-meta li.post-date span {
      display: block;
      font-size: 35px;
      line-height: 1;
      font-weight: 700;
      margin-bottom: 4px; }
  .ic-card.style-6 .ic-meta li.post-name, .ic-card.style-6 .ic-meta li.post-catagory {
    color: #777777;
    font-weight: 400; }
    .ic-card.style-6 .ic-meta li.post-name a, .ic-card.style-6 .ic-meta li.post-catagory a {
      color: #777777;
      position: relative;
      padding-left: 17px; }
      .ic-card.style-6 .ic-meta li.post-name a:before, .ic-card.style-6 .ic-meta li.post-catagory a:before {
        content: "";
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        height: 8px;
        width: 8px;
        border-radius: 8px;
        background: #777777; }
.ic-card.style-6.blog-single {
  margin-bottom: 60px; }
  .ic-card.style-6.blog-single .ic-media {
    border-radius: var(--border-radius-base); }
    .ic-card.style-6.blog-single .ic-media .ic-meta {
      position: absolute;
      top: 20px;
      left: 20px; }

.icon-bx-wraper.style-7 {
  border-radius: var(--border-radius-base);
  background-color: white;
  box-shadow: 1px 1.732px 60px 0px rgba(0, 0, 0, 0.1);
  padding: 35px;
  -webkit-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s; }
  .icon-bx-wraper.style-7 .icon-bx-sm,
  .icon-bx-wraper.style-7 .icon-bx-md {
    background: var(--rgba-primary-1); }
  .icon-bx-wraper.style-7 .icon-bx-sm {
    height: 80px;
    width: 80px;
    line-height: 80px;
    -webkit-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s; }
    .icon-bx-wraper.style-7 .icon-bx-sm img {
      height: 42px; }
  .icon-bx-wraper.style-7 .btn-link {
    line-height: 1;
    padding: 0;
    color: var(--title); }
    .icon-bx-wraper.style-7 .btn-link i {
      font-size: 30px; }
  .icon-bx-wraper.style-7:hover, .icon-bx-wraper.style-7.active {
    background: var(--primary);
    color: #fff; }
    .icon-bx-wraper.style-7:hover .icon-bx-sm,
    .icon-bx-wraper.style-7:hover .icon-bx-md, .icon-bx-wraper.style-7.active .icon-bx-sm,
    .icon-bx-wraper.style-7.active .icon-bx-md {
      background: #fff; }
    .icon-bx-wraper.style-7:hover .ic-title,
    .icon-bx-wraper.style-7:hover .ic-title a, .icon-bx-wraper.style-7.active .ic-title,
    .icon-bx-wraper.style-7.active .ic-title a {
      color: #fff; }
    .icon-bx-wraper.style-7:hover .btn-link, .icon-bx-wraper.style-7.active .btn-link {
      color: #fff; }

/*# sourceMappingURL=template.css.map */
